9841fb8b8ba76a09a550b46a33528bc29b4acc80
[claws.git] / ChangeLog
1 2007-10-11 [wwp]        3.0.2cvs60
2
3         * src/editaddress.c
4                 Disable "Unset picture" menu item when there's
5                 no picture to clear. Fix an extraneous g_unref_object,
6                 add missing initializers.
7
8 2007-10-11 [wwp]        3.0.2cvs59
9
10         * src/pixmaps/anonymous.xpm
11         * src/editaddress.c
12         * src/Makefile.am
13         * src/stock_pixmap.c
14         * src/stock_pixmap.h
15                 Fix a leak, gettext-ize the photo label.
16                 Don't clear the existing picture if loading
17                 a new one fails. Use a default 'anonymous'
18                 picture (this new xpm has been added to the
19                 internal stock_pixmap API). Add a
20                 "Set picture" context menu entry.
21
22 2007-10-11 [colin]      3.0.2cvs58
23
24         * src/messageview.c
25                 Make shift-shortcuts work
26         * src/prefs_actions.c
27                 Don't ask if we really want to close when
28                 choosing OK and only the list is changed
29         * src/prefs_template.c
30                 Don't ask if we really want to close when
31                 choosing OK and only the list is changed
32         * src/common/plugin.c
33                 Fix writing of second [Plugins_*] block
34         * src/common/template.c
35                 Remove unused files (fixes deletion)
36
37 2007-10-10 [paul]       3.0.2cvs57
38
39         * src/prefs_template.c
40                 put the whole thing in a scrolled window
41                 so that half the page is no longer inaccessible
42                 on maemo
43                 make the gtk_text_view smaller on maemo
44
45 2007-10-10 [colin]      3.0.2cvs56
46
47         * src/compose.c
48                 Fix updating of Attachments number in some
49                 cases (reedit, attach from command-line, ...)
50
51 2007-10-10 [colin]      3.0.2cvs55
52
53         * src/editaddress.c
54                 Initialise error correctly
55
56 2007-10-10 [paul]       3.0.2cvs54
57
58         * src/prefs_filtering_action.c
59         * src/gtk/description_window.c
60         * src/gtk/foldersort.c
61         * src/gtk/quicksearch.c
62                 get rid of some pointless new lines and
63                 make the descripton labels wrap better
64
65 2007-10-10 [colin]      3.0.2cvs53
66
67         * src/addressadd.c
68         * src/editaddress.c
69         * src/headerview.c
70         * src/textview.c
71                 More error handling on saving pictures
72
73 2007-10-10 [colin]      3.0.2cvs52
74
75         * src/printing.c
76         * src/printing.h
77                 Generalize a bit printing, so we can factorize
78                 most of the code. 
79
80 2007-10-10 [paul]       3.0.2cvs51
81
82         * src/addrduplicates.c
83                 fix engrish
84                 use GTK_STOCK... buttons
85
86 2007-10-10 [paul]       3.0.2cvs50
87
88         * src/addressadd.c
89         * src/addrindex.c
90         * src/editaddress.c
91                 Fix previous patch
92                 Thanks to Colin
93
94 2007-10-10 [paul]       3.0.2cvs49
95
96         * src/summaryview.c
97         * src/messageview.c
98                 Fix crash on Add sender to addressbook when
99                 From is null
100         * src/addressadd.c
101         * src/addrindex.c
102         * src/editaddress.c
103         * src/editaddress_other_attributes_ldap.h
104                 Fix leaks 
105                 Rename images to .png in addrbook/
106         * src/headerview.c
107         * src/textview.c
108                 Fix Face/X-Face being used if adding another
109                 address than sender to addressbook
110                 Thanks to Colin
111
112 2007-10-10 [holger]     3.0.2cvs48
113
114         * src/addrduplicates.c
115         * src/editaddress.c
116                 Improvements to the addressbook duplicate finder
117                 feature:
118                  - add an edit button to the button bar
119                  - display the whole bookname (with iface) and
120                    use this for same-book checking
121                  - after editing, try to keep selections if the
122                    entries are still present
123                  - sort the email column alphabetically
124                  - put results in a scrolled window
125                  - support embedded editing
126                  - make columns in detail view resizable
127                  - add keyboard shortcuts
128
129 2007-10-10 [wwp]        3.0.2cvs47
130
131         * src/addrindex.c
132                 Fix a crash when there's no From: in email, thanks to Colin.
133
134 2007-10-09 [paul]       3.0.2cvs46
135
136         * src/messageview.c
137         * src/summaryview.c
138         * src/textview.c
139                 fix building without compface support
140
141 2007-10-09 [colin]      3.0.2cvs45
142
143         * src/editaddress.c
144         * src/headerview.c
145         * src/textview.c
146                 Add error handling
147
148 2007-10-09 [colin]      3.0.2cvs44
149
150         * src/addrduplicates.c
151         * src/addressadd.c
152         * src/addressadd.h
153         * src/addressbook.c
154         * src/addressbook.h
155         * src/addrindex.c
156         * src/addrindex.h
157         * src/addritem.c
158         * src/addritem.h
159         * src/compose.c
160         * src/editaddress.c
161         * src/editaddress_other_attributes_ldap.h
162         * src/headerview.c
163         * src/messageview.c
164         * src/mimeview.c
165         * src/summaryview.c
166         * src/textview.c
167         * src/gtk/gtkutils.c
168                 Automatically set contacts' pictures from Face 
169                 or X-Face if they have no picture
170                 Display the contact picture in textview or
171                 headerview for mails sent by people in the 
172                 addressbook, that have no Face or X-Face
173                 Fix a few details in the Person edition dialog
174                 (ability to unset picture)
175                 Remove picture file when deleting contacts
176
177 2007-10-09 [iwkse]      3.0.2cvs43
178
179         * src/gtk/about.c
180                 center the about window
181
182 2007-10-09 [paul]       3.0.2cvs42
183
184         * src/prefs_toolbar.c
185                 fix icon selector window on maemo
186
187 2007-10-09 [paul]       3.0.2cvs41
188
189         * src/messageview.c
190                 add 'go to' menu to separate msgview
191
192 2007-10-09 [colin]      3.0.2cvs40
193
194         * src/common/defs.h
195                 Add forgotten file
196
197 2007-10-09 [iwkse]      3.0.2cvs39
198
199         * Makefile.am
200         * src/addressbook.c
201         * src/addritem.c
202         * src/addritem.h
203         * src/editaddress.c
204         * src/editaddress_other_attributes_ldap.h
205         * src/addrbook.c
206         * src/Makefile.am
207                 set a photo in the Addressbook
208
209 2007-10-08 [colin]      3.0.2cvs38
210
211         * src/prefs_toolbar.c
212                 Make height 320 to remove the scrollbar 
213                 (with current number of icons)
214
215 2007-10-08 [colin]      3.0.2cvs37
216
217         * src/prefs_toolbar.c
218                 Transform the treeview to a GtkIconView.
219                 Patch by Pawel
220                 In addition, transform the window so that 
221                 it looks like a popup menu. Patch by me
222
223 2007-10-08 [colin]      3.0.2cvs36
224
225         * src/compose.c
226         * src/compose.h
227                 Beautify the GUI a bit; in particular, show the
228                 number of attachments in the tab's title.
229                 Patch by Pawel
230
231 2007-10-08 [paul]       3.0.2cvs35
232
233         * src/mimeview.c
234                 Save users from themselves: save temporary
235                 files used for Open/Open with as read-only.
236                 Thanks to Colin
237
238 2007-10-08 [paul]       3.0.2cvs34
239
240         * tools/Makefile.am
241                 forgot this in cvs33
242
243 2007-10-08 [paul]       3.0.2cvs33
244
245         * tools/kdeservicemenu/README
246         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
247         * tools/kdeservicemenu/install.sh
248         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
249                 renamed template* to *template so as not to confuse
250                 lintian
251
252 2007-10-08 [paul]       3.0.2cvs32
253
254         * src/prefs_themes.c
255         * src/stock_pixmap.c
256                 replace 2 direct uses of RC_DIR
257
258 2007-10-07 [colin]      3.0.2cvs31
259
260         * src/addrduplicates.c
261         * src/addrduplicates.h
262         * src/addressbook.c
263         * src/addressbook.h
264         * src/addrindex.c
265         * src/addrindex.h
266                 Implement deletion in duplicate finder. 
267                 Patch by Holger 
268
269 2007-10-07 [colin]      3.0.2cvs30
270
271         * src/exporthtml.c
272         * src/mbox.c
273         * src/common/utils.c
274                 Better fix for Solaris, thanks to Nicolas Doualot
275
276 2007-10-07 [colin]      3.0.2cvs29
277
278         * AUTHORS
279         * src/gtk/authors.h
280                 Add Frank Dietrich
281
282 2007-10-07 [colin]      3.0.2cvs28
283
284         * src/exporthtml.c
285                 Fix HTML export to make it more compliant
286                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
287
288 2007-10-07 [colin]      3.0.2cvs27
289
290         * src/prefs_toolbar.c
291                 Only use icons that wouldn't look stupid in the toolbar
292                 Patch by Pawel
293
294 2007-10-07 [colin]      3.0.2cvs26
295
296         * src/prefs_toolbar.c
297                 Fix old icon being used when none is selected
298
299 2007-10-07 [colin]      3.0.2cvs25
300
301         * src/toolbar.c
302                 Fix copy/paste error
303
304 2007-10-07 [colin]      3.0.2cvs24
305
306         * src/prefs_toolbar.c
307         * src/toolbar.c
308         * src/toolbar.h
309                 Update icon to default one when changing event
310                 Make the icon chooser nicer (handle Esc, Enter,
311                 double-click)
312
313 2007-10-06 [colin]      3.0.2cvs23
314
315         * src/prefs_toolbar.c
316                 Fix text reset; patch by Pawel
317
318 2007-10-06 [colin]      3.0.2cvs22
319
320         * src/toolbar.h
321                 Complete previous commit
322
323 2007-10-06 [colin]      3.0.2cvs21
324
325         * src/prefs_toolbar.c
326         * src/toolbar.c
327                 Set toolbar text automatically to the default
328                 when changing Event executed on click
329
330 2007-10-06 [colin]      3.0.2cvs20
331
332         * src/prefs_toolbar.c
333                 Invert Text and Event fields
334
335 2007-10-06 [colin]      3.0.2cvs19
336
337         * src/prefs_toolbar.c
338         * src/toolbar.c
339                 Make toolbar prefs look much better
340                 Patch by Pawel Pekala
341
342 2007-10-06 [paul]       3.0.2cvs18
343
344         * src/account.c
345         * src/prefs_filtering.c
346                 fix checkbuttons in gtktreeview on maemo by
347                 setting maemo's "allow-checkbox-mode" to FALSE
348
349 2007-10-06 [colin]      3.0.2cvs17
350
351         * configure.ac
352                 Export -DSOLARIS in CFLAGS for all
353                 Solaris (not just 2.8) and OpenSolaris
354
355 2007-10-06 [paul]       3.0.2cvs16
356
357         * AUTHORS
358         * src/exporthtml.c
359         * src/mbox.c
360         * src/gtk/authors.h
361                 fix build on solaris where ctime_r takes
362                 3 arguments rather than 2.
363                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
364
365 2007-10-05 [colin]      3.0.2cvs15
366
367         * src/etpan/imap-thread.c
368                 Fix wrong error codepath
369
370 2007-10-05 [wwp]        3.0.2cvs14
371
372         * src/filtering.c
373                 Fix unexpected logging of quicksearches:
374                 debug_filtering_session flag was never reset to FALSE, causing
375                 matcher functions to log when called from a quicksearch
376                 (if a filtering session happened before).
377
378 2007-10-05 [paul]       3.0.2cvs13
379
380         * src/prefs_actions.c
381         * src/prefs_filtering.c
382         * src/prefs_template.c
383                 fix bug 1343, 'Filtering..'s close button
384                 silently discards new filter'
385                 Thanks to Colin
386
387 2007-10-05 [paul]       3.0.2cvs12
388
389         * configure.ac
390         * src/Makefile.am
391                 fix bug 1347, '-Wno-unused-function, optional'
392
393 2007-10-05 [colin]      3.0.2cvs11
394
395         * src/procmime.c
396         * src/common/mgutils.c
397                 Fix warnings
398
399 2007-10-05 [mones]      3.0.2cvs10
400
401         * manual/advanced.xml
402                 Use full menu name
403         * manual/es/advanced.xml
404                 Synchronise translation
405
406 2007-10-04 [colin]      3.0.2cvs9
407
408         * src/action.c
409         * src/addrbook.c
410         * src/addrindex.c
411         * src/compose.c
412         * src/exporthtml.c
413         * src/exportldif.c
414         * src/folder.c
415         * src/main.c
416         * src/matcher.c
417         * src/mbox.c
418         * src/messageview.c
419         * src/mh.c
420         * src/news.c
421         * src/partial_download.c
422         * src/pop.c
423         * src/procmime.c
424         * src/procmsg.c
425         * src/toolbar.c
426         * src/common/log.c
427         * src/common/mgutils.c
428         * src/common/plugin.c
429         * src/common/utils.c
430         * src/common/xml.c
431         * src/common/xml.h
432         * src/common/xmlprops.c
433         * src/common/xmlprops.h
434         * src/plugins/bogofilter/bogofilter.c
435         * src/plugins/clamav/clamav_plugin.c
436         * src/plugins/dillo_viewer/dillo_prefs.c
437         * src/plugins/pgpcore/prefs_gpg.c
438         * src/plugins/pgpinline/pgpinline.c
439         * src/plugins/pgpmime/pgpmime.c
440         * src/plugins/spamassassin/spamassassin.c
441         * src/plugins/trayicon/trayicon_prefs.c
442                 Verify success on writes. Will fix possible strange
443                 failure on disk full.
444
445 2007-10-04 [paul]       3.0.2cvs8
446
447         * manual/advanced.xml
448                 add further info about Actions
449                 Patch by Emmanuel Briot <briot@adacore.com>
450
451 2007-10-04 [paul]       3.0.2cvs7
452
453         * src/account.c
454                 remove the D column, instead indicate the
455                 default account by use of bold text
456
457 2007-10-03 [colin]      3.0.2cvs6
458
459         * src/common/template.c
460                 Fix templates writing (was prone to disk full problems)
461
462 2007-10-03 [colin]      3.0.2cvs5
463
464         * src/Makefile.am
465         * src/addrduplicates.c
466         * src/addrduplicates.h
467         * src/addressbook.c
468                 Add duplicate deletion. Patch by Holger
469
470 2007-10-03 [colin]      3.0.2cvs4
471
472         * src/matcher.c
473         * src/gtk/quicksearch.c
474                 Fix bug 1340, 'Case insensitive searches with 
475                 non-ascii alphabets fail'.
476
477 2007-10-03 [colin]      3.0.2cvs3
478
479         * src/main.c
480         * src/common/utils.c
481         * src/common/utils.h
482                 Implement run-time alternative config directories
483
484 2007-10-03 [colin]      3.0.2cvs2
485
486         * src/folderview.c
487                 Prevent opening folder item while folder
488                 is scanned in a better way
489
490 2007-10-02 [paul]       3.0.2cvs1
491
492         * NEWS
493         * README
494         * RELEASE_NOTES
495         * configure.ac
496                 bump up version number following stable release
497
498 2007-09-30 [colin]      3.0.1cvs49
499
500         * src/imap.c
501                 Refresh session if needed
502
503 2007-09-30 [colin]      3.0.1cvs48
504
505         * src/imap.c
506                 Reset folder's session to NULL
507                 before destroying it
508
509 2007-09-30 [mones]      3.0.1cvs47
510
511         * manual/handling.xml
512                 Use markup quotes instead hardcoded quotes
513         * manual/es/handling.xml
514                 Added new synced section (IMAP subscriptions)
515
516 2007-09-29 [colin]      3.0.1cvs46
517
518         * src/imap.c
519                 Notice disconnections faster
520
521 2007-09-28 [colin]      3.0.1cvs45
522
523         * src/addressbook.c
524         * src/addrindex.c
525                 Fix warnings
526
527 2007-09-28 [paul]       3.0.1cvs44
528
529         * src/mimeview.c
530                 fix maemo build
531
532 2007-09-28 [paul]       3.0.1cvs43
533
534         * src/account.c
535                 use gtk_widget_set_size_request() on the label
536                 so that wrapping works better. get rid of the
537                 (partially deprecated) hbutton_box.
538                 these changes should prevent buttons overlapping
539                 on maemo
540
541 2007-09-28 [colin]      3.0.1cvs42
542
543         * src/pop.c
544                 Fix typo :)
545
546 2007-09-28 [colin]      3.0.1cvs41
547
548         * src/compose.c
549         * src/msgcache.c
550         * src/pop.c
551         * src/procmime.c
552         * src/etpan/imap-thread.c
553                 64bits-related warning fixes
554
555 2007-09-28 [colin]      3.0.1cvs40
556
557         * src/folder_item_prefs.c
558         * src/ldaputil.c
559         * src/mainwindow.c
560         * src/mimeview.c
561         * src/common/tags.c
562                 Fix warnings
563
564 2007-09-28 [colin]      3.0.1cvs39
565
566         * src/plugins/spamassassin/spamassassin.c
567         * src/plugins/spamassassin/spamassassin.h
568         * src/plugins/spamassassin/spamassassin_gtk.c
569                 Add addressbook-based whitelisting
570
571 2007-09-28 [colin]      3.0.1cvs38
572
573         * src/folder.c
574                 Fix bug 1337, 'crash on pressing Send button'
575
576 2007-09-28 [paul]       3.0.1cvs37
577
578         * src/prefs_folder_item.c
579                 give the orphans a parent. makes all prefs
580                 pages visible on maemo
581
582 2007-09-28 [colin]      3.0.1cvs36
583
584         * src/prefs_folder_column.c
585         * src/prefs_summary_column.c
586                 Fix two leaks
587
588 2007-09-27 [colin]      3.0.1cvs35
589
590         * src/gtk/quicksearch.c
591                 Fix bug 1336, 'Segfault if empty space before search-string'
592
593 2007-09-26 [mones]      3.0.1cvs34
594
595         * manual/account.xml
596         * manual/plugins.xml
597                 Fixed irc channel name, added some docbook markup.
598                 Changed text markup to docbook markup. 
599                 Added spamcop as supported in SpamReport description.
600         * manual/fr/plugins.xml
601                 Fixed irc channel name.
602         * manual/es/account.xml
603         * manual/es/advanced.xml
604         * manual/es/claws-mail-manual.xml
605         * manual/es/glossary.xml
606         * manual/es/gpl.xml
607         * manual/es/keyboard.xml
608         * manual/es/plugins.xml
609                 Synced with English version, fixed a couple of typos.
610
611 2007-09-26 [colin]      3.0.1cvs33
612
613         * configure.ac
614                 Explain why "Libgnomeprint: no" on GTK+ 2.10
615
616 2007-09-26 [colin]      3.0.1cvs32
617
618         * src/messageview.c
619         * src/procmsg.c
620         * src/procmsg.h
621                 Optimisation: avoid fetching mail 3 times locally
622                 for displaying
623
624 2007-09-26 [colin]      3.0.1cvs31
625
626         * src/mh.c
627                 Fix missing static
628
629 2007-09-26 [colin]      3.0.1cvs30
630
631         * src/folder.c
632         * src/folder.h
633         * src/mh.c
634         * src/mh.h
635                 Fix MH mtime hack - make it a folder class function
636
637 2007-09-26 [colin]      3.0.1cvs29
638
639         * src/inc.c
640                 Fix bug 1334, 'user defined mail incorporation 
641                 script not run'
642
643 2007-09-25 [colin]      3.0.1cvs28
644
645         * src/codeconv.c
646                 Optimisation: shortcut conv_codeset_strdup
647                 when src_code and dest_code are the same
648         * src/common/xml.c
649         * src/common/xml.h
650                 Optimisation: shortcut code conversions when
651                 files are in UTF-8; faster list walking by
652                 using prepend/reverse.
653
654 2007-09-25 [holger]     3.0.1cvs27
655
656         * src/printing.c
657                 Replace button bar of the preview window
658                 with a real toolbar (patch by Colin)
659                 Add zooming to the preview window
660
661 2007-09-24 [paul]       3.0.1cvs26
662
663         * src/compose.c
664                 compact the character set menu, adding some
665                 missing encodings. Patch by Pawel Pekala
666
667 2007-09-23 [paul]       3.0.1cvs25
668
669         * src/prefs_account.c
670         * src/prefs_folder_item.c
671         * src/prefs_quote.c
672         * src/quote_fmt.c
673         * src/quote_fmt.h
674                 remove unnecessary frame from Templates options
675                 and improve the English of the check button label
676
677 2007-09-22 [colin]      3.0.1cvs24
678
679         * src/gtk/quicksearch.c
680                 Fix bug 1329, 'error in quicksearch.c'
681                 Fix return with value in function returning void
682
683 2007-09-22 [colin]      3.0.1cvs23
684
685         * src/imap.c
686         * src/procmsg.h
687         * src/common/utils.c
688         * src/common/utils.h
689         * src/etpan/imap-thread.c
690                 Optimise fetching IMAP cached emails *a lot*
691                 (remember whether mail is fully cached and \r's
692                  are already stripped)
693
694 2007-09-22 [colin]      3.0.1cvs22
695
696         * src/folder.c
697         * src/folder.h
698         * src/prefs_folder_item.c
699                 Add a button to allow users to drop local caches.
700
701 2007-09-21 [colin]      3.0.1cvs21
702
703         * src/summaryview.c
704                 Remove unnecessary error when cancelling export to mbox.
705                 Patch by Pawel
706
707 2007-09-21 [paul]       3.0.1cvs20
708
709         * src/gtk/prefswindow.c
710                 remove unnecessary frames from the prefs
711                 pages. Patch by Pawel Pekala
712
713 2007-09-21 [paul]       3.0.1cvs19
714
715         * src/prefs_account.c
716         * src/prefs_folder_item.c
717         * src/prefs_quote.c
718         * src/quote_fmt.c
719                 put the Templates options into a tabbed
720                 layout. Patch by Pawel Pekala
721
722 2007-09-21 [paul]       3.0.1cvs18
723
724         * src/mainwindow.c
725                 group together the character set menu items
726                 move the /View/Show or hide/Message view below
727                 .../Toolbar menu item
728                 Patch by Pawel Pekala
729
730 2007-09-21 [mones]      3.0.1cvs17
731
732         * src/compose.c
733                 Fix for bug 1327, 'segfault when replying to a non-existent
734                 news message', thanks to Colin.
735
736 2007-09-21 [colin]      3.0.1cvs16
737
738         * src/folderview.c
739                 Complete 3.0.1cvs15
740
741 2007-09-20 [colin]      3.0.1cvs15
742
743         * src/folderview.c
744         * src/folderview.h
745                 Maybe fix bug 1324, 'Corrupted IMAP cache'
746
747 2007-09-20 [colin]      3.0.1cvs14
748
749         * src/printing.c
750                 Fix a little leak
751
752 2007-09-20 [holger]     3.0.1cvs13
753
754         * src/printing.c
755                 Add page layout to print preview.
756                 Make the close-button in the toolbar
757                 right-aligned.
758
759 2007-09-20 [paul]       3.0.1cvs12
760
761         * po/ru.po
762                 updated by Pavlo Bohmat
763
764 2007-09-19 [colin]      3.0.1cvs11
765
766         * src/common/utils.c
767                 Prevent unquoted mime boundaries, by always
768                 using a /
769
770 2007-09-19 [colin]      3.0.1cvs10
771
772         * src/printing.c
773                 Fix drawing area size, fix DPI change that
774                 can cause total number of lines to decrease
775
776 2007-09-19 [colin]      3.0.1cvs9
777
778         * po/POTFILES.in
779         * src/printing.c
780                 Make print preview more efficient and nicer.
781                 Patch mostly by Holger Berndt <hb@claws-mail.org>
782
783 2007-09-19 [colin]      3.0.1cvs8
784
785         * src/prefs_common.c
786         * src/prefs_common.h
787         * src/printing.c
788                 Add scrolledwindow, default allocation and
789                 size saving to the print preview window.
790
791 2007-09-18 [colin]      3.0.1cvs7
792
793         * src/prefs_common.c
794         * src/prefs_common.h
795         * src/prefs_image_viewer.c
796         * src/printing.c
797                 GtkPrintOperation:
798                 - add image printing support
799                 - add option to print images
800                 - add preview widget
801                 - add saving of a few Page Setup parameters
802
803 2007-09-18 [colin]      3.0.1cvs6
804
805         * AUTHORS
806         * src/gtk/authors.h
807                 Add Guillaume Chazarain
808
809 2007-09-18 [colin]      3.0.1cvs5
810
811         * src/common/utils.c
812                 Fix bug 1321, 'access before allocation 
813                 when scanning for uris'. Patch by 
814                 Guillaume Chazarain <guichaz@yahoo.fr>
815
816 2007-09-18 [colin]      3.0.1cvs4
817
818         * src/toolbar.c
819                 Fix bug 1320, 'Memory leak caused by 
820                 gtk_container_get_children'. Patch by
821                 Guillaume Chazarain <guichaz@yahoo.fr>
822
823 2007-09-18 [colin]      3.0.1cvs3
824
825         * src/printing.c
826         * src/printing.h
827                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
828
829 2007-09-18 [colin]      3.0.1cvs2
830
831         * src/Makefile.am
832         * src/mainwindow.c
833         * src/messageview.c
834         * src/messageview.h
835         * src/prefs_ext_prog.c
836         * src/prefs_fonts.c
837         * src/printing.c
838         * src/printing.h
839         * src/summaryview.c
840                 Use GtkPrintOperation by default on GTK+ >= 2.10
841                 Patch by Holger Berndt <hb@claws-mail.org>
842
843 2007-09-18 [paul]       3.0.1cvs1
844
845         * NEWS
846         * README
847         * RELEASE_NOTES
848         * configure.ac
849                 bump up version number following stable release
850
851 2007-09-16 [colin]      3.0.0cvs18
852
853         * src/folder.c
854                 Fix possible memleak
855
856 2007-09-16 [colin]      3.0.0cvs17
857
858         * src/folderview.c
859                 Fix bug 1311, 'Wrong arrow position 
860                 while moving message into folder when 
861                 column headers hidden'
862         * src/image_viewer.c
863                 Show error in the GUI if image can't
864                 be loaded
865         * src/matcher.c
866                 Fix spurious output
867         * src/messageview.c
868                 Allow setting domain in msgid
869         * src/common/plugin.c
870                 Add timing information
871
872 2007-09-16 [colin]      3.0.0cvs16
873
874         * src/account.c
875         * src/compose.c
876         * src/prefs_account.c
877         * src/prefs_account.h
878         * src/common/utils.c
879                 Remove Generate Message-ID option. We need
880                 this on some IMAP servers.
881         * src/prefs_template.c
882                 Fix double-free
883
884 2007-09-16 [colin]      3.0.0cvs15
885
886         * src/prefs_filtering.c
887         * src/prefs_filtering.h
888         * src/prefs_filtering_action.c
889         * src/common/tags.c
890                 Fix tags issues: tags with spaces, renaming
891                 tags.
892
893 2007-09-16 [colin]      3.0.0cvs14
894
895         * src/folderview.c
896         * src/main.c
897         * src/mainwindow.c
898                 Fix bug 1308, 'Claws deletes folderlist.xml after
899                 fetching mail short after start-up'
900
901 2007-09-16 [colin]      3.0.0cvs13
902
903         * src/compose.c
904                 Fix scrolling to cursor
905
906 2007-09-16 [paul]       3.0.0cvs12
907
908         * po/sr.po
909                 updated by Aleksandar Urosevic
910
911 2007-09-16 [paul]       3.0.0cvs11
912
913         * src/folder.c
914                 do not allow locked msgs to be deleted,
915                 even by filtering/processing
916
917 2007-09-07 [paul]       3.0.0cvs10
918
919         * src/prefs_folder_column.c
920         * src/prefs_summary_column.c
921                 implement button sensitivity
922                 patch by Pawel Pekala
923
924 2007-09-06 [wwp]        3.0.0cvs9
925
926         * src/prefs_gtk.c
927                 Add a missing linefeed to a debug message.
928
929 2007-09-05 [colin]      3.0.0cvs8
930
931         * src/inc.c
932                 Fix statusbar/window mismatch on Maemo
933
934 2007-09-05 [colin]      3.0.0cvs7
935
936         * src/ldaputil.c
937                 Fix build without USE_LDAP_TLS
938
939 2007-09-05 [colin]      3.0.0cvs6
940
941         * src/folder.c
942         * src/imap.c
943         * src/inc.c
944         * src/mbox.c
945         * src/send_message.c
946         * src/statusbar.c
947         * src/statusbar.h
948                 Maemo: distinguish various statusbar messages,
949                 in order to display only the most important.
950
951 2007-09-04 [wwp]        3.0.0cvs5
952
953         * src/account.c
954                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
955                 Show protocol "SMTP" and the appropriate server for send-only
956                 accounts, show "-" instead of "" when no value is relevant.
957
958 2007-09-03 [ticho]      3.0.0cvs4
959
960         * src/summaryview.c
961                 Handle plural form better in delete confirmation dialog.
962
963 2007-09-03 [wwp]        3.0.0cvs3
964
965         * src/compose.c
966                 Warn differently when sending or sending later (queueing).
967
968 2007-09-03 [colin]      3.0.0cvs2
969
970         * src/procmime.c
971         * src/procmime.h
972         * src/common/plugin.c
973         * src/common/plugin.h
974                 Add a new plugin API, MimeParser. It allows
975                 plugins to scan email MIME parts and optionally,
976                 transform them.
977
978 2007-09-03 [mones]      3.0.0cvs1
979
980         * po/es.po
981                 Updated translation
982         * src/common/defs.h
983                 While a better solution is made double history sizes
984
985 2007-09-03 [paul]       3.0.0
986
987         * NEWS
988         * README
989         * RELEASE_NOTES
990                 3.0.0 released
991
992 2007-09-03 [paul]       2.10.0cvs191
993
994         * po/bg.po
995         * po/ca.po
996         * po/de.po
997         * po/fi.po
998         * po/fr.po
999         * po/hu.po
1000         * po/it.po
1001         * po/pl.po
1002         * po/pt_BR.po
1003         * po/ru.po
1004         * po/sk.po
1005         * po/zh_CN.po
1006                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1007                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1008                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1009                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1010
1011 2007-09-02 [colin]      2.10.0cvs190
1012
1013         * src/edittags.c
1014         * src/common/tags.c
1015                 Prevent empty or white-space tags
1016
1017 2007-09-01 [colin]      2.10.0cvs189
1018
1019         * src/main.c
1020                 Fix double-reading of accounts list when
1021                 the wizard has been run due to no accounts
1022         * src/mainwindow.c
1023                 Fix sensitivity of a menu item in case 
1024                 there's no account
1025
1026 2007-09-01 [wwp]        2.10.0cvs188
1027
1028         * src/wizard.c
1029                 Fix wizard crash when Mailbox dir already exists
1030                 (thanks to Colin).
1031
1032 2007-08-31 [colin]      2.10.0cvs187
1033
1034         * src/etpan/imap-thread.c
1035                 Fix unwanted creation of 
1036                 libetpan's stream dump file
1037         * src/compose.c
1038                 Fix coloring of pastes as quotation
1039         * src/summaryview.c
1040                 Maemo: Fix opening of mails from keypad
1041                 in Sent folders
1042         * src/addressbook.c
1043         * src/folderview.c
1044         * src/image_viewer.c
1045         * src/mimeview.c
1046         * src/gtk/prefswindow.c
1047                 Maemo: Fix adjustments changes 
1048
1049 2007-08-30 [colin]      2.10.0cvs186
1050
1051         * src/folderview.c
1052                 Don't opened selected folder when clicking
1053                 on white space
1054         * src/mainwindow.c
1055                 Maemo: Make Esc close messageviews
1056         * src/messageview.c
1057                 Maemo: Fix message scrolling to the end on 
1058                 opening
1059                 Maemo: Fix reopening same message
1060         * src/gtk/prefswindow.c
1061                 Maemo: try to fix scrollbar. Doesn't work,
1062                 it seems as if gtk_adjustment_set_value was
1063                 a noop.
1064
1065 2007-08-30 [colin]      2.10.0cvs185
1066
1067         * src/compose.c
1068         * src/folderview.c
1069         * src/main.c
1070         * src/prefs_matcher.c
1071         * src/prefs_template.c
1072         * src/quote_fmt.c
1073         * src/send_message.c
1074         * src/toolbar.c
1075         * src/gtk/gtkaspell.c
1076         * src/plugins/bogofilter/bogofilter.c
1077         * src/plugins/bogofilter/bogofilter_gtk.c
1078         * src/plugins/clamav/clamav_plugin_gtk.c
1079         * src/plugins/pgpcore/sgpgme.c
1080         * src/plugins/spamassassin/spamassassin.c
1081         * src/plugins/spamassassin/spamassassin_gtk.c
1082                 Fix all potential misuses of format-string functions
1083
1084 2007-08-30 [wwp]        2.10.0cvs184
1085
1086         * src/prefs_template.c
1087                 Fix a leak.
1088
1089 2007-08-29 [colin]      2.10.0cvs183
1090
1091         * src/plugins/trayicon/trayicon.c
1092                 Fix leak of hooks in case of error,
1093                 thanks to Holger Berndt
1094
1095 2007-08-28 [colin]      2.10.0cvs182
1096
1097         * src/mainwindow.c
1098                 Don't use current folder settings when
1099                 composing from the compose button's
1100                 account selector
1101
1102 2007-08-28 [colin]      2.10.0cvs181
1103
1104         * src/quote_fmt_parse.y
1105                 Fix cursor offset when quote contains UTF-8
1106                 chars
1107
1108 2007-08-28 [colin]      2.10.0cvs180
1109
1110         * src/compose.c
1111         * src/compose.h
1112                 Fix signature replacement when it's been wrapped
1113
1114 2007-08-27 [colin]      2.10.0cvs179
1115
1116         * src/summaryview.c
1117                 Fix indentation
1118
1119 2007-08-27 [colin]      2.10.0cvs178
1120
1121         * src/summaryview.c
1122                 Fix Quicksearch's Sticky mode
1123
1124 2007-08-27 [colin]      2.10.0cvs177
1125
1126         * src/folder_item_prefs.c
1127         * src/folder_item_prefs.h
1128         * src/imap_gtk.c
1129         * src/mh_gtk.c
1130                 Fix loss of subfolders properties when
1131                 renaming a folder
1132
1133 2007-08-26 [wwp]        2.10.0cvs176
1134
1135         * src/alertpanel.c
1136         * src/messageview.c
1137         * src/prefs_actions.c
1138                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1139                 will have to be used when necessary *before* calling
1140                 alertpanel functions.
1141
1142 2007-08-25 [paul]       2.10.0cvs175
1143
1144         * src/prefs_actions.c
1145                 workaround gettext problem marking
1146                 string as c-format when it's not
1147
1148 2007-08-25 [wwp]        2.10.0cvs174
1149
1150         * src/alertpanel.c
1151         * src/messageview.c
1152         * src/prefs_actions.c
1153                 Call the pango markup escape function right ince in alertpanel_create
1154                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1155                 2.10.0cvs158).
1156
1157         * src/common/log.c
1158                 Fix a crash due to a misuse of g_print(), encountered when the string
1159                 passed to g_print was containing printf substitution symbols.
1160
1161 2007-08-25 [paul]       2.10.0cvs173
1162
1163         * src/common/log.c
1164                 fix a segfault when refreshing RSSyl feeds
1165
1166 2007-08-25 [paul]       2.10.0cvs172
1167
1168         * src/gtk/icon_legend.c
1169                 add watchthread.xpm
1170
1171 2007-08-25 [paul]       2.10.0cvs171
1172
1173         * src/Makefile.am
1174         * src/stock_pixmap.c
1175         * src/pixmaps/insert_file.xpm
1176                 add a new pixmap instead of re-using
1177                 paste.xpm. (easier for icon theme authors)
1178
1179 2007-08-24 [holger]     2.10.0cvs170
1180
1181         * src/plugins/trayicon/trayicon.c
1182                 The same fix for another hook id.
1183
1184 2007-08-24 [holger]     2.10.0cvs169
1185
1186         * src/plugins/trayicon/trayicon.c
1187                 Micro-fix: Do the error checking for
1188                 the right hook id.
1189
1190 2007-08-24 [paul]       2.10.0cvs168
1191
1192         * src/folder.h
1193                 fix typo causing compiler warning
1194
1195 2007-08-24 [paul]       2.10.0cvs167
1196
1197         * README
1198                 put back the correct version of this file also
1199
1200 2007-08-24 [colin]      2.10.0cvs166
1201
1202         * src/send_message.c
1203                 Use progress bar when sending messages
1204
1205 2007-08-24 [paul]       2.10.0cvs165
1206
1207         * Makefile.am
1208                 oops! if i'm quick no-one will notice
1209                 (put back the proper file)
1210
1211 2007-08-24 [paul]       2.10.0cvs164
1212
1213         * AUTHORS
1214         * Makefile.am
1215         * README
1216         * src/gtk/authors.h
1217         * tools/Makefile.am
1218         * tools/README
1219         * tools/mew2claws-mail.pl
1220                 add new script that imports a Mew address book
1221                 submitted by Jerome Lelong
1222
1223 2007-08-24 [paul]       2.10.0cvs163
1224
1225         * manual/plugins.xml
1226                 remove the obsolete plugins, add the
1227                 missing plugins, including the forthcoming
1228                 SpamReport plugin
1229
1230 2007-08-24 [paul]       2.10.0cvs162
1231
1232         * manual/advanced.xml
1233                 add info about the hidden emphasis_color option
1234         * manual/keyboard.xml
1235                 correct the info about hotkeys
1236                 wrap the long lines
1237
1238 2007-08-24 [paul]       2.10.0cvs161
1239
1240         * src/folderview.c
1241                 add mnemonic to 'Run procesing rules'
1242
1243 2007-08-24 [paul]       2.10.0cvs160
1244
1245         * src/account.c
1246         * src/folder.c
1247         * src/folder.h
1248                 use suitable defaults for outbox,
1249                 queue, drafts and trash folders
1250
1251 2007-08-24 [wwp]        2.10.0cvs159
1252
1253         * src/folderview.c
1254                 Update menu item sensitivity if necessary (or we get a
1255                 gtk critical message).
1256
1257 2007-08-23 [wwp]        2.10.0cvs158
1258
1259         * src/action.c
1260         * src/prefs_actions.c
1261                 Allow literal % chars in action commands (use %%).
1262                 Add a missing p++ to the action parser in action_get_type(),
1263                 which was missing it, even if it was neutral.
1264                 Fix a pango markup warning at runtime.
1265
1266 2007-08-23 [wwp]        2.10.0cvs157
1267
1268         * src/addressbook.c
1269                 Contacts are now locale-aware sorted in the address book
1270                 (LC_COLLATE matters here).
1271                 Fix missing table initializers.
1272
1273 2007-08-23 [colin]      2.10.0cvs156
1274
1275         * src/imap.c
1276                 Check scan_required on dest folder when copying
1277
1278 2007-08-23 [colin]      2.10.0cvs155
1279
1280         * src/imap.c
1281                 Fix scanning when folder was empty
1282
1283 2007-08-22 [colin]      2.10.0cvs154
1284
1285         * src/msgcache.c
1286                 Don't g_warning when g_try_malloc fails(), or it makes
1287                 things worse as g_log() allocates. Fixes bug 1290,
1288                 'Claws Mail crashes if too little memory when 
1289                 rebuilding folder tree'
1290
1291 2007-08-22 [colin]      2.10.0cvs153
1292
1293         * src/inc.c
1294                 Fix format string vulnerability, thanks to
1295                 Ulf Harnhammar, Secunia Research
1296
1297 2007-08-22 [colin]      2.10.0cvs152
1298
1299         * src/ldapserver.c
1300                 Set tv_usec too
1301
1302 2007-08-22 [wwp]        2.10.0cvs151
1303
1304         * src/ldapquery.c
1305                 Few better null-ptr checks.
1306
1307 2007-08-22 [colin]      2.10.0cvs150
1308
1309         * src/editldap.c
1310         * src/editldap_basedn.c
1311         * src/ldapquery.c
1312         * src/ldapserver.c
1313         * src/ldapserver.h
1314         * src/ldapupdate.c
1315         * src/ldaputil.c
1316         * src/ldaputil.h
1317                 Fix ldap timeouts
1318
1319 2007-08-22 [colin]      2.10.0cvs149
1320
1321         * src/ldapquery.c
1322                 Finish previous fix
1323
1324 2007-08-22 [colin]      2.10.0cvs148
1325
1326         * src/ldapquery.c
1327                 Fix wrong assertions
1328
1329 2007-08-22 [colin]      2.10.0cvs147
1330
1331         * src/ldaputil.c
1332                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1333
1334 2007-08-22 [colin]      2.10.0cvs146
1335
1336         * src/editldap.c
1337         * src/ldaputil.c
1338                 Fix wrong "Connected successfully to server". Connection only succeeds if
1339                 we can get the base DN.
1340
1341 2007-08-21 [wwp]        2.10.0cvs145
1342
1343         * src/browseldap.c
1344         * src/editldap.c
1345         * src/ldapctrl.c
1346         * src/ldapquery.c
1347         * src/ldapserver.c
1348         * src/ldapupdate.c
1349         * src/ldaputil.c
1350                 More sanity checks in ldap functions.
1351
1352 2007-08-21 [wwp]        2.10.0cvs144
1353
1354         * src/prefs_account.c
1355                 Don't return a value in a void function().
1356
1357 2007-08-21 [paul]       2.10.0cvs143
1358
1359         * src/messageview.c
1360                 add check for ftp: to messageview_list_urls()
1361
1362 2007-08-21 [colin]      2.10.0cvs142
1363
1364         * src/editldap.c
1365         * src/ldapctrl.c
1366         * src/ldapctrl.h
1367         * src/ldapquery.c
1368         * src/ldapupdate.c
1369                 Fix bug 1293, 'LDAP address book not working'
1370                 Search only on specified fields, but fetch 
1371                 every field possible. People will have to 
1372                 reset the searched Attributes in their LDAP
1373                 servers properties.
1374
1375 2007-08-21 [wwp]        2.10.0cvs141
1376
1377         * src/addr_compl.c
1378         * src/addrbook.c
1379         * src/addrcache.c
1380         * src/addrcindex.c
1381         * src/addressbook.c
1382         * src/addrindex.c
1383         * src/browseldap.c
1384         * src/crash.c
1385         * src/editaddress_other_attributes_ldap.c
1386         * src/exporthtml.c
1387         * src/folder.c
1388         * src/folderview.c
1389         * src/imap.c
1390         * src/jpilot.c
1391         * src/ldapserver.c
1392         * src/ldapupdate.c
1393         * src/ldif.c
1394         * src/main.c
1395         * src/mainwindow.c
1396         * src/matcher.c
1397         * src/mh.c
1398         * src/msgcache.c
1399         * src/mutt.c
1400         * src/pine.c
1401         * src/pop.c
1402         * src/prefs_customheader.c
1403         * src/prefs_msg_colors.c
1404         * src/procmime.c
1405         * src/textview.c
1406         * src/vcard.c
1407         * src/wizard.c
1408         * src/common/log.c
1409         * src/common/socket.c
1410         * src/common/ssl_certificate.c
1411         * src/common/utils.c
1412         * src/common/utils.h
1413         * src/gtk/description_window.c
1414         * src/plugins/demo/demo.c
1415         * src/plugins/pgpcore/prefs_gpg.c
1416         * src/plugins/spamassassin/libspamc.c
1417                 Make sure we use glib functions to send text messages (information,
1418                 debug, warning, errors) to stdout/stderr - no more direct puts
1419                 fputs printf fprintf to stdout/stderr when it can be done using
1420                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1421                 stdout/stderr message is saved to log in Windows.
1422
1423
1424 2007-08-21 [wwp]        2.10.0cvs140
1425
1426         * src/main.c
1427         * src/common/utils.h
1428                 Route glib's stdout/stderr messages to a log file (Windows only),
1429                 instead of loosing them.
1430
1431 2007-08-21 [paul]       2.10.0cvs139
1432
1433         * src/mainwindow.c
1434                 replace deprecated g_strncasecmp()
1435         * src/messageview.c
1436                 fix 'List URLS'
1437
1438 2007-08-20 [ticho]      2.10.0cvs138
1439
1440         * src/account.c
1441         * src/prefs_account.h
1442                 Copy all account preferences in account_clone() - some
1443                 were missing.
1444         * src/prefs_account.c
1445                 Handle empty privacy system combobox gracefully (warning
1446                 instead of a crash).
1447
1448 2007-08-20 [colin]      2.10.0cvs137
1449
1450         * src/ldapctrl.c
1451                 Fix a leak
1452
1453 2007-08-20 [paul]       2.10.0cvs136
1454
1455         * src/browseldap.c
1456         * src/editldap.c
1457         * src/ldapctrl.c
1458         * src/ldapquery.c
1459         * src/ldapquery.h
1460         * src/ldapserver.c
1461         * src/ldaputil.c
1462                 add debug_prints
1463                 patch by Michael Rasmussen
1464
1465 2007-08-19 [colin]      2.10.0cvs135
1466
1467         * src/imap.c
1468                 Fix previous commit. Sensitivity update is needed
1469                 for "Cancel receiving". However when batching we
1470                 don't need to do it for every message flag change,
1471                 just once at the start and once at the end.
1472
1473 2007-08-19 [colin]      2.10.0cvs134
1474
1475         * src/imap.c
1476                 Remove useless menu updates on session lock/unlock
1477
1478 2007-08-19 [colin]      2.10.0cvs133
1479
1480         * src/etpan/imap-thread.c
1481                 Make all fetch logs less verbose
1482
1483 2007-08-19 [paul]       2.10.0cvs132
1484
1485         * src/foldersel.c
1486         * src/folderview.c
1487         * src/summaryview.c
1488                 fix bug 1286, 'Can't move a folder into a "Folders
1489                 Only" folder'
1490
1491 2007-08-18 [ticho]      2.10.0cvs131
1492
1493         * src/editaddress_other_attributes_ldap.c
1494                 Converted option menu for other ldap attributes to GtkComboBox.
1495
1496 2007-08-18 [colin]      2.10.0cvs130
1497
1498         * src/compose.c
1499         * src/prefs_common.c
1500         * src/prefs_common.h
1501         * src/prefs_send.c
1502         * src/send_message.c
1503                 Revert 'send_dialog_mode' meaning to 
1504                 'send_dialog_invisible', so that the 
1505                 new checkbox doesn't change the 
1506                 existing behaviour.
1507
1508 2007-08-18 [paul]       2.10.0cvs129
1509
1510         * src/summaryview.c
1511                 add missing menu update
1512
1513 2007-08-17 [colin]      2.10.0cvs128
1514
1515         * src/folder.c
1516                 Set batching after getting flags - maybe fixes
1517                 bug 1292, 'CM crashes on writing mail'
1518
1519 2007-08-16 [ticho]      2.10.0cvs127
1520
1521         * src/prefs_send.c
1522                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1523         * src/gtk/combobox.h
1524         * src/gtk/gtkutils.c
1525                 Allow NULL for GtkComboBox menuitem label, rendering such
1526                 items as row separators.
1527
1528 2007-08-16 [paul]       2.10.0cvs126
1529
1530         * src/plugins/trayicon/trayicon.c
1531                 remove wrongly used gettextisation
1532
1533 2007-08-15 [ticho]      2.10.0cvs125
1534
1535         * src/importldif.c
1536                 Fixed a runtime warning where an attempt to pack an
1537                 already packed GtkLabel was made.
1538
1539 2007-08-15 [ticho]      2.10.0cvs124
1540
1541         * src/prefs_compose_writing.c
1542                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1543                 into GtkComboBox.
1544
1545 2007-08-14 [ticho]      2.10.0cvs123
1546
1547         * src/messageview.c
1548         * src/gtk/gtkutils.c
1549                 Changed return receipt account selector to GtkComboBox.
1550                 Fixed a runtime warning where GTK tried to parse
1551                 "name <email@address" as a Pango markup in an alertpanel label.
1552
1553 2007-08-14 [ticho]      2.10.0cvs122
1554
1555         * src/prefs_logging.c
1556                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1557
1558 2007-08-14 [wwp]        2.10.0cvs121
1559
1560         * tools/Makefile.am
1561         * tools/README
1562         * tools/popfile-link.sh
1563                 Added a new tool: POPFile helper, to open
1564                 selected messages in POPFile control center,
1565                 in order to change the messages' status.
1566
1567 2007-08-14 [ticho]      2.10.0cvs120
1568
1569         * src/compose.c
1570         * src/prefs_common.c
1571         * src/prefs_common.h
1572         * src/prefs_send.c
1573         * src/send_message.c
1574                 Change "Show send dialog" optionmenu to a checkbutton.
1575         * src/prefs_receive.c
1576                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1577
1578 2007-08-13 [wwp]        2.10.0cvs119
1579
1580         * src/addr_compl.c
1581         * src/addressbook.c
1582         * src/addrindex.c
1583         * src/compose.c
1584         * src/filtering.c
1585         * src/folderview.c
1586         * src/inc.c
1587         * src/matcher.c
1588         * src/mh.c
1589         * src/partial_download.c
1590         * src/prefs_gtk.c
1591         * src/procmsg.c
1592         * src/stock_pixmap.c
1593         * src/summaryview.c
1594         * src/common/utils.c
1595         * src/gtk/gtkaspell.c
1596         * src/gtk/menu.c
1597                 Make sure we never pass NULL pointers for %s substitutions
1598                 (prevent from crashing in Windows).
1599
1600 2007-08-13 [wwp]        2.10.0cvs118
1601
1602         * src/msgcache.c
1603                 Re-enable mmap_reads in Windows with some missing
1604                 CloseHandle of mapping objects, thanks to
1605                 Marcus Brinkmann.
1606
1607 2007-08-13 [paul]       2.10.0cvs117
1608
1609         * src/common/utils.c
1610                 fix bug 1287, 'Compile time problem on Solaris
1611                 (nexenta gnu/Solaris) utils.c'
1612                 Thanks to Piotr Chrzczonowicz
1613
1614 2007-08-12 [wwp]        2.10.0cvs116
1615
1616         * src/plugins/pgpcore/prefs_gpg.c
1617                 Don't try to unset a GPG_AGENT_INFO that was not
1618                 set (and don't use a NULL string in Windows, it was
1619                 crashing with --debug if GPG_AGENT_INFO was not set).
1620
1621 2007-08-12 [wwp]        2.10.0cvs115
1622
1623         * src/privacy.h
1624                 Make gcc type-check arguments passed to privacy_set_error().
1625
1626 2007-08-12 [ticho]      2.10.0cvs114
1627
1628         * src/prefs_folder_item.c
1629                 Make sure that folder default account combobox always has some
1630                 account preselected.
1631         * src/gtk/combobox.c
1632                 Handle empty combobox gracefully (warning instead of crash).
1633
1634 2007-08-12 [ticho]      2.10.0cvs114
1635
1636         * src/prefs_folder_item.c
1637                 Make sure that folder default account combobox is not empty.
1638         * src/gtk/combobox.c
1639                 Handle empty combobox gracefully (warning instead of crash).
1640
1641 2007-08-11 [paul]       2.10.0cvs113
1642
1643         * src/addrgather.c
1644         * src/folderview.c
1645                 use 'subfolder' instead of 'sub-folder', matching
1646                 everywhere else the term is used
1647         * src/imap_gtk.c
1648                 fix engrish
1649
1650 2007-08-10 [wwp]        2.10.0cvs112
1651
1652         * src/msgcache.c
1653                 Disable mmap reads in Windows only (at least temporarily), they
1654                 prevent from renaming/removing target cache files.
1655
1656 2007-08-10 [paul]
1657
1658         3.0.0-rc2 released
1659
1660 2007-08-10 [wwp]        2.10.0cvs111
1661
1662         * src/msgcache.c
1663                 fix unpredictable crashes in Windows due to broken
1664                 cache/mark/tags files writting (file were opened for
1665                 writing in text mode).
1666
1667         * src/recv.c
1668                 use gettimeofday() from w32lib.h on Windows.
1669
1670 2007-08-10 [colin]      2.10.0cvs110
1671
1672         * src/imap.c
1673         * src/etpan/imap-thread.c
1674         * src/etpan/imap-thread.h
1675                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1676
1677 2007-08-09 [colin]      2.10.0cvs109
1678
1679         * src/editldap.c
1680                 Fix port being reset to 636 on SSL
1681         * src/folder.c
1682                 Fix folder_item_get_msg_num_by_file
1683                 on drafts/queue folders
1684
1685 2007-08-09 [wwp]        2.10.0cvs108
1686
1687         * src/folder.c
1688                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1689                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1690
1691
1692 2007-08-09 [colin]      2.10.0cvs107
1693
1694         * src/folderview.c
1695         * src/summaryview.c
1696         * src/gtk/prefswindow.c
1697                 A few Maemo layout fixes
1698
1699 2007-08-09 [paul]       2.10.0cvs106
1700
1701         * src/prefs_account.c
1702                 remove the hyphen from plug-ins to
1703                 match everywhere else
1704
1705 2007-08-08 [wwp]        2.10.0cvs105
1706
1707         * src/prefs_folder_item.c
1708                 Fix an extraneous stealth ^L char.
1709
1710 2007-08-08 [wwp]        2.10.0cvs104
1711
1712         * src/prefs_folder_item.c
1713                 Better fix, group variables declarations (USE_ASPELL).
1714
1715 2007-08-08 [wwp]        2.10.0cvs103
1716
1717         * src/prefs_folder_item.c
1718                 Fix compilation w/ USE_ASPELL set (broken
1719                 by 2.10.0cvs102).
1720
1721 2007-08-08 [ticho]      2.10.0cvs102
1722
1723         * src/prefs_folder_item.c
1724                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1725
1726 2007-08-08 [colin]      2.10.0cvs101
1727
1728         * src/imap.c
1729         * src/etpan/imap-thread.c
1730         * src/etpan/imap-thread.h
1731                 Close selected mailbox before doing
1732                 status on it.
1733
1734 2007-08-08 [colin]      2.10.0cvs100
1735
1736         * src/html.c
1737                 Complete symbol table, thanks to wwp.
1738                 Fixes bug 1284, 'The html -> text 
1739                 converter ignores entities'
1740         * src/msgcache.c
1741                 Fix possible fd leak
1742
1743 2007-08-08 [colin]      2.10.0cvs99
1744
1745         * src/imap.c
1746                 Better way to fetch UIDs on non-UIDPLUS servers
1747
1748 2007-08-07 [colin]      2.10.0cvs98
1749
1750         * src/imap.c
1751                 fix bug 1275, 'auto-saved draft messages not 
1752                 always being removed'; Also, make multiple
1753                 copy (in the same account) faster by matching
1754                 source/destination message UIDs.
1755         * src/messageview.c
1756                 Don't try to reshow deleted mail
1757         * src/msgcache.c
1758                 Fix leak on error path
1759
1760 2007-08-07 [wwp]        2.10.0cvs97
1761
1762         * manual/account.xml
1763         * manual/advanced.xml
1764         * manual/fr/account.xml
1765         * manual/fr/advanced.xml
1766                 Updated the reference manual and the French translation to
1767                 reflect 2.10.0cvs84: enable running folder Processing
1768                 rules on demand.
1769
1770 2007-08-06 [wwp]        2.10.0cvs96
1771
1772         * src/prefs_common.c
1773         * src/prefs_common.h
1774         * src/textview.c
1775                 Allow changing the emphasis color used to highlight
1776                 the newsreader/x-mailer header value when it matches
1777                 our preferred mail agent (hidden pref 'emphasis_col' added
1778                 to clawsrc).
1779
1780 2007-08-06 [colin]      2.10.0cvs95
1781
1782         * src/compose.c
1783         * src/compose.h
1784                 Re-commit 2.10.0cvs86, with a protection
1785                 against Pango bug. Also, try to fix 
1786                 bug 1275, 'auto-saved draft messages not 
1787                 always being removed'
1788
1789 2007-08-06 [wwp]        2.10.0cvs94
1790
1791         * src/gtk/quicksearch.c
1792                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1793
1794 2007-08-06 [ticho]      2.10.0cvs93
1795
1796         * src/prefs_account.c
1797         * src/gtk/combobox.c
1798                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1799                 selection in account preferences.
1800
1801 2007-08-06 [wwp]        2.10.0cvs92
1802
1803         * src/plugins/pgpcore/plugin.def
1804                 Apply one more chunk from gpg4win's 03-w32-port patch.
1805
1806 2007-08-05 [colin]      2.10.0cvs91
1807
1808         * src/compose.c
1809         * src/compose.h
1810                 reverting buggy patch for now
1811
1812 2007-08-05 [colin]      2.10.0cvs90
1813
1814         * src/folder.c
1815                 Fix slowdown
1816
1817 2007-08-04 [colin]      2.10.0cvs89
1818
1819         * src/prefs_summaries.c
1820         * src/summary_search.c
1821                 Replace deprecated widgets. Patch by
1822                 Andrej.
1823
1824 2007-08-04 [colin]      2.10.0cvs88
1825
1826         * src/mh.c
1827                 Refresh GUI only every 2000 mails on mh_get_last_num
1828                 This is fast (readdir) and done only once per 
1829                 session/folder
1830
1831 2007-08-03 [colin]      2.10.0cvs87
1832
1833         * src/prefs_account.c
1834         * src/gtk/combobox.h
1835         * src/gtk/gtkutils.c
1836                 Fix a deprecated widget. Patch by
1837                 Andrej
1838
1839 2007-08-03 [colin]      2.10.0cvs86
1840
1841         * src/compose.c
1842         * src/compose.h
1843                 Make colorisation and wrapping algorithms
1844                 faster. Fixes bug 1246, 'compose becomes 
1845                 increasingly slow replying to complex emails'
1846
1847 2007-08-03 [paul]       2.10.0cvs85
1848
1849         * src/mh.c
1850                 keep the window painted
1851
1852 2007-08-02 [paul]       2.10.0cvs84
1853
1854         * src/folderview.c
1855         * src/mainwindow.c
1856         * src/mainwindow.h
1857                 enable running folder Processing
1858                 rules on demand
1859
1860 2007-08-02 [paul]       2.10.0cvs83
1861
1862         * src/textview.c
1863                 speed up/clean up rendering of larger
1864                 msgs
1865                 Thanks to Colin
1866
1867 2007-08-01 [paul]       2.10.0cvs82
1868
1869         * src/mainwindow.h
1870                 clean up cruft
1871         * src/toolbar.c
1872                 change default toolbar layout on maemo
1873         * src/pixmaps/close.xpm
1874                 make the red cross a grey cross
1875         * src/pixmaps/jpilot.xpm
1876                 make icon smaller so it fits better
1877
1878 2007-07-31 [paul]       2.10.0cvs81
1879
1880         * src/setup.c
1881         * src/gtk/gtkutils.c
1882                 fix crash on maemo on first launch
1883
1884 2007-07-30 [paul]       2.10.0cvs80
1885
1886         * src/prefs_matcher.c
1887                 specify the units of age and size
1888
1889 2007-07-30 [paul]       2.10.0cvs79
1890
1891         * src/main.c
1892                 Fix IMAP timeout setting
1893
1894 2007-07-30 [colin]      2.10.0cvs78
1895
1896         * src/prefs_account.c
1897                 Fix a deprecated widget. Patch by
1898                 Andrej
1899
1900 2007-07-27 [paul]       2.10.0cvs77
1901
1902         * src/matcher_parser_parse.y
1903         * src/prefs_filtering_action.c
1904         * src/prefs_matcher.c
1905                 these changes forgotten in cvs74's
1906                 'watch thread' feature
1907
1908 2007-07-27 [paul]       2.10.0cvs76
1909
1910         * src/compose.c
1911                 fix potential crasher
1912                 thanks to Colin
1913
1914 2007-07-27 [paul]       2.10.0cvs75
1915
1916         * src/mainwindow.c
1917         * src/manual.c
1918         * src/manual.h
1919         * src/gtk/gtkutils.c
1920                 make mainwindow's /Help/Manual point to the
1921                 remote copy if the local copy doesn't exist
1922
1923 2007-07-27 [paul]       2.10.0cvs74
1924
1925         * src/Makefile.am
1926         * src/filtering.c
1927         * src/folder.c
1928         * src/mainwindow.c
1929         * src/matcher.c
1930         * src/matcher.h
1931         * src/matcher_parser_parse.y
1932         * src/procmsg.c
1933         * src/procmsg.h
1934         * src/stock_pixmap.c
1935         * src/stock_pixmap.h
1936         * src/summaryview.c
1937         * src/summaryview.h
1938         * src/toolbar.c
1939         * src/toolbar.h
1940         * src/pixmaps/watchthread.xpm
1941                 add 'watch thread' feature
1942
1943 2007-07-27 [paul]       2.10.0cvs73
1944
1945         * src/prefs_folder_item.c
1946                 adjust labels, add tooltips
1947
1948 2007-07-27 [colin]      2.10.0cvs72
1949
1950         * src/summaryview.c
1951                 Maemo: Remove less used menu items
1952
1953 2007-07-26 [colin]      2.10.0cvs71
1954
1955         * src/messageview.c
1956                 Maemo: destroy messageview after trashing mail.
1957                 Maybe should be done on X11 too
1958
1959 2007-07-26 [colin]      2.10.0cvs70
1960
1961         * src/folderview.c
1962         * src/mainwindow.c
1963         * src/prefs_common.c
1964         * src/prefs_common.h
1965         * src/summaryview.c
1966                 Add View/Show or Hide/Column headers
1967
1968 2007-07-26 [colin]      2.10.0cvs69
1969
1970         * src/procmime.c
1971                 Fix unwanted output
1972
1973 2007-07-26 [colin]      2.10.0cvs68
1974
1975         * src/ldapserver.c
1976                 Fix possible crash on cache invalidation
1977         * src/compose.c
1978         * src/procmime.c
1979         * src/procmime.h
1980         * src/quote_fmt_parse.y
1981                 Make replying to mails with big attachments
1982                 much faster. Fixes bug 1224, 'The process of 
1983                 Replying to emails with large attachments 
1984                 seems unreasonably long...'
1985
1986 2007-07-26 [colin]      2.10.0cvs67
1987
1988         * src/mimeview.c
1989         * src/matcher.c
1990         * src/common/ssl.c
1991                 Fix threads use on BSDs
1992
1993 2007-07-26 [paul]       2.10.0cvs66
1994
1995         * src/gtk/prefswindow.c
1996                 fix account prefs breakage
1997                 thanks to Colin
1998
1999 2007-07-26 [paul]       2.10.0cvs65
2000
2001         * configure.ac
2002                 standardise ./configure --help messages
2003
2004 2007-07-26 [colin]      2.10.0cvs64
2005
2006         * src/addressbook.c
2007         * src/editaddress.c
2008                 Fix two vCard-related crashes
2009
2010 2007-07-25 [colin]      2.10.0cvs63
2011
2012         * src/inc.c
2013         * src/prefs_common.c
2014         * src/prefs_common.h
2015         * src/prefs_receive.c
2016                 Maemo: Add a better way to notify of
2017                 new mails
2018         * src/mainwindow.c
2019         * src/statusbar.h
2020         * src/summaryview.c
2021         * src/toolbar.c
2022                 Maemo: Various layout fixes
2023         * src/gtk/prefswindow.c
2024                 Maemo: Better prefs layout
2025
2026 2007-07-25 [paul]       2.10.0cvs62
2027
2028         * src/textview.c
2029                 fix the layout on maemo
2030                 thanks to Colin
2031
2032 2007-07-25 [iwkse]      2.10.0cvs61
2033
2034         * src/summaryview.c
2035                 add 'o' shortcut on summaryview
2036
2037 2007-07-25 [iwkse]      2.10.0cvs60
2038
2039         * src/textview.c
2040                 fix o shortcut
2041
2042 2007-07-24 [colin]      2.10.0cvs59
2043
2044         * src/mh.c
2045                 Fix missing timestamp update on source
2046                 folder when moving
2047         * src/textview.c
2048         * src/textview.h
2049                 Better text layout on part's choices
2050
2051 2007-07-23 [colin]      2.10.0cvs58
2052
2053         * src/mimeview.c
2054         * src/textview.c
2055                 Maemo: Automatically choose the correct application
2056                 to open parts
2057         * src/gtk/quicksearch.c
2058                 Make search run on GDK_KP_Enter too
2059
2060 2007-07-23 [wwp]        2.10.0cvs57
2061
2062         * src/quote_fmt_lex.l
2063                 Revert accidentaly committed lines (account_sig) in
2064                 2.10.0cvs56.
2065
2066 2007-07-23 [wwp]        2.10.0cvs56
2067
2068         * src/quote_fmt_lex.l
2069                 Fix typos around long form expressions in the quote lexer.
2070
2071 2007-07-23 [paul]
2072
2073         3.0.0-rc1 released
2074
2075 2007-07-23 [colin]      2.10.0cvs55
2076
2077         * src/addr_compl.c
2078                 Fix auto-completion on Maemo
2079
2080 2007-07-23 [colin]      2.10.0cvs54
2081
2082         * src/statusbar.c
2083                 Maemo: Fix sticking statusbars
2084
2085 2007-07-22 [colin]      2.10.0cvs53
2086
2087         * src/main.c
2088                 Maemo: Fix the strange "top_application" info
2089                 at startup. We should do something when 
2090                 receiving such a message.
2091
2092 2007-07-20 [paul]       2.10.0cvs52
2093
2094         * src/news_gtk.c
2095                 add missing #include "statusbar.h"
2096
2097 2007-07-20 [colin]      2.10.0cvs51
2098
2099         * src/folder.c
2100         * src/folder.h
2101         * src/folder_item_prefs.c
2102         * src/folder_item_prefs.h
2103         * src/folderview.c
2104         * src/imap.c
2105         * src/imap_gtk.c
2106         * src/imap_gtk.h
2107         * src/news.c
2108         * src/news_gtk.c
2109         * src/news_gtk.h
2110         * src/prefs_folder_item.c
2111                 Implement age-based caching: allow to
2112                 specify a threshold for the offline synchronisation
2113                 feature, and whether old cached bodies should 
2114                 be removed
2115         * src/toolbar.c
2116         * src/toolbar.h
2117                 Fix label/tooltips
2118         * src/plugins/dillo_viewer/dillo_viewer.c
2119                 Check that Dillo's installed
2120
2121 2007-07-20 [wwp]        2.10.0cvs50
2122
2123         * src/mimeview.c
2124         * src/stock_pixmap.c
2125                 Draw a frame around the selected mimeview part icon (instead of the
2126                 shifted 'dancing' icon).
2127
2128 2007-07-20 [colin]      2.10.0cvs49
2129
2130         * src/main.c
2131                 Unref stuff even on error
2132         * src/wizard.c
2133                 disconnect signals only at the very
2134                 end of the wizard save.
2135
2136 2007-07-20 [colin]      2.10.0cvs48
2137
2138         * src/mainwindow.c
2139         * src/messageview.c
2140         * src/toolbar.c
2141         * src/toolbar.h
2142                 Fix random crashes while navigating
2143                 (GTK_EVENTS_FLUSH)
2144
2145 2007-07-19 [colin]      2.10.0cvs47
2146
2147         * configure.ac
2148         * src/main.c
2149         * src/prefs_common.c
2150         * src/prefs_common.h
2151         * src/wizard.c
2152         * src/common/defs.h
2153         * src/common/utils.c
2154                 Maemo: add an easy way to store data (mails
2155                 and IMAP/NNTP caches) on one of the SD cards,
2156                 and protect against unmounts if needed
2157
2158 2007-07-19 [paul]       2.10.0cvs46
2159
2160         * src/Makefile.am
2161         * src/stock_pixmap.c
2162         * src/gtk/about.c
2163         * src/pixmaps/claws-mail_logo-small.xpm
2164                 implement a (slightly) different About
2165                 dialog for maemo and add a small version
2166                 of the logo for it
2167         * src/wizard.c
2168                 use a scrolled window for wizard page 1
2169                 on maemo
2170
2171 2007-07-19 [paul]       2.10.0cvs45
2172
2173         * src/Makefile.am
2174                 too soon for this line
2175
2176 2007-07-19 [paul]       2.10.0cvs44
2177
2178         * src/Makefile.am
2179                 fix build on n800
2180
2181 2007-07-19 [colin]      2.10.0cvs43
2182
2183         * src/wizard.c
2184                 Solve Mail/Mailbox name when specifying
2185                 full /path/to/Mail.
2186
2187 2007-07-18 [colin]      2.10.0cvs42
2188
2189         * src/inc.c
2190         * configure.ac
2191                 Fix build on n770
2192
2193 2007-07-18 [colin]      2.10.0cvs41
2194
2195         * src/inc.c
2196                 Maemo: plug the online/offline system into
2197                 maemo's interfaces to have Claws automatically
2198                 switch according to the system status
2199         * src/statusbar.c
2200                 Maemo: use HildonBanners to display status
2201                 messages. Renders the main statusbar useless.
2202
2203 2007-07-18 [paul]       2.10.0cvs40
2204
2205         * src/filtering.c
2206                 fix screen blanking on moving/copying many msgs
2207         * src/folder.c
2208                 fix processing progressbar and screen blanking
2209                 during processing
2210
2211 2007-07-18 [paul]       2.10.0cvs39
2212
2213         * src/messageview.c
2214                 revert cvs37, breakage on maemo
2215
2216 2007-07-18 [paul]       2.10.0cvs38
2217
2218         * src/gtk/gtkutils.c
2219                 make sure we can still build with older GTK's
2220
2221 2007-07-18 [colin]      2.10.0cvs37
2222
2223         * src/messageview.c
2224                 Only hide the small layout's messageview, instead
2225                 of destroying it when closing
2226         * src/gtk/gtkutils.c
2227                 Use gtk_window_present_with_time to popup windows,
2228                 it seems to make things better with modern WMs
2229                 (actually focusing)
2230
2231 2007-07-17 [colin]      2.10.0cvs36
2232
2233         * src/editaddress.c
2234                 Simplify layout on Maemo
2235         * src/folder.c
2236                 Fix possible crash
2237         * src/prefs_display_header.c
2238                 Remove some headers by default on Maemo
2239
2240 2007-07-17 [paul]       2.10.0cvs35
2241
2242         * src/prefs_common.c
2243         * src/prefs_common.h
2244         * src/prefs_logging.c
2245         * src/common/log.c
2246                 add options to stop/enable writing logs to disc
2247
2248 2007-07-17 [paul]       2.10.0cvs34
2249
2250         * src/edittags.c
2251                 fix some issues with the Apply tags window:
2252                 - set search column (enables autocompl in the treeview)
2253                 - apply tag from "New tag" if it existed
2254                 - clears New tag entry when adding it with the button
2255                 Thanks to Colin
2256
2257 2007-07-17 [paul]       2.10.0cvs33
2258
2259         * src/edittags.c
2260                 fix 'apply tags' dialogue weirdness
2261
2262 2007-07-16 [colin]      2.10.0cvs32
2263
2264         * src/toolbar.c
2265                 Fix double-loading of mails on Maemo
2266
2267 2007-07-16 [colin]      2.10.0cvs31
2268
2269         * src/messageview.c
2270                 Prevent double-loading of the same part under some
2271                 conditions; hide statusbar on Maemo
2272
2273 2007-07-16 [colin]      2.10.0cvs30
2274
2275         * src/edittags.c
2276         * src/edittags.h
2277         * src/mainwindow.c
2278         * src/summaryview.c
2279                 Improve the tag interface - allow
2280                 to set/unset tags from a special
2281                 window.
2282         * src/gtk/gtkvscrollbutton.c
2283         * src/mimeview.c
2284         * src/mimeview.h
2285         * src/stock_pixmap.c
2286                 Fix Mimeview's ugly hacks in the
2287                 icon list. 
2288
2289 2007-07-16 [paul]       2.10.0cvs29
2290
2291         * src/wizard.c
2292                 rework dialog
2293         * src/gtk/icon_legend.c
2294                 put it all in a scrolled window
2295
2296 2007-07-15 [colin]      2.10.0cvs28
2297
2298         * src/mainwindow.c
2299                 Maemo: force layout to be Small screen; the
2300                 others don't make sense
2301
2302 2007-07-14 [colin]      2.10.0cvs27
2303
2304         * src/mimeview.c
2305         * src/gtk/gtkvscrollbutton.c
2306                 Maemo: Fix mimeview's buttons size
2307
2308 2007-07-14 [colin]      2.10.0cvs26
2309
2310         * src/toolbar.c
2311                 Fix the button workaround fix.
2312                 (Use the correct variable)
2313
2314 2007-07-14 [colin]      2.10.0cvs25
2315
2316         * src/mainwindow.c
2317         * src/toolbar.c
2318                 Maemo: put the progress bar in the
2319                 toolbar
2320
2321 2007-07-14 [colin]      2.10.0cvs24
2322
2323         * src/prefs_common.c
2324                 Maemo: hide statusbar by default
2325         * src/Makefile.am
2326         * src/stock_pixmap.c
2327         * src/stock_pixmap.h
2328         * src/toolbar.c
2329         * src/pixmaps/go_folders.xpm
2330                 Maemo: Add a specific icon to go back to
2331                 folder list
2332
2333 2007-07-14 [colin]      2.10.0cvs23
2334
2335         * src/toolbar.c
2336                 Don't set homogeneous finally
2337
2338 2007-07-14 [colin]      2.10.0cvs22
2339
2340         * src/toolbar.c
2341                 Fix button show/hide issues
2342
2343 2007-07-14 [colin]      2.10.0cvs21
2344
2345         * src/toolbar.c
2346                 Fix huge arrows
2347                 Fix button workaround to be able to click
2348                 if mouse was on button when it went un-
2349                 sensitive.
2350                 Revert previous commit, gtk_tool_item_set_homogeneous
2351                 doesn't mean what it seems to mean ;-)
2352
2353 2007-07-14 [paul]       2.10.0cvs20
2354
2355         * src/toolbar.c
2356                 make homogeneous FALSE always
2357
2358 2007-07-13 [colin]      2.10.0cvs19
2359
2360         * src/toolbar.c
2361         * src/toolbar.h
2362                 Rework to fit the non-deprecated API
2363         * src/compose.c
2364         * src/folderview.c
2365         * src/mainwindow.c
2366         * src/messageview.c
2367         * src/summaryview.c
2368                 Maemo layout changes. Better toolbars,
2369                 removal of CTree headers. 
2370
2371 2007-07-13 [paul]       2.10.0cvs18
2372
2373         * src/gtk/colorlabel.c
2374                 fix bug 1261, '[DE] coloring messages in overview 
2375                 keys are not localised'
2376                 the string is now included in claws-mail.pot
2377
2378 2007-07-13 [colin]      2.10.0cvs17
2379
2380         * src/summaryview.c
2381                 Fix bug 1267, 'printing mutliple messages 
2382                 opens one message-dialog after the other'
2383                 Ask for confirmation when printing 10
2384                 messages or more.
2385
2386 2007-07-11 [colin]      2.10.0cvs16
2387
2388         * COPYING
2389         * README
2390         * autogen.sh
2391         * manual/claws-mail-manual.xml
2392         * manual/gpl.xml
2393         * manual/es/claws-mail-manual.xml
2394         * manual/es/gpl.xml
2395         * manual/fr/claws-mail-manual.xml
2396         * manual/fr/gpl.xml
2397         * manual/pl/gpl.xml
2398         * src/account.c
2399         * src/account.h
2400         * src/action.c
2401         * src/action.h
2402         * src/adbookbase.h
2403         * src/addr_compl.c
2404         * src/addr_compl.h
2405         * src/addrbook.c
2406         * src/addrbook.h
2407         * src/addrcache.c
2408         * src/addrcache.h
2409         * src/addrcindex.c
2410         * src/addrcindex.h
2411         * src/addrclip.c
2412         * src/addrclip.h
2413         * src/addrdefs.h
2414         * src/addressadd.c
2415         * src/addressadd.h
2416         * src/addressbook.c
2417         * src/addressbook.h
2418         * src/addressbook_foldersel.c
2419         * src/addressbook_foldersel.h
2420         * src/addressitem.h
2421         * src/addrgather.c
2422         * src/addrgather.h
2423         * src/addrharvest.c
2424         * src/addrharvest.h
2425         * src/addrindex.c
2426         * src/addrindex.h
2427         * src/addritem.c
2428         * src/addritem.h
2429         * src/addrquery.c
2430         * src/addrquery.h
2431         * src/addrselect.c
2432         * src/addrselect.h
2433         * src/alertpanel.c
2434         * src/alertpanel.h
2435         * src/browseldap.c
2436         * src/browseldap.h
2437         * src/codeconv.c
2438         * src/codeconv.h
2439         * src/compose.c
2440         * src/compose.h
2441         * src/crash.c
2442         * src/crash.h
2443         * src/customheader.c
2444         * src/customheader.h
2445         * src/displayheader.c
2446         * src/displayheader.h
2447         * src/editaddress.c
2448         * src/editaddress.h
2449         * src/editaddress_other_attributes_ldap.c
2450         * src/editaddress_other_attributes_ldap.h
2451         * src/editbook.c
2452         * src/editbook.h
2453         * src/editgroup.c
2454         * src/editgroup.h
2455         * src/editjpilot.c
2456         * src/editjpilot.h
2457         * src/editldap.c
2458         * src/editldap.h
2459         * src/editldap_basedn.c
2460         * src/editldap_basedn.h
2461         * src/edittags.c
2462         * src/edittags.h
2463         * src/editvcard.c
2464         * src/editvcard.h
2465         * src/enriched.c
2466         * src/enriched.h
2467         * src/exphtmldlg.c
2468         * src/exphtmldlg.h
2469         * src/expldifdlg.c
2470         * src/expldifdlg.h
2471         * src/export.c
2472         * src/export.h
2473         * src/exporthtml.c
2474         * src/exporthtml.h
2475         * src/exportldif.c
2476         * src/exportldif.h
2477         * src/filtering.c
2478         * src/filtering.h
2479         * src/folder.c
2480         * src/folder.h
2481         * src/folder_item_prefs.c
2482         * src/folder_item_prefs.h
2483         * src/foldersel.c
2484         * src/foldersel.h
2485         * src/folderutils.c
2486         * src/folderutils.h
2487         * src/folderview.c
2488         * src/folderview.h
2489         * src/gedit-print.c
2490         * src/gedit-print.h
2491         * src/grouplistdialog.c
2492         * src/grouplistdialog.h
2493         * src/headerview.c
2494         * src/headerview.h
2495         * src/html.c
2496         * src/html.h
2497         * src/image_viewer.c
2498         * src/image_viewer.h
2499         * src/imap.c
2500         * src/imap.h
2501         * src/imap_gtk.c
2502         * src/imap_gtk.h
2503         * src/import.c
2504         * src/import.h
2505         * src/importldif.c
2506         * src/importldif.h
2507         * src/importmutt.c
2508         * src/importmutt.h
2509         * src/importpine.c
2510         * src/importpine.h
2511         * src/inc.c
2512         * src/inc.h
2513         * src/jpilot.c
2514         * src/jpilot.h
2515         * src/ldapctrl.c
2516         * src/ldapctrl.h
2517         * src/ldaplocate.c
2518         * src/ldaplocate.h
2519         * src/ldapquery.c
2520         * src/ldapquery.h
2521         * src/ldapserver.c
2522         * src/ldapserver.h
2523         * src/ldapupdate.c
2524         * src/ldapupdate.h
2525         * src/ldaputil.c
2526         * src/ldaputil.h
2527         * src/ldif.c
2528         * src/ldif.h
2529         * src/localfolder.c
2530         * src/localfolder.h
2531         * src/main.c
2532         * src/main.h
2533         * src/mainwindow.c
2534         * src/mainwindow.h
2535         * src/manual.c
2536         * src/manual.h
2537         * src/matcher.c
2538         * src/matcher.h
2539         * src/matcher_parser.h
2540         * src/matcher_parser_lex.l
2541         * src/matcher_parser_parse.y
2542         * src/mbox.c
2543         * src/mbox.h
2544         * src/message_search.c
2545         * src/message_search.h
2546         * src/messageview.c
2547         * src/messageview.h
2548         * src/mh.c
2549         * src/mh.h
2550         * src/mh_gtk.c
2551         * src/mh_gtk.h
2552         * src/mimeview.c
2553         * src/mimeview.h
2554         * src/msgcache.c
2555         * src/msgcache.h
2556         * src/mutt.c
2557         * src/mutt.h
2558         * src/news.c
2559         * src/news.h
2560         * src/news_gtk.c
2561         * src/news_gtk.h
2562         * src/noticeview.c
2563         * src/noticeview.h
2564         * src/partial_download.c
2565         * src/partial_download.h
2566         * src/pine.c
2567         * src/pine.h
2568         * src/pop.c
2569         * src/pop.h
2570         * src/prefs_account.c
2571         * src/prefs_account.h
2572         * src/prefs_actions.c
2573         * src/prefs_actions.h
2574         * src/prefs_common.c
2575         * src/prefs_common.h
2576         * src/prefs_compose_writing.c
2577         * src/prefs_compose_writing.h
2578         * src/prefs_customheader.c
2579         * src/prefs_customheader.h
2580         * src/prefs_display_header.c
2581         * src/prefs_display_header.h
2582         * src/prefs_ext_prog.c
2583         * src/prefs_ext_prog.h
2584         * src/prefs_filtering.c
2585         * src/prefs_filtering.h
2586         * src/prefs_filtering_action.c
2587         * src/prefs_filtering_action.h
2588         * src/prefs_folder_column.c
2589         * src/prefs_folder_column.h
2590         * src/prefs_folder_item.c
2591         * src/prefs_folder_item.h
2592         * src/prefs_fonts.c
2593         * src/prefs_fonts.h
2594         * src/prefs_gtk.c
2595         * src/prefs_gtk.h
2596         * src/prefs_image_viewer.c
2597         * src/prefs_image_viewer.h
2598         * src/prefs_logging.c
2599         * src/prefs_logging.h
2600         * src/prefs_matcher.c
2601         * src/prefs_matcher.h
2602         * src/prefs_message.c
2603         * src/prefs_message.h
2604         * src/prefs_msg_colors.c
2605         * src/prefs_msg_colors.h
2606         * src/prefs_other.c
2607         * src/prefs_other.h
2608         * src/prefs_quote.c
2609         * src/prefs_quote.h
2610         * src/prefs_receive.c
2611         * src/prefs_receive.h
2612         * src/prefs_send.c
2613         * src/prefs_send.h
2614         * src/prefs_spelling.c
2615         * src/prefs_spelling.h
2616         * src/prefs_summaries.c
2617         * src/prefs_summaries.h
2618         * src/prefs_summary_column.c
2619         * src/prefs_summary_column.h
2620         * src/prefs_summary_open.c
2621         * src/prefs_summary_open.h
2622         * src/prefs_template.c
2623         * src/prefs_template.h
2624         * src/prefs_themes.c
2625         * src/prefs_themes.h
2626         * src/prefs_toolbar.c
2627         * src/prefs_toolbar.h
2628         * src/prefs_wrapping.c
2629         * src/prefs_wrapping.h
2630         * src/privacy.c
2631         * src/privacy.h
2632         * src/procheader.c
2633         * src/procheader.h
2634         * src/procmime.c
2635         * src/procmime.h
2636         * src/procmsg.c
2637         * src/procmsg.h
2638         * src/quote_fmt.c
2639         * src/quote_fmt_lex.l
2640         * src/quote_fmt_parse.y
2641         * src/recv.c
2642         * src/recv.h
2643         * src/remotefolder.c
2644         * src/remotefolder.h
2645         * src/send_message.c
2646         * src/send_message.h
2647         * src/setup.c
2648         * src/setup.h
2649         * src/simple-gettext.c
2650         * src/sourcewindow.c
2651         * src/sourcewindow.h
2652         * src/ssl_manager.c
2653         * src/ssl_manager.h
2654         * src/statusbar.c
2655         * src/statusbar.h
2656         * src/stock_pixmap.c
2657         * src/stock_pixmap.h
2658         * src/summary_search.c
2659         * src/summary_search.h
2660         * src/summaryview.c
2661         * src/summaryview.h
2662         * src/textview.c
2663         * src/textview.h
2664         * src/toolbar.c
2665         * src/toolbar.h
2666         * src/undo.c
2667         * src/undo.h
2668         * src/unmime.c
2669         * src/unmime.h
2670         * src/uri_opener.c
2671         * src/uri_opener.h
2672         * src/vcard.c
2673         * src/vcard.h
2674         * src/wizard.c
2675         * src/wizard.h
2676         * src/common/base64.c
2677         * src/common/base64.h
2678         * src/common/claws.c
2679         * src/common/claws.h
2680         * src/common/defs.h
2681         * src/common/fnmatch.c
2682         * src/common/fnmatch.h
2683         * src/common/fnmatch_loop.c
2684         * src/common/hooks.c
2685         * src/common/hooks.h
2686         * src/common/log.c
2687         * src/common/log.h
2688         * src/common/md5.c
2689         * src/common/md5.h
2690         * src/common/mgutils.c
2691         * src/common/mgutils.h
2692         * src/common/nntp.c
2693         * src/common/nntp.h
2694         * src/common/passcrypt.c
2695         * src/common/passcrypt.h.in
2696         * src/common/plugin.c
2697         * src/common/plugin.h
2698         * src/common/prefs.c
2699         * src/common/prefs.h
2700         * src/common/progressindicator.c
2701         * src/common/progressindicator.h
2702         * src/common/quoted-printable.c
2703         * src/common/quoted-printable.h
2704         * src/common/session.c
2705         * src/common/session.h
2706         * src/common/smtp.c
2707         * src/common/smtp.h
2708         * src/common/socket.c
2709         * src/common/socket.h
2710         * src/common/ssl.c
2711         * src/common/ssl.h
2712         * src/common/ssl_certificate.c
2713         * src/common/ssl_certificate.h
2714         * src/common/string_match.c
2715         * src/common/string_match.h
2716         * src/common/stringtable.c
2717         * src/common/stringtable.h
2718         * src/common/tags.c
2719         * src/common/tags.h
2720         * src/common/template.c
2721         * src/common/template.h
2722         * src/common/timing.h
2723         * src/common/utils.c
2724         * src/common/utils.h
2725         * src/common/uuencode.c
2726         * src/common/uuencode.h
2727         * src/common/version.h.in
2728         * src/common/w32_dirent.c
2729         * src/common/w32_reg.c
2730         * src/common/w32_signal.c
2731         * src/common/w32_stat.c
2732         * src/common/w32_stdlib.c
2733         * src/common/w32_string.c
2734         * src/common/w32_time.c
2735         * src/common/w32_unistd.c
2736         * src/common/w32_wait.c
2737         * src/common/w32lib.h
2738         * src/common/xml.c
2739         * src/common/xml.h
2740         * src/common/xmlprops.c
2741         * src/common/xmlprops.h
2742         * src/etpan/etpan-errors.h
2743         * src/etpan/etpan-thread-manager-types.h
2744         * src/etpan/etpan-thread-manager.c
2745         * src/etpan/etpan-thread-manager.h
2746         * src/etpan/imap-thread.c
2747         * src/etpan/imap-thread.h
2748         * src/gtk/about.c
2749         * src/gtk/about.h
2750         * src/gtk/colorlabel.c
2751         * src/gtk/colorlabel.h
2752         * src/gtk/colorsel.c
2753         * src/gtk/colorsel.h
2754         * src/gtk/combobox.c
2755         * src/gtk/combobox.h
2756         * src/gtk/description_window.c
2757         * src/gtk/description_window.h
2758         * src/gtk/filesel.c
2759         * src/gtk/filesel.h
2760         * src/gtk/foldersort.c
2761         * src/gtk/foldersort.h
2762         * src/gtk/gtkaspell.c
2763         * src/gtk/gtkaspell.h
2764         * src/gtk/gtksctree.c
2765         * src/gtk/gtkshruler.c
2766         * src/gtk/gtkshruler.h
2767         * src/gtk/gtksourceprintjob.c
2768         * src/gtk/gtksourceprintjob.h
2769         * src/gtk/gtkutils.c
2770         * src/gtk/gtkutils.h
2771         * src/gtk/gtkvscrollbutton.c
2772         * src/gtk/gtkvscrollbutton.h
2773         * src/gtk/icon_legend.c
2774         * src/gtk/icon_legend.h
2775         * src/gtk/inputdialog.c
2776         * src/gtk/inputdialog.h
2777         * src/gtk/logwindow.c
2778         * src/gtk/logwindow.h
2779         * src/gtk/manage_window.c
2780         * src/gtk/manage_window.h
2781         * src/gtk/menu.c
2782         * src/gtk/menu.h
2783         * src/gtk/pluginwindow.c
2784         * src/gtk/pluginwindow.h
2785         * src/gtk/prefswindow.c
2786         * src/gtk/prefswindow.h
2787         * src/gtk/progressdialog.c
2788         * src/gtk/progressdialog.h
2789         * src/gtk/quicksearch.c
2790         * src/gtk/quicksearch.h
2791         * src/gtk/sslcertwindow.c
2792         * src/gtk/sslcertwindow.h
2793         * src/plugins/bogofilter/bogofilter.c
2794         * src/plugins/bogofilter/bogofilter.h
2795         * src/plugins/bogofilter/bogofilter_gtk.c
2796         * src/plugins/clamav/clamav_plugin.c
2797         * src/plugins/clamav/clamav_plugin.h
2798         * src/plugins/clamav/clamav_plugin_gtk.c
2799         * src/plugins/demo/demo.c
2800         * src/plugins/dillo_viewer/dillo_prefs.c
2801         * src/plugins/dillo_viewer/dillo_prefs.h
2802         * src/plugins/dillo_viewer/dillo_viewer.c
2803         * src/plugins/pgpcore/passphrase.c
2804         * src/plugins/pgpcore/passphrase.h
2805         * src/plugins/pgpcore/pgp_viewer.c
2806         * src/plugins/pgpcore/pgp_viewer.h
2807         * src/plugins/pgpcore/plugin.c
2808         * src/plugins/pgpcore/prefs_gpg.c
2809         * src/plugins/pgpcore/prefs_gpg.h
2810         * src/plugins/pgpcore/select-keys.c
2811         * src/plugins/pgpcore/select-keys.h
2812         * src/plugins/pgpcore/sgpgme.c
2813         * src/plugins/pgpcore/sgpgme.h
2814         * src/plugins/pgpinline/pgpinline.c
2815         * src/plugins/pgpinline/pgpinline.h
2816         * src/plugins/pgpinline/plugin.c
2817         * src/plugins/pgpmime/pgpmime.c
2818         * src/plugins/pgpmime/pgpmime.h
2819         * src/plugins/pgpmime/plugin.c
2820         * src/plugins/spamassassin/spamassassin.c
2821         * src/plugins/spamassassin/spamassassin.h
2822         * src/plugins/spamassassin/spamassassin_gtk.c
2823         * src/plugins/trayicon/trayicon.c
2824         * src/plugins/trayicon/trayicon_prefs.c
2825         * src/plugins/trayicon/trayicon_prefs.h
2826         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2827         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2828         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2829         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2830         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2831         * tools/OOo2claws-mail.pl
2832         * tools/README.sylprint
2833         * tools/acroread2claws-mail.pl
2834         * tools/claws-mail-compose-insert-files.pl
2835         * tools/convert_mbox.pl
2836         * tools/filter_conv.pl
2837         * tools/filter_conv_new.pl
2838         * tools/fix_date.sh
2839         * tools/freshmeat_search.pl
2840         * tools/google_search.pl
2841         * tools/kmail-mailbox2claws-mail.pl
2842         * tools/kmail2claws-mail.pl
2843         * tools/kmail2claws-mail_v2.pl
2844         * tools/mairix.sh
2845         * tools/make.themes.project
2846         * tools/multiwebsearch.pl
2847         * tools/nautilus2claws-mail.sh
2848         * tools/outlook2claws-mail.pl
2849         * tools/textviewer.sh
2850         * tools/thunderbird-filters-convertor.pl
2851         * tools/update-po
2852         * tools/uuooffice
2853         * tools/vcard2xml.py
2854         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2855                 Upgrade to GPLv3 or later.
2856
2857 2007-07-10 [wwp]        2.10.0cvs15
2858
2859         * src/main.c
2860                 Fix re-opening of all composing messages that were
2861                 opened when closing the previous instance, thanks
2862                 to Colin.
2863
2864 2007-07-10 [paul]       2.10.0cvs14
2865
2866         * src/editaddress_other_attributes_ldap.c
2867         * src/ldapupdate.c
2868                 fix crash on selecting 'other attributes' combo
2869                 for either a new entry or an old entry with no
2870                 existing attributes.
2871                 fix bug on editing multiple attributes which
2872                 resulted them all having the value of the last
2873                 one changed.
2874                 Thanks to Colin
2875
2876 2007-07-10 [colin]      2.10.0cvs13
2877
2878         * src/editaddress.c
2879         * src/editaddress_other_attributes_ldap.h
2880         * src/ldapupdate.c
2881                 Fix --disable-ldap build
2882
2883 2007-07-09 [colin]      2.10.0cvs12
2884
2885         * src/Makefile.am
2886         * src/addritem.c
2887         * src/addritem.h
2888         * src/editaddress.c
2889         * src/editaddress_other_attributes_ldap.c
2890         * src/editaddress_other_attributes_ldap.h
2891         * src/editldap.c
2892         * src/ldapctrl.c
2893         * src/ldapctrl.h
2894         * src/ldapupdate.c
2895                 Add capability to edit all inetOrgPerson
2896                 attributes on LDAP. Patch by Michael 
2897                 Rasmussen
2898
2899 2007-07-09 [colin]      2.10.0cvs11
2900
2901         * src/Makefile.am
2902         * src/exporthtml.c
2903         * src/mbox.c
2904         * src/msgcache.c
2905         * src/prefs_summaries.c
2906         * src/prefs_themes.c
2907         * src/procheader.c
2908         * src/common/Makefile.am
2909         * src/common/log.c
2910         * src/common/timing.h
2911         * src/common/utils.c
2912         * src/common/utils.h
2913         * src/common/w32_account.c
2914         * src/common/w32lib.h
2915         * src/gtk/Makefile.am
2916         * src/gtk/colorlabel.c
2917         * src/plugins/pgpcore/Makefile.am
2918         * src/plugins/pgpcore/claws.def
2919         * src/plugins/pgpcore/passphrase.c
2920         * src/plugins/pgpcore/pgp_viewer.c
2921         * src/plugins/pgpcore/plugin.def
2922         * src/plugins/pgpcore/sgpgme.c
2923         * src/plugins/pgpinline/Makefile.am
2924         * src/plugins/pgpinline/claws.def
2925         * src/plugins/pgpinline/mypgpcore.def
2926         * src/plugins/pgpinline/plugin.def
2927         * src/plugins/pgpmime/Makefile.am
2928         * src/plugins/pgpmime/claws.def
2929         * src/plugins/pgpmime/mypgpcore.def
2930         * src/plugins/pgpmime/plugin.def
2931                 Commit win32 patch, from Werner Koch and
2932                 Marcus Brinkmann
2933
2934 2007-07-09 [colin]      2.10.0cvs10
2935
2936         * src/prefs_toolbar.c
2937                 Fix crash when no actions exist
2938
2939 2007-07-07 [paul]       2.10.0cvs9
2940
2941         * COPYING
2942         * manual/claws-mail-manual.xml
2943                 update copyright year
2944         * po/fi.po
2945                 updated by Flammie Pirinen
2946
2947 2007-07-05 [wwp]        2.10.0cvs8
2948
2949         * src/plugins/clamav/clamav_plugin_gtk.c
2950                 Make vertical spacing like in other plugin prefs pages.
2951
2952 2007-07-05 [wwp]        2.10.0cvs7
2953
2954         * src/quote_fmt.c
2955                 It's %am that works, not %ae (this doc incoherence has been
2956                 introduced with 2.9.2cvs13).
2957
2958 2007-07-04 [wwp]        2.10.0cvs6
2959
2960         * src/plugins/bogofilter/bogofilter.c
2961                 Gettext-ize an occurrence of "Any" that wasn't.
2962
2963 2007-07-04 [colin]      2.10.0cvs5
2964
2965         * po/POTFILES.in
2966                 Fix untranslated strings; thanks
2967                 to Pader Rezso.
2968
2969 2007-07-03 [colin]      2.10.0cvs4
2970
2971         * src/folder.c
2972         * src/mainwindow.c
2973                 Fix saving of sort mode for tags and
2974                 thread date. Thanks to Pierre Ossman.
2975                 Completes fix for bug 1233
2976
2977 2007-07-03 [paul]       2.10.0cvs3
2978
2979         * src/compose.c
2980                 fix auto-save
2981         * src/summaryview.c
2982                 fix build warnings
2983         Thanks to Colin
2984
2985 2007-07-02 [colin]      2.10.0cvs2
2986
2987         * src/folder.h
2988         * src/mainwindow.c
2989         * src/procmsg.h
2990         * src/summaryview.c
2991                 Add View/Sort/by Thread date
2992                 Fixes bug 1233, 'Capability to sort 
2993                 threads by most recent message'
2994                 Based on a patch by Paul Rolland
2995
2996 2007-07-02 [colin]      2.10.0cvs1
2997
2998         * src/Makefile.am
2999         * src/compose.c
3000         * src/edittags.c
3001         * src/edittags.h
3002         * src/filtering.c
3003         * src/folder.c
3004         * src/folder.h
3005         * src/headerview.c
3006         * src/headerview.h
3007         * src/main.c
3008         * src/mainwindow.c
3009         * src/mainwindow.h
3010         * src/manual.h
3011         * src/matcher.c
3012         * src/matcher.h
3013         * src/matcher_parser_parse.y
3014         * src/mimeview.c
3015         * src/msgcache.c
3016         * src/msgcache.h
3017         * src/prefs_common.c
3018         * src/prefs_common.h
3019         * src/prefs_filtering_action.c
3020         * src/prefs_matcher.c
3021         * src/prefs_summary_column.c
3022         * src/procmsg.c
3023         * src/procmsg.h
3024         * src/quote_fmt.c
3025         * src/quote_fmt_lex.l
3026         * src/quote_fmt_parse.y
3027         * src/summaryview.c
3028         * src/summaryview.h
3029         * src/textview.c
3030         * src/common/Makefile.am
3031         * src/common/defs.h
3032         * src/common/tags.c
3033         * src/common/tags.h
3034         * src/gtk/quicksearch.c
3035         * src/gtk/quicksearch.h
3036                 Add Tags implementation. Tags are arbitrary labels
3037                 that can be applied to messages. It is possible 
3038                 to create, edit, remove tags; apply them to mails;
3039                 filter on tags or tag presence; apply or unset
3040                 tags via filtering actions; reference tags in
3041                 reply templates.
3042
3043 2007-07-02 [paul]       2.10.0
3044
3045         * NEWS
3046         * README
3047         * RELEASE_NOTES
3048                 2.10.0 released
3049
3050 2007-07-02 [paul]       2.9.2cvs78
3051
3052         * po/de.po
3053         * po/en_GB.po
3054         * po/es.po
3055         * po/fr.po
3056         * po/hu.po
3057         * po/pt_BR.po
3058         * po/ru.po
3059         * po/zh_CN.po
3060                 updated by Stephan Sachse, me, Ricardo Mones
3061                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3062                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3063
3064 2007-07-02 [paul]       2.9.2cvs77
3065
3066         * AUTHORS
3067                 updated
3068
3069 2007-06-29 [wwp]        2.9.2cvs76
3070
3071         * src/gtk/headers.h
3072                 Fix a typo (thanks to Ricardo for finding this out).
3073
3074 2007-06-28 [paul]       2.9.2cvs75
3075
3076         * src/folderview.c
3077                 fix build warnings
3078
3079 2007-06-28 [paul]       2.9.2cvs74
3080
3081         * tools/Makefile.am
3082                 fix bug in the autotools build system.
3083                 Files cataloged under EXTRA_DIST were never
3084                 automatically copied to the build tree.
3085                 (fix 'make distcheck')
3086                 Patch by Michael Rasmussen.
3087
3088 2007-06-24 [colin]      2.9.2cvs73
3089
3090         * src/news_gtk.c
3091                 Fix bug 1249, 'Error handling for 
3092                 news errors needs modification'
3093                 Only popup error if the according
3094                 pref in Prefs/Receive is set.
3095
3096 2007-06-21 [colin]      2.9.2cvs72
3097
3098         * src/common/plugin.c
3099         * src/common/plugin.h
3100                 Change plugin API to know whether it's safe to 
3101                 unload plugins or whether we should just hide
3102                 them. Fixes bug 1248, 'Core dumps after 
3103                 unloading plugin and clicking on load plugins'
3104         * src/plugins/bogofilter/bogofilter.c
3105         * src/plugins/clamav/clamav_plugin.c
3106         * src/plugins/demo/demo.c
3107         * src/plugins/dillo_viewer/dillo_viewer.c
3108         * src/plugins/pgpcore/plugin.c
3109         * src/plugins/pgpinline/plugin.c
3110         * src/plugins/pgpmime/plugin.c
3111         * src/plugins/spamassassin/spamassassin.c
3112         * src/plugins/trayicon/trayicon.c
3113                 Update API
3114
3115 2007-06-19 [colin]      2.9.2cvs71
3116
3117         * src/compose.c
3118         * src/messageview.c
3119                 Fix crash mentioned in bug 1246
3120                 Race condition when automatically drafting
3121                 due to insertion on reedit.
3122
3123 2007-06-18 [wwp]        2.9.2cvs70
3124
3125         * src/importldif.c
3126                 LDIF import: use a "Proceed" button to complete
3127                 the process.
3128
3129 2007-06-18 [paul]       2.9.2cvs69
3130
3131         * configure.ac
3132                 use pkgconfig to check for gtk and glib
3133
3134 2007-06-17 [wwp]        2.9.2cvs68
3135
3136         * src/ldif.c
3137         * src/importldif.c
3138                 LDIF import: better error handling, minor code
3139                 and UI cleanup, and renamed the Save button
3140                 to Close, as imported stuff is already saved
3141                 when the Save button is shown.
3142
3143 2007-06-17 [colin]      2.9.2cvs67
3144
3145         * src/prefs_summaries.c
3146         * src/procmsg.c
3147                 Don't set as read when forwarded, only replied to
3148
3149 2007-06-17 [paul]       2.9.2cvs66
3150
3151         * src/alertpanel.c
3152                 add missing #include
3153
3154 2007-06-16 [colin]      2.9.2cvs65
3155
3156         * src/prefs_summaries.c
3157         * src/procmsg.c
3158                 Change the pref "Only mark as read when opened
3159                 in new window" to "..., replied to or forwarded".
3160                 Based on a patch by Paul Rolland.
3161
3162 2007-06-16 [paul]       2.9.2cvs64
3163
3164         * src/gtk/authors.h
3165                 alphabetical order! :)
3166
3167 2007-06-16 [colin]      2.9.2cvs63
3168
3169         * AUTHORS
3170         * src/gtk/authors.h
3171                 Add Michael Rasmussen in authors list
3172
3173 2007-06-16 [colin]      2.9.2cvs62
3174
3175         * src/messageview.c
3176                 Fix messageview_copy_clipboard to take advantage
3177                 of plugins' get_selection.
3178
3179 2007-06-15 [colin]      2.9.2cvs61
3180
3181         * src/action.c
3182         * src/addr_compl.c
3183         * src/addressbook.c
3184         * src/folderview.c
3185         * src/message_search.c
3186         * src/mimeview.c
3187         * src/summary_search.c
3188         * src/summaryview.c
3189         * src/textview.c
3190                 Allow GDK_KP_Enter to do the same as GDK_Return
3191                 Patch by Michael Rasmussen
3192
3193 2007-06-15 [paul]       2.9.2cvs60
3194
3195         * src/compose.c
3196                 fix bug when closing a compose window
3197                 during autosave
3198
3199 2007-06-14 [paul]       2.9.2cvs59
3200
3201         * src/main.c
3202         * src/common/defs.h
3203                 migrate sylpheed config
3204
3205 2007-06-14 [wwp]        2.9.2cvs58
3206
3207         * src/gtk/pluginwindow.c
3208                 Yet another attempt to fix sizing/alignment of the
3209                 button bar in plugins window.
3210
3211 2007-06-12 [colin]      2.9.2cvs57
3212
3213         * po/POTFILES.in
3214         * src/Makefile.am
3215         * src/folderview.c
3216         * src/prefs_common.c
3217         * src/prefs_common.h
3218         * src/prefs_summaries.c
3219         * src/prefs_summary_open.c
3220         * src/prefs_summary_open.h
3221         * src/summaryview.c
3222                 Make "when entering a folder" actions more personalisable
3223
3224 2007-06-12 [wwp]        2.9.2cvs56
3225
3226         * tools/README
3227                 Use short description from Paul (mairix.sh).
3228
3229 2007-06-12 [wwp]        2.9.2cvs55
3230
3231         * tools/README
3232                 Updated info about mairix.sh.
3233
3234 2007-06-11 [paul]       2.9.2cvs54
3235
3236         * src/prefs_logging.c
3237                 rework log window length widgets
3238                 and some sensitivity fixes
3239
3240 2007-06-11 [paul]       2.9.2cvs53
3241
3242         * src/mainwindow.c
3243         * src/prefs_logging.c
3244                 rename 'Protocol Log' to 'Network Log'
3245                 and some function renaming
3246
3247 2007-06-10 [wwp]        2.9.2cvs52
3248
3249         * src/gtk/pluginwindow.c
3250                 Revert 2.9.2cvs51.
3251
3252 2007-06-10 [wwp]        2.9.2cvs51
3253
3254         * src/gtk/pluginwindow.c
3255                 Fix button bar in plugin window, was centered and not
3256                 behaving like other dialogs w/ such button bar.
3257
3258 2007-06-08 [wwp]        2.9.2cvs50
3259
3260         * src/compose.c
3261         * src/compose.h
3262         * src/main.c
3263         * src/mainwindow.c
3264         * src/mainwindow.h
3265                 Provide a way out of automatic draft saving on IMAP, when
3266                 exiting offline.
3267                 Prevent drafting while sending and quitting while sending.
3268                 Thanks for Colin.
3269
3270
3271
3272 2007-06-08 [wwp]        2.9.2cvs49
3273
3274         * src/prefs_account.c
3275         * src/gtk/prefswindow.c
3276         * src/gtk/prefswindow.h
3277                 Activate the Basic page when opening account prefs.
3278
3279 2007-06-08 [wwp]        2.9.2cvs48
3280
3281         * src/common/socket.c
3282                 Don't crash if fork() fails, thanks to Colin.
3283
3284 2007-06-08 [wwp]        2.9.2cvs47
3285
3286         * src/gtk/prefswindow.c
3287                 Wrap some long lines, and reset horizontal scroller's adjusment
3288                 (this was already done, vertically), when changing tab (not page)
3289                 in prefs windows.
3290
3291 2007-06-08 [paul]       2.9.2cvs46
3292
3293         * src/common/utils.c
3294                 use gethostname() instead of uname()
3295                 based on a patch by Michael Hughes
3296                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3297
3298 2007-06-07 [wwp]        2.9.2cvs45
3299
3300         * src/prefs_common.c
3301                 Fix some useless warnings, thanks to Colin.
3302
3303 2007-06-06 [colin]      2.9.2cvs44
3304
3305         * src/ldapupdate.c
3306                 Fix strange allocations. 
3307
3308 2007-06-06 [colin]      2.9.2cvs43
3309
3310         * src/ldapupdate.c
3311                 Patch by Michael Rasmussus to help
3312                 bug 1232
3313
3314 2007-06-05 [wwp]        2.9.2cvs42
3315
3316         * src/prefs_account.c
3317         * src/prefs_folder_item.c
3318         * src/prefs_quote.c
3319         * src/quote_fmt.c
3320         * src/quote_fmt.h
3321                 Per-folder templates can now be applied recursively.
3322                 Always save per-folder templates (formats were erroneously
3323                 saved only if they were enabled).
3324                 Check for validity of quotation marks everywhere there
3325                 are defined.
3326
3327 2007-06-05 [wwp]        2.9.2cvs41
3328
3329         * src/inc.c
3330                 Fix incoming messages from local accounts always getting filtered
3331                 (even if the account prefs say don't), thanks to Colin.
3332
3333 2007-06-05 [wwp]        2.9.2cvs40
3334
3335         * src/compose.c
3336         * src/compose.h
3337                 Use per-folder/per-account quote chars when applying a
3338                 template or inserting text as well. Const'ify some
3339                 vars more.
3340
3341 2007-06-04 [colin]      2.9.2cvs39
3342
3343         * src/compose.c
3344                 More work for wwp :)
3345
3346 2007-06-04 [wwp]        2.9.2cvs38
3347
3348         * src/compose.c
3349                 Same as 2.9.2cvs36 but for forwarding.
3350
3351 2007-06-04 [colin]      2.9.2cvs37
3352
3353         * src/compose.c
3354                 Use original mail file for forward/redirect
3355                 Fixes some forwarded mails to be attached as
3356                 application/octet-stream (when they have binary
3357                 parts), and incidentally fixes bug 848
3358                 'Redirect breaks GnuPG'
3359
3360 2007-06-04 [wwp]        2.9.2cvs36
3361
3362         * src/compose.c
3363                 Fix quote mark mis-initialisation when replying/forwarding
3364                 (introduced w/ 2.9.2cvs20).
3365
3366 2007-06-04 [wwp]        2.9.2cvs35
3367
3368         * src/prefs_compose_writing.c
3369         * src/prefs_quote.c
3370                 Fix a bug where Quotation characters (prefs/compose/writing)
3371                 was cleared (introduced w/ 2.9.2cvs26).
3372
3373 2007-06-04 [wwp]        2.9.2cvs34
3374
3375         * src/prefs_account.c
3376         * src/prefs_account.h
3377                 Better fix for compiling w/o aspell (rollbacks
3378                 2.9.2cvs31).
3379
3380 2007-06-04 [wwp]        2.9.2cvs33
3381
3382         * src/account.c
3383         * src/prefs_account.c
3384         * src/prefs_account.h
3385         * src/procmsg.c
3386                 It's now possible to disable mail filtering plugins
3387                 on a per-account basis.
3388
3389 2007-06-04 [wwp]        2.9.2cvs32
3390
3391         * src/procheader.c
3392         * src/common/utils.c
3393         * src/common/utils.h
3394                 Support CRLF in headers part of messages.
3395                 Support few more date formats (RFC3339 subsets).
3396
3397 2007-06-04 [wwp]        2.9.2cvs31
3398
3399         * src/prefs_account.c
3400                 Fix compiling w/o aspell support.
3401
3402 2007-06-03 [wwp]        2.9.2cvs30
3403
3404         * src/prefs_gtk.c
3405                 Don't decode leading ENV_ and ~ in P_PASSWORD
3406                 values.
3407
3408 2007-06-03 [wwp]        2.9.2cvs29
3409
3410         * src/prefs_gtk.c
3411                 Don't decode leading ENV_ and ~ in P_PASSWORD
3412                 values.
3413
3414 2007-06-03 [wwp]        2.9.2cvs28
3415
3416         * src/prefs_account.c
3417         * src/gtk/prefswindow.c
3418         * src/gtk/prefswindow.h
3419                 Added a way to force preloading of all pages
3420                 (prefswindow).
3421                 Moved tabs to pages in account prefs.
3422
3423 2007-06-02 [colin]      2.9.2cvs27
3424
3425         * src/addressbook.c
3426                 Fix possible crash, fix ldap write bugs
3427         * src/ldapupdate.c
3428                 Fix ldap write bugs - patch by Michael
3429                 Rasmussen
3430         * src/alertpanel.c
3431         * src/alertpanel.h
3432                 Add a hook whenever alertpanel opens/closes
3433
3434 2007-05-31 [wwp]        2.9.2cvs26
3435
3436         * src/prefs_compose_writing.c
3437         * src/prefs_quote.c
3438                 Re-organized writing options a bit:
3439                  - renamed the Quoting page to Templates
3440                  - moved all composing templates to that page
3441                  - moved non-templates options to the Writing one,
3442                    grouped reply-related options, reordered reply and
3443                    forward options.
3444
3445 2007-05-31 [wwp]        2.9.2cvs25
3446
3447         * src/compose.c
3448                 Removed unused code.
3449
3450 2007-05-31 [colin]      2.9.2cvs24
3451
3452         * src/addressbook.c
3453                 Fix missing display name when modifying
3454                 LDAP. Patch by Michael Rasmussen
3455
3456 2007-05-31 [wwp]        2.9.2cvs23
3457
3458         * src/plugins/bogofilter/Makefile.am
3459         * src/plugins/clamav/Makefile.am
3460         * src/plugins/demo/Makefile.am
3461         * src/plugins/dillo_viewer/Makefile.am
3462         * src/plugins/spamassassin/Makefile.am
3463                 Fix building of those plugins in Mac OS X.
3464
3465 2007-05-30 [wwp]        2.9.2cvs22
3466
3467         * src/gtk/quicksearch.c
3468                 Fix missing initialization.
3469
3470 2007-05-30 [wwp]        2.9.2cvs21
3471
3472         * src/procheader.c
3473                 Revert accidental commit (debug outputs).
3474
3475 2007-05-30 [wwp]        2.9.2cvs20
3476
3477         * src/compose.c
3478         * src/folder_item_prefs.c
3479         * src/folder_item_prefs.h
3480         * src/prefs_account.c
3481         * src/prefs_account.h
3482         * src/prefs_folder_item.c
3483         * src/prefs_gtk.c
3484         * src/prefs_gtk.h
3485                 Implemented per-account and per-folder
3486                 compose/reply/forward formats.
3487
3488 2007-05-30 [wwp]        2.9.2cvs19
3489
3490         * src/prefs_compose_writing.c
3491         * src/prefs_quote.c
3492         * src/procheader.c
3493         * src/quote_fmt.c
3494         * src/quote_fmt.h
3495                 Internal API changes (factorize quote format
3496                 prefs and checks).
3497
3498 2007-05-30 [colin]      2.9.2cvs18
3499
3500         * src/compose.c
3501                 Fix race where it's possible to re-click Send
3502                 between end of SMTP session and end of "move to
3503                 sent folder" when sending an email with send
3504                 dialog enabled.
3505
3506 2007-05-30 [colin]      2.9.2cvs17
3507
3508         * src/crash.c
3509                 Ask for backtrace on all threads. Patch by
3510                 Pawel
3511         * src/folderview.c
3512                 Fix stale news statusbar when scanning fails.
3513                 Patch by Pawel
3514         * src/ldapupdate.c
3515                 Fix some LDAP write updates bugs. Patch
3516                 by Michael Rasmussen
3517
3518 2007-05-29 [colin]      2.9.2cvs16
3519
3520         * src/imap.c
3521                 Fix loss of local flags when moving mails
3522                 on IMAP in high-bandwidth mode (UID FETCH)
3523
3524 2007-05-25 [paul]       2.9.2cvs15
3525
3526         * src/common/socket.c
3527                 fix sometimes crasher on cancelling
3528                 message sending
3529
3530 2007-05-25 [colin]      2.9.2cvs14
3531
3532         * src/imap.c
3533                 Fix a memory leak
3534         * src/imap_gtk.c
3535                 Be more helpful in the subscription
3536                 message
3537
3538 2007-05-23 [wwp]        2.9.2cvs13
3539
3540         * src/compose.c
3541         * src/prefs_compose_writing.c
3542         * src/prefs_quote.c
3543         * src/prefs_template.c
3544         * src/prefs_template.h
3545         * src/quote_fmt.c
3546         * src/quote_fmt.h
3547         * src/quote_fmt_lex.l
3548         * src/quote_fmt_parse.y
3549                 Introduced new syntax elements (symbols and commands)
3550                 in templates/quote_fmt. Compatibility w/ old
3551                 symbols is kept.
3552                 Updated and reworked the corresponding Information
3553                 dialog.
3554                 Display the line number in dialogs that talk about
3555                 parser errors (in addition to the error message in
3556                 output).
3557
3558 2007-05-23 [wwp]        2.9.2cvs12
3559
3560         * src/quote_fmt_parse.y
3561                 Fix 2.9.2cvs11, probably a paste accident ;).
3562
3563 2007-05-23 [wwp]        2.9.2cvs11
3564
3565         * src/compose.c
3566         * src/prefs_template.c
3567         * src/quote_fmt.h
3568         * src/quote_fmt_parse.y
3569                 Fix 2.9.2cvs10, which broke --disable-aspell.
3570
3571 2007-05-22 [wwp]        2.9.2cvs10
3572
3573         * src/compose.c
3574         * src/prefs_template.c
3575         * src/quote_fmt.c
3576         * src/quote_fmt.h
3577         * src/quote_fmt_lex.l
3578         * src/quote_fmt_parse.y
3579         * src/gtk/gtkaspell.c
3580         * src/gtk/gtkaspell.h
3581                 Added template/quote format syntactical elements
3582                 to show and query:
3583                         - current dictionary
3584                           %T to show (shows empty if not set or not enabled),
3585                           ?T and !T to check if the default dictionary is
3586                           enabled and set
3587                         - current account's default dictionary
3588                           %aT to show (empty if not set or not enabled),
3589                           ?aT and !aT to check if it's enabled and set
3590                         - name completion for an address, from the address
3591                           book
3592                           %ABf, %ABt, %ABc respectively show the full name got
3593                           from the address book if From, To or Cc match a single
3594                           contact.
3595                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3596                           matches any contact and if the full name is non-empty.
3597                           If From, To or Cc are lists of email addresses, only
3598                           the first address will be checked.
3599                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3600                 that could show a trailing ','.
3601                 Also, template/quote_fmt parser now shows the line number in case
3602                 of parser error.
3603
3604 2007-05-15 [colin]      2.9.2cvs9
3605
3606         * src/main.c
3607         * src/main.h
3608                 Add a public function to know whether Claws
3609                 crashed last time
3610                 Store opened folder when exiting
3611         * src/folder.c
3612         * src/folder.h
3613                 Store last opened message in each FolderItem;
3614                 Reset last seen messages if Claws crashed, so 
3615                 that one can't go in an infinite crash in case 
3616                 a particular mail crashes Claws.
3617         * src/messageview.c
3618         * src/prefs_common.c
3619         * src/prefs_common.h
3620         * src/summaryview.c
3621         * src/prefs_summaries.c
3622                 Add "Select last opened message" when entering
3623                 a folder
3624                 Add "Select last opened folder" at startup.
3625
3626 2007-05-14 [colin]      2.9.2cvs8
3627
3628         * manual/xml2pdf
3629                 Fix bashism, search for xml catalog 
3630                 in /usr/local/share/xml/catalog too
3631                 Patch by Pawel
3632
3633 2007-05-13 [wwp]        2.9.2cvs7
3634
3635         * src/gtk/logwindow.c
3636                 fix raising log windows when they are either minimized or
3637                 in background.
3638
3639 2007-05-11 [colin]      2.9.2cvs6
3640
3641         * src/gtk/filesel.c
3642                 Use Hildon's file chooser on Maemo. Patch
3643                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3644                 'File attachment "manipulation" bugs...'
3645
3646 2007-05-10 [wwp]        2.9.2cvs5
3647
3648         * src/prefs_common.c
3649         * src/prefs_common.h
3650         * src/gtk/quicksearch.c
3651                 Add a quicksearch option to automatically run
3652                 a search selected from the history (this option
3653                 is exclusive towards type-ahead).
3654
3655 2007-05-10 [colin]      2.9.2cvs4
3656
3657         * src/imap.c
3658                 Fix g_warnings, thanks to Brian
3659                 Morrison
3660
3661 2007-05-09 [colin]      2.9.2cvs3
3662
3663         * src/crash.c
3664         * src/exporthtml.c
3665         * src/mbox.c
3666         * src/prefs_summaries.c
3667         * src/procheader.c
3668         * src/common/log.c
3669         * src/common/utils.c
3670         * src/gtk/gtksourceprintjob.c
3671         * src/gtk/sslcertwindow.c
3672                 Use the re-entrant variant of time functions
3673                 Probably fixes bug 1217, 'reentrancy problems 
3674                 with time functions'
3675
3676 2007-05-09 [colin]      2.9.2cvs2
3677
3678         * src/imap.c
3679                 Fix crasher when reconnection fails
3680
3681 2007-05-08 [paul]       2.9.2cvs1
3682
3683         * NEWS
3684         * README
3685         * RELEASE_NOTES
3686         * configure.ac
3687                 bump version number following
3688                 stable release
3689
3690 2007-05-08 [paul]       2.9.1cvs48
3691
3692         * src/plugins/demo/demo.c
3693         * src/plugins/dillo_viewer/dillo_prefs.c
3694         * src/plugins/dillo_viewer/dillo_prefs.h
3695         * src/plugins/dillo_viewer/dillo_viewer.c
3696         * src/plugins/pgpcore/pgp_viewer.c
3697         * src/plugins/pgpcore/pgp_viewer.h
3698         * src/plugins/pgpcore/plugin.c
3699         * src/plugins/pgpcore/prefs_gpg.c
3700         * src/plugins/pgpcore/prefs_gpg.h
3701         * src/plugins/pgpcore/sgpgme.c
3702         * src/plugins/pgpcore/sgpgme.h
3703         * src/plugins/pgpinline/plugin.c
3704         * src/plugins/pgpmime/pgpmime.c
3705         * src/plugins/pgpmime/pgpmime.h
3706         * src/plugins/pgpmime/plugin.c
3707         * src/plugins/spamassassin/spamassassin.c
3708         * src/plugins/spamassassin/spamassassin.h
3709         * src/plugins/spamassassin/spamassassin_gtk.c
3710         * src/plugins/trayicon/README
3711         * tools/README
3712         * tools/README.sylprint
3713         * tools/outlook2claws-mail.pl
3714         * tools/sylprint.pl
3715         * tools/tb2claws-mail
3716         * tools/tbird2claws.py
3717         * tools/update-po
3718         * tools/vcard2xml.py
3719         * tools/kdeservicemenu/README
3720                 cleanups and corrections
3721
3722 2007-05-06 [wwp]        2.9.1cvs47
3723
3724         * tools/uudec
3725                 Fix missing dash to `display` command-line, reported
3726                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3727
3728 2007-05-06 [colin]      2.9.1cvs46
3729
3730         * src/Makefile.am
3731         * src/stock_pixmap.c
3732         * src/stock_pixmap.h
3733         * src/pixmaps/printer.xpm
3734                 Add a printer icon
3735
3736 2007-05-06 [paul]       2.9.1cvs45
3737
3738         * src/compose.c
3739         * src/ldapquery.c
3740         * src/privacy.h
3741         * src/summary_search.c
3742         * src/summaryview.c
3743                 fix build warnings
3744
3745 2007-05-05 [wwp]        2.9.1cvs44
3746
3747         * src/messageview.c
3748         * src/mh.c
3749         * src/prefs_actions.c
3750         * src/prefs_gtk.c
3751         * src/summaryview.c
3752         * src/common/xml.c
3753                 Fix "faild" typos everywhere and capitalization of
3754                 some g_warnings.
3755
3756 2007-05-04 [colin]      2.9.1cvs43
3757
3758         * src/compose.c
3759         * src/privacy.c
3760         * src/privacy.h
3761         * src/plugins/pgpcore/prefs_gpg.c
3762         * src/plugins/pgpcore/prefs_gpg.h
3763         * src/plugins/pgpinline/pgpinline.c
3764         * src/plugins/pgpmime/pgpmime.c
3765                 Add an API to warn about encryption limits,
3766                 and allow to disable these warnings
3767
3768 2007-05-03 [colin]      2.9.1cvs42
3769
3770         * src/summaryview.c
3771         * src/mainwindow.c
3772                 Fix bug 1213, 'Delete more than 
3773                 one thread at once'
3774
3775 2007-05-03 [wwp]        2.9.1cvs41
3776
3777         * src/prefs_common.c
3778         * src/prefs_filtering.c
3779         * src/prefs_template.c
3780         * src/common/template.c
3781         * src/common/template.h
3782         * src/gtk/gtkutils.c
3783         * src/gtk/gtkutils.h
3784                 Templates are no longer automatically sorted
3785                 by name, but can be sorted manually using
3786                 |< < > >| buttons as well as drag'n'drop.
3787
3788 2007-05-03 [wwp]        2.9.1cvs40
3789
3790         * src/plugins/spamassassin/spamassassin.c
3791         * src/plugins/spamassassin/spamassassin.h
3792         * src/plugins/spamassassin/spamassassin_gtk.c
3793         * src/plugins/bogofilter/bogofilter.c
3794         * src/plugins/bogofilter/bogofilter.h
3795         * src/plugins/bogofilter/bogofilter_gtk.c
3796                 Added an option to conditionally mark saved spam
3797                 as read (default is and was to do so).
3798                 Satisfies feature request 1708539 on sf.net tracker.
3799
3800 2007-05-03 [colin]      2.9.1cvs39
3801
3802         * src/inc.c
3803                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3804
3805 2007-05-02 [colin]      2.9.1cvs38
3806
3807         * src/textview.c
3808                 Fix bug 1209, 'Clicking on address 
3809                 in header (mailto uri) selects 
3810                 default account'. Patch adapted from
3811                 G.P. Halkes' patch.
3812
3813 2007-05-02 [colin]      2.9.1cvs37
3814
3815         * src/grouplistdialog.c
3816                 Set cursor to wait cursor while loading
3817                 groups.
3818
3819 2007-05-02 [paul]       2.9.1cvs36
3820
3821         * src/folder.c
3822         * src/common/defs.h
3823                 rename cache and mark files
3824                 (data is preserved)
3825
3826 2007-04-30 [paul]       2.9.1cvs35
3827
3828         * manual/glossary.xml
3829         * manual/plugins.xml
3830                 updates. Patch by Ricardo
3831
3832 2007-04-29 [wwp]        2.9.1cvs34
3833
3834         * src/mainwindow.c
3835         * configure.ac
3836                 Fix few grammatical errors (patch by David Relson < relson at
3837                 osagesoftware dot com >).
3838
3839 2007-04-28 [colin]      2.9.1cvs33
3840
3841         * src/account.c
3842         * src/pop.c
3843         * src/prefs_account.c
3844         * src/prefs_account.h
3845                 Drop the "Download all" preference. It's
3846                 stupidly useless and confuses people from
3847                 time to time.
3848
3849 2007-04-27 [wwp]        2.9.1cvs32
3850
3851         * src/account.c
3852         * src/prefs_account.c
3853         * src/prefs_account.h
3854                 Don't reflect accounts changes to the mainwindow when it's
3855                 not necessary.
3856
3857 2007-04-27 [colin]      2.9.1cvs31
3858
3859         * src/folder.c
3860                 Freeze/thaw when sync'ing flags
3861         * src/imap.c
3862         * src/prefs_account.c
3863         * src/prefs_account.h
3864         * src/etpan/imap-thread.c
3865         * src/etpan/imap-thread.h
3866                 Add a way to use UID FETCH instead
3867                 of searches to fetch message lists
3868                 and flags. More expensive towards
3869                 bandwidth, less expensive towards
3870                 server's CPU. Probably fixes 
3871                 bug 1158, 'Scanning new folders on 
3872                 Exchange 2007 extremely slow'.
3873                 Patch 95% by Hoa.
3874
3875 2007-04-27 [paul]       2.9.1cvs30
3876
3877         * src/mainwindow.c
3878         * src/prefs_logging.c
3879                 improvements to english usage
3880
3881 2007-04-27 [colin]      2.9.1cvs29
3882
3883         * src/imap.c
3884                 Fix build without libetpan (my bad!)
3885
3886 2007-04-26 [colin]      2.9.1cvs28
3887
3888         * src/imap.c
3889         * src/imap.h
3890                 Fix uselessly exported function
3891         * src/textview.c
3892                 Consider "- -- \n" as signature separator
3893                 (that's what signature separators look like
3894                  in PGP/Inline signed mails)
3895
3896 2007-04-26 [colin]      2.9.1cvs27
3897
3898         * configure.ac
3899                 libetpan-0.49 is now required
3900         * src/procmime.c
3901                 Fix double fetching of mails if
3902                 first try failed
3903         * src/imap.c
3904                 Make offline sync faster, by
3905                 remembering last change time, and
3906                 last sync time.
3907
3908 2007-04-26 [hoa]        2.9.1cvs26
3909
3910         * src/imap.c
3911         * src/imap.h
3912         * src/mainwindow.c
3913         * src/toolbar.c
3914         * src/etpan/imap-thread.c
3915         * src/etpan/imap-thread.h
3916                 cancellation of IMAP operations is now allowed.
3917                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3918
3919 2007-04-26 [colin]      2.9.1cvs25
3920
3921         * src/folder.c
3922                 Always fetch body+headers in folders that are
3923                 synched for offline use, if "Synchronise as
3924                 soon as possible" is set.
3925                 Fixes bug 1200, 'Add option to always retrieve full 
3926                 messages'
3927
3928 2007-04-25 [colin]      2.9.1cvs24
3929
3930         * src/compose.c
3931                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3932                 persists...'
3933
3934 2007-04-24 [colin]      2.9.1cvs23
3935
3936         * src/folderview.c
3937                 Fix bug 1195, 'Hardware key navigation' 
3938                 Make GDK_Enter toggle expansion (Maemo)
3939
3940 2007-04-24 [wwp]        2.9.1cvs22
3941
3942         * src/compose.c
3943                 Fix few compiler warnings.
3944
3945 2007-04-24 [paul]       2.9.1cvs21
3946
3947         * src/Makefile.am
3948         * src/stock_pixmap.c
3949         * src/stock_pixmap.h
3950                 complete last commit
3951
3952 2007-04-24 [paul]       2.9.1cvs20
3953
3954         * src/gtk/about.c
3955         * src/pixmaps/active.xpm
3956         * src/pixmaps/checkbox_off.xpm
3957         * src/pixmaps/checkbox_on.xpm
3958         * src/pixmaps/inactive.xpm
3959                 kick out the blobs
3960                 remove transparent border from checkbox icons
3961
3962 2007-04-24 [wwp]        2.9.1cvs19
3963
3964         * src/textview.c
3965         * src/textview.h
3966                 Fix a crash in textview, thanks to Colin.
3967
3968 2007-04-23 [wwp]        2.9.1cvs18
3969
3970         * src/prefs_common.c
3971                 Fix 2.9.1cvs5: no header was being translated at all.
3972
3973 2007-04-23 [colin]      2.9.1cvs17
3974
3975         * src/Makefile.am
3976         * src/stock_pixmap.c
3977         * src/stock_pixmap.h
3978         * src/summaryview.c
3979         * src/summaryview.h
3980         * src/gtk/gtksctree.c
3981         * src/gtk/gtksctree.h
3982         * src/pixmaps/selection.xpm
3983                 Fix bug 1193, 'Need a way to multi-select
3984                 items'. Add a toggle button to the summaryview
3985                 to switch between normal and multiple selection
3986                 (Maemo)
3987
3988 2007-04-23 [colin]      2.9.1cvs16
3989
3990         * src/Makefile.am
3991         * src/stock_pixmap.c
3992         * src/stock_pixmap.h
3993         * src/summaryview.c
3994         * src/summaryview.h
3995         * src/gtk/gtksctree.c
3996         * src/gtk/gtksctree.h
3997         * src/pixmaps/selection.xpm
3998                 Fix bug 1193, 'Need a way to multi-
3999                 select items'
4000                 Add a toggle button in the summaryview
4001                 to enable normal or multiple selection.
4002                 (Maemo)
4003
4004 2007-04-23 [colin]      2.9.1cvs15
4005
4006         * src/compose.c
4007                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4008
4009 2007-04-21 [colin]      2.9.1cvs14
4010
4011         * src/gtk/quicksearch.c
4012                 Fix previous commit (actually use correct
4013                 parameter)
4014
4015 2007-04-21 [colin]      2.9.1cvs13
4016
4017         * src/gtk/quicksearch.c
4018                 Fix changing quicksearch type (after Esc,
4019                 after changing Recursive, ...)
4020
4021 2007-04-20 [wwp]        2.9.1cvs12
4022
4023         * src/gtk/Makefile.am
4024                 Added headers.h (completes 2.9.1cvs5).
4025
4026 2007-04-20 [wwp]        2.9.1cvs11
4027
4028         * src/addressbook.c
4029                 Fix the use of display name in name column,
4030                 it has been overriden w/ the use of nickname
4031                 by 2.9.0cvs3. Now nickname is used (if any)
4032                 in case of LDAP books only.
4033
4034 2007-04-20 [colin]      2.9.1cvs10
4035
4036         * src/mimeview.c
4037         * src/summaryview.c
4038         * src/textview.c
4039                 Add handling of 'a' to loop in a mail's
4040                 mimeparts
4041
4042 2007-04-20 [colin]      2.9.1cvs9
4043
4044         * src/toolbar.c
4045                 Fix bug 1190, 'dir_open' button doesn't work'
4046                 (Maemo)
4047
4048 2007-04-20 [colin]      2.9.1cvs8
4049
4050         * src/folderview.c
4051         * src/mainwindow.c
4052                 Fix bug 1194, 'Hardware keys move from email 
4053                 list to account/directory list, but not back 
4054                 to email list...' (Maemo)
4055
4056 2007-04-20 [colin]      2.9.1cvs7
4057
4058         * src/compose.h
4059                 complete previous commit
4060
4061 2007-04-20 [colin]      2.9.1cvs6
4062
4063         * src/compose.c
4064                 Fix bug 1187, 'Reply-to addressee disappears 
4065                 when reply-to text box is clicked...' (Maemo)
4066
4067 2007-04-20 [wwp]        2.9.1cvs5
4068
4069         * po/POTFILES.in
4070         * src/addressbook.c
4071         * src/compose.c
4072         * src/filtering.c
4073         * src/headerview.c
4074         * src/matcher.c
4075         * src/prefs_common.c
4076         * src/prefs_common.h
4077         * src/prefs_display_header.c
4078         * src/prefs_matcher.c
4079         * src/summaryview.c
4080         * src/gtk/headers.h
4081         * src/gtk/quicksearch.c
4082                 Translate more header names according to the relevant option value,
4083                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4084                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4085                 to prefs_common_translated_header_name().
4086                 Added a headers.h reference file that contains known header names
4087                 (RFC2822 and others) to the translation process' input, so that
4088                 translated header names will still exist even if no occurrence of
4089                 _("headername") is found anymore in the sources.
4090                 Don't translate column name 'Number' following to trans_hdr option
4091                 value as it's not a header name.
4092
4093 2007-04-20 [colin]      2.9.1cvs4
4094
4095         * src/gtk/quicksearch.c
4096         * src/gtk/quicksearch.h
4097                 Add "From, To or Subject" quicksearch
4098                 type. Patch by ulfschaper@users.sf.net
4099
4100 2007-04-20 [colin]      2.9.1cvs3
4101
4102         * src/matcher.c
4103                 Implement proper references filtering condition.
4104                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4105
4106 2007-04-19 [wwp]        2.9.1cvs2
4107
4108         * src/prefs_display_header.c
4109         * src/message_search.c
4110                 Fix few warnings (g_free of const gchar*).
4111
4112 2007-04-19 [paul]       2.9.1cvs1
4113
4114         * NEWS
4115         * README
4116         * RELEASE_NOTES
4117         * configure.ac
4118                 bump version number following
4119                 stable release
4120
4121 2007-04-19 [paul]       2.9.0cvs9
4122
4123         * manual/advanced.xml
4124         * manual/glossary.xml
4125                 fix typos
4126
4127 2007-04-18 [paul]       2.9.0cvs8
4128
4129         * src/pop.c
4130                 fix for CVE-2007-1558 (APOP)
4131                 Thanks to Colin
4132
4133 2007-04-18 [paul]       2.9.0cvs7
4134
4135         * src/messageview.c
4136         * src/mimeview.c
4137         * src/summaryview.c
4138         * src/gtk/filesel.c
4139                 Fix encoding woes wrt saving of
4140                 mails and parts
4141                 Thanks to Colin
4142
4143 2007-04-18 [colin]      2.9.0cvs6
4144
4145         * src/gtk/pluginwindow.c
4146                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4147
4148 2007-04-17 [wwp]        2.9.0cvs5
4149
4150         * src/addressadd.c
4151         * src/addressbook.c
4152         * src/addrindex.c
4153         * src/ldapupdate.c
4154                 Fix --disable-ldap build,
4155                 fix some LDAP annoyances on 
4156                 searches, thanks to Colin.
4157
4158 2007-04-17 [wwp]        2.9.0cvs4
4159
4160         * src/ldapupdate.c
4161                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4162                 like gcc 2.9x. Thanks to Colin.
4163
4164 2007-04-17 [wwp]        2.9.0cvs3
4165
4166         * src/Makefile.am
4167         * src/addressadd.c
4168         * src/addressbook.c
4169         * src/addrindex.c
4170         * src/addritem.c
4171         * src/addritem.h
4172         * src/editaddress.c
4173         * src/ldapctrl.c
4174         * src/ldapctrl.h
4175         * src/ldapquery.c
4176         * src/ldapserver.c
4177         * src/ldapserver.h
4178         * src/ldapupdate.c
4179         * src/ldapupdate.h
4180                 Add LDAP write support. Patch mostly by 
4181                 Michael <mir at datanom dot net>
4182
4183 2007-04-17 [wwp]        2.9.0cvs2
4184
4185         * src/compose.c
4186                 Prepend "Add to address book" to the context menu of compose window's sender and
4187                 recipient fields.
4188
4189 2007-04-16 [paul]       2.9.0cvs1
4190
4191         * src/gtk/authors.h
4192                 add Pader Rezso
4193
4194 2007-04-16 [paul]       2.9.0
4195
4196         * NEWS
4197         * README
4198         * RELEASE_NOTES
4199                 2.9.0 released
4200
4201 2007-04-16 [paul]       2.8.1cvs102
4202
4203         * po/fr.po
4204                 updated by Fabien Vantard
4205
4206 2007-04-16 [paul]       2.8.1cvs101
4207
4208         * po/ca.po
4209         * po/cs.po
4210         * po/de.po
4211         * po/hu.po
4212         * po/pl.po
4213         * po/pt_BR.po
4214         * po/sr.po
4215         * po/zh_CN.po
4216                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4217                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4218                 Aleksandar Urosevic, and Ralgh Young
4219
4220 2007-04-15 [mones]      2.8.1cvs100
4221
4222         * po/es.po
4223                 Updated for release
4224
4225 2007-04-14 [colin]      2.8.1cvs99
4226
4227         * src/message_search.c
4228         * src/prefs_display_header.c
4229         * src/summary_search.c
4230         * src/gtk/combobox.c
4231                 Fix allocations
4232
4233 2007-04-14 [wwp]        2.8.1cvs98
4234
4235         * src/gtk/combobox.c
4236         * src/message_search.c
4237         * src/summary_search.c
4238         * src/prefs_display_header.c
4239                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4240                 returns NULL, get the text value directly from the GtkEntry child.
4241
4242 2007-04-13 [colin]      2.8.1cvs97
4243
4244         * src/gtk/quicksearch.c
4245                 Give the focus back to summaryview when
4246                 emptying the quicksearch with Esc
4247
4248 2007-04-13 [colin]      2.8.1cvs96
4249
4250         * src/message_search.c
4251         * src/prefs_display_header.c
4252         * src/summary_search.c
4253                 Fix possibles crashes when getting text
4254                 from gtk combos
4255
4256 2007-04-13 [colin]      2.8.1cvs95
4257
4258         * src/pop.c
4259                 Add some UIDL debugging
4260
4261 2007-04-12 [colin]      2.8.1cvs94
4262
4263         * src/folder.c
4264                 Force folder scan if necessary after
4265                 copying mails, to be able to reapply
4266                 flags.
4267
4268 2007-04-11 [colin]      2.8.1cvs93
4269
4270         * src/main.c
4271                 don't scan for new mail on startup if --select
4272                 is specified (or race conditions arise). If so,
4273                 do both sequentially.
4274
4275 2007-04-09 [colin]      2.8.1cvs92
4276
4277         * src/common/defs.h
4278                 Use leafpad by default on Maemo. Patch
4279                 by Jean-Luc Biord.
4280
4281 2007-04-06 [colin]      2.8.1cvs91
4282
4283         * src/pixmaps/queue_close.xpm
4284         * src/pixmaps/queue_close_hrm.xpm
4285         * src/pixmaps/queue_close_hrm_mark.xpm
4286         * src/pixmaps/queue_close_mark.xpm
4287         * src/pixmaps/queue_open.xpm
4288         * src/pixmaps/queue_open_hrm.xpm
4289         * src/pixmaps/queue_open_hrm_mark.xpm
4290         * src/pixmaps/queue_open_mark.xpm
4291                 Move the clock one pixel down :)
4292
4293 2007-04-05 [colin]      2.8.1cvs90
4294
4295         * src/mainwindow.c
4296                 Don't sync when switching offline from
4297                 command line - it's usually too late :)
4298
4299 2007-04-05 [paul]       2.8.1cvs89
4300
4301         * src/Makefile.am
4302         * src/stock_pixmap.c
4303         * src/pixmaps/dir_close_hrm.xpm
4304         * src/pixmaps/dir_close_hrm_mark.xpm
4305         * src/pixmaps/drafts_close.xpm
4306         * src/pixmaps/drafts_close_mark.xpm
4307         * src/pixmaps/drafts_open.xpm
4308         * src/pixmaps/drafts_open_mark.xpm
4309         * src/pixmaps/inbox.xpm
4310         * src/pixmaps/inbox_close.xpm
4311         * src/pixmaps/inbox_close_hrm.xpm
4312         * src/pixmaps/inbox_close_hrm_mark.xpm
4313         * src/pixmaps/inbox_close_mark.xpm
4314         * src/pixmaps/inbox_hrm.xpm
4315         * src/pixmaps/inbox_hrm_mark.xpm
4316         * src/pixmaps/inbox_mark.xpm
4317         * src/pixmaps/inbox_open.xpm
4318         * src/pixmaps/inbox_open_hrm.xpm
4319         * src/pixmaps/inbox_open_hrm_mark.xpm
4320         * src/pixmaps/inbox_open_mark.xpm
4321         * src/pixmaps/outbox.xpm
4322         * src/pixmaps/outbox_close.xpm
4323         * src/pixmaps/outbox_close_hrm.xpm
4324         * src/pixmaps/outbox_close_hrm_mark.xpm
4325         * src/pixmaps/outbox_close_mark.xpm
4326         * src/pixmaps/outbox_hrm.xpm
4327         * src/pixmaps/outbox_hrm_mark.xpm
4328         * src/pixmaps/outbox_mark.xpm
4329         * src/pixmaps/outbox_open.xpm
4330         * src/pixmaps/outbox_open_hrm.xpm
4331         * src/pixmaps/outbox_open_hrm_mark.xpm
4332         * src/pixmaps/outbox_open_mark.xpm
4333         * src/pixmaps/queue_close.xpm
4334         * src/pixmaps/queue_close_hrm.xpm
4335         * src/pixmaps/queue_close_hrm_mark.xpm
4336         * src/pixmaps/queue_close_mark.xpm
4337         * src/pixmaps/queue_open.xpm
4338         * src/pixmaps/queue_open_hrm.xpm
4339         * src/pixmaps/queue_open_hrm_mark.xpm
4340         * src/pixmaps/queue_open_mark.xpm
4341                 updated, added and replaced icons
4342                 Icons by Colin
4343
4344 2007-04-04 [colin]      2.8.1cvs88
4345
4346         * src/imap.c
4347                 Fix build without libetpan
4348
4349 2007-04-03 [colin]      2.8.1cvs87
4350
4351         * src/imap.c
4352                 Fix crash with Citadel, and try to make
4353                 things work. this server (and specifically 
4354                 STATUS and APPEND at least) seems broken.
4355
4356 2007-04-03 [colin]      2.8.1cvs86
4357
4358         * src/folderview.c
4359                 Fix icons on folder close
4360
4361 2007-04-03 [colin]      2.8.1cvs85
4362
4363         * src/inc.c
4364                 Fix double-ask of offline override in
4365                 certain cases
4366         * src/imap.c
4367         * src/imap.h
4368         * src/imap_gtk.c
4369                 Much more efficient way to synchronise
4370                 for offline use
4371         * src/etpan/imap-thread.c
4372                 Fix possible segs
4373         * src/folder.c
4374         * src/gtk/quicksearch.c
4375                 Fix some GUI lags
4376
4377 2007-04-03 [paul]       2.8.1cvs84
4378
4379         * src/filtering.c
4380         * src/folder.c
4381         * src/folder.h
4382         * src/prefs_common.c
4383         * src/prefs_common.h
4384         * src/prefs_other.c
4385                 Fix sync being done too late
4386                 Thanks to Colin
4387
4388 2007-04-02 [colin]      2.8.1cvs83
4389
4390         * src/summaryview.c
4391                 Maemo: Put status and quicksearch at the top
4392         * src/plugins/bogofilter/bogofilter.c
4393         * src/plugins/spamassassin/spamassassin.c
4394                 Derive trash from inbox if possible
4395
4396 2007-04-02 [paul]       2.8.1cvs82
4397
4398         * src/plugins/bogofilter/bogofilter_gtk.c
4399                 a few English changes
4400
4401 2007-04-02 [paul]
4402
4403         2.9.0-rc1 released
4404
4405 2007-04-02 [colin]      2.8.1cvs81
4406
4407         * src/image_viewer.c
4408                 Fix transparent images by using
4409                 GtkImage
4410         * src/messageview.c
4411                 Flush events (on new windows) to avoid
4412                 having the textview's image resize fail
4413                 to know the available width
4414
4415 2007-04-01 [colin]      2.8.1cvs80
4416
4417         * src/prefs_account.c
4418                 If no MH mailbox exist, when creating a POP/Local
4419                 account, just create and use the default one 
4420                 instead of bailing with a "Mailbox doesn't exist"
4421                 error
4422
4423 2007-03-31 [colin]      2.8.1cvs79
4424
4425         * src/prefs_account.c
4426                 Create signature file if it doesn't exist
4427                 before editing
4428         * src/prefs_toolbar.c
4429                 Maemo: Move "Use default" on the left so
4430                 that people can find it
4431         * src/common/defs.h
4432                 Maemo: make default editor "Maemopad", 
4433                 default signature file "MyDocs/signature.txt"
4434
4435 2007-03-31 [colin]      2.8.1cvs78
4436
4437         * src/prefs_account.c
4438                 Maemo: rework account prefs so
4439                 that less horizontal scrolling
4440                 is required
4441
4442 2007-03-31 [colin]      2.8.1cvs77
4443
4444         * src/folderview.c
4445         * src/prefs_common.c
4446         * src/prefs_common.h
4447                 Fix bug 1167, 'Allow not displaying zeros 
4448                 in folder list'. Patch by MartinP
4449
4450 2007-03-31 [colin]      2.8.1cvs76
4451
4452         * AUTHORS
4453                 Add Jean-Luc Biord
4454
4455 2007-03-31 [colin]      2.8.1cvs75
4456
4457         * src/imap.c
4458                 Apply patch from bug 1172, direct
4459                 access to the folder's session instead
4460                 of using getter. Patch by MartinP
4461
4462 2007-03-31 [paul]       2.8.1cvs74
4463
4464         * src/gtk/authors.h
4465                 no need to list Fabien twice!
4466
4467 2007-03-31 [colin]      2.8.1cvs73
4468
4469         * src/inc.c
4470                 If we're currently "overriding for %d minutes",
4471                 don't ask
4472
4473 2007-03-31 [colin]      2.8.1cvs72
4474
4475         * src/compose.c
4476         * src/imap.c
4477         * src/inc.c
4478         * src/inc.h
4479         * src/messageview.c
4480         * src/news.c
4481         * src/plugins/spamassassin/spamassassin.c
4482                 Offline override: Add a parameter to allow
4483                 asking even if the override timer is running.
4484                 Allows to ask every time the user makes an
4485                 explicit action needing online access (such
4486                 as Get Mail), and not when the action is 
4487                 implicit (such as opening an IMAP folder)
4488
4489 2007-03-31 [colin]      2.8.1cvs71
4490
4491         * src/inc.c
4492                 Override offline: "No" answer shouldn't
4493                 re-ask after 3 seconds, but 10 minutes. 
4494
4495 2007-03-30 [colin]      2.8.1cvs70
4496
4497         * src/common/socket.c
4498                 Better error reporting on unix socket
4499                 failure (bind usually)
4500         * src/gtk/gtkutils.c
4501         * src/gtk/gtkutils.h
4502                 Label window: add a pulsing progress
4503                 bar to show we're not hung :)
4504         * src/folderview.c
4505         * src/main.c
4506         * src/plugins/pgpcore/sgpgme.c
4507                 Update API
4508
4509 2007-03-30 [colin]      2.8.1cvs69
4510
4511         * src/pop.c
4512         * src/prefs_common.c
4513                 Fix possible trashing of history and uidl
4514                 files on disk full problems
4515
4516 2007-03-30 [paul]       2.8.1cvs68
4517
4518         * src/mainwindow.c
4519         * src/summaryview.c
4520         * src/summaryview.h
4521                 update summary when changing layout type
4522                 (fixes wrong folder icon being displayed)
4523                 Thanks to Colin
4524
4525 2007-03-29 [colin]      2.8.1cvs67
4526
4527         * src/prefs_ext_prog.c
4528                 The browser pref is irrelevant on Maemo
4529
4530 2007-03-29 [colin]      2.8.1cvs66
4531
4532         * src/compose.c
4533         * src/compose.h
4534                 Maemo: dynamically switch headers/text position
4535         * src/prefs_common.c
4536                 Maemo: hide compose's ruler by default
4537         * src/common/socket.c
4538         * src/common/socket.h
4539                 Fix build warning
4540
4541 2007-03-29 [colin]      2.8.1cvs65
4542
4543         * src/common/socket.c
4544         * src/common/socket.h
4545                 Fix build when MAEMO_CFLAGS contains
4546                 _X_OPENSOURCE (resolv.h errors as long
4547                 as we don't add _BSD_SOURCE. Ugly).
4548
4549 2007-03-29 [wwp]        2.8.1cvs64
4550
4551         * src/prefs_logging.c
4552                 Fix sensitivity of clip-log widgets in prefs/logging,
4553                 thanks to Fabien.
4554
4555 2007-03-29 [wwp]        2.8.1cvs63
4556
4557         * po/POTFILES.in
4558                 Updated files list for translations, thanks to Fabien.
4559
4560 2007-03-29 [colin]      2.8.1cvs62
4561
4562         * src/main.c
4563         * src/common/Makefile.am
4564         * src/common/utils.c
4565                 Maybe make URI opening work in Maemo
4566                 Requires testing :)
4567
4568 2007-03-28 [colin]      2.8.1cvs61
4569
4570         * src/folder.c
4571         * src/folder.h
4572         * src/folderview.c
4573                 Add the possibility to sort folders arbitrarily
4574                 (via editing of folderlist.xml only). Patch by
4575                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4576                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4577                 be changed by the user'
4578
4579 2007-03-28 [colin]      2.8.1cvs60
4580
4581         * src/mimeview.c
4582                 Add popup menu for mime icons
4583
4584 2007-03-28 [colin]      2.8.1cvs59
4585
4586         * src/mainwindow.c
4587                 Fix a layout issue when presenting
4588                 mainwindow in Small screen layout
4589         * src/toolbar.c
4590         * src/toolbar.h
4591                 Add a "Go to folder list" button for
4592                 mainwindow, and make it default in
4593                 the Maemo build
4594
4595 2007-03-28 [colin]      2.8.1cvs58
4596
4597         * src/compose.c
4598                 Don't dynamically update title on Maemo
4599                 Patch by Jean-Luc Biord
4600
4601 2007-03-27 [colin]      2.8.1cvs57
4602
4603         * src/compose.c
4604         * src/folderview.c
4605         * src/summaryview.c
4606                 Enable tap-and-hold on Maemo
4607
4608 2007-03-26 [colin]      2.8.1cvs56
4609
4610         * src/compose.c
4611                 More popup-menu (in attachments list)
4612
4613 2007-03-26 [colin]      2.8.1cvs55
4614
4615         * src/compose.c
4616                 Enable popup-menu signal
4617
4618 2007-03-26 [colin]      2.8.1cvs54
4619
4620         * src/plugins/pgpinline/pgpinline.c
4621                 Fix bug 1111, 'PGP/inline plugin hides text 
4622                 around encrypted text block'. Patch based on
4623                 a patch from Michal Cihar.
4624
4625 2007-03-26 [wwp]        2.8.1cvs53
4626
4627         * src/procmsg.c
4628                 Fix getting a false error when sending queued message
4629                 whereas the sending was fine (if there are subfolders
4630                 in the queue folder), thanks to Colin.
4631
4632 2007-03-26 [paul]       2.8.1cvs52
4633
4634         * src/wizard.c
4635                 update FACE header in welcome message
4636
4637 2007-03-25 [colin]      2.8.1cvs51
4638
4639         * src/Makefile.am
4640                 Fix make dist
4641
4642 2007-03-25 [colin]      2.8.1cvs50
4643
4644         * src/main.c
4645                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4646
4647 2007-03-24 [colin]      2.8.1cvs49
4648
4649         * src/main.c
4650                 Fix a few launch problems on Maemo
4651                 Patch by Jean-Luc Biord
4652
4653 2007-03-24 [wwp]        2.8.1cvs48
4654
4655         * src/alertpanel.c
4656         * src/alertpanel.h
4657         * src/messageview.c
4658         * src/summaryview.c
4659                 Fix wrong action performed when closing the
4660                 "ask about account specific filtering rules
4661                 when filtering manually" dialog by pressing Escape.
4662                 Fix wrong order of buttons in the "return receipt
4663                 notification - the message was sent to several of
4664                 your accounts" dialog.
4665
4666 2007-03-24 [paul]       2.8.1cvs47
4667
4668         * src/folderview.c
4669                 an improvement to English usage
4670         * tools/kdeservicemenu/README
4671                 updated Claws url
4672
4673 2007-03-24 [paul]       2.8.1cvs46
4674
4675         * src/Makefile.am
4676         * src/stock_pixmap.c
4677         * src/pixmaps/edit_extern.xpm
4678         * src/pixmaps/mail_sign.xpm
4679                 rescue long lost icons
4680
4681 2007-03-24 [paul]       2.8.1cvs45
4682
4683         * src/toolbar.c
4684                 fix toolbar (broken in 2.8.1cvs42)
4685
4686 2007-03-23 [colin]      2.8.1cvs44
4687
4688         * src/imap.c
4689                 Correctly unsubscribe/resubscribe after
4690                 RENAME
4691
4692 2007-03-23 [colin]      2.8.1cvs43
4693
4694         * src/prefs_common.c
4695                 Maemo: as the platform is light on RAM, allow
4696                 caches to be discarded faster.
4697
4698 2007-03-23 [colin]      2.8.1cvs42
4699
4700         * src/Makefile.am
4701         * src/compose.c
4702         * src/compose.h
4703         * src/stock_pixmap.c
4704         * src/stock_pixmap.h
4705         * src/summaryview.c
4706         * src/summaryview.h
4707         * src/toolbar.c
4708         * src/toolbar.h
4709         * src/pixmaps/open_mail.xpm
4710                 Maemo changes: Add the possibility to have
4711                 "Open Email" and "Close Window" buttons on 
4712                 toolbars (and use them in Maemo's default
4713                 toolbars)
4714
4715 2007-03-23 [wwp]        2.8.1cvs41
4716
4717         * src/action.c
4718                 Reverted that part of the action dialog closure logics, to
4719                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4720                 done later in a different way (or may not).
4721
4722 2007-03-22 [wwp]        2.8.1cvs40
4723
4724         * src/action.c
4725                 Fix sticky action dialog when got no output but action command
4726                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4727
4728 2007-03-22 [colin]      2.8.1cvs39
4729
4730         * src/prefs_filtering.c
4731         * src/gtk/combobox.h
4732                 Fix escaping account names in filtering prefs
4733
4734 2007-03-22 [colin]      2.8.1cvs38
4735
4736         * src/addrindex.c
4737         * src/ldapctrl.h
4738         * src/ldapquery.c
4739                 Add any attribute specified in LDAP servers'
4740                 Search attributes to the Other Attributes tab
4741                 of contacts; Add 'telephoneNumber' in the
4742                 default list.
4743
4744 2007-03-22 [colin]      2.8.1cvs37
4745
4746         * src/folderview.c
4747         * src/folderview.h
4748         * src/mainwindow.c
4749                 Try to prevent race conditions when
4750                 changing the folder list
4751         * src/summaryview.c
4752                 Fix possible red folder icon when
4753                 switching from Small screen layout
4754                 to any other
4755
4756 2007-03-22 [colin]      2.8.1cvs36
4757
4758         * src/mainwindow.c
4759         * src/mainwindow.h
4760         * src/summaryview.c
4761                 Rename "little screen" to "Small screen"
4762         * src/gtk/Makefile.am
4763         * src/common/utils.c
4764         * src/mh.c
4765                 Fix Maemo-related compilation problems
4766
4767 2007-03-21 [colin]      2.8.1cvs35
4768
4769         * configure.ac
4770                 Fix previous commit
4771         * claws-mail.desktop
4772                 Remove .png from the Icon, it's useless
4773
4774 2007-03-21 [colin]      2.8.1cvs34
4775
4776         * configure.ac
4777         * src/Makefile.am
4778                 Add the necessary lib checking for 
4779                 Maemo
4780
4781 2007-03-21 [colin]      2.8.1cvs33
4782
4783         * src/main.c
4784                 Fix unconditional "error happened" when
4785                 sending via command-line. "lol @ myself"
4786
4787 2007-03-21 [colin]      2.8.1cvs32
4788
4789         * claws-mail-40x40.png
4790         * claws-mail-26x26.png
4791         * src/account.c
4792         * src/addressbook.c
4793         * src/compose.c
4794         * src/folderview.c
4795         * src/folderview.h
4796         * src/main.c
4797         * src/mainwindow.c
4798         * src/mainwindow.h
4799         * src/messageview.c
4800         * src/prefs_account.c
4801         * src/prefs_common.c
4802         * src/summary_search.c
4803         * src/summaryview.c
4804         * src/summaryview.h
4805         * src/gtk/authors.h
4806         * src/gtk/gtkutils.c
4807         * src/gtk/gtkutils.h
4808         * src/gtk/logwindow.c
4809         * src/gtk/menu.c
4810         * src/gtk/prefswindow.c
4811                 Add Maemo port (patch mainly by Jean-Luc Biort)
4812                 Add a new 'Little screen' layout to help on such
4813                 platforms (patch by me)
4814                 Make some default preferences different (more
4815                 adapted) on Maemo (patch by me)
4816
4817 2007-03-21 [wwp]        2.8.1cvs31
4818
4819         * src/prefs_logging.c
4820         * src/prefs_logging.h
4821                 Fixed copyright header of newly added files.
4822
4823 2007-03-21 [wwp]        2.8.1cvs30
4824
4825         * src/Makefile.am
4826         * src/filtering.c
4827         * src/filtering.h
4828         * src/folder.c
4829         * src/folderview.c
4830         * src/imap.c
4831         * src/inc.c
4832         * src/main.c
4833         * src/mainwindow.c
4834         * src/mainwindow.h
4835         * src/matcher.c
4836         * src/messageview.c
4837         * src/news.c
4838         * src/pop.c
4839         * src/prefs_common.c
4840         * src/prefs_common.h
4841         * src/prefs_logging.c
4842         * src/prefs_logging.h
4843         * src/prefs_other.c
4844         * src/procmsg.c
4845         * src/send_message.c
4846         * src/summaryview.c
4847         * src/common/log.c
4848         * src/common/log.h
4849         * src/common/nntp.c
4850         * src/common/session.c
4851         * src/common/smtp.c
4852         * src/common/socket.c
4853         * src/etpan/imap-thread.c
4854         * src/gtk/logwindow.c
4855         * src/gtk/logwindow.h
4856         * src/plugins/bogofilter/bogofilter.c
4857         * src/plugins/spamassassin/spamassassin.c
4858                 Added debugging of filtering/processing rules.
4859                 The debug log is here 'Tools/Filtering debug window',
4860                 the options there 'Configuration/Preferences/Other/Logging',
4861                 and the log file is ~/.claws-mail/filtering.log.
4862                 Moved protocol log prefs to 'Other/Logging' as well.
4863                 To support such debugging feature, the existing log API has
4864                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4865                 this impacts many external modules (commits follow).
4866
4867 2007-03-21 [paul]       2.8.1cvs29
4868
4869         * src/etpan/Makefile.am
4870         * src/etpan/imap-thread.c
4871                 add missing #include
4872
4873 2007-03-21 [colin]      2.8.1cvs28
4874
4875         * src/procmime.c
4876                 Fix bug 1157, 'some broken messages confuse 
4877                 mime parser'. Make sure we can't have MimeInfos
4878                 with negative sizes.
4879
4880 2007-03-20 [colin]      2.8.1cvs27
4881
4882         * src/main.c
4883                 Fix missing \0 on buffer
4884
4885 2007-03-20 [colin]      2.8.1cvs26
4886
4887         * src/mh.c
4888                 Use make_dir_hier instead of make_dir 
4889                 to create the MH mailbox
4890
4891 2007-03-20 [colin]      2.8.1cvs25
4892
4893         * src/folder.c
4894         * src/folder.h
4895         * src/prefs_account.c
4896         * src/wizard.c
4897                 Fix default inbox weirdnesses (after wizard,
4898                 if path is Mail, mailbox identifier is #mh/Mailbox,
4899                 and when creating new accounts)
4900
4901 2007-03-20 [colin]      2.8.1cvs24
4902
4903         * src/account.c
4904                 Write folderlist after adding/deleting accounts
4905                 that have folders
4906
4907 2007-03-20 [colin]      2.8.1cvs23
4908
4909         * src/imap.c
4910         * src/remotefolder.h
4911                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4912                 selected while scanning prior to update'
4913
4914 2007-03-17 [paul]       2.8.1cvs22
4915
4916         * src/main.c
4917                 fix a typo, and be a little more verbose.
4918
4919 2007-03-17 [wwp]        2.8.1cvs21
4920
4921         * src/inc.c
4922                 Fix a compiler warning.
4923
4924 2007-03-16 [wwp]        2.8.1cvs20
4925
4926         * tools/Makefile.am
4927         * tools/README
4928                 Updated to deal w/ the new mairix.sh tool.
4929
4930 2007-03-16 [wwp]        2.8.1cvs19
4931
4932         * src/action.c
4933                 Fix logics issues around the action IO dialog:
4934                 - disable entry widget and exec button when
4935                   the exec button is clicked (don't wait for any
4936                   output line) - fix possible disabling/re-enabling/
4937                   re-disabling of those widgets
4938                 - raise an error if executing a %as{} action either
4939                   empty or invalid, instead of failing silently
4940                 - don't close the dialog if the abort button has been
4941                   clicked and if there was no output yet
4942                 - set focus to the abort button when the exec button
4943                   is clicked
4944                 - fix capitalization of a warning message
4945
4946 2007-03-16 [wwp]        2.8.1cvs18
4947
4948         * tools/mairix.sh
4949                 Added a wrapper to mairix to the tools folder.
4950
4951 2007-03-16 [colin]      2.8.1cvs17
4952
4953         * src/messageview.c
4954         * src/mimeview.h
4955                 Allow mimeviewer plugins to print
4956                 their stuff
4957
4958 2007-03-16 [colin]      2.8.1cvs16
4959
4960         * .cvsignore
4961                 Ignore *.patchset
4962
4963 2007-03-15 [colin]      2.8.1cvs15
4964
4965         * src/messageview.c
4966         * src/mimeview.h
4967                 Add a way for mimeviewer plugins to
4968                 implement body search
4969
4970 2007-03-15 [paul]       2.8.1cvs14
4971
4972         * src/prefs_spelling.c
4973                 fix English usage
4974
4975 2007-03-15 [paul]       2.8.1cvs13
4976
4977         * src/common/quoted-printable.c
4978                 fix decoding of quoted-printable parts
4979
4980 2007-03-14 [wwp]        2.8.1cvs12
4981
4982         * src/gtk/logwindow.h
4983                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4984
4985 2007-03-14 [wwp]        2.8.1cvs11
4986
4987         * src/gtk/logwindow.h
4988                 Complete 2.8.1cvs10.
4989
4990 2007-03-14 [colin]      2.8.1cvs10
4991
4992         * src/gtk/logwindow.c
4993                 Probably fix bug 1149, crash on logwindow
4994                 close - at the expense of performance once
4995                 logwin has been opened
4996
4997 2007-03-14 [colin]      2.8.1cvs9
4998
4999         * src/main.c
5000                 If claws-mail is running on another
5001                 display, warn instead of popping it up
5002                 on the other display
5003
5004 2007-03-12 [colin]      2.8.1cvs8
5005
5006         * src/wizard.c
5007                 Fix bug 1145, 'Setting a different name 
5008                 for the Mailbox name isn't reflected in 
5009                 default account settings'. Patch by wwp
5010
5011 2007-03-12 [colin]      2.8.1cvs7
5012
5013         * src/summaryview.c
5014                 Fix bug 1143, 'Add number of messages to be 
5015                 deleted to confirmation dialog'
5016
5017 2007-03-12 [wwp]        2.8.1cvs6
5018
5019         * src/folderview.c
5020         * src/prefs_common.c
5021         * src/prefs_common.h
5022         * src/prefs_summaries.c
5023                 Changed the option that displays unread messages count
5024                 next to the folder name in folder list: it is now
5025                 possible to either display nothing, display the
5026                 unread messages number only or the unread and total messages
5027                 numbers. The patch includes this extra feature as well
5028                 as some minor fixes by rewriting the algo in folderview.c.
5029                 Thanks to Paul for the original idea and implementation, plus
5030                 testing and proof-reading!
5031
5032 2007-03-09 [paul]       2.8.1cvs5
5033
5034         * tools/Makefile.am
5035         * tools/README
5036         * tools/claws-mail-compose-insert-files.pl
5037                 added a script which enables inserting files
5038                 into the message body of a new Claws Mail
5039                 Compose window from the command line. Additionally
5040                 To, Cc, Subject and files to attach to the message
5041                 can be specified.
5042
5043 2007-03-09 [wwp]        2.8.1cvs4
5044
5045         * src/addr_compl.c
5046         * src/addr_compl.h
5047         * src/filtering.c
5048                 Optimize matching of addresses in the addressbook
5049                 (filtering/processing 'found_in_addressbook' condition).
5050
5051 2007-03-07 [wwp]        2.8.1cvs3
5052
5053         * src/quote_fmt.c
5054         * src/quote_fmt_lex.l
5055         * src/quote_fmt_parse.y
5056                 Add a new quote format symbol: %A to insert the
5057                 sender email address (just the address itself).
5058
5059 2007-03-06 [wwp]        2.8.1cvs2
5060
5061         * src/gtk/gtkutils.c
5062         * src/plugins/trayicon/trayicon_prefs.h
5063         * src/plugins/trayicon/trayicon_prefs.c
5064         * src/plugins/trayicon/trayicon.c
5065         * src/mainwindow.h
5066         * src/mainwindow.c
5067                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5068                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5069
5070
5071 2007-03-06 [paul]       2.8.1cvs1
5072
5073         * NEWS
5074         * README
5075         * RELEASE_NOTES
5076         * configure.ac
5077                 bump version number following
5078                 stable release
5079
5080 2007-03-06 [paul]       2.8.0cvs24
5081
5082         * po/cs.po
5083                 corrected by by Tim <timbrain@post.cz>
5084
5085 2007-03-05 [colin]      2.8.0cvs23
5086
5087         * src/Makefile.am
5088         * src/procmime.c
5089                 Fix mime/globs path on NetBSD
5090                 patch by George Michaelson
5091
5092 2007-03-05 [wwp]        2.8.0cvs22
5093
5094         * src/addr_compl.c
5095                 Remove debug statement (accidentally committed w/ cvs14).
5096
5097 2007-03-05 [paul]       2.8.0cvs21
5098
5099         * src/plugins/pgpcore/prefs_gpg.c
5100                 fix compiler warning
5101
5102 2007-03-05 [wwp]        2.8.0cvs20
5103
5104         * src/matcher_parser_parse.y
5105                 Fix mismerge between cvs17 and cvs19.
5106
5107 2007-03-05 [wwp]        2.8.0cvs19
5108
5109         * src/matcher_parser_parse.y
5110         * src/prefs_filtering_action.c
5111         * src/matcher.c
5112         * src/matcher.h
5113         * src/filtering.c
5114         * src/filtering.h
5115                 Add new 'add_to_addressbook' filtering/processing action.
5116
5117 2007-03-05 [wwp]        2.8.0cvs18
5118
5119         * src/filtering.c
5120                 Fix mark_as_ham filtering/processing action: spam flag
5121                 was not unset.
5122
5123 2007-03-04 [colin]      2.8.0cvs17
5124
5125         * src/filtering.c
5126         * src/matcher.c
5127         * src/matcher.h
5128         * src/matcher_parser_parse.y
5129         * src/prefs_filtering_action.c
5130                 Add 'Mark as spam' and 'Mark as ham' filtering
5131                 actions. Fixes bug 1138.
5132
5133 2007-03-04 [colin]      2.8.0cvs16
5134
5135         * src/imap.c
5136                 Fix bug 1140, wrong return value
5137                 without libetpan
5138
5139 2007-03-04 [wwp]        2.8.0cvs15
5140
5141         * src/addr_compl.c
5142                 Rollback cvs14: don't free stuff that is managed in g_list.
5143
5144 2007-03-04 [wwp]        2.8.0cvs14
5145
5146         * src/addr_compl.c
5147                 Fix a leak in address completion code.
5148
5149 2007-03-04 [colin]      2.8.0cvs13
5150
5151         * src/addr_compl.c
5152                 Maybe fix bug 1136, 'Crash in group 
5153                 address completion'
5154
5155 2007-03-04 [iwkse]      2.8.0cvs12
5156
5157         * src/imap.c
5158                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5159
5160 2007-03-03 [colin]      2.8.0cvs11
5161
5162         * src/plugins/pgpinline/pgpinline.c
5163                 Fix off-by-one, fix double-free. Fixes
5164                 bug 1135, 'cm-segfault on decrypting 
5165                 with PGP/inline'
5166
5167 2007-03-03 [colin]      2.8.0cvs10
5168
5169         * configure.ac
5170         * src/main.c
5171         * src/common/plugin.c
5172                 Fix bug 1134, 'Valgrind macros unhandled 
5173                 by Irix's cc'
5174
5175 2007-03-02 [colin]      2.8.0cvs9
5176
5177         * src/mbox.c
5178                 Don't error out on EAGAIN. Fixes 
5179                 bug 1129, '"local mbox file" account 
5180                 isn't retrieving mails'
5181
5182 2007-03-01 [wwp]        2.8.0cvs8
5183
5184         * src/mainwindow.c
5185         * src/gtk/colorlabel.c
5186                 Remove accels for extra color labels until we set better
5187                 and definitive ones.
5188
5189 2007-02-28 [wwp]        2.8.0cvs7
5190
5191         * src/mainwindow.c
5192         * src/matcher_parser_parse.y
5193         * src/prefs_common.c
5194         * src/prefs_msg_colors.c
5195         * src/procmsg.h
5196         * src/gtk/colorlabel.c
5197         * src/gtk/colorlabel.h
5198                 Add more customizable color labels. Cleaned up a bit
5199                 the color label API to avoid duplicate defines of
5200                 the max number of colors.
5201
5202 2007-02-27 [colin]      2.8.0cvs6
5203
5204         * src/mainwindow.c
5205         * src/common/utils.c
5206         * src/common/utils.h
5207                 Fix '+' in mailto URIs for List-* headers
5208
5209 2007-02-27 [colin]      2.8.0cvs5
5210
5211         * src/gtk/gtkutils.c
5212                 Use gtk_window_set_role instead of 
5213                 _set_wmclass
5214
5215 2007-02-27 [colin]      2.8.0cvs4
5216
5217         * src/inc.c
5218                 Fix "After receiving new mail, go to inbox" on IMAP,
5219                 and make it work only on manual reception
5220
5221 2007-02-27 [wwp]        2.8.0cvs3
5222
5223         * src/prefs_filtering.c
5224         * src/prefs_filtering_action.c
5225         * src/prefs_matcher.c
5226                 Update filtering matcher's and action's color label menus
5227                 when re-opening those dialogs (reflect any change to the
5228                 color labels list in the preferences).
5229
5230 2007-02-27 [colin]      2.8.0cvs2
5231
5232         * src/imap.c
5233         * src/etpan/etpan-thread-manager-types.h
5234         * src/etpan/etpan-thread-manager.c
5235         * src/etpan/imap-thread.c
5236                 Log imap ALERTs as errors in the log.
5237
5238 2007-02-26 [paul]       2.8.0cvs1
5239
5240         * tools/claws.i18n.status.pl
5241                 updated
5242
5243 2007-02-26 [paul]       2.7.2cvs75
5244
5245         * po/ca.po
5246         * po/cs.po
5247         * po/de.po
5248         * po/en_GB.po
5249         * po/fi.po
5250         * po/fr.po
5251         * po/hu.po
5252         * po/pl.po
5253         * po/pt_BR.po
5254         * po/sk.po
5255         * po/sr.po
5256         * po/zh_CN.po
5257                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5258                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5259                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5260                 Aleksandar Urosevic, and Ralgh Young
5261
5262 2007-02-25 [mones]      2.7.2cvs74
5263
5264         * po/es.po
5265                 Updated for release
5266
5267 2007-02-25 [colin]      2.7.2cvs73
5268
5269         * src/main.c
5270                 Clearing the list is only useful
5271                 to prevent a valgrind false-positive
5272
5273 2007-02-25 [paul]       2.7.2cvs72
5274
5275         * tools/Makefile.am
5276         * tools/README
5277         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5278         * tools/maildir2claws-mail.pl  **REMOVED**
5279                 renamed the script, fixed a couple bugs
5280
5281 2007-02-23 [colin]      2.7.2cvs71
5282
5283         * src/addressbook.c
5284                 Fix a leak, check for a few improbable nulls
5285
5286 2007-02-23 [colin]      2.7.2cvs70
5287
5288         * src/main.c
5289         * src/main.h
5290         * src/plugins/trayicon/trayicon.c
5291                 Fix blinking mainwin when starting in tray
5292                 (show mainwindow later in the startup process,
5293                  apart if restarting post-crash)
5294
5295 2007-02-23 [colin]      2.7.2cvs69
5296
5297         * src/folderview.c
5298         * src/imap_gtk.c
5299                 Fix crash when unsubscribing the currently
5300                 selected/opened folder
5301
5302 2007-02-23 [colin]      2.7.2cvs68
5303
5304         * src/compose.c
5305                 Fix bug that prevented colorization to
5306                 work without wrap quotation option
5307
5308 2007-02-23 [colin]      2.7.2cvs67
5309
5310         * src/addr_compl.c
5311                 Fix refcounting, start and end completion who
5312                 behaved as if there couldn't be any other current
5313                 user of completion
5314
5315 2007-02-23 [wwp]        2.7.2cvs66
5316
5317         * src/addressbook.c
5318         * src/addrindex.c
5319                 Address completion fixes: fix addressbook_peek_folder_exists() in
5320                 which the algorithm was ridiculously over-obfuscated and broken.
5321                 Fix addrindex_load_completion() as well, to load addresses in
5322                 completion list with regards to what addressbook_peek_folder_exists()
5323                 returns now.
5324
5325 2007-02-23 [wwp]        2.7.2cvs65
5326
5327         * src/addr_compl.c
5328                 Add addresses to completion when they're non-empty (thanks to Colin).
5329
5330 2007-02-23 [paul]       2.7.2cvs64
5331
5332         * src/plugins/pgpcore/passphrase.c
5333                 remove 'const '
5334
5335 2007-02-23 [colin]      2.7.2cvs63
5336
5337         * src/plugins/pgpcore/prefs_gpg.c
5338         * src/plugins/pgpcore/prefs_gpg.h
5339         * src/plugins/pgpcore/sgpgme.c
5340         * src/plugins/pgpinline/pgpinline.c
5341         * src/plugins/pgpmime/pgpmime.c
5342                 Try harder to respect user's choice wrt
5343                 gpg-agent even with gpg2, by unsetting
5344                 GPG_AGENT_INFO when necessary.
5345
5346 2007-02-22 [paul]       2.7.2cvs62
5347
5348         * src/plugins/pgpcore/sgpgme.c
5349         * src/plugins/pgpcore/sgpgme.h
5350         * src/plugins/pgpcore/passphrase.c
5351         * src/plugins/pgpinline/pgpinline.c
5352         * src/plugins/pgpmime/pgpmime.c
5353                 Fix a leak - gpgme_data_release_and_get_mem
5354                 leaks in recent gpgme. Workaround by using
5355                 our own function.
5356
5357 2007-02-22 [paul]       2.7.2cvs61
5358
5359         * src/gtk/quicksearch.c
5360                 Abandon dynamic search when pressing
5361                 Enter
5362
5363 2007-02-21 [colin]      2.7.2cvs60
5364
5365         * src/procmsg.c
5366         * src/plugins/pgpcore/passphrase.c
5367                 Fix little memory leaks
5368         * src/main.c
5369                 Fix false-positive leak at exit
5370         * src/gtk/quicksearch.c
5371                 Fix potentially big leak in recursive
5372                 Quicksearch
5373
5374 2007-02-21 [wwp]        2.7.2cvs59
5375
5376         * src/summaryview.c
5377                 Add missing newline to a debug message.
5378
5379 2007-02-20 [colin]      2.7.2cvs58
5380
5381         * src/Makefile.am
5382         * src/mimeview.c
5383         * src/stock_pixmap.c
5384         * src/stock_pixmap.h
5385         * src/pixmaps/mime_pgpsig.xpm
5386                 Add icon for application/pgp-signature
5387
5388 2007-02-20 [colin]      2.7.2cvs57
5389
5390         * src/Makefile.am
5391         * src/main.c
5392         * src/mimeview.c
5393         * src/stock_pixmap.c
5394         * src/stock_pixmap.h
5395         * src/pixmaps/mime_calendar.xpm
5396         * src/pixmaps/mime_pdf.xpm
5397         * src/pixmaps/mime_ps.xpm
5398                 Add icons for text/calendar, application/pdf
5399                 and application/postscript
5400
5401 2007-02-20 [colin]      2.7.2cvs56
5402
5403         * autogen.sh
5404         * src/matcher_parser_parse.y
5405         * src/matcher_parser_lex.l
5406                 Fix big memory leak in flex, and
5407                 require flex 2.5.31
5408
5409 2007-02-20 [wwp]        2.7.2cvs55
5410
5411         * src/matcher_parser_parse.y
5412                 Fix a duplicate token definition (thanks to iwkse).
5413
5414 2007-02-20 [wwp]        2.7.2cvs54
5415
5416         * src/matcher_parser_lex.l
5417         * src/quote_fmt_lex.l
5418                 Use proper flex options instead of direct use of #define,
5419                 make the flex-generated C lighter.
5420
5421 2007-02-20 [colin]      2.7.2cvs53
5422
5423         * src/summaryview.c
5424                 Grab focus in message list after hiding
5425                 the quicksearch, instead of leaving it
5426                 "somewhere"
5427
5428 2007-02-19 [colin]      2.7.2cvs52
5429
5430         * src/folderview.c
5431                 Fix bug 1033, 'Automatically refresh 
5432                 message list when new messages arrives'
5433                 Looks like folderview->opened can sometimes
5434                 be wrong...
5435
5436 2007-02-19 [paul]       2.7.2cvs51
5437
5438         * tools/Makefile.am
5439         * tools/README
5440         * tools/thunderbird-filters-convertor.pl
5441                 add new script which converts thunderbird filter
5442                 rules to Claws filter rules
5443
5444 2007-02-18 [paul]       2.7.2cvs50
5445
5446         * src/plugins/pgpcore/prefs_gpg.c
5447         * src/plugins/pgpcore/prefs_gpg.h
5448         * src/plugins/pgpcore/sgpgme.c
5449         * src/plugins/pgpinline/pgpinline.c
5450         * src/plugins/pgpmime/pgpmime.c
5451                 improved GUI interoperability with gpg-agent
5452
5453 2007-02-18 [paul]       2.7.2cvs49
5454
5455         * src/prefs_account.c
5456                 Privacy options sensitivity fix
5457
5458 2007-02-17 [colin]      2.7.2cvs48
5459
5460         * src/messageview.c
5461                 Reset icon to warning in the noticeview
5462
5463 2007-02-15 [colin]      2.7.2cvs47
5464
5465         * src/folderview.c
5466                 Fix a manifestation of bug 1033 (summaryview failing
5467                 to update for new mails), which happens after editing
5468                 account preferences or preferences that cause a 
5469                 folderview reload.
5470
5471 2007-02-15 [colin]      2.7.2cvs46
5472
5473         * src/addressbook.c
5474                 Probably fix bug 1123, 'Segmentation 
5475                 fault while opening address book'. I get
5476                 g_warnings if the saved paned position is
5477                 not greater than 0. Also, save position
5478                 when hiding the addressbook instead of
5479                 via signal.
5480
5481 2007-02-14 [colin]      2.7.2cvs45
5482
5483         * src/plugins/pgpcore/prefs_gpg.c
5484         * src/plugins/pgpcore/prefs_gpg.h
5485         * src/plugins/pgpcore/sgpgme.c
5486         * src/plugins/pgpinline/pgpinline.c
5487         * src/plugins/pgpmime/pgpmime.c
5488                 Add an option "Use gpg-agent if available". Fixes
5489                 annoyances with distro-installed gpg-agent, when
5490                 no pinentry program is installed, and the user's 
5491                 at a loss on why "decryption failed". Makes more
5492                 clear why passphrase isn't saved when gpg-agent is
5493                 used. Defaults to true, to avoid changing the 
5494                 current behaviour.
5495
5496 2007-02-14 [wwp]        2.7.2cvs44
5497
5498         * src/matcher_parser_parse.y
5499                 Fix missing line number reset (wrong line number might appear
5500                 when re-loading filtering rules if there's a parser error).
5501
5502 2007-02-13 [colin]      2.7.2cvs43
5503
5504         * src/common/utils.c
5505                 Don't encode ',' in URIs before passing it
5506                 to the browser command-line. It was probably
5507                 done at a time where commas in URIs made
5508                 mozilla -remote 'openurl(%s,new-window)'
5509                 bug.
5510
5511 2007-02-13 [wwp]        2.7.2cvs42
5512
5513         * src/prefs_matcher.c
5514         * src/plugins/bogofilter/bogofilter_gtk.c
5515                 A bit of string factorization around "Select ..." buttons.
5516
5517 2007-02-11 [colin]      2.7.2cvs41
5518
5519         * src/alertpanel.c
5520                 Make sure to escape the title
5521
5522 2007-02-11 [colin]      2.7.2cvs40
5523
5524         * src/codeconv.c
5525                 Recognize .utf8 locales as .UTF-8 ones
5526
5527 2007-02-11 [colin]      2.7.2cvs39
5528
5529         * src/compose.c
5530                 Fix code conversion when dragging a file
5531
5532 2007-02-09 [colin]      2.7.2cvs38
5533
5534         * src/plugins/clamav/clamav_plugin.c
5535                 Complete Paul's patch with conditional
5536                 compilation to avoid breaking compilation
5537                 on old Dapper and Edgy... Maybe other
5538                 distros too.
5539
5540 2007-02-09 [paul]       2.7.2cvs37
5541
5542         * src/plugins/clamav/clamav_plugin.c
5543                 fix for the upstream changes in libclamav
5544
5545 2007-02-09 [paul]       2.7.2cvs36
5546
5547         * src/main.c
5548         * src/mainwindow.c
5549         * src/procmsg.c
5550         * src/procmsg.h
5551                 fix "warn if there are queued messages" (on exit)
5552                 option, which only checked the first mailbox's
5553                 queue
5554                 don't ask before emptying trash if there are no
5555                 messages in trash, also check and empty all trash
5556                 folders
5557         * src/prefs_other.c
5558                 move "Ask before emptying trash" option
5559                 outside of the "On exit" frame as it's
5560                 not only an "On exit" option
5561
5562 2007-02-09 [paul]       2.7.2cvs35
5563
5564         * src/addrgather.c
5565         * src/alertpanel.c
5566         * src/editldap.c
5567         * src/prefs_account.c
5568         * src/prefs_folder_item.c
5569         * src/prefs_gtk.h
5570         * src/prefs_matcher.c
5571         * src/prefs_message.c
5572         * src/prefs_msg_colors.c
5573         * src/prefs_summaries.c
5574         * src/wizard.c
5575         * src/gtk/inputdialog.c
5576         * src/plugins/bogofilter/bogofilter_gtk.c
5577                 pedantic commit: use 'checkbtn' everywhere
5578                 instead of a mixture of 'checkbtn' and 'chkbtn'
5579
5580 2007-02-09 [paul]       2.7.2cvs34
5581
5582         * src/compose.c
5583                 fix default hotkeys
5584         * src/prefs_other.c
5585         * src/prefs_send.c
5586                 move "Never send Return Receipts" from
5587                 prefs_other to prefs_send
5588                 add an option "Ask about account specific
5589                 filtering rules..." to prefs_other
5590         * src/gtk/gtkutils.c
5591                 fix a compiler warning
5592
5593 2007-02-08 [colin]      2.7.2cvs33
5594
5595         * src/plugins/pgpinline/pgpinline.c
5596                 Fix bug 1110, 'pgpmime fails to process 
5597                 encapsulated openpgp mime (rfc 3156, 6.1 
5598                 -> rfc1847)'
5599                 It was due to an interaction between PGP/Mime
5600                 and PGP/Inline plugin. 
5601
5602 2007-02-08 [colin]      2.7.2cvs32
5603
5604         * src/inc.c
5605         * src/mbox.c
5606         * src/mbox.h
5607                 Fix bug 1117, 'fcntl locking code 
5608                 does not work in mbox.c'
5609
5610 2007-02-08 [colin]      2.7.2cvs31
5611
5612         * src/prefs_account.c
5613                 Fix Gentoo bug 165819, 'can't create 
5614                 a "local mbox file" account'. Patch
5615                 by Olivier <castan.o@free.fr>
5616
5617 2007-02-07 [colin]      2.7.2cvs30
5618
5619         * src/ldapquery.c
5620                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5621                 autocompletion was used'
5622
5623 2007-02-07 [paul]       2.7.2cvs29
5624
5625         * src/folder.c
5626                 cut down on unnecessary debug_prints
5627         * src/imap_gtk.c
5628                 fix menu_set_active() on 'Show only
5629                 subscribed folders'
5630
5631 2007-02-07 [paul]       2.7.2cvs28
5632
5633         * src/plugins/clamav/clamav_plugin.c
5634         * src/plugins/clamav/clamav_plugin.h
5635         * src/plugins/clamav/clamav_plugin_gtk.c
5636                 fix copyright header
5637
5638 2007-02-07 [paul]       2.7.2cvs27
5639
5640         * src/procheader.c
5641                 fix bug 1116, 'summary view allow a 
5642                 subject line break'
5643
5644 2007-02-06 [colin]      2.7.2cvs26
5645
5646         * src/summaryview.c
5647                 Fix delete thread
5648
5649 2007-02-05 [fabien]     2.7.2cvs25
5650
5651         * po/POTFILES.in
5652         * src/uri_opener.c
5653                 i18n related - 1 fix and 1 message for translators.
5654
5655 2007-02-05 [colin]      2.7.2cvs24
5656
5657         * src/gtk/quicksearch.c
5658                 Don't reload summary list if quicksearch wasn't
5659                 active on hiding; move currently selected mail in
5660                 the visible area when showing the quicksearch
5661
5662 2007-02-05 [colin]      2.7.2cvs23
5663
5664         * src/folderview.c
5665                 Add debug to try to solve bug 1104
5666
5667 2007-02-05 [paul]       2.7.2cvs22
5668
5669         * src/mainwindow.c
5670                 confirm before emptying trash on exit is
5671                 a Yes or No answer, use Yes or No in the
5672                 dialog
5673
5674 2007-02-04 [colin]      2.7.2cvs21
5675
5676         * src/compose.c
5677         * src/plugins/pgpcore/passphrase.c
5678         * src/plugins/pgpcore/select-keys.c
5679                 Set wmclass on new windows
5680
5681 2007-02-04 [colin]
5682
5683         2.8.0-rc1 released
5684
5685 2007-02-04 [colin]      2.7.2cvs20
5686
5687         * src/compose.c
5688         * src/compose.h
5689                 Auto save drafts on exit, reopen them
5690                 at startup, instead of asking
5691         * src/account.c
5692         * src/addressadd.c
5693         * src/addressbook.c
5694         * src/addressbook_foldersel.c
5695         * src/addrgather.c
5696         * src/crash.c
5697         * src/editaddress.c
5698         * src/editbook.c
5699         * src/editgroup.c
5700         * src/editjpilot.c
5701         * src/editldap.c
5702         * src/editldap_basedn.c
5703         * src/editvcard.c
5704         * src/exphtmldlg.c
5705         * src/expldifdlg.c
5706         * src/export.c
5707         * src/foldersel.c
5708         * src/gedit-print.c
5709         * src/import.c
5710         * src/importldif.c
5711         * src/importmutt.c
5712         * src/importpine.c
5713         * src/main.c
5714         * src/mainwindow.c
5715         * src/message_search.c
5716         * src/messageview.c
5717         * src/prefs_actions.c
5718         * src/prefs_customheader.c
5719         * src/prefs_display_header.c
5720         * src/prefs_filtering.c
5721         * src/prefs_filtering_action.c
5722         * src/prefs_folder_column.c
5723         * src/prefs_gtk.c
5724         * src/prefs_matcher.c
5725         * src/prefs_other.c
5726         * src/prefs_summaries.c
5727         * src/prefs_summary_column.c
5728         * src/prefs_template.c
5729         * src/sourcewindow.c
5730         * src/ssl_manager.c
5731         * src/summary_search.c
5732         * src/uri_opener.c
5733         * src/gtk/about.c
5734         * src/gtk/description_window.c
5735         * src/gtk/foldersort.c
5736         * src/gtk/gtkutils.c
5737         * src/gtk/gtkutils.h
5738         * src/gtk/icon_legend.c
5739         * src/gtk/logwindow.c
5740         * src/gtk/pluginwindow.c
5741         * src/gtk/prefswindow.c
5742                 Give different wmclass to different
5743                 windows - thanks to sed ;)
5744
5745 2007-02-04 [colin]      2.7.2cvs19
5746
5747         * src/main.c
5748                 Revert previous patch, can't reproduce
5749                 it anymore. 
5750
5751 2007-02-03 [colin]      2.7.2cvs18
5752
5753         * src/main.c
5754                 Don't save the mainwindow size and
5755                 position on emergency exit (libSM's
5756                 "die" callback), Xfce seems to make
5757                 the window smaller just before the
5758                 size's saved.
5759
5760 2007-02-03 [colin]      2.7.2cvs17
5761
5762         * src/plugins/bogofilter/bogofilter.c
5763         * src/plugins/bogofilter/bogofilter.h
5764         * src/plugins/bogofilter/bogofilter_gtk.c
5765         * src/plugins/pgpinline/pgpinline.c
5766         * src/plugins/pgpinline/pgpinline.h
5767                 Fix more copyrights
5768
5769 2007-02-03 [colin]      2.7.2cvs16
5770
5771         * src/partial_download.c
5772         * src/partial_download.h
5773         * src/ssl_manager.c
5774         * src/ssl_manager.h
5775         * src/uri_opener.c
5776         * src/uri_opener.h
5777         * src/wizard.c
5778         * src/wizard.h
5779         * src/common/ssl_certificate.c
5780         * src/common/ssl_certificate.h
5781         * src/gtk/quicksearch.c
5782         * src/gtk/quicksearch.h
5783         * src/gtk/sslcertwindow.c
5784         * src/gtk/sslcertwindow.h
5785                 Fix copyright on my files
5786
5787 2007-02-02 [colin]      2.7.2cvs15
5788
5789         * src/Makefile.am
5790         * src/mainwindow.c
5791         * src/messageview.c
5792         * src/messageview.h
5793         * src/textview.c
5794         * src/textview.h
5795         * src/uri_opener.c
5796         * src/uri_opener.h
5797                 Add Tools/List URIs to allow
5798                 opening any URI in the current mail
5799
5800 2007-02-02 [colin]      2.7.2cvs14
5801
5802         * src/common/valgrind.h ** NEW FILE **
5803         * src/common/Makefile.am
5804         * src/common/plugin.c
5805                 Don't dlclose the plugins if we're running
5806                 under valgrind. (doesn't require valgrind
5807                 either at compile time or run time).
5808
5809 2007-02-01 [paul]       2.7.2cvs13
5810
5811         * AUTHORS
5812         * src/gtk/authors.h
5813         * tools/freshmeat_search.pl
5814         * tools/google_search.pl
5815         * tools/multiwebsearch.pl
5816                 add support for non ISO-8859-1 compatible locales
5817                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5818
5819 2007-02-01 [colin]      2.7.2cvs12
5820
5821         * src/prefs_other.c
5822         * src/prefs_summaries.c
5823                 Move keybinding prefs to the Other page
5824
5825 2007-02-01 [wwp]        2.7.2cvs11
5826
5827         * src/plugins/trayicon/trayicon.c
5828                 Fix a raising issue within KDE.
5829
5830 2007-02-01 [colin]      2.7.2cvs10
5831
5832         * src/codeconv.c
5833                 Fix stray quotes in encoded strings
5834         * src/addressadd.c
5835                 Fix wrong call causing g_warnings
5836         * src/textview.c
5837                 Remove useless message
5838
5839 2007-01-31 [wwp]        2.7.2cvs9
5840
5841         * src/plugins/trayicon/trayicon.c
5842                 fix buggy hiding of main window when closing if close-to-tray
5843                 is not set (bad logics  in the trayicon hook code).
5844                 Changed the quit confirmation message too.
5845
5846 2007-01-30 [colin]      2.7.2cvs8
5847
5848         * src/main.c
5849                 Fix hidden mainwindow after clicking on
5850                 the X close button, if compose windows
5851                 exist and the user chooses not to quit
5852
5853 2007-01-30 [colin]      2.7.2cvs7
5854
5855         * src/main.c
5856         * src/compose.c
5857                 Handle local URIs to attach files (file:///...)
5858                 Fixes attaching files from Thunar for example
5859
5860 2007-01-30 [colin]      2.7.2cvs6
5861
5862         * src/prefs_ext_prog.c
5863                 Add 'mousepad' to the list of text editors.
5864                 Mousepad is XFCE's text editor
5865
5866 2007-01-29 [wwp]        2.7.2cvs5
5867
5868         * po/POTFILES.in
5869         * src/plugins/trayicon/trayicon_prefs.c
5870                 trayicon i18n fixes, thanks to Fabien.
5871
5872 2007-01-28 [wwp]        2.7.2cvs4
5873
5874         * src/mainwindow.c
5875         * src/mainwindow.h
5876         * src/plugins/trayicon/trayicon.c
5877         * src/plugins/trayicon/trayicon_prefs.c
5878         * src/plugins/trayicon/trayicon_prefs.h
5879                 Added a new TrayIcon plugin option to close to tray
5880                 (WM's hotkey and [X] button will hide the window instead
5881                 of closing it - closing CM can be done using the tray icon
5882                 menu or the File menu).
5883                 Improved visibility handling in trayicon, clicking the
5884                 trayicon now raise the window to current desktop when it
5885                 was either minimized/shaded/on another desktop.
5886                 Thanks to Paul for testing and fixing a strange behaviour
5887                 in KDE ;-).
5888
5889 2007-01-27 [paul]       2.7.2cvs3
5890
5891         * src/prefs_folder_item.c
5892         * src/prefs_receive.c
5893         * src/plugins/pgpcore/prefs_gpg.c
5894                 use 'start-up' instead of 'startup' in labels
5895
5896 2007-01-26 [wwp]        2.7.2cvs2
5897
5898         * src/plugins/trayicon/Makefile.am
5899         * src/plugins/trayicon/trayicon.c
5900         * src/plugins/trayicon/trayicon_prefs.c
5901         * src/plugins/trayicon/trayicon_prefs.h
5902                 Add a new TrayIcon option to hide the main window at
5903                 start-up.
5904                 Fix trayicon.c copyright header.
5905
5906 2007-01-26 [paul]       2.7.2cvs1
5907
5908         * NEWS
5909         * README
5910         * RELEASE_NOTES
5911         * configure.ac
5912                 bump up version number following
5913                 stable release
5914
5915 2007-01-25 [mones]      2.7.1cvs60
5916
5917         * po/es.po
5918                 updated thousands of strings (well, probably less ;-)
5919
5920 2007-01-25 [colin]      2.7.1cvs59
5921
5922         * src/matcher.c
5923                 Fix 2nd-run loss of matcherrc on new
5924                 configurations. 
5925
5926 2007-01-25 [wwp]        2.7.1cvs58
5927
5928         * src/mimeview.c
5929                 fix handling of empty value in attach_save_directory too, thanks
5930                 to Colin.
5931
5932 2007-01-25 [wwp]        2.7.1cvs57
5933
5934         * src/gtk/filesel.c
5935                 fix handling of empty value in attach_load_directory,
5936                 thanks to Colin.
5937
5938 2007-01-25 [wwp]        2.7.1cvs56
5939
5940         * src/plugins/dillo_viewer/dillo_prefs.h
5941                 fix a typo.
5942
5943 2007-01-25 [colin]      2.7.1cvs55
5944
5945         * src/matcher.c
5946         * src/matcher.h
5947         * src/matcher_parser_parse.y
5948         * src/prefs_matcher.c
5949                 Add matching on the spam flag
5950
5951 2007-01-24 [colin]      2.7.1cvs54
5952
5953         * src/folder.c
5954         * src/common/xml.c
5955         * src/common/xml.h
5956                 Make sure folderlist.xml is correctly
5957                 written before overwriting it.
5958         * src/procmsg.c
5959         * src/procmsg.h
5960         * src/summaryview.c
5961         * src/plugins/bogofilter/bogofilter.c
5962         * src/plugins/bogofilter/bogofilter.h
5963         * src/plugins/bogofilter/bogofilter_gtk.c
5964         * src/plugins/spamassassin/spamassassin.c
5965         * src/plugins/spamassassin/spamassassin.h
5966         * src/plugins/spamassassin/spamassassin_gtk.c
5967                 Move spam to the correct trash folder after
5968                 learning, if spam directory isn't set.
5969
5970 2007-01-23 [paul]       2.7.1cvs53
5971
5972         * src/plugins/bogofilter/bogofilter_gtk.c
5973                 fix sensitivity of "Insert X-Bogosity header"
5974                 option
5975
5976 2007-01-23 [colin]      2.7.1cvs52
5977
5978         * src/toolbar.c
5979                 Translate toolbar items text if
5980                 they're translatable (default)
5981         * src/addrcache.c
5982         * src/addrcache.h
5983         * src/addritem.c
5984         * src/addritem.h
5985         * src/codeconv.c
5986         * src/codeconv.h
5987         * src/jpilot.c
5988         * src/jpilot.h
5989         * src/ldapctrl.c
5990         * src/ldapctrl.h
5991         * src/ldapquery.h
5992         * src/ldif.c
5993         * src/ldif.h
5994         * src/etpan/etpan-thread-manager.c
5995         * src/etpan/etpan-thread-manager.h
5996         * src/gtk/gtkutils.c
5997         * src/gtk/gtkutils.h
5998                 More static functions
5999
6000 2007-01-22 [fabien]     2.7.1cvs51
6001
6002         * src/gtk/gtkutils.c
6003                 gtkut_get_options_frame() : ability to pass
6004                 a 'NULL' value in frame pointer parameter if
6005                 we don't need it.
6006
6007 2007-01-22 [colin]      2.7.1cvs50
6008
6009         * src/procmsg.c
6010         * src/procmsg.h
6011         * src/plugins/bogofilter/bogofilter.c
6012         * src/plugins/bogofilter/bogofilter_gtk.c
6013         * src/plugins/spamassassin/spamassassin.c
6014         * src/plugins/spamassassin/spamassassin_gtk.c
6015                 Allow moving spams to the account's trash
6016                 instead of default one
6017
6018 2007-01-21 [colin]      2.7.1cvs49
6019
6020         * src/ldapquery.c
6021         * src/ldapquery.h
6022                 Revert a static function that shouldn't
6023                 have been
6024
6025 2007-01-21 [colin]      2.7.1cvs48
6026
6027         * src/ldapquery.c
6028         * src/ldapquery.h
6029                 Same
6030
6031 2007-01-21 [colin]      2.7.1cvs47
6032
6033         * src/procmsg.c
6034         * src/procmsg.h
6035                 Same
6036
6037 2007-01-21 [colin]      2.7.1cvs46
6038
6039         * src/common/socket.c
6040         * src/common/socket.h
6041                 Same
6042
6043 2007-01-21 [colin]      2.7.1cvs45
6044
6045         * src/crash.c
6046         * src/exporthtml.c
6047         * src/exporthtml.h
6048         * src/exportldif.c
6049         * src/exportldif.h
6050         * src/folder.c
6051         * src/folder.h
6052         * src/folder_item_prefs.c
6053         * src/folder_item_prefs.h
6054         * src/folderview.c
6055         * src/folderview.h
6056         * src/gedit-print.c
6057         * src/gedit-print.h
6058         * src/main.c
6059         * src/main.h
6060         * src/common/socket.c
6061         * src/common/socket.h
6062         * src/gtk/gtkaspell.c
6063         * src/gtk/gtkaspell.h
6064         * src/gtk/quicksearch.c
6065         * src/gtk/quicksearch.h
6066                 Same
6067
6068 2007-01-21 [colin]      2.7.1cvs44
6069
6070         * src/common/utils.c
6071         * src/common/utils.h
6072         * src/etpan/etpan-thread-manager.c
6073         * src/etpan/etpan-thread-manager.h
6074                 Same (Funny that etpan_thread_unbind
6075                 is called but not etpan_thread_bind)
6076
6077 2007-01-21 [colin]      2.7.1cvs43
6078
6079         * src/addrselect.c
6080         * src/addrselect.h
6081         * src/codeconv.c
6082         * src/codeconv.h
6083         * src/compose.c
6084         * src/compose.h
6085         * src/etpan/Makefile.am
6086         * src/gtk/colorlabel.c
6087         * src/gtk/colorlabel.h
6088         * src/gtk/sslcertwindow.c
6089         * src/gtk/sslcertwindow.h
6090         * src/etpan/etpan-log.c ** REMOVED **
6091         * src/etpan/etpan-log.h ** REMOVED **
6092                 Same
6093
6094 2007-01-20 [colin]      2.7.1cvs42
6095
6096         * src/addritem.c
6097         * src/addritem.h
6098                 Same
6099
6100 2007-01-20 [colin]      2.7.1cvs41
6101
6102         * src/account.c
6103         * src/account.h
6104         * src/addrbook.c
6105         * src/addrbook.h
6106         * src/addrcache.c
6107         * src/addrcache.h
6108         * src/addrclip.c
6109         * src/addrclip.h
6110         * src/addressbook.c
6111         * src/addressbook.h
6112         * src/addrharvest.c
6113         * src/addrharvest.h
6114         * src/addrindex.c
6115         * src/addrindex.h
6116         * src/editaddress.c
6117         * src/editaddress.h
6118                 Make functions that aren't used in other
6119                 files static
6120
6121 2007-01-20 [colin]      2.7.1cvs40
6122
6123         * src/account.c
6124         * src/addrbook.c
6125         * src/addrcache.c
6126         * src/addressbook.c
6127         * src/addrgather.c
6128         * src/addrindex.c
6129         * src/addrquery.c
6130         * src/addrselect.c
6131         * src/browseldap.c
6132         * src/compose.c
6133         * src/editbook.c
6134         * src/editjpilot.c
6135         * src/editldap.c
6136         * src/editldap_basedn.c
6137         * src/editvcard.c
6138         * src/exporthtml.c
6139         * src/exportldif.c
6140         * src/folder.c
6141         * src/folderview.c
6142         * src/image_viewer.c
6143         * src/imap.c
6144         * src/importmutt.c
6145         * src/importpine.c
6146         * src/jpilot.c
6147         * src/ldapquery.c
6148         * src/main.c
6149         * src/mainwindow.c
6150         * src/matcher.c
6151         * src/messageview.c
6152         * src/mh.c
6153         * src/mimeview.c
6154         * src/msgcache.c
6155         * src/mutt.c
6156         * src/news.c
6157         * src/pine.c
6158         * src/prefs_account.c
6159         * src/prefs_common.c
6160         * src/prefs_compose_writing.c
6161         * src/prefs_ext_prog.c
6162         * src/prefs_folder_item.c
6163         * src/prefs_fonts.c
6164         * src/prefs_message.c
6165         * src/prefs_msg_colors.c
6166         * src/prefs_other.c
6167         * src/prefs_quote.c
6168         * src/prefs_receive.c
6169         * src/prefs_send.c
6170         * src/prefs_spelling.c
6171         * src/prefs_summaries.c
6172         * src/prefs_toolbar.c
6173         * src/prefs_wrapping.c
6174         * src/privacy.c
6175         * src/procmime.c
6176         * src/procmsg.c
6177         * src/ssl_manager.c
6178         * src/statusbar.c
6179         * src/summaryview.c
6180         * src/toolbar.c
6181         * src/vcard.c
6182         * src/common/hooks.c
6183         * src/common/log.c
6184         * src/common/passcrypt.c
6185         * src/common/socket.c
6186         * src/common/ssl.c
6187         * src/common/ssl_certificate.c
6188         * src/common/template.c
6189         * src/common/utils.c
6190         * src/etpan/imap-thread.c
6191         * src/gtk/sslcertwindow.c
6192         * src/gtk/sslcertwindow.h
6193                 Make functions that could be static, static
6194
6195 2007-01-20 [colin]      2.7.1cvs39
6196
6197         * src/editldap.c
6198                 Fix tooltip
6199
6200 2007-01-20 [colin]      2.7.1cvs38
6201
6202         * src/ldapquery.c
6203         * src/ldaputil.c
6204         * src/ldaputil.h
6205                 Fix bug 1102, 'claws-mail-2.7.1 
6206                 makes use of deprecated ldap 
6207                 functions'
6208
6209 2007-01-20 [colin]      2.7.1cvs37
6210
6211         * src/mainwindow.c
6212         * src/mainwindow.h
6213         * src/summaryview.c
6214         * src/gtk/quicksearch.c
6215                 Add Wide message list layout
6216
6217 2007-01-19 [fabien]     2.7.1cvs36
6218
6219         * src/textview.c
6220                 make sure a font change is considered in links of
6221                 headerview.
6222
6223 2007-01-19 [colin]      2.7.1cvs35
6224
6225         * src/main.c
6226         * src/mainwindow.c
6227         * src/mainwindow.h
6228         * src/messageview.c
6229         * src/messageview.h
6230         * src/prefs_common.c
6231         * src/prefs_common.h
6232         * src/summaryview.c
6233         * src/summaryview.h
6234         * src/gtk/quicksearch.c
6235         * src/gtk/quicksearch.h
6236                 Drop 'Separate Folder tree' and 'Separate
6237                 Message View'. Put three layouts in place
6238                 of it.
6239
6240 2007-01-19 [paul]       2.7.1cvs34
6241
6242         * src/prefs_msg_colors.c
6243                 more use of Q_ for translators
6244
6245 2007-01-19 [paul]       2.7.1cvs33
6246
6247         * src/imap_gtk.c
6248         * src/prefs_account.c
6249                 a few changes to the English
6250
6251 2007-01-19 [fabien]     2.7.1cvs32
6252
6253         * src/wizard.c
6254                 factorize translatable string
6255
6256 2007-01-18 [colin]      2.7.1cvs31
6257
6258         * src/main.c
6259                 Don't error out on --sync option. Although
6260                 we don't do anything with it, gtk+ handles
6261                 it, and it's useful for debugging X errors
6262
6263 2007-01-18 [fabien]     2.7.1cvs30
6264
6265         * src/prefs_other.c
6266                 ability to apply on the fly the recent added
6267                 'gtk_can_change_accels' pref (no need to restart).
6268
6269 2007-01-18 [fabien]     2.7.1cvs29
6270
6271         * src/plugins/bogofilter/bogofilter_gtk.c
6272         * src/plugins/bogofilter/bogofilter.c
6273         * src/plugins/spamassassin/spamassassin_gtk.c
6274         * src/addr_compl.c
6275         * src/prefs_account.c
6276                 factorize or rewrite some translatable strings.
6277
6278 2007-01-18 [fabien]     2.7.1cvs28
6279
6280         * src/prefs_gtk.h
6281         * src/compose.c
6282                 set a 4pix space between "Subject:" label and subject entry in
6283                 compose window.
6284
6285 2007-01-18 [wwp]        2.7.1cvs27
6286
6287         * src/addressbook.c
6288                 fix conflicting address-copy/paste when focus is set
6289                 to the embedded edit-person form.
6290  
6291
6292 2007-01-18 [wwp]        2.7.1cvs26
6293
6294         * src/addressbook.h
6295                 complete 2.7.1cvs23 (one more file was missing from that
6296                 commit).
6297
6298 2007-01-18 [colin]      2.7.1cvs25
6299
6300         * src/main.c
6301                 Provide a way to migrate without backup
6302                 Re-ask for migration on next start if 
6303                 it has been refused and wizard has been 
6304                 cancelled after.
6305
6306 2007-01-18 [wwp]        2.7.1cvs24
6307
6308         * src/editaddress.c
6309                 complete 2.7.1.cvs23 (file was missing from previous
6310                 commit).
6311
6312 2007-01-18 [wwp]        2.7.1cvs23
6313
6314         * src/addressbook.c
6315                 fix potential crashes in address book's focus_in/out signal handlers,
6316                 force focus to the edit-person form when clicked the Edit menu entry or
6317                 button (this only matters if the edit-person form is embedded to the
6318                 AB window, in that case, focus is not set when browsing the contacts
6319                 list w/ keys or mouse clicks).
6320
6321 2007-01-18 [paul]       2.7.1cvs22
6322
6323         * src/main.c
6324                 add command line options:
6325                 -h for --help
6326                 -q and --quit for --exit
6327                 -v for --version
6328                 print "Unknown option" for unknown options
6329
6330 2007-01-18 [paul]       2.7.1cvs21
6331
6332         * po/ru.po
6333                 updated by Pavlo Bohmat
6334
6335 2007-01-18 [paul]       2.7.1cvs20
6336
6337         * src/mainwindow.c
6338                 fix sensitivity issues of Mark as Spam/Ham
6339
6340 2007-01-17 [fabien]     2.7.1cvs19
6341
6342         * src/prefs_other.c
6343         * src/prefs_common.c
6344         * src/prefs_common.h
6345         * src/main.c
6346                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6347                 control the corresponding gtk property. It could be used to lock
6348                 all shortcuts (avoid to set one of them by inadvertency).
6349
6350 2007-01-17 [colin]      2.7.1cvs18
6351
6352         * src/summaryview.c
6353                 Fix bug 1100, 'Highlighted e-mail data not visible 
6354                 when color label applied.'. Use a weighted average
6355                 between normal selected foreground color and color
6356                 label instead of a simple one (3/1 instead 1/1).
6357
6358 2007-01-17 [colin]      2.7.1cvs17
6359
6360         * src/messageview.c
6361                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6362                 crash' - don't prevent mail switching while loading
6363
6364 2007-01-17 [colin]      2.7.1cvs16
6365
6366         * src/folder.c
6367         * src/folder.h
6368         * src/folderview.c
6369         * src/folderview.h
6370         * src/imap.c
6371         * src/imap.h
6372         * src/imap_gtk.c
6373                 Manage recursive search of unsubscribed folders
6374                 Rescan tree without checking for new messages 
6375                 after subscriptions changed
6376
6377 2007-01-17 [paul]       2.7.1cvs15
6378
6379         * src/prefs_common.c
6380         * src/gtk/pluginwindow.c
6381                 fix bug 1101, '"Load plugin" button is
6382                 accidentally hidden'
6383                 unset (-1) initial width in prefs_common,
6384                 fix overlapping buttons,
6385                 and other cleanups
6386
6387 2007-01-17 [paul]       2.7.1cvs14
6388
6389         * src/procmime.c
6390                 add #include <errno.h>, it's needed
6391                 on some systems
6392
6393 2007-01-17 [paul]       2.7.1cvs13
6394
6395         * src/common/defs.h
6396         * tools/make.themes.project
6397                 rename .sylpheed_themeinfo to .claws_themeinfo
6398                 and use it
6399         * src/etpan/etpan-errors.h
6400         * src/etpan/etpan-log.c
6401         * src/etpan/etpan-log.h
6402         * src/etpan/etpan-thread-manager-types.h
6403         * src/etpan/etpan-thread-manager.c
6404         * src/etpan/etpan-thread-manager.h
6405         * src/etpan/imap-thread.c
6406         * src/etpan/imap-thread.h
6407                 add copyright header
6408
6409 2007-01-17 [colin]      2.7.1cvs12
6410
6411         * src/plugins/pgpcore/select-keys.c
6412         * src/gtk/pluginwindow.c
6413         * src/prefs_account.c
6414                 Fix warnings
6415
6416 2007-01-16 [colin]      2.7.1cvs11
6417
6418         * src/imap.c
6419         * src/imap.h
6420         * src/imap_gtk.c
6421                 Manage subscribing to subfolders when only
6422                 subscribed folders are shown.
6423
6424 2007-01-16 [colin]      2.7.1cvs10
6425
6426         * src/folderview.c
6427                 Fix annoying vscrollbar going back to top
6428                 on Check for new folders
6429
6430 2007-01-16 [colin]      2.7.1cvs9
6431
6432         * src/imap.c
6433                 Remove printf
6434
6435 2007-01-16 [colin]      2.7.1cvs8
6436
6437         * src/filtering.c
6438                 Bigger buffer for errors
6439         * src/imap.c
6440         * src/imap.h
6441         * src/imap_gtk.c
6442         * src/prefs_account.c
6443         * src/prefs_account.h
6444         * src/wizard.c
6445         * src/etpan/imap-thread.c
6446         * src/etpan/imap-thread.h
6447         * manual/handling.xml
6448                 Add subscriptions management. What it changes:
6449                 Creating a folder subscribes to it
6450                 Deleting a folder unsubscribes it
6451                 New contextual menu item allowing to switch between
6452                 All folders and Subscribed folders, subscribe, and
6453                 unsubscribe. "Creating" an existing but unsubscribed
6454                 folder will subscribe it.
6455                 By default for new accounts, only subscribed folders 
6456                 are shown.
6457
6458
6459 2007-01-16 [paul]       2.7.1cvs7
6460
6461         * src/summaryview.c
6462                 Allow folder classes to specify only sort_key or
6463                 sort_type instead of both or none.
6464
6465 2007-01-16 [paul]       2.7.1cvs6
6466
6467         * src/action.c
6468         * src/compose.c
6469         * src/mimeview.c
6470         * src/procmime.c
6471         * src/textview.c
6472                 Save and use errno for procmime_get_part
6473
6474 2007-01-16 [colin]      2.7.1cvs5
6475
6476         * src/imap.c
6477                 Never remove INBOX when scanning for
6478                 new folders. It's a special folder
6479                 that has to exist.
6480
6481 2007-01-15 [colin]      2.7.1cvs4
6482
6483         * src/imap.c
6484                 Fix 'Check for new folders' when IMAP subdirectory
6485                 is set
6486         * src/etpan/imap-thread.c
6487                 Fix build
6488
6489 2007-01-15 [colin]      2.7.1cvs3
6490
6491         * src/etpan/imap-thread.c
6492                 Fix invalid free on command-connection
6493                 error
6494
6495 2007-01-15 [wwp]        2.7.1cvs2
6496
6497         * src/matcher_parser_lex.l
6498         * src/quote_fmt_lex.l
6499         * src/matcher_parser_parse.y
6500                 fix copyright header in lexers and parsers.
6501
6502 2007-01-15 [paul]       2.7.1cvs1
6503
6504         * NEWS
6505         * README
6506         * RELEASE_NOTES
6507         * configure.ac
6508                 bump up version number following
6509                 stable release
6510
6511 2007-01-15 [paul]       2.7.0cvs31
6512
6513         * AUTHORS
6514         * src/gtk/authors.h
6515                 add Fabien to the Team list
6516                 add the recent contributors
6517                 make a few corrections
6518
6519 2007-01-15 [paul]       2.7.0cvs30
6520
6521         * src/mainwindow.c
6522                 fix compiler warning
6523         * src/plugins/pgpcore/prefs_gpg.c
6524         * src/plugins/pgpcore/prefs_gpg.h
6525                 add missing include
6526                 fix copyright header
6527
6528 2007-01-14 [colin]      2.7.0cvs29
6529
6530         * src/gtk/filesel.c
6531                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6532                 two benefits: faster to open, will fix strange
6533                 dbus-related crash. Thanks to Pascal Terjan.
6534
6535 2007-01-14 [colin]      2.7.0cvs28
6536
6537         * src/etpan/imap-thread.c
6538                 Delete the old imap just after allocating
6539                 the new one. Makes sure we don't get the
6540                 same pointer by sheer luck, which feels
6541                 strange in the debug log.
6542
6543 2007-01-14 [colin]      2.7.0cvs27
6544
6545         * src/gtk/inputdialog.c
6546                 Make sure we don't print passwords in
6547                 clear text when in debug mode
6548
6549 2007-01-14 [colin]      2.7.0cvs26
6550
6551         * src/gtk/gtksctree.c
6552                 Fix bug 1098, 'bogus last row display 
6553                 after expanding a thread'. Patch by
6554                 Jindrich Makovicka <makovick@gmail.com>
6555
6556 2007-01-14 [colin]      2.7.0cvs25
6557
6558         * src/etpan/imap-thread.c
6559                 Close socket manually before
6560                 freeing the imap struct
6561
6562 2007-01-14 [colin]      2.7.0cvs24
6563
6564         * src/etpan/imap-thread.c
6565                 Maybe fix new reconnection issues
6566
6567 2007-01-13 [colin]      2.7.0cvs23
6568
6569         * src/summaryview.c
6570                 Freeze/thaw on thread selection
6571
6572 2007-01-13 [paul]       2.7.0cvs22
6573
6574         * src/mainwindow.c
6575         * src/summaryview.c
6576         * src/summaryview.h
6577                 add 'Edit/Delete thread'
6578
6579 2007-01-13 [colin]      2.7.0cvs21
6580
6581         * src/prefs_account.c
6582         * src/prefs_compose_writing.c
6583         * src/prefs_message.c
6584         * src/prefs_msg_colors.c
6585         * src/prefs_other.c
6586         * src/prefs_receive.c
6587         * src/prefs_spelling.c
6588         * src/prefs_summaries.c
6589         * src/prefs_themes.c
6590         * src/gtk/gtkutils.c
6591         * src/gtk/gtkutils.h
6592         * src/plugins/pgpcore/prefs_gpg.c
6593         * src/plugins/spamassassin/spamassassin_gtk.c
6594                 Factorize gtk frame creation
6595                 Patch by Pawel
6596
6597 2007-01-13 [colin]      2.7.0cvs20
6598
6599         * src/message_search.c
6600         * src/summary_search.c
6601                 Fix Enter in search windows
6602         * src/messageview.c
6603                 Fix body search starting at the
6604                 end of the mail (and asking for loop)
6605
6606 2007-01-13 [colin]      2.7.0cvs19
6607
6608         * src/etpan/imap-thread.c
6609                 Make sure we don't free the same imap
6610                 twice
6611
6612 2007-01-13 [colin]      2.7.0cvs18
6613
6614         * commitHelper
6615                 Allow multiple commitHelpers to
6616                 run at once
6617
6618 2007-01-12 [colin]      2.7.0cvs17
6619
6620         * src/etpan/imap-thread.c
6621                 Make sure we get rid of the previous mailimap
6622                 when connecting - just in case disconnect was
6623                 unclean
6624
6625 2007-01-12 [paul]       2.7.0cvs16
6626
6627         * src/compose.c
6628                 Strip S/MIME signatures when re-editing
6629                 S/MIME signed messages.
6630
6631 2007-01-12 [paul]       2.7.0cvs15
6632
6633         * configure.ac
6634         * src/addressbook.c
6635         * src/foldersel.c
6636         * src/folderview.c
6637         * src/main.c
6638                 no need to define CLAWS anymore, remove
6639                 all that stuff
6640
6641 2007-01-12 [paul]       2.7.0cvs14
6642
6643         * src/mimeview.c
6644                 check if the mail's signed as
6645                 it can change the mail structure
6646                 Thanks to Colin
6647
6648 2007-01-12 [paul]       2.7.0cvs13
6649
6650         * src/procmime.c
6651                 fix Forwarding msgs with attachments
6652                 that have dos line endings
6653                 Thanks to Colin
6654
6655 2007-01-12 [wwp]        2.7.0cvs12
6656
6657         * configure.ac
6658                 Revert accidentally committed extra version tag.
6659
6660 2007-01-12 [wwp]        2.7.0cvs11
6661
6662         * src/prefs_account.c
6663                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6664
6665 2007-01-11 [colin]      2.7.0cvs10
6666
6667         * src/imap.c
6668                 move g_warning to debug_print
6669                 it scares people for no reason
6670
6671 2007-01-11 [colin]      2.7.0cvs9
6672
6673         * po/POTFILES.in
6674                 Fix files to translate. Patch by
6675                 Fabien
6676
6677 2007-01-11 [paul]       2.7.0cvs8
6678
6679         * src/imap.c
6680                 Fix recursion when server lists the
6681                 current subfolder in the response
6682         * src/mimeview.c
6683                 Fix updating of icon_list/ctree
6684         * src/plugins/pgpcore/select-keys.c
6685                 Fix a few annoyances when choosing
6686                 keys for the CMS (S/MIME) protocol
6687
6688 2007-01-11 [wwp]        2.7.0cvs7
6689
6690         * src/compose.c
6691         * src/prefs_account.c
6692         * src/prefs_account.h
6693                 Add per-account spellcheck default dictionaries settings.
6694
6695 2007-01-10 [colin]      2.7.0cvs6
6696
6697         * src/prefs_folder_item.c
6698                 Factorize strings - patch by Fabien
6699
6700 2007-01-10 [colin]      2.7.0cvs5
6701
6702         * src/mainwindow.c
6703                 Fix bug 1095, 'Crash while changing folder 
6704                 columns during incorporation'
6705
6706 2007-01-09 [colin]      2.7.0cvs4
6707
6708         * src/gtk/pluginwindow.c
6709                 Set the plugin window transient. Seems
6710                 like some window managers hide it in
6711                 the background after "load plugin"...
6712
6713 2007-01-09 [colin]      2.7.0cvs3
6714
6715         * src/gtk/filesel.c
6716                 Use the same type for alloc and free
6717
6718 2007-01-08 [paul]       2.7.0cvs2
6719
6720         * po/nl.po
6721                 updated by Tim Dijkstra
6722
6723 2007-01-08 [paul]       2.7.0cvs1
6724
6725         * src/prefs_themes.c
6726         * src/common/utils.c
6727                 Fix resource leaks
6728
6729 2007-01-08 [paul]       2.7.0
6730
6731         * NEWS
6732         * README
6733         * RELEASE_NOTES
6734                 2.7.0 released
6735
6736 2007-01-08 [paul]       2.6.1cvs119
6737
6738         * doc/man/claws-mail.1
6739                 another correction
6740
6741 2007-01-08 [paul]       2.6.1cvs118
6742
6743         * doc/man/claws-mail.1
6744                 corrections
6745         * manual/advanced.xml
6746                 improved English usage
6747
6748 2007-01-08 [paul]       2.6.1cvs117
6749
6750         * po/ca.po
6751         * po/de.po
6752         * po/en_GB.po
6753         * po/fi.po
6754         * po/it.po
6755         * po/pt_BR.po
6756         * po/sk.po
6757         * po/sr.po
6758         * po/zh_CN.po
6759                 updated by Miquel Oliete, Stephan Sachse, me,
6760                 Tommi Pirinen, Andrea Spadaccini, Frederico
6761                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6762                 Urosevic, and Ralgh Young
6763
6764 2007-01-07 [mones]      2.6.1cvs116
6765
6766         * manual/es/advanced.xml
6767         * po/es.po
6768                 Synced manual (unhide mark_as_read_delay)
6769                 and updated translation for release
6770
6771 2007-01-07 [paul]       2.6.1cvs115
6772
6773         * src/prefs_matcher.c
6774                 make the hbox content fit better under
6775                 various languages
6776
6777 2007-01-07 [colin]      2.6.1cvs114
6778
6779         * src/messageview.c
6780                 Fix bug 1088, 'Ctrl-h produces repeatable
6781                 crash'
6782
6783 2007-01-06 [colin]      2.6.1cvs113
6784
6785         * src/etpan/imap-thread.c
6786                 Add casts to int to get certs. Fixes
6787                 bug 1064, 'crash @ etpan_certificate_check() 
6788                 when opening an IMAP folder', with latest
6789                 libetpan CVS or >= 0.49
6790         * src/mainwindow.c
6791         * src/mainwindow.h
6792         * src/imap_gtk.c
6793         * src/news_gtk.c
6794         * src/prefs_folder_item.c
6795                 Grey out the "synchronise" menu items if
6796                 there's nothing to synchronise.
6797         * src/plugins/pgpcore/sgpgme.c
6798                 Make an error clearer than "Unknown error"
6799
6800 2007-01-06 [colin]      2.6.1cvs112
6801
6802         * src/messageview.c
6803                 Don't try to show a message if updating
6804                 Maybe fixes bug 1088, 'ctrl-h produces
6805                 repeatable crash'.
6806
6807 2007-01-06 [colin]      2.6.1cvs111
6808
6809         * src/summaryview.c
6810                 Disable Control-Space (handle it as Space).
6811
6812 2007-01-05 [paul]       2.6.1cvs110
6813
6814         * src/imap.c
6815                 Fix bug 934, 'sylpheed claws 2.1 
6816                 doesn't show Exchanges Public Folders'
6817                 Thanks to Hoa and Colin
6818         * src/msgcache.c
6819                 Refuse to allocate more than 2 MB for a 
6820                 single field, it's a good indication of
6821                 cache corruption.
6822
6823 2007-01-05 [colin]      2.6.1cvs109
6824
6825         * src/mainwindow.c
6826                 Allow --select'ing emails by Message-ID too
6827
6828 2007-01-05 [colin]      2.6.1cvs108
6829
6830         * src/common/quoted-printable.c
6831                 Uh! Third fix :)
6832
6833 2007-01-05 [colin]      2.6.1cvs107
6834
6835         * src/common/quoted-printable.c
6836                 Fix previous commit about bug 1089
6837                 Thanks to Ralf
6838
6839 2007-01-05 [colin]      2.6.1cvs106
6840
6841         * src/common/quoted-printable.c
6842                 Fix my previous commit on bug 1089
6843                 - Thanks to Ralf :)
6844
6845 2007-01-04 [colin]      2.6.1cvs105
6846
6847         * src/common/quoted-printable.c
6848                 Fix bug 1089, 'NUL characters in Subject 
6849                 line are misinterpreted'. Not a pain to
6850                 fix in fact.
6851
6852 2007-01-04 [colin]      
6853
6854         2.7.0-rc3 released
6855
6856 2007-01-04 [wwp]        2.6.1cvs104
6857
6858         * src/image_viewer.c
6859                 Force operator precedence (fix a compiler warning).
6860
6861 2007-01-04 [colin]      2.6.1cvs103
6862
6863         * src/image_viewer.c
6864                 Be cautious there too (same fix as the one
6865                 in textview from cvs33)
6866         * src/messageview.c
6867                 Don't use any MimeViewer plugin when showing
6868                 all headers
6869
6870 2007-01-03 [wwp]        2.6.1cvs102
6871
6872         * src/html.c
6873         * src/html.h
6874                 fixed "cent" sign (use the existing ASCII one),
6875                 decode more HTML entities,
6876                 converted table ASCII entries to UTF-8,
6877                 moved a switch() into a hashtable.
6878
6879 2007-01-03 [paul]       2.6.1cvs101
6880
6881         * src/compose.c
6882         * src/messageview.c
6883         * src/procmsg.c
6884         * src/procmsg.h
6885                 When possible, use move_msg instead of
6886                 copy_msg + remove_msg to move sent mail
6887                 from Queue to Sent. 
6888
6889 2007-01-03 [paul]       2.6.1cvs100
6890
6891         * src/html.c
6892                 add more html entity recognition:
6893                 pounds, euros, and cents
6894
6895 2007-01-03 [colin]      2.6.1cvs99
6896
6897         * src/imap_gtk.c
6898                 Don't display an error on NOSELECT
6899                 folders when synchronising
6900
6901 2007-01-03 [paul]       2.6.1cvs98
6902
6903         * tools/maildir2claws-mail.pl
6904                 only substitute 'sent-mail' if it's
6905                 the full directory name
6906
6907 2007-01-03 [paul]       2.6.1cvs97
6908
6909         * ChangeLog
6910         * ChangeLog.pre2.0.0
6911         * Makefile.am
6912                 archive a chunk of ChangeLog in
6913                 ChangeLog.pre2.0.0
6914         * ChangeLog.gtk1
6915         * doc/src/ChangeLog.claws-pre0.8.0
6916                 remove ChangeLog.claws-pre0.8.0, adding
6917                 its contents to ChangeLog.gtk1
6918
6919 2007-01-03 [paul]       2.6.1cvs96
6920
6921         * src/account.c
6922         * src/account.h
6923         * src/action.c
6924         * src/action.h
6925         * src/adbookbase.h
6926         * src/addr_compl.c
6927         * src/addr_compl.h
6928         * src/addrbook.c
6929         * src/addrcache.c
6930         * src/addrcache.h
6931         * src/addrcindex.c
6932         * src/addrcindex.h
6933         * src/addrclip.c
6934         * src/addrclip.h
6935         * src/addrdefs.h
6936         * src/addressadd.c
6937         * src/addressadd.h
6938         * src/addressbook.c
6939         * src/addressbook.h
6940         * src/addressbook_foldersel.c
6941         * src/addressbook_foldersel.h
6942         * src/addrgather.c
6943         * src/addrgather.h
6944         * src/addrharvest.c
6945         * src/addrharvest.h
6946         * src/addrindex.c
6947         * src/addrindex.h
6948         * src/addritem.c
6949         * src/addritem.h
6950         * src/addrquery.c
6951         * src/addrquery.h
6952         * src/addrselect.c
6953         * src/addrselect.h
6954         * src/alertpanel.c
6955         * src/alertpanel.h
6956         * src/browseldap.c
6957         * src/browseldap.h
6958         * src/codeconv.c
6959         * src/codeconv.h
6960         * src/compose.c
6961         * src/compose.h
6962         * src/customheader.c
6963         * src/customheader.h
6964         * src/displayheader.c
6965         * src/displayheader.h
6966         * src/editaddress.c
6967         * src/editaddress.h
6968         * src/editbook.c
6969         * src/editbook.h
6970         * src/editgroup.c
6971         * src/editgroup.h
6972         * src/editjpilot.c
6973         * src/editjpilot.h
6974         * src/editldap.c
6975         * src/editldap.h
6976         * src/editldap_basedn.c
6977         * src/editldap_basedn.h
6978         * src/editvcard.c
6979         * src/editvcard.h
6980         * src/exphtmldlg.c
6981         * src/exphtmldlg.h
6982         * src/expldifdlg.c
6983         * src/expldifdlg.h
6984         * src/export.c
6985         * src/export.h
6986         * src/exporthtml.c
6987         * src/exporthtml.h
6988         * src/exportldif.c
6989         * src/exportldif.h
6990         * src/filtering.c
6991         * src/filtering.h
6992         * src/folder.c
6993         * src/folder.h
6994         * src/folder_item_prefs.c
6995         * src/folder_item_prefs.h
6996         * src/foldersel.c
6997         * src/foldersel.h
6998         * src/folderutils.c
6999         * src/folderutils.h
7000         * src/folderview.c
7001         * src/folderview.h
7002         * src/grouplistdialog.c
7003         * src/grouplistdialog.h
7004         * src/headerview.c
7005         * src/html.c
7006         * src/html.h
7007         * src/image_viewer.c
7008         * src/image_viewer.h
7009         * src/imap.c
7010         * src/imap.h
7011         * src/imap_gtk.c
7012         * src/imap_gtk.h
7013         * src/import.c
7014         * src/import.h
7015         * src/importldif.c
7016         * src/importldif.h
7017         * src/importmutt.c
7018         * src/importmutt.h
7019         * src/importpine.c
7020         * src/importpine.h
7021         * src/inc.c
7022         * src/inc.h
7023         * src/jpilot.c
7024         * src/jpilot.h
7025         * src/ldapctrl.c
7026         * src/ldapctrl.h
7027         * src/ldaplocate.c
7028         * src/ldaplocate.h
7029         * src/ldapquery.c
7030         * src/ldapquery.h
7031         * src/ldapserver.c
7032         * src/ldapserver.h
7033         * src/ldaputil.c
7034         * src/ldaputil.h
7035         * src/ldif.c
7036         * src/ldif.h
7037         * src/main.c
7038         * src/main.h
7039         * src/mainwindow.c
7040         * src/mainwindow.h
7041         * src/manual.c
7042         * src/manual.h
7043         * src/mbox.c
7044         * src/message_search.c
7045         * src/message_search.h
7046         * src/messageview.c
7047         * src/messageview.h
7048         * src/mh.c
7049         * src/mh.h
7050         * src/mh_gtk.c
7051         * src/mh_gtk.h
7052         * src/mimeview.c
7053         * src/mimeview.h
7054         * src/msgcache.c
7055         * src/msgcache.h
7056         * src/mutt.c
7057         * src/mutt.h
7058         * src/news.c
7059         * src/news.h
7060         * src/news_gtk.c
7061         * src/news_gtk.h
7062         * src/partial_download.c
7063         * src/partial_download.h
7064         * src/pine.c
7065         * src/pine.h
7066         * src/pop.c
7067         * src/pop.h
7068         * src/prefs_account.c
7069         * src/prefs_account.h
7070         * src/prefs_actions.c
7071         * src/prefs_actions.h
7072         * src/prefs_common.c
7073         * src/prefs_common.h
7074         * src/prefs_compose_writing.c
7075         * src/prefs_compose_writing.h
7076         * src/prefs_customheader.c
7077         * src/prefs_customheader.h
7078         * src/prefs_display_header.c
7079         * src/prefs_display_header.h
7080         * src/prefs_filtering.c
7081         * src/prefs_filtering.h
7082         * src/prefs_filtering_action.c
7083         * src/prefs_filtering_action.h
7084         * src/prefs_folder_column.c
7085         * src/prefs_folder_column.h
7086         * src/prefs_folder_item.c
7087         * src/prefs_folder_item.h
7088         * src/prefs_fonts.c
7089         * src/prefs_fonts.h
7090         * src/prefs_gtk.c
7091         * src/prefs_gtk.h
7092         * src/prefs_image_viewer.c
7093         * src/prefs_image_viewer.h
7094         * src/prefs_matcher.c
7095         * src/prefs_matcher.h
7096         * src/prefs_message.c
7097         * src/prefs_msg_colors.c
7098         * src/prefs_msg_colors.h
7099         * src/prefs_other.c
7100         * src/prefs_quote.c
7101         * src/prefs_receive.c
7102         * src/prefs_send.c
7103         * src/prefs_spelling.c
7104         * src/prefs_spelling.h
7105         * src/prefs_summaries.c
7106         * src/prefs_summaries.h
7107         * src/prefs_summary_column.c
7108         * src/prefs_summary_column.h
7109         * src/prefs_template.c
7110         * src/prefs_template.h
7111         * src/prefs_themes.c
7112         * src/prefs_themes.h
7113         * src/prefs_toolbar.c
7114         * src/prefs_toolbar.h
7115         * src/prefs_wrapping.c
7116         * src/prefs_wrapping.h
7117         * src/privacy.c
7118         * src/privacy.h
7119         * src/procheader.c
7120         * src/procheader.h
7121         * src/procmime.c
7122         * src/procmime.h
7123         * src/procmsg.c
7124         * src/procmsg.h
7125         * src/quote_fmt.c
7126         * src/quote_fmt_parse.y
7127         * src/recv.c
7128         * src/recv.h
7129         * src/remotefolder.c
7130         * src/remotefolder.h
7131         * src/send_message.c
7132         * src/send_message.h
7133         * src/setup.c
7134         * src/setup.h
7135         * src/sourcewindow.c
7136         * src/sourcewindow.h
7137         * src/ssl_manager.c
7138         * src/ssl_manager.h
7139         * src/statusbar.c
7140         * src/statusbar.h
7141         * src/stock_pixmap.c
7142         * src/stock_pixmap.h
7143         * src/summary_search.c
7144         * src/summary_search.h
7145         * src/summaryview.c
7146         * src/summaryview.h
7147         * src/textview.c
7148         * src/textview.h
7149         * src/toolbar.c
7150         * src/toolbar.h
7151         * src/undo.c
7152         * src/undo.h
7153         * src/unmime.c
7154         * src/unmime.h
7155         * src/vcard.c
7156         * src/vcard.h
7157         * src/wizard.c
7158         * src/wizard.h
7159         * src/common/base64.c
7160         * src/common/base64.h
7161         * src/common/defs.h
7162         * src/common/hooks.c
7163         * src/common/hooks.h
7164         * src/common/log.c
7165         * src/common/log.h
7166         * src/common/mgutils.c
7167         * src/common/mgutils.h
7168         * src/common/nntp.c
7169         * src/common/nntp.h
7170         * src/common/passcrypt.c
7171         * src/common/passcrypt.h.in
7172         * src/common/plugin.c
7173         * src/common/plugin.h
7174         * src/common/prefs.c
7175         * src/common/prefs.h
7176         * src/common/progressindicator.c
7177         * src/common/progressindicator.h
7178         * src/common/quoted-printable.c
7179         * src/common/quoted-printable.h
7180         * src/common/session.c
7181         * src/common/session.h
7182         * src/common/smtp.c
7183         * src/common/smtp.h
7184         * src/common/socket.c
7185         * src/common/socket.h
7186         * src/common/ssl.c
7187         * src/common/ssl.h
7188         * src/common/ssl_certificate.c
7189         * src/common/ssl_certificate.h
7190         * src/common/stringtable.c
7191         * src/common/stringtable.h
7192         * src/common/template.c
7193         * src/common/template.h
7194         * src/common/timing.h
7195         * src/common/utils.c
7196         * src/common/utils.h
7197         * src/common/version.h.in
7198         * src/common/xml.c
7199         * src/common/xml.h
7200         * src/common/xmlprops.c
7201         * src/common/xmlprops.h
7202         * src/gtk/about.c
7203         * src/gtk/colorlabel.c
7204         * src/gtk/colorsel.c
7205         * src/gtk/colorsel.h
7206         * src/gtk/combobox.c
7207         * src/gtk/combobox.h
7208         * src/gtk/description_window.c
7209         * src/gtk/description_window.h
7210         * src/gtk/filesel.c
7211         * src/gtk/filesel.h
7212         * src/gtk/foldersort.c
7213         * src/gtk/foldersort.h
7214         * src/gtk/gtksctree.c
7215         * src/gtk/gtkutils.c
7216         * src/gtk/gtkutils.h
7217         * src/gtk/inputdialog.c
7218         * src/gtk/inputdialog.h
7219         * src/gtk/logwindow.c
7220         * src/gtk/logwindow.h
7221         * src/gtk/manage_window.c
7222         * src/gtk/manage_window.h
7223         * src/gtk/menu.c
7224         * src/gtk/menu.h
7225         * src/gtk/pluginwindow.c
7226         * src/gtk/pluginwindow.h
7227         * src/gtk/prefswindow.c
7228         * src/gtk/prefswindow.h
7229         * src/gtk/progressdialog.c
7230         * src/gtk/progressdialog.h
7231         * src/gtk/sslcertwindow.c
7232         * src/gtk/sslcertwindow.h
7233         * src/plugins/bogofilter/bogofilter.c
7234         * src/plugins/bogofilter/bogofilter.h
7235         * src/plugins/bogofilter/bogofilter_gtk.c
7236         * src/plugins/clamav/clamav_plugin.c
7237         * src/plugins/clamav/clamav_plugin.h
7238         * src/plugins/clamav/clamav_plugin_gtk.c
7239         * src/plugins/demo/demo.c
7240         * src/plugins/dillo_viewer/dillo_prefs.c
7241         * src/plugins/dillo_viewer/dillo_prefs.h
7242         * src/plugins/dillo_viewer/dillo_viewer.c
7243         * src/plugins/pgpcore/passphrase.c
7244         * src/plugins/pgpcore/passphrase.h
7245         * src/plugins/pgpcore/pgp_viewer.c
7246         * src/plugins/pgpcore/pgp_viewer.h
7247         * src/plugins/pgpcore/plugin.c
7248         * src/plugins/pgpcore/select-keys.c
7249         * src/plugins/pgpcore/select-keys.h
7250         * src/plugins/pgpcore/sgpgme.c
7251         * src/plugins/pgpcore/sgpgme.h
7252         * src/plugins/pgpinline/pgpinline.c
7253         * src/plugins/pgpinline/pgpinline.h
7254         * src/plugins/pgpinline/plugin.c
7255         * src/plugins/pgpmime/pgpmime.c
7256         * src/plugins/pgpmime/pgpmime.h
7257         * src/plugins/pgpmime/plugin.c
7258         * src/plugins/spamassassin/spamassassin.c
7259         * src/plugins/spamassassin/spamassassin.h
7260         * src/plugins/spamassassin/spamassassin_gtk.c
7261         * src/plugins/trayicon/trayicon.c
7262                 it's 2007, update the year in the copyright headers
7263
7264 2007-01-03 [paul]       2.6.1cvs95
7265
7266         * src/gtk/about.c
7267                 it is 2007, use it in the copyright string
7268
7269 2007-01-03 [paul]       2.6.1cvs94
7270
7271         * src/html.c
7272                 html entity conversion:
7273                 move &#153; to a more suitable place
7274                 add &bull; and &ndash;
7275                 make sure &mdash; and &#8212; are both
7276                 converted the same
7277
7278 2007-01-02 [colin]      2.6.1cvs93
7279
7280         * src/addrbook.c
7281                 Fix leak
7282         * src/common/plugin.c
7283                 Add comment
7284         * src/etpan/imap-thread.c
7285                 Fix warning
7286
7287 2006-12-31 [paul]       2.6.1cvs92
7288
7289         * src/prefs_summaries.c
7290                 use gtk_button_new_from_stock()
7291
7292 2006-12-30 [colin]      2.6.1cvs91
7293
7294         * src/folder.c
7295         * src/imap_gtk.c
7296         * src/mh_gtk.c
7297                 Don't update filtering and account paths 
7298                 when copying folders
7299
7300 2006-12-30 [colin]      2.6.1cvs90
7301
7302         * src/prefs_compose_writing.c
7303         * src/prefs_quote.c
7304         * src/prefs_template.c
7305                 Use message font for Writing and 
7306                 Quoting prefs, as well as Templates.
7307
7308 2006-12-30 [colin]      2.6.1cvs89
7309
7310         * src/prefs_summaries.c
7311                 Rework GUI; patch by Pawel
7312
7313 2006-12-29 [colin]      2.6.1cvs88
7314
7315         * src/prefs_folder_item.c
7316                 Fix bug 1085, 'Apply to subfolder 
7317                 doesn't work' - I was mistaken saying
7318                 it worked in every case
7319
7320 2006-12-28 [colin]      2.6.1cvs87
7321
7322         * src/gtk/gtkaspell.c
7323                 Don't assert if use_alternate is true
7324                 and alt_dictionary isn't set -- this 
7325                 is what happens on upgrade! Rather,
7326                 do with it.
7327
7328 2006-12-28 [colin]      2.6.1cvs86
7329
7330         * Makefile.am
7331                 Fix desktop/icon simplification
7332
7333 2006-12-28 [colin]      2.6.1cvs85
7334
7335         * Makefile.am
7336                 Make desktop and icon not 
7337                 dependant on the desktop
7338
7339 2006-12-28 [wwp]        2.6.1cvs84
7340
7341         * src/plugins/pgpmime/claws.def
7342                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7343
7344 2006-12-28 [wwp]        2.6.1cvs83
7345
7346         * src/prefs_folder_item.c
7347                 Fix coloring of "simplify subject regexp" (folder prefs),
7348                 which might be left to red whereas the regexp gets empty.
7349
7350 2006-12-28 [wwp]        2.6.1cvs82
7351
7352         * src/prefs_common.c
7353         * src/prefs_common.h
7354         * src/addressbook.c
7355         * src/addressitem.h
7356                 Save addressbook mainwindow's horizontal and vertical splitter position.
7357
7358 2006-12-27 [wwp]        2.6.1cvs81
7359
7360         * src/gtk/gtkaspell.c
7361         * src/gtk/gtkaspell.h
7362         * src/compose.c
7363                 Fix assignment of compose's default and alternate dictionary from
7364                 account or folder settings. Now gtkaspell_change_dict does rotate
7365                 dicts only when it's called from a menu cb.
7366
7367 2006-12-27 [wwp]        2.6.1cvs80
7368
7369         * src/folder_item_prefs.c
7370                 Fix randomly initialized default-alt-dictionary (folder prefs),
7371                 complete 2.6.1cvs72.
7372
7373 2006-12-27 [paul]       2.6.1cvs79
7374
7375         * src/imap_gtk.c
7376         * src/mh_gtk.c
7377                 Add Copy folder in the folder's contextual
7378                 menu
7379
7380 2006-12-27 [wwp]        2.6.1cvs78
7381
7382         * src/imap.c
7383                 Clean up session locking, thanks to Colin.
7384
7385 2006-12-26 [colin]      2.6.1cvs77
7386
7387         * src/statusbar.c
7388                 Revert previous patch
7389
7390 2006-12-26 [colin]      2.6.1cvs76
7391
7392         * src/folder.c
7393         * src/folderview.c
7394         * src/imap.c
7395         * src/statusbar.c
7396         * src/etpan/imap-thread.c
7397                 Fix previous commit warnings
7398                 Make statusbar update every second if total < 20
7399                 Make IMAP APPEND faster by simplifying log              
7400
7401 2006-12-26 [colin]      2.6.1cvs75
7402
7403         * src/folder.c
7404         * src/folder.h
7405         * src/folderview.c
7406         * src/folderview.h
7407         * src/imap_gtk.c
7408         * src/mh_gtk.c
7409                 Make it possible to copy folders accross
7410                 mailboxes (this was an arbitrary limitation).
7411                 Still make it impossible to move folders 
7412                 accross mailboxes.
7413
7414 2006-12-26 [colin]      2.6.1cvs74
7415
7416         * src/etpan/imap-thread.c
7417                 Fix bug 1081, 'claws-mail 
7418                 segfaults when going offline 
7419                 while it transfers mails via 
7420                 imap'
7421
7422 2006-12-26 [colin]      2.6.1cvs73
7423
7424         * src/folder_item_prefs.c
7425                 Don't forget alt dictionary when
7426                 renaming/moving folders
7427
7428 2006-12-26 [wwp]        2.6.1cvs72
7429
7430         * src/folder_item_prefs.c
7431                 Add missing defaults for per-folder alt dict
7432                 (forgotten in 2.6.1cvs61).
7433
7434 2006-12-26 [colin]      2.6.1cvs71
7435
7436         * src/wizard.c
7437                 Add tooltip to state that specifying
7438                 full path to mailbox is possible
7439
7440 2006-12-26 [wwp]        2.6.1cvs70
7441
7442         * src/partial_download.c
7443         * src/gtk/gtkvscrollbutton.c
7444         * src/plugins/pgpinline/plugin.c
7445                 Fix for few compiler warnings that matter.
7446
7447 2006-12-25 [colin]      2.6.1cvs69
7448
7449         * src/partial_download.c
7450                 Fix marking for download or deletion
7451                 when the header isn't the first
7452         * src/gtk/logwindow.c
7453                 Fix start of scrolling
7454
7455 2006-12-23 [paul]       2.6.1cvs68
7456
7457         * src/compose.c
7458                 change last commit to use the 'academic'
7459                 method instead. Thanks to wwp
7460
7461 2006-12-23 [paul]       2.6.1cvs67
7462
7463         * src/compose.c
7464                 don't warn about empty subject when
7465                 redirecting
7466
7467 2006-12-22 [colin]      2.6.1cvs66
7468
7469         * src/summary_search.c
7470                 Fix previous patch
7471
7472 2006-12-22 [colin]      2.6.1cvs65
7473
7474         * src/gtk/gtkutils.c
7475         * src/imap.c
7476         * src/jpilot.c
7477         * src/summary_search.c
7478                 A few warning fixes
7479
7480 2006-12-23 [paul]       
7481
7482         2.7.0-rc2 released
7483
7484 2006-12-22 [colin]      2.6.1cvs64
7485
7486         * src/toolbar.c
7487         * src/toolbar.h
7488                 Add a combo to the learn spam button
7489         * src/plugins/bogofilter/bogofilter.c
7490         * src/plugins/bogofilter/bogofilter_gtk.c
7491         * src/plugins/bogofilter/bogofilter.h
7492                 Allow to store Unsure mails in a specific
7493                 folder to make better teaching easier
7494
7495 2006-12-21 [wwp]        2.6.1cvs63
7496
7497         * src/compose.c
7498         * src/prefs_common.c
7499         * src/prefs_common.h
7500         * src/prefs_spelling.c
7501         * src/gtk/gtkaspell.c
7502         * src/gtk/gtkaspell.h
7503                 Allow spell-checking using both current and alternate dictionaries
7504                 (thanks to Colin).
7505
7506 2006-12-21 [wwp]        2.6.1cvs62
7507
7508         * src/gtk/gtkaspell.c
7509                 Apply recheck_when_changing_dict (highlight all mispelled words)
7510                 when switching to alternate dictionary.
7511
7512 2006-12-21 [wwp]        2.6.1cvs61
7513
7514         * src/compose.c
7515         * src/folder_item_prefs.h
7516         * src/prefs_common.c
7517         * src/prefs_common.h
7518         * src/prefs_folder_item.c
7519         * src/prefs_spelling.c
7520         * src/gtk/gtkaspell.c
7521         * src/gtk/gtkaspell.h
7522                 Add global and per-folder prefs to set the default
7523                 alternate dictionary.
7524
7525 2006-12-21 [colin]      2.6.1cvs60
7526
7527         * src/folder.c
7528                 Look for folders by path in all folders
7529         * src/html.c
7530                 add &mdash;
7531
7532 2006-12-20 [colin]      2.6.1cvs59
7533
7534         * src/gtk/quicksearch.c
7535                 Make sure in_typing is false when clearing
7536
7537 2006-12-20 [wwp]        2.6.1cvs58
7538
7539         * configure.ac
7540                 change manual's target dir to be LFH-compliant (thanks to Colin).
7541
7542 2006-12-20 [wwp]        2.6.1cvs57
7543
7544         * src/prefs_common.c
7545         * src/prefs_summaries.c
7546                 i18n fix and factorize patch, thanks to Fabien.
7547
7548 2006-12-20 [paul]       2.6.1cvs56
7549
7550         * configure.ac
7551                 last of the renaming (??)
7552         * src/main.c
7553                 correct --help info of --status-full
7554         * src/plugins/bogofilter/bogofilter.c
7555                 make FALSE default of whitelist_ab
7556
7557 2006-12-19 [colin]      2.6.1cvs55
7558
7559         * src/jpilot.c
7560                 Same as before, without depending on
7561                 pisock >= 0.12
7562
7563 2006-12-19 [colin]      2.6.1cvs54
7564
7565         * src/jpilot.c
7566                 Fix bug 1059, 'Better jpilot charset 
7567                 handling'. Use libpisync's charset conversion
7568                 if possible
7569
7570 2006-12-19 [colin]      2.6.1cvs53
7571
7572         * po/fr.po
7573                 Updated by Fabien
7574
7575 2006-12-19 [wwp]        2.6.1cvs52
7576
7577         * src/gtk/about.c
7578                 Add missing #include (thanks to Colin).
7579
7580 2006-12-19 [wwp]        2.6.1cvs51
7581
7582         * src/prefs_receive.c
7583                 Better spacing between widgets in prefs.
7584
7585 2006-12-18 [colin]      2.6.1cvs50
7586
7587         * src/imap.c
7588                 Fix failure to get separator on LIST "" ""
7589                 Try LIST "" "INBOX" too.
7590
7591 2006-12-18 [wwp]        2.6.1cvs49
7592
7593         * src/common/session.c
7594                 Fix a compiler warning (thanks to Fabien).
7595
7596 2006-12-18 [wwp]        2.6.1cvs48
7597
7598         * src/compose.c
7599         * src/prefs_quote.c
7600                 Factorize some strings for translation (it's about error
7601                 messages when applying or checking template/quote format).
7602
7603 2006-12-18 [colin]      2.6.1cvs47
7604
7605         * Makefile.am
7606         * src/common/defs.h
7607         * src/gtk/Makefile.am
7608         * src/gtk/about.c
7609                 Add a Release notes tab from the contents of
7610                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7611
7612 2006-12-17 [colin]      2.6.1cvs46
7613
7614         * src/mimeview.c
7615         * src/textview.c
7616         * src/gtk/filesel.c
7617                 Correctly convert from/to UTF8/filename encoding
7618                 when loading and saving files. Probably fixes
7619                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7620                 for a file to attach and is blocked...'
7621
7622 2006-12-17 [colin]      2.6.1cvs45
7623
7624         * src/gtk/logwindow.c
7625                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7626                 IMAP folder and is blocked on main thread': 
7627                 make sure we put utf8 in the log.
7628
7629 2006-12-16 [colin]      2.6.1cvs44
7630
7631         * src/toolbar.c
7632         * src/toolbar.h
7633                 Fix bug 1055, 'Add the 'cancel receive' 
7634                 in the available events for the toolbar buttons'
7635
7636 2006-12-16 [colin]      2.6.1cvs43
7637
7638         * po/POTFILES.in
7639         * src/imap.c
7640         * src/common/nntp.c
7641         * src/common/session.c
7642                 Log error when SSL handshakes fail. 
7643                 Fixes bug 1082, 'incorrect / imprecise 
7644                 error message when imap server provides 
7645                 ssl only through STARTTLS but SSL is 
7646                 selected'
7647
7648 2006-12-15 [wwp]        2.6.1cvs42
7649
7650         * src/plugins/bogofilter/bogofilter_gtk.c
7651                 set proper sensitivity to widgets I've recently added.
7652
7653 2006-12-15 [colin]      
7654
7655         2.7.0-rc1 released
7656
7657 2006-12-15 [wwp]        2.6.1cvs41
7658
7659         * src/plugins/bogofilter/bogofilter.c
7660         * src/plugins/bogofilter/bogofilter.h
7661         * src/plugins/bogofilter/bogofilter_gtk.c
7662                 bogofilter's whitelist can now use a subset of
7663                 the addressbook (either a book, a subfolder of a book,
7664                 or the whole addressbook by using "Any"). Re-used there
7665                 some pref_matcher widgets and mechanisms to match a subset
7666                 of the addressbook.
7667
7668 2006-12-15 [wwp]        2.6.1cvs40
7669
7670         * src/wizard.c
7671         * src/common/plugin.c
7672         * src/common/plugin.h
7673         * src/gtk/about.c
7674         * src/plugins/bogofilter/bogofilter.c
7675         * src/plugins/clamav/clamav_plugin.c
7676         * src/plugins/demo/demo.c
7677         * src/plugins/dillo_viewer/dillo_viewer.c
7678         * src/plugins/pgpcore/plugin.c
7679         * src/plugins/pgpinline/plugin.c
7680         * src/plugins/pgpmime/plugin.c
7681         * src/plugins/spamassassin/spamassassin.c
7682         * src/plugins/trayicon/trayicon.c
7683                 factorize some translatable strings (plugins-related),
7684                 fix missing punctuation in several places,
7685                 remove useless translatable \n in about.c,
7686                 and factorize plugin init code w/ a new function
7687                 check_plugin_version() in common/plugin.c.
7688                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7689
7690 2006-12-15 [wwp]        2.6.1cvs39
7691
7692         * src/plugins/bogofilter/bogofilter.c
7693         * src/plugins/bogofilter/bogofilter_gtk.c
7694                 flag whitelisted spams as spam, but don't filter it to the spam
7695                 folder. Thanks to Colin.
7696
7697 2006-12-15 [ticho]      2.6.1cvs38
7698
7699         * src/plugins/bogofilter/bogofilter.c
7700         * src/plugins/bogofilter/bogofilter.h
7701         * src/plugins/bogofilter/bogofilter_gtk.c
7702                 Add option to whitelist senders found in addressbook. Patch by colin.
7703
7704 2006-12-15 [paul]       2.6.1cvs37
7705
7706         * src/folderview.c
7707                 add missing #include "log.h"
7708
7709 2006-12-15 [paul]       2.6.1cvs36
7710
7711         * src/plugins/bogofilter/bogofilter.c
7712         * src/plugins/bogofilter/bogofilter.h
7713         * src/plugins/bogofilter/bogofilter_gtk.c
7714                 Add an option to allow inserting an
7715                 X-Claws-Bogosity header (on MH folders
7716                 only). Patch by Colin
7717
7718 2006-12-14 [colin]      2.6.1cvs35
7719
7720         * src/main.c
7721                 "Yes" should be the default choice for
7722                 migration configuration
7723
7724 2006-12-14 [paul]       2.6.1cvs34
7725
7726         * src/prefs_summaries.c
7727         * manual/advanced.xml
7728                 Unhide mark_as_read_delay
7729
7730 2006-12-14 [paul]       2.6.1cvs33
7731
7732         * src/messageview.c
7733         * src/messageview.h
7734         * src/mimeview.c
7735         * src/mimeview.h
7736         * src/summaryview.c
7737         * src/textview.c
7738         * src/textview.h
7739                 Fix printing of selection
7740                 Fix printing of message parts
7741                 Fix printing of images
7742         * src/gtk/gtksourceprintjob.c
7743                 Fix page count when there are images
7744
7745 2006-12-14 [wwp]        2.6.1cvs32
7746
7747         * src/mainwindow.c
7748         * src/summaryview.c
7749         * src/summaryview.h
7750         * src/gtk/quicksearch.c
7751                 fix quicksearch 'magnify' button status when QS is closed
7752                 using the Escape key, thanks to Colin.
7753
7754 2006-12-14 [wwp]        2.6.1cvs31
7755
7756         * src/mainwindow.c
7757         * src/summaryview.c
7758         * src/summaryview.h
7759         * src/gtk/quicksearch.c
7760                 fix quicksearch 'magnify' button status when QS is closed
7761                 using the Escape key, thanks to Colin.
7762
7763 2006-12-13 [colin]      2.6.1cvs30
7764
7765         * src/ldapquery.c
7766         * src/ldaputil.c
7767                 Use the binary safe version of ldap_get_values,
7768                 to make sure we manipulate null-terminated 
7769                 strings. Maybe fixes bug 1075, 'claws mail 
7770                 segfault when completing ldap adresses'
7771         * src/syldap.c ** REMOVED **
7772         * src/syldap.h ** REMOVED **
7773                 Remove dead files
7774
7775 2006-12-13 [mones]      2.6.1cvs29
7776
7777         * po/es.po
7778                 Fixed piped strings, fixed click translation
7779
7780 2006-12-13 [paul]       2.6.1cvs28
7781
7782         * src/main.c
7783                 don't translate these strings
7784
7785 2006-12-13 [paul]       2.6.1cvs27
7786
7787         * po/en_GB.po
7788                 updated
7789
7790 2006-12-13 [colin]      2.6.1cvs26
7791
7792         * src/main.c
7793         * src/main.h
7794                 Add claws_is_starting()
7795
7796 2006-12-13 [mones]      2.6.1cvs25
7797
7798         * manual/es/advanced.xml
7799         * po/es.po
7800                 Synced manual and updated translation
7801
7802 2006-12-12 [colin]      2.6.1cvs24
7803
7804         * src/wizard.c
7805                 Add an option to use STARTTLS in the
7806                 welcome wizard. Fixes bug 1080, 
7807                 'Using SSL option in wizard for incoming 
7808                 server does not activate SSL with STARTTLS'
7809
7810 2006-12-12 [colin]      2.6.1cvs23
7811
7812         * src/main.c
7813                 Don't exit when there's an incomplete
7814                 mailbox configured - leaves a chance 
7815                 to fix a failing IMAP account. Exit
7816                 if no mailbox at all is loaded (case
7817                 of missing plugin).
7818                 Completes bug 1077's fix (I was wrong
7819                 in this bug's comment #3).
7820
7821 2006-12-12 [colin]      2.6.1cvs22
7822
7823         * src/gtk/menu.h
7824                 Add another menu data type
7825         * src/prefs_account.c
7826                 Complete the completion of bug 1076
7827                 (doesn't lose the pref on apply)
7828
7829 2006-12-12 [paul]       2.6.1cvs21
7830
7831         * src/prefs_account.c
7832                 complete the fix of bug 1076
7833                 also be more verbose with the text
7834
7835 2006-12-12 [paul]       2.6.1cvs20
7836
7837         * src/gtk/combobox.c
7838                 fix compilation warning
7839
7840 2006-12-11 [colin]      2.6.1cvs19
7841
7842         * src/wizard.c
7843                 Document :port in server entry tooltips
7844
7845 2006-12-11 [colin]      2.6.1cvs18
7846
7847         * src/main.c
7848                 Fix compile
7849
7850 2006-12-11 [colin]      2.6.1cvs17
7851
7852         * src/main.c
7853                 Add failing IMAP as a reason for no
7854                 mailbox
7855
7856 2006-12-11 [colin]      2.6.1cvs16
7857
7858         * src/prefs_account.c
7859                 Check for existence of inbox for local
7860                 accounts too
7861         * src/wizard.c
7862                 Allow setting the port to use for servers
7863                 by using the usual "server.example.com:port"
7864                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7865                 not start when IMAP server is unavailable'
7866
7867 2006-12-11 [colin]      2.6.1cvs15
7868
7869         * src/prefs_account.c
7870                 Prevent use of non-existing default inbox
7871
7872 2006-12-11 [colin]      2.6.1cvs14
7873
7874         * src/prefs_account.c
7875                 Fix sensitivity. Fixes bug 1076, 'privacy 
7876                 options are displayed even when pgp plugin 
7877                 not loaded / available'
7878
7879 2006-12-09 [colin]      2.6.1cvs13
7880
7881         * manual/advanced.xml
7882         * src/prefs_common.c
7883         * src/prefs_common.h
7884         * src/common/ssl_certificate.c
7885                 Add a new hidden preference, 'unsafe_ssl_certs',
7886                 which allows to store multiple certificates per
7887                 server/port. This is disabled by default because
7888                 it's less secure (presenting a new certificate
7889                 instead of a changed one raises less alarms).
7890                 This will cause Claws to ask about an unknown
7891                 certificate for people who have used 2.6.1cvs8
7892                 or greater.
7893
7894 2006-12-09 [colin]      2.6.1cvs12
7895
7896         * src/action.c
7897                 Fix cache updating after action
7898
7899 2006-12-07 [wwp]        2.6.1cvs11
7900
7901         * src/compose.c
7902                 fix email address comparison when replying to all
7903                 (avoid replying to ourselves), thanks to Colin.
7904
7905 2006-12-06 [paul]       2.6.1cvs10
7906
7907         * src/addrharvest.c
7908         * src/editldap.c
7909         * src/expldifdlg.c
7910         * src/news.c
7911         * src/toolbar.c
7912         * src/common/utils.c
7913                 ...and more renaming
7914                 Thanks to Colin
7915
7916 2006-12-06 [paul]       2.6.1cvs9
7917
7918         * src/compose.c
7919         * src/messageview.c
7920         * src/procheader.c
7921         * src/procmime.c
7922         * src/procmsg.c
7923         * src/textview.c
7924                 more renaming
7925                 Thanks to Colin
7926
7927 2006-12-06 [colin]      2.6.1cvs8
7928
7929         * src/ssl_manager.c
7930         * src/common/ssl_certificate.c
7931         * src/common/ssl_certificate.h
7932                 Handle multiple certificates per host/port
7933
7934 2006-12-06 [colin]      2.6.1cvs7
7935
7936         * src/etpan/imap-thread.c
7937                 Fix certificate checking on IMAP
7938
7939 2006-12-06 [colin]      2.6.1cvs6
7940
7941         * src/folderview.c
7942                 Fix bug 1072, 'Claws stops fetching newsgroups 
7943                 from server when newsgroup got deleted': continue
7944                 checking other groups
7945
7946 2006-12-05 [wwp]        2.6.1cvs5
7947
7948         * src/message_search.c
7949         * src/summary_search.c
7950         * src/gtk/combobox.c
7951         * src/gtk/combobox.h
7952         * src/gtk/gtkutils.c
7953         * src/gtk/gtkutils.h
7954                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7955                 behave like w/ old comboboxes (summary and message search only).
7956
7957 2006-12-05 [paul]       2.6.1cvs4
7958
7959         * src/wizard.c
7960                 encode headers
7961                 Thanks to Colin
7962
7963 2006-12-05 [paul]       2.6.1cvs3
7964
7965         * tools/README
7966         * tools/textviewer.pl
7967                 script updated and description added
7968
7969 2006-12-04 [colin]      2.6.1cvs2
7970
7971         * src/compose.c
7972                 Run pre-send hook only when checking
7973                 everything
7974
7975 2006-12-04 [paul]       2.6.1cvs1
7976
7977         * NEWS
7978         * README
7979         * RELEASE_NOTES
7980         * configure.ac
7981         * tools/README
7982                 bump up version number following stable release
7983
7984 2006-12-04 [paul]       2.6.0cvs83
7985
7986         * README
7987                 updates and corrections
7988
7989 2006-12-04 [colin]      2.6.0cvs82
7990
7991         * src/common/utils.c
7992                 Probably fix bug 1066, 'Incorrect mailbox 
7993                 size displayed'
7994
7995 2006-12-04 [colin]      2.6.0cvs81
7996
7997         * src/common/utils.c
7998                 Trim tabs from mailcap file too.
7999
8000 2006-12-02 [paul]       2.6.0cvs80
8001
8002         * src/exphtmldlg.c
8003                 fix broken GUI under certain languages
8004         * src/expldifdlg.c
8005                 put the Cancel button to the right
8006
8007 2006-12-01 [paul]       2.6.0cvs79
8008
8009         * tools/Makefile.am
8010                 remove reference to removed file
8011
8012 2006-12-01 [wwp]        2.6.0cvs78
8013
8014         * src/addressbook.c
8015         * src/editaddress.c
8016                 remove forgotten debug statements.
8017
8018 2006-12-01 [wwp]        2.6.0cvs77
8019
8020         * manual/advanced.xml
8021         * manual/fr/advanced.xml
8022         * src/addressbook.c
8023         * src/addressbook.h
8024         * src/addressitem.h
8025         * src/editaddress.c
8026         * src/editaddress.h
8027         * src/prefs_common.c
8028         * src/prefs_common.h
8029         * src/gtk/gtkutils.c
8030         * src/gtk/gtkutils.h
8031                 add a hidden option to allow embedding the editaddress (edit contact details)
8032                 dialog into the addressbook's window. This doesn't change the default
8033                 behaviour.
8034
8035 2006-12-01 [wwp]        2.6.0cvs76
8036
8037         * src/message_search.c
8038         * src/summary_search.c
8039                 fix more focus issues (don't set focus to combobox's entry widget when
8040                 entry's value changed, if entry widget has focus already).
8041
8042 2006-12-01 [wwp]        2.6.0cvs75
8043
8044         * src/gtk/quicksearch.c
8045                 revert last changes to the quicksearch gtk_combo_box, this needs more
8046                 tuning and testing.
8047
8048 2006-12-01 [paul]       2.6.0cvs74
8049
8050         * tools/kdeservicemenu/README
8051         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8052         * tools/kdeservicemenu/install.sh
8053         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8054         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8055                 simplify this stuff, and in so doing,
8056                 fix it. (possibly re-extend it again at
8057                 a later date)
8058
8059 2006-12-01 [wwp]        2.6.0cvs73
8060
8061         * src/gtk/quicksearch.c
8062                 adapt quicksearch code to use modern gtk_combo_box'es.
8063
8064 2006-12-01 [wwp]        2.6.0cvs72
8065
8066         * src/common/defs.h
8067         * src/prefs_common.c
8068         * src/prefs_common.h
8069         * src/message_search.c
8070         * src/summary_search.c
8071         * src/gtk/combobox.c
8072         * src/gtk/combobox.h
8073                 add history combos to all message and summary search fields.
8074
8075 2006-12-01 [wwp]        2.6.0cvs71
8076
8077         * src/summaryview.c
8078                 As the list may change while the mark as read delay
8079                 runs, we can't rely on the 'row' pointer, which can
8080                 be invalid when the timeout is called. As the mark
8081                 as read is only done if the message is still selected,
8082                 use summaryview->selected instead. Thanks to Colin.
8083
8084 2006-11-30 [paul]       2.6.0cvs70
8085
8086         * src/textview.c
8087                 give emphasis to "Sylpheed-Claws"
8088                 as well as "Claws Mail"
8089
8090 2006-11-30 [colin]      2.6.0cvs69
8091
8092         * src/wizard.c
8093                 Put the SSL checkboxes in the receiving
8094                 and sending server pages.
8095
8096 2006-11-29 [colin]      2.6.0cvs68
8097
8098         * src/gtk/gtkutils.c
8099         * src/gtk/gtkvscrollbutton.c
8100                 Revert some deprecated fixes - they seem to
8101                 deprecate stuff as soon as a new one gets out.
8102                 g_object_ref_sink needed glib-2.10.
8103
8104 2006-11-29 [colin]      2.6.0cvs67
8105
8106         * src/common/utils.c
8107                 Create .mailcap if it doesn't exist
8108
8109 2006-11-29 [colin]      2.6.0cvs66
8110
8111         * src/compose.c
8112                 Followup to cvs60: use original list
8113                 of recipients if replying to a mail
8114                 in Sent Drafts or Queue.
8115
8116 2006-11-27 [paul]       2.6.0cvs65
8117
8118         * src/image_viewer.c
8119                 revert the last change for now (it's broken)
8120
8121 2006-11-27 [paul]       2.6.0cvs64
8122
8123         * Makefile.am
8124         * configure.ac
8125         * m4/aclocal-include.m4
8126         * m4/check-type.m4
8127         * src/Makefile.am
8128         * src/addr_compl.c
8129         * src/compose.c
8130         * src/crash.c
8131         * src/export.c
8132         * src/exporthtml.c
8133         * src/exportldif.c
8134         * src/imap.c
8135         * src/import.c
8136         * src/main.c
8137         * src/main.h
8138         * src/matcher.c
8139         * src/mimeview.c
8140         * src/procmsg.c
8141         * src/textview.c
8142         * src/common/Makefile.am
8143         * src/common/claws.c
8144         * src/common/claws.h
8145         * src/common/ssl.c
8146         * src/common/sylpheed.c
8147         * src/common/sylpheed.h
8148         * src/etpan/Makefile.am
8149         * src/gtk/Makefile.am
8150         * src/gtk/claws-marshal.list
8151         * src/gtk/filesel.c
8152         * src/gtk/gtksctree.c
8153         * src/gtk/quicksearch.c
8154         * src/gtk/sylpheed-marshal.list
8155         * src/plugins/bogofilter/bogofilter.c
8156         * src/plugins/bogofilter/bogofilter_gtk.c
8157         * src/plugins/clamav/clamav_plugin.c
8158         * src/plugins/clamav/clamav_plugin_gtk.c
8159         * src/plugins/demo/demo.c
8160         * src/plugins/dillo_viewer/dillo_viewer.c
8161         * src/plugins/pgpcore/Makefile.am
8162         * src/plugins/pgpcore/claws.def
8163         * src/plugins/pgpcore/pgp_viewer.c
8164         * src/plugins/pgpcore/plugin.c
8165         * src/plugins/pgpcore/sylpheed.def
8166         * src/plugins/pgpinline/Makefile.am
8167         * src/plugins/pgpinline/claws.def
8168         * src/plugins/pgpinline/plugin.c
8169         * src/plugins/pgpinline/sylpheed.def
8170         * src/plugins/pgpmime/Makefile.am
8171         * src/plugins/pgpmime/claws.def
8172         * src/plugins/pgpmime/plugin.c
8173         * src/plugins/pgpmime/sylpheed.def
8174         * src/plugins/spamassassin/spamassassin.c
8175         * src/plugins/spamassassin/spamassassin_gtk.c
8176         * src/plugins/trayicon/trayicon.c
8177                 yet more renaming
8178                 remove deprecated gtk_tooltips_set_delay()
8179
8180 2006-11-26 [paul]       2.6.0cvs63
8181
8182         * src/expldifdlg.c
8183         * src/folderview.c
8184         * src/image_viewer.c
8185         * src/mainwindow.c
8186         * src/gtk/gtkutils.c
8187         * src/gtk/gtkvscrollbutton.c
8188         * src/gtk/prefswindow.c
8189         * src/plugins/pgpcore/prefs_gpg.c
8190                 replace more deprecated GTK+ functions
8191
8192 2006-11-26 [paul]       2.6.0cvs62
8193
8194         * src/addr_compl.c
8195         * src/addressbook.c
8196         * src/browseldap.c
8197                 replace deprecated gtk_idle_... functions
8198
8199 2006-11-26 [paul]       2.6.0cvs61
8200
8201         * src/compose.c
8202         * src/folderview.c
8203         * src/inc.c
8204         * src/summaryview.c
8205         * src/gtk/gtkvscrollbutton.c
8206         * src/gtk/quicksearch.c
8207         * src/plugins/pgpcore/passphrase.c
8208                 replace deprecated gtk_timeout_add and
8209                 gtk_timeout_remove
8210
8211 2006-11-26 [paul]       2.6.0cvs60
8212
8213         * src/compose.c
8214                 fix bug that caused the wrong recipient
8215                 to be selected when replying to a msg
8216                 which is From one of our accounts to
8217                 another of our accounts
8218
8219 2006-11-25 [paul]       2.6.0cvs59
8220
8221         * src/summaryview.c
8222                 don't change the From column title to
8223                 To if the To column is visible
8224
8225 2006-11-24 [paul]       2.6.0cvs58
8226
8227         * src/compose.c
8228                 fix bug 1069, 'Sent mails disappear, BCC
8229                 or locking problem?'
8230
8231 2006-11-21 [wwp]        2.6.0cvs57
8232
8233         * src/compose.c
8234                 fix spelling menu when replying (same as 2.3.1cvs39):
8235                 discrepancy between context menu and top menu when
8236                 folder's dictionary isn't the default one.
8237
8238 2006-11-19 [paul]       2.6.0cvs56
8239
8240         * src/summaryview.c
8241                 obey always_show_msg option when
8242                 marking as spam
8243         * src/plugins/bogofilter/bogofilter.c
8244                 fix typo
8245
8246 2006-11-18 [paul]       2.6.0cvs55
8247
8248         * AUTHORS
8249         * README
8250         * debian/copyright
8251         * manual/ack.xml
8252         * manual/es/ack.xml
8253         * manual/fr/ack.xml
8254         * manual/pl/ack.xml
8255         * src/gtk/authors.h
8256         * src/gtk/icon_legend.c
8257         * src/gtk/icon_legend.h
8258         * tools/OOo2claws-mail.pl
8259         * tools/README
8260         * tools/acroread2claws-mail.pl
8261         * tools/claws.i18n.status.pl
8262         * tools/filter_conv.pl
8263         * tools/filter_conv_new.pl
8264         * tools/freshmeat_search.pl
8265         * tools/google_search.pl
8266         * tools/kmail2claws-mail.pl
8267         * tools/kmail2claws-mail_v2.pl
8268         * tools/maildir2claws-mail.pl
8269         * tools/make.themes.project
8270         * tools/multiwebsearch.pl
8271         * tools/outlook2claws-mail.pl
8272         * tools/tb2claws-mail
8273         * tools/kdeservicemenu/README
8274         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8275                 update mine and wwp's email addresses in
8276                 several places
8277                 Patch by wwp
8278         * src/prefs_compose_writing.c
8279                 set sensitivity on 'new message format' frame
8280
8281 2006-11-17 [paul]       2.6.0cvs54
8282
8283         * src/gtk/about.c
8284                 more reworking of the GUI
8285                 Patch by Fabien Vantard
8286
8287 2006-11-16 [paul]       2.6.0cvs53
8288
8289         * src/gtk/about.c
8290                 set a minimum size for the window, allow
8291                 it to automatically expand as necessary
8292
8293 2006-11-16 [wwp]        2.6.0cvs52
8294
8295         * src/gtk/about.c
8296                 better wrap of copyright info on some systems.
8297
8298 2006-11-16 [paul]       2.6.0cvs51
8299
8300         * src/gtk/about.c
8301                 move the tech info from the upper panel
8302                 to the Info tab
8303                 use a gtk_text_view for the features tab
8304
8305 2006-11-16 [paul]       2.6.0cvs50
8306
8307         * po/Makevars
8308                 update my email address
8309         * src/addressbook.c
8310         * src/compose.c
8311         * src/imap_gtk.c
8312         * src/mh_gtk.c
8313         * src/news_gtk.c
8314         * src/summaryview.c
8315         * src/plugins/trayicon/trayicon.c
8316                 don't offer simple menu separators
8317                 for translation
8318         * src/folderview.c
8319                 add separator between 'mark all read'
8320                 and 'search folder'
8321
8322 2006-11-15 [wwp]        2.6.0cvs49
8323
8324         * src/gtk/authors.h
8325                 updated manuals authors.
8326
8327 2006-11-14 [paul]       2.6.0cvs48
8328
8329         * src/compose.c
8330                 Fix Options/Reply mode after draft save
8331
8332 2006-11-14 [paul]       2.6.0cvs47
8333
8334         * src/Makefile.am
8335                 Fix make DESTDIR=...
8336         * src/mbox.c
8337                 Optimise speed
8338         * src/plugins/pgpinline/pgpinline.c
8339                 Probably fix bug 1061
8340
8341 2006-11-14 [paul]       2.6.0cvs46
8342
8343         * po/Makevars
8344                 enable Q_ macro
8345         * src/Makefile.am
8346         * src/stock_pixmap.c
8347         * src/stock_pixmap.h
8348         * src/gtk/about.c
8349         * src/pixmaps/active.xpm
8350         * src/pixmaps/inactive.xpm
8351                 add a new page, 'Features', to the About dialog
8352                 showing which features are compiled in and which
8353                 are not
8354
8355 2006-11-14 [paul]       2.6.0cvs45
8356
8357         * po/ru.po
8358                 updated by Pavlo Bohmat
8359
8360 2006-11-14 [colin]      2.6.0cvs44
8361
8362         * src/compose.c
8363         * src/inc.c
8364         * src/messageview.c
8365         * src/news.c
8366         * src/pop.c
8367         * src/procmsg.c
8368         * src/gtk/gtkaspell.c
8369                 Fix 64-bit-related warnings
8370         * src/ssl_manager.c
8371                 Fix possible infinite loop
8372         * src/plugins/pgpcore/sgpgme.c
8373                 Remove useless check
8374
8375 2006-11-13 [colin]      2.6.0cvs43
8376
8377         * src/gtk/Makefile.am
8378                 authors.h isn't generated
8379
8380 2006-11-13 [colin]      2.6.0cvs42
8381
8382         * src/plugins/pgpinline/pgpinline.c
8383         * src/plugins/pgpmime/pgpmime.c
8384                 Very probably fix bug 1061, 'crash on 
8385                 opening signed email'. Another cast
8386                 problem
8387
8388 2006-11-13 [colin]      2.6.0cvs41
8389
8390         * src/plugins/pgpcore/sgpgme.c
8391                 Maybe fix bug 1061, 'crash on opening 
8392                 signed email'
8393
8394 2006-11-13 [wwp]        2.6.0cvs40
8395
8396         * src/plugins/pgpinline/pgpinline.c
8397                 fix candidate for bug #1057, thanks to Colin.
8398
8399 2006-11-13 [wwp]        2.6.0cvs39
8400
8401         * src/compose.c
8402         * src/quote_fmt_parse.y
8403                 fix bug 1052: current parser buffer was not always 
8404                 allocated, ptr to this buffer could be returned as 
8405                 NULL whereas no parser error has occurred. in 
8406                 consequence, defining a template body as "%d" 
8407                 (w/o the quotes) for the first time of the instance 
8408                 of claws-mail, was reporting a parser error. make 
8409                 sure that the buffer is always allocated, even to 
8410                 an empty string.
8411                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8412                 unescaping of the fmt string was always done 
8413                 whereas it must be done *only* when receiving 
8414                 quote format strings issued from the prefs 
8415                 (compose new message, reply, forward, redirect 
8416                 formats), *not* when applying templates.  in 
8417                 consequences, applying templates w/ sequences 
8418                 like \\|p{echo} were failing. make sure that 
8419                 unescaping is done only when necessary.
8420
8421 2006-11-12 [colin]      2.6.0cvs38
8422
8423         * po/de.po
8424                 Fix typo (s/KB/MB)
8425
8426 2006-11-12 [colin]      2.6.0cvs37
8427
8428         * src/plugins/pgpinline/pgpinline.c
8429         * src/plugins/pgpmime/pgpmime.c
8430                 Release GPG context at the latest 
8431                 possible moment. Maybe fixes 
8432                 bug 1057, 'crash on sending signed 
8433                 message to a newsgroup'
8434                 
8435
8436 2006-11-12 [colin]      2.6.0cvs36
8437
8438         * src/plugins/pgpcore/sgpgme.c
8439                 Tell a bit more when gpg's status doesn't
8440                 contain any signature
8441
8442 2006-11-12 [colin]      2.6.0cvs35
8443
8444         * src/compose.c
8445                 Fix bug 1060, 'compilation error with 
8446                 Irix's cc'
8447
8448 2006-11-12 [paul]       2.6.0cvs34
8449
8450         * doc/man/claws-mail.1
8451         * src/prefs_gtk.c
8452         * src/plugins/clamav/README
8453         * src/plugins/spamassassin/README
8454         * tools/README
8455         * tools/freshmeat_search.pl
8456         * tools/google_search.pl
8457         * tools/multiwebsearch.pl
8458                 more renaming
8459         * src/plugins/trayicon/trayicon.c
8460                 fix compiliation warning
8461
8462 2006-11-11 [colin]      2.6.0cvs33
8463
8464         * src/folderview.c
8465                 Forbid drag and drop from/to different
8466                 folders of type F_UNKNOWN
8467
8468 2006-11-11 [colin]      2.6.0cvs32
8469
8470         * src/plugins/pgpinline/pgpinline.c
8471                 Fix typo in previous commit:
8472                 - gpgme_new(&ctx);
8473                 + if ((err = gpgme_new(&data->ctx)) ...)
8474
8475 2006-11-11 [colin]      2.6.0cvs31
8476
8477         * src/plugins/pgpinline/pgpinline.c
8478         * src/plugins/pgpmime/pgpmime.c
8479                 Check success after calling gpgme_new
8480                 Maybe fixes bug 1057, 'crash on sending 
8481                 signed message to a newsgroup'
8482
8483 2006-11-11 [colin]      2.6.0cvs30
8484
8485         * src/undo.c
8486                 init undostruct to 0s (from
8487                 valgrind log of bug 1057)
8488
8489 2006-11-10 [colin]      2.6.0cvs29
8490
8491         * src/mainwindow.c
8492                 Set cursor to wait before filtering
8493                 duplicates in all folders
8494         * src/plugins/bogofilter/bogofilter.c
8495         * src/plugins/bogofilter/bogofilter.h
8496         * src/plugins/bogofilter/bogofilter_gtk.c
8497                 Completely thread away the bogofilter
8498                 filtering
8499
8500 2006-11-10 [mones]      2.6.0cvs28
8501
8502         * src/compose.c
8503         * src/compose.h
8504                 added COMPOSE_CHECK_BEFORE_SEND hook
8505
8506 2006-11-10 [paul]       2.6.0cvs27
8507
8508         * src/crash.c
8509                 more renaming
8510                 add libSM to get_compiled_in_features()
8511         * src/main.c
8512                 more renaming
8513
8514 2006-11-10 [colin]      2.6.0cvs26
8515
8516         * src/etpan/imap-thread.c
8517                 Add a reference to libetpan's sasl engine
8518                 so that sasl_done() doesn't get called by
8519                 libetpan, and doesn't break openssl.
8520                 Should fix bug 1053, 'SC fails to reestablish 
8521                 a secure connection'
8522                 Patch by Hoa
8523
8524 2006-11-10 [colin]      2.6.0cvs25
8525
8526         * manual/addrbook.xml
8527         * manual/advanced.xml
8528         * manual/faq.xml
8529         * manual/intro.xml
8530                 Some more renaming
8531
8532 2006-11-09 [colin]      2.6.0cvs24
8533
8534         * src/plugins/bogofilter/bogofilter_gtk.c
8535                 Add comment about annoyance
8536
8537 2006-11-09 [colin]      2.6.0cvs23
8538
8539         * src/plugins/bogofilter/bogofilter.c
8540         * src/plugins/bogofilter/bogofilter_gtk.c
8541                 Prepare things needed to thread bogofilter
8542                 filtering: separate bogo stuff and possible GUI
8543                 stuff. 
8544
8545 2006-11-09 [colin]      2.6.0cvs22
8546
8547         * src/account.c
8548         * src/compose.c
8549                 Search for one of our accounts in Delivered-To
8550                 (helps for auto-account selection when 
8551                  replying/forwarding)
8552         * src/folderview.c
8553         * src/mainwindow.c
8554         * src/mainwindow.h
8555         * src/plugins/trayicon/trayicon.c
8556                 Allow opening a new mail with any account from
8557                 the contextual menu
8558
8559 2006-11-09 [wwp]        2.6.0cvs21
8560
8561         * src/compose.c
8562         * src/prefs_common.c
8563         * src/prefs_common.h
8564         * src/prefs_compose_writing.c
8565                 add a compose new message format (in prefs/compose/writing), it's a
8566                 simple subject+body template to use when opening a new composition
8567                 window. It's similar to the existent reply and forward formats.
8568
8569                 enhanced the template/format % symbols substitution mechanism to
8570                 use current composition window information when % are used in
8571                 the compose new message format or in templates applied to new
8572                 messages (there were useless in that situations before). When
8573                 applied to new messages, %d corresponds to the system time/date.
8574
8575 2006-11-09 [paul]       2.6.0cvs20
8576
8577         * src/gtk/authors.h
8578                 fix last commit
8579
8580 2006-11-09 [paul]       2.6.0cvs19
8581
8582         * src/gtk/authors.h
8583                 keep tje alphabetical order
8584
8585 2006-11-08 [colin]      2.6.0cvs18
8586
8587         * src/etpan/imap-thread.c
8588                 Fix bug 1054, 'Slowness logging big 
8589                 data chunks'
8590
8591 2006-11-08 [paul]       2.6.0cvs17
8592
8593         * tools/Makefile.am
8594                 fix the renaming
8595
8596 2006-11-08 [paul]       2.6.0cvs16
8597
8598         * src/common/defs.h
8599                 update BUGZILLA_URI
8600
8601 2006-11-08 [paul]       2.6.0cvs15
8602
8603         * tools/Makefile.am
8604         * tools/OOo2claws-mail.pl
8605         * tools/OOo2sylpheed.pl
8606         * tools/README
8607         * tools/acroread2claws-mail.pl
8608         * tools/acroread2sylpheed.pl
8609         * tools/kmail2claws-mail.pl
8610         * tools/kmail2claws-mail_v2.pl
8611         * tools/kmail2sylpheed.pl
8612         * tools/kmail2sylpheed_v2.pl
8613         * tools/maildir2claws-mail.pl
8614         * tools/maildir2sylpheed.pl
8615         * tools/nautilus2claws-mail.sh
8616         * tools/nautilus2sylpheed.sh
8617         * tools/outlook2claws-mail.pl
8618         * tools/outlook2sylpheed.pl
8619         * tools/tb2claws-mail
8620         * tools/tb2sylpheed
8621         * tools/tbird2claws.py
8622         * tools/tbird2syl.py
8623         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8624         * tools/kdeservicemenu/install.sh
8625         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8626         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8627         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8628         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8629         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8630                 renamed (removed, added) tools files
8631
8632 2006-11-08 [paul]       2.6.0cvs14
8633
8634         * src/main.c
8635         * src/common/defs.h
8636                 Migrate sylpheedrc to clawsrc, and fix the standard
8637                 plugins path in the process
8638
8639 2006-11-07 [colin]      2.6.0cvs13
8640
8641         * src/Makefile.am
8642                 Symlink sylpheed-claws relative to 
8643                 claws-mail
8644
8645 2006-11-07 [colin]      2.6.0cvs12
8646
8647         * src/compose.c
8648                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8649
8650 2006-11-07 [paul]       2.6.0cvs11
8651
8652         * src/gtk/about.c
8653                 Fix a missed occurence of
8654                 Sylpheed-Claws
8655
8656 2006-11-07 [paul]       2.6.0cvs10
8657
8658         * src/Makefile.am
8659                 Fix symlink installation
8660
8661 2006-11-07 [paul]       2.6.0cvs9
8662
8663         * src/Makefile.am
8664                 Symlink claws-mail to sylpheed-claws
8665         * src/common/utils.c
8666                 Fix migrating symlinks
8667         * src/etpan/imap-thread.c
8668                 check certificate only when there's
8669                 no error
8670
8671 2006-11-07 [paul]       2.6.0cvs8
8672
8673         * Makefile.am
8674                 Fix icon breakages with Gtk, which needs a 
8675                 cache updated to see them.
8676
8677 2006-11-07 [paul]       2.6.0cvs7
8678
8679         * .cvsignore
8680         * AUTHORS
8681         * COPYING
8682         * INSTALL
8683         * Makefile.am
8684         * NEWS
8685         * README
8686         * RELEASE_NOTES
8687         * autogen.sh
8688         * claws-mail-128x128.png
8689         * claws-mail-64x64.png
8690         * claws-mail.ico
8691         * claws-mail.pc.in
8692         * claws-mail.png
8693         * configure.ac
8694         * sylpheed-claws-128x128.png
8695         * sylpheed-claws-64x64.png
8696         * sylpheed-claws.desktop
8697         * sylpheed-claws.ico
8698         * sylpheed-claws.pc.in
8699         * sylpheed-claws.png
8700         * debian/README.Debian
8701         * debian/changelog
8702         * debian/claws-mail.desktop
8703         * debian/claws-mail.menu
8704         * debian/claws-mail.postinst.debhelper
8705         * debian/claws-mail.postrm.debhelper
8706         * debian/control
8707         * debian/copyright
8708         * debian/files
8709         * debian/rules
8710         * debian/sylpheed-claws.desktop
8711         * debian/sylpheed-claws.menu
8712         * debian/sylpheed-claws.postinst.debhelper
8713         * debian/sylpheed-claws.postrm.debhelper
8714         * doc/man/Makefile.am
8715         * doc/man/claws-mail.1
8716         * doc/man/sylpheed-claws.1
8717         * doc/src/ChangeLog.claws-pre0.8.0
8718         * manual/Makefile.am
8719         * manual/account.xml
8720         * manual/ack.xml
8721         * manual/addrbook.xml
8722         * manual/advanced.xml
8723         * manual/claws-mail-manual.xml
8724         * manual/faq.xml
8725         * manual/glossary.xml
8726         * manual/handling.xml
8727         * manual/intro.xml
8728         * manual/keyboard.xml
8729         * manual/plugins.xml
8730         * manual/starting.xml
8731         * manual/sylpheed-claws-manual.xml
8732         * manual/xml2pdf
8733         * manual/dist/.cvsignore
8734         * manual/dist/html/.cvsignore
8735         * manual/dist/html/Makefile.am
8736         * manual/dist/pdf/.cvsignore
8737         * manual/dist/pdf/Makefile.am
8738         * manual/dist/ps/.cvsignore
8739         * manual/dist/ps/Makefile.am
8740         * manual/dist/txt/.cvsignore
8741         * manual/dist/txt/Makefile.am
8742         * manual/es/Makefile.am
8743         * manual/es/advanced.xml
8744         * manual/es/claws-mail-manual.xml
8745         * manual/es/faq.xml
8746         * manual/es/glossary.xml
8747         * manual/es/handling.xml
8748         * manual/es/intro.xml
8749         * manual/es/plugins.xml
8750         * manual/es/sylpheed-claws-manual.xml
8751         * manual/es/dist/.cvsignore
8752         * manual/es/dist/html/.cvsignore
8753         * manual/es/dist/html/Makefile.am
8754         * manual/es/dist/pdf/.cvsignore
8755         * manual/es/dist/pdf/Makefile.am
8756         * manual/es/dist/ps/.cvsignore
8757         * manual/es/dist/ps/Makefile.am
8758         * manual/es/dist/txt/.cvsignore
8759         * manual/es/dist/txt/Makefile.am
8760         * manual/fr/Makefile.am
8761         * manual/fr/account.xml
8762         * manual/fr/ack.xml
8763         * manual/fr/addrbook.xml
8764         * manual/fr/advanced.xml
8765         * manual/fr/claws-mail-manual.xml
8766         * manual/fr/faq.xml
8767         * manual/fr/glossary.xml
8768         * manual/fr/handling.xml
8769         * manual/fr/intro.xml
8770         * manual/fr/keyboard.xml
8771         * manual/fr/plugins.xml
8772         * manual/fr/starting.xml
8773         * manual/fr/sylpheed-claws-manual.xml
8774         * manual/fr/dist/.cvsignore
8775         * manual/fr/dist/html/.cvsignore
8776         * manual/fr/dist/html/Makefile.am
8777         * manual/fr/dist/pdf/.cvsignore
8778         * manual/fr/dist/pdf/Makefile.am
8779         * manual/fr/dist/ps/.cvsignore
8780         * manual/fr/dist/ps/Makefile.am
8781         * manual/fr/dist/txt/.cvsignore
8782         * manual/fr/dist/txt/Makefile.am
8783         * manual/pl/Makefile.am
8784         * manual/pl/account.xml
8785         * manual/pl/ack.xml
8786         * manual/pl/addrbook.xml
8787         * manual/pl/advanced.xml
8788         * manual/pl/claws-mail-manual.xml
8789         * manual/pl/faq.xml
8790         * manual/pl/glossary.xml
8791         * manual/pl/handling.xml
8792         * manual/pl/intro.xml
8793         * manual/pl/keyboard.xml
8794         * manual/pl/plugins.xml
8795         * manual/pl/starting.xml
8796         * manual/pl/sylpheed-claws-manual.xml
8797         * manual/pl/dist/.cvsignore
8798         * manual/pl/dist/html/.cvsignore
8799         * manual/pl/dist/html/Makefile.am
8800         * manual/pl/dist/pdf/.cvsignore
8801         * manual/pl/dist/pdf/Makefile.am
8802         * manual/pl/dist/ps/.cvsignore
8803         * manual/pl/dist/ps/Makefile.am
8804         * manual/pl/dist/txt/.cvsignore
8805         * manual/pl/dist/txt/Makefile.am
8806         * po/.cvsignore
8807         * po/Makevars
8808         * src/.cvsignore
8809         * src/Makefile.am
8810         * src/account.c
8811         * src/account.h
8812         * src/action.c
8813         * src/action.h
8814         * src/adbookbase.h
8815         * src/addr_compl.c
8816         * src/addr_compl.h
8817         * src/addrbook.c
8818         * src/addrcache.c
8819         * src/addrcache.h
8820         * src/addrcindex.c
8821         * src/addrcindex.h
8822         * src/addrclip.c
8823         * src/addrclip.h
8824         * src/addrdefs.h
8825         * src/addressadd.c
8826         * src/addressadd.h
8827         * src/addressbook.c
8828         * src/addressbook.h
8829         * src/addressbook_foldersel.c
8830         * src/addressbook_foldersel.h
8831         * src/addrgather.c
8832         * src/addrgather.h
8833         * src/addrharvest.c
8834         * src/addrharvest.h
8835         * src/addrindex.c
8836         * src/addrindex.h
8837         * src/addritem.c
8838         * src/addritem.h
8839         * src/addrquery.c
8840         * src/addrquery.h
8841         * src/addrselect.c
8842         * src/addrselect.h
8843         * src/alertpanel.c
8844         * src/alertpanel.h
8845         * src/browseldap.c
8846         * src/browseldap.h
8847         * src/codeconv.c
8848         * src/codeconv.h
8849         * src/compose.c
8850         * src/crash.c
8851         * src/crash.h
8852         * src/customheader.c
8853         * src/customheader.h
8854         * src/displayheader.c
8855         * src/displayheader.h
8856         * src/editaddress.c
8857         * src/editaddress.h
8858         * src/editbook.c
8859         * src/editbook.h
8860         * src/editgroup.c
8861         * src/editgroup.h
8862         * src/editjpilot.c
8863         * src/editjpilot.h
8864         * src/editldap.c
8865         * src/editldap.h
8866         * src/editldap_basedn.c
8867         * src/editldap_basedn.h
8868         * src/editvcard.c
8869         * src/editvcard.h
8870         * src/exphtmldlg.c
8871         * src/exphtmldlg.h
8872         * src/expldifdlg.c
8873         * src/expldifdlg.h
8874         * src/export.c
8875         * src/exporthtml.c
8876         * src/exporthtml.h
8877         * src/exportldif.c
8878         * src/exportldif.h
8879         * src/filtering.c
8880         * src/filtering.h
8881         * src/folder.c
8882         * src/folder.h
8883         * src/folder_item_prefs.c
8884         * src/folder_item_prefs.h
8885         * src/foldersel.c
8886         * src/foldersel.h
8887         * src/folderutils.c
8888         * src/folderutils.h
8889         * src/folderview.c
8890         * src/folderview.h
8891         * src/grouplistdialog.c
8892         * src/grouplistdialog.h
8893         * src/html.c
8894         * src/html.h
8895         * src/image_viewer.c
8896         * src/image_viewer.h
8897         * src/imap.c
8898         * src/imap.h
8899         * src/imap_gtk.c
8900         * src/imap_gtk.h
8901         * src/import.c
8902         * src/import.h
8903         * src/importldif.c
8904         * src/importldif.h
8905         * src/importmutt.c
8906         * src/importmutt.h
8907         * src/importpine.c
8908         * src/importpine.h
8909         * src/inc.c
8910         * src/inc.h
8911         * src/jpilot.c
8912         * src/jpilot.h
8913         * src/ldapctrl.c
8914         * src/ldapctrl.h
8915         * src/ldaplocate.c
8916         * src/ldaplocate.h
8917         * src/ldapquery.c
8918         * src/ldapquery.h
8919         * src/ldapserver.c
8920         * src/ldapserver.h
8921         * src/ldaputil.c
8922         * src/ldaputil.h
8923         * src/ldif.c
8924         * src/ldif.h
8925         * src/localfolder.c
8926         * src/localfolder.h
8927         * src/main.c
8928         * src/main.h
8929         * src/mainwindow.c
8930         * src/mainwindow.h
8931         * src/manual.c
8932         * src/manual.h
8933         * src/matcher.c
8934         * src/matcher.h
8935         * src/matcher_parser.h
8936         * src/matcher_parser_lex.l
8937         * src/matcher_parser_parse.y
8938         * src/mbox.c
8939         * src/mbox.h
8940         * src/message_search.c
8941         * src/message_search.h
8942         * src/messageview.c
8943         * src/messageview.h
8944         * src/mh.c
8945         * src/mh.h
8946         * src/mh_gtk.c
8947         * src/mh_gtk.h
8948         * src/mimeview.c
8949         * src/mimeview.h
8950         * src/msgcache.c
8951         * src/msgcache.h
8952         * src/mutt.c
8953         * src/mutt.h
8954         * src/news.c
8955         * src/news.h
8956         * src/news_gtk.c
8957         * src/news_gtk.h
8958         * src/noticeview.c
8959         * src/noticeview.h
8960         * src/partial_download.c
8961         * src/partial_download.h
8962         * src/pine.c
8963         * src/pine.h
8964         * src/pop.c
8965         * src/pop.h
8966         * src/prefs_account.c
8967         * src/prefs_account.h
8968         * src/prefs_actions.c
8969         * src/prefs_actions.h
8970         * src/prefs_common.c
8971         * src/prefs_common.h
8972         * src/prefs_compose_writing.c
8973         * src/prefs_compose_writing.h
8974         * src/prefs_customheader.c
8975         * src/prefs_customheader.h
8976         * src/prefs_display_header.c
8977         * src/prefs_display_header.h
8978         * src/prefs_ext_prog.c
8979         * src/prefs_ext_prog.h
8980         * src/prefs_filtering.c
8981         * src/prefs_folder_column.c
8982         * src/prefs_folder_column.h
8983         * src/prefs_folder_item.c
8984         * src/prefs_folder_item.h
8985         * src/prefs_fonts.c
8986         * src/prefs_fonts.h
8987         * src/prefs_gtk.c
8988         * src/prefs_gtk.h
8989         * src/prefs_image_viewer.c
8990         * src/prefs_image_viewer.h
8991         * src/prefs_matcher.c
8992         * src/prefs_matcher.h
8993         * src/prefs_message.c
8994         * src/prefs_message.h
8995         * src/prefs_msg_colors.c
8996         * src/prefs_msg_colors.h
8997         * src/prefs_other.c
8998         * src/prefs_other.h
8999         * src/prefs_quote.c
9000         * src/prefs_quote.h
9001         * src/prefs_receive.c
9002         * src/prefs_receive.h
9003         * src/prefs_send.c
9004         * src/prefs_send.h
9005         * src/prefs_spelling.c
9006         * src/prefs_spelling.h
9007         * src/prefs_summaries.c
9008         * src/prefs_summaries.h
9009         * src/prefs_summary_column.c
9010         * src/prefs_summary_column.h
9011         * src/prefs_template.c
9012         * src/prefs_template.h
9013         * src/prefs_themes.c
9014         * src/prefs_themes.h
9015         * src/prefs_toolbar.c
9016         * src/prefs_toolbar.h
9017         * src/prefs_wrapping.c
9018         * src/prefs_wrapping.h
9019         * src/privacy.c
9020         * src/privacy.h
9021         * src/procheader.c
9022         * src/procheader.h
9023         * src/procmime.c
9024         * src/procmime.h
9025         * src/procmsg.c
9026         * src/procmsg.h
9027         * src/quote_fmt.c
9028         * src/quote_fmt_parse.y
9029         * src/recv.c
9030         * src/recv.h
9031         * src/remotefolder.c
9032         * src/remotefolder.h
9033         * src/send_message.c
9034         * src/send_message.h
9035         * src/setup.c
9036         * src/setup.h
9037         * src/sourcewindow.c
9038         * src/sourcewindow.h
9039         * src/ssl_manager.c
9040         * src/ssl_manager.h
9041         * src/statusbar.c
9042         * src/statusbar.h
9043         * src/stock_pixmap.c
9044         * src/stock_pixmap.h
9045         * src/summary_search.c
9046         * src/summary_search.h
9047         * src/summaryview.c
9048         * src/summaryview.h
9049         * src/syldap.c
9050         * src/syldap.h
9051         * src/textview.c
9052         * src/textview.h
9053         * src/toolbar.c
9054         * src/toolbar.h
9055         * src/undo.c
9056         * src/undo.h
9057         * src/unmime.c
9058         * src/unmime.h
9059         * src/vcard.c
9060         * src/vcard.h
9061         * src/wizard.c
9062         * src/wizard.h
9063         * src/common/base64.c
9064         * src/common/base64.h
9065         * src/common/defs.h
9066         * src/common/hooks.c
9067         * src/common/hooks.h
9068         * src/common/log.c
9069         * src/common/log.h
9070         * src/common/mgutils.c
9071         * src/common/mgutils.h
9072         * src/common/nntp.c
9073         * src/common/nntp.h
9074         * src/common/passcrypt.c
9075         * src/common/passcrypt.h.in
9076         * src/common/plugin.c
9077         * src/common/plugin.h
9078         * src/common/prefs.c
9079         * src/common/prefs.h
9080         * src/common/progressindicator.c
9081         * src/common/progressindicator.h
9082         * src/common/quoted-printable.c
9083         * src/common/quoted-printable.h
9084         * src/common/session.c
9085         * src/common/session.h
9086         * src/common/smtp.c
9087         * src/common/smtp.h
9088         * src/common/socket.c
9089         * src/common/socket.h
9090         * src/common/ssl.c
9091         * src/common/ssl.h
9092         * src/common/stringtable.c
9093         * src/common/stringtable.h
9094         * src/common/sylpheed.c
9095         * src/common/sylpheed.h
9096         * src/common/template.c
9097         * src/common/template.h
9098         * src/common/timing.h
9099         * src/common/utils.c
9100         * src/common/utils.h
9101         * src/common/version.h.in
9102         * src/common/xml.c
9103         * src/common/xml.h
9104         * src/common/xmlprops.c
9105         * src/common/xmlprops.h
9106         * src/gtk/about.c
9107         * src/gtk/colorlabel.c
9108         * src/gtk/colorlabel.h
9109         * src/gtk/colorsel.c
9110         * src/gtk/colorsel.h
9111         * src/gtk/combobox.c
9112         * src/gtk/combobox.h
9113         * src/gtk/description_window.c
9114         * src/gtk/description_window.h
9115         * src/gtk/filesel.c
9116         * src/gtk/filesel.h
9117         * src/gtk/foldersort.c
9118         * src/gtk/foldersort.h
9119         * src/gtk/gtkaspell.c
9120         * src/gtk/gtkaspell.h
9121         * src/gtk/gtksctree.c
9122         * src/gtk/gtkshruler.c
9123         * src/gtk/gtkshruler.h
9124         * src/gtk/gtkutils.c
9125         * src/gtk/gtkutils.h
9126         * src/gtk/icon_legend.c
9127         * src/gtk/icon_legend.h
9128         * src/gtk/logwindow.c
9129         * src/gtk/logwindow.h
9130         * src/gtk/manage_window.c
9131         * src/gtk/manage_window.h
9132         * src/gtk/pluginwindow.c
9133         * src/gtk/pluginwindow.h
9134         * src/gtk/prefswindow.c
9135         * src/gtk/prefswindow.h
9136         * src/gtk/quicksearch.c
9137         * src/gtk/quicksearch.h
9138         * src/pixmaps/claws-mail.xpm
9139         * src/pixmaps/claws-mail_icon.xpm
9140         * src/pixmaps/claws-mail_logo.xpm
9141         * src/pixmaps/sylpheed-claws.xpm
9142         * src/pixmaps/sylpheed-claws_icon.xpm
9143         * src/pixmaps/sylpheed-claws_logo.xpm
9144         * src/plugins/bogofilter/Makefile.am
9145         * src/plugins/bogofilter/bogofilter.c
9146         * src/plugins/bogofilter/bogofilter.h
9147         * src/plugins/bogofilter/bogofilter_gtk.c
9148         * src/plugins/clamav/Makefile.am
9149         * src/plugins/clamav/clamav_plugin.c
9150         * src/plugins/clamav/clamav_plugin.h
9151         * src/plugins/clamav/clamav_plugin_gtk.c
9152         * src/plugins/demo/Makefile.am
9153         * src/plugins/demo/demo.c
9154         * src/plugins/dillo_viewer/Makefile.am
9155         * src/plugins/dillo_viewer/README
9156         * src/plugins/dillo_viewer/dillo_prefs.c
9157         * src/plugins/dillo_viewer/dillo_prefs.h
9158         * src/plugins/dillo_viewer/dillo_viewer.c
9159         * src/plugins/pgpcore/Makefile.am
9160         * src/plugins/pgpcore/passphrase.c
9161         * src/plugins/pgpcore/passphrase.h
9162         * src/plugins/pgpcore/pgp_viewer.c
9163         * src/plugins/pgpcore/pgp_viewer.h
9164         * src/plugins/pgpcore/plugin.c
9165         * src/plugins/pgpcore/prefs_gpg.c
9166         * src/plugins/pgpcore/prefs_gpg.h
9167         * src/plugins/pgpcore/select-keys.c
9168         * src/plugins/pgpcore/select-keys.h
9169         * src/plugins/pgpcore/sgpgme.c
9170         * src/plugins/pgpcore/sgpgme.h
9171         * src/plugins/pgpcore/sylpheed.def
9172         * src/plugins/pgpcore/version.rc
9173         * src/plugins/pgpinline/Makefile.am
9174         * src/plugins/pgpinline/pgpinline.c
9175         * src/plugins/pgpinline/pgpinline.h
9176         * src/plugins/pgpinline/plugin.c
9177         * src/plugins/pgpinline/sylpheed.def
9178         * src/plugins/pgpinline/version.rc
9179         * src/plugins/pgpmime/Makefile.am
9180         * src/plugins/pgpmime/pgpmime.c
9181         * src/plugins/pgpmime/pgpmime.h
9182         * src/plugins/pgpmime/plugin.c
9183         * src/plugins/pgpmime/sylpheed.def
9184         * src/plugins/pgpmime/version.rc
9185         * src/plugins/spamassassin/Makefile.am
9186         * src/plugins/spamassassin/README
9187         * src/plugins/spamassassin/spamassassin.c
9188         * src/plugins/spamassassin/spamassassin.h
9189         * src/plugins/spamassassin/spamassassin_gtk.c
9190         * src/plugins/trayicon/Makefile.am
9191         * src/plugins/trayicon/trayicon.c
9192         * tools/OOo2sylpheed.pl
9193         * tools/README
9194         * tools/README.sylprint
9195         * tools/acroread2sylpheed.pl
9196         * tools/claws.i18n.status.pl
9197         * tools/filter_conv.pl
9198         * tools/filter_conv_new.pl
9199         * tools/freshmeat_search.pl
9200         * tools/google_search.pl
9201         * tools/kmail2sylpheed.pl
9202         * tools/kmail2sylpheed_v2.pl
9203         * tools/make.themes.project
9204         * tools/multiwebsearch.pl
9205         * tools/nautilus2sylpheed.sh
9206         * tools/outlook2sylpheed.pl
9207         * tools/sylprint.pl
9208         * tools/sylprint.rc
9209         * tools/tb2sylpheed
9210         * tools/textviewer.sh
9211         * tools/vcard2xml.py
9212         * tools/kdeservicemenu/README
9213         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9214         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9215         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9216                 Change name to Claws Mail. Announce to follow...
9217
9218 2006-11-06 [wwp]        2.6.0cvs6
9219
9220         * src/prefs_template.c
9221                 unify messages related to quote format/template errors (fix
9222                 capitalization), again.
9223
9224 2006-11-06 [wwp]        2.6.0cvs5
9225
9226         * src/prefs_quote.c
9227                 unify messages related to quote format/template errors.
9228
9229 2006-11-06 [wwp]        2.6.0cvs4
9230
9231         * src/prefs_msg_colors.c
9232                 more uses of Q_ macro for contextual translations, thanks
9233                 to Fabien (fzzzzz).
9234
9235 2006-11-06 [wwp]        2.6.0cvs3
9236
9237         * src/compose.c
9238         * src/common/utils.c
9239         * src/common/utils.h
9240                 show an alertpanel to make sure users are aware that sensitive
9241                 files are attached (it's file blacklist-based). This will fix
9242                 interaction w/ GoogleEarth for instance, thanks to Colin.
9243
9244 2006-11-06 [wwp]        2.6.0cvs2
9245
9246         * src/prefs_quote.c
9247         * src/prefs_template.c
9248         * src/prefs_template.h
9249                 check quote format when applying/closing prefs. For now this only
9250                 shows up an error dialog box, not preventing the user from using
9251                 a broken quote (reply, forwards) format.
9252
9253 2006-11-06 [wwp]        2.6.0cvs1
9254
9255         * src/prefs_template.c
9256                 fix missing checks of some template fields.
9257
9258 2006-11-06 [paul]       2.6.0
9259
9260         * NEWS
9261         * README
9262         * RELEASE_NOTES
9263                 2.6.0 released
9264
9265 2006-11-06 [paul]       2.5.6cvs22
9266
9267         * manual/advanced.xml
9268         * manual/es/advanced.xml
9269                 put 'respect_flowed_format' info in the correct
9270                 place
9271
9272 2006-11-06 [mones]      2.5.6cvs21
9273
9274         * po/es.po
9275                 Minor fixes for release
9276
9277 2006-11-06 [paul]       2.5.6cvs20
9278
9279         * po/cs.po
9280         * po/de.po
9281         * po/fr.po
9282         * po/it.po
9283         * po/nl.po
9284         * po/pt_BR.po
9285         * po/sk.po
9286         * po/sv.po
9287         * po/zh_CN.po
9288                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9289                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9290                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9291                 Young
9292
9293 2006-11-02 [colin]      2.5.6cvs19
9294
9295         * src/imap.c
9296         * src/imap.h
9297         * src/prefs_account.c
9298         * src/etpan/imap-thread.c
9299                 Add GSSAPI support - fixes Debian bug #383274
9300
9301 2006-11-01 [colin]      2.5.6cvs18
9302
9303         * src/jpilot.c
9304                 Handle libpisock12 support. Probably
9305                 fixes bug 1046, 'jpilot AddressDB.pdb 
9306                 import fail'
9307
9308 2006-11-01 [colin]      2.5.6cvs17
9309
9310         * src/folderutils.c
9311                 debug_print() folderutils_mark_all_read()
9312
9313 2006-11-01 [colin]      2.5.6cvs16
9314
9315         * COPYING
9316                 Add missed files to the Apache exception
9317
9318 2006-10-31 [colin]      2.5.6cvs15
9319
9320         * src/folder.c
9321         * src/folder.h
9322                 Add a copy_private_data() func to FolderClasses
9323                 Doesn't break the feature freeze, because we 
9324                 won't use it (right now) in the core.
9325
9326 2006-10-31 [colin]      2.5.6cvs14
9327
9328         * COPYING
9329                 Allow linking with the Apache licensed files in
9330                 src/plugins/spamassassin. Hopefully fixes 
9331                 bug 1048, 'Spamassassin plugin license problem'
9332
9333 2006-10-31 [wwp]        2.5.6cvs13
9334
9335         * src/compose.c
9336                 fix and optimize trimming of leading linefeeds in body loop.
9337
9338 2006-10-31 [colin]      2.5.6cvs12
9339
9340         * src/etpan/imap-thread.c
9341         * src/imap.c
9342                 Make really sure to have NULL sets in case
9343                 of error
9344
9345 2006-10-30 [wwp]        2.5.6cvs11
9346
9347         * src/prefs_common.c
9348         * src/prefs_common.h
9349         * src/compose.c
9350                 fix broken storage of quote format template when it contains \-escape
9351                 sequences. The application of such sequences is also fixed now (\t
9352                 in quote format will be a real tab instead of a 't', for instance).
9353
9354 2006-10-27 [colin]      2.5.6cvs10
9355
9356         * src/compose.c
9357                 Probably fix bug 1045, 'sylpheed-claws 
9358                 doesn't remove the mail from the IMAP 
9359                 Queue folder after sending'. From
9360                 2.5.6cvs3-stable
9361
9362 2006-10-27 [colin]      2.5.6cvs9
9363
9364         * configure.ac
9365                 Require libetpan-0.48. I'm so annoying,
9366                 I know ;-)
9367
9368 2006-10-27 [colin]      2.5.6cvs8
9369
9370         * src/folder.c
9371         * src/imap.c
9372                 Probably fix bug 1044, 'sylpheed-claws 
9373                 segfaults while moving mails' - Fix relation
9374                 usage when moving to an IMAP mailbox from another
9375                 mailbox
9376
9377 2006-10-26 [paul]       2.5.6cvs7
9378
9379         * src/gtk/about.c
9380                 add libSM to compiled-in features
9381                 list
9382
9383 2006-10-24 [colin]      2.5.6cvs6
9384
9385         * src/textview.c
9386         * src/gtk/gtkutils.c
9387                 Fix crash when printing emails with an
9388                 xface
9389
9390 2006-10-24 [mones]      2.5.6cvs5
9391
9392         * manual/es/advanced.xml
9393                 Synchronize hidden option respect_flowed_format
9394         * po/es.po
9395                 Updated translation
9396
9397 2006-10-21 [paul]       2.5.6cvs4
9398
9399         * src/gtk/authors.h
9400         * src/plugins/pgpcore/pgp_viewer.c
9401         * src/plugins/pgpcore/sgpgme.c
9402                 fix building on BSDs
9403                 Thanks to Michael Hughes
9404                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9405
9406 2006-10-20 [colin]      2.5.6cvs3
9407
9408         * configure.ac
9409                 Bump up libetpan requirement
9410                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9411         * src/common/utils.c
9412         * src/common/utils.h
9413                 Add convenience get_file_mtime()
9414         * src/imap.c
9415         * src/etpan/imap-thread.c
9416         * src/etpan/imap-thread.h
9417                 Implement UIDPLUS support if the server
9418                 supports it - faster sending in this case
9419
9420 2006-10-19 [colin]      2.5.6cvs2
9421
9422         * src/gtk/quicksearch.c
9423                 Fix emptying in type-ahead+extended mode
9424         * src/mainwindow.c
9425         * src/mainwindow.h
9426                 Add a hook for offline state change
9427         * src/plugins/trayicon/trayicon.c
9428                 Use it to display offline icons
9429         * src/plugins/trayicon/Makefile.am
9430         * src/plugins/trayicon/newmail.offline.xpm
9431         * src/plugins/trayicon/newmarkedmail.offline.xpm
9432         * src/plugins/trayicon/nomail.offline.xpm
9433         * src/plugins/trayicon/unreadmail.offline.xpm
9434         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9435                 Add the icons
9436
9437 2006-10-12 [paul]       2.5.6cvs1
9438
9439         * NEWS
9440         * README
9441         * configure.ac
9442                 Update version number following
9443                 stable release
9444
9445 2006-10-19 [colin]      2.5.5cvs18
9446
9447         * manual/handling.xml
9448                 Add type-ahead search
9449
9450 2006-10-18 [colin]      2.5.5cvs17
9451
9452         * src/gtk/quicksearch.c
9453                 Remove "save to history only if there's
9454                 no syntax error", it breaks for some 
9455                 reason which I'll investigate later.
9456
9457 2006-10-18 [colin]      2.5.5cvs16
9458
9459         * src/prefs_common.c
9460         * src/prefs_common.h
9461         * src/summaryview.c
9462         * src/gtk/quicksearch.c
9463         * src/gtk/quicksearch.h
9464                 Add a type-ahead option for fast searches
9465                 Patch by Fabien Vantard
9466
9467 2006-10-18 [colin]      2.5.5cvs15
9468
9469         * src/compose.c
9470         * src/compose.h
9471                 Add Options/Reply mode/ menu to be able to
9472                 change the recipients of a reply on the fly
9473
9474 2006-10-18 [colin]      2.5.5cvs14
9475
9476         * src/compose.c
9477                 Fix redirecting of our own sent mails
9478
9479 2006-10-17 [wwp]        2.5.5cvs13
9480
9481         * src/send_message.c
9482                 Fix duplicate error messages when sending, and missing
9483                 newline in such error messages.
9484
9485 2006-10-17 [colin]      2.5.5cvs12
9486
9487         * src/compose.c
9488                 Compare addresses case-insensitive
9489
9490 2006-10-17 [colin]      2.5.5cvs11
9491
9492         * src/plugins/pgpcore/sgpgme.c
9493                 Fix return status
9494
9495 2006-10-17 [colin]      2.5.5cvs10
9496
9497         * src/plugins/pgpcore/pgp_viewer.c
9498                 Fix return status
9499
9500 2006-10-17 [colin]      2.5.5cvs9
9501
9502         * src/quote_fmt.c
9503                 Fix a typo (thanks to Fabien)
9504
9505 2006-10-16 [colin]      2.5.5cvs8
9506
9507         * src/textview.c
9508                 Fix problem with quote-folding when emails
9509                 don't convert cleanly to UTF-8
9510
9511 2006-10-14 [colin]      2.5.5cvs7
9512
9513         * src/prefs_template.c
9514                 Reset fields when reopening
9515                 the window
9516
9517 2006-10-13 [paul]       2.5.5cvs6
9518
9519         * manual/advanced.xml
9520         * src/prefs_message.c
9521                 make 'respect_flowed_format' a hidden
9522                 option, and add a manual entry for it
9523                 Thanks to Colin
9524
9525 2006-10-12 [colin]      2.5.5cvs5
9526
9527         * src/codeconv.c
9528                 Revert part of 2.5.2cvs21:
9529                 Don't optimise by reusing the 
9530                 last iconv converter if possible:
9531                 it seems slightly broken in a 
9532                 very hard way to reproduce
9533
9534 2006-10-12 [colin]      2.5.5cvs4
9535
9536         * src/prefs_common.c
9537         * src/prefs_common.h
9538         * src/prefs_message.c
9539         * src/procmime.c
9540                 Fix bug 1035, 'Incorrect handling 
9541                 of flowed lines'. We now optionnaly
9542                 handle this format (preference is in
9543                 Message View/Text options section)
9544
9545 2006-10-12 [colin]      2.5.5cvs3
9546
9547         * po/POTFILES.in
9548                 Add new file
9549         * src/plugins/pgpcore/pgp_viewer.c
9550         * src/plugins/pgpcore/sgpgme.c
9551                 Don't try to import without asking
9552
9553 2006-10-12 [colin]      2.5.5cvs2
9554
9555         * src/compose.c
9556                 Fix bug 1036, 'Forwarding a mutlipart
9557                 mail with a "text/html" block to ms
9558                 outlook users leeds to freeze of
9559                 outlook'. Poor outlook users...
9560
9561 2006-10-12 [paul]       2.5.5cvs1
9562
9563         * NEWS
9564         * README
9565         * configure.ac
9566                 Update version number following
9567                 stable release
9568
9569 2006-10-11 [paul]       2.5.4cvs1
9570
9571         * NEWS
9572         * README
9573         * configure.ac
9574                 Update version number following
9575                 stable release
9576
9577 2006-10-11 [paul]       2.5.3cvs32
9578
9579         * src/textview.c
9580                 fix bug 1032, 'Segmentation fault when showing
9581                 message' (bug in quote folding)
9582                 Thanks to Colin
9583
9584 2006-10-10 [colin]      2.5.3cvs31
9585
9586         * src/quote_fmt.c
9587                 Rephrase english a bit
9588
9589 2006-10-10 [colin]      2.5.3cvs30
9590
9591         * src/prefs_compose_writing.c
9592                 Stop making the page larger than the window
9593
9594 2006-10-10 [wwp]        2.5.3cvs29
9595
9596         * src/compose.c
9597         * src/prefs_template.c
9598         * src/quote_fmt.c
9599         * src/quote_fmt.h
9600         * src/quote_fmt_lex.l
9601         * src/quote_fmt_parse.y
9602                 Extend the quote parser a bit: allow to get access to
9603                 basic (composing) account info.
9604
9605 2006-10-10 [colin]      2.5.3cvs28
9606
9607         * src/procheader.c
9608                 Fix this \t problem in subject
9609
9610 2006-10-09 [colin]      2.5.3cvs27
9611
9612         * src/main.c
9613         * src/prefs_gtk.c
9614                 Prepare cache a bit later
9615                 If section already exists, skip the new one 
9616                 (as previously); avoid writing the same block
9617                 twice - if we find a second block with the 
9618                 same id, skip it.
9619         * src/plugins/pgpcore/pgp_viewer.c
9620                 Set cursor to busy when retrieving a key
9621         * src/plugins/pgpcore/sgpgme.c
9622                 allow 5 seconds for gpg to export the key
9623                 
9624
9625 2006-10-09 [colin]      2.5.3cvs26
9626
9627         * configure.ac
9628         * src/msgcache.c
9629         * src/prefs_gtk.c
9630                 Check for existence of fgets_unlocked
9631                 and fwrite_unlocked
9632
9633 2006-10-09 [paul]       2.5.3cvs25
9634
9635         * src/prefs_summaries.c
9636                 replace strftime() with fast_strftime() and in
9637                 the consequence fix the bug in the display of
9638                 AM/PM in the 'Example' string
9639
9640 2006-10-09 [ticho]      2.5.3cvs24
9641
9642         * po/sk.po
9643                 Updated (and fixed up somewhat) Slovak translation.
9644
9645 2006-10-08 [colin]      2.5.3cvs23
9646
9647         * src/prefs_folder_item.c
9648                 Explain why prefs in the top-level folder
9649                 aren't retained, but are still useful
9650
9651 2006-10-08 [colin]      2.5.3cvs22
9652
9653         * src/prefs_gtk.c
9654                 Don't cache anything if caching fails
9655
9656 2006-10-08 [colin]      2.5.3cvs21
9657
9658         * src/common/utils.c
9659                 always include gi18n.h
9660
9661 2006-10-07 [colin]      2.5.3cvs20
9662
9663         * src/plugins/pgpcore/pgp_viewer.c
9664                 Kill gpg after 5 seconds wait
9665
9666 2006-10-07 [colin]      2.5.3cvs19
9667
9668         * src/plugins/pgpcore/pgp_viewer.c
9669         * src/plugins/pgpcore/pgp_viewer.h
9670                 Fix copyright
9671
9672 2006-10-07 [colin]      2.5.3cvs18
9673
9674         * src/plugins/pgpcore/pgp_viewer.c
9675         * src/plugins/pgpcore/pgp_viewer.h
9676                 Actually add the files to CVS
9677
9678 2006-10-07 [colin]      2.5.3cvs17
9679
9680         * src/plugins/pgpcore/sgpgme.c
9681                 Be sure not to crash on 'application/pgp-signature' that
9682                 are not application/pgp-signatures
9683
9684 2006-10-07 [colin]      2.5.3cvs16
9685
9686         * src/textview.c
9687         * src/textview.h
9688                 Make a bit more of the API available
9689         * src/plugins/pgpcore/Makefile.am
9690         * src/plugins/pgpcore/plugin.c
9691         * src/plugins/pgpcore/sgpgme.c
9692                 Add basic key import/export
9693
9694 2006-10-07 [colin]      2.5.3cvs15
9695
9696         * src/folderview.c
9697         * src/imap.c
9698         * src/prefs_account.c
9699         * src/wizard.c
9700                 Warn users *everywhere* if libetpan's not
9701                 linked in
9702
9703 2006-10-06 [mones]      2.5.3cvs14
9704
9705         * po/de.po
9706         * po/es.po
9707                 updated by Stephan Sachse and me
9708
9709 2006-10-06 [colin]      2.5.3cvs13
9710
9711         * src/main.c
9712         * src/common/sylpheed.c
9713                 Don't load common plugins if --exit is passed
9714         * src/prefs_gtk.c
9715         * src/prefs_gtk.h
9716                 Implement a cache to avoid reading the same
9717                 files over and over again at startup
9718
9719 2006-10-06 [colin]      2.5.3cvs12
9720
9721         * src/summaryview.c
9722         * src/gtk/quicksearch.c
9723                 Update display every 5k mails on fast searches
9724
9725 2006-10-06 [colin]      2.5.3cvs11
9726
9727         * src/textview.c
9728                 Don't do quote folding on HTML or ERTF.
9729                 May fix the Cygwin issues if they were
9730                 happening with HTML mails?
9731
9732 2006-10-05 [colin]      2.5.3cvs10
9733
9734         * src/prefs_gtk.c
9735                 Oops, forgot one
9736
9737 2006-10-05 [colin]      2.5.3cvs9
9738
9739         * src/prefs_gtk.c
9740                 Use unlocked_stdio here too
9741
9742 2006-10-05 [colin]      2.5.3cvs8
9743
9744         * src/folderview.c
9745                 Fix go to next * after preferences apply
9746         * src/msgcache.c
9747                 Do the fd lock/unlock ourselves instead of
9748                 letting the libc do it at each write 
9749
9750 2006-10-05 [colin]      2.5.3cvs7
9751
9752         * src/common/utils.c
9753                 Faster division, thanks to Jean Diraison
9754
9755 2006-10-05 [paul]       2.5.3cvs6
9756
9757         * src/common/utils.c
9758                 fix building with --disable-nls
9759
9760 2006-10-04 [colin]      2.5.3cvs5
9761
9762         * src/folder.c
9763                 Maybe fix a segfault
9764
9765 2006-10-04 [wwp]        2.5.3cvs4
9766
9767         * src/prefs_folder_item.c
9768                 Fine-tune layouts in folder item prefs. Suggested by
9769                 Fabien Vantard <fzzzzz@gmail.com>.
9770
9771 2006-10-04 [wwp]        2.5.3cvs3
9772
9773         * src/prefs_folder_item.c
9774                 Kill the clandestine passengers. You didn't see anything.
9775
9776 2006-10-04 [wwp]        2.5.3cvs2
9777
9778         * src/prefs_folder_item.c
9779                 Add a way to test the subject simplify regexp in
9780                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9781                 w/ few layout changes.
9782
9783 2006-20-04 [paul]       2.5.3cvs1
9784
9785         * NEWS
9786         * README
9787         * configure.ac
9788                 Update version number following
9789                 stable release
9790
9791 2006-10-04 [colin]      2.5.2cvs42
9792
9793         * src/folder.c
9794         * src/folder.h
9795         * src/summaryview.c
9796                 Provide a way for folder classes to set their sort
9797                 type and key
9798
9799 2006-10-03 [colin]      2.5.2cvs41
9800
9801         * src/mh.c
9802                 Don't use strlen() to know if the
9803                 string's empty
9804
9805 2006-10-03 [colin]      2.5.2cvs40
9806
9807         * src/mh.c
9808                 Fix "check for new folders" with accentued folders
9809
9810 2006-10-03 [ticho]      2.5.2cvs39
9811
9812         * src/filtering.c
9813         * src/folder.c
9814         * src/inc.c
9815         * src/mbox.c
9816                 Colin's fix for "copy" filtering rules.
9817
9818 2006-10-02 [colin]      2.5.2cvs38
9819
9820         * src/folderview.c
9821                 Fix for double-click too
9822
9823 2006-10-02 [colin]      2.5.2cvs37
9824
9825         * src/folderview.c
9826                 correct fix for cvs36
9827
9828 2006-10-02 [colin]      2.5.2cvs36
9829
9830         * src/folderview.c
9831                 Fix 'goto next unread' after collapsing/expanding 
9832                 a node.
9833
9834 2006-10-02 [colin]      2.5.2cvs35
9835
9836         * src/summaryview.c
9837                 Fix double freeze/thaw
9838         * src/common/utils.c
9839         * src/common/utils.h
9840                 Reimplement strftime
9841         * src/procheader.c
9842                 Use it
9843
9844
9845 2006-10-02 [colin]      2.5.2cvs34
9846
9847         * src/mh.c
9848                 Time mh_write_sequences() - it's fast
9849         * src/summaryview.c
9850                 Init a variable to shut up gcc
9851
9852 2006-10-01 [colin]      2.5.2cvs33
9853
9854         * src/folder.c
9855         * src/mh.c
9856         * src/mh.h
9857         * src/msgcache.c
9858                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9859                 Add fsync but disable it, it's slow as hell
9860
9861 2006-10-01 [colin]      2.5.2cvs32
9862
9863         * src/mh.c
9864         * src/msgcache.c
9865                 fflush() caches and mh_sequences before
9866                 fclose()ing
9867
9868 2006-10-01 [colin]      2.5.2cvs31
9869
9870         * src/msgcache.c
9871                 Don't ftruncate when not using mmap
9872
9873 2006-09-30 [colin]      2.5.2cvs30
9874
9875         * src/main.c
9876                 Write folder list *after* saving caches
9877
9878 2006-09-30 [colin]      2.5.2cvs29
9879
9880         * src/folder.c
9881         * src/mh.c
9882                 Debug forced mtime changes
9883
9884 2006-09-30 [colin]      2.5.2cvs28
9885
9886         * src/folder.c
9887         * src/main.c
9888                 Remove useless debug_print()s (code
9889                 well-tested)
9890
9891 2006-09-30 [colin]      2.5.2cvs27
9892
9893         * src/mh.c
9894                 Do stuff faster when writing mh_sequences
9895
9896 2006-09-30 [colin]      2.5.2cvs26
9897
9898         * src/mh.c
9899                 Don't let the writing of .mh_sequences, which
9900                 can change the folder's mtime, let us think
9901                 we need to scan.
9902
9903 2006-09-30 [colin]      2.5.2cvs25
9904
9905         * src/folder.c
9906                 Move a debug_print where it belongs 
9907                 (processing)
9908         * src/summaryview.c
9909                 Don't mess with a huge slow subject
9910                 table if we're not threading by
9911                 subject
9912
9913 2006-09-30 [colin]      2.5.2cvs24
9914
9915         * src/msgcache.c
9916                 Reenable mmaped reads (*not* writes!)
9917         * src/procmsg.c
9918                 Don't destroy and recreate hashtables just
9919                 for fun
9920         * src/common/utils.c
9921                 Remove useless reply prefixes (it's case
9922                 unsensitive)
9923
9924 2006-09-30 [wwp]        2.5.2cvs23
9925
9926         * tools/fix_date.sh
9927                 Fixed a minor bug in date value extraction, added a switch
9928                 to replace non RFC-compliant Date: value, added a switch
9929                 to use strict RFC matching patterns for dates.
9930
9931 2006-09-29 [colin]      2.5.2cvs22
9932
9933         * src/matcher_parser.h
9934         * src/matcher_parser_parse.y
9935         * src/prefs_filtering.c
9936         * src/statusbar.c
9937         * src/summary_search.c
9938         * src/summaryview.c
9939         * src/gtk/quicksearch.c
9940         * src/gtk/quicksearch.h
9941                 Optimise searches by setting different
9942                 refresh intervals (depending if the 
9943                 search is fast or not)
9944
9945 2006-09-29 [colin]      2.5.2cvs21
9946
9947         * src/codeconv.c
9948                 Optimise by reusing the last iconv converter
9949                 if possible
9950         * src/textview.c
9951                 Optimise a bit (the foldable quotes feature
9952                 still has an awful O(n^2) algo
9953
9954 2006-09-29 [colin]      2.5.2cvs20
9955
9956         * src/gtk/gtksctree.c
9957         * src/gtk/gtksctree.h
9958                 Optimise de-selection via up/down or
9959                 another key
9960
9961 2006-09-28 [colin]      2.5.2cvs19
9962
9963         * src/action.c
9964         * src/compose.c
9965         * src/folderview.c
9966         * src/mainwindow.c
9967         * src/messageview.c
9968         * src/summary_search.c
9969         * src/toolbar.c
9970                 Avoid using summaryview->ctree directly
9971
9972 2006-09-28 [colin]      2.5.2cvs18
9973
9974         * src/summaryview.c
9975         * src/summaryview.h
9976                 Add helpers to freeze/thaw/grab_focus
9977                 Factorize calls to freeze/thaw/grab_focus
9978                 
9979
9980 2006-09-28 [colin]      2.5.2cvs17
9981
9982         * src/main.c
9983                 More guards for the session management
9984
9985 2006-09-28 [colin]      2.5.2cvs16
9986
9987         * src/folderview.c
9988         * src/gtk/gtksctree.c
9989         * src/gtk/gtksctree.h
9990                 Make expanding not recursive in folderview
9991
9992 2006-09-28 [colin]      2.5.2cvs15
9993
9994         * src/addressbook.c
9995                 If nothing is selected in the list (right part)
9996                 and a group is selected in the tree (left part),
9997                 mail this group.
9998
9999 2006-09-28 [colin]      2.5.2cvs14
10000
10001         * src/Makefile.am
10002                 Actually use SM_LIBS
10003
10004 2006-09-28 [ticho]      2.5.2cvs13
10005
10006         * src/export.c
10007         * src/messageview.c
10008         * src/mimeview.c
10009         * src/news.c
10010         * src/pop.c
10011         * src/prefs_themes.c
10012         * src/procmsg.c
10013                 Small i18n string optimization.
10014         * src/send_message.c
10015         * src/summaryview.c
10016         * src/common/session.c
10017         * src/common/smtp.c
10018         * src/common/ssl_certificate.c
10019         * src/common/utils.c
10020                 Use "Couldn't" instead of "Can't" in UI messages,
10021                 where appropriate.
10022
10023 2006-09-28 [colin]      2.5.2cvs12
10024
10025         * configure.ac
10026                 Possibly fix link errors
10027
10028 2006-09-27 [wwp]        2.5.2cvs11
10029
10030         * src/gtk/authors.h
10031         * doc/man/sylpheed-claws.1
10032         * manual/ack.xml
10033         * manual/es/ack.xml
10034         * manual/fr/ack.xml
10035         * manual/pl/ack.xml
10036                 Updated authors info (me, myself and I).
10037
10038 2006-09-27 [colin]      2.5.2cvs10
10039
10040         * src/addressbook.c
10041                 Remove useless printf
10042
10043 2006-09-27 [wwp]        2.5.2cvs9
10044
10045         * src/editgroup.c
10046         * src/send_message.c
10047         * src/inc.c
10048         * src/prefs_common.c
10049         * src/prefs_common.h
10050         * src/gtk/progressdialog.c
10051                 remember more windows' sizes (send dialog, received dialog,
10052                 edit group in addressbook).
10053
10054 2006-09-27 [colin]      2.5.2cvs8
10055
10056         * configure.ac
10057         * src/main.c
10058         * src/mainwindow.h
10059                 Use libSM to communicate with the session
10060                 manager, so that we can know when the 
10061                 session ends, save our caches, and draft
10062                 our compose windows.
10063
10064 2006-09-27 [colin]      2.5.2cvs7
10065
10066         * src/addressbook.c
10067                 Fix issues:
10068                 o Allow Book and Group creation from the tree's
10069                   contextual menu
10070                 o Do not actually delete the contacts when 
10071                   deleting groups from the tree (duh!)
10072
10073 2006-09-27 [colin]      2.5.2cvs6
10074
10075         * src/compose.c
10076         * src/compose.h
10077         * src/mainwindow.c
10078         * src/textview.c
10079         * src/toolbar.c
10080                 o Allow passing an email address to 
10081                   compose_new_with_folderitem
10082                 o Update callers
10083                 o Use current folderitem when clicking
10084                   on a TextView mailto: link
10085                 o Fix a possible leak in TextView
10086
10087 2006-09-27 [colin]      2.5.2cvs5
10088
10089         * src/html.c
10090                 Use UTF-8 chars to replace HTML entities
10091
10092 2006-09-27 [colin]      2.5.2cvs4
10093
10094         * AUTHORS
10095         * src/prefs_account.c
10096         * src/gtk/authors.h
10097                 Fix bug #1024 (Array index out of
10098                 range in sylpheed-claws-2.5.2)
10099                 Patch by Ales Nosek <anosek@suse.cz>
10100
10101 2006-09-27 [colin]      2.5.2cvs3
10102
10103         * src/addr_compl.c
10104                 Actually do the test
10105
10106 2006-09-27 [colin]      2.5.2cvs2
10107
10108         * src/addr_compl.c
10109         * src/addr_compl.h
10110                 Allow completing with comma (in certain cases: vCalendar
10111                 for example doesn't support that)
10112                 Patch by Fabien Vantard
10113
10114 2006-09-26 [colin]      2.5.2cvs1
10115
10116         * src/Makefile.am
10117         * src/addr_compl.c
10118         * src/addr_compl.h
10119         * src/addrbook.c
10120         * src/addrbook.h
10121         * src/addressbook.c
10122         * src/addrindex.c
10123         * src/addrindex.h
10124         * src/compose.c
10125         * src/prefs_common.c
10126         * src/prefs_filtering_action.c
10127         * src/prefs_folder_item.c
10128         * src/prefs_template.c
10129         * src/stock_pixmap.c
10130         * src/stock_pixmap.h
10131         * src/pixmaps/addr_one.xpm
10132         * src/pixmaps/addr_two.xpm
10133                 Add auto-completion on groups
10134
10135 2006-09-26 [colin]      2.5.2
10136
10137         * NEWS
10138         * README
10139         * RELEASE_NOTES
10140                 2.5.2 released
10141
10142 2006-09-26 [colin]      2.5.1cvs5
10143
10144         * src/matcher.c
10145                 Fix condition
10146
10147 2006-09-26 [colin]      2.5.1cvs4
10148
10149         * src/mbox.c
10150                 Revert cvs1 (useless as the message is printed 
10151                 every 500 mails)
10152
10153 2006-09-26 [colin]      2.5.1cvs3
10154
10155         * src/partial_download.c
10156                 Fix crasher found by Alexsandar Urosevic
10157
10158 2006-09-26 [colin]      2.5.1cvs2
10159
10160         * src/summaryview.c
10161                 Fix bug #1023 (Sylpheed deletes too much messages)
10162
10163 2006-09-26 [ticho]      2.5.1cvs1
10164
10165         * src/mbox.c
10166                 Make use of gettext's multiple plurals for statusbar
10167                 progress message.
10168
10169 2006-09-25 [paul]       2.5.1
10170
10171         * NEWS
10172         * README
10173         * RELEASE_NOTES
10174                 2.5.1 released
10175
10176 2006-09-25 [colin]      2.5.0cvs3
10177
10178         * src/plugins/bogofilter/bogofilter.c
10179         * src/plugins/clamav/clamav_plugin.c
10180         * src/plugins/spamassassin/spamassassin.c
10181                 BogoFilter, Spamassassin: Fix double hook registering after
10182                 visiting preferences
10183                 Spamassassin, Clamav: Just set the mails to move instead of
10184                 doing the move - caller will move the things at once.
10185
10186 2006-09-25 [colin]      2.5.0cvs2
10187
10188         * src/imap.c
10189         * src/etpan/imap-thread.c
10190                 Use UID SEARCH ALL instead of UID 1:*
10191                 (braindead servers can't figure out that's
10192                 the same...)
10193
10194 2006-09-25 [wwp]        2.5.0cvs1
10195
10196         * src/message_search.c
10197                 Added the ability to stop a running search (in message body).
10198
10199 2006-09-25 [paul]       2.5.0
10200
10201         * NEWS
10202         * README
10203         * RELEASE_NOTES
10204                 2.5.0 released
10205
10206 2006-09-25 [paul]       2.4.0cvs214
10207
10208         * po/cs.po
10209         * po/de.po
10210         * po/fi.po
10211         * po/fr.po
10212         * po/nl.po
10213         * po/pt_BR.po
10214         * po/sk.po
10215         * po/sr.po
10216         * po/zh_CN.po
10217                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10218                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10219                 Ticho, Aleksander Urosevic, Ralgh Young
10220
10221 2006-09-24 [mones]      2.4.0cvs213
10222
10223         * po/es.po
10224                 Updated for release
10225
10226 2006-09-23 [colin]      2.4.0cvs212
10227
10228         * src/gtk/inputdialog.c
10229                 Fix [ ] remember this appearing in normal
10230                 input dialogs after it's been used by
10231                 mimeview.
10232         * src/folder.c
10233         * src/folderview.c
10234         * src/msgcache.c
10235         * src/procmsg.c
10236         * src/summaryview.c
10237         * src/textview.c
10238         * src/common/timing.h
10239                 Enable timings in debug mode and make it
10240                 look prettier.
10241
10242 2006-09-22 [colin]      2.4.0cvs211
10243
10244         * README
10245                 Revert test change
10246         * commitHelper
10247                 ping the correct URI
10248
10249 2006-09-22 [colin]      2.4.0cvs210
10250
10251         * README
10252                 Let's see if bug #1022 is fixed
10253
10254 2006-09-21 [colin]      2.4.0cvs209
10255
10256         * src/wizard.c
10257         * src/common/plugin.c
10258                 Prepare infra to load predefined plugins when
10259                 no configuration existed. Don't actually load
10260                 anything yet (feat. freeze)
10261
10262 2006-09-21 [wwp]        2.4.0cvs208
10263
10264         * manual/fr/faq.xml
10265                 Partial sync w/ 2.4.0cvs72:
10266                 wrap file and minor updates.
10267
10268 2006-09-21 [wwp]        2.4.0cvs207
10269
10270         * tools/fix_date.sh
10271                 several fixes and enhancements. A new --force switch has been
10272                 added to prevent overriding by default Date: header when
10273                 already existing.
10274
10275 2006-09-21 [paul]       2.4.0cvs206
10276
10277         * src/common/utils.c
10278                 add Chinese UTF8 Re prefix
10279
10280 2006-09-21 [wwp]        2.4.0cvs205
10281
10282         * tools/Makefile.am
10283                 Fics alfabettical order.
10284
10285 2006-09-21 [wwp]        2.4.0cvs204
10286
10287         * tools/fix_date.sh
10288         * tools/Makefile.am
10289                 Added an action tool to fix missing Date field in emails.
10290                 Updated Makefile.am to reflect those last two additions.
10291
10292 2006-09-21 [wwp]        2.4.0cvs203
10293
10294         * tools/uuooffice
10295                 Added a action tool to open uuencoded docs w/
10296                 OpenOffice (based on uudec method).
10297
10298 2006-09-21 [colin]      2.4.0cvs202
10299
10300         * src/compose.c
10301         * src/textview.c
10302                 Workaround possible GTK crash: remove selection 
10303                 clipboard before destroying widget, or GTK+-2.10
10304                 dies. Thanks to Hiro.
10305
10306 2006-09-20 [colin]      2.4.0cvs201
10307
10308         * src/compose.c
10309                 Fix free-after-use in some cases (when 
10310                 procmime_encode_content() frees mimeinfo->data.mem
10311                 and turns it to a temp file)
10312
10313 2006-09-20 [colin]      2.4.0cvs200
10314
10315         * src/folderview.c
10316         * src/summaryview.c
10317         * src/gtk/gtksctree.c
10318         * src/gtk/gtksctree.h
10319                 Add tooltips in the folderview and summaryview
10320                 (Doesn't break string freeze as they already
10321                 exist)
10322         * src/toolbar.c
10323                 Put the spam button in the default configuration
10324                 if compiled with bogo plugin too
10325
10326 2006-09-19 [colin]      2.4.0cvs199
10327
10328         * src/summaryview.c
10329         * src/summaryview.h
10330                 Update folder name label on folder rename
10331         * src/prefs_matcher.c
10332         * src/gtk/logwindow.h
10333                 Fix warnings
10334                 Patches by Fabien
10335
10336 2006-09-19 [wwp]        2.4.0cvs198
10337
10338         * src/summary_search.c
10339                 fix can't click forward/backward buttons in the
10340                 search messages.
10341
10342 2006-09-18 [paul]       2.4.0cvs197
10343
10344         * src/wizard.c
10345                 add missing bracket, capitalise the A of
10346                 'SpamAssassin'
10347
10348 2006-09-18 [paul]       2.4.0cvs196
10349
10350         * src/compose.c
10351                 fix bug 1012 'crashed upon sending mail
10352                 from compose window'
10353                 Thanks to Colin
10354
10355 2006-09-16 [colin]      2.4.0cvs195
10356
10357         * src/folderview.c
10358                 Fix "real-time" sorting by freezing/thawing
10359
10360 2006-09-16 [colin]      2.4.0cvs194
10361
10362         * manual/faq.xml
10363                 Fix the anti-spam entry a bit
10364
10365 2006-09-16 [colin]      2.4.0cvs193
10366
10367         * src/wizard.c
10368                 Make sure reviewers have no excuse when stating
10369                 Sylpheed-Claws doesn't have antispam capabilities.
10370
10371 2006-09-16 [colin]      2.4.0cvs192
10372
10373         * src/main.c
10374                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10375                 as if the SIGPIPE comes from etpan's thread we could
10376                 trigger a GUI update from this thread.
10377
10378 2006-09-16 [colin]      2.4.0cvs191
10379
10380         * src/summaryview.c
10381                 Init all members of the struct
10382
10383 2006-09-16 [paul]       2.4.0cvs190
10384
10385         * src/account.c
10386                 improvements to the English
10387
10388 2006-09-15 [colin]      2.4.0cvs189
10389
10390         * src/summaryview.c
10391                 HIG order on dialog
10392
10393 2006-09-14 [colin]      2.4.0cvs188
10394
10395         * src/common/socket.c
10396         * src/common/socket.h
10397         * src/common/ssl.c
10398         * src/common/ssl_certificate.c
10399         * src/common/ssl_certificate.h
10400         * src/etpan/imap-thread.c
10401                 the get_fqdn() call done to get canonical name when
10402                 checking an SSL certificate is blocking, which is
10403                 sad as we just did a non-blocking lookup to connect.
10404                 Fix that by letting the fqdn available to the SockInfo,
10405                 and use that in ssl_certificate_check(). For IMAP,
10406                 we don't do it as the lookup's done by libetpan, but
10407                 it's less annoying as IMAP connections as much more
10408                 rare than POP3 connections.
10409
10410 2006-09-14 [paul]       2.4.0cvs187
10411
10412         * manual/advanced.xml
10413                 improvements to the English,
10414                 properly place the new hidden options
10415                 within the alphabetical order
10416         * src/gtk/pluginwindow.c
10417                 improvements to the English
10418
10419 2006-09-14 [colin]      2.4.0cvs186
10420
10421         * src/prefs_common.c
10422         * src/prefs_common.h
10423         * src/gtk/gtksctree.c
10424         * manual/advanced.xml
10425                 New hidden pref, stripes_color_offset, to change
10426                 the value added/substracted to normal bgcolor to
10427                 create the stripes in summaries
10428
10429 2006-09-13 [colin]      2.4.0cvs185
10430
10431         * src/gedit-print.c
10432         * src/messageview.c
10433         * src/messageview.h
10434         * src/summaryview.c
10435         * src/textview.c
10436                 Fix misc. printing issues: 
10437                 - Bad font for linkified headers
10438                 - Different font if the mail was displayed or not
10439                 - Factorize the thing
10440
10441 2006-09-13 [colin]      2.4.0cvs184
10442
10443         * src/common/ssl_certificate.c
10444                 Only get FQDN once when checking certificate
10445
10446 2006-09-13 [colin]      2.4.0cvs183
10447
10448         * src/account.c
10449         * src/gtk/pluginwindow.c
10450                 Misc. GUI fixes by Fabien
10451
10452 2006-09-13 [wwp]        2.4.0cvs182
10453
10454         * configure.ac
10455         * src/common/utils.h
10456         * src/common/utils.c
10457                 get rid of unused wide-char functions.
10458
10459 2006-09-13 [wwp]        2.4.0cvs181
10460
10461         * src/plugins/pgpinline/sylpheed.def
10462         * src/textview.c
10463                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10464                 add privacy_reset_error to the .def file,
10465                 do not fork for an external textviewer.
10466
10467 2006-09-13 [wwp]        2.4.0cvs180
10468
10469         * src/prefs_common.c
10470                 fix broken font entry in prefs (patch issued by the gpg4win team,
10471                 probably by Marcus Brinkmann <marcus@g10code.de>).
10472
10473 2006-09-13 [colin]      2.4.0cvs179
10474
10475         * src/folder.h
10476                 Fix a warning in summaryview.c
10477         * src/mainwindow.c
10478         * src/summaryview.c
10479         * src/summaryview.h
10480                 Add missing Mark/* elements in the
10481                 main menu
10482
10483 2006-09-12 [colin]      2.4.0cvs178
10484
10485         * src/prefs_actions.c
10486         * src/prefs_filtering_action.c
10487         * src/prefs_matcher.c
10488                 Use (New) instead of New everywhere
10489
10490 2006-09-12 [wwp]        2.4.0cvs177
10491
10492         * manual/fr/addrbook.xml
10493         * manual/fr/handling.xml
10494                 updated some quotes in the fr manual to match the fr translation.
10495
10496 2006-09-12 [wwp]        2.4.0cvs176
10497
10498         * src/prefs_matcher.c
10499                 don't store translated string elements in matcher expressions.
10500                 Also fixed a misused of Q_().
10501
10502 2006-09-11 [wwp]        2.4.0cvs175
10503
10504         * src/plugins//bogofilter/bogofilter.c
10505         * src/plugins//clamav/clamav_plugin.c
10506         * src/plugins//demo/demo.c
10507         * src/plugins//dillo_viewer/dillo_viewer.c
10508         * src/plugins//pgpcore/plugin.c
10509         * src/plugins//pgpinline/plugin.c
10510         * src/plugins//pgpmime/plugin.c
10511         * src/plugins//spamassassin/spamassassin.c
10512                 gettext-ize more strings (mostly plugin error messages).
10513
10514 2006-09-11 [colin]      2.4.0cvs174
10515
10516         * src/alertpanel.c
10517                 Make maximum buffer size bigger to avoid
10518                 truncating translated messages. Patch by
10519                 Fabien
10520
10521 2006-09-11 [colin]      2.4.0cvs173
10522
10523         * src/etpan/imap-thread.c
10524                 Fix compilation on OpenBSD, thanks to 
10525                 Landry
10526
10527 2006-09-10 [wwp]        2.4.0cvs172
10528
10529         * manual/account.xml
10530         * manual/addrbook.xml
10531         * manual/handling.xml
10532         * manual/es/handling.xml
10533         * manual/fr/account.xml
10534         * manual/fr/addrbook.xml
10535         * manual/fr/handling.xml
10536                 documented addressbook matching (condition configuration):
10537                   addrbook.xml, en fr
10538                 documented per-account filtering rules (handling/filtering
10539                   section, account section):
10540                   account.xml, handling.xml, en fr
10541                 slightly updated the handling/searching section to tell few
10542                   words about the extended search ability:
10543                   handling.xml, en fr
10544                 added missing <quote></quotes> to Quick Search:
10545                   handling.xml, en fr es
10546                 fixed a typo (auomatically):
10547                   handling.xml, en
10548                 changes revisited by Paul.
10549
10550 2006-09-10 [paul]       2.4.0cvs171
10551
10552         * src/prefs_actions.c
10553         * src/prefs_filtering.c
10554         * src/prefs_template.c
10555                 adjustments to the gui
10556                 Patch by Fabien Vantard (slightly modified)
10557
10558 2006-09-10 [colin]      2.4.0cvs170
10559
10560         * src/summaryview.c
10561                 Check folderitem/summaryview consistency
10562                 (basically automates Update summary). Fixes
10563                 #1011 (wrong (negative) count on unread 
10564                 messages)
10565
10566 2006-09-10 [colin]      2.4.0cvs169
10567
10568         * src/gtk/gtksctree.c
10569                 Fix recursive expansion via mouse
10570         * src/plugins/bogofilter/bogofilter.c
10571                 Use normal filtering way of moving
10572                 messages (batching), possibly fixing
10573                 bug #1015 (Bogofilter plugin doubles 
10574                 new messages)
10575
10576 2006-09-09 [wwp]        2.4.0cvs168
10577
10578         * src/prefs_filtering.c
10579                 better place for this fix.
10580
10581 2006-09-09 [wwp]        2.4.0cvs167
10582
10583         * src/prefs_filtering.c
10584                 fix a minor bug when the enabled status of a filtering/processing
10585                 rule always got set to TRUE when replacing this rule. That still
10586                 make sense when adding a new rule, but now when replacing, we
10587                 don't override the value of 'enabled'.
10588                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10589                 to prefs_filtering_list_view_get_info() as this function not only
10590                 returns the name, but also the account_id and the enabled status.
10591
10592 2006-09-09 [mones]      2.4.0cvs166
10593
10594         * manual/glossary.xml
10595         * manual/plugins.xml
10596                 Minor format corrections
10597         * manual/gpl.xml
10598                 Fix misplaced NO WARRANTY section
10599         * manual/es/advanced.xml
10600         * manual/es/faq.xml
10601         * manual/es/glossary.xml
10602         * manual/es/gpl.xml
10603         * manual/es/handling.xml
10604         * manual/es/plugins.xml
10605         * manual/es/starting.xml
10606                 Incorporate changes from English version
10607         * manual/fr/ack.xml
10608         * manual/pl/ack.xml
10609         * manual/es/ack.xml
10610                 Fix address, (add translation credits in es version)
10611         * po/es.po
10612                 Updated translation
10613
10614 2006-09-09 [wwp]        2.4.0cvs165
10615
10616         * src/prefs_filtering.c
10617                 fix a crash when opening filtering prefs, if matcherrc file contains
10618                 broken data (non-existing account id, which is theoretically not
10619                 possible).
10620
10621 2006-09-08 [colin]      2.4.0cvs164
10622
10623         * src/folder.c
10624                 Wrong assert, make it an if()
10625         * src/gtk/gtksctree.c
10626                 Fix bug #1013 (expand selected thread 
10627                 tree) - expanding is now recursive
10628
10629 2006-09-07 [wwp]        2.4.0cvs163
10630
10631         * src/prefs_matcher.c
10632                 make better sentences about addressbook matching in the
10633                 matcher prefs. This should make translators' work easier
10634                 too.
10635
10636 2006-09-07 [wwp]        2.4.0cvs162
10637
10638         * src/prefs_filtering.c
10639                 code simplification (get rid of dup var. assignment).
10640
10641 2006-09-07 [wwp]        2.4.0cvs161
10642
10643         * src/summaryview.c
10644                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10645                 <fzzzzz@gmail.com>.
10646
10647 2006-09-07 [paul]       2.4.0cvs160
10648
10649         * src/mimeview.c
10650                 fix compilation warnings
10651                 Thanks to Colin
10652
10653 2006-09-07 [paul]       2.4.0cvs159
10654
10655         * src/mimeview.c
10656                 select the mimepart icon when
10657                 displaying as text
10658                 Thanks to Colin
10659
10660 2006-09-06 [paul]       2.4.0cvs158
10661
10662         * src/prefs_filtering.c
10663                 fix labels and table element spacing
10664                 Patch by Fabien Vantard
10665
10666 2006-09-06 [paul]
10667
10668         2.5.0-rc3 released
10669
10670 2006-09-06 [paul]       2.4.0cvs157
10671
10672         * manual/es/advanced.xml
10673                 fix typo
10674
10675 2006-09-06 [wwp]        2.4.0cvs156
10676
10677         * src/mainwindow.c
10678                 fix an dup launch issue when iconified, thanks to Colin.
10679
10680 2006-09-06 [wwp]        2.4.0cvs155
10681
10682         * src/gtk//gtksctree.h
10683                 oops, forgot that one!
10684
10685 2006-09-06 [wwp]        2.4.0cvs154
10686
10687         * manual/pl/advanced.xml
10688         * manual/advanced.xml
10689         * manual/es/advanced.xml
10690         * manual/fr/advanced.xml
10691         * src/prefs_customheader.c
10692         * src/prefs_filtering_action.c
10693         * src/foldersel.c
10694         * src/prefs_summaries.c
10695         * src/prefs_filtering.c
10696         * src/account.c
10697         * src/compose.c
10698         * src/prefs_summary_column.c
10699         * src/addr_compl.c
10700         * src/prefs_actions.c
10701         * src/prefs_folder_column.c
10702         * src/ssl_manager.c
10703         * src/prefs_template.c
10704         * src/prefs_display_header.c
10705         * src/prefs_common.h
10706         * src/prefs_matcher.c
10707         * src/prefs_common.c
10708         * src/prefs_toolbar.c
10709         * src/summaryview.c
10710         * src/folderview.c
10711         * src/gtk/gtksctree.c
10712         * src/gtk/pluginwindow.c
10713         * src/gtk/progressdialog.c
10714         * src/gtk/prefswindow.c
10715                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10716                 to make its meaning more obvious (all versions of the manual reflect
10717                 the change).
10718                 added an extra hidden option use_stripes_in_summary to allow
10719                 discarding these stripes in mainwindow's folder and message lists;
10720                 en and fr manuals only are OK towards this.
10721
10722 2006-09-06 [colin]      2.4.0cvs153
10723
10724         * src/textview.c
10725                 Hide Sylpheed-Claws' internal queue headers
10726                 when showing all headers. They'll be present
10727                 only in Source window.
10728
10729 2006-09-05 [colin]      2.4.0cvs152
10730
10731         * src/plugins/trayicon/trayicon.c
10732                 Fix crash at exit - we have to disconnect
10733                 our handlers
10734         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10735                 Update eggtrayicon - patch adapted from a
10736                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10737                 on Sylpheed's ML
10738
10739 2006-09-05 [colin]      2.4.0cvs151
10740
10741         * src/mainwindow.c
10742         * src/gtk/logwindow.c
10743                 Fix race condition when something writes
10744                 to the log too soon during init. Thanks
10745                 to Fabien Vantard
10746
10747 2006-09-05 [colin]      2.4.0cvs150
10748
10749         * src/mimeview.c
10750                 Don't select part on right-click either
10751
10752 2006-09-05 [paul]       2.4.0cvs149
10753
10754         * src/mimeview.c
10755                 completion of previous commit
10756                 Thanks to Colin
10757
10758 2006-09-05 [colin]      2.4.0cvs148
10759
10760         * src/mimeview.c
10761                 Don't force selection on middle-click, just open
10762
10763 2006-09-04 [colin]      2.4.0cvs147
10764
10765         * src/mimeview.c
10766                 Looks like gtk_notebook_set_current_page()
10767                 sometimes steals focus, and this annoys us
10768                 in MimeViewers as it renders navigation
10769                 keys useless. Take back focus after switching
10770                 pages.
10771
10772 2006-09-04 [colin]      2.4.0cvs146
10773
10774         * src/messageview.c
10775                 Set stop_loading when clicking on Next
10776                 during load. Don't add a callback to 
10777                 avoid over-complicating things.
10778
10779 2006-09-04 [colin]      2.4.0cvs145
10780
10781         * src/mimeview.c
10782         * src/messageview.c
10783                 Fix multiple loads in separate messageview
10784
10785 2006-09-04 [colin]      2.4.0cvs144
10786
10787         * src/summaryview.c
10788                 Let navigation keys be handled during 
10789                 load
10790
10791 2006-09-04 [colin]      2.4.0cvs143
10792
10793         * src/messageview.c
10794         * src/summaryview.c
10795         * src/textview.c
10796         * src/textview.h
10797                 Make loading of huge mails (lots of text and/or
10798                 images) cancellable, so the GUI doesn't block 
10799
10800 2006-09-04 [colin]      2.4.0cvs142
10801
10802         * src/plugins/trayicon/trayicon.c
10803                 Fix annoyance when removing a folder with 
10804                 unread mails: trayicon didn't update
10805
10806 2006-09-04 [paul]       2.4.0cvs141
10807
10808         * src/gtk/icon_legend.c
10809                 straighten up columns
10810                 Patch by Fabien Vantard
10811
10812 2006-09-04 [wwp]        2.4.0cvs140
10813
10814         * src/prefs_filtering.c
10815                 fix new line's account name in filtering prefs:
10816                 was "All", is now "(New)".
10817
10818 2006-09-04 [paul]       2.4.0cvs139
10819
10820         * tools/make.themes.project
10821                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10822                 instead of homebrewed "make release"
10823
10824 2006-09-03 [colin]      2.4.0cvs138
10825
10826         * src/folderview.c
10827                 Fix bug #1007 (Wrong folder highlighted)
10828
10829 2006-09-03 [colin]      2.4.0cvs137
10830
10831         * src/compose.c
10832                 Don't set Newsgroup: header to a mail folder
10833                 path
10834
10835 2006-09-03 [paul]       2.4.0cvs136
10836
10837         * src/prefs_other.c
10838         * src/prefs_spelling.c
10839                 unify the gui
10840
10841 2006-09-03 [paul]       2.4.0cvs135
10842
10843         * src/prefs_summaries.c
10844                 correct menu item text in prefs_keybind_apply_clicked()
10845
10846 2006-09-03 [paul]       2.4.0cvs134
10847
10848         * manual/advanced.xml
10849                 some improvements to the descriptions
10850         * src/mainwindow.c
10851         * src/messageview.c
10852         * src/summaryview.c
10853         * src/gtk/menu.c
10854                 fix menu sensitivity issues
10855         * src/prefs_message.c
10856                 drop the useless word 'short'
10857         * src/prefs_other.c
10858                 add the word 'lines' indicating log length
10859                 is a measure of lines
10860         * src/textview.c
10861                 fix compilation warnings
10862
10863 2006-09-02 [colin]      2.4.0cvs133
10864
10865         * src/messageview.c
10866                 Display a special return-receipt message
10867                 if the message is from the user
10868         * src/summaryview.c
10869                 Fix missing freeze of the list when marking
10870                 all read and unthreading for exec. Thanks
10871                 to Stephan Sachse.
10872
10873 2006-09-02 [paul]       2.4.0cvs132
10874
10875         * src/mainwindow.c
10876         * src/prefs_message.c
10877         * src/summaryview.c
10878                 fix some english
10879
10880 2006-09-02 [wwp]        2.4.0cvs131
10881
10882         * src/prefs_filtering.c
10883                 added an account name column to the filtering rules
10884                 dialog.
10885
10886 2006-09-02 [colin]      2.4.0cvs130
10887
10888         * src/gtk/logwindow.c
10889         * src/gtk/logwindow.h
10890                 Block scrolling if we're not at the end
10891                 of the log
10892
10893 2006-09-02 [colin]      2.4.0cvs129
10894
10895         * src/folder.c
10896                 Make sure account-specific rules can't
10897                 be used in {pre-,post-,}processing
10898         * src/mainwindow.c
10899         * src/gtk/logwindow.c
10900         * src/gtk/logwindow.h
10901                 Jump to last error when clicking on the
10902                 warning icon
10903
10904 2006-09-02 [colin]      2.4.0cvs128
10905
10906         * src/imap.c
10907         * src/import.c
10908         * src/mainwindow.c
10909         * src/mainwindow.h
10910                 Fix warning icon
10911         * src/inc.c
10912         * src/mbox.c
10913         * src/mbox.h
10914                 Let proc_mbox know its account, for
10915                 account-specific rules
10916
10917 2006-09-01 [colin]      2.4.0cvs127
10918
10919         * src/codeconv.c
10920                 Don't uselessly use iconv to convert from
10921                 us-ascii
10922         * src/alertpanel.c
10923         * src/mainwindow.c
10924         * src/mainwindow.h
10925         * src/inc.c
10926                 Fix certain log cases, disable warning icon
10927                 for now, the correct way to display it when
10928                 necessary and only when necessary is probably
10929                 to do it manually rather than use error logs
10930         * src/etpan/imap-thread.c
10931                 Clean up UID logging a bit
10932         * src/gtk/logwindow.c
10933         * src/gtk/logwindow.h
10934                 Make logging faster when the window's closed
10935
10936 2006-09-01 [wwp]        2.4.0cvs126
10937
10938         * manual/fr/account.xml
10939                 reflect changes to the ref. manual (parts of cvs72):
10940                 fix tabnames and quotes.
10941
10942 2006-09-01 [wwp]        2.4.0cvs125
10943
10944         * manual/fr/plugins.xml
10945                 reflect changes to the reference manual (cvs42):
10946                 update IRC channel info.
10947
10948 2006-09-01 [wwp]        2.4.0cvs124
10949
10950         * commitHelper
10951                 use CVSEDITOR env. var. if set, according to `man cvs`.
10952
10953 2006-09-01 [wwp]        2.4.0cvs123
10954
10955         * manual/advanced.xml
10956                 better sentence again (thanks to Paul).
10957
10958 2006-09-01 [wwp]        2.4.0cvs122
10959
10960         * manual/advanced.xml
10961         fix definition of toolbar_detachable and rework a bit the one of
10962         enable_dotted_lines.
10963
10964 2006-09-01 [mones]      2.4.0cvs121
10965
10966         * manual/advanced.xml
10967                 Document enable_dotted_lines
10968
10969 2006-09-01 [paul]       2.4.0cvs120
10970
10971         * src/folderview.c
10972         * src/folderview.h
10973         * src/imap.c
10974         * src/mainwindow.c
10975         * src/summaryview.c
10976                 obey the 'When entering folder...' option
10977                 when using the /View/Go to/... menu items
10978                 Thanks to Colin
10979
10980 2006-08-31 [colin]      2.4.0cvs119
10981
10982         * src/folderview.c
10983                 Revert 2.4.0cvs116, wrong fix.
10984
10985 2006-08-31 [colin]      2.4.0cvs118
10986
10987         * src/gtk/gtksctree.c
10988                 Better state the various copyrights
10989
10990 2006-08-31 [colin]      2.4.0cvs117
10991
10992         * src/prefs_common.c
10993                 fix enable_dotted_lines
10994
10995 2006-08-31 [colin]      2.4.0cvs116
10996
10997         * src/folderview.c
10998                 Use pref "Always open on select" when going
10999                 to next unread folder
11000         * src/gtk/gtksctree.c
11001                 Fix link failure to _gtk_clist_create_cell_layout
11002                 on certain computers. (Why not mine, I wonder)
11003
11004 2006-08-31 [colin]      2.4.0cvs115
11005
11006         * src/procmsg.c
11007         * src/textview.c
11008         * src/plugins/bogofilter/bogofilter.c
11009         * src/plugins/spamassassin/spamassassin.c
11010                 Requalify some "errors" to warnings
11011         * src/mainwindow.c
11012         * src/mainwindow.h
11013         * src/statusbar.c
11014                 Add an icon in the statusbar to notify
11015                 of errors
11016         * src/gtk/gtksctree.c
11017         * src/folderview.c
11018         * src/summaryview.c
11019                 Make the GtkSCTree look more modern by
11020                 alternating background lines
11021         * src/prefs_common.c
11022         * src/prefs_common.h
11023                 Add a pref to let people have the old
11024                 way if they prefer
11025
11026
11027 2006-08-30 [colin]      2.4.0cvs114
11028
11029         * src/procmsg.c
11030         * src/procmsg.h
11031                 Provide a way to filter a list of
11032                 messages in an optimised manner, and
11033                 add a list-filtering hook
11034         * src/folder.c
11035         * src/inc.c
11036         * src/mbox.c
11037                 Use the list filtering
11038         * src/plugins/bogofilter/bogofilter.c
11039                 Use the list-filtering hook
11040                 Use -b (bulk) mode for more speed
11041                 when learning and filtering
11042         * src/etpan/imap-thread.c
11043                 Make log output shorter in UID SEARCH
11044
11045
11046 2006-08-30 [colin]      2.4.0cvs113
11047
11048         * src/plugins/bogofilter/bogofilter.c
11049                 Really fast mass learning - thanks to David
11050                 Relson for the options explanations :)
11051
11052 2006-08-30 [colin]      2.4.0cvs112
11053
11054         * src/msgcache.c
11055                 Fix compilation on FreeBSD. Thanks
11056                 to Michael Hugues
11057
11058 2006-08-29 [colin]      2.4.0cvs111
11059
11060         * src/folderview.c
11061                 Handle "popup_menu" signal (for popping the 
11062                 menu via the keyboard)
11063         * src/mimeview.c
11064         * src/mimeview.h
11065         * src/summaryview.c
11066         * src/textview.c
11067         * src/gtk/gtkutils.c
11068         * src/gtk/gtkutils.h
11069                 Factorize scrolling code, and add an API 
11070                 for MimeViewers to handle scroll orders
11071
11072 2006-08-29 [wwp]        2.4.0cvs110
11073
11074         * src/plugins//bogofilter/bogofilter.c
11075         * src/plugins//spamassassin/spamassassin.c
11076                 make the bogofilter/spamassassin filtering error dialogs at
11077         incorporation obey to the "don't popup error dialog on
11078         receive error" option. If disabled, feed the log window w/
11079         the error message.
11080
11081 2006-08-29 [paul]
11082
11083         2.5.0-rc2 released
11084
11085 2006-08-29 [paul]       2.4.0cvs109
11086
11087         * Makefile.am
11088                 remove 'make release', it's not needed
11089                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11090
11091 2006-08-29 [paul]       2.4.0cvs108
11092
11093         * src/foldersel.c
11094         * src/summary_search.c
11095         * src/gtk/progressdialog.c
11096         * src/plugins/pgpcore/passphrase.c
11097                 replace deprecated gtk_window_set_policy()
11098
11099 2006-08-29 [colin]      2.4.0cvs107
11100
11101         * src/folder.c
11102                 Fix data loss when copy fails during a move:
11103                 only use fast remove_msgs if everything was
11104                 copied OK; else use slow remove_msg on the
11105                 mails that got copied only.
11106
11107 2006-08-28 [paul]       2.4.0cvs106
11108
11109         * src/mh.c
11110                 revert change in 2.4.0cvs104, it breaks
11111                 stuff
11112
11113 2006-08-28 [paul]       2.4.0cvs105
11114
11115         * src/plugins/spamassassin/spamassassin.c
11116                 english fix
11117
11118 2006-08-28 [paul]       2.4.0cvs104
11119
11120         * src/mh.c
11121                 fix data loss when moving to another
11122                 mailbox fails
11123         * src/prefs_spelling.c
11124                 improve the english
11125         * src/gtk/pluginwindow.c
11126                 improve the layout of the dialog text
11127         All thanks to Colin
11128
11129 2006-08-28 [paul]       2.4.0cvs103
11130
11131         * src/plugins/bogofilter/bogofilter.c
11132         * src/plugins/bogofilter/bogofilter_gtk.c
11133                 fix english up a bit, innit
11134
11135 2006-08-28 [paul]       2.4.0cvs102
11136
11137         * configure.ac
11138         * po/Makefile.in.in
11139         * po/Makevars
11140                 require autoconf 2.60, enabling building
11141                 with gettext 0.15 (gettext 0.14.x build still
11142                 possible). Replace Makefiles with versions
11143                 from gettext 0.15.
11144                 Remove configure options --with-localedir and
11145                 --with-mandir. The options that are provided
11146                 directly by autoconf 2.60 can be used instead:
11147                 --mandir --localedir
11148
11149 2006-08-27 [colin]      2.4.0cvs101
11150
11151         * src/plugins/bogofilter/Makefile.am
11152                 Fix make dist (no README)
11153
11154 2006-08-27 [colin]      2.4.0cvs100
11155
11156         * src/folder.c
11157                 Don't use F_UNKNOWN folders for any default
11158                 outbox/trash/etc
11159         * src/plugins/bogofilter/bogofilter.c
11160         * src/plugins/bogofilter/bogofilter.h
11161         * src/plugins/bogofilter/bogofilter_gtk.c
11162                 Add an option to specify the path to bogofilter
11163                 Use single-quotes to be able to learn in folders
11164                 with spaces in their names
11165                 Verify learning status
11166
11167 2006-08-27 [colin]      2.4.0cvs99
11168
11169         * manual/faq.xml
11170         * manual/plugins.xml
11171                 Document Bogofilter plugin
11172
11173 2006-08-27 [colin]      2.4.0cvs98
11174
11175         * src/compose.c
11176         * src/messageview.c
11177         * src/procmsg.c
11178         * src/procmsg.h
11179                 When possible, copy the queued mail to sent folder
11180                 instead of re-adding. Much faster on IMAP.
11181
11182 2006-08-27 [colin]      2.4.0cvs97
11183
11184         * src/msgcache.c
11185                 Disable mmaped caches - huge metadata loss
11186                 here after a power failure.
11187         * src/summaryview.c
11188                 Add quicksearch timing
11189         * src/common/plugin.c
11190         * src/common/plugin.h
11191                 Implement an interface to tell what plugins
11192                 provide. Prevent loading of similar plugins.
11193         * src/plugins/clamav/clamav_plugin.c
11194         * src/plugins/demo/demo.c
11195         * src/plugins/dillo_viewer/dillo_viewer.c
11196         * src/plugins/pgpcore/plugin.c
11197         * src/plugins/pgpinline/pgpinline.c
11198         * src/plugins/pgpmime/pgpmime.c
11199         * src/plugins/spamassassin/spamassassin.c
11200         * src/plugins/trayicon/trayicon.c
11201                 Implement plugin_provides()
11202
11203 2006-08-27 [colin]      2.4.0cvs96
11204
11205         * configure.ac
11206         * src/plugins/Makefile.am
11207         * src/plugins/bogofilter/.cvsignore
11208         * src/plugins/bogofilter/Makefile.am
11209         * src/plugins/bogofilter/bogofilter.c
11210         * src/plugins/bogofilter/bogofilter.h
11211         * src/plugins/bogofilter/bogofilter_gtk.c
11212                 New Bogofilter plugin, provides filtering and
11213                 learning. Spamassassin will go to extra plugins.
11214
11215 2006-08-26 [mones]      2.4.0cvs95
11216
11217         * manual/handling.xml
11218                 Fix subfolder path in the example (thanks to Paul) 
11219
11220 2006-08-26 [mones]      2.4.0cvs94
11221
11222         * manual/glossary.xml
11223                 2.2. + add ISP to the glossary
11224                 7.5. + Add UIDL to glossary
11225                 7.7. + Add TCP to glossary
11226         * manual/handling.xml
11227                 7.1. + Mentions GNU/Linux distribution, what about the non...
11228                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11229                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11230                 7.4. = Use appropriate quotation for commands
11231                 7.6. = change "" to <quote></quote>
11232         * manual/plugins.xml
11233                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11234         * manual/starting.xml
11235                 2.1. + local mbox file: some examples of mbox file locations...
11236                 Also reformatted files requiring it
11237
11238 2006-08-26 [wwp]        2.4.0cvs93
11239
11240         * src/summary_search.c
11241                 disable find buttons while summary search is running.
11242
11243 2006-08-25 [colin]      2.4.0cvs92
11244
11245         * src/folder.c
11246         * src/folderutils.c
11247         * src/mh.c
11248         * src/procmsg.h
11249         * src/summaryview.c
11250                 Speed up MH moving, and add progressbar
11251                 for MH deletion
11252         * src/msgcache.c
11253                 Write cache files using mmap() too
11254
11255 2006-08-25 [wwp]        2.4.0cvs91
11256
11257         * src/summaryview.c
11258                 switch spam<->ham button when a message has been marked as spam or ham
11259                 and is still selected. Thanks to Colin.
11260
11261 2006-08-25 [paul]       2.4.0cvs90
11262
11263         * src/Makefile.am
11264         * src/stock_pixmap.c
11265         * src/stock_pixmap.h
11266         * src/summaryview.c
11267         * src/gtk/icon_legend.c
11268         * src/pixmaps/copied.xpm
11269         * src/pixmaps/moved.xpm
11270                 add icons for delayed execution marked for
11271                 copying, marked for moving
11272
11273 2006-08-25 [mones]      2.4.0cvs89
11274
11275         * manual/glossary.xml
11276                 Fix the other glossary items:
11277                 5.1. = Inmmediate execution -> <quote>immediate execution...
11278                 5.2. = Fix MBOX capitalization -> Mbox
11279                 5.3. + Improve Plugins def. w/ tech. ref.
11280                 5.4. = Quotation -> replace '>' by <quote>></quote>
11281                 5.5. - SMTP Server. -> remove dot
11282         * po/es.po
11283                 Updated translation
11284
11285 2006-08-25 [mones]      2.4.0cvs88
11286
11287         * manual/ack.xml
11288                 Reformatted, changed email address
11289         * manual/glossary.xml
11290                 Reformatted, fixed MANUAL-TODO items:
11291                 8.2. + add ROT-13 to glossary
11292                 8.4. + add URL to glossary
11293         * manual/es/advanced.xml
11294                 Fixed <literal>s
11295
11296 2006-08-25 [paul]       2.4.0cvs87
11297
11298         * src/gtk/icon_legend.c
11299                 add 'marked for deletion' icon
11300                 arrange icons by containing column
11301                 wrap long label text
11302
11303 2006-08-25 [colin]      2.4.0cvs86
11304
11305         * src/common/utils.c
11306         * src/common/utils.h
11307                 Add the sc_g_*list_bigger functions in
11308                 a place everyone can use it
11309         * src/summaryview.c
11310                 Only freeze/thaw the list when working
11311                 on the selection, if it's bigger than 1
11312         * src/gtk/gtksctree.c
11313                 Only freeze/thaw the list when unselec-
11314                 ting 'all' if ('all' != 1)
11315                 This avoids some flickering
11316
11317 2006-08-24 [colin]      2.4.0cvs85
11318
11319         * src/addressbook.c
11320                 Fix strange list selection
11321                 Fix random seg (Invalid read of freed memory)
11322
11323 2006-08-24 [colin]      2.4.0cvs84
11324
11325         * src/alertpanel.c
11326         * src/gtk/inputdialog.c
11327         * src/plugins/pgpcore/passphrase.c
11328                 Revert minimal width patch of 2.4.0cvs67,
11329                 as it is also a maximal width. Use 
11330                 gtk_window_set_default_size instead.
11331
11332 2006-08-24 [colin]      2.4.0cvs83
11333
11334         * src/msgcache.c
11335                 Write cache/mark to temp files before
11336                 overwriting old ones (avoids metadata
11337                 loss if writing the new files fail).
11338                 Use mmap() to read cache/mark file, as
11339                 this makes cache reading faster. Dis-
11340                 abled for big-endian machines until it
11341                 can be tested. (Big-endian users: set
11342                 msgcache_use_mmap = TRUE in the relevant
11343                 #if).
11344         * src/procmsg.h
11345                 Move rarely used fields of MsgInfo in 
11346                 another structure, which will only be
11347                 allocated if needed. Face, X-Face,
11348                 Return receipt headers and List-*
11349                 headers are moved. Mails having none
11350                 of these occupy 52 bytes less with
11351                 this patch, which makes 2.5MB of RAM
11352                 saved on a 50k folder).
11353         * src/headerview.c
11354         * src/mainwindow.c
11355         * src/messageview.c
11356         * src/partial_download.c
11357         * src/procheader.c
11358         * src/procmsg.c
11359         * src/textview.c
11360                 Follow this structure change.
11361
11362 2006-08-24 [wwp]        2.4.0cvs82
11363
11364         * manual/es/.cvsignore
11365         * manual/es/dist/.cvsignore
11366         * manual/es/dist/html/.cvsignore
11367         * manual/es/dist/pdf/.cvsignore
11368         * manual/es/dist/ps/.cvsignore
11369         * manual/es/dist/txt/.cvsignore
11370                 more (generated) files to ignore.
11371
11372 2006-08-24 [colin]      2.4.0cvs81
11373
11374         * src/folder.c
11375         * src/mh.c
11376                 Fix possible problems with local delivery. Check the folder doesn't
11377                 need scan before setting its mtime when saving cache (which can be
11378                 done long after the folder's been modified by an external process);
11379                 Check that the stored item's mtime didn't change in mh functions.
11380
11381 2006-08-24 [mones]      2.4.0cvs80
11382
11383         * manual/advanced.xml
11384                 Rewrapping, some fixes and MANUAL-TODO items:
11385                 8.1. = change "" to <quote></quote>
11386                 8.3. = quote menu items
11387                 8.5. - deploying -> new user ... ideally a new user (redundant)
11388
11389 2006-08-23 [colin]      2.4.0cvs79
11390
11391         * src/gtk/gtksctree.c
11392                 When selecting or deselecting range, only
11393                 freeze/thaw when selection is bigger than 10
11394
11395 2006-08-23 [colin]      2.4.0cvs78
11396
11397         * src/messageview.c
11398         * src/mimeview.c
11399         * src/mimeview.h
11400         * src/plugins/dillo_viewer/dillo_viewer.c
11401                 Provide an API for MimeViewer plugins to
11402                 return a text selection for replying
11403
11404 2006-08-23 [colin]      2.4.0cvs77
11405
11406         * src/image_viewer.c
11407         * src/textview.c
11408                 Use gtk_pixbuf_new_from_file_at_scale(), which
11409                 is faster than getting the pixbuf then resizing
11410                 it.
11411
11412 2006-08-23 [colin]      2.4.0cvs76
11413
11414         * src/procmime.c
11415                 UTF-8 should be sent Quoted-printable
11416
11417 2006-08-22 [colin]      2.4.0cvs75
11418
11419         * src/mh.c
11420                 Check if scan is required before touching
11421                 the folder (or it'll be required every time)
11422
11423 2006-08-22 [colin]      2.4.0cvs74
11424
11425         * configure.ac
11426                 Require libetpan 0.46 (crasher fix when built
11427                 against gnutls)
11428
11429 2006-08-22 [colin]      2.4.0cvs73
11430
11431         * src/folder.c
11432                 Set folder's mtime after writing its
11433                 cache
11434         * src/folderview.c
11435                 Add some timing
11436         * src/procmsg.c
11437                 Don't do useless stuff if we don't 
11438                 thread by subject
11439         * src/summaryview.c
11440                 Add some timing, don't deselect prior
11441                 to selecting (gtksctree does it itself),
11442                 remove crash avoidance hacks as it's been
11443                 properly fixed since a while
11444         * src/common/utils.c
11445                 Optimize to_human_readable(): _() is slow,
11446                 do it only once, and avoid %f format for KB
11447                 (the most common in a summaryview)
11448         * src/gtk/gtksctree.c
11449                 Don't uselessly freeze/thaw (fixes flicker
11450                 on next unread and friends), reduce number
11451                 of g_list_nth/g_list_position where possible
11452         * src/gtk/gtkutils.c
11453         * src/gtk/gtkutils.h
11454                 Reduce number of g_list_nth/g_list_position
11455                 where possible.
11456                 All of this makes loading as 70k folder 2.1
11457                 seconds instead of 3.2 (with hot FS caches).
11458                 (1.3 seconds without Date and Size columns...)
11459
11460 2006-08-22 [paul]       2.4.0cvs72
11461
11462         wrap documents and do some items from mones' MANUAL-TODO:
11463
11464         * manual/account.xml
11465                 4.1. = fix tabname references to <quote>tabname</quote>
11466                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11467         * manual/faq.xml
11468                 1.1. = mentioned options don't match UI
11469                 Add information about the 'Never send Return Receipts'
11470                 option
11471         * manual/handling.xml
11472                 6.2. = Mentions Extended symbols button, but now is
11473                 named Information
11474                 6.3. = Mentions ... button, which is now Edit
11475
11476 2006-08-22 [colin]      2.4.0cvs71
11477
11478         * src/gtk/pluginwindow.c
11479                 Fix layout in verbose translations (such
11480                 as french)
11481
11482 2006-08-22 [paul]       2.4.0cvs70
11483
11484         * manual/Makefile.am
11485                 build manuals in alphabetical order
11486         * src/addressbook.c
11487         * src/prefs_themes.c
11488                 replace/remove deprecated symbols
11489         * src/gtk/gtkutils.c
11490                 fix a warning
11491         * src/gtk/pluginwindow.c
11492                 replace deprecated symbol
11493                 replace label text and move it
11494         * src/plugins/pgpcore/prefs_gpg.c
11495                 move the 'Generate...' button out of the
11496                 Sign Key frame, replace the English used
11497         * src/plugins/pgpcore/sgpgme.c
11498                 fixes to the English
11499
11500 2006-08-21 [colin]      2.4.0cvs69
11501
11502         * src/plugins/trayicon/trayicon.c
11503                 Add more strings for translation; patch
11504                 by Pawel
11505
11506 2006-08-21 [colin]      2.4.0cvs68
11507
11508         * src/compose.c
11509                 fix replied flag not set after drafting
11510         * src/matcher.c
11511                 fix body quicksearch in non-encoded bodies
11512                 containing '='
11513         * src/msgcache.c
11514                 Get rid of the g_malloc workaround for
11515                 corrupted caches, use g_try_malloc
11516
11517 2006-08-21 [colin]      2.4.0cvs67
11518
11519         * src/alertpanel.c
11520         * src/gtk/inputdialog.c
11521         * src/plugins/pgpcore/passphrase.c
11522                 Set minimal width to 375
11523         * src/mainwindow.c
11524                 Fix switching to offline, asking if it 
11525                 should be overriden for synchronising
11526         * src/mimeview.c
11527                 Don't offer to remember command on Open 
11528                 with for text parts, as the browser or 
11529                 text editor command isn't changed from 
11530                 there
11531
11532 2006-08-20 [paul]       2.4.0cvs66
11533
11534         * po/ko.po
11535         * po/zh_CN.po
11536                 fix plural form errors. revealed by stricter
11537                 checking of gettext 0.15
11538
11539 2006-08-18 [paul]       2.4.0cvs65
11540
11541         * src/stock_pixmap.c
11542                 fix the fix of 2.4.0cvs64
11543                 Thanks to Colin
11544
11545 2006-08-18 [paul]       2.4.0cvs64
11546
11547         * src/stock_pixmap.c
11548                 fix leaks
11549                 Thanks to Colin
11550
11551 2006-08-18 [paul]       2.4.0cvs63
11552
11553         * src/compose.c
11554         * src/procmsg.c
11555                 fix occasional IMAP bug where large msgs
11556                 were left in the queue folder after sending
11557                 Thanks to Colin
11558
11559 2006-08-18 [paul]       2.4.0cvs62
11560
11561         * src/folderview.c
11562                 freeze the summaryview while quicksearch results
11563                 are displayed
11564                 (fixes bug 456 'current message is hidden when the
11565                 view is refreshed and extended search is "unread 
11566                 messages"')
11567                 Thanks to Colin
11568         * src/textview.c
11569                 add missing #include "inputdialog.h"
11570         * src/common/utils.h
11571                 add missing mailcap_update_default() and improve
11572                 readability
11573
11574 2006-08-17 [colin]      2.4.0cvs61
11575
11576         * src/plugins/pgpcore/select-keys.c
11577                 Fix warnings :)
11578
11579 2006-08-17 [colin]      2.4.0cvs60
11580
11581         * src/compose.c
11582                 Don't continue queuing if Cancel is clicked
11583                 in select-keys
11584
11585 2006-08-17 [colin]      2.4.0cvs59
11586
11587         * src/plugins/pgpcore/select-keys.c
11588                 When encrypting, if only one key matches and it 
11589                 matches exactly, automatically use it.
11590
11591 2006-08-17 [colin]      2.4.0cvs58
11592
11593         * src/mimeview.c
11594         * src/prefs_common.c
11595         * src/prefs_common.h
11596         * src/prefs_ext_prog.c
11597         * src/textview.c
11598                 Fix issues with previous patch (text/html)
11599                 Remove outdated prefs
11600
11601 2006-08-17 [colin]      2.4.0cvs57
11602
11603         * src/imap.c
11604                 Add View Log button on auth error
11605         * src/procmsg.c
11606                 Fix encrypted mail marked as new when
11607                 saved in normal folders
11608         * src/plugins/pgpinline/pgpinline.c
11609                 Fix encrypt bug on IMAP
11610         * src/mimeview.c
11611         * src/common/utils.c
11612         * src/common/utils.h
11613         * src/gtk/inputdialog.c
11614         * src/gtk/inputdialog.h
11615                 Get rid of metamail stuff, simplify
11616                 opening, and allow remembering of user's
11617                 choices (by updating ~/.mailcap). There's
11618                 still to drop "Audio player" and "Image
11619                 viewer" preferences.
11620
11621 2006-08-17 [mones]      2.4.0cvs56
11622
11623         * manual/es/sylpheed-claws-manual.xml
11624                 fix DTD path
11625
11626 2006-08-17 [mones]      2.4.0cvs55
11627
11628         * configure.ac
11629         * manual/Makefile.am
11630         * manual/es/Makefile.am
11631         * manual/es/account.xml
11632         * manual/es/ack.xml
11633         * manual/es/addrbook.xml
11634         * manual/es/advanced.xml
11635         * manual/es/faq.xml
11636         * manual/es/glossary.xml
11637         * manual/es/gpl.xml
11638         * manual/es/handling.xml
11639         * manual/es/intro.xml
11640         * manual/es/keyboard.xml
11641         * manual/es/plugins.xml
11642         * manual/es/starting.xml
11643         * manual/es/sylpheed-claws-manual.xml
11644         * manual/es/dist/Makefile.am
11645         * manual/es/dist/html/Makefile.am
11646         * manual/es/dist/pdf/Makefile.am
11647         * manual/es/dist/ps/Makefile.am
11648         * manual/es/dist/txt/Makefile.am
11649                 Spanish translation for the manual
11650
11651 2006-08-16 [colin]      2.4.0cvs54
11652
11653         * src/compose.c
11654         * src/main.c
11655         * src/mainwindow.c
11656                 Fix send button sensitivity at startup
11657                 Set send menu sensitivity (patch by Fabien)
11658         * src/ssl_manager.c
11659                 Enable closing with esc (patch by Fabien)
11660         * src/gtk/foldersort.c
11661                 Enable closing with esc (patch by Fabien)
11662         * src/procmime.c
11663                 Optimisation (no need to copy to tempfile to
11664                 "decode" 7bit and 8bit)
11665         * src/summaryview.c
11666                 Fix cruft in swap_from case
11667         * src/textview.c
11668                 Fix missing last line in some mail cases 
11669                 (Fixes debian #381872)
11670         * src/plugins/pgpcore/prefs_gpg.c
11671         * src/plugins/pgpcore/sgpgme.c
11672         * src/plugins/pgpcore/sgpgme.h
11673                 Don't show "no key found" when user explicitely
11674                 wants to create a key
11675
11676 2006-08-16 [paul]       2.4.0cvs53
11677
11678         * configure.ac
11679         * src/account.c
11680         * src/addressbook.c
11681         * src/headerview.c
11682         * src/prefs_account.c
11683         * src/prefs_message.c
11684         * src/gtk/gtkutils.c
11685                 bump up minimum required versions of GTK+ and
11686                 GLIB to 2.6.0
11687
11688 2006-08-16 [paul]       2.4.0cvs52
11689
11690         * src/toolbar.c
11691                 workaround GTK+ Bug 351600 - 'Can't re-click
11692                 on button after sensitivity update'
11693                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11694                 Thanks to Colin
11695
11696 2006-08-15 [colin]      2.4.0cvs51
11697
11698         * src/plugins/pgpcore/prefs_gpg.c
11699                 Set options sensitivity according to
11700                 key existence
11701         * src/plugins/pgpcore/sgpgme.c
11702                 Allow to create key with no passphrase
11703
11704 2006-08-14 [cleroy]     2.4.0cvs50
11705
11706         * src/gtk/pluginwindow.c
11707                 New layout (maybe to be changed?)
11708         * src/gtk/gtkutils.c
11709                 Fix a bit label_window
11710         * src/plugins/pgpcore/passphrase.c
11711         * src/plugins/pgpcore/passphrase.h
11712         * src/plugins/pgpcore/plugin.c
11713         * src/plugins/pgpcore/prefs_gpg.c
11714         * src/plugins/pgpcore/prefs_gpg.h
11715         * src/plugins/pgpcore/sgpgme.c
11716         * src/plugins/pgpcore/sgpgme.h
11717                 Allow to create a PGP private key via the GUI
11718
11719 2006-08-14 [wwp]        2.4.0cvs49
11720
11721         * src/addressbook_foldersel.c
11722                 fix strict ISO C90 compliance.
11723
11724 2006-08-14 [paul]       2.4.0cvs48
11725
11726         * src/gtk/prefswindow.c
11727                 re-set scrolled window on opening
11728                 Patch by Ticho
11729
11730 2006-08-14 [paul]
11731
11732         2.5.0-rc1 released
11733
11734 2006-08-14 [paul]       2.4.0cvs47
11735
11736         * src/prefs_display_header.c
11737                 re-enable user-defined Displayed Headers
11738
11739 2006-08-14 [paul]       2.4.0cvs46
11740
11741         * src/prefs_account.c
11742                 use GTK_STOCK_EDIT
11743
11744 2006-08-13 [colin]      2.4.0cvs45
11745
11746         * src/common/utils.c
11747                 Fix "a" in quote when the original message is empty,
11748                 by using \0 instead of 'a' to test writability of
11749                 temp files.
11750
11751 2006-08-13 [wwp]        2.4.0cvs44
11752
11753         * src/plugins/spamassassin/spamassassin.c
11754                 fix capitalization of "SpamAssassin" in some debug, log and
11755                 dialog messages.
11756
11757 2006-08-13 [paul]       2.4.0cvs43
11758
11759         * src/editldap.c
11760                 fix overlapping widgets
11761         * src/prefs_account.c
11762                 fix translation of protocol_names[]
11763                 fix label disappearing off the edge of the
11764                 visible area
11765
11766 2006-08-12 [paul]       2.4.0cvs42
11767
11768         * manual/plugins.xml
11769                 update IRC channel info before it gets forgotten
11770                 about
11771
11772 2006-08-11 [colin]      2.4.0cvs41
11773
11774         * src/compose.c
11775         * src/mainwindow.c
11776         * src/mainwindow.h
11777         * src/procmsg.c
11778         * src/procmsg.h
11779         * src/summaryview.c
11780         * src/toolbar.c
11781                 Grey out the Send button if
11782                 - Queue folders are empty, or
11783                 - We're sending already
11784
11785 2006-08-11 [wwp]        2.4.0cvs40
11786
11787         * src/main.c
11788                 fix a logic issue when quitting while a compose window is
11789                 still open, thanks to Colin.
11790
11791 2006-08-10 [colin]      2.4.0cvs39
11792
11793         * src/main.c
11794                 Fix default font size setting after wizard run
11795         * src/imap.c
11796         * src/etpan/imap-thread.c
11797         * src/etpan/imap-thread.h
11798                 Fix bug #999 (Timing out on TSL cert validation 
11799                 dialog makes ugly things happen). Also, STARTTLS
11800                 unconditionnaly if initial capabilities contain
11801                 LOGINDISABLED and STARTTLS.
11802
11803 2006-08-09 [colin]      2.4.0cvs38
11804
11805         * src/mainwindow.c
11806         * src/mainwindow.h
11807                 Fix Tools/Actions sensitivity when there are
11808                 no actions
11809
11810 2006-08-09 [colin]      2.4.0cvs37
11811
11812         * src/prefs_filtering.c
11813                 Warning fix, patch by Paul
11814         * src/messageview.c
11815         * src/prefs_actions.c
11816         * src/prefs_filtering_action.c
11817         * src/prefs_matcher.c
11818                 Uniformisation of "Info ..." to "Info..." (for
11819                 old gtk), patch by Fabien
11820         * src/plugins/clamav/clamav_plugin_gtk.c
11821                 Sensitivity fix by Fabien
11822
11823 2006-08-09 [colin]      2.4.0cvs36
11824
11825         * src/main.c
11826         * src/main.h
11827                 Add a function to know whether we're exiting
11828         * src/plugins/trayicon/trayicon.c
11829                 If exiting, don't do anything. Faster, and
11830                 avoids gtk_main_iteration reentracy causing
11831                 segfaults at exit
11832
11833 2006-08-09 [colin]      2.4.0cvs35
11834
11835         * src/messageview.c
11836         * src/mimeview.c
11837         * src/mimeview.h
11838                 Fix lack of part selection when automatically 
11839                 jumping to a specific part
11840         * src/msgcache.c
11841                 Little optimisation in cache reading
11842
11843 2006-08-09 [colin]      2.4.0cvs34
11844
11845         * src/compose.c
11846                 Fix crash setting the priority on reedit
11847                 (Accessing compose before creating it!)
11848
11849 2006-08-08 [colin]      2.4.0cvs33
11850
11851         * src/procmime.c
11852                 Fix bug #998 (last attachment is not accessible)
11853                 Bad RFC interpretation on multipart close-delimiters
11854         * src/mimeview.c
11855         * src/mimeview.h
11856         * src/gtk/gtkvscrollbutton.c
11857         * src/gtk/gtkvscrollbutton.h
11858                 Make attachments list wheel-scrollable
11859
11860 2006-08-07 [colin]      2.4.0cvs32
11861
11862         * src/gtk/gtkaspell.c
11863                 Fix bug #973 (Unicode punctation characters 
11864                 are not recognized as separators by the
11865                 spell checker); fix unsigned stuff
11866
11867 2006-08-07 [colin]      2.4.0cvs31
11868
11869         * src/compose.c
11870                 Fix bug #956 (DnD text with accents in compose 
11871                 text entry); fix gccc's signed/unsigned fuss
11872
11873 2006-08-06 [colin]      2.4.0cvs30
11874
11875         * src/main.c
11876                 Fix bug #979 (Plugin crashes when exiting 
11877                 sylpheed-claws) : handle exit request only 
11878                 once
11879
11880 2006-08-05 [colin]      2.4.0cvs29
11881
11882         * src/news.c
11883                 Just make sure we have a msgid.
11884
11885 2006-08-05 [colin]      2.4.0cvs28
11886
11887         * src/news.c
11888         * src/summaryview.c
11889                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11890                 by reimplementing it
11891         * src/textview.c
11892                 Fix bug when hiding quotes with level > 3 and quote
11893                 colors are recycled
11894
11895 2006-08-04 [colin]      2.4.0cvs27
11896
11897         * src/compose.c
11898         * src/undo.c
11899         * src/undo.h
11900                 Fix a bit replace-by-pasting undo
11901         * src/mainwindow.c
11902         * src/messageview.c
11903                 Fix Fold quotes menu synchro in
11904                 mainwindow when it changes in 
11905                 messageview
11906         * src/textview.c
11907                 Fix right-click on quotes blocks
11908         * src/common/utils.c
11909                 Verify that the file created by
11910                 my_tmpfile() is writable. Fixes
11911                 bug #988 (very specific filesystem
11912                 issue)
11913         * src/plugins/pgpcore/sgpgme.c
11914                 Fix file descriptor leak
11915         * src/plugins/spamassassin/spamassassin.c
11916                 Warn once if spamd isn't reachable
11917
11918 2006-08-04 [colin]      2.4.0cvs26
11919
11920         * src/toolbar.c
11921                 i18n context patch by Fabien
11922
11923 2006-08-03 [colin]      2.4.0cvs25
11924
11925         * src/mainwindow.c
11926         * src/messageview.c
11927                 Rename "Hide quotes" to "Fold quotes"
11928         * src/textview.c
11929                 Don't use hand cursor on quotes. "all 
11930                 the bonuses of the feature and none of 
11931                 unwelcome side-effects"
11932
11933 2006-08-03 [colin]      2.4.0cvs24
11934
11935         * AUTHORS
11936         * sylpheed-claws.desktop
11937         * src/gtk/authors.h
11938                 Bring the desktop file to XDG compliance
11939                 Patch by Charles A. Edwards
11940
11941 2006-08-03 [colin]      2.4.0cvs23
11942
11943         * src/textview.c
11944                 Fix links offset when they are preceded
11945                 by accentued chars (g_utf8_strlen!)
11946         * src/mainwindow.c
11947                 Fix wrong status when starting offline
11948
11949
11950 2006-08-03 [wwp]        2.4.0cvs22
11951
11952         * src/prefs_common.h
11953                 ask what to do w/ filtering rules that belong to an account when
11954                 applying filtering rules manually from the main window (skip,
11955                 apply regardless of the account, use current account). This dialog
11956                 can be skipped and the last reply used.
11957                 (forgot that file)
11958
11959 2006-08-03 [wwp]        2.4.0cvs21
11960
11961         * src/filtering.c
11962         * src/filtering.h
11963         * src/prefs_common.c
11964         * src/summaryview.c
11965         * src/alertpanel.c
11966         * src/alertpanel.h
11967         * src/messageview.c
11968                 ask what to do w/ filtering rules that belong to an account when
11969                 applying filtering rules manually from the main window (skip,
11970                 apply regardless of the account, use current account). This dialog
11971                 can be skipped and the last reply used.
11972
11973
11974 2006-08-03 [colin]      2.4.0cvs20
11975
11976         * src/textview.c
11977                 Optimize previous patch
11978
11979 2006-08-03 [cleroy]     2.4.0cvs19
11980
11981         * src/textview.c
11982                 Fix quotes getting toggled back when the
11983                 mail has an even number of text parts
11984
11985 2006-08-02 [colin]      2.4.0cvs18
11986
11987         * src/messageview.c
11988                 Add Hide quotes menu
11989
11990 2006-08-02 [colin]      2.4.0cvs17
11991
11992         * src/mainwindow.c
11993         * src/prefs_common.c
11994         * src/textview.c
11995         * src/textview.h
11996         * src/gtk/about.c
11997                 Allow per-level quote hiding,
11998                 Allow toggling quotes by double-clicking them
11999                 Rename RemoteURI to ClickableText to reflect
12000                 the fact it's used for a variety of things
12001
12002 2006-08-02 [wwp]        2.4.0cvs16
12003
12004         * src/mainwindow.c
12005                 fix "View/Hide quotes" menu item status initialization.
12006
12007 2006-08-02 [wwp]        2.4.0cvs15
12008
12009         * src/matcher_parser_parse.y
12010                 remove a debug trace.
12011
12012 2006-08-02 [paul]       2.4.0cvs14
12013
12014         * src/plugins/pgpcore/passphrase.c
12015                 don't set initial dialog size
12016                 make it resizable
12017
12018 2006-08-02 [paul]       2.4.0cvs13
12019
12020         * src/noticeview.c
12021                 remove the rogue '/' character
12022
12023 2006-08-02 [paul]       2.4.0cvs12
12024
12025         * src/noticeview.c
12026                 allow buttons to resize as necessary
12027
12028 2006-08-01 [wwp]        2.4.0cvs11
12029
12030         * src/mbox.c
12031                 fix strict ISO C90 compliance.
12032
12033 2006-08-01 [wwp]        2.4.0cvs10
12034
12035         * tools/update-po
12036                 updated update-po tool to work w/ context-dependent translations.
12037                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12038
12039 2006-08-01 [wwp]        2.4.0cvs9
12040
12041         * src/matcher.c
12042         * src/prefs_filtering.c
12043         * src/prefs_matcher.c
12044                 allow context-dependent translations for "All",
12045                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12046
12047 2006-07-31 [colin]      2.4.0cvs8
12048
12049         * AUTHORS
12050         * src/gtk/authors.h
12051                 Add Rafal to authors
12052
12053 2006-07-31 [colin]      2.4.0cvs7
12054
12055         * src/compose.c
12056         * src/mainwindow.c
12057         * src/messageview.h
12058         * src/prefs_common.c
12059         * src/prefs_common.h
12060         * src/textview.c
12061                 Add 'View/Hide quotes'. Patch based on a patch
12062                 by Rafal Weglarz
12063
12064 2006-07-31 [colin]      2.4.0cvs6
12065
12066         * src/action.c
12067                 Fix problem with "> stuff >" actions
12068
12069 2006-07-31 [paul]       2.4.0cvs5
12070
12071         * po/nb.po
12072                 updated by Geir Helland
12073
12074 2006-07-31 [wwp]        2.4.0cvs4
12075
12076         * src/mainwindow.c
12077         * src/summaryview.c
12078         * src/summaryview.h
12079                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12080                 thanks to Colin.
12081
12082 2006-07-31 [wwp]        2.4.0cvs3
12083
12084         * src/Makefile.am
12085         * src/addr_compl.c
12086         * src/addr_compl.h
12087         * src/addressbook.c
12088         * src/addressbook.h
12089         * src/addressbook_foldersel.c
12090         * src/addressbook_foldersel.h
12091         * src/addrindex.c
12092         * src/addrindex.h
12093         * src/matcher.c
12094         * src/matcher.h
12095         * src/matcher_parser_lex.l
12096         * src/matcher_parser_parse.y
12097         * src/prefs_common.c
12098         * src/prefs_common.h
12099         * src/prefs_filtering.c
12100         * src/prefs_matcher.c
12101         * src/prefs_matcher.h
12102         * src/summaryview.c
12103                 introduce filtering against the address book. It's now possible to add
12104                 matched conditions to determine if any email address in a message matches
12105                 or doesn't match any or all books or folders in the address book.
12106
12107 2006-07-31 [wwp]        2.4.0cvs2
12108
12109         * src/account.c
12110         * src/filtering.c
12111         * src/filtering.h
12112         * src/folder.c
12113         * src/folderview.c
12114         * src/inc.c
12115         * src/mainwindow.c
12116         * src/matcher.c
12117         * src/matcher_parser_lex.l
12118         * src/matcher_parser_parse.y
12119         * src/mbox.c
12120         * src/prefs_filtering.c
12121         * src/prefs_filtering.h
12122         * src/procmsg.c
12123         * src/procmsg.h
12124         * src/summaryview.c
12125                 introduce per-account filtering rules. Each filtering rule can now be assigned
12126                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12127                 when applying filtering rules manually, as all rules will apply - even the ones
12128                 assigned to an account. This issue will be addressed soon.
12129  
12130
12131
12132 2006-07-31 [wwp]        2.4.0cvs1
12133
12134         * src/quote_fmt.c
12135                 make more strings translatable.
12136
12137 2006-07-31 [paul]       2.4.0
12138
12139         2.4.0 released
12140
12141 2006-07-31 [paul]       2.3.1cvs91
12142
12143         * po/ca.po
12144                 updated by Miquel Oliete
12145
12146 2006-07-31 [paul]       2.3.1cvs90
12147
12148         * po/de.po
12149         * po/el.po
12150         * po/fr.po
12151         * po/it.po
12152         * po/pl.po
12153         * po/pt_BR.po
12154         * po/sr.po
12155         * po/zh_CN.po
12156                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12157                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12158                 Aleksandar Urosevic, and Ralgh Young
12159
12160 2006-07-31 [paul]       2.3.1cvs89
12161
12162         * src/account.c
12163         * src/main.c
12164         * src/mainwindow.c
12165         * src/mainwindow.h
12166                 Fix a race condition when, after an SC crash, rescanning
12167                 folders took more than 0.5 seconds
12168                 Thanks to Colin
12169
12170 2006-07-31 [paul]       2.3.1cvs88
12171
12172         * src/folderview.c
12173                 don't translate separator strings
12174
12175 2006-07-30 [mones]      2.3.1cvs87
12176
12177         * doc/man/sylpheed-claws.1
12178                 Fixed non-ASCII chars in Hoa's name
12179         * po/es.po
12180                 Updated for release
12181
12182 2006-07-27 [colin]      2.3.1cvs86
12183
12184         * src/textview.c
12185                 Don't include the leading \n in links
12186                 Patch by Fabien
12187
12188 2006-07-25 [colin]      2.3.1cvs85
12189
12190         * src/mainwindow.c
12191         * src/common/socket.h
12192         * src/etpan/imap-thread.c
12193                 Refresh resolvers before connecting
12194                 to IMAP servers, and after switching
12195                 to online. Thanks to Paul.
12196
12197 2006-07-18 [colin]
12198
12199         * 2.4.0-rc4 released
12200
12201 2006-07-17 [colin]      2.3.1cvs84
12202
12203         * src/inc.c
12204                 Show connection attempt in statusbar before
12205                 connecting (previously first message was
12206                 "Retrieving messages from ..." after the
12207                 connection succeeded.
12208
12209 2006-07-16 [wwp]        2.3.1cvs83
12210
12211         * sylpheed-claws.ico
12212                 Added .ico file (windows multi-size icon file, generated).
12213
12214 2006-07-12 [wwp]        2.3.1cvs82
12215
12216         * src/messageview.c
12217                 remove Message/Re-edit menu entry from messageview window,
12218                 as sent/draft/queued messages are opened in compose window when
12219                 re-edited and it's not possible to re-edit other msgs.
12220
12221 2006-07-12 [paul]       2.3.1cvs81
12222
12223         * AUTHORS
12224         * src/mainwindow.c
12225         * src/gtk/authors.h
12226                 check online state before resetting
12227                 mailcheck timer. Useful if some program
12228                 verifies connection state and updates
12229                 Claws.
12230                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12231
12232 2006-07-12 [paul]       2.3.1cvs80
12233
12234         * sylpheed-claws-128x128.png
12235         * sylpheed-claws-64x64.png
12236         * sylpheed-claws.png
12237         * src/Makefile.am
12238         * src/main.c
12239         * src/prefs_toolbar.c
12240         * src/stock_pixmap.c
12241         * src/stock_pixmap.h
12242         * src/wizard.c
12243         * src/gtk/about.c
12244         * src/gtk/gtkutils.c
12245         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12246         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12247         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12248         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12249         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12250         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12251                 updated and renamed logo/icon files and related
12252                 logo by Jesper Schultz
12253
12254 2006-07-11 [paul]       2.3.1cvs79
12255
12256         * src/main.c
12257                 fix the labels a smidgin
12258
12259 2006-07-09 [colin]      2.3.1cvs78
12260
12261         * src/textview.c
12262                 Show errors in textviewer's command
12263                 Patch by H. Merijn Brand
12264
12265 2006-07-09 [colin]      2.3.1cvs77
12266
12267         * src/compose.c
12268                 Save FMID in drafts too
12269
12270 2006-07-08 [colin]      2.3.1cvs76
12271
12272         * src/compose.c
12273                 Svae RMID in drafted mails too
12274                 Save quote_fmt vars for whole mails,
12275                 don't reset at each quote_fmt_init:
12276                 allows to use the same |i{var} in
12277                 various template fields
12278         * src/prefs_template.c
12279         * src/quote_fmt.h
12280         * src/quote_fmt_parse.y
12281                 Same
12282
12283 2006-07-08 [colin]      2.3.1cvs75
12284
12285         * src/textview.c
12286                 Fix highlighting of attached parts URIs
12287
12288 2006-07-08 [colin]      2.3.1cvs74
12289
12290         * src/main.c
12291                 Prevent bug #981 (sc 2.3.1 segfaults with 
12292                 gtk+ 2.10) from being reported again:
12293                 if Sylpheed-Claws has been compiled against
12294                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12295                 of if Sylpheed-Claws has been compiled against
12296                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12297                 error out.
12298
12299 2006-07-07 [colin]      2.3.1cvs73
12300
12301         * src/prefs_actions.c
12302                 Fix label
12303
12304 2006-07-07 [colin]      2.3.1cvs72
12305
12306         * src/prefs_actions.c
12307                 Fix compile on gtk < 2.8. argh :)
12308
12309 2006-07-07 [paul]       2.3.1cvs71
12310
12311         * src/common/defs.h
12312                 update DONATE_URI
12313
12314 2006-07-07 [colin]      2.3.1cvs70
12315
12316         * po/POTFILES.in
12317         * src/quote_fmt.c
12318         * src/quote_fmt_lex.l
12319         * src/quote_fmt_parse.y
12320                 Add |i{var}, a way to insert user-entered
12321                 text in a template
12322
12323 2006-07-07 [colin]
12324
12325         * 2.4.0-rc3 released
12326
12327 2006-07-07 [colin]      2.3.1cvs69
12328
12329         * src/folder.c
12330                 Don't consider inboxes of UNKNOWN folder 
12331                 classes to be useable as default inboxes
12332
12333 2006-07-07 [paul]       2.3.1cvs68
12334
12335         * src/textview.c
12336                 add missing #include <errno.h>
12337                 Thanks to René J. Blokland
12338
12339 2006-07-07 [paul]       2.3.1cvs67
12340
12341         * src/action.c
12342                 Return now Closes dialog
12343         * src/mimeview.c
12344         * src/mimeview.h
12345         * src/textview.c
12346                 add contextual menu to mime parts listed
12347                 in the textview
12348                 Thanks to Colin
12349         * src/common/utils.c
12350                 reversal: ' is a valid character in URLs
12351
12352 2006-07-06 [colin]      2.3.1cvs66
12353
12354         * src/remotefolder.h
12355                 Forgotten in previous commit
12356
12357 2006-07-06 [colin]      2.3.1cvs65
12358
12359         * src/folder.c
12360                 Set summary update flag whenever
12361                 totals changed
12362         * src/imap.c
12363         * src/prefs_account.c
12364         * src/common/utils.h
12365         * src/etpan/imap-thread.c
12366                 Fix warnings, thanks to Fabien and
12367                 Ricardo
12368
12369 2006-07-06 [wwp]        2.3.1cvs64
12370
12371         * src/gtk/gtkutils.c
12372                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12373
12374 2006-07-06 [wwp]        2.3.1cvs63
12375
12376         * src/account.c
12377         * src/addressbook.c
12378         * src/addressitem.h
12379         * src/folderview.c
12380         * src/mainwindow.c
12381         * src/manual.c
12382         * src/manual.h
12383         * src/message_search.c
12384         * src/prefs_actions.c
12385         * src/prefs_filtering.c
12386         * src/prefs_filtering.h
12387         * src/prefs_template.c
12388         * src/summary_search.c
12389         * src/summaryview.c
12390         * src/gtk/gtkutils.c
12391         * src/gtk/gtkutils.h
12392         * src/gtk/pluginwindow.c
12393                 add help buttons to some dialogs. Clicking such buttons opens a
12394                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12395
12396 2006-07-06 [paul]       2.3.1cvs62
12397
12398         * src/textview.c
12399                 fix attachments contextual menu
12400                 Thanks to Colin
12401
12402 2006-07-05 [colin]      2.3.1cvs61
12403
12404         * src/textview.c
12405         * src/compose.c
12406                 Handle sftp:// links
12407
12408 2006-07-05 [paul]       2.3.1cvs60
12409
12410         * src/gtk/filesel.c
12411                 grab save button by default
12412                 Thanks to Colin
12413
12414 2006-07-05 [wwp]        2.3.1cvs59
12415
12416         * manual/xml2pdf
12417                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12418
12419 2006-07-04 [colin]      2.3.1cvs58
12420
12421         * src/mimeview.c
12422         * src/textview.c
12423                 Use left click to select, middle click to open
12424                 on mimeparts links
12425         * src/common/utils.c
12426                 Fix segfault
12427
12428 2006-07-04 [colin]      2.3.1cvs57
12429
12430         * src/mainwindow.c
12431         * src/news.c
12432                 Warning fixes, thanks to Fabien
12433
12434 2006-07-04 [colin]      2.3.1cvs56
12435
12436         * src/mimeview.c
12437         * src/mimeview.h
12438         * src/textview.c
12439                 Allow parts to be selected via their text label
12440                 in textview
12441
12442 2006-07-04 [colin]      2.3.1cvs55
12443
12444         * src/folderview.c
12445                 Feedback when closing (for big folders)
12446         * src/prefs_actions.c
12447         * src/prefs_filtering.c
12448         * src/prefs_matcher.c
12449         * src/prefs_template.c
12450                 Fix default button when closing without
12451                 having saved
12452
12453 2006-07-04 [colin]      2.3.1cvs54
12454
12455         * src/news.c
12456                 Delete local file on deletion
12457
12458 2006-07-03 [colin]      2.3.1cvs53
12459
12460         * src/folderview.c
12461         * src/main.c
12462                 Don't freeze when rescanning after crash
12463
12464 2006-07-03 [wwp]        2.3.1cvs52
12465
12466         * src/compose.c
12467         * src/privacy.c
12468         * src/privacy.h
12469         * src/plugins/pgpinline/pgpinline.c
12470         * src/plugins/pgpmime/pgpmime.c
12471                 don't report an error when the user cancels the passphrase dialog.
12472
12473 2006-07-02 [colin]      2.3.1cvs51
12474
12475         * src/folderview.c
12476                 Open message when crossing folders with Space,
12477                 goto next unread and friends
12478
12479 2006-07-01 [colin]      2.3.1cvs50
12480
12481         * src/prefs_account.c
12482                 Typographic rules varying from language
12483                 to language (in french "Protocole :"),
12484                 we have to do that :)
12485
12486 2006-07-01 [ticho]      2.3.1cvs49
12487
12488         * src/prefs_account.c
12489                 Only use one temporary gchar* variable in
12490                 prefs_account_protocol_set_optmenu().
12491
12492 2006-07-01 [ticho]      2.3.1cvs48
12493
12494         * src/prefs_account.c
12495         * src/prefs_account.h
12496                 Use GtkLabel for existing account protocol name.
12497                 Created an array for protocol names and populate the
12498                 combobox from it in a for() cycle.
12499
12500 2006-06-30 [colin]      2.3.1cvs47
12501
12502         * src/compose.c
12503                 Block undo when changing signature (by changing
12504                 account)
12505
12506 2006-06-30 [paul]       2.3.1cvs46
12507
12508         * src/send_message.c
12509                 when editing From in the Compose window, use that address
12510                 in the Return-Path: header
12511                 Thanks to Colin
12512
12513 2006-06-30 [colin]      2.3.1cvs45
12514
12515         * src/compose.c
12516                 Fix signature replacement:
12517                 - when no newline before separator
12518                 - when reediting
12519
12520 2006-06-29 [colin]      2.3.1cvs44
12521
12522         * src/folderview.c
12523         * src/folderview.h
12524         * src/mainwindow.c
12525         * src/summaryview.c
12526                 Let 'View/Go to/Next marked' work like
12527                 Next new & Next unread: across folders
12528                 Change the select_on_entry pref to do
12529                 what we want when changing folder
12530         * src/common/utils.c
12531                 Fix single-quoted links 
12532
12533 2006-06-29 [colin]      2.3.1cvs43
12534
12535         * src/gtk/gtkaspell.c
12536                 "Sylpheed" and "Sylpheed-Claws" do exist !
12537
12538 2006-06-29 [colin]      2.3.1cvs42
12539
12540         * src/imap.c
12541                 Forgot to remove debug
12542
12543 2006-06-29 [colin]      2.3.1cvs41
12544
12545         * src/imap.c
12546         * src/imap.h
12547         * src/mainwindow.c
12548                 Disconnect from IMAP servers when going
12549                 offline. Fixes bug #978 (going to offline-mode 
12550                 won't close connections)
12551
12552 2006-06-29 [colin]      2.3.1cvs40
12553
12554         * src/main.c
12555                 Fix transient setting on failing plugins
12556                 Patch by Fabien
12557         * src/plugins/pgpcore/sgpgme.c
12558                 Only warn for OpenPGP. Most people don't
12559                 have CMS available.
12560
12561 2006-06-29 [colin]      2.3.1cvs39
12562
12563         * src/compose.c
12564                 Fix Spelling menu (discrepancy between context menu
12565                 and top menu when folder's dictionary isn't the 
12566                 default one)
12567         * src/plugins/pgpcore/sgpgme.c
12568                 More error reporting about why gpgme can fail
12569
12570 2006-06-29 [wwp]        2.3.1cvs38
12571
12572         * src/mainwindow.c
12573                 honor the display-header-pane setting even when the message view
12574                 is a separate window.
12575
12576 2006-06-29 [wwp]        2.3.1cvs37
12577
12578         * src/prefs_actions.c
12579                 forgot to commit that one (use of GTK_STOCK_INFO).
12580
12581 2006-06-29 [colin]      2.3.1cvs36
12582
12583         * src/imap.c
12584                 Better handling of login errors (ask the password
12585                 again once), alert in case of error. Fix three
12586                 signedness warnings.
12587
12588 2006-06-28 [wwp]        2.3.1cvs35
12589
12590         * src/prefs_template.c
12591         * src/prefs_matcher.c
12592         * src/prefs_filtering_action.c
12593         * src/prefs_quote.c
12594                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12595                 patch by Fabien Vantard, slightly modified.
12596
12597 2006-06-28 [paul]
12598
12599         2.4.0-rc2 released
12600
12601 2006-06-28 [colin]      2.3.1cvs34
12602
12603         * src/prefs_account.c
12604                 Fix bug #977 (Can't add or edit imap accounts)
12605
12606 2006-06-28 [colin]      2.3.1cvs33
12607
12608         * src/mimeview.c
12609                 Fix previous
12610
12611 2006-06-28 [colin]      2.3.1cvs32
12612
12613         * src/mimeview.c
12614                 Save named inlined attachments with "Save all"
12615         * src/main.c
12616         * src/mbox.c
12617         * src/common/plugin.c
12618         * src/common/plugin.h
12619         * src/common/sylpheed.c
12620         * src/common/utils.c
12621         * src/plugins/pgpcore/sylpheed.def
12622         * src/plugins/pgpinline/sylpheed.def
12623         * src/plugins/pgpmime/sylpheed.def
12624                 Win32 compatibility patch, by
12625                 Werner Koch
12626
12627 2006-06-28 [wwp]        2.3.1cvs31
12628
12629         * src/imap.c
12630         * src/prefs_folder_item.c
12631                 less compilation warnings (thanks to Fabien Vantard), less typos.
12632
12633 2006-06-28 [paul]       2.3.1cvs30
12634
12635         * src/gtk/gtkutils.c
12636                 gtk_combo_box_set_focus_on_click() is only
12637                 available since gtk 2.6.0
12638
12639 2006-06-28 [paul]       2.3.1cvs29
12640
12641         * src/prefs_ext_prog.c
12642                 fix engrish and add a tooltip for the
12643                 'command for 'Display as text' option
12644
12645 2006-06-28 [paul]
12646
12647         2.4.0-rc1 released
12648
12649 2006-06-28 [paul]       2.3.1cvs28
12650
12651         * ChangeLog
12652         * tools/Makefile.am
12653                 include textviewer.pl in releases
12654
12655 2006-06-28 [paul]       2.3.1cvs27
12656
12657         * src/prefs_ext_prog.c
12658                 hide Print command option if libgnomeprint
12659                 support is present
12660
12661 2006-06-27 [colin]      2.3.1cvs26
12662
12663         * src/compose.c
12664                 Fix Esc handling in insert/attach dialog
12665                 Don't show this dialog if dragging something
12666                 else than text/uri-list
12667                 Thanks to Fabien Vantard
12668         * tools/textviewer.pl
12669                 Filter script to display stuff as text
12670                 by H. Merijn Brand
12671
12672 2006-06-27 [wwp]        2.3.1cvs25
12673
12674         * src/messageview.c
12675                 use the exact product name (message view title), patch
12676                 by Fabien Vantard.
12677
12678 2006-06-27 [ticho]      2.3.1cvs24
12679
12680         * src/prefs_account.c
12681         * src/prefs_common.c
12682         * src/prefs_common.h
12683         * src/prefs_ext_prog.c
12684         * src/textview.c
12685                 Add a preference (Preferences/External programs)
12686                 to allow "Display as text" to be done via a script
12687                 (patch by H.Merijn Brand).
12688                 Use GtkComboBox for protocol selection in account
12689                 preferences.
12690                 Only include current choice for existing accounts, and
12691                 insensitivize the combobox.
12692
12693 2006-06-27 [paul]       2.3.1cvs23
12694
12695         * src/mbox.c
12696                 fix crasher introduced in cvs21.
12697                 Thanks to Colin
12698
12699 2006-06-26 [colin]      2.3.1cvs22
12700
12701         * src/mbox.c
12702                 Fix double-frees when leaving folders
12703                 after exporting to mbox
12704
12705 2006-06-26 [colin]      2.3.1cvs21
12706
12707         * src/mbox.c
12708                 More feedback (and optimisation)
12709                 on import/export
12710         * src/common/utils.c
12711                 Fix case when looking for mail addresses
12712         * src/gtk/gtkutils.c
12713                 Extra check for (X-)Face
12714
12715 2006-06-25 [ticho]      2.3.1cvs20
12716
12717         * src/compose.c
12718         * src/exphtmldlg.c
12719         * src/gtk/gtkutils.c
12720         * src/gtk/gtkutils.h
12721                 Added second argument to gtkut_sc_combobox_create() to
12722                 control focus-on-click for the widget.
12723                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12724
12725 2006-06-25 [ticho]      2.3.1cvs19
12726
12727         * src/compose.c
12728         * src/gtk/Makefile.am
12729         * src/gtk/combobox.c
12730         * src/gtk/combobox.h
12731         * src/gtk/gtkutils.c
12732         * src/gtk/gtkutils.h
12733                 Use GtkComboBox instead of deprecated GtkOptionMenu
12734                 for account selector in compose window and for encoding
12735                 selector in attachment properties.
12736                 Also factorise working with the new GtkComboBox somewhat.
12737
12738 2006-06-24 [paul]       2.3.1cvs18
12739
12740         * src/prefs_common.c
12741                 use the correct default value
12742
12743 2006-06-24 [paul]       2.3.1cvs17
12744
12745         * src/compose.c
12746         * src/prefs_common.c
12747         * src/prefs_common.h
12748         * src/prefs_compose_writing.c
12749                 enable setting of default action when
12750                 dnd'ing files in the compose window.
12751                 (Collaborative effort with wwp)
12752
12753 2006-06-23 [wwp]        2.3.1cvs16
12754
12755         * src/compose.c
12756                 i18n fix (thanks to Fabien Vantard)
12757
12758 2006-06-22 [colin]      2.3.1cvs15
12759
12760         * src/prefs_customheader.c
12761                 Don't use filters in custom headers' file 
12762                 selector. Remember, extensions mean nothing :)
12763
12764 2006-06-22 [paul]       2.3.1cvs14
12765
12766         * configure.ac
12767                 allow setting of man directory location
12768
12769 2006-06-22 [colin]      2.3.1cvs13
12770
12771         * src/mainwindow.c
12772                 Add 'View/Go to/Next unread folder'.
12773                 I missed that :)
12774
12775 2006-06-22 [colin]      2.3.1cvs12
12776
12777         * src/common/utils.c
12778                 Add some subject prefixes
12779                 Patch by Bjorn T Johansen <btj@havleik.no>
12780
12781 2006-06-22 [colin]      2.3.1cvs11
12782
12783         * manual/advanced.xml
12784                 Forgotten hidden pref
12785
12786 2006-06-21 [paul]       2.3.1cvs10
12787
12788         * src/prefs_account.c
12789                 complete the removal of 'Add date header' option
12790
12791 2006-06-21 [paul]       2.3.1cvs9
12792
12793         * src/account.c
12794         * src/compose.c
12795         * src/prefs_account.c
12796         * src/prefs_account.h
12797                 remove option to add date header - always
12798                 add date header
12799         * src/etpan/imap-thread.c
12800                 fix warnings (Thanks to Colin)
12801
12802 2006-06-21 [wwp]        2.3.1cvs8
12803
12804         * src/folder.c
12805                 set the attachment flag when inline text part are (file)named. This is more convenient
12806                 when receiving (for instance) inline source files or patches sent using thunderbird.
12807
12808 2006-06-21 [paul]       2.3.1cvs7
12809
12810         * src/inc.c
12811                 fix off-by-one count of current msg in
12812                 statusbar filtering progressbar
12813
12814 2006-06-21 [paul]       2.3.1cvs6
12815
12816         * src/folder.c
12817                 Show attachment icon even if the part is 'inline'
12818                 if the following conditions are met:
12819                 - content-type != 'text/plain'
12820                 - content-type != '*/pgp-signature'
12821                 - either 'name' or 'filename' parameter is not NULL
12822                 
12823                 Thanks to Colin
12824
12825 2006-06-21 [paul]       2.3.1cvs5
12826
12827         * src/messageview.c
12828         * src/prefs_common.c
12829         * src/prefs_common.h
12830         * src/prefs_other.c
12831                 add an option to 'Never send Return
12832                 Receipts'
12833                 Thanks to Colin
12834
12835 2006-06-20 [mones]      2.3.1cvs4
12836
12837         * po/es.po
12838                 updated
12839         * src/compose.c
12840                 typo fixed (space after comma)
12841         * tools/make.themes.project
12842                 remove exec mode from tarball files
12843
12844 2006-06-20 [colin]      2.3.1cvs3
12845
12846         * src/news.c
12847         * src/procheader.c
12848         * src/unmime.c
12849                 Better fix for \n's in headers (don't 
12850                 break Received: and others)
12851
12852 2006-06-20 [paul]       2.3.1cvs2
12853
12854         * src/alertpanel.c
12855         * src/textview.c
12856                 improve legibility of phishing attempt
12857                 dialog
12858
12859 2006-06-20 [paul]       2.3.1cvs1
12860
12861         * NEWS
12862         * README
12863         * configure.ac
12864                 Update version number following
12865                 stable release
12866
12867 2006-06-20 [colin]      2.3.0cvs26
12868
12869         * src/compose.c
12870                 When dragging a file to the text of the compose
12871                 window, ask whether we want to insert or attach
12872                 (I know lots of people who do that to attach)
12873
12874 2006-06-20 [colin]      2.3.0cvs25
12875
12876         * src/etpan/imap-thread.c
12877                 Fix threshold (the append command is often > 32 bytes)
12878
12879 2006-06-19 [colin]      2.3.0cvs24
12880
12881         * src/imap.c
12882         * src/etpan/imap-thread.c
12883                 Workaround Rockliffe IMAP server bug: replace
12884                 "x UID SEARCH (ANSWERED UID 1:*)" with
12885                 "x UID SEARCH ANSWERED"
12886                 (Rockliffe doesn't handle the parenthesis)
12887
12888 2006-06-19 [colin]      2.3.0cvs23
12889
12890         * src/compose.c
12891         * src/imap.c
12892         * src/etpan/imap-thread.c
12893                 Probably fix bug #972 (Freezes when adding 
12894                 an attachment to the message)
12895         * src/common/defs.h
12896                 Modernize Firefox cmd
12897
12898
12899 2006-06-18 [colin]      2.3.0cvs22
12900
12901         * src/prefs_customheader.c
12902                 Only allow correct filenames for various
12903                 custom headers
12904
12905 2006-06-18 [colin]      2.3.0cvs21
12906
12907         * src/prefs_customheader.c
12908                 Add a 'From File...' button in custom headers prefs, which
12909                 try to do the right thing: 
12910                 for normal headers, use file as plaintext,
12911                 for X-Face, calls compface,
12912                 for Face, encode to b64.
12913
12914 2006-06-17 [colin]      2.3.0cvs20
12915
12916         * src/mh.c
12917                 Warning fix
12918
12919 2006-06-16 [colin]      2.3.0cvs19
12920
12921         * src/summaryview.c
12922                 Recursive quicksearch: show message list
12923                 in current folder, *then* search children
12924                 in the background.
12925
12926 2006-06-16 [colin]      2.3.0cvs18
12927
12928         * src/main.c
12929                 Instead of ignoring SIGPIPE, save caches
12930                 when getting one. Will fix the fact that
12931                 hot caches are out-of-date when logging 
12932                 out of Xorg.
12933         * src/compose.c
12934         * src/prefs_compose_writing.c
12935                 Only save text (not attachments) when 
12936                 auto-saving to drafts
12937         * src/unmime.c
12938                 Always replace \n, \r and \t with spaces
12939                 in headers
12940         * manual/dist/html/Makefile.am
12941         * manual/dist/pdf/Makefile.am
12942         * manual/dist/ps/Makefile.am
12943         * manual/dist/txt/Makefile.am
12944         * manual/fr/dist/html/Makefile.am
12945         * manual/fr/dist/pdf/Makefile.am
12946         * manual/fr/dist/ps/Makefile.am
12947         * manual/fr/dist/txt/Makefile.am
12948         * manual/pl/dist/html/Makefile.am
12949         * manual/pl/dist/pdf/Makefile.am
12950         * manual/pl/dist/ps/Makefile.am
12951         * manual/pl/dist/txt/Makefile.am
12952                 Fix make clean removing pregenerated manuals
12953
12954
12955 2006-06-16 [colin]      2.3.0cvs17
12956
12957         * src/plugins/pgpcore/sgpgme.c
12958         * src/plugins/pgpmime/pgpmime.c
12959         * src/plugins/pgpinline/pgpinline.c
12960                 Better error reporting in setup_signers.
12961                 Don't fallback to default key if specified
12962                 key isn't found.
12963                 Don't allow signing if more than one secret
12964                 key matches the one specified in prefs.
12965
12966 2006-06-15 [colin]      2.3.0cvs16
12967
12968         * src/folderview.c
12969                 Add "Send queue" in the folder's contextual
12970                 menu
12971         * src/compose.c
12972         * src/messageview.c
12973         * src/privacy.c
12974         * src/privacy.h
12975         * src/procmime.c
12976         * src/procmsg.c
12977         * src/plugins/pgpcore/passphrase.c
12978         * src/plugins/pgpcore/sgpgme.c
12979         * src/plugins/pgpinline/pgpinline.c
12980         * src/plugins/pgpmime/pgpmime.c
12981                 Better error reporting
12982         * src/mbox.c
12983                 Probably fix bug #971 (2.2.3 cannot read mail 
12984                 from local mbox)
12985
12986
12987 2006-06-15 [mones]      2.3.0cvs15
12988
12989         * tools/make.themes.project
12990                 creates the themes project from the web page
12991
12992 2006-06-15 [colin]      2.3.0cvs14
12993
12994         * src/folder.c
12995                 Better fix (avoid losing the folder if scan_tree 
12996                 fails)
12997
12998 2006-06-15 [cleroy]     2.3.0cvs13
12999
13000         * src/folder.c
13001                 Probably fix Bug #969 (crash on rebuilding 
13002                 imap folder)
13003
13004 2006-06-14 [colin]      2.3.0cvs12
13005
13006         * manual/dtd/manual.xsl
13007         * manual/sylpheed-claws-manual.xml
13008         * manual/fr/sylpheed-claws-manual.xml
13009         * manual/pl/sylpheed-claws-manual.xml
13010                 Insert pagebreaks between sections
13011
13012 2006-06-14 [paul]       2.3.0cvs11
13013
13014         * configure.ac
13015                 better fix than 2.3.0cvs10
13016
13017 2006-06-14 [paul]       2.3.0cvs10
13018
13019         * configure.ac
13020                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13021                 (backwards compatible)
13022
13023 2006-06-13 [colin]      2.3.0cvs9
13024
13025         * src/messageview.c
13026                 Fix sending of return receipt with the new queue folders
13027
13028 2006-06-13 [wwp]        2.3.0cvs8
13029
13030         * src/quote_fmt_lex.l
13031                 fix wrong tokens returned in quote_fmt lexer, query not().
13032
13033 2006-06-13 [wwp]        2.3.0cvs7
13034
13035         * src/folder.c
13036         * src/prefs_folder_item.c
13037                 allow changing folder type even when folder is not a top-level one,
13038                 thanks to Colin.
13039
13040 2006-06-12 [colin]      2.3.0cvs6
13041
13042         * src/folderview.c
13043                 Fix double-ask of "Do you want to mark all
13044                 as read"
13045
13046 2006-06-12 [colin]      2.3.0cvs5
13047
13048         * src/compose.c
13049         * src/compose.h
13050         * src/folder.c
13051         * src/folder.h
13052         * src/imap.c
13053         * src/inc.c
13054         * src/main.c
13055         * src/messageview.c
13056         * src/mh.c
13057         * src/prefs_folder_item.c
13058         * src/procheader.c
13059         * src/procmime.c
13060         * src/procmsg.c
13061         * src/procmsg.h
13062         * src/send_message.c
13063         * src/summaryview.c
13064         * src/toolbar.c
13065                 Apply bug #964's patch (Queue and drafts aren't normal)
13066                 The Drafts and Queue folder now contain RFC-822 files,
13067                 allowing to move and copy mails from and to these 
13068                 folders. Moving from Drafts to Queue will prepare the
13069                 mail for sending (PGP signature, encryption, etc).
13070                 This patch also rework sending errors handling to try
13071                 to be more helpful.
13072                 Also, allow redefining folder types via the GUI 
13073                 (Folder type in its Properties)
13074
13075 2006-06-12 [colin]      2.3.0cvs4
13076
13077         * src/summaryview.c
13078         * src/prefs_common.c
13079         * src/prefs_common.h
13080         * src/gedit-print.c
13081                 Allow to define a specific print font - patch
13082                 by Bernhard Walle <bernhard.walle@gmx.de>
13083         * src/prefs_fonts.c
13084         * manual/advanced.xml
13085         * manual/fr/advanced.xml
13086                 Add a hidden pref to allow deletion without
13087                 confirmation
13088
13089 2006-06-12 [wwp]        2.3.0cvs3
13090
13091         * .cvsignore
13092                 more files to ignore.
13093
13094 2006-06-12 [wwp]        2.3.0cvs2
13095
13096         * src/quote_fmt.c
13097         * src/quote_fmt_lex.l
13098         * src/quote_fmt_parse.y
13099                 extend the quote_fmt parser (templates and quotes):
13100                 - allow limited sub-expressions in |p{} and |f{} expressions,
13101                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13102                 - implemented/fixed missing implementation of query_references and show_references,
13103                 - completed, fixed contents and format of the symbols help dialog,
13104                 - fix some compilation warnings.
13105
13106 2006-06-12 [wwp]        2.3.0cvs1
13107
13108         * manual/advanced.xml
13109         * manual/fr/advanced.xml
13110                 updates in the "templates" section of the manual (eng/fr):
13111                  - be more precise (both versions)
13112                  - completed to match the english reference (fr version)
13113                  - touchups (both versions)
13114
13115 2006-06-12 [paul]       2.3.0
13116
13117         2.3.0 released
13118
13119 2006-06-12 [paul]       2.2.3cvs14
13120
13121         * po/ca.po
13122         * po/cs.po
13123         * po/de.po
13124         * po/el.po
13125         * po/fr.po
13126         * po/it.po
13127         * po/pt_BR.po
13128         * po/sr.po
13129         * po/zh_CN.po
13130                 updated by Miquel Oliete, Tim, Stephan Sachse,
13131                 Stavros Giannouris, Fabien Vantard, Andrea
13132                 Spadaccini, Frederico Goncalves Guimaraes,
13133                 Aleksandar Urosevic, and Ralgh Young
13134
13135 2006-06-12 [colin]      2.2.3cvs13
13136
13137         * src/mbox.c
13138                 Add missing header
13139
13140 2006-06-11 [colin]      2.2.3cvs12
13141
13142         * src/msgcache.c
13143                 Verify that g_malloc() succeeded
13144
13145 2006-06-11 [colin]      2.2.3cvs11
13146
13147         * src/wizard.c
13148                 Add Face header to welcome mail
13149
13150 2006-06-10 [colin]      2.2.3cvs10
13151
13152         * src/textview.c
13153                 Revert previous (Forgot it changes the
13154                 margin on the whole mail)
13155
13156 2006-06-10 [colin]      2.2.3cvs9
13157
13158         * src/textview.c
13159                 Don't overlap long headers under (X-)Face
13160
13161 2006-06-10 [mones]      2.2.3cvs8
13162
13163         * manual/xml2pdf
13164                 allow generation of manual on systems lacking saxon binary
13165                 but with java and the saxon library installed
13166
13167         * po/es.po
13168                 updated for release
13169
13170 2006-06-09 [colin]      2.2.3cvs7
13171
13172         * src/summaryview.c
13173                 Fix leak when using Display Sender using Addressbook
13174
13175 2006-06-09 [colin]      2.2.3cvs6
13176
13177         * src/compose.c
13178         * src/folder.c
13179         * src/folderview.c
13180         * src/mimeview.c
13181         * src/summaryview.c
13182                 More leaks fixes
13183
13184 2006-06-09 [paul]       2.2.3cvs5
13185
13186         * AUTHORS
13187         * src/gtk/authors.h
13188         * tools/claws.i18n.status.pl
13189                 updated with new info
13190
13191 2006-06-09 [paul]       2.2.3cvs4
13192
13193         * README
13194                 updated
13195         * manual/ack.xml
13196                 add wwp to authors list
13197         * src/gtk/authors.h
13198                 update mine and Colin's addresses
13199
13200 2006-06-08 [colin]      2.2.3cvs3
13201
13202         * src/etpan/imap-thread.c
13203                 Fix leak on SSL cert check
13204
13205 2006-06-08 [colin]      2.2.3cvs2
13206
13207         * src/common/utils.c
13208                 Fix leak
13209
13210 2006-06-08 [paul]       2.2.3cvs1
13211
13212         * configure.ac
13213                 Update version number following
13214                 stable release
13215
13216 2006-06-07 [colin]      2.2.2cvs3
13217
13218         * src/msgcache.c
13219                 Fix catching cache read errors (guint instead of gint)
13220                 Prevent malloc'ing more than 8MB (means cache corruption)
13221
13222 2006-06-07 [paul]       2.2.2cvs2
13223
13224         * src/exporthtml.c
13225         * src/exportldif.c
13226         * src/mh.c
13227         * src/mutt.c
13228         * src/pine.c
13229         * src/common/utils.c
13230                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13231                 obey $HOME'
13232                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13233                 Thanks to Colin
13234
13235 2006-06-06 [paul]       2.2.2cvs1
13236
13237         * configure.ac
13238                 Update version number following
13239                 stable release
13240
13241 2006-06-06 [paul]       2.2.1cvs6
13242
13243         * src/matcher.c
13244                 fix  implicit declaration of
13245                 sylpheed_do_idle()
13246                 Patch by Fabien Vantard
13247
13248 2006-06-06 [paul]       2.2.1cvs5
13249
13250         * src/matcher.c
13251                 fix age_greater and age_lower so that they
13252                 mean what say and not '...or equal to'
13253                 Thanks to Colin
13254
13255 2006-06-06 [paul]       2.2.1cvs4
13256
13257         * src/textview.c
13258         * src/common/utils.c
13259                 fix URI check
13260                 Thanks to Colin
13261
13262 2006-06-05 [wwp]        2.2.1cvs3
13263
13264         * manual/fr/account.xml
13265                 minor language fixes (thanks to Fabien Vantard).
13266
13267 2006-06-05 [colin]      2.2.1cvs2
13268
13269         * src/prefs_folder_item.c
13270         * src/folderview.c
13271                 Allow recursive setting of properties 
13272                 for whole mailboxes
13273         * src/matcher.c
13274                 Don't freeze on 'test' filtering rule
13275
13276 2006-06-05 [colin]      2.2.1cvs1
13277
13278         * configure.ac
13279                 Update version number following
13280                 stable release
13281
13282 2006-06-04 [wwp]        2.2.0cvs82
13283
13284         * manual/glossary.xml
13285         * manual/account.xml
13286         * manual/fr/glossary.xml
13287         * manual/fr/account.xml
13288                 added glossary section and references/links related to the Face custom header.
13289
13290 2006-06-04 [colin]      2.2.0cvs81
13291
13292         * src/summaryview.c
13293                 Skip to next message on move with no
13294                 immediate execution
13295
13296 2006-06-04 [wwp]        2.2.0cvs80
13297
13298         * manual/xml2pdf
13299                 added sanity checks, exit when needed.
13300
13301 2006-06-03 [paul]       2.2.0cvs79
13302
13303         * src/prefs_receive.c
13304                 page name is now 'Receiving'
13305         * src/prefs_send.c
13306                 page name is now 'Sending'
13307
13308 2006-06-03 [colin]      2.2.0cvs78
13309
13310         * src/plugins/spamassassin/spamassassin_gtk.c
13311                 Autoswitch to Localhost if transport was previously
13312                 disabled. Else people had to check [] Enable, then
13313                 *reselect* transport.
13314
13315 2006-06-03 [colin]      2.2.0cvs77
13316
13317         * src/plugins/pgpinline/pgpinline.c
13318         * src/plugins/pgpmime/pgpmime.c
13319                 Check that gpg_data_release_and_get_mem 
13320                 didn't fail (now, why this happens...)
13321
13322 2006-06-03 [colin]      2.2.0cvs76
13323
13324         * src/mbox.c
13325                 Fix bug #962 (Manual and/or UI should 
13326                 warn about incompatible locking 
13327                 causing dataloss)
13328
13329 2006-06-02 [cleroy]     2.2.0cvs75
13330
13331         * src/filtering.c
13332         * src/folder.c
13333         * src/procmsg.c
13334         * src/summaryview.c
13335                 Fix a few leaks
13336
13337 2006-06-02 [colin]      2.2.0cvs74
13338
13339         * src/main.c
13340                 On exit, free caches after writing them
13341                 Shuts up some valgrind false positives
13342         * src/procmsg.c
13343         * src/send_message.c
13344                 Fix races when reusing existing SMTP connections
13345                 Fix inexistant session timeout
13346         * src/toolbar.c
13347                 Display alertpanel after all queues have
13348                 been processed, not after each
13349
13350 2006-06-02 [wwp]        2.2.0cvs73
13351
13352         * manual/fr/glossary.xml
13353         * manual/fr/ack.xml
13354         * manual/ack.xml
13355                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13356
13357 2006-06-02 [wwp]        2.2.0cvs72
13358
13359         * manual/xml2pdf
13360         * manual/dist/pdf/Makefile.am
13361         * manual/dtd/manual.xsl
13362         * manual/fr/dist/pdf/Makefile.am
13363         * manual/pl/dist/pdf/Makefile.am
13364                 we changed the procedure to generate the .pdf version of the manual.
13365                 The procedure is more modern and the .pdf we get now has a valid index.
13366                 Here are the new pre-requisites:
13367
13368                 - JRE 1.x (1.4 here): there must be one from your distro
13369                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13370                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13371                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13372
13373                 See my posts for further info about the installation of this toolchain:
13374
13375                 Date: Fri, 19 May 2006 19:40:06 +0200
13376                 From: wwp <subscript@free.fr>
13377                 To: sylpheed-claws-devel@lists.sourceforge.net
13378                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13379
13380                 and
13381
13382                 Date: Wed, 24 May 2006 12:58:49 +0200
13383                 From: wwp <subscript@free.fr>
13384                 To: sylpheed-claws-devel@lists.sourceforge.net
13385                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13386
13387 2006-06-01 [colin]      2.2.0cvs71
13388
13389         * src/compose.c
13390                 Better guards against IMAP races
13391         * src/main.c
13392         * src/prefs_common.c
13393         * src/prefs_common.h
13394         * src/common/ssl_certificate.c
13395         * src/etpan/imap-thread.c
13396         * src/etpan/imap-thread.h
13397         * src/gtk/sslcertwindow.c
13398                 New hidden option ssl_skip_cert_check to 
13399                 avoid dups of bug #959 (libetpan linked
13400                 against gnutls and gnutls buggy on 64bit)
13401                 Present expired warning only once per
13402                 session/server.
13403         * manual/advanced.xml
13404         * manual/fr/advanced.xml
13405                 Document new option
13406
13407 2006-06-01 [wwp]        2.2.0cvs70
13408
13409         * src/messageview.c
13410                 fix for bug #961 (return receipt dialog 
13411                 complains incorrectly about return-path 
13412                 email adress being different), thanks 
13413                 to Colin.
13414
13415 2006-05-31 [cleroy]     2.2.0cvs69
13416
13417         * src/common/ssl.c
13418                 Guard against NULLs, although this
13419                 should never be an issue
13420
13421 2006-05-31 [colin]      2.2.0cvs68
13422
13423         * src/filtering.c
13424                 Use g_slist_prepend
13425         * src/imap.c
13426                 Don't remove caches when destroying folder, it
13427                 could (should) be done at exit
13428         * src/inc.c
13429                 free processing cache after incorporation
13430         * src/etpan/imap-thread.c
13431                 Maybe fix bug #959 (Crash on moving to emails 
13432                 to a imap account per ssl with a expired 
13433                 certificate.)
13434
13435 2006-05-30 [colin]      2.2.0cvs67
13436
13437         * src/summaryview.c
13438                 Put back event flush when displaying message
13439                 It avoids reading a bunch of messages just
13440                 by hitting shift-n for too long ;)
13441
13442 2006-05-29 [colin]      2.2.0cvs66
13443
13444         * src/summaryview.c
13445                 Remove useless g_warnings
13446
13447 2006-05-29 [colin]      2.2.0cvs65
13448
13449         * src/imap.c
13450                 Fix g_slist_append()s for performance
13451
13452 2006-05-29 [colin]      2.2.0cvs64
13453
13454         * src/compose.c
13455         * src/common/utils.c
13456                 Fix extraneous tab at start of addresses
13457         * src/mainwindow.c
13458                 Fix warnings (thanks to Fabien)
13459                 Fix crash at exit when composing messages 
13460                 exist
13461         * src/pop.c
13462                 Fix progress bar when deleting expired mails
13463                 Thanks to Hiro
13464         * src/summaryview.c
13465         * src/gtk/gtksctree.c
13466                 Fix re-sorting slowness
13467
13468 2006-05-29 [paul]       2.2.0cvs63
13469
13470         * src/mh.c
13471                 fetch full message when moving mails
13472                 from another mailbox, (fixed data loss
13473                 when filtering from IMAP to MH, introduced
13474                 in 2.2.0cvs57).
13475                 Thanks to Colin
13476
13477 2006-05-29 [mones]      2.2.0cvs62
13478
13479         * src/gtk/gtksctree.c
13480                 Unselect faster (patch by Colin)        
13481
13482 2006-05-26 [colin]      2.2.0cvs61
13483
13484         * src/summaryview.c
13485                 Unplug MSGINFO_UPDATE callback on delete too.
13486
13487 2006-05-26 [colin]      2.2.0cvs60
13488
13489         * src/foldersel.c
13490                 Fix bold in folder selection window with glib2.10
13491                 thanks Hiro
13492
13493 2006-05-26 [colin]      2.2.0cvs59
13494
13495         * src/procheader.c
13496                 Convert date only if necessary (and don't
13497                 try to convert from utf8 to utf8, too)
13498         * src/summaryview.c
13499                 Only set column's text if the column's 
13500                 displayed
13501
13502 2006-05-26 [colin]      2.2.0cvs58
13503
13504         * src/summaryview.c
13505         * src/gtk/gtkutils.c
13506                 Fix useless warning
13507
13508 2006-05-26 [colin]      2.2.0cvs57
13509
13510         * src/mainwindow.c
13511                 Make summaryview selectable as long as 
13512                 no message has focus
13513         * src/mh.c
13514                 Faster deletion (by implementing mh_remove_msgs)
13515                 Faster copy (avoid using mh_fetch_msg just to get
13516                 the filename)
13517                 Faster move (using move_file instead of copy_file
13518                 if MSG_IS_MOVE)
13519                 No progressbar if total number of mails to cp/mv 
13520                 is less than 100
13521         * src/summaryview.c
13522                 Fix removal from subject_table when mail gets moved
13523                 Faster deletion (g_slist_prepend instead of append)
13524         * src/gtk/gtksctree.c
13525                 Remove useless code
13526
13527 2006-05-25 [colin]      2.2.0cvs56
13528
13529         * src/common/ssl_certificate.c
13530                 Fix leak in expired cert check
13531
13532 2006-05-25 [colin]      2.2.0cvs55
13533
13534         * src/mh.c
13535                 Disable flags syncing on .mh_sequences - it
13536                 is buggy and marks mails read under unknown
13537                 conditions.
13538
13539 2006-05-25 [paul]
13540
13541         * 2.3.0-rc4 released
13542
13543 2006-05-24 [colin]      2.2.0cvs54
13544
13545         attention cvs users: if you manage to crash
13546         Sylpheed-Claws while moving, copying or deleting
13547         mails, we *are* interested in stack traces and
13548         valgrind logs. It looks stable, but one never
13549         knows...
13550
13551         * src/folder.c
13552                 Add progressbar for cache updates
13553         * src/folderutils.c
13554                 Optimize Mark all read in the current
13555                 folder
13556         * src/mh.c
13557                 Add progressbar for copy/move
13558         * src/procmsg.c
13559                 Optimize O(n^2) in copy/move
13560         * src/summaryview.c
13561         * src/gtk/gtksctree.c
13562                 Optimize O(n^2) algos
13563         * src/common/timing.h
13564                 Display ms instead of us
13565
13566 2006-05-24 [wwp]        2.2.0cvs53
13567
13568         * manual/fr/advanced.xml
13569                 updates to the French manual.
13570
13571 2006-05-24 [wwp]        2.2.0cvs52
13572
13573         * src/common/utils.c
13574                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13575
13576 2006-05-24 [wwp]        2.2.0cvs51
13577
13578         * src/folderutils.c
13579                 fixed "mark all read" in MH folders (thanks to Colin).
13580
13581 2006-05-24 [paul]       2.2.0cvs50
13582
13583         * doc/man/sylpheed-claws.1
13584                 updated the man page
13585
13586 2006-05-23 [colin]      2.2.0cvs49
13587
13588         * src/folderview.c
13589         * src/imap.c
13590         * src/inc.c
13591         * src/mbox.c
13592         * src/messageview.c
13593         * src/news.c
13594         * src/send_message.c
13595         * src/summaryview.c
13596         * src/gtk/sslcertwindow.c
13597                 alertpanel fixes, by Fabien
13598
13599 2006-05-23 [colin]      2.2.0cvs48
13600
13601         * src/folder.c
13602         * src/folderview.c
13603         * src/msgcache.c
13604         * src/summaryview.c
13605         * src/gtk/gtksctree.c
13606         * src/gtk/gtksctree.h
13607                 More timings
13608                 Fix slow loading problem, which was caused by the
13609                 use of some gtk_ctree funcs and their use of
13610                 g_list_position while gtk_ctree_(un)link'ing.
13611                 Reap more functions from gtkctree.c to be sure we
13612                 use our (fast) version instead of theirs.
13613         * src/mh.c
13614                 Fix copy of unread mails
13615
13616
13617 2006-05-22 [wwp]        2.2.0cvs47
13618
13619         * manual/fr/advanced.xml
13620                 updated.
13621
13622 2006-05-22 [colin]      2.2.0cvs46
13623
13624         * src/filtering.c
13625                 Fix possible infinite loop. 'copy' is not a 
13626                 final action, so when encountering a 'copy',
13627                 we have to check if a previous one was set
13628                 and do it. In the same way, if we encounter
13629                 a 'move' we have to perform a possibly 
13630                 pending 'copy'. This will slow down filtering
13631                 on IMAP if move+copy or multiple copy actions
13632                 are to be done, but handling it via the batch
13633                 would be really too convoluted.
13634
13635 2006-05-22 [wwp]        2.2.0cvs45
13636
13637         * manual/fr/advanced.xml
13638         * manual/fr/faq.xml
13639         * manual/fr/glossary.xml
13640         * manual/fr/handling.xml
13641         * manual/fr/intro.xml
13642         * manual/fr/plugins.xml
13643         * manual/fr/sylpheed-claws-manual.xml
13644                 sync w/ the english manual: updates URIs, documented mailing-list
13645                 support, better explanation about the enabled/disabled feature
13646                 in filtering/processing rules by Paul.
13647
13648 2006-05-21 [colin]      2.2.0cvs44
13649
13650         * src/summaryview.c
13651                 Don't expand after building threads, but during
13652
13653 2006-05-21 [colin]      2.2.0cvs43
13654
13655         * src/procmsg.c
13656         * src/summaryview.c
13657                 More timing possibilities... For next time I have 
13658                 to find out how the hell some 3GHz computer takes
13659                 one minute to open a 30k folder...
13660
13661 2006-05-21 [colin]      2.2.0cvs42
13662
13663         * manual/pl/advanced.xml
13664         * manual/pl/faq.xml
13665         * manual/pl/glossary.xml
13666         * manual/pl/handling.xml
13667         * manual/pl/intro.xml
13668         * manual/pl/plugins.xml
13669         * manual/pl/sylpheed-claws-manual.xml
13670                 Polish manual updated by Pawel
13671
13672 2006-05-20 [colin]
13673
13674         * 2.3.0-rc3 released
13675
13676 2006-05-20 [colin]      2.2.0cvs41
13677
13678         * src/imap.c
13679                 Fix -rc2 problems:
13680                 - remove cache of moved messages from original folder
13681                 - apply new flags to messages even if they aren't appliable
13682                   via IMAP.
13683
13684 2006-05-20 [colin]
13685
13686         * 2.3.0-rc2 released
13687
13688 2006-05-19 [colin]      2.2.0cvs40
13689
13690         * src/imap.c
13691                 Don't issue SELECT in imap_change_flags
13692                 before having checked that we indeed have
13693                 some flags to change. MSG_POSTFILTERED for
13694                 example can't be used on IMAP.
13695                 Fixes bug #955 (copying messages between 
13696                 imap folders is extremely slow), which was
13697                 a regression.
13698
13699 2006-05-19 [colin]      2.2.0cvs39
13700
13701         * src/folder.c
13702         * src/folder.h
13703         * src/folderview.c
13704                 Try to fix bug #830 (Some unread messages 
13705                 get marked read in IMAP inbox):
13706                 - Prevent scanning a folder if it's being 
13707                   opened via the GUI
13708                 - Postpone opening via the GUI of a folder
13709                   currently scanned.
13710
13711
13712 2006-05-19 [wwp]        2.2.0cvs38
13713
13714         * manual/advanced.xml
13715                 fix English+typo (thanks to Paul).
13716
13717 2006-05-19 [wwp]        2.2.0cvs37
13718
13719         * manual/advanced.xml
13720         * manual/fr/advanced.xml
13721         * src/gtk/logwindow.c
13722         * src/prefs_common.c
13723         * src/prefs_common.h
13724                 added hidden prefs to allow customization of colors used in
13725                 protocol log window (useful for dark gtk+ themes).
13726
13727 2006-05-19 [wwp]        2.2.0cvs36
13728
13729         * ChangeLog
13730                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13731
13732 2006-05-19 [paul]       2.2.0cvs35
13733
13734         * src/textview.c
13735                 make Reply-To fully clickable
13736         * src/gtk/logwindow.c
13737                 more colouring (SMTP ESMTP)
13738         Both patches by Pawel Pekala
13739
13740 2006-05-19 [cleroy]     2.2.0cvs34
13741
13742         * src/mh.c
13743                 Don't update flags from current folder
13744                 Probably fixes bug #935 (Read Messages 
13745                 Revert to Being Marked as Unread)
13746
13747 2006-05-18 [colin]      2.2.0cvs33
13748
13749         * src/imap.c
13750                 Warning fix
13751         * src/compose.c
13752         * src/mainwindow.c
13753         * src/summaryview.c
13754         * src/toolbar.c
13755                 Allow replying to multiple emails
13756                 in multiple windows
13757         * src/mimeview.c
13758         * src/etpan/imap-thread.c
13759                 Leak fixes
13760
13761 2006-05-18 [paul]       2.2.0cvs32
13762
13763         * src/summaryview.c
13764                 keep Mailing-List menu refreshed
13765                 Thanks to Colin
13766
13767 2006-05-18 [paul]       2.2.0cvs31
13768
13769         * manual/advanced.xml
13770         * manual/faq.xml
13771         * manual/glossary.xml
13772         * manual/handling.xml
13773         * manual/intro.xml
13774         * manual/plugins.xml
13775         * manual/sylpheed-claws-manual.xml
13776                 update URLs
13777                 add info about mailing-list support
13778                 edit filtering info
13779         * src/wizard.c
13780         * src/common/defs.h
13781         * src/gtk/about.c
13782         * src/plugins/dillo_viewer/README
13783                 update URLs
13784
13785 2006-05-17 [wwp]        2.2.0cvs30
13786
13787         * manual/handling.xml
13788         * manual/fr/handling.xml
13789                 documented the ability to enabled/disable filtering/processing rules.
13790
13791 2006-05-17 [colin]      2.2.0cvs29
13792
13793         * src/main.c
13794                 Don't initialize g_thread subsystem if it's 
13795                 already done (thanks to Hiro)
13796         * src/mimeview.c
13797                 Fix saving of parts when there name can't be
13798                 converted from UTF-8.
13799
13800 2006-05-17 [paul]       2.2.0cvs28
13801
13802         * po/Makefile.in.in
13803                 fix config.status warning with autoconf 2.60
13804
13805 2006-05-17 [paul]       2.2.0cvs27
13806
13807         * po/POTFILES.in
13808                 add src/mbox.c
13809
13810 2006-05-17 [wwp]        2.2.0cvs26
13811
13812         * src/mainwindow.c
13813                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13814
13815 2006-05-17 [wwp]        2.2.0cvs25
13816
13817         * src/plugins/demo/demo.c
13818                 updated product name in plugin demo (many plugins need to be
13819                 sync'ed w/ that change).
13820
13821 2006-05-17 [colin]      2.2.0cvs24
13822
13823         * src/mh.c
13824                 Fix leak
13825
13826 2006-05-16 [colin]      2.2.0cvs23
13827
13828         * src/mainwindow.c
13829                 Stupid me hit again. Fix cvs22.
13830
13831 2006-05-16 [colin]      2.2.0cvs22
13832
13833         * src/mainwindow.c
13834                 Fix bug #922 (sylpheed-claws crashed after 
13835                 pushing on Inbox folder)
13836
13837 2006-05-16 [colin]      2.2.0cvs21
13838
13839         * src/compose.c
13840                 Make From header be copy/paste/select-able
13841
13842 2006-05-16 [wwp]        2.2.0cvs20
13843
13844         * src/export.c
13845         * src/matcher.c
13846         * src/summaryview.c
13847         * src/etpan/imap-thread.c
13848                 fix some compiler warnings (thanks to Colin).
13849
13850 2006-05-16 [wwp]        2.2.0cvs19
13851
13852         * src/action.c
13853         * src/gedit-print.c
13854         * src/inc.c
13855         * src/mainwindow.c
13856         * src/mh.c
13857         * src/statusbar.c
13858         * src/send_message.c
13859         * src/summaryview.c
13860                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13861
13862 2006-05-15 [colin]      2.2.0cvs18
13863
13864         * src/procmsg.c
13865                 Fix automatic rule creation with List-Post
13866
13867 2006-05-15 [paul]       2.2.0cvs17
13868
13869         * tools/filter_conv_new.pl
13870                 updated for rule enabling/disabling
13871                 claws version >= 2.3.x required
13872
13873 2006-05-15 [cleroy]     2.2.0cvs16
13874
13875         * src/main.c
13876                 Revert test
13877
13878 2006-05-15 [cleroy]     2.2.0cvs15
13879
13880         * src/main.c
13881                 test
13882
13883 2006-05-15 [wwp]        2.2.0cvs14
13884
13885         * manual/pl/.cvsignore
13886                 ignore generated files.
13887
13888 2006-05-14 [wwp]        2.3.0-rc1
13889
13890         * 2.3.0-rc1 released
13891
13892 2006-05-13 [wwp]        2.2.0cvs13
13893
13894         * src/filtering.c
13895         * src/filtering.h
13896         * src/matcher.c
13897         * src/matcher_parser_lex.l
13898         * src/matcher_parser_parse.y
13899         * src/prefs_filtering.c
13900                 new feature: provide the ability to disable filtering and processing
13901                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13902                 adaptations.
13903
13904 2006-05-13 [colin]      2.2.0cvs12
13905
13906         * src/compose.c
13907                 Remove useless if (a) b; else b;
13908                 Thanks to wwp
13909
13910 2006-05-13 [wwp]        2.2.0cvs11
13911
13912         * src/export.c
13913         * src/import.c
13914         * src/mainwindow.c
13915         * src/mbox.c
13916         * src/summaryview.c
13917         * src/summaryview.h
13918                 no more silent failures (or at least less ones) when importing
13919                 or exporting from/to mbox. Also start importing/exporting if
13920                 the necessary info is set.
13921
13922 2006-05-13 [wwp]        2.2.0cvs10
13923
13924         * RELEASE_NOTES
13925                 restored up-to-date release notes.
13926
13927 2006-05-13 [paul]       2.2.0cvs9
13928
13929         * po/nl.po
13930         * po/ru.po
13931                 updated by Tim Dijkstra and Pavlo Bohmat
13932
13933 2006-05-12 [colin]      2.2.0cvs8
13934
13935         * src/gtk/quicksearch.c
13936                 Add "k" as shortcut for "colorlabel". Patch
13937                 by ath42@users.sf.net.
13938
13939 2006-05-12 [paul]       2.2.0cvs7
13940
13941         * src/prefs_common.h
13942         * src/prefs_summaries.c
13943         * src/summaryview.c
13944                 when entering a folder also allow
13945                 going directly to first Marked message
13946
13947 2006-05-12 [paul]       2.2.0cvs6
13948
13949         * src/summaryview.c
13950                 always obey 'confirm before marking all
13951                 mails read' option
13952
13953 2006-05-12 [paul]       2.2.0cvs5
13954
13955         * src/textview.c
13956                 make Sender fully clickable
13957
13958 2006-05-12 [colin]      2.2.0cvs4
13959
13960         * src/compose.c
13961         * src/compose.h
13962                 Let From be editable
13963         * src/main.c
13964         * src/mh.c
13965                 Full support of .mh_sequences' Unseen seq
13966
13967 2006-05-12 [colin]      2.2.0cvs3
13968
13969         * src/folder.c
13970         * src/mainwindow.c
13971         * src/mainwindow.h
13972         * src/messageview.c
13973         * src/prefs_spelling.c
13974         * src/procheader.c
13975         * src/procmsg.c
13976         * src/procmsg.h
13977         * src/summaryview.c
13978         * src/toolbar.c
13979         * src/toolbar.h
13980                 Add contextual menu on Compose toolbar
13981                 button. Fixes bug #944 (Automatic
13982                 addresses not applied when changing account
13983                 from compose window)
13984                 add Mailing List support
13985                 based on the old 0.6.5claws25 patch by
13986                 Melvin Hadasht, with finishing touches
13987                 by Colin
13988                 Fix "ignore thread" when mails are threaded by
13989                 subject (and weren't ignored although appearing
13990                 in the thread).
13991                 GUI rework.
13992                 Both patches by Pawel.
13993
13994 2006-05-08 [paul]       2.2.0cvs2
13995
13996         * src/mainwindow.c
13997         * src/mainwindow.h
13998         * src/messageview.c
13999         * src/procheader.c
14000         * src/procmsg.c
14001         * src/procmsg.h
14002         * src/summaryview.c
14003                 add Mailing List support
14004                 based on the old 0.6.5claws25 patch by 
14005                 Melvin Hadasht, with finishing touches
14006                 by Colin
14007
14008 2006-05-08 [colin]      2.2.0cvs1
14009
14010         * src/mainwindow.c
14011         * src/toolbar.c
14012         * src/toolbar.h
14013                 Add contextual menu on Compose toolbar 
14014                 button. Fixes bug #944 (Automatic 
14015                 addresses not applied when changing account 
14016                 from compose window)
14017
14018 2006-05-08 [paul]       2.2.0
14019
14020         2.2.0 released
14021
14022 2006-05-08 [paul]       2.1.1cvs51
14023
14024         * po/cs.po
14025         * po/de.po
14026         * po/en_GB.po
14027         * po/fi.po
14028         * po/fr.po
14029         * po/pt_BR.po
14030         * po/sr.po
14031         * po/zh_CN.po
14032                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14033                 Fabien Vantard, Frederico Goncalves Guimaraes,
14034                 Aleksandar Urosevic, and Ralgh Young
14035
14036 2006-05-12 [colin]      2.1.1cvs50
14037
14038         * po/cs.po
14039         * po/de.po
14040         * po/en_GB.po
14041         * po/es.po
14042         * po/fi.po
14043         * po/fr.po
14044         * po/pt_BR.po
14045         * po/sr.po
14046         * po/zh_CN.po
14047                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14048                 Fabien Vantard, Frederico Goncalves Guimaraes,
14049                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14050
14051 2006-05-05 [colin]      2.1.1cvs49
14052
14053         * manual/Makefile.am
14054         * manual/pl/Makefile.am
14055         * manual/pl/account.xml
14056         * manual/pl/ack.xml
14057         * manual/pl/addrbook.xml
14058         * manual/pl/advanced.xml
14059         * manual/pl/faq.xml
14060         * manual/pl/glossary.xml
14061         * manual/pl/gpl.xml
14062         * manual/pl/handling.xml
14063         * manual/pl/intro.xml
14064         * manual/pl/keyboard.xml
14065         * manual/pl/plugins.xml
14066         * manual/pl/starting.xml
14067         * manual/pl/sylpheed-claws-manual.xml
14068         * manual/pl/dist/.cvsignore
14069         * manual/pl/dist/Makefile.am
14070         * manual/pl/dist/html/.cvsignore
14071         * manual/pl/dist/html/Makefile.am
14072         * manual/pl/dist/pdf/.cvsignore
14073         * manual/pl/dist/pdf/Makefile.am
14074         * manual/pl/dist/ps/.cvsignore
14075         * manual/pl/dist/ps/Makefile.am
14076         * manual/pl/dist/txt/.cvsignore
14077         * manual/pl/dist/txt/Makefile.am
14078                 Add the polish translation of the manual,
14079                 Authored by Pawel Pekala.
14080
14081 2006-05-05 [cleroy]     2.1.1cvs48
14082
14083         * src/main.c
14084                 Re-read matcherrc after loading plugins 
14085                 if some of them add folders.
14086
14087 2006-05-03 [colin]      2.1.1cvs47
14088
14089         * src/imap.c
14090                 I'm idiot
14091
14092 2006-05-03 [colin]      2.1.1cvs46
14093
14094         * src/imap.c
14095                 Be sure to have a session when
14096                 getting separator
14097
14098 2006-05-03 [colin]      2.1.1cvs45
14099
14100         * src/imap.c
14101         * src/imap.h
14102         * src/imap_gtk.c
14103                 Fix preventing renaming with namespace 
14104                 separator.
14105
14106 2006-05-01 [colin]      2.1.1cvs44
14107
14108         * src/action.c
14109                 Don't reload messageview when result of
14110                 action is piped.
14111
14112 2006-04-29 [colin]      2.1.1cvs43
14113
14114         * src/prefs_receive.c
14115         * src/plugins/spamassassin/spamassassin_gtk.c
14116         * src/plugins/clamav/clamav_plugin_gtk.c
14117                 GUI fixes by Pawel
14118
14119 2006-04-29 [colin]      2.1.1cvs42
14120
14121         * src/prefs_compose_writing.c
14122         * src/prefs_quote.c
14123                 Cleanups. Patch by Pawel
14124
14125 2006-04-28 [paul]       2.1.1cvs41
14126
14127         * src/matcher.c
14128                 fix returned quick search results when search
14129                 term contains an underscore.
14130                 Thanks to Colin
14131
14132 2006-04-28 [paul]       2.1.1cvs40
14133
14134         * src/prefs_message.c
14135         * src/prefs_receive.c
14136                 GUI cleanups
14137                 Patches by Pawel Pekala
14138
14139 2006-04-27 [colin]      2.1.1cvs39
14140
14141         * src/wizard.c
14142                 Differentiate subject Welcome from
14143                 window's title Welcome
14144
14145 2006-04-27 [paul]
14146
14147         2.2.0-rc1 released
14148
14149 2006-04-27 [paul]       2.1.1cvs38
14150
14151         * manual/advanced.xml
14152         * manual/fr/advanced.xml
14153                 add info about compose_no_markup hidden pref
14154
14155 2006-04-27 [paul]       2.1.1cvs37
14156
14157         * src/prefs_account.c
14158                 improve privacy labels
14159         * src/prefs_msg_colors.c
14160                 change some strings for translators' convenience
14161         * src/gtk/gtkutils.c
14162                 don't underline the link button text
14163
14164 2006-04-25 [colin]      2.1.1cvs36
14165
14166         * src/folder.c
14167                 Complete 2.1.1cvs33 (once more ;)
14168
14169 2006-04-25 [colin]      2.1.1cvs35
14170
14171         * src/editldap.c
14172                 Fix tooltip
14173
14174 2006-04-25 [cleroy]     2.1.1cvs34
14175
14176         * src/compose.c
14177         * src/gtk/gtkaspell.c
14178                 Fix crash on redirect (related to the return 
14179                 of the aspell menu in compose's toolbar)
14180         * src/prefs_msg_colors.c
14181                 Fix sensitivity widgets
14182         * src/image_viewer.c
14183         * src/gtk/pluginwindow.c
14184         * src/gtk/prefswindow.c
14185                 Change released signals to clicked (Fabien)
14186         * po/POTFILES.in
14187         * src/common/socket.c
14188         * src/plugins/spamassassin/spamassassin.c
14189                 Translate strings (Fabien)
14190
14191 2006-04-25 [paul]       2.1.1cvs33
14192
14193         * src/folder.c
14194         * src/folder.h
14195         * src/folderview.c
14196                 complete the fix of bug #912
14197                 Thanks to Colin
14198
14199 2006-04-25 [colin]      2.1.1cvs32
14200
14201         * src/news.c
14202                 Better progress bar
14203         * src/mimeview.c
14204         * src/summaryview.c
14205         * src/summaryview.h
14206                 Fix focus chain
14207                 Patches by Pawel Pekala
14208
14209 2006-04-24 [colin]      2.1.1cvs31
14210
14211         * src/compose.c
14212                 Fix compilation warnings (Fabien)
14213
14214 2006-04-24 [colin]      2.1.1cvs30
14215
14216         * src/addrindex.c
14217         * src/editldap.c
14218         * src/editldap_basedn.c
14219         * src/editldap_basedn.h
14220         * src/ldapctrl.c
14221         * src/ldapctrl.h
14222         * src/ldapquery.c
14223         * src/ldaputil.c
14224         * src/ldaputil.h
14225                 Fix bug #901 (LDAPS support)
14226
14227 2006-04-24 [colin]      2.1.1cvs29
14228
14229         * src/compose.c
14230                 Fix logic on error with send dialog on
14231         * src/imap.c
14232                 Fix compilation without libetpan, thanks
14233                 to Fabien
14234         * src/summaryview.c
14235                 Fix 'context-menu' key
14236
14237 2006-04-23 [colin]      2.1.1cvs28
14238
14239         * src/folder.c
14240                 Never free current's cache to free up 
14241                 memory. Fixes bug #912 (new count 
14242                 randomly set to message count)
14243
14244 2006-04-23 [colin]      2.1.1cvs27
14245
14246         * src/gtk/quicksearch.c
14247                 And remove printf...
14248
14249 2006-04-23 [colin]      2.1.1cvs26
14250
14251         * src/gtk/quicksearch.c
14252                 Fix replacing in quicksearch, and fix inserting
14253                 in the middle of the string. (introduced at 2.1.0cvs22)
14254
14255 2006-04-23 [colin]      2.1.1cvs25
14256
14257         * src/imap.c
14258                 Make sure uidnext is initialized in get_num_list
14259                 (not for stable, related to 2.1.1cvs8 and friends)
14260
14261 2006-04-23 [colin]      2.1.1cvs24
14262
14263         * src/imap.c
14264                 Output something when login is successful
14265                 too
14266
14267 2006-04-23 [colin]      2.1.1cvs23
14268
14269         * src/etpan/imap-thread.c
14270                 Better logging (line-per-line, hide data in fetch)
14271                 Fix a const warning
14272         * src/gtk/logwindow.c
14273         * src/gtk/logwindow.h
14274                 Better logging (color for input/output)
14275
14276 2006-04-21 [colin]      2.1.1cvs22
14277
14278         * src/gtk/quicksearch.c
14279                 On gtk+-2.8, use stock buttons in quicksearch
14280                 Based on a patch by Fabien and a design by Paul
14281
14282 2006-04-21 [colin]      2.1.1cvs21
14283
14284         * src/folderview.c
14285         * src/mainwindow.c
14286                 Fix occasional flicker in folderview
14287         * src/common/utils.c
14288                 Fix bug #943 (Incorrectly parsed email address 
14289                 list in short headers on message view and in 
14290                 printouts)
14291
14292 2006-04-20 [colin]      2.1.1cvs20
14293
14294         * src/imap.c
14295         * src/imap.h
14296         * src/prefs_account.c
14297                 Add ANONYMOUS auth for IMAP
14298
14299 2006-04-20 [paul]       2.1.1cvs19
14300
14301         * src/main.c
14302                 proper fix for 2.1.1cvs18
14303                 Thanks to Colin
14304
14305 2006-04-20 [paul]       2.1.1cvs18
14306
14307         * src/main.c
14308                 fix build warnings
14309
14310 2006-04-20 [paul]       2.1.1cvs17
14311
14312         * src/gtk/quicksearch.c
14313                 fix standard, non-extended Quick search,
14314                 was broken in 2.1.1cvs15.
14315                 Thanks to Colin.
14316
14317 2006-04-20 [colin]      2.1.1cvs16
14318
14319         * src/prefs_matcher.c
14320                 Fix values when reselecting a ~test
14321                 rule
14322
14323 2006-04-19 [colin]      2.1.1cvs15
14324
14325         * src/compose.c
14326         * src/compose.h
14327         * src/gtk/gtkaspell.c
14328         * src/gtk/gtkaspell.h
14329                 Put back Options menu in Spelling/
14330         * src/gtk/quicksearch.c
14331                 Don't search, and show error, if the
14332                 advanced search has a syntax error
14333
14334 2006-04-18 [colin]      2.1.1cvs14
14335
14336         * src/textview.c
14337                 Fix gdk warnings on set_cursor when textview
14338                 isn't visible
14339
14340 2006-04-18 [colin]      2.1.1cvs13
14341
14342         * src/gtk/gtksctree.c
14343                 Remove seemingly useless refresh that causes
14344                 flicker - watch this commit in case of 
14345                 problems before planned backport to stable
14346
14347 2006-04-18 [colin]      2.1.1cvs12
14348
14349         * src/imap.c
14350                 Factorize get/set_xml code
14351         * src/compose.c
14352         * src/prefs_account.c
14353         * src/prefs_account.h
14354         * src/procmsg.c
14355                 Add Encrypt to self option
14356
14357 2006-04-17 [colin]      2.1.1cvs11
14358
14359         * configure.ac
14360                 Fix search on encrpyt function on dragonfly
14361                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14362
14363 2006-04-17 [colin]      2.1.1cvs10
14364
14365         * src/prefs_account.c
14366                 Be safe by default: remove mails from POP3
14367                 after 7 days, not immediately
14368
14369 2006-04-17 [colin]      2.1.1cvs9
14370
14371         * src/etpan/imap-thread.c
14372                 Fix build on DragonFly - patch by 
14373                 Jonathan Buschmann <jonthn@agmact.com>
14374
14375 2006-04-17 [colin]      2.1.1cvs8
14376
14377         * src/imap.c
14378                 Save uidnext between sessions
14379
14380 2006-04-17 [colin]      2.1.1cvs7
14381
14382         * src/imap.c
14383                 scan is required when uid validity changes
14384
14385 2006-04-17 [colin]      2.1.1cvs6
14386
14387         * src/folderview.c
14388                 Don't scan if not necessary, apart in current
14389                 folder and INBOX to fetch flags.
14390         * src/imap.c
14391                 Scan is necessary if unread count changes
14392
14393 2006-04-17 [colin]      2.1.1cvs5
14394
14395         * src/imap.c
14396                 ...But always fetch ANSWERED and DELETED flags for
14397                 INBOX, as filtering can happen on these flags.
14398
14399 2006-04-17 [colin]      2.1.1cvs4
14400
14401         * src/imap.c
14402                 Don't fetch REPLIED and DELETED flags when synchronising
14403                 flags with a closed folder. We only need UNSEEN and FLAGGED
14404                 to update the folderview.
14405
14406 2006-04-17 [colin]      2.1.1cvs3
14407
14408         * src/imap.c
14409                 Faster flag search when there are new mails 
14410                 in a folder. We can do a full search if the 
14411                 folder contains less messages than the new
14412                 list.
14413
14414 2006-04-17 [colin]      2.1.1cvs2
14415
14416         * po/cs.po
14417         * po/de.po
14418         * po/fr.po
14419         * po/nl.po
14420         * po/pt_BR.po
14421                 Update translations from stable branch
14422
14423 2006-04-17 [colin]      2.1.1cvs1
14424
14425         * configure.ac
14426                 Bump version to follow stable release
14427
14428 2006-04-16 [mones]      2.1.0cvs50
14429
14430         * po/es.po
14431                 Updated for release
14432
14433 2006-04-16 [colin]      2.1.0cvs49
14434
14435         * src/textview.c
14436                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14437                 with gtk < 2.8. Thanks to Fabien Vantard.
14438
14439 2006-04-15 [colin]      2.1.0cvs48
14440
14441         * src/etpan/imap-thread.c
14442                 Fix bug #919 (libetpan: SEGV when connecting 
14443                 using command)
14444
14445 2006-04-14 [colin]      2.1.0cvs47
14446
14447         * src/main.c
14448                 Fix race on --select (should be done better)
14449
14450 2006-04-14 [wwp]        2.1.0cvs46
14451
14452         * src/send_message.c
14453                 enforce a check for domain in account prefs (a sending
14454                 error could be faced if domain was checked but no value set),
14455                 thanks to Colin.
14456
14457 2006-04-14 [colin]      2.1.0cvs45
14458
14459         * src/codeconv.c
14460                 when converting from unknown to unknown, if the
14461                 string is UTF8, don't convert it to the locale
14462                 (which breaks it)
14463
14464 2006-04-14 [colin]      2.1.0cvs44
14465
14466         * src/compose.c
14467                 Don't try to use ASCII for converting headers
14468                 (as done in body)
14469
14470 2006-04-14 [paul]       2.1.0cvs43
14471
14472         * src/crash.c
14473                 add locale/charset info to crash report
14474         * src/gtk/about.c
14475                 add wwp to doc team
14476                 replace 'e-mail' with preferred 'email'
14477         * src/gtk/authors.h
14478                 ensure contributors list is in alphabetical
14479                 order
14480
14481 2006-04-13 [colin]      2.1.0cvs42
14482
14483         * src/textview.c
14484                 Prevent gdk warnings
14485
14486 2006-04-13 [colin]      2.1.0cvs41
14487
14488         * src/common/ssl_certificate.c
14489         * src/common/ssl_certificate.h
14490         * src/gtk/sslcertwindow.c
14491                 Warn on expired certs, and display the expiration date
14492
14493 2006-04-13 [colin]      2.1.0cvs40
14494
14495         * src/plugins/spamassassin/spamassassin_gtk.c
14496                 Fix missing set_text on unix socket
14497
14498 2006-04-13 [wwp]        2.1.0cvs39
14499
14500         * manual/fr/advanced.xml
14501         * manual/fr/glossary.xml
14502                 applied new spam/ham/email lexicon (pourriel, courriel)
14503
14504 2006-04-13 [paul]       2.1.0cvs38
14505
14506         * src/plugins/pgpmime/plugin.c
14507                 remove the mention of S/MIME from the
14508                 description. This is now handled by the
14509                 S/MIME plugin.
14510
14511 2006-04-13 [paul]       2.1.0cvs37
14512
14513         * src/prefs_msg_colors.c
14514                 rework dialog
14515         * src/prefs_folder_item.c
14516         * src/prefs_spelling.c
14517                 add a tooltip to the colour selector buttons
14518
14519 2006-04-13 [wwp]        2.1.0cvs36
14520
14521         * manual/advanced.xml
14522         * manual/glossary.xml
14523         * manual/handling.xml
14524         * manual/keyboard.xml
14525         * manual/plugins.xml
14526         * manual/starting.xml
14527         * manual/fr/account.xml
14528         * manual/fr/ack.xml
14529         * manual/fr/addrbook.xml
14530         * manual/fr/advanced.xml
14531         * manual/fr/faq.xml
14532         * manual/fr/glossary.xml
14533         * manual/fr/gpl.xml
14534         * manual/fr/handling.xml
14535         * manual/fr/intro.xml
14536         * manual/fr/keyboard.xml
14537         * manual/fr/plugins.xml
14538         * manual/fr/starting.xml
14539         * manual/fr/sylpheed-claws-manual.xml
14540                 fixes to the manuals:
14541                  - summaryview -> Message List (same in French)
14542                  - translate key names
14543                  - fix French punctuation, use non-breakable spaces when
14544                    necessary, don't use &thinsp; which is not portable
14545                  - tell what maildir and mbox formats we support
14546
14547 2006-04-12 [wwp]        2.1.0cvs35
14548
14549         * src/prefs_toolbar.c
14550                 unified a replace button more,
14551                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14552
14553 2006-04-12 [wwp]        2.1.0cvs34
14554
14555         * src/prefs_common.c
14556         * src/prefs_msg_colors.c
14557                 make default color labels translatable,
14558                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14559                 thanks to Tim <timbrain@post.cz> for reporting.
14560
14561 2006-04-12 [wwp]        2.1.0cvs33
14562
14563         * manual/glossary.xml
14564         * manual/intro.xml
14565         * manual/plugins.xml
14566         * manual/starting.xml
14567         * manual/sylpheed-claws-manual.xml
14568         * manual/fr/.cvsignore
14569         * manual/fr/account.xml
14570         * manual/fr/ack.xml
14571         * manual/fr/addrbook.xml
14572         * manual/fr/advanced.xml
14573         * manual/fr/faq.xml
14574         * manual/fr/glossary.xml
14575         * manual/fr/handling.xml
14576         * manual/fr/intro.xml
14577         * manual/fr/keyboard.xml
14578         * manual/fr/plugins.xml
14579         * manual/fr/starting.xml
14580         * manual/fr/sylpheed-claws-manual.xml
14581                 various fixes: typos, missing .fr translations, punctuation,
14582                 capitalization, links, accents and some bad French more.
14583
14584 2006-04-12 [wwp]        2.1.0cvs32
14585
14586         * src/prefs_gtk.c
14587                 fix for bug #935: always store prefs files in UTF-8 (thanks
14588                 to Colin).
14589
14590 2006-04-11 [colin]      2.1.0cvs31
14591
14592         * src/compose.c
14593                 Fix inserting files not in utf8 when locale is utf8
14594
14595 2006-04-11 [colin]      2.1.0cvs30
14596
14597         * src/inc.c
14598                 Don't show error dialog when cancelling connection
14599                 Patch by Pawel
14600
14601 2006-04-11 [cleroy]     2.1.0cvs29
14602
14603         * src/compose.c
14604                 Implement multiple quote levels
14605         * src/prefs_common.c
14606                 Change a little bit the quote bgcolor for 2nd level
14607
14608 2006-04-11 [colin]      2.1.0cvs28
14609
14610         * src/gtk/about.c
14611                 Add locale and charset in the label
14612
14613 2006-04-10 [colin]      2.1.0cvs27
14614
14615         * src/compose.c
14616         * src/prefs_common.c
14617         * src/prefs_common.h
14618         * src/prefs_msg_colors.c
14619         * src/textview.c
14620                 Allow optional background color in quotes
14621                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14622                 GTK+-2.8.x feature
14623
14624 2006-04-10 [colin]      2.1.0cvs26
14625
14626         * src/main.c
14627         * src/mainwindow.c
14628         * src/mainwindow.h
14629                 Implement --select
14630
14631 2006-04-10 [colin]      2.1.0cvs25
14632
14633         * manual/plugins.xml
14634         * manual/fr/plugins.xml
14635                 Document libcurl's proxy variables
14636
14637 2006-04-09 [colin]      2.1.0cvs24
14638
14639         * src/prefs_common.c
14640                 gettext() returns statically allocated stuff. We have
14641                 to strdup it in order to be able to free it.
14642
14643 2006-04-09 [colin]      2.1.0cvs23
14644
14645         * AUTHORS
14646         * src/gtk/authors.h
14647                 Add Alexei
14648
14649 2006-04-09 [colin]      2.1.0cvs22
14650
14651         * src/mainwindow.c
14652         * src/gtk/quicksearch.c
14653                 Fix bug #859 (problems with cyrilic input in 
14654                 search panel) - Patch by Alexey Illarionov 
14655                 <littlesavage@rambler.ru>
14656
14657 2006-04-09 [colin]      2.1.0cvs21
14658
14659         * src/prefs_customheader.c
14660                 I prefer removing then freeing rather than the contrary
14661                 (even if it doesn't change anything ;-)
14662         * src/prefs_account.c
14663                 Fix bug #933 (Crash re-entering the custom headers list 
14664                 dialog in accounts prefs)
14665                 The problem happened when cancelling the Account 
14666                 Preferences' dialogs - in which case we didn't do 
14667                 anything to the PrefsAccount * struct. In case of applying,
14668                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14669                 working with in this dialog. The problem is that 
14670                 prefs_customheader.c, working on this tmp_ac_prefs, always
14671                 changes the ->customhdr_list pointer, even when cancelled. 
14672                 So in case of cancelling the prefs_account dialog, we still
14673                 have to update ->customhdr_list in the real account.
14674
14675 2006-04-08 [colin]      2.1.0cvs20
14676
14677         * manual/fr/glossary.xml
14678         * manual/fr/keyboard.xml
14679                 Forgot some headers :)
14680
14681 2006-04-08 [colin]      2.1.0cvs19
14682
14683         * manual/Makefile.am
14684         * manual/fr/Makefile.am
14685         * manual/fr/account.xml
14686         * manual/fr/ack.xml
14687         * manual/fr/addrbook.xml
14688         * manual/fr/advanced.xml
14689         * manual/fr/faq.xml
14690         * manual/fr/glossary.xml
14691         * manual/fr/gpl.xml
14692         * manual/fr/handling.xml
14693         * manual/fr/intro.xml
14694         * manual/fr/keyboard.xml
14695         * manual/fr/plugins.xml
14696         * manual/fr/starting.xml
14697         * manual/fr/sylpheed-claws-manual.xml
14698         * manual/fr/dist/.cvsignore
14699         * manual/fr/dist/Makefile.am
14700         * manual/fr/dist/html/.cvsignore
14701         * manual/fr/dist/html/Makefile.am
14702         * manual/fr/dist/pdf/.cvsignore
14703         * manual/fr/dist/pdf/Makefile.am
14704         * manual/fr/dist/ps/.cvsignore
14705         * manual/fr/dist/ps/Makefile.am
14706         * manual/fr/dist/txt/.cvsignore
14707         * manual/fr/dist/txt/Makefile.am
14708                 Add the french translation of the manual. Thanks to
14709                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14710                 account.xml, ack.xml, addrbook.xml and advanced.xml
14711
14712 2006-04-08 [colin]      2.1.0cvs18
14713
14714         * manual/plugins.xml
14715         * manual/starting.xml
14716                 More fixes
14717
14718 2006-04-07 [colin]      2.1.0cvs17
14719
14720         * manual/faq.xml
14721         * manual/intro.xml
14722         * manual/keyboard.xml
14723                 Little fixes
14724
14725 2006-04-07 [colin]      2.1.0cvs16
14726
14727         * README
14728         * src/compose.c
14729         * src/prefs_common.c
14730         * src/prefs_common.h
14731                 Add hidden compose_no_markup pref
14732
14733 2006-04-07 [wwp]        2.1.0cvs15
14734
14735         * src/summary_search.c
14736         * .cvsignore
14737                 Bugfix: stop button was sticky when searching in an empty folder.
14738                 Applied curly brackets code style to the whole file (summary_search.c).
14739                 More files to ignore.
14740
14741 2006-04-07 [wwp]        2.1.0cvs14
14742
14743         * src/message_search.c
14744         * src/summary_search.c
14745                 changed default button when search bumps at file/folder
14746                 beginning or end, for convenience (thanks to Colin).
14747
14748 2006-04-07 [paul]       2.1.0cvs13
14749
14750         * src/plugins/dillo_viewer/dillo_prefs.c
14751                 avoid future potential for namespace collision
14752                 Patch by Colin
14753
14754 2006-04-06 [wwp]        2.1.0cvs12
14755
14756         * src/summary_search.c
14757                 Unify extended/advanced searches names (and thus factorize labels),
14758                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14759
14760 2006-04-06 [wwp]        2.1.0cvs11
14761
14762         * src/folderview.c
14763         * src/prefs_themes.c
14764         * src/summaryview.c
14765                 Fixed some compilation warnings.
14766
14767 2006-04-06 [colin]      2.1.0cvs10
14768
14769         * manual/advanced.xml
14770                 Document the wizard template and how to deploy
14771                 Sylpheed-Claws effectively
14772
14773 2006-04-06 [colin]      2.1.0cvs9
14774
14775         * src/folderview.c
14776                 gettext patch to tell translators about _("#"),
14777                 by Maxim Britov
14778
14779 2006-04-06 [colin]      2.1.0cvs8
14780
14781         * src/textview.c
14782                 Fix invalid GtkTextBIter after clicking "Display as text"
14783
14784 2006-04-06 [mones]      2.1.0cvs7
14785
14786         * src/addr_compl.c
14787         * src/addrindex.c
14788         * src/addritem.c
14789         * src/codeconv.c
14790         * src/compose.c
14791         * src/filtering.c
14792         * src/folder.c
14793         * src/folder_item_prefs.c
14794         * src/folderview.c
14795         * src/localfolder.c
14796         * src/matcher.c
14797         * src/mimeview.c
14798         * src/prefs_msg_colors.c
14799         * src/prefs_spelling.c
14800         * src/prefs_themes.c
14801         * src/procmime.c
14802         * src/procmsg.c
14803         * src/stock_pixmap.c
14804         * src/summaryview.c
14805         * src/textview.c
14806         * src/toolbar.c
14807         * src/common/mgutils.c
14808         * src/common/prefs.c
14809         * src/common/ssl_certificate.c
14810         * src/gtk/colorlabel.c
14811         * src/gtk/quicksearch.c
14812         * src/plugins/pgpmime/pgpmime.c
14813         * src/plugins/spamassassin/spamassassin.c
14814                 Removed redundant NULL checks for g_free() calls.
14815                 Patch by Pawel Pekala.
14816
14817 2006-04-06 [mones]      2.1.0cvs6
14818
14819         * src/prefs_actions.c
14820         * src/prefs_filtering.c
14821         * src/prefs_filtering_action.c
14822         * src/prefs_matcher.c
14823         * src/prefs_template.c
14824         * src/gtk/gtkutils.c
14825         * src/gtk/gtkutils.h
14826                 Have a nice replace button. Patch by Pawel Pekala
14827
14828 2006-04-06 [colin]      2.1.0cvs5
14829
14830         * src/addressbook.c
14831                 Fix crash with empty columns
14832
14833 2006-04-05 [colin]      2.1.0cvs4
14834
14835         * src/wizard.c
14836         * src/prefs_gtk.c
14837                 Allow wizard customization with pre-filled values
14838
14839 2006-04-05 [colin]      2.1.0cvs3
14840
14841         * src/textview.c
14842         * src/mimeview.c
14843         * src/mimeview.h
14844                 Nicer messages in mimeview
14845
14846 2006-04-05 [colin]      2.1.0cvs2
14847
14848         * src/addressbook.c
14849         * src/prefs_summaries.c
14850                 i18n fix
14851
14852 2006-04-05 [colin]      2.1.0cvs1
14853
14854         * src/plugins/pgpcore/plugin.c
14855         * src/plugins/pgpcore/select-keys.c
14856         * src/plugins/pgpcore/select-keys.h
14857         * src/plugins/pgpcore/sgpgme.c
14858         * src/plugins/pgpcore/sgpgme.h
14859         * src/plugins/pgpinline/pgpinline.c
14860         * src/plugins/pgpinline/plugin.c
14861         * src/plugins/pgpmime/pgpmime.c
14862         * src/plugins/pgpmime/plugin.c
14863                 Factorize and generalize a bit 
14864                 Drop S/MIME signature verification from PGP/MIME
14865                 (adding it as another, more complete plugin)
14866
14867 2006-04-05 [paul]       2.1.0
14868
14869         2.1.0 released
14870
14871 2006-04-05 [paul]       2.0.0cvs186
14872
14873         * manual/advanced.xml
14874                 add info on colour labels
14875
14876 2006-04-05 [paul]       2.0.0cvs185
14877
14878         * po/bg.po
14879         * po/cs.po
14880         * po/de.po
14881         * po/el.po
14882         * po/en_GB.po
14883         * po/fi.po
14884         * po/fr.po
14885         * po/it.po
14886         * po/nl.po
14887         * po/pl.po
14888         * po/pt_BR.po
14889         * po/sr.po
14890         * po/zh_CN.po
14891                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14892                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14893                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14894                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14895         * src/gtk/authors.h
14896         * tools/claws.i18n.status.pl
14897                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14898                 and new Czech translator, Tim <timbrain@post.cz>
14899
14900 2006-04-05 [mones]      2.0.0cvs184
14901
14902         * po/es.po
14903                 Updated translation
14904
14905 2006-04-05 [colin]      2.0.0cvs183
14906
14907         * src/gtk/quicksearch.c
14908                 Fix bug #929 (unnecessary reload in quick search bar)
14909
14910 2006-04-05 [colin]      2.0.0cvs182
14911
14912         * src/compose.c
14913                 Fix crash on Reply with no From:
14914                 Show signature and conversion error on queuing 
14915                 (but not sending)
14916         * src/mainwindow.c
14917         * src/summaryview.c
14918         * src/summaryview.h
14919                 Factorize threading code and make sure msginfo 
14920                 is not null when it comes from a GtkCTreeRow's 
14921                 data
14922         * src/gtk/gtkaspell.c
14923                 Check for necessary things
14924         * src/gtk/gtksctree.c
14925         * src/gtk/gtksctree.h
14926                 Reset anchor if necessary when removing node
14927
14928 2006-03-29 [colin]      2.0.0cvs181
14929
14930         * src/folderview.c
14931                 Warn for disabled IMAP accounts (due to lack of
14932                 libetpan). Breaks string-freeze - sorry - but it
14933                 is kind of important ;)
14934
14935 2006-03-28 [colin]      2.0.0cvs180
14936
14937         * src/gtk/gtkutils.c
14938         * src/gtk/gtkutils.h
14939                 Add a gtkut_get_link_btn() function that
14940                 creates a button which acts like an URI
14941         * src/prefs_themes.c
14942         * src/gtk/about.c
14943                 Use this function (factorizes codes)
14944         * src/common/defs.h
14945         * src/gtk/pluginwindow.c
14946                 Add a "Get more..." in the plugins window
14947
14948 2006-03-28 [colin]      2.0.0cvs179
14949
14950         * src/common/smtp.c
14951         * src/common/passcrypt.c
14952         * src/undo.c
14953                 Warning fixes. Patch by Pawel Pekala
14954
14955 2006-03-27 [colin]      2.0.0cvs178
14956
14957         * src/undo.c
14958                 Fix undoing by blocks with spaces
14959
14960 2006-03-27 [colin]      2.0.0cvs177
14961
14962         * src/textview.c
14963                 Set margin to 3px for headers
14964
14965 2006-03-27 [paul]
14966
14967         2.1.0-rc2 released
14968
14969 2006-03-27 [wwp]        2.0.0cvs176
14970
14971         * src/summaryview.c
14972                 don't reset quicksearch when updating the message list.
14973                 Thanks to Colin.
14974
14975 2006-03-26 [wwp]        2.0.0cvs175
14976
14977         * src/compose.c
14978                 use a unified border width ('other' tab in the compose window,
14979                 patch by Pawel Pekala).
14980
14981
14982 2006-03-26 [wwp]        2.0.0cvs174
14983
14984         * src/common/quoted-printable.c
14985         * src/addressbook.c
14986                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14987
14988 2006-03-26 [colin]      2.0.0cvs173
14989
14990         * src/quote_fmt_parse.y
14991                 Fix non-UTF8 date formats messing up the whole quote a 
14992                 little bit
14993
14994 2006-03-26 [colin]      2.0.0cvs172
14995
14996         * src/procheader.c
14997                 Make sure the date is UTF8 valid, or try to make it
14998                 so. IncrediMail is really IncrediStupid.
14999         * src/compose.c
15000                 Fix possible conversions. 
15001                 
15002
15003 2006-03-26 [colin]      2.0.0cvs171
15004
15005         * src/matcher.c
15006                 Fix corner cases in body search. This is still a
15007                 hack... It seems impossible to make it good and 
15008                 reasonably fast at the same time.
15009
15010 2006-03-26 [colin]      2.0.0cvs170
15011
15012         * src/summaryview.c
15013                 I think I killed the twilight zone bug!
15014                 summary_select_node() flushes GTK events in order
15015                 to be able to center the view. But this also 
15016                 flushes keypresses like Ctrl-Alt-U, so this can
15017                 call summary_show from summary_select_node (itself
15018                 called from summary_show, etc.). And the summaryview
15019                 has to be unlocked in this function. So just locking
15020                 while processing GTK events, and bailing if locked, 
15021                 should fix it.
15022                 Fixes bug #927 (SIGSEGV during Update Summary)
15023
15024 2006-03-25 [colin]      2.0.0cvs169
15025
15026         * src/matcher.c
15027                 Fix search in QP-encoded bodies
15028                 Fix utf-8 searches in bodies encoded in the
15029                 locale's encoding
15030         * src/common/quoted-printable.c
15031         * src/common/quoted-printable.h
15032                 Add a decode function that doesn't overwrite
15033                 the original pointer
15034                 
15035
15036 2006-03-24 [colin]      2.0.0cvs168
15037
15038         * src/action.c
15039         * src/summaryview.c
15040         * src/summaryview.h
15041                 Update message cache after action
15042                 Patch by H. Merijn Brand
15043         * src/prefs_msg_colors.c
15044                 Factorize label 
15045                 Patch by Fabien Vantard
15046         * src/plugins/spamassassin/spamassassin_gtk.c
15047                 Remove useless translation
15048                 Patch by Fabien Vantard
15049
15050 2006-03-23 [colin]      2.0.0cvs167
15051
15052         * src/common/ssl.c
15053                 Let 30 seconds to SSL_connect
15054
15055 2006-03-23 [wwp]        2.0.0cvs166
15056
15057         * src/summaryview.c
15058         * src/gtk/description_window.c
15059                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15060                 and headers are translated; adjust description windows' width to fit their
15061                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15062
15063 2006-03-23 [paul]       2.0.0cvs165
15064
15065         * src/common/utils.c
15066                 fix highlighting of URIs containing "()"
15067                 (2.0.0cvs164's reversal fixed)
15068                 Thanks to Colin.
15069
15070 2006-03-23 [paul]       2.0.0cvs164
15071
15072         * src/common/utils.c
15073                 revert patch, (postponing a fix), at 2.0.0cvs120
15074                 as it breaks more URIs than it fixes.
15075                 Allow '-' to be a terminating character in a URI
15076
15077 2006-03-22 [colin]      2.0.0cvs163
15078
15079         * configure.ac
15080                 Require libetpan 0.45
15081                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15082
15083 2006-03-22 [paul]       2.0.0cvs162
15084
15085         * src/editgroup.c
15086                 replace '<-' and '->' buttons with GTK_STOCK graphical
15087                 buttons
15088         * src/summary_search.c
15089                 don't offer '...' for translation
15090                 add a tooltip to advanced search '...' button
15091         * src/gtk/quicksearch.c
15092                 don't offer '...' for translation
15093
15094 2006-03-21 [colin]      2.0.0cvs161
15095
15096         * src/compose.c
15097                 Fix middle-click pasting (insert at click
15098                 position instead of cursor position, don't
15099                 remove existing selection and allow pasting
15100                 our own selection)
15101         * src/addressbook.c
15102                 "LDAP Server" -> "LDAP servers"
15103
15104 2006-03-21 [wwp]        2.0.0cvs160
15105
15106         * src/etpan/imap-thread.c
15107                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15108
15109 2006-03-20 [colin]      2.0.0cvs159
15110
15111         * src/summaryview.c
15112                 Don't reload summaryview after an execute with no
15113                 move action
15114
15115 2006-03-19 [colin]      2.0.0cvs158
15116
15117         * src/addressbook.c
15118                 and put groups at the top, always
15119
15120 2006-03-19 [colin]      2.0.0cvs157
15121
15122         * src/addressbook.c
15123                 Order groups before names, as previously
15124
15125 2006-03-19 [colin]      2.0.0cvs156
15126
15127         * src/addressbook.c
15128                 - Sort case-unsensitive
15129                 - Put the sort arrow at opening too
15130
15131 2006-03-19 [wwp]        2.0.0cvs155
15132
15133         * src/addressbook.c
15134                 allow sorting by name/email/remarks, ensure that right-pane's contents
15135                 matches the left-pane selection (cleared when appropriate).
15136                 Patch by Pawel Pekala <c0rn@o2.pl>.
15137
15138 2006-03-18 [colin]      2.0.0cvs154
15139
15140         * src/textview.c
15141                 Fix text cursor ;)
15142
15143 2006-03-18 [colin]      2.0.0cvs153
15144
15145         * src/gtk/filesel.c
15146                 Make sure we hide the preview if we didn't get
15147                 a filename
15148
15149 2006-03-18 [colin]      2.0.0cvs152
15150
15151         * src/summaryview.c
15152                 Set cursor to watch for execution (fixes lack
15153                 of watch-cursor when dnd'ing hundreds of mails)
15154         * src/gtk/filesel.c
15155                 Check that mime type is 'image/*' before updating
15156                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15157
15158 2006-03-18 [colin]      2.0.0cvs151
15159
15160         * src/mainwindow.c
15161         * src/textview.c
15162         * src/textview.h
15163                 Put a watch cursor in textview too when the mainwindow's
15164                 cursor in a watch
15165
15166 2006-03-18 [colin]      2.0.0cvs150
15167
15168         * src/folder.c
15169                 Change wrong asserts to simple tests
15170
15171 2006-03-17 [colin]      2.0.0cvs149
15172
15173         * src/mainwindow.c
15174         * src/mainwindow.h
15175         * src/prefs_msg_colors.c
15176         * src/summaryview.c
15177         * src/summaryview.h
15178         * src/gtk/colorlabel.c
15179         * src/gtk/colorlabel.h
15180                 Add a color label menu in the main menubar
15181                 Add (fixed) accels Ctrl-{0-7} to change the color
15182                 They have to be fixed because the menu's dynamic,
15183                 the items are complex widgets, hence we can't use
15184                 a GtkItemFactory.
15185
15186
15187 2006-03-17 [wwp]        2.0.0cvs148
15188
15189         * src/compose.c
15190                 rollback few lines from my previous commit (those lines come from
15191                 a pending patch, accidentally commited, even if neutral as they are
15192                 commented out).
15193
15194 2006-03-17 [wwp]        2.0.0cvs147
15195
15196         * src/compose.c
15197                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15198                 applied code style/indentation to the modified function.
15199
15200 2006-03-17 [wwp]        2.0.0cvs146
15201
15202         * src/procmsg.c
15203         * src/compose.c
15204                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15205
15206 2006-03-17 [paul]
15207
15208         2.1.0-rc1 released
15209
15210 2006-03-17 [paul]       2.0.0cvs145
15211
15212         * src/main.c
15213                 addressbook_read_file() was called twice
15214         * src/textview.c
15215                 X-Mailer highlighting
15216
15217 2006-03-16 [colin]      2.0.0cvs144
15218
15219         * src/sourcewindow.c
15220         * src/sourcewindow.h
15221                 And the last one, in source window.
15222
15223 2006-03-16 [colin]      2.0.0cvs143
15224
15225         * src/compose.c
15226         * src/compose.h
15227                 Fix the same stuff in compose
15228
15229 2006-03-16 [colin]      2.0.0cvs142
15230
15231         * src/messageview.c
15232                 Complete the previous messageview crash fix
15233
15234 2006-03-16 [colin]      2.0.0cvs141
15235
15236         * src/procmsg.h
15237         * src/procmsg.c
15238         * src/folder.c
15239                 Fix POSTPROCESSING hook
15240                 Patch by H. Merijn Brand
15241
15242         * src/procmime.c
15243         * src/procmime.h
15244                 Parse Content-Location
15245
15246         * src/toolbar.c
15247         * src/messageview.c
15248         * src/messageview.h
15249                 Don't crash when a top-level MessageView has
15250                 been closed on us. Same problematic than
15251                 yesterday's quicksearch issue.
15252
15253 2006-03-15 [colin]      2.0.0cvs140
15254
15255         * src/gtk/quicksearch.c
15256                 Fix a bitchy race we didn't think about when we
15257                 added quicksearch cancellation:
15258                 If the search is not on cached fields, for example
15259                 body_part matchcase "stuff"
15260                 the matcher code has to get the whole message. If
15261                 we're on IMAP, that can be slow, and in order to
15262                 be non-blocking, the IMAP code idle loop processes
15263                 gtk events too. So it is possible to cancel a
15264                 quicksearch while the matcher is getting the mail's
15265                 body. After matcher got its body, it will start to
15266                 iterate over the matcher list that the Quicksearch's
15267                 clear_search_cb() just freed via prepare_matcher().
15268                 SIGSEGV ensues.
15269                 The fix consists of guarding the matcherlist_match()
15270                 call with a boolean 'matching'. If we reset the
15271                 quicksearch while matching is TRUE, we don't free
15272                 the matcherlist anymore like we did, but we set
15273                 another new flag, deferred_free, to TRUE. Then,
15274                 in quicksearch_match(), just after returning from
15275                 matcherlist_match() and unsetting the matching flag,
15276                 we check the deferred_free flag and do the
15277                 prepare_matcher() (which does the matcherlist_free)
15278                 for real, so we free the matcherlist once it's not
15279                 used anymore.
15280                 As all of this runs via the glib main loop, we
15281                 luckily don't need a mutex.
15282         * src/summaryview.c
15283                 Also, show progress while searching.
15284
15285
15286 2006-03-14 [colin]      2.0.0cvs139
15287
15288         * src/alertpanel.c
15289                 Make alertpanel_is_open non-static
15290
15291 2006-03-14 [colin]      2.0.0cvs138
15292
15293         * src/prefs_spelling.c
15294                 Cleanups - Fabien Vantard
15295
15296 2006-03-14 [wwp]        2.0.0cvs137
15297
15298         * src/main.c
15299                 code style normalization (curly braces, indentation).
15300
15301 2006-03-14 [wwp]        2.0.0cvs137
15302
15303         * src/main.c
15304                 code style (braces, indentation)
15305
15306 2006-03-12 [paul]       2.0.0cvs136
15307
15308         * src/prefs_common.c
15309                 trans_hdr defaults to FALSE to be RFC-savvy
15310         * src/prefs_summaries.c
15311                 add a tooltip to the trans_hdr option
15312                 
15313
15314 2006-03-12 [paul]       2.0.0cvs135
15315
15316         * src/prefs_matcher.c
15317                 give a little more width to the combos
15318         * src/prefs_display_header.c
15319         * src/textview.c
15320                 translate headers if prefs_common.trans_hdr
15321                 is TRUE
15322
15323         Patches by Pawel Pekala
15324
15325 2006-03-12 [paul]       2.0.0cvs134
15326
15327         * src/plugins/clamav/clamav_plugin.c
15328         * src/plugins/dillo_viewer/dillo_viewer.c
15329         * src/plugins/pgpcore/plugin.c
15330         * src/plugins/pgpinline/plugin.c
15331         * src/plugins/pgpmime/plugin.c
15332         * src/plugins/spamassassin/spamassassin.c
15333                 update/add to descriptions
15334         * src/plugins/spamassassin/spamassassin_gtk.c
15335                 fixes to the english, remove superfluous
15336                 tooltips, clean up a little
15337
15338 2006-03-12 [paul]       2.0.0cvs133
15339
15340         * src/compose.c
15341                 fix Bug 924, 'Account combo box shows up wrong 
15342                 if & is in account name'
15343
15344 2006-03-11 [colin]      2.0.0cvs132
15345
15346         * src/summaryview.c
15347                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15348                 messed up shift-selection because is slows down
15349                 moving around summaryview. thanks -users
15350
15351 2006-03-10 [colin]      2.0.0cvs131
15352
15353         * src/plugins/spamassassin/spamassassin_gtk.c
15354                 Put back Paul's engrish fixes
15355
15356 2006-03-10 [colin]      2.0.0cvs130
15357
15358         * src/plugins/spamassassin/spamassassin.c
15359         * src/plugins/spamassassin/spamassassin.h
15360         * src/plugins/spamassassin/spamassassin_gtk.c
15361                 Cleanup SA prefs page (more)
15362                 Patch by Fabien Vantard
15363
15364 2006-03-10 [paul]       2.0.0cvs129
15365
15366         * src/prefs_msg_colors.c
15367         * src/prefs_spelling.c
15368                 widget sensitivity
15369
15370 2006-03-09 [mones]      2.0.0cvs128
15371
15372         * po/es.po
15373                 Update for next RC
15374
15375 2006-03-09 [wwp]        2.0.0cvs127
15376
15377         * configure.ac
15378                 revert accidental commit (requirement for libetpan 0.43), this time
15379                 not in HEAD.
15380
15381 2006-03-09 [wwp]        2.0.0cvs125
15382
15383         * configure.ac
15384                 revert accidental commit (requirement for libetpan 0.43)
15385
15386 2006-03-09 [paul]       2.0.0cvs126
15387
15388         * src/prefs_receive.c
15389                 remove useless frame
15390                 replace 'incorporation' with 'receiving'
15391         * src/plugins/clamav/clamav_plugin_gtk.c
15392         * src/plugins/spamassassin/spamassassin_gtk.c
15393                 improve widget sensitivity
15394                 fix a bit his engrish
15395
15396 2006-03-09 [wwp]        2.0.0cvs125
15397
15398         * src/addressadd.c
15399         * src/foldersel.c
15400         * src/prefs_common.c
15401         * src/prefs_common.h
15402                 remember some more windows' sizes (add to addressbook and
15403                 select folder).
15404
15405 2006-03-09 [paul]       2.0.0cvs124
15406
15407         * src/plugins/pgpcore/prefs_gpg.c
15408                 normalise construction of dialogue
15409
15410 2006-03-09 [paul]       2.0.0cvs123
15411
15412         * src/plugins/trayicon/Makefile.am
15413                 add missing slash
15414
15415 2006-03-08 [colin]      2.0.0cvs122
15416
15417         * src/plugins/trayicon/Makefile.am
15418                 Fix build in separate dir 
15419                 Patch by Bamanzi <bamanzi@gmail.com>
15420
15421 2006-03-08 [colin]      2.0.0cvs121
15422
15423         * src/procmsg.c
15424                 Batch move and copies from summaryview with delayed execution
15425                 too
15426
15427 2006-03-07 [paul]       2.0.0cvs120
15428
15429         * src/common/utils.c
15430                 fix highlighting of URIs containing "()"
15431                 Patch by Pawel Pekala
15432
15433 2006-03-07 [paul]       2.0.0cvs119
15434
15435         * src/folder.c
15436         * src/folder.h
15437         * src/folderview.c
15438                 immediately do alphabetical resort when
15439                 changing a folder's name
15440                 Patch by Pawel Pekala
15441
15442 2006-03-07 [paul]       2.0.0cvs118
15443
15444         * src/news.c
15445         * src/news_gtk.c
15446                 when unsubscribing a newsgroup, remove the
15447                 folder and msgs in .sylpheed-claws/newscache
15448                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15449
15450 2006-03-07 [paul]       2.0.0cvs117
15451
15452         * src/textview.c
15453                 fix wrong Fake URL Warning
15454                 Thanks to Hiro
15455
15456 2006-03-07 [colin]      2.0.0cvs116
15457
15458         * src/imap.c
15459                 Return immediately when password dialog was
15460                 cancelled
15461         * src/gtk/inputdialog.c
15462                 Allow empty strings for passwords
15463
15464
15465 2006-03-06 [colin]      2.0.0cvs115
15466
15467         * src/imap.c
15468                 Prevent double-timeouts when connection fails
15469
15470 2006-03-06 [colin]
15471
15472         2.0.1-rc1 released
15473
15474 2006-03-06 [colin]      2.0.0cvs114
15475
15476         * src/imap.c
15477                 Refresh session during potentially long
15478                 operations
15479
15480 2006-03-06 [wwp]        2.0.0cvs113
15481
15482         * src/prefs_msg_colors.h
15483                 forgot that one (custom color labels).
15484
15485 2006-03-06 [wwp]        2.0.0cvs112
15486
15487         * src/prefs_common.c
15488         * src/prefs_common.h
15489         * src/prefs_msg_colors.c
15490         * src/summaryview.c
15491         * src/summaryview.h
15492         * src/gtk/colorlabel.c
15493         * src/gtk/colorlabel.h
15494                 colors in messages list are now customizable. Color values and names can
15495                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15496                 Thanks to Paul and Colin for their help with this longstanding patch!
15497
15498 2006-03-06 [wwp]        2.0.0cvs111
15499
15500         * src/textview.c
15501                 don't crash if (x)face is bad.
15502
15503 2006-03-05 [paul]       2.0.0cvs110
15504
15505         * AUTHORS
15506         * configure.ac
15507         * src/Makefile.am
15508         * src/common/Makefile.am
15509         * src/common/utils.h
15510         * src/etpan/imap-thread.c
15511         * src/gtk/authors.h
15512         * src/plugins/clamav/Makefile.am
15513         * src/plugins/demo/Makefile.am
15514         * src/plugins/dillo_viewer/Makefile.am
15515         * src/plugins/pgpcore/Makefile.am
15516         * src/plugins/pgpcore/passphrase.c
15517         * src/plugins/pgpinline/Makefile.am
15518         * src/plugins/pgpmime/Makefile.am
15519         * src/plugins/spamassassin/Makefile.am
15520         * src/plugins/trayicon/Makefile.am
15521                 fix builiding on cygwin
15522                 Patch by Ralgh Young <bamanzi@gmail.com>
15523
15524 2006-03-04 [wwp]        2.0.0cvs109
15525
15526         * manual/keyboard.xml
15527                 fix mixed up/down keys.
15528
15529 2006-03-04 [wwp]        2.0.0cvs108
15530
15531         * README
15532         * INSTALL
15533                 updated links to SpamAssassin.
15534
15535 2006-03-04 [wwp]        2.0.0cvs107
15536
15537         * manual/plugins.xml
15538         * src/plugins/spamassassin/README
15539                 updated SpamAssassin plugin docs to reflect new functional additions
15540                 (also fix/update/documents few technical stuff more, see the README).
15541
15542 2006-03-04 [wwp]        2.0.0cvs106
15543
15544         * src/prefs_message.c
15545                 normalized capitalization of message-prefs paths.
15546
15547 2006-03-04 [wwp]        2.0.0cvs105
15548
15549         * manual/advanced.xml
15550                 typo.
15551
15552 2006-03-03 [colin]      2.0.0cvs104
15553
15554         * src/plugins/clamav/clamav_plugin_gtk.c
15555                 Rework prefs page, patch by Fabien 
15556
15557 2006-03-03 [colin]      2.0.0cvs103
15558
15559         * src/plugins/clamav/clamav_plugin.c
15560                 Set error on all errors
15561
15562 2006-03-03 [colin]      2.0.0cvs102
15563
15564         * src/common/plugin.c
15565                 Initialize error to avoid crashing when a plugin fails
15566                 without setting error
15567
15568 2006-03-02 [wwp]        2.0.0cvs101
15569
15570         * configure.ac
15571                 fixed linker flags for libetpan support on Cygwin
15572                 (thanks to H.Merijn Brand).
15573
15574 2006-03-02 [wwp]        2.0.0cvs100
15575
15576         * src/addressbook.c
15577                 fix some AB error messages: one for punctuation and
15578                 one wrongly duplicate (thanks, maxbritov).
15579
15580 2006-03-02 [wwp]        2.0.0cvs99
15581
15582         * src/plugins/spamassassin/spamassassin.c
15583                 make sync calls to sa-learn/spamc to prevent
15584                 system (whatever local or client/server) overload.
15585
15586 2006-03-02 [colin]      2.0.0cvs98
15587
15588         * src/summaryview.c
15589                 Put the spam icon in the status column instead of the
15590                 mark one
15591
15592 2006-03-01 [colin]      2.0.0cvs97
15593
15594         * src/plugins/spamassassin/spamassassin.c
15595                 Fix segfault (g_file_set_contents fails for some 
15596                 reason and err==0x2f. Can't find out why with
15597                 valgrind, using working function :-)
15598
15599 2006-03-01 [colin]      2.0.0cvs96
15600
15601         * src/inc.c
15602                 Offline overriding: let 'No' be cached only 3 seconds
15603
15604 2006-03-01 [colin]      2.0.0cvs95
15605
15606         * src/addr_compl.c
15607         * src/addrbook.c
15608         * src/addressbook.c
15609         * src/addrindex.c
15610         * src/folder_item_prefs.c
15611         * src/headerview.c
15612         * src/imap.c
15613         * src/inc.c
15614         * src/ldif.c
15615         * src/mainwindow.c
15616         * src/mh.c
15617         * src/msgcache.c
15618         * src/prefs_common.h
15619         * src/prefs_msg_colors.c
15620         * src/procheader.c
15621         * src/procheader.h
15622         * src/procmime.c
15623         * src/procmsg.c
15624         * src/procmsg.h
15625         * src/send_message.h
15626         * src/simple-gettext.c
15627         * src/summaryview.c
15628         * src/summaryview.h
15629         * src/syldap.c
15630         * src/textview.c
15631         * src/undo.c
15632         * src/common/ssl_certificate.c
15633         * src/common/utils.c
15634         * src/gtk/colorsel.c
15635         * src/gtk/gtksctree.c
15636         * src/gtk/gtkshruler.c
15637         * src/plugins/trayicon/trayicon.c
15638                 #if 0 goes to /dev/null
15639
15640 2006-03-01 [colin]      2.0.0cvs94
15641
15642         * src/compose.c
15643         * src/imap.c
15644         * src/inc.c
15645         * src/inc.h
15646         * src/messageview.c
15647         * src/news.c
15648         * src/plugins/spamassassin/spamassassin.c
15649                 Allow to add information in the "working offline"
15650                 window
15651
15652 2006-03-01 [wwp]        2.0.0cvs93
15653
15654         * src/plugins/spamassassin/spamassassin.c
15655                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15656                 'cause it seems that calling `spamc ... < inputfile` with
15657                 g_spawn_(a)sync simply.. erm doesn't work :-).
15658
15659 2006-03-01 [wwp]        2.0.0cvs92
15660
15661         * src/toolbar.c
15662         * src/toolbar.h
15663                 simplify the adding of spam/ham button to the messageview toolbar
15664                 (it gets more clear now that the same button will be "Mark as spam"
15665                 or "Mark as ham" according to the current message status,
15666                 thanks to Colin).
15667
15668 2006-03-01 [wwp]        2.0.0cvs91
15669
15670         * src/messageview.c
15671         * src/procmsg.c
15672         * src/procmsg.h
15673         * src/summaryview.c
15674         * src/plugins/spamassassin/spamassassin.c
15675         * src/plugins/spamassassin/spamassassin.h
15676                 make learner callbacks return a status (0 for ok),
15677                 handle it in main code to avoid setting flags when learning failed,
15678                 don't learn on TCP if offline in spamassassin,
15679                 thanks to Colin.
15680
15681                 
15682
15683 2006-03-01 [wwp]        2.0.0cvs90
15684
15685         * src/compose.c
15686                 some work around the compose window's account menu,
15687                 patch by Fabien Vantard.
15688
15689 2006-03-01 [wwp]        2.0.0cvs89
15690
15691         * src/plugins/spamassassin/spamassassin.c
15692                 fixed bad logics, was using spamc in local mode and sa-learn
15693                 in remote mode (thanks, Colin).
15694
15695 2006-03-01 [wwp]        2.0.0cvs88
15696
15697         * src/plugins/spamassassin/spamassassin.c
15698         * src/plugins/spamassassin/spamassassin.h
15699         * src/plugins/spamassassin/spamassassin_gtk.c
15700                 made processing of emails w/ sa-plugin an option (default is TRUE),
15701                 fixed Engrish some tooltips, capitalization of some debug messages
15702                 and warnings. The spamassassin plugin now provides two separate
15703                 services: process emails upon incorporation and spamd training.
15704                 Both services (un)register independently but use some common
15705                 plugin settings (transport settings, spam storage location).
15706
15707 2006-02-28 [wwp]        2.0.0cvs87
15708
15709         * src/plugins/spamassassin/spamassassin.c
15710                 fix async flag to spamc cmdline execution (batch exec should
15711                 be asynchronous).
15712
15713 2006-02-27 [wwp]        2.0.0cvs86
15714
15715         * src/plugins/spamassassin/spamassassin.c
15716         * src/plugins/spamassassin/spamassassin.h
15717         * src/plugins/spamassassin/spamassassin_gtk.c
15718                 - added the ability to learn a remote spamassassin server (spamd),
15719                 using spamc.
15720                 - added the spamassassin option 'username', that applies to all
15721                 spamassassin operations (filtering, learning, local or remote).
15722                 The default username is the current unix user (if left blank
15723                 from gtk prefs or config file).
15724                 - commented out some unused code (notebook widget), removed unused
15725                 layout (hbox1).
15726                 - make more widgets sensitive to the transport type.
15727
15728 2006-02-27 [colin]      2.0.0cvs85
15729
15730         * src/plugins/spamassassin/spamassassin.c
15731                 Fix sa-learn call when offline
15732
15733 2006-02-27 [colin]      2.0.0cvs84
15734
15735         * configure.ac
15736         * src/Makefile.am
15737         * src/mainwindow.c
15738         * src/mainwindow.h
15739         * src/messageview.c
15740         * src/messageview.h
15741         * src/prefs_toolbar.c
15742         * src/procmsg.c
15743         * src/stock_pixmap.c
15744         * src/stock_pixmap.h
15745         * src/summaryview.c
15746         * src/toolbar.c
15747         * src/toolbar.h
15748         * src/pixmaps/ham_btn.xpm
15749         * src/pixmaps/spam.xpm
15750         * src/pixmaps/spam_btn.xpm
15751         * src/plugins/spamassassin/spamassassin.c
15752                 Add button in toolbar for spam learning
15753                 Fix a few bugs from the last related commit
15754                 Revert 1.9.6cvs23 which messed up shift-selection
15755
15756 2006-02-24 [colin]      2.0.0cvs83
15757
15758         * src/procmsg.c
15759         * src/summaryview.c
15760         * src/summaryview.h
15761         * src/plugins/spamassassin/spamassassin.c
15762         * src/plugins/spamassassin/spamassassin.h
15763         * src/plugins/spamassassin/spamassassin_gtk.c
15764                 Unregister learner when spamassassin is either
15765                 disabled or over tcp
15766
15767 2006-02-24 [colin]      2.0.0cvs82
15768
15769         * src/Makefile.am
15770         * src/mainwindow.c
15771         * src/mainwindow.h
15772         * src/procmsg.c
15773         * src/procmsg.h
15774         * src/stock_pixmap.c
15775         * src/stock_pixmap.h
15776         * src/summaryview.c
15777         * src/summaryview.h
15778         * src/gtk/icon_legend.c
15779         * src/pixmaps/spam.xpm  ** NEW FILE **
15780         * src/plugins/spamassassin/spamassassin.c
15781         * src/plugins/spamassassin/spamassassin_gtk.c
15782                 Add spam learning interface (Mark/Mark as 
15783                 (spam|ham) menus)
15784
15785 2006-02-24 [wwp]        2.0.0cvs81
15786
15787         * src/compose.c
15788         * src/compose.h
15789         * src/filtering.c
15790                 hide compose window when sending message in batch mode
15791                 (filtering: forward and redirect). Also fixed a wrong
15792                 value returned when sending failed, neutral anyway.
15793                 (Colin, me) 
15794
15795 2006-02-24 [wwp]        2.0.0cvs80
15796
15797         * src/mainwindow.c
15798                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15799
15800 2006-02-24 [paul]       2.0.0cvs79
15801
15802         * src/news.c
15803         * src/news.h
15804         * src/news_gtk.c
15805                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15806                 Thanks to Colin
15807
15808 2006-02-23 [colin]      2.0.0cvs78
15809
15810         * src/alertpanel.c
15811                 Change OK to Close in alertpanel with View log
15812                 button; add accel to View log. Patch by Fabien
15813                 Vantard
15814
15815 2006-02-23 [wwp]        2.0.0cvs77
15816
15817         * src/compose.c
15818                 silly me, there were much more tests to perform, since toolbars can
15819                 really have down to 1 element only.
15820
15821 2006-02-23 [wwp]        2.0.0cvs76
15822
15823         * commitHelper
15824                 fixed indentation from my previous commit. Fallback to VISUAL if
15825                 EDITOR is not set (and to vi, at last resort).
15826
15827 2006-02-23 [wwp]        2.0.0cvs75
15828
15829         * commitHelper
15830                 improved error detection (Colin, me).
15831
15832 2006-02-23 [wwp]        2.0.0cvs74
15833
15834         * src/prefs_toolbar.c
15835                 simplify and fix prefs/toolbars layouting. Combos' contents can
15836                 now be really displayed.
15837
15838 2006-02-23 [wwp]        2.0.0cvs73
15839         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15840         be really displayed.
15841
15842 2006-02-22 [wwp]        2.0.0cvs72
15843
15844         * src/compose.c
15845                 fix a typo in my previous commit (sorry!).
15846
15847 2006-02-22 [wwp]        2.0.0cvs71
15848
15849         * src/prefs_toolbar.c
15850                 fix a crash when adding separators to toolbars,
15851                 also fix some separator item information.
15852
15853 2006-02-22 [wwp]        2.0.0cvs70
15854
15855         * src/compose.c
15856                 fix a crash when redirecting (for instance) when compose window's
15857                 toolbar contents has been customized (when some buttons have been
15858                 removed in fact).
15859
15860 2006-02-21 [wwp]        2.0.0cvs69
15861
15862         * src/summaryview.c
15863         * src/gtk/pluginwindow.c
15864         * src/plugins/pgpcore/prefs_gpg.c
15865                 fix some compilation warnings (feat. remains of removed code).
15866
15867 2006-02-21 [wwp]        2.0.0cvs68
15868
15869         * src/gtk/gtkutils.c
15870                 fix two compilation issues, thanks to Stephan Sachse.
15871
15872 2006-02-20 [colin]      2.0.0cvs67
15873
15874         * src/mainwindow.c
15875                 Don't reselect displayed mail on refocus
15876                 This fixes actions misbehaving 
15877
15878 2006-02-20 [wwp]        2.0.0cvs66
15879
15880         * src/summaryview.c
15881         * src/gtk/gtksctree.c
15882         * src/gtk/gtkshruler.c
15883                 changed more runtime typecast checks.
15884
15885 2006-02-20 [wwp]        2.0.0cvs65
15886
15887         * src/summary_search.c
15888                 find all - summaryview refresh issue fixed, thanks to Colin.
15889
15890 2006-02-20 [wwp]        2.0.0cvs64
15891
15892         * src/gtk/gtkutils.c
15893                 better runtime typecast checks.
15894
15895 2006-02-20 [wwp]        2.0.0cvs63
15896
15897         * src/summary_search.c
15898                 enhancements to the summary search:
15899                         - add the ability to stop the running search
15900                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15901                         - don't search if no criteria (From/To/Subject/Body) is set
15902                         - ensure that a busy mouse pointer is always shown when searching,
15903                           show it even a bit earlier
15904
15905 2006-02-19 [colin]      2.0.0cvs62
15906
15907         * src/compose.c
15908         * src/imap.c
15909         * src/etpan/imap-thread.c
15910         * src/etpan/imap-thread.h
15911                 (Future) IMAP speed improvement on sending
15912                 Will require a libetpan update
15913         * src/summaryview.c
15914         * src/gtk/quicksearch.c
15915                 Make quicksearch clearable while running.
15916
15917 2006-02-17 [colin]      2.0.0cvs61
15918
15919         * src/imap.c
15920         * src/etpan/imap-thread.c
15921         * src/etpan/imap-thread.h
15922                 Check for IMAP certificates
15923                 ** Requires libetpan-0.42-cvs4 
15924                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15925
15926 2006-02-17 [colin]      2.0.0cvs60
15927
15928         * src/messageview.c
15929         * src/prefs_common.c
15930         * src/prefs_common.h
15931         * src/prefs_message.c
15932                 Add pref to display HTML-only mails with plugin, 
15933                 if possible (defaulting to FALSE of course).
15934
15935 2006-02-16 [colin]      2.0.0cvs59
15936
15937         * src/main.c
15938         * src/common/plugin.c
15939         * src/common/plugin.h
15940         * src/gtk/pluginwindow.c
15941                 Keep track of requested (but unloaded) plugins
15942                 in some error cases.
15943
15944 2006-02-16 [wwp]        2.0.0cvs58
15945
15946         * src/gtk/gtkaspell.c
15947         * src/gtk/gtkaspell.h
15948         * src/prefs_spelling.c
15949         * src/compose.c
15950         * src/prefs_common.c
15951         * src/prefs_common.h
15952                 implemented new optional spellchecker behaviour: re-check message when
15953                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15954
15955 2006-02-16 [wwp]        2.0.0cvs57
15956
15957         * src/quote_fmt_parse.y
15958                 pclose popen'ed pipe.
15959
15960 2006-02-15 [colin]      2.0.0cvs56
15961
15962         * src/mimeview.c
15963         * src/mimeview.h
15964                 Let MimeViewers know which MimeView they
15965                 depend of.
15966         * src/summaryview.c
15967                 Swap From/To columns in Sent/Queue/Drafts
15968                 folders
15969         * src/etpan/imap-thread.c
15970                 Use mailstream_low_tls_open() for STARTTLS
15971                 instead of mailstream_low_ssl_open()
15972                 ** REQUIRES libetpan 0.42cvs3 **
15973
15974 2006-02-15 [wwp]        2.0.0cvs55
15975
15976         * src/compose.c
15977         * src/compose.h
15978         * src/message_search.c
15979         * src/message_search.h
15980         * src/textview.c
15981         * src/gtk/gtkutils.c
15982         * src/gtk/gtkutils.h
15983                 added the ability to Find text in the compose window (and a bit
15984                 of code factorization).
15985
15986 2006-02-15 [wwp]        2.0.0cvs54
15987
15988         * src/prefs_gtk.c
15989                 yet another one file was missing (fix for some widgets' sensitivity).
15990                 Thanks Colin!
15991
15992 2006-02-15 [wwp]        2.0.0cvs53
15993
15994         * src/prefs_gtk.h
15995                 oops forgot that file (fix for some widgets' sensitivity).
15996
15997 2006-02-15 [wwp]        2.0.0cvs52
15998
15999         * src/summary_search.c
16000                 implemented advanced summary search options (added the ability
16001                 to use matcher conditions in an advanced search mode).
16002
16003 2006-02-15 [wwp]        2.0.0cvs51
16004
16005         * src/plugins/pgpcore/prefs_gpg.c
16006         * src/prefs_account.c
16007                 fix some widget sensitivity, mostly around some labels in
16008                 account prefs.
16009
16010 2006-02-15 [paul]       2.0.0cvs50
16011
16012         * manual/advanced.xml
16013                 improve Templates info
16014                 written by wwp
16015
16016 2006-02-14 [colin]      2.0.0cvs49
16017
16018         * src/pixmaps/address_book.xpm
16019         * src/pixmaps/preferences.xpm
16020         * src/pixmaps/properties.xpm
16021                 Fix pixmap size - patch by Fabien Vantard
16022
16023 2006-02-13 [colin]      2.0.0cvs48
16024
16025         * src/procmime.c
16026                 Add missing fclose()s on error
16027         * src/textview.c
16028                 Remove unused code
16029         * src/common/utils.c
16030                 Fix temp files not being deleted on windows
16031         Patches by Thomas Gilgin
16032
16033 2006-02-13 [colin]      2.0.0cvs47
16034
16035         * src/mainwindow.c
16036                 Fix exit crash
16037
16038 2006-02-13 [wwp]        2.0.0cvs46
16039
16040         * src/plugins/pgpcore/prefs_gpg.c
16041                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16042
16043 2006-02-12 [colin]      2.0.0cvs45
16044
16045         * src/folderview.c
16046         * src/main.c
16047         * src/mainwindow.c
16048                 Fix "stuff" when quitting
16049
16050 2006-02-12 [wwp]        2.0.0cvs44
16051
16052         * src/prefs_themes.c
16053                 fix typos in debug messages.
16054
16055 2006-02-11 [colin]      2.0.0cvs43
16056
16057         * src/summaryview.c
16058                 don't allow drag/drop from ourself
16059
16060 2006-02-10 [wwp]        2.0.0cvs42
16061
16062         * src/exporthtml.c
16063         * src/html.c
16064         * src/html.h
16065         * src/procmime.c
16066         * src/textview.c
16067                 renamed html_ prefixed functions and data structures to avoid
16068                 namespace clashes w/ other software (gtkhtml2 for instance).
16069                 Closes bug #907.
16070
16071
16072 2006-02-09 [colin]      2.0.0cvs41
16073
16074         * src/summaryview.c
16075                 Fix shitty logic messed up. Thanks Ticho for the hint!
16076
16077 2006-02-09 [wwp]        2.0.0cvs40
16078
16079         * src/gtk/about.c
16080         * src/compose.c
16081         * src/prefs_account.c
16082         * src/prefs_gtk.h
16083         * src/editaddress.c
16084                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16085                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16086                 Browse buttons in accounts prefs.
16087
16088 2006-02-09 [colin]      2.0.0cvs39
16089
16090         * src/matcher.c
16091                 Check for pointer before using its members
16092         * src/gtk/gtksourceprintjob.c
16093                 Fix a wrong warning
16094
16095 2006-02-09 [wwp]        2.0.0cvs38
16096
16097         * src/gtk/filesel.c
16098                 fix few compiler warnings (type mismatch).
16099
16100 2006-02-09 [paul]       2.0.0cvs37
16101
16102         * po/fr.po
16103                 updated by Fabien Vantard
16104
16105 2006-02-08 [colin]      2.0.0cvs36
16106
16107         * src/prefs_common.c
16108         * src/common/defs.h
16109         * src/common/plugin.c
16110                 allow windows and linux configurations to coexist
16111                 patch by Thomas Gilgin
16112
16113 2006-02-08 [colin]      2.0.0cvs35
16114
16115         * src/filtering.c
16116         * src/matcher.c
16117         * src/matcher.h
16118         * src/matcher_parser_parse.y
16119         * src/prefs_filtering_action.c
16120         * src/prefs_matcher.c
16121                 Add the "Ignore thread" filtering
16122                 action
16123
16124 2006-02-08 [colin]      2.0.0cvs34
16125
16126         * src/compose.c
16127         * src/procmime.c
16128         * src/procmime.h
16129                 Fix bug #905 (damaged attachment)
16130                 text files with raw \0's aren't really text files
16131         FOR_STABLE
16132
16133 2006-02-08 [colin]      2.0.0cvs33
16134
16135         * src/summaryview.c
16136                 Fix crasher introduced yesterday
16137
16138 2006-02-08 [wwp]        2.0.0cvs32
16139
16140         * src/compose.c
16141         * src/compose.h
16142                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16143
16144 2006-02-08 [wwp]        2.0.0cvs31
16145
16146         * src/prefs_template.c
16147                 templates enhancement: allow address completion for Cc and Bcc fields
16148                 (it was currently possible for the To field only)
16149
16150 2006-02-08 [colin]      2.0.0cvs30
16151
16152         * src/compose.c
16153                 Don't unblock if not blocked
16154         FOR_STABLE
16155
16156 2006-02-07 [colin]      2.0.0cvs29
16157
16158         * src/action.c
16159                 Forgot to refresh summaryview
16160
16161 2006-02-07 [colin]      2.0.0cvs28
16162
16163         * src/action.c
16164                 Freeze/thaw message list and folder list while
16165                 processing %as{} actions 
16166         * src/compose.c
16167                 Fix auto-wrap disabling after a middle-click
16168                 paste - FOR_STABLE
16169
16170 2006-02-07 [paul]       2.0.0cvs27
16171
16172         * src/folder.c
16173                 fix freeing of uninitialised pointers
16174                 Thanks to Colin
16175
16176 2006-02-06 [colin]      2.0.0cvs26
16177
16178         * src/folder.c
16179                 Use g_slist_prepend in potentially big list
16180
16181 2006-02-06 [colin]      2.0.0cvs25
16182
16183         * src/folder.c
16184                 Completely skip processing if it doesn't 
16185                 exist (faster!)
16186
16187 2006-02-06 [colin]      2.0.0cvs24
16188
16189         * src/folder.c
16190         * src/summaryview.c
16191                 Batch filtering in summaryview (from Tools menu)
16192                 and pre/post//-processing too
16193
16194 2006-02-06 [colin]      2.0.0cvs23
16195
16196         * src/procmsg.h
16197         * src/filtering.c
16198                 Use a special field for batch filtering instead
16199                 of stepping on deferred execution's toes
16200
16201 2006-02-06 [colin]      2.0.0cvs22
16202
16203         * src/action.c
16204         * src/filtering.c
16205         * src/filtering.h
16206         * src/folder.c
16207         * src/summaryview.c
16208                 Fix filtering via menus and actions
16209
16210 2006-02-06 [colin]      2.0.0cvs21
16211
16212         * src/imap.c
16213                 Put the added file directly to cache if possible (will work
16214                 with next libetpan)
16215         * src/filtering.c
16216         * src/filtering.h
16217         * src/inc.c
16218         * src/folder.c
16219         * src/mbox.c
16220         * src/procmsg.h
16221                 Move and copy filtered messages by batches instead of one
16222                 by one - faster on IMAP
16223         * src/procmsg.c
16224                 Add a function that'll possibly be useful later
16225
16226 2006-02-06 [colin]      2.0.0cvs20
16227
16228         * src/addressbook.c
16229                 Use internal mime-type instead of text/plain for d'n'd
16230         * src/compose.c
16231                 Allow attaching files from mimeview's icon list via d'n'd
16232         * src/folderview.c
16233         * src/folderview.h
16234                 Use internal mime-type instead of text/plain for d'n'd
16235                 Don't try to selected opened folder if none is
16236                 Factorize d'n'd from other apps code
16237         * src/headerview.c
16238         * src/textview.c
16239         * src/gtk/gtkutils.c
16240         * src/gtk/gtkutils.h
16241                 Factorize Face/X-Face stuff
16242         * src/mimeview.c
16243                 Fix d'n'd to other apps
16244         * src/prefs_message.c
16245                 Let the XFace pref be usable without libcompface as it also
16246                 applies to Face
16247         * src/summaryview.c
16248                 Fix d'n'd to other apps
16249                 Factorize d'n'd from other apps code
16250
16251 2006-02-06 [wwp]        2.0.0cvs19
16252
16253         * po/it.po
16254                 Italian translation fixes by Andrea Spadaccini (no more confusion
16255                 between filtering and processing, and few changes in the About
16256                 dialog).
16257
16258
16259 2006-02-06 [mones]      2.0.0cvs18
16260
16261         * src/gtk/icon_legend.c
16262                 Improved descriptions allowing better translations
16263
16264 2006-02-05 [colin]      2.0.0cvs17
16265
16266         * src/imap.c
16267                 Add the f*cking missing expunge that caused imap_fetch_env
16268                 to fail after an add_msgs ! :-///
16269         * src/etpan/imap-thread.c
16270                 Add a bit of debug
16271         FOR_STABLE
16272
16273 2006-02-05 [colin]      2.0.0cvs16
16274
16275         * src/common/utils.c
16276                 Don't check for return-path (or we can't put
16277                 back non-sent mails)
16278
16279 2006-02-05 [colin]      2.0.0cvs15
16280
16281         * src/textview.c
16282                 Don't try to display Face header in textview
16283                 when teh headerview's active
16284
16285 2006-02-05 [colin]      2.0.0cvs14
16286
16287         * tools/tbird2syl.py
16288         * tools/Makefile.am
16289                 Add script to import Thunderbird mails
16290
16291 2006-02-05 [colin]      2.0.0cvs13
16292
16293         * src/headerview.c
16294         * src/procheader.c
16295         * src/procmsg.c
16296         * src/procmsg.h
16297         * src/textview.c
16298                 Show Face headers - patch partially by Klaus Flittner
16299
16300 2006-02-05 [colin]      2.0.0cvs12
16301
16302         * src/folderview.c
16303         * src/summaryview.c
16304         * src/common/utils.c
16305         * src/common/utils.h
16306                 Let dnd work from mime icons to summaryview
16307                 and to folderview too
16308                 Add a crude test to avoid trying to add files
16309                 drag'n'dropped when they're not mails
16310
16311 2006-02-04 [colin]      2.0.0cvs11
16312
16313         * src/summaryview.c
16314         * src/mimeview.c
16315                 Fix utf8 conversion
16316
16317 2006-02-04 [colin]      2.0.0cvs10
16318
16319         * src/compose.c
16320         * src/folderview.c
16321         * src/mimeview.c
16322         * src/summaryview.c
16323         * src/summaryview.h
16324                 Added various drag and drop capas:
16325                 From                    To
16326                 summaryview             other apps
16327                 mimeview icons          other apps
16328                 other apps              summaryview
16329                 other apps              folderview
16330
16331                 This shouldn't have broken the existing:
16332                 From                    To
16333                 summaryview             folderview
16334                 folderview              folderview
16335                 summaryview             compose's attachments
16336
16337         Tests welcomed.
16338
16339 2006-02-02 [paul]       2.0.0cvs9
16340
16341         * src/mainwindow.c
16342                 move global option 'Set displayed columns...' out
16343                 of folder option grouping.
16344                 fix sensitivity of 'harvest addresses'
16345         FOR_STABLE
16346
16347 2006-02-01 [colin]      2.0.0cvs8
16348
16349         * src/mimeview.c
16350                 Revert the alertpanel patch, it sucks (intrusive
16351                 and gets in the way of "open")
16352
16353 2006-02-01 [colin]      2.0.0cvs7
16354
16355         * src/compose.c
16356         * src/prefs_account.c
16357         * src/prefs_common.c
16358         * src/common/defs.h
16359         * src/common/utils.c
16360         * src/common/utils.h
16361                 Add ability to edit the signature file
16362                 from the account preferences, and use
16363                 a default for the text editor.
16364                 Patch by Fabien Vantard
16365
16366 2006-02-01 [colin]      2.0.0cvs6
16367
16368         * src/mimeview.c
16369                 Try to get mime type by extension if it is
16370                 application/octet-stream
16371                 Display a window with possible choices when
16372                 encountering unknown mime types
16373         * src/gtk/filesel.c
16374         * src/gtk/filesel.h
16375                 Add preview
16376                 Allow multiple selection in filtered filesel
16377                 (patch by Fabien Vantard)
16378         * src/gtk/pluginwindow.c
16379                 Use it (patch by Fabien Vantard)
16380
16381 2006-02-01 [paul]       2.0.0cvs5
16382
16383         * src/jpilot.c
16384                 fix crash on creating jpilot address book
16385                 Thanks to Colin - FOR_STABLE
16386         * src/prefs_summaries.c
16387         * src/prefs_wrapping.c
16388         * src/gtk/icon_legend.c
16389         * src/gtk/quicksearch.c
16390                 string fixes and additions
16391
16392 2006-02-01 [paul]       2.0.0cvs4
16393
16394         * src/compose.c
16395         * src/mainwindow.c
16396         * src/messageview.c
16397         * src/prefs_send.c
16398                 add Arabic encoding option
16399                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16400
16401 2006-01-31 [colin]      2.0.0cvs3
16402
16403         * src/plugins/pgpcore/passphrase.c
16404                 Convert passphrase to locale encoding
16405         * src/compose.c
16406                 Fix drafting on IMAP. Crappy bug sneaked in
16407                 the release :-/
16408         FOR_STABLE
16409
16410 2006-01-30 [paul]       2.0.0cvs2
16411
16412         * src/gtk/icon_legend.c
16413                 show the new entries
16414
16415 2006-01-30 [colin]      2.0.0cvs1
16416
16417         * src/manual.c
16418                 Check for the file to be present before 
16419                 enabling the menu - FOR_STABLE
16420         * src/gtk/icon_legend.c
16421                 Add folders icons (not all of them, there
16422                 are too much, but the most intriguing ones)
16423
16424 2006-01-30 [paul]       2.0.0
16425
16426         version 2.0.0 released
16427
16428 [For previous entries, see ChangeLog.pre2.0.0]