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