85817572d805ebf79d6a9c0dbbc7fa9770c85cfb
[claws.git] / ChangeLog
1 2007-10-12 [paul]       3.0.2cvs64
2
3         * src/account.c
4         * src/folderview.c
5         * src/main.c
6         * src/mainwindow.c
7         * src/messageview.c
8         * src/summary_search.c
9         * src/summaryview.c
10         * src/toolbar.c
11         * src/wizard.c
12         * src/common/utils.c
13         * src/gtk/prefswindow.c
14                 fix a bunch of compiler warnings on maemo
15
16 2007-10-11 [colin]      3.0.2cvs63
17
18         * src/editaddress.c
19                 Make static function static
20
21 2007-10-11 [mones]      3.0.2cvs62
22
23         * src/addrduplicates.c
24         * src/addressbook.c
25         * src/compose.c
26         * src/expldifdlg.c
27         * src/mainwindow.c
28         * src/messageview.c
29         * src/pop.c
30         * src/prefs_customheader.c
31         * src/prefs_send.c
32         * src/prefs_themes.c
33         * src/common/plugin.c
34         * src/gtk/pluginwindow.c
35         * src/gtk/quicksearch.c
36                 Fix several typos and capitalisation issues
37
38 2007-10-11 [wwp]        3.0.2cvs61
39
40         * src/editaddress.c
41                 Fix a warning about possible use of uninitialized
42                 filename var.
43
44 2007-10-11 [wwp]        3.0.2cvs60
45
46         * src/editaddress.c
47                 Disable "Unset picture" menu item when there's
48                 no picture to clear. Fix an extraneous g_unref_object,
49                 add missing initializers.
50
51 2007-10-11 [wwp]        3.0.2cvs59
52
53         * src/pixmaps/anonymous.xpm
54         * src/editaddress.c
55         * src/Makefile.am
56         * src/stock_pixmap.c
57         * src/stock_pixmap.h
58                 Fix a leak, gettext-ize the photo label.
59                 Don't clear the existing picture if loading
60                 a new one fails. Use a default 'anonymous'
61                 picture (this new xpm has been added to the
62                 internal stock_pixmap API). Add a
63                 "Set picture" context menu entry.
64
65 2007-10-11 [colin]      3.0.2cvs58
66
67         * src/messageview.c
68                 Make shift-shortcuts work
69         * src/prefs_actions.c
70                 Don't ask if we really want to close when
71                 choosing OK and only the list is changed
72         * src/prefs_template.c
73                 Don't ask if we really want to close when
74                 choosing OK and only the list is changed
75         * src/common/plugin.c
76                 Fix writing of second [Plugins_*] block
77         * src/common/template.c
78                 Remove unused files (fixes deletion)
79
80 2007-10-10 [paul]       3.0.2cvs57
81
82         * src/prefs_template.c
83                 put the whole thing in a scrolled window
84                 so that half the page is no longer inaccessible
85                 on maemo
86                 make the gtk_text_view smaller on maemo
87
88 2007-10-10 [colin]      3.0.2cvs56
89
90         * src/compose.c
91                 Fix updating of Attachments number in some
92                 cases (reedit, attach from command-line, ...)
93
94 2007-10-10 [colin]      3.0.2cvs55
95
96         * src/editaddress.c
97                 Initialise error correctly
98
99 2007-10-10 [paul]       3.0.2cvs54
100
101         * src/prefs_filtering_action.c
102         * src/gtk/description_window.c
103         * src/gtk/foldersort.c
104         * src/gtk/quicksearch.c
105                 get rid of some pointless new lines and
106                 make the descripton labels wrap better
107
108 2007-10-10 [colin]      3.0.2cvs53
109
110         * src/addressadd.c
111         * src/editaddress.c
112         * src/headerview.c
113         * src/textview.c
114                 More error handling on saving pictures
115
116 2007-10-10 [colin]      3.0.2cvs52
117
118         * src/printing.c
119         * src/printing.h
120                 Generalize a bit printing, so we can factorize
121                 most of the code. 
122
123 2007-10-10 [paul]       3.0.2cvs51
124
125         * src/addrduplicates.c
126                 fix engrish
127                 use GTK_STOCK... buttons
128
129 2007-10-10 [paul]       3.0.2cvs50
130
131         * src/addressadd.c
132         * src/addrindex.c
133         * src/editaddress.c
134                 Fix previous patch
135                 Thanks to Colin
136
137 2007-10-10 [paul]       3.0.2cvs49
138
139         * src/summaryview.c
140         * src/messageview.c
141                 Fix crash on Add sender to addressbook when
142                 From is null
143         * src/addressadd.c
144         * src/addrindex.c
145         * src/editaddress.c
146         * src/editaddress_other_attributes_ldap.h
147                 Fix leaks 
148                 Rename images to .png in addrbook/
149         * src/headerview.c
150         * src/textview.c
151                 Fix Face/X-Face being used if adding another
152                 address than sender to addressbook
153                 Thanks to Colin
154
155 2007-10-10 [holger]     3.0.2cvs48
156
157         * src/addrduplicates.c
158         * src/editaddress.c
159                 Improvements to the addressbook duplicate finder
160                 feature:
161                  - add an edit button to the button bar
162                  - display the whole bookname (with iface) and
163                    use this for same-book checking
164                  - after editing, try to keep selections if the
165                    entries are still present
166                  - sort the email column alphabetically
167                  - put results in a scrolled window
168                  - support embedded editing
169                  - make columns in detail view resizable
170                  - add keyboard shortcuts
171
172 2007-10-10 [wwp]        3.0.2cvs47
173
174         * src/addrindex.c
175                 Fix a crash when there's no From: in email, thanks to Colin.
176
177 2007-10-09 [paul]       3.0.2cvs46
178
179         * src/messageview.c
180         * src/summaryview.c
181         * src/textview.c
182                 fix building without compface support
183
184 2007-10-09 [colin]      3.0.2cvs45
185
186         * src/editaddress.c
187         * src/headerview.c
188         * src/textview.c
189                 Add error handling
190
191 2007-10-09 [colin]      3.0.2cvs44
192
193         * src/addrduplicates.c
194         * src/addressadd.c
195         * src/addressadd.h
196         * src/addressbook.c
197         * src/addressbook.h
198         * src/addrindex.c
199         * src/addrindex.h
200         * src/addritem.c
201         * src/addritem.h
202         * src/compose.c
203         * src/editaddress.c
204         * src/editaddress_other_attributes_ldap.h
205         * src/headerview.c
206         * src/messageview.c
207         * src/mimeview.c
208         * src/summaryview.c
209         * src/textview.c
210         * src/gtk/gtkutils.c
211                 Automatically set contacts' pictures from Face 
212                 or X-Face if they have no picture
213                 Display the contact picture in textview or
214                 headerview for mails sent by people in the 
215                 addressbook, that have no Face or X-Face
216                 Fix a few details in the Person edition dialog
217                 (ability to unset picture)
218                 Remove picture file when deleting contacts
219
220 2007-10-09 [iwkse]      3.0.2cvs43
221
222         * src/gtk/about.c
223                 center the about window
224
225 2007-10-09 [paul]       3.0.2cvs42
226
227         * src/prefs_toolbar.c
228                 fix icon selector window on maemo
229
230 2007-10-09 [paul]       3.0.2cvs41
231
232         * src/messageview.c
233                 add 'go to' menu to separate msgview
234
235 2007-10-09 [colin]      3.0.2cvs40
236
237         * src/common/defs.h
238                 Add forgotten file
239
240 2007-10-09 [iwkse]      3.0.2cvs39
241
242         * Makefile.am
243         * src/addressbook.c
244         * src/addritem.c
245         * src/addritem.h
246         * src/editaddress.c
247         * src/editaddress_other_attributes_ldap.h
248         * src/addrbook.c
249         * src/Makefile.am
250                 set a photo in the Addressbook
251
252 2007-10-08 [colin]      3.0.2cvs38
253
254         * src/prefs_toolbar.c
255                 Make height 320 to remove the scrollbar 
256                 (with current number of icons)
257
258 2007-10-08 [colin]      3.0.2cvs37
259
260         * src/prefs_toolbar.c
261                 Transform the treeview to a GtkIconView.
262                 Patch by Pawel
263                 In addition, transform the window so that 
264                 it looks like a popup menu. Patch by me
265
266 2007-10-08 [colin]      3.0.2cvs36
267
268         * src/compose.c
269         * src/compose.h
270                 Beautify the GUI a bit; in particular, show the
271                 number of attachments in the tab's title.
272                 Patch by Pawel
273
274 2007-10-08 [paul]       3.0.2cvs35
275
276         * src/mimeview.c
277                 Save users from themselves: save temporary
278                 files used for Open/Open with as read-only.
279                 Thanks to Colin
280
281 2007-10-08 [paul]       3.0.2cvs34
282
283         * tools/Makefile.am
284                 forgot this in cvs33
285
286 2007-10-08 [paul]       3.0.2cvs33
287
288         * tools/kdeservicemenu/README
289         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
290         * tools/kdeservicemenu/install.sh
291         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
292                 renamed template* to *template so as not to confuse
293                 lintian
294
295 2007-10-08 [paul]       3.0.2cvs32
296
297         * src/prefs_themes.c
298         * src/stock_pixmap.c
299                 replace 2 direct uses of RC_DIR
300
301 2007-10-07 [colin]      3.0.2cvs31
302
303         * src/addrduplicates.c
304         * src/addrduplicates.h
305         * src/addressbook.c
306         * src/addressbook.h
307         * src/addrindex.c
308         * src/addrindex.h
309                 Implement deletion in duplicate finder. 
310                 Patch by Holger 
311
312 2007-10-07 [colin]      3.0.2cvs30
313
314         * src/exporthtml.c
315         * src/mbox.c
316         * src/common/utils.c
317                 Better fix for Solaris, thanks to Nicolas Doualot
318
319 2007-10-07 [colin]      3.0.2cvs29
320
321         * AUTHORS
322         * src/gtk/authors.h
323                 Add Frank Dietrich
324
325 2007-10-07 [colin]      3.0.2cvs28
326
327         * src/exporthtml.c
328                 Fix HTML export to make it more compliant
329                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
330
331 2007-10-07 [colin]      3.0.2cvs27
332
333         * src/prefs_toolbar.c
334                 Only use icons that wouldn't look stupid in the toolbar
335                 Patch by Pawel
336
337 2007-10-07 [colin]      3.0.2cvs26
338
339         * src/prefs_toolbar.c
340                 Fix old icon being used when none is selected
341
342 2007-10-07 [colin]      3.0.2cvs25
343
344         * src/toolbar.c
345                 Fix copy/paste error
346
347 2007-10-07 [colin]      3.0.2cvs24
348
349         * src/prefs_toolbar.c
350         * src/toolbar.c
351         * src/toolbar.h
352                 Update icon to default one when changing event
353                 Make the icon chooser nicer (handle Esc, Enter,
354                 double-click)
355
356 2007-10-06 [colin]      3.0.2cvs23
357
358         * src/prefs_toolbar.c
359                 Fix text reset; patch by Pawel
360
361 2007-10-06 [colin]      3.0.2cvs22
362
363         * src/toolbar.h
364                 Complete previous commit
365
366 2007-10-06 [colin]      3.0.2cvs21
367
368         * src/prefs_toolbar.c
369         * src/toolbar.c
370                 Set toolbar text automatically to the default
371                 when changing Event executed on click
372
373 2007-10-06 [colin]      3.0.2cvs20
374
375         * src/prefs_toolbar.c
376                 Invert Text and Event fields
377
378 2007-10-06 [colin]      3.0.2cvs19
379
380         * src/prefs_toolbar.c
381         * src/toolbar.c
382                 Make toolbar prefs look much better
383                 Patch by Pawel Pekala
384
385 2007-10-06 [paul]       3.0.2cvs18
386
387         * src/account.c
388         * src/prefs_filtering.c
389                 fix checkbuttons in gtktreeview on maemo by
390                 setting maemo's "allow-checkbox-mode" to FALSE
391
392 2007-10-06 [colin]      3.0.2cvs17
393
394         * configure.ac
395                 Export -DSOLARIS in CFLAGS for all
396                 Solaris (not just 2.8) and OpenSolaris
397
398 2007-10-06 [paul]       3.0.2cvs16
399
400         * AUTHORS
401         * src/exporthtml.c
402         * src/mbox.c
403         * src/gtk/authors.h
404                 fix build on solaris where ctime_r takes
405                 3 arguments rather than 2.
406                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
407
408 2007-10-05 [colin]      3.0.2cvs15
409
410         * src/etpan/imap-thread.c
411                 Fix wrong error codepath
412
413 2007-10-05 [wwp]        3.0.2cvs14
414
415         * src/filtering.c
416                 Fix unexpected logging of quicksearches:
417                 debug_filtering_session flag was never reset to FALSE, causing
418                 matcher functions to log when called from a quicksearch
419                 (if a filtering session happened before).
420
421 2007-10-05 [paul]       3.0.2cvs13
422
423         * src/prefs_actions.c
424         * src/prefs_filtering.c
425         * src/prefs_template.c
426                 fix bug 1343, 'Filtering..'s close button
427                 silently discards new filter'
428                 Thanks to Colin
429
430 2007-10-05 [paul]       3.0.2cvs12
431
432         * configure.ac
433         * src/Makefile.am
434                 fix bug 1347, '-Wno-unused-function, optional'
435
436 2007-10-05 [colin]      3.0.2cvs11
437
438         * src/procmime.c
439         * src/common/mgutils.c
440                 Fix warnings
441
442 2007-10-05 [mones]      3.0.2cvs10
443
444         * manual/advanced.xml
445                 Use full menu name
446         * manual/es/advanced.xml
447                 Synchronise translation
448
449 2007-10-04 [colin]      3.0.2cvs9
450
451         * src/action.c
452         * src/addrbook.c
453         * src/addrindex.c
454         * src/compose.c
455         * src/exporthtml.c
456         * src/exportldif.c
457         * src/folder.c
458         * src/main.c
459         * src/matcher.c
460         * src/mbox.c
461         * src/messageview.c
462         * src/mh.c
463         * src/news.c
464         * src/partial_download.c
465         * src/pop.c
466         * src/procmime.c
467         * src/procmsg.c
468         * src/toolbar.c
469         * src/common/log.c
470         * src/common/mgutils.c
471         * src/common/plugin.c
472         * src/common/utils.c
473         * src/common/xml.c
474         * src/common/xml.h
475         * src/common/xmlprops.c
476         * src/common/xmlprops.h
477         * src/plugins/bogofilter/bogofilter.c
478         * src/plugins/clamav/clamav_plugin.c
479         * src/plugins/dillo_viewer/dillo_prefs.c
480         * src/plugins/pgpcore/prefs_gpg.c
481         * src/plugins/pgpinline/pgpinline.c
482         * src/plugins/pgpmime/pgpmime.c
483         * src/plugins/spamassassin/spamassassin.c
484         * src/plugins/trayicon/trayicon_prefs.c
485                 Verify success on writes. Will fix possible strange
486                 failure on disk full.
487
488 2007-10-04 [paul]       3.0.2cvs8
489
490         * manual/advanced.xml
491                 add further info about Actions
492                 Patch by Emmanuel Briot <briot@adacore.com>
493
494 2007-10-04 [paul]       3.0.2cvs7
495
496         * src/account.c
497                 remove the D column, instead indicate the
498                 default account by use of bold text
499
500 2007-10-03 [colin]      3.0.2cvs6
501
502         * src/common/template.c
503                 Fix templates writing (was prone to disk full problems)
504
505 2007-10-03 [colin]      3.0.2cvs5
506
507         * src/Makefile.am
508         * src/addrduplicates.c
509         * src/addrduplicates.h
510         * src/addressbook.c
511                 Add duplicate deletion. Patch by Holger
512
513 2007-10-03 [colin]      3.0.2cvs4
514
515         * src/matcher.c
516         * src/gtk/quicksearch.c
517                 Fix bug 1340, 'Case insensitive searches with 
518                 non-ascii alphabets fail'.
519
520 2007-10-03 [colin]      3.0.2cvs3
521
522         * src/main.c
523         * src/common/utils.c
524         * src/common/utils.h
525                 Implement run-time alternative config directories
526
527 2007-10-03 [colin]      3.0.2cvs2
528
529         * src/folderview.c
530                 Prevent opening folder item while folder
531                 is scanned in a better way
532
533 2007-10-02 [paul]       3.0.2cvs1
534
535         * NEWS
536         * README
537         * RELEASE_NOTES
538         * configure.ac
539                 bump up version number following stable release
540
541 2007-09-30 [colin]      3.0.1cvs49
542
543         * src/imap.c
544                 Refresh session if needed
545
546 2007-09-30 [colin]      3.0.1cvs48
547
548         * src/imap.c
549                 Reset folder's session to NULL
550                 before destroying it
551
552 2007-09-30 [mones]      3.0.1cvs47
553
554         * manual/handling.xml
555                 Use markup quotes instead hardcoded quotes
556         * manual/es/handling.xml
557                 Added new synced section (IMAP subscriptions)
558
559 2007-09-29 [colin]      3.0.1cvs46
560
561         * src/imap.c
562                 Notice disconnections faster
563
564 2007-09-28 [colin]      3.0.1cvs45
565
566         * src/addressbook.c
567         * src/addrindex.c
568                 Fix warnings
569
570 2007-09-28 [paul]       3.0.1cvs44
571
572         * src/mimeview.c
573                 fix maemo build
574
575 2007-09-28 [paul]       3.0.1cvs43
576
577         * src/account.c
578                 use gtk_widget_set_size_request() on the label
579                 so that wrapping works better. get rid of the
580                 (partially deprecated) hbutton_box.
581                 these changes should prevent buttons overlapping
582                 on maemo
583
584 2007-09-28 [colin]      3.0.1cvs42
585
586         * src/pop.c
587                 Fix typo :)
588
589 2007-09-28 [colin]      3.0.1cvs41
590
591         * src/compose.c
592         * src/msgcache.c
593         * src/pop.c
594         * src/procmime.c
595         * src/etpan/imap-thread.c
596                 64bits-related warning fixes
597
598 2007-09-28 [colin]      3.0.1cvs40
599
600         * src/folder_item_prefs.c
601         * src/ldaputil.c
602         * src/mainwindow.c
603         * src/mimeview.c
604         * src/common/tags.c
605                 Fix warnings
606
607 2007-09-28 [colin]      3.0.1cvs39
608
609         * src/plugins/spamassassin/spamassassin.c
610         * src/plugins/spamassassin/spamassassin.h
611         * src/plugins/spamassassin/spamassassin_gtk.c
612                 Add addressbook-based whitelisting
613
614 2007-09-28 [colin]      3.0.1cvs38
615
616         * src/folder.c
617                 Fix bug 1337, 'crash on pressing Send button'
618
619 2007-09-28 [paul]       3.0.1cvs37
620
621         * src/prefs_folder_item.c
622                 give the orphans a parent. makes all prefs
623                 pages visible on maemo
624
625 2007-09-28 [colin]      3.0.1cvs36
626
627         * src/prefs_folder_column.c
628         * src/prefs_summary_column.c
629                 Fix two leaks
630
631 2007-09-27 [colin]      3.0.1cvs35
632
633         * src/gtk/quicksearch.c
634                 Fix bug 1336, 'Segfault if empty space before search-string'
635
636 2007-09-26 [mones]      3.0.1cvs34
637
638         * manual/account.xml
639         * manual/plugins.xml
640                 Fixed irc channel name, added some docbook markup.
641                 Changed text markup to docbook markup. 
642                 Added spamcop as supported in SpamReport description.
643         * manual/fr/plugins.xml
644                 Fixed irc channel name.
645         * manual/es/account.xml
646         * manual/es/advanced.xml
647         * manual/es/claws-mail-manual.xml
648         * manual/es/glossary.xml
649         * manual/es/gpl.xml
650         * manual/es/keyboard.xml
651         * manual/es/plugins.xml
652                 Synced with English version, fixed a couple of typos.
653
654 2007-09-26 [colin]      3.0.1cvs33
655
656         * configure.ac
657                 Explain why "Libgnomeprint: no" on GTK+ 2.10
658
659 2007-09-26 [colin]      3.0.1cvs32
660
661         * src/messageview.c
662         * src/procmsg.c
663         * src/procmsg.h
664                 Optimisation: avoid fetching mail 3 times locally
665                 for displaying
666
667 2007-09-26 [colin]      3.0.1cvs31
668
669         * src/mh.c
670                 Fix missing static
671
672 2007-09-26 [colin]      3.0.1cvs30
673
674         * src/folder.c
675         * src/folder.h
676         * src/mh.c
677         * src/mh.h
678                 Fix MH mtime hack - make it a folder class function
679
680 2007-09-26 [colin]      3.0.1cvs29
681
682         * src/inc.c
683                 Fix bug 1334, 'user defined mail incorporation 
684                 script not run'
685
686 2007-09-25 [colin]      3.0.1cvs28
687
688         * src/codeconv.c
689                 Optimisation: shortcut conv_codeset_strdup
690                 when src_code and dest_code are the same
691         * src/common/xml.c
692         * src/common/xml.h
693                 Optimisation: shortcut code conversions when
694                 files are in UTF-8; faster list walking by
695                 using prepend/reverse.
696
697 2007-09-25 [holger]     3.0.1cvs27
698
699         * src/printing.c
700                 Replace button bar of the preview window
701                 with a real toolbar (patch by Colin)
702                 Add zooming to the preview window
703
704 2007-09-24 [paul]       3.0.1cvs26
705
706         * src/compose.c
707                 compact the character set menu, adding some
708                 missing encodings. Patch by Pawel Pekala
709
710 2007-09-23 [paul]       3.0.1cvs25
711
712         * src/prefs_account.c
713         * src/prefs_folder_item.c
714         * src/prefs_quote.c
715         * src/quote_fmt.c
716         * src/quote_fmt.h
717                 remove unnecessary frame from Templates options
718                 and improve the English of the check button label
719
720 2007-09-22 [colin]      3.0.1cvs24
721
722         * src/gtk/quicksearch.c
723                 Fix bug 1329, 'error in quicksearch.c'
724                 Fix return with value in function returning void
725
726 2007-09-22 [colin]      3.0.1cvs23
727
728         * src/imap.c
729         * src/procmsg.h
730         * src/common/utils.c
731         * src/common/utils.h
732         * src/etpan/imap-thread.c
733                 Optimise fetching IMAP cached emails *a lot*
734                 (remember whether mail is fully cached and \r's
735                  are already stripped)
736
737 2007-09-22 [colin]      3.0.1cvs22
738
739         * src/folder.c
740         * src/folder.h
741         * src/prefs_folder_item.c
742                 Add a button to allow users to drop local caches.
743
744 2007-09-21 [colin]      3.0.1cvs21
745
746         * src/summaryview.c
747                 Remove unnecessary error when cancelling export to mbox.
748                 Patch by Pawel
749
750 2007-09-21 [paul]       3.0.1cvs20
751
752         * src/gtk/prefswindow.c
753                 remove unnecessary frames from the prefs
754                 pages. Patch by Pawel Pekala
755
756 2007-09-21 [paul]       3.0.1cvs19
757
758         * src/prefs_account.c
759         * src/prefs_folder_item.c
760         * src/prefs_quote.c
761         * src/quote_fmt.c
762                 put the Templates options into a tabbed
763                 layout. Patch by Pawel Pekala
764
765 2007-09-21 [paul]       3.0.1cvs18
766
767         * src/mainwindow.c
768                 group together the character set menu items
769                 move the /View/Show or hide/Message view below
770                 .../Toolbar menu item
771                 Patch by Pawel Pekala
772
773 2007-09-21 [mones]      3.0.1cvs17
774
775         * src/compose.c
776                 Fix for bug 1327, 'segfault when replying to a non-existent
777                 news message', thanks to Colin.
778
779 2007-09-21 [colin]      3.0.1cvs16
780
781         * src/folderview.c
782                 Complete 3.0.1cvs15
783
784 2007-09-20 [colin]      3.0.1cvs15
785
786         * src/folderview.c
787         * src/folderview.h
788                 Maybe fix bug 1324, 'Corrupted IMAP cache'
789
790 2007-09-20 [colin]      3.0.1cvs14
791
792         * src/printing.c
793                 Fix a little leak
794
795 2007-09-20 [holger]     3.0.1cvs13
796
797         * src/printing.c
798                 Add page layout to print preview.
799                 Make the close-button in the toolbar
800                 right-aligned.
801
802 2007-09-20 [paul]       3.0.1cvs12
803
804         * po/ru.po
805                 updated by Pavlo Bohmat
806
807 2007-09-19 [colin]      3.0.1cvs11
808
809         * src/common/utils.c
810                 Prevent unquoted mime boundaries, by always
811                 using a /
812
813 2007-09-19 [colin]      3.0.1cvs10
814
815         * src/printing.c
816                 Fix drawing area size, fix DPI change that
817                 can cause total number of lines to decrease
818
819 2007-09-19 [colin]      3.0.1cvs9
820
821         * po/POTFILES.in
822         * src/printing.c
823                 Make print preview more efficient and nicer.
824                 Patch mostly by Holger Berndt <hb@claws-mail.org>
825
826 2007-09-19 [colin]      3.0.1cvs8
827
828         * src/prefs_common.c
829         * src/prefs_common.h
830         * src/printing.c
831                 Add scrolledwindow, default allocation and
832                 size saving to the print preview window.
833
834 2007-09-18 [colin]      3.0.1cvs7
835
836         * src/prefs_common.c
837         * src/prefs_common.h
838         * src/prefs_image_viewer.c
839         * src/printing.c
840                 GtkPrintOperation:
841                 - add image printing support
842                 - add option to print images
843                 - add preview widget
844                 - add saving of a few Page Setup parameters
845
846 2007-09-18 [colin]      3.0.1cvs6
847
848         * AUTHORS
849         * src/gtk/authors.h
850                 Add Guillaume Chazarain
851
852 2007-09-18 [colin]      3.0.1cvs5
853
854         * src/common/utils.c
855                 Fix bug 1321, 'access before allocation 
856                 when scanning for uris'. Patch by 
857                 Guillaume Chazarain <guichaz@yahoo.fr>
858
859 2007-09-18 [colin]      3.0.1cvs4
860
861         * src/toolbar.c
862                 Fix bug 1320, 'Memory leak caused by 
863                 gtk_container_get_children'. Patch by
864                 Guillaume Chazarain <guichaz@yahoo.fr>
865
866 2007-09-18 [colin]      3.0.1cvs3
867
868         * src/printing.c
869         * src/printing.h
870                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
871
872 2007-09-18 [colin]      3.0.1cvs2
873
874         * src/Makefile.am
875         * src/mainwindow.c
876         * src/messageview.c
877         * src/messageview.h
878         * src/prefs_ext_prog.c
879         * src/prefs_fonts.c
880         * src/printing.c
881         * src/printing.h
882         * src/summaryview.c
883                 Use GtkPrintOperation by default on GTK+ >= 2.10
884                 Patch by Holger Berndt <hb@claws-mail.org>
885
886 2007-09-18 [paul]       3.0.1cvs1
887
888         * NEWS
889         * README
890         * RELEASE_NOTES
891         * configure.ac
892                 bump up version number following stable release
893
894 2007-09-16 [colin]      3.0.0cvs18
895
896         * src/folder.c
897                 Fix possible memleak
898
899 2007-09-16 [colin]      3.0.0cvs17
900
901         * src/folderview.c
902                 Fix bug 1311, 'Wrong arrow position 
903                 while moving message into folder when 
904                 column headers hidden'
905         * src/image_viewer.c
906                 Show error in the GUI if image can't
907                 be loaded
908         * src/matcher.c
909                 Fix spurious output
910         * src/messageview.c
911                 Allow setting domain in msgid
912         * src/common/plugin.c
913                 Add timing information
914
915 2007-09-16 [colin]      3.0.0cvs16
916
917         * src/account.c
918         * src/compose.c
919         * src/prefs_account.c
920         * src/prefs_account.h
921         * src/common/utils.c
922                 Remove Generate Message-ID option. We need
923                 this on some IMAP servers.
924         * src/prefs_template.c
925                 Fix double-free
926
927 2007-09-16 [colin]      3.0.0cvs15
928
929         * src/prefs_filtering.c
930         * src/prefs_filtering.h
931         * src/prefs_filtering_action.c
932         * src/common/tags.c
933                 Fix tags issues: tags with spaces, renaming
934                 tags.
935
936 2007-09-16 [colin]      3.0.0cvs14
937
938         * src/folderview.c
939         * src/main.c
940         * src/mainwindow.c
941                 Fix bug 1308, 'Claws deletes folderlist.xml after
942                 fetching mail short after start-up'
943
944 2007-09-16 [colin]      3.0.0cvs13
945
946         * src/compose.c
947                 Fix scrolling to cursor
948
949 2007-09-16 [paul]       3.0.0cvs12
950
951         * po/sr.po
952                 updated by Aleksandar Urosevic
953
954 2007-09-16 [paul]       3.0.0cvs11
955
956         * src/folder.c
957                 do not allow locked msgs to be deleted,
958                 even by filtering/processing
959
960 2007-09-07 [paul]       3.0.0cvs10
961
962         * src/prefs_folder_column.c
963         * src/prefs_summary_column.c
964                 implement button sensitivity
965                 patch by Pawel Pekala
966
967 2007-09-06 [wwp]        3.0.0cvs9
968
969         * src/prefs_gtk.c
970                 Add a missing linefeed to a debug message.
971
972 2007-09-05 [colin]      3.0.0cvs8
973
974         * src/inc.c
975                 Fix statusbar/window mismatch on Maemo
976
977 2007-09-05 [colin]      3.0.0cvs7
978
979         * src/ldaputil.c
980                 Fix build without USE_LDAP_TLS
981
982 2007-09-05 [colin]      3.0.0cvs6
983
984         * src/folder.c
985         * src/imap.c
986         * src/inc.c
987         * src/mbox.c
988         * src/send_message.c
989         * src/statusbar.c
990         * src/statusbar.h
991                 Maemo: distinguish various statusbar messages,
992                 in order to display only the most important.
993
994 2007-09-04 [wwp]        3.0.0cvs5
995
996         * src/account.c
997                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
998                 Show protocol "SMTP" and the appropriate server for send-only
999                 accounts, show "-" instead of "" when no value is relevant.
1000
1001 2007-09-03 [ticho]      3.0.0cvs4
1002
1003         * src/summaryview.c
1004                 Handle plural form better in delete confirmation dialog.
1005
1006 2007-09-03 [wwp]        3.0.0cvs3
1007
1008         * src/compose.c
1009                 Warn differently when sending or sending later (queueing).
1010
1011 2007-09-03 [colin]      3.0.0cvs2
1012
1013         * src/procmime.c
1014         * src/procmime.h
1015         * src/common/plugin.c
1016         * src/common/plugin.h
1017                 Add a new plugin API, MimeParser. It allows
1018                 plugins to scan email MIME parts and optionally,
1019                 transform them.
1020
1021 2007-09-03 [mones]      3.0.0cvs1
1022
1023         * po/es.po
1024                 Updated translation
1025         * src/common/defs.h
1026                 While a better solution is made double history sizes
1027
1028 2007-09-03 [paul]       3.0.0
1029
1030         * NEWS
1031         * README
1032         * RELEASE_NOTES
1033                 3.0.0 released
1034
1035 2007-09-03 [paul]       2.10.0cvs191
1036
1037         * po/bg.po
1038         * po/ca.po
1039         * po/de.po
1040         * po/fi.po
1041         * po/fr.po
1042         * po/hu.po
1043         * po/it.po
1044         * po/pl.po
1045         * po/pt_BR.po
1046         * po/ru.po
1047         * po/sk.po
1048         * po/zh_CN.po
1049                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1050                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1051                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1052                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1053
1054 2007-09-02 [colin]      2.10.0cvs190
1055
1056         * src/edittags.c
1057         * src/common/tags.c
1058                 Prevent empty or white-space tags
1059
1060 2007-09-01 [colin]      2.10.0cvs189
1061
1062         * src/main.c
1063                 Fix double-reading of accounts list when
1064                 the wizard has been run due to no accounts
1065         * src/mainwindow.c
1066                 Fix sensitivity of a menu item in case 
1067                 there's no account
1068
1069 2007-09-01 [wwp]        2.10.0cvs188
1070
1071         * src/wizard.c
1072                 Fix wizard crash when Mailbox dir already exists
1073                 (thanks to Colin).
1074
1075 2007-08-31 [colin]      2.10.0cvs187
1076
1077         * src/etpan/imap-thread.c
1078                 Fix unwanted creation of 
1079                 libetpan's stream dump file
1080         * src/compose.c
1081                 Fix coloring of pastes as quotation
1082         * src/summaryview.c
1083                 Maemo: Fix opening of mails from keypad
1084                 in Sent folders
1085         * src/addressbook.c
1086         * src/folderview.c
1087         * src/image_viewer.c
1088         * src/mimeview.c
1089         * src/gtk/prefswindow.c
1090                 Maemo: Fix adjustments changes 
1091
1092 2007-08-30 [colin]      2.10.0cvs186
1093
1094         * src/folderview.c
1095                 Don't opened selected folder when clicking
1096                 on white space
1097         * src/mainwindow.c
1098                 Maemo: Make Esc close messageviews
1099         * src/messageview.c
1100                 Maemo: Fix message scrolling to the end on 
1101                 opening
1102                 Maemo: Fix reopening same message
1103         * src/gtk/prefswindow.c
1104                 Maemo: try to fix scrollbar. Doesn't work,
1105                 it seems as if gtk_adjustment_set_value was
1106                 a noop.
1107
1108 2007-08-30 [colin]      2.10.0cvs185
1109
1110         * src/compose.c
1111         * src/folderview.c
1112         * src/main.c
1113         * src/prefs_matcher.c
1114         * src/prefs_template.c
1115         * src/quote_fmt.c
1116         * src/send_message.c
1117         * src/toolbar.c
1118         * src/gtk/gtkaspell.c
1119         * src/plugins/bogofilter/bogofilter.c
1120         * src/plugins/bogofilter/bogofilter_gtk.c
1121         * src/plugins/clamav/clamav_plugin_gtk.c
1122         * src/plugins/pgpcore/sgpgme.c
1123         * src/plugins/spamassassin/spamassassin.c
1124         * src/plugins/spamassassin/spamassassin_gtk.c
1125                 Fix all potential misuses of format-string functions
1126
1127 2007-08-30 [wwp]        2.10.0cvs184
1128
1129         * src/prefs_template.c
1130                 Fix a leak.
1131
1132 2007-08-29 [colin]      2.10.0cvs183
1133
1134         * src/plugins/trayicon/trayicon.c
1135                 Fix leak of hooks in case of error,
1136                 thanks to Holger Berndt
1137
1138 2007-08-28 [colin]      2.10.0cvs182
1139
1140         * src/mainwindow.c
1141                 Don't use current folder settings when
1142                 composing from the compose button's
1143                 account selector
1144
1145 2007-08-28 [colin]      2.10.0cvs181
1146
1147         * src/quote_fmt_parse.y
1148                 Fix cursor offset when quote contains UTF-8
1149                 chars
1150
1151 2007-08-28 [colin]      2.10.0cvs180
1152
1153         * src/compose.c
1154         * src/compose.h
1155                 Fix signature replacement when it's been wrapped
1156
1157 2007-08-27 [colin]      2.10.0cvs179
1158
1159         * src/summaryview.c
1160                 Fix indentation
1161
1162 2007-08-27 [colin]      2.10.0cvs178
1163
1164         * src/summaryview.c
1165                 Fix Quicksearch's Sticky mode
1166
1167 2007-08-27 [colin]      2.10.0cvs177
1168
1169         * src/folder_item_prefs.c
1170         * src/folder_item_prefs.h
1171         * src/imap_gtk.c
1172         * src/mh_gtk.c
1173                 Fix loss of subfolders properties when
1174                 renaming a folder
1175
1176 2007-08-26 [wwp]        2.10.0cvs176
1177
1178         * src/alertpanel.c
1179         * src/messageview.c
1180         * src/prefs_actions.c
1181                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1182                 will have to be used when necessary *before* calling
1183                 alertpanel functions.
1184
1185 2007-08-25 [paul]       2.10.0cvs175
1186
1187         * src/prefs_actions.c
1188                 workaround gettext problem marking
1189                 string as c-format when it's not
1190
1191 2007-08-25 [wwp]        2.10.0cvs174
1192
1193         * src/alertpanel.c
1194         * src/messageview.c
1195         * src/prefs_actions.c
1196                 Call the pango markup escape function right ince in alertpanel_create
1197                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1198                 2.10.0cvs158).
1199
1200         * src/common/log.c
1201                 Fix a crash due to a misuse of g_print(), encountered when the string
1202                 passed to g_print was containing printf substitution symbols.
1203
1204 2007-08-25 [paul]       2.10.0cvs173
1205
1206         * src/common/log.c
1207                 fix a segfault when refreshing RSSyl feeds
1208
1209 2007-08-25 [paul]       2.10.0cvs172
1210
1211         * src/gtk/icon_legend.c
1212                 add watchthread.xpm
1213
1214 2007-08-25 [paul]       2.10.0cvs171
1215
1216         * src/Makefile.am
1217         * src/stock_pixmap.c
1218         * src/pixmaps/insert_file.xpm
1219                 add a new pixmap instead of re-using
1220                 paste.xpm. (easier for icon theme authors)
1221
1222 2007-08-24 [holger]     2.10.0cvs170
1223
1224         * src/plugins/trayicon/trayicon.c
1225                 The same fix for another hook id.
1226
1227 2007-08-24 [holger]     2.10.0cvs169
1228
1229         * src/plugins/trayicon/trayicon.c
1230                 Micro-fix: Do the error checking for
1231                 the right hook id.
1232
1233 2007-08-24 [paul]       2.10.0cvs168
1234
1235         * src/folder.h
1236                 fix typo causing compiler warning
1237
1238 2007-08-24 [paul]       2.10.0cvs167
1239
1240         * README
1241                 put back the correct version of this file also
1242
1243 2007-08-24 [colin]      2.10.0cvs166
1244
1245         * src/send_message.c
1246                 Use progress bar when sending messages
1247
1248 2007-08-24 [paul]       2.10.0cvs165
1249
1250         * Makefile.am
1251                 oops! if i'm quick no-one will notice
1252                 (put back the proper file)
1253
1254 2007-08-24 [paul]       2.10.0cvs164
1255
1256         * AUTHORS
1257         * Makefile.am
1258         * README
1259         * src/gtk/authors.h
1260         * tools/Makefile.am
1261         * tools/README
1262         * tools/mew2claws-mail.pl
1263                 add new script that imports a Mew address book
1264                 submitted by Jerome Lelong
1265
1266 2007-08-24 [paul]       2.10.0cvs163
1267
1268         * manual/plugins.xml
1269                 remove the obsolete plugins, add the
1270                 missing plugins, including the forthcoming
1271                 SpamReport plugin
1272
1273 2007-08-24 [paul]       2.10.0cvs162
1274
1275         * manual/advanced.xml
1276                 add info about the hidden emphasis_color option
1277         * manual/keyboard.xml
1278                 correct the info about hotkeys
1279                 wrap the long lines
1280
1281 2007-08-24 [paul]       2.10.0cvs161
1282
1283         * src/folderview.c
1284                 add mnemonic to 'Run procesing rules'
1285
1286 2007-08-24 [paul]       2.10.0cvs160
1287
1288         * src/account.c
1289         * src/folder.c
1290         * src/folder.h
1291                 use suitable defaults for outbox,
1292                 queue, drafts and trash folders
1293
1294 2007-08-24 [wwp]        2.10.0cvs159
1295
1296         * src/folderview.c
1297                 Update menu item sensitivity if necessary (or we get a
1298                 gtk critical message).
1299
1300 2007-08-23 [wwp]        2.10.0cvs158
1301
1302         * src/action.c
1303         * src/prefs_actions.c
1304                 Allow literal % chars in action commands (use %%).
1305                 Add a missing p++ to the action parser in action_get_type(),
1306                 which was missing it, even if it was neutral.
1307                 Fix a pango markup warning at runtime.
1308
1309 2007-08-23 [wwp]        2.10.0cvs157
1310
1311         * src/addressbook.c
1312                 Contacts are now locale-aware sorted in the address book
1313                 (LC_COLLATE matters here).
1314                 Fix missing table initializers.
1315
1316 2007-08-23 [colin]      2.10.0cvs156
1317
1318         * src/imap.c
1319                 Check scan_required on dest folder when copying
1320
1321 2007-08-23 [colin]      2.10.0cvs155
1322
1323         * src/imap.c
1324                 Fix scanning when folder was empty
1325
1326 2007-08-22 [colin]      2.10.0cvs154
1327
1328         * src/msgcache.c
1329                 Don't g_warning when g_try_malloc fails(), or it makes
1330                 things worse as g_log() allocates. Fixes bug 1290,
1331                 'Claws Mail crashes if too little memory when 
1332                 rebuilding folder tree'
1333
1334 2007-08-22 [colin]      2.10.0cvs153
1335
1336         * src/inc.c
1337                 Fix format string vulnerability, thanks to
1338                 Ulf Harnhammar, Secunia Research
1339
1340 2007-08-22 [colin]      2.10.0cvs152
1341
1342         * src/ldapserver.c
1343                 Set tv_usec too
1344
1345 2007-08-22 [wwp]        2.10.0cvs151
1346
1347         * src/ldapquery.c
1348                 Few better null-ptr checks.
1349
1350 2007-08-22 [colin]      2.10.0cvs150
1351
1352         * src/editldap.c
1353         * src/editldap_basedn.c
1354         * src/ldapquery.c
1355         * src/ldapserver.c
1356         * src/ldapserver.h
1357         * src/ldapupdate.c
1358         * src/ldaputil.c
1359         * src/ldaputil.h
1360                 Fix ldap timeouts
1361
1362 2007-08-22 [colin]      2.10.0cvs149
1363
1364         * src/ldapquery.c
1365                 Finish previous fix
1366
1367 2007-08-22 [colin]      2.10.0cvs148
1368
1369         * src/ldapquery.c
1370                 Fix wrong assertions
1371
1372 2007-08-22 [colin]      2.10.0cvs147
1373
1374         * src/ldaputil.c
1375                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1376
1377 2007-08-22 [colin]      2.10.0cvs146
1378
1379         * src/editldap.c
1380         * src/ldaputil.c
1381                 Fix wrong "Connected successfully to server". Connection only succeeds if
1382                 we can get the base DN.
1383
1384 2007-08-21 [wwp]        2.10.0cvs145
1385
1386         * src/browseldap.c
1387         * src/editldap.c
1388         * src/ldapctrl.c
1389         * src/ldapquery.c
1390         * src/ldapserver.c
1391         * src/ldapupdate.c
1392         * src/ldaputil.c
1393                 More sanity checks in ldap functions.
1394
1395 2007-08-21 [wwp]        2.10.0cvs144
1396
1397         * src/prefs_account.c
1398                 Don't return a value in a void function().
1399
1400 2007-08-21 [paul]       2.10.0cvs143
1401
1402         * src/messageview.c
1403                 add check for ftp: to messageview_list_urls()
1404
1405 2007-08-21 [colin]      2.10.0cvs142
1406
1407         * src/editldap.c
1408         * src/ldapctrl.c
1409         * src/ldapctrl.h
1410         * src/ldapquery.c
1411         * src/ldapupdate.c
1412                 Fix bug 1293, 'LDAP address book not working'
1413                 Search only on specified fields, but fetch 
1414                 every field possible. People will have to 
1415                 reset the searched Attributes in their LDAP
1416                 servers properties.
1417
1418 2007-08-21 [wwp]        2.10.0cvs141
1419
1420         * src/addr_compl.c
1421         * src/addrbook.c
1422         * src/addrcache.c
1423         * src/addrcindex.c
1424         * src/addressbook.c
1425         * src/addrindex.c
1426         * src/browseldap.c
1427         * src/crash.c
1428         * src/editaddress_other_attributes_ldap.c
1429         * src/exporthtml.c
1430         * src/folder.c
1431         * src/folderview.c
1432         * src/imap.c
1433         * src/jpilot.c
1434         * src/ldapserver.c
1435         * src/ldapupdate.c
1436         * src/ldif.c
1437         * src/main.c
1438         * src/mainwindow.c
1439         * src/matcher.c
1440         * src/mh.c
1441         * src/msgcache.c
1442         * src/mutt.c
1443         * src/pine.c
1444         * src/pop.c
1445         * src/prefs_customheader.c
1446         * src/prefs_msg_colors.c
1447         * src/procmime.c
1448         * src/textview.c
1449         * src/vcard.c
1450         * src/wizard.c
1451         * src/common/log.c
1452         * src/common/socket.c
1453         * src/common/ssl_certificate.c
1454         * src/common/utils.c
1455         * src/common/utils.h
1456         * src/gtk/description_window.c
1457         * src/plugins/demo/demo.c
1458         * src/plugins/pgpcore/prefs_gpg.c
1459         * src/plugins/spamassassin/libspamc.c
1460                 Make sure we use glib functions to send text messages (information,
1461                 debug, warning, errors) to stdout/stderr - no more direct puts
1462                 fputs printf fprintf to stdout/stderr when it can be done using
1463                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1464                 stdout/stderr message is saved to log in Windows.
1465
1466
1467 2007-08-21 [wwp]        2.10.0cvs140
1468
1469         * src/main.c
1470         * src/common/utils.h
1471                 Route glib's stdout/stderr messages to a log file (Windows only),
1472                 instead of loosing them.
1473
1474 2007-08-21 [paul]       2.10.0cvs139
1475
1476         * src/mainwindow.c
1477                 replace deprecated g_strncasecmp()
1478         * src/messageview.c
1479                 fix 'List URLS'
1480
1481 2007-08-20 [ticho]      2.10.0cvs138
1482
1483         * src/account.c
1484         * src/prefs_account.h
1485                 Copy all account preferences in account_clone() - some
1486                 were missing.
1487         * src/prefs_account.c
1488                 Handle empty privacy system combobox gracefully (warning
1489                 instead of a crash).
1490
1491 2007-08-20 [colin]      2.10.0cvs137
1492
1493         * src/ldapctrl.c
1494                 Fix a leak
1495
1496 2007-08-20 [paul]       2.10.0cvs136
1497
1498         * src/browseldap.c
1499         * src/editldap.c
1500         * src/ldapctrl.c
1501         * src/ldapquery.c
1502         * src/ldapquery.h
1503         * src/ldapserver.c
1504         * src/ldaputil.c
1505                 add debug_prints
1506                 patch by Michael Rasmussen
1507
1508 2007-08-19 [colin]      2.10.0cvs135
1509
1510         * src/imap.c
1511                 Fix previous commit. Sensitivity update is needed
1512                 for "Cancel receiving". However when batching we
1513                 don't need to do it for every message flag change,
1514                 just once at the start and once at the end.
1515
1516 2007-08-19 [colin]      2.10.0cvs134
1517
1518         * src/imap.c
1519                 Remove useless menu updates on session lock/unlock
1520
1521 2007-08-19 [colin]      2.10.0cvs133
1522
1523         * src/etpan/imap-thread.c
1524                 Make all fetch logs less verbose
1525
1526 2007-08-19 [paul]       2.10.0cvs132
1527
1528         * src/foldersel.c
1529         * src/folderview.c
1530         * src/summaryview.c
1531                 fix bug 1286, 'Can't move a folder into a "Folders
1532                 Only" folder'
1533
1534 2007-08-18 [ticho]      2.10.0cvs131
1535
1536         * src/editaddress_other_attributes_ldap.c
1537                 Converted option menu for other ldap attributes to GtkComboBox.
1538
1539 2007-08-18 [colin]      2.10.0cvs130
1540
1541         * src/compose.c
1542         * src/prefs_common.c
1543         * src/prefs_common.h
1544         * src/prefs_send.c
1545         * src/send_message.c
1546                 Revert 'send_dialog_mode' meaning to 
1547                 'send_dialog_invisible', so that the 
1548                 new checkbox doesn't change the 
1549                 existing behaviour.
1550
1551 2007-08-18 [paul]       2.10.0cvs129
1552
1553         * src/summaryview.c
1554                 add missing menu update
1555
1556 2007-08-17 [colin]      2.10.0cvs128
1557
1558         * src/folder.c
1559                 Set batching after getting flags - maybe fixes
1560                 bug 1292, 'CM crashes on writing mail'
1561
1562 2007-08-16 [ticho]      2.10.0cvs127
1563
1564         * src/prefs_send.c
1565                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1566         * src/gtk/combobox.h
1567         * src/gtk/gtkutils.c
1568                 Allow NULL for GtkComboBox menuitem label, rendering such
1569                 items as row separators.
1570
1571 2007-08-16 [paul]       2.10.0cvs126
1572
1573         * src/plugins/trayicon/trayicon.c
1574                 remove wrongly used gettextisation
1575
1576 2007-08-15 [ticho]      2.10.0cvs125
1577
1578         * src/importldif.c
1579                 Fixed a runtime warning where an attempt to pack an
1580                 already packed GtkLabel was made.
1581
1582 2007-08-15 [ticho]      2.10.0cvs124
1583
1584         * src/prefs_compose_writing.c
1585                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1586                 into GtkComboBox.
1587
1588 2007-08-14 [ticho]      2.10.0cvs123
1589
1590         * src/messageview.c
1591         * src/gtk/gtkutils.c
1592                 Changed return receipt account selector to GtkComboBox.
1593                 Fixed a runtime warning where GTK tried to parse
1594                 "name <email@address" as a Pango markup in an alertpanel label.
1595
1596 2007-08-14 [ticho]      2.10.0cvs122
1597
1598         * src/prefs_logging.c
1599                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1600
1601 2007-08-14 [wwp]        2.10.0cvs121
1602
1603         * tools/Makefile.am
1604         * tools/README
1605         * tools/popfile-link.sh
1606                 Added a new tool: POPFile helper, to open
1607                 selected messages in POPFile control center,
1608                 in order to change the messages' status.
1609
1610 2007-08-14 [ticho]      2.10.0cvs120
1611
1612         * src/compose.c
1613         * src/prefs_common.c
1614         * src/prefs_common.h
1615         * src/prefs_send.c
1616         * src/send_message.c
1617                 Change "Show send dialog" optionmenu to a checkbutton.
1618         * src/prefs_receive.c
1619                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1620
1621 2007-08-13 [wwp]        2.10.0cvs119
1622
1623         * src/addr_compl.c
1624         * src/addressbook.c
1625         * src/addrindex.c
1626         * src/compose.c
1627         * src/filtering.c
1628         * src/folderview.c
1629         * src/inc.c
1630         * src/matcher.c
1631         * src/mh.c
1632         * src/partial_download.c
1633         * src/prefs_gtk.c
1634         * src/procmsg.c
1635         * src/stock_pixmap.c
1636         * src/summaryview.c
1637         * src/common/utils.c
1638         * src/gtk/gtkaspell.c
1639         * src/gtk/menu.c
1640                 Make sure we never pass NULL pointers for %s substitutions
1641                 (prevent from crashing in Windows).
1642
1643 2007-08-13 [wwp]        2.10.0cvs118
1644
1645         * src/msgcache.c
1646                 Re-enable mmap_reads in Windows with some missing
1647                 CloseHandle of mapping objects, thanks to
1648                 Marcus Brinkmann.
1649
1650 2007-08-13 [paul]       2.10.0cvs117
1651
1652         * src/common/utils.c
1653                 fix bug 1287, 'Compile time problem on Solaris
1654                 (nexenta gnu/Solaris) utils.c'
1655                 Thanks to Piotr Chrzczonowicz
1656
1657 2007-08-12 [wwp]        2.10.0cvs116
1658
1659         * src/plugins/pgpcore/prefs_gpg.c
1660                 Don't try to unset a GPG_AGENT_INFO that was not
1661                 set (and don't use a NULL string in Windows, it was
1662                 crashing with --debug if GPG_AGENT_INFO was not set).
1663
1664 2007-08-12 [wwp]        2.10.0cvs115
1665
1666         * src/privacy.h
1667                 Make gcc type-check arguments passed to privacy_set_error().
1668
1669 2007-08-12 [ticho]      2.10.0cvs114
1670
1671         * src/prefs_folder_item.c
1672                 Make sure that folder default account combobox always has some
1673                 account preselected.
1674         * src/gtk/combobox.c
1675                 Handle empty combobox gracefully (warning instead of crash).
1676
1677 2007-08-12 [ticho]      2.10.0cvs114
1678
1679         * src/prefs_folder_item.c
1680                 Make sure that folder default account combobox is not empty.
1681         * src/gtk/combobox.c
1682                 Handle empty combobox gracefully (warning instead of crash).
1683
1684 2007-08-11 [paul]       2.10.0cvs113
1685
1686         * src/addrgather.c
1687         * src/folderview.c
1688                 use 'subfolder' instead of 'sub-folder', matching
1689                 everywhere else the term is used
1690         * src/imap_gtk.c
1691                 fix engrish
1692
1693 2007-08-10 [wwp]        2.10.0cvs112
1694
1695         * src/msgcache.c
1696                 Disable mmap reads in Windows only (at least temporarily), they
1697                 prevent from renaming/removing target cache files.
1698
1699 2007-08-10 [paul]
1700
1701         3.0.0-rc2 released
1702
1703 2007-08-10 [wwp]        2.10.0cvs111
1704
1705         * src/msgcache.c
1706                 fix unpredictable crashes in Windows due to broken
1707                 cache/mark/tags files writting (file were opened for
1708                 writing in text mode).
1709
1710         * src/recv.c
1711                 use gettimeofday() from w32lib.h on Windows.
1712
1713 2007-08-10 [colin]      2.10.0cvs110
1714
1715         * src/imap.c
1716         * src/etpan/imap-thread.c
1717         * src/etpan/imap-thread.h
1718                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1719
1720 2007-08-09 [colin]      2.10.0cvs109
1721
1722         * src/editldap.c
1723                 Fix port being reset to 636 on SSL
1724         * src/folder.c
1725                 Fix folder_item_get_msg_num_by_file
1726                 on drafts/queue folders
1727
1728 2007-08-09 [wwp]        2.10.0cvs108
1729
1730         * src/folder.c
1731                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1732                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1733
1734
1735 2007-08-09 [colin]      2.10.0cvs107
1736
1737         * src/folderview.c
1738         * src/summaryview.c
1739         * src/gtk/prefswindow.c
1740                 A few Maemo layout fixes
1741
1742 2007-08-09 [paul]       2.10.0cvs106
1743
1744         * src/prefs_account.c
1745                 remove the hyphen from plug-ins to
1746                 match everywhere else
1747
1748 2007-08-08 [wwp]        2.10.0cvs105
1749
1750         * src/prefs_folder_item.c
1751                 Fix an extraneous stealth ^L char.
1752
1753 2007-08-08 [wwp]        2.10.0cvs104
1754
1755         * src/prefs_folder_item.c
1756                 Better fix, group variables declarations (USE_ASPELL).
1757
1758 2007-08-08 [wwp]        2.10.0cvs103
1759
1760         * src/prefs_folder_item.c
1761                 Fix compilation w/ USE_ASPELL set (broken
1762                 by 2.10.0cvs102).
1763
1764 2007-08-08 [ticho]      2.10.0cvs102
1765
1766         * src/prefs_folder_item.c
1767                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1768
1769 2007-08-08 [colin]      2.10.0cvs101
1770
1771         * src/imap.c
1772         * src/etpan/imap-thread.c
1773         * src/etpan/imap-thread.h
1774                 Close selected mailbox before doing
1775                 status on it.
1776
1777 2007-08-08 [colin]      2.10.0cvs100
1778
1779         * src/html.c
1780                 Complete symbol table, thanks to wwp.
1781                 Fixes bug 1284, 'The html -> text 
1782                 converter ignores entities'
1783         * src/msgcache.c
1784                 Fix possible fd leak
1785
1786 2007-08-08 [colin]      2.10.0cvs99
1787
1788         * src/imap.c
1789                 Better way to fetch UIDs on non-UIDPLUS servers
1790
1791 2007-08-07 [colin]      2.10.0cvs98
1792
1793         * src/imap.c
1794                 fix bug 1275, 'auto-saved draft messages not 
1795                 always being removed'; Also, make multiple
1796                 copy (in the same account) faster by matching
1797                 source/destination message UIDs.
1798         * src/messageview.c
1799                 Don't try to reshow deleted mail
1800         * src/msgcache.c
1801                 Fix leak on error path
1802
1803 2007-08-07 [wwp]        2.10.0cvs97
1804
1805         * manual/account.xml
1806         * manual/advanced.xml
1807         * manual/fr/account.xml
1808         * manual/fr/advanced.xml
1809                 Updated the reference manual and the French translation to
1810                 reflect 2.10.0cvs84: enable running folder Processing
1811                 rules on demand.
1812
1813 2007-08-06 [wwp]        2.10.0cvs96
1814
1815         * src/prefs_common.c
1816         * src/prefs_common.h
1817         * src/textview.c
1818                 Allow changing the emphasis color used to highlight
1819                 the newsreader/x-mailer header value when it matches
1820                 our preferred mail agent (hidden pref 'emphasis_col' added
1821                 to clawsrc).
1822
1823 2007-08-06 [colin]      2.10.0cvs95
1824
1825         * src/compose.c
1826         * src/compose.h
1827                 Re-commit 2.10.0cvs86, with a protection
1828                 against Pango bug. Also, try to fix 
1829                 bug 1275, 'auto-saved draft messages not 
1830                 always being removed'
1831
1832 2007-08-06 [wwp]        2.10.0cvs94
1833
1834         * src/gtk/quicksearch.c
1835                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1836
1837 2007-08-06 [ticho]      2.10.0cvs93
1838
1839         * src/prefs_account.c
1840         * src/gtk/combobox.c
1841                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1842                 selection in account preferences.
1843
1844 2007-08-06 [wwp]        2.10.0cvs92
1845
1846         * src/plugins/pgpcore/plugin.def
1847                 Apply one more chunk from gpg4win's 03-w32-port patch.
1848
1849 2007-08-05 [colin]      2.10.0cvs91
1850
1851         * src/compose.c
1852         * src/compose.h
1853                 reverting buggy patch for now
1854
1855 2007-08-05 [colin]      2.10.0cvs90
1856
1857         * src/folder.c
1858                 Fix slowdown
1859
1860 2007-08-04 [colin]      2.10.0cvs89
1861
1862         * src/prefs_summaries.c
1863         * src/summary_search.c
1864                 Replace deprecated widgets. Patch by
1865                 Andrej.
1866
1867 2007-08-04 [colin]      2.10.0cvs88
1868
1869         * src/mh.c
1870                 Refresh GUI only every 2000 mails on mh_get_last_num
1871                 This is fast (readdir) and done only once per 
1872                 session/folder
1873
1874 2007-08-03 [colin]      2.10.0cvs87
1875
1876         * src/prefs_account.c
1877         * src/gtk/combobox.h
1878         * src/gtk/gtkutils.c
1879                 Fix a deprecated widget. Patch by
1880                 Andrej
1881
1882 2007-08-03 [colin]      2.10.0cvs86
1883
1884         * src/compose.c
1885         * src/compose.h
1886                 Make colorisation and wrapping algorithms
1887                 faster. Fixes bug 1246, 'compose becomes 
1888                 increasingly slow replying to complex emails'
1889
1890 2007-08-03 [paul]       2.10.0cvs85
1891
1892         * src/mh.c
1893                 keep the window painted
1894
1895 2007-08-02 [paul]       2.10.0cvs84
1896
1897         * src/folderview.c
1898         * src/mainwindow.c
1899         * src/mainwindow.h
1900                 enable running folder Processing
1901                 rules on demand
1902
1903 2007-08-02 [paul]       2.10.0cvs83
1904
1905         * src/textview.c
1906                 speed up/clean up rendering of larger
1907                 msgs
1908                 Thanks to Colin
1909
1910 2007-08-01 [paul]       2.10.0cvs82
1911
1912         * src/mainwindow.h
1913                 clean up cruft
1914         * src/toolbar.c
1915                 change default toolbar layout on maemo
1916         * src/pixmaps/close.xpm
1917                 make the red cross a grey cross
1918         * src/pixmaps/jpilot.xpm
1919                 make icon smaller so it fits better
1920
1921 2007-07-31 [paul]       2.10.0cvs81
1922
1923         * src/setup.c
1924         * src/gtk/gtkutils.c
1925                 fix crash on maemo on first launch
1926
1927 2007-07-30 [paul]       2.10.0cvs80
1928
1929         * src/prefs_matcher.c
1930                 specify the units of age and size
1931
1932 2007-07-30 [paul]       2.10.0cvs79
1933
1934         * src/main.c
1935                 Fix IMAP timeout setting
1936
1937 2007-07-30 [colin]      2.10.0cvs78
1938
1939         * src/prefs_account.c
1940                 Fix a deprecated widget. Patch by
1941                 Andrej
1942
1943 2007-07-27 [paul]       2.10.0cvs77
1944
1945         * src/matcher_parser_parse.y
1946         * src/prefs_filtering_action.c
1947         * src/prefs_matcher.c
1948                 these changes forgotten in cvs74's
1949                 'watch thread' feature
1950
1951 2007-07-27 [paul]       2.10.0cvs76
1952
1953         * src/compose.c
1954                 fix potential crasher
1955                 thanks to Colin
1956
1957 2007-07-27 [paul]       2.10.0cvs75
1958
1959         * src/mainwindow.c
1960         * src/manual.c
1961         * src/manual.h
1962         * src/gtk/gtkutils.c
1963                 make mainwindow's /Help/Manual point to the
1964                 remote copy if the local copy doesn't exist
1965
1966 2007-07-27 [paul]       2.10.0cvs74
1967
1968         * src/Makefile.am
1969         * src/filtering.c
1970         * src/folder.c
1971         * src/mainwindow.c
1972         * src/matcher.c
1973         * src/matcher.h
1974         * src/matcher_parser_parse.y
1975         * src/procmsg.c
1976         * src/procmsg.h
1977         * src/stock_pixmap.c
1978         * src/stock_pixmap.h
1979         * src/summaryview.c
1980         * src/summaryview.h
1981         * src/toolbar.c
1982         * src/toolbar.h
1983         * src/pixmaps/watchthread.xpm
1984                 add 'watch thread' feature
1985
1986 2007-07-27 [paul]       2.10.0cvs73
1987
1988         * src/prefs_folder_item.c
1989                 adjust labels, add tooltips
1990
1991 2007-07-27 [colin]      2.10.0cvs72
1992
1993         * src/summaryview.c
1994                 Maemo: Remove less used menu items
1995
1996 2007-07-26 [colin]      2.10.0cvs71
1997
1998         * src/messageview.c
1999                 Maemo: destroy messageview after trashing mail.
2000                 Maybe should be done on X11 too
2001
2002 2007-07-26 [colin]      2.10.0cvs70
2003
2004         * src/folderview.c
2005         * src/mainwindow.c
2006         * src/prefs_common.c
2007         * src/prefs_common.h
2008         * src/summaryview.c
2009                 Add View/Show or Hide/Column headers
2010
2011 2007-07-26 [colin]      2.10.0cvs69
2012
2013         * src/procmime.c
2014                 Fix unwanted output
2015
2016 2007-07-26 [colin]      2.10.0cvs68
2017
2018         * src/ldapserver.c
2019                 Fix possible crash on cache invalidation
2020         * src/compose.c
2021         * src/procmime.c
2022         * src/procmime.h
2023         * src/quote_fmt_parse.y
2024                 Make replying to mails with big attachments
2025                 much faster. Fixes bug 1224, 'The process of 
2026                 Replying to emails with large attachments 
2027                 seems unreasonably long...'
2028
2029 2007-07-26 [colin]      2.10.0cvs67
2030
2031         * src/mimeview.c
2032         * src/matcher.c
2033         * src/common/ssl.c
2034                 Fix threads use on BSDs
2035
2036 2007-07-26 [paul]       2.10.0cvs66
2037
2038         * src/gtk/prefswindow.c
2039                 fix account prefs breakage
2040                 thanks to Colin
2041
2042 2007-07-26 [paul]       2.10.0cvs65
2043
2044         * configure.ac
2045                 standardise ./configure --help messages
2046
2047 2007-07-26 [colin]      2.10.0cvs64
2048
2049         * src/addressbook.c
2050         * src/editaddress.c
2051                 Fix two vCard-related crashes
2052
2053 2007-07-25 [colin]      2.10.0cvs63
2054
2055         * src/inc.c
2056         * src/prefs_common.c
2057         * src/prefs_common.h
2058         * src/prefs_receive.c
2059                 Maemo: Add a better way to notify of
2060                 new mails
2061         * src/mainwindow.c
2062         * src/statusbar.h
2063         * src/summaryview.c
2064         * src/toolbar.c
2065                 Maemo: Various layout fixes
2066         * src/gtk/prefswindow.c
2067                 Maemo: Better prefs layout
2068
2069 2007-07-25 [paul]       2.10.0cvs62
2070
2071         * src/textview.c
2072                 fix the layout on maemo
2073                 thanks to Colin
2074
2075 2007-07-25 [iwkse]      2.10.0cvs61
2076
2077         * src/summaryview.c
2078                 add 'o' shortcut on summaryview
2079
2080 2007-07-25 [iwkse]      2.10.0cvs60
2081
2082         * src/textview.c
2083                 fix o shortcut
2084
2085 2007-07-24 [colin]      2.10.0cvs59
2086
2087         * src/mh.c
2088                 Fix missing timestamp update on source
2089                 folder when moving
2090         * src/textview.c
2091         * src/textview.h
2092                 Better text layout on part's choices
2093
2094 2007-07-23 [colin]      2.10.0cvs58
2095
2096         * src/mimeview.c
2097         * src/textview.c
2098                 Maemo: Automatically choose the correct application
2099                 to open parts
2100         * src/gtk/quicksearch.c
2101                 Make search run on GDK_KP_Enter too
2102
2103 2007-07-23 [wwp]        2.10.0cvs57
2104
2105         * src/quote_fmt_lex.l
2106                 Revert accidentaly committed lines (account_sig) in
2107                 2.10.0cvs56.
2108
2109 2007-07-23 [wwp]        2.10.0cvs56
2110
2111         * src/quote_fmt_lex.l
2112                 Fix typos around long form expressions in the quote lexer.
2113
2114 2007-07-23 [paul]
2115
2116         3.0.0-rc1 released
2117
2118 2007-07-23 [colin]      2.10.0cvs55
2119
2120         * src/addr_compl.c
2121                 Fix auto-completion on Maemo
2122
2123 2007-07-23 [colin]      2.10.0cvs54
2124
2125         * src/statusbar.c
2126                 Maemo: Fix sticking statusbars
2127
2128 2007-07-22 [colin]      2.10.0cvs53
2129
2130         * src/main.c
2131                 Maemo: Fix the strange "top_application" info
2132                 at startup. We should do something when 
2133                 receiving such a message.
2134
2135 2007-07-20 [paul]       2.10.0cvs52
2136
2137         * src/news_gtk.c
2138                 add missing #include "statusbar.h"
2139
2140 2007-07-20 [colin]      2.10.0cvs51
2141
2142         * src/folder.c
2143         * src/folder.h
2144         * src/folder_item_prefs.c
2145         * src/folder_item_prefs.h
2146         * src/folderview.c
2147         * src/imap.c
2148         * src/imap_gtk.c
2149         * src/imap_gtk.h
2150         * src/news.c
2151         * src/news_gtk.c
2152         * src/news_gtk.h
2153         * src/prefs_folder_item.c
2154                 Implement age-based caching: allow to
2155                 specify a threshold for the offline synchronisation
2156                 feature, and whether old cached bodies should 
2157                 be removed
2158         * src/toolbar.c
2159         * src/toolbar.h
2160                 Fix label/tooltips
2161         * src/plugins/dillo_viewer/dillo_viewer.c
2162                 Check that Dillo's installed
2163
2164 2007-07-20 [wwp]        2.10.0cvs50
2165
2166         * src/mimeview.c
2167         * src/stock_pixmap.c
2168                 Draw a frame around the selected mimeview part icon (instead of the
2169                 shifted 'dancing' icon).
2170
2171 2007-07-20 [colin]      2.10.0cvs49
2172
2173         * src/main.c
2174                 Unref stuff even on error
2175         * src/wizard.c
2176                 disconnect signals only at the very
2177                 end of the wizard save.
2178
2179 2007-07-20 [colin]      2.10.0cvs48
2180
2181         * src/mainwindow.c
2182         * src/messageview.c
2183         * src/toolbar.c
2184         * src/toolbar.h
2185                 Fix random crashes while navigating
2186                 (GTK_EVENTS_FLUSH)
2187
2188 2007-07-19 [colin]      2.10.0cvs47
2189
2190         * configure.ac
2191         * src/main.c
2192         * src/prefs_common.c
2193         * src/prefs_common.h
2194         * src/wizard.c
2195         * src/common/defs.h
2196         * src/common/utils.c
2197                 Maemo: add an easy way to store data (mails
2198                 and IMAP/NNTP caches) on one of the SD cards,
2199                 and protect against unmounts if needed
2200
2201 2007-07-19 [paul]       2.10.0cvs46
2202
2203         * src/Makefile.am
2204         * src/stock_pixmap.c
2205         * src/gtk/about.c
2206         * src/pixmaps/claws-mail_logo-small.xpm
2207                 implement a (slightly) different About
2208                 dialog for maemo and add a small version
2209                 of the logo for it
2210         * src/wizard.c
2211                 use a scrolled window for wizard page 1
2212                 on maemo
2213
2214 2007-07-19 [paul]       2.10.0cvs45
2215
2216         * src/Makefile.am
2217                 too soon for this line
2218
2219 2007-07-19 [paul]       2.10.0cvs44
2220
2221         * src/Makefile.am
2222                 fix build on n800
2223
2224 2007-07-19 [colin]      2.10.0cvs43
2225
2226         * src/wizard.c
2227                 Solve Mail/Mailbox name when specifying
2228                 full /path/to/Mail.
2229
2230 2007-07-18 [colin]      2.10.0cvs42
2231
2232         * src/inc.c
2233         * configure.ac
2234                 Fix build on n770
2235
2236 2007-07-18 [colin]      2.10.0cvs41
2237
2238         * src/inc.c
2239                 Maemo: plug the online/offline system into
2240                 maemo's interfaces to have Claws automatically
2241                 switch according to the system status
2242         * src/statusbar.c
2243                 Maemo: use HildonBanners to display status
2244                 messages. Renders the main statusbar useless.
2245
2246 2007-07-18 [paul]       2.10.0cvs40
2247
2248         * src/filtering.c
2249                 fix screen blanking on moving/copying many msgs
2250         * src/folder.c
2251                 fix processing progressbar and screen blanking
2252                 during processing
2253
2254 2007-07-18 [paul]       2.10.0cvs39
2255
2256         * src/messageview.c
2257                 revert cvs37, breakage on maemo
2258
2259 2007-07-18 [paul]       2.10.0cvs38
2260
2261         * src/gtk/gtkutils.c
2262                 make sure we can still build with older GTK's
2263
2264 2007-07-18 [colin]      2.10.0cvs37
2265
2266         * src/messageview.c
2267                 Only hide the small layout's messageview, instead
2268                 of destroying it when closing
2269         * src/gtk/gtkutils.c
2270                 Use gtk_window_present_with_time to popup windows,
2271                 it seems to make things better with modern WMs
2272                 (actually focusing)
2273
2274 2007-07-17 [colin]      2.10.0cvs36
2275
2276         * src/editaddress.c
2277                 Simplify layout on Maemo
2278         * src/folder.c
2279                 Fix possible crash
2280         * src/prefs_display_header.c
2281                 Remove some headers by default on Maemo
2282
2283 2007-07-17 [paul]       2.10.0cvs35
2284
2285         * src/prefs_common.c
2286         * src/prefs_common.h
2287         * src/prefs_logging.c
2288         * src/common/log.c
2289                 add options to stop/enable writing logs to disc
2290
2291 2007-07-17 [paul]       2.10.0cvs34
2292
2293         * src/edittags.c
2294                 fix some issues with the Apply tags window:
2295                 - set search column (enables autocompl in the treeview)
2296                 - apply tag from "New tag" if it existed
2297                 - clears New tag entry when adding it with the button
2298                 Thanks to Colin
2299
2300 2007-07-17 [paul]       2.10.0cvs33
2301
2302         * src/edittags.c
2303                 fix 'apply tags' dialogue weirdness
2304
2305 2007-07-16 [colin]      2.10.0cvs32
2306
2307         * src/toolbar.c
2308                 Fix double-loading of mails on Maemo
2309
2310 2007-07-16 [colin]      2.10.0cvs31
2311
2312         * src/messageview.c
2313                 Prevent double-loading of the same part under some
2314                 conditions; hide statusbar on Maemo
2315
2316 2007-07-16 [colin]      2.10.0cvs30
2317
2318         * src/edittags.c
2319         * src/edittags.h
2320         * src/mainwindow.c
2321         * src/summaryview.c
2322                 Improve the tag interface - allow
2323                 to set/unset tags from a special
2324                 window.
2325         * src/gtk/gtkvscrollbutton.c
2326         * src/mimeview.c
2327         * src/mimeview.h
2328         * src/stock_pixmap.c
2329                 Fix Mimeview's ugly hacks in the
2330                 icon list. 
2331
2332 2007-07-16 [paul]       2.10.0cvs29
2333
2334         * src/wizard.c
2335                 rework dialog
2336         * src/gtk/icon_legend.c
2337                 put it all in a scrolled window
2338
2339 2007-07-15 [colin]      2.10.0cvs28
2340
2341         * src/mainwindow.c
2342                 Maemo: force layout to be Small screen; the
2343                 others don't make sense
2344
2345 2007-07-14 [colin]      2.10.0cvs27
2346
2347         * src/mimeview.c
2348         * src/gtk/gtkvscrollbutton.c
2349                 Maemo: Fix mimeview's buttons size
2350
2351 2007-07-14 [colin]      2.10.0cvs26
2352
2353         * src/toolbar.c
2354                 Fix the button workaround fix.
2355                 (Use the correct variable)
2356
2357 2007-07-14 [colin]      2.10.0cvs25
2358
2359         * src/mainwindow.c
2360         * src/toolbar.c
2361                 Maemo: put the progress bar in the
2362                 toolbar
2363
2364 2007-07-14 [colin]      2.10.0cvs24
2365
2366         * src/prefs_common.c
2367                 Maemo: hide statusbar by default
2368         * src/Makefile.am
2369         * src/stock_pixmap.c
2370         * src/stock_pixmap.h
2371         * src/toolbar.c
2372         * src/pixmaps/go_folders.xpm
2373                 Maemo: Add a specific icon to go back to
2374                 folder list
2375
2376 2007-07-14 [colin]      2.10.0cvs23
2377
2378         * src/toolbar.c
2379                 Don't set homogeneous finally
2380
2381 2007-07-14 [colin]      2.10.0cvs22
2382
2383         * src/toolbar.c
2384                 Fix button show/hide issues
2385
2386 2007-07-14 [colin]      2.10.0cvs21
2387
2388         * src/toolbar.c
2389                 Fix huge arrows
2390                 Fix button workaround to be able to click
2391                 if mouse was on button when it went un-
2392                 sensitive.
2393                 Revert previous commit, gtk_tool_item_set_homogeneous
2394                 doesn't mean what it seems to mean ;-)
2395
2396 2007-07-14 [paul]       2.10.0cvs20
2397
2398         * src/toolbar.c
2399                 make homogeneous FALSE always
2400
2401 2007-07-13 [colin]      2.10.0cvs19
2402
2403         * src/toolbar.c
2404         * src/toolbar.h
2405                 Rework to fit the non-deprecated API
2406         * src/compose.c
2407         * src/folderview.c
2408         * src/mainwindow.c
2409         * src/messageview.c
2410         * src/summaryview.c
2411                 Maemo layout changes. Better toolbars,
2412                 removal of CTree headers. 
2413
2414 2007-07-13 [paul]       2.10.0cvs18
2415
2416         * src/gtk/colorlabel.c
2417                 fix bug 1261, '[DE] coloring messages in overview 
2418                 keys are not localised'
2419                 the string is now included in claws-mail.pot
2420
2421 2007-07-13 [colin]      2.10.0cvs17
2422
2423         * src/summaryview.c
2424                 Fix bug 1267, 'printing mutliple messages 
2425                 opens one message-dialog after the other'
2426                 Ask for confirmation when printing 10
2427                 messages or more.
2428
2429 2007-07-11 [colin]      2.10.0cvs16
2430
2431         * COPYING
2432         * README
2433         * autogen.sh
2434         * manual/claws-mail-manual.xml
2435         * manual/gpl.xml
2436         * manual/es/claws-mail-manual.xml
2437         * manual/es/gpl.xml
2438         * manual/fr/claws-mail-manual.xml
2439         * manual/fr/gpl.xml
2440         * manual/pl/gpl.xml
2441         * src/account.c
2442         * src/account.h
2443         * src/action.c
2444         * src/action.h
2445         * src/adbookbase.h
2446         * src/addr_compl.c
2447         * src/addr_compl.h
2448         * src/addrbook.c
2449         * src/addrbook.h
2450         * src/addrcache.c
2451         * src/addrcache.h
2452         * src/addrcindex.c
2453         * src/addrcindex.h
2454         * src/addrclip.c
2455         * src/addrclip.h
2456         * src/addrdefs.h
2457         * src/addressadd.c
2458         * src/addressadd.h
2459         * src/addressbook.c
2460         * src/addressbook.h
2461         * src/addressbook_foldersel.c
2462         * src/addressbook_foldersel.h
2463         * src/addressitem.h
2464         * src/addrgather.c
2465         * src/addrgather.h
2466         * src/addrharvest.c
2467         * src/addrharvest.h
2468         * src/addrindex.c
2469         * src/addrindex.h
2470         * src/addritem.c
2471         * src/addritem.h
2472         * src/addrquery.c
2473         * src/addrquery.h
2474         * src/addrselect.c
2475         * src/addrselect.h
2476         * src/alertpanel.c
2477         * src/alertpanel.h
2478         * src/browseldap.c
2479         * src/browseldap.h
2480         * src/codeconv.c
2481         * src/codeconv.h
2482         * src/compose.c
2483         * src/compose.h
2484         * src/crash.c
2485         * src/crash.h
2486         * src/customheader.c
2487         * src/customheader.h
2488         * src/displayheader.c
2489         * src/displayheader.h
2490         * src/editaddress.c
2491         * src/editaddress.h
2492         * src/editaddress_other_attributes_ldap.c
2493         * src/editaddress_other_attributes_ldap.h
2494         * src/editbook.c
2495         * src/editbook.h
2496         * src/editgroup.c
2497         * src/editgroup.h
2498         * src/editjpilot.c
2499         * src/editjpilot.h
2500         * src/editldap.c
2501         * src/editldap.h
2502         * src/editldap_basedn.c
2503         * src/editldap_basedn.h
2504         * src/edittags.c
2505         * src/edittags.h
2506         * src/editvcard.c
2507         * src/editvcard.h
2508         * src/enriched.c
2509         * src/enriched.h
2510         * src/exphtmldlg.c
2511         * src/exphtmldlg.h
2512         * src/expldifdlg.c
2513         * src/expldifdlg.h
2514         * src/export.c
2515         * src/export.h
2516         * src/exporthtml.c
2517         * src/exporthtml.h
2518         * src/exportldif.c
2519         * src/exportldif.h
2520         * src/filtering.c
2521         * src/filtering.h
2522         * src/folder.c
2523         * src/folder.h
2524         * src/folder_item_prefs.c
2525         * src/folder_item_prefs.h
2526         * src/foldersel.c
2527         * src/foldersel.h
2528         * src/folderutils.c
2529         * src/folderutils.h
2530         * src/folderview.c
2531         * src/folderview.h
2532         * src/gedit-print.c
2533         * src/gedit-print.h
2534         * src/grouplistdialog.c
2535         * src/grouplistdialog.h
2536         * src/headerview.c
2537         * src/headerview.h
2538         * src/html.c
2539         * src/html.h
2540         * src/image_viewer.c
2541         * src/image_viewer.h
2542         * src/imap.c
2543         * src/imap.h
2544         * src/imap_gtk.c
2545         * src/imap_gtk.h
2546         * src/import.c
2547         * src/import.h
2548         * src/importldif.c
2549         * src/importldif.h
2550         * src/importmutt.c
2551         * src/importmutt.h
2552         * src/importpine.c
2553         * src/importpine.h
2554         * src/inc.c
2555         * src/inc.h
2556         * src/jpilot.c
2557         * src/jpilot.h
2558         * src/ldapctrl.c
2559         * src/ldapctrl.h
2560         * src/ldaplocate.c
2561         * src/ldaplocate.h
2562         * src/ldapquery.c
2563         * src/ldapquery.h
2564         * src/ldapserver.c
2565         * src/ldapserver.h
2566         * src/ldapupdate.c
2567         * src/ldapupdate.h
2568         * src/ldaputil.c
2569         * src/ldaputil.h
2570         * src/ldif.c
2571         * src/ldif.h
2572         * src/localfolder.c
2573         * src/localfolder.h
2574         * src/main.c
2575         * src/main.h
2576         * src/mainwindow.c
2577         * src/mainwindow.h
2578         * src/manual.c
2579         * src/manual.h
2580         * src/matcher.c
2581         * src/matcher.h
2582         * src/matcher_parser.h
2583         * src/matcher_parser_lex.l
2584         * src/matcher_parser_parse.y
2585         * src/mbox.c
2586         * src/mbox.h
2587         * src/message_search.c
2588         * src/message_search.h
2589         * src/messageview.c
2590         * src/messageview.h
2591         * src/mh.c
2592         * src/mh.h
2593         * src/mh_gtk.c
2594         * src/mh_gtk.h
2595         * src/mimeview.c
2596         * src/mimeview.h
2597         * src/msgcache.c
2598         * src/msgcache.h
2599         * src/mutt.c
2600         * src/mutt.h
2601         * src/news.c
2602         * src/news.h
2603         * src/news_gtk.c
2604         * src/news_gtk.h
2605         * src/noticeview.c
2606         * src/noticeview.h
2607         * src/partial_download.c
2608         * src/partial_download.h
2609         * src/pine.c
2610         * src/pine.h
2611         * src/pop.c
2612         * src/pop.h
2613         * src/prefs_account.c
2614         * src/prefs_account.h
2615         * src/prefs_actions.c
2616         * src/prefs_actions.h
2617         * src/prefs_common.c
2618         * src/prefs_common.h
2619         * src/prefs_compose_writing.c
2620         * src/prefs_compose_writing.h
2621         * src/prefs_customheader.c
2622         * src/prefs_customheader.h
2623         * src/prefs_display_header.c
2624         * src/prefs_display_header.h
2625         * src/prefs_ext_prog.c
2626         * src/prefs_ext_prog.h
2627         * src/prefs_filtering.c
2628         * src/prefs_filtering.h
2629         * src/prefs_filtering_action.c
2630         * src/prefs_filtering_action.h
2631         * src/prefs_folder_column.c
2632         * src/prefs_folder_column.h
2633         * src/prefs_folder_item.c
2634         * src/prefs_folder_item.h
2635         * src/prefs_fonts.c
2636         * src/prefs_fonts.h
2637         * src/prefs_gtk.c
2638         * src/prefs_gtk.h
2639         * src/prefs_image_viewer.c
2640         * src/prefs_image_viewer.h
2641         * src/prefs_logging.c
2642         * src/prefs_logging.h
2643         * src/prefs_matcher.c
2644         * src/prefs_matcher.h
2645         * src/prefs_message.c
2646         * src/prefs_message.h
2647         * src/prefs_msg_colors.c
2648         * src/prefs_msg_colors.h
2649         * src/prefs_other.c
2650         * src/prefs_other.h
2651         * src/prefs_quote.c
2652         * src/prefs_quote.h
2653         * src/prefs_receive.c
2654         * src/prefs_receive.h
2655         * src/prefs_send.c
2656         * src/prefs_send.h
2657         * src/prefs_spelling.c
2658         * src/prefs_spelling.h
2659         * src/prefs_summaries.c
2660         * src/prefs_summaries.h
2661         * src/prefs_summary_column.c
2662         * src/prefs_summary_column.h
2663         * src/prefs_summary_open.c
2664         * src/prefs_summary_open.h
2665         * src/prefs_template.c
2666         * src/prefs_template.h
2667         * src/prefs_themes.c
2668         * src/prefs_themes.h
2669         * src/prefs_toolbar.c
2670         * src/prefs_toolbar.h
2671         * src/prefs_wrapping.c
2672         * src/prefs_wrapping.h
2673         * src/privacy.c
2674         * src/privacy.h
2675         * src/procheader.c
2676         * src/procheader.h
2677         * src/procmime.c
2678         * src/procmime.h
2679         * src/procmsg.c
2680         * src/procmsg.h
2681         * src/quote_fmt.c
2682         * src/quote_fmt_lex.l
2683         * src/quote_fmt_parse.y
2684         * src/recv.c
2685         * src/recv.h
2686         * src/remotefolder.c
2687         * src/remotefolder.h
2688         * src/send_message.c
2689         * src/send_message.h
2690         * src/setup.c
2691         * src/setup.h
2692         * src/simple-gettext.c
2693         * src/sourcewindow.c
2694         * src/sourcewindow.h
2695         * src/ssl_manager.c
2696         * src/ssl_manager.h
2697         * src/statusbar.c
2698         * src/statusbar.h
2699         * src/stock_pixmap.c
2700         * src/stock_pixmap.h
2701         * src/summary_search.c
2702         * src/summary_search.h
2703         * src/summaryview.c
2704         * src/summaryview.h
2705         * src/textview.c
2706         * src/textview.h
2707         * src/toolbar.c
2708         * src/toolbar.h
2709         * src/undo.c
2710         * src/undo.h
2711         * src/unmime.c
2712         * src/unmime.h
2713         * src/uri_opener.c
2714         * src/uri_opener.h
2715         * src/vcard.c
2716         * src/vcard.h
2717         * src/wizard.c
2718         * src/wizard.h
2719         * src/common/base64.c
2720         * src/common/base64.h
2721         * src/common/claws.c
2722         * src/common/claws.h
2723         * src/common/defs.h
2724         * src/common/fnmatch.c
2725         * src/common/fnmatch.h
2726         * src/common/fnmatch_loop.c
2727         * src/common/hooks.c
2728         * src/common/hooks.h
2729         * src/common/log.c
2730         * src/common/log.h
2731         * src/common/md5.c
2732         * src/common/md5.h
2733         * src/common/mgutils.c
2734         * src/common/mgutils.h
2735         * src/common/nntp.c
2736         * src/common/nntp.h
2737         * src/common/passcrypt.c
2738         * src/common/passcrypt.h.in
2739         * src/common/plugin.c
2740         * src/common/plugin.h
2741         * src/common/prefs.c
2742         * src/common/prefs.h
2743         * src/common/progressindicator.c
2744         * src/common/progressindicator.h
2745         * src/common/quoted-printable.c
2746         * src/common/quoted-printable.h
2747         * src/common/session.c
2748         * src/common/session.h
2749         * src/common/smtp.c
2750         * src/common/smtp.h
2751         * src/common/socket.c
2752         * src/common/socket.h
2753         * src/common/ssl.c
2754         * src/common/ssl.h
2755         * src/common/ssl_certificate.c
2756         * src/common/ssl_certificate.h
2757         * src/common/string_match.c
2758         * src/common/string_match.h
2759         * src/common/stringtable.c
2760         * src/common/stringtable.h
2761         * src/common/tags.c
2762         * src/common/tags.h
2763         * src/common/template.c
2764         * src/common/template.h
2765         * src/common/timing.h
2766         * src/common/utils.c
2767         * src/common/utils.h
2768         * src/common/uuencode.c
2769         * src/common/uuencode.h
2770         * src/common/version.h.in
2771         * src/common/w32_dirent.c
2772         * src/common/w32_reg.c
2773         * src/common/w32_signal.c
2774         * src/common/w32_stat.c
2775         * src/common/w32_stdlib.c
2776         * src/common/w32_string.c
2777         * src/common/w32_time.c
2778         * src/common/w32_unistd.c
2779         * src/common/w32_wait.c
2780         * src/common/w32lib.h
2781         * src/common/xml.c
2782         * src/common/xml.h
2783         * src/common/xmlprops.c
2784         * src/common/xmlprops.h
2785         * src/etpan/etpan-errors.h
2786         * src/etpan/etpan-thread-manager-types.h
2787         * src/etpan/etpan-thread-manager.c
2788         * src/etpan/etpan-thread-manager.h
2789         * src/etpan/imap-thread.c
2790         * src/etpan/imap-thread.h
2791         * src/gtk/about.c
2792         * src/gtk/about.h
2793         * src/gtk/colorlabel.c
2794         * src/gtk/colorlabel.h
2795         * src/gtk/colorsel.c
2796         * src/gtk/colorsel.h
2797         * src/gtk/combobox.c
2798         * src/gtk/combobox.h
2799         * src/gtk/description_window.c
2800         * src/gtk/description_window.h
2801         * src/gtk/filesel.c
2802         * src/gtk/filesel.h
2803         * src/gtk/foldersort.c
2804         * src/gtk/foldersort.h
2805         * src/gtk/gtkaspell.c
2806         * src/gtk/gtkaspell.h
2807         * src/gtk/gtksctree.c
2808         * src/gtk/gtkshruler.c
2809         * src/gtk/gtkshruler.h
2810         * src/gtk/gtksourceprintjob.c
2811         * src/gtk/gtksourceprintjob.h
2812         * src/gtk/gtkutils.c
2813         * src/gtk/gtkutils.h
2814         * src/gtk/gtkvscrollbutton.c
2815         * src/gtk/gtkvscrollbutton.h
2816         * src/gtk/icon_legend.c
2817         * src/gtk/icon_legend.h
2818         * src/gtk/inputdialog.c
2819         * src/gtk/inputdialog.h
2820         * src/gtk/logwindow.c
2821         * src/gtk/logwindow.h
2822         * src/gtk/manage_window.c
2823         * src/gtk/manage_window.h
2824         * src/gtk/menu.c
2825         * src/gtk/menu.h
2826         * src/gtk/pluginwindow.c
2827         * src/gtk/pluginwindow.h
2828         * src/gtk/prefswindow.c
2829         * src/gtk/prefswindow.h
2830         * src/gtk/progressdialog.c
2831         * src/gtk/progressdialog.h
2832         * src/gtk/quicksearch.c
2833         * src/gtk/quicksearch.h
2834         * src/gtk/sslcertwindow.c
2835         * src/gtk/sslcertwindow.h
2836         * src/plugins/bogofilter/bogofilter.c
2837         * src/plugins/bogofilter/bogofilter.h
2838         * src/plugins/bogofilter/bogofilter_gtk.c
2839         * src/plugins/clamav/clamav_plugin.c
2840         * src/plugins/clamav/clamav_plugin.h
2841         * src/plugins/clamav/clamav_plugin_gtk.c
2842         * src/plugins/demo/demo.c
2843         * src/plugins/dillo_viewer/dillo_prefs.c
2844         * src/plugins/dillo_viewer/dillo_prefs.h
2845         * src/plugins/dillo_viewer/dillo_viewer.c
2846         * src/plugins/pgpcore/passphrase.c
2847         * src/plugins/pgpcore/passphrase.h
2848         * src/plugins/pgpcore/pgp_viewer.c
2849         * src/plugins/pgpcore/pgp_viewer.h
2850         * src/plugins/pgpcore/plugin.c
2851         * src/plugins/pgpcore/prefs_gpg.c
2852         * src/plugins/pgpcore/prefs_gpg.h
2853         * src/plugins/pgpcore/select-keys.c
2854         * src/plugins/pgpcore/select-keys.h
2855         * src/plugins/pgpcore/sgpgme.c
2856         * src/plugins/pgpcore/sgpgme.h
2857         * src/plugins/pgpinline/pgpinline.c
2858         * src/plugins/pgpinline/pgpinline.h
2859         * src/plugins/pgpinline/plugin.c
2860         * src/plugins/pgpmime/pgpmime.c
2861         * src/plugins/pgpmime/pgpmime.h
2862         * src/plugins/pgpmime/plugin.c
2863         * src/plugins/spamassassin/spamassassin.c
2864         * src/plugins/spamassassin/spamassassin.h
2865         * src/plugins/spamassassin/spamassassin_gtk.c
2866         * src/plugins/trayicon/trayicon.c
2867         * src/plugins/trayicon/trayicon_prefs.c
2868         * src/plugins/trayicon/trayicon_prefs.h
2869         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2870         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2871         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2872         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2873         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2874         * tools/OOo2claws-mail.pl
2875         * tools/README.sylprint
2876         * tools/acroread2claws-mail.pl
2877         * tools/claws-mail-compose-insert-files.pl
2878         * tools/convert_mbox.pl
2879         * tools/filter_conv.pl
2880         * tools/filter_conv_new.pl
2881         * tools/fix_date.sh
2882         * tools/freshmeat_search.pl
2883         * tools/google_search.pl
2884         * tools/kmail-mailbox2claws-mail.pl
2885         * tools/kmail2claws-mail.pl
2886         * tools/kmail2claws-mail_v2.pl
2887         * tools/mairix.sh
2888         * tools/make.themes.project
2889         * tools/multiwebsearch.pl
2890         * tools/nautilus2claws-mail.sh
2891         * tools/outlook2claws-mail.pl
2892         * tools/textviewer.sh
2893         * tools/thunderbird-filters-convertor.pl
2894         * tools/update-po
2895         * tools/uuooffice
2896         * tools/vcard2xml.py
2897         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2898                 Upgrade to GPLv3 or later.
2899
2900 2007-07-10 [wwp]        2.10.0cvs15
2901
2902         * src/main.c
2903                 Fix re-opening of all composing messages that were
2904                 opened when closing the previous instance, thanks
2905                 to Colin.
2906
2907 2007-07-10 [paul]       2.10.0cvs14
2908
2909         * src/editaddress_other_attributes_ldap.c
2910         * src/ldapupdate.c
2911                 fix crash on selecting 'other attributes' combo
2912                 for either a new entry or an old entry with no
2913                 existing attributes.
2914                 fix bug on editing multiple attributes which
2915                 resulted them all having the value of the last
2916                 one changed.
2917                 Thanks to Colin
2918
2919 2007-07-10 [colin]      2.10.0cvs13
2920
2921         * src/editaddress.c
2922         * src/editaddress_other_attributes_ldap.h
2923         * src/ldapupdate.c
2924                 Fix --disable-ldap build
2925
2926 2007-07-09 [colin]      2.10.0cvs12
2927
2928         * src/Makefile.am
2929         * src/addritem.c
2930         * src/addritem.h
2931         * src/editaddress.c
2932         * src/editaddress_other_attributes_ldap.c
2933         * src/editaddress_other_attributes_ldap.h
2934         * src/editldap.c
2935         * src/ldapctrl.c
2936         * src/ldapctrl.h
2937         * src/ldapupdate.c
2938                 Add capability to edit all inetOrgPerson
2939                 attributes on LDAP. Patch by Michael 
2940                 Rasmussen
2941
2942 2007-07-09 [colin]      2.10.0cvs11
2943
2944         * src/Makefile.am
2945         * src/exporthtml.c
2946         * src/mbox.c
2947         * src/msgcache.c
2948         * src/prefs_summaries.c
2949         * src/prefs_themes.c
2950         * src/procheader.c
2951         * src/common/Makefile.am
2952         * src/common/log.c
2953         * src/common/timing.h
2954         * src/common/utils.c
2955         * src/common/utils.h
2956         * src/common/w32_account.c
2957         * src/common/w32lib.h
2958         * src/gtk/Makefile.am
2959         * src/gtk/colorlabel.c
2960         * src/plugins/pgpcore/Makefile.am
2961         * src/plugins/pgpcore/claws.def
2962         * src/plugins/pgpcore/passphrase.c
2963         * src/plugins/pgpcore/pgp_viewer.c
2964         * src/plugins/pgpcore/plugin.def
2965         * src/plugins/pgpcore/sgpgme.c
2966         * src/plugins/pgpinline/Makefile.am
2967         * src/plugins/pgpinline/claws.def
2968         * src/plugins/pgpinline/mypgpcore.def
2969         * src/plugins/pgpinline/plugin.def
2970         * src/plugins/pgpmime/Makefile.am
2971         * src/plugins/pgpmime/claws.def
2972         * src/plugins/pgpmime/mypgpcore.def
2973         * src/plugins/pgpmime/plugin.def
2974                 Commit win32 patch, from Werner Koch and
2975                 Marcus Brinkmann
2976
2977 2007-07-09 [colin]      2.10.0cvs10
2978
2979         * src/prefs_toolbar.c
2980                 Fix crash when no actions exist
2981
2982 2007-07-07 [paul]       2.10.0cvs9
2983
2984         * COPYING
2985         * manual/claws-mail-manual.xml
2986                 update copyright year
2987         * po/fi.po
2988                 updated by Flammie Pirinen
2989
2990 2007-07-05 [wwp]        2.10.0cvs8
2991
2992         * src/plugins/clamav/clamav_plugin_gtk.c
2993                 Make vertical spacing like in other plugin prefs pages.
2994
2995 2007-07-05 [wwp]        2.10.0cvs7
2996
2997         * src/quote_fmt.c
2998                 It's %am that works, not %ae (this doc incoherence has been
2999                 introduced with 2.9.2cvs13).
3000
3001 2007-07-04 [wwp]        2.10.0cvs6
3002
3003         * src/plugins/bogofilter/bogofilter.c
3004                 Gettext-ize an occurrence of "Any" that wasn't.
3005
3006 2007-07-04 [colin]      2.10.0cvs5
3007
3008         * po/POTFILES.in
3009                 Fix untranslated strings; thanks
3010                 to Pader Rezso.
3011
3012 2007-07-03 [colin]      2.10.0cvs4
3013
3014         * src/folder.c
3015         * src/mainwindow.c
3016                 Fix saving of sort mode for tags and
3017                 thread date. Thanks to Pierre Ossman.
3018                 Completes fix for bug 1233
3019
3020 2007-07-03 [paul]       2.10.0cvs3
3021
3022         * src/compose.c
3023                 fix auto-save
3024         * src/summaryview.c
3025                 fix build warnings
3026         Thanks to Colin
3027
3028 2007-07-02 [colin]      2.10.0cvs2
3029
3030         * src/folder.h
3031         * src/mainwindow.c
3032         * src/procmsg.h
3033         * src/summaryview.c
3034                 Add View/Sort/by Thread date
3035                 Fixes bug 1233, 'Capability to sort 
3036                 threads by most recent message'
3037                 Based on a patch by Paul Rolland
3038
3039 2007-07-02 [colin]      2.10.0cvs1
3040
3041         * src/Makefile.am
3042         * src/compose.c
3043         * src/edittags.c
3044         * src/edittags.h
3045         * src/filtering.c
3046         * src/folder.c
3047         * src/folder.h
3048         * src/headerview.c
3049         * src/headerview.h
3050         * src/main.c
3051         * src/mainwindow.c
3052         * src/mainwindow.h
3053         * src/manual.h
3054         * src/matcher.c
3055         * src/matcher.h
3056         * src/matcher_parser_parse.y
3057         * src/mimeview.c
3058         * src/msgcache.c
3059         * src/msgcache.h
3060         * src/prefs_common.c
3061         * src/prefs_common.h
3062         * src/prefs_filtering_action.c
3063         * src/prefs_matcher.c
3064         * src/prefs_summary_column.c
3065         * src/procmsg.c
3066         * src/procmsg.h
3067         * src/quote_fmt.c
3068         * src/quote_fmt_lex.l
3069         * src/quote_fmt_parse.y
3070         * src/summaryview.c
3071         * src/summaryview.h
3072         * src/textview.c
3073         * src/common/Makefile.am
3074         * src/common/defs.h
3075         * src/common/tags.c
3076         * src/common/tags.h
3077         * src/gtk/quicksearch.c
3078         * src/gtk/quicksearch.h
3079                 Add Tags implementation. Tags are arbitrary labels
3080                 that can be applied to messages. It is possible 
3081                 to create, edit, remove tags; apply them to mails;
3082                 filter on tags or tag presence; apply or unset
3083                 tags via filtering actions; reference tags in
3084                 reply templates.
3085
3086 2007-07-02 [paul]       2.10.0
3087
3088         * NEWS
3089         * README
3090         * RELEASE_NOTES
3091                 2.10.0 released
3092
3093 2007-07-02 [paul]       2.9.2cvs78
3094
3095         * po/de.po
3096         * po/en_GB.po
3097         * po/es.po
3098         * po/fr.po
3099         * po/hu.po
3100         * po/pt_BR.po
3101         * po/ru.po
3102         * po/zh_CN.po
3103                 updated by Stephan Sachse, me, Ricardo Mones
3104                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3105                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3106
3107 2007-07-02 [paul]       2.9.2cvs77
3108
3109         * AUTHORS
3110                 updated
3111
3112 2007-06-29 [wwp]        2.9.2cvs76
3113
3114         * src/gtk/headers.h
3115                 Fix a typo (thanks to Ricardo for finding this out).
3116
3117 2007-06-28 [paul]       2.9.2cvs75
3118
3119         * src/folderview.c
3120                 fix build warnings
3121
3122 2007-06-28 [paul]       2.9.2cvs74
3123
3124         * tools/Makefile.am
3125                 fix bug in the autotools build system.
3126                 Files cataloged under EXTRA_DIST were never
3127                 automatically copied to the build tree.
3128                 (fix 'make distcheck')
3129                 Patch by Michael Rasmussen.
3130
3131 2007-06-24 [colin]      2.9.2cvs73
3132
3133         * src/news_gtk.c
3134                 Fix bug 1249, 'Error handling for 
3135                 news errors needs modification'
3136                 Only popup error if the according
3137                 pref in Prefs/Receive is set.
3138
3139 2007-06-21 [colin]      2.9.2cvs72
3140
3141         * src/common/plugin.c
3142         * src/common/plugin.h
3143                 Change plugin API to know whether it's safe to 
3144                 unload plugins or whether we should just hide
3145                 them. Fixes bug 1248, 'Core dumps after 
3146                 unloading plugin and clicking on load plugins'
3147         * src/plugins/bogofilter/bogofilter.c
3148         * src/plugins/clamav/clamav_plugin.c
3149         * src/plugins/demo/demo.c
3150         * src/plugins/dillo_viewer/dillo_viewer.c
3151         * src/plugins/pgpcore/plugin.c
3152         * src/plugins/pgpinline/plugin.c
3153         * src/plugins/pgpmime/plugin.c
3154         * src/plugins/spamassassin/spamassassin.c
3155         * src/plugins/trayicon/trayicon.c
3156                 Update API
3157
3158 2007-06-19 [colin]      2.9.2cvs71
3159
3160         * src/compose.c
3161         * src/messageview.c
3162                 Fix crash mentioned in bug 1246
3163                 Race condition when automatically drafting
3164                 due to insertion on reedit.
3165
3166 2007-06-18 [wwp]        2.9.2cvs70
3167
3168         * src/importldif.c
3169                 LDIF import: use a "Proceed" button to complete
3170                 the process.
3171
3172 2007-06-18 [paul]       2.9.2cvs69
3173
3174         * configure.ac
3175                 use pkgconfig to check for gtk and glib
3176
3177 2007-06-17 [wwp]        2.9.2cvs68
3178
3179         * src/ldif.c
3180         * src/importldif.c
3181                 LDIF import: better error handling, minor code
3182                 and UI cleanup, and renamed the Save button
3183                 to Close, as imported stuff is already saved
3184                 when the Save button is shown.
3185
3186 2007-06-17 [colin]      2.9.2cvs67
3187
3188         * src/prefs_summaries.c
3189         * src/procmsg.c
3190                 Don't set as read when forwarded, only replied to
3191
3192 2007-06-17 [paul]       2.9.2cvs66
3193
3194         * src/alertpanel.c
3195                 add missing #include
3196
3197 2007-06-16 [colin]      2.9.2cvs65
3198
3199         * src/prefs_summaries.c
3200         * src/procmsg.c
3201                 Change the pref "Only mark as read when opened
3202                 in new window" to "..., replied to or forwarded".
3203                 Based on a patch by Paul Rolland.
3204
3205 2007-06-16 [paul]       2.9.2cvs64
3206
3207         * src/gtk/authors.h
3208                 alphabetical order! :)
3209
3210 2007-06-16 [colin]      2.9.2cvs63
3211
3212         * AUTHORS
3213         * src/gtk/authors.h
3214                 Add Michael Rasmussen in authors list
3215
3216 2007-06-16 [colin]      2.9.2cvs62
3217
3218         * src/messageview.c
3219                 Fix messageview_copy_clipboard to take advantage
3220                 of plugins' get_selection.
3221
3222 2007-06-15 [colin]      2.9.2cvs61
3223
3224         * src/action.c
3225         * src/addr_compl.c
3226         * src/addressbook.c
3227         * src/folderview.c
3228         * src/message_search.c
3229         * src/mimeview.c
3230         * src/summary_search.c
3231         * src/summaryview.c
3232         * src/textview.c
3233                 Allow GDK_KP_Enter to do the same as GDK_Return
3234                 Patch by Michael Rasmussen
3235
3236 2007-06-15 [paul]       2.9.2cvs60
3237
3238         * src/compose.c
3239                 fix bug when closing a compose window
3240                 during autosave
3241
3242 2007-06-14 [paul]       2.9.2cvs59
3243
3244         * src/main.c
3245         * src/common/defs.h
3246                 migrate sylpheed config
3247
3248 2007-06-14 [wwp]        2.9.2cvs58
3249
3250         * src/gtk/pluginwindow.c
3251                 Yet another attempt to fix sizing/alignment of the
3252                 button bar in plugins window.
3253
3254 2007-06-12 [colin]      2.9.2cvs57
3255
3256         * po/POTFILES.in
3257         * src/Makefile.am
3258         * src/folderview.c
3259         * src/prefs_common.c
3260         * src/prefs_common.h
3261         * src/prefs_summaries.c
3262         * src/prefs_summary_open.c
3263         * src/prefs_summary_open.h
3264         * src/summaryview.c
3265                 Make "when entering a folder" actions more personalisable
3266
3267 2007-06-12 [wwp]        2.9.2cvs56
3268
3269         * tools/README
3270                 Use short description from Paul (mairix.sh).
3271
3272 2007-06-12 [wwp]        2.9.2cvs55
3273
3274         * tools/README
3275                 Updated info about mairix.sh.
3276
3277 2007-06-11 [paul]       2.9.2cvs54
3278
3279         * src/prefs_logging.c
3280                 rework log window length widgets
3281                 and some sensitivity fixes
3282
3283 2007-06-11 [paul]       2.9.2cvs53
3284
3285         * src/mainwindow.c
3286         * src/prefs_logging.c
3287                 rename 'Protocol Log' to 'Network Log'
3288                 and some function renaming
3289
3290 2007-06-10 [wwp]        2.9.2cvs52
3291
3292         * src/gtk/pluginwindow.c
3293                 Revert 2.9.2cvs51.
3294
3295 2007-06-10 [wwp]        2.9.2cvs51
3296
3297         * src/gtk/pluginwindow.c
3298                 Fix button bar in plugin window, was centered and not
3299                 behaving like other dialogs w/ such button bar.
3300
3301 2007-06-08 [wwp]        2.9.2cvs50
3302
3303         * src/compose.c
3304         * src/compose.h
3305         * src/main.c
3306         * src/mainwindow.c
3307         * src/mainwindow.h
3308                 Provide a way out of automatic draft saving on IMAP, when
3309                 exiting offline.
3310                 Prevent drafting while sending and quitting while sending.
3311                 Thanks for Colin.
3312
3313
3314
3315 2007-06-08 [wwp]        2.9.2cvs49
3316
3317         * src/prefs_account.c
3318         * src/gtk/prefswindow.c
3319         * src/gtk/prefswindow.h
3320                 Activate the Basic page when opening account prefs.
3321
3322 2007-06-08 [wwp]        2.9.2cvs48
3323
3324         * src/common/socket.c
3325                 Don't crash if fork() fails, thanks to Colin.
3326
3327 2007-06-08 [wwp]        2.9.2cvs47
3328
3329         * src/gtk/prefswindow.c
3330                 Wrap some long lines, and reset horizontal scroller's adjusment
3331                 (this was already done, vertically), when changing tab (not page)
3332                 in prefs windows.
3333
3334 2007-06-08 [paul]       2.9.2cvs46
3335
3336         * src/common/utils.c
3337                 use gethostname() instead of uname()
3338                 based on a patch by Michael Hughes
3339                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3340
3341 2007-06-07 [wwp]        2.9.2cvs45
3342
3343         * src/prefs_common.c
3344                 Fix some useless warnings, thanks to Colin.
3345
3346 2007-06-06 [colin]      2.9.2cvs44
3347
3348         * src/ldapupdate.c
3349                 Fix strange allocations. 
3350
3351 2007-06-06 [colin]      2.9.2cvs43
3352
3353         * src/ldapupdate.c
3354                 Patch by Michael Rasmussus to help
3355                 bug 1232
3356
3357 2007-06-05 [wwp]        2.9.2cvs42
3358
3359         * src/prefs_account.c
3360         * src/prefs_folder_item.c
3361         * src/prefs_quote.c
3362         * src/quote_fmt.c
3363         * src/quote_fmt.h
3364                 Per-folder templates can now be applied recursively.
3365                 Always save per-folder templates (formats were erroneously
3366                 saved only if they were enabled).
3367                 Check for validity of quotation marks everywhere there
3368                 are defined.
3369
3370 2007-06-05 [wwp]        2.9.2cvs41
3371
3372         * src/inc.c
3373                 Fix incoming messages from local accounts always getting filtered
3374                 (even if the account prefs say don't), thanks to Colin.
3375
3376 2007-06-05 [wwp]        2.9.2cvs40
3377
3378         * src/compose.c
3379         * src/compose.h
3380                 Use per-folder/per-account quote chars when applying a
3381                 template or inserting text as well. Const'ify some
3382                 vars more.
3383
3384 2007-06-04 [colin]      2.9.2cvs39
3385
3386         * src/compose.c
3387                 More work for wwp :)
3388
3389 2007-06-04 [wwp]        2.9.2cvs38
3390
3391         * src/compose.c
3392                 Same as 2.9.2cvs36 but for forwarding.
3393
3394 2007-06-04 [colin]      2.9.2cvs37
3395
3396         * src/compose.c
3397                 Use original mail file for forward/redirect
3398                 Fixes some forwarded mails to be attached as
3399                 application/octet-stream (when they have binary
3400                 parts), and incidentally fixes bug 848
3401                 'Redirect breaks GnuPG'
3402
3403 2007-06-04 [wwp]        2.9.2cvs36
3404
3405         * src/compose.c
3406                 Fix quote mark mis-initialisation when replying/forwarding
3407                 (introduced w/ 2.9.2cvs20).
3408
3409 2007-06-04 [wwp]        2.9.2cvs35
3410
3411         * src/prefs_compose_writing.c
3412         * src/prefs_quote.c
3413                 Fix a bug where Quotation characters (prefs/compose/writing)
3414                 was cleared (introduced w/ 2.9.2cvs26).
3415
3416 2007-06-04 [wwp]        2.9.2cvs34
3417
3418         * src/prefs_account.c
3419         * src/prefs_account.h
3420                 Better fix for compiling w/o aspell (rollbacks
3421                 2.9.2cvs31).
3422
3423 2007-06-04 [wwp]        2.9.2cvs33
3424
3425         * src/account.c
3426         * src/prefs_account.c
3427         * src/prefs_account.h
3428         * src/procmsg.c
3429                 It's now possible to disable mail filtering plugins
3430                 on a per-account basis.
3431
3432 2007-06-04 [wwp]        2.9.2cvs32
3433
3434         * src/procheader.c
3435         * src/common/utils.c
3436         * src/common/utils.h
3437                 Support CRLF in headers part of messages.
3438                 Support few more date formats (RFC3339 subsets).
3439
3440 2007-06-04 [wwp]        2.9.2cvs31
3441
3442         * src/prefs_account.c
3443                 Fix compiling w/o aspell support.
3444
3445 2007-06-03 [wwp]        2.9.2cvs30
3446
3447         * src/prefs_gtk.c
3448                 Don't decode leading ENV_ and ~ in P_PASSWORD
3449                 values.
3450
3451 2007-06-03 [wwp]        2.9.2cvs29
3452
3453         * src/prefs_gtk.c
3454                 Don't decode leading ENV_ and ~ in P_PASSWORD
3455                 values.
3456
3457 2007-06-03 [wwp]        2.9.2cvs28
3458
3459         * src/prefs_account.c
3460         * src/gtk/prefswindow.c
3461         * src/gtk/prefswindow.h
3462                 Added a way to force preloading of all pages
3463                 (prefswindow).
3464                 Moved tabs to pages in account prefs.
3465
3466 2007-06-02 [colin]      2.9.2cvs27
3467
3468         * src/addressbook.c
3469                 Fix possible crash, fix ldap write bugs
3470         * src/ldapupdate.c
3471                 Fix ldap write bugs - patch by Michael
3472                 Rasmussen
3473         * src/alertpanel.c
3474         * src/alertpanel.h
3475                 Add a hook whenever alertpanel opens/closes
3476
3477 2007-05-31 [wwp]        2.9.2cvs26
3478
3479         * src/prefs_compose_writing.c
3480         * src/prefs_quote.c
3481                 Re-organized writing options a bit:
3482                  - renamed the Quoting page to Templates
3483                  - moved all composing templates to that page
3484                  - moved non-templates options to the Writing one,
3485                    grouped reply-related options, reordered reply and
3486                    forward options.
3487
3488 2007-05-31 [wwp]        2.9.2cvs25
3489
3490         * src/compose.c
3491                 Removed unused code.
3492
3493 2007-05-31 [colin]      2.9.2cvs24
3494
3495         * src/addressbook.c
3496                 Fix missing display name when modifying
3497                 LDAP. Patch by Michael Rasmussen
3498
3499 2007-05-31 [wwp]        2.9.2cvs23
3500
3501         * src/plugins/bogofilter/Makefile.am
3502         * src/plugins/clamav/Makefile.am
3503         * src/plugins/demo/Makefile.am
3504         * src/plugins/dillo_viewer/Makefile.am
3505         * src/plugins/spamassassin/Makefile.am
3506                 Fix building of those plugins in Mac OS X.
3507
3508 2007-05-30 [wwp]        2.9.2cvs22
3509
3510         * src/gtk/quicksearch.c
3511                 Fix missing initialization.
3512
3513 2007-05-30 [wwp]        2.9.2cvs21
3514
3515         * src/procheader.c
3516                 Revert accidental commit (debug outputs).
3517
3518 2007-05-30 [wwp]        2.9.2cvs20
3519
3520         * src/compose.c
3521         * src/folder_item_prefs.c
3522         * src/folder_item_prefs.h
3523         * src/prefs_account.c
3524         * src/prefs_account.h
3525         * src/prefs_folder_item.c
3526         * src/prefs_gtk.c
3527         * src/prefs_gtk.h
3528                 Implemented per-account and per-folder
3529                 compose/reply/forward formats.
3530
3531 2007-05-30 [wwp]        2.9.2cvs19
3532
3533         * src/prefs_compose_writing.c
3534         * src/prefs_quote.c
3535         * src/procheader.c
3536         * src/quote_fmt.c
3537         * src/quote_fmt.h
3538                 Internal API changes (factorize quote format
3539                 prefs and checks).
3540
3541 2007-05-30 [colin]      2.9.2cvs18
3542
3543         * src/compose.c
3544                 Fix race where it's possible to re-click Send
3545                 between end of SMTP session and end of "move to
3546                 sent folder" when sending an email with send
3547                 dialog enabled.
3548
3549 2007-05-30 [colin]      2.9.2cvs17
3550
3551         * src/crash.c
3552                 Ask for backtrace on all threads. Patch by
3553                 Pawel
3554         * src/folderview.c
3555                 Fix stale news statusbar when scanning fails.
3556                 Patch by Pawel
3557         * src/ldapupdate.c
3558                 Fix some LDAP write updates bugs. Patch
3559                 by Michael Rasmussen
3560
3561 2007-05-29 [colin]      2.9.2cvs16
3562
3563         * src/imap.c
3564                 Fix loss of local flags when moving mails
3565                 on IMAP in high-bandwidth mode (UID FETCH)
3566
3567 2007-05-25 [paul]       2.9.2cvs15
3568
3569         * src/common/socket.c
3570                 fix sometimes crasher on cancelling
3571                 message sending
3572
3573 2007-05-25 [colin]      2.9.2cvs14
3574
3575         * src/imap.c
3576                 Fix a memory leak
3577         * src/imap_gtk.c
3578                 Be more helpful in the subscription
3579                 message
3580
3581 2007-05-23 [wwp]        2.9.2cvs13
3582
3583         * src/compose.c
3584         * src/prefs_compose_writing.c
3585         * src/prefs_quote.c
3586         * src/prefs_template.c
3587         * src/prefs_template.h
3588         * src/quote_fmt.c
3589         * src/quote_fmt.h
3590         * src/quote_fmt_lex.l
3591         * src/quote_fmt_parse.y
3592                 Introduced new syntax elements (symbols and commands)
3593                 in templates/quote_fmt. Compatibility w/ old
3594                 symbols is kept.
3595                 Updated and reworked the corresponding Information
3596                 dialog.
3597                 Display the line number in dialogs that talk about
3598                 parser errors (in addition to the error message in
3599                 output).
3600
3601 2007-05-23 [wwp]        2.9.2cvs12
3602
3603         * src/quote_fmt_parse.y
3604                 Fix 2.9.2cvs11, probably a paste accident ;).
3605
3606 2007-05-23 [wwp]        2.9.2cvs11
3607
3608         * src/compose.c
3609         * src/prefs_template.c
3610         * src/quote_fmt.h
3611         * src/quote_fmt_parse.y
3612                 Fix 2.9.2cvs10, which broke --disable-aspell.
3613
3614 2007-05-22 [wwp]        2.9.2cvs10
3615
3616         * src/compose.c
3617         * src/prefs_template.c
3618         * src/quote_fmt.c
3619         * src/quote_fmt.h
3620         * src/quote_fmt_lex.l
3621         * src/quote_fmt_parse.y
3622         * src/gtk/gtkaspell.c
3623         * src/gtk/gtkaspell.h
3624                 Added template/quote format syntactical elements
3625                 to show and query:
3626                         - current dictionary
3627                           %T to show (shows empty if not set or not enabled),
3628                           ?T and !T to check if the default dictionary is
3629                           enabled and set
3630                         - current account's default dictionary
3631                           %aT to show (empty if not set or not enabled),
3632                           ?aT and !aT to check if it's enabled and set
3633                         - name completion for an address, from the address
3634                           book
3635                           %ABf, %ABt, %ABc respectively show the full name got
3636                           from the address book if From, To or Cc match a single
3637                           contact.
3638                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3639                           matches any contact and if the full name is non-empty.
3640                           If From, To or Cc are lists of email addresses, only
3641                           the first address will be checked.
3642                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3643                 that could show a trailing ','.
3644                 Also, template/quote_fmt parser now shows the line number in case
3645                 of parser error.
3646
3647 2007-05-15 [colin]      2.9.2cvs9
3648
3649         * src/main.c
3650         * src/main.h
3651                 Add a public function to know whether Claws
3652                 crashed last time
3653                 Store opened folder when exiting
3654         * src/folder.c
3655         * src/folder.h
3656                 Store last opened message in each FolderItem;
3657                 Reset last seen messages if Claws crashed, so 
3658                 that one can't go in an infinite crash in case 
3659                 a particular mail crashes Claws.
3660         * src/messageview.c
3661         * src/prefs_common.c
3662         * src/prefs_common.h
3663         * src/summaryview.c
3664         * src/prefs_summaries.c
3665                 Add "Select last opened message" when entering
3666                 a folder
3667                 Add "Select last opened folder" at startup.
3668
3669 2007-05-14 [colin]      2.9.2cvs8
3670
3671         * manual/xml2pdf
3672                 Fix bashism, search for xml catalog 
3673                 in /usr/local/share/xml/catalog too
3674                 Patch by Pawel
3675
3676 2007-05-13 [wwp]        2.9.2cvs7
3677
3678         * src/gtk/logwindow.c
3679                 fix raising log windows when they are either minimized or
3680                 in background.
3681
3682 2007-05-11 [colin]      2.9.2cvs6
3683
3684         * src/gtk/filesel.c
3685                 Use Hildon's file chooser on Maemo. Patch
3686                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3687                 'File attachment "manipulation" bugs...'
3688
3689 2007-05-10 [wwp]        2.9.2cvs5
3690
3691         * src/prefs_common.c
3692         * src/prefs_common.h
3693         * src/gtk/quicksearch.c
3694                 Add a quicksearch option to automatically run
3695                 a search selected from the history (this option
3696                 is exclusive towards type-ahead).
3697
3698 2007-05-10 [colin]      2.9.2cvs4
3699
3700         * src/imap.c
3701                 Fix g_warnings, thanks to Brian
3702                 Morrison
3703
3704 2007-05-09 [colin]      2.9.2cvs3
3705
3706         * src/crash.c
3707         * src/exporthtml.c
3708         * src/mbox.c
3709         * src/prefs_summaries.c
3710         * src/procheader.c
3711         * src/common/log.c
3712         * src/common/utils.c
3713         * src/gtk/gtksourceprintjob.c
3714         * src/gtk/sslcertwindow.c
3715                 Use the re-entrant variant of time functions
3716                 Probably fixes bug 1217, 'reentrancy problems 
3717                 with time functions'
3718
3719 2007-05-09 [colin]      2.9.2cvs2
3720
3721         * src/imap.c
3722                 Fix crasher when reconnection fails
3723
3724 2007-05-08 [paul]       2.9.2cvs1
3725
3726         * NEWS
3727         * README
3728         * RELEASE_NOTES
3729         * configure.ac
3730                 bump version number following
3731                 stable release
3732
3733 2007-05-08 [paul]       2.9.1cvs48
3734
3735         * src/plugins/demo/demo.c
3736         * src/plugins/dillo_viewer/dillo_prefs.c
3737         * src/plugins/dillo_viewer/dillo_prefs.h
3738         * src/plugins/dillo_viewer/dillo_viewer.c
3739         * src/plugins/pgpcore/pgp_viewer.c
3740         * src/plugins/pgpcore/pgp_viewer.h
3741         * src/plugins/pgpcore/plugin.c
3742         * src/plugins/pgpcore/prefs_gpg.c
3743         * src/plugins/pgpcore/prefs_gpg.h
3744         * src/plugins/pgpcore/sgpgme.c
3745         * src/plugins/pgpcore/sgpgme.h
3746         * src/plugins/pgpinline/plugin.c
3747         * src/plugins/pgpmime/pgpmime.c
3748         * src/plugins/pgpmime/pgpmime.h
3749         * src/plugins/pgpmime/plugin.c
3750         * src/plugins/spamassassin/spamassassin.c
3751         * src/plugins/spamassassin/spamassassin.h
3752         * src/plugins/spamassassin/spamassassin_gtk.c
3753         * src/plugins/trayicon/README
3754         * tools/README
3755         * tools/README.sylprint
3756         * tools/outlook2claws-mail.pl
3757         * tools/sylprint.pl
3758         * tools/tb2claws-mail
3759         * tools/tbird2claws.py
3760         * tools/update-po
3761         * tools/vcard2xml.py
3762         * tools/kdeservicemenu/README
3763                 cleanups and corrections
3764
3765 2007-05-06 [wwp]        2.9.1cvs47
3766
3767         * tools/uudec
3768                 Fix missing dash to `display` command-line, reported
3769                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3770
3771 2007-05-06 [colin]      2.9.1cvs46
3772
3773         * src/Makefile.am
3774         * src/stock_pixmap.c
3775         * src/stock_pixmap.h
3776         * src/pixmaps/printer.xpm
3777                 Add a printer icon
3778
3779 2007-05-06 [paul]       2.9.1cvs45
3780
3781         * src/compose.c
3782         * src/ldapquery.c
3783         * src/privacy.h
3784         * src/summary_search.c
3785         * src/summaryview.c
3786                 fix build warnings
3787
3788 2007-05-05 [wwp]        2.9.1cvs44
3789
3790         * src/messageview.c
3791         * src/mh.c
3792         * src/prefs_actions.c
3793         * src/prefs_gtk.c
3794         * src/summaryview.c
3795         * src/common/xml.c
3796                 Fix "faild" typos everywhere and capitalization of
3797                 some g_warnings.
3798
3799 2007-05-04 [colin]      2.9.1cvs43
3800
3801         * src/compose.c
3802         * src/privacy.c
3803         * src/privacy.h
3804         * src/plugins/pgpcore/prefs_gpg.c
3805         * src/plugins/pgpcore/prefs_gpg.h
3806         * src/plugins/pgpinline/pgpinline.c
3807         * src/plugins/pgpmime/pgpmime.c
3808                 Add an API to warn about encryption limits,
3809                 and allow to disable these warnings
3810
3811 2007-05-03 [colin]      2.9.1cvs42
3812
3813         * src/summaryview.c
3814         * src/mainwindow.c
3815                 Fix bug 1213, 'Delete more than 
3816                 one thread at once'
3817
3818 2007-05-03 [wwp]        2.9.1cvs41
3819
3820         * src/prefs_common.c
3821         * src/prefs_filtering.c
3822         * src/prefs_template.c
3823         * src/common/template.c
3824         * src/common/template.h
3825         * src/gtk/gtkutils.c
3826         * src/gtk/gtkutils.h
3827                 Templates are no longer automatically sorted
3828                 by name, but can be sorted manually using
3829                 |< < > >| buttons as well as drag'n'drop.
3830
3831 2007-05-03 [wwp]        2.9.1cvs40
3832
3833         * src/plugins/spamassassin/spamassassin.c
3834         * src/plugins/spamassassin/spamassassin.h
3835         * src/plugins/spamassassin/spamassassin_gtk.c
3836         * src/plugins/bogofilter/bogofilter.c
3837         * src/plugins/bogofilter/bogofilter.h
3838         * src/plugins/bogofilter/bogofilter_gtk.c
3839                 Added an option to conditionally mark saved spam
3840                 as read (default is and was to do so).
3841                 Satisfies feature request 1708539 on sf.net tracker.
3842
3843 2007-05-03 [colin]      2.9.1cvs39
3844
3845         * src/inc.c
3846                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3847
3848 2007-05-02 [colin]      2.9.1cvs38
3849
3850         * src/textview.c
3851                 Fix bug 1209, 'Clicking on address 
3852                 in header (mailto uri) selects 
3853                 default account'. Patch adapted from
3854                 G.P. Halkes' patch.
3855
3856 2007-05-02 [colin]      2.9.1cvs37
3857
3858         * src/grouplistdialog.c
3859                 Set cursor to wait cursor while loading
3860                 groups.
3861
3862 2007-05-02 [paul]       2.9.1cvs36
3863
3864         * src/folder.c
3865         * src/common/defs.h
3866                 rename cache and mark files
3867                 (data is preserved)
3868
3869 2007-04-30 [paul]       2.9.1cvs35
3870
3871         * manual/glossary.xml
3872         * manual/plugins.xml
3873                 updates. Patch by Ricardo
3874
3875 2007-04-29 [wwp]        2.9.1cvs34
3876
3877         * src/mainwindow.c
3878         * configure.ac
3879                 Fix few grammatical errors (patch by David Relson < relson at
3880                 osagesoftware dot com >).
3881
3882 2007-04-28 [colin]      2.9.1cvs33
3883
3884         * src/account.c
3885         * src/pop.c
3886         * src/prefs_account.c
3887         * src/prefs_account.h
3888                 Drop the "Download all" preference. It's
3889                 stupidly useless and confuses people from
3890                 time to time.
3891
3892 2007-04-27 [wwp]        2.9.1cvs32
3893
3894         * src/account.c
3895         * src/prefs_account.c
3896         * src/prefs_account.h
3897                 Don't reflect accounts changes to the mainwindow when it's
3898                 not necessary.
3899
3900 2007-04-27 [colin]      2.9.1cvs31
3901
3902         * src/folder.c
3903                 Freeze/thaw when sync'ing flags
3904         * src/imap.c
3905         * src/prefs_account.c
3906         * src/prefs_account.h
3907         * src/etpan/imap-thread.c
3908         * src/etpan/imap-thread.h
3909                 Add a way to use UID FETCH instead
3910                 of searches to fetch message lists
3911                 and flags. More expensive towards
3912                 bandwidth, less expensive towards
3913                 server's CPU. Probably fixes 
3914                 bug 1158, 'Scanning new folders on 
3915                 Exchange 2007 extremely slow'.
3916                 Patch 95% by Hoa.
3917
3918 2007-04-27 [paul]       2.9.1cvs30
3919
3920         * src/mainwindow.c
3921         * src/prefs_logging.c
3922                 improvements to english usage
3923
3924 2007-04-27 [colin]      2.9.1cvs29
3925
3926         * src/imap.c
3927                 Fix build without libetpan (my bad!)
3928
3929 2007-04-26 [colin]      2.9.1cvs28
3930
3931         * src/imap.c
3932         * src/imap.h
3933                 Fix uselessly exported function
3934         * src/textview.c
3935                 Consider "- -- \n" as signature separator
3936                 (that's what signature separators look like
3937                  in PGP/Inline signed mails)
3938
3939 2007-04-26 [colin]      2.9.1cvs27
3940
3941         * configure.ac
3942                 libetpan-0.49 is now required
3943         * src/procmime.c
3944                 Fix double fetching of mails if
3945                 first try failed
3946         * src/imap.c
3947                 Make offline sync faster, by
3948                 remembering last change time, and
3949                 last sync time.
3950
3951 2007-04-26 [hoa]        2.9.1cvs26
3952
3953         * src/imap.c
3954         * src/imap.h
3955         * src/mainwindow.c
3956         * src/toolbar.c
3957         * src/etpan/imap-thread.c
3958         * src/etpan/imap-thread.h
3959                 cancellation of IMAP operations is now allowed.
3960                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3961
3962 2007-04-26 [colin]      2.9.1cvs25
3963
3964         * src/folder.c
3965                 Always fetch body+headers in folders that are
3966                 synched for offline use, if "Synchronise as
3967                 soon as possible" is set.
3968                 Fixes bug 1200, 'Add option to always retrieve full 
3969                 messages'
3970
3971 2007-04-25 [colin]      2.9.1cvs24
3972
3973         * src/compose.c
3974                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3975                 persists...'
3976
3977 2007-04-24 [colin]      2.9.1cvs23
3978
3979         * src/folderview.c
3980                 Fix bug 1195, 'Hardware key navigation' 
3981                 Make GDK_Enter toggle expansion (Maemo)
3982
3983 2007-04-24 [wwp]        2.9.1cvs22
3984
3985         * src/compose.c
3986                 Fix few compiler warnings.
3987
3988 2007-04-24 [paul]       2.9.1cvs21
3989
3990         * src/Makefile.am
3991         * src/stock_pixmap.c
3992         * src/stock_pixmap.h
3993                 complete last commit
3994
3995 2007-04-24 [paul]       2.9.1cvs20
3996
3997         * src/gtk/about.c
3998         * src/pixmaps/active.xpm
3999         * src/pixmaps/checkbox_off.xpm
4000         * src/pixmaps/checkbox_on.xpm
4001         * src/pixmaps/inactive.xpm
4002                 kick out the blobs
4003                 remove transparent border from checkbox icons
4004
4005 2007-04-24 [wwp]        2.9.1cvs19
4006
4007         * src/textview.c
4008         * src/textview.h
4009                 Fix a crash in textview, thanks to Colin.
4010
4011 2007-04-23 [wwp]        2.9.1cvs18
4012
4013         * src/prefs_common.c
4014                 Fix 2.9.1cvs5: no header was being translated at all.
4015
4016 2007-04-23 [colin]      2.9.1cvs17
4017
4018         * src/Makefile.am
4019         * src/stock_pixmap.c
4020         * src/stock_pixmap.h
4021         * src/summaryview.c
4022         * src/summaryview.h
4023         * src/gtk/gtksctree.c
4024         * src/gtk/gtksctree.h
4025         * src/pixmaps/selection.xpm
4026                 Fix bug 1193, 'Need a way to multi-select
4027                 items'. Add a toggle button to the summaryview
4028                 to switch between normal and multiple selection
4029                 (Maemo)
4030
4031 2007-04-23 [colin]      2.9.1cvs16
4032
4033         * src/Makefile.am
4034         * src/stock_pixmap.c
4035         * src/stock_pixmap.h
4036         * src/summaryview.c
4037         * src/summaryview.h
4038         * src/gtk/gtksctree.c
4039         * src/gtk/gtksctree.h
4040         * src/pixmaps/selection.xpm
4041                 Fix bug 1193, 'Need a way to multi-
4042                 select items'
4043                 Add a toggle button in the summaryview
4044                 to enable normal or multiple selection.
4045                 (Maemo)
4046
4047 2007-04-23 [colin]      2.9.1cvs15
4048
4049         * src/compose.c
4050                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4051
4052 2007-04-21 [colin]      2.9.1cvs14
4053
4054         * src/gtk/quicksearch.c
4055                 Fix previous commit (actually use correct
4056                 parameter)
4057
4058 2007-04-21 [colin]      2.9.1cvs13
4059
4060         * src/gtk/quicksearch.c
4061                 Fix changing quicksearch type (after Esc,
4062                 after changing Recursive, ...)
4063
4064 2007-04-20 [wwp]        2.9.1cvs12
4065
4066         * src/gtk/Makefile.am
4067                 Added headers.h (completes 2.9.1cvs5).
4068
4069 2007-04-20 [wwp]        2.9.1cvs11
4070
4071         * src/addressbook.c
4072                 Fix the use of display name in name column,
4073                 it has been overriden w/ the use of nickname
4074                 by 2.9.0cvs3. Now nickname is used (if any)
4075                 in case of LDAP books only.
4076
4077 2007-04-20 [colin]      2.9.1cvs10
4078
4079         * src/mimeview.c
4080         * src/summaryview.c
4081         * src/textview.c
4082                 Add handling of 'a' to loop in a mail's
4083                 mimeparts
4084
4085 2007-04-20 [colin]      2.9.1cvs9
4086
4087         * src/toolbar.c
4088                 Fix bug 1190, 'dir_open' button doesn't work'
4089                 (Maemo)
4090
4091 2007-04-20 [colin]      2.9.1cvs8
4092
4093         * src/folderview.c
4094         * src/mainwindow.c
4095                 Fix bug 1194, 'Hardware keys move from email 
4096                 list to account/directory list, but not back 
4097                 to email list...' (Maemo)
4098
4099 2007-04-20 [colin]      2.9.1cvs7
4100
4101         * src/compose.h
4102                 complete previous commit
4103
4104 2007-04-20 [colin]      2.9.1cvs6
4105
4106         * src/compose.c
4107                 Fix bug 1187, 'Reply-to addressee disappears 
4108                 when reply-to text box is clicked...' (Maemo)
4109
4110 2007-04-20 [wwp]        2.9.1cvs5
4111
4112         * po/POTFILES.in
4113         * src/addressbook.c
4114         * src/compose.c
4115         * src/filtering.c
4116         * src/headerview.c
4117         * src/matcher.c
4118         * src/prefs_common.c
4119         * src/prefs_common.h
4120         * src/prefs_display_header.c
4121         * src/prefs_matcher.c
4122         * src/summaryview.c
4123         * src/gtk/headers.h
4124         * src/gtk/quicksearch.c
4125                 Translate more header names according to the relevant option value,
4126                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4127                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4128                 to prefs_common_translated_header_name().
4129                 Added a headers.h reference file that contains known header names
4130                 (RFC2822 and others) to the translation process' input, so that
4131                 translated header names will still exist even if no occurrence of
4132                 _("headername") is found anymore in the sources.
4133                 Don't translate column name 'Number' following to trans_hdr option
4134                 value as it's not a header name.
4135
4136 2007-04-20 [colin]      2.9.1cvs4
4137
4138         * src/gtk/quicksearch.c
4139         * src/gtk/quicksearch.h
4140                 Add "From, To or Subject" quicksearch
4141                 type. Patch by ulfschaper@users.sf.net
4142
4143 2007-04-20 [colin]      2.9.1cvs3
4144
4145         * src/matcher.c
4146                 Implement proper references filtering condition.
4147                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4148
4149 2007-04-19 [wwp]        2.9.1cvs2
4150
4151         * src/prefs_display_header.c
4152         * src/message_search.c
4153                 Fix few warnings (g_free of const gchar*).
4154
4155 2007-04-19 [paul]       2.9.1cvs1
4156
4157         * NEWS
4158         * README
4159         * RELEASE_NOTES
4160         * configure.ac
4161                 bump version number following
4162                 stable release
4163
4164 2007-04-19 [paul]       2.9.0cvs9
4165
4166         * manual/advanced.xml
4167         * manual/glossary.xml
4168                 fix typos
4169
4170 2007-04-18 [paul]       2.9.0cvs8
4171
4172         * src/pop.c
4173                 fix for CVE-2007-1558 (APOP)
4174                 Thanks to Colin
4175
4176 2007-04-18 [paul]       2.9.0cvs7
4177
4178         * src/messageview.c
4179         * src/mimeview.c
4180         * src/summaryview.c
4181         * src/gtk/filesel.c
4182                 Fix encoding woes wrt saving of
4183                 mails and parts
4184                 Thanks to Colin
4185
4186 2007-04-18 [colin]      2.9.0cvs6
4187
4188         * src/gtk/pluginwindow.c
4189                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4190
4191 2007-04-17 [wwp]        2.9.0cvs5
4192
4193         * src/addressadd.c
4194         * src/addressbook.c
4195         * src/addrindex.c
4196         * src/ldapupdate.c
4197                 Fix --disable-ldap build,
4198                 fix some LDAP annoyances on 
4199                 searches, thanks to Colin.
4200
4201 2007-04-17 [wwp]        2.9.0cvs4
4202
4203         * src/ldapupdate.c
4204                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4205                 like gcc 2.9x. Thanks to Colin.
4206
4207 2007-04-17 [wwp]        2.9.0cvs3
4208
4209         * src/Makefile.am
4210         * src/addressadd.c
4211         * src/addressbook.c
4212         * src/addrindex.c
4213         * src/addritem.c
4214         * src/addritem.h
4215         * src/editaddress.c
4216         * src/ldapctrl.c
4217         * src/ldapctrl.h
4218         * src/ldapquery.c
4219         * src/ldapserver.c
4220         * src/ldapserver.h
4221         * src/ldapupdate.c
4222         * src/ldapupdate.h
4223                 Add LDAP write support. Patch mostly by 
4224                 Michael <mir at datanom dot net>
4225
4226 2007-04-17 [wwp]        2.9.0cvs2
4227
4228         * src/compose.c
4229                 Prepend "Add to address book" to the context menu of compose window's sender and
4230                 recipient fields.
4231
4232 2007-04-16 [paul]       2.9.0cvs1
4233
4234         * src/gtk/authors.h
4235                 add Pader Rezso
4236
4237 2007-04-16 [paul]       2.9.0
4238
4239         * NEWS
4240         * README
4241         * RELEASE_NOTES
4242                 2.9.0 released
4243
4244 2007-04-16 [paul]       2.8.1cvs102
4245
4246         * po/fr.po
4247                 updated by Fabien Vantard
4248
4249 2007-04-16 [paul]       2.8.1cvs101
4250
4251         * po/ca.po
4252         * po/cs.po
4253         * po/de.po
4254         * po/hu.po
4255         * po/pl.po
4256         * po/pt_BR.po
4257         * po/sr.po
4258         * po/zh_CN.po
4259                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4260                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4261                 Aleksandar Urosevic, and Ralgh Young
4262
4263 2007-04-15 [mones]      2.8.1cvs100
4264
4265         * po/es.po
4266                 Updated for release
4267
4268 2007-04-14 [colin]      2.8.1cvs99
4269
4270         * src/message_search.c
4271         * src/prefs_display_header.c
4272         * src/summary_search.c
4273         * src/gtk/combobox.c
4274                 Fix allocations
4275
4276 2007-04-14 [wwp]        2.8.1cvs98
4277
4278         * src/gtk/combobox.c
4279         * src/message_search.c
4280         * src/summary_search.c
4281         * src/prefs_display_header.c
4282                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4283                 returns NULL, get the text value directly from the GtkEntry child.
4284
4285 2007-04-13 [colin]      2.8.1cvs97
4286
4287         * src/gtk/quicksearch.c
4288                 Give the focus back to summaryview when
4289                 emptying the quicksearch with Esc
4290
4291 2007-04-13 [colin]      2.8.1cvs96
4292
4293         * src/message_search.c
4294         * src/prefs_display_header.c
4295         * src/summary_search.c
4296                 Fix possibles crashes when getting text
4297                 from gtk combos
4298
4299 2007-04-13 [colin]      2.8.1cvs95
4300
4301         * src/pop.c
4302                 Add some UIDL debugging
4303
4304 2007-04-12 [colin]      2.8.1cvs94
4305
4306         * src/folder.c
4307                 Force folder scan if necessary after
4308                 copying mails, to be able to reapply
4309                 flags.
4310
4311 2007-04-11 [colin]      2.8.1cvs93
4312
4313         * src/main.c
4314                 don't scan for new mail on startup if --select
4315                 is specified (or race conditions arise). If so,
4316                 do both sequentially.
4317
4318 2007-04-09 [colin]      2.8.1cvs92
4319
4320         * src/common/defs.h
4321                 Use leafpad by default on Maemo. Patch
4322                 by Jean-Luc Biord.
4323
4324 2007-04-06 [colin]      2.8.1cvs91
4325
4326         * src/pixmaps/queue_close.xpm
4327         * src/pixmaps/queue_close_hrm.xpm
4328         * src/pixmaps/queue_close_hrm_mark.xpm
4329         * src/pixmaps/queue_close_mark.xpm
4330         * src/pixmaps/queue_open.xpm
4331         * src/pixmaps/queue_open_hrm.xpm
4332         * src/pixmaps/queue_open_hrm_mark.xpm
4333         * src/pixmaps/queue_open_mark.xpm
4334                 Move the clock one pixel down :)
4335
4336 2007-04-05 [colin]      2.8.1cvs90
4337
4338         * src/mainwindow.c
4339                 Don't sync when switching offline from
4340                 command line - it's usually too late :)
4341
4342 2007-04-05 [paul]       2.8.1cvs89
4343
4344         * src/Makefile.am
4345         * src/stock_pixmap.c
4346         * src/pixmaps/dir_close_hrm.xpm
4347         * src/pixmaps/dir_close_hrm_mark.xpm
4348         * src/pixmaps/drafts_close.xpm
4349         * src/pixmaps/drafts_close_mark.xpm
4350         * src/pixmaps/drafts_open.xpm
4351         * src/pixmaps/drafts_open_mark.xpm
4352         * src/pixmaps/inbox.xpm
4353         * src/pixmaps/inbox_close.xpm
4354         * src/pixmaps/inbox_close_hrm.xpm
4355         * src/pixmaps/inbox_close_hrm_mark.xpm
4356         * src/pixmaps/inbox_close_mark.xpm
4357         * src/pixmaps/inbox_hrm.xpm
4358         * src/pixmaps/inbox_hrm_mark.xpm
4359         * src/pixmaps/inbox_mark.xpm
4360         * src/pixmaps/inbox_open.xpm
4361         * src/pixmaps/inbox_open_hrm.xpm
4362         * src/pixmaps/inbox_open_hrm_mark.xpm
4363         * src/pixmaps/inbox_open_mark.xpm
4364         * src/pixmaps/outbox.xpm
4365         * src/pixmaps/outbox_close.xpm
4366         * src/pixmaps/outbox_close_hrm.xpm
4367         * src/pixmaps/outbox_close_hrm_mark.xpm
4368         * src/pixmaps/outbox_close_mark.xpm
4369         * src/pixmaps/outbox_hrm.xpm
4370         * src/pixmaps/outbox_hrm_mark.xpm
4371         * src/pixmaps/outbox_mark.xpm
4372         * src/pixmaps/outbox_open.xpm
4373         * src/pixmaps/outbox_open_hrm.xpm
4374         * src/pixmaps/outbox_open_hrm_mark.xpm
4375         * src/pixmaps/outbox_open_mark.xpm
4376         * src/pixmaps/queue_close.xpm
4377         * src/pixmaps/queue_close_hrm.xpm
4378         * src/pixmaps/queue_close_hrm_mark.xpm
4379         * src/pixmaps/queue_close_mark.xpm
4380         * src/pixmaps/queue_open.xpm
4381         * src/pixmaps/queue_open_hrm.xpm
4382         * src/pixmaps/queue_open_hrm_mark.xpm
4383         * src/pixmaps/queue_open_mark.xpm
4384                 updated, added and replaced icons
4385                 Icons by Colin
4386
4387 2007-04-04 [colin]      2.8.1cvs88
4388
4389         * src/imap.c
4390                 Fix build without libetpan
4391
4392 2007-04-03 [colin]      2.8.1cvs87
4393
4394         * src/imap.c
4395                 Fix crash with Citadel, and try to make
4396                 things work. this server (and specifically 
4397                 STATUS and APPEND at least) seems broken.
4398
4399 2007-04-03 [colin]      2.8.1cvs86
4400
4401         * src/folderview.c
4402                 Fix icons on folder close
4403
4404 2007-04-03 [colin]      2.8.1cvs85
4405
4406         * src/inc.c
4407                 Fix double-ask of offline override in
4408                 certain cases
4409         * src/imap.c
4410         * src/imap.h
4411         * src/imap_gtk.c
4412                 Much more efficient way to synchronise
4413                 for offline use
4414         * src/etpan/imap-thread.c
4415                 Fix possible segs
4416         * src/folder.c
4417         * src/gtk/quicksearch.c
4418                 Fix some GUI lags
4419
4420 2007-04-03 [paul]       2.8.1cvs84
4421
4422         * src/filtering.c
4423         * src/folder.c
4424         * src/folder.h
4425         * src/prefs_common.c
4426         * src/prefs_common.h
4427         * src/prefs_other.c
4428                 Fix sync being done too late
4429                 Thanks to Colin
4430
4431 2007-04-02 [colin]      2.8.1cvs83
4432
4433         * src/summaryview.c
4434                 Maemo: Put status and quicksearch at the top
4435         * src/plugins/bogofilter/bogofilter.c
4436         * src/plugins/spamassassin/spamassassin.c
4437                 Derive trash from inbox if possible
4438
4439 2007-04-02 [paul]       2.8.1cvs82
4440
4441         * src/plugins/bogofilter/bogofilter_gtk.c
4442                 a few English changes
4443
4444 2007-04-02 [paul]
4445
4446         2.9.0-rc1 released
4447
4448 2007-04-02 [colin]      2.8.1cvs81
4449
4450         * src/image_viewer.c
4451                 Fix transparent images by using
4452                 GtkImage
4453         * src/messageview.c
4454                 Flush events (on new windows) to avoid
4455                 having the textview's image resize fail
4456                 to know the available width
4457
4458 2007-04-01 [colin]      2.8.1cvs80
4459
4460         * src/prefs_account.c
4461                 If no MH mailbox exist, when creating a POP/Local
4462                 account, just create and use the default one 
4463                 instead of bailing with a "Mailbox doesn't exist"
4464                 error
4465
4466 2007-03-31 [colin]      2.8.1cvs79
4467
4468         * src/prefs_account.c
4469                 Create signature file if it doesn't exist
4470                 before editing
4471         * src/prefs_toolbar.c
4472                 Maemo: Move "Use default" on the left so
4473                 that people can find it
4474         * src/common/defs.h
4475                 Maemo: make default editor "Maemopad", 
4476                 default signature file "MyDocs/signature.txt"
4477
4478 2007-03-31 [colin]      2.8.1cvs78
4479
4480         * src/prefs_account.c
4481                 Maemo: rework account prefs so
4482                 that less horizontal scrolling
4483                 is required
4484
4485 2007-03-31 [colin]      2.8.1cvs77
4486
4487         * src/folderview.c
4488         * src/prefs_common.c
4489         * src/prefs_common.h
4490                 Fix bug 1167, 'Allow not displaying zeros 
4491                 in folder list'. Patch by MartinP
4492
4493 2007-03-31 [colin]      2.8.1cvs76
4494
4495         * AUTHORS
4496                 Add Jean-Luc Biord
4497
4498 2007-03-31 [colin]      2.8.1cvs75
4499
4500         * src/imap.c
4501                 Apply patch from bug 1172, direct
4502                 access to the folder's session instead
4503                 of using getter. Patch by MartinP
4504
4505 2007-03-31 [paul]       2.8.1cvs74
4506
4507         * src/gtk/authors.h
4508                 no need to list Fabien twice!
4509
4510 2007-03-31 [colin]      2.8.1cvs73
4511
4512         * src/inc.c
4513                 If we're currently "overriding for %d minutes",
4514                 don't ask
4515
4516 2007-03-31 [colin]      2.8.1cvs72
4517
4518         * src/compose.c
4519         * src/imap.c
4520         * src/inc.c
4521         * src/inc.h
4522         * src/messageview.c
4523         * src/news.c
4524         * src/plugins/spamassassin/spamassassin.c
4525                 Offline override: Add a parameter to allow
4526                 asking even if the override timer is running.
4527                 Allows to ask every time the user makes an
4528                 explicit action needing online access (such
4529                 as Get Mail), and not when the action is 
4530                 implicit (such as opening an IMAP folder)
4531
4532 2007-03-31 [colin]      2.8.1cvs71
4533
4534         * src/inc.c
4535                 Override offline: "No" answer shouldn't
4536                 re-ask after 3 seconds, but 10 minutes. 
4537
4538 2007-03-30 [colin]      2.8.1cvs70
4539
4540         * src/common/socket.c
4541                 Better error reporting on unix socket
4542                 failure (bind usually)
4543         * src/gtk/gtkutils.c
4544         * src/gtk/gtkutils.h
4545                 Label window: add a pulsing progress
4546                 bar to show we're not hung :)
4547         * src/folderview.c
4548         * src/main.c
4549         * src/plugins/pgpcore/sgpgme.c
4550                 Update API
4551
4552 2007-03-30 [colin]      2.8.1cvs69
4553
4554         * src/pop.c
4555         * src/prefs_common.c
4556                 Fix possible trashing of history and uidl
4557                 files on disk full problems
4558
4559 2007-03-30 [paul]       2.8.1cvs68
4560
4561         * src/mainwindow.c
4562         * src/summaryview.c
4563         * src/summaryview.h
4564                 update summary when changing layout type
4565                 (fixes wrong folder icon being displayed)
4566                 Thanks to Colin
4567
4568 2007-03-29 [colin]      2.8.1cvs67
4569
4570         * src/prefs_ext_prog.c
4571                 The browser pref is irrelevant on Maemo
4572
4573 2007-03-29 [colin]      2.8.1cvs66
4574
4575         * src/compose.c
4576         * src/compose.h
4577                 Maemo: dynamically switch headers/text position
4578         * src/prefs_common.c
4579                 Maemo: hide compose's ruler by default
4580         * src/common/socket.c
4581         * src/common/socket.h
4582                 Fix build warning
4583
4584 2007-03-29 [colin]      2.8.1cvs65
4585
4586         * src/common/socket.c
4587         * src/common/socket.h
4588                 Fix build when MAEMO_CFLAGS contains
4589                 _X_OPENSOURCE (resolv.h errors as long
4590                 as we don't add _BSD_SOURCE. Ugly).
4591
4592 2007-03-29 [wwp]        2.8.1cvs64
4593
4594         * src/prefs_logging.c
4595                 Fix sensitivity of clip-log widgets in prefs/logging,
4596                 thanks to Fabien.
4597
4598 2007-03-29 [wwp]        2.8.1cvs63
4599
4600         * po/POTFILES.in
4601                 Updated files list for translations, thanks to Fabien.
4602
4603 2007-03-29 [colin]      2.8.1cvs62
4604
4605         * src/main.c
4606         * src/common/Makefile.am
4607         * src/common/utils.c
4608                 Maybe make URI opening work in Maemo
4609                 Requires testing :)
4610
4611 2007-03-28 [colin]      2.8.1cvs61
4612
4613         * src/folder.c
4614         * src/folder.h
4615         * src/folderview.c
4616                 Add the possibility to sort folders arbitrarily
4617                 (via editing of folderlist.xml only). Patch by
4618                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4619                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4620                 be changed by the user'
4621
4622 2007-03-28 [colin]      2.8.1cvs60
4623
4624         * src/mimeview.c
4625                 Add popup menu for mime icons
4626
4627 2007-03-28 [colin]      2.8.1cvs59
4628
4629         * src/mainwindow.c
4630                 Fix a layout issue when presenting
4631                 mainwindow in Small screen layout
4632         * src/toolbar.c
4633         * src/toolbar.h
4634                 Add a "Go to folder list" button for
4635                 mainwindow, and make it default in
4636                 the Maemo build
4637
4638 2007-03-28 [colin]      2.8.1cvs58
4639
4640         * src/compose.c
4641                 Don't dynamically update title on Maemo
4642                 Patch by Jean-Luc Biord
4643
4644 2007-03-27 [colin]      2.8.1cvs57
4645
4646         * src/compose.c
4647         * src/folderview.c
4648         * src/summaryview.c
4649                 Enable tap-and-hold on Maemo
4650
4651 2007-03-26 [colin]      2.8.1cvs56
4652
4653         * src/compose.c
4654                 More popup-menu (in attachments list)
4655
4656 2007-03-26 [colin]      2.8.1cvs55
4657
4658         * src/compose.c
4659                 Enable popup-menu signal
4660
4661 2007-03-26 [colin]      2.8.1cvs54
4662
4663         * src/plugins/pgpinline/pgpinline.c
4664                 Fix bug 1111, 'PGP/inline plugin hides text 
4665                 around encrypted text block'. Patch based on
4666                 a patch from Michal Cihar.
4667
4668 2007-03-26 [wwp]        2.8.1cvs53
4669
4670         * src/procmsg.c
4671                 Fix getting a false error when sending queued message
4672                 whereas the sending was fine (if there are subfolders
4673                 in the queue folder), thanks to Colin.
4674
4675 2007-03-26 [paul]       2.8.1cvs52
4676
4677         * src/wizard.c
4678                 update FACE header in welcome message
4679
4680 2007-03-25 [colin]      2.8.1cvs51
4681
4682         * src/Makefile.am
4683                 Fix make dist
4684
4685 2007-03-25 [colin]      2.8.1cvs50
4686
4687         * src/main.c
4688                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4689
4690 2007-03-24 [colin]      2.8.1cvs49
4691
4692         * src/main.c
4693                 Fix a few launch problems on Maemo
4694                 Patch by Jean-Luc Biord
4695
4696 2007-03-24 [wwp]        2.8.1cvs48
4697
4698         * src/alertpanel.c
4699         * src/alertpanel.h
4700         * src/messageview.c
4701         * src/summaryview.c
4702                 Fix wrong action performed when closing the
4703                 "ask about account specific filtering rules
4704                 when filtering manually" dialog by pressing Escape.
4705                 Fix wrong order of buttons in the "return receipt
4706                 notification - the message was sent to several of
4707                 your accounts" dialog.
4708
4709 2007-03-24 [paul]       2.8.1cvs47
4710
4711         * src/folderview.c
4712                 an improvement to English usage
4713         * tools/kdeservicemenu/README
4714                 updated Claws url
4715
4716 2007-03-24 [paul]       2.8.1cvs46
4717
4718         * src/Makefile.am
4719         * src/stock_pixmap.c
4720         * src/pixmaps/edit_extern.xpm
4721         * src/pixmaps/mail_sign.xpm
4722                 rescue long lost icons
4723
4724 2007-03-24 [paul]       2.8.1cvs45
4725
4726         * src/toolbar.c
4727                 fix toolbar (broken in 2.8.1cvs42)
4728
4729 2007-03-23 [colin]      2.8.1cvs44
4730
4731         * src/imap.c
4732                 Correctly unsubscribe/resubscribe after
4733                 RENAME
4734
4735 2007-03-23 [colin]      2.8.1cvs43
4736
4737         * src/prefs_common.c
4738                 Maemo: as the platform is light on RAM, allow
4739                 caches to be discarded faster.
4740
4741 2007-03-23 [colin]      2.8.1cvs42
4742
4743         * src/Makefile.am
4744         * src/compose.c
4745         * src/compose.h
4746         * src/stock_pixmap.c
4747         * src/stock_pixmap.h
4748         * src/summaryview.c
4749         * src/summaryview.h
4750         * src/toolbar.c
4751         * src/toolbar.h
4752         * src/pixmaps/open_mail.xpm
4753                 Maemo changes: Add the possibility to have
4754                 "Open Email" and "Close Window" buttons on 
4755                 toolbars (and use them in Maemo's default
4756                 toolbars)
4757
4758 2007-03-23 [wwp]        2.8.1cvs41
4759
4760         * src/action.c
4761                 Reverted that part of the action dialog closure logics, to
4762                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4763                 done later in a different way (or may not).
4764
4765 2007-03-22 [wwp]        2.8.1cvs40
4766
4767         * src/action.c
4768                 Fix sticky action dialog when got no output but action command
4769                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4770
4771 2007-03-22 [colin]      2.8.1cvs39
4772
4773         * src/prefs_filtering.c
4774         * src/gtk/combobox.h
4775                 Fix escaping account names in filtering prefs
4776
4777 2007-03-22 [colin]      2.8.1cvs38
4778
4779         * src/addrindex.c
4780         * src/ldapctrl.h
4781         * src/ldapquery.c
4782                 Add any attribute specified in LDAP servers'
4783                 Search attributes to the Other Attributes tab
4784                 of contacts; Add 'telephoneNumber' in the
4785                 default list.
4786
4787 2007-03-22 [colin]      2.8.1cvs37
4788
4789         * src/folderview.c
4790         * src/folderview.h
4791         * src/mainwindow.c
4792                 Try to prevent race conditions when
4793                 changing the folder list
4794         * src/summaryview.c
4795                 Fix possible red folder icon when
4796                 switching from Small screen layout
4797                 to any other
4798
4799 2007-03-22 [colin]      2.8.1cvs36
4800
4801         * src/mainwindow.c
4802         * src/mainwindow.h
4803         * src/summaryview.c
4804                 Rename "little screen" to "Small screen"
4805         * src/gtk/Makefile.am
4806         * src/common/utils.c
4807         * src/mh.c
4808                 Fix Maemo-related compilation problems
4809
4810 2007-03-21 [colin]      2.8.1cvs35
4811
4812         * configure.ac
4813                 Fix previous commit
4814         * claws-mail.desktop
4815                 Remove .png from the Icon, it's useless
4816
4817 2007-03-21 [colin]      2.8.1cvs34
4818
4819         * configure.ac
4820         * src/Makefile.am
4821                 Add the necessary lib checking for 
4822                 Maemo
4823
4824 2007-03-21 [colin]      2.8.1cvs33
4825
4826         * src/main.c
4827                 Fix unconditional "error happened" when
4828                 sending via command-line. "lol @ myself"
4829
4830 2007-03-21 [colin]      2.8.1cvs32
4831
4832         * claws-mail-40x40.png
4833         * claws-mail-26x26.png
4834         * src/account.c
4835         * src/addressbook.c
4836         * src/compose.c
4837         * src/folderview.c
4838         * src/folderview.h
4839         * src/main.c
4840         * src/mainwindow.c
4841         * src/mainwindow.h
4842         * src/messageview.c
4843         * src/prefs_account.c
4844         * src/prefs_common.c
4845         * src/summary_search.c
4846         * src/summaryview.c
4847         * src/summaryview.h
4848         * src/gtk/authors.h
4849         * src/gtk/gtkutils.c
4850         * src/gtk/gtkutils.h
4851         * src/gtk/logwindow.c
4852         * src/gtk/menu.c
4853         * src/gtk/prefswindow.c
4854                 Add Maemo port (patch mainly by Jean-Luc Biort)
4855                 Add a new 'Little screen' layout to help on such
4856                 platforms (patch by me)
4857                 Make some default preferences different (more
4858                 adapted) on Maemo (patch by me)
4859
4860 2007-03-21 [wwp]        2.8.1cvs31
4861
4862         * src/prefs_logging.c
4863         * src/prefs_logging.h
4864                 Fixed copyright header of newly added files.
4865
4866 2007-03-21 [wwp]        2.8.1cvs30
4867
4868         * src/Makefile.am
4869         * src/filtering.c
4870         * src/filtering.h
4871         * src/folder.c
4872         * src/folderview.c
4873         * src/imap.c
4874         * src/inc.c
4875         * src/main.c
4876         * src/mainwindow.c
4877         * src/mainwindow.h
4878         * src/matcher.c
4879         * src/messageview.c
4880         * src/news.c
4881         * src/pop.c
4882         * src/prefs_common.c
4883         * src/prefs_common.h
4884         * src/prefs_logging.c
4885         * src/prefs_logging.h
4886         * src/prefs_other.c
4887         * src/procmsg.c
4888         * src/send_message.c
4889         * src/summaryview.c
4890         * src/common/log.c
4891         * src/common/log.h
4892         * src/common/nntp.c
4893         * src/common/session.c
4894         * src/common/smtp.c
4895         * src/common/socket.c
4896         * src/etpan/imap-thread.c
4897         * src/gtk/logwindow.c
4898         * src/gtk/logwindow.h
4899         * src/plugins/bogofilter/bogofilter.c
4900         * src/plugins/spamassassin/spamassassin.c
4901                 Added debugging of filtering/processing rules.
4902                 The debug log is here 'Tools/Filtering debug window',
4903                 the options there 'Configuration/Preferences/Other/Logging',
4904                 and the log file is ~/.claws-mail/filtering.log.
4905                 Moved protocol log prefs to 'Other/Logging' as well.
4906                 To support such debugging feature, the existing log API has
4907                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4908                 this impacts many external modules (commits follow).
4909
4910 2007-03-21 [paul]       2.8.1cvs29
4911
4912         * src/etpan/Makefile.am
4913         * src/etpan/imap-thread.c
4914                 add missing #include
4915
4916 2007-03-21 [colin]      2.8.1cvs28
4917
4918         * src/procmime.c
4919                 Fix bug 1157, 'some broken messages confuse 
4920                 mime parser'. Make sure we can't have MimeInfos
4921                 with negative sizes.
4922
4923 2007-03-20 [colin]      2.8.1cvs27
4924
4925         * src/main.c
4926                 Fix missing \0 on buffer
4927
4928 2007-03-20 [colin]      2.8.1cvs26
4929
4930         * src/mh.c
4931                 Use make_dir_hier instead of make_dir 
4932                 to create the MH mailbox
4933
4934 2007-03-20 [colin]      2.8.1cvs25
4935
4936         * src/folder.c
4937         * src/folder.h
4938         * src/prefs_account.c
4939         * src/wizard.c
4940                 Fix default inbox weirdnesses (after wizard,
4941                 if path is Mail, mailbox identifier is #mh/Mailbox,
4942                 and when creating new accounts)
4943
4944 2007-03-20 [colin]      2.8.1cvs24
4945
4946         * src/account.c
4947                 Write folderlist after adding/deleting accounts
4948                 that have folders
4949
4950 2007-03-20 [colin]      2.8.1cvs23
4951
4952         * src/imap.c
4953         * src/remotefolder.h
4954                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4955                 selected while scanning prior to update'
4956
4957 2007-03-17 [paul]       2.8.1cvs22
4958
4959         * src/main.c
4960                 fix a typo, and be a little more verbose.
4961
4962 2007-03-17 [wwp]        2.8.1cvs21
4963
4964         * src/inc.c
4965                 Fix a compiler warning.
4966
4967 2007-03-16 [wwp]        2.8.1cvs20
4968
4969         * tools/Makefile.am
4970         * tools/README
4971                 Updated to deal w/ the new mairix.sh tool.
4972
4973 2007-03-16 [wwp]        2.8.1cvs19
4974
4975         * src/action.c
4976                 Fix logics issues around the action IO dialog:
4977                 - disable entry widget and exec button when
4978                   the exec button is clicked (don't wait for any
4979                   output line) - fix possible disabling/re-enabling/
4980                   re-disabling of those widgets
4981                 - raise an error if executing a %as{} action either
4982                   empty or invalid, instead of failing silently
4983                 - don't close the dialog if the abort button has been
4984                   clicked and if there was no output yet
4985                 - set focus to the abort button when the exec button
4986                   is clicked
4987                 - fix capitalization of a warning message
4988
4989 2007-03-16 [wwp]        2.8.1cvs18
4990
4991         * tools/mairix.sh
4992                 Added a wrapper to mairix to the tools folder.
4993
4994 2007-03-16 [colin]      2.8.1cvs17
4995
4996         * src/messageview.c
4997         * src/mimeview.h
4998                 Allow mimeviewer plugins to print
4999                 their stuff
5000
5001 2007-03-16 [colin]      2.8.1cvs16
5002
5003         * .cvsignore
5004                 Ignore *.patchset
5005
5006 2007-03-15 [colin]      2.8.1cvs15
5007
5008         * src/messageview.c
5009         * src/mimeview.h
5010                 Add a way for mimeviewer plugins to
5011                 implement body search
5012
5013 2007-03-15 [paul]       2.8.1cvs14
5014
5015         * src/prefs_spelling.c
5016                 fix English usage
5017
5018 2007-03-15 [paul]       2.8.1cvs13
5019
5020         * src/common/quoted-printable.c
5021                 fix decoding of quoted-printable parts
5022
5023 2007-03-14 [wwp]        2.8.1cvs12
5024
5025         * src/gtk/logwindow.h
5026                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5027
5028 2007-03-14 [wwp]        2.8.1cvs11
5029
5030         * src/gtk/logwindow.h
5031                 Complete 2.8.1cvs10.
5032
5033 2007-03-14 [colin]      2.8.1cvs10
5034
5035         * src/gtk/logwindow.c
5036                 Probably fix bug 1149, crash on logwindow
5037                 close - at the expense of performance once
5038                 logwin has been opened
5039
5040 2007-03-14 [colin]      2.8.1cvs9
5041
5042         * src/main.c
5043                 If claws-mail is running on another
5044                 display, warn instead of popping it up
5045                 on the other display
5046
5047 2007-03-12 [colin]      2.8.1cvs8
5048
5049         * src/wizard.c
5050                 Fix bug 1145, 'Setting a different name 
5051                 for the Mailbox name isn't reflected in 
5052                 default account settings'. Patch by wwp
5053
5054 2007-03-12 [colin]      2.8.1cvs7
5055
5056         * src/summaryview.c
5057                 Fix bug 1143, 'Add number of messages to be 
5058                 deleted to confirmation dialog'
5059
5060 2007-03-12 [wwp]        2.8.1cvs6
5061
5062         * src/folderview.c
5063         * src/prefs_common.c
5064         * src/prefs_common.h
5065         * src/prefs_summaries.c
5066                 Changed the option that displays unread messages count
5067                 next to the folder name in folder list: it is now
5068                 possible to either display nothing, display the
5069                 unread messages number only or the unread and total messages
5070                 numbers. The patch includes this extra feature as well
5071                 as some minor fixes by rewriting the algo in folderview.c.
5072                 Thanks to Paul for the original idea and implementation, plus
5073                 testing and proof-reading!
5074
5075 2007-03-09 [paul]       2.8.1cvs5
5076
5077         * tools/Makefile.am
5078         * tools/README
5079         * tools/claws-mail-compose-insert-files.pl
5080                 added a script which enables inserting files
5081                 into the message body of a new Claws Mail
5082                 Compose window from the command line. Additionally
5083                 To, Cc, Subject and files to attach to the message
5084                 can be specified.
5085
5086 2007-03-09 [wwp]        2.8.1cvs4
5087
5088         * src/addr_compl.c
5089         * src/addr_compl.h
5090         * src/filtering.c
5091                 Optimize matching of addresses in the addressbook
5092                 (filtering/processing 'found_in_addressbook' condition).
5093
5094 2007-03-07 [wwp]        2.8.1cvs3
5095
5096         * src/quote_fmt.c
5097         * src/quote_fmt_lex.l
5098         * src/quote_fmt_parse.y
5099                 Add a new quote format symbol: %A to insert the
5100                 sender email address (just the address itself).
5101
5102 2007-03-06 [wwp]        2.8.1cvs2
5103
5104         * src/gtk/gtkutils.c
5105         * src/plugins/trayicon/trayicon_prefs.h
5106         * src/plugins/trayicon/trayicon_prefs.c
5107         * src/plugins/trayicon/trayicon.c
5108         * src/mainwindow.h
5109         * src/mainwindow.c
5110                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5111                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5112
5113
5114 2007-03-06 [paul]       2.8.1cvs1
5115
5116         * NEWS
5117         * README
5118         * RELEASE_NOTES
5119         * configure.ac
5120                 bump version number following
5121                 stable release
5122
5123 2007-03-06 [paul]       2.8.0cvs24
5124
5125         * po/cs.po
5126                 corrected by by Tim <timbrain@post.cz>
5127
5128 2007-03-05 [colin]      2.8.0cvs23
5129
5130         * src/Makefile.am
5131         * src/procmime.c
5132                 Fix mime/globs path on NetBSD
5133                 patch by George Michaelson
5134
5135 2007-03-05 [wwp]        2.8.0cvs22
5136
5137         * src/addr_compl.c
5138                 Remove debug statement (accidentally committed w/ cvs14).
5139
5140 2007-03-05 [paul]       2.8.0cvs21
5141
5142         * src/plugins/pgpcore/prefs_gpg.c
5143                 fix compiler warning
5144
5145 2007-03-05 [wwp]        2.8.0cvs20
5146
5147         * src/matcher_parser_parse.y
5148                 Fix mismerge between cvs17 and cvs19.
5149
5150 2007-03-05 [wwp]        2.8.0cvs19
5151
5152         * src/matcher_parser_parse.y
5153         * src/prefs_filtering_action.c
5154         * src/matcher.c
5155         * src/matcher.h
5156         * src/filtering.c
5157         * src/filtering.h
5158                 Add new 'add_to_addressbook' filtering/processing action.
5159
5160 2007-03-05 [wwp]        2.8.0cvs18
5161
5162         * src/filtering.c
5163                 Fix mark_as_ham filtering/processing action: spam flag
5164                 was not unset.
5165
5166 2007-03-04 [colin]      2.8.0cvs17
5167
5168         * src/filtering.c
5169         * src/matcher.c
5170         * src/matcher.h
5171         * src/matcher_parser_parse.y
5172         * src/prefs_filtering_action.c
5173                 Add 'Mark as spam' and 'Mark as ham' filtering
5174                 actions. Fixes bug 1138.
5175
5176 2007-03-04 [colin]      2.8.0cvs16
5177
5178         * src/imap.c
5179                 Fix bug 1140, wrong return value
5180                 without libetpan
5181
5182 2007-03-04 [wwp]        2.8.0cvs15
5183
5184         * src/addr_compl.c
5185                 Rollback cvs14: don't free stuff that is managed in g_list.
5186
5187 2007-03-04 [wwp]        2.8.0cvs14
5188
5189         * src/addr_compl.c
5190                 Fix a leak in address completion code.
5191
5192 2007-03-04 [colin]      2.8.0cvs13
5193
5194         * src/addr_compl.c
5195                 Maybe fix bug 1136, 'Crash in group 
5196                 address completion'
5197
5198 2007-03-04 [iwkse]      2.8.0cvs12
5199
5200         * src/imap.c
5201                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5202
5203 2007-03-03 [colin]      2.8.0cvs11
5204
5205         * src/plugins/pgpinline/pgpinline.c
5206                 Fix off-by-one, fix double-free. Fixes
5207                 bug 1135, 'cm-segfault on decrypting 
5208                 with PGP/inline'
5209
5210 2007-03-03 [colin]      2.8.0cvs10
5211
5212         * configure.ac
5213         * src/main.c
5214         * src/common/plugin.c
5215                 Fix bug 1134, 'Valgrind macros unhandled 
5216                 by Irix's cc'
5217
5218 2007-03-02 [colin]      2.8.0cvs9
5219
5220         * src/mbox.c
5221                 Don't error out on EAGAIN. Fixes 
5222                 bug 1129, '"local mbox file" account 
5223                 isn't retrieving mails'
5224
5225 2007-03-01 [wwp]        2.8.0cvs8
5226
5227         * src/mainwindow.c
5228         * src/gtk/colorlabel.c
5229                 Remove accels for extra color labels until we set better
5230                 and definitive ones.
5231
5232 2007-02-28 [wwp]        2.8.0cvs7
5233
5234         * src/mainwindow.c
5235         * src/matcher_parser_parse.y
5236         * src/prefs_common.c
5237         * src/prefs_msg_colors.c
5238         * src/procmsg.h
5239         * src/gtk/colorlabel.c
5240         * src/gtk/colorlabel.h
5241                 Add more customizable color labels. Cleaned up a bit
5242                 the color label API to avoid duplicate defines of
5243                 the max number of colors.
5244
5245 2007-02-27 [colin]      2.8.0cvs6
5246
5247         * src/mainwindow.c
5248         * src/common/utils.c
5249         * src/common/utils.h
5250                 Fix '+' in mailto URIs for List-* headers
5251
5252 2007-02-27 [colin]      2.8.0cvs5
5253
5254         * src/gtk/gtkutils.c
5255                 Use gtk_window_set_role instead of 
5256                 _set_wmclass
5257
5258 2007-02-27 [colin]      2.8.0cvs4
5259
5260         * src/inc.c
5261                 Fix "After receiving new mail, go to inbox" on IMAP,
5262                 and make it work only on manual reception
5263
5264 2007-02-27 [wwp]        2.8.0cvs3
5265
5266         * src/prefs_filtering.c
5267         * src/prefs_filtering_action.c
5268         * src/prefs_matcher.c
5269                 Update filtering matcher's and action's color label menus
5270                 when re-opening those dialogs (reflect any change to the
5271                 color labels list in the preferences).
5272
5273 2007-02-27 [colin]      2.8.0cvs2
5274
5275         * src/imap.c
5276         * src/etpan/etpan-thread-manager-types.h
5277         * src/etpan/etpan-thread-manager.c
5278         * src/etpan/imap-thread.c
5279                 Log imap ALERTs as errors in the log.
5280
5281 2007-02-26 [paul]       2.8.0cvs1
5282
5283         * tools/claws.i18n.status.pl
5284                 updated
5285
5286 2007-02-26 [paul]       2.7.2cvs75
5287
5288         * po/ca.po
5289         * po/cs.po
5290         * po/de.po
5291         * po/en_GB.po
5292         * po/fi.po
5293         * po/fr.po
5294         * po/hu.po
5295         * po/pl.po
5296         * po/pt_BR.po
5297         * po/sk.po
5298         * po/sr.po
5299         * po/zh_CN.po
5300                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5301                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5302                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5303                 Aleksandar Urosevic, and Ralgh Young
5304
5305 2007-02-25 [mones]      2.7.2cvs74
5306
5307         * po/es.po
5308                 Updated for release
5309
5310 2007-02-25 [colin]      2.7.2cvs73
5311
5312         * src/main.c
5313                 Clearing the list is only useful
5314                 to prevent a valgrind false-positive
5315
5316 2007-02-25 [paul]       2.7.2cvs72
5317
5318         * tools/Makefile.am
5319         * tools/README
5320         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5321         * tools/maildir2claws-mail.pl  **REMOVED**
5322                 renamed the script, fixed a couple bugs
5323
5324 2007-02-23 [colin]      2.7.2cvs71
5325
5326         * src/addressbook.c
5327                 Fix a leak, check for a few improbable nulls
5328
5329 2007-02-23 [colin]      2.7.2cvs70
5330
5331         * src/main.c
5332         * src/main.h
5333         * src/plugins/trayicon/trayicon.c
5334                 Fix blinking mainwin when starting in tray
5335                 (show mainwindow later in the startup process,
5336                  apart if restarting post-crash)
5337
5338 2007-02-23 [colin]      2.7.2cvs69
5339
5340         * src/folderview.c
5341         * src/imap_gtk.c
5342                 Fix crash when unsubscribing the currently
5343                 selected/opened folder
5344
5345 2007-02-23 [colin]      2.7.2cvs68
5346
5347         * src/compose.c
5348                 Fix bug that prevented colorization to
5349                 work without wrap quotation option
5350
5351 2007-02-23 [colin]      2.7.2cvs67
5352
5353         * src/addr_compl.c
5354                 Fix refcounting, start and end completion who
5355                 behaved as if there couldn't be any other current
5356                 user of completion
5357
5358 2007-02-23 [wwp]        2.7.2cvs66
5359
5360         * src/addressbook.c
5361         * src/addrindex.c
5362                 Address completion fixes: fix addressbook_peek_folder_exists() in
5363                 which the algorithm was ridiculously over-obfuscated and broken.
5364                 Fix addrindex_load_completion() as well, to load addresses in
5365                 completion list with regards to what addressbook_peek_folder_exists()
5366                 returns now.
5367
5368 2007-02-23 [wwp]        2.7.2cvs65
5369
5370         * src/addr_compl.c
5371                 Add addresses to completion when they're non-empty (thanks to Colin).
5372
5373 2007-02-23 [paul]       2.7.2cvs64
5374
5375         * src/plugins/pgpcore/passphrase.c
5376                 remove 'const '
5377
5378 2007-02-23 [colin]      2.7.2cvs63
5379
5380         * src/plugins/pgpcore/prefs_gpg.c
5381         * src/plugins/pgpcore/prefs_gpg.h
5382         * src/plugins/pgpcore/sgpgme.c
5383         * src/plugins/pgpinline/pgpinline.c
5384         * src/plugins/pgpmime/pgpmime.c
5385                 Try harder to respect user's choice wrt
5386                 gpg-agent even with gpg2, by unsetting
5387                 GPG_AGENT_INFO when necessary.
5388
5389 2007-02-22 [paul]       2.7.2cvs62
5390
5391         * src/plugins/pgpcore/sgpgme.c
5392         * src/plugins/pgpcore/sgpgme.h
5393         * src/plugins/pgpcore/passphrase.c
5394         * src/plugins/pgpinline/pgpinline.c
5395         * src/plugins/pgpmime/pgpmime.c
5396                 Fix a leak - gpgme_data_release_and_get_mem
5397                 leaks in recent gpgme. Workaround by using
5398                 our own function.
5399
5400 2007-02-22 [paul]       2.7.2cvs61
5401
5402         * src/gtk/quicksearch.c
5403                 Abandon dynamic search when pressing
5404                 Enter
5405
5406 2007-02-21 [colin]      2.7.2cvs60
5407
5408         * src/procmsg.c
5409         * src/plugins/pgpcore/passphrase.c
5410                 Fix little memory leaks
5411         * src/main.c
5412                 Fix false-positive leak at exit
5413         * src/gtk/quicksearch.c
5414                 Fix potentially big leak in recursive
5415                 Quicksearch
5416
5417 2007-02-21 [wwp]        2.7.2cvs59
5418
5419         * src/summaryview.c
5420                 Add missing newline to a debug message.
5421
5422 2007-02-20 [colin]      2.7.2cvs58
5423
5424         * src/Makefile.am
5425         * src/mimeview.c
5426         * src/stock_pixmap.c
5427         * src/stock_pixmap.h
5428         * src/pixmaps/mime_pgpsig.xpm
5429                 Add icon for application/pgp-signature
5430
5431 2007-02-20 [colin]      2.7.2cvs57
5432
5433         * src/Makefile.am
5434         * src/main.c
5435         * src/mimeview.c
5436         * src/stock_pixmap.c
5437         * src/stock_pixmap.h
5438         * src/pixmaps/mime_calendar.xpm
5439         * src/pixmaps/mime_pdf.xpm
5440         * src/pixmaps/mime_ps.xpm
5441                 Add icons for text/calendar, application/pdf
5442                 and application/postscript
5443
5444 2007-02-20 [colin]      2.7.2cvs56
5445
5446         * autogen.sh
5447         * src/matcher_parser_parse.y
5448         * src/matcher_parser_lex.l
5449                 Fix big memory leak in flex, and
5450                 require flex 2.5.31
5451
5452 2007-02-20 [wwp]        2.7.2cvs55
5453
5454         * src/matcher_parser_parse.y
5455                 Fix a duplicate token definition (thanks to iwkse).
5456
5457 2007-02-20 [wwp]        2.7.2cvs54
5458
5459         * src/matcher_parser_lex.l
5460         * src/quote_fmt_lex.l
5461                 Use proper flex options instead of direct use of #define,
5462                 make the flex-generated C lighter.
5463
5464 2007-02-20 [colin]      2.7.2cvs53
5465
5466         * src/summaryview.c
5467                 Grab focus in message list after hiding
5468                 the quicksearch, instead of leaving it
5469                 "somewhere"
5470
5471 2007-02-19 [colin]      2.7.2cvs52
5472
5473         * src/folderview.c
5474                 Fix bug 1033, 'Automatically refresh 
5475                 message list when new messages arrives'
5476                 Looks like folderview->opened can sometimes
5477                 be wrong...
5478
5479 2007-02-19 [paul]       2.7.2cvs51
5480
5481         * tools/Makefile.am
5482         * tools/README
5483         * tools/thunderbird-filters-convertor.pl
5484                 add new script which converts thunderbird filter
5485                 rules to Claws filter rules
5486
5487 2007-02-18 [paul]       2.7.2cvs50
5488
5489         * src/plugins/pgpcore/prefs_gpg.c
5490         * src/plugins/pgpcore/prefs_gpg.h
5491         * src/plugins/pgpcore/sgpgme.c
5492         * src/plugins/pgpinline/pgpinline.c
5493         * src/plugins/pgpmime/pgpmime.c
5494                 improved GUI interoperability with gpg-agent
5495
5496 2007-02-18 [paul]       2.7.2cvs49
5497
5498         * src/prefs_account.c
5499                 Privacy options sensitivity fix
5500
5501 2007-02-17 [colin]      2.7.2cvs48
5502
5503         * src/messageview.c
5504                 Reset icon to warning in the noticeview
5505
5506 2007-02-15 [colin]      2.7.2cvs47
5507
5508         * src/folderview.c
5509                 Fix a manifestation of bug 1033 (summaryview failing
5510                 to update for new mails), which happens after editing
5511                 account preferences or preferences that cause a 
5512                 folderview reload.
5513
5514 2007-02-15 [colin]      2.7.2cvs46
5515
5516         * src/addressbook.c
5517                 Probably fix bug 1123, 'Segmentation 
5518                 fault while opening address book'. I get
5519                 g_warnings if the saved paned position is
5520                 not greater than 0. Also, save position
5521                 when hiding the addressbook instead of
5522                 via signal.
5523
5524 2007-02-14 [colin]      2.7.2cvs45
5525
5526         * src/plugins/pgpcore/prefs_gpg.c
5527         * src/plugins/pgpcore/prefs_gpg.h
5528         * src/plugins/pgpcore/sgpgme.c
5529         * src/plugins/pgpinline/pgpinline.c
5530         * src/plugins/pgpmime/pgpmime.c
5531                 Add an option "Use gpg-agent if available". Fixes
5532                 annoyances with distro-installed gpg-agent, when
5533                 no pinentry program is installed, and the user's 
5534                 at a loss on why "decryption failed". Makes more
5535                 clear why passphrase isn't saved when gpg-agent is
5536                 used. Defaults to true, to avoid changing the 
5537                 current behaviour.
5538
5539 2007-02-14 [wwp]        2.7.2cvs44
5540
5541         * src/matcher_parser_parse.y
5542                 Fix missing line number reset (wrong line number might appear
5543                 when re-loading filtering rules if there's a parser error).
5544
5545 2007-02-13 [colin]      2.7.2cvs43
5546
5547         * src/common/utils.c
5548                 Don't encode ',' in URIs before passing it
5549                 to the browser command-line. It was probably
5550                 done at a time where commas in URIs made
5551                 mozilla -remote 'openurl(%s,new-window)'
5552                 bug.
5553
5554 2007-02-13 [wwp]        2.7.2cvs42
5555
5556         * src/prefs_matcher.c
5557         * src/plugins/bogofilter/bogofilter_gtk.c
5558                 A bit of string factorization around "Select ..." buttons.
5559
5560 2007-02-11 [colin]      2.7.2cvs41
5561
5562         * src/alertpanel.c
5563                 Make sure to escape the title
5564
5565 2007-02-11 [colin]      2.7.2cvs40
5566
5567         * src/codeconv.c
5568                 Recognize .utf8 locales as .UTF-8 ones
5569
5570 2007-02-11 [colin]      2.7.2cvs39
5571
5572         * src/compose.c
5573                 Fix code conversion when dragging a file
5574
5575 2007-02-09 [colin]      2.7.2cvs38
5576
5577         * src/plugins/clamav/clamav_plugin.c
5578                 Complete Paul's patch with conditional
5579                 compilation to avoid breaking compilation
5580                 on old Dapper and Edgy... Maybe other
5581                 distros too.
5582
5583 2007-02-09 [paul]       2.7.2cvs37
5584
5585         * src/plugins/clamav/clamav_plugin.c
5586                 fix for the upstream changes in libclamav
5587
5588 2007-02-09 [paul]       2.7.2cvs36
5589
5590         * src/main.c
5591         * src/mainwindow.c
5592         * src/procmsg.c
5593         * src/procmsg.h
5594                 fix "warn if there are queued messages" (on exit)
5595                 option, which only checked the first mailbox's
5596                 queue
5597                 don't ask before emptying trash if there are no
5598                 messages in trash, also check and empty all trash
5599                 folders
5600         * src/prefs_other.c
5601                 move "Ask before emptying trash" option
5602                 outside of the "On exit" frame as it's
5603                 not only an "On exit" option
5604
5605 2007-02-09 [paul]       2.7.2cvs35
5606
5607         * src/addrgather.c
5608         * src/alertpanel.c
5609         * src/editldap.c
5610         * src/prefs_account.c
5611         * src/prefs_folder_item.c
5612         * src/prefs_gtk.h
5613         * src/prefs_matcher.c
5614         * src/prefs_message.c
5615         * src/prefs_msg_colors.c
5616         * src/prefs_summaries.c
5617         * src/wizard.c
5618         * src/gtk/inputdialog.c
5619         * src/plugins/bogofilter/bogofilter_gtk.c
5620                 pedantic commit: use 'checkbtn' everywhere
5621                 instead of a mixture of 'checkbtn' and 'chkbtn'
5622
5623 2007-02-09 [paul]       2.7.2cvs34
5624
5625         * src/compose.c
5626                 fix default hotkeys
5627         * src/prefs_other.c
5628         * src/prefs_send.c
5629                 move "Never send Return Receipts" from
5630                 prefs_other to prefs_send
5631                 add an option "Ask about account specific
5632                 filtering rules..." to prefs_other
5633         * src/gtk/gtkutils.c
5634                 fix a compiler warning
5635
5636 2007-02-08 [colin]      2.7.2cvs33
5637
5638         * src/plugins/pgpinline/pgpinline.c
5639                 Fix bug 1110, 'pgpmime fails to process 
5640                 encapsulated openpgp mime (rfc 3156, 6.1 
5641                 -> rfc1847)'
5642                 It was due to an interaction between PGP/Mime
5643                 and PGP/Inline plugin. 
5644
5645 2007-02-08 [colin]      2.7.2cvs32
5646
5647         * src/inc.c
5648         * src/mbox.c
5649         * src/mbox.h
5650                 Fix bug 1117, 'fcntl locking code 
5651                 does not work in mbox.c'
5652
5653 2007-02-08 [colin]      2.7.2cvs31
5654
5655         * src/prefs_account.c
5656                 Fix Gentoo bug 165819, 'can't create 
5657                 a "local mbox file" account'. Patch
5658                 by Olivier <castan.o@free.fr>
5659
5660 2007-02-07 [colin]      2.7.2cvs30
5661
5662         * src/ldapquery.c
5663                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5664                 autocompletion was used'
5665
5666 2007-02-07 [paul]       2.7.2cvs29
5667
5668         * src/folder.c
5669                 cut down on unnecessary debug_prints
5670         * src/imap_gtk.c
5671                 fix menu_set_active() on 'Show only
5672                 subscribed folders'
5673
5674 2007-02-07 [paul]       2.7.2cvs28
5675
5676         * src/plugins/clamav/clamav_plugin.c
5677         * src/plugins/clamav/clamav_plugin.h
5678         * src/plugins/clamav/clamav_plugin_gtk.c
5679                 fix copyright header
5680
5681 2007-02-07 [paul]       2.7.2cvs27
5682
5683         * src/procheader.c
5684                 fix bug 1116, 'summary view allow a 
5685                 subject line break'
5686
5687 2007-02-06 [colin]      2.7.2cvs26
5688
5689         * src/summaryview.c
5690                 Fix delete thread
5691
5692 2007-02-05 [fabien]     2.7.2cvs25
5693
5694         * po/POTFILES.in
5695         * src/uri_opener.c
5696                 i18n related - 1 fix and 1 message for translators.
5697
5698 2007-02-05 [colin]      2.7.2cvs24
5699
5700         * src/gtk/quicksearch.c
5701                 Don't reload summary list if quicksearch wasn't
5702                 active on hiding; move currently selected mail in
5703                 the visible area when showing the quicksearch
5704
5705 2007-02-05 [colin]      2.7.2cvs23
5706
5707         * src/folderview.c
5708                 Add debug to try to solve bug 1104
5709
5710 2007-02-05 [paul]       2.7.2cvs22
5711
5712         * src/mainwindow.c
5713                 confirm before emptying trash on exit is
5714                 a Yes or No answer, use Yes or No in the
5715                 dialog
5716
5717 2007-02-04 [colin]      2.7.2cvs21
5718
5719         * src/compose.c
5720         * src/plugins/pgpcore/passphrase.c
5721         * src/plugins/pgpcore/select-keys.c
5722                 Set wmclass on new windows
5723
5724 2007-02-04 [colin]
5725
5726         2.8.0-rc1 released
5727
5728 2007-02-04 [colin]      2.7.2cvs20
5729
5730         * src/compose.c
5731         * src/compose.h
5732                 Auto save drafts on exit, reopen them
5733                 at startup, instead of asking
5734         * src/account.c
5735         * src/addressadd.c
5736         * src/addressbook.c
5737         * src/addressbook_foldersel.c
5738         * src/addrgather.c
5739         * src/crash.c
5740         * src/editaddress.c
5741         * src/editbook.c
5742         * src/editgroup.c
5743         * src/editjpilot.c
5744         * src/editldap.c
5745         * src/editldap_basedn.c
5746         * src/editvcard.c
5747         * src/exphtmldlg.c
5748         * src/expldifdlg.c
5749         * src/export.c
5750         * src/foldersel.c
5751         * src/gedit-print.c
5752         * src/import.c
5753         * src/importldif.c
5754         * src/importmutt.c
5755         * src/importpine.c
5756         * src/main.c
5757         * src/mainwindow.c
5758         * src/message_search.c
5759         * src/messageview.c
5760         * src/prefs_actions.c
5761         * src/prefs_customheader.c
5762         * src/prefs_display_header.c
5763         * src/prefs_filtering.c
5764         * src/prefs_filtering_action.c
5765         * src/prefs_folder_column.c
5766         * src/prefs_gtk.c
5767         * src/prefs_matcher.c
5768         * src/prefs_other.c
5769         * src/prefs_summaries.c
5770         * src/prefs_summary_column.c
5771         * src/prefs_template.c
5772         * src/sourcewindow.c
5773         * src/ssl_manager.c
5774         * src/summary_search.c
5775         * src/uri_opener.c
5776         * src/gtk/about.c
5777         * src/gtk/description_window.c
5778         * src/gtk/foldersort.c
5779         * src/gtk/gtkutils.c
5780         * src/gtk/gtkutils.h
5781         * src/gtk/icon_legend.c
5782         * src/gtk/logwindow.c
5783         * src/gtk/pluginwindow.c
5784         * src/gtk/prefswindow.c
5785                 Give different wmclass to different
5786                 windows - thanks to sed ;)
5787
5788 2007-02-04 [colin]      2.7.2cvs19
5789
5790         * src/main.c
5791                 Revert previous patch, can't reproduce
5792                 it anymore. 
5793
5794 2007-02-03 [colin]      2.7.2cvs18
5795
5796         * src/main.c
5797                 Don't save the mainwindow size and
5798                 position on emergency exit (libSM's
5799                 "die" callback), Xfce seems to make
5800                 the window smaller just before the
5801                 size's saved.
5802
5803 2007-02-03 [colin]      2.7.2cvs17
5804
5805         * src/plugins/bogofilter/bogofilter.c
5806         * src/plugins/bogofilter/bogofilter.h
5807         * src/plugins/bogofilter/bogofilter_gtk.c
5808         * src/plugins/pgpinline/pgpinline.c
5809         * src/plugins/pgpinline/pgpinline.h
5810                 Fix more copyrights
5811
5812 2007-02-03 [colin]      2.7.2cvs16
5813
5814         * src/partial_download.c
5815         * src/partial_download.h
5816         * src/ssl_manager.c
5817         * src/ssl_manager.h
5818         * src/uri_opener.c
5819         * src/uri_opener.h
5820         * src/wizard.c
5821         * src/wizard.h
5822         * src/common/ssl_certificate.c
5823         * src/common/ssl_certificate.h
5824         * src/gtk/quicksearch.c
5825         * src/gtk/quicksearch.h
5826         * src/gtk/sslcertwindow.c
5827         * src/gtk/sslcertwindow.h
5828                 Fix copyright on my files
5829
5830 2007-02-02 [colin]      2.7.2cvs15
5831
5832         * src/Makefile.am
5833         * src/mainwindow.c
5834         * src/messageview.c
5835         * src/messageview.h
5836         * src/textview.c
5837         * src/textview.h
5838         * src/uri_opener.c
5839         * src/uri_opener.h
5840                 Add Tools/List URIs to allow
5841                 opening any URI in the current mail
5842
5843 2007-02-02 [colin]      2.7.2cvs14
5844
5845         * src/common/valgrind.h ** NEW FILE **
5846         * src/common/Makefile.am
5847         * src/common/plugin.c
5848                 Don't dlclose the plugins if we're running
5849                 under valgrind. (doesn't require valgrind
5850                 either at compile time or run time).
5851
5852 2007-02-01 [paul]       2.7.2cvs13
5853
5854         * AUTHORS
5855         * src/gtk/authors.h
5856         * tools/freshmeat_search.pl
5857         * tools/google_search.pl
5858         * tools/multiwebsearch.pl
5859                 add support for non ISO-8859-1 compatible locales
5860                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5861
5862 2007-02-01 [colin]      2.7.2cvs12
5863
5864         * src/prefs_other.c
5865         * src/prefs_summaries.c
5866                 Move keybinding prefs to the Other page
5867
5868 2007-02-01 [wwp]        2.7.2cvs11
5869
5870         * src/plugins/trayicon/trayicon.c
5871                 Fix a raising issue within KDE.
5872
5873 2007-02-01 [colin]      2.7.2cvs10
5874
5875         * src/codeconv.c
5876                 Fix stray quotes in encoded strings
5877         * src/addressadd.c
5878                 Fix wrong call causing g_warnings
5879         * src/textview.c
5880                 Remove useless message
5881
5882 2007-01-31 [wwp]        2.7.2cvs9
5883
5884         * src/plugins/trayicon/trayicon.c
5885                 fix buggy hiding of main window when closing if close-to-tray
5886                 is not set (bad logics  in the trayicon hook code).
5887                 Changed the quit confirmation message too.
5888
5889 2007-01-30 [colin]      2.7.2cvs8
5890
5891         * src/main.c
5892                 Fix hidden mainwindow after clicking on
5893                 the X close button, if compose windows
5894                 exist and the user chooses not to quit
5895
5896 2007-01-30 [colin]      2.7.2cvs7
5897
5898         * src/main.c
5899         * src/compose.c
5900                 Handle local URIs to attach files (file:///...)
5901                 Fixes attaching files from Thunar for example
5902
5903 2007-01-30 [colin]      2.7.2cvs6
5904
5905         * src/prefs_ext_prog.c
5906                 Add 'mousepad' to the list of text editors.
5907                 Mousepad is XFCE's text editor
5908
5909 2007-01-29 [wwp]        2.7.2cvs5
5910
5911         * po/POTFILES.in
5912         * src/plugins/trayicon/trayicon_prefs.c
5913                 trayicon i18n fixes, thanks to Fabien.
5914
5915 2007-01-28 [wwp]        2.7.2cvs4
5916
5917         * src/mainwindow.c
5918         * src/mainwindow.h
5919         * src/plugins/trayicon/trayicon.c
5920         * src/plugins/trayicon/trayicon_prefs.c
5921         * src/plugins/trayicon/trayicon_prefs.h
5922                 Added a new TrayIcon plugin option to close to tray
5923                 (WM's hotkey and [X] button will hide the window instead
5924                 of closing it - closing CM can be done using the tray icon
5925                 menu or the File menu).
5926                 Improved visibility handling in trayicon, clicking the
5927                 trayicon now raise the window to current desktop when it
5928                 was either minimized/shaded/on another desktop.
5929                 Thanks to Paul for testing and fixing a strange behaviour
5930                 in KDE ;-).
5931
5932 2007-01-27 [paul]       2.7.2cvs3
5933
5934         * src/prefs_folder_item.c
5935         * src/prefs_receive.c
5936         * src/plugins/pgpcore/prefs_gpg.c
5937                 use 'start-up' instead of 'startup' in labels
5938
5939 2007-01-26 [wwp]        2.7.2cvs2
5940
5941         * src/plugins/trayicon/Makefile.am
5942         * src/plugins/trayicon/trayicon.c
5943         * src/plugins/trayicon/trayicon_prefs.c
5944         * src/plugins/trayicon/trayicon_prefs.h
5945                 Add a new TrayIcon option to hide the main window at
5946                 start-up.
5947                 Fix trayicon.c copyright header.
5948
5949 2007-01-26 [paul]       2.7.2cvs1
5950
5951         * NEWS
5952         * README
5953         * RELEASE_NOTES
5954         * configure.ac
5955                 bump up version number following
5956                 stable release
5957
5958 2007-01-25 [mones]      2.7.1cvs60
5959
5960         * po/es.po
5961                 updated thousands of strings (well, probably less ;-)
5962
5963 2007-01-25 [colin]      2.7.1cvs59
5964
5965         * src/matcher.c
5966                 Fix 2nd-run loss of matcherrc on new
5967                 configurations. 
5968
5969 2007-01-25 [wwp]        2.7.1cvs58
5970
5971         * src/mimeview.c
5972                 fix handling of empty value in attach_save_directory too, thanks
5973                 to Colin.
5974
5975 2007-01-25 [wwp]        2.7.1cvs57
5976
5977         * src/gtk/filesel.c
5978                 fix handling of empty value in attach_load_directory,
5979                 thanks to Colin.
5980
5981 2007-01-25 [wwp]        2.7.1cvs56
5982
5983         * src/plugins/dillo_viewer/dillo_prefs.h
5984                 fix a typo.
5985
5986 2007-01-25 [colin]      2.7.1cvs55
5987
5988         * src/matcher.c
5989         * src/matcher.h
5990         * src/matcher_parser_parse.y
5991         * src/prefs_matcher.c
5992                 Add matching on the spam flag
5993
5994 2007-01-24 [colin]      2.7.1cvs54
5995
5996         * src/folder.c
5997         * src/common/xml.c
5998         * src/common/xml.h
5999                 Make sure folderlist.xml is correctly
6000                 written before overwriting it.
6001         * src/procmsg.c
6002         * src/procmsg.h
6003         * src/summaryview.c
6004         * src/plugins/bogofilter/bogofilter.c
6005         * src/plugins/bogofilter/bogofilter.h
6006         * src/plugins/bogofilter/bogofilter_gtk.c
6007         * src/plugins/spamassassin/spamassassin.c
6008         * src/plugins/spamassassin/spamassassin.h
6009         * src/plugins/spamassassin/spamassassin_gtk.c
6010                 Move spam to the correct trash folder after
6011                 learning, if spam directory isn't set.
6012
6013 2007-01-23 [paul]       2.7.1cvs53
6014
6015         * src/plugins/bogofilter/bogofilter_gtk.c
6016                 fix sensitivity of "Insert X-Bogosity header"
6017                 option
6018
6019 2007-01-23 [colin]      2.7.1cvs52
6020
6021         * src/toolbar.c
6022                 Translate toolbar items text if
6023                 they're translatable (default)
6024         * src/addrcache.c
6025         * src/addrcache.h
6026         * src/addritem.c
6027         * src/addritem.h
6028         * src/codeconv.c
6029         * src/codeconv.h
6030         * src/jpilot.c
6031         * src/jpilot.h
6032         * src/ldapctrl.c
6033         * src/ldapctrl.h
6034         * src/ldapquery.h
6035         * src/ldif.c
6036         * src/ldif.h
6037         * src/etpan/etpan-thread-manager.c
6038         * src/etpan/etpan-thread-manager.h
6039         * src/gtk/gtkutils.c
6040         * src/gtk/gtkutils.h
6041                 More static functions
6042
6043 2007-01-22 [fabien]     2.7.1cvs51
6044
6045         * src/gtk/gtkutils.c
6046                 gtkut_get_options_frame() : ability to pass
6047                 a 'NULL' value in frame pointer parameter if
6048                 we don't need it.
6049
6050 2007-01-22 [colin]      2.7.1cvs50
6051
6052         * src/procmsg.c
6053         * src/procmsg.h
6054         * src/plugins/bogofilter/bogofilter.c
6055         * src/plugins/bogofilter/bogofilter_gtk.c
6056         * src/plugins/spamassassin/spamassassin.c
6057         * src/plugins/spamassassin/spamassassin_gtk.c
6058                 Allow moving spams to the account's trash
6059                 instead of default one
6060
6061 2007-01-21 [colin]      2.7.1cvs49
6062
6063         * src/ldapquery.c
6064         * src/ldapquery.h
6065                 Revert a static function that shouldn't
6066                 have been
6067
6068 2007-01-21 [colin]      2.7.1cvs48
6069
6070         * src/ldapquery.c
6071         * src/ldapquery.h
6072                 Same
6073
6074 2007-01-21 [colin]      2.7.1cvs47
6075
6076         * src/procmsg.c
6077         * src/procmsg.h
6078                 Same
6079
6080 2007-01-21 [colin]      2.7.1cvs46
6081
6082         * src/common/socket.c
6083         * src/common/socket.h
6084                 Same
6085
6086 2007-01-21 [colin]      2.7.1cvs45
6087
6088         * src/crash.c
6089         * src/exporthtml.c
6090         * src/exporthtml.h
6091         * src/exportldif.c
6092         * src/exportldif.h
6093         * src/folder.c
6094         * src/folder.h
6095         * src/folder_item_prefs.c
6096         * src/folder_item_prefs.h
6097         * src/folderview.c
6098         * src/folderview.h
6099         * src/gedit-print.c
6100         * src/gedit-print.h
6101         * src/main.c
6102         * src/main.h
6103         * src/common/socket.c
6104         * src/common/socket.h
6105         * src/gtk/gtkaspell.c
6106         * src/gtk/gtkaspell.h
6107         * src/gtk/quicksearch.c
6108         * src/gtk/quicksearch.h
6109                 Same
6110
6111 2007-01-21 [colin]      2.7.1cvs44
6112
6113         * src/common/utils.c
6114         * src/common/utils.h
6115         * src/etpan/etpan-thread-manager.c
6116         * src/etpan/etpan-thread-manager.h
6117                 Same (Funny that etpan_thread_unbind
6118                 is called but not etpan_thread_bind)
6119
6120 2007-01-21 [colin]      2.7.1cvs43
6121
6122         * src/addrselect.c
6123         * src/addrselect.h
6124         * src/codeconv.c
6125         * src/codeconv.h
6126         * src/compose.c
6127         * src/compose.h
6128         * src/etpan/Makefile.am
6129         * src/gtk/colorlabel.c
6130         * src/gtk/colorlabel.h
6131         * src/gtk/sslcertwindow.c
6132         * src/gtk/sslcertwindow.h
6133         * src/etpan/etpan-log.c ** REMOVED **
6134         * src/etpan/etpan-log.h ** REMOVED **
6135                 Same
6136
6137 2007-01-20 [colin]      2.7.1cvs42
6138
6139         * src/addritem.c
6140         * src/addritem.h
6141                 Same
6142
6143 2007-01-20 [colin]      2.7.1cvs41
6144
6145         * src/account.c
6146         * src/account.h
6147         * src/addrbook.c
6148         * src/addrbook.h
6149         * src/addrcache.c
6150         * src/addrcache.h
6151         * src/addrclip.c
6152         * src/addrclip.h
6153         * src/addressbook.c
6154         * src/addressbook.h
6155         * src/addrharvest.c
6156         * src/addrharvest.h
6157         * src/addrindex.c
6158         * src/addrindex.h
6159         * src/editaddress.c
6160         * src/editaddress.h
6161                 Make functions that aren't used in other
6162                 files static
6163
6164 2007-01-20 [colin]      2.7.1cvs40
6165
6166         * src/account.c
6167         * src/addrbook.c
6168         * src/addrcache.c
6169         * src/addressbook.c
6170         * src/addrgather.c
6171         * src/addrindex.c
6172         * src/addrquery.c
6173         * src/addrselect.c
6174         * src/browseldap.c
6175         * src/compose.c
6176         * src/editbook.c
6177         * src/editjpilot.c
6178         * src/editldap.c
6179         * src/editldap_basedn.c
6180         * src/editvcard.c
6181         * src/exporthtml.c
6182         * src/exportldif.c
6183         * src/folder.c
6184         * src/folderview.c
6185         * src/image_viewer.c
6186         * src/imap.c
6187         * src/importmutt.c
6188         * src/importpine.c
6189         * src/jpilot.c
6190         * src/ldapquery.c
6191         * src/main.c
6192         * src/mainwindow.c
6193         * src/matcher.c
6194         * src/messageview.c
6195         * src/mh.c
6196         * src/mimeview.c
6197         * src/msgcache.c
6198         * src/mutt.c
6199         * src/news.c
6200         * src/pine.c
6201         * src/prefs_account.c
6202         * src/prefs_common.c
6203         * src/prefs_compose_writing.c
6204         * src/prefs_ext_prog.c
6205         * src/prefs_folder_item.c
6206         * src/prefs_fonts.c
6207         * src/prefs_message.c
6208         * src/prefs_msg_colors.c
6209         * src/prefs_other.c
6210         * src/prefs_quote.c
6211         * src/prefs_receive.c
6212         * src/prefs_send.c
6213         * src/prefs_spelling.c
6214         * src/prefs_summaries.c
6215         * src/prefs_toolbar.c
6216         * src/prefs_wrapping.c
6217         * src/privacy.c
6218         * src/procmime.c
6219         * src/procmsg.c
6220         * src/ssl_manager.c
6221         * src/statusbar.c
6222         * src/summaryview.c
6223         * src/toolbar.c
6224         * src/vcard.c
6225         * src/common/hooks.c
6226         * src/common/log.c
6227         * src/common/passcrypt.c
6228         * src/common/socket.c
6229         * src/common/ssl.c
6230         * src/common/ssl_certificate.c
6231         * src/common/template.c
6232         * src/common/utils.c
6233         * src/etpan/imap-thread.c
6234         * src/gtk/sslcertwindow.c
6235         * src/gtk/sslcertwindow.h
6236                 Make functions that could be static, static
6237
6238 2007-01-20 [colin]      2.7.1cvs39
6239
6240         * src/editldap.c
6241                 Fix tooltip
6242
6243 2007-01-20 [colin]      2.7.1cvs38
6244
6245         * src/ldapquery.c
6246         * src/ldaputil.c
6247         * src/ldaputil.h
6248                 Fix bug 1102, 'claws-mail-2.7.1 
6249                 makes use of deprecated ldap 
6250                 functions'
6251
6252 2007-01-20 [colin]      2.7.1cvs37
6253
6254         * src/mainwindow.c
6255         * src/mainwindow.h
6256         * src/summaryview.c
6257         * src/gtk/quicksearch.c
6258                 Add Wide message list layout
6259
6260 2007-01-19 [fabien]     2.7.1cvs36
6261
6262         * src/textview.c
6263                 make sure a font change is considered in links of
6264                 headerview.
6265
6266 2007-01-19 [colin]      2.7.1cvs35
6267
6268         * src/main.c
6269         * src/mainwindow.c
6270         * src/mainwindow.h
6271         * src/messageview.c
6272         * src/messageview.h
6273         * src/prefs_common.c
6274         * src/prefs_common.h
6275         * src/summaryview.c
6276         * src/summaryview.h
6277         * src/gtk/quicksearch.c
6278         * src/gtk/quicksearch.h
6279                 Drop 'Separate Folder tree' and 'Separate
6280                 Message View'. Put three layouts in place
6281                 of it.
6282
6283 2007-01-19 [paul]       2.7.1cvs34
6284
6285         * src/prefs_msg_colors.c
6286                 more use of Q_ for translators
6287
6288 2007-01-19 [paul]       2.7.1cvs33
6289
6290         * src/imap_gtk.c
6291         * src/prefs_account.c
6292                 a few changes to the English
6293
6294 2007-01-19 [fabien]     2.7.1cvs32
6295
6296         * src/wizard.c
6297                 factorize translatable string
6298
6299 2007-01-18 [colin]      2.7.1cvs31
6300
6301         * src/main.c
6302                 Don't error out on --sync option. Although
6303                 we don't do anything with it, gtk+ handles
6304                 it, and it's useful for debugging X errors
6305
6306 2007-01-18 [fabien]     2.7.1cvs30
6307
6308         * src/prefs_other.c
6309                 ability to apply on the fly the recent added
6310                 'gtk_can_change_accels' pref (no need to restart).
6311
6312 2007-01-18 [fabien]     2.7.1cvs29
6313
6314         * src/plugins/bogofilter/bogofilter_gtk.c
6315         * src/plugins/bogofilter/bogofilter.c
6316         * src/plugins/spamassassin/spamassassin_gtk.c
6317         * src/addr_compl.c
6318         * src/prefs_account.c
6319                 factorize or rewrite some translatable strings.
6320
6321 2007-01-18 [fabien]     2.7.1cvs28
6322
6323         * src/prefs_gtk.h
6324         * src/compose.c
6325                 set a 4pix space between "Subject:" label and subject entry in
6326                 compose window.
6327
6328 2007-01-18 [wwp]        2.7.1cvs27
6329
6330         * src/addressbook.c
6331                 fix conflicting address-copy/paste when focus is set
6332                 to the embedded edit-person form.
6333  
6334
6335 2007-01-18 [wwp]        2.7.1cvs26
6336
6337         * src/addressbook.h
6338                 complete 2.7.1cvs23 (one more file was missing from that
6339                 commit).
6340
6341 2007-01-18 [colin]      2.7.1cvs25
6342
6343         * src/main.c
6344                 Provide a way to migrate without backup
6345                 Re-ask for migration on next start if 
6346                 it has been refused and wizard has been 
6347                 cancelled after.
6348
6349 2007-01-18 [wwp]        2.7.1cvs24
6350
6351         * src/editaddress.c
6352                 complete 2.7.1.cvs23 (file was missing from previous
6353                 commit).
6354
6355 2007-01-18 [wwp]        2.7.1cvs23
6356
6357         * src/addressbook.c
6358                 fix potential crashes in address book's focus_in/out signal handlers,
6359                 force focus to the edit-person form when clicked the Edit menu entry or
6360                 button (this only matters if the edit-person form is embedded to the
6361                 AB window, in that case, focus is not set when browsing the contacts
6362                 list w/ keys or mouse clicks).
6363
6364 2007-01-18 [paul]       2.7.1cvs22
6365
6366         * src/main.c
6367                 add command line options:
6368                 -h for --help
6369                 -q and --quit for --exit
6370                 -v for --version
6371                 print "Unknown option" for unknown options
6372
6373 2007-01-18 [paul]       2.7.1cvs21
6374
6375         * po/ru.po
6376                 updated by Pavlo Bohmat
6377
6378 2007-01-18 [paul]       2.7.1cvs20
6379
6380         * src/mainwindow.c
6381                 fix sensitivity issues of Mark as Spam/Ham
6382
6383 2007-01-17 [fabien]     2.7.1cvs19
6384
6385         * src/prefs_other.c
6386         * src/prefs_common.c
6387         * src/prefs_common.h
6388         * src/main.c
6389                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6390                 control the corresponding gtk property. It could be used to lock
6391                 all shortcuts (avoid to set one of them by inadvertency).
6392
6393 2007-01-17 [colin]      2.7.1cvs18
6394
6395         * src/summaryview.c
6396                 Fix bug 1100, 'Highlighted e-mail data not visible 
6397                 when color label applied.'. Use a weighted average
6398                 between normal selected foreground color and color
6399                 label instead of a simple one (3/1 instead 1/1).
6400
6401 2007-01-17 [colin]      2.7.1cvs17
6402
6403         * src/messageview.c
6404                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6405                 crash' - don't prevent mail switching while loading
6406
6407 2007-01-17 [colin]      2.7.1cvs16
6408
6409         * src/folder.c
6410         * src/folder.h
6411         * src/folderview.c
6412         * src/folderview.h
6413         * src/imap.c
6414         * src/imap.h
6415         * src/imap_gtk.c
6416                 Manage recursive search of unsubscribed folders
6417                 Rescan tree without checking for new messages 
6418                 after subscriptions changed
6419
6420 2007-01-17 [paul]       2.7.1cvs15
6421
6422         * src/prefs_common.c
6423         * src/gtk/pluginwindow.c
6424                 fix bug 1101, '"Load plugin" button is
6425                 accidentally hidden'
6426                 unset (-1) initial width in prefs_common,
6427                 fix overlapping buttons,
6428                 and other cleanups
6429
6430 2007-01-17 [paul]       2.7.1cvs14
6431
6432         * src/procmime.c
6433                 add #include <errno.h>, it's needed
6434                 on some systems
6435
6436 2007-01-17 [paul]       2.7.1cvs13
6437
6438         * src/common/defs.h
6439         * tools/make.themes.project
6440                 rename .sylpheed_themeinfo to .claws_themeinfo
6441                 and use it
6442         * src/etpan/etpan-errors.h
6443         * src/etpan/etpan-log.c
6444         * src/etpan/etpan-log.h
6445         * src/etpan/etpan-thread-manager-types.h
6446         * src/etpan/etpan-thread-manager.c
6447         * src/etpan/etpan-thread-manager.h
6448         * src/etpan/imap-thread.c
6449         * src/etpan/imap-thread.h
6450                 add copyright header
6451
6452 2007-01-17 [colin]      2.7.1cvs12
6453
6454         * src/plugins/pgpcore/select-keys.c
6455         * src/gtk/pluginwindow.c
6456         * src/prefs_account.c
6457                 Fix warnings
6458
6459 2007-01-16 [colin]      2.7.1cvs11
6460
6461         * src/imap.c
6462         * src/imap.h
6463         * src/imap_gtk.c
6464                 Manage subscribing to subfolders when only
6465                 subscribed folders are shown.
6466
6467 2007-01-16 [colin]      2.7.1cvs10
6468
6469         * src/folderview.c
6470                 Fix annoying vscrollbar going back to top
6471                 on Check for new folders
6472
6473 2007-01-16 [colin]      2.7.1cvs9
6474
6475         * src/imap.c
6476                 Remove printf
6477
6478 2007-01-16 [colin]      2.7.1cvs8
6479
6480         * src/filtering.c
6481                 Bigger buffer for errors
6482         * src/imap.c
6483         * src/imap.h
6484         * src/imap_gtk.c
6485         * src/prefs_account.c
6486         * src/prefs_account.h
6487         * src/wizard.c
6488         * src/etpan/imap-thread.c
6489         * src/etpan/imap-thread.h
6490         * manual/handling.xml
6491                 Add subscriptions management. What it changes:
6492                 Creating a folder subscribes to it
6493                 Deleting a folder unsubscribes it
6494                 New contextual menu item allowing to switch between
6495                 All folders and Subscribed folders, subscribe, and
6496                 unsubscribe. "Creating" an existing but unsubscribed
6497                 folder will subscribe it.
6498                 By default for new accounts, only subscribed folders 
6499                 are shown.
6500
6501
6502 2007-01-16 [paul]       2.7.1cvs7
6503
6504         * src/summaryview.c
6505                 Allow folder classes to specify only sort_key or
6506                 sort_type instead of both or none.
6507
6508 2007-01-16 [paul]       2.7.1cvs6
6509
6510         * src/action.c
6511         * src/compose.c
6512         * src/mimeview.c
6513         * src/procmime.c
6514         * src/textview.c
6515                 Save and use errno for procmime_get_part
6516
6517 2007-01-16 [colin]      2.7.1cvs5
6518
6519         * src/imap.c
6520                 Never remove INBOX when scanning for
6521                 new folders. It's a special folder
6522                 that has to exist.
6523
6524 2007-01-15 [colin]      2.7.1cvs4
6525
6526         * src/imap.c
6527                 Fix 'Check for new folders' when IMAP subdirectory
6528                 is set
6529         * src/etpan/imap-thread.c
6530                 Fix build
6531
6532 2007-01-15 [colin]      2.7.1cvs3
6533
6534         * src/etpan/imap-thread.c
6535                 Fix invalid free on command-connection
6536                 error
6537
6538 2007-01-15 [wwp]        2.7.1cvs2
6539
6540         * src/matcher_parser_lex.l
6541         * src/quote_fmt_lex.l
6542         * src/matcher_parser_parse.y
6543                 fix copyright header in lexers and parsers.
6544
6545 2007-01-15 [paul]       2.7.1cvs1
6546
6547         * NEWS
6548         * README
6549         * RELEASE_NOTES
6550         * configure.ac
6551                 bump up version number following
6552                 stable release
6553
6554 2007-01-15 [paul]       2.7.0cvs31
6555
6556         * AUTHORS
6557         * src/gtk/authors.h
6558                 add Fabien to the Team list
6559                 add the recent contributors
6560                 make a few corrections
6561
6562 2007-01-15 [paul]       2.7.0cvs30
6563
6564         * src/mainwindow.c
6565                 fix compiler warning
6566         * src/plugins/pgpcore/prefs_gpg.c
6567         * src/plugins/pgpcore/prefs_gpg.h
6568                 add missing include
6569                 fix copyright header
6570
6571 2007-01-14 [colin]      2.7.0cvs29
6572
6573         * src/gtk/filesel.c
6574                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6575                 two benefits: faster to open, will fix strange
6576                 dbus-related crash. Thanks to Pascal Terjan.
6577
6578 2007-01-14 [colin]      2.7.0cvs28
6579
6580         * src/etpan/imap-thread.c
6581                 Delete the old imap just after allocating
6582                 the new one. Makes sure we don't get the
6583                 same pointer by sheer luck, which feels
6584                 strange in the debug log.
6585
6586 2007-01-14 [colin]      2.7.0cvs27
6587
6588         * src/gtk/inputdialog.c
6589                 Make sure we don't print passwords in
6590                 clear text when in debug mode
6591
6592 2007-01-14 [colin]      2.7.0cvs26
6593
6594         * src/gtk/gtksctree.c
6595                 Fix bug 1098, 'bogus last row display 
6596                 after expanding a thread'. Patch by
6597                 Jindrich Makovicka <makovick@gmail.com>
6598
6599 2007-01-14 [colin]      2.7.0cvs25
6600
6601         * src/etpan/imap-thread.c
6602                 Close socket manually before
6603                 freeing the imap struct
6604
6605 2007-01-14 [colin]      2.7.0cvs24
6606
6607         * src/etpan/imap-thread.c
6608                 Maybe fix new reconnection issues
6609
6610 2007-01-13 [colin]      2.7.0cvs23
6611
6612         * src/summaryview.c
6613                 Freeze/thaw on thread selection
6614
6615 2007-01-13 [paul]       2.7.0cvs22
6616
6617         * src/mainwindow.c
6618         * src/summaryview.c
6619         * src/summaryview.h
6620                 add 'Edit/Delete thread'
6621
6622 2007-01-13 [colin]      2.7.0cvs21
6623
6624         * src/prefs_account.c
6625         * src/prefs_compose_writing.c
6626         * src/prefs_message.c
6627         * src/prefs_msg_colors.c
6628         * src/prefs_other.c
6629         * src/prefs_receive.c
6630         * src/prefs_spelling.c
6631         * src/prefs_summaries.c
6632         * src/prefs_themes.c
6633         * src/gtk/gtkutils.c
6634         * src/gtk/gtkutils.h
6635         * src/plugins/pgpcore/prefs_gpg.c
6636         * src/plugins/spamassassin/spamassassin_gtk.c
6637                 Factorize gtk frame creation
6638                 Patch by Pawel
6639
6640 2007-01-13 [colin]      2.7.0cvs20
6641
6642         * src/message_search.c
6643         * src/summary_search.c
6644                 Fix Enter in search windows
6645         * src/messageview.c
6646                 Fix body search starting at the
6647                 end of the mail (and asking for loop)
6648
6649 2007-01-13 [colin]      2.7.0cvs19
6650
6651         * src/etpan/imap-thread.c
6652                 Make sure we don't free the same imap
6653                 twice
6654
6655 2007-01-13 [colin]      2.7.0cvs18
6656
6657         * commitHelper
6658                 Allow multiple commitHelpers to
6659                 run at once
6660
6661 2007-01-12 [colin]      2.7.0cvs17
6662
6663         * src/etpan/imap-thread.c
6664                 Make sure we get rid of the previous mailimap
6665                 when connecting - just in case disconnect was
6666                 unclean
6667
6668 2007-01-12 [paul]       2.7.0cvs16
6669
6670         * src/compose.c
6671                 Strip S/MIME signatures when re-editing
6672                 S/MIME signed messages.
6673
6674 2007-01-12 [paul]       2.7.0cvs15
6675
6676         * configure.ac
6677         * src/addressbook.c
6678         * src/foldersel.c
6679         * src/folderview.c
6680         * src/main.c
6681                 no need to define CLAWS anymore, remove
6682                 all that stuff
6683
6684 2007-01-12 [paul]       2.7.0cvs14
6685
6686         * src/mimeview.c
6687                 check if the mail's signed as
6688                 it can change the mail structure
6689                 Thanks to Colin
6690
6691 2007-01-12 [paul]       2.7.0cvs13
6692
6693         * src/procmime.c
6694                 fix Forwarding msgs with attachments
6695                 that have dos line endings
6696                 Thanks to Colin
6697
6698 2007-01-12 [wwp]        2.7.0cvs12
6699
6700         * configure.ac
6701                 Revert accidentally committed extra version tag.
6702
6703 2007-01-12 [wwp]        2.7.0cvs11
6704
6705         * src/prefs_account.c
6706                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6707
6708 2007-01-11 [colin]      2.7.0cvs10
6709
6710         * src/imap.c
6711                 move g_warning to debug_print
6712                 it scares people for no reason
6713
6714 2007-01-11 [colin]      2.7.0cvs9
6715
6716         * po/POTFILES.in
6717                 Fix files to translate. Patch by
6718                 Fabien
6719
6720 2007-01-11 [paul]       2.7.0cvs8
6721
6722         * src/imap.c
6723                 Fix recursion when server lists the
6724                 current subfolder in the response
6725         * src/mimeview.c
6726                 Fix updating of icon_list/ctree
6727         * src/plugins/pgpcore/select-keys.c
6728                 Fix a few annoyances when choosing
6729                 keys for the CMS (S/MIME) protocol
6730
6731 2007-01-11 [wwp]        2.7.0cvs7
6732
6733         * src/compose.c
6734         * src/prefs_account.c
6735         * src/prefs_account.h
6736                 Add per-account spellcheck default dictionaries settings.
6737
6738 2007-01-10 [colin]      2.7.0cvs6
6739
6740         * src/prefs_folder_item.c
6741                 Factorize strings - patch by Fabien
6742
6743 2007-01-10 [colin]      2.7.0cvs5
6744
6745         * src/mainwindow.c
6746                 Fix bug 1095, 'Crash while changing folder 
6747                 columns during incorporation'
6748
6749 2007-01-09 [colin]      2.7.0cvs4
6750
6751         * src/gtk/pluginwindow.c
6752                 Set the plugin window transient. Seems
6753                 like some window managers hide it in
6754                 the background after "load plugin"...
6755
6756 2007-01-09 [colin]      2.7.0cvs3
6757
6758         * src/gtk/filesel.c
6759                 Use the same type for alloc and free
6760
6761 2007-01-08 [paul]       2.7.0cvs2
6762
6763         * po/nl.po
6764                 updated by Tim Dijkstra
6765
6766 2007-01-08 [paul]       2.7.0cvs1
6767
6768         * src/prefs_themes.c
6769         * src/common/utils.c
6770                 Fix resource leaks
6771
6772 2007-01-08 [paul]       2.7.0
6773
6774         * NEWS
6775         * README
6776         * RELEASE_NOTES
6777                 2.7.0 released
6778
6779 2007-01-08 [paul]       2.6.1cvs119
6780
6781         * doc/man/claws-mail.1
6782                 another correction
6783
6784 2007-01-08 [paul]       2.6.1cvs118
6785
6786         * doc/man/claws-mail.1
6787                 corrections
6788         * manual/advanced.xml
6789                 improved English usage
6790
6791 2007-01-08 [paul]       2.6.1cvs117
6792
6793         * po/ca.po
6794         * po/de.po
6795         * po/en_GB.po
6796         * po/fi.po
6797         * po/it.po
6798         * po/pt_BR.po
6799         * po/sk.po
6800         * po/sr.po
6801         * po/zh_CN.po
6802                 updated by Miquel Oliete, Stephan Sachse, me,
6803                 Tommi Pirinen, Andrea Spadaccini, Frederico
6804                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6805                 Urosevic, and Ralgh Young
6806
6807 2007-01-07 [mones]      2.6.1cvs116
6808
6809         * manual/es/advanced.xml
6810         * po/es.po
6811                 Synced manual (unhide mark_as_read_delay)
6812                 and updated translation for release
6813
6814 2007-01-07 [paul]       2.6.1cvs115
6815
6816         * src/prefs_matcher.c
6817                 make the hbox content fit better under
6818                 various languages
6819
6820 2007-01-07 [colin]      2.6.1cvs114
6821
6822         * src/messageview.c
6823                 Fix bug 1088, 'Ctrl-h produces repeatable
6824                 crash'
6825
6826 2007-01-06 [colin]      2.6.1cvs113
6827
6828         * src/etpan/imap-thread.c
6829                 Add casts to int to get certs. Fixes
6830                 bug 1064, 'crash @ etpan_certificate_check() 
6831                 when opening an IMAP folder', with latest
6832                 libetpan CVS or >= 0.49
6833         * src/mainwindow.c
6834         * src/mainwindow.h
6835         * src/imap_gtk.c
6836         * src/news_gtk.c
6837         * src/prefs_folder_item.c
6838                 Grey out the "synchronise" menu items if
6839                 there's nothing to synchronise.
6840         * src/plugins/pgpcore/sgpgme.c
6841                 Make an error clearer than "Unknown error"
6842
6843 2007-01-06 [colin]      2.6.1cvs112
6844
6845         * src/messageview.c
6846                 Don't try to show a message if updating
6847                 Maybe fixes bug 1088, 'ctrl-h produces
6848                 repeatable crash'.
6849
6850 2007-01-06 [colin]      2.6.1cvs111
6851
6852         * src/summaryview.c
6853                 Disable Control-Space (handle it as Space).
6854
6855 2007-01-05 [paul]       2.6.1cvs110
6856
6857         * src/imap.c
6858                 Fix bug 934, 'sylpheed claws 2.1 
6859                 doesn't show Exchanges Public Folders'
6860                 Thanks to Hoa and Colin
6861         * src/msgcache.c
6862                 Refuse to allocate more than 2 MB for a 
6863                 single field, it's a good indication of
6864                 cache corruption.
6865
6866 2007-01-05 [colin]      2.6.1cvs109
6867
6868         * src/mainwindow.c
6869                 Allow --select'ing emails by Message-ID too
6870
6871 2007-01-05 [colin]      2.6.1cvs108
6872
6873         * src/common/quoted-printable.c
6874                 Uh! Third fix :)
6875
6876 2007-01-05 [colin]      2.6.1cvs107
6877
6878         * src/common/quoted-printable.c
6879                 Fix previous commit about bug 1089
6880                 Thanks to Ralf
6881
6882 2007-01-05 [colin]      2.6.1cvs106
6883
6884         * src/common/quoted-printable.c
6885                 Fix my previous commit on bug 1089
6886                 - Thanks to Ralf :)
6887
6888 2007-01-04 [colin]      2.6.1cvs105
6889
6890         * src/common/quoted-printable.c
6891                 Fix bug 1089, 'NUL characters in Subject 
6892                 line are misinterpreted'. Not a pain to
6893                 fix in fact.
6894
6895 2007-01-04 [colin]      
6896
6897         2.7.0-rc3 released
6898
6899 2007-01-04 [wwp]        2.6.1cvs104
6900
6901         * src/image_viewer.c
6902                 Force operator precedence (fix a compiler warning).
6903
6904 2007-01-04 [colin]      2.6.1cvs103
6905
6906         * src/image_viewer.c
6907                 Be cautious there too (same fix as the one
6908                 in textview from cvs33)
6909         * src/messageview.c
6910                 Don't use any MimeViewer plugin when showing
6911                 all headers
6912
6913 2007-01-03 [wwp]        2.6.1cvs102
6914
6915         * src/html.c
6916         * src/html.h
6917                 fixed "cent" sign (use the existing ASCII one),
6918                 decode more HTML entities,
6919                 converted table ASCII entries to UTF-8,
6920                 moved a switch() into a hashtable.
6921
6922 2007-01-03 [paul]       2.6.1cvs101
6923
6924         * src/compose.c
6925         * src/messageview.c
6926         * src/procmsg.c
6927         * src/procmsg.h
6928                 When possible, use move_msg instead of
6929                 copy_msg + remove_msg to move sent mail
6930                 from Queue to Sent. 
6931
6932 2007-01-03 [paul]       2.6.1cvs100
6933
6934         * src/html.c
6935                 add more html entity recognition:
6936                 pounds, euros, and cents
6937
6938 2007-01-03 [colin]      2.6.1cvs99
6939
6940         * src/imap_gtk.c
6941                 Don't display an error on NOSELECT
6942                 folders when synchronising
6943
6944 2007-01-03 [paul]       2.6.1cvs98
6945
6946         * tools/maildir2claws-mail.pl
6947                 only substitute 'sent-mail' if it's
6948                 the full directory name
6949
6950 2007-01-03 [paul]       2.6.1cvs97
6951
6952         * ChangeLog
6953         * ChangeLog.pre2.0.0
6954         * Makefile.am
6955                 archive a chunk of ChangeLog in
6956                 ChangeLog.pre2.0.0
6957         * ChangeLog.gtk1
6958         * doc/src/ChangeLog.claws-pre0.8.0
6959                 remove ChangeLog.claws-pre0.8.0, adding
6960                 its contents to ChangeLog.gtk1
6961
6962 2007-01-03 [paul]       2.6.1cvs96
6963
6964         * src/account.c
6965         * src/account.h
6966         * src/action.c
6967         * src/action.h
6968         * src/adbookbase.h
6969         * src/addr_compl.c
6970         * src/addr_compl.h
6971         * src/addrbook.c
6972         * src/addrcache.c
6973         * src/addrcache.h
6974         * src/addrcindex.c
6975         * src/addrcindex.h
6976         * src/addrclip.c
6977         * src/addrclip.h
6978         * src/addrdefs.h
6979         * src/addressadd.c
6980         * src/addressadd.h
6981         * src/addressbook.c
6982         * src/addressbook.h
6983         * src/addressbook_foldersel.c
6984         * src/addressbook_foldersel.h
6985         * src/addrgather.c
6986         * src/addrgather.h
6987         * src/addrharvest.c
6988         * src/addrharvest.h
6989         * src/addrindex.c
6990         * src/addrindex.h
6991         * src/addritem.c
6992         * src/addritem.h
6993         * src/addrquery.c
6994         * src/addrquery.h
6995         * src/addrselect.c
6996         * src/addrselect.h
6997         * src/alertpanel.c
6998         * src/alertpanel.h
6999         * src/browseldap.c
7000         * src/browseldap.h
7001         * src/codeconv.c
7002         * src/codeconv.h
7003         * src/compose.c
7004         * src/compose.h
7005         * src/customheader.c
7006         * src/customheader.h
7007         * src/displayheader.c
7008         * src/displayheader.h
7009         * src/editaddress.c
7010         * src/editaddress.h
7011         * src/editbook.c
7012         * src/editbook.h
7013         * src/editgroup.c
7014         * src/editgroup.h
7015         * src/editjpilot.c
7016         * src/editjpilot.h
7017         * src/editldap.c
7018         * src/editldap.h
7019         * src/editldap_basedn.c
7020         * src/editldap_basedn.h
7021         * src/editvcard.c
7022         * src/editvcard.h
7023         * src/exphtmldlg.c
7024         * src/exphtmldlg.h
7025         * src/expldifdlg.c
7026         * src/expldifdlg.h
7027         * src/export.c
7028         * src/export.h
7029         * src/exporthtml.c
7030         * src/exporthtml.h
7031         * src/exportldif.c
7032         * src/exportldif.h
7033         * src/filtering.c
7034         * src/filtering.h
7035         * src/folder.c
7036         * src/folder.h
7037         * src/folder_item_prefs.c
7038         * src/folder_item_prefs.h
7039         * src/foldersel.c
7040         * src/foldersel.h
7041         * src/folderutils.c
7042         * src/folderutils.h
7043         * src/folderview.c
7044         * src/folderview.h
7045         * src/grouplistdialog.c
7046         * src/grouplistdialog.h
7047         * src/headerview.c
7048         * src/html.c
7049         * src/html.h
7050         * src/image_viewer.c
7051         * src/image_viewer.h
7052         * src/imap.c
7053         * src/imap.h
7054         * src/imap_gtk.c
7055         * src/imap_gtk.h
7056         * src/import.c
7057         * src/import.h
7058         * src/importldif.c
7059         * src/importldif.h
7060         * src/importmutt.c
7061         * src/importmutt.h
7062         * src/importpine.c
7063         * src/importpine.h
7064         * src/inc.c
7065         * src/inc.h
7066         * src/jpilot.c
7067         * src/jpilot.h
7068         * src/ldapctrl.c
7069         * src/ldapctrl.h
7070         * src/ldaplocate.c
7071         * src/ldaplocate.h
7072         * src/ldapquery.c
7073         * src/ldapquery.h
7074         * src/ldapserver.c
7075         * src/ldapserver.h
7076         * src/ldaputil.c
7077         * src/ldaputil.h
7078         * src/ldif.c
7079         * src/ldif.h
7080         * src/main.c
7081         * src/main.h
7082         * src/mainwindow.c
7083         * src/mainwindow.h
7084         * src/manual.c
7085         * src/manual.h
7086         * src/mbox.c
7087         * src/message_search.c
7088         * src/message_search.h
7089         * src/messageview.c
7090         * src/messageview.h
7091         * src/mh.c
7092         * src/mh.h
7093         * src/mh_gtk.c
7094         * src/mh_gtk.h
7095         * src/mimeview.c
7096         * src/mimeview.h
7097         * src/msgcache.c
7098         * src/msgcache.h
7099         * src/mutt.c
7100         * src/mutt.h
7101         * src/news.c
7102         * src/news.h
7103         * src/news_gtk.c
7104         * src/news_gtk.h
7105         * src/partial_download.c
7106         * src/partial_download.h
7107         * src/pine.c
7108         * src/pine.h
7109         * src/pop.c
7110         * src/pop.h
7111         * src/prefs_account.c
7112         * src/prefs_account.h
7113         * src/prefs_actions.c
7114         * src/prefs_actions.h
7115         * src/prefs_common.c
7116         * src/prefs_common.h
7117         * src/prefs_compose_writing.c
7118         * src/prefs_compose_writing.h
7119         * src/prefs_customheader.c
7120         * src/prefs_customheader.h
7121         * src/prefs_display_header.c
7122         * src/prefs_display_header.h
7123         * src/prefs_filtering.c
7124         * src/prefs_filtering.h
7125         * src/prefs_filtering_action.c
7126         * src/prefs_filtering_action.h
7127         * src/prefs_folder_column.c
7128         * src/prefs_folder_column.h
7129         * src/prefs_folder_item.c
7130         * src/prefs_folder_item.h
7131         * src/prefs_fonts.c
7132         * src/prefs_fonts.h
7133         * src/prefs_gtk.c
7134         * src/prefs_gtk.h
7135         * src/prefs_image_viewer.c
7136         * src/prefs_image_viewer.h
7137         * src/prefs_matcher.c
7138         * src/prefs_matcher.h
7139         * src/prefs_message.c
7140         * src/prefs_msg_colors.c
7141         * src/prefs_msg_colors.h
7142         * src/prefs_other.c
7143         * src/prefs_quote.c
7144         * src/prefs_receive.c
7145         * src/prefs_send.c
7146         * src/prefs_spelling.c
7147         * src/prefs_spelling.h
7148         * src/prefs_summaries.c
7149         * src/prefs_summaries.h
7150         * src/prefs_summary_column.c
7151         * src/prefs_summary_column.h
7152         * src/prefs_template.c
7153         * src/prefs_template.h
7154         * src/prefs_themes.c
7155         * src/prefs_themes.h
7156         * src/prefs_toolbar.c
7157         * src/prefs_toolbar.h
7158         * src/prefs_wrapping.c
7159         * src/prefs_wrapping.h
7160         * src/privacy.c
7161         * src/privacy.h
7162         * src/procheader.c
7163         * src/procheader.h
7164         * src/procmime.c
7165         * src/procmime.h
7166         * src/procmsg.c
7167         * src/procmsg.h
7168         * src/quote_fmt.c
7169         * src/quote_fmt_parse.y
7170         * src/recv.c
7171         * src/recv.h
7172         * src/remotefolder.c
7173         * src/remotefolder.h
7174         * src/send_message.c
7175         * src/send_message.h
7176         * src/setup.c
7177         * src/setup.h
7178         * src/sourcewindow.c
7179         * src/sourcewindow.h
7180         * src/ssl_manager.c
7181         * src/ssl_manager.h
7182         * src/statusbar.c
7183         * src/statusbar.h
7184         * src/stock_pixmap.c
7185         * src/stock_pixmap.h
7186         * src/summary_search.c
7187         * src/summary_search.h
7188         * src/summaryview.c
7189         * src/summaryview.h
7190         * src/textview.c
7191         * src/textview.h
7192         * src/toolbar.c
7193         * src/toolbar.h
7194         * src/undo.c
7195         * src/undo.h
7196         * src/unmime.c
7197         * src/unmime.h
7198         * src/vcard.c
7199         * src/vcard.h
7200         * src/wizard.c
7201         * src/wizard.h
7202         * src/common/base64.c
7203         * src/common/base64.h
7204         * src/common/defs.h
7205         * src/common/hooks.c
7206         * src/common/hooks.h
7207         * src/common/log.c
7208         * src/common/log.h
7209         * src/common/mgutils.c
7210         * src/common/mgutils.h
7211         * src/common/nntp.c
7212         * src/common/nntp.h
7213         * src/common/passcrypt.c
7214         * src/common/passcrypt.h.in
7215         * src/common/plugin.c
7216         * src/common/plugin.h
7217         * src/common/prefs.c
7218         * src/common/prefs.h
7219         * src/common/progressindicator.c
7220         * src/common/progressindicator.h
7221         * src/common/quoted-printable.c
7222         * src/common/quoted-printable.h
7223         * src/common/session.c
7224         * src/common/session.h
7225         * src/common/smtp.c
7226         * src/common/smtp.h
7227         * src/common/socket.c
7228         * src/common/socket.h
7229         * src/common/ssl.c
7230         * src/common/ssl.h
7231         * src/common/ssl_certificate.c
7232         * src/common/ssl_certificate.h
7233         * src/common/stringtable.c
7234         * src/common/stringtable.h
7235         * src/common/template.c
7236         * src/common/template.h
7237         * src/common/timing.h
7238         * src/common/utils.c
7239         * src/common/utils.h
7240         * src/common/version.h.in
7241         * src/common/xml.c
7242         * src/common/xml.h
7243         * src/common/xmlprops.c
7244         * src/common/xmlprops.h
7245         * src/gtk/about.c
7246         * src/gtk/colorlabel.c
7247         * src/gtk/colorsel.c
7248         * src/gtk/colorsel.h
7249         * src/gtk/combobox.c
7250         * src/gtk/combobox.h
7251         * src/gtk/description_window.c
7252         * src/gtk/description_window.h
7253         * src/gtk/filesel.c
7254         * src/gtk/filesel.h
7255         * src/gtk/foldersort.c
7256         * src/gtk/foldersort.h
7257         * src/gtk/gtksctree.c
7258         * src/gtk/gtkutils.c
7259         * src/gtk/gtkutils.h
7260         * src/gtk/inputdialog.c
7261         * src/gtk/inputdialog.h
7262         * src/gtk/logwindow.c
7263         * src/gtk/logwindow.h
7264         * src/gtk/manage_window.c
7265         * src/gtk/manage_window.h
7266         * src/gtk/menu.c
7267         * src/gtk/menu.h
7268         * src/gtk/pluginwindow.c
7269         * src/gtk/pluginwindow.h
7270         * src/gtk/prefswindow.c
7271         * src/gtk/prefswindow.h
7272         * src/gtk/progressdialog.c
7273         * src/gtk/progressdialog.h
7274         * src/gtk/sslcertwindow.c
7275         * src/gtk/sslcertwindow.h
7276         * src/plugins/bogofilter/bogofilter.c
7277         * src/plugins/bogofilter/bogofilter.h
7278         * src/plugins/bogofilter/bogofilter_gtk.c
7279         * src/plugins/clamav/clamav_plugin.c
7280         * src/plugins/clamav/clamav_plugin.h
7281         * src/plugins/clamav/clamav_plugin_gtk.c
7282         * src/plugins/demo/demo.c
7283         * src/plugins/dillo_viewer/dillo_prefs.c
7284         * src/plugins/dillo_viewer/dillo_prefs.h
7285         * src/plugins/dillo_viewer/dillo_viewer.c
7286         * src/plugins/pgpcore/passphrase.c
7287         * src/plugins/pgpcore/passphrase.h
7288         * src/plugins/pgpcore/pgp_viewer.c
7289         * src/plugins/pgpcore/pgp_viewer.h
7290         * src/plugins/pgpcore/plugin.c
7291         * src/plugins/pgpcore/select-keys.c
7292         * src/plugins/pgpcore/select-keys.h
7293         * src/plugins/pgpcore/sgpgme.c
7294         * src/plugins/pgpcore/sgpgme.h
7295         * src/plugins/pgpinline/pgpinline.c
7296         * src/plugins/pgpinline/pgpinline.h
7297         * src/plugins/pgpinline/plugin.c
7298         * src/plugins/pgpmime/pgpmime.c
7299         * src/plugins/pgpmime/pgpmime.h
7300         * src/plugins/pgpmime/plugin.c
7301         * src/plugins/spamassassin/spamassassin.c
7302         * src/plugins/spamassassin/spamassassin.h
7303         * src/plugins/spamassassin/spamassassin_gtk.c
7304         * src/plugins/trayicon/trayicon.c
7305                 it's 2007, update the year in the copyright headers
7306
7307 2007-01-03 [paul]       2.6.1cvs95
7308
7309         * src/gtk/about.c
7310                 it is 2007, use it in the copyright string
7311
7312 2007-01-03 [paul]       2.6.1cvs94
7313
7314         * src/html.c
7315                 html entity conversion:
7316                 move &#153; to a more suitable place
7317                 add &bull; and &ndash;
7318                 make sure &mdash; and &#8212; are both
7319                 converted the same
7320
7321 2007-01-02 [colin]      2.6.1cvs93
7322
7323         * src/addrbook.c
7324                 Fix leak
7325         * src/common/plugin.c
7326                 Add comment
7327         * src/etpan/imap-thread.c
7328                 Fix warning
7329
7330 2006-12-31 [paul]       2.6.1cvs92
7331
7332         * src/prefs_summaries.c
7333                 use gtk_button_new_from_stock()
7334
7335 2006-12-30 [colin]      2.6.1cvs91
7336
7337         * src/folder.c
7338         * src/imap_gtk.c
7339         * src/mh_gtk.c
7340                 Don't update filtering and account paths 
7341                 when copying folders
7342
7343 2006-12-30 [colin]      2.6.1cvs90
7344
7345         * src/prefs_compose_writing.c
7346         * src/prefs_quote.c
7347         * src/prefs_template.c
7348                 Use message font for Writing and 
7349                 Quoting prefs, as well as Templates.
7350
7351 2006-12-30 [colin]      2.6.1cvs89
7352
7353         * src/prefs_summaries.c
7354                 Rework GUI; patch by Pawel
7355
7356 2006-12-29 [colin]      2.6.1cvs88
7357
7358         * src/prefs_folder_item.c
7359                 Fix bug 1085, 'Apply to subfolder 
7360                 doesn't work' - I was mistaken saying
7361                 it worked in every case
7362
7363 2006-12-28 [colin]      2.6.1cvs87
7364
7365         * src/gtk/gtkaspell.c
7366                 Don't assert if use_alternate is true
7367                 and alt_dictionary isn't set -- this 
7368                 is what happens on upgrade! Rather,
7369                 do with it.
7370
7371 2006-12-28 [colin]      2.6.1cvs86
7372
7373         * Makefile.am
7374                 Fix desktop/icon simplification
7375
7376 2006-12-28 [colin]      2.6.1cvs85
7377
7378         * Makefile.am
7379                 Make desktop and icon not 
7380                 dependant on the desktop
7381
7382 2006-12-28 [wwp]        2.6.1cvs84
7383
7384         * src/plugins/pgpmime/claws.def
7385                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7386
7387 2006-12-28 [wwp]        2.6.1cvs83
7388
7389         * src/prefs_folder_item.c
7390                 Fix coloring of "simplify subject regexp" (folder prefs),
7391                 which might be left to red whereas the regexp gets empty.
7392
7393 2006-12-28 [wwp]        2.6.1cvs82
7394
7395         * src/prefs_common.c
7396         * src/prefs_common.h
7397         * src/addressbook.c
7398         * src/addressitem.h
7399                 Save addressbook mainwindow's horizontal and vertical splitter position.
7400
7401 2006-12-27 [wwp]        2.6.1cvs81
7402
7403         * src/gtk/gtkaspell.c
7404         * src/gtk/gtkaspell.h
7405         * src/compose.c
7406                 Fix assignment of compose's default and alternate dictionary from
7407                 account or folder settings. Now gtkaspell_change_dict does rotate
7408                 dicts only when it's called from a menu cb.
7409
7410 2006-12-27 [wwp]        2.6.1cvs80
7411
7412         * src/folder_item_prefs.c
7413                 Fix randomly initialized default-alt-dictionary (folder prefs),
7414                 complete 2.6.1cvs72.
7415
7416 2006-12-27 [paul]       2.6.1cvs79
7417
7418         * src/imap_gtk.c
7419         * src/mh_gtk.c
7420                 Add Copy folder in the folder's contextual
7421                 menu
7422
7423 2006-12-27 [wwp]        2.6.1cvs78
7424
7425         * src/imap.c
7426                 Clean up session locking, thanks to Colin.
7427
7428 2006-12-26 [colin]      2.6.1cvs77
7429
7430         * src/statusbar.c
7431                 Revert previous patch
7432
7433 2006-12-26 [colin]      2.6.1cvs76
7434
7435         * src/folder.c
7436         * src/folderview.c
7437         * src/imap.c
7438         * src/statusbar.c
7439         * src/etpan/imap-thread.c
7440                 Fix previous commit warnings
7441                 Make statusbar update every second if total < 20
7442                 Make IMAP APPEND faster by simplifying log              
7443
7444 2006-12-26 [colin]      2.6.1cvs75
7445
7446         * src/folder.c
7447         * src/folder.h
7448         * src/folderview.c
7449         * src/folderview.h
7450         * src/imap_gtk.c
7451         * src/mh_gtk.c
7452                 Make it possible to copy folders accross
7453                 mailboxes (this was an arbitrary limitation).
7454                 Still make it impossible to move folders 
7455                 accross mailboxes.
7456
7457 2006-12-26 [colin]      2.6.1cvs74
7458
7459         * src/etpan/imap-thread.c
7460                 Fix bug 1081, 'claws-mail 
7461                 segfaults when going offline 
7462                 while it transfers mails via 
7463                 imap'
7464
7465 2006-12-26 [colin]      2.6.1cvs73
7466
7467         * src/folder_item_prefs.c
7468                 Don't forget alt dictionary when
7469                 renaming/moving folders
7470
7471 2006-12-26 [wwp]        2.6.1cvs72
7472
7473         * src/folder_item_prefs.c
7474                 Add missing defaults for per-folder alt dict
7475                 (forgotten in 2.6.1cvs61).
7476
7477 2006-12-26 [colin]      2.6.1cvs71
7478
7479         * src/wizard.c
7480                 Add tooltip to state that specifying
7481                 full path to mailbox is possible
7482
7483 2006-12-26 [wwp]        2.6.1cvs70
7484
7485         * src/partial_download.c
7486         * src/gtk/gtkvscrollbutton.c
7487         * src/plugins/pgpinline/plugin.c
7488                 Fix for few compiler warnings that matter.
7489
7490 2006-12-25 [colin]      2.6.1cvs69
7491
7492         * src/partial_download.c
7493                 Fix marking for download or deletion
7494                 when the header isn't the first
7495         * src/gtk/logwindow.c
7496                 Fix start of scrolling
7497
7498 2006-12-23 [paul]       2.6.1cvs68
7499
7500         * src/compose.c
7501                 change last commit to use the 'academic'
7502                 method instead. Thanks to wwp
7503
7504 2006-12-23 [paul]       2.6.1cvs67
7505
7506         * src/compose.c
7507                 don't warn about empty subject when
7508                 redirecting
7509
7510 2006-12-22 [colin]      2.6.1cvs66
7511
7512         * src/summary_search.c
7513                 Fix previous patch
7514
7515 2006-12-22 [colin]      2.6.1cvs65
7516
7517         * src/gtk/gtkutils.c
7518         * src/imap.c
7519         * src/jpilot.c
7520         * src/summary_search.c
7521                 A few warning fixes
7522
7523 2006-12-23 [paul]       
7524
7525         2.7.0-rc2 released
7526
7527 2006-12-22 [colin]      2.6.1cvs64
7528
7529         * src/toolbar.c
7530         * src/toolbar.h
7531                 Add a combo to the learn spam button
7532         * src/plugins/bogofilter/bogofilter.c
7533         * src/plugins/bogofilter/bogofilter_gtk.c
7534         * src/plugins/bogofilter/bogofilter.h
7535                 Allow to store Unsure mails in a specific
7536                 folder to make better teaching easier
7537
7538 2006-12-21 [wwp]        2.6.1cvs63
7539
7540         * src/compose.c
7541         * src/prefs_common.c
7542         * src/prefs_common.h
7543         * src/prefs_spelling.c
7544         * src/gtk/gtkaspell.c
7545         * src/gtk/gtkaspell.h
7546                 Allow spell-checking using both current and alternate dictionaries
7547                 (thanks to Colin).
7548
7549 2006-12-21 [wwp]        2.6.1cvs62
7550
7551         * src/gtk/gtkaspell.c
7552                 Apply recheck_when_changing_dict (highlight all mispelled words)
7553                 when switching to alternate dictionary.
7554
7555 2006-12-21 [wwp]        2.6.1cvs61
7556
7557         * src/compose.c
7558         * src/folder_item_prefs.h
7559         * src/prefs_common.c
7560         * src/prefs_common.h
7561         * src/prefs_folder_item.c
7562         * src/prefs_spelling.c
7563         * src/gtk/gtkaspell.c
7564         * src/gtk/gtkaspell.h
7565                 Add global and per-folder prefs to set the default
7566                 alternate dictionary.
7567
7568 2006-12-21 [colin]      2.6.1cvs60
7569
7570         * src/folder.c
7571                 Look for folders by path in all folders
7572         * src/html.c
7573                 add &mdash;
7574
7575 2006-12-20 [colin]      2.6.1cvs59
7576
7577         * src/gtk/quicksearch.c
7578                 Make sure in_typing is false when clearing
7579
7580 2006-12-20 [wwp]        2.6.1cvs58
7581
7582         * configure.ac
7583                 change manual's target dir to be LFH-compliant (thanks to Colin).
7584
7585 2006-12-20 [wwp]        2.6.1cvs57
7586
7587         * src/prefs_common.c
7588         * src/prefs_summaries.c
7589                 i18n fix and factorize patch, thanks to Fabien.
7590
7591 2006-12-20 [paul]       2.6.1cvs56
7592
7593         * configure.ac
7594                 last of the renaming (??)
7595         * src/main.c
7596                 correct --help info of --status-full
7597         * src/plugins/bogofilter/bogofilter.c
7598                 make FALSE default of whitelist_ab
7599
7600 2006-12-19 [colin]      2.6.1cvs55
7601
7602         * src/jpilot.c
7603                 Same as before, without depending on
7604                 pisock >= 0.12
7605
7606 2006-12-19 [colin]      2.6.1cvs54
7607
7608         * src/jpilot.c
7609                 Fix bug 1059, 'Better jpilot charset 
7610                 handling'. Use libpisync's charset conversion
7611                 if possible
7612
7613 2006-12-19 [colin]      2.6.1cvs53
7614
7615         * po/fr.po
7616                 Updated by Fabien
7617
7618 2006-12-19 [wwp]        2.6.1cvs52
7619
7620         * src/gtk/about.c
7621                 Add missing #include (thanks to Colin).
7622
7623 2006-12-19 [wwp]        2.6.1cvs51
7624
7625         * src/prefs_receive.c
7626                 Better spacing between widgets in prefs.
7627
7628 2006-12-18 [colin]      2.6.1cvs50
7629
7630         * src/imap.c
7631                 Fix failure to get separator on LIST "" ""
7632                 Try LIST "" "INBOX" too.
7633
7634 2006-12-18 [wwp]        2.6.1cvs49
7635
7636         * src/common/session.c
7637                 Fix a compiler warning (thanks to Fabien).
7638
7639 2006-12-18 [wwp]        2.6.1cvs48
7640
7641         * src/compose.c
7642         * src/prefs_quote.c
7643                 Factorize some strings for translation (it's about error
7644                 messages when applying or checking template/quote format).
7645
7646 2006-12-18 [colin]      2.6.1cvs47
7647
7648         * Makefile.am
7649         * src/common/defs.h
7650         * src/gtk/Makefile.am
7651         * src/gtk/about.c
7652                 Add a Release notes tab from the contents of
7653                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7654
7655 2006-12-17 [colin]      2.6.1cvs46
7656
7657         * src/mimeview.c
7658         * src/textview.c
7659         * src/gtk/filesel.c
7660                 Correctly convert from/to UTF8/filename encoding
7661                 when loading and saving files. Probably fixes
7662                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7663                 for a file to attach and is blocked...'
7664
7665 2006-12-17 [colin]      2.6.1cvs45
7666
7667         * src/gtk/logwindow.c
7668                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7669                 IMAP folder and is blocked on main thread': 
7670                 make sure we put utf8 in the log.
7671
7672 2006-12-16 [colin]      2.6.1cvs44
7673
7674         * src/toolbar.c
7675         * src/toolbar.h
7676                 Fix bug 1055, 'Add the 'cancel receive' 
7677                 in the available events for the toolbar buttons'
7678
7679 2006-12-16 [colin]      2.6.1cvs43
7680
7681         * po/POTFILES.in
7682         * src/imap.c
7683         * src/common/nntp.c
7684         * src/common/session.c
7685                 Log error when SSL handshakes fail. 
7686                 Fixes bug 1082, 'incorrect / imprecise 
7687                 error message when imap server provides 
7688                 ssl only through STARTTLS but SSL is 
7689                 selected'
7690
7691 2006-12-15 [wwp]        2.6.1cvs42
7692
7693         * src/plugins/bogofilter/bogofilter_gtk.c
7694                 set proper sensitivity to widgets I've recently added.
7695
7696 2006-12-15 [colin]      
7697
7698         2.7.0-rc1 released
7699
7700 2006-12-15 [wwp]        2.6.1cvs41
7701
7702         * src/plugins/bogofilter/bogofilter.c
7703         * src/plugins/bogofilter/bogofilter.h
7704         * src/plugins/bogofilter/bogofilter_gtk.c
7705                 bogofilter's whitelist can now use a subset of
7706                 the addressbook (either a book, a subfolder of a book,
7707                 or the whole addressbook by using "Any"). Re-used there
7708                 some pref_matcher widgets and mechanisms to match a subset
7709                 of the addressbook.
7710
7711 2006-12-15 [wwp]        2.6.1cvs40
7712
7713         * src/wizard.c
7714         * src/common/plugin.c
7715         * src/common/plugin.h
7716         * src/gtk/about.c
7717         * src/plugins/bogofilter/bogofilter.c
7718         * src/plugins/clamav/clamav_plugin.c
7719         * src/plugins/demo/demo.c
7720         * src/plugins/dillo_viewer/dillo_viewer.c
7721         * src/plugins/pgpcore/plugin.c
7722         * src/plugins/pgpinline/plugin.c
7723         * src/plugins/pgpmime/plugin.c
7724         * src/plugins/spamassassin/spamassassin.c
7725         * src/plugins/trayicon/trayicon.c
7726                 factorize some translatable strings (plugins-related),
7727                 fix missing punctuation in several places,
7728                 remove useless translatable \n in about.c,
7729                 and factorize plugin init code w/ a new function
7730                 check_plugin_version() in common/plugin.c.
7731                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7732
7733 2006-12-15 [wwp]        2.6.1cvs39
7734
7735         * src/plugins/bogofilter/bogofilter.c
7736         * src/plugins/bogofilter/bogofilter_gtk.c
7737                 flag whitelisted spams as spam, but don't filter it to the spam
7738                 folder. Thanks to Colin.
7739
7740 2006-12-15 [ticho]      2.6.1cvs38
7741
7742         * src/plugins/bogofilter/bogofilter.c
7743         * src/plugins/bogofilter/bogofilter.h
7744         * src/plugins/bogofilter/bogofilter_gtk.c
7745                 Add option to whitelist senders found in addressbook. Patch by colin.
7746
7747 2006-12-15 [paul]       2.6.1cvs37
7748
7749         * src/folderview.c
7750                 add missing #include "log.h"
7751
7752 2006-12-15 [paul]       2.6.1cvs36
7753
7754         * src/plugins/bogofilter/bogofilter.c
7755         * src/plugins/bogofilter/bogofilter.h
7756         * src/plugins/bogofilter/bogofilter_gtk.c
7757                 Add an option to allow inserting an
7758                 X-Claws-Bogosity header (on MH folders
7759                 only). Patch by Colin
7760
7761 2006-12-14 [colin]      2.6.1cvs35
7762
7763         * src/main.c
7764                 "Yes" should be the default choice for
7765                 migration configuration
7766
7767 2006-12-14 [paul]       2.6.1cvs34
7768
7769         * src/prefs_summaries.c
7770         * manual/advanced.xml
7771                 Unhide mark_as_read_delay
7772
7773 2006-12-14 [paul]       2.6.1cvs33
7774
7775         * src/messageview.c
7776         * src/messageview.h
7777         * src/mimeview.c
7778         * src/mimeview.h
7779         * src/summaryview.c
7780         * src/textview.c
7781         * src/textview.h
7782                 Fix printing of selection
7783                 Fix printing of message parts
7784                 Fix printing of images
7785         * src/gtk/gtksourceprintjob.c
7786                 Fix page count when there are images
7787
7788 2006-12-14 [wwp]        2.6.1cvs32
7789
7790         * src/mainwindow.c
7791         * src/summaryview.c
7792         * src/summaryview.h
7793         * src/gtk/quicksearch.c
7794                 fix quicksearch 'magnify' button status when QS is closed
7795                 using the Escape key, thanks to Colin.
7796
7797 2006-12-14 [wwp]        2.6.1cvs31
7798
7799         * src/mainwindow.c
7800         * src/summaryview.c
7801         * src/summaryview.h
7802         * src/gtk/quicksearch.c
7803                 fix quicksearch 'magnify' button status when QS is closed
7804                 using the Escape key, thanks to Colin.
7805
7806 2006-12-13 [colin]      2.6.1cvs30
7807
7808         * src/ldapquery.c
7809         * src/ldaputil.c
7810                 Use the binary safe version of ldap_get_values,
7811                 to make sure we manipulate null-terminated 
7812                 strings. Maybe fixes bug 1075, 'claws mail 
7813                 segfault when completing ldap adresses'
7814         * src/syldap.c ** REMOVED **
7815         * src/syldap.h ** REMOVED **
7816                 Remove dead files
7817
7818 2006-12-13 [mones]      2.6.1cvs29
7819
7820         * po/es.po
7821                 Fixed piped strings, fixed click translation
7822
7823 2006-12-13 [paul]       2.6.1cvs28
7824
7825         * src/main.c
7826                 don't translate these strings
7827
7828 2006-12-13 [paul]       2.6.1cvs27
7829
7830         * po/en_GB.po
7831                 updated
7832
7833 2006-12-13 [colin]      2.6.1cvs26
7834
7835         * src/main.c
7836         * src/main.h
7837                 Add claws_is_starting()
7838
7839 2006-12-13 [mones]      2.6.1cvs25
7840
7841         * manual/es/advanced.xml
7842         * po/es.po
7843                 Synced manual and updated translation
7844
7845 2006-12-12 [colin]      2.6.1cvs24
7846
7847         * src/wizard.c
7848                 Add an option to use STARTTLS in the
7849                 welcome wizard. Fixes bug 1080, 
7850                 'Using SSL option in wizard for incoming 
7851                 server does not activate SSL with STARTTLS'
7852
7853 2006-12-12 [colin]      2.6.1cvs23
7854
7855         * src/main.c
7856                 Don't exit when there's an incomplete
7857                 mailbox configured - leaves a chance 
7858                 to fix a failing IMAP account. Exit
7859                 if no mailbox at all is loaded (case
7860                 of missing plugin).
7861                 Completes bug 1077's fix (I was wrong
7862                 in this bug's comment #3).
7863
7864 2006-12-12 [colin]      2.6.1cvs22
7865
7866         * src/gtk/menu.h
7867                 Add another menu data type
7868         * src/prefs_account.c
7869                 Complete the completion of bug 1076
7870                 (doesn't lose the pref on apply)
7871
7872 2006-12-12 [paul]       2.6.1cvs21
7873
7874         * src/prefs_account.c
7875                 complete the fix of bug 1076
7876                 also be more verbose with the text
7877
7878 2006-12-12 [paul]       2.6.1cvs20
7879
7880         * src/gtk/combobox.c
7881                 fix compilation warning
7882
7883 2006-12-11 [colin]      2.6.1cvs19
7884
7885         * src/wizard.c
7886                 Document :port in server entry tooltips
7887
7888 2006-12-11 [colin]      2.6.1cvs18
7889
7890         * src/main.c
7891                 Fix compile
7892
7893 2006-12-11 [colin]      2.6.1cvs17
7894
7895         * src/main.c
7896                 Add failing IMAP as a reason for no
7897                 mailbox
7898
7899 2006-12-11 [colin]      2.6.1cvs16
7900
7901         * src/prefs_account.c
7902                 Check for existence of inbox for local
7903                 accounts too
7904         * src/wizard.c
7905                 Allow setting the port to use for servers
7906                 by using the usual "server.example.com:port"
7907                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7908                 not start when IMAP server is unavailable'
7909
7910 2006-12-11 [colin]      2.6.1cvs15
7911
7912         * src/prefs_account.c
7913                 Prevent use of non-existing default inbox
7914
7915 2006-12-11 [colin]      2.6.1cvs14
7916
7917         * src/prefs_account.c
7918                 Fix sensitivity. Fixes bug 1076, 'privacy 
7919                 options are displayed even when pgp plugin 
7920                 not loaded / available'
7921
7922 2006-12-09 [colin]      2.6.1cvs13
7923
7924         * manual/advanced.xml
7925         * src/prefs_common.c
7926         * src/prefs_common.h
7927         * src/common/ssl_certificate.c
7928                 Add a new hidden preference, 'unsafe_ssl_certs',
7929                 which allows to store multiple certificates per
7930                 server/port. This is disabled by default because
7931                 it's less secure (presenting a new certificate
7932                 instead of a changed one raises less alarms).
7933                 This will cause Claws to ask about an unknown
7934                 certificate for people who have used 2.6.1cvs8
7935                 or greater.
7936
7937 2006-12-09 [colin]      2.6.1cvs12
7938
7939         * src/action.c
7940                 Fix cache updating after action
7941
7942 2006-12-07 [wwp]        2.6.1cvs11
7943
7944         * src/compose.c
7945                 fix email address comparison when replying to all
7946                 (avoid replying to ourselves), thanks to Colin.
7947
7948 2006-12-06 [paul]       2.6.1cvs10
7949
7950         * src/addrharvest.c
7951         * src/editldap.c
7952         * src/expldifdlg.c
7953         * src/news.c
7954         * src/toolbar.c
7955         * src/common/utils.c
7956                 ...and more renaming
7957                 Thanks to Colin
7958
7959 2006-12-06 [paul]       2.6.1cvs9
7960
7961         * src/compose.c
7962         * src/messageview.c
7963         * src/procheader.c
7964         * src/procmime.c
7965         * src/procmsg.c
7966         * src/textview.c
7967                 more renaming
7968                 Thanks to Colin
7969
7970 2006-12-06 [colin]      2.6.1cvs8
7971
7972         * src/ssl_manager.c
7973         * src/common/ssl_certificate.c
7974         * src/common/ssl_certificate.h
7975                 Handle multiple certificates per host/port
7976
7977 2006-12-06 [colin]      2.6.1cvs7
7978
7979         * src/etpan/imap-thread.c
7980                 Fix certificate checking on IMAP
7981
7982 2006-12-06 [colin]      2.6.1cvs6
7983
7984         * src/folderview.c
7985                 Fix bug 1072, 'Claws stops fetching newsgroups 
7986                 from server when newsgroup got deleted': continue
7987                 checking other groups
7988
7989 2006-12-05 [wwp]        2.6.1cvs5
7990
7991         * src/message_search.c
7992         * src/summary_search.c
7993         * src/gtk/combobox.c
7994         * src/gtk/combobox.h
7995         * src/gtk/gtkutils.c
7996         * src/gtk/gtkutils.h
7997                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7998                 behave like w/ old comboboxes (summary and message search only).
7999
8000 2006-12-05 [paul]       2.6.1cvs4
8001
8002         * src/wizard.c
8003                 encode headers
8004                 Thanks to Colin
8005
8006 2006-12-05 [paul]       2.6.1cvs3
8007
8008         * tools/README
8009         * tools/textviewer.pl
8010                 script updated and description added
8011
8012 2006-12-04 [colin]      2.6.1cvs2
8013
8014         * src/compose.c
8015                 Run pre-send hook only when checking
8016                 everything
8017
8018 2006-12-04 [paul]       2.6.1cvs1
8019
8020         * NEWS
8021         * README
8022         * RELEASE_NOTES
8023         * configure.ac
8024         * tools/README
8025                 bump up version number following stable release
8026
8027 2006-12-04 [paul]       2.6.0cvs83
8028
8029         * README
8030                 updates and corrections
8031
8032 2006-12-04 [colin]      2.6.0cvs82
8033
8034         * src/common/utils.c
8035                 Probably fix bug 1066, 'Incorrect mailbox 
8036                 size displayed'
8037
8038 2006-12-04 [colin]      2.6.0cvs81
8039
8040         * src/common/utils.c
8041                 Trim tabs from mailcap file too.
8042
8043 2006-12-02 [paul]       2.6.0cvs80
8044
8045         * src/exphtmldlg.c
8046                 fix broken GUI under certain languages
8047         * src/expldifdlg.c
8048                 put the Cancel button to the right
8049
8050 2006-12-01 [paul]       2.6.0cvs79
8051
8052         * tools/Makefile.am
8053                 remove reference to removed file
8054
8055 2006-12-01 [wwp]        2.6.0cvs78
8056
8057         * src/addressbook.c
8058         * src/editaddress.c
8059                 remove forgotten debug statements.
8060
8061 2006-12-01 [wwp]        2.6.0cvs77
8062
8063         * manual/advanced.xml
8064         * manual/fr/advanced.xml
8065         * src/addressbook.c
8066         * src/addressbook.h
8067         * src/addressitem.h
8068         * src/editaddress.c
8069         * src/editaddress.h
8070         * src/prefs_common.c
8071         * src/prefs_common.h
8072         * src/gtk/gtkutils.c
8073         * src/gtk/gtkutils.h
8074                 add a hidden option to allow embedding the editaddress (edit contact details)
8075                 dialog into the addressbook's window. This doesn't change the default
8076                 behaviour.
8077
8078 2006-12-01 [wwp]        2.6.0cvs76
8079
8080         * src/message_search.c
8081         * src/summary_search.c
8082                 fix more focus issues (don't set focus to combobox's entry widget when
8083                 entry's value changed, if entry widget has focus already).
8084
8085 2006-12-01 [wwp]        2.6.0cvs75
8086
8087         * src/gtk/quicksearch.c
8088                 revert last changes to the quicksearch gtk_combo_box, this needs more
8089                 tuning and testing.
8090
8091 2006-12-01 [paul]       2.6.0cvs74
8092
8093         * tools/kdeservicemenu/README
8094         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8095         * tools/kdeservicemenu/install.sh
8096         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8097         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8098                 simplify this stuff, and in so doing,
8099                 fix it. (possibly re-extend it again at
8100                 a later date)
8101
8102 2006-12-01 [wwp]        2.6.0cvs73
8103
8104         * src/gtk/quicksearch.c
8105                 adapt quicksearch code to use modern gtk_combo_box'es.
8106
8107 2006-12-01 [wwp]        2.6.0cvs72
8108
8109         * src/common/defs.h
8110         * src/prefs_common.c
8111         * src/prefs_common.h
8112         * src/message_search.c
8113         * src/summary_search.c
8114         * src/gtk/combobox.c
8115         * src/gtk/combobox.h
8116                 add history combos to all message and summary search fields.
8117
8118 2006-12-01 [wwp]        2.6.0cvs71
8119
8120         * src/summaryview.c
8121                 As the list may change while the mark as read delay
8122                 runs, we can't rely on the 'row' pointer, which can
8123                 be invalid when the timeout is called. As the mark
8124                 as read is only done if the message is still selected,
8125                 use summaryview->selected instead. Thanks to Colin.
8126
8127 2006-11-30 [paul]       2.6.0cvs70
8128
8129         * src/textview.c
8130                 give emphasis to "Sylpheed-Claws"
8131                 as well as "Claws Mail"
8132
8133 2006-11-30 [colin]      2.6.0cvs69
8134
8135         * src/wizard.c
8136                 Put the SSL checkboxes in the receiving
8137                 and sending server pages.
8138
8139 2006-11-29 [colin]      2.6.0cvs68
8140
8141         * src/gtk/gtkutils.c
8142         * src/gtk/gtkvscrollbutton.c
8143                 Revert some deprecated fixes - they seem to
8144                 deprecate stuff as soon as a new one gets out.
8145                 g_object_ref_sink needed glib-2.10.
8146
8147 2006-11-29 [colin]      2.6.0cvs67
8148
8149         * src/common/utils.c
8150                 Create .mailcap if it doesn't exist
8151
8152 2006-11-29 [colin]      2.6.0cvs66
8153
8154         * src/compose.c
8155                 Followup to cvs60: use original list
8156                 of recipients if replying to a mail
8157                 in Sent Drafts or Queue.
8158
8159 2006-11-27 [paul]       2.6.0cvs65
8160
8161         * src/image_viewer.c
8162                 revert the last change for now (it's broken)
8163
8164 2006-11-27 [paul]       2.6.0cvs64
8165
8166         * Makefile.am
8167         * configure.ac
8168         * m4/aclocal-include.m4
8169         * m4/check-type.m4
8170         * src/Makefile.am
8171         * src/addr_compl.c
8172         * src/compose.c
8173         * src/crash.c
8174         * src/export.c
8175         * src/exporthtml.c
8176         * src/exportldif.c
8177         * src/imap.c
8178         * src/import.c
8179         * src/main.c
8180         * src/main.h
8181         * src/matcher.c
8182         * src/mimeview.c
8183         * src/procmsg.c
8184         * src/textview.c
8185         * src/common/Makefile.am
8186         * src/common/claws.c
8187         * src/common/claws.h
8188         * src/common/ssl.c
8189         * src/common/sylpheed.c
8190         * src/common/sylpheed.h
8191         * src/etpan/Makefile.am
8192         * src/gtk/Makefile.am
8193         * src/gtk/claws-marshal.list
8194         * src/gtk/filesel.c
8195         * src/gtk/gtksctree.c
8196         * src/gtk/quicksearch.c
8197         * src/gtk/sylpheed-marshal.list
8198         * src/plugins/bogofilter/bogofilter.c
8199         * src/plugins/bogofilter/bogofilter_gtk.c
8200         * src/plugins/clamav/clamav_plugin.c
8201         * src/plugins/clamav/clamav_plugin_gtk.c
8202         * src/plugins/demo/demo.c
8203         * src/plugins/dillo_viewer/dillo_viewer.c
8204         * src/plugins/pgpcore/Makefile.am
8205         * src/plugins/pgpcore/claws.def
8206         * src/plugins/pgpcore/pgp_viewer.c
8207         * src/plugins/pgpcore/plugin.c
8208         * src/plugins/pgpcore/sylpheed.def
8209         * src/plugins/pgpinline/Makefile.am
8210         * src/plugins/pgpinline/claws.def
8211         * src/plugins/pgpinline/plugin.c
8212         * src/plugins/pgpinline/sylpheed.def
8213         * src/plugins/pgpmime/Makefile.am
8214         * src/plugins/pgpmime/claws.def
8215         * src/plugins/pgpmime/plugin.c
8216         * src/plugins/pgpmime/sylpheed.def
8217         * src/plugins/spamassassin/spamassassin.c
8218         * src/plugins/spamassassin/spamassassin_gtk.c
8219         * src/plugins/trayicon/trayicon.c
8220                 yet more renaming
8221                 remove deprecated gtk_tooltips_set_delay()
8222
8223 2006-11-26 [paul]       2.6.0cvs63
8224
8225         * src/expldifdlg.c
8226         * src/folderview.c
8227         * src/image_viewer.c
8228         * src/mainwindow.c
8229         * src/gtk/gtkutils.c
8230         * src/gtk/gtkvscrollbutton.c
8231         * src/gtk/prefswindow.c
8232         * src/plugins/pgpcore/prefs_gpg.c
8233                 replace more deprecated GTK+ functions
8234
8235 2006-11-26 [paul]       2.6.0cvs62
8236
8237         * src/addr_compl.c
8238         * src/addressbook.c
8239         * src/browseldap.c
8240                 replace deprecated gtk_idle_... functions
8241
8242 2006-11-26 [paul]       2.6.0cvs61
8243
8244         * src/compose.c
8245         * src/folderview.c
8246         * src/inc.c
8247         * src/summaryview.c
8248         * src/gtk/gtkvscrollbutton.c
8249         * src/gtk/quicksearch.c
8250         * src/plugins/pgpcore/passphrase.c
8251                 replace deprecated gtk_timeout_add and
8252                 gtk_timeout_remove
8253
8254 2006-11-26 [paul]       2.6.0cvs60
8255
8256         * src/compose.c
8257                 fix bug that caused the wrong recipient
8258                 to be selected when replying to a msg
8259                 which is From one of our accounts to
8260                 another of our accounts
8261
8262 2006-11-25 [paul]       2.6.0cvs59
8263
8264         * src/summaryview.c
8265                 don't change the From column title to
8266                 To if the To column is visible
8267
8268 2006-11-24 [paul]       2.6.0cvs58
8269
8270         * src/compose.c
8271                 fix bug 1069, 'Sent mails disappear, BCC
8272                 or locking problem?'
8273
8274 2006-11-21 [wwp]        2.6.0cvs57
8275
8276         * src/compose.c
8277                 fix spelling menu when replying (same as 2.3.1cvs39):
8278                 discrepancy between context menu and top menu when
8279                 folder's dictionary isn't the default one.
8280
8281 2006-11-19 [paul]       2.6.0cvs56
8282
8283         * src/summaryview.c
8284                 obey always_show_msg option when
8285                 marking as spam
8286         * src/plugins/bogofilter/bogofilter.c
8287                 fix typo
8288
8289 2006-11-18 [paul]       2.6.0cvs55
8290
8291         * AUTHORS
8292         * README
8293         * debian/copyright
8294         * manual/ack.xml
8295         * manual/es/ack.xml
8296         * manual/fr/ack.xml
8297         * manual/pl/ack.xml
8298         * src/gtk/authors.h
8299         * src/gtk/icon_legend.c
8300         * src/gtk/icon_legend.h
8301         * tools/OOo2claws-mail.pl
8302         * tools/README
8303         * tools/acroread2claws-mail.pl
8304         * tools/claws.i18n.status.pl
8305         * tools/filter_conv.pl
8306         * tools/filter_conv_new.pl
8307         * tools/freshmeat_search.pl
8308         * tools/google_search.pl
8309         * tools/kmail2claws-mail.pl
8310         * tools/kmail2claws-mail_v2.pl
8311         * tools/maildir2claws-mail.pl
8312         * tools/make.themes.project
8313         * tools/multiwebsearch.pl
8314         * tools/outlook2claws-mail.pl
8315         * tools/tb2claws-mail
8316         * tools/kdeservicemenu/README
8317         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8318                 update mine and wwp's email addresses in
8319                 several places
8320                 Patch by wwp
8321         * src/prefs_compose_writing.c
8322                 set sensitivity on 'new message format' frame
8323
8324 2006-11-17 [paul]       2.6.0cvs54
8325
8326         * src/gtk/about.c
8327                 more reworking of the GUI
8328                 Patch by Fabien Vantard
8329
8330 2006-11-16 [paul]       2.6.0cvs53
8331
8332         * src/gtk/about.c
8333                 set a minimum size for the window, allow
8334                 it to automatically expand as necessary
8335
8336 2006-11-16 [wwp]        2.6.0cvs52
8337
8338         * src/gtk/about.c
8339                 better wrap of copyright info on some systems.
8340
8341 2006-11-16 [paul]       2.6.0cvs51
8342
8343         * src/gtk/about.c
8344                 move the tech info from the upper panel
8345                 to the Info tab
8346                 use a gtk_text_view for the features tab
8347
8348 2006-11-16 [paul]       2.6.0cvs50
8349
8350         * po/Makevars
8351                 update my email address
8352         * src/addressbook.c
8353         * src/compose.c
8354         * src/imap_gtk.c
8355         * src/mh_gtk.c
8356         * src/news_gtk.c
8357         * src/summaryview.c
8358         * src/plugins/trayicon/trayicon.c
8359                 don't offer simple menu separators
8360                 for translation
8361         * src/folderview.c
8362                 add separator between 'mark all read'
8363                 and 'search folder'
8364
8365 2006-11-15 [wwp]        2.6.0cvs49
8366
8367         * src/gtk/authors.h
8368                 updated manuals authors.
8369
8370 2006-11-14 [paul]       2.6.0cvs48
8371
8372         * src/compose.c
8373                 Fix Options/Reply mode after draft save
8374
8375 2006-11-14 [paul]       2.6.0cvs47
8376
8377         * src/Makefile.am
8378                 Fix make DESTDIR=...
8379         * src/mbox.c
8380                 Optimise speed
8381         * src/plugins/pgpinline/pgpinline.c
8382                 Probably fix bug 1061
8383
8384 2006-11-14 [paul]       2.6.0cvs46
8385
8386         * po/Makevars
8387                 enable Q_ macro
8388         * src/Makefile.am
8389         * src/stock_pixmap.c
8390         * src/stock_pixmap.h
8391         * src/gtk/about.c
8392         * src/pixmaps/active.xpm
8393         * src/pixmaps/inactive.xpm
8394                 add a new page, 'Features', to the About dialog
8395                 showing which features are compiled in and which
8396                 are not
8397
8398 2006-11-14 [paul]       2.6.0cvs45
8399
8400         * po/ru.po
8401                 updated by Pavlo Bohmat
8402
8403 2006-11-14 [colin]      2.6.0cvs44
8404
8405         * src/compose.c
8406         * src/inc.c
8407         * src/messageview.c
8408         * src/news.c
8409         * src/pop.c
8410         * src/procmsg.c
8411         * src/gtk/gtkaspell.c
8412                 Fix 64-bit-related warnings
8413         * src/ssl_manager.c
8414                 Fix possible infinite loop
8415         * src/plugins/pgpcore/sgpgme.c
8416                 Remove useless check
8417
8418 2006-11-13 [colin]      2.6.0cvs43
8419
8420         * src/gtk/Makefile.am
8421                 authors.h isn't generated
8422
8423 2006-11-13 [colin]      2.6.0cvs42
8424
8425         * src/plugins/pgpinline/pgpinline.c
8426         * src/plugins/pgpmime/pgpmime.c
8427                 Very probably fix bug 1061, 'crash on 
8428                 opening signed email'. Another cast
8429                 problem
8430
8431 2006-11-13 [colin]      2.6.0cvs41
8432
8433         * src/plugins/pgpcore/sgpgme.c
8434                 Maybe fix bug 1061, 'crash on opening 
8435                 signed email'
8436
8437 2006-11-13 [wwp]        2.6.0cvs40
8438
8439         * src/plugins/pgpinline/pgpinline.c
8440                 fix candidate for bug #1057, thanks to Colin.
8441
8442 2006-11-13 [wwp]        2.6.0cvs39
8443
8444         * src/compose.c
8445         * src/quote_fmt_parse.y
8446                 fix bug 1052: current parser buffer was not always 
8447                 allocated, ptr to this buffer could be returned as 
8448                 NULL whereas no parser error has occurred. in 
8449                 consequence, defining a template body as "%d" 
8450                 (w/o the quotes) for the first time of the instance 
8451                 of claws-mail, was reporting a parser error. make 
8452                 sure that the buffer is always allocated, even to 
8453                 an empty string.
8454                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8455                 unescaping of the fmt string was always done 
8456                 whereas it must be done *only* when receiving 
8457                 quote format strings issued from the prefs 
8458                 (compose new message, reply, forward, redirect 
8459                 formats), *not* when applying templates.  in 
8460                 consequences, applying templates w/ sequences 
8461                 like \\|p{echo} were failing. make sure that 
8462                 unescaping is done only when necessary.
8463
8464 2006-11-12 [colin]      2.6.0cvs38
8465
8466         * po/de.po
8467                 Fix typo (s/KB/MB)
8468
8469 2006-11-12 [colin]      2.6.0cvs37
8470
8471         * src/plugins/pgpinline/pgpinline.c
8472         * src/plugins/pgpmime/pgpmime.c
8473                 Release GPG context at the latest 
8474                 possible moment. Maybe fixes 
8475                 bug 1057, 'crash on sending signed 
8476                 message to a newsgroup'
8477                 
8478
8479 2006-11-12 [colin]      2.6.0cvs36
8480
8481         * src/plugins/pgpcore/sgpgme.c
8482                 Tell a bit more when gpg's status doesn't
8483                 contain any signature
8484
8485 2006-11-12 [colin]      2.6.0cvs35
8486
8487         * src/compose.c
8488                 Fix bug 1060, 'compilation error with 
8489                 Irix's cc'
8490
8491 2006-11-12 [paul]       2.6.0cvs34
8492
8493         * doc/man/claws-mail.1
8494         * src/prefs_gtk.c
8495         * src/plugins/clamav/README
8496         * src/plugins/spamassassin/README
8497         * tools/README
8498         * tools/freshmeat_search.pl
8499         * tools/google_search.pl
8500         * tools/multiwebsearch.pl
8501                 more renaming
8502         * src/plugins/trayicon/trayicon.c
8503                 fix compiliation warning
8504
8505 2006-11-11 [colin]      2.6.0cvs33
8506
8507         * src/folderview.c
8508                 Forbid drag and drop from/to different
8509                 folders of type F_UNKNOWN
8510
8511 2006-11-11 [colin]      2.6.0cvs32
8512
8513         * src/plugins/pgpinline/pgpinline.c
8514                 Fix typo in previous commit:
8515                 - gpgme_new(&ctx);
8516                 + if ((err = gpgme_new(&data->ctx)) ...)
8517
8518 2006-11-11 [colin]      2.6.0cvs31
8519
8520         * src/plugins/pgpinline/pgpinline.c
8521         * src/plugins/pgpmime/pgpmime.c
8522                 Check success after calling gpgme_new
8523                 Maybe fixes bug 1057, 'crash on sending 
8524                 signed message to a newsgroup'
8525
8526 2006-11-11 [colin]      2.6.0cvs30
8527
8528         * src/undo.c
8529                 init undostruct to 0s (from
8530                 valgrind log of bug 1057)
8531
8532 2006-11-10 [colin]      2.6.0cvs29
8533
8534         * src/mainwindow.c
8535                 Set cursor to wait before filtering
8536                 duplicates in all folders
8537         * src/plugins/bogofilter/bogofilter.c
8538         * src/plugins/bogofilter/bogofilter.h
8539         * src/plugins/bogofilter/bogofilter_gtk.c
8540                 Completely thread away the bogofilter
8541                 filtering
8542
8543 2006-11-10 [mones]      2.6.0cvs28
8544
8545         * src/compose.c
8546         * src/compose.h
8547                 added COMPOSE_CHECK_BEFORE_SEND hook
8548
8549 2006-11-10 [paul]       2.6.0cvs27
8550
8551         * src/crash.c
8552                 more renaming
8553                 add libSM to get_compiled_in_features()
8554         * src/main.c
8555                 more renaming
8556
8557 2006-11-10 [colin]      2.6.0cvs26
8558
8559         * src/etpan/imap-thread.c
8560                 Add a reference to libetpan's sasl engine
8561                 so that sasl_done() doesn't get called by
8562                 libetpan, and doesn't break openssl.
8563                 Should fix bug 1053, 'SC fails to reestablish 
8564                 a secure connection'
8565                 Patch by Hoa
8566
8567 2006-11-10 [colin]      2.6.0cvs25
8568
8569         * manual/addrbook.xml
8570         * manual/advanced.xml
8571         * manual/faq.xml
8572         * manual/intro.xml
8573                 Some more renaming
8574
8575 2006-11-09 [colin]      2.6.0cvs24
8576
8577         * src/plugins/bogofilter/bogofilter_gtk.c
8578                 Add comment about annoyance
8579
8580 2006-11-09 [colin]      2.6.0cvs23
8581
8582         * src/plugins/bogofilter/bogofilter.c
8583         * src/plugins/bogofilter/bogofilter_gtk.c
8584                 Prepare things needed to thread bogofilter
8585                 filtering: separate bogo stuff and possible GUI
8586                 stuff. 
8587
8588 2006-11-09 [colin]      2.6.0cvs22
8589
8590         * src/account.c
8591         * src/compose.c
8592                 Search for one of our accounts in Delivered-To
8593                 (helps for auto-account selection when 
8594                  replying/forwarding)
8595         * src/folderview.c
8596         * src/mainwindow.c
8597         * src/mainwindow.h
8598         * src/plugins/trayicon/trayicon.c
8599                 Allow opening a new mail with any account from
8600                 the contextual menu
8601
8602 2006-11-09 [wwp]        2.6.0cvs21
8603
8604         * src/compose.c
8605         * src/prefs_common.c
8606         * src/prefs_common.h
8607         * src/prefs_compose_writing.c
8608                 add a compose new message format (in prefs/compose/writing), it's a
8609                 simple subject+body template to use when opening a new composition
8610                 window. It's similar to the existent reply and forward formats.
8611
8612                 enhanced the template/format % symbols substitution mechanism to
8613                 use current composition window information when % are used in
8614                 the compose new message format or in templates applied to new
8615                 messages (there were useless in that situations before). When
8616                 applied to new messages, %d corresponds to the system time/date.
8617
8618 2006-11-09 [paul]       2.6.0cvs20
8619
8620         * src/gtk/authors.h
8621                 fix last commit
8622
8623 2006-11-09 [paul]       2.6.0cvs19
8624
8625         * src/gtk/authors.h
8626                 keep tje alphabetical order
8627
8628 2006-11-08 [colin]      2.6.0cvs18
8629
8630         * src/etpan/imap-thread.c
8631                 Fix bug 1054, 'Slowness logging big 
8632                 data chunks'
8633
8634 2006-11-08 [paul]       2.6.0cvs17
8635
8636         * tools/Makefile.am
8637                 fix the renaming
8638
8639 2006-11-08 [paul]       2.6.0cvs16
8640
8641         * src/common/defs.h
8642                 update BUGZILLA_URI
8643
8644 2006-11-08 [paul]       2.6.0cvs15
8645
8646         * tools/Makefile.am
8647         * tools/OOo2claws-mail.pl
8648         * tools/OOo2sylpheed.pl
8649         * tools/README
8650         * tools/acroread2claws-mail.pl
8651         * tools/acroread2sylpheed.pl
8652         * tools/kmail2claws-mail.pl
8653         * tools/kmail2claws-mail_v2.pl
8654         * tools/kmail2sylpheed.pl
8655         * tools/kmail2sylpheed_v2.pl
8656         * tools/maildir2claws-mail.pl
8657         * tools/maildir2sylpheed.pl
8658         * tools/nautilus2claws-mail.sh
8659         * tools/nautilus2sylpheed.sh
8660         * tools/outlook2claws-mail.pl
8661         * tools/outlook2sylpheed.pl
8662         * tools/tb2claws-mail
8663         * tools/tb2sylpheed
8664         * tools/tbird2claws.py
8665         * tools/tbird2syl.py
8666         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8667         * tools/kdeservicemenu/install.sh
8668         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8669         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8670         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8671         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8672         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8673                 renamed (removed, added) tools files
8674
8675 2006-11-08 [paul]       2.6.0cvs14
8676
8677         * src/main.c
8678         * src/common/defs.h
8679                 Migrate sylpheedrc to clawsrc, and fix the standard
8680                 plugins path in the process
8681
8682 2006-11-07 [colin]      2.6.0cvs13
8683
8684         * src/Makefile.am
8685                 Symlink sylpheed-claws relative to 
8686                 claws-mail
8687
8688 2006-11-07 [colin]      2.6.0cvs12
8689
8690         * src/compose.c
8691                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8692
8693 2006-11-07 [paul]       2.6.0cvs11
8694
8695         * src/gtk/about.c
8696                 Fix a missed occurence of
8697                 Sylpheed-Claws
8698
8699 2006-11-07 [paul]       2.6.0cvs10
8700
8701         * src/Makefile.am
8702                 Fix symlink installation
8703
8704 2006-11-07 [paul]       2.6.0cvs9
8705
8706         * src/Makefile.am
8707                 Symlink claws-mail to sylpheed-claws
8708         * src/common/utils.c
8709                 Fix migrating symlinks
8710         * src/etpan/imap-thread.c
8711                 check certificate only when there's
8712                 no error
8713
8714 2006-11-07 [paul]       2.6.0cvs8
8715
8716         * Makefile.am
8717                 Fix icon breakages with Gtk, which needs a 
8718                 cache updated to see them.
8719
8720 2006-11-07 [paul]       2.6.0cvs7
8721
8722         * .cvsignore
8723         * AUTHORS
8724         * COPYING
8725         * INSTALL
8726         * Makefile.am
8727         * NEWS
8728         * README
8729         * RELEASE_NOTES
8730         * autogen.sh
8731         * claws-mail-128x128.png
8732         * claws-mail-64x64.png
8733         * claws-mail.ico
8734         * claws-mail.pc.in
8735         * claws-mail.png
8736         * configure.ac
8737         * sylpheed-claws-128x128.png
8738         * sylpheed-claws-64x64.png
8739         * sylpheed-claws.desktop
8740         * sylpheed-claws.ico
8741         * sylpheed-claws.pc.in
8742         * sylpheed-claws.png
8743         * debian/README.Debian
8744         * debian/changelog
8745         * debian/claws-mail.desktop
8746         * debian/claws-mail.menu
8747         * debian/claws-mail.postinst.debhelper
8748         * debian/claws-mail.postrm.debhelper
8749         * debian/control
8750         * debian/copyright
8751         * debian/files
8752         * debian/rules
8753         * debian/sylpheed-claws.desktop
8754         * debian/sylpheed-claws.menu
8755         * debian/sylpheed-claws.postinst.debhelper
8756         * debian/sylpheed-claws.postrm.debhelper
8757         * doc/man/Makefile.am
8758         * doc/man/claws-mail.1
8759         * doc/man/sylpheed-claws.1
8760         * doc/src/ChangeLog.claws-pre0.8.0
8761         * manual/Makefile.am
8762         * manual/account.xml
8763         * manual/ack.xml
8764         * manual/addrbook.xml
8765         * manual/advanced.xml
8766         * manual/claws-mail-manual.xml
8767         * manual/faq.xml
8768         * manual/glossary.xml
8769         * manual/handling.xml
8770         * manual/intro.xml
8771         * manual/keyboard.xml
8772         * manual/plugins.xml
8773         * manual/starting.xml
8774         * manual/sylpheed-claws-manual.xml
8775         * manual/xml2pdf
8776         * manual/dist/.cvsignore
8777         * manual/dist/html/.cvsignore
8778         * manual/dist/html/Makefile.am
8779         * manual/dist/pdf/.cvsignore
8780         * manual/dist/pdf/Makefile.am
8781         * manual/dist/ps/.cvsignore
8782         * manual/dist/ps/Makefile.am
8783         * manual/dist/txt/.cvsignore
8784         * manual/dist/txt/Makefile.am
8785         * manual/es/Makefile.am
8786         * manual/es/advanced.xml
8787         * manual/es/claws-mail-manual.xml
8788         * manual/es/faq.xml
8789         * manual/es/glossary.xml
8790         * manual/es/handling.xml
8791         * manual/es/intro.xml
8792         * manual/es/plugins.xml
8793         * manual/es/sylpheed-claws-manual.xml
8794         * manual/es/dist/.cvsignore
8795         * manual/es/dist/html/.cvsignore
8796         * manual/es/dist/html/Makefile.am
8797         * manual/es/dist/pdf/.cvsignore
8798         * manual/es/dist/pdf/Makefile.am
8799         * manual/es/dist/ps/.cvsignore
8800         * manual/es/dist/ps/Makefile.am
8801         * manual/es/dist/txt/.cvsignore
8802         * manual/es/dist/txt/Makefile.am
8803         * manual/fr/Makefile.am
8804         * manual/fr/account.xml
8805         * manual/fr/ack.xml
8806         * manual/fr/addrbook.xml
8807         * manual/fr/advanced.xml
8808         * manual/fr/claws-mail-manual.xml
8809         * manual/fr/faq.xml
8810         * manual/fr/glossary.xml
8811         * manual/fr/handling.xml
8812         * manual/fr/intro.xml
8813         * manual/fr/keyboard.xml
8814         * manual/fr/plugins.xml
8815         * manual/fr/starting.xml
8816         * manual/fr/sylpheed-claws-manual.xml
8817         * manual/fr/dist/.cvsignore
8818         * manual/fr/dist/html/.cvsignore
8819         * manual/fr/dist/html/Makefile.am
8820         * manual/fr/dist/pdf/.cvsignore
8821         * manual/fr/dist/pdf/Makefile.am
8822         * manual/fr/dist/ps/.cvsignore
8823         * manual/fr/dist/ps/Makefile.am
8824         * manual/fr/dist/txt/.cvsignore
8825         * manual/fr/dist/txt/Makefile.am
8826         * manual/pl/Makefile.am
8827         * manual/pl/account.xml
8828         * manual/pl/ack.xml
8829         * manual/pl/addrbook.xml
8830         * manual/pl/advanced.xml
8831         * manual/pl/claws-mail-manual.xml
8832         * manual/pl/faq.xml
8833         * manual/pl/glossary.xml
8834         * manual/pl/handling.xml
8835         * manual/pl/intro.xml
8836         * manual/pl/keyboard.xml
8837         * manual/pl/plugins.xml
8838         * manual/pl/starting.xml
8839         * manual/pl/sylpheed-claws-manual.xml
8840         * manual/pl/dist/.cvsignore
8841         * manual/pl/dist/html/.cvsignore
8842         * manual/pl/dist/html/Makefile.am
8843         * manual/pl/dist/pdf/.cvsignore
8844         * manual/pl/dist/pdf/Makefile.am
8845         * manual/pl/dist/ps/.cvsignore
8846         * manual/pl/dist/ps/Makefile.am
8847         * manual/pl/dist/txt/.cvsignore
8848         * manual/pl/dist/txt/Makefile.am
8849         * po/.cvsignore
8850         * po/Makevars
8851         * src/.cvsignore
8852         * src/Makefile.am
8853         * src/account.c
8854         * src/account.h
8855         * src/action.c
8856         * src/action.h
8857         * src/adbookbase.h
8858         * src/addr_compl.c
8859         * src/addr_compl.h
8860         * src/addrbook.c
8861         * src/addrcache.c
8862         * src/addrcache.h
8863         * src/addrcindex.c
8864         * src/addrcindex.h
8865         * src/addrclip.c
8866         * src/addrclip.h
8867         * src/addrdefs.h
8868         * src/addressadd.c
8869         * src/addressadd.h
8870         * src/addressbook.c
8871         * src/addressbook.h
8872         * src/addressbook_foldersel.c
8873         * src/addressbook_foldersel.h
8874         * src/addrgather.c
8875         * src/addrgather.h
8876         * src/addrharvest.c
8877         * src/addrharvest.h
8878         * src/addrindex.c
8879         * src/addrindex.h
8880         * src/addritem.c
8881         * src/addritem.h
8882         * src/addrquery.c
8883         * src/addrquery.h
8884         * src/addrselect.c
8885         * src/addrselect.h
8886         * src/alertpanel.c
8887         * src/alertpanel.h
8888         * src/browseldap.c
8889         * src/browseldap.h
8890         * src/codeconv.c
8891         * src/codeconv.h
8892         * src/compose.c
8893         * src/crash.c
8894         * src/crash.h
8895         * src/customheader.c
8896         * src/customheader.h
8897         * src/displayheader.c
8898         * src/displayheader.h
8899         * src/editaddress.c
8900         * src/editaddress.h
8901         * src/editbook.c
8902         * src/editbook.h
8903         * src/editgroup.c
8904         * src/editgroup.h
8905         * src/editjpilot.c
8906         * src/editjpilot.h
8907         * src/editldap.c
8908         * src/editldap.h
8909         * src/editldap_basedn.c
8910         * src/editldap_basedn.h
8911         * src/editvcard.c
8912         * src/editvcard.h
8913         * src/exphtmldlg.c
8914         * src/exphtmldlg.h
8915         * src/expldifdlg.c
8916         * src/expldifdlg.h
8917         * src/export.c
8918         * src/exporthtml.c
8919         * src/exporthtml.h
8920         * src/exportldif.c
8921         * src/exportldif.h
8922         * src/filtering.c
8923         * src/filtering.h
8924         * src/folder.c
8925         * src/folder.h
8926         * src/folder_item_prefs.c
8927         * src/folder_item_prefs.h
8928         * src/foldersel.c
8929         * src/foldersel.h
8930         * src/folderutils.c
8931         * src/folderutils.h
8932         * src/folderview.c
8933         * src/folderview.h
8934         * src/grouplistdialog.c
8935         * src/grouplistdialog.h
8936         * src/html.c
8937         * src/html.h
8938         * src/image_viewer.c
8939         * src/image_viewer.h
8940         * src/imap.c
8941         * src/imap.h
8942         * src/imap_gtk.c
8943         * src/imap_gtk.h
8944         * src/import.c
8945         * src/import.h
8946         * src/importldif.c
8947         * src/importldif.h
8948         * src/importmutt.c
8949         * src/importmutt.h
8950         * src/importpine.c
8951         * src/importpine.h
8952         * src/inc.c
8953         * src/inc.h
8954         * src/jpilot.c
8955         * src/jpilot.h
8956         * src/ldapctrl.c
8957         * src/ldapctrl.h
8958         * src/ldaplocate.c
8959         * src/ldaplocate.h
8960         * src/ldapquery.c
8961         * src/ldapquery.h
8962         * src/ldapserver.c
8963         * src/ldapserver.h
8964         * src/ldaputil.c
8965         * src/ldaputil.h
8966         * src/ldif.c
8967         * src/ldif.h
8968         * src/localfolder.c
8969         * src/localfolder.h
8970         * src/main.c
8971         * src/main.h
8972         * src/mainwindow.c
8973         * src/mainwindow.h
8974         * src/manual.c
8975         * src/manual.h
8976         * src/matcher.c
8977         * src/matcher.h
8978         * src/matcher_parser.h
8979         * src/matcher_parser_lex.l
8980         * src/matcher_parser_parse.y
8981         * src/mbox.c
8982         * src/mbox.h
8983         * src/message_search.c
8984         * src/message_search.h
8985         * src/messageview.c
8986         * src/messageview.h
8987         * src/mh.c
8988         * src/mh.h
8989         * src/mh_gtk.c
8990         * src/mh_gtk.h
8991         * src/mimeview.c
8992         * src/mimeview.h
8993         * src/msgcache.c
8994         * src/msgcache.h
8995         * src/mutt.c
8996         * src/mutt.h
8997         * src/news.c
8998         * src/news.h
8999         * src/news_gtk.c
9000         * src/news_gtk.h
9001         * src/noticeview.c
9002         * src/noticeview.h
9003         * src/partial_download.c
9004         * src/partial_download.h
9005         * src/pine.c
9006         * src/pine.h
9007         * src/pop.c
9008         * src/pop.h
9009         * src/prefs_account.c
9010         * src/prefs_account.h
9011         * src/prefs_actions.c
9012         * src/prefs_actions.h
9013         * src/prefs_common.c
9014         * src/prefs_common.h
9015         * src/prefs_compose_writing.c
9016         * src/prefs_compose_writing.h
9017         * src/prefs_customheader.c
9018         * src/prefs_customheader.h
9019         * src/prefs_display_header.c
9020         * src/prefs_display_header.h
9021         * src/prefs_ext_prog.c
9022         * src/prefs_ext_prog.h
9023         * src/prefs_filtering.c
9024         * src/prefs_folder_column.c
9025         * src/prefs_folder_column.h
9026         * src/prefs_folder_item.c
9027         * src/prefs_folder_item.h
9028         * src/prefs_fonts.c
9029         * src/prefs_fonts.h
9030         * src/prefs_gtk.c
9031         * src/prefs_gtk.h
9032         * src/prefs_image_viewer.c
9033         * src/prefs_image_viewer.h
9034         * src/prefs_matcher.c
9035         * src/prefs_matcher.h
9036         * src/prefs_message.c
9037         * src/prefs_message.h
9038         * src/prefs_msg_colors.c
9039         * src/prefs_msg_colors.h
9040         * src/prefs_other.c
9041         * src/prefs_other.h
9042         * src/prefs_quote.c
9043         * src/prefs_quote.h
9044         * src/prefs_receive.c
9045         * src/prefs_receive.h
9046         * src/prefs_send.c
9047         * src/prefs_send.h
9048         * src/prefs_spelling.c
9049         * src/prefs_spelling.h
9050         * src/prefs_summaries.c
9051         * src/prefs_summaries.h
9052         * src/prefs_summary_column.c
9053         * src/prefs_summary_column.h
9054         * src/prefs_template.c
9055         * src/prefs_template.h
9056         * src/prefs_themes.c
9057         * src/prefs_themes.h
9058         * src/prefs_toolbar.c
9059         * src/prefs_toolbar.h
9060         * src/prefs_wrapping.c
9061         * src/prefs_wrapping.h
9062         * src/privacy.c
9063         * src/privacy.h
9064         * src/procheader.c
9065         * src/procheader.h
9066         * src/procmime.c
9067         * src/procmime.h
9068         * src/procmsg.c
9069         * src/procmsg.h
9070         * src/quote_fmt.c
9071         * src/quote_fmt_parse.y
9072         * src/recv.c
9073         * src/recv.h
9074         * src/remotefolder.c
9075         * src/remotefolder.h
9076         * src/send_message.c
9077         * src/send_message.h
9078         * src/setup.c
9079         * src/setup.h
9080         * src/sourcewindow.c
9081         * src/sourcewindow.h
9082         * src/ssl_manager.c
9083         * src/ssl_manager.h
9084         * src/statusbar.c
9085         * src/statusbar.h
9086         * src/stock_pixmap.c
9087         * src/stock_pixmap.h
9088         * src/summary_search.c
9089         * src/summary_search.h
9090         * src/summaryview.c
9091         * src/summaryview.h
9092         * src/syldap.c
9093         * src/syldap.h
9094         * src/textview.c
9095         * src/textview.h
9096         * src/toolbar.c
9097         * src/toolbar.h
9098         * src/undo.c
9099         * src/undo.h
9100         * src/unmime.c
9101         * src/unmime.h
9102         * src/vcard.c
9103         * src/vcard.h
9104         * src/wizard.c
9105         * src/wizard.h
9106         * src/common/base64.c
9107         * src/common/base64.h
9108         * src/common/defs.h
9109         * src/common/hooks.c
9110         * src/common/hooks.h
9111         * src/common/log.c
9112         * src/common/log.h
9113         * src/common/mgutils.c
9114         * src/common/mgutils.h
9115         * src/common/nntp.c
9116         * src/common/nntp.h
9117         * src/common/passcrypt.c
9118         * src/common/passcrypt.h.in
9119         * src/common/plugin.c
9120         * src/common/plugin.h
9121         * src/common/prefs.c
9122         * src/common/prefs.h
9123         * src/common/progressindicator.c
9124         * src/common/progressindicator.h
9125         * src/common/quoted-printable.c
9126         * src/common/quoted-printable.h
9127         * src/common/session.c
9128         * src/common/session.h
9129         * src/common/smtp.c
9130         * src/common/smtp.h
9131         * src/common/socket.c
9132         * src/common/socket.h
9133         * src/common/ssl.c
9134         * src/common/ssl.h
9135         * src/common/stringtable.c
9136         * src/common/stringtable.h
9137         * src/common/sylpheed.c
9138         * src/common/sylpheed.h
9139         * src/common/template.c
9140         * src/common/template.h
9141         * src/common/timing.h
9142         * src/common/utils.c
9143         * src/common/utils.h
9144         * src/common/version.h.in
9145         * src/common/xml.c
9146         * src/common/xml.h
9147         * src/common/xmlprops.c
9148         * src/common/xmlprops.h
9149         * src/gtk/about.c
9150         * src/gtk/colorlabel.c
9151         * src/gtk/colorlabel.h
9152         * src/gtk/colorsel.c
9153         * src/gtk/colorsel.h
9154         * src/gtk/combobox.c
9155         * src/gtk/combobox.h
9156         * src/gtk/description_window.c
9157         * src/gtk/description_window.h
9158         * src/gtk/filesel.c
9159         * src/gtk/filesel.h
9160         * src/gtk/foldersort.c
9161         * src/gtk/foldersort.h
9162         * src/gtk/gtkaspell.c
9163         * src/gtk/gtkaspell.h
9164         * src/gtk/gtksctree.c
9165         * src/gtk/gtkshruler.c
9166         * src/gtk/gtkshruler.h
9167         * src/gtk/gtkutils.c
9168         * src/gtk/gtkutils.h
9169         * src/gtk/icon_legend.c
9170         * src/gtk/icon_legend.h
9171         * src/gtk/logwindow.c
9172         * src/gtk/logwindow.h
9173         * src/gtk/manage_window.c
9174         * src/gtk/manage_window.h
9175         * src/gtk/pluginwindow.c
9176         * src/gtk/pluginwindow.h
9177         * src/gtk/prefswindow.c
9178         * src/gtk/prefswindow.h
9179         * src/gtk/quicksearch.c
9180         * src/gtk/quicksearch.h
9181         * src/pixmaps/claws-mail.xpm
9182         * src/pixmaps/claws-mail_icon.xpm
9183         * src/pixmaps/claws-mail_logo.xpm
9184         * src/pixmaps/sylpheed-claws.xpm
9185         * src/pixmaps/sylpheed-claws_icon.xpm
9186         * src/pixmaps/sylpheed-claws_logo.xpm
9187         * src/plugins/bogofilter/Makefile.am
9188         * src/plugins/bogofilter/bogofilter.c
9189         * src/plugins/bogofilter/bogofilter.h
9190         * src/plugins/bogofilter/bogofilter_gtk.c
9191         * src/plugins/clamav/Makefile.am
9192         * src/plugins/clamav/clamav_plugin.c
9193         * src/plugins/clamav/clamav_plugin.h
9194         * src/plugins/clamav/clamav_plugin_gtk.c
9195         * src/plugins/demo/Makefile.am
9196         * src/plugins/demo/demo.c
9197         * src/plugins/dillo_viewer/Makefile.am
9198         * src/plugins/dillo_viewer/README
9199         * src/plugins/dillo_viewer/dillo_prefs.c
9200         * src/plugins/dillo_viewer/dillo_prefs.h
9201         * src/plugins/dillo_viewer/dillo_viewer.c
9202         * src/plugins/pgpcore/Makefile.am
9203         * src/plugins/pgpcore/passphrase.c
9204         * src/plugins/pgpcore/passphrase.h
9205         * src/plugins/pgpcore/pgp_viewer.c
9206         * src/plugins/pgpcore/pgp_viewer.h
9207         * src/plugins/pgpcore/plugin.c
9208         * src/plugins/pgpcore/prefs_gpg.c
9209         * src/plugins/pgpcore/prefs_gpg.h
9210         * src/plugins/pgpcore/select-keys.c
9211         * src/plugins/pgpcore/select-keys.h
9212         * src/plugins/pgpcore/sgpgme.c
9213         * src/plugins/pgpcore/sgpgme.h
9214         * src/plugins/pgpcore/sylpheed.def
9215         * src/plugins/pgpcore/version.rc
9216         * src/plugins/pgpinline/Makefile.am
9217         * src/plugins/pgpinline/pgpinline.c
9218         * src/plugins/pgpinline/pgpinline.h
9219         * src/plugins/pgpinline/plugin.c
9220         * src/plugins/pgpinline/sylpheed.def
9221         * src/plugins/pgpinline/version.rc
9222         * src/plugins/pgpmime/Makefile.am
9223         * src/plugins/pgpmime/pgpmime.c
9224         * src/plugins/pgpmime/pgpmime.h
9225         * src/plugins/pgpmime/plugin.c
9226         * src/plugins/pgpmime/sylpheed.def
9227         * src/plugins/pgpmime/version.rc
9228         * src/plugins/spamassassin/Makefile.am
9229         * src/plugins/spamassassin/README
9230         * src/plugins/spamassassin/spamassassin.c
9231         * src/plugins/spamassassin/spamassassin.h
9232         * src/plugins/spamassassin/spamassassin_gtk.c
9233         * src/plugins/trayicon/Makefile.am
9234         * src/plugins/trayicon/trayicon.c
9235         * tools/OOo2sylpheed.pl
9236         * tools/README
9237         * tools/README.sylprint
9238         * tools/acroread2sylpheed.pl
9239         * tools/claws.i18n.status.pl
9240         * tools/filter_conv.pl
9241         * tools/filter_conv_new.pl
9242         * tools/freshmeat_search.pl
9243         * tools/google_search.pl
9244         * tools/kmail2sylpheed.pl
9245         * tools/kmail2sylpheed_v2.pl
9246         * tools/make.themes.project
9247         * tools/multiwebsearch.pl
9248         * tools/nautilus2sylpheed.sh
9249         * tools/outlook2sylpheed.pl
9250         * tools/sylprint.pl
9251         * tools/sylprint.rc
9252         * tools/tb2sylpheed
9253         * tools/textviewer.sh
9254         * tools/vcard2xml.py
9255         * tools/kdeservicemenu/README
9256         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9257         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9258         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9259                 Change name to Claws Mail. Announce to follow...
9260
9261 2006-11-06 [wwp]        2.6.0cvs6
9262
9263         * src/prefs_template.c
9264                 unify messages related to quote format/template errors (fix
9265                 capitalization), again.
9266
9267 2006-11-06 [wwp]        2.6.0cvs5
9268
9269         * src/prefs_quote.c
9270                 unify messages related to quote format/template errors.
9271
9272 2006-11-06 [wwp]        2.6.0cvs4
9273
9274         * src/prefs_msg_colors.c
9275                 more uses of Q_ macro for contextual translations, thanks
9276                 to Fabien (fzzzzz).
9277
9278 2006-11-06 [wwp]        2.6.0cvs3
9279
9280         * src/compose.c
9281         * src/common/utils.c
9282         * src/common/utils.h
9283                 show an alertpanel to make sure users are aware that sensitive
9284                 files are attached (it's file blacklist-based). This will fix
9285                 interaction w/ GoogleEarth for instance, thanks to Colin.
9286
9287 2006-11-06 [wwp]        2.6.0cvs2
9288
9289         * src/prefs_quote.c
9290         * src/prefs_template.c
9291         * src/prefs_template.h
9292                 check quote format when applying/closing prefs. For now this only
9293                 shows up an error dialog box, not preventing the user from using
9294                 a broken quote (reply, forwards) format.
9295
9296 2006-11-06 [wwp]        2.6.0cvs1
9297
9298         * src/prefs_template.c
9299                 fix missing checks of some template fields.
9300
9301 2006-11-06 [paul]       2.6.0
9302
9303         * NEWS
9304         * README
9305         * RELEASE_NOTES
9306                 2.6.0 released
9307
9308 2006-11-06 [paul]       2.5.6cvs22
9309
9310         * manual/advanced.xml
9311         * manual/es/advanced.xml
9312                 put 'respect_flowed_format' info in the correct
9313                 place
9314
9315 2006-11-06 [mones]      2.5.6cvs21
9316
9317         * po/es.po
9318                 Minor fixes for release
9319
9320 2006-11-06 [paul]       2.5.6cvs20
9321
9322         * po/cs.po
9323         * po/de.po
9324         * po/fr.po
9325         * po/it.po
9326         * po/nl.po
9327         * po/pt_BR.po
9328         * po/sk.po
9329         * po/sv.po
9330         * po/zh_CN.po
9331                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9332                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9333                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9334                 Young
9335
9336 2006-11-02 [colin]      2.5.6cvs19
9337
9338         * src/imap.c
9339         * src/imap.h
9340         * src/prefs_account.c
9341         * src/etpan/imap-thread.c
9342                 Add GSSAPI support - fixes Debian bug #383274
9343
9344 2006-11-01 [colin]      2.5.6cvs18
9345
9346         * src/jpilot.c
9347                 Handle libpisock12 support. Probably
9348                 fixes bug 1046, 'jpilot AddressDB.pdb 
9349                 import fail'
9350
9351 2006-11-01 [colin]      2.5.6cvs17
9352
9353         * src/folderutils.c
9354                 debug_print() folderutils_mark_all_read()
9355
9356 2006-11-01 [colin]      2.5.6cvs16
9357
9358         * COPYING
9359                 Add missed files to the Apache exception
9360
9361 2006-10-31 [colin]      2.5.6cvs15
9362
9363         * src/folder.c
9364         * src/folder.h
9365                 Add a copy_private_data() func to FolderClasses
9366                 Doesn't break the feature freeze, because we 
9367                 won't use it (right now) in the core.
9368
9369 2006-10-31 [colin]      2.5.6cvs14
9370
9371         * COPYING
9372                 Allow linking with the Apache licensed files in
9373                 src/plugins/spamassassin. Hopefully fixes 
9374                 bug 1048, 'Spamassassin plugin license problem'
9375
9376 2006-10-31 [wwp]        2.5.6cvs13
9377
9378         * src/compose.c
9379                 fix and optimize trimming of leading linefeeds in body loop.
9380
9381 2006-10-31 [colin]      2.5.6cvs12
9382
9383         * src/etpan/imap-thread.c
9384         * src/imap.c
9385                 Make really sure to have NULL sets in case
9386                 of error
9387
9388 2006-10-30 [wwp]        2.5.6cvs11
9389
9390         * src/prefs_common.c
9391         * src/prefs_common.h
9392         * src/compose.c
9393                 fix broken storage of quote format template when it contains \-escape
9394                 sequences. The application of such sequences is also fixed now (\t
9395                 in quote format will be a real tab instead of a 't', for instance).
9396
9397 2006-10-27 [colin]      2.5.6cvs10
9398
9399         * src/compose.c
9400                 Probably fix bug 1045, 'sylpheed-claws 
9401                 doesn't remove the mail from the IMAP 
9402                 Queue folder after sending'. From
9403                 2.5.6cvs3-stable
9404
9405 2006-10-27 [colin]      2.5.6cvs9
9406
9407         * configure.ac
9408                 Require libetpan-0.48. I'm so annoying,
9409                 I know ;-)
9410
9411 2006-10-27 [colin]      2.5.6cvs8
9412
9413         * src/folder.c
9414         * src/imap.c
9415                 Probably fix bug 1044, 'sylpheed-claws 
9416                 segfaults while moving mails' - Fix relation
9417                 usage when moving to an IMAP mailbox from another
9418                 mailbox
9419
9420 2006-10-26 [paul]       2.5.6cvs7
9421
9422         * src/gtk/about.c
9423                 add libSM to compiled-in features
9424                 list
9425
9426 2006-10-24 [colin]      2.5.6cvs6
9427
9428         * src/textview.c
9429         * src/gtk/gtkutils.c
9430                 Fix crash when printing emails with an
9431                 xface
9432
9433 2006-10-24 [mones]      2.5.6cvs5
9434
9435         * manual/es/advanced.xml
9436                 Synchronize hidden option respect_flowed_format
9437         * po/es.po
9438                 Updated translation
9439
9440 2006-10-21 [paul]       2.5.6cvs4
9441
9442         * src/gtk/authors.h
9443         * src/plugins/pgpcore/pgp_viewer.c
9444         * src/plugins/pgpcore/sgpgme.c
9445                 fix building on BSDs
9446                 Thanks to Michael Hughes
9447                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9448
9449 2006-10-20 [colin]      2.5.6cvs3
9450
9451         * configure.ac
9452                 Bump up libetpan requirement
9453                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9454         * src/common/utils.c
9455         * src/common/utils.h
9456                 Add convenience get_file_mtime()
9457         * src/imap.c
9458         * src/etpan/imap-thread.c
9459         * src/etpan/imap-thread.h
9460                 Implement UIDPLUS support if the server
9461                 supports it - faster sending in this case
9462
9463 2006-10-19 [colin]      2.5.6cvs2
9464
9465         * src/gtk/quicksearch.c
9466                 Fix emptying in type-ahead+extended mode
9467         * src/mainwindow.c
9468         * src/mainwindow.h
9469                 Add a hook for offline state change
9470         * src/plugins/trayicon/trayicon.c
9471                 Use it to display offline icons
9472         * src/plugins/trayicon/Makefile.am
9473         * src/plugins/trayicon/newmail.offline.xpm
9474         * src/plugins/trayicon/newmarkedmail.offline.xpm
9475         * src/plugins/trayicon/nomail.offline.xpm
9476         * src/plugins/trayicon/unreadmail.offline.xpm
9477         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9478                 Add the icons
9479
9480 2006-10-12 [paul]       2.5.6cvs1
9481
9482         * NEWS
9483         * README
9484         * configure.ac
9485                 Update version number following
9486                 stable release
9487
9488 2006-10-19 [colin]      2.5.5cvs18
9489
9490         * manual/handling.xml
9491                 Add type-ahead search
9492
9493 2006-10-18 [colin]      2.5.5cvs17
9494
9495         * src/gtk/quicksearch.c
9496                 Remove "save to history only if there's
9497                 no syntax error", it breaks for some 
9498                 reason which I'll investigate later.
9499
9500 2006-10-18 [colin]      2.5.5cvs16
9501
9502         * src/prefs_common.c
9503         * src/prefs_common.h
9504         * src/summaryview.c
9505         * src/gtk/quicksearch.c
9506         * src/gtk/quicksearch.h
9507                 Add a type-ahead option for fast searches
9508                 Patch by Fabien Vantard
9509
9510 2006-10-18 [colin]      2.5.5cvs15
9511
9512         * src/compose.c
9513         * src/compose.h
9514                 Add Options/Reply mode/ menu to be able to
9515                 change the recipients of a reply on the fly
9516
9517 2006-10-18 [colin]      2.5.5cvs14
9518
9519         * src/compose.c
9520                 Fix redirecting of our own sent mails
9521
9522 2006-10-17 [wwp]        2.5.5cvs13
9523
9524         * src/send_message.c
9525                 Fix duplicate error messages when sending, and missing
9526                 newline in such error messages.
9527
9528 2006-10-17 [colin]      2.5.5cvs12
9529
9530         * src/compose.c
9531                 Compare addresses case-insensitive
9532
9533 2006-10-17 [colin]      2.5.5cvs11
9534
9535         * src/plugins/pgpcore/sgpgme.c
9536                 Fix return status
9537
9538 2006-10-17 [colin]      2.5.5cvs10
9539
9540         * src/plugins/pgpcore/pgp_viewer.c
9541                 Fix return status
9542
9543 2006-10-17 [colin]      2.5.5cvs9
9544
9545         * src/quote_fmt.c
9546                 Fix a typo (thanks to Fabien)
9547
9548 2006-10-16 [colin]      2.5.5cvs8
9549
9550         * src/textview.c
9551                 Fix problem with quote-folding when emails
9552                 don't convert cleanly to UTF-8
9553
9554 2006-10-14 [colin]      2.5.5cvs7
9555
9556         * src/prefs_template.c
9557                 Reset fields when reopening
9558                 the window
9559
9560 2006-10-13 [paul]       2.5.5cvs6
9561
9562         * manual/advanced.xml
9563         * src/prefs_message.c
9564                 make 'respect_flowed_format' a hidden
9565                 option, and add a manual entry for it
9566                 Thanks to Colin
9567
9568 2006-10-12 [colin]      2.5.5cvs5
9569
9570         * src/codeconv.c
9571                 Revert part of 2.5.2cvs21:
9572                 Don't optimise by reusing the 
9573                 last iconv converter if possible:
9574                 it seems slightly broken in a 
9575                 very hard way to reproduce
9576
9577 2006-10-12 [colin]      2.5.5cvs4
9578
9579         * src/prefs_common.c
9580         * src/prefs_common.h
9581         * src/prefs_message.c
9582         * src/procmime.c
9583                 Fix bug 1035, 'Incorrect handling 
9584                 of flowed lines'. We now optionnaly
9585                 handle this format (preference is in
9586                 Message View/Text options section)
9587
9588 2006-10-12 [colin]      2.5.5cvs3
9589
9590         * po/POTFILES.in
9591                 Add new file
9592         * src/plugins/pgpcore/pgp_viewer.c
9593         * src/plugins/pgpcore/sgpgme.c
9594                 Don't try to import without asking
9595
9596 2006-10-12 [colin]      2.5.5cvs2
9597
9598         * src/compose.c
9599                 Fix bug 1036, 'Forwarding a mutlipart
9600                 mail with a "text/html" block to ms
9601                 outlook users leeds to freeze of
9602                 outlook'. Poor outlook users...
9603
9604 2006-10-12 [paul]       2.5.5cvs1
9605
9606         * NEWS
9607         * README
9608         * configure.ac
9609                 Update version number following
9610                 stable release
9611
9612 2006-10-11 [paul]       2.5.4cvs1
9613
9614         * NEWS
9615         * README
9616         * configure.ac
9617                 Update version number following
9618                 stable release
9619
9620 2006-10-11 [paul]       2.5.3cvs32
9621
9622         * src/textview.c
9623                 fix bug 1032, 'Segmentation fault when showing
9624                 message' (bug in quote folding)
9625                 Thanks to Colin
9626
9627 2006-10-10 [colin]      2.5.3cvs31
9628
9629         * src/quote_fmt.c
9630                 Rephrase english a bit
9631
9632 2006-10-10 [colin]      2.5.3cvs30
9633
9634         * src/prefs_compose_writing.c
9635                 Stop making the page larger than the window
9636
9637 2006-10-10 [wwp]        2.5.3cvs29
9638
9639         * src/compose.c
9640         * src/prefs_template.c
9641         * src/quote_fmt.c
9642         * src/quote_fmt.h
9643         * src/quote_fmt_lex.l
9644         * src/quote_fmt_parse.y
9645                 Extend the quote parser a bit: allow to get access to
9646                 basic (composing) account info.
9647
9648 2006-10-10 [colin]      2.5.3cvs28
9649
9650         * src/procheader.c
9651                 Fix this \t problem in subject
9652
9653 2006-10-09 [colin]      2.5.3cvs27
9654
9655         * src/main.c
9656         * src/prefs_gtk.c
9657                 Prepare cache a bit later
9658                 If section already exists, skip the new one 
9659                 (as previously); avoid writing the same block
9660                 twice - if we find a second block with the 
9661                 same id, skip it.
9662         * src/plugins/pgpcore/pgp_viewer.c
9663                 Set cursor to busy when retrieving a key
9664         * src/plugins/pgpcore/sgpgme.c
9665                 allow 5 seconds for gpg to export the key
9666                 
9667
9668 2006-10-09 [colin]      2.5.3cvs26
9669
9670         * configure.ac
9671         * src/msgcache.c
9672         * src/prefs_gtk.c
9673                 Check for existence of fgets_unlocked
9674                 and fwrite_unlocked
9675
9676 2006-10-09 [paul]       2.5.3cvs25
9677
9678         * src/prefs_summaries.c
9679                 replace strftime() with fast_strftime() and in
9680                 the consequence fix the bug in the display of
9681                 AM/PM in the 'Example' string
9682
9683 2006-10-09 [ticho]      2.5.3cvs24
9684
9685         * po/sk.po
9686                 Updated (and fixed up somewhat) Slovak translation.
9687
9688 2006-10-08 [colin]      2.5.3cvs23
9689
9690         * src/prefs_folder_item.c
9691                 Explain why prefs in the top-level folder
9692                 aren't retained, but are still useful
9693
9694 2006-10-08 [colin]      2.5.3cvs22
9695
9696         * src/prefs_gtk.c
9697                 Don't cache anything if caching fails
9698
9699 2006-10-08 [colin]      2.5.3cvs21
9700
9701         * src/common/utils.c
9702                 always include gi18n.h
9703
9704 2006-10-07 [colin]      2.5.3cvs20
9705
9706         * src/plugins/pgpcore/pgp_viewer.c
9707                 Kill gpg after 5 seconds wait
9708
9709 2006-10-07 [colin]      2.5.3cvs19
9710
9711         * src/plugins/pgpcore/pgp_viewer.c
9712         * src/plugins/pgpcore/pgp_viewer.h
9713                 Fix copyright
9714
9715 2006-10-07 [colin]      2.5.3cvs18
9716
9717         * src/plugins/pgpcore/pgp_viewer.c
9718         * src/plugins/pgpcore/pgp_viewer.h
9719                 Actually add the files to CVS
9720
9721 2006-10-07 [colin]      2.5.3cvs17
9722
9723         * src/plugins/pgpcore/sgpgme.c
9724                 Be sure not to crash on 'application/pgp-signature' that
9725                 are not application/pgp-signatures
9726
9727 2006-10-07 [colin]      2.5.3cvs16
9728
9729         * src/textview.c
9730         * src/textview.h
9731                 Make a bit more of the API available
9732         * src/plugins/pgpcore/Makefile.am
9733         * src/plugins/pgpcore/plugin.c
9734         * src/plugins/pgpcore/sgpgme.c
9735                 Add basic key import/export
9736
9737 2006-10-07 [colin]      2.5.3cvs15
9738
9739         * src/folderview.c
9740         * src/imap.c
9741         * src/prefs_account.c
9742         * src/wizard.c
9743                 Warn users *everywhere* if libetpan's not
9744                 linked in
9745
9746 2006-10-06 [mones]      2.5.3cvs14
9747
9748         * po/de.po
9749         * po/es.po
9750                 updated by Stephan Sachse and me
9751
9752 2006-10-06 [colin]      2.5.3cvs13
9753
9754         * src/main.c
9755         * src/common/sylpheed.c
9756                 Don't load common plugins if --exit is passed
9757         * src/prefs_gtk.c
9758         * src/prefs_gtk.h
9759                 Implement a cache to avoid reading the same
9760                 files over and over again at startup
9761
9762 2006-10-06 [colin]      2.5.3cvs12
9763
9764         * src/summaryview.c
9765         * src/gtk/quicksearch.c
9766                 Update display every 5k mails on fast searches
9767
9768 2006-10-06 [colin]      2.5.3cvs11
9769
9770         * src/textview.c
9771                 Don't do quote folding on HTML or ERTF.
9772                 May fix the Cygwin issues if they were
9773                 happening with HTML mails?
9774
9775 2006-10-05 [colin]      2.5.3cvs10
9776
9777         * src/prefs_gtk.c
9778                 Oops, forgot one
9779
9780 2006-10-05 [colin]      2.5.3cvs9
9781
9782         * src/prefs_gtk.c
9783                 Use unlocked_stdio here too
9784
9785 2006-10-05 [colin]      2.5.3cvs8
9786
9787         * src/folderview.c
9788                 Fix go to next * after preferences apply
9789         * src/msgcache.c
9790                 Do the fd lock/unlock ourselves instead of
9791                 letting the libc do it at each write 
9792
9793 2006-10-05 [colin]      2.5.3cvs7
9794
9795         * src/common/utils.c
9796                 Faster division, thanks to Jean Diraison
9797
9798 2006-10-05 [paul]       2.5.3cvs6
9799
9800         * src/common/utils.c
9801                 fix building with --disable-nls
9802
9803 2006-10-04 [colin]      2.5.3cvs5
9804
9805         * src/folder.c
9806                 Maybe fix a segfault
9807
9808 2006-10-04 [wwp]        2.5.3cvs4
9809
9810         * src/prefs_folder_item.c
9811                 Fine-tune layouts in folder item prefs. Suggested by
9812                 Fabien Vantard <fzzzzz@gmail.com>.
9813
9814 2006-10-04 [wwp]        2.5.3cvs3
9815
9816         * src/prefs_folder_item.c
9817                 Kill the clandestine passengers. You didn't see anything.
9818
9819 2006-10-04 [wwp]        2.5.3cvs2
9820
9821         * src/prefs_folder_item.c
9822                 Add a way to test the subject simplify regexp in
9823                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9824                 w/ few layout changes.
9825
9826 2006-20-04 [paul]       2.5.3cvs1
9827
9828         * NEWS
9829         * README
9830         * configure.ac
9831                 Update version number following
9832                 stable release
9833
9834 2006-10-04 [colin]      2.5.2cvs42
9835
9836         * src/folder.c
9837         * src/folder.h
9838         * src/summaryview.c
9839                 Provide a way for folder classes to set their sort
9840                 type and key
9841
9842 2006-10-03 [colin]      2.5.2cvs41
9843
9844         * src/mh.c
9845                 Don't use strlen() to know if the
9846                 string's empty
9847
9848 2006-10-03 [colin]      2.5.2cvs40
9849
9850         * src/mh.c
9851                 Fix "check for new folders" with accentued folders
9852
9853 2006-10-03 [ticho]      2.5.2cvs39
9854
9855         * src/filtering.c
9856         * src/folder.c
9857         * src/inc.c
9858         * src/mbox.c
9859                 Colin's fix for "copy" filtering rules.
9860
9861 2006-10-02 [colin]      2.5.2cvs38
9862
9863         * src/folderview.c
9864                 Fix for double-click too
9865
9866 2006-10-02 [colin]      2.5.2cvs37
9867
9868         * src/folderview.c
9869                 correct fix for cvs36
9870
9871 2006-10-02 [colin]      2.5.2cvs36
9872
9873         * src/folderview.c
9874                 Fix 'goto next unread' after collapsing/expanding 
9875                 a node.
9876
9877 2006-10-02 [colin]      2.5.2cvs35
9878
9879         * src/summaryview.c
9880                 Fix double freeze/thaw
9881         * src/common/utils.c
9882         * src/common/utils.h
9883                 Reimplement strftime
9884         * src/procheader.c
9885                 Use it
9886
9887
9888 2006-10-02 [colin]      2.5.2cvs34
9889
9890         * src/mh.c
9891                 Time mh_write_sequences() - it's fast
9892         * src/summaryview.c
9893                 Init a variable to shut up gcc
9894
9895 2006-10-01 [colin]      2.5.2cvs33
9896
9897         * src/folder.c
9898         * src/mh.c
9899         * src/mh.h
9900         * src/msgcache.c
9901                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9902                 Add fsync but disable it, it's slow as hell
9903
9904 2006-10-01 [colin]      2.5.2cvs32
9905
9906         * src/mh.c
9907         * src/msgcache.c
9908                 fflush() caches and mh_sequences before
9909                 fclose()ing
9910
9911 2006-10-01 [colin]      2.5.2cvs31
9912
9913         * src/msgcache.c
9914                 Don't ftruncate when not using mmap
9915
9916 2006-09-30 [colin]      2.5.2cvs30
9917
9918         * src/main.c
9919                 Write folder list *after* saving caches
9920
9921 2006-09-30 [colin]      2.5.2cvs29
9922
9923         * src/folder.c
9924         * src/mh.c
9925                 Debug forced mtime changes
9926
9927 2006-09-30 [colin]      2.5.2cvs28
9928
9929         * src/folder.c
9930         * src/main.c
9931                 Remove useless debug_print()s (code
9932                 well-tested)
9933
9934 2006-09-30 [colin]      2.5.2cvs27
9935
9936         * src/mh.c
9937                 Do stuff faster when writing mh_sequences
9938
9939 2006-09-30 [colin]      2.5.2cvs26
9940
9941         * src/mh.c
9942                 Don't let the writing of .mh_sequences, which
9943                 can change the folder's mtime, let us think
9944                 we need to scan.
9945
9946 2006-09-30 [colin]      2.5.2cvs25
9947
9948         * src/folder.c
9949                 Move a debug_print where it belongs 
9950                 (processing)
9951         * src/summaryview.c
9952                 Don't mess with a huge slow subject
9953                 table if we're not threading by
9954                 subject
9955
9956 2006-09-30 [colin]      2.5.2cvs24
9957
9958         * src/msgcache.c
9959                 Reenable mmaped reads (*not* writes!)
9960         * src/procmsg.c
9961                 Don't destroy and recreate hashtables just
9962                 for fun
9963         * src/common/utils.c
9964                 Remove useless reply prefixes (it's case
9965                 unsensitive)
9966
9967 2006-09-30 [wwp]        2.5.2cvs23
9968
9969         * tools/fix_date.sh
9970                 Fixed a minor bug in date value extraction, added a switch
9971                 to replace non RFC-compliant Date: value, added a switch
9972                 to use strict RFC matching patterns for dates.
9973
9974 2006-09-29 [colin]      2.5.2cvs22
9975
9976         * src/matcher_parser.h
9977         * src/matcher_parser_parse.y
9978         * src/prefs_filtering.c
9979         * src/statusbar.c
9980         * src/summary_search.c
9981         * src/summaryview.c
9982         * src/gtk/quicksearch.c
9983         * src/gtk/quicksearch.h
9984                 Optimise searches by setting different
9985                 refresh intervals (depending if the 
9986                 search is fast or not)
9987
9988 2006-09-29 [colin]      2.5.2cvs21
9989
9990         * src/codeconv.c
9991                 Optimise by reusing the last iconv converter
9992                 if possible
9993         * src/textview.c
9994                 Optimise a bit (the foldable quotes feature
9995                 still has an awful O(n^2) algo
9996
9997 2006-09-29 [colin]      2.5.2cvs20
9998
9999         * src/gtk/gtksctree.c
10000         * src/gtk/gtksctree.h
10001                 Optimise de-selection via up/down or
10002                 another key
10003
10004 2006-09-28 [colin]      2.5.2cvs19
10005
10006         * src/action.c
10007         * src/compose.c
10008         * src/folderview.c
10009         * src/mainwindow.c
10010         * src/messageview.c
10011         * src/summary_search.c
10012         * src/toolbar.c
10013                 Avoid using summaryview->ctree directly
10014
10015 2006-09-28 [colin]      2.5.2cvs18
10016
10017         * src/summaryview.c
10018         * src/summaryview.h
10019                 Add helpers to freeze/thaw/grab_focus
10020                 Factorize calls to freeze/thaw/grab_focus
10021                 
10022
10023 2006-09-28 [colin]      2.5.2cvs17
10024
10025         * src/main.c
10026                 More guards for the session management
10027
10028 2006-09-28 [colin]      2.5.2cvs16
10029
10030         * src/folderview.c
10031         * src/gtk/gtksctree.c
10032         * src/gtk/gtksctree.h
10033                 Make expanding not recursive in folderview
10034
10035 2006-09-28 [colin]      2.5.2cvs15
10036
10037         * src/addressbook.c
10038                 If nothing is selected in the list (right part)
10039                 and a group is selected in the tree (left part),
10040                 mail this group.
10041
10042 2006-09-28 [colin]      2.5.2cvs14
10043
10044         * src/Makefile.am
10045                 Actually use SM_LIBS
10046
10047 2006-09-28 [ticho]      2.5.2cvs13
10048
10049         * src/export.c
10050         * src/messageview.c
10051         * src/mimeview.c
10052         * src/news.c
10053         * src/pop.c
10054         * src/prefs_themes.c
10055         * src/procmsg.c
10056                 Small i18n string optimization.
10057         * src/send_message.c
10058         * src/summaryview.c
10059         * src/common/session.c
10060         * src/common/smtp.c
10061         * src/common/ssl_certificate.c
10062         * src/common/utils.c
10063                 Use "Couldn't" instead of "Can't" in UI messages,
10064                 where appropriate.
10065
10066 2006-09-28 [colin]      2.5.2cvs12
10067
10068         * configure.ac
10069                 Possibly fix link errors
10070
10071 2006-09-27 [wwp]        2.5.2cvs11
10072
10073         * src/gtk/authors.h
10074         * doc/man/sylpheed-claws.1
10075         * manual/ack.xml
10076         * manual/es/ack.xml
10077         * manual/fr/ack.xml
10078         * manual/pl/ack.xml
10079                 Updated authors info (me, myself and I).
10080
10081 2006-09-27 [colin]      2.5.2cvs10
10082
10083         * src/addressbook.c
10084                 Remove useless printf
10085
10086 2006-09-27 [wwp]        2.5.2cvs9
10087
10088         * src/editgroup.c
10089         * src/send_message.c
10090         * src/inc.c
10091         * src/prefs_common.c
10092         * src/prefs_common.h
10093         * src/gtk/progressdialog.c
10094                 remember more windows' sizes (send dialog, received dialog,
10095                 edit group in addressbook).
10096
10097 2006-09-27 [colin]      2.5.2cvs8
10098
10099         * configure.ac
10100         * src/main.c
10101         * src/mainwindow.h
10102                 Use libSM to communicate with the session
10103                 manager, so that we can know when the 
10104                 session ends, save our caches, and draft
10105                 our compose windows.
10106
10107 2006-09-27 [colin]      2.5.2cvs7
10108
10109         * src/addressbook.c
10110                 Fix issues:
10111                 o Allow Book and Group creation from the tree's
10112                   contextual menu
10113                 o Do not actually delete the contacts when 
10114                   deleting groups from the tree (duh!)
10115
10116 2006-09-27 [colin]      2.5.2cvs6
10117
10118         * src/compose.c
10119         * src/compose.h
10120         * src/mainwindow.c
10121         * src/textview.c
10122         * src/toolbar.c
10123                 o Allow passing an email address to 
10124                   compose_new_with_folderitem
10125                 o Update callers
10126                 o Use current folderitem when clicking
10127                   on a TextView mailto: link
10128                 o Fix a possible leak in TextView
10129
10130 2006-09-27 [colin]      2.5.2cvs5
10131
10132         * src/html.c
10133                 Use UTF-8 chars to replace HTML entities
10134
10135 2006-09-27 [colin]      2.5.2cvs4
10136
10137         * AUTHORS
10138         * src/prefs_account.c
10139         * src/gtk/authors.h
10140                 Fix bug #1024 (Array index out of
10141                 range in sylpheed-claws-2.5.2)
10142                 Patch by Ales Nosek <anosek@suse.cz>
10143
10144 2006-09-27 [colin]      2.5.2cvs3
10145
10146         * src/addr_compl.c
10147                 Actually do the test
10148
10149 2006-09-27 [colin]      2.5.2cvs2
10150
10151         * src/addr_compl.c
10152         * src/addr_compl.h
10153                 Allow completing with comma (in certain cases: vCalendar
10154                 for example doesn't support that)
10155                 Patch by Fabien Vantard
10156
10157 2006-09-26 [colin]      2.5.2cvs1
10158
10159         * src/Makefile.am
10160         * src/addr_compl.c
10161         * src/addr_compl.h
10162         * src/addrbook.c
10163         * src/addrbook.h
10164         * src/addressbook.c
10165         * src/addrindex.c
10166         * src/addrindex.h
10167         * src/compose.c
10168         * src/prefs_common.c
10169         * src/prefs_filtering_action.c
10170         * src/prefs_folder_item.c
10171         * src/prefs_template.c
10172         * src/stock_pixmap.c
10173         * src/stock_pixmap.h
10174         * src/pixmaps/addr_one.xpm
10175         * src/pixmaps/addr_two.xpm
10176                 Add auto-completion on groups
10177
10178 2006-09-26 [colin]      2.5.2
10179
10180         * NEWS
10181         * README
10182         * RELEASE_NOTES
10183                 2.5.2 released
10184
10185 2006-09-26 [colin]      2.5.1cvs5
10186
10187         * src/matcher.c
10188                 Fix condition
10189
10190 2006-09-26 [colin]      2.5.1cvs4
10191
10192         * src/mbox.c
10193                 Revert cvs1 (useless as the message is printed 
10194                 every 500 mails)
10195
10196 2006-09-26 [colin]      2.5.1cvs3
10197
10198         * src/partial_download.c
10199                 Fix crasher found by Alexsandar Urosevic
10200
10201 2006-09-26 [colin]      2.5.1cvs2
10202
10203         * src/summaryview.c
10204                 Fix bug #1023 (Sylpheed deletes too much messages)
10205
10206 2006-09-26 [ticho]      2.5.1cvs1
10207
10208         * src/mbox.c
10209                 Make use of gettext's multiple plurals for statusbar
10210                 progress message.
10211
10212 2006-09-25 [paul]       2.5.1
10213
10214         * NEWS
10215         * README
10216         * RELEASE_NOTES
10217                 2.5.1 released
10218
10219 2006-09-25 [colin]      2.5.0cvs3
10220
10221         * src/plugins/bogofilter/bogofilter.c
10222         * src/plugins/clamav/clamav_plugin.c
10223         * src/plugins/spamassassin/spamassassin.c
10224                 BogoFilter, Spamassassin: Fix double hook registering after
10225                 visiting preferences
10226                 Spamassassin, Clamav: Just set the mails to move instead of
10227                 doing the move - caller will move the things at once.
10228
10229 2006-09-25 [colin]      2.5.0cvs2
10230
10231         * src/imap.c
10232         * src/etpan/imap-thread.c
10233                 Use UID SEARCH ALL instead of UID 1:*
10234                 (braindead servers can't figure out that's
10235                 the same...)
10236
10237 2006-09-25 [wwp]        2.5.0cvs1
10238
10239         * src/message_search.c
10240                 Added the ability to stop a running search (in message body).
10241
10242 2006-09-25 [paul]       2.5.0
10243
10244         * NEWS
10245         * README
10246         * RELEASE_NOTES
10247                 2.5.0 released
10248
10249 2006-09-25 [paul]       2.4.0cvs214
10250
10251         * po/cs.po
10252         * po/de.po
10253         * po/fi.po
10254         * po/fr.po
10255         * po/nl.po
10256         * po/pt_BR.po
10257         * po/sk.po
10258         * po/sr.po
10259         * po/zh_CN.po
10260                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10261                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10262                 Ticho, Aleksander Urosevic, Ralgh Young
10263
10264 2006-09-24 [mones]      2.4.0cvs213
10265
10266         * po/es.po
10267                 Updated for release
10268
10269 2006-09-23 [colin]      2.4.0cvs212
10270
10271         * src/gtk/inputdialog.c
10272                 Fix [ ] remember this appearing in normal
10273                 input dialogs after it's been used by
10274                 mimeview.
10275         * src/folder.c
10276         * src/folderview.c
10277         * src/msgcache.c
10278         * src/procmsg.c
10279         * src/summaryview.c
10280         * src/textview.c
10281         * src/common/timing.h
10282                 Enable timings in debug mode and make it
10283                 look prettier.
10284
10285 2006-09-22 [colin]      2.4.0cvs211
10286
10287         * README
10288                 Revert test change
10289         * commitHelper
10290                 ping the correct URI
10291
10292 2006-09-22 [colin]      2.4.0cvs210
10293
10294         * README
10295                 Let's see if bug #1022 is fixed
10296
10297 2006-09-21 [colin]      2.4.0cvs209
10298
10299         * src/wizard.c
10300         * src/common/plugin.c
10301                 Prepare infra to load predefined plugins when
10302                 no configuration existed. Don't actually load
10303                 anything yet (feat. freeze)
10304
10305 2006-09-21 [wwp]        2.4.0cvs208
10306
10307         * manual/fr/faq.xml
10308                 Partial sync w/ 2.4.0cvs72:
10309                 wrap file and minor updates.
10310
10311 2006-09-21 [wwp]        2.4.0cvs207
10312
10313         * tools/fix_date.sh
10314                 several fixes and enhancements. A new --force switch has been
10315                 added to prevent overriding by default Date: header when
10316                 already existing.
10317
10318 2006-09-21 [paul]       2.4.0cvs206
10319
10320         * src/common/utils.c
10321                 add Chinese UTF8 Re prefix
10322
10323 2006-09-21 [wwp]        2.4.0cvs205
10324
10325         * tools/Makefile.am
10326                 Fics alfabettical order.
10327
10328 2006-09-21 [wwp]        2.4.0cvs204
10329
10330         * tools/fix_date.sh
10331         * tools/Makefile.am
10332                 Added an action tool to fix missing Date field in emails.
10333                 Updated Makefile.am to reflect those last two additions.
10334
10335 2006-09-21 [wwp]        2.4.0cvs203
10336
10337         * tools/uuooffice
10338                 Added a action tool to open uuencoded docs w/
10339                 OpenOffice (based on uudec method).
10340
10341 2006-09-21 [colin]      2.4.0cvs202
10342
10343         * src/compose.c
10344         * src/textview.c
10345                 Workaround possible GTK crash: remove selection 
10346                 clipboard before destroying widget, or GTK+-2.10
10347                 dies. Thanks to Hiro.
10348
10349 2006-09-20 [colin]      2.4.0cvs201
10350
10351         * src/compose.c
10352                 Fix free-after-use in some cases (when 
10353                 procmime_encode_content() frees mimeinfo->data.mem
10354                 and turns it to a temp file)
10355
10356 2006-09-20 [colin]      2.4.0cvs200
10357
10358         * src/folderview.c
10359         * src/summaryview.c
10360         * src/gtk/gtksctree.c
10361         * src/gtk/gtksctree.h
10362                 Add tooltips in the folderview and summaryview
10363                 (Doesn't break string freeze as they already
10364                 exist)
10365         * src/toolbar.c
10366                 Put the spam button in the default configuration
10367                 if compiled with bogo plugin too
10368
10369 2006-09-19 [colin]      2.4.0cvs199
10370
10371         * src/summaryview.c
10372         * src/summaryview.h
10373                 Update folder name label on folder rename
10374         * src/prefs_matcher.c
10375         * src/gtk/logwindow.h
10376                 Fix warnings
10377                 Patches by Fabien
10378
10379 2006-09-19 [wwp]        2.4.0cvs198
10380
10381         * src/summary_search.c
10382                 fix can't click forward/backward buttons in the
10383                 search messages.
10384
10385 2006-09-18 [paul]       2.4.0cvs197
10386
10387         * src/wizard.c
10388                 add missing bracket, capitalise the A of
10389                 'SpamAssassin'
10390
10391 2006-09-18 [paul]       2.4.0cvs196
10392
10393         * src/compose.c
10394                 fix bug 1012 'crashed upon sending mail
10395                 from compose window'
10396                 Thanks to Colin
10397
10398 2006-09-16 [colin]      2.4.0cvs195
10399
10400         * src/folderview.c
10401                 Fix "real-time" sorting by freezing/thawing
10402
10403 2006-09-16 [colin]      2.4.0cvs194
10404
10405         * manual/faq.xml
10406                 Fix the anti-spam entry a bit
10407
10408 2006-09-16 [colin]      2.4.0cvs193
10409
10410         * src/wizard.c
10411                 Make sure reviewers have no excuse when stating
10412                 Sylpheed-Claws doesn't have antispam capabilities.
10413
10414 2006-09-16 [colin]      2.4.0cvs192
10415
10416         * src/main.c
10417                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10418                 as if the SIGPIPE comes from etpan's thread we could
10419                 trigger a GUI update from this thread.
10420
10421 2006-09-16 [colin]      2.4.0cvs191
10422
10423         * src/summaryview.c
10424                 Init all members of the struct
10425
10426 2006-09-16 [paul]       2.4.0cvs190
10427
10428         * src/account.c
10429                 improvements to the English
10430
10431 2006-09-15 [colin]      2.4.0cvs189
10432
10433         * src/summaryview.c
10434                 HIG order on dialog
10435
10436 2006-09-14 [colin]      2.4.0cvs188
10437
10438         * src/common/socket.c
10439         * src/common/socket.h
10440         * src/common/ssl.c
10441         * src/common/ssl_certificate.c
10442         * src/common/ssl_certificate.h
10443         * src/etpan/imap-thread.c
10444                 the get_fqdn() call done to get canonical name when
10445                 checking an SSL certificate is blocking, which is
10446                 sad as we just did a non-blocking lookup to connect.
10447                 Fix that by letting the fqdn available to the SockInfo,
10448                 and use that in ssl_certificate_check(). For IMAP,
10449                 we don't do it as the lookup's done by libetpan, but
10450                 it's less annoying as IMAP connections as much more
10451                 rare than POP3 connections.
10452
10453 2006-09-14 [paul]       2.4.0cvs187
10454
10455         * manual/advanced.xml
10456                 improvements to the English,
10457                 properly place the new hidden options
10458                 within the alphabetical order
10459         * src/gtk/pluginwindow.c
10460                 improvements to the English
10461
10462 2006-09-14 [colin]      2.4.0cvs186
10463
10464         * src/prefs_common.c
10465         * src/prefs_common.h
10466         * src/gtk/gtksctree.c
10467         * manual/advanced.xml
10468                 New hidden pref, stripes_color_offset, to change
10469                 the value added/substracted to normal bgcolor to
10470                 create the stripes in summaries
10471
10472 2006-09-13 [colin]      2.4.0cvs185
10473
10474         * src/gedit-print.c
10475         * src/messageview.c
10476         * src/messageview.h
10477         * src/summaryview.c
10478         * src/textview.c
10479                 Fix misc. printing issues: 
10480                 - Bad font for linkified headers
10481                 - Different font if the mail was displayed or not
10482                 - Factorize the thing
10483
10484 2006-09-13 [colin]      2.4.0cvs184
10485
10486         * src/common/ssl_certificate.c
10487                 Only get FQDN once when checking certificate
10488
10489 2006-09-13 [colin]      2.4.0cvs183
10490
10491         * src/account.c
10492         * src/gtk/pluginwindow.c
10493                 Misc. GUI fixes by Fabien
10494
10495 2006-09-13 [wwp]        2.4.0cvs182
10496
10497         * configure.ac
10498         * src/common/utils.h
10499         * src/common/utils.c
10500                 get rid of unused wide-char functions.
10501
10502 2006-09-13 [wwp]        2.4.0cvs181
10503
10504         * src/plugins/pgpinline/sylpheed.def
10505         * src/textview.c
10506                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10507                 add privacy_reset_error to the .def file,
10508                 do not fork for an external textviewer.
10509
10510 2006-09-13 [wwp]        2.4.0cvs180
10511
10512         * src/prefs_common.c
10513                 fix broken font entry in prefs (patch issued by the gpg4win team,
10514                 probably by Marcus Brinkmann <marcus@g10code.de>).
10515
10516 2006-09-13 [colin]      2.4.0cvs179
10517
10518         * src/folder.h
10519                 Fix a warning in summaryview.c
10520         * src/mainwindow.c
10521         * src/summaryview.c
10522         * src/summaryview.h
10523                 Add missing Mark/* elements in the
10524                 main menu
10525
10526 2006-09-12 [colin]      2.4.0cvs178
10527
10528         * src/prefs_actions.c
10529         * src/prefs_filtering_action.c
10530         * src/prefs_matcher.c
10531                 Use (New) instead of New everywhere
10532
10533 2006-09-12 [wwp]        2.4.0cvs177
10534
10535         * manual/fr/addrbook.xml
10536         * manual/fr/handling.xml
10537                 updated some quotes in the fr manual to match the fr translation.
10538
10539 2006-09-12 [wwp]        2.4.0cvs176
10540
10541         * src/prefs_matcher.c
10542                 don't store translated string elements in matcher expressions.
10543                 Also fixed a misused of Q_().
10544
10545 2006-09-11 [wwp]        2.4.0cvs175
10546
10547         * src/plugins//bogofilter/bogofilter.c
10548         * src/plugins//clamav/clamav_plugin.c
10549         * src/plugins//demo/demo.c
10550         * src/plugins//dillo_viewer/dillo_viewer.c
10551         * src/plugins//pgpcore/plugin.c
10552         * src/plugins//pgpinline/plugin.c
10553         * src/plugins//pgpmime/plugin.c
10554         * src/plugins//spamassassin/spamassassin.c
10555                 gettext-ize more strings (mostly plugin error messages).
10556
10557 2006-09-11 [colin]      2.4.0cvs174
10558
10559         * src/alertpanel.c
10560                 Make maximum buffer size bigger to avoid
10561                 truncating translated messages. Patch by
10562                 Fabien
10563
10564 2006-09-11 [colin]      2.4.0cvs173
10565
10566         * src/etpan/imap-thread.c
10567                 Fix compilation on OpenBSD, thanks to 
10568                 Landry
10569
10570 2006-09-10 [wwp]        2.4.0cvs172
10571
10572         * manual/account.xml
10573         * manual/addrbook.xml
10574         * manual/handling.xml
10575         * manual/es/handling.xml
10576         * manual/fr/account.xml
10577         * manual/fr/addrbook.xml
10578         * manual/fr/handling.xml
10579                 documented addressbook matching (condition configuration):
10580                   addrbook.xml, en fr
10581                 documented per-account filtering rules (handling/filtering
10582                   section, account section):
10583                   account.xml, handling.xml, en fr
10584                 slightly updated the handling/searching section to tell few
10585                   words about the extended search ability:
10586                   handling.xml, en fr
10587                 added missing <quote></quotes> to Quick Search:
10588                   handling.xml, en fr es
10589                 fixed a typo (auomatically):
10590                   handling.xml, en
10591                 changes revisited by Paul.
10592
10593 2006-09-10 [paul]       2.4.0cvs171
10594
10595         * src/prefs_actions.c
10596         * src/prefs_filtering.c
10597         * src/prefs_template.c
10598                 adjustments to the gui
10599                 Patch by Fabien Vantard (slightly modified)
10600
10601 2006-09-10 [colin]      2.4.0cvs170
10602
10603         * src/summaryview.c
10604                 Check folderitem/summaryview consistency
10605                 (basically automates Update summary). Fixes
10606                 #1011 (wrong (negative) count on unread 
10607                 messages)
10608
10609 2006-09-10 [colin]      2.4.0cvs169
10610
10611         * src/gtk/gtksctree.c
10612                 Fix recursive expansion via mouse
10613         * src/plugins/bogofilter/bogofilter.c
10614                 Use normal filtering way of moving
10615                 messages (batching), possibly fixing
10616                 bug #1015 (Bogofilter plugin doubles 
10617                 new messages)
10618
10619 2006-09-09 [wwp]        2.4.0cvs168
10620
10621         * src/prefs_filtering.c
10622                 better place for this fix.
10623
10624 2006-09-09 [wwp]        2.4.0cvs167
10625
10626         * src/prefs_filtering.c
10627                 fix a minor bug when the enabled status of a filtering/processing
10628                 rule always got set to TRUE when replacing this rule. That still
10629                 make sense when adding a new rule, but now when replacing, we
10630                 don't override the value of 'enabled'.
10631                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10632                 to prefs_filtering_list_view_get_info() as this function not only
10633                 returns the name, but also the account_id and the enabled status.
10634
10635 2006-09-09 [mones]      2.4.0cvs166
10636
10637         * manual/glossary.xml
10638         * manual/plugins.xml
10639                 Minor format corrections
10640         * manual/gpl.xml
10641                 Fix misplaced NO WARRANTY section
10642         * manual/es/advanced.xml
10643         * manual/es/faq.xml
10644         * manual/es/glossary.xml
10645         * manual/es/gpl.xml
10646         * manual/es/handling.xml
10647         * manual/es/plugins.xml
10648         * manual/es/starting.xml
10649                 Incorporate changes from English version
10650         * manual/fr/ack.xml
10651         * manual/pl/ack.xml
10652         * manual/es/ack.xml
10653                 Fix address, (add translation credits in es version)
10654         * po/es.po
10655                 Updated translation
10656
10657 2006-09-09 [wwp]        2.4.0cvs165
10658
10659         * src/prefs_filtering.c
10660                 fix a crash when opening filtering prefs, if matcherrc file contains
10661                 broken data (non-existing account id, which is theoretically not
10662                 possible).
10663
10664 2006-09-08 [colin]      2.4.0cvs164
10665
10666         * src/folder.c
10667                 Wrong assert, make it an if()
10668         * src/gtk/gtksctree.c
10669                 Fix bug #1013 (expand selected thread 
10670                 tree) - expanding is now recursive
10671
10672 2006-09-07 [wwp]        2.4.0cvs163
10673
10674         * src/prefs_matcher.c
10675                 make better sentences about addressbook matching in the
10676                 matcher prefs. This should make translators' work easier
10677                 too.
10678
10679 2006-09-07 [wwp]        2.4.0cvs162
10680
10681         * src/prefs_filtering.c
10682                 code simplification (get rid of dup var. assignment).
10683
10684 2006-09-07 [wwp]        2.4.0cvs161
10685
10686         * src/summaryview.c
10687                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10688                 <fzzzzz@gmail.com>.
10689
10690 2006-09-07 [paul]       2.4.0cvs160
10691
10692         * src/mimeview.c
10693                 fix compilation warnings
10694                 Thanks to Colin
10695
10696 2006-09-07 [paul]       2.4.0cvs159
10697
10698         * src/mimeview.c
10699                 select the mimepart icon when
10700                 displaying as text
10701                 Thanks to Colin
10702
10703 2006-09-06 [paul]       2.4.0cvs158
10704
10705         * src/prefs_filtering.c
10706                 fix labels and table element spacing
10707                 Patch by Fabien Vantard
10708
10709 2006-09-06 [paul]
10710
10711         2.5.0-rc3 released
10712
10713 2006-09-06 [paul]       2.4.0cvs157
10714
10715         * manual/es/advanced.xml
10716                 fix typo
10717
10718 2006-09-06 [wwp]        2.4.0cvs156
10719
10720         * src/mainwindow.c
10721                 fix an dup launch issue when iconified, thanks to Colin.
10722
10723 2006-09-06 [wwp]        2.4.0cvs155
10724
10725         * src/gtk//gtksctree.h
10726                 oops, forgot that one!
10727
10728 2006-09-06 [wwp]        2.4.0cvs154
10729
10730         * manual/pl/advanced.xml
10731         * manual/advanced.xml
10732         * manual/es/advanced.xml
10733         * manual/fr/advanced.xml
10734         * src/prefs_customheader.c
10735         * src/prefs_filtering_action.c
10736         * src/foldersel.c
10737         * src/prefs_summaries.c
10738         * src/prefs_filtering.c
10739         * src/account.c
10740         * src/compose.c
10741         * src/prefs_summary_column.c
10742         * src/addr_compl.c
10743         * src/prefs_actions.c
10744         * src/prefs_folder_column.c
10745         * src/ssl_manager.c
10746         * src/prefs_template.c
10747         * src/prefs_display_header.c
10748         * src/prefs_common.h
10749         * src/prefs_matcher.c
10750         * src/prefs_common.c
10751         * src/prefs_toolbar.c
10752         * src/summaryview.c
10753         * src/folderview.c
10754         * src/gtk/gtksctree.c
10755         * src/gtk/pluginwindow.c
10756         * src/gtk/progressdialog.c
10757         * src/gtk/prefswindow.c
10758                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10759                 to make its meaning more obvious (all versions of the manual reflect
10760                 the change).
10761                 added an extra hidden option use_stripes_in_summary to allow
10762                 discarding these stripes in mainwindow's folder and message lists;
10763                 en and fr manuals only are OK towards this.
10764
10765 2006-09-06 [colin]      2.4.0cvs153
10766
10767         * src/textview.c
10768                 Hide Sylpheed-Claws' internal queue headers
10769                 when showing all headers. They'll be present
10770                 only in Source window.
10771
10772 2006-09-05 [colin]      2.4.0cvs152
10773
10774         * src/plugins/trayicon/trayicon.c
10775                 Fix crash at exit - we have to disconnect
10776                 our handlers
10777         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10778                 Update eggtrayicon - patch adapted from a
10779                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10780                 on Sylpheed's ML
10781
10782 2006-09-05 [colin]      2.4.0cvs151
10783
10784         * src/mainwindow.c
10785         * src/gtk/logwindow.c
10786                 Fix race condition when something writes
10787                 to the log too soon during init. Thanks
10788                 to Fabien Vantard
10789
10790 2006-09-05 [colin]      2.4.0cvs150
10791
10792         * src/mimeview.c
10793                 Don't select part on right-click either
10794
10795 2006-09-05 [paul]       2.4.0cvs149
10796
10797         * src/mimeview.c
10798                 completion of previous commit
10799                 Thanks to Colin
10800
10801 2006-09-05 [colin]      2.4.0cvs148
10802
10803         * src/mimeview.c
10804                 Don't force selection on middle-click, just open
10805
10806 2006-09-04 [colin]      2.4.0cvs147
10807
10808         * src/mimeview.c
10809                 Looks like gtk_notebook_set_current_page()
10810                 sometimes steals focus, and this annoys us
10811                 in MimeViewers as it renders navigation
10812                 keys useless. Take back focus after switching
10813                 pages.
10814
10815 2006-09-04 [colin]      2.4.0cvs146
10816
10817         * src/messageview.c
10818                 Set stop_loading when clicking on Next
10819                 during load. Don't add a callback to 
10820                 avoid over-complicating things.
10821
10822 2006-09-04 [colin]      2.4.0cvs145
10823
10824         * src/mimeview.c
10825         * src/messageview.c
10826                 Fix multiple loads in separate messageview
10827
10828 2006-09-04 [colin]      2.4.0cvs144
10829
10830         * src/summaryview.c
10831                 Let navigation keys be handled during 
10832                 load
10833
10834 2006-09-04 [colin]      2.4.0cvs143
10835
10836         * src/messageview.c
10837         * src/summaryview.c
10838         * src/textview.c
10839         * src/textview.h
10840                 Make loading of huge mails (lots of text and/or
10841                 images) cancellable, so the GUI doesn't block 
10842
10843 2006-09-04 [colin]      2.4.0cvs142
10844
10845         * src/plugins/trayicon/trayicon.c
10846                 Fix annoyance when removing a folder with 
10847                 unread mails: trayicon didn't update
10848
10849 2006-09-04 [paul]       2.4.0cvs141
10850
10851         * src/gtk/icon_legend.c
10852                 straighten up columns
10853                 Patch by Fabien Vantard
10854
10855 2006-09-04 [wwp]        2.4.0cvs140
10856
10857         * src/prefs_filtering.c
10858                 fix new line's account name in filtering prefs:
10859                 was "All", is now "(New)".
10860
10861 2006-09-04 [paul]       2.4.0cvs139
10862
10863         * tools/make.themes.project
10864                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10865                 instead of homebrewed "make release"
10866
10867 2006-09-03 [colin]      2.4.0cvs138
10868
10869         * src/folderview.c
10870                 Fix bug #1007 (Wrong folder highlighted)
10871
10872 2006-09-03 [colin]      2.4.0cvs137
10873
10874         * src/compose.c
10875                 Don't set Newsgroup: header to a mail folder
10876                 path
10877
10878 2006-09-03 [paul]       2.4.0cvs136
10879
10880         * src/prefs_other.c
10881         * src/prefs_spelling.c
10882                 unify the gui
10883
10884 2006-09-03 [paul]       2.4.0cvs135
10885
10886         * src/prefs_summaries.c
10887                 correct menu item text in prefs_keybind_apply_clicked()
10888
10889 2006-09-03 [paul]       2.4.0cvs134
10890
10891         * manual/advanced.xml
10892                 some improvements to the descriptions
10893         * src/mainwindow.c
10894         * src/messageview.c
10895         * src/summaryview.c
10896         * src/gtk/menu.c
10897                 fix menu sensitivity issues
10898         * src/prefs_message.c
10899                 drop the useless word 'short'
10900         * src/prefs_other.c
10901                 add the word 'lines' indicating log length
10902                 is a measure of lines
10903         * src/textview.c
10904                 fix compilation warnings
10905
10906 2006-09-02 [colin]      2.4.0cvs133
10907
10908         * src/messageview.c
10909                 Display a special return-receipt message
10910                 if the message is from the user
10911         * src/summaryview.c
10912                 Fix missing freeze of the list when marking
10913                 all read and unthreading for exec. Thanks
10914                 to Stephan Sachse.
10915
10916 2006-09-02 [paul]       2.4.0cvs132
10917
10918         * src/mainwindow.c
10919         * src/prefs_message.c
10920         * src/summaryview.c
10921                 fix some english
10922
10923 2006-09-02 [wwp]        2.4.0cvs131
10924
10925         * src/prefs_filtering.c
10926                 added an account name column to the filtering rules
10927                 dialog.
10928
10929 2006-09-02 [colin]      2.4.0cvs130
10930
10931         * src/gtk/logwindow.c
10932         * src/gtk/logwindow.h
10933                 Block scrolling if we're not at the end
10934                 of the log
10935
10936 2006-09-02 [colin]      2.4.0cvs129
10937
10938         * src/folder.c
10939                 Make sure account-specific rules can't
10940                 be used in {pre-,post-,}processing
10941         * src/mainwindow.c
10942         * src/gtk/logwindow.c
10943         * src/gtk/logwindow.h
10944                 Jump to last error when clicking on the
10945                 warning icon
10946
10947 2006-09-02 [colin]      2.4.0cvs128
10948
10949         * src/imap.c
10950         * src/import.c
10951         * src/mainwindow.c
10952         * src/mainwindow.h
10953                 Fix warning icon
10954         * src/inc.c
10955         * src/mbox.c
10956         * src/mbox.h
10957                 Let proc_mbox know its account, for
10958                 account-specific rules
10959
10960 2006-09-01 [colin]      2.4.0cvs127
10961
10962         * src/codeconv.c
10963                 Don't uselessly use iconv to convert from
10964                 us-ascii
10965         * src/alertpanel.c
10966         * src/mainwindow.c
10967         * src/mainwindow.h
10968         * src/inc.c
10969                 Fix certain log cases, disable warning icon
10970                 for now, the correct way to display it when
10971                 necessary and only when necessary is probably
10972                 to do it manually rather than use error logs
10973         * src/etpan/imap-thread.c
10974                 Clean up UID logging a bit
10975         * src/gtk/logwindow.c
10976         * src/gtk/logwindow.h
10977                 Make logging faster when the window's closed
10978
10979 2006-09-01 [wwp]        2.4.0cvs126
10980
10981         * manual/fr/account.xml
10982                 reflect changes to the ref. manual (parts of cvs72):
10983                 fix tabnames and quotes.
10984
10985 2006-09-01 [wwp]        2.4.0cvs125
10986
10987         * manual/fr/plugins.xml
10988                 reflect changes to the reference manual (cvs42):
10989                 update IRC channel info.
10990
10991 2006-09-01 [wwp]        2.4.0cvs124
10992
10993         * commitHelper
10994                 use CVSEDITOR env. var. if set, according to `man cvs`.
10995
10996 2006-09-01 [wwp]        2.4.0cvs123
10997
10998         * manual/advanced.xml
10999                 better sentence again (thanks to Paul).
11000
11001 2006-09-01 [wwp]        2.4.0cvs122
11002
11003         * manual/advanced.xml
11004         fix definition of toolbar_detachable and rework a bit the one of
11005         enable_dotted_lines.
11006
11007 2006-09-01 [mones]      2.4.0cvs121
11008
11009         * manual/advanced.xml
11010                 Document enable_dotted_lines
11011
11012 2006-09-01 [paul]       2.4.0cvs120
11013
11014         * src/folderview.c
11015         * src/folderview.h
11016         * src/imap.c
11017         * src/mainwindow.c
11018         * src/summaryview.c
11019                 obey the 'When entering folder...' option
11020                 when using the /View/Go to/... menu items
11021                 Thanks to Colin
11022
11023 2006-08-31 [colin]      2.4.0cvs119
11024
11025         * src/folderview.c
11026                 Revert 2.4.0cvs116, wrong fix.
11027
11028 2006-08-31 [colin]      2.4.0cvs118
11029
11030         * src/gtk/gtksctree.c
11031                 Better state the various copyrights
11032
11033 2006-08-31 [colin]      2.4.0cvs117
11034
11035         * src/prefs_common.c
11036                 fix enable_dotted_lines
11037
11038 2006-08-31 [colin]      2.4.0cvs116
11039
11040         * src/folderview.c
11041                 Use pref "Always open on select" when going
11042                 to next unread folder
11043         * src/gtk/gtksctree.c
11044                 Fix link failure to _gtk_clist_create_cell_layout
11045                 on certain computers. (Why not mine, I wonder)
11046
11047 2006-08-31 [colin]      2.4.0cvs115
11048
11049         * src/procmsg.c
11050         * src/textview.c
11051         * src/plugins/bogofilter/bogofilter.c
11052         * src/plugins/spamassassin/spamassassin.c
11053                 Requalify some "errors" to warnings
11054         * src/mainwindow.c
11055         * src/mainwindow.h
11056         * src/statusbar.c
11057                 Add an icon in the statusbar to notify
11058                 of errors
11059         * src/gtk/gtksctree.c
11060         * src/folderview.c
11061         * src/summaryview.c
11062                 Make the GtkSCTree look more modern by
11063                 alternating background lines
11064         * src/prefs_common.c
11065         * src/prefs_common.h
11066                 Add a pref to let people have the old
11067                 way if they prefer
11068
11069
11070 2006-08-30 [colin]      2.4.0cvs114
11071
11072         * src/procmsg.c
11073         * src/procmsg.h
11074                 Provide a way to filter a list of
11075                 messages in an optimised manner, and
11076                 add a list-filtering hook
11077         * src/folder.c
11078         * src/inc.c
11079         * src/mbox.c
11080                 Use the list filtering
11081         * src/plugins/bogofilter/bogofilter.c
11082                 Use the list-filtering hook
11083                 Use -b (bulk) mode for more speed
11084                 when learning and filtering
11085         * src/etpan/imap-thread.c
11086                 Make log output shorter in UID SEARCH
11087
11088
11089 2006-08-30 [colin]      2.4.0cvs113
11090
11091         * src/plugins/bogofilter/bogofilter.c
11092                 Really fast mass learning - thanks to David
11093                 Relson for the options explanations :)
11094
11095 2006-08-30 [colin]      2.4.0cvs112
11096
11097         * src/msgcache.c
11098                 Fix compilation on FreeBSD. Thanks
11099                 to Michael Hugues
11100
11101 2006-08-29 [colin]      2.4.0cvs111
11102
11103         * src/folderview.c
11104                 Handle "popup_menu" signal (for popping the 
11105                 menu via the keyboard)
11106         * src/mimeview.c
11107         * src/mimeview.h
11108         * src/summaryview.c
11109         * src/textview.c
11110         * src/gtk/gtkutils.c
11111         * src/gtk/gtkutils.h
11112                 Factorize scrolling code, and add an API 
11113                 for MimeViewers to handle scroll orders
11114
11115 2006-08-29 [wwp]        2.4.0cvs110
11116
11117         * src/plugins//bogofilter/bogofilter.c
11118         * src/plugins//spamassassin/spamassassin.c
11119                 make the bogofilter/spamassassin filtering error dialogs at
11120         incorporation obey to the "don't popup error dialog on
11121         receive error" option. If disabled, feed the log window w/
11122         the error message.
11123
11124 2006-08-29 [paul]
11125
11126         2.5.0-rc2 released
11127
11128 2006-08-29 [paul]       2.4.0cvs109
11129
11130         * Makefile.am
11131                 remove 'make release', it's not needed
11132                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11133
11134 2006-08-29 [paul]       2.4.0cvs108
11135
11136         * src/foldersel.c
11137         * src/summary_search.c
11138         * src/gtk/progressdialog.c
11139         * src/plugins/pgpcore/passphrase.c
11140                 replace deprecated gtk_window_set_policy()
11141
11142 2006-08-29 [colin]      2.4.0cvs107
11143
11144         * src/folder.c
11145                 Fix data loss when copy fails during a move:
11146                 only use fast remove_msgs if everything was
11147                 copied OK; else use slow remove_msg on the
11148                 mails that got copied only.
11149
11150 2006-08-28 [paul]       2.4.0cvs106
11151
11152         * src/mh.c
11153                 revert change in 2.4.0cvs104, it breaks
11154                 stuff
11155
11156 2006-08-28 [paul]       2.4.0cvs105
11157
11158         * src/plugins/spamassassin/spamassassin.c
11159                 english fix
11160
11161 2006-08-28 [paul]       2.4.0cvs104
11162
11163         * src/mh.c
11164                 fix data loss when moving to another
11165                 mailbox fails
11166         * src/prefs_spelling.c
11167                 improve the english
11168         * src/gtk/pluginwindow.c
11169                 improve the layout of the dialog text
11170         All thanks to Colin
11171
11172 2006-08-28 [paul]       2.4.0cvs103
11173
11174         * src/plugins/bogofilter/bogofilter.c
11175         * src/plugins/bogofilter/bogofilter_gtk.c
11176                 fix english up a bit, innit
11177
11178 2006-08-28 [paul]       2.4.0cvs102
11179
11180         * configure.ac
11181         * po/Makefile.in.in
11182         * po/Makevars
11183                 require autoconf 2.60, enabling building
11184                 with gettext 0.15 (gettext 0.14.x build still
11185                 possible). Replace Makefiles with versions
11186                 from gettext 0.15.
11187                 Remove configure options --with-localedir and
11188                 --with-mandir. The options that are provided
11189                 directly by autoconf 2.60 can be used instead:
11190                 --mandir --localedir
11191
11192 2006-08-27 [colin]      2.4.0cvs101
11193
11194         * src/plugins/bogofilter/Makefile.am
11195                 Fix make dist (no README)
11196
11197 2006-08-27 [colin]      2.4.0cvs100
11198
11199         * src/folder.c
11200                 Don't use F_UNKNOWN folders for any default
11201                 outbox/trash/etc
11202         * src/plugins/bogofilter/bogofilter.c
11203         * src/plugins/bogofilter/bogofilter.h
11204         * src/plugins/bogofilter/bogofilter_gtk.c
11205                 Add an option to specify the path to bogofilter
11206                 Use single-quotes to be able to learn in folders
11207                 with spaces in their names
11208                 Verify learning status
11209
11210 2006-08-27 [colin]      2.4.0cvs99
11211
11212         * manual/faq.xml
11213         * manual/plugins.xml
11214                 Document Bogofilter plugin
11215
11216 2006-08-27 [colin]      2.4.0cvs98
11217
11218         * src/compose.c
11219         * src/messageview.c
11220         * src/procmsg.c
11221         * src/procmsg.h
11222                 When possible, copy the queued mail to sent folder
11223                 instead of re-adding. Much faster on IMAP.
11224
11225 2006-08-27 [colin]      2.4.0cvs97
11226
11227         * src/msgcache.c
11228                 Disable mmaped caches - huge metadata loss
11229                 here after a power failure.
11230         * src/summaryview.c
11231                 Add quicksearch timing
11232         * src/common/plugin.c
11233         * src/common/plugin.h
11234                 Implement an interface to tell what plugins
11235                 provide. Prevent loading of similar plugins.
11236         * src/plugins/clamav/clamav_plugin.c
11237         * src/plugins/demo/demo.c
11238         * src/plugins/dillo_viewer/dillo_viewer.c
11239         * src/plugins/pgpcore/plugin.c
11240         * src/plugins/pgpinline/pgpinline.c
11241         * src/plugins/pgpmime/pgpmime.c
11242         * src/plugins/spamassassin/spamassassin.c
11243         * src/plugins/trayicon/trayicon.c
11244                 Implement plugin_provides()
11245
11246 2006-08-27 [colin]      2.4.0cvs96
11247
11248         * configure.ac
11249         * src/plugins/Makefile.am
11250         * src/plugins/bogofilter/.cvsignore
11251         * src/plugins/bogofilter/Makefile.am
11252         * src/plugins/bogofilter/bogofilter.c
11253         * src/plugins/bogofilter/bogofilter.h
11254         * src/plugins/bogofilter/bogofilter_gtk.c
11255                 New Bogofilter plugin, provides filtering and
11256                 learning. Spamassassin will go to extra plugins.
11257
11258 2006-08-26 [mones]      2.4.0cvs95
11259
11260         * manual/handling.xml
11261                 Fix subfolder path in the example (thanks to Paul) 
11262
11263 2006-08-26 [mones]      2.4.0cvs94
11264
11265         * manual/glossary.xml
11266                 2.2. + add ISP to the glossary
11267                 7.5. + Add UIDL to glossary
11268                 7.7. + Add TCP to glossary
11269         * manual/handling.xml
11270                 7.1. + Mentions GNU/Linux distribution, what about the non...
11271                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11272                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11273                 7.4. = Use appropriate quotation for commands
11274                 7.6. = change "" to <quote></quote>
11275         * manual/plugins.xml
11276                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11277         * manual/starting.xml
11278                 2.1. + local mbox file: some examples of mbox file locations...
11279                 Also reformatted files requiring it
11280
11281 2006-08-26 [wwp]        2.4.0cvs93
11282
11283         * src/summary_search.c
11284                 disable find buttons while summary search is running.
11285
11286 2006-08-25 [colin]      2.4.0cvs92
11287
11288         * src/folder.c
11289         * src/folderutils.c
11290         * src/mh.c
11291         * src/procmsg.h
11292         * src/summaryview.c
11293                 Speed up MH moving, and add progressbar
11294                 for MH deletion
11295         * src/msgcache.c
11296                 Write cache files using mmap() too
11297
11298 2006-08-25 [wwp]        2.4.0cvs91
11299
11300         * src/summaryview.c
11301                 switch spam<->ham button when a message has been marked as spam or ham
11302                 and is still selected. Thanks to Colin.
11303
11304 2006-08-25 [paul]       2.4.0cvs90
11305
11306         * src/Makefile.am
11307         * src/stock_pixmap.c
11308         * src/stock_pixmap.h
11309         * src/summaryview.c
11310         * src/gtk/icon_legend.c
11311         * src/pixmaps/copied.xpm
11312         * src/pixmaps/moved.xpm
11313                 add icons for delayed execution marked for
11314                 copying, marked for moving
11315
11316 2006-08-25 [mones]      2.4.0cvs89
11317
11318         * manual/glossary.xml
11319                 Fix the other glossary items:
11320                 5.1. = Inmmediate execution -> <quote>immediate execution...
11321                 5.2. = Fix MBOX capitalization -> Mbox
11322                 5.3. + Improve Plugins def. w/ tech. ref.
11323                 5.4. = Quotation -> replace '>' by <quote>></quote>
11324                 5.5. - SMTP Server. -> remove dot
11325         * po/es.po
11326                 Updated translation
11327
11328 2006-08-25 [mones]      2.4.0cvs88
11329
11330         * manual/ack.xml
11331                 Reformatted, changed email address
11332         * manual/glossary.xml
11333                 Reformatted, fixed MANUAL-TODO items:
11334                 8.2. + add ROT-13 to glossary
11335                 8.4. + add URL to glossary
11336         * manual/es/advanced.xml
11337                 Fixed <literal>s
11338
11339 2006-08-25 [paul]       2.4.0cvs87
11340
11341         * src/gtk/icon_legend.c
11342                 add 'marked for deletion' icon
11343                 arrange icons by containing column
11344                 wrap long label text
11345
11346 2006-08-25 [colin]      2.4.0cvs86
11347
11348         * src/common/utils.c
11349         * src/common/utils.h
11350                 Add the sc_g_*list_bigger functions in
11351                 a place everyone can use it
11352         * src/summaryview.c
11353                 Only freeze/thaw the list when working
11354                 on the selection, if it's bigger than 1
11355         * src/gtk/gtksctree.c
11356                 Only freeze/thaw the list when unselec-
11357                 ting 'all' if ('all' != 1)
11358                 This avoids some flickering
11359
11360 2006-08-24 [colin]      2.4.0cvs85
11361
11362         * src/addressbook.c
11363                 Fix strange list selection
11364                 Fix random seg (Invalid read of freed memory)
11365
11366 2006-08-24 [colin]      2.4.0cvs84
11367
11368         * src/alertpanel.c
11369         * src/gtk/inputdialog.c
11370         * src/plugins/pgpcore/passphrase.c
11371                 Revert minimal width patch of 2.4.0cvs67,
11372                 as it is also a maximal width. Use 
11373                 gtk_window_set_default_size instead.
11374
11375 2006-08-24 [colin]      2.4.0cvs83
11376
11377         * src/msgcache.c
11378                 Write cache/mark to temp files before
11379                 overwriting old ones (avoids metadata
11380                 loss if writing the new files fail).
11381                 Use mmap() to read cache/mark file, as
11382                 this makes cache reading faster. Dis-
11383                 abled for big-endian machines until it
11384                 can be tested. (Big-endian users: set
11385                 msgcache_use_mmap = TRUE in the relevant
11386                 #if).
11387         * src/procmsg.h
11388                 Move rarely used fields of MsgInfo in 
11389                 another structure, which will only be
11390                 allocated if needed. Face, X-Face,
11391                 Return receipt headers and List-*
11392                 headers are moved. Mails having none
11393                 of these occupy 52 bytes less with
11394                 this patch, which makes 2.5MB of RAM
11395                 saved on a 50k folder).
11396         * src/headerview.c
11397         * src/mainwindow.c
11398         * src/messageview.c
11399         * src/partial_download.c
11400         * src/procheader.c
11401         * src/procmsg.c
11402         * src/textview.c
11403                 Follow this structure change.
11404
11405 2006-08-24 [wwp]        2.4.0cvs82
11406
11407         * manual/es/.cvsignore
11408         * manual/es/dist/.cvsignore
11409         * manual/es/dist/html/.cvsignore
11410         * manual/es/dist/pdf/.cvsignore
11411         * manual/es/dist/ps/.cvsignore
11412         * manual/es/dist/txt/.cvsignore
11413                 more (generated) files to ignore.
11414
11415 2006-08-24 [colin]      2.4.0cvs81
11416
11417         * src/folder.c
11418         * src/mh.c
11419                 Fix possible problems with local delivery. Check the folder doesn't
11420                 need scan before setting its mtime when saving cache (which can be
11421                 done long after the folder's been modified by an external process);
11422                 Check that the stored item's mtime didn't change in mh functions.
11423
11424 2006-08-24 [mones]      2.4.0cvs80
11425
11426         * manual/advanced.xml
11427                 Rewrapping, some fixes and MANUAL-TODO items:
11428                 8.1. = change "" to <quote></quote>
11429                 8.3. = quote menu items
11430                 8.5. - deploying -> new user ... ideally a new user (redundant)
11431
11432 2006-08-23 [colin]      2.4.0cvs79
11433
11434         * src/gtk/gtksctree.c
11435                 When selecting or deselecting range, only
11436                 freeze/thaw when selection is bigger than 10
11437
11438 2006-08-23 [colin]      2.4.0cvs78
11439
11440         * src/messageview.c
11441         * src/mimeview.c
11442         * src/mimeview.h
11443         * src/plugins/dillo_viewer/dillo_viewer.c
11444                 Provide an API for MimeViewer plugins to
11445                 return a text selection for replying
11446
11447 2006-08-23 [colin]      2.4.0cvs77
11448
11449         * src/image_viewer.c
11450         * src/textview.c
11451                 Use gtk_pixbuf_new_from_file_at_scale(), which
11452                 is faster than getting the pixbuf then resizing
11453                 it.
11454
11455 2006-08-23 [colin]      2.4.0cvs76
11456
11457         * src/procmime.c
11458                 UTF-8 should be sent Quoted-printable
11459
11460 2006-08-22 [colin]      2.4.0cvs75
11461
11462         * src/mh.c
11463                 Check if scan is required before touching
11464                 the folder (or it'll be required every time)
11465
11466 2006-08-22 [colin]      2.4.0cvs74
11467
11468         * configure.ac
11469                 Require libetpan 0.46 (crasher fix when built
11470                 against gnutls)
11471
11472 2006-08-22 [colin]      2.4.0cvs73
11473
11474         * src/folder.c
11475                 Set folder's mtime after writing its
11476                 cache
11477         * src/folderview.c
11478                 Add some timing
11479         * src/procmsg.c
11480                 Don't do useless stuff if we don't 
11481                 thread by subject
11482         * src/summaryview.c
11483                 Add some timing, don't deselect prior
11484                 to selecting (gtksctree does it itself),
11485                 remove crash avoidance hacks as it's been
11486                 properly fixed since a while
11487         * src/common/utils.c
11488                 Optimize to_human_readable(): _() is slow,
11489                 do it only once, and avoid %f format for KB
11490                 (the most common in a summaryview)
11491         * src/gtk/gtksctree.c
11492                 Don't uselessly freeze/thaw (fixes flicker
11493                 on next unread and friends), reduce number
11494                 of g_list_nth/g_list_position where possible
11495         * src/gtk/gtkutils.c
11496         * src/gtk/gtkutils.h
11497                 Reduce number of g_list_nth/g_list_position
11498                 where possible.
11499                 All of this makes loading as 70k folder 2.1
11500                 seconds instead of 3.2 (with hot FS caches).
11501                 (1.3 seconds without Date and Size columns...)
11502
11503 2006-08-22 [paul]       2.4.0cvs72
11504
11505         wrap documents and do some items from mones' MANUAL-TODO:
11506
11507         * manual/account.xml
11508                 4.1. = fix tabname references to <quote>tabname</quote>
11509                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11510         * manual/faq.xml
11511                 1.1. = mentioned options don't match UI
11512                 Add information about the 'Never send Return Receipts'
11513                 option
11514         * manual/handling.xml
11515                 6.2. = Mentions Extended symbols button, but now is
11516                 named Information
11517                 6.3. = Mentions ... button, which is now Edit
11518
11519 2006-08-22 [colin]      2.4.0cvs71
11520
11521         * src/gtk/pluginwindow.c
11522                 Fix layout in verbose translations (such
11523                 as french)
11524
11525 2006-08-22 [paul]       2.4.0cvs70
11526
11527         * manual/Makefile.am
11528                 build manuals in alphabetical order
11529         * src/addressbook.c
11530         * src/prefs_themes.c
11531                 replace/remove deprecated symbols
11532         * src/gtk/gtkutils.c
11533                 fix a warning
11534         * src/gtk/pluginwindow.c
11535                 replace deprecated symbol
11536                 replace label text and move it
11537         * src/plugins/pgpcore/prefs_gpg.c
11538                 move the 'Generate...' button out of the
11539                 Sign Key frame, replace the English used
11540         * src/plugins/pgpcore/sgpgme.c
11541                 fixes to the English
11542
11543 2006-08-21 [colin]      2.4.0cvs69
11544
11545         * src/plugins/trayicon/trayicon.c
11546                 Add more strings for translation; patch
11547                 by Pawel
11548
11549 2006-08-21 [colin]      2.4.0cvs68
11550
11551         * src/compose.c
11552                 fix replied flag not set after drafting
11553         * src/matcher.c
11554                 fix body quicksearch in non-encoded bodies
11555                 containing '='
11556         * src/msgcache.c
11557                 Get rid of the g_malloc workaround for
11558                 corrupted caches, use g_try_malloc
11559
11560 2006-08-21 [colin]      2.4.0cvs67
11561
11562         * src/alertpanel.c
11563         * src/gtk/inputdialog.c
11564         * src/plugins/pgpcore/passphrase.c
11565                 Set minimal width to 375
11566         * src/mainwindow.c
11567                 Fix switching to offline, asking if it 
11568                 should be overriden for synchronising
11569         * src/mimeview.c
11570                 Don't offer to remember command on Open 
11571                 with for text parts, as the browser or 
11572                 text editor command isn't changed from 
11573                 there
11574
11575 2006-08-20 [paul]       2.4.0cvs66
11576
11577         * po/ko.po
11578         * po/zh_CN.po
11579                 fix plural form errors. revealed by stricter
11580                 checking of gettext 0.15
11581
11582 2006-08-18 [paul]       2.4.0cvs65
11583
11584         * src/stock_pixmap.c
11585                 fix the fix of 2.4.0cvs64
11586                 Thanks to Colin
11587
11588 2006-08-18 [paul]       2.4.0cvs64
11589
11590         * src/stock_pixmap.c
11591                 fix leaks
11592                 Thanks to Colin
11593
11594 2006-08-18 [paul]       2.4.0cvs63
11595
11596         * src/compose.c
11597         * src/procmsg.c
11598                 fix occasional IMAP bug where large msgs
11599                 were left in the queue folder after sending
11600                 Thanks to Colin
11601
11602 2006-08-18 [paul]       2.4.0cvs62
11603
11604         * src/folderview.c
11605                 freeze the summaryview while quicksearch results
11606                 are displayed
11607                 (fixes bug 456 'current message is hidden when the
11608                 view is refreshed and extended search is "unread 
11609                 messages"')
11610                 Thanks to Colin
11611         * src/textview.c
11612                 add missing #include "inputdialog.h"
11613         * src/common/utils.h
11614                 add missing mailcap_update_default() and improve
11615                 readability
11616
11617 2006-08-17 [colin]      2.4.0cvs61
11618
11619         * src/plugins/pgpcore/select-keys.c
11620                 Fix warnings :)
11621
11622 2006-08-17 [colin]      2.4.0cvs60
11623
11624         * src/compose.c
11625                 Don't continue queuing if Cancel is clicked
11626                 in select-keys
11627
11628 2006-08-17 [colin]      2.4.0cvs59
11629
11630         * src/plugins/pgpcore/select-keys.c
11631                 When encrypting, if only one key matches and it 
11632                 matches exactly, automatically use it.
11633
11634 2006-08-17 [colin]      2.4.0cvs58
11635
11636         * src/mimeview.c
11637         * src/prefs_common.c
11638         * src/prefs_common.h
11639         * src/prefs_ext_prog.c
11640         * src/textview.c
11641                 Fix issues with previous patch (text/html)
11642                 Remove outdated prefs
11643
11644 2006-08-17 [colin]      2.4.0cvs57
11645
11646         * src/imap.c
11647                 Add View Log button on auth error
11648         * src/procmsg.c
11649                 Fix encrypted mail marked as new when
11650                 saved in normal folders
11651         * src/plugins/pgpinline/pgpinline.c
11652                 Fix encrypt bug on IMAP
11653         * src/mimeview.c
11654         * src/common/utils.c
11655         * src/common/utils.h
11656         * src/gtk/inputdialog.c
11657         * src/gtk/inputdialog.h
11658                 Get rid of metamail stuff, simplify
11659                 opening, and allow remembering of user's
11660                 choices (by updating ~/.mailcap). There's
11661                 still to drop "Audio player" and "Image
11662                 viewer" preferences.
11663
11664 2006-08-17 [mones]      2.4.0cvs56
11665
11666         * manual/es/sylpheed-claws-manual.xml
11667                 fix DTD path
11668
11669 2006-08-17 [mones]      2.4.0cvs55
11670
11671         * configure.ac
11672         * manual/Makefile.am
11673         * manual/es/Makefile.am
11674         * manual/es/account.xml
11675         * manual/es/ack.xml
11676         * manual/es/addrbook.xml
11677         * manual/es/advanced.xml
11678         * manual/es/faq.xml
11679         * manual/es/glossary.xml
11680         * manual/es/gpl.xml
11681         * manual/es/handling.xml
11682         * manual/es/intro.xml
11683         * manual/es/keyboard.xml
11684         * manual/es/plugins.xml
11685         * manual/es/starting.xml
11686         * manual/es/sylpheed-claws-manual.xml
11687         * manual/es/dist/Makefile.am
11688         * manual/es/dist/html/Makefile.am
11689         * manual/es/dist/pdf/Makefile.am
11690         * manual/es/dist/ps/Makefile.am
11691         * manual/es/dist/txt/Makefile.am
11692                 Spanish translation for the manual
11693
11694 2006-08-16 [colin]      2.4.0cvs54
11695
11696         * src/compose.c
11697         * src/main.c
11698         * src/mainwindow.c
11699                 Fix send button sensitivity at startup
11700                 Set send menu sensitivity (patch by Fabien)
11701         * src/ssl_manager.c
11702                 Enable closing with esc (patch by Fabien)
11703         * src/gtk/foldersort.c
11704                 Enable closing with esc (patch by Fabien)
11705         * src/procmime.c
11706                 Optimisation (no need to copy to tempfile to
11707                 "decode" 7bit and 8bit)
11708         * src/summaryview.c
11709                 Fix cruft in swap_from case
11710         * src/textview.c
11711                 Fix missing last line in some mail cases 
11712                 (Fixes debian #381872)
11713         * src/plugins/pgpcore/prefs_gpg.c
11714         * src/plugins/pgpcore/sgpgme.c
11715         * src/plugins/pgpcore/sgpgme.h
11716                 Don't show "no key found" when user explicitely
11717                 wants to create a key
11718
11719 2006-08-16 [paul]       2.4.0cvs53
11720
11721         * configure.ac
11722         * src/account.c
11723         * src/addressbook.c
11724         * src/headerview.c
11725         * src/prefs_account.c
11726         * src/prefs_message.c
11727         * src/gtk/gtkutils.c
11728                 bump up minimum required versions of GTK+ and
11729                 GLIB to 2.6.0
11730
11731 2006-08-16 [paul]       2.4.0cvs52
11732
11733         * src/toolbar.c
11734                 workaround GTK+ Bug 351600 - 'Can't re-click
11735                 on button after sensitivity update'
11736                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11737                 Thanks to Colin
11738
11739 2006-08-15 [colin]      2.4.0cvs51
11740
11741         * src/plugins/pgpcore/prefs_gpg.c
11742                 Set options sensitivity according to
11743                 key existence
11744         * src/plugins/pgpcore/sgpgme.c
11745                 Allow to create key with no passphrase
11746
11747 2006-08-14 [cleroy]     2.4.0cvs50
11748
11749         * src/gtk/pluginwindow.c
11750                 New layout (maybe to be changed?)
11751         * src/gtk/gtkutils.c
11752                 Fix a bit label_window
11753         * src/plugins/pgpcore/passphrase.c
11754         * src/plugins/pgpcore/passphrase.h
11755         * src/plugins/pgpcore/plugin.c
11756         * src/plugins/pgpcore/prefs_gpg.c
11757         * src/plugins/pgpcore/prefs_gpg.h
11758         * src/plugins/pgpcore/sgpgme.c
11759         * src/plugins/pgpcore/sgpgme.h
11760                 Allow to create a PGP private key via the GUI
11761
11762 2006-08-14 [wwp]        2.4.0cvs49
11763
11764         * src/addressbook_foldersel.c
11765                 fix strict ISO C90 compliance.
11766
11767 2006-08-14 [paul]       2.4.0cvs48
11768
11769         * src/gtk/prefswindow.c
11770                 re-set scrolled window on opening
11771                 Patch by Ticho
11772
11773 2006-08-14 [paul]
11774
11775         2.5.0-rc1 released
11776
11777 2006-08-14 [paul]       2.4.0cvs47
11778
11779         * src/prefs_display_header.c
11780                 re-enable user-defined Displayed Headers
11781
11782 2006-08-14 [paul]       2.4.0cvs46
11783
11784         * src/prefs_account.c
11785                 use GTK_STOCK_EDIT
11786
11787 2006-08-13 [colin]      2.4.0cvs45
11788
11789         * src/common/utils.c
11790                 Fix "a" in quote when the original message is empty,
11791                 by using \0 instead of 'a' to test writability of
11792                 temp files.
11793
11794 2006-08-13 [wwp]        2.4.0cvs44
11795
11796         * src/plugins/spamassassin/spamassassin.c
11797                 fix capitalization of "SpamAssassin" in some debug, log and
11798                 dialog messages.
11799
11800 2006-08-13 [paul]       2.4.0cvs43
11801
11802         * src/editldap.c
11803                 fix overlapping widgets
11804         * src/prefs_account.c
11805                 fix translation of protocol_names[]
11806                 fix label disappearing off the edge of the
11807                 visible area
11808
11809 2006-08-12 [paul]       2.4.0cvs42
11810
11811         * manual/plugins.xml
11812                 update IRC channel info before it gets forgotten
11813                 about
11814
11815 2006-08-11 [colin]      2.4.0cvs41
11816
11817         * src/compose.c
11818         * src/mainwindow.c
11819         * src/mainwindow.h
11820         * src/procmsg.c
11821         * src/procmsg.h
11822         * src/summaryview.c
11823         * src/toolbar.c
11824                 Grey out the Send button if
11825                 - Queue folders are empty, or
11826                 - We're sending already
11827
11828 2006-08-11 [wwp]        2.4.0cvs40
11829
11830         * src/main.c
11831                 fix a logic issue when quitting while a compose window is
11832                 still open, thanks to Colin.
11833
11834 2006-08-10 [colin]      2.4.0cvs39
11835
11836         * src/main.c
11837                 Fix default font size setting after wizard run
11838         * src/imap.c
11839         * src/etpan/imap-thread.c
11840         * src/etpan/imap-thread.h
11841                 Fix bug #999 (Timing out on TSL cert validation 
11842                 dialog makes ugly things happen). Also, STARTTLS
11843                 unconditionnaly if initial capabilities contain
11844                 LOGINDISABLED and STARTTLS.
11845
11846 2006-08-09 [colin]      2.4.0cvs38
11847
11848         * src/mainwindow.c
11849         * src/mainwindow.h
11850                 Fix Tools/Actions sensitivity when there are
11851                 no actions
11852
11853 2006-08-09 [colin]      2.4.0cvs37
11854
11855         * src/prefs_filtering.c
11856                 Warning fix, patch by Paul
11857         * src/messageview.c
11858         * src/prefs_actions.c
11859         * src/prefs_filtering_action.c
11860         * src/prefs_matcher.c
11861                 Uniformisation of "Info ..." to "Info..." (for
11862                 old gtk), patch by Fabien
11863         * src/plugins/clamav/clamav_plugin_gtk.c
11864                 Sensitivity fix by Fabien
11865
11866 2006-08-09 [colin]      2.4.0cvs36
11867
11868         * src/main.c
11869         * src/main.h
11870                 Add a function to know whether we're exiting
11871         * src/plugins/trayicon/trayicon.c
11872                 If exiting, don't do anything. Faster, and
11873                 avoids gtk_main_iteration reentracy causing
11874                 segfaults at exit
11875
11876 2006-08-09 [colin]      2.4.0cvs35
11877
11878         * src/messageview.c
11879         * src/mimeview.c
11880         * src/mimeview.h
11881                 Fix lack of part selection when automatically 
11882                 jumping to a specific part
11883         * src/msgcache.c
11884                 Little optimisation in cache reading
11885
11886 2006-08-09 [colin]      2.4.0cvs34
11887
11888         * src/compose.c
11889                 Fix crash setting the priority on reedit
11890                 (Accessing compose before creating it!)
11891
11892 2006-08-08 [colin]      2.4.0cvs33
11893
11894         * src/procmime.c
11895                 Fix bug #998 (last attachment is not accessible)
11896                 Bad RFC interpretation on multipart close-delimiters
11897         * src/mimeview.c
11898         * src/mimeview.h
11899         * src/gtk/gtkvscrollbutton.c
11900         * src/gtk/gtkvscrollbutton.h
11901                 Make attachments list wheel-scrollable
11902
11903 2006-08-07 [colin]      2.4.0cvs32
11904
11905         * src/gtk/gtkaspell.c
11906                 Fix bug #973 (Unicode punctation characters 
11907                 are not recognized as separators by the
11908                 spell checker); fix unsigned stuff
11909
11910 2006-08-07 [colin]      2.4.0cvs31
11911
11912         * src/compose.c
11913                 Fix bug #956 (DnD text with accents in compose 
11914                 text entry); fix gccc's signed/unsigned fuss
11915
11916 2006-08-06 [colin]      2.4.0cvs30
11917
11918         * src/main.c
11919                 Fix bug #979 (Plugin crashes when exiting 
11920                 sylpheed-claws) : handle exit request only 
11921                 once
11922
11923 2006-08-05 [colin]      2.4.0cvs29
11924
11925         * src/news.c
11926                 Just make sure we have a msgid.
11927
11928 2006-08-05 [colin]      2.4.0cvs28
11929
11930         * src/news.c
11931         * src/summaryview.c
11932                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11933                 by reimplementing it
11934         * src/textview.c
11935                 Fix bug when hiding quotes with level > 3 and quote
11936                 colors are recycled
11937
11938 2006-08-04 [colin]      2.4.0cvs27
11939
11940         * src/compose.c
11941         * src/undo.c
11942         * src/undo.h
11943                 Fix a bit replace-by-pasting undo
11944         * src/mainwindow.c
11945         * src/messageview.c
11946                 Fix Fold quotes menu synchro in
11947                 mainwindow when it changes in 
11948                 messageview
11949         * src/textview.c
11950                 Fix right-click on quotes blocks
11951         * src/common/utils.c
11952                 Verify that the file created by
11953                 my_tmpfile() is writable. Fixes
11954                 bug #988 (very specific filesystem
11955                 issue)
11956         * src/plugins/pgpcore/sgpgme.c
11957                 Fix file descriptor leak
11958         * src/plugins/spamassassin/spamassassin.c
11959                 Warn once if spamd isn't reachable
11960
11961 2006-08-04 [colin]      2.4.0cvs26
11962
11963         * src/toolbar.c
11964                 i18n context patch by Fabien
11965
11966 2006-08-03 [colin]      2.4.0cvs25
11967
11968         * src/mainwindow.c
11969         * src/messageview.c
11970                 Rename "Hide quotes" to "Fold quotes"
11971         * src/textview.c
11972                 Don't use hand cursor on quotes. "all 
11973                 the bonuses of the feature and none of 
11974                 unwelcome side-effects"
11975
11976 2006-08-03 [colin]      2.4.0cvs24
11977
11978         * AUTHORS
11979         * sylpheed-claws.desktop
11980         * src/gtk/authors.h
11981                 Bring the desktop file to XDG compliance
11982                 Patch by Charles A. Edwards
11983
11984 2006-08-03 [colin]      2.4.0cvs23
11985
11986         * src/textview.c
11987                 Fix links offset when they are preceded
11988                 by accentued chars (g_utf8_strlen!)
11989         * src/mainwindow.c
11990                 Fix wrong status when starting offline
11991
11992
11993 2006-08-03 [wwp]        2.4.0cvs22
11994
11995         * src/prefs_common.h
11996                 ask what to do w/ filtering rules that belong to an account when
11997                 applying filtering rules manually from the main window (skip,
11998                 apply regardless of the account, use current account). This dialog
11999                 can be skipped and the last reply used.
12000                 (forgot that file)
12001
12002 2006-08-03 [wwp]        2.4.0cvs21
12003
12004         * src/filtering.c
12005         * src/filtering.h
12006         * src/prefs_common.c
12007         * src/summaryview.c
12008         * src/alertpanel.c
12009         * src/alertpanel.h
12010         * src/messageview.c
12011                 ask what to do w/ filtering rules that belong to an account when
12012                 applying filtering rules manually from the main window (skip,
12013                 apply regardless of the account, use current account). This dialog
12014                 can be skipped and the last reply used.
12015
12016
12017 2006-08-03 [colin]      2.4.0cvs20
12018
12019         * src/textview.c
12020                 Optimize previous patch
12021
12022 2006-08-03 [cleroy]     2.4.0cvs19
12023
12024         * src/textview.c
12025                 Fix quotes getting toggled back when the
12026                 mail has an even number of text parts
12027
12028 2006-08-02 [colin]      2.4.0cvs18
12029
12030         * src/messageview.c
12031                 Add Hide quotes menu
12032
12033 2006-08-02 [colin]      2.4.0cvs17
12034
12035         * src/mainwindow.c
12036         * src/prefs_common.c
12037         * src/textview.c
12038         * src/textview.h
12039         * src/gtk/about.c
12040                 Allow per-level quote hiding,
12041                 Allow toggling quotes by double-clicking them
12042                 Rename RemoteURI to ClickableText to reflect
12043                 the fact it's used for a variety of things
12044
12045 2006-08-02 [wwp]        2.4.0cvs16
12046
12047         * src/mainwindow.c
12048                 fix "View/Hide quotes" menu item status initialization.
12049
12050 2006-08-02 [wwp]        2.4.0cvs15
12051
12052         * src/matcher_parser_parse.y
12053                 remove a debug trace.
12054
12055 2006-08-02 [paul]       2.4.0cvs14
12056
12057         * src/plugins/pgpcore/passphrase.c
12058                 don't set initial dialog size
12059                 make it resizable
12060
12061 2006-08-02 [paul]       2.4.0cvs13
12062
12063         * src/noticeview.c
12064                 remove the rogue '/' character
12065
12066 2006-08-02 [paul]       2.4.0cvs12
12067
12068         * src/noticeview.c
12069                 allow buttons to resize as necessary
12070
12071 2006-08-01 [wwp]        2.4.0cvs11
12072
12073         * src/mbox.c
12074                 fix strict ISO C90 compliance.
12075
12076 2006-08-01 [wwp]        2.4.0cvs10
12077
12078         * tools/update-po
12079                 updated update-po tool to work w/ context-dependent translations.
12080                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12081
12082 2006-08-01 [wwp]        2.4.0cvs9
12083
12084         * src/matcher.c
12085         * src/prefs_filtering.c
12086         * src/prefs_matcher.c
12087                 allow context-dependent translations for "All",
12088                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12089
12090 2006-07-31 [colin]      2.4.0cvs8
12091
12092         * AUTHORS
12093         * src/gtk/authors.h
12094                 Add Rafal to authors
12095
12096 2006-07-31 [colin]      2.4.0cvs7
12097
12098         * src/compose.c
12099         * src/mainwindow.c
12100         * src/messageview.h
12101         * src/prefs_common.c
12102         * src/prefs_common.h
12103         * src/textview.c
12104                 Add 'View/Hide quotes'. Patch based on a patch
12105                 by Rafal Weglarz
12106
12107 2006-07-31 [colin]      2.4.0cvs6
12108
12109         * src/action.c
12110                 Fix problem with "> stuff >" actions
12111
12112 2006-07-31 [paul]       2.4.0cvs5
12113
12114         * po/nb.po
12115                 updated by Geir Helland
12116
12117 2006-07-31 [wwp]        2.4.0cvs4
12118
12119         * src/mainwindow.c
12120         * src/summaryview.c
12121         * src/summaryview.h
12122                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12123                 thanks to Colin.
12124
12125 2006-07-31 [wwp]        2.4.0cvs3
12126
12127         * src/Makefile.am
12128         * src/addr_compl.c
12129         * src/addr_compl.h
12130         * src/addressbook.c
12131         * src/addressbook.h
12132         * src/addressbook_foldersel.c
12133         * src/addressbook_foldersel.h
12134         * src/addrindex.c
12135         * src/addrindex.h
12136         * src/matcher.c
12137         * src/matcher.h
12138         * src/matcher_parser_lex.l
12139         * src/matcher_parser_parse.y
12140         * src/prefs_common.c
12141         * src/prefs_common.h
12142         * src/prefs_filtering.c
12143         * src/prefs_matcher.c
12144         * src/prefs_matcher.h
12145         * src/summaryview.c
12146                 introduce filtering against the address book. It's now possible to add
12147                 matched conditions to determine if any email address in a message matches
12148                 or doesn't match any or all books or folders in the address book.
12149
12150 2006-07-31 [wwp]        2.4.0cvs2
12151
12152         * src/account.c
12153         * src/filtering.c
12154         * src/filtering.h
12155         * src/folder.c
12156         * src/folderview.c
12157         * src/inc.c
12158         * src/mainwindow.c
12159         * src/matcher.c
12160         * src/matcher_parser_lex.l
12161         * src/matcher_parser_parse.y
12162         * src/mbox.c
12163         * src/prefs_filtering.c
12164         * src/prefs_filtering.h
12165         * src/procmsg.c
12166         * src/procmsg.h
12167         * src/summaryview.c
12168                 introduce per-account filtering rules. Each filtering rule can now be assigned
12169                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12170                 when applying filtering rules manually, as all rules will apply - even the ones
12171                 assigned to an account. This issue will be addressed soon.
12172  
12173
12174
12175 2006-07-31 [wwp]        2.4.0cvs1
12176
12177         * src/quote_fmt.c
12178                 make more strings translatable.
12179
12180 2006-07-31 [paul]       2.4.0
12181
12182         2.4.0 released
12183
12184 2006-07-31 [paul]       2.3.1cvs91
12185
12186         * po/ca.po
12187                 updated by Miquel Oliete
12188
12189 2006-07-31 [paul]       2.3.1cvs90
12190
12191         * po/de.po
12192         * po/el.po
12193         * po/fr.po
12194         * po/it.po
12195         * po/pl.po
12196         * po/pt_BR.po
12197         * po/sr.po
12198         * po/zh_CN.po
12199                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12200                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12201                 Aleksandar Urosevic, and Ralgh Young
12202
12203 2006-07-31 [paul]       2.3.1cvs89
12204
12205         * src/account.c
12206         * src/main.c
12207         * src/mainwindow.c
12208         * src/mainwindow.h
12209                 Fix a race condition when, after an SC crash, rescanning
12210                 folders took more than 0.5 seconds
12211                 Thanks to Colin
12212
12213 2006-07-31 [paul]       2.3.1cvs88
12214
12215         * src/folderview.c
12216                 don't translate separator strings
12217
12218 2006-07-30 [mones]      2.3.1cvs87
12219
12220         * doc/man/sylpheed-claws.1
12221                 Fixed non-ASCII chars in Hoa's name
12222         * po/es.po
12223                 Updated for release
12224
12225 2006-07-27 [colin]      2.3.1cvs86
12226
12227         * src/textview.c
12228                 Don't include the leading \n in links
12229                 Patch by Fabien
12230
12231 2006-07-25 [colin]      2.3.1cvs85
12232
12233         * src/mainwindow.c
12234         * src/common/socket.h
12235         * src/etpan/imap-thread.c
12236                 Refresh resolvers before connecting
12237                 to IMAP servers, and after switching
12238                 to online. Thanks to Paul.
12239
12240 2006-07-18 [colin]
12241
12242         * 2.4.0-rc4 released
12243
12244 2006-07-17 [colin]      2.3.1cvs84
12245
12246         * src/inc.c
12247                 Show connection attempt in statusbar before
12248                 connecting (previously first message was
12249                 "Retrieving messages from ..." after the
12250                 connection succeeded.
12251
12252 2006-07-16 [wwp]        2.3.1cvs83
12253
12254         * sylpheed-claws.ico
12255                 Added .ico file (windows multi-size icon file, generated).
12256
12257 2006-07-12 [wwp]        2.3.1cvs82
12258
12259         * src/messageview.c
12260                 remove Message/Re-edit menu entry from messageview window,
12261                 as sent/draft/queued messages are opened in compose window when
12262                 re-edited and it's not possible to re-edit other msgs.
12263
12264 2006-07-12 [paul]       2.3.1cvs81
12265
12266         * AUTHORS
12267         * src/mainwindow.c
12268         * src/gtk/authors.h
12269                 check online state before resetting
12270                 mailcheck timer. Useful if some program
12271                 verifies connection state and updates
12272                 Claws.
12273                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12274
12275 2006-07-12 [paul]       2.3.1cvs80
12276
12277         * sylpheed-claws-128x128.png
12278         * sylpheed-claws-64x64.png
12279         * sylpheed-claws.png
12280         * src/Makefile.am
12281         * src/main.c
12282         * src/prefs_toolbar.c
12283         * src/stock_pixmap.c
12284         * src/stock_pixmap.h
12285         * src/wizard.c
12286         * src/gtk/about.c
12287         * src/gtk/gtkutils.c
12288         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12289         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12290         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12291         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12292         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12293         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12294                 updated and renamed logo/icon files and related
12295                 logo by Jesper Schultz
12296
12297 2006-07-11 [paul]       2.3.1cvs79
12298
12299         * src/main.c
12300                 fix the labels a smidgin
12301
12302 2006-07-09 [colin]      2.3.1cvs78
12303
12304         * src/textview.c
12305                 Show errors in textviewer's command
12306                 Patch by H. Merijn Brand
12307
12308 2006-07-09 [colin]      2.3.1cvs77
12309
12310         * src/compose.c
12311                 Save FMID in drafts too
12312
12313 2006-07-08 [colin]      2.3.1cvs76
12314
12315         * src/compose.c
12316                 Svae RMID in drafted mails too
12317                 Save quote_fmt vars for whole mails,
12318                 don't reset at each quote_fmt_init:
12319                 allows to use the same |i{var} in
12320                 various template fields
12321         * src/prefs_template.c
12322         * src/quote_fmt.h
12323         * src/quote_fmt_parse.y
12324                 Same
12325
12326 2006-07-08 [colin]      2.3.1cvs75
12327
12328         * src/textview.c
12329                 Fix highlighting of attached parts URIs
12330
12331 2006-07-08 [colin]      2.3.1cvs74
12332
12333         * src/main.c
12334                 Prevent bug #981 (sc 2.3.1 segfaults with 
12335                 gtk+ 2.10) from being reported again:
12336                 if Sylpheed-Claws has been compiled against
12337                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12338                 of if Sylpheed-Claws has been compiled against
12339                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12340                 error out.
12341
12342 2006-07-07 [colin]      2.3.1cvs73
12343
12344         * src/prefs_actions.c
12345                 Fix label
12346
12347 2006-07-07 [colin]      2.3.1cvs72
12348
12349         * src/prefs_actions.c
12350                 Fix compile on gtk < 2.8. argh :)
12351
12352 2006-07-07 [paul]       2.3.1cvs71
12353
12354         * src/common/defs.h
12355                 update DONATE_URI
12356
12357 2006-07-07 [colin]      2.3.1cvs70
12358
12359         * po/POTFILES.in
12360         * src/quote_fmt.c
12361         * src/quote_fmt_lex.l
12362         * src/quote_fmt_parse.y
12363                 Add |i{var}, a way to insert user-entered
12364                 text in a template
12365
12366 2006-07-07 [colin]
12367
12368         * 2.4.0-rc3 released
12369
12370 2006-07-07 [colin]      2.3.1cvs69
12371
12372         * src/folder.c
12373                 Don't consider inboxes of UNKNOWN folder 
12374                 classes to be useable as default inboxes
12375
12376 2006-07-07 [paul]       2.3.1cvs68
12377
12378         * src/textview.c
12379                 add missing #include <errno.h>
12380                 Thanks to René J. Blokland
12381
12382 2006-07-07 [paul]       2.3.1cvs67
12383
12384         * src/action.c
12385                 Return now Closes dialog
12386         * src/mimeview.c
12387         * src/mimeview.h
12388         * src/textview.c
12389                 add contextual menu to mime parts listed
12390                 in the textview
12391                 Thanks to Colin
12392         * src/common/utils.c
12393                 reversal: ' is a valid character in URLs
12394
12395 2006-07-06 [colin]      2.3.1cvs66
12396
12397         * src/remotefolder.h
12398                 Forgotten in previous commit
12399
12400 2006-07-06 [colin]      2.3.1cvs65
12401
12402         * src/folder.c
12403                 Set summary update flag whenever
12404                 totals changed
12405         * src/imap.c
12406         * src/prefs_account.c
12407         * src/common/utils.h
12408         * src/etpan/imap-thread.c
12409                 Fix warnings, thanks to Fabien and
12410                 Ricardo
12411
12412 2006-07-06 [wwp]        2.3.1cvs64
12413
12414         * src/gtk/gtkutils.c
12415                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12416
12417 2006-07-06 [wwp]        2.3.1cvs63
12418
12419         * src/account.c
12420         * src/addressbook.c
12421         * src/addressitem.h
12422         * src/folderview.c
12423         * src/mainwindow.c
12424         * src/manual.c
12425         * src/manual.h
12426         * src/message_search.c
12427         * src/prefs_actions.c
12428         * src/prefs_filtering.c
12429         * src/prefs_filtering.h
12430         * src/prefs_template.c
12431         * src/summary_search.c
12432         * src/summaryview.c
12433         * src/gtk/gtkutils.c
12434         * src/gtk/gtkutils.h
12435         * src/gtk/pluginwindow.c
12436                 add help buttons to some dialogs. Clicking such buttons opens a
12437                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12438
12439 2006-07-06 [paul]       2.3.1cvs62
12440
12441         * src/textview.c
12442                 fix attachments contextual menu
12443                 Thanks to Colin
12444
12445 2006-07-05 [colin]      2.3.1cvs61
12446
12447         * src/textview.c
12448         * src/compose.c
12449                 Handle sftp:// links
12450
12451 2006-07-05 [paul]       2.3.1cvs60
12452
12453         * src/gtk/filesel.c
12454                 grab save button by default
12455                 Thanks to Colin
12456
12457 2006-07-05 [wwp]        2.3.1cvs59
12458
12459         * manual/xml2pdf
12460                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12461
12462 2006-07-04 [colin]      2.3.1cvs58
12463
12464         * src/mimeview.c
12465         * src/textview.c
12466                 Use left click to select, middle click to open
12467                 on mimeparts links
12468         * src/common/utils.c
12469                 Fix segfault
12470
12471 2006-07-04 [colin]      2.3.1cvs57
12472
12473         * src/mainwindow.c
12474         * src/news.c
12475                 Warning fixes, thanks to Fabien
12476
12477 2006-07-04 [colin]      2.3.1cvs56
12478
12479         * src/mimeview.c
12480         * src/mimeview.h
12481         * src/textview.c
12482                 Allow parts to be selected via their text label
12483                 in textview
12484
12485 2006-07-04 [colin]      2.3.1cvs55
12486
12487         * src/folderview.c
12488                 Feedback when closing (for big folders)
12489         * src/prefs_actions.c
12490         * src/prefs_filtering.c
12491         * src/prefs_matcher.c
12492         * src/prefs_template.c
12493                 Fix default button when closing without
12494                 having saved
12495
12496 2006-07-04 [colin]      2.3.1cvs54
12497
12498         * src/news.c
12499                 Delete local file on deletion
12500
12501 2006-07-03 [colin]      2.3.1cvs53
12502
12503         * src/folderview.c
12504         * src/main.c
12505                 Don't freeze when rescanning after crash
12506
12507 2006-07-03 [wwp]        2.3.1cvs52
12508
12509         * src/compose.c
12510         * src/privacy.c
12511         * src/privacy.h
12512         * src/plugins/pgpinline/pgpinline.c
12513         * src/plugins/pgpmime/pgpmime.c
12514                 don't report an error when the user cancels the passphrase dialog.
12515
12516 2006-07-02 [colin]      2.3.1cvs51
12517
12518         * src/folderview.c
12519                 Open message when crossing folders with Space,
12520                 goto next unread and friends
12521
12522 2006-07-01 [colin]      2.3.1cvs50
12523
12524         * src/prefs_account.c
12525                 Typographic rules varying from language
12526                 to language (in french "Protocole :"),
12527                 we have to do that :)
12528
12529 2006-07-01 [ticho]      2.3.1cvs49
12530
12531         * src/prefs_account.c
12532                 Only use one temporary gchar* variable in
12533                 prefs_account_protocol_set_optmenu().
12534
12535 2006-07-01 [ticho]      2.3.1cvs48
12536
12537         * src/prefs_account.c
12538         * src/prefs_account.h
12539                 Use GtkLabel for existing account protocol name.
12540                 Created an array for protocol names and populate the
12541                 combobox from it in a for() cycle.
12542
12543 2006-06-30 [colin]      2.3.1cvs47
12544
12545         * src/compose.c
12546                 Block undo when changing signature (by changing
12547                 account)
12548
12549 2006-06-30 [paul]       2.3.1cvs46
12550
12551         * src/send_message.c
12552                 when editing From in the Compose window, use that address
12553                 in the Return-Path: header
12554                 Thanks to Colin
12555
12556 2006-06-30 [colin]      2.3.1cvs45
12557
12558         * src/compose.c
12559                 Fix signature replacement:
12560                 - when no newline before separator
12561                 - when reediting
12562
12563 2006-06-29 [colin]      2.3.1cvs44
12564
12565         * src/folderview.c
12566         * src/folderview.h
12567         * src/mainwindow.c
12568         * src/summaryview.c
12569                 Let 'View/Go to/Next marked' work like
12570                 Next new & Next unread: across folders
12571                 Change the select_on_entry pref to do
12572                 what we want when changing folder
12573         * src/common/utils.c
12574                 Fix single-quoted links 
12575
12576 2006-06-29 [colin]      2.3.1cvs43
12577
12578         * src/gtk/gtkaspell.c
12579                 "Sylpheed" and "Sylpheed-Claws" do exist !
12580
12581 2006-06-29 [colin]      2.3.1cvs42
12582
12583         * src/imap.c
12584                 Forgot to remove debug
12585
12586 2006-06-29 [colin]      2.3.1cvs41
12587
12588         * src/imap.c
12589         * src/imap.h
12590         * src/mainwindow.c
12591                 Disconnect from IMAP servers when going
12592                 offline. Fixes bug #978 (going to offline-mode 
12593                 won't close connections)
12594
12595 2006-06-29 [colin]      2.3.1cvs40
12596
12597         * src/main.c
12598                 Fix transient setting on failing plugins
12599                 Patch by Fabien
12600         * src/plugins/pgpcore/sgpgme.c
12601                 Only warn for OpenPGP. Most people don't
12602                 have CMS available.
12603
12604 2006-06-29 [colin]      2.3.1cvs39
12605
12606         * src/compose.c
12607                 Fix Spelling menu (discrepancy between context menu
12608                 and top menu when folder's dictionary isn't the 
12609                 default one)
12610         * src/plugins/pgpcore/sgpgme.c
12611                 More error reporting about why gpgme can fail
12612
12613 2006-06-29 [wwp]        2.3.1cvs38
12614
12615         * src/mainwindow.c
12616                 honor the display-header-pane setting even when the message view
12617                 is a separate window.
12618
12619 2006-06-29 [wwp]        2.3.1cvs37
12620
12621         * src/prefs_actions.c
12622                 forgot to commit that one (use of GTK_STOCK_INFO).
12623
12624 2006-06-29 [colin]      2.3.1cvs36
12625
12626         * src/imap.c
12627                 Better handling of login errors (ask the password
12628                 again once), alert in case of error. Fix three
12629                 signedness warnings.
12630
12631 2006-06-28 [wwp]        2.3.1cvs35
12632
12633         * src/prefs_template.c
12634         * src/prefs_matcher.c
12635         * src/prefs_filtering_action.c
12636         * src/prefs_quote.c
12637                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12638                 patch by Fabien Vantard, slightly modified.
12639
12640 2006-06-28 [paul]
12641
12642         2.4.0-rc2 released
12643
12644 2006-06-28 [colin]      2.3.1cvs34
12645
12646         * src/prefs_account.c
12647                 Fix bug #977 (Can't add or edit imap accounts)
12648
12649 2006-06-28 [colin]      2.3.1cvs33
12650
12651         * src/mimeview.c
12652                 Fix previous
12653
12654 2006-06-28 [colin]      2.3.1cvs32
12655
12656         * src/mimeview.c
12657                 Save named inlined attachments with "Save all"
12658         * src/main.c
12659         * src/mbox.c
12660         * src/common/plugin.c
12661         * src/common/plugin.h
12662         * src/common/sylpheed.c
12663         * src/common/utils.c
12664         * src/plugins/pgpcore/sylpheed.def
12665         * src/plugins/pgpinline/sylpheed.def
12666         * src/plugins/pgpmime/sylpheed.def
12667                 Win32 compatibility patch, by
12668                 Werner Koch
12669
12670 2006-06-28 [wwp]        2.3.1cvs31
12671
12672         * src/imap.c
12673         * src/prefs_folder_item.c
12674                 less compilation warnings (thanks to Fabien Vantard), less typos.
12675
12676 2006-06-28 [paul]       2.3.1cvs30
12677
12678         * src/gtk/gtkutils.c
12679                 gtk_combo_box_set_focus_on_click() is only
12680                 available since gtk 2.6.0
12681
12682 2006-06-28 [paul]       2.3.1cvs29
12683
12684         * src/prefs_ext_prog.c
12685                 fix engrish and add a tooltip for the
12686                 'command for 'Display as text' option
12687
12688 2006-06-28 [paul]
12689
12690         2.4.0-rc1 released
12691
12692 2006-06-28 [paul]       2.3.1cvs28
12693
12694         * ChangeLog
12695         * tools/Makefile.am
12696                 include textviewer.pl in releases
12697
12698 2006-06-28 [paul]       2.3.1cvs27
12699
12700         * src/prefs_ext_prog.c
12701                 hide Print command option if libgnomeprint
12702                 support is present
12703
12704 2006-06-27 [colin]      2.3.1cvs26
12705
12706         * src/compose.c
12707                 Fix Esc handling in insert/attach dialog
12708                 Don't show this dialog if dragging something
12709                 else than text/uri-list
12710                 Thanks to Fabien Vantard
12711         * tools/textviewer.pl
12712                 Filter script to display stuff as text
12713                 by H. Merijn Brand
12714
12715 2006-06-27 [wwp]        2.3.1cvs25
12716
12717         * src/messageview.c
12718                 use the exact product name (message view title), patch
12719                 by Fabien Vantard.
12720
12721 2006-06-27 [ticho]      2.3.1cvs24
12722
12723         * src/prefs_account.c
12724         * src/prefs_common.c
12725         * src/prefs_common.h
12726         * src/prefs_ext_prog.c
12727         * src/textview.c
12728                 Add a preference (Preferences/External programs)
12729                 to allow "Display as text" to be done via a script
12730                 (patch by H.Merijn Brand).
12731                 Use GtkComboBox for protocol selection in account
12732                 preferences.
12733                 Only include current choice for existing accounts, and
12734                 insensitivize the combobox.
12735
12736 2006-06-27 [paul]       2.3.1cvs23
12737
12738         * src/mbox.c
12739                 fix crasher introduced in cvs21.
12740                 Thanks to Colin
12741
12742 2006-06-26 [colin]      2.3.1cvs22
12743
12744         * src/mbox.c
12745                 Fix double-frees when leaving folders
12746                 after exporting to mbox
12747
12748 2006-06-26 [colin]      2.3.1cvs21
12749
12750         * src/mbox.c
12751                 More feedback (and optimisation)
12752                 on import/export
12753         * src/common/utils.c
12754                 Fix case when looking for mail addresses
12755         * src/gtk/gtkutils.c
12756                 Extra check for (X-)Face
12757
12758 2006-06-25 [ticho]      2.3.1cvs20
12759
12760         * src/compose.c
12761         * src/exphtmldlg.c
12762         * src/gtk/gtkutils.c
12763         * src/gtk/gtkutils.h
12764                 Added second argument to gtkut_sc_combobox_create() to
12765                 control focus-on-click for the widget.
12766                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12767
12768 2006-06-25 [ticho]      2.3.1cvs19
12769
12770         * src/compose.c
12771         * src/gtk/Makefile.am
12772         * src/gtk/combobox.c
12773         * src/gtk/combobox.h
12774         * src/gtk/gtkutils.c
12775         * src/gtk/gtkutils.h
12776                 Use GtkComboBox instead of deprecated GtkOptionMenu
12777                 for account selector in compose window and for encoding
12778                 selector in attachment properties.
12779                 Also factorise working with the new GtkComboBox somewhat.
12780
12781 2006-06-24 [paul]       2.3.1cvs18
12782
12783         * src/prefs_common.c
12784                 use the correct default value
12785
12786 2006-06-24 [paul]       2.3.1cvs17
12787
12788         * src/compose.c
12789         * src/prefs_common.c
12790         * src/prefs_common.h
12791         * src/prefs_compose_writing.c
12792                 enable setting of default action when
12793                 dnd'ing files in the compose window.
12794                 (Collaborative effort with wwp)
12795
12796 2006-06-23 [wwp]        2.3.1cvs16
12797
12798         * src/compose.c
12799                 i18n fix (thanks to Fabien Vantard)
12800
12801 2006-06-22 [colin]      2.3.1cvs15
12802
12803         * src/prefs_customheader.c
12804                 Don't use filters in custom headers' file 
12805                 selector. Remember, extensions mean nothing :)
12806
12807 2006-06-22 [paul]       2.3.1cvs14
12808
12809         * configure.ac
12810                 allow setting of man directory location
12811
12812 2006-06-22 [colin]      2.3.1cvs13
12813
12814         * src/mainwindow.c
12815                 Add 'View/Go to/Next unread folder'.
12816                 I missed that :)
12817
12818 2006-06-22 [colin]      2.3.1cvs12
12819
12820         * src/common/utils.c
12821                 Add some subject prefixes
12822                 Patch by Bjorn T Johansen <btj@havleik.no>
12823
12824 2006-06-22 [colin]      2.3.1cvs11
12825
12826         * manual/advanced.xml
12827                 Forgotten hidden pref
12828
12829 2006-06-21 [paul]       2.3.1cvs10
12830
12831         * src/prefs_account.c
12832                 complete the removal of 'Add date header' option
12833
12834 2006-06-21 [paul]       2.3.1cvs9
12835
12836         * src/account.c
12837         * src/compose.c
12838         * src/prefs_account.c
12839         * src/prefs_account.h
12840                 remove option to add date header - always
12841                 add date header
12842         * src/etpan/imap-thread.c
12843                 fix warnings (Thanks to Colin)
12844
12845 2006-06-21 [wwp]        2.3.1cvs8
12846
12847         * src/folder.c
12848                 set the attachment flag when inline text part are (file)named. This is more convenient
12849                 when receiving (for instance) inline source files or patches sent using thunderbird.
12850
12851 2006-06-21 [paul]       2.3.1cvs7
12852
12853         * src/inc.c
12854                 fix off-by-one count of current msg in
12855                 statusbar filtering progressbar
12856
12857 2006-06-21 [paul]       2.3.1cvs6
12858
12859         * src/folder.c
12860                 Show attachment icon even if the part is 'inline'
12861                 if the following conditions are met:
12862                 - content-type != 'text/plain'
12863                 - content-type != '*/pgp-signature'
12864                 - either 'name' or 'filename' parameter is not NULL
12865                 
12866                 Thanks to Colin
12867
12868 2006-06-21 [paul]       2.3.1cvs5
12869
12870         * src/messageview.c
12871         * src/prefs_common.c
12872         * src/prefs_common.h
12873         * src/prefs_other.c
12874                 add an option to 'Never send Return
12875                 Receipts'
12876                 Thanks to Colin
12877
12878 2006-06-20 [mones]      2.3.1cvs4
12879
12880         * po/es.po
12881                 updated
12882         * src/compose.c
12883                 typo fixed (space after comma)
12884         * tools/make.themes.project
12885                 remove exec mode from tarball files
12886
12887 2006-06-20 [colin]      2.3.1cvs3
12888
12889         * src/news.c
12890         * src/procheader.c
12891         * src/unmime.c
12892                 Better fix for \n's in headers (don't 
12893                 break Received: and others)
12894
12895 2006-06-20 [paul]       2.3.1cvs2
12896
12897         * src/alertpanel.c
12898         * src/textview.c
12899                 improve legibility of phishing attempt
12900                 dialog
12901
12902 2006-06-20 [paul]       2.3.1cvs1
12903
12904         * NEWS
12905         * README
12906         * configure.ac
12907                 Update version number following
12908                 stable release
12909
12910 2006-06-20 [colin]      2.3.0cvs26
12911
12912         * src/compose.c
12913                 When dragging a file to the text of the compose
12914                 window, ask whether we want to insert or attach
12915                 (I know lots of people who do that to attach)
12916
12917 2006-06-20 [colin]      2.3.0cvs25
12918
12919         * src/etpan/imap-thread.c
12920                 Fix threshold (the append command is often > 32 bytes)
12921
12922 2006-06-19 [colin]      2.3.0cvs24
12923
12924         * src/imap.c
12925         * src/etpan/imap-thread.c
12926                 Workaround Rockliffe IMAP server bug: replace
12927                 "x UID SEARCH (ANSWERED UID 1:*)" with
12928                 "x UID SEARCH ANSWERED"
12929                 (Rockliffe doesn't handle the parenthesis)
12930
12931 2006-06-19 [colin]      2.3.0cvs23
12932
12933         * src/compose.c
12934         * src/imap.c
12935         * src/etpan/imap-thread.c
12936                 Probably fix bug #972 (Freezes when adding 
12937                 an attachment to the message)
12938         * src/common/defs.h
12939                 Modernize Firefox cmd
12940
12941
12942 2006-06-18 [colin]      2.3.0cvs22
12943
12944         * src/prefs_customheader.c
12945                 Only allow correct filenames for various
12946                 custom headers
12947
12948 2006-06-18 [colin]      2.3.0cvs21
12949
12950         * src/prefs_customheader.c
12951                 Add a 'From File...' button in custom headers prefs, which
12952                 try to do the right thing: 
12953                 for normal headers, use file as plaintext,
12954                 for X-Face, calls compface,
12955                 for Face, encode to b64.
12956
12957 2006-06-17 [colin]      2.3.0cvs20
12958
12959         * src/mh.c
12960                 Warning fix
12961
12962 2006-06-16 [colin]      2.3.0cvs19
12963
12964         * src/summaryview.c
12965                 Recursive quicksearch: show message list
12966                 in current folder, *then* search children
12967                 in the background.
12968
12969 2006-06-16 [colin]      2.3.0cvs18
12970
12971         * src/main.c
12972                 Instead of ignoring SIGPIPE, save caches
12973                 when getting one. Will fix the fact that
12974                 hot caches are out-of-date when logging 
12975                 out of Xorg.
12976         * src/compose.c
12977         * src/prefs_compose_writing.c
12978                 Only save text (not attachments) when 
12979                 auto-saving to drafts
12980         * src/unmime.c
12981                 Always replace \n, \r and \t with spaces
12982                 in headers
12983         * manual/dist/html/Makefile.am
12984         * manual/dist/pdf/Makefile.am
12985         * manual/dist/ps/Makefile.am
12986         * manual/dist/txt/Makefile.am
12987         * manual/fr/dist/html/Makefile.am
12988         * manual/fr/dist/pdf/Makefile.am
12989         * manual/fr/dist/ps/Makefile.am
12990         * manual/fr/dist/txt/Makefile.am
12991         * manual/pl/dist/html/Makefile.am
12992         * manual/pl/dist/pdf/Makefile.am
12993         * manual/pl/dist/ps/Makefile.am
12994         * manual/pl/dist/txt/Makefile.am
12995                 Fix make clean removing pregenerated manuals
12996
12997
12998 2006-06-16 [colin]      2.3.0cvs17
12999
13000         * src/plugins/pgpcore/sgpgme.c
13001         * src/plugins/pgpmime/pgpmime.c
13002         * src/plugins/pgpinline/pgpinline.c
13003                 Better error reporting in setup_signers.
13004                 Don't fallback to default key if specified
13005                 key isn't found.
13006                 Don't allow signing if more than one secret
13007                 key matches the one specified in prefs.
13008
13009 2006-06-15 [colin]      2.3.0cvs16
13010
13011         * src/folderview.c
13012                 Add "Send queue" in the folder's contextual
13013                 menu
13014         * src/compose.c
13015         * src/messageview.c
13016         * src/privacy.c
13017         * src/privacy.h
13018         * src/procmime.c
13019         * src/procmsg.c
13020         * src/plugins/pgpcore/passphrase.c
13021         * src/plugins/pgpcore/sgpgme.c
13022         * src/plugins/pgpinline/pgpinline.c
13023         * src/plugins/pgpmime/pgpmime.c
13024                 Better error reporting
13025         * src/mbox.c
13026                 Probably fix bug #971 (2.2.3 cannot read mail 
13027                 from local mbox)
13028
13029
13030 2006-06-15 [mones]      2.3.0cvs15
13031
13032         * tools/make.themes.project
13033                 creates the themes project from the web page
13034
13035 2006-06-15 [colin]      2.3.0cvs14
13036
13037         * src/folder.c
13038                 Better fix (avoid losing the folder if scan_tree 
13039                 fails)
13040
13041 2006-06-15 [cleroy]     2.3.0cvs13
13042
13043         * src/folder.c
13044                 Probably fix Bug #969 (crash on rebuilding 
13045                 imap folder)
13046
13047 2006-06-14 [colin]      2.3.0cvs12
13048
13049         * manual/dtd/manual.xsl
13050         * manual/sylpheed-claws-manual.xml
13051         * manual/fr/sylpheed-claws-manual.xml
13052         * manual/pl/sylpheed-claws-manual.xml
13053                 Insert pagebreaks between sections
13054
13055 2006-06-14 [paul]       2.3.0cvs11
13056
13057         * configure.ac
13058                 better fix than 2.3.0cvs10
13059
13060 2006-06-14 [paul]       2.3.0cvs10
13061
13062         * configure.ac
13063                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13064                 (backwards compatible)
13065
13066 2006-06-13 [colin]      2.3.0cvs9
13067
13068         * src/messageview.c
13069                 Fix sending of return receipt with the new queue folders
13070
13071 2006-06-13 [wwp]        2.3.0cvs8
13072
13073         * src/quote_fmt_lex.l
13074                 fix wrong tokens returned in quote_fmt lexer, query not().
13075
13076 2006-06-13 [wwp]        2.3.0cvs7
13077
13078         * src/folder.c
13079         * src/prefs_folder_item.c
13080                 allow changing folder type even when folder is not a top-level one,
13081                 thanks to Colin.
13082
13083 2006-06-12 [colin]      2.3.0cvs6
13084
13085         * src/folderview.c
13086                 Fix double-ask of "Do you want to mark all
13087                 as read"
13088
13089 2006-06-12 [colin]      2.3.0cvs5
13090
13091         * src/compose.c
13092         * src/compose.h
13093         * src/folder.c
13094         * src/folder.h
13095         * src/imap.c
13096         * src/inc.c
13097         * src/main.c
13098         * src/messageview.c
13099         * src/mh.c
13100         * src/prefs_folder_item.c
13101         * src/procheader.c
13102         * src/procmime.c
13103         * src/procmsg.c
13104         * src/procmsg.h
13105         * src/send_message.c
13106         * src/summaryview.c
13107         * src/toolbar.c
13108                 Apply bug #964's patch (Queue and drafts aren't normal)
13109                 The Drafts and Queue folder now contain RFC-822 files,
13110                 allowing to move and copy mails from and to these 
13111                 folders. Moving from Drafts to Queue will prepare the
13112                 mail for sending (PGP signature, encryption, etc).
13113                 This patch also rework sending errors handling to try
13114                 to be more helpful.
13115                 Also, allow redefining folder types via the GUI 
13116                 (Folder type in its Properties)
13117
13118 2006-06-12 [colin]      2.3.0cvs4
13119
13120         * src/summaryview.c
13121         * src/prefs_common.c
13122         * src/prefs_common.h
13123         * src/gedit-print.c
13124                 Allow to define a specific print font - patch
13125                 by Bernhard Walle <bernhard.walle@gmx.de>
13126         * src/prefs_fonts.c
13127         * manual/advanced.xml
13128         * manual/fr/advanced.xml
13129                 Add a hidden pref to allow deletion without
13130                 confirmation
13131
13132 2006-06-12 [wwp]        2.3.0cvs3
13133
13134         * .cvsignore
13135                 more files to ignore.
13136
13137 2006-06-12 [wwp]        2.3.0cvs2
13138
13139         * src/quote_fmt.c
13140         * src/quote_fmt_lex.l
13141         * src/quote_fmt_parse.y
13142                 extend the quote_fmt parser (templates and quotes):
13143                 - allow limited sub-expressions in |p{} and |f{} expressions,
13144                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13145                 - implemented/fixed missing implementation of query_references and show_references,
13146                 - completed, fixed contents and format of the symbols help dialog,
13147                 - fix some compilation warnings.
13148
13149 2006-06-12 [wwp]        2.3.0cvs1
13150
13151         * manual/advanced.xml
13152         * manual/fr/advanced.xml
13153                 updates in the "templates" section of the manual (eng/fr):
13154                  - be more precise (both versions)
13155                  - completed to match the english reference (fr version)
13156                  - touchups (both versions)
13157
13158 2006-06-12 [paul]       2.3.0
13159
13160         2.3.0 released
13161
13162 2006-06-12 [paul]       2.2.3cvs14
13163
13164         * po/ca.po
13165         * po/cs.po
13166         * po/de.po
13167         * po/el.po
13168         * po/fr.po
13169         * po/it.po
13170         * po/pt_BR.po
13171         * po/sr.po
13172         * po/zh_CN.po
13173                 updated by Miquel Oliete, Tim, Stephan Sachse,
13174                 Stavros Giannouris, Fabien Vantard, Andrea
13175                 Spadaccini, Frederico Goncalves Guimaraes,
13176                 Aleksandar Urosevic, and Ralgh Young
13177
13178 2006-06-12 [colin]      2.2.3cvs13
13179
13180         * src/mbox.c
13181                 Add missing header
13182
13183 2006-06-11 [colin]      2.2.3cvs12
13184
13185         * src/msgcache.c
13186                 Verify that g_malloc() succeeded
13187
13188 2006-06-11 [colin]      2.2.3cvs11
13189
13190         * src/wizard.c
13191                 Add Face header to welcome mail
13192
13193 2006-06-10 [colin]      2.2.3cvs10
13194
13195         * src/textview.c
13196                 Revert previous (Forgot it changes the
13197                 margin on the whole mail)
13198
13199 2006-06-10 [colin]      2.2.3cvs9
13200
13201         * src/textview.c
13202                 Don't overlap long headers under (X-)Face
13203
13204 2006-06-10 [mones]      2.2.3cvs8
13205
13206         * manual/xml2pdf
13207                 allow generation of manual on systems lacking saxon binary
13208                 but with java and the saxon library installed
13209
13210         * po/es.po
13211                 updated for release
13212
13213 2006-06-09 [colin]      2.2.3cvs7
13214
13215         * src/summaryview.c
13216                 Fix leak when using Display Sender using Addressbook
13217
13218 2006-06-09 [colin]      2.2.3cvs6
13219
13220         * src/compose.c
13221         * src/folder.c
13222         * src/folderview.c
13223         * src/mimeview.c
13224         * src/summaryview.c
13225                 More leaks fixes
13226
13227 2006-06-09 [paul]       2.2.3cvs5
13228
13229         * AUTHORS
13230         * src/gtk/authors.h
13231         * tools/claws.i18n.status.pl
13232                 updated with new info
13233
13234 2006-06-09 [paul]       2.2.3cvs4
13235
13236         * README
13237                 updated
13238         * manual/ack.xml
13239                 add wwp to authors list
13240         * src/gtk/authors.h
13241                 update mine and Colin's addresses
13242
13243 2006-06-08 [colin]      2.2.3cvs3
13244
13245         * src/etpan/imap-thread.c
13246                 Fix leak on SSL cert check
13247
13248 2006-06-08 [colin]      2.2.3cvs2
13249
13250         * src/common/utils.c
13251                 Fix leak
13252
13253 2006-06-08 [paul]       2.2.3cvs1
13254
13255         * configure.ac
13256                 Update version number following
13257                 stable release
13258
13259 2006-06-07 [colin]      2.2.2cvs3
13260
13261         * src/msgcache.c
13262                 Fix catching cache read errors (guint instead of gint)
13263                 Prevent malloc'ing more than 8MB (means cache corruption)
13264
13265 2006-06-07 [paul]       2.2.2cvs2
13266
13267         * src/exporthtml.c
13268         * src/exportldif.c
13269         * src/mh.c
13270         * src/mutt.c
13271         * src/pine.c
13272         * src/common/utils.c
13273                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13274                 obey $HOME'
13275                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13276                 Thanks to Colin
13277
13278 2006-06-06 [paul]       2.2.2cvs1
13279
13280         * configure.ac
13281                 Update version number following
13282                 stable release
13283
13284 2006-06-06 [paul]       2.2.1cvs6
13285
13286         * src/matcher.c
13287                 fix  implicit declaration of
13288                 sylpheed_do_idle()
13289                 Patch by Fabien Vantard
13290
13291 2006-06-06 [paul]       2.2.1cvs5
13292
13293         * src/matcher.c
13294                 fix age_greater and age_lower so that they
13295                 mean what say and not '...or equal to'
13296                 Thanks to Colin
13297
13298 2006-06-06 [paul]       2.2.1cvs4
13299
13300         * src/textview.c
13301         * src/common/utils.c
13302                 fix URI check
13303                 Thanks to Colin
13304
13305 2006-06-05 [wwp]        2.2.1cvs3
13306
13307         * manual/fr/account.xml
13308                 minor language fixes (thanks to Fabien Vantard).
13309
13310 2006-06-05 [colin]      2.2.1cvs2
13311
13312         * src/prefs_folder_item.c
13313         * src/folderview.c
13314                 Allow recursive setting of properties 
13315                 for whole mailboxes
13316         * src/matcher.c
13317                 Don't freeze on 'test' filtering rule
13318
13319 2006-06-05 [colin]      2.2.1cvs1
13320
13321         * configure.ac
13322                 Update version number following
13323                 stable release
13324
13325 2006-06-04 [wwp]        2.2.0cvs82
13326
13327         * manual/glossary.xml
13328         * manual/account.xml
13329         * manual/fr/glossary.xml
13330         * manual/fr/account.xml
13331                 added glossary section and references/links related to the Face custom header.
13332
13333 2006-06-04 [colin]      2.2.0cvs81
13334
13335         * src/summaryview.c
13336                 Skip to next message on move with no
13337                 immediate execution
13338
13339 2006-06-04 [wwp]        2.2.0cvs80
13340
13341         * manual/xml2pdf
13342                 added sanity checks, exit when needed.
13343
13344 2006-06-03 [paul]       2.2.0cvs79
13345
13346         * src/prefs_receive.c
13347                 page name is now 'Receiving'
13348         * src/prefs_send.c
13349                 page name is now 'Sending'
13350
13351 2006-06-03 [colin]      2.2.0cvs78
13352
13353         * src/plugins/spamassassin/spamassassin_gtk.c
13354                 Autoswitch to Localhost if transport was previously
13355                 disabled. Else people had to check [] Enable, then
13356                 *reselect* transport.
13357
13358 2006-06-03 [colin]      2.2.0cvs77
13359
13360         * src/plugins/pgpinline/pgpinline.c
13361         * src/plugins/pgpmime/pgpmime.c
13362                 Check that gpg_data_release_and_get_mem 
13363                 didn't fail (now, why this happens...)
13364
13365 2006-06-03 [colin]      2.2.0cvs76
13366
13367         * src/mbox.c
13368                 Fix bug #962 (Manual and/or UI should 
13369                 warn about incompatible locking 
13370                 causing dataloss)
13371
13372 2006-06-02 [cleroy]     2.2.0cvs75
13373
13374         * src/filtering.c
13375         * src/folder.c
13376         * src/procmsg.c
13377         * src/summaryview.c
13378                 Fix a few leaks
13379
13380 2006-06-02 [colin]      2.2.0cvs74
13381
13382         * src/main.c
13383                 On exit, free caches after writing them
13384                 Shuts up some valgrind false positives
13385         * src/procmsg.c
13386         * src/send_message.c
13387                 Fix races when reusing existing SMTP connections
13388                 Fix inexistant session timeout
13389         * src/toolbar.c
13390                 Display alertpanel after all queues have
13391                 been processed, not after each
13392
13393 2006-06-02 [wwp]        2.2.0cvs73
13394
13395         * manual/fr/glossary.xml
13396         * manual/fr/ack.xml
13397         * manual/ack.xml
13398                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13399
13400 2006-06-02 [wwp]        2.2.0cvs72
13401
13402         * manual/xml2pdf
13403         * manual/dist/pdf/Makefile.am
13404         * manual/dtd/manual.xsl
13405         * manual/fr/dist/pdf/Makefile.am
13406         * manual/pl/dist/pdf/Makefile.am
13407                 we changed the procedure to generate the .pdf version of the manual.
13408                 The procedure is more modern and the .pdf we get now has a valid index.
13409                 Here are the new pre-requisites:
13410
13411                 - JRE 1.x (1.4 here): there must be one from your distro
13412                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13413                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13414                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13415
13416                 See my posts for further info about the installation of this toolchain:
13417
13418                 Date: Fri, 19 May 2006 19:40:06 +0200
13419                 From: wwp <subscript@free.fr>
13420                 To: sylpheed-claws-devel@lists.sourceforge.net
13421                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13422
13423                 and
13424
13425                 Date: Wed, 24 May 2006 12:58:49 +0200
13426                 From: wwp <subscript@free.fr>
13427                 To: sylpheed-claws-devel@lists.sourceforge.net
13428                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13429
13430 2006-06-01 [colin]      2.2.0cvs71
13431
13432         * src/compose.c
13433                 Better guards against IMAP races
13434         * src/main.c
13435         * src/prefs_common.c
13436         * src/prefs_common.h
13437         * src/common/ssl_certificate.c
13438         * src/etpan/imap-thread.c
13439         * src/etpan/imap-thread.h
13440         * src/gtk/sslcertwindow.c
13441                 New hidden option ssl_skip_cert_check to 
13442                 avoid dups of bug #959 (libetpan linked
13443                 against gnutls and gnutls buggy on 64bit)
13444                 Present expired warning only once per
13445                 session/server.
13446         * manual/advanced.xml
13447         * manual/fr/advanced.xml
13448                 Document new option
13449
13450 2006-06-01 [wwp]        2.2.0cvs70
13451
13452         * src/messageview.c
13453                 fix for bug #961 (return receipt dialog 
13454                 complains incorrectly about return-path 
13455                 email adress being different), thanks 
13456                 to Colin.
13457
13458 2006-05-31 [cleroy]     2.2.0cvs69
13459
13460         * src/common/ssl.c
13461                 Guard against NULLs, although this
13462                 should never be an issue
13463
13464 2006-05-31 [colin]      2.2.0cvs68
13465
13466         * src/filtering.c
13467                 Use g_slist_prepend
13468         * src/imap.c
13469                 Don't remove caches when destroying folder, it
13470                 could (should) be done at exit
13471         * src/inc.c
13472                 free processing cache after incorporation
13473         * src/etpan/imap-thread.c
13474                 Maybe fix bug #959 (Crash on moving to emails 
13475                 to a imap account per ssl with a expired 
13476                 certificate.)
13477
13478 2006-05-30 [colin]      2.2.0cvs67
13479
13480         * src/summaryview.c
13481                 Put back event flush when displaying message
13482                 It avoids reading a bunch of messages just
13483                 by hitting shift-n for too long ;)
13484
13485 2006-05-29 [colin]      2.2.0cvs66
13486
13487         * src/summaryview.c
13488                 Remove useless g_warnings
13489
13490 2006-05-29 [colin]      2.2.0cvs65
13491
13492         * src/imap.c
13493                 Fix g_slist_append()s for performance
13494
13495 2006-05-29 [colin]      2.2.0cvs64
13496
13497         * src/compose.c
13498         * src/common/utils.c
13499                 Fix extraneous tab at start of addresses
13500         * src/mainwindow.c
13501                 Fix warnings (thanks to Fabien)
13502                 Fix crash at exit when composing messages 
13503                 exist
13504         * src/pop.c
13505                 Fix progress bar when deleting expired mails
13506                 Thanks to Hiro
13507         * src/summaryview.c
13508         * src/gtk/gtksctree.c
13509                 Fix re-sorting slowness
13510
13511 2006-05-29 [paul]       2.2.0cvs63
13512
13513         * src/mh.c
13514                 fetch full message when moving mails
13515                 from another mailbox, (fixed data loss
13516                 when filtering from IMAP to MH, introduced
13517                 in 2.2.0cvs57).
13518                 Thanks to Colin
13519
13520 2006-05-29 [mones]      2.2.0cvs62
13521
13522         * src/gtk/gtksctree.c
13523                 Unselect faster (patch by Colin)        
13524
13525 2006-05-26 [colin]      2.2.0cvs61
13526
13527         * src/summaryview.c
13528                 Unplug MSGINFO_UPDATE callback on delete too.
13529
13530 2006-05-26 [colin]      2.2.0cvs60
13531
13532         * src/foldersel.c
13533                 Fix bold in folder selection window with glib2.10
13534                 thanks Hiro
13535
13536 2006-05-26 [colin]      2.2.0cvs59
13537
13538         * src/procheader.c
13539                 Convert date only if necessary (and don't
13540                 try to convert from utf8 to utf8, too)
13541         * src/summaryview.c
13542                 Only set column's text if the column's 
13543                 displayed
13544
13545 2006-05-26 [colin]      2.2.0cvs58
13546
13547         * src/summaryview.c
13548         * src/gtk/gtkutils.c
13549                 Fix useless warning
13550
13551 2006-05-26 [colin]      2.2.0cvs57
13552
13553         * src/mainwindow.c
13554                 Make summaryview selectable as long as 
13555                 no message has focus
13556         * src/mh.c
13557                 Faster deletion (by implementing mh_remove_msgs)
13558                 Faster copy (avoid using mh_fetch_msg just to get
13559                 the filename)
13560                 Faster move (using move_file instead of copy_file
13561                 if MSG_IS_MOVE)
13562                 No progressbar if total number of mails to cp/mv 
13563                 is less than 100
13564         * src/summaryview.c
13565                 Fix removal from subject_table when mail gets moved
13566                 Faster deletion (g_slist_prepend instead of append)
13567         * src/gtk/gtksctree.c
13568                 Remove useless code
13569
13570 2006-05-25 [colin]      2.2.0cvs56
13571
13572         * src/common/ssl_certificate.c
13573                 Fix leak in expired cert check
13574
13575 2006-05-25 [colin]      2.2.0cvs55
13576
13577         * src/mh.c
13578                 Disable flags syncing on .mh_sequences - it
13579                 is buggy and marks mails read under unknown
13580                 conditions.
13581
13582 2006-05-25 [paul]
13583
13584         * 2.3.0-rc4 released
13585
13586 2006-05-24 [colin]      2.2.0cvs54
13587
13588         attention cvs users: if you manage to crash
13589         Sylpheed-Claws while moving, copying or deleting
13590         mails, we *are* interested in stack traces and
13591         valgrind logs. It looks stable, but one never
13592         knows...
13593
13594         * src/folder.c
13595                 Add progressbar for cache updates
13596         * src/folderutils.c
13597                 Optimize Mark all read in the current
13598                 folder
13599         * src/mh.c
13600                 Add progressbar for copy/move
13601         * src/procmsg.c
13602                 Optimize O(n^2) in copy/move
13603         * src/summaryview.c
13604         * src/gtk/gtksctree.c
13605                 Optimize O(n^2) algos
13606         * src/common/timing.h
13607                 Display ms instead of us
13608
13609 2006-05-24 [wwp]        2.2.0cvs53
13610
13611         * manual/fr/advanced.xml
13612                 updates to the French manual.
13613
13614 2006-05-24 [wwp]        2.2.0cvs52
13615
13616         * src/common/utils.c
13617                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13618
13619 2006-05-24 [wwp]        2.2.0cvs51
13620
13621         * src/folderutils.c
13622                 fixed "mark all read" in MH folders (thanks to Colin).
13623
13624 2006-05-24 [paul]       2.2.0cvs50
13625
13626         * doc/man/sylpheed-claws.1
13627                 updated the man page
13628
13629 2006-05-23 [colin]      2.2.0cvs49
13630
13631         * src/folderview.c
13632         * src/imap.c
13633         * src/inc.c
13634         * src/mbox.c
13635         * src/messageview.c
13636         * src/news.c
13637         * src/send_message.c
13638         * src/summaryview.c
13639         * src/gtk/sslcertwindow.c
13640                 alertpanel fixes, by Fabien
13641
13642 2006-05-23 [colin]      2.2.0cvs48
13643
13644         * src/folder.c
13645         * src/folderview.c
13646         * src/msgcache.c
13647         * src/summaryview.c
13648         * src/gtk/gtksctree.c
13649         * src/gtk/gtksctree.h
13650                 More timings
13651                 Fix slow loading problem, which was caused by the
13652                 use of some gtk_ctree funcs and their use of
13653                 g_list_position while gtk_ctree_(un)link'ing.
13654                 Reap more functions from gtkctree.c to be sure we
13655                 use our (fast) version instead of theirs.
13656         * src/mh.c
13657                 Fix copy of unread mails
13658
13659
13660 2006-05-22 [wwp]        2.2.0cvs47
13661
13662         * manual/fr/advanced.xml
13663                 updated.
13664
13665 2006-05-22 [colin]      2.2.0cvs46
13666
13667         * src/filtering.c
13668                 Fix possible infinite loop. 'copy' is not a 
13669                 final action, so when encountering a 'copy',
13670                 we have to check if a previous one was set
13671                 and do it. In the same way, if we encounter
13672                 a 'move' we have to perform a possibly 
13673                 pending 'copy'. This will slow down filtering
13674                 on IMAP if move+copy or multiple copy actions
13675                 are to be done, but handling it via the batch
13676                 would be really too convoluted.
13677
13678 2006-05-22 [wwp]        2.2.0cvs45
13679
13680         * manual/fr/advanced.xml
13681         * manual/fr/faq.xml
13682         * manual/fr/glossary.xml
13683         * manual/fr/handling.xml
13684         * manual/fr/intro.xml
13685         * manual/fr/plugins.xml
13686         * manual/fr/sylpheed-claws-manual.xml
13687                 sync w/ the english manual: updates URIs, documented mailing-list
13688                 support, better explanation about the enabled/disabled feature
13689                 in filtering/processing rules by Paul.
13690
13691 2006-05-21 [colin]      2.2.0cvs44
13692
13693         * src/summaryview.c
13694                 Don't expand after building threads, but during
13695
13696 2006-05-21 [colin]      2.2.0cvs43
13697
13698         * src/procmsg.c
13699         * src/summaryview.c
13700                 More timing possibilities... For next time I have 
13701                 to find out how the hell some 3GHz computer takes
13702                 one minute to open a 30k folder...
13703
13704 2006-05-21 [colin]      2.2.0cvs42
13705
13706         * manual/pl/advanced.xml
13707         * manual/pl/faq.xml
13708         * manual/pl/glossary.xml
13709         * manual/pl/handling.xml
13710         * manual/pl/intro.xml
13711         * manual/pl/plugins.xml
13712         * manual/pl/sylpheed-claws-manual.xml
13713                 Polish manual updated by Pawel
13714
13715 2006-05-20 [colin]
13716
13717         * 2.3.0-rc3 released
13718
13719 2006-05-20 [colin]      2.2.0cvs41
13720
13721         * src/imap.c
13722                 Fix -rc2 problems:
13723                 - remove cache of moved messages from original folder
13724                 - apply new flags to messages even if they aren't appliable
13725                   via IMAP.
13726
13727 2006-05-20 [colin]
13728
13729         * 2.3.0-rc2 released
13730
13731 2006-05-19 [colin]      2.2.0cvs40
13732
13733         * src/imap.c
13734                 Don't issue SELECT in imap_change_flags
13735                 before having checked that we indeed have
13736                 some flags to change. MSG_POSTFILTERED for
13737                 example can't be used on IMAP.
13738                 Fixes bug #955 (copying messages between 
13739                 imap folders is extremely slow), which was
13740                 a regression.
13741
13742 2006-05-19 [colin]      2.2.0cvs39
13743
13744         * src/folder.c
13745         * src/folder.h
13746         * src/folderview.c
13747                 Try to fix bug #830 (Some unread messages 
13748                 get marked read in IMAP inbox):
13749                 - Prevent scanning a folder if it's being 
13750                   opened via the GUI
13751                 - Postpone opening via the GUI of a folder
13752                   currently scanned.
13753
13754
13755 2006-05-19 [wwp]        2.2.0cvs38
13756
13757         * manual/advanced.xml
13758                 fix English+typo (thanks to Paul).
13759
13760 2006-05-19 [wwp]        2.2.0cvs37
13761
13762         * manual/advanced.xml
13763         * manual/fr/advanced.xml
13764         * src/gtk/logwindow.c
13765         * src/prefs_common.c
13766         * src/prefs_common.h
13767                 added hidden prefs to allow customization of colors used in
13768                 protocol log window (useful for dark gtk+ themes).
13769
13770 2006-05-19 [wwp]        2.2.0cvs36
13771
13772         * ChangeLog
13773                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13774
13775 2006-05-19 [paul]       2.2.0cvs35
13776
13777         * src/textview.c
13778                 make Reply-To fully clickable
13779         * src/gtk/logwindow.c
13780                 more colouring (SMTP ESMTP)
13781         Both patches by Pawel Pekala
13782
13783 2006-05-19 [cleroy]     2.2.0cvs34
13784
13785         * src/mh.c
13786                 Don't update flags from current folder
13787                 Probably fixes bug #935 (Read Messages 
13788                 Revert to Being Marked as Unread)
13789
13790 2006-05-18 [colin]      2.2.0cvs33
13791
13792         * src/imap.c
13793                 Warning fix
13794         * src/compose.c
13795         * src/mainwindow.c
13796         * src/summaryview.c
13797         * src/toolbar.c
13798                 Allow replying to multiple emails
13799                 in multiple windows
13800         * src/mimeview.c
13801         * src/etpan/imap-thread.c
13802                 Leak fixes
13803
13804 2006-05-18 [paul]       2.2.0cvs32
13805
13806         * src/summaryview.c
13807                 keep Mailing-List menu refreshed
13808                 Thanks to Colin
13809
13810 2006-05-18 [paul]       2.2.0cvs31
13811
13812         * manual/advanced.xml
13813         * manual/faq.xml
13814         * manual/glossary.xml
13815         * manual/handling.xml
13816         * manual/intro.xml
13817         * manual/plugins.xml
13818         * manual/sylpheed-claws-manual.xml
13819                 update URLs
13820                 add info about mailing-list support
13821                 edit filtering info
13822         * src/wizard.c
13823         * src/common/defs.h
13824         * src/gtk/about.c
13825         * src/plugins/dillo_viewer/README
13826                 update URLs
13827
13828 2006-05-17 [wwp]        2.2.0cvs30
13829
13830         * manual/handling.xml
13831         * manual/fr/handling.xml
13832                 documented the ability to enabled/disable filtering/processing rules.
13833
13834 2006-05-17 [colin]      2.2.0cvs29
13835
13836         * src/main.c
13837                 Don't initialize g_thread subsystem if it's 
13838                 already done (thanks to Hiro)
13839         * src/mimeview.c
13840                 Fix saving of parts when there name can't be
13841                 converted from UTF-8.
13842
13843 2006-05-17 [paul]       2.2.0cvs28
13844
13845         * po/Makefile.in.in
13846                 fix config.status warning with autoconf 2.60
13847
13848 2006-05-17 [paul]       2.2.0cvs27
13849
13850         * po/POTFILES.in
13851                 add src/mbox.c
13852
13853 2006-05-17 [wwp]        2.2.0cvs26
13854
13855         * src/mainwindow.c
13856                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13857
13858 2006-05-17 [wwp]        2.2.0cvs25
13859
13860         * src/plugins/demo/demo.c
13861                 updated product name in plugin demo (many plugins need to be
13862                 sync'ed w/ that change).
13863
13864 2006-05-17 [colin]      2.2.0cvs24
13865
13866         * src/mh.c
13867                 Fix leak
13868
13869 2006-05-16 [colin]      2.2.0cvs23
13870
13871         * src/mainwindow.c
13872                 Stupid me hit again. Fix cvs22.
13873
13874 2006-05-16 [colin]      2.2.0cvs22
13875
13876         * src/mainwindow.c
13877                 Fix bug #922 (sylpheed-claws crashed after 
13878                 pushing on Inbox folder)
13879
13880 2006-05-16 [colin]      2.2.0cvs21
13881
13882         * src/compose.c
13883                 Make From header be copy/paste/select-able
13884
13885 2006-05-16 [wwp]        2.2.0cvs20
13886
13887         * src/export.c
13888         * src/matcher.c
13889         * src/summaryview.c
13890         * src/etpan/imap-thread.c
13891                 fix some compiler warnings (thanks to Colin).
13892
13893 2006-05-16 [wwp]        2.2.0cvs19
13894
13895         * src/action.c
13896         * src/gedit-print.c
13897         * src/inc.c
13898         * src/mainwindow.c
13899         * src/mh.c
13900         * src/statusbar.c
13901         * src/send_message.c
13902         * src/summaryview.c
13903                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13904
13905 2006-05-15 [colin]      2.2.0cvs18
13906
13907         * src/procmsg.c
13908                 Fix automatic rule creation with List-Post
13909
13910 2006-05-15 [paul]       2.2.0cvs17
13911
13912         * tools/filter_conv_new.pl
13913                 updated for rule enabling/disabling
13914                 claws version >= 2.3.x required
13915
13916 2006-05-15 [cleroy]     2.2.0cvs16
13917
13918         * src/main.c
13919                 Revert test
13920
13921 2006-05-15 [cleroy]     2.2.0cvs15
13922
13923         * src/main.c
13924                 test
13925
13926 2006-05-15 [wwp]        2.2.0cvs14
13927
13928         * manual/pl/.cvsignore
13929                 ignore generated files.
13930
13931 2006-05-14 [wwp]        2.3.0-rc1
13932
13933         * 2.3.0-rc1 released
13934
13935 2006-05-13 [wwp]        2.2.0cvs13
13936
13937         * src/filtering.c
13938         * src/filtering.h
13939         * src/matcher.c
13940         * src/matcher_parser_lex.l
13941         * src/matcher_parser_parse.y
13942         * src/prefs_filtering.c
13943                 new feature: provide the ability to disable filtering and processing
13944                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13945                 adaptations.
13946
13947 2006-05-13 [colin]      2.2.0cvs12
13948
13949         * src/compose.c
13950                 Remove useless if (a) b; else b;
13951                 Thanks to wwp
13952
13953 2006-05-13 [wwp]        2.2.0cvs11
13954
13955         * src/export.c
13956         * src/import.c
13957         * src/mainwindow.c
13958         * src/mbox.c
13959         * src/summaryview.c
13960         * src/summaryview.h
13961                 no more silent failures (or at least less ones) when importing
13962                 or exporting from/to mbox. Also start importing/exporting if
13963                 the necessary info is set.
13964
13965 2006-05-13 [wwp]        2.2.0cvs10
13966
13967         * RELEASE_NOTES
13968                 restored up-to-date release notes.
13969
13970 2006-05-13 [paul]       2.2.0cvs9
13971
13972         * po/nl.po
13973         * po/ru.po
13974                 updated by Tim Dijkstra and Pavlo Bohmat
13975
13976 2006-05-12 [colin]      2.2.0cvs8
13977
13978         * src/gtk/quicksearch.c
13979                 Add "k" as shortcut for "colorlabel". Patch
13980                 by ath42@users.sf.net.
13981
13982 2006-05-12 [paul]       2.2.0cvs7
13983
13984         * src/prefs_common.h
13985         * src/prefs_summaries.c
13986         * src/summaryview.c
13987                 when entering a folder also allow
13988                 going directly to first Marked message
13989
13990 2006-05-12 [paul]       2.2.0cvs6
13991
13992         * src/summaryview.c
13993                 always obey 'confirm before marking all
13994                 mails read' option
13995
13996 2006-05-12 [paul]       2.2.0cvs5
13997
13998         * src/textview.c
13999                 make Sender fully clickable
14000
14001 2006-05-12 [colin]      2.2.0cvs4
14002
14003         * src/compose.c
14004         * src/compose.h
14005                 Let From be editable
14006         * src/main.c
14007         * src/mh.c
14008                 Full support of .mh_sequences' Unseen seq
14009
14010 2006-05-12 [colin]      2.2.0cvs3
14011
14012         * src/folder.c
14013         * src/mainwindow.c
14014         * src/mainwindow.h
14015         * src/messageview.c
14016         * src/prefs_spelling.c
14017         * src/procheader.c
14018         * src/procmsg.c
14019         * src/procmsg.h
14020         * src/summaryview.c
14021         * src/toolbar.c
14022         * src/toolbar.h
14023                 Add contextual menu on Compose toolbar
14024                 button. Fixes bug #944 (Automatic
14025                 addresses not applied when changing account
14026                 from compose window)
14027                 add Mailing List support
14028                 based on the old 0.6.5claws25 patch by
14029                 Melvin Hadasht, with finishing touches
14030                 by Colin
14031                 Fix "ignore thread" when mails are threaded by
14032                 subject (and weren't ignored although appearing
14033                 in the thread).
14034                 GUI rework.
14035                 Both patches by Pawel.
14036
14037 2006-05-08 [paul]       2.2.0cvs2
14038
14039         * src/mainwindow.c
14040         * src/mainwindow.h
14041         * src/messageview.c
14042         * src/procheader.c
14043         * src/procmsg.c
14044         * src/procmsg.h
14045         * src/summaryview.c
14046                 add Mailing List support
14047                 based on the old 0.6.5claws25 patch by 
14048                 Melvin Hadasht, with finishing touches
14049                 by Colin
14050
14051 2006-05-08 [colin]      2.2.0cvs1
14052
14053         * src/mainwindow.c
14054         * src/toolbar.c
14055         * src/toolbar.h
14056                 Add contextual menu on Compose toolbar 
14057                 button. Fixes bug #944 (Automatic 
14058                 addresses not applied when changing account 
14059                 from compose window)
14060
14061 2006-05-08 [paul]       2.2.0
14062
14063         2.2.0 released
14064
14065 2006-05-08 [paul]       2.1.1cvs51
14066
14067         * po/cs.po
14068         * po/de.po
14069         * po/en_GB.po
14070         * po/fi.po
14071         * po/fr.po
14072         * po/pt_BR.po
14073         * po/sr.po
14074         * po/zh_CN.po
14075                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14076                 Fabien Vantard, Frederico Goncalves Guimaraes,
14077                 Aleksandar Urosevic, and Ralgh Young
14078
14079 2006-05-12 [colin]      2.1.1cvs50
14080
14081         * po/cs.po
14082         * po/de.po
14083         * po/en_GB.po
14084         * po/es.po
14085         * po/fi.po
14086         * po/fr.po
14087         * po/pt_BR.po
14088         * po/sr.po
14089         * po/zh_CN.po
14090                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14091                 Fabien Vantard, Frederico Goncalves Guimaraes,
14092                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14093
14094 2006-05-05 [colin]      2.1.1cvs49
14095
14096         * manual/Makefile.am
14097         * manual/pl/Makefile.am
14098         * manual/pl/account.xml
14099         * manual/pl/ack.xml
14100         * manual/pl/addrbook.xml
14101         * manual/pl/advanced.xml
14102         * manual/pl/faq.xml
14103         * manual/pl/glossary.xml
14104         * manual/pl/gpl.xml
14105         * manual/pl/handling.xml
14106         * manual/pl/intro.xml
14107         * manual/pl/keyboard.xml
14108         * manual/pl/plugins.xml
14109         * manual/pl/starting.xml
14110         * manual/pl/sylpheed-claws-manual.xml
14111         * manual/pl/dist/.cvsignore
14112         * manual/pl/dist/Makefile.am
14113         * manual/pl/dist/html/.cvsignore
14114         * manual/pl/dist/html/Makefile.am
14115         * manual/pl/dist/pdf/.cvsignore
14116         * manual/pl/dist/pdf/Makefile.am
14117         * manual/pl/dist/ps/.cvsignore
14118         * manual/pl/dist/ps/Makefile.am
14119         * manual/pl/dist/txt/.cvsignore
14120         * manual/pl/dist/txt/Makefile.am
14121                 Add the polish translation of the manual,
14122                 Authored by Pawel Pekala.
14123
14124 2006-05-05 [cleroy]     2.1.1cvs48
14125
14126         * src/main.c
14127                 Re-read matcherrc after loading plugins 
14128                 if some of them add folders.
14129
14130 2006-05-03 [colin]      2.1.1cvs47
14131
14132         * src/imap.c
14133                 I'm idiot
14134
14135 2006-05-03 [colin]      2.1.1cvs46
14136
14137         * src/imap.c
14138                 Be sure to have a session when
14139                 getting separator
14140
14141 2006-05-03 [colin]      2.1.1cvs45
14142
14143         * src/imap.c
14144         * src/imap.h
14145         * src/imap_gtk.c
14146                 Fix preventing renaming with namespace 
14147                 separator.
14148
14149 2006-05-01 [colin]      2.1.1cvs44
14150
14151         * src/action.c
14152                 Don't reload messageview when result of
14153                 action is piped.
14154
14155 2006-04-29 [colin]      2.1.1cvs43
14156
14157         * src/prefs_receive.c
14158         * src/plugins/spamassassin/spamassassin_gtk.c
14159         * src/plugins/clamav/clamav_plugin_gtk.c
14160                 GUI fixes by Pawel
14161
14162 2006-04-29 [colin]      2.1.1cvs42
14163
14164         * src/prefs_compose_writing.c
14165         * src/prefs_quote.c
14166                 Cleanups. Patch by Pawel
14167
14168 2006-04-28 [paul]       2.1.1cvs41
14169
14170         * src/matcher.c
14171                 fix returned quick search results when search
14172                 term contains an underscore.
14173                 Thanks to Colin
14174
14175 2006-04-28 [paul]       2.1.1cvs40
14176
14177         * src/prefs_message.c
14178         * src/prefs_receive.c
14179                 GUI cleanups
14180                 Patches by Pawel Pekala
14181
14182 2006-04-27 [colin]      2.1.1cvs39
14183
14184         * src/wizard.c
14185                 Differentiate subject Welcome from
14186                 window's title Welcome
14187
14188 2006-04-27 [paul]
14189
14190         2.2.0-rc1 released
14191
14192 2006-04-27 [paul]       2.1.1cvs38
14193
14194         * manual/advanced.xml
14195         * manual/fr/advanced.xml
14196                 add info about compose_no_markup hidden pref
14197
14198 2006-04-27 [paul]       2.1.1cvs37
14199
14200         * src/prefs_account.c
14201                 improve privacy labels
14202         * src/prefs_msg_colors.c
14203                 change some strings for translators' convenience
14204         * src/gtk/gtkutils.c
14205                 don't underline the link button text
14206
14207 2006-04-25 [colin]      2.1.1cvs36
14208
14209         * src/folder.c
14210                 Complete 2.1.1cvs33 (once more ;)
14211
14212 2006-04-25 [colin]      2.1.1cvs35
14213
14214         * src/editldap.c
14215                 Fix tooltip
14216
14217 2006-04-25 [cleroy]     2.1.1cvs34
14218
14219         * src/compose.c
14220         * src/gtk/gtkaspell.c
14221                 Fix crash on redirect (related to the return 
14222                 of the aspell menu in compose's toolbar)
14223         * src/prefs_msg_colors.c
14224                 Fix sensitivity widgets
14225         * src/image_viewer.c
14226         * src/gtk/pluginwindow.c
14227         * src/gtk/prefswindow.c
14228                 Change released signals to clicked (Fabien)
14229         * po/POTFILES.in
14230         * src/common/socket.c
14231         * src/plugins/spamassassin/spamassassin.c
14232                 Translate strings (Fabien)
14233
14234 2006-04-25 [paul]       2.1.1cvs33
14235
14236         * src/folder.c
14237         * src/folder.h
14238         * src/folderview.c
14239                 complete the fix of bug #912
14240                 Thanks to Colin
14241
14242 2006-04-25 [colin]      2.1.1cvs32
14243
14244         * src/news.c
14245                 Better progress bar
14246         * src/mimeview.c
14247         * src/summaryview.c
14248         * src/summaryview.h
14249                 Fix focus chain
14250                 Patches by Pawel Pekala
14251
14252 2006-04-24 [colin]      2.1.1cvs31
14253
14254         * src/compose.c
14255                 Fix compilation warnings (Fabien)
14256
14257 2006-04-24 [colin]      2.1.1cvs30
14258
14259         * src/addrindex.c
14260         * src/editldap.c
14261         * src/editldap_basedn.c
14262         * src/editldap_basedn.h
14263         * src/ldapctrl.c
14264         * src/ldapctrl.h
14265         * src/ldapquery.c
14266         * src/ldaputil.c
14267         * src/ldaputil.h
14268                 Fix bug #901 (LDAPS support)
14269
14270 2006-04-24 [colin]      2.1.1cvs29
14271
14272         * src/compose.c
14273                 Fix logic on error with send dialog on
14274         * src/imap.c
14275                 Fix compilation without libetpan, thanks
14276                 to Fabien
14277         * src/summaryview.c
14278                 Fix 'context-menu' key
14279
14280 2006-04-23 [colin]      2.1.1cvs28
14281
14282         * src/folder.c
14283                 Never free current's cache to free up 
14284                 memory. Fixes bug #912 (new count 
14285                 randomly set to message count)
14286
14287 2006-04-23 [colin]      2.1.1cvs27
14288
14289         * src/gtk/quicksearch.c
14290                 And remove printf...
14291
14292 2006-04-23 [colin]      2.1.1cvs26
14293
14294         * src/gtk/quicksearch.c
14295                 Fix replacing in quicksearch, and fix inserting
14296                 in the middle of the string. (introduced at 2.1.0cvs22)
14297
14298 2006-04-23 [colin]      2.1.1cvs25
14299
14300         * src/imap.c
14301                 Make sure uidnext is initialized in get_num_list
14302                 (not for stable, related to 2.1.1cvs8 and friends)
14303
14304 2006-04-23 [colin]      2.1.1cvs24
14305
14306         * src/imap.c
14307                 Output something when login is successful
14308                 too
14309
14310 2006-04-23 [colin]      2.1.1cvs23
14311
14312         * src/etpan/imap-thread.c
14313                 Better logging (line-per-line, hide data in fetch)
14314                 Fix a const warning
14315         * src/gtk/logwindow.c
14316         * src/gtk/logwindow.h
14317                 Better logging (color for input/output)
14318
14319 2006-04-21 [colin]      2.1.1cvs22
14320
14321         * src/gtk/quicksearch.c
14322                 On gtk+-2.8, use stock buttons in quicksearch
14323                 Based on a patch by Fabien and a design by Paul
14324
14325 2006-04-21 [colin]      2.1.1cvs21
14326
14327         * src/folderview.c
14328         * src/mainwindow.c
14329                 Fix occasional flicker in folderview
14330         * src/common/utils.c
14331                 Fix bug #943 (Incorrectly parsed email address 
14332                 list in short headers on message view and in 
14333                 printouts)
14334
14335 2006-04-20 [colin]      2.1.1cvs20
14336
14337         * src/imap.c
14338         * src/imap.h
14339         * src/prefs_account.c
14340                 Add ANONYMOUS auth for IMAP
14341
14342 2006-04-20 [paul]       2.1.1cvs19
14343
14344         * src/main.c
14345                 proper fix for 2.1.1cvs18
14346                 Thanks to Colin
14347
14348 2006-04-20 [paul]       2.1.1cvs18
14349
14350         * src/main.c
14351                 fix build warnings
14352
14353 2006-04-20 [paul]       2.1.1cvs17
14354
14355         * src/gtk/quicksearch.c
14356                 fix standard, non-extended Quick search,
14357                 was broken in 2.1.1cvs15.
14358                 Thanks to Colin.
14359
14360 2006-04-20 [colin]      2.1.1cvs16
14361
14362         * src/prefs_matcher.c
14363                 Fix values when reselecting a ~test
14364                 rule
14365
14366 2006-04-19 [colin]      2.1.1cvs15
14367
14368         * src/compose.c
14369         * src/compose.h
14370         * src/gtk/gtkaspell.c
14371         * src/gtk/gtkaspell.h
14372                 Put back Options menu in Spelling/
14373         * src/gtk/quicksearch.c
14374                 Don't search, and show error, if the
14375                 advanced search has a syntax error
14376
14377 2006-04-18 [colin]      2.1.1cvs14
14378
14379         * src/textview.c
14380                 Fix gdk warnings on set_cursor when textview
14381                 isn't visible
14382
14383 2006-04-18 [colin]      2.1.1cvs13
14384
14385         * src/gtk/gtksctree.c
14386                 Remove seemingly useless refresh that causes
14387                 flicker - watch this commit in case of 
14388                 problems before planned backport to stable
14389
14390 2006-04-18 [colin]      2.1.1cvs12
14391
14392         * src/imap.c
14393                 Factorize get/set_xml code
14394         * src/compose.c
14395         * src/prefs_account.c
14396         * src/prefs_account.h
14397         * src/procmsg.c
14398                 Add Encrypt to self option
14399
14400 2006-04-17 [colin]      2.1.1cvs11
14401
14402         * configure.ac
14403                 Fix search on encrpyt function on dragonfly
14404                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14405
14406 2006-04-17 [colin]      2.1.1cvs10
14407
14408         * src/prefs_account.c
14409                 Be safe by default: remove mails from POP3
14410                 after 7 days, not immediately
14411
14412 2006-04-17 [colin]      2.1.1cvs9
14413
14414         * src/etpan/imap-thread.c
14415                 Fix build on DragonFly - patch by 
14416                 Jonathan Buschmann <jonthn@agmact.com>
14417
14418 2006-04-17 [colin]      2.1.1cvs8
14419
14420         * src/imap.c
14421                 Save uidnext between sessions
14422
14423 2006-04-17 [colin]      2.1.1cvs7
14424
14425         * src/imap.c
14426                 scan is required when uid validity changes
14427
14428 2006-04-17 [colin]      2.1.1cvs6
14429
14430         * src/folderview.c
14431                 Don't scan if not necessary, apart in current
14432                 folder and INBOX to fetch flags.
14433         * src/imap.c
14434                 Scan is necessary if unread count changes
14435
14436 2006-04-17 [colin]      2.1.1cvs5
14437
14438         * src/imap.c
14439                 ...But always fetch ANSWERED and DELETED flags for
14440                 INBOX, as filtering can happen on these flags.
14441
14442 2006-04-17 [colin]      2.1.1cvs4
14443
14444         * src/imap.c
14445                 Don't fetch REPLIED and DELETED flags when synchronising
14446                 flags with a closed folder. We only need UNSEEN and FLAGGED
14447                 to update the folderview.
14448
14449 2006-04-17 [colin]      2.1.1cvs3
14450
14451         * src/imap.c
14452                 Faster flag search when there are new mails 
14453                 in a folder. We can do a full search if the 
14454                 folder contains less messages than the new
14455                 list.
14456
14457 2006-04-17 [colin]      2.1.1cvs2
14458
14459         * po/cs.po
14460         * po/de.po
14461         * po/fr.po
14462         * po/nl.po
14463         * po/pt_BR.po
14464                 Update translations from stable branch
14465
14466 2006-04-17 [colin]      2.1.1cvs1
14467
14468         * configure.ac
14469                 Bump version to follow stable release
14470
14471 2006-04-16 [mones]      2.1.0cvs50
14472
14473         * po/es.po
14474                 Updated for release
14475
14476 2006-04-16 [colin]      2.1.0cvs49
14477
14478         * src/textview.c
14479                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14480                 with gtk < 2.8. Thanks to Fabien Vantard.
14481
14482 2006-04-15 [colin]      2.1.0cvs48
14483
14484         * src/etpan/imap-thread.c
14485                 Fix bug #919 (libetpan: SEGV when connecting 
14486                 using command)
14487
14488 2006-04-14 [colin]      2.1.0cvs47
14489
14490         * src/main.c
14491                 Fix race on --select (should be done better)
14492
14493 2006-04-14 [wwp]        2.1.0cvs46
14494
14495         * src/send_message.c
14496                 enforce a check for domain in account prefs (a sending
14497                 error could be faced if domain was checked but no value set),
14498                 thanks to Colin.
14499
14500 2006-04-14 [colin]      2.1.0cvs45
14501
14502         * src/codeconv.c
14503                 when converting from unknown to unknown, if the
14504                 string is UTF8, don't convert it to the locale
14505                 (which breaks it)
14506
14507 2006-04-14 [colin]      2.1.0cvs44
14508
14509         * src/compose.c
14510                 Don't try to use ASCII for converting headers
14511                 (as done in body)
14512
14513 2006-04-14 [paul]       2.1.0cvs43
14514
14515         * src/crash.c
14516                 add locale/charset info to crash report
14517         * src/gtk/about.c
14518                 add wwp to doc team
14519                 replace 'e-mail' with preferred 'email'
14520         * src/gtk/authors.h
14521                 ensure contributors list is in alphabetical
14522                 order
14523
14524 2006-04-13 [colin]      2.1.0cvs42
14525
14526         * src/textview.c
14527                 Prevent gdk warnings
14528
14529 2006-04-13 [colin]      2.1.0cvs41
14530
14531         * src/common/ssl_certificate.c
14532         * src/common/ssl_certificate.h
14533         * src/gtk/sslcertwindow.c
14534                 Warn on expired certs, and display the expiration date
14535
14536 2006-04-13 [colin]      2.1.0cvs40
14537
14538         * src/plugins/spamassassin/spamassassin_gtk.c
14539                 Fix missing set_text on unix socket
14540
14541 2006-04-13 [wwp]        2.1.0cvs39
14542
14543         * manual/fr/advanced.xml
14544         * manual/fr/glossary.xml
14545                 applied new spam/ham/email lexicon (pourriel, courriel)
14546
14547 2006-04-13 [paul]       2.1.0cvs38
14548
14549         * src/plugins/pgpmime/plugin.c
14550                 remove the mention of S/MIME from the
14551                 description. This is now handled by the
14552                 S/MIME plugin.
14553
14554 2006-04-13 [paul]       2.1.0cvs37
14555
14556         * src/prefs_msg_colors.c
14557                 rework dialog
14558         * src/prefs_folder_item.c
14559         * src/prefs_spelling.c
14560                 add a tooltip to the colour selector buttons
14561
14562 2006-04-13 [wwp]        2.1.0cvs36
14563
14564         * manual/advanced.xml
14565         * manual/glossary.xml
14566         * manual/handling.xml
14567         * manual/keyboard.xml
14568         * manual/plugins.xml
14569         * manual/starting.xml
14570         * manual/fr/account.xml
14571         * manual/fr/ack.xml
14572         * manual/fr/addrbook.xml
14573         * manual/fr/advanced.xml
14574         * manual/fr/faq.xml
14575         * manual/fr/glossary.xml
14576         * manual/fr/gpl.xml
14577         * manual/fr/handling.xml
14578         * manual/fr/intro.xml
14579         * manual/fr/keyboard.xml
14580         * manual/fr/plugins.xml
14581         * manual/fr/starting.xml
14582         * manual/fr/sylpheed-claws-manual.xml
14583                 fixes to the manuals:
14584                  - summaryview -> Message List (same in French)
14585                  - translate key names
14586                  - fix French punctuation, use non-breakable spaces when
14587                    necessary, don't use &thinsp; which is not portable
14588                  - tell what maildir and mbox formats we support
14589
14590 2006-04-12 [wwp]        2.1.0cvs35
14591
14592         * src/prefs_toolbar.c
14593                 unified a replace button more,
14594                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14595
14596 2006-04-12 [wwp]        2.1.0cvs34
14597
14598         * src/prefs_common.c
14599         * src/prefs_msg_colors.c
14600                 make default color labels translatable,
14601                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14602                 thanks to Tim <timbrain@post.cz> for reporting.
14603
14604 2006-04-12 [wwp]        2.1.0cvs33
14605
14606         * manual/glossary.xml
14607         * manual/intro.xml
14608         * manual/plugins.xml
14609         * manual/starting.xml
14610         * manual/sylpheed-claws-manual.xml
14611         * manual/fr/.cvsignore
14612         * manual/fr/account.xml
14613         * manual/fr/ack.xml
14614         * manual/fr/addrbook.xml
14615         * manual/fr/advanced.xml
14616         * manual/fr/faq.xml
14617         * manual/fr/glossary.xml
14618         * manual/fr/handling.xml
14619         * manual/fr/intro.xml
14620         * manual/fr/keyboard.xml
14621         * manual/fr/plugins.xml
14622         * manual/fr/starting.xml
14623         * manual/fr/sylpheed-claws-manual.xml
14624                 various fixes: typos, missing .fr translations, punctuation,
14625                 capitalization, links, accents and some bad French more.
14626
14627 2006-04-12 [wwp]        2.1.0cvs32
14628
14629         * src/prefs_gtk.c
14630                 fix for bug #935: always store prefs files in UTF-8 (thanks
14631                 to Colin).
14632
14633 2006-04-11 [colin]      2.1.0cvs31
14634
14635         * src/compose.c
14636                 Fix inserting files not in utf8 when locale is utf8
14637
14638 2006-04-11 [colin]      2.1.0cvs30
14639
14640         * src/inc.c
14641                 Don't show error dialog when cancelling connection
14642                 Patch by Pawel
14643
14644 2006-04-11 [cleroy]     2.1.0cvs29
14645
14646         * src/compose.c
14647                 Implement multiple quote levels
14648         * src/prefs_common.c
14649                 Change a little bit the quote bgcolor for 2nd level
14650
14651 2006-04-11 [colin]      2.1.0cvs28
14652
14653         * src/gtk/about.c
14654                 Add locale and charset in the label
14655
14656 2006-04-10 [colin]      2.1.0cvs27
14657
14658         * src/compose.c
14659         * src/prefs_common.c
14660         * src/prefs_common.h
14661         * src/prefs_msg_colors.c
14662         * src/textview.c
14663                 Allow optional background color in quotes
14664                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14665                 GTK+-2.8.x feature
14666
14667 2006-04-10 [colin]      2.1.0cvs26
14668
14669         * src/main.c
14670         * src/mainwindow.c
14671         * src/mainwindow.h
14672                 Implement --select
14673
14674 2006-04-10 [colin]      2.1.0cvs25
14675
14676         * manual/plugins.xml
14677         * manual/fr/plugins.xml
14678                 Document libcurl's proxy variables
14679
14680 2006-04-09 [colin]      2.1.0cvs24
14681
14682         * src/prefs_common.c
14683                 gettext() returns statically allocated stuff. We have
14684                 to strdup it in order to be able to free it.
14685
14686 2006-04-09 [colin]      2.1.0cvs23
14687
14688         * AUTHORS
14689         * src/gtk/authors.h
14690                 Add Alexei
14691
14692 2006-04-09 [colin]      2.1.0cvs22
14693
14694         * src/mainwindow.c
14695         * src/gtk/quicksearch.c
14696                 Fix bug #859 (problems with cyrilic input in 
14697                 search panel) - Patch by Alexey Illarionov 
14698                 <littlesavage@rambler.ru>
14699
14700 2006-04-09 [colin]      2.1.0cvs21
14701
14702         * src/prefs_customheader.c
14703                 I prefer removing then freeing rather than the contrary
14704                 (even if it doesn't change anything ;-)
14705         * src/prefs_account.c
14706                 Fix bug #933 (Crash re-entering the custom headers list 
14707                 dialog in accounts prefs)
14708                 The problem happened when cancelling the Account 
14709                 Preferences' dialogs - in which case we didn't do 
14710                 anything to the PrefsAccount * struct. In case of applying,
14711                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14712                 working with in this dialog. The problem is that 
14713                 prefs_customheader.c, working on this tmp_ac_prefs, always
14714                 changes the ->customhdr_list pointer, even when cancelled. 
14715                 So in case of cancelling the prefs_account dialog, we still
14716                 have to update ->customhdr_list in the real account.
14717
14718 2006-04-08 [colin]      2.1.0cvs20
14719
14720         * manual/fr/glossary.xml
14721         * manual/fr/keyboard.xml
14722                 Forgot some headers :)
14723
14724 2006-04-08 [colin]      2.1.0cvs19
14725
14726         * manual/Makefile.am
14727         * manual/fr/Makefile.am
14728         * manual/fr/account.xml
14729         * manual/fr/ack.xml
14730         * manual/fr/addrbook.xml
14731         * manual/fr/advanced.xml
14732         * manual/fr/faq.xml
14733         * manual/fr/glossary.xml
14734         * manual/fr/gpl.xml
14735         * manual/fr/handling.xml
14736         * manual/fr/intro.xml
14737         * manual/fr/keyboard.xml
14738         * manual/fr/plugins.xml
14739         * manual/fr/starting.xml
14740         * manual/fr/sylpheed-claws-manual.xml
14741         * manual/fr/dist/.cvsignore
14742         * manual/fr/dist/Makefile.am
14743         * manual/fr/dist/html/.cvsignore
14744         * manual/fr/dist/html/Makefile.am
14745         * manual/fr/dist/pdf/.cvsignore
14746         * manual/fr/dist/pdf/Makefile.am
14747         * manual/fr/dist/ps/.cvsignore
14748         * manual/fr/dist/ps/Makefile.am
14749         * manual/fr/dist/txt/.cvsignore
14750         * manual/fr/dist/txt/Makefile.am
14751                 Add the french translation of the manual. Thanks to
14752                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14753                 account.xml, ack.xml, addrbook.xml and advanced.xml
14754
14755 2006-04-08 [colin]      2.1.0cvs18
14756
14757         * manual/plugins.xml
14758         * manual/starting.xml
14759                 More fixes
14760
14761 2006-04-07 [colin]      2.1.0cvs17
14762
14763         * manual/faq.xml
14764         * manual/intro.xml
14765         * manual/keyboard.xml
14766                 Little fixes
14767
14768 2006-04-07 [colin]      2.1.0cvs16
14769
14770         * README
14771         * src/compose.c
14772         * src/prefs_common.c
14773         * src/prefs_common.h
14774                 Add hidden compose_no_markup pref
14775
14776 2006-04-07 [wwp]        2.1.0cvs15
14777
14778         * src/summary_search.c
14779         * .cvsignore
14780                 Bugfix: stop button was sticky when searching in an empty folder.
14781                 Applied curly brackets code style to the whole file (summary_search.c).
14782                 More files to ignore.
14783
14784 2006-04-07 [wwp]        2.1.0cvs14
14785
14786         * src/message_search.c
14787         * src/summary_search.c
14788                 changed default button when search bumps at file/folder
14789                 beginning or end, for convenience (thanks to Colin).
14790
14791 2006-04-07 [paul]       2.1.0cvs13
14792
14793         * src/plugins/dillo_viewer/dillo_prefs.c
14794                 avoid future potential for namespace collision
14795                 Patch by Colin
14796
14797 2006-04-06 [wwp]        2.1.0cvs12
14798
14799         * src/summary_search.c
14800                 Unify extended/advanced searches names (and thus factorize labels),
14801                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14802
14803 2006-04-06 [wwp]        2.1.0cvs11
14804
14805         * src/folderview.c
14806         * src/prefs_themes.c
14807         * src/summaryview.c
14808                 Fixed some compilation warnings.
14809
14810 2006-04-06 [colin]      2.1.0cvs10
14811
14812         * manual/advanced.xml
14813                 Document the wizard template and how to deploy
14814                 Sylpheed-Claws effectively
14815
14816 2006-04-06 [colin]      2.1.0cvs9
14817
14818         * src/folderview.c
14819                 gettext patch to tell translators about _("#"),
14820                 by Maxim Britov
14821
14822 2006-04-06 [colin]      2.1.0cvs8
14823
14824         * src/textview.c
14825                 Fix invalid GtkTextBIter after clicking "Display as text"
14826
14827 2006-04-06 [mones]      2.1.0cvs7
14828
14829         * src/addr_compl.c
14830         * src/addrindex.c
14831         * src/addritem.c
14832         * src/codeconv.c
14833         * src/compose.c
14834         * src/filtering.c
14835         * src/folder.c
14836         * src/folder_item_prefs.c
14837         * src/folderview.c
14838         * src/localfolder.c
14839         * src/matcher.c
14840         * src/mimeview.c
14841         * src/prefs_msg_colors.c
14842         * src/prefs_spelling.c
14843         * src/prefs_themes.c
14844         * src/procmime.c
14845         * src/procmsg.c
14846         * src/stock_pixmap.c
14847         * src/summaryview.c
14848         * src/textview.c
14849         * src/toolbar.c
14850         * src/common/mgutils.c
14851         * src/common/prefs.c
14852         * src/common/ssl_certificate.c
14853         * src/gtk/colorlabel.c
14854         * src/gtk/quicksearch.c
14855         * src/plugins/pgpmime/pgpmime.c
14856         * src/plugins/spamassassin/spamassassin.c
14857                 Removed redundant NULL checks for g_free() calls.
14858                 Patch by Pawel Pekala.
14859
14860 2006-04-06 [mones]      2.1.0cvs6
14861
14862         * src/prefs_actions.c
14863         * src/prefs_filtering.c
14864         * src/prefs_filtering_action.c
14865         * src/prefs_matcher.c
14866         * src/prefs_template.c
14867         * src/gtk/gtkutils.c
14868         * src/gtk/gtkutils.h
14869                 Have a nice replace button. Patch by Pawel Pekala
14870
14871 2006-04-06 [colin]      2.1.0cvs5
14872
14873         * src/addressbook.c
14874                 Fix crash with empty columns
14875
14876 2006-04-05 [colin]      2.1.0cvs4
14877
14878         * src/wizard.c
14879         * src/prefs_gtk.c
14880                 Allow wizard customization with pre-filled values
14881
14882 2006-04-05 [colin]      2.1.0cvs3
14883
14884         * src/textview.c
14885         * src/mimeview.c
14886         * src/mimeview.h
14887                 Nicer messages in mimeview
14888
14889 2006-04-05 [colin]      2.1.0cvs2
14890
14891         * src/addressbook.c
14892         * src/prefs_summaries.c
14893                 i18n fix
14894
14895 2006-04-05 [colin]      2.1.0cvs1
14896
14897         * src/plugins/pgpcore/plugin.c
14898         * src/plugins/pgpcore/select-keys.c
14899         * src/plugins/pgpcore/select-keys.h
14900         * src/plugins/pgpcore/sgpgme.c
14901         * src/plugins/pgpcore/sgpgme.h
14902         * src/plugins/pgpinline/pgpinline.c
14903         * src/plugins/pgpinline/plugin.c
14904         * src/plugins/pgpmime/pgpmime.c
14905         * src/plugins/pgpmime/plugin.c
14906                 Factorize and generalize a bit 
14907                 Drop S/MIME signature verification from PGP/MIME
14908                 (adding it as another, more complete plugin)
14909
14910 2006-04-05 [paul]       2.1.0
14911
14912         2.1.0 released
14913
14914 2006-04-05 [paul]       2.0.0cvs186
14915
14916         * manual/advanced.xml
14917                 add info on colour labels
14918
14919 2006-04-05 [paul]       2.0.0cvs185
14920
14921         * po/bg.po
14922         * po/cs.po
14923         * po/de.po
14924         * po/el.po
14925         * po/en_GB.po
14926         * po/fi.po
14927         * po/fr.po
14928         * po/it.po
14929         * po/nl.po
14930         * po/pl.po
14931         * po/pt_BR.po
14932         * po/sr.po
14933         * po/zh_CN.po
14934                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14935                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14936                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14937                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14938         * src/gtk/authors.h
14939         * tools/claws.i18n.status.pl
14940                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14941                 and new Czech translator, Tim <timbrain@post.cz>
14942
14943 2006-04-05 [mones]      2.0.0cvs184
14944
14945         * po/es.po
14946                 Updated translation
14947
14948 2006-04-05 [colin]      2.0.0cvs183
14949
14950         * src/gtk/quicksearch.c
14951                 Fix bug #929 (unnecessary reload in quick search bar)
14952
14953 2006-04-05 [colin]      2.0.0cvs182
14954
14955         * src/compose.c
14956                 Fix crash on Reply with no From:
14957                 Show signature and conversion error on queuing 
14958                 (but not sending)
14959         * src/mainwindow.c
14960         * src/summaryview.c
14961         * src/summaryview.h
14962                 Factorize threading code and make sure msginfo 
14963                 is not null when it comes from a GtkCTreeRow's 
14964                 data
14965         * src/gtk/gtkaspell.c
14966                 Check for necessary things
14967         * src/gtk/gtksctree.c
14968         * src/gtk/gtksctree.h
14969                 Reset anchor if necessary when removing node
14970
14971 2006-03-29 [colin]      2.0.0cvs181
14972
14973         * src/folderview.c
14974                 Warn for disabled IMAP accounts (due to lack of
14975                 libetpan). Breaks string-freeze - sorry - but it
14976                 is kind of important ;)
14977
14978 2006-03-28 [colin]      2.0.0cvs180
14979
14980         * src/gtk/gtkutils.c
14981         * src/gtk/gtkutils.h
14982                 Add a gtkut_get_link_btn() function that
14983                 creates a button which acts like an URI
14984         * src/prefs_themes.c
14985         * src/gtk/about.c
14986                 Use this function (factorizes codes)
14987         * src/common/defs.h
14988         * src/gtk/pluginwindow.c
14989                 Add a "Get more..." in the plugins window
14990
14991 2006-03-28 [colin]      2.0.0cvs179
14992
14993         * src/common/smtp.c
14994         * src/common/passcrypt.c
14995         * src/undo.c
14996                 Warning fixes. Patch by Pawel Pekala
14997
14998 2006-03-27 [colin]      2.0.0cvs178
14999
15000         * src/undo.c
15001                 Fix undoing by blocks with spaces
15002
15003 2006-03-27 [colin]      2.0.0cvs177
15004
15005         * src/textview.c
15006                 Set margin to 3px for headers
15007
15008 2006-03-27 [paul]
15009
15010         2.1.0-rc2 released
15011
15012 2006-03-27 [wwp]        2.0.0cvs176
15013
15014         * src/summaryview.c
15015                 don't reset quicksearch when updating the message list.
15016                 Thanks to Colin.
15017
15018 2006-03-26 [wwp]        2.0.0cvs175
15019
15020         * src/compose.c
15021                 use a unified border width ('other' tab in the compose window,
15022                 patch by Pawel Pekala).
15023
15024
15025 2006-03-26 [wwp]        2.0.0cvs174
15026
15027         * src/common/quoted-printable.c
15028         * src/addressbook.c
15029                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15030
15031 2006-03-26 [colin]      2.0.0cvs173
15032
15033         * src/quote_fmt_parse.y
15034                 Fix non-UTF8 date formats messing up the whole quote a 
15035                 little bit
15036
15037 2006-03-26 [colin]      2.0.0cvs172
15038
15039         * src/procheader.c
15040                 Make sure the date is UTF8 valid, or try to make it
15041                 so. IncrediMail is really IncrediStupid.
15042         * src/compose.c
15043                 Fix possible conversions. 
15044                 
15045
15046 2006-03-26 [colin]      2.0.0cvs171
15047
15048         * src/matcher.c
15049                 Fix corner cases in body search. This is still a
15050                 hack... It seems impossible to make it good and 
15051                 reasonably fast at the same time.
15052
15053 2006-03-26 [colin]      2.0.0cvs170
15054
15055         * src/summaryview.c
15056                 I think I killed the twilight zone bug!
15057                 summary_select_node() flushes GTK events in order
15058                 to be able to center the view. But this also 
15059                 flushes keypresses like Ctrl-Alt-U, so this can
15060                 call summary_show from summary_select_node (itself
15061                 called from summary_show, etc.). And the summaryview
15062                 has to be unlocked in this function. So just locking
15063                 while processing GTK events, and bailing if locked, 
15064                 should fix it.
15065                 Fixes bug #927 (SIGSEGV during Update Summary)
15066
15067 2006-03-25 [colin]      2.0.0cvs169
15068
15069         * src/matcher.c
15070                 Fix search in QP-encoded bodies
15071                 Fix utf-8 searches in bodies encoded in the
15072                 locale's encoding
15073         * src/common/quoted-printable.c
15074         * src/common/quoted-printable.h
15075                 Add a decode function that doesn't overwrite
15076                 the original pointer
15077                 
15078
15079 2006-03-24 [colin]      2.0.0cvs168
15080
15081         * src/action.c
15082         * src/summaryview.c
15083         * src/summaryview.h
15084                 Update message cache after action
15085                 Patch by H. Merijn Brand
15086         * src/prefs_msg_colors.c
15087                 Factorize label 
15088                 Patch by Fabien Vantard
15089         * src/plugins/spamassassin/spamassassin_gtk.c
15090                 Remove useless translation
15091                 Patch by Fabien Vantard
15092
15093 2006-03-23 [colin]      2.0.0cvs167
15094
15095         * src/common/ssl.c
15096                 Let 30 seconds to SSL_connect
15097
15098 2006-03-23 [wwp]        2.0.0cvs166
15099
15100         * src/summaryview.c
15101         * src/gtk/description_window.c
15102                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15103                 and headers are translated; adjust description windows' width to fit their
15104                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15105
15106 2006-03-23 [paul]       2.0.0cvs165
15107
15108         * src/common/utils.c
15109                 fix highlighting of URIs containing "()"
15110                 (2.0.0cvs164's reversal fixed)
15111                 Thanks to Colin.
15112
15113 2006-03-23 [paul]       2.0.0cvs164
15114
15115         * src/common/utils.c
15116                 revert patch, (postponing a fix), at 2.0.0cvs120
15117                 as it breaks more URIs than it fixes.
15118                 Allow '-' to be a terminating character in a URI
15119
15120 2006-03-22 [colin]      2.0.0cvs163
15121
15122         * configure.ac
15123                 Require libetpan 0.45
15124                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15125
15126 2006-03-22 [paul]       2.0.0cvs162
15127
15128         * src/editgroup.c
15129                 replace '<-' and '->' buttons with GTK_STOCK graphical
15130                 buttons
15131         * src/summary_search.c
15132                 don't offer '...' for translation
15133                 add a tooltip to advanced search '...' button
15134         * src/gtk/quicksearch.c
15135                 don't offer '...' for translation
15136
15137 2006-03-21 [colin]      2.0.0cvs161
15138
15139         * src/compose.c
15140                 Fix middle-click pasting (insert at click
15141                 position instead of cursor position, don't
15142                 remove existing selection and allow pasting
15143                 our own selection)
15144         * src/addressbook.c
15145                 "LDAP Server" -> "LDAP servers"
15146
15147 2006-03-21 [wwp]        2.0.0cvs160
15148
15149         * src/etpan/imap-thread.c
15150                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15151
15152 2006-03-20 [colin]      2.0.0cvs159
15153
15154         * src/summaryview.c
15155                 Don't reload summaryview after an execute with no
15156                 move action
15157
15158 2006-03-19 [colin]      2.0.0cvs158
15159
15160         * src/addressbook.c
15161                 and put groups at the top, always
15162
15163 2006-03-19 [colin]      2.0.0cvs157
15164
15165         * src/addressbook.c
15166                 Order groups before names, as previously
15167
15168 2006-03-19 [colin]      2.0.0cvs156
15169
15170         * src/addressbook.c
15171                 - Sort case-unsensitive
15172                 - Put the sort arrow at opening too
15173
15174 2006-03-19 [wwp]        2.0.0cvs155
15175
15176         * src/addressbook.c
15177                 allow sorting by name/email/remarks, ensure that right-pane's contents
15178                 matches the left-pane selection (cleared when appropriate).
15179                 Patch by Pawel Pekala <c0rn@o2.pl>.
15180
15181 2006-03-18 [colin]      2.0.0cvs154
15182
15183         * src/textview.c
15184                 Fix text cursor ;)
15185
15186 2006-03-18 [colin]      2.0.0cvs153
15187
15188         * src/gtk/filesel.c
15189                 Make sure we hide the preview if we didn't get
15190                 a filename
15191
15192 2006-03-18 [colin]      2.0.0cvs152
15193
15194         * src/summaryview.c
15195                 Set cursor to watch for execution (fixes lack
15196                 of watch-cursor when dnd'ing hundreds of mails)
15197         * src/gtk/filesel.c
15198                 Check that mime type is 'image/*' before updating
15199                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15200
15201 2006-03-18 [colin]      2.0.0cvs151
15202
15203         * src/mainwindow.c
15204         * src/textview.c
15205         * src/textview.h
15206                 Put a watch cursor in textview too when the mainwindow's
15207                 cursor in a watch
15208
15209 2006-03-18 [colin]      2.0.0cvs150
15210
15211         * src/folder.c
15212                 Change wrong asserts to simple tests
15213
15214 2006-03-17 [colin]      2.0.0cvs149
15215
15216         * src/mainwindow.c
15217         * src/mainwindow.h
15218         * src/prefs_msg_colors.c
15219         * src/summaryview.c
15220         * src/summaryview.h
15221         * src/gtk/colorlabel.c
15222         * src/gtk/colorlabel.h
15223                 Add a color label menu in the main menubar
15224                 Add (fixed) accels Ctrl-{0-7} to change the color
15225                 They have to be fixed because the menu's dynamic,
15226                 the items are complex widgets, hence we can't use
15227                 a GtkItemFactory.
15228
15229
15230 2006-03-17 [wwp]        2.0.0cvs148
15231
15232         * src/compose.c
15233                 rollback few lines from my previous commit (those lines come from
15234                 a pending patch, accidentally commited, even if neutral as they are
15235                 commented out).
15236
15237 2006-03-17 [wwp]        2.0.0cvs147
15238
15239         * src/compose.c
15240                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15241                 applied code style/indentation to the modified function.
15242
15243 2006-03-17 [wwp]        2.0.0cvs146
15244
15245         * src/procmsg.c
15246         * src/compose.c
15247                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15248
15249 2006-03-17 [paul]
15250
15251         2.1.0-rc1 released
15252
15253 2006-03-17 [paul]       2.0.0cvs145
15254
15255         * src/main.c
15256                 addressbook_read_file() was called twice
15257         * src/textview.c
15258                 X-Mailer highlighting
15259
15260 2006-03-16 [colin]      2.0.0cvs144
15261
15262         * src/sourcewindow.c
15263         * src/sourcewindow.h
15264                 And the last one, in source window.
15265
15266 2006-03-16 [colin]      2.0.0cvs143
15267
15268         * src/compose.c
15269         * src/compose.h
15270                 Fix the same stuff in compose
15271
15272 2006-03-16 [colin]      2.0.0cvs142
15273
15274         * src/messageview.c
15275                 Complete the previous messageview crash fix
15276
15277 2006-03-16 [colin]      2.0.0cvs141
15278
15279         * src/procmsg.h
15280         * src/procmsg.c
15281         * src/folder.c
15282                 Fix POSTPROCESSING hook
15283                 Patch by H. Merijn Brand
15284
15285         * src/procmime.c
15286         * src/procmime.h
15287                 Parse Content-Location
15288
15289         * src/toolbar.c
15290         * src/messageview.c
15291         * src/messageview.h
15292                 Don't crash when a top-level MessageView has
15293                 been closed on us. Same problematic than
15294                 yesterday's quicksearch issue.
15295
15296 2006-03-15 [colin]      2.0.0cvs140
15297
15298         * src/gtk/quicksearch.c
15299                 Fix a bitchy race we didn't think about when we
15300                 added quicksearch cancellation:
15301                 If the search is not on cached fields, for example
15302                 body_part matchcase "stuff"
15303                 the matcher code has to get the whole message. If
15304                 we're on IMAP, that can be slow, and in order to
15305                 be non-blocking, the IMAP code idle loop processes
15306                 gtk events too. So it is possible to cancel a
15307                 quicksearch while the matcher is getting the mail's
15308                 body. After matcher got its body, it will start to
15309                 iterate over the matcher list that the Quicksearch's
15310                 clear_search_cb() just freed via prepare_matcher().
15311                 SIGSEGV ensues.
15312                 The fix consists of guarding the matcherlist_match()
15313                 call with a boolean 'matching'. If we reset the
15314                 quicksearch while matching is TRUE, we don't free
15315                 the matcherlist anymore like we did, but we set
15316                 another new flag, deferred_free, to TRUE. Then,
15317                 in quicksearch_match(), just after returning from
15318                 matcherlist_match() and unsetting the matching flag,
15319                 we check the deferred_free flag and do the
15320                 prepare_matcher() (which does the matcherlist_free)
15321                 for real, so we free the matcherlist once it's not
15322                 used anymore.
15323                 As all of this runs via the glib main loop, we
15324                 luckily don't need a mutex.
15325         * src/summaryview.c
15326                 Also, show progress while searching.
15327
15328
15329 2006-03-14 [colin]      2.0.0cvs139
15330
15331         * src/alertpanel.c
15332                 Make alertpanel_is_open non-static
15333
15334 2006-03-14 [colin]      2.0.0cvs138
15335
15336         * src/prefs_spelling.c
15337                 Cleanups - Fabien Vantard
15338
15339 2006-03-14 [wwp]        2.0.0cvs137
15340
15341         * src/main.c
15342                 code style normalization (curly braces, indentation).
15343
15344 2006-03-14 [wwp]        2.0.0cvs137
15345
15346         * src/main.c
15347                 code style (braces, indentation)
15348
15349 2006-03-12 [paul]       2.0.0cvs136
15350
15351         * src/prefs_common.c
15352                 trans_hdr defaults to FALSE to be RFC-savvy
15353         * src/prefs_summaries.c
15354                 add a tooltip to the trans_hdr option
15355                 
15356
15357 2006-03-12 [paul]       2.0.0cvs135
15358
15359         * src/prefs_matcher.c
15360                 give a little more width to the combos
15361         * src/prefs_display_header.c
15362         * src/textview.c
15363                 translate headers if prefs_common.trans_hdr
15364                 is TRUE
15365
15366         Patches by Pawel Pekala
15367
15368 2006-03-12 [paul]       2.0.0cvs134
15369
15370         * src/plugins/clamav/clamav_plugin.c
15371         * src/plugins/dillo_viewer/dillo_viewer.c
15372         * src/plugins/pgpcore/plugin.c
15373         * src/plugins/pgpinline/plugin.c
15374         * src/plugins/pgpmime/plugin.c
15375         * src/plugins/spamassassin/spamassassin.c
15376                 update/add to descriptions
15377         * src/plugins/spamassassin/spamassassin_gtk.c
15378                 fixes to the english, remove superfluous
15379                 tooltips, clean up a little
15380
15381 2006-03-12 [paul]       2.0.0cvs133
15382
15383         * src/compose.c
15384                 fix Bug 924, 'Account combo box shows up wrong 
15385                 if & is in account name'
15386
15387 2006-03-11 [colin]      2.0.0cvs132
15388
15389         * src/summaryview.c
15390                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15391                 messed up shift-selection because is slows down
15392                 moving around summaryview. thanks -users
15393
15394 2006-03-10 [colin]      2.0.0cvs131
15395
15396         * src/plugins/spamassassin/spamassassin_gtk.c
15397                 Put back Paul's engrish fixes
15398
15399 2006-03-10 [colin]      2.0.0cvs130
15400
15401         * src/plugins/spamassassin/spamassassin.c
15402         * src/plugins/spamassassin/spamassassin.h
15403         * src/plugins/spamassassin/spamassassin_gtk.c
15404                 Cleanup SA prefs page (more)
15405                 Patch by Fabien Vantard
15406
15407 2006-03-10 [paul]       2.0.0cvs129
15408
15409         * src/prefs_msg_colors.c
15410         * src/prefs_spelling.c
15411                 widget sensitivity
15412
15413 2006-03-09 [mones]      2.0.0cvs128
15414
15415         * po/es.po
15416                 Update for next RC
15417
15418 2006-03-09 [wwp]        2.0.0cvs127
15419
15420         * configure.ac
15421                 revert accidental commit (requirement for libetpan 0.43), this time
15422                 not in HEAD.
15423
15424 2006-03-09 [wwp]        2.0.0cvs125
15425
15426         * configure.ac
15427                 revert accidental commit (requirement for libetpan 0.43)
15428
15429 2006-03-09 [paul]       2.0.0cvs126
15430
15431         * src/prefs_receive.c
15432                 remove useless frame
15433                 replace 'incorporation' with 'receiving'
15434         * src/plugins/clamav/clamav_plugin_gtk.c
15435         * src/plugins/spamassassin/spamassassin_gtk.c
15436                 improve widget sensitivity
15437                 fix a bit his engrish
15438
15439 2006-03-09 [wwp]        2.0.0cvs125
15440
15441         * src/addressadd.c
15442         * src/foldersel.c
15443         * src/prefs_common.c
15444         * src/prefs_common.h
15445                 remember some more windows' sizes (add to addressbook and
15446                 select folder).
15447
15448 2006-03-09 [paul]       2.0.0cvs124
15449
15450         * src/plugins/pgpcore/prefs_gpg.c
15451                 normalise construction of dialogue
15452
15453 2006-03-09 [paul]       2.0.0cvs123
15454
15455         * src/plugins/trayicon/Makefile.am
15456                 add missing slash
15457
15458 2006-03-08 [colin]      2.0.0cvs122
15459
15460         * src/plugins/trayicon/Makefile.am
15461                 Fix build in separate dir 
15462                 Patch by Bamanzi <bamanzi@gmail.com>
15463
15464 2006-03-08 [colin]      2.0.0cvs121
15465
15466         * src/procmsg.c
15467                 Batch move and copies from summaryview with delayed execution
15468                 too
15469
15470 2006-03-07 [paul]       2.0.0cvs120
15471
15472         * src/common/utils.c
15473                 fix highlighting of URIs containing "()"
15474                 Patch by Pawel Pekala
15475
15476 2006-03-07 [paul]       2.0.0cvs119
15477
15478         * src/folder.c
15479         * src/folder.h
15480         * src/folderview.c
15481                 immediately do alphabetical resort when
15482                 changing a folder's name
15483                 Patch by Pawel Pekala
15484
15485 2006-03-07 [paul]       2.0.0cvs118
15486
15487         * src/news.c
15488         * src/news_gtk.c
15489                 when unsubscribing a newsgroup, remove the
15490                 folder and msgs in .sylpheed-claws/newscache
15491                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15492
15493 2006-03-07 [paul]       2.0.0cvs117
15494
15495         * src/textview.c
15496                 fix wrong Fake URL Warning
15497                 Thanks to Hiro
15498
15499 2006-03-07 [colin]      2.0.0cvs116
15500
15501         * src/imap.c
15502                 Return immediately when password dialog was
15503                 cancelled
15504         * src/gtk/inputdialog.c
15505                 Allow empty strings for passwords
15506
15507
15508 2006-03-06 [colin]      2.0.0cvs115
15509
15510         * src/imap.c
15511                 Prevent double-timeouts when connection fails
15512
15513 2006-03-06 [colin]
15514
15515         2.0.1-rc1 released
15516
15517 2006-03-06 [colin]      2.0.0cvs114
15518
15519         * src/imap.c
15520                 Refresh session during potentially long
15521                 operations
15522
15523 2006-03-06 [wwp]        2.0.0cvs113
15524
15525         * src/prefs_msg_colors.h
15526                 forgot that one (custom color labels).
15527
15528 2006-03-06 [wwp]        2.0.0cvs112
15529
15530         * src/prefs_common.c
15531         * src/prefs_common.h
15532         * src/prefs_msg_colors.c
15533         * src/summaryview.c
15534         * src/summaryview.h
15535         * src/gtk/colorlabel.c
15536         * src/gtk/colorlabel.h
15537                 colors in messages list are now customizable. Color values and names can
15538                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15539                 Thanks to Paul and Colin for their help with this longstanding patch!
15540
15541 2006-03-06 [wwp]        2.0.0cvs111
15542
15543         * src/textview.c
15544                 don't crash if (x)face is bad.
15545
15546 2006-03-05 [paul]       2.0.0cvs110
15547
15548         * AUTHORS
15549         * configure.ac
15550         * src/Makefile.am
15551         * src/common/Makefile.am
15552         * src/common/utils.h
15553         * src/etpan/imap-thread.c
15554         * src/gtk/authors.h
15555         * src/plugins/clamav/Makefile.am
15556         * src/plugins/demo/Makefile.am
15557         * src/plugins/dillo_viewer/Makefile.am
15558         * src/plugins/pgpcore/Makefile.am
15559         * src/plugins/pgpcore/passphrase.c
15560         * src/plugins/pgpinline/Makefile.am
15561         * src/plugins/pgpmime/Makefile.am
15562         * src/plugins/spamassassin/Makefile.am
15563         * src/plugins/trayicon/Makefile.am
15564                 fix builiding on cygwin
15565                 Patch by Ralgh Young <bamanzi@gmail.com>
15566
15567 2006-03-04 [wwp]        2.0.0cvs109
15568
15569         * manual/keyboard.xml
15570                 fix mixed up/down keys.
15571
15572 2006-03-04 [wwp]        2.0.0cvs108
15573
15574         * README
15575         * INSTALL
15576                 updated links to SpamAssassin.
15577
15578 2006-03-04 [wwp]        2.0.0cvs107
15579
15580         * manual/plugins.xml
15581         * src/plugins/spamassassin/README
15582                 updated SpamAssassin plugin docs to reflect new functional additions
15583                 (also fix/update/documents few technical stuff more, see the README).
15584
15585 2006-03-04 [wwp]        2.0.0cvs106
15586
15587         * src/prefs_message.c
15588                 normalized capitalization of message-prefs paths.
15589
15590 2006-03-04 [wwp]        2.0.0cvs105
15591
15592         * manual/advanced.xml
15593                 typo.
15594
15595 2006-03-03 [colin]      2.0.0cvs104
15596
15597         * src/plugins/clamav/clamav_plugin_gtk.c
15598                 Rework prefs page, patch by Fabien 
15599
15600 2006-03-03 [colin]      2.0.0cvs103
15601
15602         * src/plugins/clamav/clamav_plugin.c
15603                 Set error on all errors
15604
15605 2006-03-03 [colin]      2.0.0cvs102
15606
15607         * src/common/plugin.c
15608                 Initialize error to avoid crashing when a plugin fails
15609                 without setting error
15610
15611 2006-03-02 [wwp]        2.0.0cvs101
15612
15613         * configure.ac
15614                 fixed linker flags for libetpan support on Cygwin
15615                 (thanks to H.Merijn Brand).
15616
15617 2006-03-02 [wwp]        2.0.0cvs100
15618
15619         * src/addressbook.c
15620                 fix some AB error messages: one for punctuation and
15621                 one wrongly duplicate (thanks, maxbritov).
15622
15623 2006-03-02 [wwp]        2.0.0cvs99
15624
15625         * src/plugins/spamassassin/spamassassin.c
15626                 make sync calls to sa-learn/spamc to prevent
15627                 system (whatever local or client/server) overload.
15628
15629 2006-03-02 [colin]      2.0.0cvs98
15630
15631         * src/summaryview.c
15632                 Put the spam icon in the status column instead of the
15633                 mark one
15634
15635 2006-03-01 [colin]      2.0.0cvs97
15636
15637         * src/plugins/spamassassin/spamassassin.c
15638                 Fix segfault (g_file_set_contents fails for some 
15639                 reason and err==0x2f. Can't find out why with
15640                 valgrind, using working function :-)
15641
15642 2006-03-01 [colin]      2.0.0cvs96
15643
15644         * src/inc.c
15645                 Offline overriding: let 'No' be cached only 3 seconds
15646
15647 2006-03-01 [colin]      2.0.0cvs95
15648
15649         * src/addr_compl.c
15650         * src/addrbook.c
15651         * src/addressbook.c
15652         * src/addrindex.c
15653         * src/folder_item_prefs.c
15654         * src/headerview.c
15655         * src/imap.c
15656         * src/inc.c
15657         * src/ldif.c
15658         * src/mainwindow.c
15659         * src/mh.c
15660         * src/msgcache.c
15661         * src/prefs_common.h
15662         * src/prefs_msg_colors.c
15663         * src/procheader.c
15664         * src/procheader.h
15665         * src/procmime.c
15666         * src/procmsg.c
15667         * src/procmsg.h
15668         * src/send_message.h
15669         * src/simple-gettext.c
15670         * src/summaryview.c
15671         * src/summaryview.h
15672         * src/syldap.c
15673         * src/textview.c
15674         * src/undo.c
15675         * src/common/ssl_certificate.c
15676         * src/common/utils.c
15677         * src/gtk/colorsel.c
15678         * src/gtk/gtksctree.c
15679         * src/gtk/gtkshruler.c
15680         * src/plugins/trayicon/trayicon.c
15681                 #if 0 goes to /dev/null
15682
15683 2006-03-01 [colin]      2.0.0cvs94
15684
15685         * src/compose.c
15686         * src/imap.c
15687         * src/inc.c
15688         * src/inc.h
15689         * src/messageview.c
15690         * src/news.c
15691         * src/plugins/spamassassin/spamassassin.c
15692                 Allow to add information in the "working offline"
15693                 window
15694
15695 2006-03-01 [wwp]        2.0.0cvs93
15696
15697         * src/plugins/spamassassin/spamassassin.c
15698                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15699                 'cause it seems that calling `spamc ... < inputfile` with
15700                 g_spawn_(a)sync simply.. erm doesn't work :-).
15701
15702 2006-03-01 [wwp]        2.0.0cvs92
15703
15704         * src/toolbar.c
15705         * src/toolbar.h
15706                 simplify the adding of spam/ham button to the messageview toolbar
15707                 (it gets more clear now that the same button will be "Mark as spam"
15708                 or "Mark as ham" according to the current message status,
15709                 thanks to Colin).
15710
15711 2006-03-01 [wwp]        2.0.0cvs91
15712
15713         * src/messageview.c
15714         * src/procmsg.c
15715         * src/procmsg.h
15716         * src/summaryview.c
15717         * src/plugins/spamassassin/spamassassin.c
15718         * src/plugins/spamassassin/spamassassin.h
15719                 make learner callbacks return a status (0 for ok),
15720                 handle it in main code to avoid setting flags when learning failed,
15721                 don't learn on TCP if offline in spamassassin,
15722                 thanks to Colin.
15723
15724                 
15725
15726 2006-03-01 [wwp]        2.0.0cvs90
15727
15728         * src/compose.c
15729                 some work around the compose window's account menu,
15730                 patch by Fabien Vantard.
15731
15732 2006-03-01 [wwp]        2.0.0cvs89
15733
15734         * src/plugins/spamassassin/spamassassin.c
15735                 fixed bad logics, was using spamc in local mode and sa-learn
15736                 in remote mode (thanks, Colin).
15737
15738 2006-03-01 [wwp]        2.0.0cvs88
15739
15740         * src/plugins/spamassassin/spamassassin.c
15741         * src/plugins/spamassassin/spamassassin.h
15742         * src/plugins/spamassassin/spamassassin_gtk.c
15743                 made processing of emails w/ sa-plugin an option (default is TRUE),
15744                 fixed Engrish some tooltips, capitalization of some debug messages
15745                 and warnings. The spamassassin plugin now provides two separate
15746                 services: process emails upon incorporation and spamd training.
15747                 Both services (un)register independently but use some common
15748                 plugin settings (transport settings, spam storage location).
15749
15750 2006-02-28 [wwp]        2.0.0cvs87
15751
15752         * src/plugins/spamassassin/spamassassin.c
15753                 fix async flag to spamc cmdline execution (batch exec should
15754                 be asynchronous).
15755
15756 2006-02-27 [wwp]        2.0.0cvs86
15757
15758         * src/plugins/spamassassin/spamassassin.c
15759         * src/plugins/spamassassin/spamassassin.h
15760         * src/plugins/spamassassin/spamassassin_gtk.c
15761                 - added the ability to learn a remote spamassassin server (spamd),
15762                 using spamc.
15763                 - added the spamassassin option 'username', that applies to all
15764                 spamassassin operations (filtering, learning, local or remote).
15765                 The default username is the current unix user (if left blank
15766                 from gtk prefs or config file).
15767                 - commented out some unused code (notebook widget), removed unused
15768                 layout (hbox1).
15769                 - make more widgets sensitive to the transport type.
15770
15771 2006-02-27 [colin]      2.0.0cvs85
15772
15773         * src/plugins/spamassassin/spamassassin.c
15774                 Fix sa-learn call when offline
15775
15776 2006-02-27 [colin]      2.0.0cvs84
15777
15778         * configure.ac
15779         * src/Makefile.am
15780         * src/mainwindow.c
15781         * src/mainwindow.h
15782         * src/messageview.c
15783         * src/messageview.h
15784         * src/prefs_toolbar.c
15785         * src/procmsg.c
15786         * src/stock_pixmap.c
15787         * src/stock_pixmap.h
15788         * src/summaryview.c
15789         * src/toolbar.c
15790         * src/toolbar.h
15791         * src/pixmaps/ham_btn.xpm
15792         * src/pixmaps/spam.xpm
15793         * src/pixmaps/spam_btn.xpm
15794         * src/plugins/spamassassin/spamassassin.c
15795                 Add button in toolbar for spam learning
15796                 Fix a few bugs from the last related commit
15797                 Revert 1.9.6cvs23 which messed up shift-selection
15798
15799 2006-02-24 [colin]      2.0.0cvs83
15800
15801         * src/procmsg.c
15802         * src/summaryview.c
15803         * src/summaryview.h
15804         * src/plugins/spamassassin/spamassassin.c
15805         * src/plugins/spamassassin/spamassassin.h
15806         * src/plugins/spamassassin/spamassassin_gtk.c
15807                 Unregister learner when spamassassin is either
15808                 disabled or over tcp
15809
15810 2006-02-24 [colin]      2.0.0cvs82
15811
15812         * src/Makefile.am
15813         * src/mainwindow.c
15814         * src/mainwindow.h
15815         * src/procmsg.c
15816         * src/procmsg.h
15817         * src/stock_pixmap.c
15818         * src/stock_pixmap.h
15819         * src/summaryview.c
15820         * src/summaryview.h
15821         * src/gtk/icon_legend.c
15822         * src/pixmaps/spam.xpm  ** NEW FILE **
15823         * src/plugins/spamassassin/spamassassin.c
15824         * src/plugins/spamassassin/spamassassin_gtk.c
15825                 Add spam learning interface (Mark/Mark as 
15826                 (spam|ham) menus)
15827
15828 2006-02-24 [wwp]        2.0.0cvs81
15829
15830         * src/compose.c
15831         * src/compose.h
15832         * src/filtering.c
15833                 hide compose window when sending message in batch mode
15834                 (filtering: forward and redirect). Also fixed a wrong
15835                 value returned when sending failed, neutral anyway.
15836                 (Colin, me) 
15837
15838 2006-02-24 [wwp]        2.0.0cvs80
15839
15840         * src/mainwindow.c
15841                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15842
15843 2006-02-24 [paul]       2.0.0cvs79
15844
15845         * src/news.c
15846         * src/news.h
15847         * src/news_gtk.c
15848                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15849                 Thanks to Colin
15850
15851 2006-02-23 [colin]      2.0.0cvs78
15852
15853         * src/alertpanel.c
15854                 Change OK to Close in alertpanel with View log
15855                 button; add accel to View log. Patch by Fabien
15856                 Vantard
15857
15858 2006-02-23 [wwp]        2.0.0cvs77
15859
15860         * src/compose.c
15861                 silly me, there were much more tests to perform, since toolbars can
15862                 really have down to 1 element only.
15863
15864 2006-02-23 [wwp]        2.0.0cvs76
15865
15866         * commitHelper
15867                 fixed indentation from my previous commit. Fallback to VISUAL if
15868                 EDITOR is not set (and to vi, at last resort).
15869
15870 2006-02-23 [wwp]        2.0.0cvs75
15871
15872         * commitHelper
15873                 improved error detection (Colin, me).
15874
15875 2006-02-23 [wwp]        2.0.0cvs74
15876
15877         * src/prefs_toolbar.c
15878                 simplify and fix prefs/toolbars layouting. Combos' contents can
15879                 now be really displayed.
15880
15881 2006-02-23 [wwp]        2.0.0cvs73
15882         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15883         be really displayed.
15884
15885 2006-02-22 [wwp]        2.0.0cvs72
15886
15887         * src/compose.c
15888                 fix a typo in my previous commit (sorry!).
15889
15890 2006-02-22 [wwp]        2.0.0cvs71
15891
15892         * src/prefs_toolbar.c
15893                 fix a crash when adding separators to toolbars,
15894                 also fix some separator item information.
15895
15896 2006-02-22 [wwp]        2.0.0cvs70
15897
15898         * src/compose.c
15899                 fix a crash when redirecting (for instance) when compose window's
15900                 toolbar contents has been customized (when some buttons have been
15901                 removed in fact).
15902
15903 2006-02-21 [wwp]        2.0.0cvs69
15904
15905         * src/summaryview.c
15906         * src/gtk/pluginwindow.c
15907         * src/plugins/pgpcore/prefs_gpg.c
15908                 fix some compilation warnings (feat. remains of removed code).
15909
15910 2006-02-21 [wwp]        2.0.0cvs68
15911
15912         * src/gtk/gtkutils.c
15913                 fix two compilation issues, thanks to Stephan Sachse.
15914
15915 2006-02-20 [colin]      2.0.0cvs67
15916
15917         * src/mainwindow.c
15918                 Don't reselect displayed mail on refocus
15919                 This fixes actions misbehaving 
15920
15921 2006-02-20 [wwp]        2.0.0cvs66
15922
15923         * src/summaryview.c
15924         * src/gtk/gtksctree.c
15925         * src/gtk/gtkshruler.c
15926                 changed more runtime typecast checks.
15927
15928 2006-02-20 [wwp]        2.0.0cvs65
15929
15930         * src/summary_search.c
15931                 find all - summaryview refresh issue fixed, thanks to Colin.
15932
15933 2006-02-20 [wwp]        2.0.0cvs64
15934
15935         * src/gtk/gtkutils.c
15936                 better runtime typecast checks.
15937
15938 2006-02-20 [wwp]        2.0.0cvs63
15939
15940         * src/summary_search.c
15941                 enhancements to the summary search:
15942                         - add the ability to stop the running search
15943                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15944                         - don't search if no criteria (From/To/Subject/Body) is set
15945                         - ensure that a busy mouse pointer is always shown when searching,
15946                           show it even a bit earlier
15947
15948 2006-02-19 [colin]      2.0.0cvs62
15949
15950         * src/compose.c
15951         * src/imap.c
15952         * src/etpan/imap-thread.c
15953         * src/etpan/imap-thread.h
15954                 (Future) IMAP speed improvement on sending
15955                 Will require a libetpan update
15956         * src/summaryview.c
15957         * src/gtk/quicksearch.c
15958                 Make quicksearch clearable while running.
15959
15960 2006-02-17 [colin]      2.0.0cvs61
15961
15962         * src/imap.c
15963         * src/etpan/imap-thread.c
15964         * src/etpan/imap-thread.h
15965                 Check for IMAP certificates
15966                 ** Requires libetpan-0.42-cvs4 
15967                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15968
15969 2006-02-17 [colin]      2.0.0cvs60
15970
15971         * src/messageview.c
15972         * src/prefs_common.c
15973         * src/prefs_common.h
15974         * src/prefs_message.c
15975                 Add pref to display HTML-only mails with plugin, 
15976                 if possible (defaulting to FALSE of course).
15977
15978 2006-02-16 [colin]      2.0.0cvs59
15979
15980         * src/main.c
15981         * src/common/plugin.c
15982         * src/common/plugin.h
15983         * src/gtk/pluginwindow.c
15984                 Keep track of requested (but unloaded) plugins
15985                 in some error cases.
15986
15987 2006-02-16 [wwp]        2.0.0cvs58
15988
15989         * src/gtk/gtkaspell.c
15990         * src/gtk/gtkaspell.h
15991         * src/prefs_spelling.c
15992         * src/compose.c
15993         * src/prefs_common.c
15994         * src/prefs_common.h
15995                 implemented new optional spellchecker behaviour: re-check message when
15996                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15997
15998 2006-02-16 [wwp]        2.0.0cvs57
15999
16000         * src/quote_fmt_parse.y
16001                 pclose popen'ed pipe.
16002
16003 2006-02-15 [colin]      2.0.0cvs56
16004
16005         * src/mimeview.c
16006         * src/mimeview.h
16007                 Let MimeViewers know which MimeView they
16008                 depend of.
16009         * src/summaryview.c
16010                 Swap From/To columns in Sent/Queue/Drafts
16011                 folders
16012         * src/etpan/imap-thread.c
16013                 Use mailstream_low_tls_open() for STARTTLS
16014                 instead of mailstream_low_ssl_open()
16015                 ** REQUIRES libetpan 0.42cvs3 **
16016
16017 2006-02-15 [wwp]        2.0.0cvs55
16018
16019         * src/compose.c
16020         * src/compose.h
16021         * src/message_search.c
16022         * src/message_search.h
16023         * src/textview.c
16024         * src/gtk/gtkutils.c
16025         * src/gtk/gtkutils.h
16026                 added the ability to Find text in the compose window (and a bit
16027                 of code factorization).
16028
16029 2006-02-15 [wwp]        2.0.0cvs54
16030
16031         * src/prefs_gtk.c
16032                 yet another one file was missing (fix for some widgets' sensitivity).
16033                 Thanks Colin!
16034
16035 2006-02-15 [wwp]        2.0.0cvs53
16036
16037         * src/prefs_gtk.h
16038                 oops forgot that file (fix for some widgets' sensitivity).
16039
16040 2006-02-15 [wwp]        2.0.0cvs52
16041
16042         * src/summary_search.c
16043                 implemented advanced summary search options (added the ability
16044                 to use matcher conditions in an advanced search mode).
16045
16046 2006-02-15 [wwp]        2.0.0cvs51
16047
16048         * src/plugins/pgpcore/prefs_gpg.c
16049         * src/prefs_account.c
16050                 fix some widget sensitivity, mostly around some labels in
16051                 account prefs.
16052
16053 2006-02-15 [paul]       2.0.0cvs50
16054
16055         * manual/advanced.xml
16056                 improve Templates info
16057                 written by wwp
16058
16059 2006-02-14 [colin]      2.0.0cvs49
16060
16061         * src/pixmaps/address_book.xpm
16062         * src/pixmaps/preferences.xpm
16063         * src/pixmaps/properties.xpm
16064                 Fix pixmap size - patch by Fabien Vantard
16065
16066 2006-02-13 [colin]      2.0.0cvs48
16067
16068         * src/procmime.c
16069                 Add missing fclose()s on error
16070         * src/textview.c
16071                 Remove unused code
16072         * src/common/utils.c
16073                 Fix temp files not being deleted on windows
16074         Patches by Thomas Gilgin
16075
16076 2006-02-13 [colin]      2.0.0cvs47
16077
16078         * src/mainwindow.c
16079                 Fix exit crash
16080
16081 2006-02-13 [wwp]        2.0.0cvs46
16082
16083         * src/plugins/pgpcore/prefs_gpg.c
16084                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16085
16086 2006-02-12 [colin]      2.0.0cvs45
16087
16088         * src/folderview.c
16089         * src/main.c
16090         * src/mainwindow.c
16091                 Fix "stuff" when quitting
16092
16093 2006-02-12 [wwp]        2.0.0cvs44
16094
16095         * src/prefs_themes.c
16096                 fix typos in debug messages.
16097
16098 2006-02-11 [colin]      2.0.0cvs43
16099
16100         * src/summaryview.c
16101                 don't allow drag/drop from ourself
16102
16103 2006-02-10 [wwp]        2.0.0cvs42
16104
16105         * src/exporthtml.c
16106         * src/html.c
16107         * src/html.h
16108         * src/procmime.c
16109         * src/textview.c
16110                 renamed html_ prefixed functions and data structures to avoid
16111                 namespace clashes w/ other software (gtkhtml2 for instance).
16112                 Closes bug #907.
16113
16114
16115 2006-02-09 [colin]      2.0.0cvs41
16116
16117         * src/summaryview.c
16118                 Fix shitty logic messed up. Thanks Ticho for the hint!
16119
16120 2006-02-09 [wwp]        2.0.0cvs40
16121
16122         * src/gtk/about.c
16123         * src/compose.c
16124         * src/prefs_account.c
16125         * src/prefs_gtk.h
16126         * src/editaddress.c
16127                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16128                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16129                 Browse buttons in accounts prefs.
16130
16131 2006-02-09 [colin]      2.0.0cvs39
16132
16133         * src/matcher.c
16134                 Check for pointer before using its members
16135         * src/gtk/gtksourceprintjob.c
16136                 Fix a wrong warning
16137
16138 2006-02-09 [wwp]        2.0.0cvs38
16139
16140         * src/gtk/filesel.c
16141                 fix few compiler warnings (type mismatch).
16142
16143 2006-02-09 [paul]       2.0.0cvs37
16144
16145         * po/fr.po
16146                 updated by Fabien Vantard
16147
16148 2006-02-08 [colin]      2.0.0cvs36
16149
16150         * src/prefs_common.c
16151         * src/common/defs.h
16152         * src/common/plugin.c
16153                 allow windows and linux configurations to coexist
16154                 patch by Thomas Gilgin
16155
16156 2006-02-08 [colin]      2.0.0cvs35
16157
16158         * src/filtering.c
16159         * src/matcher.c
16160         * src/matcher.h
16161         * src/matcher_parser_parse.y
16162         * src/prefs_filtering_action.c
16163         * src/prefs_matcher.c
16164                 Add the "Ignore thread" filtering
16165                 action
16166
16167 2006-02-08 [colin]      2.0.0cvs34
16168
16169         * src/compose.c
16170         * src/procmime.c
16171         * src/procmime.h
16172                 Fix bug #905 (damaged attachment)
16173                 text files with raw \0's aren't really text files
16174         FOR_STABLE
16175
16176 2006-02-08 [colin]      2.0.0cvs33
16177
16178         * src/summaryview.c
16179                 Fix crasher introduced yesterday
16180
16181 2006-02-08 [wwp]        2.0.0cvs32
16182
16183         * src/compose.c
16184         * src/compose.h
16185                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16186
16187 2006-02-08 [wwp]        2.0.0cvs31
16188
16189         * src/prefs_template.c
16190                 templates enhancement: allow address completion for Cc and Bcc fields
16191                 (it was currently possible for the To field only)
16192
16193 2006-02-08 [colin]      2.0.0cvs30
16194
16195         * src/compose.c
16196                 Don't unblock if not blocked
16197         FOR_STABLE
16198
16199 2006-02-07 [colin]      2.0.0cvs29
16200
16201         * src/action.c
16202                 Forgot to refresh summaryview
16203
16204 2006-02-07 [colin]      2.0.0cvs28
16205
16206         * src/action.c
16207                 Freeze/thaw message list and folder list while
16208                 processing %as{} actions 
16209         * src/compose.c
16210                 Fix auto-wrap disabling after a middle-click
16211                 paste - FOR_STABLE
16212
16213 2006-02-07 [paul]       2.0.0cvs27
16214
16215         * src/folder.c
16216                 fix freeing of uninitialised pointers
16217                 Thanks to Colin
16218
16219 2006-02-06 [colin]      2.0.0cvs26
16220
16221         * src/folder.c
16222                 Use g_slist_prepend in potentially big list
16223
16224 2006-02-06 [colin]      2.0.0cvs25
16225
16226         * src/folder.c
16227                 Completely skip processing if it doesn't 
16228                 exist (faster!)
16229
16230 2006-02-06 [colin]      2.0.0cvs24
16231
16232         * src/folder.c
16233         * src/summaryview.c
16234                 Batch filtering in summaryview (from Tools menu)
16235                 and pre/post//-processing too
16236
16237 2006-02-06 [colin]      2.0.0cvs23
16238
16239         * src/procmsg.h
16240         * src/filtering.c
16241                 Use a special field for batch filtering instead
16242                 of stepping on deferred execution's toes
16243
16244 2006-02-06 [colin]      2.0.0cvs22
16245
16246         * src/action.c
16247         * src/filtering.c
16248         * src/filtering.h
16249         * src/folder.c
16250         * src/summaryview.c
16251                 Fix filtering via menus and actions
16252
16253 2006-02-06 [colin]      2.0.0cvs21
16254
16255         * src/imap.c
16256                 Put the added file directly to cache if possible (will work
16257                 with next libetpan)
16258         * src/filtering.c
16259         * src/filtering.h
16260         * src/inc.c
16261         * src/folder.c
16262         * src/mbox.c
16263         * src/procmsg.h
16264                 Move and copy filtered messages by batches instead of one
16265                 by one - faster on IMAP
16266         * src/procmsg.c
16267                 Add a function that'll possibly be useful later
16268
16269 2006-02-06 [colin]      2.0.0cvs20
16270
16271         * src/addressbook.c
16272                 Use internal mime-type instead of text/plain for d'n'd
16273         * src/compose.c
16274                 Allow attaching files from mimeview's icon list via d'n'd
16275         * src/folderview.c
16276         * src/folderview.h
16277                 Use internal mime-type instead of text/plain for d'n'd
16278                 Don't try to selected opened folder if none is
16279                 Factorize d'n'd from other apps code
16280         * src/headerview.c
16281         * src/textview.c
16282         * src/gtk/gtkutils.c
16283         * src/gtk/gtkutils.h
16284                 Factorize Face/X-Face stuff
16285         * src/mimeview.c
16286                 Fix d'n'd to other apps
16287         * src/prefs_message.c
16288                 Let the XFace pref be usable without libcompface as it also
16289                 applies to Face
16290         * src/summaryview.c
16291                 Fix d'n'd to other apps
16292                 Factorize d'n'd from other apps code
16293
16294 2006-02-06 [wwp]        2.0.0cvs19
16295
16296         * po/it.po
16297                 Italian translation fixes by Andrea Spadaccini (no more confusion
16298                 between filtering and processing, and few changes in the About
16299                 dialog).
16300
16301
16302 2006-02-06 [mones]      2.0.0cvs18
16303
16304         * src/gtk/icon_legend.c
16305                 Improved descriptions allowing better translations
16306
16307 2006-02-05 [colin]      2.0.0cvs17
16308
16309         * src/imap.c
16310                 Add the f*cking missing expunge that caused imap_fetch_env
16311                 to fail after an add_msgs ! :-///
16312         * src/etpan/imap-thread.c
16313                 Add a bit of debug
16314         FOR_STABLE
16315
16316 2006-02-05 [colin]      2.0.0cvs16
16317
16318         * src/common/utils.c
16319                 Don't check for return-path (or we can't put
16320                 back non-sent mails)
16321
16322 2006-02-05 [colin]      2.0.0cvs15
16323
16324         * src/textview.c
16325                 Don't try to display Face header in textview
16326                 when teh headerview's active
16327
16328 2006-02-05 [colin]      2.0.0cvs14
16329
16330         * tools/tbird2syl.py
16331         * tools/Makefile.am
16332                 Add script to import Thunderbird mails
16333
16334 2006-02-05 [colin]      2.0.0cvs13
16335
16336         * src/headerview.c
16337         * src/procheader.c
16338         * src/procmsg.c
16339         * src/procmsg.h
16340         * src/textview.c
16341                 Show Face headers - patch partially by Klaus Flittner
16342
16343 2006-02-05 [colin]      2.0.0cvs12
16344
16345         * src/folderview.c
16346         * src/summaryview.c
16347         * src/common/utils.c
16348         * src/common/utils.h
16349                 Let dnd work from mime icons to summaryview
16350                 and to folderview too
16351                 Add a crude test to avoid trying to add files
16352                 drag'n'dropped when they're not mails
16353
16354 2006-02-04 [colin]      2.0.0cvs11
16355
16356         * src/summaryview.c
16357         * src/mimeview.c
16358                 Fix utf8 conversion
16359
16360 2006-02-04 [colin]      2.0.0cvs10
16361
16362         * src/compose.c
16363         * src/folderview.c
16364         * src/mimeview.c
16365         * src/summaryview.c
16366         * src/summaryview.h
16367                 Added various drag and drop capas:
16368                 From                    To
16369                 summaryview             other apps
16370                 mimeview icons          other apps
16371                 other apps              summaryview
16372                 other apps              folderview
16373
16374                 This shouldn't have broken the existing:
16375                 From                    To
16376                 summaryview             folderview
16377                 folderview              folderview
16378                 summaryview             compose's attachments
16379
16380         Tests welcomed.
16381
16382 2006-02-02 [paul]       2.0.0cvs9
16383
16384         * src/mainwindow.c
16385                 move global option 'Set displayed columns...' out
16386                 of folder option grouping.
16387                 fix sensitivity of 'harvest addresses'
16388         FOR_STABLE
16389
16390 2006-02-01 [colin]      2.0.0cvs8
16391
16392         * src/mimeview.c
16393                 Revert the alertpanel patch, it sucks (intrusive
16394                 and gets in the way of "open")
16395
16396 2006-02-01 [colin]      2.0.0cvs7
16397
16398         * src/compose.c
16399         * src/prefs_account.c
16400         * src/prefs_common.c
16401         * src/common/defs.h
16402         * src/common/utils.c
16403         * src/common/utils.h
16404                 Add ability to edit the signature file
16405                 from the account preferences, and use
16406                 a default for the text editor.
16407                 Patch by Fabien Vantard
16408
16409 2006-02-01 [colin]      2.0.0cvs6
16410
16411         * src/mimeview.c
16412                 Try to get mime type by extension if it is
16413                 application/octet-stream
16414                 Display a window with possible choices when
16415                 encountering unknown mime types
16416         * src/gtk/filesel.c
16417         * src/gtk/filesel.h
16418                 Add preview
16419                 Allow multiple selection in filtered filesel
16420                 (patch by Fabien Vantard)
16421         * src/gtk/pluginwindow.c
16422                 Use it (patch by Fabien Vantard)
16423
16424 2006-02-01 [paul]       2.0.0cvs5
16425
16426         * src/jpilot.c
16427                 fix crash on creating jpilot address book
16428                 Thanks to Colin - FOR_STABLE
16429         * src/prefs_summaries.c
16430         * src/prefs_wrapping.c
16431         * src/gtk/icon_legend.c
16432         * src/gtk/quicksearch.c
16433                 string fixes and additions
16434
16435 2006-02-01 [paul]       2.0.0cvs4
16436
16437         * src/compose.c
16438         * src/mainwindow.c
16439         * src/messageview.c
16440         * src/prefs_send.c
16441                 add Arabic encoding option
16442                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16443
16444 2006-01-31 [colin]      2.0.0cvs3
16445
16446         * src/plugins/pgpcore/passphrase.c
16447                 Convert passphrase to locale encoding
16448         * src/compose.c
16449                 Fix drafting on IMAP. Crappy bug sneaked in
16450                 the release :-/
16451         FOR_STABLE
16452
16453 2006-01-30 [paul]       2.0.0cvs2
16454
16455         * src/gtk/icon_legend.c
16456                 show the new entries
16457
16458 2006-01-30 [colin]      2.0.0cvs1
16459
16460         * src/manual.c
16461                 Check for the file to be present before 
16462                 enabling the menu - FOR_STABLE
16463         * src/gtk/icon_legend.c
16464                 Add folders icons (not all of them, there
16465                 are too much, but the most intriguing ones)
16466
16467 2006-01-30 [paul]       2.0.0
16468
16469         version 2.0.0 released
16470
16471 [For previous entries, see ChangeLog.pre2.0.0]