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