74ec8b2e858056c6f1ad62f123e37c544b76c151
[claws.git] / ChangeLog
1 2007-10-13 [colin]      3.0.2cvs70
2
3         * src/imap.c
4         * src/imap.h
5         * src/mainwindow.c
6         * src/mainwindow.h
7         * src/gtk/gtkutils.c
8         * src/gtk/gtkutils.h
9                 Staticalise/Remove more code
10
11 2007-10-13 [colin]      3.0.2cvs69
12
13         * src/common/utils.c
14         * src/common/utils.h
15                 Remove dead code, unused for ages
16
17 2007-10-13 [colin]      3.0.2cvs68
18
19         * src/main.c
20         * src/main.h
21                 Maemo: define hildon_program in main.c,
22                 make it accessible in the .h with extern
23
24 2007-10-13 [paul]       3.0.2cvs67
25
26         * src/gtk/menu.c
27                 fix a bunch of runtime warnings on maemo
28
29 2007-10-13 [paul]       3.0.2cvs66
30
31         * src/main.c
32         * src/main.h
33         * src/gtk/gtkutils.c
34         * src/gtk/gtkutils.h
35                 fix a bunch of compiler warnings on maemo
36
37 2007-10-12 [colin]      3.0.2cvs65
38
39         * src/account.c
40         * src/addritem.c
41         * src/addritem.h
42         * src/filtering.c
43         * src/filtering.h
44         * src/folder.c
45         * src/folder.h
46         * src/common/utils.c
47         * src/common/utils.h
48                 Remove unused code, staticalise some functions
49
50 2007-10-12 [paul]       3.0.2cvs64
51
52         * src/account.c
53         * src/folderview.c
54         * src/main.c
55         * src/mainwindow.c
56         * src/messageview.c
57         * src/summary_search.c
58         * src/summaryview.c
59         * src/toolbar.c
60         * src/wizard.c
61         * src/common/utils.c
62         * src/gtk/prefswindow.c
63                 fix a bunch of compiler warnings on maemo
64
65 2007-10-11 [colin]      3.0.2cvs63
66
67         * src/editaddress.c
68                 Make static function static
69
70 2007-10-11 [mones]      3.0.2cvs62
71
72         * src/addrduplicates.c
73         * src/addressbook.c
74         * src/compose.c
75         * src/expldifdlg.c
76         * src/mainwindow.c
77         * src/messageview.c
78         * src/pop.c
79         * src/prefs_customheader.c
80         * src/prefs_send.c
81         * src/prefs_themes.c
82         * src/common/plugin.c
83         * src/gtk/pluginwindow.c
84         * src/gtk/quicksearch.c
85                 Fix several typos and capitalisation issues
86
87 2007-10-11 [wwp]        3.0.2cvs61
88
89         * src/editaddress.c
90                 Fix a warning about possible use of uninitialized
91                 filename var.
92
93 2007-10-11 [wwp]        3.0.2cvs60
94
95         * src/editaddress.c
96                 Disable "Unset picture" menu item when there's
97                 no picture to clear. Fix an extraneous g_unref_object,
98                 add missing initializers.
99
100 2007-10-11 [wwp]        3.0.2cvs59
101
102         * src/pixmaps/anonymous.xpm
103         * src/editaddress.c
104         * src/Makefile.am
105         * src/stock_pixmap.c
106         * src/stock_pixmap.h
107                 Fix a leak, gettext-ize the photo label.
108                 Don't clear the existing picture if loading
109                 a new one fails. Use a default 'anonymous'
110                 picture (this new xpm has been added to the
111                 internal stock_pixmap API). Add a
112                 "Set picture" context menu entry.
113
114 2007-10-11 [colin]      3.0.2cvs58
115
116         * src/messageview.c
117                 Make shift-shortcuts work
118         * src/prefs_actions.c
119                 Don't ask if we really want to close when
120                 choosing OK and only the list is changed
121         * src/prefs_template.c
122                 Don't ask if we really want to close when
123                 choosing OK and only the list is changed
124         * src/common/plugin.c
125                 Fix writing of second [Plugins_*] block
126         * src/common/template.c
127                 Remove unused files (fixes deletion)
128
129 2007-10-10 [paul]       3.0.2cvs57
130
131         * src/prefs_template.c
132                 put the whole thing in a scrolled window
133                 so that half the page is no longer inaccessible
134                 on maemo
135                 make the gtk_text_view smaller on maemo
136
137 2007-10-10 [colin]      3.0.2cvs56
138
139         * src/compose.c
140                 Fix updating of Attachments number in some
141                 cases (reedit, attach from command-line, ...)
142
143 2007-10-10 [colin]      3.0.2cvs55
144
145         * src/editaddress.c
146                 Initialise error correctly
147
148 2007-10-10 [paul]       3.0.2cvs54
149
150         * src/prefs_filtering_action.c
151         * src/gtk/description_window.c
152         * src/gtk/foldersort.c
153         * src/gtk/quicksearch.c
154                 get rid of some pointless new lines and
155                 make the descripton labels wrap better
156
157 2007-10-10 [colin]      3.0.2cvs53
158
159         * src/addressadd.c
160         * src/editaddress.c
161         * src/headerview.c
162         * src/textview.c
163                 More error handling on saving pictures
164
165 2007-10-10 [colin]      3.0.2cvs52
166
167         * src/printing.c
168         * src/printing.h
169                 Generalize a bit printing, so we can factorize
170                 most of the code. 
171
172 2007-10-10 [paul]       3.0.2cvs51
173
174         * src/addrduplicates.c
175                 fix engrish
176                 use GTK_STOCK... buttons
177
178 2007-10-10 [paul]       3.0.2cvs50
179
180         * src/addressadd.c
181         * src/addrindex.c
182         * src/editaddress.c
183                 Fix previous patch
184                 Thanks to Colin
185
186 2007-10-10 [paul]       3.0.2cvs49
187
188         * src/summaryview.c
189         * src/messageview.c
190                 Fix crash on Add sender to addressbook when
191                 From is null
192         * src/addressadd.c
193         * src/addrindex.c
194         * src/editaddress.c
195         * src/editaddress_other_attributes_ldap.h
196                 Fix leaks 
197                 Rename images to .png in addrbook/
198         * src/headerview.c
199         * src/textview.c
200                 Fix Face/X-Face being used if adding another
201                 address than sender to addressbook
202                 Thanks to Colin
203
204 2007-10-10 [holger]     3.0.2cvs48
205
206         * src/addrduplicates.c
207         * src/editaddress.c
208                 Improvements to the addressbook duplicate finder
209                 feature:
210                  - add an edit button to the button bar
211                  - display the whole bookname (with iface) and
212                    use this for same-book checking
213                  - after editing, try to keep selections if the
214                    entries are still present
215                  - sort the email column alphabetically
216                  - put results in a scrolled window
217                  - support embedded editing
218                  - make columns in detail view resizable
219                  - add keyboard shortcuts
220
221 2007-10-10 [wwp]        3.0.2cvs47
222
223         * src/addrindex.c
224                 Fix a crash when there's no From: in email, thanks to Colin.
225
226 2007-10-09 [paul]       3.0.2cvs46
227
228         * src/messageview.c
229         * src/summaryview.c
230         * src/textview.c
231                 fix building without compface support
232
233 2007-10-09 [colin]      3.0.2cvs45
234
235         * src/editaddress.c
236         * src/headerview.c
237         * src/textview.c
238                 Add error handling
239
240 2007-10-09 [colin]      3.0.2cvs44
241
242         * src/addrduplicates.c
243         * src/addressadd.c
244         * src/addressadd.h
245         * src/addressbook.c
246         * src/addressbook.h
247         * src/addrindex.c
248         * src/addrindex.h
249         * src/addritem.c
250         * src/addritem.h
251         * src/compose.c
252         * src/editaddress.c
253         * src/editaddress_other_attributes_ldap.h
254         * src/headerview.c
255         * src/messageview.c
256         * src/mimeview.c
257         * src/summaryview.c
258         * src/textview.c
259         * src/gtk/gtkutils.c
260                 Automatically set contacts' pictures from Face 
261                 or X-Face if they have no picture
262                 Display the contact picture in textview or
263                 headerview for mails sent by people in the 
264                 addressbook, that have no Face or X-Face
265                 Fix a few details in the Person edition dialog
266                 (ability to unset picture)
267                 Remove picture file when deleting contacts
268
269 2007-10-09 [iwkse]      3.0.2cvs43
270
271         * src/gtk/about.c
272                 center the about window
273
274 2007-10-09 [paul]       3.0.2cvs42
275
276         * src/prefs_toolbar.c
277                 fix icon selector window on maemo
278
279 2007-10-09 [paul]       3.0.2cvs41
280
281         * src/messageview.c
282                 add 'go to' menu to separate msgview
283
284 2007-10-09 [colin]      3.0.2cvs40
285
286         * src/common/defs.h
287                 Add forgotten file
288
289 2007-10-09 [iwkse]      3.0.2cvs39
290
291         * Makefile.am
292         * src/addressbook.c
293         * src/addritem.c
294         * src/addritem.h
295         * src/editaddress.c
296         * src/editaddress_other_attributes_ldap.h
297         * src/addrbook.c
298         * src/Makefile.am
299                 set a photo in the Addressbook
300
301 2007-10-08 [colin]      3.0.2cvs38
302
303         * src/prefs_toolbar.c
304                 Make height 320 to remove the scrollbar 
305                 (with current number of icons)
306
307 2007-10-08 [colin]      3.0.2cvs37
308
309         * src/prefs_toolbar.c
310                 Transform the treeview to a GtkIconView.
311                 Patch by Pawel
312                 In addition, transform the window so that 
313                 it looks like a popup menu. Patch by me
314
315 2007-10-08 [colin]      3.0.2cvs36
316
317         * src/compose.c
318         * src/compose.h
319                 Beautify the GUI a bit; in particular, show the
320                 number of attachments in the tab's title.
321                 Patch by Pawel
322
323 2007-10-08 [paul]       3.0.2cvs35
324
325         * src/mimeview.c
326                 Save users from themselves: save temporary
327                 files used for Open/Open with as read-only.
328                 Thanks to Colin
329
330 2007-10-08 [paul]       3.0.2cvs34
331
332         * tools/Makefile.am
333                 forgot this in cvs33
334
335 2007-10-08 [paul]       3.0.2cvs33
336
337         * tools/kdeservicemenu/README
338         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
339         * tools/kdeservicemenu/install.sh
340         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
341                 renamed template* to *template so as not to confuse
342                 lintian
343
344 2007-10-08 [paul]       3.0.2cvs32
345
346         * src/prefs_themes.c
347         * src/stock_pixmap.c
348                 replace 2 direct uses of RC_DIR
349
350 2007-10-07 [colin]      3.0.2cvs31
351
352         * src/addrduplicates.c
353         * src/addrduplicates.h
354         * src/addressbook.c
355         * src/addressbook.h
356         * src/addrindex.c
357         * src/addrindex.h
358                 Implement deletion in duplicate finder. 
359                 Patch by Holger 
360
361 2007-10-07 [colin]      3.0.2cvs30
362
363         * src/exporthtml.c
364         * src/mbox.c
365         * src/common/utils.c
366                 Better fix for Solaris, thanks to Nicolas Doualot
367
368 2007-10-07 [colin]      3.0.2cvs29
369
370         * AUTHORS
371         * src/gtk/authors.h
372                 Add Frank Dietrich
373
374 2007-10-07 [colin]      3.0.2cvs28
375
376         * src/exporthtml.c
377                 Fix HTML export to make it more compliant
378                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
379
380 2007-10-07 [colin]      3.0.2cvs27
381
382         * src/prefs_toolbar.c
383                 Only use icons that wouldn't look stupid in the toolbar
384                 Patch by Pawel
385
386 2007-10-07 [colin]      3.0.2cvs26
387
388         * src/prefs_toolbar.c
389                 Fix old icon being used when none is selected
390
391 2007-10-07 [colin]      3.0.2cvs25
392
393         * src/toolbar.c
394                 Fix copy/paste error
395
396 2007-10-07 [colin]      3.0.2cvs24
397
398         * src/prefs_toolbar.c
399         * src/toolbar.c
400         * src/toolbar.h
401                 Update icon to default one when changing event
402                 Make the icon chooser nicer (handle Esc, Enter,
403                 double-click)
404
405 2007-10-06 [colin]      3.0.2cvs23
406
407         * src/prefs_toolbar.c
408                 Fix text reset; patch by Pawel
409
410 2007-10-06 [colin]      3.0.2cvs22
411
412         * src/toolbar.h
413                 Complete previous commit
414
415 2007-10-06 [colin]      3.0.2cvs21
416
417         * src/prefs_toolbar.c
418         * src/toolbar.c
419                 Set toolbar text automatically to the default
420                 when changing Event executed on click
421
422 2007-10-06 [colin]      3.0.2cvs20
423
424         * src/prefs_toolbar.c
425                 Invert Text and Event fields
426
427 2007-10-06 [colin]      3.0.2cvs19
428
429         * src/prefs_toolbar.c
430         * src/toolbar.c
431                 Make toolbar prefs look much better
432                 Patch by Pawel Pekala
433
434 2007-10-06 [paul]       3.0.2cvs18
435
436         * src/account.c
437         * src/prefs_filtering.c
438                 fix checkbuttons in gtktreeview on maemo by
439                 setting maemo's "allow-checkbox-mode" to FALSE
440
441 2007-10-06 [colin]      3.0.2cvs17
442
443         * configure.ac
444                 Export -DSOLARIS in CFLAGS for all
445                 Solaris (not just 2.8) and OpenSolaris
446
447 2007-10-06 [paul]       3.0.2cvs16
448
449         * AUTHORS
450         * src/exporthtml.c
451         * src/mbox.c
452         * src/gtk/authors.h
453                 fix build on solaris where ctime_r takes
454                 3 arguments rather than 2.
455                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
456
457 2007-10-05 [colin]      3.0.2cvs15
458
459         * src/etpan/imap-thread.c
460                 Fix wrong error codepath
461
462 2007-10-05 [wwp]        3.0.2cvs14
463
464         * src/filtering.c
465                 Fix unexpected logging of quicksearches:
466                 debug_filtering_session flag was never reset to FALSE, causing
467                 matcher functions to log when called from a quicksearch
468                 (if a filtering session happened before).
469
470 2007-10-05 [paul]       3.0.2cvs13
471
472         * src/prefs_actions.c
473         * src/prefs_filtering.c
474         * src/prefs_template.c
475                 fix bug 1343, 'Filtering..'s close button
476                 silently discards new filter'
477                 Thanks to Colin
478
479 2007-10-05 [paul]       3.0.2cvs12
480
481         * configure.ac
482         * src/Makefile.am
483                 fix bug 1347, '-Wno-unused-function, optional'
484
485 2007-10-05 [colin]      3.0.2cvs11
486
487         * src/procmime.c
488         * src/common/mgutils.c
489                 Fix warnings
490
491 2007-10-05 [mones]      3.0.2cvs10
492
493         * manual/advanced.xml
494                 Use full menu name
495         * manual/es/advanced.xml
496                 Synchronise translation
497
498 2007-10-04 [colin]      3.0.2cvs9
499
500         * src/action.c
501         * src/addrbook.c
502         * src/addrindex.c
503         * src/compose.c
504         * src/exporthtml.c
505         * src/exportldif.c
506         * src/folder.c
507         * src/main.c
508         * src/matcher.c
509         * src/mbox.c
510         * src/messageview.c
511         * src/mh.c
512         * src/news.c
513         * src/partial_download.c
514         * src/pop.c
515         * src/procmime.c
516         * src/procmsg.c
517         * src/toolbar.c
518         * src/common/log.c
519         * src/common/mgutils.c
520         * src/common/plugin.c
521         * src/common/utils.c
522         * src/common/xml.c
523         * src/common/xml.h
524         * src/common/xmlprops.c
525         * src/common/xmlprops.h
526         * src/plugins/bogofilter/bogofilter.c
527         * src/plugins/clamav/clamav_plugin.c
528         * src/plugins/dillo_viewer/dillo_prefs.c
529         * src/plugins/pgpcore/prefs_gpg.c
530         * src/plugins/pgpinline/pgpinline.c
531         * src/plugins/pgpmime/pgpmime.c
532         * src/plugins/spamassassin/spamassassin.c
533         * src/plugins/trayicon/trayicon_prefs.c
534                 Verify success on writes. Will fix possible strange
535                 failure on disk full.
536
537 2007-10-04 [paul]       3.0.2cvs8
538
539         * manual/advanced.xml
540                 add further info about Actions
541                 Patch by Emmanuel Briot <briot@adacore.com>
542
543 2007-10-04 [paul]       3.0.2cvs7
544
545         * src/account.c
546                 remove the D column, instead indicate the
547                 default account by use of bold text
548
549 2007-10-03 [colin]      3.0.2cvs6
550
551         * src/common/template.c
552                 Fix templates writing (was prone to disk full problems)
553
554 2007-10-03 [colin]      3.0.2cvs5
555
556         * src/Makefile.am
557         * src/addrduplicates.c
558         * src/addrduplicates.h
559         * src/addressbook.c
560                 Add duplicate deletion. Patch by Holger
561
562 2007-10-03 [colin]      3.0.2cvs4
563
564         * src/matcher.c
565         * src/gtk/quicksearch.c
566                 Fix bug 1340, 'Case insensitive searches with 
567                 non-ascii alphabets fail'.
568
569 2007-10-03 [colin]      3.0.2cvs3
570
571         * src/main.c
572         * src/common/utils.c
573         * src/common/utils.h
574                 Implement run-time alternative config directories
575
576 2007-10-03 [colin]      3.0.2cvs2
577
578         * src/folderview.c
579                 Prevent opening folder item while folder
580                 is scanned in a better way
581
582 2007-10-02 [paul]       3.0.2cvs1
583
584         * NEWS
585         * README
586         * RELEASE_NOTES
587         * configure.ac
588                 bump up version number following stable release
589
590 2007-09-30 [colin]      3.0.1cvs49
591
592         * src/imap.c
593                 Refresh session if needed
594
595 2007-09-30 [colin]      3.0.1cvs48
596
597         * src/imap.c
598                 Reset folder's session to NULL
599                 before destroying it
600
601 2007-09-30 [mones]      3.0.1cvs47
602
603         * manual/handling.xml
604                 Use markup quotes instead hardcoded quotes
605         * manual/es/handling.xml
606                 Added new synced section (IMAP subscriptions)
607
608 2007-09-29 [colin]      3.0.1cvs46
609
610         * src/imap.c
611                 Notice disconnections faster
612
613 2007-09-28 [colin]      3.0.1cvs45
614
615         * src/addressbook.c
616         * src/addrindex.c
617                 Fix warnings
618
619 2007-09-28 [paul]       3.0.1cvs44
620
621         * src/mimeview.c
622                 fix maemo build
623
624 2007-09-28 [paul]       3.0.1cvs43
625
626         * src/account.c
627                 use gtk_widget_set_size_request() on the label
628                 so that wrapping works better. get rid of the
629                 (partially deprecated) hbutton_box.
630                 these changes should prevent buttons overlapping
631                 on maemo
632
633 2007-09-28 [colin]      3.0.1cvs42
634
635         * src/pop.c
636                 Fix typo :)
637
638 2007-09-28 [colin]      3.0.1cvs41
639
640         * src/compose.c
641         * src/msgcache.c
642         * src/pop.c
643         * src/procmime.c
644         * src/etpan/imap-thread.c
645                 64bits-related warning fixes
646
647 2007-09-28 [colin]      3.0.1cvs40
648
649         * src/folder_item_prefs.c
650         * src/ldaputil.c
651         * src/mainwindow.c
652         * src/mimeview.c
653         * src/common/tags.c
654                 Fix warnings
655
656 2007-09-28 [colin]      3.0.1cvs39
657
658         * src/plugins/spamassassin/spamassassin.c
659         * src/plugins/spamassassin/spamassassin.h
660         * src/plugins/spamassassin/spamassassin_gtk.c
661                 Add addressbook-based whitelisting
662
663 2007-09-28 [colin]      3.0.1cvs38
664
665         * src/folder.c
666                 Fix bug 1337, 'crash on pressing Send button'
667
668 2007-09-28 [paul]       3.0.1cvs37
669
670         * src/prefs_folder_item.c
671                 give the orphans a parent. makes all prefs
672                 pages visible on maemo
673
674 2007-09-28 [colin]      3.0.1cvs36
675
676         * src/prefs_folder_column.c
677         * src/prefs_summary_column.c
678                 Fix two leaks
679
680 2007-09-27 [colin]      3.0.1cvs35
681
682         * src/gtk/quicksearch.c
683                 Fix bug 1336, 'Segfault if empty space before search-string'
684
685 2007-09-26 [mones]      3.0.1cvs34
686
687         * manual/account.xml
688         * manual/plugins.xml
689                 Fixed irc channel name, added some docbook markup.
690                 Changed text markup to docbook markup. 
691                 Added spamcop as supported in SpamReport description.
692         * manual/fr/plugins.xml
693                 Fixed irc channel name.
694         * manual/es/account.xml
695         * manual/es/advanced.xml
696         * manual/es/claws-mail-manual.xml
697         * manual/es/glossary.xml
698         * manual/es/gpl.xml
699         * manual/es/keyboard.xml
700         * manual/es/plugins.xml
701                 Synced with English version, fixed a couple of typos.
702
703 2007-09-26 [colin]      3.0.1cvs33
704
705         * configure.ac
706                 Explain why "Libgnomeprint: no" on GTK+ 2.10
707
708 2007-09-26 [colin]      3.0.1cvs32
709
710         * src/messageview.c
711         * src/procmsg.c
712         * src/procmsg.h
713                 Optimisation: avoid fetching mail 3 times locally
714                 for displaying
715
716 2007-09-26 [colin]      3.0.1cvs31
717
718         * src/mh.c
719                 Fix missing static
720
721 2007-09-26 [colin]      3.0.1cvs30
722
723         * src/folder.c
724         * src/folder.h
725         * src/mh.c
726         * src/mh.h
727                 Fix MH mtime hack - make it a folder class function
728
729 2007-09-26 [colin]      3.0.1cvs29
730
731         * src/inc.c
732                 Fix bug 1334, 'user defined mail incorporation 
733                 script not run'
734
735 2007-09-25 [colin]      3.0.1cvs28
736
737         * src/codeconv.c
738                 Optimisation: shortcut conv_codeset_strdup
739                 when src_code and dest_code are the same
740         * src/common/xml.c
741         * src/common/xml.h
742                 Optimisation: shortcut code conversions when
743                 files are in UTF-8; faster list walking by
744                 using prepend/reverse.
745
746 2007-09-25 [holger]     3.0.1cvs27
747
748         * src/printing.c
749                 Replace button bar of the preview window
750                 with a real toolbar (patch by Colin)
751                 Add zooming to the preview window
752
753 2007-09-24 [paul]       3.0.1cvs26
754
755         * src/compose.c
756                 compact the character set menu, adding some
757                 missing encodings. Patch by Pawel Pekala
758
759 2007-09-23 [paul]       3.0.1cvs25
760
761         * src/prefs_account.c
762         * src/prefs_folder_item.c
763         * src/prefs_quote.c
764         * src/quote_fmt.c
765         * src/quote_fmt.h
766                 remove unnecessary frame from Templates options
767                 and improve the English of the check button label
768
769 2007-09-22 [colin]      3.0.1cvs24
770
771         * src/gtk/quicksearch.c
772                 Fix bug 1329, 'error in quicksearch.c'
773                 Fix return with value in function returning void
774
775 2007-09-22 [colin]      3.0.1cvs23
776
777         * src/imap.c
778         * src/procmsg.h
779         * src/common/utils.c
780         * src/common/utils.h
781         * src/etpan/imap-thread.c
782                 Optimise fetching IMAP cached emails *a lot*
783                 (remember whether mail is fully cached and \r's
784                  are already stripped)
785
786 2007-09-22 [colin]      3.0.1cvs22
787
788         * src/folder.c
789         * src/folder.h
790         * src/prefs_folder_item.c
791                 Add a button to allow users to drop local caches.
792
793 2007-09-21 [colin]      3.0.1cvs21
794
795         * src/summaryview.c
796                 Remove unnecessary error when cancelling export to mbox.
797                 Patch by Pawel
798
799 2007-09-21 [paul]       3.0.1cvs20
800
801         * src/gtk/prefswindow.c
802                 remove unnecessary frames from the prefs
803                 pages. Patch by Pawel Pekala
804
805 2007-09-21 [paul]       3.0.1cvs19
806
807         * src/prefs_account.c
808         * src/prefs_folder_item.c
809         * src/prefs_quote.c
810         * src/quote_fmt.c
811                 put the Templates options into a tabbed
812                 layout. Patch by Pawel Pekala
813
814 2007-09-21 [paul]       3.0.1cvs18
815
816         * src/mainwindow.c
817                 group together the character set menu items
818                 move the /View/Show or hide/Message view below
819                 .../Toolbar menu item
820                 Patch by Pawel Pekala
821
822 2007-09-21 [mones]      3.0.1cvs17
823
824         * src/compose.c
825                 Fix for bug 1327, 'segfault when replying to a non-existent
826                 news message', thanks to Colin.
827
828 2007-09-21 [colin]      3.0.1cvs16
829
830         * src/folderview.c
831                 Complete 3.0.1cvs15
832
833 2007-09-20 [colin]      3.0.1cvs15
834
835         * src/folderview.c
836         * src/folderview.h
837                 Maybe fix bug 1324, 'Corrupted IMAP cache'
838
839 2007-09-20 [colin]      3.0.1cvs14
840
841         * src/printing.c
842                 Fix a little leak
843
844 2007-09-20 [holger]     3.0.1cvs13
845
846         * src/printing.c
847                 Add page layout to print preview.
848                 Make the close-button in the toolbar
849                 right-aligned.
850
851 2007-09-20 [paul]       3.0.1cvs12
852
853         * po/ru.po
854                 updated by Pavlo Bohmat
855
856 2007-09-19 [colin]      3.0.1cvs11
857
858         * src/common/utils.c
859                 Prevent unquoted mime boundaries, by always
860                 using a /
861
862 2007-09-19 [colin]      3.0.1cvs10
863
864         * src/printing.c
865                 Fix drawing area size, fix DPI change that
866                 can cause total number of lines to decrease
867
868 2007-09-19 [colin]      3.0.1cvs9
869
870         * po/POTFILES.in
871         * src/printing.c
872                 Make print preview more efficient and nicer.
873                 Patch mostly by Holger Berndt <hb@claws-mail.org>
874
875 2007-09-19 [colin]      3.0.1cvs8
876
877         * src/prefs_common.c
878         * src/prefs_common.h
879         * src/printing.c
880                 Add scrolledwindow, default allocation and
881                 size saving to the print preview window.
882
883 2007-09-18 [colin]      3.0.1cvs7
884
885         * src/prefs_common.c
886         * src/prefs_common.h
887         * src/prefs_image_viewer.c
888         * src/printing.c
889                 GtkPrintOperation:
890                 - add image printing support
891                 - add option to print images
892                 - add preview widget
893                 - add saving of a few Page Setup parameters
894
895 2007-09-18 [colin]      3.0.1cvs6
896
897         * AUTHORS
898         * src/gtk/authors.h
899                 Add Guillaume Chazarain
900
901 2007-09-18 [colin]      3.0.1cvs5
902
903         * src/common/utils.c
904                 Fix bug 1321, 'access before allocation 
905                 when scanning for uris'. Patch by 
906                 Guillaume Chazarain <guichaz@yahoo.fr>
907
908 2007-09-18 [colin]      3.0.1cvs4
909
910         * src/toolbar.c
911                 Fix bug 1320, 'Memory leak caused by 
912                 gtk_container_get_children'. Patch by
913                 Guillaume Chazarain <guichaz@yahoo.fr>
914
915 2007-09-18 [colin]      3.0.1cvs3
916
917         * src/printing.c
918         * src/printing.h
919                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
920
921 2007-09-18 [colin]      3.0.1cvs2
922
923         * src/Makefile.am
924         * src/mainwindow.c
925         * src/messageview.c
926         * src/messageview.h
927         * src/prefs_ext_prog.c
928         * src/prefs_fonts.c
929         * src/printing.c
930         * src/printing.h
931         * src/summaryview.c
932                 Use GtkPrintOperation by default on GTK+ >= 2.10
933                 Patch by Holger Berndt <hb@claws-mail.org>
934
935 2007-09-18 [paul]       3.0.1cvs1
936
937         * NEWS
938         * README
939         * RELEASE_NOTES
940         * configure.ac
941                 bump up version number following stable release
942
943 2007-09-16 [colin]      3.0.0cvs18
944
945         * src/folder.c
946                 Fix possible memleak
947
948 2007-09-16 [colin]      3.0.0cvs17
949
950         * src/folderview.c
951                 Fix bug 1311, 'Wrong arrow position 
952                 while moving message into folder when 
953                 column headers hidden'
954         * src/image_viewer.c
955                 Show error in the GUI if image can't
956                 be loaded
957         * src/matcher.c
958                 Fix spurious output
959         * src/messageview.c
960                 Allow setting domain in msgid
961         * src/common/plugin.c
962                 Add timing information
963
964 2007-09-16 [colin]      3.0.0cvs16
965
966         * src/account.c
967         * src/compose.c
968         * src/prefs_account.c
969         * src/prefs_account.h
970         * src/common/utils.c
971                 Remove Generate Message-ID option. We need
972                 this on some IMAP servers.
973         * src/prefs_template.c
974                 Fix double-free
975
976 2007-09-16 [colin]      3.0.0cvs15
977
978         * src/prefs_filtering.c
979         * src/prefs_filtering.h
980         * src/prefs_filtering_action.c
981         * src/common/tags.c
982                 Fix tags issues: tags with spaces, renaming
983                 tags.
984
985 2007-09-16 [colin]      3.0.0cvs14
986
987         * src/folderview.c
988         * src/main.c
989         * src/mainwindow.c
990                 Fix bug 1308, 'Claws deletes folderlist.xml after
991                 fetching mail short after start-up'
992
993 2007-09-16 [colin]      3.0.0cvs13
994
995         * src/compose.c
996                 Fix scrolling to cursor
997
998 2007-09-16 [paul]       3.0.0cvs12
999
1000         * po/sr.po
1001                 updated by Aleksandar Urosevic
1002
1003 2007-09-16 [paul]       3.0.0cvs11
1004
1005         * src/folder.c
1006                 do not allow locked msgs to be deleted,
1007                 even by filtering/processing
1008
1009 2007-09-07 [paul]       3.0.0cvs10
1010
1011         * src/prefs_folder_column.c
1012         * src/prefs_summary_column.c
1013                 implement button sensitivity
1014                 patch by Pawel Pekala
1015
1016 2007-09-06 [wwp]        3.0.0cvs9
1017
1018         * src/prefs_gtk.c
1019                 Add a missing linefeed to a debug message.
1020
1021 2007-09-05 [colin]      3.0.0cvs8
1022
1023         * src/inc.c
1024                 Fix statusbar/window mismatch on Maemo
1025
1026 2007-09-05 [colin]      3.0.0cvs7
1027
1028         * src/ldaputil.c
1029                 Fix build without USE_LDAP_TLS
1030
1031 2007-09-05 [colin]      3.0.0cvs6
1032
1033         * src/folder.c
1034         * src/imap.c
1035         * src/inc.c
1036         * src/mbox.c
1037         * src/send_message.c
1038         * src/statusbar.c
1039         * src/statusbar.h
1040                 Maemo: distinguish various statusbar messages,
1041                 in order to display only the most important.
1042
1043 2007-09-04 [wwp]        3.0.0cvs5
1044
1045         * src/account.c
1046                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1047                 Show protocol "SMTP" and the appropriate server for send-only
1048                 accounts, show "-" instead of "" when no value is relevant.
1049
1050 2007-09-03 [ticho]      3.0.0cvs4
1051
1052         * src/summaryview.c
1053                 Handle plural form better in delete confirmation dialog.
1054
1055 2007-09-03 [wwp]        3.0.0cvs3
1056
1057         * src/compose.c
1058                 Warn differently when sending or sending later (queueing).
1059
1060 2007-09-03 [colin]      3.0.0cvs2
1061
1062         * src/procmime.c
1063         * src/procmime.h
1064         * src/common/plugin.c
1065         * src/common/plugin.h
1066                 Add a new plugin API, MimeParser. It allows
1067                 plugins to scan email MIME parts and optionally,
1068                 transform them.
1069
1070 2007-09-03 [mones]      3.0.0cvs1
1071
1072         * po/es.po
1073                 Updated translation
1074         * src/common/defs.h
1075                 While a better solution is made double history sizes
1076
1077 2007-09-03 [paul]       3.0.0
1078
1079         * NEWS
1080         * README
1081         * RELEASE_NOTES
1082                 3.0.0 released
1083
1084 2007-09-03 [paul]       2.10.0cvs191
1085
1086         * po/bg.po
1087         * po/ca.po
1088         * po/de.po
1089         * po/fi.po
1090         * po/fr.po
1091         * po/hu.po
1092         * po/it.po
1093         * po/pl.po
1094         * po/pt_BR.po
1095         * po/ru.po
1096         * po/sk.po
1097         * po/zh_CN.po
1098                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1099                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1100                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1101                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1102
1103 2007-09-02 [colin]      2.10.0cvs190
1104
1105         * src/edittags.c
1106         * src/common/tags.c
1107                 Prevent empty or white-space tags
1108
1109 2007-09-01 [colin]      2.10.0cvs189
1110
1111         * src/main.c
1112                 Fix double-reading of accounts list when
1113                 the wizard has been run due to no accounts
1114         * src/mainwindow.c
1115                 Fix sensitivity of a menu item in case 
1116                 there's no account
1117
1118 2007-09-01 [wwp]        2.10.0cvs188
1119
1120         * src/wizard.c
1121                 Fix wizard crash when Mailbox dir already exists
1122                 (thanks to Colin).
1123
1124 2007-08-31 [colin]      2.10.0cvs187
1125
1126         * src/etpan/imap-thread.c
1127                 Fix unwanted creation of 
1128                 libetpan's stream dump file
1129         * src/compose.c
1130                 Fix coloring of pastes as quotation
1131         * src/summaryview.c
1132                 Maemo: Fix opening of mails from keypad
1133                 in Sent folders
1134         * src/addressbook.c
1135         * src/folderview.c
1136         * src/image_viewer.c
1137         * src/mimeview.c
1138         * src/gtk/prefswindow.c
1139                 Maemo: Fix adjustments changes 
1140
1141 2007-08-30 [colin]      2.10.0cvs186
1142
1143         * src/folderview.c
1144                 Don't opened selected folder when clicking
1145                 on white space
1146         * src/mainwindow.c
1147                 Maemo: Make Esc close messageviews
1148         * src/messageview.c
1149                 Maemo: Fix message scrolling to the end on 
1150                 opening
1151                 Maemo: Fix reopening same message
1152         * src/gtk/prefswindow.c
1153                 Maemo: try to fix scrollbar. Doesn't work,
1154                 it seems as if gtk_adjustment_set_value was
1155                 a noop.
1156
1157 2007-08-30 [colin]      2.10.0cvs185
1158
1159         * src/compose.c
1160         * src/folderview.c
1161         * src/main.c
1162         * src/prefs_matcher.c
1163         * src/prefs_template.c
1164         * src/quote_fmt.c
1165         * src/send_message.c
1166         * src/toolbar.c
1167         * src/gtk/gtkaspell.c
1168         * src/plugins/bogofilter/bogofilter.c
1169         * src/plugins/bogofilter/bogofilter_gtk.c
1170         * src/plugins/clamav/clamav_plugin_gtk.c
1171         * src/plugins/pgpcore/sgpgme.c
1172         * src/plugins/spamassassin/spamassassin.c
1173         * src/plugins/spamassassin/spamassassin_gtk.c
1174                 Fix all potential misuses of format-string functions
1175
1176 2007-08-30 [wwp]        2.10.0cvs184
1177
1178         * src/prefs_template.c
1179                 Fix a leak.
1180
1181 2007-08-29 [colin]      2.10.0cvs183
1182
1183         * src/plugins/trayicon/trayicon.c
1184                 Fix leak of hooks in case of error,
1185                 thanks to Holger Berndt
1186
1187 2007-08-28 [colin]      2.10.0cvs182
1188
1189         * src/mainwindow.c
1190                 Don't use current folder settings when
1191                 composing from the compose button's
1192                 account selector
1193
1194 2007-08-28 [colin]      2.10.0cvs181
1195
1196         * src/quote_fmt_parse.y
1197                 Fix cursor offset when quote contains UTF-8
1198                 chars
1199
1200 2007-08-28 [colin]      2.10.0cvs180
1201
1202         * src/compose.c
1203         * src/compose.h
1204                 Fix signature replacement when it's been wrapped
1205
1206 2007-08-27 [colin]      2.10.0cvs179
1207
1208         * src/summaryview.c
1209                 Fix indentation
1210
1211 2007-08-27 [colin]      2.10.0cvs178
1212
1213         * src/summaryview.c
1214                 Fix Quicksearch's Sticky mode
1215
1216 2007-08-27 [colin]      2.10.0cvs177
1217
1218         * src/folder_item_prefs.c
1219         * src/folder_item_prefs.h
1220         * src/imap_gtk.c
1221         * src/mh_gtk.c
1222                 Fix loss of subfolders properties when
1223                 renaming a folder
1224
1225 2007-08-26 [wwp]        2.10.0cvs176
1226
1227         * src/alertpanel.c
1228         * src/messageview.c
1229         * src/prefs_actions.c
1230                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1231                 will have to be used when necessary *before* calling
1232                 alertpanel functions.
1233
1234 2007-08-25 [paul]       2.10.0cvs175
1235
1236         * src/prefs_actions.c
1237                 workaround gettext problem marking
1238                 string as c-format when it's not
1239
1240 2007-08-25 [wwp]        2.10.0cvs174
1241
1242         * src/alertpanel.c
1243         * src/messageview.c
1244         * src/prefs_actions.c
1245                 Call the pango markup escape function right ince in alertpanel_create
1246                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1247                 2.10.0cvs158).
1248
1249         * src/common/log.c
1250                 Fix a crash due to a misuse of g_print(), encountered when the string
1251                 passed to g_print was containing printf substitution symbols.
1252
1253 2007-08-25 [paul]       2.10.0cvs173
1254
1255         * src/common/log.c
1256                 fix a segfault when refreshing RSSyl feeds
1257
1258 2007-08-25 [paul]       2.10.0cvs172
1259
1260         * src/gtk/icon_legend.c
1261                 add watchthread.xpm
1262
1263 2007-08-25 [paul]       2.10.0cvs171
1264
1265         * src/Makefile.am
1266         * src/stock_pixmap.c
1267         * src/pixmaps/insert_file.xpm
1268                 add a new pixmap instead of re-using
1269                 paste.xpm. (easier for icon theme authors)
1270
1271 2007-08-24 [holger]     2.10.0cvs170
1272
1273         * src/plugins/trayicon/trayicon.c
1274                 The same fix for another hook id.
1275
1276 2007-08-24 [holger]     2.10.0cvs169
1277
1278         * src/plugins/trayicon/trayicon.c
1279                 Micro-fix: Do the error checking for
1280                 the right hook id.
1281
1282 2007-08-24 [paul]       2.10.0cvs168
1283
1284         * src/folder.h
1285                 fix typo causing compiler warning
1286
1287 2007-08-24 [paul]       2.10.0cvs167
1288
1289         * README
1290                 put back the correct version of this file also
1291
1292 2007-08-24 [colin]      2.10.0cvs166
1293
1294         * src/send_message.c
1295                 Use progress bar when sending messages
1296
1297 2007-08-24 [paul]       2.10.0cvs165
1298
1299         * Makefile.am
1300                 oops! if i'm quick no-one will notice
1301                 (put back the proper file)
1302
1303 2007-08-24 [paul]       2.10.0cvs164
1304
1305         * AUTHORS
1306         * Makefile.am
1307         * README
1308         * src/gtk/authors.h
1309         * tools/Makefile.am
1310         * tools/README
1311         * tools/mew2claws-mail.pl
1312                 add new script that imports a Mew address book
1313                 submitted by Jerome Lelong
1314
1315 2007-08-24 [paul]       2.10.0cvs163
1316
1317         * manual/plugins.xml
1318                 remove the obsolete plugins, add the
1319                 missing plugins, including the forthcoming
1320                 SpamReport plugin
1321
1322 2007-08-24 [paul]       2.10.0cvs162
1323
1324         * manual/advanced.xml
1325                 add info about the hidden emphasis_color option
1326         * manual/keyboard.xml
1327                 correct the info about hotkeys
1328                 wrap the long lines
1329
1330 2007-08-24 [paul]       2.10.0cvs161
1331
1332         * src/folderview.c
1333                 add mnemonic to 'Run procesing rules'
1334
1335 2007-08-24 [paul]       2.10.0cvs160
1336
1337         * src/account.c
1338         * src/folder.c
1339         * src/folder.h
1340                 use suitable defaults for outbox,
1341                 queue, drafts and trash folders
1342
1343 2007-08-24 [wwp]        2.10.0cvs159
1344
1345         * src/folderview.c
1346                 Update menu item sensitivity if necessary (or we get a
1347                 gtk critical message).
1348
1349 2007-08-23 [wwp]        2.10.0cvs158
1350
1351         * src/action.c
1352         * src/prefs_actions.c
1353                 Allow literal % chars in action commands (use %%).
1354                 Add a missing p++ to the action parser in action_get_type(),
1355                 which was missing it, even if it was neutral.
1356                 Fix a pango markup warning at runtime.
1357
1358 2007-08-23 [wwp]        2.10.0cvs157
1359
1360         * src/addressbook.c
1361                 Contacts are now locale-aware sorted in the address book
1362                 (LC_COLLATE matters here).
1363                 Fix missing table initializers.
1364
1365 2007-08-23 [colin]      2.10.0cvs156
1366
1367         * src/imap.c
1368                 Check scan_required on dest folder when copying
1369
1370 2007-08-23 [colin]      2.10.0cvs155
1371
1372         * src/imap.c
1373                 Fix scanning when folder was empty
1374
1375 2007-08-22 [colin]      2.10.0cvs154
1376
1377         * src/msgcache.c
1378                 Don't g_warning when g_try_malloc fails(), or it makes
1379                 things worse as g_log() allocates. Fixes bug 1290,
1380                 'Claws Mail crashes if too little memory when 
1381                 rebuilding folder tree'
1382
1383 2007-08-22 [colin]      2.10.0cvs153
1384
1385         * src/inc.c
1386                 Fix format string vulnerability, thanks to
1387                 Ulf Harnhammar, Secunia Research
1388
1389 2007-08-22 [colin]      2.10.0cvs152
1390
1391         * src/ldapserver.c
1392                 Set tv_usec too
1393
1394 2007-08-22 [wwp]        2.10.0cvs151
1395
1396         * src/ldapquery.c
1397                 Few better null-ptr checks.
1398
1399 2007-08-22 [colin]      2.10.0cvs150
1400
1401         * src/editldap.c
1402         * src/editldap_basedn.c
1403         * src/ldapquery.c
1404         * src/ldapserver.c
1405         * src/ldapserver.h
1406         * src/ldapupdate.c
1407         * src/ldaputil.c
1408         * src/ldaputil.h
1409                 Fix ldap timeouts
1410
1411 2007-08-22 [colin]      2.10.0cvs149
1412
1413         * src/ldapquery.c
1414                 Finish previous fix
1415
1416 2007-08-22 [colin]      2.10.0cvs148
1417
1418         * src/ldapquery.c
1419                 Fix wrong assertions
1420
1421 2007-08-22 [colin]      2.10.0cvs147
1422
1423         * src/ldaputil.c
1424                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1425
1426 2007-08-22 [colin]      2.10.0cvs146
1427
1428         * src/editldap.c
1429         * src/ldaputil.c
1430                 Fix wrong "Connected successfully to server". Connection only succeeds if
1431                 we can get the base DN.
1432
1433 2007-08-21 [wwp]        2.10.0cvs145
1434
1435         * src/browseldap.c
1436         * src/editldap.c
1437         * src/ldapctrl.c
1438         * src/ldapquery.c
1439         * src/ldapserver.c
1440         * src/ldapupdate.c
1441         * src/ldaputil.c
1442                 More sanity checks in ldap functions.
1443
1444 2007-08-21 [wwp]        2.10.0cvs144
1445
1446         * src/prefs_account.c
1447                 Don't return a value in a void function().
1448
1449 2007-08-21 [paul]       2.10.0cvs143
1450
1451         * src/messageview.c
1452                 add check for ftp: to messageview_list_urls()
1453
1454 2007-08-21 [colin]      2.10.0cvs142
1455
1456         * src/editldap.c
1457         * src/ldapctrl.c
1458         * src/ldapctrl.h
1459         * src/ldapquery.c
1460         * src/ldapupdate.c
1461                 Fix bug 1293, 'LDAP address book not working'
1462                 Search only on specified fields, but fetch 
1463                 every field possible. People will have to 
1464                 reset the searched Attributes in their LDAP
1465                 servers properties.
1466
1467 2007-08-21 [wwp]        2.10.0cvs141
1468
1469         * src/addr_compl.c
1470         * src/addrbook.c
1471         * src/addrcache.c
1472         * src/addrcindex.c
1473         * src/addressbook.c
1474         * src/addrindex.c
1475         * src/browseldap.c
1476         * src/crash.c
1477         * src/editaddress_other_attributes_ldap.c
1478         * src/exporthtml.c
1479         * src/folder.c
1480         * src/folderview.c
1481         * src/imap.c
1482         * src/jpilot.c
1483         * src/ldapserver.c
1484         * src/ldapupdate.c
1485         * src/ldif.c
1486         * src/main.c
1487         * src/mainwindow.c
1488         * src/matcher.c
1489         * src/mh.c
1490         * src/msgcache.c
1491         * src/mutt.c
1492         * src/pine.c
1493         * src/pop.c
1494         * src/prefs_customheader.c
1495         * src/prefs_msg_colors.c
1496         * src/procmime.c
1497         * src/textview.c
1498         * src/vcard.c
1499         * src/wizard.c
1500         * src/common/log.c
1501         * src/common/socket.c
1502         * src/common/ssl_certificate.c
1503         * src/common/utils.c
1504         * src/common/utils.h
1505         * src/gtk/description_window.c
1506         * src/plugins/demo/demo.c
1507         * src/plugins/pgpcore/prefs_gpg.c
1508         * src/plugins/spamassassin/libspamc.c
1509                 Make sure we use glib functions to send text messages (information,
1510                 debug, warning, errors) to stdout/stderr - no more direct puts
1511                 fputs printf fprintf to stdout/stderr when it can be done using
1512                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1513                 stdout/stderr message is saved to log in Windows.
1514
1515
1516 2007-08-21 [wwp]        2.10.0cvs140
1517
1518         * src/main.c
1519         * src/common/utils.h
1520                 Route glib's stdout/stderr messages to a log file (Windows only),
1521                 instead of loosing them.
1522
1523 2007-08-21 [paul]       2.10.0cvs139
1524
1525         * src/mainwindow.c
1526                 replace deprecated g_strncasecmp()
1527         * src/messageview.c
1528                 fix 'List URLS'
1529
1530 2007-08-20 [ticho]      2.10.0cvs138
1531
1532         * src/account.c
1533         * src/prefs_account.h
1534                 Copy all account preferences in account_clone() - some
1535                 were missing.
1536         * src/prefs_account.c
1537                 Handle empty privacy system combobox gracefully (warning
1538                 instead of a crash).
1539
1540 2007-08-20 [colin]      2.10.0cvs137
1541
1542         * src/ldapctrl.c
1543                 Fix a leak
1544
1545 2007-08-20 [paul]       2.10.0cvs136
1546
1547         * src/browseldap.c
1548         * src/editldap.c
1549         * src/ldapctrl.c
1550         * src/ldapquery.c
1551         * src/ldapquery.h
1552         * src/ldapserver.c
1553         * src/ldaputil.c
1554                 add debug_prints
1555                 patch by Michael Rasmussen
1556
1557 2007-08-19 [colin]      2.10.0cvs135
1558
1559         * src/imap.c
1560                 Fix previous commit. Sensitivity update is needed
1561                 for "Cancel receiving". However when batching we
1562                 don't need to do it for every message flag change,
1563                 just once at the start and once at the end.
1564
1565 2007-08-19 [colin]      2.10.0cvs134
1566
1567         * src/imap.c
1568                 Remove useless menu updates on session lock/unlock
1569
1570 2007-08-19 [colin]      2.10.0cvs133
1571
1572         * src/etpan/imap-thread.c
1573                 Make all fetch logs less verbose
1574
1575 2007-08-19 [paul]       2.10.0cvs132
1576
1577         * src/foldersel.c
1578         * src/folderview.c
1579         * src/summaryview.c
1580                 fix bug 1286, 'Can't move a folder into a "Folders
1581                 Only" folder'
1582
1583 2007-08-18 [ticho]      2.10.0cvs131
1584
1585         * src/editaddress_other_attributes_ldap.c
1586                 Converted option menu for other ldap attributes to GtkComboBox.
1587
1588 2007-08-18 [colin]      2.10.0cvs130
1589
1590         * src/compose.c
1591         * src/prefs_common.c
1592         * src/prefs_common.h
1593         * src/prefs_send.c
1594         * src/send_message.c
1595                 Revert 'send_dialog_mode' meaning to 
1596                 'send_dialog_invisible', so that the 
1597                 new checkbox doesn't change the 
1598                 existing behaviour.
1599
1600 2007-08-18 [paul]       2.10.0cvs129
1601
1602         * src/summaryview.c
1603                 add missing menu update
1604
1605 2007-08-17 [colin]      2.10.0cvs128
1606
1607         * src/folder.c
1608                 Set batching after getting flags - maybe fixes
1609                 bug 1292, 'CM crashes on writing mail'
1610
1611 2007-08-16 [ticho]      2.10.0cvs127
1612
1613         * src/prefs_send.c
1614                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1615         * src/gtk/combobox.h
1616         * src/gtk/gtkutils.c
1617                 Allow NULL for GtkComboBox menuitem label, rendering such
1618                 items as row separators.
1619
1620 2007-08-16 [paul]       2.10.0cvs126
1621
1622         * src/plugins/trayicon/trayicon.c
1623                 remove wrongly used gettextisation
1624
1625 2007-08-15 [ticho]      2.10.0cvs125
1626
1627         * src/importldif.c
1628                 Fixed a runtime warning where an attempt to pack an
1629                 already packed GtkLabel was made.
1630
1631 2007-08-15 [ticho]      2.10.0cvs124
1632
1633         * src/prefs_compose_writing.c
1634                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1635                 into GtkComboBox.
1636
1637 2007-08-14 [ticho]      2.10.0cvs123
1638
1639         * src/messageview.c
1640         * src/gtk/gtkutils.c
1641                 Changed return receipt account selector to GtkComboBox.
1642                 Fixed a runtime warning where GTK tried to parse
1643                 "name <email@address" as a Pango markup in an alertpanel label.
1644
1645 2007-08-14 [ticho]      2.10.0cvs122
1646
1647         * src/prefs_logging.c
1648                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1649
1650 2007-08-14 [wwp]        2.10.0cvs121
1651
1652         * tools/Makefile.am
1653         * tools/README
1654         * tools/popfile-link.sh
1655                 Added a new tool: POPFile helper, to open
1656                 selected messages in POPFile control center,
1657                 in order to change the messages' status.
1658
1659 2007-08-14 [ticho]      2.10.0cvs120
1660
1661         * src/compose.c
1662         * src/prefs_common.c
1663         * src/prefs_common.h
1664         * src/prefs_send.c
1665         * src/send_message.c
1666                 Change "Show send dialog" optionmenu to a checkbutton.
1667         * src/prefs_receive.c
1668                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1669
1670 2007-08-13 [wwp]        2.10.0cvs119
1671
1672         * src/addr_compl.c
1673         * src/addressbook.c
1674         * src/addrindex.c
1675         * src/compose.c
1676         * src/filtering.c
1677         * src/folderview.c
1678         * src/inc.c
1679         * src/matcher.c
1680         * src/mh.c
1681         * src/partial_download.c
1682         * src/prefs_gtk.c
1683         * src/procmsg.c
1684         * src/stock_pixmap.c
1685         * src/summaryview.c
1686         * src/common/utils.c
1687         * src/gtk/gtkaspell.c
1688         * src/gtk/menu.c
1689                 Make sure we never pass NULL pointers for %s substitutions
1690                 (prevent from crashing in Windows).
1691
1692 2007-08-13 [wwp]        2.10.0cvs118
1693
1694         * src/msgcache.c
1695                 Re-enable mmap_reads in Windows with some missing
1696                 CloseHandle of mapping objects, thanks to
1697                 Marcus Brinkmann.
1698
1699 2007-08-13 [paul]       2.10.0cvs117
1700
1701         * src/common/utils.c
1702                 fix bug 1287, 'Compile time problem on Solaris
1703                 (nexenta gnu/Solaris) utils.c'
1704                 Thanks to Piotr Chrzczonowicz
1705
1706 2007-08-12 [wwp]        2.10.0cvs116
1707
1708         * src/plugins/pgpcore/prefs_gpg.c
1709                 Don't try to unset a GPG_AGENT_INFO that was not
1710                 set (and don't use a NULL string in Windows, it was
1711                 crashing with --debug if GPG_AGENT_INFO was not set).
1712
1713 2007-08-12 [wwp]        2.10.0cvs115
1714
1715         * src/privacy.h
1716                 Make gcc type-check arguments passed to privacy_set_error().
1717
1718 2007-08-12 [ticho]      2.10.0cvs114
1719
1720         * src/prefs_folder_item.c
1721                 Make sure that folder default account combobox always has some
1722                 account preselected.
1723         * src/gtk/combobox.c
1724                 Handle empty combobox gracefully (warning instead of crash).
1725
1726 2007-08-12 [ticho]      2.10.0cvs114
1727
1728         * src/prefs_folder_item.c
1729                 Make sure that folder default account combobox is not empty.
1730         * src/gtk/combobox.c
1731                 Handle empty combobox gracefully (warning instead of crash).
1732
1733 2007-08-11 [paul]       2.10.0cvs113
1734
1735         * src/addrgather.c
1736         * src/folderview.c
1737                 use 'subfolder' instead of 'sub-folder', matching
1738                 everywhere else the term is used
1739         * src/imap_gtk.c
1740                 fix engrish
1741
1742 2007-08-10 [wwp]        2.10.0cvs112
1743
1744         * src/msgcache.c
1745                 Disable mmap reads in Windows only (at least temporarily), they
1746                 prevent from renaming/removing target cache files.
1747
1748 2007-08-10 [paul]
1749
1750         3.0.0-rc2 released
1751
1752 2007-08-10 [wwp]        2.10.0cvs111
1753
1754         * src/msgcache.c
1755                 fix unpredictable crashes in Windows due to broken
1756                 cache/mark/tags files writting (file were opened for
1757                 writing in text mode).
1758
1759         * src/recv.c
1760                 use gettimeofday() from w32lib.h on Windows.
1761
1762 2007-08-10 [colin]      2.10.0cvs110
1763
1764         * src/imap.c
1765         * src/etpan/imap-thread.c
1766         * src/etpan/imap-thread.h
1767                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1768
1769 2007-08-09 [colin]      2.10.0cvs109
1770
1771         * src/editldap.c
1772                 Fix port being reset to 636 on SSL
1773         * src/folder.c
1774                 Fix folder_item_get_msg_num_by_file
1775                 on drafts/queue folders
1776
1777 2007-08-09 [wwp]        2.10.0cvs108
1778
1779         * src/folder.c
1780                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1781                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1782
1783
1784 2007-08-09 [colin]      2.10.0cvs107
1785
1786         * src/folderview.c
1787         * src/summaryview.c
1788         * src/gtk/prefswindow.c
1789                 A few Maemo layout fixes
1790
1791 2007-08-09 [paul]       2.10.0cvs106
1792
1793         * src/prefs_account.c
1794                 remove the hyphen from plug-ins to
1795                 match everywhere else
1796
1797 2007-08-08 [wwp]        2.10.0cvs105
1798
1799         * src/prefs_folder_item.c
1800                 Fix an extraneous stealth ^L char.
1801
1802 2007-08-08 [wwp]        2.10.0cvs104
1803
1804         * src/prefs_folder_item.c
1805                 Better fix, group variables declarations (USE_ASPELL).
1806
1807 2007-08-08 [wwp]        2.10.0cvs103
1808
1809         * src/prefs_folder_item.c
1810                 Fix compilation w/ USE_ASPELL set (broken
1811                 by 2.10.0cvs102).
1812
1813 2007-08-08 [ticho]      2.10.0cvs102
1814
1815         * src/prefs_folder_item.c
1816                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1817
1818 2007-08-08 [colin]      2.10.0cvs101
1819
1820         * src/imap.c
1821         * src/etpan/imap-thread.c
1822         * src/etpan/imap-thread.h
1823                 Close selected mailbox before doing
1824                 status on it.
1825
1826 2007-08-08 [colin]      2.10.0cvs100
1827
1828         * src/html.c
1829                 Complete symbol table, thanks to wwp.
1830                 Fixes bug 1284, 'The html -> text 
1831                 converter ignores entities'
1832         * src/msgcache.c
1833                 Fix possible fd leak
1834
1835 2007-08-08 [colin]      2.10.0cvs99
1836
1837         * src/imap.c
1838                 Better way to fetch UIDs on non-UIDPLUS servers
1839
1840 2007-08-07 [colin]      2.10.0cvs98
1841
1842         * src/imap.c
1843                 fix bug 1275, 'auto-saved draft messages not 
1844                 always being removed'; Also, make multiple
1845                 copy (in the same account) faster by matching
1846                 source/destination message UIDs.
1847         * src/messageview.c
1848                 Don't try to reshow deleted mail
1849         * src/msgcache.c
1850                 Fix leak on error path
1851
1852 2007-08-07 [wwp]        2.10.0cvs97
1853
1854         * manual/account.xml
1855         * manual/advanced.xml
1856         * manual/fr/account.xml
1857         * manual/fr/advanced.xml
1858                 Updated the reference manual and the French translation to
1859                 reflect 2.10.0cvs84: enable running folder Processing
1860                 rules on demand.
1861
1862 2007-08-06 [wwp]        2.10.0cvs96
1863
1864         * src/prefs_common.c
1865         * src/prefs_common.h
1866         * src/textview.c
1867                 Allow changing the emphasis color used to highlight
1868                 the newsreader/x-mailer header value when it matches
1869                 our preferred mail agent (hidden pref 'emphasis_col' added
1870                 to clawsrc).
1871
1872 2007-08-06 [colin]      2.10.0cvs95
1873
1874         * src/compose.c
1875         * src/compose.h
1876                 Re-commit 2.10.0cvs86, with a protection
1877                 against Pango bug. Also, try to fix 
1878                 bug 1275, 'auto-saved draft messages not 
1879                 always being removed'
1880
1881 2007-08-06 [wwp]        2.10.0cvs94
1882
1883         * src/gtk/quicksearch.c
1884                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1885
1886 2007-08-06 [ticho]      2.10.0cvs93
1887
1888         * src/prefs_account.c
1889         * src/gtk/combobox.c
1890                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1891                 selection in account preferences.
1892
1893 2007-08-06 [wwp]        2.10.0cvs92
1894
1895         * src/plugins/pgpcore/plugin.def
1896                 Apply one more chunk from gpg4win's 03-w32-port patch.
1897
1898 2007-08-05 [colin]      2.10.0cvs91
1899
1900         * src/compose.c
1901         * src/compose.h
1902                 reverting buggy patch for now
1903
1904 2007-08-05 [colin]      2.10.0cvs90
1905
1906         * src/folder.c
1907                 Fix slowdown
1908
1909 2007-08-04 [colin]      2.10.0cvs89
1910
1911         * src/prefs_summaries.c
1912         * src/summary_search.c
1913                 Replace deprecated widgets. Patch by
1914                 Andrej.
1915
1916 2007-08-04 [colin]      2.10.0cvs88
1917
1918         * src/mh.c
1919                 Refresh GUI only every 2000 mails on mh_get_last_num
1920                 This is fast (readdir) and done only once per 
1921                 session/folder
1922
1923 2007-08-03 [colin]      2.10.0cvs87
1924
1925         * src/prefs_account.c
1926         * src/gtk/combobox.h
1927         * src/gtk/gtkutils.c
1928                 Fix a deprecated widget. Patch by
1929                 Andrej
1930
1931 2007-08-03 [colin]      2.10.0cvs86
1932
1933         * src/compose.c
1934         * src/compose.h
1935                 Make colorisation and wrapping algorithms
1936                 faster. Fixes bug 1246, 'compose becomes 
1937                 increasingly slow replying to complex emails'
1938
1939 2007-08-03 [paul]       2.10.0cvs85
1940
1941         * src/mh.c
1942                 keep the window painted
1943
1944 2007-08-02 [paul]       2.10.0cvs84
1945
1946         * src/folderview.c
1947         * src/mainwindow.c
1948         * src/mainwindow.h
1949                 enable running folder Processing
1950                 rules on demand
1951
1952 2007-08-02 [paul]       2.10.0cvs83
1953
1954         * src/textview.c
1955                 speed up/clean up rendering of larger
1956                 msgs
1957                 Thanks to Colin
1958
1959 2007-08-01 [paul]       2.10.0cvs82
1960
1961         * src/mainwindow.h
1962                 clean up cruft
1963         * src/toolbar.c
1964                 change default toolbar layout on maemo
1965         * src/pixmaps/close.xpm
1966                 make the red cross a grey cross
1967         * src/pixmaps/jpilot.xpm
1968                 make icon smaller so it fits better
1969
1970 2007-07-31 [paul]       2.10.0cvs81
1971
1972         * src/setup.c
1973         * src/gtk/gtkutils.c
1974                 fix crash on maemo on first launch
1975
1976 2007-07-30 [paul]       2.10.0cvs80
1977
1978         * src/prefs_matcher.c
1979                 specify the units of age and size
1980
1981 2007-07-30 [paul]       2.10.0cvs79
1982
1983         * src/main.c
1984                 Fix IMAP timeout setting
1985
1986 2007-07-30 [colin]      2.10.0cvs78
1987
1988         * src/prefs_account.c
1989                 Fix a deprecated widget. Patch by
1990                 Andrej
1991
1992 2007-07-27 [paul]       2.10.0cvs77
1993
1994         * src/matcher_parser_parse.y
1995         * src/prefs_filtering_action.c
1996         * src/prefs_matcher.c
1997                 these changes forgotten in cvs74's
1998                 'watch thread' feature
1999
2000 2007-07-27 [paul]       2.10.0cvs76
2001
2002         * src/compose.c
2003                 fix potential crasher
2004                 thanks to Colin
2005
2006 2007-07-27 [paul]       2.10.0cvs75
2007
2008         * src/mainwindow.c
2009         * src/manual.c
2010         * src/manual.h
2011         * src/gtk/gtkutils.c
2012                 make mainwindow's /Help/Manual point to the
2013                 remote copy if the local copy doesn't exist
2014
2015 2007-07-27 [paul]       2.10.0cvs74
2016
2017         * src/Makefile.am
2018         * src/filtering.c
2019         * src/folder.c
2020         * src/mainwindow.c
2021         * src/matcher.c
2022         * src/matcher.h
2023         * src/matcher_parser_parse.y
2024         * src/procmsg.c
2025         * src/procmsg.h
2026         * src/stock_pixmap.c
2027         * src/stock_pixmap.h
2028         * src/summaryview.c
2029         * src/summaryview.h
2030         * src/toolbar.c
2031         * src/toolbar.h
2032         * src/pixmaps/watchthread.xpm
2033                 add 'watch thread' feature
2034
2035 2007-07-27 [paul]       2.10.0cvs73
2036
2037         * src/prefs_folder_item.c
2038                 adjust labels, add tooltips
2039
2040 2007-07-27 [colin]      2.10.0cvs72
2041
2042         * src/summaryview.c
2043                 Maemo: Remove less used menu items
2044
2045 2007-07-26 [colin]      2.10.0cvs71
2046
2047         * src/messageview.c
2048                 Maemo: destroy messageview after trashing mail.
2049                 Maybe should be done on X11 too
2050
2051 2007-07-26 [colin]      2.10.0cvs70
2052
2053         * src/folderview.c
2054         * src/mainwindow.c
2055         * src/prefs_common.c
2056         * src/prefs_common.h
2057         * src/summaryview.c
2058                 Add View/Show or Hide/Column headers
2059
2060 2007-07-26 [colin]      2.10.0cvs69
2061
2062         * src/procmime.c
2063                 Fix unwanted output
2064
2065 2007-07-26 [colin]      2.10.0cvs68
2066
2067         * src/ldapserver.c
2068                 Fix possible crash on cache invalidation
2069         * src/compose.c
2070         * src/procmime.c
2071         * src/procmime.h
2072         * src/quote_fmt_parse.y
2073                 Make replying to mails with big attachments
2074                 much faster. Fixes bug 1224, 'The process of 
2075                 Replying to emails with large attachments 
2076                 seems unreasonably long...'
2077
2078 2007-07-26 [colin]      2.10.0cvs67
2079
2080         * src/mimeview.c
2081         * src/matcher.c
2082         * src/common/ssl.c
2083                 Fix threads use on BSDs
2084
2085 2007-07-26 [paul]       2.10.0cvs66
2086
2087         * src/gtk/prefswindow.c
2088                 fix account prefs breakage
2089                 thanks to Colin
2090
2091 2007-07-26 [paul]       2.10.0cvs65
2092
2093         * configure.ac
2094                 standardise ./configure --help messages
2095
2096 2007-07-26 [colin]      2.10.0cvs64
2097
2098         * src/addressbook.c
2099         * src/editaddress.c
2100                 Fix two vCard-related crashes
2101
2102 2007-07-25 [colin]      2.10.0cvs63
2103
2104         * src/inc.c
2105         * src/prefs_common.c
2106         * src/prefs_common.h
2107         * src/prefs_receive.c
2108                 Maemo: Add a better way to notify of
2109                 new mails
2110         * src/mainwindow.c
2111         * src/statusbar.h
2112         * src/summaryview.c
2113         * src/toolbar.c
2114                 Maemo: Various layout fixes
2115         * src/gtk/prefswindow.c
2116                 Maemo: Better prefs layout
2117
2118 2007-07-25 [paul]       2.10.0cvs62
2119
2120         * src/textview.c
2121                 fix the layout on maemo
2122                 thanks to Colin
2123
2124 2007-07-25 [iwkse]      2.10.0cvs61
2125
2126         * src/summaryview.c
2127                 add 'o' shortcut on summaryview
2128
2129 2007-07-25 [iwkse]      2.10.0cvs60
2130
2131         * src/textview.c
2132                 fix o shortcut
2133
2134 2007-07-24 [colin]      2.10.0cvs59
2135
2136         * src/mh.c
2137                 Fix missing timestamp update on source
2138                 folder when moving
2139         * src/textview.c
2140         * src/textview.h
2141                 Better text layout on part's choices
2142
2143 2007-07-23 [colin]      2.10.0cvs58
2144
2145         * src/mimeview.c
2146         * src/textview.c
2147                 Maemo: Automatically choose the correct application
2148                 to open parts
2149         * src/gtk/quicksearch.c
2150                 Make search run on GDK_KP_Enter too
2151
2152 2007-07-23 [wwp]        2.10.0cvs57
2153
2154         * src/quote_fmt_lex.l
2155                 Revert accidentaly committed lines (account_sig) in
2156                 2.10.0cvs56.
2157
2158 2007-07-23 [wwp]        2.10.0cvs56
2159
2160         * src/quote_fmt_lex.l
2161                 Fix typos around long form expressions in the quote lexer.
2162
2163 2007-07-23 [paul]
2164
2165         3.0.0-rc1 released
2166
2167 2007-07-23 [colin]      2.10.0cvs55
2168
2169         * src/addr_compl.c
2170                 Fix auto-completion on Maemo
2171
2172 2007-07-23 [colin]      2.10.0cvs54
2173
2174         * src/statusbar.c
2175                 Maemo: Fix sticking statusbars
2176
2177 2007-07-22 [colin]      2.10.0cvs53
2178
2179         * src/main.c
2180                 Maemo: Fix the strange "top_application" info
2181                 at startup. We should do something when 
2182                 receiving such a message.
2183
2184 2007-07-20 [paul]       2.10.0cvs52
2185
2186         * src/news_gtk.c
2187                 add missing #include "statusbar.h"
2188
2189 2007-07-20 [colin]      2.10.0cvs51
2190
2191         * src/folder.c
2192         * src/folder.h
2193         * src/folder_item_prefs.c
2194         * src/folder_item_prefs.h
2195         * src/folderview.c
2196         * src/imap.c
2197         * src/imap_gtk.c
2198         * src/imap_gtk.h
2199         * src/news.c
2200         * src/news_gtk.c
2201         * src/news_gtk.h
2202         * src/prefs_folder_item.c
2203                 Implement age-based caching: allow to
2204                 specify a threshold for the offline synchronisation
2205                 feature, and whether old cached bodies should 
2206                 be removed
2207         * src/toolbar.c
2208         * src/toolbar.h
2209                 Fix label/tooltips
2210         * src/plugins/dillo_viewer/dillo_viewer.c
2211                 Check that Dillo's installed
2212
2213 2007-07-20 [wwp]        2.10.0cvs50
2214
2215         * src/mimeview.c
2216         * src/stock_pixmap.c
2217                 Draw a frame around the selected mimeview part icon (instead of the
2218                 shifted 'dancing' icon).
2219
2220 2007-07-20 [colin]      2.10.0cvs49
2221
2222         * src/main.c
2223                 Unref stuff even on error
2224         * src/wizard.c
2225                 disconnect signals only at the very
2226                 end of the wizard save.
2227
2228 2007-07-20 [colin]      2.10.0cvs48
2229
2230         * src/mainwindow.c
2231         * src/messageview.c
2232         * src/toolbar.c
2233         * src/toolbar.h
2234                 Fix random crashes while navigating
2235                 (GTK_EVENTS_FLUSH)
2236
2237 2007-07-19 [colin]      2.10.0cvs47
2238
2239         * configure.ac
2240         * src/main.c
2241         * src/prefs_common.c
2242         * src/prefs_common.h
2243         * src/wizard.c
2244         * src/common/defs.h
2245         * src/common/utils.c
2246                 Maemo: add an easy way to store data (mails
2247                 and IMAP/NNTP caches) on one of the SD cards,
2248                 and protect against unmounts if needed
2249
2250 2007-07-19 [paul]       2.10.0cvs46
2251
2252         * src/Makefile.am
2253         * src/stock_pixmap.c
2254         * src/gtk/about.c
2255         * src/pixmaps/claws-mail_logo-small.xpm
2256                 implement a (slightly) different About
2257                 dialog for maemo and add a small version
2258                 of the logo for it
2259         * src/wizard.c
2260                 use a scrolled window for wizard page 1
2261                 on maemo
2262
2263 2007-07-19 [paul]       2.10.0cvs45
2264
2265         * src/Makefile.am
2266                 too soon for this line
2267
2268 2007-07-19 [paul]       2.10.0cvs44
2269
2270         * src/Makefile.am
2271                 fix build on n800
2272
2273 2007-07-19 [colin]      2.10.0cvs43
2274
2275         * src/wizard.c
2276                 Solve Mail/Mailbox name when specifying
2277                 full /path/to/Mail.
2278
2279 2007-07-18 [colin]      2.10.0cvs42
2280
2281         * src/inc.c
2282         * configure.ac
2283                 Fix build on n770
2284
2285 2007-07-18 [colin]      2.10.0cvs41
2286
2287         * src/inc.c
2288                 Maemo: plug the online/offline system into
2289                 maemo's interfaces to have Claws automatically
2290                 switch according to the system status
2291         * src/statusbar.c
2292                 Maemo: use HildonBanners to display status
2293                 messages. Renders the main statusbar useless.
2294
2295 2007-07-18 [paul]       2.10.0cvs40
2296
2297         * src/filtering.c
2298                 fix screen blanking on moving/copying many msgs
2299         * src/folder.c
2300                 fix processing progressbar and screen blanking
2301                 during processing
2302
2303 2007-07-18 [paul]       2.10.0cvs39
2304
2305         * src/messageview.c
2306                 revert cvs37, breakage on maemo
2307
2308 2007-07-18 [paul]       2.10.0cvs38
2309
2310         * src/gtk/gtkutils.c
2311                 make sure we can still build with older GTK's
2312
2313 2007-07-18 [colin]      2.10.0cvs37
2314
2315         * src/messageview.c
2316                 Only hide the small layout's messageview, instead
2317                 of destroying it when closing
2318         * src/gtk/gtkutils.c
2319                 Use gtk_window_present_with_time to popup windows,
2320                 it seems to make things better with modern WMs
2321                 (actually focusing)
2322
2323 2007-07-17 [colin]      2.10.0cvs36
2324
2325         * src/editaddress.c
2326                 Simplify layout on Maemo
2327         * src/folder.c
2328                 Fix possible crash
2329         * src/prefs_display_header.c
2330                 Remove some headers by default on Maemo
2331
2332 2007-07-17 [paul]       2.10.0cvs35
2333
2334         * src/prefs_common.c
2335         * src/prefs_common.h
2336         * src/prefs_logging.c
2337         * src/common/log.c
2338                 add options to stop/enable writing logs to disc
2339
2340 2007-07-17 [paul]       2.10.0cvs34
2341
2342         * src/edittags.c
2343                 fix some issues with the Apply tags window:
2344                 - set search column (enables autocompl in the treeview)
2345                 - apply tag from "New tag" if it existed
2346                 - clears New tag entry when adding it with the button
2347                 Thanks to Colin
2348
2349 2007-07-17 [paul]       2.10.0cvs33
2350
2351         * src/edittags.c
2352                 fix 'apply tags' dialogue weirdness
2353
2354 2007-07-16 [colin]      2.10.0cvs32
2355
2356         * src/toolbar.c
2357                 Fix double-loading of mails on Maemo
2358
2359 2007-07-16 [colin]      2.10.0cvs31
2360
2361         * src/messageview.c
2362                 Prevent double-loading of the same part under some
2363                 conditions; hide statusbar on Maemo
2364
2365 2007-07-16 [colin]      2.10.0cvs30
2366
2367         * src/edittags.c
2368         * src/edittags.h
2369         * src/mainwindow.c
2370         * src/summaryview.c
2371                 Improve the tag interface - allow
2372                 to set/unset tags from a special
2373                 window.
2374         * src/gtk/gtkvscrollbutton.c
2375         * src/mimeview.c
2376         * src/mimeview.h
2377         * src/stock_pixmap.c
2378                 Fix Mimeview's ugly hacks in the
2379                 icon list. 
2380
2381 2007-07-16 [paul]       2.10.0cvs29
2382
2383         * src/wizard.c
2384                 rework dialog
2385         * src/gtk/icon_legend.c
2386                 put it all in a scrolled window
2387
2388 2007-07-15 [colin]      2.10.0cvs28
2389
2390         * src/mainwindow.c
2391                 Maemo: force layout to be Small screen; the
2392                 others don't make sense
2393
2394 2007-07-14 [colin]      2.10.0cvs27
2395
2396         * src/mimeview.c
2397         * src/gtk/gtkvscrollbutton.c
2398                 Maemo: Fix mimeview's buttons size
2399
2400 2007-07-14 [colin]      2.10.0cvs26
2401
2402         * src/toolbar.c
2403                 Fix the button workaround fix.
2404                 (Use the correct variable)
2405
2406 2007-07-14 [colin]      2.10.0cvs25
2407
2408         * src/mainwindow.c
2409         * src/toolbar.c
2410                 Maemo: put the progress bar in the
2411                 toolbar
2412
2413 2007-07-14 [colin]      2.10.0cvs24
2414
2415         * src/prefs_common.c
2416                 Maemo: hide statusbar by default
2417         * src/Makefile.am
2418         * src/stock_pixmap.c
2419         * src/stock_pixmap.h
2420         * src/toolbar.c
2421         * src/pixmaps/go_folders.xpm
2422                 Maemo: Add a specific icon to go back to
2423                 folder list
2424
2425 2007-07-14 [colin]      2.10.0cvs23
2426
2427         * src/toolbar.c
2428                 Don't set homogeneous finally
2429
2430 2007-07-14 [colin]      2.10.0cvs22
2431
2432         * src/toolbar.c
2433                 Fix button show/hide issues
2434
2435 2007-07-14 [colin]      2.10.0cvs21
2436
2437         * src/toolbar.c
2438                 Fix huge arrows
2439                 Fix button workaround to be able to click
2440                 if mouse was on button when it went un-
2441                 sensitive.
2442                 Revert previous commit, gtk_tool_item_set_homogeneous
2443                 doesn't mean what it seems to mean ;-)
2444
2445 2007-07-14 [paul]       2.10.0cvs20
2446
2447         * src/toolbar.c
2448                 make homogeneous FALSE always
2449
2450 2007-07-13 [colin]      2.10.0cvs19
2451
2452         * src/toolbar.c
2453         * src/toolbar.h
2454                 Rework to fit the non-deprecated API
2455         * src/compose.c
2456         * src/folderview.c
2457         * src/mainwindow.c
2458         * src/messageview.c
2459         * src/summaryview.c
2460                 Maemo layout changes. Better toolbars,
2461                 removal of CTree headers. 
2462
2463 2007-07-13 [paul]       2.10.0cvs18
2464
2465         * src/gtk/colorlabel.c
2466                 fix bug 1261, '[DE] coloring messages in overview 
2467                 keys are not localised'
2468                 the string is now included in claws-mail.pot
2469
2470 2007-07-13 [colin]      2.10.0cvs17
2471
2472         * src/summaryview.c
2473                 Fix bug 1267, 'printing mutliple messages 
2474                 opens one message-dialog after the other'
2475                 Ask for confirmation when printing 10
2476                 messages or more.
2477
2478 2007-07-11 [colin]      2.10.0cvs16
2479
2480         * COPYING
2481         * README
2482         * autogen.sh
2483         * manual/claws-mail-manual.xml
2484         * manual/gpl.xml
2485         * manual/es/claws-mail-manual.xml
2486         * manual/es/gpl.xml
2487         * manual/fr/claws-mail-manual.xml
2488         * manual/fr/gpl.xml
2489         * manual/pl/gpl.xml
2490         * src/account.c
2491         * src/account.h
2492         * src/action.c
2493         * src/action.h
2494         * src/adbookbase.h
2495         * src/addr_compl.c
2496         * src/addr_compl.h
2497         * src/addrbook.c
2498         * src/addrbook.h
2499         * src/addrcache.c
2500         * src/addrcache.h
2501         * src/addrcindex.c
2502         * src/addrcindex.h
2503         * src/addrclip.c
2504         * src/addrclip.h
2505         * src/addrdefs.h
2506         * src/addressadd.c
2507         * src/addressadd.h
2508         * src/addressbook.c
2509         * src/addressbook.h
2510         * src/addressbook_foldersel.c
2511         * src/addressbook_foldersel.h
2512         * src/addressitem.h
2513         * src/addrgather.c
2514         * src/addrgather.h
2515         * src/addrharvest.c
2516         * src/addrharvest.h
2517         * src/addrindex.c
2518         * src/addrindex.h
2519         * src/addritem.c
2520         * src/addritem.h
2521         * src/addrquery.c
2522         * src/addrquery.h
2523         * src/addrselect.c
2524         * src/addrselect.h
2525         * src/alertpanel.c
2526         * src/alertpanel.h
2527         * src/browseldap.c
2528         * src/browseldap.h
2529         * src/codeconv.c
2530         * src/codeconv.h
2531         * src/compose.c
2532         * src/compose.h
2533         * src/crash.c
2534         * src/crash.h
2535         * src/customheader.c
2536         * src/customheader.h
2537         * src/displayheader.c
2538         * src/displayheader.h
2539         * src/editaddress.c
2540         * src/editaddress.h
2541         * src/editaddress_other_attributes_ldap.c
2542         * src/editaddress_other_attributes_ldap.h
2543         * src/editbook.c
2544         * src/editbook.h
2545         * src/editgroup.c
2546         * src/editgroup.h
2547         * src/editjpilot.c
2548         * src/editjpilot.h
2549         * src/editldap.c
2550         * src/editldap.h
2551         * src/editldap_basedn.c
2552         * src/editldap_basedn.h
2553         * src/edittags.c
2554         * src/edittags.h
2555         * src/editvcard.c
2556         * src/editvcard.h
2557         * src/enriched.c
2558         * src/enriched.h
2559         * src/exphtmldlg.c
2560         * src/exphtmldlg.h
2561         * src/expldifdlg.c
2562         * src/expldifdlg.h
2563         * src/export.c
2564         * src/export.h
2565         * src/exporthtml.c
2566         * src/exporthtml.h
2567         * src/exportldif.c
2568         * src/exportldif.h
2569         * src/filtering.c
2570         * src/filtering.h
2571         * src/folder.c
2572         * src/folder.h
2573         * src/folder_item_prefs.c
2574         * src/folder_item_prefs.h
2575         * src/foldersel.c
2576         * src/foldersel.h
2577         * src/folderutils.c
2578         * src/folderutils.h
2579         * src/folderview.c
2580         * src/folderview.h
2581         * src/gedit-print.c
2582         * src/gedit-print.h
2583         * src/grouplistdialog.c
2584         * src/grouplistdialog.h
2585         * src/headerview.c
2586         * src/headerview.h
2587         * src/html.c
2588         * src/html.h
2589         * src/image_viewer.c
2590         * src/image_viewer.h
2591         * src/imap.c
2592         * src/imap.h
2593         * src/imap_gtk.c
2594         * src/imap_gtk.h
2595         * src/import.c
2596         * src/import.h
2597         * src/importldif.c
2598         * src/importldif.h
2599         * src/importmutt.c
2600         * src/importmutt.h
2601         * src/importpine.c
2602         * src/importpine.h
2603         * src/inc.c
2604         * src/inc.h
2605         * src/jpilot.c
2606         * src/jpilot.h
2607         * src/ldapctrl.c
2608         * src/ldapctrl.h
2609         * src/ldaplocate.c
2610         * src/ldaplocate.h
2611         * src/ldapquery.c
2612         * src/ldapquery.h
2613         * src/ldapserver.c
2614         * src/ldapserver.h
2615         * src/ldapupdate.c
2616         * src/ldapupdate.h
2617         * src/ldaputil.c
2618         * src/ldaputil.h
2619         * src/ldif.c
2620         * src/ldif.h
2621         * src/localfolder.c
2622         * src/localfolder.h
2623         * src/main.c
2624         * src/main.h
2625         * src/mainwindow.c
2626         * src/mainwindow.h
2627         * src/manual.c
2628         * src/manual.h
2629         * src/matcher.c
2630         * src/matcher.h
2631         * src/matcher_parser.h
2632         * src/matcher_parser_lex.l
2633         * src/matcher_parser_parse.y
2634         * src/mbox.c
2635         * src/mbox.h
2636         * src/message_search.c
2637         * src/message_search.h
2638         * src/messageview.c
2639         * src/messageview.h
2640         * src/mh.c
2641         * src/mh.h
2642         * src/mh_gtk.c
2643         * src/mh_gtk.h
2644         * src/mimeview.c
2645         * src/mimeview.h
2646         * src/msgcache.c
2647         * src/msgcache.h
2648         * src/mutt.c
2649         * src/mutt.h
2650         * src/news.c
2651         * src/news.h
2652         * src/news_gtk.c
2653         * src/news_gtk.h
2654         * src/noticeview.c
2655         * src/noticeview.h
2656         * src/partial_download.c
2657         * src/partial_download.h
2658         * src/pine.c
2659         * src/pine.h
2660         * src/pop.c
2661         * src/pop.h
2662         * src/prefs_account.c
2663         * src/prefs_account.h
2664         * src/prefs_actions.c
2665         * src/prefs_actions.h
2666         * src/prefs_common.c
2667         * src/prefs_common.h
2668         * src/prefs_compose_writing.c
2669         * src/prefs_compose_writing.h
2670         * src/prefs_customheader.c
2671         * src/prefs_customheader.h
2672         * src/prefs_display_header.c
2673         * src/prefs_display_header.h
2674         * src/prefs_ext_prog.c
2675         * src/prefs_ext_prog.h
2676         * src/prefs_filtering.c
2677         * src/prefs_filtering.h
2678         * src/prefs_filtering_action.c
2679         * src/prefs_filtering_action.h
2680         * src/prefs_folder_column.c
2681         * src/prefs_folder_column.h
2682         * src/prefs_folder_item.c
2683         * src/prefs_folder_item.h
2684         * src/prefs_fonts.c
2685         * src/prefs_fonts.h
2686         * src/prefs_gtk.c
2687         * src/prefs_gtk.h
2688         * src/prefs_image_viewer.c
2689         * src/prefs_image_viewer.h
2690         * src/prefs_logging.c
2691         * src/prefs_logging.h
2692         * src/prefs_matcher.c
2693         * src/prefs_matcher.h
2694         * src/prefs_message.c
2695         * src/prefs_message.h
2696         * src/prefs_msg_colors.c
2697         * src/prefs_msg_colors.h
2698         * src/prefs_other.c
2699         * src/prefs_other.h
2700         * src/prefs_quote.c
2701         * src/prefs_quote.h
2702         * src/prefs_receive.c
2703         * src/prefs_receive.h
2704         * src/prefs_send.c
2705         * src/prefs_send.h
2706         * src/prefs_spelling.c
2707         * src/prefs_spelling.h
2708         * src/prefs_summaries.c
2709         * src/prefs_summaries.h
2710         * src/prefs_summary_column.c
2711         * src/prefs_summary_column.h
2712         * src/prefs_summary_open.c
2713         * src/prefs_summary_open.h
2714         * src/prefs_template.c
2715         * src/prefs_template.h
2716         * src/prefs_themes.c
2717         * src/prefs_themes.h
2718         * src/prefs_toolbar.c
2719         * src/prefs_toolbar.h
2720         * src/prefs_wrapping.c
2721         * src/prefs_wrapping.h
2722         * src/privacy.c
2723         * src/privacy.h
2724         * src/procheader.c
2725         * src/procheader.h
2726         * src/procmime.c
2727         * src/procmime.h
2728         * src/procmsg.c
2729         * src/procmsg.h
2730         * src/quote_fmt.c
2731         * src/quote_fmt_lex.l
2732         * src/quote_fmt_parse.y
2733         * src/recv.c
2734         * src/recv.h
2735         * src/remotefolder.c
2736         * src/remotefolder.h
2737         * src/send_message.c
2738         * src/send_message.h
2739         * src/setup.c
2740         * src/setup.h
2741         * src/simple-gettext.c
2742         * src/sourcewindow.c
2743         * src/sourcewindow.h
2744         * src/ssl_manager.c
2745         * src/ssl_manager.h
2746         * src/statusbar.c
2747         * src/statusbar.h
2748         * src/stock_pixmap.c
2749         * src/stock_pixmap.h
2750         * src/summary_search.c
2751         * src/summary_search.h
2752         * src/summaryview.c
2753         * src/summaryview.h
2754         * src/textview.c
2755         * src/textview.h
2756         * src/toolbar.c
2757         * src/toolbar.h
2758         * src/undo.c
2759         * src/undo.h
2760         * src/unmime.c
2761         * src/unmime.h
2762         * src/uri_opener.c
2763         * src/uri_opener.h
2764         * src/vcard.c
2765         * src/vcard.h
2766         * src/wizard.c
2767         * src/wizard.h
2768         * src/common/base64.c
2769         * src/common/base64.h
2770         * src/common/claws.c
2771         * src/common/claws.h
2772         * src/common/defs.h
2773         * src/common/fnmatch.c
2774         * src/common/fnmatch.h
2775         * src/common/fnmatch_loop.c
2776         * src/common/hooks.c
2777         * src/common/hooks.h
2778         * src/common/log.c
2779         * src/common/log.h
2780         * src/common/md5.c
2781         * src/common/md5.h
2782         * src/common/mgutils.c
2783         * src/common/mgutils.h
2784         * src/common/nntp.c
2785         * src/common/nntp.h
2786         * src/common/passcrypt.c
2787         * src/common/passcrypt.h.in
2788         * src/common/plugin.c
2789         * src/common/plugin.h
2790         * src/common/prefs.c
2791         * src/common/prefs.h
2792         * src/common/progressindicator.c
2793         * src/common/progressindicator.h
2794         * src/common/quoted-printable.c
2795         * src/common/quoted-printable.h
2796         * src/common/session.c
2797         * src/common/session.h
2798         * src/common/smtp.c
2799         * src/common/smtp.h
2800         * src/common/socket.c
2801         * src/common/socket.h
2802         * src/common/ssl.c
2803         * src/common/ssl.h
2804         * src/common/ssl_certificate.c
2805         * src/common/ssl_certificate.h
2806         * src/common/string_match.c
2807         * src/common/string_match.h
2808         * src/common/stringtable.c
2809         * src/common/stringtable.h
2810         * src/common/tags.c
2811         * src/common/tags.h
2812         * src/common/template.c
2813         * src/common/template.h
2814         * src/common/timing.h
2815         * src/common/utils.c
2816         * src/common/utils.h
2817         * src/common/uuencode.c
2818         * src/common/uuencode.h
2819         * src/common/version.h.in
2820         * src/common/w32_dirent.c
2821         * src/common/w32_reg.c
2822         * src/common/w32_signal.c
2823         * src/common/w32_stat.c
2824         * src/common/w32_stdlib.c
2825         * src/common/w32_string.c
2826         * src/common/w32_time.c
2827         * src/common/w32_unistd.c
2828         * src/common/w32_wait.c
2829         * src/common/w32lib.h
2830         * src/common/xml.c
2831         * src/common/xml.h
2832         * src/common/xmlprops.c
2833         * src/common/xmlprops.h
2834         * src/etpan/etpan-errors.h
2835         * src/etpan/etpan-thread-manager-types.h
2836         * src/etpan/etpan-thread-manager.c
2837         * src/etpan/etpan-thread-manager.h
2838         * src/etpan/imap-thread.c
2839         * src/etpan/imap-thread.h
2840         * src/gtk/about.c
2841         * src/gtk/about.h
2842         * src/gtk/colorlabel.c
2843         * src/gtk/colorlabel.h
2844         * src/gtk/colorsel.c
2845         * src/gtk/colorsel.h
2846         * src/gtk/combobox.c
2847         * src/gtk/combobox.h
2848         * src/gtk/description_window.c
2849         * src/gtk/description_window.h
2850         * src/gtk/filesel.c
2851         * src/gtk/filesel.h
2852         * src/gtk/foldersort.c
2853         * src/gtk/foldersort.h
2854         * src/gtk/gtkaspell.c
2855         * src/gtk/gtkaspell.h
2856         * src/gtk/gtksctree.c
2857         * src/gtk/gtkshruler.c
2858         * src/gtk/gtkshruler.h
2859         * src/gtk/gtksourceprintjob.c
2860         * src/gtk/gtksourceprintjob.h
2861         * src/gtk/gtkutils.c
2862         * src/gtk/gtkutils.h
2863         * src/gtk/gtkvscrollbutton.c
2864         * src/gtk/gtkvscrollbutton.h
2865         * src/gtk/icon_legend.c
2866         * src/gtk/icon_legend.h
2867         * src/gtk/inputdialog.c
2868         * src/gtk/inputdialog.h
2869         * src/gtk/logwindow.c
2870         * src/gtk/logwindow.h
2871         * src/gtk/manage_window.c
2872         * src/gtk/manage_window.h
2873         * src/gtk/menu.c
2874         * src/gtk/menu.h
2875         * src/gtk/pluginwindow.c
2876         * src/gtk/pluginwindow.h
2877         * src/gtk/prefswindow.c
2878         * src/gtk/prefswindow.h
2879         * src/gtk/progressdialog.c
2880         * src/gtk/progressdialog.h
2881         * src/gtk/quicksearch.c
2882         * src/gtk/quicksearch.h
2883         * src/gtk/sslcertwindow.c
2884         * src/gtk/sslcertwindow.h
2885         * src/plugins/bogofilter/bogofilter.c
2886         * src/plugins/bogofilter/bogofilter.h
2887         * src/plugins/bogofilter/bogofilter_gtk.c
2888         * src/plugins/clamav/clamav_plugin.c
2889         * src/plugins/clamav/clamav_plugin.h
2890         * src/plugins/clamav/clamav_plugin_gtk.c
2891         * src/plugins/demo/demo.c
2892         * src/plugins/dillo_viewer/dillo_prefs.c
2893         * src/plugins/dillo_viewer/dillo_prefs.h
2894         * src/plugins/dillo_viewer/dillo_viewer.c
2895         * src/plugins/pgpcore/passphrase.c
2896         * src/plugins/pgpcore/passphrase.h
2897         * src/plugins/pgpcore/pgp_viewer.c
2898         * src/plugins/pgpcore/pgp_viewer.h
2899         * src/plugins/pgpcore/plugin.c
2900         * src/plugins/pgpcore/prefs_gpg.c
2901         * src/plugins/pgpcore/prefs_gpg.h
2902         * src/plugins/pgpcore/select-keys.c
2903         * src/plugins/pgpcore/select-keys.h
2904         * src/plugins/pgpcore/sgpgme.c
2905         * src/plugins/pgpcore/sgpgme.h
2906         * src/plugins/pgpinline/pgpinline.c
2907         * src/plugins/pgpinline/pgpinline.h
2908         * src/plugins/pgpinline/plugin.c
2909         * src/plugins/pgpmime/pgpmime.c
2910         * src/plugins/pgpmime/pgpmime.h
2911         * src/plugins/pgpmime/plugin.c
2912         * src/plugins/spamassassin/spamassassin.c
2913         * src/plugins/spamassassin/spamassassin.h
2914         * src/plugins/spamassassin/spamassassin_gtk.c
2915         * src/plugins/trayicon/trayicon.c
2916         * src/plugins/trayicon/trayicon_prefs.c
2917         * src/plugins/trayicon/trayicon_prefs.h
2918         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2919         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2920         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2921         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2922         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2923         * tools/OOo2claws-mail.pl
2924         * tools/README.sylprint
2925         * tools/acroread2claws-mail.pl
2926         * tools/claws-mail-compose-insert-files.pl
2927         * tools/convert_mbox.pl
2928         * tools/filter_conv.pl
2929         * tools/filter_conv_new.pl
2930         * tools/fix_date.sh
2931         * tools/freshmeat_search.pl
2932         * tools/google_search.pl
2933         * tools/kmail-mailbox2claws-mail.pl
2934         * tools/kmail2claws-mail.pl
2935         * tools/kmail2claws-mail_v2.pl
2936         * tools/mairix.sh
2937         * tools/make.themes.project
2938         * tools/multiwebsearch.pl
2939         * tools/nautilus2claws-mail.sh
2940         * tools/outlook2claws-mail.pl
2941         * tools/textviewer.sh
2942         * tools/thunderbird-filters-convertor.pl
2943         * tools/update-po
2944         * tools/uuooffice
2945         * tools/vcard2xml.py
2946         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2947                 Upgrade to GPLv3 or later.
2948
2949 2007-07-10 [wwp]        2.10.0cvs15
2950
2951         * src/main.c
2952                 Fix re-opening of all composing messages that were
2953                 opened when closing the previous instance, thanks
2954                 to Colin.
2955
2956 2007-07-10 [paul]       2.10.0cvs14
2957
2958         * src/editaddress_other_attributes_ldap.c
2959         * src/ldapupdate.c
2960                 fix crash on selecting 'other attributes' combo
2961                 for either a new entry or an old entry with no
2962                 existing attributes.
2963                 fix bug on editing multiple attributes which
2964                 resulted them all having the value of the last
2965                 one changed.
2966                 Thanks to Colin
2967
2968 2007-07-10 [colin]      2.10.0cvs13
2969
2970         * src/editaddress.c
2971         * src/editaddress_other_attributes_ldap.h
2972         * src/ldapupdate.c
2973                 Fix --disable-ldap build
2974
2975 2007-07-09 [colin]      2.10.0cvs12
2976
2977         * src/Makefile.am
2978         * src/addritem.c
2979         * src/addritem.h
2980         * src/editaddress.c
2981         * src/editaddress_other_attributes_ldap.c
2982         * src/editaddress_other_attributes_ldap.h
2983         * src/editldap.c
2984         * src/ldapctrl.c
2985         * src/ldapctrl.h
2986         * src/ldapupdate.c
2987                 Add capability to edit all inetOrgPerson
2988                 attributes on LDAP. Patch by Michael 
2989                 Rasmussen
2990
2991 2007-07-09 [colin]      2.10.0cvs11
2992
2993         * src/Makefile.am
2994         * src/exporthtml.c
2995         * src/mbox.c
2996         * src/msgcache.c
2997         * src/prefs_summaries.c
2998         * src/prefs_themes.c
2999         * src/procheader.c
3000         * src/common/Makefile.am
3001         * src/common/log.c
3002         * src/common/timing.h
3003         * src/common/utils.c
3004         * src/common/utils.h
3005         * src/common/w32_account.c
3006         * src/common/w32lib.h
3007         * src/gtk/Makefile.am
3008         * src/gtk/colorlabel.c
3009         * src/plugins/pgpcore/Makefile.am
3010         * src/plugins/pgpcore/claws.def
3011         * src/plugins/pgpcore/passphrase.c
3012         * src/plugins/pgpcore/pgp_viewer.c
3013         * src/plugins/pgpcore/plugin.def
3014         * src/plugins/pgpcore/sgpgme.c
3015         * src/plugins/pgpinline/Makefile.am
3016         * src/plugins/pgpinline/claws.def
3017         * src/plugins/pgpinline/mypgpcore.def
3018         * src/plugins/pgpinline/plugin.def
3019         * src/plugins/pgpmime/Makefile.am
3020         * src/plugins/pgpmime/claws.def
3021         * src/plugins/pgpmime/mypgpcore.def
3022         * src/plugins/pgpmime/plugin.def
3023                 Commit win32 patch, from Werner Koch and
3024                 Marcus Brinkmann
3025
3026 2007-07-09 [colin]      2.10.0cvs10
3027
3028         * src/prefs_toolbar.c
3029                 Fix crash when no actions exist
3030
3031 2007-07-07 [paul]       2.10.0cvs9
3032
3033         * COPYING
3034         * manual/claws-mail-manual.xml
3035                 update copyright year
3036         * po/fi.po
3037                 updated by Flammie Pirinen
3038
3039 2007-07-05 [wwp]        2.10.0cvs8
3040
3041         * src/plugins/clamav/clamav_plugin_gtk.c
3042                 Make vertical spacing like in other plugin prefs pages.
3043
3044 2007-07-05 [wwp]        2.10.0cvs7
3045
3046         * src/quote_fmt.c
3047                 It's %am that works, not %ae (this doc incoherence has been
3048                 introduced with 2.9.2cvs13).
3049
3050 2007-07-04 [wwp]        2.10.0cvs6
3051
3052         * src/plugins/bogofilter/bogofilter.c
3053                 Gettext-ize an occurrence of "Any" that wasn't.
3054
3055 2007-07-04 [colin]      2.10.0cvs5
3056
3057         * po/POTFILES.in
3058                 Fix untranslated strings; thanks
3059                 to Pader Rezso.
3060
3061 2007-07-03 [colin]      2.10.0cvs4
3062
3063         * src/folder.c
3064         * src/mainwindow.c
3065                 Fix saving of sort mode for tags and
3066                 thread date. Thanks to Pierre Ossman.
3067                 Completes fix for bug 1233
3068
3069 2007-07-03 [paul]       2.10.0cvs3
3070
3071         * src/compose.c
3072                 fix auto-save
3073         * src/summaryview.c
3074                 fix build warnings
3075         Thanks to Colin
3076
3077 2007-07-02 [colin]      2.10.0cvs2
3078
3079         * src/folder.h
3080         * src/mainwindow.c
3081         * src/procmsg.h
3082         * src/summaryview.c
3083                 Add View/Sort/by Thread date
3084                 Fixes bug 1233, 'Capability to sort 
3085                 threads by most recent message'
3086                 Based on a patch by Paul Rolland
3087
3088 2007-07-02 [colin]      2.10.0cvs1
3089
3090         * src/Makefile.am
3091         * src/compose.c
3092         * src/edittags.c
3093         * src/edittags.h
3094         * src/filtering.c
3095         * src/folder.c
3096         * src/folder.h
3097         * src/headerview.c
3098         * src/headerview.h
3099         * src/main.c
3100         * src/mainwindow.c
3101         * src/mainwindow.h
3102         * src/manual.h
3103         * src/matcher.c
3104         * src/matcher.h
3105         * src/matcher_parser_parse.y
3106         * src/mimeview.c
3107         * src/msgcache.c
3108         * src/msgcache.h
3109         * src/prefs_common.c
3110         * src/prefs_common.h
3111         * src/prefs_filtering_action.c
3112         * src/prefs_matcher.c
3113         * src/prefs_summary_column.c
3114         * src/procmsg.c
3115         * src/procmsg.h
3116         * src/quote_fmt.c
3117         * src/quote_fmt_lex.l
3118         * src/quote_fmt_parse.y
3119         * src/summaryview.c
3120         * src/summaryview.h
3121         * src/textview.c
3122         * src/common/Makefile.am
3123         * src/common/defs.h
3124         * src/common/tags.c
3125         * src/common/tags.h
3126         * src/gtk/quicksearch.c
3127         * src/gtk/quicksearch.h
3128                 Add Tags implementation. Tags are arbitrary labels
3129                 that can be applied to messages. It is possible 
3130                 to create, edit, remove tags; apply them to mails;
3131                 filter on tags or tag presence; apply or unset
3132                 tags via filtering actions; reference tags in
3133                 reply templates.
3134
3135 2007-07-02 [paul]       2.10.0
3136
3137         * NEWS
3138         * README
3139         * RELEASE_NOTES
3140                 2.10.0 released
3141
3142 2007-07-02 [paul]       2.9.2cvs78
3143
3144         * po/de.po
3145         * po/en_GB.po
3146         * po/es.po
3147         * po/fr.po
3148         * po/hu.po
3149         * po/pt_BR.po
3150         * po/ru.po
3151         * po/zh_CN.po
3152                 updated by Stephan Sachse, me, Ricardo Mones
3153                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3154                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3155
3156 2007-07-02 [paul]       2.9.2cvs77
3157
3158         * AUTHORS
3159                 updated
3160
3161 2007-06-29 [wwp]        2.9.2cvs76
3162
3163         * src/gtk/headers.h
3164                 Fix a typo (thanks to Ricardo for finding this out).
3165
3166 2007-06-28 [paul]       2.9.2cvs75
3167
3168         * src/folderview.c
3169                 fix build warnings
3170
3171 2007-06-28 [paul]       2.9.2cvs74
3172
3173         * tools/Makefile.am
3174                 fix bug in the autotools build system.
3175                 Files cataloged under EXTRA_DIST were never
3176                 automatically copied to the build tree.
3177                 (fix 'make distcheck')
3178                 Patch by Michael Rasmussen.
3179
3180 2007-06-24 [colin]      2.9.2cvs73
3181
3182         * src/news_gtk.c
3183                 Fix bug 1249, 'Error handling for 
3184                 news errors needs modification'
3185                 Only popup error if the according
3186                 pref in Prefs/Receive is set.
3187
3188 2007-06-21 [colin]      2.9.2cvs72
3189
3190         * src/common/plugin.c
3191         * src/common/plugin.h
3192                 Change plugin API to know whether it's safe to 
3193                 unload plugins or whether we should just hide
3194                 them. Fixes bug 1248, 'Core dumps after 
3195                 unloading plugin and clicking on load plugins'
3196         * src/plugins/bogofilter/bogofilter.c
3197         * src/plugins/clamav/clamav_plugin.c
3198         * src/plugins/demo/demo.c
3199         * src/plugins/dillo_viewer/dillo_viewer.c
3200         * src/plugins/pgpcore/plugin.c
3201         * src/plugins/pgpinline/plugin.c
3202         * src/plugins/pgpmime/plugin.c
3203         * src/plugins/spamassassin/spamassassin.c
3204         * src/plugins/trayicon/trayicon.c
3205                 Update API
3206
3207 2007-06-19 [colin]      2.9.2cvs71
3208
3209         * src/compose.c
3210         * src/messageview.c
3211                 Fix crash mentioned in bug 1246
3212                 Race condition when automatically drafting
3213                 due to insertion on reedit.
3214
3215 2007-06-18 [wwp]        2.9.2cvs70
3216
3217         * src/importldif.c
3218                 LDIF import: use a "Proceed" button to complete
3219                 the process.
3220
3221 2007-06-18 [paul]       2.9.2cvs69
3222
3223         * configure.ac
3224                 use pkgconfig to check for gtk and glib
3225
3226 2007-06-17 [wwp]        2.9.2cvs68
3227
3228         * src/ldif.c
3229         * src/importldif.c
3230                 LDIF import: better error handling, minor code
3231                 and UI cleanup, and renamed the Save button
3232                 to Close, as imported stuff is already saved
3233                 when the Save button is shown.
3234
3235 2007-06-17 [colin]      2.9.2cvs67
3236
3237         * src/prefs_summaries.c
3238         * src/procmsg.c
3239                 Don't set as read when forwarded, only replied to
3240
3241 2007-06-17 [paul]       2.9.2cvs66
3242
3243         * src/alertpanel.c
3244                 add missing #include
3245
3246 2007-06-16 [colin]      2.9.2cvs65
3247
3248         * src/prefs_summaries.c
3249         * src/procmsg.c
3250                 Change the pref "Only mark as read when opened
3251                 in new window" to "..., replied to or forwarded".
3252                 Based on a patch by Paul Rolland.
3253
3254 2007-06-16 [paul]       2.9.2cvs64
3255
3256         * src/gtk/authors.h
3257                 alphabetical order! :)
3258
3259 2007-06-16 [colin]      2.9.2cvs63
3260
3261         * AUTHORS
3262         * src/gtk/authors.h
3263                 Add Michael Rasmussen in authors list
3264
3265 2007-06-16 [colin]      2.9.2cvs62
3266
3267         * src/messageview.c
3268                 Fix messageview_copy_clipboard to take advantage
3269                 of plugins' get_selection.
3270
3271 2007-06-15 [colin]      2.9.2cvs61
3272
3273         * src/action.c
3274         * src/addr_compl.c
3275         * src/addressbook.c
3276         * src/folderview.c
3277         * src/message_search.c
3278         * src/mimeview.c
3279         * src/summary_search.c
3280         * src/summaryview.c
3281         * src/textview.c
3282                 Allow GDK_KP_Enter to do the same as GDK_Return
3283                 Patch by Michael Rasmussen
3284
3285 2007-06-15 [paul]       2.9.2cvs60
3286
3287         * src/compose.c
3288                 fix bug when closing a compose window
3289                 during autosave
3290
3291 2007-06-14 [paul]       2.9.2cvs59
3292
3293         * src/main.c
3294         * src/common/defs.h
3295                 migrate sylpheed config
3296
3297 2007-06-14 [wwp]        2.9.2cvs58
3298
3299         * src/gtk/pluginwindow.c
3300                 Yet another attempt to fix sizing/alignment of the
3301                 button bar in plugins window.
3302
3303 2007-06-12 [colin]      2.9.2cvs57
3304
3305         * po/POTFILES.in
3306         * src/Makefile.am
3307         * src/folderview.c
3308         * src/prefs_common.c
3309         * src/prefs_common.h
3310         * src/prefs_summaries.c
3311         * src/prefs_summary_open.c
3312         * src/prefs_summary_open.h
3313         * src/summaryview.c
3314                 Make "when entering a folder" actions more personalisable
3315
3316 2007-06-12 [wwp]        2.9.2cvs56
3317
3318         * tools/README
3319                 Use short description from Paul (mairix.sh).
3320
3321 2007-06-12 [wwp]        2.9.2cvs55
3322
3323         * tools/README
3324                 Updated info about mairix.sh.
3325
3326 2007-06-11 [paul]       2.9.2cvs54
3327
3328         * src/prefs_logging.c
3329                 rework log window length widgets
3330                 and some sensitivity fixes
3331
3332 2007-06-11 [paul]       2.9.2cvs53
3333
3334         * src/mainwindow.c
3335         * src/prefs_logging.c
3336                 rename 'Protocol Log' to 'Network Log'
3337                 and some function renaming
3338
3339 2007-06-10 [wwp]        2.9.2cvs52
3340
3341         * src/gtk/pluginwindow.c
3342                 Revert 2.9.2cvs51.
3343
3344 2007-06-10 [wwp]        2.9.2cvs51
3345
3346         * src/gtk/pluginwindow.c
3347                 Fix button bar in plugin window, was centered and not
3348                 behaving like other dialogs w/ such button bar.
3349
3350 2007-06-08 [wwp]        2.9.2cvs50
3351
3352         * src/compose.c
3353         * src/compose.h
3354         * src/main.c
3355         * src/mainwindow.c
3356         * src/mainwindow.h
3357                 Provide a way out of automatic draft saving on IMAP, when
3358                 exiting offline.
3359                 Prevent drafting while sending and quitting while sending.
3360                 Thanks for Colin.
3361
3362
3363
3364 2007-06-08 [wwp]        2.9.2cvs49
3365
3366         * src/prefs_account.c
3367         * src/gtk/prefswindow.c
3368         * src/gtk/prefswindow.h
3369                 Activate the Basic page when opening account prefs.
3370
3371 2007-06-08 [wwp]        2.9.2cvs48
3372
3373         * src/common/socket.c
3374                 Don't crash if fork() fails, thanks to Colin.
3375
3376 2007-06-08 [wwp]        2.9.2cvs47
3377
3378         * src/gtk/prefswindow.c
3379                 Wrap some long lines, and reset horizontal scroller's adjusment
3380                 (this was already done, vertically), when changing tab (not page)
3381                 in prefs windows.
3382
3383 2007-06-08 [paul]       2.9.2cvs46
3384
3385         * src/common/utils.c
3386                 use gethostname() instead of uname()
3387                 based on a patch by Michael Hughes
3388                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3389
3390 2007-06-07 [wwp]        2.9.2cvs45
3391
3392         * src/prefs_common.c
3393                 Fix some useless warnings, thanks to Colin.
3394
3395 2007-06-06 [colin]      2.9.2cvs44
3396
3397         * src/ldapupdate.c
3398                 Fix strange allocations. 
3399
3400 2007-06-06 [colin]      2.9.2cvs43
3401
3402         * src/ldapupdate.c
3403                 Patch by Michael Rasmussus to help
3404                 bug 1232
3405
3406 2007-06-05 [wwp]        2.9.2cvs42
3407
3408         * src/prefs_account.c
3409         * src/prefs_folder_item.c
3410         * src/prefs_quote.c
3411         * src/quote_fmt.c
3412         * src/quote_fmt.h
3413                 Per-folder templates can now be applied recursively.
3414                 Always save per-folder templates (formats were erroneously
3415                 saved only if they were enabled).
3416                 Check for validity of quotation marks everywhere there
3417                 are defined.
3418
3419 2007-06-05 [wwp]        2.9.2cvs41
3420
3421         * src/inc.c
3422                 Fix incoming messages from local accounts always getting filtered
3423                 (even if the account prefs say don't), thanks to Colin.
3424
3425 2007-06-05 [wwp]        2.9.2cvs40
3426
3427         * src/compose.c
3428         * src/compose.h
3429                 Use per-folder/per-account quote chars when applying a
3430                 template or inserting text as well. Const'ify some
3431                 vars more.
3432
3433 2007-06-04 [colin]      2.9.2cvs39
3434
3435         * src/compose.c
3436                 More work for wwp :)
3437
3438 2007-06-04 [wwp]        2.9.2cvs38
3439
3440         * src/compose.c
3441                 Same as 2.9.2cvs36 but for forwarding.
3442
3443 2007-06-04 [colin]      2.9.2cvs37
3444
3445         * src/compose.c
3446                 Use original mail file for forward/redirect
3447                 Fixes some forwarded mails to be attached as
3448                 application/octet-stream (when they have binary
3449                 parts), and incidentally fixes bug 848
3450                 'Redirect breaks GnuPG'
3451
3452 2007-06-04 [wwp]        2.9.2cvs36
3453
3454         * src/compose.c
3455                 Fix quote mark mis-initialisation when replying/forwarding
3456                 (introduced w/ 2.9.2cvs20).
3457
3458 2007-06-04 [wwp]        2.9.2cvs35
3459
3460         * src/prefs_compose_writing.c
3461         * src/prefs_quote.c
3462                 Fix a bug where Quotation characters (prefs/compose/writing)
3463                 was cleared (introduced w/ 2.9.2cvs26).
3464
3465 2007-06-04 [wwp]        2.9.2cvs34
3466
3467         * src/prefs_account.c
3468         * src/prefs_account.h
3469                 Better fix for compiling w/o aspell (rollbacks
3470                 2.9.2cvs31).
3471
3472 2007-06-04 [wwp]        2.9.2cvs33
3473
3474         * src/account.c
3475         * src/prefs_account.c
3476         * src/prefs_account.h
3477         * src/procmsg.c
3478                 It's now possible to disable mail filtering plugins
3479                 on a per-account basis.
3480
3481 2007-06-04 [wwp]        2.9.2cvs32
3482
3483         * src/procheader.c
3484         * src/common/utils.c
3485         * src/common/utils.h
3486                 Support CRLF in headers part of messages.
3487                 Support few more date formats (RFC3339 subsets).
3488
3489 2007-06-04 [wwp]        2.9.2cvs31
3490
3491         * src/prefs_account.c
3492                 Fix compiling w/o aspell support.
3493
3494 2007-06-03 [wwp]        2.9.2cvs30
3495
3496         * src/prefs_gtk.c
3497                 Don't decode leading ENV_ and ~ in P_PASSWORD
3498                 values.
3499
3500 2007-06-03 [wwp]        2.9.2cvs29
3501
3502         * src/prefs_gtk.c
3503                 Don't decode leading ENV_ and ~ in P_PASSWORD
3504                 values.
3505
3506 2007-06-03 [wwp]        2.9.2cvs28
3507
3508         * src/prefs_account.c
3509         * src/gtk/prefswindow.c
3510         * src/gtk/prefswindow.h
3511                 Added a way to force preloading of all pages
3512                 (prefswindow).
3513                 Moved tabs to pages in account prefs.
3514
3515 2007-06-02 [colin]      2.9.2cvs27
3516
3517         * src/addressbook.c
3518                 Fix possible crash, fix ldap write bugs
3519         * src/ldapupdate.c
3520                 Fix ldap write bugs - patch by Michael
3521                 Rasmussen
3522         * src/alertpanel.c
3523         * src/alertpanel.h
3524                 Add a hook whenever alertpanel opens/closes
3525
3526 2007-05-31 [wwp]        2.9.2cvs26
3527
3528         * src/prefs_compose_writing.c
3529         * src/prefs_quote.c
3530                 Re-organized writing options a bit:
3531                  - renamed the Quoting page to Templates
3532                  - moved all composing templates to that page
3533                  - moved non-templates options to the Writing one,
3534                    grouped reply-related options, reordered reply and
3535                    forward options.
3536
3537 2007-05-31 [wwp]        2.9.2cvs25
3538
3539         * src/compose.c
3540                 Removed unused code.
3541
3542 2007-05-31 [colin]      2.9.2cvs24
3543
3544         * src/addressbook.c
3545                 Fix missing display name when modifying
3546                 LDAP. Patch by Michael Rasmussen
3547
3548 2007-05-31 [wwp]        2.9.2cvs23
3549
3550         * src/plugins/bogofilter/Makefile.am
3551         * src/plugins/clamav/Makefile.am
3552         * src/plugins/demo/Makefile.am
3553         * src/plugins/dillo_viewer/Makefile.am
3554         * src/plugins/spamassassin/Makefile.am
3555                 Fix building of those plugins in Mac OS X.
3556
3557 2007-05-30 [wwp]        2.9.2cvs22
3558
3559         * src/gtk/quicksearch.c
3560                 Fix missing initialization.
3561
3562 2007-05-30 [wwp]        2.9.2cvs21
3563
3564         * src/procheader.c
3565                 Revert accidental commit (debug outputs).
3566
3567 2007-05-30 [wwp]        2.9.2cvs20
3568
3569         * src/compose.c
3570         * src/folder_item_prefs.c
3571         * src/folder_item_prefs.h
3572         * src/prefs_account.c
3573         * src/prefs_account.h
3574         * src/prefs_folder_item.c
3575         * src/prefs_gtk.c
3576         * src/prefs_gtk.h
3577                 Implemented per-account and per-folder
3578                 compose/reply/forward formats.
3579
3580 2007-05-30 [wwp]        2.9.2cvs19
3581
3582         * src/prefs_compose_writing.c
3583         * src/prefs_quote.c
3584         * src/procheader.c
3585         * src/quote_fmt.c
3586         * src/quote_fmt.h
3587                 Internal API changes (factorize quote format
3588                 prefs and checks).
3589
3590 2007-05-30 [colin]      2.9.2cvs18
3591
3592         * src/compose.c
3593                 Fix race where it's possible to re-click Send
3594                 between end of SMTP session and end of "move to
3595                 sent folder" when sending an email with send
3596                 dialog enabled.
3597
3598 2007-05-30 [colin]      2.9.2cvs17
3599
3600         * src/crash.c
3601                 Ask for backtrace on all threads. Patch by
3602                 Pawel
3603         * src/folderview.c
3604                 Fix stale news statusbar when scanning fails.
3605                 Patch by Pawel
3606         * src/ldapupdate.c
3607                 Fix some LDAP write updates bugs. Patch
3608                 by Michael Rasmussen
3609
3610 2007-05-29 [colin]      2.9.2cvs16
3611
3612         * src/imap.c
3613                 Fix loss of local flags when moving mails
3614                 on IMAP in high-bandwidth mode (UID FETCH)
3615
3616 2007-05-25 [paul]       2.9.2cvs15
3617
3618         * src/common/socket.c
3619                 fix sometimes crasher on cancelling
3620                 message sending
3621
3622 2007-05-25 [colin]      2.9.2cvs14
3623
3624         * src/imap.c
3625                 Fix a memory leak
3626         * src/imap_gtk.c
3627                 Be more helpful in the subscription
3628                 message
3629
3630 2007-05-23 [wwp]        2.9.2cvs13
3631
3632         * src/compose.c
3633         * src/prefs_compose_writing.c
3634         * src/prefs_quote.c
3635         * src/prefs_template.c
3636         * src/prefs_template.h
3637         * src/quote_fmt.c
3638         * src/quote_fmt.h
3639         * src/quote_fmt_lex.l
3640         * src/quote_fmt_parse.y
3641                 Introduced new syntax elements (symbols and commands)
3642                 in templates/quote_fmt. Compatibility w/ old
3643                 symbols is kept.
3644                 Updated and reworked the corresponding Information
3645                 dialog.
3646                 Display the line number in dialogs that talk about
3647                 parser errors (in addition to the error message in
3648                 output).
3649
3650 2007-05-23 [wwp]        2.9.2cvs12
3651
3652         * src/quote_fmt_parse.y
3653                 Fix 2.9.2cvs11, probably a paste accident ;).
3654
3655 2007-05-23 [wwp]        2.9.2cvs11
3656
3657         * src/compose.c
3658         * src/prefs_template.c
3659         * src/quote_fmt.h
3660         * src/quote_fmt_parse.y
3661                 Fix 2.9.2cvs10, which broke --disable-aspell.
3662
3663 2007-05-22 [wwp]        2.9.2cvs10
3664
3665         * src/compose.c
3666         * src/prefs_template.c
3667         * src/quote_fmt.c
3668         * src/quote_fmt.h
3669         * src/quote_fmt_lex.l
3670         * src/quote_fmt_parse.y
3671         * src/gtk/gtkaspell.c
3672         * src/gtk/gtkaspell.h
3673                 Added template/quote format syntactical elements
3674                 to show and query:
3675                         - current dictionary
3676                           %T to show (shows empty if not set or not enabled),
3677                           ?T and !T to check if the default dictionary is
3678                           enabled and set
3679                         - current account's default dictionary
3680                           %aT to show (empty if not set or not enabled),
3681                           ?aT and !aT to check if it's enabled and set
3682                         - name completion for an address, from the address
3683                           book
3684                           %ABf, %ABt, %ABc respectively show the full name got
3685                           from the address book if From, To or Cc match a single
3686                           contact.
3687                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3688                           matches any contact and if the full name is non-empty.
3689                           If From, To or Cc are lists of email addresses, only
3690                           the first address will be checked.
3691                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3692                 that could show a trailing ','.
3693                 Also, template/quote_fmt parser now shows the line number in case
3694                 of parser error.
3695
3696 2007-05-15 [colin]      2.9.2cvs9
3697
3698         * src/main.c
3699         * src/main.h
3700                 Add a public function to know whether Claws
3701                 crashed last time
3702                 Store opened folder when exiting
3703         * src/folder.c
3704         * src/folder.h
3705                 Store last opened message in each FolderItem;
3706                 Reset last seen messages if Claws crashed, so 
3707                 that one can't go in an infinite crash in case 
3708                 a particular mail crashes Claws.
3709         * src/messageview.c
3710         * src/prefs_common.c
3711         * src/prefs_common.h
3712         * src/summaryview.c
3713         * src/prefs_summaries.c
3714                 Add "Select last opened message" when entering
3715                 a folder
3716                 Add "Select last opened folder" at startup.
3717
3718 2007-05-14 [colin]      2.9.2cvs8
3719
3720         * manual/xml2pdf
3721                 Fix bashism, search for xml catalog 
3722                 in /usr/local/share/xml/catalog too
3723                 Patch by Pawel
3724
3725 2007-05-13 [wwp]        2.9.2cvs7
3726
3727         * src/gtk/logwindow.c
3728                 fix raising log windows when they are either minimized or
3729                 in background.
3730
3731 2007-05-11 [colin]      2.9.2cvs6
3732
3733         * src/gtk/filesel.c
3734                 Use Hildon's file chooser on Maemo. Patch
3735                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3736                 'File attachment "manipulation" bugs...'
3737
3738 2007-05-10 [wwp]        2.9.2cvs5
3739
3740         * src/prefs_common.c
3741         * src/prefs_common.h
3742         * src/gtk/quicksearch.c
3743                 Add a quicksearch option to automatically run
3744                 a search selected from the history (this option
3745                 is exclusive towards type-ahead).
3746
3747 2007-05-10 [colin]      2.9.2cvs4
3748
3749         * src/imap.c
3750                 Fix g_warnings, thanks to Brian
3751                 Morrison
3752
3753 2007-05-09 [colin]      2.9.2cvs3
3754
3755         * src/crash.c
3756         * src/exporthtml.c
3757         * src/mbox.c
3758         * src/prefs_summaries.c
3759         * src/procheader.c
3760         * src/common/log.c
3761         * src/common/utils.c
3762         * src/gtk/gtksourceprintjob.c
3763         * src/gtk/sslcertwindow.c
3764                 Use the re-entrant variant of time functions
3765                 Probably fixes bug 1217, 'reentrancy problems 
3766                 with time functions'
3767
3768 2007-05-09 [colin]      2.9.2cvs2
3769
3770         * src/imap.c
3771                 Fix crasher when reconnection fails
3772
3773 2007-05-08 [paul]       2.9.2cvs1
3774
3775         * NEWS
3776         * README
3777         * RELEASE_NOTES
3778         * configure.ac
3779                 bump version number following
3780                 stable release
3781
3782 2007-05-08 [paul]       2.9.1cvs48
3783
3784         * src/plugins/demo/demo.c
3785         * src/plugins/dillo_viewer/dillo_prefs.c
3786         * src/plugins/dillo_viewer/dillo_prefs.h
3787         * src/plugins/dillo_viewer/dillo_viewer.c
3788         * src/plugins/pgpcore/pgp_viewer.c
3789         * src/plugins/pgpcore/pgp_viewer.h
3790         * src/plugins/pgpcore/plugin.c
3791         * src/plugins/pgpcore/prefs_gpg.c
3792         * src/plugins/pgpcore/prefs_gpg.h
3793         * src/plugins/pgpcore/sgpgme.c
3794         * src/plugins/pgpcore/sgpgme.h
3795         * src/plugins/pgpinline/plugin.c
3796         * src/plugins/pgpmime/pgpmime.c
3797         * src/plugins/pgpmime/pgpmime.h
3798         * src/plugins/pgpmime/plugin.c
3799         * src/plugins/spamassassin/spamassassin.c
3800         * src/plugins/spamassassin/spamassassin.h
3801         * src/plugins/spamassassin/spamassassin_gtk.c
3802         * src/plugins/trayicon/README
3803         * tools/README
3804         * tools/README.sylprint
3805         * tools/outlook2claws-mail.pl
3806         * tools/sylprint.pl
3807         * tools/tb2claws-mail
3808         * tools/tbird2claws.py
3809         * tools/update-po
3810         * tools/vcard2xml.py
3811         * tools/kdeservicemenu/README
3812                 cleanups and corrections
3813
3814 2007-05-06 [wwp]        2.9.1cvs47
3815
3816         * tools/uudec
3817                 Fix missing dash to `display` command-line, reported
3818                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3819
3820 2007-05-06 [colin]      2.9.1cvs46
3821
3822         * src/Makefile.am
3823         * src/stock_pixmap.c
3824         * src/stock_pixmap.h
3825         * src/pixmaps/printer.xpm
3826                 Add a printer icon
3827
3828 2007-05-06 [paul]       2.9.1cvs45
3829
3830         * src/compose.c
3831         * src/ldapquery.c
3832         * src/privacy.h
3833         * src/summary_search.c
3834         * src/summaryview.c
3835                 fix build warnings
3836
3837 2007-05-05 [wwp]        2.9.1cvs44
3838
3839         * src/messageview.c
3840         * src/mh.c
3841         * src/prefs_actions.c
3842         * src/prefs_gtk.c
3843         * src/summaryview.c
3844         * src/common/xml.c
3845                 Fix "faild" typos everywhere and capitalization of
3846                 some g_warnings.
3847
3848 2007-05-04 [colin]      2.9.1cvs43
3849
3850         * src/compose.c
3851         * src/privacy.c
3852         * src/privacy.h
3853         * src/plugins/pgpcore/prefs_gpg.c
3854         * src/plugins/pgpcore/prefs_gpg.h
3855         * src/plugins/pgpinline/pgpinline.c
3856         * src/plugins/pgpmime/pgpmime.c
3857                 Add an API to warn about encryption limits,
3858                 and allow to disable these warnings
3859
3860 2007-05-03 [colin]      2.9.1cvs42
3861
3862         * src/summaryview.c
3863         * src/mainwindow.c
3864                 Fix bug 1213, 'Delete more than 
3865                 one thread at once'
3866
3867 2007-05-03 [wwp]        2.9.1cvs41
3868
3869         * src/prefs_common.c
3870         * src/prefs_filtering.c
3871         * src/prefs_template.c
3872         * src/common/template.c
3873         * src/common/template.h
3874         * src/gtk/gtkutils.c
3875         * src/gtk/gtkutils.h
3876                 Templates are no longer automatically sorted
3877                 by name, but can be sorted manually using
3878                 |< < > >| buttons as well as drag'n'drop.
3879
3880 2007-05-03 [wwp]        2.9.1cvs40
3881
3882         * src/plugins/spamassassin/spamassassin.c
3883         * src/plugins/spamassassin/spamassassin.h
3884         * src/plugins/spamassassin/spamassassin_gtk.c
3885         * src/plugins/bogofilter/bogofilter.c
3886         * src/plugins/bogofilter/bogofilter.h
3887         * src/plugins/bogofilter/bogofilter_gtk.c
3888                 Added an option to conditionally mark saved spam
3889                 as read (default is and was to do so).
3890                 Satisfies feature request 1708539 on sf.net tracker.
3891
3892 2007-05-03 [colin]      2.9.1cvs39
3893
3894         * src/inc.c
3895                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3896
3897 2007-05-02 [colin]      2.9.1cvs38
3898
3899         * src/textview.c
3900                 Fix bug 1209, 'Clicking on address 
3901                 in header (mailto uri) selects 
3902                 default account'. Patch adapted from
3903                 G.P. Halkes' patch.
3904
3905 2007-05-02 [colin]      2.9.1cvs37
3906
3907         * src/grouplistdialog.c
3908                 Set cursor to wait cursor while loading
3909                 groups.
3910
3911 2007-05-02 [paul]       2.9.1cvs36
3912
3913         * src/folder.c
3914         * src/common/defs.h
3915                 rename cache and mark files
3916                 (data is preserved)
3917
3918 2007-04-30 [paul]       2.9.1cvs35
3919
3920         * manual/glossary.xml
3921         * manual/plugins.xml
3922                 updates. Patch by Ricardo
3923
3924 2007-04-29 [wwp]        2.9.1cvs34
3925
3926         * src/mainwindow.c
3927         * configure.ac
3928                 Fix few grammatical errors (patch by David Relson < relson at
3929                 osagesoftware dot com >).
3930
3931 2007-04-28 [colin]      2.9.1cvs33
3932
3933         * src/account.c
3934         * src/pop.c
3935         * src/prefs_account.c
3936         * src/prefs_account.h
3937                 Drop the "Download all" preference. It's
3938                 stupidly useless and confuses people from
3939                 time to time.
3940
3941 2007-04-27 [wwp]        2.9.1cvs32
3942
3943         * src/account.c
3944         * src/prefs_account.c
3945         * src/prefs_account.h
3946                 Don't reflect accounts changes to the mainwindow when it's
3947                 not necessary.
3948
3949 2007-04-27 [colin]      2.9.1cvs31
3950
3951         * src/folder.c
3952                 Freeze/thaw when sync'ing flags
3953         * src/imap.c
3954         * src/prefs_account.c
3955         * src/prefs_account.h
3956         * src/etpan/imap-thread.c
3957         * src/etpan/imap-thread.h
3958                 Add a way to use UID FETCH instead
3959                 of searches to fetch message lists
3960                 and flags. More expensive towards
3961                 bandwidth, less expensive towards
3962                 server's CPU. Probably fixes 
3963                 bug 1158, 'Scanning new folders on 
3964                 Exchange 2007 extremely slow'.
3965                 Patch 95% by Hoa.
3966
3967 2007-04-27 [paul]       2.9.1cvs30
3968
3969         * src/mainwindow.c
3970         * src/prefs_logging.c
3971                 improvements to english usage
3972
3973 2007-04-27 [colin]      2.9.1cvs29
3974
3975         * src/imap.c
3976                 Fix build without libetpan (my bad!)
3977
3978 2007-04-26 [colin]      2.9.1cvs28
3979
3980         * src/imap.c
3981         * src/imap.h
3982                 Fix uselessly exported function
3983         * src/textview.c
3984                 Consider "- -- \n" as signature separator
3985                 (that's what signature separators look like
3986                  in PGP/Inline signed mails)
3987
3988 2007-04-26 [colin]      2.9.1cvs27
3989
3990         * configure.ac
3991                 libetpan-0.49 is now required
3992         * src/procmime.c
3993                 Fix double fetching of mails if
3994                 first try failed
3995         * src/imap.c
3996                 Make offline sync faster, by
3997                 remembering last change time, and
3998                 last sync time.
3999
4000 2007-04-26 [hoa]        2.9.1cvs26
4001
4002         * src/imap.c
4003         * src/imap.h
4004         * src/mainwindow.c
4005         * src/toolbar.c
4006         * src/etpan/imap-thread.c
4007         * src/etpan/imap-thread.h
4008                 cancellation of IMAP operations is now allowed.
4009                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
4010
4011 2007-04-26 [colin]      2.9.1cvs25
4012
4013         * src/folder.c
4014                 Always fetch body+headers in folders that are
4015                 synched for offline use, if "Synchronise as
4016                 soon as possible" is set.
4017                 Fixes bug 1200, 'Add option to always retrieve full 
4018                 messages'
4019
4020 2007-04-25 [colin]      2.9.1cvs24
4021
4022         * src/compose.c
4023                 Fix bug 1198, 'Reply-all "disappearing" address bug 
4024                 persists...'
4025
4026 2007-04-24 [colin]      2.9.1cvs23
4027
4028         * src/folderview.c
4029                 Fix bug 1195, 'Hardware key navigation' 
4030                 Make GDK_Enter toggle expansion (Maemo)
4031
4032 2007-04-24 [wwp]        2.9.1cvs22
4033
4034         * src/compose.c
4035                 Fix few compiler warnings.
4036
4037 2007-04-24 [paul]       2.9.1cvs21
4038
4039         * src/Makefile.am
4040         * src/stock_pixmap.c
4041         * src/stock_pixmap.h
4042                 complete last commit
4043
4044 2007-04-24 [paul]       2.9.1cvs20
4045
4046         * src/gtk/about.c
4047         * src/pixmaps/active.xpm
4048         * src/pixmaps/checkbox_off.xpm
4049         * src/pixmaps/checkbox_on.xpm
4050         * src/pixmaps/inactive.xpm
4051                 kick out the blobs
4052                 remove transparent border from checkbox icons
4053
4054 2007-04-24 [wwp]        2.9.1cvs19
4055
4056         * src/textview.c
4057         * src/textview.h
4058                 Fix a crash in textview, thanks to Colin.
4059
4060 2007-04-23 [wwp]        2.9.1cvs18
4061
4062         * src/prefs_common.c
4063                 Fix 2.9.1cvs5: no header was being translated at all.
4064
4065 2007-04-23 [colin]      2.9.1cvs17
4066
4067         * src/Makefile.am
4068         * src/stock_pixmap.c
4069         * src/stock_pixmap.h
4070         * src/summaryview.c
4071         * src/summaryview.h
4072         * src/gtk/gtksctree.c
4073         * src/gtk/gtksctree.h
4074         * src/pixmaps/selection.xpm
4075                 Fix bug 1193, 'Need a way to multi-select
4076                 items'. Add a toggle button to the summaryview
4077                 to switch between normal and multiple selection
4078                 (Maemo)
4079
4080 2007-04-23 [colin]      2.9.1cvs16
4081
4082         * src/Makefile.am
4083         * src/stock_pixmap.c
4084         * src/stock_pixmap.h
4085         * src/summaryview.c
4086         * src/summaryview.h
4087         * src/gtk/gtksctree.c
4088         * src/gtk/gtksctree.h
4089         * src/pixmaps/selection.xpm
4090                 Fix bug 1193, 'Need a way to multi-
4091                 select items'
4092                 Add a toggle button in the summaryview
4093                 to enable normal or multiple selection.
4094                 (Maemo)
4095
4096 2007-04-23 [colin]      2.9.1cvs15
4097
4098         * src/compose.c
4099                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4100
4101 2007-04-21 [colin]      2.9.1cvs14
4102
4103         * src/gtk/quicksearch.c
4104                 Fix previous commit (actually use correct
4105                 parameter)
4106
4107 2007-04-21 [colin]      2.9.1cvs13
4108
4109         * src/gtk/quicksearch.c
4110                 Fix changing quicksearch type (after Esc,
4111                 after changing Recursive, ...)
4112
4113 2007-04-20 [wwp]        2.9.1cvs12
4114
4115         * src/gtk/Makefile.am
4116                 Added headers.h (completes 2.9.1cvs5).
4117
4118 2007-04-20 [wwp]        2.9.1cvs11
4119
4120         * src/addressbook.c
4121                 Fix the use of display name in name column,
4122                 it has been overriden w/ the use of nickname
4123                 by 2.9.0cvs3. Now nickname is used (if any)
4124                 in case of LDAP books only.
4125
4126 2007-04-20 [colin]      2.9.1cvs10
4127
4128         * src/mimeview.c
4129         * src/summaryview.c
4130         * src/textview.c
4131                 Add handling of 'a' to loop in a mail's
4132                 mimeparts
4133
4134 2007-04-20 [colin]      2.9.1cvs9
4135
4136         * src/toolbar.c
4137                 Fix bug 1190, 'dir_open' button doesn't work'
4138                 (Maemo)
4139
4140 2007-04-20 [colin]      2.9.1cvs8
4141
4142         * src/folderview.c
4143         * src/mainwindow.c
4144                 Fix bug 1194, 'Hardware keys move from email 
4145                 list to account/directory list, but not back 
4146                 to email list...' (Maemo)
4147
4148 2007-04-20 [colin]      2.9.1cvs7
4149
4150         * src/compose.h
4151                 complete previous commit
4152
4153 2007-04-20 [colin]      2.9.1cvs6
4154
4155         * src/compose.c
4156                 Fix bug 1187, 'Reply-to addressee disappears 
4157                 when reply-to text box is clicked...' (Maemo)
4158
4159 2007-04-20 [wwp]        2.9.1cvs5
4160
4161         * po/POTFILES.in
4162         * src/addressbook.c
4163         * src/compose.c
4164         * src/filtering.c
4165         * src/headerview.c
4166         * src/matcher.c
4167         * src/prefs_common.c
4168         * src/prefs_common.h
4169         * src/prefs_display_header.c
4170         * src/prefs_matcher.c
4171         * src/summaryview.c
4172         * src/gtk/headers.h
4173         * src/gtk/quicksearch.c
4174                 Translate more header names according to the relevant option value,
4175                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4176                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4177                 to prefs_common_translated_header_name().
4178                 Added a headers.h reference file that contains known header names
4179                 (RFC2822 and others) to the translation process' input, so that
4180                 translated header names will still exist even if no occurrence of
4181                 _("headername") is found anymore in the sources.
4182                 Don't translate column name 'Number' following to trans_hdr option
4183                 value as it's not a header name.
4184
4185 2007-04-20 [colin]      2.9.1cvs4
4186
4187         * src/gtk/quicksearch.c
4188         * src/gtk/quicksearch.h
4189                 Add "From, To or Subject" quicksearch
4190                 type. Patch by ulfschaper@users.sf.net
4191
4192 2007-04-20 [colin]      2.9.1cvs3
4193
4194         * src/matcher.c
4195                 Implement proper references filtering condition.
4196                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4197
4198 2007-04-19 [wwp]        2.9.1cvs2
4199
4200         * src/prefs_display_header.c
4201         * src/message_search.c
4202                 Fix few warnings (g_free of const gchar*).
4203
4204 2007-04-19 [paul]       2.9.1cvs1
4205
4206         * NEWS
4207         * README
4208         * RELEASE_NOTES
4209         * configure.ac
4210                 bump version number following
4211                 stable release
4212
4213 2007-04-19 [paul]       2.9.0cvs9
4214
4215         * manual/advanced.xml
4216         * manual/glossary.xml
4217                 fix typos
4218
4219 2007-04-18 [paul]       2.9.0cvs8
4220
4221         * src/pop.c
4222                 fix for CVE-2007-1558 (APOP)
4223                 Thanks to Colin
4224
4225 2007-04-18 [paul]       2.9.0cvs7
4226
4227         * src/messageview.c
4228         * src/mimeview.c
4229         * src/summaryview.c
4230         * src/gtk/filesel.c
4231                 Fix encoding woes wrt saving of
4232                 mails and parts
4233                 Thanks to Colin
4234
4235 2007-04-18 [colin]      2.9.0cvs6
4236
4237         * src/gtk/pluginwindow.c
4238                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4239
4240 2007-04-17 [wwp]        2.9.0cvs5
4241
4242         * src/addressadd.c
4243         * src/addressbook.c
4244         * src/addrindex.c
4245         * src/ldapupdate.c
4246                 Fix --disable-ldap build,
4247                 fix some LDAP annoyances on 
4248                 searches, thanks to Colin.
4249
4250 2007-04-17 [wwp]        2.9.0cvs4
4251
4252         * src/ldapupdate.c
4253                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4254                 like gcc 2.9x. Thanks to Colin.
4255
4256 2007-04-17 [wwp]        2.9.0cvs3
4257
4258         * src/Makefile.am
4259         * src/addressadd.c
4260         * src/addressbook.c
4261         * src/addrindex.c
4262         * src/addritem.c
4263         * src/addritem.h
4264         * src/editaddress.c
4265         * src/ldapctrl.c
4266         * src/ldapctrl.h
4267         * src/ldapquery.c
4268         * src/ldapserver.c
4269         * src/ldapserver.h
4270         * src/ldapupdate.c
4271         * src/ldapupdate.h
4272                 Add LDAP write support. Patch mostly by 
4273                 Michael <mir at datanom dot net>
4274
4275 2007-04-17 [wwp]        2.9.0cvs2
4276
4277         * src/compose.c
4278                 Prepend "Add to address book" to the context menu of compose window's sender and
4279                 recipient fields.
4280
4281 2007-04-16 [paul]       2.9.0cvs1
4282
4283         * src/gtk/authors.h
4284                 add Pader Rezso
4285
4286 2007-04-16 [paul]       2.9.0
4287
4288         * NEWS
4289         * README
4290         * RELEASE_NOTES
4291                 2.9.0 released
4292
4293 2007-04-16 [paul]       2.8.1cvs102
4294
4295         * po/fr.po
4296                 updated by Fabien Vantard
4297
4298 2007-04-16 [paul]       2.8.1cvs101
4299
4300         * po/ca.po
4301         * po/cs.po
4302         * po/de.po
4303         * po/hu.po
4304         * po/pl.po
4305         * po/pt_BR.po
4306         * po/sr.po
4307         * po/zh_CN.po
4308                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4309                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4310                 Aleksandar Urosevic, and Ralgh Young
4311
4312 2007-04-15 [mones]      2.8.1cvs100
4313
4314         * po/es.po
4315                 Updated for release
4316
4317 2007-04-14 [colin]      2.8.1cvs99
4318
4319         * src/message_search.c
4320         * src/prefs_display_header.c
4321         * src/summary_search.c
4322         * src/gtk/combobox.c
4323                 Fix allocations
4324
4325 2007-04-14 [wwp]        2.8.1cvs98
4326
4327         * src/gtk/combobox.c
4328         * src/message_search.c
4329         * src/summary_search.c
4330         * src/prefs_display_header.c
4331                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4332                 returns NULL, get the text value directly from the GtkEntry child.
4333
4334 2007-04-13 [colin]      2.8.1cvs97
4335
4336         * src/gtk/quicksearch.c
4337                 Give the focus back to summaryview when
4338                 emptying the quicksearch with Esc
4339
4340 2007-04-13 [colin]      2.8.1cvs96
4341
4342         * src/message_search.c
4343         * src/prefs_display_header.c
4344         * src/summary_search.c
4345                 Fix possibles crashes when getting text
4346                 from gtk combos
4347
4348 2007-04-13 [colin]      2.8.1cvs95
4349
4350         * src/pop.c
4351                 Add some UIDL debugging
4352
4353 2007-04-12 [colin]      2.8.1cvs94
4354
4355         * src/folder.c
4356                 Force folder scan if necessary after
4357                 copying mails, to be able to reapply
4358                 flags.
4359
4360 2007-04-11 [colin]      2.8.1cvs93
4361
4362         * src/main.c
4363                 don't scan for new mail on startup if --select
4364                 is specified (or race conditions arise). If so,
4365                 do both sequentially.
4366
4367 2007-04-09 [colin]      2.8.1cvs92
4368
4369         * src/common/defs.h
4370                 Use leafpad by default on Maemo. Patch
4371                 by Jean-Luc Biord.
4372
4373 2007-04-06 [colin]      2.8.1cvs91
4374
4375         * src/pixmaps/queue_close.xpm
4376         * src/pixmaps/queue_close_hrm.xpm
4377         * src/pixmaps/queue_close_hrm_mark.xpm
4378         * src/pixmaps/queue_close_mark.xpm
4379         * src/pixmaps/queue_open.xpm
4380         * src/pixmaps/queue_open_hrm.xpm
4381         * src/pixmaps/queue_open_hrm_mark.xpm
4382         * src/pixmaps/queue_open_mark.xpm
4383                 Move the clock one pixel down :)
4384
4385 2007-04-05 [colin]      2.8.1cvs90
4386
4387         * src/mainwindow.c
4388                 Don't sync when switching offline from
4389                 command line - it's usually too late :)
4390
4391 2007-04-05 [paul]       2.8.1cvs89
4392
4393         * src/Makefile.am
4394         * src/stock_pixmap.c
4395         * src/pixmaps/dir_close_hrm.xpm
4396         * src/pixmaps/dir_close_hrm_mark.xpm
4397         * src/pixmaps/drafts_close.xpm
4398         * src/pixmaps/drafts_close_mark.xpm
4399         * src/pixmaps/drafts_open.xpm
4400         * src/pixmaps/drafts_open_mark.xpm
4401         * src/pixmaps/inbox.xpm
4402         * src/pixmaps/inbox_close.xpm
4403         * src/pixmaps/inbox_close_hrm.xpm
4404         * src/pixmaps/inbox_close_hrm_mark.xpm
4405         * src/pixmaps/inbox_close_mark.xpm
4406         * src/pixmaps/inbox_hrm.xpm
4407         * src/pixmaps/inbox_hrm_mark.xpm
4408         * src/pixmaps/inbox_mark.xpm
4409         * src/pixmaps/inbox_open.xpm
4410         * src/pixmaps/inbox_open_hrm.xpm
4411         * src/pixmaps/inbox_open_hrm_mark.xpm
4412         * src/pixmaps/inbox_open_mark.xpm
4413         * src/pixmaps/outbox.xpm
4414         * src/pixmaps/outbox_close.xpm
4415         * src/pixmaps/outbox_close_hrm.xpm
4416         * src/pixmaps/outbox_close_hrm_mark.xpm
4417         * src/pixmaps/outbox_close_mark.xpm
4418         * src/pixmaps/outbox_hrm.xpm
4419         * src/pixmaps/outbox_hrm_mark.xpm
4420         * src/pixmaps/outbox_mark.xpm
4421         * src/pixmaps/outbox_open.xpm
4422         * src/pixmaps/outbox_open_hrm.xpm
4423         * src/pixmaps/outbox_open_hrm_mark.xpm
4424         * src/pixmaps/outbox_open_mark.xpm
4425         * src/pixmaps/queue_close.xpm
4426         * src/pixmaps/queue_close_hrm.xpm
4427         * src/pixmaps/queue_close_hrm_mark.xpm
4428         * src/pixmaps/queue_close_mark.xpm
4429         * src/pixmaps/queue_open.xpm
4430         * src/pixmaps/queue_open_hrm.xpm
4431         * src/pixmaps/queue_open_hrm_mark.xpm
4432         * src/pixmaps/queue_open_mark.xpm
4433                 updated, added and replaced icons
4434                 Icons by Colin
4435
4436 2007-04-04 [colin]      2.8.1cvs88
4437
4438         * src/imap.c
4439                 Fix build without libetpan
4440
4441 2007-04-03 [colin]      2.8.1cvs87
4442
4443         * src/imap.c
4444                 Fix crash with Citadel, and try to make
4445                 things work. this server (and specifically 
4446                 STATUS and APPEND at least) seems broken.
4447
4448 2007-04-03 [colin]      2.8.1cvs86
4449
4450         * src/folderview.c
4451                 Fix icons on folder close
4452
4453 2007-04-03 [colin]      2.8.1cvs85
4454
4455         * src/inc.c
4456                 Fix double-ask of offline override in
4457                 certain cases
4458         * src/imap.c
4459         * src/imap.h
4460         * src/imap_gtk.c
4461                 Much more efficient way to synchronise
4462                 for offline use
4463         * src/etpan/imap-thread.c
4464                 Fix possible segs
4465         * src/folder.c
4466         * src/gtk/quicksearch.c
4467                 Fix some GUI lags
4468
4469 2007-04-03 [paul]       2.8.1cvs84
4470
4471         * src/filtering.c
4472         * src/folder.c
4473         * src/folder.h
4474         * src/prefs_common.c
4475         * src/prefs_common.h
4476         * src/prefs_other.c
4477                 Fix sync being done too late
4478                 Thanks to Colin
4479
4480 2007-04-02 [colin]      2.8.1cvs83
4481
4482         * src/summaryview.c
4483                 Maemo: Put status and quicksearch at the top
4484         * src/plugins/bogofilter/bogofilter.c
4485         * src/plugins/spamassassin/spamassassin.c
4486                 Derive trash from inbox if possible
4487
4488 2007-04-02 [paul]       2.8.1cvs82
4489
4490         * src/plugins/bogofilter/bogofilter_gtk.c
4491                 a few English changes
4492
4493 2007-04-02 [paul]
4494
4495         2.9.0-rc1 released
4496
4497 2007-04-02 [colin]      2.8.1cvs81
4498
4499         * src/image_viewer.c
4500                 Fix transparent images by using
4501                 GtkImage
4502         * src/messageview.c
4503                 Flush events (on new windows) to avoid
4504                 having the textview's image resize fail
4505                 to know the available width
4506
4507 2007-04-01 [colin]      2.8.1cvs80
4508
4509         * src/prefs_account.c
4510                 If no MH mailbox exist, when creating a POP/Local
4511                 account, just create and use the default one 
4512                 instead of bailing with a "Mailbox doesn't exist"
4513                 error
4514
4515 2007-03-31 [colin]      2.8.1cvs79
4516
4517         * src/prefs_account.c
4518                 Create signature file if it doesn't exist
4519                 before editing
4520         * src/prefs_toolbar.c
4521                 Maemo: Move "Use default" on the left so
4522                 that people can find it
4523         * src/common/defs.h
4524                 Maemo: make default editor "Maemopad", 
4525                 default signature file "MyDocs/signature.txt"
4526
4527 2007-03-31 [colin]      2.8.1cvs78
4528
4529         * src/prefs_account.c
4530                 Maemo: rework account prefs so
4531                 that less horizontal scrolling
4532                 is required
4533
4534 2007-03-31 [colin]      2.8.1cvs77
4535
4536         * src/folderview.c
4537         * src/prefs_common.c
4538         * src/prefs_common.h
4539                 Fix bug 1167, 'Allow not displaying zeros 
4540                 in folder list'. Patch by MartinP
4541
4542 2007-03-31 [colin]      2.8.1cvs76
4543
4544         * AUTHORS
4545                 Add Jean-Luc Biord
4546
4547 2007-03-31 [colin]      2.8.1cvs75
4548
4549         * src/imap.c
4550                 Apply patch from bug 1172, direct
4551                 access to the folder's session instead
4552                 of using getter. Patch by MartinP
4553
4554 2007-03-31 [paul]       2.8.1cvs74
4555
4556         * src/gtk/authors.h
4557                 no need to list Fabien twice!
4558
4559 2007-03-31 [colin]      2.8.1cvs73
4560
4561         * src/inc.c
4562                 If we're currently "overriding for %d minutes",
4563                 don't ask
4564
4565 2007-03-31 [colin]      2.8.1cvs72
4566
4567         * src/compose.c
4568         * src/imap.c
4569         * src/inc.c
4570         * src/inc.h
4571         * src/messageview.c
4572         * src/news.c
4573         * src/plugins/spamassassin/spamassassin.c
4574                 Offline override: Add a parameter to allow
4575                 asking even if the override timer is running.
4576                 Allows to ask every time the user makes an
4577                 explicit action needing online access (such
4578                 as Get Mail), and not when the action is 
4579                 implicit (such as opening an IMAP folder)
4580
4581 2007-03-31 [colin]      2.8.1cvs71
4582
4583         * src/inc.c
4584                 Override offline: "No" answer shouldn't
4585                 re-ask after 3 seconds, but 10 minutes. 
4586
4587 2007-03-30 [colin]      2.8.1cvs70
4588
4589         * src/common/socket.c
4590                 Better error reporting on unix socket
4591                 failure (bind usually)
4592         * src/gtk/gtkutils.c
4593         * src/gtk/gtkutils.h
4594                 Label window: add a pulsing progress
4595                 bar to show we're not hung :)
4596         * src/folderview.c
4597         * src/main.c
4598         * src/plugins/pgpcore/sgpgme.c
4599                 Update API
4600
4601 2007-03-30 [colin]      2.8.1cvs69
4602
4603         * src/pop.c
4604         * src/prefs_common.c
4605                 Fix possible trashing of history and uidl
4606                 files on disk full problems
4607
4608 2007-03-30 [paul]       2.8.1cvs68
4609
4610         * src/mainwindow.c
4611         * src/summaryview.c
4612         * src/summaryview.h
4613                 update summary when changing layout type
4614                 (fixes wrong folder icon being displayed)
4615                 Thanks to Colin
4616
4617 2007-03-29 [colin]      2.8.1cvs67
4618
4619         * src/prefs_ext_prog.c
4620                 The browser pref is irrelevant on Maemo
4621
4622 2007-03-29 [colin]      2.8.1cvs66
4623
4624         * src/compose.c
4625         * src/compose.h
4626                 Maemo: dynamically switch headers/text position
4627         * src/prefs_common.c
4628                 Maemo: hide compose's ruler by default
4629         * src/common/socket.c
4630         * src/common/socket.h
4631                 Fix build warning
4632
4633 2007-03-29 [colin]      2.8.1cvs65
4634
4635         * src/common/socket.c
4636         * src/common/socket.h
4637                 Fix build when MAEMO_CFLAGS contains
4638                 _X_OPENSOURCE (resolv.h errors as long
4639                 as we don't add _BSD_SOURCE. Ugly).
4640
4641 2007-03-29 [wwp]        2.8.1cvs64
4642
4643         * src/prefs_logging.c
4644                 Fix sensitivity of clip-log widgets in prefs/logging,
4645                 thanks to Fabien.
4646
4647 2007-03-29 [wwp]        2.8.1cvs63
4648
4649         * po/POTFILES.in
4650                 Updated files list for translations, thanks to Fabien.
4651
4652 2007-03-29 [colin]      2.8.1cvs62
4653
4654         * src/main.c
4655         * src/common/Makefile.am
4656         * src/common/utils.c
4657                 Maybe make URI opening work in Maemo
4658                 Requires testing :)
4659
4660 2007-03-28 [colin]      2.8.1cvs61
4661
4662         * src/folder.c
4663         * src/folder.h
4664         * src/folderview.c
4665                 Add the possibility to sort folders arbitrarily
4666                 (via editing of folderlist.xml only). Patch by
4667                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4668                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4669                 be changed by the user'
4670
4671 2007-03-28 [colin]      2.8.1cvs60
4672
4673         * src/mimeview.c
4674                 Add popup menu for mime icons
4675
4676 2007-03-28 [colin]      2.8.1cvs59
4677
4678         * src/mainwindow.c
4679                 Fix a layout issue when presenting
4680                 mainwindow in Small screen layout
4681         * src/toolbar.c
4682         * src/toolbar.h
4683                 Add a "Go to folder list" button for
4684                 mainwindow, and make it default in
4685                 the Maemo build
4686
4687 2007-03-28 [colin]      2.8.1cvs58
4688
4689         * src/compose.c
4690                 Don't dynamically update title on Maemo
4691                 Patch by Jean-Luc Biord
4692
4693 2007-03-27 [colin]      2.8.1cvs57
4694
4695         * src/compose.c
4696         * src/folderview.c
4697         * src/summaryview.c
4698                 Enable tap-and-hold on Maemo
4699
4700 2007-03-26 [colin]      2.8.1cvs56
4701
4702         * src/compose.c
4703                 More popup-menu (in attachments list)
4704
4705 2007-03-26 [colin]      2.8.1cvs55
4706
4707         * src/compose.c
4708                 Enable popup-menu signal
4709
4710 2007-03-26 [colin]      2.8.1cvs54
4711
4712         * src/plugins/pgpinline/pgpinline.c
4713                 Fix bug 1111, 'PGP/inline plugin hides text 
4714                 around encrypted text block'. Patch based on
4715                 a patch from Michal Cihar.
4716
4717 2007-03-26 [wwp]        2.8.1cvs53
4718
4719         * src/procmsg.c
4720                 Fix getting a false error when sending queued message
4721                 whereas the sending was fine (if there are subfolders
4722                 in the queue folder), thanks to Colin.
4723
4724 2007-03-26 [paul]       2.8.1cvs52
4725
4726         * src/wizard.c
4727                 update FACE header in welcome message
4728
4729 2007-03-25 [colin]      2.8.1cvs51
4730
4731         * src/Makefile.am
4732                 Fix make dist
4733
4734 2007-03-25 [colin]      2.8.1cvs50
4735
4736         * src/main.c
4737                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4738
4739 2007-03-24 [colin]      2.8.1cvs49
4740
4741         * src/main.c
4742                 Fix a few launch problems on Maemo
4743                 Patch by Jean-Luc Biord
4744
4745 2007-03-24 [wwp]        2.8.1cvs48
4746
4747         * src/alertpanel.c
4748         * src/alertpanel.h
4749         * src/messageview.c
4750         * src/summaryview.c
4751                 Fix wrong action performed when closing the
4752                 "ask about account specific filtering rules
4753                 when filtering manually" dialog by pressing Escape.
4754                 Fix wrong order of buttons in the "return receipt
4755                 notification - the message was sent to several of
4756                 your accounts" dialog.
4757
4758 2007-03-24 [paul]       2.8.1cvs47
4759
4760         * src/folderview.c
4761                 an improvement to English usage
4762         * tools/kdeservicemenu/README
4763                 updated Claws url
4764
4765 2007-03-24 [paul]       2.8.1cvs46
4766
4767         * src/Makefile.am
4768         * src/stock_pixmap.c
4769         * src/pixmaps/edit_extern.xpm
4770         * src/pixmaps/mail_sign.xpm
4771                 rescue long lost icons
4772
4773 2007-03-24 [paul]       2.8.1cvs45
4774
4775         * src/toolbar.c
4776                 fix toolbar (broken in 2.8.1cvs42)
4777
4778 2007-03-23 [colin]      2.8.1cvs44
4779
4780         * src/imap.c
4781                 Correctly unsubscribe/resubscribe after
4782                 RENAME
4783
4784 2007-03-23 [colin]      2.8.1cvs43
4785
4786         * src/prefs_common.c
4787                 Maemo: as the platform is light on RAM, allow
4788                 caches to be discarded faster.
4789
4790 2007-03-23 [colin]      2.8.1cvs42
4791
4792         * src/Makefile.am
4793         * src/compose.c
4794         * src/compose.h
4795         * src/stock_pixmap.c
4796         * src/stock_pixmap.h
4797         * src/summaryview.c
4798         * src/summaryview.h
4799         * src/toolbar.c
4800         * src/toolbar.h
4801         * src/pixmaps/open_mail.xpm
4802                 Maemo changes: Add the possibility to have
4803                 "Open Email" and "Close Window" buttons on 
4804                 toolbars (and use them in Maemo's default
4805                 toolbars)
4806
4807 2007-03-23 [wwp]        2.8.1cvs41
4808
4809         * src/action.c
4810                 Reverted that part of the action dialog closure logics, to
4811                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4812                 done later in a different way (or may not).
4813
4814 2007-03-22 [wwp]        2.8.1cvs40
4815
4816         * src/action.c
4817                 Fix sticky action dialog when got no output but action command
4818                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4819
4820 2007-03-22 [colin]      2.8.1cvs39
4821
4822         * src/prefs_filtering.c
4823         * src/gtk/combobox.h
4824                 Fix escaping account names in filtering prefs
4825
4826 2007-03-22 [colin]      2.8.1cvs38
4827
4828         * src/addrindex.c
4829         * src/ldapctrl.h
4830         * src/ldapquery.c
4831                 Add any attribute specified in LDAP servers'
4832                 Search attributes to the Other Attributes tab
4833                 of contacts; Add 'telephoneNumber' in the
4834                 default list.
4835
4836 2007-03-22 [colin]      2.8.1cvs37
4837
4838         * src/folderview.c
4839         * src/folderview.h
4840         * src/mainwindow.c
4841                 Try to prevent race conditions when
4842                 changing the folder list
4843         * src/summaryview.c
4844                 Fix possible red folder icon when
4845                 switching from Small screen layout
4846                 to any other
4847
4848 2007-03-22 [colin]      2.8.1cvs36
4849
4850         * src/mainwindow.c
4851         * src/mainwindow.h
4852         * src/summaryview.c
4853                 Rename "little screen" to "Small screen"
4854         * src/gtk/Makefile.am
4855         * src/common/utils.c
4856         * src/mh.c
4857                 Fix Maemo-related compilation problems
4858
4859 2007-03-21 [colin]      2.8.1cvs35
4860
4861         * configure.ac
4862                 Fix previous commit
4863         * claws-mail.desktop
4864                 Remove .png from the Icon, it's useless
4865
4866 2007-03-21 [colin]      2.8.1cvs34
4867
4868         * configure.ac
4869         * src/Makefile.am
4870                 Add the necessary lib checking for 
4871                 Maemo
4872
4873 2007-03-21 [colin]      2.8.1cvs33
4874
4875         * src/main.c
4876                 Fix unconditional "error happened" when
4877                 sending via command-line. "lol @ myself"
4878
4879 2007-03-21 [colin]      2.8.1cvs32
4880
4881         * claws-mail-40x40.png
4882         * claws-mail-26x26.png
4883         * src/account.c
4884         * src/addressbook.c
4885         * src/compose.c
4886         * src/folderview.c
4887         * src/folderview.h
4888         * src/main.c
4889         * src/mainwindow.c
4890         * src/mainwindow.h
4891         * src/messageview.c
4892         * src/prefs_account.c
4893         * src/prefs_common.c
4894         * src/summary_search.c
4895         * src/summaryview.c
4896         * src/summaryview.h
4897         * src/gtk/authors.h
4898         * src/gtk/gtkutils.c
4899         * src/gtk/gtkutils.h
4900         * src/gtk/logwindow.c
4901         * src/gtk/menu.c
4902         * src/gtk/prefswindow.c
4903                 Add Maemo port (patch mainly by Jean-Luc Biort)
4904                 Add a new 'Little screen' layout to help on such
4905                 platforms (patch by me)
4906                 Make some default preferences different (more
4907                 adapted) on Maemo (patch by me)
4908
4909 2007-03-21 [wwp]        2.8.1cvs31
4910
4911         * src/prefs_logging.c
4912         * src/prefs_logging.h
4913                 Fixed copyright header of newly added files.
4914
4915 2007-03-21 [wwp]        2.8.1cvs30
4916
4917         * src/Makefile.am
4918         * src/filtering.c
4919         * src/filtering.h
4920         * src/folder.c
4921         * src/folderview.c
4922         * src/imap.c
4923         * src/inc.c
4924         * src/main.c
4925         * src/mainwindow.c
4926         * src/mainwindow.h
4927         * src/matcher.c
4928         * src/messageview.c
4929         * src/news.c
4930         * src/pop.c
4931         * src/prefs_common.c
4932         * src/prefs_common.h
4933         * src/prefs_logging.c
4934         * src/prefs_logging.h
4935         * src/prefs_other.c
4936         * src/procmsg.c
4937         * src/send_message.c
4938         * src/summaryview.c
4939         * src/common/log.c
4940         * src/common/log.h
4941         * src/common/nntp.c
4942         * src/common/session.c
4943         * src/common/smtp.c
4944         * src/common/socket.c
4945         * src/etpan/imap-thread.c
4946         * src/gtk/logwindow.c
4947         * src/gtk/logwindow.h
4948         * src/plugins/bogofilter/bogofilter.c
4949         * src/plugins/spamassassin/spamassassin.c
4950                 Added debugging of filtering/processing rules.
4951                 The debug log is here 'Tools/Filtering debug window',
4952                 the options there 'Configuration/Preferences/Other/Logging',
4953                 and the log file is ~/.claws-mail/filtering.log.
4954                 Moved protocol log prefs to 'Other/Logging' as well.
4955                 To support such debugging feature, the existing log API has
4956                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4957                 this impacts many external modules (commits follow).
4958
4959 2007-03-21 [paul]       2.8.1cvs29
4960
4961         * src/etpan/Makefile.am
4962         * src/etpan/imap-thread.c
4963                 add missing #include
4964
4965 2007-03-21 [colin]      2.8.1cvs28
4966
4967         * src/procmime.c
4968                 Fix bug 1157, 'some broken messages confuse 
4969                 mime parser'. Make sure we can't have MimeInfos
4970                 with negative sizes.
4971
4972 2007-03-20 [colin]      2.8.1cvs27
4973
4974         * src/main.c
4975                 Fix missing \0 on buffer
4976
4977 2007-03-20 [colin]      2.8.1cvs26
4978
4979         * src/mh.c
4980                 Use make_dir_hier instead of make_dir 
4981                 to create the MH mailbox
4982
4983 2007-03-20 [colin]      2.8.1cvs25
4984
4985         * src/folder.c
4986         * src/folder.h
4987         * src/prefs_account.c
4988         * src/wizard.c
4989                 Fix default inbox weirdnesses (after wizard,
4990                 if path is Mail, mailbox identifier is #mh/Mailbox,
4991                 and when creating new accounts)
4992
4993 2007-03-20 [colin]      2.8.1cvs24
4994
4995         * src/account.c
4996                 Write folderlist after adding/deleting accounts
4997                 that have folders
4998
4999 2007-03-20 [colin]      2.8.1cvs23
5000
5001         * src/imap.c
5002         * src/remotefolder.h
5003                 Fix bug 1153, 'CM segfaults if IMAP folder is 
5004                 selected while scanning prior to update'
5005
5006 2007-03-17 [paul]       2.8.1cvs22
5007
5008         * src/main.c
5009                 fix a typo, and be a little more verbose.
5010
5011 2007-03-17 [wwp]        2.8.1cvs21
5012
5013         * src/inc.c
5014                 Fix a compiler warning.
5015
5016 2007-03-16 [wwp]        2.8.1cvs20
5017
5018         * tools/Makefile.am
5019         * tools/README
5020                 Updated to deal w/ the new mairix.sh tool.
5021
5022 2007-03-16 [wwp]        2.8.1cvs19
5023
5024         * src/action.c
5025                 Fix logics issues around the action IO dialog:
5026                 - disable entry widget and exec button when
5027                   the exec button is clicked (don't wait for any
5028                   output line) - fix possible disabling/re-enabling/
5029                   re-disabling of those widgets
5030                 - raise an error if executing a %as{} action either
5031                   empty or invalid, instead of failing silently
5032                 - don't close the dialog if the abort button has been
5033                   clicked and if there was no output yet
5034                 - set focus to the abort button when the exec button
5035                   is clicked
5036                 - fix capitalization of a warning message
5037
5038 2007-03-16 [wwp]        2.8.1cvs18
5039
5040         * tools/mairix.sh
5041                 Added a wrapper to mairix to the tools folder.
5042
5043 2007-03-16 [colin]      2.8.1cvs17
5044
5045         * src/messageview.c
5046         * src/mimeview.h
5047                 Allow mimeviewer plugins to print
5048                 their stuff
5049
5050 2007-03-16 [colin]      2.8.1cvs16
5051
5052         * .cvsignore
5053                 Ignore *.patchset
5054
5055 2007-03-15 [colin]      2.8.1cvs15
5056
5057         * src/messageview.c
5058         * src/mimeview.h
5059                 Add a way for mimeviewer plugins to
5060                 implement body search
5061
5062 2007-03-15 [paul]       2.8.1cvs14
5063
5064         * src/prefs_spelling.c
5065                 fix English usage
5066
5067 2007-03-15 [paul]       2.8.1cvs13
5068
5069         * src/common/quoted-printable.c
5070                 fix decoding of quoted-printable parts
5071
5072 2007-03-14 [wwp]        2.8.1cvs12
5073
5074         * src/gtk/logwindow.h
5075                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5076
5077 2007-03-14 [wwp]        2.8.1cvs11
5078
5079         * src/gtk/logwindow.h
5080                 Complete 2.8.1cvs10.
5081
5082 2007-03-14 [colin]      2.8.1cvs10
5083
5084         * src/gtk/logwindow.c
5085                 Probably fix bug 1149, crash on logwindow
5086                 close - at the expense of performance once
5087                 logwin has been opened
5088
5089 2007-03-14 [colin]      2.8.1cvs9
5090
5091         * src/main.c
5092                 If claws-mail is running on another
5093                 display, warn instead of popping it up
5094                 on the other display
5095
5096 2007-03-12 [colin]      2.8.1cvs8
5097
5098         * src/wizard.c
5099                 Fix bug 1145, 'Setting a different name 
5100                 for the Mailbox name isn't reflected in 
5101                 default account settings'. Patch by wwp
5102
5103 2007-03-12 [colin]      2.8.1cvs7
5104
5105         * src/summaryview.c
5106                 Fix bug 1143, 'Add number of messages to be 
5107                 deleted to confirmation dialog'
5108
5109 2007-03-12 [wwp]        2.8.1cvs6
5110
5111         * src/folderview.c
5112         * src/prefs_common.c
5113         * src/prefs_common.h
5114         * src/prefs_summaries.c
5115                 Changed the option that displays unread messages count
5116                 next to the folder name in folder list: it is now
5117                 possible to either display nothing, display the
5118                 unread messages number only or the unread and total messages
5119                 numbers. The patch includes this extra feature as well
5120                 as some minor fixes by rewriting the algo in folderview.c.
5121                 Thanks to Paul for the original idea and implementation, plus
5122                 testing and proof-reading!
5123
5124 2007-03-09 [paul]       2.8.1cvs5
5125
5126         * tools/Makefile.am
5127         * tools/README
5128         * tools/claws-mail-compose-insert-files.pl
5129                 added a script which enables inserting files
5130                 into the message body of a new Claws Mail
5131                 Compose window from the command line. Additionally
5132                 To, Cc, Subject and files to attach to the message
5133                 can be specified.
5134
5135 2007-03-09 [wwp]        2.8.1cvs4
5136
5137         * src/addr_compl.c
5138         * src/addr_compl.h
5139         * src/filtering.c
5140                 Optimize matching of addresses in the addressbook
5141                 (filtering/processing 'found_in_addressbook' condition).
5142
5143 2007-03-07 [wwp]        2.8.1cvs3
5144
5145         * src/quote_fmt.c
5146         * src/quote_fmt_lex.l
5147         * src/quote_fmt_parse.y
5148                 Add a new quote format symbol: %A to insert the
5149                 sender email address (just the address itself).
5150
5151 2007-03-06 [wwp]        2.8.1cvs2
5152
5153         * src/gtk/gtkutils.c
5154         * src/plugins/trayicon/trayicon_prefs.h
5155         * src/plugins/trayicon/trayicon_prefs.c
5156         * src/plugins/trayicon/trayicon.c
5157         * src/mainwindow.h
5158         * src/mainwindow.c
5159                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5160                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5161
5162
5163 2007-03-06 [paul]       2.8.1cvs1
5164
5165         * NEWS
5166         * README
5167         * RELEASE_NOTES
5168         * configure.ac
5169                 bump version number following
5170                 stable release
5171
5172 2007-03-06 [paul]       2.8.0cvs24
5173
5174         * po/cs.po
5175                 corrected by by Tim <timbrain@post.cz>
5176
5177 2007-03-05 [colin]      2.8.0cvs23
5178
5179         * src/Makefile.am
5180         * src/procmime.c
5181                 Fix mime/globs path on NetBSD
5182                 patch by George Michaelson
5183
5184 2007-03-05 [wwp]        2.8.0cvs22
5185
5186         * src/addr_compl.c
5187                 Remove debug statement (accidentally committed w/ cvs14).
5188
5189 2007-03-05 [paul]       2.8.0cvs21
5190
5191         * src/plugins/pgpcore/prefs_gpg.c
5192                 fix compiler warning
5193
5194 2007-03-05 [wwp]        2.8.0cvs20
5195
5196         * src/matcher_parser_parse.y
5197                 Fix mismerge between cvs17 and cvs19.
5198
5199 2007-03-05 [wwp]        2.8.0cvs19
5200
5201         * src/matcher_parser_parse.y
5202         * src/prefs_filtering_action.c
5203         * src/matcher.c
5204         * src/matcher.h
5205         * src/filtering.c
5206         * src/filtering.h
5207                 Add new 'add_to_addressbook' filtering/processing action.
5208
5209 2007-03-05 [wwp]        2.8.0cvs18
5210
5211         * src/filtering.c
5212                 Fix mark_as_ham filtering/processing action: spam flag
5213                 was not unset.
5214
5215 2007-03-04 [colin]      2.8.0cvs17
5216
5217         * src/filtering.c
5218         * src/matcher.c
5219         * src/matcher.h
5220         * src/matcher_parser_parse.y
5221         * src/prefs_filtering_action.c
5222                 Add 'Mark as spam' and 'Mark as ham' filtering
5223                 actions. Fixes bug 1138.
5224
5225 2007-03-04 [colin]      2.8.0cvs16
5226
5227         * src/imap.c
5228                 Fix bug 1140, wrong return value
5229                 without libetpan
5230
5231 2007-03-04 [wwp]        2.8.0cvs15
5232
5233         * src/addr_compl.c
5234                 Rollback cvs14: don't free stuff that is managed in g_list.
5235
5236 2007-03-04 [wwp]        2.8.0cvs14
5237
5238         * src/addr_compl.c
5239                 Fix a leak in address completion code.
5240
5241 2007-03-04 [colin]      2.8.0cvs13
5242
5243         * src/addr_compl.c
5244                 Maybe fix bug 1136, 'Crash in group 
5245                 address completion'
5246
5247 2007-03-04 [iwkse]      2.8.0cvs12
5248
5249         * src/imap.c
5250                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5251
5252 2007-03-03 [colin]      2.8.0cvs11
5253
5254         * src/plugins/pgpinline/pgpinline.c
5255                 Fix off-by-one, fix double-free. Fixes
5256                 bug 1135, 'cm-segfault on decrypting 
5257                 with PGP/inline'
5258
5259 2007-03-03 [colin]      2.8.0cvs10
5260
5261         * configure.ac
5262         * src/main.c
5263         * src/common/plugin.c
5264                 Fix bug 1134, 'Valgrind macros unhandled 
5265                 by Irix's cc'
5266
5267 2007-03-02 [colin]      2.8.0cvs9
5268
5269         * src/mbox.c
5270                 Don't error out on EAGAIN. Fixes 
5271                 bug 1129, '"local mbox file" account 
5272                 isn't retrieving mails'
5273
5274 2007-03-01 [wwp]        2.8.0cvs8
5275
5276         * src/mainwindow.c
5277         * src/gtk/colorlabel.c
5278                 Remove accels for extra color labels until we set better
5279                 and definitive ones.
5280
5281 2007-02-28 [wwp]        2.8.0cvs7
5282
5283         * src/mainwindow.c
5284         * src/matcher_parser_parse.y
5285         * src/prefs_common.c
5286         * src/prefs_msg_colors.c
5287         * src/procmsg.h
5288         * src/gtk/colorlabel.c
5289         * src/gtk/colorlabel.h
5290                 Add more customizable color labels. Cleaned up a bit
5291                 the color label API to avoid duplicate defines of
5292                 the max number of colors.
5293
5294 2007-02-27 [colin]      2.8.0cvs6
5295
5296         * src/mainwindow.c
5297         * src/common/utils.c
5298         * src/common/utils.h
5299                 Fix '+' in mailto URIs for List-* headers
5300
5301 2007-02-27 [colin]      2.8.0cvs5
5302
5303         * src/gtk/gtkutils.c
5304                 Use gtk_window_set_role instead of 
5305                 _set_wmclass
5306
5307 2007-02-27 [colin]      2.8.0cvs4
5308
5309         * src/inc.c
5310                 Fix "After receiving new mail, go to inbox" on IMAP,
5311                 and make it work only on manual reception
5312
5313 2007-02-27 [wwp]        2.8.0cvs3
5314
5315         * src/prefs_filtering.c
5316         * src/prefs_filtering_action.c
5317         * src/prefs_matcher.c
5318                 Update filtering matcher's and action's color label menus
5319                 when re-opening those dialogs (reflect any change to the
5320                 color labels list in the preferences).
5321
5322 2007-02-27 [colin]      2.8.0cvs2
5323
5324         * src/imap.c
5325         * src/etpan/etpan-thread-manager-types.h
5326         * src/etpan/etpan-thread-manager.c
5327         * src/etpan/imap-thread.c
5328                 Log imap ALERTs as errors in the log.
5329
5330 2007-02-26 [paul]       2.8.0cvs1
5331
5332         * tools/claws.i18n.status.pl
5333                 updated
5334
5335 2007-02-26 [paul]       2.7.2cvs75
5336
5337         * po/ca.po
5338         * po/cs.po
5339         * po/de.po
5340         * po/en_GB.po
5341         * po/fi.po
5342         * po/fr.po
5343         * po/hu.po
5344         * po/pl.po
5345         * po/pt_BR.po
5346         * po/sk.po
5347         * po/sr.po
5348         * po/zh_CN.po
5349                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5350                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5351                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5352                 Aleksandar Urosevic, and Ralgh Young
5353
5354 2007-02-25 [mones]      2.7.2cvs74
5355
5356         * po/es.po
5357                 Updated for release
5358
5359 2007-02-25 [colin]      2.7.2cvs73
5360
5361         * src/main.c
5362                 Clearing the list is only useful
5363                 to prevent a valgrind false-positive
5364
5365 2007-02-25 [paul]       2.7.2cvs72
5366
5367         * tools/Makefile.am
5368         * tools/README
5369         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5370         * tools/maildir2claws-mail.pl  **REMOVED**
5371                 renamed the script, fixed a couple bugs
5372
5373 2007-02-23 [colin]      2.7.2cvs71
5374
5375         * src/addressbook.c
5376                 Fix a leak, check for a few improbable nulls
5377
5378 2007-02-23 [colin]      2.7.2cvs70
5379
5380         * src/main.c
5381         * src/main.h
5382         * src/plugins/trayicon/trayicon.c
5383                 Fix blinking mainwin when starting in tray
5384                 (show mainwindow later in the startup process,
5385                  apart if restarting post-crash)
5386
5387 2007-02-23 [colin]      2.7.2cvs69
5388
5389         * src/folderview.c
5390         * src/imap_gtk.c
5391                 Fix crash when unsubscribing the currently
5392                 selected/opened folder
5393
5394 2007-02-23 [colin]      2.7.2cvs68
5395
5396         * src/compose.c
5397                 Fix bug that prevented colorization to
5398                 work without wrap quotation option
5399
5400 2007-02-23 [colin]      2.7.2cvs67
5401
5402         * src/addr_compl.c
5403                 Fix refcounting, start and end completion who
5404                 behaved as if there couldn't be any other current
5405                 user of completion
5406
5407 2007-02-23 [wwp]        2.7.2cvs66
5408
5409         * src/addressbook.c
5410         * src/addrindex.c
5411                 Address completion fixes: fix addressbook_peek_folder_exists() in
5412                 which the algorithm was ridiculously over-obfuscated and broken.
5413                 Fix addrindex_load_completion() as well, to load addresses in
5414                 completion list with regards to what addressbook_peek_folder_exists()
5415                 returns now.
5416
5417 2007-02-23 [wwp]        2.7.2cvs65
5418
5419         * src/addr_compl.c
5420                 Add addresses to completion when they're non-empty (thanks to Colin).
5421
5422 2007-02-23 [paul]       2.7.2cvs64
5423
5424         * src/plugins/pgpcore/passphrase.c
5425                 remove 'const '
5426
5427 2007-02-23 [colin]      2.7.2cvs63
5428
5429         * src/plugins/pgpcore/prefs_gpg.c
5430         * src/plugins/pgpcore/prefs_gpg.h
5431         * src/plugins/pgpcore/sgpgme.c
5432         * src/plugins/pgpinline/pgpinline.c
5433         * src/plugins/pgpmime/pgpmime.c
5434                 Try harder to respect user's choice wrt
5435                 gpg-agent even with gpg2, by unsetting
5436                 GPG_AGENT_INFO when necessary.
5437
5438 2007-02-22 [paul]       2.7.2cvs62
5439
5440         * src/plugins/pgpcore/sgpgme.c
5441         * src/plugins/pgpcore/sgpgme.h
5442         * src/plugins/pgpcore/passphrase.c
5443         * src/plugins/pgpinline/pgpinline.c
5444         * src/plugins/pgpmime/pgpmime.c
5445                 Fix a leak - gpgme_data_release_and_get_mem
5446                 leaks in recent gpgme. Workaround by using
5447                 our own function.
5448
5449 2007-02-22 [paul]       2.7.2cvs61
5450
5451         * src/gtk/quicksearch.c
5452                 Abandon dynamic search when pressing
5453                 Enter
5454
5455 2007-02-21 [colin]      2.7.2cvs60
5456
5457         * src/procmsg.c
5458         * src/plugins/pgpcore/passphrase.c
5459                 Fix little memory leaks
5460         * src/main.c
5461                 Fix false-positive leak at exit
5462         * src/gtk/quicksearch.c
5463                 Fix potentially big leak in recursive
5464                 Quicksearch
5465
5466 2007-02-21 [wwp]        2.7.2cvs59
5467
5468         * src/summaryview.c
5469                 Add missing newline to a debug message.
5470
5471 2007-02-20 [colin]      2.7.2cvs58
5472
5473         * src/Makefile.am
5474         * src/mimeview.c
5475         * src/stock_pixmap.c
5476         * src/stock_pixmap.h
5477         * src/pixmaps/mime_pgpsig.xpm
5478                 Add icon for application/pgp-signature
5479
5480 2007-02-20 [colin]      2.7.2cvs57
5481
5482         * src/Makefile.am
5483         * src/main.c
5484         * src/mimeview.c
5485         * src/stock_pixmap.c
5486         * src/stock_pixmap.h
5487         * src/pixmaps/mime_calendar.xpm
5488         * src/pixmaps/mime_pdf.xpm
5489         * src/pixmaps/mime_ps.xpm
5490                 Add icons for text/calendar, application/pdf
5491                 and application/postscript
5492
5493 2007-02-20 [colin]      2.7.2cvs56
5494
5495         * autogen.sh
5496         * src/matcher_parser_parse.y
5497         * src/matcher_parser_lex.l
5498                 Fix big memory leak in flex, and
5499                 require flex 2.5.31
5500
5501 2007-02-20 [wwp]        2.7.2cvs55
5502
5503         * src/matcher_parser_parse.y
5504                 Fix a duplicate token definition (thanks to iwkse).
5505
5506 2007-02-20 [wwp]        2.7.2cvs54
5507
5508         * src/matcher_parser_lex.l
5509         * src/quote_fmt_lex.l
5510                 Use proper flex options instead of direct use of #define,
5511                 make the flex-generated C lighter.
5512
5513 2007-02-20 [colin]      2.7.2cvs53
5514
5515         * src/summaryview.c
5516                 Grab focus in message list after hiding
5517                 the quicksearch, instead of leaving it
5518                 "somewhere"
5519
5520 2007-02-19 [colin]      2.7.2cvs52
5521
5522         * src/folderview.c
5523                 Fix bug 1033, 'Automatically refresh 
5524                 message list when new messages arrives'
5525                 Looks like folderview->opened can sometimes
5526                 be wrong...
5527
5528 2007-02-19 [paul]       2.7.2cvs51
5529
5530         * tools/Makefile.am
5531         * tools/README
5532         * tools/thunderbird-filters-convertor.pl
5533                 add new script which converts thunderbird filter
5534                 rules to Claws filter rules
5535
5536 2007-02-18 [paul]       2.7.2cvs50
5537
5538         * src/plugins/pgpcore/prefs_gpg.c
5539         * src/plugins/pgpcore/prefs_gpg.h
5540         * src/plugins/pgpcore/sgpgme.c
5541         * src/plugins/pgpinline/pgpinline.c
5542         * src/plugins/pgpmime/pgpmime.c
5543                 improved GUI interoperability with gpg-agent
5544
5545 2007-02-18 [paul]       2.7.2cvs49
5546
5547         * src/prefs_account.c
5548                 Privacy options sensitivity fix
5549
5550 2007-02-17 [colin]      2.7.2cvs48
5551
5552         * src/messageview.c
5553                 Reset icon to warning in the noticeview
5554
5555 2007-02-15 [colin]      2.7.2cvs47
5556
5557         * src/folderview.c
5558                 Fix a manifestation of bug 1033 (summaryview failing
5559                 to update for new mails), which happens after editing
5560                 account preferences or preferences that cause a 
5561                 folderview reload.
5562
5563 2007-02-15 [colin]      2.7.2cvs46
5564
5565         * src/addressbook.c
5566                 Probably fix bug 1123, 'Segmentation 
5567                 fault while opening address book'. I get
5568                 g_warnings if the saved paned position is
5569                 not greater than 0. Also, save position
5570                 when hiding the addressbook instead of
5571                 via signal.
5572
5573 2007-02-14 [colin]      2.7.2cvs45
5574
5575         * src/plugins/pgpcore/prefs_gpg.c
5576         * src/plugins/pgpcore/prefs_gpg.h
5577         * src/plugins/pgpcore/sgpgme.c
5578         * src/plugins/pgpinline/pgpinline.c
5579         * src/plugins/pgpmime/pgpmime.c
5580                 Add an option "Use gpg-agent if available". Fixes
5581                 annoyances with distro-installed gpg-agent, when
5582                 no pinentry program is installed, and the user's 
5583                 at a loss on why "decryption failed". Makes more
5584                 clear why passphrase isn't saved when gpg-agent is
5585                 used. Defaults to true, to avoid changing the 
5586                 current behaviour.
5587
5588 2007-02-14 [wwp]        2.7.2cvs44
5589
5590         * src/matcher_parser_parse.y
5591                 Fix missing line number reset (wrong line number might appear
5592                 when re-loading filtering rules if there's a parser error).
5593
5594 2007-02-13 [colin]      2.7.2cvs43
5595
5596         * src/common/utils.c
5597                 Don't encode ',' in URIs before passing it
5598                 to the browser command-line. It was probably
5599                 done at a time where commas in URIs made
5600                 mozilla -remote 'openurl(%s,new-window)'
5601                 bug.
5602
5603 2007-02-13 [wwp]        2.7.2cvs42
5604
5605         * src/prefs_matcher.c
5606         * src/plugins/bogofilter/bogofilter_gtk.c
5607                 A bit of string factorization around "Select ..." buttons.
5608
5609 2007-02-11 [colin]      2.7.2cvs41
5610
5611         * src/alertpanel.c
5612                 Make sure to escape the title
5613
5614 2007-02-11 [colin]      2.7.2cvs40
5615
5616         * src/codeconv.c
5617                 Recognize .utf8 locales as .UTF-8 ones
5618
5619 2007-02-11 [colin]      2.7.2cvs39
5620
5621         * src/compose.c
5622                 Fix code conversion when dragging a file
5623
5624 2007-02-09 [colin]      2.7.2cvs38
5625
5626         * src/plugins/clamav/clamav_plugin.c
5627                 Complete Paul's patch with conditional
5628                 compilation to avoid breaking compilation
5629                 on old Dapper and Edgy... Maybe other
5630                 distros too.
5631
5632 2007-02-09 [paul]       2.7.2cvs37
5633
5634         * src/plugins/clamav/clamav_plugin.c
5635                 fix for the upstream changes in libclamav
5636
5637 2007-02-09 [paul]       2.7.2cvs36
5638
5639         * src/main.c
5640         * src/mainwindow.c
5641         * src/procmsg.c
5642         * src/procmsg.h
5643                 fix "warn if there are queued messages" (on exit)
5644                 option, which only checked the first mailbox's
5645                 queue
5646                 don't ask before emptying trash if there are no
5647                 messages in trash, also check and empty all trash
5648                 folders
5649         * src/prefs_other.c
5650                 move "Ask before emptying trash" option
5651                 outside of the "On exit" frame as it's
5652                 not only an "On exit" option
5653
5654 2007-02-09 [paul]       2.7.2cvs35
5655
5656         * src/addrgather.c
5657         * src/alertpanel.c
5658         * src/editldap.c
5659         * src/prefs_account.c
5660         * src/prefs_folder_item.c
5661         * src/prefs_gtk.h
5662         * src/prefs_matcher.c
5663         * src/prefs_message.c
5664         * src/prefs_msg_colors.c
5665         * src/prefs_summaries.c
5666         * src/wizard.c
5667         * src/gtk/inputdialog.c
5668         * src/plugins/bogofilter/bogofilter_gtk.c
5669                 pedantic commit: use 'checkbtn' everywhere
5670                 instead of a mixture of 'checkbtn' and 'chkbtn'
5671
5672 2007-02-09 [paul]       2.7.2cvs34
5673
5674         * src/compose.c
5675                 fix default hotkeys
5676         * src/prefs_other.c
5677         * src/prefs_send.c
5678                 move "Never send Return Receipts" from
5679                 prefs_other to prefs_send
5680                 add an option "Ask about account specific
5681                 filtering rules..." to prefs_other
5682         * src/gtk/gtkutils.c
5683                 fix a compiler warning
5684
5685 2007-02-08 [colin]      2.7.2cvs33
5686
5687         * src/plugins/pgpinline/pgpinline.c
5688                 Fix bug 1110, 'pgpmime fails to process 
5689                 encapsulated openpgp mime (rfc 3156, 6.1 
5690                 -> rfc1847)'
5691                 It was due to an interaction between PGP/Mime
5692                 and PGP/Inline plugin. 
5693
5694 2007-02-08 [colin]      2.7.2cvs32
5695
5696         * src/inc.c
5697         * src/mbox.c
5698         * src/mbox.h
5699                 Fix bug 1117, 'fcntl locking code 
5700                 does not work in mbox.c'
5701
5702 2007-02-08 [colin]      2.7.2cvs31
5703
5704         * src/prefs_account.c
5705                 Fix Gentoo bug 165819, 'can't create 
5706                 a "local mbox file" account'. Patch
5707                 by Olivier <castan.o@free.fr>
5708
5709 2007-02-07 [colin]      2.7.2cvs30
5710
5711         * src/ldapquery.c
5712                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5713                 autocompletion was used'
5714
5715 2007-02-07 [paul]       2.7.2cvs29
5716
5717         * src/folder.c
5718                 cut down on unnecessary debug_prints
5719         * src/imap_gtk.c
5720                 fix menu_set_active() on 'Show only
5721                 subscribed folders'
5722
5723 2007-02-07 [paul]       2.7.2cvs28
5724
5725         * src/plugins/clamav/clamav_plugin.c
5726         * src/plugins/clamav/clamav_plugin.h
5727         * src/plugins/clamav/clamav_plugin_gtk.c
5728                 fix copyright header
5729
5730 2007-02-07 [paul]       2.7.2cvs27
5731
5732         * src/procheader.c
5733                 fix bug 1116, 'summary view allow a 
5734                 subject line break'
5735
5736 2007-02-06 [colin]      2.7.2cvs26
5737
5738         * src/summaryview.c
5739                 Fix delete thread
5740
5741 2007-02-05 [fabien]     2.7.2cvs25
5742
5743         * po/POTFILES.in
5744         * src/uri_opener.c
5745                 i18n related - 1 fix and 1 message for translators.
5746
5747 2007-02-05 [colin]      2.7.2cvs24
5748
5749         * src/gtk/quicksearch.c
5750                 Don't reload summary list if quicksearch wasn't
5751                 active on hiding; move currently selected mail in
5752                 the visible area when showing the quicksearch
5753
5754 2007-02-05 [colin]      2.7.2cvs23
5755
5756         * src/folderview.c
5757                 Add debug to try to solve bug 1104
5758
5759 2007-02-05 [paul]       2.7.2cvs22
5760
5761         * src/mainwindow.c
5762                 confirm before emptying trash on exit is
5763                 a Yes or No answer, use Yes or No in the
5764                 dialog
5765
5766 2007-02-04 [colin]      2.7.2cvs21
5767
5768         * src/compose.c
5769         * src/plugins/pgpcore/passphrase.c
5770         * src/plugins/pgpcore/select-keys.c
5771                 Set wmclass on new windows
5772
5773 2007-02-04 [colin]
5774
5775         2.8.0-rc1 released
5776
5777 2007-02-04 [colin]      2.7.2cvs20
5778
5779         * src/compose.c
5780         * src/compose.h
5781                 Auto save drafts on exit, reopen them
5782                 at startup, instead of asking
5783         * src/account.c
5784         * src/addressadd.c
5785         * src/addressbook.c
5786         * src/addressbook_foldersel.c
5787         * src/addrgather.c
5788         * src/crash.c
5789         * src/editaddress.c
5790         * src/editbook.c
5791         * src/editgroup.c
5792         * src/editjpilot.c
5793         * src/editldap.c
5794         * src/editldap_basedn.c
5795         * src/editvcard.c
5796         * src/exphtmldlg.c
5797         * src/expldifdlg.c
5798         * src/export.c
5799         * src/foldersel.c
5800         * src/gedit-print.c
5801         * src/import.c
5802         * src/importldif.c
5803         * src/importmutt.c
5804         * src/importpine.c
5805         * src/main.c
5806         * src/mainwindow.c
5807         * src/message_search.c
5808         * src/messageview.c
5809         * src/prefs_actions.c
5810         * src/prefs_customheader.c
5811         * src/prefs_display_header.c
5812         * src/prefs_filtering.c
5813         * src/prefs_filtering_action.c
5814         * src/prefs_folder_column.c
5815         * src/prefs_gtk.c
5816         * src/prefs_matcher.c
5817         * src/prefs_other.c
5818         * src/prefs_summaries.c
5819         * src/prefs_summary_column.c
5820         * src/prefs_template.c
5821         * src/sourcewindow.c
5822         * src/ssl_manager.c
5823         * src/summary_search.c
5824         * src/uri_opener.c
5825         * src/gtk/about.c
5826         * src/gtk/description_window.c
5827         * src/gtk/foldersort.c
5828         * src/gtk/gtkutils.c
5829         * src/gtk/gtkutils.h
5830         * src/gtk/icon_legend.c
5831         * src/gtk/logwindow.c
5832         * src/gtk/pluginwindow.c
5833         * src/gtk/prefswindow.c
5834                 Give different wmclass to different
5835                 windows - thanks to sed ;)
5836
5837 2007-02-04 [colin]      2.7.2cvs19
5838
5839         * src/main.c
5840                 Revert previous patch, can't reproduce
5841                 it anymore. 
5842
5843 2007-02-03 [colin]      2.7.2cvs18
5844
5845         * src/main.c
5846                 Don't save the mainwindow size and
5847                 position on emergency exit (libSM's
5848                 "die" callback), Xfce seems to make
5849                 the window smaller just before the
5850                 size's saved.
5851
5852 2007-02-03 [colin]      2.7.2cvs17
5853
5854         * src/plugins/bogofilter/bogofilter.c
5855         * src/plugins/bogofilter/bogofilter.h
5856         * src/plugins/bogofilter/bogofilter_gtk.c
5857         * src/plugins/pgpinline/pgpinline.c
5858         * src/plugins/pgpinline/pgpinline.h
5859                 Fix more copyrights
5860
5861 2007-02-03 [colin]      2.7.2cvs16
5862
5863         * src/partial_download.c
5864         * src/partial_download.h
5865         * src/ssl_manager.c
5866         * src/ssl_manager.h
5867         * src/uri_opener.c
5868         * src/uri_opener.h
5869         * src/wizard.c
5870         * src/wizard.h
5871         * src/common/ssl_certificate.c
5872         * src/common/ssl_certificate.h
5873         * src/gtk/quicksearch.c
5874         * src/gtk/quicksearch.h
5875         * src/gtk/sslcertwindow.c
5876         * src/gtk/sslcertwindow.h
5877                 Fix copyright on my files
5878
5879 2007-02-02 [colin]      2.7.2cvs15
5880
5881         * src/Makefile.am
5882         * src/mainwindow.c
5883         * src/messageview.c
5884         * src/messageview.h
5885         * src/textview.c
5886         * src/textview.h
5887         * src/uri_opener.c
5888         * src/uri_opener.h
5889                 Add Tools/List URIs to allow
5890                 opening any URI in the current mail
5891
5892 2007-02-02 [colin]      2.7.2cvs14
5893
5894         * src/common/valgrind.h ** NEW FILE **
5895         * src/common/Makefile.am
5896         * src/common/plugin.c
5897                 Don't dlclose the plugins if we're running
5898                 under valgrind. (doesn't require valgrind
5899                 either at compile time or run time).
5900
5901 2007-02-01 [paul]       2.7.2cvs13
5902
5903         * AUTHORS
5904         * src/gtk/authors.h
5905         * tools/freshmeat_search.pl
5906         * tools/google_search.pl
5907         * tools/multiwebsearch.pl
5908                 add support for non ISO-8859-1 compatible locales
5909                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5910
5911 2007-02-01 [colin]      2.7.2cvs12
5912
5913         * src/prefs_other.c
5914         * src/prefs_summaries.c
5915                 Move keybinding prefs to the Other page
5916
5917 2007-02-01 [wwp]        2.7.2cvs11
5918
5919         * src/plugins/trayicon/trayicon.c
5920                 Fix a raising issue within KDE.
5921
5922 2007-02-01 [colin]      2.7.2cvs10
5923
5924         * src/codeconv.c
5925                 Fix stray quotes in encoded strings
5926         * src/addressadd.c
5927                 Fix wrong call causing g_warnings
5928         * src/textview.c
5929                 Remove useless message
5930
5931 2007-01-31 [wwp]        2.7.2cvs9
5932
5933         * src/plugins/trayicon/trayicon.c
5934                 fix buggy hiding of main window when closing if close-to-tray
5935                 is not set (bad logics  in the trayicon hook code).
5936                 Changed the quit confirmation message too.
5937
5938 2007-01-30 [colin]      2.7.2cvs8
5939
5940         * src/main.c
5941                 Fix hidden mainwindow after clicking on
5942                 the X close button, if compose windows
5943                 exist and the user chooses not to quit
5944
5945 2007-01-30 [colin]      2.7.2cvs7
5946
5947         * src/main.c
5948         * src/compose.c
5949                 Handle local URIs to attach files (file:///...)
5950                 Fixes attaching files from Thunar for example
5951
5952 2007-01-30 [colin]      2.7.2cvs6
5953
5954         * src/prefs_ext_prog.c
5955                 Add 'mousepad' to the list of text editors.
5956                 Mousepad is XFCE's text editor
5957
5958 2007-01-29 [wwp]        2.7.2cvs5
5959
5960         * po/POTFILES.in
5961         * src/plugins/trayicon/trayicon_prefs.c
5962                 trayicon i18n fixes, thanks to Fabien.
5963
5964 2007-01-28 [wwp]        2.7.2cvs4
5965
5966         * src/mainwindow.c
5967         * src/mainwindow.h
5968         * src/plugins/trayicon/trayicon.c
5969         * src/plugins/trayicon/trayicon_prefs.c
5970         * src/plugins/trayicon/trayicon_prefs.h
5971                 Added a new TrayIcon plugin option to close to tray
5972                 (WM's hotkey and [X] button will hide the window instead
5973                 of closing it - closing CM can be done using the tray icon
5974                 menu or the File menu).
5975                 Improved visibility handling in trayicon, clicking the
5976                 trayicon now raise the window to current desktop when it
5977                 was either minimized/shaded/on another desktop.
5978                 Thanks to Paul for testing and fixing a strange behaviour
5979                 in KDE ;-).
5980
5981 2007-01-27 [paul]       2.7.2cvs3
5982
5983         * src/prefs_folder_item.c
5984         * src/prefs_receive.c
5985         * src/plugins/pgpcore/prefs_gpg.c
5986                 use 'start-up' instead of 'startup' in labels
5987
5988 2007-01-26 [wwp]        2.7.2cvs2
5989
5990         * src/plugins/trayicon/Makefile.am
5991         * src/plugins/trayicon/trayicon.c
5992         * src/plugins/trayicon/trayicon_prefs.c
5993         * src/plugins/trayicon/trayicon_prefs.h
5994                 Add a new TrayIcon option to hide the main window at
5995                 start-up.
5996                 Fix trayicon.c copyright header.
5997
5998 2007-01-26 [paul]       2.7.2cvs1
5999
6000         * NEWS
6001         * README
6002         * RELEASE_NOTES
6003         * configure.ac
6004                 bump up version number following
6005                 stable release
6006
6007 2007-01-25 [mones]      2.7.1cvs60
6008
6009         * po/es.po
6010                 updated thousands of strings (well, probably less ;-)
6011
6012 2007-01-25 [colin]      2.7.1cvs59
6013
6014         * src/matcher.c
6015                 Fix 2nd-run loss of matcherrc on new
6016                 configurations. 
6017
6018 2007-01-25 [wwp]        2.7.1cvs58
6019
6020         * src/mimeview.c
6021                 fix handling of empty value in attach_save_directory too, thanks
6022                 to Colin.
6023
6024 2007-01-25 [wwp]        2.7.1cvs57
6025
6026         * src/gtk/filesel.c
6027                 fix handling of empty value in attach_load_directory,
6028                 thanks to Colin.
6029
6030 2007-01-25 [wwp]        2.7.1cvs56
6031
6032         * src/plugins/dillo_viewer/dillo_prefs.h
6033                 fix a typo.
6034
6035 2007-01-25 [colin]      2.7.1cvs55
6036
6037         * src/matcher.c
6038         * src/matcher.h
6039         * src/matcher_parser_parse.y
6040         * src/prefs_matcher.c
6041                 Add matching on the spam flag
6042
6043 2007-01-24 [colin]      2.7.1cvs54
6044
6045         * src/folder.c
6046         * src/common/xml.c
6047         * src/common/xml.h
6048                 Make sure folderlist.xml is correctly
6049                 written before overwriting it.
6050         * src/procmsg.c
6051         * src/procmsg.h
6052         * src/summaryview.c
6053         * src/plugins/bogofilter/bogofilter.c
6054         * src/plugins/bogofilter/bogofilter.h
6055         * src/plugins/bogofilter/bogofilter_gtk.c
6056         * src/plugins/spamassassin/spamassassin.c
6057         * src/plugins/spamassassin/spamassassin.h
6058         * src/plugins/spamassassin/spamassassin_gtk.c
6059                 Move spam to the correct trash folder after
6060                 learning, if spam directory isn't set.
6061
6062 2007-01-23 [paul]       2.7.1cvs53
6063
6064         * src/plugins/bogofilter/bogofilter_gtk.c
6065                 fix sensitivity of "Insert X-Bogosity header"
6066                 option
6067
6068 2007-01-23 [colin]      2.7.1cvs52
6069
6070         * src/toolbar.c
6071                 Translate toolbar items text if
6072                 they're translatable (default)
6073         * src/addrcache.c
6074         * src/addrcache.h
6075         * src/addritem.c
6076         * src/addritem.h
6077         * src/codeconv.c
6078         * src/codeconv.h
6079         * src/jpilot.c
6080         * src/jpilot.h
6081         * src/ldapctrl.c
6082         * src/ldapctrl.h
6083         * src/ldapquery.h
6084         * src/ldif.c
6085         * src/ldif.h
6086         * src/etpan/etpan-thread-manager.c
6087         * src/etpan/etpan-thread-manager.h
6088         * src/gtk/gtkutils.c
6089         * src/gtk/gtkutils.h
6090                 More static functions
6091
6092 2007-01-22 [fabien]     2.7.1cvs51
6093
6094         * src/gtk/gtkutils.c
6095                 gtkut_get_options_frame() : ability to pass
6096                 a 'NULL' value in frame pointer parameter if
6097                 we don't need it.
6098
6099 2007-01-22 [colin]      2.7.1cvs50
6100
6101         * src/procmsg.c
6102         * src/procmsg.h
6103         * src/plugins/bogofilter/bogofilter.c
6104         * src/plugins/bogofilter/bogofilter_gtk.c
6105         * src/plugins/spamassassin/spamassassin.c
6106         * src/plugins/spamassassin/spamassassin_gtk.c
6107                 Allow moving spams to the account's trash
6108                 instead of default one
6109
6110 2007-01-21 [colin]      2.7.1cvs49
6111
6112         * src/ldapquery.c
6113         * src/ldapquery.h
6114                 Revert a static function that shouldn't
6115                 have been
6116
6117 2007-01-21 [colin]      2.7.1cvs48
6118
6119         * src/ldapquery.c
6120         * src/ldapquery.h
6121                 Same
6122
6123 2007-01-21 [colin]      2.7.1cvs47
6124
6125         * src/procmsg.c
6126         * src/procmsg.h
6127                 Same
6128
6129 2007-01-21 [colin]      2.7.1cvs46
6130
6131         * src/common/socket.c
6132         * src/common/socket.h
6133                 Same
6134
6135 2007-01-21 [colin]      2.7.1cvs45
6136
6137         * src/crash.c
6138         * src/exporthtml.c
6139         * src/exporthtml.h
6140         * src/exportldif.c
6141         * src/exportldif.h
6142         * src/folder.c
6143         * src/folder.h
6144         * src/folder_item_prefs.c
6145         * src/folder_item_prefs.h
6146         * src/folderview.c
6147         * src/folderview.h
6148         * src/gedit-print.c
6149         * src/gedit-print.h
6150         * src/main.c
6151         * src/main.h
6152         * src/common/socket.c
6153         * src/common/socket.h
6154         * src/gtk/gtkaspell.c
6155         * src/gtk/gtkaspell.h
6156         * src/gtk/quicksearch.c
6157         * src/gtk/quicksearch.h
6158                 Same
6159
6160 2007-01-21 [colin]      2.7.1cvs44
6161
6162         * src/common/utils.c
6163         * src/common/utils.h
6164         * src/etpan/etpan-thread-manager.c
6165         * src/etpan/etpan-thread-manager.h
6166                 Same (Funny that etpan_thread_unbind
6167                 is called but not etpan_thread_bind)
6168
6169 2007-01-21 [colin]      2.7.1cvs43
6170
6171         * src/addrselect.c
6172         * src/addrselect.h
6173         * src/codeconv.c
6174         * src/codeconv.h
6175         * src/compose.c
6176         * src/compose.h
6177         * src/etpan/Makefile.am
6178         * src/gtk/colorlabel.c
6179         * src/gtk/colorlabel.h
6180         * src/gtk/sslcertwindow.c
6181         * src/gtk/sslcertwindow.h
6182         * src/etpan/etpan-log.c ** REMOVED **
6183         * src/etpan/etpan-log.h ** REMOVED **
6184                 Same
6185
6186 2007-01-20 [colin]      2.7.1cvs42
6187
6188         * src/addritem.c
6189         * src/addritem.h
6190                 Same
6191
6192 2007-01-20 [colin]      2.7.1cvs41
6193
6194         * src/account.c
6195         * src/account.h
6196         * src/addrbook.c
6197         * src/addrbook.h
6198         * src/addrcache.c
6199         * src/addrcache.h
6200         * src/addrclip.c
6201         * src/addrclip.h
6202         * src/addressbook.c
6203         * src/addressbook.h
6204         * src/addrharvest.c
6205         * src/addrharvest.h
6206         * src/addrindex.c
6207         * src/addrindex.h
6208         * src/editaddress.c
6209         * src/editaddress.h
6210                 Make functions that aren't used in other
6211                 files static
6212
6213 2007-01-20 [colin]      2.7.1cvs40
6214
6215         * src/account.c
6216         * src/addrbook.c
6217         * src/addrcache.c
6218         * src/addressbook.c
6219         * src/addrgather.c
6220         * src/addrindex.c
6221         * src/addrquery.c
6222         * src/addrselect.c
6223         * src/browseldap.c
6224         * src/compose.c
6225         * src/editbook.c
6226         * src/editjpilot.c
6227         * src/editldap.c
6228         * src/editldap_basedn.c
6229         * src/editvcard.c
6230         * src/exporthtml.c
6231         * src/exportldif.c
6232         * src/folder.c
6233         * src/folderview.c
6234         * src/image_viewer.c
6235         * src/imap.c
6236         * src/importmutt.c
6237         * src/importpine.c
6238         * src/jpilot.c
6239         * src/ldapquery.c
6240         * src/main.c
6241         * src/mainwindow.c
6242         * src/matcher.c
6243         * src/messageview.c
6244         * src/mh.c
6245         * src/mimeview.c
6246         * src/msgcache.c
6247         * src/mutt.c
6248         * src/news.c
6249         * src/pine.c
6250         * src/prefs_account.c
6251         * src/prefs_common.c
6252         * src/prefs_compose_writing.c
6253         * src/prefs_ext_prog.c
6254         * src/prefs_folder_item.c
6255         * src/prefs_fonts.c
6256         * src/prefs_message.c
6257         * src/prefs_msg_colors.c
6258         * src/prefs_other.c
6259         * src/prefs_quote.c
6260         * src/prefs_receive.c
6261         * src/prefs_send.c
6262         * src/prefs_spelling.c
6263         * src/prefs_summaries.c
6264         * src/prefs_toolbar.c
6265         * src/prefs_wrapping.c
6266         * src/privacy.c
6267         * src/procmime.c
6268         * src/procmsg.c
6269         * src/ssl_manager.c
6270         * src/statusbar.c
6271         * src/summaryview.c
6272         * src/toolbar.c
6273         * src/vcard.c
6274         * src/common/hooks.c
6275         * src/common/log.c
6276         * src/common/passcrypt.c
6277         * src/common/socket.c
6278         * src/common/ssl.c
6279         * src/common/ssl_certificate.c
6280         * src/common/template.c
6281         * src/common/utils.c
6282         * src/etpan/imap-thread.c
6283         * src/gtk/sslcertwindow.c
6284         * src/gtk/sslcertwindow.h
6285                 Make functions that could be static, static
6286
6287 2007-01-20 [colin]      2.7.1cvs39
6288
6289         * src/editldap.c
6290                 Fix tooltip
6291
6292 2007-01-20 [colin]      2.7.1cvs38
6293
6294         * src/ldapquery.c
6295         * src/ldaputil.c
6296         * src/ldaputil.h
6297                 Fix bug 1102, 'claws-mail-2.7.1 
6298                 makes use of deprecated ldap 
6299                 functions'
6300
6301 2007-01-20 [colin]      2.7.1cvs37
6302
6303         * src/mainwindow.c
6304         * src/mainwindow.h
6305         * src/summaryview.c
6306         * src/gtk/quicksearch.c
6307                 Add Wide message list layout
6308
6309 2007-01-19 [fabien]     2.7.1cvs36
6310
6311         * src/textview.c
6312                 make sure a font change is considered in links of
6313                 headerview.
6314
6315 2007-01-19 [colin]      2.7.1cvs35
6316
6317         * src/main.c
6318         * src/mainwindow.c
6319         * src/mainwindow.h
6320         * src/messageview.c
6321         * src/messageview.h
6322         * src/prefs_common.c
6323         * src/prefs_common.h
6324         * src/summaryview.c
6325         * src/summaryview.h
6326         * src/gtk/quicksearch.c
6327         * src/gtk/quicksearch.h
6328                 Drop 'Separate Folder tree' and 'Separate
6329                 Message View'. Put three layouts in place
6330                 of it.
6331
6332 2007-01-19 [paul]       2.7.1cvs34
6333
6334         * src/prefs_msg_colors.c
6335                 more use of Q_ for translators
6336
6337 2007-01-19 [paul]       2.7.1cvs33
6338
6339         * src/imap_gtk.c
6340         * src/prefs_account.c
6341                 a few changes to the English
6342
6343 2007-01-19 [fabien]     2.7.1cvs32
6344
6345         * src/wizard.c
6346                 factorize translatable string
6347
6348 2007-01-18 [colin]      2.7.1cvs31
6349
6350         * src/main.c
6351                 Don't error out on --sync option. Although
6352                 we don't do anything with it, gtk+ handles
6353                 it, and it's useful for debugging X errors
6354
6355 2007-01-18 [fabien]     2.7.1cvs30
6356
6357         * src/prefs_other.c
6358                 ability to apply on the fly the recent added
6359                 'gtk_can_change_accels' pref (no need to restart).
6360
6361 2007-01-18 [fabien]     2.7.1cvs29
6362
6363         * src/plugins/bogofilter/bogofilter_gtk.c
6364         * src/plugins/bogofilter/bogofilter.c
6365         * src/plugins/spamassassin/spamassassin_gtk.c
6366         * src/addr_compl.c
6367         * src/prefs_account.c
6368                 factorize or rewrite some translatable strings.
6369
6370 2007-01-18 [fabien]     2.7.1cvs28
6371
6372         * src/prefs_gtk.h
6373         * src/compose.c
6374                 set a 4pix space between "Subject:" label and subject entry in
6375                 compose window.
6376
6377 2007-01-18 [wwp]        2.7.1cvs27
6378
6379         * src/addressbook.c
6380                 fix conflicting address-copy/paste when focus is set
6381                 to the embedded edit-person form.
6382  
6383
6384 2007-01-18 [wwp]        2.7.1cvs26
6385
6386         * src/addressbook.h
6387                 complete 2.7.1cvs23 (one more file was missing from that
6388                 commit).
6389
6390 2007-01-18 [colin]      2.7.1cvs25
6391
6392         * src/main.c
6393                 Provide a way to migrate without backup
6394                 Re-ask for migration on next start if 
6395                 it has been refused and wizard has been 
6396                 cancelled after.
6397
6398 2007-01-18 [wwp]        2.7.1cvs24
6399
6400         * src/editaddress.c
6401                 complete 2.7.1.cvs23 (file was missing from previous
6402                 commit).
6403
6404 2007-01-18 [wwp]        2.7.1cvs23
6405
6406         * src/addressbook.c
6407                 fix potential crashes in address book's focus_in/out signal handlers,
6408                 force focus to the edit-person form when clicked the Edit menu entry or
6409                 button (this only matters if the edit-person form is embedded to the
6410                 AB window, in that case, focus is not set when browsing the contacts
6411                 list w/ keys or mouse clicks).
6412
6413 2007-01-18 [paul]       2.7.1cvs22
6414
6415         * src/main.c
6416                 add command line options:
6417                 -h for --help
6418                 -q and --quit for --exit
6419                 -v for --version
6420                 print "Unknown option" for unknown options
6421
6422 2007-01-18 [paul]       2.7.1cvs21
6423
6424         * po/ru.po
6425                 updated by Pavlo Bohmat
6426
6427 2007-01-18 [paul]       2.7.1cvs20
6428
6429         * src/mainwindow.c
6430                 fix sensitivity issues of Mark as Spam/Ham
6431
6432 2007-01-17 [fabien]     2.7.1cvs19
6433
6434         * src/prefs_other.c
6435         * src/prefs_common.c
6436         * src/prefs_common.h
6437         * src/main.c
6438                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6439                 control the corresponding gtk property. It could be used to lock
6440                 all shortcuts (avoid to set one of them by inadvertency).
6441
6442 2007-01-17 [colin]      2.7.1cvs18
6443
6444         * src/summaryview.c
6445                 Fix bug 1100, 'Highlighted e-mail data not visible 
6446                 when color label applied.'. Use a weighted average
6447                 between normal selected foreground color and color
6448                 label instead of a simple one (3/1 instead 1/1).
6449
6450 2007-01-17 [colin]      2.7.1cvs17
6451
6452         * src/messageview.c
6453                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6454                 crash' - don't prevent mail switching while loading
6455
6456 2007-01-17 [colin]      2.7.1cvs16
6457
6458         * src/folder.c
6459         * src/folder.h
6460         * src/folderview.c
6461         * src/folderview.h
6462         * src/imap.c
6463         * src/imap.h
6464         * src/imap_gtk.c
6465                 Manage recursive search of unsubscribed folders
6466                 Rescan tree without checking for new messages 
6467                 after subscriptions changed
6468
6469 2007-01-17 [paul]       2.7.1cvs15
6470
6471         * src/prefs_common.c
6472         * src/gtk/pluginwindow.c
6473                 fix bug 1101, '"Load plugin" button is
6474                 accidentally hidden'
6475                 unset (-1) initial width in prefs_common,
6476                 fix overlapping buttons,
6477                 and other cleanups
6478
6479 2007-01-17 [paul]       2.7.1cvs14
6480
6481         * src/procmime.c
6482                 add #include <errno.h>, it's needed
6483                 on some systems
6484
6485 2007-01-17 [paul]       2.7.1cvs13
6486
6487         * src/common/defs.h
6488         * tools/make.themes.project
6489                 rename .sylpheed_themeinfo to .claws_themeinfo
6490                 and use it
6491         * src/etpan/etpan-errors.h
6492         * src/etpan/etpan-log.c
6493         * src/etpan/etpan-log.h
6494         * src/etpan/etpan-thread-manager-types.h
6495         * src/etpan/etpan-thread-manager.c
6496         * src/etpan/etpan-thread-manager.h
6497         * src/etpan/imap-thread.c
6498         * src/etpan/imap-thread.h
6499                 add copyright header
6500
6501 2007-01-17 [colin]      2.7.1cvs12
6502
6503         * src/plugins/pgpcore/select-keys.c
6504         * src/gtk/pluginwindow.c
6505         * src/prefs_account.c
6506                 Fix warnings
6507
6508 2007-01-16 [colin]      2.7.1cvs11
6509
6510         * src/imap.c
6511         * src/imap.h
6512         * src/imap_gtk.c
6513                 Manage subscribing to subfolders when only
6514                 subscribed folders are shown.
6515
6516 2007-01-16 [colin]      2.7.1cvs10
6517
6518         * src/folderview.c
6519                 Fix annoying vscrollbar going back to top
6520                 on Check for new folders
6521
6522 2007-01-16 [colin]      2.7.1cvs9
6523
6524         * src/imap.c
6525                 Remove printf
6526
6527 2007-01-16 [colin]      2.7.1cvs8
6528
6529         * src/filtering.c
6530                 Bigger buffer for errors
6531         * src/imap.c
6532         * src/imap.h
6533         * src/imap_gtk.c
6534         * src/prefs_account.c
6535         * src/prefs_account.h
6536         * src/wizard.c
6537         * src/etpan/imap-thread.c
6538         * src/etpan/imap-thread.h
6539         * manual/handling.xml
6540                 Add subscriptions management. What it changes:
6541                 Creating a folder subscribes to it
6542                 Deleting a folder unsubscribes it
6543                 New contextual menu item allowing to switch between
6544                 All folders and Subscribed folders, subscribe, and
6545                 unsubscribe. "Creating" an existing but unsubscribed
6546                 folder will subscribe it.
6547                 By default for new accounts, only subscribed folders 
6548                 are shown.
6549
6550
6551 2007-01-16 [paul]       2.7.1cvs7
6552
6553         * src/summaryview.c
6554                 Allow folder classes to specify only sort_key or
6555                 sort_type instead of both or none.
6556
6557 2007-01-16 [paul]       2.7.1cvs6
6558
6559         * src/action.c
6560         * src/compose.c
6561         * src/mimeview.c
6562         * src/procmime.c
6563         * src/textview.c
6564                 Save and use errno for procmime_get_part
6565
6566 2007-01-16 [colin]      2.7.1cvs5
6567
6568         * src/imap.c
6569                 Never remove INBOX when scanning for
6570                 new folders. It's a special folder
6571                 that has to exist.
6572
6573 2007-01-15 [colin]      2.7.1cvs4
6574
6575         * src/imap.c
6576                 Fix 'Check for new folders' when IMAP subdirectory
6577                 is set
6578         * src/etpan/imap-thread.c
6579                 Fix build
6580
6581 2007-01-15 [colin]      2.7.1cvs3
6582
6583         * src/etpan/imap-thread.c
6584                 Fix invalid free on command-connection
6585                 error
6586
6587 2007-01-15 [wwp]        2.7.1cvs2
6588
6589         * src/matcher_parser_lex.l
6590         * src/quote_fmt_lex.l
6591         * src/matcher_parser_parse.y
6592                 fix copyright header in lexers and parsers.
6593
6594 2007-01-15 [paul]       2.7.1cvs1
6595
6596         * NEWS
6597         * README
6598         * RELEASE_NOTES
6599         * configure.ac
6600                 bump up version number following
6601                 stable release
6602
6603 2007-01-15 [paul]       2.7.0cvs31
6604
6605         * AUTHORS
6606         * src/gtk/authors.h
6607                 add Fabien to the Team list
6608                 add the recent contributors
6609                 make a few corrections
6610
6611 2007-01-15 [paul]       2.7.0cvs30
6612
6613         * src/mainwindow.c
6614                 fix compiler warning
6615         * src/plugins/pgpcore/prefs_gpg.c
6616         * src/plugins/pgpcore/prefs_gpg.h
6617                 add missing include
6618                 fix copyright header
6619
6620 2007-01-14 [colin]      2.7.0cvs29
6621
6622         * src/gtk/filesel.c
6623                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6624                 two benefits: faster to open, will fix strange
6625                 dbus-related crash. Thanks to Pascal Terjan.
6626
6627 2007-01-14 [colin]      2.7.0cvs28
6628
6629         * src/etpan/imap-thread.c
6630                 Delete the old imap just after allocating
6631                 the new one. Makes sure we don't get the
6632                 same pointer by sheer luck, which feels
6633                 strange in the debug log.
6634
6635 2007-01-14 [colin]      2.7.0cvs27
6636
6637         * src/gtk/inputdialog.c
6638                 Make sure we don't print passwords in
6639                 clear text when in debug mode
6640
6641 2007-01-14 [colin]      2.7.0cvs26
6642
6643         * src/gtk/gtksctree.c
6644                 Fix bug 1098, 'bogus last row display 
6645                 after expanding a thread'. Patch by
6646                 Jindrich Makovicka <makovick@gmail.com>
6647
6648 2007-01-14 [colin]      2.7.0cvs25
6649
6650         * src/etpan/imap-thread.c
6651                 Close socket manually before
6652                 freeing the imap struct
6653
6654 2007-01-14 [colin]      2.7.0cvs24
6655
6656         * src/etpan/imap-thread.c
6657                 Maybe fix new reconnection issues
6658
6659 2007-01-13 [colin]      2.7.0cvs23
6660
6661         * src/summaryview.c
6662                 Freeze/thaw on thread selection
6663
6664 2007-01-13 [paul]       2.7.0cvs22
6665
6666         * src/mainwindow.c
6667         * src/summaryview.c
6668         * src/summaryview.h
6669                 add 'Edit/Delete thread'
6670
6671 2007-01-13 [colin]      2.7.0cvs21
6672
6673         * src/prefs_account.c
6674         * src/prefs_compose_writing.c
6675         * src/prefs_message.c
6676         * src/prefs_msg_colors.c
6677         * src/prefs_other.c
6678         * src/prefs_receive.c
6679         * src/prefs_spelling.c
6680         * src/prefs_summaries.c
6681         * src/prefs_themes.c
6682         * src/gtk/gtkutils.c
6683         * src/gtk/gtkutils.h
6684         * src/plugins/pgpcore/prefs_gpg.c
6685         * src/plugins/spamassassin/spamassassin_gtk.c
6686                 Factorize gtk frame creation
6687                 Patch by Pawel
6688
6689 2007-01-13 [colin]      2.7.0cvs20
6690
6691         * src/message_search.c
6692         * src/summary_search.c
6693                 Fix Enter in search windows
6694         * src/messageview.c
6695                 Fix body search starting at the
6696                 end of the mail (and asking for loop)
6697
6698 2007-01-13 [colin]      2.7.0cvs19
6699
6700         * src/etpan/imap-thread.c
6701                 Make sure we don't free the same imap
6702                 twice
6703
6704 2007-01-13 [colin]      2.7.0cvs18
6705
6706         * commitHelper
6707                 Allow multiple commitHelpers to
6708                 run at once
6709
6710 2007-01-12 [colin]      2.7.0cvs17
6711
6712         * src/etpan/imap-thread.c
6713                 Make sure we get rid of the previous mailimap
6714                 when connecting - just in case disconnect was
6715                 unclean
6716
6717 2007-01-12 [paul]       2.7.0cvs16
6718
6719         * src/compose.c
6720                 Strip S/MIME signatures when re-editing
6721                 S/MIME signed messages.
6722
6723 2007-01-12 [paul]       2.7.0cvs15
6724
6725         * configure.ac
6726         * src/addressbook.c
6727         * src/foldersel.c
6728         * src/folderview.c
6729         * src/main.c
6730                 no need to define CLAWS anymore, remove
6731                 all that stuff
6732
6733 2007-01-12 [paul]       2.7.0cvs14
6734
6735         * src/mimeview.c
6736                 check if the mail's signed as
6737                 it can change the mail structure
6738                 Thanks to Colin
6739
6740 2007-01-12 [paul]       2.7.0cvs13
6741
6742         * src/procmime.c
6743                 fix Forwarding msgs with attachments
6744                 that have dos line endings
6745                 Thanks to Colin
6746
6747 2007-01-12 [wwp]        2.7.0cvs12
6748
6749         * configure.ac
6750                 Revert accidentally committed extra version tag.
6751
6752 2007-01-12 [wwp]        2.7.0cvs11
6753
6754         * src/prefs_account.c
6755                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6756
6757 2007-01-11 [colin]      2.7.0cvs10
6758
6759         * src/imap.c
6760                 move g_warning to debug_print
6761                 it scares people for no reason
6762
6763 2007-01-11 [colin]      2.7.0cvs9
6764
6765         * po/POTFILES.in
6766                 Fix files to translate. Patch by
6767                 Fabien
6768
6769 2007-01-11 [paul]       2.7.0cvs8
6770
6771         * src/imap.c
6772                 Fix recursion when server lists the
6773                 current subfolder in the response
6774         * src/mimeview.c
6775                 Fix updating of icon_list/ctree
6776         * src/plugins/pgpcore/select-keys.c
6777                 Fix a few annoyances when choosing
6778                 keys for the CMS (S/MIME) protocol
6779
6780 2007-01-11 [wwp]        2.7.0cvs7
6781
6782         * src/compose.c
6783         * src/prefs_account.c
6784         * src/prefs_account.h
6785                 Add per-account spellcheck default dictionaries settings.
6786
6787 2007-01-10 [colin]      2.7.0cvs6
6788
6789         * src/prefs_folder_item.c
6790                 Factorize strings - patch by Fabien
6791
6792 2007-01-10 [colin]      2.7.0cvs5
6793
6794         * src/mainwindow.c
6795                 Fix bug 1095, 'Crash while changing folder 
6796                 columns during incorporation'
6797
6798 2007-01-09 [colin]      2.7.0cvs4
6799
6800         * src/gtk/pluginwindow.c
6801                 Set the plugin window transient. Seems
6802                 like some window managers hide it in
6803                 the background after "load plugin"...
6804
6805 2007-01-09 [colin]      2.7.0cvs3
6806
6807         * src/gtk/filesel.c
6808                 Use the same type for alloc and free
6809
6810 2007-01-08 [paul]       2.7.0cvs2
6811
6812         * po/nl.po
6813                 updated by Tim Dijkstra
6814
6815 2007-01-08 [paul]       2.7.0cvs1
6816
6817         * src/prefs_themes.c
6818         * src/common/utils.c
6819                 Fix resource leaks
6820
6821 2007-01-08 [paul]       2.7.0
6822
6823         * NEWS
6824         * README
6825         * RELEASE_NOTES
6826                 2.7.0 released
6827
6828 2007-01-08 [paul]       2.6.1cvs119
6829
6830         * doc/man/claws-mail.1
6831                 another correction
6832
6833 2007-01-08 [paul]       2.6.1cvs118
6834
6835         * doc/man/claws-mail.1
6836                 corrections
6837         * manual/advanced.xml
6838                 improved English usage
6839
6840 2007-01-08 [paul]       2.6.1cvs117
6841
6842         * po/ca.po
6843         * po/de.po
6844         * po/en_GB.po
6845         * po/fi.po
6846         * po/it.po
6847         * po/pt_BR.po
6848         * po/sk.po
6849         * po/sr.po
6850         * po/zh_CN.po
6851                 updated by Miquel Oliete, Stephan Sachse, me,
6852                 Tommi Pirinen, Andrea Spadaccini, Frederico
6853                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6854                 Urosevic, and Ralgh Young
6855
6856 2007-01-07 [mones]      2.6.1cvs116
6857
6858         * manual/es/advanced.xml
6859         * po/es.po
6860                 Synced manual (unhide mark_as_read_delay)
6861                 and updated translation for release
6862
6863 2007-01-07 [paul]       2.6.1cvs115
6864
6865         * src/prefs_matcher.c
6866                 make the hbox content fit better under
6867                 various languages
6868
6869 2007-01-07 [colin]      2.6.1cvs114
6870
6871         * src/messageview.c
6872                 Fix bug 1088, 'Ctrl-h produces repeatable
6873                 crash'
6874
6875 2007-01-06 [colin]      2.6.1cvs113
6876
6877         * src/etpan/imap-thread.c
6878                 Add casts to int to get certs. Fixes
6879                 bug 1064, 'crash @ etpan_certificate_check() 
6880                 when opening an IMAP folder', with latest
6881                 libetpan CVS or >= 0.49
6882         * src/mainwindow.c
6883         * src/mainwindow.h
6884         * src/imap_gtk.c
6885         * src/news_gtk.c
6886         * src/prefs_folder_item.c
6887                 Grey out the "synchronise" menu items if
6888                 there's nothing to synchronise.
6889         * src/plugins/pgpcore/sgpgme.c
6890                 Make an error clearer than "Unknown error"
6891
6892 2007-01-06 [colin]      2.6.1cvs112
6893
6894         * src/messageview.c
6895                 Don't try to show a message if updating
6896                 Maybe fixes bug 1088, 'ctrl-h produces
6897                 repeatable crash'.
6898
6899 2007-01-06 [colin]      2.6.1cvs111
6900
6901         * src/summaryview.c
6902                 Disable Control-Space (handle it as Space).
6903
6904 2007-01-05 [paul]       2.6.1cvs110
6905
6906         * src/imap.c
6907                 Fix bug 934, 'sylpheed claws 2.1 
6908                 doesn't show Exchanges Public Folders'
6909                 Thanks to Hoa and Colin
6910         * src/msgcache.c
6911                 Refuse to allocate more than 2 MB for a 
6912                 single field, it's a good indication of
6913                 cache corruption.
6914
6915 2007-01-05 [colin]      2.6.1cvs109
6916
6917         * src/mainwindow.c
6918                 Allow --select'ing emails by Message-ID too
6919
6920 2007-01-05 [colin]      2.6.1cvs108
6921
6922         * src/common/quoted-printable.c
6923                 Uh! Third fix :)
6924
6925 2007-01-05 [colin]      2.6.1cvs107
6926
6927         * src/common/quoted-printable.c
6928                 Fix previous commit about bug 1089
6929                 Thanks to Ralf
6930
6931 2007-01-05 [colin]      2.6.1cvs106
6932
6933         * src/common/quoted-printable.c
6934                 Fix my previous commit on bug 1089
6935                 - Thanks to Ralf :)
6936
6937 2007-01-04 [colin]      2.6.1cvs105
6938
6939         * src/common/quoted-printable.c
6940                 Fix bug 1089, 'NUL characters in Subject 
6941                 line are misinterpreted'. Not a pain to
6942                 fix in fact.
6943
6944 2007-01-04 [colin]      
6945
6946         2.7.0-rc3 released
6947
6948 2007-01-04 [wwp]        2.6.1cvs104
6949
6950         * src/image_viewer.c
6951                 Force operator precedence (fix a compiler warning).
6952
6953 2007-01-04 [colin]      2.6.1cvs103
6954
6955         * src/image_viewer.c
6956                 Be cautious there too (same fix as the one
6957                 in textview from cvs33)
6958         * src/messageview.c
6959                 Don't use any MimeViewer plugin when showing
6960                 all headers
6961
6962 2007-01-03 [wwp]        2.6.1cvs102
6963
6964         * src/html.c
6965         * src/html.h
6966                 fixed "cent" sign (use the existing ASCII one),
6967                 decode more HTML entities,
6968                 converted table ASCII entries to UTF-8,
6969                 moved a switch() into a hashtable.
6970
6971 2007-01-03 [paul]       2.6.1cvs101
6972
6973         * src/compose.c
6974         * src/messageview.c
6975         * src/procmsg.c
6976         * src/procmsg.h
6977                 When possible, use move_msg instead of
6978                 copy_msg + remove_msg to move sent mail
6979                 from Queue to Sent. 
6980
6981 2007-01-03 [paul]       2.6.1cvs100
6982
6983         * src/html.c
6984                 add more html entity recognition:
6985                 pounds, euros, and cents
6986
6987 2007-01-03 [colin]      2.6.1cvs99
6988
6989         * src/imap_gtk.c
6990                 Don't display an error on NOSELECT
6991                 folders when synchronising
6992
6993 2007-01-03 [paul]       2.6.1cvs98
6994
6995         * tools/maildir2claws-mail.pl
6996                 only substitute 'sent-mail' if it's
6997                 the full directory name
6998
6999 2007-01-03 [paul]       2.6.1cvs97
7000
7001         * ChangeLog
7002         * ChangeLog.pre2.0.0
7003         * Makefile.am
7004                 archive a chunk of ChangeLog in
7005                 ChangeLog.pre2.0.0
7006         * ChangeLog.gtk1
7007         * doc/src/ChangeLog.claws-pre0.8.0
7008                 remove ChangeLog.claws-pre0.8.0, adding
7009                 its contents to ChangeLog.gtk1
7010
7011 2007-01-03 [paul]       2.6.1cvs96
7012
7013         * src/account.c
7014         * src/account.h
7015         * src/action.c
7016         * src/action.h
7017         * src/adbookbase.h
7018         * src/addr_compl.c
7019         * src/addr_compl.h
7020         * src/addrbook.c
7021         * src/addrcache.c
7022         * src/addrcache.h
7023         * src/addrcindex.c
7024         * src/addrcindex.h
7025         * src/addrclip.c
7026         * src/addrclip.h
7027         * src/addrdefs.h
7028         * src/addressadd.c
7029         * src/addressadd.h
7030         * src/addressbook.c
7031         * src/addressbook.h
7032         * src/addressbook_foldersel.c
7033         * src/addressbook_foldersel.h
7034         * src/addrgather.c
7035         * src/addrgather.h
7036         * src/addrharvest.c
7037         * src/addrharvest.h
7038         * src/addrindex.c
7039         * src/addrindex.h
7040         * src/addritem.c
7041         * src/addritem.h
7042         * src/addrquery.c
7043         * src/addrquery.h
7044         * src/addrselect.c
7045         * src/addrselect.h
7046         * src/alertpanel.c
7047         * src/alertpanel.h
7048         * src/browseldap.c
7049         * src/browseldap.h
7050         * src/codeconv.c
7051         * src/codeconv.h
7052         * src/compose.c
7053         * src/compose.h
7054         * src/customheader.c
7055         * src/customheader.h
7056         * src/displayheader.c
7057         * src/displayheader.h
7058         * src/editaddress.c
7059         * src/editaddress.h
7060         * src/editbook.c
7061         * src/editbook.h
7062         * src/editgroup.c
7063         * src/editgroup.h
7064         * src/editjpilot.c
7065         * src/editjpilot.h
7066         * src/editldap.c
7067         * src/editldap.h
7068         * src/editldap_basedn.c
7069         * src/editldap_basedn.h
7070         * src/editvcard.c
7071         * src/editvcard.h
7072         * src/exphtmldlg.c
7073         * src/exphtmldlg.h
7074         * src/expldifdlg.c
7075         * src/expldifdlg.h
7076         * src/export.c
7077         * src/export.h
7078         * src/exporthtml.c
7079         * src/exporthtml.h
7080         * src/exportldif.c
7081         * src/exportldif.h
7082         * src/filtering.c
7083         * src/filtering.h
7084         * src/folder.c
7085         * src/folder.h
7086         * src/folder_item_prefs.c
7087         * src/folder_item_prefs.h
7088         * src/foldersel.c
7089         * src/foldersel.h
7090         * src/folderutils.c
7091         * src/folderutils.h
7092         * src/folderview.c
7093         * src/folderview.h
7094         * src/grouplistdialog.c
7095         * src/grouplistdialog.h
7096         * src/headerview.c
7097         * src/html.c
7098         * src/html.h
7099         * src/image_viewer.c
7100         * src/image_viewer.h
7101         * src/imap.c
7102         * src/imap.h
7103         * src/imap_gtk.c
7104         * src/imap_gtk.h
7105         * src/import.c
7106         * src/import.h
7107         * src/importldif.c
7108         * src/importldif.h
7109         * src/importmutt.c
7110         * src/importmutt.h
7111         * src/importpine.c
7112         * src/importpine.h
7113         * src/inc.c
7114         * src/inc.h
7115         * src/jpilot.c
7116         * src/jpilot.h
7117         * src/ldapctrl.c
7118         * src/ldapctrl.h
7119         * src/ldaplocate.c
7120         * src/ldaplocate.h
7121         * src/ldapquery.c
7122         * src/ldapquery.h
7123         * src/ldapserver.c
7124         * src/ldapserver.h
7125         * src/ldaputil.c
7126         * src/ldaputil.h
7127         * src/ldif.c
7128         * src/ldif.h
7129         * src/main.c
7130         * src/main.h
7131         * src/mainwindow.c
7132         * src/mainwindow.h
7133         * src/manual.c
7134         * src/manual.h
7135         * src/mbox.c
7136         * src/message_search.c
7137         * src/message_search.h
7138         * src/messageview.c
7139         * src/messageview.h
7140         * src/mh.c
7141         * src/mh.h
7142         * src/mh_gtk.c
7143         * src/mh_gtk.h
7144         * src/mimeview.c
7145         * src/mimeview.h
7146         * src/msgcache.c
7147         * src/msgcache.h
7148         * src/mutt.c
7149         * src/mutt.h
7150         * src/news.c
7151         * src/news.h
7152         * src/news_gtk.c
7153         * src/news_gtk.h
7154         * src/partial_download.c
7155         * src/partial_download.h
7156         * src/pine.c
7157         * src/pine.h
7158         * src/pop.c
7159         * src/pop.h
7160         * src/prefs_account.c
7161         * src/prefs_account.h
7162         * src/prefs_actions.c
7163         * src/prefs_actions.h
7164         * src/prefs_common.c
7165         * src/prefs_common.h
7166         * src/prefs_compose_writing.c
7167         * src/prefs_compose_writing.h
7168         * src/prefs_customheader.c
7169         * src/prefs_customheader.h
7170         * src/prefs_display_header.c
7171         * src/prefs_display_header.h
7172         * src/prefs_filtering.c
7173         * src/prefs_filtering.h
7174         * src/prefs_filtering_action.c
7175         * src/prefs_filtering_action.h
7176         * src/prefs_folder_column.c
7177         * src/prefs_folder_column.h
7178         * src/prefs_folder_item.c
7179         * src/prefs_folder_item.h
7180         * src/prefs_fonts.c
7181         * src/prefs_fonts.h
7182         * src/prefs_gtk.c
7183         * src/prefs_gtk.h
7184         * src/prefs_image_viewer.c
7185         * src/prefs_image_viewer.h
7186         * src/prefs_matcher.c
7187         * src/prefs_matcher.h
7188         * src/prefs_message.c
7189         * src/prefs_msg_colors.c
7190         * src/prefs_msg_colors.h
7191         * src/prefs_other.c
7192         * src/prefs_quote.c
7193         * src/prefs_receive.c
7194         * src/prefs_send.c
7195         * src/prefs_spelling.c
7196         * src/prefs_spelling.h
7197         * src/prefs_summaries.c
7198         * src/prefs_summaries.h
7199         * src/prefs_summary_column.c
7200         * src/prefs_summary_column.h
7201         * src/prefs_template.c
7202         * src/prefs_template.h
7203         * src/prefs_themes.c
7204         * src/prefs_themes.h
7205         * src/prefs_toolbar.c
7206         * src/prefs_toolbar.h
7207         * src/prefs_wrapping.c
7208         * src/prefs_wrapping.h
7209         * src/privacy.c
7210         * src/privacy.h
7211         * src/procheader.c
7212         * src/procheader.h
7213         * src/procmime.c
7214         * src/procmime.h
7215         * src/procmsg.c
7216         * src/procmsg.h
7217         * src/quote_fmt.c
7218         * src/quote_fmt_parse.y
7219         * src/recv.c
7220         * src/recv.h
7221         * src/remotefolder.c
7222         * src/remotefolder.h
7223         * src/send_message.c
7224         * src/send_message.h
7225         * src/setup.c
7226         * src/setup.h
7227         * src/sourcewindow.c
7228         * src/sourcewindow.h
7229         * src/ssl_manager.c
7230         * src/ssl_manager.h
7231         * src/statusbar.c
7232         * src/statusbar.h
7233         * src/stock_pixmap.c
7234         * src/stock_pixmap.h
7235         * src/summary_search.c
7236         * src/summary_search.h
7237         * src/summaryview.c
7238         * src/summaryview.h
7239         * src/textview.c
7240         * src/textview.h
7241         * src/toolbar.c
7242         * src/toolbar.h
7243         * src/undo.c
7244         * src/undo.h
7245         * src/unmime.c
7246         * src/unmime.h
7247         * src/vcard.c
7248         * src/vcard.h
7249         * src/wizard.c
7250         * src/wizard.h
7251         * src/common/base64.c
7252         * src/common/base64.h
7253         * src/common/defs.h
7254         * src/common/hooks.c
7255         * src/common/hooks.h
7256         * src/common/log.c
7257         * src/common/log.h
7258         * src/common/mgutils.c
7259         * src/common/mgutils.h
7260         * src/common/nntp.c
7261         * src/common/nntp.h
7262         * src/common/passcrypt.c
7263         * src/common/passcrypt.h.in
7264         * src/common/plugin.c
7265         * src/common/plugin.h
7266         * src/common/prefs.c
7267         * src/common/prefs.h
7268         * src/common/progressindicator.c
7269         * src/common/progressindicator.h
7270         * src/common/quoted-printable.c
7271         * src/common/quoted-printable.h
7272         * src/common/session.c
7273         * src/common/session.h
7274         * src/common/smtp.c
7275         * src/common/smtp.h
7276         * src/common/socket.c
7277         * src/common/socket.h
7278         * src/common/ssl.c
7279         * src/common/ssl.h
7280         * src/common/ssl_certificate.c
7281         * src/common/ssl_certificate.h
7282         * src/common/stringtable.c
7283         * src/common/stringtable.h
7284         * src/common/template.c
7285         * src/common/template.h
7286         * src/common/timing.h
7287         * src/common/utils.c
7288         * src/common/utils.h
7289         * src/common/version.h.in
7290         * src/common/xml.c
7291         * src/common/xml.h
7292         * src/common/xmlprops.c
7293         * src/common/xmlprops.h
7294         * src/gtk/about.c
7295         * src/gtk/colorlabel.c
7296         * src/gtk/colorsel.c
7297         * src/gtk/colorsel.h
7298         * src/gtk/combobox.c
7299         * src/gtk/combobox.h
7300         * src/gtk/description_window.c
7301         * src/gtk/description_window.h
7302         * src/gtk/filesel.c
7303         * src/gtk/filesel.h
7304         * src/gtk/foldersort.c
7305         * src/gtk/foldersort.h
7306         * src/gtk/gtksctree.c
7307         * src/gtk/gtkutils.c
7308         * src/gtk/gtkutils.h
7309         * src/gtk/inputdialog.c
7310         * src/gtk/inputdialog.h
7311         * src/gtk/logwindow.c
7312         * src/gtk/logwindow.h
7313         * src/gtk/manage_window.c
7314         * src/gtk/manage_window.h
7315         * src/gtk/menu.c
7316         * src/gtk/menu.h
7317         * src/gtk/pluginwindow.c
7318         * src/gtk/pluginwindow.h
7319         * src/gtk/prefswindow.c
7320         * src/gtk/prefswindow.h
7321         * src/gtk/progressdialog.c
7322         * src/gtk/progressdialog.h
7323         * src/gtk/sslcertwindow.c
7324         * src/gtk/sslcertwindow.h
7325         * src/plugins/bogofilter/bogofilter.c
7326         * src/plugins/bogofilter/bogofilter.h
7327         * src/plugins/bogofilter/bogofilter_gtk.c
7328         * src/plugins/clamav/clamav_plugin.c
7329         * src/plugins/clamav/clamav_plugin.h
7330         * src/plugins/clamav/clamav_plugin_gtk.c
7331         * src/plugins/demo/demo.c
7332         * src/plugins/dillo_viewer/dillo_prefs.c
7333         * src/plugins/dillo_viewer/dillo_prefs.h
7334         * src/plugins/dillo_viewer/dillo_viewer.c
7335         * src/plugins/pgpcore/passphrase.c
7336         * src/plugins/pgpcore/passphrase.h
7337         * src/plugins/pgpcore/pgp_viewer.c
7338         * src/plugins/pgpcore/pgp_viewer.h
7339         * src/plugins/pgpcore/plugin.c
7340         * src/plugins/pgpcore/select-keys.c
7341         * src/plugins/pgpcore/select-keys.h
7342         * src/plugins/pgpcore/sgpgme.c
7343         * src/plugins/pgpcore/sgpgme.h
7344         * src/plugins/pgpinline/pgpinline.c
7345         * src/plugins/pgpinline/pgpinline.h
7346         * src/plugins/pgpinline/plugin.c
7347         * src/plugins/pgpmime/pgpmime.c
7348         * src/plugins/pgpmime/pgpmime.h
7349         * src/plugins/pgpmime/plugin.c
7350         * src/plugins/spamassassin/spamassassin.c
7351         * src/plugins/spamassassin/spamassassin.h
7352         * src/plugins/spamassassin/spamassassin_gtk.c
7353         * src/plugins/trayicon/trayicon.c
7354                 it's 2007, update the year in the copyright headers
7355
7356 2007-01-03 [paul]       2.6.1cvs95
7357
7358         * src/gtk/about.c
7359                 it is 2007, use it in the copyright string
7360
7361 2007-01-03 [paul]       2.6.1cvs94
7362
7363         * src/html.c
7364                 html entity conversion:
7365                 move &#153; to a more suitable place
7366                 add &bull; and &ndash;
7367                 make sure &mdash; and &#8212; are both
7368                 converted the same
7369
7370 2007-01-02 [colin]      2.6.1cvs93
7371
7372         * src/addrbook.c
7373                 Fix leak
7374         * src/common/plugin.c
7375                 Add comment
7376         * src/etpan/imap-thread.c
7377                 Fix warning
7378
7379 2006-12-31 [paul]       2.6.1cvs92
7380
7381         * src/prefs_summaries.c
7382                 use gtk_button_new_from_stock()
7383
7384 2006-12-30 [colin]      2.6.1cvs91
7385
7386         * src/folder.c
7387         * src/imap_gtk.c
7388         * src/mh_gtk.c
7389                 Don't update filtering and account paths 
7390                 when copying folders
7391
7392 2006-12-30 [colin]      2.6.1cvs90
7393
7394         * src/prefs_compose_writing.c
7395         * src/prefs_quote.c
7396         * src/prefs_template.c
7397                 Use message font for Writing and 
7398                 Quoting prefs, as well as Templates.
7399
7400 2006-12-30 [colin]      2.6.1cvs89
7401
7402         * src/prefs_summaries.c
7403                 Rework GUI; patch by Pawel
7404
7405 2006-12-29 [colin]      2.6.1cvs88
7406
7407         * src/prefs_folder_item.c
7408                 Fix bug 1085, 'Apply to subfolder 
7409                 doesn't work' - I was mistaken saying
7410                 it worked in every case
7411
7412 2006-12-28 [colin]      2.6.1cvs87
7413
7414         * src/gtk/gtkaspell.c
7415                 Don't assert if use_alternate is true
7416                 and alt_dictionary isn't set -- this 
7417                 is what happens on upgrade! Rather,
7418                 do with it.
7419
7420 2006-12-28 [colin]      2.6.1cvs86
7421
7422         * Makefile.am
7423                 Fix desktop/icon simplification
7424
7425 2006-12-28 [colin]      2.6.1cvs85
7426
7427         * Makefile.am
7428                 Make desktop and icon not 
7429                 dependant on the desktop
7430
7431 2006-12-28 [wwp]        2.6.1cvs84
7432
7433         * src/plugins/pgpmime/claws.def
7434                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7435
7436 2006-12-28 [wwp]        2.6.1cvs83
7437
7438         * src/prefs_folder_item.c
7439                 Fix coloring of "simplify subject regexp" (folder prefs),
7440                 which might be left to red whereas the regexp gets empty.
7441
7442 2006-12-28 [wwp]        2.6.1cvs82
7443
7444         * src/prefs_common.c
7445         * src/prefs_common.h
7446         * src/addressbook.c
7447         * src/addressitem.h
7448                 Save addressbook mainwindow's horizontal and vertical splitter position.
7449
7450 2006-12-27 [wwp]        2.6.1cvs81
7451
7452         * src/gtk/gtkaspell.c
7453         * src/gtk/gtkaspell.h
7454         * src/compose.c
7455                 Fix assignment of compose's default and alternate dictionary from
7456                 account or folder settings. Now gtkaspell_change_dict does rotate
7457                 dicts only when it's called from a menu cb.
7458
7459 2006-12-27 [wwp]        2.6.1cvs80
7460
7461         * src/folder_item_prefs.c
7462                 Fix randomly initialized default-alt-dictionary (folder prefs),
7463                 complete 2.6.1cvs72.
7464
7465 2006-12-27 [paul]       2.6.1cvs79
7466
7467         * src/imap_gtk.c
7468         * src/mh_gtk.c
7469                 Add Copy folder in the folder's contextual
7470                 menu
7471
7472 2006-12-27 [wwp]        2.6.1cvs78
7473
7474         * src/imap.c
7475                 Clean up session locking, thanks to Colin.
7476
7477 2006-12-26 [colin]      2.6.1cvs77
7478
7479         * src/statusbar.c
7480                 Revert previous patch
7481
7482 2006-12-26 [colin]      2.6.1cvs76
7483
7484         * src/folder.c
7485         * src/folderview.c
7486         * src/imap.c
7487         * src/statusbar.c
7488         * src/etpan/imap-thread.c
7489                 Fix previous commit warnings
7490                 Make statusbar update every second if total < 20
7491                 Make IMAP APPEND faster by simplifying log              
7492
7493 2006-12-26 [colin]      2.6.1cvs75
7494
7495         * src/folder.c
7496         * src/folder.h
7497         * src/folderview.c
7498         * src/folderview.h
7499         * src/imap_gtk.c
7500         * src/mh_gtk.c
7501                 Make it possible to copy folders accross
7502                 mailboxes (this was an arbitrary limitation).
7503                 Still make it impossible to move folders 
7504                 accross mailboxes.
7505
7506 2006-12-26 [colin]      2.6.1cvs74
7507
7508         * src/etpan/imap-thread.c
7509                 Fix bug 1081, 'claws-mail 
7510                 segfaults when going offline 
7511                 while it transfers mails via 
7512                 imap'
7513
7514 2006-12-26 [colin]      2.6.1cvs73
7515
7516         * src/folder_item_prefs.c
7517                 Don't forget alt dictionary when
7518                 renaming/moving folders
7519
7520 2006-12-26 [wwp]        2.6.1cvs72
7521
7522         * src/folder_item_prefs.c
7523                 Add missing defaults for per-folder alt dict
7524                 (forgotten in 2.6.1cvs61).
7525
7526 2006-12-26 [colin]      2.6.1cvs71
7527
7528         * src/wizard.c
7529                 Add tooltip to state that specifying
7530                 full path to mailbox is possible
7531
7532 2006-12-26 [wwp]        2.6.1cvs70
7533
7534         * src/partial_download.c
7535         * src/gtk/gtkvscrollbutton.c
7536         * src/plugins/pgpinline/plugin.c
7537                 Fix for few compiler warnings that matter.
7538
7539 2006-12-25 [colin]      2.6.1cvs69
7540
7541         * src/partial_download.c
7542                 Fix marking for download or deletion
7543                 when the header isn't the first
7544         * src/gtk/logwindow.c
7545                 Fix start of scrolling
7546
7547 2006-12-23 [paul]       2.6.1cvs68
7548
7549         * src/compose.c
7550                 change last commit to use the 'academic'
7551                 method instead. Thanks to wwp
7552
7553 2006-12-23 [paul]       2.6.1cvs67
7554
7555         * src/compose.c
7556                 don't warn about empty subject when
7557                 redirecting
7558
7559 2006-12-22 [colin]      2.6.1cvs66
7560
7561         * src/summary_search.c
7562                 Fix previous patch
7563
7564 2006-12-22 [colin]      2.6.1cvs65
7565
7566         * src/gtk/gtkutils.c
7567         * src/imap.c
7568         * src/jpilot.c
7569         * src/summary_search.c
7570                 A few warning fixes
7571
7572 2006-12-23 [paul]       
7573
7574         2.7.0-rc2 released
7575
7576 2006-12-22 [colin]      2.6.1cvs64
7577
7578         * src/toolbar.c
7579         * src/toolbar.h
7580                 Add a combo to the learn spam button
7581         * src/plugins/bogofilter/bogofilter.c
7582         * src/plugins/bogofilter/bogofilter_gtk.c
7583         * src/plugins/bogofilter/bogofilter.h
7584                 Allow to store Unsure mails in a specific
7585                 folder to make better teaching easier
7586
7587 2006-12-21 [wwp]        2.6.1cvs63
7588
7589         * src/compose.c
7590         * src/prefs_common.c
7591         * src/prefs_common.h
7592         * src/prefs_spelling.c
7593         * src/gtk/gtkaspell.c
7594         * src/gtk/gtkaspell.h
7595                 Allow spell-checking using both current and alternate dictionaries
7596                 (thanks to Colin).
7597
7598 2006-12-21 [wwp]        2.6.1cvs62
7599
7600         * src/gtk/gtkaspell.c
7601                 Apply recheck_when_changing_dict (highlight all mispelled words)
7602                 when switching to alternate dictionary.
7603
7604 2006-12-21 [wwp]        2.6.1cvs61
7605
7606         * src/compose.c
7607         * src/folder_item_prefs.h
7608         * src/prefs_common.c
7609         * src/prefs_common.h
7610         * src/prefs_folder_item.c
7611         * src/prefs_spelling.c
7612         * src/gtk/gtkaspell.c
7613         * src/gtk/gtkaspell.h
7614                 Add global and per-folder prefs to set the default
7615                 alternate dictionary.
7616
7617 2006-12-21 [colin]      2.6.1cvs60
7618
7619         * src/folder.c
7620                 Look for folders by path in all folders
7621         * src/html.c
7622                 add &mdash;
7623
7624 2006-12-20 [colin]      2.6.1cvs59
7625
7626         * src/gtk/quicksearch.c
7627                 Make sure in_typing is false when clearing
7628
7629 2006-12-20 [wwp]        2.6.1cvs58
7630
7631         * configure.ac
7632                 change manual's target dir to be LFH-compliant (thanks to Colin).
7633
7634 2006-12-20 [wwp]        2.6.1cvs57
7635
7636         * src/prefs_common.c
7637         * src/prefs_summaries.c
7638                 i18n fix and factorize patch, thanks to Fabien.
7639
7640 2006-12-20 [paul]       2.6.1cvs56
7641
7642         * configure.ac
7643                 last of the renaming (??)
7644         * src/main.c
7645                 correct --help info of --status-full
7646         * src/plugins/bogofilter/bogofilter.c
7647                 make FALSE default of whitelist_ab
7648
7649 2006-12-19 [colin]      2.6.1cvs55
7650
7651         * src/jpilot.c
7652                 Same as before, without depending on
7653                 pisock >= 0.12
7654
7655 2006-12-19 [colin]      2.6.1cvs54
7656
7657         * src/jpilot.c
7658                 Fix bug 1059, 'Better jpilot charset 
7659                 handling'. Use libpisync's charset conversion
7660                 if possible
7661
7662 2006-12-19 [colin]      2.6.1cvs53
7663
7664         * po/fr.po
7665                 Updated by Fabien
7666
7667 2006-12-19 [wwp]        2.6.1cvs52
7668
7669         * src/gtk/about.c
7670                 Add missing #include (thanks to Colin).
7671
7672 2006-12-19 [wwp]        2.6.1cvs51
7673
7674         * src/prefs_receive.c
7675                 Better spacing between widgets in prefs.
7676
7677 2006-12-18 [colin]      2.6.1cvs50
7678
7679         * src/imap.c
7680                 Fix failure to get separator on LIST "" ""
7681                 Try LIST "" "INBOX" too.
7682
7683 2006-12-18 [wwp]        2.6.1cvs49
7684
7685         * src/common/session.c
7686                 Fix a compiler warning (thanks to Fabien).
7687
7688 2006-12-18 [wwp]        2.6.1cvs48
7689
7690         * src/compose.c
7691         * src/prefs_quote.c
7692                 Factorize some strings for translation (it's about error
7693                 messages when applying or checking template/quote format).
7694
7695 2006-12-18 [colin]      2.6.1cvs47
7696
7697         * Makefile.am
7698         * src/common/defs.h
7699         * src/gtk/Makefile.am
7700         * src/gtk/about.c
7701                 Add a Release notes tab from the contents of
7702                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7703
7704 2006-12-17 [colin]      2.6.1cvs46
7705
7706         * src/mimeview.c
7707         * src/textview.c
7708         * src/gtk/filesel.c
7709                 Correctly convert from/to UTF8/filename encoding
7710                 when loading and saving files. Probably fixes
7711                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7712                 for a file to attach and is blocked...'
7713
7714 2006-12-17 [colin]      2.6.1cvs45
7715
7716         * src/gtk/logwindow.c
7717                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7718                 IMAP folder and is blocked on main thread': 
7719                 make sure we put utf8 in the log.
7720
7721 2006-12-16 [colin]      2.6.1cvs44
7722
7723         * src/toolbar.c
7724         * src/toolbar.h
7725                 Fix bug 1055, 'Add the 'cancel receive' 
7726                 in the available events for the toolbar buttons'
7727
7728 2006-12-16 [colin]      2.6.1cvs43
7729
7730         * po/POTFILES.in
7731         * src/imap.c
7732         * src/common/nntp.c
7733         * src/common/session.c
7734                 Log error when SSL handshakes fail. 
7735                 Fixes bug 1082, 'incorrect / imprecise 
7736                 error message when imap server provides 
7737                 ssl only through STARTTLS but SSL is 
7738                 selected'
7739
7740 2006-12-15 [wwp]        2.6.1cvs42
7741
7742         * src/plugins/bogofilter/bogofilter_gtk.c
7743                 set proper sensitivity to widgets I've recently added.
7744
7745 2006-12-15 [colin]      
7746
7747         2.7.0-rc1 released
7748
7749 2006-12-15 [wwp]        2.6.1cvs41
7750
7751         * src/plugins/bogofilter/bogofilter.c
7752         * src/plugins/bogofilter/bogofilter.h
7753         * src/plugins/bogofilter/bogofilter_gtk.c
7754                 bogofilter's whitelist can now use a subset of
7755                 the addressbook (either a book, a subfolder of a book,
7756                 or the whole addressbook by using "Any"). Re-used there
7757                 some pref_matcher widgets and mechanisms to match a subset
7758                 of the addressbook.
7759
7760 2006-12-15 [wwp]        2.6.1cvs40
7761
7762         * src/wizard.c
7763         * src/common/plugin.c
7764         * src/common/plugin.h
7765         * src/gtk/about.c
7766         * src/plugins/bogofilter/bogofilter.c
7767         * src/plugins/clamav/clamav_plugin.c
7768         * src/plugins/demo/demo.c
7769         * src/plugins/dillo_viewer/dillo_viewer.c
7770         * src/plugins/pgpcore/plugin.c
7771         * src/plugins/pgpinline/plugin.c
7772         * src/plugins/pgpmime/plugin.c
7773         * src/plugins/spamassassin/spamassassin.c
7774         * src/plugins/trayicon/trayicon.c
7775                 factorize some translatable strings (plugins-related),
7776                 fix missing punctuation in several places,
7777                 remove useless translatable \n in about.c,
7778                 and factorize plugin init code w/ a new function
7779                 check_plugin_version() in common/plugin.c.
7780                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7781
7782 2006-12-15 [wwp]        2.6.1cvs39
7783
7784         * src/plugins/bogofilter/bogofilter.c
7785         * src/plugins/bogofilter/bogofilter_gtk.c
7786                 flag whitelisted spams as spam, but don't filter it to the spam
7787                 folder. Thanks to Colin.
7788
7789 2006-12-15 [ticho]      2.6.1cvs38
7790
7791         * src/plugins/bogofilter/bogofilter.c
7792         * src/plugins/bogofilter/bogofilter.h
7793         * src/plugins/bogofilter/bogofilter_gtk.c
7794                 Add option to whitelist senders found in addressbook. Patch by colin.
7795
7796 2006-12-15 [paul]       2.6.1cvs37
7797
7798         * src/folderview.c
7799                 add missing #include "log.h"
7800
7801 2006-12-15 [paul]       2.6.1cvs36
7802
7803         * src/plugins/bogofilter/bogofilter.c
7804         * src/plugins/bogofilter/bogofilter.h
7805         * src/plugins/bogofilter/bogofilter_gtk.c
7806                 Add an option to allow inserting an
7807                 X-Claws-Bogosity header (on MH folders
7808                 only). Patch by Colin
7809
7810 2006-12-14 [colin]      2.6.1cvs35
7811
7812         * src/main.c
7813                 "Yes" should be the default choice for
7814                 migration configuration
7815
7816 2006-12-14 [paul]       2.6.1cvs34
7817
7818         * src/prefs_summaries.c
7819         * manual/advanced.xml
7820                 Unhide mark_as_read_delay
7821
7822 2006-12-14 [paul]       2.6.1cvs33
7823
7824         * src/messageview.c
7825         * src/messageview.h
7826         * src/mimeview.c
7827         * src/mimeview.h
7828         * src/summaryview.c
7829         * src/textview.c
7830         * src/textview.h
7831                 Fix printing of selection
7832                 Fix printing of message parts
7833                 Fix printing of images
7834         * src/gtk/gtksourceprintjob.c
7835                 Fix page count when there are images
7836
7837 2006-12-14 [wwp]        2.6.1cvs32
7838
7839         * src/mainwindow.c
7840         * src/summaryview.c
7841         * src/summaryview.h
7842         * src/gtk/quicksearch.c
7843                 fix quicksearch 'magnify' button status when QS is closed
7844                 using the Escape key, thanks to Colin.
7845
7846 2006-12-14 [wwp]        2.6.1cvs31
7847
7848         * src/mainwindow.c
7849         * src/summaryview.c
7850         * src/summaryview.h
7851         * src/gtk/quicksearch.c
7852                 fix quicksearch 'magnify' button status when QS is closed
7853                 using the Escape key, thanks to Colin.
7854
7855 2006-12-13 [colin]      2.6.1cvs30
7856
7857         * src/ldapquery.c
7858         * src/ldaputil.c
7859                 Use the binary safe version of ldap_get_values,
7860                 to make sure we manipulate null-terminated 
7861                 strings. Maybe fixes bug 1075, 'claws mail 
7862                 segfault when completing ldap adresses'
7863         * src/syldap.c ** REMOVED **
7864         * src/syldap.h ** REMOVED **
7865                 Remove dead files
7866
7867 2006-12-13 [mones]      2.6.1cvs29
7868
7869         * po/es.po
7870                 Fixed piped strings, fixed click translation
7871
7872 2006-12-13 [paul]       2.6.1cvs28
7873
7874         * src/main.c
7875                 don't translate these strings
7876
7877 2006-12-13 [paul]       2.6.1cvs27
7878
7879         * po/en_GB.po
7880                 updated
7881
7882 2006-12-13 [colin]      2.6.1cvs26
7883
7884         * src/main.c
7885         * src/main.h
7886                 Add claws_is_starting()
7887
7888 2006-12-13 [mones]      2.6.1cvs25
7889
7890         * manual/es/advanced.xml
7891         * po/es.po
7892                 Synced manual and updated translation
7893
7894 2006-12-12 [colin]      2.6.1cvs24
7895
7896         * src/wizard.c
7897                 Add an option to use STARTTLS in the
7898                 welcome wizard. Fixes bug 1080, 
7899                 'Using SSL option in wizard for incoming 
7900                 server does not activate SSL with STARTTLS'
7901
7902 2006-12-12 [colin]      2.6.1cvs23
7903
7904         * src/main.c
7905                 Don't exit when there's an incomplete
7906                 mailbox configured - leaves a chance 
7907                 to fix a failing IMAP account. Exit
7908                 if no mailbox at all is loaded (case
7909                 of missing plugin).
7910                 Completes bug 1077's fix (I was wrong
7911                 in this bug's comment #3).
7912
7913 2006-12-12 [colin]      2.6.1cvs22
7914
7915         * src/gtk/menu.h
7916                 Add another menu data type
7917         * src/prefs_account.c
7918                 Complete the completion of bug 1076
7919                 (doesn't lose the pref on apply)
7920
7921 2006-12-12 [paul]       2.6.1cvs21
7922
7923         * src/prefs_account.c
7924                 complete the fix of bug 1076
7925                 also be more verbose with the text
7926
7927 2006-12-12 [paul]       2.6.1cvs20
7928
7929         * src/gtk/combobox.c
7930                 fix compilation warning
7931
7932 2006-12-11 [colin]      2.6.1cvs19
7933
7934         * src/wizard.c
7935                 Document :port in server entry tooltips
7936
7937 2006-12-11 [colin]      2.6.1cvs18
7938
7939         * src/main.c
7940                 Fix compile
7941
7942 2006-12-11 [colin]      2.6.1cvs17
7943
7944         * src/main.c
7945                 Add failing IMAP as a reason for no
7946                 mailbox
7947
7948 2006-12-11 [colin]      2.6.1cvs16
7949
7950         * src/prefs_account.c
7951                 Check for existence of inbox for local
7952                 accounts too
7953         * src/wizard.c
7954                 Allow setting the port to use for servers
7955                 by using the usual "server.example.com:port"
7956                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7957                 not start when IMAP server is unavailable'
7958
7959 2006-12-11 [colin]      2.6.1cvs15
7960
7961         * src/prefs_account.c
7962                 Prevent use of non-existing default inbox
7963
7964 2006-12-11 [colin]      2.6.1cvs14
7965
7966         * src/prefs_account.c
7967                 Fix sensitivity. Fixes bug 1076, 'privacy 
7968                 options are displayed even when pgp plugin 
7969                 not loaded / available'
7970
7971 2006-12-09 [colin]      2.6.1cvs13
7972
7973         * manual/advanced.xml
7974         * src/prefs_common.c
7975         * src/prefs_common.h
7976         * src/common/ssl_certificate.c
7977                 Add a new hidden preference, 'unsafe_ssl_certs',
7978                 which allows to store multiple certificates per
7979                 server/port. This is disabled by default because
7980                 it's less secure (presenting a new certificate
7981                 instead of a changed one raises less alarms).
7982                 This will cause Claws to ask about an unknown
7983                 certificate for people who have used 2.6.1cvs8
7984                 or greater.
7985
7986 2006-12-09 [colin]      2.6.1cvs12
7987
7988         * src/action.c
7989                 Fix cache updating after action
7990
7991 2006-12-07 [wwp]        2.6.1cvs11
7992
7993         * src/compose.c
7994                 fix email address comparison when replying to all
7995                 (avoid replying to ourselves), thanks to Colin.
7996
7997 2006-12-06 [paul]       2.6.1cvs10
7998
7999         * src/addrharvest.c
8000         * src/editldap.c
8001         * src/expldifdlg.c
8002         * src/news.c
8003         * src/toolbar.c
8004         * src/common/utils.c
8005                 ...and more renaming
8006                 Thanks to Colin
8007
8008 2006-12-06 [paul]       2.6.1cvs9
8009
8010         * src/compose.c
8011         * src/messageview.c
8012         * src/procheader.c
8013         * src/procmime.c
8014         * src/procmsg.c
8015         * src/textview.c
8016                 more renaming
8017                 Thanks to Colin
8018
8019 2006-12-06 [colin]      2.6.1cvs8
8020
8021         * src/ssl_manager.c
8022         * src/common/ssl_certificate.c
8023         * src/common/ssl_certificate.h
8024                 Handle multiple certificates per host/port
8025
8026 2006-12-06 [colin]      2.6.1cvs7
8027
8028         * src/etpan/imap-thread.c
8029                 Fix certificate checking on IMAP
8030
8031 2006-12-06 [colin]      2.6.1cvs6
8032
8033         * src/folderview.c
8034                 Fix bug 1072, 'Claws stops fetching newsgroups 
8035                 from server when newsgroup got deleted': continue
8036                 checking other groups
8037
8038 2006-12-05 [wwp]        2.6.1cvs5
8039
8040         * src/message_search.c
8041         * src/summary_search.c
8042         * src/gtk/combobox.c
8043         * src/gtk/combobox.h
8044         * src/gtk/gtkutils.c
8045         * src/gtk/gtkutils.h
8046                 make up and down arrow keys in modern gtk_combo_box_entry widgets
8047                 behave like w/ old comboboxes (summary and message search only).
8048
8049 2006-12-05 [paul]       2.6.1cvs4
8050
8051         * src/wizard.c
8052                 encode headers
8053                 Thanks to Colin
8054
8055 2006-12-05 [paul]       2.6.1cvs3
8056
8057         * tools/README
8058         * tools/textviewer.pl
8059                 script updated and description added
8060
8061 2006-12-04 [colin]      2.6.1cvs2
8062
8063         * src/compose.c
8064                 Run pre-send hook only when checking
8065                 everything
8066
8067 2006-12-04 [paul]       2.6.1cvs1
8068
8069         * NEWS
8070         * README
8071         * RELEASE_NOTES
8072         * configure.ac
8073         * tools/README
8074                 bump up version number following stable release
8075
8076 2006-12-04 [paul]       2.6.0cvs83
8077
8078         * README
8079                 updates and corrections
8080
8081 2006-12-04 [colin]      2.6.0cvs82
8082
8083         * src/common/utils.c
8084                 Probably fix bug 1066, 'Incorrect mailbox 
8085                 size displayed'
8086
8087 2006-12-04 [colin]      2.6.0cvs81
8088
8089         * src/common/utils.c
8090                 Trim tabs from mailcap file too.
8091
8092 2006-12-02 [paul]       2.6.0cvs80
8093
8094         * src/exphtmldlg.c
8095                 fix broken GUI under certain languages
8096         * src/expldifdlg.c
8097                 put the Cancel button to the right
8098
8099 2006-12-01 [paul]       2.6.0cvs79
8100
8101         * tools/Makefile.am
8102                 remove reference to removed file
8103
8104 2006-12-01 [wwp]        2.6.0cvs78
8105
8106         * src/addressbook.c
8107         * src/editaddress.c
8108                 remove forgotten debug statements.
8109
8110 2006-12-01 [wwp]        2.6.0cvs77
8111
8112         * manual/advanced.xml
8113         * manual/fr/advanced.xml
8114         * src/addressbook.c
8115         * src/addressbook.h
8116         * src/addressitem.h
8117         * src/editaddress.c
8118         * src/editaddress.h
8119         * src/prefs_common.c
8120         * src/prefs_common.h
8121         * src/gtk/gtkutils.c
8122         * src/gtk/gtkutils.h
8123                 add a hidden option to allow embedding the editaddress (edit contact details)
8124                 dialog into the addressbook's window. This doesn't change the default
8125                 behaviour.
8126
8127 2006-12-01 [wwp]        2.6.0cvs76
8128
8129         * src/message_search.c
8130         * src/summary_search.c
8131                 fix more focus issues (don't set focus to combobox's entry widget when
8132                 entry's value changed, if entry widget has focus already).
8133
8134 2006-12-01 [wwp]        2.6.0cvs75
8135
8136         * src/gtk/quicksearch.c
8137                 revert last changes to the quicksearch gtk_combo_box, this needs more
8138                 tuning and testing.
8139
8140 2006-12-01 [paul]       2.6.0cvs74
8141
8142         * tools/kdeservicemenu/README
8143         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8144         * tools/kdeservicemenu/install.sh
8145         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8146         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8147                 simplify this stuff, and in so doing,
8148                 fix it. (possibly re-extend it again at
8149                 a later date)
8150
8151 2006-12-01 [wwp]        2.6.0cvs73
8152
8153         * src/gtk/quicksearch.c
8154                 adapt quicksearch code to use modern gtk_combo_box'es.
8155
8156 2006-12-01 [wwp]        2.6.0cvs72
8157
8158         * src/common/defs.h
8159         * src/prefs_common.c
8160         * src/prefs_common.h
8161         * src/message_search.c
8162         * src/summary_search.c
8163         * src/gtk/combobox.c
8164         * src/gtk/combobox.h
8165                 add history combos to all message and summary search fields.
8166
8167 2006-12-01 [wwp]        2.6.0cvs71
8168
8169         * src/summaryview.c
8170                 As the list may change while the mark as read delay
8171                 runs, we can't rely on the 'row' pointer, which can
8172                 be invalid when the timeout is called. As the mark
8173                 as read is only done if the message is still selected,
8174                 use summaryview->selected instead. Thanks to Colin.
8175
8176 2006-11-30 [paul]       2.6.0cvs70
8177
8178         * src/textview.c
8179                 give emphasis to "Sylpheed-Claws"
8180                 as well as "Claws Mail"
8181
8182 2006-11-30 [colin]      2.6.0cvs69
8183
8184         * src/wizard.c
8185                 Put the SSL checkboxes in the receiving
8186                 and sending server pages.
8187
8188 2006-11-29 [colin]      2.6.0cvs68
8189
8190         * src/gtk/gtkutils.c
8191         * src/gtk/gtkvscrollbutton.c
8192                 Revert some deprecated fixes - they seem to
8193                 deprecate stuff as soon as a new one gets out.
8194                 g_object_ref_sink needed glib-2.10.
8195
8196 2006-11-29 [colin]      2.6.0cvs67
8197
8198         * src/common/utils.c
8199                 Create .mailcap if it doesn't exist
8200
8201 2006-11-29 [colin]      2.6.0cvs66
8202
8203         * src/compose.c
8204                 Followup to cvs60: use original list
8205                 of recipients if replying to a mail
8206                 in Sent Drafts or Queue.
8207
8208 2006-11-27 [paul]       2.6.0cvs65
8209
8210         * src/image_viewer.c
8211                 revert the last change for now (it's broken)
8212
8213 2006-11-27 [paul]       2.6.0cvs64
8214
8215         * Makefile.am
8216         * configure.ac
8217         * m4/aclocal-include.m4
8218         * m4/check-type.m4
8219         * src/Makefile.am
8220         * src/addr_compl.c
8221         * src/compose.c
8222         * src/crash.c
8223         * src/export.c
8224         * src/exporthtml.c
8225         * src/exportldif.c
8226         * src/imap.c
8227         * src/import.c
8228         * src/main.c
8229         * src/main.h
8230         * src/matcher.c
8231         * src/mimeview.c
8232         * src/procmsg.c
8233         * src/textview.c
8234         * src/common/Makefile.am
8235         * src/common/claws.c
8236         * src/common/claws.h
8237         * src/common/ssl.c
8238         * src/common/sylpheed.c
8239         * src/common/sylpheed.h
8240         * src/etpan/Makefile.am
8241         * src/gtk/Makefile.am
8242         * src/gtk/claws-marshal.list
8243         * src/gtk/filesel.c
8244         * src/gtk/gtksctree.c
8245         * src/gtk/quicksearch.c
8246         * src/gtk/sylpheed-marshal.list
8247         * src/plugins/bogofilter/bogofilter.c
8248         * src/plugins/bogofilter/bogofilter_gtk.c
8249         * src/plugins/clamav/clamav_plugin.c
8250         * src/plugins/clamav/clamav_plugin_gtk.c
8251         * src/plugins/demo/demo.c
8252         * src/plugins/dillo_viewer/dillo_viewer.c
8253         * src/plugins/pgpcore/Makefile.am
8254         * src/plugins/pgpcore/claws.def
8255         * src/plugins/pgpcore/pgp_viewer.c
8256         * src/plugins/pgpcore/plugin.c
8257         * src/plugins/pgpcore/sylpheed.def
8258         * src/plugins/pgpinline/Makefile.am
8259         * src/plugins/pgpinline/claws.def
8260         * src/plugins/pgpinline/plugin.c
8261         * src/plugins/pgpinline/sylpheed.def
8262         * src/plugins/pgpmime/Makefile.am
8263         * src/plugins/pgpmime/claws.def
8264         * src/plugins/pgpmime/plugin.c
8265         * src/plugins/pgpmime/sylpheed.def
8266         * src/plugins/spamassassin/spamassassin.c
8267         * src/plugins/spamassassin/spamassassin_gtk.c
8268         * src/plugins/trayicon/trayicon.c
8269                 yet more renaming
8270                 remove deprecated gtk_tooltips_set_delay()
8271
8272 2006-11-26 [paul]       2.6.0cvs63
8273
8274         * src/expldifdlg.c
8275         * src/folderview.c
8276         * src/image_viewer.c
8277         * src/mainwindow.c
8278         * src/gtk/gtkutils.c
8279         * src/gtk/gtkvscrollbutton.c
8280         * src/gtk/prefswindow.c
8281         * src/plugins/pgpcore/prefs_gpg.c
8282                 replace more deprecated GTK+ functions
8283
8284 2006-11-26 [paul]       2.6.0cvs62
8285
8286         * src/addr_compl.c
8287         * src/addressbook.c
8288         * src/browseldap.c
8289                 replace deprecated gtk_idle_... functions
8290
8291 2006-11-26 [paul]       2.6.0cvs61
8292
8293         * src/compose.c
8294         * src/folderview.c
8295         * src/inc.c
8296         * src/summaryview.c
8297         * src/gtk/gtkvscrollbutton.c
8298         * src/gtk/quicksearch.c
8299         * src/plugins/pgpcore/passphrase.c
8300                 replace deprecated gtk_timeout_add and
8301                 gtk_timeout_remove
8302
8303 2006-11-26 [paul]       2.6.0cvs60
8304
8305         * src/compose.c
8306                 fix bug that caused the wrong recipient
8307                 to be selected when replying to a msg
8308                 which is From one of our accounts to
8309                 another of our accounts
8310
8311 2006-11-25 [paul]       2.6.0cvs59
8312
8313         * src/summaryview.c
8314                 don't change the From column title to
8315                 To if the To column is visible
8316
8317 2006-11-24 [paul]       2.6.0cvs58
8318
8319         * src/compose.c
8320                 fix bug 1069, 'Sent mails disappear, BCC
8321                 or locking problem?'
8322
8323 2006-11-21 [wwp]        2.6.0cvs57
8324
8325         * src/compose.c
8326                 fix spelling menu when replying (same as 2.3.1cvs39):
8327                 discrepancy between context menu and top menu when
8328                 folder's dictionary isn't the default one.
8329
8330 2006-11-19 [paul]       2.6.0cvs56
8331
8332         * src/summaryview.c
8333                 obey always_show_msg option when
8334                 marking as spam
8335         * src/plugins/bogofilter/bogofilter.c
8336                 fix typo
8337
8338 2006-11-18 [paul]       2.6.0cvs55
8339
8340         * AUTHORS
8341         * README
8342         * debian/copyright
8343         * manual/ack.xml
8344         * manual/es/ack.xml
8345         * manual/fr/ack.xml
8346         * manual/pl/ack.xml
8347         * src/gtk/authors.h
8348         * src/gtk/icon_legend.c
8349         * src/gtk/icon_legend.h
8350         * tools/OOo2claws-mail.pl
8351         * tools/README
8352         * tools/acroread2claws-mail.pl
8353         * tools/claws.i18n.status.pl
8354         * tools/filter_conv.pl
8355         * tools/filter_conv_new.pl
8356         * tools/freshmeat_search.pl
8357         * tools/google_search.pl
8358         * tools/kmail2claws-mail.pl
8359         * tools/kmail2claws-mail_v2.pl
8360         * tools/maildir2claws-mail.pl
8361         * tools/make.themes.project
8362         * tools/multiwebsearch.pl
8363         * tools/outlook2claws-mail.pl
8364         * tools/tb2claws-mail
8365         * tools/kdeservicemenu/README
8366         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8367                 update mine and wwp's email addresses in
8368                 several places
8369                 Patch by wwp
8370         * src/prefs_compose_writing.c
8371                 set sensitivity on 'new message format' frame
8372
8373 2006-11-17 [paul]       2.6.0cvs54
8374
8375         * src/gtk/about.c
8376                 more reworking of the GUI
8377                 Patch by Fabien Vantard
8378
8379 2006-11-16 [paul]       2.6.0cvs53
8380
8381         * src/gtk/about.c
8382                 set a minimum size for the window, allow
8383                 it to automatically expand as necessary
8384
8385 2006-11-16 [wwp]        2.6.0cvs52
8386
8387         * src/gtk/about.c
8388                 better wrap of copyright info on some systems.
8389
8390 2006-11-16 [paul]       2.6.0cvs51
8391
8392         * src/gtk/about.c
8393                 move the tech info from the upper panel
8394                 to the Info tab
8395                 use a gtk_text_view for the features tab
8396
8397 2006-11-16 [paul]       2.6.0cvs50
8398
8399         * po/Makevars
8400                 update my email address
8401         * src/addressbook.c
8402         * src/compose.c
8403         * src/imap_gtk.c
8404         * src/mh_gtk.c
8405         * src/news_gtk.c
8406         * src/summaryview.c
8407         * src/plugins/trayicon/trayicon.c
8408                 don't offer simple menu separators
8409                 for translation
8410         * src/folderview.c
8411                 add separator between 'mark all read'
8412                 and 'search folder'
8413
8414 2006-11-15 [wwp]        2.6.0cvs49
8415
8416         * src/gtk/authors.h
8417                 updated manuals authors.
8418
8419 2006-11-14 [paul]       2.6.0cvs48
8420
8421         * src/compose.c
8422                 Fix Options/Reply mode after draft save
8423
8424 2006-11-14 [paul]       2.6.0cvs47
8425
8426         * src/Makefile.am
8427                 Fix make DESTDIR=...
8428         * src/mbox.c
8429                 Optimise speed
8430         * src/plugins/pgpinline/pgpinline.c
8431                 Probably fix bug 1061
8432
8433 2006-11-14 [paul]       2.6.0cvs46
8434
8435         * po/Makevars
8436                 enable Q_ macro
8437         * src/Makefile.am
8438         * src/stock_pixmap.c
8439         * src/stock_pixmap.h
8440         * src/gtk/about.c
8441         * src/pixmaps/active.xpm
8442         * src/pixmaps/inactive.xpm
8443                 add a new page, 'Features', to the About dialog
8444                 showing which features are compiled in and which
8445                 are not
8446
8447 2006-11-14 [paul]       2.6.0cvs45
8448
8449         * po/ru.po
8450                 updated by Pavlo Bohmat
8451
8452 2006-11-14 [colin]      2.6.0cvs44
8453
8454         * src/compose.c
8455         * src/inc.c
8456         * src/messageview.c
8457         * src/news.c
8458         * src/pop.c
8459         * src/procmsg.c
8460         * src/gtk/gtkaspell.c
8461                 Fix 64-bit-related warnings
8462         * src/ssl_manager.c
8463                 Fix possible infinite loop
8464         * src/plugins/pgpcore/sgpgme.c
8465                 Remove useless check
8466
8467 2006-11-13 [colin]      2.6.0cvs43
8468
8469         * src/gtk/Makefile.am
8470                 authors.h isn't generated
8471
8472 2006-11-13 [colin]      2.6.0cvs42
8473
8474         * src/plugins/pgpinline/pgpinline.c
8475         * src/plugins/pgpmime/pgpmime.c
8476                 Very probably fix bug 1061, 'crash on 
8477                 opening signed email'. Another cast
8478                 problem
8479
8480 2006-11-13 [colin]      2.6.0cvs41
8481
8482         * src/plugins/pgpcore/sgpgme.c
8483                 Maybe fix bug 1061, 'crash on opening 
8484                 signed email'
8485
8486 2006-11-13 [wwp]        2.6.0cvs40
8487
8488         * src/plugins/pgpinline/pgpinline.c
8489                 fix candidate for bug #1057, thanks to Colin.
8490
8491 2006-11-13 [wwp]        2.6.0cvs39
8492
8493         * src/compose.c
8494         * src/quote_fmt_parse.y
8495                 fix bug 1052: current parser buffer was not always 
8496                 allocated, ptr to this buffer could be returned as 
8497                 NULL whereas no parser error has occurred. in 
8498                 consequence, defining a template body as "%d" 
8499                 (w/o the quotes) for the first time of the instance 
8500                 of claws-mail, was reporting a parser error. make 
8501                 sure that the buffer is always allocated, even to 
8502                 an empty string.
8503                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8504                 unescaping of the fmt string was always done 
8505                 whereas it must be done *only* when receiving 
8506                 quote format strings issued from the prefs 
8507                 (compose new message, reply, forward, redirect 
8508                 formats), *not* when applying templates.  in 
8509                 consequences, applying templates w/ sequences 
8510                 like \\|p{echo} were failing. make sure that 
8511                 unescaping is done only when necessary.
8512
8513 2006-11-12 [colin]      2.6.0cvs38
8514
8515         * po/de.po
8516                 Fix typo (s/KB/MB)
8517
8518 2006-11-12 [colin]      2.6.0cvs37
8519
8520         * src/plugins/pgpinline/pgpinline.c
8521         * src/plugins/pgpmime/pgpmime.c
8522                 Release GPG context at the latest 
8523                 possible moment. Maybe fixes 
8524                 bug 1057, 'crash on sending signed 
8525                 message to a newsgroup'
8526                 
8527
8528 2006-11-12 [colin]      2.6.0cvs36
8529
8530         * src/plugins/pgpcore/sgpgme.c
8531                 Tell a bit more when gpg's status doesn't
8532                 contain any signature
8533
8534 2006-11-12 [colin]      2.6.0cvs35
8535
8536         * src/compose.c
8537                 Fix bug 1060, 'compilation error with 
8538                 Irix's cc'
8539
8540 2006-11-12 [paul]       2.6.0cvs34
8541
8542         * doc/man/claws-mail.1
8543         * src/prefs_gtk.c
8544         * src/plugins/clamav/README
8545         * src/plugins/spamassassin/README
8546         * tools/README
8547         * tools/freshmeat_search.pl
8548         * tools/google_search.pl
8549         * tools/multiwebsearch.pl
8550                 more renaming
8551         * src/plugins/trayicon/trayicon.c
8552                 fix compiliation warning
8553
8554 2006-11-11 [colin]      2.6.0cvs33
8555
8556         * src/folderview.c
8557                 Forbid drag and drop from/to different
8558                 folders of type F_UNKNOWN
8559
8560 2006-11-11 [colin]      2.6.0cvs32
8561
8562         * src/plugins/pgpinline/pgpinline.c
8563                 Fix typo in previous commit:
8564                 - gpgme_new(&ctx);
8565                 + if ((err = gpgme_new(&data->ctx)) ...)
8566
8567 2006-11-11 [colin]      2.6.0cvs31
8568
8569         * src/plugins/pgpinline/pgpinline.c
8570         * src/plugins/pgpmime/pgpmime.c
8571                 Check success after calling gpgme_new
8572                 Maybe fixes bug 1057, 'crash on sending 
8573                 signed message to a newsgroup'
8574
8575 2006-11-11 [colin]      2.6.0cvs30
8576
8577         * src/undo.c
8578                 init undostruct to 0s (from
8579                 valgrind log of bug 1057)
8580
8581 2006-11-10 [colin]      2.6.0cvs29
8582
8583         * src/mainwindow.c
8584                 Set cursor to wait before filtering
8585                 duplicates in all folders
8586         * src/plugins/bogofilter/bogofilter.c
8587         * src/plugins/bogofilter/bogofilter.h
8588         * src/plugins/bogofilter/bogofilter_gtk.c
8589                 Completely thread away the bogofilter
8590                 filtering
8591
8592 2006-11-10 [mones]      2.6.0cvs28
8593
8594         * src/compose.c
8595         * src/compose.h
8596                 added COMPOSE_CHECK_BEFORE_SEND hook
8597
8598 2006-11-10 [paul]       2.6.0cvs27
8599
8600         * src/crash.c
8601                 more renaming
8602                 add libSM to get_compiled_in_features()
8603         * src/main.c
8604                 more renaming
8605
8606 2006-11-10 [colin]      2.6.0cvs26
8607
8608         * src/etpan/imap-thread.c
8609                 Add a reference to libetpan's sasl engine
8610                 so that sasl_done() doesn't get called by
8611                 libetpan, and doesn't break openssl.
8612                 Should fix bug 1053, 'SC fails to reestablish 
8613                 a secure connection'
8614                 Patch by Hoa
8615
8616 2006-11-10 [colin]      2.6.0cvs25
8617
8618         * manual/addrbook.xml
8619         * manual/advanced.xml
8620         * manual/faq.xml
8621         * manual/intro.xml
8622                 Some more renaming
8623
8624 2006-11-09 [colin]      2.6.0cvs24
8625
8626         * src/plugins/bogofilter/bogofilter_gtk.c
8627                 Add comment about annoyance
8628
8629 2006-11-09 [colin]      2.6.0cvs23
8630
8631         * src/plugins/bogofilter/bogofilter.c
8632         * src/plugins/bogofilter/bogofilter_gtk.c
8633                 Prepare things needed to thread bogofilter
8634                 filtering: separate bogo stuff and possible GUI
8635                 stuff. 
8636
8637 2006-11-09 [colin]      2.6.0cvs22
8638
8639         * src/account.c
8640         * src/compose.c
8641                 Search for one of our accounts in Delivered-To
8642                 (helps for auto-account selection when 
8643                  replying/forwarding)
8644         * src/folderview.c
8645         * src/mainwindow.c
8646         * src/mainwindow.h
8647         * src/plugins/trayicon/trayicon.c
8648                 Allow opening a new mail with any account from
8649                 the contextual menu
8650
8651 2006-11-09 [wwp]        2.6.0cvs21
8652
8653         * src/compose.c
8654         * src/prefs_common.c
8655         * src/prefs_common.h
8656         * src/prefs_compose_writing.c
8657                 add a compose new message format (in prefs/compose/writing), it's a
8658                 simple subject+body template to use when opening a new composition
8659                 window. It's similar to the existent reply and forward formats.
8660
8661                 enhanced the template/format % symbols substitution mechanism to
8662                 use current composition window information when % are used in
8663                 the compose new message format or in templates applied to new
8664                 messages (there were useless in that situations before). When
8665                 applied to new messages, %d corresponds to the system time/date.
8666
8667 2006-11-09 [paul]       2.6.0cvs20
8668
8669         * src/gtk/authors.h
8670                 fix last commit
8671
8672 2006-11-09 [paul]       2.6.0cvs19
8673
8674         * src/gtk/authors.h
8675                 keep tje alphabetical order
8676
8677 2006-11-08 [colin]      2.6.0cvs18
8678
8679         * src/etpan/imap-thread.c
8680                 Fix bug 1054, 'Slowness logging big 
8681                 data chunks'
8682
8683 2006-11-08 [paul]       2.6.0cvs17
8684
8685         * tools/Makefile.am
8686                 fix the renaming
8687
8688 2006-11-08 [paul]       2.6.0cvs16
8689
8690         * src/common/defs.h
8691                 update BUGZILLA_URI
8692
8693 2006-11-08 [paul]       2.6.0cvs15
8694
8695         * tools/Makefile.am
8696         * tools/OOo2claws-mail.pl
8697         * tools/OOo2sylpheed.pl
8698         * tools/README
8699         * tools/acroread2claws-mail.pl
8700         * tools/acroread2sylpheed.pl
8701         * tools/kmail2claws-mail.pl
8702         * tools/kmail2claws-mail_v2.pl
8703         * tools/kmail2sylpheed.pl
8704         * tools/kmail2sylpheed_v2.pl
8705         * tools/maildir2claws-mail.pl
8706         * tools/maildir2sylpheed.pl
8707         * tools/nautilus2claws-mail.sh
8708         * tools/nautilus2sylpheed.sh
8709         * tools/outlook2claws-mail.pl
8710         * tools/outlook2sylpheed.pl
8711         * tools/tb2claws-mail
8712         * tools/tb2sylpheed
8713         * tools/tbird2claws.py
8714         * tools/tbird2syl.py
8715         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8716         * tools/kdeservicemenu/install.sh
8717         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8718         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8719         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8720         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8721         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8722                 renamed (removed, added) tools files
8723
8724 2006-11-08 [paul]       2.6.0cvs14
8725
8726         * src/main.c
8727         * src/common/defs.h
8728                 Migrate sylpheedrc to clawsrc, and fix the standard
8729                 plugins path in the process
8730
8731 2006-11-07 [colin]      2.6.0cvs13
8732
8733         * src/Makefile.am
8734                 Symlink sylpheed-claws relative to 
8735                 claws-mail
8736
8737 2006-11-07 [colin]      2.6.0cvs12
8738
8739         * src/compose.c
8740                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8741
8742 2006-11-07 [paul]       2.6.0cvs11
8743
8744         * src/gtk/about.c
8745                 Fix a missed occurence of
8746                 Sylpheed-Claws
8747
8748 2006-11-07 [paul]       2.6.0cvs10
8749
8750         * src/Makefile.am
8751                 Fix symlink installation
8752
8753 2006-11-07 [paul]       2.6.0cvs9
8754
8755         * src/Makefile.am
8756                 Symlink claws-mail to sylpheed-claws
8757         * src/common/utils.c
8758                 Fix migrating symlinks
8759         * src/etpan/imap-thread.c
8760                 check certificate only when there's
8761                 no error
8762
8763 2006-11-07 [paul]       2.6.0cvs8
8764
8765         * Makefile.am
8766                 Fix icon breakages with Gtk, which needs a 
8767                 cache updated to see them.
8768
8769 2006-11-07 [paul]       2.6.0cvs7
8770
8771         * .cvsignore
8772         * AUTHORS
8773         * COPYING
8774         * INSTALL
8775         * Makefile.am
8776         * NEWS
8777         * README
8778         * RELEASE_NOTES
8779         * autogen.sh
8780         * claws-mail-128x128.png
8781         * claws-mail-64x64.png
8782         * claws-mail.ico
8783         * claws-mail.pc.in
8784         * claws-mail.png
8785         * configure.ac
8786         * sylpheed-claws-128x128.png
8787         * sylpheed-claws-64x64.png
8788         * sylpheed-claws.desktop
8789         * sylpheed-claws.ico
8790         * sylpheed-claws.pc.in
8791         * sylpheed-claws.png
8792         * debian/README.Debian
8793         * debian/changelog
8794         * debian/claws-mail.desktop
8795         * debian/claws-mail.menu
8796         * debian/claws-mail.postinst.debhelper
8797         * debian/claws-mail.postrm.debhelper
8798         * debian/control
8799         * debian/copyright
8800         * debian/files
8801         * debian/rules
8802         * debian/sylpheed-claws.desktop
8803         * debian/sylpheed-claws.menu
8804         * debian/sylpheed-claws.postinst.debhelper
8805         * debian/sylpheed-claws.postrm.debhelper
8806         * doc/man/Makefile.am
8807         * doc/man/claws-mail.1
8808         * doc/man/sylpheed-claws.1
8809         * doc/src/ChangeLog.claws-pre0.8.0
8810         * manual/Makefile.am
8811         * manual/account.xml
8812         * manual/ack.xml
8813         * manual/addrbook.xml
8814         * manual/advanced.xml
8815         * manual/claws-mail-manual.xml
8816         * manual/faq.xml
8817         * manual/glossary.xml
8818         * manual/handling.xml
8819         * manual/intro.xml
8820         * manual/keyboard.xml
8821         * manual/plugins.xml
8822         * manual/starting.xml
8823         * manual/sylpheed-claws-manual.xml
8824         * manual/xml2pdf
8825         * manual/dist/.cvsignore
8826         * manual/dist/html/.cvsignore
8827         * manual/dist/html/Makefile.am
8828         * manual/dist/pdf/.cvsignore
8829         * manual/dist/pdf/Makefile.am
8830         * manual/dist/ps/.cvsignore
8831         * manual/dist/ps/Makefile.am
8832         * manual/dist/txt/.cvsignore
8833         * manual/dist/txt/Makefile.am
8834         * manual/es/Makefile.am
8835         * manual/es/advanced.xml
8836         * manual/es/claws-mail-manual.xml
8837         * manual/es/faq.xml
8838         * manual/es/glossary.xml
8839         * manual/es/handling.xml
8840         * manual/es/intro.xml
8841         * manual/es/plugins.xml
8842         * manual/es/sylpheed-claws-manual.xml
8843         * manual/es/dist/.cvsignore
8844         * manual/es/dist/html/.cvsignore
8845         * manual/es/dist/html/Makefile.am
8846         * manual/es/dist/pdf/.cvsignore
8847         * manual/es/dist/pdf/Makefile.am
8848         * manual/es/dist/ps/.cvsignore
8849         * manual/es/dist/ps/Makefile.am
8850         * manual/es/dist/txt/.cvsignore
8851         * manual/es/dist/txt/Makefile.am
8852         * manual/fr/Makefile.am
8853         * manual/fr/account.xml
8854         * manual/fr/ack.xml
8855         * manual/fr/addrbook.xml
8856         * manual/fr/advanced.xml
8857         * manual/fr/claws-mail-manual.xml
8858         * manual/fr/faq.xml
8859         * manual/fr/glossary.xml
8860         * manual/fr/handling.xml
8861         * manual/fr/intro.xml
8862         * manual/fr/keyboard.xml
8863         * manual/fr/plugins.xml
8864         * manual/fr/starting.xml
8865         * manual/fr/sylpheed-claws-manual.xml
8866         * manual/fr/dist/.cvsignore
8867         * manual/fr/dist/html/.cvsignore
8868         * manual/fr/dist/html/Makefile.am
8869         * manual/fr/dist/pdf/.cvsignore
8870         * manual/fr/dist/pdf/Makefile.am
8871         * manual/fr/dist/ps/.cvsignore
8872         * manual/fr/dist/ps/Makefile.am
8873         * manual/fr/dist/txt/.cvsignore
8874         * manual/fr/dist/txt/Makefile.am
8875         * manual/pl/Makefile.am
8876         * manual/pl/account.xml
8877         * manual/pl/ack.xml
8878         * manual/pl/addrbook.xml
8879         * manual/pl/advanced.xml
8880         * manual/pl/claws-mail-manual.xml
8881         * manual/pl/faq.xml
8882         * manual/pl/glossary.xml
8883         * manual/pl/handling.xml
8884         * manual/pl/intro.xml
8885         * manual/pl/keyboard.xml
8886         * manual/pl/plugins.xml
8887         * manual/pl/starting.xml
8888         * manual/pl/sylpheed-claws-manual.xml
8889         * manual/pl/dist/.cvsignore
8890         * manual/pl/dist/html/.cvsignore
8891         * manual/pl/dist/html/Makefile.am
8892         * manual/pl/dist/pdf/.cvsignore
8893         * manual/pl/dist/pdf/Makefile.am
8894         * manual/pl/dist/ps/.cvsignore
8895         * manual/pl/dist/ps/Makefile.am
8896         * manual/pl/dist/txt/.cvsignore
8897         * manual/pl/dist/txt/Makefile.am
8898         * po/.cvsignore
8899         * po/Makevars
8900         * src/.cvsignore
8901         * src/Makefile.am
8902         * src/account.c
8903         * src/account.h
8904         * src/action.c
8905         * src/action.h
8906         * src/adbookbase.h
8907         * src/addr_compl.c
8908         * src/addr_compl.h
8909         * src/addrbook.c
8910         * src/addrcache.c
8911         * src/addrcache.h
8912         * src/addrcindex.c
8913         * src/addrcindex.h
8914         * src/addrclip.c
8915         * src/addrclip.h
8916         * src/addrdefs.h
8917         * src/addressadd.c
8918         * src/addressadd.h
8919         * src/addressbook.c
8920         * src/addressbook.h
8921         * src/addressbook_foldersel.c
8922         * src/addressbook_foldersel.h
8923         * src/addrgather.c
8924         * src/addrgather.h
8925         * src/addrharvest.c
8926         * src/addrharvest.h
8927         * src/addrindex.c
8928         * src/addrindex.h
8929         * src/addritem.c
8930         * src/addritem.h
8931         * src/addrquery.c
8932         * src/addrquery.h
8933         * src/addrselect.c
8934         * src/addrselect.h
8935         * src/alertpanel.c
8936         * src/alertpanel.h
8937         * src/browseldap.c
8938         * src/browseldap.h
8939         * src/codeconv.c
8940         * src/codeconv.h
8941         * src/compose.c
8942         * src/crash.c
8943         * src/crash.h
8944         * src/customheader.c
8945         * src/customheader.h
8946         * src/displayheader.c
8947         * src/displayheader.h
8948         * src/editaddress.c
8949         * src/editaddress.h
8950         * src/editbook.c
8951         * src/editbook.h
8952         * src/editgroup.c
8953         * src/editgroup.h
8954         * src/editjpilot.c
8955         * src/editjpilot.h
8956         * src/editldap.c
8957         * src/editldap.h
8958         * src/editldap_basedn.c
8959         * src/editldap_basedn.h
8960         * src/editvcard.c
8961         * src/editvcard.h
8962         * src/exphtmldlg.c
8963         * src/exphtmldlg.h
8964         * src/expldifdlg.c
8965         * src/expldifdlg.h
8966         * src/export.c
8967         * src/exporthtml.c
8968         * src/exporthtml.h
8969         * src/exportldif.c
8970         * src/exportldif.h
8971         * src/filtering.c
8972         * src/filtering.h
8973         * src/folder.c
8974         * src/folder.h
8975         * src/folder_item_prefs.c
8976         * src/folder_item_prefs.h
8977         * src/foldersel.c
8978         * src/foldersel.h
8979         * src/folderutils.c
8980         * src/folderutils.h
8981         * src/folderview.c
8982         * src/folderview.h
8983         * src/grouplistdialog.c
8984         * src/grouplistdialog.h
8985         * src/html.c
8986         * src/html.h
8987         * src/image_viewer.c
8988         * src/image_viewer.h
8989         * src/imap.c
8990         * src/imap.h
8991         * src/imap_gtk.c
8992         * src/imap_gtk.h
8993         * src/import.c
8994         * src/import.h
8995         * src/importldif.c
8996         * src/importldif.h
8997         * src/importmutt.c
8998         * src/importmutt.h
8999         * src/importpine.c
9000         * src/importpine.h
9001         * src/inc.c
9002         * src/inc.h
9003         * src/jpilot.c
9004         * src/jpilot.h
9005         * src/ldapctrl.c
9006         * src/ldapctrl.h
9007         * src/ldaplocate.c
9008         * src/ldaplocate.h
9009         * src/ldapquery.c
9010         * src/ldapquery.h
9011         * src/ldapserver.c
9012         * src/ldapserver.h
9013         * src/ldaputil.c
9014         * src/ldaputil.h
9015         * src/ldif.c
9016         * src/ldif.h
9017         * src/localfolder.c
9018         * src/localfolder.h
9019         * src/main.c
9020         * src/main.h
9021         * src/mainwindow.c
9022         * src/mainwindow.h
9023         * src/manual.c
9024         * src/manual.h
9025         * src/matcher.c
9026         * src/matcher.h
9027         * src/matcher_parser.h
9028         * src/matcher_parser_lex.l
9029         * src/matcher_parser_parse.y
9030         * src/mbox.c
9031         * src/mbox.h
9032         * src/message_search.c
9033         * src/message_search.h
9034         * src/messageview.c
9035         * src/messageview.h
9036         * src/mh.c
9037         * src/mh.h
9038         * src/mh_gtk.c
9039         * src/mh_gtk.h
9040         * src/mimeview.c
9041         * src/mimeview.h
9042         * src/msgcache.c
9043         * src/msgcache.h
9044         * src/mutt.c
9045         * src/mutt.h
9046         * src/news.c
9047         * src/news.h
9048         * src/news_gtk.c
9049         * src/news_gtk.h
9050         * src/noticeview.c
9051         * src/noticeview.h
9052         * src/partial_download.c
9053         * src/partial_download.h
9054         * src/pine.c
9055         * src/pine.h
9056         * src/pop.c
9057         * src/pop.h
9058         * src/prefs_account.c
9059         * src/prefs_account.h
9060         * src/prefs_actions.c
9061         * src/prefs_actions.h
9062         * src/prefs_common.c
9063         * src/prefs_common.h
9064         * src/prefs_compose_writing.c
9065         * src/prefs_compose_writing.h
9066         * src/prefs_customheader.c
9067         * src/prefs_customheader.h
9068         * src/prefs_display_header.c
9069         * src/prefs_display_header.h
9070         * src/prefs_ext_prog.c
9071         * src/prefs_ext_prog.h
9072         * src/prefs_filtering.c
9073         * src/prefs_folder_column.c
9074         * src/prefs_folder_column.h
9075         * src/prefs_folder_item.c
9076         * src/prefs_folder_item.h
9077         * src/prefs_fonts.c
9078         * src/prefs_fonts.h
9079         * src/prefs_gtk.c
9080         * src/prefs_gtk.h
9081         * src/prefs_image_viewer.c
9082         * src/prefs_image_viewer.h
9083         * src/prefs_matcher.c
9084         * src/prefs_matcher.h
9085         * src/prefs_message.c
9086         * src/prefs_message.h
9087         * src/prefs_msg_colors.c
9088         * src/prefs_msg_colors.h
9089         * src/prefs_other.c
9090         * src/prefs_other.h
9091         * src/prefs_quote.c
9092         * src/prefs_quote.h
9093         * src/prefs_receive.c
9094         * src/prefs_receive.h
9095         * src/prefs_send.c
9096         * src/prefs_send.h
9097         * src/prefs_spelling.c
9098         * src/prefs_spelling.h
9099         * src/prefs_summaries.c
9100         * src/prefs_summaries.h
9101         * src/prefs_summary_column.c
9102         * src/prefs_summary_column.h
9103         * src/prefs_template.c
9104         * src/prefs_template.h
9105         * src/prefs_themes.c
9106         * src/prefs_themes.h
9107         * src/prefs_toolbar.c
9108         * src/prefs_toolbar.h
9109         * src/prefs_wrapping.c
9110         * src/prefs_wrapping.h
9111         * src/privacy.c
9112         * src/privacy.h
9113         * src/procheader.c
9114         * src/procheader.h
9115         * src/procmime.c
9116         * src/procmime.h
9117         * src/procmsg.c
9118         * src/procmsg.h
9119         * src/quote_fmt.c
9120         * src/quote_fmt_parse.y
9121         * src/recv.c
9122         * src/recv.h
9123         * src/remotefolder.c
9124         * src/remotefolder.h
9125         * src/send_message.c
9126         * src/send_message.h
9127         * src/setup.c
9128         * src/setup.h
9129         * src/sourcewindow.c
9130         * src/sourcewindow.h
9131         * src/ssl_manager.c
9132         * src/ssl_manager.h
9133         * src/statusbar.c
9134         * src/statusbar.h
9135         * src/stock_pixmap.c
9136         * src/stock_pixmap.h
9137         * src/summary_search.c
9138         * src/summary_search.h
9139         * src/summaryview.c
9140         * src/summaryview.h
9141         * src/syldap.c
9142         * src/syldap.h
9143         * src/textview.c
9144         * src/textview.h
9145         * src/toolbar.c
9146         * src/toolbar.h
9147         * src/undo.c
9148         * src/undo.h
9149         * src/unmime.c
9150         * src/unmime.h
9151         * src/vcard.c
9152         * src/vcard.h
9153         * src/wizard.c
9154         * src/wizard.h
9155         * src/common/base64.c
9156         * src/common/base64.h
9157         * src/common/defs.h
9158         * src/common/hooks.c
9159         * src/common/hooks.h
9160         * src/common/log.c
9161         * src/common/log.h
9162         * src/common/mgutils.c
9163         * src/common/mgutils.h
9164         * src/common/nntp.c
9165         * src/common/nntp.h
9166         * src/common/passcrypt.c
9167         * src/common/passcrypt.h.in
9168         * src/common/plugin.c
9169         * src/common/plugin.h
9170         * src/common/prefs.c
9171         * src/common/prefs.h
9172         * src/common/progressindicator.c
9173         * src/common/progressindicator.h
9174         * src/common/quoted-printable.c
9175         * src/common/quoted-printable.h
9176         * src/common/session.c
9177         * src/common/session.h
9178         * src/common/smtp.c
9179         * src/common/smtp.h
9180         * src/common/socket.c
9181         * src/common/socket.h
9182         * src/common/ssl.c
9183         * src/common/ssl.h
9184         * src/common/stringtable.c
9185         * src/common/stringtable.h
9186         * src/common/sylpheed.c
9187         * src/common/sylpheed.h
9188         * src/common/template.c
9189         * src/common/template.h
9190         * src/common/timing.h
9191         * src/common/utils.c
9192         * src/common/utils.h
9193         * src/common/version.h.in
9194         * src/common/xml.c
9195         * src/common/xml.h
9196         * src/common/xmlprops.c
9197         * src/common/xmlprops.h
9198         * src/gtk/about.c
9199         * src/gtk/colorlabel.c
9200         * src/gtk/colorlabel.h
9201         * src/gtk/colorsel.c
9202         * src/gtk/colorsel.h
9203         * src/gtk/combobox.c
9204         * src/gtk/combobox.h
9205         * src/gtk/description_window.c
9206         * src/gtk/description_window.h
9207         * src/gtk/filesel.c
9208         * src/gtk/filesel.h
9209         * src/gtk/foldersort.c
9210         * src/gtk/foldersort.h
9211         * src/gtk/gtkaspell.c
9212         * src/gtk/gtkaspell.h
9213         * src/gtk/gtksctree.c
9214         * src/gtk/gtkshruler.c
9215         * src/gtk/gtkshruler.h
9216         * src/gtk/gtkutils.c
9217         * src/gtk/gtkutils.h
9218         * src/gtk/icon_legend.c
9219         * src/gtk/icon_legend.h
9220         * src/gtk/logwindow.c
9221         * src/gtk/logwindow.h
9222         * src/gtk/manage_window.c
9223         * src/gtk/manage_window.h
9224         * src/gtk/pluginwindow.c
9225         * src/gtk/pluginwindow.h
9226         * src/gtk/prefswindow.c
9227         * src/gtk/prefswindow.h
9228         * src/gtk/quicksearch.c
9229         * src/gtk/quicksearch.h
9230         * src/pixmaps/claws-mail.xpm
9231         * src/pixmaps/claws-mail_icon.xpm
9232         * src/pixmaps/claws-mail_logo.xpm
9233         * src/pixmaps/sylpheed-claws.xpm
9234         * src/pixmaps/sylpheed-claws_icon.xpm
9235         * src/pixmaps/sylpheed-claws_logo.xpm
9236         * src/plugins/bogofilter/Makefile.am
9237         * src/plugins/bogofilter/bogofilter.c
9238         * src/plugins/bogofilter/bogofilter.h
9239         * src/plugins/bogofilter/bogofilter_gtk.c
9240         * src/plugins/clamav/Makefile.am
9241         * src/plugins/clamav/clamav_plugin.c
9242         * src/plugins/clamav/clamav_plugin.h
9243         * src/plugins/clamav/clamav_plugin_gtk.c
9244         * src/plugins/demo/Makefile.am
9245         * src/plugins/demo/demo.c
9246         * src/plugins/dillo_viewer/Makefile.am
9247         * src/plugins/dillo_viewer/README
9248         * src/plugins/dillo_viewer/dillo_prefs.c
9249         * src/plugins/dillo_viewer/dillo_prefs.h
9250         * src/plugins/dillo_viewer/dillo_viewer.c
9251         * src/plugins/pgpcore/Makefile.am
9252         * src/plugins/pgpcore/passphrase.c
9253         * src/plugins/pgpcore/passphrase.h
9254         * src/plugins/pgpcore/pgp_viewer.c
9255         * src/plugins/pgpcore/pgp_viewer.h
9256         * src/plugins/pgpcore/plugin.c
9257         * src/plugins/pgpcore/prefs_gpg.c
9258         * src/plugins/pgpcore/prefs_gpg.h
9259         * src/plugins/pgpcore/select-keys.c
9260         * src/plugins/pgpcore/select-keys.h
9261         * src/plugins/pgpcore/sgpgme.c
9262         * src/plugins/pgpcore/sgpgme.h
9263         * src/plugins/pgpcore/sylpheed.def
9264         * src/plugins/pgpcore/version.rc
9265         * src/plugins/pgpinline/Makefile.am
9266         * src/plugins/pgpinline/pgpinline.c
9267         * src/plugins/pgpinline/pgpinline.h
9268         * src/plugins/pgpinline/plugin.c
9269         * src/plugins/pgpinline/sylpheed.def
9270         * src/plugins/pgpinline/version.rc
9271         * src/plugins/pgpmime/Makefile.am
9272         * src/plugins/pgpmime/pgpmime.c
9273         * src/plugins/pgpmime/pgpmime.h
9274         * src/plugins/pgpmime/plugin.c
9275         * src/plugins/pgpmime/sylpheed.def
9276         * src/plugins/pgpmime/version.rc
9277         * src/plugins/spamassassin/Makefile.am
9278         * src/plugins/spamassassin/README
9279         * src/plugins/spamassassin/spamassassin.c
9280         * src/plugins/spamassassin/spamassassin.h
9281         * src/plugins/spamassassin/spamassassin_gtk.c
9282         * src/plugins/trayicon/Makefile.am
9283         * src/plugins/trayicon/trayicon.c
9284         * tools/OOo2sylpheed.pl
9285         * tools/README
9286         * tools/README.sylprint
9287         * tools/acroread2sylpheed.pl
9288         * tools/claws.i18n.status.pl
9289         * tools/filter_conv.pl
9290         * tools/filter_conv_new.pl
9291         * tools/freshmeat_search.pl
9292         * tools/google_search.pl
9293         * tools/kmail2sylpheed.pl
9294         * tools/kmail2sylpheed_v2.pl
9295         * tools/make.themes.project
9296         * tools/multiwebsearch.pl
9297         * tools/nautilus2sylpheed.sh
9298         * tools/outlook2sylpheed.pl
9299         * tools/sylprint.pl
9300         * tools/sylprint.rc
9301         * tools/tb2sylpheed
9302         * tools/textviewer.sh
9303         * tools/vcard2xml.py
9304         * tools/kdeservicemenu/README
9305         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9306         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9307         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9308                 Change name to Claws Mail. Announce to follow...
9309
9310 2006-11-06 [wwp]        2.6.0cvs6
9311
9312         * src/prefs_template.c
9313                 unify messages related to quote format/template errors (fix
9314                 capitalization), again.
9315
9316 2006-11-06 [wwp]        2.6.0cvs5
9317
9318         * src/prefs_quote.c
9319                 unify messages related to quote format/template errors.
9320
9321 2006-11-06 [wwp]        2.6.0cvs4
9322
9323         * src/prefs_msg_colors.c
9324                 more uses of Q_ macro for contextual translations, thanks
9325                 to Fabien (fzzzzz).
9326
9327 2006-11-06 [wwp]        2.6.0cvs3
9328
9329         * src/compose.c
9330         * src/common/utils.c
9331         * src/common/utils.h
9332                 show an alertpanel to make sure users are aware that sensitive
9333                 files are attached (it's file blacklist-based). This will fix
9334                 interaction w/ GoogleEarth for instance, thanks to Colin.
9335
9336 2006-11-06 [wwp]        2.6.0cvs2
9337
9338         * src/prefs_quote.c
9339         * src/prefs_template.c
9340         * src/prefs_template.h
9341                 check quote format when applying/closing prefs. For now this only
9342                 shows up an error dialog box, not preventing the user from using
9343                 a broken quote (reply, forwards) format.
9344
9345 2006-11-06 [wwp]        2.6.0cvs1
9346
9347         * src/prefs_template.c
9348                 fix missing checks of some template fields.
9349
9350 2006-11-06 [paul]       2.6.0
9351
9352         * NEWS
9353         * README
9354         * RELEASE_NOTES
9355                 2.6.0 released
9356
9357 2006-11-06 [paul]       2.5.6cvs22
9358
9359         * manual/advanced.xml
9360         * manual/es/advanced.xml
9361                 put 'respect_flowed_format' info in the correct
9362                 place
9363
9364 2006-11-06 [mones]      2.5.6cvs21
9365
9366         * po/es.po
9367                 Minor fixes for release
9368
9369 2006-11-06 [paul]       2.5.6cvs20
9370
9371         * po/cs.po
9372         * po/de.po
9373         * po/fr.po
9374         * po/it.po
9375         * po/nl.po
9376         * po/pt_BR.po
9377         * po/sk.po
9378         * po/sv.po
9379         * po/zh_CN.po
9380                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9381                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9382                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9383                 Young
9384
9385 2006-11-02 [colin]      2.5.6cvs19
9386
9387         * src/imap.c
9388         * src/imap.h
9389         * src/prefs_account.c
9390         * src/etpan/imap-thread.c
9391                 Add GSSAPI support - fixes Debian bug #383274
9392
9393 2006-11-01 [colin]      2.5.6cvs18
9394
9395         * src/jpilot.c
9396                 Handle libpisock12 support. Probably
9397                 fixes bug 1046, 'jpilot AddressDB.pdb 
9398                 import fail'
9399
9400 2006-11-01 [colin]      2.5.6cvs17
9401
9402         * src/folderutils.c
9403                 debug_print() folderutils_mark_all_read()
9404
9405 2006-11-01 [colin]      2.5.6cvs16
9406
9407         * COPYING
9408                 Add missed files to the Apache exception
9409
9410 2006-10-31 [colin]      2.5.6cvs15
9411
9412         * src/folder.c
9413         * src/folder.h
9414                 Add a copy_private_data() func to FolderClasses
9415                 Doesn't break the feature freeze, because we 
9416                 won't use it (right now) in the core.
9417
9418 2006-10-31 [colin]      2.5.6cvs14
9419
9420         * COPYING
9421                 Allow linking with the Apache licensed files in
9422                 src/plugins/spamassassin. Hopefully fixes 
9423                 bug 1048, 'Spamassassin plugin license problem'
9424
9425 2006-10-31 [wwp]        2.5.6cvs13
9426
9427         * src/compose.c
9428                 fix and optimize trimming of leading linefeeds in body loop.
9429
9430 2006-10-31 [colin]      2.5.6cvs12
9431
9432         * src/etpan/imap-thread.c
9433         * src/imap.c
9434                 Make really sure to have NULL sets in case
9435                 of error
9436
9437 2006-10-30 [wwp]        2.5.6cvs11
9438
9439         * src/prefs_common.c
9440         * src/prefs_common.h
9441         * src/compose.c
9442                 fix broken storage of quote format template when it contains \-escape
9443                 sequences. The application of such sequences is also fixed now (\t
9444                 in quote format will be a real tab instead of a 't', for instance).
9445
9446 2006-10-27 [colin]      2.5.6cvs10
9447
9448         * src/compose.c
9449                 Probably fix bug 1045, 'sylpheed-claws 
9450                 doesn't remove the mail from the IMAP 
9451                 Queue folder after sending'. From
9452                 2.5.6cvs3-stable
9453
9454 2006-10-27 [colin]      2.5.6cvs9
9455
9456         * configure.ac
9457                 Require libetpan-0.48. I'm so annoying,
9458                 I know ;-)
9459
9460 2006-10-27 [colin]      2.5.6cvs8
9461
9462         * src/folder.c
9463         * src/imap.c
9464                 Probably fix bug 1044, 'sylpheed-claws 
9465                 segfaults while moving mails' - Fix relation
9466                 usage when moving to an IMAP mailbox from another
9467                 mailbox
9468
9469 2006-10-26 [paul]       2.5.6cvs7
9470
9471         * src/gtk/about.c
9472                 add libSM to compiled-in features
9473                 list
9474
9475 2006-10-24 [colin]      2.5.6cvs6
9476
9477         * src/textview.c
9478         * src/gtk/gtkutils.c
9479                 Fix crash when printing emails with an
9480                 xface
9481
9482 2006-10-24 [mones]      2.5.6cvs5
9483
9484         * manual/es/advanced.xml
9485                 Synchronize hidden option respect_flowed_format
9486         * po/es.po
9487                 Updated translation
9488
9489 2006-10-21 [paul]       2.5.6cvs4
9490
9491         * src/gtk/authors.h
9492         * src/plugins/pgpcore/pgp_viewer.c
9493         * src/plugins/pgpcore/sgpgme.c
9494                 fix building on BSDs
9495                 Thanks to Michael Hughes
9496                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9497
9498 2006-10-20 [colin]      2.5.6cvs3
9499
9500         * configure.ac
9501                 Bump up libetpan requirement
9502                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9503         * src/common/utils.c
9504         * src/common/utils.h
9505                 Add convenience get_file_mtime()
9506         * src/imap.c
9507         * src/etpan/imap-thread.c
9508         * src/etpan/imap-thread.h
9509                 Implement UIDPLUS support if the server
9510                 supports it - faster sending in this case
9511
9512 2006-10-19 [colin]      2.5.6cvs2
9513
9514         * src/gtk/quicksearch.c
9515                 Fix emptying in type-ahead+extended mode
9516         * src/mainwindow.c
9517         * src/mainwindow.h
9518                 Add a hook for offline state change
9519         * src/plugins/trayicon/trayicon.c
9520                 Use it to display offline icons
9521         * src/plugins/trayicon/Makefile.am
9522         * src/plugins/trayicon/newmail.offline.xpm
9523         * src/plugins/trayicon/newmarkedmail.offline.xpm
9524         * src/plugins/trayicon/nomail.offline.xpm
9525         * src/plugins/trayicon/unreadmail.offline.xpm
9526         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9527                 Add the icons
9528
9529 2006-10-12 [paul]       2.5.6cvs1
9530
9531         * NEWS
9532         * README
9533         * configure.ac
9534                 Update version number following
9535                 stable release
9536
9537 2006-10-19 [colin]      2.5.5cvs18
9538
9539         * manual/handling.xml
9540                 Add type-ahead search
9541
9542 2006-10-18 [colin]      2.5.5cvs17
9543
9544         * src/gtk/quicksearch.c
9545                 Remove "save to history only if there's
9546                 no syntax error", it breaks for some 
9547                 reason which I'll investigate later.
9548
9549 2006-10-18 [colin]      2.5.5cvs16
9550
9551         * src/prefs_common.c
9552         * src/prefs_common.h
9553         * src/summaryview.c
9554         * src/gtk/quicksearch.c
9555         * src/gtk/quicksearch.h
9556                 Add a type-ahead option for fast searches
9557                 Patch by Fabien Vantard
9558
9559 2006-10-18 [colin]      2.5.5cvs15
9560
9561         * src/compose.c
9562         * src/compose.h
9563                 Add Options/Reply mode/ menu to be able to
9564                 change the recipients of a reply on the fly
9565
9566 2006-10-18 [colin]      2.5.5cvs14
9567
9568         * src/compose.c
9569                 Fix redirecting of our own sent mails
9570
9571 2006-10-17 [wwp]        2.5.5cvs13
9572
9573         * src/send_message.c
9574                 Fix duplicate error messages when sending, and missing
9575                 newline in such error messages.
9576
9577 2006-10-17 [colin]      2.5.5cvs12
9578
9579         * src/compose.c
9580                 Compare addresses case-insensitive
9581
9582 2006-10-17 [colin]      2.5.5cvs11
9583
9584         * src/plugins/pgpcore/sgpgme.c
9585                 Fix return status
9586
9587 2006-10-17 [colin]      2.5.5cvs10
9588
9589         * src/plugins/pgpcore/pgp_viewer.c
9590                 Fix return status
9591
9592 2006-10-17 [colin]      2.5.5cvs9
9593
9594         * src/quote_fmt.c
9595                 Fix a typo (thanks to Fabien)
9596
9597 2006-10-16 [colin]      2.5.5cvs8
9598
9599         * src/textview.c
9600                 Fix problem with quote-folding when emails
9601                 don't convert cleanly to UTF-8
9602
9603 2006-10-14 [colin]      2.5.5cvs7
9604
9605         * src/prefs_template.c
9606                 Reset fields when reopening
9607                 the window
9608
9609 2006-10-13 [paul]       2.5.5cvs6
9610
9611         * manual/advanced.xml
9612         * src/prefs_message.c
9613                 make 'respect_flowed_format' a hidden
9614                 option, and add a manual entry for it
9615                 Thanks to Colin
9616
9617 2006-10-12 [colin]      2.5.5cvs5
9618
9619         * src/codeconv.c
9620                 Revert part of 2.5.2cvs21:
9621                 Don't optimise by reusing the 
9622                 last iconv converter if possible:
9623                 it seems slightly broken in a 
9624                 very hard way to reproduce
9625
9626 2006-10-12 [colin]      2.5.5cvs4
9627
9628         * src/prefs_common.c
9629         * src/prefs_common.h
9630         * src/prefs_message.c
9631         * src/procmime.c
9632                 Fix bug 1035, 'Incorrect handling 
9633                 of flowed lines'. We now optionnaly
9634                 handle this format (preference is in
9635                 Message View/Text options section)
9636
9637 2006-10-12 [colin]      2.5.5cvs3
9638
9639         * po/POTFILES.in
9640                 Add new file
9641         * src/plugins/pgpcore/pgp_viewer.c
9642         * src/plugins/pgpcore/sgpgme.c
9643                 Don't try to import without asking
9644
9645 2006-10-12 [colin]      2.5.5cvs2
9646
9647         * src/compose.c
9648                 Fix bug 1036, 'Forwarding a mutlipart
9649                 mail with a "text/html" block to ms
9650                 outlook users leeds to freeze of
9651                 outlook'. Poor outlook users...
9652
9653 2006-10-12 [paul]       2.5.5cvs1
9654
9655         * NEWS
9656         * README
9657         * configure.ac
9658                 Update version number following
9659                 stable release
9660
9661 2006-10-11 [paul]       2.5.4cvs1
9662
9663         * NEWS
9664         * README
9665         * configure.ac
9666                 Update version number following
9667                 stable release
9668
9669 2006-10-11 [paul]       2.5.3cvs32
9670
9671         * src/textview.c
9672                 fix bug 1032, 'Segmentation fault when showing
9673                 message' (bug in quote folding)
9674                 Thanks to Colin
9675
9676 2006-10-10 [colin]      2.5.3cvs31
9677
9678         * src/quote_fmt.c
9679                 Rephrase english a bit
9680
9681 2006-10-10 [colin]      2.5.3cvs30
9682
9683         * src/prefs_compose_writing.c
9684                 Stop making the page larger than the window
9685
9686 2006-10-10 [wwp]        2.5.3cvs29
9687
9688         * src/compose.c
9689         * src/prefs_template.c
9690         * src/quote_fmt.c
9691         * src/quote_fmt.h
9692         * src/quote_fmt_lex.l
9693         * src/quote_fmt_parse.y
9694                 Extend the quote parser a bit: allow to get access to
9695                 basic (composing) account info.
9696
9697 2006-10-10 [colin]      2.5.3cvs28
9698
9699         * src/procheader.c
9700                 Fix this \t problem in subject
9701
9702 2006-10-09 [colin]      2.5.3cvs27
9703
9704         * src/main.c
9705         * src/prefs_gtk.c
9706                 Prepare cache a bit later
9707                 If section already exists, skip the new one 
9708                 (as previously); avoid writing the same block
9709                 twice - if we find a second block with the 
9710                 same id, skip it.
9711         * src/plugins/pgpcore/pgp_viewer.c
9712                 Set cursor to busy when retrieving a key
9713         * src/plugins/pgpcore/sgpgme.c
9714                 allow 5 seconds for gpg to export the key
9715                 
9716
9717 2006-10-09 [colin]      2.5.3cvs26
9718
9719         * configure.ac
9720         * src/msgcache.c
9721         * src/prefs_gtk.c
9722                 Check for existence of fgets_unlocked
9723                 and fwrite_unlocked
9724
9725 2006-10-09 [paul]       2.5.3cvs25
9726
9727         * src/prefs_summaries.c
9728                 replace strftime() with fast_strftime() and in
9729                 the consequence fix the bug in the display of
9730                 AM/PM in the 'Example' string
9731
9732 2006-10-09 [ticho]      2.5.3cvs24
9733
9734         * po/sk.po
9735                 Updated (and fixed up somewhat) Slovak translation.
9736
9737 2006-10-08 [colin]      2.5.3cvs23
9738
9739         * src/prefs_folder_item.c
9740                 Explain why prefs in the top-level folder
9741                 aren't retained, but are still useful
9742
9743 2006-10-08 [colin]      2.5.3cvs22
9744
9745         * src/prefs_gtk.c
9746                 Don't cache anything if caching fails
9747
9748 2006-10-08 [colin]      2.5.3cvs21
9749
9750         * src/common/utils.c
9751                 always include gi18n.h
9752
9753 2006-10-07 [colin]      2.5.3cvs20
9754
9755         * src/plugins/pgpcore/pgp_viewer.c
9756                 Kill gpg after 5 seconds wait
9757
9758 2006-10-07 [colin]      2.5.3cvs19
9759
9760         * src/plugins/pgpcore/pgp_viewer.c
9761         * src/plugins/pgpcore/pgp_viewer.h
9762                 Fix copyright
9763
9764 2006-10-07 [colin]      2.5.3cvs18
9765
9766         * src/plugins/pgpcore/pgp_viewer.c
9767         * src/plugins/pgpcore/pgp_viewer.h
9768                 Actually add the files to CVS
9769
9770 2006-10-07 [colin]      2.5.3cvs17
9771
9772         * src/plugins/pgpcore/sgpgme.c
9773                 Be sure not to crash on 'application/pgp-signature' that
9774                 are not application/pgp-signatures
9775
9776 2006-10-07 [colin]      2.5.3cvs16
9777
9778         * src/textview.c
9779         * src/textview.h
9780                 Make a bit more of the API available
9781         * src/plugins/pgpcore/Makefile.am
9782         * src/plugins/pgpcore/plugin.c
9783         * src/plugins/pgpcore/sgpgme.c
9784                 Add basic key import/export
9785
9786 2006-10-07 [colin]      2.5.3cvs15
9787
9788         * src/folderview.c
9789         * src/imap.c
9790         * src/prefs_account.c
9791         * src/wizard.c
9792                 Warn users *everywhere* if libetpan's not
9793                 linked in
9794
9795 2006-10-06 [mones]      2.5.3cvs14
9796
9797         * po/de.po
9798         * po/es.po
9799                 updated by Stephan Sachse and me
9800
9801 2006-10-06 [colin]      2.5.3cvs13
9802
9803         * src/main.c
9804         * src/common/sylpheed.c
9805                 Don't load common plugins if --exit is passed
9806         * src/prefs_gtk.c
9807         * src/prefs_gtk.h
9808                 Implement a cache to avoid reading the same
9809                 files over and over again at startup
9810
9811 2006-10-06 [colin]      2.5.3cvs12
9812
9813         * src/summaryview.c
9814         * src/gtk/quicksearch.c
9815                 Update display every 5k mails on fast searches
9816
9817 2006-10-06 [colin]      2.5.3cvs11
9818
9819         * src/textview.c
9820                 Don't do quote folding on HTML or ERTF.
9821                 May fix the Cygwin issues if they were
9822                 happening with HTML mails?
9823
9824 2006-10-05 [colin]      2.5.3cvs10
9825
9826         * src/prefs_gtk.c
9827                 Oops, forgot one
9828
9829 2006-10-05 [colin]      2.5.3cvs9
9830
9831         * src/prefs_gtk.c
9832                 Use unlocked_stdio here too
9833
9834 2006-10-05 [colin]      2.5.3cvs8
9835
9836         * src/folderview.c
9837                 Fix go to next * after preferences apply
9838         * src/msgcache.c
9839                 Do the fd lock/unlock ourselves instead of
9840                 letting the libc do it at each write 
9841
9842 2006-10-05 [colin]      2.5.3cvs7
9843
9844         * src/common/utils.c
9845                 Faster division, thanks to Jean Diraison
9846
9847 2006-10-05 [paul]       2.5.3cvs6
9848
9849         * src/common/utils.c
9850                 fix building with --disable-nls
9851
9852 2006-10-04 [colin]      2.5.3cvs5
9853
9854         * src/folder.c
9855                 Maybe fix a segfault
9856
9857 2006-10-04 [wwp]        2.5.3cvs4
9858
9859         * src/prefs_folder_item.c
9860                 Fine-tune layouts in folder item prefs. Suggested by
9861                 Fabien Vantard <fzzzzz@gmail.com>.
9862
9863 2006-10-04 [wwp]        2.5.3cvs3
9864
9865         * src/prefs_folder_item.c
9866                 Kill the clandestine passengers. You didn't see anything.
9867
9868 2006-10-04 [wwp]        2.5.3cvs2
9869
9870         * src/prefs_folder_item.c
9871                 Add a way to test the subject simplify regexp in
9872                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9873                 w/ few layout changes.
9874
9875 2006-20-04 [paul]       2.5.3cvs1
9876
9877         * NEWS
9878         * README
9879         * configure.ac
9880                 Update version number following
9881                 stable release
9882
9883 2006-10-04 [colin]      2.5.2cvs42
9884
9885         * src/folder.c
9886         * src/folder.h
9887         * src/summaryview.c
9888                 Provide a way for folder classes to set their sort
9889                 type and key
9890
9891 2006-10-03 [colin]      2.5.2cvs41
9892
9893         * src/mh.c
9894                 Don't use strlen() to know if the
9895                 string's empty
9896
9897 2006-10-03 [colin]      2.5.2cvs40
9898
9899         * src/mh.c
9900                 Fix "check for new folders" with accentued folders
9901
9902 2006-10-03 [ticho]      2.5.2cvs39
9903
9904         * src/filtering.c
9905         * src/folder.c
9906         * src/inc.c
9907         * src/mbox.c
9908                 Colin's fix for "copy" filtering rules.
9909
9910 2006-10-02 [colin]      2.5.2cvs38
9911
9912         * src/folderview.c
9913                 Fix for double-click too
9914
9915 2006-10-02 [colin]      2.5.2cvs37
9916
9917         * src/folderview.c
9918                 correct fix for cvs36
9919
9920 2006-10-02 [colin]      2.5.2cvs36
9921
9922         * src/folderview.c
9923                 Fix 'goto next unread' after collapsing/expanding 
9924                 a node.
9925
9926 2006-10-02 [colin]      2.5.2cvs35
9927
9928         * src/summaryview.c
9929                 Fix double freeze/thaw
9930         * src/common/utils.c
9931         * src/common/utils.h
9932                 Reimplement strftime
9933         * src/procheader.c
9934                 Use it
9935
9936
9937 2006-10-02 [colin]      2.5.2cvs34
9938
9939         * src/mh.c
9940                 Time mh_write_sequences() - it's fast
9941         * src/summaryview.c
9942                 Init a variable to shut up gcc
9943
9944 2006-10-01 [colin]      2.5.2cvs33
9945
9946         * src/folder.c
9947         * src/mh.c
9948         * src/mh.h
9949         * src/msgcache.c
9950                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9951                 Add fsync but disable it, it's slow as hell
9952
9953 2006-10-01 [colin]      2.5.2cvs32
9954
9955         * src/mh.c
9956         * src/msgcache.c
9957                 fflush() caches and mh_sequences before
9958                 fclose()ing
9959
9960 2006-10-01 [colin]      2.5.2cvs31
9961
9962         * src/msgcache.c
9963                 Don't ftruncate when not using mmap
9964
9965 2006-09-30 [colin]      2.5.2cvs30
9966
9967         * src/main.c
9968                 Write folder list *after* saving caches
9969
9970 2006-09-30 [colin]      2.5.2cvs29
9971
9972         * src/folder.c
9973         * src/mh.c
9974                 Debug forced mtime changes
9975
9976 2006-09-30 [colin]      2.5.2cvs28
9977
9978         * src/folder.c
9979         * src/main.c
9980                 Remove useless debug_print()s (code
9981                 well-tested)
9982
9983 2006-09-30 [colin]      2.5.2cvs27
9984
9985         * src/mh.c
9986                 Do stuff faster when writing mh_sequences
9987
9988 2006-09-30 [colin]      2.5.2cvs26
9989
9990         * src/mh.c
9991                 Don't let the writing of .mh_sequences, which
9992                 can change the folder's mtime, let us think
9993                 we need to scan.
9994
9995 2006-09-30 [colin]      2.5.2cvs25
9996
9997         * src/folder.c
9998                 Move a debug_print where it belongs 
9999                 (processing)
10000         * src/summaryview.c
10001                 Don't mess with a huge slow subject
10002                 table if we're not threading by
10003                 subject
10004
10005 2006-09-30 [colin]      2.5.2cvs24
10006
10007         * src/msgcache.c
10008                 Reenable mmaped reads (*not* writes!)
10009         * src/procmsg.c
10010                 Don't destroy and recreate hashtables just
10011                 for fun
10012         * src/common/utils.c
10013                 Remove useless reply prefixes (it's case
10014                 unsensitive)
10015
10016 2006-09-30 [wwp]        2.5.2cvs23
10017
10018         * tools/fix_date.sh
10019                 Fixed a minor bug in date value extraction, added a switch
10020                 to replace non RFC-compliant Date: value, added a switch
10021                 to use strict RFC matching patterns for dates.
10022
10023 2006-09-29 [colin]      2.5.2cvs22
10024
10025         * src/matcher_parser.h
10026         * src/matcher_parser_parse.y
10027         * src/prefs_filtering.c
10028         * src/statusbar.c
10029         * src/summary_search.c
10030         * src/summaryview.c
10031         * src/gtk/quicksearch.c
10032         * src/gtk/quicksearch.h
10033                 Optimise searches by setting different
10034                 refresh intervals (depending if the 
10035                 search is fast or not)
10036
10037 2006-09-29 [colin]      2.5.2cvs21
10038
10039         * src/codeconv.c
10040                 Optimise by reusing the last iconv converter
10041                 if possible
10042         * src/textview.c
10043                 Optimise a bit (the foldable quotes feature
10044                 still has an awful O(n^2) algo
10045
10046 2006-09-29 [colin]      2.5.2cvs20
10047
10048         * src/gtk/gtksctree.c
10049         * src/gtk/gtksctree.h
10050                 Optimise de-selection via up/down or
10051                 another key
10052
10053 2006-09-28 [colin]      2.5.2cvs19
10054
10055         * src/action.c
10056         * src/compose.c
10057         * src/folderview.c
10058         * src/mainwindow.c
10059         * src/messageview.c
10060         * src/summary_search.c
10061         * src/toolbar.c
10062                 Avoid using summaryview->ctree directly
10063
10064 2006-09-28 [colin]      2.5.2cvs18
10065
10066         * src/summaryview.c
10067         * src/summaryview.h
10068                 Add helpers to freeze/thaw/grab_focus
10069                 Factorize calls to freeze/thaw/grab_focus
10070                 
10071
10072 2006-09-28 [colin]      2.5.2cvs17
10073
10074         * src/main.c
10075                 More guards for the session management
10076
10077 2006-09-28 [colin]      2.5.2cvs16
10078
10079         * src/folderview.c
10080         * src/gtk/gtksctree.c
10081         * src/gtk/gtksctree.h
10082                 Make expanding not recursive in folderview
10083
10084 2006-09-28 [colin]      2.5.2cvs15
10085
10086         * src/addressbook.c
10087                 If nothing is selected in the list (right part)
10088                 and a group is selected in the tree (left part),
10089                 mail this group.
10090
10091 2006-09-28 [colin]      2.5.2cvs14
10092
10093         * src/Makefile.am
10094                 Actually use SM_LIBS
10095
10096 2006-09-28 [ticho]      2.5.2cvs13
10097
10098         * src/export.c
10099         * src/messageview.c
10100         * src/mimeview.c
10101         * src/news.c
10102         * src/pop.c
10103         * src/prefs_themes.c
10104         * src/procmsg.c
10105                 Small i18n string optimization.
10106         * src/send_message.c
10107         * src/summaryview.c
10108         * src/common/session.c
10109         * src/common/smtp.c
10110         * src/common/ssl_certificate.c
10111         * src/common/utils.c
10112                 Use "Couldn't" instead of "Can't" in UI messages,
10113                 where appropriate.
10114
10115 2006-09-28 [colin]      2.5.2cvs12
10116
10117         * configure.ac
10118                 Possibly fix link errors
10119
10120 2006-09-27 [wwp]        2.5.2cvs11
10121
10122         * src/gtk/authors.h
10123         * doc/man/sylpheed-claws.1
10124         * manual/ack.xml
10125         * manual/es/ack.xml
10126         * manual/fr/ack.xml
10127         * manual/pl/ack.xml
10128                 Updated authors info (me, myself and I).
10129
10130 2006-09-27 [colin]      2.5.2cvs10
10131
10132         * src/addressbook.c
10133                 Remove useless printf
10134
10135 2006-09-27 [wwp]        2.5.2cvs9
10136
10137         * src/editgroup.c
10138         * src/send_message.c
10139         * src/inc.c
10140         * src/prefs_common.c
10141         * src/prefs_common.h
10142         * src/gtk/progressdialog.c
10143                 remember more windows' sizes (send dialog, received dialog,
10144                 edit group in addressbook).
10145
10146 2006-09-27 [colin]      2.5.2cvs8
10147
10148         * configure.ac
10149         * src/main.c
10150         * src/mainwindow.h
10151                 Use libSM to communicate with the session
10152                 manager, so that we can know when the 
10153                 session ends, save our caches, and draft
10154                 our compose windows.
10155
10156 2006-09-27 [colin]      2.5.2cvs7
10157
10158         * src/addressbook.c
10159                 Fix issues:
10160                 o Allow Book and Group creation from the tree's
10161                   contextual menu
10162                 o Do not actually delete the contacts when 
10163                   deleting groups from the tree (duh!)
10164
10165 2006-09-27 [colin]      2.5.2cvs6
10166
10167         * src/compose.c
10168         * src/compose.h
10169         * src/mainwindow.c
10170         * src/textview.c
10171         * src/toolbar.c
10172                 o Allow passing an email address to 
10173                   compose_new_with_folderitem
10174                 o Update callers
10175                 o Use current folderitem when clicking
10176                   on a TextView mailto: link
10177                 o Fix a possible leak in TextView
10178
10179 2006-09-27 [colin]      2.5.2cvs5
10180
10181         * src/html.c
10182                 Use UTF-8 chars to replace HTML entities
10183
10184 2006-09-27 [colin]      2.5.2cvs4
10185
10186         * AUTHORS
10187         * src/prefs_account.c
10188         * src/gtk/authors.h
10189                 Fix bug #1024 (Array index out of
10190                 range in sylpheed-claws-2.5.2)
10191                 Patch by Ales Nosek <anosek@suse.cz>
10192
10193 2006-09-27 [colin]      2.5.2cvs3
10194
10195         * src/addr_compl.c
10196                 Actually do the test
10197
10198 2006-09-27 [colin]      2.5.2cvs2
10199
10200         * src/addr_compl.c
10201         * src/addr_compl.h
10202                 Allow completing with comma (in certain cases: vCalendar
10203                 for example doesn't support that)
10204                 Patch by Fabien Vantard
10205
10206 2006-09-26 [colin]      2.5.2cvs1
10207
10208         * src/Makefile.am
10209         * src/addr_compl.c
10210         * src/addr_compl.h
10211         * src/addrbook.c
10212         * src/addrbook.h
10213         * src/addressbook.c
10214         * src/addrindex.c
10215         * src/addrindex.h
10216         * src/compose.c
10217         * src/prefs_common.c
10218         * src/prefs_filtering_action.c
10219         * src/prefs_folder_item.c
10220         * src/prefs_template.c
10221         * src/stock_pixmap.c
10222         * src/stock_pixmap.h
10223         * src/pixmaps/addr_one.xpm
10224         * src/pixmaps/addr_two.xpm
10225                 Add auto-completion on groups
10226
10227 2006-09-26 [colin]      2.5.2
10228
10229         * NEWS
10230         * README
10231         * RELEASE_NOTES
10232                 2.5.2 released
10233
10234 2006-09-26 [colin]      2.5.1cvs5
10235
10236         * src/matcher.c
10237                 Fix condition
10238
10239 2006-09-26 [colin]      2.5.1cvs4
10240
10241         * src/mbox.c
10242                 Revert cvs1 (useless as the message is printed 
10243                 every 500 mails)
10244
10245 2006-09-26 [colin]      2.5.1cvs3
10246
10247         * src/partial_download.c
10248                 Fix crasher found by Alexsandar Urosevic
10249
10250 2006-09-26 [colin]      2.5.1cvs2
10251
10252         * src/summaryview.c
10253                 Fix bug #1023 (Sylpheed deletes too much messages)
10254
10255 2006-09-26 [ticho]      2.5.1cvs1
10256
10257         * src/mbox.c
10258                 Make use of gettext's multiple plurals for statusbar
10259                 progress message.
10260
10261 2006-09-25 [paul]       2.5.1
10262
10263         * NEWS
10264         * README
10265         * RELEASE_NOTES
10266                 2.5.1 released
10267
10268 2006-09-25 [colin]      2.5.0cvs3
10269
10270         * src/plugins/bogofilter/bogofilter.c
10271         * src/plugins/clamav/clamav_plugin.c
10272         * src/plugins/spamassassin/spamassassin.c
10273                 BogoFilter, Spamassassin: Fix double hook registering after
10274                 visiting preferences
10275                 Spamassassin, Clamav: Just set the mails to move instead of
10276                 doing the move - caller will move the things at once.
10277
10278 2006-09-25 [colin]      2.5.0cvs2
10279
10280         * src/imap.c
10281         * src/etpan/imap-thread.c
10282                 Use UID SEARCH ALL instead of UID 1:*
10283                 (braindead servers can't figure out that's
10284                 the same...)
10285
10286 2006-09-25 [wwp]        2.5.0cvs1
10287
10288         * src/message_search.c
10289                 Added the ability to stop a running search (in message body).
10290
10291 2006-09-25 [paul]       2.5.0
10292
10293         * NEWS
10294         * README
10295         * RELEASE_NOTES
10296                 2.5.0 released
10297
10298 2006-09-25 [paul]       2.4.0cvs214
10299
10300         * po/cs.po
10301         * po/de.po
10302         * po/fi.po
10303         * po/fr.po
10304         * po/nl.po
10305         * po/pt_BR.po
10306         * po/sk.po
10307         * po/sr.po
10308         * po/zh_CN.po
10309                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10310                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10311                 Ticho, Aleksander Urosevic, Ralgh Young
10312
10313 2006-09-24 [mones]      2.4.0cvs213
10314
10315         * po/es.po
10316                 Updated for release
10317
10318 2006-09-23 [colin]      2.4.0cvs212
10319
10320         * src/gtk/inputdialog.c
10321                 Fix [ ] remember this appearing in normal
10322                 input dialogs after it's been used by
10323                 mimeview.
10324         * src/folder.c
10325         * src/folderview.c
10326         * src/msgcache.c
10327         * src/procmsg.c
10328         * src/summaryview.c
10329         * src/textview.c
10330         * src/common/timing.h
10331                 Enable timings in debug mode and make it
10332                 look prettier.
10333
10334 2006-09-22 [colin]      2.4.0cvs211
10335
10336         * README
10337                 Revert test change
10338         * commitHelper
10339                 ping the correct URI
10340
10341 2006-09-22 [colin]      2.4.0cvs210
10342
10343         * README
10344                 Let's see if bug #1022 is fixed
10345
10346 2006-09-21 [colin]      2.4.0cvs209
10347
10348         * src/wizard.c
10349         * src/common/plugin.c
10350                 Prepare infra to load predefined plugins when
10351                 no configuration existed. Don't actually load
10352                 anything yet (feat. freeze)
10353
10354 2006-09-21 [wwp]        2.4.0cvs208
10355
10356         * manual/fr/faq.xml
10357                 Partial sync w/ 2.4.0cvs72:
10358                 wrap file and minor updates.
10359
10360 2006-09-21 [wwp]        2.4.0cvs207
10361
10362         * tools/fix_date.sh
10363                 several fixes and enhancements. A new --force switch has been
10364                 added to prevent overriding by default Date: header when
10365                 already existing.
10366
10367 2006-09-21 [paul]       2.4.0cvs206
10368
10369         * src/common/utils.c
10370                 add Chinese UTF8 Re prefix
10371
10372 2006-09-21 [wwp]        2.4.0cvs205
10373
10374         * tools/Makefile.am
10375                 Fics alfabettical order.
10376
10377 2006-09-21 [wwp]        2.4.0cvs204
10378
10379         * tools/fix_date.sh
10380         * tools/Makefile.am
10381                 Added an action tool to fix missing Date field in emails.
10382                 Updated Makefile.am to reflect those last two additions.
10383
10384 2006-09-21 [wwp]        2.4.0cvs203
10385
10386         * tools/uuooffice
10387                 Added a action tool to open uuencoded docs w/
10388                 OpenOffice (based on uudec method).
10389
10390 2006-09-21 [colin]      2.4.0cvs202
10391
10392         * src/compose.c
10393         * src/textview.c
10394                 Workaround possible GTK crash: remove selection 
10395                 clipboard before destroying widget, or GTK+-2.10
10396                 dies. Thanks to Hiro.
10397
10398 2006-09-20 [colin]      2.4.0cvs201
10399
10400         * src/compose.c
10401                 Fix free-after-use in some cases (when 
10402                 procmime_encode_content() frees mimeinfo->data.mem
10403                 and turns it to a temp file)
10404
10405 2006-09-20 [colin]      2.4.0cvs200
10406
10407         * src/folderview.c
10408         * src/summaryview.c
10409         * src/gtk/gtksctree.c
10410         * src/gtk/gtksctree.h
10411                 Add tooltips in the folderview and summaryview
10412                 (Doesn't break string freeze as they already
10413                 exist)
10414         * src/toolbar.c
10415                 Put the spam button in the default configuration
10416                 if compiled with bogo plugin too
10417
10418 2006-09-19 [colin]      2.4.0cvs199
10419
10420         * src/summaryview.c
10421         * src/summaryview.h
10422                 Update folder name label on folder rename
10423         * src/prefs_matcher.c
10424         * src/gtk/logwindow.h
10425                 Fix warnings
10426                 Patches by Fabien
10427
10428 2006-09-19 [wwp]        2.4.0cvs198
10429
10430         * src/summary_search.c
10431                 fix can't click forward/backward buttons in the
10432                 search messages.
10433
10434 2006-09-18 [paul]       2.4.0cvs197
10435
10436         * src/wizard.c
10437                 add missing bracket, capitalise the A of
10438                 'SpamAssassin'
10439
10440 2006-09-18 [paul]       2.4.0cvs196
10441
10442         * src/compose.c
10443                 fix bug 1012 'crashed upon sending mail
10444                 from compose window'
10445                 Thanks to Colin
10446
10447 2006-09-16 [colin]      2.4.0cvs195
10448
10449         * src/folderview.c
10450                 Fix "real-time" sorting by freezing/thawing
10451
10452 2006-09-16 [colin]      2.4.0cvs194
10453
10454         * manual/faq.xml
10455                 Fix the anti-spam entry a bit
10456
10457 2006-09-16 [colin]      2.4.0cvs193
10458
10459         * src/wizard.c
10460                 Make sure reviewers have no excuse when stating
10461                 Sylpheed-Claws doesn't have antispam capabilities.
10462
10463 2006-09-16 [colin]      2.4.0cvs192
10464
10465         * src/main.c
10466                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10467                 as if the SIGPIPE comes from etpan's thread we could
10468                 trigger a GUI update from this thread.
10469
10470 2006-09-16 [colin]      2.4.0cvs191
10471
10472         * src/summaryview.c
10473                 Init all members of the struct
10474
10475 2006-09-16 [paul]       2.4.0cvs190
10476
10477         * src/account.c
10478                 improvements to the English
10479
10480 2006-09-15 [colin]      2.4.0cvs189
10481
10482         * src/summaryview.c
10483                 HIG order on dialog
10484
10485 2006-09-14 [colin]      2.4.0cvs188
10486
10487         * src/common/socket.c
10488         * src/common/socket.h
10489         * src/common/ssl.c
10490         * src/common/ssl_certificate.c
10491         * src/common/ssl_certificate.h
10492         * src/etpan/imap-thread.c
10493                 the get_fqdn() call done to get canonical name when
10494                 checking an SSL certificate is blocking, which is
10495                 sad as we just did a non-blocking lookup to connect.
10496                 Fix that by letting the fqdn available to the SockInfo,
10497                 and use that in ssl_certificate_check(). For IMAP,
10498                 we don't do it as the lookup's done by libetpan, but
10499                 it's less annoying as IMAP connections as much more
10500                 rare than POP3 connections.
10501
10502 2006-09-14 [paul]       2.4.0cvs187
10503
10504         * manual/advanced.xml
10505                 improvements to the English,
10506                 properly place the new hidden options
10507                 within the alphabetical order
10508         * src/gtk/pluginwindow.c
10509                 improvements to the English
10510
10511 2006-09-14 [colin]      2.4.0cvs186
10512
10513         * src/prefs_common.c
10514         * src/prefs_common.h
10515         * src/gtk/gtksctree.c
10516         * manual/advanced.xml
10517                 New hidden pref, stripes_color_offset, to change
10518                 the value added/substracted to normal bgcolor to
10519                 create the stripes in summaries
10520
10521 2006-09-13 [colin]      2.4.0cvs185
10522
10523         * src/gedit-print.c
10524         * src/messageview.c
10525         * src/messageview.h
10526         * src/summaryview.c
10527         * src/textview.c
10528                 Fix misc. printing issues: 
10529                 - Bad font for linkified headers
10530                 - Different font if the mail was displayed or not
10531                 - Factorize the thing
10532
10533 2006-09-13 [colin]      2.4.0cvs184
10534
10535         * src/common/ssl_certificate.c
10536                 Only get FQDN once when checking certificate
10537
10538 2006-09-13 [colin]      2.4.0cvs183
10539
10540         * src/account.c
10541         * src/gtk/pluginwindow.c
10542                 Misc. GUI fixes by Fabien
10543
10544 2006-09-13 [wwp]        2.4.0cvs182
10545
10546         * configure.ac
10547         * src/common/utils.h
10548         * src/common/utils.c
10549                 get rid of unused wide-char functions.
10550
10551 2006-09-13 [wwp]        2.4.0cvs181
10552
10553         * src/plugins/pgpinline/sylpheed.def
10554         * src/textview.c
10555                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10556                 add privacy_reset_error to the .def file,
10557                 do not fork for an external textviewer.
10558
10559 2006-09-13 [wwp]        2.4.0cvs180
10560
10561         * src/prefs_common.c
10562                 fix broken font entry in prefs (patch issued by the gpg4win team,
10563                 probably by Marcus Brinkmann <marcus@g10code.de>).
10564
10565 2006-09-13 [colin]      2.4.0cvs179
10566
10567         * src/folder.h
10568                 Fix a warning in summaryview.c
10569         * src/mainwindow.c
10570         * src/summaryview.c
10571         * src/summaryview.h
10572                 Add missing Mark/* elements in the
10573                 main menu
10574
10575 2006-09-12 [colin]      2.4.0cvs178
10576
10577         * src/prefs_actions.c
10578         * src/prefs_filtering_action.c
10579         * src/prefs_matcher.c
10580                 Use (New) instead of New everywhere
10581
10582 2006-09-12 [wwp]        2.4.0cvs177
10583
10584         * manual/fr/addrbook.xml
10585         * manual/fr/handling.xml
10586                 updated some quotes in the fr manual to match the fr translation.
10587
10588 2006-09-12 [wwp]        2.4.0cvs176
10589
10590         * src/prefs_matcher.c
10591                 don't store translated string elements in matcher expressions.
10592                 Also fixed a misused of Q_().
10593
10594 2006-09-11 [wwp]        2.4.0cvs175
10595
10596         * src/plugins//bogofilter/bogofilter.c
10597         * src/plugins//clamav/clamav_plugin.c
10598         * src/plugins//demo/demo.c
10599         * src/plugins//dillo_viewer/dillo_viewer.c
10600         * src/plugins//pgpcore/plugin.c
10601         * src/plugins//pgpinline/plugin.c
10602         * src/plugins//pgpmime/plugin.c
10603         * src/plugins//spamassassin/spamassassin.c
10604                 gettext-ize more strings (mostly plugin error messages).
10605
10606 2006-09-11 [colin]      2.4.0cvs174
10607
10608         * src/alertpanel.c
10609                 Make maximum buffer size bigger to avoid
10610                 truncating translated messages. Patch by
10611                 Fabien
10612
10613 2006-09-11 [colin]      2.4.0cvs173
10614
10615         * src/etpan/imap-thread.c
10616                 Fix compilation on OpenBSD, thanks to 
10617                 Landry
10618
10619 2006-09-10 [wwp]        2.4.0cvs172
10620
10621         * manual/account.xml
10622         * manual/addrbook.xml
10623         * manual/handling.xml
10624         * manual/es/handling.xml
10625         * manual/fr/account.xml
10626         * manual/fr/addrbook.xml
10627         * manual/fr/handling.xml
10628                 documented addressbook matching (condition configuration):
10629                   addrbook.xml, en fr
10630                 documented per-account filtering rules (handling/filtering
10631                   section, account section):
10632                   account.xml, handling.xml, en fr
10633                 slightly updated the handling/searching section to tell few
10634                   words about the extended search ability:
10635                   handling.xml, en fr
10636                 added missing <quote></quotes> to Quick Search:
10637                   handling.xml, en fr es
10638                 fixed a typo (auomatically):
10639                   handling.xml, en
10640                 changes revisited by Paul.
10641
10642 2006-09-10 [paul]       2.4.0cvs171
10643
10644         * src/prefs_actions.c
10645         * src/prefs_filtering.c
10646         * src/prefs_template.c
10647                 adjustments to the gui
10648                 Patch by Fabien Vantard (slightly modified)
10649
10650 2006-09-10 [colin]      2.4.0cvs170
10651
10652         * src/summaryview.c
10653                 Check folderitem/summaryview consistency
10654                 (basically automates Update summary). Fixes
10655                 #1011 (wrong (negative) count on unread 
10656                 messages)
10657
10658 2006-09-10 [colin]      2.4.0cvs169
10659
10660         * src/gtk/gtksctree.c
10661                 Fix recursive expansion via mouse
10662         * src/plugins/bogofilter/bogofilter.c
10663                 Use normal filtering way of moving
10664                 messages (batching), possibly fixing
10665                 bug #1015 (Bogofilter plugin doubles 
10666                 new messages)
10667
10668 2006-09-09 [wwp]        2.4.0cvs168
10669
10670         * src/prefs_filtering.c
10671                 better place for this fix.
10672
10673 2006-09-09 [wwp]        2.4.0cvs167
10674
10675         * src/prefs_filtering.c
10676                 fix a minor bug when the enabled status of a filtering/processing
10677                 rule always got set to TRUE when replacing this rule. That still
10678                 make sense when adding a new rule, but now when replacing, we
10679                 don't override the value of 'enabled'.
10680                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10681                 to prefs_filtering_list_view_get_info() as this function not only
10682                 returns the name, but also the account_id and the enabled status.
10683
10684 2006-09-09 [mones]      2.4.0cvs166
10685
10686         * manual/glossary.xml
10687         * manual/plugins.xml
10688                 Minor format corrections
10689         * manual/gpl.xml
10690                 Fix misplaced NO WARRANTY section
10691         * manual/es/advanced.xml
10692         * manual/es/faq.xml
10693         * manual/es/glossary.xml
10694         * manual/es/gpl.xml
10695         * manual/es/handling.xml
10696         * manual/es/plugins.xml
10697         * manual/es/starting.xml
10698                 Incorporate changes from English version
10699         * manual/fr/ack.xml
10700         * manual/pl/ack.xml
10701         * manual/es/ack.xml
10702                 Fix address, (add translation credits in es version)
10703         * po/es.po
10704                 Updated translation
10705
10706 2006-09-09 [wwp]        2.4.0cvs165
10707
10708         * src/prefs_filtering.c
10709                 fix a crash when opening filtering prefs, if matcherrc file contains
10710                 broken data (non-existing account id, which is theoretically not
10711                 possible).
10712
10713 2006-09-08 [colin]      2.4.0cvs164
10714
10715         * src/folder.c
10716                 Wrong assert, make it an if()
10717         * src/gtk/gtksctree.c
10718                 Fix bug #1013 (expand selected thread 
10719                 tree) - expanding is now recursive
10720
10721 2006-09-07 [wwp]        2.4.0cvs163
10722
10723         * src/prefs_matcher.c
10724                 make better sentences about addressbook matching in the
10725                 matcher prefs. This should make translators' work easier
10726                 too.
10727
10728 2006-09-07 [wwp]        2.4.0cvs162
10729
10730         * src/prefs_filtering.c
10731                 code simplification (get rid of dup var. assignment).
10732
10733 2006-09-07 [wwp]        2.4.0cvs161
10734
10735         * src/summaryview.c
10736                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10737                 <fzzzzz@gmail.com>.
10738
10739 2006-09-07 [paul]       2.4.0cvs160
10740
10741         * src/mimeview.c
10742                 fix compilation warnings
10743                 Thanks to Colin
10744
10745 2006-09-07 [paul]       2.4.0cvs159
10746
10747         * src/mimeview.c
10748                 select the mimepart icon when
10749                 displaying as text
10750                 Thanks to Colin
10751
10752 2006-09-06 [paul]       2.4.0cvs158
10753
10754         * src/prefs_filtering.c
10755                 fix labels and table element spacing
10756                 Patch by Fabien Vantard
10757
10758 2006-09-06 [paul]
10759
10760         2.5.0-rc3 released
10761
10762 2006-09-06 [paul]       2.4.0cvs157
10763
10764         * manual/es/advanced.xml
10765                 fix typo
10766
10767 2006-09-06 [wwp]        2.4.0cvs156
10768
10769         * src/mainwindow.c
10770                 fix an dup launch issue when iconified, thanks to Colin.
10771
10772 2006-09-06 [wwp]        2.4.0cvs155
10773
10774         * src/gtk//gtksctree.h
10775                 oops, forgot that one!
10776
10777 2006-09-06 [wwp]        2.4.0cvs154
10778
10779         * manual/pl/advanced.xml
10780         * manual/advanced.xml
10781         * manual/es/advanced.xml
10782         * manual/fr/advanced.xml
10783         * src/prefs_customheader.c
10784         * src/prefs_filtering_action.c
10785         * src/foldersel.c
10786         * src/prefs_summaries.c
10787         * src/prefs_filtering.c
10788         * src/account.c
10789         * src/compose.c
10790         * src/prefs_summary_column.c
10791         * src/addr_compl.c
10792         * src/prefs_actions.c
10793         * src/prefs_folder_column.c
10794         * src/ssl_manager.c
10795         * src/prefs_template.c
10796         * src/prefs_display_header.c
10797         * src/prefs_common.h
10798         * src/prefs_matcher.c
10799         * src/prefs_common.c
10800         * src/prefs_toolbar.c
10801         * src/summaryview.c
10802         * src/folderview.c
10803         * src/gtk/gtksctree.c
10804         * src/gtk/pluginwindow.c
10805         * src/gtk/progressdialog.c
10806         * src/gtk/prefswindow.c
10807                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10808                 to make its meaning more obvious (all versions of the manual reflect
10809                 the change).
10810                 added an extra hidden option use_stripes_in_summary to allow
10811                 discarding these stripes in mainwindow's folder and message lists;
10812                 en and fr manuals only are OK towards this.
10813
10814 2006-09-06 [colin]      2.4.0cvs153
10815
10816         * src/textview.c
10817                 Hide Sylpheed-Claws' internal queue headers
10818                 when showing all headers. They'll be present
10819                 only in Source window.
10820
10821 2006-09-05 [colin]      2.4.0cvs152
10822
10823         * src/plugins/trayicon/trayicon.c
10824                 Fix crash at exit - we have to disconnect
10825                 our handlers
10826         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10827                 Update eggtrayicon - patch adapted from a
10828                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10829                 on Sylpheed's ML
10830
10831 2006-09-05 [colin]      2.4.0cvs151
10832
10833         * src/mainwindow.c
10834         * src/gtk/logwindow.c
10835                 Fix race condition when something writes
10836                 to the log too soon during init. Thanks
10837                 to Fabien Vantard
10838
10839 2006-09-05 [colin]      2.4.0cvs150
10840
10841         * src/mimeview.c
10842                 Don't select part on right-click either
10843
10844 2006-09-05 [paul]       2.4.0cvs149
10845
10846         * src/mimeview.c
10847                 completion of previous commit
10848                 Thanks to Colin
10849
10850 2006-09-05 [colin]      2.4.0cvs148
10851
10852         * src/mimeview.c
10853                 Don't force selection on middle-click, just open
10854
10855 2006-09-04 [colin]      2.4.0cvs147
10856
10857         * src/mimeview.c
10858                 Looks like gtk_notebook_set_current_page()
10859                 sometimes steals focus, and this annoys us
10860                 in MimeViewers as it renders navigation
10861                 keys useless. Take back focus after switching
10862                 pages.
10863
10864 2006-09-04 [colin]      2.4.0cvs146
10865
10866         * src/messageview.c
10867                 Set stop_loading when clicking on Next
10868                 during load. Don't add a callback to 
10869                 avoid over-complicating things.
10870
10871 2006-09-04 [colin]      2.4.0cvs145
10872
10873         * src/mimeview.c
10874         * src/messageview.c
10875                 Fix multiple loads in separate messageview
10876
10877 2006-09-04 [colin]      2.4.0cvs144
10878
10879         * src/summaryview.c
10880                 Let navigation keys be handled during 
10881                 load
10882
10883 2006-09-04 [colin]      2.4.0cvs143
10884
10885         * src/messageview.c
10886         * src/summaryview.c
10887         * src/textview.c
10888         * src/textview.h
10889                 Make loading of huge mails (lots of text and/or
10890                 images) cancellable, so the GUI doesn't block 
10891
10892 2006-09-04 [colin]      2.4.0cvs142
10893
10894         * src/plugins/trayicon/trayicon.c
10895                 Fix annoyance when removing a folder with 
10896                 unread mails: trayicon didn't update
10897
10898 2006-09-04 [paul]       2.4.0cvs141
10899
10900         * src/gtk/icon_legend.c
10901                 straighten up columns
10902                 Patch by Fabien Vantard
10903
10904 2006-09-04 [wwp]        2.4.0cvs140
10905
10906         * src/prefs_filtering.c
10907                 fix new line's account name in filtering prefs:
10908                 was "All", is now "(New)".
10909
10910 2006-09-04 [paul]       2.4.0cvs139
10911
10912         * tools/make.themes.project
10913                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10914                 instead of homebrewed "make release"
10915
10916 2006-09-03 [colin]      2.4.0cvs138
10917
10918         * src/folderview.c
10919                 Fix bug #1007 (Wrong folder highlighted)
10920
10921 2006-09-03 [colin]      2.4.0cvs137
10922
10923         * src/compose.c
10924                 Don't set Newsgroup: header to a mail folder
10925                 path
10926
10927 2006-09-03 [paul]       2.4.0cvs136
10928
10929         * src/prefs_other.c
10930         * src/prefs_spelling.c
10931                 unify the gui
10932
10933 2006-09-03 [paul]       2.4.0cvs135
10934
10935         * src/prefs_summaries.c
10936                 correct menu item text in prefs_keybind_apply_clicked()
10937
10938 2006-09-03 [paul]       2.4.0cvs134
10939
10940         * manual/advanced.xml
10941                 some improvements to the descriptions
10942         * src/mainwindow.c
10943         * src/messageview.c
10944         * src/summaryview.c
10945         * src/gtk/menu.c
10946                 fix menu sensitivity issues
10947         * src/prefs_message.c
10948                 drop the useless word 'short'
10949         * src/prefs_other.c
10950                 add the word 'lines' indicating log length
10951                 is a measure of lines
10952         * src/textview.c
10953                 fix compilation warnings
10954
10955 2006-09-02 [colin]      2.4.0cvs133
10956
10957         * src/messageview.c
10958                 Display a special return-receipt message
10959                 if the message is from the user
10960         * src/summaryview.c
10961                 Fix missing freeze of the list when marking
10962                 all read and unthreading for exec. Thanks
10963                 to Stephan Sachse.
10964
10965 2006-09-02 [paul]       2.4.0cvs132
10966
10967         * src/mainwindow.c
10968         * src/prefs_message.c
10969         * src/summaryview.c
10970                 fix some english
10971
10972 2006-09-02 [wwp]        2.4.0cvs131
10973
10974         * src/prefs_filtering.c
10975                 added an account name column to the filtering rules
10976                 dialog.
10977
10978 2006-09-02 [colin]      2.4.0cvs130
10979
10980         * src/gtk/logwindow.c
10981         * src/gtk/logwindow.h
10982                 Block scrolling if we're not at the end
10983                 of the log
10984
10985 2006-09-02 [colin]      2.4.0cvs129
10986
10987         * src/folder.c
10988                 Make sure account-specific rules can't
10989                 be used in {pre-,post-,}processing
10990         * src/mainwindow.c
10991         * src/gtk/logwindow.c
10992         * src/gtk/logwindow.h
10993                 Jump to last error when clicking on the
10994                 warning icon
10995
10996 2006-09-02 [colin]      2.4.0cvs128
10997
10998         * src/imap.c
10999         * src/import.c
11000         * src/mainwindow.c
11001         * src/mainwindow.h
11002                 Fix warning icon
11003         * src/inc.c
11004         * src/mbox.c
11005         * src/mbox.h
11006                 Let proc_mbox know its account, for
11007                 account-specific rules
11008
11009 2006-09-01 [colin]      2.4.0cvs127
11010
11011         * src/codeconv.c
11012                 Don't uselessly use iconv to convert from
11013                 us-ascii
11014         * src/alertpanel.c
11015         * src/mainwindow.c
11016         * src/mainwindow.h
11017         * src/inc.c
11018                 Fix certain log cases, disable warning icon
11019                 for now, the correct way to display it when
11020                 necessary and only when necessary is probably
11021                 to do it manually rather than use error logs
11022         * src/etpan/imap-thread.c
11023                 Clean up UID logging a bit
11024         * src/gtk/logwindow.c
11025         * src/gtk/logwindow.h
11026                 Make logging faster when the window's closed
11027
11028 2006-09-01 [wwp]        2.4.0cvs126
11029
11030         * manual/fr/account.xml
11031                 reflect changes to the ref. manual (parts of cvs72):
11032                 fix tabnames and quotes.
11033
11034 2006-09-01 [wwp]        2.4.0cvs125
11035
11036         * manual/fr/plugins.xml
11037                 reflect changes to the reference manual (cvs42):
11038                 update IRC channel info.
11039
11040 2006-09-01 [wwp]        2.4.0cvs124
11041
11042         * commitHelper
11043                 use CVSEDITOR env. var. if set, according to `man cvs`.
11044
11045 2006-09-01 [wwp]        2.4.0cvs123
11046
11047         * manual/advanced.xml
11048                 better sentence again (thanks to Paul).
11049
11050 2006-09-01 [wwp]        2.4.0cvs122
11051
11052         * manual/advanced.xml
11053         fix definition of toolbar_detachable and rework a bit the one of
11054         enable_dotted_lines.
11055
11056 2006-09-01 [mones]      2.4.0cvs121
11057
11058         * manual/advanced.xml
11059                 Document enable_dotted_lines
11060
11061 2006-09-01 [paul]       2.4.0cvs120
11062
11063         * src/folderview.c
11064         * src/folderview.h
11065         * src/imap.c
11066         * src/mainwindow.c
11067         * src/summaryview.c
11068                 obey the 'When entering folder...' option
11069                 when using the /View/Go to/... menu items
11070                 Thanks to Colin
11071
11072 2006-08-31 [colin]      2.4.0cvs119
11073
11074         * src/folderview.c
11075                 Revert 2.4.0cvs116, wrong fix.
11076
11077 2006-08-31 [colin]      2.4.0cvs118
11078
11079         * src/gtk/gtksctree.c
11080                 Better state the various copyrights
11081
11082 2006-08-31 [colin]      2.4.0cvs117
11083
11084         * src/prefs_common.c
11085                 fix enable_dotted_lines
11086
11087 2006-08-31 [colin]      2.4.0cvs116
11088
11089         * src/folderview.c
11090                 Use pref "Always open on select" when going
11091                 to next unread folder
11092         * src/gtk/gtksctree.c
11093                 Fix link failure to _gtk_clist_create_cell_layout
11094                 on certain computers. (Why not mine, I wonder)
11095
11096 2006-08-31 [colin]      2.4.0cvs115
11097
11098         * src/procmsg.c
11099         * src/textview.c
11100         * src/plugins/bogofilter/bogofilter.c
11101         * src/plugins/spamassassin/spamassassin.c
11102                 Requalify some "errors" to warnings
11103         * src/mainwindow.c
11104         * src/mainwindow.h
11105         * src/statusbar.c
11106                 Add an icon in the statusbar to notify
11107                 of errors
11108         * src/gtk/gtksctree.c
11109         * src/folderview.c
11110         * src/summaryview.c
11111                 Make the GtkSCTree look more modern by
11112                 alternating background lines
11113         * src/prefs_common.c
11114         * src/prefs_common.h
11115                 Add a pref to let people have the old
11116                 way if they prefer
11117
11118
11119 2006-08-30 [colin]      2.4.0cvs114
11120
11121         * src/procmsg.c
11122         * src/procmsg.h
11123                 Provide a way to filter a list of
11124                 messages in an optimised manner, and
11125                 add a list-filtering hook
11126         * src/folder.c
11127         * src/inc.c
11128         * src/mbox.c
11129                 Use the list filtering
11130         * src/plugins/bogofilter/bogofilter.c
11131                 Use the list-filtering hook
11132                 Use -b (bulk) mode for more speed
11133                 when learning and filtering
11134         * src/etpan/imap-thread.c
11135                 Make log output shorter in UID SEARCH
11136
11137
11138 2006-08-30 [colin]      2.4.0cvs113
11139
11140         * src/plugins/bogofilter/bogofilter.c
11141                 Really fast mass learning - thanks to David
11142                 Relson for the options explanations :)
11143
11144 2006-08-30 [colin]      2.4.0cvs112
11145
11146         * src/msgcache.c
11147                 Fix compilation on FreeBSD. Thanks
11148                 to Michael Hugues
11149
11150 2006-08-29 [colin]      2.4.0cvs111
11151
11152         * src/folderview.c
11153                 Handle "popup_menu" signal (for popping the 
11154                 menu via the keyboard)
11155         * src/mimeview.c
11156         * src/mimeview.h
11157         * src/summaryview.c
11158         * src/textview.c
11159         * src/gtk/gtkutils.c
11160         * src/gtk/gtkutils.h
11161                 Factorize scrolling code, and add an API 
11162                 for MimeViewers to handle scroll orders
11163
11164 2006-08-29 [wwp]        2.4.0cvs110
11165
11166         * src/plugins//bogofilter/bogofilter.c
11167         * src/plugins//spamassassin/spamassassin.c
11168                 make the bogofilter/spamassassin filtering error dialogs at
11169         incorporation obey to the "don't popup error dialog on
11170         receive error" option. If disabled, feed the log window w/
11171         the error message.
11172
11173 2006-08-29 [paul]
11174
11175         2.5.0-rc2 released
11176
11177 2006-08-29 [paul]       2.4.0cvs109
11178
11179         * Makefile.am
11180                 remove 'make release', it's not needed
11181                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11182
11183 2006-08-29 [paul]       2.4.0cvs108
11184
11185         * src/foldersel.c
11186         * src/summary_search.c
11187         * src/gtk/progressdialog.c
11188         * src/plugins/pgpcore/passphrase.c
11189                 replace deprecated gtk_window_set_policy()
11190
11191 2006-08-29 [colin]      2.4.0cvs107
11192
11193         * src/folder.c
11194                 Fix data loss when copy fails during a move:
11195                 only use fast remove_msgs if everything was
11196                 copied OK; else use slow remove_msg on the
11197                 mails that got copied only.
11198
11199 2006-08-28 [paul]       2.4.0cvs106
11200
11201         * src/mh.c
11202                 revert change in 2.4.0cvs104, it breaks
11203                 stuff
11204
11205 2006-08-28 [paul]       2.4.0cvs105
11206
11207         * src/plugins/spamassassin/spamassassin.c
11208                 english fix
11209
11210 2006-08-28 [paul]       2.4.0cvs104
11211
11212         * src/mh.c
11213                 fix data loss when moving to another
11214                 mailbox fails
11215         * src/prefs_spelling.c
11216                 improve the english
11217         * src/gtk/pluginwindow.c
11218                 improve the layout of the dialog text
11219         All thanks to Colin
11220
11221 2006-08-28 [paul]       2.4.0cvs103
11222
11223         * src/plugins/bogofilter/bogofilter.c
11224         * src/plugins/bogofilter/bogofilter_gtk.c
11225                 fix english up a bit, innit
11226
11227 2006-08-28 [paul]       2.4.0cvs102
11228
11229         * configure.ac
11230         * po/Makefile.in.in
11231         * po/Makevars
11232                 require autoconf 2.60, enabling building
11233                 with gettext 0.15 (gettext 0.14.x build still
11234                 possible). Replace Makefiles with versions
11235                 from gettext 0.15.
11236                 Remove configure options --with-localedir and
11237                 --with-mandir. The options that are provided
11238                 directly by autoconf 2.60 can be used instead:
11239                 --mandir --localedir
11240
11241 2006-08-27 [colin]      2.4.0cvs101
11242
11243         * src/plugins/bogofilter/Makefile.am
11244                 Fix make dist (no README)
11245
11246 2006-08-27 [colin]      2.4.0cvs100
11247
11248         * src/folder.c
11249                 Don't use F_UNKNOWN folders for any default
11250                 outbox/trash/etc
11251         * src/plugins/bogofilter/bogofilter.c
11252         * src/plugins/bogofilter/bogofilter.h
11253         * src/plugins/bogofilter/bogofilter_gtk.c
11254                 Add an option to specify the path to bogofilter
11255                 Use single-quotes to be able to learn in folders
11256                 with spaces in their names
11257                 Verify learning status
11258
11259 2006-08-27 [colin]      2.4.0cvs99
11260
11261         * manual/faq.xml
11262         * manual/plugins.xml
11263                 Document Bogofilter plugin
11264
11265 2006-08-27 [colin]      2.4.0cvs98
11266
11267         * src/compose.c
11268         * src/messageview.c
11269         * src/procmsg.c
11270         * src/procmsg.h
11271                 When possible, copy the queued mail to sent folder
11272                 instead of re-adding. Much faster on IMAP.
11273
11274 2006-08-27 [colin]      2.4.0cvs97
11275
11276         * src/msgcache.c
11277                 Disable mmaped caches - huge metadata loss
11278                 here after a power failure.
11279         * src/summaryview.c
11280                 Add quicksearch timing
11281         * src/common/plugin.c
11282         * src/common/plugin.h
11283                 Implement an interface to tell what plugins
11284                 provide. Prevent loading of similar plugins.
11285         * src/plugins/clamav/clamav_plugin.c
11286         * src/plugins/demo/demo.c
11287         * src/plugins/dillo_viewer/dillo_viewer.c
11288         * src/plugins/pgpcore/plugin.c
11289         * src/plugins/pgpinline/pgpinline.c
11290         * src/plugins/pgpmime/pgpmime.c
11291         * src/plugins/spamassassin/spamassassin.c
11292         * src/plugins/trayicon/trayicon.c
11293                 Implement plugin_provides()
11294
11295 2006-08-27 [colin]      2.4.0cvs96
11296
11297         * configure.ac
11298         * src/plugins/Makefile.am
11299         * src/plugins/bogofilter/.cvsignore
11300         * src/plugins/bogofilter/Makefile.am
11301         * src/plugins/bogofilter/bogofilter.c
11302         * src/plugins/bogofilter/bogofilter.h
11303         * src/plugins/bogofilter/bogofilter_gtk.c
11304                 New Bogofilter plugin, provides filtering and
11305                 learning. Spamassassin will go to extra plugins.
11306
11307 2006-08-26 [mones]      2.4.0cvs95
11308
11309         * manual/handling.xml
11310                 Fix subfolder path in the example (thanks to Paul) 
11311
11312 2006-08-26 [mones]      2.4.0cvs94
11313
11314         * manual/glossary.xml
11315                 2.2. + add ISP to the glossary
11316                 7.5. + Add UIDL to glossary
11317                 7.7. + Add TCP to glossary
11318         * manual/handling.xml
11319                 7.1. + Mentions GNU/Linux distribution, what about the non...
11320                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11321                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11322                 7.4. = Use appropriate quotation for commands
11323                 7.6. = change "" to <quote></quote>
11324         * manual/plugins.xml
11325                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11326         * manual/starting.xml
11327                 2.1. + local mbox file: some examples of mbox file locations...
11328                 Also reformatted files requiring it
11329
11330 2006-08-26 [wwp]        2.4.0cvs93
11331
11332         * src/summary_search.c
11333                 disable find buttons while summary search is running.
11334
11335 2006-08-25 [colin]      2.4.0cvs92
11336
11337         * src/folder.c
11338         * src/folderutils.c
11339         * src/mh.c
11340         * src/procmsg.h
11341         * src/summaryview.c
11342                 Speed up MH moving, and add progressbar
11343                 for MH deletion
11344         * src/msgcache.c
11345                 Write cache files using mmap() too
11346
11347 2006-08-25 [wwp]        2.4.0cvs91
11348
11349         * src/summaryview.c
11350                 switch spam<->ham button when a message has been marked as spam or ham
11351                 and is still selected. Thanks to Colin.
11352
11353 2006-08-25 [paul]       2.4.0cvs90
11354
11355         * src/Makefile.am
11356         * src/stock_pixmap.c
11357         * src/stock_pixmap.h
11358         * src/summaryview.c
11359         * src/gtk/icon_legend.c
11360         * src/pixmaps/copied.xpm
11361         * src/pixmaps/moved.xpm
11362                 add icons for delayed execution marked for
11363                 copying, marked for moving
11364
11365 2006-08-25 [mones]      2.4.0cvs89
11366
11367         * manual/glossary.xml
11368                 Fix the other glossary items:
11369                 5.1. = Inmmediate execution -> <quote>immediate execution...
11370                 5.2. = Fix MBOX capitalization -> Mbox
11371                 5.3. + Improve Plugins def. w/ tech. ref.
11372                 5.4. = Quotation -> replace '>' by <quote>></quote>
11373                 5.5. - SMTP Server. -> remove dot
11374         * po/es.po
11375                 Updated translation
11376
11377 2006-08-25 [mones]      2.4.0cvs88
11378
11379         * manual/ack.xml
11380                 Reformatted, changed email address
11381         * manual/glossary.xml
11382                 Reformatted, fixed MANUAL-TODO items:
11383                 8.2. + add ROT-13 to glossary
11384                 8.4. + add URL to glossary
11385         * manual/es/advanced.xml
11386                 Fixed <literal>s
11387
11388 2006-08-25 [paul]       2.4.0cvs87
11389
11390         * src/gtk/icon_legend.c
11391                 add 'marked for deletion' icon
11392                 arrange icons by containing column
11393                 wrap long label text
11394
11395 2006-08-25 [colin]      2.4.0cvs86
11396
11397         * src/common/utils.c
11398         * src/common/utils.h
11399                 Add the sc_g_*list_bigger functions in
11400                 a place everyone can use it
11401         * src/summaryview.c
11402                 Only freeze/thaw the list when working
11403                 on the selection, if it's bigger than 1
11404         * src/gtk/gtksctree.c
11405                 Only freeze/thaw the list when unselec-
11406                 ting 'all' if ('all' != 1)
11407                 This avoids some flickering
11408
11409 2006-08-24 [colin]      2.4.0cvs85
11410
11411         * src/addressbook.c
11412                 Fix strange list selection
11413                 Fix random seg (Invalid read of freed memory)
11414
11415 2006-08-24 [colin]      2.4.0cvs84
11416
11417         * src/alertpanel.c
11418         * src/gtk/inputdialog.c
11419         * src/plugins/pgpcore/passphrase.c
11420                 Revert minimal width patch of 2.4.0cvs67,
11421                 as it is also a maximal width. Use 
11422                 gtk_window_set_default_size instead.
11423
11424 2006-08-24 [colin]      2.4.0cvs83
11425
11426         * src/msgcache.c
11427                 Write cache/mark to temp files before
11428                 overwriting old ones (avoids metadata
11429                 loss if writing the new files fail).
11430                 Use mmap() to read cache/mark file, as
11431                 this makes cache reading faster. Dis-
11432                 abled for big-endian machines until it
11433                 can be tested. (Big-endian users: set
11434                 msgcache_use_mmap = TRUE in the relevant
11435                 #if).
11436         * src/procmsg.h
11437                 Move rarely used fields of MsgInfo in 
11438                 another structure, which will only be
11439                 allocated if needed. Face, X-Face,
11440                 Return receipt headers and List-*
11441                 headers are moved. Mails having none
11442                 of these occupy 52 bytes less with
11443                 this patch, which makes 2.5MB of RAM
11444                 saved on a 50k folder).
11445         * src/headerview.c
11446         * src/mainwindow.c
11447         * src/messageview.c
11448         * src/partial_download.c
11449         * src/procheader.c
11450         * src/procmsg.c
11451         * src/textview.c
11452                 Follow this structure change.
11453
11454 2006-08-24 [wwp]        2.4.0cvs82
11455
11456         * manual/es/.cvsignore
11457         * manual/es/dist/.cvsignore
11458         * manual/es/dist/html/.cvsignore
11459         * manual/es/dist/pdf/.cvsignore
11460         * manual/es/dist/ps/.cvsignore
11461         * manual/es/dist/txt/.cvsignore
11462                 more (generated) files to ignore.
11463
11464 2006-08-24 [colin]      2.4.0cvs81
11465
11466         * src/folder.c
11467         * src/mh.c
11468                 Fix possible problems with local delivery. Check the folder doesn't
11469                 need scan before setting its mtime when saving cache (which can be
11470                 done long after the folder's been modified by an external process);
11471                 Check that the stored item's mtime didn't change in mh functions.
11472
11473 2006-08-24 [mones]      2.4.0cvs80
11474
11475         * manual/advanced.xml
11476                 Rewrapping, some fixes and MANUAL-TODO items:
11477                 8.1. = change "" to <quote></quote>
11478                 8.3. = quote menu items
11479                 8.5. - deploying -> new user ... ideally a new user (redundant)
11480
11481 2006-08-23 [colin]      2.4.0cvs79
11482
11483         * src/gtk/gtksctree.c
11484                 When selecting or deselecting range, only
11485                 freeze/thaw when selection is bigger than 10
11486
11487 2006-08-23 [colin]      2.4.0cvs78
11488
11489         * src/messageview.c
11490         * src/mimeview.c
11491         * src/mimeview.h
11492         * src/plugins/dillo_viewer/dillo_viewer.c
11493                 Provide an API for MimeViewer plugins to
11494                 return a text selection for replying
11495
11496 2006-08-23 [colin]      2.4.0cvs77
11497
11498         * src/image_viewer.c
11499         * src/textview.c
11500                 Use gtk_pixbuf_new_from_file_at_scale(), which
11501                 is faster than getting the pixbuf then resizing
11502                 it.
11503
11504 2006-08-23 [colin]      2.4.0cvs76
11505
11506         * src/procmime.c
11507                 UTF-8 should be sent Quoted-printable
11508
11509 2006-08-22 [colin]      2.4.0cvs75
11510
11511         * src/mh.c
11512                 Check if scan is required before touching
11513                 the folder (or it'll be required every time)
11514
11515 2006-08-22 [colin]      2.4.0cvs74
11516
11517         * configure.ac
11518                 Require libetpan 0.46 (crasher fix when built
11519                 against gnutls)
11520
11521 2006-08-22 [colin]      2.4.0cvs73
11522
11523         * src/folder.c
11524                 Set folder's mtime after writing its
11525                 cache
11526         * src/folderview.c
11527                 Add some timing
11528         * src/procmsg.c
11529                 Don't do useless stuff if we don't 
11530                 thread by subject
11531         * src/summaryview.c
11532                 Add some timing, don't deselect prior
11533                 to selecting (gtksctree does it itself),
11534                 remove crash avoidance hacks as it's been
11535                 properly fixed since a while
11536         * src/common/utils.c
11537                 Optimize to_human_readable(): _() is slow,
11538                 do it only once, and avoid %f format for KB
11539                 (the most common in a summaryview)
11540         * src/gtk/gtksctree.c
11541                 Don't uselessly freeze/thaw (fixes flicker
11542                 on next unread and friends), reduce number
11543                 of g_list_nth/g_list_position where possible
11544         * src/gtk/gtkutils.c
11545         * src/gtk/gtkutils.h
11546                 Reduce number of g_list_nth/g_list_position
11547                 where possible.
11548                 All of this makes loading as 70k folder 2.1
11549                 seconds instead of 3.2 (with hot FS caches).
11550                 (1.3 seconds without Date and Size columns...)
11551
11552 2006-08-22 [paul]       2.4.0cvs72
11553
11554         wrap documents and do some items from mones' MANUAL-TODO:
11555
11556         * manual/account.xml
11557                 4.1. = fix tabname references to <quote>tabname</quote>
11558                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11559         * manual/faq.xml
11560                 1.1. = mentioned options don't match UI
11561                 Add information about the 'Never send Return Receipts'
11562                 option
11563         * manual/handling.xml
11564                 6.2. = Mentions Extended symbols button, but now is
11565                 named Information
11566                 6.3. = Mentions ... button, which is now Edit
11567
11568 2006-08-22 [colin]      2.4.0cvs71
11569
11570         * src/gtk/pluginwindow.c
11571                 Fix layout in verbose translations (such
11572                 as french)
11573
11574 2006-08-22 [paul]       2.4.0cvs70
11575
11576         * manual/Makefile.am
11577                 build manuals in alphabetical order
11578         * src/addressbook.c
11579         * src/prefs_themes.c
11580                 replace/remove deprecated symbols
11581         * src/gtk/gtkutils.c
11582                 fix a warning
11583         * src/gtk/pluginwindow.c
11584                 replace deprecated symbol
11585                 replace label text and move it
11586         * src/plugins/pgpcore/prefs_gpg.c
11587                 move the 'Generate...' button out of the
11588                 Sign Key frame, replace the English used
11589         * src/plugins/pgpcore/sgpgme.c
11590                 fixes to the English
11591
11592 2006-08-21 [colin]      2.4.0cvs69
11593
11594         * src/plugins/trayicon/trayicon.c
11595                 Add more strings for translation; patch
11596                 by Pawel
11597
11598 2006-08-21 [colin]      2.4.0cvs68
11599
11600         * src/compose.c
11601                 fix replied flag not set after drafting
11602         * src/matcher.c
11603                 fix body quicksearch in non-encoded bodies
11604                 containing '='
11605         * src/msgcache.c
11606                 Get rid of the g_malloc workaround for
11607                 corrupted caches, use g_try_malloc
11608
11609 2006-08-21 [colin]      2.4.0cvs67
11610
11611         * src/alertpanel.c
11612         * src/gtk/inputdialog.c
11613         * src/plugins/pgpcore/passphrase.c
11614                 Set minimal width to 375
11615         * src/mainwindow.c
11616                 Fix switching to offline, asking if it 
11617                 should be overriden for synchronising
11618         * src/mimeview.c
11619                 Don't offer to remember command on Open 
11620                 with for text parts, as the browser or 
11621                 text editor command isn't changed from 
11622                 there
11623
11624 2006-08-20 [paul]       2.4.0cvs66
11625
11626         * po/ko.po
11627         * po/zh_CN.po
11628                 fix plural form errors. revealed by stricter
11629                 checking of gettext 0.15
11630
11631 2006-08-18 [paul]       2.4.0cvs65
11632
11633         * src/stock_pixmap.c
11634                 fix the fix of 2.4.0cvs64
11635                 Thanks to Colin
11636
11637 2006-08-18 [paul]       2.4.0cvs64
11638
11639         * src/stock_pixmap.c
11640                 fix leaks
11641                 Thanks to Colin
11642
11643 2006-08-18 [paul]       2.4.0cvs63
11644
11645         * src/compose.c
11646         * src/procmsg.c
11647                 fix occasional IMAP bug where large msgs
11648                 were left in the queue folder after sending
11649                 Thanks to Colin
11650
11651 2006-08-18 [paul]       2.4.0cvs62
11652
11653         * src/folderview.c
11654                 freeze the summaryview while quicksearch results
11655                 are displayed
11656                 (fixes bug 456 'current message is hidden when the
11657                 view is refreshed and extended search is "unread 
11658                 messages"')
11659                 Thanks to Colin
11660         * src/textview.c
11661                 add missing #include "inputdialog.h"
11662         * src/common/utils.h
11663                 add missing mailcap_update_default() and improve
11664                 readability
11665
11666 2006-08-17 [colin]      2.4.0cvs61
11667
11668         * src/plugins/pgpcore/select-keys.c
11669                 Fix warnings :)
11670
11671 2006-08-17 [colin]      2.4.0cvs60
11672
11673         * src/compose.c
11674                 Don't continue queuing if Cancel is clicked
11675                 in select-keys
11676
11677 2006-08-17 [colin]      2.4.0cvs59
11678
11679         * src/plugins/pgpcore/select-keys.c
11680                 When encrypting, if only one key matches and it 
11681                 matches exactly, automatically use it.
11682
11683 2006-08-17 [colin]      2.4.0cvs58
11684
11685         * src/mimeview.c
11686         * src/prefs_common.c
11687         * src/prefs_common.h
11688         * src/prefs_ext_prog.c
11689         * src/textview.c
11690                 Fix issues with previous patch (text/html)
11691                 Remove outdated prefs
11692
11693 2006-08-17 [colin]      2.4.0cvs57
11694
11695         * src/imap.c
11696                 Add View Log button on auth error
11697         * src/procmsg.c
11698                 Fix encrypted mail marked as new when
11699                 saved in normal folders
11700         * src/plugins/pgpinline/pgpinline.c
11701                 Fix encrypt bug on IMAP
11702         * src/mimeview.c
11703         * src/common/utils.c
11704         * src/common/utils.h
11705         * src/gtk/inputdialog.c
11706         * src/gtk/inputdialog.h
11707                 Get rid of metamail stuff, simplify
11708                 opening, and allow remembering of user's
11709                 choices (by updating ~/.mailcap). There's
11710                 still to drop "Audio player" and "Image
11711                 viewer" preferences.
11712
11713 2006-08-17 [mones]      2.4.0cvs56
11714
11715         * manual/es/sylpheed-claws-manual.xml
11716                 fix DTD path
11717
11718 2006-08-17 [mones]      2.4.0cvs55
11719
11720         * configure.ac
11721         * manual/Makefile.am
11722         * manual/es/Makefile.am
11723         * manual/es/account.xml
11724         * manual/es/ack.xml
11725         * manual/es/addrbook.xml
11726         * manual/es/advanced.xml
11727         * manual/es/faq.xml
11728         * manual/es/glossary.xml
11729         * manual/es/gpl.xml
11730         * manual/es/handling.xml
11731         * manual/es/intro.xml
11732         * manual/es/keyboard.xml
11733         * manual/es/plugins.xml
11734         * manual/es/starting.xml
11735         * manual/es/sylpheed-claws-manual.xml
11736         * manual/es/dist/Makefile.am
11737         * manual/es/dist/html/Makefile.am
11738         * manual/es/dist/pdf/Makefile.am
11739         * manual/es/dist/ps/Makefile.am
11740         * manual/es/dist/txt/Makefile.am
11741                 Spanish translation for the manual
11742
11743 2006-08-16 [colin]      2.4.0cvs54
11744
11745         * src/compose.c
11746         * src/main.c
11747         * src/mainwindow.c
11748                 Fix send button sensitivity at startup
11749                 Set send menu sensitivity (patch by Fabien)
11750         * src/ssl_manager.c
11751                 Enable closing with esc (patch by Fabien)
11752         * src/gtk/foldersort.c
11753                 Enable closing with esc (patch by Fabien)
11754         * src/procmime.c
11755                 Optimisation (no need to copy to tempfile to
11756                 "decode" 7bit and 8bit)
11757         * src/summaryview.c
11758                 Fix cruft in swap_from case
11759         * src/textview.c
11760                 Fix missing last line in some mail cases 
11761                 (Fixes debian #381872)
11762         * src/plugins/pgpcore/prefs_gpg.c
11763         * src/plugins/pgpcore/sgpgme.c
11764         * src/plugins/pgpcore/sgpgme.h
11765                 Don't show "no key found" when user explicitely
11766                 wants to create a key
11767
11768 2006-08-16 [paul]       2.4.0cvs53
11769
11770         * configure.ac
11771         * src/account.c
11772         * src/addressbook.c
11773         * src/headerview.c
11774         * src/prefs_account.c
11775         * src/prefs_message.c
11776         * src/gtk/gtkutils.c
11777                 bump up minimum required versions of GTK+ and
11778                 GLIB to 2.6.0
11779
11780 2006-08-16 [paul]       2.4.0cvs52
11781
11782         * src/toolbar.c
11783                 workaround GTK+ Bug 351600 - 'Can't re-click
11784                 on button after sensitivity update'
11785                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11786                 Thanks to Colin
11787
11788 2006-08-15 [colin]      2.4.0cvs51
11789
11790         * src/plugins/pgpcore/prefs_gpg.c
11791                 Set options sensitivity according to
11792                 key existence
11793         * src/plugins/pgpcore/sgpgme.c
11794                 Allow to create key with no passphrase
11795
11796 2006-08-14 [cleroy]     2.4.0cvs50
11797
11798         * src/gtk/pluginwindow.c
11799                 New layout (maybe to be changed?)
11800         * src/gtk/gtkutils.c
11801                 Fix a bit label_window
11802         * src/plugins/pgpcore/passphrase.c
11803         * src/plugins/pgpcore/passphrase.h
11804         * src/plugins/pgpcore/plugin.c
11805         * src/plugins/pgpcore/prefs_gpg.c
11806         * src/plugins/pgpcore/prefs_gpg.h
11807         * src/plugins/pgpcore/sgpgme.c
11808         * src/plugins/pgpcore/sgpgme.h
11809                 Allow to create a PGP private key via the GUI
11810
11811 2006-08-14 [wwp]        2.4.0cvs49
11812
11813         * src/addressbook_foldersel.c
11814                 fix strict ISO C90 compliance.
11815
11816 2006-08-14 [paul]       2.4.0cvs48
11817
11818         * src/gtk/prefswindow.c
11819                 re-set scrolled window on opening
11820                 Patch by Ticho
11821
11822 2006-08-14 [paul]
11823
11824         2.5.0-rc1 released
11825
11826 2006-08-14 [paul]       2.4.0cvs47
11827
11828         * src/prefs_display_header.c
11829                 re-enable user-defined Displayed Headers
11830
11831 2006-08-14 [paul]       2.4.0cvs46
11832
11833         * src/prefs_account.c
11834                 use GTK_STOCK_EDIT
11835
11836 2006-08-13 [colin]      2.4.0cvs45
11837
11838         * src/common/utils.c
11839                 Fix "a" in quote when the original message is empty,
11840                 by using \0 instead of 'a' to test writability of
11841                 temp files.
11842
11843 2006-08-13 [wwp]        2.4.0cvs44
11844
11845         * src/plugins/spamassassin/spamassassin.c
11846                 fix capitalization of "SpamAssassin" in some debug, log and
11847                 dialog messages.
11848
11849 2006-08-13 [paul]       2.4.0cvs43
11850
11851         * src/editldap.c
11852                 fix overlapping widgets
11853         * src/prefs_account.c
11854                 fix translation of protocol_names[]
11855                 fix label disappearing off the edge of the
11856                 visible area
11857
11858 2006-08-12 [paul]       2.4.0cvs42
11859
11860         * manual/plugins.xml
11861                 update IRC channel info before it gets forgotten
11862                 about
11863
11864 2006-08-11 [colin]      2.4.0cvs41
11865
11866         * src/compose.c
11867         * src/mainwindow.c
11868         * src/mainwindow.h
11869         * src/procmsg.c
11870         * src/procmsg.h
11871         * src/summaryview.c
11872         * src/toolbar.c
11873                 Grey out the Send button if
11874                 - Queue folders are empty, or
11875                 - We're sending already
11876
11877 2006-08-11 [wwp]        2.4.0cvs40
11878
11879         * src/main.c
11880                 fix a logic issue when quitting while a compose window is
11881                 still open, thanks to Colin.
11882
11883 2006-08-10 [colin]      2.4.0cvs39
11884
11885         * src/main.c
11886                 Fix default font size setting after wizard run
11887         * src/imap.c
11888         * src/etpan/imap-thread.c
11889         * src/etpan/imap-thread.h
11890                 Fix bug #999 (Timing out on TSL cert validation 
11891                 dialog makes ugly things happen). Also, STARTTLS
11892                 unconditionnaly if initial capabilities contain
11893                 LOGINDISABLED and STARTTLS.
11894
11895 2006-08-09 [colin]      2.4.0cvs38
11896
11897         * src/mainwindow.c
11898         * src/mainwindow.h
11899                 Fix Tools/Actions sensitivity when there are
11900                 no actions
11901
11902 2006-08-09 [colin]      2.4.0cvs37
11903
11904         * src/prefs_filtering.c
11905                 Warning fix, patch by Paul
11906         * src/messageview.c
11907         * src/prefs_actions.c
11908         * src/prefs_filtering_action.c
11909         * src/prefs_matcher.c
11910                 Uniformisation of "Info ..." to "Info..." (for
11911                 old gtk), patch by Fabien
11912         * src/plugins/clamav/clamav_plugin_gtk.c
11913                 Sensitivity fix by Fabien
11914
11915 2006-08-09 [colin]      2.4.0cvs36
11916
11917         * src/main.c
11918         * src/main.h
11919                 Add a function to know whether we're exiting
11920         * src/plugins/trayicon/trayicon.c
11921                 If exiting, don't do anything. Faster, and
11922                 avoids gtk_main_iteration reentracy causing
11923                 segfaults at exit
11924
11925 2006-08-09 [colin]      2.4.0cvs35
11926
11927         * src/messageview.c
11928         * src/mimeview.c
11929         * src/mimeview.h
11930                 Fix lack of part selection when automatically 
11931                 jumping to a specific part
11932         * src/msgcache.c
11933                 Little optimisation in cache reading
11934
11935 2006-08-09 [colin]      2.4.0cvs34
11936
11937         * src/compose.c
11938                 Fix crash setting the priority on reedit
11939                 (Accessing compose before creating it!)
11940
11941 2006-08-08 [colin]      2.4.0cvs33
11942
11943         * src/procmime.c
11944                 Fix bug #998 (last attachment is not accessible)
11945                 Bad RFC interpretation on multipart close-delimiters
11946         * src/mimeview.c
11947         * src/mimeview.h
11948         * src/gtk/gtkvscrollbutton.c
11949         * src/gtk/gtkvscrollbutton.h
11950                 Make attachments list wheel-scrollable
11951
11952 2006-08-07 [colin]      2.4.0cvs32
11953
11954         * src/gtk/gtkaspell.c
11955                 Fix bug #973 (Unicode punctation characters 
11956                 are not recognized as separators by the
11957                 spell checker); fix unsigned stuff
11958
11959 2006-08-07 [colin]      2.4.0cvs31
11960
11961         * src/compose.c
11962                 Fix bug #956 (DnD text with accents in compose 
11963                 text entry); fix gccc's signed/unsigned fuss
11964
11965 2006-08-06 [colin]      2.4.0cvs30
11966
11967         * src/main.c
11968                 Fix bug #979 (Plugin crashes when exiting 
11969                 sylpheed-claws) : handle exit request only 
11970                 once
11971
11972 2006-08-05 [colin]      2.4.0cvs29
11973
11974         * src/news.c
11975                 Just make sure we have a msgid.
11976
11977 2006-08-05 [colin]      2.4.0cvs28
11978
11979         * src/news.c
11980         * src/summaryview.c
11981                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11982                 by reimplementing it
11983         * src/textview.c
11984                 Fix bug when hiding quotes with level > 3 and quote
11985                 colors are recycled
11986
11987 2006-08-04 [colin]      2.4.0cvs27
11988
11989         * src/compose.c
11990         * src/undo.c
11991         * src/undo.h
11992                 Fix a bit replace-by-pasting undo
11993         * src/mainwindow.c
11994         * src/messageview.c
11995                 Fix Fold quotes menu synchro in
11996                 mainwindow when it changes in 
11997                 messageview
11998         * src/textview.c
11999                 Fix right-click on quotes blocks
12000         * src/common/utils.c
12001                 Verify that the file created by
12002                 my_tmpfile() is writable. Fixes
12003                 bug #988 (very specific filesystem
12004                 issue)
12005         * src/plugins/pgpcore/sgpgme.c
12006                 Fix file descriptor leak
12007         * src/plugins/spamassassin/spamassassin.c
12008                 Warn once if spamd isn't reachable
12009
12010 2006-08-04 [colin]      2.4.0cvs26
12011
12012         * src/toolbar.c
12013                 i18n context patch by Fabien
12014
12015 2006-08-03 [colin]      2.4.0cvs25
12016
12017         * src/mainwindow.c
12018         * src/messageview.c
12019                 Rename "Hide quotes" to "Fold quotes"
12020         * src/textview.c
12021                 Don't use hand cursor on quotes. "all 
12022                 the bonuses of the feature and none of 
12023                 unwelcome side-effects"
12024
12025 2006-08-03 [colin]      2.4.0cvs24
12026
12027         * AUTHORS
12028         * sylpheed-claws.desktop
12029         * src/gtk/authors.h
12030                 Bring the desktop file to XDG compliance
12031                 Patch by Charles A. Edwards
12032
12033 2006-08-03 [colin]      2.4.0cvs23
12034
12035         * src/textview.c
12036                 Fix links offset when they are preceded
12037                 by accentued chars (g_utf8_strlen!)
12038         * src/mainwindow.c
12039                 Fix wrong status when starting offline
12040
12041
12042 2006-08-03 [wwp]        2.4.0cvs22
12043
12044         * src/prefs_common.h
12045                 ask what to do w/ filtering rules that belong to an account when
12046                 applying filtering rules manually from the main window (skip,
12047                 apply regardless of the account, use current account). This dialog
12048                 can be skipped and the last reply used.
12049                 (forgot that file)
12050
12051 2006-08-03 [wwp]        2.4.0cvs21
12052
12053         * src/filtering.c
12054         * src/filtering.h
12055         * src/prefs_common.c
12056         * src/summaryview.c
12057         * src/alertpanel.c
12058         * src/alertpanel.h
12059         * src/messageview.c
12060                 ask what to do w/ filtering rules that belong to an account when
12061                 applying filtering rules manually from the main window (skip,
12062                 apply regardless of the account, use current account). This dialog
12063                 can be skipped and the last reply used.
12064
12065
12066 2006-08-03 [colin]      2.4.0cvs20
12067
12068         * src/textview.c
12069                 Optimize previous patch
12070
12071 2006-08-03 [cleroy]     2.4.0cvs19
12072
12073         * src/textview.c
12074                 Fix quotes getting toggled back when the
12075                 mail has an even number of text parts
12076
12077 2006-08-02 [colin]      2.4.0cvs18
12078
12079         * src/messageview.c
12080                 Add Hide quotes menu
12081
12082 2006-08-02 [colin]      2.4.0cvs17
12083
12084         * src/mainwindow.c
12085         * src/prefs_common.c
12086         * src/textview.c
12087         * src/textview.h
12088         * src/gtk/about.c
12089                 Allow per-level quote hiding,
12090                 Allow toggling quotes by double-clicking them
12091                 Rename RemoteURI to ClickableText to reflect
12092                 the fact it's used for a variety of things
12093
12094 2006-08-02 [wwp]        2.4.0cvs16
12095
12096         * src/mainwindow.c
12097                 fix "View/Hide quotes" menu item status initialization.
12098
12099 2006-08-02 [wwp]        2.4.0cvs15
12100
12101         * src/matcher_parser_parse.y
12102                 remove a debug trace.
12103
12104 2006-08-02 [paul]       2.4.0cvs14
12105
12106         * src/plugins/pgpcore/passphrase.c
12107                 don't set initial dialog size
12108                 make it resizable
12109
12110 2006-08-02 [paul]       2.4.0cvs13
12111
12112         * src/noticeview.c
12113                 remove the rogue '/' character
12114
12115 2006-08-02 [paul]       2.4.0cvs12
12116
12117         * src/noticeview.c
12118                 allow buttons to resize as necessary
12119
12120 2006-08-01 [wwp]        2.4.0cvs11
12121
12122         * src/mbox.c
12123                 fix strict ISO C90 compliance.
12124
12125 2006-08-01 [wwp]        2.4.0cvs10
12126
12127         * tools/update-po
12128                 updated update-po tool to work w/ context-dependent translations.
12129                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12130
12131 2006-08-01 [wwp]        2.4.0cvs9
12132
12133         * src/matcher.c
12134         * src/prefs_filtering.c
12135         * src/prefs_matcher.c
12136                 allow context-dependent translations for "All",
12137                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12138
12139 2006-07-31 [colin]      2.4.0cvs8
12140
12141         * AUTHORS
12142         * src/gtk/authors.h
12143                 Add Rafal to authors
12144
12145 2006-07-31 [colin]      2.4.0cvs7
12146
12147         * src/compose.c
12148         * src/mainwindow.c
12149         * src/messageview.h
12150         * src/prefs_common.c
12151         * src/prefs_common.h
12152         * src/textview.c
12153                 Add 'View/Hide quotes'. Patch based on a patch
12154                 by Rafal Weglarz
12155
12156 2006-07-31 [colin]      2.4.0cvs6
12157
12158         * src/action.c
12159                 Fix problem with "> stuff >" actions
12160
12161 2006-07-31 [paul]       2.4.0cvs5
12162
12163         * po/nb.po
12164                 updated by Geir Helland
12165
12166 2006-07-31 [wwp]        2.4.0cvs4
12167
12168         * src/mainwindow.c
12169         * src/summaryview.c
12170         * src/summaryview.h
12171                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12172                 thanks to Colin.
12173
12174 2006-07-31 [wwp]        2.4.0cvs3
12175
12176         * src/Makefile.am
12177         * src/addr_compl.c
12178         * src/addr_compl.h
12179         * src/addressbook.c
12180         * src/addressbook.h
12181         * src/addressbook_foldersel.c
12182         * src/addressbook_foldersel.h
12183         * src/addrindex.c
12184         * src/addrindex.h
12185         * src/matcher.c
12186         * src/matcher.h
12187         * src/matcher_parser_lex.l
12188         * src/matcher_parser_parse.y
12189         * src/prefs_common.c
12190         * src/prefs_common.h
12191         * src/prefs_filtering.c
12192         * src/prefs_matcher.c
12193         * src/prefs_matcher.h
12194         * src/summaryview.c
12195                 introduce filtering against the address book. It's now possible to add
12196                 matched conditions to determine if any email address in a message matches
12197                 or doesn't match any or all books or folders in the address book.
12198
12199 2006-07-31 [wwp]        2.4.0cvs2
12200
12201         * src/account.c
12202         * src/filtering.c
12203         * src/filtering.h
12204         * src/folder.c
12205         * src/folderview.c
12206         * src/inc.c
12207         * src/mainwindow.c
12208         * src/matcher.c
12209         * src/matcher_parser_lex.l
12210         * src/matcher_parser_parse.y
12211         * src/mbox.c
12212         * src/prefs_filtering.c
12213         * src/prefs_filtering.h
12214         * src/procmsg.c
12215         * src/procmsg.h
12216         * src/summaryview.c
12217                 introduce per-account filtering rules. Each filtering rule can now be assigned
12218                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12219                 when applying filtering rules manually, as all rules will apply - even the ones
12220                 assigned to an account. This issue will be addressed soon.
12221  
12222
12223
12224 2006-07-31 [wwp]        2.4.0cvs1
12225
12226         * src/quote_fmt.c
12227                 make more strings translatable.
12228
12229 2006-07-31 [paul]       2.4.0
12230
12231         2.4.0 released
12232
12233 2006-07-31 [paul]       2.3.1cvs91
12234
12235         * po/ca.po
12236                 updated by Miquel Oliete
12237
12238 2006-07-31 [paul]       2.3.1cvs90
12239
12240         * po/de.po
12241         * po/el.po
12242         * po/fr.po
12243         * po/it.po
12244         * po/pl.po
12245         * po/pt_BR.po
12246         * po/sr.po
12247         * po/zh_CN.po
12248                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12249                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12250                 Aleksandar Urosevic, and Ralgh Young
12251
12252 2006-07-31 [paul]       2.3.1cvs89
12253
12254         * src/account.c
12255         * src/main.c
12256         * src/mainwindow.c
12257         * src/mainwindow.h
12258                 Fix a race condition when, after an SC crash, rescanning
12259                 folders took more than 0.5 seconds
12260                 Thanks to Colin
12261
12262 2006-07-31 [paul]       2.3.1cvs88
12263
12264         * src/folderview.c
12265                 don't translate separator strings
12266
12267 2006-07-30 [mones]      2.3.1cvs87
12268
12269         * doc/man/sylpheed-claws.1
12270                 Fixed non-ASCII chars in Hoa's name
12271         * po/es.po
12272                 Updated for release
12273
12274 2006-07-27 [colin]      2.3.1cvs86
12275
12276         * src/textview.c
12277                 Don't include the leading \n in links
12278                 Patch by Fabien
12279
12280 2006-07-25 [colin]      2.3.1cvs85
12281
12282         * src/mainwindow.c
12283         * src/common/socket.h
12284         * src/etpan/imap-thread.c
12285                 Refresh resolvers before connecting
12286                 to IMAP servers, and after switching
12287                 to online. Thanks to Paul.
12288
12289 2006-07-18 [colin]
12290
12291         * 2.4.0-rc4 released
12292
12293 2006-07-17 [colin]      2.3.1cvs84
12294
12295         * src/inc.c
12296                 Show connection attempt in statusbar before
12297                 connecting (previously first message was
12298                 "Retrieving messages from ..." after the
12299                 connection succeeded.
12300
12301 2006-07-16 [wwp]        2.3.1cvs83
12302
12303         * sylpheed-claws.ico
12304                 Added .ico file (windows multi-size icon file, generated).
12305
12306 2006-07-12 [wwp]        2.3.1cvs82
12307
12308         * src/messageview.c
12309                 remove Message/Re-edit menu entry from messageview window,
12310                 as sent/draft/queued messages are opened in compose window when
12311                 re-edited and it's not possible to re-edit other msgs.
12312
12313 2006-07-12 [paul]       2.3.1cvs81
12314
12315         * AUTHORS
12316         * src/mainwindow.c
12317         * src/gtk/authors.h
12318                 check online state before resetting
12319                 mailcheck timer. Useful if some program
12320                 verifies connection state and updates
12321                 Claws.
12322                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12323
12324 2006-07-12 [paul]       2.3.1cvs80
12325
12326         * sylpheed-claws-128x128.png
12327         * sylpheed-claws-64x64.png
12328         * sylpheed-claws.png
12329         * src/Makefile.am
12330         * src/main.c
12331         * src/prefs_toolbar.c
12332         * src/stock_pixmap.c
12333         * src/stock_pixmap.h
12334         * src/wizard.c
12335         * src/gtk/about.c
12336         * src/gtk/gtkutils.c
12337         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12338         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12339         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12340         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12341         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12342         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12343                 updated and renamed logo/icon files and related
12344                 logo by Jesper Schultz
12345
12346 2006-07-11 [paul]       2.3.1cvs79
12347
12348         * src/main.c
12349                 fix the labels a smidgin
12350
12351 2006-07-09 [colin]      2.3.1cvs78
12352
12353         * src/textview.c
12354                 Show errors in textviewer's command
12355                 Patch by H. Merijn Brand
12356
12357 2006-07-09 [colin]      2.3.1cvs77
12358
12359         * src/compose.c
12360                 Save FMID in drafts too
12361
12362 2006-07-08 [colin]      2.3.1cvs76
12363
12364         * src/compose.c
12365                 Svae RMID in drafted mails too
12366                 Save quote_fmt vars for whole mails,
12367                 don't reset at each quote_fmt_init:
12368                 allows to use the same |i{var} in
12369                 various template fields
12370         * src/prefs_template.c
12371         * src/quote_fmt.h
12372         * src/quote_fmt_parse.y
12373                 Same
12374
12375 2006-07-08 [colin]      2.3.1cvs75
12376
12377         * src/textview.c
12378                 Fix highlighting of attached parts URIs
12379
12380 2006-07-08 [colin]      2.3.1cvs74
12381
12382         * src/main.c
12383                 Prevent bug #981 (sc 2.3.1 segfaults with 
12384                 gtk+ 2.10) from being reported again:
12385                 if Sylpheed-Claws has been compiled against
12386                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12387                 of if Sylpheed-Claws has been compiled against
12388                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12389                 error out.
12390
12391 2006-07-07 [colin]      2.3.1cvs73
12392
12393         * src/prefs_actions.c
12394                 Fix label
12395
12396 2006-07-07 [colin]      2.3.1cvs72
12397
12398         * src/prefs_actions.c
12399                 Fix compile on gtk < 2.8. argh :)
12400
12401 2006-07-07 [paul]       2.3.1cvs71
12402
12403         * src/common/defs.h
12404                 update DONATE_URI
12405
12406 2006-07-07 [colin]      2.3.1cvs70
12407
12408         * po/POTFILES.in
12409         * src/quote_fmt.c
12410         * src/quote_fmt_lex.l
12411         * src/quote_fmt_parse.y
12412                 Add |i{var}, a way to insert user-entered
12413                 text in a template
12414
12415 2006-07-07 [colin]
12416
12417         * 2.4.0-rc3 released
12418
12419 2006-07-07 [colin]      2.3.1cvs69
12420
12421         * src/folder.c
12422                 Don't consider inboxes of UNKNOWN folder 
12423                 classes to be useable as default inboxes
12424
12425 2006-07-07 [paul]       2.3.1cvs68
12426
12427         * src/textview.c
12428                 add missing #include <errno.h>
12429                 Thanks to René J. Blokland
12430
12431 2006-07-07 [paul]       2.3.1cvs67
12432
12433         * src/action.c
12434                 Return now Closes dialog
12435         * src/mimeview.c
12436         * src/mimeview.h
12437         * src/textview.c
12438                 add contextual menu to mime parts listed
12439                 in the textview
12440                 Thanks to Colin
12441         * src/common/utils.c
12442                 reversal: ' is a valid character in URLs
12443
12444 2006-07-06 [colin]      2.3.1cvs66
12445
12446         * src/remotefolder.h
12447                 Forgotten in previous commit
12448
12449 2006-07-06 [colin]      2.3.1cvs65
12450
12451         * src/folder.c
12452                 Set summary update flag whenever
12453                 totals changed
12454         * src/imap.c
12455         * src/prefs_account.c
12456         * src/common/utils.h
12457         * src/etpan/imap-thread.c
12458                 Fix warnings, thanks to Fabien and
12459                 Ricardo
12460
12461 2006-07-06 [wwp]        2.3.1cvs64
12462
12463         * src/gtk/gtkutils.c
12464                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12465
12466 2006-07-06 [wwp]        2.3.1cvs63
12467
12468         * src/account.c
12469         * src/addressbook.c
12470         * src/addressitem.h
12471         * src/folderview.c
12472         * src/mainwindow.c
12473         * src/manual.c
12474         * src/manual.h
12475         * src/message_search.c
12476         * src/prefs_actions.c
12477         * src/prefs_filtering.c
12478         * src/prefs_filtering.h
12479         * src/prefs_template.c
12480         * src/summary_search.c
12481         * src/summaryview.c
12482         * src/gtk/gtkutils.c
12483         * src/gtk/gtkutils.h
12484         * src/gtk/pluginwindow.c
12485                 add help buttons to some dialogs. Clicking such buttons opens a
12486                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12487
12488 2006-07-06 [paul]       2.3.1cvs62
12489
12490         * src/textview.c
12491                 fix attachments contextual menu
12492                 Thanks to Colin
12493
12494 2006-07-05 [colin]      2.3.1cvs61
12495
12496         * src/textview.c
12497         * src/compose.c
12498                 Handle sftp:// links
12499
12500 2006-07-05 [paul]       2.3.1cvs60
12501
12502         * src/gtk/filesel.c
12503                 grab save button by default
12504                 Thanks to Colin
12505
12506 2006-07-05 [wwp]        2.3.1cvs59
12507
12508         * manual/xml2pdf
12509                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12510
12511 2006-07-04 [colin]      2.3.1cvs58
12512
12513         * src/mimeview.c
12514         * src/textview.c
12515                 Use left click to select, middle click to open
12516                 on mimeparts links
12517         * src/common/utils.c
12518                 Fix segfault
12519
12520 2006-07-04 [colin]      2.3.1cvs57
12521
12522         * src/mainwindow.c
12523         * src/news.c
12524                 Warning fixes, thanks to Fabien
12525
12526 2006-07-04 [colin]      2.3.1cvs56
12527
12528         * src/mimeview.c
12529         * src/mimeview.h
12530         * src/textview.c
12531                 Allow parts to be selected via their text label
12532                 in textview
12533
12534 2006-07-04 [colin]      2.3.1cvs55
12535
12536         * src/folderview.c
12537                 Feedback when closing (for big folders)
12538         * src/prefs_actions.c
12539         * src/prefs_filtering.c
12540         * src/prefs_matcher.c
12541         * src/prefs_template.c
12542                 Fix default button when closing without
12543                 having saved
12544
12545 2006-07-04 [colin]      2.3.1cvs54
12546
12547         * src/news.c
12548                 Delete local file on deletion
12549
12550 2006-07-03 [colin]      2.3.1cvs53
12551
12552         * src/folderview.c
12553         * src/main.c
12554                 Don't freeze when rescanning after crash
12555
12556 2006-07-03 [wwp]        2.3.1cvs52
12557
12558         * src/compose.c
12559         * src/privacy.c
12560         * src/privacy.h
12561         * src/plugins/pgpinline/pgpinline.c
12562         * src/plugins/pgpmime/pgpmime.c
12563                 don't report an error when the user cancels the passphrase dialog.
12564
12565 2006-07-02 [colin]      2.3.1cvs51
12566
12567         * src/folderview.c
12568                 Open message when crossing folders with Space,
12569                 goto next unread and friends
12570
12571 2006-07-01 [colin]      2.3.1cvs50
12572
12573         * src/prefs_account.c
12574                 Typographic rules varying from language
12575                 to language (in french "Protocole :"),
12576                 we have to do that :)
12577
12578 2006-07-01 [ticho]      2.3.1cvs49
12579
12580         * src/prefs_account.c
12581                 Only use one temporary gchar* variable in
12582                 prefs_account_protocol_set_optmenu().
12583
12584 2006-07-01 [ticho]      2.3.1cvs48
12585
12586         * src/prefs_account.c
12587         * src/prefs_account.h
12588                 Use GtkLabel for existing account protocol name.
12589                 Created an array for protocol names and populate the
12590                 combobox from it in a for() cycle.
12591
12592 2006-06-30 [colin]      2.3.1cvs47
12593
12594         * src/compose.c
12595                 Block undo when changing signature (by changing
12596                 account)
12597
12598 2006-06-30 [paul]       2.3.1cvs46
12599
12600         * src/send_message.c
12601                 when editing From in the Compose window, use that address
12602                 in the Return-Path: header
12603                 Thanks to Colin
12604
12605 2006-06-30 [colin]      2.3.1cvs45
12606
12607         * src/compose.c
12608                 Fix signature replacement:
12609                 - when no newline before separator
12610                 - when reediting
12611
12612 2006-06-29 [colin]      2.3.1cvs44
12613
12614         * src/folderview.c
12615         * src/folderview.h
12616         * src/mainwindow.c
12617         * src/summaryview.c
12618                 Let 'View/Go to/Next marked' work like
12619                 Next new & Next unread: across folders
12620                 Change the select_on_entry pref to do
12621                 what we want when changing folder
12622         * src/common/utils.c
12623                 Fix single-quoted links 
12624
12625 2006-06-29 [colin]      2.3.1cvs43
12626
12627         * src/gtk/gtkaspell.c
12628                 "Sylpheed" and "Sylpheed-Claws" do exist !
12629
12630 2006-06-29 [colin]      2.3.1cvs42
12631
12632         * src/imap.c
12633                 Forgot to remove debug
12634
12635 2006-06-29 [colin]      2.3.1cvs41
12636
12637         * src/imap.c
12638         * src/imap.h
12639         * src/mainwindow.c
12640                 Disconnect from IMAP servers when going
12641                 offline. Fixes bug #978 (going to offline-mode 
12642                 won't close connections)
12643
12644 2006-06-29 [colin]      2.3.1cvs40
12645
12646         * src/main.c
12647                 Fix transient setting on failing plugins
12648                 Patch by Fabien
12649         * src/plugins/pgpcore/sgpgme.c
12650                 Only warn for OpenPGP. Most people don't
12651                 have CMS available.
12652
12653 2006-06-29 [colin]      2.3.1cvs39
12654
12655         * src/compose.c
12656                 Fix Spelling menu (discrepancy between context menu
12657                 and top menu when folder's dictionary isn't the 
12658                 default one)
12659         * src/plugins/pgpcore/sgpgme.c
12660                 More error reporting about why gpgme can fail
12661
12662 2006-06-29 [wwp]        2.3.1cvs38
12663
12664         * src/mainwindow.c
12665                 honor the display-header-pane setting even when the message view
12666                 is a separate window.
12667
12668 2006-06-29 [wwp]        2.3.1cvs37
12669
12670         * src/prefs_actions.c
12671                 forgot to commit that one (use of GTK_STOCK_INFO).
12672
12673 2006-06-29 [colin]      2.3.1cvs36
12674
12675         * src/imap.c
12676                 Better handling of login errors (ask the password
12677                 again once), alert in case of error. Fix three
12678                 signedness warnings.
12679
12680 2006-06-28 [wwp]        2.3.1cvs35
12681
12682         * src/prefs_template.c
12683         * src/prefs_matcher.c
12684         * src/prefs_filtering_action.c
12685         * src/prefs_quote.c
12686                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12687                 patch by Fabien Vantard, slightly modified.
12688
12689 2006-06-28 [paul]
12690
12691         2.4.0-rc2 released
12692
12693 2006-06-28 [colin]      2.3.1cvs34
12694
12695         * src/prefs_account.c
12696                 Fix bug #977 (Can't add or edit imap accounts)
12697
12698 2006-06-28 [colin]      2.3.1cvs33
12699
12700         * src/mimeview.c
12701                 Fix previous
12702
12703 2006-06-28 [colin]      2.3.1cvs32
12704
12705         * src/mimeview.c
12706                 Save named inlined attachments with "Save all"
12707         * src/main.c
12708         * src/mbox.c
12709         * src/common/plugin.c
12710         * src/common/plugin.h
12711         * src/common/sylpheed.c
12712         * src/common/utils.c
12713         * src/plugins/pgpcore/sylpheed.def
12714         * src/plugins/pgpinline/sylpheed.def
12715         * src/plugins/pgpmime/sylpheed.def
12716                 Win32 compatibility patch, by
12717                 Werner Koch
12718
12719 2006-06-28 [wwp]        2.3.1cvs31
12720
12721         * src/imap.c
12722         * src/prefs_folder_item.c
12723                 less compilation warnings (thanks to Fabien Vantard), less typos.
12724
12725 2006-06-28 [paul]       2.3.1cvs30
12726
12727         * src/gtk/gtkutils.c
12728                 gtk_combo_box_set_focus_on_click() is only
12729                 available since gtk 2.6.0
12730
12731 2006-06-28 [paul]       2.3.1cvs29
12732
12733         * src/prefs_ext_prog.c
12734                 fix engrish and add a tooltip for the
12735                 'command for 'Display as text' option
12736
12737 2006-06-28 [paul]
12738
12739         2.4.0-rc1 released
12740
12741 2006-06-28 [paul]       2.3.1cvs28
12742
12743         * ChangeLog
12744         * tools/Makefile.am
12745                 include textviewer.pl in releases
12746
12747 2006-06-28 [paul]       2.3.1cvs27
12748
12749         * src/prefs_ext_prog.c
12750                 hide Print command option if libgnomeprint
12751                 support is present
12752
12753 2006-06-27 [colin]      2.3.1cvs26
12754
12755         * src/compose.c
12756                 Fix Esc handling in insert/attach dialog
12757                 Don't show this dialog if dragging something
12758                 else than text/uri-list
12759                 Thanks to Fabien Vantard
12760         * tools/textviewer.pl
12761                 Filter script to display stuff as text
12762                 by H. Merijn Brand
12763
12764 2006-06-27 [wwp]        2.3.1cvs25
12765
12766         * src/messageview.c
12767                 use the exact product name (message view title), patch
12768                 by Fabien Vantard.
12769
12770 2006-06-27 [ticho]      2.3.1cvs24
12771
12772         * src/prefs_account.c
12773         * src/prefs_common.c
12774         * src/prefs_common.h
12775         * src/prefs_ext_prog.c
12776         * src/textview.c
12777                 Add a preference (Preferences/External programs)
12778                 to allow "Display as text" to be done via a script
12779                 (patch by H.Merijn Brand).
12780                 Use GtkComboBox for protocol selection in account
12781                 preferences.
12782                 Only include current choice for existing accounts, and
12783                 insensitivize the combobox.
12784
12785 2006-06-27 [paul]       2.3.1cvs23
12786
12787         * src/mbox.c
12788                 fix crasher introduced in cvs21.
12789                 Thanks to Colin
12790
12791 2006-06-26 [colin]      2.3.1cvs22
12792
12793         * src/mbox.c
12794                 Fix double-frees when leaving folders
12795                 after exporting to mbox
12796
12797 2006-06-26 [colin]      2.3.1cvs21
12798
12799         * src/mbox.c
12800                 More feedback (and optimisation)
12801                 on import/export
12802         * src/common/utils.c
12803                 Fix case when looking for mail addresses
12804         * src/gtk/gtkutils.c
12805                 Extra check for (X-)Face
12806
12807 2006-06-25 [ticho]      2.3.1cvs20
12808
12809         * src/compose.c
12810         * src/exphtmldlg.c
12811         * src/gtk/gtkutils.c
12812         * src/gtk/gtkutils.h
12813                 Added second argument to gtkut_sc_combobox_create() to
12814                 control focus-on-click for the widget.
12815                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12816
12817 2006-06-25 [ticho]      2.3.1cvs19
12818
12819         * src/compose.c
12820         * src/gtk/Makefile.am
12821         * src/gtk/combobox.c
12822         * src/gtk/combobox.h
12823         * src/gtk/gtkutils.c
12824         * src/gtk/gtkutils.h
12825                 Use GtkComboBox instead of deprecated GtkOptionMenu
12826                 for account selector in compose window and for encoding
12827                 selector in attachment properties.
12828                 Also factorise working with the new GtkComboBox somewhat.
12829
12830 2006-06-24 [paul]       2.3.1cvs18
12831
12832         * src/prefs_common.c
12833                 use the correct default value
12834
12835 2006-06-24 [paul]       2.3.1cvs17
12836
12837         * src/compose.c
12838         * src/prefs_common.c
12839         * src/prefs_common.h
12840         * src/prefs_compose_writing.c
12841                 enable setting of default action when
12842                 dnd'ing files in the compose window.
12843                 (Collaborative effort with wwp)
12844
12845 2006-06-23 [wwp]        2.3.1cvs16
12846
12847         * src/compose.c
12848                 i18n fix (thanks to Fabien Vantard)
12849
12850 2006-06-22 [colin]      2.3.1cvs15
12851
12852         * src/prefs_customheader.c
12853                 Don't use filters in custom headers' file 
12854                 selector. Remember, extensions mean nothing :)
12855
12856 2006-06-22 [paul]       2.3.1cvs14
12857
12858         * configure.ac
12859                 allow setting of man directory location
12860
12861 2006-06-22 [colin]      2.3.1cvs13
12862
12863         * src/mainwindow.c
12864                 Add 'View/Go to/Next unread folder'.
12865                 I missed that :)
12866
12867 2006-06-22 [colin]      2.3.1cvs12
12868
12869         * src/common/utils.c
12870                 Add some subject prefixes
12871                 Patch by Bjorn T Johansen <btj@havleik.no>
12872
12873 2006-06-22 [colin]      2.3.1cvs11
12874
12875         * manual/advanced.xml
12876                 Forgotten hidden pref
12877
12878 2006-06-21 [paul]       2.3.1cvs10
12879
12880         * src/prefs_account.c
12881                 complete the removal of 'Add date header' option
12882
12883 2006-06-21 [paul]       2.3.1cvs9
12884
12885         * src/account.c
12886         * src/compose.c
12887         * src/prefs_account.c
12888         * src/prefs_account.h
12889                 remove option to add date header - always
12890                 add date header
12891         * src/etpan/imap-thread.c
12892                 fix warnings (Thanks to Colin)
12893
12894 2006-06-21 [wwp]        2.3.1cvs8
12895
12896         * src/folder.c
12897                 set the attachment flag when inline text part are (file)named. This is more convenient
12898                 when receiving (for instance) inline source files or patches sent using thunderbird.
12899
12900 2006-06-21 [paul]       2.3.1cvs7
12901
12902         * src/inc.c
12903                 fix off-by-one count of current msg in
12904                 statusbar filtering progressbar
12905
12906 2006-06-21 [paul]       2.3.1cvs6
12907
12908         * src/folder.c
12909                 Show attachment icon even if the part is 'inline'
12910                 if the following conditions are met:
12911                 - content-type != 'text/plain'
12912                 - content-type != '*/pgp-signature'
12913                 - either 'name' or 'filename' parameter is not NULL
12914                 
12915                 Thanks to Colin
12916
12917 2006-06-21 [paul]       2.3.1cvs5
12918
12919         * src/messageview.c
12920         * src/prefs_common.c
12921         * src/prefs_common.h
12922         * src/prefs_other.c
12923                 add an option to 'Never send Return
12924                 Receipts'
12925                 Thanks to Colin
12926
12927 2006-06-20 [mones]      2.3.1cvs4
12928
12929         * po/es.po
12930                 updated
12931         * src/compose.c
12932                 typo fixed (space after comma)
12933         * tools/make.themes.project
12934                 remove exec mode from tarball files
12935
12936 2006-06-20 [colin]      2.3.1cvs3
12937
12938         * src/news.c
12939         * src/procheader.c
12940         * src/unmime.c
12941                 Better fix for \n's in headers (don't 
12942                 break Received: and others)
12943
12944 2006-06-20 [paul]       2.3.1cvs2
12945
12946         * src/alertpanel.c
12947         * src/textview.c
12948                 improve legibility of phishing attempt
12949                 dialog
12950
12951 2006-06-20 [paul]       2.3.1cvs1
12952
12953         * NEWS
12954         * README
12955         * configure.ac
12956                 Update version number following
12957                 stable release
12958
12959 2006-06-20 [colin]      2.3.0cvs26
12960
12961         * src/compose.c
12962                 When dragging a file to the text of the compose
12963                 window, ask whether we want to insert or attach
12964                 (I know lots of people who do that to attach)
12965
12966 2006-06-20 [colin]      2.3.0cvs25
12967
12968         * src/etpan/imap-thread.c
12969                 Fix threshold (the append command is often > 32 bytes)
12970
12971 2006-06-19 [colin]      2.3.0cvs24
12972
12973         * src/imap.c
12974         * src/etpan/imap-thread.c
12975                 Workaround Rockliffe IMAP server bug: replace
12976                 "x UID SEARCH (ANSWERED UID 1:*)" with
12977                 "x UID SEARCH ANSWERED"
12978                 (Rockliffe doesn't handle the parenthesis)
12979
12980 2006-06-19 [colin]      2.3.0cvs23
12981
12982         * src/compose.c
12983         * src/imap.c
12984         * src/etpan/imap-thread.c
12985                 Probably fix bug #972 (Freezes when adding 
12986                 an attachment to the message)
12987         * src/common/defs.h
12988                 Modernize Firefox cmd
12989
12990
12991 2006-06-18 [colin]      2.3.0cvs22
12992
12993         * src/prefs_customheader.c
12994                 Only allow correct filenames for various
12995                 custom headers
12996
12997 2006-06-18 [colin]      2.3.0cvs21
12998
12999         * src/prefs_customheader.c
13000                 Add a 'From File...' button in custom headers prefs, which
13001                 try to do the right thing: 
13002                 for normal headers, use file as plaintext,
13003                 for X-Face, calls compface,
13004                 for Face, encode to b64.
13005
13006 2006-06-17 [colin]      2.3.0cvs20
13007
13008         * src/mh.c
13009                 Warning fix
13010
13011 2006-06-16 [colin]      2.3.0cvs19
13012
13013         * src/summaryview.c
13014                 Recursive quicksearch: show message list
13015                 in current folder, *then* search children
13016                 in the background.
13017
13018 2006-06-16 [colin]      2.3.0cvs18
13019
13020         * src/main.c
13021                 Instead of ignoring SIGPIPE, save caches
13022                 when getting one. Will fix the fact that
13023                 hot caches are out-of-date when logging 
13024                 out of Xorg.
13025         * src/compose.c
13026         * src/prefs_compose_writing.c
13027                 Only save text (not attachments) when 
13028                 auto-saving to drafts
13029         * src/unmime.c
13030                 Always replace \n, \r and \t with spaces
13031                 in headers
13032         * manual/dist/html/Makefile.am
13033         * manual/dist/pdf/Makefile.am
13034         * manual/dist/ps/Makefile.am
13035         * manual/dist/txt/Makefile.am
13036         * manual/fr/dist/html/Makefile.am
13037         * manual/fr/dist/pdf/Makefile.am
13038         * manual/fr/dist/ps/Makefile.am
13039         * manual/fr/dist/txt/Makefile.am
13040         * manual/pl/dist/html/Makefile.am
13041         * manual/pl/dist/pdf/Makefile.am
13042         * manual/pl/dist/ps/Makefile.am
13043         * manual/pl/dist/txt/Makefile.am
13044                 Fix make clean removing pregenerated manuals
13045
13046
13047 2006-06-16 [colin]      2.3.0cvs17
13048
13049         * src/plugins/pgpcore/sgpgme.c
13050         * src/plugins/pgpmime/pgpmime.c
13051         * src/plugins/pgpinline/pgpinline.c
13052                 Better error reporting in setup_signers.
13053                 Don't fallback to default key if specified
13054                 key isn't found.
13055                 Don't allow signing if more than one secret
13056                 key matches the one specified in prefs.
13057
13058 2006-06-15 [colin]      2.3.0cvs16
13059
13060         * src/folderview.c
13061                 Add "Send queue" in the folder's contextual
13062                 menu
13063         * src/compose.c
13064         * src/messageview.c
13065         * src/privacy.c
13066         * src/privacy.h
13067         * src/procmime.c
13068         * src/procmsg.c
13069         * src/plugins/pgpcore/passphrase.c
13070         * src/plugins/pgpcore/sgpgme.c
13071         * src/plugins/pgpinline/pgpinline.c
13072         * src/plugins/pgpmime/pgpmime.c
13073                 Better error reporting
13074         * src/mbox.c
13075                 Probably fix bug #971 (2.2.3 cannot read mail 
13076                 from local mbox)
13077
13078
13079 2006-06-15 [mones]      2.3.0cvs15
13080
13081         * tools/make.themes.project
13082                 creates the themes project from the web page
13083
13084 2006-06-15 [colin]      2.3.0cvs14
13085
13086         * src/folder.c
13087                 Better fix (avoid losing the folder if scan_tree 
13088                 fails)
13089
13090 2006-06-15 [cleroy]     2.3.0cvs13
13091
13092         * src/folder.c
13093                 Probably fix Bug #969 (crash on rebuilding 
13094                 imap folder)
13095
13096 2006-06-14 [colin]      2.3.0cvs12
13097
13098         * manual/dtd/manual.xsl
13099         * manual/sylpheed-claws-manual.xml
13100         * manual/fr/sylpheed-claws-manual.xml
13101         * manual/pl/sylpheed-claws-manual.xml
13102                 Insert pagebreaks between sections
13103
13104 2006-06-14 [paul]       2.3.0cvs11
13105
13106         * configure.ac
13107                 better fix than 2.3.0cvs10
13108
13109 2006-06-14 [paul]       2.3.0cvs10
13110
13111         * configure.ac
13112                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13113                 (backwards compatible)
13114
13115 2006-06-13 [colin]      2.3.0cvs9
13116
13117         * src/messageview.c
13118                 Fix sending of return receipt with the new queue folders
13119
13120 2006-06-13 [wwp]        2.3.0cvs8
13121
13122         * src/quote_fmt_lex.l
13123                 fix wrong tokens returned in quote_fmt lexer, query not().
13124
13125 2006-06-13 [wwp]        2.3.0cvs7
13126
13127         * src/folder.c
13128         * src/prefs_folder_item.c
13129                 allow changing folder type even when folder is not a top-level one,
13130                 thanks to Colin.
13131
13132 2006-06-12 [colin]      2.3.0cvs6
13133
13134         * src/folderview.c
13135                 Fix double-ask of "Do you want to mark all
13136                 as read"
13137
13138 2006-06-12 [colin]      2.3.0cvs5
13139
13140         * src/compose.c
13141         * src/compose.h
13142         * src/folder.c
13143         * src/folder.h
13144         * src/imap.c
13145         * src/inc.c
13146         * src/main.c
13147         * src/messageview.c
13148         * src/mh.c
13149         * src/prefs_folder_item.c
13150         * src/procheader.c
13151         * src/procmime.c
13152         * src/procmsg.c
13153         * src/procmsg.h
13154         * src/send_message.c
13155         * src/summaryview.c
13156         * src/toolbar.c
13157                 Apply bug #964's patch (Queue and drafts aren't normal)
13158                 The Drafts and Queue folder now contain RFC-822 files,
13159                 allowing to move and copy mails from and to these 
13160                 folders. Moving from Drafts to Queue will prepare the
13161                 mail for sending (PGP signature, encryption, etc).
13162                 This patch also rework sending errors handling to try
13163                 to be more helpful.
13164                 Also, allow redefining folder types via the GUI 
13165                 (Folder type in its Properties)
13166
13167 2006-06-12 [colin]      2.3.0cvs4
13168
13169         * src/summaryview.c
13170         * src/prefs_common.c
13171         * src/prefs_common.h
13172         * src/gedit-print.c
13173                 Allow to define a specific print font - patch
13174                 by Bernhard Walle <bernhard.walle@gmx.de>
13175         * src/prefs_fonts.c
13176         * manual/advanced.xml
13177         * manual/fr/advanced.xml
13178                 Add a hidden pref to allow deletion without
13179                 confirmation
13180
13181 2006-06-12 [wwp]        2.3.0cvs3
13182
13183         * .cvsignore
13184                 more files to ignore.
13185
13186 2006-06-12 [wwp]        2.3.0cvs2
13187
13188         * src/quote_fmt.c
13189         * src/quote_fmt_lex.l
13190         * src/quote_fmt_parse.y
13191                 extend the quote_fmt parser (templates and quotes):
13192                 - allow limited sub-expressions in |p{} and |f{} expressions,
13193                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13194                 - implemented/fixed missing implementation of query_references and show_references,
13195                 - completed, fixed contents and format of the symbols help dialog,
13196                 - fix some compilation warnings.
13197
13198 2006-06-12 [wwp]        2.3.0cvs1
13199
13200         * manual/advanced.xml
13201         * manual/fr/advanced.xml
13202                 updates in the "templates" section of the manual (eng/fr):
13203                  - be more precise (both versions)
13204                  - completed to match the english reference (fr version)
13205                  - touchups (both versions)
13206
13207 2006-06-12 [paul]       2.3.0
13208
13209         2.3.0 released
13210
13211 2006-06-12 [paul]       2.2.3cvs14
13212
13213         * po/ca.po
13214         * po/cs.po
13215         * po/de.po
13216         * po/el.po
13217         * po/fr.po
13218         * po/it.po
13219         * po/pt_BR.po
13220         * po/sr.po
13221         * po/zh_CN.po
13222                 updated by Miquel Oliete, Tim, Stephan Sachse,
13223                 Stavros Giannouris, Fabien Vantard, Andrea
13224                 Spadaccini, Frederico Goncalves Guimaraes,
13225                 Aleksandar Urosevic, and Ralgh Young
13226
13227 2006-06-12 [colin]      2.2.3cvs13
13228
13229         * src/mbox.c
13230                 Add missing header
13231
13232 2006-06-11 [colin]      2.2.3cvs12
13233
13234         * src/msgcache.c
13235                 Verify that g_malloc() succeeded
13236
13237 2006-06-11 [colin]      2.2.3cvs11
13238
13239         * src/wizard.c
13240                 Add Face header to welcome mail
13241
13242 2006-06-10 [colin]      2.2.3cvs10
13243
13244         * src/textview.c
13245                 Revert previous (Forgot it changes the
13246                 margin on the whole mail)
13247
13248 2006-06-10 [colin]      2.2.3cvs9
13249
13250         * src/textview.c
13251                 Don't overlap long headers under (X-)Face
13252
13253 2006-06-10 [mones]      2.2.3cvs8
13254
13255         * manual/xml2pdf
13256                 allow generation of manual on systems lacking saxon binary
13257                 but with java and the saxon library installed
13258
13259         * po/es.po
13260                 updated for release
13261
13262 2006-06-09 [colin]      2.2.3cvs7
13263
13264         * src/summaryview.c
13265                 Fix leak when using Display Sender using Addressbook
13266
13267 2006-06-09 [colin]      2.2.3cvs6
13268
13269         * src/compose.c
13270         * src/folder.c
13271         * src/folderview.c
13272         * src/mimeview.c
13273         * src/summaryview.c
13274                 More leaks fixes
13275
13276 2006-06-09 [paul]       2.2.3cvs5
13277
13278         * AUTHORS
13279         * src/gtk/authors.h
13280         * tools/claws.i18n.status.pl
13281                 updated with new info
13282
13283 2006-06-09 [paul]       2.2.3cvs4
13284
13285         * README
13286                 updated
13287         * manual/ack.xml
13288                 add wwp to authors list
13289         * src/gtk/authors.h
13290                 update mine and Colin's addresses
13291
13292 2006-06-08 [colin]      2.2.3cvs3
13293
13294         * src/etpan/imap-thread.c
13295                 Fix leak on SSL cert check
13296
13297 2006-06-08 [colin]      2.2.3cvs2
13298
13299         * src/common/utils.c
13300                 Fix leak
13301
13302 2006-06-08 [paul]       2.2.3cvs1
13303
13304         * configure.ac
13305                 Update version number following
13306                 stable release
13307
13308 2006-06-07 [colin]      2.2.2cvs3
13309
13310         * src/msgcache.c
13311                 Fix catching cache read errors (guint instead of gint)
13312                 Prevent malloc'ing more than 8MB (means cache corruption)
13313
13314 2006-06-07 [paul]       2.2.2cvs2
13315
13316         * src/exporthtml.c
13317         * src/exportldif.c
13318         * src/mh.c
13319         * src/mutt.c
13320         * src/pine.c
13321         * src/common/utils.c
13322                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13323                 obey $HOME'
13324                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13325                 Thanks to Colin
13326
13327 2006-06-06 [paul]       2.2.2cvs1
13328
13329         * configure.ac
13330                 Update version number following
13331                 stable release
13332
13333 2006-06-06 [paul]       2.2.1cvs6
13334
13335         * src/matcher.c
13336                 fix  implicit declaration of
13337                 sylpheed_do_idle()
13338                 Patch by Fabien Vantard
13339
13340 2006-06-06 [paul]       2.2.1cvs5
13341
13342         * src/matcher.c
13343                 fix age_greater and age_lower so that they
13344                 mean what say and not '...or equal to'
13345                 Thanks to Colin
13346
13347 2006-06-06 [paul]       2.2.1cvs4
13348
13349         * src/textview.c
13350         * src/common/utils.c
13351                 fix URI check
13352                 Thanks to Colin
13353
13354 2006-06-05 [wwp]        2.2.1cvs3
13355
13356         * manual/fr/account.xml
13357                 minor language fixes (thanks to Fabien Vantard).
13358
13359 2006-06-05 [colin]      2.2.1cvs2
13360
13361         * src/prefs_folder_item.c
13362         * src/folderview.c
13363                 Allow recursive setting of properties 
13364                 for whole mailboxes
13365         * src/matcher.c
13366                 Don't freeze on 'test' filtering rule
13367
13368 2006-06-05 [colin]      2.2.1cvs1
13369
13370         * configure.ac
13371                 Update version number following
13372                 stable release
13373
13374 2006-06-04 [wwp]        2.2.0cvs82
13375
13376         * manual/glossary.xml
13377         * manual/account.xml
13378         * manual/fr/glossary.xml
13379         * manual/fr/account.xml
13380                 added glossary section and references/links related to the Face custom header.
13381
13382 2006-06-04 [colin]      2.2.0cvs81
13383
13384         * src/summaryview.c
13385                 Skip to next message on move with no
13386                 immediate execution
13387
13388 2006-06-04 [wwp]        2.2.0cvs80
13389
13390         * manual/xml2pdf
13391                 added sanity checks, exit when needed.
13392
13393 2006-06-03 [paul]       2.2.0cvs79
13394
13395         * src/prefs_receive.c
13396                 page name is now 'Receiving'
13397         * src/prefs_send.c
13398                 page name is now 'Sending'
13399
13400 2006-06-03 [colin]      2.2.0cvs78
13401
13402         * src/plugins/spamassassin/spamassassin_gtk.c
13403                 Autoswitch to Localhost if transport was previously
13404                 disabled. Else people had to check [] Enable, then
13405                 *reselect* transport.
13406
13407 2006-06-03 [colin]      2.2.0cvs77
13408
13409         * src/plugins/pgpinline/pgpinline.c
13410         * src/plugins/pgpmime/pgpmime.c
13411                 Check that gpg_data_release_and_get_mem 
13412                 didn't fail (now, why this happens...)
13413
13414 2006-06-03 [colin]      2.2.0cvs76
13415
13416         * src/mbox.c
13417                 Fix bug #962 (Manual and/or UI should 
13418                 warn about incompatible locking 
13419                 causing dataloss)
13420
13421 2006-06-02 [cleroy]     2.2.0cvs75
13422
13423         * src/filtering.c
13424         * src/folder.c
13425         * src/procmsg.c
13426         * src/summaryview.c
13427                 Fix a few leaks
13428
13429 2006-06-02 [colin]      2.2.0cvs74
13430
13431         * src/main.c
13432                 On exit, free caches after writing them
13433                 Shuts up some valgrind false positives
13434         * src/procmsg.c
13435         * src/send_message.c
13436                 Fix races when reusing existing SMTP connections
13437                 Fix inexistant session timeout
13438         * src/toolbar.c
13439                 Display alertpanel after all queues have
13440                 been processed, not after each
13441
13442 2006-06-02 [wwp]        2.2.0cvs73
13443
13444         * manual/fr/glossary.xml
13445         * manual/fr/ack.xml
13446         * manual/ack.xml
13447                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13448
13449 2006-06-02 [wwp]        2.2.0cvs72
13450
13451         * manual/xml2pdf
13452         * manual/dist/pdf/Makefile.am
13453         * manual/dtd/manual.xsl
13454         * manual/fr/dist/pdf/Makefile.am
13455         * manual/pl/dist/pdf/Makefile.am
13456                 we changed the procedure to generate the .pdf version of the manual.
13457                 The procedure is more modern and the .pdf we get now has a valid index.
13458                 Here are the new pre-requisites:
13459
13460                 - JRE 1.x (1.4 here): there must be one from your distro
13461                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13462                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13463                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13464
13465                 See my posts for further info about the installation of this toolchain:
13466
13467                 Date: Fri, 19 May 2006 19:40:06 +0200
13468                 From: wwp <subscript@free.fr>
13469                 To: sylpheed-claws-devel@lists.sourceforge.net
13470                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13471
13472                 and
13473
13474                 Date: Wed, 24 May 2006 12:58:49 +0200
13475                 From: wwp <subscript@free.fr>
13476                 To: sylpheed-claws-devel@lists.sourceforge.net
13477                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13478
13479 2006-06-01 [colin]      2.2.0cvs71
13480
13481         * src/compose.c
13482                 Better guards against IMAP races
13483         * src/main.c
13484         * src/prefs_common.c
13485         * src/prefs_common.h
13486         * src/common/ssl_certificate.c
13487         * src/etpan/imap-thread.c
13488         * src/etpan/imap-thread.h
13489         * src/gtk/sslcertwindow.c
13490                 New hidden option ssl_skip_cert_check to 
13491                 avoid dups of bug #959 (libetpan linked
13492                 against gnutls and gnutls buggy on 64bit)
13493                 Present expired warning only once per
13494                 session/server.
13495         * manual/advanced.xml
13496         * manual/fr/advanced.xml
13497                 Document new option
13498
13499 2006-06-01 [wwp]        2.2.0cvs70
13500
13501         * src/messageview.c
13502                 fix for bug #961 (return receipt dialog 
13503                 complains incorrectly about return-path 
13504                 email adress being different), thanks 
13505                 to Colin.
13506
13507 2006-05-31 [cleroy]     2.2.0cvs69
13508
13509         * src/common/ssl.c
13510                 Guard against NULLs, although this
13511                 should never be an issue
13512
13513 2006-05-31 [colin]      2.2.0cvs68
13514
13515         * src/filtering.c
13516                 Use g_slist_prepend
13517         * src/imap.c
13518                 Don't remove caches when destroying folder, it
13519                 could (should) be done at exit
13520         * src/inc.c
13521                 free processing cache after incorporation
13522         * src/etpan/imap-thread.c
13523                 Maybe fix bug #959 (Crash on moving to emails 
13524                 to a imap account per ssl with a expired 
13525                 certificate.)
13526
13527 2006-05-30 [colin]      2.2.0cvs67
13528
13529         * src/summaryview.c
13530                 Put back event flush when displaying message
13531                 It avoids reading a bunch of messages just
13532                 by hitting shift-n for too long ;)
13533
13534 2006-05-29 [colin]      2.2.0cvs66
13535
13536         * src/summaryview.c
13537                 Remove useless g_warnings
13538
13539 2006-05-29 [colin]      2.2.0cvs65
13540
13541         * src/imap.c
13542                 Fix g_slist_append()s for performance
13543
13544 2006-05-29 [colin]      2.2.0cvs64
13545
13546         * src/compose.c
13547         * src/common/utils.c
13548                 Fix extraneous tab at start of addresses
13549         * src/mainwindow.c
13550                 Fix warnings (thanks to Fabien)
13551                 Fix crash at exit when composing messages 
13552                 exist
13553         * src/pop.c
13554                 Fix progress bar when deleting expired mails
13555                 Thanks to Hiro
13556         * src/summaryview.c
13557         * src/gtk/gtksctree.c
13558                 Fix re-sorting slowness
13559
13560 2006-05-29 [paul]       2.2.0cvs63
13561
13562         * src/mh.c
13563                 fetch full message when moving mails
13564                 from another mailbox, (fixed data loss
13565                 when filtering from IMAP to MH, introduced
13566                 in 2.2.0cvs57).
13567                 Thanks to Colin
13568
13569 2006-05-29 [mones]      2.2.0cvs62
13570
13571         * src/gtk/gtksctree.c
13572                 Unselect faster (patch by Colin)        
13573
13574 2006-05-26 [colin]      2.2.0cvs61
13575
13576         * src/summaryview.c
13577                 Unplug MSGINFO_UPDATE callback on delete too.
13578
13579 2006-05-26 [colin]      2.2.0cvs60
13580
13581         * src/foldersel.c
13582                 Fix bold in folder selection window with glib2.10
13583                 thanks Hiro
13584
13585 2006-05-26 [colin]      2.2.0cvs59
13586
13587         * src/procheader.c
13588                 Convert date only if necessary (and don't
13589                 try to convert from utf8 to utf8, too)
13590         * src/summaryview.c
13591                 Only set column's text if the column's 
13592                 displayed
13593
13594 2006-05-26 [colin]      2.2.0cvs58
13595
13596         * src/summaryview.c
13597         * src/gtk/gtkutils.c
13598                 Fix useless warning
13599
13600 2006-05-26 [colin]      2.2.0cvs57
13601
13602         * src/mainwindow.c
13603                 Make summaryview selectable as long as 
13604                 no message has focus
13605         * src/mh.c
13606                 Faster deletion (by implementing mh_remove_msgs)
13607                 Faster copy (avoid using mh_fetch_msg just to get
13608                 the filename)
13609                 Faster move (using move_file instead of copy_file
13610                 if MSG_IS_MOVE)
13611                 No progressbar if total number of mails to cp/mv 
13612                 is less than 100
13613         * src/summaryview.c
13614                 Fix removal from subject_table when mail gets moved
13615                 Faster deletion (g_slist_prepend instead of append)
13616         * src/gtk/gtksctree.c
13617                 Remove useless code
13618
13619 2006-05-25 [colin]      2.2.0cvs56
13620
13621         * src/common/ssl_certificate.c
13622                 Fix leak in expired cert check
13623
13624 2006-05-25 [colin]      2.2.0cvs55
13625
13626         * src/mh.c
13627                 Disable flags syncing on .mh_sequences - it
13628                 is buggy and marks mails read under unknown
13629                 conditions.
13630
13631 2006-05-25 [paul]
13632
13633         * 2.3.0-rc4 released
13634
13635 2006-05-24 [colin]      2.2.0cvs54
13636
13637         attention cvs users: if you manage to crash
13638         Sylpheed-Claws while moving, copying or deleting
13639         mails, we *are* interested in stack traces and
13640         valgrind logs. It looks stable, but one never
13641         knows...
13642
13643         * src/folder.c
13644                 Add progressbar for cache updates
13645         * src/folderutils.c
13646                 Optimize Mark all read in the current
13647                 folder
13648         * src/mh.c
13649                 Add progressbar for copy/move
13650         * src/procmsg.c
13651                 Optimize O(n^2) in copy/move
13652         * src/summaryview.c
13653         * src/gtk/gtksctree.c
13654                 Optimize O(n^2) algos
13655         * src/common/timing.h
13656                 Display ms instead of us
13657
13658 2006-05-24 [wwp]        2.2.0cvs53
13659
13660         * manual/fr/advanced.xml
13661                 updates to the French manual.
13662
13663 2006-05-24 [wwp]        2.2.0cvs52
13664
13665         * src/common/utils.c
13666                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13667
13668 2006-05-24 [wwp]        2.2.0cvs51
13669
13670         * src/folderutils.c
13671                 fixed "mark all read" in MH folders (thanks to Colin).
13672
13673 2006-05-24 [paul]       2.2.0cvs50
13674
13675         * doc/man/sylpheed-claws.1
13676                 updated the man page
13677
13678 2006-05-23 [colin]      2.2.0cvs49
13679
13680         * src/folderview.c
13681         * src/imap.c
13682         * src/inc.c
13683         * src/mbox.c
13684         * src/messageview.c
13685         * src/news.c
13686         * src/send_message.c
13687         * src/summaryview.c
13688         * src/gtk/sslcertwindow.c
13689                 alertpanel fixes, by Fabien
13690
13691 2006-05-23 [colin]      2.2.0cvs48
13692
13693         * src/folder.c
13694         * src/folderview.c
13695         * src/msgcache.c
13696         * src/summaryview.c
13697         * src/gtk/gtksctree.c
13698         * src/gtk/gtksctree.h
13699                 More timings
13700                 Fix slow loading problem, which was caused by the
13701                 use of some gtk_ctree funcs and their use of
13702                 g_list_position while gtk_ctree_(un)link'ing.
13703                 Reap more functions from gtkctree.c to be sure we
13704                 use our (fast) version instead of theirs.
13705         * src/mh.c
13706                 Fix copy of unread mails
13707
13708
13709 2006-05-22 [wwp]        2.2.0cvs47
13710
13711         * manual/fr/advanced.xml
13712                 updated.
13713
13714 2006-05-22 [colin]      2.2.0cvs46
13715
13716         * src/filtering.c
13717                 Fix possible infinite loop. 'copy' is not a 
13718                 final action, so when encountering a 'copy',
13719                 we have to check if a previous one was set
13720                 and do it. In the same way, if we encounter
13721                 a 'move' we have to perform a possibly 
13722                 pending 'copy'. This will slow down filtering
13723                 on IMAP if move+copy or multiple copy actions
13724                 are to be done, but handling it via the batch
13725                 would be really too convoluted.
13726
13727 2006-05-22 [wwp]        2.2.0cvs45
13728
13729         * manual/fr/advanced.xml
13730         * manual/fr/faq.xml
13731         * manual/fr/glossary.xml
13732         * manual/fr/handling.xml
13733         * manual/fr/intro.xml
13734         * manual/fr/plugins.xml
13735         * manual/fr/sylpheed-claws-manual.xml
13736                 sync w/ the english manual: updates URIs, documented mailing-list
13737                 support, better explanation about the enabled/disabled feature
13738                 in filtering/processing rules by Paul.
13739
13740 2006-05-21 [colin]      2.2.0cvs44
13741
13742         * src/summaryview.c
13743                 Don't expand after building threads, but during
13744
13745 2006-05-21 [colin]      2.2.0cvs43
13746
13747         * src/procmsg.c
13748         * src/summaryview.c
13749                 More timing possibilities... For next time I have 
13750                 to find out how the hell some 3GHz computer takes
13751                 one minute to open a 30k folder...
13752
13753 2006-05-21 [colin]      2.2.0cvs42
13754
13755         * manual/pl/advanced.xml
13756         * manual/pl/faq.xml
13757         * manual/pl/glossary.xml
13758         * manual/pl/handling.xml
13759         * manual/pl/intro.xml
13760         * manual/pl/plugins.xml
13761         * manual/pl/sylpheed-claws-manual.xml
13762                 Polish manual updated by Pawel
13763
13764 2006-05-20 [colin]
13765
13766         * 2.3.0-rc3 released
13767
13768 2006-05-20 [colin]      2.2.0cvs41
13769
13770         * src/imap.c
13771                 Fix -rc2 problems:
13772                 - remove cache of moved messages from original folder
13773                 - apply new flags to messages even if they aren't appliable
13774                   via IMAP.
13775
13776 2006-05-20 [colin]
13777
13778         * 2.3.0-rc2 released
13779
13780 2006-05-19 [colin]      2.2.0cvs40
13781
13782         * src/imap.c
13783                 Don't issue SELECT in imap_change_flags
13784                 before having checked that we indeed have
13785                 some flags to change. MSG_POSTFILTERED for
13786                 example can't be used on IMAP.
13787                 Fixes bug #955 (copying messages between 
13788                 imap folders is extremely slow), which was
13789                 a regression.
13790
13791 2006-05-19 [colin]      2.2.0cvs39
13792
13793         * src/folder.c
13794         * src/folder.h
13795         * src/folderview.c
13796                 Try to fix bug #830 (Some unread messages 
13797                 get marked read in IMAP inbox):
13798                 - Prevent scanning a folder if it's being 
13799                   opened via the GUI
13800                 - Postpone opening via the GUI of a folder
13801                   currently scanned.
13802
13803
13804 2006-05-19 [wwp]        2.2.0cvs38
13805
13806         * manual/advanced.xml
13807                 fix English+typo (thanks to Paul).
13808
13809 2006-05-19 [wwp]        2.2.0cvs37
13810
13811         * manual/advanced.xml
13812         * manual/fr/advanced.xml
13813         * src/gtk/logwindow.c
13814         * src/prefs_common.c
13815         * src/prefs_common.h
13816                 added hidden prefs to allow customization of colors used in
13817                 protocol log window (useful for dark gtk+ themes).
13818
13819 2006-05-19 [wwp]        2.2.0cvs36
13820
13821         * ChangeLog
13822                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13823
13824 2006-05-19 [paul]       2.2.0cvs35
13825
13826         * src/textview.c
13827                 make Reply-To fully clickable
13828         * src/gtk/logwindow.c
13829                 more colouring (SMTP ESMTP)
13830         Both patches by Pawel Pekala
13831
13832 2006-05-19 [cleroy]     2.2.0cvs34
13833
13834         * src/mh.c
13835                 Don't update flags from current folder
13836                 Probably fixes bug #935 (Read Messages 
13837                 Revert to Being Marked as Unread)
13838
13839 2006-05-18 [colin]      2.2.0cvs33
13840
13841         * src/imap.c
13842                 Warning fix
13843         * src/compose.c
13844         * src/mainwindow.c
13845         * src/summaryview.c
13846         * src/toolbar.c
13847                 Allow replying to multiple emails
13848                 in multiple windows
13849         * src/mimeview.c
13850         * src/etpan/imap-thread.c
13851                 Leak fixes
13852
13853 2006-05-18 [paul]       2.2.0cvs32
13854
13855         * src/summaryview.c
13856                 keep Mailing-List menu refreshed
13857                 Thanks to Colin
13858
13859 2006-05-18 [paul]       2.2.0cvs31
13860
13861         * manual/advanced.xml
13862         * manual/faq.xml
13863         * manual/glossary.xml
13864         * manual/handling.xml
13865         * manual/intro.xml
13866         * manual/plugins.xml
13867         * manual/sylpheed-claws-manual.xml
13868                 update URLs
13869                 add info about mailing-list support
13870                 edit filtering info
13871         * src/wizard.c
13872         * src/common/defs.h
13873         * src/gtk/about.c
13874         * src/plugins/dillo_viewer/README
13875                 update URLs
13876
13877 2006-05-17 [wwp]        2.2.0cvs30
13878
13879         * manual/handling.xml
13880         * manual/fr/handling.xml
13881                 documented the ability to enabled/disable filtering/processing rules.
13882
13883 2006-05-17 [colin]      2.2.0cvs29
13884
13885         * src/main.c
13886                 Don't initialize g_thread subsystem if it's 
13887                 already done (thanks to Hiro)
13888         * src/mimeview.c
13889                 Fix saving of parts when there name can't be
13890                 converted from UTF-8.
13891
13892 2006-05-17 [paul]       2.2.0cvs28
13893
13894         * po/Makefile.in.in
13895                 fix config.status warning with autoconf 2.60
13896
13897 2006-05-17 [paul]       2.2.0cvs27
13898
13899         * po/POTFILES.in
13900                 add src/mbox.c
13901
13902 2006-05-17 [wwp]        2.2.0cvs26
13903
13904         * src/mainwindow.c
13905                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13906
13907 2006-05-17 [wwp]        2.2.0cvs25
13908
13909         * src/plugins/demo/demo.c
13910                 updated product name in plugin demo (many plugins need to be
13911                 sync'ed w/ that change).
13912
13913 2006-05-17 [colin]      2.2.0cvs24
13914
13915         * src/mh.c
13916                 Fix leak
13917
13918 2006-05-16 [colin]      2.2.0cvs23
13919
13920         * src/mainwindow.c
13921                 Stupid me hit again. Fix cvs22.
13922
13923 2006-05-16 [colin]      2.2.0cvs22
13924
13925         * src/mainwindow.c
13926                 Fix bug #922 (sylpheed-claws crashed after 
13927                 pushing on Inbox folder)
13928
13929 2006-05-16 [colin]      2.2.0cvs21
13930
13931         * src/compose.c
13932                 Make From header be copy/paste/select-able
13933
13934 2006-05-16 [wwp]        2.2.0cvs20
13935
13936         * src/export.c
13937         * src/matcher.c
13938         * src/summaryview.c
13939         * src/etpan/imap-thread.c
13940                 fix some compiler warnings (thanks to Colin).
13941
13942 2006-05-16 [wwp]        2.2.0cvs19
13943
13944         * src/action.c
13945         * src/gedit-print.c
13946         * src/inc.c
13947         * src/mainwindow.c
13948         * src/mh.c
13949         * src/statusbar.c
13950         * src/send_message.c
13951         * src/summaryview.c
13952                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13953
13954 2006-05-15 [colin]      2.2.0cvs18
13955
13956         * src/procmsg.c
13957                 Fix automatic rule creation with List-Post
13958
13959 2006-05-15 [paul]       2.2.0cvs17
13960
13961         * tools/filter_conv_new.pl
13962                 updated for rule enabling/disabling
13963                 claws version >= 2.3.x required
13964
13965 2006-05-15 [cleroy]     2.2.0cvs16
13966
13967         * src/main.c
13968                 Revert test
13969
13970 2006-05-15 [cleroy]     2.2.0cvs15
13971
13972         * src/main.c
13973                 test
13974
13975 2006-05-15 [wwp]        2.2.0cvs14
13976
13977         * manual/pl/.cvsignore
13978                 ignore generated files.
13979
13980 2006-05-14 [wwp]        2.3.0-rc1
13981
13982         * 2.3.0-rc1 released
13983
13984 2006-05-13 [wwp]        2.2.0cvs13
13985
13986         * src/filtering.c
13987         * src/filtering.h
13988         * src/matcher.c
13989         * src/matcher_parser_lex.l
13990         * src/matcher_parser_parse.y
13991         * src/prefs_filtering.c
13992                 new feature: provide the ability to disable filtering and processing
13993                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13994                 adaptations.
13995
13996 2006-05-13 [colin]      2.2.0cvs12
13997
13998         * src/compose.c
13999                 Remove useless if (a) b; else b;
14000                 Thanks to wwp
14001
14002 2006-05-13 [wwp]        2.2.0cvs11
14003
14004         * src/export.c
14005         * src/import.c
14006         * src/mainwindow.c
14007         * src/mbox.c
14008         * src/summaryview.c
14009         * src/summaryview.h
14010                 no more silent failures (or at least less ones) when importing
14011                 or exporting from/to mbox. Also start importing/exporting if
14012                 the necessary info is set.
14013
14014 2006-05-13 [wwp]        2.2.0cvs10
14015
14016         * RELEASE_NOTES
14017                 restored up-to-date release notes.
14018
14019 2006-05-13 [paul]       2.2.0cvs9
14020
14021         * po/nl.po
14022         * po/ru.po
14023                 updated by Tim Dijkstra and Pavlo Bohmat
14024
14025 2006-05-12 [colin]      2.2.0cvs8
14026
14027         * src/gtk/quicksearch.c
14028                 Add "k" as shortcut for "colorlabel". Patch
14029                 by ath42@users.sf.net.
14030
14031 2006-05-12 [paul]       2.2.0cvs7
14032
14033         * src/prefs_common.h
14034         * src/prefs_summaries.c
14035         * src/summaryview.c
14036                 when entering a folder also allow
14037                 going directly to first Marked message
14038
14039 2006-05-12 [paul]       2.2.0cvs6
14040
14041         * src/summaryview.c
14042                 always obey 'confirm before marking all
14043                 mails read' option
14044
14045 2006-05-12 [paul]       2.2.0cvs5
14046
14047         * src/textview.c
14048                 make Sender fully clickable
14049
14050 2006-05-12 [colin]      2.2.0cvs4
14051
14052         * src/compose.c
14053         * src/compose.h
14054                 Let From be editable
14055         * src/main.c
14056         * src/mh.c
14057                 Full support of .mh_sequences' Unseen seq
14058
14059 2006-05-12 [colin]      2.2.0cvs3
14060
14061         * src/folder.c
14062         * src/mainwindow.c
14063         * src/mainwindow.h
14064         * src/messageview.c
14065         * src/prefs_spelling.c
14066         * src/procheader.c
14067         * src/procmsg.c
14068         * src/procmsg.h
14069         * src/summaryview.c
14070         * src/toolbar.c
14071         * src/toolbar.h
14072                 Add contextual menu on Compose toolbar
14073                 button. Fixes bug #944 (Automatic
14074                 addresses not applied when changing account
14075                 from compose window)
14076                 add Mailing List support
14077                 based on the old 0.6.5claws25 patch by
14078                 Melvin Hadasht, with finishing touches
14079                 by Colin
14080                 Fix "ignore thread" when mails are threaded by
14081                 subject (and weren't ignored although appearing
14082                 in the thread).
14083                 GUI rework.
14084                 Both patches by Pawel.
14085
14086 2006-05-08 [paul]       2.2.0cvs2
14087
14088         * src/mainwindow.c
14089         * src/mainwindow.h
14090         * src/messageview.c
14091         * src/procheader.c
14092         * src/procmsg.c
14093         * src/procmsg.h
14094         * src/summaryview.c
14095                 add Mailing List support
14096                 based on the old 0.6.5claws25 patch by 
14097                 Melvin Hadasht, with finishing touches
14098                 by Colin
14099
14100 2006-05-08 [colin]      2.2.0cvs1
14101
14102         * src/mainwindow.c
14103         * src/toolbar.c
14104         * src/toolbar.h
14105                 Add contextual menu on Compose toolbar 
14106                 button. Fixes bug #944 (Automatic 
14107                 addresses not applied when changing account 
14108                 from compose window)
14109
14110 2006-05-08 [paul]       2.2.0
14111
14112         2.2.0 released
14113
14114 2006-05-08 [paul]       2.1.1cvs51
14115
14116         * po/cs.po
14117         * po/de.po
14118         * po/en_GB.po
14119         * po/fi.po
14120         * po/fr.po
14121         * po/pt_BR.po
14122         * po/sr.po
14123         * po/zh_CN.po
14124                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14125                 Fabien Vantard, Frederico Goncalves Guimaraes,
14126                 Aleksandar Urosevic, and Ralgh Young
14127
14128 2006-05-12 [colin]      2.1.1cvs50
14129
14130         * po/cs.po
14131         * po/de.po
14132         * po/en_GB.po
14133         * po/es.po
14134         * po/fi.po
14135         * po/fr.po
14136         * po/pt_BR.po
14137         * po/sr.po
14138         * po/zh_CN.po
14139                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14140                 Fabien Vantard, Frederico Goncalves Guimaraes,
14141                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14142
14143 2006-05-05 [colin]      2.1.1cvs49
14144
14145         * manual/Makefile.am
14146         * manual/pl/Makefile.am
14147         * manual/pl/account.xml
14148         * manual/pl/ack.xml
14149         * manual/pl/addrbook.xml
14150         * manual/pl/advanced.xml
14151         * manual/pl/faq.xml
14152         * manual/pl/glossary.xml
14153         * manual/pl/gpl.xml
14154         * manual/pl/handling.xml
14155         * manual/pl/intro.xml
14156         * manual/pl/keyboard.xml
14157         * manual/pl/plugins.xml
14158         * manual/pl/starting.xml
14159         * manual/pl/sylpheed-claws-manual.xml
14160         * manual/pl/dist/.cvsignore
14161         * manual/pl/dist/Makefile.am
14162         * manual/pl/dist/html/.cvsignore
14163         * manual/pl/dist/html/Makefile.am
14164         * manual/pl/dist/pdf/.cvsignore
14165         * manual/pl/dist/pdf/Makefile.am
14166         * manual/pl/dist/ps/.cvsignore
14167         * manual/pl/dist/ps/Makefile.am
14168         * manual/pl/dist/txt/.cvsignore
14169         * manual/pl/dist/txt/Makefile.am
14170                 Add the polish translation of the manual,
14171                 Authored by Pawel Pekala.
14172
14173 2006-05-05 [cleroy]     2.1.1cvs48
14174
14175         * src/main.c
14176                 Re-read matcherrc after loading plugins 
14177                 if some of them add folders.
14178
14179 2006-05-03 [colin]      2.1.1cvs47
14180
14181         * src/imap.c
14182                 I'm idiot
14183
14184 2006-05-03 [colin]      2.1.1cvs46
14185
14186         * src/imap.c
14187                 Be sure to have a session when
14188                 getting separator
14189
14190 2006-05-03 [colin]      2.1.1cvs45
14191
14192         * src/imap.c
14193         * src/imap.h
14194         * src/imap_gtk.c
14195                 Fix preventing renaming with namespace 
14196                 separator.
14197
14198 2006-05-01 [colin]      2.1.1cvs44
14199
14200         * src/action.c
14201                 Don't reload messageview when result of
14202                 action is piped.
14203
14204 2006-04-29 [colin]      2.1.1cvs43
14205
14206         * src/prefs_receive.c
14207         * src/plugins/spamassassin/spamassassin_gtk.c
14208         * src/plugins/clamav/clamav_plugin_gtk.c
14209                 GUI fixes by Pawel
14210
14211 2006-04-29 [colin]      2.1.1cvs42
14212
14213         * src/prefs_compose_writing.c
14214         * src/prefs_quote.c
14215                 Cleanups. Patch by Pawel
14216
14217 2006-04-28 [paul]       2.1.1cvs41
14218
14219         * src/matcher.c
14220                 fix returned quick search results when search
14221                 term contains an underscore.
14222                 Thanks to Colin
14223
14224 2006-04-28 [paul]       2.1.1cvs40
14225
14226         * src/prefs_message.c
14227         * src/prefs_receive.c
14228                 GUI cleanups
14229                 Patches by Pawel Pekala
14230
14231 2006-04-27 [colin]      2.1.1cvs39
14232
14233         * src/wizard.c
14234                 Differentiate subject Welcome from
14235                 window's title Welcome
14236
14237 2006-04-27 [paul]
14238
14239         2.2.0-rc1 released
14240
14241 2006-04-27 [paul]       2.1.1cvs38
14242
14243         * manual/advanced.xml
14244         * manual/fr/advanced.xml
14245                 add info about compose_no_markup hidden pref
14246
14247 2006-04-27 [paul]       2.1.1cvs37
14248
14249         * src/prefs_account.c
14250                 improve privacy labels
14251         * src/prefs_msg_colors.c
14252                 change some strings for translators' convenience
14253         * src/gtk/gtkutils.c
14254                 don't underline the link button text
14255
14256 2006-04-25 [colin]      2.1.1cvs36
14257
14258         * src/folder.c
14259                 Complete 2.1.1cvs33 (once more ;)
14260
14261 2006-04-25 [colin]      2.1.1cvs35
14262
14263         * src/editldap.c
14264                 Fix tooltip
14265
14266 2006-04-25 [cleroy]     2.1.1cvs34
14267
14268         * src/compose.c
14269         * src/gtk/gtkaspell.c
14270                 Fix crash on redirect (related to the return 
14271                 of the aspell menu in compose's toolbar)
14272         * src/prefs_msg_colors.c
14273                 Fix sensitivity widgets
14274         * src/image_viewer.c
14275         * src/gtk/pluginwindow.c
14276         * src/gtk/prefswindow.c
14277                 Change released signals to clicked (Fabien)
14278         * po/POTFILES.in
14279         * src/common/socket.c
14280         * src/plugins/spamassassin/spamassassin.c
14281                 Translate strings (Fabien)
14282
14283 2006-04-25 [paul]       2.1.1cvs33
14284
14285         * src/folder.c
14286         * src/folder.h
14287         * src/folderview.c
14288                 complete the fix of bug #912
14289                 Thanks to Colin
14290
14291 2006-04-25 [colin]      2.1.1cvs32
14292
14293         * src/news.c
14294                 Better progress bar
14295         * src/mimeview.c
14296         * src/summaryview.c
14297         * src/summaryview.h
14298                 Fix focus chain
14299                 Patches by Pawel Pekala
14300
14301 2006-04-24 [colin]      2.1.1cvs31
14302
14303         * src/compose.c
14304                 Fix compilation warnings (Fabien)
14305
14306 2006-04-24 [colin]      2.1.1cvs30
14307
14308         * src/addrindex.c
14309         * src/editldap.c
14310         * src/editldap_basedn.c
14311         * src/editldap_basedn.h
14312         * src/ldapctrl.c
14313         * src/ldapctrl.h
14314         * src/ldapquery.c
14315         * src/ldaputil.c
14316         * src/ldaputil.h
14317                 Fix bug #901 (LDAPS support)
14318
14319 2006-04-24 [colin]      2.1.1cvs29
14320
14321         * src/compose.c
14322                 Fix logic on error with send dialog on
14323         * src/imap.c
14324                 Fix compilation without libetpan, thanks
14325                 to Fabien
14326         * src/summaryview.c
14327                 Fix 'context-menu' key
14328
14329 2006-04-23 [colin]      2.1.1cvs28
14330
14331         * src/folder.c
14332                 Never free current's cache to free up 
14333                 memory. Fixes bug #912 (new count 
14334                 randomly set to message count)
14335
14336 2006-04-23 [colin]      2.1.1cvs27
14337
14338         * src/gtk/quicksearch.c
14339                 And remove printf...
14340
14341 2006-04-23 [colin]      2.1.1cvs26
14342
14343         * src/gtk/quicksearch.c
14344                 Fix replacing in quicksearch, and fix inserting
14345                 in the middle of the string. (introduced at 2.1.0cvs22)
14346
14347 2006-04-23 [colin]      2.1.1cvs25
14348
14349         * src/imap.c
14350                 Make sure uidnext is initialized in get_num_list
14351                 (not for stable, related to 2.1.1cvs8 and friends)
14352
14353 2006-04-23 [colin]      2.1.1cvs24
14354
14355         * src/imap.c
14356                 Output something when login is successful
14357                 too
14358
14359 2006-04-23 [colin]      2.1.1cvs23
14360
14361         * src/etpan/imap-thread.c
14362                 Better logging (line-per-line, hide data in fetch)
14363                 Fix a const warning
14364         * src/gtk/logwindow.c
14365         * src/gtk/logwindow.h
14366                 Better logging (color for input/output)
14367
14368 2006-04-21 [colin]      2.1.1cvs22
14369
14370         * src/gtk/quicksearch.c
14371                 On gtk+-2.8, use stock buttons in quicksearch
14372                 Based on a patch by Fabien and a design by Paul
14373
14374 2006-04-21 [colin]      2.1.1cvs21
14375
14376         * src/folderview.c
14377         * src/mainwindow.c
14378                 Fix occasional flicker in folderview
14379         * src/common/utils.c
14380                 Fix bug #943 (Incorrectly parsed email address 
14381                 list in short headers on message view and in 
14382                 printouts)
14383
14384 2006-04-20 [colin]      2.1.1cvs20
14385
14386         * src/imap.c
14387         * src/imap.h
14388         * src/prefs_account.c
14389                 Add ANONYMOUS auth for IMAP
14390
14391 2006-04-20 [paul]       2.1.1cvs19
14392
14393         * src/main.c
14394                 proper fix for 2.1.1cvs18
14395                 Thanks to Colin
14396
14397 2006-04-20 [paul]       2.1.1cvs18
14398
14399         * src/main.c
14400                 fix build warnings
14401
14402 2006-04-20 [paul]       2.1.1cvs17
14403
14404         * src/gtk/quicksearch.c
14405                 fix standard, non-extended Quick search,
14406                 was broken in 2.1.1cvs15.
14407                 Thanks to Colin.
14408
14409 2006-04-20 [colin]      2.1.1cvs16
14410
14411         * src/prefs_matcher.c
14412                 Fix values when reselecting a ~test
14413                 rule
14414
14415 2006-04-19 [colin]      2.1.1cvs15
14416
14417         * src/compose.c
14418         * src/compose.h
14419         * src/gtk/gtkaspell.c
14420         * src/gtk/gtkaspell.h
14421                 Put back Options menu in Spelling/
14422         * src/gtk/quicksearch.c
14423                 Don't search, and show error, if the
14424                 advanced search has a syntax error
14425
14426 2006-04-18 [colin]      2.1.1cvs14
14427
14428         * src/textview.c
14429                 Fix gdk warnings on set_cursor when textview
14430                 isn't visible
14431
14432 2006-04-18 [colin]      2.1.1cvs13
14433
14434         * src/gtk/gtksctree.c
14435                 Remove seemingly useless refresh that causes
14436                 flicker - watch this commit in case of 
14437                 problems before planned backport to stable
14438
14439 2006-04-18 [colin]      2.1.1cvs12
14440
14441         * src/imap.c
14442                 Factorize get/set_xml code
14443         * src/compose.c
14444         * src/prefs_account.c
14445         * src/prefs_account.h
14446         * src/procmsg.c
14447                 Add Encrypt to self option
14448
14449 2006-04-17 [colin]      2.1.1cvs11
14450
14451         * configure.ac
14452                 Fix search on encrpyt function on dragonfly
14453                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14454
14455 2006-04-17 [colin]      2.1.1cvs10
14456
14457         * src/prefs_account.c
14458                 Be safe by default: remove mails from POP3
14459                 after 7 days, not immediately
14460
14461 2006-04-17 [colin]      2.1.1cvs9
14462
14463         * src/etpan/imap-thread.c
14464                 Fix build on DragonFly - patch by 
14465                 Jonathan Buschmann <jonthn@agmact.com>
14466
14467 2006-04-17 [colin]      2.1.1cvs8
14468
14469         * src/imap.c
14470                 Save uidnext between sessions
14471
14472 2006-04-17 [colin]      2.1.1cvs7
14473
14474         * src/imap.c
14475                 scan is required when uid validity changes
14476
14477 2006-04-17 [colin]      2.1.1cvs6
14478
14479         * src/folderview.c
14480                 Don't scan if not necessary, apart in current
14481                 folder and INBOX to fetch flags.
14482         * src/imap.c
14483                 Scan is necessary if unread count changes
14484
14485 2006-04-17 [colin]      2.1.1cvs5
14486
14487         * src/imap.c
14488                 ...But always fetch ANSWERED and DELETED flags for
14489                 INBOX, as filtering can happen on these flags.
14490
14491 2006-04-17 [colin]      2.1.1cvs4
14492
14493         * src/imap.c
14494                 Don't fetch REPLIED and DELETED flags when synchronising
14495                 flags with a closed folder. We only need UNSEEN and FLAGGED
14496                 to update the folderview.
14497
14498 2006-04-17 [colin]      2.1.1cvs3
14499
14500         * src/imap.c
14501                 Faster flag search when there are new mails 
14502                 in a folder. We can do a full search if the 
14503                 folder contains less messages than the new
14504                 list.
14505
14506 2006-04-17 [colin]      2.1.1cvs2
14507
14508         * po/cs.po
14509         * po/de.po
14510         * po/fr.po
14511         * po/nl.po
14512         * po/pt_BR.po
14513                 Update translations from stable branch
14514
14515 2006-04-17 [colin]      2.1.1cvs1
14516
14517         * configure.ac
14518                 Bump version to follow stable release
14519
14520 2006-04-16 [mones]      2.1.0cvs50
14521
14522         * po/es.po
14523                 Updated for release
14524
14525 2006-04-16 [colin]      2.1.0cvs49
14526
14527         * src/textview.c
14528                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14529                 with gtk < 2.8. Thanks to Fabien Vantard.
14530
14531 2006-04-15 [colin]      2.1.0cvs48
14532
14533         * src/etpan/imap-thread.c
14534                 Fix bug #919 (libetpan: SEGV when connecting 
14535                 using command)
14536
14537 2006-04-14 [colin]      2.1.0cvs47
14538
14539         * src/main.c
14540                 Fix race on --select (should be done better)
14541
14542 2006-04-14 [wwp]        2.1.0cvs46
14543
14544         * src/send_message.c
14545                 enforce a check for domain in account prefs (a sending
14546                 error could be faced if domain was checked but no value set),
14547                 thanks to Colin.
14548
14549 2006-04-14 [colin]      2.1.0cvs45
14550
14551         * src/codeconv.c
14552                 when converting from unknown to unknown, if the
14553                 string is UTF8, don't convert it to the locale
14554                 (which breaks it)
14555
14556 2006-04-14 [colin]      2.1.0cvs44
14557
14558         * src/compose.c
14559                 Don't try to use ASCII for converting headers
14560                 (as done in body)
14561
14562 2006-04-14 [paul]       2.1.0cvs43
14563
14564         * src/crash.c
14565                 add locale/charset info to crash report
14566         * src/gtk/about.c
14567                 add wwp to doc team
14568                 replace 'e-mail' with preferred 'email'
14569         * src/gtk/authors.h
14570                 ensure contributors list is in alphabetical
14571                 order
14572
14573 2006-04-13 [colin]      2.1.0cvs42
14574
14575         * src/textview.c
14576                 Prevent gdk warnings
14577
14578 2006-04-13 [colin]      2.1.0cvs41
14579
14580         * src/common/ssl_certificate.c
14581         * src/common/ssl_certificate.h
14582         * src/gtk/sslcertwindow.c
14583                 Warn on expired certs, and display the expiration date
14584
14585 2006-04-13 [colin]      2.1.0cvs40
14586
14587         * src/plugins/spamassassin/spamassassin_gtk.c
14588                 Fix missing set_text on unix socket
14589
14590 2006-04-13 [wwp]        2.1.0cvs39
14591
14592         * manual/fr/advanced.xml
14593         * manual/fr/glossary.xml
14594                 applied new spam/ham/email lexicon (pourriel, courriel)
14595
14596 2006-04-13 [paul]       2.1.0cvs38
14597
14598         * src/plugins/pgpmime/plugin.c
14599                 remove the mention of S/MIME from the
14600                 description. This is now handled by the
14601                 S/MIME plugin.
14602
14603 2006-04-13 [paul]       2.1.0cvs37
14604
14605         * src/prefs_msg_colors.c
14606                 rework dialog
14607         * src/prefs_folder_item.c
14608         * src/prefs_spelling.c
14609                 add a tooltip to the colour selector buttons
14610
14611 2006-04-13 [wwp]        2.1.0cvs36
14612
14613         * manual/advanced.xml
14614         * manual/glossary.xml
14615         * manual/handling.xml
14616         * manual/keyboard.xml
14617         * manual/plugins.xml
14618         * manual/starting.xml
14619         * manual/fr/account.xml
14620         * manual/fr/ack.xml
14621         * manual/fr/addrbook.xml
14622         * manual/fr/advanced.xml
14623         * manual/fr/faq.xml
14624         * manual/fr/glossary.xml
14625         * manual/fr/gpl.xml
14626         * manual/fr/handling.xml
14627         * manual/fr/intro.xml
14628         * manual/fr/keyboard.xml
14629         * manual/fr/plugins.xml
14630         * manual/fr/starting.xml
14631         * manual/fr/sylpheed-claws-manual.xml
14632                 fixes to the manuals:
14633                  - summaryview -> Message List (same in French)
14634                  - translate key names
14635                  - fix French punctuation, use non-breakable spaces when
14636                    necessary, don't use &thinsp; which is not portable
14637                  - tell what maildir and mbox formats we support
14638
14639 2006-04-12 [wwp]        2.1.0cvs35
14640
14641         * src/prefs_toolbar.c
14642                 unified a replace button more,
14643                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14644
14645 2006-04-12 [wwp]        2.1.0cvs34
14646
14647         * src/prefs_common.c
14648         * src/prefs_msg_colors.c
14649                 make default color labels translatable,
14650                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14651                 thanks to Tim <timbrain@post.cz> for reporting.
14652
14653 2006-04-12 [wwp]        2.1.0cvs33
14654
14655         * manual/glossary.xml
14656         * manual/intro.xml
14657         * manual/plugins.xml
14658         * manual/starting.xml
14659         * manual/sylpheed-claws-manual.xml
14660         * manual/fr/.cvsignore
14661         * manual/fr/account.xml
14662         * manual/fr/ack.xml
14663         * manual/fr/addrbook.xml
14664         * manual/fr/advanced.xml
14665         * manual/fr/faq.xml
14666         * manual/fr/glossary.xml
14667         * manual/fr/handling.xml
14668         * manual/fr/intro.xml
14669         * manual/fr/keyboard.xml
14670         * manual/fr/plugins.xml
14671         * manual/fr/starting.xml
14672         * manual/fr/sylpheed-claws-manual.xml
14673                 various fixes: typos, missing .fr translations, punctuation,
14674                 capitalization, links, accents and some bad French more.
14675
14676 2006-04-12 [wwp]        2.1.0cvs32
14677
14678         * src/prefs_gtk.c
14679                 fix for bug #935: always store prefs files in UTF-8 (thanks
14680                 to Colin).
14681
14682 2006-04-11 [colin]      2.1.0cvs31
14683
14684         * src/compose.c
14685                 Fix inserting files not in utf8 when locale is utf8
14686
14687 2006-04-11 [colin]      2.1.0cvs30
14688
14689         * src/inc.c
14690                 Don't show error dialog when cancelling connection
14691                 Patch by Pawel
14692
14693 2006-04-11 [cleroy]     2.1.0cvs29
14694
14695         * src/compose.c
14696                 Implement multiple quote levels
14697         * src/prefs_common.c
14698                 Change a little bit the quote bgcolor for 2nd level
14699
14700 2006-04-11 [colin]      2.1.0cvs28
14701
14702         * src/gtk/about.c
14703                 Add locale and charset in the label
14704
14705 2006-04-10 [colin]      2.1.0cvs27
14706
14707         * src/compose.c
14708         * src/prefs_common.c
14709         * src/prefs_common.h
14710         * src/prefs_msg_colors.c
14711         * src/textview.c
14712                 Allow optional background color in quotes
14713                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14714                 GTK+-2.8.x feature
14715
14716 2006-04-10 [colin]      2.1.0cvs26
14717
14718         * src/main.c
14719         * src/mainwindow.c
14720         * src/mainwindow.h
14721                 Implement --select
14722
14723 2006-04-10 [colin]      2.1.0cvs25
14724
14725         * manual/plugins.xml
14726         * manual/fr/plugins.xml
14727                 Document libcurl's proxy variables
14728
14729 2006-04-09 [colin]      2.1.0cvs24
14730
14731         * src/prefs_common.c
14732                 gettext() returns statically allocated stuff. We have
14733                 to strdup it in order to be able to free it.
14734
14735 2006-04-09 [colin]      2.1.0cvs23
14736
14737         * AUTHORS
14738         * src/gtk/authors.h
14739                 Add Alexei
14740
14741 2006-04-09 [colin]      2.1.0cvs22
14742
14743         * src/mainwindow.c
14744         * src/gtk/quicksearch.c
14745                 Fix bug #859 (problems with cyrilic input in 
14746                 search panel) - Patch by Alexey Illarionov 
14747                 <littlesavage@rambler.ru>
14748
14749 2006-04-09 [colin]      2.1.0cvs21
14750
14751         * src/prefs_customheader.c
14752                 I prefer removing then freeing rather than the contrary
14753                 (even if it doesn't change anything ;-)
14754         * src/prefs_account.c
14755                 Fix bug #933 (Crash re-entering the custom headers list 
14756                 dialog in accounts prefs)
14757                 The problem happened when cancelling the Account 
14758                 Preferences' dialogs - in which case we didn't do 
14759                 anything to the PrefsAccount * struct. In case of applying,
14760                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14761                 working with in this dialog. The problem is that 
14762                 prefs_customheader.c, working on this tmp_ac_prefs, always
14763                 changes the ->customhdr_list pointer, even when cancelled. 
14764                 So in case of cancelling the prefs_account dialog, we still
14765                 have to update ->customhdr_list in the real account.
14766
14767 2006-04-08 [colin]      2.1.0cvs20
14768
14769         * manual/fr/glossary.xml
14770         * manual/fr/keyboard.xml
14771                 Forgot some headers :)
14772
14773 2006-04-08 [colin]      2.1.0cvs19
14774
14775         * manual/Makefile.am
14776         * manual/fr/Makefile.am
14777         * manual/fr/account.xml
14778         * manual/fr/ack.xml
14779         * manual/fr/addrbook.xml
14780         * manual/fr/advanced.xml
14781         * manual/fr/faq.xml
14782         * manual/fr/glossary.xml
14783         * manual/fr/gpl.xml
14784         * manual/fr/handling.xml
14785         * manual/fr/intro.xml
14786         * manual/fr/keyboard.xml
14787         * manual/fr/plugins.xml
14788         * manual/fr/starting.xml
14789         * manual/fr/sylpheed-claws-manual.xml
14790         * manual/fr/dist/.cvsignore
14791         * manual/fr/dist/Makefile.am
14792         * manual/fr/dist/html/.cvsignore
14793         * manual/fr/dist/html/Makefile.am
14794         * manual/fr/dist/pdf/.cvsignore
14795         * manual/fr/dist/pdf/Makefile.am
14796         * manual/fr/dist/ps/.cvsignore
14797         * manual/fr/dist/ps/Makefile.am
14798         * manual/fr/dist/txt/.cvsignore
14799         * manual/fr/dist/txt/Makefile.am
14800                 Add the french translation of the manual. Thanks to
14801                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14802                 account.xml, ack.xml, addrbook.xml and advanced.xml
14803
14804 2006-04-08 [colin]      2.1.0cvs18
14805
14806         * manual/plugins.xml
14807         * manual/starting.xml
14808                 More fixes
14809
14810 2006-04-07 [colin]      2.1.0cvs17
14811
14812         * manual/faq.xml
14813         * manual/intro.xml
14814         * manual/keyboard.xml
14815                 Little fixes
14816
14817 2006-04-07 [colin]      2.1.0cvs16
14818
14819         * README
14820         * src/compose.c
14821         * src/prefs_common.c
14822         * src/prefs_common.h
14823                 Add hidden compose_no_markup pref
14824
14825 2006-04-07 [wwp]        2.1.0cvs15
14826
14827         * src/summary_search.c
14828         * .cvsignore
14829                 Bugfix: stop button was sticky when searching in an empty folder.
14830                 Applied curly brackets code style to the whole file (summary_search.c).
14831                 More files to ignore.
14832
14833 2006-04-07 [wwp]        2.1.0cvs14
14834
14835         * src/message_search.c
14836         * src/summary_search.c
14837                 changed default button when search bumps at file/folder
14838                 beginning or end, for convenience (thanks to Colin).
14839
14840 2006-04-07 [paul]       2.1.0cvs13
14841
14842         * src/plugins/dillo_viewer/dillo_prefs.c
14843                 avoid future potential for namespace collision
14844                 Patch by Colin
14845
14846 2006-04-06 [wwp]        2.1.0cvs12
14847
14848         * src/summary_search.c
14849                 Unify extended/advanced searches names (and thus factorize labels),
14850                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14851
14852 2006-04-06 [wwp]        2.1.0cvs11
14853
14854         * src/folderview.c
14855         * src/prefs_themes.c
14856         * src/summaryview.c
14857                 Fixed some compilation warnings.
14858
14859 2006-04-06 [colin]      2.1.0cvs10
14860
14861         * manual/advanced.xml
14862                 Document the wizard template and how to deploy
14863                 Sylpheed-Claws effectively
14864
14865 2006-04-06 [colin]      2.1.0cvs9
14866
14867         * src/folderview.c
14868                 gettext patch to tell translators about _("#"),
14869                 by Maxim Britov
14870
14871 2006-04-06 [colin]      2.1.0cvs8
14872
14873         * src/textview.c
14874                 Fix invalid GtkTextBIter after clicking "Display as text"
14875
14876 2006-04-06 [mones]      2.1.0cvs7
14877
14878         * src/addr_compl.c
14879         * src/addrindex.c
14880         * src/addritem.c
14881         * src/codeconv.c
14882         * src/compose.c
14883         * src/filtering.c
14884         * src/folder.c
14885         * src/folder_item_prefs.c
14886         * src/folderview.c
14887         * src/localfolder.c
14888         * src/matcher.c
14889         * src/mimeview.c
14890         * src/prefs_msg_colors.c
14891         * src/prefs_spelling.c
14892         * src/prefs_themes.c
14893         * src/procmime.c
14894         * src/procmsg.c
14895         * src/stock_pixmap.c
14896         * src/summaryview.c
14897         * src/textview.c
14898         * src/toolbar.c
14899         * src/common/mgutils.c
14900         * src/common/prefs.c
14901         * src/common/ssl_certificate.c
14902         * src/gtk/colorlabel.c
14903         * src/gtk/quicksearch.c
14904         * src/plugins/pgpmime/pgpmime.c
14905         * src/plugins/spamassassin/spamassassin.c
14906                 Removed redundant NULL checks for g_free() calls.
14907                 Patch by Pawel Pekala.
14908
14909 2006-04-06 [mones]      2.1.0cvs6
14910
14911         * src/prefs_actions.c
14912         * src/prefs_filtering.c
14913         * src/prefs_filtering_action.c
14914         * src/prefs_matcher.c
14915         * src/prefs_template.c
14916         * src/gtk/gtkutils.c
14917         * src/gtk/gtkutils.h
14918                 Have a nice replace button. Patch by Pawel Pekala
14919
14920 2006-04-06 [colin]      2.1.0cvs5
14921
14922         * src/addressbook.c
14923                 Fix crash with empty columns
14924
14925 2006-04-05 [colin]      2.1.0cvs4
14926
14927         * src/wizard.c
14928         * src/prefs_gtk.c
14929                 Allow wizard customization with pre-filled values
14930
14931 2006-04-05 [colin]      2.1.0cvs3
14932
14933         * src/textview.c
14934         * src/mimeview.c
14935         * src/mimeview.h
14936                 Nicer messages in mimeview
14937
14938 2006-04-05 [colin]      2.1.0cvs2
14939
14940         * src/addressbook.c
14941         * src/prefs_summaries.c
14942                 i18n fix
14943
14944 2006-04-05 [colin]      2.1.0cvs1
14945
14946         * src/plugins/pgpcore/plugin.c
14947         * src/plugins/pgpcore/select-keys.c
14948         * src/plugins/pgpcore/select-keys.h
14949         * src/plugins/pgpcore/sgpgme.c
14950         * src/plugins/pgpcore/sgpgme.h
14951         * src/plugins/pgpinline/pgpinline.c
14952         * src/plugins/pgpinline/plugin.c
14953         * src/plugins/pgpmime/pgpmime.c
14954         * src/plugins/pgpmime/plugin.c
14955                 Factorize and generalize a bit 
14956                 Drop S/MIME signature verification from PGP/MIME
14957                 (adding it as another, more complete plugin)
14958
14959 2006-04-05 [paul]       2.1.0
14960
14961         2.1.0 released
14962
14963 2006-04-05 [paul]       2.0.0cvs186
14964
14965         * manual/advanced.xml
14966                 add info on colour labels
14967
14968 2006-04-05 [paul]       2.0.0cvs185
14969
14970         * po/bg.po
14971         * po/cs.po
14972         * po/de.po
14973         * po/el.po
14974         * po/en_GB.po
14975         * po/fi.po
14976         * po/fr.po
14977         * po/it.po
14978         * po/nl.po
14979         * po/pl.po
14980         * po/pt_BR.po
14981         * po/sr.po
14982         * po/zh_CN.po
14983                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14984                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14985                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14986                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14987         * src/gtk/authors.h
14988         * tools/claws.i18n.status.pl
14989                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14990                 and new Czech translator, Tim <timbrain@post.cz>
14991
14992 2006-04-05 [mones]      2.0.0cvs184
14993
14994         * po/es.po
14995                 Updated translation
14996
14997 2006-04-05 [colin]      2.0.0cvs183
14998
14999         * src/gtk/quicksearch.c
15000                 Fix bug #929 (unnecessary reload in quick search bar)
15001
15002 2006-04-05 [colin]      2.0.0cvs182
15003
15004         * src/compose.c
15005                 Fix crash on Reply with no From:
15006                 Show signature and conversion error on queuing 
15007                 (but not sending)
15008         * src/mainwindow.c
15009         * src/summaryview.c
15010         * src/summaryview.h
15011                 Factorize threading code and make sure msginfo 
15012                 is not null when it comes from a GtkCTreeRow's 
15013                 data
15014         * src/gtk/gtkaspell.c
15015                 Check for necessary things
15016         * src/gtk/gtksctree.c
15017         * src/gtk/gtksctree.h
15018                 Reset anchor if necessary when removing node
15019
15020 2006-03-29 [colin]      2.0.0cvs181
15021
15022         * src/folderview.c
15023                 Warn for disabled IMAP accounts (due to lack of
15024                 libetpan). Breaks string-freeze - sorry - but it
15025                 is kind of important ;)
15026
15027 2006-03-28 [colin]      2.0.0cvs180
15028
15029         * src/gtk/gtkutils.c
15030         * src/gtk/gtkutils.h
15031                 Add a gtkut_get_link_btn() function that
15032                 creates a button which acts like an URI
15033         * src/prefs_themes.c
15034         * src/gtk/about.c
15035                 Use this function (factorizes codes)
15036         * src/common/defs.h
15037         * src/gtk/pluginwindow.c
15038                 Add a "Get more..." in the plugins window
15039
15040 2006-03-28 [colin]      2.0.0cvs179
15041
15042         * src/common/smtp.c
15043         * src/common/passcrypt.c
15044         * src/undo.c
15045                 Warning fixes. Patch by Pawel Pekala
15046
15047 2006-03-27 [colin]      2.0.0cvs178
15048
15049         * src/undo.c
15050                 Fix undoing by blocks with spaces
15051
15052 2006-03-27 [colin]      2.0.0cvs177
15053
15054         * src/textview.c
15055                 Set margin to 3px for headers
15056
15057 2006-03-27 [paul]
15058
15059         2.1.0-rc2 released
15060
15061 2006-03-27 [wwp]        2.0.0cvs176
15062
15063         * src/summaryview.c
15064                 don't reset quicksearch when updating the message list.
15065                 Thanks to Colin.
15066
15067 2006-03-26 [wwp]        2.0.0cvs175
15068
15069         * src/compose.c
15070                 use a unified border width ('other' tab in the compose window,
15071                 patch by Pawel Pekala).
15072
15073
15074 2006-03-26 [wwp]        2.0.0cvs174
15075
15076         * src/common/quoted-printable.c
15077         * src/addressbook.c
15078                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15079
15080 2006-03-26 [colin]      2.0.0cvs173
15081
15082         * src/quote_fmt_parse.y
15083                 Fix non-UTF8 date formats messing up the whole quote a 
15084                 little bit
15085
15086 2006-03-26 [colin]      2.0.0cvs172
15087
15088         * src/procheader.c
15089                 Make sure the date is UTF8 valid, or try to make it
15090                 so. IncrediMail is really IncrediStupid.
15091         * src/compose.c
15092                 Fix possible conversions. 
15093                 
15094
15095 2006-03-26 [colin]      2.0.0cvs171
15096
15097         * src/matcher.c
15098                 Fix corner cases in body search. This is still a
15099                 hack... It seems impossible to make it good and 
15100                 reasonably fast at the same time.
15101
15102 2006-03-26 [colin]      2.0.0cvs170
15103
15104         * src/summaryview.c
15105                 I think I killed the twilight zone bug!
15106                 summary_select_node() flushes GTK events in order
15107                 to be able to center the view. But this also 
15108                 flushes keypresses like Ctrl-Alt-U, so this can
15109                 call summary_show from summary_select_node (itself
15110                 called from summary_show, etc.). And the summaryview
15111                 has to be unlocked in this function. So just locking
15112                 while processing GTK events, and bailing if locked, 
15113                 should fix it.
15114                 Fixes bug #927 (SIGSEGV during Update Summary)
15115
15116 2006-03-25 [colin]      2.0.0cvs169
15117
15118         * src/matcher.c
15119                 Fix search in QP-encoded bodies
15120                 Fix utf-8 searches in bodies encoded in the
15121                 locale's encoding
15122         * src/common/quoted-printable.c
15123         * src/common/quoted-printable.h
15124                 Add a decode function that doesn't overwrite
15125                 the original pointer
15126                 
15127
15128 2006-03-24 [colin]      2.0.0cvs168
15129
15130         * src/action.c
15131         * src/summaryview.c
15132         * src/summaryview.h
15133                 Update message cache after action
15134                 Patch by H. Merijn Brand
15135         * src/prefs_msg_colors.c
15136                 Factorize label 
15137                 Patch by Fabien Vantard
15138         * src/plugins/spamassassin/spamassassin_gtk.c
15139                 Remove useless translation
15140                 Patch by Fabien Vantard
15141
15142 2006-03-23 [colin]      2.0.0cvs167
15143
15144         * src/common/ssl.c
15145                 Let 30 seconds to SSL_connect
15146
15147 2006-03-23 [wwp]        2.0.0cvs166
15148
15149         * src/summaryview.c
15150         * src/gtk/description_window.c
15151                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15152                 and headers are translated; adjust description windows' width to fit their
15153                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15154
15155 2006-03-23 [paul]       2.0.0cvs165
15156
15157         * src/common/utils.c
15158                 fix highlighting of URIs containing "()"
15159                 (2.0.0cvs164's reversal fixed)
15160                 Thanks to Colin.
15161
15162 2006-03-23 [paul]       2.0.0cvs164
15163
15164         * src/common/utils.c
15165                 revert patch, (postponing a fix), at 2.0.0cvs120
15166                 as it breaks more URIs than it fixes.
15167                 Allow '-' to be a terminating character in a URI
15168
15169 2006-03-22 [colin]      2.0.0cvs163
15170
15171         * configure.ac
15172                 Require libetpan 0.45
15173                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15174
15175 2006-03-22 [paul]       2.0.0cvs162
15176
15177         * src/editgroup.c
15178                 replace '<-' and '->' buttons with GTK_STOCK graphical
15179                 buttons
15180         * src/summary_search.c
15181                 don't offer '...' for translation
15182                 add a tooltip to advanced search '...' button
15183         * src/gtk/quicksearch.c
15184                 don't offer '...' for translation
15185
15186 2006-03-21 [colin]      2.0.0cvs161
15187
15188         * src/compose.c
15189                 Fix middle-click pasting (insert at click
15190                 position instead of cursor position, don't
15191                 remove existing selection and allow pasting
15192                 our own selection)
15193         * src/addressbook.c
15194                 "LDAP Server" -> "LDAP servers"
15195
15196 2006-03-21 [wwp]        2.0.0cvs160
15197
15198         * src/etpan/imap-thread.c
15199                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15200
15201 2006-03-20 [colin]      2.0.0cvs159
15202
15203         * src/summaryview.c
15204                 Don't reload summaryview after an execute with no
15205                 move action
15206
15207 2006-03-19 [colin]      2.0.0cvs158
15208
15209         * src/addressbook.c
15210                 and put groups at the top, always
15211
15212 2006-03-19 [colin]      2.0.0cvs157
15213
15214         * src/addressbook.c
15215                 Order groups before names, as previously
15216
15217 2006-03-19 [colin]      2.0.0cvs156
15218
15219         * src/addressbook.c
15220                 - Sort case-unsensitive
15221                 - Put the sort arrow at opening too
15222
15223 2006-03-19 [wwp]        2.0.0cvs155
15224
15225         * src/addressbook.c
15226                 allow sorting by name/email/remarks, ensure that right-pane's contents
15227                 matches the left-pane selection (cleared when appropriate).
15228                 Patch by Pawel Pekala <c0rn@o2.pl>.
15229
15230 2006-03-18 [colin]      2.0.0cvs154
15231
15232         * src/textview.c
15233                 Fix text cursor ;)
15234
15235 2006-03-18 [colin]      2.0.0cvs153
15236
15237         * src/gtk/filesel.c
15238                 Make sure we hide the preview if we didn't get
15239                 a filename
15240
15241 2006-03-18 [colin]      2.0.0cvs152
15242
15243         * src/summaryview.c
15244                 Set cursor to watch for execution (fixes lack
15245                 of watch-cursor when dnd'ing hundreds of mails)
15246         * src/gtk/filesel.c
15247                 Check that mime type is 'image/*' before updating
15248                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15249
15250 2006-03-18 [colin]      2.0.0cvs151
15251
15252         * src/mainwindow.c
15253         * src/textview.c
15254         * src/textview.h
15255                 Put a watch cursor in textview too when the mainwindow's
15256                 cursor in a watch
15257
15258 2006-03-18 [colin]      2.0.0cvs150
15259
15260         * src/folder.c
15261                 Change wrong asserts to simple tests
15262
15263 2006-03-17 [colin]      2.0.0cvs149
15264
15265         * src/mainwindow.c
15266         * src/mainwindow.h
15267         * src/prefs_msg_colors.c
15268         * src/summaryview.c
15269         * src/summaryview.h
15270         * src/gtk/colorlabel.c
15271         * src/gtk/colorlabel.h
15272                 Add a color label menu in the main menubar
15273                 Add (fixed) accels Ctrl-{0-7} to change the color
15274                 They have to be fixed because the menu's dynamic,
15275                 the items are complex widgets, hence we can't use
15276                 a GtkItemFactory.
15277
15278
15279 2006-03-17 [wwp]        2.0.0cvs148
15280
15281         * src/compose.c
15282                 rollback few lines from my previous commit (those lines come from
15283                 a pending patch, accidentally commited, even if neutral as they are
15284                 commented out).
15285
15286 2006-03-17 [wwp]        2.0.0cvs147
15287
15288         * src/compose.c
15289                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15290                 applied code style/indentation to the modified function.
15291
15292 2006-03-17 [wwp]        2.0.0cvs146
15293
15294         * src/procmsg.c
15295         * src/compose.c
15296                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15297
15298 2006-03-17 [paul]
15299
15300         2.1.0-rc1 released
15301
15302 2006-03-17 [paul]       2.0.0cvs145
15303
15304         * src/main.c
15305                 addressbook_read_file() was called twice
15306         * src/textview.c
15307                 X-Mailer highlighting
15308
15309 2006-03-16 [colin]      2.0.0cvs144
15310
15311         * src/sourcewindow.c
15312         * src/sourcewindow.h
15313                 And the last one, in source window.
15314
15315 2006-03-16 [colin]      2.0.0cvs143
15316
15317         * src/compose.c
15318         * src/compose.h
15319                 Fix the same stuff in compose
15320
15321 2006-03-16 [colin]      2.0.0cvs142
15322
15323         * src/messageview.c
15324                 Complete the previous messageview crash fix
15325
15326 2006-03-16 [colin]      2.0.0cvs141
15327
15328         * src/procmsg.h
15329         * src/procmsg.c
15330         * src/folder.c
15331                 Fix POSTPROCESSING hook
15332                 Patch by H. Merijn Brand
15333
15334         * src/procmime.c
15335         * src/procmime.h
15336                 Parse Content-Location
15337
15338         * src/toolbar.c
15339         * src/messageview.c
15340         * src/messageview.h
15341                 Don't crash when a top-level MessageView has
15342                 been closed on us. Same problematic than
15343                 yesterday's quicksearch issue.
15344
15345 2006-03-15 [colin]      2.0.0cvs140
15346
15347         * src/gtk/quicksearch.c
15348                 Fix a bitchy race we didn't think about when we
15349                 added quicksearch cancellation:
15350                 If the search is not on cached fields, for example
15351                 body_part matchcase "stuff"
15352                 the matcher code has to get the whole message. If
15353                 we're on IMAP, that can be slow, and in order to
15354                 be non-blocking, the IMAP code idle loop processes
15355                 gtk events too. So it is possible to cancel a
15356                 quicksearch while the matcher is getting the mail's
15357                 body. After matcher got its body, it will start to
15358                 iterate over the matcher list that the Quicksearch's
15359                 clear_search_cb() just freed via prepare_matcher().
15360                 SIGSEGV ensues.
15361                 The fix consists of guarding the matcherlist_match()
15362                 call with a boolean 'matching'. If we reset the
15363                 quicksearch while matching is TRUE, we don't free
15364                 the matcherlist anymore like we did, but we set
15365                 another new flag, deferred_free, to TRUE. Then,
15366                 in quicksearch_match(), just after returning from
15367                 matcherlist_match() and unsetting the matching flag,
15368                 we check the deferred_free flag and do the
15369                 prepare_matcher() (which does the matcherlist_free)
15370                 for real, so we free the matcherlist once it's not
15371                 used anymore.
15372                 As all of this runs via the glib main loop, we
15373                 luckily don't need a mutex.
15374         * src/summaryview.c
15375                 Also, show progress while searching.
15376
15377
15378 2006-03-14 [colin]      2.0.0cvs139
15379
15380         * src/alertpanel.c
15381                 Make alertpanel_is_open non-static
15382
15383 2006-03-14 [colin]      2.0.0cvs138
15384
15385         * src/prefs_spelling.c
15386                 Cleanups - Fabien Vantard
15387
15388 2006-03-14 [wwp]        2.0.0cvs137
15389
15390         * src/main.c
15391                 code style normalization (curly braces, indentation).
15392
15393 2006-03-14 [wwp]        2.0.0cvs137
15394
15395         * src/main.c
15396                 code style (braces, indentation)
15397
15398 2006-03-12 [paul]       2.0.0cvs136
15399
15400         * src/prefs_common.c
15401                 trans_hdr defaults to FALSE to be RFC-savvy
15402         * src/prefs_summaries.c
15403                 add a tooltip to the trans_hdr option
15404                 
15405
15406 2006-03-12 [paul]       2.0.0cvs135
15407
15408         * src/prefs_matcher.c
15409                 give a little more width to the combos
15410         * src/prefs_display_header.c
15411         * src/textview.c
15412                 translate headers if prefs_common.trans_hdr
15413                 is TRUE
15414
15415         Patches by Pawel Pekala
15416
15417 2006-03-12 [paul]       2.0.0cvs134
15418
15419         * src/plugins/clamav/clamav_plugin.c
15420         * src/plugins/dillo_viewer/dillo_viewer.c
15421         * src/plugins/pgpcore/plugin.c
15422         * src/plugins/pgpinline/plugin.c
15423         * src/plugins/pgpmime/plugin.c
15424         * src/plugins/spamassassin/spamassassin.c
15425                 update/add to descriptions
15426         * src/plugins/spamassassin/spamassassin_gtk.c
15427                 fixes to the english, remove superfluous
15428                 tooltips, clean up a little
15429
15430 2006-03-12 [paul]       2.0.0cvs133
15431
15432         * src/compose.c
15433                 fix Bug 924, 'Account combo box shows up wrong 
15434                 if & is in account name'
15435
15436 2006-03-11 [colin]      2.0.0cvs132
15437
15438         * src/summaryview.c
15439                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15440                 messed up shift-selection because is slows down
15441                 moving around summaryview. thanks -users
15442
15443 2006-03-10 [colin]      2.0.0cvs131
15444
15445         * src/plugins/spamassassin/spamassassin_gtk.c
15446                 Put back Paul's engrish fixes
15447
15448 2006-03-10 [colin]      2.0.0cvs130
15449
15450         * src/plugins/spamassassin/spamassassin.c
15451         * src/plugins/spamassassin/spamassassin.h
15452         * src/plugins/spamassassin/spamassassin_gtk.c
15453                 Cleanup SA prefs page (more)
15454                 Patch by Fabien Vantard
15455
15456 2006-03-10 [paul]       2.0.0cvs129
15457
15458         * src/prefs_msg_colors.c
15459         * src/prefs_spelling.c
15460                 widget sensitivity
15461
15462 2006-03-09 [mones]      2.0.0cvs128
15463
15464         * po/es.po
15465                 Update for next RC
15466
15467 2006-03-09 [wwp]        2.0.0cvs127
15468
15469         * configure.ac
15470                 revert accidental commit (requirement for libetpan 0.43), this time
15471                 not in HEAD.
15472
15473 2006-03-09 [wwp]        2.0.0cvs125
15474
15475         * configure.ac
15476                 revert accidental commit (requirement for libetpan 0.43)
15477
15478 2006-03-09 [paul]       2.0.0cvs126
15479
15480         * src/prefs_receive.c
15481                 remove useless frame
15482                 replace 'incorporation' with 'receiving'
15483         * src/plugins/clamav/clamav_plugin_gtk.c
15484         * src/plugins/spamassassin/spamassassin_gtk.c
15485                 improve widget sensitivity
15486                 fix a bit his engrish
15487
15488 2006-03-09 [wwp]        2.0.0cvs125
15489
15490         * src/addressadd.c
15491         * src/foldersel.c
15492         * src/prefs_common.c
15493         * src/prefs_common.h
15494                 remember some more windows' sizes (add to addressbook and
15495                 select folder).
15496
15497 2006-03-09 [paul]       2.0.0cvs124
15498
15499         * src/plugins/pgpcore/prefs_gpg.c
15500                 normalise construction of dialogue
15501
15502 2006-03-09 [paul]       2.0.0cvs123
15503
15504         * src/plugins/trayicon/Makefile.am
15505                 add missing slash
15506
15507 2006-03-08 [colin]      2.0.0cvs122
15508
15509         * src/plugins/trayicon/Makefile.am
15510                 Fix build in separate dir 
15511                 Patch by Bamanzi <bamanzi@gmail.com>
15512
15513 2006-03-08 [colin]      2.0.0cvs121
15514
15515         * src/procmsg.c
15516                 Batch move and copies from summaryview with delayed execution
15517                 too
15518
15519 2006-03-07 [paul]       2.0.0cvs120
15520
15521         * src/common/utils.c
15522                 fix highlighting of URIs containing "()"
15523                 Patch by Pawel Pekala
15524
15525 2006-03-07 [paul]       2.0.0cvs119
15526
15527         * src/folder.c
15528         * src/folder.h
15529         * src/folderview.c
15530                 immediately do alphabetical resort when
15531                 changing a folder's name
15532                 Patch by Pawel Pekala
15533
15534 2006-03-07 [paul]       2.0.0cvs118
15535
15536         * src/news.c
15537         * src/news_gtk.c
15538                 when unsubscribing a newsgroup, remove the
15539                 folder and msgs in .sylpheed-claws/newscache
15540                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15541
15542 2006-03-07 [paul]       2.0.0cvs117
15543
15544         * src/textview.c
15545                 fix wrong Fake URL Warning
15546                 Thanks to Hiro
15547
15548 2006-03-07 [colin]      2.0.0cvs116
15549
15550         * src/imap.c
15551                 Return immediately when password dialog was
15552                 cancelled
15553         * src/gtk/inputdialog.c
15554                 Allow empty strings for passwords
15555
15556
15557 2006-03-06 [colin]      2.0.0cvs115
15558
15559         * src/imap.c
15560                 Prevent double-timeouts when connection fails
15561
15562 2006-03-06 [colin]
15563
15564         2.0.1-rc1 released
15565
15566 2006-03-06 [colin]      2.0.0cvs114
15567
15568         * src/imap.c
15569                 Refresh session during potentially long
15570                 operations
15571
15572 2006-03-06 [wwp]        2.0.0cvs113
15573
15574         * src/prefs_msg_colors.h
15575                 forgot that one (custom color labels).
15576
15577 2006-03-06 [wwp]        2.0.0cvs112
15578
15579         * src/prefs_common.c
15580         * src/prefs_common.h
15581         * src/prefs_msg_colors.c
15582         * src/summaryview.c
15583         * src/summaryview.h
15584         * src/gtk/colorlabel.c
15585         * src/gtk/colorlabel.h
15586                 colors in messages list are now customizable. Color values and names can
15587                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15588                 Thanks to Paul and Colin for their help with this longstanding patch!
15589
15590 2006-03-06 [wwp]        2.0.0cvs111
15591
15592         * src/textview.c
15593                 don't crash if (x)face is bad.
15594
15595 2006-03-05 [paul]       2.0.0cvs110
15596
15597         * AUTHORS
15598         * configure.ac
15599         * src/Makefile.am
15600         * src/common/Makefile.am
15601         * src/common/utils.h
15602         * src/etpan/imap-thread.c
15603         * src/gtk/authors.h
15604         * src/plugins/clamav/Makefile.am
15605         * src/plugins/demo/Makefile.am
15606         * src/plugins/dillo_viewer/Makefile.am
15607         * src/plugins/pgpcore/Makefile.am
15608         * src/plugins/pgpcore/passphrase.c
15609         * src/plugins/pgpinline/Makefile.am
15610         * src/plugins/pgpmime/Makefile.am
15611         * src/plugins/spamassassin/Makefile.am
15612         * src/plugins/trayicon/Makefile.am
15613                 fix builiding on cygwin
15614                 Patch by Ralgh Young <bamanzi@gmail.com>
15615
15616 2006-03-04 [wwp]        2.0.0cvs109
15617
15618         * manual/keyboard.xml
15619                 fix mixed up/down keys.
15620
15621 2006-03-04 [wwp]        2.0.0cvs108
15622
15623         * README
15624         * INSTALL
15625                 updated links to SpamAssassin.
15626
15627 2006-03-04 [wwp]        2.0.0cvs107
15628
15629         * manual/plugins.xml
15630         * src/plugins/spamassassin/README
15631                 updated SpamAssassin plugin docs to reflect new functional additions
15632                 (also fix/update/documents few technical stuff more, see the README).
15633
15634 2006-03-04 [wwp]        2.0.0cvs106
15635
15636         * src/prefs_message.c
15637                 normalized capitalization of message-prefs paths.
15638
15639 2006-03-04 [wwp]        2.0.0cvs105
15640
15641         * manual/advanced.xml
15642                 typo.
15643
15644 2006-03-03 [colin]      2.0.0cvs104
15645
15646         * src/plugins/clamav/clamav_plugin_gtk.c
15647                 Rework prefs page, patch by Fabien 
15648
15649 2006-03-03 [colin]      2.0.0cvs103
15650
15651         * src/plugins/clamav/clamav_plugin.c
15652                 Set error on all errors
15653
15654 2006-03-03 [colin]      2.0.0cvs102
15655
15656         * src/common/plugin.c
15657                 Initialize error to avoid crashing when a plugin fails
15658                 without setting error
15659
15660 2006-03-02 [wwp]        2.0.0cvs101
15661
15662         * configure.ac
15663                 fixed linker flags for libetpan support on Cygwin
15664                 (thanks to H.Merijn Brand).
15665
15666 2006-03-02 [wwp]        2.0.0cvs100
15667
15668         * src/addressbook.c
15669                 fix some AB error messages: one for punctuation and
15670                 one wrongly duplicate (thanks, maxbritov).
15671
15672 2006-03-02 [wwp]        2.0.0cvs99
15673
15674         * src/plugins/spamassassin/spamassassin.c
15675                 make sync calls to sa-learn/spamc to prevent
15676                 system (whatever local or client/server) overload.
15677
15678 2006-03-02 [colin]      2.0.0cvs98
15679
15680         * src/summaryview.c
15681                 Put the spam icon in the status column instead of the
15682                 mark one
15683
15684 2006-03-01 [colin]      2.0.0cvs97
15685
15686         * src/plugins/spamassassin/spamassassin.c
15687                 Fix segfault (g_file_set_contents fails for some 
15688                 reason and err==0x2f. Can't find out why with
15689                 valgrind, using working function :-)
15690
15691 2006-03-01 [colin]      2.0.0cvs96
15692
15693         * src/inc.c
15694                 Offline overriding: let 'No' be cached only 3 seconds
15695
15696 2006-03-01 [colin]      2.0.0cvs95
15697
15698         * src/addr_compl.c
15699         * src/addrbook.c
15700         * src/addressbook.c
15701         * src/addrindex.c
15702         * src/folder_item_prefs.c
15703         * src/headerview.c
15704         * src/imap.c
15705         * src/inc.c
15706         * src/ldif.c
15707         * src/mainwindow.c
15708         * src/mh.c
15709         * src/msgcache.c
15710         * src/prefs_common.h
15711         * src/prefs_msg_colors.c
15712         * src/procheader.c
15713         * src/procheader.h
15714         * src/procmime.c
15715         * src/procmsg.c
15716         * src/procmsg.h
15717         * src/send_message.h
15718         * src/simple-gettext.c
15719         * src/summaryview.c
15720         * src/summaryview.h
15721         * src/syldap.c
15722         * src/textview.c
15723         * src/undo.c
15724         * src/common/ssl_certificate.c
15725         * src/common/utils.c
15726         * src/gtk/colorsel.c
15727         * src/gtk/gtksctree.c
15728         * src/gtk/gtkshruler.c
15729         * src/plugins/trayicon/trayicon.c
15730                 #if 0 goes to /dev/null
15731
15732 2006-03-01 [colin]      2.0.0cvs94
15733
15734         * src/compose.c
15735         * src/imap.c
15736         * src/inc.c
15737         * src/inc.h
15738         * src/messageview.c
15739         * src/news.c
15740         * src/plugins/spamassassin/spamassassin.c
15741                 Allow to add information in the "working offline"
15742                 window
15743
15744 2006-03-01 [wwp]        2.0.0cvs93
15745
15746         * src/plugins/spamassassin/spamassassin.c
15747                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15748                 'cause it seems that calling `spamc ... < inputfile` with
15749                 g_spawn_(a)sync simply.. erm doesn't work :-).
15750
15751 2006-03-01 [wwp]        2.0.0cvs92
15752
15753         * src/toolbar.c
15754         * src/toolbar.h
15755                 simplify the adding of spam/ham button to the messageview toolbar
15756                 (it gets more clear now that the same button will be "Mark as spam"
15757                 or "Mark as ham" according to the current message status,
15758                 thanks to Colin).
15759
15760 2006-03-01 [wwp]        2.0.0cvs91
15761
15762         * src/messageview.c
15763         * src/procmsg.c
15764         * src/procmsg.h
15765         * src/summaryview.c
15766         * src/plugins/spamassassin/spamassassin.c
15767         * src/plugins/spamassassin/spamassassin.h
15768                 make learner callbacks return a status (0 for ok),
15769                 handle it in main code to avoid setting flags when learning failed,
15770                 don't learn on TCP if offline in spamassassin,
15771                 thanks to Colin.
15772
15773                 
15774
15775 2006-03-01 [wwp]        2.0.0cvs90
15776
15777         * src/compose.c
15778                 some work around the compose window's account menu,
15779                 patch by Fabien Vantard.
15780
15781 2006-03-01 [wwp]        2.0.0cvs89
15782
15783         * src/plugins/spamassassin/spamassassin.c
15784                 fixed bad logics, was using spamc in local mode and sa-learn
15785                 in remote mode (thanks, Colin).
15786
15787 2006-03-01 [wwp]        2.0.0cvs88
15788
15789         * src/plugins/spamassassin/spamassassin.c
15790         * src/plugins/spamassassin/spamassassin.h
15791         * src/plugins/spamassassin/spamassassin_gtk.c
15792                 made processing of emails w/ sa-plugin an option (default is TRUE),
15793                 fixed Engrish some tooltips, capitalization of some debug messages
15794                 and warnings. The spamassassin plugin now provides two separate
15795                 services: process emails upon incorporation and spamd training.
15796                 Both services (un)register independently but use some common
15797                 plugin settings (transport settings, spam storage location).
15798
15799 2006-02-28 [wwp]        2.0.0cvs87
15800
15801         * src/plugins/spamassassin/spamassassin.c
15802                 fix async flag to spamc cmdline execution (batch exec should
15803                 be asynchronous).
15804
15805 2006-02-27 [wwp]        2.0.0cvs86
15806
15807         * src/plugins/spamassassin/spamassassin.c
15808         * src/plugins/spamassassin/spamassassin.h
15809         * src/plugins/spamassassin/spamassassin_gtk.c
15810                 - added the ability to learn a remote spamassassin server (spamd),
15811                 using spamc.
15812                 - added the spamassassin option 'username', that applies to all
15813                 spamassassin operations (filtering, learning, local or remote).
15814                 The default username is the current unix user (if left blank
15815                 from gtk prefs or config file).
15816                 - commented out some unused code (notebook widget), removed unused
15817                 layout (hbox1).
15818                 - make more widgets sensitive to the transport type.
15819
15820 2006-02-27 [colin]      2.0.0cvs85
15821
15822         * src/plugins/spamassassin/spamassassin.c
15823                 Fix sa-learn call when offline
15824
15825 2006-02-27 [colin]      2.0.0cvs84
15826
15827         * configure.ac
15828         * src/Makefile.am
15829         * src/mainwindow.c
15830         * src/mainwindow.h
15831         * src/messageview.c
15832         * src/messageview.h
15833         * src/prefs_toolbar.c
15834         * src/procmsg.c
15835         * src/stock_pixmap.c
15836         * src/stock_pixmap.h
15837         * src/summaryview.c
15838         * src/toolbar.c
15839         * src/toolbar.h
15840         * src/pixmaps/ham_btn.xpm
15841         * src/pixmaps/spam.xpm
15842         * src/pixmaps/spam_btn.xpm
15843         * src/plugins/spamassassin/spamassassin.c
15844                 Add button in toolbar for spam learning
15845                 Fix a few bugs from the last related commit
15846                 Revert 1.9.6cvs23 which messed up shift-selection
15847
15848 2006-02-24 [colin]      2.0.0cvs83
15849
15850         * src/procmsg.c
15851         * src/summaryview.c
15852         * src/summaryview.h
15853         * src/plugins/spamassassin/spamassassin.c
15854         * src/plugins/spamassassin/spamassassin.h
15855         * src/plugins/spamassassin/spamassassin_gtk.c
15856                 Unregister learner when spamassassin is either
15857                 disabled or over tcp
15858
15859 2006-02-24 [colin]      2.0.0cvs82
15860
15861         * src/Makefile.am
15862         * src/mainwindow.c
15863         * src/mainwindow.h
15864         * src/procmsg.c
15865         * src/procmsg.h
15866         * src/stock_pixmap.c
15867         * src/stock_pixmap.h
15868         * src/summaryview.c
15869         * src/summaryview.h
15870         * src/gtk/icon_legend.c
15871         * src/pixmaps/spam.xpm  ** NEW FILE **
15872         * src/plugins/spamassassin/spamassassin.c
15873         * src/plugins/spamassassin/spamassassin_gtk.c
15874                 Add spam learning interface (Mark/Mark as 
15875                 (spam|ham) menus)
15876
15877 2006-02-24 [wwp]        2.0.0cvs81
15878
15879         * src/compose.c
15880         * src/compose.h
15881         * src/filtering.c
15882                 hide compose window when sending message in batch mode
15883                 (filtering: forward and redirect). Also fixed a wrong
15884                 value returned when sending failed, neutral anyway.
15885                 (Colin, me) 
15886
15887 2006-02-24 [wwp]        2.0.0cvs80
15888
15889         * src/mainwindow.c
15890                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15891
15892 2006-02-24 [paul]       2.0.0cvs79
15893
15894         * src/news.c
15895         * src/news.h
15896         * src/news_gtk.c
15897                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15898                 Thanks to Colin
15899
15900 2006-02-23 [colin]      2.0.0cvs78
15901
15902         * src/alertpanel.c
15903                 Change OK to Close in alertpanel with View log
15904                 button; add accel to View log. Patch by Fabien
15905                 Vantard
15906
15907 2006-02-23 [wwp]        2.0.0cvs77
15908
15909         * src/compose.c
15910                 silly me, there were much more tests to perform, since toolbars can
15911                 really have down to 1 element only.
15912
15913 2006-02-23 [wwp]        2.0.0cvs76
15914
15915         * commitHelper
15916                 fixed indentation from my previous commit. Fallback to VISUAL if
15917                 EDITOR is not set (and to vi, at last resort).
15918
15919 2006-02-23 [wwp]        2.0.0cvs75
15920
15921         * commitHelper
15922                 improved error detection (Colin, me).
15923
15924 2006-02-23 [wwp]        2.0.0cvs74
15925
15926         * src/prefs_toolbar.c
15927                 simplify and fix prefs/toolbars layouting. Combos' contents can
15928                 now be really displayed.
15929
15930 2006-02-23 [wwp]        2.0.0cvs73
15931         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15932         be really displayed.
15933
15934 2006-02-22 [wwp]        2.0.0cvs72
15935
15936         * src/compose.c
15937                 fix a typo in my previous commit (sorry!).
15938
15939 2006-02-22 [wwp]        2.0.0cvs71
15940
15941         * src/prefs_toolbar.c
15942                 fix a crash when adding separators to toolbars,
15943                 also fix some separator item information.
15944
15945 2006-02-22 [wwp]        2.0.0cvs70
15946
15947         * src/compose.c
15948                 fix a crash when redirecting (for instance) when compose window's
15949                 toolbar contents has been customized (when some buttons have been
15950                 removed in fact).
15951
15952 2006-02-21 [wwp]        2.0.0cvs69
15953
15954         * src/summaryview.c
15955         * src/gtk/pluginwindow.c
15956         * src/plugins/pgpcore/prefs_gpg.c
15957                 fix some compilation warnings (feat. remains of removed code).
15958
15959 2006-02-21 [wwp]        2.0.0cvs68
15960
15961         * src/gtk/gtkutils.c
15962                 fix two compilation issues, thanks to Stephan Sachse.
15963
15964 2006-02-20 [colin]      2.0.0cvs67
15965
15966         * src/mainwindow.c
15967                 Don't reselect displayed mail on refocus
15968                 This fixes actions misbehaving 
15969
15970 2006-02-20 [wwp]        2.0.0cvs66
15971
15972         * src/summaryview.c
15973         * src/gtk/gtksctree.c
15974         * src/gtk/gtkshruler.c
15975                 changed more runtime typecast checks.
15976
15977 2006-02-20 [wwp]        2.0.0cvs65
15978
15979         * src/summary_search.c
15980                 find all - summaryview refresh issue fixed, thanks to Colin.
15981
15982 2006-02-20 [wwp]        2.0.0cvs64
15983
15984         * src/gtk/gtkutils.c
15985                 better runtime typecast checks.
15986
15987 2006-02-20 [wwp]        2.0.0cvs63
15988
15989         * src/summary_search.c
15990                 enhancements to the summary search:
15991                         - add the ability to stop the running search
15992                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15993                         - don't search if no criteria (From/To/Subject/Body) is set
15994                         - ensure that a busy mouse pointer is always shown when searching,
15995                           show it even a bit earlier
15996
15997 2006-02-19 [colin]      2.0.0cvs62
15998
15999         * src/compose.c
16000         * src/imap.c
16001         * src/etpan/imap-thread.c
16002         * src/etpan/imap-thread.h
16003                 (Future) IMAP speed improvement on sending
16004                 Will require a libetpan update
16005         * src/summaryview.c
16006         * src/gtk/quicksearch.c
16007                 Make quicksearch clearable while running.
16008
16009 2006-02-17 [colin]      2.0.0cvs61
16010
16011         * src/imap.c
16012         * src/etpan/imap-thread.c
16013         * src/etpan/imap-thread.h
16014                 Check for IMAP certificates
16015                 ** Requires libetpan-0.42-cvs4 
16016                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
16017
16018 2006-02-17 [colin]      2.0.0cvs60
16019
16020         * src/messageview.c
16021         * src/prefs_common.c
16022         * src/prefs_common.h
16023         * src/prefs_message.c
16024                 Add pref to display HTML-only mails with plugin, 
16025                 if possible (defaulting to FALSE of course).
16026
16027 2006-02-16 [colin]      2.0.0cvs59
16028
16029         * src/main.c
16030         * src/common/plugin.c
16031         * src/common/plugin.h
16032         * src/gtk/pluginwindow.c
16033                 Keep track of requested (but unloaded) plugins
16034                 in some error cases.
16035
16036 2006-02-16 [wwp]        2.0.0cvs58
16037
16038         * src/gtk/gtkaspell.c
16039         * src/gtk/gtkaspell.h
16040         * src/prefs_spelling.c
16041         * src/compose.c
16042         * src/prefs_common.c
16043         * src/prefs_common.h
16044                 implemented new optional spellchecker behaviour: re-check message when
16045                 dictionary got changed (from compose-window/context-menu/Change dictionary).
16046
16047 2006-02-16 [wwp]        2.0.0cvs57
16048
16049         * src/quote_fmt_parse.y
16050                 pclose popen'ed pipe.
16051
16052 2006-02-15 [colin]      2.0.0cvs56
16053
16054         * src/mimeview.c
16055         * src/mimeview.h
16056                 Let MimeViewers know which MimeView they
16057                 depend of.
16058         * src/summaryview.c
16059                 Swap From/To columns in Sent/Queue/Drafts
16060                 folders
16061         * src/etpan/imap-thread.c
16062                 Use mailstream_low_tls_open() for STARTTLS
16063                 instead of mailstream_low_ssl_open()
16064                 ** REQUIRES libetpan 0.42cvs3 **
16065
16066 2006-02-15 [wwp]        2.0.0cvs55
16067
16068         * src/compose.c
16069         * src/compose.h
16070         * src/message_search.c
16071         * src/message_search.h
16072         * src/textview.c
16073         * src/gtk/gtkutils.c
16074         * src/gtk/gtkutils.h
16075                 added the ability to Find text in the compose window (and a bit
16076                 of code factorization).
16077
16078 2006-02-15 [wwp]        2.0.0cvs54
16079
16080         * src/prefs_gtk.c
16081                 yet another one file was missing (fix for some widgets' sensitivity).
16082                 Thanks Colin!
16083
16084 2006-02-15 [wwp]        2.0.0cvs53
16085
16086         * src/prefs_gtk.h
16087                 oops forgot that file (fix for some widgets' sensitivity).
16088
16089 2006-02-15 [wwp]        2.0.0cvs52
16090
16091         * src/summary_search.c
16092                 implemented advanced summary search options (added the ability
16093                 to use matcher conditions in an advanced search mode).
16094
16095 2006-02-15 [wwp]        2.0.0cvs51
16096
16097         * src/plugins/pgpcore/prefs_gpg.c
16098         * src/prefs_account.c
16099                 fix some widget sensitivity, mostly around some labels in
16100                 account prefs.
16101
16102 2006-02-15 [paul]       2.0.0cvs50
16103
16104         * manual/advanced.xml
16105                 improve Templates info
16106                 written by wwp
16107
16108 2006-02-14 [colin]      2.0.0cvs49
16109
16110         * src/pixmaps/address_book.xpm
16111         * src/pixmaps/preferences.xpm
16112         * src/pixmaps/properties.xpm
16113                 Fix pixmap size - patch by Fabien Vantard
16114
16115 2006-02-13 [colin]      2.0.0cvs48
16116
16117         * src/procmime.c
16118                 Add missing fclose()s on error
16119         * src/textview.c
16120                 Remove unused code
16121         * src/common/utils.c
16122                 Fix temp files not being deleted on windows
16123         Patches by Thomas Gilgin
16124
16125 2006-02-13 [colin]      2.0.0cvs47
16126
16127         * src/mainwindow.c
16128                 Fix exit crash
16129
16130 2006-02-13 [wwp]        2.0.0cvs46
16131
16132         * src/plugins/pgpcore/prefs_gpg.c
16133                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16134
16135 2006-02-12 [colin]      2.0.0cvs45
16136
16137         * src/folderview.c
16138         * src/main.c
16139         * src/mainwindow.c
16140                 Fix "stuff" when quitting
16141
16142 2006-02-12 [wwp]        2.0.0cvs44
16143
16144         * src/prefs_themes.c
16145                 fix typos in debug messages.
16146
16147 2006-02-11 [colin]      2.0.0cvs43
16148
16149         * src/summaryview.c
16150                 don't allow drag/drop from ourself
16151
16152 2006-02-10 [wwp]        2.0.0cvs42
16153
16154         * src/exporthtml.c
16155         * src/html.c
16156         * src/html.h
16157         * src/procmime.c
16158         * src/textview.c
16159                 renamed html_ prefixed functions and data structures to avoid
16160                 namespace clashes w/ other software (gtkhtml2 for instance).
16161                 Closes bug #907.
16162
16163
16164 2006-02-09 [colin]      2.0.0cvs41
16165
16166         * src/summaryview.c
16167                 Fix shitty logic messed up. Thanks Ticho for the hint!
16168
16169 2006-02-09 [wwp]        2.0.0cvs40
16170
16171         * src/gtk/about.c
16172         * src/compose.c
16173         * src/prefs_account.c
16174         * src/prefs_gtk.h
16175         * src/editaddress.c
16176                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16177                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16178                 Browse buttons in accounts prefs.
16179
16180 2006-02-09 [colin]      2.0.0cvs39
16181
16182         * src/matcher.c
16183                 Check for pointer before using its members
16184         * src/gtk/gtksourceprintjob.c
16185                 Fix a wrong warning
16186
16187 2006-02-09 [wwp]        2.0.0cvs38
16188
16189         * src/gtk/filesel.c
16190                 fix few compiler warnings (type mismatch).
16191
16192 2006-02-09 [paul]       2.0.0cvs37
16193
16194         * po/fr.po
16195                 updated by Fabien Vantard
16196
16197 2006-02-08 [colin]      2.0.0cvs36
16198
16199         * src/prefs_common.c
16200         * src/common/defs.h
16201         * src/common/plugin.c
16202                 allow windows and linux configurations to coexist
16203                 patch by Thomas Gilgin
16204
16205 2006-02-08 [colin]      2.0.0cvs35
16206
16207         * src/filtering.c
16208         * src/matcher.c
16209         * src/matcher.h
16210         * src/matcher_parser_parse.y
16211         * src/prefs_filtering_action.c
16212         * src/prefs_matcher.c
16213                 Add the "Ignore thread" filtering
16214                 action
16215
16216 2006-02-08 [colin]      2.0.0cvs34
16217
16218         * src/compose.c
16219         * src/procmime.c
16220         * src/procmime.h
16221                 Fix bug #905 (damaged attachment)
16222                 text files with raw \0's aren't really text files
16223         FOR_STABLE
16224
16225 2006-02-08 [colin]      2.0.0cvs33
16226
16227         * src/summaryview.c
16228                 Fix crasher introduced yesterday
16229
16230 2006-02-08 [wwp]        2.0.0cvs32
16231
16232         * src/compose.c
16233         * src/compose.h
16234                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16235
16236 2006-02-08 [wwp]        2.0.0cvs31
16237
16238         * src/prefs_template.c
16239                 templates enhancement: allow address completion for Cc and Bcc fields
16240                 (it was currently possible for the To field only)
16241
16242 2006-02-08 [colin]      2.0.0cvs30
16243
16244         * src/compose.c
16245                 Don't unblock if not blocked
16246         FOR_STABLE
16247
16248 2006-02-07 [colin]      2.0.0cvs29
16249
16250         * src/action.c
16251                 Forgot to refresh summaryview
16252
16253 2006-02-07 [colin]      2.0.0cvs28
16254
16255         * src/action.c
16256                 Freeze/thaw message list and folder list while
16257                 processing %as{} actions 
16258         * src/compose.c
16259                 Fix auto-wrap disabling after a middle-click
16260                 paste - FOR_STABLE
16261
16262 2006-02-07 [paul]       2.0.0cvs27
16263
16264         * src/folder.c
16265                 fix freeing of uninitialised pointers
16266                 Thanks to Colin
16267
16268 2006-02-06 [colin]      2.0.0cvs26
16269
16270         * src/folder.c
16271                 Use g_slist_prepend in potentially big list
16272
16273 2006-02-06 [colin]      2.0.0cvs25
16274
16275         * src/folder.c
16276                 Completely skip processing if it doesn't 
16277                 exist (faster!)
16278
16279 2006-02-06 [colin]      2.0.0cvs24
16280
16281         * src/folder.c
16282         * src/summaryview.c
16283                 Batch filtering in summaryview (from Tools menu)
16284                 and pre/post//-processing too
16285
16286 2006-02-06 [colin]      2.0.0cvs23
16287
16288         * src/procmsg.h
16289         * src/filtering.c
16290                 Use a special field for batch filtering instead
16291                 of stepping on deferred execution's toes
16292
16293 2006-02-06 [colin]      2.0.0cvs22
16294
16295         * src/action.c
16296         * src/filtering.c
16297         * src/filtering.h
16298         * src/folder.c
16299         * src/summaryview.c
16300                 Fix filtering via menus and actions
16301
16302 2006-02-06 [colin]      2.0.0cvs21
16303
16304         * src/imap.c
16305                 Put the added file directly to cache if possible (will work
16306                 with next libetpan)
16307         * src/filtering.c
16308         * src/filtering.h
16309         * src/inc.c
16310         * src/folder.c
16311         * src/mbox.c
16312         * src/procmsg.h
16313                 Move and copy filtered messages by batches instead of one
16314                 by one - faster on IMAP
16315         * src/procmsg.c
16316                 Add a function that'll possibly be useful later
16317
16318 2006-02-06 [colin]      2.0.0cvs20
16319
16320         * src/addressbook.c
16321                 Use internal mime-type instead of text/plain for d'n'd
16322         * src/compose.c
16323                 Allow attaching files from mimeview's icon list via d'n'd
16324         * src/folderview.c
16325         * src/folderview.h
16326                 Use internal mime-type instead of text/plain for d'n'd
16327                 Don't try to selected opened folder if none is
16328                 Factorize d'n'd from other apps code
16329         * src/headerview.c
16330         * src/textview.c
16331         * src/gtk/gtkutils.c
16332         * src/gtk/gtkutils.h
16333                 Factorize Face/X-Face stuff
16334         * src/mimeview.c
16335                 Fix d'n'd to other apps
16336         * src/prefs_message.c
16337                 Let the XFace pref be usable without libcompface as it also
16338                 applies to Face
16339         * src/summaryview.c
16340                 Fix d'n'd to other apps
16341                 Factorize d'n'd from other apps code
16342
16343 2006-02-06 [wwp]        2.0.0cvs19
16344
16345         * po/it.po
16346                 Italian translation fixes by Andrea Spadaccini (no more confusion
16347                 between filtering and processing, and few changes in the About
16348                 dialog).
16349
16350
16351 2006-02-06 [mones]      2.0.0cvs18
16352
16353         * src/gtk/icon_legend.c
16354                 Improved descriptions allowing better translations
16355
16356 2006-02-05 [colin]      2.0.0cvs17
16357
16358         * src/imap.c
16359                 Add the f*cking missing expunge that caused imap_fetch_env
16360                 to fail after an add_msgs ! :-///
16361         * src/etpan/imap-thread.c
16362                 Add a bit of debug
16363         FOR_STABLE
16364
16365 2006-02-05 [colin]      2.0.0cvs16
16366
16367         * src/common/utils.c
16368                 Don't check for return-path (or we can't put
16369                 back non-sent mails)
16370
16371 2006-02-05 [colin]      2.0.0cvs15
16372
16373         * src/textview.c
16374                 Don't try to display Face header in textview
16375                 when teh headerview's active
16376
16377 2006-02-05 [colin]      2.0.0cvs14
16378
16379         * tools/tbird2syl.py
16380         * tools/Makefile.am
16381                 Add script to import Thunderbird mails
16382
16383 2006-02-05 [colin]      2.0.0cvs13
16384
16385         * src/headerview.c
16386         * src/procheader.c
16387         * src/procmsg.c
16388         * src/procmsg.h
16389         * src/textview.c
16390                 Show Face headers - patch partially by Klaus Flittner
16391
16392 2006-02-05 [colin]      2.0.0cvs12
16393
16394         * src/folderview.c
16395         * src/summaryview.c
16396         * src/common/utils.c
16397         * src/common/utils.h
16398                 Let dnd work from mime icons to summaryview
16399                 and to folderview too
16400                 Add a crude test to avoid trying to add files
16401                 drag'n'dropped when they're not mails
16402
16403 2006-02-04 [colin]      2.0.0cvs11
16404
16405         * src/summaryview.c
16406         * src/mimeview.c
16407                 Fix utf8 conversion
16408
16409 2006-02-04 [colin]      2.0.0cvs10
16410
16411         * src/compose.c
16412         * src/folderview.c
16413         * src/mimeview.c
16414         * src/summaryview.c
16415         * src/summaryview.h
16416                 Added various drag and drop capas:
16417                 From                    To
16418                 summaryview             other apps
16419                 mimeview icons          other apps
16420                 other apps              summaryview
16421                 other apps              folderview
16422
16423                 This shouldn't have broken the existing:
16424                 From                    To
16425                 summaryview             folderview
16426                 folderview              folderview
16427                 summaryview             compose's attachments
16428
16429         Tests welcomed.
16430
16431 2006-02-02 [paul]       2.0.0cvs9
16432
16433         * src/mainwindow.c
16434                 move global option 'Set displayed columns...' out
16435                 of folder option grouping.
16436                 fix sensitivity of 'harvest addresses'
16437         FOR_STABLE
16438
16439 2006-02-01 [colin]      2.0.0cvs8
16440
16441         * src/mimeview.c
16442                 Revert the alertpanel patch, it sucks (intrusive
16443                 and gets in the way of "open")
16444
16445 2006-02-01 [colin]      2.0.0cvs7
16446
16447         * src/compose.c
16448         * src/prefs_account.c
16449         * src/prefs_common.c
16450         * src/common/defs.h
16451         * src/common/utils.c
16452         * src/common/utils.h
16453                 Add ability to edit the signature file
16454                 from the account preferences, and use
16455                 a default for the text editor.
16456                 Patch by Fabien Vantard
16457
16458 2006-02-01 [colin]      2.0.0cvs6
16459
16460         * src/mimeview.c
16461                 Try to get mime type by extension if it is
16462                 application/octet-stream
16463                 Display a window with possible choices when
16464                 encountering unknown mime types
16465         * src/gtk/filesel.c
16466         * src/gtk/filesel.h
16467                 Add preview
16468                 Allow multiple selection in filtered filesel
16469                 (patch by Fabien Vantard)
16470         * src/gtk/pluginwindow.c
16471                 Use it (patch by Fabien Vantard)
16472
16473 2006-02-01 [paul]       2.0.0cvs5
16474
16475         * src/jpilot.c
16476                 fix crash on creating jpilot address book
16477                 Thanks to Colin - FOR_STABLE
16478         * src/prefs_summaries.c
16479         * src/prefs_wrapping.c
16480         * src/gtk/icon_legend.c
16481         * src/gtk/quicksearch.c
16482                 string fixes and additions
16483
16484 2006-02-01 [paul]       2.0.0cvs4
16485
16486         * src/compose.c
16487         * src/mainwindow.c
16488         * src/messageview.c
16489         * src/prefs_send.c
16490                 add Arabic encoding option
16491                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16492
16493 2006-01-31 [colin]      2.0.0cvs3
16494
16495         * src/plugins/pgpcore/passphrase.c
16496                 Convert passphrase to locale encoding
16497         * src/compose.c
16498                 Fix drafting on IMAP. Crappy bug sneaked in
16499                 the release :-/
16500         FOR_STABLE
16501
16502 2006-01-30 [paul]       2.0.0cvs2
16503
16504         * src/gtk/icon_legend.c
16505                 show the new entries
16506
16507 2006-01-30 [colin]      2.0.0cvs1
16508
16509         * src/manual.c
16510                 Check for the file to be present before 
16511                 enabling the menu - FOR_STABLE
16512         * src/gtk/icon_legend.c
16513                 Add folders icons (not all of them, there
16514                 are too much, but the most intriguing ones)
16515
16516 2006-01-30 [paul]       2.0.0
16517
16518         version 2.0.0 released
16519
16520 [For previous entries, see ChangeLog.pre2.0.0]