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