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