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