68c744f9a7a27940c3164c676e22a1c9a1e17ebd
[claws.git] / ChangeLog
1 2007-01-31 [wwp]        2.7.2cvs9
2
3         * src/plugins/trayicon/trayicon.c
4                 fix buggy hiding of main window when closing if close-to-tray
5                 is not set (bad logics  in the trayicon hook code).
6                 Changed the quit confirmation message too.
7
8 2007-01-30 [colin]      2.7.2cvs8
9
10         * src/main.c
11                 Fix hidden mainwindow after clicking on
12                 the X close button, if compose windows
13                 exist and the user chooses not to quit
14
15 2007-01-30 [colin]      2.7.2cvs7
16
17         * src/main.c
18         * src/compose.c
19                 Handle local URIs to attach files (file:///...)
20                 Fixes attaching files from Thunar for example
21
22 2007-01-30 [colin]      2.7.2cvs6
23
24         * src/prefs_ext_prog.c
25                 Add 'mousepad' to the list of text editors.
26                 Mousepad is XFCE's text editor
27
28 2007-01-29 [wwp]        2.7.2cvs5
29
30         * po/POTFILES.in
31         * src/plugins/trayicon/trayicon_prefs.c
32                 trayicon i18n fixes, thanks to Fabien.
33
34 2007-01-28 [wwp]        2.7.2cvs4
35
36         * src/mainwindow.c
37         * src/mainwindow.h
38         * src/plugins/trayicon/trayicon.c
39         * src/plugins/trayicon/trayicon_prefs.c
40         * src/plugins/trayicon/trayicon_prefs.h
41                 Added a new TrayIcon plugin option to close to tray
42                 (WM's hotkey and [X] button will hide the window instead
43                 of closing it - closing CM can be done using the tray icon
44                 menu or the File menu).
45                 Improved visibility handling in trayicon, clicking the
46                 trayicon now raise the window to current desktop when it
47                 was either minimized/shaded/on another desktop.
48                 Thanks to Paul for testing and fixing a strange behaviour
49                 in KDE ;-).
50
51 2007-01-27 [paul]       2.7.2cvs3
52
53         * src/prefs_folder_item.c
54         * src/prefs_receive.c
55         * src/plugins/pgpcore/prefs_gpg.c
56                 use 'start-up' instead of 'startup' in labels
57
58 2007-01-26 [wwp]        2.7.2cvs2
59
60         * src/plugins/trayicon/Makefile.am
61         * src/plugins/trayicon/trayicon.c
62         * src/plugins/trayicon/trayicon_prefs.c
63         * src/plugins/trayicon/trayicon_prefs.h
64                 Add a new TrayIcon option to hide the main window at
65                 start-up.
66                 Fix trayicon.c copyright header.
67
68 2007-01-26 [paul]       2.7.2cvs1
69
70         * NEWS
71         * README
72         * RELEASE_NOTES
73         * configure.ac
74                 bump up version number following
75                 stable release
76
77 2007-01-25 [mones]      2.7.1cvs60
78
79         * po/es.po
80                 updated thousands of strings (well, probably less ;-)
81
82 2007-01-25 [colin]      2.7.1cvs59
83
84         * src/matcher.c
85                 Fix 2nd-run loss of matcherrc on new
86                 configurations. 
87
88 2007-01-25 [wwp]        2.7.1cvs58
89
90         * src/mimeview.c
91                 fix handling of empty value in attach_save_directory too, thanks
92                 to Colin.
93
94 2007-01-25 [wwp]        2.7.1cvs57
95
96         * src/gtk/filesel.c
97                 fix handling of empty value in attach_load_directory,
98                 thanks to Colin.
99
100 2007-01-25 [wwp]        2.7.1cvs56
101
102         * src/plugins/dillo_viewer/dillo_prefs.h
103                 fix a typo.
104
105 2007-01-25 [colin]      2.7.1cvs55
106
107         * src/matcher.c
108         * src/matcher.h
109         * src/matcher_parser_parse.y
110         * src/prefs_matcher.c
111                 Add matching on the spam flag
112
113 2007-01-24 [colin]      2.7.1cvs54
114
115         * src/folder.c
116         * src/common/xml.c
117         * src/common/xml.h
118                 Make sure folderlist.xml is correctly
119                 written before overwriting it.
120         * src/procmsg.c
121         * src/procmsg.h
122         * src/summaryview.c
123         * src/plugins/bogofilter/bogofilter.c
124         * src/plugins/bogofilter/bogofilter.h
125         * src/plugins/bogofilter/bogofilter_gtk.c
126         * src/plugins/spamassassin/spamassassin.c
127         * src/plugins/spamassassin/spamassassin.h
128         * src/plugins/spamassassin/spamassassin_gtk.c
129                 Move spam to the correct trash folder after
130                 learning, if spam directory isn't set.
131
132 2007-01-23 [paul]       2.7.1cvs53
133
134         * src/plugins/bogofilter/bogofilter_gtk.c
135                 fix sensitivity of "Insert X-Bogosity header"
136                 option
137
138 2007-01-23 [colin]      2.7.1cvs52
139
140         * src/toolbar.c
141                 Translate toolbar items text if
142                 they're translatable (default)
143         * src/addrcache.c
144         * src/addrcache.h
145         * src/addritem.c
146         * src/addritem.h
147         * src/codeconv.c
148         * src/codeconv.h
149         * src/jpilot.c
150         * src/jpilot.h
151         * src/ldapctrl.c
152         * src/ldapctrl.h
153         * src/ldapquery.h
154         * src/ldif.c
155         * src/ldif.h
156         * src/etpan/etpan-thread-manager.c
157         * src/etpan/etpan-thread-manager.h
158         * src/gtk/gtkutils.c
159         * src/gtk/gtkutils.h
160                 More static functions
161
162 2007-01-22 [fabien]     2.7.1cvs51
163
164         * src/gtk/gtkutils.c
165                 gtkut_get_options_frame() : ability to pass
166                 a 'NULL' value in frame pointer parameter if
167                 we don't need it.
168
169 2007-01-22 [colin]      2.7.1cvs50
170
171         * src/procmsg.c
172         * src/procmsg.h
173         * src/plugins/bogofilter/bogofilter.c
174         * src/plugins/bogofilter/bogofilter_gtk.c
175         * src/plugins/spamassassin/spamassassin.c
176         * src/plugins/spamassassin/spamassassin_gtk.c
177                 Allow moving spams to the account's trash
178                 instead of default one
179
180 2007-01-21 [colin]      2.7.1cvs49
181
182         * src/ldapquery.c
183         * src/ldapquery.h
184                 Revert a static function that shouldn't
185                 have been
186
187 2007-01-21 [colin]      2.7.1cvs48
188
189         * src/ldapquery.c
190         * src/ldapquery.h
191                 Same
192
193 2007-01-21 [colin]      2.7.1cvs47
194
195         * src/procmsg.c
196         * src/procmsg.h
197                 Same
198
199 2007-01-21 [colin]      2.7.1cvs46
200
201         * src/common/socket.c
202         * src/common/socket.h
203                 Same
204
205 2007-01-21 [colin]      2.7.1cvs45
206
207         * src/crash.c
208         * src/exporthtml.c
209         * src/exporthtml.h
210         * src/exportldif.c
211         * src/exportldif.h
212         * src/folder.c
213         * src/folder.h
214         * src/folder_item_prefs.c
215         * src/folder_item_prefs.h
216         * src/folderview.c
217         * src/folderview.h
218         * src/gedit-print.c
219         * src/gedit-print.h
220         * src/main.c
221         * src/main.h
222         * src/common/socket.c
223         * src/common/socket.h
224         * src/gtk/gtkaspell.c
225         * src/gtk/gtkaspell.h
226         * src/gtk/quicksearch.c
227         * src/gtk/quicksearch.h
228                 Same
229
230 2007-01-21 [colin]      2.7.1cvs44
231
232         * src/common/utils.c
233         * src/common/utils.h
234         * src/etpan/etpan-thread-manager.c
235         * src/etpan/etpan-thread-manager.h
236                 Same (Funny that etpan_thread_unbind
237                 is called but not etpan_thread_bind)
238
239 2007-01-21 [colin]      2.7.1cvs43
240
241         * src/addrselect.c
242         * src/addrselect.h
243         * src/codeconv.c
244         * src/codeconv.h
245         * src/compose.c
246         * src/compose.h
247         * src/etpan/Makefile.am
248         * src/gtk/colorlabel.c
249         * src/gtk/colorlabel.h
250         * src/gtk/sslcertwindow.c
251         * src/gtk/sslcertwindow.h
252         * src/etpan/etpan-log.c ** REMOVED **
253         * src/etpan/etpan-log.h ** REMOVED **
254                 Same
255
256 2007-01-20 [colin]      2.7.1cvs42
257
258         * src/addritem.c
259         * src/addritem.h
260                 Same
261
262 2007-01-20 [colin]      2.7.1cvs41
263
264         * src/account.c
265         * src/account.h
266         * src/addrbook.c
267         * src/addrbook.h
268         * src/addrcache.c
269         * src/addrcache.h
270         * src/addrclip.c
271         * src/addrclip.h
272         * src/addressbook.c
273         * src/addressbook.h
274         * src/addrharvest.c
275         * src/addrharvest.h
276         * src/addrindex.c
277         * src/addrindex.h
278         * src/editaddress.c
279         * src/editaddress.h
280                 Make functions that aren't used in other
281                 files static
282
283 2007-01-20 [colin]      2.7.1cvs40
284
285         * src/account.c
286         * src/addrbook.c
287         * src/addrcache.c
288         * src/addressbook.c
289         * src/addrgather.c
290         * src/addrindex.c
291         * src/addrquery.c
292         * src/addrselect.c
293         * src/browseldap.c
294         * src/compose.c
295         * src/editbook.c
296         * src/editjpilot.c
297         * src/editldap.c
298         * src/editldap_basedn.c
299         * src/editvcard.c
300         * src/exporthtml.c
301         * src/exportldif.c
302         * src/folder.c
303         * src/folderview.c
304         * src/image_viewer.c
305         * src/imap.c
306         * src/importmutt.c
307         * src/importpine.c
308         * src/jpilot.c
309         * src/ldapquery.c
310         * src/main.c
311         * src/mainwindow.c
312         * src/matcher.c
313         * src/messageview.c
314         * src/mh.c
315         * src/mimeview.c
316         * src/msgcache.c
317         * src/mutt.c
318         * src/news.c
319         * src/pine.c
320         * src/prefs_account.c
321         * src/prefs_common.c
322         * src/prefs_compose_writing.c
323         * src/prefs_ext_prog.c
324         * src/prefs_folder_item.c
325         * src/prefs_fonts.c
326         * src/prefs_message.c
327         * src/prefs_msg_colors.c
328         * src/prefs_other.c
329         * src/prefs_quote.c
330         * src/prefs_receive.c
331         * src/prefs_send.c
332         * src/prefs_spelling.c
333         * src/prefs_summaries.c
334         * src/prefs_toolbar.c
335         * src/prefs_wrapping.c
336         * src/privacy.c
337         * src/procmime.c
338         * src/procmsg.c
339         * src/ssl_manager.c
340         * src/statusbar.c
341         * src/summaryview.c
342         * src/toolbar.c
343         * src/vcard.c
344         * src/common/hooks.c
345         * src/common/log.c
346         * src/common/passcrypt.c
347         * src/common/socket.c
348         * src/common/ssl.c
349         * src/common/ssl_certificate.c
350         * src/common/template.c
351         * src/common/utils.c
352         * src/etpan/imap-thread.c
353         * src/gtk/sslcertwindow.c
354         * src/gtk/sslcertwindow.h
355                 Make functions that could be static, static
356
357 2007-01-20 [colin]      2.7.1cvs39
358
359         * src/editldap.c
360                 Fix tooltip
361
362 2007-01-20 [colin]      2.7.1cvs38
363
364         * src/ldapquery.c
365         * src/ldaputil.c
366         * src/ldaputil.h
367                 Fix bug 1102, 'claws-mail-2.7.1 
368                 makes use of deprecated ldap 
369                 functions'
370
371 2007-01-20 [colin]      2.7.1cvs37
372
373         * src/mainwindow.c
374         * src/mainwindow.h
375         * src/summaryview.c
376         * src/gtk/quicksearch.c
377                 Add Wide message list layout
378
379 2007-01-19 [fabien]     2.7.1cvs36
380
381         * src/textview.c
382                 make sure a font change is considered in links of
383                 headerview.
384
385 2007-01-19 [colin]      2.7.1cvs35
386
387         * src/main.c
388         * src/mainwindow.c
389         * src/mainwindow.h
390         * src/messageview.c
391         * src/messageview.h
392         * src/prefs_common.c
393         * src/prefs_common.h
394         * src/summaryview.c
395         * src/summaryview.h
396         * src/gtk/quicksearch.c
397         * src/gtk/quicksearch.h
398                 Drop 'Separate Folder tree' and 'Separate
399                 Message View'. Put three layouts in place
400                 of it.
401
402 2007-01-19 [paul]       2.7.1cvs34
403
404         * src/prefs_msg_colors.c
405                 more use of Q_ for translators
406
407 2007-01-19 [paul]       2.7.1cvs33
408
409         * src/imap_gtk.c
410         * src/prefs_account.c
411                 a few changes to the English
412
413 2007-01-19 [fabien]     2.7.1cvs32
414
415         * src/wizard.c
416                 factorize translatable string
417
418 2007-01-18 [colin]      2.7.1cvs31
419
420         * src/main.c
421                 Don't error out on --sync option. Although
422                 we don't do anything with it, gtk+ handles
423                 it, and it's useful for debugging X errors
424
425 2007-01-18 [fabien]     2.7.1cvs30
426
427         * src/prefs_other.c
428                 ability to apply on the fly the recent added
429                 'gtk_can_change_accels' pref (no need to restart).
430
431 2007-01-18 [fabien]     2.7.1cvs29
432
433         * src/plugins/bogofilter/bogofilter_gtk.c
434         * src/plugins/bogofilter/bogofilter.c
435         * src/plugins/spamassassin/spamassassin_gtk.c
436         * src/addr_compl.c
437         * src/prefs_account.c
438                 factorize or rewrite some translatable strings.
439
440 2007-01-18 [fabien]     2.7.1cvs28
441
442         * src/prefs_gtk.h
443         * src/compose.c
444                 set a 4pix space between "Subject:" label and subject entry in
445                 compose window.
446
447 2007-01-18 [wwp]        2.7.1cvs27
448
449         * src/addressbook.c
450                 fix conflicting address-copy/paste when focus is set
451                 to the embedded edit-person form.
452  
453
454 2007-01-18 [wwp]        2.7.1cvs26
455
456         * src/addressbook.h
457                 complete 2.7.1cvs23 (one more file was missing from that
458                 commit).
459
460 2007-01-18 [colin]      2.7.1cvs25
461
462         * src/main.c
463                 Provide a way to migrate without backup
464                 Re-ask for migration on next start if 
465                 it has been refused and wizard has been 
466                 cancelled after.
467
468 2007-01-18 [wwp]        2.7.1cvs24
469
470         * src/editaddress.c
471                 complete 2.7.1.cvs23 (file was missing from previous
472                 commit).
473
474 2007-01-18 [wwp]        2.7.1cvs23
475
476         * src/addressbook.c
477                 fix potential crashes in address book's focus_in/out signal handlers,
478                 force focus to the edit-person form when clicked the Edit menu entry or
479                 button (this only matters if the edit-person form is embedded to the
480                 AB window, in that case, focus is not set when browsing the contacts
481                 list w/ keys or mouse clicks).
482
483 2007-01-18 [paul]       2.7.1cvs22
484
485         * src/main.c
486                 add command line options:
487                 -h for --help
488                 -q and --quit for --exit
489                 -v for --version
490                 print "Unknown option" for unknown options
491
492 2007-01-18 [paul]       2.7.1cvs21
493
494         * po/ru.po
495                 updated by Pavlo Bohmat
496
497 2007-01-18 [paul]       2.7.1cvs20
498
499         * src/mainwindow.c
500                 fix sensitivity issues of Mark as Spam/Ham
501
502 2007-01-17 [fabien]     2.7.1cvs19
503
504         * src/prefs_other.c
505         * src/prefs_common.c
506         * src/prefs_common.h
507         * src/main.c
508                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
509                 control the corresponding gtk property. It could be used to lock
510                 all shortcuts (avoid to set one of them by inadvertency).
511
512 2007-01-17 [colin]      2.7.1cvs18
513
514         * src/summaryview.c
515                 Fix bug 1100, 'Highlighted e-mail data not visible 
516                 when color label applied.'. Use a weighted average
517                 between normal selected foreground color and color
518                 label instead of a simple one (3/1 instead 1/1).
519
520 2007-01-17 [colin]      2.7.1cvs17
521
522         * src/messageview.c
523                 Better fix for bug 1088, 'Ctrl-h produces repeatable
524                 crash' - don't prevent mail switching while loading
525
526 2007-01-17 [colin]      2.7.1cvs16
527
528         * src/folder.c
529         * src/folder.h
530         * src/folderview.c
531         * src/folderview.h
532         * src/imap.c
533         * src/imap.h
534         * src/imap_gtk.c
535                 Manage recursive search of unsubscribed folders
536                 Rescan tree without checking for new messages 
537                 after subscriptions changed
538
539 2007-01-17 [paul]       2.7.1cvs15
540
541         * src/prefs_common.c
542         * src/gtk/pluginwindow.c
543                 fix bug 1101, '"Load plugin" button is
544                 accidentally hidden'
545                 unset (-1) initial width in prefs_common,
546                 fix overlapping buttons,
547                 and other cleanups
548
549 2007-01-17 [paul]       2.7.1cvs14
550
551         * src/procmime.c
552                 add #include <errno.h>, it's needed
553                 on some systems
554
555 2007-01-17 [paul]       2.7.1cvs13
556
557         * src/common/defs.h
558         * tools/make.themes.project
559                 rename .sylpheed_themeinfo to .claws_themeinfo
560                 and use it
561         * src/etpan/etpan-errors.h
562         * src/etpan/etpan-log.c
563         * src/etpan/etpan-log.h
564         * src/etpan/etpan-thread-manager-types.h
565         * src/etpan/etpan-thread-manager.c
566         * src/etpan/etpan-thread-manager.h
567         * src/etpan/imap-thread.c
568         * src/etpan/imap-thread.h
569                 add copyright header
570
571 2007-01-17 [colin]      2.7.1cvs12
572
573         * src/plugins/pgpcore/select-keys.c
574         * src/gtk/pluginwindow.c
575         * src/prefs_account.c
576                 Fix warnings
577
578 2007-01-16 [colin]      2.7.1cvs11
579
580         * src/imap.c
581         * src/imap.h
582         * src/imap_gtk.c
583                 Manage subscribing to subfolders when only
584                 subscribed folders are shown.
585
586 2007-01-16 [colin]      2.7.1cvs10
587
588         * src/folderview.c
589                 Fix annoying vscrollbar going back to top
590                 on Check for new folders
591
592 2007-01-16 [colin]      2.7.1cvs9
593
594         * src/imap.c
595                 Remove printf
596
597 2007-01-16 [colin]      2.7.1cvs8
598
599         * src/filtering.c
600                 Bigger buffer for errors
601         * src/imap.c
602         * src/imap.h
603         * src/imap_gtk.c
604         * src/prefs_account.c
605         * src/prefs_account.h
606         * src/wizard.c
607         * src/etpan/imap-thread.c
608         * src/etpan/imap-thread.h
609         * manual/handling.xml
610                 Add subscriptions management. What it changes:
611                 Creating a folder subscribes to it
612                 Deleting a folder unsubscribes it
613                 New contextual menu item allowing to switch between
614                 All folders and Subscribed folders, subscribe, and
615                 unsubscribe. "Creating" an existing but unsubscribed
616                 folder will subscribe it.
617                 By default for new accounts, only subscribed folders 
618                 are shown.
619
620
621 2007-01-16 [paul]       2.7.1cvs7
622
623         * src/summaryview.c
624                 Allow folder classes to specify only sort_key or
625                 sort_type instead of both or none.
626
627 2007-01-16 [paul]       2.7.1cvs6
628
629         * src/action.c
630         * src/compose.c
631         * src/mimeview.c
632         * src/procmime.c
633         * src/textview.c
634                 Save and use errno for procmime_get_part
635
636 2007-01-16 [colin]      2.7.1cvs5
637
638         * src/imap.c
639                 Never remove INBOX when scanning for
640                 new folders. It's a special folder
641                 that has to exist.
642
643 2007-01-15 [colin]      2.7.1cvs4
644
645         * src/imap.c
646                 Fix 'Check for new folders' when IMAP subdirectory
647                 is set
648         * src/etpan/imap-thread.c
649                 Fix build
650
651 2007-01-15 [colin]      2.7.1cvs3
652
653         * src/etpan/imap-thread.c
654                 Fix invalid free on command-connection
655                 error
656
657 2007-01-15 [wwp]        2.7.1cvs2
658
659         * src/matcher_parser_lex.l
660         * src/quote_fmt_lex.l
661         * src/matcher_parser_parse.y
662                 fix copyright header in lexers and parsers.
663
664 2007-01-15 [paul]       2.7.1cvs1
665
666         * NEWS
667         * README
668         * RELEASE_NOTES
669         * configure.ac
670                 bump up version number following
671                 stable release
672
673 2007-01-15 [paul]       2.7.0cvs31
674
675         * AUTHORS
676         * src/gtk/authors.h
677                 add Fabien to the Team list
678                 add the recent contributors
679                 make a few corrections
680
681 2007-01-15 [paul]       2.7.0cvs30
682
683         * src/mainwindow.c
684                 fix compiler warning
685         * src/plugins/pgpcore/prefs_gpg.c
686         * src/plugins/pgpcore/prefs_gpg.h
687                 add missing include
688                 fix copyright header
689
690 2007-01-14 [colin]      2.7.0cvs29
691
692         * src/gtk/filesel.c
693                 Use the 'gtk+' backend. Avoids gnome-vfs use,
694                 two benefits: faster to open, will fix strange
695                 dbus-related crash. Thanks to Pascal Terjan.
696
697 2007-01-14 [colin]      2.7.0cvs28
698
699         * src/etpan/imap-thread.c
700                 Delete the old imap just after allocating
701                 the new one. Makes sure we don't get the
702                 same pointer by sheer luck, which feels
703                 strange in the debug log.
704
705 2007-01-14 [colin]      2.7.0cvs27
706
707         * src/gtk/inputdialog.c
708                 Make sure we don't print passwords in
709                 clear text when in debug mode
710
711 2007-01-14 [colin]      2.7.0cvs26
712
713         * src/gtk/gtksctree.c
714                 Fix bug 1098, 'bogus last row display 
715                 after expanding a thread'. Patch by
716                 Jindrich Makovicka <makovick@gmail.com>
717
718 2007-01-14 [colin]      2.7.0cvs25
719
720         * src/etpan/imap-thread.c
721                 Close socket manually before
722                 freeing the imap struct
723
724 2007-01-14 [colin]      2.7.0cvs24
725
726         * src/etpan/imap-thread.c
727                 Maybe fix new reconnection issues
728
729 2007-01-13 [colin]      2.7.0cvs23
730
731         * src/summaryview.c
732                 Freeze/thaw on thread selection
733
734 2007-01-13 [paul]       2.7.0cvs22
735
736         * src/mainwindow.c
737         * src/summaryview.c
738         * src/summaryview.h
739                 add 'Edit/Delete thread'
740
741 2007-01-13 [colin]      2.7.0cvs21
742
743         * src/prefs_account.c
744         * src/prefs_compose_writing.c
745         * src/prefs_message.c
746         * src/prefs_msg_colors.c
747         * src/prefs_other.c
748         * src/prefs_receive.c
749         * src/prefs_spelling.c
750         * src/prefs_summaries.c
751         * src/prefs_themes.c
752         * src/gtk/gtkutils.c
753         * src/gtk/gtkutils.h
754         * src/plugins/pgpcore/prefs_gpg.c
755         * src/plugins/spamassassin/spamassassin_gtk.c
756                 Factorize gtk frame creation
757                 Patch by Pawel
758
759 2007-01-13 [colin]      2.7.0cvs20
760
761         * src/message_search.c
762         * src/summary_search.c
763                 Fix Enter in search windows
764         * src/messageview.c
765                 Fix body search starting at the
766                 end of the mail (and asking for loop)
767
768 2007-01-13 [colin]      2.7.0cvs19
769
770         * src/etpan/imap-thread.c
771                 Make sure we don't free the same imap
772                 twice
773
774 2007-01-13 [colin]      2.7.0cvs18
775
776         * commitHelper
777                 Allow multiple commitHelpers to
778                 run at once
779
780 2007-01-12 [colin]      2.7.0cvs17
781
782         * src/etpan/imap-thread.c
783                 Make sure we get rid of the previous mailimap
784                 when connecting - just in case disconnect was
785                 unclean
786
787 2007-01-12 [paul]       2.7.0cvs16
788
789         * src/compose.c
790                 Strip S/MIME signatures when re-editing
791                 S/MIME signed messages.
792
793 2007-01-12 [paul]       2.7.0cvs15
794
795         * configure.ac
796         * src/addressbook.c
797         * src/foldersel.c
798         * src/folderview.c
799         * src/main.c
800                 no need to define CLAWS anymore, remove
801                 all that stuff
802
803 2007-01-12 [paul]       2.7.0cvs14
804
805         * src/mimeview.c
806                 check if the mail's signed as
807                 it can change the mail structure
808                 Thanks to Colin
809
810 2007-01-12 [paul]       2.7.0cvs13
811
812         * src/procmime.c
813                 fix Forwarding msgs with attachments
814                 that have dos line endings
815                 Thanks to Colin
816
817 2007-01-12 [wwp]        2.7.0cvs12
818
819         * configure.ac
820                 Revert accidentally committed extra version tag.
821
822 2007-01-12 [wwp]        2.7.0cvs11
823
824         * src/prefs_account.c
825                 Fix compilation w/o aspell (completes 2.7.0cvs7).
826
827 2007-01-11 [colin]      2.7.0cvs10
828
829         * src/imap.c
830                 move g_warning to debug_print
831                 it scares people for no reason
832
833 2007-01-11 [colin]      2.7.0cvs9
834
835         * po/POTFILES.in
836                 Fix files to translate. Patch by
837                 Fabien
838
839 2007-01-11 [paul]       2.7.0cvs8
840
841         * src/imap.c
842                 Fix recursion when server lists the
843                 current subfolder in the response
844         * src/mimeview.c
845                 Fix updating of icon_list/ctree
846         * src/plugins/pgpcore/select-keys.c
847                 Fix a few annoyances when choosing
848                 keys for the CMS (S/MIME) protocol
849
850 2007-01-11 [wwp]        2.7.0cvs7
851
852         * src/compose.c
853         * src/prefs_account.c
854         * src/prefs_account.h
855                 Add per-account spellcheck default dictionaries settings.
856
857 2007-01-10 [colin]      2.7.0cvs6
858
859         * src/prefs_folder_item.c
860                 Factorize strings - patch by Fabien
861
862 2007-01-10 [colin]      2.7.0cvs5
863
864         * src/mainwindow.c
865                 Fix bug 1095, 'Crash while changing folder 
866                 columns during incorporation'
867
868 2007-01-09 [colin]      2.7.0cvs4
869
870         * src/gtk/pluginwindow.c
871                 Set the plugin window transient. Seems
872                 like some window managers hide it in
873                 the background after "load plugin"...
874
875 2007-01-09 [colin]      2.7.0cvs3
876
877         * src/gtk/filesel.c
878                 Use the same type for alloc and free
879
880 2007-01-08 [paul]       2.7.0cvs2
881
882         * po/nl.po
883                 updated by Tim Dijkstra
884
885 2007-01-08 [paul]       2.7.0cvs1
886
887         * src/prefs_themes.c
888         * src/common/utils.c
889                 Fix resource leaks
890
891 2007-01-08 [paul]       2.7.0
892
893         * NEWS
894         * README
895         * RELEASE_NOTES
896                 2.7.0 released
897
898 2007-01-08 [paul]       2.6.1cvs119
899
900         * doc/man/claws-mail.1
901                 another correction
902
903 2007-01-08 [paul]       2.6.1cvs118
904
905         * doc/man/claws-mail.1
906                 corrections
907         * manual/advanced.xml
908                 improved English usage
909
910 2007-01-08 [paul]       2.6.1cvs117
911
912         * po/ca.po
913         * po/de.po
914         * po/en_GB.po
915         * po/fi.po
916         * po/it.po
917         * po/pt_BR.po
918         * po/sk.po
919         * po/sr.po
920         * po/zh_CN.po
921                 updated by Miquel Oliete, Stephan Sachse, me,
922                 Tommi Pirinen, Andrea Spadaccini, Frederico
923                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
924                 Urosevic, and Ralgh Young
925
926 2007-01-07 [mones]      2.6.1cvs116
927
928         * manual/es/advanced.xml
929         * po/es.po
930                 Synced manual (unhide mark_as_read_delay)
931                 and updated translation for release
932
933 2007-01-07 [paul]       2.6.1cvs115
934
935         * src/prefs_matcher.c
936                 make the hbox content fit better under
937                 various languages
938
939 2007-01-07 [colin]      2.6.1cvs114
940
941         * src/messageview.c
942                 Fix bug 1088, 'Ctrl-h produces repeatable
943                 crash'
944
945 2007-01-06 [colin]      2.6.1cvs113
946
947         * src/etpan/imap-thread.c
948                 Add casts to int to get certs. Fixes
949                 bug 1064, 'crash @ etpan_certificate_check() 
950                 when opening an IMAP folder', with latest
951                 libetpan CVS or >= 0.49
952         * src/mainwindow.c
953         * src/mainwindow.h
954         * src/imap_gtk.c
955         * src/news_gtk.c
956         * src/prefs_folder_item.c
957                 Grey out the "synchronise" menu items if
958                 there's nothing to synchronise.
959         * src/plugins/pgpcore/sgpgme.c
960                 Make an error clearer than "Unknown error"
961
962 2007-01-06 [colin]      2.6.1cvs112
963
964         * src/messageview.c
965                 Don't try to show a message if updating
966                 Maybe fixes bug 1088, 'ctrl-h produces
967                 repeatable crash'.
968
969 2007-01-06 [colin]      2.6.1cvs111
970
971         * src/summaryview.c
972                 Disable Control-Space (handle it as Space).
973
974 2007-01-05 [paul]       2.6.1cvs110
975
976         * src/imap.c
977                 Fix bug 934, 'sylpheed claws 2.1 
978                 doesn't show Exchanges Public Folders'
979                 Thanks to Hoa and Colin
980         * src/msgcache.c
981                 Refuse to allocate more than 2 MB for a 
982                 single field, it's a good indication of
983                 cache corruption.
984
985 2007-01-05 [colin]      2.6.1cvs109
986
987         * src/mainwindow.c
988                 Allow --select'ing emails by Message-ID too
989
990 2007-01-05 [colin]      2.6.1cvs108
991
992         * src/common/quoted-printable.c
993                 Uh! Third fix :)
994
995 2007-01-05 [colin]      2.6.1cvs107
996
997         * src/common/quoted-printable.c
998                 Fix previous commit about bug 1089
999                 Thanks to Ralf
1000
1001 2007-01-05 [colin]      2.6.1cvs106
1002
1003         * src/common/quoted-printable.c
1004                 Fix my previous commit on bug 1089
1005                 - Thanks to Ralf :)
1006
1007 2007-01-04 [colin]      2.6.1cvs105
1008
1009         * src/common/quoted-printable.c
1010                 Fix bug 1089, 'NUL characters in Subject 
1011                 line are misinterpreted'. Not a pain to
1012                 fix in fact.
1013
1014 2007-01-04 [colin]      
1015
1016         2.7.0-rc3 released
1017
1018 2007-01-04 [wwp]        2.6.1cvs104
1019
1020         * src/image_viewer.c
1021                 Force operator precedence (fix a compiler warning).
1022
1023 2007-01-04 [colin]      2.6.1cvs103
1024
1025         * src/image_viewer.c
1026                 Be cautious there too (same fix as the one
1027                 in textview from cvs33)
1028         * src/messageview.c
1029                 Don't use any MimeViewer plugin when showing
1030                 all headers
1031
1032 2007-01-03 [wwp]        2.6.1cvs102
1033
1034         * src/html.c
1035         * src/html.h
1036                 fixed "cent" sign (use the existing ASCII one),
1037                 decode more HTML entities,
1038                 converted table ASCII entries to UTF-8,
1039                 moved a switch() into a hashtable.
1040
1041 2007-01-03 [paul]       2.6.1cvs101
1042
1043         * src/compose.c
1044         * src/messageview.c
1045         * src/procmsg.c
1046         * src/procmsg.h
1047                 When possible, use move_msg instead of
1048                 copy_msg + remove_msg to move sent mail
1049                 from Queue to Sent. 
1050
1051 2007-01-03 [paul]       2.6.1cvs100
1052
1053         * src/html.c
1054                 add more html entity recognition:
1055                 pounds, euros, and cents
1056
1057 2007-01-03 [colin]      2.6.1cvs99
1058
1059         * src/imap_gtk.c
1060                 Don't display an error on NOSELECT
1061                 folders when synchronising
1062
1063 2007-01-03 [paul]       2.6.1cvs98
1064
1065         * tools/maildir2claws-mail.pl
1066                 only substitute 'sent-mail' if it's
1067                 the full directory name
1068
1069 2007-01-03 [paul]       2.6.1cvs97
1070
1071         * ChangeLog
1072         * ChangeLog.pre2.0.0
1073         * Makefile.am
1074                 archive a chunk of ChangeLog in
1075                 ChangeLog.pre2.0.0
1076         * ChangeLog.gtk1
1077         * doc/src/ChangeLog.claws-pre0.8.0
1078                 remove ChangeLog.claws-pre0.8.0, adding
1079                 its contents to ChangeLog.gtk1
1080
1081 2007-01-03 [paul]       2.6.1cvs96
1082
1083         * src/account.c
1084         * src/account.h
1085         * src/action.c
1086         * src/action.h
1087         * src/adbookbase.h
1088         * src/addr_compl.c
1089         * src/addr_compl.h
1090         * src/addrbook.c
1091         * src/addrcache.c
1092         * src/addrcache.h
1093         * src/addrcindex.c
1094         * src/addrcindex.h
1095         * src/addrclip.c
1096         * src/addrclip.h
1097         * src/addrdefs.h
1098         * src/addressadd.c
1099         * src/addressadd.h
1100         * src/addressbook.c
1101         * src/addressbook.h
1102         * src/addressbook_foldersel.c
1103         * src/addressbook_foldersel.h
1104         * src/addrgather.c
1105         * src/addrgather.h
1106         * src/addrharvest.c
1107         * src/addrharvest.h
1108         * src/addrindex.c
1109         * src/addrindex.h
1110         * src/addritem.c
1111         * src/addritem.h
1112         * src/addrquery.c
1113         * src/addrquery.h
1114         * src/addrselect.c
1115         * src/addrselect.h
1116         * src/alertpanel.c
1117         * src/alertpanel.h
1118         * src/browseldap.c
1119         * src/browseldap.h
1120         * src/codeconv.c
1121         * src/codeconv.h
1122         * src/compose.c
1123         * src/compose.h
1124         * src/customheader.c
1125         * src/customheader.h
1126         * src/displayheader.c
1127         * src/displayheader.h
1128         * src/editaddress.c
1129         * src/editaddress.h
1130         * src/editbook.c
1131         * src/editbook.h
1132         * src/editgroup.c
1133         * src/editgroup.h
1134         * src/editjpilot.c
1135         * src/editjpilot.h
1136         * src/editldap.c
1137         * src/editldap.h
1138         * src/editldap_basedn.c
1139         * src/editldap_basedn.h
1140         * src/editvcard.c
1141         * src/editvcard.h
1142         * src/exphtmldlg.c
1143         * src/exphtmldlg.h
1144         * src/expldifdlg.c
1145         * src/expldifdlg.h
1146         * src/export.c
1147         * src/export.h
1148         * src/exporthtml.c
1149         * src/exporthtml.h
1150         * src/exportldif.c
1151         * src/exportldif.h
1152         * src/filtering.c
1153         * src/filtering.h
1154         * src/folder.c
1155         * src/folder.h
1156         * src/folder_item_prefs.c
1157         * src/folder_item_prefs.h
1158         * src/foldersel.c
1159         * src/foldersel.h
1160         * src/folderutils.c
1161         * src/folderutils.h
1162         * src/folderview.c
1163         * src/folderview.h
1164         * src/grouplistdialog.c
1165         * src/grouplistdialog.h
1166         * src/headerview.c
1167         * src/html.c
1168         * src/html.h
1169         * src/image_viewer.c
1170         * src/image_viewer.h
1171         * src/imap.c
1172         * src/imap.h
1173         * src/imap_gtk.c
1174         * src/imap_gtk.h
1175         * src/import.c
1176         * src/import.h
1177         * src/importldif.c
1178         * src/importldif.h
1179         * src/importmutt.c
1180         * src/importmutt.h
1181         * src/importpine.c
1182         * src/importpine.h
1183         * src/inc.c
1184         * src/inc.h
1185         * src/jpilot.c
1186         * src/jpilot.h
1187         * src/ldapctrl.c
1188         * src/ldapctrl.h
1189         * src/ldaplocate.c
1190         * src/ldaplocate.h
1191         * src/ldapquery.c
1192         * src/ldapquery.h
1193         * src/ldapserver.c
1194         * src/ldapserver.h
1195         * src/ldaputil.c
1196         * src/ldaputil.h
1197         * src/ldif.c
1198         * src/ldif.h
1199         * src/main.c
1200         * src/main.h
1201         * src/mainwindow.c
1202         * src/mainwindow.h
1203         * src/manual.c
1204         * src/manual.h
1205         * src/mbox.c
1206         * src/message_search.c
1207         * src/message_search.h
1208         * src/messageview.c
1209         * src/messageview.h
1210         * src/mh.c
1211         * src/mh.h
1212         * src/mh_gtk.c
1213         * src/mh_gtk.h
1214         * src/mimeview.c
1215         * src/mimeview.h
1216         * src/msgcache.c
1217         * src/msgcache.h
1218         * src/mutt.c
1219         * src/mutt.h
1220         * src/news.c
1221         * src/news.h
1222         * src/news_gtk.c
1223         * src/news_gtk.h
1224         * src/partial_download.c
1225         * src/partial_download.h
1226         * src/pine.c
1227         * src/pine.h
1228         * src/pop.c
1229         * src/pop.h
1230         * src/prefs_account.c
1231         * src/prefs_account.h
1232         * src/prefs_actions.c
1233         * src/prefs_actions.h
1234         * src/prefs_common.c
1235         * src/prefs_common.h
1236         * src/prefs_compose_writing.c
1237         * src/prefs_compose_writing.h
1238         * src/prefs_customheader.c
1239         * src/prefs_customheader.h
1240         * src/prefs_display_header.c
1241         * src/prefs_display_header.h
1242         * src/prefs_filtering.c
1243         * src/prefs_filtering.h
1244         * src/prefs_filtering_action.c
1245         * src/prefs_filtering_action.h
1246         * src/prefs_folder_column.c
1247         * src/prefs_folder_column.h
1248         * src/prefs_folder_item.c
1249         * src/prefs_folder_item.h
1250         * src/prefs_fonts.c
1251         * src/prefs_fonts.h
1252         * src/prefs_gtk.c
1253         * src/prefs_gtk.h
1254         * src/prefs_image_viewer.c
1255         * src/prefs_image_viewer.h
1256         * src/prefs_matcher.c
1257         * src/prefs_matcher.h
1258         * src/prefs_message.c
1259         * src/prefs_msg_colors.c
1260         * src/prefs_msg_colors.h
1261         * src/prefs_other.c
1262         * src/prefs_quote.c
1263         * src/prefs_receive.c
1264         * src/prefs_send.c
1265         * src/prefs_spelling.c
1266         * src/prefs_spelling.h
1267         * src/prefs_summaries.c
1268         * src/prefs_summaries.h
1269         * src/prefs_summary_column.c
1270         * src/prefs_summary_column.h
1271         * src/prefs_template.c
1272         * src/prefs_template.h
1273         * src/prefs_themes.c
1274         * src/prefs_themes.h
1275         * src/prefs_toolbar.c
1276         * src/prefs_toolbar.h
1277         * src/prefs_wrapping.c
1278         * src/prefs_wrapping.h
1279         * src/privacy.c
1280         * src/privacy.h
1281         * src/procheader.c
1282         * src/procheader.h
1283         * src/procmime.c
1284         * src/procmime.h
1285         * src/procmsg.c
1286         * src/procmsg.h
1287         * src/quote_fmt.c
1288         * src/quote_fmt_parse.y
1289         * src/recv.c
1290         * src/recv.h
1291         * src/remotefolder.c
1292         * src/remotefolder.h
1293         * src/send_message.c
1294         * src/send_message.h
1295         * src/setup.c
1296         * src/setup.h
1297         * src/sourcewindow.c
1298         * src/sourcewindow.h
1299         * src/ssl_manager.c
1300         * src/ssl_manager.h
1301         * src/statusbar.c
1302         * src/statusbar.h
1303         * src/stock_pixmap.c
1304         * src/stock_pixmap.h
1305         * src/summary_search.c
1306         * src/summary_search.h
1307         * src/summaryview.c
1308         * src/summaryview.h
1309         * src/textview.c
1310         * src/textview.h
1311         * src/toolbar.c
1312         * src/toolbar.h
1313         * src/undo.c
1314         * src/undo.h
1315         * src/unmime.c
1316         * src/unmime.h
1317         * src/vcard.c
1318         * src/vcard.h
1319         * src/wizard.c
1320         * src/wizard.h
1321         * src/common/base64.c
1322         * src/common/base64.h
1323         * src/common/defs.h
1324         * src/common/hooks.c
1325         * src/common/hooks.h
1326         * src/common/log.c
1327         * src/common/log.h
1328         * src/common/mgutils.c
1329         * src/common/mgutils.h
1330         * src/common/nntp.c
1331         * src/common/nntp.h
1332         * src/common/passcrypt.c
1333         * src/common/passcrypt.h.in
1334         * src/common/plugin.c
1335         * src/common/plugin.h
1336         * src/common/prefs.c
1337         * src/common/prefs.h
1338         * src/common/progressindicator.c
1339         * src/common/progressindicator.h
1340         * src/common/quoted-printable.c
1341         * src/common/quoted-printable.h
1342         * src/common/session.c
1343         * src/common/session.h
1344         * src/common/smtp.c
1345         * src/common/smtp.h
1346         * src/common/socket.c
1347         * src/common/socket.h
1348         * src/common/ssl.c
1349         * src/common/ssl.h
1350         * src/common/ssl_certificate.c
1351         * src/common/ssl_certificate.h
1352         * src/common/stringtable.c
1353         * src/common/stringtable.h
1354         * src/common/template.c
1355         * src/common/template.h
1356         * src/common/timing.h
1357         * src/common/utils.c
1358         * src/common/utils.h
1359         * src/common/version.h.in
1360         * src/common/xml.c
1361         * src/common/xml.h
1362         * src/common/xmlprops.c
1363         * src/common/xmlprops.h
1364         * src/gtk/about.c
1365         * src/gtk/colorlabel.c
1366         * src/gtk/colorsel.c
1367         * src/gtk/colorsel.h
1368         * src/gtk/combobox.c
1369         * src/gtk/combobox.h
1370         * src/gtk/description_window.c
1371         * src/gtk/description_window.h
1372         * src/gtk/filesel.c
1373         * src/gtk/filesel.h
1374         * src/gtk/foldersort.c
1375         * src/gtk/foldersort.h
1376         * src/gtk/gtksctree.c
1377         * src/gtk/gtkutils.c
1378         * src/gtk/gtkutils.h
1379         * src/gtk/inputdialog.c
1380         * src/gtk/inputdialog.h
1381         * src/gtk/logwindow.c
1382         * src/gtk/logwindow.h
1383         * src/gtk/manage_window.c
1384         * src/gtk/manage_window.h
1385         * src/gtk/menu.c
1386         * src/gtk/menu.h
1387         * src/gtk/pluginwindow.c
1388         * src/gtk/pluginwindow.h
1389         * src/gtk/prefswindow.c
1390         * src/gtk/prefswindow.h
1391         * src/gtk/progressdialog.c
1392         * src/gtk/progressdialog.h
1393         * src/gtk/sslcertwindow.c
1394         * src/gtk/sslcertwindow.h
1395         * src/plugins/bogofilter/bogofilter.c
1396         * src/plugins/bogofilter/bogofilter.h
1397         * src/plugins/bogofilter/bogofilter_gtk.c
1398         * src/plugins/clamav/clamav_plugin.c
1399         * src/plugins/clamav/clamav_plugin.h
1400         * src/plugins/clamav/clamav_plugin_gtk.c
1401         * src/plugins/demo/demo.c
1402         * src/plugins/dillo_viewer/dillo_prefs.c
1403         * src/plugins/dillo_viewer/dillo_prefs.h
1404         * src/plugins/dillo_viewer/dillo_viewer.c
1405         * src/plugins/pgpcore/passphrase.c
1406         * src/plugins/pgpcore/passphrase.h
1407         * src/plugins/pgpcore/pgp_viewer.c
1408         * src/plugins/pgpcore/pgp_viewer.h
1409         * src/plugins/pgpcore/plugin.c
1410         * src/plugins/pgpcore/select-keys.c
1411         * src/plugins/pgpcore/select-keys.h
1412         * src/plugins/pgpcore/sgpgme.c
1413         * src/plugins/pgpcore/sgpgme.h
1414         * src/plugins/pgpinline/pgpinline.c
1415         * src/plugins/pgpinline/pgpinline.h
1416         * src/plugins/pgpinline/plugin.c
1417         * src/plugins/pgpmime/pgpmime.c
1418         * src/plugins/pgpmime/pgpmime.h
1419         * src/plugins/pgpmime/plugin.c
1420         * src/plugins/spamassassin/spamassassin.c
1421         * src/plugins/spamassassin/spamassassin.h
1422         * src/plugins/spamassassin/spamassassin_gtk.c
1423         * src/plugins/trayicon/trayicon.c
1424                 it's 2007, update the year in the copyright headers
1425
1426 2007-01-03 [paul]       2.6.1cvs95
1427
1428         * src/gtk/about.c
1429                 it is 2007, use it in the copyright string
1430
1431 2007-01-03 [paul]       2.6.1cvs94
1432
1433         * src/html.c
1434                 html entity conversion:
1435                 move &#153; to a more suitable place
1436                 add &bull; and &ndash;
1437                 make sure &mdash; and &#8212; are both
1438                 converted the same
1439
1440 2007-01-02 [colin]      2.6.1cvs93
1441
1442         * src/addrbook.c
1443                 Fix leak
1444         * src/common/plugin.c
1445                 Add comment
1446         * src/etpan/imap-thread.c
1447                 Fix warning
1448
1449 2006-12-31 [paul]       2.6.1cvs92
1450
1451         * src/prefs_summaries.c
1452                 use gtk_button_new_from_stock()
1453
1454 2006-12-30 [colin]      2.6.1cvs91
1455
1456         * src/folder.c
1457         * src/imap_gtk.c
1458         * src/mh_gtk.c
1459                 Don't update filtering and account paths 
1460                 when copying folders
1461
1462 2006-12-30 [colin]      2.6.1cvs90
1463
1464         * src/prefs_compose_writing.c
1465         * src/prefs_quote.c
1466         * src/prefs_template.c
1467                 Use message font for Writing and 
1468                 Quoting prefs, as well as Templates.
1469
1470 2006-12-30 [colin]      2.6.1cvs89
1471
1472         * src/prefs_summaries.c
1473                 Rework GUI; patch by Pawel
1474
1475 2006-12-29 [colin]      2.6.1cvs88
1476
1477         * src/prefs_folder_item.c
1478                 Fix bug 1085, 'Apply to subfolder 
1479                 doesn't work' - I was mistaken saying
1480                 it worked in every case
1481
1482 2006-12-28 [colin]      2.6.1cvs87
1483
1484         * src/gtk/gtkaspell.c
1485                 Don't assert if use_alternate is true
1486                 and alt_dictionary isn't set -- this 
1487                 is what happens on upgrade! Rather,
1488                 do with it.
1489
1490 2006-12-28 [colin]      2.6.1cvs86
1491
1492         * Makefile.am
1493                 Fix desktop/icon simplification
1494
1495 2006-12-28 [colin]      2.6.1cvs85
1496
1497         * Makefile.am
1498                 Make desktop and icon not 
1499                 dependant on the desktop
1500
1501 2006-12-28 [wwp]        2.6.1cvs84
1502
1503         * src/plugins/pgpmime/claws.def
1504                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1505
1506 2006-12-28 [wwp]        2.6.1cvs83
1507
1508         * src/prefs_folder_item.c
1509                 Fix coloring of "simplify subject regexp" (folder prefs),
1510                 which might be left to red whereas the regexp gets empty.
1511
1512 2006-12-28 [wwp]        2.6.1cvs82
1513
1514         * src/prefs_common.c
1515         * src/prefs_common.h
1516         * src/addressbook.c
1517         * src/addressitem.h
1518                 Save addressbook mainwindow's horizontal and vertical splitter position.
1519
1520 2006-12-27 [wwp]        2.6.1cvs81
1521
1522         * src/gtk/gtkaspell.c
1523         * src/gtk/gtkaspell.h
1524         * src/compose.c
1525                 Fix assignment of compose's default and alternate dictionary from
1526                 account or folder settings. Now gtkaspell_change_dict does rotate
1527                 dicts only when it's called from a menu cb.
1528
1529 2006-12-27 [wwp]        2.6.1cvs80
1530
1531         * src/folder_item_prefs.c
1532                 Fix randomly initialized default-alt-dictionary (folder prefs),
1533                 complete 2.6.1cvs72.
1534
1535 2006-12-27 [paul]       2.6.1cvs79
1536
1537         * src/imap_gtk.c
1538         * src/mh_gtk.c
1539                 Add Copy folder in the folder's contextual
1540                 menu
1541
1542 2006-12-27 [wwp]        2.6.1cvs78
1543
1544         * src/imap.c
1545                 Clean up session locking, thanks to Colin.
1546
1547 2006-12-26 [colin]      2.6.1cvs77
1548
1549         * src/statusbar.c
1550                 Revert previous patch
1551
1552 2006-12-26 [colin]      2.6.1cvs76
1553
1554         * src/folder.c
1555         * src/folderview.c
1556         * src/imap.c
1557         * src/statusbar.c
1558         * src/etpan/imap-thread.c
1559                 Fix previous commit warnings
1560                 Make statusbar update every second if total < 20
1561                 Make IMAP APPEND faster by simplifying log              
1562
1563 2006-12-26 [colin]      2.6.1cvs75
1564
1565         * src/folder.c
1566         * src/folder.h
1567         * src/folderview.c
1568         * src/folderview.h
1569         * src/imap_gtk.c
1570         * src/mh_gtk.c
1571                 Make it possible to copy folders accross
1572                 mailboxes (this was an arbitrary limitation).
1573                 Still make it impossible to move folders 
1574                 accross mailboxes.
1575
1576 2006-12-26 [colin]      2.6.1cvs74
1577
1578         * src/etpan/imap-thread.c
1579                 Fix bug 1081, 'claws-mail 
1580                 segfaults when going offline 
1581                 while it transfers mails via 
1582                 imap'
1583
1584 2006-12-26 [colin]      2.6.1cvs73
1585
1586         * src/folder_item_prefs.c
1587                 Don't forget alt dictionary when
1588                 renaming/moving folders
1589
1590 2006-12-26 [wwp]        2.6.1cvs72
1591
1592         * src/folder_item_prefs.c
1593                 Add missing defaults for per-folder alt dict
1594                 (forgotten in 2.6.1cvs61).
1595
1596 2006-12-26 [colin]      2.6.1cvs71
1597
1598         * src/wizard.c
1599                 Add tooltip to state that specifying
1600                 full path to mailbox is possible
1601
1602 2006-12-26 [wwp]        2.6.1cvs70
1603
1604         * src/partial_download.c
1605         * src/gtk/gtkvscrollbutton.c
1606         * src/plugins/pgpinline/plugin.c
1607                 Fix for few compiler warnings that matter.
1608
1609 2006-12-25 [colin]      2.6.1cvs69
1610
1611         * src/partial_download.c
1612                 Fix marking for download or deletion
1613                 when the header isn't the first
1614         * src/gtk/logwindow.c
1615                 Fix start of scrolling
1616
1617 2006-12-23 [paul]       2.6.1cvs68
1618
1619         * src/compose.c
1620                 change last commit to use the 'academic'
1621                 method instead. Thanks to wwp
1622
1623 2006-12-23 [paul]       2.6.1cvs67
1624
1625         * src/compose.c
1626                 don't warn about empty subject when
1627                 redirecting
1628
1629 2006-12-22 [colin]      2.6.1cvs66
1630
1631         * src/summary_search.c
1632                 Fix previous patch
1633
1634 2006-12-22 [colin]      2.6.1cvs65
1635
1636         * src/gtk/gtkutils.c
1637         * src/imap.c
1638         * src/jpilot.c
1639         * src/summary_search.c
1640                 A few warning fixes
1641
1642 2006-12-23 [paul]       
1643
1644         2.7.0-rc2 released
1645
1646 2006-12-22 [colin]      2.6.1cvs64
1647
1648         * src/toolbar.c
1649         * src/toolbar.h
1650                 Add a combo to the learn spam button
1651         * src/plugins/bogofilter/bogofilter.c
1652         * src/plugins/bogofilter/bogofilter_gtk.c
1653         * src/plugins/bogofilter/bogofilter.h
1654                 Allow to store Unsure mails in a specific
1655                 folder to make better teaching easier
1656
1657 2006-12-21 [wwp]        2.6.1cvs63
1658
1659         * src/compose.c
1660         * src/prefs_common.c
1661         * src/prefs_common.h
1662         * src/prefs_spelling.c
1663         * src/gtk/gtkaspell.c
1664         * src/gtk/gtkaspell.h
1665                 Allow spell-checking using both current and alternate dictionaries
1666                 (thanks to Colin).
1667
1668 2006-12-21 [wwp]        2.6.1cvs62
1669
1670         * src/gtk/gtkaspell.c
1671                 Apply recheck_when_changing_dict (highlight all mispelled words)
1672                 when switching to alternate dictionary.
1673
1674 2006-12-21 [wwp]        2.6.1cvs61
1675
1676         * src/compose.c
1677         * src/folder_item_prefs.h
1678         * src/prefs_common.c
1679         * src/prefs_common.h
1680         * src/prefs_folder_item.c
1681         * src/prefs_spelling.c
1682         * src/gtk/gtkaspell.c
1683         * src/gtk/gtkaspell.h
1684                 Add global and per-folder prefs to set the default
1685                 alternate dictionary.
1686
1687 2006-12-21 [colin]      2.6.1cvs60
1688
1689         * src/folder.c
1690                 Look for folders by path in all folders
1691         * src/html.c
1692                 add &mdash;
1693
1694 2006-12-20 [colin]      2.6.1cvs59
1695
1696         * src/gtk/quicksearch.c
1697                 Make sure in_typing is false when clearing
1698
1699 2006-12-20 [wwp]        2.6.1cvs58
1700
1701         * configure.ac
1702                 change manual's target dir to be LFH-compliant (thanks to Colin).
1703
1704 2006-12-20 [wwp]        2.6.1cvs57
1705
1706         * src/prefs_common.c
1707         * src/prefs_summaries.c
1708                 i18n fix and factorize patch, thanks to Fabien.
1709
1710 2006-12-20 [paul]       2.6.1cvs56
1711
1712         * configure.ac
1713                 last of the renaming (??)
1714         * src/main.c
1715                 correct --help info of --status-full
1716         * src/plugins/bogofilter/bogofilter.c
1717                 make FALSE default of whitelist_ab
1718
1719 2006-12-19 [colin]      2.6.1cvs55
1720
1721         * src/jpilot.c
1722                 Same as before, without depending on
1723                 pisock >= 0.12
1724
1725 2006-12-19 [colin]      2.6.1cvs54
1726
1727         * src/jpilot.c
1728                 Fix bug 1059, 'Better jpilot charset 
1729                 handling'. Use libpisync's charset conversion
1730                 if possible
1731
1732 2006-12-19 [colin]      2.6.1cvs53
1733
1734         * po/fr.po
1735                 Updated by Fabien
1736
1737 2006-12-19 [wwp]        2.6.1cvs52
1738
1739         * src/gtk/about.c
1740                 Add missing #include (thanks to Colin).
1741
1742 2006-12-19 [wwp]        2.6.1cvs51
1743
1744         * src/prefs_receive.c
1745                 Better spacing between widgets in prefs.
1746
1747 2006-12-18 [colin]      2.6.1cvs50
1748
1749         * src/imap.c
1750                 Fix failure to get separator on LIST "" ""
1751                 Try LIST "" "INBOX" too.
1752
1753 2006-12-18 [wwp]        2.6.1cvs49
1754
1755         * src/common/session.c
1756                 Fix a compiler warning (thanks to Fabien).
1757
1758 2006-12-18 [wwp]        2.6.1cvs48
1759
1760         * src/compose.c
1761         * src/prefs_quote.c
1762                 Factorize some strings for translation (it's about error
1763                 messages when applying or checking template/quote format).
1764
1765 2006-12-18 [colin]      2.6.1cvs47
1766
1767         * Makefile.am
1768         * src/common/defs.h
1769         * src/gtk/Makefile.am
1770         * src/gtk/about.c
1771                 Add a Release notes tab from the contents of
1772                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1773
1774 2006-12-17 [colin]      2.6.1cvs46
1775
1776         * src/mimeview.c
1777         * src/textview.c
1778         * src/gtk/filesel.c
1779                 Correctly convert from/to UTF8/filename encoding
1780                 when loading and saving files. Probably fixes
1781                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1782                 for a file to attach and is blocked...'
1783
1784 2006-12-17 [colin]      2.6.1cvs45
1785
1786         * src/gtk/logwindow.c
1787                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1788                 IMAP folder and is blocked on main thread': 
1789                 make sure we put utf8 in the log.
1790
1791 2006-12-16 [colin]      2.6.1cvs44
1792
1793         * src/toolbar.c
1794         * src/toolbar.h
1795                 Fix bug 1055, 'Add the 'cancel receive' 
1796                 in the available events for the toolbar buttons'
1797
1798 2006-12-16 [colin]      2.6.1cvs43
1799
1800         * po/POTFILES.in
1801         * src/imap.c
1802         * src/common/nntp.c
1803         * src/common/session.c
1804                 Log error when SSL handshakes fail. 
1805                 Fixes bug 1082, 'incorrect / imprecise 
1806                 error message when imap server provides 
1807                 ssl only through STARTTLS but SSL is 
1808                 selected'
1809
1810 2006-12-15 [wwp]        2.6.1cvs42
1811
1812         * src/plugins/bogofilter/bogofilter_gtk.c
1813                 set proper sensitivity to widgets I've recently added.
1814
1815 2006-12-15 [colin]      
1816
1817         2.7.0-rc1 released
1818
1819 2006-12-15 [wwp]        2.6.1cvs41
1820
1821         * src/plugins/bogofilter/bogofilter.c
1822         * src/plugins/bogofilter/bogofilter.h
1823         * src/plugins/bogofilter/bogofilter_gtk.c
1824                 bogofilter's whitelist can now use a subset of
1825                 the addressbook (either a book, a subfolder of a book,
1826                 or the whole addressbook by using "Any"). Re-used there
1827                 some pref_matcher widgets and mechanisms to match a subset
1828                 of the addressbook.
1829
1830 2006-12-15 [wwp]        2.6.1cvs40
1831
1832         * src/wizard.c
1833         * src/common/plugin.c
1834         * src/common/plugin.h
1835         * src/gtk/about.c
1836         * src/plugins/bogofilter/bogofilter.c
1837         * src/plugins/clamav/clamav_plugin.c
1838         * src/plugins/demo/demo.c
1839         * src/plugins/dillo_viewer/dillo_viewer.c
1840         * src/plugins/pgpcore/plugin.c
1841         * src/plugins/pgpinline/plugin.c
1842         * src/plugins/pgpmime/plugin.c
1843         * src/plugins/spamassassin/spamassassin.c
1844         * src/plugins/trayicon/trayicon.c
1845                 factorize some translatable strings (plugins-related),
1846                 fix missing punctuation in several places,
1847                 remove useless translatable \n in about.c,
1848                 and factorize plugin init code w/ a new function
1849                 check_plugin_version() in common/plugin.c.
1850                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1851
1852 2006-12-15 [wwp]        2.6.1cvs39
1853
1854         * src/plugins/bogofilter/bogofilter.c
1855         * src/plugins/bogofilter/bogofilter_gtk.c
1856                 flag whitelisted spams as spam, but don't filter it to the spam
1857                 folder. Thanks to Colin.
1858
1859 2006-12-15 [ticho]      2.6.1cvs38
1860
1861         * src/plugins/bogofilter/bogofilter.c
1862         * src/plugins/bogofilter/bogofilter.h
1863         * src/plugins/bogofilter/bogofilter_gtk.c
1864                 Add option to whitelist senders found in addressbook. Patch by colin.
1865
1866 2006-12-15 [paul]       2.6.1cvs37
1867
1868         * src/folderview.c
1869                 add missing #include "log.h"
1870
1871 2006-12-15 [paul]       2.6.1cvs36
1872
1873         * src/plugins/bogofilter/bogofilter.c
1874         * src/plugins/bogofilter/bogofilter.h
1875         * src/plugins/bogofilter/bogofilter_gtk.c
1876                 Add an option to allow inserting an
1877                 X-Claws-Bogosity header (on MH folders
1878                 only). Patch by Colin
1879
1880 2006-12-14 [colin]      2.6.1cvs35
1881
1882         * src/main.c
1883                 "Yes" should be the default choice for
1884                 migration configuration
1885
1886 2006-12-14 [paul]       2.6.1cvs34
1887
1888         * src/prefs_summaries.c
1889         * manual/advanced.xml
1890                 Unhide mark_as_read_delay
1891
1892 2006-12-14 [paul]       2.6.1cvs33
1893
1894         * src/messageview.c
1895         * src/messageview.h
1896         * src/mimeview.c
1897         * src/mimeview.h
1898         * src/summaryview.c
1899         * src/textview.c
1900         * src/textview.h
1901                 Fix printing of selection
1902                 Fix printing of message parts
1903                 Fix printing of images
1904         * src/gtk/gtksourceprintjob.c
1905                 Fix page count when there are images
1906
1907 2006-12-14 [wwp]        2.6.1cvs32
1908
1909         * src/mainwindow.c
1910         * src/summaryview.c
1911         * src/summaryview.h
1912         * src/gtk/quicksearch.c
1913                 fix quicksearch 'magnify' button status when QS is closed
1914                 using the Escape key, thanks to Colin.
1915
1916 2006-12-14 [wwp]        2.6.1cvs31
1917
1918         * src/mainwindow.c
1919         * src/summaryview.c
1920         * src/summaryview.h
1921         * src/gtk/quicksearch.c
1922                 fix quicksearch 'magnify' button status when QS is closed
1923                 using the Escape key, thanks to Colin.
1924
1925 2006-12-13 [colin]      2.6.1cvs30
1926
1927         * src/ldapquery.c
1928         * src/ldaputil.c
1929                 Use the binary safe version of ldap_get_values,
1930                 to make sure we manipulate null-terminated 
1931                 strings. Maybe fixes bug 1075, 'claws mail 
1932                 segfault when completing ldap adresses'
1933         * src/syldap.c ** REMOVED **
1934         * src/syldap.h ** REMOVED **
1935                 Remove dead files
1936
1937 2006-12-13 [mones]      2.6.1cvs29
1938
1939         * po/es.po
1940                 Fixed piped strings, fixed click translation
1941
1942 2006-12-13 [paul]       2.6.1cvs28
1943
1944         * src/main.c
1945                 don't translate these strings
1946
1947 2006-12-13 [paul]       2.6.1cvs27
1948
1949         * po/en_GB.po
1950                 updated
1951
1952 2006-12-13 [colin]      2.6.1cvs26
1953
1954         * src/main.c
1955         * src/main.h
1956                 Add claws_is_starting()
1957
1958 2006-12-13 [mones]      2.6.1cvs25
1959
1960         * manual/es/advanced.xml
1961         * po/es.po
1962                 Synced manual and updated translation
1963
1964 2006-12-12 [colin]      2.6.1cvs24
1965
1966         * src/wizard.c
1967                 Add an option to use STARTTLS in the
1968                 welcome wizard. Fixes bug 1080, 
1969                 'Using SSL option in wizard for incoming 
1970                 server does not activate SSL with STARTTLS'
1971
1972 2006-12-12 [colin]      2.6.1cvs23
1973
1974         * src/main.c
1975                 Don't exit when there's an incomplete
1976                 mailbox configured - leaves a chance 
1977                 to fix a failing IMAP account. Exit
1978                 if no mailbox at all is loaded (case
1979                 of missing plugin).
1980                 Completes bug 1077's fix (I was wrong
1981                 in this bug's comment #3).
1982
1983 2006-12-12 [colin]      2.6.1cvs22
1984
1985         * src/gtk/menu.h
1986                 Add another menu data type
1987         * src/prefs_account.c
1988                 Complete the completion of bug 1076
1989                 (doesn't lose the pref on apply)
1990
1991 2006-12-12 [paul]       2.6.1cvs21
1992
1993         * src/prefs_account.c
1994                 complete the fix of bug 1076
1995                 also be more verbose with the text
1996
1997 2006-12-12 [paul]       2.6.1cvs20
1998
1999         * src/gtk/combobox.c
2000                 fix compilation warning
2001
2002 2006-12-11 [colin]      2.6.1cvs19
2003
2004         * src/wizard.c
2005                 Document :port in server entry tooltips
2006
2007 2006-12-11 [colin]      2.6.1cvs18
2008
2009         * src/main.c
2010                 Fix compile
2011
2012 2006-12-11 [colin]      2.6.1cvs17
2013
2014         * src/main.c
2015                 Add failing IMAP as a reason for no
2016                 mailbox
2017
2018 2006-12-11 [colin]      2.6.1cvs16
2019
2020         * src/prefs_account.c
2021                 Check for existence of inbox for local
2022                 accounts too
2023         * src/wizard.c
2024                 Allow setting the port to use for servers
2025                 by using the usual "server.example.com:port"
2026                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2027                 not start when IMAP server is unavailable'
2028
2029 2006-12-11 [colin]      2.6.1cvs15
2030
2031         * src/prefs_account.c
2032                 Prevent use of non-existing default inbox
2033
2034 2006-12-11 [colin]      2.6.1cvs14
2035
2036         * src/prefs_account.c
2037                 Fix sensitivity. Fixes bug 1076, 'privacy 
2038                 options are displayed even when pgp plugin 
2039                 not loaded / available'
2040
2041 2006-12-09 [colin]      2.6.1cvs13
2042
2043         * manual/advanced.xml
2044         * src/prefs_common.c
2045         * src/prefs_common.h
2046         * src/common/ssl_certificate.c
2047                 Add a new hidden preference, 'unsafe_ssl_certs',
2048                 which allows to store multiple certificates per
2049                 server/port. This is disabled by default because
2050                 it's less secure (presenting a new certificate
2051                 instead of a changed one raises less alarms).
2052                 This will cause Claws to ask about an unknown
2053                 certificate for people who have used 2.6.1cvs8
2054                 or greater.
2055
2056 2006-12-09 [colin]      2.6.1cvs12
2057
2058         * src/action.c
2059                 Fix cache updating after action
2060
2061 2006-12-07 [wwp]        2.6.1cvs11
2062
2063         * src/compose.c
2064                 fix email address comparison when replying to all
2065                 (avoid replying to ourselves), thanks to Colin.
2066
2067 2006-12-06 [paul]       2.6.1cvs10
2068
2069         * src/addrharvest.c
2070         * src/editldap.c
2071         * src/expldifdlg.c
2072         * src/news.c
2073         * src/toolbar.c
2074         * src/common/utils.c
2075                 ...and more renaming
2076                 Thanks to Colin
2077
2078 2006-12-06 [paul]       2.6.1cvs9
2079
2080         * src/compose.c
2081         * src/messageview.c
2082         * src/procheader.c
2083         * src/procmime.c
2084         * src/procmsg.c
2085         * src/textview.c
2086                 more renaming
2087                 Thanks to Colin
2088
2089 2006-12-06 [colin]      2.6.1cvs8
2090
2091         * src/ssl_manager.c
2092         * src/common/ssl_certificate.c
2093         * src/common/ssl_certificate.h
2094                 Handle multiple certificates per host/port
2095
2096 2006-12-06 [colin]      2.6.1cvs7
2097
2098         * src/etpan/imap-thread.c
2099                 Fix certificate checking on IMAP
2100
2101 2006-12-06 [colin]      2.6.1cvs6
2102
2103         * src/folderview.c
2104                 Fix bug 1072, 'Claws stops fetching newsgroups 
2105                 from server when newsgroup got deleted': continue
2106                 checking other groups
2107
2108 2006-12-05 [wwp]        2.6.1cvs5
2109
2110         * src/message_search.c
2111         * src/summary_search.c
2112         * src/gtk/combobox.c
2113         * src/gtk/combobox.h
2114         * src/gtk/gtkutils.c
2115         * src/gtk/gtkutils.h
2116                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2117                 behave like w/ old comboboxes (summary and message search only).
2118
2119 2006-12-05 [paul]       2.6.1cvs4
2120
2121         * src/wizard.c
2122                 encode headers
2123                 Thanks to Colin
2124
2125 2006-12-05 [paul]       2.6.1cvs3
2126
2127         * tools/README
2128         * tools/textviewer.pl
2129                 script updated and description added
2130
2131 2006-12-04 [colin]      2.6.1cvs2
2132
2133         * src/compose.c
2134                 Run pre-send hook only when checking
2135                 everything
2136
2137 2006-12-04 [paul]       2.6.1cvs1
2138
2139         * NEWS
2140         * README
2141         * RELEASE_NOTES
2142         * configure.ac
2143         * tools/README
2144                 bump up version number following stable release
2145
2146 2006-12-04 [paul]       2.6.0cvs83
2147
2148         * README
2149                 updates and corrections
2150
2151 2006-12-04 [colin]      2.6.0cvs82
2152
2153         * src/common/utils.c
2154                 Probably fix bug 1066, 'Incorrect mailbox 
2155                 size displayed'
2156
2157 2006-12-04 [colin]      2.6.0cvs81
2158
2159         * src/common/utils.c
2160                 Trim tabs from mailcap file too.
2161
2162 2006-12-02 [paul]       2.6.0cvs80
2163
2164         * src/exphtmldlg.c
2165                 fix broken GUI under certain languages
2166         * src/expldifdlg.c
2167                 put the Cancel button to the right
2168
2169 2006-12-01 [paul]       2.6.0cvs79
2170
2171         * tools/Makefile.am
2172                 remove reference to removed file
2173
2174 2006-12-01 [wwp]        2.6.0cvs78
2175
2176         * src/addressbook.c
2177         * src/editaddress.c
2178                 remove forgotten debug statements.
2179
2180 2006-12-01 [wwp]        2.6.0cvs77
2181
2182         * manual/advanced.xml
2183         * manual/fr/advanced.xml
2184         * src/addressbook.c
2185         * src/addressbook.h
2186         * src/addressitem.h
2187         * src/editaddress.c
2188         * src/editaddress.h
2189         * src/prefs_common.c
2190         * src/prefs_common.h
2191         * src/gtk/gtkutils.c
2192         * src/gtk/gtkutils.h
2193                 add a hidden option to allow embedding the editaddress (edit contact details)
2194                 dialog into the addressbook's window. This doesn't change the default
2195                 behaviour.
2196
2197 2006-12-01 [wwp]        2.6.0cvs76
2198
2199         * src/message_search.c
2200         * src/summary_search.c
2201                 fix more focus issues (don't set focus to combobox's entry widget when
2202                 entry's value changed, if entry widget has focus already).
2203
2204 2006-12-01 [wwp]        2.6.0cvs75
2205
2206         * src/gtk/quicksearch.c
2207                 revert last changes to the quicksearch gtk_combo_box, this needs more
2208                 tuning and testing.
2209
2210 2006-12-01 [paul]       2.6.0cvs74
2211
2212         * tools/kdeservicemenu/README
2213         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2214         * tools/kdeservicemenu/install.sh
2215         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2216         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2217                 simplify this stuff, and in so doing,
2218                 fix it. (possibly re-extend it again at
2219                 a later date)
2220
2221 2006-12-01 [wwp]        2.6.0cvs73
2222
2223         * src/gtk/quicksearch.c
2224                 adapt quicksearch code to use modern gtk_combo_box'es.
2225
2226 2006-12-01 [wwp]        2.6.0cvs72
2227
2228         * src/common/defs.h
2229         * src/prefs_common.c
2230         * src/prefs_common.h
2231         * src/message_search.c
2232         * src/summary_search.c
2233         * src/gtk/combobox.c
2234         * src/gtk/combobox.h
2235                 add history combos to all message and summary search fields.
2236
2237 2006-12-01 [wwp]        2.6.0cvs71
2238
2239         * src/summaryview.c
2240                 As the list may change while the mark as read delay
2241                 runs, we can't rely on the 'row' pointer, which can
2242                 be invalid when the timeout is called. As the mark
2243                 as read is only done if the message is still selected,
2244                 use summaryview->selected instead. Thanks to Colin.
2245
2246 2006-11-30 [paul]       2.6.0cvs70
2247
2248         * src/textview.c
2249                 give emphasis to "Sylpheed-Claws"
2250                 as well as "Claws Mail"
2251
2252 2006-11-30 [colin]      2.6.0cvs69
2253
2254         * src/wizard.c
2255                 Put the SSL checkboxes in the receiving
2256                 and sending server pages.
2257
2258 2006-11-29 [colin]      2.6.0cvs68
2259
2260         * src/gtk/gtkutils.c
2261         * src/gtk/gtkvscrollbutton.c
2262                 Revert some deprecated fixes - they seem to
2263                 deprecate stuff as soon as a new one gets out.
2264                 g_object_ref_sink needed glib-2.10.
2265
2266 2006-11-29 [colin]      2.6.0cvs67
2267
2268         * src/common/utils.c
2269                 Create .mailcap if it doesn't exist
2270
2271 2006-11-29 [colin]      2.6.0cvs66
2272
2273         * src/compose.c
2274                 Followup to cvs60: use original list
2275                 of recipients if replying to a mail
2276                 in Sent Drafts or Queue.
2277
2278 2006-11-27 [paul]       2.6.0cvs65
2279
2280         * src/image_viewer.c
2281                 revert the last change for now (it's broken)
2282
2283 2006-11-27 [paul]       2.6.0cvs64
2284
2285         * Makefile.am
2286         * configure.ac
2287         * m4/aclocal-include.m4
2288         * m4/check-type.m4
2289         * src/Makefile.am
2290         * src/addr_compl.c
2291         * src/compose.c
2292         * src/crash.c
2293         * src/export.c
2294         * src/exporthtml.c
2295         * src/exportldif.c
2296         * src/imap.c
2297         * src/import.c
2298         * src/main.c
2299         * src/main.h
2300         * src/matcher.c
2301         * src/mimeview.c
2302         * src/procmsg.c
2303         * src/textview.c
2304         * src/common/Makefile.am
2305         * src/common/claws.c
2306         * src/common/claws.h
2307         * src/common/ssl.c
2308         * src/common/sylpheed.c
2309         * src/common/sylpheed.h
2310         * src/etpan/Makefile.am
2311         * src/gtk/Makefile.am
2312         * src/gtk/claws-marshal.list
2313         * src/gtk/filesel.c
2314         * src/gtk/gtksctree.c
2315         * src/gtk/quicksearch.c
2316         * src/gtk/sylpheed-marshal.list
2317         * src/plugins/bogofilter/bogofilter.c
2318         * src/plugins/bogofilter/bogofilter_gtk.c
2319         * src/plugins/clamav/clamav_plugin.c
2320         * src/plugins/clamav/clamav_plugin_gtk.c
2321         * src/plugins/demo/demo.c
2322         * src/plugins/dillo_viewer/dillo_viewer.c
2323         * src/plugins/pgpcore/Makefile.am
2324         * src/plugins/pgpcore/claws.def
2325         * src/plugins/pgpcore/pgp_viewer.c
2326         * src/plugins/pgpcore/plugin.c
2327         * src/plugins/pgpcore/sylpheed.def
2328         * src/plugins/pgpinline/Makefile.am
2329         * src/plugins/pgpinline/claws.def
2330         * src/plugins/pgpinline/plugin.c
2331         * src/plugins/pgpinline/sylpheed.def
2332         * src/plugins/pgpmime/Makefile.am
2333         * src/plugins/pgpmime/claws.def
2334         * src/plugins/pgpmime/plugin.c
2335         * src/plugins/pgpmime/sylpheed.def
2336         * src/plugins/spamassassin/spamassassin.c
2337         * src/plugins/spamassassin/spamassassin_gtk.c
2338         * src/plugins/trayicon/trayicon.c
2339                 yet more renaming
2340                 remove deprecated gtk_tooltips_set_delay()
2341
2342 2006-11-26 [paul]       2.6.0cvs63
2343
2344         * src/expldifdlg.c
2345         * src/folderview.c
2346         * src/image_viewer.c
2347         * src/mainwindow.c
2348         * src/gtk/gtkutils.c
2349         * src/gtk/gtkvscrollbutton.c
2350         * src/gtk/prefswindow.c
2351         * src/plugins/pgpcore/prefs_gpg.c
2352                 replace more deprecated GTK+ functions
2353
2354 2006-11-26 [paul]       2.6.0cvs62
2355
2356         * src/addr_compl.c
2357         * src/addressbook.c
2358         * src/browseldap.c
2359                 replace deprecated gtk_idle_... functions
2360
2361 2006-11-26 [paul]       2.6.0cvs61
2362
2363         * src/compose.c
2364         * src/folderview.c
2365         * src/inc.c
2366         * src/summaryview.c
2367         * src/gtk/gtkvscrollbutton.c
2368         * src/gtk/quicksearch.c
2369         * src/plugins/pgpcore/passphrase.c
2370                 replace deprecated gtk_timeout_add and
2371                 gtk_timeout_remove
2372
2373 2006-11-26 [paul]       2.6.0cvs60
2374
2375         * src/compose.c
2376                 fix bug that caused the wrong recipient
2377                 to be selected when replying to a msg
2378                 which is From one of our accounts to
2379                 another of our accounts
2380
2381 2006-11-25 [paul]       2.6.0cvs59
2382
2383         * src/summaryview.c
2384                 don't change the From column title to
2385                 To if the To column is visible
2386
2387 2006-11-24 [paul]       2.6.0cvs58
2388
2389         * src/compose.c
2390                 fix bug 1069, 'Sent mails disappear, BCC
2391                 or locking problem?'
2392
2393 2006-11-21 [wwp]        2.6.0cvs57
2394
2395         * src/compose.c
2396                 fix spelling menu when replying (same as 2.3.1cvs39):
2397                 discrepancy between context menu and top menu when
2398                 folder's dictionary isn't the default one.
2399
2400 2006-11-19 [paul]       2.6.0cvs56
2401
2402         * src/summaryview.c
2403                 obey always_show_msg option when
2404                 marking as spam
2405         * src/plugins/bogofilter/bogofilter.c
2406                 fix typo
2407
2408 2006-11-18 [paul]       2.6.0cvs55
2409
2410         * AUTHORS
2411         * README
2412         * debian/copyright
2413         * manual/ack.xml
2414         * manual/es/ack.xml
2415         * manual/fr/ack.xml
2416         * manual/pl/ack.xml
2417         * src/gtk/authors.h
2418         * src/gtk/icon_legend.c
2419         * src/gtk/icon_legend.h
2420         * tools/OOo2claws-mail.pl
2421         * tools/README
2422         * tools/acroread2claws-mail.pl
2423         * tools/claws.i18n.status.pl
2424         * tools/filter_conv.pl
2425         * tools/filter_conv_new.pl
2426         * tools/freshmeat_search.pl
2427         * tools/google_search.pl
2428         * tools/kmail2claws-mail.pl
2429         * tools/kmail2claws-mail_v2.pl
2430         * tools/maildir2claws-mail.pl
2431         * tools/make.themes.project
2432         * tools/multiwebsearch.pl
2433         * tools/outlook2claws-mail.pl
2434         * tools/tb2claws-mail
2435         * tools/kdeservicemenu/README
2436         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2437                 update mine and wwp's email addresses in
2438                 several places
2439                 Patch by wwp
2440         * src/prefs_compose_writing.c
2441                 set sensitivity on 'new message format' frame
2442
2443 2006-11-17 [paul]       2.6.0cvs54
2444
2445         * src/gtk/about.c
2446                 more reworking of the GUI
2447                 Patch by Fabien Vantard
2448
2449 2006-11-16 [paul]       2.6.0cvs53
2450
2451         * src/gtk/about.c
2452                 set a minimum size for the window, allow
2453                 it to automatically expand as necessary
2454
2455 2006-11-16 [wwp]        2.6.0cvs52
2456
2457         * src/gtk/about.c
2458                 better wrap of copyright info on some systems.
2459
2460 2006-11-16 [paul]       2.6.0cvs51
2461
2462         * src/gtk/about.c
2463                 move the tech info from the upper panel
2464                 to the Info tab
2465                 use a gtk_text_view for the features tab
2466
2467 2006-11-16 [paul]       2.6.0cvs50
2468
2469         * po/Makevars
2470                 update my email address
2471         * src/addressbook.c
2472         * src/compose.c
2473         * src/imap_gtk.c
2474         * src/mh_gtk.c
2475         * src/news_gtk.c
2476         * src/summaryview.c
2477         * src/plugins/trayicon/trayicon.c
2478                 don't offer simple menu separators
2479                 for translation
2480         * src/folderview.c
2481                 add separator between 'mark all read'
2482                 and 'search folder'
2483
2484 2006-11-15 [wwp]        2.6.0cvs49
2485
2486         * src/gtk/authors.h
2487                 updated manuals authors.
2488
2489 2006-11-14 [paul]       2.6.0cvs48
2490
2491         * src/compose.c
2492                 Fix Options/Reply mode after draft save
2493
2494 2006-11-14 [paul]       2.6.0cvs47
2495
2496         * src/Makefile.am
2497                 Fix make DESTDIR=...
2498         * src/mbox.c
2499                 Optimise speed
2500         * src/plugins/pgpinline/pgpinline.c
2501                 Probably fix bug 1061
2502
2503 2006-11-14 [paul]       2.6.0cvs46
2504
2505         * po/Makevars
2506                 enable Q_ macro
2507         * src/Makefile.am
2508         * src/stock_pixmap.c
2509         * src/stock_pixmap.h
2510         * src/gtk/about.c
2511         * src/pixmaps/active.xpm
2512         * src/pixmaps/inactive.xpm
2513                 add a new page, 'Features', to the About dialog
2514                 showing which features are compiled in and which
2515                 are not
2516
2517 2006-11-14 [paul]       2.6.0cvs45
2518
2519         * po/ru.po
2520                 updated by Pavlo Bohmat
2521
2522 2006-11-14 [colin]      2.6.0cvs44
2523
2524         * src/compose.c
2525         * src/inc.c
2526         * src/messageview.c
2527         * src/news.c
2528         * src/pop.c
2529         * src/procmsg.c
2530         * src/gtk/gtkaspell.c
2531                 Fix 64-bit-related warnings
2532         * src/ssl_manager.c
2533                 Fix possible infinite loop
2534         * src/plugins/pgpcore/sgpgme.c
2535                 Remove useless check
2536
2537 2006-11-13 [colin]      2.6.0cvs43
2538
2539         * src/gtk/Makefile.am
2540                 authors.h isn't generated
2541
2542 2006-11-13 [colin]      2.6.0cvs42
2543
2544         * src/plugins/pgpinline/pgpinline.c
2545         * src/plugins/pgpmime/pgpmime.c
2546                 Very probably fix bug 1061, 'crash on 
2547                 opening signed email'. Another cast
2548                 problem
2549
2550 2006-11-13 [colin]      2.6.0cvs41
2551
2552         * src/plugins/pgpcore/sgpgme.c
2553                 Maybe fix bug 1061, 'crash on opening 
2554                 signed email'
2555
2556 2006-11-13 [wwp]        2.6.0cvs40
2557
2558         * src/plugins/pgpinline/pgpinline.c
2559                 fix candidate for bug #1057, thanks to Colin.
2560
2561 2006-11-13 [wwp]        2.6.0cvs39
2562
2563         * src/compose.c
2564         * src/quote_fmt_parse.y
2565                 fix bug 1052: current parser buffer was not always 
2566                 allocated, ptr to this buffer could be returned as 
2567                 NULL whereas no parser error has occurred. in 
2568                 consequence, defining a template body as "%d" 
2569                 (w/o the quotes) for the first time of the instance 
2570                 of claws-mail, was reporting a parser error. make 
2571                 sure that the buffer is always allocated, even to 
2572                 an empty string.
2573                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2574                 unescaping of the fmt string was always done 
2575                 whereas it must be done *only* when receiving 
2576                 quote format strings issued from the prefs 
2577                 (compose new message, reply, forward, redirect 
2578                 formats), *not* when applying templates.  in 
2579                 consequences, applying templates w/ sequences 
2580                 like \\|p{echo} were failing. make sure that 
2581                 unescaping is done only when necessary.
2582
2583 2006-11-12 [colin]      2.6.0cvs38
2584
2585         * po/de.po
2586                 Fix typo (s/KB/MB)
2587
2588 2006-11-12 [colin]      2.6.0cvs37
2589
2590         * src/plugins/pgpinline/pgpinline.c
2591         * src/plugins/pgpmime/pgpmime.c
2592                 Release GPG context at the latest 
2593                 possible moment. Maybe fixes 
2594                 bug 1057, 'crash on sending signed 
2595                 message to a newsgroup'
2596                 
2597
2598 2006-11-12 [colin]      2.6.0cvs36
2599
2600         * src/plugins/pgpcore/sgpgme.c
2601                 Tell a bit more when gpg's status doesn't
2602                 contain any signature
2603
2604 2006-11-12 [colin]      2.6.0cvs35
2605
2606         * src/compose.c
2607                 Fix bug 1060, 'compilation error with 
2608                 Irix's cc'
2609
2610 2006-11-12 [paul]       2.6.0cvs34
2611
2612         * doc/man/claws-mail.1
2613         * src/prefs_gtk.c
2614         * src/plugins/clamav/README
2615         * src/plugins/spamassassin/README
2616         * tools/README
2617         * tools/freshmeat_search.pl
2618         * tools/google_search.pl
2619         * tools/multiwebsearch.pl
2620                 more renaming
2621         * src/plugins/trayicon/trayicon.c
2622                 fix compiliation warning
2623
2624 2006-11-11 [colin]      2.6.0cvs33
2625
2626         * src/folderview.c
2627                 Forbid drag and drop from/to different
2628                 folders of type F_UNKNOWN
2629
2630 2006-11-11 [colin]      2.6.0cvs32
2631
2632         * src/plugins/pgpinline/pgpinline.c
2633                 Fix typo in previous commit:
2634                 - gpgme_new(&ctx);
2635                 + if ((err = gpgme_new(&data->ctx)) ...)
2636
2637 2006-11-11 [colin]      2.6.0cvs31
2638
2639         * src/plugins/pgpinline/pgpinline.c
2640         * src/plugins/pgpmime/pgpmime.c
2641                 Check success after calling gpgme_new
2642                 Maybe fixes bug 1057, 'crash on sending 
2643                 signed message to a newsgroup'
2644
2645 2006-11-11 [colin]      2.6.0cvs30
2646
2647         * src/undo.c
2648                 init undostruct to 0s (from
2649                 valgrind log of bug 1057)
2650
2651 2006-11-10 [colin]      2.6.0cvs29
2652
2653         * src/mainwindow.c
2654                 Set cursor to wait before filtering
2655                 duplicates in all folders
2656         * src/plugins/bogofilter/bogofilter.c
2657         * src/plugins/bogofilter/bogofilter.h
2658         * src/plugins/bogofilter/bogofilter_gtk.c
2659                 Completely thread away the bogofilter
2660                 filtering
2661
2662 2006-11-10 [mones]      2.6.0cvs28
2663
2664         * src/compose.c
2665         * src/compose.h
2666                 added COMPOSE_CHECK_BEFORE_SEND hook
2667
2668 2006-11-10 [paul]       2.6.0cvs27
2669
2670         * src/crash.c
2671                 more renaming
2672                 add libSM to get_compiled_in_features()
2673         * src/main.c
2674                 more renaming
2675
2676 2006-11-10 [colin]      2.6.0cvs26
2677
2678         * src/etpan/imap-thread.c
2679                 Add a reference to libetpan's sasl engine
2680                 so that sasl_done() doesn't get called by
2681                 libetpan, and doesn't break openssl.
2682                 Should fix bug 1053, 'SC fails to reestablish 
2683                 a secure connection'
2684                 Patch by Hoa
2685
2686 2006-11-10 [colin]      2.6.0cvs25
2687
2688         * manual/addrbook.xml
2689         * manual/advanced.xml
2690         * manual/faq.xml
2691         * manual/intro.xml
2692                 Some more renaming
2693
2694 2006-11-09 [colin]      2.6.0cvs24
2695
2696         * src/plugins/bogofilter/bogofilter_gtk.c
2697                 Add comment about annoyance
2698
2699 2006-11-09 [colin]      2.6.0cvs23
2700
2701         * src/plugins/bogofilter/bogofilter.c
2702         * src/plugins/bogofilter/bogofilter_gtk.c
2703                 Prepare things needed to thread bogofilter
2704                 filtering: separate bogo stuff and possible GUI
2705                 stuff. 
2706
2707 2006-11-09 [colin]      2.6.0cvs22
2708
2709         * src/account.c
2710         * src/compose.c
2711                 Search for one of our accounts in Delivered-To
2712                 (helps for auto-account selection when 
2713                  replying/forwarding)
2714         * src/folderview.c
2715         * src/mainwindow.c
2716         * src/mainwindow.h
2717         * src/plugins/trayicon/trayicon.c
2718                 Allow opening a new mail with any account from
2719                 the contextual menu
2720
2721 2006-11-09 [wwp]        2.6.0cvs21
2722
2723         * src/compose.c
2724         * src/prefs_common.c
2725         * src/prefs_common.h
2726         * src/prefs_compose_writing.c
2727                 add a compose new message format (in prefs/compose/writing), it's a
2728                 simple subject+body template to use when opening a new composition
2729                 window. It's similar to the existent reply and forward formats.
2730
2731                 enhanced the template/format % symbols substitution mechanism to
2732                 use current composition window information when % are used in
2733                 the compose new message format or in templates applied to new
2734                 messages (there were useless in that situations before). When
2735                 applied to new messages, %d corresponds to the system time/date.
2736
2737 2006-11-09 [paul]       2.6.0cvs20
2738
2739         * src/gtk/authors.h
2740                 fix last commit
2741
2742 2006-11-09 [paul]       2.6.0cvs19
2743
2744         * src/gtk/authors.h
2745                 keep tje alphabetical order
2746
2747 2006-11-08 [colin]      2.6.0cvs18
2748
2749         * src/etpan/imap-thread.c
2750                 Fix bug 1054, 'Slowness logging big 
2751                 data chunks'
2752
2753 2006-11-08 [paul]       2.6.0cvs17
2754
2755         * tools/Makefile.am
2756                 fix the renaming
2757
2758 2006-11-08 [paul]       2.6.0cvs16
2759
2760         * src/common/defs.h
2761                 update BUGZILLA_URI
2762
2763 2006-11-08 [paul]       2.6.0cvs15
2764
2765         * tools/Makefile.am
2766         * tools/OOo2claws-mail.pl
2767         * tools/OOo2sylpheed.pl
2768         * tools/README
2769         * tools/acroread2claws-mail.pl
2770         * tools/acroread2sylpheed.pl
2771         * tools/kmail2claws-mail.pl
2772         * tools/kmail2claws-mail_v2.pl
2773         * tools/kmail2sylpheed.pl
2774         * tools/kmail2sylpheed_v2.pl
2775         * tools/maildir2claws-mail.pl
2776         * tools/maildir2sylpheed.pl
2777         * tools/nautilus2claws-mail.sh
2778         * tools/nautilus2sylpheed.sh
2779         * tools/outlook2claws-mail.pl
2780         * tools/outlook2sylpheed.pl
2781         * tools/tb2claws-mail
2782         * tools/tb2sylpheed
2783         * tools/tbird2claws.py
2784         * tools/tbird2syl.py
2785         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2786         * tools/kdeservicemenu/install.sh
2787         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2788         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2789         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2790         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2791         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2792                 renamed (removed, added) tools files
2793
2794 2006-11-08 [paul]       2.6.0cvs14
2795
2796         * src/main.c
2797         * src/common/defs.h
2798                 Migrate sylpheedrc to clawsrc, and fix the standard
2799                 plugins path in the process
2800
2801 2006-11-07 [colin]      2.6.0cvs13
2802
2803         * src/Makefile.am
2804                 Symlink sylpheed-claws relative to 
2805                 claws-mail
2806
2807 2006-11-07 [colin]      2.6.0cvs12
2808
2809         * src/compose.c
2810                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2811
2812 2006-11-07 [paul]       2.6.0cvs11
2813
2814         * src/gtk/about.c
2815                 Fix a missed occurence of
2816                 Sylpheed-Claws
2817
2818 2006-11-07 [paul]       2.6.0cvs10
2819
2820         * src/Makefile.am
2821                 Fix symlink installation
2822
2823 2006-11-07 [paul]       2.6.0cvs9
2824
2825         * src/Makefile.am
2826                 Symlink claws-mail to sylpheed-claws
2827         * src/common/utils.c
2828                 Fix migrating symlinks
2829         * src/etpan/imap-thread.c
2830                 check certificate only when there's
2831                 no error
2832
2833 2006-11-07 [paul]       2.6.0cvs8
2834
2835         * Makefile.am
2836                 Fix icon breakages with Gtk, which needs a 
2837                 cache updated to see them.
2838
2839 2006-11-07 [paul]       2.6.0cvs7
2840
2841         * .cvsignore
2842         * AUTHORS
2843         * COPYING
2844         * INSTALL
2845         * Makefile.am
2846         * NEWS
2847         * README
2848         * RELEASE_NOTES
2849         * autogen.sh
2850         * claws-mail-128x128.png
2851         * claws-mail-64x64.png
2852         * claws-mail.ico
2853         * claws-mail.pc.in
2854         * claws-mail.png
2855         * configure.ac
2856         * sylpheed-claws-128x128.png
2857         * sylpheed-claws-64x64.png
2858         * sylpheed-claws.desktop
2859         * sylpheed-claws.ico
2860         * sylpheed-claws.pc.in
2861         * sylpheed-claws.png
2862         * debian/README.Debian
2863         * debian/changelog
2864         * debian/claws-mail.desktop
2865         * debian/claws-mail.menu
2866         * debian/claws-mail.postinst.debhelper
2867         * debian/claws-mail.postrm.debhelper
2868         * debian/control
2869         * debian/copyright
2870         * debian/files
2871         * debian/rules
2872         * debian/sylpheed-claws.desktop
2873         * debian/sylpheed-claws.menu
2874         * debian/sylpheed-claws.postinst.debhelper
2875         * debian/sylpheed-claws.postrm.debhelper
2876         * doc/man/Makefile.am
2877         * doc/man/claws-mail.1
2878         * doc/man/sylpheed-claws.1
2879         * doc/src/ChangeLog.claws-pre0.8.0
2880         * manual/Makefile.am
2881         * manual/account.xml
2882         * manual/ack.xml
2883         * manual/addrbook.xml
2884         * manual/advanced.xml
2885         * manual/claws-mail-manual.xml
2886         * manual/faq.xml
2887         * manual/glossary.xml
2888         * manual/handling.xml
2889         * manual/intro.xml
2890         * manual/keyboard.xml
2891         * manual/plugins.xml
2892         * manual/starting.xml
2893         * manual/sylpheed-claws-manual.xml
2894         * manual/xml2pdf
2895         * manual/dist/.cvsignore
2896         * manual/dist/html/.cvsignore
2897         * manual/dist/html/Makefile.am
2898         * manual/dist/pdf/.cvsignore
2899         * manual/dist/pdf/Makefile.am
2900         * manual/dist/ps/.cvsignore
2901         * manual/dist/ps/Makefile.am
2902         * manual/dist/txt/.cvsignore
2903         * manual/dist/txt/Makefile.am
2904         * manual/es/Makefile.am
2905         * manual/es/advanced.xml
2906         * manual/es/claws-mail-manual.xml
2907         * manual/es/faq.xml
2908         * manual/es/glossary.xml
2909         * manual/es/handling.xml
2910         * manual/es/intro.xml
2911         * manual/es/plugins.xml
2912         * manual/es/sylpheed-claws-manual.xml
2913         * manual/es/dist/.cvsignore
2914         * manual/es/dist/html/.cvsignore
2915         * manual/es/dist/html/Makefile.am
2916         * manual/es/dist/pdf/.cvsignore
2917         * manual/es/dist/pdf/Makefile.am
2918         * manual/es/dist/ps/.cvsignore
2919         * manual/es/dist/ps/Makefile.am
2920         * manual/es/dist/txt/.cvsignore
2921         * manual/es/dist/txt/Makefile.am
2922         * manual/fr/Makefile.am
2923         * manual/fr/account.xml
2924         * manual/fr/ack.xml
2925         * manual/fr/addrbook.xml
2926         * manual/fr/advanced.xml
2927         * manual/fr/claws-mail-manual.xml
2928         * manual/fr/faq.xml
2929         * manual/fr/glossary.xml
2930         * manual/fr/handling.xml
2931         * manual/fr/intro.xml
2932         * manual/fr/keyboard.xml
2933         * manual/fr/plugins.xml
2934         * manual/fr/starting.xml
2935         * manual/fr/sylpheed-claws-manual.xml
2936         * manual/fr/dist/.cvsignore
2937         * manual/fr/dist/html/.cvsignore
2938         * manual/fr/dist/html/Makefile.am
2939         * manual/fr/dist/pdf/.cvsignore
2940         * manual/fr/dist/pdf/Makefile.am
2941         * manual/fr/dist/ps/.cvsignore
2942         * manual/fr/dist/ps/Makefile.am
2943         * manual/fr/dist/txt/.cvsignore
2944         * manual/fr/dist/txt/Makefile.am
2945         * manual/pl/Makefile.am
2946         * manual/pl/account.xml
2947         * manual/pl/ack.xml
2948         * manual/pl/addrbook.xml
2949         * manual/pl/advanced.xml
2950         * manual/pl/claws-mail-manual.xml
2951         * manual/pl/faq.xml
2952         * manual/pl/glossary.xml
2953         * manual/pl/handling.xml
2954         * manual/pl/intro.xml
2955         * manual/pl/keyboard.xml
2956         * manual/pl/plugins.xml
2957         * manual/pl/starting.xml
2958         * manual/pl/sylpheed-claws-manual.xml
2959         * manual/pl/dist/.cvsignore
2960         * manual/pl/dist/html/.cvsignore
2961         * manual/pl/dist/html/Makefile.am
2962         * manual/pl/dist/pdf/.cvsignore
2963         * manual/pl/dist/pdf/Makefile.am
2964         * manual/pl/dist/ps/.cvsignore
2965         * manual/pl/dist/ps/Makefile.am
2966         * manual/pl/dist/txt/.cvsignore
2967         * manual/pl/dist/txt/Makefile.am
2968         * po/.cvsignore
2969         * po/Makevars
2970         * src/.cvsignore
2971         * src/Makefile.am
2972         * src/account.c
2973         * src/account.h
2974         * src/action.c
2975         * src/action.h
2976         * src/adbookbase.h
2977         * src/addr_compl.c
2978         * src/addr_compl.h
2979         * src/addrbook.c
2980         * src/addrcache.c
2981         * src/addrcache.h
2982         * src/addrcindex.c
2983         * src/addrcindex.h
2984         * src/addrclip.c
2985         * src/addrclip.h
2986         * src/addrdefs.h
2987         * src/addressadd.c
2988         * src/addressadd.h
2989         * src/addressbook.c
2990         * src/addressbook.h
2991         * src/addressbook_foldersel.c
2992         * src/addressbook_foldersel.h
2993         * src/addrgather.c
2994         * src/addrgather.h
2995         * src/addrharvest.c
2996         * src/addrharvest.h
2997         * src/addrindex.c
2998         * src/addrindex.h
2999         * src/addritem.c
3000         * src/addritem.h
3001         * src/addrquery.c
3002         * src/addrquery.h
3003         * src/addrselect.c
3004         * src/addrselect.h
3005         * src/alertpanel.c
3006         * src/alertpanel.h
3007         * src/browseldap.c
3008         * src/browseldap.h
3009         * src/codeconv.c
3010         * src/codeconv.h
3011         * src/compose.c
3012         * src/crash.c
3013         * src/crash.h
3014         * src/customheader.c
3015         * src/customheader.h
3016         * src/displayheader.c
3017         * src/displayheader.h
3018         * src/editaddress.c
3019         * src/editaddress.h
3020         * src/editbook.c
3021         * src/editbook.h
3022         * src/editgroup.c
3023         * src/editgroup.h
3024         * src/editjpilot.c
3025         * src/editjpilot.h
3026         * src/editldap.c
3027         * src/editldap.h
3028         * src/editldap_basedn.c
3029         * src/editldap_basedn.h
3030         * src/editvcard.c
3031         * src/editvcard.h
3032         * src/exphtmldlg.c
3033         * src/exphtmldlg.h
3034         * src/expldifdlg.c
3035         * src/expldifdlg.h
3036         * src/export.c
3037         * src/exporthtml.c
3038         * src/exporthtml.h
3039         * src/exportldif.c
3040         * src/exportldif.h
3041         * src/filtering.c
3042         * src/filtering.h
3043         * src/folder.c
3044         * src/folder.h
3045         * src/folder_item_prefs.c
3046         * src/folder_item_prefs.h
3047         * src/foldersel.c
3048         * src/foldersel.h
3049         * src/folderutils.c
3050         * src/folderutils.h
3051         * src/folderview.c
3052         * src/folderview.h
3053         * src/grouplistdialog.c
3054         * src/grouplistdialog.h
3055         * src/html.c
3056         * src/html.h
3057         * src/image_viewer.c
3058         * src/image_viewer.h
3059         * src/imap.c
3060         * src/imap.h
3061         * src/imap_gtk.c
3062         * src/imap_gtk.h
3063         * src/import.c
3064         * src/import.h
3065         * src/importldif.c
3066         * src/importldif.h
3067         * src/importmutt.c
3068         * src/importmutt.h
3069         * src/importpine.c
3070         * src/importpine.h
3071         * src/inc.c
3072         * src/inc.h
3073         * src/jpilot.c
3074         * src/jpilot.h
3075         * src/ldapctrl.c
3076         * src/ldapctrl.h
3077         * src/ldaplocate.c
3078         * src/ldaplocate.h
3079         * src/ldapquery.c
3080         * src/ldapquery.h
3081         * src/ldapserver.c
3082         * src/ldapserver.h
3083         * src/ldaputil.c
3084         * src/ldaputil.h
3085         * src/ldif.c
3086         * src/ldif.h
3087         * src/localfolder.c
3088         * src/localfolder.h
3089         * src/main.c
3090         * src/main.h
3091         * src/mainwindow.c
3092         * src/mainwindow.h
3093         * src/manual.c
3094         * src/manual.h
3095         * src/matcher.c
3096         * src/matcher.h
3097         * src/matcher_parser.h
3098         * src/matcher_parser_lex.l
3099         * src/matcher_parser_parse.y
3100         * src/mbox.c
3101         * src/mbox.h
3102         * src/message_search.c
3103         * src/message_search.h
3104         * src/messageview.c
3105         * src/messageview.h
3106         * src/mh.c
3107         * src/mh.h
3108         * src/mh_gtk.c
3109         * src/mh_gtk.h
3110         * src/mimeview.c
3111         * src/mimeview.h
3112         * src/msgcache.c
3113         * src/msgcache.h
3114         * src/mutt.c
3115         * src/mutt.h
3116         * src/news.c
3117         * src/news.h
3118         * src/news_gtk.c
3119         * src/news_gtk.h
3120         * src/noticeview.c
3121         * src/noticeview.h
3122         * src/partial_download.c
3123         * src/partial_download.h
3124         * src/pine.c
3125         * src/pine.h
3126         * src/pop.c
3127         * src/pop.h
3128         * src/prefs_account.c
3129         * src/prefs_account.h
3130         * src/prefs_actions.c
3131         * src/prefs_actions.h
3132         * src/prefs_common.c
3133         * src/prefs_common.h
3134         * src/prefs_compose_writing.c
3135         * src/prefs_compose_writing.h
3136         * src/prefs_customheader.c
3137         * src/prefs_customheader.h
3138         * src/prefs_display_header.c
3139         * src/prefs_display_header.h
3140         * src/prefs_ext_prog.c
3141         * src/prefs_ext_prog.h
3142         * src/prefs_filtering.c
3143         * src/prefs_folder_column.c
3144         * src/prefs_folder_column.h
3145         * src/prefs_folder_item.c
3146         * src/prefs_folder_item.h
3147         * src/prefs_fonts.c
3148         * src/prefs_fonts.h
3149         * src/prefs_gtk.c
3150         * src/prefs_gtk.h
3151         * src/prefs_image_viewer.c
3152         * src/prefs_image_viewer.h
3153         * src/prefs_matcher.c
3154         * src/prefs_matcher.h
3155         * src/prefs_message.c
3156         * src/prefs_message.h
3157         * src/prefs_msg_colors.c
3158         * src/prefs_msg_colors.h
3159         * src/prefs_other.c
3160         * src/prefs_other.h
3161         * src/prefs_quote.c
3162         * src/prefs_quote.h
3163         * src/prefs_receive.c
3164         * src/prefs_receive.h
3165         * src/prefs_send.c
3166         * src/prefs_send.h
3167         * src/prefs_spelling.c
3168         * src/prefs_spelling.h
3169         * src/prefs_summaries.c
3170         * src/prefs_summaries.h
3171         * src/prefs_summary_column.c
3172         * src/prefs_summary_column.h
3173         * src/prefs_template.c
3174         * src/prefs_template.h
3175         * src/prefs_themes.c
3176         * src/prefs_themes.h
3177         * src/prefs_toolbar.c
3178         * src/prefs_toolbar.h
3179         * src/prefs_wrapping.c
3180         * src/prefs_wrapping.h
3181         * src/privacy.c
3182         * src/privacy.h
3183         * src/procheader.c
3184         * src/procheader.h
3185         * src/procmime.c
3186         * src/procmime.h
3187         * src/procmsg.c
3188         * src/procmsg.h
3189         * src/quote_fmt.c
3190         * src/quote_fmt_parse.y
3191         * src/recv.c
3192         * src/recv.h
3193         * src/remotefolder.c
3194         * src/remotefolder.h
3195         * src/send_message.c
3196         * src/send_message.h
3197         * src/setup.c
3198         * src/setup.h
3199         * src/sourcewindow.c
3200         * src/sourcewindow.h
3201         * src/ssl_manager.c
3202         * src/ssl_manager.h
3203         * src/statusbar.c
3204         * src/statusbar.h
3205         * src/stock_pixmap.c
3206         * src/stock_pixmap.h
3207         * src/summary_search.c
3208         * src/summary_search.h
3209         * src/summaryview.c
3210         * src/summaryview.h
3211         * src/syldap.c
3212         * src/syldap.h
3213         * src/textview.c
3214         * src/textview.h
3215         * src/toolbar.c
3216         * src/toolbar.h
3217         * src/undo.c
3218         * src/undo.h
3219         * src/unmime.c
3220         * src/unmime.h
3221         * src/vcard.c
3222         * src/vcard.h
3223         * src/wizard.c
3224         * src/wizard.h
3225         * src/common/base64.c
3226         * src/common/base64.h
3227         * src/common/defs.h
3228         * src/common/hooks.c
3229         * src/common/hooks.h
3230         * src/common/log.c
3231         * src/common/log.h
3232         * src/common/mgutils.c
3233         * src/common/mgutils.h
3234         * src/common/nntp.c
3235         * src/common/nntp.h
3236         * src/common/passcrypt.c
3237         * src/common/passcrypt.h.in
3238         * src/common/plugin.c
3239         * src/common/plugin.h
3240         * src/common/prefs.c
3241         * src/common/prefs.h
3242         * src/common/progressindicator.c
3243         * src/common/progressindicator.h
3244         * src/common/quoted-printable.c
3245         * src/common/quoted-printable.h
3246         * src/common/session.c
3247         * src/common/session.h
3248         * src/common/smtp.c
3249         * src/common/smtp.h
3250         * src/common/socket.c
3251         * src/common/socket.h
3252         * src/common/ssl.c
3253         * src/common/ssl.h
3254         * src/common/stringtable.c
3255         * src/common/stringtable.h
3256         * src/common/sylpheed.c
3257         * src/common/sylpheed.h
3258         * src/common/template.c
3259         * src/common/template.h
3260         * src/common/timing.h
3261         * src/common/utils.c
3262         * src/common/utils.h
3263         * src/common/version.h.in
3264         * src/common/xml.c
3265         * src/common/xml.h
3266         * src/common/xmlprops.c
3267         * src/common/xmlprops.h
3268         * src/gtk/about.c
3269         * src/gtk/colorlabel.c
3270         * src/gtk/colorlabel.h
3271         * src/gtk/colorsel.c
3272         * src/gtk/colorsel.h
3273         * src/gtk/combobox.c
3274         * src/gtk/combobox.h
3275         * src/gtk/description_window.c
3276         * src/gtk/description_window.h
3277         * src/gtk/filesel.c
3278         * src/gtk/filesel.h
3279         * src/gtk/foldersort.c
3280         * src/gtk/foldersort.h
3281         * src/gtk/gtkaspell.c
3282         * src/gtk/gtkaspell.h
3283         * src/gtk/gtksctree.c
3284         * src/gtk/gtkshruler.c
3285         * src/gtk/gtkshruler.h
3286         * src/gtk/gtkutils.c
3287         * src/gtk/gtkutils.h
3288         * src/gtk/icon_legend.c
3289         * src/gtk/icon_legend.h
3290         * src/gtk/logwindow.c
3291         * src/gtk/logwindow.h
3292         * src/gtk/manage_window.c
3293         * src/gtk/manage_window.h
3294         * src/gtk/pluginwindow.c
3295         * src/gtk/pluginwindow.h
3296         * src/gtk/prefswindow.c
3297         * src/gtk/prefswindow.h
3298         * src/gtk/quicksearch.c
3299         * src/gtk/quicksearch.h
3300         * src/pixmaps/claws-mail.xpm
3301         * src/pixmaps/claws-mail_icon.xpm
3302         * src/pixmaps/claws-mail_logo.xpm
3303         * src/pixmaps/sylpheed-claws.xpm
3304         * src/pixmaps/sylpheed-claws_icon.xpm
3305         * src/pixmaps/sylpheed-claws_logo.xpm
3306         * src/plugins/bogofilter/Makefile.am
3307         * src/plugins/bogofilter/bogofilter.c
3308         * src/plugins/bogofilter/bogofilter.h
3309         * src/plugins/bogofilter/bogofilter_gtk.c
3310         * src/plugins/clamav/Makefile.am
3311         * src/plugins/clamav/clamav_plugin.c
3312         * src/plugins/clamav/clamav_plugin.h
3313         * src/plugins/clamav/clamav_plugin_gtk.c
3314         * src/plugins/demo/Makefile.am
3315         * src/plugins/demo/demo.c
3316         * src/plugins/dillo_viewer/Makefile.am
3317         * src/plugins/dillo_viewer/README
3318         * src/plugins/dillo_viewer/dillo_prefs.c
3319         * src/plugins/dillo_viewer/dillo_prefs.h
3320         * src/plugins/dillo_viewer/dillo_viewer.c
3321         * src/plugins/pgpcore/Makefile.am
3322         * src/plugins/pgpcore/passphrase.c
3323         * src/plugins/pgpcore/passphrase.h
3324         * src/plugins/pgpcore/pgp_viewer.c
3325         * src/plugins/pgpcore/pgp_viewer.h
3326         * src/plugins/pgpcore/plugin.c
3327         * src/plugins/pgpcore/prefs_gpg.c
3328         * src/plugins/pgpcore/prefs_gpg.h
3329         * src/plugins/pgpcore/select-keys.c
3330         * src/plugins/pgpcore/select-keys.h
3331         * src/plugins/pgpcore/sgpgme.c
3332         * src/plugins/pgpcore/sgpgme.h
3333         * src/plugins/pgpcore/sylpheed.def
3334         * src/plugins/pgpcore/version.rc
3335         * src/plugins/pgpinline/Makefile.am
3336         * src/plugins/pgpinline/pgpinline.c
3337         * src/plugins/pgpinline/pgpinline.h
3338         * src/plugins/pgpinline/plugin.c
3339         * src/plugins/pgpinline/sylpheed.def
3340         * src/plugins/pgpinline/version.rc
3341         * src/plugins/pgpmime/Makefile.am
3342         * src/plugins/pgpmime/pgpmime.c
3343         * src/plugins/pgpmime/pgpmime.h
3344         * src/plugins/pgpmime/plugin.c
3345         * src/plugins/pgpmime/sylpheed.def
3346         * src/plugins/pgpmime/version.rc
3347         * src/plugins/spamassassin/Makefile.am
3348         * src/plugins/spamassassin/README
3349         * src/plugins/spamassassin/spamassassin.c
3350         * src/plugins/spamassassin/spamassassin.h
3351         * src/plugins/spamassassin/spamassassin_gtk.c
3352         * src/plugins/trayicon/Makefile.am
3353         * src/plugins/trayicon/trayicon.c
3354         * tools/OOo2sylpheed.pl
3355         * tools/README
3356         * tools/README.sylprint
3357         * tools/acroread2sylpheed.pl
3358         * tools/claws.i18n.status.pl
3359         * tools/filter_conv.pl
3360         * tools/filter_conv_new.pl
3361         * tools/freshmeat_search.pl
3362         * tools/google_search.pl
3363         * tools/kmail2sylpheed.pl
3364         * tools/kmail2sylpheed_v2.pl
3365         * tools/make.themes.project
3366         * tools/multiwebsearch.pl
3367         * tools/nautilus2sylpheed.sh
3368         * tools/outlook2sylpheed.pl
3369         * tools/sylprint.pl
3370         * tools/sylprint.rc
3371         * tools/tb2sylpheed
3372         * tools/textviewer.sh
3373         * tools/vcard2xml.py
3374         * tools/kdeservicemenu/README
3375         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3376         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3377         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3378                 Change name to Claws Mail. Announce to follow...
3379
3380 2006-11-06 [wwp]        2.6.0cvs6
3381
3382         * src/prefs_template.c
3383                 unify messages related to quote format/template errors (fix
3384                 capitalization), again.
3385
3386 2006-11-06 [wwp]        2.6.0cvs5
3387
3388         * src/prefs_quote.c
3389                 unify messages related to quote format/template errors.
3390
3391 2006-11-06 [wwp]        2.6.0cvs4
3392
3393         * src/prefs_msg_colors.c
3394                 more uses of Q_ macro for contextual translations, thanks
3395                 to Fabien (fzzzzz).
3396
3397 2006-11-06 [wwp]        2.6.0cvs3
3398
3399         * src/compose.c
3400         * src/common/utils.c
3401         * src/common/utils.h
3402                 show an alertpanel to make sure users are aware that sensitive
3403                 files are attached (it's file blacklist-based). This will fix
3404                 interaction w/ GoogleEarth for instance, thanks to Colin.
3405
3406 2006-11-06 [wwp]        2.6.0cvs2
3407
3408         * src/prefs_quote.c
3409         * src/prefs_template.c
3410         * src/prefs_template.h
3411                 check quote format when applying/closing prefs. For now this only
3412                 shows up an error dialog box, not preventing the user from using
3413                 a broken quote (reply, forwards) format.
3414
3415 2006-11-06 [wwp]        2.6.0cvs1
3416
3417         * src/prefs_template.c
3418                 fix missing checks of some template fields.
3419
3420 2006-11-06 [paul]       2.6.0
3421
3422         * NEWS
3423         * README
3424         * RELEASE_NOTES
3425                 2.6.0 released
3426
3427 2006-11-06 [paul]       2.5.6cvs22
3428
3429         * manual/advanced.xml
3430         * manual/es/advanced.xml
3431                 put 'respect_flowed_format' info in the correct
3432                 place
3433
3434 2006-11-06 [mones]      2.5.6cvs21
3435
3436         * po/es.po
3437                 Minor fixes for release
3438
3439 2006-11-06 [paul]       2.5.6cvs20
3440
3441         * po/cs.po
3442         * po/de.po
3443         * po/fr.po
3444         * po/it.po
3445         * po/nl.po
3446         * po/pt_BR.po
3447         * po/sk.po
3448         * po/sv.po
3449         * po/zh_CN.po
3450                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3451                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3452                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3453                 Young
3454
3455 2006-11-02 [colin]      2.5.6cvs19
3456
3457         * src/imap.c
3458         * src/imap.h
3459         * src/prefs_account.c
3460         * src/etpan/imap-thread.c
3461                 Add GSSAPI support - fixes Debian bug #383274
3462
3463 2006-11-01 [colin]      2.5.6cvs18
3464
3465         * src/jpilot.c
3466                 Handle libpisock12 support. Probably
3467                 fixes bug 1046, 'jpilot AddressDB.pdb 
3468                 import fail'
3469
3470 2006-11-01 [colin]      2.5.6cvs17
3471
3472         * src/folderutils.c
3473                 debug_print() folderutils_mark_all_read()
3474
3475 2006-11-01 [colin]      2.5.6cvs16
3476
3477         * COPYING
3478                 Add missed files to the Apache exception
3479
3480 2006-10-31 [colin]      2.5.6cvs15
3481
3482         * src/folder.c
3483         * src/folder.h
3484                 Add a copy_private_data() func to FolderClasses
3485                 Doesn't break the feature freeze, because we 
3486                 won't use it (right now) in the core.
3487
3488 2006-10-31 [colin]      2.5.6cvs14
3489
3490         * COPYING
3491                 Allow linking with the Apache licensed files in
3492                 src/plugins/spamassassin. Hopefully fixes 
3493                 bug 1048, 'Spamassassin plugin license problem'
3494
3495 2006-10-31 [wwp]        2.5.6cvs13
3496
3497         * src/compose.c
3498                 fix and optimize trimming of leading linefeeds in body loop.
3499
3500 2006-10-31 [colin]      2.5.6cvs12
3501
3502         * src/etpan/imap-thread.c
3503         * src/imap.c
3504                 Make really sure to have NULL sets in case
3505                 of error
3506
3507 2006-10-30 [wwp]        2.5.6cvs11
3508
3509         * src/prefs_common.c
3510         * src/prefs_common.h
3511         * src/compose.c
3512                 fix broken storage of quote format template when it contains \-escape
3513                 sequences. The application of such sequences is also fixed now (\t
3514                 in quote format will be a real tab instead of a 't', for instance).
3515
3516 2006-10-27 [colin]      2.5.6cvs10
3517
3518         * src/compose.c
3519                 Probably fix bug 1045, 'sylpheed-claws 
3520                 doesn't remove the mail from the IMAP 
3521                 Queue folder after sending'. From
3522                 2.5.6cvs3-stable
3523
3524 2006-10-27 [colin]      2.5.6cvs9
3525
3526         * configure.ac
3527                 Require libetpan-0.48. I'm so annoying,
3528                 I know ;-)
3529
3530 2006-10-27 [colin]      2.5.6cvs8
3531
3532         * src/folder.c
3533         * src/imap.c
3534                 Probably fix bug 1044, 'sylpheed-claws 
3535                 segfaults while moving mails' - Fix relation
3536                 usage when moving to an IMAP mailbox from another
3537                 mailbox
3538
3539 2006-10-26 [paul]       2.5.6cvs7
3540
3541         * src/gtk/about.c
3542                 add libSM to compiled-in features
3543                 list
3544
3545 2006-10-24 [colin]      2.5.6cvs6
3546
3547         * src/textview.c
3548         * src/gtk/gtkutils.c
3549                 Fix crash when printing emails with an
3550                 xface
3551
3552 2006-10-24 [mones]      2.5.6cvs5
3553
3554         * manual/es/advanced.xml
3555                 Synchronize hidden option respect_flowed_format
3556         * po/es.po
3557                 Updated translation
3558
3559 2006-10-21 [paul]       2.5.6cvs4
3560
3561         * src/gtk/authors.h
3562         * src/plugins/pgpcore/pgp_viewer.c
3563         * src/plugins/pgpcore/sgpgme.c
3564                 fix building on BSDs
3565                 Thanks to Michael Hughes
3566                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3567
3568 2006-10-20 [colin]      2.5.6cvs3
3569
3570         * configure.ac
3571                 Bump up libetpan requirement
3572                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3573         * src/common/utils.c
3574         * src/common/utils.h
3575                 Add convenience get_file_mtime()
3576         * src/imap.c
3577         * src/etpan/imap-thread.c
3578         * src/etpan/imap-thread.h
3579                 Implement UIDPLUS support if the server
3580                 supports it - faster sending in this case
3581
3582 2006-10-19 [colin]      2.5.6cvs2
3583
3584         * src/gtk/quicksearch.c
3585                 Fix emptying in type-ahead+extended mode
3586         * src/mainwindow.c
3587         * src/mainwindow.h
3588                 Add a hook for offline state change
3589         * src/plugins/trayicon/trayicon.c
3590                 Use it to display offline icons
3591         * src/plugins/trayicon/Makefile.am
3592         * src/plugins/trayicon/newmail.offline.xpm
3593         * src/plugins/trayicon/newmarkedmail.offline.xpm
3594         * src/plugins/trayicon/nomail.offline.xpm
3595         * src/plugins/trayicon/unreadmail.offline.xpm
3596         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3597                 Add the icons
3598
3599 2006-10-12 [paul]       2.5.6cvs1
3600
3601         * NEWS
3602         * README
3603         * configure.ac
3604                 Update version number following
3605                 stable release
3606
3607 2006-10-19 [colin]      2.5.5cvs18
3608
3609         * manual/handling.xml
3610                 Add type-ahead search
3611
3612 2006-10-18 [colin]      2.5.5cvs17
3613
3614         * src/gtk/quicksearch.c
3615                 Remove "save to history only if there's
3616                 no syntax error", it breaks for some 
3617                 reason which I'll investigate later.
3618
3619 2006-10-18 [colin]      2.5.5cvs16
3620
3621         * src/prefs_common.c
3622         * src/prefs_common.h
3623         * src/summaryview.c
3624         * src/gtk/quicksearch.c
3625         * src/gtk/quicksearch.h
3626                 Add a type-ahead option for fast searches
3627                 Patch by Fabien Vantard
3628
3629 2006-10-18 [colin]      2.5.5cvs15
3630
3631         * src/compose.c
3632         * src/compose.h
3633                 Add Options/Reply mode/ menu to be able to
3634                 change the recipients of a reply on the fly
3635
3636 2006-10-18 [colin]      2.5.5cvs14
3637
3638         * src/compose.c
3639                 Fix redirecting of our own sent mails
3640
3641 2006-10-17 [wwp]        2.5.5cvs13
3642
3643         * src/send_message.c
3644                 Fix duplicate error messages when sending, and missing
3645                 newline in such error messages.
3646
3647 2006-10-17 [colin]      2.5.5cvs12
3648
3649         * src/compose.c
3650                 Compare addresses case-insensitive
3651
3652 2006-10-17 [colin]      2.5.5cvs11
3653
3654         * src/plugins/pgpcore/sgpgme.c
3655                 Fix return status
3656
3657 2006-10-17 [colin]      2.5.5cvs10
3658
3659         * src/plugins/pgpcore/pgp_viewer.c
3660                 Fix return status
3661
3662 2006-10-17 [colin]      2.5.5cvs9
3663
3664         * src/quote_fmt.c
3665                 Fix a typo (thanks to Fabien)
3666
3667 2006-10-16 [colin]      2.5.5cvs8
3668
3669         * src/textview.c
3670                 Fix problem with quote-folding when emails
3671                 don't convert cleanly to UTF-8
3672
3673 2006-10-14 [colin]      2.5.5cvs7
3674
3675         * src/prefs_template.c
3676                 Reset fields when reopening
3677                 the window
3678
3679 2006-10-13 [paul]       2.5.5cvs6
3680
3681         * manual/advanced.xml
3682         * src/prefs_message.c
3683                 make 'respect_flowed_format' a hidden
3684                 option, and add a manual entry for it
3685                 Thanks to Colin
3686
3687 2006-10-12 [colin]      2.5.5cvs5
3688
3689         * src/codeconv.c
3690                 Revert part of 2.5.2cvs21:
3691                 Don't optimise by reusing the 
3692                 last iconv converter if possible:
3693                 it seems slightly broken in a 
3694                 very hard way to reproduce
3695
3696 2006-10-12 [colin]      2.5.5cvs4
3697
3698         * src/prefs_common.c
3699         * src/prefs_common.h
3700         * src/prefs_message.c
3701         * src/procmime.c
3702                 Fix bug 1035, 'Incorrect handling 
3703                 of flowed lines'. We now optionnaly
3704                 handle this format (preference is in
3705                 Message View/Text options section)
3706
3707 2006-10-12 [colin]      2.5.5cvs3
3708
3709         * po/POTFILES.in
3710                 Add new file
3711         * src/plugins/pgpcore/pgp_viewer.c
3712         * src/plugins/pgpcore/sgpgme.c
3713                 Don't try to import without asking
3714
3715 2006-10-12 [colin]      2.5.5cvs2
3716
3717         * src/compose.c
3718                 Fix bug 1036, 'Forwarding a mutlipart
3719                 mail with a "text/html" block to ms
3720                 outlook users leeds to freeze of
3721                 outlook'. Poor outlook users...
3722
3723 2006-10-12 [paul]       2.5.5cvs1
3724
3725         * NEWS
3726         * README
3727         * configure.ac
3728                 Update version number following
3729                 stable release
3730
3731 2006-10-11 [paul]       2.5.4cvs1
3732
3733         * NEWS
3734         * README
3735         * configure.ac
3736                 Update version number following
3737                 stable release
3738
3739 2006-10-11 [paul]       2.5.3cvs32
3740
3741         * src/textview.c
3742                 fix bug 1032, 'Segmentation fault when showing
3743                 message' (bug in quote folding)
3744                 Thanks to Colin
3745
3746 2006-10-10 [colin]      2.5.3cvs31
3747
3748         * src/quote_fmt.c
3749                 Rephrase english a bit
3750
3751 2006-10-10 [colin]      2.5.3cvs30
3752
3753         * src/prefs_compose_writing.c
3754                 Stop making the page larger than the window
3755
3756 2006-10-10 [wwp]        2.5.3cvs29
3757
3758         * src/compose.c
3759         * src/prefs_template.c
3760         * src/quote_fmt.c
3761         * src/quote_fmt.h
3762         * src/quote_fmt_lex.l
3763         * src/quote_fmt_parse.y
3764                 Extend the quote parser a bit: allow to get access to
3765                 basic (composing) account info.
3766
3767 2006-10-10 [colin]      2.5.3cvs28
3768
3769         * src/procheader.c
3770                 Fix this \t problem in subject
3771
3772 2006-10-09 [colin]      2.5.3cvs27
3773
3774         * src/main.c
3775         * src/prefs_gtk.c
3776                 Prepare cache a bit later
3777                 If section already exists, skip the new one 
3778                 (as previously); avoid writing the same block
3779                 twice - if we find a second block with the 
3780                 same id, skip it.
3781         * src/plugins/pgpcore/pgp_viewer.c
3782                 Set cursor to busy when retrieving a key
3783         * src/plugins/pgpcore/sgpgme.c
3784                 allow 5 seconds for gpg to export the key
3785                 
3786
3787 2006-10-09 [colin]      2.5.3cvs26
3788
3789         * configure.ac
3790         * src/msgcache.c
3791         * src/prefs_gtk.c
3792                 Check for existence of fgets_unlocked
3793                 and fwrite_unlocked
3794
3795 2006-10-09 [paul]       2.5.3cvs25
3796
3797         * src/prefs_summaries.c
3798                 replace strftime() with fast_strftime() and in
3799                 the consequence fix the bug in the display of
3800                 AM/PM in the 'Example' string
3801
3802 2006-10-09 [ticho]      2.5.3cvs24
3803
3804         * po/sk.po
3805                 Updated (and fixed up somewhat) Slovak translation.
3806
3807 2006-10-08 [colin]      2.5.3cvs23
3808
3809         * src/prefs_folder_item.c
3810                 Explain why prefs in the top-level folder
3811                 aren't retained, but are still useful
3812
3813 2006-10-08 [colin]      2.5.3cvs22
3814
3815         * src/prefs_gtk.c
3816                 Don't cache anything if caching fails
3817
3818 2006-10-08 [colin]      2.5.3cvs21
3819
3820         * src/common/utils.c
3821                 always include gi18n.h
3822
3823 2006-10-07 [colin]      2.5.3cvs20
3824
3825         * src/plugins/pgpcore/pgp_viewer.c
3826                 Kill gpg after 5 seconds wait
3827
3828 2006-10-07 [colin]      2.5.3cvs19
3829
3830         * src/plugins/pgpcore/pgp_viewer.c
3831         * src/plugins/pgpcore/pgp_viewer.h
3832                 Fix copyright
3833
3834 2006-10-07 [colin]      2.5.3cvs18
3835
3836         * src/plugins/pgpcore/pgp_viewer.c
3837         * src/plugins/pgpcore/pgp_viewer.h
3838                 Actually add the files to CVS
3839
3840 2006-10-07 [colin]      2.5.3cvs17
3841
3842         * src/plugins/pgpcore/sgpgme.c
3843                 Be sure not to crash on 'application/pgp-signature' that
3844                 are not application/pgp-signatures
3845
3846 2006-10-07 [colin]      2.5.3cvs16
3847
3848         * src/textview.c
3849         * src/textview.h
3850                 Make a bit more of the API available
3851         * src/plugins/pgpcore/Makefile.am
3852         * src/plugins/pgpcore/plugin.c
3853         * src/plugins/pgpcore/sgpgme.c
3854                 Add basic key import/export
3855
3856 2006-10-07 [colin]      2.5.3cvs15
3857
3858         * src/folderview.c
3859         * src/imap.c
3860         * src/prefs_account.c
3861         * src/wizard.c
3862                 Warn users *everywhere* if libetpan's not
3863                 linked in
3864
3865 2006-10-06 [mones]      2.5.3cvs14
3866
3867         * po/de.po
3868         * po/es.po
3869                 updated by Stephan Sachse and me
3870
3871 2006-10-06 [colin]      2.5.3cvs13
3872
3873         * src/main.c
3874         * src/common/sylpheed.c
3875                 Don't load common plugins if --exit is passed
3876         * src/prefs_gtk.c
3877         * src/prefs_gtk.h
3878                 Implement a cache to avoid reading the same
3879                 files over and over again at startup
3880
3881 2006-10-06 [colin]      2.5.3cvs12
3882
3883         * src/summaryview.c
3884         * src/gtk/quicksearch.c
3885                 Update display every 5k mails on fast searches
3886
3887 2006-10-06 [colin]      2.5.3cvs11
3888
3889         * src/textview.c
3890                 Don't do quote folding on HTML or ERTF.
3891                 May fix the Cygwin issues if they were
3892                 happening with HTML mails?
3893
3894 2006-10-05 [colin]      2.5.3cvs10
3895
3896         * src/prefs_gtk.c
3897                 Oops, forgot one
3898
3899 2006-10-05 [colin]      2.5.3cvs9
3900
3901         * src/prefs_gtk.c
3902                 Use unlocked_stdio here too
3903
3904 2006-10-05 [colin]      2.5.3cvs8
3905
3906         * src/folderview.c
3907                 Fix go to next * after preferences apply
3908         * src/msgcache.c
3909                 Do the fd lock/unlock ourselves instead of
3910                 letting the libc do it at each write 
3911
3912 2006-10-05 [colin]      2.5.3cvs7
3913
3914         * src/common/utils.c
3915                 Faster division, thanks to Jean Diraison
3916
3917 2006-10-05 [paul]       2.5.3cvs6
3918
3919         * src/common/utils.c
3920                 fix building with --disable-nls
3921
3922 2006-10-04 [colin]      2.5.3cvs5
3923
3924         * src/folder.c
3925                 Maybe fix a segfault
3926
3927 2006-10-04 [wwp]        2.5.3cvs4
3928
3929         * src/prefs_folder_item.c
3930                 Fine-tune layouts in folder item prefs. Suggested by
3931                 Fabien Vantard <fzzzzz@gmail.com>.
3932
3933 2006-10-04 [wwp]        2.5.3cvs3
3934
3935         * src/prefs_folder_item.c
3936                 Kill the clandestine passengers. You didn't see anything.
3937
3938 2006-10-04 [wwp]        2.5.3cvs2
3939
3940         * src/prefs_folder_item.c
3941                 Add a way to test the subject simplify regexp in
3942                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3943                 w/ few layout changes.
3944
3945 2006-20-04 [paul]       2.5.3cvs1
3946
3947         * NEWS
3948         * README
3949         * configure.ac
3950                 Update version number following
3951                 stable release
3952
3953 2006-10-04 [colin]      2.5.2cvs42
3954
3955         * src/folder.c
3956         * src/folder.h
3957         * src/summaryview.c
3958                 Provide a way for folder classes to set their sort
3959                 type and key
3960
3961 2006-10-03 [colin]      2.5.2cvs41
3962
3963         * src/mh.c
3964                 Don't use strlen() to know if the
3965                 string's empty
3966
3967 2006-10-03 [colin]      2.5.2cvs40
3968
3969         * src/mh.c
3970                 Fix "check for new folders" with accentued folders
3971
3972 2006-10-03 [ticho]      2.5.2cvs39
3973
3974         * src/filtering.c
3975         * src/folder.c
3976         * src/inc.c
3977         * src/mbox.c
3978                 Colin's fix for "copy" filtering rules.
3979
3980 2006-10-02 [colin]      2.5.2cvs38
3981
3982         * src/folderview.c
3983                 Fix for double-click too
3984
3985 2006-10-02 [colin]      2.5.2cvs37
3986
3987         * src/folderview.c
3988                 correct fix for cvs36
3989
3990 2006-10-02 [colin]      2.5.2cvs36
3991
3992         * src/folderview.c
3993                 Fix 'goto next unread' after collapsing/expanding 
3994                 a node.
3995
3996 2006-10-02 [colin]      2.5.2cvs35
3997
3998         * src/summaryview.c
3999                 Fix double freeze/thaw
4000         * src/common/utils.c
4001         * src/common/utils.h
4002                 Reimplement strftime
4003         * src/procheader.c
4004                 Use it
4005
4006
4007 2006-10-02 [colin]      2.5.2cvs34
4008
4009         * src/mh.c
4010                 Time mh_write_sequences() - it's fast
4011         * src/summaryview.c
4012                 Init a variable to shut up gcc
4013
4014 2006-10-01 [colin]      2.5.2cvs33
4015
4016         * src/folder.c
4017         * src/mh.c
4018         * src/mh.h
4019         * src/msgcache.c
4020                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4021                 Add fsync but disable it, it's slow as hell
4022
4023 2006-10-01 [colin]      2.5.2cvs32
4024
4025         * src/mh.c
4026         * src/msgcache.c
4027                 fflush() caches and mh_sequences before
4028                 fclose()ing
4029
4030 2006-10-01 [colin]      2.5.2cvs31
4031
4032         * src/msgcache.c
4033                 Don't ftruncate when not using mmap
4034
4035 2006-09-30 [colin]      2.5.2cvs30
4036
4037         * src/main.c
4038                 Write folder list *after* saving caches
4039
4040 2006-09-30 [colin]      2.5.2cvs29
4041
4042         * src/folder.c
4043         * src/mh.c
4044                 Debug forced mtime changes
4045
4046 2006-09-30 [colin]      2.5.2cvs28
4047
4048         * src/folder.c
4049         * src/main.c
4050                 Remove useless debug_print()s (code
4051                 well-tested)
4052
4053 2006-09-30 [colin]      2.5.2cvs27
4054
4055         * src/mh.c
4056                 Do stuff faster when writing mh_sequences
4057
4058 2006-09-30 [colin]      2.5.2cvs26
4059
4060         * src/mh.c
4061                 Don't let the writing of .mh_sequences, which
4062                 can change the folder's mtime, let us think
4063                 we need to scan.
4064
4065 2006-09-30 [colin]      2.5.2cvs25
4066
4067         * src/folder.c
4068                 Move a debug_print where it belongs 
4069                 (processing)
4070         * src/summaryview.c
4071                 Don't mess with a huge slow subject
4072                 table if we're not threading by
4073                 subject
4074
4075 2006-09-30 [colin]      2.5.2cvs24
4076
4077         * src/msgcache.c
4078                 Reenable mmaped reads (*not* writes!)
4079         * src/procmsg.c
4080                 Don't destroy and recreate hashtables just
4081                 for fun
4082         * src/common/utils.c
4083                 Remove useless reply prefixes (it's case
4084                 unsensitive)
4085
4086 2006-09-30 [wwp]        2.5.2cvs23
4087
4088         * tools/fix_date.sh
4089                 Fixed a minor bug in date value extraction, added a switch
4090                 to replace non RFC-compliant Date: value, added a switch
4091                 to use strict RFC matching patterns for dates.
4092
4093 2006-09-29 [colin]      2.5.2cvs22
4094
4095         * src/matcher_parser.h
4096         * src/matcher_parser_parse.y
4097         * src/prefs_filtering.c
4098         * src/statusbar.c
4099         * src/summary_search.c
4100         * src/summaryview.c
4101         * src/gtk/quicksearch.c
4102         * src/gtk/quicksearch.h
4103                 Optimise searches by setting different
4104                 refresh intervals (depending if the 
4105                 search is fast or not)
4106
4107 2006-09-29 [colin]      2.5.2cvs21
4108
4109         * src/codeconv.c
4110                 Optimise by reusing the last iconv converter
4111                 if possible
4112         * src/textview.c
4113                 Optimise a bit (the foldable quotes feature
4114                 still has an awful O(n^2) algo
4115
4116 2006-09-29 [colin]      2.5.2cvs20
4117
4118         * src/gtk/gtksctree.c
4119         * src/gtk/gtksctree.h
4120                 Optimise de-selection via up/down or
4121                 another key
4122
4123 2006-09-28 [colin]      2.5.2cvs19
4124
4125         * src/action.c
4126         * src/compose.c
4127         * src/folderview.c
4128         * src/mainwindow.c
4129         * src/messageview.c
4130         * src/summary_search.c
4131         * src/toolbar.c
4132                 Avoid using summaryview->ctree directly
4133
4134 2006-09-28 [colin]      2.5.2cvs18
4135
4136         * src/summaryview.c
4137         * src/summaryview.h
4138                 Add helpers to freeze/thaw/grab_focus
4139                 Factorize calls to freeze/thaw/grab_focus
4140                 
4141
4142 2006-09-28 [colin]      2.5.2cvs17
4143
4144         * src/main.c
4145                 More guards for the session management
4146
4147 2006-09-28 [colin]      2.5.2cvs16
4148
4149         * src/folderview.c
4150         * src/gtk/gtksctree.c
4151         * src/gtk/gtksctree.h
4152                 Make expanding not recursive in folderview
4153
4154 2006-09-28 [colin]      2.5.2cvs15
4155
4156         * src/addressbook.c
4157                 If nothing is selected in the list (right part)
4158                 and a group is selected in the tree (left part),
4159                 mail this group.
4160
4161 2006-09-28 [colin]      2.5.2cvs14
4162
4163         * src/Makefile.am
4164                 Actually use SM_LIBS
4165
4166 2006-09-28 [ticho]      2.5.2cvs13
4167
4168         * src/export.c
4169         * src/messageview.c
4170         * src/mimeview.c
4171         * src/news.c
4172         * src/pop.c
4173         * src/prefs_themes.c
4174         * src/procmsg.c
4175                 Small i18n string optimization.
4176         * src/send_message.c
4177         * src/summaryview.c
4178         * src/common/session.c
4179         * src/common/smtp.c
4180         * src/common/ssl_certificate.c
4181         * src/common/utils.c
4182                 Use "Couldn't" instead of "Can't" in UI messages,
4183                 where appropriate.
4184
4185 2006-09-28 [colin]      2.5.2cvs12
4186
4187         * configure.ac
4188                 Possibly fix link errors
4189
4190 2006-09-27 [wwp]        2.5.2cvs11
4191
4192         * src/gtk/authors.h
4193         * doc/man/sylpheed-claws.1
4194         * manual/ack.xml
4195         * manual/es/ack.xml
4196         * manual/fr/ack.xml
4197         * manual/pl/ack.xml
4198                 Updated authors info (me, myself and I).
4199
4200 2006-09-27 [colin]      2.5.2cvs10
4201
4202         * src/addressbook.c
4203                 Remove useless printf
4204
4205 2006-09-27 [wwp]        2.5.2cvs9
4206
4207         * src/editgroup.c
4208         * src/send_message.c
4209         * src/inc.c
4210         * src/prefs_common.c
4211         * src/prefs_common.h
4212         * src/gtk/progressdialog.c
4213                 remember more windows' sizes (send dialog, received dialog,
4214                 edit group in addressbook).
4215
4216 2006-09-27 [colin]      2.5.2cvs8
4217
4218         * configure.ac
4219         * src/main.c
4220         * src/mainwindow.h
4221                 Use libSM to communicate with the session
4222                 manager, so that we can know when the 
4223                 session ends, save our caches, and draft
4224                 our compose windows.
4225
4226 2006-09-27 [colin]      2.5.2cvs7
4227
4228         * src/addressbook.c
4229                 Fix issues:
4230                 o Allow Book and Group creation from the tree's
4231                   contextual menu
4232                 o Do not actually delete the contacts when 
4233                   deleting groups from the tree (duh!)
4234
4235 2006-09-27 [colin]      2.5.2cvs6
4236
4237         * src/compose.c
4238         * src/compose.h
4239         * src/mainwindow.c
4240         * src/textview.c
4241         * src/toolbar.c
4242                 o Allow passing an email address to 
4243                   compose_new_with_folderitem
4244                 o Update callers
4245                 o Use current folderitem when clicking
4246                   on a TextView mailto: link
4247                 o Fix a possible leak in TextView
4248
4249 2006-09-27 [colin]      2.5.2cvs5
4250
4251         * src/html.c
4252                 Use UTF-8 chars to replace HTML entities
4253
4254 2006-09-27 [colin]      2.5.2cvs4
4255
4256         * AUTHORS
4257         * src/prefs_account.c
4258         * src/gtk/authors.h
4259                 Fix bug #1024 (Array index out of
4260                 range in sylpheed-claws-2.5.2)
4261                 Patch by Ales Nosek <anosek@suse.cz>
4262
4263 2006-09-27 [colin]      2.5.2cvs3
4264
4265         * src/addr_compl.c
4266                 Actually do the test
4267
4268 2006-09-27 [colin]      2.5.2cvs2
4269
4270         * src/addr_compl.c
4271         * src/addr_compl.h
4272                 Allow completing with comma (in certain cases: vCalendar
4273                 for example doesn't support that)
4274                 Patch by Fabien Vantard
4275
4276 2006-09-26 [colin]      2.5.2cvs1
4277
4278         * src/Makefile.am
4279         * src/addr_compl.c
4280         * src/addr_compl.h
4281         * src/addrbook.c
4282         * src/addrbook.h
4283         * src/addressbook.c
4284         * src/addrindex.c
4285         * src/addrindex.h
4286         * src/compose.c
4287         * src/prefs_common.c
4288         * src/prefs_filtering_action.c
4289         * src/prefs_folder_item.c
4290         * src/prefs_template.c
4291         * src/stock_pixmap.c
4292         * src/stock_pixmap.h
4293         * src/pixmaps/addr_one.xpm
4294         * src/pixmaps/addr_two.xpm
4295                 Add auto-completion on groups
4296
4297 2006-09-26 [colin]      2.5.2
4298
4299         * NEWS
4300         * README
4301         * RELEASE_NOTES
4302                 2.5.2 released
4303
4304 2006-09-26 [colin]      2.5.1cvs5
4305
4306         * src/matcher.c
4307                 Fix condition
4308
4309 2006-09-26 [colin]      2.5.1cvs4
4310
4311         * src/mbox.c
4312                 Revert cvs1 (useless as the message is printed 
4313                 every 500 mails)
4314
4315 2006-09-26 [colin]      2.5.1cvs3
4316
4317         * src/partial_download.c
4318                 Fix crasher found by Alexsandar Urosevic
4319
4320 2006-09-26 [colin]      2.5.1cvs2
4321
4322         * src/summaryview.c
4323                 Fix bug #1023 (Sylpheed deletes too much messages)
4324
4325 2006-09-26 [ticho]      2.5.1cvs1
4326
4327         * src/mbox.c
4328                 Make use of gettext's multiple plurals for statusbar
4329                 progress message.
4330
4331 2006-09-25 [paul]       2.5.1
4332
4333         * NEWS
4334         * README
4335         * RELEASE_NOTES
4336                 2.5.1 released
4337
4338 2006-09-25 [colin]      2.5.0cvs3
4339
4340         * src/plugins/bogofilter/bogofilter.c
4341         * src/plugins/clamav/clamav_plugin.c
4342         * src/plugins/spamassassin/spamassassin.c
4343                 BogoFilter, Spamassassin: Fix double hook registering after
4344                 visiting preferences
4345                 Spamassassin, Clamav: Just set the mails to move instead of
4346                 doing the move - caller will move the things at once.
4347
4348 2006-09-25 [colin]      2.5.0cvs2
4349
4350         * src/imap.c
4351         * src/etpan/imap-thread.c
4352                 Use UID SEARCH ALL instead of UID 1:*
4353                 (braindead servers can't figure out that's
4354                 the same...)
4355
4356 2006-09-25 [wwp]        2.5.0cvs1
4357
4358         * src/message_search.c
4359                 Added the ability to stop a running search (in message body).
4360
4361 2006-09-25 [paul]       2.5.0
4362
4363         * NEWS
4364         * README
4365         * RELEASE_NOTES
4366                 2.5.0 released
4367
4368 2006-09-25 [paul]       2.4.0cvs214
4369
4370         * po/cs.po
4371         * po/de.po
4372         * po/fi.po
4373         * po/fr.po
4374         * po/nl.po
4375         * po/pt_BR.po
4376         * po/sk.po
4377         * po/sr.po
4378         * po/zh_CN.po
4379                 updated by Tim, Stephan Sachse, Flammie Pirinen,
4380                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
4381                 Ticho, Aleksander Urosevic, Ralgh Young
4382
4383 2006-09-24 [mones]      2.4.0cvs213
4384
4385         * po/es.po
4386                 Updated for release
4387
4388 2006-09-23 [colin]      2.4.0cvs212
4389
4390         * src/gtk/inputdialog.c
4391                 Fix [ ] remember this appearing in normal
4392                 input dialogs after it's been used by
4393                 mimeview.
4394         * src/folder.c
4395         * src/folderview.c
4396         * src/msgcache.c
4397         * src/procmsg.c
4398         * src/summaryview.c
4399         * src/textview.c
4400         * src/common/timing.h
4401                 Enable timings in debug mode and make it
4402                 look prettier.
4403
4404 2006-09-22 [colin]      2.4.0cvs211
4405
4406         * README
4407                 Revert test change
4408         * commitHelper
4409                 ping the correct URI
4410
4411 2006-09-22 [colin]      2.4.0cvs210
4412
4413         * README
4414                 Let's see if bug #1022 is fixed
4415
4416 2006-09-21 [colin]      2.4.0cvs209
4417
4418         * src/wizard.c
4419         * src/common/plugin.c
4420                 Prepare infra to load predefined plugins when
4421                 no configuration existed. Don't actually load
4422                 anything yet (feat. freeze)
4423
4424 2006-09-21 [wwp]        2.4.0cvs208
4425
4426         * manual/fr/faq.xml
4427                 Partial sync w/ 2.4.0cvs72:
4428                 wrap file and minor updates.
4429
4430 2006-09-21 [wwp]        2.4.0cvs207
4431
4432         * tools/fix_date.sh
4433                 several fixes and enhancements. A new --force switch has been
4434                 added to prevent overriding by default Date: header when
4435                 already existing.
4436
4437 2006-09-21 [paul]       2.4.0cvs206
4438
4439         * src/common/utils.c
4440                 add Chinese UTF8 Re prefix
4441
4442 2006-09-21 [wwp]        2.4.0cvs205
4443
4444         * tools/Makefile.am
4445                 Fics alfabettical order.
4446
4447 2006-09-21 [wwp]        2.4.0cvs204
4448
4449         * tools/fix_date.sh
4450         * tools/Makefile.am
4451                 Added an action tool to fix missing Date field in emails.
4452                 Updated Makefile.am to reflect those last two additions.
4453
4454 2006-09-21 [wwp]        2.4.0cvs203
4455
4456         * tools/uuooffice
4457                 Added a action tool to open uuencoded docs w/
4458                 OpenOffice (based on uudec method).
4459
4460 2006-09-21 [colin]      2.4.0cvs202
4461
4462         * src/compose.c
4463         * src/textview.c
4464                 Workaround possible GTK crash: remove selection 
4465                 clipboard before destroying widget, or GTK+-2.10
4466                 dies. Thanks to Hiro.
4467
4468 2006-09-20 [colin]      2.4.0cvs201
4469
4470         * src/compose.c
4471                 Fix free-after-use in some cases (when 
4472                 procmime_encode_content() frees mimeinfo->data.mem
4473                 and turns it to a temp file)
4474
4475 2006-09-20 [colin]      2.4.0cvs200
4476
4477         * src/folderview.c
4478         * src/summaryview.c
4479         * src/gtk/gtksctree.c
4480         * src/gtk/gtksctree.h
4481                 Add tooltips in the folderview and summaryview
4482                 (Doesn't break string freeze as they already
4483                 exist)
4484         * src/toolbar.c
4485                 Put the spam button in the default configuration
4486                 if compiled with bogo plugin too
4487
4488 2006-09-19 [colin]      2.4.0cvs199
4489
4490         * src/summaryview.c
4491         * src/summaryview.h
4492                 Update folder name label on folder rename
4493         * src/prefs_matcher.c
4494         * src/gtk/logwindow.h
4495                 Fix warnings
4496                 Patches by Fabien
4497
4498 2006-09-19 [wwp]        2.4.0cvs198
4499
4500         * src/summary_search.c
4501                 fix can't click forward/backward buttons in the
4502                 search messages.
4503
4504 2006-09-18 [paul]       2.4.0cvs197
4505
4506         * src/wizard.c
4507                 add missing bracket, capitalise the A of
4508                 'SpamAssassin'
4509
4510 2006-09-18 [paul]       2.4.0cvs196
4511
4512         * src/compose.c
4513                 fix bug 1012 'crashed upon sending mail
4514                 from compose window'
4515                 Thanks to Colin
4516
4517 2006-09-16 [colin]      2.4.0cvs195
4518
4519         * src/folderview.c
4520                 Fix "real-time" sorting by freezing/thawing
4521
4522 2006-09-16 [colin]      2.4.0cvs194
4523
4524         * manual/faq.xml
4525                 Fix the anti-spam entry a bit
4526
4527 2006-09-16 [colin]      2.4.0cvs193
4528
4529         * src/wizard.c
4530                 Make sure reviewers have no excuse when stating
4531                 Sylpheed-Claws doesn't have antispam capabilities.
4532
4533 2006-09-16 [colin]      2.4.0cvs192
4534
4535         * src/main.c
4536                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
4537                 as if the SIGPIPE comes from etpan's thread we could
4538                 trigger a GUI update from this thread.
4539
4540 2006-09-16 [colin]      2.4.0cvs191
4541
4542         * src/summaryview.c
4543                 Init all members of the struct
4544
4545 2006-09-16 [paul]       2.4.0cvs190
4546
4547         * src/account.c
4548                 improvements to the English
4549
4550 2006-09-15 [colin]      2.4.0cvs189
4551
4552         * src/summaryview.c
4553                 HIG order on dialog
4554
4555 2006-09-14 [colin]      2.4.0cvs188
4556
4557         * src/common/socket.c
4558         * src/common/socket.h
4559         * src/common/ssl.c
4560         * src/common/ssl_certificate.c
4561         * src/common/ssl_certificate.h
4562         * src/etpan/imap-thread.c
4563                 the get_fqdn() call done to get canonical name when
4564                 checking an SSL certificate is blocking, which is
4565                 sad as we just did a non-blocking lookup to connect.
4566                 Fix that by letting the fqdn available to the SockInfo,
4567                 and use that in ssl_certificate_check(). For IMAP,
4568                 we don't do it as the lookup's done by libetpan, but
4569                 it's less annoying as IMAP connections as much more
4570                 rare than POP3 connections.
4571
4572 2006-09-14 [paul]       2.4.0cvs187
4573
4574         * manual/advanced.xml
4575                 improvements to the English,
4576                 properly place the new hidden options
4577                 within the alphabetical order
4578         * src/gtk/pluginwindow.c
4579                 improvements to the English
4580
4581 2006-09-14 [colin]      2.4.0cvs186
4582
4583         * src/prefs_common.c
4584         * src/prefs_common.h
4585         * src/gtk/gtksctree.c
4586         * manual/advanced.xml
4587                 New hidden pref, stripes_color_offset, to change
4588                 the value added/substracted to normal bgcolor to
4589                 create the stripes in summaries
4590
4591 2006-09-13 [colin]      2.4.0cvs185
4592
4593         * src/gedit-print.c
4594         * src/messageview.c
4595         * src/messageview.h
4596         * src/summaryview.c
4597         * src/textview.c
4598                 Fix misc. printing issues: 
4599                 - Bad font for linkified headers
4600                 - Different font if the mail was displayed or not
4601                 - Factorize the thing
4602
4603 2006-09-13 [colin]      2.4.0cvs184
4604
4605         * src/common/ssl_certificate.c
4606                 Only get FQDN once when checking certificate
4607
4608 2006-09-13 [colin]      2.4.0cvs183
4609
4610         * src/account.c
4611         * src/gtk/pluginwindow.c
4612                 Misc. GUI fixes by Fabien
4613
4614 2006-09-13 [wwp]        2.4.0cvs182
4615
4616         * configure.ac
4617         * src/common/utils.h
4618         * src/common/utils.c
4619                 get rid of unused wide-char functions.
4620
4621 2006-09-13 [wwp]        2.4.0cvs181
4622
4623         * src/plugins/pgpinline/sylpheed.def
4624         * src/textview.c
4625                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4626                 add privacy_reset_error to the .def file,
4627                 do not fork for an external textviewer.
4628
4629 2006-09-13 [wwp]        2.4.0cvs180
4630
4631         * src/prefs_common.c
4632                 fix broken font entry in prefs (patch issued by the gpg4win team,
4633                 probably by Marcus Brinkmann <marcus@g10code.de>).
4634
4635 2006-09-13 [colin]      2.4.0cvs179
4636
4637         * src/folder.h
4638                 Fix a warning in summaryview.c
4639         * src/mainwindow.c
4640         * src/summaryview.c
4641         * src/summaryview.h
4642                 Add missing Mark/* elements in the
4643                 main menu
4644
4645 2006-09-12 [colin]      2.4.0cvs178
4646
4647         * src/prefs_actions.c
4648         * src/prefs_filtering_action.c
4649         * src/prefs_matcher.c
4650                 Use (New) instead of New everywhere
4651
4652 2006-09-12 [wwp]        2.4.0cvs177
4653
4654         * manual/fr/addrbook.xml
4655         * manual/fr/handling.xml
4656                 updated some quotes in the fr manual to match the fr translation.
4657
4658 2006-09-12 [wwp]        2.4.0cvs176
4659
4660         * src/prefs_matcher.c
4661                 don't store translated string elements in matcher expressions.
4662                 Also fixed a misused of Q_().
4663
4664 2006-09-11 [wwp]        2.4.0cvs175
4665
4666         * src/plugins//bogofilter/bogofilter.c
4667         * src/plugins//clamav/clamav_plugin.c
4668         * src/plugins//demo/demo.c
4669         * src/plugins//dillo_viewer/dillo_viewer.c
4670         * src/plugins//pgpcore/plugin.c
4671         * src/plugins//pgpinline/plugin.c
4672         * src/plugins//pgpmime/plugin.c
4673         * src/plugins//spamassassin/spamassassin.c
4674                 gettext-ize more strings (mostly plugin error messages).
4675
4676 2006-09-11 [colin]      2.4.0cvs174
4677
4678         * src/alertpanel.c
4679                 Make maximum buffer size bigger to avoid
4680                 truncating translated messages. Patch by
4681                 Fabien
4682
4683 2006-09-11 [colin]      2.4.0cvs173
4684
4685         * src/etpan/imap-thread.c
4686                 Fix compilation on OpenBSD, thanks to 
4687                 Landry
4688
4689 2006-09-10 [wwp]        2.4.0cvs172
4690
4691         * manual/account.xml
4692         * manual/addrbook.xml
4693         * manual/handling.xml
4694         * manual/es/handling.xml
4695         * manual/fr/account.xml
4696         * manual/fr/addrbook.xml
4697         * manual/fr/handling.xml
4698                 documented addressbook matching (condition configuration):
4699                   addrbook.xml, en fr
4700                 documented per-account filtering rules (handling/filtering
4701                   section, account section):
4702                   account.xml, handling.xml, en fr
4703                 slightly updated the handling/searching section to tell few
4704                   words about the extended search ability:
4705                   handling.xml, en fr
4706                 added missing <quote></quotes> to Quick Search:
4707                   handling.xml, en fr es
4708                 fixed a typo (auomatically):
4709                   handling.xml, en
4710                 changes revisited by Paul.
4711
4712 2006-09-10 [paul]       2.4.0cvs171
4713
4714         * src/prefs_actions.c
4715         * src/prefs_filtering.c
4716         * src/prefs_template.c
4717                 adjustments to the gui
4718                 Patch by Fabien Vantard (slightly modified)
4719
4720 2006-09-10 [colin]      2.4.0cvs170
4721
4722         * src/summaryview.c
4723                 Check folderitem/summaryview consistency
4724                 (basically automates Update summary). Fixes
4725                 #1011 (wrong (negative) count on unread 
4726                 messages)
4727
4728 2006-09-10 [colin]      2.4.0cvs169
4729
4730         * src/gtk/gtksctree.c
4731                 Fix recursive expansion via mouse
4732         * src/plugins/bogofilter/bogofilter.c
4733                 Use normal filtering way of moving
4734                 messages (batching), possibly fixing
4735                 bug #1015 (Bogofilter plugin doubles 
4736                 new messages)
4737
4738 2006-09-09 [wwp]        2.4.0cvs168
4739
4740         * src/prefs_filtering.c
4741                 better place for this fix.
4742
4743 2006-09-09 [wwp]        2.4.0cvs167
4744
4745         * src/prefs_filtering.c
4746                 fix a minor bug when the enabled status of a filtering/processing
4747                 rule always got set to TRUE when replacing this rule. That still
4748                 make sense when adding a new rule, but now when replacing, we
4749                 don't override the value of 'enabled'.
4750                 Also renamed the func prefs_filtering_list_view_get_rule_name()
4751                 to prefs_filtering_list_view_get_info() as this function not only
4752                 returns the name, but also the account_id and the enabled status.
4753
4754 2006-09-09 [mones]      2.4.0cvs166
4755
4756         * manual/glossary.xml
4757         * manual/plugins.xml
4758                 Minor format corrections
4759         * manual/gpl.xml
4760                 Fix misplaced NO WARRANTY section
4761         * manual/es/advanced.xml
4762         * manual/es/faq.xml
4763         * manual/es/glossary.xml
4764         * manual/es/gpl.xml
4765         * manual/es/handling.xml
4766         * manual/es/plugins.xml
4767         * manual/es/starting.xml
4768                 Incorporate changes from English version
4769         * manual/fr/ack.xml
4770         * manual/pl/ack.xml
4771         * manual/es/ack.xml
4772                 Fix address, (add translation credits in es version)
4773         * po/es.po
4774                 Updated translation
4775
4776 2006-09-09 [wwp]        2.4.0cvs165
4777
4778         * src/prefs_filtering.c
4779                 fix a crash when opening filtering prefs, if matcherrc file contains
4780                 broken data (non-existing account id, which is theoretically not
4781                 possible).
4782
4783 2006-09-08 [colin]      2.4.0cvs164
4784
4785         * src/folder.c
4786                 Wrong assert, make it an if()
4787         * src/gtk/gtksctree.c
4788                 Fix bug #1013 (expand selected thread 
4789                 tree) - expanding is now recursive
4790
4791 2006-09-07 [wwp]        2.4.0cvs163
4792
4793         * src/prefs_matcher.c
4794                 make better sentences about addressbook matching in the
4795                 matcher prefs. This should make translators' work easier
4796                 too.
4797
4798 2006-09-07 [wwp]        2.4.0cvs162
4799
4800         * src/prefs_filtering.c
4801                 code simplification (get rid of dup var. assignment).
4802
4803 2006-09-07 [wwp]        2.4.0cvs161
4804
4805         * src/summaryview.c
4806                 use GTK_STOCK icons when possible, patch by Fabien Vantard
4807                 <fzzzzz@gmail.com>.
4808
4809 2006-09-07 [paul]       2.4.0cvs160
4810
4811         * src/mimeview.c
4812                 fix compilation warnings
4813                 Thanks to Colin
4814
4815 2006-09-07 [paul]       2.4.0cvs159
4816
4817         * src/mimeview.c
4818                 select the mimepart icon when
4819                 displaying as text
4820                 Thanks to Colin
4821
4822 2006-09-06 [paul]       2.4.0cvs158
4823
4824         * src/prefs_filtering.c
4825                 fix labels and table element spacing
4826                 Patch by Fabien Vantard
4827
4828 2006-09-06 [paul]
4829
4830         2.5.0-rc3 released
4831
4832 2006-09-06 [paul]       2.4.0cvs157
4833
4834         * manual/es/advanced.xml
4835                 fix typo
4836
4837 2006-09-06 [wwp]        2.4.0cvs156
4838
4839         * src/mainwindow.c
4840                 fix an dup launch issue when iconified, thanks to Colin.
4841
4842 2006-09-06 [wwp]        2.4.0cvs155
4843
4844         * src/gtk//gtksctree.h
4845                 oops, forgot that one!
4846
4847 2006-09-06 [wwp]        2.4.0cvs154
4848
4849         * manual/pl/advanced.xml
4850         * manual/advanced.xml
4851         * manual/es/advanced.xml
4852         * manual/fr/advanced.xml
4853         * src/prefs_customheader.c
4854         * src/prefs_filtering_action.c
4855         * src/foldersel.c
4856         * src/prefs_summaries.c
4857         * src/prefs_filtering.c
4858         * src/account.c
4859         * src/compose.c
4860         * src/prefs_summary_column.c
4861         * src/addr_compl.c
4862         * src/prefs_actions.c
4863         * src/prefs_folder_column.c
4864         * src/ssl_manager.c
4865         * src/prefs_template.c
4866         * src/prefs_display_header.c
4867         * src/prefs_common.h
4868         * src/prefs_matcher.c
4869         * src/prefs_common.c
4870         * src/prefs_toolbar.c
4871         * src/summaryview.c
4872         * src/folderview.c
4873         * src/gtk/gtksctree.c
4874         * src/gtk/pluginwindow.c
4875         * src/gtk/progressdialog.c
4876         * src/gtk/prefswindow.c
4877                 renamed hidden option enable_rules_hint to use_stripes_everywhere
4878                 to make its meaning more obvious (all versions of the manual reflect
4879                 the change).
4880                 added an extra hidden option use_stripes_in_summary to allow
4881                 discarding these stripes in mainwindow's folder and message lists;
4882                 en and fr manuals only are OK towards this.
4883
4884 2006-09-06 [colin]      2.4.0cvs153
4885
4886         * src/textview.c
4887                 Hide Sylpheed-Claws' internal queue headers
4888                 when showing all headers. They'll be present
4889                 only in Source window.
4890
4891 2006-09-05 [colin]      2.4.0cvs152
4892
4893         * src/plugins/trayicon/trayicon.c
4894                 Fix crash at exit - we have to disconnect
4895                 our handlers
4896         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4897                 Update eggtrayicon - patch adapted from a
4898                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
4899                 on Sylpheed's ML
4900
4901 2006-09-05 [colin]      2.4.0cvs151
4902
4903         * src/mainwindow.c
4904         * src/gtk/logwindow.c
4905                 Fix race condition when something writes
4906                 to the log too soon during init. Thanks
4907                 to Fabien Vantard
4908
4909 2006-09-05 [colin]      2.4.0cvs150
4910
4911         * src/mimeview.c
4912                 Don't select part on right-click either
4913
4914 2006-09-05 [paul]       2.4.0cvs149
4915
4916         * src/mimeview.c
4917                 completion of previous commit
4918                 Thanks to Colin
4919
4920 2006-09-05 [colin]      2.4.0cvs148
4921
4922         * src/mimeview.c
4923                 Don't force selection on middle-click, just open
4924
4925 2006-09-04 [colin]      2.4.0cvs147
4926
4927         * src/mimeview.c
4928                 Looks like gtk_notebook_set_current_page()
4929                 sometimes steals focus, and this annoys us
4930                 in MimeViewers as it renders navigation
4931                 keys useless. Take back focus after switching
4932                 pages.
4933
4934 2006-09-04 [colin]      2.4.0cvs146
4935
4936         * src/messageview.c
4937                 Set stop_loading when clicking on Next
4938                 during load. Don't add a callback to 
4939                 avoid over-complicating things.
4940
4941 2006-09-04 [colin]      2.4.0cvs145
4942
4943         * src/mimeview.c
4944         * src/messageview.c
4945                 Fix multiple loads in separate messageview
4946
4947 2006-09-04 [colin]      2.4.0cvs144
4948
4949         * src/summaryview.c
4950                 Let navigation keys be handled during 
4951                 load
4952
4953 2006-09-04 [colin]      2.4.0cvs143
4954
4955         * src/messageview.c
4956         * src/summaryview.c
4957         * src/textview.c
4958         * src/textview.h
4959                 Make loading of huge mails (lots of text and/or
4960                 images) cancellable, so the GUI doesn't block 
4961
4962 2006-09-04 [colin]      2.4.0cvs142
4963
4964         * src/plugins/trayicon/trayicon.c
4965                 Fix annoyance when removing a folder with 
4966                 unread mails: trayicon didn't update
4967
4968 2006-09-04 [paul]       2.4.0cvs141
4969
4970         * src/gtk/icon_legend.c
4971                 straighten up columns
4972                 Patch by Fabien Vantard
4973
4974 2006-09-04 [wwp]        2.4.0cvs140
4975
4976         * src/prefs_filtering.c
4977                 fix new line's account name in filtering prefs:
4978                 was "All", is now "(New)".
4979
4980 2006-09-04 [paul]       2.4.0cvs139
4981
4982         * tools/make.themes.project
4983                 use "AUTOMAKE_OPTIONS = dist-bzip2"
4984                 instead of homebrewed "make release"
4985
4986 2006-09-03 [colin]      2.4.0cvs138
4987
4988         * src/folderview.c
4989                 Fix bug #1007 (Wrong folder highlighted)
4990
4991 2006-09-03 [colin]      2.4.0cvs137
4992
4993         * src/compose.c
4994                 Don't set Newsgroup: header to a mail folder
4995                 path
4996
4997 2006-09-03 [paul]       2.4.0cvs136
4998
4999         * src/prefs_other.c
5000         * src/prefs_spelling.c
5001                 unify the gui
5002
5003 2006-09-03 [paul]       2.4.0cvs135
5004
5005         * src/prefs_summaries.c
5006                 correct menu item text in prefs_keybind_apply_clicked()
5007
5008 2006-09-03 [paul]       2.4.0cvs134
5009
5010         * manual/advanced.xml
5011                 some improvements to the descriptions
5012         * src/mainwindow.c
5013         * src/messageview.c
5014         * src/summaryview.c
5015         * src/gtk/menu.c
5016                 fix menu sensitivity issues
5017         * src/prefs_message.c
5018                 drop the useless word 'short'
5019         * src/prefs_other.c
5020                 add the word 'lines' indicating log length
5021                 is a measure of lines
5022         * src/textview.c
5023                 fix compilation warnings
5024
5025 2006-09-02 [colin]      2.4.0cvs133
5026
5027         * src/messageview.c
5028                 Display a special return-receipt message
5029                 if the message is from the user
5030         * src/summaryview.c
5031                 Fix missing freeze of the list when marking
5032                 all read and unthreading for exec. Thanks
5033                 to Stephan Sachse.
5034
5035 2006-09-02 [paul]       2.4.0cvs132
5036
5037         * src/mainwindow.c
5038         * src/prefs_message.c
5039         * src/summaryview.c
5040                 fix some english
5041
5042 2006-09-02 [wwp]        2.4.0cvs131
5043
5044         * src/prefs_filtering.c
5045                 added an account name column to the filtering rules
5046                 dialog.
5047
5048 2006-09-02 [colin]      2.4.0cvs130
5049
5050         * src/gtk/logwindow.c
5051         * src/gtk/logwindow.h
5052                 Block scrolling if we're not at the end
5053                 of the log
5054
5055 2006-09-02 [colin]      2.4.0cvs129
5056
5057         * src/folder.c
5058                 Make sure account-specific rules can't
5059                 be used in {pre-,post-,}processing
5060         * src/mainwindow.c
5061         * src/gtk/logwindow.c
5062         * src/gtk/logwindow.h
5063                 Jump to last error when clicking on the
5064                 warning icon
5065
5066 2006-09-02 [colin]      2.4.0cvs128
5067
5068         * src/imap.c
5069         * src/import.c
5070         * src/mainwindow.c
5071         * src/mainwindow.h
5072                 Fix warning icon
5073         * src/inc.c
5074         * src/mbox.c
5075         * src/mbox.h
5076                 Let proc_mbox know its account, for
5077                 account-specific rules
5078
5079 2006-09-01 [colin]      2.4.0cvs127
5080
5081         * src/codeconv.c
5082                 Don't uselessly use iconv to convert from
5083                 us-ascii
5084         * src/alertpanel.c
5085         * src/mainwindow.c
5086         * src/mainwindow.h
5087         * src/inc.c
5088                 Fix certain log cases, disable warning icon
5089                 for now, the correct way to display it when
5090                 necessary and only when necessary is probably
5091                 to do it manually rather than use error logs
5092         * src/etpan/imap-thread.c
5093                 Clean up UID logging a bit
5094         * src/gtk/logwindow.c
5095         * src/gtk/logwindow.h
5096                 Make logging faster when the window's closed
5097
5098 2006-09-01 [wwp]        2.4.0cvs126
5099
5100         * manual/fr/account.xml
5101                 reflect changes to the ref. manual (parts of cvs72):
5102                 fix tabnames and quotes.
5103
5104 2006-09-01 [wwp]        2.4.0cvs125
5105
5106         * manual/fr/plugins.xml
5107                 reflect changes to the reference manual (cvs42):
5108                 update IRC channel info.
5109
5110 2006-09-01 [wwp]        2.4.0cvs124
5111
5112         * commitHelper
5113                 use CVSEDITOR env. var. if set, according to `man cvs`.
5114
5115 2006-09-01 [wwp]        2.4.0cvs123
5116
5117         * manual/advanced.xml
5118                 better sentence again (thanks to Paul).
5119
5120 2006-09-01 [wwp]        2.4.0cvs122
5121
5122         * manual/advanced.xml
5123         fix definition of toolbar_detachable and rework a bit the one of
5124         enable_dotted_lines.
5125
5126 2006-09-01 [mones]      2.4.0cvs121
5127
5128         * manual/advanced.xml
5129                 Document enable_dotted_lines
5130
5131 2006-09-01 [paul]       2.4.0cvs120
5132
5133         * src/folderview.c
5134         * src/folderview.h
5135         * src/imap.c
5136         * src/mainwindow.c
5137         * src/summaryview.c
5138                 obey the 'When entering folder...' option
5139                 when using the /View/Go to/... menu items
5140                 Thanks to Colin
5141
5142 2006-08-31 [colin]      2.4.0cvs119
5143
5144         * src/folderview.c
5145                 Revert 2.4.0cvs116, wrong fix.
5146
5147 2006-08-31 [colin]      2.4.0cvs118
5148
5149         * src/gtk/gtksctree.c
5150                 Better state the various copyrights
5151
5152 2006-08-31 [colin]      2.4.0cvs117
5153
5154         * src/prefs_common.c
5155                 fix enable_dotted_lines
5156
5157 2006-08-31 [colin]      2.4.0cvs116
5158
5159         * src/folderview.c
5160                 Use pref "Always open on select" when going
5161                 to next unread folder
5162         * src/gtk/gtksctree.c
5163                 Fix link failure to _gtk_clist_create_cell_layout
5164                 on certain computers. (Why not mine, I wonder)
5165
5166 2006-08-31 [colin]      2.4.0cvs115
5167
5168         * src/procmsg.c
5169         * src/textview.c
5170         * src/plugins/bogofilter/bogofilter.c
5171         * src/plugins/spamassassin/spamassassin.c
5172                 Requalify some "errors" to warnings
5173         * src/mainwindow.c
5174         * src/mainwindow.h
5175         * src/statusbar.c
5176                 Add an icon in the statusbar to notify
5177                 of errors
5178         * src/gtk/gtksctree.c
5179         * src/folderview.c
5180         * src/summaryview.c
5181                 Make the GtkSCTree look more modern by
5182                 alternating background lines
5183         * src/prefs_common.c
5184         * src/prefs_common.h
5185                 Add a pref to let people have the old
5186                 way if they prefer
5187
5188
5189 2006-08-30 [colin]      2.4.0cvs114
5190
5191         * src/procmsg.c
5192         * src/procmsg.h
5193                 Provide a way to filter a list of
5194                 messages in an optimised manner, and
5195                 add a list-filtering hook
5196         * src/folder.c
5197         * src/inc.c
5198         * src/mbox.c
5199                 Use the list filtering
5200         * src/plugins/bogofilter/bogofilter.c
5201                 Use the list-filtering hook
5202                 Use -b (bulk) mode for more speed
5203                 when learning and filtering
5204         * src/etpan/imap-thread.c
5205                 Make log output shorter in UID SEARCH
5206
5207
5208 2006-08-30 [colin]      2.4.0cvs113
5209
5210         * src/plugins/bogofilter/bogofilter.c
5211                 Really fast mass learning - thanks to David
5212                 Relson for the options explanations :)
5213
5214 2006-08-30 [colin]      2.4.0cvs112
5215
5216         * src/msgcache.c
5217                 Fix compilation on FreeBSD. Thanks
5218                 to Michael Hugues
5219
5220 2006-08-29 [colin]      2.4.0cvs111
5221
5222         * src/folderview.c
5223                 Handle "popup_menu" signal (for popping the 
5224                 menu via the keyboard)
5225         * src/mimeview.c
5226         * src/mimeview.h
5227         * src/summaryview.c
5228         * src/textview.c
5229         * src/gtk/gtkutils.c
5230         * src/gtk/gtkutils.h
5231                 Factorize scrolling code, and add an API 
5232                 for MimeViewers to handle scroll orders
5233
5234 2006-08-29 [wwp]        2.4.0cvs110
5235
5236         * src/plugins//bogofilter/bogofilter.c
5237         * src/plugins//spamassassin/spamassassin.c
5238                 make the bogofilter/spamassassin filtering error dialogs at
5239         incorporation obey to the "don't popup error dialog on
5240         receive error" option. If disabled, feed the log window w/
5241         the error message.
5242
5243 2006-08-29 [paul]
5244
5245         2.5.0-rc2 released
5246
5247 2006-08-29 [paul]       2.4.0cvs109
5248
5249         * Makefile.am
5250                 remove 'make release', it's not needed
5251                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
5252
5253 2006-08-29 [paul]       2.4.0cvs108
5254
5255         * src/foldersel.c
5256         * src/summary_search.c
5257         * src/gtk/progressdialog.c
5258         * src/plugins/pgpcore/passphrase.c
5259                 replace deprecated gtk_window_set_policy()
5260
5261 2006-08-29 [colin]      2.4.0cvs107
5262
5263         * src/folder.c
5264                 Fix data loss when copy fails during a move:
5265                 only use fast remove_msgs if everything was
5266                 copied OK; else use slow remove_msg on the
5267                 mails that got copied only.
5268
5269 2006-08-28 [paul]       2.4.0cvs106
5270
5271         * src/mh.c
5272                 revert change in 2.4.0cvs104, it breaks
5273                 stuff
5274
5275 2006-08-28 [paul]       2.4.0cvs105
5276
5277         * src/plugins/spamassassin/spamassassin.c
5278                 english fix
5279
5280 2006-08-28 [paul]       2.4.0cvs104
5281
5282         * src/mh.c
5283                 fix data loss when moving to another
5284                 mailbox fails
5285         * src/prefs_spelling.c
5286                 improve the english
5287         * src/gtk/pluginwindow.c
5288                 improve the layout of the dialog text
5289         All thanks to Colin
5290
5291 2006-08-28 [paul]       2.4.0cvs103
5292
5293         * src/plugins/bogofilter/bogofilter.c
5294         * src/plugins/bogofilter/bogofilter_gtk.c
5295                 fix english up a bit, innit
5296
5297 2006-08-28 [paul]       2.4.0cvs102
5298
5299         * configure.ac
5300         * po/Makefile.in.in
5301         * po/Makevars
5302                 require autoconf 2.60, enabling building
5303                 with gettext 0.15 (gettext 0.14.x build still
5304                 possible). Replace Makefiles with versions
5305                 from gettext 0.15.
5306                 Remove configure options --with-localedir and
5307                 --with-mandir. The options that are provided
5308                 directly by autoconf 2.60 can be used instead:
5309                 --mandir --localedir
5310
5311 2006-08-27 [colin]      2.4.0cvs101
5312
5313         * src/plugins/bogofilter/Makefile.am
5314                 Fix make dist (no README)
5315
5316 2006-08-27 [colin]      2.4.0cvs100
5317
5318         * src/folder.c
5319                 Don't use F_UNKNOWN folders for any default
5320                 outbox/trash/etc
5321         * src/plugins/bogofilter/bogofilter.c
5322         * src/plugins/bogofilter/bogofilter.h
5323         * src/plugins/bogofilter/bogofilter_gtk.c
5324                 Add an option to specify the path to bogofilter
5325                 Use single-quotes to be able to learn in folders
5326                 with spaces in their names
5327                 Verify learning status
5328
5329 2006-08-27 [colin]      2.4.0cvs99
5330
5331         * manual/faq.xml
5332         * manual/plugins.xml
5333                 Document Bogofilter plugin
5334
5335 2006-08-27 [colin]      2.4.0cvs98
5336
5337         * src/compose.c
5338         * src/messageview.c
5339         * src/procmsg.c
5340         * src/procmsg.h
5341                 When possible, copy the queued mail to sent folder
5342                 instead of re-adding. Much faster on IMAP.
5343
5344 2006-08-27 [colin]      2.4.0cvs97
5345
5346         * src/msgcache.c
5347                 Disable mmaped caches - huge metadata loss
5348                 here after a power failure.
5349         * src/summaryview.c
5350                 Add quicksearch timing
5351         * src/common/plugin.c
5352         * src/common/plugin.h
5353                 Implement an interface to tell what plugins
5354                 provide. Prevent loading of similar plugins.
5355         * src/plugins/clamav/clamav_plugin.c
5356         * src/plugins/demo/demo.c
5357         * src/plugins/dillo_viewer/dillo_viewer.c
5358         * src/plugins/pgpcore/plugin.c
5359         * src/plugins/pgpinline/pgpinline.c
5360         * src/plugins/pgpmime/pgpmime.c
5361         * src/plugins/spamassassin/spamassassin.c
5362         * src/plugins/trayicon/trayicon.c
5363                 Implement plugin_provides()
5364
5365 2006-08-27 [colin]      2.4.0cvs96
5366
5367         * configure.ac
5368         * src/plugins/Makefile.am
5369         * src/plugins/bogofilter/.cvsignore
5370         * src/plugins/bogofilter/Makefile.am
5371         * src/plugins/bogofilter/bogofilter.c
5372         * src/plugins/bogofilter/bogofilter.h
5373         * src/plugins/bogofilter/bogofilter_gtk.c
5374                 New Bogofilter plugin, provides filtering and
5375                 learning. Spamassassin will go to extra plugins.
5376
5377 2006-08-26 [mones]      2.4.0cvs95
5378
5379         * manual/handling.xml
5380                 Fix subfolder path in the example (thanks to Paul) 
5381
5382 2006-08-26 [mones]      2.4.0cvs94
5383
5384         * manual/glossary.xml
5385                 2.2. + add ISP to the glossary
5386                 7.5. + Add UIDL to glossary
5387                 7.7. + Add TCP to glossary
5388         * manual/handling.xml
5389                 7.1. + Mentions GNU/Linux distribution, what about the non...
5390                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
5391                 7.3. + Mentions .bashrc, what about the non-bash ones? 
5392                 7.4. = Use appropriate quotation for commands
5393                 7.6. = change "" to <quote></quote>
5394         * manual/plugins.xml
5395                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
5396         * manual/starting.xml
5397                 2.1. + local mbox file: some examples of mbox file locations...
5398                 Also reformatted files requiring it
5399
5400 2006-08-26 [wwp]        2.4.0cvs93
5401
5402         * src/summary_search.c
5403                 disable find buttons while summary search is running.
5404
5405 2006-08-25 [colin]      2.4.0cvs92
5406
5407         * src/folder.c
5408         * src/folderutils.c
5409         * src/mh.c
5410         * src/procmsg.h
5411         * src/summaryview.c
5412                 Speed up MH moving, and add progressbar
5413                 for MH deletion
5414         * src/msgcache.c
5415                 Write cache files using mmap() too
5416
5417 2006-08-25 [wwp]        2.4.0cvs91
5418
5419         * src/summaryview.c
5420                 switch spam<->ham button when a message has been marked as spam or ham
5421                 and is still selected. Thanks to Colin.
5422
5423 2006-08-25 [paul]       2.4.0cvs90
5424
5425         * src/Makefile.am
5426         * src/stock_pixmap.c
5427         * src/stock_pixmap.h
5428         * src/summaryview.c
5429         * src/gtk/icon_legend.c
5430         * src/pixmaps/copied.xpm
5431         * src/pixmaps/moved.xpm
5432                 add icons for delayed execution marked for
5433                 copying, marked for moving
5434
5435 2006-08-25 [mones]      2.4.0cvs89
5436
5437         * manual/glossary.xml
5438                 Fix the other glossary items:
5439                 5.1. = Inmmediate execution -> <quote>immediate execution...
5440                 5.2. = Fix MBOX capitalization -> Mbox
5441                 5.3. + Improve Plugins def. w/ tech. ref.
5442                 5.4. = Quotation -> replace '>' by <quote>></quote>
5443                 5.5. - SMTP Server. -> remove dot
5444         * po/es.po
5445                 Updated translation
5446
5447 2006-08-25 [mones]      2.4.0cvs88
5448
5449         * manual/ack.xml
5450                 Reformatted, changed email address
5451         * manual/glossary.xml
5452                 Reformatted, fixed MANUAL-TODO items:
5453                 8.2. + add ROT-13 to glossary
5454                 8.4. + add URL to glossary
5455         * manual/es/advanced.xml
5456                 Fixed <literal>s
5457
5458 2006-08-25 [paul]       2.4.0cvs87
5459
5460         * src/gtk/icon_legend.c
5461                 add 'marked for deletion' icon
5462                 arrange icons by containing column
5463                 wrap long label text
5464
5465 2006-08-25 [colin]      2.4.0cvs86
5466
5467         * src/common/utils.c
5468         * src/common/utils.h
5469                 Add the sc_g_*list_bigger functions in
5470                 a place everyone can use it
5471         * src/summaryview.c
5472                 Only freeze/thaw the list when working
5473                 on the selection, if it's bigger than 1
5474         * src/gtk/gtksctree.c
5475                 Only freeze/thaw the list when unselec-
5476                 ting 'all' if ('all' != 1)
5477                 This avoids some flickering
5478
5479 2006-08-24 [colin]      2.4.0cvs85
5480
5481         * src/addressbook.c
5482                 Fix strange list selection
5483                 Fix random seg (Invalid read of freed memory)
5484
5485 2006-08-24 [colin]      2.4.0cvs84
5486
5487         * src/alertpanel.c
5488         * src/gtk/inputdialog.c
5489         * src/plugins/pgpcore/passphrase.c
5490                 Revert minimal width patch of 2.4.0cvs67,
5491                 as it is also a maximal width. Use 
5492                 gtk_window_set_default_size instead.
5493
5494 2006-08-24 [colin]      2.4.0cvs83
5495
5496         * src/msgcache.c
5497                 Write cache/mark to temp files before
5498                 overwriting old ones (avoids metadata
5499                 loss if writing the new files fail).
5500                 Use mmap() to read cache/mark file, as
5501                 this makes cache reading faster. Dis-
5502                 abled for big-endian machines until it
5503                 can be tested. (Big-endian users: set
5504                 msgcache_use_mmap = TRUE in the relevant
5505                 #if).
5506         * src/procmsg.h
5507                 Move rarely used fields of MsgInfo in 
5508                 another structure, which will only be
5509                 allocated if needed. Face, X-Face,
5510                 Return receipt headers and List-*
5511                 headers are moved. Mails having none
5512                 of these occupy 52 bytes less with
5513                 this patch, which makes 2.5MB of RAM
5514                 saved on a 50k folder).
5515         * src/headerview.c
5516         * src/mainwindow.c
5517         * src/messageview.c
5518         * src/partial_download.c
5519         * src/procheader.c
5520         * src/procmsg.c
5521         * src/textview.c
5522                 Follow this structure change.
5523
5524 2006-08-24 [wwp]        2.4.0cvs82
5525
5526         * manual/es/.cvsignore
5527         * manual/es/dist/.cvsignore
5528         * manual/es/dist/html/.cvsignore
5529         * manual/es/dist/pdf/.cvsignore
5530         * manual/es/dist/ps/.cvsignore
5531         * manual/es/dist/txt/.cvsignore
5532                 more (generated) files to ignore.
5533
5534 2006-08-24 [colin]      2.4.0cvs81
5535
5536         * src/folder.c
5537         * src/mh.c
5538                 Fix possible problems with local delivery. Check the folder doesn't
5539                 need scan before setting its mtime when saving cache (which can be
5540                 done long after the folder's been modified by an external process);
5541                 Check that the stored item's mtime didn't change in mh functions.
5542
5543 2006-08-24 [mones]      2.4.0cvs80
5544
5545         * manual/advanced.xml
5546                 Rewrapping, some fixes and MANUAL-TODO items:
5547                 8.1. = change "" to <quote></quote>
5548                 8.3. = quote menu items
5549                 8.5. - deploying -> new user ... ideally a new user (redundant)
5550
5551 2006-08-23 [colin]      2.4.0cvs79
5552
5553         * src/gtk/gtksctree.c
5554                 When selecting or deselecting range, only
5555                 freeze/thaw when selection is bigger than 10
5556
5557 2006-08-23 [colin]      2.4.0cvs78
5558
5559         * src/messageview.c
5560         * src/mimeview.c
5561         * src/mimeview.h
5562         * src/plugins/dillo_viewer/dillo_viewer.c
5563                 Provide an API for MimeViewer plugins to
5564                 return a text selection for replying
5565
5566 2006-08-23 [colin]      2.4.0cvs77
5567
5568         * src/image_viewer.c
5569         * src/textview.c
5570                 Use gtk_pixbuf_new_from_file_at_scale(), which
5571                 is faster than getting the pixbuf then resizing
5572                 it.
5573
5574 2006-08-23 [colin]      2.4.0cvs76
5575
5576         * src/procmime.c
5577                 UTF-8 should be sent Quoted-printable
5578
5579 2006-08-22 [colin]      2.4.0cvs75
5580
5581         * src/mh.c
5582                 Check if scan is required before touching
5583                 the folder (or it'll be required every time)
5584
5585 2006-08-22 [colin]      2.4.0cvs74
5586
5587         * configure.ac
5588                 Require libetpan 0.46 (crasher fix when built
5589                 against gnutls)
5590
5591 2006-08-22 [colin]      2.4.0cvs73
5592
5593         * src/folder.c
5594                 Set folder's mtime after writing its
5595                 cache
5596         * src/folderview.c
5597                 Add some timing
5598         * src/procmsg.c
5599                 Don't do useless stuff if we don't 
5600                 thread by subject
5601         * src/summaryview.c
5602                 Add some timing, don't deselect prior
5603                 to selecting (gtksctree does it itself),
5604                 remove crash avoidance hacks as it's been
5605                 properly fixed since a while
5606         * src/common/utils.c
5607                 Optimize to_human_readable(): _() is slow,
5608                 do it only once, and avoid %f format for KB
5609                 (the most common in a summaryview)
5610         * src/gtk/gtksctree.c
5611                 Don't uselessly freeze/thaw (fixes flicker
5612                 on next unread and friends), reduce number
5613                 of g_list_nth/g_list_position where possible
5614         * src/gtk/gtkutils.c
5615         * src/gtk/gtkutils.h
5616                 Reduce number of g_list_nth/g_list_position
5617                 where possible.
5618                 All of this makes loading as 70k folder 2.1
5619                 seconds instead of 3.2 (with hot FS caches).
5620                 (1.3 seconds without Date and Size columns...)
5621
5622 2006-08-22 [paul]       2.4.0cvs72
5623
5624         wrap documents and do some items from mones' MANUAL-TODO:
5625
5626         * manual/account.xml
5627                 4.1. = fix tabname references to <quote>tabname</quote>
5628                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5629         * manual/faq.xml
5630                 1.1. = mentioned options don't match UI
5631                 Add information about the 'Never send Return Receipts'
5632                 option
5633         * manual/handling.xml
5634                 6.2. = Mentions Extended symbols button, but now is
5635                 named Information
5636                 6.3. = Mentions ... button, which is now Edit
5637
5638 2006-08-22 [colin]      2.4.0cvs71
5639
5640         * src/gtk/pluginwindow.c
5641                 Fix layout in verbose translations (such
5642                 as french)
5643
5644 2006-08-22 [paul]       2.4.0cvs70
5645
5646         * manual/Makefile.am
5647                 build manuals in alphabetical order
5648         * src/addressbook.c
5649         * src/prefs_themes.c
5650                 replace/remove deprecated symbols
5651         * src/gtk/gtkutils.c
5652                 fix a warning
5653         * src/gtk/pluginwindow.c
5654                 replace deprecated symbol
5655                 replace label text and move it
5656         * src/plugins/pgpcore/prefs_gpg.c
5657                 move the 'Generate...' button out of the
5658                 Sign Key frame, replace the English used
5659         * src/plugins/pgpcore/sgpgme.c
5660                 fixes to the English
5661
5662 2006-08-21 [colin]      2.4.0cvs69
5663
5664         * src/plugins/trayicon/trayicon.c
5665                 Add more strings for translation; patch
5666                 by Pawel
5667
5668 2006-08-21 [colin]      2.4.0cvs68
5669
5670         * src/compose.c
5671                 fix replied flag not set after drafting
5672         * src/matcher.c
5673                 fix body quicksearch in non-encoded bodies
5674                 containing '='
5675         * src/msgcache.c
5676                 Get rid of the g_malloc workaround for
5677                 corrupted caches, use g_try_malloc
5678
5679 2006-08-21 [colin]      2.4.0cvs67
5680
5681         * src/alertpanel.c
5682         * src/gtk/inputdialog.c
5683         * src/plugins/pgpcore/passphrase.c
5684                 Set minimal width to 375
5685         * src/mainwindow.c
5686                 Fix switching to offline, asking if it 
5687                 should be overriden for synchronising
5688         * src/mimeview.c
5689                 Don't offer to remember command on Open 
5690                 with for text parts, as the browser or 
5691                 text editor command isn't changed from 
5692                 there
5693
5694 2006-08-20 [paul]       2.4.0cvs66
5695
5696         * po/ko.po
5697         * po/zh_CN.po
5698                 fix plural form errors. revealed by stricter
5699                 checking of gettext 0.15
5700
5701 2006-08-18 [paul]       2.4.0cvs65
5702
5703         * src/stock_pixmap.c
5704                 fix the fix of 2.4.0cvs64
5705                 Thanks to Colin
5706
5707 2006-08-18 [paul]       2.4.0cvs64
5708
5709         * src/stock_pixmap.c
5710                 fix leaks
5711                 Thanks to Colin
5712
5713 2006-08-18 [paul]       2.4.0cvs63
5714
5715         * src/compose.c
5716         * src/procmsg.c
5717                 fix occasional IMAP bug where large msgs
5718                 were left in the queue folder after sending
5719                 Thanks to Colin
5720
5721 2006-08-18 [paul]       2.4.0cvs62
5722
5723         * src/folderview.c
5724                 freeze the summaryview while quicksearch results
5725                 are displayed
5726                 (fixes bug 456 'current message is hidden when the
5727                 view is refreshed and extended search is "unread 
5728                 messages"')
5729                 Thanks to Colin
5730         * src/textview.c
5731                 add missing #include "inputdialog.h"
5732         * src/common/utils.h
5733                 add missing mailcap_update_default() and improve
5734                 readability
5735
5736 2006-08-17 [colin]      2.4.0cvs61
5737
5738         * src/plugins/pgpcore/select-keys.c
5739                 Fix warnings :)
5740
5741 2006-08-17 [colin]      2.4.0cvs60
5742
5743         * src/compose.c
5744                 Don't continue queuing if Cancel is clicked
5745                 in select-keys
5746
5747 2006-08-17 [colin]      2.4.0cvs59
5748
5749         * src/plugins/pgpcore/select-keys.c
5750                 When encrypting, if only one key matches and it 
5751                 matches exactly, automatically use it.
5752
5753 2006-08-17 [colin]      2.4.0cvs58
5754
5755         * src/mimeview.c
5756         * src/prefs_common.c
5757         * src/prefs_common.h
5758         * src/prefs_ext_prog.c
5759         * src/textview.c
5760                 Fix issues with previous patch (text/html)
5761                 Remove outdated prefs
5762
5763 2006-08-17 [colin]      2.4.0cvs57
5764
5765         * src/imap.c
5766                 Add View Log button on auth error
5767         * src/procmsg.c
5768                 Fix encrypted mail marked as new when
5769                 saved in normal folders
5770         * src/plugins/pgpinline/pgpinline.c
5771                 Fix encrypt bug on IMAP
5772         * src/mimeview.c
5773         * src/common/utils.c
5774         * src/common/utils.h
5775         * src/gtk/inputdialog.c
5776         * src/gtk/inputdialog.h
5777                 Get rid of metamail stuff, simplify
5778                 opening, and allow remembering of user's
5779                 choices (by updating ~/.mailcap). There's
5780                 still to drop "Audio player" and "Image
5781                 viewer" preferences.
5782
5783 2006-08-17 [mones]      2.4.0cvs56
5784
5785         * manual/es/sylpheed-claws-manual.xml
5786                 fix DTD path
5787
5788 2006-08-17 [mones]      2.4.0cvs55
5789
5790         * configure.ac
5791         * manual/Makefile.am
5792         * manual/es/Makefile.am
5793         * manual/es/account.xml
5794         * manual/es/ack.xml
5795         * manual/es/addrbook.xml
5796         * manual/es/advanced.xml
5797         * manual/es/faq.xml
5798         * manual/es/glossary.xml
5799         * manual/es/gpl.xml
5800         * manual/es/handling.xml
5801         * manual/es/intro.xml
5802         * manual/es/keyboard.xml
5803         * manual/es/plugins.xml
5804         * manual/es/starting.xml
5805         * manual/es/sylpheed-claws-manual.xml
5806         * manual/es/dist/Makefile.am
5807         * manual/es/dist/html/Makefile.am
5808         * manual/es/dist/pdf/Makefile.am
5809         * manual/es/dist/ps/Makefile.am
5810         * manual/es/dist/txt/Makefile.am
5811                 Spanish translation for the manual
5812
5813 2006-08-16 [colin]      2.4.0cvs54
5814
5815         * src/compose.c
5816         * src/main.c
5817         * src/mainwindow.c
5818                 Fix send button sensitivity at startup
5819                 Set send menu sensitivity (patch by Fabien)
5820         * src/ssl_manager.c
5821                 Enable closing with esc (patch by Fabien)
5822         * src/gtk/foldersort.c
5823                 Enable closing with esc (patch by Fabien)
5824         * src/procmime.c
5825                 Optimisation (no need to copy to tempfile to
5826                 "decode" 7bit and 8bit)
5827         * src/summaryview.c
5828                 Fix cruft in swap_from case
5829         * src/textview.c
5830                 Fix missing last line in some mail cases 
5831                 (Fixes debian #381872)
5832         * src/plugins/pgpcore/prefs_gpg.c
5833         * src/plugins/pgpcore/sgpgme.c
5834         * src/plugins/pgpcore/sgpgme.h
5835                 Don't show "no key found" when user explicitely
5836                 wants to create a key
5837
5838 2006-08-16 [paul]       2.4.0cvs53
5839
5840         * configure.ac
5841         * src/account.c
5842         * src/addressbook.c
5843         * src/headerview.c
5844         * src/prefs_account.c
5845         * src/prefs_message.c
5846         * src/gtk/gtkutils.c
5847                 bump up minimum required versions of GTK+ and
5848                 GLIB to 2.6.0
5849
5850 2006-08-16 [paul]       2.4.0cvs52
5851
5852         * src/toolbar.c
5853                 workaround GTK+ Bug 351600 - 'Can't re-click
5854                 on button after sensitivity update'
5855                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
5856                 Thanks to Colin
5857
5858 2006-08-15 [colin]      2.4.0cvs51
5859
5860         * src/plugins/pgpcore/prefs_gpg.c
5861                 Set options sensitivity according to
5862                 key existence
5863         * src/plugins/pgpcore/sgpgme.c
5864                 Allow to create key with no passphrase
5865
5866 2006-08-14 [cleroy]     2.4.0cvs50
5867
5868         * src/gtk/pluginwindow.c
5869                 New layout (maybe to be changed?)
5870         * src/gtk/gtkutils.c
5871                 Fix a bit label_window
5872         * src/plugins/pgpcore/passphrase.c
5873         * src/plugins/pgpcore/passphrase.h
5874         * src/plugins/pgpcore/plugin.c
5875         * src/plugins/pgpcore/prefs_gpg.c
5876         * src/plugins/pgpcore/prefs_gpg.h
5877         * src/plugins/pgpcore/sgpgme.c
5878         * src/plugins/pgpcore/sgpgme.h
5879                 Allow to create a PGP private key via the GUI
5880
5881 2006-08-14 [wwp]        2.4.0cvs49
5882
5883         * src/addressbook_foldersel.c
5884                 fix strict ISO C90 compliance.
5885
5886 2006-08-14 [paul]       2.4.0cvs48
5887
5888         * src/gtk/prefswindow.c
5889                 re-set scrolled window on opening
5890                 Patch by Ticho
5891
5892 2006-08-14 [paul]
5893
5894         2.5.0-rc1 released
5895
5896 2006-08-14 [paul]       2.4.0cvs47
5897
5898         * src/prefs_display_header.c
5899                 re-enable user-defined Displayed Headers
5900
5901 2006-08-14 [paul]       2.4.0cvs46
5902
5903         * src/prefs_account.c
5904                 use GTK_STOCK_EDIT
5905
5906 2006-08-13 [colin]      2.4.0cvs45
5907
5908         * src/common/utils.c
5909                 Fix "a" in quote when the original message is empty,
5910                 by using \0 instead of 'a' to test writability of
5911                 temp files.
5912
5913 2006-08-13 [wwp]        2.4.0cvs44
5914
5915         * src/plugins/spamassassin/spamassassin.c
5916                 fix capitalization of "SpamAssassin" in some debug, log and
5917                 dialog messages.
5918
5919 2006-08-13 [paul]       2.4.0cvs43
5920
5921         * src/editldap.c
5922                 fix overlapping widgets
5923         * src/prefs_account.c
5924                 fix translation of protocol_names[]
5925                 fix label disappearing off the edge of the
5926                 visible area
5927
5928 2006-08-12 [paul]       2.4.0cvs42
5929
5930         * manual/plugins.xml
5931                 update IRC channel info before it gets forgotten
5932                 about
5933
5934 2006-08-11 [colin]      2.4.0cvs41
5935
5936         * src/compose.c
5937         * src/mainwindow.c
5938         * src/mainwindow.h
5939         * src/procmsg.c
5940         * src/procmsg.h
5941         * src/summaryview.c
5942         * src/toolbar.c
5943                 Grey out the Send button if
5944                 - Queue folders are empty, or
5945                 - We're sending already
5946
5947 2006-08-11 [wwp]        2.4.0cvs40
5948
5949         * src/main.c
5950                 fix a logic issue when quitting while a compose window is
5951                 still open, thanks to Colin.
5952
5953 2006-08-10 [colin]      2.4.0cvs39
5954
5955         * src/main.c
5956                 Fix default font size setting after wizard run
5957         * src/imap.c
5958         * src/etpan/imap-thread.c
5959         * src/etpan/imap-thread.h
5960                 Fix bug #999 (Timing out on TSL cert validation 
5961                 dialog makes ugly things happen). Also, STARTTLS
5962                 unconditionnaly if initial capabilities contain
5963                 LOGINDISABLED and STARTTLS.
5964
5965 2006-08-09 [colin]      2.4.0cvs38
5966
5967         * src/mainwindow.c
5968         * src/mainwindow.h
5969                 Fix Tools/Actions sensitivity when there are
5970                 no actions
5971
5972 2006-08-09 [colin]      2.4.0cvs37
5973
5974         * src/prefs_filtering.c
5975                 Warning fix, patch by Paul
5976         * src/messageview.c
5977         * src/prefs_actions.c
5978         * src/prefs_filtering_action.c
5979         * src/prefs_matcher.c
5980                 Uniformisation of "Info ..." to "Info..." (for
5981                 old gtk), patch by Fabien
5982         * src/plugins/clamav/clamav_plugin_gtk.c
5983                 Sensitivity fix by Fabien
5984
5985 2006-08-09 [colin]      2.4.0cvs36
5986
5987         * src/main.c
5988         * src/main.h
5989                 Add a function to know whether we're exiting
5990         * src/plugins/trayicon/trayicon.c
5991                 If exiting, don't do anything. Faster, and
5992                 avoids gtk_main_iteration reentracy causing
5993                 segfaults at exit
5994
5995 2006-08-09 [colin]      2.4.0cvs35
5996
5997         * src/messageview.c
5998         * src/mimeview.c
5999         * src/mimeview.h
6000                 Fix lack of part selection when automatically 
6001                 jumping to a specific part
6002         * src/msgcache.c
6003                 Little optimisation in cache reading
6004
6005 2006-08-09 [colin]      2.4.0cvs34
6006
6007         * src/compose.c
6008                 Fix crash setting the priority on reedit
6009                 (Accessing compose before creating it!)
6010
6011 2006-08-08 [colin]      2.4.0cvs33
6012
6013         * src/procmime.c
6014                 Fix bug #998 (last attachment is not accessible)
6015                 Bad RFC interpretation on multipart close-delimiters
6016         * src/mimeview.c
6017         * src/mimeview.h
6018         * src/gtk/gtkvscrollbutton.c
6019         * src/gtk/gtkvscrollbutton.h
6020                 Make attachments list wheel-scrollable
6021
6022 2006-08-07 [colin]      2.4.0cvs32
6023
6024         * src/gtk/gtkaspell.c
6025                 Fix bug #973 (Unicode punctation characters 
6026                 are not recognized as separators by the
6027                 spell checker); fix unsigned stuff
6028
6029 2006-08-07 [colin]      2.4.0cvs31
6030
6031         * src/compose.c
6032                 Fix bug #956 (DnD text with accents in compose 
6033                 text entry); fix gccc's signed/unsigned fuss
6034
6035 2006-08-06 [colin]      2.4.0cvs30
6036
6037         * src/main.c
6038                 Fix bug #979 (Plugin crashes when exiting 
6039                 sylpheed-claws) : handle exit request only 
6040                 once
6041
6042 2006-08-05 [colin]      2.4.0cvs29
6043
6044         * src/news.c
6045                 Just make sure we have a msgid.
6046
6047 2006-08-05 [colin]      2.4.0cvs28
6048
6049         * src/news.c
6050         * src/summaryview.c
6051                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6052                 by reimplementing it
6053         * src/textview.c
6054                 Fix bug when hiding quotes with level > 3 and quote
6055                 colors are recycled
6056
6057 2006-08-04 [colin]      2.4.0cvs27
6058
6059         * src/compose.c
6060         * src/undo.c
6061         * src/undo.h
6062                 Fix a bit replace-by-pasting undo
6063         * src/mainwindow.c
6064         * src/messageview.c
6065                 Fix Fold quotes menu synchro in
6066                 mainwindow when it changes in 
6067                 messageview
6068         * src/textview.c
6069                 Fix right-click on quotes blocks
6070         * src/common/utils.c
6071                 Verify that the file created by
6072                 my_tmpfile() is writable. Fixes
6073                 bug #988 (very specific filesystem
6074                 issue)
6075         * src/plugins/pgpcore/sgpgme.c
6076                 Fix file descriptor leak
6077         * src/plugins/spamassassin/spamassassin.c
6078                 Warn once if spamd isn't reachable
6079
6080 2006-08-04 [colin]      2.4.0cvs26
6081
6082         * src/toolbar.c
6083                 i18n context patch by Fabien
6084
6085 2006-08-03 [colin]      2.4.0cvs25
6086
6087         * src/mainwindow.c
6088         * src/messageview.c
6089                 Rename "Hide quotes" to "Fold quotes"
6090         * src/textview.c
6091                 Don't use hand cursor on quotes. "all 
6092                 the bonuses of the feature and none of 
6093                 unwelcome side-effects"
6094
6095 2006-08-03 [colin]      2.4.0cvs24
6096
6097         * AUTHORS
6098         * sylpheed-claws.desktop
6099         * src/gtk/authors.h
6100                 Bring the desktop file to XDG compliance
6101                 Patch by Charles A. Edwards
6102
6103 2006-08-03 [colin]      2.4.0cvs23
6104
6105         * src/textview.c
6106                 Fix links offset when they are preceded
6107                 by accentued chars (g_utf8_strlen!)
6108         * src/mainwindow.c
6109                 Fix wrong status when starting offline
6110
6111
6112 2006-08-03 [wwp]        2.4.0cvs22
6113
6114         * src/prefs_common.h
6115                 ask what to do w/ filtering rules that belong to an account when
6116                 applying filtering rules manually from the main window (skip,
6117                 apply regardless of the account, use current account). This dialog
6118                 can be skipped and the last reply used.
6119                 (forgot that file)
6120
6121 2006-08-03 [wwp]        2.4.0cvs21
6122
6123         * src/filtering.c
6124         * src/filtering.h
6125         * src/prefs_common.c
6126         * src/summaryview.c
6127         * src/alertpanel.c
6128         * src/alertpanel.h
6129         * src/messageview.c
6130                 ask what to do w/ filtering rules that belong to an account when
6131                 applying filtering rules manually from the main window (skip,
6132                 apply regardless of the account, use current account). This dialog
6133                 can be skipped and the last reply used.
6134
6135
6136 2006-08-03 [colin]      2.4.0cvs20
6137
6138         * src/textview.c
6139                 Optimize previous patch
6140
6141 2006-08-03 [cleroy]     2.4.0cvs19
6142
6143         * src/textview.c
6144                 Fix quotes getting toggled back when the
6145                 mail has an even number of text parts
6146
6147 2006-08-02 [colin]      2.4.0cvs18
6148
6149         * src/messageview.c
6150                 Add Hide quotes menu
6151
6152 2006-08-02 [colin]      2.4.0cvs17
6153
6154         * src/mainwindow.c
6155         * src/prefs_common.c
6156         * src/textview.c
6157         * src/textview.h
6158         * src/gtk/about.c
6159                 Allow per-level quote hiding,
6160                 Allow toggling quotes by double-clicking them
6161                 Rename RemoteURI to ClickableText to reflect
6162                 the fact it's used for a variety of things
6163
6164 2006-08-02 [wwp]        2.4.0cvs16
6165
6166         * src/mainwindow.c
6167                 fix "View/Hide quotes" menu item status initialization.
6168
6169 2006-08-02 [wwp]        2.4.0cvs15
6170
6171         * src/matcher_parser_parse.y
6172                 remove a debug trace.
6173
6174 2006-08-02 [paul]       2.4.0cvs14
6175
6176         * src/plugins/pgpcore/passphrase.c
6177                 don't set initial dialog size
6178                 make it resizable
6179
6180 2006-08-02 [paul]       2.4.0cvs13
6181
6182         * src/noticeview.c
6183                 remove the rogue '/' character
6184
6185 2006-08-02 [paul]       2.4.0cvs12
6186
6187         * src/noticeview.c
6188                 allow buttons to resize as necessary
6189
6190 2006-08-01 [wwp]        2.4.0cvs11
6191
6192         * src/mbox.c
6193                 fix strict ISO C90 compliance.
6194
6195 2006-08-01 [wwp]        2.4.0cvs10
6196
6197         * tools/update-po
6198                 updated update-po tool to work w/ context-dependent translations.
6199                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6200
6201 2006-08-01 [wwp]        2.4.0cvs9
6202
6203         * src/matcher.c
6204         * src/prefs_filtering.c
6205         * src/prefs_matcher.c
6206                 allow context-dependent translations for "All",
6207                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6208
6209 2006-07-31 [colin]      2.4.0cvs8
6210
6211         * AUTHORS
6212         * src/gtk/authors.h
6213                 Add Rafal to authors
6214
6215 2006-07-31 [colin]      2.4.0cvs7
6216
6217         * src/compose.c
6218         * src/mainwindow.c
6219         * src/messageview.h
6220         * src/prefs_common.c
6221         * src/prefs_common.h
6222         * src/textview.c
6223                 Add 'View/Hide quotes'. Patch based on a patch
6224                 by Rafal Weglarz
6225
6226 2006-07-31 [colin]      2.4.0cvs6
6227
6228         * src/action.c
6229                 Fix problem with "> stuff >" actions
6230
6231 2006-07-31 [paul]       2.4.0cvs5
6232
6233         * po/nb.po
6234                 updated by Geir Helland
6235
6236 2006-07-31 [wwp]        2.4.0cvs4
6237
6238         * src/mainwindow.c
6239         * src/summaryview.c
6240         * src/summaryview.h
6241                 add "View/Go to/Parent message" and "View/Go to/Last read message",
6242                 thanks to Colin.
6243
6244 2006-07-31 [wwp]        2.4.0cvs3
6245
6246         * src/Makefile.am
6247         * src/addr_compl.c
6248         * src/addr_compl.h
6249         * src/addressbook.c
6250         * src/addressbook.h
6251         * src/addressbook_foldersel.c
6252         * src/addressbook_foldersel.h
6253         * src/addrindex.c
6254         * src/addrindex.h
6255         * src/matcher.c
6256         * src/matcher.h
6257         * src/matcher_parser_lex.l
6258         * src/matcher_parser_parse.y
6259         * src/prefs_common.c
6260         * src/prefs_common.h
6261         * src/prefs_filtering.c
6262         * src/prefs_matcher.c
6263         * src/prefs_matcher.h
6264         * src/summaryview.c
6265                 introduce filtering against the address book. It's now possible to add
6266                 matched conditions to determine if any email address in a message matches
6267                 or doesn't match any or all books or folders in the address book.
6268
6269 2006-07-31 [wwp]        2.4.0cvs2
6270
6271         * src/account.c
6272         * src/filtering.c
6273         * src/filtering.h
6274         * src/folder.c
6275         * src/folderview.c
6276         * src/inc.c
6277         * src/mainwindow.c
6278         * src/matcher.c
6279         * src/matcher_parser_lex.l
6280         * src/matcher_parser_parse.y
6281         * src/mbox.c
6282         * src/prefs_filtering.c
6283         * src/prefs_filtering.h
6284         * src/procmsg.c
6285         * src/procmsg.h
6286         * src/summaryview.c
6287                 introduce per-account filtering rules. Each filtering rule can now be assigned
6288                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
6289                 when applying filtering rules manually, as all rules will apply - even the ones
6290                 assigned to an account. This issue will be addressed soon.
6291  
6292
6293
6294 2006-07-31 [wwp]        2.4.0cvs1
6295
6296         * src/quote_fmt.c
6297                 make more strings translatable.
6298
6299 2006-07-31 [paul]       2.4.0
6300
6301         2.4.0 released
6302
6303 2006-07-31 [paul]       2.3.1cvs91
6304
6305         * po/ca.po
6306                 updated by Miquel Oliete
6307
6308 2006-07-31 [paul]       2.3.1cvs90
6309
6310         * po/de.po
6311         * po/el.po
6312         * po/fr.po
6313         * po/it.po
6314         * po/pl.po
6315         * po/pt_BR.po
6316         * po/sr.po
6317         * po/zh_CN.po
6318                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
6319                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
6320                 Aleksandar Urosevic, and Ralgh Young
6321
6322 2006-07-31 [paul]       2.3.1cvs89
6323
6324         * src/account.c
6325         * src/main.c
6326         * src/mainwindow.c
6327         * src/mainwindow.h
6328                 Fix a race condition when, after an SC crash, rescanning
6329                 folders took more than 0.5 seconds
6330                 Thanks to Colin
6331
6332 2006-07-31 [paul]       2.3.1cvs88
6333
6334         * src/folderview.c
6335                 don't translate separator strings
6336
6337 2006-07-30 [mones]      2.3.1cvs87
6338
6339         * doc/man/sylpheed-claws.1
6340                 Fixed non-ASCII chars in Hoa's name
6341         * po/es.po
6342                 Updated for release
6343
6344 2006-07-27 [colin]      2.3.1cvs86
6345
6346         * src/textview.c
6347                 Don't include the leading \n in links
6348                 Patch by Fabien
6349
6350 2006-07-25 [colin]      2.3.1cvs85
6351
6352         * src/mainwindow.c
6353         * src/common/socket.h
6354         * src/etpan/imap-thread.c
6355                 Refresh resolvers before connecting
6356                 to IMAP servers, and after switching
6357                 to online. Thanks to Paul.
6358
6359 2006-07-18 [colin]
6360
6361         * 2.4.0-rc4 released
6362
6363 2006-07-17 [colin]      2.3.1cvs84
6364
6365         * src/inc.c
6366                 Show connection attempt in statusbar before
6367                 connecting (previously first message was
6368                 "Retrieving messages from ..." after the
6369                 connection succeeded.
6370
6371 2006-07-16 [wwp]        2.3.1cvs83
6372
6373         * sylpheed-claws.ico
6374                 Added .ico file (windows multi-size icon file, generated).
6375
6376 2006-07-12 [wwp]        2.3.1cvs82
6377
6378         * src/messageview.c
6379                 remove Message/Re-edit menu entry from messageview window,
6380                 as sent/draft/queued messages are opened in compose window when
6381                 re-edited and it's not possible to re-edit other msgs.
6382
6383 2006-07-12 [paul]       2.3.1cvs81
6384
6385         * AUTHORS
6386         * src/mainwindow.c
6387         * src/gtk/authors.h
6388                 check online state before resetting
6389                 mailcheck timer. Useful if some program
6390                 verifies connection state and updates
6391                 Claws.
6392                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
6393
6394 2006-07-12 [paul]       2.3.1cvs80
6395
6396         * sylpheed-claws-128x128.png
6397         * sylpheed-claws-64x64.png
6398         * sylpheed-claws.png
6399         * src/Makefile.am
6400         * src/main.c
6401         * src/prefs_toolbar.c
6402         * src/stock_pixmap.c
6403         * src/stock_pixmap.h
6404         * src/wizard.c
6405         * src/gtk/about.c
6406         * src/gtk/gtkutils.c
6407         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
6408         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
6409         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
6410         * src/pixmaps/sylpheed.xpm              ** REMOVED **
6411         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
6412         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
6413                 updated and renamed logo/icon files and related
6414                 logo by Jesper Schultz
6415
6416 2006-07-11 [paul]       2.3.1cvs79
6417
6418         * src/main.c
6419                 fix the labels a smidgin
6420
6421 2006-07-09 [colin]      2.3.1cvs78
6422
6423         * src/textview.c
6424                 Show errors in textviewer's command
6425                 Patch by H. Merijn Brand
6426
6427 2006-07-09 [colin]      2.3.1cvs77
6428
6429         * src/compose.c
6430                 Save FMID in drafts too
6431
6432 2006-07-08 [colin]      2.3.1cvs76
6433
6434         * src/compose.c
6435                 Svae RMID in drafted mails too
6436                 Save quote_fmt vars for whole mails,
6437                 don't reset at each quote_fmt_init:
6438                 allows to use the same |i{var} in
6439                 various template fields
6440         * src/prefs_template.c
6441         * src/quote_fmt.h
6442         * src/quote_fmt_parse.y
6443                 Same
6444
6445 2006-07-08 [colin]      2.3.1cvs75
6446
6447         * src/textview.c
6448                 Fix highlighting of attached parts URIs
6449
6450 2006-07-08 [colin]      2.3.1cvs74
6451
6452         * src/main.c
6453                 Prevent bug #981 (sc 2.3.1 segfaults with 
6454                 gtk+ 2.10) from being reported again:
6455                 if Sylpheed-Claws has been compiled against
6456                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
6457                 of if Sylpheed-Claws has been compiled against
6458                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
6459                 error out.
6460
6461 2006-07-07 [colin]      2.3.1cvs73
6462
6463         * src/prefs_actions.c
6464                 Fix label
6465
6466 2006-07-07 [colin]      2.3.1cvs72
6467
6468         * src/prefs_actions.c
6469                 Fix compile on gtk < 2.8. argh :)
6470
6471 2006-07-07 [paul]       2.3.1cvs71
6472
6473         * src/common/defs.h
6474                 update DONATE_URI
6475
6476 2006-07-07 [colin]      2.3.1cvs70
6477
6478         * po/POTFILES.in
6479         * src/quote_fmt.c
6480         * src/quote_fmt_lex.l
6481         * src/quote_fmt_parse.y
6482                 Add |i{var}, a way to insert user-entered
6483                 text in a template
6484
6485 2006-07-07 [colin]
6486
6487         * 2.4.0-rc3 released
6488
6489 2006-07-07 [colin]      2.3.1cvs69
6490
6491         * src/folder.c
6492                 Don't consider inboxes of UNKNOWN folder 
6493                 classes to be useable as default inboxes
6494
6495 2006-07-07 [paul]       2.3.1cvs68
6496
6497         * src/textview.c
6498                 add missing #include <errno.h>
6499                 Thanks to René J. Blokland
6500
6501 2006-07-07 [paul]       2.3.1cvs67
6502
6503         * src/action.c
6504                 Return now Closes dialog
6505         * src/mimeview.c
6506         * src/mimeview.h
6507         * src/textview.c
6508                 add contextual menu to mime parts listed
6509                 in the textview
6510                 Thanks to Colin
6511         * src/common/utils.c
6512                 reversal: ' is a valid character in URLs
6513
6514 2006-07-06 [colin]      2.3.1cvs66
6515
6516         * src/remotefolder.h
6517                 Forgotten in previous commit
6518
6519 2006-07-06 [colin]      2.3.1cvs65
6520
6521         * src/folder.c
6522                 Set summary update flag whenever
6523                 totals changed
6524         * src/imap.c
6525         * src/prefs_account.c
6526         * src/common/utils.h
6527         * src/etpan/imap-thread.c
6528                 Fix warnings, thanks to Fabien and
6529                 Ricardo
6530
6531 2006-07-06 [wwp]        2.3.1cvs64
6532
6533         * src/gtk/gtkutils.c
6534                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
6535
6536 2006-07-06 [wwp]        2.3.1cvs63
6537
6538         * src/account.c
6539         * src/addressbook.c
6540         * src/addressitem.h
6541         * src/folderview.c
6542         * src/mainwindow.c
6543         * src/manual.c
6544         * src/manual.h
6545         * src/message_search.c
6546         * src/prefs_actions.c
6547         * src/prefs_filtering.c
6548         * src/prefs_filtering.h
6549         * src/prefs_template.c
6550         * src/summary_search.c
6551         * src/summaryview.c
6552         * src/gtk/gtkutils.c
6553         * src/gtk/gtkutils.h
6554         * src/gtk/pluginwindow.c
6555                 add help buttons to some dialogs. Clicking such buttons opens a
6556                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6557
6558 2006-07-06 [paul]       2.3.1cvs62
6559
6560         * src/textview.c
6561                 fix attachments contextual menu
6562                 Thanks to Colin
6563
6564 2006-07-05 [colin]      2.3.1cvs61
6565
6566         * src/textview.c
6567         * src/compose.c
6568                 Handle sftp:// links
6569
6570 2006-07-05 [paul]       2.3.1cvs60
6571
6572         * src/gtk/filesel.c
6573                 grab save button by default
6574                 Thanks to Colin
6575
6576 2006-07-05 [wwp]        2.3.1cvs59
6577
6578         * manual/xml2pdf
6579                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6580
6581 2006-07-04 [colin]      2.3.1cvs58
6582
6583         * src/mimeview.c
6584         * src/textview.c
6585                 Use left click to select, middle click to open
6586                 on mimeparts links
6587         * src/common/utils.c
6588                 Fix segfault
6589
6590 2006-07-04 [colin]      2.3.1cvs57
6591
6592         * src/mainwindow.c
6593         * src/news.c
6594                 Warning fixes, thanks to Fabien
6595
6596 2006-07-04 [colin]      2.3.1cvs56
6597
6598         * src/mimeview.c
6599         * src/mimeview.h
6600         * src/textview.c
6601                 Allow parts to be selected via their text label
6602                 in textview
6603
6604 2006-07-04 [colin]      2.3.1cvs55
6605
6606         * src/folderview.c
6607                 Feedback when closing (for big folders)
6608         * src/prefs_actions.c
6609         * src/prefs_filtering.c
6610         * src/prefs_matcher.c
6611         * src/prefs_template.c
6612                 Fix default button when closing without
6613                 having saved
6614
6615 2006-07-04 [colin]      2.3.1cvs54
6616
6617         * src/news.c
6618                 Delete local file on deletion
6619
6620 2006-07-03 [colin]      2.3.1cvs53
6621
6622         * src/folderview.c
6623         * src/main.c
6624                 Don't freeze when rescanning after crash
6625
6626 2006-07-03 [wwp]        2.3.1cvs52
6627
6628         * src/compose.c
6629         * src/privacy.c
6630         * src/privacy.h
6631         * src/plugins/pgpinline/pgpinline.c
6632         * src/plugins/pgpmime/pgpmime.c
6633                 don't report an error when the user cancels the passphrase dialog.
6634
6635 2006-07-02 [colin]      2.3.1cvs51
6636
6637         * src/folderview.c
6638                 Open message when crossing folders with Space,
6639                 goto next unread and friends
6640
6641 2006-07-01 [colin]      2.3.1cvs50
6642
6643         * src/prefs_account.c
6644                 Typographic rules varying from language
6645                 to language (in french "Protocole :"),
6646                 we have to do that :)
6647
6648 2006-07-01 [ticho]      2.3.1cvs49
6649
6650         * src/prefs_account.c
6651                 Only use one temporary gchar* variable in
6652                 prefs_account_protocol_set_optmenu().
6653
6654 2006-07-01 [ticho]      2.3.1cvs48
6655
6656         * src/prefs_account.c
6657         * src/prefs_account.h
6658                 Use GtkLabel for existing account protocol name.
6659                 Created an array for protocol names and populate the
6660                 combobox from it in a for() cycle.
6661
6662 2006-06-30 [colin]      2.3.1cvs47
6663
6664         * src/compose.c
6665                 Block undo when changing signature (by changing
6666                 account)
6667
6668 2006-06-30 [paul]       2.3.1cvs46
6669
6670         * src/send_message.c
6671                 when editing From in the Compose window, use that address
6672                 in the Return-Path: header
6673                 Thanks to Colin
6674
6675 2006-06-30 [colin]      2.3.1cvs45
6676
6677         * src/compose.c
6678                 Fix signature replacement:
6679                 - when no newline before separator
6680                 - when reediting
6681
6682 2006-06-29 [colin]      2.3.1cvs44
6683
6684         * src/folderview.c
6685         * src/folderview.h
6686         * src/mainwindow.c
6687         * src/summaryview.c
6688                 Let 'View/Go to/Next marked' work like
6689                 Next new & Next unread: across folders
6690                 Change the select_on_entry pref to do
6691                 what we want when changing folder
6692         * src/common/utils.c
6693                 Fix single-quoted links 
6694
6695 2006-06-29 [colin]      2.3.1cvs43
6696
6697         * src/gtk/gtkaspell.c
6698                 "Sylpheed" and "Sylpheed-Claws" do exist !
6699
6700 2006-06-29 [colin]      2.3.1cvs42
6701
6702         * src/imap.c
6703                 Forgot to remove debug
6704
6705 2006-06-29 [colin]      2.3.1cvs41
6706
6707         * src/imap.c
6708         * src/imap.h
6709         * src/mainwindow.c
6710                 Disconnect from IMAP servers when going
6711                 offline. Fixes bug #978 (going to offline-mode 
6712                 won't close connections)
6713
6714 2006-06-29 [colin]      2.3.1cvs40
6715
6716         * src/main.c
6717                 Fix transient setting on failing plugins
6718                 Patch by Fabien
6719         * src/plugins/pgpcore/sgpgme.c
6720                 Only warn for OpenPGP. Most people don't
6721                 have CMS available.
6722
6723 2006-06-29 [colin]      2.3.1cvs39
6724
6725         * src/compose.c
6726                 Fix Spelling menu (discrepancy between context menu
6727                 and top menu when folder's dictionary isn't the 
6728                 default one)
6729         * src/plugins/pgpcore/sgpgme.c
6730                 More error reporting about why gpgme can fail
6731
6732 2006-06-29 [wwp]        2.3.1cvs38
6733
6734         * src/mainwindow.c
6735                 honor the display-header-pane setting even when the message view
6736                 is a separate window.
6737
6738 2006-06-29 [wwp]        2.3.1cvs37
6739
6740         * src/prefs_actions.c
6741                 forgot to commit that one (use of GTK_STOCK_INFO).
6742
6743 2006-06-29 [colin]      2.3.1cvs36
6744
6745         * src/imap.c
6746                 Better handling of login errors (ask the password
6747                 again once), alert in case of error. Fix three
6748                 signedness warnings.
6749
6750 2006-06-28 [wwp]        2.3.1cvs35
6751
6752         * src/prefs_template.c
6753         * src/prefs_matcher.c
6754         * src/prefs_filtering_action.c
6755         * src/prefs_quote.c
6756                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6757                 patch by Fabien Vantard, slightly modified.
6758
6759 2006-06-28 [paul]
6760
6761         2.4.0-rc2 released
6762
6763 2006-06-28 [colin]      2.3.1cvs34
6764
6765         * src/prefs_account.c
6766                 Fix bug #977 (Can't add or edit imap accounts)
6767
6768 2006-06-28 [colin]      2.3.1cvs33
6769
6770         * src/mimeview.c
6771                 Fix previous
6772
6773 2006-06-28 [colin]      2.3.1cvs32
6774
6775         * src/mimeview.c
6776                 Save named inlined attachments with "Save all"
6777         * src/main.c
6778         * src/mbox.c
6779         * src/common/plugin.c
6780         * src/common/plugin.h
6781         * src/common/sylpheed.c
6782         * src/common/utils.c
6783         * src/plugins/pgpcore/sylpheed.def
6784         * src/plugins/pgpinline/sylpheed.def
6785         * src/plugins/pgpmime/sylpheed.def
6786                 Win32 compatibility patch, by
6787                 Werner Koch
6788
6789 2006-06-28 [wwp]        2.3.1cvs31
6790
6791         * src/imap.c
6792         * src/prefs_folder_item.c
6793                 less compilation warnings (thanks to Fabien Vantard), less typos.
6794
6795 2006-06-28 [paul]       2.3.1cvs30
6796
6797         * src/gtk/gtkutils.c
6798                 gtk_combo_box_set_focus_on_click() is only
6799                 available since gtk 2.6.0
6800
6801 2006-06-28 [paul]       2.3.1cvs29
6802
6803         * src/prefs_ext_prog.c
6804                 fix engrish and add a tooltip for the
6805                 'command for 'Display as text' option
6806
6807 2006-06-28 [paul]
6808
6809         2.4.0-rc1 released
6810
6811 2006-06-28 [paul]       2.3.1cvs28
6812
6813         * ChangeLog
6814         * tools/Makefile.am
6815                 include textviewer.pl in releases
6816
6817 2006-06-28 [paul]       2.3.1cvs27
6818
6819         * src/prefs_ext_prog.c
6820                 hide Print command option if libgnomeprint
6821                 support is present
6822
6823 2006-06-27 [colin]      2.3.1cvs26
6824
6825         * src/compose.c
6826                 Fix Esc handling in insert/attach dialog
6827                 Don't show this dialog if dragging something
6828                 else than text/uri-list
6829                 Thanks to Fabien Vantard
6830         * tools/textviewer.pl
6831                 Filter script to display stuff as text
6832                 by H. Merijn Brand
6833
6834 2006-06-27 [wwp]        2.3.1cvs25
6835
6836         * src/messageview.c
6837                 use the exact product name (message view title), patch
6838                 by Fabien Vantard.
6839
6840 2006-06-27 [ticho]      2.3.1cvs24
6841
6842         * src/prefs_account.c
6843         * src/prefs_common.c
6844         * src/prefs_common.h
6845         * src/prefs_ext_prog.c
6846         * src/textview.c
6847                 Add a preference (Preferences/External programs)
6848                 to allow "Display as text" to be done via a script
6849                 (patch by H.Merijn Brand).
6850                 Use GtkComboBox for protocol selection in account
6851                 preferences.
6852                 Only include current choice for existing accounts, and
6853                 insensitivize the combobox.
6854
6855 2006-06-27 [paul]       2.3.1cvs23
6856
6857         * src/mbox.c
6858                 fix crasher introduced in cvs21.
6859                 Thanks to Colin
6860
6861 2006-06-26 [colin]      2.3.1cvs22
6862
6863         * src/mbox.c
6864                 Fix double-frees when leaving folders
6865                 after exporting to mbox
6866
6867 2006-06-26 [colin]      2.3.1cvs21
6868
6869         * src/mbox.c
6870                 More feedback (and optimisation)
6871                 on import/export
6872         * src/common/utils.c
6873                 Fix case when looking for mail addresses
6874         * src/gtk/gtkutils.c
6875                 Extra check for (X-)Face
6876
6877 2006-06-25 [ticho]      2.3.1cvs20
6878
6879         * src/compose.c
6880         * src/exphtmldlg.c
6881         * src/gtk/gtkutils.c
6882         * src/gtk/gtkutils.h
6883                 Added second argument to gtkut_sc_combobox_create() to
6884                 control focus-on-click for the widget.
6885                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
6886
6887 2006-06-25 [ticho]      2.3.1cvs19
6888
6889         * src/compose.c
6890         * src/gtk/Makefile.am
6891         * src/gtk/combobox.c
6892         * src/gtk/combobox.h
6893         * src/gtk/gtkutils.c
6894         * src/gtk/gtkutils.h
6895                 Use GtkComboBox instead of deprecated GtkOptionMenu
6896                 for account selector in compose window and for encoding
6897                 selector in attachment properties.
6898                 Also factorise working with the new GtkComboBox somewhat.
6899
6900 2006-06-24 [paul]       2.3.1cvs18
6901
6902         * src/prefs_common.c
6903                 use the correct default value
6904
6905 2006-06-24 [paul]       2.3.1cvs17
6906
6907         * src/compose.c
6908         * src/prefs_common.c
6909         * src/prefs_common.h
6910         * src/prefs_compose_writing.c
6911                 enable setting of default action when
6912                 dnd'ing files in the compose window.
6913                 (Collaborative effort with wwp)
6914
6915 2006-06-23 [wwp]        2.3.1cvs16
6916
6917         * src/compose.c
6918                 i18n fix (thanks to Fabien Vantard)
6919
6920 2006-06-22 [colin]      2.3.1cvs15
6921
6922         * src/prefs_customheader.c
6923                 Don't use filters in custom headers' file 
6924                 selector. Remember, extensions mean nothing :)
6925
6926 2006-06-22 [paul]       2.3.1cvs14
6927
6928         * configure.ac
6929                 allow setting of man directory location
6930
6931 2006-06-22 [colin]      2.3.1cvs13
6932
6933         * src/mainwindow.c
6934                 Add 'View/Go to/Next unread folder'.
6935                 I missed that :)
6936
6937 2006-06-22 [colin]      2.3.1cvs12
6938
6939         * src/common/utils.c
6940                 Add some subject prefixes
6941                 Patch by Bjorn T Johansen <btj@havleik.no>
6942
6943 2006-06-22 [colin]      2.3.1cvs11
6944
6945         * manual/advanced.xml
6946                 Forgotten hidden pref
6947
6948 2006-06-21 [paul]       2.3.1cvs10
6949
6950         * src/prefs_account.c
6951                 complete the removal of 'Add date header' option
6952
6953 2006-06-21 [paul]       2.3.1cvs9
6954
6955         * src/account.c
6956         * src/compose.c
6957         * src/prefs_account.c
6958         * src/prefs_account.h
6959                 remove option to add date header - always
6960                 add date header
6961         * src/etpan/imap-thread.c
6962                 fix warnings (Thanks to Colin)
6963
6964 2006-06-21 [wwp]        2.3.1cvs8
6965
6966         * src/folder.c
6967                 set the attachment flag when inline text part are (file)named. This is more convenient
6968                 when receiving (for instance) inline source files or patches sent using thunderbird.
6969
6970 2006-06-21 [paul]       2.3.1cvs7
6971
6972         * src/inc.c
6973                 fix off-by-one count of current msg in
6974                 statusbar filtering progressbar
6975
6976 2006-06-21 [paul]       2.3.1cvs6
6977
6978         * src/folder.c
6979                 Show attachment icon even if the part is 'inline'
6980                 if the following conditions are met:
6981                 - content-type != 'text/plain'
6982                 - content-type != '*/pgp-signature'
6983                 - either 'name' or 'filename' parameter is not NULL
6984                 
6985                 Thanks to Colin
6986
6987 2006-06-21 [paul]       2.3.1cvs5
6988
6989         * src/messageview.c
6990         * src/prefs_common.c
6991         * src/prefs_common.h
6992         * src/prefs_other.c
6993                 add an option to 'Never send Return
6994                 Receipts'
6995                 Thanks to Colin
6996
6997 2006-06-20 [mones]      2.3.1cvs4
6998
6999         * po/es.po
7000                 updated
7001         * src/compose.c
7002                 typo fixed (space after comma)
7003         * tools/make.themes.project
7004                 remove exec mode from tarball files
7005
7006 2006-06-20 [colin]      2.3.1cvs3
7007
7008         * src/news.c
7009         * src/procheader.c
7010         * src/unmime.c
7011                 Better fix for \n's in headers (don't 
7012                 break Received: and others)
7013
7014 2006-06-20 [paul]       2.3.1cvs2
7015
7016         * src/alertpanel.c
7017         * src/textview.c
7018                 improve legibility of phishing attempt
7019                 dialog
7020
7021 2006-06-20 [paul]       2.3.1cvs1
7022
7023         * NEWS
7024         * README
7025         * configure.ac
7026                 Update version number following
7027                 stable release
7028
7029 2006-06-20 [colin]      2.3.0cvs26
7030
7031         * src/compose.c
7032                 When dragging a file to the text of the compose
7033                 window, ask whether we want to insert or attach
7034                 (I know lots of people who do that to attach)
7035
7036 2006-06-20 [colin]      2.3.0cvs25
7037
7038         * src/etpan/imap-thread.c
7039                 Fix threshold (the append command is often > 32 bytes)
7040
7041 2006-06-19 [colin]      2.3.0cvs24
7042
7043         * src/imap.c
7044         * src/etpan/imap-thread.c
7045                 Workaround Rockliffe IMAP server bug: replace
7046                 "x UID SEARCH (ANSWERED UID 1:*)" with
7047                 "x UID SEARCH ANSWERED"
7048                 (Rockliffe doesn't handle the parenthesis)
7049
7050 2006-06-19 [colin]      2.3.0cvs23
7051
7052         * src/compose.c
7053         * src/imap.c
7054         * src/etpan/imap-thread.c
7055                 Probably fix bug #972 (Freezes when adding 
7056                 an attachment to the message)
7057         * src/common/defs.h
7058                 Modernize Firefox cmd
7059
7060
7061 2006-06-18 [colin]      2.3.0cvs22
7062
7063         * src/prefs_customheader.c
7064                 Only allow correct filenames for various
7065                 custom headers
7066
7067 2006-06-18 [colin]      2.3.0cvs21
7068
7069         * src/prefs_customheader.c
7070                 Add a 'From File...' button in custom headers prefs, which
7071                 try to do the right thing: 
7072                 for normal headers, use file as plaintext,
7073                 for X-Face, calls compface,
7074                 for Face, encode to b64.
7075
7076 2006-06-17 [colin]      2.3.0cvs20
7077
7078         * src/mh.c
7079                 Warning fix
7080
7081 2006-06-16 [colin]      2.3.0cvs19
7082
7083         * src/summaryview.c
7084                 Recursive quicksearch: show message list
7085                 in current folder, *then* search children
7086                 in the background.
7087
7088 2006-06-16 [colin]      2.3.0cvs18
7089
7090         * src/main.c
7091                 Instead of ignoring SIGPIPE, save caches
7092                 when getting one. Will fix the fact that
7093                 hot caches are out-of-date when logging 
7094                 out of Xorg.
7095         * src/compose.c
7096         * src/prefs_compose_writing.c
7097                 Only save text (not attachments) when 
7098                 auto-saving to drafts
7099         * src/unmime.c
7100                 Always replace \n, \r and \t with spaces
7101                 in headers
7102         * manual/dist/html/Makefile.am
7103         * manual/dist/pdf/Makefile.am
7104         * manual/dist/ps/Makefile.am
7105         * manual/dist/txt/Makefile.am
7106         * manual/fr/dist/html/Makefile.am
7107         * manual/fr/dist/pdf/Makefile.am
7108         * manual/fr/dist/ps/Makefile.am
7109         * manual/fr/dist/txt/Makefile.am
7110         * manual/pl/dist/html/Makefile.am
7111         * manual/pl/dist/pdf/Makefile.am
7112         * manual/pl/dist/ps/Makefile.am
7113         * manual/pl/dist/txt/Makefile.am
7114                 Fix make clean removing pregenerated manuals
7115
7116
7117 2006-06-16 [colin]      2.3.0cvs17
7118
7119         * src/plugins/pgpcore/sgpgme.c
7120         * src/plugins/pgpmime/pgpmime.c
7121         * src/plugins/pgpinline/pgpinline.c
7122                 Better error reporting in setup_signers.
7123                 Don't fallback to default key if specified
7124                 key isn't found.
7125                 Don't allow signing if more than one secret
7126                 key matches the one specified in prefs.
7127
7128 2006-06-15 [colin]      2.3.0cvs16
7129
7130         * src/folderview.c
7131                 Add "Send queue" in the folder's contextual
7132                 menu
7133         * src/compose.c
7134         * src/messageview.c
7135         * src/privacy.c
7136         * src/privacy.h
7137         * src/procmime.c
7138         * src/procmsg.c
7139         * src/plugins/pgpcore/passphrase.c
7140         * src/plugins/pgpcore/sgpgme.c
7141         * src/plugins/pgpinline/pgpinline.c
7142         * src/plugins/pgpmime/pgpmime.c
7143                 Better error reporting
7144         * src/mbox.c
7145                 Probably fix bug #971 (2.2.3 cannot read mail 
7146                 from local mbox)
7147
7148
7149 2006-06-15 [mones]      2.3.0cvs15
7150
7151         * tools/make.themes.project
7152                 creates the themes project from the web page
7153
7154 2006-06-15 [colin]      2.3.0cvs14
7155
7156         * src/folder.c
7157                 Better fix (avoid losing the folder if scan_tree 
7158                 fails)
7159
7160 2006-06-15 [cleroy]     2.3.0cvs13
7161
7162         * src/folder.c
7163                 Probably fix Bug #969 (crash on rebuilding 
7164                 imap folder)
7165
7166 2006-06-14 [colin]      2.3.0cvs12
7167
7168         * manual/dtd/manual.xsl
7169         * manual/sylpheed-claws-manual.xml
7170         * manual/fr/sylpheed-claws-manual.xml
7171         * manual/pl/sylpheed-claws-manual.xml
7172                 Insert pagebreaks between sections
7173
7174 2006-06-14 [paul]       2.3.0cvs11
7175
7176         * configure.ac
7177                 better fix than 2.3.0cvs10
7178
7179 2006-06-14 [paul]       2.3.0cvs10
7180
7181         * configure.ac
7182                 fix setting of PACKAGE_DATA_DIR with newer autoconf
7183                 (backwards compatible)
7184
7185 2006-06-13 [colin]      2.3.0cvs9
7186
7187         * src/messageview.c
7188                 Fix sending of return receipt with the new queue folders
7189
7190 2006-06-13 [wwp]        2.3.0cvs8
7191
7192         * src/quote_fmt_lex.l
7193                 fix wrong tokens returned in quote_fmt lexer, query not().
7194
7195 2006-06-13 [wwp]        2.3.0cvs7
7196
7197         * src/folder.c
7198         * src/prefs_folder_item.c
7199                 allow changing folder type even when folder is not a top-level one,
7200                 thanks to Colin.
7201
7202 2006-06-12 [colin]      2.3.0cvs6
7203
7204         * src/folderview.c
7205                 Fix double-ask of "Do you want to mark all
7206                 as read"
7207
7208 2006-06-12 [colin]      2.3.0cvs5
7209
7210         * src/compose.c
7211         * src/compose.h
7212         * src/folder.c
7213         * src/folder.h
7214         * src/imap.c
7215         * src/inc.c
7216         * src/main.c
7217         * src/messageview.c
7218         * src/mh.c
7219         * src/prefs_folder_item.c
7220         * src/procheader.c
7221         * src/procmime.c
7222         * src/procmsg.c
7223         * src/procmsg.h
7224         * src/send_message.c
7225         * src/summaryview.c
7226         * src/toolbar.c
7227                 Apply bug #964's patch (Queue and drafts aren't normal)
7228                 The Drafts and Queue folder now contain RFC-822 files,
7229                 allowing to move and copy mails from and to these 
7230                 folders. Moving from Drafts to Queue will prepare the
7231                 mail for sending (PGP signature, encryption, etc).
7232                 This patch also rework sending errors handling to try
7233                 to be more helpful.
7234                 Also, allow redefining folder types via the GUI 
7235                 (Folder type in its Properties)
7236
7237 2006-06-12 [colin]      2.3.0cvs4
7238
7239         * src/summaryview.c
7240         * src/prefs_common.c
7241         * src/prefs_common.h
7242         * src/gedit-print.c
7243                 Allow to define a specific print font - patch
7244                 by Bernhard Walle <bernhard.walle@gmx.de>
7245         * src/prefs_fonts.c
7246         * manual/advanced.xml
7247         * manual/fr/advanced.xml
7248                 Add a hidden pref to allow deletion without
7249                 confirmation
7250
7251 2006-06-12 [wwp]        2.3.0cvs3
7252
7253         * .cvsignore
7254                 more files to ignore.
7255
7256 2006-06-12 [wwp]        2.3.0cvs2
7257
7258         * src/quote_fmt.c
7259         * src/quote_fmt_lex.l
7260         * src/quote_fmt_parse.y
7261                 extend the quote_fmt parser (templates and quotes):
7262                 - allow limited sub-expressions in |p{} and |f{} expressions,
7263                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
7264                 - implemented/fixed missing implementation of query_references and show_references,
7265                 - completed, fixed contents and format of the symbols help dialog,
7266                 - fix some compilation warnings.
7267
7268 2006-06-12 [wwp]        2.3.0cvs1
7269
7270         * manual/advanced.xml
7271         * manual/fr/advanced.xml
7272                 updates in the "templates" section of the manual (eng/fr):
7273                  - be more precise (both versions)
7274                  - completed to match the english reference (fr version)
7275                  - touchups (both versions)
7276
7277 2006-06-12 [paul]       2.3.0
7278
7279         2.3.0 released
7280
7281 2006-06-12 [paul]       2.2.3cvs14
7282
7283         * po/ca.po
7284         * po/cs.po
7285         * po/de.po
7286         * po/el.po
7287         * po/fr.po
7288         * po/it.po
7289         * po/pt_BR.po
7290         * po/sr.po
7291         * po/zh_CN.po
7292                 updated by Miquel Oliete, Tim, Stephan Sachse,
7293                 Stavros Giannouris, Fabien Vantard, Andrea
7294                 Spadaccini, Frederico Goncalves Guimaraes,
7295                 Aleksandar Urosevic, and Ralgh Young
7296
7297 2006-06-12 [colin]      2.2.3cvs13
7298
7299         * src/mbox.c
7300                 Add missing header
7301
7302 2006-06-11 [colin]      2.2.3cvs12
7303
7304         * src/msgcache.c
7305                 Verify that g_malloc() succeeded
7306
7307 2006-06-11 [colin]      2.2.3cvs11
7308
7309         * src/wizard.c
7310                 Add Face header to welcome mail
7311
7312 2006-06-10 [colin]      2.2.3cvs10
7313
7314         * src/textview.c
7315                 Revert previous (Forgot it changes the
7316                 margin on the whole mail)
7317
7318 2006-06-10 [colin]      2.2.3cvs9
7319
7320         * src/textview.c
7321                 Don't overlap long headers under (X-)Face
7322
7323 2006-06-10 [mones]      2.2.3cvs8
7324
7325         * manual/xml2pdf
7326                 allow generation of manual on systems lacking saxon binary
7327                 but with java and the saxon library installed
7328
7329         * po/es.po
7330                 updated for release
7331
7332 2006-06-09 [colin]      2.2.3cvs7
7333
7334         * src/summaryview.c
7335                 Fix leak when using Display Sender using Addressbook
7336
7337 2006-06-09 [colin]      2.2.3cvs6
7338
7339         * src/compose.c
7340         * src/folder.c
7341         * src/folderview.c
7342         * src/mimeview.c
7343         * src/summaryview.c
7344                 More leaks fixes
7345
7346 2006-06-09 [paul]       2.2.3cvs5
7347
7348         * AUTHORS
7349         * src/gtk/authors.h
7350         * tools/claws.i18n.status.pl
7351                 updated with new info
7352
7353 2006-06-09 [paul]       2.2.3cvs4
7354
7355         * README
7356                 updated
7357         * manual/ack.xml
7358                 add wwp to authors list
7359         * src/gtk/authors.h
7360                 update mine and Colin's addresses
7361
7362 2006-06-08 [colin]      2.2.3cvs3
7363
7364         * src/etpan/imap-thread.c
7365                 Fix leak on SSL cert check
7366
7367 2006-06-08 [colin]      2.2.3cvs2
7368
7369         * src/common/utils.c
7370                 Fix leak
7371
7372 2006-06-08 [paul]       2.2.3cvs1
7373
7374         * configure.ac
7375                 Update version number following
7376                 stable release
7377
7378 2006-06-07 [colin]      2.2.2cvs3
7379
7380         * src/msgcache.c
7381                 Fix catching cache read errors (guint instead of gint)
7382                 Prevent malloc'ing more than 8MB (means cache corruption)
7383
7384 2006-06-07 [paul]       2.2.2cvs2
7385
7386         * src/exporthtml.c
7387         * src/exportldif.c
7388         * src/mh.c
7389         * src/mutt.c
7390         * src/pine.c
7391         * src/common/utils.c
7392                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
7393                 obey $HOME'
7394                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
7395                 Thanks to Colin
7396
7397 2006-06-06 [paul]       2.2.2cvs1
7398
7399         * configure.ac
7400                 Update version number following
7401                 stable release
7402
7403 2006-06-06 [paul]       2.2.1cvs6
7404
7405         * src/matcher.c
7406                 fix  implicit declaration of
7407                 sylpheed_do_idle()
7408                 Patch by Fabien Vantard
7409
7410 2006-06-06 [paul]       2.2.1cvs5
7411
7412         * src/matcher.c
7413                 fix age_greater and age_lower so that they
7414                 mean what say and not '...or equal to'
7415                 Thanks to Colin
7416
7417 2006-06-06 [paul]       2.2.1cvs4
7418
7419         * src/textview.c
7420         * src/common/utils.c
7421                 fix URI check
7422                 Thanks to Colin
7423
7424 2006-06-05 [wwp]        2.2.1cvs3
7425
7426         * manual/fr/account.xml
7427                 minor language fixes (thanks to Fabien Vantard).
7428
7429 2006-06-05 [colin]      2.2.1cvs2
7430
7431         * src/prefs_folder_item.c
7432         * src/folderview.c
7433                 Allow recursive setting of properties 
7434                 for whole mailboxes
7435         * src/matcher.c
7436                 Don't freeze on 'test' filtering rule
7437
7438 2006-06-05 [colin]      2.2.1cvs1
7439
7440         * configure.ac
7441                 Update version number following
7442                 stable release
7443
7444 2006-06-04 [wwp]        2.2.0cvs82
7445
7446         * manual/glossary.xml
7447         * manual/account.xml
7448         * manual/fr/glossary.xml
7449         * manual/fr/account.xml
7450                 added glossary section and references/links related to the Face custom header.
7451
7452 2006-06-04 [colin]      2.2.0cvs81
7453
7454         * src/summaryview.c
7455                 Skip to next message on move with no
7456                 immediate execution
7457
7458 2006-06-04 [wwp]        2.2.0cvs80
7459
7460         * manual/xml2pdf
7461                 added sanity checks, exit when needed.
7462
7463 2006-06-03 [paul]       2.2.0cvs79
7464
7465         * src/prefs_receive.c
7466                 page name is now 'Receiving'
7467         * src/prefs_send.c
7468                 page name is now 'Sending'
7469
7470 2006-06-03 [colin]      2.2.0cvs78
7471
7472         * src/plugins/spamassassin/spamassassin_gtk.c
7473                 Autoswitch to Localhost if transport was previously
7474                 disabled. Else people had to check [] Enable, then
7475                 *reselect* transport.
7476
7477 2006-06-03 [colin]      2.2.0cvs77
7478
7479         * src/plugins/pgpinline/pgpinline.c
7480         * src/plugins/pgpmime/pgpmime.c
7481                 Check that gpg_data_release_and_get_mem 
7482                 didn't fail (now, why this happens...)
7483
7484 2006-06-03 [colin]      2.2.0cvs76
7485
7486         * src/mbox.c
7487                 Fix bug #962 (Manual and/or UI should 
7488                 warn about incompatible locking 
7489                 causing dataloss)
7490
7491 2006-06-02 [cleroy]     2.2.0cvs75
7492
7493         * src/filtering.c
7494         * src/folder.c
7495         * src/procmsg.c
7496         * src/summaryview.c
7497                 Fix a few leaks
7498
7499 2006-06-02 [colin]      2.2.0cvs74
7500
7501         * src/main.c
7502                 On exit, free caches after writing them
7503                 Shuts up some valgrind false positives
7504         * src/procmsg.c
7505         * src/send_message.c
7506                 Fix races when reusing existing SMTP connections
7507                 Fix inexistant session timeout
7508         * src/toolbar.c
7509                 Display alertpanel after all queues have
7510                 been processed, not after each
7511
7512 2006-06-02 [wwp]        2.2.0cvs73
7513
7514         * manual/fr/glossary.xml
7515         * manual/fr/ack.xml
7516         * manual/ack.xml
7517                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
7518
7519 2006-06-02 [wwp]        2.2.0cvs72
7520
7521         * manual/xml2pdf
7522         * manual/dist/pdf/Makefile.am
7523         * manual/dtd/manual.xsl
7524         * manual/fr/dist/pdf/Makefile.am
7525         * manual/pl/dist/pdf/Makefile.am
7526                 we changed the procedure to generate the .pdf version of the manual.
7527                 The procedure is more modern and the .pdf we get now has a valid index.
7528                 Here are the new pre-requisites:
7529
7530                 - JRE 1.x (1.4 here): there must be one from your distro
7531                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
7532                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
7533                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
7534
7535                 See my posts for further info about the installation of this toolchain:
7536
7537                 Date: Fri, 19 May 2006 19:40:06 +0200
7538                 From: wwp <subscript@free.fr>
7539                 To: sylpheed-claws-devel@lists.sourceforge.net
7540                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
7541
7542                 and
7543
7544                 Date: Wed, 24 May 2006 12:58:49 +0200
7545                 From: wwp <subscript@free.fr>
7546                 To: sylpheed-claws-devel@lists.sourceforge.net
7547                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7548
7549 2006-06-01 [colin]      2.2.0cvs71
7550
7551         * src/compose.c
7552                 Better guards against IMAP races
7553         * src/main.c
7554         * src/prefs_common.c
7555         * src/prefs_common.h
7556         * src/common/ssl_certificate.c
7557         * src/etpan/imap-thread.c
7558         * src/etpan/imap-thread.h
7559         * src/gtk/sslcertwindow.c
7560                 New hidden option ssl_skip_cert_check to 
7561                 avoid dups of bug #959 (libetpan linked
7562                 against gnutls and gnutls buggy on 64bit)
7563                 Present expired warning only once per
7564                 session/server.
7565         * manual/advanced.xml
7566         * manual/fr/advanced.xml
7567                 Document new option
7568
7569 2006-06-01 [wwp]        2.2.0cvs70
7570
7571         * src/messageview.c
7572                 fix for bug #961 (return receipt dialog 
7573                 complains incorrectly about return-path 
7574                 email adress being different), thanks 
7575                 to Colin.
7576
7577 2006-05-31 [cleroy]     2.2.0cvs69
7578
7579         * src/common/ssl.c
7580                 Guard against NULLs, although this
7581                 should never be an issue
7582
7583 2006-05-31 [colin]      2.2.0cvs68
7584
7585         * src/filtering.c
7586                 Use g_slist_prepend
7587         * src/imap.c
7588                 Don't remove caches when destroying folder, it
7589                 could (should) be done at exit
7590         * src/inc.c
7591                 free processing cache after incorporation
7592         * src/etpan/imap-thread.c
7593                 Maybe fix bug #959 (Crash on moving to emails 
7594                 to a imap account per ssl with a expired 
7595                 certificate.)
7596
7597 2006-05-30 [colin]      2.2.0cvs67
7598
7599         * src/summaryview.c
7600                 Put back event flush when displaying message
7601                 It avoids reading a bunch of messages just
7602                 by hitting shift-n for too long ;)
7603
7604 2006-05-29 [colin]      2.2.0cvs66
7605
7606         * src/summaryview.c
7607                 Remove useless g_warnings
7608
7609 2006-05-29 [colin]      2.2.0cvs65
7610
7611         * src/imap.c
7612                 Fix g_slist_append()s for performance
7613
7614 2006-05-29 [colin]      2.2.0cvs64
7615
7616         * src/compose.c
7617         * src/common/utils.c
7618                 Fix extraneous tab at start of addresses
7619         * src/mainwindow.c
7620                 Fix warnings (thanks to Fabien)
7621                 Fix crash at exit when composing messages 
7622                 exist
7623         * src/pop.c
7624                 Fix progress bar when deleting expired mails
7625                 Thanks to Hiro
7626         * src/summaryview.c
7627         * src/gtk/gtksctree.c
7628                 Fix re-sorting slowness
7629
7630 2006-05-29 [paul]       2.2.0cvs63
7631
7632         * src/mh.c
7633                 fetch full message when moving mails
7634                 from another mailbox, (fixed data loss
7635                 when filtering from IMAP to MH, introduced
7636                 in 2.2.0cvs57).
7637                 Thanks to Colin
7638
7639 2006-05-29 [mones]      2.2.0cvs62
7640
7641         * src/gtk/gtksctree.c
7642                 Unselect faster (patch by Colin)        
7643
7644 2006-05-26 [colin]      2.2.0cvs61
7645
7646         * src/summaryview.c
7647                 Unplug MSGINFO_UPDATE callback on delete too.
7648
7649 2006-05-26 [colin]      2.2.0cvs60
7650
7651         * src/foldersel.c
7652                 Fix bold in folder selection window with glib2.10
7653                 thanks Hiro
7654
7655 2006-05-26 [colin]      2.2.0cvs59
7656
7657         * src/procheader.c
7658                 Convert date only if necessary (and don't
7659                 try to convert from utf8 to utf8, too)
7660         * src/summaryview.c
7661                 Only set column's text if the column's 
7662                 displayed
7663
7664 2006-05-26 [colin]      2.2.0cvs58
7665
7666         * src/summaryview.c
7667         * src/gtk/gtkutils.c
7668                 Fix useless warning
7669
7670 2006-05-26 [colin]      2.2.0cvs57
7671
7672         * src/mainwindow.c
7673                 Make summaryview selectable as long as 
7674                 no message has focus
7675         * src/mh.c
7676                 Faster deletion (by implementing mh_remove_msgs)
7677                 Faster copy (avoid using mh_fetch_msg just to get
7678                 the filename)
7679                 Faster move (using move_file instead of copy_file
7680                 if MSG_IS_MOVE)
7681                 No progressbar if total number of mails to cp/mv 
7682                 is less than 100
7683         * src/summaryview.c
7684                 Fix removal from subject_table when mail gets moved
7685                 Faster deletion (g_slist_prepend instead of append)
7686         * src/gtk/gtksctree.c
7687                 Remove useless code
7688
7689 2006-05-25 [colin]      2.2.0cvs56
7690
7691         * src/common/ssl_certificate.c
7692                 Fix leak in expired cert check
7693
7694 2006-05-25 [colin]      2.2.0cvs55
7695
7696         * src/mh.c
7697                 Disable flags syncing on .mh_sequences - it
7698                 is buggy and marks mails read under unknown
7699                 conditions.
7700
7701 2006-05-25 [paul]
7702
7703         * 2.3.0-rc4 released
7704
7705 2006-05-24 [colin]      2.2.0cvs54
7706
7707         attention cvs users: if you manage to crash
7708         Sylpheed-Claws while moving, copying or deleting
7709         mails, we *are* interested in stack traces and
7710         valgrind logs. It looks stable, but one never
7711         knows...
7712
7713         * src/folder.c
7714                 Add progressbar for cache updates
7715         * src/folderutils.c
7716                 Optimize Mark all read in the current
7717                 folder
7718         * src/mh.c
7719                 Add progressbar for copy/move
7720         * src/procmsg.c
7721                 Optimize O(n^2) in copy/move
7722         * src/summaryview.c
7723         * src/gtk/gtksctree.c
7724                 Optimize O(n^2) algos
7725         * src/common/timing.h
7726                 Display ms instead of us
7727
7728 2006-05-24 [wwp]        2.2.0cvs53
7729
7730         * manual/fr/advanced.xml
7731                 updates to the French manual.
7732
7733 2006-05-24 [wwp]        2.2.0cvs52
7734
7735         * src/common/utils.c
7736                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7737
7738 2006-05-24 [wwp]        2.2.0cvs51
7739
7740         * src/folderutils.c
7741                 fixed "mark all read" in MH folders (thanks to Colin).
7742
7743 2006-05-24 [paul]       2.2.0cvs50
7744
7745         * doc/man/sylpheed-claws.1
7746                 updated the man page
7747
7748 2006-05-23 [colin]      2.2.0cvs49
7749
7750         * src/folderview.c
7751         * src/imap.c
7752         * src/inc.c
7753         * src/mbox.c
7754         * src/messageview.c
7755         * src/news.c
7756         * src/send_message.c
7757         * src/summaryview.c
7758         * src/gtk/sslcertwindow.c
7759                 alertpanel fixes, by Fabien
7760
7761 2006-05-23 [colin]      2.2.0cvs48
7762
7763         * src/folder.c
7764         * src/folderview.c
7765         * src/msgcache.c
7766         * src/summaryview.c
7767         * src/gtk/gtksctree.c
7768         * src/gtk/gtksctree.h
7769                 More timings
7770                 Fix slow loading problem, which was caused by the
7771                 use of some gtk_ctree funcs and their use of
7772                 g_list_position while gtk_ctree_(un)link'ing.
7773                 Reap more functions from gtkctree.c to be sure we
7774                 use our (fast) version instead of theirs.
7775         * src/mh.c
7776                 Fix copy of unread mails
7777
7778
7779 2006-05-22 [wwp]        2.2.0cvs47
7780
7781         * manual/fr/advanced.xml
7782                 updated.
7783
7784 2006-05-22 [colin]      2.2.0cvs46
7785
7786         * src/filtering.c
7787                 Fix possible infinite loop. 'copy' is not a 
7788                 final action, so when encountering a 'copy',
7789                 we have to check if a previous one was set
7790                 and do it. In the same way, if we encounter
7791                 a 'move' we have to perform a possibly 
7792                 pending 'copy'. This will slow down filtering
7793                 on IMAP if move+copy or multiple copy actions
7794                 are to be done, but handling it via the batch
7795                 would be really too convoluted.
7796
7797 2006-05-22 [wwp]        2.2.0cvs45
7798
7799         * manual/fr/advanced.xml
7800         * manual/fr/faq.xml
7801         * manual/fr/glossary.xml
7802         * manual/fr/handling.xml
7803         * manual/fr/intro.xml
7804         * manual/fr/plugins.xml
7805         * manual/fr/sylpheed-claws-manual.xml
7806                 sync w/ the english manual: updates URIs, documented mailing-list
7807                 support, better explanation about the enabled/disabled feature
7808                 in filtering/processing rules by Paul.
7809
7810 2006-05-21 [colin]      2.2.0cvs44
7811
7812         * src/summaryview.c
7813                 Don't expand after building threads, but during
7814
7815 2006-05-21 [colin]      2.2.0cvs43
7816
7817         * src/procmsg.c
7818         * src/summaryview.c
7819                 More timing possibilities... For next time I have 
7820                 to find out how the hell some 3GHz computer takes
7821                 one minute to open a 30k folder...
7822
7823 2006-05-21 [colin]      2.2.0cvs42
7824
7825         * manual/pl/advanced.xml
7826         * manual/pl/faq.xml
7827         * manual/pl/glossary.xml
7828         * manual/pl/handling.xml
7829         * manual/pl/intro.xml
7830         * manual/pl/plugins.xml
7831         * manual/pl/sylpheed-claws-manual.xml
7832                 Polish manual updated by Pawel
7833
7834 2006-05-20 [colin]
7835
7836         * 2.3.0-rc3 released
7837
7838 2006-05-20 [colin]      2.2.0cvs41
7839
7840         * src/imap.c
7841                 Fix -rc2 problems:
7842                 - remove cache of moved messages from original folder
7843                 - apply new flags to messages even if they aren't appliable
7844                   via IMAP.
7845
7846 2006-05-20 [colin]
7847
7848         * 2.3.0-rc2 released
7849
7850 2006-05-19 [colin]      2.2.0cvs40
7851
7852         * src/imap.c
7853                 Don't issue SELECT in imap_change_flags
7854                 before having checked that we indeed have
7855                 some flags to change. MSG_POSTFILTERED for
7856                 example can't be used on IMAP.
7857                 Fixes bug #955 (copying messages between 
7858                 imap folders is extremely slow), which was
7859                 a regression.
7860
7861 2006-05-19 [colin]      2.2.0cvs39
7862
7863         * src/folder.c
7864         * src/folder.h
7865         * src/folderview.c
7866                 Try to fix bug #830 (Some unread messages 
7867                 get marked read in IMAP inbox):
7868                 - Prevent scanning a folder if it's being 
7869                   opened via the GUI
7870                 - Postpone opening via the GUI of a folder
7871                   currently scanned.
7872
7873
7874 2006-05-19 [wwp]        2.2.0cvs38
7875
7876         * manual/advanced.xml
7877                 fix English+typo (thanks to Paul).
7878
7879 2006-05-19 [wwp]        2.2.0cvs37
7880
7881         * manual/advanced.xml
7882         * manual/fr/advanced.xml
7883         * src/gtk/logwindow.c
7884         * src/prefs_common.c
7885         * src/prefs_common.h
7886                 added hidden prefs to allow customization of colors used in
7887                 protocol log window (useful for dark gtk+ themes).
7888
7889 2006-05-19 [wwp]        2.2.0cvs36
7890
7891         * ChangeLog
7892                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
7893
7894 2006-05-19 [paul]       2.2.0cvs35
7895
7896         * src/textview.c
7897                 make Reply-To fully clickable
7898         * src/gtk/logwindow.c
7899                 more colouring (SMTP ESMTP)
7900         Both patches by Pawel Pekala
7901
7902 2006-05-19 [cleroy]     2.2.0cvs34
7903
7904         * src/mh.c
7905                 Don't update flags from current folder
7906                 Probably fixes bug #935 (Read Messages 
7907                 Revert to Being Marked as Unread)
7908
7909 2006-05-18 [colin]      2.2.0cvs33
7910
7911         * src/imap.c
7912                 Warning fix
7913         * src/compose.c
7914         * src/mainwindow.c
7915         * src/summaryview.c
7916         * src/toolbar.c
7917                 Allow replying to multiple emails
7918                 in multiple windows
7919         * src/mimeview.c
7920         * src/etpan/imap-thread.c
7921                 Leak fixes
7922
7923 2006-05-18 [paul]       2.2.0cvs32
7924
7925         * src/summaryview.c
7926                 keep Mailing-List menu refreshed
7927                 Thanks to Colin
7928
7929 2006-05-18 [paul]       2.2.0cvs31
7930
7931         * manual/advanced.xml
7932         * manual/faq.xml
7933         * manual/glossary.xml
7934         * manual/handling.xml
7935         * manual/intro.xml
7936         * manual/plugins.xml
7937         * manual/sylpheed-claws-manual.xml
7938                 update URLs
7939                 add info about mailing-list support
7940                 edit filtering info
7941         * src/wizard.c
7942         * src/common/defs.h
7943         * src/gtk/about.c
7944         * src/plugins/dillo_viewer/README
7945                 update URLs
7946
7947 2006-05-17 [wwp]        2.2.0cvs30
7948
7949         * manual/handling.xml
7950         * manual/fr/handling.xml
7951                 documented the ability to enabled/disable filtering/processing rules.
7952
7953 2006-05-17 [colin]      2.2.0cvs29
7954
7955         * src/main.c
7956                 Don't initialize g_thread subsystem if it's 
7957                 already done (thanks to Hiro)
7958         * src/mimeview.c
7959                 Fix saving of parts when there name can't be
7960                 converted from UTF-8.
7961
7962 2006-05-17 [paul]       2.2.0cvs28
7963
7964         * po/Makefile.in.in
7965                 fix config.status warning with autoconf 2.60
7966
7967 2006-05-17 [paul]       2.2.0cvs27
7968
7969         * po/POTFILES.in
7970                 add src/mbox.c
7971
7972 2006-05-17 [wwp]        2.2.0cvs26
7973
7974         * src/mainwindow.c
7975                 fix useless and potentially dangerous buffer walking (thanks to Colin).
7976
7977 2006-05-17 [wwp]        2.2.0cvs25
7978
7979         * src/plugins/demo/demo.c
7980                 updated product name in plugin demo (many plugins need to be
7981                 sync'ed w/ that change).
7982
7983 2006-05-17 [colin]      2.2.0cvs24
7984
7985         * src/mh.c
7986                 Fix leak
7987
7988 2006-05-16 [colin]      2.2.0cvs23
7989
7990         * src/mainwindow.c
7991                 Stupid me hit again. Fix cvs22.
7992
7993 2006-05-16 [colin]      2.2.0cvs22
7994
7995         * src/mainwindow.c
7996                 Fix bug #922 (sylpheed-claws crashed after 
7997                 pushing on Inbox folder)
7998
7999 2006-05-16 [colin]      2.2.0cvs21
8000
8001         * src/compose.c
8002                 Make From header be copy/paste/select-able
8003
8004 2006-05-16 [wwp]        2.2.0cvs20
8005
8006         * src/export.c
8007         * src/matcher.c
8008         * src/summaryview.c
8009         * src/etpan/imap-thread.c
8010                 fix some compiler warnings (thanks to Colin).
8011
8012 2006-05-16 [wwp]        2.2.0cvs19
8013
8014         * src/action.c
8015         * src/gedit-print.c
8016         * src/inc.c
8017         * src/mainwindow.c
8018         * src/mh.c
8019         * src/statusbar.c
8020         * src/send_message.c
8021         * src/summaryview.c
8022                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8023
8024 2006-05-15 [colin]      2.2.0cvs18
8025
8026         * src/procmsg.c
8027                 Fix automatic rule creation with List-Post
8028
8029 2006-05-15 [paul]       2.2.0cvs17
8030
8031         * tools/filter_conv_new.pl
8032                 updated for rule enabling/disabling
8033                 claws version >= 2.3.x required
8034
8035 2006-05-15 [cleroy]     2.2.0cvs16
8036
8037         * src/main.c
8038                 Revert test
8039
8040 2006-05-15 [cleroy]     2.2.0cvs15
8041
8042         * src/main.c
8043                 test
8044
8045 2006-05-15 [wwp]        2.2.0cvs14
8046
8047         * manual/pl/.cvsignore
8048                 ignore generated files.
8049
8050 2006-05-14 [wwp]        2.3.0-rc1
8051
8052         * 2.3.0-rc1 released
8053
8054 2006-05-13 [wwp]        2.2.0cvs13
8055
8056         * src/filtering.c
8057         * src/filtering.h
8058         * src/matcher.c
8059         * src/matcher_parser_lex.l
8060         * src/matcher_parser_parse.y
8061         * src/prefs_filtering.c
8062                 new feature: provide the ability to disable filtering and processing
8063                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8064                 adaptations.
8065
8066 2006-05-13 [colin]      2.2.0cvs12
8067
8068         * src/compose.c
8069                 Remove useless if (a) b; else b;
8070                 Thanks to wwp
8071
8072 2006-05-13 [wwp]        2.2.0cvs11
8073
8074         * src/export.c
8075         * src/import.c
8076         * src/mainwindow.c
8077         * src/mbox.c
8078         * src/summaryview.c
8079         * src/summaryview.h
8080                 no more silent failures (or at least less ones) when importing
8081                 or exporting from/to mbox. Also start importing/exporting if
8082                 the necessary info is set.
8083
8084 2006-05-13 [wwp]        2.2.0cvs10
8085
8086         * RELEASE_NOTES
8087                 restored up-to-date release notes.
8088
8089 2006-05-13 [paul]       2.2.0cvs9
8090
8091         * po/nl.po
8092         * po/ru.po
8093                 updated by Tim Dijkstra and Pavlo Bohmat
8094
8095 2006-05-12 [colin]      2.2.0cvs8
8096
8097         * src/gtk/quicksearch.c
8098                 Add "k" as shortcut for "colorlabel". Patch
8099                 by ath42@users.sf.net.
8100
8101 2006-05-12 [paul]       2.2.0cvs7
8102
8103         * src/prefs_common.h
8104         * src/prefs_summaries.c
8105         * src/summaryview.c
8106                 when entering a folder also allow
8107                 going directly to first Marked message
8108
8109 2006-05-12 [paul]       2.2.0cvs6
8110
8111         * src/summaryview.c
8112                 always obey 'confirm before marking all
8113                 mails read' option
8114
8115 2006-05-12 [paul]       2.2.0cvs5
8116
8117         * src/textview.c
8118                 make Sender fully clickable
8119
8120 2006-05-12 [colin]      2.2.0cvs4
8121
8122         * src/compose.c
8123         * src/compose.h
8124                 Let From be editable
8125         * src/main.c
8126         * src/mh.c
8127                 Full support of .mh_sequences' Unseen seq
8128
8129 2006-05-12 [colin]      2.2.0cvs3
8130
8131         * src/folder.c
8132         * src/mainwindow.c
8133         * src/mainwindow.h
8134         * src/messageview.c
8135         * src/prefs_spelling.c
8136         * src/procheader.c
8137         * src/procmsg.c
8138         * src/procmsg.h
8139         * src/summaryview.c
8140         * src/toolbar.c
8141         * src/toolbar.h
8142                 Add contextual menu on Compose toolbar
8143                 button. Fixes bug #944 (Automatic
8144                 addresses not applied when changing account
8145                 from compose window)
8146                 add Mailing List support
8147                 based on the old 0.6.5claws25 patch by
8148                 Melvin Hadasht, with finishing touches
8149                 by Colin
8150                 Fix "ignore thread" when mails are threaded by
8151                 subject (and weren't ignored although appearing
8152                 in the thread).
8153                 GUI rework.
8154                 Both patches by Pawel.
8155
8156 2006-05-08 [paul]       2.2.0cvs2
8157
8158         * src/mainwindow.c
8159         * src/mainwindow.h
8160         * src/messageview.c
8161         * src/procheader.c
8162         * src/procmsg.c
8163         * src/procmsg.h
8164         * src/summaryview.c
8165                 add Mailing List support
8166                 based on the old 0.6.5claws25 patch by 
8167                 Melvin Hadasht, with finishing touches
8168                 by Colin
8169
8170 2006-05-08 [colin]      2.2.0cvs1
8171
8172         * src/mainwindow.c
8173         * src/toolbar.c
8174         * src/toolbar.h
8175                 Add contextual menu on Compose toolbar 
8176                 button. Fixes bug #944 (Automatic 
8177                 addresses not applied when changing account 
8178                 from compose window)
8179
8180 2006-05-08 [paul]       2.2.0
8181
8182         2.2.0 released
8183
8184 2006-05-08 [paul]       2.1.1cvs51
8185
8186         * po/cs.po
8187         * po/de.po
8188         * po/en_GB.po
8189         * po/fi.po
8190         * po/fr.po
8191         * po/pt_BR.po
8192         * po/sr.po
8193         * po/zh_CN.po
8194                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8195                 Fabien Vantard, Frederico Goncalves Guimaraes,
8196                 Aleksandar Urosevic, and Ralgh Young
8197
8198 2006-05-12 [colin]      2.1.1cvs50
8199
8200         * po/cs.po
8201         * po/de.po
8202         * po/en_GB.po
8203         * po/es.po
8204         * po/fi.po
8205         * po/fr.po
8206         * po/pt_BR.po
8207         * po/sr.po
8208         * po/zh_CN.po
8209                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
8210                 Fabien Vantard, Frederico Goncalves Guimaraes,
8211                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
8212
8213 2006-05-05 [colin]      2.1.1cvs49
8214
8215         * manual/Makefile.am
8216         * manual/pl/Makefile.am
8217         * manual/pl/account.xml
8218         * manual/pl/ack.xml
8219         * manual/pl/addrbook.xml
8220         * manual/pl/advanced.xml
8221         * manual/pl/faq.xml
8222         * manual/pl/glossary.xml
8223         * manual/pl/gpl.xml
8224         * manual/pl/handling.xml
8225         * manual/pl/intro.xml
8226         * manual/pl/keyboard.xml
8227         * manual/pl/plugins.xml
8228         * manual/pl/starting.xml
8229         * manual/pl/sylpheed-claws-manual.xml
8230         * manual/pl/dist/.cvsignore
8231         * manual/pl/dist/Makefile.am
8232         * manual/pl/dist/html/.cvsignore
8233         * manual/pl/dist/html/Makefile.am
8234         * manual/pl/dist/pdf/.cvsignore
8235         * manual/pl/dist/pdf/Makefile.am
8236         * manual/pl/dist/ps/.cvsignore
8237         * manual/pl/dist/ps/Makefile.am
8238         * manual/pl/dist/txt/.cvsignore
8239         * manual/pl/dist/txt/Makefile.am
8240                 Add the polish translation of the manual,
8241                 Authored by Pawel Pekala.
8242
8243 2006-05-05 [cleroy]     2.1.1cvs48
8244
8245         * src/main.c
8246                 Re-read matcherrc after loading plugins 
8247                 if some of them add folders.
8248
8249 2006-05-03 [colin]      2.1.1cvs47
8250
8251         * src/imap.c
8252                 I'm idiot
8253
8254 2006-05-03 [colin]      2.1.1cvs46
8255
8256         * src/imap.c
8257                 Be sure to have a session when
8258                 getting separator
8259
8260 2006-05-03 [colin]      2.1.1cvs45
8261
8262         * src/imap.c
8263         * src/imap.h
8264         * src/imap_gtk.c
8265                 Fix preventing renaming with namespace 
8266                 separator.
8267
8268 2006-05-01 [colin]      2.1.1cvs44
8269
8270         * src/action.c
8271                 Don't reload messageview when result of
8272                 action is piped.
8273
8274 2006-04-29 [colin]      2.1.1cvs43
8275
8276         * src/prefs_receive.c
8277         * src/plugins/spamassassin/spamassassin_gtk.c
8278         * src/plugins/clamav/clamav_plugin_gtk.c
8279                 GUI fixes by Pawel
8280
8281 2006-04-29 [colin]      2.1.1cvs42
8282
8283         * src/prefs_compose_writing.c
8284         * src/prefs_quote.c
8285                 Cleanups. Patch by Pawel
8286
8287 2006-04-28 [paul]       2.1.1cvs41
8288
8289         * src/matcher.c
8290                 fix returned quick search results when search
8291                 term contains an underscore.
8292                 Thanks to Colin
8293
8294 2006-04-28 [paul]       2.1.1cvs40
8295
8296         * src/prefs_message.c
8297         * src/prefs_receive.c
8298                 GUI cleanups
8299                 Patches by Pawel Pekala
8300
8301 2006-04-27 [colin]      2.1.1cvs39
8302
8303         * src/wizard.c
8304                 Differentiate subject Welcome from
8305                 window's title Welcome
8306
8307 2006-04-27 [paul]
8308
8309         2.2.0-rc1 released
8310
8311 2006-04-27 [paul]       2.1.1cvs38
8312
8313         * manual/advanced.xml
8314         * manual/fr/advanced.xml
8315                 add info about compose_no_markup hidden pref
8316
8317 2006-04-27 [paul]       2.1.1cvs37
8318
8319         * src/prefs_account.c
8320                 improve privacy labels
8321         * src/prefs_msg_colors.c
8322                 change some strings for translators' convenience
8323         * src/gtk/gtkutils.c
8324                 don't underline the link button text
8325
8326 2006-04-25 [colin]      2.1.1cvs36
8327
8328         * src/folder.c
8329                 Complete 2.1.1cvs33 (once more ;)
8330
8331 2006-04-25 [colin]      2.1.1cvs35
8332
8333         * src/editldap.c
8334                 Fix tooltip
8335
8336 2006-04-25 [cleroy]     2.1.1cvs34
8337
8338         * src/compose.c
8339         * src/gtk/gtkaspell.c
8340                 Fix crash on redirect (related to the return 
8341                 of the aspell menu in compose's toolbar)
8342         * src/prefs_msg_colors.c
8343                 Fix sensitivity widgets
8344         * src/image_viewer.c
8345         * src/gtk/pluginwindow.c
8346         * src/gtk/prefswindow.c
8347                 Change released signals to clicked (Fabien)
8348         * po/POTFILES.in
8349         * src/common/socket.c
8350         * src/plugins/spamassassin/spamassassin.c
8351                 Translate strings (Fabien)
8352
8353 2006-04-25 [paul]       2.1.1cvs33
8354
8355         * src/folder.c
8356         * src/folder.h
8357         * src/folderview.c
8358                 complete the fix of bug #912
8359                 Thanks to Colin
8360
8361 2006-04-25 [colin]      2.1.1cvs32
8362
8363         * src/news.c
8364                 Better progress bar
8365         * src/mimeview.c
8366         * src/summaryview.c
8367         * src/summaryview.h
8368                 Fix focus chain
8369                 Patches by Pawel Pekala
8370
8371 2006-04-24 [colin]      2.1.1cvs31
8372
8373         * src/compose.c
8374                 Fix compilation warnings (Fabien)
8375
8376 2006-04-24 [colin]      2.1.1cvs30
8377
8378         * src/addrindex.c
8379         * src/editldap.c
8380         * src/editldap_basedn.c
8381         * src/editldap_basedn.h
8382         * src/ldapctrl.c
8383         * src/ldapctrl.h
8384         * src/ldapquery.c
8385         * src/ldaputil.c
8386         * src/ldaputil.h
8387                 Fix bug #901 (LDAPS support)
8388
8389 2006-04-24 [colin]      2.1.1cvs29
8390
8391         * src/compose.c
8392                 Fix logic on error with send dialog on
8393         * src/imap.c
8394                 Fix compilation without libetpan, thanks
8395                 to Fabien
8396         * src/summaryview.c
8397                 Fix 'context-menu' key
8398
8399 2006-04-23 [colin]      2.1.1cvs28
8400
8401         * src/folder.c
8402                 Never free current's cache to free up 
8403                 memory. Fixes bug #912 (new count 
8404                 randomly set to message count)
8405
8406 2006-04-23 [colin]      2.1.1cvs27
8407
8408         * src/gtk/quicksearch.c
8409                 And remove printf...
8410
8411 2006-04-23 [colin]      2.1.1cvs26
8412
8413         * src/gtk/quicksearch.c
8414                 Fix replacing in quicksearch, and fix inserting
8415                 in the middle of the string. (introduced at 2.1.0cvs22)
8416
8417 2006-04-23 [colin]      2.1.1cvs25
8418
8419         * src/imap.c
8420                 Make sure uidnext is initialized in get_num_list
8421                 (not for stable, related to 2.1.1cvs8 and friends)
8422
8423 2006-04-23 [colin]      2.1.1cvs24
8424
8425         * src/imap.c
8426                 Output something when login is successful
8427                 too
8428
8429 2006-04-23 [colin]      2.1.1cvs23
8430
8431         * src/etpan/imap-thread.c
8432                 Better logging (line-per-line, hide data in fetch)
8433                 Fix a const warning
8434         * src/gtk/logwindow.c
8435         * src/gtk/logwindow.h
8436                 Better logging (color for input/output)
8437
8438 2006-04-21 [colin]      2.1.1cvs22
8439
8440         * src/gtk/quicksearch.c
8441                 On gtk+-2.8, use stock buttons in quicksearch
8442                 Based on a patch by Fabien and a design by Paul
8443
8444 2006-04-21 [colin]      2.1.1cvs21
8445
8446         * src/folderview.c
8447         * src/mainwindow.c
8448                 Fix occasional flicker in folderview
8449         * src/common/utils.c
8450                 Fix bug #943 (Incorrectly parsed email address 
8451                 list in short headers on message view and in 
8452                 printouts)
8453
8454 2006-04-20 [colin]      2.1.1cvs20
8455
8456         * src/imap.c
8457         * src/imap.h
8458         * src/prefs_account.c
8459                 Add ANONYMOUS auth for IMAP
8460
8461 2006-04-20 [paul]       2.1.1cvs19
8462
8463         * src/main.c
8464                 proper fix for 2.1.1cvs18
8465                 Thanks to Colin
8466
8467 2006-04-20 [paul]       2.1.1cvs18
8468
8469         * src/main.c
8470                 fix build warnings
8471
8472 2006-04-20 [paul]       2.1.1cvs17
8473
8474         * src/gtk/quicksearch.c
8475                 fix standard, non-extended Quick search,
8476                 was broken in 2.1.1cvs15.
8477                 Thanks to Colin.
8478
8479 2006-04-20 [colin]      2.1.1cvs16
8480
8481         * src/prefs_matcher.c
8482                 Fix values when reselecting a ~test
8483                 rule
8484
8485 2006-04-19 [colin]      2.1.1cvs15
8486
8487         * src/compose.c
8488         * src/compose.h
8489         * src/gtk/gtkaspell.c
8490         * src/gtk/gtkaspell.h
8491                 Put back Options menu in Spelling/
8492         * src/gtk/quicksearch.c
8493                 Don't search, and show error, if the
8494                 advanced search has a syntax error
8495
8496 2006-04-18 [colin]      2.1.1cvs14
8497
8498         * src/textview.c
8499                 Fix gdk warnings on set_cursor when textview
8500                 isn't visible
8501
8502 2006-04-18 [colin]      2.1.1cvs13
8503
8504         * src/gtk/gtksctree.c
8505                 Remove seemingly useless refresh that causes
8506                 flicker - watch this commit in case of 
8507                 problems before planned backport to stable
8508
8509 2006-04-18 [colin]      2.1.1cvs12
8510
8511         * src/imap.c
8512                 Factorize get/set_xml code
8513         * src/compose.c
8514         * src/prefs_account.c
8515         * src/prefs_account.h
8516         * src/procmsg.c
8517                 Add Encrypt to self option
8518
8519 2006-04-17 [colin]      2.1.1cvs11
8520
8521         * configure.ac
8522                 Fix search on encrpyt function on dragonfly
8523                 Patch by Jonathan Buschmann <jonthn@agmact.com>
8524
8525 2006-04-17 [colin]      2.1.1cvs10
8526
8527         * src/prefs_account.c
8528                 Be safe by default: remove mails from POP3
8529                 after 7 days, not immediately
8530
8531 2006-04-17 [colin]      2.1.1cvs9
8532
8533         * src/etpan/imap-thread.c
8534                 Fix build on DragonFly - patch by 
8535                 Jonathan Buschmann <jonthn@agmact.com>
8536
8537 2006-04-17 [colin]      2.1.1cvs8
8538
8539         * src/imap.c
8540                 Save uidnext between sessions
8541
8542 2006-04-17 [colin]      2.1.1cvs7
8543
8544         * src/imap.c
8545                 scan is required when uid validity changes
8546
8547 2006-04-17 [colin]      2.1.1cvs6
8548
8549         * src/folderview.c
8550                 Don't scan if not necessary, apart in current
8551                 folder and INBOX to fetch flags.
8552         * src/imap.c
8553                 Scan is necessary if unread count changes
8554
8555 2006-04-17 [colin]      2.1.1cvs5
8556
8557         * src/imap.c
8558                 ...But always fetch ANSWERED and DELETED flags for
8559                 INBOX, as filtering can happen on these flags.
8560
8561 2006-04-17 [colin]      2.1.1cvs4
8562
8563         * src/imap.c
8564                 Don't fetch REPLIED and DELETED flags when synchronising
8565                 flags with a closed folder. We only need UNSEEN and FLAGGED
8566                 to update the folderview.
8567
8568 2006-04-17 [colin]      2.1.1cvs3
8569
8570         * src/imap.c
8571                 Faster flag search when there are new mails 
8572                 in a folder. We can do a full search if the 
8573                 folder contains less messages than the new
8574                 list.
8575
8576 2006-04-17 [colin]      2.1.1cvs2
8577
8578         * po/cs.po
8579         * po/de.po
8580         * po/fr.po
8581         * po/nl.po
8582         * po/pt_BR.po
8583                 Update translations from stable branch
8584
8585 2006-04-17 [colin]      2.1.1cvs1
8586
8587         * configure.ac
8588                 Bump version to follow stable release
8589
8590 2006-04-16 [mones]      2.1.0cvs50
8591
8592         * po/es.po
8593                 Updated for release
8594
8595 2006-04-16 [colin]      2.1.0cvs49
8596
8597         * src/textview.c
8598                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8599                 with gtk < 2.8. Thanks to Fabien Vantard.
8600
8601 2006-04-15 [colin]      2.1.0cvs48
8602
8603         * src/etpan/imap-thread.c
8604                 Fix bug #919 (libetpan: SEGV when connecting 
8605                 using command)
8606
8607 2006-04-14 [colin]      2.1.0cvs47
8608
8609         * src/main.c
8610                 Fix race on --select (should be done better)
8611
8612 2006-04-14 [wwp]        2.1.0cvs46
8613
8614         * src/send_message.c
8615                 enforce a check for domain in account prefs (a sending
8616                 error could be faced if domain was checked but no value set),
8617                 thanks to Colin.
8618
8619 2006-04-14 [colin]      2.1.0cvs45
8620
8621         * src/codeconv.c
8622                 when converting from unknown to unknown, if the
8623                 string is UTF8, don't convert it to the locale
8624                 (which breaks it)
8625
8626 2006-04-14 [colin]      2.1.0cvs44
8627
8628         * src/compose.c
8629                 Don't try to use ASCII for converting headers
8630                 (as done in body)
8631
8632 2006-04-14 [paul]       2.1.0cvs43
8633
8634         * src/crash.c
8635                 add locale/charset info to crash report
8636         * src/gtk/about.c
8637                 add wwp to doc team
8638                 replace 'e-mail' with preferred 'email'
8639         * src/gtk/authors.h
8640                 ensure contributors list is in alphabetical
8641                 order
8642
8643 2006-04-13 [colin]      2.1.0cvs42
8644
8645         * src/textview.c
8646                 Prevent gdk warnings
8647
8648 2006-04-13 [colin]      2.1.0cvs41
8649
8650         * src/common/ssl_certificate.c
8651         * src/common/ssl_certificate.h
8652         * src/gtk/sslcertwindow.c
8653                 Warn on expired certs, and display the expiration date
8654
8655 2006-04-13 [colin]      2.1.0cvs40
8656
8657         * src/plugins/spamassassin/spamassassin_gtk.c
8658                 Fix missing set_text on unix socket
8659
8660 2006-04-13 [wwp]        2.1.0cvs39
8661
8662         * manual/fr/advanced.xml
8663         * manual/fr/glossary.xml
8664                 applied new spam/ham/email lexicon (pourriel, courriel)
8665
8666 2006-04-13 [paul]       2.1.0cvs38
8667
8668         * src/plugins/pgpmime/plugin.c
8669                 remove the mention of S/MIME from the
8670                 description. This is now handled by the
8671                 S/MIME plugin.
8672
8673 2006-04-13 [paul]       2.1.0cvs37
8674
8675         * src/prefs_msg_colors.c
8676                 rework dialog
8677         * src/prefs_folder_item.c
8678         * src/prefs_spelling.c
8679                 add a tooltip to the colour selector buttons
8680
8681 2006-04-13 [wwp]        2.1.0cvs36
8682
8683         * manual/advanced.xml
8684         * manual/glossary.xml
8685         * manual/handling.xml
8686         * manual/keyboard.xml
8687         * manual/plugins.xml
8688         * manual/starting.xml
8689         * manual/fr/account.xml
8690         * manual/fr/ack.xml
8691         * manual/fr/addrbook.xml
8692         * manual/fr/advanced.xml
8693         * manual/fr/faq.xml
8694         * manual/fr/glossary.xml
8695         * manual/fr/gpl.xml
8696         * manual/fr/handling.xml
8697         * manual/fr/intro.xml
8698         * manual/fr/keyboard.xml
8699         * manual/fr/plugins.xml
8700         * manual/fr/starting.xml
8701         * manual/fr/sylpheed-claws-manual.xml
8702                 fixes to the manuals:
8703                  - summaryview -> Message List (same in French)
8704                  - translate key names
8705                  - fix French punctuation, use non-breakable spaces when
8706                    necessary, don't use &thinsp; which is not portable
8707                  - tell what maildir and mbox formats we support
8708
8709 2006-04-12 [wwp]        2.1.0cvs35
8710
8711         * src/prefs_toolbar.c
8712                 unified a replace button more,
8713                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8714
8715 2006-04-12 [wwp]        2.1.0cvs34
8716
8717         * src/prefs_common.c
8718         * src/prefs_msg_colors.c
8719                 make default color labels translatable,
8720                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8721                 thanks to Tim <timbrain@post.cz> for reporting.
8722
8723 2006-04-12 [wwp]        2.1.0cvs33
8724
8725         * manual/glossary.xml
8726         * manual/intro.xml
8727         * manual/plugins.xml
8728         * manual/starting.xml
8729         * manual/sylpheed-claws-manual.xml
8730         * manual/fr/.cvsignore
8731         * manual/fr/account.xml
8732         * manual/fr/ack.xml
8733         * manual/fr/addrbook.xml
8734         * manual/fr/advanced.xml
8735         * manual/fr/faq.xml
8736         * manual/fr/glossary.xml
8737         * manual/fr/handling.xml
8738         * manual/fr/intro.xml
8739         * manual/fr/keyboard.xml
8740         * manual/fr/plugins.xml
8741         * manual/fr/starting.xml
8742         * manual/fr/sylpheed-claws-manual.xml
8743                 various fixes: typos, missing .fr translations, punctuation,
8744                 capitalization, links, accents and some bad French more.
8745
8746 2006-04-12 [wwp]        2.1.0cvs32
8747
8748         * src/prefs_gtk.c
8749                 fix for bug #935: always store prefs files in UTF-8 (thanks
8750                 to Colin).
8751
8752 2006-04-11 [colin]      2.1.0cvs31
8753
8754         * src/compose.c
8755                 Fix inserting files not in utf8 when locale is utf8
8756
8757 2006-04-11 [colin]      2.1.0cvs30
8758
8759         * src/inc.c
8760                 Don't show error dialog when cancelling connection
8761                 Patch by Pawel
8762
8763 2006-04-11 [cleroy]     2.1.0cvs29
8764
8765         * src/compose.c
8766                 Implement multiple quote levels
8767         * src/prefs_common.c
8768                 Change a little bit the quote bgcolor for 2nd level
8769
8770 2006-04-11 [colin]      2.1.0cvs28
8771
8772         * src/gtk/about.c
8773                 Add locale and charset in the label
8774
8775 2006-04-10 [colin]      2.1.0cvs27
8776
8777         * src/compose.c
8778         * src/prefs_common.c
8779         * src/prefs_common.h
8780         * src/prefs_msg_colors.c
8781         * src/textview.c
8782                 Allow optional background color in quotes
8783                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8784                 GTK+-2.8.x feature
8785
8786 2006-04-10 [colin]      2.1.0cvs26
8787
8788         * src/main.c
8789         * src/mainwindow.c
8790         * src/mainwindow.h
8791                 Implement --select
8792
8793 2006-04-10 [colin]      2.1.0cvs25
8794
8795         * manual/plugins.xml
8796         * manual/fr/plugins.xml
8797                 Document libcurl's proxy variables
8798
8799 2006-04-09 [colin]      2.1.0cvs24
8800
8801         * src/prefs_common.c
8802                 gettext() returns statically allocated stuff. We have
8803                 to strdup it in order to be able to free it.
8804
8805 2006-04-09 [colin]      2.1.0cvs23
8806
8807         * AUTHORS
8808         * src/gtk/authors.h
8809                 Add Alexei
8810
8811 2006-04-09 [colin]      2.1.0cvs22
8812
8813         * src/mainwindow.c
8814         * src/gtk/quicksearch.c
8815                 Fix bug #859 (problems with cyrilic input in 
8816                 search panel) - Patch by Alexey Illarionov 
8817                 <littlesavage@rambler.ru>
8818
8819 2006-04-09 [colin]      2.1.0cvs21
8820
8821         * src/prefs_customheader.c
8822                 I prefer removing then freeing rather than the contrary
8823                 (even if it doesn't change anything ;-)
8824         * src/prefs_account.c
8825                 Fix bug #933 (Crash re-entering the custom headers list 
8826                 dialog in accounts prefs)
8827                 The problem happened when cancelling the Account 
8828                 Preferences' dialogs - in which case we didn't do 
8829                 anything to the PrefsAccount * struct. In case of applying,
8830                 the old ac_prefs was replaced with the tmp_ac_prefs we were
8831                 working with in this dialog. The problem is that 
8832                 prefs_customheader.c, working on this tmp_ac_prefs, always
8833                 changes the ->customhdr_list pointer, even when cancelled. 
8834                 So in case of cancelling the prefs_account dialog, we still
8835                 have to update ->customhdr_list in the real account.
8836
8837 2006-04-08 [colin]      2.1.0cvs20
8838
8839         * manual/fr/glossary.xml
8840         * manual/fr/keyboard.xml
8841                 Forgot some headers :)
8842
8843 2006-04-08 [colin]      2.1.0cvs19
8844
8845         * manual/Makefile.am
8846         * manual/fr/Makefile.am
8847         * manual/fr/account.xml
8848         * manual/fr/ack.xml
8849         * manual/fr/addrbook.xml
8850         * manual/fr/advanced.xml
8851         * manual/fr/faq.xml
8852         * manual/fr/glossary.xml
8853         * manual/fr/gpl.xml
8854         * manual/fr/handling.xml
8855         * manual/fr/intro.xml
8856         * manual/fr/keyboard.xml
8857         * manual/fr/plugins.xml
8858         * manual/fr/starting.xml
8859         * manual/fr/sylpheed-claws-manual.xml
8860         * manual/fr/dist/.cvsignore
8861         * manual/fr/dist/Makefile.am
8862         * manual/fr/dist/html/.cvsignore
8863         * manual/fr/dist/html/Makefile.am
8864         * manual/fr/dist/pdf/.cvsignore
8865         * manual/fr/dist/pdf/Makefile.am
8866         * manual/fr/dist/ps/.cvsignore
8867         * manual/fr/dist/ps/Makefile.am
8868         * manual/fr/dist/txt/.cvsignore
8869         * manual/fr/dist/txt/Makefile.am
8870                 Add the french translation of the manual. Thanks to
8871                 Olivier Delhomme <olivier.delhomme@free.fr> for 
8872                 account.xml, ack.xml, addrbook.xml and advanced.xml
8873
8874 2006-04-08 [colin]      2.1.0cvs18
8875
8876         * manual/plugins.xml
8877         * manual/starting.xml
8878                 More fixes
8879
8880 2006-04-07 [colin]      2.1.0cvs17
8881
8882         * manual/faq.xml
8883         * manual/intro.xml
8884         * manual/keyboard.xml
8885                 Little fixes
8886
8887 2006-04-07 [colin]      2.1.0cvs16
8888
8889         * README
8890         * src/compose.c
8891         * src/prefs_common.c
8892         * src/prefs_common.h
8893                 Add hidden compose_no_markup pref
8894
8895 2006-04-07 [wwp]        2.1.0cvs15
8896
8897         * src/summary_search.c
8898         * .cvsignore
8899                 Bugfix: stop button was sticky when searching in an empty folder.
8900                 Applied curly brackets code style to the whole file (summary_search.c).
8901                 More files to ignore.
8902
8903 2006-04-07 [wwp]        2.1.0cvs14
8904
8905         * src/message_search.c
8906         * src/summary_search.c
8907                 changed default button when search bumps at file/folder
8908                 beginning or end, for convenience (thanks to Colin).
8909
8910 2006-04-07 [paul]       2.1.0cvs13
8911
8912         * src/plugins/dillo_viewer/dillo_prefs.c
8913                 avoid future potential for namespace collision
8914                 Patch by Colin
8915
8916 2006-04-06 [wwp]        2.1.0cvs12
8917
8918         * src/summary_search.c
8919                 Unify extended/advanced searches names (and thus factorize labels),
8920                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8921
8922 2006-04-06 [wwp]        2.1.0cvs11
8923
8924         * src/folderview.c
8925         * src/prefs_themes.c
8926         * src/summaryview.c
8927                 Fixed some compilation warnings.
8928
8929 2006-04-06 [colin]      2.1.0cvs10
8930
8931         * manual/advanced.xml
8932                 Document the wizard template and how to deploy
8933                 Sylpheed-Claws effectively
8934
8935 2006-04-06 [colin]      2.1.0cvs9
8936
8937         * src/folderview.c
8938                 gettext patch to tell translators about _("#"),
8939                 by Maxim Britov
8940
8941 2006-04-06 [colin]      2.1.0cvs8
8942
8943         * src/textview.c
8944                 Fix invalid GtkTextBIter after clicking "Display as text"
8945
8946 2006-04-06 [mones]      2.1.0cvs7
8947
8948         * src/addr_compl.c
8949         * src/addrindex.c
8950         * src/addritem.c
8951         * src/codeconv.c
8952         * src/compose.c
8953         * src/filtering.c
8954         * src/folder.c
8955         * src/folder_item_prefs.c
8956         * src/folderview.c
8957         * src/localfolder.c
8958         * src/matcher.c
8959         * src/mimeview.c
8960         * src/prefs_msg_colors.c
8961         * src/prefs_spelling.c
8962         * src/prefs_themes.c
8963         * src/procmime.c
8964         * src/procmsg.c
8965         * src/stock_pixmap.c
8966         * src/summaryview.c
8967         * src/textview.c
8968         * src/toolbar.c
8969         * src/common/mgutils.c
8970         * src/common/prefs.c
8971         * src/common/ssl_certificate.c
8972         * src/gtk/colorlabel.c
8973         * src/gtk/quicksearch.c
8974         * src/plugins/pgpmime/pgpmime.c
8975         * src/plugins/spamassassin/spamassassin.c
8976                 Removed redundant NULL checks for g_free() calls.
8977                 Patch by Pawel Pekala.
8978
8979 2006-04-06 [mones]      2.1.0cvs6
8980
8981         * src/prefs_actions.c
8982         * src/prefs_filtering.c
8983         * src/prefs_filtering_action.c
8984         * src/prefs_matcher.c
8985         * src/prefs_template.c
8986         * src/gtk/gtkutils.c
8987         * src/gtk/gtkutils.h
8988                 Have a nice replace button. Patch by Pawel Pekala
8989
8990 2006-04-06 [colin]      2.1.0cvs5
8991
8992         * src/addressbook.c
8993                 Fix crash with empty columns
8994
8995 2006-04-05 [colin]      2.1.0cvs4
8996
8997         * src/wizard.c
8998         * src/prefs_gtk.c
8999                 Allow wizard customization with pre-filled values
9000
9001 2006-04-05 [colin]      2.1.0cvs3
9002
9003         * src/textview.c
9004         * src/mimeview.c
9005         * src/mimeview.h
9006                 Nicer messages in mimeview
9007
9008 2006-04-05 [colin]      2.1.0cvs2
9009
9010         * src/addressbook.c
9011         * src/prefs_summaries.c
9012                 i18n fix
9013
9014 2006-04-05 [colin]      2.1.0cvs1
9015
9016         * src/plugins/pgpcore/plugin.c
9017         * src/plugins/pgpcore/select-keys.c
9018         * src/plugins/pgpcore/select-keys.h
9019         * src/plugins/pgpcore/sgpgme.c
9020         * src/plugins/pgpcore/sgpgme.h
9021         * src/plugins/pgpinline/pgpinline.c
9022         * src/plugins/pgpinline/plugin.c
9023         * src/plugins/pgpmime/pgpmime.c
9024         * src/plugins/pgpmime/plugin.c
9025                 Factorize and generalize a bit 
9026                 Drop S/MIME signature verification from PGP/MIME
9027                 (adding it as another, more complete plugin)
9028
9029 2006-04-05 [paul]       2.1.0
9030
9031         2.1.0 released
9032
9033 2006-04-05 [paul]       2.0.0cvs186
9034
9035         * manual/advanced.xml
9036                 add info on colour labels
9037
9038 2006-04-05 [paul]       2.0.0cvs185
9039
9040         * po/bg.po
9041         * po/cs.po
9042         * po/de.po
9043         * po/el.po
9044         * po/en_GB.po
9045         * po/fi.po
9046         * po/fr.po
9047         * po/it.po
9048         * po/nl.po
9049         * po/pl.po
9050         * po/pt_BR.po
9051         * po/sr.po
9052         * po/zh_CN.po
9053                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9054                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9055                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9056                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9057         * src/gtk/authors.h
9058         * tools/claws.i18n.status.pl
9059                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9060                 and new Czech translator, Tim <timbrain@post.cz>
9061
9062 2006-04-05 [mones]      2.0.0cvs184
9063
9064         * po/es.po
9065                 Updated translation
9066
9067 2006-04-05 [colin]      2.0.0cvs183
9068
9069         * src/gtk/quicksearch.c
9070                 Fix bug #929 (unnecessary reload in quick search bar)
9071
9072 2006-04-05 [colin]      2.0.0cvs182
9073
9074         * src/compose.c
9075                 Fix crash on Reply with no From:
9076                 Show signature and conversion error on queuing 
9077                 (but not sending)
9078         * src/mainwindow.c
9079         * src/summaryview.c
9080         * src/summaryview.h
9081                 Factorize threading code and make sure msginfo 
9082                 is not null when it comes from a GtkCTreeRow's 
9083                 data
9084         * src/gtk/gtkaspell.c
9085                 Check for necessary things
9086         * src/gtk/gtksctree.c
9087         * src/gtk/gtksctree.h
9088                 Reset anchor if necessary when removing node
9089
9090 2006-03-29 [colin]      2.0.0cvs181
9091
9092         * src/folderview.c
9093                 Warn for disabled IMAP accounts (due to lack of
9094                 libetpan). Breaks string-freeze - sorry - but it
9095                 is kind of important ;)
9096
9097 2006-03-28 [colin]      2.0.0cvs180
9098
9099         * src/gtk/gtkutils.c
9100         * src/gtk/gtkutils.h
9101                 Add a gtkut_get_link_btn() function that
9102                 creates a button which acts like an URI
9103         * src/prefs_themes.c
9104         * src/gtk/about.c
9105                 Use this function (factorizes codes)
9106         * src/common/defs.h
9107         * src/gtk/pluginwindow.c
9108                 Add a "Get more..." in the plugins window
9109
9110 2006-03-28 [colin]      2.0.0cvs179
9111
9112         * src/common/smtp.c
9113         * src/common/passcrypt.c
9114         * src/undo.c
9115                 Warning fixes. Patch by Pawel Pekala
9116
9117 2006-03-27 [colin]      2.0.0cvs178
9118
9119         * src/undo.c
9120                 Fix undoing by blocks with spaces
9121
9122 2006-03-27 [colin]      2.0.0cvs177
9123
9124         * src/textview.c
9125                 Set margin to 3px for headers
9126
9127 2006-03-27 [paul]
9128
9129         2.1.0-rc2 released
9130
9131 2006-03-27 [wwp]        2.0.0cvs176
9132
9133         * src/summaryview.c
9134                 don't reset quicksearch when updating the message list.
9135                 Thanks to Colin.
9136
9137 2006-03-26 [wwp]        2.0.0cvs175
9138
9139         * src/compose.c
9140                 use a unified border width ('other' tab in the compose window,
9141                 patch by Pawel Pekala).
9142
9143
9144 2006-03-26 [wwp]        2.0.0cvs174
9145
9146         * src/common/quoted-printable.c
9147         * src/addressbook.c
9148                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9149
9150 2006-03-26 [colin]      2.0.0cvs173
9151
9152         * src/quote_fmt_parse.y
9153                 Fix non-UTF8 date formats messing up the whole quote a 
9154                 little bit
9155
9156 2006-03-26 [colin]      2.0.0cvs172
9157
9158         * src/procheader.c
9159                 Make sure the date is UTF8 valid, or try to make it
9160                 so. IncrediMail is really IncrediStupid.
9161         * src/compose.c
9162                 Fix possible conversions. 
9163                 
9164
9165 2006-03-26 [colin]      2.0.0cvs171
9166
9167         * src/matcher.c
9168                 Fix corner cases in body search. This is still a
9169                 hack... It seems impossible to make it good and 
9170                 reasonably fast at the same time.
9171
9172 2006-03-26 [colin]      2.0.0cvs170
9173
9174         * src/summaryview.c
9175                 I think I killed the twilight zone bug!
9176                 summary_select_node() flushes GTK events in order
9177                 to be able to center the view. But this also 
9178                 flushes keypresses like Ctrl-Alt-U, so this can
9179                 call summary_show from summary_select_node (itself
9180                 called from summary_show, etc.). And the summaryview
9181                 has to be unlocked in this function. So just locking
9182                 while processing GTK events, and bailing if locked, 
9183                 should fix it.
9184                 Fixes bug #927 (SIGSEGV during Update Summary)
9185
9186 2006-03-25 [colin]      2.0.0cvs169
9187
9188         * src/matcher.c
9189                 Fix search in QP-encoded bodies
9190                 Fix utf-8 searches in bodies encoded in the
9191                 locale's encoding
9192         * src/common/quoted-printable.c
9193         * src/common/quoted-printable.h
9194                 Add a decode function that doesn't overwrite
9195                 the original pointer
9196                 
9197
9198 2006-03-24 [colin]      2.0.0cvs168
9199
9200         * src/action.c
9201         * src/summaryview.c
9202         * src/summaryview.h
9203                 Update message cache after action
9204                 Patch by H. Merijn Brand
9205         * src/prefs_msg_colors.c
9206                 Factorize label 
9207                 Patch by Fabien Vantard
9208         * src/plugins/spamassassin/spamassassin_gtk.c
9209                 Remove useless translation
9210                 Patch by Fabien Vantard
9211
9212 2006-03-23 [colin]      2.0.0cvs167
9213
9214         * src/common/ssl.c
9215                 Let 30 seconds to SSL_connect
9216
9217 2006-03-23 [wwp]        2.0.0cvs166
9218
9219         * src/summaryview.c
9220         * src/gtk/description_window.c
9221                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
9222                 and headers are translated; adjust description windows' width to fit their
9223                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
9224
9225 2006-03-23 [paul]       2.0.0cvs165
9226
9227         * src/common/utils.c
9228                 fix highlighting of URIs containing "()"
9229                 (2.0.0cvs164's reversal fixed)
9230                 Thanks to Colin.
9231
9232 2006-03-23 [paul]       2.0.0cvs164
9233
9234         * src/common/utils.c
9235                 revert patch, (postponing a fix), at 2.0.0cvs120
9236                 as it breaks more URIs than it fixes.
9237                 Allow '-' to be a terminating character in a URI
9238
9239 2006-03-22 [colin]      2.0.0cvs163
9240
9241         * configure.ac
9242                 Require libetpan 0.45
9243                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
9244
9245 2006-03-22 [paul]       2.0.0cvs162
9246
9247         * src/editgroup.c
9248                 replace '<-' and '->' buttons with GTK_STOCK graphical
9249                 buttons
9250         * src/summary_search.c
9251                 don't offer '...' for translation
9252                 add a tooltip to advanced search '...' button
9253         * src/gtk/quicksearch.c
9254                 don't offer '...' for translation
9255
9256 2006-03-21 [colin]      2.0.0cvs161
9257
9258         * src/compose.c
9259                 Fix middle-click pasting (insert at click
9260                 position instead of cursor position, don't
9261                 remove existing selection and allow pasting
9262                 our own selection)
9263         * src/addressbook.c
9264                 "LDAP Server" -> "LDAP servers"
9265
9266 2006-03-21 [wwp]        2.0.0cvs160
9267
9268         * src/etpan/imap-thread.c
9269                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
9270
9271 2006-03-20 [colin]      2.0.0cvs159
9272
9273         * src/summaryview.c
9274                 Don't reload summaryview after an execute with no
9275                 move action
9276
9277 2006-03-19 [colin]      2.0.0cvs158
9278
9279         * src/addressbook.c
9280                 and put groups at the top, always
9281
9282 2006-03-19 [colin]      2.0.0cvs157
9283
9284         * src/addressbook.c
9285                 Order groups before names, as previously
9286
9287 2006-03-19 [colin]      2.0.0cvs156
9288
9289         * src/addressbook.c
9290                 - Sort case-unsensitive
9291                 - Put the sort arrow at opening too
9292
9293 2006-03-19 [wwp]        2.0.0cvs155
9294
9295         * src/addressbook.c
9296                 allow sorting by name/email/remarks, ensure that right-pane's contents
9297                 matches the left-pane selection (cleared when appropriate).
9298                 Patch by Pawel Pekala <c0rn@o2.pl>.
9299
9300 2006-03-18 [colin]      2.0.0cvs154
9301
9302         * src/textview.c
9303                 Fix text cursor ;)
9304
9305 2006-03-18 [colin]      2.0.0cvs153
9306
9307         * src/gtk/filesel.c
9308                 Make sure we hide the preview if we didn't get
9309                 a filename
9310
9311 2006-03-18 [colin]      2.0.0cvs152
9312
9313         * src/summaryview.c
9314                 Set cursor to watch for execution (fixes lack
9315                 of watch-cursor when dnd'ing hundreds of mails)
9316         * src/gtk/filesel.c
9317                 Check that mime type is 'image/*' before updating
9318                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
9319
9320 2006-03-18 [colin]      2.0.0cvs151
9321
9322         * src/mainwindow.c
9323         * src/textview.c
9324         * src/textview.h
9325                 Put a watch cursor in textview too when the mainwindow's
9326                 cursor in a watch
9327
9328 2006-03-18 [colin]      2.0.0cvs150
9329
9330         * src/folder.c
9331                 Change wrong asserts to simple tests
9332
9333 2006-03-17 [colin]      2.0.0cvs149
9334
9335         * src/mainwindow.c
9336         * src/mainwindow.h
9337         * src/prefs_msg_colors.c
9338         * src/summaryview.c
9339         * src/summaryview.h
9340         * src/gtk/colorlabel.c
9341         * src/gtk/colorlabel.h
9342                 Add a color label menu in the main menubar
9343                 Add (fixed) accels Ctrl-{0-7} to change the color
9344                 They have to be fixed because the menu's dynamic,
9345                 the items are complex widgets, hence we can't use
9346                 a GtkItemFactory.
9347
9348
9349 2006-03-17 [wwp]        2.0.0cvs148
9350
9351         * src/compose.c
9352                 rollback few lines from my previous commit (those lines come from
9353                 a pending patch, accidentally commited, even if neutral as they are
9354                 commented out).
9355
9356 2006-03-17 [wwp]        2.0.0cvs147
9357
9358         * src/compose.c
9359                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
9360                 applied code style/indentation to the modified function.
9361
9362 2006-03-17 [wwp]        2.0.0cvs146
9363
9364         * src/procmsg.c
9365         * src/compose.c
9366                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
9367
9368 2006-03-17 [paul]
9369
9370         2.1.0-rc1 released
9371
9372 2006-03-17 [paul]       2.0.0cvs145
9373
9374         * src/main.c
9375                 addressbook_read_file() was called twice
9376         * src/textview.c
9377                 X-Mailer highlighting
9378
9379 2006-03-16 [colin]      2.0.0cvs144
9380
9381         * src/sourcewindow.c
9382         * src/sourcewindow.h
9383                 And the last one, in source window.
9384
9385 2006-03-16 [colin]      2.0.0cvs143
9386
9387         * src/compose.c
9388         * src/compose.h
9389                 Fix the same stuff in compose
9390
9391 2006-03-16 [colin]      2.0.0cvs142
9392
9393         * src/messageview.c
9394                 Complete the previous messageview crash fix
9395
9396 2006-03-16 [colin]      2.0.0cvs141
9397
9398         * src/procmsg.h
9399         * src/procmsg.c
9400         * src/folder.c
9401                 Fix POSTPROCESSING hook
9402                 Patch by H. Merijn Brand
9403
9404         * src/procmime.c
9405         * src/procmime.h
9406                 Parse Content-Location
9407
9408         * src/toolbar.c
9409         * src/messageview.c
9410         * src/messageview.h
9411                 Don't crash when a top-level MessageView has
9412                 been closed on us. Same problematic than
9413                 yesterday's quicksearch issue.
9414
9415 2006-03-15 [colin]      2.0.0cvs140
9416
9417         * src/gtk/quicksearch.c
9418                 Fix a bitchy race we didn't think about when we
9419                 added quicksearch cancellation:
9420                 If the search is not on cached fields, for example
9421                 body_part matchcase "stuff"
9422                 the matcher code has to get the whole message. If
9423                 we're on IMAP, that can be slow, and in order to
9424                 be non-blocking, the IMAP code idle loop processes
9425                 gtk events too. So it is possible to cancel a
9426                 quicksearch while the matcher is getting the mail's
9427                 body. After matcher got its body, it will start to
9428                 iterate over the matcher list that the Quicksearch's
9429                 clear_search_cb() just freed via prepare_matcher().
9430                 SIGSEGV ensues.
9431                 The fix consists of guarding the matcherlist_match()
9432                 call with a boolean 'matching'. If we reset the
9433                 quicksearch while matching is TRUE, we don't free
9434                 the matcherlist anymore like we did, but we set
9435                 another new flag, deferred_free, to TRUE. Then,
9436                 in quicksearch_match(), just after returning from
9437                 matcherlist_match() and unsetting the matching flag,
9438                 we check the deferred_free flag and do the
9439                 prepare_matcher() (which does the matcherlist_free)
9440                 for real, so we free the matcherlist once it's not
9441                 used anymore.
9442                 As all of this runs via the glib main loop, we
9443                 luckily don't need a mutex.
9444         * src/summaryview.c
9445                 Also, show progress while searching.
9446
9447
9448 2006-03-14 [colin]      2.0.0cvs139
9449
9450         * src/alertpanel.c
9451                 Make alertpanel_is_open non-static
9452
9453 2006-03-14 [colin]      2.0.0cvs138
9454
9455         * src/prefs_spelling.c
9456                 Cleanups - Fabien Vantard
9457
9458 2006-03-14 [wwp]        2.0.0cvs137
9459
9460         * src/main.c
9461                 code style normalization (curly braces, indentation).
9462
9463 2006-03-14 [wwp]        2.0.0cvs137
9464
9465         * src/main.c
9466                 code style (braces, indentation)
9467
9468 2006-03-12 [paul]       2.0.0cvs136
9469
9470         * src/prefs_common.c
9471                 trans_hdr defaults to FALSE to be RFC-savvy
9472         * src/prefs_summaries.c
9473                 add a tooltip to the trans_hdr option
9474                 
9475
9476 2006-03-12 [paul]       2.0.0cvs135
9477
9478         * src/prefs_matcher.c
9479                 give a little more width to the combos
9480         * src/prefs_display_header.c
9481         * src/textview.c
9482                 translate headers if prefs_common.trans_hdr
9483                 is TRUE
9484
9485         Patches by Pawel Pekala
9486
9487 2006-03-12 [paul]       2.0.0cvs134
9488
9489         * src/plugins/clamav/clamav_plugin.c
9490         * src/plugins/dillo_viewer/dillo_viewer.c
9491         * src/plugins/pgpcore/plugin.c
9492         * src/plugins/pgpinline/plugin.c
9493         * src/plugins/pgpmime/plugin.c
9494         * src/plugins/spamassassin/spamassassin.c
9495                 update/add to descriptions
9496         * src/plugins/spamassassin/spamassassin_gtk.c
9497                 fixes to the english, remove superfluous
9498                 tooltips, clean up a little
9499
9500 2006-03-12 [paul]       2.0.0cvs133
9501
9502         * src/compose.c
9503                 fix Bug 924, 'Account combo box shows up wrong 
9504                 if & is in account name'
9505
9506 2006-03-11 [colin]      2.0.0cvs132
9507
9508         * src/summaryview.c
9509                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
9510                 messed up shift-selection because is slows down
9511                 moving around summaryview. thanks -users
9512
9513 2006-03-10 [colin]      2.0.0cvs131
9514
9515         * src/plugins/spamassassin/spamassassin_gtk.c
9516                 Put back Paul's engrish fixes
9517
9518 2006-03-10 [colin]      2.0.0cvs130
9519
9520         * src/plugins/spamassassin/spamassassin.c
9521         * src/plugins/spamassassin/spamassassin.h
9522         * src/plugins/spamassassin/spamassassin_gtk.c
9523                 Cleanup SA prefs page (more)
9524                 Patch by Fabien Vantard
9525
9526 2006-03-10 [paul]       2.0.0cvs129
9527
9528         * src/prefs_msg_colors.c
9529         * src/prefs_spelling.c
9530                 widget sensitivity
9531
9532 2006-03-09 [mones]      2.0.0cvs128
9533
9534         * po/es.po
9535                 Update for next RC
9536
9537 2006-03-09 [wwp]        2.0.0cvs127
9538
9539         * configure.ac
9540                 revert accidental commit (requirement for libetpan 0.43), this time
9541                 not in HEAD.
9542
9543 2006-03-09 [wwp]        2.0.0cvs125
9544
9545         * configure.ac
9546                 revert accidental commit (requirement for libetpan 0.43)
9547
9548 2006-03-09 [paul]       2.0.0cvs126
9549
9550         * src/prefs_receive.c
9551                 remove useless frame
9552                 replace 'incorporation' with 'receiving'
9553         * src/plugins/clamav/clamav_plugin_gtk.c
9554         * src/plugins/spamassassin/spamassassin_gtk.c
9555                 improve widget sensitivity
9556                 fix a bit his engrish
9557
9558 2006-03-09 [wwp]        2.0.0cvs125
9559
9560         * src/addressadd.c
9561         * src/foldersel.c
9562         * src/prefs_common.c
9563         * src/prefs_common.h
9564                 remember some more windows' sizes (add to addressbook and
9565                 select folder).
9566
9567 2006-03-09 [paul]       2.0.0cvs124
9568
9569         * src/plugins/pgpcore/prefs_gpg.c
9570                 normalise construction of dialogue
9571
9572 2006-03-09 [paul]       2.0.0cvs123
9573
9574         * src/plugins/trayicon/Makefile.am
9575                 add missing slash
9576
9577 2006-03-08 [colin]      2.0.0cvs122
9578
9579         * src/plugins/trayicon/Makefile.am
9580                 Fix build in separate dir 
9581                 Patch by Bamanzi <bamanzi@gmail.com>
9582
9583 2006-03-08 [colin]      2.0.0cvs121
9584
9585         * src/procmsg.c
9586                 Batch move and copies from summaryview with delayed execution
9587                 too
9588
9589 2006-03-07 [paul]       2.0.0cvs120
9590
9591         * src/common/utils.c
9592                 fix highlighting of URIs containing "()"
9593                 Patch by Pawel Pekala
9594
9595 2006-03-07 [paul]       2.0.0cvs119
9596
9597         * src/folder.c
9598         * src/folder.h
9599         * src/folderview.c
9600                 immediately do alphabetical resort when
9601                 changing a folder's name
9602                 Patch by Pawel Pekala
9603
9604 2006-03-07 [paul]       2.0.0cvs118
9605
9606         * src/news.c
9607         * src/news_gtk.c
9608                 when unsubscribing a newsgroup, remove the
9609                 folder and msgs in .sylpheed-claws/newscache
9610                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9611
9612 2006-03-07 [paul]       2.0.0cvs117
9613
9614         * src/textview.c
9615                 fix wrong Fake URL Warning
9616                 Thanks to Hiro
9617
9618 2006-03-07 [colin]      2.0.0cvs116
9619
9620         * src/imap.c
9621                 Return immediately when password dialog was
9622                 cancelled
9623         * src/gtk/inputdialog.c
9624                 Allow empty strings for passwords
9625
9626
9627 2006-03-06 [colin]      2.0.0cvs115
9628
9629         * src/imap.c
9630                 Prevent double-timeouts when connection fails
9631
9632 2006-03-06 [colin]
9633
9634         2.0.1-rc1 released
9635
9636 2006-03-06 [colin]      2.0.0cvs114
9637
9638         * src/imap.c
9639                 Refresh session during potentially long
9640                 operations
9641
9642 2006-03-06 [wwp]        2.0.0cvs113
9643
9644         * src/prefs_msg_colors.h
9645                 forgot that one (custom color labels).
9646
9647 2006-03-06 [wwp]        2.0.0cvs112
9648
9649         * src/prefs_common.c
9650         * src/prefs_common.h
9651         * src/prefs_msg_colors.c
9652         * src/summaryview.c
9653         * src/summaryview.h
9654         * src/gtk/colorlabel.c
9655         * src/gtk/colorlabel.h
9656                 colors in messages list are now customizable. Color values and names can
9657                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9658                 Thanks to Paul and Colin for their help with this longstanding patch!
9659
9660 2006-03-06 [wwp]        2.0.0cvs111
9661
9662         * src/textview.c
9663                 don't crash if (x)face is bad.
9664
9665 2006-03-05 [paul]       2.0.0cvs110
9666
9667         * AUTHORS
9668         * configure.ac
9669         * src/Makefile.am
9670         * src/common/Makefile.am
9671         * src/common/utils.h
9672         * src/etpan/imap-thread.c
9673         * src/gtk/authors.h
9674         * src/plugins/clamav/Makefile.am
9675         * src/plugins/demo/Makefile.am
9676         * src/plugins/dillo_viewer/Makefile.am
9677         * src/plugins/pgpcore/Makefile.am
9678         * src/plugins/pgpcore/passphrase.c
9679         * src/plugins/pgpinline/Makefile.am
9680         * src/plugins/pgpmime/Makefile.am
9681         * src/plugins/spamassassin/Makefile.am
9682         * src/plugins/trayicon/Makefile.am
9683                 fix builiding on cygwin
9684                 Patch by Ralgh Young <bamanzi@gmail.com>
9685
9686 2006-03-04 [wwp]        2.0.0cvs109
9687
9688         * manual/keyboard.xml
9689                 fix mixed up/down keys.
9690
9691 2006-03-04 [wwp]        2.0.0cvs108
9692
9693         * README
9694         * INSTALL
9695                 updated links to SpamAssassin.
9696
9697 2006-03-04 [wwp]        2.0.0cvs107
9698
9699         * manual/plugins.xml
9700         * src/plugins/spamassassin/README
9701                 updated SpamAssassin plugin docs to reflect new functional additions
9702                 (also fix/update/documents few technical stuff more, see the README).
9703
9704 2006-03-04 [wwp]        2.0.0cvs106
9705
9706         * src/prefs_message.c
9707                 normalized capitalization of message-prefs paths.
9708
9709 2006-03-04 [wwp]        2.0.0cvs105
9710
9711         * manual/advanced.xml
9712                 typo.
9713
9714 2006-03-03 [colin]      2.0.0cvs104
9715
9716         * src/plugins/clamav/clamav_plugin_gtk.c
9717                 Rework prefs page, patch by Fabien 
9718
9719 2006-03-03 [colin]      2.0.0cvs103
9720
9721         * src/plugins/clamav/clamav_plugin.c
9722                 Set error on all errors
9723
9724 2006-03-03 [colin]      2.0.0cvs102
9725
9726         * src/common/plugin.c
9727                 Initialize error to avoid crashing when a plugin fails
9728                 without setting error
9729
9730 2006-03-02 [wwp]        2.0.0cvs101
9731
9732         * configure.ac
9733                 fixed linker flags for libetpan support on Cygwin
9734                 (thanks to H.Merijn Brand).
9735
9736 2006-03-02 [wwp]        2.0.0cvs100
9737
9738         * src/addressbook.c
9739                 fix some AB error messages: one for punctuation and
9740                 one wrongly duplicate (thanks, maxbritov).
9741
9742 2006-03-02 [wwp]        2.0.0cvs99
9743
9744         * src/plugins/spamassassin/spamassassin.c
9745                 make sync calls to sa-learn/spamc to prevent
9746                 system (whatever local or client/server) overload.
9747
9748 2006-03-02 [colin]      2.0.0cvs98
9749
9750         * src/summaryview.c
9751                 Put the spam icon in the status column instead of the
9752                 mark one
9753
9754 2006-03-01 [colin]      2.0.0cvs97
9755
9756         * src/plugins/spamassassin/spamassassin.c
9757                 Fix segfault (g_file_set_contents fails for some 
9758                 reason and err==0x2f. Can't find out why with
9759                 valgrind, using working function :-)
9760
9761 2006-03-01 [colin]      2.0.0cvs96
9762
9763         * src/inc.c
9764                 Offline overriding: let 'No' be cached only 3 seconds
9765
9766 2006-03-01 [colin]      2.0.0cvs95
9767
9768         * src/addr_compl.c
9769         * src/addrbook.c
9770         * src/addressbook.c
9771         * src/addrindex.c
9772         * src/folder_item_prefs.c
9773         * src/headerview.c
9774         * src/imap.c
9775         * src/inc.c
9776         * src/ldif.c
9777         * src/mainwindow.c
9778         * src/mh.c
9779         * src/msgcache.c
9780         * src/prefs_common.h
9781         * src/prefs_msg_colors.c
9782         * src/procheader.c
9783         * src/procheader.h
9784         * src/procmime.c
9785         * src/procmsg.c
9786         * src/procmsg.h
9787         * src/send_message.h
9788         * src/simple-gettext.c
9789         * src/summaryview.c
9790         * src/summaryview.h
9791         * src/syldap.c
9792         * src/textview.c
9793         * src/undo.c
9794         * src/common/ssl_certificate.c
9795         * src/common/utils.c
9796         * src/gtk/colorsel.c
9797         * src/gtk/gtksctree.c
9798         * src/gtk/gtkshruler.c
9799         * src/plugins/trayicon/trayicon.c
9800                 #if 0 goes to /dev/null
9801
9802 2006-03-01 [colin]      2.0.0cvs94
9803
9804         * src/compose.c
9805         * src/imap.c
9806         * src/inc.c
9807         * src/inc.h
9808         * src/messageview.c
9809         * src/news.c
9810         * src/plugins/spamassassin/spamassassin.c
9811                 Allow to add information in the "working offline"
9812                 window
9813
9814 2006-03-01 [wwp]        2.0.0cvs93
9815
9816         * src/plugins/spamassassin/spamassassin.c
9817                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9818                 'cause it seems that calling `spamc ... < inputfile` with
9819                 g_spawn_(a)sync simply.. erm doesn't work :-).
9820
9821 2006-03-01 [wwp]        2.0.0cvs92
9822
9823         * src/toolbar.c
9824         * src/toolbar.h
9825                 simplify the adding of spam/ham button to the messageview toolbar
9826                 (it gets more clear now that the same button will be "Mark as spam"
9827                 or "Mark as ham" according to the current message status,
9828                 thanks to Colin).
9829
9830 2006-03-01 [wwp]        2.0.0cvs91
9831
9832         * src/messageview.c
9833         * src/procmsg.c
9834         * src/procmsg.h
9835         * src/summaryview.c
9836         * src/plugins/spamassassin/spamassassin.c
9837         * src/plugins/spamassassin/spamassassin.h
9838                 make learner callbacks return a status (0 for ok),
9839                 handle it in main code to avoid setting flags when learning failed,
9840                 don't learn on TCP if offline in spamassassin,
9841                 thanks to Colin.
9842
9843                 
9844
9845 2006-03-01 [wwp]        2.0.0cvs90
9846
9847         * src/compose.c
9848                 some work around the compose window's account menu,
9849                 patch by Fabien Vantard.
9850
9851 2006-03-01 [wwp]        2.0.0cvs89
9852
9853         * src/plugins/spamassassin/spamassassin.c
9854                 fixed bad logics, was using spamc in local mode and sa-learn
9855                 in remote mode (thanks, Colin).
9856
9857 2006-03-01 [wwp]        2.0.0cvs88
9858
9859         * src/plugins/spamassassin/spamassassin.c
9860         * src/plugins/spamassassin/spamassassin.h
9861         * src/plugins/spamassassin/spamassassin_gtk.c
9862                 made processing of emails w/ sa-plugin an option (default is TRUE),
9863                 fixed Engrish some tooltips, capitalization of some debug messages
9864                 and warnings. The spamassassin plugin now provides two separate
9865                 services: process emails upon incorporation and spamd training.
9866                 Both services (un)register independently but use some common
9867                 plugin settings (transport settings, spam storage location).
9868
9869 2006-02-28 [wwp]        2.0.0cvs87
9870
9871         * src/plugins/spamassassin/spamassassin.c
9872                 fix async flag to spamc cmdline execution (batch exec should
9873                 be asynchronous).
9874
9875 2006-02-27 [wwp]        2.0.0cvs86
9876
9877         * src/plugins/spamassassin/spamassassin.c
9878         * src/plugins/spamassassin/spamassassin.h
9879         * src/plugins/spamassassin/spamassassin_gtk.c
9880                 - added the ability to learn a remote spamassassin server (spamd),
9881                 using spamc.
9882                 - added the spamassassin option 'username', that applies to all
9883                 spamassassin operations (filtering, learning, local or remote).
9884                 The default username is the current unix user (if left blank
9885                 from gtk prefs or config file).
9886                 - commented out some unused code (notebook widget), removed unused
9887                 layout (hbox1).
9888                 - make more widgets sensitive to the transport type.
9889
9890 2006-02-27 [colin]      2.0.0cvs85
9891
9892         * src/plugins/spamassassin/spamassassin.c
9893                 Fix sa-learn call when offline
9894
9895 2006-02-27 [colin]      2.0.0cvs84
9896
9897         * configure.ac
9898         * src/Makefile.am
9899         * src/mainwindow.c
9900         * src/mainwindow.h
9901         * src/messageview.c
9902         * src/messageview.h
9903         * src/prefs_toolbar.c
9904         * src/procmsg.c
9905         * src/stock_pixmap.c
9906         * src/stock_pixmap.h
9907         * src/summaryview.c
9908         * src/toolbar.c
9909         * src/toolbar.h
9910         * src/pixmaps/ham_btn.xpm
9911         * src/pixmaps/spam.xpm
9912         * src/pixmaps/spam_btn.xpm
9913         * src/plugins/spamassassin/spamassassin.c
9914                 Add button in toolbar for spam learning
9915                 Fix a few bugs from the last related commit
9916                 Revert 1.9.6cvs23 which messed up shift-selection
9917
9918 2006-02-24 [colin]      2.0.0cvs83
9919
9920         * src/procmsg.c
9921         * src/summaryview.c
9922         * src/summaryview.h
9923         * src/plugins/spamassassin/spamassassin.c
9924         * src/plugins/spamassassin/spamassassin.h
9925         * src/plugins/spamassassin/spamassassin_gtk.c
9926                 Unregister learner when spamassassin is either
9927                 disabled or over tcp
9928
9929 2006-02-24 [colin]      2.0.0cvs82
9930
9931         * src/Makefile.am
9932         * src/mainwindow.c
9933         * src/mainwindow.h
9934         * src/procmsg.c
9935         * src/procmsg.h
9936         * src/stock_pixmap.c
9937         * src/stock_pixmap.h
9938         * src/summaryview.c
9939         * src/summaryview.h
9940         * src/gtk/icon_legend.c
9941         * src/pixmaps/spam.xpm  ** NEW FILE **
9942         * src/plugins/spamassassin/spamassassin.c
9943         * src/plugins/spamassassin/spamassassin_gtk.c
9944                 Add spam learning interface (Mark/Mark as 
9945                 (spam|ham) menus)
9946
9947 2006-02-24 [wwp]        2.0.0cvs81
9948
9949         * src/compose.c
9950         * src/compose.h
9951         * src/filtering.c
9952                 hide compose window when sending message in batch mode
9953                 (filtering: forward and redirect). Also fixed a wrong
9954                 value returned when sending failed, neutral anyway.
9955                 (Colin, me) 
9956
9957 2006-02-24 [wwp]        2.0.0cvs80
9958
9959         * src/mainwindow.c
9960                 use GTK+'s stock quit button. Patch by Fabien Vantard.
9961
9962 2006-02-24 [paul]       2.0.0cvs79
9963
9964         * src/news.c
9965         * src/news.h
9966         * src/news_gtk.c
9967                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
9968                 Thanks to Colin
9969
9970 2006-02-23 [colin]      2.0.0cvs78
9971
9972         * src/alertpanel.c
9973                 Change OK to Close in alertpanel with View log
9974                 button; add accel to View log. Patch by Fabien
9975                 Vantard
9976
9977 2006-02-23 [wwp]        2.0.0cvs77
9978
9979         * src/compose.c
9980                 silly me, there were much more tests to perform, since toolbars can
9981                 really have down to 1 element only.
9982
9983 2006-02-23 [wwp]        2.0.0cvs76
9984
9985         * commitHelper
9986                 fixed indentation from my previous commit. Fallback to VISUAL if
9987                 EDITOR is not set (and to vi, at last resort).
9988
9989 2006-02-23 [wwp]        2.0.0cvs75
9990
9991         * commitHelper
9992                 improved error detection (Colin, me).
9993
9994 2006-02-23 [wwp]        2.0.0cvs74
9995
9996         * src/prefs_toolbar.c
9997                 simplify and fix prefs/toolbars layouting. Combos' contents can
9998                 now be really displayed.
9999
10000 2006-02-23 [wwp]        2.0.0cvs73
10001         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10002         be really displayed.
10003
10004 2006-02-22 [wwp]        2.0.0cvs72
10005
10006         * src/compose.c
10007                 fix a typo in my previous commit (sorry!).
10008
10009 2006-02-22 [wwp]        2.0.0cvs71
10010
10011         * src/prefs_toolbar.c
10012                 fix a crash when adding separators to toolbars,
10013                 also fix some separator item information.
10014
10015 2006-02-22 [wwp]        2.0.0cvs70
10016
10017         * src/compose.c
10018                 fix a crash when redirecting (for instance) when compose window's
10019                 toolbar contents has been customized (when some buttons have been
10020                 removed in fact).
10021
10022 2006-02-21 [wwp]        2.0.0cvs69
10023
10024         * src/summaryview.c
10025         * src/gtk/pluginwindow.c
10026         * src/plugins/pgpcore/prefs_gpg.c
10027                 fix some compilation warnings (feat. remains of removed code).
10028
10029 2006-02-21 [wwp]        2.0.0cvs68
10030
10031         * src/gtk/gtkutils.c
10032                 fix two compilation issues, thanks to Stephan Sachse.
10033
10034 2006-02-20 [colin]      2.0.0cvs67
10035
10036         * src/mainwindow.c
10037                 Don't reselect displayed mail on refocus
10038                 This fixes actions misbehaving 
10039
10040 2006-02-20 [wwp]        2.0.0cvs66
10041
10042         * src/summaryview.c
10043         * src/gtk/gtksctree.c
10044         * src/gtk/gtkshruler.c
10045                 changed more runtime typecast checks.
10046
10047 2006-02-20 [wwp]        2.0.0cvs65
10048
10049         * src/summary_search.c
10050                 find all - summaryview refresh issue fixed, thanks to Colin.
10051
10052 2006-02-20 [wwp]        2.0.0cvs64
10053
10054         * src/gtk/gtkutils.c
10055                 better runtime typecast checks.
10056
10057 2006-02-20 [wwp]        2.0.0cvs63
10058
10059         * src/summary_search.c
10060                 enhancements to the summary search:
10061                         - add the ability to stop the running search
10062                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10063                         - don't search if no criteria (From/To/Subject/Body) is set
10064                         - ensure that a busy mouse pointer is always shown when searching,
10065                           show it even a bit earlier
10066
10067 2006-02-19 [colin]      2.0.0cvs62
10068
10069         * src/compose.c
10070         * src/imap.c
10071         * src/etpan/imap-thread.c
10072         * src/etpan/imap-thread.h
10073                 (Future) IMAP speed improvement on sending
10074                 Will require a libetpan update
10075         * src/summaryview.c
10076         * src/gtk/quicksearch.c
10077                 Make quicksearch clearable while running.
10078
10079 2006-02-17 [colin]      2.0.0cvs61
10080
10081         * src/imap.c
10082         * src/etpan/imap-thread.c
10083         * src/etpan/imap-thread.h
10084                 Check for IMAP certificates
10085                 ** Requires libetpan-0.42-cvs4 
10086                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10087
10088 2006-02-17 [colin]      2.0.0cvs60
10089
10090         * src/messageview.c
10091         * src/prefs_common.c
10092         * src/prefs_common.h
10093         * src/prefs_message.c
10094                 Add pref to display HTML-only mails with plugin, 
10095                 if possible (defaulting to FALSE of course).
10096
10097 2006-02-16 [colin]      2.0.0cvs59
10098
10099         * src/main.c
10100         * src/common/plugin.c
10101         * src/common/plugin.h
10102         * src/gtk/pluginwindow.c
10103                 Keep track of requested (but unloaded) plugins
10104                 in some error cases.
10105
10106 2006-02-16 [wwp]        2.0.0cvs58
10107
10108         * src/gtk/gtkaspell.c
10109         * src/gtk/gtkaspell.h
10110         * src/prefs_spelling.c
10111         * src/compose.c
10112         * src/prefs_common.c
10113         * src/prefs_common.h
10114                 implemented new optional spellchecker behaviour: re-check message when
10115                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10116
10117 2006-02-16 [wwp]        2.0.0cvs57
10118
10119         * src/quote_fmt_parse.y
10120                 pclose popen'ed pipe.
10121
10122 2006-02-15 [colin]      2.0.0cvs56
10123
10124         * src/mimeview.c
10125         * src/mimeview.h
10126                 Let MimeViewers know which MimeView they
10127                 depend of.
10128         * src/summaryview.c
10129                 Swap From/To columns in Sent/Queue/Drafts
10130                 folders
10131         * src/etpan/imap-thread.c
10132                 Use mailstream_low_tls_open() for STARTTLS
10133                 instead of mailstream_low_ssl_open()
10134                 ** REQUIRES libetpan 0.42cvs3 **
10135
10136 2006-02-15 [wwp]        2.0.0cvs55
10137
10138         * src/compose.c
10139         * src/compose.h
10140         * src/message_search.c
10141         * src/message_search.h
10142         * src/textview.c
10143         * src/gtk/gtkutils.c
10144         * src/gtk/gtkutils.h
10145                 added the ability to Find text in the compose window (and a bit
10146                 of code factorization).
10147
10148 2006-02-15 [wwp]        2.0.0cvs54
10149
10150         * src/prefs_gtk.c
10151                 yet another one file was missing (fix for some widgets' sensitivity).
10152                 Thanks Colin!
10153
10154 2006-02-15 [wwp]        2.0.0cvs53
10155
10156         * src/prefs_gtk.h
10157                 oops forgot that file (fix for some widgets' sensitivity).
10158
10159 2006-02-15 [wwp]        2.0.0cvs52
10160
10161         * src/summary_search.c
10162                 implemented advanced summary search options (added the ability
10163                 to use matcher conditions in an advanced search mode).
10164
10165 2006-02-15 [wwp]        2.0.0cvs51
10166
10167         * src/plugins/pgpcore/prefs_gpg.c
10168         * src/prefs_account.c
10169                 fix some widget sensitivity, mostly around some labels in
10170                 account prefs.
10171
10172 2006-02-15 [paul]       2.0.0cvs50
10173
10174         * manual/advanced.xml
10175                 improve Templates info
10176                 written by wwp
10177
10178 2006-02-14 [colin]      2.0.0cvs49
10179
10180         * src/pixmaps/address_book.xpm
10181         * src/pixmaps/preferences.xpm
10182         * src/pixmaps/properties.xpm
10183                 Fix pixmap size - patch by Fabien Vantard
10184
10185 2006-02-13 [colin]      2.0.0cvs48
10186
10187         * src/procmime.c
10188                 Add missing fclose()s on error
10189         * src/textview.c
10190                 Remove unused code
10191         * src/common/utils.c
10192                 Fix temp files not being deleted on windows
10193         Patches by Thomas Gilgin
10194
10195 2006-02-13 [colin]      2.0.0cvs47
10196
10197         * src/mainwindow.c
10198                 Fix exit crash
10199
10200 2006-02-13 [wwp]        2.0.0cvs46
10201
10202         * src/plugins/pgpcore/prefs_gpg.c
10203                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
10204
10205 2006-02-12 [colin]      2.0.0cvs45
10206
10207         * src/folderview.c
10208         * src/main.c
10209         * src/mainwindow.c
10210                 Fix "stuff" when quitting
10211
10212 2006-02-12 [wwp]        2.0.0cvs44
10213
10214         * src/prefs_themes.c
10215                 fix typos in debug messages.
10216
10217 2006-02-11 [colin]      2.0.0cvs43
10218
10219         * src/summaryview.c
10220                 don't allow drag/drop from ourself
10221
10222 2006-02-10 [wwp]        2.0.0cvs42
10223
10224         * src/exporthtml.c
10225         * src/html.c
10226         * src/html.h
10227         * src/procmime.c
10228         * src/textview.c
10229                 renamed html_ prefixed functions and data structures to avoid
10230                 namespace clashes w/ other software (gtkhtml2 for instance).
10231                 Closes bug #907.
10232
10233
10234 2006-02-09 [colin]      2.0.0cvs41
10235
10236         * src/summaryview.c
10237                 Fix shitty logic messed up. Thanks Ticho for the hint!
10238
10239 2006-02-09 [wwp]        2.0.0cvs40
10240
10241         * src/gtk/about.c
10242         * src/compose.c
10243         * src/prefs_account.c
10244         * src/prefs_gtk.h
10245         * src/editaddress.c
10246                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
10247                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
10248                 Browse buttons in accounts prefs.
10249
10250 2006-02-09 [colin]      2.0.0cvs39
10251
10252         * src/matcher.c
10253                 Check for pointer before using its members
10254         * src/gtk/gtksourceprintjob.c
10255                 Fix a wrong warning
10256
10257 2006-02-09 [wwp]        2.0.0cvs38
10258
10259         * src/gtk/filesel.c
10260                 fix few compiler warnings (type mismatch).
10261
10262 2006-02-09 [paul]       2.0.0cvs37
10263
10264         * po/fr.po
10265                 updated by Fabien Vantard
10266
10267 2006-02-08 [colin]      2.0.0cvs36
10268
10269         * src/prefs_common.c
10270         * src/common/defs.h
10271         * src/common/plugin.c
10272                 allow windows and linux configurations to coexist
10273                 patch by Thomas Gilgin
10274
10275 2006-02-08 [colin]      2.0.0cvs35
10276
10277         * src/filtering.c
10278         * src/matcher.c
10279         * src/matcher.h
10280         * src/matcher_parser_parse.y
10281         * src/prefs_filtering_action.c
10282         * src/prefs_matcher.c
10283                 Add the "Ignore thread" filtering
10284                 action
10285
10286 2006-02-08 [colin]      2.0.0cvs34
10287
10288         * src/compose.c
10289         * src/procmime.c
10290         * src/procmime.h
10291                 Fix bug #905 (damaged attachment)
10292                 text files with raw \0's aren't really text files
10293         FOR_STABLE
10294
10295 2006-02-08 [colin]      2.0.0cvs33
10296
10297         * src/summaryview.c
10298                 Fix crasher introduced yesterday
10299
10300 2006-02-08 [wwp]        2.0.0cvs32
10301
10302         * src/compose.c
10303         * src/compose.h
10304                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
10305
10306 2006-02-08 [wwp]        2.0.0cvs31
10307
10308         * src/prefs_template.c
10309                 templates enhancement: allow address completion for Cc and Bcc fields
10310                 (it was currently possible for the To field only)
10311
10312 2006-02-08 [colin]      2.0.0cvs30
10313
10314         * src/compose.c
10315                 Don't unblock if not blocked
10316         FOR_STABLE
10317
10318 2006-02-07 [colin]      2.0.0cvs29
10319
10320         * src/action.c
10321                 Forgot to refresh summaryview
10322
10323 2006-02-07 [colin]      2.0.0cvs28
10324
10325         * src/action.c
10326                 Freeze/thaw message list and folder list while
10327                 processing %as{} actions 
10328         * src/compose.c
10329                 Fix auto-wrap disabling after a middle-click
10330                 paste - FOR_STABLE
10331
10332 2006-02-07 [paul]       2.0.0cvs27
10333
10334         * src/folder.c
10335                 fix freeing of uninitialised pointers
10336                 Thanks to Colin
10337
10338 2006-02-06 [colin]      2.0.0cvs26
10339
10340         * src/folder.c
10341                 Use g_slist_prepend in potentially big list
10342
10343 2006-02-06 [colin]      2.0.0cvs25
10344
10345         * src/folder.c
10346                 Completely skip processing if it doesn't 
10347                 exist (faster!)
10348
10349 2006-02-06 [colin]      2.0.0cvs24
10350
10351         * src/folder.c
10352         * src/summaryview.c
10353                 Batch filtering in summaryview (from Tools menu)
10354                 and pre/post//-processing too
10355
10356 2006-02-06 [colin]      2.0.0cvs23
10357
10358         * src/procmsg.h
10359         * src/filtering.c
10360                 Use a special field for batch filtering instead
10361                 of stepping on deferred execution's toes
10362
10363 2006-02-06 [colin]      2.0.0cvs22
10364
10365         * src/action.c
10366         * src/filtering.c
10367         * src/filtering.h
10368         * src/folder.c
10369         * src/summaryview.c
10370                 Fix filtering via menus and actions
10371
10372 2006-02-06 [colin]      2.0.0cvs21
10373
10374         * src/imap.c
10375                 Put the added file directly to cache if possible (will work
10376                 with next libetpan)
10377         * src/filtering.c
10378         * src/filtering.h
10379         * src/inc.c
10380         * src/folder.c
10381         * src/mbox.c
10382         * src/procmsg.h
10383                 Move and copy filtered messages by batches instead of one
10384                 by one - faster on IMAP
10385         * src/procmsg.c
10386                 Add a function that'll possibly be useful later
10387
10388 2006-02-06 [colin]      2.0.0cvs20
10389
10390         * src/addressbook.c
10391                 Use internal mime-type instead of text/plain for d'n'd
10392         * src/compose.c
10393                 Allow attaching files from mimeview's icon list via d'n'd
10394         * src/folderview.c
10395         * src/folderview.h
10396                 Use internal mime-type instead of text/plain for d'n'd
10397                 Don't try to selected opened folder if none is
10398                 Factorize d'n'd from other apps code
10399         * src/headerview.c
10400         * src/textview.c
10401         * src/gtk/gtkutils.c
10402         * src/gtk/gtkutils.h
10403                 Factorize Face/X-Face stuff
10404         * src/mimeview.c
10405                 Fix d'n'd to other apps
10406         * src/prefs_message.c
10407                 Let the XFace pref be usable without libcompface as it also
10408                 applies to Face
10409         * src/summaryview.c
10410                 Fix d'n'd to other apps
10411                 Factorize d'n'd from other apps code
10412
10413 2006-02-06 [wwp]        2.0.0cvs19
10414
10415         * po/it.po
10416                 Italian translation fixes by Andrea Spadaccini (no more confusion
10417                 between filtering and processing, and few changes in the About
10418                 dialog).
10419
10420
10421 2006-02-06 [mones]      2.0.0cvs18
10422
10423         * src/gtk/icon_legend.c
10424                 Improved descriptions allowing better translations
10425
10426 2006-02-05 [colin]      2.0.0cvs17
10427
10428         * src/imap.c
10429                 Add the f*cking missing expunge that caused imap_fetch_env
10430                 to fail after an add_msgs ! :-///
10431         * src/etpan/imap-thread.c
10432                 Add a bit of debug
10433         FOR_STABLE
10434
10435 2006-02-05 [colin]      2.0.0cvs16
10436
10437         * src/common/utils.c
10438                 Don't check for return-path (or we can't put
10439                 back non-sent mails)
10440
10441 2006-02-05 [colin]      2.0.0cvs15
10442
10443         * src/textview.c
10444                 Don't try to display Face header in textview
10445                 when teh headerview's active
10446
10447 2006-02-05 [colin]      2.0.0cvs14
10448
10449         * tools/tbird2syl.py
10450         * tools/Makefile.am
10451                 Add script to import Thunderbird mails
10452
10453 2006-02-05 [colin]      2.0.0cvs13
10454
10455         * src/headerview.c
10456         * src/procheader.c
10457         * src/procmsg.c
10458         * src/procmsg.h
10459         * src/textview.c
10460                 Show Face headers - patch partially by Klaus Flittner
10461
10462 2006-02-05 [colin]      2.0.0cvs12
10463
10464         * src/folderview.c
10465         * src/summaryview.c
10466         * src/common/utils.c
10467         * src/common/utils.h
10468                 Let dnd work from mime icons to summaryview
10469                 and to folderview too
10470                 Add a crude test to avoid trying to add files
10471                 drag'n'dropped when they're not mails
10472
10473 2006-02-04 [colin]      2.0.0cvs11
10474
10475         * src/summaryview.c
10476         * src/mimeview.c
10477                 Fix utf8 conversion
10478
10479 2006-02-04 [colin]      2.0.0cvs10
10480
10481         * src/compose.c
10482         * src/folderview.c
10483         * src/mimeview.c
10484         * src/summaryview.c
10485         * src/summaryview.h
10486                 Added various drag and drop capas:
10487                 From                    To
10488                 summaryview             other apps
10489                 mimeview icons          other apps
10490                 other apps              summaryview
10491                 other apps              folderview
10492
10493                 This shouldn't have broken the existing:
10494                 From                    To
10495                 summaryview             folderview
10496                 folderview              folderview
10497                 summaryview             compose's attachments
10498
10499         Tests welcomed.
10500
10501 2006-02-02 [paul]       2.0.0cvs9
10502
10503         * src/mainwindow.c
10504                 move global option 'Set displayed columns...' out
10505                 of folder option grouping.
10506                 fix sensitivity of 'harvest addresses'
10507         FOR_STABLE
10508
10509 2006-02-01 [colin]      2.0.0cvs8
10510
10511         * src/mimeview.c
10512                 Revert the alertpanel patch, it sucks (intrusive
10513                 and gets in the way of "open")
10514
10515 2006-02-01 [colin]      2.0.0cvs7
10516
10517         * src/compose.c
10518         * src/prefs_account.c
10519         * src/prefs_common.c
10520         * src/common/defs.h
10521         * src/common/utils.c
10522         * src/common/utils.h
10523                 Add ability to edit the signature file
10524                 from the account preferences, and use
10525                 a default for the text editor.
10526                 Patch by Fabien Vantard
10527
10528 2006-02-01 [colin]      2.0.0cvs6
10529
10530         * src/mimeview.c
10531                 Try to get mime type by extension if it is
10532                 application/octet-stream
10533                 Display a window with possible choices when
10534                 encountering unknown mime types
10535         * src/gtk/filesel.c
10536         * src/gtk/filesel.h
10537                 Add preview
10538                 Allow multiple selection in filtered filesel
10539                 (patch by Fabien Vantard)
10540         * src/gtk/pluginwindow.c
10541                 Use it (patch by Fabien Vantard)
10542
10543 2006-02-01 [paul]       2.0.0cvs5
10544
10545         * src/jpilot.c
10546                 fix crash on creating jpilot address book
10547                 Thanks to Colin - FOR_STABLE
10548         * src/prefs_summaries.c
10549         * src/prefs_wrapping.c
10550         * src/gtk/icon_legend.c
10551         * src/gtk/quicksearch.c
10552                 string fixes and additions
10553
10554 2006-02-01 [paul]       2.0.0cvs4
10555
10556         * src/compose.c
10557         * src/mainwindow.c
10558         * src/messageview.c
10559         * src/prefs_send.c
10560                 add Arabic encoding option
10561                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10562
10563 2006-01-31 [colin]      2.0.0cvs3
10564
10565         * src/plugins/pgpcore/passphrase.c
10566                 Convert passphrase to locale encoding
10567         * src/compose.c
10568                 Fix drafting on IMAP. Crappy bug sneaked in
10569                 the release :-/
10570         FOR_STABLE
10571
10572 2006-01-30 [paul]       2.0.0cvs2
10573
10574         * src/gtk/icon_legend.c
10575                 show the new entries
10576
10577 2006-01-30 [colin]      2.0.0cvs1
10578
10579         * src/manual.c
10580                 Check for the file to be present before 
10581                 enabling the menu - FOR_STABLE
10582         * src/gtk/icon_legend.c
10583                 Add folders icons (not all of them, there
10584                 are too much, but the most intriguing ones)
10585
10586 2006-01-30 [paul]       2.0.0
10587
10588         version 2.0.0 released
10589
10590 [For previous entries, see ChangeLog.pre2.0.0]