9d025e3cd6504648128f087c0967fc01c5432de7
[claws.git] / ChangeLog
1 2007-10-13 [paul]       3.0.2cvs66
2
3         * src/main.c
4         * src/main.h
5         * src/gtk/gtkutils.c
6         * src/gtk/gtkutils.h
7                 fix a bunch of compiler warnings on maemo
8
9 2007-10-12 [colin]      3.0.2cvs65
10
11         * src/account.c
12         * src/addritem.c
13         * src/addritem.h
14         * src/filtering.c
15         * src/filtering.h
16         * src/folder.c
17         * src/folder.h
18         * src/common/utils.c
19         * src/common/utils.h
20                 Remove unused code, staticalise some functions
21
22 2007-10-12 [paul]       3.0.2cvs64
23
24         * src/account.c
25         * src/folderview.c
26         * src/main.c
27         * src/mainwindow.c
28         * src/messageview.c
29         * src/summary_search.c
30         * src/summaryview.c
31         * src/toolbar.c
32         * src/wizard.c
33         * src/common/utils.c
34         * src/gtk/prefswindow.c
35                 fix a bunch of compiler warnings on maemo
36
37 2007-10-11 [colin]      3.0.2cvs63
38
39         * src/editaddress.c
40                 Make static function static
41
42 2007-10-11 [mones]      3.0.2cvs62
43
44         * src/addrduplicates.c
45         * src/addressbook.c
46         * src/compose.c
47         * src/expldifdlg.c
48         * src/mainwindow.c
49         * src/messageview.c
50         * src/pop.c
51         * src/prefs_customheader.c
52         * src/prefs_send.c
53         * src/prefs_themes.c
54         * src/common/plugin.c
55         * src/gtk/pluginwindow.c
56         * src/gtk/quicksearch.c
57                 Fix several typos and capitalisation issues
58
59 2007-10-11 [wwp]        3.0.2cvs61
60
61         * src/editaddress.c
62                 Fix a warning about possible use of uninitialized
63                 filename var.
64
65 2007-10-11 [wwp]        3.0.2cvs60
66
67         * src/editaddress.c
68                 Disable "Unset picture" menu item when there's
69                 no picture to clear. Fix an extraneous g_unref_object,
70                 add missing initializers.
71
72 2007-10-11 [wwp]        3.0.2cvs59
73
74         * src/pixmaps/anonymous.xpm
75         * src/editaddress.c
76         * src/Makefile.am
77         * src/stock_pixmap.c
78         * src/stock_pixmap.h
79                 Fix a leak, gettext-ize the photo label.
80                 Don't clear the existing picture if loading
81                 a new one fails. Use a default 'anonymous'
82                 picture (this new xpm has been added to the
83                 internal stock_pixmap API). Add a
84                 "Set picture" context menu entry.
85
86 2007-10-11 [colin]      3.0.2cvs58
87
88         * src/messageview.c
89                 Make shift-shortcuts work
90         * src/prefs_actions.c
91                 Don't ask if we really want to close when
92                 choosing OK and only the list is changed
93         * src/prefs_template.c
94                 Don't ask if we really want to close when
95                 choosing OK and only the list is changed
96         * src/common/plugin.c
97                 Fix writing of second [Plugins_*] block
98         * src/common/template.c
99                 Remove unused files (fixes deletion)
100
101 2007-10-10 [paul]       3.0.2cvs57
102
103         * src/prefs_template.c
104                 put the whole thing in a scrolled window
105                 so that half the page is no longer inaccessible
106                 on maemo
107                 make the gtk_text_view smaller on maemo
108
109 2007-10-10 [colin]      3.0.2cvs56
110
111         * src/compose.c
112                 Fix updating of Attachments number in some
113                 cases (reedit, attach from command-line, ...)
114
115 2007-10-10 [colin]      3.0.2cvs55
116
117         * src/editaddress.c
118                 Initialise error correctly
119
120 2007-10-10 [paul]       3.0.2cvs54
121
122         * src/prefs_filtering_action.c
123         * src/gtk/description_window.c
124         * src/gtk/foldersort.c
125         * src/gtk/quicksearch.c
126                 get rid of some pointless new lines and
127                 make the descripton labels wrap better
128
129 2007-10-10 [colin]      3.0.2cvs53
130
131         * src/addressadd.c
132         * src/editaddress.c
133         * src/headerview.c
134         * src/textview.c
135                 More error handling on saving pictures
136
137 2007-10-10 [colin]      3.0.2cvs52
138
139         * src/printing.c
140         * src/printing.h
141                 Generalize a bit printing, so we can factorize
142                 most of the code. 
143
144 2007-10-10 [paul]       3.0.2cvs51
145
146         * src/addrduplicates.c
147                 fix engrish
148                 use GTK_STOCK... buttons
149
150 2007-10-10 [paul]       3.0.2cvs50
151
152         * src/addressadd.c
153         * src/addrindex.c
154         * src/editaddress.c
155                 Fix previous patch
156                 Thanks to Colin
157
158 2007-10-10 [paul]       3.0.2cvs49
159
160         * src/summaryview.c
161         * src/messageview.c
162                 Fix crash on Add sender to addressbook when
163                 From is null
164         * src/addressadd.c
165         * src/addrindex.c
166         * src/editaddress.c
167         * src/editaddress_other_attributes_ldap.h
168                 Fix leaks 
169                 Rename images to .png in addrbook/
170         * src/headerview.c
171         * src/textview.c
172                 Fix Face/X-Face being used if adding another
173                 address than sender to addressbook
174                 Thanks to Colin
175
176 2007-10-10 [holger]     3.0.2cvs48
177
178         * src/addrduplicates.c
179         * src/editaddress.c
180                 Improvements to the addressbook duplicate finder
181                 feature:
182                  - add an edit button to the button bar
183                  - display the whole bookname (with iface) and
184                    use this for same-book checking
185                  - after editing, try to keep selections if the
186                    entries are still present
187                  - sort the email column alphabetically
188                  - put results in a scrolled window
189                  - support embedded editing
190                  - make columns in detail view resizable
191                  - add keyboard shortcuts
192
193 2007-10-10 [wwp]        3.0.2cvs47
194
195         * src/addrindex.c
196                 Fix a crash when there's no From: in email, thanks to Colin.
197
198 2007-10-09 [paul]       3.0.2cvs46
199
200         * src/messageview.c
201         * src/summaryview.c
202         * src/textview.c
203                 fix building without compface support
204
205 2007-10-09 [colin]      3.0.2cvs45
206
207         * src/editaddress.c
208         * src/headerview.c
209         * src/textview.c
210                 Add error handling
211
212 2007-10-09 [colin]      3.0.2cvs44
213
214         * src/addrduplicates.c
215         * src/addressadd.c
216         * src/addressadd.h
217         * src/addressbook.c
218         * src/addressbook.h
219         * src/addrindex.c
220         * src/addrindex.h
221         * src/addritem.c
222         * src/addritem.h
223         * src/compose.c
224         * src/editaddress.c
225         * src/editaddress_other_attributes_ldap.h
226         * src/headerview.c
227         * src/messageview.c
228         * src/mimeview.c
229         * src/summaryview.c
230         * src/textview.c
231         * src/gtk/gtkutils.c
232                 Automatically set contacts' pictures from Face 
233                 or X-Face if they have no picture
234                 Display the contact picture in textview or
235                 headerview for mails sent by people in the 
236                 addressbook, that have no Face or X-Face
237                 Fix a few details in the Person edition dialog
238                 (ability to unset picture)
239                 Remove picture file when deleting contacts
240
241 2007-10-09 [iwkse]      3.0.2cvs43
242
243         * src/gtk/about.c
244                 center the about window
245
246 2007-10-09 [paul]       3.0.2cvs42
247
248         * src/prefs_toolbar.c
249                 fix icon selector window on maemo
250
251 2007-10-09 [paul]       3.0.2cvs41
252
253         * src/messageview.c
254                 add 'go to' menu to separate msgview
255
256 2007-10-09 [colin]      3.0.2cvs40
257
258         * src/common/defs.h
259                 Add forgotten file
260
261 2007-10-09 [iwkse]      3.0.2cvs39
262
263         * Makefile.am
264         * src/addressbook.c
265         * src/addritem.c
266         * src/addritem.h
267         * src/editaddress.c
268         * src/editaddress_other_attributes_ldap.h
269         * src/addrbook.c
270         * src/Makefile.am
271                 set a photo in the Addressbook
272
273 2007-10-08 [colin]      3.0.2cvs38
274
275         * src/prefs_toolbar.c
276                 Make height 320 to remove the scrollbar 
277                 (with current number of icons)
278
279 2007-10-08 [colin]      3.0.2cvs37
280
281         * src/prefs_toolbar.c
282                 Transform the treeview to a GtkIconView.
283                 Patch by Pawel
284                 In addition, transform the window so that 
285                 it looks like a popup menu. Patch by me
286
287 2007-10-08 [colin]      3.0.2cvs36
288
289         * src/compose.c
290         * src/compose.h
291                 Beautify the GUI a bit; in particular, show the
292                 number of attachments in the tab's title.
293                 Patch by Pawel
294
295 2007-10-08 [paul]       3.0.2cvs35
296
297         * src/mimeview.c
298                 Save users from themselves: save temporary
299                 files used for Open/Open with as read-only.
300                 Thanks to Colin
301
302 2007-10-08 [paul]       3.0.2cvs34
303
304         * tools/Makefile.am
305                 forgot this in cvs33
306
307 2007-10-08 [paul]       3.0.2cvs33
308
309         * tools/kdeservicemenu/README
310         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
311         * tools/kdeservicemenu/install.sh
312         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
313                 renamed template* to *template so as not to confuse
314                 lintian
315
316 2007-10-08 [paul]       3.0.2cvs32
317
318         * src/prefs_themes.c
319         * src/stock_pixmap.c
320                 replace 2 direct uses of RC_DIR
321
322 2007-10-07 [colin]      3.0.2cvs31
323
324         * src/addrduplicates.c
325         * src/addrduplicates.h
326         * src/addressbook.c
327         * src/addressbook.h
328         * src/addrindex.c
329         * src/addrindex.h
330                 Implement deletion in duplicate finder. 
331                 Patch by Holger 
332
333 2007-10-07 [colin]      3.0.2cvs30
334
335         * src/exporthtml.c
336         * src/mbox.c
337         * src/common/utils.c
338                 Better fix for Solaris, thanks to Nicolas Doualot
339
340 2007-10-07 [colin]      3.0.2cvs29
341
342         * AUTHORS
343         * src/gtk/authors.h
344                 Add Frank Dietrich
345
346 2007-10-07 [colin]      3.0.2cvs28
347
348         * src/exporthtml.c
349                 Fix HTML export to make it more compliant
350                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
351
352 2007-10-07 [colin]      3.0.2cvs27
353
354         * src/prefs_toolbar.c
355                 Only use icons that wouldn't look stupid in the toolbar
356                 Patch by Pawel
357
358 2007-10-07 [colin]      3.0.2cvs26
359
360         * src/prefs_toolbar.c
361                 Fix old icon being used when none is selected
362
363 2007-10-07 [colin]      3.0.2cvs25
364
365         * src/toolbar.c
366                 Fix copy/paste error
367
368 2007-10-07 [colin]      3.0.2cvs24
369
370         * src/prefs_toolbar.c
371         * src/toolbar.c
372         * src/toolbar.h
373                 Update icon to default one when changing event
374                 Make the icon chooser nicer (handle Esc, Enter,
375                 double-click)
376
377 2007-10-06 [colin]      3.0.2cvs23
378
379         * src/prefs_toolbar.c
380                 Fix text reset; patch by Pawel
381
382 2007-10-06 [colin]      3.0.2cvs22
383
384         * src/toolbar.h
385                 Complete previous commit
386
387 2007-10-06 [colin]      3.0.2cvs21
388
389         * src/prefs_toolbar.c
390         * src/toolbar.c
391                 Set toolbar text automatically to the default
392                 when changing Event executed on click
393
394 2007-10-06 [colin]      3.0.2cvs20
395
396         * src/prefs_toolbar.c
397                 Invert Text and Event fields
398
399 2007-10-06 [colin]      3.0.2cvs19
400
401         * src/prefs_toolbar.c
402         * src/toolbar.c
403                 Make toolbar prefs look much better
404                 Patch by Pawel Pekala
405
406 2007-10-06 [paul]       3.0.2cvs18
407
408         * src/account.c
409         * src/prefs_filtering.c
410                 fix checkbuttons in gtktreeview on maemo by
411                 setting maemo's "allow-checkbox-mode" to FALSE
412
413 2007-10-06 [colin]      3.0.2cvs17
414
415         * configure.ac
416                 Export -DSOLARIS in CFLAGS for all
417                 Solaris (not just 2.8) and OpenSolaris
418
419 2007-10-06 [paul]       3.0.2cvs16
420
421         * AUTHORS
422         * src/exporthtml.c
423         * src/mbox.c
424         * src/gtk/authors.h
425                 fix build on solaris where ctime_r takes
426                 3 arguments rather than 2.
427                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
428
429 2007-10-05 [colin]      3.0.2cvs15
430
431         * src/etpan/imap-thread.c
432                 Fix wrong error codepath
433
434 2007-10-05 [wwp]        3.0.2cvs14
435
436         * src/filtering.c
437                 Fix unexpected logging of quicksearches:
438                 debug_filtering_session flag was never reset to FALSE, causing
439                 matcher functions to log when called from a quicksearch
440                 (if a filtering session happened before).
441
442 2007-10-05 [paul]       3.0.2cvs13
443
444         * src/prefs_actions.c
445         * src/prefs_filtering.c
446         * src/prefs_template.c
447                 fix bug 1343, 'Filtering..'s close button
448                 silently discards new filter'
449                 Thanks to Colin
450
451 2007-10-05 [paul]       3.0.2cvs12
452
453         * configure.ac
454         * src/Makefile.am
455                 fix bug 1347, '-Wno-unused-function, optional'
456
457 2007-10-05 [colin]      3.0.2cvs11
458
459         * src/procmime.c
460         * src/common/mgutils.c
461                 Fix warnings
462
463 2007-10-05 [mones]      3.0.2cvs10
464
465         * manual/advanced.xml
466                 Use full menu name
467         * manual/es/advanced.xml
468                 Synchronise translation
469
470 2007-10-04 [colin]      3.0.2cvs9
471
472         * src/action.c
473         * src/addrbook.c
474         * src/addrindex.c
475         * src/compose.c
476         * src/exporthtml.c
477         * src/exportldif.c
478         * src/folder.c
479         * src/main.c
480         * src/matcher.c
481         * src/mbox.c
482         * src/messageview.c
483         * src/mh.c
484         * src/news.c
485         * src/partial_download.c
486         * src/pop.c
487         * src/procmime.c
488         * src/procmsg.c
489         * src/toolbar.c
490         * src/common/log.c
491         * src/common/mgutils.c
492         * src/common/plugin.c
493         * src/common/utils.c
494         * src/common/xml.c
495         * src/common/xml.h
496         * src/common/xmlprops.c
497         * src/common/xmlprops.h
498         * src/plugins/bogofilter/bogofilter.c
499         * src/plugins/clamav/clamav_plugin.c
500         * src/plugins/dillo_viewer/dillo_prefs.c
501         * src/plugins/pgpcore/prefs_gpg.c
502         * src/plugins/pgpinline/pgpinline.c
503         * src/plugins/pgpmime/pgpmime.c
504         * src/plugins/spamassassin/spamassassin.c
505         * src/plugins/trayicon/trayicon_prefs.c
506                 Verify success on writes. Will fix possible strange
507                 failure on disk full.
508
509 2007-10-04 [paul]       3.0.2cvs8
510
511         * manual/advanced.xml
512                 add further info about Actions
513                 Patch by Emmanuel Briot <briot@adacore.com>
514
515 2007-10-04 [paul]       3.0.2cvs7
516
517         * src/account.c
518                 remove the D column, instead indicate the
519                 default account by use of bold text
520
521 2007-10-03 [colin]      3.0.2cvs6
522
523         * src/common/template.c
524                 Fix templates writing (was prone to disk full problems)
525
526 2007-10-03 [colin]      3.0.2cvs5
527
528         * src/Makefile.am
529         * src/addrduplicates.c
530         * src/addrduplicates.h
531         * src/addressbook.c
532                 Add duplicate deletion. Patch by Holger
533
534 2007-10-03 [colin]      3.0.2cvs4
535
536         * src/matcher.c
537         * src/gtk/quicksearch.c
538                 Fix bug 1340, 'Case insensitive searches with 
539                 non-ascii alphabets fail'.
540
541 2007-10-03 [colin]      3.0.2cvs3
542
543         * src/main.c
544         * src/common/utils.c
545         * src/common/utils.h
546                 Implement run-time alternative config directories
547
548 2007-10-03 [colin]      3.0.2cvs2
549
550         * src/folderview.c
551                 Prevent opening folder item while folder
552                 is scanned in a better way
553
554 2007-10-02 [paul]       3.0.2cvs1
555
556         * NEWS
557         * README
558         * RELEASE_NOTES
559         * configure.ac
560                 bump up version number following stable release
561
562 2007-09-30 [colin]      3.0.1cvs49
563
564         * src/imap.c
565                 Refresh session if needed
566
567 2007-09-30 [colin]      3.0.1cvs48
568
569         * src/imap.c
570                 Reset folder's session to NULL
571                 before destroying it
572
573 2007-09-30 [mones]      3.0.1cvs47
574
575         * manual/handling.xml
576                 Use markup quotes instead hardcoded quotes
577         * manual/es/handling.xml
578                 Added new synced section (IMAP subscriptions)
579
580 2007-09-29 [colin]      3.0.1cvs46
581
582         * src/imap.c
583                 Notice disconnections faster
584
585 2007-09-28 [colin]      3.0.1cvs45
586
587         * src/addressbook.c
588         * src/addrindex.c
589                 Fix warnings
590
591 2007-09-28 [paul]       3.0.1cvs44
592
593         * src/mimeview.c
594                 fix maemo build
595
596 2007-09-28 [paul]       3.0.1cvs43
597
598         * src/account.c
599                 use gtk_widget_set_size_request() on the label
600                 so that wrapping works better. get rid of the
601                 (partially deprecated) hbutton_box.
602                 these changes should prevent buttons overlapping
603                 on maemo
604
605 2007-09-28 [colin]      3.0.1cvs42
606
607         * src/pop.c
608                 Fix typo :)
609
610 2007-09-28 [colin]      3.0.1cvs41
611
612         * src/compose.c
613         * src/msgcache.c
614         * src/pop.c
615         * src/procmime.c
616         * src/etpan/imap-thread.c
617                 64bits-related warning fixes
618
619 2007-09-28 [colin]      3.0.1cvs40
620
621         * src/folder_item_prefs.c
622         * src/ldaputil.c
623         * src/mainwindow.c
624         * src/mimeview.c
625         * src/common/tags.c
626                 Fix warnings
627
628 2007-09-28 [colin]      3.0.1cvs39
629
630         * src/plugins/spamassassin/spamassassin.c
631         * src/plugins/spamassassin/spamassassin.h
632         * src/plugins/spamassassin/spamassassin_gtk.c
633                 Add addressbook-based whitelisting
634
635 2007-09-28 [colin]      3.0.1cvs38
636
637         * src/folder.c
638                 Fix bug 1337, 'crash on pressing Send button'
639
640 2007-09-28 [paul]       3.0.1cvs37
641
642         * src/prefs_folder_item.c
643                 give the orphans a parent. makes all prefs
644                 pages visible on maemo
645
646 2007-09-28 [colin]      3.0.1cvs36
647
648         * src/prefs_folder_column.c
649         * src/prefs_summary_column.c
650                 Fix two leaks
651
652 2007-09-27 [colin]      3.0.1cvs35
653
654         * src/gtk/quicksearch.c
655                 Fix bug 1336, 'Segfault if empty space before search-string'
656
657 2007-09-26 [mones]      3.0.1cvs34
658
659         * manual/account.xml
660         * manual/plugins.xml
661                 Fixed irc channel name, added some docbook markup.
662                 Changed text markup to docbook markup. 
663                 Added spamcop as supported in SpamReport description.
664         * manual/fr/plugins.xml
665                 Fixed irc channel name.
666         * manual/es/account.xml
667         * manual/es/advanced.xml
668         * manual/es/claws-mail-manual.xml
669         * manual/es/glossary.xml
670         * manual/es/gpl.xml
671         * manual/es/keyboard.xml
672         * manual/es/plugins.xml
673                 Synced with English version, fixed a couple of typos.
674
675 2007-09-26 [colin]      3.0.1cvs33
676
677         * configure.ac
678                 Explain why "Libgnomeprint: no" on GTK+ 2.10
679
680 2007-09-26 [colin]      3.0.1cvs32
681
682         * src/messageview.c
683         * src/procmsg.c
684         * src/procmsg.h
685                 Optimisation: avoid fetching mail 3 times locally
686                 for displaying
687
688 2007-09-26 [colin]      3.0.1cvs31
689
690         * src/mh.c
691                 Fix missing static
692
693 2007-09-26 [colin]      3.0.1cvs30
694
695         * src/folder.c
696         * src/folder.h
697         * src/mh.c
698         * src/mh.h
699                 Fix MH mtime hack - make it a folder class function
700
701 2007-09-26 [colin]      3.0.1cvs29
702
703         * src/inc.c
704                 Fix bug 1334, 'user defined mail incorporation 
705                 script not run'
706
707 2007-09-25 [colin]      3.0.1cvs28
708
709         * src/codeconv.c
710                 Optimisation: shortcut conv_codeset_strdup
711                 when src_code and dest_code are the same
712         * src/common/xml.c
713         * src/common/xml.h
714                 Optimisation: shortcut code conversions when
715                 files are in UTF-8; faster list walking by
716                 using prepend/reverse.
717
718 2007-09-25 [holger]     3.0.1cvs27
719
720         * src/printing.c
721                 Replace button bar of the preview window
722                 with a real toolbar (patch by Colin)
723                 Add zooming to the preview window
724
725 2007-09-24 [paul]       3.0.1cvs26
726
727         * src/compose.c
728                 compact the character set menu, adding some
729                 missing encodings. Patch by Pawel Pekala
730
731 2007-09-23 [paul]       3.0.1cvs25
732
733         * src/prefs_account.c
734         * src/prefs_folder_item.c
735         * src/prefs_quote.c
736         * src/quote_fmt.c
737         * src/quote_fmt.h
738                 remove unnecessary frame from Templates options
739                 and improve the English of the check button label
740
741 2007-09-22 [colin]      3.0.1cvs24
742
743         * src/gtk/quicksearch.c
744                 Fix bug 1329, 'error in quicksearch.c'
745                 Fix return with value in function returning void
746
747 2007-09-22 [colin]      3.0.1cvs23
748
749         * src/imap.c
750         * src/procmsg.h
751         * src/common/utils.c
752         * src/common/utils.h
753         * src/etpan/imap-thread.c
754                 Optimise fetching IMAP cached emails *a lot*
755                 (remember whether mail is fully cached and \r's
756                  are already stripped)
757
758 2007-09-22 [colin]      3.0.1cvs22
759
760         * src/folder.c
761         * src/folder.h
762         * src/prefs_folder_item.c
763                 Add a button to allow users to drop local caches.
764
765 2007-09-21 [colin]      3.0.1cvs21
766
767         * src/summaryview.c
768                 Remove unnecessary error when cancelling export to mbox.
769                 Patch by Pawel
770
771 2007-09-21 [paul]       3.0.1cvs20
772
773         * src/gtk/prefswindow.c
774                 remove unnecessary frames from the prefs
775                 pages. Patch by Pawel Pekala
776
777 2007-09-21 [paul]       3.0.1cvs19
778
779         * src/prefs_account.c
780         * src/prefs_folder_item.c
781         * src/prefs_quote.c
782         * src/quote_fmt.c
783                 put the Templates options into a tabbed
784                 layout. Patch by Pawel Pekala
785
786 2007-09-21 [paul]       3.0.1cvs18
787
788         * src/mainwindow.c
789                 group together the character set menu items
790                 move the /View/Show or hide/Message view below
791                 .../Toolbar menu item
792                 Patch by Pawel Pekala
793
794 2007-09-21 [mones]      3.0.1cvs17
795
796         * src/compose.c
797                 Fix for bug 1327, 'segfault when replying to a non-existent
798                 news message', thanks to Colin.
799
800 2007-09-21 [colin]      3.0.1cvs16
801
802         * src/folderview.c
803                 Complete 3.0.1cvs15
804
805 2007-09-20 [colin]      3.0.1cvs15
806
807         * src/folderview.c
808         * src/folderview.h
809                 Maybe fix bug 1324, 'Corrupted IMAP cache'
810
811 2007-09-20 [colin]      3.0.1cvs14
812
813         * src/printing.c
814                 Fix a little leak
815
816 2007-09-20 [holger]     3.0.1cvs13
817
818         * src/printing.c
819                 Add page layout to print preview.
820                 Make the close-button in the toolbar
821                 right-aligned.
822
823 2007-09-20 [paul]       3.0.1cvs12
824
825         * po/ru.po
826                 updated by Pavlo Bohmat
827
828 2007-09-19 [colin]      3.0.1cvs11
829
830         * src/common/utils.c
831                 Prevent unquoted mime boundaries, by always
832                 using a /
833
834 2007-09-19 [colin]      3.0.1cvs10
835
836         * src/printing.c
837                 Fix drawing area size, fix DPI change that
838                 can cause total number of lines to decrease
839
840 2007-09-19 [colin]      3.0.1cvs9
841
842         * po/POTFILES.in
843         * src/printing.c
844                 Make print preview more efficient and nicer.
845                 Patch mostly by Holger Berndt <hb@claws-mail.org>
846
847 2007-09-19 [colin]      3.0.1cvs8
848
849         * src/prefs_common.c
850         * src/prefs_common.h
851         * src/printing.c
852                 Add scrolledwindow, default allocation and
853                 size saving to the print preview window.
854
855 2007-09-18 [colin]      3.0.1cvs7
856
857         * src/prefs_common.c
858         * src/prefs_common.h
859         * src/prefs_image_viewer.c
860         * src/printing.c
861                 GtkPrintOperation:
862                 - add image printing support
863                 - add option to print images
864                 - add preview widget
865                 - add saving of a few Page Setup parameters
866
867 2007-09-18 [colin]      3.0.1cvs6
868
869         * AUTHORS
870         * src/gtk/authors.h
871                 Add Guillaume Chazarain
872
873 2007-09-18 [colin]      3.0.1cvs5
874
875         * src/common/utils.c
876                 Fix bug 1321, 'access before allocation 
877                 when scanning for uris'. Patch by 
878                 Guillaume Chazarain <guichaz@yahoo.fr>
879
880 2007-09-18 [colin]      3.0.1cvs4
881
882         * src/toolbar.c
883                 Fix bug 1320, 'Memory leak caused by 
884                 gtk_container_get_children'. Patch by
885                 Guillaume Chazarain <guichaz@yahoo.fr>
886
887 2007-09-18 [colin]      3.0.1cvs3
888
889         * src/printing.c
890         * src/printing.h
891                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
892
893 2007-09-18 [colin]      3.0.1cvs2
894
895         * src/Makefile.am
896         * src/mainwindow.c
897         * src/messageview.c
898         * src/messageview.h
899         * src/prefs_ext_prog.c
900         * src/prefs_fonts.c
901         * src/printing.c
902         * src/printing.h
903         * src/summaryview.c
904                 Use GtkPrintOperation by default on GTK+ >= 2.10
905                 Patch by Holger Berndt <hb@claws-mail.org>
906
907 2007-09-18 [paul]       3.0.1cvs1
908
909         * NEWS
910         * README
911         * RELEASE_NOTES
912         * configure.ac
913                 bump up version number following stable release
914
915 2007-09-16 [colin]      3.0.0cvs18
916
917         * src/folder.c
918                 Fix possible memleak
919
920 2007-09-16 [colin]      3.0.0cvs17
921
922         * src/folderview.c
923                 Fix bug 1311, 'Wrong arrow position 
924                 while moving message into folder when 
925                 column headers hidden'
926         * src/image_viewer.c
927                 Show error in the GUI if image can't
928                 be loaded
929         * src/matcher.c
930                 Fix spurious output
931         * src/messageview.c
932                 Allow setting domain in msgid
933         * src/common/plugin.c
934                 Add timing information
935
936 2007-09-16 [colin]      3.0.0cvs16
937
938         * src/account.c
939         * src/compose.c
940         * src/prefs_account.c
941         * src/prefs_account.h
942         * src/common/utils.c
943                 Remove Generate Message-ID option. We need
944                 this on some IMAP servers.
945         * src/prefs_template.c
946                 Fix double-free
947
948 2007-09-16 [colin]      3.0.0cvs15
949
950         * src/prefs_filtering.c
951         * src/prefs_filtering.h
952         * src/prefs_filtering_action.c
953         * src/common/tags.c
954                 Fix tags issues: tags with spaces, renaming
955                 tags.
956
957 2007-09-16 [colin]      3.0.0cvs14
958
959         * src/folderview.c
960         * src/main.c
961         * src/mainwindow.c
962                 Fix bug 1308, 'Claws deletes folderlist.xml after
963                 fetching mail short after start-up'
964
965 2007-09-16 [colin]      3.0.0cvs13
966
967         * src/compose.c
968                 Fix scrolling to cursor
969
970 2007-09-16 [paul]       3.0.0cvs12
971
972         * po/sr.po
973                 updated by Aleksandar Urosevic
974
975 2007-09-16 [paul]       3.0.0cvs11
976
977         * src/folder.c
978                 do not allow locked msgs to be deleted,
979                 even by filtering/processing
980
981 2007-09-07 [paul]       3.0.0cvs10
982
983         * src/prefs_folder_column.c
984         * src/prefs_summary_column.c
985                 implement button sensitivity
986                 patch by Pawel Pekala
987
988 2007-09-06 [wwp]        3.0.0cvs9
989
990         * src/prefs_gtk.c
991                 Add a missing linefeed to a debug message.
992
993 2007-09-05 [colin]      3.0.0cvs8
994
995         * src/inc.c
996                 Fix statusbar/window mismatch on Maemo
997
998 2007-09-05 [colin]      3.0.0cvs7
999
1000         * src/ldaputil.c
1001                 Fix build without USE_LDAP_TLS
1002
1003 2007-09-05 [colin]      3.0.0cvs6
1004
1005         * src/folder.c
1006         * src/imap.c
1007         * src/inc.c
1008         * src/mbox.c
1009         * src/send_message.c
1010         * src/statusbar.c
1011         * src/statusbar.h
1012                 Maemo: distinguish various statusbar messages,
1013                 in order to display only the most important.
1014
1015 2007-09-04 [wwp]        3.0.0cvs5
1016
1017         * src/account.c
1018                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1019                 Show protocol "SMTP" and the appropriate server for send-only
1020                 accounts, show "-" instead of "" when no value is relevant.
1021
1022 2007-09-03 [ticho]      3.0.0cvs4
1023
1024         * src/summaryview.c
1025                 Handle plural form better in delete confirmation dialog.
1026
1027 2007-09-03 [wwp]        3.0.0cvs3
1028
1029         * src/compose.c
1030                 Warn differently when sending or sending later (queueing).
1031
1032 2007-09-03 [colin]      3.0.0cvs2
1033
1034         * src/procmime.c
1035         * src/procmime.h
1036         * src/common/plugin.c
1037         * src/common/plugin.h
1038                 Add a new plugin API, MimeParser. It allows
1039                 plugins to scan email MIME parts and optionally,
1040                 transform them.
1041
1042 2007-09-03 [mones]      3.0.0cvs1
1043
1044         * po/es.po
1045                 Updated translation
1046         * src/common/defs.h
1047                 While a better solution is made double history sizes
1048
1049 2007-09-03 [paul]       3.0.0
1050
1051         * NEWS
1052         * README
1053         * RELEASE_NOTES
1054                 3.0.0 released
1055
1056 2007-09-03 [paul]       2.10.0cvs191
1057
1058         * po/bg.po
1059         * po/ca.po
1060         * po/de.po
1061         * po/fi.po
1062         * po/fr.po
1063         * po/hu.po
1064         * po/it.po
1065         * po/pl.po
1066         * po/pt_BR.po
1067         * po/ru.po
1068         * po/sk.po
1069         * po/zh_CN.po
1070                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1071                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1072                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1073                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1074
1075 2007-09-02 [colin]      2.10.0cvs190
1076
1077         * src/edittags.c
1078         * src/common/tags.c
1079                 Prevent empty or white-space tags
1080
1081 2007-09-01 [colin]      2.10.0cvs189
1082
1083         * src/main.c
1084                 Fix double-reading of accounts list when
1085                 the wizard has been run due to no accounts
1086         * src/mainwindow.c
1087                 Fix sensitivity of a menu item in case 
1088                 there's no account
1089
1090 2007-09-01 [wwp]        2.10.0cvs188
1091
1092         * src/wizard.c
1093                 Fix wizard crash when Mailbox dir already exists
1094                 (thanks to Colin).
1095
1096 2007-08-31 [colin]      2.10.0cvs187
1097
1098         * src/etpan/imap-thread.c
1099                 Fix unwanted creation of 
1100                 libetpan's stream dump file
1101         * src/compose.c
1102                 Fix coloring of pastes as quotation
1103         * src/summaryview.c
1104                 Maemo: Fix opening of mails from keypad
1105                 in Sent folders
1106         * src/addressbook.c
1107         * src/folderview.c
1108         * src/image_viewer.c
1109         * src/mimeview.c
1110         * src/gtk/prefswindow.c
1111                 Maemo: Fix adjustments changes 
1112
1113 2007-08-30 [colin]      2.10.0cvs186
1114
1115         * src/folderview.c
1116                 Don't opened selected folder when clicking
1117                 on white space
1118         * src/mainwindow.c
1119                 Maemo: Make Esc close messageviews
1120         * src/messageview.c
1121                 Maemo: Fix message scrolling to the end on 
1122                 opening
1123                 Maemo: Fix reopening same message
1124         * src/gtk/prefswindow.c
1125                 Maemo: try to fix scrollbar. Doesn't work,
1126                 it seems as if gtk_adjustment_set_value was
1127                 a noop.
1128
1129 2007-08-30 [colin]      2.10.0cvs185
1130
1131         * src/compose.c
1132         * src/folderview.c
1133         * src/main.c
1134         * src/prefs_matcher.c
1135         * src/prefs_template.c
1136         * src/quote_fmt.c
1137         * src/send_message.c
1138         * src/toolbar.c
1139         * src/gtk/gtkaspell.c
1140         * src/plugins/bogofilter/bogofilter.c
1141         * src/plugins/bogofilter/bogofilter_gtk.c
1142         * src/plugins/clamav/clamav_plugin_gtk.c
1143         * src/plugins/pgpcore/sgpgme.c
1144         * src/plugins/spamassassin/spamassassin.c
1145         * src/plugins/spamassassin/spamassassin_gtk.c
1146                 Fix all potential misuses of format-string functions
1147
1148 2007-08-30 [wwp]        2.10.0cvs184
1149
1150         * src/prefs_template.c
1151                 Fix a leak.
1152
1153 2007-08-29 [colin]      2.10.0cvs183
1154
1155         * src/plugins/trayicon/trayicon.c
1156                 Fix leak of hooks in case of error,
1157                 thanks to Holger Berndt
1158
1159 2007-08-28 [colin]      2.10.0cvs182
1160
1161         * src/mainwindow.c
1162                 Don't use current folder settings when
1163                 composing from the compose button's
1164                 account selector
1165
1166 2007-08-28 [colin]      2.10.0cvs181
1167
1168         * src/quote_fmt_parse.y
1169                 Fix cursor offset when quote contains UTF-8
1170                 chars
1171
1172 2007-08-28 [colin]      2.10.0cvs180
1173
1174         * src/compose.c
1175         * src/compose.h
1176                 Fix signature replacement when it's been wrapped
1177
1178 2007-08-27 [colin]      2.10.0cvs179
1179
1180         * src/summaryview.c
1181                 Fix indentation
1182
1183 2007-08-27 [colin]      2.10.0cvs178
1184
1185         * src/summaryview.c
1186                 Fix Quicksearch's Sticky mode
1187
1188 2007-08-27 [colin]      2.10.0cvs177
1189
1190         * src/folder_item_prefs.c
1191         * src/folder_item_prefs.h
1192         * src/imap_gtk.c
1193         * src/mh_gtk.c
1194                 Fix loss of subfolders properties when
1195                 renaming a folder
1196
1197 2007-08-26 [wwp]        2.10.0cvs176
1198
1199         * src/alertpanel.c
1200         * src/messageview.c
1201         * src/prefs_actions.c
1202                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1203                 will have to be used when necessary *before* calling
1204                 alertpanel functions.
1205
1206 2007-08-25 [paul]       2.10.0cvs175
1207
1208         * src/prefs_actions.c
1209                 workaround gettext problem marking
1210                 string as c-format when it's not
1211
1212 2007-08-25 [wwp]        2.10.0cvs174
1213
1214         * src/alertpanel.c
1215         * src/messageview.c
1216         * src/prefs_actions.c
1217                 Call the pango markup escape function right ince in alertpanel_create
1218                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1219                 2.10.0cvs158).
1220
1221         * src/common/log.c
1222                 Fix a crash due to a misuse of g_print(), encountered when the string
1223                 passed to g_print was containing printf substitution symbols.
1224
1225 2007-08-25 [paul]       2.10.0cvs173
1226
1227         * src/common/log.c
1228                 fix a segfault when refreshing RSSyl feeds
1229
1230 2007-08-25 [paul]       2.10.0cvs172
1231
1232         * src/gtk/icon_legend.c
1233                 add watchthread.xpm
1234
1235 2007-08-25 [paul]       2.10.0cvs171
1236
1237         * src/Makefile.am
1238         * src/stock_pixmap.c
1239         * src/pixmaps/insert_file.xpm
1240                 add a new pixmap instead of re-using
1241                 paste.xpm. (easier for icon theme authors)
1242
1243 2007-08-24 [holger]     2.10.0cvs170
1244
1245         * src/plugins/trayicon/trayicon.c
1246                 The same fix for another hook id.
1247
1248 2007-08-24 [holger]     2.10.0cvs169
1249
1250         * src/plugins/trayicon/trayicon.c
1251                 Micro-fix: Do the error checking for
1252                 the right hook id.
1253
1254 2007-08-24 [paul]       2.10.0cvs168
1255
1256         * src/folder.h
1257                 fix typo causing compiler warning
1258
1259 2007-08-24 [paul]       2.10.0cvs167
1260
1261         * README
1262                 put back the correct version of this file also
1263
1264 2007-08-24 [colin]      2.10.0cvs166
1265
1266         * src/send_message.c
1267                 Use progress bar when sending messages
1268
1269 2007-08-24 [paul]       2.10.0cvs165
1270
1271         * Makefile.am
1272                 oops! if i'm quick no-one will notice
1273                 (put back the proper file)
1274
1275 2007-08-24 [paul]       2.10.0cvs164
1276
1277         * AUTHORS
1278         * Makefile.am
1279         * README
1280         * src/gtk/authors.h
1281         * tools/Makefile.am
1282         * tools/README
1283         * tools/mew2claws-mail.pl
1284                 add new script that imports a Mew address book
1285                 submitted by Jerome Lelong
1286
1287 2007-08-24 [paul]       2.10.0cvs163
1288
1289         * manual/plugins.xml
1290                 remove the obsolete plugins, add the
1291                 missing plugins, including the forthcoming
1292                 SpamReport plugin
1293
1294 2007-08-24 [paul]       2.10.0cvs162
1295
1296         * manual/advanced.xml
1297                 add info about the hidden emphasis_color option
1298         * manual/keyboard.xml
1299                 correct the info about hotkeys
1300                 wrap the long lines
1301
1302 2007-08-24 [paul]       2.10.0cvs161
1303
1304         * src/folderview.c
1305                 add mnemonic to 'Run procesing rules'
1306
1307 2007-08-24 [paul]       2.10.0cvs160
1308
1309         * src/account.c
1310         * src/folder.c
1311         * src/folder.h
1312                 use suitable defaults for outbox,
1313                 queue, drafts and trash folders
1314
1315 2007-08-24 [wwp]        2.10.0cvs159
1316
1317         * src/folderview.c
1318                 Update menu item sensitivity if necessary (or we get a
1319                 gtk critical message).
1320
1321 2007-08-23 [wwp]        2.10.0cvs158
1322
1323         * src/action.c
1324         * src/prefs_actions.c
1325                 Allow literal % chars in action commands (use %%).
1326                 Add a missing p++ to the action parser in action_get_type(),
1327                 which was missing it, even if it was neutral.
1328                 Fix a pango markup warning at runtime.
1329
1330 2007-08-23 [wwp]        2.10.0cvs157
1331
1332         * src/addressbook.c
1333                 Contacts are now locale-aware sorted in the address book
1334                 (LC_COLLATE matters here).
1335                 Fix missing table initializers.
1336
1337 2007-08-23 [colin]      2.10.0cvs156
1338
1339         * src/imap.c
1340                 Check scan_required on dest folder when copying
1341
1342 2007-08-23 [colin]      2.10.0cvs155
1343
1344         * src/imap.c
1345                 Fix scanning when folder was empty
1346
1347 2007-08-22 [colin]      2.10.0cvs154
1348
1349         * src/msgcache.c
1350                 Don't g_warning when g_try_malloc fails(), or it makes
1351                 things worse as g_log() allocates. Fixes bug 1290,
1352                 'Claws Mail crashes if too little memory when 
1353                 rebuilding folder tree'
1354
1355 2007-08-22 [colin]      2.10.0cvs153
1356
1357         * src/inc.c
1358                 Fix format string vulnerability, thanks to
1359                 Ulf Harnhammar, Secunia Research
1360
1361 2007-08-22 [colin]      2.10.0cvs152
1362
1363         * src/ldapserver.c
1364                 Set tv_usec too
1365
1366 2007-08-22 [wwp]        2.10.0cvs151
1367
1368         * src/ldapquery.c
1369                 Few better null-ptr checks.
1370
1371 2007-08-22 [colin]      2.10.0cvs150
1372
1373         * src/editldap.c
1374         * src/editldap_basedn.c
1375         * src/ldapquery.c
1376         * src/ldapserver.c
1377         * src/ldapserver.h
1378         * src/ldapupdate.c
1379         * src/ldaputil.c
1380         * src/ldaputil.h
1381                 Fix ldap timeouts
1382
1383 2007-08-22 [colin]      2.10.0cvs149
1384
1385         * src/ldapquery.c
1386                 Finish previous fix
1387
1388 2007-08-22 [colin]      2.10.0cvs148
1389
1390         * src/ldapquery.c
1391                 Fix wrong assertions
1392
1393 2007-08-22 [colin]      2.10.0cvs147
1394
1395         * src/ldaputil.c
1396                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1397
1398 2007-08-22 [colin]      2.10.0cvs146
1399
1400         * src/editldap.c
1401         * src/ldaputil.c
1402                 Fix wrong "Connected successfully to server". Connection only succeeds if
1403                 we can get the base DN.
1404
1405 2007-08-21 [wwp]        2.10.0cvs145
1406
1407         * src/browseldap.c
1408         * src/editldap.c
1409         * src/ldapctrl.c
1410         * src/ldapquery.c
1411         * src/ldapserver.c
1412         * src/ldapupdate.c
1413         * src/ldaputil.c
1414                 More sanity checks in ldap functions.
1415
1416 2007-08-21 [wwp]        2.10.0cvs144
1417
1418         * src/prefs_account.c
1419                 Don't return a value in a void function().
1420
1421 2007-08-21 [paul]       2.10.0cvs143
1422
1423         * src/messageview.c
1424                 add check for ftp: to messageview_list_urls()
1425
1426 2007-08-21 [colin]      2.10.0cvs142
1427
1428         * src/editldap.c
1429         * src/ldapctrl.c
1430         * src/ldapctrl.h
1431         * src/ldapquery.c
1432         * src/ldapupdate.c
1433                 Fix bug 1293, 'LDAP address book not working'
1434                 Search only on specified fields, but fetch 
1435                 every field possible. People will have to 
1436                 reset the searched Attributes in their LDAP
1437                 servers properties.
1438
1439 2007-08-21 [wwp]        2.10.0cvs141
1440
1441         * src/addr_compl.c
1442         * src/addrbook.c
1443         * src/addrcache.c
1444         * src/addrcindex.c
1445         * src/addressbook.c
1446         * src/addrindex.c
1447         * src/browseldap.c
1448         * src/crash.c
1449         * src/editaddress_other_attributes_ldap.c
1450         * src/exporthtml.c
1451         * src/folder.c
1452         * src/folderview.c
1453         * src/imap.c
1454         * src/jpilot.c
1455         * src/ldapserver.c
1456         * src/ldapupdate.c
1457         * src/ldif.c
1458         * src/main.c
1459         * src/mainwindow.c
1460         * src/matcher.c
1461         * src/mh.c
1462         * src/msgcache.c
1463         * src/mutt.c
1464         * src/pine.c
1465         * src/pop.c
1466         * src/prefs_customheader.c
1467         * src/prefs_msg_colors.c
1468         * src/procmime.c
1469         * src/textview.c
1470         * src/vcard.c
1471         * src/wizard.c
1472         * src/common/log.c
1473         * src/common/socket.c
1474         * src/common/ssl_certificate.c
1475         * src/common/utils.c
1476         * src/common/utils.h
1477         * src/gtk/description_window.c
1478         * src/plugins/demo/demo.c
1479         * src/plugins/pgpcore/prefs_gpg.c
1480         * src/plugins/spamassassin/libspamc.c
1481                 Make sure we use glib functions to send text messages (information,
1482                 debug, warning, errors) to stdout/stderr - no more direct puts
1483                 fputs printf fprintf to stdout/stderr when it can be done using
1484                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1485                 stdout/stderr message is saved to log in Windows.
1486
1487
1488 2007-08-21 [wwp]        2.10.0cvs140
1489
1490         * src/main.c
1491         * src/common/utils.h
1492                 Route glib's stdout/stderr messages to a log file (Windows only),
1493                 instead of loosing them.
1494
1495 2007-08-21 [paul]       2.10.0cvs139
1496
1497         * src/mainwindow.c
1498                 replace deprecated g_strncasecmp()
1499         * src/messageview.c
1500                 fix 'List URLS'
1501
1502 2007-08-20 [ticho]      2.10.0cvs138
1503
1504         * src/account.c
1505         * src/prefs_account.h
1506                 Copy all account preferences in account_clone() - some
1507                 were missing.
1508         * src/prefs_account.c
1509                 Handle empty privacy system combobox gracefully (warning
1510                 instead of a crash).
1511
1512 2007-08-20 [colin]      2.10.0cvs137
1513
1514         * src/ldapctrl.c
1515                 Fix a leak
1516
1517 2007-08-20 [paul]       2.10.0cvs136
1518
1519         * src/browseldap.c
1520         * src/editldap.c
1521         * src/ldapctrl.c
1522         * src/ldapquery.c
1523         * src/ldapquery.h
1524         * src/ldapserver.c
1525         * src/ldaputil.c
1526                 add debug_prints
1527                 patch by Michael Rasmussen
1528
1529 2007-08-19 [colin]      2.10.0cvs135
1530
1531         * src/imap.c
1532                 Fix previous commit. Sensitivity update is needed
1533                 for "Cancel receiving". However when batching we
1534                 don't need to do it for every message flag change,
1535                 just once at the start and once at the end.
1536
1537 2007-08-19 [colin]      2.10.0cvs134
1538
1539         * src/imap.c
1540                 Remove useless menu updates on session lock/unlock
1541
1542 2007-08-19 [colin]      2.10.0cvs133
1543
1544         * src/etpan/imap-thread.c
1545                 Make all fetch logs less verbose
1546
1547 2007-08-19 [paul]       2.10.0cvs132
1548
1549         * src/foldersel.c
1550         * src/folderview.c
1551         * src/summaryview.c
1552                 fix bug 1286, 'Can't move a folder into a "Folders
1553                 Only" folder'
1554
1555 2007-08-18 [ticho]      2.10.0cvs131
1556
1557         * src/editaddress_other_attributes_ldap.c
1558                 Converted option menu for other ldap attributes to GtkComboBox.
1559
1560 2007-08-18 [colin]      2.10.0cvs130
1561
1562         * src/compose.c
1563         * src/prefs_common.c
1564         * src/prefs_common.h
1565         * src/prefs_send.c
1566         * src/send_message.c
1567                 Revert 'send_dialog_mode' meaning to 
1568                 'send_dialog_invisible', so that the 
1569                 new checkbox doesn't change the 
1570                 existing behaviour.
1571
1572 2007-08-18 [paul]       2.10.0cvs129
1573
1574         * src/summaryview.c
1575                 add missing menu update
1576
1577 2007-08-17 [colin]      2.10.0cvs128
1578
1579         * src/folder.c
1580                 Set batching after getting flags - maybe fixes
1581                 bug 1292, 'CM crashes on writing mail'
1582
1583 2007-08-16 [ticho]      2.10.0cvs127
1584
1585         * src/prefs_send.c
1586                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1587         * src/gtk/combobox.h
1588         * src/gtk/gtkutils.c
1589                 Allow NULL for GtkComboBox menuitem label, rendering such
1590                 items as row separators.
1591
1592 2007-08-16 [paul]       2.10.0cvs126
1593
1594         * src/plugins/trayicon/trayicon.c
1595                 remove wrongly used gettextisation
1596
1597 2007-08-15 [ticho]      2.10.0cvs125
1598
1599         * src/importldif.c
1600                 Fixed a runtime warning where an attempt to pack an
1601                 already packed GtkLabel was made.
1602
1603 2007-08-15 [ticho]      2.10.0cvs124
1604
1605         * src/prefs_compose_writing.c
1606                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1607                 into GtkComboBox.
1608
1609 2007-08-14 [ticho]      2.10.0cvs123
1610
1611         * src/messageview.c
1612         * src/gtk/gtkutils.c
1613                 Changed return receipt account selector to GtkComboBox.
1614                 Fixed a runtime warning where GTK tried to parse
1615                 "name <email@address" as a Pango markup in an alertpanel label.
1616
1617 2007-08-14 [ticho]      2.10.0cvs122
1618
1619         * src/prefs_logging.c
1620                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1621
1622 2007-08-14 [wwp]        2.10.0cvs121
1623
1624         * tools/Makefile.am
1625         * tools/README
1626         * tools/popfile-link.sh
1627                 Added a new tool: POPFile helper, to open
1628                 selected messages in POPFile control center,
1629                 in order to change the messages' status.
1630
1631 2007-08-14 [ticho]      2.10.0cvs120
1632
1633         * src/compose.c
1634         * src/prefs_common.c
1635         * src/prefs_common.h
1636         * src/prefs_send.c
1637         * src/send_message.c
1638                 Change "Show send dialog" optionmenu to a checkbutton.
1639         * src/prefs_receive.c
1640                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1641
1642 2007-08-13 [wwp]        2.10.0cvs119
1643
1644         * src/addr_compl.c
1645         * src/addressbook.c
1646         * src/addrindex.c
1647         * src/compose.c
1648         * src/filtering.c
1649         * src/folderview.c
1650         * src/inc.c
1651         * src/matcher.c
1652         * src/mh.c
1653         * src/partial_download.c
1654         * src/prefs_gtk.c
1655         * src/procmsg.c
1656         * src/stock_pixmap.c
1657         * src/summaryview.c
1658         * src/common/utils.c
1659         * src/gtk/gtkaspell.c
1660         * src/gtk/menu.c
1661                 Make sure we never pass NULL pointers for %s substitutions
1662                 (prevent from crashing in Windows).
1663
1664 2007-08-13 [wwp]        2.10.0cvs118
1665
1666         * src/msgcache.c
1667                 Re-enable mmap_reads in Windows with some missing
1668                 CloseHandle of mapping objects, thanks to
1669                 Marcus Brinkmann.
1670
1671 2007-08-13 [paul]       2.10.0cvs117
1672
1673         * src/common/utils.c
1674                 fix bug 1287, 'Compile time problem on Solaris
1675                 (nexenta gnu/Solaris) utils.c'
1676                 Thanks to Piotr Chrzczonowicz
1677
1678 2007-08-12 [wwp]        2.10.0cvs116
1679
1680         * src/plugins/pgpcore/prefs_gpg.c
1681                 Don't try to unset a GPG_AGENT_INFO that was not
1682                 set (and don't use a NULL string in Windows, it was
1683                 crashing with --debug if GPG_AGENT_INFO was not set).
1684
1685 2007-08-12 [wwp]        2.10.0cvs115
1686
1687         * src/privacy.h
1688                 Make gcc type-check arguments passed to privacy_set_error().
1689
1690 2007-08-12 [ticho]      2.10.0cvs114
1691
1692         * src/prefs_folder_item.c
1693                 Make sure that folder default account combobox always has some
1694                 account preselected.
1695         * src/gtk/combobox.c
1696                 Handle empty combobox gracefully (warning instead of crash).
1697
1698 2007-08-12 [ticho]      2.10.0cvs114
1699
1700         * src/prefs_folder_item.c
1701                 Make sure that folder default account combobox is not empty.
1702         * src/gtk/combobox.c
1703                 Handle empty combobox gracefully (warning instead of crash).
1704
1705 2007-08-11 [paul]       2.10.0cvs113
1706
1707         * src/addrgather.c
1708         * src/folderview.c
1709                 use 'subfolder' instead of 'sub-folder', matching
1710                 everywhere else the term is used
1711         * src/imap_gtk.c
1712                 fix engrish
1713
1714 2007-08-10 [wwp]        2.10.0cvs112
1715
1716         * src/msgcache.c
1717                 Disable mmap reads in Windows only (at least temporarily), they
1718                 prevent from renaming/removing target cache files.
1719
1720 2007-08-10 [paul]
1721
1722         3.0.0-rc2 released
1723
1724 2007-08-10 [wwp]        2.10.0cvs111
1725
1726         * src/msgcache.c
1727                 fix unpredictable crashes in Windows due to broken
1728                 cache/mark/tags files writting (file were opened for
1729                 writing in text mode).
1730
1731         * src/recv.c
1732                 use gettimeofday() from w32lib.h on Windows.
1733
1734 2007-08-10 [colin]      2.10.0cvs110
1735
1736         * src/imap.c
1737         * src/etpan/imap-thread.c
1738         * src/etpan/imap-thread.h
1739                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1740
1741 2007-08-09 [colin]      2.10.0cvs109
1742
1743         * src/editldap.c
1744                 Fix port being reset to 636 on SSL
1745         * src/folder.c
1746                 Fix folder_item_get_msg_num_by_file
1747                 on drafts/queue folders
1748
1749 2007-08-09 [wwp]        2.10.0cvs108
1750
1751         * src/folder.c
1752                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1753                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1754
1755
1756 2007-08-09 [colin]      2.10.0cvs107
1757
1758         * src/folderview.c
1759         * src/summaryview.c
1760         * src/gtk/prefswindow.c
1761                 A few Maemo layout fixes
1762
1763 2007-08-09 [paul]       2.10.0cvs106
1764
1765         * src/prefs_account.c
1766                 remove the hyphen from plug-ins to
1767                 match everywhere else
1768
1769 2007-08-08 [wwp]        2.10.0cvs105
1770
1771         * src/prefs_folder_item.c
1772                 Fix an extraneous stealth ^L char.
1773
1774 2007-08-08 [wwp]        2.10.0cvs104
1775
1776         * src/prefs_folder_item.c
1777                 Better fix, group variables declarations (USE_ASPELL).
1778
1779 2007-08-08 [wwp]        2.10.0cvs103
1780
1781         * src/prefs_folder_item.c
1782                 Fix compilation w/ USE_ASPELL set (broken
1783                 by 2.10.0cvs102).
1784
1785 2007-08-08 [ticho]      2.10.0cvs102
1786
1787         * src/prefs_folder_item.c
1788                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1789
1790 2007-08-08 [colin]      2.10.0cvs101
1791
1792         * src/imap.c
1793         * src/etpan/imap-thread.c
1794         * src/etpan/imap-thread.h
1795                 Close selected mailbox before doing
1796                 status on it.
1797
1798 2007-08-08 [colin]      2.10.0cvs100
1799
1800         * src/html.c
1801                 Complete symbol table, thanks to wwp.
1802                 Fixes bug 1284, 'The html -> text 
1803                 converter ignores entities'
1804         * src/msgcache.c
1805                 Fix possible fd leak
1806
1807 2007-08-08 [colin]      2.10.0cvs99
1808
1809         * src/imap.c
1810                 Better way to fetch UIDs on non-UIDPLUS servers
1811
1812 2007-08-07 [colin]      2.10.0cvs98
1813
1814         * src/imap.c
1815                 fix bug 1275, 'auto-saved draft messages not 
1816                 always being removed'; Also, make multiple
1817                 copy (in the same account) faster by matching
1818                 source/destination message UIDs.
1819         * src/messageview.c
1820                 Don't try to reshow deleted mail
1821         * src/msgcache.c
1822                 Fix leak on error path
1823
1824 2007-08-07 [wwp]        2.10.0cvs97
1825
1826         * manual/account.xml
1827         * manual/advanced.xml
1828         * manual/fr/account.xml
1829         * manual/fr/advanced.xml
1830                 Updated the reference manual and the French translation to
1831                 reflect 2.10.0cvs84: enable running folder Processing
1832                 rules on demand.
1833
1834 2007-08-06 [wwp]        2.10.0cvs96
1835
1836         * src/prefs_common.c
1837         * src/prefs_common.h
1838         * src/textview.c
1839                 Allow changing the emphasis color used to highlight
1840                 the newsreader/x-mailer header value when it matches
1841                 our preferred mail agent (hidden pref 'emphasis_col' added
1842                 to clawsrc).
1843
1844 2007-08-06 [colin]      2.10.0cvs95
1845
1846         * src/compose.c
1847         * src/compose.h
1848                 Re-commit 2.10.0cvs86, with a protection
1849                 against Pango bug. Also, try to fix 
1850                 bug 1275, 'auto-saved draft messages not 
1851                 always being removed'
1852
1853 2007-08-06 [wwp]        2.10.0cvs94
1854
1855         * src/gtk/quicksearch.c
1856                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1857
1858 2007-08-06 [ticho]      2.10.0cvs93
1859
1860         * src/prefs_account.c
1861         * src/gtk/combobox.c
1862                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1863                 selection in account preferences.
1864
1865 2007-08-06 [wwp]        2.10.0cvs92
1866
1867         * src/plugins/pgpcore/plugin.def
1868                 Apply one more chunk from gpg4win's 03-w32-port patch.
1869
1870 2007-08-05 [colin]      2.10.0cvs91
1871
1872         * src/compose.c
1873         * src/compose.h
1874                 reverting buggy patch for now
1875
1876 2007-08-05 [colin]      2.10.0cvs90
1877
1878         * src/folder.c
1879                 Fix slowdown
1880
1881 2007-08-04 [colin]      2.10.0cvs89
1882
1883         * src/prefs_summaries.c
1884         * src/summary_search.c
1885                 Replace deprecated widgets. Patch by
1886                 Andrej.
1887
1888 2007-08-04 [colin]      2.10.0cvs88
1889
1890         * src/mh.c
1891                 Refresh GUI only every 2000 mails on mh_get_last_num
1892                 This is fast (readdir) and done only once per 
1893                 session/folder
1894
1895 2007-08-03 [colin]      2.10.0cvs87
1896
1897         * src/prefs_account.c
1898         * src/gtk/combobox.h
1899         * src/gtk/gtkutils.c
1900                 Fix a deprecated widget. Patch by
1901                 Andrej
1902
1903 2007-08-03 [colin]      2.10.0cvs86
1904
1905         * src/compose.c
1906         * src/compose.h
1907                 Make colorisation and wrapping algorithms
1908                 faster. Fixes bug 1246, 'compose becomes 
1909                 increasingly slow replying to complex emails'
1910
1911 2007-08-03 [paul]       2.10.0cvs85
1912
1913         * src/mh.c
1914                 keep the window painted
1915
1916 2007-08-02 [paul]       2.10.0cvs84
1917
1918         * src/folderview.c
1919         * src/mainwindow.c
1920         * src/mainwindow.h
1921                 enable running folder Processing
1922                 rules on demand
1923
1924 2007-08-02 [paul]       2.10.0cvs83
1925
1926         * src/textview.c
1927                 speed up/clean up rendering of larger
1928                 msgs
1929                 Thanks to Colin
1930
1931 2007-08-01 [paul]       2.10.0cvs82
1932
1933         * src/mainwindow.h
1934                 clean up cruft
1935         * src/toolbar.c
1936                 change default toolbar layout on maemo
1937         * src/pixmaps/close.xpm
1938                 make the red cross a grey cross
1939         * src/pixmaps/jpilot.xpm
1940                 make icon smaller so it fits better
1941
1942 2007-07-31 [paul]       2.10.0cvs81
1943
1944         * src/setup.c
1945         * src/gtk/gtkutils.c
1946                 fix crash on maemo on first launch
1947
1948 2007-07-30 [paul]       2.10.0cvs80
1949
1950         * src/prefs_matcher.c
1951                 specify the units of age and size
1952
1953 2007-07-30 [paul]       2.10.0cvs79
1954
1955         * src/main.c
1956                 Fix IMAP timeout setting
1957
1958 2007-07-30 [colin]      2.10.0cvs78
1959
1960         * src/prefs_account.c
1961                 Fix a deprecated widget. Patch by
1962                 Andrej
1963
1964 2007-07-27 [paul]       2.10.0cvs77
1965
1966         * src/matcher_parser_parse.y
1967         * src/prefs_filtering_action.c
1968         * src/prefs_matcher.c
1969                 these changes forgotten in cvs74's
1970                 'watch thread' feature
1971
1972 2007-07-27 [paul]       2.10.0cvs76
1973
1974         * src/compose.c
1975                 fix potential crasher
1976                 thanks to Colin
1977
1978 2007-07-27 [paul]       2.10.0cvs75
1979
1980         * src/mainwindow.c
1981         * src/manual.c
1982         * src/manual.h
1983         * src/gtk/gtkutils.c
1984                 make mainwindow's /Help/Manual point to the
1985                 remote copy if the local copy doesn't exist
1986
1987 2007-07-27 [paul]       2.10.0cvs74
1988
1989         * src/Makefile.am
1990         * src/filtering.c
1991         * src/folder.c
1992         * src/mainwindow.c
1993         * src/matcher.c
1994         * src/matcher.h
1995         * src/matcher_parser_parse.y
1996         * src/procmsg.c
1997         * src/procmsg.h
1998         * src/stock_pixmap.c
1999         * src/stock_pixmap.h
2000         * src/summaryview.c
2001         * src/summaryview.h
2002         * src/toolbar.c
2003         * src/toolbar.h
2004         * src/pixmaps/watchthread.xpm
2005                 add 'watch thread' feature
2006
2007 2007-07-27 [paul]       2.10.0cvs73
2008
2009         * src/prefs_folder_item.c
2010                 adjust labels, add tooltips
2011
2012 2007-07-27 [colin]      2.10.0cvs72
2013
2014         * src/summaryview.c
2015                 Maemo: Remove less used menu items
2016
2017 2007-07-26 [colin]      2.10.0cvs71
2018
2019         * src/messageview.c
2020                 Maemo: destroy messageview after trashing mail.
2021                 Maybe should be done on X11 too
2022
2023 2007-07-26 [colin]      2.10.0cvs70
2024
2025         * src/folderview.c
2026         * src/mainwindow.c
2027         * src/prefs_common.c
2028         * src/prefs_common.h
2029         * src/summaryview.c
2030                 Add View/Show or Hide/Column headers
2031
2032 2007-07-26 [colin]      2.10.0cvs69
2033
2034         * src/procmime.c
2035                 Fix unwanted output
2036
2037 2007-07-26 [colin]      2.10.0cvs68
2038
2039         * src/ldapserver.c
2040                 Fix possible crash on cache invalidation
2041         * src/compose.c
2042         * src/procmime.c
2043         * src/procmime.h
2044         * src/quote_fmt_parse.y
2045                 Make replying to mails with big attachments
2046                 much faster. Fixes bug 1224, 'The process of 
2047                 Replying to emails with large attachments 
2048                 seems unreasonably long...'
2049
2050 2007-07-26 [colin]      2.10.0cvs67
2051
2052         * src/mimeview.c
2053         * src/matcher.c
2054         * src/common/ssl.c
2055                 Fix threads use on BSDs
2056
2057 2007-07-26 [paul]       2.10.0cvs66
2058
2059         * src/gtk/prefswindow.c
2060                 fix account prefs breakage
2061                 thanks to Colin
2062
2063 2007-07-26 [paul]       2.10.0cvs65
2064
2065         * configure.ac
2066                 standardise ./configure --help messages
2067
2068 2007-07-26 [colin]      2.10.0cvs64
2069
2070         * src/addressbook.c
2071         * src/editaddress.c
2072                 Fix two vCard-related crashes
2073
2074 2007-07-25 [colin]      2.10.0cvs63
2075
2076         * src/inc.c
2077         * src/prefs_common.c
2078         * src/prefs_common.h
2079         * src/prefs_receive.c
2080                 Maemo: Add a better way to notify of
2081                 new mails
2082         * src/mainwindow.c
2083         * src/statusbar.h
2084         * src/summaryview.c
2085         * src/toolbar.c
2086                 Maemo: Various layout fixes
2087         * src/gtk/prefswindow.c
2088                 Maemo: Better prefs layout
2089
2090 2007-07-25 [paul]       2.10.0cvs62
2091
2092         * src/textview.c
2093                 fix the layout on maemo
2094                 thanks to Colin
2095
2096 2007-07-25 [iwkse]      2.10.0cvs61
2097
2098         * src/summaryview.c
2099                 add 'o' shortcut on summaryview
2100
2101 2007-07-25 [iwkse]      2.10.0cvs60
2102
2103         * src/textview.c
2104                 fix o shortcut
2105
2106 2007-07-24 [colin]      2.10.0cvs59
2107
2108         * src/mh.c
2109                 Fix missing timestamp update on source
2110                 folder when moving
2111         * src/textview.c
2112         * src/textview.h
2113                 Better text layout on part's choices
2114
2115 2007-07-23 [colin]      2.10.0cvs58
2116
2117         * src/mimeview.c
2118         * src/textview.c
2119                 Maemo: Automatically choose the correct application
2120                 to open parts
2121         * src/gtk/quicksearch.c
2122                 Make search run on GDK_KP_Enter too
2123
2124 2007-07-23 [wwp]        2.10.0cvs57
2125
2126         * src/quote_fmt_lex.l
2127                 Revert accidentaly committed lines (account_sig) in
2128                 2.10.0cvs56.
2129
2130 2007-07-23 [wwp]        2.10.0cvs56
2131
2132         * src/quote_fmt_lex.l
2133                 Fix typos around long form expressions in the quote lexer.
2134
2135 2007-07-23 [paul]
2136
2137         3.0.0-rc1 released
2138
2139 2007-07-23 [colin]      2.10.0cvs55
2140
2141         * src/addr_compl.c
2142                 Fix auto-completion on Maemo
2143
2144 2007-07-23 [colin]      2.10.0cvs54
2145
2146         * src/statusbar.c
2147                 Maemo: Fix sticking statusbars
2148
2149 2007-07-22 [colin]      2.10.0cvs53
2150
2151         * src/main.c
2152                 Maemo: Fix the strange "top_application" info
2153                 at startup. We should do something when 
2154                 receiving such a message.
2155
2156 2007-07-20 [paul]       2.10.0cvs52
2157
2158         * src/news_gtk.c
2159                 add missing #include "statusbar.h"
2160
2161 2007-07-20 [colin]      2.10.0cvs51
2162
2163         * src/folder.c
2164         * src/folder.h
2165         * src/folder_item_prefs.c
2166         * src/folder_item_prefs.h
2167         * src/folderview.c
2168         * src/imap.c
2169         * src/imap_gtk.c
2170         * src/imap_gtk.h
2171         * src/news.c
2172         * src/news_gtk.c
2173         * src/news_gtk.h
2174         * src/prefs_folder_item.c
2175                 Implement age-based caching: allow to
2176                 specify a threshold for the offline synchronisation
2177                 feature, and whether old cached bodies should 
2178                 be removed
2179         * src/toolbar.c
2180         * src/toolbar.h
2181                 Fix label/tooltips
2182         * src/plugins/dillo_viewer/dillo_viewer.c
2183                 Check that Dillo's installed
2184
2185 2007-07-20 [wwp]        2.10.0cvs50
2186
2187         * src/mimeview.c
2188         * src/stock_pixmap.c
2189                 Draw a frame around the selected mimeview part icon (instead of the
2190                 shifted 'dancing' icon).
2191
2192 2007-07-20 [colin]      2.10.0cvs49
2193
2194         * src/main.c
2195                 Unref stuff even on error
2196         * src/wizard.c
2197                 disconnect signals only at the very
2198                 end of the wizard save.
2199
2200 2007-07-20 [colin]      2.10.0cvs48
2201
2202         * src/mainwindow.c
2203         * src/messageview.c
2204         * src/toolbar.c
2205         * src/toolbar.h
2206                 Fix random crashes while navigating
2207                 (GTK_EVENTS_FLUSH)
2208
2209 2007-07-19 [colin]      2.10.0cvs47
2210
2211         * configure.ac
2212         * src/main.c
2213         * src/prefs_common.c
2214         * src/prefs_common.h
2215         * src/wizard.c
2216         * src/common/defs.h
2217         * src/common/utils.c
2218                 Maemo: add an easy way to store data (mails
2219                 and IMAP/NNTP caches) on one of the SD cards,
2220                 and protect against unmounts if needed
2221
2222 2007-07-19 [paul]       2.10.0cvs46
2223
2224         * src/Makefile.am
2225         * src/stock_pixmap.c
2226         * src/gtk/about.c
2227         * src/pixmaps/claws-mail_logo-small.xpm
2228                 implement a (slightly) different About
2229                 dialog for maemo and add a small version
2230                 of the logo for it
2231         * src/wizard.c
2232                 use a scrolled window for wizard page 1
2233                 on maemo
2234
2235 2007-07-19 [paul]       2.10.0cvs45
2236
2237         * src/Makefile.am
2238                 too soon for this line
2239
2240 2007-07-19 [paul]       2.10.0cvs44
2241
2242         * src/Makefile.am
2243                 fix build on n800
2244
2245 2007-07-19 [colin]      2.10.0cvs43
2246
2247         * src/wizard.c
2248                 Solve Mail/Mailbox name when specifying
2249                 full /path/to/Mail.
2250
2251 2007-07-18 [colin]      2.10.0cvs42
2252
2253         * src/inc.c
2254         * configure.ac
2255                 Fix build on n770
2256
2257 2007-07-18 [colin]      2.10.0cvs41
2258
2259         * src/inc.c
2260                 Maemo: plug the online/offline system into
2261                 maemo's interfaces to have Claws automatically
2262                 switch according to the system status
2263         * src/statusbar.c
2264                 Maemo: use HildonBanners to display status
2265                 messages. Renders the main statusbar useless.
2266
2267 2007-07-18 [paul]       2.10.0cvs40
2268
2269         * src/filtering.c
2270                 fix screen blanking on moving/copying many msgs
2271         * src/folder.c
2272                 fix processing progressbar and screen blanking
2273                 during processing
2274
2275 2007-07-18 [paul]       2.10.0cvs39
2276
2277         * src/messageview.c
2278                 revert cvs37, breakage on maemo
2279
2280 2007-07-18 [paul]       2.10.0cvs38
2281
2282         * src/gtk/gtkutils.c
2283                 make sure we can still build with older GTK's
2284
2285 2007-07-18 [colin]      2.10.0cvs37
2286
2287         * src/messageview.c
2288                 Only hide the small layout's messageview, instead
2289                 of destroying it when closing
2290         * src/gtk/gtkutils.c
2291                 Use gtk_window_present_with_time to popup windows,
2292                 it seems to make things better with modern WMs
2293                 (actually focusing)
2294
2295 2007-07-17 [colin]      2.10.0cvs36
2296
2297         * src/editaddress.c
2298                 Simplify layout on Maemo
2299         * src/folder.c
2300                 Fix possible crash
2301         * src/prefs_display_header.c
2302                 Remove some headers by default on Maemo
2303
2304 2007-07-17 [paul]       2.10.0cvs35
2305
2306         * src/prefs_common.c
2307         * src/prefs_common.h
2308         * src/prefs_logging.c
2309         * src/common/log.c
2310                 add options to stop/enable writing logs to disc
2311
2312 2007-07-17 [paul]       2.10.0cvs34
2313
2314         * src/edittags.c
2315                 fix some issues with the Apply tags window:
2316                 - set search column (enables autocompl in the treeview)
2317                 - apply tag from "New tag" if it existed
2318                 - clears New tag entry when adding it with the button
2319                 Thanks to Colin
2320
2321 2007-07-17 [paul]       2.10.0cvs33
2322
2323         * src/edittags.c
2324                 fix 'apply tags' dialogue weirdness
2325
2326 2007-07-16 [colin]      2.10.0cvs32
2327
2328         * src/toolbar.c
2329                 Fix double-loading of mails on Maemo
2330
2331 2007-07-16 [colin]      2.10.0cvs31
2332
2333         * src/messageview.c
2334                 Prevent double-loading of the same part under some
2335                 conditions; hide statusbar on Maemo
2336
2337 2007-07-16 [colin]      2.10.0cvs30
2338
2339         * src/edittags.c
2340         * src/edittags.h
2341         * src/mainwindow.c
2342         * src/summaryview.c
2343                 Improve the tag interface - allow
2344                 to set/unset tags from a special
2345                 window.
2346         * src/gtk/gtkvscrollbutton.c
2347         * src/mimeview.c
2348         * src/mimeview.h
2349         * src/stock_pixmap.c
2350                 Fix Mimeview's ugly hacks in the
2351                 icon list. 
2352
2353 2007-07-16 [paul]       2.10.0cvs29
2354
2355         * src/wizard.c
2356                 rework dialog
2357         * src/gtk/icon_legend.c
2358                 put it all in a scrolled window
2359
2360 2007-07-15 [colin]      2.10.0cvs28
2361
2362         * src/mainwindow.c
2363                 Maemo: force layout to be Small screen; the
2364                 others don't make sense
2365
2366 2007-07-14 [colin]      2.10.0cvs27
2367
2368         * src/mimeview.c
2369         * src/gtk/gtkvscrollbutton.c
2370                 Maemo: Fix mimeview's buttons size
2371
2372 2007-07-14 [colin]      2.10.0cvs26
2373
2374         * src/toolbar.c
2375                 Fix the button workaround fix.
2376                 (Use the correct variable)
2377
2378 2007-07-14 [colin]      2.10.0cvs25
2379
2380         * src/mainwindow.c
2381         * src/toolbar.c
2382                 Maemo: put the progress bar in the
2383                 toolbar
2384
2385 2007-07-14 [colin]      2.10.0cvs24
2386
2387         * src/prefs_common.c
2388                 Maemo: hide statusbar by default
2389         * src/Makefile.am
2390         * src/stock_pixmap.c
2391         * src/stock_pixmap.h
2392         * src/toolbar.c
2393         * src/pixmaps/go_folders.xpm
2394                 Maemo: Add a specific icon to go back to
2395                 folder list
2396
2397 2007-07-14 [colin]      2.10.0cvs23
2398
2399         * src/toolbar.c
2400                 Don't set homogeneous finally
2401
2402 2007-07-14 [colin]      2.10.0cvs22
2403
2404         * src/toolbar.c
2405                 Fix button show/hide issues
2406
2407 2007-07-14 [colin]      2.10.0cvs21
2408
2409         * src/toolbar.c
2410                 Fix huge arrows
2411                 Fix button workaround to be able to click
2412                 if mouse was on button when it went un-
2413                 sensitive.
2414                 Revert previous commit, gtk_tool_item_set_homogeneous
2415                 doesn't mean what it seems to mean ;-)
2416
2417 2007-07-14 [paul]       2.10.0cvs20
2418
2419         * src/toolbar.c
2420                 make homogeneous FALSE always
2421
2422 2007-07-13 [colin]      2.10.0cvs19
2423
2424         * src/toolbar.c
2425         * src/toolbar.h
2426                 Rework to fit the non-deprecated API
2427         * src/compose.c
2428         * src/folderview.c
2429         * src/mainwindow.c
2430         * src/messageview.c
2431         * src/summaryview.c
2432                 Maemo layout changes. Better toolbars,
2433                 removal of CTree headers. 
2434
2435 2007-07-13 [paul]       2.10.0cvs18
2436
2437         * src/gtk/colorlabel.c
2438                 fix bug 1261, '[DE] coloring messages in overview 
2439                 keys are not localised'
2440                 the string is now included in claws-mail.pot
2441
2442 2007-07-13 [colin]      2.10.0cvs17
2443
2444         * src/summaryview.c
2445                 Fix bug 1267, 'printing mutliple messages 
2446                 opens one message-dialog after the other'
2447                 Ask for confirmation when printing 10
2448                 messages or more.
2449
2450 2007-07-11 [colin]      2.10.0cvs16
2451
2452         * COPYING
2453         * README
2454         * autogen.sh
2455         * manual/claws-mail-manual.xml
2456         * manual/gpl.xml
2457         * manual/es/claws-mail-manual.xml
2458         * manual/es/gpl.xml
2459         * manual/fr/claws-mail-manual.xml
2460         * manual/fr/gpl.xml
2461         * manual/pl/gpl.xml
2462         * src/account.c
2463         * src/account.h
2464         * src/action.c
2465         * src/action.h
2466         * src/adbookbase.h
2467         * src/addr_compl.c
2468         * src/addr_compl.h
2469         * src/addrbook.c
2470         * src/addrbook.h
2471         * src/addrcache.c
2472         * src/addrcache.h
2473         * src/addrcindex.c
2474         * src/addrcindex.h
2475         * src/addrclip.c
2476         * src/addrclip.h
2477         * src/addrdefs.h
2478         * src/addressadd.c
2479         * src/addressadd.h
2480         * src/addressbook.c
2481         * src/addressbook.h
2482         * src/addressbook_foldersel.c
2483         * src/addressbook_foldersel.h
2484         * src/addressitem.h
2485         * src/addrgather.c
2486         * src/addrgather.h
2487         * src/addrharvest.c
2488         * src/addrharvest.h
2489         * src/addrindex.c
2490         * src/addrindex.h
2491         * src/addritem.c
2492         * src/addritem.h
2493         * src/addrquery.c
2494         * src/addrquery.h
2495         * src/addrselect.c
2496         * src/addrselect.h
2497         * src/alertpanel.c
2498         * src/alertpanel.h
2499         * src/browseldap.c
2500         * src/browseldap.h
2501         * src/codeconv.c
2502         * src/codeconv.h
2503         * src/compose.c
2504         * src/compose.h
2505         * src/crash.c
2506         * src/crash.h
2507         * src/customheader.c
2508         * src/customheader.h
2509         * src/displayheader.c
2510         * src/displayheader.h
2511         * src/editaddress.c
2512         * src/editaddress.h
2513         * src/editaddress_other_attributes_ldap.c
2514         * src/editaddress_other_attributes_ldap.h
2515         * src/editbook.c
2516         * src/editbook.h
2517         * src/editgroup.c
2518         * src/editgroup.h
2519         * src/editjpilot.c
2520         * src/editjpilot.h
2521         * src/editldap.c
2522         * src/editldap.h
2523         * src/editldap_basedn.c
2524         * src/editldap_basedn.h
2525         * src/edittags.c
2526         * src/edittags.h
2527         * src/editvcard.c
2528         * src/editvcard.h
2529         * src/enriched.c
2530         * src/enriched.h
2531         * src/exphtmldlg.c
2532         * src/exphtmldlg.h
2533         * src/expldifdlg.c
2534         * src/expldifdlg.h
2535         * src/export.c
2536         * src/export.h
2537         * src/exporthtml.c
2538         * src/exporthtml.h
2539         * src/exportldif.c
2540         * src/exportldif.h
2541         * src/filtering.c
2542         * src/filtering.h
2543         * src/folder.c
2544         * src/folder.h
2545         * src/folder_item_prefs.c
2546         * src/folder_item_prefs.h
2547         * src/foldersel.c
2548         * src/foldersel.h
2549         * src/folderutils.c
2550         * src/folderutils.h
2551         * src/folderview.c
2552         * src/folderview.h
2553         * src/gedit-print.c
2554         * src/gedit-print.h
2555         * src/grouplistdialog.c
2556         * src/grouplistdialog.h
2557         * src/headerview.c
2558         * src/headerview.h
2559         * src/html.c
2560         * src/html.h
2561         * src/image_viewer.c
2562         * src/image_viewer.h
2563         * src/imap.c
2564         * src/imap.h
2565         * src/imap_gtk.c
2566         * src/imap_gtk.h
2567         * src/import.c
2568         * src/import.h
2569         * src/importldif.c
2570         * src/importldif.h
2571         * src/importmutt.c
2572         * src/importmutt.h
2573         * src/importpine.c
2574         * src/importpine.h
2575         * src/inc.c
2576         * src/inc.h
2577         * src/jpilot.c
2578         * src/jpilot.h
2579         * src/ldapctrl.c
2580         * src/ldapctrl.h
2581         * src/ldaplocate.c
2582         * src/ldaplocate.h
2583         * src/ldapquery.c
2584         * src/ldapquery.h
2585         * src/ldapserver.c
2586         * src/ldapserver.h
2587         * src/ldapupdate.c
2588         * src/ldapupdate.h
2589         * src/ldaputil.c
2590         * src/ldaputil.h
2591         * src/ldif.c
2592         * src/ldif.h
2593         * src/localfolder.c
2594         * src/localfolder.h
2595         * src/main.c
2596         * src/main.h
2597         * src/mainwindow.c
2598         * src/mainwindow.h
2599         * src/manual.c
2600         * src/manual.h
2601         * src/matcher.c
2602         * src/matcher.h
2603         * src/matcher_parser.h
2604         * src/matcher_parser_lex.l
2605         * src/matcher_parser_parse.y
2606         * src/mbox.c
2607         * src/mbox.h
2608         * src/message_search.c
2609         * src/message_search.h
2610         * src/messageview.c
2611         * src/messageview.h
2612         * src/mh.c
2613         * src/mh.h
2614         * src/mh_gtk.c
2615         * src/mh_gtk.h
2616         * src/mimeview.c
2617         * src/mimeview.h
2618         * src/msgcache.c
2619         * src/msgcache.h
2620         * src/mutt.c
2621         * src/mutt.h
2622         * src/news.c
2623         * src/news.h
2624         * src/news_gtk.c
2625         * src/news_gtk.h
2626         * src/noticeview.c
2627         * src/noticeview.h
2628         * src/partial_download.c
2629         * src/partial_download.h
2630         * src/pine.c
2631         * src/pine.h
2632         * src/pop.c
2633         * src/pop.h
2634         * src/prefs_account.c
2635         * src/prefs_account.h
2636         * src/prefs_actions.c
2637         * src/prefs_actions.h
2638         * src/prefs_common.c
2639         * src/prefs_common.h
2640         * src/prefs_compose_writing.c
2641         * src/prefs_compose_writing.h
2642         * src/prefs_customheader.c
2643         * src/prefs_customheader.h
2644         * src/prefs_display_header.c
2645         * src/prefs_display_header.h
2646         * src/prefs_ext_prog.c
2647         * src/prefs_ext_prog.h
2648         * src/prefs_filtering.c
2649         * src/prefs_filtering.h
2650         * src/prefs_filtering_action.c
2651         * src/prefs_filtering_action.h
2652         * src/prefs_folder_column.c
2653         * src/prefs_folder_column.h
2654         * src/prefs_folder_item.c
2655         * src/prefs_folder_item.h
2656         * src/prefs_fonts.c
2657         * src/prefs_fonts.h
2658         * src/prefs_gtk.c
2659         * src/prefs_gtk.h
2660         * src/prefs_image_viewer.c
2661         * src/prefs_image_viewer.h
2662         * src/prefs_logging.c
2663         * src/prefs_logging.h
2664         * src/prefs_matcher.c
2665         * src/prefs_matcher.h
2666         * src/prefs_message.c
2667         * src/prefs_message.h
2668         * src/prefs_msg_colors.c
2669         * src/prefs_msg_colors.h
2670         * src/prefs_other.c
2671         * src/prefs_other.h
2672         * src/prefs_quote.c
2673         * src/prefs_quote.h
2674         * src/prefs_receive.c
2675         * src/prefs_receive.h
2676         * src/prefs_send.c
2677         * src/prefs_send.h
2678         * src/prefs_spelling.c
2679         * src/prefs_spelling.h
2680         * src/prefs_summaries.c
2681         * src/prefs_summaries.h
2682         * src/prefs_summary_column.c
2683         * src/prefs_summary_column.h
2684         * src/prefs_summary_open.c
2685         * src/prefs_summary_open.h
2686         * src/prefs_template.c
2687         * src/prefs_template.h
2688         * src/prefs_themes.c
2689         * src/prefs_themes.h
2690         * src/prefs_toolbar.c
2691         * src/prefs_toolbar.h
2692         * src/prefs_wrapping.c
2693         * src/prefs_wrapping.h
2694         * src/privacy.c
2695         * src/privacy.h
2696         * src/procheader.c
2697         * src/procheader.h
2698         * src/procmime.c
2699         * src/procmime.h
2700         * src/procmsg.c
2701         * src/procmsg.h
2702         * src/quote_fmt.c
2703         * src/quote_fmt_lex.l
2704         * src/quote_fmt_parse.y
2705         * src/recv.c
2706         * src/recv.h
2707         * src/remotefolder.c
2708         * src/remotefolder.h
2709         * src/send_message.c
2710         * src/send_message.h
2711         * src/setup.c
2712         * src/setup.h
2713         * src/simple-gettext.c
2714         * src/sourcewindow.c
2715         * src/sourcewindow.h
2716         * src/ssl_manager.c
2717         * src/ssl_manager.h
2718         * src/statusbar.c
2719         * src/statusbar.h
2720         * src/stock_pixmap.c
2721         * src/stock_pixmap.h
2722         * src/summary_search.c
2723         * src/summary_search.h
2724         * src/summaryview.c
2725         * src/summaryview.h
2726         * src/textview.c
2727         * src/textview.h
2728         * src/toolbar.c
2729         * src/toolbar.h
2730         * src/undo.c
2731         * src/undo.h
2732         * src/unmime.c
2733         * src/unmime.h
2734         * src/uri_opener.c
2735         * src/uri_opener.h
2736         * src/vcard.c
2737         * src/vcard.h
2738         * src/wizard.c
2739         * src/wizard.h
2740         * src/common/base64.c
2741         * src/common/base64.h
2742         * src/common/claws.c
2743         * src/common/claws.h
2744         * src/common/defs.h
2745         * src/common/fnmatch.c
2746         * src/common/fnmatch.h
2747         * src/common/fnmatch_loop.c
2748         * src/common/hooks.c
2749         * src/common/hooks.h
2750         * src/common/log.c
2751         * src/common/log.h
2752         * src/common/md5.c
2753         * src/common/md5.h
2754         * src/common/mgutils.c
2755         * src/common/mgutils.h
2756         * src/common/nntp.c
2757         * src/common/nntp.h
2758         * src/common/passcrypt.c
2759         * src/common/passcrypt.h.in
2760         * src/common/plugin.c
2761         * src/common/plugin.h
2762         * src/common/prefs.c
2763         * src/common/prefs.h
2764         * src/common/progressindicator.c
2765         * src/common/progressindicator.h
2766         * src/common/quoted-printable.c
2767         * src/common/quoted-printable.h
2768         * src/common/session.c
2769         * src/common/session.h
2770         * src/common/smtp.c
2771         * src/common/smtp.h
2772         * src/common/socket.c
2773         * src/common/socket.h
2774         * src/common/ssl.c
2775         * src/common/ssl.h
2776         * src/common/ssl_certificate.c
2777         * src/common/ssl_certificate.h
2778         * src/common/string_match.c
2779         * src/common/string_match.h
2780         * src/common/stringtable.c
2781         * src/common/stringtable.h
2782         * src/common/tags.c
2783         * src/common/tags.h
2784         * src/common/template.c
2785         * src/common/template.h
2786         * src/common/timing.h
2787         * src/common/utils.c
2788         * src/common/utils.h
2789         * src/common/uuencode.c
2790         * src/common/uuencode.h
2791         * src/common/version.h.in
2792         * src/common/w32_dirent.c
2793         * src/common/w32_reg.c
2794         * src/common/w32_signal.c
2795         * src/common/w32_stat.c
2796         * src/common/w32_stdlib.c
2797         * src/common/w32_string.c
2798         * src/common/w32_time.c
2799         * src/common/w32_unistd.c
2800         * src/common/w32_wait.c
2801         * src/common/w32lib.h
2802         * src/common/xml.c
2803         * src/common/xml.h
2804         * src/common/xmlprops.c
2805         * src/common/xmlprops.h
2806         * src/etpan/etpan-errors.h
2807         * src/etpan/etpan-thread-manager-types.h
2808         * src/etpan/etpan-thread-manager.c
2809         * src/etpan/etpan-thread-manager.h
2810         * src/etpan/imap-thread.c
2811         * src/etpan/imap-thread.h
2812         * src/gtk/about.c
2813         * src/gtk/about.h
2814         * src/gtk/colorlabel.c
2815         * src/gtk/colorlabel.h
2816         * src/gtk/colorsel.c
2817         * src/gtk/colorsel.h
2818         * src/gtk/combobox.c
2819         * src/gtk/combobox.h
2820         * src/gtk/description_window.c
2821         * src/gtk/description_window.h
2822         * src/gtk/filesel.c
2823         * src/gtk/filesel.h
2824         * src/gtk/foldersort.c
2825         * src/gtk/foldersort.h
2826         * src/gtk/gtkaspell.c
2827         * src/gtk/gtkaspell.h
2828         * src/gtk/gtksctree.c
2829         * src/gtk/gtkshruler.c
2830         * src/gtk/gtkshruler.h
2831         * src/gtk/gtksourceprintjob.c
2832         * src/gtk/gtksourceprintjob.h
2833         * src/gtk/gtkutils.c
2834         * src/gtk/gtkutils.h
2835         * src/gtk/gtkvscrollbutton.c
2836         * src/gtk/gtkvscrollbutton.h
2837         * src/gtk/icon_legend.c
2838         * src/gtk/icon_legend.h
2839         * src/gtk/inputdialog.c
2840         * src/gtk/inputdialog.h
2841         * src/gtk/logwindow.c
2842         * src/gtk/logwindow.h
2843         * src/gtk/manage_window.c
2844         * src/gtk/manage_window.h
2845         * src/gtk/menu.c
2846         * src/gtk/menu.h
2847         * src/gtk/pluginwindow.c
2848         * src/gtk/pluginwindow.h
2849         * src/gtk/prefswindow.c
2850         * src/gtk/prefswindow.h
2851         * src/gtk/progressdialog.c
2852         * src/gtk/progressdialog.h
2853         * src/gtk/quicksearch.c
2854         * src/gtk/quicksearch.h
2855         * src/gtk/sslcertwindow.c
2856         * src/gtk/sslcertwindow.h
2857         * src/plugins/bogofilter/bogofilter.c
2858         * src/plugins/bogofilter/bogofilter.h
2859         * src/plugins/bogofilter/bogofilter_gtk.c
2860         * src/plugins/clamav/clamav_plugin.c
2861         * src/plugins/clamav/clamav_plugin.h
2862         * src/plugins/clamav/clamav_plugin_gtk.c
2863         * src/plugins/demo/demo.c
2864         * src/plugins/dillo_viewer/dillo_prefs.c
2865         * src/plugins/dillo_viewer/dillo_prefs.h
2866         * src/plugins/dillo_viewer/dillo_viewer.c
2867         * src/plugins/pgpcore/passphrase.c
2868         * src/plugins/pgpcore/passphrase.h
2869         * src/plugins/pgpcore/pgp_viewer.c
2870         * src/plugins/pgpcore/pgp_viewer.h
2871         * src/plugins/pgpcore/plugin.c
2872         * src/plugins/pgpcore/prefs_gpg.c
2873         * src/plugins/pgpcore/prefs_gpg.h
2874         * src/plugins/pgpcore/select-keys.c
2875         * src/plugins/pgpcore/select-keys.h
2876         * src/plugins/pgpcore/sgpgme.c
2877         * src/plugins/pgpcore/sgpgme.h
2878         * src/plugins/pgpinline/pgpinline.c
2879         * src/plugins/pgpinline/pgpinline.h
2880         * src/plugins/pgpinline/plugin.c
2881         * src/plugins/pgpmime/pgpmime.c
2882         * src/plugins/pgpmime/pgpmime.h
2883         * src/plugins/pgpmime/plugin.c
2884         * src/plugins/spamassassin/spamassassin.c
2885         * src/plugins/spamassassin/spamassassin.h
2886         * src/plugins/spamassassin/spamassassin_gtk.c
2887         * src/plugins/trayicon/trayicon.c
2888         * src/plugins/trayicon/trayicon_prefs.c
2889         * src/plugins/trayicon/trayicon_prefs.h
2890         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2891         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2892         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2893         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2894         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2895         * tools/OOo2claws-mail.pl
2896         * tools/README.sylprint
2897         * tools/acroread2claws-mail.pl
2898         * tools/claws-mail-compose-insert-files.pl
2899         * tools/convert_mbox.pl
2900         * tools/filter_conv.pl
2901         * tools/filter_conv_new.pl
2902         * tools/fix_date.sh
2903         * tools/freshmeat_search.pl
2904         * tools/google_search.pl
2905         * tools/kmail-mailbox2claws-mail.pl
2906         * tools/kmail2claws-mail.pl
2907         * tools/kmail2claws-mail_v2.pl
2908         * tools/mairix.sh
2909         * tools/make.themes.project
2910         * tools/multiwebsearch.pl
2911         * tools/nautilus2claws-mail.sh
2912         * tools/outlook2claws-mail.pl
2913         * tools/textviewer.sh
2914         * tools/thunderbird-filters-convertor.pl
2915         * tools/update-po
2916         * tools/uuooffice
2917         * tools/vcard2xml.py
2918         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2919                 Upgrade to GPLv3 or later.
2920
2921 2007-07-10 [wwp]        2.10.0cvs15
2922
2923         * src/main.c
2924                 Fix re-opening of all composing messages that were
2925                 opened when closing the previous instance, thanks
2926                 to Colin.
2927
2928 2007-07-10 [paul]       2.10.0cvs14
2929
2930         * src/editaddress_other_attributes_ldap.c
2931         * src/ldapupdate.c
2932                 fix crash on selecting 'other attributes' combo
2933                 for either a new entry or an old entry with no
2934                 existing attributes.
2935                 fix bug on editing multiple attributes which
2936                 resulted them all having the value of the last
2937                 one changed.
2938                 Thanks to Colin
2939
2940 2007-07-10 [colin]      2.10.0cvs13
2941
2942         * src/editaddress.c
2943         * src/editaddress_other_attributes_ldap.h
2944         * src/ldapupdate.c
2945                 Fix --disable-ldap build
2946
2947 2007-07-09 [colin]      2.10.0cvs12
2948
2949         * src/Makefile.am
2950         * src/addritem.c
2951         * src/addritem.h
2952         * src/editaddress.c
2953         * src/editaddress_other_attributes_ldap.c
2954         * src/editaddress_other_attributes_ldap.h
2955         * src/editldap.c
2956         * src/ldapctrl.c
2957         * src/ldapctrl.h
2958         * src/ldapupdate.c
2959                 Add capability to edit all inetOrgPerson
2960                 attributes on LDAP. Patch by Michael 
2961                 Rasmussen
2962
2963 2007-07-09 [colin]      2.10.0cvs11
2964
2965         * src/Makefile.am
2966         * src/exporthtml.c
2967         * src/mbox.c
2968         * src/msgcache.c
2969         * src/prefs_summaries.c
2970         * src/prefs_themes.c
2971         * src/procheader.c
2972         * src/common/Makefile.am
2973         * src/common/log.c
2974         * src/common/timing.h
2975         * src/common/utils.c
2976         * src/common/utils.h
2977         * src/common/w32_account.c
2978         * src/common/w32lib.h
2979         * src/gtk/Makefile.am
2980         * src/gtk/colorlabel.c
2981         * src/plugins/pgpcore/Makefile.am
2982         * src/plugins/pgpcore/claws.def
2983         * src/plugins/pgpcore/passphrase.c
2984         * src/plugins/pgpcore/pgp_viewer.c
2985         * src/plugins/pgpcore/plugin.def
2986         * src/plugins/pgpcore/sgpgme.c
2987         * src/plugins/pgpinline/Makefile.am
2988         * src/plugins/pgpinline/claws.def
2989         * src/plugins/pgpinline/mypgpcore.def
2990         * src/plugins/pgpinline/plugin.def
2991         * src/plugins/pgpmime/Makefile.am
2992         * src/plugins/pgpmime/claws.def
2993         * src/plugins/pgpmime/mypgpcore.def
2994         * src/plugins/pgpmime/plugin.def
2995                 Commit win32 patch, from Werner Koch and
2996                 Marcus Brinkmann
2997
2998 2007-07-09 [colin]      2.10.0cvs10
2999
3000         * src/prefs_toolbar.c
3001                 Fix crash when no actions exist
3002
3003 2007-07-07 [paul]       2.10.0cvs9
3004
3005         * COPYING
3006         * manual/claws-mail-manual.xml
3007                 update copyright year
3008         * po/fi.po
3009                 updated by Flammie Pirinen
3010
3011 2007-07-05 [wwp]        2.10.0cvs8
3012
3013         * src/plugins/clamav/clamav_plugin_gtk.c
3014                 Make vertical spacing like in other plugin prefs pages.
3015
3016 2007-07-05 [wwp]        2.10.0cvs7
3017
3018         * src/quote_fmt.c
3019                 It's %am that works, not %ae (this doc incoherence has been
3020                 introduced with 2.9.2cvs13).
3021
3022 2007-07-04 [wwp]        2.10.0cvs6
3023
3024         * src/plugins/bogofilter/bogofilter.c
3025                 Gettext-ize an occurrence of "Any" that wasn't.
3026
3027 2007-07-04 [colin]      2.10.0cvs5
3028
3029         * po/POTFILES.in
3030                 Fix untranslated strings; thanks
3031                 to Pader Rezso.
3032
3033 2007-07-03 [colin]      2.10.0cvs4
3034
3035         * src/folder.c
3036         * src/mainwindow.c
3037                 Fix saving of sort mode for tags and
3038                 thread date. Thanks to Pierre Ossman.
3039                 Completes fix for bug 1233
3040
3041 2007-07-03 [paul]       2.10.0cvs3
3042
3043         * src/compose.c
3044                 fix auto-save
3045         * src/summaryview.c
3046                 fix build warnings
3047         Thanks to Colin
3048
3049 2007-07-02 [colin]      2.10.0cvs2
3050
3051         * src/folder.h
3052         * src/mainwindow.c
3053         * src/procmsg.h
3054         * src/summaryview.c
3055                 Add View/Sort/by Thread date
3056                 Fixes bug 1233, 'Capability to sort 
3057                 threads by most recent message'
3058                 Based on a patch by Paul Rolland
3059
3060 2007-07-02 [colin]      2.10.0cvs1
3061
3062         * src/Makefile.am
3063         * src/compose.c
3064         * src/edittags.c
3065         * src/edittags.h
3066         * src/filtering.c
3067         * src/folder.c
3068         * src/folder.h
3069         * src/headerview.c
3070         * src/headerview.h
3071         * src/main.c
3072         * src/mainwindow.c
3073         * src/mainwindow.h
3074         * src/manual.h
3075         * src/matcher.c
3076         * src/matcher.h
3077         * src/matcher_parser_parse.y
3078         * src/mimeview.c
3079         * src/msgcache.c
3080         * src/msgcache.h
3081         * src/prefs_common.c
3082         * src/prefs_common.h
3083         * src/prefs_filtering_action.c
3084         * src/prefs_matcher.c
3085         * src/prefs_summary_column.c
3086         * src/procmsg.c
3087         * src/procmsg.h
3088         * src/quote_fmt.c
3089         * src/quote_fmt_lex.l
3090         * src/quote_fmt_parse.y
3091         * src/summaryview.c
3092         * src/summaryview.h
3093         * src/textview.c
3094         * src/common/Makefile.am
3095         * src/common/defs.h
3096         * src/common/tags.c
3097         * src/common/tags.h
3098         * src/gtk/quicksearch.c
3099         * src/gtk/quicksearch.h
3100                 Add Tags implementation. Tags are arbitrary labels
3101                 that can be applied to messages. It is possible 
3102                 to create, edit, remove tags; apply them to mails;
3103                 filter on tags or tag presence; apply or unset
3104                 tags via filtering actions; reference tags in
3105                 reply templates.
3106
3107 2007-07-02 [paul]       2.10.0
3108
3109         * NEWS
3110         * README
3111         * RELEASE_NOTES
3112                 2.10.0 released
3113
3114 2007-07-02 [paul]       2.9.2cvs78
3115
3116         * po/de.po
3117         * po/en_GB.po
3118         * po/es.po
3119         * po/fr.po
3120         * po/hu.po
3121         * po/pt_BR.po
3122         * po/ru.po
3123         * po/zh_CN.po
3124                 updated by Stephan Sachse, me, Ricardo Mones
3125                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3126                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3127
3128 2007-07-02 [paul]       2.9.2cvs77
3129
3130         * AUTHORS
3131                 updated
3132
3133 2007-06-29 [wwp]        2.9.2cvs76
3134
3135         * src/gtk/headers.h
3136                 Fix a typo (thanks to Ricardo for finding this out).
3137
3138 2007-06-28 [paul]       2.9.2cvs75
3139
3140         * src/folderview.c
3141                 fix build warnings
3142
3143 2007-06-28 [paul]       2.9.2cvs74
3144
3145         * tools/Makefile.am
3146                 fix bug in the autotools build system.
3147                 Files cataloged under EXTRA_DIST were never
3148                 automatically copied to the build tree.
3149                 (fix 'make distcheck')
3150                 Patch by Michael Rasmussen.
3151
3152 2007-06-24 [colin]      2.9.2cvs73
3153
3154         * src/news_gtk.c
3155                 Fix bug 1249, 'Error handling for 
3156                 news errors needs modification'
3157                 Only popup error if the according
3158                 pref in Prefs/Receive is set.
3159
3160 2007-06-21 [colin]      2.9.2cvs72
3161
3162         * src/common/plugin.c
3163         * src/common/plugin.h
3164                 Change plugin API to know whether it's safe to 
3165                 unload plugins or whether we should just hide
3166                 them. Fixes bug 1248, 'Core dumps after 
3167                 unloading plugin and clicking on load plugins'
3168         * src/plugins/bogofilter/bogofilter.c
3169         * src/plugins/clamav/clamav_plugin.c
3170         * src/plugins/demo/demo.c
3171         * src/plugins/dillo_viewer/dillo_viewer.c
3172         * src/plugins/pgpcore/plugin.c
3173         * src/plugins/pgpinline/plugin.c
3174         * src/plugins/pgpmime/plugin.c
3175         * src/plugins/spamassassin/spamassassin.c
3176         * src/plugins/trayicon/trayicon.c
3177                 Update API
3178
3179 2007-06-19 [colin]      2.9.2cvs71
3180
3181         * src/compose.c
3182         * src/messageview.c
3183                 Fix crash mentioned in bug 1246
3184                 Race condition when automatically drafting
3185                 due to insertion on reedit.
3186
3187 2007-06-18 [wwp]        2.9.2cvs70
3188
3189         * src/importldif.c
3190                 LDIF import: use a "Proceed" button to complete
3191                 the process.
3192
3193 2007-06-18 [paul]       2.9.2cvs69
3194
3195         * configure.ac
3196                 use pkgconfig to check for gtk and glib
3197
3198 2007-06-17 [wwp]        2.9.2cvs68
3199
3200         * src/ldif.c
3201         * src/importldif.c
3202                 LDIF import: better error handling, minor code
3203                 and UI cleanup, and renamed the Save button
3204                 to Close, as imported stuff is already saved
3205                 when the Save button is shown.
3206
3207 2007-06-17 [colin]      2.9.2cvs67
3208
3209         * src/prefs_summaries.c
3210         * src/procmsg.c
3211                 Don't set as read when forwarded, only replied to
3212
3213 2007-06-17 [paul]       2.9.2cvs66
3214
3215         * src/alertpanel.c
3216                 add missing #include
3217
3218 2007-06-16 [colin]      2.9.2cvs65
3219
3220         * src/prefs_summaries.c
3221         * src/procmsg.c
3222                 Change the pref "Only mark as read when opened
3223                 in new window" to "..., replied to or forwarded".
3224                 Based on a patch by Paul Rolland.
3225
3226 2007-06-16 [paul]       2.9.2cvs64
3227
3228         * src/gtk/authors.h
3229                 alphabetical order! :)
3230
3231 2007-06-16 [colin]      2.9.2cvs63
3232
3233         * AUTHORS
3234         * src/gtk/authors.h
3235                 Add Michael Rasmussen in authors list
3236
3237 2007-06-16 [colin]      2.9.2cvs62
3238
3239         * src/messageview.c
3240                 Fix messageview_copy_clipboard to take advantage
3241                 of plugins' get_selection.
3242
3243 2007-06-15 [colin]      2.9.2cvs61
3244
3245         * src/action.c
3246         * src/addr_compl.c
3247         * src/addressbook.c
3248         * src/folderview.c
3249         * src/message_search.c
3250         * src/mimeview.c
3251         * src/summary_search.c
3252         * src/summaryview.c
3253         * src/textview.c
3254                 Allow GDK_KP_Enter to do the same as GDK_Return
3255                 Patch by Michael Rasmussen
3256
3257 2007-06-15 [paul]       2.9.2cvs60
3258
3259         * src/compose.c
3260                 fix bug when closing a compose window
3261                 during autosave
3262
3263 2007-06-14 [paul]       2.9.2cvs59
3264
3265         * src/main.c
3266         * src/common/defs.h
3267                 migrate sylpheed config
3268
3269 2007-06-14 [wwp]        2.9.2cvs58
3270
3271         * src/gtk/pluginwindow.c
3272                 Yet another attempt to fix sizing/alignment of the
3273                 button bar in plugins window.
3274
3275 2007-06-12 [colin]      2.9.2cvs57
3276
3277         * po/POTFILES.in
3278         * src/Makefile.am
3279         * src/folderview.c
3280         * src/prefs_common.c
3281         * src/prefs_common.h
3282         * src/prefs_summaries.c
3283         * src/prefs_summary_open.c
3284         * src/prefs_summary_open.h
3285         * src/summaryview.c
3286                 Make "when entering a folder" actions more personalisable
3287
3288 2007-06-12 [wwp]        2.9.2cvs56
3289
3290         * tools/README
3291                 Use short description from Paul (mairix.sh).
3292
3293 2007-06-12 [wwp]        2.9.2cvs55
3294
3295         * tools/README
3296                 Updated info about mairix.sh.
3297
3298 2007-06-11 [paul]       2.9.2cvs54
3299
3300         * src/prefs_logging.c
3301                 rework log window length widgets
3302                 and some sensitivity fixes
3303
3304 2007-06-11 [paul]       2.9.2cvs53
3305
3306         * src/mainwindow.c
3307         * src/prefs_logging.c
3308                 rename 'Protocol Log' to 'Network Log'
3309                 and some function renaming
3310
3311 2007-06-10 [wwp]        2.9.2cvs52
3312
3313         * src/gtk/pluginwindow.c
3314                 Revert 2.9.2cvs51.
3315
3316 2007-06-10 [wwp]        2.9.2cvs51
3317
3318         * src/gtk/pluginwindow.c
3319                 Fix button bar in plugin window, was centered and not
3320                 behaving like other dialogs w/ such button bar.
3321
3322 2007-06-08 [wwp]        2.9.2cvs50
3323
3324         * src/compose.c
3325         * src/compose.h
3326         * src/main.c
3327         * src/mainwindow.c
3328         * src/mainwindow.h
3329                 Provide a way out of automatic draft saving on IMAP, when
3330                 exiting offline.
3331                 Prevent drafting while sending and quitting while sending.
3332                 Thanks for Colin.
3333
3334
3335
3336 2007-06-08 [wwp]        2.9.2cvs49
3337
3338         * src/prefs_account.c
3339         * src/gtk/prefswindow.c
3340         * src/gtk/prefswindow.h
3341                 Activate the Basic page when opening account prefs.
3342
3343 2007-06-08 [wwp]        2.9.2cvs48
3344
3345         * src/common/socket.c
3346                 Don't crash if fork() fails, thanks to Colin.
3347
3348 2007-06-08 [wwp]        2.9.2cvs47
3349
3350         * src/gtk/prefswindow.c
3351                 Wrap some long lines, and reset horizontal scroller's adjusment
3352                 (this was already done, vertically), when changing tab (not page)
3353                 in prefs windows.
3354
3355 2007-06-08 [paul]       2.9.2cvs46
3356
3357         * src/common/utils.c
3358                 use gethostname() instead of uname()
3359                 based on a patch by Michael Hughes
3360                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3361
3362 2007-06-07 [wwp]        2.9.2cvs45
3363
3364         * src/prefs_common.c
3365                 Fix some useless warnings, thanks to Colin.
3366
3367 2007-06-06 [colin]      2.9.2cvs44
3368
3369         * src/ldapupdate.c
3370                 Fix strange allocations. 
3371
3372 2007-06-06 [colin]      2.9.2cvs43
3373
3374         * src/ldapupdate.c
3375                 Patch by Michael Rasmussus to help
3376                 bug 1232
3377
3378 2007-06-05 [wwp]        2.9.2cvs42
3379
3380         * src/prefs_account.c
3381         * src/prefs_folder_item.c
3382         * src/prefs_quote.c
3383         * src/quote_fmt.c
3384         * src/quote_fmt.h
3385                 Per-folder templates can now be applied recursively.
3386                 Always save per-folder templates (formats were erroneously
3387                 saved only if they were enabled).
3388                 Check for validity of quotation marks everywhere there
3389                 are defined.
3390
3391 2007-06-05 [wwp]        2.9.2cvs41
3392
3393         * src/inc.c
3394                 Fix incoming messages from local accounts always getting filtered
3395                 (even if the account prefs say don't), thanks to Colin.
3396
3397 2007-06-05 [wwp]        2.9.2cvs40
3398
3399         * src/compose.c
3400         * src/compose.h
3401                 Use per-folder/per-account quote chars when applying a
3402                 template or inserting text as well. Const'ify some
3403                 vars more.
3404
3405 2007-06-04 [colin]      2.9.2cvs39
3406
3407         * src/compose.c
3408                 More work for wwp :)
3409
3410 2007-06-04 [wwp]        2.9.2cvs38
3411
3412         * src/compose.c
3413                 Same as 2.9.2cvs36 but for forwarding.
3414
3415 2007-06-04 [colin]      2.9.2cvs37
3416
3417         * src/compose.c
3418                 Use original mail file for forward/redirect
3419                 Fixes some forwarded mails to be attached as
3420                 application/octet-stream (when they have binary
3421                 parts), and incidentally fixes bug 848
3422                 'Redirect breaks GnuPG'
3423
3424 2007-06-04 [wwp]        2.9.2cvs36
3425
3426         * src/compose.c
3427                 Fix quote mark mis-initialisation when replying/forwarding
3428                 (introduced w/ 2.9.2cvs20).
3429
3430 2007-06-04 [wwp]        2.9.2cvs35
3431
3432         * src/prefs_compose_writing.c
3433         * src/prefs_quote.c
3434                 Fix a bug where Quotation characters (prefs/compose/writing)
3435                 was cleared (introduced w/ 2.9.2cvs26).
3436
3437 2007-06-04 [wwp]        2.9.2cvs34
3438
3439         * src/prefs_account.c
3440         * src/prefs_account.h
3441                 Better fix for compiling w/o aspell (rollbacks
3442                 2.9.2cvs31).
3443
3444 2007-06-04 [wwp]        2.9.2cvs33
3445
3446         * src/account.c
3447         * src/prefs_account.c
3448         * src/prefs_account.h
3449         * src/procmsg.c
3450                 It's now possible to disable mail filtering plugins
3451                 on a per-account basis.
3452
3453 2007-06-04 [wwp]        2.9.2cvs32
3454
3455         * src/procheader.c
3456         * src/common/utils.c
3457         * src/common/utils.h
3458                 Support CRLF in headers part of messages.
3459                 Support few more date formats (RFC3339 subsets).
3460
3461 2007-06-04 [wwp]        2.9.2cvs31
3462
3463         * src/prefs_account.c
3464                 Fix compiling w/o aspell support.
3465
3466 2007-06-03 [wwp]        2.9.2cvs30
3467
3468         * src/prefs_gtk.c
3469                 Don't decode leading ENV_ and ~ in P_PASSWORD
3470                 values.
3471
3472 2007-06-03 [wwp]        2.9.2cvs29
3473
3474         * src/prefs_gtk.c
3475                 Don't decode leading ENV_ and ~ in P_PASSWORD
3476                 values.
3477
3478 2007-06-03 [wwp]        2.9.2cvs28
3479
3480         * src/prefs_account.c
3481         * src/gtk/prefswindow.c
3482         * src/gtk/prefswindow.h
3483                 Added a way to force preloading of all pages
3484                 (prefswindow).
3485                 Moved tabs to pages in account prefs.
3486
3487 2007-06-02 [colin]      2.9.2cvs27
3488
3489         * src/addressbook.c
3490                 Fix possible crash, fix ldap write bugs
3491         * src/ldapupdate.c
3492                 Fix ldap write bugs - patch by Michael
3493                 Rasmussen
3494         * src/alertpanel.c
3495         * src/alertpanel.h
3496                 Add a hook whenever alertpanel opens/closes
3497
3498 2007-05-31 [wwp]        2.9.2cvs26
3499
3500         * src/prefs_compose_writing.c
3501         * src/prefs_quote.c
3502                 Re-organized writing options a bit:
3503                  - renamed the Quoting page to Templates
3504                  - moved all composing templates to that page
3505                  - moved non-templates options to the Writing one,
3506                    grouped reply-related options, reordered reply and
3507                    forward options.
3508
3509 2007-05-31 [wwp]        2.9.2cvs25
3510
3511         * src/compose.c
3512                 Removed unused code.
3513
3514 2007-05-31 [colin]      2.9.2cvs24
3515
3516         * src/addressbook.c
3517                 Fix missing display name when modifying
3518                 LDAP. Patch by Michael Rasmussen
3519
3520 2007-05-31 [wwp]        2.9.2cvs23
3521
3522         * src/plugins/bogofilter/Makefile.am
3523         * src/plugins/clamav/Makefile.am
3524         * src/plugins/demo/Makefile.am
3525         * src/plugins/dillo_viewer/Makefile.am
3526         * src/plugins/spamassassin/Makefile.am
3527                 Fix building of those plugins in Mac OS X.
3528
3529 2007-05-30 [wwp]        2.9.2cvs22
3530
3531         * src/gtk/quicksearch.c
3532                 Fix missing initialization.
3533
3534 2007-05-30 [wwp]        2.9.2cvs21
3535
3536         * src/procheader.c
3537                 Revert accidental commit (debug outputs).
3538
3539 2007-05-30 [wwp]        2.9.2cvs20
3540
3541         * src/compose.c
3542         * src/folder_item_prefs.c
3543         * src/folder_item_prefs.h
3544         * src/prefs_account.c
3545         * src/prefs_account.h
3546         * src/prefs_folder_item.c
3547         * src/prefs_gtk.c
3548         * src/prefs_gtk.h
3549                 Implemented per-account and per-folder
3550                 compose/reply/forward formats.
3551
3552 2007-05-30 [wwp]        2.9.2cvs19
3553
3554         * src/prefs_compose_writing.c
3555         * src/prefs_quote.c
3556         * src/procheader.c
3557         * src/quote_fmt.c
3558         * src/quote_fmt.h
3559                 Internal API changes (factorize quote format
3560                 prefs and checks).
3561
3562 2007-05-30 [colin]      2.9.2cvs18
3563
3564         * src/compose.c
3565                 Fix race where it's possible to re-click Send
3566                 between end of SMTP session and end of "move to
3567                 sent folder" when sending an email with send
3568                 dialog enabled.
3569
3570 2007-05-30 [colin]      2.9.2cvs17
3571
3572         * src/crash.c
3573                 Ask for backtrace on all threads. Patch by
3574                 Pawel
3575         * src/folderview.c
3576                 Fix stale news statusbar when scanning fails.
3577                 Patch by Pawel
3578         * src/ldapupdate.c
3579                 Fix some LDAP write updates bugs. Patch
3580                 by Michael Rasmussen
3581
3582 2007-05-29 [colin]      2.9.2cvs16
3583
3584         * src/imap.c
3585                 Fix loss of local flags when moving mails
3586                 on IMAP in high-bandwidth mode (UID FETCH)
3587
3588 2007-05-25 [paul]       2.9.2cvs15
3589
3590         * src/common/socket.c
3591                 fix sometimes crasher on cancelling
3592                 message sending
3593
3594 2007-05-25 [colin]      2.9.2cvs14
3595
3596         * src/imap.c
3597                 Fix a memory leak
3598         * src/imap_gtk.c
3599                 Be more helpful in the subscription
3600                 message
3601
3602 2007-05-23 [wwp]        2.9.2cvs13
3603
3604         * src/compose.c
3605         * src/prefs_compose_writing.c
3606         * src/prefs_quote.c
3607         * src/prefs_template.c
3608         * src/prefs_template.h
3609         * src/quote_fmt.c
3610         * src/quote_fmt.h
3611         * src/quote_fmt_lex.l
3612         * src/quote_fmt_parse.y
3613                 Introduced new syntax elements (symbols and commands)
3614                 in templates/quote_fmt. Compatibility w/ old
3615                 symbols is kept.
3616                 Updated and reworked the corresponding Information
3617                 dialog.
3618                 Display the line number in dialogs that talk about
3619                 parser errors (in addition to the error message in
3620                 output).
3621
3622 2007-05-23 [wwp]        2.9.2cvs12
3623
3624         * src/quote_fmt_parse.y
3625                 Fix 2.9.2cvs11, probably a paste accident ;).
3626
3627 2007-05-23 [wwp]        2.9.2cvs11
3628
3629         * src/compose.c
3630         * src/prefs_template.c
3631         * src/quote_fmt.h
3632         * src/quote_fmt_parse.y
3633                 Fix 2.9.2cvs10, which broke --disable-aspell.
3634
3635 2007-05-22 [wwp]        2.9.2cvs10
3636
3637         * src/compose.c
3638         * src/prefs_template.c
3639         * src/quote_fmt.c
3640         * src/quote_fmt.h
3641         * src/quote_fmt_lex.l
3642         * src/quote_fmt_parse.y
3643         * src/gtk/gtkaspell.c
3644         * src/gtk/gtkaspell.h
3645                 Added template/quote format syntactical elements
3646                 to show and query:
3647                         - current dictionary
3648                           %T to show (shows empty if not set or not enabled),
3649                           ?T and !T to check if the default dictionary is
3650                           enabled and set
3651                         - current account's default dictionary
3652                           %aT to show (empty if not set or not enabled),
3653                           ?aT and !aT to check if it's enabled and set
3654                         - name completion for an address, from the address
3655                           book
3656                           %ABf, %ABt, %ABc respectively show the full name got
3657                           from the address book if From, To or Cc match a single
3658                           contact.
3659                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3660                           matches any contact and if the full name is non-empty.
3661                           If From, To or Cc are lists of email addresses, only
3662                           the first address will be checked.
3663                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3664                 that could show a trailing ','.
3665                 Also, template/quote_fmt parser now shows the line number in case
3666                 of parser error.
3667
3668 2007-05-15 [colin]      2.9.2cvs9
3669
3670         * src/main.c
3671         * src/main.h
3672                 Add a public function to know whether Claws
3673                 crashed last time
3674                 Store opened folder when exiting
3675         * src/folder.c
3676         * src/folder.h
3677                 Store last opened message in each FolderItem;
3678                 Reset last seen messages if Claws crashed, so 
3679                 that one can't go in an infinite crash in case 
3680                 a particular mail crashes Claws.
3681         * src/messageview.c
3682         * src/prefs_common.c
3683         * src/prefs_common.h
3684         * src/summaryview.c
3685         * src/prefs_summaries.c
3686                 Add "Select last opened message" when entering
3687                 a folder
3688                 Add "Select last opened folder" at startup.
3689
3690 2007-05-14 [colin]      2.9.2cvs8
3691
3692         * manual/xml2pdf
3693                 Fix bashism, search for xml catalog 
3694                 in /usr/local/share/xml/catalog too
3695                 Patch by Pawel
3696
3697 2007-05-13 [wwp]        2.9.2cvs7
3698
3699         * src/gtk/logwindow.c
3700                 fix raising log windows when they are either minimized or
3701                 in background.
3702
3703 2007-05-11 [colin]      2.9.2cvs6
3704
3705         * src/gtk/filesel.c
3706                 Use Hildon's file chooser on Maemo. Patch
3707                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3708                 'File attachment "manipulation" bugs...'
3709
3710 2007-05-10 [wwp]        2.9.2cvs5
3711
3712         * src/prefs_common.c
3713         * src/prefs_common.h
3714         * src/gtk/quicksearch.c
3715                 Add a quicksearch option to automatically run
3716                 a search selected from the history (this option
3717                 is exclusive towards type-ahead).
3718
3719 2007-05-10 [colin]      2.9.2cvs4
3720
3721         * src/imap.c
3722                 Fix g_warnings, thanks to Brian
3723                 Morrison
3724
3725 2007-05-09 [colin]      2.9.2cvs3
3726
3727         * src/crash.c
3728         * src/exporthtml.c
3729         * src/mbox.c
3730         * src/prefs_summaries.c
3731         * src/procheader.c
3732         * src/common/log.c
3733         * src/common/utils.c
3734         * src/gtk/gtksourceprintjob.c
3735         * src/gtk/sslcertwindow.c
3736                 Use the re-entrant variant of time functions
3737                 Probably fixes bug 1217, 'reentrancy problems 
3738                 with time functions'
3739
3740 2007-05-09 [colin]      2.9.2cvs2
3741
3742         * src/imap.c
3743                 Fix crasher when reconnection fails
3744
3745 2007-05-08 [paul]       2.9.2cvs1
3746
3747         * NEWS
3748         * README
3749         * RELEASE_NOTES
3750         * configure.ac
3751                 bump version number following
3752                 stable release
3753
3754 2007-05-08 [paul]       2.9.1cvs48
3755
3756         * src/plugins/demo/demo.c
3757         * src/plugins/dillo_viewer/dillo_prefs.c
3758         * src/plugins/dillo_viewer/dillo_prefs.h
3759         * src/plugins/dillo_viewer/dillo_viewer.c
3760         * src/plugins/pgpcore/pgp_viewer.c
3761         * src/plugins/pgpcore/pgp_viewer.h
3762         * src/plugins/pgpcore/plugin.c
3763         * src/plugins/pgpcore/prefs_gpg.c
3764         * src/plugins/pgpcore/prefs_gpg.h
3765         * src/plugins/pgpcore/sgpgme.c
3766         * src/plugins/pgpcore/sgpgme.h
3767         * src/plugins/pgpinline/plugin.c
3768         * src/plugins/pgpmime/pgpmime.c
3769         * src/plugins/pgpmime/pgpmime.h
3770         * src/plugins/pgpmime/plugin.c
3771         * src/plugins/spamassassin/spamassassin.c
3772         * src/plugins/spamassassin/spamassassin.h
3773         * src/plugins/spamassassin/spamassassin_gtk.c
3774         * src/plugins/trayicon/README
3775         * tools/README
3776         * tools/README.sylprint
3777         * tools/outlook2claws-mail.pl
3778         * tools/sylprint.pl
3779         * tools/tb2claws-mail
3780         * tools/tbird2claws.py
3781         * tools/update-po
3782         * tools/vcard2xml.py
3783         * tools/kdeservicemenu/README
3784                 cleanups and corrections
3785
3786 2007-05-06 [wwp]        2.9.1cvs47
3787
3788         * tools/uudec
3789                 Fix missing dash to `display` command-line, reported
3790                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3791
3792 2007-05-06 [colin]      2.9.1cvs46
3793
3794         * src/Makefile.am
3795         * src/stock_pixmap.c
3796         * src/stock_pixmap.h
3797         * src/pixmaps/printer.xpm
3798                 Add a printer icon
3799
3800 2007-05-06 [paul]       2.9.1cvs45
3801
3802         * src/compose.c
3803         * src/ldapquery.c
3804         * src/privacy.h
3805         * src/summary_search.c
3806         * src/summaryview.c
3807                 fix build warnings
3808
3809 2007-05-05 [wwp]        2.9.1cvs44
3810
3811         * src/messageview.c
3812         * src/mh.c
3813         * src/prefs_actions.c
3814         * src/prefs_gtk.c
3815         * src/summaryview.c
3816         * src/common/xml.c
3817                 Fix "faild" typos everywhere and capitalization of
3818                 some g_warnings.
3819
3820 2007-05-04 [colin]      2.9.1cvs43
3821
3822         * src/compose.c
3823         * src/privacy.c
3824         * src/privacy.h
3825         * src/plugins/pgpcore/prefs_gpg.c
3826         * src/plugins/pgpcore/prefs_gpg.h
3827         * src/plugins/pgpinline/pgpinline.c
3828         * src/plugins/pgpmime/pgpmime.c
3829                 Add an API to warn about encryption limits,
3830                 and allow to disable these warnings
3831
3832 2007-05-03 [colin]      2.9.1cvs42
3833
3834         * src/summaryview.c
3835         * src/mainwindow.c
3836                 Fix bug 1213, 'Delete more than 
3837                 one thread at once'
3838
3839 2007-05-03 [wwp]        2.9.1cvs41
3840
3841         * src/prefs_common.c
3842         * src/prefs_filtering.c
3843         * src/prefs_template.c
3844         * src/common/template.c
3845         * src/common/template.h
3846         * src/gtk/gtkutils.c
3847         * src/gtk/gtkutils.h
3848                 Templates are no longer automatically sorted
3849                 by name, but can be sorted manually using
3850                 |< < > >| buttons as well as drag'n'drop.
3851
3852 2007-05-03 [wwp]        2.9.1cvs40
3853
3854         * src/plugins/spamassassin/spamassassin.c
3855         * src/plugins/spamassassin/spamassassin.h
3856         * src/plugins/spamassassin/spamassassin_gtk.c
3857         * src/plugins/bogofilter/bogofilter.c
3858         * src/plugins/bogofilter/bogofilter.h
3859         * src/plugins/bogofilter/bogofilter_gtk.c
3860                 Added an option to conditionally mark saved spam
3861                 as read (default is and was to do so).
3862                 Satisfies feature request 1708539 on sf.net tracker.
3863
3864 2007-05-03 [colin]      2.9.1cvs39
3865
3866         * src/inc.c
3867                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3868
3869 2007-05-02 [colin]      2.9.1cvs38
3870
3871         * src/textview.c
3872                 Fix bug 1209, 'Clicking on address 
3873                 in header (mailto uri) selects 
3874                 default account'. Patch adapted from
3875                 G.P. Halkes' patch.
3876
3877 2007-05-02 [colin]      2.9.1cvs37
3878
3879         * src/grouplistdialog.c
3880                 Set cursor to wait cursor while loading
3881                 groups.
3882
3883 2007-05-02 [paul]       2.9.1cvs36
3884
3885         * src/folder.c
3886         * src/common/defs.h
3887                 rename cache and mark files
3888                 (data is preserved)
3889
3890 2007-04-30 [paul]       2.9.1cvs35
3891
3892         * manual/glossary.xml
3893         * manual/plugins.xml
3894                 updates. Patch by Ricardo
3895
3896 2007-04-29 [wwp]        2.9.1cvs34
3897
3898         * src/mainwindow.c
3899         * configure.ac
3900                 Fix few grammatical errors (patch by David Relson < relson at
3901                 osagesoftware dot com >).
3902
3903 2007-04-28 [colin]      2.9.1cvs33
3904
3905         * src/account.c
3906         * src/pop.c
3907         * src/prefs_account.c
3908         * src/prefs_account.h
3909                 Drop the "Download all" preference. It's
3910                 stupidly useless and confuses people from
3911                 time to time.
3912
3913 2007-04-27 [wwp]        2.9.1cvs32
3914
3915         * src/account.c
3916         * src/prefs_account.c
3917         * src/prefs_account.h
3918                 Don't reflect accounts changes to the mainwindow when it's
3919                 not necessary.
3920
3921 2007-04-27 [colin]      2.9.1cvs31
3922
3923         * src/folder.c
3924                 Freeze/thaw when sync'ing flags
3925         * src/imap.c
3926         * src/prefs_account.c
3927         * src/prefs_account.h
3928         * src/etpan/imap-thread.c
3929         * src/etpan/imap-thread.h
3930                 Add a way to use UID FETCH instead
3931                 of searches to fetch message lists
3932                 and flags. More expensive towards
3933                 bandwidth, less expensive towards
3934                 server's CPU. Probably fixes 
3935                 bug 1158, 'Scanning new folders on 
3936                 Exchange 2007 extremely slow'.
3937                 Patch 95% by Hoa.
3938
3939 2007-04-27 [paul]       2.9.1cvs30
3940
3941         * src/mainwindow.c
3942         * src/prefs_logging.c
3943                 improvements to english usage
3944
3945 2007-04-27 [colin]      2.9.1cvs29
3946
3947         * src/imap.c
3948                 Fix build without libetpan (my bad!)
3949
3950 2007-04-26 [colin]      2.9.1cvs28
3951
3952         * src/imap.c
3953         * src/imap.h
3954                 Fix uselessly exported function
3955         * src/textview.c
3956                 Consider "- -- \n" as signature separator
3957                 (that's what signature separators look like
3958                  in PGP/Inline signed mails)
3959
3960 2007-04-26 [colin]      2.9.1cvs27
3961
3962         * configure.ac
3963                 libetpan-0.49 is now required
3964         * src/procmime.c
3965                 Fix double fetching of mails if
3966                 first try failed
3967         * src/imap.c
3968                 Make offline sync faster, by
3969                 remembering last change time, and
3970                 last sync time.
3971
3972 2007-04-26 [hoa]        2.9.1cvs26
3973
3974         * src/imap.c
3975         * src/imap.h
3976         * src/mainwindow.c
3977         * src/toolbar.c
3978         * src/etpan/imap-thread.c
3979         * src/etpan/imap-thread.h
3980                 cancellation of IMAP operations is now allowed.
3981                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3982
3983 2007-04-26 [colin]      2.9.1cvs25
3984
3985         * src/folder.c
3986                 Always fetch body+headers in folders that are
3987                 synched for offline use, if "Synchronise as
3988                 soon as possible" is set.
3989                 Fixes bug 1200, 'Add option to always retrieve full 
3990                 messages'
3991
3992 2007-04-25 [colin]      2.9.1cvs24
3993
3994         * src/compose.c
3995                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3996                 persists...'
3997
3998 2007-04-24 [colin]      2.9.1cvs23
3999
4000         * src/folderview.c
4001                 Fix bug 1195, 'Hardware key navigation' 
4002                 Make GDK_Enter toggle expansion (Maemo)
4003
4004 2007-04-24 [wwp]        2.9.1cvs22
4005
4006         * src/compose.c
4007                 Fix few compiler warnings.
4008
4009 2007-04-24 [paul]       2.9.1cvs21
4010
4011         * src/Makefile.am
4012         * src/stock_pixmap.c
4013         * src/stock_pixmap.h
4014                 complete last commit
4015
4016 2007-04-24 [paul]       2.9.1cvs20
4017
4018         * src/gtk/about.c
4019         * src/pixmaps/active.xpm
4020         * src/pixmaps/checkbox_off.xpm
4021         * src/pixmaps/checkbox_on.xpm
4022         * src/pixmaps/inactive.xpm
4023                 kick out the blobs
4024                 remove transparent border from checkbox icons
4025
4026 2007-04-24 [wwp]        2.9.1cvs19
4027
4028         * src/textview.c
4029         * src/textview.h
4030                 Fix a crash in textview, thanks to Colin.
4031
4032 2007-04-23 [wwp]        2.9.1cvs18
4033
4034         * src/prefs_common.c
4035                 Fix 2.9.1cvs5: no header was being translated at all.
4036
4037 2007-04-23 [colin]      2.9.1cvs17
4038
4039         * src/Makefile.am
4040         * src/stock_pixmap.c
4041         * src/stock_pixmap.h
4042         * src/summaryview.c
4043         * src/summaryview.h
4044         * src/gtk/gtksctree.c
4045         * src/gtk/gtksctree.h
4046         * src/pixmaps/selection.xpm
4047                 Fix bug 1193, 'Need a way to multi-select
4048                 items'. Add a toggle button to the summaryview
4049                 to switch between normal and multiple selection
4050                 (Maemo)
4051
4052 2007-04-23 [colin]      2.9.1cvs16
4053
4054         * src/Makefile.am
4055         * src/stock_pixmap.c
4056         * src/stock_pixmap.h
4057         * src/summaryview.c
4058         * src/summaryview.h
4059         * src/gtk/gtksctree.c
4060         * src/gtk/gtksctree.h
4061         * src/pixmaps/selection.xpm
4062                 Fix bug 1193, 'Need a way to multi-
4063                 select items'
4064                 Add a toggle button in the summaryview
4065                 to enable normal or multiple selection.
4066                 (Maemo)
4067
4068 2007-04-23 [colin]      2.9.1cvs15
4069
4070         * src/compose.c
4071                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4072
4073 2007-04-21 [colin]      2.9.1cvs14
4074
4075         * src/gtk/quicksearch.c
4076                 Fix previous commit (actually use correct
4077                 parameter)
4078
4079 2007-04-21 [colin]      2.9.1cvs13
4080
4081         * src/gtk/quicksearch.c
4082                 Fix changing quicksearch type (after Esc,
4083                 after changing Recursive, ...)
4084
4085 2007-04-20 [wwp]        2.9.1cvs12
4086
4087         * src/gtk/Makefile.am
4088                 Added headers.h (completes 2.9.1cvs5).
4089
4090 2007-04-20 [wwp]        2.9.1cvs11
4091
4092         * src/addressbook.c
4093                 Fix the use of display name in name column,
4094                 it has been overriden w/ the use of nickname
4095                 by 2.9.0cvs3. Now nickname is used (if any)
4096                 in case of LDAP books only.
4097
4098 2007-04-20 [colin]      2.9.1cvs10
4099
4100         * src/mimeview.c
4101         * src/summaryview.c
4102         * src/textview.c
4103                 Add handling of 'a' to loop in a mail's
4104                 mimeparts
4105
4106 2007-04-20 [colin]      2.9.1cvs9
4107
4108         * src/toolbar.c
4109                 Fix bug 1190, 'dir_open' button doesn't work'
4110                 (Maemo)
4111
4112 2007-04-20 [colin]      2.9.1cvs8
4113
4114         * src/folderview.c
4115         * src/mainwindow.c
4116                 Fix bug 1194, 'Hardware keys move from email 
4117                 list to account/directory list, but not back 
4118                 to email list...' (Maemo)
4119
4120 2007-04-20 [colin]      2.9.1cvs7
4121
4122         * src/compose.h
4123                 complete previous commit
4124
4125 2007-04-20 [colin]      2.9.1cvs6
4126
4127         * src/compose.c
4128                 Fix bug 1187, 'Reply-to addressee disappears 
4129                 when reply-to text box is clicked...' (Maemo)
4130
4131 2007-04-20 [wwp]        2.9.1cvs5
4132
4133         * po/POTFILES.in
4134         * src/addressbook.c
4135         * src/compose.c
4136         * src/filtering.c
4137         * src/headerview.c
4138         * src/matcher.c
4139         * src/prefs_common.c
4140         * src/prefs_common.h
4141         * src/prefs_display_header.c
4142         * src/prefs_matcher.c
4143         * src/summaryview.c
4144         * src/gtk/headers.h
4145         * src/gtk/quicksearch.c
4146                 Translate more header names according to the relevant option value,
4147                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4148                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4149                 to prefs_common_translated_header_name().
4150                 Added a headers.h reference file that contains known header names
4151                 (RFC2822 and others) to the translation process' input, so that
4152                 translated header names will still exist even if no occurrence of
4153                 _("headername") is found anymore in the sources.
4154                 Don't translate column name 'Number' following to trans_hdr option
4155                 value as it's not a header name.
4156
4157 2007-04-20 [colin]      2.9.1cvs4
4158
4159         * src/gtk/quicksearch.c
4160         * src/gtk/quicksearch.h
4161                 Add "From, To or Subject" quicksearch
4162                 type. Patch by ulfschaper@users.sf.net
4163
4164 2007-04-20 [colin]      2.9.1cvs3
4165
4166         * src/matcher.c
4167                 Implement proper references filtering condition.
4168                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4169
4170 2007-04-19 [wwp]        2.9.1cvs2
4171
4172         * src/prefs_display_header.c
4173         * src/message_search.c
4174                 Fix few warnings (g_free of const gchar*).
4175
4176 2007-04-19 [paul]       2.9.1cvs1
4177
4178         * NEWS
4179         * README
4180         * RELEASE_NOTES
4181         * configure.ac
4182                 bump version number following
4183                 stable release
4184
4185 2007-04-19 [paul]       2.9.0cvs9
4186
4187         * manual/advanced.xml
4188         * manual/glossary.xml
4189                 fix typos
4190
4191 2007-04-18 [paul]       2.9.0cvs8
4192
4193         * src/pop.c
4194                 fix for CVE-2007-1558 (APOP)
4195                 Thanks to Colin
4196
4197 2007-04-18 [paul]       2.9.0cvs7
4198
4199         * src/messageview.c
4200         * src/mimeview.c
4201         * src/summaryview.c
4202         * src/gtk/filesel.c
4203                 Fix encoding woes wrt saving of
4204                 mails and parts
4205                 Thanks to Colin
4206
4207 2007-04-18 [colin]      2.9.0cvs6
4208
4209         * src/gtk/pluginwindow.c
4210                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4211
4212 2007-04-17 [wwp]        2.9.0cvs5
4213
4214         * src/addressadd.c
4215         * src/addressbook.c
4216         * src/addrindex.c
4217         * src/ldapupdate.c
4218                 Fix --disable-ldap build,
4219                 fix some LDAP annoyances on 
4220                 searches, thanks to Colin.
4221
4222 2007-04-17 [wwp]        2.9.0cvs4
4223
4224         * src/ldapupdate.c
4225                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4226                 like gcc 2.9x. Thanks to Colin.
4227
4228 2007-04-17 [wwp]        2.9.0cvs3
4229
4230         * src/Makefile.am
4231         * src/addressadd.c
4232         * src/addressbook.c
4233         * src/addrindex.c
4234         * src/addritem.c
4235         * src/addritem.h
4236         * src/editaddress.c
4237         * src/ldapctrl.c
4238         * src/ldapctrl.h
4239         * src/ldapquery.c
4240         * src/ldapserver.c
4241         * src/ldapserver.h
4242         * src/ldapupdate.c
4243         * src/ldapupdate.h
4244                 Add LDAP write support. Patch mostly by 
4245                 Michael <mir at datanom dot net>
4246
4247 2007-04-17 [wwp]        2.9.0cvs2
4248
4249         * src/compose.c
4250                 Prepend "Add to address book" to the context menu of compose window's sender and
4251                 recipient fields.
4252
4253 2007-04-16 [paul]       2.9.0cvs1
4254
4255         * src/gtk/authors.h
4256                 add Pader Rezso
4257
4258 2007-04-16 [paul]       2.9.0
4259
4260         * NEWS
4261         * README
4262         * RELEASE_NOTES
4263                 2.9.0 released
4264
4265 2007-04-16 [paul]       2.8.1cvs102
4266
4267         * po/fr.po
4268                 updated by Fabien Vantard
4269
4270 2007-04-16 [paul]       2.8.1cvs101
4271
4272         * po/ca.po
4273         * po/cs.po
4274         * po/de.po
4275         * po/hu.po
4276         * po/pl.po
4277         * po/pt_BR.po
4278         * po/sr.po
4279         * po/zh_CN.po
4280                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4281                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4282                 Aleksandar Urosevic, and Ralgh Young
4283
4284 2007-04-15 [mones]      2.8.1cvs100
4285
4286         * po/es.po
4287                 Updated for release
4288
4289 2007-04-14 [colin]      2.8.1cvs99
4290
4291         * src/message_search.c
4292         * src/prefs_display_header.c
4293         * src/summary_search.c
4294         * src/gtk/combobox.c
4295                 Fix allocations
4296
4297 2007-04-14 [wwp]        2.8.1cvs98
4298
4299         * src/gtk/combobox.c
4300         * src/message_search.c
4301         * src/summary_search.c
4302         * src/prefs_display_header.c
4303                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4304                 returns NULL, get the text value directly from the GtkEntry child.
4305
4306 2007-04-13 [colin]      2.8.1cvs97
4307
4308         * src/gtk/quicksearch.c
4309                 Give the focus back to summaryview when
4310                 emptying the quicksearch with Esc
4311
4312 2007-04-13 [colin]      2.8.1cvs96
4313
4314         * src/message_search.c
4315         * src/prefs_display_header.c
4316         * src/summary_search.c
4317                 Fix possibles crashes when getting text
4318                 from gtk combos
4319
4320 2007-04-13 [colin]      2.8.1cvs95
4321
4322         * src/pop.c
4323                 Add some UIDL debugging
4324
4325 2007-04-12 [colin]      2.8.1cvs94
4326
4327         * src/folder.c
4328                 Force folder scan if necessary after
4329                 copying mails, to be able to reapply
4330                 flags.
4331
4332 2007-04-11 [colin]      2.8.1cvs93
4333
4334         * src/main.c
4335                 don't scan for new mail on startup if --select
4336                 is specified (or race conditions arise). If so,
4337                 do both sequentially.
4338
4339 2007-04-09 [colin]      2.8.1cvs92
4340
4341         * src/common/defs.h
4342                 Use leafpad by default on Maemo. Patch
4343                 by Jean-Luc Biord.
4344
4345 2007-04-06 [colin]      2.8.1cvs91
4346
4347         * src/pixmaps/queue_close.xpm
4348         * src/pixmaps/queue_close_hrm.xpm
4349         * src/pixmaps/queue_close_hrm_mark.xpm
4350         * src/pixmaps/queue_close_mark.xpm
4351         * src/pixmaps/queue_open.xpm
4352         * src/pixmaps/queue_open_hrm.xpm
4353         * src/pixmaps/queue_open_hrm_mark.xpm
4354         * src/pixmaps/queue_open_mark.xpm
4355                 Move the clock one pixel down :)
4356
4357 2007-04-05 [colin]      2.8.1cvs90
4358
4359         * src/mainwindow.c
4360                 Don't sync when switching offline from
4361                 command line - it's usually too late :)
4362
4363 2007-04-05 [paul]       2.8.1cvs89
4364
4365         * src/Makefile.am
4366         * src/stock_pixmap.c
4367         * src/pixmaps/dir_close_hrm.xpm
4368         * src/pixmaps/dir_close_hrm_mark.xpm
4369         * src/pixmaps/drafts_close.xpm
4370         * src/pixmaps/drafts_close_mark.xpm
4371         * src/pixmaps/drafts_open.xpm
4372         * src/pixmaps/drafts_open_mark.xpm
4373         * src/pixmaps/inbox.xpm
4374         * src/pixmaps/inbox_close.xpm
4375         * src/pixmaps/inbox_close_hrm.xpm
4376         * src/pixmaps/inbox_close_hrm_mark.xpm
4377         * src/pixmaps/inbox_close_mark.xpm
4378         * src/pixmaps/inbox_hrm.xpm
4379         * src/pixmaps/inbox_hrm_mark.xpm
4380         * src/pixmaps/inbox_mark.xpm
4381         * src/pixmaps/inbox_open.xpm
4382         * src/pixmaps/inbox_open_hrm.xpm
4383         * src/pixmaps/inbox_open_hrm_mark.xpm
4384         * src/pixmaps/inbox_open_mark.xpm
4385         * src/pixmaps/outbox.xpm
4386         * src/pixmaps/outbox_close.xpm
4387         * src/pixmaps/outbox_close_hrm.xpm
4388         * src/pixmaps/outbox_close_hrm_mark.xpm
4389         * src/pixmaps/outbox_close_mark.xpm
4390         * src/pixmaps/outbox_hrm.xpm
4391         * src/pixmaps/outbox_hrm_mark.xpm
4392         * src/pixmaps/outbox_mark.xpm
4393         * src/pixmaps/outbox_open.xpm
4394         * src/pixmaps/outbox_open_hrm.xpm
4395         * src/pixmaps/outbox_open_hrm_mark.xpm
4396         * src/pixmaps/outbox_open_mark.xpm
4397         * src/pixmaps/queue_close.xpm
4398         * src/pixmaps/queue_close_hrm.xpm
4399         * src/pixmaps/queue_close_hrm_mark.xpm
4400         * src/pixmaps/queue_close_mark.xpm
4401         * src/pixmaps/queue_open.xpm
4402         * src/pixmaps/queue_open_hrm.xpm
4403         * src/pixmaps/queue_open_hrm_mark.xpm
4404         * src/pixmaps/queue_open_mark.xpm
4405                 updated, added and replaced icons
4406                 Icons by Colin
4407
4408 2007-04-04 [colin]      2.8.1cvs88
4409
4410         * src/imap.c
4411                 Fix build without libetpan
4412
4413 2007-04-03 [colin]      2.8.1cvs87
4414
4415         * src/imap.c
4416                 Fix crash with Citadel, and try to make
4417                 things work. this server (and specifically 
4418                 STATUS and APPEND at least) seems broken.
4419
4420 2007-04-03 [colin]      2.8.1cvs86
4421
4422         * src/folderview.c
4423                 Fix icons on folder close
4424
4425 2007-04-03 [colin]      2.8.1cvs85
4426
4427         * src/inc.c
4428                 Fix double-ask of offline override in
4429                 certain cases
4430         * src/imap.c
4431         * src/imap.h
4432         * src/imap_gtk.c
4433                 Much more efficient way to synchronise
4434                 for offline use
4435         * src/etpan/imap-thread.c
4436                 Fix possible segs
4437         * src/folder.c
4438         * src/gtk/quicksearch.c
4439                 Fix some GUI lags
4440
4441 2007-04-03 [paul]       2.8.1cvs84
4442
4443         * src/filtering.c
4444         * src/folder.c
4445         * src/folder.h
4446         * src/prefs_common.c
4447         * src/prefs_common.h
4448         * src/prefs_other.c
4449                 Fix sync being done too late
4450                 Thanks to Colin
4451
4452 2007-04-02 [colin]      2.8.1cvs83
4453
4454         * src/summaryview.c
4455                 Maemo: Put status and quicksearch at the top
4456         * src/plugins/bogofilter/bogofilter.c
4457         * src/plugins/spamassassin/spamassassin.c
4458                 Derive trash from inbox if possible
4459
4460 2007-04-02 [paul]       2.8.1cvs82
4461
4462         * src/plugins/bogofilter/bogofilter_gtk.c
4463                 a few English changes
4464
4465 2007-04-02 [paul]
4466
4467         2.9.0-rc1 released
4468
4469 2007-04-02 [colin]      2.8.1cvs81
4470
4471         * src/image_viewer.c
4472                 Fix transparent images by using
4473                 GtkImage
4474         * src/messageview.c
4475                 Flush events (on new windows) to avoid
4476                 having the textview's image resize fail
4477                 to know the available width
4478
4479 2007-04-01 [colin]      2.8.1cvs80
4480
4481         * src/prefs_account.c
4482                 If no MH mailbox exist, when creating a POP/Local
4483                 account, just create and use the default one 
4484                 instead of bailing with a "Mailbox doesn't exist"
4485                 error
4486
4487 2007-03-31 [colin]      2.8.1cvs79
4488
4489         * src/prefs_account.c
4490                 Create signature file if it doesn't exist
4491                 before editing
4492         * src/prefs_toolbar.c
4493                 Maemo: Move "Use default" on the left so
4494                 that people can find it
4495         * src/common/defs.h
4496                 Maemo: make default editor "Maemopad", 
4497                 default signature file "MyDocs/signature.txt"
4498
4499 2007-03-31 [colin]      2.8.1cvs78
4500
4501         * src/prefs_account.c
4502                 Maemo: rework account prefs so
4503                 that less horizontal scrolling
4504                 is required
4505
4506 2007-03-31 [colin]      2.8.1cvs77
4507
4508         * src/folderview.c
4509         * src/prefs_common.c
4510         * src/prefs_common.h
4511                 Fix bug 1167, 'Allow not displaying zeros 
4512                 in folder list'. Patch by MartinP
4513
4514 2007-03-31 [colin]      2.8.1cvs76
4515
4516         * AUTHORS
4517                 Add Jean-Luc Biord
4518
4519 2007-03-31 [colin]      2.8.1cvs75
4520
4521         * src/imap.c
4522                 Apply patch from bug 1172, direct
4523                 access to the folder's session instead
4524                 of using getter. Patch by MartinP
4525
4526 2007-03-31 [paul]       2.8.1cvs74
4527
4528         * src/gtk/authors.h
4529                 no need to list Fabien twice!
4530
4531 2007-03-31 [colin]      2.8.1cvs73
4532
4533         * src/inc.c
4534                 If we're currently "overriding for %d minutes",
4535                 don't ask
4536
4537 2007-03-31 [colin]      2.8.1cvs72
4538
4539         * src/compose.c
4540         * src/imap.c
4541         * src/inc.c
4542         * src/inc.h
4543         * src/messageview.c
4544         * src/news.c
4545         * src/plugins/spamassassin/spamassassin.c
4546                 Offline override: Add a parameter to allow
4547                 asking even if the override timer is running.
4548                 Allows to ask every time the user makes an
4549                 explicit action needing online access (such
4550                 as Get Mail), and not when the action is 
4551                 implicit (such as opening an IMAP folder)
4552
4553 2007-03-31 [colin]      2.8.1cvs71
4554
4555         * src/inc.c
4556                 Override offline: "No" answer shouldn't
4557                 re-ask after 3 seconds, but 10 minutes. 
4558
4559 2007-03-30 [colin]      2.8.1cvs70
4560
4561         * src/common/socket.c
4562                 Better error reporting on unix socket
4563                 failure (bind usually)
4564         * src/gtk/gtkutils.c
4565         * src/gtk/gtkutils.h
4566                 Label window: add a pulsing progress
4567                 bar to show we're not hung :)
4568         * src/folderview.c
4569         * src/main.c
4570         * src/plugins/pgpcore/sgpgme.c
4571                 Update API
4572
4573 2007-03-30 [colin]      2.8.1cvs69
4574
4575         * src/pop.c
4576         * src/prefs_common.c
4577                 Fix possible trashing of history and uidl
4578                 files on disk full problems
4579
4580 2007-03-30 [paul]       2.8.1cvs68
4581
4582         * src/mainwindow.c
4583         * src/summaryview.c
4584         * src/summaryview.h
4585                 update summary when changing layout type
4586                 (fixes wrong folder icon being displayed)
4587                 Thanks to Colin
4588
4589 2007-03-29 [colin]      2.8.1cvs67
4590
4591         * src/prefs_ext_prog.c
4592                 The browser pref is irrelevant on Maemo
4593
4594 2007-03-29 [colin]      2.8.1cvs66
4595
4596         * src/compose.c
4597         * src/compose.h
4598                 Maemo: dynamically switch headers/text position
4599         * src/prefs_common.c
4600                 Maemo: hide compose's ruler by default
4601         * src/common/socket.c
4602         * src/common/socket.h
4603                 Fix build warning
4604
4605 2007-03-29 [colin]      2.8.1cvs65
4606
4607         * src/common/socket.c
4608         * src/common/socket.h
4609                 Fix build when MAEMO_CFLAGS contains
4610                 _X_OPENSOURCE (resolv.h errors as long
4611                 as we don't add _BSD_SOURCE. Ugly).
4612
4613 2007-03-29 [wwp]        2.8.1cvs64
4614
4615         * src/prefs_logging.c
4616                 Fix sensitivity of clip-log widgets in prefs/logging,
4617                 thanks to Fabien.
4618
4619 2007-03-29 [wwp]        2.8.1cvs63
4620
4621         * po/POTFILES.in
4622                 Updated files list for translations, thanks to Fabien.
4623
4624 2007-03-29 [colin]      2.8.1cvs62
4625
4626         * src/main.c
4627         * src/common/Makefile.am
4628         * src/common/utils.c
4629                 Maybe make URI opening work in Maemo
4630                 Requires testing :)
4631
4632 2007-03-28 [colin]      2.8.1cvs61
4633
4634         * src/folder.c
4635         * src/folder.h
4636         * src/folderview.c
4637                 Add the possibility to sort folders arbitrarily
4638                 (via editing of folderlist.xml only). Patch by
4639                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4640                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4641                 be changed by the user'
4642
4643 2007-03-28 [colin]      2.8.1cvs60
4644
4645         * src/mimeview.c
4646                 Add popup menu for mime icons
4647
4648 2007-03-28 [colin]      2.8.1cvs59
4649
4650         * src/mainwindow.c
4651                 Fix a layout issue when presenting
4652                 mainwindow in Small screen layout
4653         * src/toolbar.c
4654         * src/toolbar.h
4655                 Add a "Go to folder list" button for
4656                 mainwindow, and make it default in
4657                 the Maemo build
4658
4659 2007-03-28 [colin]      2.8.1cvs58
4660
4661         * src/compose.c
4662                 Don't dynamically update title on Maemo
4663                 Patch by Jean-Luc Biord
4664
4665 2007-03-27 [colin]      2.8.1cvs57
4666
4667         * src/compose.c
4668         * src/folderview.c
4669         * src/summaryview.c
4670                 Enable tap-and-hold on Maemo
4671
4672 2007-03-26 [colin]      2.8.1cvs56
4673
4674         * src/compose.c
4675                 More popup-menu (in attachments list)
4676
4677 2007-03-26 [colin]      2.8.1cvs55
4678
4679         * src/compose.c
4680                 Enable popup-menu signal
4681
4682 2007-03-26 [colin]      2.8.1cvs54
4683
4684         * src/plugins/pgpinline/pgpinline.c
4685                 Fix bug 1111, 'PGP/inline plugin hides text 
4686                 around encrypted text block'. Patch based on
4687                 a patch from Michal Cihar.
4688
4689 2007-03-26 [wwp]        2.8.1cvs53
4690
4691         * src/procmsg.c
4692                 Fix getting a false error when sending queued message
4693                 whereas the sending was fine (if there are subfolders
4694                 in the queue folder), thanks to Colin.
4695
4696 2007-03-26 [paul]       2.8.1cvs52
4697
4698         * src/wizard.c
4699                 update FACE header in welcome message
4700
4701 2007-03-25 [colin]      2.8.1cvs51
4702
4703         * src/Makefile.am
4704                 Fix make dist
4705
4706 2007-03-25 [colin]      2.8.1cvs50
4707
4708         * src/main.c
4709                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4710
4711 2007-03-24 [colin]      2.8.1cvs49
4712
4713         * src/main.c
4714                 Fix a few launch problems on Maemo
4715                 Patch by Jean-Luc Biord
4716
4717 2007-03-24 [wwp]        2.8.1cvs48
4718
4719         * src/alertpanel.c
4720         * src/alertpanel.h
4721         * src/messageview.c
4722         * src/summaryview.c
4723                 Fix wrong action performed when closing the
4724                 "ask about account specific filtering rules
4725                 when filtering manually" dialog by pressing Escape.
4726                 Fix wrong order of buttons in the "return receipt
4727                 notification - the message was sent to several of
4728                 your accounts" dialog.
4729
4730 2007-03-24 [paul]       2.8.1cvs47
4731
4732         * src/folderview.c
4733                 an improvement to English usage
4734         * tools/kdeservicemenu/README
4735                 updated Claws url
4736
4737 2007-03-24 [paul]       2.8.1cvs46
4738
4739         * src/Makefile.am
4740         * src/stock_pixmap.c
4741         * src/pixmaps/edit_extern.xpm
4742         * src/pixmaps/mail_sign.xpm
4743                 rescue long lost icons
4744
4745 2007-03-24 [paul]       2.8.1cvs45
4746
4747         * src/toolbar.c
4748                 fix toolbar (broken in 2.8.1cvs42)
4749
4750 2007-03-23 [colin]      2.8.1cvs44
4751
4752         * src/imap.c
4753                 Correctly unsubscribe/resubscribe after
4754                 RENAME
4755
4756 2007-03-23 [colin]      2.8.1cvs43
4757
4758         * src/prefs_common.c
4759                 Maemo: as the platform is light on RAM, allow
4760                 caches to be discarded faster.
4761
4762 2007-03-23 [colin]      2.8.1cvs42
4763
4764         * src/Makefile.am
4765         * src/compose.c
4766         * src/compose.h
4767         * src/stock_pixmap.c
4768         * src/stock_pixmap.h
4769         * src/summaryview.c
4770         * src/summaryview.h
4771         * src/toolbar.c
4772         * src/toolbar.h
4773         * src/pixmaps/open_mail.xpm
4774                 Maemo changes: Add the possibility to have
4775                 "Open Email" and "Close Window" buttons on 
4776                 toolbars (and use them in Maemo's default
4777                 toolbars)
4778
4779 2007-03-23 [wwp]        2.8.1cvs41
4780
4781         * src/action.c
4782                 Reverted that part of the action dialog closure logics, to
4783                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4784                 done later in a different way (or may not).
4785
4786 2007-03-22 [wwp]        2.8.1cvs40
4787
4788         * src/action.c
4789                 Fix sticky action dialog when got no output but action command
4790                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4791
4792 2007-03-22 [colin]      2.8.1cvs39
4793
4794         * src/prefs_filtering.c
4795         * src/gtk/combobox.h
4796                 Fix escaping account names in filtering prefs
4797
4798 2007-03-22 [colin]      2.8.1cvs38
4799
4800         * src/addrindex.c
4801         * src/ldapctrl.h
4802         * src/ldapquery.c
4803                 Add any attribute specified in LDAP servers'
4804                 Search attributes to the Other Attributes tab
4805                 of contacts; Add 'telephoneNumber' in the
4806                 default list.
4807
4808 2007-03-22 [colin]      2.8.1cvs37
4809
4810         * src/folderview.c
4811         * src/folderview.h
4812         * src/mainwindow.c
4813                 Try to prevent race conditions when
4814                 changing the folder list
4815         * src/summaryview.c
4816                 Fix possible red folder icon when
4817                 switching from Small screen layout
4818                 to any other
4819
4820 2007-03-22 [colin]      2.8.1cvs36
4821
4822         * src/mainwindow.c
4823         * src/mainwindow.h
4824         * src/summaryview.c
4825                 Rename "little screen" to "Small screen"
4826         * src/gtk/Makefile.am
4827         * src/common/utils.c
4828         * src/mh.c
4829                 Fix Maemo-related compilation problems
4830
4831 2007-03-21 [colin]      2.8.1cvs35
4832
4833         * configure.ac
4834                 Fix previous commit
4835         * claws-mail.desktop
4836                 Remove .png from the Icon, it's useless
4837
4838 2007-03-21 [colin]      2.8.1cvs34
4839
4840         * configure.ac
4841         * src/Makefile.am
4842                 Add the necessary lib checking for 
4843                 Maemo
4844
4845 2007-03-21 [colin]      2.8.1cvs33
4846
4847         * src/main.c
4848                 Fix unconditional "error happened" when
4849                 sending via command-line. "lol @ myself"
4850
4851 2007-03-21 [colin]      2.8.1cvs32
4852
4853         * claws-mail-40x40.png
4854         * claws-mail-26x26.png
4855         * src/account.c
4856         * src/addressbook.c
4857         * src/compose.c
4858         * src/folderview.c
4859         * src/folderview.h
4860         * src/main.c
4861         * src/mainwindow.c
4862         * src/mainwindow.h
4863         * src/messageview.c
4864         * src/prefs_account.c
4865         * src/prefs_common.c
4866         * src/summary_search.c
4867         * src/summaryview.c
4868         * src/summaryview.h
4869         * src/gtk/authors.h
4870         * src/gtk/gtkutils.c
4871         * src/gtk/gtkutils.h
4872         * src/gtk/logwindow.c
4873         * src/gtk/menu.c
4874         * src/gtk/prefswindow.c
4875                 Add Maemo port (patch mainly by Jean-Luc Biort)
4876                 Add a new 'Little screen' layout to help on such
4877                 platforms (patch by me)
4878                 Make some default preferences different (more
4879                 adapted) on Maemo (patch by me)
4880
4881 2007-03-21 [wwp]        2.8.1cvs31
4882
4883         * src/prefs_logging.c
4884         * src/prefs_logging.h
4885                 Fixed copyright header of newly added files.
4886
4887 2007-03-21 [wwp]        2.8.1cvs30
4888
4889         * src/Makefile.am
4890         * src/filtering.c
4891         * src/filtering.h
4892         * src/folder.c
4893         * src/folderview.c
4894         * src/imap.c
4895         * src/inc.c
4896         * src/main.c
4897         * src/mainwindow.c
4898         * src/mainwindow.h
4899         * src/matcher.c
4900         * src/messageview.c
4901         * src/news.c
4902         * src/pop.c
4903         * src/prefs_common.c
4904         * src/prefs_common.h
4905         * src/prefs_logging.c
4906         * src/prefs_logging.h
4907         * src/prefs_other.c
4908         * src/procmsg.c
4909         * src/send_message.c
4910         * src/summaryview.c
4911         * src/common/log.c
4912         * src/common/log.h
4913         * src/common/nntp.c
4914         * src/common/session.c
4915         * src/common/smtp.c
4916         * src/common/socket.c
4917         * src/etpan/imap-thread.c
4918         * src/gtk/logwindow.c
4919         * src/gtk/logwindow.h
4920         * src/plugins/bogofilter/bogofilter.c
4921         * src/plugins/spamassassin/spamassassin.c
4922                 Added debugging of filtering/processing rules.
4923                 The debug log is here 'Tools/Filtering debug window',
4924                 the options there 'Configuration/Preferences/Other/Logging',
4925                 and the log file is ~/.claws-mail/filtering.log.
4926                 Moved protocol log prefs to 'Other/Logging' as well.
4927                 To support such debugging feature, the existing log API has
4928                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4929                 this impacts many external modules (commits follow).
4930
4931 2007-03-21 [paul]       2.8.1cvs29
4932
4933         * src/etpan/Makefile.am
4934         * src/etpan/imap-thread.c
4935                 add missing #include
4936
4937 2007-03-21 [colin]      2.8.1cvs28
4938
4939         * src/procmime.c
4940                 Fix bug 1157, 'some broken messages confuse 
4941                 mime parser'. Make sure we can't have MimeInfos
4942                 with negative sizes.
4943
4944 2007-03-20 [colin]      2.8.1cvs27
4945
4946         * src/main.c
4947                 Fix missing \0 on buffer
4948
4949 2007-03-20 [colin]      2.8.1cvs26
4950
4951         * src/mh.c
4952                 Use make_dir_hier instead of make_dir 
4953                 to create the MH mailbox
4954
4955 2007-03-20 [colin]      2.8.1cvs25
4956
4957         * src/folder.c
4958         * src/folder.h
4959         * src/prefs_account.c
4960         * src/wizard.c
4961                 Fix default inbox weirdnesses (after wizard,
4962                 if path is Mail, mailbox identifier is #mh/Mailbox,
4963                 and when creating new accounts)
4964
4965 2007-03-20 [colin]      2.8.1cvs24
4966
4967         * src/account.c
4968                 Write folderlist after adding/deleting accounts
4969                 that have folders
4970
4971 2007-03-20 [colin]      2.8.1cvs23
4972
4973         * src/imap.c
4974         * src/remotefolder.h
4975                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4976                 selected while scanning prior to update'
4977
4978 2007-03-17 [paul]       2.8.1cvs22
4979
4980         * src/main.c
4981                 fix a typo, and be a little more verbose.
4982
4983 2007-03-17 [wwp]        2.8.1cvs21
4984
4985         * src/inc.c
4986                 Fix a compiler warning.
4987
4988 2007-03-16 [wwp]        2.8.1cvs20
4989
4990         * tools/Makefile.am
4991         * tools/README
4992                 Updated to deal w/ the new mairix.sh tool.
4993
4994 2007-03-16 [wwp]        2.8.1cvs19
4995
4996         * src/action.c
4997                 Fix logics issues around the action IO dialog:
4998                 - disable entry widget and exec button when
4999                   the exec button is clicked (don't wait for any
5000                   output line) - fix possible disabling/re-enabling/
5001                   re-disabling of those widgets
5002                 - raise an error if executing a %as{} action either
5003                   empty or invalid, instead of failing silently
5004                 - don't close the dialog if the abort button has been
5005                   clicked and if there was no output yet
5006                 - set focus to the abort button when the exec button
5007                   is clicked
5008                 - fix capitalization of a warning message
5009
5010 2007-03-16 [wwp]        2.8.1cvs18
5011
5012         * tools/mairix.sh
5013                 Added a wrapper to mairix to the tools folder.
5014
5015 2007-03-16 [colin]      2.8.1cvs17
5016
5017         * src/messageview.c
5018         * src/mimeview.h
5019                 Allow mimeviewer plugins to print
5020                 their stuff
5021
5022 2007-03-16 [colin]      2.8.1cvs16
5023
5024         * .cvsignore
5025                 Ignore *.patchset
5026
5027 2007-03-15 [colin]      2.8.1cvs15
5028
5029         * src/messageview.c
5030         * src/mimeview.h
5031                 Add a way for mimeviewer plugins to
5032                 implement body search
5033
5034 2007-03-15 [paul]       2.8.1cvs14
5035
5036         * src/prefs_spelling.c
5037                 fix English usage
5038
5039 2007-03-15 [paul]       2.8.1cvs13
5040
5041         * src/common/quoted-printable.c
5042                 fix decoding of quoted-printable parts
5043
5044 2007-03-14 [wwp]        2.8.1cvs12
5045
5046         * src/gtk/logwindow.h
5047                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5048
5049 2007-03-14 [wwp]        2.8.1cvs11
5050
5051         * src/gtk/logwindow.h
5052                 Complete 2.8.1cvs10.
5053
5054 2007-03-14 [colin]      2.8.1cvs10
5055
5056         * src/gtk/logwindow.c
5057                 Probably fix bug 1149, crash on logwindow
5058                 close - at the expense of performance once
5059                 logwin has been opened
5060
5061 2007-03-14 [colin]      2.8.1cvs9
5062
5063         * src/main.c
5064                 If claws-mail is running on another
5065                 display, warn instead of popping it up
5066                 on the other display
5067
5068 2007-03-12 [colin]      2.8.1cvs8
5069
5070         * src/wizard.c
5071                 Fix bug 1145, 'Setting a different name 
5072                 for the Mailbox name isn't reflected in 
5073                 default account settings'. Patch by wwp
5074
5075 2007-03-12 [colin]      2.8.1cvs7
5076
5077         * src/summaryview.c
5078                 Fix bug 1143, 'Add number of messages to be 
5079                 deleted to confirmation dialog'
5080
5081 2007-03-12 [wwp]        2.8.1cvs6
5082
5083         * src/folderview.c
5084         * src/prefs_common.c
5085         * src/prefs_common.h
5086         * src/prefs_summaries.c
5087                 Changed the option that displays unread messages count
5088                 next to the folder name in folder list: it is now
5089                 possible to either display nothing, display the
5090                 unread messages number only or the unread and total messages
5091                 numbers. The patch includes this extra feature as well
5092                 as some minor fixes by rewriting the algo in folderview.c.
5093                 Thanks to Paul for the original idea and implementation, plus
5094                 testing and proof-reading!
5095
5096 2007-03-09 [paul]       2.8.1cvs5
5097
5098         * tools/Makefile.am
5099         * tools/README
5100         * tools/claws-mail-compose-insert-files.pl
5101                 added a script which enables inserting files
5102                 into the message body of a new Claws Mail
5103                 Compose window from the command line. Additionally
5104                 To, Cc, Subject and files to attach to the message
5105                 can be specified.
5106
5107 2007-03-09 [wwp]        2.8.1cvs4
5108
5109         * src/addr_compl.c
5110         * src/addr_compl.h
5111         * src/filtering.c
5112                 Optimize matching of addresses in the addressbook
5113                 (filtering/processing 'found_in_addressbook' condition).
5114
5115 2007-03-07 [wwp]        2.8.1cvs3
5116
5117         * src/quote_fmt.c
5118         * src/quote_fmt_lex.l
5119         * src/quote_fmt_parse.y
5120                 Add a new quote format symbol: %A to insert the
5121                 sender email address (just the address itself).
5122
5123 2007-03-06 [wwp]        2.8.1cvs2
5124
5125         * src/gtk/gtkutils.c
5126         * src/plugins/trayicon/trayicon_prefs.h
5127         * src/plugins/trayicon/trayicon_prefs.c
5128         * src/plugins/trayicon/trayicon.c
5129         * src/mainwindow.h
5130         * src/mainwindow.c
5131                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5132                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5133
5134
5135 2007-03-06 [paul]       2.8.1cvs1
5136
5137         * NEWS
5138         * README
5139         * RELEASE_NOTES
5140         * configure.ac
5141                 bump version number following
5142                 stable release
5143
5144 2007-03-06 [paul]       2.8.0cvs24
5145
5146         * po/cs.po
5147                 corrected by by Tim <timbrain@post.cz>
5148
5149 2007-03-05 [colin]      2.8.0cvs23
5150
5151         * src/Makefile.am
5152         * src/procmime.c
5153                 Fix mime/globs path on NetBSD
5154                 patch by George Michaelson
5155
5156 2007-03-05 [wwp]        2.8.0cvs22
5157
5158         * src/addr_compl.c
5159                 Remove debug statement (accidentally committed w/ cvs14).
5160
5161 2007-03-05 [paul]       2.8.0cvs21
5162
5163         * src/plugins/pgpcore/prefs_gpg.c
5164                 fix compiler warning
5165
5166 2007-03-05 [wwp]        2.8.0cvs20
5167
5168         * src/matcher_parser_parse.y
5169                 Fix mismerge between cvs17 and cvs19.
5170
5171 2007-03-05 [wwp]        2.8.0cvs19
5172
5173         * src/matcher_parser_parse.y
5174         * src/prefs_filtering_action.c
5175         * src/matcher.c
5176         * src/matcher.h
5177         * src/filtering.c
5178         * src/filtering.h
5179                 Add new 'add_to_addressbook' filtering/processing action.
5180
5181 2007-03-05 [wwp]        2.8.0cvs18
5182
5183         * src/filtering.c
5184                 Fix mark_as_ham filtering/processing action: spam flag
5185                 was not unset.
5186
5187 2007-03-04 [colin]      2.8.0cvs17
5188
5189         * src/filtering.c
5190         * src/matcher.c
5191         * src/matcher.h
5192         * src/matcher_parser_parse.y
5193         * src/prefs_filtering_action.c
5194                 Add 'Mark as spam' and 'Mark as ham' filtering
5195                 actions. Fixes bug 1138.
5196
5197 2007-03-04 [colin]      2.8.0cvs16
5198
5199         * src/imap.c
5200                 Fix bug 1140, wrong return value
5201                 without libetpan
5202
5203 2007-03-04 [wwp]        2.8.0cvs15
5204
5205         * src/addr_compl.c
5206                 Rollback cvs14: don't free stuff that is managed in g_list.
5207
5208 2007-03-04 [wwp]        2.8.0cvs14
5209
5210         * src/addr_compl.c
5211                 Fix a leak in address completion code.
5212
5213 2007-03-04 [colin]      2.8.0cvs13
5214
5215         * src/addr_compl.c
5216                 Maybe fix bug 1136, 'Crash in group 
5217                 address completion'
5218
5219 2007-03-04 [iwkse]      2.8.0cvs12
5220
5221         * src/imap.c
5222                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5223
5224 2007-03-03 [colin]      2.8.0cvs11
5225
5226         * src/plugins/pgpinline/pgpinline.c
5227                 Fix off-by-one, fix double-free. Fixes
5228                 bug 1135, 'cm-segfault on decrypting 
5229                 with PGP/inline'
5230
5231 2007-03-03 [colin]      2.8.0cvs10
5232
5233         * configure.ac
5234         * src/main.c
5235         * src/common/plugin.c
5236                 Fix bug 1134, 'Valgrind macros unhandled 
5237                 by Irix's cc'
5238
5239 2007-03-02 [colin]      2.8.0cvs9
5240
5241         * src/mbox.c
5242                 Don't error out on EAGAIN. Fixes 
5243                 bug 1129, '"local mbox file" account 
5244                 isn't retrieving mails'
5245
5246 2007-03-01 [wwp]        2.8.0cvs8
5247
5248         * src/mainwindow.c
5249         * src/gtk/colorlabel.c
5250                 Remove accels for extra color labels until we set better
5251                 and definitive ones.
5252
5253 2007-02-28 [wwp]        2.8.0cvs7
5254
5255         * src/mainwindow.c
5256         * src/matcher_parser_parse.y
5257         * src/prefs_common.c
5258         * src/prefs_msg_colors.c
5259         * src/procmsg.h
5260         * src/gtk/colorlabel.c
5261         * src/gtk/colorlabel.h
5262                 Add more customizable color labels. Cleaned up a bit
5263                 the color label API to avoid duplicate defines of
5264                 the max number of colors.
5265
5266 2007-02-27 [colin]      2.8.0cvs6
5267
5268         * src/mainwindow.c
5269         * src/common/utils.c
5270         * src/common/utils.h
5271                 Fix '+' in mailto URIs for List-* headers
5272
5273 2007-02-27 [colin]      2.8.0cvs5
5274
5275         * src/gtk/gtkutils.c
5276                 Use gtk_window_set_role instead of 
5277                 _set_wmclass
5278
5279 2007-02-27 [colin]      2.8.0cvs4
5280
5281         * src/inc.c
5282                 Fix "After receiving new mail, go to inbox" on IMAP,
5283                 and make it work only on manual reception
5284
5285 2007-02-27 [wwp]        2.8.0cvs3
5286
5287         * src/prefs_filtering.c
5288         * src/prefs_filtering_action.c
5289         * src/prefs_matcher.c
5290                 Update filtering matcher's and action's color label menus
5291                 when re-opening those dialogs (reflect any change to the
5292                 color labels list in the preferences).
5293
5294 2007-02-27 [colin]      2.8.0cvs2
5295
5296         * src/imap.c
5297         * src/etpan/etpan-thread-manager-types.h
5298         * src/etpan/etpan-thread-manager.c
5299         * src/etpan/imap-thread.c
5300                 Log imap ALERTs as errors in the log.
5301
5302 2007-02-26 [paul]       2.8.0cvs1
5303
5304         * tools/claws.i18n.status.pl
5305                 updated
5306
5307 2007-02-26 [paul]       2.7.2cvs75
5308
5309         * po/ca.po
5310         * po/cs.po
5311         * po/de.po
5312         * po/en_GB.po
5313         * po/fi.po
5314         * po/fr.po
5315         * po/hu.po
5316         * po/pl.po
5317         * po/pt_BR.po
5318         * po/sk.po
5319         * po/sr.po
5320         * po/zh_CN.po
5321                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5322                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5323                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5324                 Aleksandar Urosevic, and Ralgh Young
5325
5326 2007-02-25 [mones]      2.7.2cvs74
5327
5328         * po/es.po
5329                 Updated for release
5330
5331 2007-02-25 [colin]      2.7.2cvs73
5332
5333         * src/main.c
5334                 Clearing the list is only useful
5335                 to prevent a valgrind false-positive
5336
5337 2007-02-25 [paul]       2.7.2cvs72
5338
5339         * tools/Makefile.am
5340         * tools/README
5341         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5342         * tools/maildir2claws-mail.pl  **REMOVED**
5343                 renamed the script, fixed a couple bugs
5344
5345 2007-02-23 [colin]      2.7.2cvs71
5346
5347         * src/addressbook.c
5348                 Fix a leak, check for a few improbable nulls
5349
5350 2007-02-23 [colin]      2.7.2cvs70
5351
5352         * src/main.c
5353         * src/main.h
5354         * src/plugins/trayicon/trayicon.c
5355                 Fix blinking mainwin when starting in tray
5356                 (show mainwindow later in the startup process,
5357                  apart if restarting post-crash)
5358
5359 2007-02-23 [colin]      2.7.2cvs69
5360
5361         * src/folderview.c
5362         * src/imap_gtk.c
5363                 Fix crash when unsubscribing the currently
5364                 selected/opened folder
5365
5366 2007-02-23 [colin]      2.7.2cvs68
5367
5368         * src/compose.c
5369                 Fix bug that prevented colorization to
5370                 work without wrap quotation option
5371
5372 2007-02-23 [colin]      2.7.2cvs67
5373
5374         * src/addr_compl.c
5375                 Fix refcounting, start and end completion who
5376                 behaved as if there couldn't be any other current
5377                 user of completion
5378
5379 2007-02-23 [wwp]        2.7.2cvs66
5380
5381         * src/addressbook.c
5382         * src/addrindex.c
5383                 Address completion fixes: fix addressbook_peek_folder_exists() in
5384                 which the algorithm was ridiculously over-obfuscated and broken.
5385                 Fix addrindex_load_completion() as well, to load addresses in
5386                 completion list with regards to what addressbook_peek_folder_exists()
5387                 returns now.
5388
5389 2007-02-23 [wwp]        2.7.2cvs65
5390
5391         * src/addr_compl.c
5392                 Add addresses to completion when they're non-empty (thanks to Colin).
5393
5394 2007-02-23 [paul]       2.7.2cvs64
5395
5396         * src/plugins/pgpcore/passphrase.c
5397                 remove 'const '
5398
5399 2007-02-23 [colin]      2.7.2cvs63
5400
5401         * src/plugins/pgpcore/prefs_gpg.c
5402         * src/plugins/pgpcore/prefs_gpg.h
5403         * src/plugins/pgpcore/sgpgme.c
5404         * src/plugins/pgpinline/pgpinline.c
5405         * src/plugins/pgpmime/pgpmime.c
5406                 Try harder to respect user's choice wrt
5407                 gpg-agent even with gpg2, by unsetting
5408                 GPG_AGENT_INFO when necessary.
5409
5410 2007-02-22 [paul]       2.7.2cvs62
5411
5412         * src/plugins/pgpcore/sgpgme.c
5413         * src/plugins/pgpcore/sgpgme.h
5414         * src/plugins/pgpcore/passphrase.c
5415         * src/plugins/pgpinline/pgpinline.c
5416         * src/plugins/pgpmime/pgpmime.c
5417                 Fix a leak - gpgme_data_release_and_get_mem
5418                 leaks in recent gpgme. Workaround by using
5419                 our own function.
5420
5421 2007-02-22 [paul]       2.7.2cvs61
5422
5423         * src/gtk/quicksearch.c
5424                 Abandon dynamic search when pressing
5425                 Enter
5426
5427 2007-02-21 [colin]      2.7.2cvs60
5428
5429         * src/procmsg.c
5430         * src/plugins/pgpcore/passphrase.c
5431                 Fix little memory leaks
5432         * src/main.c
5433                 Fix false-positive leak at exit
5434         * src/gtk/quicksearch.c
5435                 Fix potentially big leak in recursive
5436                 Quicksearch
5437
5438 2007-02-21 [wwp]        2.7.2cvs59
5439
5440         * src/summaryview.c
5441                 Add missing newline to a debug message.
5442
5443 2007-02-20 [colin]      2.7.2cvs58
5444
5445         * src/Makefile.am
5446         * src/mimeview.c
5447         * src/stock_pixmap.c
5448         * src/stock_pixmap.h
5449         * src/pixmaps/mime_pgpsig.xpm
5450                 Add icon for application/pgp-signature
5451
5452 2007-02-20 [colin]      2.7.2cvs57
5453
5454         * src/Makefile.am
5455         * src/main.c
5456         * src/mimeview.c
5457         * src/stock_pixmap.c
5458         * src/stock_pixmap.h
5459         * src/pixmaps/mime_calendar.xpm
5460         * src/pixmaps/mime_pdf.xpm
5461         * src/pixmaps/mime_ps.xpm
5462                 Add icons for text/calendar, application/pdf
5463                 and application/postscript
5464
5465 2007-02-20 [colin]      2.7.2cvs56
5466
5467         * autogen.sh
5468         * src/matcher_parser_parse.y
5469         * src/matcher_parser_lex.l
5470                 Fix big memory leak in flex, and
5471                 require flex 2.5.31
5472
5473 2007-02-20 [wwp]        2.7.2cvs55
5474
5475         * src/matcher_parser_parse.y
5476                 Fix a duplicate token definition (thanks to iwkse).
5477
5478 2007-02-20 [wwp]        2.7.2cvs54
5479
5480         * src/matcher_parser_lex.l
5481         * src/quote_fmt_lex.l
5482                 Use proper flex options instead of direct use of #define,
5483                 make the flex-generated C lighter.
5484
5485 2007-02-20 [colin]      2.7.2cvs53
5486
5487         * src/summaryview.c
5488                 Grab focus in message list after hiding
5489                 the quicksearch, instead of leaving it
5490                 "somewhere"
5491
5492 2007-02-19 [colin]      2.7.2cvs52
5493
5494         * src/folderview.c
5495                 Fix bug 1033, 'Automatically refresh 
5496                 message list when new messages arrives'
5497                 Looks like folderview->opened can sometimes
5498                 be wrong...
5499
5500 2007-02-19 [paul]       2.7.2cvs51
5501
5502         * tools/Makefile.am
5503         * tools/README
5504         * tools/thunderbird-filters-convertor.pl
5505                 add new script which converts thunderbird filter
5506                 rules to Claws filter rules
5507
5508 2007-02-18 [paul]       2.7.2cvs50
5509
5510         * src/plugins/pgpcore/prefs_gpg.c
5511         * src/plugins/pgpcore/prefs_gpg.h
5512         * src/plugins/pgpcore/sgpgme.c
5513         * src/plugins/pgpinline/pgpinline.c
5514         * src/plugins/pgpmime/pgpmime.c
5515                 improved GUI interoperability with gpg-agent
5516
5517 2007-02-18 [paul]       2.7.2cvs49
5518
5519         * src/prefs_account.c
5520                 Privacy options sensitivity fix
5521
5522 2007-02-17 [colin]      2.7.2cvs48
5523
5524         * src/messageview.c
5525                 Reset icon to warning in the noticeview
5526
5527 2007-02-15 [colin]      2.7.2cvs47
5528
5529         * src/folderview.c
5530                 Fix a manifestation of bug 1033 (summaryview failing
5531                 to update for new mails), which happens after editing
5532                 account preferences or preferences that cause a 
5533                 folderview reload.
5534
5535 2007-02-15 [colin]      2.7.2cvs46
5536
5537         * src/addressbook.c
5538                 Probably fix bug 1123, 'Segmentation 
5539                 fault while opening address book'. I get
5540                 g_warnings if the saved paned position is
5541                 not greater than 0. Also, save position
5542                 when hiding the addressbook instead of
5543                 via signal.
5544
5545 2007-02-14 [colin]      2.7.2cvs45
5546
5547         * src/plugins/pgpcore/prefs_gpg.c
5548         * src/plugins/pgpcore/prefs_gpg.h
5549         * src/plugins/pgpcore/sgpgme.c
5550         * src/plugins/pgpinline/pgpinline.c
5551         * src/plugins/pgpmime/pgpmime.c
5552                 Add an option "Use gpg-agent if available". Fixes
5553                 annoyances with distro-installed gpg-agent, when
5554                 no pinentry program is installed, and the user's 
5555                 at a loss on why "decryption failed". Makes more
5556                 clear why passphrase isn't saved when gpg-agent is
5557                 used. Defaults to true, to avoid changing the 
5558                 current behaviour.
5559
5560 2007-02-14 [wwp]        2.7.2cvs44
5561
5562         * src/matcher_parser_parse.y
5563                 Fix missing line number reset (wrong line number might appear
5564                 when re-loading filtering rules if there's a parser error).
5565
5566 2007-02-13 [colin]      2.7.2cvs43
5567
5568         * src/common/utils.c
5569                 Don't encode ',' in URIs before passing it
5570                 to the browser command-line. It was probably
5571                 done at a time where commas in URIs made
5572                 mozilla -remote 'openurl(%s,new-window)'
5573                 bug.
5574
5575 2007-02-13 [wwp]        2.7.2cvs42
5576
5577         * src/prefs_matcher.c
5578         * src/plugins/bogofilter/bogofilter_gtk.c
5579                 A bit of string factorization around "Select ..." buttons.
5580
5581 2007-02-11 [colin]      2.7.2cvs41
5582
5583         * src/alertpanel.c
5584                 Make sure to escape the title
5585
5586 2007-02-11 [colin]      2.7.2cvs40
5587
5588         * src/codeconv.c
5589                 Recognize .utf8 locales as .UTF-8 ones
5590
5591 2007-02-11 [colin]      2.7.2cvs39
5592
5593         * src/compose.c
5594                 Fix code conversion when dragging a file
5595
5596 2007-02-09 [colin]      2.7.2cvs38
5597
5598         * src/plugins/clamav/clamav_plugin.c
5599                 Complete Paul's patch with conditional
5600                 compilation to avoid breaking compilation
5601                 on old Dapper and Edgy... Maybe other
5602                 distros too.
5603
5604 2007-02-09 [paul]       2.7.2cvs37
5605
5606         * src/plugins/clamav/clamav_plugin.c
5607                 fix for the upstream changes in libclamav
5608
5609 2007-02-09 [paul]       2.7.2cvs36
5610
5611         * src/main.c
5612         * src/mainwindow.c
5613         * src/procmsg.c
5614         * src/procmsg.h
5615                 fix "warn if there are queued messages" (on exit)
5616                 option, which only checked the first mailbox's
5617                 queue
5618                 don't ask before emptying trash if there are no
5619                 messages in trash, also check and empty all trash
5620                 folders
5621         * src/prefs_other.c
5622                 move "Ask before emptying trash" option
5623                 outside of the "On exit" frame as it's
5624                 not only an "On exit" option
5625
5626 2007-02-09 [paul]       2.7.2cvs35
5627
5628         * src/addrgather.c
5629         * src/alertpanel.c
5630         * src/editldap.c
5631         * src/prefs_account.c
5632         * src/prefs_folder_item.c
5633         * src/prefs_gtk.h
5634         * src/prefs_matcher.c
5635         * src/prefs_message.c
5636         * src/prefs_msg_colors.c
5637         * src/prefs_summaries.c
5638         * src/wizard.c
5639         * src/gtk/inputdialog.c
5640         * src/plugins/bogofilter/bogofilter_gtk.c
5641                 pedantic commit: use 'checkbtn' everywhere
5642                 instead of a mixture of 'checkbtn' and 'chkbtn'
5643
5644 2007-02-09 [paul]       2.7.2cvs34
5645
5646         * src/compose.c
5647                 fix default hotkeys
5648         * src/prefs_other.c
5649         * src/prefs_send.c
5650                 move "Never send Return Receipts" from
5651                 prefs_other to prefs_send
5652                 add an option "Ask about account specific
5653                 filtering rules..." to prefs_other
5654         * src/gtk/gtkutils.c
5655                 fix a compiler warning
5656
5657 2007-02-08 [colin]      2.7.2cvs33
5658
5659         * src/plugins/pgpinline/pgpinline.c
5660                 Fix bug 1110, 'pgpmime fails to process 
5661                 encapsulated openpgp mime (rfc 3156, 6.1 
5662                 -> rfc1847)'
5663                 It was due to an interaction between PGP/Mime
5664                 and PGP/Inline plugin. 
5665
5666 2007-02-08 [colin]      2.7.2cvs32
5667
5668         * src/inc.c
5669         * src/mbox.c
5670         * src/mbox.h
5671                 Fix bug 1117, 'fcntl locking code 
5672                 does not work in mbox.c'
5673
5674 2007-02-08 [colin]      2.7.2cvs31
5675
5676         * src/prefs_account.c
5677                 Fix Gentoo bug 165819, 'can't create 
5678                 a "local mbox file" account'. Patch
5679                 by Olivier <castan.o@free.fr>
5680
5681 2007-02-07 [colin]      2.7.2cvs30
5682
5683         * src/ldapquery.c
5684                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5685                 autocompletion was used'
5686
5687 2007-02-07 [paul]       2.7.2cvs29
5688
5689         * src/folder.c
5690                 cut down on unnecessary debug_prints
5691         * src/imap_gtk.c
5692                 fix menu_set_active() on 'Show only
5693                 subscribed folders'
5694
5695 2007-02-07 [paul]       2.7.2cvs28
5696
5697         * src/plugins/clamav/clamav_plugin.c
5698         * src/plugins/clamav/clamav_plugin.h
5699         * src/plugins/clamav/clamav_plugin_gtk.c
5700                 fix copyright header
5701
5702 2007-02-07 [paul]       2.7.2cvs27
5703
5704         * src/procheader.c
5705                 fix bug 1116, 'summary view allow a 
5706                 subject line break'
5707
5708 2007-02-06 [colin]      2.7.2cvs26
5709
5710         * src/summaryview.c
5711                 Fix delete thread
5712
5713 2007-02-05 [fabien]     2.7.2cvs25
5714
5715         * po/POTFILES.in
5716         * src/uri_opener.c
5717                 i18n related - 1 fix and 1 message for translators.
5718
5719 2007-02-05 [colin]      2.7.2cvs24
5720
5721         * src/gtk/quicksearch.c
5722                 Don't reload summary list if quicksearch wasn't
5723                 active on hiding; move currently selected mail in
5724                 the visible area when showing the quicksearch
5725
5726 2007-02-05 [colin]      2.7.2cvs23
5727
5728         * src/folderview.c
5729                 Add debug to try to solve bug 1104
5730
5731 2007-02-05 [paul]       2.7.2cvs22
5732
5733         * src/mainwindow.c
5734                 confirm before emptying trash on exit is
5735                 a Yes or No answer, use Yes or No in the
5736                 dialog
5737
5738 2007-02-04 [colin]      2.7.2cvs21
5739
5740         * src/compose.c
5741         * src/plugins/pgpcore/passphrase.c
5742         * src/plugins/pgpcore/select-keys.c
5743                 Set wmclass on new windows
5744
5745 2007-02-04 [colin]
5746
5747         2.8.0-rc1 released
5748
5749 2007-02-04 [colin]      2.7.2cvs20
5750
5751         * src/compose.c
5752         * src/compose.h
5753                 Auto save drafts on exit, reopen them
5754                 at startup, instead of asking
5755         * src/account.c
5756         * src/addressadd.c
5757         * src/addressbook.c
5758         * src/addressbook_foldersel.c
5759         * src/addrgather.c
5760         * src/crash.c
5761         * src/editaddress.c
5762         * src/editbook.c
5763         * src/editgroup.c
5764         * src/editjpilot.c
5765         * src/editldap.c
5766         * src/editldap_basedn.c
5767         * src/editvcard.c
5768         * src/exphtmldlg.c
5769         * src/expldifdlg.c
5770         * src/export.c
5771         * src/foldersel.c
5772         * src/gedit-print.c
5773         * src/import.c
5774         * src/importldif.c
5775         * src/importmutt.c
5776         * src/importpine.c
5777         * src/main.c
5778         * src/mainwindow.c
5779         * src/message_search.c
5780         * src/messageview.c
5781         * src/prefs_actions.c
5782         * src/prefs_customheader.c
5783         * src/prefs_display_header.c
5784         * src/prefs_filtering.c
5785         * src/prefs_filtering_action.c
5786         * src/prefs_folder_column.c
5787         * src/prefs_gtk.c
5788         * src/prefs_matcher.c
5789         * src/prefs_other.c
5790         * src/prefs_summaries.c
5791         * src/prefs_summary_column.c
5792         * src/prefs_template.c
5793         * src/sourcewindow.c
5794         * src/ssl_manager.c
5795         * src/summary_search.c
5796         * src/uri_opener.c
5797         * src/gtk/about.c
5798         * src/gtk/description_window.c
5799         * src/gtk/foldersort.c
5800         * src/gtk/gtkutils.c
5801         * src/gtk/gtkutils.h
5802         * src/gtk/icon_legend.c
5803         * src/gtk/logwindow.c
5804         * src/gtk/pluginwindow.c
5805         * src/gtk/prefswindow.c
5806                 Give different wmclass to different
5807                 windows - thanks to sed ;)
5808
5809 2007-02-04 [colin]      2.7.2cvs19
5810
5811         * src/main.c
5812                 Revert previous patch, can't reproduce
5813                 it anymore. 
5814
5815 2007-02-03 [colin]      2.7.2cvs18
5816
5817         * src/main.c
5818                 Don't save the mainwindow size and
5819                 position on emergency exit (libSM's
5820                 "die" callback), Xfce seems to make
5821                 the window smaller just before the
5822                 size's saved.
5823
5824 2007-02-03 [colin]      2.7.2cvs17
5825
5826         * src/plugins/bogofilter/bogofilter.c
5827         * src/plugins/bogofilter/bogofilter.h
5828         * src/plugins/bogofilter/bogofilter_gtk.c
5829         * src/plugins/pgpinline/pgpinline.c
5830         * src/plugins/pgpinline/pgpinline.h
5831                 Fix more copyrights
5832
5833 2007-02-03 [colin]      2.7.2cvs16
5834
5835         * src/partial_download.c
5836         * src/partial_download.h
5837         * src/ssl_manager.c
5838         * src/ssl_manager.h
5839         * src/uri_opener.c
5840         * src/uri_opener.h
5841         * src/wizard.c
5842         * src/wizard.h
5843         * src/common/ssl_certificate.c
5844         * src/common/ssl_certificate.h
5845         * src/gtk/quicksearch.c
5846         * src/gtk/quicksearch.h
5847         * src/gtk/sslcertwindow.c
5848         * src/gtk/sslcertwindow.h
5849                 Fix copyright on my files
5850
5851 2007-02-02 [colin]      2.7.2cvs15
5852
5853         * src/Makefile.am
5854         * src/mainwindow.c
5855         * src/messageview.c
5856         * src/messageview.h
5857         * src/textview.c
5858         * src/textview.h
5859         * src/uri_opener.c
5860         * src/uri_opener.h
5861                 Add Tools/List URIs to allow
5862                 opening any URI in the current mail
5863
5864 2007-02-02 [colin]      2.7.2cvs14
5865
5866         * src/common/valgrind.h ** NEW FILE **
5867         * src/common/Makefile.am
5868         * src/common/plugin.c
5869                 Don't dlclose the plugins if we're running
5870                 under valgrind. (doesn't require valgrind
5871                 either at compile time or run time).
5872
5873 2007-02-01 [paul]       2.7.2cvs13
5874
5875         * AUTHORS
5876         * src/gtk/authors.h
5877         * tools/freshmeat_search.pl
5878         * tools/google_search.pl
5879         * tools/multiwebsearch.pl
5880                 add support for non ISO-8859-1 compatible locales
5881                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5882
5883 2007-02-01 [colin]      2.7.2cvs12
5884
5885         * src/prefs_other.c
5886         * src/prefs_summaries.c
5887                 Move keybinding prefs to the Other page
5888
5889 2007-02-01 [wwp]        2.7.2cvs11
5890
5891         * src/plugins/trayicon/trayicon.c
5892                 Fix a raising issue within KDE.
5893
5894 2007-02-01 [colin]      2.7.2cvs10
5895
5896         * src/codeconv.c
5897                 Fix stray quotes in encoded strings
5898         * src/addressadd.c
5899                 Fix wrong call causing g_warnings
5900         * src/textview.c
5901                 Remove useless message
5902
5903 2007-01-31 [wwp]        2.7.2cvs9
5904
5905         * src/plugins/trayicon/trayicon.c
5906                 fix buggy hiding of main window when closing if close-to-tray
5907                 is not set (bad logics  in the trayicon hook code).
5908                 Changed the quit confirmation message too.
5909
5910 2007-01-30 [colin]      2.7.2cvs8
5911
5912         * src/main.c
5913                 Fix hidden mainwindow after clicking on
5914                 the X close button, if compose windows
5915                 exist and the user chooses not to quit
5916
5917 2007-01-30 [colin]      2.7.2cvs7
5918
5919         * src/main.c
5920         * src/compose.c
5921                 Handle local URIs to attach files (file:///...)
5922                 Fixes attaching files from Thunar for example
5923
5924 2007-01-30 [colin]      2.7.2cvs6
5925
5926         * src/prefs_ext_prog.c
5927                 Add 'mousepad' to the list of text editors.
5928                 Mousepad is XFCE's text editor
5929
5930 2007-01-29 [wwp]        2.7.2cvs5
5931
5932         * po/POTFILES.in
5933         * src/plugins/trayicon/trayicon_prefs.c
5934                 trayicon i18n fixes, thanks to Fabien.
5935
5936 2007-01-28 [wwp]        2.7.2cvs4
5937
5938         * src/mainwindow.c
5939         * src/mainwindow.h
5940         * src/plugins/trayicon/trayicon.c
5941         * src/plugins/trayicon/trayicon_prefs.c
5942         * src/plugins/trayicon/trayicon_prefs.h
5943                 Added a new TrayIcon plugin option to close to tray
5944                 (WM's hotkey and [X] button will hide the window instead
5945                 of closing it - closing CM can be done using the tray icon
5946                 menu or the File menu).
5947                 Improved visibility handling in trayicon, clicking the
5948                 trayicon now raise the window to current desktop when it
5949                 was either minimized/shaded/on another desktop.
5950                 Thanks to Paul for testing and fixing a strange behaviour
5951                 in KDE ;-).
5952
5953 2007-01-27 [paul]       2.7.2cvs3
5954
5955         * src/prefs_folder_item.c
5956         * src/prefs_receive.c
5957         * src/plugins/pgpcore/prefs_gpg.c
5958                 use 'start-up' instead of 'startup' in labels
5959
5960 2007-01-26 [wwp]        2.7.2cvs2
5961
5962         * src/plugins/trayicon/Makefile.am
5963         * src/plugins/trayicon/trayicon.c
5964         * src/plugins/trayicon/trayicon_prefs.c
5965         * src/plugins/trayicon/trayicon_prefs.h
5966                 Add a new TrayIcon option to hide the main window at
5967                 start-up.
5968                 Fix trayicon.c copyright header.
5969
5970 2007-01-26 [paul]       2.7.2cvs1
5971
5972         * NEWS
5973         * README
5974         * RELEASE_NOTES
5975         * configure.ac
5976                 bump up version number following
5977                 stable release
5978
5979 2007-01-25 [mones]      2.7.1cvs60
5980
5981         * po/es.po
5982                 updated thousands of strings (well, probably less ;-)
5983
5984 2007-01-25 [colin]      2.7.1cvs59
5985
5986         * src/matcher.c
5987                 Fix 2nd-run loss of matcherrc on new
5988                 configurations. 
5989
5990 2007-01-25 [wwp]        2.7.1cvs58
5991
5992         * src/mimeview.c
5993                 fix handling of empty value in attach_save_directory too, thanks
5994                 to Colin.
5995
5996 2007-01-25 [wwp]        2.7.1cvs57
5997
5998         * src/gtk/filesel.c
5999                 fix handling of empty value in attach_load_directory,
6000                 thanks to Colin.
6001
6002 2007-01-25 [wwp]        2.7.1cvs56
6003
6004         * src/plugins/dillo_viewer/dillo_prefs.h
6005                 fix a typo.
6006
6007 2007-01-25 [colin]      2.7.1cvs55
6008
6009         * src/matcher.c
6010         * src/matcher.h
6011         * src/matcher_parser_parse.y
6012         * src/prefs_matcher.c
6013                 Add matching on the spam flag
6014
6015 2007-01-24 [colin]      2.7.1cvs54
6016
6017         * src/folder.c
6018         * src/common/xml.c
6019         * src/common/xml.h
6020                 Make sure folderlist.xml is correctly
6021                 written before overwriting it.
6022         * src/procmsg.c
6023         * src/procmsg.h
6024         * src/summaryview.c
6025         * src/plugins/bogofilter/bogofilter.c
6026         * src/plugins/bogofilter/bogofilter.h
6027         * src/plugins/bogofilter/bogofilter_gtk.c
6028         * src/plugins/spamassassin/spamassassin.c
6029         * src/plugins/spamassassin/spamassassin.h
6030         * src/plugins/spamassassin/spamassassin_gtk.c
6031                 Move spam to the correct trash folder after
6032                 learning, if spam directory isn't set.
6033
6034 2007-01-23 [paul]       2.7.1cvs53
6035
6036         * src/plugins/bogofilter/bogofilter_gtk.c
6037                 fix sensitivity of "Insert X-Bogosity header"
6038                 option
6039
6040 2007-01-23 [colin]      2.7.1cvs52
6041
6042         * src/toolbar.c
6043                 Translate toolbar items text if
6044                 they're translatable (default)
6045         * src/addrcache.c
6046         * src/addrcache.h
6047         * src/addritem.c
6048         * src/addritem.h
6049         * src/codeconv.c
6050         * src/codeconv.h
6051         * src/jpilot.c
6052         * src/jpilot.h
6053         * src/ldapctrl.c
6054         * src/ldapctrl.h
6055         * src/ldapquery.h
6056         * src/ldif.c
6057         * src/ldif.h
6058         * src/etpan/etpan-thread-manager.c
6059         * src/etpan/etpan-thread-manager.h
6060         * src/gtk/gtkutils.c
6061         * src/gtk/gtkutils.h
6062                 More static functions
6063
6064 2007-01-22 [fabien]     2.7.1cvs51
6065
6066         * src/gtk/gtkutils.c
6067                 gtkut_get_options_frame() : ability to pass
6068                 a 'NULL' value in frame pointer parameter if
6069                 we don't need it.
6070
6071 2007-01-22 [colin]      2.7.1cvs50
6072
6073         * src/procmsg.c
6074         * src/procmsg.h
6075         * src/plugins/bogofilter/bogofilter.c
6076         * src/plugins/bogofilter/bogofilter_gtk.c
6077         * src/plugins/spamassassin/spamassassin.c
6078         * src/plugins/spamassassin/spamassassin_gtk.c
6079                 Allow moving spams to the account's trash
6080                 instead of default one
6081
6082 2007-01-21 [colin]      2.7.1cvs49
6083
6084         * src/ldapquery.c
6085         * src/ldapquery.h
6086                 Revert a static function that shouldn't
6087                 have been
6088
6089 2007-01-21 [colin]      2.7.1cvs48
6090
6091         * src/ldapquery.c
6092         * src/ldapquery.h
6093                 Same
6094
6095 2007-01-21 [colin]      2.7.1cvs47
6096
6097         * src/procmsg.c
6098         * src/procmsg.h
6099                 Same
6100
6101 2007-01-21 [colin]      2.7.1cvs46
6102
6103         * src/common/socket.c
6104         * src/common/socket.h
6105                 Same
6106
6107 2007-01-21 [colin]      2.7.1cvs45
6108
6109         * src/crash.c
6110         * src/exporthtml.c
6111         * src/exporthtml.h
6112         * src/exportldif.c
6113         * src/exportldif.h
6114         * src/folder.c
6115         * src/folder.h
6116         * src/folder_item_prefs.c
6117         * src/folder_item_prefs.h
6118         * src/folderview.c
6119         * src/folderview.h
6120         * src/gedit-print.c
6121         * src/gedit-print.h
6122         * src/main.c
6123         * src/main.h
6124         * src/common/socket.c
6125         * src/common/socket.h
6126         * src/gtk/gtkaspell.c
6127         * src/gtk/gtkaspell.h
6128         * src/gtk/quicksearch.c
6129         * src/gtk/quicksearch.h
6130                 Same
6131
6132 2007-01-21 [colin]      2.7.1cvs44
6133
6134         * src/common/utils.c
6135         * src/common/utils.h
6136         * src/etpan/etpan-thread-manager.c
6137         * src/etpan/etpan-thread-manager.h
6138                 Same (Funny that etpan_thread_unbind
6139                 is called but not etpan_thread_bind)
6140
6141 2007-01-21 [colin]      2.7.1cvs43
6142
6143         * src/addrselect.c
6144         * src/addrselect.h
6145         * src/codeconv.c
6146         * src/codeconv.h
6147         * src/compose.c
6148         * src/compose.h
6149         * src/etpan/Makefile.am
6150         * src/gtk/colorlabel.c
6151         * src/gtk/colorlabel.h
6152         * src/gtk/sslcertwindow.c
6153         * src/gtk/sslcertwindow.h
6154         * src/etpan/etpan-log.c ** REMOVED **
6155         * src/etpan/etpan-log.h ** REMOVED **
6156                 Same
6157
6158 2007-01-20 [colin]      2.7.1cvs42
6159
6160         * src/addritem.c
6161         * src/addritem.h
6162                 Same
6163
6164 2007-01-20 [colin]      2.7.1cvs41
6165
6166         * src/account.c
6167         * src/account.h
6168         * src/addrbook.c
6169         * src/addrbook.h
6170         * src/addrcache.c
6171         * src/addrcache.h
6172         * src/addrclip.c
6173         * src/addrclip.h
6174         * src/addressbook.c
6175         * src/addressbook.h
6176         * src/addrharvest.c
6177         * src/addrharvest.h
6178         * src/addrindex.c
6179         * src/addrindex.h
6180         * src/editaddress.c
6181         * src/editaddress.h
6182                 Make functions that aren't used in other
6183                 files static
6184
6185 2007-01-20 [colin]      2.7.1cvs40
6186
6187         * src/account.c
6188         * src/addrbook.c
6189         * src/addrcache.c
6190         * src/addressbook.c
6191         * src/addrgather.c
6192         * src/addrindex.c
6193         * src/addrquery.c
6194         * src/addrselect.c
6195         * src/browseldap.c
6196         * src/compose.c
6197         * src/editbook.c
6198         * src/editjpilot.c
6199         * src/editldap.c
6200         * src/editldap_basedn.c
6201         * src/editvcard.c
6202         * src/exporthtml.c
6203         * src/exportldif.c
6204         * src/folder.c
6205         * src/folderview.c
6206         * src/image_viewer.c
6207         * src/imap.c
6208         * src/importmutt.c
6209         * src/importpine.c
6210         * src/jpilot.c
6211         * src/ldapquery.c
6212         * src/main.c
6213         * src/mainwindow.c
6214         * src/matcher.c
6215         * src/messageview.c
6216         * src/mh.c
6217         * src/mimeview.c
6218         * src/msgcache.c
6219         * src/mutt.c
6220         * src/news.c
6221         * src/pine.c
6222         * src/prefs_account.c
6223         * src/prefs_common.c
6224         * src/prefs_compose_writing.c
6225         * src/prefs_ext_prog.c
6226         * src/prefs_folder_item.c
6227         * src/prefs_fonts.c
6228         * src/prefs_message.c
6229         * src/prefs_msg_colors.c
6230         * src/prefs_other.c
6231         * src/prefs_quote.c
6232         * src/prefs_receive.c
6233         * src/prefs_send.c
6234         * src/prefs_spelling.c
6235         * src/prefs_summaries.c
6236         * src/prefs_toolbar.c
6237         * src/prefs_wrapping.c
6238         * src/privacy.c
6239         * src/procmime.c
6240         * src/procmsg.c
6241         * src/ssl_manager.c
6242         * src/statusbar.c
6243         * src/summaryview.c
6244         * src/toolbar.c
6245         * src/vcard.c
6246         * src/common/hooks.c
6247         * src/common/log.c
6248         * src/common/passcrypt.c
6249         * src/common/socket.c
6250         * src/common/ssl.c
6251         * src/common/ssl_certificate.c
6252         * src/common/template.c
6253         * src/common/utils.c
6254         * src/etpan/imap-thread.c
6255         * src/gtk/sslcertwindow.c
6256         * src/gtk/sslcertwindow.h
6257                 Make functions that could be static, static
6258
6259 2007-01-20 [colin]      2.7.1cvs39
6260
6261         * src/editldap.c
6262                 Fix tooltip
6263
6264 2007-01-20 [colin]      2.7.1cvs38
6265
6266         * src/ldapquery.c
6267         * src/ldaputil.c
6268         * src/ldaputil.h
6269                 Fix bug 1102, 'claws-mail-2.7.1 
6270                 makes use of deprecated ldap 
6271                 functions'
6272
6273 2007-01-20 [colin]      2.7.1cvs37
6274
6275         * src/mainwindow.c
6276         * src/mainwindow.h
6277         * src/summaryview.c
6278         * src/gtk/quicksearch.c
6279                 Add Wide message list layout
6280
6281 2007-01-19 [fabien]     2.7.1cvs36
6282
6283         * src/textview.c
6284                 make sure a font change is considered in links of
6285                 headerview.
6286
6287 2007-01-19 [colin]      2.7.1cvs35
6288
6289         * src/main.c
6290         * src/mainwindow.c
6291         * src/mainwindow.h
6292         * src/messageview.c
6293         * src/messageview.h
6294         * src/prefs_common.c
6295         * src/prefs_common.h
6296         * src/summaryview.c
6297         * src/summaryview.h
6298         * src/gtk/quicksearch.c
6299         * src/gtk/quicksearch.h
6300                 Drop 'Separate Folder tree' and 'Separate
6301                 Message View'. Put three layouts in place
6302                 of it.
6303
6304 2007-01-19 [paul]       2.7.1cvs34
6305
6306         * src/prefs_msg_colors.c
6307                 more use of Q_ for translators
6308
6309 2007-01-19 [paul]       2.7.1cvs33
6310
6311         * src/imap_gtk.c
6312         * src/prefs_account.c
6313                 a few changes to the English
6314
6315 2007-01-19 [fabien]     2.7.1cvs32
6316
6317         * src/wizard.c
6318                 factorize translatable string
6319
6320 2007-01-18 [colin]      2.7.1cvs31
6321
6322         * src/main.c
6323                 Don't error out on --sync option. Although
6324                 we don't do anything with it, gtk+ handles
6325                 it, and it's useful for debugging X errors
6326
6327 2007-01-18 [fabien]     2.7.1cvs30
6328
6329         * src/prefs_other.c
6330                 ability to apply on the fly the recent added
6331                 'gtk_can_change_accels' pref (no need to restart).
6332
6333 2007-01-18 [fabien]     2.7.1cvs29
6334
6335         * src/plugins/bogofilter/bogofilter_gtk.c
6336         * src/plugins/bogofilter/bogofilter.c
6337         * src/plugins/spamassassin/spamassassin_gtk.c
6338         * src/addr_compl.c
6339         * src/prefs_account.c
6340                 factorize or rewrite some translatable strings.
6341
6342 2007-01-18 [fabien]     2.7.1cvs28
6343
6344         * src/prefs_gtk.h
6345         * src/compose.c
6346                 set a 4pix space between "Subject:" label and subject entry in
6347                 compose window.
6348
6349 2007-01-18 [wwp]        2.7.1cvs27
6350
6351         * src/addressbook.c
6352                 fix conflicting address-copy/paste when focus is set
6353                 to the embedded edit-person form.
6354  
6355
6356 2007-01-18 [wwp]        2.7.1cvs26
6357
6358         * src/addressbook.h
6359                 complete 2.7.1cvs23 (one more file was missing from that
6360                 commit).
6361
6362 2007-01-18 [colin]      2.7.1cvs25
6363
6364         * src/main.c
6365                 Provide a way to migrate without backup
6366                 Re-ask for migration on next start if 
6367                 it has been refused and wizard has been 
6368                 cancelled after.
6369
6370 2007-01-18 [wwp]        2.7.1cvs24
6371
6372         * src/editaddress.c
6373                 complete 2.7.1.cvs23 (file was missing from previous
6374                 commit).
6375
6376 2007-01-18 [wwp]        2.7.1cvs23
6377
6378         * src/addressbook.c
6379                 fix potential crashes in address book's focus_in/out signal handlers,
6380                 force focus to the edit-person form when clicked the Edit menu entry or
6381                 button (this only matters if the edit-person form is embedded to the
6382                 AB window, in that case, focus is not set when browsing the contacts
6383                 list w/ keys or mouse clicks).
6384
6385 2007-01-18 [paul]       2.7.1cvs22
6386
6387         * src/main.c
6388                 add command line options:
6389                 -h for --help
6390                 -q and --quit for --exit
6391                 -v for --version
6392                 print "Unknown option" for unknown options
6393
6394 2007-01-18 [paul]       2.7.1cvs21
6395
6396         * po/ru.po
6397                 updated by Pavlo Bohmat
6398
6399 2007-01-18 [paul]       2.7.1cvs20
6400
6401         * src/mainwindow.c
6402                 fix sensitivity issues of Mark as Spam/Ham
6403
6404 2007-01-17 [fabien]     2.7.1cvs19
6405
6406         * src/prefs_other.c
6407         * src/prefs_common.c
6408         * src/prefs_common.h
6409         * src/main.c
6410                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6411                 control the corresponding gtk property. It could be used to lock
6412                 all shortcuts (avoid to set one of them by inadvertency).
6413
6414 2007-01-17 [colin]      2.7.1cvs18
6415
6416         * src/summaryview.c
6417                 Fix bug 1100, 'Highlighted e-mail data not visible 
6418                 when color label applied.'. Use a weighted average
6419                 between normal selected foreground color and color
6420                 label instead of a simple one (3/1 instead 1/1).
6421
6422 2007-01-17 [colin]      2.7.1cvs17
6423
6424         * src/messageview.c
6425                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6426                 crash' - don't prevent mail switching while loading
6427
6428 2007-01-17 [colin]      2.7.1cvs16
6429
6430         * src/folder.c
6431         * src/folder.h
6432         * src/folderview.c
6433         * src/folderview.h
6434         * src/imap.c
6435         * src/imap.h
6436         * src/imap_gtk.c
6437                 Manage recursive search of unsubscribed folders
6438                 Rescan tree without checking for new messages 
6439                 after subscriptions changed
6440
6441 2007-01-17 [paul]       2.7.1cvs15
6442
6443         * src/prefs_common.c
6444         * src/gtk/pluginwindow.c
6445                 fix bug 1101, '"Load plugin" button is
6446                 accidentally hidden'
6447                 unset (-1) initial width in prefs_common,
6448                 fix overlapping buttons,
6449                 and other cleanups
6450
6451 2007-01-17 [paul]       2.7.1cvs14
6452
6453         * src/procmime.c
6454                 add #include <errno.h>, it's needed
6455                 on some systems
6456
6457 2007-01-17 [paul]       2.7.1cvs13
6458
6459         * src/common/defs.h
6460         * tools/make.themes.project
6461                 rename .sylpheed_themeinfo to .claws_themeinfo
6462                 and use it
6463         * src/etpan/etpan-errors.h
6464         * src/etpan/etpan-log.c
6465         * src/etpan/etpan-log.h
6466         * src/etpan/etpan-thread-manager-types.h
6467         * src/etpan/etpan-thread-manager.c
6468         * src/etpan/etpan-thread-manager.h
6469         * src/etpan/imap-thread.c
6470         * src/etpan/imap-thread.h
6471                 add copyright header
6472
6473 2007-01-17 [colin]      2.7.1cvs12
6474
6475         * src/plugins/pgpcore/select-keys.c
6476         * src/gtk/pluginwindow.c
6477         * src/prefs_account.c
6478                 Fix warnings
6479
6480 2007-01-16 [colin]      2.7.1cvs11
6481
6482         * src/imap.c
6483         * src/imap.h
6484         * src/imap_gtk.c
6485                 Manage subscribing to subfolders when only
6486                 subscribed folders are shown.
6487
6488 2007-01-16 [colin]      2.7.1cvs10
6489
6490         * src/folderview.c
6491                 Fix annoying vscrollbar going back to top
6492                 on Check for new folders
6493
6494 2007-01-16 [colin]      2.7.1cvs9
6495
6496         * src/imap.c
6497                 Remove printf
6498
6499 2007-01-16 [colin]      2.7.1cvs8
6500
6501         * src/filtering.c
6502                 Bigger buffer for errors
6503         * src/imap.c
6504         * src/imap.h
6505         * src/imap_gtk.c
6506         * src/prefs_account.c
6507         * src/prefs_account.h
6508         * src/wizard.c
6509         * src/etpan/imap-thread.c
6510         * src/etpan/imap-thread.h
6511         * manual/handling.xml
6512                 Add subscriptions management. What it changes:
6513                 Creating a folder subscribes to it
6514                 Deleting a folder unsubscribes it
6515                 New contextual menu item allowing to switch between
6516                 All folders and Subscribed folders, subscribe, and
6517                 unsubscribe. "Creating" an existing but unsubscribed
6518                 folder will subscribe it.
6519                 By default for new accounts, only subscribed folders 
6520                 are shown.
6521
6522
6523 2007-01-16 [paul]       2.7.1cvs7
6524
6525         * src/summaryview.c
6526                 Allow folder classes to specify only sort_key or
6527                 sort_type instead of both or none.
6528
6529 2007-01-16 [paul]       2.7.1cvs6
6530
6531         * src/action.c
6532         * src/compose.c
6533         * src/mimeview.c
6534         * src/procmime.c
6535         * src/textview.c
6536                 Save and use errno for procmime_get_part
6537
6538 2007-01-16 [colin]      2.7.1cvs5
6539
6540         * src/imap.c
6541                 Never remove INBOX when scanning for
6542                 new folders. It's a special folder
6543                 that has to exist.
6544
6545 2007-01-15 [colin]      2.7.1cvs4
6546
6547         * src/imap.c
6548                 Fix 'Check for new folders' when IMAP subdirectory
6549                 is set
6550         * src/etpan/imap-thread.c
6551                 Fix build
6552
6553 2007-01-15 [colin]      2.7.1cvs3
6554
6555         * src/etpan/imap-thread.c
6556                 Fix invalid free on command-connection
6557                 error
6558
6559 2007-01-15 [wwp]        2.7.1cvs2
6560
6561         * src/matcher_parser_lex.l
6562         * src/quote_fmt_lex.l
6563         * src/matcher_parser_parse.y
6564                 fix copyright header in lexers and parsers.
6565
6566 2007-01-15 [paul]       2.7.1cvs1
6567
6568         * NEWS
6569         * README
6570         * RELEASE_NOTES
6571         * configure.ac
6572                 bump up version number following
6573                 stable release
6574
6575 2007-01-15 [paul]       2.7.0cvs31
6576
6577         * AUTHORS
6578         * src/gtk/authors.h
6579                 add Fabien to the Team list
6580                 add the recent contributors
6581                 make a few corrections
6582
6583 2007-01-15 [paul]       2.7.0cvs30
6584
6585         * src/mainwindow.c
6586                 fix compiler warning
6587         * src/plugins/pgpcore/prefs_gpg.c
6588         * src/plugins/pgpcore/prefs_gpg.h
6589                 add missing include
6590                 fix copyright header
6591
6592 2007-01-14 [colin]      2.7.0cvs29
6593
6594         * src/gtk/filesel.c
6595                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6596                 two benefits: faster to open, will fix strange
6597                 dbus-related crash. Thanks to Pascal Terjan.
6598
6599 2007-01-14 [colin]      2.7.0cvs28
6600
6601         * src/etpan/imap-thread.c
6602                 Delete the old imap just after allocating
6603                 the new one. Makes sure we don't get the
6604                 same pointer by sheer luck, which feels
6605                 strange in the debug log.
6606
6607 2007-01-14 [colin]      2.7.0cvs27
6608
6609         * src/gtk/inputdialog.c
6610                 Make sure we don't print passwords in
6611                 clear text when in debug mode
6612
6613 2007-01-14 [colin]      2.7.0cvs26
6614
6615         * src/gtk/gtksctree.c
6616                 Fix bug 1098, 'bogus last row display 
6617                 after expanding a thread'. Patch by
6618                 Jindrich Makovicka <makovick@gmail.com>
6619
6620 2007-01-14 [colin]      2.7.0cvs25
6621
6622         * src/etpan/imap-thread.c
6623                 Close socket manually before
6624                 freeing the imap struct
6625
6626 2007-01-14 [colin]      2.7.0cvs24
6627
6628         * src/etpan/imap-thread.c
6629                 Maybe fix new reconnection issues
6630
6631 2007-01-13 [colin]      2.7.0cvs23
6632
6633         * src/summaryview.c
6634                 Freeze/thaw on thread selection
6635
6636 2007-01-13 [paul]       2.7.0cvs22
6637
6638         * src/mainwindow.c
6639         * src/summaryview.c
6640         * src/summaryview.h
6641                 add 'Edit/Delete thread'
6642
6643 2007-01-13 [colin]      2.7.0cvs21
6644
6645         * src/prefs_account.c
6646         * src/prefs_compose_writing.c
6647         * src/prefs_message.c
6648         * src/prefs_msg_colors.c
6649         * src/prefs_other.c
6650         * src/prefs_receive.c
6651         * src/prefs_spelling.c
6652         * src/prefs_summaries.c
6653         * src/prefs_themes.c
6654         * src/gtk/gtkutils.c
6655         * src/gtk/gtkutils.h
6656         * src/plugins/pgpcore/prefs_gpg.c
6657         * src/plugins/spamassassin/spamassassin_gtk.c
6658                 Factorize gtk frame creation
6659                 Patch by Pawel
6660
6661 2007-01-13 [colin]      2.7.0cvs20
6662
6663         * src/message_search.c
6664         * src/summary_search.c
6665                 Fix Enter in search windows
6666         * src/messageview.c
6667                 Fix body search starting at the
6668                 end of the mail (and asking for loop)
6669
6670 2007-01-13 [colin]      2.7.0cvs19
6671
6672         * src/etpan/imap-thread.c
6673                 Make sure we don't free the same imap
6674                 twice
6675
6676 2007-01-13 [colin]      2.7.0cvs18
6677
6678         * commitHelper
6679                 Allow multiple commitHelpers to
6680                 run at once
6681
6682 2007-01-12 [colin]      2.7.0cvs17
6683
6684         * src/etpan/imap-thread.c
6685                 Make sure we get rid of the previous mailimap
6686                 when connecting - just in case disconnect was
6687                 unclean
6688
6689 2007-01-12 [paul]       2.7.0cvs16
6690
6691         * src/compose.c
6692                 Strip S/MIME signatures when re-editing
6693                 S/MIME signed messages.
6694
6695 2007-01-12 [paul]       2.7.0cvs15
6696
6697         * configure.ac
6698         * src/addressbook.c
6699         * src/foldersel.c
6700         * src/folderview.c
6701         * src/main.c
6702                 no need to define CLAWS anymore, remove
6703                 all that stuff
6704
6705 2007-01-12 [paul]       2.7.0cvs14
6706
6707         * src/mimeview.c
6708                 check if the mail's signed as
6709                 it can change the mail structure
6710                 Thanks to Colin
6711
6712 2007-01-12 [paul]       2.7.0cvs13
6713
6714         * src/procmime.c
6715                 fix Forwarding msgs with attachments
6716                 that have dos line endings
6717                 Thanks to Colin
6718
6719 2007-01-12 [wwp]        2.7.0cvs12
6720
6721         * configure.ac
6722                 Revert accidentally committed extra version tag.
6723
6724 2007-01-12 [wwp]        2.7.0cvs11
6725
6726         * src/prefs_account.c
6727                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6728
6729 2007-01-11 [colin]      2.7.0cvs10
6730
6731         * src/imap.c
6732                 move g_warning to debug_print
6733                 it scares people for no reason
6734
6735 2007-01-11 [colin]      2.7.0cvs9
6736
6737         * po/POTFILES.in
6738                 Fix files to translate. Patch by
6739                 Fabien
6740
6741 2007-01-11 [paul]       2.7.0cvs8
6742
6743         * src/imap.c
6744                 Fix recursion when server lists the
6745                 current subfolder in the response
6746         * src/mimeview.c
6747                 Fix updating of icon_list/ctree
6748         * src/plugins/pgpcore/select-keys.c
6749                 Fix a few annoyances when choosing
6750                 keys for the CMS (S/MIME) protocol
6751
6752 2007-01-11 [wwp]        2.7.0cvs7
6753
6754         * src/compose.c
6755         * src/prefs_account.c
6756         * src/prefs_account.h
6757                 Add per-account spellcheck default dictionaries settings.
6758
6759 2007-01-10 [colin]      2.7.0cvs6
6760
6761         * src/prefs_folder_item.c
6762                 Factorize strings - patch by Fabien
6763
6764 2007-01-10 [colin]      2.7.0cvs5
6765
6766         * src/mainwindow.c
6767                 Fix bug 1095, 'Crash while changing folder 
6768                 columns during incorporation'
6769
6770 2007-01-09 [colin]      2.7.0cvs4
6771
6772         * src/gtk/pluginwindow.c
6773                 Set the plugin window transient. Seems
6774                 like some window managers hide it in
6775                 the background after "load plugin"...
6776
6777 2007-01-09 [colin]      2.7.0cvs3
6778
6779         * src/gtk/filesel.c
6780                 Use the same type for alloc and free
6781
6782 2007-01-08 [paul]       2.7.0cvs2
6783
6784         * po/nl.po
6785                 updated by Tim Dijkstra
6786
6787 2007-01-08 [paul]       2.7.0cvs1
6788
6789         * src/prefs_themes.c
6790         * src/common/utils.c
6791                 Fix resource leaks
6792
6793 2007-01-08 [paul]       2.7.0
6794
6795         * NEWS
6796         * README
6797         * RELEASE_NOTES
6798                 2.7.0 released
6799
6800 2007-01-08 [paul]       2.6.1cvs119
6801
6802         * doc/man/claws-mail.1
6803                 another correction
6804
6805 2007-01-08 [paul]       2.6.1cvs118
6806
6807         * doc/man/claws-mail.1
6808                 corrections
6809         * manual/advanced.xml
6810                 improved English usage
6811
6812 2007-01-08 [paul]       2.6.1cvs117
6813
6814         * po/ca.po
6815         * po/de.po
6816         * po/en_GB.po
6817         * po/fi.po
6818         * po/it.po
6819         * po/pt_BR.po
6820         * po/sk.po
6821         * po/sr.po
6822         * po/zh_CN.po
6823                 updated by Miquel Oliete, Stephan Sachse, me,
6824                 Tommi Pirinen, Andrea Spadaccini, Frederico
6825                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6826                 Urosevic, and Ralgh Young
6827
6828 2007-01-07 [mones]      2.6.1cvs116
6829
6830         * manual/es/advanced.xml
6831         * po/es.po
6832                 Synced manual (unhide mark_as_read_delay)
6833                 and updated translation for release
6834
6835 2007-01-07 [paul]       2.6.1cvs115
6836
6837         * src/prefs_matcher.c
6838                 make the hbox content fit better under
6839                 various languages
6840
6841 2007-01-07 [colin]      2.6.1cvs114
6842
6843         * src/messageview.c
6844                 Fix bug 1088, 'Ctrl-h produces repeatable
6845                 crash'
6846
6847 2007-01-06 [colin]      2.6.1cvs113
6848
6849         * src/etpan/imap-thread.c
6850                 Add casts to int to get certs. Fixes
6851                 bug 1064, 'crash @ etpan_certificate_check() 
6852                 when opening an IMAP folder', with latest
6853                 libetpan CVS or >= 0.49
6854         * src/mainwindow.c
6855         * src/mainwindow.h
6856         * src/imap_gtk.c
6857         * src/news_gtk.c
6858         * src/prefs_folder_item.c
6859                 Grey out the "synchronise" menu items if
6860                 there's nothing to synchronise.
6861         * src/plugins/pgpcore/sgpgme.c
6862                 Make an error clearer than "Unknown error"
6863
6864 2007-01-06 [colin]      2.6.1cvs112
6865
6866         * src/messageview.c
6867                 Don't try to show a message if updating
6868                 Maybe fixes bug 1088, 'ctrl-h produces
6869                 repeatable crash'.
6870
6871 2007-01-06 [colin]      2.6.1cvs111
6872
6873         * src/summaryview.c
6874                 Disable Control-Space (handle it as Space).
6875
6876 2007-01-05 [paul]       2.6.1cvs110
6877
6878         * src/imap.c
6879                 Fix bug 934, 'sylpheed claws 2.1 
6880                 doesn't show Exchanges Public Folders'
6881                 Thanks to Hoa and Colin
6882         * src/msgcache.c
6883                 Refuse to allocate more than 2 MB for a 
6884                 single field, it's a good indication of
6885                 cache corruption.
6886
6887 2007-01-05 [colin]      2.6.1cvs109
6888
6889         * src/mainwindow.c
6890                 Allow --select'ing emails by Message-ID too
6891
6892 2007-01-05 [colin]      2.6.1cvs108
6893
6894         * src/common/quoted-printable.c
6895                 Uh! Third fix :)
6896
6897 2007-01-05 [colin]      2.6.1cvs107
6898
6899         * src/common/quoted-printable.c
6900                 Fix previous commit about bug 1089
6901                 Thanks to Ralf
6902
6903 2007-01-05 [colin]      2.6.1cvs106
6904
6905         * src/common/quoted-printable.c
6906                 Fix my previous commit on bug 1089
6907                 - Thanks to Ralf :)
6908
6909 2007-01-04 [colin]      2.6.1cvs105
6910
6911         * src/common/quoted-printable.c
6912                 Fix bug 1089, 'NUL characters in Subject 
6913                 line are misinterpreted'. Not a pain to
6914                 fix in fact.
6915
6916 2007-01-04 [colin]      
6917
6918         2.7.0-rc3 released
6919
6920 2007-01-04 [wwp]        2.6.1cvs104
6921
6922         * src/image_viewer.c
6923                 Force operator precedence (fix a compiler warning).
6924
6925 2007-01-04 [colin]      2.6.1cvs103
6926
6927         * src/image_viewer.c
6928                 Be cautious there too (same fix as the one
6929                 in textview from cvs33)
6930         * src/messageview.c
6931                 Don't use any MimeViewer plugin when showing
6932                 all headers
6933
6934 2007-01-03 [wwp]        2.6.1cvs102
6935
6936         * src/html.c
6937         * src/html.h
6938                 fixed "cent" sign (use the existing ASCII one),
6939                 decode more HTML entities,
6940                 converted table ASCII entries to UTF-8,
6941                 moved a switch() into a hashtable.
6942
6943 2007-01-03 [paul]       2.6.1cvs101
6944
6945         * src/compose.c
6946         * src/messageview.c
6947         * src/procmsg.c
6948         * src/procmsg.h
6949                 When possible, use move_msg instead of
6950                 copy_msg + remove_msg to move sent mail
6951                 from Queue to Sent. 
6952
6953 2007-01-03 [paul]       2.6.1cvs100
6954
6955         * src/html.c
6956                 add more html entity recognition:
6957                 pounds, euros, and cents
6958
6959 2007-01-03 [colin]      2.6.1cvs99
6960
6961         * src/imap_gtk.c
6962                 Don't display an error on NOSELECT
6963                 folders when synchronising
6964
6965 2007-01-03 [paul]       2.6.1cvs98
6966
6967         * tools/maildir2claws-mail.pl
6968                 only substitute 'sent-mail' if it's
6969                 the full directory name
6970
6971 2007-01-03 [paul]       2.6.1cvs97
6972
6973         * ChangeLog
6974         * ChangeLog.pre2.0.0
6975         * Makefile.am
6976                 archive a chunk of ChangeLog in
6977                 ChangeLog.pre2.0.0
6978         * ChangeLog.gtk1
6979         * doc/src/ChangeLog.claws-pre0.8.0
6980                 remove ChangeLog.claws-pre0.8.0, adding
6981                 its contents to ChangeLog.gtk1
6982
6983 2007-01-03 [paul]       2.6.1cvs96
6984
6985         * src/account.c
6986         * src/account.h
6987         * src/action.c
6988         * src/action.h
6989         * src/adbookbase.h
6990         * src/addr_compl.c
6991         * src/addr_compl.h
6992         * src/addrbook.c
6993         * src/addrcache.c
6994         * src/addrcache.h
6995         * src/addrcindex.c
6996         * src/addrcindex.h
6997         * src/addrclip.c
6998         * src/addrclip.h
6999         * src/addrdefs.h
7000         * src/addressadd.c
7001         * src/addressadd.h
7002         * src/addressbook.c
7003         * src/addressbook.h
7004         * src/addressbook_foldersel.c
7005         * src/addressbook_foldersel.h
7006         * src/addrgather.c
7007         * src/addrgather.h
7008         * src/addrharvest.c
7009         * src/addrharvest.h
7010         * src/addrindex.c
7011         * src/addrindex.h
7012         * src/addritem.c
7013         * src/addritem.h
7014         * src/addrquery.c
7015         * src/addrquery.h
7016         * src/addrselect.c
7017         * src/addrselect.h
7018         * src/alertpanel.c
7019         * src/alertpanel.h
7020         * src/browseldap.c
7021         * src/browseldap.h
7022         * src/codeconv.c
7023         * src/codeconv.h
7024         * src/compose.c
7025         * src/compose.h
7026         * src/customheader.c
7027         * src/customheader.h
7028         * src/displayheader.c
7029         * src/displayheader.h
7030         * src/editaddress.c
7031         * src/editaddress.h
7032         * src/editbook.c
7033         * src/editbook.h
7034         * src/editgroup.c
7035         * src/editgroup.h
7036         * src/editjpilot.c
7037         * src/editjpilot.h
7038         * src/editldap.c
7039         * src/editldap.h
7040         * src/editldap_basedn.c
7041         * src/editldap_basedn.h
7042         * src/editvcard.c
7043         * src/editvcard.h
7044         * src/exphtmldlg.c
7045         * src/exphtmldlg.h
7046         * src/expldifdlg.c
7047         * src/expldifdlg.h
7048         * src/export.c
7049         * src/export.h
7050         * src/exporthtml.c
7051         * src/exporthtml.h
7052         * src/exportldif.c
7053         * src/exportldif.h
7054         * src/filtering.c
7055         * src/filtering.h
7056         * src/folder.c
7057         * src/folder.h
7058         * src/folder_item_prefs.c
7059         * src/folder_item_prefs.h
7060         * src/foldersel.c
7061         * src/foldersel.h
7062         * src/folderutils.c
7063         * src/folderutils.h
7064         * src/folderview.c
7065         * src/folderview.h
7066         * src/grouplistdialog.c
7067         * src/grouplistdialog.h
7068         * src/headerview.c
7069         * src/html.c
7070         * src/html.h
7071         * src/image_viewer.c
7072         * src/image_viewer.h
7073         * src/imap.c
7074         * src/imap.h
7075         * src/imap_gtk.c
7076         * src/imap_gtk.h
7077         * src/import.c
7078         * src/import.h
7079         * src/importldif.c
7080         * src/importldif.h
7081         * src/importmutt.c
7082         * src/importmutt.h
7083         * src/importpine.c
7084         * src/importpine.h
7085         * src/inc.c
7086         * src/inc.h
7087         * src/jpilot.c
7088         * src/jpilot.h
7089         * src/ldapctrl.c
7090         * src/ldapctrl.h
7091         * src/ldaplocate.c
7092         * src/ldaplocate.h
7093         * src/ldapquery.c
7094         * src/ldapquery.h
7095         * src/ldapserver.c
7096         * src/ldapserver.h
7097         * src/ldaputil.c
7098         * src/ldaputil.h
7099         * src/ldif.c
7100         * src/ldif.h
7101         * src/main.c
7102         * src/main.h
7103         * src/mainwindow.c
7104         * src/mainwindow.h
7105         * src/manual.c
7106         * src/manual.h
7107         * src/mbox.c
7108         * src/message_search.c
7109         * src/message_search.h
7110         * src/messageview.c
7111         * src/messageview.h
7112         * src/mh.c
7113         * src/mh.h
7114         * src/mh_gtk.c
7115         * src/mh_gtk.h
7116         * src/mimeview.c
7117         * src/mimeview.h
7118         * src/msgcache.c
7119         * src/msgcache.h
7120         * src/mutt.c
7121         * src/mutt.h
7122         * src/news.c
7123         * src/news.h
7124         * src/news_gtk.c
7125         * src/news_gtk.h
7126         * src/partial_download.c
7127         * src/partial_download.h
7128         * src/pine.c
7129         * src/pine.h
7130         * src/pop.c
7131         * src/pop.h
7132         * src/prefs_account.c
7133         * src/prefs_account.h
7134         * src/prefs_actions.c
7135         * src/prefs_actions.h
7136         * src/prefs_common.c
7137         * src/prefs_common.h
7138         * src/prefs_compose_writing.c
7139         * src/prefs_compose_writing.h
7140         * src/prefs_customheader.c
7141         * src/prefs_customheader.h
7142         * src/prefs_display_header.c
7143         * src/prefs_display_header.h
7144         * src/prefs_filtering.c
7145         * src/prefs_filtering.h
7146         * src/prefs_filtering_action.c
7147         * src/prefs_filtering_action.h
7148         * src/prefs_folder_column.c
7149         * src/prefs_folder_column.h
7150         * src/prefs_folder_item.c
7151         * src/prefs_folder_item.h
7152         * src/prefs_fonts.c
7153         * src/prefs_fonts.h
7154         * src/prefs_gtk.c
7155         * src/prefs_gtk.h
7156         * src/prefs_image_viewer.c
7157         * src/prefs_image_viewer.h
7158         * src/prefs_matcher.c
7159         * src/prefs_matcher.h
7160         * src/prefs_message.c
7161         * src/prefs_msg_colors.c
7162         * src/prefs_msg_colors.h
7163         * src/prefs_other.c
7164         * src/prefs_quote.c
7165         * src/prefs_receive.c
7166         * src/prefs_send.c
7167         * src/prefs_spelling.c
7168         * src/prefs_spelling.h
7169         * src/prefs_summaries.c
7170         * src/prefs_summaries.h
7171         * src/prefs_summary_column.c
7172         * src/prefs_summary_column.h
7173         * src/prefs_template.c
7174         * src/prefs_template.h
7175         * src/prefs_themes.c
7176         * src/prefs_themes.h
7177         * src/prefs_toolbar.c
7178         * src/prefs_toolbar.h
7179         * src/prefs_wrapping.c
7180         * src/prefs_wrapping.h
7181         * src/privacy.c
7182         * src/privacy.h
7183         * src/procheader.c
7184         * src/procheader.h
7185         * src/procmime.c
7186         * src/procmime.h
7187         * src/procmsg.c
7188         * src/procmsg.h
7189         * src/quote_fmt.c
7190         * src/quote_fmt_parse.y
7191         * src/recv.c
7192         * src/recv.h
7193         * src/remotefolder.c
7194         * src/remotefolder.h
7195         * src/send_message.c
7196         * src/send_message.h
7197         * src/setup.c
7198         * src/setup.h
7199         * src/sourcewindow.c
7200         * src/sourcewindow.h
7201         * src/ssl_manager.c
7202         * src/ssl_manager.h
7203         * src/statusbar.c
7204         * src/statusbar.h
7205         * src/stock_pixmap.c
7206         * src/stock_pixmap.h
7207         * src/summary_search.c
7208         * src/summary_search.h
7209         * src/summaryview.c
7210         * src/summaryview.h
7211         * src/textview.c
7212         * src/textview.h
7213         * src/toolbar.c
7214         * src/toolbar.h
7215         * src/undo.c
7216         * src/undo.h
7217         * src/unmime.c
7218         * src/unmime.h
7219         * src/vcard.c
7220         * src/vcard.h
7221         * src/wizard.c
7222         * src/wizard.h
7223         * src/common/base64.c
7224         * src/common/base64.h
7225         * src/common/defs.h
7226         * src/common/hooks.c
7227         * src/common/hooks.h
7228         * src/common/log.c
7229         * src/common/log.h
7230         * src/common/mgutils.c
7231         * src/common/mgutils.h
7232         * src/common/nntp.c
7233         * src/common/nntp.h
7234         * src/common/passcrypt.c
7235         * src/common/passcrypt.h.in
7236         * src/common/plugin.c
7237         * src/common/plugin.h
7238         * src/common/prefs.c
7239         * src/common/prefs.h
7240         * src/common/progressindicator.c
7241         * src/common/progressindicator.h
7242         * src/common/quoted-printable.c
7243         * src/common/quoted-printable.h
7244         * src/common/session.c
7245         * src/common/session.h
7246         * src/common/smtp.c
7247         * src/common/smtp.h
7248         * src/common/socket.c
7249         * src/common/socket.h
7250         * src/common/ssl.c
7251         * src/common/ssl.h
7252         * src/common/ssl_certificate.c
7253         * src/common/ssl_certificate.h
7254         * src/common/stringtable.c
7255         * src/common/stringtable.h
7256         * src/common/template.c
7257         * src/common/template.h
7258         * src/common/timing.h
7259         * src/common/utils.c
7260         * src/common/utils.h
7261         * src/common/version.h.in
7262         * src/common/xml.c
7263         * src/common/xml.h
7264         * src/common/xmlprops.c
7265         * src/common/xmlprops.h
7266         * src/gtk/about.c
7267         * src/gtk/colorlabel.c
7268         * src/gtk/colorsel.c
7269         * src/gtk/colorsel.h
7270         * src/gtk/combobox.c
7271         * src/gtk/combobox.h
7272         * src/gtk/description_window.c
7273         * src/gtk/description_window.h
7274         * src/gtk/filesel.c
7275         * src/gtk/filesel.h
7276         * src/gtk/foldersort.c
7277         * src/gtk/foldersort.h
7278         * src/gtk/gtksctree.c
7279         * src/gtk/gtkutils.c
7280         * src/gtk/gtkutils.h
7281         * src/gtk/inputdialog.c
7282         * src/gtk/inputdialog.h
7283         * src/gtk/logwindow.c
7284         * src/gtk/logwindow.h
7285         * src/gtk/manage_window.c
7286         * src/gtk/manage_window.h
7287         * src/gtk/menu.c
7288         * src/gtk/menu.h
7289         * src/gtk/pluginwindow.c
7290         * src/gtk/pluginwindow.h
7291         * src/gtk/prefswindow.c
7292         * src/gtk/prefswindow.h
7293         * src/gtk/progressdialog.c
7294         * src/gtk/progressdialog.h
7295         * src/gtk/sslcertwindow.c
7296         * src/gtk/sslcertwindow.h
7297         * src/plugins/bogofilter/bogofilter.c
7298         * src/plugins/bogofilter/bogofilter.h
7299         * src/plugins/bogofilter/bogofilter_gtk.c
7300         * src/plugins/clamav/clamav_plugin.c
7301         * src/plugins/clamav/clamav_plugin.h
7302         * src/plugins/clamav/clamav_plugin_gtk.c
7303         * src/plugins/demo/demo.c
7304         * src/plugins/dillo_viewer/dillo_prefs.c
7305         * src/plugins/dillo_viewer/dillo_prefs.h
7306         * src/plugins/dillo_viewer/dillo_viewer.c
7307         * src/plugins/pgpcore/passphrase.c
7308         * src/plugins/pgpcore/passphrase.h
7309         * src/plugins/pgpcore/pgp_viewer.c
7310         * src/plugins/pgpcore/pgp_viewer.h
7311         * src/plugins/pgpcore/plugin.c
7312         * src/plugins/pgpcore/select-keys.c
7313         * src/plugins/pgpcore/select-keys.h
7314         * src/plugins/pgpcore/sgpgme.c
7315         * src/plugins/pgpcore/sgpgme.h
7316         * src/plugins/pgpinline/pgpinline.c
7317         * src/plugins/pgpinline/pgpinline.h
7318         * src/plugins/pgpinline/plugin.c
7319         * src/plugins/pgpmime/pgpmime.c
7320         * src/plugins/pgpmime/pgpmime.h
7321         * src/plugins/pgpmime/plugin.c
7322         * src/plugins/spamassassin/spamassassin.c
7323         * src/plugins/spamassassin/spamassassin.h
7324         * src/plugins/spamassassin/spamassassin_gtk.c
7325         * src/plugins/trayicon/trayicon.c
7326                 it's 2007, update the year in the copyright headers
7327
7328 2007-01-03 [paul]       2.6.1cvs95
7329
7330         * src/gtk/about.c
7331                 it is 2007, use it in the copyright string
7332
7333 2007-01-03 [paul]       2.6.1cvs94
7334
7335         * src/html.c
7336                 html entity conversion:
7337                 move &#153; to a more suitable place
7338                 add &bull; and &ndash;
7339                 make sure &mdash; and &#8212; are both
7340                 converted the same
7341
7342 2007-01-02 [colin]      2.6.1cvs93
7343
7344         * src/addrbook.c
7345                 Fix leak
7346         * src/common/plugin.c
7347                 Add comment
7348         * src/etpan/imap-thread.c
7349                 Fix warning
7350
7351 2006-12-31 [paul]       2.6.1cvs92
7352
7353         * src/prefs_summaries.c
7354                 use gtk_button_new_from_stock()
7355
7356 2006-12-30 [colin]      2.6.1cvs91
7357
7358         * src/folder.c
7359         * src/imap_gtk.c
7360         * src/mh_gtk.c
7361                 Don't update filtering and account paths 
7362                 when copying folders
7363
7364 2006-12-30 [colin]      2.6.1cvs90
7365
7366         * src/prefs_compose_writing.c
7367         * src/prefs_quote.c
7368         * src/prefs_template.c
7369                 Use message font for Writing and 
7370                 Quoting prefs, as well as Templates.
7371
7372 2006-12-30 [colin]      2.6.1cvs89
7373
7374         * src/prefs_summaries.c
7375                 Rework GUI; patch by Pawel
7376
7377 2006-12-29 [colin]      2.6.1cvs88
7378
7379         * src/prefs_folder_item.c
7380                 Fix bug 1085, 'Apply to subfolder 
7381                 doesn't work' - I was mistaken saying
7382                 it worked in every case
7383
7384 2006-12-28 [colin]      2.6.1cvs87
7385
7386         * src/gtk/gtkaspell.c
7387                 Don't assert if use_alternate is true
7388                 and alt_dictionary isn't set -- this 
7389                 is what happens on upgrade! Rather,
7390                 do with it.
7391
7392 2006-12-28 [colin]      2.6.1cvs86
7393
7394         * Makefile.am
7395                 Fix desktop/icon simplification
7396
7397 2006-12-28 [colin]      2.6.1cvs85
7398
7399         * Makefile.am
7400                 Make desktop and icon not 
7401                 dependant on the desktop
7402
7403 2006-12-28 [wwp]        2.6.1cvs84
7404
7405         * src/plugins/pgpmime/claws.def
7406                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7407
7408 2006-12-28 [wwp]        2.6.1cvs83
7409
7410         * src/prefs_folder_item.c
7411                 Fix coloring of "simplify subject regexp" (folder prefs),
7412                 which might be left to red whereas the regexp gets empty.
7413
7414 2006-12-28 [wwp]        2.6.1cvs82
7415
7416         * src/prefs_common.c
7417         * src/prefs_common.h
7418         * src/addressbook.c
7419         * src/addressitem.h
7420                 Save addressbook mainwindow's horizontal and vertical splitter position.
7421
7422 2006-12-27 [wwp]        2.6.1cvs81
7423
7424         * src/gtk/gtkaspell.c
7425         * src/gtk/gtkaspell.h
7426         * src/compose.c
7427                 Fix assignment of compose's default and alternate dictionary from
7428                 account or folder settings. Now gtkaspell_change_dict does rotate
7429                 dicts only when it's called from a menu cb.
7430
7431 2006-12-27 [wwp]        2.6.1cvs80
7432
7433         * src/folder_item_prefs.c
7434                 Fix randomly initialized default-alt-dictionary (folder prefs),
7435                 complete 2.6.1cvs72.
7436
7437 2006-12-27 [paul]       2.6.1cvs79
7438
7439         * src/imap_gtk.c
7440         * src/mh_gtk.c
7441                 Add Copy folder in the folder's contextual
7442                 menu
7443
7444 2006-12-27 [wwp]        2.6.1cvs78
7445
7446         * src/imap.c
7447                 Clean up session locking, thanks to Colin.
7448
7449 2006-12-26 [colin]      2.6.1cvs77
7450
7451         * src/statusbar.c
7452                 Revert previous patch
7453
7454 2006-12-26 [colin]      2.6.1cvs76
7455
7456         * src/folder.c
7457         * src/folderview.c
7458         * src/imap.c
7459         * src/statusbar.c
7460         * src/etpan/imap-thread.c
7461                 Fix previous commit warnings
7462                 Make statusbar update every second if total < 20
7463                 Make IMAP APPEND faster by simplifying log              
7464
7465 2006-12-26 [colin]      2.6.1cvs75
7466
7467         * src/folder.c
7468         * src/folder.h
7469         * src/folderview.c
7470         * src/folderview.h
7471         * src/imap_gtk.c
7472         * src/mh_gtk.c
7473                 Make it possible to copy folders accross
7474                 mailboxes (this was an arbitrary limitation).
7475                 Still make it impossible to move folders 
7476                 accross mailboxes.
7477
7478 2006-12-26 [colin]      2.6.1cvs74
7479
7480         * src/etpan/imap-thread.c
7481                 Fix bug 1081, 'claws-mail 
7482                 segfaults when going offline 
7483                 while it transfers mails via 
7484                 imap'
7485
7486 2006-12-26 [colin]      2.6.1cvs73
7487
7488         * src/folder_item_prefs.c
7489                 Don't forget alt dictionary when
7490                 renaming/moving folders
7491
7492 2006-12-26 [wwp]        2.6.1cvs72
7493
7494         * src/folder_item_prefs.c
7495                 Add missing defaults for per-folder alt dict
7496                 (forgotten in 2.6.1cvs61).
7497
7498 2006-12-26 [colin]      2.6.1cvs71
7499
7500         * src/wizard.c
7501                 Add tooltip to state that specifying
7502                 full path to mailbox is possible
7503
7504 2006-12-26 [wwp]        2.6.1cvs70
7505
7506         * src/partial_download.c
7507         * src/gtk/gtkvscrollbutton.c
7508         * src/plugins/pgpinline/plugin.c
7509                 Fix for few compiler warnings that matter.
7510
7511 2006-12-25 [colin]      2.6.1cvs69
7512
7513         * src/partial_download.c
7514                 Fix marking for download or deletion
7515                 when the header isn't the first
7516         * src/gtk/logwindow.c
7517                 Fix start of scrolling
7518
7519 2006-12-23 [paul]       2.6.1cvs68
7520
7521         * src/compose.c
7522                 change last commit to use the 'academic'
7523                 method instead. Thanks to wwp
7524
7525 2006-12-23 [paul]       2.6.1cvs67
7526
7527         * src/compose.c
7528                 don't warn about empty subject when
7529                 redirecting
7530
7531 2006-12-22 [colin]      2.6.1cvs66
7532
7533         * src/summary_search.c
7534                 Fix previous patch
7535
7536 2006-12-22 [colin]      2.6.1cvs65
7537
7538         * src/gtk/gtkutils.c
7539         * src/imap.c
7540         * src/jpilot.c
7541         * src/summary_search.c
7542                 A few warning fixes
7543
7544 2006-12-23 [paul]       
7545
7546         2.7.0-rc2 released
7547
7548 2006-12-22 [colin]      2.6.1cvs64
7549
7550         * src/toolbar.c
7551         * src/toolbar.h
7552                 Add a combo to the learn spam button
7553         * src/plugins/bogofilter/bogofilter.c
7554         * src/plugins/bogofilter/bogofilter_gtk.c
7555         * src/plugins/bogofilter/bogofilter.h
7556                 Allow to store Unsure mails in a specific
7557                 folder to make better teaching easier
7558
7559 2006-12-21 [wwp]        2.6.1cvs63
7560
7561         * src/compose.c
7562         * src/prefs_common.c
7563         * src/prefs_common.h
7564         * src/prefs_spelling.c
7565         * src/gtk/gtkaspell.c
7566         * src/gtk/gtkaspell.h
7567                 Allow spell-checking using both current and alternate dictionaries
7568                 (thanks to Colin).
7569
7570 2006-12-21 [wwp]        2.6.1cvs62
7571
7572         * src/gtk/gtkaspell.c
7573                 Apply recheck_when_changing_dict (highlight all mispelled words)
7574                 when switching to alternate dictionary.
7575
7576 2006-12-21 [wwp]        2.6.1cvs61
7577
7578         * src/compose.c
7579         * src/folder_item_prefs.h
7580         * src/prefs_common.c
7581         * src/prefs_common.h
7582         * src/prefs_folder_item.c
7583         * src/prefs_spelling.c
7584         * src/gtk/gtkaspell.c
7585         * src/gtk/gtkaspell.h
7586                 Add global and per-folder prefs to set the default
7587                 alternate dictionary.
7588
7589 2006-12-21 [colin]      2.6.1cvs60
7590
7591         * src/folder.c
7592                 Look for folders by path in all folders
7593         * src/html.c
7594                 add &mdash;
7595
7596 2006-12-20 [colin]      2.6.1cvs59
7597
7598         * src/gtk/quicksearch.c
7599                 Make sure in_typing is false when clearing
7600
7601 2006-12-20 [wwp]        2.6.1cvs58
7602
7603         * configure.ac
7604                 change manual's target dir to be LFH-compliant (thanks to Colin).
7605
7606 2006-12-20 [wwp]        2.6.1cvs57
7607
7608         * src/prefs_common.c
7609         * src/prefs_summaries.c
7610                 i18n fix and factorize patch, thanks to Fabien.
7611
7612 2006-12-20 [paul]       2.6.1cvs56
7613
7614         * configure.ac
7615                 last of the renaming (??)
7616         * src/main.c
7617                 correct --help info of --status-full
7618         * src/plugins/bogofilter/bogofilter.c
7619                 make FALSE default of whitelist_ab
7620
7621 2006-12-19 [colin]      2.6.1cvs55
7622
7623         * src/jpilot.c
7624                 Same as before, without depending on
7625                 pisock >= 0.12
7626
7627 2006-12-19 [colin]      2.6.1cvs54
7628
7629         * src/jpilot.c
7630                 Fix bug 1059, 'Better jpilot charset 
7631                 handling'. Use libpisync's charset conversion
7632                 if possible
7633
7634 2006-12-19 [colin]      2.6.1cvs53
7635
7636         * po/fr.po
7637                 Updated by Fabien
7638
7639 2006-12-19 [wwp]        2.6.1cvs52
7640
7641         * src/gtk/about.c
7642                 Add missing #include (thanks to Colin).
7643
7644 2006-12-19 [wwp]        2.6.1cvs51
7645
7646         * src/prefs_receive.c
7647                 Better spacing between widgets in prefs.
7648
7649 2006-12-18 [colin]      2.6.1cvs50
7650
7651         * src/imap.c
7652                 Fix failure to get separator on LIST "" ""
7653                 Try LIST "" "INBOX" too.
7654
7655 2006-12-18 [wwp]        2.6.1cvs49
7656
7657         * src/common/session.c
7658                 Fix a compiler warning (thanks to Fabien).
7659
7660 2006-12-18 [wwp]        2.6.1cvs48
7661
7662         * src/compose.c
7663         * src/prefs_quote.c
7664                 Factorize some strings for translation (it's about error
7665                 messages when applying or checking template/quote format).
7666
7667 2006-12-18 [colin]      2.6.1cvs47
7668
7669         * Makefile.am
7670         * src/common/defs.h
7671         * src/gtk/Makefile.am
7672         * src/gtk/about.c
7673                 Add a Release notes tab from the contents of
7674                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7675
7676 2006-12-17 [colin]      2.6.1cvs46
7677
7678         * src/mimeview.c
7679         * src/textview.c
7680         * src/gtk/filesel.c
7681                 Correctly convert from/to UTF8/filename encoding
7682                 when loading and saving files. Probably fixes
7683                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7684                 for a file to attach and is blocked...'
7685
7686 2006-12-17 [colin]      2.6.1cvs45
7687
7688         * src/gtk/logwindow.c
7689                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7690                 IMAP folder and is blocked on main thread': 
7691                 make sure we put utf8 in the log.
7692
7693 2006-12-16 [colin]      2.6.1cvs44
7694
7695         * src/toolbar.c
7696         * src/toolbar.h
7697                 Fix bug 1055, 'Add the 'cancel receive' 
7698                 in the available events for the toolbar buttons'
7699
7700 2006-12-16 [colin]      2.6.1cvs43
7701
7702         * po/POTFILES.in
7703         * src/imap.c
7704         * src/common/nntp.c
7705         * src/common/session.c
7706                 Log error when SSL handshakes fail. 
7707                 Fixes bug 1082, 'incorrect / imprecise 
7708                 error message when imap server provides 
7709                 ssl only through STARTTLS but SSL is 
7710                 selected'
7711
7712 2006-12-15 [wwp]        2.6.1cvs42
7713
7714         * src/plugins/bogofilter/bogofilter_gtk.c
7715                 set proper sensitivity to widgets I've recently added.
7716
7717 2006-12-15 [colin]      
7718
7719         2.7.0-rc1 released
7720
7721 2006-12-15 [wwp]        2.6.1cvs41
7722
7723         * src/plugins/bogofilter/bogofilter.c
7724         * src/plugins/bogofilter/bogofilter.h
7725         * src/plugins/bogofilter/bogofilter_gtk.c
7726                 bogofilter's whitelist can now use a subset of
7727                 the addressbook (either a book, a subfolder of a book,
7728                 or the whole addressbook by using "Any"). Re-used there
7729                 some pref_matcher widgets and mechanisms to match a subset
7730                 of the addressbook.
7731
7732 2006-12-15 [wwp]        2.6.1cvs40
7733
7734         * src/wizard.c
7735         * src/common/plugin.c
7736         * src/common/plugin.h
7737         * src/gtk/about.c
7738         * src/plugins/bogofilter/bogofilter.c
7739         * src/plugins/clamav/clamav_plugin.c
7740         * src/plugins/demo/demo.c
7741         * src/plugins/dillo_viewer/dillo_viewer.c
7742         * src/plugins/pgpcore/plugin.c
7743         * src/plugins/pgpinline/plugin.c
7744         * src/plugins/pgpmime/plugin.c
7745         * src/plugins/spamassassin/spamassassin.c
7746         * src/plugins/trayicon/trayicon.c
7747                 factorize some translatable strings (plugins-related),
7748                 fix missing punctuation in several places,
7749                 remove useless translatable \n in about.c,
7750                 and factorize plugin init code w/ a new function
7751                 check_plugin_version() in common/plugin.c.
7752                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7753
7754 2006-12-15 [wwp]        2.6.1cvs39
7755
7756         * src/plugins/bogofilter/bogofilter.c
7757         * src/plugins/bogofilter/bogofilter_gtk.c
7758                 flag whitelisted spams as spam, but don't filter it to the spam
7759                 folder. Thanks to Colin.
7760
7761 2006-12-15 [ticho]      2.6.1cvs38
7762
7763         * src/plugins/bogofilter/bogofilter.c
7764         * src/plugins/bogofilter/bogofilter.h
7765         * src/plugins/bogofilter/bogofilter_gtk.c
7766                 Add option to whitelist senders found in addressbook. Patch by colin.
7767
7768 2006-12-15 [paul]       2.6.1cvs37
7769
7770         * src/folderview.c
7771                 add missing #include "log.h"
7772
7773 2006-12-15 [paul]       2.6.1cvs36
7774
7775         * src/plugins/bogofilter/bogofilter.c
7776         * src/plugins/bogofilter/bogofilter.h
7777         * src/plugins/bogofilter/bogofilter_gtk.c
7778                 Add an option to allow inserting an
7779                 X-Claws-Bogosity header (on MH folders
7780                 only). Patch by Colin
7781
7782 2006-12-14 [colin]      2.6.1cvs35
7783
7784         * src/main.c
7785                 "Yes" should be the default choice for
7786                 migration configuration
7787
7788 2006-12-14 [paul]       2.6.1cvs34
7789
7790         * src/prefs_summaries.c
7791         * manual/advanced.xml
7792                 Unhide mark_as_read_delay
7793
7794 2006-12-14 [paul]       2.6.1cvs33
7795
7796         * src/messageview.c
7797         * src/messageview.h
7798         * src/mimeview.c
7799         * src/mimeview.h
7800         * src/summaryview.c
7801         * src/textview.c
7802         * src/textview.h
7803                 Fix printing of selection
7804                 Fix printing of message parts
7805                 Fix printing of images
7806         * src/gtk/gtksourceprintjob.c
7807                 Fix page count when there are images
7808
7809 2006-12-14 [wwp]        2.6.1cvs32
7810
7811         * src/mainwindow.c
7812         * src/summaryview.c
7813         * src/summaryview.h
7814         * src/gtk/quicksearch.c
7815                 fix quicksearch 'magnify' button status when QS is closed
7816                 using the Escape key, thanks to Colin.
7817
7818 2006-12-14 [wwp]        2.6.1cvs31
7819
7820         * src/mainwindow.c
7821         * src/summaryview.c
7822         * src/summaryview.h
7823         * src/gtk/quicksearch.c
7824                 fix quicksearch 'magnify' button status when QS is closed
7825                 using the Escape key, thanks to Colin.
7826
7827 2006-12-13 [colin]      2.6.1cvs30
7828
7829         * src/ldapquery.c
7830         * src/ldaputil.c
7831                 Use the binary safe version of ldap_get_values,
7832                 to make sure we manipulate null-terminated 
7833                 strings. Maybe fixes bug 1075, 'claws mail 
7834                 segfault when completing ldap adresses'
7835         * src/syldap.c ** REMOVED **
7836         * src/syldap.h ** REMOVED **
7837                 Remove dead files
7838
7839 2006-12-13 [mones]      2.6.1cvs29
7840
7841         * po/es.po
7842                 Fixed piped strings, fixed click translation
7843
7844 2006-12-13 [paul]       2.6.1cvs28
7845
7846         * src/main.c
7847                 don't translate these strings
7848
7849 2006-12-13 [paul]       2.6.1cvs27
7850
7851         * po/en_GB.po
7852                 updated
7853
7854 2006-12-13 [colin]      2.6.1cvs26
7855
7856         * src/main.c
7857         * src/main.h
7858                 Add claws_is_starting()
7859
7860 2006-12-13 [mones]      2.6.1cvs25
7861
7862         * manual/es/advanced.xml
7863         * po/es.po
7864                 Synced manual and updated translation
7865
7866 2006-12-12 [colin]      2.6.1cvs24
7867
7868         * src/wizard.c
7869                 Add an option to use STARTTLS in the
7870                 welcome wizard. Fixes bug 1080, 
7871                 'Using SSL option in wizard for incoming 
7872                 server does not activate SSL with STARTTLS'
7873
7874 2006-12-12 [colin]      2.6.1cvs23
7875
7876         * src/main.c
7877                 Don't exit when there's an incomplete
7878                 mailbox configured - leaves a chance 
7879                 to fix a failing IMAP account. Exit
7880                 if no mailbox at all is loaded (case
7881                 of missing plugin).
7882                 Completes bug 1077's fix (I was wrong
7883                 in this bug's comment #3).
7884
7885 2006-12-12 [colin]      2.6.1cvs22
7886
7887         * src/gtk/menu.h
7888                 Add another menu data type
7889         * src/prefs_account.c
7890                 Complete the completion of bug 1076
7891                 (doesn't lose the pref on apply)
7892
7893 2006-12-12 [paul]       2.6.1cvs21
7894
7895         * src/prefs_account.c
7896                 complete the fix of bug 1076
7897                 also be more verbose with the text
7898
7899 2006-12-12 [paul]       2.6.1cvs20
7900
7901         * src/gtk/combobox.c
7902                 fix compilation warning
7903
7904 2006-12-11 [colin]      2.6.1cvs19
7905
7906         * src/wizard.c
7907                 Document :port in server entry tooltips
7908
7909 2006-12-11 [colin]      2.6.1cvs18
7910
7911         * src/main.c
7912                 Fix compile
7913
7914 2006-12-11 [colin]      2.6.1cvs17
7915
7916         * src/main.c
7917                 Add failing IMAP as a reason for no
7918                 mailbox
7919
7920 2006-12-11 [colin]      2.6.1cvs16
7921
7922         * src/prefs_account.c
7923                 Check for existence of inbox for local
7924                 accounts too
7925         * src/wizard.c
7926                 Allow setting the port to use for servers
7927                 by using the usual "server.example.com:port"
7928                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7929                 not start when IMAP server is unavailable'
7930
7931 2006-12-11 [colin]      2.6.1cvs15
7932
7933         * src/prefs_account.c
7934                 Prevent use of non-existing default inbox
7935
7936 2006-12-11 [colin]      2.6.1cvs14
7937
7938         * src/prefs_account.c
7939                 Fix sensitivity. Fixes bug 1076, 'privacy 
7940                 options are displayed even when pgp plugin 
7941                 not loaded / available'
7942
7943 2006-12-09 [colin]      2.6.1cvs13
7944
7945         * manual/advanced.xml
7946         * src/prefs_common.c
7947         * src/prefs_common.h
7948         * src/common/ssl_certificate.c
7949                 Add a new hidden preference, 'unsafe_ssl_certs',
7950                 which allows to store multiple certificates per
7951                 server/port. This is disabled by default because
7952                 it's less secure (presenting a new certificate
7953                 instead of a changed one raises less alarms).
7954                 This will cause Claws to ask about an unknown
7955                 certificate for people who have used 2.6.1cvs8
7956                 or greater.
7957
7958 2006-12-09 [colin]      2.6.1cvs12
7959
7960         * src/action.c
7961                 Fix cache updating after action
7962
7963 2006-12-07 [wwp]        2.6.1cvs11
7964
7965         * src/compose.c
7966                 fix email address comparison when replying to all
7967                 (avoid replying to ourselves), thanks to Colin.
7968
7969 2006-12-06 [paul]       2.6.1cvs10
7970
7971         * src/addrharvest.c
7972         * src/editldap.c
7973         * src/expldifdlg.c
7974         * src/news.c
7975         * src/toolbar.c
7976         * src/common/utils.c
7977                 ...and more renaming
7978                 Thanks to Colin
7979
7980 2006-12-06 [paul]       2.6.1cvs9
7981
7982         * src/compose.c
7983         * src/messageview.c
7984         * src/procheader.c
7985         * src/procmime.c
7986         * src/procmsg.c
7987         * src/textview.c
7988                 more renaming
7989                 Thanks to Colin
7990
7991 2006-12-06 [colin]      2.6.1cvs8
7992
7993         * src/ssl_manager.c
7994         * src/common/ssl_certificate.c
7995         * src/common/ssl_certificate.h
7996                 Handle multiple certificates per host/port
7997
7998 2006-12-06 [colin]      2.6.1cvs7
7999
8000         * src/etpan/imap-thread.c
8001                 Fix certificate checking on IMAP
8002
8003 2006-12-06 [colin]      2.6.1cvs6
8004
8005         * src/folderview.c
8006                 Fix bug 1072, 'Claws stops fetching newsgroups 
8007                 from server when newsgroup got deleted': continue
8008                 checking other groups
8009
8010 2006-12-05 [wwp]        2.6.1cvs5
8011
8012         * src/message_search.c
8013         * src/summary_search.c
8014         * src/gtk/combobox.c
8015         * src/gtk/combobox.h
8016         * src/gtk/gtkutils.c
8017         * src/gtk/gtkutils.h
8018                 make up and down arrow keys in modern gtk_combo_box_entry widgets
8019                 behave like w/ old comboboxes (summary and message search only).
8020
8021 2006-12-05 [paul]       2.6.1cvs4
8022
8023         * src/wizard.c
8024                 encode headers
8025                 Thanks to Colin
8026
8027 2006-12-05 [paul]       2.6.1cvs3
8028
8029         * tools/README
8030         * tools/textviewer.pl
8031                 script updated and description added
8032
8033 2006-12-04 [colin]      2.6.1cvs2
8034
8035         * src/compose.c
8036                 Run pre-send hook only when checking
8037                 everything
8038
8039 2006-12-04 [paul]       2.6.1cvs1
8040
8041         * NEWS
8042         * README
8043         * RELEASE_NOTES
8044         * configure.ac
8045         * tools/README
8046                 bump up version number following stable release
8047
8048 2006-12-04 [paul]       2.6.0cvs83
8049
8050         * README
8051                 updates and corrections
8052
8053 2006-12-04 [colin]      2.6.0cvs82
8054
8055         * src/common/utils.c
8056                 Probably fix bug 1066, 'Incorrect mailbox 
8057                 size displayed'
8058
8059 2006-12-04 [colin]      2.6.0cvs81
8060
8061         * src/common/utils.c
8062                 Trim tabs from mailcap file too.
8063
8064 2006-12-02 [paul]       2.6.0cvs80
8065
8066         * src/exphtmldlg.c
8067                 fix broken GUI under certain languages
8068         * src/expldifdlg.c
8069                 put the Cancel button to the right
8070
8071 2006-12-01 [paul]       2.6.0cvs79
8072
8073         * tools/Makefile.am
8074                 remove reference to removed file
8075
8076 2006-12-01 [wwp]        2.6.0cvs78
8077
8078         * src/addressbook.c
8079         * src/editaddress.c
8080                 remove forgotten debug statements.
8081
8082 2006-12-01 [wwp]        2.6.0cvs77
8083
8084         * manual/advanced.xml
8085         * manual/fr/advanced.xml
8086         * src/addressbook.c
8087         * src/addressbook.h
8088         * src/addressitem.h
8089         * src/editaddress.c
8090         * src/editaddress.h
8091         * src/prefs_common.c
8092         * src/prefs_common.h
8093         * src/gtk/gtkutils.c
8094         * src/gtk/gtkutils.h
8095                 add a hidden option to allow embedding the editaddress (edit contact details)
8096                 dialog into the addressbook's window. This doesn't change the default
8097                 behaviour.
8098
8099 2006-12-01 [wwp]        2.6.0cvs76
8100
8101         * src/message_search.c
8102         * src/summary_search.c
8103                 fix more focus issues (don't set focus to combobox's entry widget when
8104                 entry's value changed, if entry widget has focus already).
8105
8106 2006-12-01 [wwp]        2.6.0cvs75
8107
8108         * src/gtk/quicksearch.c
8109                 revert last changes to the quicksearch gtk_combo_box, this needs more
8110                 tuning and testing.
8111
8112 2006-12-01 [paul]       2.6.0cvs74
8113
8114         * tools/kdeservicemenu/README
8115         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8116         * tools/kdeservicemenu/install.sh
8117         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8118         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8119                 simplify this stuff, and in so doing,
8120                 fix it. (possibly re-extend it again at
8121                 a later date)
8122
8123 2006-12-01 [wwp]        2.6.0cvs73
8124
8125         * src/gtk/quicksearch.c
8126                 adapt quicksearch code to use modern gtk_combo_box'es.
8127
8128 2006-12-01 [wwp]        2.6.0cvs72
8129
8130         * src/common/defs.h
8131         * src/prefs_common.c
8132         * src/prefs_common.h
8133         * src/message_search.c
8134         * src/summary_search.c
8135         * src/gtk/combobox.c
8136         * src/gtk/combobox.h
8137                 add history combos to all message and summary search fields.
8138
8139 2006-12-01 [wwp]        2.6.0cvs71
8140
8141         * src/summaryview.c
8142                 As the list may change while the mark as read delay
8143                 runs, we can't rely on the 'row' pointer, which can
8144                 be invalid when the timeout is called. As the mark
8145                 as read is only done if the message is still selected,
8146                 use summaryview->selected instead. Thanks to Colin.
8147
8148 2006-11-30 [paul]       2.6.0cvs70
8149
8150         * src/textview.c
8151                 give emphasis to "Sylpheed-Claws"
8152                 as well as "Claws Mail"
8153
8154 2006-11-30 [colin]      2.6.0cvs69
8155
8156         * src/wizard.c
8157                 Put the SSL checkboxes in the receiving
8158                 and sending server pages.
8159
8160 2006-11-29 [colin]      2.6.0cvs68
8161
8162         * src/gtk/gtkutils.c
8163         * src/gtk/gtkvscrollbutton.c
8164                 Revert some deprecated fixes - they seem to
8165                 deprecate stuff as soon as a new one gets out.
8166                 g_object_ref_sink needed glib-2.10.
8167
8168 2006-11-29 [colin]      2.6.0cvs67
8169
8170         * src/common/utils.c
8171                 Create .mailcap if it doesn't exist
8172
8173 2006-11-29 [colin]      2.6.0cvs66
8174
8175         * src/compose.c
8176                 Followup to cvs60: use original list
8177                 of recipients if replying to a mail
8178                 in Sent Drafts or Queue.
8179
8180 2006-11-27 [paul]       2.6.0cvs65
8181
8182         * src/image_viewer.c
8183                 revert the last change for now (it's broken)
8184
8185 2006-11-27 [paul]       2.6.0cvs64
8186
8187         * Makefile.am
8188         * configure.ac
8189         * m4/aclocal-include.m4
8190         * m4/check-type.m4
8191         * src/Makefile.am
8192         * src/addr_compl.c
8193         * src/compose.c
8194         * src/crash.c
8195         * src/export.c
8196         * src/exporthtml.c
8197         * src/exportldif.c
8198         * src/imap.c
8199         * src/import.c
8200         * src/main.c
8201         * src/main.h
8202         * src/matcher.c
8203         * src/mimeview.c
8204         * src/procmsg.c
8205         * src/textview.c
8206         * src/common/Makefile.am
8207         * src/common/claws.c
8208         * src/common/claws.h
8209         * src/common/ssl.c
8210         * src/common/sylpheed.c
8211         * src/common/sylpheed.h
8212         * src/etpan/Makefile.am
8213         * src/gtk/Makefile.am
8214         * src/gtk/claws-marshal.list
8215         * src/gtk/filesel.c
8216         * src/gtk/gtksctree.c
8217         * src/gtk/quicksearch.c
8218         * src/gtk/sylpheed-marshal.list
8219         * src/plugins/bogofilter/bogofilter.c
8220         * src/plugins/bogofilter/bogofilter_gtk.c
8221         * src/plugins/clamav/clamav_plugin.c
8222         * src/plugins/clamav/clamav_plugin_gtk.c
8223         * src/plugins/demo/demo.c
8224         * src/plugins/dillo_viewer/dillo_viewer.c
8225         * src/plugins/pgpcore/Makefile.am
8226         * src/plugins/pgpcore/claws.def
8227         * src/plugins/pgpcore/pgp_viewer.c
8228         * src/plugins/pgpcore/plugin.c
8229         * src/plugins/pgpcore/sylpheed.def
8230         * src/plugins/pgpinline/Makefile.am
8231         * src/plugins/pgpinline/claws.def
8232         * src/plugins/pgpinline/plugin.c
8233         * src/plugins/pgpinline/sylpheed.def
8234         * src/plugins/pgpmime/Makefile.am
8235         * src/plugins/pgpmime/claws.def
8236         * src/plugins/pgpmime/plugin.c
8237         * src/plugins/pgpmime/sylpheed.def
8238         * src/plugins/spamassassin/spamassassin.c
8239         * src/plugins/spamassassin/spamassassin_gtk.c
8240         * src/plugins/trayicon/trayicon.c
8241                 yet more renaming
8242                 remove deprecated gtk_tooltips_set_delay()
8243
8244 2006-11-26 [paul]       2.6.0cvs63
8245
8246         * src/expldifdlg.c
8247         * src/folderview.c
8248         * src/image_viewer.c
8249         * src/mainwindow.c
8250         * src/gtk/gtkutils.c
8251         * src/gtk/gtkvscrollbutton.c
8252         * src/gtk/prefswindow.c
8253         * src/plugins/pgpcore/prefs_gpg.c
8254                 replace more deprecated GTK+ functions
8255
8256 2006-11-26 [paul]       2.6.0cvs62
8257
8258         * src/addr_compl.c
8259         * src/addressbook.c
8260         * src/browseldap.c
8261                 replace deprecated gtk_idle_... functions
8262
8263 2006-11-26 [paul]       2.6.0cvs61
8264
8265         * src/compose.c
8266         * src/folderview.c
8267         * src/inc.c
8268         * src/summaryview.c
8269         * src/gtk/gtkvscrollbutton.c
8270         * src/gtk/quicksearch.c
8271         * src/plugins/pgpcore/passphrase.c
8272                 replace deprecated gtk_timeout_add and
8273                 gtk_timeout_remove
8274
8275 2006-11-26 [paul]       2.6.0cvs60
8276
8277         * src/compose.c
8278                 fix bug that caused the wrong recipient
8279                 to be selected when replying to a msg
8280                 which is From one of our accounts to
8281                 another of our accounts
8282
8283 2006-11-25 [paul]       2.6.0cvs59
8284
8285         * src/summaryview.c
8286                 don't change the From column title to
8287                 To if the To column is visible
8288
8289 2006-11-24 [paul]       2.6.0cvs58
8290
8291         * src/compose.c
8292                 fix bug 1069, 'Sent mails disappear, BCC
8293                 or locking problem?'
8294
8295 2006-11-21 [wwp]        2.6.0cvs57
8296
8297         * src/compose.c
8298                 fix spelling menu when replying (same as 2.3.1cvs39):
8299                 discrepancy between context menu and top menu when
8300                 folder's dictionary isn't the default one.
8301
8302 2006-11-19 [paul]       2.6.0cvs56
8303
8304         * src/summaryview.c
8305                 obey always_show_msg option when
8306                 marking as spam
8307         * src/plugins/bogofilter/bogofilter.c
8308                 fix typo
8309
8310 2006-11-18 [paul]       2.6.0cvs55
8311
8312         * AUTHORS
8313         * README
8314         * debian/copyright
8315         * manual/ack.xml
8316         * manual/es/ack.xml
8317         * manual/fr/ack.xml
8318         * manual/pl/ack.xml
8319         * src/gtk/authors.h
8320         * src/gtk/icon_legend.c
8321         * src/gtk/icon_legend.h
8322         * tools/OOo2claws-mail.pl
8323         * tools/README
8324         * tools/acroread2claws-mail.pl
8325         * tools/claws.i18n.status.pl
8326         * tools/filter_conv.pl
8327         * tools/filter_conv_new.pl
8328         * tools/freshmeat_search.pl
8329         * tools/google_search.pl
8330         * tools/kmail2claws-mail.pl
8331         * tools/kmail2claws-mail_v2.pl
8332         * tools/maildir2claws-mail.pl
8333         * tools/make.themes.project
8334         * tools/multiwebsearch.pl
8335         * tools/outlook2claws-mail.pl
8336         * tools/tb2claws-mail
8337         * tools/kdeservicemenu/README
8338         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8339                 update mine and wwp's email addresses in
8340                 several places
8341                 Patch by wwp
8342         * src/prefs_compose_writing.c
8343                 set sensitivity on 'new message format' frame
8344
8345 2006-11-17 [paul]       2.6.0cvs54
8346
8347         * src/gtk/about.c
8348                 more reworking of the GUI
8349                 Patch by Fabien Vantard
8350
8351 2006-11-16 [paul]       2.6.0cvs53
8352
8353         * src/gtk/about.c
8354                 set a minimum size for the window, allow
8355                 it to automatically expand as necessary
8356
8357 2006-11-16 [wwp]        2.6.0cvs52
8358
8359         * src/gtk/about.c
8360                 better wrap of copyright info on some systems.
8361
8362 2006-11-16 [paul]       2.6.0cvs51
8363
8364         * src/gtk/about.c
8365                 move the tech info from the upper panel
8366                 to the Info tab
8367                 use a gtk_text_view for the features tab
8368
8369 2006-11-16 [paul]       2.6.0cvs50
8370
8371         * po/Makevars
8372                 update my email address
8373         * src/addressbook.c
8374         * src/compose.c
8375         * src/imap_gtk.c
8376         * src/mh_gtk.c
8377         * src/news_gtk.c
8378         * src/summaryview.c
8379         * src/plugins/trayicon/trayicon.c
8380                 don't offer simple menu separators
8381                 for translation
8382         * src/folderview.c
8383                 add separator between 'mark all read'
8384                 and 'search folder'
8385
8386 2006-11-15 [wwp]        2.6.0cvs49
8387
8388         * src/gtk/authors.h
8389                 updated manuals authors.
8390
8391 2006-11-14 [paul]       2.6.0cvs48
8392
8393         * src/compose.c
8394                 Fix Options/Reply mode after draft save
8395
8396 2006-11-14 [paul]       2.6.0cvs47
8397
8398         * src/Makefile.am
8399                 Fix make DESTDIR=...
8400         * src/mbox.c
8401                 Optimise speed
8402         * src/plugins/pgpinline/pgpinline.c
8403                 Probably fix bug 1061
8404
8405 2006-11-14 [paul]       2.6.0cvs46
8406
8407         * po/Makevars
8408                 enable Q_ macro
8409         * src/Makefile.am
8410         * src/stock_pixmap.c
8411         * src/stock_pixmap.h
8412         * src/gtk/about.c
8413         * src/pixmaps/active.xpm
8414         * src/pixmaps/inactive.xpm
8415                 add a new page, 'Features', to the About dialog
8416                 showing which features are compiled in and which
8417                 are not
8418
8419 2006-11-14 [paul]       2.6.0cvs45
8420
8421         * po/ru.po
8422                 updated by Pavlo Bohmat
8423
8424 2006-11-14 [colin]      2.6.0cvs44
8425
8426         * src/compose.c
8427         * src/inc.c
8428         * src/messageview.c
8429         * src/news.c
8430         * src/pop.c
8431         * src/procmsg.c
8432         * src/gtk/gtkaspell.c
8433                 Fix 64-bit-related warnings
8434         * src/ssl_manager.c
8435                 Fix possible infinite loop
8436         * src/plugins/pgpcore/sgpgme.c
8437                 Remove useless check
8438
8439 2006-11-13 [colin]      2.6.0cvs43
8440
8441         * src/gtk/Makefile.am
8442                 authors.h isn't generated
8443
8444 2006-11-13 [colin]      2.6.0cvs42
8445
8446         * src/plugins/pgpinline/pgpinline.c
8447         * src/plugins/pgpmime/pgpmime.c
8448                 Very probably fix bug 1061, 'crash on 
8449                 opening signed email'. Another cast
8450                 problem
8451
8452 2006-11-13 [colin]      2.6.0cvs41
8453
8454         * src/plugins/pgpcore/sgpgme.c
8455                 Maybe fix bug 1061, 'crash on opening 
8456                 signed email'
8457
8458 2006-11-13 [wwp]        2.6.0cvs40
8459
8460         * src/plugins/pgpinline/pgpinline.c
8461                 fix candidate for bug #1057, thanks to Colin.
8462
8463 2006-11-13 [wwp]        2.6.0cvs39
8464
8465         * src/compose.c
8466         * src/quote_fmt_parse.y
8467                 fix bug 1052: current parser buffer was not always 
8468                 allocated, ptr to this buffer could be returned as 
8469                 NULL whereas no parser error has occurred. in 
8470                 consequence, defining a template body as "%d" 
8471                 (w/o the quotes) for the first time of the instance 
8472                 of claws-mail, was reporting a parser error. make 
8473                 sure that the buffer is always allocated, even to 
8474                 an empty string.
8475                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8476                 unescaping of the fmt string was always done 
8477                 whereas it must be done *only* when receiving 
8478                 quote format strings issued from the prefs 
8479                 (compose new message, reply, forward, redirect 
8480                 formats), *not* when applying templates.  in 
8481                 consequences, applying templates w/ sequences 
8482                 like \\|p{echo} were failing. make sure that 
8483                 unescaping is done only when necessary.
8484
8485 2006-11-12 [colin]      2.6.0cvs38
8486
8487         * po/de.po
8488                 Fix typo (s/KB/MB)
8489
8490 2006-11-12 [colin]      2.6.0cvs37
8491
8492         * src/plugins/pgpinline/pgpinline.c
8493         * src/plugins/pgpmime/pgpmime.c
8494                 Release GPG context at the latest 
8495                 possible moment. Maybe fixes 
8496                 bug 1057, 'crash on sending signed 
8497                 message to a newsgroup'
8498                 
8499
8500 2006-11-12 [colin]      2.6.0cvs36
8501
8502         * src/plugins/pgpcore/sgpgme.c
8503                 Tell a bit more when gpg's status doesn't
8504                 contain any signature
8505
8506 2006-11-12 [colin]      2.6.0cvs35
8507
8508         * src/compose.c
8509                 Fix bug 1060, 'compilation error with 
8510                 Irix's cc'
8511
8512 2006-11-12 [paul]       2.6.0cvs34
8513
8514         * doc/man/claws-mail.1
8515         * src/prefs_gtk.c
8516         * src/plugins/clamav/README
8517         * src/plugins/spamassassin/README
8518         * tools/README
8519         * tools/freshmeat_search.pl
8520         * tools/google_search.pl
8521         * tools/multiwebsearch.pl
8522                 more renaming
8523         * src/plugins/trayicon/trayicon.c
8524                 fix compiliation warning
8525
8526 2006-11-11 [colin]      2.6.0cvs33
8527
8528         * src/folderview.c
8529                 Forbid drag and drop from/to different
8530                 folders of type F_UNKNOWN
8531
8532 2006-11-11 [colin]      2.6.0cvs32
8533
8534         * src/plugins/pgpinline/pgpinline.c
8535                 Fix typo in previous commit:
8536                 - gpgme_new(&ctx);
8537                 + if ((err = gpgme_new(&data->ctx)) ...)
8538
8539 2006-11-11 [colin]      2.6.0cvs31
8540
8541         * src/plugins/pgpinline/pgpinline.c
8542         * src/plugins/pgpmime/pgpmime.c
8543                 Check success after calling gpgme_new
8544                 Maybe fixes bug 1057, 'crash on sending 
8545                 signed message to a newsgroup'
8546
8547 2006-11-11 [colin]      2.6.0cvs30
8548
8549         * src/undo.c
8550                 init undostruct to 0s (from
8551                 valgrind log of bug 1057)
8552
8553 2006-11-10 [colin]      2.6.0cvs29
8554
8555         * src/mainwindow.c
8556                 Set cursor to wait before filtering
8557                 duplicates in all folders
8558         * src/plugins/bogofilter/bogofilter.c
8559         * src/plugins/bogofilter/bogofilter.h
8560         * src/plugins/bogofilter/bogofilter_gtk.c
8561                 Completely thread away the bogofilter
8562                 filtering
8563
8564 2006-11-10 [mones]      2.6.0cvs28
8565
8566         * src/compose.c
8567         * src/compose.h
8568                 added COMPOSE_CHECK_BEFORE_SEND hook
8569
8570 2006-11-10 [paul]       2.6.0cvs27
8571
8572         * src/crash.c
8573                 more renaming
8574                 add libSM to get_compiled_in_features()
8575         * src/main.c
8576                 more renaming
8577
8578 2006-11-10 [colin]      2.6.0cvs26
8579
8580         * src/etpan/imap-thread.c
8581                 Add a reference to libetpan's sasl engine
8582                 so that sasl_done() doesn't get called by
8583                 libetpan, and doesn't break openssl.
8584                 Should fix bug 1053, 'SC fails to reestablish 
8585                 a secure connection'
8586                 Patch by Hoa
8587
8588 2006-11-10 [colin]      2.6.0cvs25
8589
8590         * manual/addrbook.xml
8591         * manual/advanced.xml
8592         * manual/faq.xml
8593         * manual/intro.xml
8594                 Some more renaming
8595
8596 2006-11-09 [colin]      2.6.0cvs24
8597
8598         * src/plugins/bogofilter/bogofilter_gtk.c
8599                 Add comment about annoyance
8600
8601 2006-11-09 [colin]      2.6.0cvs23
8602
8603         * src/plugins/bogofilter/bogofilter.c
8604         * src/plugins/bogofilter/bogofilter_gtk.c
8605                 Prepare things needed to thread bogofilter
8606                 filtering: separate bogo stuff and possible GUI
8607                 stuff. 
8608
8609 2006-11-09 [colin]      2.6.0cvs22
8610
8611         * src/account.c
8612         * src/compose.c
8613                 Search for one of our accounts in Delivered-To
8614                 (helps for auto-account selection when 
8615                  replying/forwarding)
8616         * src/folderview.c
8617         * src/mainwindow.c
8618         * src/mainwindow.h
8619         * src/plugins/trayicon/trayicon.c
8620                 Allow opening a new mail with any account from
8621                 the contextual menu
8622
8623 2006-11-09 [wwp]        2.6.0cvs21
8624
8625         * src/compose.c
8626         * src/prefs_common.c
8627         * src/prefs_common.h
8628         * src/prefs_compose_writing.c
8629                 add a compose new message format (in prefs/compose/writing), it's a
8630                 simple subject+body template to use when opening a new composition
8631                 window. It's similar to the existent reply and forward formats.
8632
8633                 enhanced the template/format % symbols substitution mechanism to
8634                 use current composition window information when % are used in
8635                 the compose new message format or in templates applied to new
8636                 messages (there were useless in that situations before). When
8637                 applied to new messages, %d corresponds to the system time/date.
8638
8639 2006-11-09 [paul]       2.6.0cvs20
8640
8641         * src/gtk/authors.h
8642                 fix last commit
8643
8644 2006-11-09 [paul]       2.6.0cvs19
8645
8646         * src/gtk/authors.h
8647                 keep tje alphabetical order
8648
8649 2006-11-08 [colin]      2.6.0cvs18
8650
8651         * src/etpan/imap-thread.c
8652                 Fix bug 1054, 'Slowness logging big 
8653                 data chunks'
8654
8655 2006-11-08 [paul]       2.6.0cvs17
8656
8657         * tools/Makefile.am
8658                 fix the renaming
8659
8660 2006-11-08 [paul]       2.6.0cvs16
8661
8662         * src/common/defs.h
8663                 update BUGZILLA_URI
8664
8665 2006-11-08 [paul]       2.6.0cvs15
8666
8667         * tools/Makefile.am
8668         * tools/OOo2claws-mail.pl
8669         * tools/OOo2sylpheed.pl
8670         * tools/README
8671         * tools/acroread2claws-mail.pl
8672         * tools/acroread2sylpheed.pl
8673         * tools/kmail2claws-mail.pl
8674         * tools/kmail2claws-mail_v2.pl
8675         * tools/kmail2sylpheed.pl
8676         * tools/kmail2sylpheed_v2.pl
8677         * tools/maildir2claws-mail.pl
8678         * tools/maildir2sylpheed.pl
8679         * tools/nautilus2claws-mail.sh
8680         * tools/nautilus2sylpheed.sh
8681         * tools/outlook2claws-mail.pl
8682         * tools/outlook2sylpheed.pl
8683         * tools/tb2claws-mail
8684         * tools/tb2sylpheed
8685         * tools/tbird2claws.py
8686         * tools/tbird2syl.py
8687         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8688         * tools/kdeservicemenu/install.sh
8689         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8690         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8691         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8692         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8693         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8694                 renamed (removed, added) tools files
8695
8696 2006-11-08 [paul]       2.6.0cvs14
8697
8698         * src/main.c
8699         * src/common/defs.h
8700                 Migrate sylpheedrc to clawsrc, and fix the standard
8701                 plugins path in the process
8702
8703 2006-11-07 [colin]      2.6.0cvs13
8704
8705         * src/Makefile.am
8706                 Symlink sylpheed-claws relative to 
8707                 claws-mail
8708
8709 2006-11-07 [colin]      2.6.0cvs12
8710
8711         * src/compose.c
8712                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8713
8714 2006-11-07 [paul]       2.6.0cvs11
8715
8716         * src/gtk/about.c
8717                 Fix a missed occurence of
8718                 Sylpheed-Claws
8719
8720 2006-11-07 [paul]       2.6.0cvs10
8721
8722         * src/Makefile.am
8723                 Fix symlink installation
8724
8725 2006-11-07 [paul]       2.6.0cvs9
8726
8727         * src/Makefile.am
8728                 Symlink claws-mail to sylpheed-claws
8729         * src/common/utils.c
8730                 Fix migrating symlinks
8731         * src/etpan/imap-thread.c
8732                 check certificate only when there's
8733                 no error
8734
8735 2006-11-07 [paul]       2.6.0cvs8
8736
8737         * Makefile.am
8738                 Fix icon breakages with Gtk, which needs a 
8739                 cache updated to see them.
8740
8741 2006-11-07 [paul]       2.6.0cvs7
8742
8743         * .cvsignore
8744         * AUTHORS
8745         * COPYING
8746         * INSTALL
8747         * Makefile.am
8748         * NEWS
8749         * README
8750         * RELEASE_NOTES
8751         * autogen.sh
8752         * claws-mail-128x128.png
8753         * claws-mail-64x64.png
8754         * claws-mail.ico
8755         * claws-mail.pc.in
8756         * claws-mail.png
8757         * configure.ac
8758         * sylpheed-claws-128x128.png
8759         * sylpheed-claws-64x64.png
8760         * sylpheed-claws.desktop
8761         * sylpheed-claws.ico
8762         * sylpheed-claws.pc.in
8763         * sylpheed-claws.png
8764         * debian/README.Debian
8765         * debian/changelog
8766         * debian/claws-mail.desktop
8767         * debian/claws-mail.menu
8768         * debian/claws-mail.postinst.debhelper
8769         * debian/claws-mail.postrm.debhelper
8770         * debian/control
8771         * debian/copyright
8772         * debian/files
8773         * debian/rules
8774         * debian/sylpheed-claws.desktop
8775         * debian/sylpheed-claws.menu
8776         * debian/sylpheed-claws.postinst.debhelper
8777         * debian/sylpheed-claws.postrm.debhelper
8778         * doc/man/Makefile.am
8779         * doc/man/claws-mail.1
8780         * doc/man/sylpheed-claws.1
8781         * doc/src/ChangeLog.claws-pre0.8.0
8782         * manual/Makefile.am
8783         * manual/account.xml
8784         * manual/ack.xml
8785         * manual/addrbook.xml
8786         * manual/advanced.xml
8787         * manual/claws-mail-manual.xml
8788         * manual/faq.xml
8789         * manual/glossary.xml
8790         * manual/handling.xml
8791         * manual/intro.xml
8792         * manual/keyboard.xml
8793         * manual/plugins.xml
8794         * manual/starting.xml
8795         * manual/sylpheed-claws-manual.xml
8796         * manual/xml2pdf
8797         * manual/dist/.cvsignore
8798         * manual/dist/html/.cvsignore
8799         * manual/dist/html/Makefile.am
8800         * manual/dist/pdf/.cvsignore
8801         * manual/dist/pdf/Makefile.am
8802         * manual/dist/ps/.cvsignore
8803         * manual/dist/ps/Makefile.am
8804         * manual/dist/txt/.cvsignore
8805         * manual/dist/txt/Makefile.am
8806         * manual/es/Makefile.am
8807         * manual/es/advanced.xml
8808         * manual/es/claws-mail-manual.xml
8809         * manual/es/faq.xml
8810         * manual/es/glossary.xml
8811         * manual/es/handling.xml
8812         * manual/es/intro.xml
8813         * manual/es/plugins.xml
8814         * manual/es/sylpheed-claws-manual.xml
8815         * manual/es/dist/.cvsignore
8816         * manual/es/dist/html/.cvsignore
8817         * manual/es/dist/html/Makefile.am
8818         * manual/es/dist/pdf/.cvsignore
8819         * manual/es/dist/pdf/Makefile.am
8820         * manual/es/dist/ps/.cvsignore
8821         * manual/es/dist/ps/Makefile.am
8822         * manual/es/dist/txt/.cvsignore
8823         * manual/es/dist/txt/Makefile.am
8824         * manual/fr/Makefile.am
8825         * manual/fr/account.xml
8826         * manual/fr/ack.xml
8827         * manual/fr/addrbook.xml
8828         * manual/fr/advanced.xml
8829         * manual/fr/claws-mail-manual.xml
8830         * manual/fr/faq.xml
8831         * manual/fr/glossary.xml
8832         * manual/fr/handling.xml
8833         * manual/fr/intro.xml
8834         * manual/fr/keyboard.xml
8835         * manual/fr/plugins.xml
8836         * manual/fr/starting.xml
8837         * manual/fr/sylpheed-claws-manual.xml
8838         * manual/fr/dist/.cvsignore
8839         * manual/fr/dist/html/.cvsignore
8840         * manual/fr/dist/html/Makefile.am
8841         * manual/fr/dist/pdf/.cvsignore
8842         * manual/fr/dist/pdf/Makefile.am
8843         * manual/fr/dist/ps/.cvsignore
8844         * manual/fr/dist/ps/Makefile.am
8845         * manual/fr/dist/txt/.cvsignore
8846         * manual/fr/dist/txt/Makefile.am
8847         * manual/pl/Makefile.am
8848         * manual/pl/account.xml
8849         * manual/pl/ack.xml
8850         * manual/pl/addrbook.xml
8851         * manual/pl/advanced.xml
8852         * manual/pl/claws-mail-manual.xml
8853         * manual/pl/faq.xml
8854         * manual/pl/glossary.xml
8855         * manual/pl/handling.xml
8856         * manual/pl/intro.xml
8857         * manual/pl/keyboard.xml
8858         * manual/pl/plugins.xml
8859         * manual/pl/starting.xml
8860         * manual/pl/sylpheed-claws-manual.xml
8861         * manual/pl/dist/.cvsignore
8862         * manual/pl/dist/html/.cvsignore
8863         * manual/pl/dist/html/Makefile.am
8864         * manual/pl/dist/pdf/.cvsignore
8865         * manual/pl/dist/pdf/Makefile.am
8866         * manual/pl/dist/ps/.cvsignore
8867         * manual/pl/dist/ps/Makefile.am
8868         * manual/pl/dist/txt/.cvsignore
8869         * manual/pl/dist/txt/Makefile.am
8870         * po/.cvsignore
8871         * po/Makevars
8872         * src/.cvsignore
8873         * src/Makefile.am
8874         * src/account.c
8875         * src/account.h
8876         * src/action.c
8877         * src/action.h
8878         * src/adbookbase.h
8879         * src/addr_compl.c
8880         * src/addr_compl.h
8881         * src/addrbook.c
8882         * src/addrcache.c
8883         * src/addrcache.h
8884         * src/addrcindex.c
8885         * src/addrcindex.h
8886         * src/addrclip.c
8887         * src/addrclip.h
8888         * src/addrdefs.h
8889         * src/addressadd.c
8890         * src/addressadd.h
8891         * src/addressbook.c
8892         * src/addressbook.h
8893         * src/addressbook_foldersel.c
8894         * src/addressbook_foldersel.h
8895         * src/addrgather.c
8896         * src/addrgather.h
8897         * src/addrharvest.c
8898         * src/addrharvest.h
8899         * src/addrindex.c
8900         * src/addrindex.h
8901         * src/addritem.c
8902         * src/addritem.h
8903         * src/addrquery.c
8904         * src/addrquery.h
8905         * src/addrselect.c
8906         * src/addrselect.h
8907         * src/alertpanel.c
8908         * src/alertpanel.h
8909         * src/browseldap.c
8910         * src/browseldap.h
8911         * src/codeconv.c
8912         * src/codeconv.h
8913         * src/compose.c
8914         * src/crash.c
8915         * src/crash.h
8916         * src/customheader.c
8917         * src/customheader.h
8918         * src/displayheader.c
8919         * src/displayheader.h
8920         * src/editaddress.c
8921         * src/editaddress.h
8922         * src/editbook.c
8923         * src/editbook.h
8924         * src/editgroup.c
8925         * src/editgroup.h
8926         * src/editjpilot.c
8927         * src/editjpilot.h
8928         * src/editldap.c
8929         * src/editldap.h
8930         * src/editldap_basedn.c
8931         * src/editldap_basedn.h
8932         * src/editvcard.c
8933         * src/editvcard.h
8934         * src/exphtmldlg.c
8935         * src/exphtmldlg.h
8936         * src/expldifdlg.c
8937         * src/expldifdlg.h
8938         * src/export.c
8939         * src/exporthtml.c
8940         * src/exporthtml.h
8941         * src/exportldif.c
8942         * src/exportldif.h
8943         * src/filtering.c
8944         * src/filtering.h
8945         * src/folder.c
8946         * src/folder.h
8947         * src/folder_item_prefs.c
8948         * src/folder_item_prefs.h
8949         * src/foldersel.c
8950         * src/foldersel.h
8951         * src/folderutils.c
8952         * src/folderutils.h
8953         * src/folderview.c
8954         * src/folderview.h
8955         * src/grouplistdialog.c
8956         * src/grouplistdialog.h
8957         * src/html.c
8958         * src/html.h
8959         * src/image_viewer.c
8960         * src/image_viewer.h
8961         * src/imap.c
8962         * src/imap.h
8963         * src/imap_gtk.c
8964         * src/imap_gtk.h
8965         * src/import.c
8966         * src/import.h
8967         * src/importldif.c
8968         * src/importldif.h
8969         * src/importmutt.c
8970         * src/importmutt.h
8971         * src/importpine.c
8972         * src/importpine.h
8973         * src/inc.c
8974         * src/inc.h
8975         * src/jpilot.c
8976         * src/jpilot.h
8977         * src/ldapctrl.c
8978         * src/ldapctrl.h
8979         * src/ldaplocate.c
8980         * src/ldaplocate.h
8981         * src/ldapquery.c
8982         * src/ldapquery.h
8983         * src/ldapserver.c
8984         * src/ldapserver.h
8985         * src/ldaputil.c
8986         * src/ldaputil.h
8987         * src/ldif.c
8988         * src/ldif.h
8989         * src/localfolder.c
8990         * src/localfolder.h
8991         * src/main.c
8992         * src/main.h
8993         * src/mainwindow.c
8994         * src/mainwindow.h
8995         * src/manual.c
8996         * src/manual.h
8997         * src/matcher.c
8998         * src/matcher.h
8999         * src/matcher_parser.h
9000         * src/matcher_parser_lex.l
9001         * src/matcher_parser_parse.y
9002         * src/mbox.c
9003         * src/mbox.h
9004         * src/message_search.c
9005         * src/message_search.h
9006         * src/messageview.c
9007         * src/messageview.h
9008         * src/mh.c
9009         * src/mh.h
9010         * src/mh_gtk.c
9011         * src/mh_gtk.h
9012         * src/mimeview.c
9013         * src/mimeview.h
9014         * src/msgcache.c
9015         * src/msgcache.h
9016         * src/mutt.c
9017         * src/mutt.h
9018         * src/news.c
9019         * src/news.h
9020         * src/news_gtk.c
9021         * src/news_gtk.h
9022         * src/noticeview.c
9023         * src/noticeview.h
9024         * src/partial_download.c
9025         * src/partial_download.h
9026         * src/pine.c
9027         * src/pine.h
9028         * src/pop.c
9029         * src/pop.h
9030         * src/prefs_account.c
9031         * src/prefs_account.h
9032         * src/prefs_actions.c
9033         * src/prefs_actions.h
9034         * src/prefs_common.c
9035         * src/prefs_common.h
9036         * src/prefs_compose_writing.c
9037         * src/prefs_compose_writing.h
9038         * src/prefs_customheader.c
9039         * src/prefs_customheader.h
9040         * src/prefs_display_header.c
9041         * src/prefs_display_header.h
9042         * src/prefs_ext_prog.c
9043         * src/prefs_ext_prog.h
9044         * src/prefs_filtering.c
9045         * src/prefs_folder_column.c
9046         * src/prefs_folder_column.h
9047         * src/prefs_folder_item.c
9048         * src/prefs_folder_item.h
9049         * src/prefs_fonts.c
9050         * src/prefs_fonts.h
9051         * src/prefs_gtk.c
9052         * src/prefs_gtk.h
9053         * src/prefs_image_viewer.c
9054         * src/prefs_image_viewer.h
9055         * src/prefs_matcher.c
9056         * src/prefs_matcher.h
9057         * src/prefs_message.c
9058         * src/prefs_message.h
9059         * src/prefs_msg_colors.c
9060         * src/prefs_msg_colors.h
9061         * src/prefs_other.c
9062         * src/prefs_other.h
9063         * src/prefs_quote.c
9064         * src/prefs_quote.h
9065         * src/prefs_receive.c
9066         * src/prefs_receive.h
9067         * src/prefs_send.c
9068         * src/prefs_send.h
9069         * src/prefs_spelling.c
9070         * src/prefs_spelling.h
9071         * src/prefs_summaries.c
9072         * src/prefs_summaries.h
9073         * src/prefs_summary_column.c
9074         * src/prefs_summary_column.h
9075         * src/prefs_template.c
9076         * src/prefs_template.h
9077         * src/prefs_themes.c
9078         * src/prefs_themes.h
9079         * src/prefs_toolbar.c
9080         * src/prefs_toolbar.h
9081         * src/prefs_wrapping.c
9082         * src/prefs_wrapping.h
9083         * src/privacy.c
9084         * src/privacy.h
9085         * src/procheader.c
9086         * src/procheader.h
9087         * src/procmime.c
9088         * src/procmime.h
9089         * src/procmsg.c
9090         * src/procmsg.h
9091         * src/quote_fmt.c
9092         * src/quote_fmt_parse.y
9093         * src/recv.c
9094         * src/recv.h
9095         * src/remotefolder.c
9096         * src/remotefolder.h
9097         * src/send_message.c
9098         * src/send_message.h
9099         * src/setup.c
9100         * src/setup.h
9101         * src/sourcewindow.c
9102         * src/sourcewindow.h
9103         * src/ssl_manager.c
9104         * src/ssl_manager.h
9105         * src/statusbar.c
9106         * src/statusbar.h
9107         * src/stock_pixmap.c
9108         * src/stock_pixmap.h
9109         * src/summary_search.c
9110         * src/summary_search.h
9111         * src/summaryview.c
9112         * src/summaryview.h
9113         * src/syldap.c
9114         * src/syldap.h
9115         * src/textview.c
9116         * src/textview.h
9117         * src/toolbar.c
9118         * src/toolbar.h
9119         * src/undo.c
9120         * src/undo.h
9121         * src/unmime.c
9122         * src/unmime.h
9123         * src/vcard.c
9124         * src/vcard.h
9125         * src/wizard.c
9126         * src/wizard.h
9127         * src/common/base64.c
9128         * src/common/base64.h
9129         * src/common/defs.h
9130         * src/common/hooks.c
9131         * src/common/hooks.h
9132         * src/common/log.c
9133         * src/common/log.h
9134         * src/common/mgutils.c
9135         * src/common/mgutils.h
9136         * src/common/nntp.c
9137         * src/common/nntp.h
9138         * src/common/passcrypt.c
9139         * src/common/passcrypt.h.in
9140         * src/common/plugin.c
9141         * src/common/plugin.h
9142         * src/common/prefs.c
9143         * src/common/prefs.h
9144         * src/common/progressindicator.c
9145         * src/common/progressindicator.h
9146         * src/common/quoted-printable.c
9147         * src/common/quoted-printable.h
9148         * src/common/session.c
9149         * src/common/session.h
9150         * src/common/smtp.c
9151         * src/common/smtp.h
9152         * src/common/socket.c
9153         * src/common/socket.h
9154         * src/common/ssl.c
9155         * src/common/ssl.h
9156         * src/common/stringtable.c
9157         * src/common/stringtable.h
9158         * src/common/sylpheed.c
9159         * src/common/sylpheed.h
9160         * src/common/template.c
9161         * src/common/template.h
9162         * src/common/timing.h
9163         * src/common/utils.c
9164         * src/common/utils.h
9165         * src/common/version.h.in
9166         * src/common/xml.c
9167         * src/common/xml.h
9168         * src/common/xmlprops.c
9169         * src/common/xmlprops.h
9170         * src/gtk/about.c
9171         * src/gtk/colorlabel.c
9172         * src/gtk/colorlabel.h
9173         * src/gtk/colorsel.c
9174         * src/gtk/colorsel.h
9175         * src/gtk/combobox.c
9176         * src/gtk/combobox.h
9177         * src/gtk/description_window.c
9178         * src/gtk/description_window.h
9179         * src/gtk/filesel.c
9180         * src/gtk/filesel.h
9181         * src/gtk/foldersort.c
9182         * src/gtk/foldersort.h
9183         * src/gtk/gtkaspell.c
9184         * src/gtk/gtkaspell.h
9185         * src/gtk/gtksctree.c
9186         * src/gtk/gtkshruler.c
9187         * src/gtk/gtkshruler.h
9188         * src/gtk/gtkutils.c
9189         * src/gtk/gtkutils.h
9190         * src/gtk/icon_legend.c
9191         * src/gtk/icon_legend.h
9192         * src/gtk/logwindow.c
9193         * src/gtk/logwindow.h
9194         * src/gtk/manage_window.c
9195         * src/gtk/manage_window.h
9196         * src/gtk/pluginwindow.c
9197         * src/gtk/pluginwindow.h
9198         * src/gtk/prefswindow.c
9199         * src/gtk/prefswindow.h
9200         * src/gtk/quicksearch.c
9201         * src/gtk/quicksearch.h
9202         * src/pixmaps/claws-mail.xpm
9203         * src/pixmaps/claws-mail_icon.xpm
9204         * src/pixmaps/claws-mail_logo.xpm
9205         * src/pixmaps/sylpheed-claws.xpm
9206         * src/pixmaps/sylpheed-claws_icon.xpm
9207         * src/pixmaps/sylpheed-claws_logo.xpm
9208         * src/plugins/bogofilter/Makefile.am
9209         * src/plugins/bogofilter/bogofilter.c
9210         * src/plugins/bogofilter/bogofilter.h
9211         * src/plugins/bogofilter/bogofilter_gtk.c
9212         * src/plugins/clamav/Makefile.am
9213         * src/plugins/clamav/clamav_plugin.c
9214         * src/plugins/clamav/clamav_plugin.h
9215         * src/plugins/clamav/clamav_plugin_gtk.c
9216         * src/plugins/demo/Makefile.am
9217         * src/plugins/demo/demo.c
9218         * src/plugins/dillo_viewer/Makefile.am
9219         * src/plugins/dillo_viewer/README
9220         * src/plugins/dillo_viewer/dillo_prefs.c
9221         * src/plugins/dillo_viewer/dillo_prefs.h
9222         * src/plugins/dillo_viewer/dillo_viewer.c
9223         * src/plugins/pgpcore/Makefile.am
9224         * src/plugins/pgpcore/passphrase.c
9225         * src/plugins/pgpcore/passphrase.h
9226         * src/plugins/pgpcore/pgp_viewer.c
9227         * src/plugins/pgpcore/pgp_viewer.h
9228         * src/plugins/pgpcore/plugin.c
9229         * src/plugins/pgpcore/prefs_gpg.c
9230         * src/plugins/pgpcore/prefs_gpg.h
9231         * src/plugins/pgpcore/select-keys.c
9232         * src/plugins/pgpcore/select-keys.h
9233         * src/plugins/pgpcore/sgpgme.c
9234         * src/plugins/pgpcore/sgpgme.h
9235         * src/plugins/pgpcore/sylpheed.def
9236         * src/plugins/pgpcore/version.rc
9237         * src/plugins/pgpinline/Makefile.am
9238         * src/plugins/pgpinline/pgpinline.c
9239         * src/plugins/pgpinline/pgpinline.h
9240         * src/plugins/pgpinline/plugin.c
9241         * src/plugins/pgpinline/sylpheed.def
9242         * src/plugins/pgpinline/version.rc
9243         * src/plugins/pgpmime/Makefile.am
9244         * src/plugins/pgpmime/pgpmime.c
9245         * src/plugins/pgpmime/pgpmime.h
9246         * src/plugins/pgpmime/plugin.c
9247         * src/plugins/pgpmime/sylpheed.def
9248         * src/plugins/pgpmime/version.rc
9249         * src/plugins/spamassassin/Makefile.am
9250         * src/plugins/spamassassin/README
9251         * src/plugins/spamassassin/spamassassin.c
9252         * src/plugins/spamassassin/spamassassin.h
9253         * src/plugins/spamassassin/spamassassin_gtk.c
9254         * src/plugins/trayicon/Makefile.am
9255         * src/plugins/trayicon/trayicon.c
9256         * tools/OOo2sylpheed.pl
9257         * tools/README
9258         * tools/README.sylprint
9259         * tools/acroread2sylpheed.pl
9260         * tools/claws.i18n.status.pl
9261         * tools/filter_conv.pl
9262         * tools/filter_conv_new.pl
9263         * tools/freshmeat_search.pl
9264         * tools/google_search.pl
9265         * tools/kmail2sylpheed.pl
9266         * tools/kmail2sylpheed_v2.pl
9267         * tools/make.themes.project
9268         * tools/multiwebsearch.pl
9269         * tools/nautilus2sylpheed.sh
9270         * tools/outlook2sylpheed.pl
9271         * tools/sylprint.pl
9272         * tools/sylprint.rc
9273         * tools/tb2sylpheed
9274         * tools/textviewer.sh
9275         * tools/vcard2xml.py
9276         * tools/kdeservicemenu/README
9277         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9278         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9279         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9280                 Change name to Claws Mail. Announce to follow...
9281
9282 2006-11-06 [wwp]        2.6.0cvs6
9283
9284         * src/prefs_template.c
9285                 unify messages related to quote format/template errors (fix
9286                 capitalization), again.
9287
9288 2006-11-06 [wwp]        2.6.0cvs5
9289
9290         * src/prefs_quote.c
9291                 unify messages related to quote format/template errors.
9292
9293 2006-11-06 [wwp]        2.6.0cvs4
9294
9295         * src/prefs_msg_colors.c
9296                 more uses of Q_ macro for contextual translations, thanks
9297                 to Fabien (fzzzzz).
9298
9299 2006-11-06 [wwp]        2.6.0cvs3
9300
9301         * src/compose.c
9302         * src/common/utils.c
9303         * src/common/utils.h
9304                 show an alertpanel to make sure users are aware that sensitive
9305                 files are attached (it's file blacklist-based). This will fix
9306                 interaction w/ GoogleEarth for instance, thanks to Colin.
9307
9308 2006-11-06 [wwp]        2.6.0cvs2
9309
9310         * src/prefs_quote.c
9311         * src/prefs_template.c
9312         * src/prefs_template.h
9313                 check quote format when applying/closing prefs. For now this only
9314                 shows up an error dialog box, not preventing the user from using
9315                 a broken quote (reply, forwards) format.
9316
9317 2006-11-06 [wwp]        2.6.0cvs1
9318
9319         * src/prefs_template.c
9320                 fix missing checks of some template fields.
9321
9322 2006-11-06 [paul]       2.6.0
9323
9324         * NEWS
9325         * README
9326         * RELEASE_NOTES
9327                 2.6.0 released
9328
9329 2006-11-06 [paul]       2.5.6cvs22
9330
9331         * manual/advanced.xml
9332         * manual/es/advanced.xml
9333                 put 'respect_flowed_format' info in the correct
9334                 place
9335
9336 2006-11-06 [mones]      2.5.6cvs21
9337
9338         * po/es.po
9339                 Minor fixes for release
9340
9341 2006-11-06 [paul]       2.5.6cvs20
9342
9343         * po/cs.po
9344         * po/de.po
9345         * po/fr.po
9346         * po/it.po
9347         * po/nl.po
9348         * po/pt_BR.po
9349         * po/sk.po
9350         * po/sv.po
9351         * po/zh_CN.po
9352                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9353                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9354                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9355                 Young
9356
9357 2006-11-02 [colin]      2.5.6cvs19
9358
9359         * src/imap.c
9360         * src/imap.h
9361         * src/prefs_account.c
9362         * src/etpan/imap-thread.c
9363                 Add GSSAPI support - fixes Debian bug #383274
9364
9365 2006-11-01 [colin]      2.5.6cvs18
9366
9367         * src/jpilot.c
9368                 Handle libpisock12 support. Probably
9369                 fixes bug 1046, 'jpilot AddressDB.pdb 
9370                 import fail'
9371
9372 2006-11-01 [colin]      2.5.6cvs17
9373
9374         * src/folderutils.c
9375                 debug_print() folderutils_mark_all_read()
9376
9377 2006-11-01 [colin]      2.5.6cvs16
9378
9379         * COPYING
9380                 Add missed files to the Apache exception
9381
9382 2006-10-31 [colin]      2.5.6cvs15
9383
9384         * src/folder.c
9385         * src/folder.h
9386                 Add a copy_private_data() func to FolderClasses
9387                 Doesn't break the feature freeze, because we 
9388                 won't use it (right now) in the core.
9389
9390 2006-10-31 [colin]      2.5.6cvs14
9391
9392         * COPYING
9393                 Allow linking with the Apache licensed files in
9394                 src/plugins/spamassassin. Hopefully fixes 
9395                 bug 1048, 'Spamassassin plugin license problem'
9396
9397 2006-10-31 [wwp]        2.5.6cvs13
9398
9399         * src/compose.c
9400                 fix and optimize trimming of leading linefeeds in body loop.
9401
9402 2006-10-31 [colin]      2.5.6cvs12
9403
9404         * src/etpan/imap-thread.c
9405         * src/imap.c
9406                 Make really sure to have NULL sets in case
9407                 of error
9408
9409 2006-10-30 [wwp]        2.5.6cvs11
9410
9411         * src/prefs_common.c
9412         * src/prefs_common.h
9413         * src/compose.c
9414                 fix broken storage of quote format template when it contains \-escape
9415                 sequences. The application of such sequences is also fixed now (\t
9416                 in quote format will be a real tab instead of a 't', for instance).
9417
9418 2006-10-27 [colin]      2.5.6cvs10
9419
9420         * src/compose.c
9421                 Probably fix bug 1045, 'sylpheed-claws 
9422                 doesn't remove the mail from the IMAP 
9423                 Queue folder after sending'. From
9424                 2.5.6cvs3-stable
9425
9426 2006-10-27 [colin]      2.5.6cvs9
9427
9428         * configure.ac
9429                 Require libetpan-0.48. I'm so annoying,
9430                 I know ;-)
9431
9432 2006-10-27 [colin]      2.5.6cvs8
9433
9434         * src/folder.c
9435         * src/imap.c
9436                 Probably fix bug 1044, 'sylpheed-claws 
9437                 segfaults while moving mails' - Fix relation
9438                 usage when moving to an IMAP mailbox from another
9439                 mailbox
9440
9441 2006-10-26 [paul]       2.5.6cvs7
9442
9443         * src/gtk/about.c
9444                 add libSM to compiled-in features
9445                 list
9446
9447 2006-10-24 [colin]      2.5.6cvs6
9448
9449         * src/textview.c
9450         * src/gtk/gtkutils.c
9451                 Fix crash when printing emails with an
9452                 xface
9453
9454 2006-10-24 [mones]      2.5.6cvs5
9455
9456         * manual/es/advanced.xml
9457                 Synchronize hidden option respect_flowed_format
9458         * po/es.po
9459                 Updated translation
9460
9461 2006-10-21 [paul]       2.5.6cvs4
9462
9463         * src/gtk/authors.h
9464         * src/plugins/pgpcore/pgp_viewer.c
9465         * src/plugins/pgpcore/sgpgme.c
9466                 fix building on BSDs
9467                 Thanks to Michael Hughes
9468                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9469
9470 2006-10-20 [colin]      2.5.6cvs3
9471
9472         * configure.ac
9473                 Bump up libetpan requirement
9474                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9475         * src/common/utils.c
9476         * src/common/utils.h
9477                 Add convenience get_file_mtime()
9478         * src/imap.c
9479         * src/etpan/imap-thread.c
9480         * src/etpan/imap-thread.h
9481                 Implement UIDPLUS support if the server
9482                 supports it - faster sending in this case
9483
9484 2006-10-19 [colin]      2.5.6cvs2
9485
9486         * src/gtk/quicksearch.c
9487                 Fix emptying in type-ahead+extended mode
9488         * src/mainwindow.c
9489         * src/mainwindow.h
9490                 Add a hook for offline state change
9491         * src/plugins/trayicon/trayicon.c
9492                 Use it to display offline icons
9493         * src/plugins/trayicon/Makefile.am
9494         * src/plugins/trayicon/newmail.offline.xpm
9495         * src/plugins/trayicon/newmarkedmail.offline.xpm
9496         * src/plugins/trayicon/nomail.offline.xpm
9497         * src/plugins/trayicon/unreadmail.offline.xpm
9498         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9499                 Add the icons
9500
9501 2006-10-12 [paul]       2.5.6cvs1
9502
9503         * NEWS
9504         * README
9505         * configure.ac
9506                 Update version number following
9507                 stable release
9508
9509 2006-10-19 [colin]      2.5.5cvs18
9510
9511         * manual/handling.xml
9512                 Add type-ahead search
9513
9514 2006-10-18 [colin]      2.5.5cvs17
9515
9516         * src/gtk/quicksearch.c
9517                 Remove "save to history only if there's
9518                 no syntax error", it breaks for some 
9519                 reason which I'll investigate later.
9520
9521 2006-10-18 [colin]      2.5.5cvs16
9522
9523         * src/prefs_common.c
9524         * src/prefs_common.h
9525         * src/summaryview.c
9526         * src/gtk/quicksearch.c
9527         * src/gtk/quicksearch.h
9528                 Add a type-ahead option for fast searches
9529                 Patch by Fabien Vantard
9530
9531 2006-10-18 [colin]      2.5.5cvs15
9532
9533         * src/compose.c
9534         * src/compose.h
9535                 Add Options/Reply mode/ menu to be able to
9536                 change the recipients of a reply on the fly
9537
9538 2006-10-18 [colin]      2.5.5cvs14
9539
9540         * src/compose.c
9541                 Fix redirecting of our own sent mails
9542
9543 2006-10-17 [wwp]        2.5.5cvs13
9544
9545         * src/send_message.c
9546                 Fix duplicate error messages when sending, and missing
9547                 newline in such error messages.
9548
9549 2006-10-17 [colin]      2.5.5cvs12
9550
9551         * src/compose.c
9552                 Compare addresses case-insensitive
9553
9554 2006-10-17 [colin]      2.5.5cvs11
9555
9556         * src/plugins/pgpcore/sgpgme.c
9557                 Fix return status
9558
9559 2006-10-17 [colin]      2.5.5cvs10
9560
9561         * src/plugins/pgpcore/pgp_viewer.c
9562                 Fix return status
9563
9564 2006-10-17 [colin]      2.5.5cvs9
9565
9566         * src/quote_fmt.c
9567                 Fix a typo (thanks to Fabien)
9568
9569 2006-10-16 [colin]      2.5.5cvs8
9570
9571         * src/textview.c
9572                 Fix problem with quote-folding when emails
9573                 don't convert cleanly to UTF-8
9574
9575 2006-10-14 [colin]      2.5.5cvs7
9576
9577         * src/prefs_template.c
9578                 Reset fields when reopening
9579                 the window
9580
9581 2006-10-13 [paul]       2.5.5cvs6
9582
9583         * manual/advanced.xml
9584         * src/prefs_message.c
9585                 make 'respect_flowed_format' a hidden
9586                 option, and add a manual entry for it
9587                 Thanks to Colin
9588
9589 2006-10-12 [colin]      2.5.5cvs5
9590
9591         * src/codeconv.c
9592                 Revert part of 2.5.2cvs21:
9593                 Don't optimise by reusing the 
9594                 last iconv converter if possible:
9595                 it seems slightly broken in a 
9596                 very hard way to reproduce
9597
9598 2006-10-12 [colin]      2.5.5cvs4
9599
9600         * src/prefs_common.c
9601         * src/prefs_common.h
9602         * src/prefs_message.c
9603         * src/procmime.c
9604                 Fix bug 1035, 'Incorrect handling 
9605                 of flowed lines'. We now optionnaly
9606                 handle this format (preference is in
9607                 Message View/Text options section)
9608
9609 2006-10-12 [colin]      2.5.5cvs3
9610
9611         * po/POTFILES.in
9612                 Add new file
9613         * src/plugins/pgpcore/pgp_viewer.c
9614         * src/plugins/pgpcore/sgpgme.c
9615                 Don't try to import without asking
9616
9617 2006-10-12 [colin]      2.5.5cvs2
9618
9619         * src/compose.c
9620                 Fix bug 1036, 'Forwarding a mutlipart
9621                 mail with a "text/html" block to ms
9622                 outlook users leeds to freeze of
9623                 outlook'. Poor outlook users...
9624
9625 2006-10-12 [paul]       2.5.5cvs1
9626
9627         * NEWS
9628         * README
9629         * configure.ac
9630                 Update version number following
9631                 stable release
9632
9633 2006-10-11 [paul]       2.5.4cvs1
9634
9635         * NEWS
9636         * README
9637         * configure.ac
9638                 Update version number following
9639                 stable release
9640
9641 2006-10-11 [paul]       2.5.3cvs32
9642
9643         * src/textview.c
9644                 fix bug 1032, 'Segmentation fault when showing
9645                 message' (bug in quote folding)
9646                 Thanks to Colin
9647
9648 2006-10-10 [colin]      2.5.3cvs31
9649
9650         * src/quote_fmt.c
9651                 Rephrase english a bit
9652
9653 2006-10-10 [colin]      2.5.3cvs30
9654
9655         * src/prefs_compose_writing.c
9656                 Stop making the page larger than the window
9657
9658 2006-10-10 [wwp]        2.5.3cvs29
9659
9660         * src/compose.c
9661         * src/prefs_template.c
9662         * src/quote_fmt.c
9663         * src/quote_fmt.h
9664         * src/quote_fmt_lex.l
9665         * src/quote_fmt_parse.y
9666                 Extend the quote parser a bit: allow to get access to
9667                 basic (composing) account info.
9668
9669 2006-10-10 [colin]      2.5.3cvs28
9670
9671         * src/procheader.c
9672                 Fix this \t problem in subject
9673
9674 2006-10-09 [colin]      2.5.3cvs27
9675
9676         * src/main.c
9677         * src/prefs_gtk.c
9678                 Prepare cache a bit later
9679                 If section already exists, skip the new one 
9680                 (as previously); avoid writing the same block
9681                 twice - if we find a second block with the 
9682                 same id, skip it.
9683         * src/plugins/pgpcore/pgp_viewer.c
9684                 Set cursor to busy when retrieving a key
9685         * src/plugins/pgpcore/sgpgme.c
9686                 allow 5 seconds for gpg to export the key
9687                 
9688
9689 2006-10-09 [colin]      2.5.3cvs26
9690
9691         * configure.ac
9692         * src/msgcache.c
9693         * src/prefs_gtk.c
9694                 Check for existence of fgets_unlocked
9695                 and fwrite_unlocked
9696
9697 2006-10-09 [paul]       2.5.3cvs25
9698
9699         * src/prefs_summaries.c
9700                 replace strftime() with fast_strftime() and in
9701                 the consequence fix the bug in the display of
9702                 AM/PM in the 'Example' string
9703
9704 2006-10-09 [ticho]      2.5.3cvs24
9705
9706         * po/sk.po
9707                 Updated (and fixed up somewhat) Slovak translation.
9708
9709 2006-10-08 [colin]      2.5.3cvs23
9710
9711         * src/prefs_folder_item.c
9712                 Explain why prefs in the top-level folder
9713                 aren't retained, but are still useful
9714
9715 2006-10-08 [colin]      2.5.3cvs22
9716
9717         * src/prefs_gtk.c
9718                 Don't cache anything if caching fails
9719
9720 2006-10-08 [colin]      2.5.3cvs21
9721
9722         * src/common/utils.c
9723                 always include gi18n.h
9724
9725 2006-10-07 [colin]      2.5.3cvs20
9726
9727         * src/plugins/pgpcore/pgp_viewer.c
9728                 Kill gpg after 5 seconds wait
9729
9730 2006-10-07 [colin]      2.5.3cvs19
9731
9732         * src/plugins/pgpcore/pgp_viewer.c
9733         * src/plugins/pgpcore/pgp_viewer.h
9734                 Fix copyright
9735
9736 2006-10-07 [colin]      2.5.3cvs18
9737
9738         * src/plugins/pgpcore/pgp_viewer.c
9739         * src/plugins/pgpcore/pgp_viewer.h
9740                 Actually add the files to CVS
9741
9742 2006-10-07 [colin]      2.5.3cvs17
9743
9744         * src/plugins/pgpcore/sgpgme.c
9745                 Be sure not to crash on 'application/pgp-signature' that
9746                 are not application/pgp-signatures
9747
9748 2006-10-07 [colin]      2.5.3cvs16
9749
9750         * src/textview.c
9751         * src/textview.h
9752                 Make a bit more of the API available
9753         * src/plugins/pgpcore/Makefile.am
9754         * src/plugins/pgpcore/plugin.c
9755         * src/plugins/pgpcore/sgpgme.c
9756                 Add basic key import/export
9757
9758 2006-10-07 [colin]      2.5.3cvs15
9759
9760         * src/folderview.c
9761         * src/imap.c
9762         * src/prefs_account.c
9763         * src/wizard.c
9764                 Warn users *everywhere* if libetpan's not
9765                 linked in
9766
9767 2006-10-06 [mones]      2.5.3cvs14
9768
9769         * po/de.po
9770         * po/es.po
9771                 updated by Stephan Sachse and me
9772
9773 2006-10-06 [colin]      2.5.3cvs13
9774
9775         * src/main.c
9776         * src/common/sylpheed.c
9777                 Don't load common plugins if --exit is passed
9778         * src/prefs_gtk.c
9779         * src/prefs_gtk.h
9780                 Implement a cache to avoid reading the same
9781                 files over and over again at startup
9782
9783 2006-10-06 [colin]      2.5.3cvs12
9784
9785         * src/summaryview.c
9786         * src/gtk/quicksearch.c
9787                 Update display every 5k mails on fast searches
9788
9789 2006-10-06 [colin]      2.5.3cvs11
9790
9791         * src/textview.c
9792                 Don't do quote folding on HTML or ERTF.
9793                 May fix the Cygwin issues if they were
9794                 happening with HTML mails?
9795
9796 2006-10-05 [colin]      2.5.3cvs10
9797
9798         * src/prefs_gtk.c
9799                 Oops, forgot one
9800
9801 2006-10-05 [colin]      2.5.3cvs9
9802
9803         * src/prefs_gtk.c
9804                 Use unlocked_stdio here too
9805
9806 2006-10-05 [colin]      2.5.3cvs8
9807
9808         * src/folderview.c
9809                 Fix go to next * after preferences apply
9810         * src/msgcache.c
9811                 Do the fd lock/unlock ourselves instead of
9812                 letting the libc do it at each write 
9813
9814 2006-10-05 [colin]      2.5.3cvs7
9815
9816         * src/common/utils.c
9817                 Faster division, thanks to Jean Diraison
9818
9819 2006-10-05 [paul]       2.5.3cvs6
9820
9821         * src/common/utils.c
9822                 fix building with --disable-nls
9823
9824 2006-10-04 [colin]      2.5.3cvs5
9825
9826         * src/folder.c
9827                 Maybe fix a segfault
9828
9829 2006-10-04 [wwp]        2.5.3cvs4
9830
9831         * src/prefs_folder_item.c
9832                 Fine-tune layouts in folder item prefs. Suggested by
9833                 Fabien Vantard <fzzzzz@gmail.com>.
9834
9835 2006-10-04 [wwp]        2.5.3cvs3
9836
9837         * src/prefs_folder_item.c
9838                 Kill the clandestine passengers. You didn't see anything.
9839
9840 2006-10-04 [wwp]        2.5.3cvs2
9841
9842         * src/prefs_folder_item.c
9843                 Add a way to test the subject simplify regexp in
9844                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9845                 w/ few layout changes.
9846
9847 2006-20-04 [paul]       2.5.3cvs1
9848
9849         * NEWS
9850         * README
9851         * configure.ac
9852                 Update version number following
9853                 stable release
9854
9855 2006-10-04 [colin]      2.5.2cvs42
9856
9857         * src/folder.c
9858         * src/folder.h
9859         * src/summaryview.c
9860                 Provide a way for folder classes to set their sort
9861                 type and key
9862
9863 2006-10-03 [colin]      2.5.2cvs41
9864
9865         * src/mh.c
9866                 Don't use strlen() to know if the
9867                 string's empty
9868
9869 2006-10-03 [colin]      2.5.2cvs40
9870
9871         * src/mh.c
9872                 Fix "check for new folders" with accentued folders
9873
9874 2006-10-03 [ticho]      2.5.2cvs39
9875
9876         * src/filtering.c
9877         * src/folder.c
9878         * src/inc.c
9879         * src/mbox.c
9880                 Colin's fix for "copy" filtering rules.
9881
9882 2006-10-02 [colin]      2.5.2cvs38
9883
9884         * src/folderview.c
9885                 Fix for double-click too
9886
9887 2006-10-02 [colin]      2.5.2cvs37
9888
9889         * src/folderview.c
9890                 correct fix for cvs36
9891
9892 2006-10-02 [colin]      2.5.2cvs36
9893
9894         * src/folderview.c
9895                 Fix 'goto next unread' after collapsing/expanding 
9896                 a node.
9897
9898 2006-10-02 [colin]      2.5.2cvs35
9899
9900         * src/summaryview.c
9901                 Fix double freeze/thaw
9902         * src/common/utils.c
9903         * src/common/utils.h
9904                 Reimplement strftime
9905         * src/procheader.c
9906                 Use it
9907
9908
9909 2006-10-02 [colin]      2.5.2cvs34
9910
9911         * src/mh.c
9912                 Time mh_write_sequences() - it's fast
9913         * src/summaryview.c
9914                 Init a variable to shut up gcc
9915
9916 2006-10-01 [colin]      2.5.2cvs33
9917
9918         * src/folder.c
9919         * src/mh.c
9920         * src/mh.h
9921         * src/msgcache.c
9922                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9923                 Add fsync but disable it, it's slow as hell
9924
9925 2006-10-01 [colin]      2.5.2cvs32
9926
9927         * src/mh.c
9928         * src/msgcache.c
9929                 fflush() caches and mh_sequences before
9930                 fclose()ing
9931
9932 2006-10-01 [colin]      2.5.2cvs31
9933
9934         * src/msgcache.c
9935                 Don't ftruncate when not using mmap
9936
9937 2006-09-30 [colin]      2.5.2cvs30
9938
9939         * src/main.c
9940                 Write folder list *after* saving caches
9941
9942 2006-09-30 [colin]      2.5.2cvs29
9943
9944         * src/folder.c
9945         * src/mh.c
9946                 Debug forced mtime changes
9947
9948 2006-09-30 [colin]      2.5.2cvs28
9949
9950         * src/folder.c
9951         * src/main.c
9952                 Remove useless debug_print()s (code
9953                 well-tested)
9954
9955 2006-09-30 [colin]      2.5.2cvs27
9956
9957         * src/mh.c
9958                 Do stuff faster when writing mh_sequences
9959
9960 2006-09-30 [colin]      2.5.2cvs26
9961
9962         * src/mh.c
9963                 Don't let the writing of .mh_sequences, which
9964                 can change the folder's mtime, let us think
9965                 we need to scan.
9966
9967 2006-09-30 [colin]      2.5.2cvs25
9968
9969         * src/folder.c
9970                 Move a debug_print where it belongs 
9971                 (processing)
9972         * src/summaryview.c
9973                 Don't mess with a huge slow subject
9974                 table if we're not threading by
9975                 subject
9976
9977 2006-09-30 [colin]      2.5.2cvs24
9978
9979         * src/msgcache.c
9980                 Reenable mmaped reads (*not* writes!)
9981         * src/procmsg.c
9982                 Don't destroy and recreate hashtables just
9983                 for fun
9984         * src/common/utils.c
9985                 Remove useless reply prefixes (it's case
9986                 unsensitive)
9987
9988 2006-09-30 [wwp]        2.5.2cvs23
9989
9990         * tools/fix_date.sh
9991                 Fixed a minor bug in date value extraction, added a switch
9992                 to replace non RFC-compliant Date: value, added a switch
9993                 to use strict RFC matching patterns for dates.
9994
9995 2006-09-29 [colin]      2.5.2cvs22
9996
9997         * src/matcher_parser.h
9998         * src/matcher_parser_parse.y
9999         * src/prefs_filtering.c
10000         * src/statusbar.c
10001         * src/summary_search.c
10002         * src/summaryview.c
10003         * src/gtk/quicksearch.c
10004         * src/gtk/quicksearch.h
10005                 Optimise searches by setting different
10006                 refresh intervals (depending if the 
10007                 search is fast or not)
10008
10009 2006-09-29 [colin]      2.5.2cvs21
10010
10011         * src/codeconv.c
10012                 Optimise by reusing the last iconv converter
10013                 if possible
10014         * src/textview.c
10015                 Optimise a bit (the foldable quotes feature
10016                 still has an awful O(n^2) algo
10017
10018 2006-09-29 [colin]      2.5.2cvs20
10019
10020         * src/gtk/gtksctree.c
10021         * src/gtk/gtksctree.h
10022                 Optimise de-selection via up/down or
10023                 another key
10024
10025 2006-09-28 [colin]      2.5.2cvs19
10026
10027         * src/action.c
10028         * src/compose.c
10029         * src/folderview.c
10030         * src/mainwindow.c
10031         * src/messageview.c
10032         * src/summary_search.c
10033         * src/toolbar.c
10034                 Avoid using summaryview->ctree directly
10035
10036 2006-09-28 [colin]      2.5.2cvs18
10037
10038         * src/summaryview.c
10039         * src/summaryview.h
10040                 Add helpers to freeze/thaw/grab_focus
10041                 Factorize calls to freeze/thaw/grab_focus
10042                 
10043
10044 2006-09-28 [colin]      2.5.2cvs17
10045
10046         * src/main.c
10047                 More guards for the session management
10048
10049 2006-09-28 [colin]      2.5.2cvs16
10050
10051         * src/folderview.c
10052         * src/gtk/gtksctree.c
10053         * src/gtk/gtksctree.h
10054                 Make expanding not recursive in folderview
10055
10056 2006-09-28 [colin]      2.5.2cvs15
10057
10058         * src/addressbook.c
10059                 If nothing is selected in the list (right part)
10060                 and a group is selected in the tree (left part),
10061                 mail this group.
10062
10063 2006-09-28 [colin]      2.5.2cvs14
10064
10065         * src/Makefile.am
10066                 Actually use SM_LIBS
10067
10068 2006-09-28 [ticho]      2.5.2cvs13
10069
10070         * src/export.c
10071         * src/messageview.c
10072         * src/mimeview.c
10073         * src/news.c
10074         * src/pop.c
10075         * src/prefs_themes.c
10076         * src/procmsg.c
10077                 Small i18n string optimization.
10078         * src/send_message.c
10079         * src/summaryview.c
10080         * src/common/session.c
10081         * src/common/smtp.c
10082         * src/common/ssl_certificate.c
10083         * src/common/utils.c
10084                 Use "Couldn't" instead of "Can't" in UI messages,
10085                 where appropriate.
10086
10087 2006-09-28 [colin]      2.5.2cvs12
10088
10089         * configure.ac
10090                 Possibly fix link errors
10091
10092 2006-09-27 [wwp]        2.5.2cvs11
10093
10094         * src/gtk/authors.h
10095         * doc/man/sylpheed-claws.1
10096         * manual/ack.xml
10097         * manual/es/ack.xml
10098         * manual/fr/ack.xml
10099         * manual/pl/ack.xml
10100                 Updated authors info (me, myself and I).
10101
10102 2006-09-27 [colin]      2.5.2cvs10
10103
10104         * src/addressbook.c
10105                 Remove useless printf
10106
10107 2006-09-27 [wwp]        2.5.2cvs9
10108
10109         * src/editgroup.c
10110         * src/send_message.c
10111         * src/inc.c
10112         * src/prefs_common.c
10113         * src/prefs_common.h
10114         * src/gtk/progressdialog.c
10115                 remember more windows' sizes (send dialog, received dialog,
10116                 edit group in addressbook).
10117
10118 2006-09-27 [colin]      2.5.2cvs8
10119
10120         * configure.ac
10121         * src/main.c
10122         * src/mainwindow.h
10123                 Use libSM to communicate with the session
10124                 manager, so that we can know when the 
10125                 session ends, save our caches, and draft
10126                 our compose windows.
10127
10128 2006-09-27 [colin]      2.5.2cvs7
10129
10130         * src/addressbook.c
10131                 Fix issues:
10132                 o Allow Book and Group creation from the tree's
10133                   contextual menu
10134                 o Do not actually delete the contacts when 
10135                   deleting groups from the tree (duh!)
10136
10137 2006-09-27 [colin]      2.5.2cvs6
10138
10139         * src/compose.c
10140         * src/compose.h
10141         * src/mainwindow.c
10142         * src/textview.c
10143         * src/toolbar.c
10144                 o Allow passing an email address to 
10145                   compose_new_with_folderitem
10146                 o Update callers
10147                 o Use current folderitem when clicking
10148                   on a TextView mailto: link
10149                 o Fix a possible leak in TextView
10150
10151 2006-09-27 [colin]      2.5.2cvs5
10152
10153         * src/html.c
10154                 Use UTF-8 chars to replace HTML entities
10155
10156 2006-09-27 [colin]      2.5.2cvs4
10157
10158         * AUTHORS
10159         * src/prefs_account.c
10160         * src/gtk/authors.h
10161                 Fix bug #1024 (Array index out of
10162                 range in sylpheed-claws-2.5.2)
10163                 Patch by Ales Nosek <anosek@suse.cz>
10164
10165 2006-09-27 [colin]      2.5.2cvs3
10166
10167         * src/addr_compl.c
10168                 Actually do the test
10169
10170 2006-09-27 [colin]      2.5.2cvs2
10171
10172         * src/addr_compl.c
10173         * src/addr_compl.h
10174                 Allow completing with comma (in certain cases: vCalendar
10175                 for example doesn't support that)
10176                 Patch by Fabien Vantard
10177
10178 2006-09-26 [colin]      2.5.2cvs1
10179
10180         * src/Makefile.am
10181         * src/addr_compl.c
10182         * src/addr_compl.h
10183         * src/addrbook.c
10184         * src/addrbook.h
10185         * src/addressbook.c
10186         * src/addrindex.c
10187         * src/addrindex.h
10188         * src/compose.c
10189         * src/prefs_common.c
10190         * src/prefs_filtering_action.c
10191         * src/prefs_folder_item.c
10192         * src/prefs_template.c
10193         * src/stock_pixmap.c
10194         * src/stock_pixmap.h
10195         * src/pixmaps/addr_one.xpm
10196         * src/pixmaps/addr_two.xpm
10197                 Add auto-completion on groups
10198
10199 2006-09-26 [colin]      2.5.2
10200
10201         * NEWS
10202         * README
10203         * RELEASE_NOTES
10204                 2.5.2 released
10205
10206 2006-09-26 [colin]      2.5.1cvs5
10207
10208         * src/matcher.c
10209                 Fix condition
10210
10211 2006-09-26 [colin]      2.5.1cvs4
10212
10213         * src/mbox.c
10214                 Revert cvs1 (useless as the message is printed 
10215                 every 500 mails)
10216
10217 2006-09-26 [colin]      2.5.1cvs3
10218
10219         * src/partial_download.c
10220                 Fix crasher found by Alexsandar Urosevic
10221
10222 2006-09-26 [colin]      2.5.1cvs2
10223
10224         * src/summaryview.c
10225                 Fix bug #1023 (Sylpheed deletes too much messages)
10226
10227 2006-09-26 [ticho]      2.5.1cvs1
10228
10229         * src/mbox.c
10230                 Make use of gettext's multiple plurals for statusbar
10231                 progress message.
10232
10233 2006-09-25 [paul]       2.5.1
10234
10235         * NEWS
10236         * README
10237         * RELEASE_NOTES
10238                 2.5.1 released
10239
10240 2006-09-25 [colin]      2.5.0cvs3
10241
10242         * src/plugins/bogofilter/bogofilter.c
10243         * src/plugins/clamav/clamav_plugin.c
10244         * src/plugins/spamassassin/spamassassin.c
10245                 BogoFilter, Spamassassin: Fix double hook registering after
10246                 visiting preferences
10247                 Spamassassin, Clamav: Just set the mails to move instead of
10248                 doing the move - caller will move the things at once.
10249
10250 2006-09-25 [colin]      2.5.0cvs2
10251
10252         * src/imap.c
10253         * src/etpan/imap-thread.c
10254                 Use UID SEARCH ALL instead of UID 1:*
10255                 (braindead servers can't figure out that's
10256                 the same...)
10257
10258 2006-09-25 [wwp]        2.5.0cvs1
10259
10260         * src/message_search.c
10261                 Added the ability to stop a running search (in message body).
10262
10263 2006-09-25 [paul]       2.5.0
10264
10265         * NEWS
10266         * README
10267         * RELEASE_NOTES
10268                 2.5.0 released
10269
10270 2006-09-25 [paul]       2.4.0cvs214
10271
10272         * po/cs.po
10273         * po/de.po
10274         * po/fi.po
10275         * po/fr.po
10276         * po/nl.po
10277         * po/pt_BR.po
10278         * po/sk.po
10279         * po/sr.po
10280         * po/zh_CN.po
10281                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10282                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10283                 Ticho, Aleksander Urosevic, Ralgh Young
10284
10285 2006-09-24 [mones]      2.4.0cvs213
10286
10287         * po/es.po
10288                 Updated for release
10289
10290 2006-09-23 [colin]      2.4.0cvs212
10291
10292         * src/gtk/inputdialog.c
10293                 Fix [ ] remember this appearing in normal
10294                 input dialogs after it's been used by
10295                 mimeview.
10296         * src/folder.c
10297         * src/folderview.c
10298         * src/msgcache.c
10299         * src/procmsg.c
10300         * src/summaryview.c
10301         * src/textview.c
10302         * src/common/timing.h
10303                 Enable timings in debug mode and make it
10304                 look prettier.
10305
10306 2006-09-22 [colin]      2.4.0cvs211
10307
10308         * README
10309                 Revert test change
10310         * commitHelper
10311                 ping the correct URI
10312
10313 2006-09-22 [colin]      2.4.0cvs210
10314
10315         * README
10316                 Let's see if bug #1022 is fixed
10317
10318 2006-09-21 [colin]      2.4.0cvs209
10319
10320         * src/wizard.c
10321         * src/common/plugin.c
10322                 Prepare infra to load predefined plugins when
10323                 no configuration existed. Don't actually load
10324                 anything yet (feat. freeze)
10325
10326 2006-09-21 [wwp]        2.4.0cvs208
10327
10328         * manual/fr/faq.xml
10329                 Partial sync w/ 2.4.0cvs72:
10330                 wrap file and minor updates.
10331
10332 2006-09-21 [wwp]        2.4.0cvs207
10333
10334         * tools/fix_date.sh
10335                 several fixes and enhancements. A new --force switch has been
10336                 added to prevent overriding by default Date: header when
10337                 already existing.
10338
10339 2006-09-21 [paul]       2.4.0cvs206
10340
10341         * src/common/utils.c
10342                 add Chinese UTF8 Re prefix
10343
10344 2006-09-21 [wwp]        2.4.0cvs205
10345
10346         * tools/Makefile.am
10347                 Fics alfabettical order.
10348
10349 2006-09-21 [wwp]        2.4.0cvs204
10350
10351         * tools/fix_date.sh
10352         * tools/Makefile.am
10353                 Added an action tool to fix missing Date field in emails.
10354                 Updated Makefile.am to reflect those last two additions.
10355
10356 2006-09-21 [wwp]        2.4.0cvs203
10357
10358         * tools/uuooffice
10359                 Added a action tool to open uuencoded docs w/
10360                 OpenOffice (based on uudec method).
10361
10362 2006-09-21 [colin]      2.4.0cvs202
10363
10364         * src/compose.c
10365         * src/textview.c
10366                 Workaround possible GTK crash: remove selection 
10367                 clipboard before destroying widget, or GTK+-2.10
10368                 dies. Thanks to Hiro.
10369
10370 2006-09-20 [colin]      2.4.0cvs201
10371
10372         * src/compose.c
10373                 Fix free-after-use in some cases (when 
10374                 procmime_encode_content() frees mimeinfo->data.mem
10375                 and turns it to a temp file)
10376
10377 2006-09-20 [colin]      2.4.0cvs200
10378
10379         * src/folderview.c
10380         * src/summaryview.c
10381         * src/gtk/gtksctree.c
10382         * src/gtk/gtksctree.h
10383                 Add tooltips in the folderview and summaryview
10384                 (Doesn't break string freeze as they already
10385                 exist)
10386         * src/toolbar.c
10387                 Put the spam button in the default configuration
10388                 if compiled with bogo plugin too
10389
10390 2006-09-19 [colin]      2.4.0cvs199
10391
10392         * src/summaryview.c
10393         * src/summaryview.h
10394                 Update folder name label on folder rename
10395         * src/prefs_matcher.c
10396         * src/gtk/logwindow.h
10397                 Fix warnings
10398                 Patches by Fabien
10399
10400 2006-09-19 [wwp]        2.4.0cvs198
10401
10402         * src/summary_search.c
10403                 fix can't click forward/backward buttons in the
10404                 search messages.
10405
10406 2006-09-18 [paul]       2.4.0cvs197
10407
10408         * src/wizard.c
10409                 add missing bracket, capitalise the A of
10410                 'SpamAssassin'
10411
10412 2006-09-18 [paul]       2.4.0cvs196
10413
10414         * src/compose.c
10415                 fix bug 1012 'crashed upon sending mail
10416                 from compose window'
10417                 Thanks to Colin
10418
10419 2006-09-16 [colin]      2.4.0cvs195
10420
10421         * src/folderview.c
10422                 Fix "real-time" sorting by freezing/thawing
10423
10424 2006-09-16 [colin]      2.4.0cvs194
10425
10426         * manual/faq.xml
10427                 Fix the anti-spam entry a bit
10428
10429 2006-09-16 [colin]      2.4.0cvs193
10430
10431         * src/wizard.c
10432                 Make sure reviewers have no excuse when stating
10433                 Sylpheed-Claws doesn't have antispam capabilities.
10434
10435 2006-09-16 [colin]      2.4.0cvs192
10436
10437         * src/main.c
10438                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10439                 as if the SIGPIPE comes from etpan's thread we could
10440                 trigger a GUI update from this thread.
10441
10442 2006-09-16 [colin]      2.4.0cvs191
10443
10444         * src/summaryview.c
10445                 Init all members of the struct
10446
10447 2006-09-16 [paul]       2.4.0cvs190
10448
10449         * src/account.c
10450                 improvements to the English
10451
10452 2006-09-15 [colin]      2.4.0cvs189
10453
10454         * src/summaryview.c
10455                 HIG order on dialog
10456
10457 2006-09-14 [colin]      2.4.0cvs188
10458
10459         * src/common/socket.c
10460         * src/common/socket.h
10461         * src/common/ssl.c
10462         * src/common/ssl_certificate.c
10463         * src/common/ssl_certificate.h
10464         * src/etpan/imap-thread.c
10465                 the get_fqdn() call done to get canonical name when
10466                 checking an SSL certificate is blocking, which is
10467                 sad as we just did a non-blocking lookup to connect.
10468                 Fix that by letting the fqdn available to the SockInfo,
10469                 and use that in ssl_certificate_check(). For IMAP,
10470                 we don't do it as the lookup's done by libetpan, but
10471                 it's less annoying as IMAP connections as much more
10472                 rare than POP3 connections.
10473
10474 2006-09-14 [paul]       2.4.0cvs187
10475
10476         * manual/advanced.xml
10477                 improvements to the English,
10478                 properly place the new hidden options
10479                 within the alphabetical order
10480         * src/gtk/pluginwindow.c
10481                 improvements to the English
10482
10483 2006-09-14 [colin]      2.4.0cvs186
10484
10485         * src/prefs_common.c
10486         * src/prefs_common.h
10487         * src/gtk/gtksctree.c
10488         * manual/advanced.xml
10489                 New hidden pref, stripes_color_offset, to change
10490                 the value added/substracted to normal bgcolor to
10491                 create the stripes in summaries
10492
10493 2006-09-13 [colin]      2.4.0cvs185
10494
10495         * src/gedit-print.c
10496         * src/messageview.c
10497         * src/messageview.h
10498         * src/summaryview.c
10499         * src/textview.c
10500                 Fix misc. printing issues: 
10501                 - Bad font for linkified headers
10502                 - Different font if the mail was displayed or not
10503                 - Factorize the thing
10504
10505 2006-09-13 [colin]      2.4.0cvs184
10506
10507         * src/common/ssl_certificate.c
10508                 Only get FQDN once when checking certificate
10509
10510 2006-09-13 [colin]      2.4.0cvs183
10511
10512         * src/account.c
10513         * src/gtk/pluginwindow.c
10514                 Misc. GUI fixes by Fabien
10515
10516 2006-09-13 [wwp]        2.4.0cvs182
10517
10518         * configure.ac
10519         * src/common/utils.h
10520         * src/common/utils.c
10521                 get rid of unused wide-char functions.
10522
10523 2006-09-13 [wwp]        2.4.0cvs181
10524
10525         * src/plugins/pgpinline/sylpheed.def
10526         * src/textview.c
10527                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10528                 add privacy_reset_error to the .def file,
10529                 do not fork for an external textviewer.
10530
10531 2006-09-13 [wwp]        2.4.0cvs180
10532
10533         * src/prefs_common.c
10534                 fix broken font entry in prefs (patch issued by the gpg4win team,
10535                 probably by Marcus Brinkmann <marcus@g10code.de>).
10536
10537 2006-09-13 [colin]      2.4.0cvs179
10538
10539         * src/folder.h
10540                 Fix a warning in summaryview.c
10541         * src/mainwindow.c
10542         * src/summaryview.c
10543         * src/summaryview.h
10544                 Add missing Mark/* elements in the
10545                 main menu
10546
10547 2006-09-12 [colin]      2.4.0cvs178
10548
10549         * src/prefs_actions.c
10550         * src/prefs_filtering_action.c
10551         * src/prefs_matcher.c
10552                 Use (New) instead of New everywhere
10553
10554 2006-09-12 [wwp]        2.4.0cvs177
10555
10556         * manual/fr/addrbook.xml
10557         * manual/fr/handling.xml
10558                 updated some quotes in the fr manual to match the fr translation.
10559
10560 2006-09-12 [wwp]        2.4.0cvs176
10561
10562         * src/prefs_matcher.c
10563                 don't store translated string elements in matcher expressions.
10564                 Also fixed a misused of Q_().
10565
10566 2006-09-11 [wwp]        2.4.0cvs175
10567
10568         * src/plugins//bogofilter/bogofilter.c
10569         * src/plugins//clamav/clamav_plugin.c
10570         * src/plugins//demo/demo.c
10571         * src/plugins//dillo_viewer/dillo_viewer.c
10572         * src/plugins//pgpcore/plugin.c
10573         * src/plugins//pgpinline/plugin.c
10574         * src/plugins//pgpmime/plugin.c
10575         * src/plugins//spamassassin/spamassassin.c
10576                 gettext-ize more strings (mostly plugin error messages).
10577
10578 2006-09-11 [colin]      2.4.0cvs174
10579
10580         * src/alertpanel.c
10581                 Make maximum buffer size bigger to avoid
10582                 truncating translated messages. Patch by
10583                 Fabien
10584
10585 2006-09-11 [colin]      2.4.0cvs173
10586
10587         * src/etpan/imap-thread.c
10588                 Fix compilation on OpenBSD, thanks to 
10589                 Landry
10590
10591 2006-09-10 [wwp]        2.4.0cvs172
10592
10593         * manual/account.xml
10594         * manual/addrbook.xml
10595         * manual/handling.xml
10596         * manual/es/handling.xml
10597         * manual/fr/account.xml
10598         * manual/fr/addrbook.xml
10599         * manual/fr/handling.xml
10600                 documented addressbook matching (condition configuration):
10601                   addrbook.xml, en fr
10602                 documented per-account filtering rules (handling/filtering
10603                   section, account section):
10604                   account.xml, handling.xml, en fr
10605                 slightly updated the handling/searching section to tell few
10606                   words about the extended search ability:
10607                   handling.xml, en fr
10608                 added missing <quote></quotes> to Quick Search:
10609                   handling.xml, en fr es
10610                 fixed a typo (auomatically):
10611                   handling.xml, en
10612                 changes revisited by Paul.
10613
10614 2006-09-10 [paul]       2.4.0cvs171
10615
10616         * src/prefs_actions.c
10617         * src/prefs_filtering.c
10618         * src/prefs_template.c
10619                 adjustments to the gui
10620                 Patch by Fabien Vantard (slightly modified)
10621
10622 2006-09-10 [colin]      2.4.0cvs170
10623
10624         * src/summaryview.c
10625                 Check folderitem/summaryview consistency
10626                 (basically automates Update summary). Fixes
10627                 #1011 (wrong (negative) count on unread 
10628                 messages)
10629
10630 2006-09-10 [colin]      2.4.0cvs169
10631
10632         * src/gtk/gtksctree.c
10633                 Fix recursive expansion via mouse
10634         * src/plugins/bogofilter/bogofilter.c
10635                 Use normal filtering way of moving
10636                 messages (batching), possibly fixing
10637                 bug #1015 (Bogofilter plugin doubles 
10638                 new messages)
10639
10640 2006-09-09 [wwp]        2.4.0cvs168
10641
10642         * src/prefs_filtering.c
10643                 better place for this fix.
10644
10645 2006-09-09 [wwp]        2.4.0cvs167
10646
10647         * src/prefs_filtering.c
10648                 fix a minor bug when the enabled status of a filtering/processing
10649                 rule always got set to TRUE when replacing this rule. That still
10650                 make sense when adding a new rule, but now when replacing, we
10651                 don't override the value of 'enabled'.
10652                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10653                 to prefs_filtering_list_view_get_info() as this function not only
10654                 returns the name, but also the account_id and the enabled status.
10655
10656 2006-09-09 [mones]      2.4.0cvs166
10657
10658         * manual/glossary.xml
10659         * manual/plugins.xml
10660                 Minor format corrections
10661         * manual/gpl.xml
10662                 Fix misplaced NO WARRANTY section
10663         * manual/es/advanced.xml
10664         * manual/es/faq.xml
10665         * manual/es/glossary.xml
10666         * manual/es/gpl.xml
10667         * manual/es/handling.xml
10668         * manual/es/plugins.xml
10669         * manual/es/starting.xml
10670                 Incorporate changes from English version
10671         * manual/fr/ack.xml
10672         * manual/pl/ack.xml
10673         * manual/es/ack.xml
10674                 Fix address, (add translation credits in es version)
10675         * po/es.po
10676                 Updated translation
10677
10678 2006-09-09 [wwp]        2.4.0cvs165
10679
10680         * src/prefs_filtering.c
10681                 fix a crash when opening filtering prefs, if matcherrc file contains
10682                 broken data (non-existing account id, which is theoretically not
10683                 possible).
10684
10685 2006-09-08 [colin]      2.4.0cvs164
10686
10687         * src/folder.c
10688                 Wrong assert, make it an if()
10689         * src/gtk/gtksctree.c
10690                 Fix bug #1013 (expand selected thread 
10691                 tree) - expanding is now recursive
10692
10693 2006-09-07 [wwp]        2.4.0cvs163
10694
10695         * src/prefs_matcher.c
10696                 make better sentences about addressbook matching in the
10697                 matcher prefs. This should make translators' work easier
10698                 too.
10699
10700 2006-09-07 [wwp]        2.4.0cvs162
10701
10702         * src/prefs_filtering.c
10703                 code simplification (get rid of dup var. assignment).
10704
10705 2006-09-07 [wwp]        2.4.0cvs161
10706
10707         * src/summaryview.c
10708                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10709                 <fzzzzz@gmail.com>.
10710
10711 2006-09-07 [paul]       2.4.0cvs160
10712
10713         * src/mimeview.c
10714                 fix compilation warnings
10715                 Thanks to Colin
10716
10717 2006-09-07 [paul]       2.4.0cvs159
10718
10719         * src/mimeview.c
10720                 select the mimepart icon when
10721                 displaying as text
10722                 Thanks to Colin
10723
10724 2006-09-06 [paul]       2.4.0cvs158
10725
10726         * src/prefs_filtering.c
10727                 fix labels and table element spacing
10728                 Patch by Fabien Vantard
10729
10730 2006-09-06 [paul]
10731
10732         2.5.0-rc3 released
10733
10734 2006-09-06 [paul]       2.4.0cvs157
10735
10736         * manual/es/advanced.xml
10737                 fix typo
10738
10739 2006-09-06 [wwp]        2.4.0cvs156
10740
10741         * src/mainwindow.c
10742                 fix an dup launch issue when iconified, thanks to Colin.
10743
10744 2006-09-06 [wwp]        2.4.0cvs155
10745
10746         * src/gtk//gtksctree.h
10747                 oops, forgot that one!
10748
10749 2006-09-06 [wwp]        2.4.0cvs154
10750
10751         * manual/pl/advanced.xml
10752         * manual/advanced.xml
10753         * manual/es/advanced.xml
10754         * manual/fr/advanced.xml
10755         * src/prefs_customheader.c
10756         * src/prefs_filtering_action.c
10757         * src/foldersel.c
10758         * src/prefs_summaries.c
10759         * src/prefs_filtering.c
10760         * src/account.c
10761         * src/compose.c
10762         * src/prefs_summary_column.c
10763         * src/addr_compl.c
10764         * src/prefs_actions.c
10765         * src/prefs_folder_column.c
10766         * src/ssl_manager.c
10767         * src/prefs_template.c
10768         * src/prefs_display_header.c
10769         * src/prefs_common.h
10770         * src/prefs_matcher.c
10771         * src/prefs_common.c
10772         * src/prefs_toolbar.c
10773         * src/summaryview.c
10774         * src/folderview.c
10775         * src/gtk/gtksctree.c
10776         * src/gtk/pluginwindow.c
10777         * src/gtk/progressdialog.c
10778         * src/gtk/prefswindow.c
10779                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10780                 to make its meaning more obvious (all versions of the manual reflect
10781                 the change).
10782                 added an extra hidden option use_stripes_in_summary to allow
10783                 discarding these stripes in mainwindow's folder and message lists;
10784                 en and fr manuals only are OK towards this.
10785
10786 2006-09-06 [colin]      2.4.0cvs153
10787
10788         * src/textview.c
10789                 Hide Sylpheed-Claws' internal queue headers
10790                 when showing all headers. They'll be present
10791                 only in Source window.
10792
10793 2006-09-05 [colin]      2.4.0cvs152
10794
10795         * src/plugins/trayicon/trayicon.c
10796                 Fix crash at exit - we have to disconnect
10797                 our handlers
10798         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10799                 Update eggtrayicon - patch adapted from a
10800                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10801                 on Sylpheed's ML
10802
10803 2006-09-05 [colin]      2.4.0cvs151
10804
10805         * src/mainwindow.c
10806         * src/gtk/logwindow.c
10807                 Fix race condition when something writes
10808                 to the log too soon during init. Thanks
10809                 to Fabien Vantard
10810
10811 2006-09-05 [colin]      2.4.0cvs150
10812
10813         * src/mimeview.c
10814                 Don't select part on right-click either
10815
10816 2006-09-05 [paul]       2.4.0cvs149
10817
10818         * src/mimeview.c
10819                 completion of previous commit
10820                 Thanks to Colin
10821
10822 2006-09-05 [colin]      2.4.0cvs148
10823
10824         * src/mimeview.c
10825                 Don't force selection on middle-click, just open
10826
10827 2006-09-04 [colin]      2.4.0cvs147
10828
10829         * src/mimeview.c
10830                 Looks like gtk_notebook_set_current_page()
10831                 sometimes steals focus, and this annoys us
10832                 in MimeViewers as it renders navigation
10833                 keys useless. Take back focus after switching
10834                 pages.
10835
10836 2006-09-04 [colin]      2.4.0cvs146
10837
10838         * src/messageview.c
10839                 Set stop_loading when clicking on Next
10840                 during load. Don't add a callback to 
10841                 avoid over-complicating things.
10842
10843 2006-09-04 [colin]      2.4.0cvs145
10844
10845         * src/mimeview.c
10846         * src/messageview.c
10847                 Fix multiple loads in separate messageview
10848
10849 2006-09-04 [colin]      2.4.0cvs144
10850
10851         * src/summaryview.c
10852                 Let navigation keys be handled during 
10853                 load
10854
10855 2006-09-04 [colin]      2.4.0cvs143
10856
10857         * src/messageview.c
10858         * src/summaryview.c
10859         * src/textview.c
10860         * src/textview.h
10861                 Make loading of huge mails (lots of text and/or
10862                 images) cancellable, so the GUI doesn't block 
10863
10864 2006-09-04 [colin]      2.4.0cvs142
10865
10866         * src/plugins/trayicon/trayicon.c
10867                 Fix annoyance when removing a folder with 
10868                 unread mails: trayicon didn't update
10869
10870 2006-09-04 [paul]       2.4.0cvs141
10871
10872         * src/gtk/icon_legend.c
10873                 straighten up columns
10874                 Patch by Fabien Vantard
10875
10876 2006-09-04 [wwp]        2.4.0cvs140
10877
10878         * src/prefs_filtering.c
10879                 fix new line's account name in filtering prefs:
10880                 was "All", is now "(New)".
10881
10882 2006-09-04 [paul]       2.4.0cvs139
10883
10884         * tools/make.themes.project
10885                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10886                 instead of homebrewed "make release"
10887
10888 2006-09-03 [colin]      2.4.0cvs138
10889
10890         * src/folderview.c
10891                 Fix bug #1007 (Wrong folder highlighted)
10892
10893 2006-09-03 [colin]      2.4.0cvs137
10894
10895         * src/compose.c
10896                 Don't set Newsgroup: header to a mail folder
10897                 path
10898
10899 2006-09-03 [paul]       2.4.0cvs136
10900
10901         * src/prefs_other.c
10902         * src/prefs_spelling.c
10903                 unify the gui
10904
10905 2006-09-03 [paul]       2.4.0cvs135
10906
10907         * src/prefs_summaries.c
10908                 correct menu item text in prefs_keybind_apply_clicked()
10909
10910 2006-09-03 [paul]       2.4.0cvs134
10911
10912         * manual/advanced.xml
10913                 some improvements to the descriptions
10914         * src/mainwindow.c
10915         * src/messageview.c
10916         * src/summaryview.c
10917         * src/gtk/menu.c
10918                 fix menu sensitivity issues
10919         * src/prefs_message.c
10920                 drop the useless word 'short'
10921         * src/prefs_other.c
10922                 add the word 'lines' indicating log length
10923                 is a measure of lines
10924         * src/textview.c
10925                 fix compilation warnings
10926
10927 2006-09-02 [colin]      2.4.0cvs133
10928
10929         * src/messageview.c
10930                 Display a special return-receipt message
10931                 if the message is from the user
10932         * src/summaryview.c
10933                 Fix missing freeze of the list when marking
10934                 all read and unthreading for exec. Thanks
10935                 to Stephan Sachse.
10936
10937 2006-09-02 [paul]       2.4.0cvs132
10938
10939         * src/mainwindow.c
10940         * src/prefs_message.c
10941         * src/summaryview.c
10942                 fix some english
10943
10944 2006-09-02 [wwp]        2.4.0cvs131
10945
10946         * src/prefs_filtering.c
10947                 added an account name column to the filtering rules
10948                 dialog.
10949
10950 2006-09-02 [colin]      2.4.0cvs130
10951
10952         * src/gtk/logwindow.c
10953         * src/gtk/logwindow.h
10954                 Block scrolling if we're not at the end
10955                 of the log
10956
10957 2006-09-02 [colin]      2.4.0cvs129
10958
10959         * src/folder.c
10960                 Make sure account-specific rules can't
10961                 be used in {pre-,post-,}processing
10962         * src/mainwindow.c
10963         * src/gtk/logwindow.c
10964         * src/gtk/logwindow.h
10965                 Jump to last error when clicking on the
10966                 warning icon
10967
10968 2006-09-02 [colin]      2.4.0cvs128
10969
10970         * src/imap.c
10971         * src/import.c
10972         * src/mainwindow.c
10973         * src/mainwindow.h
10974                 Fix warning icon
10975         * src/inc.c
10976         * src/mbox.c
10977         * src/mbox.h
10978                 Let proc_mbox know its account, for
10979                 account-specific rules
10980
10981 2006-09-01 [colin]      2.4.0cvs127
10982
10983         * src/codeconv.c
10984                 Don't uselessly use iconv to convert from
10985                 us-ascii
10986         * src/alertpanel.c
10987         * src/mainwindow.c
10988         * src/mainwindow.h
10989         * src/inc.c
10990                 Fix certain log cases, disable warning icon
10991                 for now, the correct way to display it when
10992                 necessary and only when necessary is probably
10993                 to do it manually rather than use error logs
10994         * src/etpan/imap-thread.c
10995                 Clean up UID logging a bit
10996         * src/gtk/logwindow.c
10997         * src/gtk/logwindow.h
10998                 Make logging faster when the window's closed
10999
11000 2006-09-01 [wwp]        2.4.0cvs126
11001
11002         * manual/fr/account.xml
11003                 reflect changes to the ref. manual (parts of cvs72):
11004                 fix tabnames and quotes.
11005
11006 2006-09-01 [wwp]        2.4.0cvs125
11007
11008         * manual/fr/plugins.xml
11009                 reflect changes to the reference manual (cvs42):
11010                 update IRC channel info.
11011
11012 2006-09-01 [wwp]        2.4.0cvs124
11013
11014         * commitHelper
11015                 use CVSEDITOR env. var. if set, according to `man cvs`.
11016
11017 2006-09-01 [wwp]        2.4.0cvs123
11018
11019         * manual/advanced.xml
11020                 better sentence again (thanks to Paul).
11021
11022 2006-09-01 [wwp]        2.4.0cvs122
11023
11024         * manual/advanced.xml
11025         fix definition of toolbar_detachable and rework a bit the one of
11026         enable_dotted_lines.
11027
11028 2006-09-01 [mones]      2.4.0cvs121
11029
11030         * manual/advanced.xml
11031                 Document enable_dotted_lines
11032
11033 2006-09-01 [paul]       2.4.0cvs120
11034
11035         * src/folderview.c
11036         * src/folderview.h
11037         * src/imap.c
11038         * src/mainwindow.c
11039         * src/summaryview.c
11040                 obey the 'When entering folder...' option
11041                 when using the /View/Go to/... menu items
11042                 Thanks to Colin
11043
11044 2006-08-31 [colin]      2.4.0cvs119
11045
11046         * src/folderview.c
11047                 Revert 2.4.0cvs116, wrong fix.
11048
11049 2006-08-31 [colin]      2.4.0cvs118
11050
11051         * src/gtk/gtksctree.c
11052                 Better state the various copyrights
11053
11054 2006-08-31 [colin]      2.4.0cvs117
11055
11056         * src/prefs_common.c
11057                 fix enable_dotted_lines
11058
11059 2006-08-31 [colin]      2.4.0cvs116
11060
11061         * src/folderview.c
11062                 Use pref "Always open on select" when going
11063                 to next unread folder
11064         * src/gtk/gtksctree.c
11065                 Fix link failure to _gtk_clist_create_cell_layout
11066                 on certain computers. (Why not mine, I wonder)
11067
11068 2006-08-31 [colin]      2.4.0cvs115
11069
11070         * src/procmsg.c
11071         * src/textview.c
11072         * src/plugins/bogofilter/bogofilter.c
11073         * src/plugins/spamassassin/spamassassin.c
11074                 Requalify some "errors" to warnings
11075         * src/mainwindow.c
11076         * src/mainwindow.h
11077         * src/statusbar.c
11078                 Add an icon in the statusbar to notify
11079                 of errors
11080         * src/gtk/gtksctree.c
11081         * src/folderview.c
11082         * src/summaryview.c
11083                 Make the GtkSCTree look more modern by
11084                 alternating background lines
11085         * src/prefs_common.c
11086         * src/prefs_common.h
11087                 Add a pref to let people have the old
11088                 way if they prefer
11089
11090
11091 2006-08-30 [colin]      2.4.0cvs114
11092
11093         * src/procmsg.c
11094         * src/procmsg.h
11095                 Provide a way to filter a list of
11096                 messages in an optimised manner, and
11097                 add a list-filtering hook
11098         * src/folder.c
11099         * src/inc.c
11100         * src/mbox.c
11101                 Use the list filtering
11102         * src/plugins/bogofilter/bogofilter.c
11103                 Use the list-filtering hook
11104                 Use -b (bulk) mode for more speed
11105                 when learning and filtering
11106         * src/etpan/imap-thread.c
11107                 Make log output shorter in UID SEARCH
11108
11109
11110 2006-08-30 [colin]      2.4.0cvs113
11111
11112         * src/plugins/bogofilter/bogofilter.c
11113                 Really fast mass learning - thanks to David
11114                 Relson for the options explanations :)
11115
11116 2006-08-30 [colin]      2.4.0cvs112
11117
11118         * src/msgcache.c
11119                 Fix compilation on FreeBSD. Thanks
11120                 to Michael Hugues
11121
11122 2006-08-29 [colin]      2.4.0cvs111
11123
11124         * src/folderview.c
11125                 Handle "popup_menu" signal (for popping the 
11126                 menu via the keyboard)
11127         * src/mimeview.c
11128         * src/mimeview.h
11129         * src/summaryview.c
11130         * src/textview.c
11131         * src/gtk/gtkutils.c
11132         * src/gtk/gtkutils.h
11133                 Factorize scrolling code, and add an API 
11134                 for MimeViewers to handle scroll orders
11135
11136 2006-08-29 [wwp]        2.4.0cvs110
11137
11138         * src/plugins//bogofilter/bogofilter.c
11139         * src/plugins//spamassassin/spamassassin.c
11140                 make the bogofilter/spamassassin filtering error dialogs at
11141         incorporation obey to the "don't popup error dialog on
11142         receive error" option. If disabled, feed the log window w/
11143         the error message.
11144
11145 2006-08-29 [paul]
11146
11147         2.5.0-rc2 released
11148
11149 2006-08-29 [paul]       2.4.0cvs109
11150
11151         * Makefile.am
11152                 remove 'make release', it's not needed
11153                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11154
11155 2006-08-29 [paul]       2.4.0cvs108
11156
11157         * src/foldersel.c
11158         * src/summary_search.c
11159         * src/gtk/progressdialog.c
11160         * src/plugins/pgpcore/passphrase.c
11161                 replace deprecated gtk_window_set_policy()
11162
11163 2006-08-29 [colin]      2.4.0cvs107
11164
11165         * src/folder.c
11166                 Fix data loss when copy fails during a move:
11167                 only use fast remove_msgs if everything was
11168                 copied OK; else use slow remove_msg on the
11169                 mails that got copied only.
11170
11171 2006-08-28 [paul]       2.4.0cvs106
11172
11173         * src/mh.c
11174                 revert change in 2.4.0cvs104, it breaks
11175                 stuff
11176
11177 2006-08-28 [paul]       2.4.0cvs105
11178
11179         * src/plugins/spamassassin/spamassassin.c
11180                 english fix
11181
11182 2006-08-28 [paul]       2.4.0cvs104
11183
11184         * src/mh.c
11185                 fix data loss when moving to another
11186                 mailbox fails
11187         * src/prefs_spelling.c
11188                 improve the english
11189         * src/gtk/pluginwindow.c
11190                 improve the layout of the dialog text
11191         All thanks to Colin
11192
11193 2006-08-28 [paul]       2.4.0cvs103
11194
11195         * src/plugins/bogofilter/bogofilter.c
11196         * src/plugins/bogofilter/bogofilter_gtk.c
11197                 fix english up a bit, innit
11198
11199 2006-08-28 [paul]       2.4.0cvs102
11200
11201         * configure.ac
11202         * po/Makefile.in.in
11203         * po/Makevars
11204                 require autoconf 2.60, enabling building
11205                 with gettext 0.15 (gettext 0.14.x build still
11206                 possible). Replace Makefiles with versions
11207                 from gettext 0.15.
11208                 Remove configure options --with-localedir and
11209                 --with-mandir. The options that are provided
11210                 directly by autoconf 2.60 can be used instead:
11211                 --mandir --localedir
11212
11213 2006-08-27 [colin]      2.4.0cvs101
11214
11215         * src/plugins/bogofilter/Makefile.am
11216                 Fix make dist (no README)
11217
11218 2006-08-27 [colin]      2.4.0cvs100
11219
11220         * src/folder.c
11221                 Don't use F_UNKNOWN folders for any default
11222                 outbox/trash/etc
11223         * src/plugins/bogofilter/bogofilter.c
11224         * src/plugins/bogofilter/bogofilter.h
11225         * src/plugins/bogofilter/bogofilter_gtk.c
11226                 Add an option to specify the path to bogofilter
11227                 Use single-quotes to be able to learn in folders
11228                 with spaces in their names
11229                 Verify learning status
11230
11231 2006-08-27 [colin]      2.4.0cvs99
11232
11233         * manual/faq.xml
11234         * manual/plugins.xml
11235                 Document Bogofilter plugin
11236
11237 2006-08-27 [colin]      2.4.0cvs98
11238
11239         * src/compose.c
11240         * src/messageview.c
11241         * src/procmsg.c
11242         * src/procmsg.h
11243                 When possible, copy the queued mail to sent folder
11244                 instead of re-adding. Much faster on IMAP.
11245
11246 2006-08-27 [colin]      2.4.0cvs97
11247
11248         * src/msgcache.c
11249                 Disable mmaped caches - huge metadata loss
11250                 here after a power failure.
11251         * src/summaryview.c
11252                 Add quicksearch timing
11253         * src/common/plugin.c
11254         * src/common/plugin.h
11255                 Implement an interface to tell what plugins
11256                 provide. Prevent loading of similar plugins.
11257         * src/plugins/clamav/clamav_plugin.c
11258         * src/plugins/demo/demo.c
11259         * src/plugins/dillo_viewer/dillo_viewer.c
11260         * src/plugins/pgpcore/plugin.c
11261         * src/plugins/pgpinline/pgpinline.c
11262         * src/plugins/pgpmime/pgpmime.c
11263         * src/plugins/spamassassin/spamassassin.c
11264         * src/plugins/trayicon/trayicon.c
11265                 Implement plugin_provides()
11266
11267 2006-08-27 [colin]      2.4.0cvs96
11268
11269         * configure.ac
11270         * src/plugins/Makefile.am
11271         * src/plugins/bogofilter/.cvsignore
11272         * src/plugins/bogofilter/Makefile.am
11273         * src/plugins/bogofilter/bogofilter.c
11274         * src/plugins/bogofilter/bogofilter.h
11275         * src/plugins/bogofilter/bogofilter_gtk.c
11276                 New Bogofilter plugin, provides filtering and
11277                 learning. Spamassassin will go to extra plugins.
11278
11279 2006-08-26 [mones]      2.4.0cvs95
11280
11281         * manual/handling.xml
11282                 Fix subfolder path in the example (thanks to Paul) 
11283
11284 2006-08-26 [mones]      2.4.0cvs94
11285
11286         * manual/glossary.xml
11287                 2.2. + add ISP to the glossary
11288                 7.5. + Add UIDL to glossary
11289                 7.7. + Add TCP to glossary
11290         * manual/handling.xml
11291                 7.1. + Mentions GNU/Linux distribution, what about the non...
11292                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11293                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11294                 7.4. = Use appropriate quotation for commands
11295                 7.6. = change "" to <quote></quote>
11296         * manual/plugins.xml
11297                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11298         * manual/starting.xml
11299                 2.1. + local mbox file: some examples of mbox file locations...
11300                 Also reformatted files requiring it
11301
11302 2006-08-26 [wwp]        2.4.0cvs93
11303
11304         * src/summary_search.c
11305                 disable find buttons while summary search is running.
11306
11307 2006-08-25 [colin]      2.4.0cvs92
11308
11309         * src/folder.c
11310         * src/folderutils.c
11311         * src/mh.c
11312         * src/procmsg.h
11313         * src/summaryview.c
11314                 Speed up MH moving, and add progressbar
11315                 for MH deletion
11316         * src/msgcache.c
11317                 Write cache files using mmap() too
11318
11319 2006-08-25 [wwp]        2.4.0cvs91
11320
11321         * src/summaryview.c
11322                 switch spam<->ham button when a message has been marked as spam or ham
11323                 and is still selected. Thanks to Colin.
11324
11325 2006-08-25 [paul]       2.4.0cvs90
11326
11327         * src/Makefile.am
11328         * src/stock_pixmap.c
11329         * src/stock_pixmap.h
11330         * src/summaryview.c
11331         * src/gtk/icon_legend.c
11332         * src/pixmaps/copied.xpm
11333         * src/pixmaps/moved.xpm
11334                 add icons for delayed execution marked for
11335                 copying, marked for moving
11336
11337 2006-08-25 [mones]      2.4.0cvs89
11338
11339         * manual/glossary.xml
11340                 Fix the other glossary items:
11341                 5.1. = Inmmediate execution -> <quote>immediate execution...
11342                 5.2. = Fix MBOX capitalization -> Mbox
11343                 5.3. + Improve Plugins def. w/ tech. ref.
11344                 5.4. = Quotation -> replace '>' by <quote>></quote>
11345                 5.5. - SMTP Server. -> remove dot
11346         * po/es.po
11347                 Updated translation
11348
11349 2006-08-25 [mones]      2.4.0cvs88
11350
11351         * manual/ack.xml
11352                 Reformatted, changed email address
11353         * manual/glossary.xml
11354                 Reformatted, fixed MANUAL-TODO items:
11355                 8.2. + add ROT-13 to glossary
11356                 8.4. + add URL to glossary
11357         * manual/es/advanced.xml
11358                 Fixed <literal>s
11359
11360 2006-08-25 [paul]       2.4.0cvs87
11361
11362         * src/gtk/icon_legend.c
11363                 add 'marked for deletion' icon
11364                 arrange icons by containing column
11365                 wrap long label text
11366
11367 2006-08-25 [colin]      2.4.0cvs86
11368
11369         * src/common/utils.c
11370         * src/common/utils.h
11371                 Add the sc_g_*list_bigger functions in
11372                 a place everyone can use it
11373         * src/summaryview.c
11374                 Only freeze/thaw the list when working
11375                 on the selection, if it's bigger than 1
11376         * src/gtk/gtksctree.c
11377                 Only freeze/thaw the list when unselec-
11378                 ting 'all' if ('all' != 1)
11379                 This avoids some flickering
11380
11381 2006-08-24 [colin]      2.4.0cvs85
11382
11383         * src/addressbook.c
11384                 Fix strange list selection
11385                 Fix random seg (Invalid read of freed memory)
11386
11387 2006-08-24 [colin]      2.4.0cvs84
11388
11389         * src/alertpanel.c
11390         * src/gtk/inputdialog.c
11391         * src/plugins/pgpcore/passphrase.c
11392                 Revert minimal width patch of 2.4.0cvs67,
11393                 as it is also a maximal width. Use 
11394                 gtk_window_set_default_size instead.
11395
11396 2006-08-24 [colin]      2.4.0cvs83
11397
11398         * src/msgcache.c
11399                 Write cache/mark to temp files before
11400                 overwriting old ones (avoids metadata
11401                 loss if writing the new files fail).
11402                 Use mmap() to read cache/mark file, as
11403                 this makes cache reading faster. Dis-
11404                 abled for big-endian machines until it
11405                 can be tested. (Big-endian users: set
11406                 msgcache_use_mmap = TRUE in the relevant
11407                 #if).
11408         * src/procmsg.h
11409                 Move rarely used fields of MsgInfo in 
11410                 another structure, which will only be
11411                 allocated if needed. Face, X-Face,
11412                 Return receipt headers and List-*
11413                 headers are moved. Mails having none
11414                 of these occupy 52 bytes less with
11415                 this patch, which makes 2.5MB of RAM
11416                 saved on a 50k folder).
11417         * src/headerview.c
11418         * src/mainwindow.c
11419         * src/messageview.c
11420         * src/partial_download.c
11421         * src/procheader.c
11422         * src/procmsg.c
11423         * src/textview.c
11424                 Follow this structure change.
11425
11426 2006-08-24 [wwp]        2.4.0cvs82
11427
11428         * manual/es/.cvsignore
11429         * manual/es/dist/.cvsignore
11430         * manual/es/dist/html/.cvsignore
11431         * manual/es/dist/pdf/.cvsignore
11432         * manual/es/dist/ps/.cvsignore
11433         * manual/es/dist/txt/.cvsignore
11434                 more (generated) files to ignore.
11435
11436 2006-08-24 [colin]      2.4.0cvs81
11437
11438         * src/folder.c
11439         * src/mh.c
11440                 Fix possible problems with local delivery. Check the folder doesn't
11441                 need scan before setting its mtime when saving cache (which can be
11442                 done long after the folder's been modified by an external process);
11443                 Check that the stored item's mtime didn't change in mh functions.
11444
11445 2006-08-24 [mones]      2.4.0cvs80
11446
11447         * manual/advanced.xml
11448                 Rewrapping, some fixes and MANUAL-TODO items:
11449                 8.1. = change "" to <quote></quote>
11450                 8.3. = quote menu items
11451                 8.5. - deploying -> new user ... ideally a new user (redundant)
11452
11453 2006-08-23 [colin]      2.4.0cvs79
11454
11455         * src/gtk/gtksctree.c
11456                 When selecting or deselecting range, only
11457                 freeze/thaw when selection is bigger than 10
11458
11459 2006-08-23 [colin]      2.4.0cvs78
11460
11461         * src/messageview.c
11462         * src/mimeview.c
11463         * src/mimeview.h
11464         * src/plugins/dillo_viewer/dillo_viewer.c
11465                 Provide an API for MimeViewer plugins to
11466                 return a text selection for replying
11467
11468 2006-08-23 [colin]      2.4.0cvs77
11469
11470         * src/image_viewer.c
11471         * src/textview.c
11472                 Use gtk_pixbuf_new_from_file_at_scale(), which
11473                 is faster than getting the pixbuf then resizing
11474                 it.
11475
11476 2006-08-23 [colin]      2.4.0cvs76
11477
11478         * src/procmime.c
11479                 UTF-8 should be sent Quoted-printable
11480
11481 2006-08-22 [colin]      2.4.0cvs75
11482
11483         * src/mh.c
11484                 Check if scan is required before touching
11485                 the folder (or it'll be required every time)
11486
11487 2006-08-22 [colin]      2.4.0cvs74
11488
11489         * configure.ac
11490                 Require libetpan 0.46 (crasher fix when built
11491                 against gnutls)
11492
11493 2006-08-22 [colin]      2.4.0cvs73
11494
11495         * src/folder.c
11496                 Set folder's mtime after writing its
11497                 cache
11498         * src/folderview.c
11499                 Add some timing
11500         * src/procmsg.c
11501                 Don't do useless stuff if we don't 
11502                 thread by subject
11503         * src/summaryview.c
11504                 Add some timing, don't deselect prior
11505                 to selecting (gtksctree does it itself),
11506                 remove crash avoidance hacks as it's been
11507                 properly fixed since a while
11508         * src/common/utils.c
11509                 Optimize to_human_readable(): _() is slow,
11510                 do it only once, and avoid %f format for KB
11511                 (the most common in a summaryview)
11512         * src/gtk/gtksctree.c
11513                 Don't uselessly freeze/thaw (fixes flicker
11514                 on next unread and friends), reduce number
11515                 of g_list_nth/g_list_position where possible
11516         * src/gtk/gtkutils.c
11517         * src/gtk/gtkutils.h
11518                 Reduce number of g_list_nth/g_list_position
11519                 where possible.
11520                 All of this makes loading as 70k folder 2.1
11521                 seconds instead of 3.2 (with hot FS caches).
11522                 (1.3 seconds without Date and Size columns...)
11523
11524 2006-08-22 [paul]       2.4.0cvs72
11525
11526         wrap documents and do some items from mones' MANUAL-TODO:
11527
11528         * manual/account.xml
11529                 4.1. = fix tabname references to <quote>tabname</quote>
11530                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11531         * manual/faq.xml
11532                 1.1. = mentioned options don't match UI
11533                 Add information about the 'Never send Return Receipts'
11534                 option
11535         * manual/handling.xml
11536                 6.2. = Mentions Extended symbols button, but now is
11537                 named Information
11538                 6.3. = Mentions ... button, which is now Edit
11539
11540 2006-08-22 [colin]      2.4.0cvs71
11541
11542         * src/gtk/pluginwindow.c
11543                 Fix layout in verbose translations (such
11544                 as french)
11545
11546 2006-08-22 [paul]       2.4.0cvs70
11547
11548         * manual/Makefile.am
11549                 build manuals in alphabetical order
11550         * src/addressbook.c
11551         * src/prefs_themes.c
11552                 replace/remove deprecated symbols
11553         * src/gtk/gtkutils.c
11554                 fix a warning
11555         * src/gtk/pluginwindow.c
11556                 replace deprecated symbol
11557                 replace label text and move it
11558         * src/plugins/pgpcore/prefs_gpg.c
11559                 move the 'Generate...' button out of the
11560                 Sign Key frame, replace the English used
11561         * src/plugins/pgpcore/sgpgme.c
11562                 fixes to the English
11563
11564 2006-08-21 [colin]      2.4.0cvs69
11565
11566         * src/plugins/trayicon/trayicon.c
11567                 Add more strings for translation; patch
11568                 by Pawel
11569
11570 2006-08-21 [colin]      2.4.0cvs68
11571
11572         * src/compose.c
11573                 fix replied flag not set after drafting
11574         * src/matcher.c
11575                 fix body quicksearch in non-encoded bodies
11576                 containing '='
11577         * src/msgcache.c
11578                 Get rid of the g_malloc workaround for
11579                 corrupted caches, use g_try_malloc
11580
11581 2006-08-21 [colin]      2.4.0cvs67
11582
11583         * src/alertpanel.c
11584         * src/gtk/inputdialog.c
11585         * src/plugins/pgpcore/passphrase.c
11586                 Set minimal width to 375
11587         * src/mainwindow.c
11588                 Fix switching to offline, asking if it 
11589                 should be overriden for synchronising
11590         * src/mimeview.c
11591                 Don't offer to remember command on Open 
11592                 with for text parts, as the browser or 
11593                 text editor command isn't changed from 
11594                 there
11595
11596 2006-08-20 [paul]       2.4.0cvs66
11597
11598         * po/ko.po
11599         * po/zh_CN.po
11600                 fix plural form errors. revealed by stricter
11601                 checking of gettext 0.15
11602
11603 2006-08-18 [paul]       2.4.0cvs65
11604
11605         * src/stock_pixmap.c
11606                 fix the fix of 2.4.0cvs64
11607                 Thanks to Colin
11608
11609 2006-08-18 [paul]       2.4.0cvs64
11610
11611         * src/stock_pixmap.c
11612                 fix leaks
11613                 Thanks to Colin
11614
11615 2006-08-18 [paul]       2.4.0cvs63
11616
11617         * src/compose.c
11618         * src/procmsg.c
11619                 fix occasional IMAP bug where large msgs
11620                 were left in the queue folder after sending
11621                 Thanks to Colin
11622
11623 2006-08-18 [paul]       2.4.0cvs62
11624
11625         * src/folderview.c
11626                 freeze the summaryview while quicksearch results
11627                 are displayed
11628                 (fixes bug 456 'current message is hidden when the
11629                 view is refreshed and extended search is "unread 
11630                 messages"')
11631                 Thanks to Colin
11632         * src/textview.c
11633                 add missing #include "inputdialog.h"
11634         * src/common/utils.h
11635                 add missing mailcap_update_default() and improve
11636                 readability
11637
11638 2006-08-17 [colin]      2.4.0cvs61
11639
11640         * src/plugins/pgpcore/select-keys.c
11641                 Fix warnings :)
11642
11643 2006-08-17 [colin]      2.4.0cvs60
11644
11645         * src/compose.c
11646                 Don't continue queuing if Cancel is clicked
11647                 in select-keys
11648
11649 2006-08-17 [colin]      2.4.0cvs59
11650
11651         * src/plugins/pgpcore/select-keys.c
11652                 When encrypting, if only one key matches and it 
11653                 matches exactly, automatically use it.
11654
11655 2006-08-17 [colin]      2.4.0cvs58
11656
11657         * src/mimeview.c
11658         * src/prefs_common.c
11659         * src/prefs_common.h
11660         * src/prefs_ext_prog.c
11661         * src/textview.c
11662                 Fix issues with previous patch (text/html)
11663                 Remove outdated prefs
11664
11665 2006-08-17 [colin]      2.4.0cvs57
11666
11667         * src/imap.c
11668                 Add View Log button on auth error
11669         * src/procmsg.c
11670                 Fix encrypted mail marked as new when
11671                 saved in normal folders
11672         * src/plugins/pgpinline/pgpinline.c
11673                 Fix encrypt bug on IMAP
11674         * src/mimeview.c
11675         * src/common/utils.c
11676         * src/common/utils.h
11677         * src/gtk/inputdialog.c
11678         * src/gtk/inputdialog.h
11679                 Get rid of metamail stuff, simplify
11680                 opening, and allow remembering of user's
11681                 choices (by updating ~/.mailcap). There's
11682                 still to drop "Audio player" and "Image
11683                 viewer" preferences.
11684
11685 2006-08-17 [mones]      2.4.0cvs56
11686
11687         * manual/es/sylpheed-claws-manual.xml
11688                 fix DTD path
11689
11690 2006-08-17 [mones]      2.4.0cvs55
11691
11692         * configure.ac
11693         * manual/Makefile.am
11694         * manual/es/Makefile.am
11695         * manual/es/account.xml
11696         * manual/es/ack.xml
11697         * manual/es/addrbook.xml
11698         * manual/es/advanced.xml
11699         * manual/es/faq.xml
11700         * manual/es/glossary.xml
11701         * manual/es/gpl.xml
11702         * manual/es/handling.xml
11703         * manual/es/intro.xml
11704         * manual/es/keyboard.xml
11705         * manual/es/plugins.xml
11706         * manual/es/starting.xml
11707         * manual/es/sylpheed-claws-manual.xml
11708         * manual/es/dist/Makefile.am
11709         * manual/es/dist/html/Makefile.am
11710         * manual/es/dist/pdf/Makefile.am
11711         * manual/es/dist/ps/Makefile.am
11712         * manual/es/dist/txt/Makefile.am
11713                 Spanish translation for the manual
11714
11715 2006-08-16 [colin]      2.4.0cvs54
11716
11717         * src/compose.c
11718         * src/main.c
11719         * src/mainwindow.c
11720                 Fix send button sensitivity at startup
11721                 Set send menu sensitivity (patch by Fabien)
11722         * src/ssl_manager.c
11723                 Enable closing with esc (patch by Fabien)
11724         * src/gtk/foldersort.c
11725                 Enable closing with esc (patch by Fabien)
11726         * src/procmime.c
11727                 Optimisation (no need to copy to tempfile to
11728                 "decode" 7bit and 8bit)
11729         * src/summaryview.c
11730                 Fix cruft in swap_from case
11731         * src/textview.c
11732                 Fix missing last line in some mail cases 
11733                 (Fixes debian #381872)
11734         * src/plugins/pgpcore/prefs_gpg.c
11735         * src/plugins/pgpcore/sgpgme.c
11736         * src/plugins/pgpcore/sgpgme.h
11737                 Don't show "no key found" when user explicitely
11738                 wants to create a key
11739
11740 2006-08-16 [paul]       2.4.0cvs53
11741
11742         * configure.ac
11743         * src/account.c
11744         * src/addressbook.c
11745         * src/headerview.c
11746         * src/prefs_account.c
11747         * src/prefs_message.c
11748         * src/gtk/gtkutils.c
11749                 bump up minimum required versions of GTK+ and
11750                 GLIB to 2.6.0
11751
11752 2006-08-16 [paul]       2.4.0cvs52
11753
11754         * src/toolbar.c
11755                 workaround GTK+ Bug 351600 - 'Can't re-click
11756                 on button after sensitivity update'
11757                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11758                 Thanks to Colin
11759
11760 2006-08-15 [colin]      2.4.0cvs51
11761
11762         * src/plugins/pgpcore/prefs_gpg.c
11763                 Set options sensitivity according to
11764                 key existence
11765         * src/plugins/pgpcore/sgpgme.c
11766                 Allow to create key with no passphrase
11767
11768 2006-08-14 [cleroy]     2.4.0cvs50
11769
11770         * src/gtk/pluginwindow.c
11771                 New layout (maybe to be changed?)
11772         * src/gtk/gtkutils.c
11773                 Fix a bit label_window
11774         * src/plugins/pgpcore/passphrase.c
11775         * src/plugins/pgpcore/passphrase.h
11776         * src/plugins/pgpcore/plugin.c
11777         * src/plugins/pgpcore/prefs_gpg.c
11778         * src/plugins/pgpcore/prefs_gpg.h
11779         * src/plugins/pgpcore/sgpgme.c
11780         * src/plugins/pgpcore/sgpgme.h
11781                 Allow to create a PGP private key via the GUI
11782
11783 2006-08-14 [wwp]        2.4.0cvs49
11784
11785         * src/addressbook_foldersel.c
11786                 fix strict ISO C90 compliance.
11787
11788 2006-08-14 [paul]       2.4.0cvs48
11789
11790         * src/gtk/prefswindow.c
11791                 re-set scrolled window on opening
11792                 Patch by Ticho
11793
11794 2006-08-14 [paul]
11795
11796         2.5.0-rc1 released
11797
11798 2006-08-14 [paul]       2.4.0cvs47
11799
11800         * src/prefs_display_header.c
11801                 re-enable user-defined Displayed Headers
11802
11803 2006-08-14 [paul]       2.4.0cvs46
11804
11805         * src/prefs_account.c
11806                 use GTK_STOCK_EDIT
11807
11808 2006-08-13 [colin]      2.4.0cvs45
11809
11810         * src/common/utils.c
11811                 Fix "a" in quote when the original message is empty,
11812                 by using \0 instead of 'a' to test writability of
11813                 temp files.
11814
11815 2006-08-13 [wwp]        2.4.0cvs44
11816
11817         * src/plugins/spamassassin/spamassassin.c
11818                 fix capitalization of "SpamAssassin" in some debug, log and
11819                 dialog messages.
11820
11821 2006-08-13 [paul]       2.4.0cvs43
11822
11823         * src/editldap.c
11824                 fix overlapping widgets
11825         * src/prefs_account.c
11826                 fix translation of protocol_names[]
11827                 fix label disappearing off the edge of the
11828                 visible area
11829
11830 2006-08-12 [paul]       2.4.0cvs42
11831
11832         * manual/plugins.xml
11833                 update IRC channel info before it gets forgotten
11834                 about
11835
11836 2006-08-11 [colin]      2.4.0cvs41
11837
11838         * src/compose.c
11839         * src/mainwindow.c
11840         * src/mainwindow.h
11841         * src/procmsg.c
11842         * src/procmsg.h
11843         * src/summaryview.c
11844         * src/toolbar.c
11845                 Grey out the Send button if
11846                 - Queue folders are empty, or
11847                 - We're sending already
11848
11849 2006-08-11 [wwp]        2.4.0cvs40
11850
11851         * src/main.c
11852                 fix a logic issue when quitting while a compose window is
11853                 still open, thanks to Colin.
11854
11855 2006-08-10 [colin]      2.4.0cvs39
11856
11857         * src/main.c
11858                 Fix default font size setting after wizard run
11859         * src/imap.c
11860         * src/etpan/imap-thread.c
11861         * src/etpan/imap-thread.h
11862                 Fix bug #999 (Timing out on TSL cert validation 
11863                 dialog makes ugly things happen). Also, STARTTLS
11864                 unconditionnaly if initial capabilities contain
11865                 LOGINDISABLED and STARTTLS.
11866
11867 2006-08-09 [colin]      2.4.0cvs38
11868
11869         * src/mainwindow.c
11870         * src/mainwindow.h
11871                 Fix Tools/Actions sensitivity when there are
11872                 no actions
11873
11874 2006-08-09 [colin]      2.4.0cvs37
11875
11876         * src/prefs_filtering.c
11877                 Warning fix, patch by Paul
11878         * src/messageview.c
11879         * src/prefs_actions.c
11880         * src/prefs_filtering_action.c
11881         * src/prefs_matcher.c
11882                 Uniformisation of "Info ..." to "Info..." (for
11883                 old gtk), patch by Fabien
11884         * src/plugins/clamav/clamav_plugin_gtk.c
11885                 Sensitivity fix by Fabien
11886
11887 2006-08-09 [colin]      2.4.0cvs36
11888
11889         * src/main.c
11890         * src/main.h
11891                 Add a function to know whether we're exiting
11892         * src/plugins/trayicon/trayicon.c
11893                 If exiting, don't do anything. Faster, and
11894                 avoids gtk_main_iteration reentracy causing
11895                 segfaults at exit
11896
11897 2006-08-09 [colin]      2.4.0cvs35
11898
11899         * src/messageview.c
11900         * src/mimeview.c
11901         * src/mimeview.h
11902                 Fix lack of part selection when automatically 
11903                 jumping to a specific part
11904         * src/msgcache.c
11905                 Little optimisation in cache reading
11906
11907 2006-08-09 [colin]      2.4.0cvs34
11908
11909         * src/compose.c
11910                 Fix crash setting the priority on reedit
11911                 (Accessing compose before creating it!)
11912
11913 2006-08-08 [colin]      2.4.0cvs33
11914
11915         * src/procmime.c
11916                 Fix bug #998 (last attachment is not accessible)
11917                 Bad RFC interpretation on multipart close-delimiters
11918         * src/mimeview.c
11919         * src/mimeview.h
11920         * src/gtk/gtkvscrollbutton.c
11921         * src/gtk/gtkvscrollbutton.h
11922                 Make attachments list wheel-scrollable
11923
11924 2006-08-07 [colin]      2.4.0cvs32
11925
11926         * src/gtk/gtkaspell.c
11927                 Fix bug #973 (Unicode punctation characters 
11928                 are not recognized as separators by the
11929                 spell checker); fix unsigned stuff
11930
11931 2006-08-07 [colin]      2.4.0cvs31
11932
11933         * src/compose.c
11934                 Fix bug #956 (DnD text with accents in compose 
11935                 text entry); fix gccc's signed/unsigned fuss
11936
11937 2006-08-06 [colin]      2.4.0cvs30
11938
11939         * src/main.c
11940                 Fix bug #979 (Plugin crashes when exiting 
11941                 sylpheed-claws) : handle exit request only 
11942                 once
11943
11944 2006-08-05 [colin]      2.4.0cvs29
11945
11946         * src/news.c
11947                 Just make sure we have a msgid.
11948
11949 2006-08-05 [colin]      2.4.0cvs28
11950
11951         * src/news.c
11952         * src/summaryview.c
11953                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11954                 by reimplementing it
11955         * src/textview.c
11956                 Fix bug when hiding quotes with level > 3 and quote
11957                 colors are recycled
11958
11959 2006-08-04 [colin]      2.4.0cvs27
11960
11961         * src/compose.c
11962         * src/undo.c
11963         * src/undo.h
11964                 Fix a bit replace-by-pasting undo
11965         * src/mainwindow.c
11966         * src/messageview.c
11967                 Fix Fold quotes menu synchro in
11968                 mainwindow when it changes in 
11969                 messageview
11970         * src/textview.c
11971                 Fix right-click on quotes blocks
11972         * src/common/utils.c
11973                 Verify that the file created by
11974                 my_tmpfile() is writable. Fixes
11975                 bug #988 (very specific filesystem
11976                 issue)
11977         * src/plugins/pgpcore/sgpgme.c
11978                 Fix file descriptor leak
11979         * src/plugins/spamassassin/spamassassin.c
11980                 Warn once if spamd isn't reachable
11981
11982 2006-08-04 [colin]      2.4.0cvs26
11983
11984         * src/toolbar.c
11985                 i18n context patch by Fabien
11986
11987 2006-08-03 [colin]      2.4.0cvs25
11988
11989         * src/mainwindow.c
11990         * src/messageview.c
11991                 Rename "Hide quotes" to "Fold quotes"
11992         * src/textview.c
11993                 Don't use hand cursor on quotes. "all 
11994                 the bonuses of the feature and none of 
11995                 unwelcome side-effects"
11996
11997 2006-08-03 [colin]      2.4.0cvs24
11998
11999         * AUTHORS
12000         * sylpheed-claws.desktop
12001         * src/gtk/authors.h
12002                 Bring the desktop file to XDG compliance
12003                 Patch by Charles A. Edwards
12004
12005 2006-08-03 [colin]      2.4.0cvs23
12006
12007         * src/textview.c
12008                 Fix links offset when they are preceded
12009                 by accentued chars (g_utf8_strlen!)
12010         * src/mainwindow.c
12011                 Fix wrong status when starting offline
12012
12013
12014 2006-08-03 [wwp]        2.4.0cvs22
12015
12016         * src/prefs_common.h
12017                 ask what to do w/ filtering rules that belong to an account when
12018                 applying filtering rules manually from the main window (skip,
12019                 apply regardless of the account, use current account). This dialog
12020                 can be skipped and the last reply used.
12021                 (forgot that file)
12022
12023 2006-08-03 [wwp]        2.4.0cvs21
12024
12025         * src/filtering.c
12026         * src/filtering.h
12027         * src/prefs_common.c
12028         * src/summaryview.c
12029         * src/alertpanel.c
12030         * src/alertpanel.h
12031         * src/messageview.c
12032                 ask what to do w/ filtering rules that belong to an account when
12033                 applying filtering rules manually from the main window (skip,
12034                 apply regardless of the account, use current account). This dialog
12035                 can be skipped and the last reply used.
12036
12037
12038 2006-08-03 [colin]      2.4.0cvs20
12039
12040         * src/textview.c
12041                 Optimize previous patch
12042
12043 2006-08-03 [cleroy]     2.4.0cvs19
12044
12045         * src/textview.c
12046                 Fix quotes getting toggled back when the
12047                 mail has an even number of text parts
12048
12049 2006-08-02 [colin]      2.4.0cvs18
12050
12051         * src/messageview.c
12052                 Add Hide quotes menu
12053
12054 2006-08-02 [colin]      2.4.0cvs17
12055
12056         * src/mainwindow.c
12057         * src/prefs_common.c
12058         * src/textview.c
12059         * src/textview.h
12060         * src/gtk/about.c
12061                 Allow per-level quote hiding,
12062                 Allow toggling quotes by double-clicking them
12063                 Rename RemoteURI to ClickableText to reflect
12064                 the fact it's used for a variety of things
12065
12066 2006-08-02 [wwp]        2.4.0cvs16
12067
12068         * src/mainwindow.c
12069                 fix "View/Hide quotes" menu item status initialization.
12070
12071 2006-08-02 [wwp]        2.4.0cvs15
12072
12073         * src/matcher_parser_parse.y
12074                 remove a debug trace.
12075
12076 2006-08-02 [paul]       2.4.0cvs14
12077
12078         * src/plugins/pgpcore/passphrase.c
12079                 don't set initial dialog size
12080                 make it resizable
12081
12082 2006-08-02 [paul]       2.4.0cvs13
12083
12084         * src/noticeview.c
12085                 remove the rogue '/' character
12086
12087 2006-08-02 [paul]       2.4.0cvs12
12088
12089         * src/noticeview.c
12090                 allow buttons to resize as necessary
12091
12092 2006-08-01 [wwp]        2.4.0cvs11
12093
12094         * src/mbox.c
12095                 fix strict ISO C90 compliance.
12096
12097 2006-08-01 [wwp]        2.4.0cvs10
12098
12099         * tools/update-po
12100                 updated update-po tool to work w/ context-dependent translations.
12101                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12102
12103 2006-08-01 [wwp]        2.4.0cvs9
12104
12105         * src/matcher.c
12106         * src/prefs_filtering.c
12107         * src/prefs_matcher.c
12108                 allow context-dependent translations for "All",
12109                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12110
12111 2006-07-31 [colin]      2.4.0cvs8
12112
12113         * AUTHORS
12114         * src/gtk/authors.h
12115                 Add Rafal to authors
12116
12117 2006-07-31 [colin]      2.4.0cvs7
12118
12119         * src/compose.c
12120         * src/mainwindow.c
12121         * src/messageview.h
12122         * src/prefs_common.c
12123         * src/prefs_common.h
12124         * src/textview.c
12125                 Add 'View/Hide quotes'. Patch based on a patch
12126                 by Rafal Weglarz
12127
12128 2006-07-31 [colin]      2.4.0cvs6
12129
12130         * src/action.c
12131                 Fix problem with "> stuff >" actions
12132
12133 2006-07-31 [paul]       2.4.0cvs5
12134
12135         * po/nb.po
12136                 updated by Geir Helland
12137
12138 2006-07-31 [wwp]        2.4.0cvs4
12139
12140         * src/mainwindow.c
12141         * src/summaryview.c
12142         * src/summaryview.h
12143                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12144                 thanks to Colin.
12145
12146 2006-07-31 [wwp]        2.4.0cvs3
12147
12148         * src/Makefile.am
12149         * src/addr_compl.c
12150         * src/addr_compl.h
12151         * src/addressbook.c
12152         * src/addressbook.h
12153         * src/addressbook_foldersel.c
12154         * src/addressbook_foldersel.h
12155         * src/addrindex.c
12156         * src/addrindex.h
12157         * src/matcher.c
12158         * src/matcher.h
12159         * src/matcher_parser_lex.l
12160         * src/matcher_parser_parse.y
12161         * src/prefs_common.c
12162         * src/prefs_common.h
12163         * src/prefs_filtering.c
12164         * src/prefs_matcher.c
12165         * src/prefs_matcher.h
12166         * src/summaryview.c
12167                 introduce filtering against the address book. It's now possible to add
12168                 matched conditions to determine if any email address in a message matches
12169                 or doesn't match any or all books or folders in the address book.
12170
12171 2006-07-31 [wwp]        2.4.0cvs2
12172
12173         * src/account.c
12174         * src/filtering.c
12175         * src/filtering.h
12176         * src/folder.c
12177         * src/folderview.c
12178         * src/inc.c
12179         * src/mainwindow.c
12180         * src/matcher.c
12181         * src/matcher_parser_lex.l
12182         * src/matcher_parser_parse.y
12183         * src/mbox.c
12184         * src/prefs_filtering.c
12185         * src/prefs_filtering.h
12186         * src/procmsg.c
12187         * src/procmsg.h
12188         * src/summaryview.c
12189                 introduce per-account filtering rules. Each filtering rule can now be assigned
12190                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12191                 when applying filtering rules manually, as all rules will apply - even the ones
12192                 assigned to an account. This issue will be addressed soon.
12193  
12194
12195
12196 2006-07-31 [wwp]        2.4.0cvs1
12197
12198         * src/quote_fmt.c
12199                 make more strings translatable.
12200
12201 2006-07-31 [paul]       2.4.0
12202
12203         2.4.0 released
12204
12205 2006-07-31 [paul]       2.3.1cvs91
12206
12207         * po/ca.po
12208                 updated by Miquel Oliete
12209
12210 2006-07-31 [paul]       2.3.1cvs90
12211
12212         * po/de.po
12213         * po/el.po
12214         * po/fr.po
12215         * po/it.po
12216         * po/pl.po
12217         * po/pt_BR.po
12218         * po/sr.po
12219         * po/zh_CN.po
12220                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12221                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12222                 Aleksandar Urosevic, and Ralgh Young
12223
12224 2006-07-31 [paul]       2.3.1cvs89
12225
12226         * src/account.c
12227         * src/main.c
12228         * src/mainwindow.c
12229         * src/mainwindow.h
12230                 Fix a race condition when, after an SC crash, rescanning
12231                 folders took more than 0.5 seconds
12232                 Thanks to Colin
12233
12234 2006-07-31 [paul]       2.3.1cvs88
12235
12236         * src/folderview.c
12237                 don't translate separator strings
12238
12239 2006-07-30 [mones]      2.3.1cvs87
12240
12241         * doc/man/sylpheed-claws.1
12242                 Fixed non-ASCII chars in Hoa's name
12243         * po/es.po
12244                 Updated for release
12245
12246 2006-07-27 [colin]      2.3.1cvs86
12247
12248         * src/textview.c
12249                 Don't include the leading \n in links
12250                 Patch by Fabien
12251
12252 2006-07-25 [colin]      2.3.1cvs85
12253
12254         * src/mainwindow.c
12255         * src/common/socket.h
12256         * src/etpan/imap-thread.c
12257                 Refresh resolvers before connecting
12258                 to IMAP servers, and after switching
12259                 to online. Thanks to Paul.
12260
12261 2006-07-18 [colin]
12262
12263         * 2.4.0-rc4 released
12264
12265 2006-07-17 [colin]      2.3.1cvs84
12266
12267         * src/inc.c
12268                 Show connection attempt in statusbar before
12269                 connecting (previously first message was
12270                 "Retrieving messages from ..." after the
12271                 connection succeeded.
12272
12273 2006-07-16 [wwp]        2.3.1cvs83
12274
12275         * sylpheed-claws.ico
12276                 Added .ico file (windows multi-size icon file, generated).
12277
12278 2006-07-12 [wwp]        2.3.1cvs82
12279
12280         * src/messageview.c
12281                 remove Message/Re-edit menu entry from messageview window,
12282                 as sent/draft/queued messages are opened in compose window when
12283                 re-edited and it's not possible to re-edit other msgs.
12284
12285 2006-07-12 [paul]       2.3.1cvs81
12286
12287         * AUTHORS
12288         * src/mainwindow.c
12289         * src/gtk/authors.h
12290                 check online state before resetting
12291                 mailcheck timer. Useful if some program
12292                 verifies connection state and updates
12293                 Claws.
12294                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12295
12296 2006-07-12 [paul]       2.3.1cvs80
12297
12298         * sylpheed-claws-128x128.png
12299         * sylpheed-claws-64x64.png
12300         * sylpheed-claws.png
12301         * src/Makefile.am
12302         * src/main.c
12303         * src/prefs_toolbar.c
12304         * src/stock_pixmap.c
12305         * src/stock_pixmap.h
12306         * src/wizard.c
12307         * src/gtk/about.c
12308         * src/gtk/gtkutils.c
12309         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12310         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12311         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12312         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12313         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12314         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12315                 updated and renamed logo/icon files and related
12316                 logo by Jesper Schultz
12317
12318 2006-07-11 [paul]       2.3.1cvs79
12319
12320         * src/main.c
12321                 fix the labels a smidgin
12322
12323 2006-07-09 [colin]      2.3.1cvs78
12324
12325         * src/textview.c
12326                 Show errors in textviewer's command
12327                 Patch by H. Merijn Brand
12328
12329 2006-07-09 [colin]      2.3.1cvs77
12330
12331         * src/compose.c
12332                 Save FMID in drafts too
12333
12334 2006-07-08 [colin]      2.3.1cvs76
12335
12336         * src/compose.c
12337                 Svae RMID in drafted mails too
12338                 Save quote_fmt vars for whole mails,
12339                 don't reset at each quote_fmt_init:
12340                 allows to use the same |i{var} in
12341                 various template fields
12342         * src/prefs_template.c
12343         * src/quote_fmt.h
12344         * src/quote_fmt_parse.y
12345                 Same
12346
12347 2006-07-08 [colin]      2.3.1cvs75
12348
12349         * src/textview.c
12350                 Fix highlighting of attached parts URIs
12351
12352 2006-07-08 [colin]      2.3.1cvs74
12353
12354         * src/main.c
12355                 Prevent bug #981 (sc 2.3.1 segfaults with 
12356                 gtk+ 2.10) from being reported again:
12357                 if Sylpheed-Claws has been compiled against
12358                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12359                 of if Sylpheed-Claws has been compiled against
12360                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12361                 error out.
12362
12363 2006-07-07 [colin]      2.3.1cvs73
12364
12365         * src/prefs_actions.c
12366                 Fix label
12367
12368 2006-07-07 [colin]      2.3.1cvs72
12369
12370         * src/prefs_actions.c
12371                 Fix compile on gtk < 2.8. argh :)
12372
12373 2006-07-07 [paul]       2.3.1cvs71
12374
12375         * src/common/defs.h
12376                 update DONATE_URI
12377
12378 2006-07-07 [colin]      2.3.1cvs70
12379
12380         * po/POTFILES.in
12381         * src/quote_fmt.c
12382         * src/quote_fmt_lex.l
12383         * src/quote_fmt_parse.y
12384                 Add |i{var}, a way to insert user-entered
12385                 text in a template
12386
12387 2006-07-07 [colin]
12388
12389         * 2.4.0-rc3 released
12390
12391 2006-07-07 [colin]      2.3.1cvs69
12392
12393         * src/folder.c
12394                 Don't consider inboxes of UNKNOWN folder 
12395                 classes to be useable as default inboxes
12396
12397 2006-07-07 [paul]       2.3.1cvs68
12398
12399         * src/textview.c
12400                 add missing #include <errno.h>
12401                 Thanks to René J. Blokland
12402
12403 2006-07-07 [paul]       2.3.1cvs67
12404
12405         * src/action.c
12406                 Return now Closes dialog
12407         * src/mimeview.c
12408         * src/mimeview.h
12409         * src/textview.c
12410                 add contextual menu to mime parts listed
12411                 in the textview
12412                 Thanks to Colin
12413         * src/common/utils.c
12414                 reversal: ' is a valid character in URLs
12415
12416 2006-07-06 [colin]      2.3.1cvs66
12417
12418         * src/remotefolder.h
12419                 Forgotten in previous commit
12420
12421 2006-07-06 [colin]      2.3.1cvs65
12422
12423         * src/folder.c
12424                 Set summary update flag whenever
12425                 totals changed
12426         * src/imap.c
12427         * src/prefs_account.c
12428         * src/common/utils.h
12429         * src/etpan/imap-thread.c
12430                 Fix warnings, thanks to Fabien and
12431                 Ricardo
12432
12433 2006-07-06 [wwp]        2.3.1cvs64
12434
12435         * src/gtk/gtkutils.c
12436                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12437
12438 2006-07-06 [wwp]        2.3.1cvs63
12439
12440         * src/account.c
12441         * src/addressbook.c
12442         * src/addressitem.h
12443         * src/folderview.c
12444         * src/mainwindow.c
12445         * src/manual.c
12446         * src/manual.h
12447         * src/message_search.c
12448         * src/prefs_actions.c
12449         * src/prefs_filtering.c
12450         * src/prefs_filtering.h
12451         * src/prefs_template.c
12452         * src/summary_search.c
12453         * src/summaryview.c
12454         * src/gtk/gtkutils.c
12455         * src/gtk/gtkutils.h
12456         * src/gtk/pluginwindow.c
12457                 add help buttons to some dialogs. Clicking such buttons opens a
12458                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12459
12460 2006-07-06 [paul]       2.3.1cvs62
12461
12462         * src/textview.c
12463                 fix attachments contextual menu
12464                 Thanks to Colin
12465
12466 2006-07-05 [colin]      2.3.1cvs61
12467
12468         * src/textview.c
12469         * src/compose.c
12470                 Handle sftp:// links
12471
12472 2006-07-05 [paul]       2.3.1cvs60
12473
12474         * src/gtk/filesel.c
12475                 grab save button by default
12476                 Thanks to Colin
12477
12478 2006-07-05 [wwp]        2.3.1cvs59
12479
12480         * manual/xml2pdf
12481                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12482
12483 2006-07-04 [colin]      2.3.1cvs58
12484
12485         * src/mimeview.c
12486         * src/textview.c
12487                 Use left click to select, middle click to open
12488                 on mimeparts links
12489         * src/common/utils.c
12490                 Fix segfault
12491
12492 2006-07-04 [colin]      2.3.1cvs57
12493
12494         * src/mainwindow.c
12495         * src/news.c
12496                 Warning fixes, thanks to Fabien
12497
12498 2006-07-04 [colin]      2.3.1cvs56
12499
12500         * src/mimeview.c
12501         * src/mimeview.h
12502         * src/textview.c
12503                 Allow parts to be selected via their text label
12504                 in textview
12505
12506 2006-07-04 [colin]      2.3.1cvs55
12507
12508         * src/folderview.c
12509                 Feedback when closing (for big folders)
12510         * src/prefs_actions.c
12511         * src/prefs_filtering.c
12512         * src/prefs_matcher.c
12513         * src/prefs_template.c
12514                 Fix default button when closing without
12515                 having saved
12516
12517 2006-07-04 [colin]      2.3.1cvs54
12518
12519         * src/news.c
12520                 Delete local file on deletion
12521
12522 2006-07-03 [colin]      2.3.1cvs53
12523
12524         * src/folderview.c
12525         * src/main.c
12526                 Don't freeze when rescanning after crash
12527
12528 2006-07-03 [wwp]        2.3.1cvs52
12529
12530         * src/compose.c
12531         * src/privacy.c
12532         * src/privacy.h
12533         * src/plugins/pgpinline/pgpinline.c
12534         * src/plugins/pgpmime/pgpmime.c
12535                 don't report an error when the user cancels the passphrase dialog.
12536
12537 2006-07-02 [colin]      2.3.1cvs51
12538
12539         * src/folderview.c
12540                 Open message when crossing folders with Space,
12541                 goto next unread and friends
12542
12543 2006-07-01 [colin]      2.3.1cvs50
12544
12545         * src/prefs_account.c
12546                 Typographic rules varying from language
12547                 to language (in french "Protocole :"),
12548                 we have to do that :)
12549
12550 2006-07-01 [ticho]      2.3.1cvs49
12551
12552         * src/prefs_account.c
12553                 Only use one temporary gchar* variable in
12554                 prefs_account_protocol_set_optmenu().
12555
12556 2006-07-01 [ticho]      2.3.1cvs48
12557
12558         * src/prefs_account.c
12559         * src/prefs_account.h
12560                 Use GtkLabel for existing account protocol name.
12561                 Created an array for protocol names and populate the
12562                 combobox from it in a for() cycle.
12563
12564 2006-06-30 [colin]      2.3.1cvs47
12565
12566         * src/compose.c
12567                 Block undo when changing signature (by changing
12568                 account)
12569
12570 2006-06-30 [paul]       2.3.1cvs46
12571
12572         * src/send_message.c
12573                 when editing From in the Compose window, use that address
12574                 in the Return-Path: header
12575                 Thanks to Colin
12576
12577 2006-06-30 [colin]      2.3.1cvs45
12578
12579         * src/compose.c
12580                 Fix signature replacement:
12581                 - when no newline before separator
12582                 - when reediting
12583
12584 2006-06-29 [colin]      2.3.1cvs44
12585
12586         * src/folderview.c
12587         * src/folderview.h
12588         * src/mainwindow.c
12589         * src/summaryview.c
12590                 Let 'View/Go to/Next marked' work like
12591                 Next new & Next unread: across folders
12592                 Change the select_on_entry pref to do
12593                 what we want when changing folder
12594         * src/common/utils.c
12595                 Fix single-quoted links 
12596
12597 2006-06-29 [colin]      2.3.1cvs43
12598
12599         * src/gtk/gtkaspell.c
12600                 "Sylpheed" and "Sylpheed-Claws" do exist !
12601
12602 2006-06-29 [colin]      2.3.1cvs42
12603
12604         * src/imap.c
12605                 Forgot to remove debug
12606
12607 2006-06-29 [colin]      2.3.1cvs41
12608
12609         * src/imap.c
12610         * src/imap.h
12611         * src/mainwindow.c
12612                 Disconnect from IMAP servers when going
12613                 offline. Fixes bug #978 (going to offline-mode 
12614                 won't close connections)
12615
12616 2006-06-29 [colin]      2.3.1cvs40
12617
12618         * src/main.c
12619                 Fix transient setting on failing plugins
12620                 Patch by Fabien
12621         * src/plugins/pgpcore/sgpgme.c
12622                 Only warn for OpenPGP. Most people don't
12623                 have CMS available.
12624
12625 2006-06-29 [colin]      2.3.1cvs39
12626
12627         * src/compose.c
12628                 Fix Spelling menu (discrepancy between context menu
12629                 and top menu when folder's dictionary isn't the 
12630                 default one)
12631         * src/plugins/pgpcore/sgpgme.c
12632                 More error reporting about why gpgme can fail
12633
12634 2006-06-29 [wwp]        2.3.1cvs38
12635
12636         * src/mainwindow.c
12637                 honor the display-header-pane setting even when the message view
12638                 is a separate window.
12639
12640 2006-06-29 [wwp]        2.3.1cvs37
12641
12642         * src/prefs_actions.c
12643                 forgot to commit that one (use of GTK_STOCK_INFO).
12644
12645 2006-06-29 [colin]      2.3.1cvs36
12646
12647         * src/imap.c
12648                 Better handling of login errors (ask the password
12649                 again once), alert in case of error. Fix three
12650                 signedness warnings.
12651
12652 2006-06-28 [wwp]        2.3.1cvs35
12653
12654         * src/prefs_template.c
12655         * src/prefs_matcher.c
12656         * src/prefs_filtering_action.c
12657         * src/prefs_quote.c
12658                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12659                 patch by Fabien Vantard, slightly modified.
12660
12661 2006-06-28 [paul]
12662
12663         2.4.0-rc2 released
12664
12665 2006-06-28 [colin]      2.3.1cvs34
12666
12667         * src/prefs_account.c
12668                 Fix bug #977 (Can't add or edit imap accounts)
12669
12670 2006-06-28 [colin]      2.3.1cvs33
12671
12672         * src/mimeview.c
12673                 Fix previous
12674
12675 2006-06-28 [colin]      2.3.1cvs32
12676
12677         * src/mimeview.c
12678                 Save named inlined attachments with "Save all"
12679         * src/main.c
12680         * src/mbox.c
12681         * src/common/plugin.c
12682         * src/common/plugin.h
12683         * src/common/sylpheed.c
12684         * src/common/utils.c
12685         * src/plugins/pgpcore/sylpheed.def
12686         * src/plugins/pgpinline/sylpheed.def
12687         * src/plugins/pgpmime/sylpheed.def
12688                 Win32 compatibility patch, by
12689                 Werner Koch
12690
12691 2006-06-28 [wwp]        2.3.1cvs31
12692
12693         * src/imap.c
12694         * src/prefs_folder_item.c
12695                 less compilation warnings (thanks to Fabien Vantard), less typos.
12696
12697 2006-06-28 [paul]       2.3.1cvs30
12698
12699         * src/gtk/gtkutils.c
12700                 gtk_combo_box_set_focus_on_click() is only
12701                 available since gtk 2.6.0
12702
12703 2006-06-28 [paul]       2.3.1cvs29
12704
12705         * src/prefs_ext_prog.c
12706                 fix engrish and add a tooltip for the
12707                 'command for 'Display as text' option
12708
12709 2006-06-28 [paul]
12710
12711         2.4.0-rc1 released
12712
12713 2006-06-28 [paul]       2.3.1cvs28
12714
12715         * ChangeLog
12716         * tools/Makefile.am
12717                 include textviewer.pl in releases
12718
12719 2006-06-28 [paul]       2.3.1cvs27
12720
12721         * src/prefs_ext_prog.c
12722                 hide Print command option if libgnomeprint
12723                 support is present
12724
12725 2006-06-27 [colin]      2.3.1cvs26
12726
12727         * src/compose.c
12728                 Fix Esc handling in insert/attach dialog
12729                 Don't show this dialog if dragging something
12730                 else than text/uri-list
12731                 Thanks to Fabien Vantard
12732         * tools/textviewer.pl
12733                 Filter script to display stuff as text
12734                 by H. Merijn Brand
12735
12736 2006-06-27 [wwp]        2.3.1cvs25
12737
12738         * src/messageview.c
12739                 use the exact product name (message view title), patch
12740                 by Fabien Vantard.
12741
12742 2006-06-27 [ticho]      2.3.1cvs24
12743
12744         * src/prefs_account.c
12745         * src/prefs_common.c
12746         * src/prefs_common.h
12747         * src/prefs_ext_prog.c
12748         * src/textview.c
12749                 Add a preference (Preferences/External programs)
12750                 to allow "Display as text" to be done via a script
12751                 (patch by H.Merijn Brand).
12752                 Use GtkComboBox for protocol selection in account
12753                 preferences.
12754                 Only include current choice for existing accounts, and
12755                 insensitivize the combobox.
12756
12757 2006-06-27 [paul]       2.3.1cvs23
12758
12759         * src/mbox.c
12760                 fix crasher introduced in cvs21.
12761                 Thanks to Colin
12762
12763 2006-06-26 [colin]      2.3.1cvs22
12764
12765         * src/mbox.c
12766                 Fix double-frees when leaving folders
12767                 after exporting to mbox
12768
12769 2006-06-26 [colin]      2.3.1cvs21
12770
12771         * src/mbox.c
12772                 More feedback (and optimisation)
12773                 on import/export
12774         * src/common/utils.c
12775                 Fix case when looking for mail addresses
12776         * src/gtk/gtkutils.c
12777                 Extra check for (X-)Face
12778
12779 2006-06-25 [ticho]      2.3.1cvs20
12780
12781         * src/compose.c
12782         * src/exphtmldlg.c
12783         * src/gtk/gtkutils.c
12784         * src/gtk/gtkutils.h
12785                 Added second argument to gtkut_sc_combobox_create() to
12786                 control focus-on-click for the widget.
12787                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12788
12789 2006-06-25 [ticho]      2.3.1cvs19
12790
12791         * src/compose.c
12792         * src/gtk/Makefile.am
12793         * src/gtk/combobox.c
12794         * src/gtk/combobox.h
12795         * src/gtk/gtkutils.c
12796         * src/gtk/gtkutils.h
12797                 Use GtkComboBox instead of deprecated GtkOptionMenu
12798                 for account selector in compose window and for encoding
12799                 selector in attachment properties.
12800                 Also factorise working with the new GtkComboBox somewhat.
12801
12802 2006-06-24 [paul]       2.3.1cvs18
12803
12804         * src/prefs_common.c
12805                 use the correct default value
12806
12807 2006-06-24 [paul]       2.3.1cvs17
12808
12809         * src/compose.c
12810         * src/prefs_common.c
12811         * src/prefs_common.h
12812         * src/prefs_compose_writing.c
12813                 enable setting of default action when
12814                 dnd'ing files in the compose window.
12815                 (Collaborative effort with wwp)
12816
12817 2006-06-23 [wwp]        2.3.1cvs16
12818
12819         * src/compose.c
12820                 i18n fix (thanks to Fabien Vantard)
12821
12822 2006-06-22 [colin]      2.3.1cvs15
12823
12824         * src/prefs_customheader.c
12825                 Don't use filters in custom headers' file 
12826                 selector. Remember, extensions mean nothing :)
12827
12828 2006-06-22 [paul]       2.3.1cvs14
12829
12830         * configure.ac
12831                 allow setting of man directory location
12832
12833 2006-06-22 [colin]      2.3.1cvs13
12834
12835         * src/mainwindow.c
12836                 Add 'View/Go to/Next unread folder'.
12837                 I missed that :)
12838
12839 2006-06-22 [colin]      2.3.1cvs12
12840
12841         * src/common/utils.c
12842                 Add some subject prefixes
12843                 Patch by Bjorn T Johansen <btj@havleik.no>
12844
12845 2006-06-22 [colin]      2.3.1cvs11
12846
12847         * manual/advanced.xml
12848                 Forgotten hidden pref
12849
12850 2006-06-21 [paul]       2.3.1cvs10
12851
12852         * src/prefs_account.c
12853                 complete the removal of 'Add date header' option
12854
12855 2006-06-21 [paul]       2.3.1cvs9
12856
12857         * src/account.c
12858         * src/compose.c
12859         * src/prefs_account.c
12860         * src/prefs_account.h
12861                 remove option to add date header - always
12862                 add date header
12863         * src/etpan/imap-thread.c
12864                 fix warnings (Thanks to Colin)
12865
12866 2006-06-21 [wwp]        2.3.1cvs8
12867
12868         * src/folder.c
12869                 set the attachment flag when inline text part are (file)named. This is more convenient
12870                 when receiving (for instance) inline source files or patches sent using thunderbird.
12871
12872 2006-06-21 [paul]       2.3.1cvs7
12873
12874         * src/inc.c
12875                 fix off-by-one count of current msg in
12876                 statusbar filtering progressbar
12877
12878 2006-06-21 [paul]       2.3.1cvs6
12879
12880         * src/folder.c
12881                 Show attachment icon even if the part is 'inline'
12882                 if the following conditions are met:
12883                 - content-type != 'text/plain'
12884                 - content-type != '*/pgp-signature'
12885                 - either 'name' or 'filename' parameter is not NULL
12886                 
12887                 Thanks to Colin
12888
12889 2006-06-21 [paul]       2.3.1cvs5
12890
12891         * src/messageview.c
12892         * src/prefs_common.c
12893         * src/prefs_common.h
12894         * src/prefs_other.c
12895                 add an option to 'Never send Return
12896                 Receipts'
12897                 Thanks to Colin
12898
12899 2006-06-20 [mones]      2.3.1cvs4
12900
12901         * po/es.po
12902                 updated
12903         * src/compose.c
12904                 typo fixed (space after comma)
12905         * tools/make.themes.project
12906                 remove exec mode from tarball files
12907
12908 2006-06-20 [colin]      2.3.1cvs3
12909
12910         * src/news.c
12911         * src/procheader.c
12912         * src/unmime.c
12913                 Better fix for \n's in headers (don't 
12914                 break Received: and others)
12915
12916 2006-06-20 [paul]       2.3.1cvs2
12917
12918         * src/alertpanel.c
12919         * src/textview.c
12920                 improve legibility of phishing attempt
12921                 dialog
12922
12923 2006-06-20 [paul]       2.3.1cvs1
12924
12925         * NEWS
12926         * README
12927         * configure.ac
12928                 Update version number following
12929                 stable release
12930
12931 2006-06-20 [colin]      2.3.0cvs26
12932
12933         * src/compose.c
12934                 When dragging a file to the text of the compose
12935                 window, ask whether we want to insert or attach
12936                 (I know lots of people who do that to attach)
12937
12938 2006-06-20 [colin]      2.3.0cvs25
12939
12940         * src/etpan/imap-thread.c
12941                 Fix threshold (the append command is often > 32 bytes)
12942
12943 2006-06-19 [colin]      2.3.0cvs24
12944
12945         * src/imap.c
12946         * src/etpan/imap-thread.c
12947                 Workaround Rockliffe IMAP server bug: replace
12948                 "x UID SEARCH (ANSWERED UID 1:*)" with
12949                 "x UID SEARCH ANSWERED"
12950                 (Rockliffe doesn't handle the parenthesis)
12951
12952 2006-06-19 [colin]      2.3.0cvs23
12953
12954         * src/compose.c
12955         * src/imap.c
12956         * src/etpan/imap-thread.c
12957                 Probably fix bug #972 (Freezes when adding 
12958                 an attachment to the message)
12959         * src/common/defs.h
12960                 Modernize Firefox cmd
12961
12962
12963 2006-06-18 [colin]      2.3.0cvs22
12964
12965         * src/prefs_customheader.c
12966                 Only allow correct filenames for various
12967                 custom headers
12968
12969 2006-06-18 [colin]      2.3.0cvs21
12970
12971         * src/prefs_customheader.c
12972                 Add a 'From File...' button in custom headers prefs, which
12973                 try to do the right thing: 
12974                 for normal headers, use file as plaintext,
12975                 for X-Face, calls compface,
12976                 for Face, encode to b64.
12977
12978 2006-06-17 [colin]      2.3.0cvs20
12979
12980         * src/mh.c
12981                 Warning fix
12982
12983 2006-06-16 [colin]      2.3.0cvs19
12984
12985         * src/summaryview.c
12986                 Recursive quicksearch: show message list
12987                 in current folder, *then* search children
12988                 in the background.
12989
12990 2006-06-16 [colin]      2.3.0cvs18
12991
12992         * src/main.c
12993                 Instead of ignoring SIGPIPE, save caches
12994                 when getting one. Will fix the fact that
12995                 hot caches are out-of-date when logging 
12996                 out of Xorg.
12997         * src/compose.c
12998         * src/prefs_compose_writing.c
12999                 Only save text (not attachments) when 
13000                 auto-saving to drafts
13001         * src/unmime.c
13002                 Always replace \n, \r and \t with spaces
13003                 in headers
13004         * manual/dist/html/Makefile.am
13005         * manual/dist/pdf/Makefile.am
13006         * manual/dist/ps/Makefile.am
13007         * manual/dist/txt/Makefile.am
13008         * manual/fr/dist/html/Makefile.am
13009         * manual/fr/dist/pdf/Makefile.am
13010         * manual/fr/dist/ps/Makefile.am
13011         * manual/fr/dist/txt/Makefile.am
13012         * manual/pl/dist/html/Makefile.am
13013         * manual/pl/dist/pdf/Makefile.am
13014         * manual/pl/dist/ps/Makefile.am
13015         * manual/pl/dist/txt/Makefile.am
13016                 Fix make clean removing pregenerated manuals
13017
13018
13019 2006-06-16 [colin]      2.3.0cvs17
13020
13021         * src/plugins/pgpcore/sgpgme.c
13022         * src/plugins/pgpmime/pgpmime.c
13023         * src/plugins/pgpinline/pgpinline.c
13024                 Better error reporting in setup_signers.
13025                 Don't fallback to default key if specified
13026                 key isn't found.
13027                 Don't allow signing if more than one secret
13028                 key matches the one specified in prefs.
13029
13030 2006-06-15 [colin]      2.3.0cvs16
13031
13032         * src/folderview.c
13033                 Add "Send queue" in the folder's contextual
13034                 menu
13035         * src/compose.c
13036         * src/messageview.c
13037         * src/privacy.c
13038         * src/privacy.h
13039         * src/procmime.c
13040         * src/procmsg.c
13041         * src/plugins/pgpcore/passphrase.c
13042         * src/plugins/pgpcore/sgpgme.c
13043         * src/plugins/pgpinline/pgpinline.c
13044         * src/plugins/pgpmime/pgpmime.c
13045                 Better error reporting
13046         * src/mbox.c
13047                 Probably fix bug #971 (2.2.3 cannot read mail 
13048                 from local mbox)
13049
13050
13051 2006-06-15 [mones]      2.3.0cvs15
13052
13053         * tools/make.themes.project
13054                 creates the themes project from the web page
13055
13056 2006-06-15 [colin]      2.3.0cvs14
13057
13058         * src/folder.c
13059                 Better fix (avoid losing the folder if scan_tree 
13060                 fails)
13061
13062 2006-06-15 [cleroy]     2.3.0cvs13
13063
13064         * src/folder.c
13065                 Probably fix Bug #969 (crash on rebuilding 
13066                 imap folder)
13067
13068 2006-06-14 [colin]      2.3.0cvs12
13069
13070         * manual/dtd/manual.xsl
13071         * manual/sylpheed-claws-manual.xml
13072         * manual/fr/sylpheed-claws-manual.xml
13073         * manual/pl/sylpheed-claws-manual.xml
13074                 Insert pagebreaks between sections
13075
13076 2006-06-14 [paul]       2.3.0cvs11
13077
13078         * configure.ac
13079                 better fix than 2.3.0cvs10
13080
13081 2006-06-14 [paul]       2.3.0cvs10
13082
13083         * configure.ac
13084                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13085                 (backwards compatible)
13086
13087 2006-06-13 [colin]      2.3.0cvs9
13088
13089         * src/messageview.c
13090                 Fix sending of return receipt with the new queue folders
13091
13092 2006-06-13 [wwp]        2.3.0cvs8
13093
13094         * src/quote_fmt_lex.l
13095                 fix wrong tokens returned in quote_fmt lexer, query not().
13096
13097 2006-06-13 [wwp]        2.3.0cvs7
13098
13099         * src/folder.c
13100         * src/prefs_folder_item.c
13101                 allow changing folder type even when folder is not a top-level one,
13102                 thanks to Colin.
13103
13104 2006-06-12 [colin]      2.3.0cvs6
13105
13106         * src/folderview.c
13107                 Fix double-ask of "Do you want to mark all
13108                 as read"
13109
13110 2006-06-12 [colin]      2.3.0cvs5
13111
13112         * src/compose.c
13113         * src/compose.h
13114         * src/folder.c
13115         * src/folder.h
13116         * src/imap.c
13117         * src/inc.c
13118         * src/main.c
13119         * src/messageview.c
13120         * src/mh.c
13121         * src/prefs_folder_item.c
13122         * src/procheader.c
13123         * src/procmime.c
13124         * src/procmsg.c
13125         * src/procmsg.h
13126         * src/send_message.c
13127         * src/summaryview.c
13128         * src/toolbar.c
13129                 Apply bug #964's patch (Queue and drafts aren't normal)
13130                 The Drafts and Queue folder now contain RFC-822 files,
13131                 allowing to move and copy mails from and to these 
13132                 folders. Moving from Drafts to Queue will prepare the
13133                 mail for sending (PGP signature, encryption, etc).
13134                 This patch also rework sending errors handling to try
13135                 to be more helpful.
13136                 Also, allow redefining folder types via the GUI 
13137                 (Folder type in its Properties)
13138
13139 2006-06-12 [colin]      2.3.0cvs4
13140
13141         * src/summaryview.c
13142         * src/prefs_common.c
13143         * src/prefs_common.h
13144         * src/gedit-print.c
13145                 Allow to define a specific print font - patch
13146                 by Bernhard Walle <bernhard.walle@gmx.de>
13147         * src/prefs_fonts.c
13148         * manual/advanced.xml
13149         * manual/fr/advanced.xml
13150                 Add a hidden pref to allow deletion without
13151                 confirmation
13152
13153 2006-06-12 [wwp]        2.3.0cvs3
13154
13155         * .cvsignore
13156                 more files to ignore.
13157
13158 2006-06-12 [wwp]        2.3.0cvs2
13159
13160         * src/quote_fmt.c
13161         * src/quote_fmt_lex.l
13162         * src/quote_fmt_parse.y
13163                 extend the quote_fmt parser (templates and quotes):
13164                 - allow limited sub-expressions in |p{} and |f{} expressions,
13165                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13166                 - implemented/fixed missing implementation of query_references and show_references,
13167                 - completed, fixed contents and format of the symbols help dialog,
13168                 - fix some compilation warnings.
13169
13170 2006-06-12 [wwp]        2.3.0cvs1
13171
13172         * manual/advanced.xml
13173         * manual/fr/advanced.xml
13174                 updates in the "templates" section of the manual (eng/fr):
13175                  - be more precise (both versions)
13176                  - completed to match the english reference (fr version)
13177                  - touchups (both versions)
13178
13179 2006-06-12 [paul]       2.3.0
13180
13181         2.3.0 released
13182
13183 2006-06-12 [paul]       2.2.3cvs14
13184
13185         * po/ca.po
13186         * po/cs.po
13187         * po/de.po
13188         * po/el.po
13189         * po/fr.po
13190         * po/it.po
13191         * po/pt_BR.po
13192         * po/sr.po
13193         * po/zh_CN.po
13194                 updated by Miquel Oliete, Tim, Stephan Sachse,
13195                 Stavros Giannouris, Fabien Vantard, Andrea
13196                 Spadaccini, Frederico Goncalves Guimaraes,
13197                 Aleksandar Urosevic, and Ralgh Young
13198
13199 2006-06-12 [colin]      2.2.3cvs13
13200
13201         * src/mbox.c
13202                 Add missing header
13203
13204 2006-06-11 [colin]      2.2.3cvs12
13205
13206         * src/msgcache.c
13207                 Verify that g_malloc() succeeded
13208
13209 2006-06-11 [colin]      2.2.3cvs11
13210
13211         * src/wizard.c
13212                 Add Face header to welcome mail
13213
13214 2006-06-10 [colin]      2.2.3cvs10
13215
13216         * src/textview.c
13217                 Revert previous (Forgot it changes the
13218                 margin on the whole mail)
13219
13220 2006-06-10 [colin]      2.2.3cvs9
13221
13222         * src/textview.c
13223                 Don't overlap long headers under (X-)Face
13224
13225 2006-06-10 [mones]      2.2.3cvs8
13226
13227         * manual/xml2pdf
13228                 allow generation of manual on systems lacking saxon binary
13229                 but with java and the saxon library installed
13230
13231         * po/es.po
13232                 updated for release
13233
13234 2006-06-09 [colin]      2.2.3cvs7
13235
13236         * src/summaryview.c
13237                 Fix leak when using Display Sender using Addressbook
13238
13239 2006-06-09 [colin]      2.2.3cvs6
13240
13241         * src/compose.c
13242         * src/folder.c
13243         * src/folderview.c
13244         * src/mimeview.c
13245         * src/summaryview.c
13246                 More leaks fixes
13247
13248 2006-06-09 [paul]       2.2.3cvs5
13249
13250         * AUTHORS
13251         * src/gtk/authors.h
13252         * tools/claws.i18n.status.pl
13253                 updated with new info
13254
13255 2006-06-09 [paul]       2.2.3cvs4
13256
13257         * README
13258                 updated
13259         * manual/ack.xml
13260                 add wwp to authors list
13261         * src/gtk/authors.h
13262                 update mine and Colin's addresses
13263
13264 2006-06-08 [colin]      2.2.3cvs3
13265
13266         * src/etpan/imap-thread.c
13267                 Fix leak on SSL cert check
13268
13269 2006-06-08 [colin]      2.2.3cvs2
13270
13271         * src/common/utils.c
13272                 Fix leak
13273
13274 2006-06-08 [paul]       2.2.3cvs1
13275
13276         * configure.ac
13277                 Update version number following
13278                 stable release
13279
13280 2006-06-07 [colin]      2.2.2cvs3
13281
13282         * src/msgcache.c
13283                 Fix catching cache read errors (guint instead of gint)
13284                 Prevent malloc'ing more than 8MB (means cache corruption)
13285
13286 2006-06-07 [paul]       2.2.2cvs2
13287
13288         * src/exporthtml.c
13289         * src/exportldif.c
13290         * src/mh.c
13291         * src/mutt.c
13292         * src/pine.c
13293         * src/common/utils.c
13294                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13295                 obey $HOME'
13296                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13297                 Thanks to Colin
13298
13299 2006-06-06 [paul]       2.2.2cvs1
13300
13301         * configure.ac
13302                 Update version number following
13303                 stable release
13304
13305 2006-06-06 [paul]       2.2.1cvs6
13306
13307         * src/matcher.c
13308                 fix  implicit declaration of
13309                 sylpheed_do_idle()
13310                 Patch by Fabien Vantard
13311
13312 2006-06-06 [paul]       2.2.1cvs5
13313
13314         * src/matcher.c
13315                 fix age_greater and age_lower so that they
13316                 mean what say and not '...or equal to'
13317                 Thanks to Colin
13318
13319 2006-06-06 [paul]       2.2.1cvs4
13320
13321         * src/textview.c
13322         * src/common/utils.c
13323                 fix URI check
13324                 Thanks to Colin
13325
13326 2006-06-05 [wwp]        2.2.1cvs3
13327
13328         * manual/fr/account.xml
13329                 minor language fixes (thanks to Fabien Vantard).
13330
13331 2006-06-05 [colin]      2.2.1cvs2
13332
13333         * src/prefs_folder_item.c
13334         * src/folderview.c
13335                 Allow recursive setting of properties 
13336                 for whole mailboxes
13337         * src/matcher.c
13338                 Don't freeze on 'test' filtering rule
13339
13340 2006-06-05 [colin]      2.2.1cvs1
13341
13342         * configure.ac
13343                 Update version number following
13344                 stable release
13345
13346 2006-06-04 [wwp]        2.2.0cvs82
13347
13348         * manual/glossary.xml
13349         * manual/account.xml
13350         * manual/fr/glossary.xml
13351         * manual/fr/account.xml
13352                 added glossary section and references/links related to the Face custom header.
13353
13354 2006-06-04 [colin]      2.2.0cvs81
13355
13356         * src/summaryview.c
13357                 Skip to next message on move with no
13358                 immediate execution
13359
13360 2006-06-04 [wwp]        2.2.0cvs80
13361
13362         * manual/xml2pdf
13363                 added sanity checks, exit when needed.
13364
13365 2006-06-03 [paul]       2.2.0cvs79
13366
13367         * src/prefs_receive.c
13368                 page name is now 'Receiving'
13369         * src/prefs_send.c
13370                 page name is now 'Sending'
13371
13372 2006-06-03 [colin]      2.2.0cvs78
13373
13374         * src/plugins/spamassassin/spamassassin_gtk.c
13375                 Autoswitch to Localhost if transport was previously
13376                 disabled. Else people had to check [] Enable, then
13377                 *reselect* transport.
13378
13379 2006-06-03 [colin]      2.2.0cvs77
13380
13381         * src/plugins/pgpinline/pgpinline.c
13382         * src/plugins/pgpmime/pgpmime.c
13383                 Check that gpg_data_release_and_get_mem 
13384                 didn't fail (now, why this happens...)
13385
13386 2006-06-03 [colin]      2.2.0cvs76
13387
13388         * src/mbox.c
13389                 Fix bug #962 (Manual and/or UI should 
13390                 warn about incompatible locking 
13391                 causing dataloss)
13392
13393 2006-06-02 [cleroy]     2.2.0cvs75
13394
13395         * src/filtering.c
13396         * src/folder.c
13397         * src/procmsg.c
13398         * src/summaryview.c
13399                 Fix a few leaks
13400
13401 2006-06-02 [colin]      2.2.0cvs74
13402
13403         * src/main.c
13404                 On exit, free caches after writing them
13405                 Shuts up some valgrind false positives
13406         * src/procmsg.c
13407         * src/send_message.c
13408                 Fix races when reusing existing SMTP connections
13409                 Fix inexistant session timeout
13410         * src/toolbar.c
13411                 Display alertpanel after all queues have
13412                 been processed, not after each
13413
13414 2006-06-02 [wwp]        2.2.0cvs73
13415
13416         * manual/fr/glossary.xml
13417         * manual/fr/ack.xml
13418         * manual/ack.xml
13419                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13420
13421 2006-06-02 [wwp]        2.2.0cvs72
13422
13423         * manual/xml2pdf
13424         * manual/dist/pdf/Makefile.am
13425         * manual/dtd/manual.xsl
13426         * manual/fr/dist/pdf/Makefile.am
13427         * manual/pl/dist/pdf/Makefile.am
13428                 we changed the procedure to generate the .pdf version of the manual.
13429                 The procedure is more modern and the .pdf we get now has a valid index.
13430                 Here are the new pre-requisites:
13431
13432                 - JRE 1.x (1.4 here): there must be one from your distro
13433                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13434                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13435                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13436
13437                 See my posts for further info about the installation of this toolchain:
13438
13439                 Date: Fri, 19 May 2006 19:40:06 +0200
13440                 From: wwp <subscript@free.fr>
13441                 To: sylpheed-claws-devel@lists.sourceforge.net
13442                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13443
13444                 and
13445
13446                 Date: Wed, 24 May 2006 12:58:49 +0200
13447                 From: wwp <subscript@free.fr>
13448                 To: sylpheed-claws-devel@lists.sourceforge.net
13449                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13450
13451 2006-06-01 [colin]      2.2.0cvs71
13452
13453         * src/compose.c
13454                 Better guards against IMAP races
13455         * src/main.c
13456         * src/prefs_common.c
13457         * src/prefs_common.h
13458         * src/common/ssl_certificate.c
13459         * src/etpan/imap-thread.c
13460         * src/etpan/imap-thread.h
13461         * src/gtk/sslcertwindow.c
13462                 New hidden option ssl_skip_cert_check to 
13463                 avoid dups of bug #959 (libetpan linked
13464                 against gnutls and gnutls buggy on 64bit)
13465                 Present expired warning only once per
13466                 session/server.
13467         * manual/advanced.xml
13468         * manual/fr/advanced.xml
13469                 Document new option
13470
13471 2006-06-01 [wwp]        2.2.0cvs70
13472
13473         * src/messageview.c
13474                 fix for bug #961 (return receipt dialog 
13475                 complains incorrectly about return-path 
13476                 email adress being different), thanks 
13477                 to Colin.
13478
13479 2006-05-31 [cleroy]     2.2.0cvs69
13480
13481         * src/common/ssl.c
13482                 Guard against NULLs, although this
13483                 should never be an issue
13484
13485 2006-05-31 [colin]      2.2.0cvs68
13486
13487         * src/filtering.c
13488                 Use g_slist_prepend
13489         * src/imap.c
13490                 Don't remove caches when destroying folder, it
13491                 could (should) be done at exit
13492         * src/inc.c
13493                 free processing cache after incorporation
13494         * src/etpan/imap-thread.c
13495                 Maybe fix bug #959 (Crash on moving to emails 
13496                 to a imap account per ssl with a expired 
13497                 certificate.)
13498
13499 2006-05-30 [colin]      2.2.0cvs67
13500
13501         * src/summaryview.c
13502                 Put back event flush when displaying message
13503                 It avoids reading a bunch of messages just
13504                 by hitting shift-n for too long ;)
13505
13506 2006-05-29 [colin]      2.2.0cvs66
13507
13508         * src/summaryview.c
13509                 Remove useless g_warnings
13510
13511 2006-05-29 [colin]      2.2.0cvs65
13512
13513         * src/imap.c
13514                 Fix g_slist_append()s for performance
13515
13516 2006-05-29 [colin]      2.2.0cvs64
13517
13518         * src/compose.c
13519         * src/common/utils.c
13520                 Fix extraneous tab at start of addresses
13521         * src/mainwindow.c
13522                 Fix warnings (thanks to Fabien)
13523                 Fix crash at exit when composing messages 
13524                 exist
13525         * src/pop.c
13526                 Fix progress bar when deleting expired mails
13527                 Thanks to Hiro
13528         * src/summaryview.c
13529         * src/gtk/gtksctree.c
13530                 Fix re-sorting slowness
13531
13532 2006-05-29 [paul]       2.2.0cvs63
13533
13534         * src/mh.c
13535                 fetch full message when moving mails
13536                 from another mailbox, (fixed data loss
13537                 when filtering from IMAP to MH, introduced
13538                 in 2.2.0cvs57).
13539                 Thanks to Colin
13540
13541 2006-05-29 [mones]      2.2.0cvs62
13542
13543         * src/gtk/gtksctree.c
13544                 Unselect faster (patch by Colin)        
13545
13546 2006-05-26 [colin]      2.2.0cvs61
13547
13548         * src/summaryview.c
13549                 Unplug MSGINFO_UPDATE callback on delete too.
13550
13551 2006-05-26 [colin]      2.2.0cvs60
13552
13553         * src/foldersel.c
13554                 Fix bold in folder selection window with glib2.10
13555                 thanks Hiro
13556
13557 2006-05-26 [colin]      2.2.0cvs59
13558
13559         * src/procheader.c
13560                 Convert date only if necessary (and don't
13561                 try to convert from utf8 to utf8, too)
13562         * src/summaryview.c
13563                 Only set column's text if the column's 
13564                 displayed
13565
13566 2006-05-26 [colin]      2.2.0cvs58
13567
13568         * src/summaryview.c
13569         * src/gtk/gtkutils.c
13570                 Fix useless warning
13571
13572 2006-05-26 [colin]      2.2.0cvs57
13573
13574         * src/mainwindow.c
13575                 Make summaryview selectable as long as 
13576                 no message has focus
13577         * src/mh.c
13578                 Faster deletion (by implementing mh_remove_msgs)
13579                 Faster copy (avoid using mh_fetch_msg just to get
13580                 the filename)
13581                 Faster move (using move_file instead of copy_file
13582                 if MSG_IS_MOVE)
13583                 No progressbar if total number of mails to cp/mv 
13584                 is less than 100
13585         * src/summaryview.c
13586                 Fix removal from subject_table when mail gets moved
13587                 Faster deletion (g_slist_prepend instead of append)
13588         * src/gtk/gtksctree.c
13589                 Remove useless code
13590
13591 2006-05-25 [colin]      2.2.0cvs56
13592
13593         * src/common/ssl_certificate.c
13594                 Fix leak in expired cert check
13595
13596 2006-05-25 [colin]      2.2.0cvs55
13597
13598         * src/mh.c
13599                 Disable flags syncing on .mh_sequences - it
13600                 is buggy and marks mails read under unknown
13601                 conditions.
13602
13603 2006-05-25 [paul]
13604
13605         * 2.3.0-rc4 released
13606
13607 2006-05-24 [colin]      2.2.0cvs54
13608
13609         attention cvs users: if you manage to crash
13610         Sylpheed-Claws while moving, copying or deleting
13611         mails, we *are* interested in stack traces and
13612         valgrind logs. It looks stable, but one never
13613         knows...
13614
13615         * src/folder.c
13616                 Add progressbar for cache updates
13617         * src/folderutils.c
13618                 Optimize Mark all read in the current
13619                 folder
13620         * src/mh.c
13621                 Add progressbar for copy/move
13622         * src/procmsg.c
13623                 Optimize O(n^2) in copy/move
13624         * src/summaryview.c
13625         * src/gtk/gtksctree.c
13626                 Optimize O(n^2) algos
13627         * src/common/timing.h
13628                 Display ms instead of us
13629
13630 2006-05-24 [wwp]        2.2.0cvs53
13631
13632         * manual/fr/advanced.xml
13633                 updates to the French manual.
13634
13635 2006-05-24 [wwp]        2.2.0cvs52
13636
13637         * src/common/utils.c
13638                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13639
13640 2006-05-24 [wwp]        2.2.0cvs51
13641
13642         * src/folderutils.c
13643                 fixed "mark all read" in MH folders (thanks to Colin).
13644
13645 2006-05-24 [paul]       2.2.0cvs50
13646
13647         * doc/man/sylpheed-claws.1
13648                 updated the man page
13649
13650 2006-05-23 [colin]      2.2.0cvs49
13651
13652         * src/folderview.c
13653         * src/imap.c
13654         * src/inc.c
13655         * src/mbox.c
13656         * src/messageview.c
13657         * src/news.c
13658         * src/send_message.c
13659         * src/summaryview.c
13660         * src/gtk/sslcertwindow.c
13661                 alertpanel fixes, by Fabien
13662
13663 2006-05-23 [colin]      2.2.0cvs48
13664
13665         * src/folder.c
13666         * src/folderview.c
13667         * src/msgcache.c
13668         * src/summaryview.c
13669         * src/gtk/gtksctree.c
13670         * src/gtk/gtksctree.h
13671                 More timings
13672                 Fix slow loading problem, which was caused by the
13673                 use of some gtk_ctree funcs and their use of
13674                 g_list_position while gtk_ctree_(un)link'ing.
13675                 Reap more functions from gtkctree.c to be sure we
13676                 use our (fast) version instead of theirs.
13677         * src/mh.c
13678                 Fix copy of unread mails
13679
13680
13681 2006-05-22 [wwp]        2.2.0cvs47
13682
13683         * manual/fr/advanced.xml
13684                 updated.
13685
13686 2006-05-22 [colin]      2.2.0cvs46
13687
13688         * src/filtering.c
13689                 Fix possible infinite loop. 'copy' is not a 
13690                 final action, so when encountering a 'copy',
13691                 we have to check if a previous one was set
13692                 and do it. In the same way, if we encounter
13693                 a 'move' we have to perform a possibly 
13694                 pending 'copy'. This will slow down filtering
13695                 on IMAP if move+copy or multiple copy actions
13696                 are to be done, but handling it via the batch
13697                 would be really too convoluted.
13698
13699 2006-05-22 [wwp]        2.2.0cvs45
13700
13701         * manual/fr/advanced.xml
13702         * manual/fr/faq.xml
13703         * manual/fr/glossary.xml
13704         * manual/fr/handling.xml
13705         * manual/fr/intro.xml
13706         * manual/fr/plugins.xml
13707         * manual/fr/sylpheed-claws-manual.xml
13708                 sync w/ the english manual: updates URIs, documented mailing-list
13709                 support, better explanation about the enabled/disabled feature
13710                 in filtering/processing rules by Paul.
13711
13712 2006-05-21 [colin]      2.2.0cvs44
13713
13714         * src/summaryview.c
13715                 Don't expand after building threads, but during
13716
13717 2006-05-21 [colin]      2.2.0cvs43
13718
13719         * src/procmsg.c
13720         * src/summaryview.c
13721                 More timing possibilities... For next time I have 
13722                 to find out how the hell some 3GHz computer takes
13723                 one minute to open a 30k folder...
13724
13725 2006-05-21 [colin]      2.2.0cvs42
13726
13727         * manual/pl/advanced.xml
13728         * manual/pl/faq.xml
13729         * manual/pl/glossary.xml
13730         * manual/pl/handling.xml
13731         * manual/pl/intro.xml
13732         * manual/pl/plugins.xml
13733         * manual/pl/sylpheed-claws-manual.xml
13734                 Polish manual updated by Pawel
13735
13736 2006-05-20 [colin]
13737
13738         * 2.3.0-rc3 released
13739
13740 2006-05-20 [colin]      2.2.0cvs41
13741
13742         * src/imap.c
13743                 Fix -rc2 problems:
13744                 - remove cache of moved messages from original folder
13745                 - apply new flags to messages even if they aren't appliable
13746                   via IMAP.
13747
13748 2006-05-20 [colin]
13749
13750         * 2.3.0-rc2 released
13751
13752 2006-05-19 [colin]      2.2.0cvs40
13753
13754         * src/imap.c
13755                 Don't issue SELECT in imap_change_flags
13756                 before having checked that we indeed have
13757                 some flags to change. MSG_POSTFILTERED for
13758                 example can't be used on IMAP.
13759                 Fixes bug #955 (copying messages between 
13760                 imap folders is extremely slow), which was
13761                 a regression.
13762
13763 2006-05-19 [colin]      2.2.0cvs39
13764
13765         * src/folder.c
13766         * src/folder.h
13767         * src/folderview.c
13768                 Try to fix bug #830 (Some unread messages 
13769                 get marked read in IMAP inbox):
13770                 - Prevent scanning a folder if it's being 
13771                   opened via the GUI
13772                 - Postpone opening via the GUI of a folder
13773                   currently scanned.
13774
13775
13776 2006-05-19 [wwp]        2.2.0cvs38
13777
13778         * manual/advanced.xml
13779                 fix English+typo (thanks to Paul).
13780
13781 2006-05-19 [wwp]        2.2.0cvs37
13782
13783         * manual/advanced.xml
13784         * manual/fr/advanced.xml
13785         * src/gtk/logwindow.c
13786         * src/prefs_common.c
13787         * src/prefs_common.h
13788                 added hidden prefs to allow customization of colors used in
13789                 protocol log window (useful for dark gtk+ themes).
13790
13791 2006-05-19 [wwp]        2.2.0cvs36
13792
13793         * ChangeLog
13794                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13795
13796 2006-05-19 [paul]       2.2.0cvs35
13797
13798         * src/textview.c
13799                 make Reply-To fully clickable
13800         * src/gtk/logwindow.c
13801                 more colouring (SMTP ESMTP)
13802         Both patches by Pawel Pekala
13803
13804 2006-05-19 [cleroy]     2.2.0cvs34
13805
13806         * src/mh.c
13807                 Don't update flags from current folder
13808                 Probably fixes bug #935 (Read Messages 
13809                 Revert to Being Marked as Unread)
13810
13811 2006-05-18 [colin]      2.2.0cvs33
13812
13813         * src/imap.c
13814                 Warning fix
13815         * src/compose.c
13816         * src/mainwindow.c
13817         * src/summaryview.c
13818         * src/toolbar.c
13819                 Allow replying to multiple emails
13820                 in multiple windows
13821         * src/mimeview.c
13822         * src/etpan/imap-thread.c
13823                 Leak fixes
13824
13825 2006-05-18 [paul]       2.2.0cvs32
13826
13827         * src/summaryview.c
13828                 keep Mailing-List menu refreshed
13829                 Thanks to Colin
13830
13831 2006-05-18 [paul]       2.2.0cvs31
13832
13833         * manual/advanced.xml
13834         * manual/faq.xml
13835         * manual/glossary.xml
13836         * manual/handling.xml
13837         * manual/intro.xml
13838         * manual/plugins.xml
13839         * manual/sylpheed-claws-manual.xml
13840                 update URLs
13841                 add info about mailing-list support
13842                 edit filtering info
13843         * src/wizard.c
13844         * src/common/defs.h
13845         * src/gtk/about.c
13846         * src/plugins/dillo_viewer/README
13847                 update URLs
13848
13849 2006-05-17 [wwp]        2.2.0cvs30
13850
13851         * manual/handling.xml
13852         * manual/fr/handling.xml
13853                 documented the ability to enabled/disable filtering/processing rules.
13854
13855 2006-05-17 [colin]      2.2.0cvs29
13856
13857         * src/main.c
13858                 Don't initialize g_thread subsystem if it's 
13859                 already done (thanks to Hiro)
13860         * src/mimeview.c
13861                 Fix saving of parts when there name can't be
13862                 converted from UTF-8.
13863
13864 2006-05-17 [paul]       2.2.0cvs28
13865
13866         * po/Makefile.in.in
13867                 fix config.status warning with autoconf 2.60
13868
13869 2006-05-17 [paul]       2.2.0cvs27
13870
13871         * po/POTFILES.in
13872                 add src/mbox.c
13873
13874 2006-05-17 [wwp]        2.2.0cvs26
13875
13876         * src/mainwindow.c
13877                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13878
13879 2006-05-17 [wwp]        2.2.0cvs25
13880
13881         * src/plugins/demo/demo.c
13882                 updated product name in plugin demo (many plugins need to be
13883                 sync'ed w/ that change).
13884
13885 2006-05-17 [colin]      2.2.0cvs24
13886
13887         * src/mh.c
13888                 Fix leak
13889
13890 2006-05-16 [colin]      2.2.0cvs23
13891
13892         * src/mainwindow.c
13893                 Stupid me hit again. Fix cvs22.
13894
13895 2006-05-16 [colin]      2.2.0cvs22
13896
13897         * src/mainwindow.c
13898                 Fix bug #922 (sylpheed-claws crashed after 
13899                 pushing on Inbox folder)
13900
13901 2006-05-16 [colin]      2.2.0cvs21
13902
13903         * src/compose.c
13904                 Make From header be copy/paste/select-able
13905
13906 2006-05-16 [wwp]        2.2.0cvs20
13907
13908         * src/export.c
13909         * src/matcher.c
13910         * src/summaryview.c
13911         * src/etpan/imap-thread.c
13912                 fix some compiler warnings (thanks to Colin).
13913
13914 2006-05-16 [wwp]        2.2.0cvs19
13915
13916         * src/action.c
13917         * src/gedit-print.c
13918         * src/inc.c
13919         * src/mainwindow.c
13920         * src/mh.c
13921         * src/statusbar.c
13922         * src/send_message.c
13923         * src/summaryview.c
13924                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13925
13926 2006-05-15 [colin]      2.2.0cvs18
13927
13928         * src/procmsg.c
13929                 Fix automatic rule creation with List-Post
13930
13931 2006-05-15 [paul]       2.2.0cvs17
13932
13933         * tools/filter_conv_new.pl
13934                 updated for rule enabling/disabling
13935                 claws version >= 2.3.x required
13936
13937 2006-05-15 [cleroy]     2.2.0cvs16
13938
13939         * src/main.c
13940                 Revert test
13941
13942 2006-05-15 [cleroy]     2.2.0cvs15
13943
13944         * src/main.c
13945                 test
13946
13947 2006-05-15 [wwp]        2.2.0cvs14
13948
13949         * manual/pl/.cvsignore
13950                 ignore generated files.
13951
13952 2006-05-14 [wwp]        2.3.0-rc1
13953
13954         * 2.3.0-rc1 released
13955
13956 2006-05-13 [wwp]        2.2.0cvs13
13957
13958         * src/filtering.c
13959         * src/filtering.h
13960         * src/matcher.c
13961         * src/matcher_parser_lex.l
13962         * src/matcher_parser_parse.y
13963         * src/prefs_filtering.c
13964                 new feature: provide the ability to disable filtering and processing
13965                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13966                 adaptations.
13967
13968 2006-05-13 [colin]      2.2.0cvs12
13969
13970         * src/compose.c
13971                 Remove useless if (a) b; else b;
13972                 Thanks to wwp
13973
13974 2006-05-13 [wwp]        2.2.0cvs11
13975
13976         * src/export.c
13977         * src/import.c
13978         * src/mainwindow.c
13979         * src/mbox.c
13980         * src/summaryview.c
13981         * src/summaryview.h
13982                 no more silent failures (or at least less ones) when importing
13983                 or exporting from/to mbox. Also start importing/exporting if
13984                 the necessary info is set.
13985
13986 2006-05-13 [wwp]        2.2.0cvs10
13987
13988         * RELEASE_NOTES
13989                 restored up-to-date release notes.
13990
13991 2006-05-13 [paul]       2.2.0cvs9
13992
13993         * po/nl.po
13994         * po/ru.po
13995                 updated by Tim Dijkstra and Pavlo Bohmat
13996
13997 2006-05-12 [colin]      2.2.0cvs8
13998
13999         * src/gtk/quicksearch.c
14000                 Add "k" as shortcut for "colorlabel". Patch
14001                 by ath42@users.sf.net.
14002
14003 2006-05-12 [paul]       2.2.0cvs7
14004
14005         * src/prefs_common.h
14006         * src/prefs_summaries.c
14007         * src/summaryview.c
14008                 when entering a folder also allow
14009                 going directly to first Marked message
14010
14011 2006-05-12 [paul]       2.2.0cvs6
14012
14013         * src/summaryview.c
14014                 always obey 'confirm before marking all
14015                 mails read' option
14016
14017 2006-05-12 [paul]       2.2.0cvs5
14018
14019         * src/textview.c
14020                 make Sender fully clickable
14021
14022 2006-05-12 [colin]      2.2.0cvs4
14023
14024         * src/compose.c
14025         * src/compose.h
14026                 Let From be editable
14027         * src/main.c
14028         * src/mh.c
14029                 Full support of .mh_sequences' Unseen seq
14030
14031 2006-05-12 [colin]      2.2.0cvs3
14032
14033         * src/folder.c
14034         * src/mainwindow.c
14035         * src/mainwindow.h
14036         * src/messageview.c
14037         * src/prefs_spelling.c
14038         * src/procheader.c
14039         * src/procmsg.c
14040         * src/procmsg.h
14041         * src/summaryview.c
14042         * src/toolbar.c
14043         * src/toolbar.h
14044                 Add contextual menu on Compose toolbar
14045                 button. Fixes bug #944 (Automatic
14046                 addresses not applied when changing account
14047                 from compose window)
14048                 add Mailing List support
14049                 based on the old 0.6.5claws25 patch by
14050                 Melvin Hadasht, with finishing touches
14051                 by Colin
14052                 Fix "ignore thread" when mails are threaded by
14053                 subject (and weren't ignored although appearing
14054                 in the thread).
14055                 GUI rework.
14056                 Both patches by Pawel.
14057
14058 2006-05-08 [paul]       2.2.0cvs2
14059
14060         * src/mainwindow.c
14061         * src/mainwindow.h
14062         * src/messageview.c
14063         * src/procheader.c
14064         * src/procmsg.c
14065         * src/procmsg.h
14066         * src/summaryview.c
14067                 add Mailing List support
14068                 based on the old 0.6.5claws25 patch by 
14069                 Melvin Hadasht, with finishing touches
14070                 by Colin
14071
14072 2006-05-08 [colin]      2.2.0cvs1
14073
14074         * src/mainwindow.c
14075         * src/toolbar.c
14076         * src/toolbar.h
14077                 Add contextual menu on Compose toolbar 
14078                 button. Fixes bug #944 (Automatic 
14079                 addresses not applied when changing account 
14080                 from compose window)
14081
14082 2006-05-08 [paul]       2.2.0
14083
14084         2.2.0 released
14085
14086 2006-05-08 [paul]       2.1.1cvs51
14087
14088         * po/cs.po
14089         * po/de.po
14090         * po/en_GB.po
14091         * po/fi.po
14092         * po/fr.po
14093         * po/pt_BR.po
14094         * po/sr.po
14095         * po/zh_CN.po
14096                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14097                 Fabien Vantard, Frederico Goncalves Guimaraes,
14098                 Aleksandar Urosevic, and Ralgh Young
14099
14100 2006-05-12 [colin]      2.1.1cvs50
14101
14102         * po/cs.po
14103         * po/de.po
14104         * po/en_GB.po
14105         * po/es.po
14106         * po/fi.po
14107         * po/fr.po
14108         * po/pt_BR.po
14109         * po/sr.po
14110         * po/zh_CN.po
14111                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14112                 Fabien Vantard, Frederico Goncalves Guimaraes,
14113                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14114
14115 2006-05-05 [colin]      2.1.1cvs49
14116
14117         * manual/Makefile.am
14118         * manual/pl/Makefile.am
14119         * manual/pl/account.xml
14120         * manual/pl/ack.xml
14121         * manual/pl/addrbook.xml
14122         * manual/pl/advanced.xml
14123         * manual/pl/faq.xml
14124         * manual/pl/glossary.xml
14125         * manual/pl/gpl.xml
14126         * manual/pl/handling.xml
14127         * manual/pl/intro.xml
14128         * manual/pl/keyboard.xml
14129         * manual/pl/plugins.xml
14130         * manual/pl/starting.xml
14131         * manual/pl/sylpheed-claws-manual.xml
14132         * manual/pl/dist/.cvsignore
14133         * manual/pl/dist/Makefile.am
14134         * manual/pl/dist/html/.cvsignore
14135         * manual/pl/dist/html/Makefile.am
14136         * manual/pl/dist/pdf/.cvsignore
14137         * manual/pl/dist/pdf/Makefile.am
14138         * manual/pl/dist/ps/.cvsignore
14139         * manual/pl/dist/ps/Makefile.am
14140         * manual/pl/dist/txt/.cvsignore
14141         * manual/pl/dist/txt/Makefile.am
14142                 Add the polish translation of the manual,
14143                 Authored by Pawel Pekala.
14144
14145 2006-05-05 [cleroy]     2.1.1cvs48
14146
14147         * src/main.c
14148                 Re-read matcherrc after loading plugins 
14149                 if some of them add folders.
14150
14151 2006-05-03 [colin]      2.1.1cvs47
14152
14153         * src/imap.c
14154                 I'm idiot
14155
14156 2006-05-03 [colin]      2.1.1cvs46
14157
14158         * src/imap.c
14159                 Be sure to have a session when
14160                 getting separator
14161
14162 2006-05-03 [colin]      2.1.1cvs45
14163
14164         * src/imap.c
14165         * src/imap.h
14166         * src/imap_gtk.c
14167                 Fix preventing renaming with namespace 
14168                 separator.
14169
14170 2006-05-01 [colin]      2.1.1cvs44
14171
14172         * src/action.c
14173                 Don't reload messageview when result of
14174                 action is piped.
14175
14176 2006-04-29 [colin]      2.1.1cvs43
14177
14178         * src/prefs_receive.c
14179         * src/plugins/spamassassin/spamassassin_gtk.c
14180         * src/plugins/clamav/clamav_plugin_gtk.c
14181                 GUI fixes by Pawel
14182
14183 2006-04-29 [colin]      2.1.1cvs42
14184
14185         * src/prefs_compose_writing.c
14186         * src/prefs_quote.c
14187                 Cleanups. Patch by Pawel
14188
14189 2006-04-28 [paul]       2.1.1cvs41
14190
14191         * src/matcher.c
14192                 fix returned quick search results when search
14193                 term contains an underscore.
14194                 Thanks to Colin
14195
14196 2006-04-28 [paul]       2.1.1cvs40
14197
14198         * src/prefs_message.c
14199         * src/prefs_receive.c
14200                 GUI cleanups
14201                 Patches by Pawel Pekala
14202
14203 2006-04-27 [colin]      2.1.1cvs39
14204
14205         * src/wizard.c
14206                 Differentiate subject Welcome from
14207                 window's title Welcome
14208
14209 2006-04-27 [paul]
14210
14211         2.2.0-rc1 released
14212
14213 2006-04-27 [paul]       2.1.1cvs38
14214
14215         * manual/advanced.xml
14216         * manual/fr/advanced.xml
14217                 add info about compose_no_markup hidden pref
14218
14219 2006-04-27 [paul]       2.1.1cvs37
14220
14221         * src/prefs_account.c
14222                 improve privacy labels
14223         * src/prefs_msg_colors.c
14224                 change some strings for translators' convenience
14225         * src/gtk/gtkutils.c
14226                 don't underline the link button text
14227
14228 2006-04-25 [colin]      2.1.1cvs36
14229
14230         * src/folder.c
14231                 Complete 2.1.1cvs33 (once more ;)
14232
14233 2006-04-25 [colin]      2.1.1cvs35
14234
14235         * src/editldap.c
14236                 Fix tooltip
14237
14238 2006-04-25 [cleroy]     2.1.1cvs34
14239
14240         * src/compose.c
14241         * src/gtk/gtkaspell.c
14242                 Fix crash on redirect (related to the return 
14243                 of the aspell menu in compose's toolbar)
14244         * src/prefs_msg_colors.c
14245                 Fix sensitivity widgets
14246         * src/image_viewer.c
14247         * src/gtk/pluginwindow.c
14248         * src/gtk/prefswindow.c
14249                 Change released signals to clicked (Fabien)
14250         * po/POTFILES.in
14251         * src/common/socket.c
14252         * src/plugins/spamassassin/spamassassin.c
14253                 Translate strings (Fabien)
14254
14255 2006-04-25 [paul]       2.1.1cvs33
14256
14257         * src/folder.c
14258         * src/folder.h
14259         * src/folderview.c
14260                 complete the fix of bug #912
14261                 Thanks to Colin
14262
14263 2006-04-25 [colin]      2.1.1cvs32
14264
14265         * src/news.c
14266                 Better progress bar
14267         * src/mimeview.c
14268         * src/summaryview.c
14269         * src/summaryview.h
14270                 Fix focus chain
14271                 Patches by Pawel Pekala
14272
14273 2006-04-24 [colin]      2.1.1cvs31
14274
14275         * src/compose.c
14276                 Fix compilation warnings (Fabien)
14277
14278 2006-04-24 [colin]      2.1.1cvs30
14279
14280         * src/addrindex.c
14281         * src/editldap.c
14282         * src/editldap_basedn.c
14283         * src/editldap_basedn.h
14284         * src/ldapctrl.c
14285         * src/ldapctrl.h
14286         * src/ldapquery.c
14287         * src/ldaputil.c
14288         * src/ldaputil.h
14289                 Fix bug #901 (LDAPS support)
14290
14291 2006-04-24 [colin]      2.1.1cvs29
14292
14293         * src/compose.c
14294                 Fix logic on error with send dialog on
14295         * src/imap.c
14296                 Fix compilation without libetpan, thanks
14297                 to Fabien
14298         * src/summaryview.c
14299                 Fix 'context-menu' key
14300
14301 2006-04-23 [colin]      2.1.1cvs28
14302
14303         * src/folder.c
14304                 Never free current's cache to free up 
14305                 memory. Fixes bug #912 (new count 
14306                 randomly set to message count)
14307
14308 2006-04-23 [colin]      2.1.1cvs27
14309
14310         * src/gtk/quicksearch.c
14311                 And remove printf...
14312
14313 2006-04-23 [colin]      2.1.1cvs26
14314
14315         * src/gtk/quicksearch.c
14316                 Fix replacing in quicksearch, and fix inserting
14317                 in the middle of the string. (introduced at 2.1.0cvs22)
14318
14319 2006-04-23 [colin]      2.1.1cvs25
14320
14321         * src/imap.c
14322                 Make sure uidnext is initialized in get_num_list
14323                 (not for stable, related to 2.1.1cvs8 and friends)
14324
14325 2006-04-23 [colin]      2.1.1cvs24
14326
14327         * src/imap.c
14328                 Output something when login is successful
14329                 too
14330
14331 2006-04-23 [colin]      2.1.1cvs23
14332
14333         * src/etpan/imap-thread.c
14334                 Better logging (line-per-line, hide data in fetch)
14335                 Fix a const warning
14336         * src/gtk/logwindow.c
14337         * src/gtk/logwindow.h
14338                 Better logging (color for input/output)
14339
14340 2006-04-21 [colin]      2.1.1cvs22
14341
14342         * src/gtk/quicksearch.c
14343                 On gtk+-2.8, use stock buttons in quicksearch
14344                 Based on a patch by Fabien and a design by Paul
14345
14346 2006-04-21 [colin]      2.1.1cvs21
14347
14348         * src/folderview.c
14349         * src/mainwindow.c
14350                 Fix occasional flicker in folderview
14351         * src/common/utils.c
14352                 Fix bug #943 (Incorrectly parsed email address 
14353                 list in short headers on message view and in 
14354                 printouts)
14355
14356 2006-04-20 [colin]      2.1.1cvs20
14357
14358         * src/imap.c
14359         * src/imap.h
14360         * src/prefs_account.c
14361                 Add ANONYMOUS auth for IMAP
14362
14363 2006-04-20 [paul]       2.1.1cvs19
14364
14365         * src/main.c
14366                 proper fix for 2.1.1cvs18
14367                 Thanks to Colin
14368
14369 2006-04-20 [paul]       2.1.1cvs18
14370
14371         * src/main.c
14372                 fix build warnings
14373
14374 2006-04-20 [paul]       2.1.1cvs17
14375
14376         * src/gtk/quicksearch.c
14377                 fix standard, non-extended Quick search,
14378                 was broken in 2.1.1cvs15.
14379                 Thanks to Colin.
14380
14381 2006-04-20 [colin]      2.1.1cvs16
14382
14383         * src/prefs_matcher.c
14384                 Fix values when reselecting a ~test
14385                 rule
14386
14387 2006-04-19 [colin]      2.1.1cvs15
14388
14389         * src/compose.c
14390         * src/compose.h
14391         * src/gtk/gtkaspell.c
14392         * src/gtk/gtkaspell.h
14393                 Put back Options menu in Spelling/
14394         * src/gtk/quicksearch.c
14395                 Don't search, and show error, if the
14396                 advanced search has a syntax error
14397
14398 2006-04-18 [colin]      2.1.1cvs14
14399
14400         * src/textview.c
14401                 Fix gdk warnings on set_cursor when textview
14402                 isn't visible
14403
14404 2006-04-18 [colin]      2.1.1cvs13
14405
14406         * src/gtk/gtksctree.c
14407                 Remove seemingly useless refresh that causes
14408                 flicker - watch this commit in case of 
14409                 problems before planned backport to stable
14410
14411 2006-04-18 [colin]      2.1.1cvs12
14412
14413         * src/imap.c
14414                 Factorize get/set_xml code
14415         * src/compose.c
14416         * src/prefs_account.c
14417         * src/prefs_account.h
14418         * src/procmsg.c
14419                 Add Encrypt to self option
14420
14421 2006-04-17 [colin]      2.1.1cvs11
14422
14423         * configure.ac
14424                 Fix search on encrpyt function on dragonfly
14425                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14426
14427 2006-04-17 [colin]      2.1.1cvs10
14428
14429         * src/prefs_account.c
14430                 Be safe by default: remove mails from POP3
14431                 after 7 days, not immediately
14432
14433 2006-04-17 [colin]      2.1.1cvs9
14434
14435         * src/etpan/imap-thread.c
14436                 Fix build on DragonFly - patch by 
14437                 Jonathan Buschmann <jonthn@agmact.com>
14438
14439 2006-04-17 [colin]      2.1.1cvs8
14440
14441         * src/imap.c
14442                 Save uidnext between sessions
14443
14444 2006-04-17 [colin]      2.1.1cvs7
14445
14446         * src/imap.c
14447                 scan is required when uid validity changes
14448
14449 2006-04-17 [colin]      2.1.1cvs6
14450
14451         * src/folderview.c
14452                 Don't scan if not necessary, apart in current
14453                 folder and INBOX to fetch flags.
14454         * src/imap.c
14455                 Scan is necessary if unread count changes
14456
14457 2006-04-17 [colin]      2.1.1cvs5
14458
14459         * src/imap.c
14460                 ...But always fetch ANSWERED and DELETED flags for
14461                 INBOX, as filtering can happen on these flags.
14462
14463 2006-04-17 [colin]      2.1.1cvs4
14464
14465         * src/imap.c
14466                 Don't fetch REPLIED and DELETED flags when synchronising
14467                 flags with a closed folder. We only need UNSEEN and FLAGGED
14468                 to update the folderview.
14469
14470 2006-04-17 [colin]      2.1.1cvs3
14471
14472         * src/imap.c
14473                 Faster flag search when there are new mails 
14474                 in a folder. We can do a full search if the 
14475                 folder contains less messages than the new
14476                 list.
14477
14478 2006-04-17 [colin]      2.1.1cvs2
14479
14480         * po/cs.po
14481         * po/de.po
14482         * po/fr.po
14483         * po/nl.po
14484         * po/pt_BR.po
14485                 Update translations from stable branch
14486
14487 2006-04-17 [colin]      2.1.1cvs1
14488
14489         * configure.ac
14490                 Bump version to follow stable release
14491
14492 2006-04-16 [mones]      2.1.0cvs50
14493
14494         * po/es.po
14495                 Updated for release
14496
14497 2006-04-16 [colin]      2.1.0cvs49
14498
14499         * src/textview.c
14500                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14501                 with gtk < 2.8. Thanks to Fabien Vantard.
14502
14503 2006-04-15 [colin]      2.1.0cvs48
14504
14505         * src/etpan/imap-thread.c
14506                 Fix bug #919 (libetpan: SEGV when connecting 
14507                 using command)
14508
14509 2006-04-14 [colin]      2.1.0cvs47
14510
14511         * src/main.c
14512                 Fix race on --select (should be done better)
14513
14514 2006-04-14 [wwp]        2.1.0cvs46
14515
14516         * src/send_message.c
14517                 enforce a check for domain in account prefs (a sending
14518                 error could be faced if domain was checked but no value set),
14519                 thanks to Colin.
14520
14521 2006-04-14 [colin]      2.1.0cvs45
14522
14523         * src/codeconv.c
14524                 when converting from unknown to unknown, if the
14525                 string is UTF8, don't convert it to the locale
14526                 (which breaks it)
14527
14528 2006-04-14 [colin]      2.1.0cvs44
14529
14530         * src/compose.c
14531                 Don't try to use ASCII for converting headers
14532                 (as done in body)
14533
14534 2006-04-14 [paul]       2.1.0cvs43
14535
14536         * src/crash.c
14537                 add locale/charset info to crash report
14538         * src/gtk/about.c
14539                 add wwp to doc team
14540                 replace 'e-mail' with preferred 'email'
14541         * src/gtk/authors.h
14542                 ensure contributors list is in alphabetical
14543                 order
14544
14545 2006-04-13 [colin]      2.1.0cvs42
14546
14547         * src/textview.c
14548                 Prevent gdk warnings
14549
14550 2006-04-13 [colin]      2.1.0cvs41
14551
14552         * src/common/ssl_certificate.c
14553         * src/common/ssl_certificate.h
14554         * src/gtk/sslcertwindow.c
14555                 Warn on expired certs, and display the expiration date
14556
14557 2006-04-13 [colin]      2.1.0cvs40
14558
14559         * src/plugins/spamassassin/spamassassin_gtk.c
14560                 Fix missing set_text on unix socket
14561
14562 2006-04-13 [wwp]        2.1.0cvs39
14563
14564         * manual/fr/advanced.xml
14565         * manual/fr/glossary.xml
14566                 applied new spam/ham/email lexicon (pourriel, courriel)
14567
14568 2006-04-13 [paul]       2.1.0cvs38
14569
14570         * src/plugins/pgpmime/plugin.c
14571                 remove the mention of S/MIME from the
14572                 description. This is now handled by the
14573                 S/MIME plugin.
14574
14575 2006-04-13 [paul]       2.1.0cvs37
14576
14577         * src/prefs_msg_colors.c
14578                 rework dialog
14579         * src/prefs_folder_item.c
14580         * src/prefs_spelling.c
14581                 add a tooltip to the colour selector buttons
14582
14583 2006-04-13 [wwp]        2.1.0cvs36
14584
14585         * manual/advanced.xml
14586         * manual/glossary.xml
14587         * manual/handling.xml
14588         * manual/keyboard.xml
14589         * manual/plugins.xml
14590         * manual/starting.xml
14591         * manual/fr/account.xml
14592         * manual/fr/ack.xml
14593         * manual/fr/addrbook.xml
14594         * manual/fr/advanced.xml
14595         * manual/fr/faq.xml
14596         * manual/fr/glossary.xml
14597         * manual/fr/gpl.xml
14598         * manual/fr/handling.xml
14599         * manual/fr/intro.xml
14600         * manual/fr/keyboard.xml
14601         * manual/fr/plugins.xml
14602         * manual/fr/starting.xml
14603         * manual/fr/sylpheed-claws-manual.xml
14604                 fixes to the manuals:
14605                  - summaryview -> Message List (same in French)
14606                  - translate key names
14607                  - fix French punctuation, use non-breakable spaces when
14608                    necessary, don't use &thinsp; which is not portable
14609                  - tell what maildir and mbox formats we support
14610
14611 2006-04-12 [wwp]        2.1.0cvs35
14612
14613         * src/prefs_toolbar.c
14614                 unified a replace button more,
14615                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14616
14617 2006-04-12 [wwp]        2.1.0cvs34
14618
14619         * src/prefs_common.c
14620         * src/prefs_msg_colors.c
14621                 make default color labels translatable,
14622                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14623                 thanks to Tim <timbrain@post.cz> for reporting.
14624
14625 2006-04-12 [wwp]        2.1.0cvs33
14626
14627         * manual/glossary.xml
14628         * manual/intro.xml
14629         * manual/plugins.xml
14630         * manual/starting.xml
14631         * manual/sylpheed-claws-manual.xml
14632         * manual/fr/.cvsignore
14633         * manual/fr/account.xml
14634         * manual/fr/ack.xml
14635         * manual/fr/addrbook.xml
14636         * manual/fr/advanced.xml
14637         * manual/fr/faq.xml
14638         * manual/fr/glossary.xml
14639         * manual/fr/handling.xml
14640         * manual/fr/intro.xml
14641         * manual/fr/keyboard.xml
14642         * manual/fr/plugins.xml
14643         * manual/fr/starting.xml
14644         * manual/fr/sylpheed-claws-manual.xml
14645                 various fixes: typos, missing .fr translations, punctuation,
14646                 capitalization, links, accents and some bad French more.
14647
14648 2006-04-12 [wwp]        2.1.0cvs32
14649
14650         * src/prefs_gtk.c
14651                 fix for bug #935: always store prefs files in UTF-8 (thanks
14652                 to Colin).
14653
14654 2006-04-11 [colin]      2.1.0cvs31
14655
14656         * src/compose.c
14657                 Fix inserting files not in utf8 when locale is utf8
14658
14659 2006-04-11 [colin]      2.1.0cvs30
14660
14661         * src/inc.c
14662                 Don't show error dialog when cancelling connection
14663                 Patch by Pawel
14664
14665 2006-04-11 [cleroy]     2.1.0cvs29
14666
14667         * src/compose.c
14668                 Implement multiple quote levels
14669         * src/prefs_common.c
14670                 Change a little bit the quote bgcolor for 2nd level
14671
14672 2006-04-11 [colin]      2.1.0cvs28
14673
14674         * src/gtk/about.c
14675                 Add locale and charset in the label
14676
14677 2006-04-10 [colin]      2.1.0cvs27
14678
14679         * src/compose.c
14680         * src/prefs_common.c
14681         * src/prefs_common.h
14682         * src/prefs_msg_colors.c
14683         * src/textview.c
14684                 Allow optional background color in quotes
14685                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14686                 GTK+-2.8.x feature
14687
14688 2006-04-10 [colin]      2.1.0cvs26
14689
14690         * src/main.c
14691         * src/mainwindow.c
14692         * src/mainwindow.h
14693                 Implement --select
14694
14695 2006-04-10 [colin]      2.1.0cvs25
14696
14697         * manual/plugins.xml
14698         * manual/fr/plugins.xml
14699                 Document libcurl's proxy variables
14700
14701 2006-04-09 [colin]      2.1.0cvs24
14702
14703         * src/prefs_common.c
14704                 gettext() returns statically allocated stuff. We have
14705                 to strdup it in order to be able to free it.
14706
14707 2006-04-09 [colin]      2.1.0cvs23
14708
14709         * AUTHORS
14710         * src/gtk/authors.h
14711                 Add Alexei
14712
14713 2006-04-09 [colin]      2.1.0cvs22
14714
14715         * src/mainwindow.c
14716         * src/gtk/quicksearch.c
14717                 Fix bug #859 (problems with cyrilic input in 
14718                 search panel) - Patch by Alexey Illarionov 
14719                 <littlesavage@rambler.ru>
14720
14721 2006-04-09 [colin]      2.1.0cvs21
14722
14723         * src/prefs_customheader.c
14724                 I prefer removing then freeing rather than the contrary
14725                 (even if it doesn't change anything ;-)
14726         * src/prefs_account.c
14727                 Fix bug #933 (Crash re-entering the custom headers list 
14728                 dialog in accounts prefs)
14729                 The problem happened when cancelling the Account 
14730                 Preferences' dialogs - in which case we didn't do 
14731                 anything to the PrefsAccount * struct. In case of applying,
14732                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14733                 working with in this dialog. The problem is that 
14734                 prefs_customheader.c, working on this tmp_ac_prefs, always
14735                 changes the ->customhdr_list pointer, even when cancelled. 
14736                 So in case of cancelling the prefs_account dialog, we still
14737                 have to update ->customhdr_list in the real account.
14738
14739 2006-04-08 [colin]      2.1.0cvs20
14740
14741         * manual/fr/glossary.xml
14742         * manual/fr/keyboard.xml
14743                 Forgot some headers :)
14744
14745 2006-04-08 [colin]      2.1.0cvs19
14746
14747         * manual/Makefile.am
14748         * manual/fr/Makefile.am
14749         * manual/fr/account.xml
14750         * manual/fr/ack.xml
14751         * manual/fr/addrbook.xml
14752         * manual/fr/advanced.xml
14753         * manual/fr/faq.xml
14754         * manual/fr/glossary.xml
14755         * manual/fr/gpl.xml
14756         * manual/fr/handling.xml
14757         * manual/fr/intro.xml
14758         * manual/fr/keyboard.xml
14759         * manual/fr/plugins.xml
14760         * manual/fr/starting.xml
14761         * manual/fr/sylpheed-claws-manual.xml
14762         * manual/fr/dist/.cvsignore
14763         * manual/fr/dist/Makefile.am
14764         * manual/fr/dist/html/.cvsignore
14765         * manual/fr/dist/html/Makefile.am
14766         * manual/fr/dist/pdf/.cvsignore
14767         * manual/fr/dist/pdf/Makefile.am
14768         * manual/fr/dist/ps/.cvsignore
14769         * manual/fr/dist/ps/Makefile.am
14770         * manual/fr/dist/txt/.cvsignore
14771         * manual/fr/dist/txt/Makefile.am
14772                 Add the french translation of the manual. Thanks to
14773                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14774                 account.xml, ack.xml, addrbook.xml and advanced.xml
14775
14776 2006-04-08 [colin]      2.1.0cvs18
14777
14778         * manual/plugins.xml
14779         * manual/starting.xml
14780                 More fixes
14781
14782 2006-04-07 [colin]      2.1.0cvs17
14783
14784         * manual/faq.xml
14785         * manual/intro.xml
14786         * manual/keyboard.xml
14787                 Little fixes
14788
14789 2006-04-07 [colin]      2.1.0cvs16
14790
14791         * README
14792         * src/compose.c
14793         * src/prefs_common.c
14794         * src/prefs_common.h
14795                 Add hidden compose_no_markup pref
14796
14797 2006-04-07 [wwp]        2.1.0cvs15
14798
14799         * src/summary_search.c
14800         * .cvsignore
14801                 Bugfix: stop button was sticky when searching in an empty folder.
14802                 Applied curly brackets code style to the whole file (summary_search.c).
14803                 More files to ignore.
14804
14805 2006-04-07 [wwp]        2.1.0cvs14
14806
14807         * src/message_search.c
14808         * src/summary_search.c
14809                 changed default button when search bumps at file/folder
14810                 beginning or end, for convenience (thanks to Colin).
14811
14812 2006-04-07 [paul]       2.1.0cvs13
14813
14814         * src/plugins/dillo_viewer/dillo_prefs.c
14815                 avoid future potential for namespace collision
14816                 Patch by Colin
14817
14818 2006-04-06 [wwp]        2.1.0cvs12
14819
14820         * src/summary_search.c
14821                 Unify extended/advanced searches names (and thus factorize labels),
14822                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14823
14824 2006-04-06 [wwp]        2.1.0cvs11
14825
14826         * src/folderview.c
14827         * src/prefs_themes.c
14828         * src/summaryview.c
14829                 Fixed some compilation warnings.
14830
14831 2006-04-06 [colin]      2.1.0cvs10
14832
14833         * manual/advanced.xml
14834                 Document the wizard template and how to deploy
14835                 Sylpheed-Claws effectively
14836
14837 2006-04-06 [colin]      2.1.0cvs9
14838
14839         * src/folderview.c
14840                 gettext patch to tell translators about _("#"),
14841                 by Maxim Britov
14842
14843 2006-04-06 [colin]      2.1.0cvs8
14844
14845         * src/textview.c
14846                 Fix invalid GtkTextBIter after clicking "Display as text"
14847
14848 2006-04-06 [mones]      2.1.0cvs7
14849
14850         * src/addr_compl.c
14851         * src/addrindex.c
14852         * src/addritem.c
14853         * src/codeconv.c
14854         * src/compose.c
14855         * src/filtering.c
14856         * src/folder.c
14857         * src/folder_item_prefs.c
14858         * src/folderview.c
14859         * src/localfolder.c
14860         * src/matcher.c
14861         * src/mimeview.c
14862         * src/prefs_msg_colors.c
14863         * src/prefs_spelling.c
14864         * src/prefs_themes.c
14865         * src/procmime.c
14866         * src/procmsg.c
14867         * src/stock_pixmap.c
14868         * src/summaryview.c
14869         * src/textview.c
14870         * src/toolbar.c
14871         * src/common/mgutils.c
14872         * src/common/prefs.c
14873         * src/common/ssl_certificate.c
14874         * src/gtk/colorlabel.c
14875         * src/gtk/quicksearch.c
14876         * src/plugins/pgpmime/pgpmime.c
14877         * src/plugins/spamassassin/spamassassin.c
14878                 Removed redundant NULL checks for g_free() calls.
14879                 Patch by Pawel Pekala.
14880
14881 2006-04-06 [mones]      2.1.0cvs6
14882
14883         * src/prefs_actions.c
14884         * src/prefs_filtering.c
14885         * src/prefs_filtering_action.c
14886         * src/prefs_matcher.c
14887         * src/prefs_template.c
14888         * src/gtk/gtkutils.c
14889         * src/gtk/gtkutils.h
14890                 Have a nice replace button. Patch by Pawel Pekala
14891
14892 2006-04-06 [colin]      2.1.0cvs5
14893
14894         * src/addressbook.c
14895                 Fix crash with empty columns
14896
14897 2006-04-05 [colin]      2.1.0cvs4
14898
14899         * src/wizard.c
14900         * src/prefs_gtk.c
14901                 Allow wizard customization with pre-filled values
14902
14903 2006-04-05 [colin]      2.1.0cvs3
14904
14905         * src/textview.c
14906         * src/mimeview.c
14907         * src/mimeview.h
14908                 Nicer messages in mimeview
14909
14910 2006-04-05 [colin]      2.1.0cvs2
14911
14912         * src/addressbook.c
14913         * src/prefs_summaries.c
14914                 i18n fix
14915
14916 2006-04-05 [colin]      2.1.0cvs1
14917
14918         * src/plugins/pgpcore/plugin.c
14919         * src/plugins/pgpcore/select-keys.c
14920         * src/plugins/pgpcore/select-keys.h
14921         * src/plugins/pgpcore/sgpgme.c
14922         * src/plugins/pgpcore/sgpgme.h
14923         * src/plugins/pgpinline/pgpinline.c
14924         * src/plugins/pgpinline/plugin.c
14925         * src/plugins/pgpmime/pgpmime.c
14926         * src/plugins/pgpmime/plugin.c
14927                 Factorize and generalize a bit 
14928                 Drop S/MIME signature verification from PGP/MIME
14929                 (adding it as another, more complete plugin)
14930
14931 2006-04-05 [paul]       2.1.0
14932
14933         2.1.0 released
14934
14935 2006-04-05 [paul]       2.0.0cvs186
14936
14937         * manual/advanced.xml
14938                 add info on colour labels
14939
14940 2006-04-05 [paul]       2.0.0cvs185
14941
14942         * po/bg.po
14943         * po/cs.po
14944         * po/de.po
14945         * po/el.po
14946         * po/en_GB.po
14947         * po/fi.po
14948         * po/fr.po
14949         * po/it.po
14950         * po/nl.po
14951         * po/pl.po
14952         * po/pt_BR.po
14953         * po/sr.po
14954         * po/zh_CN.po
14955                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14956                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14957                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14958                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14959         * src/gtk/authors.h
14960         * tools/claws.i18n.status.pl
14961                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14962                 and new Czech translator, Tim <timbrain@post.cz>
14963
14964 2006-04-05 [mones]      2.0.0cvs184
14965
14966         * po/es.po
14967                 Updated translation
14968
14969 2006-04-05 [colin]      2.0.0cvs183
14970
14971         * src/gtk/quicksearch.c
14972                 Fix bug #929 (unnecessary reload in quick search bar)
14973
14974 2006-04-05 [colin]      2.0.0cvs182
14975
14976         * src/compose.c
14977                 Fix crash on Reply with no From:
14978                 Show signature and conversion error on queuing 
14979                 (but not sending)
14980         * src/mainwindow.c
14981         * src/summaryview.c
14982         * src/summaryview.h
14983                 Factorize threading code and make sure msginfo 
14984                 is not null when it comes from a GtkCTreeRow's 
14985                 data
14986         * src/gtk/gtkaspell.c
14987                 Check for necessary things
14988         * src/gtk/gtksctree.c
14989         * src/gtk/gtksctree.h
14990                 Reset anchor if necessary when removing node
14991
14992 2006-03-29 [colin]      2.0.0cvs181
14993
14994         * src/folderview.c
14995                 Warn for disabled IMAP accounts (due to lack of
14996                 libetpan). Breaks string-freeze - sorry - but it
14997                 is kind of important ;)
14998
14999 2006-03-28 [colin]      2.0.0cvs180
15000
15001         * src/gtk/gtkutils.c
15002         * src/gtk/gtkutils.h
15003                 Add a gtkut_get_link_btn() function that
15004                 creates a button which acts like an URI
15005         * src/prefs_themes.c
15006         * src/gtk/about.c
15007                 Use this function (factorizes codes)
15008         * src/common/defs.h
15009         * src/gtk/pluginwindow.c
15010                 Add a "Get more..." in the plugins window
15011
15012 2006-03-28 [colin]      2.0.0cvs179
15013
15014         * src/common/smtp.c
15015         * src/common/passcrypt.c
15016         * src/undo.c
15017                 Warning fixes. Patch by Pawel Pekala
15018
15019 2006-03-27 [colin]      2.0.0cvs178
15020
15021         * src/undo.c
15022                 Fix undoing by blocks with spaces
15023
15024 2006-03-27 [colin]      2.0.0cvs177
15025
15026         * src/textview.c
15027                 Set margin to 3px for headers
15028
15029 2006-03-27 [paul]
15030
15031         2.1.0-rc2 released
15032
15033 2006-03-27 [wwp]        2.0.0cvs176
15034
15035         * src/summaryview.c
15036                 don't reset quicksearch when updating the message list.
15037                 Thanks to Colin.
15038
15039 2006-03-26 [wwp]        2.0.0cvs175
15040
15041         * src/compose.c
15042                 use a unified border width ('other' tab in the compose window,
15043                 patch by Pawel Pekala).
15044
15045
15046 2006-03-26 [wwp]        2.0.0cvs174
15047
15048         * src/common/quoted-printable.c
15049         * src/addressbook.c
15050                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15051
15052 2006-03-26 [colin]      2.0.0cvs173
15053
15054         * src/quote_fmt_parse.y
15055                 Fix non-UTF8 date formats messing up the whole quote a 
15056                 little bit
15057
15058 2006-03-26 [colin]      2.0.0cvs172
15059
15060         * src/procheader.c
15061                 Make sure the date is UTF8 valid, or try to make it
15062                 so. IncrediMail is really IncrediStupid.
15063         * src/compose.c
15064                 Fix possible conversions. 
15065                 
15066
15067 2006-03-26 [colin]      2.0.0cvs171
15068
15069         * src/matcher.c
15070                 Fix corner cases in body search. This is still a
15071                 hack... It seems impossible to make it good and 
15072                 reasonably fast at the same time.
15073
15074 2006-03-26 [colin]      2.0.0cvs170
15075
15076         * src/summaryview.c
15077                 I think I killed the twilight zone bug!
15078                 summary_select_node() flushes GTK events in order
15079                 to be able to center the view. But this also 
15080                 flushes keypresses like Ctrl-Alt-U, so this can
15081                 call summary_show from summary_select_node (itself
15082                 called from summary_show, etc.). And the summaryview
15083                 has to be unlocked in this function. So just locking
15084                 while processing GTK events, and bailing if locked, 
15085                 should fix it.
15086                 Fixes bug #927 (SIGSEGV during Update Summary)
15087
15088 2006-03-25 [colin]      2.0.0cvs169
15089
15090         * src/matcher.c
15091                 Fix search in QP-encoded bodies
15092                 Fix utf-8 searches in bodies encoded in the
15093                 locale's encoding
15094         * src/common/quoted-printable.c
15095         * src/common/quoted-printable.h
15096                 Add a decode function that doesn't overwrite
15097                 the original pointer
15098                 
15099
15100 2006-03-24 [colin]      2.0.0cvs168
15101
15102         * src/action.c
15103         * src/summaryview.c
15104         * src/summaryview.h
15105                 Update message cache after action
15106                 Patch by H. Merijn Brand
15107         * src/prefs_msg_colors.c
15108                 Factorize label 
15109                 Patch by Fabien Vantard
15110         * src/plugins/spamassassin/spamassassin_gtk.c
15111                 Remove useless translation
15112                 Patch by Fabien Vantard
15113
15114 2006-03-23 [colin]      2.0.0cvs167
15115
15116         * src/common/ssl.c
15117                 Let 30 seconds to SSL_connect
15118
15119 2006-03-23 [wwp]        2.0.0cvs166
15120
15121         * src/summaryview.c
15122         * src/gtk/description_window.c
15123                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15124                 and headers are translated; adjust description windows' width to fit their
15125                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15126
15127 2006-03-23 [paul]       2.0.0cvs165
15128
15129         * src/common/utils.c
15130                 fix highlighting of URIs containing "()"
15131                 (2.0.0cvs164's reversal fixed)
15132                 Thanks to Colin.
15133
15134 2006-03-23 [paul]       2.0.0cvs164
15135
15136         * src/common/utils.c
15137                 revert patch, (postponing a fix), at 2.0.0cvs120
15138                 as it breaks more URIs than it fixes.
15139                 Allow '-' to be a terminating character in a URI
15140
15141 2006-03-22 [colin]      2.0.0cvs163
15142
15143         * configure.ac
15144                 Require libetpan 0.45
15145                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15146
15147 2006-03-22 [paul]       2.0.0cvs162
15148
15149         * src/editgroup.c
15150                 replace '<-' and '->' buttons with GTK_STOCK graphical
15151                 buttons
15152         * src/summary_search.c
15153                 don't offer '...' for translation
15154                 add a tooltip to advanced search '...' button
15155         * src/gtk/quicksearch.c
15156                 don't offer '...' for translation
15157
15158 2006-03-21 [colin]      2.0.0cvs161
15159
15160         * src/compose.c
15161                 Fix middle-click pasting (insert at click
15162                 position instead of cursor position, don't
15163                 remove existing selection and allow pasting
15164                 our own selection)
15165         * src/addressbook.c
15166                 "LDAP Server" -> "LDAP servers"
15167
15168 2006-03-21 [wwp]        2.0.0cvs160
15169
15170         * src/etpan/imap-thread.c
15171                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15172
15173 2006-03-20 [colin]      2.0.0cvs159
15174
15175         * src/summaryview.c
15176                 Don't reload summaryview after an execute with no
15177                 move action
15178
15179 2006-03-19 [colin]      2.0.0cvs158
15180
15181         * src/addressbook.c
15182                 and put groups at the top, always
15183
15184 2006-03-19 [colin]      2.0.0cvs157
15185
15186         * src/addressbook.c
15187                 Order groups before names, as previously
15188
15189 2006-03-19 [colin]      2.0.0cvs156
15190
15191         * src/addressbook.c
15192                 - Sort case-unsensitive
15193                 - Put the sort arrow at opening too
15194
15195 2006-03-19 [wwp]        2.0.0cvs155
15196
15197         * src/addressbook.c
15198                 allow sorting by name/email/remarks, ensure that right-pane's contents
15199                 matches the left-pane selection (cleared when appropriate).
15200                 Patch by Pawel Pekala <c0rn@o2.pl>.
15201
15202 2006-03-18 [colin]      2.0.0cvs154
15203
15204         * src/textview.c
15205                 Fix text cursor ;)
15206
15207 2006-03-18 [colin]      2.0.0cvs153
15208
15209         * src/gtk/filesel.c
15210                 Make sure we hide the preview if we didn't get
15211                 a filename
15212
15213 2006-03-18 [colin]      2.0.0cvs152
15214
15215         * src/summaryview.c
15216                 Set cursor to watch for execution (fixes lack
15217                 of watch-cursor when dnd'ing hundreds of mails)
15218         * src/gtk/filesel.c
15219                 Check that mime type is 'image/*' before updating
15220                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15221
15222 2006-03-18 [colin]      2.0.0cvs151
15223
15224         * src/mainwindow.c
15225         * src/textview.c
15226         * src/textview.h
15227                 Put a watch cursor in textview too when the mainwindow's
15228                 cursor in a watch
15229
15230 2006-03-18 [colin]      2.0.0cvs150
15231
15232         * src/folder.c
15233                 Change wrong asserts to simple tests
15234
15235 2006-03-17 [colin]      2.0.0cvs149
15236
15237         * src/mainwindow.c
15238         * src/mainwindow.h
15239         * src/prefs_msg_colors.c
15240         * src/summaryview.c
15241         * src/summaryview.h
15242         * src/gtk/colorlabel.c
15243         * src/gtk/colorlabel.h
15244                 Add a color label menu in the main menubar
15245                 Add (fixed) accels Ctrl-{0-7} to change the color
15246                 They have to be fixed because the menu's dynamic,
15247                 the items are complex widgets, hence we can't use
15248                 a GtkItemFactory.
15249
15250
15251 2006-03-17 [wwp]        2.0.0cvs148
15252
15253         * src/compose.c
15254                 rollback few lines from my previous commit (those lines come from
15255                 a pending patch, accidentally commited, even if neutral as they are
15256                 commented out).
15257
15258 2006-03-17 [wwp]        2.0.0cvs147
15259
15260         * src/compose.c
15261                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15262                 applied code style/indentation to the modified function.
15263
15264 2006-03-17 [wwp]        2.0.0cvs146
15265
15266         * src/procmsg.c
15267         * src/compose.c
15268                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15269
15270 2006-03-17 [paul]
15271
15272         2.1.0-rc1 released
15273
15274 2006-03-17 [paul]       2.0.0cvs145
15275
15276         * src/main.c
15277                 addressbook_read_file() was called twice
15278         * src/textview.c
15279                 X-Mailer highlighting
15280
15281 2006-03-16 [colin]      2.0.0cvs144
15282
15283         * src/sourcewindow.c
15284         * src/sourcewindow.h
15285                 And the last one, in source window.
15286
15287 2006-03-16 [colin]      2.0.0cvs143
15288
15289         * src/compose.c
15290         * src/compose.h
15291                 Fix the same stuff in compose
15292
15293 2006-03-16 [colin]      2.0.0cvs142
15294
15295         * src/messageview.c
15296                 Complete the previous messageview crash fix
15297
15298 2006-03-16 [colin]      2.0.0cvs141
15299
15300         * src/procmsg.h
15301         * src/procmsg.c
15302         * src/folder.c
15303                 Fix POSTPROCESSING hook
15304                 Patch by H. Merijn Brand
15305
15306         * src/procmime.c
15307         * src/procmime.h
15308                 Parse Content-Location
15309
15310         * src/toolbar.c
15311         * src/messageview.c
15312         * src/messageview.h
15313                 Don't crash when a top-level MessageView has
15314                 been closed on us. Same problematic than
15315                 yesterday's quicksearch issue.
15316
15317 2006-03-15 [colin]      2.0.0cvs140
15318
15319         * src/gtk/quicksearch.c
15320                 Fix a bitchy race we didn't think about when we
15321                 added quicksearch cancellation:
15322                 If the search is not on cached fields, for example
15323                 body_part matchcase "stuff"
15324                 the matcher code has to get the whole message. If
15325                 we're on IMAP, that can be slow, and in order to
15326                 be non-blocking, the IMAP code idle loop processes
15327                 gtk events too. So it is possible to cancel a
15328                 quicksearch while the matcher is getting the mail's
15329                 body. After matcher got its body, it will start to
15330                 iterate over the matcher list that the Quicksearch's
15331                 clear_search_cb() just freed via prepare_matcher().
15332                 SIGSEGV ensues.
15333                 The fix consists of guarding the matcherlist_match()
15334                 call with a boolean 'matching'. If we reset the
15335                 quicksearch while matching is TRUE, we don't free
15336                 the matcherlist anymore like we did, but we set
15337                 another new flag, deferred_free, to TRUE. Then,
15338                 in quicksearch_match(), just after returning from
15339                 matcherlist_match() and unsetting the matching flag,
15340                 we check the deferred_free flag and do the
15341                 prepare_matcher() (which does the matcherlist_free)
15342                 for real, so we free the matcherlist once it's not
15343                 used anymore.
15344                 As all of this runs via the glib main loop, we
15345                 luckily don't need a mutex.
15346         * src/summaryview.c
15347                 Also, show progress while searching.
15348
15349
15350 2006-03-14 [colin]      2.0.0cvs139
15351
15352         * src/alertpanel.c
15353                 Make alertpanel_is_open non-static
15354
15355 2006-03-14 [colin]      2.0.0cvs138
15356
15357         * src/prefs_spelling.c
15358                 Cleanups - Fabien Vantard
15359
15360 2006-03-14 [wwp]        2.0.0cvs137
15361
15362         * src/main.c
15363                 code style normalization (curly braces, indentation).
15364
15365 2006-03-14 [wwp]        2.0.0cvs137
15366
15367         * src/main.c
15368                 code style (braces, indentation)
15369
15370 2006-03-12 [paul]       2.0.0cvs136
15371
15372         * src/prefs_common.c
15373                 trans_hdr defaults to FALSE to be RFC-savvy
15374         * src/prefs_summaries.c
15375                 add a tooltip to the trans_hdr option
15376                 
15377
15378 2006-03-12 [paul]       2.0.0cvs135
15379
15380         * src/prefs_matcher.c
15381                 give a little more width to the combos
15382         * src/prefs_display_header.c
15383         * src/textview.c
15384                 translate headers if prefs_common.trans_hdr
15385                 is TRUE
15386
15387         Patches by Pawel Pekala
15388
15389 2006-03-12 [paul]       2.0.0cvs134
15390
15391         * src/plugins/clamav/clamav_plugin.c
15392         * src/plugins/dillo_viewer/dillo_viewer.c
15393         * src/plugins/pgpcore/plugin.c
15394         * src/plugins/pgpinline/plugin.c
15395         * src/plugins/pgpmime/plugin.c
15396         * src/plugins/spamassassin/spamassassin.c
15397                 update/add to descriptions
15398         * src/plugins/spamassassin/spamassassin_gtk.c
15399                 fixes to the english, remove superfluous
15400                 tooltips, clean up a little
15401
15402 2006-03-12 [paul]       2.0.0cvs133
15403
15404         * src/compose.c
15405                 fix Bug 924, 'Account combo box shows up wrong 
15406                 if & is in account name'
15407
15408 2006-03-11 [colin]      2.0.0cvs132
15409
15410         * src/summaryview.c
15411                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15412                 messed up shift-selection because is slows down
15413                 moving around summaryview. thanks -users
15414
15415 2006-03-10 [colin]      2.0.0cvs131
15416
15417         * src/plugins/spamassassin/spamassassin_gtk.c
15418                 Put back Paul's engrish fixes
15419
15420 2006-03-10 [colin]      2.0.0cvs130
15421
15422         * src/plugins/spamassassin/spamassassin.c
15423         * src/plugins/spamassassin/spamassassin.h
15424         * src/plugins/spamassassin/spamassassin_gtk.c
15425                 Cleanup SA prefs page (more)
15426                 Patch by Fabien Vantard
15427
15428 2006-03-10 [paul]       2.0.0cvs129
15429
15430         * src/prefs_msg_colors.c
15431         * src/prefs_spelling.c
15432                 widget sensitivity
15433
15434 2006-03-09 [mones]      2.0.0cvs128
15435
15436         * po/es.po
15437                 Update for next RC
15438
15439 2006-03-09 [wwp]        2.0.0cvs127
15440
15441         * configure.ac
15442                 revert accidental commit (requirement for libetpan 0.43), this time
15443                 not in HEAD.
15444
15445 2006-03-09 [wwp]        2.0.0cvs125
15446
15447         * configure.ac
15448                 revert accidental commit (requirement for libetpan 0.43)
15449
15450 2006-03-09 [paul]       2.0.0cvs126
15451
15452         * src/prefs_receive.c
15453                 remove useless frame
15454                 replace 'incorporation' with 'receiving'
15455         * src/plugins/clamav/clamav_plugin_gtk.c
15456         * src/plugins/spamassassin/spamassassin_gtk.c
15457                 improve widget sensitivity
15458                 fix a bit his engrish
15459
15460 2006-03-09 [wwp]        2.0.0cvs125
15461
15462         * src/addressadd.c
15463         * src/foldersel.c
15464         * src/prefs_common.c
15465         * src/prefs_common.h
15466                 remember some more windows' sizes (add to addressbook and
15467                 select folder).
15468
15469 2006-03-09 [paul]       2.0.0cvs124
15470
15471         * src/plugins/pgpcore/prefs_gpg.c
15472                 normalise construction of dialogue
15473
15474 2006-03-09 [paul]       2.0.0cvs123
15475
15476         * src/plugins/trayicon/Makefile.am
15477                 add missing slash
15478
15479 2006-03-08 [colin]      2.0.0cvs122
15480
15481         * src/plugins/trayicon/Makefile.am
15482                 Fix build in separate dir 
15483                 Patch by Bamanzi <bamanzi@gmail.com>
15484
15485 2006-03-08 [colin]      2.0.0cvs121
15486
15487         * src/procmsg.c
15488                 Batch move and copies from summaryview with delayed execution
15489                 too
15490
15491 2006-03-07 [paul]       2.0.0cvs120
15492
15493         * src/common/utils.c
15494                 fix highlighting of URIs containing "()"
15495                 Patch by Pawel Pekala
15496
15497 2006-03-07 [paul]       2.0.0cvs119
15498
15499         * src/folder.c
15500         * src/folder.h
15501         * src/folderview.c
15502                 immediately do alphabetical resort when
15503                 changing a folder's name
15504                 Patch by Pawel Pekala
15505
15506 2006-03-07 [paul]       2.0.0cvs118
15507
15508         * src/news.c
15509         * src/news_gtk.c
15510                 when unsubscribing a newsgroup, remove the
15511                 folder and msgs in .sylpheed-claws/newscache
15512                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15513
15514 2006-03-07 [paul]       2.0.0cvs117
15515
15516         * src/textview.c
15517                 fix wrong Fake URL Warning
15518                 Thanks to Hiro
15519
15520 2006-03-07 [colin]      2.0.0cvs116
15521
15522         * src/imap.c
15523                 Return immediately when password dialog was
15524                 cancelled
15525         * src/gtk/inputdialog.c
15526                 Allow empty strings for passwords
15527
15528
15529 2006-03-06 [colin]      2.0.0cvs115
15530
15531         * src/imap.c
15532                 Prevent double-timeouts when connection fails
15533
15534 2006-03-06 [colin]
15535
15536         2.0.1-rc1 released
15537
15538 2006-03-06 [colin]      2.0.0cvs114
15539
15540         * src/imap.c
15541                 Refresh session during potentially long
15542                 operations
15543
15544 2006-03-06 [wwp]        2.0.0cvs113
15545
15546         * src/prefs_msg_colors.h
15547                 forgot that one (custom color labels).
15548
15549 2006-03-06 [wwp]        2.0.0cvs112
15550
15551         * src/prefs_common.c
15552         * src/prefs_common.h
15553         * src/prefs_msg_colors.c
15554         * src/summaryview.c
15555         * src/summaryview.h
15556         * src/gtk/colorlabel.c
15557         * src/gtk/colorlabel.h
15558                 colors in messages list are now customizable. Color values and names can
15559                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15560                 Thanks to Paul and Colin for their help with this longstanding patch!
15561
15562 2006-03-06 [wwp]        2.0.0cvs111
15563
15564         * src/textview.c
15565                 don't crash if (x)face is bad.
15566
15567 2006-03-05 [paul]       2.0.0cvs110
15568
15569         * AUTHORS
15570         * configure.ac
15571         * src/Makefile.am
15572         * src/common/Makefile.am
15573         * src/common/utils.h
15574         * src/etpan/imap-thread.c
15575         * src/gtk/authors.h
15576         * src/plugins/clamav/Makefile.am
15577         * src/plugins/demo/Makefile.am
15578         * src/plugins/dillo_viewer/Makefile.am
15579         * src/plugins/pgpcore/Makefile.am
15580         * src/plugins/pgpcore/passphrase.c
15581         * src/plugins/pgpinline/Makefile.am
15582         * src/plugins/pgpmime/Makefile.am
15583         * src/plugins/spamassassin/Makefile.am
15584         * src/plugins/trayicon/Makefile.am
15585                 fix builiding on cygwin
15586                 Patch by Ralgh Young <bamanzi@gmail.com>
15587
15588 2006-03-04 [wwp]        2.0.0cvs109
15589
15590         * manual/keyboard.xml
15591                 fix mixed up/down keys.
15592
15593 2006-03-04 [wwp]        2.0.0cvs108
15594
15595         * README
15596         * INSTALL
15597                 updated links to SpamAssassin.
15598
15599 2006-03-04 [wwp]        2.0.0cvs107
15600
15601         * manual/plugins.xml
15602         * src/plugins/spamassassin/README
15603                 updated SpamAssassin plugin docs to reflect new functional additions
15604                 (also fix/update/documents few technical stuff more, see the README).
15605
15606 2006-03-04 [wwp]        2.0.0cvs106
15607
15608         * src/prefs_message.c
15609                 normalized capitalization of message-prefs paths.
15610
15611 2006-03-04 [wwp]        2.0.0cvs105
15612
15613         * manual/advanced.xml
15614                 typo.
15615
15616 2006-03-03 [colin]      2.0.0cvs104
15617
15618         * src/plugins/clamav/clamav_plugin_gtk.c
15619                 Rework prefs page, patch by Fabien 
15620
15621 2006-03-03 [colin]      2.0.0cvs103
15622
15623         * src/plugins/clamav/clamav_plugin.c
15624                 Set error on all errors
15625
15626 2006-03-03 [colin]      2.0.0cvs102
15627
15628         * src/common/plugin.c
15629                 Initialize error to avoid crashing when a plugin fails
15630                 without setting error
15631
15632 2006-03-02 [wwp]        2.0.0cvs101
15633
15634         * configure.ac
15635                 fixed linker flags for libetpan support on Cygwin
15636                 (thanks to H.Merijn Brand).
15637
15638 2006-03-02 [wwp]        2.0.0cvs100
15639
15640         * src/addressbook.c
15641                 fix some AB error messages: one for punctuation and
15642                 one wrongly duplicate (thanks, maxbritov).
15643
15644 2006-03-02 [wwp]        2.0.0cvs99
15645
15646         * src/plugins/spamassassin/spamassassin.c
15647                 make sync calls to sa-learn/spamc to prevent
15648                 system (whatever local or client/server) overload.
15649
15650 2006-03-02 [colin]      2.0.0cvs98
15651
15652         * src/summaryview.c
15653                 Put the spam icon in the status column instead of the
15654                 mark one
15655
15656 2006-03-01 [colin]      2.0.0cvs97
15657
15658         * src/plugins/spamassassin/spamassassin.c
15659                 Fix segfault (g_file_set_contents fails for some 
15660                 reason and err==0x2f. Can't find out why with
15661                 valgrind, using working function :-)
15662
15663 2006-03-01 [colin]      2.0.0cvs96
15664
15665         * src/inc.c
15666                 Offline overriding: let 'No' be cached only 3 seconds
15667
15668 2006-03-01 [colin]      2.0.0cvs95
15669
15670         * src/addr_compl.c
15671         * src/addrbook.c
15672         * src/addressbook.c
15673         * src/addrindex.c
15674         * src/folder_item_prefs.c
15675         * src/headerview.c
15676         * src/imap.c
15677         * src/inc.c
15678         * src/ldif.c
15679         * src/mainwindow.c
15680         * src/mh.c
15681         * src/msgcache.c
15682         * src/prefs_common.h
15683         * src/prefs_msg_colors.c
15684         * src/procheader.c
15685         * src/procheader.h
15686         * src/procmime.c
15687         * src/procmsg.c
15688         * src/procmsg.h
15689         * src/send_message.h
15690         * src/simple-gettext.c
15691         * src/summaryview.c
15692         * src/summaryview.h
15693         * src/syldap.c
15694         * src/textview.c
15695         * src/undo.c
15696         * src/common/ssl_certificate.c
15697         * src/common/utils.c
15698         * src/gtk/colorsel.c
15699         * src/gtk/gtksctree.c
15700         * src/gtk/gtkshruler.c
15701         * src/plugins/trayicon/trayicon.c
15702                 #if 0 goes to /dev/null
15703
15704 2006-03-01 [colin]      2.0.0cvs94
15705
15706         * src/compose.c
15707         * src/imap.c
15708         * src/inc.c
15709         * src/inc.h
15710         * src/messageview.c
15711         * src/news.c
15712         * src/plugins/spamassassin/spamassassin.c
15713                 Allow to add information in the "working offline"
15714                 window
15715
15716 2006-03-01 [wwp]        2.0.0cvs93
15717
15718         * src/plugins/spamassassin/spamassassin.c
15719                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15720                 'cause it seems that calling `spamc ... < inputfile` with
15721                 g_spawn_(a)sync simply.. erm doesn't work :-).
15722
15723 2006-03-01 [wwp]        2.0.0cvs92
15724
15725         * src/toolbar.c
15726         * src/toolbar.h
15727                 simplify the adding of spam/ham button to the messageview toolbar
15728                 (it gets more clear now that the same button will be "Mark as spam"
15729                 or "Mark as ham" according to the current message status,
15730                 thanks to Colin).
15731
15732 2006-03-01 [wwp]        2.0.0cvs91
15733
15734         * src/messageview.c
15735         * src/procmsg.c
15736         * src/procmsg.h
15737         * src/summaryview.c
15738         * src/plugins/spamassassin/spamassassin.c
15739         * src/plugins/spamassassin/spamassassin.h
15740                 make learner callbacks return a status (0 for ok),
15741                 handle it in main code to avoid setting flags when learning failed,
15742                 don't learn on TCP if offline in spamassassin,
15743                 thanks to Colin.
15744
15745                 
15746
15747 2006-03-01 [wwp]        2.0.0cvs90
15748
15749         * src/compose.c
15750                 some work around the compose window's account menu,
15751                 patch by Fabien Vantard.
15752
15753 2006-03-01 [wwp]        2.0.0cvs89
15754
15755         * src/plugins/spamassassin/spamassassin.c
15756                 fixed bad logics, was using spamc in local mode and sa-learn
15757                 in remote mode (thanks, Colin).
15758
15759 2006-03-01 [wwp]        2.0.0cvs88
15760
15761         * src/plugins/spamassassin/spamassassin.c
15762         * src/plugins/spamassassin/spamassassin.h
15763         * src/plugins/spamassassin/spamassassin_gtk.c
15764                 made processing of emails w/ sa-plugin an option (default is TRUE),
15765                 fixed Engrish some tooltips, capitalization of some debug messages
15766                 and warnings. The spamassassin plugin now provides two separate
15767                 services: process emails upon incorporation and spamd training.
15768                 Both services (un)register independently but use some common
15769                 plugin settings (transport settings, spam storage location).
15770
15771 2006-02-28 [wwp]        2.0.0cvs87
15772
15773         * src/plugins/spamassassin/spamassassin.c
15774                 fix async flag to spamc cmdline execution (batch exec should
15775                 be asynchronous).
15776
15777 2006-02-27 [wwp]        2.0.0cvs86
15778
15779         * src/plugins/spamassassin/spamassassin.c
15780         * src/plugins/spamassassin/spamassassin.h
15781         * src/plugins/spamassassin/spamassassin_gtk.c
15782                 - added the ability to learn a remote spamassassin server (spamd),
15783                 using spamc.
15784                 - added the spamassassin option 'username', that applies to all
15785                 spamassassin operations (filtering, learning, local or remote).
15786                 The default username is the current unix user (if left blank
15787                 from gtk prefs or config file).
15788                 - commented out some unused code (notebook widget), removed unused
15789                 layout (hbox1).
15790                 - make more widgets sensitive to the transport type.
15791
15792 2006-02-27 [colin]      2.0.0cvs85
15793
15794         * src/plugins/spamassassin/spamassassin.c
15795                 Fix sa-learn call when offline
15796
15797 2006-02-27 [colin]      2.0.0cvs84
15798
15799         * configure.ac
15800         * src/Makefile.am
15801         * src/mainwindow.c
15802         * src/mainwindow.h
15803         * src/messageview.c
15804         * src/messageview.h
15805         * src/prefs_toolbar.c
15806         * src/procmsg.c
15807         * src/stock_pixmap.c
15808         * src/stock_pixmap.h
15809         * src/summaryview.c
15810         * src/toolbar.c
15811         * src/toolbar.h
15812         * src/pixmaps/ham_btn.xpm
15813         * src/pixmaps/spam.xpm
15814         * src/pixmaps/spam_btn.xpm
15815         * src/plugins/spamassassin/spamassassin.c
15816                 Add button in toolbar for spam learning
15817                 Fix a few bugs from the last related commit
15818                 Revert 1.9.6cvs23 which messed up shift-selection
15819
15820 2006-02-24 [colin]      2.0.0cvs83
15821
15822         * src/procmsg.c
15823         * src/summaryview.c
15824         * src/summaryview.h
15825         * src/plugins/spamassassin/spamassassin.c
15826         * src/plugins/spamassassin/spamassassin.h
15827         * src/plugins/spamassassin/spamassassin_gtk.c
15828                 Unregister learner when spamassassin is either
15829                 disabled or over tcp
15830
15831 2006-02-24 [colin]      2.0.0cvs82
15832
15833         * src/Makefile.am
15834         * src/mainwindow.c
15835         * src/mainwindow.h
15836         * src/procmsg.c
15837         * src/procmsg.h
15838         * src/stock_pixmap.c
15839         * src/stock_pixmap.h
15840         * src/summaryview.c
15841         * src/summaryview.h
15842         * src/gtk/icon_legend.c
15843         * src/pixmaps/spam.xpm  ** NEW FILE **
15844         * src/plugins/spamassassin/spamassassin.c
15845         * src/plugins/spamassassin/spamassassin_gtk.c
15846                 Add spam learning interface (Mark/Mark as 
15847                 (spam|ham) menus)
15848
15849 2006-02-24 [wwp]        2.0.0cvs81
15850
15851         * src/compose.c
15852         * src/compose.h
15853         * src/filtering.c
15854                 hide compose window when sending message in batch mode
15855                 (filtering: forward and redirect). Also fixed a wrong
15856                 value returned when sending failed, neutral anyway.
15857                 (Colin, me) 
15858
15859 2006-02-24 [wwp]        2.0.0cvs80
15860
15861         * src/mainwindow.c
15862                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15863
15864 2006-02-24 [paul]       2.0.0cvs79
15865
15866         * src/news.c
15867         * src/news.h
15868         * src/news_gtk.c
15869                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15870                 Thanks to Colin
15871
15872 2006-02-23 [colin]      2.0.0cvs78
15873
15874         * src/alertpanel.c
15875                 Change OK to Close in alertpanel with View log
15876                 button; add accel to View log. Patch by Fabien
15877                 Vantard
15878
15879 2006-02-23 [wwp]        2.0.0cvs77
15880
15881         * src/compose.c
15882                 silly me, there were much more tests to perform, since toolbars can
15883                 really have down to 1 element only.
15884
15885 2006-02-23 [wwp]        2.0.0cvs76
15886
15887         * commitHelper
15888                 fixed indentation from my previous commit. Fallback to VISUAL if
15889                 EDITOR is not set (and to vi, at last resort).
15890
15891 2006-02-23 [wwp]        2.0.0cvs75
15892
15893         * commitHelper
15894                 improved error detection (Colin, me).
15895
15896 2006-02-23 [wwp]        2.0.0cvs74
15897
15898         * src/prefs_toolbar.c
15899                 simplify and fix prefs/toolbars layouting. Combos' contents can
15900                 now be really displayed.
15901
15902 2006-02-23 [wwp]        2.0.0cvs73
15903         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15904         be really displayed.
15905
15906 2006-02-22 [wwp]        2.0.0cvs72
15907
15908         * src/compose.c
15909                 fix a typo in my previous commit (sorry!).
15910
15911 2006-02-22 [wwp]        2.0.0cvs71
15912
15913         * src/prefs_toolbar.c
15914                 fix a crash when adding separators to toolbars,
15915                 also fix some separator item information.
15916
15917 2006-02-22 [wwp]        2.0.0cvs70
15918
15919         * src/compose.c
15920                 fix a crash when redirecting (for instance) when compose window's
15921                 toolbar contents has been customized (when some buttons have been
15922                 removed in fact).
15923
15924 2006-02-21 [wwp]        2.0.0cvs69
15925
15926         * src/summaryview.c
15927         * src/gtk/pluginwindow.c
15928         * src/plugins/pgpcore/prefs_gpg.c
15929                 fix some compilation warnings (feat. remains of removed code).
15930
15931 2006-02-21 [wwp]        2.0.0cvs68
15932
15933         * src/gtk/gtkutils.c
15934                 fix two compilation issues, thanks to Stephan Sachse.
15935
15936 2006-02-20 [colin]      2.0.0cvs67
15937
15938         * src/mainwindow.c
15939                 Don't reselect displayed mail on refocus
15940                 This fixes actions misbehaving 
15941
15942 2006-02-20 [wwp]        2.0.0cvs66
15943
15944         * src/summaryview.c
15945         * src/gtk/gtksctree.c
15946         * src/gtk/gtkshruler.c
15947                 changed more runtime typecast checks.
15948
15949 2006-02-20 [wwp]        2.0.0cvs65
15950
15951         * src/summary_search.c
15952                 find all - summaryview refresh issue fixed, thanks to Colin.
15953
15954 2006-02-20 [wwp]        2.0.0cvs64
15955
15956         * src/gtk/gtkutils.c
15957                 better runtime typecast checks.
15958
15959 2006-02-20 [wwp]        2.0.0cvs63
15960
15961         * src/summary_search.c
15962                 enhancements to the summary search:
15963                         - add the ability to stop the running search
15964                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15965                         - don't search if no criteria (From/To/Subject/Body) is set
15966                         - ensure that a busy mouse pointer is always shown when searching,
15967                           show it even a bit earlier
15968
15969 2006-02-19 [colin]      2.0.0cvs62
15970
15971         * src/compose.c
15972         * src/imap.c
15973         * src/etpan/imap-thread.c
15974         * src/etpan/imap-thread.h
15975                 (Future) IMAP speed improvement on sending
15976                 Will require a libetpan update
15977         * src/summaryview.c
15978         * src/gtk/quicksearch.c
15979                 Make quicksearch clearable while running.
15980
15981 2006-02-17 [colin]      2.0.0cvs61
15982
15983         * src/imap.c
15984         * src/etpan/imap-thread.c
15985         * src/etpan/imap-thread.h
15986                 Check for IMAP certificates
15987                 ** Requires libetpan-0.42-cvs4 
15988                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15989
15990 2006-02-17 [colin]      2.0.0cvs60
15991
15992         * src/messageview.c
15993         * src/prefs_common.c
15994         * src/prefs_common.h
15995         * src/prefs_message.c
15996                 Add pref to display HTML-only mails with plugin, 
15997                 if possible (defaulting to FALSE of course).
15998
15999 2006-02-16 [colin]      2.0.0cvs59
16000
16001         * src/main.c
16002         * src/common/plugin.c
16003         * src/common/plugin.h
16004         * src/gtk/pluginwindow.c
16005                 Keep track of requested (but unloaded) plugins
16006                 in some error cases.
16007
16008 2006-02-16 [wwp]        2.0.0cvs58
16009
16010         * src/gtk/gtkaspell.c
16011         * src/gtk/gtkaspell.h
16012         * src/prefs_spelling.c
16013         * src/compose.c
16014         * src/prefs_common.c
16015         * src/prefs_common.h
16016                 implemented new optional spellchecker behaviour: re-check message when
16017                 dictionary got changed (from compose-window/context-menu/Change dictionary).
16018
16019 2006-02-16 [wwp]        2.0.0cvs57
16020
16021         * src/quote_fmt_parse.y
16022                 pclose popen'ed pipe.
16023
16024 2006-02-15 [colin]      2.0.0cvs56
16025
16026         * src/mimeview.c
16027         * src/mimeview.h
16028                 Let MimeViewers know which MimeView they
16029                 depend of.
16030         * src/summaryview.c
16031                 Swap From/To columns in Sent/Queue/Drafts
16032                 folders
16033         * src/etpan/imap-thread.c
16034                 Use mailstream_low_tls_open() for STARTTLS
16035                 instead of mailstream_low_ssl_open()
16036                 ** REQUIRES libetpan 0.42cvs3 **
16037
16038 2006-02-15 [wwp]        2.0.0cvs55
16039
16040         * src/compose.c
16041         * src/compose.h
16042         * src/message_search.c
16043         * src/message_search.h
16044         * src/textview.c
16045         * src/gtk/gtkutils.c
16046         * src/gtk/gtkutils.h
16047                 added the ability to Find text in the compose window (and a bit
16048                 of code factorization).
16049
16050 2006-02-15 [wwp]        2.0.0cvs54
16051
16052         * src/prefs_gtk.c
16053                 yet another one file was missing (fix for some widgets' sensitivity).
16054                 Thanks Colin!
16055
16056 2006-02-15 [wwp]        2.0.0cvs53
16057
16058         * src/prefs_gtk.h
16059                 oops forgot that file (fix for some widgets' sensitivity).
16060
16061 2006-02-15 [wwp]        2.0.0cvs52
16062
16063         * src/summary_search.c
16064                 implemented advanced summary search options (added the ability
16065                 to use matcher conditions in an advanced search mode).
16066
16067 2006-02-15 [wwp]        2.0.0cvs51
16068
16069         * src/plugins/pgpcore/prefs_gpg.c
16070         * src/prefs_account.c
16071                 fix some widget sensitivity, mostly around some labels in
16072                 account prefs.
16073
16074 2006-02-15 [paul]       2.0.0cvs50
16075
16076         * manual/advanced.xml
16077                 improve Templates info
16078                 written by wwp
16079
16080 2006-02-14 [colin]      2.0.0cvs49
16081
16082         * src/pixmaps/address_book.xpm
16083         * src/pixmaps/preferences.xpm
16084         * src/pixmaps/properties.xpm
16085                 Fix pixmap size - patch by Fabien Vantard
16086
16087 2006-02-13 [colin]      2.0.0cvs48
16088
16089         * src/procmime.c
16090                 Add missing fclose()s on error
16091         * src/textview.c
16092                 Remove unused code
16093         * src/common/utils.c
16094                 Fix temp files not being deleted on windows
16095         Patches by Thomas Gilgin
16096
16097 2006-02-13 [colin]      2.0.0cvs47
16098
16099         * src/mainwindow.c
16100                 Fix exit crash
16101
16102 2006-02-13 [wwp]        2.0.0cvs46
16103
16104         * src/plugins/pgpcore/prefs_gpg.c
16105                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16106
16107 2006-02-12 [colin]      2.0.0cvs45
16108
16109         * src/folderview.c
16110         * src/main.c
16111         * src/mainwindow.c
16112                 Fix "stuff" when quitting
16113
16114 2006-02-12 [wwp]        2.0.0cvs44
16115
16116         * src/prefs_themes.c
16117                 fix typos in debug messages.
16118
16119 2006-02-11 [colin]      2.0.0cvs43
16120
16121         * src/summaryview.c
16122                 don't allow drag/drop from ourself
16123
16124 2006-02-10 [wwp]        2.0.0cvs42
16125
16126         * src/exporthtml.c
16127         * src/html.c
16128         * src/html.h
16129         * src/procmime.c
16130         * src/textview.c
16131                 renamed html_ prefixed functions and data structures to avoid
16132                 namespace clashes w/ other software (gtkhtml2 for instance).
16133                 Closes bug #907.
16134
16135
16136 2006-02-09 [colin]      2.0.0cvs41
16137
16138         * src/summaryview.c
16139                 Fix shitty logic messed up. Thanks Ticho for the hint!
16140
16141 2006-02-09 [wwp]        2.0.0cvs40
16142
16143         * src/gtk/about.c
16144         * src/compose.c
16145         * src/prefs_account.c
16146         * src/prefs_gtk.h
16147         * src/editaddress.c
16148                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16149                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16150                 Browse buttons in accounts prefs.
16151
16152 2006-02-09 [colin]      2.0.0cvs39
16153
16154         * src/matcher.c
16155                 Check for pointer before using its members
16156         * src/gtk/gtksourceprintjob.c
16157                 Fix a wrong warning
16158
16159 2006-02-09 [wwp]        2.0.0cvs38
16160
16161         * src/gtk/filesel.c
16162                 fix few compiler warnings (type mismatch).
16163
16164 2006-02-09 [paul]       2.0.0cvs37
16165
16166         * po/fr.po
16167                 updated by Fabien Vantard
16168
16169 2006-02-08 [colin]      2.0.0cvs36
16170
16171         * src/prefs_common.c
16172         * src/common/defs.h
16173         * src/common/plugin.c
16174                 allow windows and linux configurations to coexist
16175                 patch by Thomas Gilgin
16176
16177 2006-02-08 [colin]      2.0.0cvs35
16178
16179         * src/filtering.c
16180         * src/matcher.c
16181         * src/matcher.h
16182         * src/matcher_parser_parse.y
16183         * src/prefs_filtering_action.c
16184         * src/prefs_matcher.c
16185                 Add the "Ignore thread" filtering
16186                 action
16187
16188 2006-02-08 [colin]      2.0.0cvs34
16189
16190         * src/compose.c
16191         * src/procmime.c
16192         * src/procmime.h
16193                 Fix bug #905 (damaged attachment)
16194                 text files with raw \0's aren't really text files
16195         FOR_STABLE
16196
16197 2006-02-08 [colin]      2.0.0cvs33
16198
16199         * src/summaryview.c
16200                 Fix crasher introduced yesterday
16201
16202 2006-02-08 [wwp]        2.0.0cvs32
16203
16204         * src/compose.c
16205         * src/compose.h
16206                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16207
16208 2006-02-08 [wwp]        2.0.0cvs31
16209
16210         * src/prefs_template.c
16211                 templates enhancement: allow address completion for Cc and Bcc fields
16212                 (it was currently possible for the To field only)
16213
16214 2006-02-08 [colin]      2.0.0cvs30
16215
16216         * src/compose.c
16217                 Don't unblock if not blocked
16218         FOR_STABLE
16219
16220 2006-02-07 [colin]      2.0.0cvs29
16221
16222         * src/action.c
16223                 Forgot to refresh summaryview
16224
16225 2006-02-07 [colin]      2.0.0cvs28
16226
16227         * src/action.c
16228                 Freeze/thaw message list and folder list while
16229                 processing %as{} actions 
16230         * src/compose.c
16231                 Fix auto-wrap disabling after a middle-click
16232                 paste - FOR_STABLE
16233
16234 2006-02-07 [paul]       2.0.0cvs27
16235
16236         * src/folder.c
16237                 fix freeing of uninitialised pointers
16238                 Thanks to Colin
16239
16240 2006-02-06 [colin]      2.0.0cvs26
16241
16242         * src/folder.c
16243                 Use g_slist_prepend in potentially big list
16244
16245 2006-02-06 [colin]      2.0.0cvs25
16246
16247         * src/folder.c
16248                 Completely skip processing if it doesn't 
16249                 exist (faster!)
16250
16251 2006-02-06 [colin]      2.0.0cvs24
16252
16253         * src/folder.c
16254         * src/summaryview.c
16255                 Batch filtering in summaryview (from Tools menu)
16256                 and pre/post//-processing too
16257
16258 2006-02-06 [colin]      2.0.0cvs23
16259
16260         * src/procmsg.h
16261         * src/filtering.c
16262                 Use a special field for batch filtering instead
16263                 of stepping on deferred execution's toes
16264
16265 2006-02-06 [colin]      2.0.0cvs22
16266
16267         * src/action.c
16268         * src/filtering.c
16269         * src/filtering.h
16270         * src/folder.c
16271         * src/summaryview.c
16272                 Fix filtering via menus and actions
16273
16274 2006-02-06 [colin]      2.0.0cvs21
16275
16276         * src/imap.c
16277                 Put the added file directly to cache if possible (will work
16278                 with next libetpan)
16279         * src/filtering.c
16280         * src/filtering.h
16281         * src/inc.c
16282         * src/folder.c
16283         * src/mbox.c
16284         * src/procmsg.h
16285                 Move and copy filtered messages by batches instead of one
16286                 by one - faster on IMAP
16287         * src/procmsg.c
16288                 Add a function that'll possibly be useful later
16289
16290 2006-02-06 [colin]      2.0.0cvs20
16291
16292         * src/addressbook.c
16293                 Use internal mime-type instead of text/plain for d'n'd
16294         * src/compose.c
16295                 Allow attaching files from mimeview's icon list via d'n'd
16296         * src/folderview.c
16297         * src/folderview.h
16298                 Use internal mime-type instead of text/plain for d'n'd
16299                 Don't try to selected opened folder if none is
16300                 Factorize d'n'd from other apps code
16301         * src/headerview.c
16302         * src/textview.c
16303         * src/gtk/gtkutils.c
16304         * src/gtk/gtkutils.h
16305                 Factorize Face/X-Face stuff
16306         * src/mimeview.c
16307                 Fix d'n'd to other apps
16308         * src/prefs_message.c
16309                 Let the XFace pref be usable without libcompface as it also
16310                 applies to Face
16311         * src/summaryview.c
16312                 Fix d'n'd to other apps
16313                 Factorize d'n'd from other apps code
16314
16315 2006-02-06 [wwp]        2.0.0cvs19
16316
16317         * po/it.po
16318                 Italian translation fixes by Andrea Spadaccini (no more confusion
16319                 between filtering and processing, and few changes in the About
16320                 dialog).
16321
16322
16323 2006-02-06 [mones]      2.0.0cvs18
16324
16325         * src/gtk/icon_legend.c
16326                 Improved descriptions allowing better translations
16327
16328 2006-02-05 [colin]      2.0.0cvs17
16329
16330         * src/imap.c
16331                 Add the f*cking missing expunge that caused imap_fetch_env
16332                 to fail after an add_msgs ! :-///
16333         * src/etpan/imap-thread.c
16334                 Add a bit of debug
16335         FOR_STABLE
16336
16337 2006-02-05 [colin]      2.0.0cvs16
16338
16339         * src/common/utils.c
16340                 Don't check for return-path (or we can't put
16341                 back non-sent mails)
16342
16343 2006-02-05 [colin]      2.0.0cvs15
16344
16345         * src/textview.c
16346                 Don't try to display Face header in textview
16347                 when teh headerview's active
16348
16349 2006-02-05 [colin]      2.0.0cvs14
16350
16351         * tools/tbird2syl.py
16352         * tools/Makefile.am
16353                 Add script to import Thunderbird mails
16354
16355 2006-02-05 [colin]      2.0.0cvs13
16356
16357         * src/headerview.c
16358         * src/procheader.c
16359         * src/procmsg.c
16360         * src/procmsg.h
16361         * src/textview.c
16362                 Show Face headers - patch partially by Klaus Flittner
16363
16364 2006-02-05 [colin]      2.0.0cvs12
16365
16366         * src/folderview.c
16367         * src/summaryview.c
16368         * src/common/utils.c
16369         * src/common/utils.h
16370                 Let dnd work from mime icons to summaryview
16371                 and to folderview too
16372                 Add a crude test to avoid trying to add files
16373                 drag'n'dropped when they're not mails
16374
16375 2006-02-04 [colin]      2.0.0cvs11
16376
16377         * src/summaryview.c
16378         * src/mimeview.c
16379                 Fix utf8 conversion
16380
16381 2006-02-04 [colin]      2.0.0cvs10
16382
16383         * src/compose.c
16384         * src/folderview.c
16385         * src/mimeview.c
16386         * src/summaryview.c
16387         * src/summaryview.h
16388                 Added various drag and drop capas:
16389                 From                    To
16390                 summaryview             other apps
16391                 mimeview icons          other apps
16392                 other apps              summaryview
16393                 other apps              folderview
16394
16395                 This shouldn't have broken the existing:
16396                 From                    To
16397                 summaryview             folderview
16398                 folderview              folderview
16399                 summaryview             compose's attachments
16400
16401         Tests welcomed.
16402
16403 2006-02-02 [paul]       2.0.0cvs9
16404
16405         * src/mainwindow.c
16406                 move global option 'Set displayed columns...' out
16407                 of folder option grouping.
16408                 fix sensitivity of 'harvest addresses'
16409         FOR_STABLE
16410
16411 2006-02-01 [colin]      2.0.0cvs8
16412
16413         * src/mimeview.c
16414                 Revert the alertpanel patch, it sucks (intrusive
16415                 and gets in the way of "open")
16416
16417 2006-02-01 [colin]      2.0.0cvs7
16418
16419         * src/compose.c
16420         * src/prefs_account.c
16421         * src/prefs_common.c
16422         * src/common/defs.h
16423         * src/common/utils.c
16424         * src/common/utils.h
16425                 Add ability to edit the signature file
16426                 from the account preferences, and use
16427                 a default for the text editor.
16428                 Patch by Fabien Vantard
16429
16430 2006-02-01 [colin]      2.0.0cvs6
16431
16432         * src/mimeview.c
16433                 Try to get mime type by extension if it is
16434                 application/octet-stream
16435                 Display a window with possible choices when
16436                 encountering unknown mime types
16437         * src/gtk/filesel.c
16438         * src/gtk/filesel.h
16439                 Add preview
16440                 Allow multiple selection in filtered filesel
16441                 (patch by Fabien Vantard)
16442         * src/gtk/pluginwindow.c
16443                 Use it (patch by Fabien Vantard)
16444
16445 2006-02-01 [paul]       2.0.0cvs5
16446
16447         * src/jpilot.c
16448                 fix crash on creating jpilot address book
16449                 Thanks to Colin - FOR_STABLE
16450         * src/prefs_summaries.c
16451         * src/prefs_wrapping.c
16452         * src/gtk/icon_legend.c
16453         * src/gtk/quicksearch.c
16454                 string fixes and additions
16455
16456 2006-02-01 [paul]       2.0.0cvs4
16457
16458         * src/compose.c
16459         * src/mainwindow.c
16460         * src/messageview.c
16461         * src/prefs_send.c
16462                 add Arabic encoding option
16463                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16464
16465 2006-01-31 [colin]      2.0.0cvs3
16466
16467         * src/plugins/pgpcore/passphrase.c
16468                 Convert passphrase to locale encoding
16469         * src/compose.c
16470                 Fix drafting on IMAP. Crappy bug sneaked in
16471                 the release :-/
16472         FOR_STABLE
16473
16474 2006-01-30 [paul]       2.0.0cvs2
16475
16476         * src/gtk/icon_legend.c
16477                 show the new entries
16478
16479 2006-01-30 [colin]      2.0.0cvs1
16480
16481         * src/manual.c
16482                 Check for the file to be present before 
16483                 enabling the menu - FOR_STABLE
16484         * src/gtk/icon_legend.c
16485                 Add folders icons (not all of them, there
16486                 are too much, but the most intriguing ones)
16487
16488 2006-01-30 [paul]       2.0.0
16489
16490         version 2.0.0 released
16491
16492 [For previous entries, see ChangeLog.pre2.0.0]