806a7e13d4979cf5ba64441c1601f3e8e1546fc1
[claws.git] / ChangeLog
1 2007-07-24 [colin]      2.10.0cvs59
2
3         * src/mh.c
4                 Fix missing timestamp update on source
5                 folder when moving
6         * src/textview.c
7         * src/textview.h
8                 Better text layout on part's choices
9
10 2007-07-23 [colin]      2.10.0cvs58
11
12         * src/mimeview.c
13         * src/textview.c
14                 Maemo: Automatically choose the correct application
15                 to open parts
16         * src/gtk/quicksearch.c
17                 Make search run on GDK_KP_Enter too
18
19 2007-07-23 [wwp]        2.10.0cvs57
20
21         * src/quote_fmt_lex.l
22                 Revert accidentaly committed lines (account_sig) in
23                 2.10.0cvs56.
24
25 2007-07-23 [wwp]        2.10.0cvs56
26
27         * src/quote_fmt_lex.l
28                 Fix typos around long form expressions in the quote lexer.
29
30 2007-07-23 [paul]
31
32         3.0.0-rc1 released
33
34 2007-07-23 [colin]      2.10.0cvs55
35
36         * src/addr_compl.c
37                 Fix auto-completion on Maemo
38
39 2007-07-23 [colin]      2.10.0cvs54
40
41         * src/statusbar.c
42                 Maemo: Fix sticking statusbars
43
44 2007-07-22 [colin]      2.10.0cvs53
45
46         * src/main.c
47                 Maemo: Fix the strange "top_application" info
48                 at startup. We should do something when 
49                 receiving such a message.
50
51 2007-07-20 [paul]       2.10.0cvs52
52
53         * src/news_gtk.c
54                 add missing #include "statusbar.h"
55
56 2007-07-20 [colin]      2.10.0cvs51
57
58         * src/folder.c
59         * src/folder.h
60         * src/folder_item_prefs.c
61         * src/folder_item_prefs.h
62         * src/folderview.c
63         * src/imap.c
64         * src/imap_gtk.c
65         * src/imap_gtk.h
66         * src/news.c
67         * src/news_gtk.c
68         * src/news_gtk.h
69         * src/prefs_folder_item.c
70                 Implement age-based caching: allow to
71                 specify a threshold for the offline synchronisation
72                 feature, and whether old cached bodies should 
73                 be removed
74         * src/toolbar.c
75         * src/toolbar.h
76                 Fix label/tooltips
77         * src/plugins/dillo_viewer/dillo_viewer.c
78                 Check that Dillo's installed
79
80 2007-07-20 [wwp]        2.10.0cvs50
81
82         * src/mimeview.c
83         * src/stock_pixmap.c
84                 Draw a frame around the selected mimeview part icon (instead of the
85                 shifted 'dancing' icon).
86
87 2007-07-20 [colin]      2.10.0cvs49
88
89         * src/main.c
90                 Unref stuff even on error
91         * src/wizard.c
92                 disconnect signals only at the very
93                 end of the wizard save.
94
95 2007-07-20 [colin]      2.10.0cvs48
96
97         * src/mainwindow.c
98         * src/messageview.c
99         * src/toolbar.c
100         * src/toolbar.h
101                 Fix random crashes while navigating
102                 (GTK_EVENTS_FLUSH)
103
104 2007-07-19 [colin]      2.10.0cvs47
105
106         * configure.ac
107         * src/main.c
108         * src/prefs_common.c
109         * src/prefs_common.h
110         * src/wizard.c
111         * src/common/defs.h
112         * src/common/utils.c
113                 Maemo: add an easy way to store data (mails
114                 and IMAP/NNTP caches) on one of the SD cards,
115                 and protect against unmounts if needed
116
117 2007-07-19 [paul]       2.10.0cvs46
118
119         * src/Makefile.am
120         * src/stock_pixmap.c
121         * src/gtk/about.c
122         * src/pixmaps/claws-mail_logo-small.xpm
123                 implement a (slightly) different About
124                 dialog for maemo and add a small version
125                 of the logo for it
126         * src/wizard.c
127                 use a scrolled window for wizard page 1
128                 on maemo
129
130 2007-07-19 [paul]       2.10.0cvs45
131
132         * src/Makefile.am
133                 too soon for this line
134
135 2007-07-19 [paul]       2.10.0cvs44
136
137         * src/Makefile.am
138                 fix build on n800
139
140 2007-07-19 [colin]      2.10.0cvs43
141
142         * src/wizard.c
143                 Solve Mail/Mailbox name when specifying
144                 full /path/to/Mail.
145
146 2007-07-18 [colin]      2.10.0cvs42
147
148         * src/inc.c
149         * configure.ac
150                 Fix build on n770
151
152 2007-07-18 [colin]      2.10.0cvs41
153
154         * src/inc.c
155                 Maemo: plug the online/offline system into
156                 maemo's interfaces to have Claws automatically
157                 switch according to the system status
158         * src/statusbar.c
159                 Maemo: use HildonBanners to display status
160                 messages. Renders the main statusbar useless.
161
162 2007-07-18 [paul]       2.10.0cvs40
163
164         * src/filtering.c
165                 fix screen blanking on moving/copying many msgs
166         * src/folder.c
167                 fix processing progressbar and screen blanking
168                 during processing
169
170 2007-07-18 [paul]       2.10.0cvs39
171
172         * src/messageview.c
173                 revert cvs37, breakage on maemo
174
175 2007-07-18 [paul]       2.10.0cvs38
176
177         * src/gtk/gtkutils.c
178                 make sure we can still build with older GTK's
179
180 2007-07-18 [colin]      2.10.0cvs37
181
182         * src/messageview.c
183                 Only hide the small layout's messageview, instead
184                 of destroying it when closing
185         * src/gtk/gtkutils.c
186                 Use gtk_window_present_with_time to popup windows,
187                 it seems to make things better with modern WMs
188                 (actually focusing)
189
190 2007-07-17 [colin]      2.10.0cvs36
191
192         * src/editaddress.c
193                 Simplify layout on Maemo
194         * src/folder.c
195                 Fix possible crash
196         * src/prefs_display_header.c
197                 Remove some headers by default on Maemo
198
199 2007-07-17 [paul]       2.10.0cvs35
200
201         * src/prefs_common.c
202         * src/prefs_common.h
203         * src/prefs_logging.c
204         * src/common/log.c
205                 add options to stop/enable writing logs to disc
206
207 2007-07-17 [paul]       2.10.0cvs34
208
209         * src/edittags.c
210                 fix some issues with the Apply tags window:
211                 - set search column (enables autocompl in the treeview)
212                 - apply tag from "New tag" if it existed
213                 - clears New tag entry when adding it with the button
214                 Thanks to Colin
215
216 2007-07-17 [paul]       2.10.0cvs33
217
218         * src/edittags.c
219                 fix 'apply tags' dialogue weirdness
220
221 2007-07-16 [colin]      2.10.0cvs32
222
223         * src/toolbar.c
224                 Fix double-loading of mails on Maemo
225
226 2007-07-16 [colin]      2.10.0cvs31
227
228         * src/messageview.c
229                 Prevent double-loading of the same part under some
230                 conditions; hide statusbar on Maemo
231
232 2007-07-16 [colin]      2.10.0cvs30
233
234         * src/edittags.c
235         * src/edittags.h
236         * src/mainwindow.c
237         * src/summaryview.c
238                 Improve the tag interface - allow
239                 to set/unset tags from a special
240                 window.
241         * src/gtk/gtkvscrollbutton.c
242         * src/mimeview.c
243         * src/mimeview.h
244         * src/stock_pixmap.c
245                 Fix Mimeview's ugly hacks in the
246                 icon list. 
247
248 2007-07-16 [paul]       2.10.0cvs29
249
250         * src/wizard.c
251                 rework dialog
252         * src/gtk/icon_legend.c
253                 put it all in a scrolled window
254
255 2007-07-15 [colin]      2.10.0cvs28
256
257         * src/mainwindow.c
258                 Maemo: force layout to be Small screen; the
259                 others don't make sense
260
261 2007-07-14 [colin]      2.10.0cvs27
262
263         * src/mimeview.c
264         * src/gtk/gtkvscrollbutton.c
265                 Maemo: Fix mimeview's buttons size
266
267 2007-07-14 [colin]      2.10.0cvs26
268
269         * src/toolbar.c
270                 Fix the button workaround fix.
271                 (Use the correct variable)
272
273 2007-07-14 [colin]      2.10.0cvs25
274
275         * src/mainwindow.c
276         * src/toolbar.c
277                 Maemo: put the progress bar in the
278                 toolbar
279
280 2007-07-14 [colin]      2.10.0cvs24
281
282         * src/prefs_common.c
283                 Maemo: hide statusbar by default
284         * src/Makefile.am
285         * src/stock_pixmap.c
286         * src/stock_pixmap.h
287         * src/toolbar.c
288         * src/pixmaps/go_folders.xpm
289                 Maemo: Add a specific icon to go back to
290                 folder list
291
292 2007-07-14 [colin]      2.10.0cvs23
293
294         * src/toolbar.c
295                 Don't set homogeneous finally
296
297 2007-07-14 [colin]      2.10.0cvs22
298
299         * src/toolbar.c
300                 Fix button show/hide issues
301
302 2007-07-14 [colin]      2.10.0cvs21
303
304         * src/toolbar.c
305                 Fix huge arrows
306                 Fix button workaround to be able to click
307                 if mouse was on button when it went un-
308                 sensitive.
309                 Revert previous commit, gtk_tool_item_set_homogeneous
310                 doesn't mean what it seems to mean ;-)
311
312 2007-07-14 [paul]       2.10.0cvs20
313
314         * src/toolbar.c
315                 make homogeneous FALSE always
316
317 2007-07-13 [colin]      2.10.0cvs19
318
319         * src/toolbar.c
320         * src/toolbar.h
321                 Rework to fit the non-deprecated API
322         * src/compose.c
323         * src/folderview.c
324         * src/mainwindow.c
325         * src/messageview.c
326         * src/summaryview.c
327                 Maemo layout changes. Better toolbars,
328                 removal of CTree headers. 
329
330 2007-07-13 [paul]       2.10.0cvs18
331
332         * src/gtk/colorlabel.c
333                 fix bug 1261, '[DE] coloring messages in overview 
334                 keys are not localised'
335                 the string is now included in claws-mail.pot
336
337 2007-07-13 [colin]      2.10.0cvs17
338
339         * src/summaryview.c
340                 Fix bug 1267, 'printing mutliple messages 
341                 opens one message-dialog after the other'
342                 Ask for confirmation when printing 10
343                 messages or more.
344
345 2007-07-11 [colin]      2.10.0cvs16
346
347         * COPYING
348         * README
349         * autogen.sh
350         * manual/claws-mail-manual.xml
351         * manual/gpl.xml
352         * manual/es/claws-mail-manual.xml
353         * manual/es/gpl.xml
354         * manual/fr/claws-mail-manual.xml
355         * manual/fr/gpl.xml
356         * manual/pl/gpl.xml
357         * src/account.c
358         * src/account.h
359         * src/action.c
360         * src/action.h
361         * src/adbookbase.h
362         * src/addr_compl.c
363         * src/addr_compl.h
364         * src/addrbook.c
365         * src/addrbook.h
366         * src/addrcache.c
367         * src/addrcache.h
368         * src/addrcindex.c
369         * src/addrcindex.h
370         * src/addrclip.c
371         * src/addrclip.h
372         * src/addrdefs.h
373         * src/addressadd.c
374         * src/addressadd.h
375         * src/addressbook.c
376         * src/addressbook.h
377         * src/addressbook_foldersel.c
378         * src/addressbook_foldersel.h
379         * src/addressitem.h
380         * src/addrgather.c
381         * src/addrgather.h
382         * src/addrharvest.c
383         * src/addrharvest.h
384         * src/addrindex.c
385         * src/addrindex.h
386         * src/addritem.c
387         * src/addritem.h
388         * src/addrquery.c
389         * src/addrquery.h
390         * src/addrselect.c
391         * src/addrselect.h
392         * src/alertpanel.c
393         * src/alertpanel.h
394         * src/browseldap.c
395         * src/browseldap.h
396         * src/codeconv.c
397         * src/codeconv.h
398         * src/compose.c
399         * src/compose.h
400         * src/crash.c
401         * src/crash.h
402         * src/customheader.c
403         * src/customheader.h
404         * src/displayheader.c
405         * src/displayheader.h
406         * src/editaddress.c
407         * src/editaddress.h
408         * src/editaddress_other_attributes_ldap.c
409         * src/editaddress_other_attributes_ldap.h
410         * src/editbook.c
411         * src/editbook.h
412         * src/editgroup.c
413         * src/editgroup.h
414         * src/editjpilot.c
415         * src/editjpilot.h
416         * src/editldap.c
417         * src/editldap.h
418         * src/editldap_basedn.c
419         * src/editldap_basedn.h
420         * src/edittags.c
421         * src/edittags.h
422         * src/editvcard.c
423         * src/editvcard.h
424         * src/enriched.c
425         * src/enriched.h
426         * src/exphtmldlg.c
427         * src/exphtmldlg.h
428         * src/expldifdlg.c
429         * src/expldifdlg.h
430         * src/export.c
431         * src/export.h
432         * src/exporthtml.c
433         * src/exporthtml.h
434         * src/exportldif.c
435         * src/exportldif.h
436         * src/filtering.c
437         * src/filtering.h
438         * src/folder.c
439         * src/folder.h
440         * src/folder_item_prefs.c
441         * src/folder_item_prefs.h
442         * src/foldersel.c
443         * src/foldersel.h
444         * src/folderutils.c
445         * src/folderutils.h
446         * src/folderview.c
447         * src/folderview.h
448         * src/gedit-print.c
449         * src/gedit-print.h
450         * src/grouplistdialog.c
451         * src/grouplistdialog.h
452         * src/headerview.c
453         * src/headerview.h
454         * src/html.c
455         * src/html.h
456         * src/image_viewer.c
457         * src/image_viewer.h
458         * src/imap.c
459         * src/imap.h
460         * src/imap_gtk.c
461         * src/imap_gtk.h
462         * src/import.c
463         * src/import.h
464         * src/importldif.c
465         * src/importldif.h
466         * src/importmutt.c
467         * src/importmutt.h
468         * src/importpine.c
469         * src/importpine.h
470         * src/inc.c
471         * src/inc.h
472         * src/jpilot.c
473         * src/jpilot.h
474         * src/ldapctrl.c
475         * src/ldapctrl.h
476         * src/ldaplocate.c
477         * src/ldaplocate.h
478         * src/ldapquery.c
479         * src/ldapquery.h
480         * src/ldapserver.c
481         * src/ldapserver.h
482         * src/ldapupdate.c
483         * src/ldapupdate.h
484         * src/ldaputil.c
485         * src/ldaputil.h
486         * src/ldif.c
487         * src/ldif.h
488         * src/localfolder.c
489         * src/localfolder.h
490         * src/main.c
491         * src/main.h
492         * src/mainwindow.c
493         * src/mainwindow.h
494         * src/manual.c
495         * src/manual.h
496         * src/matcher.c
497         * src/matcher.h
498         * src/matcher_parser.h
499         * src/matcher_parser_lex.l
500         * src/matcher_parser_parse.y
501         * src/mbox.c
502         * src/mbox.h
503         * src/message_search.c
504         * src/message_search.h
505         * src/messageview.c
506         * src/messageview.h
507         * src/mh.c
508         * src/mh.h
509         * src/mh_gtk.c
510         * src/mh_gtk.h
511         * src/mimeview.c
512         * src/mimeview.h
513         * src/msgcache.c
514         * src/msgcache.h
515         * src/mutt.c
516         * src/mutt.h
517         * src/news.c
518         * src/news.h
519         * src/news_gtk.c
520         * src/news_gtk.h
521         * src/noticeview.c
522         * src/noticeview.h
523         * src/partial_download.c
524         * src/partial_download.h
525         * src/pine.c
526         * src/pine.h
527         * src/pop.c
528         * src/pop.h
529         * src/prefs_account.c
530         * src/prefs_account.h
531         * src/prefs_actions.c
532         * src/prefs_actions.h
533         * src/prefs_common.c
534         * src/prefs_common.h
535         * src/prefs_compose_writing.c
536         * src/prefs_compose_writing.h
537         * src/prefs_customheader.c
538         * src/prefs_customheader.h
539         * src/prefs_display_header.c
540         * src/prefs_display_header.h
541         * src/prefs_ext_prog.c
542         * src/prefs_ext_prog.h
543         * src/prefs_filtering.c
544         * src/prefs_filtering.h
545         * src/prefs_filtering_action.c
546         * src/prefs_filtering_action.h
547         * src/prefs_folder_column.c
548         * src/prefs_folder_column.h
549         * src/prefs_folder_item.c
550         * src/prefs_folder_item.h
551         * src/prefs_fonts.c
552         * src/prefs_fonts.h
553         * src/prefs_gtk.c
554         * src/prefs_gtk.h
555         * src/prefs_image_viewer.c
556         * src/prefs_image_viewer.h
557         * src/prefs_logging.c
558         * src/prefs_logging.h
559         * src/prefs_matcher.c
560         * src/prefs_matcher.h
561         * src/prefs_message.c
562         * src/prefs_message.h
563         * src/prefs_msg_colors.c
564         * src/prefs_msg_colors.h
565         * src/prefs_other.c
566         * src/prefs_other.h
567         * src/prefs_quote.c
568         * src/prefs_quote.h
569         * src/prefs_receive.c
570         * src/prefs_receive.h
571         * src/prefs_send.c
572         * src/prefs_send.h
573         * src/prefs_spelling.c
574         * src/prefs_spelling.h
575         * src/prefs_summaries.c
576         * src/prefs_summaries.h
577         * src/prefs_summary_column.c
578         * src/prefs_summary_column.h
579         * src/prefs_summary_open.c
580         * src/prefs_summary_open.h
581         * src/prefs_template.c
582         * src/prefs_template.h
583         * src/prefs_themes.c
584         * src/prefs_themes.h
585         * src/prefs_toolbar.c
586         * src/prefs_toolbar.h
587         * src/prefs_wrapping.c
588         * src/prefs_wrapping.h
589         * src/privacy.c
590         * src/privacy.h
591         * src/procheader.c
592         * src/procheader.h
593         * src/procmime.c
594         * src/procmime.h
595         * src/procmsg.c
596         * src/procmsg.h
597         * src/quote_fmt.c
598         * src/quote_fmt_lex.l
599         * src/quote_fmt_parse.y
600         * src/recv.c
601         * src/recv.h
602         * src/remotefolder.c
603         * src/remotefolder.h
604         * src/send_message.c
605         * src/send_message.h
606         * src/setup.c
607         * src/setup.h
608         * src/simple-gettext.c
609         * src/sourcewindow.c
610         * src/sourcewindow.h
611         * src/ssl_manager.c
612         * src/ssl_manager.h
613         * src/statusbar.c
614         * src/statusbar.h
615         * src/stock_pixmap.c
616         * src/stock_pixmap.h
617         * src/summary_search.c
618         * src/summary_search.h
619         * src/summaryview.c
620         * src/summaryview.h
621         * src/textview.c
622         * src/textview.h
623         * src/toolbar.c
624         * src/toolbar.h
625         * src/undo.c
626         * src/undo.h
627         * src/unmime.c
628         * src/unmime.h
629         * src/uri_opener.c
630         * src/uri_opener.h
631         * src/vcard.c
632         * src/vcard.h
633         * src/wizard.c
634         * src/wizard.h
635         * src/common/base64.c
636         * src/common/base64.h
637         * src/common/claws.c
638         * src/common/claws.h
639         * src/common/defs.h
640         * src/common/fnmatch.c
641         * src/common/fnmatch.h
642         * src/common/fnmatch_loop.c
643         * src/common/hooks.c
644         * src/common/hooks.h
645         * src/common/log.c
646         * src/common/log.h
647         * src/common/md5.c
648         * src/common/md5.h
649         * src/common/mgutils.c
650         * src/common/mgutils.h
651         * src/common/nntp.c
652         * src/common/nntp.h
653         * src/common/passcrypt.c
654         * src/common/passcrypt.h.in
655         * src/common/plugin.c
656         * src/common/plugin.h
657         * src/common/prefs.c
658         * src/common/prefs.h
659         * src/common/progressindicator.c
660         * src/common/progressindicator.h
661         * src/common/quoted-printable.c
662         * src/common/quoted-printable.h
663         * src/common/session.c
664         * src/common/session.h
665         * src/common/smtp.c
666         * src/common/smtp.h
667         * src/common/socket.c
668         * src/common/socket.h
669         * src/common/ssl.c
670         * src/common/ssl.h
671         * src/common/ssl_certificate.c
672         * src/common/ssl_certificate.h
673         * src/common/string_match.c
674         * src/common/string_match.h
675         * src/common/stringtable.c
676         * src/common/stringtable.h
677         * src/common/tags.c
678         * src/common/tags.h
679         * src/common/template.c
680         * src/common/template.h
681         * src/common/timing.h
682         * src/common/utils.c
683         * src/common/utils.h
684         * src/common/uuencode.c
685         * src/common/uuencode.h
686         * src/common/version.h.in
687         * src/common/w32_dirent.c
688         * src/common/w32_reg.c
689         * src/common/w32_signal.c
690         * src/common/w32_stat.c
691         * src/common/w32_stdlib.c
692         * src/common/w32_string.c
693         * src/common/w32_time.c
694         * src/common/w32_unistd.c
695         * src/common/w32_wait.c
696         * src/common/w32lib.h
697         * src/common/xml.c
698         * src/common/xml.h
699         * src/common/xmlprops.c
700         * src/common/xmlprops.h
701         * src/etpan/etpan-errors.h
702         * src/etpan/etpan-thread-manager-types.h
703         * src/etpan/etpan-thread-manager.c
704         * src/etpan/etpan-thread-manager.h
705         * src/etpan/imap-thread.c
706         * src/etpan/imap-thread.h
707         * src/gtk/about.c
708         * src/gtk/about.h
709         * src/gtk/colorlabel.c
710         * src/gtk/colorlabel.h
711         * src/gtk/colorsel.c
712         * src/gtk/colorsel.h
713         * src/gtk/combobox.c
714         * src/gtk/combobox.h
715         * src/gtk/description_window.c
716         * src/gtk/description_window.h
717         * src/gtk/filesel.c
718         * src/gtk/filesel.h
719         * src/gtk/foldersort.c
720         * src/gtk/foldersort.h
721         * src/gtk/gtkaspell.c
722         * src/gtk/gtkaspell.h
723         * src/gtk/gtksctree.c
724         * src/gtk/gtkshruler.c
725         * src/gtk/gtkshruler.h
726         * src/gtk/gtksourceprintjob.c
727         * src/gtk/gtksourceprintjob.h
728         * src/gtk/gtkutils.c
729         * src/gtk/gtkutils.h
730         * src/gtk/gtkvscrollbutton.c
731         * src/gtk/gtkvscrollbutton.h
732         * src/gtk/icon_legend.c
733         * src/gtk/icon_legend.h
734         * src/gtk/inputdialog.c
735         * src/gtk/inputdialog.h
736         * src/gtk/logwindow.c
737         * src/gtk/logwindow.h
738         * src/gtk/manage_window.c
739         * src/gtk/manage_window.h
740         * src/gtk/menu.c
741         * src/gtk/menu.h
742         * src/gtk/pluginwindow.c
743         * src/gtk/pluginwindow.h
744         * src/gtk/prefswindow.c
745         * src/gtk/prefswindow.h
746         * src/gtk/progressdialog.c
747         * src/gtk/progressdialog.h
748         * src/gtk/quicksearch.c
749         * src/gtk/quicksearch.h
750         * src/gtk/sslcertwindow.c
751         * src/gtk/sslcertwindow.h
752         * src/plugins/bogofilter/bogofilter.c
753         * src/plugins/bogofilter/bogofilter.h
754         * src/plugins/bogofilter/bogofilter_gtk.c
755         * src/plugins/clamav/clamav_plugin.c
756         * src/plugins/clamav/clamav_plugin.h
757         * src/plugins/clamav/clamav_plugin_gtk.c
758         * src/plugins/demo/demo.c
759         * src/plugins/dillo_viewer/dillo_prefs.c
760         * src/plugins/dillo_viewer/dillo_prefs.h
761         * src/plugins/dillo_viewer/dillo_viewer.c
762         * src/plugins/pgpcore/passphrase.c
763         * src/plugins/pgpcore/passphrase.h
764         * src/plugins/pgpcore/pgp_viewer.c
765         * src/plugins/pgpcore/pgp_viewer.h
766         * src/plugins/pgpcore/plugin.c
767         * src/plugins/pgpcore/prefs_gpg.c
768         * src/plugins/pgpcore/prefs_gpg.h
769         * src/plugins/pgpcore/select-keys.c
770         * src/plugins/pgpcore/select-keys.h
771         * src/plugins/pgpcore/sgpgme.c
772         * src/plugins/pgpcore/sgpgme.h
773         * src/plugins/pgpinline/pgpinline.c
774         * src/plugins/pgpinline/pgpinline.h
775         * src/plugins/pgpinline/plugin.c
776         * src/plugins/pgpmime/pgpmime.c
777         * src/plugins/pgpmime/pgpmime.h
778         * src/plugins/pgpmime/plugin.c
779         * src/plugins/spamassassin/spamassassin.c
780         * src/plugins/spamassassin/spamassassin.h
781         * src/plugins/spamassassin/spamassassin_gtk.c
782         * src/plugins/trayicon/trayicon.c
783         * src/plugins/trayicon/trayicon_prefs.c
784         * src/plugins/trayicon/trayicon_prefs.h
785         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
786         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
787         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
788         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
789         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
790         * tools/OOo2claws-mail.pl
791         * tools/README.sylprint
792         * tools/acroread2claws-mail.pl
793         * tools/claws-mail-compose-insert-files.pl
794         * tools/convert_mbox.pl
795         * tools/filter_conv.pl
796         * tools/filter_conv_new.pl
797         * tools/fix_date.sh
798         * tools/freshmeat_search.pl
799         * tools/google_search.pl
800         * tools/kmail-mailbox2claws-mail.pl
801         * tools/kmail2claws-mail.pl
802         * tools/kmail2claws-mail_v2.pl
803         * tools/mairix.sh
804         * tools/make.themes.project
805         * tools/multiwebsearch.pl
806         * tools/nautilus2claws-mail.sh
807         * tools/outlook2claws-mail.pl
808         * tools/textviewer.sh
809         * tools/thunderbird-filters-convertor.pl
810         * tools/update-po
811         * tools/uuooffice
812         * tools/vcard2xml.py
813         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
814                 Upgrade to GPLv3 or later.
815
816 2007-07-10 [wwp]        2.10.0cvs15
817
818         * src/main.c
819                 Fix re-opening of all composing messages that were
820                 opened when closing the previous instance, thanks
821                 to Colin.
822
823 2007-07-10 [paul]       2.10.0cvs14
824
825         * src/editaddress_other_attributes_ldap.c
826         * src/ldapupdate.c
827                 fix crash on selecting 'other attributes' combo
828                 for either a new entry or an old entry with no
829                 existing attributes.
830                 fix bug on editing multiple attributes which
831                 resulted them all having the value of the last
832                 one changed.
833                 Thanks to Colin
834
835 2007-07-10 [colin]      2.10.0cvs13
836
837         * src/editaddress.c
838         * src/editaddress_other_attributes_ldap.h
839         * src/ldapupdate.c
840                 Fix --disable-ldap build
841
842 2007-07-09 [colin]      2.10.0cvs12
843
844         * src/Makefile.am
845         * src/addritem.c
846         * src/addritem.h
847         * src/editaddress.c
848         * src/editaddress_other_attributes_ldap.c
849         * src/editaddress_other_attributes_ldap.h
850         * src/editldap.c
851         * src/ldapctrl.c
852         * src/ldapctrl.h
853         * src/ldapupdate.c
854                 Add capability to edit all inetOrgPerson
855                 attributes on LDAP. Patch by Michael 
856                 Rasmussen
857
858 2007-07-09 [colin]      2.10.0cvs11
859
860         * src/Makefile.am
861         * src/exporthtml.c
862         * src/mbox.c
863         * src/msgcache.c
864         * src/prefs_summaries.c
865         * src/prefs_themes.c
866         * src/procheader.c
867         * src/common/Makefile.am
868         * src/common/log.c
869         * src/common/timing.h
870         * src/common/utils.c
871         * src/common/utils.h
872         * src/common/w32_account.c
873         * src/common/w32lib.h
874         * src/gtk/Makefile.am
875         * src/gtk/colorlabel.c
876         * src/plugins/pgpcore/Makefile.am
877         * src/plugins/pgpcore/claws.def
878         * src/plugins/pgpcore/passphrase.c
879         * src/plugins/pgpcore/pgp_viewer.c
880         * src/plugins/pgpcore/plugin.def
881         * src/plugins/pgpcore/sgpgme.c
882         * src/plugins/pgpinline/Makefile.am
883         * src/plugins/pgpinline/claws.def
884         * src/plugins/pgpinline/mypgpcore.def
885         * src/plugins/pgpinline/plugin.def
886         * src/plugins/pgpmime/Makefile.am
887         * src/plugins/pgpmime/claws.def
888         * src/plugins/pgpmime/mypgpcore.def
889         * src/plugins/pgpmime/plugin.def
890                 Commit win32 patch, from Werner Koch and
891                 Marcus Brinkmann
892
893 2007-07-09 [colin]      2.10.0cvs10
894
895         * src/prefs_toolbar.c
896                 Fix crash when no actions exist
897
898 2007-07-07 [paul]       2.10.0cvs9
899
900         * COPYING
901         * manual/claws-mail-manual.xml
902                 update copyright year
903         * po/fi.po
904                 updated by Flammie Pirinen
905
906 2007-07-05 [wwp]        2.10.0cvs8
907
908         * src/plugins/clamav/clamav_plugin_gtk.c
909                 Make vertical spacing like in other plugin prefs pages.
910
911 2007-07-05 [wwp]        2.10.0cvs7
912
913         * src/quote_fmt.c
914                 It's %am that works, not %ae (this doc incoherence has been
915                 introduced with 2.9.2cvs13).
916
917 2007-07-04 [wwp]        2.10.0cvs6
918
919         * src/plugins/bogofilter/bogofilter.c
920                 Gettext-ize an occurrence of "Any" that wasn't.
921
922 2007-07-04 [colin]      2.10.0cvs5
923
924         * po/POTFILES.in
925                 Fix untranslated strings; thanks
926                 to Pader Rezso.
927
928 2007-07-03 [colin]      2.10.0cvs4
929
930         * src/folder.c
931         * src/mainwindow.c
932                 Fix saving of sort mode for tags and
933                 thread date. Thanks to Pierre Ossman.
934                 Completes fix for bug 1233
935
936 2007-07-03 [paul]       2.10.0cvs3
937
938         * src/compose.c
939                 fix auto-save
940         * src/summaryview.c
941                 fix build warnings
942         Thanks to Colin
943
944 2007-07-02 [colin]      2.10.0cvs2
945
946         * src/folder.h
947         * src/mainwindow.c
948         * src/procmsg.h
949         * src/summaryview.c
950                 Add View/Sort/by Thread date
951                 Fixes bug 1233, 'Capability to sort 
952                 threads by most recent message'
953                 Based on a patch by Paul Rolland
954
955 2007-07-02 [colin]      2.10.0cvs1
956
957         * src/Makefile.am
958         * src/compose.c
959         * src/edittags.c
960         * src/edittags.h
961         * src/filtering.c
962         * src/folder.c
963         * src/folder.h
964         * src/headerview.c
965         * src/headerview.h
966         * src/main.c
967         * src/mainwindow.c
968         * src/mainwindow.h
969         * src/manual.h
970         * src/matcher.c
971         * src/matcher.h
972         * src/matcher_parser_parse.y
973         * src/mimeview.c
974         * src/msgcache.c
975         * src/msgcache.h
976         * src/prefs_common.c
977         * src/prefs_common.h
978         * src/prefs_filtering_action.c
979         * src/prefs_matcher.c
980         * src/prefs_summary_column.c
981         * src/procmsg.c
982         * src/procmsg.h
983         * src/quote_fmt.c
984         * src/quote_fmt_lex.l
985         * src/quote_fmt_parse.y
986         * src/summaryview.c
987         * src/summaryview.h
988         * src/textview.c
989         * src/common/Makefile.am
990         * src/common/defs.h
991         * src/common/tags.c
992         * src/common/tags.h
993         * src/gtk/quicksearch.c
994         * src/gtk/quicksearch.h
995                 Add Tags implementation. Tags are arbitrary labels
996                 that can be applied to messages. It is possible 
997                 to create, edit, remove tags; apply them to mails;
998                 filter on tags or tag presence; apply or unset
999                 tags via filtering actions; reference tags in
1000                 reply templates.
1001
1002 2007-07-02 [paul]       2.10.0
1003
1004         * NEWS
1005         * README
1006         * RELEASE_NOTES
1007                 2.10.0 released
1008
1009 2007-07-02 [paul]       2.9.2cvs78
1010
1011         * po/de.po
1012         * po/en_GB.po
1013         * po/es.po
1014         * po/fr.po
1015         * po/hu.po
1016         * po/pt_BR.po
1017         * po/ru.po
1018         * po/zh_CN.po
1019                 updated by Stephan Sachse, me, Ricardo Mones
1020                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1021                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1022
1023 2007-07-02 [paul]       2.9.2cvs77
1024
1025         * AUTHORS
1026                 updated
1027
1028 2007-06-29 [wwp]        2.9.2cvs76
1029
1030         * src/gtk/headers.h
1031                 Fix a typo (thanks to Ricardo for finding this out).
1032
1033 2007-06-28 [paul]       2.9.2cvs75
1034
1035         * src/folderview.c
1036                 fix build warnings
1037
1038 2007-06-28 [paul]       2.9.2cvs74
1039
1040         * tools/Makefile.am
1041                 fix bug in the autotools build system.
1042                 Files cataloged under EXTRA_DIST were never
1043                 automatically copied to the build tree.
1044                 (fix 'make distcheck')
1045                 Patch by Michael Rasmussen.
1046
1047 2007-06-24 [colin]      2.9.2cvs73
1048
1049         * src/news_gtk.c
1050                 Fix bug 1249, 'Error handling for 
1051                 news errors needs modification'
1052                 Only popup error if the according
1053                 pref in Prefs/Receive is set.
1054
1055 2007-06-21 [colin]      2.9.2cvs72
1056
1057         * src/common/plugin.c
1058         * src/common/plugin.h
1059                 Change plugin API to know whether it's safe to 
1060                 unload plugins or whether we should just hide
1061                 them. Fixes bug 1248, 'Core dumps after 
1062                 unloading plugin and clicking on load plugins'
1063         * src/plugins/bogofilter/bogofilter.c
1064         * src/plugins/clamav/clamav_plugin.c
1065         * src/plugins/demo/demo.c
1066         * src/plugins/dillo_viewer/dillo_viewer.c
1067         * src/plugins/pgpcore/plugin.c
1068         * src/plugins/pgpinline/plugin.c
1069         * src/plugins/pgpmime/plugin.c
1070         * src/plugins/spamassassin/spamassassin.c
1071         * src/plugins/trayicon/trayicon.c
1072                 Update API
1073
1074 2007-06-19 [colin]      2.9.2cvs71
1075
1076         * src/compose.c
1077         * src/messageview.c
1078                 Fix crash mentioned in bug 1246
1079                 Race condition when automatically drafting
1080                 due to insertion on reedit.
1081
1082 2007-06-18 [wwp]        2.9.2cvs70
1083
1084         * src/importldif.c
1085                 LDIF import: use a "Proceed" button to complete
1086                 the process.
1087
1088 2007-06-18 [paul]       2.9.2cvs69
1089
1090         * configure.ac
1091                 use pkgconfig to check for gtk and glib
1092
1093 2007-06-17 [wwp]        2.9.2cvs68
1094
1095         * src/ldif.c
1096         * src/importldif.c
1097                 LDIF import: better error handling, minor code
1098                 and UI cleanup, and renamed the Save button
1099                 to Close, as imported stuff is already saved
1100                 when the Save button is shown.
1101
1102 2007-06-17 [colin]      2.9.2cvs67
1103
1104         * src/prefs_summaries.c
1105         * src/procmsg.c
1106                 Don't set as read when forwarded, only replied to
1107
1108 2007-06-17 [paul]       2.9.2cvs66
1109
1110         * src/alertpanel.c
1111                 add missing #include
1112
1113 2007-06-16 [colin]      2.9.2cvs65
1114
1115         * src/prefs_summaries.c
1116         * src/procmsg.c
1117                 Change the pref "Only mark as read when opened
1118                 in new window" to "..., replied to or forwarded".
1119                 Based on a patch by Paul Rolland.
1120
1121 2007-06-16 [paul]       2.9.2cvs64
1122
1123         * src/gtk/authors.h
1124                 alphabetical order! :)
1125
1126 2007-06-16 [colin]      2.9.2cvs63
1127
1128         * AUTHORS
1129         * src/gtk/authors.h
1130                 Add Michael Rasmussen in authors list
1131
1132 2007-06-16 [colin]      2.9.2cvs62
1133
1134         * src/messageview.c
1135                 Fix messageview_copy_clipboard to take advantage
1136                 of plugins' get_selection.
1137
1138 2007-06-15 [colin]      2.9.2cvs61
1139
1140         * src/action.c
1141         * src/addr_compl.c
1142         * src/addressbook.c
1143         * src/folderview.c
1144         * src/message_search.c
1145         * src/mimeview.c
1146         * src/summary_search.c
1147         * src/summaryview.c
1148         * src/textview.c
1149                 Allow GDK_KP_Enter to do the same as GDK_Return
1150                 Patch by Michael Rasmussen
1151
1152 2007-06-15 [paul]       2.9.2cvs60
1153
1154         * src/compose.c
1155                 fix bug when closing a compose window
1156                 during autosave
1157
1158 2007-06-14 [paul]       2.9.2cvs59
1159
1160         * src/main.c
1161         * src/common/defs.h
1162                 migrate sylpheed config
1163
1164 2007-06-14 [wwp]        2.9.2cvs58
1165
1166         * src/gtk/pluginwindow.c
1167                 Yet another attempt to fix sizing/alignment of the
1168                 button bar in plugins window.
1169
1170 2007-06-12 [colin]      2.9.2cvs57
1171
1172         * po/POTFILES.in
1173         * src/Makefile.am
1174         * src/folderview.c
1175         * src/prefs_common.c
1176         * src/prefs_common.h
1177         * src/prefs_summaries.c
1178         * src/prefs_summary_open.c
1179         * src/prefs_summary_open.h
1180         * src/summaryview.c
1181                 Make "when entering a folder" actions more personalisable
1182
1183 2007-06-12 [wwp]        2.9.2cvs56
1184
1185         * tools/README
1186                 Use short description from Paul (mairix.sh).
1187
1188 2007-06-12 [wwp]        2.9.2cvs55
1189
1190         * tools/README
1191                 Updated info about mairix.sh.
1192
1193 2007-06-11 [paul]       2.9.2cvs54
1194
1195         * src/prefs_logging.c
1196                 rework log window length widgets
1197                 and some sensitivity fixes
1198
1199 2007-06-11 [paul]       2.9.2cvs53
1200
1201         * src/mainwindow.c
1202         * src/prefs_logging.c
1203                 rename 'Protocol Log' to 'Network Log'
1204                 and some function renaming
1205
1206 2007-06-10 [wwp]        2.9.2cvs52
1207
1208         * src/gtk/pluginwindow.c
1209                 Revert 2.9.2cvs51.
1210
1211 2007-06-10 [wwp]        2.9.2cvs51
1212
1213         * src/gtk/pluginwindow.c
1214                 Fix button bar in plugin window, was centered and not
1215                 behaving like other dialogs w/ such button bar.
1216
1217 2007-06-08 [wwp]        2.9.2cvs50
1218
1219         * src/compose.c
1220         * src/compose.h
1221         * src/main.c
1222         * src/mainwindow.c
1223         * src/mainwindow.h
1224                 Provide a way out of automatic draft saving on IMAP, when
1225                 exiting offline.
1226                 Prevent drafting while sending and quitting while sending.
1227                 Thanks for Colin.
1228
1229
1230
1231 2007-06-08 [wwp]        2.9.2cvs49
1232
1233         * src/prefs_account.c
1234         * src/gtk/prefswindow.c
1235         * src/gtk/prefswindow.h
1236                 Activate the Basic page when opening account prefs.
1237
1238 2007-06-08 [wwp]        2.9.2cvs48
1239
1240         * src/common/socket.c
1241                 Don't crash if fork() fails, thanks to Colin.
1242
1243 2007-06-08 [wwp]        2.9.2cvs47
1244
1245         * src/gtk/prefswindow.c
1246                 Wrap some long lines, and reset horizontal scroller's adjusment
1247                 (this was already done, vertically), when changing tab (not page)
1248                 in prefs windows.
1249
1250 2007-06-08 [paul]       2.9.2cvs46
1251
1252         * src/common/utils.c
1253                 use gethostname() instead of uname()
1254                 based on a patch by Michael Hughes
1255                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1256
1257 2007-06-07 [wwp]        2.9.2cvs45
1258
1259         * src/prefs_common.c
1260                 Fix some useless warnings, thanks to Colin.
1261
1262 2007-06-06 [colin]      2.9.2cvs44
1263
1264         * src/ldapupdate.c
1265                 Fix strange allocations. 
1266
1267 2007-06-06 [colin]      2.9.2cvs43
1268
1269         * src/ldapupdate.c
1270                 Patch by Michael Rasmussus to help
1271                 bug 1232
1272
1273 2007-06-05 [wwp]        2.9.2cvs42
1274
1275         * src/prefs_account.c
1276         * src/prefs_folder_item.c
1277         * src/prefs_quote.c
1278         * src/quote_fmt.c
1279         * src/quote_fmt.h
1280                 Per-folder templates can now be applied recursively.
1281                 Always save per-folder templates (formats were erroneously
1282                 saved only if they were enabled).
1283                 Check for validity of quotation marks everywhere there
1284                 are defined.
1285
1286 2007-06-05 [wwp]        2.9.2cvs41
1287
1288         * src/inc.c
1289                 Fix incoming messages from local accounts always getting filtered
1290                 (even if the account prefs say don't), thanks to Colin.
1291
1292 2007-06-05 [wwp]        2.9.2cvs40
1293
1294         * src/compose.c
1295         * src/compose.h
1296                 Use per-folder/per-account quote chars when applying a
1297                 template or inserting text as well. Const'ify some
1298                 vars more.
1299
1300 2007-06-04 [colin]      2.9.2cvs39
1301
1302         * src/compose.c
1303                 More work for wwp :)
1304
1305 2007-06-04 [wwp]        2.9.2cvs38
1306
1307         * src/compose.c
1308                 Same as 2.9.2cvs36 but for forwarding.
1309
1310 2007-06-04 [colin]      2.9.2cvs37
1311
1312         * src/compose.c
1313                 Use original mail file for forward/redirect
1314                 Fixes some forwarded mails to be attached as
1315                 application/octet-stream (when they have binary
1316                 parts), and incidentally fixes bug 848
1317                 'Redirect breaks GnuPG'
1318
1319 2007-06-04 [wwp]        2.9.2cvs36
1320
1321         * src/compose.c
1322                 Fix quote mark mis-initialisation when replying/forwarding
1323                 (introduced w/ 2.9.2cvs20).
1324
1325 2007-06-04 [wwp]        2.9.2cvs35
1326
1327         * src/prefs_compose_writing.c
1328         * src/prefs_quote.c
1329                 Fix a bug where Quotation characters (prefs/compose/writing)
1330                 was cleared (introduced w/ 2.9.2cvs26).
1331
1332 2007-06-04 [wwp]        2.9.2cvs34
1333
1334         * src/prefs_account.c
1335         * src/prefs_account.h
1336                 Better fix for compiling w/o aspell (rollbacks
1337                 2.9.2cvs31).
1338
1339 2007-06-04 [wwp]        2.9.2cvs33
1340
1341         * src/account.c
1342         * src/prefs_account.c
1343         * src/prefs_account.h
1344         * src/procmsg.c
1345                 It's now possible to disable mail filtering plugins
1346                 on a per-account basis.
1347
1348 2007-06-04 [wwp]        2.9.2cvs32
1349
1350         * src/procheader.c
1351         * src/common/utils.c
1352         * src/common/utils.h
1353                 Support CRLF in headers part of messages.
1354                 Support few more date formats (RFC3339 subsets).
1355
1356 2007-06-04 [wwp]        2.9.2cvs31
1357
1358         * src/prefs_account.c
1359                 Fix compiling w/o aspell support.
1360
1361 2007-06-03 [wwp]        2.9.2cvs30
1362
1363         * src/prefs_gtk.c
1364                 Don't decode leading ENV_ and ~ in P_PASSWORD
1365                 values.
1366
1367 2007-06-03 [wwp]        2.9.2cvs29
1368
1369         * src/prefs_gtk.c
1370                 Don't decode leading ENV_ and ~ in P_PASSWORD
1371                 values.
1372
1373 2007-06-03 [wwp]        2.9.2cvs28
1374
1375         * src/prefs_account.c
1376         * src/gtk/prefswindow.c
1377         * src/gtk/prefswindow.h
1378                 Added a way to force preloading of all pages
1379                 (prefswindow).
1380                 Moved tabs to pages in account prefs.
1381
1382 2007-06-02 [colin]      2.9.2cvs27
1383
1384         * src/addressbook.c
1385                 Fix possible crash, fix ldap write bugs
1386         * src/ldapupdate.c
1387                 Fix ldap write bugs - patch by Michael
1388                 Rasmussen
1389         * src/alertpanel.c
1390         * src/alertpanel.h
1391                 Add a hook whenever alertpanel opens/closes
1392
1393 2007-05-31 [wwp]        2.9.2cvs26
1394
1395         * src/prefs_compose_writing.c
1396         * src/prefs_quote.c
1397                 Re-organized writing options a bit:
1398                  - renamed the Quoting page to Templates
1399                  - moved all composing templates to that page
1400                  - moved non-templates options to the Writing one,
1401                    grouped reply-related options, reordered reply and
1402                    forward options.
1403
1404 2007-05-31 [wwp]        2.9.2cvs25
1405
1406         * src/compose.c
1407                 Removed unused code.
1408
1409 2007-05-31 [colin]      2.9.2cvs24
1410
1411         * src/addressbook.c
1412                 Fix missing display name when modifying
1413                 LDAP. Patch by Michael Rasmussen
1414
1415 2007-05-31 [wwp]        2.9.2cvs23
1416
1417         * src/plugins/bogofilter/Makefile.am
1418         * src/plugins/clamav/Makefile.am
1419         * src/plugins/demo/Makefile.am
1420         * src/plugins/dillo_viewer/Makefile.am
1421         * src/plugins/spamassassin/Makefile.am
1422                 Fix building of those plugins in Mac OS X.
1423
1424 2007-05-30 [wwp]        2.9.2cvs22
1425
1426         * src/gtk/quicksearch.c
1427                 Fix missing initialization.
1428
1429 2007-05-30 [wwp]        2.9.2cvs21
1430
1431         * src/procheader.c
1432                 Revert accidental commit (debug outputs).
1433
1434 2007-05-30 [wwp]        2.9.2cvs20
1435
1436         * src/compose.c
1437         * src/folder_item_prefs.c
1438         * src/folder_item_prefs.h
1439         * src/prefs_account.c
1440         * src/prefs_account.h
1441         * src/prefs_folder_item.c
1442         * src/prefs_gtk.c
1443         * src/prefs_gtk.h
1444                 Implemented per-account and per-folder
1445                 compose/reply/forward formats.
1446
1447 2007-05-30 [wwp]        2.9.2cvs19
1448
1449         * src/prefs_compose_writing.c
1450         * src/prefs_quote.c
1451         * src/procheader.c
1452         * src/quote_fmt.c
1453         * src/quote_fmt.h
1454                 Internal API changes (factorize quote format
1455                 prefs and checks).
1456
1457 2007-05-30 [colin]      2.9.2cvs18
1458
1459         * src/compose.c
1460                 Fix race where it's possible to re-click Send
1461                 between end of SMTP session and end of "move to
1462                 sent folder" when sending an email with send
1463                 dialog enabled.
1464
1465 2007-05-30 [colin]      2.9.2cvs17
1466
1467         * src/crash.c
1468                 Ask for backtrace on all threads. Patch by
1469                 Pawel
1470         * src/folderview.c
1471                 Fix stale news statusbar when scanning fails.
1472                 Patch by Pawel
1473         * src/ldapupdate.c
1474                 Fix some LDAP write updates bugs. Patch
1475                 by Michael Rasmussen
1476
1477 2007-05-29 [colin]      2.9.2cvs16
1478
1479         * src/imap.c
1480                 Fix loss of local flags when moving mails
1481                 on IMAP in high-bandwidth mode (UID FETCH)
1482
1483 2007-05-25 [paul]       2.9.2cvs15
1484
1485         * src/common/socket.c
1486                 fix sometimes crasher on cancelling
1487                 message sending
1488
1489 2007-05-25 [colin]      2.9.2cvs14
1490
1491         * src/imap.c
1492                 Fix a memory leak
1493         * src/imap_gtk.c
1494                 Be more helpful in the subscription
1495                 message
1496
1497 2007-05-23 [wwp]        2.9.2cvs13
1498
1499         * src/compose.c
1500         * src/prefs_compose_writing.c
1501         * src/prefs_quote.c
1502         * src/prefs_template.c
1503         * src/prefs_template.h
1504         * src/quote_fmt.c
1505         * src/quote_fmt.h
1506         * src/quote_fmt_lex.l
1507         * src/quote_fmt_parse.y
1508                 Introduced new syntax elements (symbols and commands)
1509                 in templates/quote_fmt. Compatibility w/ old
1510                 symbols is kept.
1511                 Updated and reworked the corresponding Information
1512                 dialog.
1513                 Display the line number in dialogs that talk about
1514                 parser errors (in addition to the error message in
1515                 output).
1516
1517 2007-05-23 [wwp]        2.9.2cvs12
1518
1519         * src/quote_fmt_parse.y
1520                 Fix 2.9.2cvs11, probably a paste accident ;).
1521
1522 2007-05-23 [wwp]        2.9.2cvs11
1523
1524         * src/compose.c
1525         * src/prefs_template.c
1526         * src/quote_fmt.h
1527         * src/quote_fmt_parse.y
1528                 Fix 2.9.2cvs10, which broke --disable-aspell.
1529
1530 2007-05-22 [wwp]        2.9.2cvs10
1531
1532         * src/compose.c
1533         * src/prefs_template.c
1534         * src/quote_fmt.c
1535         * src/quote_fmt.h
1536         * src/quote_fmt_lex.l
1537         * src/quote_fmt_parse.y
1538         * src/gtk/gtkaspell.c
1539         * src/gtk/gtkaspell.h
1540                 Added template/quote format syntactical elements
1541                 to show and query:
1542                         - current dictionary
1543                           %T to show (shows empty if not set or not enabled),
1544                           ?T and !T to check if the default dictionary is
1545                           enabled and set
1546                         - current account's default dictionary
1547                           %aT to show (empty if not set or not enabled),
1548                           ?aT and !aT to check if it's enabled and set
1549                         - name completion for an address, from the address
1550                           book
1551                           %ABf, %ABt, %ABc respectively show the full name got
1552                           from the address book if From, To or Cc match a single
1553                           contact.
1554                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1555                           matches any contact and if the full name is non-empty.
1556                           If From, To or Cc are lists of email addresses, only
1557                           the first address will be checked.
1558                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1559                 that could show a trailing ','.
1560                 Also, template/quote_fmt parser now shows the line number in case
1561                 of parser error.
1562
1563 2007-05-15 [colin]      2.9.2cvs9
1564
1565         * src/main.c
1566         * src/main.h
1567                 Add a public function to know whether Claws
1568                 crashed last time
1569                 Store opened folder when exiting
1570         * src/folder.c
1571         * src/folder.h
1572                 Store last opened message in each FolderItem;
1573                 Reset last seen messages if Claws crashed, so 
1574                 that one can't go in an infinite crash in case 
1575                 a particular mail crashes Claws.
1576         * src/messageview.c
1577         * src/prefs_common.c
1578         * src/prefs_common.h
1579         * src/summaryview.c
1580         * src/prefs_summaries.c
1581                 Add "Select last opened message" when entering
1582                 a folder
1583                 Add "Select last opened folder" at startup.
1584
1585 2007-05-14 [colin]      2.9.2cvs8
1586
1587         * manual/xml2pdf
1588                 Fix bashism, search for xml catalog 
1589                 in /usr/local/share/xml/catalog too
1590                 Patch by Pawel
1591
1592 2007-05-13 [wwp]        2.9.2cvs7
1593
1594         * src/gtk/logwindow.c
1595                 fix raising log windows when they are either minimized or
1596                 in background.
1597
1598 2007-05-11 [colin]      2.9.2cvs6
1599
1600         * src/gtk/filesel.c
1601                 Use Hildon's file chooser on Maemo. Patch
1602                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1603                 'File attachment "manipulation" bugs...'
1604
1605 2007-05-10 [wwp]        2.9.2cvs5
1606
1607         * src/prefs_common.c
1608         * src/prefs_common.h
1609         * src/gtk/quicksearch.c
1610                 Add a quicksearch option to automatically run
1611                 a search selected from the history (this option
1612                 is exclusive towards type-ahead).
1613
1614 2007-05-10 [colin]      2.9.2cvs4
1615
1616         * src/imap.c
1617                 Fix g_warnings, thanks to Brian
1618                 Morrison
1619
1620 2007-05-09 [colin]      2.9.2cvs3
1621
1622         * src/crash.c
1623         * src/exporthtml.c
1624         * src/mbox.c
1625         * src/prefs_summaries.c
1626         * src/procheader.c
1627         * src/common/log.c
1628         * src/common/utils.c
1629         * src/gtk/gtksourceprintjob.c
1630         * src/gtk/sslcertwindow.c
1631                 Use the re-entrant variant of time functions
1632                 Probably fixes bug 1217, 'reentrancy problems 
1633                 with time functions'
1634
1635 2007-05-09 [colin]      2.9.2cvs2
1636
1637         * src/imap.c
1638                 Fix crasher when reconnection fails
1639
1640 2007-05-08 [paul]       2.9.2cvs1
1641
1642         * NEWS
1643         * README
1644         * RELEASE_NOTES
1645         * configure.ac
1646                 bump version number following
1647                 stable release
1648
1649 2007-05-08 [paul]       2.9.1cvs48
1650
1651         * src/plugins/demo/demo.c
1652         * src/plugins/dillo_viewer/dillo_prefs.c
1653         * src/plugins/dillo_viewer/dillo_prefs.h
1654         * src/plugins/dillo_viewer/dillo_viewer.c
1655         * src/plugins/pgpcore/pgp_viewer.c
1656         * src/plugins/pgpcore/pgp_viewer.h
1657         * src/plugins/pgpcore/plugin.c
1658         * src/plugins/pgpcore/prefs_gpg.c
1659         * src/plugins/pgpcore/prefs_gpg.h
1660         * src/plugins/pgpcore/sgpgme.c
1661         * src/plugins/pgpcore/sgpgme.h
1662         * src/plugins/pgpinline/plugin.c
1663         * src/plugins/pgpmime/pgpmime.c
1664         * src/plugins/pgpmime/pgpmime.h
1665         * src/plugins/pgpmime/plugin.c
1666         * src/plugins/spamassassin/spamassassin.c
1667         * src/plugins/spamassassin/spamassassin.h
1668         * src/plugins/spamassassin/spamassassin_gtk.c
1669         * src/plugins/trayicon/README
1670         * tools/README
1671         * tools/README.sylprint
1672         * tools/outlook2claws-mail.pl
1673         * tools/sylprint.pl
1674         * tools/tb2claws-mail
1675         * tools/tbird2claws.py
1676         * tools/update-po
1677         * tools/vcard2xml.py
1678         * tools/kdeservicemenu/README
1679                 cleanups and corrections
1680
1681 2007-05-06 [wwp]        2.9.1cvs47
1682
1683         * tools/uudec
1684                 Fix missing dash to `display` command-line, reported
1685                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
1686
1687 2007-05-06 [colin]      2.9.1cvs46
1688
1689         * src/Makefile.am
1690         * src/stock_pixmap.c
1691         * src/stock_pixmap.h
1692         * src/pixmaps/printer.xpm
1693                 Add a printer icon
1694
1695 2007-05-06 [paul]       2.9.1cvs45
1696
1697         * src/compose.c
1698         * src/ldapquery.c
1699         * src/privacy.h
1700         * src/summary_search.c
1701         * src/summaryview.c
1702                 fix build warnings
1703
1704 2007-05-05 [wwp]        2.9.1cvs44
1705
1706         * src/messageview.c
1707         * src/mh.c
1708         * src/prefs_actions.c
1709         * src/prefs_gtk.c
1710         * src/summaryview.c
1711         * src/common/xml.c
1712                 Fix "faild" typos everywhere and capitalization of
1713                 some g_warnings.
1714
1715 2007-05-04 [colin]      2.9.1cvs43
1716
1717         * src/compose.c
1718         * src/privacy.c
1719         * src/privacy.h
1720         * src/plugins/pgpcore/prefs_gpg.c
1721         * src/plugins/pgpcore/prefs_gpg.h
1722         * src/plugins/pgpinline/pgpinline.c
1723         * src/plugins/pgpmime/pgpmime.c
1724                 Add an API to warn about encryption limits,
1725                 and allow to disable these warnings
1726
1727 2007-05-03 [colin]      2.9.1cvs42
1728
1729         * src/summaryview.c
1730         * src/mainwindow.c
1731                 Fix bug 1213, 'Delete more than 
1732                 one thread at once'
1733
1734 2007-05-03 [wwp]        2.9.1cvs41
1735
1736         * src/prefs_common.c
1737         * src/prefs_filtering.c
1738         * src/prefs_template.c
1739         * src/common/template.c
1740         * src/common/template.h
1741         * src/gtk/gtkutils.c
1742         * src/gtk/gtkutils.h
1743                 Templates are no longer automatically sorted
1744                 by name, but can be sorted manually using
1745                 |< < > >| buttons as well as drag'n'drop.
1746
1747 2007-05-03 [wwp]        2.9.1cvs40
1748
1749         * src/plugins/spamassassin/spamassassin.c
1750         * src/plugins/spamassassin/spamassassin.h
1751         * src/plugins/spamassassin/spamassassin_gtk.c
1752         * src/plugins/bogofilter/bogofilter.c
1753         * src/plugins/bogofilter/bogofilter.h
1754         * src/plugins/bogofilter/bogofilter_gtk.c
1755                 Added an option to conditionally mark saved spam
1756                 as read (default is and was to do so).
1757                 Satisfies feature request 1708539 on sf.net tracker.
1758
1759 2007-05-03 [colin]      2.9.1cvs39
1760
1761         * src/inc.c
1762                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
1763
1764 2007-05-02 [colin]      2.9.1cvs38
1765
1766         * src/textview.c
1767                 Fix bug 1209, 'Clicking on address 
1768                 in header (mailto uri) selects 
1769                 default account'. Patch adapted from
1770                 G.P. Halkes' patch.
1771
1772 2007-05-02 [colin]      2.9.1cvs37
1773
1774         * src/grouplistdialog.c
1775                 Set cursor to wait cursor while loading
1776                 groups.
1777
1778 2007-05-02 [paul]       2.9.1cvs36
1779
1780         * src/folder.c
1781         * src/common/defs.h
1782                 rename cache and mark files
1783                 (data is preserved)
1784
1785 2007-04-30 [paul]       2.9.1cvs35
1786
1787         * manual/glossary.xml
1788         * manual/plugins.xml
1789                 updates. Patch by Ricardo
1790
1791 2007-04-29 [wwp]        2.9.1cvs34
1792
1793         * src/mainwindow.c
1794         * configure.ac
1795                 Fix few grammatical errors (patch by David Relson < relson at
1796                 osagesoftware dot com >).
1797
1798 2007-04-28 [colin]      2.9.1cvs33
1799
1800         * src/account.c
1801         * src/pop.c
1802         * src/prefs_account.c
1803         * src/prefs_account.h
1804                 Drop the "Download all" preference. It's
1805                 stupidly useless and confuses people from
1806                 time to time.
1807
1808 2007-04-27 [wwp]        2.9.1cvs32
1809
1810         * src/account.c
1811         * src/prefs_account.c
1812         * src/prefs_account.h
1813                 Don't reflect accounts changes to the mainwindow when it's
1814                 not necessary.
1815
1816 2007-04-27 [colin]      2.9.1cvs31
1817
1818         * src/folder.c
1819                 Freeze/thaw when sync'ing flags
1820         * src/imap.c
1821         * src/prefs_account.c
1822         * src/prefs_account.h
1823         * src/etpan/imap-thread.c
1824         * src/etpan/imap-thread.h
1825                 Add a way to use UID FETCH instead
1826                 of searches to fetch message lists
1827                 and flags. More expensive towards
1828                 bandwidth, less expensive towards
1829                 server's CPU. Probably fixes 
1830                 bug 1158, 'Scanning new folders on 
1831                 Exchange 2007 extremely slow'.
1832                 Patch 95% by Hoa.
1833
1834 2007-04-27 [paul]       2.9.1cvs30
1835
1836         * src/mainwindow.c
1837         * src/prefs_logging.c
1838                 improvements to english usage
1839
1840 2007-04-27 [colin]      2.9.1cvs29
1841
1842         * src/imap.c
1843                 Fix build without libetpan (my bad!)
1844
1845 2007-04-26 [colin]      2.9.1cvs28
1846
1847         * src/imap.c
1848         * src/imap.h
1849                 Fix uselessly exported function
1850         * src/textview.c
1851                 Consider "- -- \n" as signature separator
1852                 (that's what signature separators look like
1853                  in PGP/Inline signed mails)
1854
1855 2007-04-26 [colin]      2.9.1cvs27
1856
1857         * configure.ac
1858                 libetpan-0.49 is now required
1859         * src/procmime.c
1860                 Fix double fetching of mails if
1861                 first try failed
1862         * src/imap.c
1863                 Make offline sync faster, by
1864                 remembering last change time, and
1865                 last sync time.
1866
1867 2007-04-26 [hoa]        2.9.1cvs26
1868
1869         * src/imap.c
1870         * src/imap.h
1871         * src/mainwindow.c
1872         * src/toolbar.c
1873         * src/etpan/imap-thread.c
1874         * src/etpan/imap-thread.h
1875                 cancellation of IMAP operations is now allowed.
1876                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
1877
1878 2007-04-26 [colin]      2.9.1cvs25
1879
1880         * src/folder.c
1881                 Always fetch body+headers in folders that are
1882                 synched for offline use, if "Synchronise as
1883                 soon as possible" is set.
1884                 Fixes bug 1200, 'Add option to always retrieve full 
1885                 messages'
1886
1887 2007-04-25 [colin]      2.9.1cvs24
1888
1889         * src/compose.c
1890                 Fix bug 1198, 'Reply-all "disappearing" address bug 
1891                 persists...'
1892
1893 2007-04-24 [colin]      2.9.1cvs23
1894
1895         * src/folderview.c
1896                 Fix bug 1195, 'Hardware key navigation' 
1897                 Make GDK_Enter toggle expansion (Maemo)
1898
1899 2007-04-24 [wwp]        2.9.1cvs22
1900
1901         * src/compose.c
1902                 Fix few compiler warnings.
1903
1904 2007-04-24 [paul]       2.9.1cvs21
1905
1906         * src/Makefile.am
1907         * src/stock_pixmap.c
1908         * src/stock_pixmap.h
1909                 complete last commit
1910
1911 2007-04-24 [paul]       2.9.1cvs20
1912
1913         * src/gtk/about.c
1914         * src/pixmaps/active.xpm
1915         * src/pixmaps/checkbox_off.xpm
1916         * src/pixmaps/checkbox_on.xpm
1917         * src/pixmaps/inactive.xpm
1918                 kick out the blobs
1919                 remove transparent border from checkbox icons
1920
1921 2007-04-24 [wwp]        2.9.1cvs19
1922
1923         * src/textview.c
1924         * src/textview.h
1925                 Fix a crash in textview, thanks to Colin.
1926
1927 2007-04-23 [wwp]        2.9.1cvs18
1928
1929         * src/prefs_common.c
1930                 Fix 2.9.1cvs5: no header was being translated at all.
1931
1932 2007-04-23 [colin]      2.9.1cvs17
1933
1934         * src/Makefile.am
1935         * src/stock_pixmap.c
1936         * src/stock_pixmap.h
1937         * src/summaryview.c
1938         * src/summaryview.h
1939         * src/gtk/gtksctree.c
1940         * src/gtk/gtksctree.h
1941         * src/pixmaps/selection.xpm
1942                 Fix bug 1193, 'Need a way to multi-select
1943                 items'. Add a toggle button to the summaryview
1944                 to switch between normal and multiple selection
1945                 (Maemo)
1946
1947 2007-04-23 [colin]      2.9.1cvs16
1948
1949         * src/Makefile.am
1950         * src/stock_pixmap.c
1951         * src/stock_pixmap.h
1952         * src/summaryview.c
1953         * src/summaryview.h
1954         * src/gtk/gtksctree.c
1955         * src/gtk/gtksctree.h
1956         * src/pixmaps/selection.xpm
1957                 Fix bug 1193, 'Need a way to multi-
1958                 select items'
1959                 Add a toggle button in the summaryview
1960                 to enable normal or multiple selection.
1961                 (Maemo)
1962
1963 2007-04-23 [colin]      2.9.1cvs15
1964
1965         * src/compose.c
1966                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
1967
1968 2007-04-21 [colin]      2.9.1cvs14
1969
1970         * src/gtk/quicksearch.c
1971                 Fix previous commit (actually use correct
1972                 parameter)
1973
1974 2007-04-21 [colin]      2.9.1cvs13
1975
1976         * src/gtk/quicksearch.c
1977                 Fix changing quicksearch type (after Esc,
1978                 after changing Recursive, ...)
1979
1980 2007-04-20 [wwp]        2.9.1cvs12
1981
1982         * src/gtk/Makefile.am
1983                 Added headers.h (completes 2.9.1cvs5).
1984
1985 2007-04-20 [wwp]        2.9.1cvs11
1986
1987         * src/addressbook.c
1988                 Fix the use of display name in name column,
1989                 it has been overriden w/ the use of nickname
1990                 by 2.9.0cvs3. Now nickname is used (if any)
1991                 in case of LDAP books only.
1992
1993 2007-04-20 [colin]      2.9.1cvs10
1994
1995         * src/mimeview.c
1996         * src/summaryview.c
1997         * src/textview.c
1998                 Add handling of 'a' to loop in a mail's
1999                 mimeparts
2000
2001 2007-04-20 [colin]      2.9.1cvs9
2002
2003         * src/toolbar.c
2004                 Fix bug 1190, 'dir_open' button doesn't work'
2005                 (Maemo)
2006
2007 2007-04-20 [colin]      2.9.1cvs8
2008
2009         * src/folderview.c
2010         * src/mainwindow.c
2011                 Fix bug 1194, 'Hardware keys move from email 
2012                 list to account/directory list, but not back 
2013                 to email list...' (Maemo)
2014
2015 2007-04-20 [colin]      2.9.1cvs7
2016
2017         * src/compose.h
2018                 complete previous commit
2019
2020 2007-04-20 [colin]      2.9.1cvs6
2021
2022         * src/compose.c
2023                 Fix bug 1187, 'Reply-to addressee disappears 
2024                 when reply-to text box is clicked...' (Maemo)
2025
2026 2007-04-20 [wwp]        2.9.1cvs5
2027
2028         * po/POTFILES.in
2029         * src/addressbook.c
2030         * src/compose.c
2031         * src/filtering.c
2032         * src/headerview.c
2033         * src/matcher.c
2034         * src/prefs_common.c
2035         * src/prefs_common.h
2036         * src/prefs_display_header.c
2037         * src/prefs_matcher.c
2038         * src/summaryview.c
2039         * src/gtk/headers.h
2040         * src/gtk/quicksearch.c
2041                 Translate more header names according to the relevant option value,
2042                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2043                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2044                 to prefs_common_translated_header_name().
2045                 Added a headers.h reference file that contains known header names
2046                 (RFC2822 and others) to the translation process' input, so that
2047                 translated header names will still exist even if no occurrence of
2048                 _("headername") is found anymore in the sources.
2049                 Don't translate column name 'Number' following to trans_hdr option
2050                 value as it's not a header name.
2051
2052 2007-04-20 [colin]      2.9.1cvs4
2053
2054         * src/gtk/quicksearch.c
2055         * src/gtk/quicksearch.h
2056                 Add "From, To or Subject" quicksearch
2057                 type. Patch by ulfschaper@users.sf.net
2058
2059 2007-04-20 [colin]      2.9.1cvs3
2060
2061         * src/matcher.c
2062                 Implement proper references filtering condition.
2063                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2064
2065 2007-04-19 [wwp]        2.9.1cvs2
2066
2067         * src/prefs_display_header.c
2068         * src/message_search.c
2069                 Fix few warnings (g_free of const gchar*).
2070
2071 2007-04-19 [paul]       2.9.1cvs1
2072
2073         * NEWS
2074         * README
2075         * RELEASE_NOTES
2076         * configure.ac
2077                 bump version number following
2078                 stable release
2079
2080 2007-04-19 [paul]       2.9.0cvs9
2081
2082         * manual/advanced.xml
2083         * manual/glossary.xml
2084                 fix typos
2085
2086 2007-04-18 [paul]       2.9.0cvs8
2087
2088         * src/pop.c
2089                 fix for CVE-2007-1558 (APOP)
2090                 Thanks to Colin
2091
2092 2007-04-18 [paul]       2.9.0cvs7
2093
2094         * src/messageview.c
2095         * src/mimeview.c
2096         * src/summaryview.c
2097         * src/gtk/filesel.c
2098                 Fix encoding woes wrt saving of
2099                 mails and parts
2100                 Thanks to Colin
2101
2102 2007-04-18 [colin]      2.9.0cvs6
2103
2104         * src/gtk/pluginwindow.c
2105                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2106
2107 2007-04-17 [wwp]        2.9.0cvs5
2108
2109         * src/addressadd.c
2110         * src/addressbook.c
2111         * src/addrindex.c
2112         * src/ldapupdate.c
2113                 Fix --disable-ldap build,
2114                 fix some LDAP annoyances on 
2115                 searches, thanks to Colin.
2116
2117 2007-04-17 [wwp]        2.9.0cvs4
2118
2119         * src/ldapupdate.c
2120                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2121                 like gcc 2.9x. Thanks to Colin.
2122
2123 2007-04-17 [wwp]        2.9.0cvs3
2124
2125         * src/Makefile.am
2126         * src/addressadd.c
2127         * src/addressbook.c
2128         * src/addrindex.c
2129         * src/addritem.c
2130         * src/addritem.h
2131         * src/editaddress.c
2132         * src/ldapctrl.c
2133         * src/ldapctrl.h
2134         * src/ldapquery.c
2135         * src/ldapserver.c
2136         * src/ldapserver.h
2137         * src/ldapupdate.c
2138         * src/ldapupdate.h
2139                 Add LDAP write support. Patch mostly by 
2140                 Michael <mir at datanom dot net>
2141
2142 2007-04-17 [wwp]        2.9.0cvs2
2143
2144         * src/compose.c
2145                 Prepend "Add to address book" to the context menu of compose window's sender and
2146                 recipient fields.
2147
2148 2007-04-16 [paul]       2.9.0cvs1
2149
2150         * src/gtk/authors.h
2151                 add Pader Rezso
2152
2153 2007-04-16 [paul]       2.9.0
2154
2155         * NEWS
2156         * README
2157         * RELEASE_NOTES
2158                 2.9.0 released
2159
2160 2007-04-16 [paul]       2.8.1cvs102
2161
2162         * po/fr.po
2163                 updated by Fabien Vantard
2164
2165 2007-04-16 [paul]       2.8.1cvs101
2166
2167         * po/ca.po
2168         * po/cs.po
2169         * po/de.po
2170         * po/hu.po
2171         * po/pl.po
2172         * po/pt_BR.po
2173         * po/sr.po
2174         * po/zh_CN.po
2175                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2176                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2177                 Aleksandar Urosevic, and Ralgh Young
2178
2179 2007-04-15 [mones]      2.8.1cvs100
2180
2181         * po/es.po
2182                 Updated for release
2183
2184 2007-04-14 [colin]      2.8.1cvs99
2185
2186         * src/message_search.c
2187         * src/prefs_display_header.c
2188         * src/summary_search.c
2189         * src/gtk/combobox.c
2190                 Fix allocations
2191
2192 2007-04-14 [wwp]        2.8.1cvs98
2193
2194         * src/gtk/combobox.c
2195         * src/message_search.c
2196         * src/summary_search.c
2197         * src/prefs_display_header.c
2198                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2199                 returns NULL, get the text value directly from the GtkEntry child.
2200
2201 2007-04-13 [colin]      2.8.1cvs97
2202
2203         * src/gtk/quicksearch.c
2204                 Give the focus back to summaryview when
2205                 emptying the quicksearch with Esc
2206
2207 2007-04-13 [colin]      2.8.1cvs96
2208
2209         * src/message_search.c
2210         * src/prefs_display_header.c
2211         * src/summary_search.c
2212                 Fix possibles crashes when getting text
2213                 from gtk combos
2214
2215 2007-04-13 [colin]      2.8.1cvs95
2216
2217         * src/pop.c
2218                 Add some UIDL debugging
2219
2220 2007-04-12 [colin]      2.8.1cvs94
2221
2222         * src/folder.c
2223                 Force folder scan if necessary after
2224                 copying mails, to be able to reapply
2225                 flags.
2226
2227 2007-04-11 [colin]      2.8.1cvs93
2228
2229         * src/main.c
2230                 don't scan for new mail on startup if --select
2231                 is specified (or race conditions arise). If so,
2232                 do both sequentially.
2233
2234 2007-04-09 [colin]      2.8.1cvs92
2235
2236         * src/common/defs.h
2237                 Use leafpad by default on Maemo. Patch
2238                 by Jean-Luc Biord.
2239
2240 2007-04-06 [colin]      2.8.1cvs91
2241
2242         * src/pixmaps/queue_close.xpm
2243         * src/pixmaps/queue_close_hrm.xpm
2244         * src/pixmaps/queue_close_hrm_mark.xpm
2245         * src/pixmaps/queue_close_mark.xpm
2246         * src/pixmaps/queue_open.xpm
2247         * src/pixmaps/queue_open_hrm.xpm
2248         * src/pixmaps/queue_open_hrm_mark.xpm
2249         * src/pixmaps/queue_open_mark.xpm
2250                 Move the clock one pixel down :)
2251
2252 2007-04-05 [colin]      2.8.1cvs90
2253
2254         * src/mainwindow.c
2255                 Don't sync when switching offline from
2256                 command line - it's usually too late :)
2257
2258 2007-04-05 [paul]       2.8.1cvs89
2259
2260         * src/Makefile.am
2261         * src/stock_pixmap.c
2262         * src/pixmaps/dir_close_hrm.xpm
2263         * src/pixmaps/dir_close_hrm_mark.xpm
2264         * src/pixmaps/drafts_close.xpm
2265         * src/pixmaps/drafts_close_mark.xpm
2266         * src/pixmaps/drafts_open.xpm
2267         * src/pixmaps/drafts_open_mark.xpm
2268         * src/pixmaps/inbox.xpm
2269         * src/pixmaps/inbox_close.xpm
2270         * src/pixmaps/inbox_close_hrm.xpm
2271         * src/pixmaps/inbox_close_hrm_mark.xpm
2272         * src/pixmaps/inbox_close_mark.xpm
2273         * src/pixmaps/inbox_hrm.xpm
2274         * src/pixmaps/inbox_hrm_mark.xpm
2275         * src/pixmaps/inbox_mark.xpm
2276         * src/pixmaps/inbox_open.xpm
2277         * src/pixmaps/inbox_open_hrm.xpm
2278         * src/pixmaps/inbox_open_hrm_mark.xpm
2279         * src/pixmaps/inbox_open_mark.xpm
2280         * src/pixmaps/outbox.xpm
2281         * src/pixmaps/outbox_close.xpm
2282         * src/pixmaps/outbox_close_hrm.xpm
2283         * src/pixmaps/outbox_close_hrm_mark.xpm
2284         * src/pixmaps/outbox_close_mark.xpm
2285         * src/pixmaps/outbox_hrm.xpm
2286         * src/pixmaps/outbox_hrm_mark.xpm
2287         * src/pixmaps/outbox_mark.xpm
2288         * src/pixmaps/outbox_open.xpm
2289         * src/pixmaps/outbox_open_hrm.xpm
2290         * src/pixmaps/outbox_open_hrm_mark.xpm
2291         * src/pixmaps/outbox_open_mark.xpm
2292         * src/pixmaps/queue_close.xpm
2293         * src/pixmaps/queue_close_hrm.xpm
2294         * src/pixmaps/queue_close_hrm_mark.xpm
2295         * src/pixmaps/queue_close_mark.xpm
2296         * src/pixmaps/queue_open.xpm
2297         * src/pixmaps/queue_open_hrm.xpm
2298         * src/pixmaps/queue_open_hrm_mark.xpm
2299         * src/pixmaps/queue_open_mark.xpm
2300                 updated, added and replaced icons
2301                 Icons by Colin
2302
2303 2007-04-04 [colin]      2.8.1cvs88
2304
2305         * src/imap.c
2306                 Fix build without libetpan
2307
2308 2007-04-03 [colin]      2.8.1cvs87
2309
2310         * src/imap.c
2311                 Fix crash with Citadel, and try to make
2312                 things work. this server (and specifically 
2313                 STATUS and APPEND at least) seems broken.
2314
2315 2007-04-03 [colin]      2.8.1cvs86
2316
2317         * src/folderview.c
2318                 Fix icons on folder close
2319
2320 2007-04-03 [colin]      2.8.1cvs85
2321
2322         * src/inc.c
2323                 Fix double-ask of offline override in
2324                 certain cases
2325         * src/imap.c
2326         * src/imap.h
2327         * src/imap_gtk.c
2328                 Much more efficient way to synchronise
2329                 for offline use
2330         * src/etpan/imap-thread.c
2331                 Fix possible segs
2332         * src/folder.c
2333         * src/gtk/quicksearch.c
2334                 Fix some GUI lags
2335
2336 2007-04-03 [paul]       2.8.1cvs84
2337
2338         * src/filtering.c
2339         * src/folder.c
2340         * src/folder.h
2341         * src/prefs_common.c
2342         * src/prefs_common.h
2343         * src/prefs_other.c
2344                 Fix sync being done too late
2345                 Thanks to Colin
2346
2347 2007-04-02 [colin]      2.8.1cvs83
2348
2349         * src/summaryview.c
2350                 Maemo: Put status and quicksearch at the top
2351         * src/plugins/bogofilter/bogofilter.c
2352         * src/plugins/spamassassin/spamassassin.c
2353                 Derive trash from inbox if possible
2354
2355 2007-04-02 [paul]       2.8.1cvs82
2356
2357         * src/plugins/bogofilter/bogofilter_gtk.c
2358                 a few English changes
2359
2360 2007-04-02 [paul]
2361
2362         2.9.0-rc1 released
2363
2364 2007-04-02 [colin]      2.8.1cvs81
2365
2366         * src/image_viewer.c
2367                 Fix transparent images by using
2368                 GtkImage
2369         * src/messageview.c
2370                 Flush events (on new windows) to avoid
2371                 having the textview's image resize fail
2372                 to know the available width
2373
2374 2007-04-01 [colin]      2.8.1cvs80
2375
2376         * src/prefs_account.c
2377                 If no MH mailbox exist, when creating a POP/Local
2378                 account, just create and use the default one 
2379                 instead of bailing with a "Mailbox doesn't exist"
2380                 error
2381
2382 2007-03-31 [colin]      2.8.1cvs79
2383
2384         * src/prefs_account.c
2385                 Create signature file if it doesn't exist
2386                 before editing
2387         * src/prefs_toolbar.c
2388                 Maemo: Move "Use default" on the left so
2389                 that people can find it
2390         * src/common/defs.h
2391                 Maemo: make default editor "Maemopad", 
2392                 default signature file "MyDocs/signature.txt"
2393
2394 2007-03-31 [colin]      2.8.1cvs78
2395
2396         * src/prefs_account.c
2397                 Maemo: rework account prefs so
2398                 that less horizontal scrolling
2399                 is required
2400
2401 2007-03-31 [colin]      2.8.1cvs77
2402
2403         * src/folderview.c
2404         * src/prefs_common.c
2405         * src/prefs_common.h
2406                 Fix bug 1167, 'Allow not displaying zeros 
2407                 in folder list'. Patch by MartinP
2408
2409 2007-03-31 [colin]      2.8.1cvs76
2410
2411         * AUTHORS
2412                 Add Jean-Luc Biord
2413
2414 2007-03-31 [colin]      2.8.1cvs75
2415
2416         * src/imap.c
2417                 Apply patch from bug 1172, direct
2418                 access to the folder's session instead
2419                 of using getter. Patch by MartinP
2420
2421 2007-03-31 [paul]       2.8.1cvs74
2422
2423         * src/gtk/authors.h
2424                 no need to list Fabien twice!
2425
2426 2007-03-31 [colin]      2.8.1cvs73
2427
2428         * src/inc.c
2429                 If we're currently "overriding for %d minutes",
2430                 don't ask
2431
2432 2007-03-31 [colin]      2.8.1cvs72
2433
2434         * src/compose.c
2435         * src/imap.c
2436         * src/inc.c
2437         * src/inc.h
2438         * src/messageview.c
2439         * src/news.c
2440         * src/plugins/spamassassin/spamassassin.c
2441                 Offline override: Add a parameter to allow
2442                 asking even if the override timer is running.
2443                 Allows to ask every time the user makes an
2444                 explicit action needing online access (such
2445                 as Get Mail), and not when the action is 
2446                 implicit (such as opening an IMAP folder)
2447
2448 2007-03-31 [colin]      2.8.1cvs71
2449
2450         * src/inc.c
2451                 Override offline: "No" answer shouldn't
2452                 re-ask after 3 seconds, but 10 minutes. 
2453
2454 2007-03-30 [colin]      2.8.1cvs70
2455
2456         * src/common/socket.c
2457                 Better error reporting on unix socket
2458                 failure (bind usually)
2459         * src/gtk/gtkutils.c
2460         * src/gtk/gtkutils.h
2461                 Label window: add a pulsing progress
2462                 bar to show we're not hung :)
2463         * src/folderview.c
2464         * src/main.c
2465         * src/plugins/pgpcore/sgpgme.c
2466                 Update API
2467
2468 2007-03-30 [colin]      2.8.1cvs69
2469
2470         * src/pop.c
2471         * src/prefs_common.c
2472                 Fix possible trashing of history and uidl
2473                 files on disk full problems
2474
2475 2007-03-30 [paul]       2.8.1cvs68
2476
2477         * src/mainwindow.c
2478         * src/summaryview.c
2479         * src/summaryview.h
2480                 update summary when changing layout type
2481                 (fixes wrong folder icon being displayed)
2482                 Thanks to Colin
2483
2484 2007-03-29 [colin]      2.8.1cvs67
2485
2486         * src/prefs_ext_prog.c
2487                 The browser pref is irrelevant on Maemo
2488
2489 2007-03-29 [colin]      2.8.1cvs66
2490
2491         * src/compose.c
2492         * src/compose.h
2493                 Maemo: dynamically switch headers/text position
2494         * src/prefs_common.c
2495                 Maemo: hide compose's ruler by default
2496         * src/common/socket.c
2497         * src/common/socket.h
2498                 Fix build warning
2499
2500 2007-03-29 [colin]      2.8.1cvs65
2501
2502         * src/common/socket.c
2503         * src/common/socket.h
2504                 Fix build when MAEMO_CFLAGS contains
2505                 _X_OPENSOURCE (resolv.h errors as long
2506                 as we don't add _BSD_SOURCE. Ugly).
2507
2508 2007-03-29 [wwp]        2.8.1cvs64
2509
2510         * src/prefs_logging.c
2511                 Fix sensitivity of clip-log widgets in prefs/logging,
2512                 thanks to Fabien.
2513
2514 2007-03-29 [wwp]        2.8.1cvs63
2515
2516         * po/POTFILES.in
2517                 Updated files list for translations, thanks to Fabien.
2518
2519 2007-03-29 [colin]      2.8.1cvs62
2520
2521         * src/main.c
2522         * src/common/Makefile.am
2523         * src/common/utils.c
2524                 Maybe make URI opening work in Maemo
2525                 Requires testing :)
2526
2527 2007-03-28 [colin]      2.8.1cvs61
2528
2529         * src/folder.c
2530         * src/folder.h
2531         * src/folderview.c
2532                 Add the possibility to sort folders arbitrarily
2533                 (via editing of folderlist.xml only). Patch by
2534                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2535                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2536                 be changed by the user'
2537
2538 2007-03-28 [colin]      2.8.1cvs60
2539
2540         * src/mimeview.c
2541                 Add popup menu for mime icons
2542
2543 2007-03-28 [colin]      2.8.1cvs59
2544
2545         * src/mainwindow.c
2546                 Fix a layout issue when presenting
2547                 mainwindow in Small screen layout
2548         * src/toolbar.c
2549         * src/toolbar.h
2550                 Add a "Go to folder list" button for
2551                 mainwindow, and make it default in
2552                 the Maemo build
2553
2554 2007-03-28 [colin]      2.8.1cvs58
2555
2556         * src/compose.c
2557                 Don't dynamically update title on Maemo
2558                 Patch by Jean-Luc Biord
2559
2560 2007-03-27 [colin]      2.8.1cvs57
2561
2562         * src/compose.c
2563         * src/folderview.c
2564         * src/summaryview.c
2565                 Enable tap-and-hold on Maemo
2566
2567 2007-03-26 [colin]      2.8.1cvs56
2568
2569         * src/compose.c
2570                 More popup-menu (in attachments list)
2571
2572 2007-03-26 [colin]      2.8.1cvs55
2573
2574         * src/compose.c
2575                 Enable popup-menu signal
2576
2577 2007-03-26 [colin]      2.8.1cvs54
2578
2579         * src/plugins/pgpinline/pgpinline.c
2580                 Fix bug 1111, 'PGP/inline plugin hides text 
2581                 around encrypted text block'. Patch based on
2582                 a patch from Michal Cihar.
2583
2584 2007-03-26 [wwp]        2.8.1cvs53
2585
2586         * src/procmsg.c
2587                 Fix getting a false error when sending queued message
2588                 whereas the sending was fine (if there are subfolders
2589                 in the queue folder), thanks to Colin.
2590
2591 2007-03-26 [paul]       2.8.1cvs52
2592
2593         * src/wizard.c
2594                 update FACE header in welcome message
2595
2596 2007-03-25 [colin]      2.8.1cvs51
2597
2598         * src/Makefile.am
2599                 Fix make dist
2600
2601 2007-03-25 [colin]      2.8.1cvs50
2602
2603         * src/main.c
2604                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2605
2606 2007-03-24 [colin]      2.8.1cvs49
2607
2608         * src/main.c
2609                 Fix a few launch problems on Maemo
2610                 Patch by Jean-Luc Biord
2611
2612 2007-03-24 [wwp]        2.8.1cvs48
2613
2614         * src/alertpanel.c
2615         * src/alertpanel.h
2616         * src/messageview.c
2617         * src/summaryview.c
2618                 Fix wrong action performed when closing the
2619                 "ask about account specific filtering rules
2620                 when filtering manually" dialog by pressing Escape.
2621                 Fix wrong order of buttons in the "return receipt
2622                 notification - the message was sent to several of
2623                 your accounts" dialog.
2624
2625 2007-03-24 [paul]       2.8.1cvs47
2626
2627         * src/folderview.c
2628                 an improvement to English usage
2629         * tools/kdeservicemenu/README
2630                 updated Claws url
2631
2632 2007-03-24 [paul]       2.8.1cvs46
2633
2634         * src/Makefile.am
2635         * src/stock_pixmap.c
2636         * src/pixmaps/edit_extern.xpm
2637         * src/pixmaps/mail_sign.xpm
2638                 rescue long lost icons
2639
2640 2007-03-24 [paul]       2.8.1cvs45
2641
2642         * src/toolbar.c
2643                 fix toolbar (broken in 2.8.1cvs42)
2644
2645 2007-03-23 [colin]      2.8.1cvs44
2646
2647         * src/imap.c
2648                 Correctly unsubscribe/resubscribe after
2649                 RENAME
2650
2651 2007-03-23 [colin]      2.8.1cvs43
2652
2653         * src/prefs_common.c
2654                 Maemo: as the platform is light on RAM, allow
2655                 caches to be discarded faster.
2656
2657 2007-03-23 [colin]      2.8.1cvs42
2658
2659         * src/Makefile.am
2660         * src/compose.c
2661         * src/compose.h
2662         * src/stock_pixmap.c
2663         * src/stock_pixmap.h
2664         * src/summaryview.c
2665         * src/summaryview.h
2666         * src/toolbar.c
2667         * src/toolbar.h
2668         * src/pixmaps/open_mail.xpm
2669                 Maemo changes: Add the possibility to have
2670                 "Open Email" and "Close Window" buttons on 
2671                 toolbars (and use them in Maemo's default
2672                 toolbars)
2673
2674 2007-03-23 [wwp]        2.8.1cvs41
2675
2676         * src/action.c
2677                 Reverted that part of the action dialog closure logics, to
2678                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
2679                 done later in a different way (or may not).
2680
2681 2007-03-22 [wwp]        2.8.1cvs40
2682
2683         * src/action.c
2684                 Fix sticky action dialog when got no output but action command
2685                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
2686
2687 2007-03-22 [colin]      2.8.1cvs39
2688
2689         * src/prefs_filtering.c
2690         * src/gtk/combobox.h
2691                 Fix escaping account names in filtering prefs
2692
2693 2007-03-22 [colin]      2.8.1cvs38
2694
2695         * src/addrindex.c
2696         * src/ldapctrl.h
2697         * src/ldapquery.c
2698                 Add any attribute specified in LDAP servers'
2699                 Search attributes to the Other Attributes tab
2700                 of contacts; Add 'telephoneNumber' in the
2701                 default list.
2702
2703 2007-03-22 [colin]      2.8.1cvs37
2704
2705         * src/folderview.c
2706         * src/folderview.h
2707         * src/mainwindow.c
2708                 Try to prevent race conditions when
2709                 changing the folder list
2710         * src/summaryview.c
2711                 Fix possible red folder icon when
2712                 switching from Small screen layout
2713                 to any other
2714
2715 2007-03-22 [colin]      2.8.1cvs36
2716
2717         * src/mainwindow.c
2718         * src/mainwindow.h
2719         * src/summaryview.c
2720                 Rename "little screen" to "Small screen"
2721         * src/gtk/Makefile.am
2722         * src/common/utils.c
2723         * src/mh.c
2724                 Fix Maemo-related compilation problems
2725
2726 2007-03-21 [colin]      2.8.1cvs35
2727
2728         * configure.ac
2729                 Fix previous commit
2730         * claws-mail.desktop
2731                 Remove .png from the Icon, it's useless
2732
2733 2007-03-21 [colin]      2.8.1cvs34
2734
2735         * configure.ac
2736         * src/Makefile.am
2737                 Add the necessary lib checking for 
2738                 Maemo
2739
2740 2007-03-21 [colin]      2.8.1cvs33
2741
2742         * src/main.c
2743                 Fix unconditional "error happened" when
2744                 sending via command-line. "lol @ myself"
2745
2746 2007-03-21 [colin]      2.8.1cvs32
2747
2748         * claws-mail-40x40.png
2749         * claws-mail-26x26.png
2750         * src/account.c
2751         * src/addressbook.c
2752         * src/compose.c
2753         * src/folderview.c
2754         * src/folderview.h
2755         * src/main.c
2756         * src/mainwindow.c
2757         * src/mainwindow.h
2758         * src/messageview.c
2759         * src/prefs_account.c
2760         * src/prefs_common.c
2761         * src/summary_search.c
2762         * src/summaryview.c
2763         * src/summaryview.h
2764         * src/gtk/authors.h
2765         * src/gtk/gtkutils.c
2766         * src/gtk/gtkutils.h
2767         * src/gtk/logwindow.c
2768         * src/gtk/menu.c
2769         * src/gtk/prefswindow.c
2770                 Add Maemo port (patch mainly by Jean-Luc Biort)
2771                 Add a new 'Little screen' layout to help on such
2772                 platforms (patch by me)
2773                 Make some default preferences different (more
2774                 adapted) on Maemo (patch by me)
2775
2776 2007-03-21 [wwp]        2.8.1cvs31
2777
2778         * src/prefs_logging.c
2779         * src/prefs_logging.h
2780                 Fixed copyright header of newly added files.
2781
2782 2007-03-21 [wwp]        2.8.1cvs30
2783
2784         * src/Makefile.am
2785         * src/filtering.c
2786         * src/filtering.h
2787         * src/folder.c
2788         * src/folderview.c
2789         * src/imap.c
2790         * src/inc.c
2791         * src/main.c
2792         * src/mainwindow.c
2793         * src/mainwindow.h
2794         * src/matcher.c
2795         * src/messageview.c
2796         * src/news.c
2797         * src/pop.c
2798         * src/prefs_common.c
2799         * src/prefs_common.h
2800         * src/prefs_logging.c
2801         * src/prefs_logging.h
2802         * src/prefs_other.c
2803         * src/procmsg.c
2804         * src/send_message.c
2805         * src/summaryview.c
2806         * src/common/log.c
2807         * src/common/log.h
2808         * src/common/nntp.c
2809         * src/common/session.c
2810         * src/common/smtp.c
2811         * src/common/socket.c
2812         * src/etpan/imap-thread.c
2813         * src/gtk/logwindow.c
2814         * src/gtk/logwindow.h
2815         * src/plugins/bogofilter/bogofilter.c
2816         * src/plugins/spamassassin/spamassassin.c
2817                 Added debugging of filtering/processing rules.
2818                 The debug log is here 'Tools/Filtering debug window',
2819                 the options there 'Configuration/Preferences/Other/Logging',
2820                 and the log file is ~/.claws-mail/filtering.log.
2821                 Moved protocol log prefs to 'Other/Logging' as well.
2822                 To support such debugging feature, the existing log API has
2823                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
2824                 this impacts many external modules (commits follow).
2825
2826 2007-03-21 [paul]       2.8.1cvs29
2827
2828         * src/etpan/Makefile.am
2829         * src/etpan/imap-thread.c
2830                 add missing #include
2831
2832 2007-03-21 [colin]      2.8.1cvs28
2833
2834         * src/procmime.c
2835                 Fix bug 1157, 'some broken messages confuse 
2836                 mime parser'. Make sure we can't have MimeInfos
2837                 with negative sizes.
2838
2839 2007-03-20 [colin]      2.8.1cvs27
2840
2841         * src/main.c
2842                 Fix missing \0 on buffer
2843
2844 2007-03-20 [colin]      2.8.1cvs26
2845
2846         * src/mh.c
2847                 Use make_dir_hier instead of make_dir 
2848                 to create the MH mailbox
2849
2850 2007-03-20 [colin]      2.8.1cvs25
2851
2852         * src/folder.c
2853         * src/folder.h
2854         * src/prefs_account.c
2855         * src/wizard.c
2856                 Fix default inbox weirdnesses (after wizard,
2857                 if path is Mail, mailbox identifier is #mh/Mailbox,
2858                 and when creating new accounts)
2859
2860 2007-03-20 [colin]      2.8.1cvs24
2861
2862         * src/account.c
2863                 Write folderlist after adding/deleting accounts
2864                 that have folders
2865
2866 2007-03-20 [colin]      2.8.1cvs23
2867
2868         * src/imap.c
2869         * src/remotefolder.h
2870                 Fix bug 1153, 'CM segfaults if IMAP folder is 
2871                 selected while scanning prior to update'
2872
2873 2007-03-17 [paul]       2.8.1cvs22
2874
2875         * src/main.c
2876                 fix a typo, and be a little more verbose.
2877
2878 2007-03-17 [wwp]        2.8.1cvs21
2879
2880         * src/inc.c
2881                 Fix a compiler warning.
2882
2883 2007-03-16 [wwp]        2.8.1cvs20
2884
2885         * tools/Makefile.am
2886         * tools/README
2887                 Updated to deal w/ the new mairix.sh tool.
2888
2889 2007-03-16 [wwp]        2.8.1cvs19
2890
2891         * src/action.c
2892                 Fix logics issues around the action IO dialog:
2893                 - disable entry widget and exec button when
2894                   the exec button is clicked (don't wait for any
2895                   output line) - fix possible disabling/re-enabling/
2896                   re-disabling of those widgets
2897                 - raise an error if executing a %as{} action either
2898                   empty or invalid, instead of failing silently
2899                 - don't close the dialog if the abort button has been
2900                   clicked and if there was no output yet
2901                 - set focus to the abort button when the exec button
2902                   is clicked
2903                 - fix capitalization of a warning message
2904
2905 2007-03-16 [wwp]        2.8.1cvs18
2906
2907         * tools/mairix.sh
2908                 Added a wrapper to mairix to the tools folder.
2909
2910 2007-03-16 [colin]      2.8.1cvs17
2911
2912         * src/messageview.c
2913         * src/mimeview.h
2914                 Allow mimeviewer plugins to print
2915                 their stuff
2916
2917 2007-03-16 [colin]      2.8.1cvs16
2918
2919         * .cvsignore
2920                 Ignore *.patchset
2921
2922 2007-03-15 [colin]      2.8.1cvs15
2923
2924         * src/messageview.c
2925         * src/mimeview.h
2926                 Add a way for mimeviewer plugins to
2927                 implement body search
2928
2929 2007-03-15 [paul]       2.8.1cvs14
2930
2931         * src/prefs_spelling.c
2932                 fix English usage
2933
2934 2007-03-15 [paul]       2.8.1cvs13
2935
2936         * src/common/quoted-printable.c
2937                 fix decoding of quoted-printable parts
2938
2939 2007-03-14 [wwp]        2.8.1cvs12
2940
2941         * src/gtk/logwindow.h
2942                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
2943
2944 2007-03-14 [wwp]        2.8.1cvs11
2945
2946         * src/gtk/logwindow.h
2947                 Complete 2.8.1cvs10.
2948
2949 2007-03-14 [colin]      2.8.1cvs10
2950
2951         * src/gtk/logwindow.c
2952                 Probably fix bug 1149, crash on logwindow
2953                 close - at the expense of performance once
2954                 logwin has been opened
2955
2956 2007-03-14 [colin]      2.8.1cvs9
2957
2958         * src/main.c
2959                 If claws-mail is running on another
2960                 display, warn instead of popping it up
2961                 on the other display
2962
2963 2007-03-12 [colin]      2.8.1cvs8
2964
2965         * src/wizard.c
2966                 Fix bug 1145, 'Setting a different name 
2967                 for the Mailbox name isn't reflected in 
2968                 default account settings'. Patch by wwp
2969
2970 2007-03-12 [colin]      2.8.1cvs7
2971
2972         * src/summaryview.c
2973                 Fix bug 1143, 'Add number of messages to be 
2974                 deleted to confirmation dialog'
2975
2976 2007-03-12 [wwp]        2.8.1cvs6
2977
2978         * src/folderview.c
2979         * src/prefs_common.c
2980         * src/prefs_common.h
2981         * src/prefs_summaries.c
2982                 Changed the option that displays unread messages count
2983                 next to the folder name in folder list: it is now
2984                 possible to either display nothing, display the
2985                 unread messages number only or the unread and total messages
2986                 numbers. The patch includes this extra feature as well
2987                 as some minor fixes by rewriting the algo in folderview.c.
2988                 Thanks to Paul for the original idea and implementation, plus
2989                 testing and proof-reading!
2990
2991 2007-03-09 [paul]       2.8.1cvs5
2992
2993         * tools/Makefile.am
2994         * tools/README
2995         * tools/claws-mail-compose-insert-files.pl
2996                 added a script which enables inserting files
2997                 into the message body of a new Claws Mail
2998                 Compose window from the command line. Additionally
2999                 To, Cc, Subject and files to attach to the message
3000                 can be specified.
3001
3002 2007-03-09 [wwp]        2.8.1cvs4
3003
3004         * src/addr_compl.c
3005         * src/addr_compl.h
3006         * src/filtering.c
3007                 Optimize matching of addresses in the addressbook
3008                 (filtering/processing 'found_in_addressbook' condition).
3009
3010 2007-03-07 [wwp]        2.8.1cvs3
3011
3012         * src/quote_fmt.c
3013         * src/quote_fmt_lex.l
3014         * src/quote_fmt_parse.y
3015                 Add a new quote format symbol: %A to insert the
3016                 sender email address (just the address itself).
3017
3018 2007-03-06 [wwp]        2.8.1cvs2
3019
3020         * src/gtk/gtkutils.c
3021         * src/plugins/trayicon/trayicon_prefs.h
3022         * src/plugins/trayicon/trayicon_prefs.c
3023         * src/plugins/trayicon/trayicon.c
3024         * src/mainwindow.h
3025         * src/mainwindow.c
3026                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3027                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3028
3029
3030 2007-03-06 [paul]       2.8.1cvs1
3031
3032         * NEWS
3033         * README
3034         * RELEASE_NOTES
3035         * configure.ac
3036                 bump version number following
3037                 stable release
3038
3039 2007-03-06 [paul]       2.8.0cvs24
3040
3041         * po/cs.po
3042                 corrected by by Tim <timbrain@post.cz>
3043
3044 2007-03-05 [colin]      2.8.0cvs23
3045
3046         * src/Makefile.am
3047         * src/procmime.c
3048                 Fix mime/globs path on NetBSD
3049                 patch by George Michaelson
3050
3051 2007-03-05 [wwp]        2.8.0cvs22
3052
3053         * src/addr_compl.c
3054                 Remove debug statement (accidentally committed w/ cvs14).
3055
3056 2007-03-05 [paul]       2.8.0cvs21
3057
3058         * src/plugins/pgpcore/prefs_gpg.c
3059                 fix compiler warning
3060
3061 2007-03-05 [wwp]        2.8.0cvs20
3062
3063         * src/matcher_parser_parse.y
3064                 Fix mismerge between cvs17 and cvs19.
3065
3066 2007-03-05 [wwp]        2.8.0cvs19
3067
3068         * src/matcher_parser_parse.y
3069         * src/prefs_filtering_action.c
3070         * src/matcher.c
3071         * src/matcher.h
3072         * src/filtering.c
3073         * src/filtering.h
3074                 Add new 'add_to_addressbook' filtering/processing action.
3075
3076 2007-03-05 [wwp]        2.8.0cvs18
3077
3078         * src/filtering.c
3079                 Fix mark_as_ham filtering/processing action: spam flag
3080                 was not unset.
3081
3082 2007-03-04 [colin]      2.8.0cvs17
3083
3084         * src/filtering.c
3085         * src/matcher.c
3086         * src/matcher.h
3087         * src/matcher_parser_parse.y
3088         * src/prefs_filtering_action.c
3089                 Add 'Mark as spam' and 'Mark as ham' filtering
3090                 actions. Fixes bug 1138.
3091
3092 2007-03-04 [colin]      2.8.0cvs16
3093
3094         * src/imap.c
3095                 Fix bug 1140, wrong return value
3096                 without libetpan
3097
3098 2007-03-04 [wwp]        2.8.0cvs15
3099
3100         * src/addr_compl.c
3101                 Rollback cvs14: don't free stuff that is managed in g_list.
3102
3103 2007-03-04 [wwp]        2.8.0cvs14
3104
3105         * src/addr_compl.c
3106                 Fix a leak in address completion code.
3107
3108 2007-03-04 [colin]      2.8.0cvs13
3109
3110         * src/addr_compl.c
3111                 Maybe fix bug 1136, 'Crash in group 
3112                 address completion'
3113
3114 2007-03-04 [iwkse]      2.8.0cvs12
3115
3116         * src/imap.c
3117                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3118
3119 2007-03-03 [colin]      2.8.0cvs11
3120
3121         * src/plugins/pgpinline/pgpinline.c
3122                 Fix off-by-one, fix double-free. Fixes
3123                 bug 1135, 'cm-segfault on decrypting 
3124                 with PGP/inline'
3125
3126 2007-03-03 [colin]      2.8.0cvs10
3127
3128         * configure.ac
3129         * src/main.c
3130         * src/common/plugin.c
3131                 Fix bug 1134, 'Valgrind macros unhandled 
3132                 by Irix's cc'
3133
3134 2007-03-02 [colin]      2.8.0cvs9
3135
3136         * src/mbox.c
3137                 Don't error out on EAGAIN. Fixes 
3138                 bug 1129, '"local mbox file" account 
3139                 isn't retrieving mails'
3140
3141 2007-03-01 [wwp]        2.8.0cvs8
3142
3143         * src/mainwindow.c
3144         * src/gtk/colorlabel.c
3145                 Remove accels for extra color labels until we set better
3146                 and definitive ones.
3147
3148 2007-02-28 [wwp]        2.8.0cvs7
3149
3150         * src/mainwindow.c
3151         * src/matcher_parser_parse.y
3152         * src/prefs_common.c
3153         * src/prefs_msg_colors.c
3154         * src/procmsg.h
3155         * src/gtk/colorlabel.c
3156         * src/gtk/colorlabel.h
3157                 Add more customizable color labels. Cleaned up a bit
3158                 the color label API to avoid duplicate defines of
3159                 the max number of colors.
3160
3161 2007-02-27 [colin]      2.8.0cvs6
3162
3163         * src/mainwindow.c
3164         * src/common/utils.c
3165         * src/common/utils.h
3166                 Fix '+' in mailto URIs for List-* headers
3167
3168 2007-02-27 [colin]      2.8.0cvs5
3169
3170         * src/gtk/gtkutils.c
3171                 Use gtk_window_set_role instead of 
3172                 _set_wmclass
3173
3174 2007-02-27 [colin]      2.8.0cvs4
3175
3176         * src/inc.c
3177                 Fix "After receiving new mail, go to inbox" on IMAP,
3178                 and make it work only on manual reception
3179
3180 2007-02-27 [wwp]        2.8.0cvs3
3181
3182         * src/prefs_filtering.c
3183         * src/prefs_filtering_action.c
3184         * src/prefs_matcher.c
3185                 Update filtering matcher's and action's color label menus
3186                 when re-opening those dialogs (reflect any change to the
3187                 color labels list in the preferences).
3188
3189 2007-02-27 [colin]      2.8.0cvs2
3190
3191         * src/imap.c
3192         * src/etpan/etpan-thread-manager-types.h
3193         * src/etpan/etpan-thread-manager.c
3194         * src/etpan/imap-thread.c
3195                 Log imap ALERTs as errors in the log.
3196
3197 2007-02-26 [paul]       2.8.0cvs1
3198
3199         * tools/claws.i18n.status.pl
3200                 updated
3201
3202 2007-02-26 [paul]       2.7.2cvs75
3203
3204         * po/ca.po
3205         * po/cs.po
3206         * po/de.po
3207         * po/en_GB.po
3208         * po/fi.po
3209         * po/fr.po
3210         * po/hu.po
3211         * po/pl.po
3212         * po/pt_BR.po
3213         * po/sk.po
3214         * po/sr.po
3215         * po/zh_CN.po
3216                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3217                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3218                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3219                 Aleksandar Urosevic, and Ralgh Young
3220
3221 2007-02-25 [mones]      2.7.2cvs74
3222
3223         * po/es.po
3224                 Updated for release
3225
3226 2007-02-25 [colin]      2.7.2cvs73
3227
3228         * src/main.c
3229                 Clearing the list is only useful
3230                 to prevent a valgrind false-positive
3231
3232 2007-02-25 [paul]       2.7.2cvs72
3233
3234         * tools/Makefile.am
3235         * tools/README
3236         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3237         * tools/maildir2claws-mail.pl  **REMOVED**
3238                 renamed the script, fixed a couple bugs
3239
3240 2007-02-23 [colin]      2.7.2cvs71
3241
3242         * src/addressbook.c
3243                 Fix a leak, check for a few improbable nulls
3244
3245 2007-02-23 [colin]      2.7.2cvs70
3246
3247         * src/main.c
3248         * src/main.h
3249         * src/plugins/trayicon/trayicon.c
3250                 Fix blinking mainwin when starting in tray
3251                 (show mainwindow later in the startup process,
3252                  apart if restarting post-crash)
3253
3254 2007-02-23 [colin]      2.7.2cvs69
3255
3256         * src/folderview.c
3257         * src/imap_gtk.c
3258                 Fix crash when unsubscribing the currently
3259                 selected/opened folder
3260
3261 2007-02-23 [colin]      2.7.2cvs68
3262
3263         * src/compose.c
3264                 Fix bug that prevented colorization to
3265                 work without wrap quotation option
3266
3267 2007-02-23 [colin]      2.7.2cvs67
3268
3269         * src/addr_compl.c
3270                 Fix refcounting, start and end completion who
3271                 behaved as if there couldn't be any other current
3272                 user of completion
3273
3274 2007-02-23 [wwp]        2.7.2cvs66
3275
3276         * src/addressbook.c
3277         * src/addrindex.c
3278                 Address completion fixes: fix addressbook_peek_folder_exists() in
3279                 which the algorithm was ridiculously over-obfuscated and broken.
3280                 Fix addrindex_load_completion() as well, to load addresses in
3281                 completion list with regards to what addressbook_peek_folder_exists()
3282                 returns now.
3283
3284 2007-02-23 [wwp]        2.7.2cvs65
3285
3286         * src/addr_compl.c
3287                 Add addresses to completion when they're non-empty (thanks to Colin).
3288
3289 2007-02-23 [paul]       2.7.2cvs64
3290
3291         * src/plugins/pgpcore/passphrase.c
3292                 remove 'const '
3293
3294 2007-02-23 [colin]      2.7.2cvs63
3295
3296         * src/plugins/pgpcore/prefs_gpg.c
3297         * src/plugins/pgpcore/prefs_gpg.h
3298         * src/plugins/pgpcore/sgpgme.c
3299         * src/plugins/pgpinline/pgpinline.c
3300         * src/plugins/pgpmime/pgpmime.c
3301                 Try harder to respect user's choice wrt
3302                 gpg-agent even with gpg2, by unsetting
3303                 GPG_AGENT_INFO when necessary.
3304
3305 2007-02-22 [paul]       2.7.2cvs62
3306
3307         * src/plugins/pgpcore/sgpgme.c
3308         * src/plugins/pgpcore/sgpgme.h
3309         * src/plugins/pgpcore/passphrase.c
3310         * src/plugins/pgpinline/pgpinline.c
3311         * src/plugins/pgpmime/pgpmime.c
3312                 Fix a leak - gpgme_data_release_and_get_mem
3313                 leaks in recent gpgme. Workaround by using
3314                 our own function.
3315
3316 2007-02-22 [paul]       2.7.2cvs61
3317
3318         * src/gtk/quicksearch.c
3319                 Abandon dynamic search when pressing
3320                 Enter
3321
3322 2007-02-21 [colin]      2.7.2cvs60
3323
3324         * src/procmsg.c
3325         * src/plugins/pgpcore/passphrase.c
3326                 Fix little memory leaks
3327         * src/main.c
3328                 Fix false-positive leak at exit
3329         * src/gtk/quicksearch.c
3330                 Fix potentially big leak in recursive
3331                 Quicksearch
3332
3333 2007-02-21 [wwp]        2.7.2cvs59
3334
3335         * src/summaryview.c
3336                 Add missing newline to a debug message.
3337
3338 2007-02-20 [colin]      2.7.2cvs58
3339
3340         * src/Makefile.am
3341         * src/mimeview.c
3342         * src/stock_pixmap.c
3343         * src/stock_pixmap.h
3344         * src/pixmaps/mime_pgpsig.xpm
3345                 Add icon for application/pgp-signature
3346
3347 2007-02-20 [colin]      2.7.2cvs57
3348
3349         * src/Makefile.am
3350         * src/main.c
3351         * src/mimeview.c
3352         * src/stock_pixmap.c
3353         * src/stock_pixmap.h
3354         * src/pixmaps/mime_calendar.xpm
3355         * src/pixmaps/mime_pdf.xpm
3356         * src/pixmaps/mime_ps.xpm
3357                 Add icons for text/calendar, application/pdf
3358                 and application/postscript
3359
3360 2007-02-20 [colin]      2.7.2cvs56
3361
3362         * autogen.sh
3363         * src/matcher_parser_parse.y
3364         * src/matcher_parser_lex.l
3365                 Fix big memory leak in flex, and
3366                 require flex 2.5.31
3367
3368 2007-02-20 [wwp]        2.7.2cvs55
3369
3370         * src/matcher_parser_parse.y
3371                 Fix a duplicate token definition (thanks to iwkse).
3372
3373 2007-02-20 [wwp]        2.7.2cvs54
3374
3375         * src/matcher_parser_lex.l
3376         * src/quote_fmt_lex.l
3377                 Use proper flex options instead of direct use of #define,
3378                 make the flex-generated C lighter.
3379
3380 2007-02-20 [colin]      2.7.2cvs53
3381
3382         * src/summaryview.c
3383                 Grab focus in message list after hiding
3384                 the quicksearch, instead of leaving it
3385                 "somewhere"
3386
3387 2007-02-19 [colin]      2.7.2cvs52
3388
3389         * src/folderview.c
3390                 Fix bug 1033, 'Automatically refresh 
3391                 message list when new messages arrives'
3392                 Looks like folderview->opened can sometimes
3393                 be wrong...
3394
3395 2007-02-19 [paul]       2.7.2cvs51
3396
3397         * tools/Makefile.am
3398         * tools/README
3399         * tools/thunderbird-filters-convertor.pl
3400                 add new script which converts thunderbird filter
3401                 rules to Claws filter rules
3402
3403 2007-02-18 [paul]       2.7.2cvs50
3404
3405         * src/plugins/pgpcore/prefs_gpg.c
3406         * src/plugins/pgpcore/prefs_gpg.h
3407         * src/plugins/pgpcore/sgpgme.c
3408         * src/plugins/pgpinline/pgpinline.c
3409         * src/plugins/pgpmime/pgpmime.c
3410                 improved GUI interoperability with gpg-agent
3411
3412 2007-02-18 [paul]       2.7.2cvs49
3413
3414         * src/prefs_account.c
3415                 Privacy options sensitivity fix
3416
3417 2007-02-17 [colin]      2.7.2cvs48
3418
3419         * src/messageview.c
3420                 Reset icon to warning in the noticeview
3421
3422 2007-02-15 [colin]      2.7.2cvs47
3423
3424         * src/folderview.c
3425                 Fix a manifestation of bug 1033 (summaryview failing
3426                 to update for new mails), which happens after editing
3427                 account preferences or preferences that cause a 
3428                 folderview reload.
3429
3430 2007-02-15 [colin]      2.7.2cvs46
3431
3432         * src/addressbook.c
3433                 Probably fix bug 1123, 'Segmentation 
3434                 fault while opening address book'. I get
3435                 g_warnings if the saved paned position is
3436                 not greater than 0. Also, save position
3437                 when hiding the addressbook instead of
3438                 via signal.
3439
3440 2007-02-14 [colin]      2.7.2cvs45
3441
3442         * src/plugins/pgpcore/prefs_gpg.c
3443         * src/plugins/pgpcore/prefs_gpg.h
3444         * src/plugins/pgpcore/sgpgme.c
3445         * src/plugins/pgpinline/pgpinline.c
3446         * src/plugins/pgpmime/pgpmime.c
3447                 Add an option "Use gpg-agent if available". Fixes
3448                 annoyances with distro-installed gpg-agent, when
3449                 no pinentry program is installed, and the user's 
3450                 at a loss on why "decryption failed". Makes more
3451                 clear why passphrase isn't saved when gpg-agent is
3452                 used. Defaults to true, to avoid changing the 
3453                 current behaviour.
3454
3455 2007-02-14 [wwp]        2.7.2cvs44
3456
3457         * src/matcher_parser_parse.y
3458                 Fix missing line number reset (wrong line number might appear
3459                 when re-loading filtering rules if there's a parser error).
3460
3461 2007-02-13 [colin]      2.7.2cvs43
3462
3463         * src/common/utils.c
3464                 Don't encode ',' in URIs before passing it
3465                 to the browser command-line. It was probably
3466                 done at a time where commas in URIs made
3467                 mozilla -remote 'openurl(%s,new-window)'
3468                 bug.
3469
3470 2007-02-13 [wwp]        2.7.2cvs42
3471
3472         * src/prefs_matcher.c
3473         * src/plugins/bogofilter/bogofilter_gtk.c
3474                 A bit of string factorization around "Select ..." buttons.
3475
3476 2007-02-11 [colin]      2.7.2cvs41
3477
3478         * src/alertpanel.c
3479                 Make sure to escape the title
3480
3481 2007-02-11 [colin]      2.7.2cvs40
3482
3483         * src/codeconv.c
3484                 Recognize .utf8 locales as .UTF-8 ones
3485
3486 2007-02-11 [colin]      2.7.2cvs39
3487
3488         * src/compose.c
3489                 Fix code conversion when dragging a file
3490
3491 2007-02-09 [colin]      2.7.2cvs38
3492
3493         * src/plugins/clamav/clamav_plugin.c
3494                 Complete Paul's patch with conditional
3495                 compilation to avoid breaking compilation
3496                 on old Dapper and Edgy... Maybe other
3497                 distros too.
3498
3499 2007-02-09 [paul]       2.7.2cvs37
3500
3501         * src/plugins/clamav/clamav_plugin.c
3502                 fix for the upstream changes in libclamav
3503
3504 2007-02-09 [paul]       2.7.2cvs36
3505
3506         * src/main.c
3507         * src/mainwindow.c
3508         * src/procmsg.c
3509         * src/procmsg.h
3510                 fix "warn if there are queued messages" (on exit)
3511                 option, which only checked the first mailbox's
3512                 queue
3513                 don't ask before emptying trash if there are no
3514                 messages in trash, also check and empty all trash
3515                 folders
3516         * src/prefs_other.c
3517                 move "Ask before emptying trash" option
3518                 outside of the "On exit" frame as it's
3519                 not only an "On exit" option
3520
3521 2007-02-09 [paul]       2.7.2cvs35
3522
3523         * src/addrgather.c
3524         * src/alertpanel.c
3525         * src/editldap.c
3526         * src/prefs_account.c
3527         * src/prefs_folder_item.c
3528         * src/prefs_gtk.h
3529         * src/prefs_matcher.c
3530         * src/prefs_message.c
3531         * src/prefs_msg_colors.c
3532         * src/prefs_summaries.c
3533         * src/wizard.c
3534         * src/gtk/inputdialog.c
3535         * src/plugins/bogofilter/bogofilter_gtk.c
3536                 pedantic commit: use 'checkbtn' everywhere
3537                 instead of a mixture of 'checkbtn' and 'chkbtn'
3538
3539 2007-02-09 [paul]       2.7.2cvs34
3540
3541         * src/compose.c
3542                 fix default hotkeys
3543         * src/prefs_other.c
3544         * src/prefs_send.c
3545                 move "Never send Return Receipts" from
3546                 prefs_other to prefs_send
3547                 add an option "Ask about account specific
3548                 filtering rules..." to prefs_other
3549         * src/gtk/gtkutils.c
3550                 fix a compiler warning
3551
3552 2007-02-08 [colin]      2.7.2cvs33
3553
3554         * src/plugins/pgpinline/pgpinline.c
3555                 Fix bug 1110, 'pgpmime fails to process 
3556                 encapsulated openpgp mime (rfc 3156, 6.1 
3557                 -> rfc1847)'
3558                 It was due to an interaction between PGP/Mime
3559                 and PGP/Inline plugin. 
3560
3561 2007-02-08 [colin]      2.7.2cvs32
3562
3563         * src/inc.c
3564         * src/mbox.c
3565         * src/mbox.h
3566                 Fix bug 1117, 'fcntl locking code 
3567                 does not work in mbox.c'
3568
3569 2007-02-08 [colin]      2.7.2cvs31
3570
3571         * src/prefs_account.c
3572                 Fix Gentoo bug 165819, 'can't create 
3573                 a "local mbox file" account'. Patch
3574                 by Olivier <castan.o@free.fr>
3575
3576 2007-02-07 [colin]      2.7.2cvs30
3577
3578         * src/ldapquery.c
3579                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3580                 autocompletion was used'
3581
3582 2007-02-07 [paul]       2.7.2cvs29
3583
3584         * src/folder.c
3585                 cut down on unnecessary debug_prints
3586         * src/imap_gtk.c
3587                 fix menu_set_active() on 'Show only
3588                 subscribed folders'
3589
3590 2007-02-07 [paul]       2.7.2cvs28
3591
3592         * src/plugins/clamav/clamav_plugin.c
3593         * src/plugins/clamav/clamav_plugin.h
3594         * src/plugins/clamav/clamav_plugin_gtk.c
3595                 fix copyright header
3596
3597 2007-02-07 [paul]       2.7.2cvs27
3598
3599         * src/procheader.c
3600                 fix bug 1116, 'summary view allow a 
3601                 subject line break'
3602
3603 2007-02-06 [colin]      2.7.2cvs26
3604
3605         * src/summaryview.c
3606                 Fix delete thread
3607
3608 2007-02-05 [fabien]     2.7.2cvs25
3609
3610         * po/POTFILES.in
3611         * src/uri_opener.c
3612                 i18n related - 1 fix and 1 message for translators.
3613
3614 2007-02-05 [colin]      2.7.2cvs24
3615
3616         * src/gtk/quicksearch.c
3617                 Don't reload summary list if quicksearch wasn't
3618                 active on hiding; move currently selected mail in
3619                 the visible area when showing the quicksearch
3620
3621 2007-02-05 [colin]      2.7.2cvs23
3622
3623         * src/folderview.c
3624                 Add debug to try to solve bug 1104
3625
3626 2007-02-05 [paul]       2.7.2cvs22
3627
3628         * src/mainwindow.c
3629                 confirm before emptying trash on exit is
3630                 a Yes or No answer, use Yes or No in the
3631                 dialog
3632
3633 2007-02-04 [colin]      2.7.2cvs21
3634
3635         * src/compose.c
3636         * src/plugins/pgpcore/passphrase.c
3637         * src/plugins/pgpcore/select-keys.c
3638                 Set wmclass on new windows
3639
3640 2007-02-04 [colin]
3641
3642         2.8.0-rc1 released
3643
3644 2007-02-04 [colin]      2.7.2cvs20
3645
3646         * src/compose.c
3647         * src/compose.h
3648                 Auto save drafts on exit, reopen them
3649                 at startup, instead of asking
3650         * src/account.c
3651         * src/addressadd.c
3652         * src/addressbook.c
3653         * src/addressbook_foldersel.c
3654         * src/addrgather.c
3655         * src/crash.c
3656         * src/editaddress.c
3657         * src/editbook.c
3658         * src/editgroup.c
3659         * src/editjpilot.c
3660         * src/editldap.c
3661         * src/editldap_basedn.c
3662         * src/editvcard.c
3663         * src/exphtmldlg.c
3664         * src/expldifdlg.c
3665         * src/export.c
3666         * src/foldersel.c
3667         * src/gedit-print.c
3668         * src/import.c
3669         * src/importldif.c
3670         * src/importmutt.c
3671         * src/importpine.c
3672         * src/main.c
3673         * src/mainwindow.c
3674         * src/message_search.c
3675         * src/messageview.c
3676         * src/prefs_actions.c
3677         * src/prefs_customheader.c
3678         * src/prefs_display_header.c
3679         * src/prefs_filtering.c
3680         * src/prefs_filtering_action.c
3681         * src/prefs_folder_column.c
3682         * src/prefs_gtk.c
3683         * src/prefs_matcher.c
3684         * src/prefs_other.c
3685         * src/prefs_summaries.c
3686         * src/prefs_summary_column.c
3687         * src/prefs_template.c
3688         * src/sourcewindow.c
3689         * src/ssl_manager.c
3690         * src/summary_search.c
3691         * src/uri_opener.c
3692         * src/gtk/about.c
3693         * src/gtk/description_window.c
3694         * src/gtk/foldersort.c
3695         * src/gtk/gtkutils.c
3696         * src/gtk/gtkutils.h
3697         * src/gtk/icon_legend.c
3698         * src/gtk/logwindow.c
3699         * src/gtk/pluginwindow.c
3700         * src/gtk/prefswindow.c
3701                 Give different wmclass to different
3702                 windows - thanks to sed ;)
3703
3704 2007-02-04 [colin]      2.7.2cvs19
3705
3706         * src/main.c
3707                 Revert previous patch, can't reproduce
3708                 it anymore. 
3709
3710 2007-02-03 [colin]      2.7.2cvs18
3711
3712         * src/main.c
3713                 Don't save the mainwindow size and
3714                 position on emergency exit (libSM's
3715                 "die" callback), Xfce seems to make
3716                 the window smaller just before the
3717                 size's saved.
3718
3719 2007-02-03 [colin]      2.7.2cvs17
3720
3721         * src/plugins/bogofilter/bogofilter.c
3722         * src/plugins/bogofilter/bogofilter.h
3723         * src/plugins/bogofilter/bogofilter_gtk.c
3724         * src/plugins/pgpinline/pgpinline.c
3725         * src/plugins/pgpinline/pgpinline.h
3726                 Fix more copyrights
3727
3728 2007-02-03 [colin]      2.7.2cvs16
3729
3730         * src/partial_download.c
3731         * src/partial_download.h
3732         * src/ssl_manager.c
3733         * src/ssl_manager.h
3734         * src/uri_opener.c
3735         * src/uri_opener.h
3736         * src/wizard.c
3737         * src/wizard.h
3738         * src/common/ssl_certificate.c
3739         * src/common/ssl_certificate.h
3740         * src/gtk/quicksearch.c
3741         * src/gtk/quicksearch.h
3742         * src/gtk/sslcertwindow.c
3743         * src/gtk/sslcertwindow.h
3744                 Fix copyright on my files
3745
3746 2007-02-02 [colin]      2.7.2cvs15
3747
3748         * src/Makefile.am
3749         * src/mainwindow.c
3750         * src/messageview.c
3751         * src/messageview.h
3752         * src/textview.c
3753         * src/textview.h
3754         * src/uri_opener.c
3755         * src/uri_opener.h
3756                 Add Tools/List URIs to allow
3757                 opening any URI in the current mail
3758
3759 2007-02-02 [colin]      2.7.2cvs14
3760
3761         * src/common/valgrind.h ** NEW FILE **
3762         * src/common/Makefile.am
3763         * src/common/plugin.c
3764                 Don't dlclose the plugins if we're running
3765                 under valgrind. (doesn't require valgrind
3766                 either at compile time or run time).
3767
3768 2007-02-01 [paul]       2.7.2cvs13
3769
3770         * AUTHORS
3771         * src/gtk/authors.h
3772         * tools/freshmeat_search.pl
3773         * tools/google_search.pl
3774         * tools/multiwebsearch.pl
3775                 add support for non ISO-8859-1 compatible locales
3776                 Patch by Alex Gorbachenko <agent_007@immo.ru>
3777
3778 2007-02-01 [colin]      2.7.2cvs12
3779
3780         * src/prefs_other.c
3781         * src/prefs_summaries.c
3782                 Move keybinding prefs to the Other page
3783
3784 2007-02-01 [wwp]        2.7.2cvs11
3785
3786         * src/plugins/trayicon/trayicon.c
3787                 Fix a raising issue within KDE.
3788
3789 2007-02-01 [colin]      2.7.2cvs10
3790
3791         * src/codeconv.c
3792                 Fix stray quotes in encoded strings
3793         * src/addressadd.c
3794                 Fix wrong call causing g_warnings
3795         * src/textview.c
3796                 Remove useless message
3797
3798 2007-01-31 [wwp]        2.7.2cvs9
3799
3800         * src/plugins/trayicon/trayicon.c
3801                 fix buggy hiding of main window when closing if close-to-tray
3802                 is not set (bad logics  in the trayicon hook code).
3803                 Changed the quit confirmation message too.
3804
3805 2007-01-30 [colin]      2.7.2cvs8
3806
3807         * src/main.c
3808                 Fix hidden mainwindow after clicking on
3809                 the X close button, if compose windows
3810                 exist and the user chooses not to quit
3811
3812 2007-01-30 [colin]      2.7.2cvs7
3813
3814         * src/main.c
3815         * src/compose.c
3816                 Handle local URIs to attach files (file:///...)
3817                 Fixes attaching files from Thunar for example
3818
3819 2007-01-30 [colin]      2.7.2cvs6
3820
3821         * src/prefs_ext_prog.c
3822                 Add 'mousepad' to the list of text editors.
3823                 Mousepad is XFCE's text editor
3824
3825 2007-01-29 [wwp]        2.7.2cvs5
3826
3827         * po/POTFILES.in
3828         * src/plugins/trayicon/trayicon_prefs.c
3829                 trayicon i18n fixes, thanks to Fabien.
3830
3831 2007-01-28 [wwp]        2.7.2cvs4
3832
3833         * src/mainwindow.c
3834         * src/mainwindow.h
3835         * src/plugins/trayicon/trayicon.c
3836         * src/plugins/trayicon/trayicon_prefs.c
3837         * src/plugins/trayicon/trayicon_prefs.h
3838                 Added a new TrayIcon plugin option to close to tray
3839                 (WM's hotkey and [X] button will hide the window instead
3840                 of closing it - closing CM can be done using the tray icon
3841                 menu or the File menu).
3842                 Improved visibility handling in trayicon, clicking the
3843                 trayicon now raise the window to current desktop when it
3844                 was either minimized/shaded/on another desktop.
3845                 Thanks to Paul for testing and fixing a strange behaviour
3846                 in KDE ;-).
3847
3848 2007-01-27 [paul]       2.7.2cvs3
3849
3850         * src/prefs_folder_item.c
3851         * src/prefs_receive.c
3852         * src/plugins/pgpcore/prefs_gpg.c
3853                 use 'start-up' instead of 'startup' in labels
3854
3855 2007-01-26 [wwp]        2.7.2cvs2
3856
3857         * src/plugins/trayicon/Makefile.am
3858         * src/plugins/trayicon/trayicon.c
3859         * src/plugins/trayicon/trayicon_prefs.c
3860         * src/plugins/trayicon/trayicon_prefs.h
3861                 Add a new TrayIcon option to hide the main window at
3862                 start-up.
3863                 Fix trayicon.c copyright header.
3864
3865 2007-01-26 [paul]       2.7.2cvs1
3866
3867         * NEWS
3868         * README
3869         * RELEASE_NOTES
3870         * configure.ac
3871                 bump up version number following
3872                 stable release
3873
3874 2007-01-25 [mones]      2.7.1cvs60
3875
3876         * po/es.po
3877                 updated thousands of strings (well, probably less ;-)
3878
3879 2007-01-25 [colin]      2.7.1cvs59
3880
3881         * src/matcher.c
3882                 Fix 2nd-run loss of matcherrc on new
3883                 configurations. 
3884
3885 2007-01-25 [wwp]        2.7.1cvs58
3886
3887         * src/mimeview.c
3888                 fix handling of empty value in attach_save_directory too, thanks
3889                 to Colin.
3890
3891 2007-01-25 [wwp]        2.7.1cvs57
3892
3893         * src/gtk/filesel.c
3894                 fix handling of empty value in attach_load_directory,
3895                 thanks to Colin.
3896
3897 2007-01-25 [wwp]        2.7.1cvs56
3898
3899         * src/plugins/dillo_viewer/dillo_prefs.h
3900                 fix a typo.
3901
3902 2007-01-25 [colin]      2.7.1cvs55
3903
3904         * src/matcher.c
3905         * src/matcher.h
3906         * src/matcher_parser_parse.y
3907         * src/prefs_matcher.c
3908                 Add matching on the spam flag
3909
3910 2007-01-24 [colin]      2.7.1cvs54
3911
3912         * src/folder.c
3913         * src/common/xml.c
3914         * src/common/xml.h
3915                 Make sure folderlist.xml is correctly
3916                 written before overwriting it.
3917         * src/procmsg.c
3918         * src/procmsg.h
3919         * src/summaryview.c
3920         * src/plugins/bogofilter/bogofilter.c
3921         * src/plugins/bogofilter/bogofilter.h
3922         * src/plugins/bogofilter/bogofilter_gtk.c
3923         * src/plugins/spamassassin/spamassassin.c
3924         * src/plugins/spamassassin/spamassassin.h
3925         * src/plugins/spamassassin/spamassassin_gtk.c
3926                 Move spam to the correct trash folder after
3927                 learning, if spam directory isn't set.
3928
3929 2007-01-23 [paul]       2.7.1cvs53
3930
3931         * src/plugins/bogofilter/bogofilter_gtk.c
3932                 fix sensitivity of "Insert X-Bogosity header"
3933                 option
3934
3935 2007-01-23 [colin]      2.7.1cvs52
3936
3937         * src/toolbar.c
3938                 Translate toolbar items text if
3939                 they're translatable (default)
3940         * src/addrcache.c
3941         * src/addrcache.h
3942         * src/addritem.c
3943         * src/addritem.h
3944         * src/codeconv.c
3945         * src/codeconv.h
3946         * src/jpilot.c
3947         * src/jpilot.h
3948         * src/ldapctrl.c
3949         * src/ldapctrl.h
3950         * src/ldapquery.h
3951         * src/ldif.c
3952         * src/ldif.h
3953         * src/etpan/etpan-thread-manager.c
3954         * src/etpan/etpan-thread-manager.h
3955         * src/gtk/gtkutils.c
3956         * src/gtk/gtkutils.h
3957                 More static functions
3958
3959 2007-01-22 [fabien]     2.7.1cvs51
3960
3961         * src/gtk/gtkutils.c
3962                 gtkut_get_options_frame() : ability to pass
3963                 a 'NULL' value in frame pointer parameter if
3964                 we don't need it.
3965
3966 2007-01-22 [colin]      2.7.1cvs50
3967
3968         * src/procmsg.c
3969         * src/procmsg.h
3970         * src/plugins/bogofilter/bogofilter.c
3971         * src/plugins/bogofilter/bogofilter_gtk.c
3972         * src/plugins/spamassassin/spamassassin.c
3973         * src/plugins/spamassassin/spamassassin_gtk.c
3974                 Allow moving spams to the account's trash
3975                 instead of default one
3976
3977 2007-01-21 [colin]      2.7.1cvs49
3978
3979         * src/ldapquery.c
3980         * src/ldapquery.h
3981                 Revert a static function that shouldn't
3982                 have been
3983
3984 2007-01-21 [colin]      2.7.1cvs48
3985
3986         * src/ldapquery.c
3987         * src/ldapquery.h
3988                 Same
3989
3990 2007-01-21 [colin]      2.7.1cvs47
3991
3992         * src/procmsg.c
3993         * src/procmsg.h
3994                 Same
3995
3996 2007-01-21 [colin]      2.7.1cvs46
3997
3998         * src/common/socket.c
3999         * src/common/socket.h
4000                 Same
4001
4002 2007-01-21 [colin]      2.7.1cvs45
4003
4004         * src/crash.c
4005         * src/exporthtml.c
4006         * src/exporthtml.h
4007         * src/exportldif.c
4008         * src/exportldif.h
4009         * src/folder.c
4010         * src/folder.h
4011         * src/folder_item_prefs.c
4012         * src/folder_item_prefs.h
4013         * src/folderview.c
4014         * src/folderview.h
4015         * src/gedit-print.c
4016         * src/gedit-print.h
4017         * src/main.c
4018         * src/main.h
4019         * src/common/socket.c
4020         * src/common/socket.h
4021         * src/gtk/gtkaspell.c
4022         * src/gtk/gtkaspell.h
4023         * src/gtk/quicksearch.c
4024         * src/gtk/quicksearch.h
4025                 Same
4026
4027 2007-01-21 [colin]      2.7.1cvs44
4028
4029         * src/common/utils.c
4030         * src/common/utils.h
4031         * src/etpan/etpan-thread-manager.c
4032         * src/etpan/etpan-thread-manager.h
4033                 Same (Funny that etpan_thread_unbind
4034                 is called but not etpan_thread_bind)
4035
4036 2007-01-21 [colin]      2.7.1cvs43
4037
4038         * src/addrselect.c
4039         * src/addrselect.h
4040         * src/codeconv.c
4041         * src/codeconv.h
4042         * src/compose.c
4043         * src/compose.h
4044         * src/etpan/Makefile.am
4045         * src/gtk/colorlabel.c
4046         * src/gtk/colorlabel.h
4047         * src/gtk/sslcertwindow.c
4048         * src/gtk/sslcertwindow.h
4049         * src/etpan/etpan-log.c ** REMOVED **
4050         * src/etpan/etpan-log.h ** REMOVED **
4051                 Same
4052
4053 2007-01-20 [colin]      2.7.1cvs42
4054
4055         * src/addritem.c
4056         * src/addritem.h
4057                 Same
4058
4059 2007-01-20 [colin]      2.7.1cvs41
4060
4061         * src/account.c
4062         * src/account.h
4063         * src/addrbook.c
4064         * src/addrbook.h
4065         * src/addrcache.c
4066         * src/addrcache.h
4067         * src/addrclip.c
4068         * src/addrclip.h
4069         * src/addressbook.c
4070         * src/addressbook.h
4071         * src/addrharvest.c
4072         * src/addrharvest.h
4073         * src/addrindex.c
4074         * src/addrindex.h
4075         * src/editaddress.c
4076         * src/editaddress.h
4077                 Make functions that aren't used in other
4078                 files static
4079
4080 2007-01-20 [colin]      2.7.1cvs40
4081
4082         * src/account.c
4083         * src/addrbook.c
4084         * src/addrcache.c
4085         * src/addressbook.c
4086         * src/addrgather.c
4087         * src/addrindex.c
4088         * src/addrquery.c
4089         * src/addrselect.c
4090         * src/browseldap.c
4091         * src/compose.c
4092         * src/editbook.c
4093         * src/editjpilot.c
4094         * src/editldap.c
4095         * src/editldap_basedn.c
4096         * src/editvcard.c
4097         * src/exporthtml.c
4098         * src/exportldif.c
4099         * src/folder.c
4100         * src/folderview.c
4101         * src/image_viewer.c
4102         * src/imap.c
4103         * src/importmutt.c
4104         * src/importpine.c
4105         * src/jpilot.c
4106         * src/ldapquery.c
4107         * src/main.c
4108         * src/mainwindow.c
4109         * src/matcher.c
4110         * src/messageview.c
4111         * src/mh.c
4112         * src/mimeview.c
4113         * src/msgcache.c
4114         * src/mutt.c
4115         * src/news.c
4116         * src/pine.c
4117         * src/prefs_account.c
4118         * src/prefs_common.c
4119         * src/prefs_compose_writing.c
4120         * src/prefs_ext_prog.c
4121         * src/prefs_folder_item.c
4122         * src/prefs_fonts.c
4123         * src/prefs_message.c
4124         * src/prefs_msg_colors.c
4125         * src/prefs_other.c
4126         * src/prefs_quote.c
4127         * src/prefs_receive.c
4128         * src/prefs_send.c
4129         * src/prefs_spelling.c
4130         * src/prefs_summaries.c
4131         * src/prefs_toolbar.c
4132         * src/prefs_wrapping.c
4133         * src/privacy.c
4134         * src/procmime.c
4135         * src/procmsg.c
4136         * src/ssl_manager.c
4137         * src/statusbar.c
4138         * src/summaryview.c
4139         * src/toolbar.c
4140         * src/vcard.c
4141         * src/common/hooks.c
4142         * src/common/log.c
4143         * src/common/passcrypt.c
4144         * src/common/socket.c
4145         * src/common/ssl.c
4146         * src/common/ssl_certificate.c
4147         * src/common/template.c
4148         * src/common/utils.c
4149         * src/etpan/imap-thread.c
4150         * src/gtk/sslcertwindow.c
4151         * src/gtk/sslcertwindow.h
4152                 Make functions that could be static, static
4153
4154 2007-01-20 [colin]      2.7.1cvs39
4155
4156         * src/editldap.c
4157                 Fix tooltip
4158
4159 2007-01-20 [colin]      2.7.1cvs38
4160
4161         * src/ldapquery.c
4162         * src/ldaputil.c
4163         * src/ldaputil.h
4164                 Fix bug 1102, 'claws-mail-2.7.1 
4165                 makes use of deprecated ldap 
4166                 functions'
4167
4168 2007-01-20 [colin]      2.7.1cvs37
4169
4170         * src/mainwindow.c
4171         * src/mainwindow.h
4172         * src/summaryview.c
4173         * src/gtk/quicksearch.c
4174                 Add Wide message list layout
4175
4176 2007-01-19 [fabien]     2.7.1cvs36
4177
4178         * src/textview.c
4179                 make sure a font change is considered in links of
4180                 headerview.
4181
4182 2007-01-19 [colin]      2.7.1cvs35
4183
4184         * src/main.c
4185         * src/mainwindow.c
4186         * src/mainwindow.h
4187         * src/messageview.c
4188         * src/messageview.h
4189         * src/prefs_common.c
4190         * src/prefs_common.h
4191         * src/summaryview.c
4192         * src/summaryview.h
4193         * src/gtk/quicksearch.c
4194         * src/gtk/quicksearch.h
4195                 Drop 'Separate Folder tree' and 'Separate
4196                 Message View'. Put three layouts in place
4197                 of it.
4198
4199 2007-01-19 [paul]       2.7.1cvs34
4200
4201         * src/prefs_msg_colors.c
4202                 more use of Q_ for translators
4203
4204 2007-01-19 [paul]       2.7.1cvs33
4205
4206         * src/imap_gtk.c
4207         * src/prefs_account.c
4208                 a few changes to the English
4209
4210 2007-01-19 [fabien]     2.7.1cvs32
4211
4212         * src/wizard.c
4213                 factorize translatable string
4214
4215 2007-01-18 [colin]      2.7.1cvs31
4216
4217         * src/main.c
4218                 Don't error out on --sync option. Although
4219                 we don't do anything with it, gtk+ handles
4220                 it, and it's useful for debugging X errors
4221
4222 2007-01-18 [fabien]     2.7.1cvs30
4223
4224         * src/prefs_other.c
4225                 ability to apply on the fly the recent added
4226                 'gtk_can_change_accels' pref (no need to restart).
4227
4228 2007-01-18 [fabien]     2.7.1cvs29
4229
4230         * src/plugins/bogofilter/bogofilter_gtk.c
4231         * src/plugins/bogofilter/bogofilter.c
4232         * src/plugins/spamassassin/spamassassin_gtk.c
4233         * src/addr_compl.c
4234         * src/prefs_account.c
4235                 factorize or rewrite some translatable strings.
4236
4237 2007-01-18 [fabien]     2.7.1cvs28
4238
4239         * src/prefs_gtk.h
4240         * src/compose.c
4241                 set a 4pix space between "Subject:" label and subject entry in
4242                 compose window.
4243
4244 2007-01-18 [wwp]        2.7.1cvs27
4245
4246         * src/addressbook.c
4247                 fix conflicting address-copy/paste when focus is set
4248                 to the embedded edit-person form.
4249  
4250
4251 2007-01-18 [wwp]        2.7.1cvs26
4252
4253         * src/addressbook.h
4254                 complete 2.7.1cvs23 (one more file was missing from that
4255                 commit).
4256
4257 2007-01-18 [colin]      2.7.1cvs25
4258
4259         * src/main.c
4260                 Provide a way to migrate without backup
4261                 Re-ask for migration on next start if 
4262                 it has been refused and wizard has been 
4263                 cancelled after.
4264
4265 2007-01-18 [wwp]        2.7.1cvs24
4266
4267         * src/editaddress.c
4268                 complete 2.7.1.cvs23 (file was missing from previous
4269                 commit).
4270
4271 2007-01-18 [wwp]        2.7.1cvs23
4272
4273         * src/addressbook.c
4274                 fix potential crashes in address book's focus_in/out signal handlers,
4275                 force focus to the edit-person form when clicked the Edit menu entry or
4276                 button (this only matters if the edit-person form is embedded to the
4277                 AB window, in that case, focus is not set when browsing the contacts
4278                 list w/ keys or mouse clicks).
4279
4280 2007-01-18 [paul]       2.7.1cvs22
4281
4282         * src/main.c
4283                 add command line options:
4284                 -h for --help
4285                 -q and --quit for --exit
4286                 -v for --version
4287                 print "Unknown option" for unknown options
4288
4289 2007-01-18 [paul]       2.7.1cvs21
4290
4291         * po/ru.po
4292                 updated by Pavlo Bohmat
4293
4294 2007-01-18 [paul]       2.7.1cvs20
4295
4296         * src/mainwindow.c
4297                 fix sensitivity issues of Mark as Spam/Ham
4298
4299 2007-01-17 [fabien]     2.7.1cvs19
4300
4301         * src/prefs_other.c
4302         * src/prefs_common.c
4303         * src/prefs_common.h
4304         * src/main.c
4305                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4306                 control the corresponding gtk property. It could be used to lock
4307                 all shortcuts (avoid to set one of them by inadvertency).
4308
4309 2007-01-17 [colin]      2.7.1cvs18
4310
4311         * src/summaryview.c
4312                 Fix bug 1100, 'Highlighted e-mail data not visible 
4313                 when color label applied.'. Use a weighted average
4314                 between normal selected foreground color and color
4315                 label instead of a simple one (3/1 instead 1/1).
4316
4317 2007-01-17 [colin]      2.7.1cvs17
4318
4319         * src/messageview.c
4320                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4321                 crash' - don't prevent mail switching while loading
4322
4323 2007-01-17 [colin]      2.7.1cvs16
4324
4325         * src/folder.c
4326         * src/folder.h
4327         * src/folderview.c
4328         * src/folderview.h
4329         * src/imap.c
4330         * src/imap.h
4331         * src/imap_gtk.c
4332                 Manage recursive search of unsubscribed folders
4333                 Rescan tree without checking for new messages 
4334                 after subscriptions changed
4335
4336 2007-01-17 [paul]       2.7.1cvs15
4337
4338         * src/prefs_common.c
4339         * src/gtk/pluginwindow.c
4340                 fix bug 1101, '"Load plugin" button is
4341                 accidentally hidden'
4342                 unset (-1) initial width in prefs_common,
4343                 fix overlapping buttons,
4344                 and other cleanups
4345
4346 2007-01-17 [paul]       2.7.1cvs14
4347
4348         * src/procmime.c
4349                 add #include <errno.h>, it's needed
4350                 on some systems
4351
4352 2007-01-17 [paul]       2.7.1cvs13
4353
4354         * src/common/defs.h
4355         * tools/make.themes.project
4356                 rename .sylpheed_themeinfo to .claws_themeinfo
4357                 and use it
4358         * src/etpan/etpan-errors.h
4359         * src/etpan/etpan-log.c
4360         * src/etpan/etpan-log.h
4361         * src/etpan/etpan-thread-manager-types.h
4362         * src/etpan/etpan-thread-manager.c
4363         * src/etpan/etpan-thread-manager.h
4364         * src/etpan/imap-thread.c
4365         * src/etpan/imap-thread.h
4366                 add copyright header
4367
4368 2007-01-17 [colin]      2.7.1cvs12
4369
4370         * src/plugins/pgpcore/select-keys.c
4371         * src/gtk/pluginwindow.c
4372         * src/prefs_account.c
4373                 Fix warnings
4374
4375 2007-01-16 [colin]      2.7.1cvs11
4376
4377         * src/imap.c
4378         * src/imap.h
4379         * src/imap_gtk.c
4380                 Manage subscribing to subfolders when only
4381                 subscribed folders are shown.
4382
4383 2007-01-16 [colin]      2.7.1cvs10
4384
4385         * src/folderview.c
4386                 Fix annoying vscrollbar going back to top
4387                 on Check for new folders
4388
4389 2007-01-16 [colin]      2.7.1cvs9
4390
4391         * src/imap.c
4392                 Remove printf
4393
4394 2007-01-16 [colin]      2.7.1cvs8
4395
4396         * src/filtering.c
4397                 Bigger buffer for errors
4398         * src/imap.c
4399         * src/imap.h
4400         * src/imap_gtk.c
4401         * src/prefs_account.c
4402         * src/prefs_account.h
4403         * src/wizard.c
4404         * src/etpan/imap-thread.c
4405         * src/etpan/imap-thread.h
4406         * manual/handling.xml
4407                 Add subscriptions management. What it changes:
4408                 Creating a folder subscribes to it
4409                 Deleting a folder unsubscribes it
4410                 New contextual menu item allowing to switch between
4411                 All folders and Subscribed folders, subscribe, and
4412                 unsubscribe. "Creating" an existing but unsubscribed
4413                 folder will subscribe it.
4414                 By default for new accounts, only subscribed folders 
4415                 are shown.
4416
4417
4418 2007-01-16 [paul]       2.7.1cvs7
4419
4420         * src/summaryview.c
4421                 Allow folder classes to specify only sort_key or
4422                 sort_type instead of both or none.
4423
4424 2007-01-16 [paul]       2.7.1cvs6
4425
4426         * src/action.c
4427         * src/compose.c
4428         * src/mimeview.c
4429         * src/procmime.c
4430         * src/textview.c
4431                 Save and use errno for procmime_get_part
4432
4433 2007-01-16 [colin]      2.7.1cvs5
4434
4435         * src/imap.c
4436                 Never remove INBOX when scanning for
4437                 new folders. It's a special folder
4438                 that has to exist.
4439
4440 2007-01-15 [colin]      2.7.1cvs4
4441
4442         * src/imap.c
4443                 Fix 'Check for new folders' when IMAP subdirectory
4444                 is set
4445         * src/etpan/imap-thread.c
4446                 Fix build
4447
4448 2007-01-15 [colin]      2.7.1cvs3
4449
4450         * src/etpan/imap-thread.c
4451                 Fix invalid free on command-connection
4452                 error
4453
4454 2007-01-15 [wwp]        2.7.1cvs2
4455
4456         * src/matcher_parser_lex.l
4457         * src/quote_fmt_lex.l
4458         * src/matcher_parser_parse.y
4459                 fix copyright header in lexers and parsers.
4460
4461 2007-01-15 [paul]       2.7.1cvs1
4462
4463         * NEWS
4464         * README
4465         * RELEASE_NOTES
4466         * configure.ac
4467                 bump up version number following
4468                 stable release
4469
4470 2007-01-15 [paul]       2.7.0cvs31
4471
4472         * AUTHORS
4473         * src/gtk/authors.h
4474                 add Fabien to the Team list
4475                 add the recent contributors
4476                 make a few corrections
4477
4478 2007-01-15 [paul]       2.7.0cvs30
4479
4480         * src/mainwindow.c
4481                 fix compiler warning
4482         * src/plugins/pgpcore/prefs_gpg.c
4483         * src/plugins/pgpcore/prefs_gpg.h
4484                 add missing include
4485                 fix copyright header
4486
4487 2007-01-14 [colin]      2.7.0cvs29
4488
4489         * src/gtk/filesel.c
4490                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4491                 two benefits: faster to open, will fix strange
4492                 dbus-related crash. Thanks to Pascal Terjan.
4493
4494 2007-01-14 [colin]      2.7.0cvs28
4495
4496         * src/etpan/imap-thread.c
4497                 Delete the old imap just after allocating
4498                 the new one. Makes sure we don't get the
4499                 same pointer by sheer luck, which feels
4500                 strange in the debug log.
4501
4502 2007-01-14 [colin]      2.7.0cvs27
4503
4504         * src/gtk/inputdialog.c
4505                 Make sure we don't print passwords in
4506                 clear text when in debug mode
4507
4508 2007-01-14 [colin]      2.7.0cvs26
4509
4510         * src/gtk/gtksctree.c
4511                 Fix bug 1098, 'bogus last row display 
4512                 after expanding a thread'. Patch by
4513                 Jindrich Makovicka <makovick@gmail.com>
4514
4515 2007-01-14 [colin]      2.7.0cvs25
4516
4517         * src/etpan/imap-thread.c
4518                 Close socket manually before
4519                 freeing the imap struct
4520
4521 2007-01-14 [colin]      2.7.0cvs24
4522
4523         * src/etpan/imap-thread.c
4524                 Maybe fix new reconnection issues
4525
4526 2007-01-13 [colin]      2.7.0cvs23
4527
4528         * src/summaryview.c
4529                 Freeze/thaw on thread selection
4530
4531 2007-01-13 [paul]       2.7.0cvs22
4532
4533         * src/mainwindow.c
4534         * src/summaryview.c
4535         * src/summaryview.h
4536                 add 'Edit/Delete thread'
4537
4538 2007-01-13 [colin]      2.7.0cvs21
4539
4540         * src/prefs_account.c
4541         * src/prefs_compose_writing.c
4542         * src/prefs_message.c
4543         * src/prefs_msg_colors.c
4544         * src/prefs_other.c
4545         * src/prefs_receive.c
4546         * src/prefs_spelling.c
4547         * src/prefs_summaries.c
4548         * src/prefs_themes.c
4549         * src/gtk/gtkutils.c
4550         * src/gtk/gtkutils.h
4551         * src/plugins/pgpcore/prefs_gpg.c
4552         * src/plugins/spamassassin/spamassassin_gtk.c
4553                 Factorize gtk frame creation
4554                 Patch by Pawel
4555
4556 2007-01-13 [colin]      2.7.0cvs20
4557
4558         * src/message_search.c
4559         * src/summary_search.c
4560                 Fix Enter in search windows
4561         * src/messageview.c
4562                 Fix body search starting at the
4563                 end of the mail (and asking for loop)
4564
4565 2007-01-13 [colin]      2.7.0cvs19
4566
4567         * src/etpan/imap-thread.c
4568                 Make sure we don't free the same imap
4569                 twice
4570
4571 2007-01-13 [colin]      2.7.0cvs18
4572
4573         * commitHelper
4574                 Allow multiple commitHelpers to
4575                 run at once
4576
4577 2007-01-12 [colin]      2.7.0cvs17
4578
4579         * src/etpan/imap-thread.c
4580                 Make sure we get rid of the previous mailimap
4581                 when connecting - just in case disconnect was
4582                 unclean
4583
4584 2007-01-12 [paul]       2.7.0cvs16
4585
4586         * src/compose.c
4587                 Strip S/MIME signatures when re-editing
4588                 S/MIME signed messages.
4589
4590 2007-01-12 [paul]       2.7.0cvs15
4591
4592         * configure.ac
4593         * src/addressbook.c
4594         * src/foldersel.c
4595         * src/folderview.c
4596         * src/main.c
4597                 no need to define CLAWS anymore, remove
4598                 all that stuff
4599
4600 2007-01-12 [paul]       2.7.0cvs14
4601
4602         * src/mimeview.c
4603                 check if the mail's signed as
4604                 it can change the mail structure
4605                 Thanks to Colin
4606
4607 2007-01-12 [paul]       2.7.0cvs13
4608
4609         * src/procmime.c
4610                 fix Forwarding msgs with attachments
4611                 that have dos line endings
4612                 Thanks to Colin
4613
4614 2007-01-12 [wwp]        2.7.0cvs12
4615
4616         * configure.ac
4617                 Revert accidentally committed extra version tag.
4618
4619 2007-01-12 [wwp]        2.7.0cvs11
4620
4621         * src/prefs_account.c
4622                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4623
4624 2007-01-11 [colin]      2.7.0cvs10
4625
4626         * src/imap.c
4627                 move g_warning to debug_print
4628                 it scares people for no reason
4629
4630 2007-01-11 [colin]      2.7.0cvs9
4631
4632         * po/POTFILES.in
4633                 Fix files to translate. Patch by
4634                 Fabien
4635
4636 2007-01-11 [paul]       2.7.0cvs8
4637
4638         * src/imap.c
4639                 Fix recursion when server lists the
4640                 current subfolder in the response
4641         * src/mimeview.c
4642                 Fix updating of icon_list/ctree
4643         * src/plugins/pgpcore/select-keys.c
4644                 Fix a few annoyances when choosing
4645                 keys for the CMS (S/MIME) protocol
4646
4647 2007-01-11 [wwp]        2.7.0cvs7
4648
4649         * src/compose.c
4650         * src/prefs_account.c
4651         * src/prefs_account.h
4652                 Add per-account spellcheck default dictionaries settings.
4653
4654 2007-01-10 [colin]      2.7.0cvs6
4655
4656         * src/prefs_folder_item.c
4657                 Factorize strings - patch by Fabien
4658
4659 2007-01-10 [colin]      2.7.0cvs5
4660
4661         * src/mainwindow.c
4662                 Fix bug 1095, 'Crash while changing folder 
4663                 columns during incorporation'
4664
4665 2007-01-09 [colin]      2.7.0cvs4
4666
4667         * src/gtk/pluginwindow.c
4668                 Set the plugin window transient. Seems
4669                 like some window managers hide it in
4670                 the background after "load plugin"...
4671
4672 2007-01-09 [colin]      2.7.0cvs3
4673
4674         * src/gtk/filesel.c
4675                 Use the same type for alloc and free
4676
4677 2007-01-08 [paul]       2.7.0cvs2
4678
4679         * po/nl.po
4680                 updated by Tim Dijkstra
4681
4682 2007-01-08 [paul]       2.7.0cvs1
4683
4684         * src/prefs_themes.c
4685         * src/common/utils.c
4686                 Fix resource leaks
4687
4688 2007-01-08 [paul]       2.7.0
4689
4690         * NEWS
4691         * README
4692         * RELEASE_NOTES
4693                 2.7.0 released
4694
4695 2007-01-08 [paul]       2.6.1cvs119
4696
4697         * doc/man/claws-mail.1
4698                 another correction
4699
4700 2007-01-08 [paul]       2.6.1cvs118
4701
4702         * doc/man/claws-mail.1
4703                 corrections
4704         * manual/advanced.xml
4705                 improved English usage
4706
4707 2007-01-08 [paul]       2.6.1cvs117
4708
4709         * po/ca.po
4710         * po/de.po
4711         * po/en_GB.po
4712         * po/fi.po
4713         * po/it.po
4714         * po/pt_BR.po
4715         * po/sk.po
4716         * po/sr.po
4717         * po/zh_CN.po
4718                 updated by Miquel Oliete, Stephan Sachse, me,
4719                 Tommi Pirinen, Andrea Spadaccini, Frederico
4720                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
4721                 Urosevic, and Ralgh Young
4722
4723 2007-01-07 [mones]      2.6.1cvs116
4724
4725         * manual/es/advanced.xml
4726         * po/es.po
4727                 Synced manual (unhide mark_as_read_delay)
4728                 and updated translation for release
4729
4730 2007-01-07 [paul]       2.6.1cvs115
4731
4732         * src/prefs_matcher.c
4733                 make the hbox content fit better under
4734                 various languages
4735
4736 2007-01-07 [colin]      2.6.1cvs114
4737
4738         * src/messageview.c
4739                 Fix bug 1088, 'Ctrl-h produces repeatable
4740                 crash'
4741
4742 2007-01-06 [colin]      2.6.1cvs113
4743
4744         * src/etpan/imap-thread.c
4745                 Add casts to int to get certs. Fixes
4746                 bug 1064, 'crash @ etpan_certificate_check() 
4747                 when opening an IMAP folder', with latest
4748                 libetpan CVS or >= 0.49
4749         * src/mainwindow.c
4750         * src/mainwindow.h
4751         * src/imap_gtk.c
4752         * src/news_gtk.c
4753         * src/prefs_folder_item.c
4754                 Grey out the "synchronise" menu items if
4755                 there's nothing to synchronise.
4756         * src/plugins/pgpcore/sgpgme.c
4757                 Make an error clearer than "Unknown error"
4758
4759 2007-01-06 [colin]      2.6.1cvs112
4760
4761         * src/messageview.c
4762                 Don't try to show a message if updating
4763                 Maybe fixes bug 1088, 'ctrl-h produces
4764                 repeatable crash'.
4765
4766 2007-01-06 [colin]      2.6.1cvs111
4767
4768         * src/summaryview.c
4769                 Disable Control-Space (handle it as Space).
4770
4771 2007-01-05 [paul]       2.6.1cvs110
4772
4773         * src/imap.c
4774                 Fix bug 934, 'sylpheed claws 2.1 
4775                 doesn't show Exchanges Public Folders'
4776                 Thanks to Hoa and Colin
4777         * src/msgcache.c
4778                 Refuse to allocate more than 2 MB for a 
4779                 single field, it's a good indication of
4780                 cache corruption.
4781
4782 2007-01-05 [colin]      2.6.1cvs109
4783
4784         * src/mainwindow.c
4785                 Allow --select'ing emails by Message-ID too
4786
4787 2007-01-05 [colin]      2.6.1cvs108
4788
4789         * src/common/quoted-printable.c
4790                 Uh! Third fix :)
4791
4792 2007-01-05 [colin]      2.6.1cvs107
4793
4794         * src/common/quoted-printable.c
4795                 Fix previous commit about bug 1089
4796                 Thanks to Ralf
4797
4798 2007-01-05 [colin]      2.6.1cvs106
4799
4800         * src/common/quoted-printable.c
4801                 Fix my previous commit on bug 1089
4802                 - Thanks to Ralf :)
4803
4804 2007-01-04 [colin]      2.6.1cvs105
4805
4806         * src/common/quoted-printable.c
4807                 Fix bug 1089, 'NUL characters in Subject 
4808                 line are misinterpreted'. Not a pain to
4809                 fix in fact.
4810
4811 2007-01-04 [colin]      
4812
4813         2.7.0-rc3 released
4814
4815 2007-01-04 [wwp]        2.6.1cvs104
4816
4817         * src/image_viewer.c
4818                 Force operator precedence (fix a compiler warning).
4819
4820 2007-01-04 [colin]      2.6.1cvs103
4821
4822         * src/image_viewer.c
4823                 Be cautious there too (same fix as the one
4824                 in textview from cvs33)
4825         * src/messageview.c
4826                 Don't use any MimeViewer plugin when showing
4827                 all headers
4828
4829 2007-01-03 [wwp]        2.6.1cvs102
4830
4831         * src/html.c
4832         * src/html.h
4833                 fixed "cent" sign (use the existing ASCII one),
4834                 decode more HTML entities,
4835                 converted table ASCII entries to UTF-8,
4836                 moved a switch() into a hashtable.
4837
4838 2007-01-03 [paul]       2.6.1cvs101
4839
4840         * src/compose.c
4841         * src/messageview.c
4842         * src/procmsg.c
4843         * src/procmsg.h
4844                 When possible, use move_msg instead of
4845                 copy_msg + remove_msg to move sent mail
4846                 from Queue to Sent. 
4847
4848 2007-01-03 [paul]       2.6.1cvs100
4849
4850         * src/html.c
4851                 add more html entity recognition:
4852                 pounds, euros, and cents
4853
4854 2007-01-03 [colin]      2.6.1cvs99
4855
4856         * src/imap_gtk.c
4857                 Don't display an error on NOSELECT
4858                 folders when synchronising
4859
4860 2007-01-03 [paul]       2.6.1cvs98
4861
4862         * tools/maildir2claws-mail.pl
4863                 only substitute 'sent-mail' if it's
4864                 the full directory name
4865
4866 2007-01-03 [paul]       2.6.1cvs97
4867
4868         * ChangeLog
4869         * ChangeLog.pre2.0.0
4870         * Makefile.am
4871                 archive a chunk of ChangeLog in
4872                 ChangeLog.pre2.0.0
4873         * ChangeLog.gtk1
4874         * doc/src/ChangeLog.claws-pre0.8.0
4875                 remove ChangeLog.claws-pre0.8.0, adding
4876                 its contents to ChangeLog.gtk1
4877
4878 2007-01-03 [paul]       2.6.1cvs96
4879
4880         * src/account.c
4881         * src/account.h
4882         * src/action.c
4883         * src/action.h
4884         * src/adbookbase.h
4885         * src/addr_compl.c
4886         * src/addr_compl.h
4887         * src/addrbook.c
4888         * src/addrcache.c
4889         * src/addrcache.h
4890         * src/addrcindex.c
4891         * src/addrcindex.h
4892         * src/addrclip.c
4893         * src/addrclip.h
4894         * src/addrdefs.h
4895         * src/addressadd.c
4896         * src/addressadd.h
4897         * src/addressbook.c
4898         * src/addressbook.h
4899         * src/addressbook_foldersel.c
4900         * src/addressbook_foldersel.h
4901         * src/addrgather.c
4902         * src/addrgather.h
4903         * src/addrharvest.c
4904         * src/addrharvest.h
4905         * src/addrindex.c
4906         * src/addrindex.h
4907         * src/addritem.c
4908         * src/addritem.h
4909         * src/addrquery.c
4910         * src/addrquery.h
4911         * src/addrselect.c
4912         * src/addrselect.h
4913         * src/alertpanel.c
4914         * src/alertpanel.h
4915         * src/browseldap.c
4916         * src/browseldap.h
4917         * src/codeconv.c
4918         * src/codeconv.h
4919         * src/compose.c
4920         * src/compose.h
4921         * src/customheader.c
4922         * src/customheader.h
4923         * src/displayheader.c
4924         * src/displayheader.h
4925         * src/editaddress.c
4926         * src/editaddress.h
4927         * src/editbook.c
4928         * src/editbook.h
4929         * src/editgroup.c
4930         * src/editgroup.h
4931         * src/editjpilot.c
4932         * src/editjpilot.h
4933         * src/editldap.c
4934         * src/editldap.h
4935         * src/editldap_basedn.c
4936         * src/editldap_basedn.h
4937         * src/editvcard.c
4938         * src/editvcard.h
4939         * src/exphtmldlg.c
4940         * src/exphtmldlg.h
4941         * src/expldifdlg.c
4942         * src/expldifdlg.h
4943         * src/export.c
4944         * src/export.h
4945         * src/exporthtml.c
4946         * src/exporthtml.h
4947         * src/exportldif.c
4948         * src/exportldif.h
4949         * src/filtering.c
4950         * src/filtering.h
4951         * src/folder.c
4952         * src/folder.h
4953         * src/folder_item_prefs.c
4954         * src/folder_item_prefs.h
4955         * src/foldersel.c
4956         * src/foldersel.h
4957         * src/folderutils.c
4958         * src/folderutils.h
4959         * src/folderview.c
4960         * src/folderview.h
4961         * src/grouplistdialog.c
4962         * src/grouplistdialog.h
4963         * src/headerview.c
4964         * src/html.c
4965         * src/html.h
4966         * src/image_viewer.c
4967         * src/image_viewer.h
4968         * src/imap.c
4969         * src/imap.h
4970         * src/imap_gtk.c
4971         * src/imap_gtk.h
4972         * src/import.c
4973         * src/import.h
4974         * src/importldif.c
4975         * src/importldif.h
4976         * src/importmutt.c
4977         * src/importmutt.h
4978         * src/importpine.c
4979         * src/importpine.h
4980         * src/inc.c
4981         * src/inc.h
4982         * src/jpilot.c
4983         * src/jpilot.h
4984         * src/ldapctrl.c
4985         * src/ldapctrl.h
4986         * src/ldaplocate.c
4987         * src/ldaplocate.h
4988         * src/ldapquery.c
4989         * src/ldapquery.h
4990         * src/ldapserver.c
4991         * src/ldapserver.h
4992         * src/ldaputil.c
4993         * src/ldaputil.h
4994         * src/ldif.c
4995         * src/ldif.h
4996         * src/main.c
4997         * src/main.h
4998         * src/mainwindow.c
4999         * src/mainwindow.h
5000         * src/manual.c
5001         * src/manual.h
5002         * src/mbox.c
5003         * src/message_search.c
5004         * src/message_search.h
5005         * src/messageview.c
5006         * src/messageview.h
5007         * src/mh.c
5008         * src/mh.h
5009         * src/mh_gtk.c
5010         * src/mh_gtk.h
5011         * src/mimeview.c
5012         * src/mimeview.h
5013         * src/msgcache.c
5014         * src/msgcache.h
5015         * src/mutt.c
5016         * src/mutt.h
5017         * src/news.c
5018         * src/news.h
5019         * src/news_gtk.c
5020         * src/news_gtk.h
5021         * src/partial_download.c
5022         * src/partial_download.h
5023         * src/pine.c
5024         * src/pine.h
5025         * src/pop.c
5026         * src/pop.h
5027         * src/prefs_account.c
5028         * src/prefs_account.h
5029         * src/prefs_actions.c
5030         * src/prefs_actions.h
5031         * src/prefs_common.c
5032         * src/prefs_common.h
5033         * src/prefs_compose_writing.c
5034         * src/prefs_compose_writing.h
5035         * src/prefs_customheader.c
5036         * src/prefs_customheader.h
5037         * src/prefs_display_header.c
5038         * src/prefs_display_header.h
5039         * src/prefs_filtering.c
5040         * src/prefs_filtering.h
5041         * src/prefs_filtering_action.c
5042         * src/prefs_filtering_action.h
5043         * src/prefs_folder_column.c
5044         * src/prefs_folder_column.h
5045         * src/prefs_folder_item.c
5046         * src/prefs_folder_item.h
5047         * src/prefs_fonts.c
5048         * src/prefs_fonts.h
5049         * src/prefs_gtk.c
5050         * src/prefs_gtk.h
5051         * src/prefs_image_viewer.c
5052         * src/prefs_image_viewer.h
5053         * src/prefs_matcher.c
5054         * src/prefs_matcher.h
5055         * src/prefs_message.c
5056         * src/prefs_msg_colors.c
5057         * src/prefs_msg_colors.h
5058         * src/prefs_other.c
5059         * src/prefs_quote.c
5060         * src/prefs_receive.c
5061         * src/prefs_send.c
5062         * src/prefs_spelling.c
5063         * src/prefs_spelling.h
5064         * src/prefs_summaries.c
5065         * src/prefs_summaries.h
5066         * src/prefs_summary_column.c
5067         * src/prefs_summary_column.h
5068         * src/prefs_template.c
5069         * src/prefs_template.h
5070         * src/prefs_themes.c
5071         * src/prefs_themes.h
5072         * src/prefs_toolbar.c
5073         * src/prefs_toolbar.h
5074         * src/prefs_wrapping.c
5075         * src/prefs_wrapping.h
5076         * src/privacy.c
5077         * src/privacy.h
5078         * src/procheader.c
5079         * src/procheader.h
5080         * src/procmime.c
5081         * src/procmime.h
5082         * src/procmsg.c
5083         * src/procmsg.h
5084         * src/quote_fmt.c
5085         * src/quote_fmt_parse.y
5086         * src/recv.c
5087         * src/recv.h
5088         * src/remotefolder.c
5089         * src/remotefolder.h
5090         * src/send_message.c
5091         * src/send_message.h
5092         * src/setup.c
5093         * src/setup.h
5094         * src/sourcewindow.c
5095         * src/sourcewindow.h
5096         * src/ssl_manager.c
5097         * src/ssl_manager.h
5098         * src/statusbar.c
5099         * src/statusbar.h
5100         * src/stock_pixmap.c
5101         * src/stock_pixmap.h
5102         * src/summary_search.c
5103         * src/summary_search.h
5104         * src/summaryview.c
5105         * src/summaryview.h
5106         * src/textview.c
5107         * src/textview.h
5108         * src/toolbar.c
5109         * src/toolbar.h
5110         * src/undo.c
5111         * src/undo.h
5112         * src/unmime.c
5113         * src/unmime.h
5114         * src/vcard.c
5115         * src/vcard.h
5116         * src/wizard.c
5117         * src/wizard.h
5118         * src/common/base64.c
5119         * src/common/base64.h
5120         * src/common/defs.h
5121         * src/common/hooks.c
5122         * src/common/hooks.h
5123         * src/common/log.c
5124         * src/common/log.h
5125         * src/common/mgutils.c
5126         * src/common/mgutils.h
5127         * src/common/nntp.c
5128         * src/common/nntp.h
5129         * src/common/passcrypt.c
5130         * src/common/passcrypt.h.in
5131         * src/common/plugin.c
5132         * src/common/plugin.h
5133         * src/common/prefs.c
5134         * src/common/prefs.h
5135         * src/common/progressindicator.c
5136         * src/common/progressindicator.h
5137         * src/common/quoted-printable.c
5138         * src/common/quoted-printable.h
5139         * src/common/session.c
5140         * src/common/session.h
5141         * src/common/smtp.c
5142         * src/common/smtp.h
5143         * src/common/socket.c
5144         * src/common/socket.h
5145         * src/common/ssl.c
5146         * src/common/ssl.h
5147         * src/common/ssl_certificate.c
5148         * src/common/ssl_certificate.h
5149         * src/common/stringtable.c
5150         * src/common/stringtable.h
5151         * src/common/template.c
5152         * src/common/template.h
5153         * src/common/timing.h
5154         * src/common/utils.c
5155         * src/common/utils.h
5156         * src/common/version.h.in
5157         * src/common/xml.c
5158         * src/common/xml.h
5159         * src/common/xmlprops.c
5160         * src/common/xmlprops.h
5161         * src/gtk/about.c
5162         * src/gtk/colorlabel.c
5163         * src/gtk/colorsel.c
5164         * src/gtk/colorsel.h
5165         * src/gtk/combobox.c
5166         * src/gtk/combobox.h
5167         * src/gtk/description_window.c
5168         * src/gtk/description_window.h
5169         * src/gtk/filesel.c
5170         * src/gtk/filesel.h
5171         * src/gtk/foldersort.c
5172         * src/gtk/foldersort.h
5173         * src/gtk/gtksctree.c
5174         * src/gtk/gtkutils.c
5175         * src/gtk/gtkutils.h
5176         * src/gtk/inputdialog.c
5177         * src/gtk/inputdialog.h
5178         * src/gtk/logwindow.c
5179         * src/gtk/logwindow.h
5180         * src/gtk/manage_window.c
5181         * src/gtk/manage_window.h
5182         * src/gtk/menu.c
5183         * src/gtk/menu.h
5184         * src/gtk/pluginwindow.c
5185         * src/gtk/pluginwindow.h
5186         * src/gtk/prefswindow.c
5187         * src/gtk/prefswindow.h
5188         * src/gtk/progressdialog.c
5189         * src/gtk/progressdialog.h
5190         * src/gtk/sslcertwindow.c
5191         * src/gtk/sslcertwindow.h
5192         * src/plugins/bogofilter/bogofilter.c
5193         * src/plugins/bogofilter/bogofilter.h
5194         * src/plugins/bogofilter/bogofilter_gtk.c
5195         * src/plugins/clamav/clamav_plugin.c
5196         * src/plugins/clamav/clamav_plugin.h
5197         * src/plugins/clamav/clamav_plugin_gtk.c
5198         * src/plugins/demo/demo.c
5199         * src/plugins/dillo_viewer/dillo_prefs.c
5200         * src/plugins/dillo_viewer/dillo_prefs.h
5201         * src/plugins/dillo_viewer/dillo_viewer.c
5202         * src/plugins/pgpcore/passphrase.c
5203         * src/plugins/pgpcore/passphrase.h
5204         * src/plugins/pgpcore/pgp_viewer.c
5205         * src/plugins/pgpcore/pgp_viewer.h
5206         * src/plugins/pgpcore/plugin.c
5207         * src/plugins/pgpcore/select-keys.c
5208         * src/plugins/pgpcore/select-keys.h
5209         * src/plugins/pgpcore/sgpgme.c
5210         * src/plugins/pgpcore/sgpgme.h
5211         * src/plugins/pgpinline/pgpinline.c
5212         * src/plugins/pgpinline/pgpinline.h
5213         * src/plugins/pgpinline/plugin.c
5214         * src/plugins/pgpmime/pgpmime.c
5215         * src/plugins/pgpmime/pgpmime.h
5216         * src/plugins/pgpmime/plugin.c
5217         * src/plugins/spamassassin/spamassassin.c
5218         * src/plugins/spamassassin/spamassassin.h
5219         * src/plugins/spamassassin/spamassassin_gtk.c
5220         * src/plugins/trayicon/trayicon.c
5221                 it's 2007, update the year in the copyright headers
5222
5223 2007-01-03 [paul]       2.6.1cvs95
5224
5225         * src/gtk/about.c
5226                 it is 2007, use it in the copyright string
5227
5228 2007-01-03 [paul]       2.6.1cvs94
5229
5230         * src/html.c
5231                 html entity conversion:
5232                 move &#153; to a more suitable place
5233                 add &bull; and &ndash;
5234                 make sure &mdash; and &#8212; are both
5235                 converted the same
5236
5237 2007-01-02 [colin]      2.6.1cvs93
5238
5239         * src/addrbook.c
5240                 Fix leak
5241         * src/common/plugin.c
5242                 Add comment
5243         * src/etpan/imap-thread.c
5244                 Fix warning
5245
5246 2006-12-31 [paul]       2.6.1cvs92
5247
5248         * src/prefs_summaries.c
5249                 use gtk_button_new_from_stock()
5250
5251 2006-12-30 [colin]      2.6.1cvs91
5252
5253         * src/folder.c
5254         * src/imap_gtk.c
5255         * src/mh_gtk.c
5256                 Don't update filtering and account paths 
5257                 when copying folders
5258
5259 2006-12-30 [colin]      2.6.1cvs90
5260
5261         * src/prefs_compose_writing.c
5262         * src/prefs_quote.c
5263         * src/prefs_template.c
5264                 Use message font for Writing and 
5265                 Quoting prefs, as well as Templates.
5266
5267 2006-12-30 [colin]      2.6.1cvs89
5268
5269         * src/prefs_summaries.c
5270                 Rework GUI; patch by Pawel
5271
5272 2006-12-29 [colin]      2.6.1cvs88
5273
5274         * src/prefs_folder_item.c
5275                 Fix bug 1085, 'Apply to subfolder 
5276                 doesn't work' - I was mistaken saying
5277                 it worked in every case
5278
5279 2006-12-28 [colin]      2.6.1cvs87
5280
5281         * src/gtk/gtkaspell.c
5282                 Don't assert if use_alternate is true
5283                 and alt_dictionary isn't set -- this 
5284                 is what happens on upgrade! Rather,
5285                 do with it.
5286
5287 2006-12-28 [colin]      2.6.1cvs86
5288
5289         * Makefile.am
5290                 Fix desktop/icon simplification
5291
5292 2006-12-28 [colin]      2.6.1cvs85
5293
5294         * Makefile.am
5295                 Make desktop and icon not 
5296                 dependant on the desktop
5297
5298 2006-12-28 [wwp]        2.6.1cvs84
5299
5300         * src/plugins/pgpmime/claws.def
5301                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5302
5303 2006-12-28 [wwp]        2.6.1cvs83
5304
5305         * src/prefs_folder_item.c
5306                 Fix coloring of "simplify subject regexp" (folder prefs),
5307                 which might be left to red whereas the regexp gets empty.
5308
5309 2006-12-28 [wwp]        2.6.1cvs82
5310
5311         * src/prefs_common.c
5312         * src/prefs_common.h
5313         * src/addressbook.c
5314         * src/addressitem.h
5315                 Save addressbook mainwindow's horizontal and vertical splitter position.
5316
5317 2006-12-27 [wwp]        2.6.1cvs81
5318
5319         * src/gtk/gtkaspell.c
5320         * src/gtk/gtkaspell.h
5321         * src/compose.c
5322                 Fix assignment of compose's default and alternate dictionary from
5323                 account or folder settings. Now gtkaspell_change_dict does rotate
5324                 dicts only when it's called from a menu cb.
5325
5326 2006-12-27 [wwp]        2.6.1cvs80
5327
5328         * src/folder_item_prefs.c
5329                 Fix randomly initialized default-alt-dictionary (folder prefs),
5330                 complete 2.6.1cvs72.
5331
5332 2006-12-27 [paul]       2.6.1cvs79
5333
5334         * src/imap_gtk.c
5335         * src/mh_gtk.c
5336                 Add Copy folder in the folder's contextual
5337                 menu
5338
5339 2006-12-27 [wwp]        2.6.1cvs78
5340
5341         * src/imap.c
5342                 Clean up session locking, thanks to Colin.
5343
5344 2006-12-26 [colin]      2.6.1cvs77
5345
5346         * src/statusbar.c
5347                 Revert previous patch
5348
5349 2006-12-26 [colin]      2.6.1cvs76
5350
5351         * src/folder.c
5352         * src/folderview.c
5353         * src/imap.c
5354         * src/statusbar.c
5355         * src/etpan/imap-thread.c
5356                 Fix previous commit warnings
5357                 Make statusbar update every second if total < 20
5358                 Make IMAP APPEND faster by simplifying log              
5359
5360 2006-12-26 [colin]      2.6.1cvs75
5361
5362         * src/folder.c
5363         * src/folder.h
5364         * src/folderview.c
5365         * src/folderview.h
5366         * src/imap_gtk.c
5367         * src/mh_gtk.c
5368                 Make it possible to copy folders accross
5369                 mailboxes (this was an arbitrary limitation).
5370                 Still make it impossible to move folders 
5371                 accross mailboxes.
5372
5373 2006-12-26 [colin]      2.6.1cvs74
5374
5375         * src/etpan/imap-thread.c
5376                 Fix bug 1081, 'claws-mail 
5377                 segfaults when going offline 
5378                 while it transfers mails via 
5379                 imap'
5380
5381 2006-12-26 [colin]      2.6.1cvs73
5382
5383         * src/folder_item_prefs.c
5384                 Don't forget alt dictionary when
5385                 renaming/moving folders
5386
5387 2006-12-26 [wwp]        2.6.1cvs72
5388
5389         * src/folder_item_prefs.c
5390                 Add missing defaults for per-folder alt dict
5391                 (forgotten in 2.6.1cvs61).
5392
5393 2006-12-26 [colin]      2.6.1cvs71
5394
5395         * src/wizard.c
5396                 Add tooltip to state that specifying
5397                 full path to mailbox is possible
5398
5399 2006-12-26 [wwp]        2.6.1cvs70
5400
5401         * src/partial_download.c
5402         * src/gtk/gtkvscrollbutton.c
5403         * src/plugins/pgpinline/plugin.c
5404                 Fix for few compiler warnings that matter.
5405
5406 2006-12-25 [colin]      2.6.1cvs69
5407
5408         * src/partial_download.c
5409                 Fix marking for download or deletion
5410                 when the header isn't the first
5411         * src/gtk/logwindow.c
5412                 Fix start of scrolling
5413
5414 2006-12-23 [paul]       2.6.1cvs68
5415
5416         * src/compose.c
5417                 change last commit to use the 'academic'
5418                 method instead. Thanks to wwp
5419
5420 2006-12-23 [paul]       2.6.1cvs67
5421
5422         * src/compose.c
5423                 don't warn about empty subject when
5424                 redirecting
5425
5426 2006-12-22 [colin]      2.6.1cvs66
5427
5428         * src/summary_search.c
5429                 Fix previous patch
5430
5431 2006-12-22 [colin]      2.6.1cvs65
5432
5433         * src/gtk/gtkutils.c
5434         * src/imap.c
5435         * src/jpilot.c
5436         * src/summary_search.c
5437                 A few warning fixes
5438
5439 2006-12-23 [paul]       
5440
5441         2.7.0-rc2 released
5442
5443 2006-12-22 [colin]      2.6.1cvs64
5444
5445         * src/toolbar.c
5446         * src/toolbar.h
5447                 Add a combo to the learn spam button
5448         * src/plugins/bogofilter/bogofilter.c
5449         * src/plugins/bogofilter/bogofilter_gtk.c
5450         * src/plugins/bogofilter/bogofilter.h
5451                 Allow to store Unsure mails in a specific
5452                 folder to make better teaching easier
5453
5454 2006-12-21 [wwp]        2.6.1cvs63
5455
5456         * src/compose.c
5457         * src/prefs_common.c
5458         * src/prefs_common.h
5459         * src/prefs_spelling.c
5460         * src/gtk/gtkaspell.c
5461         * src/gtk/gtkaspell.h
5462                 Allow spell-checking using both current and alternate dictionaries
5463                 (thanks to Colin).
5464
5465 2006-12-21 [wwp]        2.6.1cvs62
5466
5467         * src/gtk/gtkaspell.c
5468                 Apply recheck_when_changing_dict (highlight all mispelled words)
5469                 when switching to alternate dictionary.
5470
5471 2006-12-21 [wwp]        2.6.1cvs61
5472
5473         * src/compose.c
5474         * src/folder_item_prefs.h
5475         * src/prefs_common.c
5476         * src/prefs_common.h
5477         * src/prefs_folder_item.c
5478         * src/prefs_spelling.c
5479         * src/gtk/gtkaspell.c
5480         * src/gtk/gtkaspell.h
5481                 Add global and per-folder prefs to set the default
5482                 alternate dictionary.
5483
5484 2006-12-21 [colin]      2.6.1cvs60
5485
5486         * src/folder.c
5487                 Look for folders by path in all folders
5488         * src/html.c
5489                 add &mdash;
5490
5491 2006-12-20 [colin]      2.6.1cvs59
5492
5493         * src/gtk/quicksearch.c
5494                 Make sure in_typing is false when clearing
5495
5496 2006-12-20 [wwp]        2.6.1cvs58
5497
5498         * configure.ac
5499                 change manual's target dir to be LFH-compliant (thanks to Colin).
5500
5501 2006-12-20 [wwp]        2.6.1cvs57
5502
5503         * src/prefs_common.c
5504         * src/prefs_summaries.c
5505                 i18n fix and factorize patch, thanks to Fabien.
5506
5507 2006-12-20 [paul]       2.6.1cvs56
5508
5509         * configure.ac
5510                 last of the renaming (??)
5511         * src/main.c
5512                 correct --help info of --status-full
5513         * src/plugins/bogofilter/bogofilter.c
5514                 make FALSE default of whitelist_ab
5515
5516 2006-12-19 [colin]      2.6.1cvs55
5517
5518         * src/jpilot.c
5519                 Same as before, without depending on
5520                 pisock >= 0.12
5521
5522 2006-12-19 [colin]      2.6.1cvs54
5523
5524         * src/jpilot.c
5525                 Fix bug 1059, 'Better jpilot charset 
5526                 handling'. Use libpisync's charset conversion
5527                 if possible
5528
5529 2006-12-19 [colin]      2.6.1cvs53
5530
5531         * po/fr.po
5532                 Updated by Fabien
5533
5534 2006-12-19 [wwp]        2.6.1cvs52
5535
5536         * src/gtk/about.c
5537                 Add missing #include (thanks to Colin).
5538
5539 2006-12-19 [wwp]        2.6.1cvs51
5540
5541         * src/prefs_receive.c
5542                 Better spacing between widgets in prefs.
5543
5544 2006-12-18 [colin]      2.6.1cvs50
5545
5546         * src/imap.c
5547                 Fix failure to get separator on LIST "" ""
5548                 Try LIST "" "INBOX" too.
5549
5550 2006-12-18 [wwp]        2.6.1cvs49
5551
5552         * src/common/session.c
5553                 Fix a compiler warning (thanks to Fabien).
5554
5555 2006-12-18 [wwp]        2.6.1cvs48
5556
5557         * src/compose.c
5558         * src/prefs_quote.c
5559                 Factorize some strings for translation (it's about error
5560                 messages when applying or checking template/quote format).
5561
5562 2006-12-18 [colin]      2.6.1cvs47
5563
5564         * Makefile.am
5565         * src/common/defs.h
5566         * src/gtk/Makefile.am
5567         * src/gtk/about.c
5568                 Add a Release notes tab from the contents of
5569                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5570
5571 2006-12-17 [colin]      2.6.1cvs46
5572
5573         * src/mimeview.c
5574         * src/textview.c
5575         * src/gtk/filesel.c
5576                 Correctly convert from/to UTF8/filename encoding
5577                 when loading and saving files. Probably fixes
5578                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5579                 for a file to attach and is blocked...'
5580
5581 2006-12-17 [colin]      2.6.1cvs45
5582
5583         * src/gtk/logwindow.c
5584                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5585                 IMAP folder and is blocked on main thread': 
5586                 make sure we put utf8 in the log.
5587
5588 2006-12-16 [colin]      2.6.1cvs44
5589
5590         * src/toolbar.c
5591         * src/toolbar.h
5592                 Fix bug 1055, 'Add the 'cancel receive' 
5593                 in the available events for the toolbar buttons'
5594
5595 2006-12-16 [colin]      2.6.1cvs43
5596
5597         * po/POTFILES.in
5598         * src/imap.c
5599         * src/common/nntp.c
5600         * src/common/session.c
5601                 Log error when SSL handshakes fail. 
5602                 Fixes bug 1082, 'incorrect / imprecise 
5603                 error message when imap server provides 
5604                 ssl only through STARTTLS but SSL is 
5605                 selected'
5606
5607 2006-12-15 [wwp]        2.6.1cvs42
5608
5609         * src/plugins/bogofilter/bogofilter_gtk.c
5610                 set proper sensitivity to widgets I've recently added.
5611
5612 2006-12-15 [colin]      
5613
5614         2.7.0-rc1 released
5615
5616 2006-12-15 [wwp]        2.6.1cvs41
5617
5618         * src/plugins/bogofilter/bogofilter.c
5619         * src/plugins/bogofilter/bogofilter.h
5620         * src/plugins/bogofilter/bogofilter_gtk.c
5621                 bogofilter's whitelist can now use a subset of
5622                 the addressbook (either a book, a subfolder of a book,
5623                 or the whole addressbook by using "Any"). Re-used there
5624                 some pref_matcher widgets and mechanisms to match a subset
5625                 of the addressbook.
5626
5627 2006-12-15 [wwp]        2.6.1cvs40
5628
5629         * src/wizard.c
5630         * src/common/plugin.c
5631         * src/common/plugin.h
5632         * src/gtk/about.c
5633         * src/plugins/bogofilter/bogofilter.c
5634         * src/plugins/clamav/clamav_plugin.c
5635         * src/plugins/demo/demo.c
5636         * src/plugins/dillo_viewer/dillo_viewer.c
5637         * src/plugins/pgpcore/plugin.c
5638         * src/plugins/pgpinline/plugin.c
5639         * src/plugins/pgpmime/plugin.c
5640         * src/plugins/spamassassin/spamassassin.c
5641         * src/plugins/trayicon/trayicon.c
5642                 factorize some translatable strings (plugins-related),
5643                 fix missing punctuation in several places,
5644                 remove useless translatable \n in about.c,
5645                 and factorize plugin init code w/ a new function
5646                 check_plugin_version() in common/plugin.c.
5647                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5648
5649 2006-12-15 [wwp]        2.6.1cvs39
5650
5651         * src/plugins/bogofilter/bogofilter.c
5652         * src/plugins/bogofilter/bogofilter_gtk.c
5653                 flag whitelisted spams as spam, but don't filter it to the spam
5654                 folder. Thanks to Colin.
5655
5656 2006-12-15 [ticho]      2.6.1cvs38
5657
5658         * src/plugins/bogofilter/bogofilter.c
5659         * src/plugins/bogofilter/bogofilter.h
5660         * src/plugins/bogofilter/bogofilter_gtk.c
5661                 Add option to whitelist senders found in addressbook. Patch by colin.
5662
5663 2006-12-15 [paul]       2.6.1cvs37
5664
5665         * src/folderview.c
5666                 add missing #include "log.h"
5667
5668 2006-12-15 [paul]       2.6.1cvs36
5669
5670         * src/plugins/bogofilter/bogofilter.c
5671         * src/plugins/bogofilter/bogofilter.h
5672         * src/plugins/bogofilter/bogofilter_gtk.c
5673                 Add an option to allow inserting an
5674                 X-Claws-Bogosity header (on MH folders
5675                 only). Patch by Colin
5676
5677 2006-12-14 [colin]      2.6.1cvs35
5678
5679         * src/main.c
5680                 "Yes" should be the default choice for
5681                 migration configuration
5682
5683 2006-12-14 [paul]       2.6.1cvs34
5684
5685         * src/prefs_summaries.c
5686         * manual/advanced.xml
5687                 Unhide mark_as_read_delay
5688
5689 2006-12-14 [paul]       2.6.1cvs33
5690
5691         * src/messageview.c
5692         * src/messageview.h
5693         * src/mimeview.c
5694         * src/mimeview.h
5695         * src/summaryview.c
5696         * src/textview.c
5697         * src/textview.h
5698                 Fix printing of selection
5699                 Fix printing of message parts
5700                 Fix printing of images
5701         * src/gtk/gtksourceprintjob.c
5702                 Fix page count when there are images
5703
5704 2006-12-14 [wwp]        2.6.1cvs32
5705
5706         * src/mainwindow.c
5707         * src/summaryview.c
5708         * src/summaryview.h
5709         * src/gtk/quicksearch.c
5710                 fix quicksearch 'magnify' button status when QS is closed
5711                 using the Escape key, thanks to Colin.
5712
5713 2006-12-14 [wwp]        2.6.1cvs31
5714
5715         * src/mainwindow.c
5716         * src/summaryview.c
5717         * src/summaryview.h
5718         * src/gtk/quicksearch.c
5719                 fix quicksearch 'magnify' button status when QS is closed
5720                 using the Escape key, thanks to Colin.
5721
5722 2006-12-13 [colin]      2.6.1cvs30
5723
5724         * src/ldapquery.c
5725         * src/ldaputil.c
5726                 Use the binary safe version of ldap_get_values,
5727                 to make sure we manipulate null-terminated 
5728                 strings. Maybe fixes bug 1075, 'claws mail 
5729                 segfault when completing ldap adresses'
5730         * src/syldap.c ** REMOVED **
5731         * src/syldap.h ** REMOVED **
5732                 Remove dead files
5733
5734 2006-12-13 [mones]      2.6.1cvs29
5735
5736         * po/es.po
5737                 Fixed piped strings, fixed click translation
5738
5739 2006-12-13 [paul]       2.6.1cvs28
5740
5741         * src/main.c
5742                 don't translate these strings
5743
5744 2006-12-13 [paul]       2.6.1cvs27
5745
5746         * po/en_GB.po
5747                 updated
5748
5749 2006-12-13 [colin]      2.6.1cvs26
5750
5751         * src/main.c
5752         * src/main.h
5753                 Add claws_is_starting()
5754
5755 2006-12-13 [mones]      2.6.1cvs25
5756
5757         * manual/es/advanced.xml
5758         * po/es.po
5759                 Synced manual and updated translation
5760
5761 2006-12-12 [colin]      2.6.1cvs24
5762
5763         * src/wizard.c
5764                 Add an option to use STARTTLS in the
5765                 welcome wizard. Fixes bug 1080, 
5766                 'Using SSL option in wizard for incoming 
5767                 server does not activate SSL with STARTTLS'
5768
5769 2006-12-12 [colin]      2.6.1cvs23
5770
5771         * src/main.c
5772                 Don't exit when there's an incomplete
5773                 mailbox configured - leaves a chance 
5774                 to fix a failing IMAP account. Exit
5775                 if no mailbox at all is loaded (case
5776                 of missing plugin).
5777                 Completes bug 1077's fix (I was wrong
5778                 in this bug's comment #3).
5779
5780 2006-12-12 [colin]      2.6.1cvs22
5781
5782         * src/gtk/menu.h
5783                 Add another menu data type
5784         * src/prefs_account.c
5785                 Complete the completion of bug 1076
5786                 (doesn't lose the pref on apply)
5787
5788 2006-12-12 [paul]       2.6.1cvs21
5789
5790         * src/prefs_account.c
5791                 complete the fix of bug 1076
5792                 also be more verbose with the text
5793
5794 2006-12-12 [paul]       2.6.1cvs20
5795
5796         * src/gtk/combobox.c
5797                 fix compilation warning
5798
5799 2006-12-11 [colin]      2.6.1cvs19
5800
5801         * src/wizard.c
5802                 Document :port in server entry tooltips
5803
5804 2006-12-11 [colin]      2.6.1cvs18
5805
5806         * src/main.c
5807                 Fix compile
5808
5809 2006-12-11 [colin]      2.6.1cvs17
5810
5811         * src/main.c
5812                 Add failing IMAP as a reason for no
5813                 mailbox
5814
5815 2006-12-11 [colin]      2.6.1cvs16
5816
5817         * src/prefs_account.c
5818                 Check for existence of inbox for local
5819                 accounts too
5820         * src/wizard.c
5821                 Allow setting the port to use for servers
5822                 by using the usual "server.example.com:port"
5823                 syntax. Fixes bug 1077, 'sylpheed-claws does 
5824                 not start when IMAP server is unavailable'
5825
5826 2006-12-11 [colin]      2.6.1cvs15
5827
5828         * src/prefs_account.c
5829                 Prevent use of non-existing default inbox
5830
5831 2006-12-11 [colin]      2.6.1cvs14
5832
5833         * src/prefs_account.c
5834                 Fix sensitivity. Fixes bug 1076, 'privacy 
5835                 options are displayed even when pgp plugin 
5836                 not loaded / available'
5837
5838 2006-12-09 [colin]      2.6.1cvs13
5839
5840         * manual/advanced.xml
5841         * src/prefs_common.c
5842         * src/prefs_common.h
5843         * src/common/ssl_certificate.c
5844                 Add a new hidden preference, 'unsafe_ssl_certs',
5845                 which allows to store multiple certificates per
5846                 server/port. This is disabled by default because
5847                 it's less secure (presenting a new certificate
5848                 instead of a changed one raises less alarms).
5849                 This will cause Claws to ask about an unknown
5850                 certificate for people who have used 2.6.1cvs8
5851                 or greater.
5852
5853 2006-12-09 [colin]      2.6.1cvs12
5854
5855         * src/action.c
5856                 Fix cache updating after action
5857
5858 2006-12-07 [wwp]        2.6.1cvs11
5859
5860         * src/compose.c
5861                 fix email address comparison when replying to all
5862                 (avoid replying to ourselves), thanks to Colin.
5863
5864 2006-12-06 [paul]       2.6.1cvs10
5865
5866         * src/addrharvest.c
5867         * src/editldap.c
5868         * src/expldifdlg.c
5869         * src/news.c
5870         * src/toolbar.c
5871         * src/common/utils.c
5872                 ...and more renaming
5873                 Thanks to Colin
5874
5875 2006-12-06 [paul]       2.6.1cvs9
5876
5877         * src/compose.c
5878         * src/messageview.c
5879         * src/procheader.c
5880         * src/procmime.c
5881         * src/procmsg.c
5882         * src/textview.c
5883                 more renaming
5884                 Thanks to Colin
5885
5886 2006-12-06 [colin]      2.6.1cvs8
5887
5888         * src/ssl_manager.c
5889         * src/common/ssl_certificate.c
5890         * src/common/ssl_certificate.h
5891                 Handle multiple certificates per host/port
5892
5893 2006-12-06 [colin]      2.6.1cvs7
5894
5895         * src/etpan/imap-thread.c
5896                 Fix certificate checking on IMAP
5897
5898 2006-12-06 [colin]      2.6.1cvs6
5899
5900         * src/folderview.c
5901                 Fix bug 1072, 'Claws stops fetching newsgroups 
5902                 from server when newsgroup got deleted': continue
5903                 checking other groups
5904
5905 2006-12-05 [wwp]        2.6.1cvs5
5906
5907         * src/message_search.c
5908         * src/summary_search.c
5909         * src/gtk/combobox.c
5910         * src/gtk/combobox.h
5911         * src/gtk/gtkutils.c
5912         * src/gtk/gtkutils.h
5913                 make up and down arrow keys in modern gtk_combo_box_entry widgets
5914                 behave like w/ old comboboxes (summary and message search only).
5915
5916 2006-12-05 [paul]       2.6.1cvs4
5917
5918         * src/wizard.c
5919                 encode headers
5920                 Thanks to Colin
5921
5922 2006-12-05 [paul]       2.6.1cvs3
5923
5924         * tools/README
5925         * tools/textviewer.pl
5926                 script updated and description added
5927
5928 2006-12-04 [colin]      2.6.1cvs2
5929
5930         * src/compose.c
5931                 Run pre-send hook only when checking
5932                 everything
5933
5934 2006-12-04 [paul]       2.6.1cvs1
5935
5936         * NEWS
5937         * README
5938         * RELEASE_NOTES
5939         * configure.ac
5940         * tools/README
5941                 bump up version number following stable release
5942
5943 2006-12-04 [paul]       2.6.0cvs83
5944
5945         * README
5946                 updates and corrections
5947
5948 2006-12-04 [colin]      2.6.0cvs82
5949
5950         * src/common/utils.c
5951                 Probably fix bug 1066, 'Incorrect mailbox 
5952                 size displayed'
5953
5954 2006-12-04 [colin]      2.6.0cvs81
5955
5956         * src/common/utils.c
5957                 Trim tabs from mailcap file too.
5958
5959 2006-12-02 [paul]       2.6.0cvs80
5960
5961         * src/exphtmldlg.c
5962                 fix broken GUI under certain languages
5963         * src/expldifdlg.c
5964                 put the Cancel button to the right
5965
5966 2006-12-01 [paul]       2.6.0cvs79
5967
5968         * tools/Makefile.am
5969                 remove reference to removed file
5970
5971 2006-12-01 [wwp]        2.6.0cvs78
5972
5973         * src/addressbook.c
5974         * src/editaddress.c
5975                 remove forgotten debug statements.
5976
5977 2006-12-01 [wwp]        2.6.0cvs77
5978
5979         * manual/advanced.xml
5980         * manual/fr/advanced.xml
5981         * src/addressbook.c
5982         * src/addressbook.h
5983         * src/addressitem.h
5984         * src/editaddress.c
5985         * src/editaddress.h
5986         * src/prefs_common.c
5987         * src/prefs_common.h
5988         * src/gtk/gtkutils.c
5989         * src/gtk/gtkutils.h
5990                 add a hidden option to allow embedding the editaddress (edit contact details)
5991                 dialog into the addressbook's window. This doesn't change the default
5992                 behaviour.
5993
5994 2006-12-01 [wwp]        2.6.0cvs76
5995
5996         * src/message_search.c
5997         * src/summary_search.c
5998                 fix more focus issues (don't set focus to combobox's entry widget when
5999                 entry's value changed, if entry widget has focus already).
6000
6001 2006-12-01 [wwp]        2.6.0cvs75
6002
6003         * src/gtk/quicksearch.c
6004                 revert last changes to the quicksearch gtk_combo_box, this needs more
6005                 tuning and testing.
6006
6007 2006-12-01 [paul]       2.6.0cvs74
6008
6009         * tools/kdeservicemenu/README
6010         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6011         * tools/kdeservicemenu/install.sh
6012         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6013         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6014                 simplify this stuff, and in so doing,
6015                 fix it. (possibly re-extend it again at
6016                 a later date)
6017
6018 2006-12-01 [wwp]        2.6.0cvs73
6019
6020         * src/gtk/quicksearch.c
6021                 adapt quicksearch code to use modern gtk_combo_box'es.
6022
6023 2006-12-01 [wwp]        2.6.0cvs72
6024
6025         * src/common/defs.h
6026         * src/prefs_common.c
6027         * src/prefs_common.h
6028         * src/message_search.c
6029         * src/summary_search.c
6030         * src/gtk/combobox.c
6031         * src/gtk/combobox.h
6032                 add history combos to all message and summary search fields.
6033
6034 2006-12-01 [wwp]        2.6.0cvs71
6035
6036         * src/summaryview.c
6037                 As the list may change while the mark as read delay
6038                 runs, we can't rely on the 'row' pointer, which can
6039                 be invalid when the timeout is called. As the mark
6040                 as read is only done if the message is still selected,
6041                 use summaryview->selected instead. Thanks to Colin.
6042
6043 2006-11-30 [paul]       2.6.0cvs70
6044
6045         * src/textview.c
6046                 give emphasis to "Sylpheed-Claws"
6047                 as well as "Claws Mail"
6048
6049 2006-11-30 [colin]      2.6.0cvs69
6050
6051         * src/wizard.c
6052                 Put the SSL checkboxes in the receiving
6053                 and sending server pages.
6054
6055 2006-11-29 [colin]      2.6.0cvs68
6056
6057         * src/gtk/gtkutils.c
6058         * src/gtk/gtkvscrollbutton.c
6059                 Revert some deprecated fixes - they seem to
6060                 deprecate stuff as soon as a new one gets out.
6061                 g_object_ref_sink needed glib-2.10.
6062
6063 2006-11-29 [colin]      2.6.0cvs67
6064
6065         * src/common/utils.c
6066                 Create .mailcap if it doesn't exist
6067
6068 2006-11-29 [colin]      2.6.0cvs66
6069
6070         * src/compose.c
6071                 Followup to cvs60: use original list
6072                 of recipients if replying to a mail
6073                 in Sent Drafts or Queue.
6074
6075 2006-11-27 [paul]       2.6.0cvs65
6076
6077         * src/image_viewer.c
6078                 revert the last change for now (it's broken)
6079
6080 2006-11-27 [paul]       2.6.0cvs64
6081
6082         * Makefile.am
6083         * configure.ac
6084         * m4/aclocal-include.m4
6085         * m4/check-type.m4
6086         * src/Makefile.am
6087         * src/addr_compl.c
6088         * src/compose.c
6089         * src/crash.c
6090         * src/export.c
6091         * src/exporthtml.c
6092         * src/exportldif.c
6093         * src/imap.c
6094         * src/import.c
6095         * src/main.c
6096         * src/main.h
6097         * src/matcher.c
6098         * src/mimeview.c
6099         * src/procmsg.c
6100         * src/textview.c
6101         * src/common/Makefile.am
6102         * src/common/claws.c
6103         * src/common/claws.h
6104         * src/common/ssl.c
6105         * src/common/sylpheed.c
6106         * src/common/sylpheed.h
6107         * src/etpan/Makefile.am
6108         * src/gtk/Makefile.am
6109         * src/gtk/claws-marshal.list
6110         * src/gtk/filesel.c
6111         * src/gtk/gtksctree.c
6112         * src/gtk/quicksearch.c
6113         * src/gtk/sylpheed-marshal.list
6114         * src/plugins/bogofilter/bogofilter.c
6115         * src/plugins/bogofilter/bogofilter_gtk.c
6116         * src/plugins/clamav/clamav_plugin.c
6117         * src/plugins/clamav/clamav_plugin_gtk.c
6118         * src/plugins/demo/demo.c
6119         * src/plugins/dillo_viewer/dillo_viewer.c
6120         * src/plugins/pgpcore/Makefile.am
6121         * src/plugins/pgpcore/claws.def
6122         * src/plugins/pgpcore/pgp_viewer.c
6123         * src/plugins/pgpcore/plugin.c
6124         * src/plugins/pgpcore/sylpheed.def
6125         * src/plugins/pgpinline/Makefile.am
6126         * src/plugins/pgpinline/claws.def
6127         * src/plugins/pgpinline/plugin.c
6128         * src/plugins/pgpinline/sylpheed.def
6129         * src/plugins/pgpmime/Makefile.am
6130         * src/plugins/pgpmime/claws.def
6131         * src/plugins/pgpmime/plugin.c
6132         * src/plugins/pgpmime/sylpheed.def
6133         * src/plugins/spamassassin/spamassassin.c
6134         * src/plugins/spamassassin/spamassassin_gtk.c
6135         * src/plugins/trayicon/trayicon.c
6136                 yet more renaming
6137                 remove deprecated gtk_tooltips_set_delay()
6138
6139 2006-11-26 [paul]       2.6.0cvs63
6140
6141         * src/expldifdlg.c
6142         * src/folderview.c
6143         * src/image_viewer.c
6144         * src/mainwindow.c
6145         * src/gtk/gtkutils.c
6146         * src/gtk/gtkvscrollbutton.c
6147         * src/gtk/prefswindow.c
6148         * src/plugins/pgpcore/prefs_gpg.c
6149                 replace more deprecated GTK+ functions
6150
6151 2006-11-26 [paul]       2.6.0cvs62
6152
6153         * src/addr_compl.c
6154         * src/addressbook.c
6155         * src/browseldap.c
6156                 replace deprecated gtk_idle_... functions
6157
6158 2006-11-26 [paul]       2.6.0cvs61
6159
6160         * src/compose.c
6161         * src/folderview.c
6162         * src/inc.c
6163         * src/summaryview.c
6164         * src/gtk/gtkvscrollbutton.c
6165         * src/gtk/quicksearch.c
6166         * src/plugins/pgpcore/passphrase.c
6167                 replace deprecated gtk_timeout_add and
6168                 gtk_timeout_remove
6169
6170 2006-11-26 [paul]       2.6.0cvs60
6171
6172         * src/compose.c
6173                 fix bug that caused the wrong recipient
6174                 to be selected when replying to a msg
6175                 which is From one of our accounts to
6176                 another of our accounts
6177
6178 2006-11-25 [paul]       2.6.0cvs59
6179
6180         * src/summaryview.c
6181                 don't change the From column title to
6182                 To if the To column is visible
6183
6184 2006-11-24 [paul]       2.6.0cvs58
6185
6186         * src/compose.c
6187                 fix bug 1069, 'Sent mails disappear, BCC
6188                 or locking problem?'
6189
6190 2006-11-21 [wwp]        2.6.0cvs57
6191
6192         * src/compose.c
6193                 fix spelling menu when replying (same as 2.3.1cvs39):
6194                 discrepancy between context menu and top menu when
6195                 folder's dictionary isn't the default one.
6196
6197 2006-11-19 [paul]       2.6.0cvs56
6198
6199         * src/summaryview.c
6200                 obey always_show_msg option when
6201                 marking as spam
6202         * src/plugins/bogofilter/bogofilter.c
6203                 fix typo
6204
6205 2006-11-18 [paul]       2.6.0cvs55
6206
6207         * AUTHORS
6208         * README
6209         * debian/copyright
6210         * manual/ack.xml
6211         * manual/es/ack.xml
6212         * manual/fr/ack.xml
6213         * manual/pl/ack.xml
6214         * src/gtk/authors.h
6215         * src/gtk/icon_legend.c
6216         * src/gtk/icon_legend.h
6217         * tools/OOo2claws-mail.pl
6218         * tools/README
6219         * tools/acroread2claws-mail.pl
6220         * tools/claws.i18n.status.pl
6221         * tools/filter_conv.pl
6222         * tools/filter_conv_new.pl
6223         * tools/freshmeat_search.pl
6224         * tools/google_search.pl
6225         * tools/kmail2claws-mail.pl
6226         * tools/kmail2claws-mail_v2.pl
6227         * tools/maildir2claws-mail.pl
6228         * tools/make.themes.project
6229         * tools/multiwebsearch.pl
6230         * tools/outlook2claws-mail.pl
6231         * tools/tb2claws-mail
6232         * tools/kdeservicemenu/README
6233         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6234                 update mine and wwp's email addresses in
6235                 several places
6236                 Patch by wwp
6237         * src/prefs_compose_writing.c
6238                 set sensitivity on 'new message format' frame
6239
6240 2006-11-17 [paul]       2.6.0cvs54
6241
6242         * src/gtk/about.c
6243                 more reworking of the GUI
6244                 Patch by Fabien Vantard
6245
6246 2006-11-16 [paul]       2.6.0cvs53
6247
6248         * src/gtk/about.c
6249                 set a minimum size for the window, allow
6250                 it to automatically expand as necessary
6251
6252 2006-11-16 [wwp]        2.6.0cvs52
6253
6254         * src/gtk/about.c
6255                 better wrap of copyright info on some systems.
6256
6257 2006-11-16 [paul]       2.6.0cvs51
6258
6259         * src/gtk/about.c
6260                 move the tech info from the upper panel
6261                 to the Info tab
6262                 use a gtk_text_view for the features tab
6263
6264 2006-11-16 [paul]       2.6.0cvs50
6265
6266         * po/Makevars
6267                 update my email address
6268         * src/addressbook.c
6269         * src/compose.c
6270         * src/imap_gtk.c
6271         * src/mh_gtk.c
6272         * src/news_gtk.c
6273         * src/summaryview.c
6274         * src/plugins/trayicon/trayicon.c
6275                 don't offer simple menu separators
6276                 for translation
6277         * src/folderview.c
6278                 add separator between 'mark all read'
6279                 and 'search folder'
6280
6281 2006-11-15 [wwp]        2.6.0cvs49
6282
6283         * src/gtk/authors.h
6284                 updated manuals authors.
6285
6286 2006-11-14 [paul]       2.6.0cvs48
6287
6288         * src/compose.c
6289                 Fix Options/Reply mode after draft save
6290
6291 2006-11-14 [paul]       2.6.0cvs47
6292
6293         * src/Makefile.am
6294                 Fix make DESTDIR=...
6295         * src/mbox.c
6296                 Optimise speed
6297         * src/plugins/pgpinline/pgpinline.c
6298                 Probably fix bug 1061
6299
6300 2006-11-14 [paul]       2.6.0cvs46
6301
6302         * po/Makevars
6303                 enable Q_ macro
6304         * src/Makefile.am
6305         * src/stock_pixmap.c
6306         * src/stock_pixmap.h
6307         * src/gtk/about.c
6308         * src/pixmaps/active.xpm
6309         * src/pixmaps/inactive.xpm
6310                 add a new page, 'Features', to the About dialog
6311                 showing which features are compiled in and which
6312                 are not
6313
6314 2006-11-14 [paul]       2.6.0cvs45
6315
6316         * po/ru.po
6317                 updated by Pavlo Bohmat
6318
6319 2006-11-14 [colin]      2.6.0cvs44
6320
6321         * src/compose.c
6322         * src/inc.c
6323         * src/messageview.c
6324         * src/news.c
6325         * src/pop.c
6326         * src/procmsg.c
6327         * src/gtk/gtkaspell.c
6328                 Fix 64-bit-related warnings
6329         * src/ssl_manager.c
6330                 Fix possible infinite loop
6331         * src/plugins/pgpcore/sgpgme.c
6332                 Remove useless check
6333
6334 2006-11-13 [colin]      2.6.0cvs43
6335
6336         * src/gtk/Makefile.am
6337                 authors.h isn't generated
6338
6339 2006-11-13 [colin]      2.6.0cvs42
6340
6341         * src/plugins/pgpinline/pgpinline.c
6342         * src/plugins/pgpmime/pgpmime.c
6343                 Very probably fix bug 1061, 'crash on 
6344                 opening signed email'. Another cast
6345                 problem
6346
6347 2006-11-13 [colin]      2.6.0cvs41
6348
6349         * src/plugins/pgpcore/sgpgme.c
6350                 Maybe fix bug 1061, 'crash on opening 
6351                 signed email'
6352
6353 2006-11-13 [wwp]        2.6.0cvs40
6354
6355         * src/plugins/pgpinline/pgpinline.c
6356                 fix candidate for bug #1057, thanks to Colin.
6357
6358 2006-11-13 [wwp]        2.6.0cvs39
6359
6360         * src/compose.c
6361         * src/quote_fmt_parse.y
6362                 fix bug 1052: current parser buffer was not always 
6363                 allocated, ptr to this buffer could be returned as 
6364                 NULL whereas no parser error has occurred. in 
6365                 consequence, defining a template body as "%d" 
6366                 (w/o the quotes) for the first time of the instance 
6367                 of claws-mail, was reporting a parser error. make 
6368                 sure that the buffer is always allocated, even to 
6369                 an empty string.
6370                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6371                 unescaping of the fmt string was always done 
6372                 whereas it must be done *only* when receiving 
6373                 quote format strings issued from the prefs 
6374                 (compose new message, reply, forward, redirect 
6375                 formats), *not* when applying templates.  in 
6376                 consequences, applying templates w/ sequences 
6377                 like \\|p{echo} were failing. make sure that 
6378                 unescaping is done only when necessary.
6379
6380 2006-11-12 [colin]      2.6.0cvs38
6381
6382         * po/de.po
6383                 Fix typo (s/KB/MB)
6384
6385 2006-11-12 [colin]      2.6.0cvs37
6386
6387         * src/plugins/pgpinline/pgpinline.c
6388         * src/plugins/pgpmime/pgpmime.c
6389                 Release GPG context at the latest 
6390                 possible moment. Maybe fixes 
6391                 bug 1057, 'crash on sending signed 
6392                 message to a newsgroup'
6393                 
6394
6395 2006-11-12 [colin]      2.6.0cvs36
6396
6397         * src/plugins/pgpcore/sgpgme.c
6398                 Tell a bit more when gpg's status doesn't
6399                 contain any signature
6400
6401 2006-11-12 [colin]      2.6.0cvs35
6402
6403         * src/compose.c
6404                 Fix bug 1060, 'compilation error with 
6405                 Irix's cc'
6406
6407 2006-11-12 [paul]       2.6.0cvs34
6408
6409         * doc/man/claws-mail.1
6410         * src/prefs_gtk.c
6411         * src/plugins/clamav/README
6412         * src/plugins/spamassassin/README
6413         * tools/README
6414         * tools/freshmeat_search.pl
6415         * tools/google_search.pl
6416         * tools/multiwebsearch.pl
6417                 more renaming
6418         * src/plugins/trayicon/trayicon.c
6419                 fix compiliation warning
6420
6421 2006-11-11 [colin]      2.6.0cvs33
6422
6423         * src/folderview.c
6424                 Forbid drag and drop from/to different
6425                 folders of type F_UNKNOWN
6426
6427 2006-11-11 [colin]      2.6.0cvs32
6428
6429         * src/plugins/pgpinline/pgpinline.c
6430                 Fix typo in previous commit:
6431                 - gpgme_new(&ctx);
6432                 + if ((err = gpgme_new(&data->ctx)) ...)
6433
6434 2006-11-11 [colin]      2.6.0cvs31
6435
6436         * src/plugins/pgpinline/pgpinline.c
6437         * src/plugins/pgpmime/pgpmime.c
6438                 Check success after calling gpgme_new
6439                 Maybe fixes bug 1057, 'crash on sending 
6440                 signed message to a newsgroup'
6441
6442 2006-11-11 [colin]      2.6.0cvs30
6443
6444         * src/undo.c
6445                 init undostruct to 0s (from
6446                 valgrind log of bug 1057)
6447
6448 2006-11-10 [colin]      2.6.0cvs29
6449
6450         * src/mainwindow.c
6451                 Set cursor to wait before filtering
6452                 duplicates in all folders
6453         * src/plugins/bogofilter/bogofilter.c
6454         * src/plugins/bogofilter/bogofilter.h
6455         * src/plugins/bogofilter/bogofilter_gtk.c
6456                 Completely thread away the bogofilter
6457                 filtering
6458
6459 2006-11-10 [mones]      2.6.0cvs28
6460
6461         * src/compose.c
6462         * src/compose.h
6463                 added COMPOSE_CHECK_BEFORE_SEND hook
6464
6465 2006-11-10 [paul]       2.6.0cvs27
6466
6467         * src/crash.c
6468                 more renaming
6469                 add libSM to get_compiled_in_features()
6470         * src/main.c
6471                 more renaming
6472
6473 2006-11-10 [colin]      2.6.0cvs26
6474
6475         * src/etpan/imap-thread.c
6476                 Add a reference to libetpan's sasl engine
6477                 so that sasl_done() doesn't get called by
6478                 libetpan, and doesn't break openssl.
6479                 Should fix bug 1053, 'SC fails to reestablish 
6480                 a secure connection'
6481                 Patch by Hoa
6482
6483 2006-11-10 [colin]      2.6.0cvs25
6484
6485         * manual/addrbook.xml
6486         * manual/advanced.xml
6487         * manual/faq.xml
6488         * manual/intro.xml
6489                 Some more renaming
6490
6491 2006-11-09 [colin]      2.6.0cvs24
6492
6493         * src/plugins/bogofilter/bogofilter_gtk.c
6494                 Add comment about annoyance
6495
6496 2006-11-09 [colin]      2.6.0cvs23
6497
6498         * src/plugins/bogofilter/bogofilter.c
6499         * src/plugins/bogofilter/bogofilter_gtk.c
6500                 Prepare things needed to thread bogofilter
6501                 filtering: separate bogo stuff and possible GUI
6502                 stuff. 
6503
6504 2006-11-09 [colin]      2.6.0cvs22
6505
6506         * src/account.c
6507         * src/compose.c
6508                 Search for one of our accounts in Delivered-To
6509                 (helps for auto-account selection when 
6510                  replying/forwarding)
6511         * src/folderview.c
6512         * src/mainwindow.c
6513         * src/mainwindow.h
6514         * src/plugins/trayicon/trayicon.c
6515                 Allow opening a new mail with any account from
6516                 the contextual menu
6517
6518 2006-11-09 [wwp]        2.6.0cvs21
6519
6520         * src/compose.c
6521         * src/prefs_common.c
6522         * src/prefs_common.h
6523         * src/prefs_compose_writing.c
6524                 add a compose new message format (in prefs/compose/writing), it's a
6525                 simple subject+body template to use when opening a new composition
6526                 window. It's similar to the existent reply and forward formats.
6527
6528                 enhanced the template/format % symbols substitution mechanism to
6529                 use current composition window information when % are used in
6530                 the compose new message format or in templates applied to new
6531                 messages (there were useless in that situations before). When
6532                 applied to new messages, %d corresponds to the system time/date.
6533
6534 2006-11-09 [paul]       2.6.0cvs20
6535
6536         * src/gtk/authors.h
6537                 fix last commit
6538
6539 2006-11-09 [paul]       2.6.0cvs19
6540
6541         * src/gtk/authors.h
6542                 keep tje alphabetical order
6543
6544 2006-11-08 [colin]      2.6.0cvs18
6545
6546         * src/etpan/imap-thread.c
6547                 Fix bug 1054, 'Slowness logging big 
6548                 data chunks'
6549
6550 2006-11-08 [paul]       2.6.0cvs17
6551
6552         * tools/Makefile.am
6553                 fix the renaming
6554
6555 2006-11-08 [paul]       2.6.0cvs16
6556
6557         * src/common/defs.h
6558                 update BUGZILLA_URI
6559
6560 2006-11-08 [paul]       2.6.0cvs15
6561
6562         * tools/Makefile.am
6563         * tools/OOo2claws-mail.pl
6564         * tools/OOo2sylpheed.pl
6565         * tools/README
6566         * tools/acroread2claws-mail.pl
6567         * tools/acroread2sylpheed.pl
6568         * tools/kmail2claws-mail.pl
6569         * tools/kmail2claws-mail_v2.pl
6570         * tools/kmail2sylpheed.pl
6571         * tools/kmail2sylpheed_v2.pl
6572         * tools/maildir2claws-mail.pl
6573         * tools/maildir2sylpheed.pl
6574         * tools/nautilus2claws-mail.sh
6575         * tools/nautilus2sylpheed.sh
6576         * tools/outlook2claws-mail.pl
6577         * tools/outlook2sylpheed.pl
6578         * tools/tb2claws-mail
6579         * tools/tb2sylpheed
6580         * tools/tbird2claws.py
6581         * tools/tbird2syl.py
6582         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6583         * tools/kdeservicemenu/install.sh
6584         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6585         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6586         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6587         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6588         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6589                 renamed (removed, added) tools files
6590
6591 2006-11-08 [paul]       2.6.0cvs14
6592
6593         * src/main.c
6594         * src/common/defs.h
6595                 Migrate sylpheedrc to clawsrc, and fix the standard
6596                 plugins path in the process
6597
6598 2006-11-07 [colin]      2.6.0cvs13
6599
6600         * src/Makefile.am
6601                 Symlink sylpheed-claws relative to 
6602                 claws-mail
6603
6604 2006-11-07 [colin]      2.6.0cvs12
6605
6606         * src/compose.c
6607                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6608
6609 2006-11-07 [paul]       2.6.0cvs11
6610
6611         * src/gtk/about.c
6612                 Fix a missed occurence of
6613                 Sylpheed-Claws
6614
6615 2006-11-07 [paul]       2.6.0cvs10
6616
6617         * src/Makefile.am
6618                 Fix symlink installation
6619
6620 2006-11-07 [paul]       2.6.0cvs9
6621
6622         * src/Makefile.am
6623                 Symlink claws-mail to sylpheed-claws
6624         * src/common/utils.c
6625                 Fix migrating symlinks
6626         * src/etpan/imap-thread.c
6627                 check certificate only when there's
6628                 no error
6629
6630 2006-11-07 [paul]       2.6.0cvs8
6631
6632         * Makefile.am
6633                 Fix icon breakages with Gtk, which needs a 
6634                 cache updated to see them.
6635
6636 2006-11-07 [paul]       2.6.0cvs7
6637
6638         * .cvsignore
6639         * AUTHORS
6640         * COPYING
6641         * INSTALL
6642         * Makefile.am
6643         * NEWS
6644         * README
6645         * RELEASE_NOTES
6646         * autogen.sh
6647         * claws-mail-128x128.png
6648         * claws-mail-64x64.png
6649         * claws-mail.ico
6650         * claws-mail.pc.in
6651         * claws-mail.png
6652         * configure.ac
6653         * sylpheed-claws-128x128.png
6654         * sylpheed-claws-64x64.png
6655         * sylpheed-claws.desktop
6656         * sylpheed-claws.ico
6657         * sylpheed-claws.pc.in
6658         * sylpheed-claws.png
6659         * debian/README.Debian
6660         * debian/changelog
6661         * debian/claws-mail.desktop
6662         * debian/claws-mail.menu
6663         * debian/claws-mail.postinst.debhelper
6664         * debian/claws-mail.postrm.debhelper
6665         * debian/control
6666         * debian/copyright
6667         * debian/files
6668         * debian/rules
6669         * debian/sylpheed-claws.desktop
6670         * debian/sylpheed-claws.menu
6671         * debian/sylpheed-claws.postinst.debhelper
6672         * debian/sylpheed-claws.postrm.debhelper
6673         * doc/man/Makefile.am
6674         * doc/man/claws-mail.1
6675         * doc/man/sylpheed-claws.1
6676         * doc/src/ChangeLog.claws-pre0.8.0
6677         * manual/Makefile.am
6678         * manual/account.xml
6679         * manual/ack.xml
6680         * manual/addrbook.xml
6681         * manual/advanced.xml
6682         * manual/claws-mail-manual.xml
6683         * manual/faq.xml
6684         * manual/glossary.xml
6685         * manual/handling.xml
6686         * manual/intro.xml
6687         * manual/keyboard.xml
6688         * manual/plugins.xml
6689         * manual/starting.xml
6690         * manual/sylpheed-claws-manual.xml
6691         * manual/xml2pdf
6692         * manual/dist/.cvsignore
6693         * manual/dist/html/.cvsignore
6694         * manual/dist/html/Makefile.am
6695         * manual/dist/pdf/.cvsignore
6696         * manual/dist/pdf/Makefile.am
6697         * manual/dist/ps/.cvsignore
6698         * manual/dist/ps/Makefile.am
6699         * manual/dist/txt/.cvsignore
6700         * manual/dist/txt/Makefile.am
6701         * manual/es/Makefile.am
6702         * manual/es/advanced.xml
6703         * manual/es/claws-mail-manual.xml
6704         * manual/es/faq.xml
6705         * manual/es/glossary.xml
6706         * manual/es/handling.xml
6707         * manual/es/intro.xml
6708         * manual/es/plugins.xml
6709         * manual/es/sylpheed-claws-manual.xml
6710         * manual/es/dist/.cvsignore
6711         * manual/es/dist/html/.cvsignore
6712         * manual/es/dist/html/Makefile.am
6713         * manual/es/dist/pdf/.cvsignore
6714         * manual/es/dist/pdf/Makefile.am
6715         * manual/es/dist/ps/.cvsignore
6716         * manual/es/dist/ps/Makefile.am
6717         * manual/es/dist/txt/.cvsignore
6718         * manual/es/dist/txt/Makefile.am
6719         * manual/fr/Makefile.am
6720         * manual/fr/account.xml
6721         * manual/fr/ack.xml
6722         * manual/fr/addrbook.xml
6723         * manual/fr/advanced.xml
6724         * manual/fr/claws-mail-manual.xml
6725         * manual/fr/faq.xml
6726         * manual/fr/glossary.xml
6727         * manual/fr/handling.xml
6728         * manual/fr/intro.xml
6729         * manual/fr/keyboard.xml
6730         * manual/fr/plugins.xml
6731         * manual/fr/starting.xml
6732         * manual/fr/sylpheed-claws-manual.xml
6733         * manual/fr/dist/.cvsignore
6734         * manual/fr/dist/html/.cvsignore
6735         * manual/fr/dist/html/Makefile.am
6736         * manual/fr/dist/pdf/.cvsignore
6737         * manual/fr/dist/pdf/Makefile.am
6738         * manual/fr/dist/ps/.cvsignore
6739         * manual/fr/dist/ps/Makefile.am
6740         * manual/fr/dist/txt/.cvsignore
6741         * manual/fr/dist/txt/Makefile.am
6742         * manual/pl/Makefile.am
6743         * manual/pl/account.xml
6744         * manual/pl/ack.xml
6745         * manual/pl/addrbook.xml
6746         * manual/pl/advanced.xml
6747         * manual/pl/claws-mail-manual.xml
6748         * manual/pl/faq.xml
6749         * manual/pl/glossary.xml
6750         * manual/pl/handling.xml
6751         * manual/pl/intro.xml
6752         * manual/pl/keyboard.xml
6753         * manual/pl/plugins.xml
6754         * manual/pl/starting.xml
6755         * manual/pl/sylpheed-claws-manual.xml
6756         * manual/pl/dist/.cvsignore
6757         * manual/pl/dist/html/.cvsignore
6758         * manual/pl/dist/html/Makefile.am
6759         * manual/pl/dist/pdf/.cvsignore
6760         * manual/pl/dist/pdf/Makefile.am
6761         * manual/pl/dist/ps/.cvsignore
6762         * manual/pl/dist/ps/Makefile.am
6763         * manual/pl/dist/txt/.cvsignore
6764         * manual/pl/dist/txt/Makefile.am
6765         * po/.cvsignore
6766         * po/Makevars
6767         * src/.cvsignore
6768         * src/Makefile.am
6769         * src/account.c
6770         * src/account.h
6771         * src/action.c
6772         * src/action.h
6773         * src/adbookbase.h
6774         * src/addr_compl.c
6775         * src/addr_compl.h
6776         * src/addrbook.c
6777         * src/addrcache.c
6778         * src/addrcache.h
6779         * src/addrcindex.c
6780         * src/addrcindex.h
6781         * src/addrclip.c
6782         * src/addrclip.h
6783         * src/addrdefs.h
6784         * src/addressadd.c
6785         * src/addressadd.h
6786         * src/addressbook.c
6787         * src/addressbook.h
6788         * src/addressbook_foldersel.c
6789         * src/addressbook_foldersel.h
6790         * src/addrgather.c
6791         * src/addrgather.h
6792         * src/addrharvest.c
6793         * src/addrharvest.h
6794         * src/addrindex.c
6795         * src/addrindex.h
6796         * src/addritem.c
6797         * src/addritem.h
6798         * src/addrquery.c
6799         * src/addrquery.h
6800         * src/addrselect.c
6801         * src/addrselect.h
6802         * src/alertpanel.c
6803         * src/alertpanel.h
6804         * src/browseldap.c
6805         * src/browseldap.h
6806         * src/codeconv.c
6807         * src/codeconv.h
6808         * src/compose.c
6809         * src/crash.c
6810         * src/crash.h
6811         * src/customheader.c
6812         * src/customheader.h
6813         * src/displayheader.c
6814         * src/displayheader.h
6815         * src/editaddress.c
6816         * src/editaddress.h
6817         * src/editbook.c
6818         * src/editbook.h
6819         * src/editgroup.c
6820         * src/editgroup.h
6821         * src/editjpilot.c
6822         * src/editjpilot.h
6823         * src/editldap.c
6824         * src/editldap.h
6825         * src/editldap_basedn.c
6826         * src/editldap_basedn.h
6827         * src/editvcard.c
6828         * src/editvcard.h
6829         * src/exphtmldlg.c
6830         * src/exphtmldlg.h
6831         * src/expldifdlg.c
6832         * src/expldifdlg.h
6833         * src/export.c
6834         * src/exporthtml.c
6835         * src/exporthtml.h
6836         * src/exportldif.c
6837         * src/exportldif.h
6838         * src/filtering.c
6839         * src/filtering.h
6840         * src/folder.c
6841         * src/folder.h
6842         * src/folder_item_prefs.c
6843         * src/folder_item_prefs.h
6844         * src/foldersel.c
6845         * src/foldersel.h
6846         * src/folderutils.c
6847         * src/folderutils.h
6848         * src/folderview.c
6849         * src/folderview.h
6850         * src/grouplistdialog.c
6851         * src/grouplistdialog.h
6852         * src/html.c
6853         * src/html.h
6854         * src/image_viewer.c
6855         * src/image_viewer.h
6856         * src/imap.c
6857         * src/imap.h
6858         * src/imap_gtk.c
6859         * src/imap_gtk.h
6860         * src/import.c
6861         * src/import.h
6862         * src/importldif.c
6863         * src/importldif.h
6864         * src/importmutt.c
6865         * src/importmutt.h
6866         * src/importpine.c
6867         * src/importpine.h
6868         * src/inc.c
6869         * src/inc.h
6870         * src/jpilot.c
6871         * src/jpilot.h
6872         * src/ldapctrl.c
6873         * src/ldapctrl.h
6874         * src/ldaplocate.c
6875         * src/ldaplocate.h
6876         * src/ldapquery.c
6877         * src/ldapquery.h
6878         * src/ldapserver.c
6879         * src/ldapserver.h
6880         * src/ldaputil.c
6881         * src/ldaputil.h
6882         * src/ldif.c
6883         * src/ldif.h
6884         * src/localfolder.c
6885         * src/localfolder.h
6886         * src/main.c
6887         * src/main.h
6888         * src/mainwindow.c
6889         * src/mainwindow.h
6890         * src/manual.c
6891         * src/manual.h
6892         * src/matcher.c
6893         * src/matcher.h
6894         * src/matcher_parser.h
6895         * src/matcher_parser_lex.l
6896         * src/matcher_parser_parse.y
6897         * src/mbox.c
6898         * src/mbox.h
6899         * src/message_search.c
6900         * src/message_search.h
6901         * src/messageview.c
6902         * src/messageview.h
6903         * src/mh.c
6904         * src/mh.h
6905         * src/mh_gtk.c
6906         * src/mh_gtk.h
6907         * src/mimeview.c
6908         * src/mimeview.h
6909         * src/msgcache.c
6910         * src/msgcache.h
6911         * src/mutt.c
6912         * src/mutt.h
6913         * src/news.c
6914         * src/news.h
6915         * src/news_gtk.c
6916         * src/news_gtk.h
6917         * src/noticeview.c
6918         * src/noticeview.h
6919         * src/partial_download.c
6920         * src/partial_download.h
6921         * src/pine.c
6922         * src/pine.h
6923         * src/pop.c
6924         * src/pop.h
6925         * src/prefs_account.c
6926         * src/prefs_account.h
6927         * src/prefs_actions.c
6928         * src/prefs_actions.h
6929         * src/prefs_common.c
6930         * src/prefs_common.h
6931         * src/prefs_compose_writing.c
6932         * src/prefs_compose_writing.h
6933         * src/prefs_customheader.c
6934         * src/prefs_customheader.h
6935         * src/prefs_display_header.c
6936         * src/prefs_display_header.h
6937         * src/prefs_ext_prog.c
6938         * src/prefs_ext_prog.h
6939         * src/prefs_filtering.c
6940         * src/prefs_folder_column.c
6941         * src/prefs_folder_column.h
6942         * src/prefs_folder_item.c
6943         * src/prefs_folder_item.h
6944         * src/prefs_fonts.c
6945         * src/prefs_fonts.h
6946         * src/prefs_gtk.c
6947         * src/prefs_gtk.h
6948         * src/prefs_image_viewer.c
6949         * src/prefs_image_viewer.h
6950         * src/prefs_matcher.c
6951         * src/prefs_matcher.h
6952         * src/prefs_message.c
6953         * src/prefs_message.h
6954         * src/prefs_msg_colors.c
6955         * src/prefs_msg_colors.h
6956         * src/prefs_other.c
6957         * src/prefs_other.h
6958         * src/prefs_quote.c
6959         * src/prefs_quote.h
6960         * src/prefs_receive.c
6961         * src/prefs_receive.h
6962         * src/prefs_send.c
6963         * src/prefs_send.h
6964         * src/prefs_spelling.c
6965         * src/prefs_spelling.h
6966         * src/prefs_summaries.c
6967         * src/prefs_summaries.h
6968         * src/prefs_summary_column.c
6969         * src/prefs_summary_column.h
6970         * src/prefs_template.c
6971         * src/prefs_template.h
6972         * src/prefs_themes.c
6973         * src/prefs_themes.h
6974         * src/prefs_toolbar.c
6975         * src/prefs_toolbar.h
6976         * src/prefs_wrapping.c
6977         * src/prefs_wrapping.h
6978         * src/privacy.c
6979         * src/privacy.h
6980         * src/procheader.c
6981         * src/procheader.h
6982         * src/procmime.c
6983         * src/procmime.h
6984         * src/procmsg.c
6985         * src/procmsg.h
6986         * src/quote_fmt.c
6987         * src/quote_fmt_parse.y
6988         * src/recv.c
6989         * src/recv.h
6990         * src/remotefolder.c
6991         * src/remotefolder.h
6992         * src/send_message.c
6993         * src/send_message.h
6994         * src/setup.c
6995         * src/setup.h
6996         * src/sourcewindow.c
6997         * src/sourcewindow.h
6998         * src/ssl_manager.c
6999         * src/ssl_manager.h
7000         * src/statusbar.c
7001         * src/statusbar.h
7002         * src/stock_pixmap.c
7003         * src/stock_pixmap.h
7004         * src/summary_search.c
7005         * src/summary_search.h
7006         * src/summaryview.c
7007         * src/summaryview.h
7008         * src/syldap.c
7009         * src/syldap.h
7010         * src/textview.c
7011         * src/textview.h
7012         * src/toolbar.c
7013         * src/toolbar.h
7014         * src/undo.c
7015         * src/undo.h
7016         * src/unmime.c
7017         * src/unmime.h
7018         * src/vcard.c
7019         * src/vcard.h
7020         * src/wizard.c
7021         * src/wizard.h
7022         * src/common/base64.c
7023         * src/common/base64.h
7024         * src/common/defs.h
7025         * src/common/hooks.c
7026         * src/common/hooks.h
7027         * src/common/log.c
7028         * src/common/log.h
7029         * src/common/mgutils.c
7030         * src/common/mgutils.h
7031         * src/common/nntp.c
7032         * src/common/nntp.h
7033         * src/common/passcrypt.c
7034         * src/common/passcrypt.h.in
7035         * src/common/plugin.c
7036         * src/common/plugin.h
7037         * src/common/prefs.c
7038         * src/common/prefs.h
7039         * src/common/progressindicator.c
7040         * src/common/progressindicator.h
7041         * src/common/quoted-printable.c
7042         * src/common/quoted-printable.h
7043         * src/common/session.c
7044         * src/common/session.h
7045         * src/common/smtp.c
7046         * src/common/smtp.h
7047         * src/common/socket.c
7048         * src/common/socket.h
7049         * src/common/ssl.c
7050         * src/common/ssl.h
7051         * src/common/stringtable.c
7052         * src/common/stringtable.h
7053         * src/common/sylpheed.c
7054         * src/common/sylpheed.h
7055         * src/common/template.c
7056         * src/common/template.h
7057         * src/common/timing.h
7058         * src/common/utils.c
7059         * src/common/utils.h
7060         * src/common/version.h.in
7061         * src/common/xml.c
7062         * src/common/xml.h
7063         * src/common/xmlprops.c
7064         * src/common/xmlprops.h
7065         * src/gtk/about.c
7066         * src/gtk/colorlabel.c
7067         * src/gtk/colorlabel.h
7068         * src/gtk/colorsel.c
7069         * src/gtk/colorsel.h
7070         * src/gtk/combobox.c
7071         * src/gtk/combobox.h
7072         * src/gtk/description_window.c
7073         * src/gtk/description_window.h
7074         * src/gtk/filesel.c
7075         * src/gtk/filesel.h
7076         * src/gtk/foldersort.c
7077         * src/gtk/foldersort.h
7078         * src/gtk/gtkaspell.c
7079         * src/gtk/gtkaspell.h
7080         * src/gtk/gtksctree.c
7081         * src/gtk/gtkshruler.c
7082         * src/gtk/gtkshruler.h
7083         * src/gtk/gtkutils.c
7084         * src/gtk/gtkutils.h
7085         * src/gtk/icon_legend.c
7086         * src/gtk/icon_legend.h
7087         * src/gtk/logwindow.c
7088         * src/gtk/logwindow.h
7089         * src/gtk/manage_window.c
7090         * src/gtk/manage_window.h
7091         * src/gtk/pluginwindow.c
7092         * src/gtk/pluginwindow.h
7093         * src/gtk/prefswindow.c
7094         * src/gtk/prefswindow.h
7095         * src/gtk/quicksearch.c
7096         * src/gtk/quicksearch.h
7097         * src/pixmaps/claws-mail.xpm
7098         * src/pixmaps/claws-mail_icon.xpm
7099         * src/pixmaps/claws-mail_logo.xpm
7100         * src/pixmaps/sylpheed-claws.xpm
7101         * src/pixmaps/sylpheed-claws_icon.xpm
7102         * src/pixmaps/sylpheed-claws_logo.xpm
7103         * src/plugins/bogofilter/Makefile.am
7104         * src/plugins/bogofilter/bogofilter.c
7105         * src/plugins/bogofilter/bogofilter.h
7106         * src/plugins/bogofilter/bogofilter_gtk.c
7107         * src/plugins/clamav/Makefile.am
7108         * src/plugins/clamav/clamav_plugin.c
7109         * src/plugins/clamav/clamav_plugin.h
7110         * src/plugins/clamav/clamav_plugin_gtk.c
7111         * src/plugins/demo/Makefile.am
7112         * src/plugins/demo/demo.c
7113         * src/plugins/dillo_viewer/Makefile.am
7114         * src/plugins/dillo_viewer/README
7115         * src/plugins/dillo_viewer/dillo_prefs.c
7116         * src/plugins/dillo_viewer/dillo_prefs.h
7117         * src/plugins/dillo_viewer/dillo_viewer.c
7118         * src/plugins/pgpcore/Makefile.am
7119         * src/plugins/pgpcore/passphrase.c
7120         * src/plugins/pgpcore/passphrase.h
7121         * src/plugins/pgpcore/pgp_viewer.c
7122         * src/plugins/pgpcore/pgp_viewer.h
7123         * src/plugins/pgpcore/plugin.c
7124         * src/plugins/pgpcore/prefs_gpg.c
7125         * src/plugins/pgpcore/prefs_gpg.h
7126         * src/plugins/pgpcore/select-keys.c
7127         * src/plugins/pgpcore/select-keys.h
7128         * src/plugins/pgpcore/sgpgme.c
7129         * src/plugins/pgpcore/sgpgme.h
7130         * src/plugins/pgpcore/sylpheed.def
7131         * src/plugins/pgpcore/version.rc
7132         * src/plugins/pgpinline/Makefile.am
7133         * src/plugins/pgpinline/pgpinline.c
7134         * src/plugins/pgpinline/pgpinline.h
7135         * src/plugins/pgpinline/plugin.c
7136         * src/plugins/pgpinline/sylpheed.def
7137         * src/plugins/pgpinline/version.rc
7138         * src/plugins/pgpmime/Makefile.am
7139         * src/plugins/pgpmime/pgpmime.c
7140         * src/plugins/pgpmime/pgpmime.h
7141         * src/plugins/pgpmime/plugin.c
7142         * src/plugins/pgpmime/sylpheed.def
7143         * src/plugins/pgpmime/version.rc
7144         * src/plugins/spamassassin/Makefile.am
7145         * src/plugins/spamassassin/README
7146         * src/plugins/spamassassin/spamassassin.c
7147         * src/plugins/spamassassin/spamassassin.h
7148         * src/plugins/spamassassin/spamassassin_gtk.c
7149         * src/plugins/trayicon/Makefile.am
7150         * src/plugins/trayicon/trayicon.c
7151         * tools/OOo2sylpheed.pl
7152         * tools/README
7153         * tools/README.sylprint
7154         * tools/acroread2sylpheed.pl
7155         * tools/claws.i18n.status.pl
7156         * tools/filter_conv.pl
7157         * tools/filter_conv_new.pl
7158         * tools/freshmeat_search.pl
7159         * tools/google_search.pl
7160         * tools/kmail2sylpheed.pl
7161         * tools/kmail2sylpheed_v2.pl
7162         * tools/make.themes.project
7163         * tools/multiwebsearch.pl
7164         * tools/nautilus2sylpheed.sh
7165         * tools/outlook2sylpheed.pl
7166         * tools/sylprint.pl
7167         * tools/sylprint.rc
7168         * tools/tb2sylpheed
7169         * tools/textviewer.sh
7170         * tools/vcard2xml.py
7171         * tools/kdeservicemenu/README
7172         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7173         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7174         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7175                 Change name to Claws Mail. Announce to follow...
7176
7177 2006-11-06 [wwp]        2.6.0cvs6
7178
7179         * src/prefs_template.c
7180                 unify messages related to quote format/template errors (fix
7181                 capitalization), again.
7182
7183 2006-11-06 [wwp]        2.6.0cvs5
7184
7185         * src/prefs_quote.c
7186                 unify messages related to quote format/template errors.
7187
7188 2006-11-06 [wwp]        2.6.0cvs4
7189
7190         * src/prefs_msg_colors.c
7191                 more uses of Q_ macro for contextual translations, thanks
7192                 to Fabien (fzzzzz).
7193
7194 2006-11-06 [wwp]        2.6.0cvs3
7195
7196         * src/compose.c
7197         * src/common/utils.c
7198         * src/common/utils.h
7199                 show an alertpanel to make sure users are aware that sensitive
7200                 files are attached (it's file blacklist-based). This will fix
7201                 interaction w/ GoogleEarth for instance, thanks to Colin.
7202
7203 2006-11-06 [wwp]        2.6.0cvs2
7204
7205         * src/prefs_quote.c
7206         * src/prefs_template.c
7207         * src/prefs_template.h
7208                 check quote format when applying/closing prefs. For now this only
7209                 shows up an error dialog box, not preventing the user from using
7210                 a broken quote (reply, forwards) format.
7211
7212 2006-11-06 [wwp]        2.6.0cvs1
7213
7214         * src/prefs_template.c
7215                 fix missing checks of some template fields.
7216
7217 2006-11-06 [paul]       2.6.0
7218
7219         * NEWS
7220         * README
7221         * RELEASE_NOTES
7222                 2.6.0 released
7223
7224 2006-11-06 [paul]       2.5.6cvs22
7225
7226         * manual/advanced.xml
7227         * manual/es/advanced.xml
7228                 put 'respect_flowed_format' info in the correct
7229                 place
7230
7231 2006-11-06 [mones]      2.5.6cvs21
7232
7233         * po/es.po
7234                 Minor fixes for release
7235
7236 2006-11-06 [paul]       2.5.6cvs20
7237
7238         * po/cs.po
7239         * po/de.po
7240         * po/fr.po
7241         * po/it.po
7242         * po/nl.po
7243         * po/pt_BR.po
7244         * po/sk.po
7245         * po/sv.po
7246         * po/zh_CN.po
7247                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7248                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7249                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7250                 Young
7251
7252 2006-11-02 [colin]      2.5.6cvs19
7253
7254         * src/imap.c
7255         * src/imap.h
7256         * src/prefs_account.c
7257         * src/etpan/imap-thread.c
7258                 Add GSSAPI support - fixes Debian bug #383274
7259
7260 2006-11-01 [colin]      2.5.6cvs18
7261
7262         * src/jpilot.c
7263                 Handle libpisock12 support. Probably
7264                 fixes bug 1046, 'jpilot AddressDB.pdb 
7265                 import fail'
7266
7267 2006-11-01 [colin]      2.5.6cvs17
7268
7269         * src/folderutils.c
7270                 debug_print() folderutils_mark_all_read()
7271
7272 2006-11-01 [colin]      2.5.6cvs16
7273
7274         * COPYING
7275                 Add missed files to the Apache exception
7276
7277 2006-10-31 [colin]      2.5.6cvs15
7278
7279         * src/folder.c
7280         * src/folder.h
7281                 Add a copy_private_data() func to FolderClasses
7282                 Doesn't break the feature freeze, because we 
7283                 won't use it (right now) in the core.
7284
7285 2006-10-31 [colin]      2.5.6cvs14
7286
7287         * COPYING
7288                 Allow linking with the Apache licensed files in
7289                 src/plugins/spamassassin. Hopefully fixes 
7290                 bug 1048, 'Spamassassin plugin license problem'
7291
7292 2006-10-31 [wwp]        2.5.6cvs13
7293
7294         * src/compose.c
7295                 fix and optimize trimming of leading linefeeds in body loop.
7296
7297 2006-10-31 [colin]      2.5.6cvs12
7298
7299         * src/etpan/imap-thread.c
7300         * src/imap.c
7301                 Make really sure to have NULL sets in case
7302                 of error
7303
7304 2006-10-30 [wwp]        2.5.6cvs11
7305
7306         * src/prefs_common.c
7307         * src/prefs_common.h
7308         * src/compose.c
7309                 fix broken storage of quote format template when it contains \-escape
7310                 sequences. The application of such sequences is also fixed now (\t
7311                 in quote format will be a real tab instead of a 't', for instance).
7312
7313 2006-10-27 [colin]      2.5.6cvs10
7314
7315         * src/compose.c
7316                 Probably fix bug 1045, 'sylpheed-claws 
7317                 doesn't remove the mail from the IMAP 
7318                 Queue folder after sending'. From
7319                 2.5.6cvs3-stable
7320
7321 2006-10-27 [colin]      2.5.6cvs9
7322
7323         * configure.ac
7324                 Require libetpan-0.48. I'm so annoying,
7325                 I know ;-)
7326
7327 2006-10-27 [colin]      2.5.6cvs8
7328
7329         * src/folder.c
7330         * src/imap.c
7331                 Probably fix bug 1044, 'sylpheed-claws 
7332                 segfaults while moving mails' - Fix relation
7333                 usage when moving to an IMAP mailbox from another
7334                 mailbox
7335
7336 2006-10-26 [paul]       2.5.6cvs7
7337
7338         * src/gtk/about.c
7339                 add libSM to compiled-in features
7340                 list
7341
7342 2006-10-24 [colin]      2.5.6cvs6
7343
7344         * src/textview.c
7345         * src/gtk/gtkutils.c
7346                 Fix crash when printing emails with an
7347                 xface
7348
7349 2006-10-24 [mones]      2.5.6cvs5
7350
7351         * manual/es/advanced.xml
7352                 Synchronize hidden option respect_flowed_format
7353         * po/es.po
7354                 Updated translation
7355
7356 2006-10-21 [paul]       2.5.6cvs4
7357
7358         * src/gtk/authors.h
7359         * src/plugins/pgpcore/pgp_viewer.c
7360         * src/plugins/pgpcore/sgpgme.c
7361                 fix building on BSDs
7362                 Thanks to Michael Hughes
7363                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7364
7365 2006-10-20 [colin]      2.5.6cvs3
7366
7367         * configure.ac
7368                 Bump up libetpan requirement
7369                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7370         * src/common/utils.c
7371         * src/common/utils.h
7372                 Add convenience get_file_mtime()
7373         * src/imap.c
7374         * src/etpan/imap-thread.c
7375         * src/etpan/imap-thread.h
7376                 Implement UIDPLUS support if the server
7377                 supports it - faster sending in this case
7378
7379 2006-10-19 [colin]      2.5.6cvs2
7380
7381         * src/gtk/quicksearch.c
7382                 Fix emptying in type-ahead+extended mode
7383         * src/mainwindow.c
7384         * src/mainwindow.h
7385                 Add a hook for offline state change
7386         * src/plugins/trayicon/trayicon.c
7387                 Use it to display offline icons
7388         * src/plugins/trayicon/Makefile.am
7389         * src/plugins/trayicon/newmail.offline.xpm
7390         * src/plugins/trayicon/newmarkedmail.offline.xpm
7391         * src/plugins/trayicon/nomail.offline.xpm
7392         * src/plugins/trayicon/unreadmail.offline.xpm
7393         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7394                 Add the icons
7395
7396 2006-10-12 [paul]       2.5.6cvs1
7397
7398         * NEWS
7399         * README
7400         * configure.ac
7401                 Update version number following
7402                 stable release
7403
7404 2006-10-19 [colin]      2.5.5cvs18
7405
7406         * manual/handling.xml
7407                 Add type-ahead search
7408
7409 2006-10-18 [colin]      2.5.5cvs17
7410
7411         * src/gtk/quicksearch.c
7412                 Remove "save to history only if there's
7413                 no syntax error", it breaks for some 
7414                 reason which I'll investigate later.
7415
7416 2006-10-18 [colin]      2.5.5cvs16
7417
7418         * src/prefs_common.c
7419         * src/prefs_common.h
7420         * src/summaryview.c
7421         * src/gtk/quicksearch.c
7422         * src/gtk/quicksearch.h
7423                 Add a type-ahead option for fast searches
7424                 Patch by Fabien Vantard
7425
7426 2006-10-18 [colin]      2.5.5cvs15
7427
7428         * src/compose.c
7429         * src/compose.h
7430                 Add Options/Reply mode/ menu to be able to
7431                 change the recipients of a reply on the fly
7432
7433 2006-10-18 [colin]      2.5.5cvs14
7434
7435         * src/compose.c
7436                 Fix redirecting of our own sent mails
7437
7438 2006-10-17 [wwp]        2.5.5cvs13
7439
7440         * src/send_message.c
7441                 Fix duplicate error messages when sending, and missing
7442                 newline in such error messages.
7443
7444 2006-10-17 [colin]      2.5.5cvs12
7445
7446         * src/compose.c
7447                 Compare addresses case-insensitive
7448
7449 2006-10-17 [colin]      2.5.5cvs11
7450
7451         * src/plugins/pgpcore/sgpgme.c
7452                 Fix return status
7453
7454 2006-10-17 [colin]      2.5.5cvs10
7455
7456         * src/plugins/pgpcore/pgp_viewer.c
7457                 Fix return status
7458
7459 2006-10-17 [colin]      2.5.5cvs9
7460
7461         * src/quote_fmt.c
7462                 Fix a typo (thanks to Fabien)
7463
7464 2006-10-16 [colin]      2.5.5cvs8
7465
7466         * src/textview.c
7467                 Fix problem with quote-folding when emails
7468                 don't convert cleanly to UTF-8
7469
7470 2006-10-14 [colin]      2.5.5cvs7
7471
7472         * src/prefs_template.c
7473                 Reset fields when reopening
7474                 the window
7475
7476 2006-10-13 [paul]       2.5.5cvs6
7477
7478         * manual/advanced.xml
7479         * src/prefs_message.c
7480                 make 'respect_flowed_format' a hidden
7481                 option, and add a manual entry for it
7482                 Thanks to Colin
7483
7484 2006-10-12 [colin]      2.5.5cvs5
7485
7486         * src/codeconv.c
7487                 Revert part of 2.5.2cvs21:
7488                 Don't optimise by reusing the 
7489                 last iconv converter if possible:
7490                 it seems slightly broken in a 
7491                 very hard way to reproduce
7492
7493 2006-10-12 [colin]      2.5.5cvs4
7494
7495         * src/prefs_common.c
7496         * src/prefs_common.h
7497         * src/prefs_message.c
7498         * src/procmime.c
7499                 Fix bug 1035, 'Incorrect handling 
7500                 of flowed lines'. We now optionnaly
7501                 handle this format (preference is in
7502                 Message View/Text options section)
7503
7504 2006-10-12 [colin]      2.5.5cvs3
7505
7506         * po/POTFILES.in
7507                 Add new file
7508         * src/plugins/pgpcore/pgp_viewer.c
7509         * src/plugins/pgpcore/sgpgme.c
7510                 Don't try to import without asking
7511
7512 2006-10-12 [colin]      2.5.5cvs2
7513
7514         * src/compose.c
7515                 Fix bug 1036, 'Forwarding a mutlipart
7516                 mail with a "text/html" block to ms
7517                 outlook users leeds to freeze of
7518                 outlook'. Poor outlook users...
7519
7520 2006-10-12 [paul]       2.5.5cvs1
7521
7522         * NEWS
7523         * README
7524         * configure.ac
7525                 Update version number following
7526                 stable release
7527
7528 2006-10-11 [paul]       2.5.4cvs1
7529
7530         * NEWS
7531         * README
7532         * configure.ac
7533                 Update version number following
7534                 stable release
7535
7536 2006-10-11 [paul]       2.5.3cvs32
7537
7538         * src/textview.c
7539                 fix bug 1032, 'Segmentation fault when showing
7540                 message' (bug in quote folding)
7541                 Thanks to Colin
7542
7543 2006-10-10 [colin]      2.5.3cvs31
7544
7545         * src/quote_fmt.c
7546                 Rephrase english a bit
7547
7548 2006-10-10 [colin]      2.5.3cvs30
7549
7550         * src/prefs_compose_writing.c
7551                 Stop making the page larger than the window
7552
7553 2006-10-10 [wwp]        2.5.3cvs29
7554
7555         * src/compose.c
7556         * src/prefs_template.c
7557         * src/quote_fmt.c
7558         * src/quote_fmt.h
7559         * src/quote_fmt_lex.l
7560         * src/quote_fmt_parse.y
7561                 Extend the quote parser a bit: allow to get access to
7562                 basic (composing) account info.
7563
7564 2006-10-10 [colin]      2.5.3cvs28
7565
7566         * src/procheader.c
7567                 Fix this \t problem in subject
7568
7569 2006-10-09 [colin]      2.5.3cvs27
7570
7571         * src/main.c
7572         * src/prefs_gtk.c
7573                 Prepare cache a bit later
7574                 If section already exists, skip the new one 
7575                 (as previously); avoid writing the same block
7576                 twice - if we find a second block with the 
7577                 same id, skip it.
7578         * src/plugins/pgpcore/pgp_viewer.c
7579                 Set cursor to busy when retrieving a key
7580         * src/plugins/pgpcore/sgpgme.c
7581                 allow 5 seconds for gpg to export the key
7582                 
7583
7584 2006-10-09 [colin]      2.5.3cvs26
7585
7586         * configure.ac
7587         * src/msgcache.c
7588         * src/prefs_gtk.c
7589                 Check for existence of fgets_unlocked
7590                 and fwrite_unlocked
7591
7592 2006-10-09 [paul]       2.5.3cvs25
7593
7594         * src/prefs_summaries.c
7595                 replace strftime() with fast_strftime() and in
7596                 the consequence fix the bug in the display of
7597                 AM/PM in the 'Example' string
7598
7599 2006-10-09 [ticho]      2.5.3cvs24
7600
7601         * po/sk.po
7602                 Updated (and fixed up somewhat) Slovak translation.
7603
7604 2006-10-08 [colin]      2.5.3cvs23
7605
7606         * src/prefs_folder_item.c
7607                 Explain why prefs in the top-level folder
7608                 aren't retained, but are still useful
7609
7610 2006-10-08 [colin]      2.5.3cvs22
7611
7612         * src/prefs_gtk.c
7613                 Don't cache anything if caching fails
7614
7615 2006-10-08 [colin]      2.5.3cvs21
7616
7617         * src/common/utils.c
7618                 always include gi18n.h
7619
7620 2006-10-07 [colin]      2.5.3cvs20
7621
7622         * src/plugins/pgpcore/pgp_viewer.c
7623                 Kill gpg after 5 seconds wait
7624
7625 2006-10-07 [colin]      2.5.3cvs19
7626
7627         * src/plugins/pgpcore/pgp_viewer.c
7628         * src/plugins/pgpcore/pgp_viewer.h
7629                 Fix copyright
7630
7631 2006-10-07 [colin]      2.5.3cvs18
7632
7633         * src/plugins/pgpcore/pgp_viewer.c
7634         * src/plugins/pgpcore/pgp_viewer.h
7635                 Actually add the files to CVS
7636
7637 2006-10-07 [colin]      2.5.3cvs17
7638
7639         * src/plugins/pgpcore/sgpgme.c
7640                 Be sure not to crash on 'application/pgp-signature' that
7641                 are not application/pgp-signatures
7642
7643 2006-10-07 [colin]      2.5.3cvs16
7644
7645         * src/textview.c
7646         * src/textview.h
7647                 Make a bit more of the API available
7648         * src/plugins/pgpcore/Makefile.am
7649         * src/plugins/pgpcore/plugin.c
7650         * src/plugins/pgpcore/sgpgme.c
7651                 Add basic key import/export
7652
7653 2006-10-07 [colin]      2.5.3cvs15
7654
7655         * src/folderview.c
7656         * src/imap.c
7657         * src/prefs_account.c
7658         * src/wizard.c
7659                 Warn users *everywhere* if libetpan's not
7660                 linked in
7661
7662 2006-10-06 [mones]      2.5.3cvs14
7663
7664         * po/de.po
7665         * po/es.po
7666                 updated by Stephan Sachse and me
7667
7668 2006-10-06 [colin]      2.5.3cvs13
7669
7670         * src/main.c
7671         * src/common/sylpheed.c
7672                 Don't load common plugins if --exit is passed
7673         * src/prefs_gtk.c
7674         * src/prefs_gtk.h
7675                 Implement a cache to avoid reading the same
7676                 files over and over again at startup
7677
7678 2006-10-06 [colin]      2.5.3cvs12
7679
7680         * src/summaryview.c
7681         * src/gtk/quicksearch.c
7682                 Update display every 5k mails on fast searches
7683
7684 2006-10-06 [colin]      2.5.3cvs11
7685
7686         * src/textview.c
7687                 Don't do quote folding on HTML or ERTF.
7688                 May fix the Cygwin issues if they were
7689                 happening with HTML mails?
7690
7691 2006-10-05 [colin]      2.5.3cvs10
7692
7693         * src/prefs_gtk.c
7694                 Oops, forgot one
7695
7696 2006-10-05 [colin]      2.5.3cvs9
7697
7698         * src/prefs_gtk.c
7699                 Use unlocked_stdio here too
7700
7701 2006-10-05 [colin]      2.5.3cvs8
7702
7703         * src/folderview.c
7704                 Fix go to next * after preferences apply
7705         * src/msgcache.c
7706                 Do the fd lock/unlock ourselves instead of
7707                 letting the libc do it at each write 
7708
7709 2006-10-05 [colin]      2.5.3cvs7
7710
7711         * src/common/utils.c
7712                 Faster division, thanks to Jean Diraison
7713
7714 2006-10-05 [paul]       2.5.3cvs6
7715
7716         * src/common/utils.c
7717                 fix building with --disable-nls
7718
7719 2006-10-04 [colin]      2.5.3cvs5
7720
7721         * src/folder.c
7722                 Maybe fix a segfault
7723
7724 2006-10-04 [wwp]        2.5.3cvs4
7725
7726         * src/prefs_folder_item.c
7727                 Fine-tune layouts in folder item prefs. Suggested by
7728                 Fabien Vantard <fzzzzz@gmail.com>.
7729
7730 2006-10-04 [wwp]        2.5.3cvs3
7731
7732         * src/prefs_folder_item.c
7733                 Kill the clandestine passengers. You didn't see anything.
7734
7735 2006-10-04 [wwp]        2.5.3cvs2
7736
7737         * src/prefs_folder_item.c
7738                 Add a way to test the subject simplify regexp in
7739                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
7740                 w/ few layout changes.
7741
7742 2006-20-04 [paul]       2.5.3cvs1
7743
7744         * NEWS
7745         * README
7746         * configure.ac
7747                 Update version number following
7748                 stable release
7749
7750 2006-10-04 [colin]      2.5.2cvs42
7751
7752         * src/folder.c
7753         * src/folder.h
7754         * src/summaryview.c
7755                 Provide a way for folder classes to set their sort
7756                 type and key
7757
7758 2006-10-03 [colin]      2.5.2cvs41
7759
7760         * src/mh.c
7761                 Don't use strlen() to know if the
7762                 string's empty
7763
7764 2006-10-03 [colin]      2.5.2cvs40
7765
7766         * src/mh.c
7767                 Fix "check for new folders" with accentued folders
7768
7769 2006-10-03 [ticho]      2.5.2cvs39
7770
7771         * src/filtering.c
7772         * src/folder.c
7773         * src/inc.c
7774         * src/mbox.c
7775                 Colin's fix for "copy" filtering rules.
7776
7777 2006-10-02 [colin]      2.5.2cvs38
7778
7779         * src/folderview.c
7780                 Fix for double-click too
7781
7782 2006-10-02 [colin]      2.5.2cvs37
7783
7784         * src/folderview.c
7785                 correct fix for cvs36
7786
7787 2006-10-02 [colin]      2.5.2cvs36
7788
7789         * src/folderview.c
7790                 Fix 'goto next unread' after collapsing/expanding 
7791                 a node.
7792
7793 2006-10-02 [colin]      2.5.2cvs35
7794
7795         * src/summaryview.c
7796                 Fix double freeze/thaw
7797         * src/common/utils.c
7798         * src/common/utils.h
7799                 Reimplement strftime
7800         * src/procheader.c
7801                 Use it
7802
7803
7804 2006-10-02 [colin]      2.5.2cvs34
7805
7806         * src/mh.c
7807                 Time mh_write_sequences() - it's fast
7808         * src/summaryview.c
7809                 Init a variable to shut up gcc
7810
7811 2006-10-01 [colin]      2.5.2cvs33
7812
7813         * src/folder.c
7814         * src/mh.c
7815         * src/mh.h
7816         * src/msgcache.c
7817                 Add helper mh_set_mtime(), and set mtime to stat()'s result
7818                 Add fsync but disable it, it's slow as hell
7819
7820 2006-10-01 [colin]      2.5.2cvs32
7821
7822         * src/mh.c
7823         * src/msgcache.c
7824                 fflush() caches and mh_sequences before
7825                 fclose()ing
7826
7827 2006-10-01 [colin]      2.5.2cvs31
7828
7829         * src/msgcache.c
7830                 Don't ftruncate when not using mmap
7831
7832 2006-09-30 [colin]      2.5.2cvs30
7833
7834         * src/main.c
7835                 Write folder list *after* saving caches
7836
7837 2006-09-30 [colin]      2.5.2cvs29
7838
7839         * src/folder.c
7840         * src/mh.c
7841                 Debug forced mtime changes
7842
7843 2006-09-30 [colin]      2.5.2cvs28
7844
7845         * src/folder.c
7846         * src/main.c
7847                 Remove useless debug_print()s (code
7848                 well-tested)
7849
7850 2006-09-30 [colin]      2.5.2cvs27
7851
7852         * src/mh.c
7853                 Do stuff faster when writing mh_sequences
7854
7855 2006-09-30 [colin]      2.5.2cvs26
7856
7857         * src/mh.c
7858                 Don't let the writing of .mh_sequences, which
7859                 can change the folder's mtime, let us think
7860                 we need to scan.
7861
7862 2006-09-30 [colin]      2.5.2cvs25
7863
7864         * src/folder.c
7865                 Move a debug_print where it belongs 
7866                 (processing)
7867         * src/summaryview.c
7868                 Don't mess with a huge slow subject
7869                 table if we're not threading by
7870                 subject
7871
7872 2006-09-30 [colin]      2.5.2cvs24
7873
7874         * src/msgcache.c
7875                 Reenable mmaped reads (*not* writes!)
7876         * src/procmsg.c
7877                 Don't destroy and recreate hashtables just
7878                 for fun
7879         * src/common/utils.c
7880                 Remove useless reply prefixes (it's case
7881                 unsensitive)
7882
7883 2006-09-30 [wwp]        2.5.2cvs23
7884
7885         * tools/fix_date.sh
7886                 Fixed a minor bug in date value extraction, added a switch
7887                 to replace non RFC-compliant Date: value, added a switch
7888                 to use strict RFC matching patterns for dates.
7889
7890 2006-09-29 [colin]      2.5.2cvs22
7891
7892         * src/matcher_parser.h
7893         * src/matcher_parser_parse.y
7894         * src/prefs_filtering.c
7895         * src/statusbar.c
7896         * src/summary_search.c
7897         * src/summaryview.c
7898         * src/gtk/quicksearch.c
7899         * src/gtk/quicksearch.h
7900                 Optimise searches by setting different
7901                 refresh intervals (depending if the 
7902                 search is fast or not)
7903
7904 2006-09-29 [colin]      2.5.2cvs21
7905
7906         * src/codeconv.c
7907                 Optimise by reusing the last iconv converter
7908                 if possible
7909         * src/textview.c
7910                 Optimise a bit (the foldable quotes feature
7911                 still has an awful O(n^2) algo
7912
7913 2006-09-29 [colin]      2.5.2cvs20
7914
7915         * src/gtk/gtksctree.c
7916         * src/gtk/gtksctree.h
7917                 Optimise de-selection via up/down or
7918                 another key
7919
7920 2006-09-28 [colin]      2.5.2cvs19
7921
7922         * src/action.c
7923         * src/compose.c
7924         * src/folderview.c
7925         * src/mainwindow.c
7926         * src/messageview.c
7927         * src/summary_search.c
7928         * src/toolbar.c
7929                 Avoid using summaryview->ctree directly
7930
7931 2006-09-28 [colin]      2.5.2cvs18
7932
7933         * src/summaryview.c
7934         * src/summaryview.h
7935                 Add helpers to freeze/thaw/grab_focus
7936                 Factorize calls to freeze/thaw/grab_focus
7937                 
7938
7939 2006-09-28 [colin]      2.5.2cvs17
7940
7941         * src/main.c
7942                 More guards for the session management
7943
7944 2006-09-28 [colin]      2.5.2cvs16
7945
7946         * src/folderview.c
7947         * src/gtk/gtksctree.c
7948         * src/gtk/gtksctree.h
7949                 Make expanding not recursive in folderview
7950
7951 2006-09-28 [colin]      2.5.2cvs15
7952
7953         * src/addressbook.c
7954                 If nothing is selected in the list (right part)
7955                 and a group is selected in the tree (left part),
7956                 mail this group.
7957
7958 2006-09-28 [colin]      2.5.2cvs14
7959
7960         * src/Makefile.am
7961                 Actually use SM_LIBS
7962
7963 2006-09-28 [ticho]      2.5.2cvs13
7964
7965         * src/export.c
7966         * src/messageview.c
7967         * src/mimeview.c
7968         * src/news.c
7969         * src/pop.c
7970         * src/prefs_themes.c
7971         * src/procmsg.c
7972                 Small i18n string optimization.
7973         * src/send_message.c
7974         * src/summaryview.c
7975         * src/common/session.c
7976         * src/common/smtp.c
7977         * src/common/ssl_certificate.c
7978         * src/common/utils.c
7979                 Use "Couldn't" instead of "Can't" in UI messages,
7980                 where appropriate.
7981
7982 2006-09-28 [colin]      2.5.2cvs12
7983
7984         * configure.ac
7985                 Possibly fix link errors
7986
7987 2006-09-27 [wwp]        2.5.2cvs11
7988
7989         * src/gtk/authors.h
7990         * doc/man/sylpheed-claws.1
7991         * manual/ack.xml
7992         * manual/es/ack.xml
7993         * manual/fr/ack.xml
7994         * manual/pl/ack.xml
7995                 Updated authors info (me, myself and I).
7996
7997 2006-09-27 [colin]      2.5.2cvs10
7998
7999         * src/addressbook.c
8000                 Remove useless printf
8001
8002 2006-09-27 [wwp]        2.5.2cvs9
8003
8004         * src/editgroup.c
8005         * src/send_message.c
8006         * src/inc.c
8007         * src/prefs_common.c
8008         * src/prefs_common.h
8009         * src/gtk/progressdialog.c
8010                 remember more windows' sizes (send dialog, received dialog,
8011                 edit group in addressbook).
8012
8013 2006-09-27 [colin]      2.5.2cvs8
8014
8015         * configure.ac
8016         * src/main.c
8017         * src/mainwindow.h
8018                 Use libSM to communicate with the session
8019                 manager, so that we can know when the 
8020                 session ends, save our caches, and draft
8021                 our compose windows.
8022
8023 2006-09-27 [colin]      2.5.2cvs7
8024
8025         * src/addressbook.c
8026                 Fix issues:
8027                 o Allow Book and Group creation from the tree's
8028                   contextual menu
8029                 o Do not actually delete the contacts when 
8030                   deleting groups from the tree (duh!)
8031
8032 2006-09-27 [colin]      2.5.2cvs6
8033
8034         * src/compose.c
8035         * src/compose.h
8036         * src/mainwindow.c
8037         * src/textview.c
8038         * src/toolbar.c
8039                 o Allow passing an email address to 
8040                   compose_new_with_folderitem
8041                 o Update callers
8042                 o Use current folderitem when clicking
8043                   on a TextView mailto: link
8044                 o Fix a possible leak in TextView
8045
8046 2006-09-27 [colin]      2.5.2cvs5
8047
8048         * src/html.c
8049                 Use UTF-8 chars to replace HTML entities
8050
8051 2006-09-27 [colin]      2.5.2cvs4
8052
8053         * AUTHORS
8054         * src/prefs_account.c
8055         * src/gtk/authors.h
8056                 Fix bug #1024 (Array index out of
8057                 range in sylpheed-claws-2.5.2)
8058                 Patch by Ales Nosek <anosek@suse.cz>
8059
8060 2006-09-27 [colin]      2.5.2cvs3
8061
8062         * src/addr_compl.c
8063                 Actually do the test
8064
8065 2006-09-27 [colin]      2.5.2cvs2
8066
8067         * src/addr_compl.c
8068         * src/addr_compl.h
8069                 Allow completing with comma (in certain cases: vCalendar
8070                 for example doesn't support that)
8071                 Patch by Fabien Vantard
8072
8073 2006-09-26 [colin]      2.5.2cvs1
8074
8075         * src/Makefile.am
8076         * src/addr_compl.c
8077         * src/addr_compl.h
8078         * src/addrbook.c
8079         * src/addrbook.h
8080         * src/addressbook.c
8081         * src/addrindex.c
8082         * src/addrindex.h
8083         * src/compose.c
8084         * src/prefs_common.c
8085         * src/prefs_filtering_action.c
8086         * src/prefs_folder_item.c
8087         * src/prefs_template.c
8088         * src/stock_pixmap.c
8089         * src/stock_pixmap.h
8090         * src/pixmaps/addr_one.xpm
8091         * src/pixmaps/addr_two.xpm
8092                 Add auto-completion on groups
8093
8094 2006-09-26 [colin]      2.5.2
8095
8096         * NEWS
8097         * README
8098         * RELEASE_NOTES
8099                 2.5.2 released
8100
8101 2006-09-26 [colin]      2.5.1cvs5
8102
8103         * src/matcher.c
8104                 Fix condition
8105
8106 2006-09-26 [colin]      2.5.1cvs4
8107
8108         * src/mbox.c
8109                 Revert cvs1 (useless as the message is printed 
8110                 every 500 mails)
8111
8112 2006-09-26 [colin]      2.5.1cvs3
8113
8114         * src/partial_download.c
8115                 Fix crasher found by Alexsandar Urosevic
8116
8117 2006-09-26 [colin]      2.5.1cvs2
8118
8119         * src/summaryview.c
8120                 Fix bug #1023 (Sylpheed deletes too much messages)
8121
8122 2006-09-26 [ticho]      2.5.1cvs1
8123
8124         * src/mbox.c
8125                 Make use of gettext's multiple plurals for statusbar
8126                 progress message.
8127
8128 2006-09-25 [paul]       2.5.1
8129
8130         * NEWS
8131         * README
8132         * RELEASE_NOTES
8133                 2.5.1 released
8134
8135 2006-09-25 [colin]      2.5.0cvs3
8136
8137         * src/plugins/bogofilter/bogofilter.c
8138         * src/plugins/clamav/clamav_plugin.c
8139         * src/plugins/spamassassin/spamassassin.c
8140                 BogoFilter, Spamassassin: Fix double hook registering after
8141                 visiting preferences
8142                 Spamassassin, Clamav: Just set the mails to move instead of
8143                 doing the move - caller will move the things at once.
8144
8145 2006-09-25 [colin]      2.5.0cvs2
8146
8147         * src/imap.c
8148         * src/etpan/imap-thread.c
8149                 Use UID SEARCH ALL instead of UID 1:*
8150                 (braindead servers can't figure out that's
8151                 the same...)
8152
8153 2006-09-25 [wwp]        2.5.0cvs1
8154
8155         * src/message_search.c
8156                 Added the ability to stop a running search (in message body).
8157
8158 2006-09-25 [paul]       2.5.0
8159
8160         * NEWS
8161         * README
8162         * RELEASE_NOTES
8163                 2.5.0 released
8164
8165 2006-09-25 [paul]       2.4.0cvs214
8166
8167         * po/cs.po
8168         * po/de.po
8169         * po/fi.po
8170         * po/fr.po
8171         * po/nl.po
8172         * po/pt_BR.po
8173         * po/sk.po
8174         * po/sr.po
8175         * po/zh_CN.po
8176                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8177                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8178                 Ticho, Aleksander Urosevic, Ralgh Young
8179
8180 2006-09-24 [mones]      2.4.0cvs213
8181
8182         * po/es.po
8183                 Updated for release
8184
8185 2006-09-23 [colin]      2.4.0cvs212
8186
8187         * src/gtk/inputdialog.c
8188                 Fix [ ] remember this appearing in normal
8189                 input dialogs after it's been used by
8190                 mimeview.
8191         * src/folder.c
8192         * src/folderview.c
8193         * src/msgcache.c
8194         * src/procmsg.c
8195         * src/summaryview.c
8196         * src/textview.c
8197         * src/common/timing.h
8198                 Enable timings in debug mode and make it
8199                 look prettier.
8200
8201 2006-09-22 [colin]      2.4.0cvs211
8202
8203         * README
8204                 Revert test change
8205         * commitHelper
8206                 ping the correct URI
8207
8208 2006-09-22 [colin]      2.4.0cvs210
8209
8210         * README
8211                 Let's see if bug #1022 is fixed
8212
8213 2006-09-21 [colin]      2.4.0cvs209
8214
8215         * src/wizard.c
8216         * src/common/plugin.c
8217                 Prepare infra to load predefined plugins when
8218                 no configuration existed. Don't actually load
8219                 anything yet (feat. freeze)
8220
8221 2006-09-21 [wwp]        2.4.0cvs208
8222
8223         * manual/fr/faq.xml
8224                 Partial sync w/ 2.4.0cvs72:
8225                 wrap file and minor updates.
8226
8227 2006-09-21 [wwp]        2.4.0cvs207
8228
8229         * tools/fix_date.sh
8230                 several fixes and enhancements. A new --force switch has been
8231                 added to prevent overriding by default Date: header when
8232                 already existing.
8233
8234 2006-09-21 [paul]       2.4.0cvs206
8235
8236         * src/common/utils.c
8237                 add Chinese UTF8 Re prefix
8238
8239 2006-09-21 [wwp]        2.4.0cvs205
8240
8241         * tools/Makefile.am
8242                 Fics alfabettical order.
8243
8244 2006-09-21 [wwp]        2.4.0cvs204
8245
8246         * tools/fix_date.sh
8247         * tools/Makefile.am
8248                 Added an action tool to fix missing Date field in emails.
8249                 Updated Makefile.am to reflect those last two additions.
8250
8251 2006-09-21 [wwp]        2.4.0cvs203
8252
8253         * tools/uuooffice
8254                 Added a action tool to open uuencoded docs w/
8255                 OpenOffice (based on uudec method).
8256
8257 2006-09-21 [colin]      2.4.0cvs202
8258
8259         * src/compose.c
8260         * src/textview.c
8261                 Workaround possible GTK crash: remove selection 
8262                 clipboard before destroying widget, or GTK+-2.10
8263                 dies. Thanks to Hiro.
8264
8265 2006-09-20 [colin]      2.4.0cvs201
8266
8267         * src/compose.c
8268                 Fix free-after-use in some cases (when 
8269                 procmime_encode_content() frees mimeinfo->data.mem
8270                 and turns it to a temp file)
8271
8272 2006-09-20 [colin]      2.4.0cvs200
8273
8274         * src/folderview.c
8275         * src/summaryview.c
8276         * src/gtk/gtksctree.c
8277         * src/gtk/gtksctree.h
8278                 Add tooltips in the folderview and summaryview
8279                 (Doesn't break string freeze as they already
8280                 exist)
8281         * src/toolbar.c
8282                 Put the spam button in the default configuration
8283                 if compiled with bogo plugin too
8284
8285 2006-09-19 [colin]      2.4.0cvs199
8286
8287         * src/summaryview.c
8288         * src/summaryview.h
8289                 Update folder name label on folder rename
8290         * src/prefs_matcher.c
8291         * src/gtk/logwindow.h
8292                 Fix warnings
8293                 Patches by Fabien
8294
8295 2006-09-19 [wwp]        2.4.0cvs198
8296
8297         * src/summary_search.c
8298                 fix can't click forward/backward buttons in the
8299                 search messages.
8300
8301 2006-09-18 [paul]       2.4.0cvs197
8302
8303         * src/wizard.c
8304                 add missing bracket, capitalise the A of
8305                 'SpamAssassin'
8306
8307 2006-09-18 [paul]       2.4.0cvs196
8308
8309         * src/compose.c
8310                 fix bug 1012 'crashed upon sending mail
8311                 from compose window'
8312                 Thanks to Colin
8313
8314 2006-09-16 [colin]      2.4.0cvs195
8315
8316         * src/folderview.c
8317                 Fix "real-time" sorting by freezing/thawing
8318
8319 2006-09-16 [colin]      2.4.0cvs194
8320
8321         * manual/faq.xml
8322                 Fix the anti-spam entry a bit
8323
8324 2006-09-16 [colin]      2.4.0cvs193
8325
8326         * src/wizard.c
8327                 Make sure reviewers have no excuse when stating
8328                 Sylpheed-Claws doesn't have antispam capabilities.
8329
8330 2006-09-16 [colin]      2.4.0cvs192
8331
8332         * src/main.c
8333                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8334                 as if the SIGPIPE comes from etpan's thread we could
8335                 trigger a GUI update from this thread.
8336
8337 2006-09-16 [colin]      2.4.0cvs191
8338
8339         * src/summaryview.c
8340                 Init all members of the struct
8341
8342 2006-09-16 [paul]       2.4.0cvs190
8343
8344         * src/account.c
8345                 improvements to the English
8346
8347 2006-09-15 [colin]      2.4.0cvs189
8348
8349         * src/summaryview.c
8350                 HIG order on dialog
8351
8352 2006-09-14 [colin]      2.4.0cvs188
8353
8354         * src/common/socket.c
8355         * src/common/socket.h
8356         * src/common/ssl.c
8357         * src/common/ssl_certificate.c
8358         * src/common/ssl_certificate.h
8359         * src/etpan/imap-thread.c
8360                 the get_fqdn() call done to get canonical name when
8361                 checking an SSL certificate is blocking, which is
8362                 sad as we just did a non-blocking lookup to connect.
8363                 Fix that by letting the fqdn available to the SockInfo,
8364                 and use that in ssl_certificate_check(). For IMAP,
8365                 we don't do it as the lookup's done by libetpan, but
8366                 it's less annoying as IMAP connections as much more
8367                 rare than POP3 connections.
8368
8369 2006-09-14 [paul]       2.4.0cvs187
8370
8371         * manual/advanced.xml
8372                 improvements to the English,
8373                 properly place the new hidden options
8374                 within the alphabetical order
8375         * src/gtk/pluginwindow.c
8376                 improvements to the English
8377
8378 2006-09-14 [colin]      2.4.0cvs186
8379
8380         * src/prefs_common.c
8381         * src/prefs_common.h
8382         * src/gtk/gtksctree.c
8383         * manual/advanced.xml
8384                 New hidden pref, stripes_color_offset, to change
8385                 the value added/substracted to normal bgcolor to
8386                 create the stripes in summaries
8387
8388 2006-09-13 [colin]      2.4.0cvs185
8389
8390         * src/gedit-print.c
8391         * src/messageview.c
8392         * src/messageview.h
8393         * src/summaryview.c
8394         * src/textview.c
8395                 Fix misc. printing issues: 
8396                 - Bad font for linkified headers
8397                 - Different font if the mail was displayed or not
8398                 - Factorize the thing
8399
8400 2006-09-13 [colin]      2.4.0cvs184
8401
8402         * src/common/ssl_certificate.c
8403                 Only get FQDN once when checking certificate
8404
8405 2006-09-13 [colin]      2.4.0cvs183
8406
8407         * src/account.c
8408         * src/gtk/pluginwindow.c
8409                 Misc. GUI fixes by Fabien
8410
8411 2006-09-13 [wwp]        2.4.0cvs182
8412
8413         * configure.ac
8414         * src/common/utils.h
8415         * src/common/utils.c
8416                 get rid of unused wide-char functions.
8417
8418 2006-09-13 [wwp]        2.4.0cvs181
8419
8420         * src/plugins/pgpinline/sylpheed.def
8421         * src/textview.c
8422                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8423                 add privacy_reset_error to the .def file,
8424                 do not fork for an external textviewer.
8425
8426 2006-09-13 [wwp]        2.4.0cvs180
8427
8428         * src/prefs_common.c
8429                 fix broken font entry in prefs (patch issued by the gpg4win team,
8430                 probably by Marcus Brinkmann <marcus@g10code.de>).
8431
8432 2006-09-13 [colin]      2.4.0cvs179
8433
8434         * src/folder.h
8435                 Fix a warning in summaryview.c
8436         * src/mainwindow.c
8437         * src/summaryview.c
8438         * src/summaryview.h
8439                 Add missing Mark/* elements in the
8440                 main menu
8441
8442 2006-09-12 [colin]      2.4.0cvs178
8443
8444         * src/prefs_actions.c
8445         * src/prefs_filtering_action.c
8446         * src/prefs_matcher.c
8447                 Use (New) instead of New everywhere
8448
8449 2006-09-12 [wwp]        2.4.0cvs177
8450
8451         * manual/fr/addrbook.xml
8452         * manual/fr/handling.xml
8453                 updated some quotes in the fr manual to match the fr translation.
8454
8455 2006-09-12 [wwp]        2.4.0cvs176
8456
8457         * src/prefs_matcher.c
8458                 don't store translated string elements in matcher expressions.
8459                 Also fixed a misused of Q_().
8460
8461 2006-09-11 [wwp]        2.4.0cvs175
8462
8463         * src/plugins//bogofilter/bogofilter.c
8464         * src/plugins//clamav/clamav_plugin.c
8465         * src/plugins//demo/demo.c
8466         * src/plugins//dillo_viewer/dillo_viewer.c
8467         * src/plugins//pgpcore/plugin.c
8468         * src/plugins//pgpinline/plugin.c
8469         * src/plugins//pgpmime/plugin.c
8470         * src/plugins//spamassassin/spamassassin.c
8471                 gettext-ize more strings (mostly plugin error messages).
8472
8473 2006-09-11 [colin]      2.4.0cvs174
8474
8475         * src/alertpanel.c
8476                 Make maximum buffer size bigger to avoid
8477                 truncating translated messages. Patch by
8478                 Fabien
8479
8480 2006-09-11 [colin]      2.4.0cvs173
8481
8482         * src/etpan/imap-thread.c
8483                 Fix compilation on OpenBSD, thanks to 
8484                 Landry
8485
8486 2006-09-10 [wwp]        2.4.0cvs172
8487
8488         * manual/account.xml
8489         * manual/addrbook.xml
8490         * manual/handling.xml
8491         * manual/es/handling.xml
8492         * manual/fr/account.xml
8493         * manual/fr/addrbook.xml
8494         * manual/fr/handling.xml
8495                 documented addressbook matching (condition configuration):
8496                   addrbook.xml, en fr
8497                 documented per-account filtering rules (handling/filtering
8498                   section, account section):
8499                   account.xml, handling.xml, en fr
8500                 slightly updated the handling/searching section to tell few
8501                   words about the extended search ability:
8502                   handling.xml, en fr
8503                 added missing <quote></quotes> to Quick Search:
8504                   handling.xml, en fr es
8505                 fixed a typo (auomatically):
8506                   handling.xml, en
8507                 changes revisited by Paul.
8508
8509 2006-09-10 [paul]       2.4.0cvs171
8510
8511         * src/prefs_actions.c
8512         * src/prefs_filtering.c
8513         * src/prefs_template.c
8514                 adjustments to the gui
8515                 Patch by Fabien Vantard (slightly modified)
8516
8517 2006-09-10 [colin]      2.4.0cvs170
8518
8519         * src/summaryview.c
8520                 Check folderitem/summaryview consistency
8521                 (basically automates Update summary). Fixes
8522                 #1011 (wrong (negative) count on unread 
8523                 messages)
8524
8525 2006-09-10 [colin]      2.4.0cvs169
8526
8527         * src/gtk/gtksctree.c
8528                 Fix recursive expansion via mouse
8529         * src/plugins/bogofilter/bogofilter.c
8530                 Use normal filtering way of moving
8531                 messages (batching), possibly fixing
8532                 bug #1015 (Bogofilter plugin doubles 
8533                 new messages)
8534
8535 2006-09-09 [wwp]        2.4.0cvs168
8536
8537         * src/prefs_filtering.c
8538                 better place for this fix.
8539
8540 2006-09-09 [wwp]        2.4.0cvs167
8541
8542         * src/prefs_filtering.c
8543                 fix a minor bug when the enabled status of a filtering/processing
8544                 rule always got set to TRUE when replacing this rule. That still
8545                 make sense when adding a new rule, but now when replacing, we
8546                 don't override the value of 'enabled'.
8547                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8548                 to prefs_filtering_list_view_get_info() as this function not only
8549                 returns the name, but also the account_id and the enabled status.
8550
8551 2006-09-09 [mones]      2.4.0cvs166
8552
8553         * manual/glossary.xml
8554         * manual/plugins.xml
8555                 Minor format corrections
8556         * manual/gpl.xml
8557                 Fix misplaced NO WARRANTY section
8558         * manual/es/advanced.xml
8559         * manual/es/faq.xml
8560         * manual/es/glossary.xml
8561         * manual/es/gpl.xml
8562         * manual/es/handling.xml
8563         * manual/es/plugins.xml
8564         * manual/es/starting.xml
8565                 Incorporate changes from English version
8566         * manual/fr/ack.xml
8567         * manual/pl/ack.xml
8568         * manual/es/ack.xml
8569                 Fix address, (add translation credits in es version)
8570         * po/es.po
8571                 Updated translation
8572
8573 2006-09-09 [wwp]        2.4.0cvs165
8574
8575         * src/prefs_filtering.c
8576                 fix a crash when opening filtering prefs, if matcherrc file contains
8577                 broken data (non-existing account id, which is theoretically not
8578                 possible).
8579
8580 2006-09-08 [colin]      2.4.0cvs164
8581
8582         * src/folder.c
8583                 Wrong assert, make it an if()
8584         * src/gtk/gtksctree.c
8585                 Fix bug #1013 (expand selected thread 
8586                 tree) - expanding is now recursive
8587
8588 2006-09-07 [wwp]        2.4.0cvs163
8589
8590         * src/prefs_matcher.c
8591                 make better sentences about addressbook matching in the
8592                 matcher prefs. This should make translators' work easier
8593                 too.
8594
8595 2006-09-07 [wwp]        2.4.0cvs162
8596
8597         * src/prefs_filtering.c
8598                 code simplification (get rid of dup var. assignment).
8599
8600 2006-09-07 [wwp]        2.4.0cvs161
8601
8602         * src/summaryview.c
8603                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8604                 <fzzzzz@gmail.com>.
8605
8606 2006-09-07 [paul]       2.4.0cvs160
8607
8608         * src/mimeview.c
8609                 fix compilation warnings
8610                 Thanks to Colin
8611
8612 2006-09-07 [paul]       2.4.0cvs159
8613
8614         * src/mimeview.c
8615                 select the mimepart icon when
8616                 displaying as text
8617                 Thanks to Colin
8618
8619 2006-09-06 [paul]       2.4.0cvs158
8620
8621         * src/prefs_filtering.c
8622                 fix labels and table element spacing
8623                 Patch by Fabien Vantard
8624
8625 2006-09-06 [paul]
8626
8627         2.5.0-rc3 released
8628
8629 2006-09-06 [paul]       2.4.0cvs157
8630
8631         * manual/es/advanced.xml
8632                 fix typo
8633
8634 2006-09-06 [wwp]        2.4.0cvs156
8635
8636         * src/mainwindow.c
8637                 fix an dup launch issue when iconified, thanks to Colin.
8638
8639 2006-09-06 [wwp]        2.4.0cvs155
8640
8641         * src/gtk//gtksctree.h
8642                 oops, forgot that one!
8643
8644 2006-09-06 [wwp]        2.4.0cvs154
8645
8646         * manual/pl/advanced.xml
8647         * manual/advanced.xml
8648         * manual/es/advanced.xml
8649         * manual/fr/advanced.xml
8650         * src/prefs_customheader.c
8651         * src/prefs_filtering_action.c
8652         * src/foldersel.c
8653         * src/prefs_summaries.c
8654         * src/prefs_filtering.c
8655         * src/account.c
8656         * src/compose.c
8657         * src/prefs_summary_column.c
8658         * src/addr_compl.c
8659         * src/prefs_actions.c
8660         * src/prefs_folder_column.c
8661         * src/ssl_manager.c
8662         * src/prefs_template.c
8663         * src/prefs_display_header.c
8664         * src/prefs_common.h
8665         * src/prefs_matcher.c
8666         * src/prefs_common.c
8667         * src/prefs_toolbar.c
8668         * src/summaryview.c
8669         * src/folderview.c
8670         * src/gtk/gtksctree.c
8671         * src/gtk/pluginwindow.c
8672         * src/gtk/progressdialog.c
8673         * src/gtk/prefswindow.c
8674                 renamed hidden option enable_rules_hint to use_stripes_everywhere
8675                 to make its meaning more obvious (all versions of the manual reflect
8676                 the change).
8677                 added an extra hidden option use_stripes_in_summary to allow
8678                 discarding these stripes in mainwindow's folder and message lists;
8679                 en and fr manuals only are OK towards this.
8680
8681 2006-09-06 [colin]      2.4.0cvs153
8682
8683         * src/textview.c
8684                 Hide Sylpheed-Claws' internal queue headers
8685                 when showing all headers. They'll be present
8686                 only in Source window.
8687
8688 2006-09-05 [colin]      2.4.0cvs152
8689
8690         * src/plugins/trayicon/trayicon.c
8691                 Fix crash at exit - we have to disconnect
8692                 our handlers
8693         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8694                 Update eggtrayicon - patch adapted from a
8695                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
8696                 on Sylpheed's ML
8697
8698 2006-09-05 [colin]      2.4.0cvs151
8699
8700         * src/mainwindow.c
8701         * src/gtk/logwindow.c
8702                 Fix race condition when something writes
8703                 to the log too soon during init. Thanks
8704                 to Fabien Vantard
8705
8706 2006-09-05 [colin]      2.4.0cvs150
8707
8708         * src/mimeview.c
8709                 Don't select part on right-click either
8710
8711 2006-09-05 [paul]       2.4.0cvs149
8712
8713         * src/mimeview.c
8714                 completion of previous commit
8715                 Thanks to Colin
8716
8717 2006-09-05 [colin]      2.4.0cvs148
8718
8719         * src/mimeview.c
8720                 Don't force selection on middle-click, just open
8721
8722 2006-09-04 [colin]      2.4.0cvs147
8723
8724         * src/mimeview.c
8725                 Looks like gtk_notebook_set_current_page()
8726                 sometimes steals focus, and this annoys us
8727                 in MimeViewers as it renders navigation
8728                 keys useless. Take back focus after switching
8729                 pages.
8730
8731 2006-09-04 [colin]      2.4.0cvs146
8732
8733         * src/messageview.c
8734                 Set stop_loading when clicking on Next
8735                 during load. Don't add a callback to 
8736                 avoid over-complicating things.
8737
8738 2006-09-04 [colin]      2.4.0cvs145
8739
8740         * src/mimeview.c
8741         * src/messageview.c
8742                 Fix multiple loads in separate messageview
8743
8744 2006-09-04 [colin]      2.4.0cvs144
8745
8746         * src/summaryview.c
8747                 Let navigation keys be handled during 
8748                 load
8749
8750 2006-09-04 [colin]      2.4.0cvs143
8751
8752         * src/messageview.c
8753         * src/summaryview.c
8754         * src/textview.c
8755         * src/textview.h
8756                 Make loading of huge mails (lots of text and/or
8757                 images) cancellable, so the GUI doesn't block 
8758
8759 2006-09-04 [colin]      2.4.0cvs142
8760
8761         * src/plugins/trayicon/trayicon.c
8762                 Fix annoyance when removing a folder with 
8763                 unread mails: trayicon didn't update
8764
8765 2006-09-04 [paul]       2.4.0cvs141
8766
8767         * src/gtk/icon_legend.c
8768                 straighten up columns
8769                 Patch by Fabien Vantard
8770
8771 2006-09-04 [wwp]        2.4.0cvs140
8772
8773         * src/prefs_filtering.c
8774                 fix new line's account name in filtering prefs:
8775                 was "All", is now "(New)".
8776
8777 2006-09-04 [paul]       2.4.0cvs139
8778
8779         * tools/make.themes.project
8780                 use "AUTOMAKE_OPTIONS = dist-bzip2"
8781                 instead of homebrewed "make release"
8782
8783 2006-09-03 [colin]      2.4.0cvs138
8784
8785         * src/folderview.c
8786                 Fix bug #1007 (Wrong folder highlighted)
8787
8788 2006-09-03 [colin]      2.4.0cvs137
8789
8790         * src/compose.c
8791                 Don't set Newsgroup: header to a mail folder
8792                 path
8793
8794 2006-09-03 [paul]       2.4.0cvs136
8795
8796         * src/prefs_other.c
8797         * src/prefs_spelling.c
8798                 unify the gui
8799
8800 2006-09-03 [paul]       2.4.0cvs135
8801
8802         * src/prefs_summaries.c
8803                 correct menu item text in prefs_keybind_apply_clicked()
8804
8805 2006-09-03 [paul]       2.4.0cvs134
8806
8807         * manual/advanced.xml
8808                 some improvements to the descriptions
8809         * src/mainwindow.c
8810         * src/messageview.c
8811         * src/summaryview.c
8812         * src/gtk/menu.c
8813                 fix menu sensitivity issues
8814         * src/prefs_message.c
8815                 drop the useless word 'short'
8816         * src/prefs_other.c
8817                 add the word 'lines' indicating log length
8818                 is a measure of lines
8819         * src/textview.c
8820                 fix compilation warnings
8821
8822 2006-09-02 [colin]      2.4.0cvs133
8823
8824         * src/messageview.c
8825                 Display a special return-receipt message
8826                 if the message is from the user
8827         * src/summaryview.c
8828                 Fix missing freeze of the list when marking
8829                 all read and unthreading for exec. Thanks
8830                 to Stephan Sachse.
8831
8832 2006-09-02 [paul]       2.4.0cvs132
8833
8834         * src/mainwindow.c
8835         * src/prefs_message.c
8836         * src/summaryview.c
8837                 fix some english
8838
8839 2006-09-02 [wwp]        2.4.0cvs131
8840
8841         * src/prefs_filtering.c
8842                 added an account name column to the filtering rules
8843                 dialog.
8844
8845 2006-09-02 [colin]      2.4.0cvs130
8846
8847         * src/gtk/logwindow.c
8848         * src/gtk/logwindow.h
8849                 Block scrolling if we're not at the end
8850                 of the log
8851
8852 2006-09-02 [colin]      2.4.0cvs129
8853
8854         * src/folder.c
8855                 Make sure account-specific rules can't
8856                 be used in {pre-,post-,}processing
8857         * src/mainwindow.c
8858         * src/gtk/logwindow.c
8859         * src/gtk/logwindow.h
8860                 Jump to last error when clicking on the
8861                 warning icon
8862
8863 2006-09-02 [colin]      2.4.0cvs128
8864
8865         * src/imap.c
8866         * src/import.c
8867         * src/mainwindow.c
8868         * src/mainwindow.h
8869                 Fix warning icon
8870         * src/inc.c
8871         * src/mbox.c
8872         * src/mbox.h
8873                 Let proc_mbox know its account, for
8874                 account-specific rules
8875
8876 2006-09-01 [colin]      2.4.0cvs127
8877
8878         * src/codeconv.c
8879                 Don't uselessly use iconv to convert from
8880                 us-ascii
8881         * src/alertpanel.c
8882         * src/mainwindow.c
8883         * src/mainwindow.h
8884         * src/inc.c
8885                 Fix certain log cases, disable warning icon
8886                 for now, the correct way to display it when
8887                 necessary and only when necessary is probably
8888                 to do it manually rather than use error logs
8889         * src/etpan/imap-thread.c
8890                 Clean up UID logging a bit
8891         * src/gtk/logwindow.c
8892         * src/gtk/logwindow.h
8893                 Make logging faster when the window's closed
8894
8895 2006-09-01 [wwp]        2.4.0cvs126
8896
8897         * manual/fr/account.xml
8898                 reflect changes to the ref. manual (parts of cvs72):
8899                 fix tabnames and quotes.
8900
8901 2006-09-01 [wwp]        2.4.0cvs125
8902
8903         * manual/fr/plugins.xml
8904                 reflect changes to the reference manual (cvs42):
8905                 update IRC channel info.
8906
8907 2006-09-01 [wwp]        2.4.0cvs124
8908
8909         * commitHelper
8910                 use CVSEDITOR env. var. if set, according to `man cvs`.
8911
8912 2006-09-01 [wwp]        2.4.0cvs123
8913
8914         * manual/advanced.xml
8915                 better sentence again (thanks to Paul).
8916
8917 2006-09-01 [wwp]        2.4.0cvs122
8918
8919         * manual/advanced.xml
8920         fix definition of toolbar_detachable and rework a bit the one of
8921         enable_dotted_lines.
8922
8923 2006-09-01 [mones]      2.4.0cvs121
8924
8925         * manual/advanced.xml
8926                 Document enable_dotted_lines
8927
8928 2006-09-01 [paul]       2.4.0cvs120
8929
8930         * src/folderview.c
8931         * src/folderview.h
8932         * src/imap.c
8933         * src/mainwindow.c
8934         * src/summaryview.c
8935                 obey the 'When entering folder...' option
8936                 when using the /View/Go to/... menu items
8937                 Thanks to Colin
8938
8939 2006-08-31 [colin]      2.4.0cvs119
8940
8941         * src/folderview.c
8942                 Revert 2.4.0cvs116, wrong fix.
8943
8944 2006-08-31 [colin]      2.4.0cvs118
8945
8946         * src/gtk/gtksctree.c
8947                 Better state the various copyrights
8948
8949 2006-08-31 [colin]      2.4.0cvs117
8950
8951         * src/prefs_common.c
8952                 fix enable_dotted_lines
8953
8954 2006-08-31 [colin]      2.4.0cvs116
8955
8956         * src/folderview.c
8957                 Use pref "Always open on select" when going
8958                 to next unread folder
8959         * src/gtk/gtksctree.c
8960                 Fix link failure to _gtk_clist_create_cell_layout
8961                 on certain computers. (Why not mine, I wonder)
8962
8963 2006-08-31 [colin]      2.4.0cvs115
8964
8965         * src/procmsg.c
8966         * src/textview.c
8967         * src/plugins/bogofilter/bogofilter.c
8968         * src/plugins/spamassassin/spamassassin.c
8969                 Requalify some "errors" to warnings
8970         * src/mainwindow.c
8971         * src/mainwindow.h
8972         * src/statusbar.c
8973                 Add an icon in the statusbar to notify
8974                 of errors
8975         * src/gtk/gtksctree.c
8976         * src/folderview.c
8977         * src/summaryview.c
8978                 Make the GtkSCTree look more modern by
8979                 alternating background lines
8980         * src/prefs_common.c
8981         * src/prefs_common.h
8982                 Add a pref to let people have the old
8983                 way if they prefer
8984
8985
8986 2006-08-30 [colin]      2.4.0cvs114
8987
8988         * src/procmsg.c
8989         * src/procmsg.h
8990                 Provide a way to filter a list of
8991                 messages in an optimised manner, and
8992                 add a list-filtering hook
8993         * src/folder.c
8994         * src/inc.c
8995         * src/mbox.c
8996                 Use the list filtering
8997         * src/plugins/bogofilter/bogofilter.c
8998                 Use the list-filtering hook
8999                 Use -b (bulk) mode for more speed
9000                 when learning and filtering
9001         * src/etpan/imap-thread.c
9002                 Make log output shorter in UID SEARCH
9003
9004
9005 2006-08-30 [colin]      2.4.0cvs113
9006
9007         * src/plugins/bogofilter/bogofilter.c
9008                 Really fast mass learning - thanks to David
9009                 Relson for the options explanations :)
9010
9011 2006-08-30 [colin]      2.4.0cvs112
9012
9013         * src/msgcache.c
9014                 Fix compilation on FreeBSD. Thanks
9015                 to Michael Hugues
9016
9017 2006-08-29 [colin]      2.4.0cvs111
9018
9019         * src/folderview.c
9020                 Handle "popup_menu" signal (for popping the 
9021                 menu via the keyboard)
9022         * src/mimeview.c
9023         * src/mimeview.h
9024         * src/summaryview.c
9025         * src/textview.c
9026         * src/gtk/gtkutils.c
9027         * src/gtk/gtkutils.h
9028                 Factorize scrolling code, and add an API 
9029                 for MimeViewers to handle scroll orders
9030
9031 2006-08-29 [wwp]        2.4.0cvs110
9032
9033         * src/plugins//bogofilter/bogofilter.c
9034         * src/plugins//spamassassin/spamassassin.c
9035                 make the bogofilter/spamassassin filtering error dialogs at
9036         incorporation obey to the "don't popup error dialog on
9037         receive error" option. If disabled, feed the log window w/
9038         the error message.
9039
9040 2006-08-29 [paul]
9041
9042         2.5.0-rc2 released
9043
9044 2006-08-29 [paul]       2.4.0cvs109
9045
9046         * Makefile.am
9047                 remove 'make release', it's not needed
9048                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9049
9050 2006-08-29 [paul]       2.4.0cvs108
9051
9052         * src/foldersel.c
9053         * src/summary_search.c
9054         * src/gtk/progressdialog.c
9055         * src/plugins/pgpcore/passphrase.c
9056                 replace deprecated gtk_window_set_policy()
9057
9058 2006-08-29 [colin]      2.4.0cvs107
9059
9060         * src/folder.c
9061                 Fix data loss when copy fails during a move:
9062                 only use fast remove_msgs if everything was
9063                 copied OK; else use slow remove_msg on the
9064                 mails that got copied only.
9065
9066 2006-08-28 [paul]       2.4.0cvs106
9067
9068         * src/mh.c
9069                 revert change in 2.4.0cvs104, it breaks
9070                 stuff
9071
9072 2006-08-28 [paul]       2.4.0cvs105
9073
9074         * src/plugins/spamassassin/spamassassin.c
9075                 english fix
9076
9077 2006-08-28 [paul]       2.4.0cvs104
9078
9079         * src/mh.c
9080                 fix data loss when moving to another
9081                 mailbox fails
9082         * src/prefs_spelling.c
9083                 improve the english
9084         * src/gtk/pluginwindow.c
9085                 improve the layout of the dialog text
9086         All thanks to Colin
9087
9088 2006-08-28 [paul]       2.4.0cvs103
9089
9090         * src/plugins/bogofilter/bogofilter.c
9091         * src/plugins/bogofilter/bogofilter_gtk.c
9092                 fix english up a bit, innit
9093
9094 2006-08-28 [paul]       2.4.0cvs102
9095
9096         * configure.ac
9097         * po/Makefile.in.in
9098         * po/Makevars
9099                 require autoconf 2.60, enabling building
9100                 with gettext 0.15 (gettext 0.14.x build still
9101                 possible). Replace Makefiles with versions
9102                 from gettext 0.15.
9103                 Remove configure options --with-localedir and
9104                 --with-mandir. The options that are provided
9105                 directly by autoconf 2.60 can be used instead:
9106                 --mandir --localedir
9107
9108 2006-08-27 [colin]      2.4.0cvs101
9109
9110         * src/plugins/bogofilter/Makefile.am
9111                 Fix make dist (no README)
9112
9113 2006-08-27 [colin]      2.4.0cvs100
9114
9115         * src/folder.c
9116                 Don't use F_UNKNOWN folders for any default
9117                 outbox/trash/etc
9118         * src/plugins/bogofilter/bogofilter.c
9119         * src/plugins/bogofilter/bogofilter.h
9120         * src/plugins/bogofilter/bogofilter_gtk.c
9121                 Add an option to specify the path to bogofilter
9122                 Use single-quotes to be able to learn in folders
9123                 with spaces in their names
9124                 Verify learning status
9125
9126 2006-08-27 [colin]      2.4.0cvs99
9127
9128         * manual/faq.xml
9129         * manual/plugins.xml
9130                 Document Bogofilter plugin
9131
9132 2006-08-27 [colin]      2.4.0cvs98
9133
9134         * src/compose.c
9135         * src/messageview.c
9136         * src/procmsg.c
9137         * src/procmsg.h
9138                 When possible, copy the queued mail to sent folder
9139                 instead of re-adding. Much faster on IMAP.
9140
9141 2006-08-27 [colin]      2.4.0cvs97
9142
9143         * src/msgcache.c
9144                 Disable mmaped caches - huge metadata loss
9145                 here after a power failure.
9146         * src/summaryview.c
9147                 Add quicksearch timing
9148         * src/common/plugin.c
9149         * src/common/plugin.h
9150                 Implement an interface to tell what plugins
9151                 provide. Prevent loading of similar plugins.
9152         * src/plugins/clamav/clamav_plugin.c
9153         * src/plugins/demo/demo.c
9154         * src/plugins/dillo_viewer/dillo_viewer.c
9155         * src/plugins/pgpcore/plugin.c
9156         * src/plugins/pgpinline/pgpinline.c
9157         * src/plugins/pgpmime/pgpmime.c
9158         * src/plugins/spamassassin/spamassassin.c
9159         * src/plugins/trayicon/trayicon.c
9160                 Implement plugin_provides()
9161
9162 2006-08-27 [colin]      2.4.0cvs96
9163
9164         * configure.ac
9165         * src/plugins/Makefile.am
9166         * src/plugins/bogofilter/.cvsignore
9167         * src/plugins/bogofilter/Makefile.am
9168         * src/plugins/bogofilter/bogofilter.c
9169         * src/plugins/bogofilter/bogofilter.h
9170         * src/plugins/bogofilter/bogofilter_gtk.c
9171                 New Bogofilter plugin, provides filtering and
9172                 learning. Spamassassin will go to extra plugins.
9173
9174 2006-08-26 [mones]      2.4.0cvs95
9175
9176         * manual/handling.xml
9177                 Fix subfolder path in the example (thanks to Paul) 
9178
9179 2006-08-26 [mones]      2.4.0cvs94
9180
9181         * manual/glossary.xml
9182                 2.2. + add ISP to the glossary
9183                 7.5. + Add UIDL to glossary
9184                 7.7. + Add TCP to glossary
9185         * manual/handling.xml
9186                 7.1. + Mentions GNU/Linux distribution, what about the non...
9187                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9188                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9189                 7.4. = Use appropriate quotation for commands
9190                 7.6. = change "" to <quote></quote>
9191         * manual/plugins.xml
9192                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9193         * manual/starting.xml
9194                 2.1. + local mbox file: some examples of mbox file locations...
9195                 Also reformatted files requiring it
9196
9197 2006-08-26 [wwp]        2.4.0cvs93
9198
9199         * src/summary_search.c
9200                 disable find buttons while summary search is running.
9201
9202 2006-08-25 [colin]      2.4.0cvs92
9203
9204         * src/folder.c
9205         * src/folderutils.c
9206         * src/mh.c
9207         * src/procmsg.h
9208         * src/summaryview.c
9209                 Speed up MH moving, and add progressbar
9210                 for MH deletion
9211         * src/msgcache.c
9212                 Write cache files using mmap() too
9213
9214 2006-08-25 [wwp]        2.4.0cvs91
9215
9216         * src/summaryview.c
9217                 switch spam<->ham button when a message has been marked as spam or ham
9218                 and is still selected. Thanks to Colin.
9219
9220 2006-08-25 [paul]       2.4.0cvs90
9221
9222         * src/Makefile.am
9223         * src/stock_pixmap.c
9224         * src/stock_pixmap.h
9225         * src/summaryview.c
9226         * src/gtk/icon_legend.c
9227         * src/pixmaps/copied.xpm
9228         * src/pixmaps/moved.xpm
9229                 add icons for delayed execution marked for
9230                 copying, marked for moving
9231
9232 2006-08-25 [mones]      2.4.0cvs89
9233
9234         * manual/glossary.xml
9235                 Fix the other glossary items:
9236                 5.1. = Inmmediate execution -> <quote>immediate execution...
9237                 5.2. = Fix MBOX capitalization -> Mbox
9238                 5.3. + Improve Plugins def. w/ tech. ref.
9239                 5.4. = Quotation -> replace '>' by <quote>></quote>
9240                 5.5. - SMTP Server. -> remove dot
9241         * po/es.po
9242                 Updated translation
9243
9244 2006-08-25 [mones]      2.4.0cvs88
9245
9246         * manual/ack.xml
9247                 Reformatted, changed email address
9248         * manual/glossary.xml
9249                 Reformatted, fixed MANUAL-TODO items:
9250                 8.2. + add ROT-13 to glossary
9251                 8.4. + add URL to glossary
9252         * manual/es/advanced.xml
9253                 Fixed <literal>s
9254
9255 2006-08-25 [paul]       2.4.0cvs87
9256
9257         * src/gtk/icon_legend.c
9258                 add 'marked for deletion' icon
9259                 arrange icons by containing column
9260                 wrap long label text
9261
9262 2006-08-25 [colin]      2.4.0cvs86
9263
9264         * src/common/utils.c
9265         * src/common/utils.h
9266                 Add the sc_g_*list_bigger functions in
9267                 a place everyone can use it
9268         * src/summaryview.c
9269                 Only freeze/thaw the list when working
9270                 on the selection, if it's bigger than 1
9271         * src/gtk/gtksctree.c
9272                 Only freeze/thaw the list when unselec-
9273                 ting 'all' if ('all' != 1)
9274                 This avoids some flickering
9275
9276 2006-08-24 [colin]      2.4.0cvs85
9277
9278         * src/addressbook.c
9279                 Fix strange list selection
9280                 Fix random seg (Invalid read of freed memory)
9281
9282 2006-08-24 [colin]      2.4.0cvs84
9283
9284         * src/alertpanel.c
9285         * src/gtk/inputdialog.c
9286         * src/plugins/pgpcore/passphrase.c
9287                 Revert minimal width patch of 2.4.0cvs67,
9288                 as it is also a maximal width. Use 
9289                 gtk_window_set_default_size instead.
9290
9291 2006-08-24 [colin]      2.4.0cvs83
9292
9293         * src/msgcache.c
9294                 Write cache/mark to temp files before
9295                 overwriting old ones (avoids metadata
9296                 loss if writing the new files fail).
9297                 Use mmap() to read cache/mark file, as
9298                 this makes cache reading faster. Dis-
9299                 abled for big-endian machines until it
9300                 can be tested. (Big-endian users: set
9301                 msgcache_use_mmap = TRUE in the relevant
9302                 #if).
9303         * src/procmsg.h
9304                 Move rarely used fields of MsgInfo in 
9305                 another structure, which will only be
9306                 allocated if needed. Face, X-Face,
9307                 Return receipt headers and List-*
9308                 headers are moved. Mails having none
9309                 of these occupy 52 bytes less with
9310                 this patch, which makes 2.5MB of RAM
9311                 saved on a 50k folder).
9312         * src/headerview.c
9313         * src/mainwindow.c
9314         * src/messageview.c
9315         * src/partial_download.c
9316         * src/procheader.c
9317         * src/procmsg.c
9318         * src/textview.c
9319                 Follow this structure change.
9320
9321 2006-08-24 [wwp]        2.4.0cvs82
9322
9323         * manual/es/.cvsignore
9324         * manual/es/dist/.cvsignore
9325         * manual/es/dist/html/.cvsignore
9326         * manual/es/dist/pdf/.cvsignore
9327         * manual/es/dist/ps/.cvsignore
9328         * manual/es/dist/txt/.cvsignore
9329                 more (generated) files to ignore.
9330
9331 2006-08-24 [colin]      2.4.0cvs81
9332
9333         * src/folder.c
9334         * src/mh.c
9335                 Fix possible problems with local delivery. Check the folder doesn't
9336                 need scan before setting its mtime when saving cache (which can be
9337                 done long after the folder's been modified by an external process);
9338                 Check that the stored item's mtime didn't change in mh functions.
9339
9340 2006-08-24 [mones]      2.4.0cvs80
9341
9342         * manual/advanced.xml
9343                 Rewrapping, some fixes and MANUAL-TODO items:
9344                 8.1. = change "" to <quote></quote>
9345                 8.3. = quote menu items
9346                 8.5. - deploying -> new user ... ideally a new user (redundant)
9347
9348 2006-08-23 [colin]      2.4.0cvs79
9349
9350         * src/gtk/gtksctree.c
9351                 When selecting or deselecting range, only
9352                 freeze/thaw when selection is bigger than 10
9353
9354 2006-08-23 [colin]      2.4.0cvs78
9355
9356         * src/messageview.c
9357         * src/mimeview.c
9358         * src/mimeview.h
9359         * src/plugins/dillo_viewer/dillo_viewer.c
9360                 Provide an API for MimeViewer plugins to
9361                 return a text selection for replying
9362
9363 2006-08-23 [colin]      2.4.0cvs77
9364
9365         * src/image_viewer.c
9366         * src/textview.c
9367                 Use gtk_pixbuf_new_from_file_at_scale(), which
9368                 is faster than getting the pixbuf then resizing
9369                 it.
9370
9371 2006-08-23 [colin]      2.4.0cvs76
9372
9373         * src/procmime.c
9374                 UTF-8 should be sent Quoted-printable
9375
9376 2006-08-22 [colin]      2.4.0cvs75
9377
9378         * src/mh.c
9379                 Check if scan is required before touching
9380                 the folder (or it'll be required every time)
9381
9382 2006-08-22 [colin]      2.4.0cvs74
9383
9384         * configure.ac
9385                 Require libetpan 0.46 (crasher fix when built
9386                 against gnutls)
9387
9388 2006-08-22 [colin]      2.4.0cvs73
9389
9390         * src/folder.c
9391                 Set folder's mtime after writing its
9392                 cache
9393         * src/folderview.c
9394                 Add some timing
9395         * src/procmsg.c
9396                 Don't do useless stuff if we don't 
9397                 thread by subject
9398         * src/summaryview.c
9399                 Add some timing, don't deselect prior
9400                 to selecting (gtksctree does it itself),
9401                 remove crash avoidance hacks as it's been
9402                 properly fixed since a while
9403         * src/common/utils.c
9404                 Optimize to_human_readable(): _() is slow,
9405                 do it only once, and avoid %f format for KB
9406                 (the most common in a summaryview)
9407         * src/gtk/gtksctree.c
9408                 Don't uselessly freeze/thaw (fixes flicker
9409                 on next unread and friends), reduce number
9410                 of g_list_nth/g_list_position where possible
9411         * src/gtk/gtkutils.c
9412         * src/gtk/gtkutils.h
9413                 Reduce number of g_list_nth/g_list_position
9414                 where possible.
9415                 All of this makes loading as 70k folder 2.1
9416                 seconds instead of 3.2 (with hot FS caches).
9417                 (1.3 seconds without Date and Size columns...)
9418
9419 2006-08-22 [paul]       2.4.0cvs72
9420
9421         wrap documents and do some items from mones' MANUAL-TODO:
9422
9423         * manual/account.xml
9424                 4.1. = fix tabname references to <quote>tabname</quote>
9425                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9426         * manual/faq.xml
9427                 1.1. = mentioned options don't match UI
9428                 Add information about the 'Never send Return Receipts'
9429                 option
9430         * manual/handling.xml
9431                 6.2. = Mentions Extended symbols button, but now is
9432                 named Information
9433                 6.3. = Mentions ... button, which is now Edit
9434
9435 2006-08-22 [colin]      2.4.0cvs71
9436
9437         * src/gtk/pluginwindow.c
9438                 Fix layout in verbose translations (such
9439                 as french)
9440
9441 2006-08-22 [paul]       2.4.0cvs70
9442
9443         * manual/Makefile.am
9444                 build manuals in alphabetical order
9445         * src/addressbook.c
9446         * src/prefs_themes.c
9447                 replace/remove deprecated symbols
9448         * src/gtk/gtkutils.c
9449                 fix a warning
9450         * src/gtk/pluginwindow.c
9451                 replace deprecated symbol
9452                 replace label text and move it
9453         * src/plugins/pgpcore/prefs_gpg.c
9454                 move the 'Generate...' button out of the
9455                 Sign Key frame, replace the English used
9456         * src/plugins/pgpcore/sgpgme.c
9457                 fixes to the English
9458
9459 2006-08-21 [colin]      2.4.0cvs69
9460
9461         * src/plugins/trayicon/trayicon.c
9462                 Add more strings for translation; patch
9463                 by Pawel
9464
9465 2006-08-21 [colin]      2.4.0cvs68
9466
9467         * src/compose.c
9468                 fix replied flag not set after drafting
9469         * src/matcher.c
9470                 fix body quicksearch in non-encoded bodies
9471                 containing '='
9472         * src/msgcache.c
9473                 Get rid of the g_malloc workaround for
9474                 corrupted caches, use g_try_malloc
9475
9476 2006-08-21 [colin]      2.4.0cvs67
9477
9478         * src/alertpanel.c
9479         * src/gtk/inputdialog.c
9480         * src/plugins/pgpcore/passphrase.c
9481                 Set minimal width to 375
9482         * src/mainwindow.c
9483                 Fix switching to offline, asking if it 
9484                 should be overriden for synchronising
9485         * src/mimeview.c
9486                 Don't offer to remember command on Open 
9487                 with for text parts, as the browser or 
9488                 text editor command isn't changed from 
9489                 there
9490
9491 2006-08-20 [paul]       2.4.0cvs66
9492
9493         * po/ko.po
9494         * po/zh_CN.po
9495                 fix plural form errors. revealed by stricter
9496                 checking of gettext 0.15
9497
9498 2006-08-18 [paul]       2.4.0cvs65
9499
9500         * src/stock_pixmap.c
9501                 fix the fix of 2.4.0cvs64
9502                 Thanks to Colin
9503
9504 2006-08-18 [paul]       2.4.0cvs64
9505
9506         * src/stock_pixmap.c
9507                 fix leaks
9508                 Thanks to Colin
9509
9510 2006-08-18 [paul]       2.4.0cvs63
9511
9512         * src/compose.c
9513         * src/procmsg.c
9514                 fix occasional IMAP bug where large msgs
9515                 were left in the queue folder after sending
9516                 Thanks to Colin
9517
9518 2006-08-18 [paul]       2.4.0cvs62
9519
9520         * src/folderview.c
9521                 freeze the summaryview while quicksearch results
9522                 are displayed
9523                 (fixes bug 456 'current message is hidden when the
9524                 view is refreshed and extended search is "unread 
9525                 messages"')
9526                 Thanks to Colin
9527         * src/textview.c
9528                 add missing #include "inputdialog.h"
9529         * src/common/utils.h
9530                 add missing mailcap_update_default() and improve
9531                 readability
9532
9533 2006-08-17 [colin]      2.4.0cvs61
9534
9535         * src/plugins/pgpcore/select-keys.c
9536                 Fix warnings :)
9537
9538 2006-08-17 [colin]      2.4.0cvs60
9539
9540         * src/compose.c
9541                 Don't continue queuing if Cancel is clicked
9542                 in select-keys
9543
9544 2006-08-17 [colin]      2.4.0cvs59
9545
9546         * src/plugins/pgpcore/select-keys.c
9547                 When encrypting, if only one key matches and it 
9548                 matches exactly, automatically use it.
9549
9550 2006-08-17 [colin]      2.4.0cvs58
9551
9552         * src/mimeview.c
9553         * src/prefs_common.c
9554         * src/prefs_common.h
9555         * src/prefs_ext_prog.c
9556         * src/textview.c
9557                 Fix issues with previous patch (text/html)
9558                 Remove outdated prefs
9559
9560 2006-08-17 [colin]      2.4.0cvs57
9561
9562         * src/imap.c
9563                 Add View Log button on auth error
9564         * src/procmsg.c
9565                 Fix encrypted mail marked as new when
9566                 saved in normal folders
9567         * src/plugins/pgpinline/pgpinline.c
9568                 Fix encrypt bug on IMAP
9569         * src/mimeview.c
9570         * src/common/utils.c
9571         * src/common/utils.h
9572         * src/gtk/inputdialog.c
9573         * src/gtk/inputdialog.h
9574                 Get rid of metamail stuff, simplify
9575                 opening, and allow remembering of user's
9576                 choices (by updating ~/.mailcap). There's
9577                 still to drop "Audio player" and "Image
9578                 viewer" preferences.
9579
9580 2006-08-17 [mones]      2.4.0cvs56
9581
9582         * manual/es/sylpheed-claws-manual.xml
9583                 fix DTD path
9584
9585 2006-08-17 [mones]      2.4.0cvs55
9586
9587         * configure.ac
9588         * manual/Makefile.am
9589         * manual/es/Makefile.am
9590         * manual/es/account.xml
9591         * manual/es/ack.xml
9592         * manual/es/addrbook.xml
9593         * manual/es/advanced.xml
9594         * manual/es/faq.xml
9595         * manual/es/glossary.xml
9596         * manual/es/gpl.xml
9597         * manual/es/handling.xml
9598         * manual/es/intro.xml
9599         * manual/es/keyboard.xml
9600         * manual/es/plugins.xml
9601         * manual/es/starting.xml
9602         * manual/es/sylpheed-claws-manual.xml
9603         * manual/es/dist/Makefile.am
9604         * manual/es/dist/html/Makefile.am
9605         * manual/es/dist/pdf/Makefile.am
9606         * manual/es/dist/ps/Makefile.am
9607         * manual/es/dist/txt/Makefile.am
9608                 Spanish translation for the manual
9609
9610 2006-08-16 [colin]      2.4.0cvs54
9611
9612         * src/compose.c
9613         * src/main.c
9614         * src/mainwindow.c
9615                 Fix send button sensitivity at startup
9616                 Set send menu sensitivity (patch by Fabien)
9617         * src/ssl_manager.c
9618                 Enable closing with esc (patch by Fabien)
9619         * src/gtk/foldersort.c
9620                 Enable closing with esc (patch by Fabien)
9621         * src/procmime.c
9622                 Optimisation (no need to copy to tempfile to
9623                 "decode" 7bit and 8bit)
9624         * src/summaryview.c
9625                 Fix cruft in swap_from case
9626         * src/textview.c
9627                 Fix missing last line in some mail cases 
9628                 (Fixes debian #381872)
9629         * src/plugins/pgpcore/prefs_gpg.c
9630         * src/plugins/pgpcore/sgpgme.c
9631         * src/plugins/pgpcore/sgpgme.h
9632                 Don't show "no key found" when user explicitely
9633                 wants to create a key
9634
9635 2006-08-16 [paul]       2.4.0cvs53
9636
9637         * configure.ac
9638         * src/account.c
9639         * src/addressbook.c
9640         * src/headerview.c
9641         * src/prefs_account.c
9642         * src/prefs_message.c
9643         * src/gtk/gtkutils.c
9644                 bump up minimum required versions of GTK+ and
9645                 GLIB to 2.6.0
9646
9647 2006-08-16 [paul]       2.4.0cvs52
9648
9649         * src/toolbar.c
9650                 workaround GTK+ Bug 351600 - 'Can't re-click
9651                 on button after sensitivity update'
9652                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
9653                 Thanks to Colin
9654
9655 2006-08-15 [colin]      2.4.0cvs51
9656
9657         * src/plugins/pgpcore/prefs_gpg.c
9658                 Set options sensitivity according to
9659                 key existence
9660         * src/plugins/pgpcore/sgpgme.c
9661                 Allow to create key with no passphrase
9662
9663 2006-08-14 [cleroy]     2.4.0cvs50
9664
9665         * src/gtk/pluginwindow.c
9666                 New layout (maybe to be changed?)
9667         * src/gtk/gtkutils.c
9668                 Fix a bit label_window
9669         * src/plugins/pgpcore/passphrase.c
9670         * src/plugins/pgpcore/passphrase.h
9671         * src/plugins/pgpcore/plugin.c
9672         * src/plugins/pgpcore/prefs_gpg.c
9673         * src/plugins/pgpcore/prefs_gpg.h
9674         * src/plugins/pgpcore/sgpgme.c
9675         * src/plugins/pgpcore/sgpgme.h
9676                 Allow to create a PGP private key via the GUI
9677
9678 2006-08-14 [wwp]        2.4.0cvs49
9679
9680         * src/addressbook_foldersel.c
9681                 fix strict ISO C90 compliance.
9682
9683 2006-08-14 [paul]       2.4.0cvs48
9684
9685         * src/gtk/prefswindow.c
9686                 re-set scrolled window on opening
9687                 Patch by Ticho
9688
9689 2006-08-14 [paul]
9690
9691         2.5.0-rc1 released
9692
9693 2006-08-14 [paul]       2.4.0cvs47
9694
9695         * src/prefs_display_header.c
9696                 re-enable user-defined Displayed Headers
9697
9698 2006-08-14 [paul]       2.4.0cvs46
9699
9700         * src/prefs_account.c
9701                 use GTK_STOCK_EDIT
9702
9703 2006-08-13 [colin]      2.4.0cvs45
9704
9705         * src/common/utils.c
9706                 Fix "a" in quote when the original message is empty,
9707                 by using \0 instead of 'a' to test writability of
9708                 temp files.
9709
9710 2006-08-13 [wwp]        2.4.0cvs44
9711
9712         * src/plugins/spamassassin/spamassassin.c
9713                 fix capitalization of "SpamAssassin" in some debug, log and
9714                 dialog messages.
9715
9716 2006-08-13 [paul]       2.4.0cvs43
9717
9718         * src/editldap.c
9719                 fix overlapping widgets
9720         * src/prefs_account.c
9721                 fix translation of protocol_names[]
9722                 fix label disappearing off the edge of the
9723                 visible area
9724
9725 2006-08-12 [paul]       2.4.0cvs42
9726
9727         * manual/plugins.xml
9728                 update IRC channel info before it gets forgotten
9729                 about
9730
9731 2006-08-11 [colin]      2.4.0cvs41
9732
9733         * src/compose.c
9734         * src/mainwindow.c
9735         * src/mainwindow.h
9736         * src/procmsg.c
9737         * src/procmsg.h
9738         * src/summaryview.c
9739         * src/toolbar.c
9740                 Grey out the Send button if
9741                 - Queue folders are empty, or
9742                 - We're sending already
9743
9744 2006-08-11 [wwp]        2.4.0cvs40
9745
9746         * src/main.c
9747                 fix a logic issue when quitting while a compose window is
9748                 still open, thanks to Colin.
9749
9750 2006-08-10 [colin]      2.4.0cvs39
9751
9752         * src/main.c
9753                 Fix default font size setting after wizard run
9754         * src/imap.c
9755         * src/etpan/imap-thread.c
9756         * src/etpan/imap-thread.h
9757                 Fix bug #999 (Timing out on TSL cert validation 
9758                 dialog makes ugly things happen). Also, STARTTLS
9759                 unconditionnaly if initial capabilities contain
9760                 LOGINDISABLED and STARTTLS.
9761
9762 2006-08-09 [colin]      2.4.0cvs38
9763
9764         * src/mainwindow.c
9765         * src/mainwindow.h
9766                 Fix Tools/Actions sensitivity when there are
9767                 no actions
9768
9769 2006-08-09 [colin]      2.4.0cvs37
9770
9771         * src/prefs_filtering.c
9772                 Warning fix, patch by Paul
9773         * src/messageview.c
9774         * src/prefs_actions.c
9775         * src/prefs_filtering_action.c
9776         * src/prefs_matcher.c
9777                 Uniformisation of "Info ..." to "Info..." (for
9778                 old gtk), patch by Fabien
9779         * src/plugins/clamav/clamav_plugin_gtk.c
9780                 Sensitivity fix by Fabien
9781
9782 2006-08-09 [colin]      2.4.0cvs36
9783
9784         * src/main.c
9785         * src/main.h
9786                 Add a function to know whether we're exiting
9787         * src/plugins/trayicon/trayicon.c
9788                 If exiting, don't do anything. Faster, and
9789                 avoids gtk_main_iteration reentracy causing
9790                 segfaults at exit
9791
9792 2006-08-09 [colin]      2.4.0cvs35
9793
9794         * src/messageview.c
9795         * src/mimeview.c
9796         * src/mimeview.h
9797                 Fix lack of part selection when automatically 
9798                 jumping to a specific part
9799         * src/msgcache.c
9800                 Little optimisation in cache reading
9801
9802 2006-08-09 [colin]      2.4.0cvs34
9803
9804         * src/compose.c
9805                 Fix crash setting the priority on reedit
9806                 (Accessing compose before creating it!)
9807
9808 2006-08-08 [colin]      2.4.0cvs33
9809
9810         * src/procmime.c
9811                 Fix bug #998 (last attachment is not accessible)
9812                 Bad RFC interpretation on multipart close-delimiters
9813         * src/mimeview.c
9814         * src/mimeview.h
9815         * src/gtk/gtkvscrollbutton.c
9816         * src/gtk/gtkvscrollbutton.h
9817                 Make attachments list wheel-scrollable
9818
9819 2006-08-07 [colin]      2.4.0cvs32
9820
9821         * src/gtk/gtkaspell.c
9822                 Fix bug #973 (Unicode punctation characters 
9823                 are not recognized as separators by the
9824                 spell checker); fix unsigned stuff
9825
9826 2006-08-07 [colin]      2.4.0cvs31
9827
9828         * src/compose.c
9829                 Fix bug #956 (DnD text with accents in compose 
9830                 text entry); fix gccc's signed/unsigned fuss
9831
9832 2006-08-06 [colin]      2.4.0cvs30
9833
9834         * src/main.c
9835                 Fix bug #979 (Plugin crashes when exiting 
9836                 sylpheed-claws) : handle exit request only 
9837                 once
9838
9839 2006-08-05 [colin]      2.4.0cvs29
9840
9841         * src/news.c
9842                 Just make sure we have a msgid.
9843
9844 2006-08-05 [colin]      2.4.0cvs28
9845
9846         * src/news.c
9847         * src/summaryview.c
9848                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
9849                 by reimplementing it
9850         * src/textview.c
9851                 Fix bug when hiding quotes with level > 3 and quote
9852                 colors are recycled
9853
9854 2006-08-04 [colin]      2.4.0cvs27
9855
9856         * src/compose.c
9857         * src/undo.c
9858         * src/undo.h
9859                 Fix a bit replace-by-pasting undo
9860         * src/mainwindow.c
9861         * src/messageview.c
9862                 Fix Fold quotes menu synchro in
9863                 mainwindow when it changes in 
9864                 messageview
9865         * src/textview.c
9866                 Fix right-click on quotes blocks
9867         * src/common/utils.c
9868                 Verify that the file created by
9869                 my_tmpfile() is writable. Fixes
9870                 bug #988 (very specific filesystem
9871                 issue)
9872         * src/plugins/pgpcore/sgpgme.c
9873                 Fix file descriptor leak
9874         * src/plugins/spamassassin/spamassassin.c
9875                 Warn once if spamd isn't reachable
9876
9877 2006-08-04 [colin]      2.4.0cvs26
9878
9879         * src/toolbar.c
9880                 i18n context patch by Fabien
9881
9882 2006-08-03 [colin]      2.4.0cvs25
9883
9884         * src/mainwindow.c
9885         * src/messageview.c
9886                 Rename "Hide quotes" to "Fold quotes"
9887         * src/textview.c
9888                 Don't use hand cursor on quotes. "all 
9889                 the bonuses of the feature and none of 
9890                 unwelcome side-effects"
9891
9892 2006-08-03 [colin]      2.4.0cvs24
9893
9894         * AUTHORS
9895         * sylpheed-claws.desktop
9896         * src/gtk/authors.h
9897                 Bring the desktop file to XDG compliance
9898                 Patch by Charles A. Edwards
9899
9900 2006-08-03 [colin]      2.4.0cvs23
9901
9902         * src/textview.c
9903                 Fix links offset when they are preceded
9904                 by accentued chars (g_utf8_strlen!)
9905         * src/mainwindow.c
9906                 Fix wrong status when starting offline
9907
9908
9909 2006-08-03 [wwp]        2.4.0cvs22
9910
9911         * src/prefs_common.h
9912                 ask what to do w/ filtering rules that belong to an account when
9913                 applying filtering rules manually from the main window (skip,
9914                 apply regardless of the account, use current account). This dialog
9915                 can be skipped and the last reply used.
9916                 (forgot that file)
9917
9918 2006-08-03 [wwp]        2.4.0cvs21
9919
9920         * src/filtering.c
9921         * src/filtering.h
9922         * src/prefs_common.c
9923         * src/summaryview.c
9924         * src/alertpanel.c
9925         * src/alertpanel.h
9926         * src/messageview.c
9927                 ask what to do w/ filtering rules that belong to an account when
9928                 applying filtering rules manually from the main window (skip,
9929                 apply regardless of the account, use current account). This dialog
9930                 can be skipped and the last reply used.
9931
9932
9933 2006-08-03 [colin]      2.4.0cvs20
9934
9935         * src/textview.c
9936                 Optimize previous patch
9937
9938 2006-08-03 [cleroy]     2.4.0cvs19
9939
9940         * src/textview.c
9941                 Fix quotes getting toggled back when the
9942                 mail has an even number of text parts
9943
9944 2006-08-02 [colin]      2.4.0cvs18
9945
9946         * src/messageview.c
9947                 Add Hide quotes menu
9948
9949 2006-08-02 [colin]      2.4.0cvs17
9950
9951         * src/mainwindow.c
9952         * src/prefs_common.c
9953         * src/textview.c
9954         * src/textview.h
9955         * src/gtk/about.c
9956                 Allow per-level quote hiding,
9957                 Allow toggling quotes by double-clicking them
9958                 Rename RemoteURI to ClickableText to reflect
9959                 the fact it's used for a variety of things
9960
9961 2006-08-02 [wwp]        2.4.0cvs16
9962
9963         * src/mainwindow.c
9964                 fix "View/Hide quotes" menu item status initialization.
9965
9966 2006-08-02 [wwp]        2.4.0cvs15
9967
9968         * src/matcher_parser_parse.y
9969                 remove a debug trace.
9970
9971 2006-08-02 [paul]       2.4.0cvs14
9972
9973         * src/plugins/pgpcore/passphrase.c
9974                 don't set initial dialog size
9975                 make it resizable
9976
9977 2006-08-02 [paul]       2.4.0cvs13
9978
9979         * src/noticeview.c
9980                 remove the rogue '/' character
9981
9982 2006-08-02 [paul]       2.4.0cvs12
9983
9984         * src/noticeview.c
9985                 allow buttons to resize as necessary
9986
9987 2006-08-01 [wwp]        2.4.0cvs11
9988
9989         * src/mbox.c
9990                 fix strict ISO C90 compliance.
9991
9992 2006-08-01 [wwp]        2.4.0cvs10
9993
9994         * tools/update-po
9995                 updated update-po tool to work w/ context-dependent translations.
9996                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
9997
9998 2006-08-01 [wwp]        2.4.0cvs9
9999
10000         * src/matcher.c
10001         * src/prefs_filtering.c
10002         * src/prefs_matcher.c
10003                 allow context-dependent translations for "All",
10004                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10005
10006 2006-07-31 [colin]      2.4.0cvs8
10007
10008         * AUTHORS
10009         * src/gtk/authors.h
10010                 Add Rafal to authors
10011
10012 2006-07-31 [colin]      2.4.0cvs7
10013
10014         * src/compose.c
10015         * src/mainwindow.c
10016         * src/messageview.h
10017         * src/prefs_common.c
10018         * src/prefs_common.h
10019         * src/textview.c
10020                 Add 'View/Hide quotes'. Patch based on a patch
10021                 by Rafal Weglarz
10022
10023 2006-07-31 [colin]      2.4.0cvs6
10024
10025         * src/action.c
10026                 Fix problem with "> stuff >" actions
10027
10028 2006-07-31 [paul]       2.4.0cvs5
10029
10030         * po/nb.po
10031                 updated by Geir Helland
10032
10033 2006-07-31 [wwp]        2.4.0cvs4
10034
10035         * src/mainwindow.c
10036         * src/summaryview.c
10037         * src/summaryview.h
10038                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10039                 thanks to Colin.
10040
10041 2006-07-31 [wwp]        2.4.0cvs3
10042
10043         * src/Makefile.am
10044         * src/addr_compl.c
10045         * src/addr_compl.h
10046         * src/addressbook.c
10047         * src/addressbook.h
10048         * src/addressbook_foldersel.c
10049         * src/addressbook_foldersel.h
10050         * src/addrindex.c
10051         * src/addrindex.h
10052         * src/matcher.c
10053         * src/matcher.h
10054         * src/matcher_parser_lex.l
10055         * src/matcher_parser_parse.y
10056         * src/prefs_common.c
10057         * src/prefs_common.h
10058         * src/prefs_filtering.c
10059         * src/prefs_matcher.c
10060         * src/prefs_matcher.h
10061         * src/summaryview.c
10062                 introduce filtering against the address book. It's now possible to add
10063                 matched conditions to determine if any email address in a message matches
10064                 or doesn't match any or all books or folders in the address book.
10065
10066 2006-07-31 [wwp]        2.4.0cvs2
10067
10068         * src/account.c
10069         * src/filtering.c
10070         * src/filtering.h
10071         * src/folder.c
10072         * src/folderview.c
10073         * src/inc.c
10074         * src/mainwindow.c
10075         * src/matcher.c
10076         * src/matcher_parser_lex.l
10077         * src/matcher_parser_parse.y
10078         * src/mbox.c
10079         * src/prefs_filtering.c
10080         * src/prefs_filtering.h
10081         * src/procmsg.c
10082         * src/procmsg.h
10083         * src/summaryview.c
10084                 introduce per-account filtering rules. Each filtering rule can now be assigned
10085                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10086                 when applying filtering rules manually, as all rules will apply - even the ones
10087                 assigned to an account. This issue will be addressed soon.
10088  
10089
10090
10091 2006-07-31 [wwp]        2.4.0cvs1
10092
10093         * src/quote_fmt.c
10094                 make more strings translatable.
10095
10096 2006-07-31 [paul]       2.4.0
10097
10098         2.4.0 released
10099
10100 2006-07-31 [paul]       2.3.1cvs91
10101
10102         * po/ca.po
10103                 updated by Miquel Oliete
10104
10105 2006-07-31 [paul]       2.3.1cvs90
10106
10107         * po/de.po
10108         * po/el.po
10109         * po/fr.po
10110         * po/it.po
10111         * po/pl.po
10112         * po/pt_BR.po
10113         * po/sr.po
10114         * po/zh_CN.po
10115                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10116                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10117                 Aleksandar Urosevic, and Ralgh Young
10118
10119 2006-07-31 [paul]       2.3.1cvs89
10120
10121         * src/account.c
10122         * src/main.c
10123         * src/mainwindow.c
10124         * src/mainwindow.h
10125                 Fix a race condition when, after an SC crash, rescanning
10126                 folders took more than 0.5 seconds
10127                 Thanks to Colin
10128
10129 2006-07-31 [paul]       2.3.1cvs88
10130
10131         * src/folderview.c
10132                 don't translate separator strings
10133
10134 2006-07-30 [mones]      2.3.1cvs87
10135
10136         * doc/man/sylpheed-claws.1
10137                 Fixed non-ASCII chars in Hoa's name
10138         * po/es.po
10139                 Updated for release
10140
10141 2006-07-27 [colin]      2.3.1cvs86
10142
10143         * src/textview.c
10144                 Don't include the leading \n in links
10145                 Patch by Fabien
10146
10147 2006-07-25 [colin]      2.3.1cvs85
10148
10149         * src/mainwindow.c
10150         * src/common/socket.h
10151         * src/etpan/imap-thread.c
10152                 Refresh resolvers before connecting
10153                 to IMAP servers, and after switching
10154                 to online. Thanks to Paul.
10155
10156 2006-07-18 [colin]
10157
10158         * 2.4.0-rc4 released
10159
10160 2006-07-17 [colin]      2.3.1cvs84
10161
10162         * src/inc.c
10163                 Show connection attempt in statusbar before
10164                 connecting (previously first message was
10165                 "Retrieving messages from ..." after the
10166                 connection succeeded.
10167
10168 2006-07-16 [wwp]        2.3.1cvs83
10169
10170         * sylpheed-claws.ico
10171                 Added .ico file (windows multi-size icon file, generated).
10172
10173 2006-07-12 [wwp]        2.3.1cvs82
10174
10175         * src/messageview.c
10176                 remove Message/Re-edit menu entry from messageview window,
10177                 as sent/draft/queued messages are opened in compose window when
10178                 re-edited and it's not possible to re-edit other msgs.
10179
10180 2006-07-12 [paul]       2.3.1cvs81
10181
10182         * AUTHORS
10183         * src/mainwindow.c
10184         * src/gtk/authors.h
10185                 check online state before resetting
10186                 mailcheck timer. Useful if some program
10187                 verifies connection state and updates
10188                 Claws.
10189                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10190
10191 2006-07-12 [paul]       2.3.1cvs80
10192
10193         * sylpheed-claws-128x128.png
10194         * sylpheed-claws-64x64.png
10195         * sylpheed-claws.png
10196         * src/Makefile.am
10197         * src/main.c
10198         * src/prefs_toolbar.c
10199         * src/stock_pixmap.c
10200         * src/stock_pixmap.h
10201         * src/wizard.c
10202         * src/gtk/about.c
10203         * src/gtk/gtkutils.c
10204         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10205         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10206         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10207         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10208         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10209         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10210                 updated and renamed logo/icon files and related
10211                 logo by Jesper Schultz
10212
10213 2006-07-11 [paul]       2.3.1cvs79
10214
10215         * src/main.c
10216                 fix the labels a smidgin
10217
10218 2006-07-09 [colin]      2.3.1cvs78
10219
10220         * src/textview.c
10221                 Show errors in textviewer's command
10222                 Patch by H. Merijn Brand
10223
10224 2006-07-09 [colin]      2.3.1cvs77
10225
10226         * src/compose.c
10227                 Save FMID in drafts too
10228
10229 2006-07-08 [colin]      2.3.1cvs76
10230
10231         * src/compose.c
10232                 Svae RMID in drafted mails too
10233                 Save quote_fmt vars for whole mails,
10234                 don't reset at each quote_fmt_init:
10235                 allows to use the same |i{var} in
10236                 various template fields
10237         * src/prefs_template.c
10238         * src/quote_fmt.h
10239         * src/quote_fmt_parse.y
10240                 Same
10241
10242 2006-07-08 [colin]      2.3.1cvs75
10243
10244         * src/textview.c
10245                 Fix highlighting of attached parts URIs
10246
10247 2006-07-08 [colin]      2.3.1cvs74
10248
10249         * src/main.c
10250                 Prevent bug #981 (sc 2.3.1 segfaults with 
10251                 gtk+ 2.10) from being reported again:
10252                 if Sylpheed-Claws has been compiled against
10253                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10254                 of if Sylpheed-Claws has been compiled against
10255                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10256                 error out.
10257
10258 2006-07-07 [colin]      2.3.1cvs73
10259
10260         * src/prefs_actions.c
10261                 Fix label
10262
10263 2006-07-07 [colin]      2.3.1cvs72
10264
10265         * src/prefs_actions.c
10266                 Fix compile on gtk < 2.8. argh :)
10267
10268 2006-07-07 [paul]       2.3.1cvs71
10269
10270         * src/common/defs.h
10271                 update DONATE_URI
10272
10273 2006-07-07 [colin]      2.3.1cvs70
10274
10275         * po/POTFILES.in
10276         * src/quote_fmt.c
10277         * src/quote_fmt_lex.l
10278         * src/quote_fmt_parse.y
10279                 Add |i{var}, a way to insert user-entered
10280                 text in a template
10281
10282 2006-07-07 [colin]
10283
10284         * 2.4.0-rc3 released
10285
10286 2006-07-07 [colin]      2.3.1cvs69
10287
10288         * src/folder.c
10289                 Don't consider inboxes of UNKNOWN folder 
10290                 classes to be useable as default inboxes
10291
10292 2006-07-07 [paul]       2.3.1cvs68
10293
10294         * src/textview.c
10295                 add missing #include <errno.h>
10296                 Thanks to René J. Blokland
10297
10298 2006-07-07 [paul]       2.3.1cvs67
10299
10300         * src/action.c
10301                 Return now Closes dialog
10302         * src/mimeview.c
10303         * src/mimeview.h
10304         * src/textview.c
10305                 add contextual menu to mime parts listed
10306                 in the textview
10307                 Thanks to Colin
10308         * src/common/utils.c
10309                 reversal: ' is a valid character in URLs
10310
10311 2006-07-06 [colin]      2.3.1cvs66
10312
10313         * src/remotefolder.h
10314                 Forgotten in previous commit
10315
10316 2006-07-06 [colin]      2.3.1cvs65
10317
10318         * src/folder.c
10319                 Set summary update flag whenever
10320                 totals changed
10321         * src/imap.c
10322         * src/prefs_account.c
10323         * src/common/utils.h
10324         * src/etpan/imap-thread.c
10325                 Fix warnings, thanks to Fabien and
10326                 Ricardo
10327
10328 2006-07-06 [wwp]        2.3.1cvs64
10329
10330         * src/gtk/gtkutils.c
10331                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10332
10333 2006-07-06 [wwp]        2.3.1cvs63
10334
10335         * src/account.c
10336         * src/addressbook.c
10337         * src/addressitem.h
10338         * src/folderview.c
10339         * src/mainwindow.c
10340         * src/manual.c
10341         * src/manual.h
10342         * src/message_search.c
10343         * src/prefs_actions.c
10344         * src/prefs_filtering.c
10345         * src/prefs_filtering.h
10346         * src/prefs_template.c
10347         * src/summary_search.c
10348         * src/summaryview.c
10349         * src/gtk/gtkutils.c
10350         * src/gtk/gtkutils.h
10351         * src/gtk/pluginwindow.c
10352                 add help buttons to some dialogs. Clicking such buttons opens a
10353                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10354
10355 2006-07-06 [paul]       2.3.1cvs62
10356
10357         * src/textview.c
10358                 fix attachments contextual menu
10359                 Thanks to Colin
10360
10361 2006-07-05 [colin]      2.3.1cvs61
10362
10363         * src/textview.c
10364         * src/compose.c
10365                 Handle sftp:// links
10366
10367 2006-07-05 [paul]       2.3.1cvs60
10368
10369         * src/gtk/filesel.c
10370                 grab save button by default
10371                 Thanks to Colin
10372
10373 2006-07-05 [wwp]        2.3.1cvs59
10374
10375         * manual/xml2pdf
10376                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10377
10378 2006-07-04 [colin]      2.3.1cvs58
10379
10380         * src/mimeview.c
10381         * src/textview.c
10382                 Use left click to select, middle click to open
10383                 on mimeparts links
10384         * src/common/utils.c
10385                 Fix segfault
10386
10387 2006-07-04 [colin]      2.3.1cvs57
10388
10389         * src/mainwindow.c
10390         * src/news.c
10391                 Warning fixes, thanks to Fabien
10392
10393 2006-07-04 [colin]      2.3.1cvs56
10394
10395         * src/mimeview.c
10396         * src/mimeview.h
10397         * src/textview.c
10398                 Allow parts to be selected via their text label
10399                 in textview
10400
10401 2006-07-04 [colin]      2.3.1cvs55
10402
10403         * src/folderview.c
10404                 Feedback when closing (for big folders)
10405         * src/prefs_actions.c
10406         * src/prefs_filtering.c
10407         * src/prefs_matcher.c
10408         * src/prefs_template.c
10409                 Fix default button when closing without
10410                 having saved
10411
10412 2006-07-04 [colin]      2.3.1cvs54
10413
10414         * src/news.c
10415                 Delete local file on deletion
10416
10417 2006-07-03 [colin]      2.3.1cvs53
10418
10419         * src/folderview.c
10420         * src/main.c
10421                 Don't freeze when rescanning after crash
10422
10423 2006-07-03 [wwp]        2.3.1cvs52
10424
10425         * src/compose.c
10426         * src/privacy.c
10427         * src/privacy.h
10428         * src/plugins/pgpinline/pgpinline.c
10429         * src/plugins/pgpmime/pgpmime.c
10430                 don't report an error when the user cancels the passphrase dialog.
10431
10432 2006-07-02 [colin]      2.3.1cvs51
10433
10434         * src/folderview.c
10435                 Open message when crossing folders with Space,
10436                 goto next unread and friends
10437
10438 2006-07-01 [colin]      2.3.1cvs50
10439
10440         * src/prefs_account.c
10441                 Typographic rules varying from language
10442                 to language (in french "Protocole :"),
10443                 we have to do that :)
10444
10445 2006-07-01 [ticho]      2.3.1cvs49
10446
10447         * src/prefs_account.c
10448                 Only use one temporary gchar* variable in
10449                 prefs_account_protocol_set_optmenu().
10450
10451 2006-07-01 [ticho]      2.3.1cvs48
10452
10453         * src/prefs_account.c
10454         * src/prefs_account.h
10455                 Use GtkLabel for existing account protocol name.
10456                 Created an array for protocol names and populate the
10457                 combobox from it in a for() cycle.
10458
10459 2006-06-30 [colin]      2.3.1cvs47
10460
10461         * src/compose.c
10462                 Block undo when changing signature (by changing
10463                 account)
10464
10465 2006-06-30 [paul]       2.3.1cvs46
10466
10467         * src/send_message.c
10468                 when editing From in the Compose window, use that address
10469                 in the Return-Path: header
10470                 Thanks to Colin
10471
10472 2006-06-30 [colin]      2.3.1cvs45
10473
10474         * src/compose.c
10475                 Fix signature replacement:
10476                 - when no newline before separator
10477                 - when reediting
10478
10479 2006-06-29 [colin]      2.3.1cvs44
10480
10481         * src/folderview.c
10482         * src/folderview.h
10483         * src/mainwindow.c
10484         * src/summaryview.c
10485                 Let 'View/Go to/Next marked' work like
10486                 Next new & Next unread: across folders
10487                 Change the select_on_entry pref to do
10488                 what we want when changing folder
10489         * src/common/utils.c
10490                 Fix single-quoted links 
10491
10492 2006-06-29 [colin]      2.3.1cvs43
10493
10494         * src/gtk/gtkaspell.c
10495                 "Sylpheed" and "Sylpheed-Claws" do exist !
10496
10497 2006-06-29 [colin]      2.3.1cvs42
10498
10499         * src/imap.c
10500                 Forgot to remove debug
10501
10502 2006-06-29 [colin]      2.3.1cvs41
10503
10504         * src/imap.c
10505         * src/imap.h
10506         * src/mainwindow.c
10507                 Disconnect from IMAP servers when going
10508                 offline. Fixes bug #978 (going to offline-mode 
10509                 won't close connections)
10510
10511 2006-06-29 [colin]      2.3.1cvs40
10512
10513         * src/main.c
10514                 Fix transient setting on failing plugins
10515                 Patch by Fabien
10516         * src/plugins/pgpcore/sgpgme.c
10517                 Only warn for OpenPGP. Most people don't
10518                 have CMS available.
10519
10520 2006-06-29 [colin]      2.3.1cvs39
10521
10522         * src/compose.c
10523                 Fix Spelling menu (discrepancy between context menu
10524                 and top menu when folder's dictionary isn't the 
10525                 default one)
10526         * src/plugins/pgpcore/sgpgme.c
10527                 More error reporting about why gpgme can fail
10528
10529 2006-06-29 [wwp]        2.3.1cvs38
10530
10531         * src/mainwindow.c
10532                 honor the display-header-pane setting even when the message view
10533                 is a separate window.
10534
10535 2006-06-29 [wwp]        2.3.1cvs37
10536
10537         * src/prefs_actions.c
10538                 forgot to commit that one (use of GTK_STOCK_INFO).
10539
10540 2006-06-29 [colin]      2.3.1cvs36
10541
10542         * src/imap.c
10543                 Better handling of login errors (ask the password
10544                 again once), alert in case of error. Fix three
10545                 signedness warnings.
10546
10547 2006-06-28 [wwp]        2.3.1cvs35
10548
10549         * src/prefs_template.c
10550         * src/prefs_matcher.c
10551         * src/prefs_filtering_action.c
10552         * src/prefs_quote.c
10553                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10554                 patch by Fabien Vantard, slightly modified.
10555
10556 2006-06-28 [paul]
10557
10558         2.4.0-rc2 released
10559
10560 2006-06-28 [colin]      2.3.1cvs34
10561
10562         * src/prefs_account.c
10563                 Fix bug #977 (Can't add or edit imap accounts)
10564
10565 2006-06-28 [colin]      2.3.1cvs33
10566
10567         * src/mimeview.c
10568                 Fix previous
10569
10570 2006-06-28 [colin]      2.3.1cvs32
10571
10572         * src/mimeview.c
10573                 Save named inlined attachments with "Save all"
10574         * src/main.c
10575         * src/mbox.c
10576         * src/common/plugin.c
10577         * src/common/plugin.h
10578         * src/common/sylpheed.c
10579         * src/common/utils.c
10580         * src/plugins/pgpcore/sylpheed.def
10581         * src/plugins/pgpinline/sylpheed.def
10582         * src/plugins/pgpmime/sylpheed.def
10583                 Win32 compatibility patch, by
10584                 Werner Koch
10585
10586 2006-06-28 [wwp]        2.3.1cvs31
10587
10588         * src/imap.c
10589         * src/prefs_folder_item.c
10590                 less compilation warnings (thanks to Fabien Vantard), less typos.
10591
10592 2006-06-28 [paul]       2.3.1cvs30
10593
10594         * src/gtk/gtkutils.c
10595                 gtk_combo_box_set_focus_on_click() is only
10596                 available since gtk 2.6.0
10597
10598 2006-06-28 [paul]       2.3.1cvs29
10599
10600         * src/prefs_ext_prog.c
10601                 fix engrish and add a tooltip for the
10602                 'command for 'Display as text' option
10603
10604 2006-06-28 [paul]
10605
10606         2.4.0-rc1 released
10607
10608 2006-06-28 [paul]       2.3.1cvs28
10609
10610         * ChangeLog
10611         * tools/Makefile.am
10612                 include textviewer.pl in releases
10613
10614 2006-06-28 [paul]       2.3.1cvs27
10615
10616         * src/prefs_ext_prog.c
10617                 hide Print command option if libgnomeprint
10618                 support is present
10619
10620 2006-06-27 [colin]      2.3.1cvs26
10621
10622         * src/compose.c
10623                 Fix Esc handling in insert/attach dialog
10624                 Don't show this dialog if dragging something
10625                 else than text/uri-list
10626                 Thanks to Fabien Vantard
10627         * tools/textviewer.pl
10628                 Filter script to display stuff as text
10629                 by H. Merijn Brand
10630
10631 2006-06-27 [wwp]        2.3.1cvs25
10632
10633         * src/messageview.c
10634                 use the exact product name (message view title), patch
10635                 by Fabien Vantard.
10636
10637 2006-06-27 [ticho]      2.3.1cvs24
10638
10639         * src/prefs_account.c
10640         * src/prefs_common.c
10641         * src/prefs_common.h
10642         * src/prefs_ext_prog.c
10643         * src/textview.c
10644                 Add a preference (Preferences/External programs)
10645                 to allow "Display as text" to be done via a script
10646                 (patch by H.Merijn Brand).
10647                 Use GtkComboBox for protocol selection in account
10648                 preferences.
10649                 Only include current choice for existing accounts, and
10650                 insensitivize the combobox.
10651
10652 2006-06-27 [paul]       2.3.1cvs23
10653
10654         * src/mbox.c
10655                 fix crasher introduced in cvs21.
10656                 Thanks to Colin
10657
10658 2006-06-26 [colin]      2.3.1cvs22
10659
10660         * src/mbox.c
10661                 Fix double-frees when leaving folders
10662                 after exporting to mbox
10663
10664 2006-06-26 [colin]      2.3.1cvs21
10665
10666         * src/mbox.c
10667                 More feedback (and optimisation)
10668                 on import/export
10669         * src/common/utils.c
10670                 Fix case when looking for mail addresses
10671         * src/gtk/gtkutils.c
10672                 Extra check for (X-)Face
10673
10674 2006-06-25 [ticho]      2.3.1cvs20
10675
10676         * src/compose.c
10677         * src/exphtmldlg.c
10678         * src/gtk/gtkutils.c
10679         * src/gtk/gtkutils.h
10680                 Added second argument to gtkut_sc_combobox_create() to
10681                 control focus-on-click for the widget.
10682                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
10683
10684 2006-06-25 [ticho]      2.3.1cvs19
10685
10686         * src/compose.c
10687         * src/gtk/Makefile.am
10688         * src/gtk/combobox.c
10689         * src/gtk/combobox.h
10690         * src/gtk/gtkutils.c
10691         * src/gtk/gtkutils.h
10692                 Use GtkComboBox instead of deprecated GtkOptionMenu
10693                 for account selector in compose window and for encoding
10694                 selector in attachment properties.
10695                 Also factorise working with the new GtkComboBox somewhat.
10696
10697 2006-06-24 [paul]       2.3.1cvs18
10698
10699         * src/prefs_common.c
10700                 use the correct default value
10701
10702 2006-06-24 [paul]       2.3.1cvs17
10703
10704         * src/compose.c
10705         * src/prefs_common.c
10706         * src/prefs_common.h
10707         * src/prefs_compose_writing.c
10708                 enable setting of default action when
10709                 dnd'ing files in the compose window.
10710                 (Collaborative effort with wwp)
10711
10712 2006-06-23 [wwp]        2.3.1cvs16
10713
10714         * src/compose.c
10715                 i18n fix (thanks to Fabien Vantard)
10716
10717 2006-06-22 [colin]      2.3.1cvs15
10718
10719         * src/prefs_customheader.c
10720                 Don't use filters in custom headers' file 
10721                 selector. Remember, extensions mean nothing :)
10722
10723 2006-06-22 [paul]       2.3.1cvs14
10724
10725         * configure.ac
10726                 allow setting of man directory location
10727
10728 2006-06-22 [colin]      2.3.1cvs13
10729
10730         * src/mainwindow.c
10731                 Add 'View/Go to/Next unread folder'.
10732                 I missed that :)
10733
10734 2006-06-22 [colin]      2.3.1cvs12
10735
10736         * src/common/utils.c
10737                 Add some subject prefixes
10738                 Patch by Bjorn T Johansen <btj@havleik.no>
10739
10740 2006-06-22 [colin]      2.3.1cvs11
10741
10742         * manual/advanced.xml
10743                 Forgotten hidden pref
10744
10745 2006-06-21 [paul]       2.3.1cvs10
10746
10747         * src/prefs_account.c
10748                 complete the removal of 'Add date header' option
10749
10750 2006-06-21 [paul]       2.3.1cvs9
10751
10752         * src/account.c
10753         * src/compose.c
10754         * src/prefs_account.c
10755         * src/prefs_account.h
10756                 remove option to add date header - always
10757                 add date header
10758         * src/etpan/imap-thread.c
10759                 fix warnings (Thanks to Colin)
10760
10761 2006-06-21 [wwp]        2.3.1cvs8
10762
10763         * src/folder.c
10764                 set the attachment flag when inline text part are (file)named. This is more convenient
10765                 when receiving (for instance) inline source files or patches sent using thunderbird.
10766
10767 2006-06-21 [paul]       2.3.1cvs7
10768
10769         * src/inc.c
10770                 fix off-by-one count of current msg in
10771                 statusbar filtering progressbar
10772
10773 2006-06-21 [paul]       2.3.1cvs6
10774
10775         * src/folder.c
10776                 Show attachment icon even if the part is 'inline'
10777                 if the following conditions are met:
10778                 - content-type != 'text/plain'
10779                 - content-type != '*/pgp-signature'
10780                 - either 'name' or 'filename' parameter is not NULL
10781                 
10782                 Thanks to Colin
10783
10784 2006-06-21 [paul]       2.3.1cvs5
10785
10786         * src/messageview.c
10787         * src/prefs_common.c
10788         * src/prefs_common.h
10789         * src/prefs_other.c
10790                 add an option to 'Never send Return
10791                 Receipts'
10792                 Thanks to Colin
10793
10794 2006-06-20 [mones]      2.3.1cvs4
10795
10796         * po/es.po
10797                 updated
10798         * src/compose.c
10799                 typo fixed (space after comma)
10800         * tools/make.themes.project
10801                 remove exec mode from tarball files
10802
10803 2006-06-20 [colin]      2.3.1cvs3
10804
10805         * src/news.c
10806         * src/procheader.c
10807         * src/unmime.c
10808                 Better fix for \n's in headers (don't 
10809                 break Received: and others)
10810
10811 2006-06-20 [paul]       2.3.1cvs2
10812
10813         * src/alertpanel.c
10814         * src/textview.c
10815                 improve legibility of phishing attempt
10816                 dialog
10817
10818 2006-06-20 [paul]       2.3.1cvs1
10819
10820         * NEWS
10821         * README
10822         * configure.ac
10823                 Update version number following
10824                 stable release
10825
10826 2006-06-20 [colin]      2.3.0cvs26
10827
10828         * src/compose.c
10829                 When dragging a file to the text of the compose
10830                 window, ask whether we want to insert or attach
10831                 (I know lots of people who do that to attach)
10832
10833 2006-06-20 [colin]      2.3.0cvs25
10834
10835         * src/etpan/imap-thread.c
10836                 Fix threshold (the append command is often > 32 bytes)
10837
10838 2006-06-19 [colin]      2.3.0cvs24
10839
10840         * src/imap.c
10841         * src/etpan/imap-thread.c
10842                 Workaround Rockliffe IMAP server bug: replace
10843                 "x UID SEARCH (ANSWERED UID 1:*)" with
10844                 "x UID SEARCH ANSWERED"
10845                 (Rockliffe doesn't handle the parenthesis)
10846
10847 2006-06-19 [colin]      2.3.0cvs23
10848
10849         * src/compose.c
10850         * src/imap.c
10851         * src/etpan/imap-thread.c
10852                 Probably fix bug #972 (Freezes when adding 
10853                 an attachment to the message)
10854         * src/common/defs.h
10855                 Modernize Firefox cmd
10856
10857
10858 2006-06-18 [colin]      2.3.0cvs22
10859
10860         * src/prefs_customheader.c
10861                 Only allow correct filenames for various
10862                 custom headers
10863
10864 2006-06-18 [colin]      2.3.0cvs21
10865
10866         * src/prefs_customheader.c
10867                 Add a 'From File...' button in custom headers prefs, which
10868                 try to do the right thing: 
10869                 for normal headers, use file as plaintext,
10870                 for X-Face, calls compface,
10871                 for Face, encode to b64.
10872
10873 2006-06-17 [colin]      2.3.0cvs20
10874
10875         * src/mh.c
10876                 Warning fix
10877
10878 2006-06-16 [colin]      2.3.0cvs19
10879
10880         * src/summaryview.c
10881                 Recursive quicksearch: show message list
10882                 in current folder, *then* search children
10883                 in the background.
10884
10885 2006-06-16 [colin]      2.3.0cvs18
10886
10887         * src/main.c
10888                 Instead of ignoring SIGPIPE, save caches
10889                 when getting one. Will fix the fact that
10890                 hot caches are out-of-date when logging 
10891                 out of Xorg.
10892         * src/compose.c
10893         * src/prefs_compose_writing.c
10894                 Only save text (not attachments) when 
10895                 auto-saving to drafts
10896         * src/unmime.c
10897                 Always replace \n, \r and \t with spaces
10898                 in headers
10899         * manual/dist/html/Makefile.am
10900         * manual/dist/pdf/Makefile.am
10901         * manual/dist/ps/Makefile.am
10902         * manual/dist/txt/Makefile.am
10903         * manual/fr/dist/html/Makefile.am
10904         * manual/fr/dist/pdf/Makefile.am
10905         * manual/fr/dist/ps/Makefile.am
10906         * manual/fr/dist/txt/Makefile.am
10907         * manual/pl/dist/html/Makefile.am
10908         * manual/pl/dist/pdf/Makefile.am
10909         * manual/pl/dist/ps/Makefile.am
10910         * manual/pl/dist/txt/Makefile.am
10911                 Fix make clean removing pregenerated manuals
10912
10913
10914 2006-06-16 [colin]      2.3.0cvs17
10915
10916         * src/plugins/pgpcore/sgpgme.c
10917         * src/plugins/pgpmime/pgpmime.c
10918         * src/plugins/pgpinline/pgpinline.c
10919                 Better error reporting in setup_signers.
10920                 Don't fallback to default key if specified
10921                 key isn't found.
10922                 Don't allow signing if more than one secret
10923                 key matches the one specified in prefs.
10924
10925 2006-06-15 [colin]      2.3.0cvs16
10926
10927         * src/folderview.c
10928                 Add "Send queue" in the folder's contextual
10929                 menu
10930         * src/compose.c
10931         * src/messageview.c
10932         * src/privacy.c
10933         * src/privacy.h
10934         * src/procmime.c
10935         * src/procmsg.c
10936         * src/plugins/pgpcore/passphrase.c
10937         * src/plugins/pgpcore/sgpgme.c
10938         * src/plugins/pgpinline/pgpinline.c
10939         * src/plugins/pgpmime/pgpmime.c
10940                 Better error reporting
10941         * src/mbox.c
10942                 Probably fix bug #971 (2.2.3 cannot read mail 
10943                 from local mbox)
10944
10945
10946 2006-06-15 [mones]      2.3.0cvs15
10947
10948         * tools/make.themes.project
10949                 creates the themes project from the web page
10950
10951 2006-06-15 [colin]      2.3.0cvs14
10952
10953         * src/folder.c
10954                 Better fix (avoid losing the folder if scan_tree 
10955                 fails)
10956
10957 2006-06-15 [cleroy]     2.3.0cvs13
10958
10959         * src/folder.c
10960                 Probably fix Bug #969 (crash on rebuilding 
10961                 imap folder)
10962
10963 2006-06-14 [colin]      2.3.0cvs12
10964
10965         * manual/dtd/manual.xsl
10966         * manual/sylpheed-claws-manual.xml
10967         * manual/fr/sylpheed-claws-manual.xml
10968         * manual/pl/sylpheed-claws-manual.xml
10969                 Insert pagebreaks between sections
10970
10971 2006-06-14 [paul]       2.3.0cvs11
10972
10973         * configure.ac
10974                 better fix than 2.3.0cvs10
10975
10976 2006-06-14 [paul]       2.3.0cvs10
10977
10978         * configure.ac
10979                 fix setting of PACKAGE_DATA_DIR with newer autoconf
10980                 (backwards compatible)
10981
10982 2006-06-13 [colin]      2.3.0cvs9
10983
10984         * src/messageview.c
10985                 Fix sending of return receipt with the new queue folders
10986
10987 2006-06-13 [wwp]        2.3.0cvs8
10988
10989         * src/quote_fmt_lex.l
10990                 fix wrong tokens returned in quote_fmt lexer, query not().
10991
10992 2006-06-13 [wwp]        2.3.0cvs7
10993
10994         * src/folder.c
10995         * src/prefs_folder_item.c
10996                 allow changing folder type even when folder is not a top-level one,
10997                 thanks to Colin.
10998
10999 2006-06-12 [colin]      2.3.0cvs6
11000
11001         * src/folderview.c
11002                 Fix double-ask of "Do you want to mark all
11003                 as read"
11004
11005 2006-06-12 [colin]      2.3.0cvs5
11006
11007         * src/compose.c
11008         * src/compose.h
11009         * src/folder.c
11010         * src/folder.h
11011         * src/imap.c
11012         * src/inc.c
11013         * src/main.c
11014         * src/messageview.c
11015         * src/mh.c
11016         * src/prefs_folder_item.c
11017         * src/procheader.c
11018         * src/procmime.c
11019         * src/procmsg.c
11020         * src/procmsg.h
11021         * src/send_message.c
11022         * src/summaryview.c
11023         * src/toolbar.c
11024                 Apply bug #964's patch (Queue and drafts aren't normal)
11025                 The Drafts and Queue folder now contain RFC-822 files,
11026                 allowing to move and copy mails from and to these 
11027                 folders. Moving from Drafts to Queue will prepare the
11028                 mail for sending (PGP signature, encryption, etc).
11029                 This patch also rework sending errors handling to try
11030                 to be more helpful.
11031                 Also, allow redefining folder types via the GUI 
11032                 (Folder type in its Properties)
11033
11034 2006-06-12 [colin]      2.3.0cvs4
11035
11036         * src/summaryview.c
11037         * src/prefs_common.c
11038         * src/prefs_common.h
11039         * src/gedit-print.c
11040                 Allow to define a specific print font - patch
11041                 by Bernhard Walle <bernhard.walle@gmx.de>
11042         * src/prefs_fonts.c
11043         * manual/advanced.xml
11044         * manual/fr/advanced.xml
11045                 Add a hidden pref to allow deletion without
11046                 confirmation
11047
11048 2006-06-12 [wwp]        2.3.0cvs3
11049
11050         * .cvsignore
11051                 more files to ignore.
11052
11053 2006-06-12 [wwp]        2.3.0cvs2
11054
11055         * src/quote_fmt.c
11056         * src/quote_fmt_lex.l
11057         * src/quote_fmt_parse.y
11058                 extend the quote_fmt parser (templates and quotes):
11059                 - allow limited sub-expressions in |p{} and |f{} expressions,
11060                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11061                 - implemented/fixed missing implementation of query_references and show_references,
11062                 - completed, fixed contents and format of the symbols help dialog,
11063                 - fix some compilation warnings.
11064
11065 2006-06-12 [wwp]        2.3.0cvs1
11066
11067         * manual/advanced.xml
11068         * manual/fr/advanced.xml
11069                 updates in the "templates" section of the manual (eng/fr):
11070                  - be more precise (both versions)
11071                  - completed to match the english reference (fr version)
11072                  - touchups (both versions)
11073
11074 2006-06-12 [paul]       2.3.0
11075
11076         2.3.0 released
11077
11078 2006-06-12 [paul]       2.2.3cvs14
11079
11080         * po/ca.po
11081         * po/cs.po
11082         * po/de.po
11083         * po/el.po
11084         * po/fr.po
11085         * po/it.po
11086         * po/pt_BR.po
11087         * po/sr.po
11088         * po/zh_CN.po
11089                 updated by Miquel Oliete, Tim, Stephan Sachse,
11090                 Stavros Giannouris, Fabien Vantard, Andrea
11091                 Spadaccini, Frederico Goncalves Guimaraes,
11092                 Aleksandar Urosevic, and Ralgh Young
11093
11094 2006-06-12 [colin]      2.2.3cvs13
11095
11096         * src/mbox.c
11097                 Add missing header
11098
11099 2006-06-11 [colin]      2.2.3cvs12
11100
11101         * src/msgcache.c
11102                 Verify that g_malloc() succeeded
11103
11104 2006-06-11 [colin]      2.2.3cvs11
11105
11106         * src/wizard.c
11107                 Add Face header to welcome mail
11108
11109 2006-06-10 [colin]      2.2.3cvs10
11110
11111         * src/textview.c
11112                 Revert previous (Forgot it changes the
11113                 margin on the whole mail)
11114
11115 2006-06-10 [colin]      2.2.3cvs9
11116
11117         * src/textview.c
11118                 Don't overlap long headers under (X-)Face
11119
11120 2006-06-10 [mones]      2.2.3cvs8
11121
11122         * manual/xml2pdf
11123                 allow generation of manual on systems lacking saxon binary
11124                 but with java and the saxon library installed
11125
11126         * po/es.po
11127                 updated for release
11128
11129 2006-06-09 [colin]      2.2.3cvs7
11130
11131         * src/summaryview.c
11132                 Fix leak when using Display Sender using Addressbook
11133
11134 2006-06-09 [colin]      2.2.3cvs6
11135
11136         * src/compose.c
11137         * src/folder.c
11138         * src/folderview.c
11139         * src/mimeview.c
11140         * src/summaryview.c
11141                 More leaks fixes
11142
11143 2006-06-09 [paul]       2.2.3cvs5
11144
11145         * AUTHORS
11146         * src/gtk/authors.h
11147         * tools/claws.i18n.status.pl
11148                 updated with new info
11149
11150 2006-06-09 [paul]       2.2.3cvs4
11151
11152         * README
11153                 updated
11154         * manual/ack.xml
11155                 add wwp to authors list
11156         * src/gtk/authors.h
11157                 update mine and Colin's addresses
11158
11159 2006-06-08 [colin]      2.2.3cvs3
11160
11161         * src/etpan/imap-thread.c
11162                 Fix leak on SSL cert check
11163
11164 2006-06-08 [colin]      2.2.3cvs2
11165
11166         * src/common/utils.c
11167                 Fix leak
11168
11169 2006-06-08 [paul]       2.2.3cvs1
11170
11171         * configure.ac
11172                 Update version number following
11173                 stable release
11174
11175 2006-06-07 [colin]      2.2.2cvs3
11176
11177         * src/msgcache.c
11178                 Fix catching cache read errors (guint instead of gint)
11179                 Prevent malloc'ing more than 8MB (means cache corruption)
11180
11181 2006-06-07 [paul]       2.2.2cvs2
11182
11183         * src/exporthtml.c
11184         * src/exportldif.c
11185         * src/mh.c
11186         * src/mutt.c
11187         * src/pine.c
11188         * src/common/utils.c
11189                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11190                 obey $HOME'
11191                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11192                 Thanks to Colin
11193
11194 2006-06-06 [paul]       2.2.2cvs1
11195
11196         * configure.ac
11197                 Update version number following
11198                 stable release
11199
11200 2006-06-06 [paul]       2.2.1cvs6
11201
11202         * src/matcher.c
11203                 fix  implicit declaration of
11204                 sylpheed_do_idle()
11205                 Patch by Fabien Vantard
11206
11207 2006-06-06 [paul]       2.2.1cvs5
11208
11209         * src/matcher.c
11210                 fix age_greater and age_lower so that they
11211                 mean what say and not '...or equal to'
11212                 Thanks to Colin
11213
11214 2006-06-06 [paul]       2.2.1cvs4
11215
11216         * src/textview.c
11217         * src/common/utils.c
11218                 fix URI check
11219                 Thanks to Colin
11220
11221 2006-06-05 [wwp]        2.2.1cvs3
11222
11223         * manual/fr/account.xml
11224                 minor language fixes (thanks to Fabien Vantard).
11225
11226 2006-06-05 [colin]      2.2.1cvs2
11227
11228         * src/prefs_folder_item.c
11229         * src/folderview.c
11230                 Allow recursive setting of properties 
11231                 for whole mailboxes
11232         * src/matcher.c
11233                 Don't freeze on 'test' filtering rule
11234
11235 2006-06-05 [colin]      2.2.1cvs1
11236
11237         * configure.ac
11238                 Update version number following
11239                 stable release
11240
11241 2006-06-04 [wwp]        2.2.0cvs82
11242
11243         * manual/glossary.xml
11244         * manual/account.xml
11245         * manual/fr/glossary.xml
11246         * manual/fr/account.xml
11247                 added glossary section and references/links related to the Face custom header.
11248
11249 2006-06-04 [colin]      2.2.0cvs81
11250
11251         * src/summaryview.c
11252                 Skip to next message on move with no
11253                 immediate execution
11254
11255 2006-06-04 [wwp]        2.2.0cvs80
11256
11257         * manual/xml2pdf
11258                 added sanity checks, exit when needed.
11259
11260 2006-06-03 [paul]       2.2.0cvs79
11261
11262         * src/prefs_receive.c
11263                 page name is now 'Receiving'
11264         * src/prefs_send.c
11265                 page name is now 'Sending'
11266
11267 2006-06-03 [colin]      2.2.0cvs78
11268
11269         * src/plugins/spamassassin/spamassassin_gtk.c
11270                 Autoswitch to Localhost if transport was previously
11271                 disabled. Else people had to check [] Enable, then
11272                 *reselect* transport.
11273
11274 2006-06-03 [colin]      2.2.0cvs77
11275
11276         * src/plugins/pgpinline/pgpinline.c
11277         * src/plugins/pgpmime/pgpmime.c
11278                 Check that gpg_data_release_and_get_mem 
11279                 didn't fail (now, why this happens...)
11280
11281 2006-06-03 [colin]      2.2.0cvs76
11282
11283         * src/mbox.c
11284                 Fix bug #962 (Manual and/or UI should 
11285                 warn about incompatible locking 
11286                 causing dataloss)
11287
11288 2006-06-02 [cleroy]     2.2.0cvs75
11289
11290         * src/filtering.c
11291         * src/folder.c
11292         * src/procmsg.c
11293         * src/summaryview.c
11294                 Fix a few leaks
11295
11296 2006-06-02 [colin]      2.2.0cvs74
11297
11298         * src/main.c
11299                 On exit, free caches after writing them
11300                 Shuts up some valgrind false positives
11301         * src/procmsg.c
11302         * src/send_message.c
11303                 Fix races when reusing existing SMTP connections
11304                 Fix inexistant session timeout
11305         * src/toolbar.c
11306                 Display alertpanel after all queues have
11307                 been processed, not after each
11308
11309 2006-06-02 [wwp]        2.2.0cvs73
11310
11311         * manual/fr/glossary.xml
11312         * manual/fr/ack.xml
11313         * manual/ack.xml
11314                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11315
11316 2006-06-02 [wwp]        2.2.0cvs72
11317
11318         * manual/xml2pdf
11319         * manual/dist/pdf/Makefile.am
11320         * manual/dtd/manual.xsl
11321         * manual/fr/dist/pdf/Makefile.am
11322         * manual/pl/dist/pdf/Makefile.am
11323                 we changed the procedure to generate the .pdf version of the manual.
11324                 The procedure is more modern and the .pdf we get now has a valid index.
11325                 Here are the new pre-requisites:
11326
11327                 - JRE 1.x (1.4 here): there must be one from your distro
11328                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11329                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11330                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11331
11332                 See my posts for further info about the installation of this toolchain:
11333
11334                 Date: Fri, 19 May 2006 19:40:06 +0200
11335                 From: wwp <subscript@free.fr>
11336                 To: sylpheed-claws-devel@lists.sourceforge.net
11337                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11338
11339                 and
11340
11341                 Date: Wed, 24 May 2006 12:58:49 +0200
11342                 From: wwp <subscript@free.fr>
11343                 To: sylpheed-claws-devel@lists.sourceforge.net
11344                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11345
11346 2006-06-01 [colin]      2.2.0cvs71
11347
11348         * src/compose.c
11349                 Better guards against IMAP races
11350         * src/main.c
11351         * src/prefs_common.c
11352         * src/prefs_common.h
11353         * src/common/ssl_certificate.c
11354         * src/etpan/imap-thread.c
11355         * src/etpan/imap-thread.h
11356         * src/gtk/sslcertwindow.c
11357                 New hidden option ssl_skip_cert_check to 
11358                 avoid dups of bug #959 (libetpan linked
11359                 against gnutls and gnutls buggy on 64bit)
11360                 Present expired warning only once per
11361                 session/server.
11362         * manual/advanced.xml
11363         * manual/fr/advanced.xml
11364                 Document new option
11365
11366 2006-06-01 [wwp]        2.2.0cvs70
11367
11368         * src/messageview.c
11369                 fix for bug #961 (return receipt dialog 
11370                 complains incorrectly about return-path 
11371                 email adress being different), thanks 
11372                 to Colin.
11373
11374 2006-05-31 [cleroy]     2.2.0cvs69
11375
11376         * src/common/ssl.c
11377                 Guard against NULLs, although this
11378                 should never be an issue
11379
11380 2006-05-31 [colin]      2.2.0cvs68
11381
11382         * src/filtering.c
11383                 Use g_slist_prepend
11384         * src/imap.c
11385                 Don't remove caches when destroying folder, it
11386                 could (should) be done at exit
11387         * src/inc.c
11388                 free processing cache after incorporation
11389         * src/etpan/imap-thread.c
11390                 Maybe fix bug #959 (Crash on moving to emails 
11391                 to a imap account per ssl with a expired 
11392                 certificate.)
11393
11394 2006-05-30 [colin]      2.2.0cvs67
11395
11396         * src/summaryview.c
11397                 Put back event flush when displaying message
11398                 It avoids reading a bunch of messages just
11399                 by hitting shift-n for too long ;)
11400
11401 2006-05-29 [colin]      2.2.0cvs66
11402
11403         * src/summaryview.c
11404                 Remove useless g_warnings
11405
11406 2006-05-29 [colin]      2.2.0cvs65
11407
11408         * src/imap.c
11409                 Fix g_slist_append()s for performance
11410
11411 2006-05-29 [colin]      2.2.0cvs64
11412
11413         * src/compose.c
11414         * src/common/utils.c
11415                 Fix extraneous tab at start of addresses
11416         * src/mainwindow.c
11417                 Fix warnings (thanks to Fabien)
11418                 Fix crash at exit when composing messages 
11419                 exist
11420         * src/pop.c
11421                 Fix progress bar when deleting expired mails
11422                 Thanks to Hiro
11423         * src/summaryview.c
11424         * src/gtk/gtksctree.c
11425                 Fix re-sorting slowness
11426
11427 2006-05-29 [paul]       2.2.0cvs63
11428
11429         * src/mh.c
11430                 fetch full message when moving mails
11431                 from another mailbox, (fixed data loss
11432                 when filtering from IMAP to MH, introduced
11433                 in 2.2.0cvs57).
11434                 Thanks to Colin
11435
11436 2006-05-29 [mones]      2.2.0cvs62
11437
11438         * src/gtk/gtksctree.c
11439                 Unselect faster (patch by Colin)        
11440
11441 2006-05-26 [colin]      2.2.0cvs61
11442
11443         * src/summaryview.c
11444                 Unplug MSGINFO_UPDATE callback on delete too.
11445
11446 2006-05-26 [colin]      2.2.0cvs60
11447
11448         * src/foldersel.c
11449                 Fix bold in folder selection window with glib2.10
11450                 thanks Hiro
11451
11452 2006-05-26 [colin]      2.2.0cvs59
11453
11454         * src/procheader.c
11455                 Convert date only if necessary (and don't
11456                 try to convert from utf8 to utf8, too)
11457         * src/summaryview.c
11458                 Only set column's text if the column's 
11459                 displayed
11460
11461 2006-05-26 [colin]      2.2.0cvs58
11462
11463         * src/summaryview.c
11464         * src/gtk/gtkutils.c
11465                 Fix useless warning
11466
11467 2006-05-26 [colin]      2.2.0cvs57
11468
11469         * src/mainwindow.c
11470                 Make summaryview selectable as long as 
11471                 no message has focus
11472         * src/mh.c
11473                 Faster deletion (by implementing mh_remove_msgs)
11474                 Faster copy (avoid using mh_fetch_msg just to get
11475                 the filename)
11476                 Faster move (using move_file instead of copy_file
11477                 if MSG_IS_MOVE)
11478                 No progressbar if total number of mails to cp/mv 
11479                 is less than 100
11480         * src/summaryview.c
11481                 Fix removal from subject_table when mail gets moved
11482                 Faster deletion (g_slist_prepend instead of append)
11483         * src/gtk/gtksctree.c
11484                 Remove useless code
11485
11486 2006-05-25 [colin]      2.2.0cvs56
11487
11488         * src/common/ssl_certificate.c
11489                 Fix leak in expired cert check
11490
11491 2006-05-25 [colin]      2.2.0cvs55
11492
11493         * src/mh.c
11494                 Disable flags syncing on .mh_sequences - it
11495                 is buggy and marks mails read under unknown
11496                 conditions.
11497
11498 2006-05-25 [paul]
11499
11500         * 2.3.0-rc4 released
11501
11502 2006-05-24 [colin]      2.2.0cvs54
11503
11504         attention cvs users: if you manage to crash
11505         Sylpheed-Claws while moving, copying or deleting
11506         mails, we *are* interested in stack traces and
11507         valgrind logs. It looks stable, but one never
11508         knows...
11509
11510         * src/folder.c
11511                 Add progressbar for cache updates
11512         * src/folderutils.c
11513                 Optimize Mark all read in the current
11514                 folder
11515         * src/mh.c
11516                 Add progressbar for copy/move
11517         * src/procmsg.c
11518                 Optimize O(n^2) in copy/move
11519         * src/summaryview.c
11520         * src/gtk/gtksctree.c
11521                 Optimize O(n^2) algos
11522         * src/common/timing.h
11523                 Display ms instead of us
11524
11525 2006-05-24 [wwp]        2.2.0cvs53
11526
11527         * manual/fr/advanced.xml
11528                 updates to the French manual.
11529
11530 2006-05-24 [wwp]        2.2.0cvs52
11531
11532         * src/common/utils.c
11533                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11534
11535 2006-05-24 [wwp]        2.2.0cvs51
11536
11537         * src/folderutils.c
11538                 fixed "mark all read" in MH folders (thanks to Colin).
11539
11540 2006-05-24 [paul]       2.2.0cvs50
11541
11542         * doc/man/sylpheed-claws.1
11543                 updated the man page
11544
11545 2006-05-23 [colin]      2.2.0cvs49
11546
11547         * src/folderview.c
11548         * src/imap.c
11549         * src/inc.c
11550         * src/mbox.c
11551         * src/messageview.c
11552         * src/news.c
11553         * src/send_message.c
11554         * src/summaryview.c
11555         * src/gtk/sslcertwindow.c
11556                 alertpanel fixes, by Fabien
11557
11558 2006-05-23 [colin]      2.2.0cvs48
11559
11560         * src/folder.c
11561         * src/folderview.c
11562         * src/msgcache.c
11563         * src/summaryview.c
11564         * src/gtk/gtksctree.c
11565         * src/gtk/gtksctree.h
11566                 More timings
11567                 Fix slow loading problem, which was caused by the
11568                 use of some gtk_ctree funcs and their use of
11569                 g_list_position while gtk_ctree_(un)link'ing.
11570                 Reap more functions from gtkctree.c to be sure we
11571                 use our (fast) version instead of theirs.
11572         * src/mh.c
11573                 Fix copy of unread mails
11574
11575
11576 2006-05-22 [wwp]        2.2.0cvs47
11577
11578         * manual/fr/advanced.xml
11579                 updated.
11580
11581 2006-05-22 [colin]      2.2.0cvs46
11582
11583         * src/filtering.c
11584                 Fix possible infinite loop. 'copy' is not a 
11585                 final action, so when encountering a 'copy',
11586                 we have to check if a previous one was set
11587                 and do it. In the same way, if we encounter
11588                 a 'move' we have to perform a possibly 
11589                 pending 'copy'. This will slow down filtering
11590                 on IMAP if move+copy or multiple copy actions
11591                 are to be done, but handling it via the batch
11592                 would be really too convoluted.
11593
11594 2006-05-22 [wwp]        2.2.0cvs45
11595
11596         * manual/fr/advanced.xml
11597         * manual/fr/faq.xml
11598         * manual/fr/glossary.xml
11599         * manual/fr/handling.xml
11600         * manual/fr/intro.xml
11601         * manual/fr/plugins.xml
11602         * manual/fr/sylpheed-claws-manual.xml
11603                 sync w/ the english manual: updates URIs, documented mailing-list
11604                 support, better explanation about the enabled/disabled feature
11605                 in filtering/processing rules by Paul.
11606
11607 2006-05-21 [colin]      2.2.0cvs44
11608
11609         * src/summaryview.c
11610                 Don't expand after building threads, but during
11611
11612 2006-05-21 [colin]      2.2.0cvs43
11613
11614         * src/procmsg.c
11615         * src/summaryview.c
11616                 More timing possibilities... For next time I have 
11617                 to find out how the hell some 3GHz computer takes
11618                 one minute to open a 30k folder...
11619
11620 2006-05-21 [colin]      2.2.0cvs42
11621
11622         * manual/pl/advanced.xml
11623         * manual/pl/faq.xml
11624         * manual/pl/glossary.xml
11625         * manual/pl/handling.xml
11626         * manual/pl/intro.xml
11627         * manual/pl/plugins.xml
11628         * manual/pl/sylpheed-claws-manual.xml
11629                 Polish manual updated by Pawel
11630
11631 2006-05-20 [colin]
11632
11633         * 2.3.0-rc3 released
11634
11635 2006-05-20 [colin]      2.2.0cvs41
11636
11637         * src/imap.c
11638                 Fix -rc2 problems:
11639                 - remove cache of moved messages from original folder
11640                 - apply new flags to messages even if they aren't appliable
11641                   via IMAP.
11642
11643 2006-05-20 [colin]
11644
11645         * 2.3.0-rc2 released
11646
11647 2006-05-19 [colin]      2.2.0cvs40
11648
11649         * src/imap.c
11650                 Don't issue SELECT in imap_change_flags
11651                 before having checked that we indeed have
11652                 some flags to change. MSG_POSTFILTERED for
11653                 example can't be used on IMAP.
11654                 Fixes bug #955 (copying messages between 
11655                 imap folders is extremely slow), which was
11656                 a regression.
11657
11658 2006-05-19 [colin]      2.2.0cvs39
11659
11660         * src/folder.c
11661         * src/folder.h
11662         * src/folderview.c
11663                 Try to fix bug #830 (Some unread messages 
11664                 get marked read in IMAP inbox):
11665                 - Prevent scanning a folder if it's being 
11666                   opened via the GUI
11667                 - Postpone opening via the GUI of a folder
11668                   currently scanned.
11669
11670
11671 2006-05-19 [wwp]        2.2.0cvs38
11672
11673         * manual/advanced.xml
11674                 fix English+typo (thanks to Paul).
11675
11676 2006-05-19 [wwp]        2.2.0cvs37
11677
11678         * manual/advanced.xml
11679         * manual/fr/advanced.xml
11680         * src/gtk/logwindow.c
11681         * src/prefs_common.c
11682         * src/prefs_common.h
11683                 added hidden prefs to allow customization of colors used in
11684                 protocol log window (useful for dark gtk+ themes).
11685
11686 2006-05-19 [wwp]        2.2.0cvs36
11687
11688         * ChangeLog
11689                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
11690
11691 2006-05-19 [paul]       2.2.0cvs35
11692
11693         * src/textview.c
11694                 make Reply-To fully clickable
11695         * src/gtk/logwindow.c
11696                 more colouring (SMTP ESMTP)
11697         Both patches by Pawel Pekala
11698
11699 2006-05-19 [cleroy]     2.2.0cvs34
11700
11701         * src/mh.c
11702                 Don't update flags from current folder
11703                 Probably fixes bug #935 (Read Messages 
11704                 Revert to Being Marked as Unread)
11705
11706 2006-05-18 [colin]      2.2.0cvs33
11707
11708         * src/imap.c
11709                 Warning fix
11710         * src/compose.c
11711         * src/mainwindow.c
11712         * src/summaryview.c
11713         * src/toolbar.c
11714                 Allow replying to multiple emails
11715                 in multiple windows
11716         * src/mimeview.c
11717         * src/etpan/imap-thread.c
11718                 Leak fixes
11719
11720 2006-05-18 [paul]       2.2.0cvs32
11721
11722         * src/summaryview.c
11723                 keep Mailing-List menu refreshed
11724                 Thanks to Colin
11725
11726 2006-05-18 [paul]       2.2.0cvs31
11727
11728         * manual/advanced.xml
11729         * manual/faq.xml
11730         * manual/glossary.xml
11731         * manual/handling.xml
11732         * manual/intro.xml
11733         * manual/plugins.xml
11734         * manual/sylpheed-claws-manual.xml
11735                 update URLs
11736                 add info about mailing-list support
11737                 edit filtering info
11738         * src/wizard.c
11739         * src/common/defs.h
11740         * src/gtk/about.c
11741         * src/plugins/dillo_viewer/README
11742                 update URLs
11743
11744 2006-05-17 [wwp]        2.2.0cvs30
11745
11746         * manual/handling.xml
11747         * manual/fr/handling.xml
11748                 documented the ability to enabled/disable filtering/processing rules.
11749
11750 2006-05-17 [colin]      2.2.0cvs29
11751
11752         * src/main.c
11753                 Don't initialize g_thread subsystem if it's 
11754                 already done (thanks to Hiro)
11755         * src/mimeview.c
11756                 Fix saving of parts when there name can't be
11757                 converted from UTF-8.
11758
11759 2006-05-17 [paul]       2.2.0cvs28
11760
11761         * po/Makefile.in.in
11762                 fix config.status warning with autoconf 2.60
11763
11764 2006-05-17 [paul]       2.2.0cvs27
11765
11766         * po/POTFILES.in
11767                 add src/mbox.c
11768
11769 2006-05-17 [wwp]        2.2.0cvs26
11770
11771         * src/mainwindow.c
11772                 fix useless and potentially dangerous buffer walking (thanks to Colin).
11773
11774 2006-05-17 [wwp]        2.2.0cvs25
11775
11776         * src/plugins/demo/demo.c
11777                 updated product name in plugin demo (many plugins need to be
11778                 sync'ed w/ that change).
11779
11780 2006-05-17 [colin]      2.2.0cvs24
11781
11782         * src/mh.c
11783                 Fix leak
11784
11785 2006-05-16 [colin]      2.2.0cvs23
11786
11787         * src/mainwindow.c
11788                 Stupid me hit again. Fix cvs22.
11789
11790 2006-05-16 [colin]      2.2.0cvs22
11791
11792         * src/mainwindow.c
11793                 Fix bug #922 (sylpheed-claws crashed after 
11794                 pushing on Inbox folder)
11795
11796 2006-05-16 [colin]      2.2.0cvs21
11797
11798         * src/compose.c
11799                 Make From header be copy/paste/select-able
11800
11801 2006-05-16 [wwp]        2.2.0cvs20
11802
11803         * src/export.c
11804         * src/matcher.c
11805         * src/summaryview.c
11806         * src/etpan/imap-thread.c
11807                 fix some compiler warnings (thanks to Colin).
11808
11809 2006-05-16 [wwp]        2.2.0cvs19
11810
11811         * src/action.c
11812         * src/gedit-print.c
11813         * src/inc.c
11814         * src/mainwindow.c
11815         * src/mh.c
11816         * src/statusbar.c
11817         * src/send_message.c
11818         * src/summaryview.c
11819                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
11820
11821 2006-05-15 [colin]      2.2.0cvs18
11822
11823         * src/procmsg.c
11824                 Fix automatic rule creation with List-Post
11825
11826 2006-05-15 [paul]       2.2.0cvs17
11827
11828         * tools/filter_conv_new.pl
11829                 updated for rule enabling/disabling
11830                 claws version >= 2.3.x required
11831
11832 2006-05-15 [cleroy]     2.2.0cvs16
11833
11834         * src/main.c
11835                 Revert test
11836
11837 2006-05-15 [cleroy]     2.2.0cvs15
11838
11839         * src/main.c
11840                 test
11841
11842 2006-05-15 [wwp]        2.2.0cvs14
11843
11844         * manual/pl/.cvsignore
11845                 ignore generated files.
11846
11847 2006-05-14 [wwp]        2.3.0-rc1
11848
11849         * 2.3.0-rc1 released
11850
11851 2006-05-13 [wwp]        2.2.0cvs13
11852
11853         * src/filtering.c
11854         * src/filtering.h
11855         * src/matcher.c
11856         * src/matcher_parser_lex.l
11857         * src/matcher_parser_parse.y
11858         * src/prefs_filtering.c
11859                 new feature: provide the ability to disable filtering and processing
11860                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
11861                 adaptations.
11862
11863 2006-05-13 [colin]      2.2.0cvs12
11864
11865         * src/compose.c
11866                 Remove useless if (a) b; else b;
11867                 Thanks to wwp
11868
11869 2006-05-13 [wwp]        2.2.0cvs11
11870
11871         * src/export.c
11872         * src/import.c
11873         * src/mainwindow.c
11874         * src/mbox.c
11875         * src/summaryview.c
11876         * src/summaryview.h
11877                 no more silent failures (or at least less ones) when importing
11878                 or exporting from/to mbox. Also start importing/exporting if
11879                 the necessary info is set.
11880
11881 2006-05-13 [wwp]        2.2.0cvs10
11882
11883         * RELEASE_NOTES
11884                 restored up-to-date release notes.
11885
11886 2006-05-13 [paul]       2.2.0cvs9
11887
11888         * po/nl.po
11889         * po/ru.po
11890                 updated by Tim Dijkstra and Pavlo Bohmat
11891
11892 2006-05-12 [colin]      2.2.0cvs8
11893
11894         * src/gtk/quicksearch.c
11895                 Add "k" as shortcut for "colorlabel". Patch
11896                 by ath42@users.sf.net.
11897
11898 2006-05-12 [paul]       2.2.0cvs7
11899
11900         * src/prefs_common.h
11901         * src/prefs_summaries.c
11902         * src/summaryview.c
11903                 when entering a folder also allow
11904                 going directly to first Marked message
11905
11906 2006-05-12 [paul]       2.2.0cvs6
11907
11908         * src/summaryview.c
11909                 always obey 'confirm before marking all
11910                 mails read' option
11911
11912 2006-05-12 [paul]       2.2.0cvs5
11913
11914         * src/textview.c
11915                 make Sender fully clickable
11916
11917 2006-05-12 [colin]      2.2.0cvs4
11918
11919         * src/compose.c
11920         * src/compose.h
11921                 Let From be editable
11922         * src/main.c
11923         * src/mh.c
11924                 Full support of .mh_sequences' Unseen seq
11925
11926 2006-05-12 [colin]      2.2.0cvs3
11927
11928         * src/folder.c
11929         * src/mainwindow.c
11930         * src/mainwindow.h
11931         * src/messageview.c
11932         * src/prefs_spelling.c
11933         * src/procheader.c
11934         * src/procmsg.c
11935         * src/procmsg.h
11936         * src/summaryview.c
11937         * src/toolbar.c
11938         * src/toolbar.h
11939                 Add contextual menu on Compose toolbar
11940                 button. Fixes bug #944 (Automatic
11941                 addresses not applied when changing account
11942                 from compose window)
11943                 add Mailing List support
11944                 based on the old 0.6.5claws25 patch by
11945                 Melvin Hadasht, with finishing touches
11946                 by Colin
11947                 Fix "ignore thread" when mails are threaded by
11948                 subject (and weren't ignored although appearing
11949                 in the thread).
11950                 GUI rework.
11951                 Both patches by Pawel.
11952
11953 2006-05-08 [paul]       2.2.0cvs2
11954
11955         * src/mainwindow.c
11956         * src/mainwindow.h
11957         * src/messageview.c
11958         * src/procheader.c
11959         * src/procmsg.c
11960         * src/procmsg.h
11961         * src/summaryview.c
11962                 add Mailing List support
11963                 based on the old 0.6.5claws25 patch by 
11964                 Melvin Hadasht, with finishing touches
11965                 by Colin
11966
11967 2006-05-08 [colin]      2.2.0cvs1
11968
11969         * src/mainwindow.c
11970         * src/toolbar.c
11971         * src/toolbar.h
11972                 Add contextual menu on Compose toolbar 
11973                 button. Fixes bug #944 (Automatic 
11974                 addresses not applied when changing account 
11975                 from compose window)
11976
11977 2006-05-08 [paul]       2.2.0
11978
11979         2.2.0 released
11980
11981 2006-05-08 [paul]       2.1.1cvs51
11982
11983         * po/cs.po
11984         * po/de.po
11985         * po/en_GB.po
11986         * po/fi.po
11987         * po/fr.po
11988         * po/pt_BR.po
11989         * po/sr.po
11990         * po/zh_CN.po
11991                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
11992                 Fabien Vantard, Frederico Goncalves Guimaraes,
11993                 Aleksandar Urosevic, and Ralgh Young
11994
11995 2006-05-12 [colin]      2.1.1cvs50
11996
11997         * po/cs.po
11998         * po/de.po
11999         * po/en_GB.po
12000         * po/es.po
12001         * po/fi.po
12002         * po/fr.po
12003         * po/pt_BR.po
12004         * po/sr.po
12005         * po/zh_CN.po
12006                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12007                 Fabien Vantard, Frederico Goncalves Guimaraes,
12008                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12009
12010 2006-05-05 [colin]      2.1.1cvs49
12011
12012         * manual/Makefile.am
12013         * manual/pl/Makefile.am
12014         * manual/pl/account.xml
12015         * manual/pl/ack.xml
12016         * manual/pl/addrbook.xml
12017         * manual/pl/advanced.xml
12018         * manual/pl/faq.xml
12019         * manual/pl/glossary.xml
12020         * manual/pl/gpl.xml
12021         * manual/pl/handling.xml
12022         * manual/pl/intro.xml
12023         * manual/pl/keyboard.xml
12024         * manual/pl/plugins.xml
12025         * manual/pl/starting.xml
12026         * manual/pl/sylpheed-claws-manual.xml
12027         * manual/pl/dist/.cvsignore
12028         * manual/pl/dist/Makefile.am
12029         * manual/pl/dist/html/.cvsignore
12030         * manual/pl/dist/html/Makefile.am
12031         * manual/pl/dist/pdf/.cvsignore
12032         * manual/pl/dist/pdf/Makefile.am
12033         * manual/pl/dist/ps/.cvsignore
12034         * manual/pl/dist/ps/Makefile.am
12035         * manual/pl/dist/txt/.cvsignore
12036         * manual/pl/dist/txt/Makefile.am
12037                 Add the polish translation of the manual,
12038                 Authored by Pawel Pekala.
12039
12040 2006-05-05 [cleroy]     2.1.1cvs48
12041
12042         * src/main.c
12043                 Re-read matcherrc after loading plugins 
12044                 if some of them add folders.
12045
12046 2006-05-03 [colin]      2.1.1cvs47
12047
12048         * src/imap.c
12049                 I'm idiot
12050
12051 2006-05-03 [colin]      2.1.1cvs46
12052
12053         * src/imap.c
12054                 Be sure to have a session when
12055                 getting separator
12056
12057 2006-05-03 [colin]      2.1.1cvs45
12058
12059         * src/imap.c
12060         * src/imap.h
12061         * src/imap_gtk.c
12062                 Fix preventing renaming with namespace 
12063                 separator.
12064
12065 2006-05-01 [colin]      2.1.1cvs44
12066
12067         * src/action.c
12068                 Don't reload messageview when result of
12069                 action is piped.
12070
12071 2006-04-29 [colin]      2.1.1cvs43
12072
12073         * src/prefs_receive.c
12074         * src/plugins/spamassassin/spamassassin_gtk.c
12075         * src/plugins/clamav/clamav_plugin_gtk.c
12076                 GUI fixes by Pawel
12077
12078 2006-04-29 [colin]      2.1.1cvs42
12079
12080         * src/prefs_compose_writing.c
12081         * src/prefs_quote.c
12082                 Cleanups. Patch by Pawel
12083
12084 2006-04-28 [paul]       2.1.1cvs41
12085
12086         * src/matcher.c
12087                 fix returned quick search results when search
12088                 term contains an underscore.
12089                 Thanks to Colin
12090
12091 2006-04-28 [paul]       2.1.1cvs40
12092
12093         * src/prefs_message.c
12094         * src/prefs_receive.c
12095                 GUI cleanups
12096                 Patches by Pawel Pekala
12097
12098 2006-04-27 [colin]      2.1.1cvs39
12099
12100         * src/wizard.c
12101                 Differentiate subject Welcome from
12102                 window's title Welcome
12103
12104 2006-04-27 [paul]
12105
12106         2.2.0-rc1 released
12107
12108 2006-04-27 [paul]       2.1.1cvs38
12109
12110         * manual/advanced.xml
12111         * manual/fr/advanced.xml
12112                 add info about compose_no_markup hidden pref
12113
12114 2006-04-27 [paul]       2.1.1cvs37
12115
12116         * src/prefs_account.c
12117                 improve privacy labels
12118         * src/prefs_msg_colors.c
12119                 change some strings for translators' convenience
12120         * src/gtk/gtkutils.c
12121                 don't underline the link button text
12122
12123 2006-04-25 [colin]      2.1.1cvs36
12124
12125         * src/folder.c
12126                 Complete 2.1.1cvs33 (once more ;)
12127
12128 2006-04-25 [colin]      2.1.1cvs35
12129
12130         * src/editldap.c
12131                 Fix tooltip
12132
12133 2006-04-25 [cleroy]     2.1.1cvs34
12134
12135         * src/compose.c
12136         * src/gtk/gtkaspell.c
12137                 Fix crash on redirect (related to the return 
12138                 of the aspell menu in compose's toolbar)
12139         * src/prefs_msg_colors.c
12140                 Fix sensitivity widgets
12141         * src/image_viewer.c
12142         * src/gtk/pluginwindow.c
12143         * src/gtk/prefswindow.c
12144                 Change released signals to clicked (Fabien)
12145         * po/POTFILES.in
12146         * src/common/socket.c
12147         * src/plugins/spamassassin/spamassassin.c
12148                 Translate strings (Fabien)
12149
12150 2006-04-25 [paul]       2.1.1cvs33
12151
12152         * src/folder.c
12153         * src/folder.h
12154         * src/folderview.c
12155                 complete the fix of bug #912
12156                 Thanks to Colin
12157
12158 2006-04-25 [colin]      2.1.1cvs32
12159
12160         * src/news.c
12161                 Better progress bar
12162         * src/mimeview.c
12163         * src/summaryview.c
12164         * src/summaryview.h
12165                 Fix focus chain
12166                 Patches by Pawel Pekala
12167
12168 2006-04-24 [colin]      2.1.1cvs31
12169
12170         * src/compose.c
12171                 Fix compilation warnings (Fabien)
12172
12173 2006-04-24 [colin]      2.1.1cvs30
12174
12175         * src/addrindex.c
12176         * src/editldap.c
12177         * src/editldap_basedn.c
12178         * src/editldap_basedn.h
12179         * src/ldapctrl.c
12180         * src/ldapctrl.h
12181         * src/ldapquery.c
12182         * src/ldaputil.c
12183         * src/ldaputil.h
12184                 Fix bug #901 (LDAPS support)
12185
12186 2006-04-24 [colin]      2.1.1cvs29
12187
12188         * src/compose.c
12189                 Fix logic on error with send dialog on
12190         * src/imap.c
12191                 Fix compilation without libetpan, thanks
12192                 to Fabien
12193         * src/summaryview.c
12194                 Fix 'context-menu' key
12195
12196 2006-04-23 [colin]      2.1.1cvs28
12197
12198         * src/folder.c
12199                 Never free current's cache to free up 
12200                 memory. Fixes bug #912 (new count 
12201                 randomly set to message count)
12202
12203 2006-04-23 [colin]      2.1.1cvs27
12204
12205         * src/gtk/quicksearch.c
12206                 And remove printf...
12207
12208 2006-04-23 [colin]      2.1.1cvs26
12209
12210         * src/gtk/quicksearch.c
12211                 Fix replacing in quicksearch, and fix inserting
12212                 in the middle of the string. (introduced at 2.1.0cvs22)
12213
12214 2006-04-23 [colin]      2.1.1cvs25
12215
12216         * src/imap.c
12217                 Make sure uidnext is initialized in get_num_list
12218                 (not for stable, related to 2.1.1cvs8 and friends)
12219
12220 2006-04-23 [colin]      2.1.1cvs24
12221
12222         * src/imap.c
12223                 Output something when login is successful
12224                 too
12225
12226 2006-04-23 [colin]      2.1.1cvs23
12227
12228         * src/etpan/imap-thread.c
12229                 Better logging (line-per-line, hide data in fetch)
12230                 Fix a const warning
12231         * src/gtk/logwindow.c
12232         * src/gtk/logwindow.h
12233                 Better logging (color for input/output)
12234
12235 2006-04-21 [colin]      2.1.1cvs22
12236
12237         * src/gtk/quicksearch.c
12238                 On gtk+-2.8, use stock buttons in quicksearch
12239                 Based on a patch by Fabien and a design by Paul
12240
12241 2006-04-21 [colin]      2.1.1cvs21
12242
12243         * src/folderview.c
12244         * src/mainwindow.c
12245                 Fix occasional flicker in folderview
12246         * src/common/utils.c
12247                 Fix bug #943 (Incorrectly parsed email address 
12248                 list in short headers on message view and in 
12249                 printouts)
12250
12251 2006-04-20 [colin]      2.1.1cvs20
12252
12253         * src/imap.c
12254         * src/imap.h
12255         * src/prefs_account.c
12256                 Add ANONYMOUS auth for IMAP
12257
12258 2006-04-20 [paul]       2.1.1cvs19
12259
12260         * src/main.c
12261                 proper fix for 2.1.1cvs18
12262                 Thanks to Colin
12263
12264 2006-04-20 [paul]       2.1.1cvs18
12265
12266         * src/main.c
12267                 fix build warnings
12268
12269 2006-04-20 [paul]       2.1.1cvs17
12270
12271         * src/gtk/quicksearch.c
12272                 fix standard, non-extended Quick search,
12273                 was broken in 2.1.1cvs15.
12274                 Thanks to Colin.
12275
12276 2006-04-20 [colin]      2.1.1cvs16
12277
12278         * src/prefs_matcher.c
12279                 Fix values when reselecting a ~test
12280                 rule
12281
12282 2006-04-19 [colin]      2.1.1cvs15
12283
12284         * src/compose.c
12285         * src/compose.h
12286         * src/gtk/gtkaspell.c
12287         * src/gtk/gtkaspell.h
12288                 Put back Options menu in Spelling/
12289         * src/gtk/quicksearch.c
12290                 Don't search, and show error, if the
12291                 advanced search has a syntax error
12292
12293 2006-04-18 [colin]      2.1.1cvs14
12294
12295         * src/textview.c
12296                 Fix gdk warnings on set_cursor when textview
12297                 isn't visible
12298
12299 2006-04-18 [colin]      2.1.1cvs13
12300
12301         * src/gtk/gtksctree.c
12302                 Remove seemingly useless refresh that causes
12303                 flicker - watch this commit in case of 
12304                 problems before planned backport to stable
12305
12306 2006-04-18 [colin]      2.1.1cvs12
12307
12308         * src/imap.c
12309                 Factorize get/set_xml code
12310         * src/compose.c
12311         * src/prefs_account.c
12312         * src/prefs_account.h
12313         * src/procmsg.c
12314                 Add Encrypt to self option
12315
12316 2006-04-17 [colin]      2.1.1cvs11
12317
12318         * configure.ac
12319                 Fix search on encrpyt function on dragonfly
12320                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12321
12322 2006-04-17 [colin]      2.1.1cvs10
12323
12324         * src/prefs_account.c
12325                 Be safe by default: remove mails from POP3
12326                 after 7 days, not immediately
12327
12328 2006-04-17 [colin]      2.1.1cvs9
12329
12330         * src/etpan/imap-thread.c
12331                 Fix build on DragonFly - patch by 
12332                 Jonathan Buschmann <jonthn@agmact.com>
12333
12334 2006-04-17 [colin]      2.1.1cvs8
12335
12336         * src/imap.c
12337                 Save uidnext between sessions
12338
12339 2006-04-17 [colin]      2.1.1cvs7
12340
12341         * src/imap.c
12342                 scan is required when uid validity changes
12343
12344 2006-04-17 [colin]      2.1.1cvs6
12345
12346         * src/folderview.c
12347                 Don't scan if not necessary, apart in current
12348                 folder and INBOX to fetch flags.
12349         * src/imap.c
12350                 Scan is necessary if unread count changes
12351
12352 2006-04-17 [colin]      2.1.1cvs5
12353
12354         * src/imap.c
12355                 ...But always fetch ANSWERED and DELETED flags for
12356                 INBOX, as filtering can happen on these flags.
12357
12358 2006-04-17 [colin]      2.1.1cvs4
12359
12360         * src/imap.c
12361                 Don't fetch REPLIED and DELETED flags when synchronising
12362                 flags with a closed folder. We only need UNSEEN and FLAGGED
12363                 to update the folderview.
12364
12365 2006-04-17 [colin]      2.1.1cvs3
12366
12367         * src/imap.c
12368                 Faster flag search when there are new mails 
12369                 in a folder. We can do a full search if the 
12370                 folder contains less messages than the new
12371                 list.
12372
12373 2006-04-17 [colin]      2.1.1cvs2
12374
12375         * po/cs.po
12376         * po/de.po
12377         * po/fr.po
12378         * po/nl.po
12379         * po/pt_BR.po
12380                 Update translations from stable branch
12381
12382 2006-04-17 [colin]      2.1.1cvs1
12383
12384         * configure.ac
12385                 Bump version to follow stable release
12386
12387 2006-04-16 [mones]      2.1.0cvs50
12388
12389         * po/es.po
12390                 Updated for release
12391
12392 2006-04-16 [colin]      2.1.0cvs49
12393
12394         * src/textview.c
12395                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12396                 with gtk < 2.8. Thanks to Fabien Vantard.
12397
12398 2006-04-15 [colin]      2.1.0cvs48
12399
12400         * src/etpan/imap-thread.c
12401                 Fix bug #919 (libetpan: SEGV when connecting 
12402                 using command)
12403
12404 2006-04-14 [colin]      2.1.0cvs47
12405
12406         * src/main.c
12407                 Fix race on --select (should be done better)
12408
12409 2006-04-14 [wwp]        2.1.0cvs46
12410
12411         * src/send_message.c
12412                 enforce a check for domain in account prefs (a sending
12413                 error could be faced if domain was checked but no value set),
12414                 thanks to Colin.
12415
12416 2006-04-14 [colin]      2.1.0cvs45
12417
12418         * src/codeconv.c
12419                 when converting from unknown to unknown, if the
12420                 string is UTF8, don't convert it to the locale
12421                 (which breaks it)
12422
12423 2006-04-14 [colin]      2.1.0cvs44
12424
12425         * src/compose.c
12426                 Don't try to use ASCII for converting headers
12427                 (as done in body)
12428
12429 2006-04-14 [paul]       2.1.0cvs43
12430
12431         * src/crash.c
12432                 add locale/charset info to crash report
12433         * src/gtk/about.c
12434                 add wwp to doc team
12435                 replace 'e-mail' with preferred 'email'
12436         * src/gtk/authors.h
12437                 ensure contributors list is in alphabetical
12438                 order
12439
12440 2006-04-13 [colin]      2.1.0cvs42
12441
12442         * src/textview.c
12443                 Prevent gdk warnings
12444
12445 2006-04-13 [colin]      2.1.0cvs41
12446
12447         * src/common/ssl_certificate.c
12448         * src/common/ssl_certificate.h
12449         * src/gtk/sslcertwindow.c
12450                 Warn on expired certs, and display the expiration date
12451
12452 2006-04-13 [colin]      2.1.0cvs40
12453
12454         * src/plugins/spamassassin/spamassassin_gtk.c
12455                 Fix missing set_text on unix socket
12456
12457 2006-04-13 [wwp]        2.1.0cvs39
12458
12459         * manual/fr/advanced.xml
12460         * manual/fr/glossary.xml
12461                 applied new spam/ham/email lexicon (pourriel, courriel)
12462
12463 2006-04-13 [paul]       2.1.0cvs38
12464
12465         * src/plugins/pgpmime/plugin.c
12466                 remove the mention of S/MIME from the
12467                 description. This is now handled by the
12468                 S/MIME plugin.
12469
12470 2006-04-13 [paul]       2.1.0cvs37
12471
12472         * src/prefs_msg_colors.c
12473                 rework dialog
12474         * src/prefs_folder_item.c
12475         * src/prefs_spelling.c
12476                 add a tooltip to the colour selector buttons
12477
12478 2006-04-13 [wwp]        2.1.0cvs36
12479
12480         * manual/advanced.xml
12481         * manual/glossary.xml
12482         * manual/handling.xml
12483         * manual/keyboard.xml
12484         * manual/plugins.xml
12485         * manual/starting.xml
12486         * manual/fr/account.xml
12487         * manual/fr/ack.xml
12488         * manual/fr/addrbook.xml
12489         * manual/fr/advanced.xml
12490         * manual/fr/faq.xml
12491         * manual/fr/glossary.xml
12492         * manual/fr/gpl.xml
12493         * manual/fr/handling.xml
12494         * manual/fr/intro.xml
12495         * manual/fr/keyboard.xml
12496         * manual/fr/plugins.xml
12497         * manual/fr/starting.xml
12498         * manual/fr/sylpheed-claws-manual.xml
12499                 fixes to the manuals:
12500                  - summaryview -> Message List (same in French)
12501                  - translate key names
12502                  - fix French punctuation, use non-breakable spaces when
12503                    necessary, don't use &thinsp; which is not portable
12504                  - tell what maildir and mbox formats we support
12505
12506 2006-04-12 [wwp]        2.1.0cvs35
12507
12508         * src/prefs_toolbar.c
12509                 unified a replace button more,
12510                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12511
12512 2006-04-12 [wwp]        2.1.0cvs34
12513
12514         * src/prefs_common.c
12515         * src/prefs_msg_colors.c
12516                 make default color labels translatable,
12517                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12518                 thanks to Tim <timbrain@post.cz> for reporting.
12519
12520 2006-04-12 [wwp]        2.1.0cvs33
12521
12522         * manual/glossary.xml
12523         * manual/intro.xml
12524         * manual/plugins.xml
12525         * manual/starting.xml
12526         * manual/sylpheed-claws-manual.xml
12527         * manual/fr/.cvsignore
12528         * manual/fr/account.xml
12529         * manual/fr/ack.xml
12530         * manual/fr/addrbook.xml
12531         * manual/fr/advanced.xml
12532         * manual/fr/faq.xml
12533         * manual/fr/glossary.xml
12534         * manual/fr/handling.xml
12535         * manual/fr/intro.xml
12536         * manual/fr/keyboard.xml
12537         * manual/fr/plugins.xml
12538         * manual/fr/starting.xml
12539         * manual/fr/sylpheed-claws-manual.xml
12540                 various fixes: typos, missing .fr translations, punctuation,
12541                 capitalization, links, accents and some bad French more.
12542
12543 2006-04-12 [wwp]        2.1.0cvs32
12544
12545         * src/prefs_gtk.c
12546                 fix for bug #935: always store prefs files in UTF-8 (thanks
12547                 to Colin).
12548
12549 2006-04-11 [colin]      2.1.0cvs31
12550
12551         * src/compose.c
12552                 Fix inserting files not in utf8 when locale is utf8
12553
12554 2006-04-11 [colin]      2.1.0cvs30
12555
12556         * src/inc.c
12557                 Don't show error dialog when cancelling connection
12558                 Patch by Pawel
12559
12560 2006-04-11 [cleroy]     2.1.0cvs29
12561
12562         * src/compose.c
12563                 Implement multiple quote levels
12564         * src/prefs_common.c
12565                 Change a little bit the quote bgcolor for 2nd level
12566
12567 2006-04-11 [colin]      2.1.0cvs28
12568
12569         * src/gtk/about.c
12570                 Add locale and charset in the label
12571
12572 2006-04-10 [colin]      2.1.0cvs27
12573
12574         * src/compose.c
12575         * src/prefs_common.c
12576         * src/prefs_common.h
12577         * src/prefs_msg_colors.c
12578         * src/textview.c
12579                 Allow optional background color in quotes
12580                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12581                 GTK+-2.8.x feature
12582
12583 2006-04-10 [colin]      2.1.0cvs26
12584
12585         * src/main.c
12586         * src/mainwindow.c
12587         * src/mainwindow.h
12588                 Implement --select
12589
12590 2006-04-10 [colin]      2.1.0cvs25
12591
12592         * manual/plugins.xml
12593         * manual/fr/plugins.xml
12594                 Document libcurl's proxy variables
12595
12596 2006-04-09 [colin]      2.1.0cvs24
12597
12598         * src/prefs_common.c
12599                 gettext() returns statically allocated stuff. We have
12600                 to strdup it in order to be able to free it.
12601
12602 2006-04-09 [colin]      2.1.0cvs23
12603
12604         * AUTHORS
12605         * src/gtk/authors.h
12606                 Add Alexei
12607
12608 2006-04-09 [colin]      2.1.0cvs22
12609
12610         * src/mainwindow.c
12611         * src/gtk/quicksearch.c
12612                 Fix bug #859 (problems with cyrilic input in 
12613                 search panel) - Patch by Alexey Illarionov 
12614                 <littlesavage@rambler.ru>
12615
12616 2006-04-09 [colin]      2.1.0cvs21
12617
12618         * src/prefs_customheader.c
12619                 I prefer removing then freeing rather than the contrary
12620                 (even if it doesn't change anything ;-)
12621         * src/prefs_account.c
12622                 Fix bug #933 (Crash re-entering the custom headers list 
12623                 dialog in accounts prefs)
12624                 The problem happened when cancelling the Account 
12625                 Preferences' dialogs - in which case we didn't do 
12626                 anything to the PrefsAccount * struct. In case of applying,
12627                 the old ac_prefs was replaced with the tmp_ac_prefs we were
12628                 working with in this dialog. The problem is that 
12629                 prefs_customheader.c, working on this tmp_ac_prefs, always
12630                 changes the ->customhdr_list pointer, even when cancelled. 
12631                 So in case of cancelling the prefs_account dialog, we still
12632                 have to update ->customhdr_list in the real account.
12633
12634 2006-04-08 [colin]      2.1.0cvs20
12635
12636         * manual/fr/glossary.xml
12637         * manual/fr/keyboard.xml
12638                 Forgot some headers :)
12639
12640 2006-04-08 [colin]      2.1.0cvs19
12641
12642         * manual/Makefile.am
12643         * manual/fr/Makefile.am
12644         * manual/fr/account.xml
12645         * manual/fr/ack.xml
12646         * manual/fr/addrbook.xml
12647         * manual/fr/advanced.xml
12648         * manual/fr/faq.xml
12649         * manual/fr/glossary.xml
12650         * manual/fr/gpl.xml
12651         * manual/fr/handling.xml
12652         * manual/fr/intro.xml
12653         * manual/fr/keyboard.xml
12654         * manual/fr/plugins.xml
12655         * manual/fr/starting.xml
12656         * manual/fr/sylpheed-claws-manual.xml
12657         * manual/fr/dist/.cvsignore
12658         * manual/fr/dist/Makefile.am
12659         * manual/fr/dist/html/.cvsignore
12660         * manual/fr/dist/html/Makefile.am
12661         * manual/fr/dist/pdf/.cvsignore
12662         * manual/fr/dist/pdf/Makefile.am
12663         * manual/fr/dist/ps/.cvsignore
12664         * manual/fr/dist/ps/Makefile.am
12665         * manual/fr/dist/txt/.cvsignore
12666         * manual/fr/dist/txt/Makefile.am
12667                 Add the french translation of the manual. Thanks to
12668                 Olivier Delhomme <olivier.delhomme@free.fr> for 
12669                 account.xml, ack.xml, addrbook.xml and advanced.xml
12670
12671 2006-04-08 [colin]      2.1.0cvs18
12672
12673         * manual/plugins.xml
12674         * manual/starting.xml
12675                 More fixes
12676
12677 2006-04-07 [colin]      2.1.0cvs17
12678
12679         * manual/faq.xml
12680         * manual/intro.xml
12681         * manual/keyboard.xml
12682                 Little fixes
12683
12684 2006-04-07 [colin]      2.1.0cvs16
12685
12686         * README
12687         * src/compose.c
12688         * src/prefs_common.c
12689         * src/prefs_common.h
12690                 Add hidden compose_no_markup pref
12691
12692 2006-04-07 [wwp]        2.1.0cvs15
12693
12694         * src/summary_search.c
12695         * .cvsignore
12696                 Bugfix: stop button was sticky when searching in an empty folder.
12697                 Applied curly brackets code style to the whole file (summary_search.c).
12698                 More files to ignore.
12699
12700 2006-04-07 [wwp]        2.1.0cvs14
12701
12702         * src/message_search.c
12703         * src/summary_search.c
12704                 changed default button when search bumps at file/folder
12705                 beginning or end, for convenience (thanks to Colin).
12706
12707 2006-04-07 [paul]       2.1.0cvs13
12708
12709         * src/plugins/dillo_viewer/dillo_prefs.c
12710                 avoid future potential for namespace collision
12711                 Patch by Colin
12712
12713 2006-04-06 [wwp]        2.1.0cvs12
12714
12715         * src/summary_search.c
12716                 Unify extended/advanced searches names (and thus factorize labels),
12717                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12718
12719 2006-04-06 [wwp]        2.1.0cvs11
12720
12721         * src/folderview.c
12722         * src/prefs_themes.c
12723         * src/summaryview.c
12724                 Fixed some compilation warnings.
12725
12726 2006-04-06 [colin]      2.1.0cvs10
12727
12728         * manual/advanced.xml
12729                 Document the wizard template and how to deploy
12730                 Sylpheed-Claws effectively
12731
12732 2006-04-06 [colin]      2.1.0cvs9
12733
12734         * src/folderview.c
12735                 gettext patch to tell translators about _("#"),
12736                 by Maxim Britov
12737
12738 2006-04-06 [colin]      2.1.0cvs8
12739
12740         * src/textview.c
12741                 Fix invalid GtkTextBIter after clicking "Display as text"
12742
12743 2006-04-06 [mones]      2.1.0cvs7
12744
12745         * src/addr_compl.c
12746         * src/addrindex.c
12747         * src/addritem.c
12748         * src/codeconv.c
12749         * src/compose.c
12750         * src/filtering.c
12751         * src/folder.c
12752         * src/folder_item_prefs.c
12753         * src/folderview.c
12754         * src/localfolder.c
12755         * src/matcher.c
12756         * src/mimeview.c
12757         * src/prefs_msg_colors.c
12758         * src/prefs_spelling.c
12759         * src/prefs_themes.c
12760         * src/procmime.c
12761         * src/procmsg.c
12762         * src/stock_pixmap.c
12763         * src/summaryview.c
12764         * src/textview.c
12765         * src/toolbar.c
12766         * src/common/mgutils.c
12767         * src/common/prefs.c
12768         * src/common/ssl_certificate.c
12769         * src/gtk/colorlabel.c
12770         * src/gtk/quicksearch.c
12771         * src/plugins/pgpmime/pgpmime.c
12772         * src/plugins/spamassassin/spamassassin.c
12773                 Removed redundant NULL checks for g_free() calls.
12774                 Patch by Pawel Pekala.
12775
12776 2006-04-06 [mones]      2.1.0cvs6
12777
12778         * src/prefs_actions.c
12779         * src/prefs_filtering.c
12780         * src/prefs_filtering_action.c
12781         * src/prefs_matcher.c
12782         * src/prefs_template.c
12783         * src/gtk/gtkutils.c
12784         * src/gtk/gtkutils.h
12785                 Have a nice replace button. Patch by Pawel Pekala
12786
12787 2006-04-06 [colin]      2.1.0cvs5
12788
12789         * src/addressbook.c
12790                 Fix crash with empty columns
12791
12792 2006-04-05 [colin]      2.1.0cvs4
12793
12794         * src/wizard.c
12795         * src/prefs_gtk.c
12796                 Allow wizard customization with pre-filled values
12797
12798 2006-04-05 [colin]      2.1.0cvs3
12799
12800         * src/textview.c
12801         * src/mimeview.c
12802         * src/mimeview.h
12803                 Nicer messages in mimeview
12804
12805 2006-04-05 [colin]      2.1.0cvs2
12806
12807         * src/addressbook.c
12808         * src/prefs_summaries.c
12809                 i18n fix
12810
12811 2006-04-05 [colin]      2.1.0cvs1
12812
12813         * src/plugins/pgpcore/plugin.c
12814         * src/plugins/pgpcore/select-keys.c
12815         * src/plugins/pgpcore/select-keys.h
12816         * src/plugins/pgpcore/sgpgme.c
12817         * src/plugins/pgpcore/sgpgme.h
12818         * src/plugins/pgpinline/pgpinline.c
12819         * src/plugins/pgpinline/plugin.c
12820         * src/plugins/pgpmime/pgpmime.c
12821         * src/plugins/pgpmime/plugin.c
12822                 Factorize and generalize a bit 
12823                 Drop S/MIME signature verification from PGP/MIME
12824                 (adding it as another, more complete plugin)
12825
12826 2006-04-05 [paul]       2.1.0
12827
12828         2.1.0 released
12829
12830 2006-04-05 [paul]       2.0.0cvs186
12831
12832         * manual/advanced.xml
12833                 add info on colour labels
12834
12835 2006-04-05 [paul]       2.0.0cvs185
12836
12837         * po/bg.po
12838         * po/cs.po
12839         * po/de.po
12840         * po/el.po
12841         * po/en_GB.po
12842         * po/fi.po
12843         * po/fr.po
12844         * po/it.po
12845         * po/nl.po
12846         * po/pl.po
12847         * po/pt_BR.po
12848         * po/sr.po
12849         * po/zh_CN.po
12850                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
12851                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
12852                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
12853                 Guimaraes, Aleksandar Urosevic, Ralgh Young
12854         * src/gtk/authors.h
12855         * tools/claws.i18n.status.pl
12856                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
12857                 and new Czech translator, Tim <timbrain@post.cz>
12858
12859 2006-04-05 [mones]      2.0.0cvs184
12860
12861         * po/es.po
12862                 Updated translation
12863
12864 2006-04-05 [colin]      2.0.0cvs183
12865
12866         * src/gtk/quicksearch.c
12867                 Fix bug #929 (unnecessary reload in quick search bar)
12868
12869 2006-04-05 [colin]      2.0.0cvs182
12870
12871         * src/compose.c
12872                 Fix crash on Reply with no From:
12873                 Show signature and conversion error on queuing 
12874                 (but not sending)
12875         * src/mainwindow.c
12876         * src/summaryview.c
12877         * src/summaryview.h
12878                 Factorize threading code and make sure msginfo 
12879                 is not null when it comes from a GtkCTreeRow's 
12880                 data
12881         * src/gtk/gtkaspell.c
12882                 Check for necessary things
12883         * src/gtk/gtksctree.c
12884         * src/gtk/gtksctree.h
12885                 Reset anchor if necessary when removing node
12886
12887 2006-03-29 [colin]      2.0.0cvs181
12888
12889         * src/folderview.c
12890                 Warn for disabled IMAP accounts (due to lack of
12891                 libetpan). Breaks string-freeze - sorry - but it
12892                 is kind of important ;)
12893
12894 2006-03-28 [colin]      2.0.0cvs180
12895
12896         * src/gtk/gtkutils.c
12897         * src/gtk/gtkutils.h
12898                 Add a gtkut_get_link_btn() function that
12899                 creates a button which acts like an URI
12900         * src/prefs_themes.c
12901         * src/gtk/about.c
12902                 Use this function (factorizes codes)
12903         * src/common/defs.h
12904         * src/gtk/pluginwindow.c
12905                 Add a "Get more..." in the plugins window
12906
12907 2006-03-28 [colin]      2.0.0cvs179
12908
12909         * src/common/smtp.c
12910         * src/common/passcrypt.c
12911         * src/undo.c
12912                 Warning fixes. Patch by Pawel Pekala
12913
12914 2006-03-27 [colin]      2.0.0cvs178
12915
12916         * src/undo.c
12917                 Fix undoing by blocks with spaces
12918
12919 2006-03-27 [colin]      2.0.0cvs177
12920
12921         * src/textview.c
12922                 Set margin to 3px for headers
12923
12924 2006-03-27 [paul]
12925
12926         2.1.0-rc2 released
12927
12928 2006-03-27 [wwp]        2.0.0cvs176
12929
12930         * src/summaryview.c
12931                 don't reset quicksearch when updating the message list.
12932                 Thanks to Colin.
12933
12934 2006-03-26 [wwp]        2.0.0cvs175
12935
12936         * src/compose.c
12937                 use a unified border width ('other' tab in the compose window,
12938                 patch by Pawel Pekala).
12939
12940
12941 2006-03-26 [wwp]        2.0.0cvs174
12942
12943         * src/common/quoted-printable.c
12944         * src/addressbook.c
12945                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
12946
12947 2006-03-26 [colin]      2.0.0cvs173
12948
12949         * src/quote_fmt_parse.y
12950                 Fix non-UTF8 date formats messing up the whole quote a 
12951                 little bit
12952
12953 2006-03-26 [colin]      2.0.0cvs172
12954
12955         * src/procheader.c
12956                 Make sure the date is UTF8 valid, or try to make it
12957                 so. IncrediMail is really IncrediStupid.
12958         * src/compose.c
12959                 Fix possible conversions. 
12960                 
12961
12962 2006-03-26 [colin]      2.0.0cvs171
12963
12964         * src/matcher.c
12965                 Fix corner cases in body search. This is still a
12966                 hack... It seems impossible to make it good and 
12967                 reasonably fast at the same time.
12968
12969 2006-03-26 [colin]      2.0.0cvs170
12970
12971         * src/summaryview.c
12972                 I think I killed the twilight zone bug!
12973                 summary_select_node() flushes GTK events in order
12974                 to be able to center the view. But this also 
12975                 flushes keypresses like Ctrl-Alt-U, so this can
12976                 call summary_show from summary_select_node (itself
12977                 called from summary_show, etc.). And the summaryview
12978                 has to be unlocked in this function. So just locking
12979                 while processing GTK events, and bailing if locked, 
12980                 should fix it.
12981                 Fixes bug #927 (SIGSEGV during Update Summary)
12982
12983 2006-03-25 [colin]      2.0.0cvs169
12984
12985         * src/matcher.c
12986                 Fix search in QP-encoded bodies
12987                 Fix utf-8 searches in bodies encoded in the
12988                 locale's encoding
12989         * src/common/quoted-printable.c
12990         * src/common/quoted-printable.h
12991                 Add a decode function that doesn't overwrite
12992                 the original pointer
12993                 
12994
12995 2006-03-24 [colin]      2.0.0cvs168
12996
12997         * src/action.c
12998         * src/summaryview.c
12999         * src/summaryview.h
13000                 Update message cache after action
13001                 Patch by H. Merijn Brand
13002         * src/prefs_msg_colors.c
13003                 Factorize label 
13004                 Patch by Fabien Vantard
13005         * src/plugins/spamassassin/spamassassin_gtk.c
13006                 Remove useless translation
13007                 Patch by Fabien Vantard
13008
13009 2006-03-23 [colin]      2.0.0cvs167
13010
13011         * src/common/ssl.c
13012                 Let 30 seconds to SSL_connect
13013
13014 2006-03-23 [wwp]        2.0.0cvs166
13015
13016         * src/summaryview.c
13017         * src/gtk/description_window.c
13018                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13019                 and headers are translated; adjust description windows' width to fit their
13020                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13021
13022 2006-03-23 [paul]       2.0.0cvs165
13023
13024         * src/common/utils.c
13025                 fix highlighting of URIs containing "()"
13026                 (2.0.0cvs164's reversal fixed)
13027                 Thanks to Colin.
13028
13029 2006-03-23 [paul]       2.0.0cvs164
13030
13031         * src/common/utils.c
13032                 revert patch, (postponing a fix), at 2.0.0cvs120
13033                 as it breaks more URIs than it fixes.
13034                 Allow '-' to be a terminating character in a URI
13035
13036 2006-03-22 [colin]      2.0.0cvs163
13037
13038         * configure.ac
13039                 Require libetpan 0.45
13040                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13041
13042 2006-03-22 [paul]       2.0.0cvs162
13043
13044         * src/editgroup.c
13045                 replace '<-' and '->' buttons with GTK_STOCK graphical
13046                 buttons
13047         * src/summary_search.c
13048                 don't offer '...' for translation
13049                 add a tooltip to advanced search '...' button
13050         * src/gtk/quicksearch.c
13051                 don't offer '...' for translation
13052
13053 2006-03-21 [colin]      2.0.0cvs161
13054
13055         * src/compose.c
13056                 Fix middle-click pasting (insert at click
13057                 position instead of cursor position, don't
13058                 remove existing selection and allow pasting
13059                 our own selection)
13060         * src/addressbook.c
13061                 "LDAP Server" -> "LDAP servers"
13062
13063 2006-03-21 [wwp]        2.0.0cvs160
13064
13065         * src/etpan/imap-thread.c
13066                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13067
13068 2006-03-20 [colin]      2.0.0cvs159
13069
13070         * src/summaryview.c
13071                 Don't reload summaryview after an execute with no
13072                 move action
13073
13074 2006-03-19 [colin]      2.0.0cvs158
13075
13076         * src/addressbook.c
13077                 and put groups at the top, always
13078
13079 2006-03-19 [colin]      2.0.0cvs157
13080
13081         * src/addressbook.c
13082                 Order groups before names, as previously
13083
13084 2006-03-19 [colin]      2.0.0cvs156
13085
13086         * src/addressbook.c
13087                 - Sort case-unsensitive
13088                 - Put the sort arrow at opening too
13089
13090 2006-03-19 [wwp]        2.0.0cvs155
13091
13092         * src/addressbook.c
13093                 allow sorting by name/email/remarks, ensure that right-pane's contents
13094                 matches the left-pane selection (cleared when appropriate).
13095                 Patch by Pawel Pekala <c0rn@o2.pl>.
13096
13097 2006-03-18 [colin]      2.0.0cvs154
13098
13099         * src/textview.c
13100                 Fix text cursor ;)
13101
13102 2006-03-18 [colin]      2.0.0cvs153
13103
13104         * src/gtk/filesel.c
13105                 Make sure we hide the preview if we didn't get
13106                 a filename
13107
13108 2006-03-18 [colin]      2.0.0cvs152
13109
13110         * src/summaryview.c
13111                 Set cursor to watch for execution (fixes lack
13112                 of watch-cursor when dnd'ing hundreds of mails)
13113         * src/gtk/filesel.c
13114                 Check that mime type is 'image/*' before updating
13115                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13116
13117 2006-03-18 [colin]      2.0.0cvs151
13118
13119         * src/mainwindow.c
13120         * src/textview.c
13121         * src/textview.h
13122                 Put a watch cursor in textview too when the mainwindow's
13123                 cursor in a watch
13124
13125 2006-03-18 [colin]      2.0.0cvs150
13126
13127         * src/folder.c
13128                 Change wrong asserts to simple tests
13129
13130 2006-03-17 [colin]      2.0.0cvs149
13131
13132         * src/mainwindow.c
13133         * src/mainwindow.h
13134         * src/prefs_msg_colors.c
13135         * src/summaryview.c
13136         * src/summaryview.h
13137         * src/gtk/colorlabel.c
13138         * src/gtk/colorlabel.h
13139                 Add a color label menu in the main menubar
13140                 Add (fixed) accels Ctrl-{0-7} to change the color
13141                 They have to be fixed because the menu's dynamic,
13142                 the items are complex widgets, hence we can't use
13143                 a GtkItemFactory.
13144
13145
13146 2006-03-17 [wwp]        2.0.0cvs148
13147
13148         * src/compose.c
13149                 rollback few lines from my previous commit (those lines come from
13150                 a pending patch, accidentally commited, even if neutral as they are
13151                 commented out).
13152
13153 2006-03-17 [wwp]        2.0.0cvs147
13154
13155         * src/compose.c
13156                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13157                 applied code style/indentation to the modified function.
13158
13159 2006-03-17 [wwp]        2.0.0cvs146
13160
13161         * src/procmsg.c
13162         * src/compose.c
13163                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13164
13165 2006-03-17 [paul]
13166
13167         2.1.0-rc1 released
13168
13169 2006-03-17 [paul]       2.0.0cvs145
13170
13171         * src/main.c
13172                 addressbook_read_file() was called twice
13173         * src/textview.c
13174                 X-Mailer highlighting
13175
13176 2006-03-16 [colin]      2.0.0cvs144
13177
13178         * src/sourcewindow.c
13179         * src/sourcewindow.h
13180                 And the last one, in source window.
13181
13182 2006-03-16 [colin]      2.0.0cvs143
13183
13184         * src/compose.c
13185         * src/compose.h
13186                 Fix the same stuff in compose
13187
13188 2006-03-16 [colin]      2.0.0cvs142
13189
13190         * src/messageview.c
13191                 Complete the previous messageview crash fix
13192
13193 2006-03-16 [colin]      2.0.0cvs141
13194
13195         * src/procmsg.h
13196         * src/procmsg.c
13197         * src/folder.c
13198                 Fix POSTPROCESSING hook
13199                 Patch by H. Merijn Brand
13200
13201         * src/procmime.c
13202         * src/procmime.h
13203                 Parse Content-Location
13204
13205         * src/toolbar.c
13206         * src/messageview.c
13207         * src/messageview.h
13208                 Don't crash when a top-level MessageView has
13209                 been closed on us. Same problematic than
13210                 yesterday's quicksearch issue.
13211
13212 2006-03-15 [colin]      2.0.0cvs140
13213
13214         * src/gtk/quicksearch.c
13215                 Fix a bitchy race we didn't think about when we
13216                 added quicksearch cancellation:
13217                 If the search is not on cached fields, for example
13218                 body_part matchcase "stuff"
13219                 the matcher code has to get the whole message. If
13220                 we're on IMAP, that can be slow, and in order to
13221                 be non-blocking, the IMAP code idle loop processes
13222                 gtk events too. So it is possible to cancel a
13223                 quicksearch while the matcher is getting the mail's
13224                 body. After matcher got its body, it will start to
13225                 iterate over the matcher list that the Quicksearch's
13226                 clear_search_cb() just freed via prepare_matcher().
13227                 SIGSEGV ensues.
13228                 The fix consists of guarding the matcherlist_match()
13229                 call with a boolean 'matching'. If we reset the
13230                 quicksearch while matching is TRUE, we don't free
13231                 the matcherlist anymore like we did, but we set
13232                 another new flag, deferred_free, to TRUE. Then,
13233                 in quicksearch_match(), just after returning from
13234                 matcherlist_match() and unsetting the matching flag,
13235                 we check the deferred_free flag and do the
13236                 prepare_matcher() (which does the matcherlist_free)
13237                 for real, so we free the matcherlist once it's not
13238                 used anymore.
13239                 As all of this runs via the glib main loop, we
13240                 luckily don't need a mutex.
13241         * src/summaryview.c
13242                 Also, show progress while searching.
13243
13244
13245 2006-03-14 [colin]      2.0.0cvs139
13246
13247         * src/alertpanel.c
13248                 Make alertpanel_is_open non-static
13249
13250 2006-03-14 [colin]      2.0.0cvs138
13251
13252         * src/prefs_spelling.c
13253                 Cleanups - Fabien Vantard
13254
13255 2006-03-14 [wwp]        2.0.0cvs137
13256
13257         * src/main.c
13258                 code style normalization (curly braces, indentation).
13259
13260 2006-03-14 [wwp]        2.0.0cvs137
13261
13262         * src/main.c
13263                 code style (braces, indentation)
13264
13265 2006-03-12 [paul]       2.0.0cvs136
13266
13267         * src/prefs_common.c
13268                 trans_hdr defaults to FALSE to be RFC-savvy
13269         * src/prefs_summaries.c
13270                 add a tooltip to the trans_hdr option
13271                 
13272
13273 2006-03-12 [paul]       2.0.0cvs135
13274
13275         * src/prefs_matcher.c
13276                 give a little more width to the combos
13277         * src/prefs_display_header.c
13278         * src/textview.c
13279                 translate headers if prefs_common.trans_hdr
13280                 is TRUE
13281
13282         Patches by Pawel Pekala
13283
13284 2006-03-12 [paul]       2.0.0cvs134
13285
13286         * src/plugins/clamav/clamav_plugin.c
13287         * src/plugins/dillo_viewer/dillo_viewer.c
13288         * src/plugins/pgpcore/plugin.c
13289         * src/plugins/pgpinline/plugin.c
13290         * src/plugins/pgpmime/plugin.c
13291         * src/plugins/spamassassin/spamassassin.c
13292                 update/add to descriptions
13293         * src/plugins/spamassassin/spamassassin_gtk.c
13294                 fixes to the english, remove superfluous
13295                 tooltips, clean up a little
13296
13297 2006-03-12 [paul]       2.0.0cvs133
13298
13299         * src/compose.c
13300                 fix Bug 924, 'Account combo box shows up wrong 
13301                 if & is in account name'
13302
13303 2006-03-11 [colin]      2.0.0cvs132
13304
13305         * src/summaryview.c
13306                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13307                 messed up shift-selection because is slows down
13308                 moving around summaryview. thanks -users
13309
13310 2006-03-10 [colin]      2.0.0cvs131
13311
13312         * src/plugins/spamassassin/spamassassin_gtk.c
13313                 Put back Paul's engrish fixes
13314
13315 2006-03-10 [colin]      2.0.0cvs130
13316
13317         * src/plugins/spamassassin/spamassassin.c
13318         * src/plugins/spamassassin/spamassassin.h
13319         * src/plugins/spamassassin/spamassassin_gtk.c
13320                 Cleanup SA prefs page (more)
13321                 Patch by Fabien Vantard
13322
13323 2006-03-10 [paul]       2.0.0cvs129
13324
13325         * src/prefs_msg_colors.c
13326         * src/prefs_spelling.c
13327                 widget sensitivity
13328
13329 2006-03-09 [mones]      2.0.0cvs128
13330
13331         * po/es.po
13332                 Update for next RC
13333
13334 2006-03-09 [wwp]        2.0.0cvs127
13335
13336         * configure.ac
13337                 revert accidental commit (requirement for libetpan 0.43), this time
13338                 not in HEAD.
13339
13340 2006-03-09 [wwp]        2.0.0cvs125
13341
13342         * configure.ac
13343                 revert accidental commit (requirement for libetpan 0.43)
13344
13345 2006-03-09 [paul]       2.0.0cvs126
13346
13347         * src/prefs_receive.c
13348                 remove useless frame
13349                 replace 'incorporation' with 'receiving'
13350         * src/plugins/clamav/clamav_plugin_gtk.c
13351         * src/plugins/spamassassin/spamassassin_gtk.c
13352                 improve widget sensitivity
13353                 fix a bit his engrish
13354
13355 2006-03-09 [wwp]        2.0.0cvs125
13356
13357         * src/addressadd.c
13358         * src/foldersel.c
13359         * src/prefs_common.c
13360         * src/prefs_common.h
13361                 remember some more windows' sizes (add to addressbook and
13362                 select folder).
13363
13364 2006-03-09 [paul]       2.0.0cvs124
13365
13366         * src/plugins/pgpcore/prefs_gpg.c
13367                 normalise construction of dialogue
13368
13369 2006-03-09 [paul]       2.0.0cvs123
13370
13371         * src/plugins/trayicon/Makefile.am
13372                 add missing slash
13373
13374 2006-03-08 [colin]      2.0.0cvs122
13375
13376         * src/plugins/trayicon/Makefile.am
13377                 Fix build in separate dir 
13378                 Patch by Bamanzi <bamanzi@gmail.com>
13379
13380 2006-03-08 [colin]      2.0.0cvs121
13381
13382         * src/procmsg.c
13383                 Batch move and copies from summaryview with delayed execution
13384                 too
13385
13386 2006-03-07 [paul]       2.0.0cvs120
13387
13388         * src/common/utils.c
13389                 fix highlighting of URIs containing "()"
13390                 Patch by Pawel Pekala
13391
13392 2006-03-07 [paul]       2.0.0cvs119
13393
13394         * src/folder.c
13395         * src/folder.h
13396         * src/folderview.c
13397                 immediately do alphabetical resort when
13398                 changing a folder's name
13399                 Patch by Pawel Pekala
13400
13401 2006-03-07 [paul]       2.0.0cvs118
13402
13403         * src/news.c
13404         * src/news_gtk.c
13405                 when unsubscribing a newsgroup, remove the
13406                 folder and msgs in .sylpheed-claws/newscache
13407                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13408
13409 2006-03-07 [paul]       2.0.0cvs117
13410
13411         * src/textview.c
13412                 fix wrong Fake URL Warning
13413                 Thanks to Hiro
13414
13415 2006-03-07 [colin]      2.0.0cvs116
13416
13417         * src/imap.c
13418                 Return immediately when password dialog was
13419                 cancelled
13420         * src/gtk/inputdialog.c
13421                 Allow empty strings for passwords
13422
13423
13424 2006-03-06 [colin]      2.0.0cvs115
13425
13426         * src/imap.c
13427                 Prevent double-timeouts when connection fails
13428
13429 2006-03-06 [colin]
13430
13431         2.0.1-rc1 released
13432
13433 2006-03-06 [colin]      2.0.0cvs114
13434
13435         * src/imap.c
13436                 Refresh session during potentially long
13437                 operations
13438
13439 2006-03-06 [wwp]        2.0.0cvs113
13440
13441         * src/prefs_msg_colors.h
13442                 forgot that one (custom color labels).
13443
13444 2006-03-06 [wwp]        2.0.0cvs112
13445
13446         * src/prefs_common.c
13447         * src/prefs_common.h
13448         * src/prefs_msg_colors.c
13449         * src/summaryview.c
13450         * src/summaryview.h
13451         * src/gtk/colorlabel.c
13452         * src/gtk/colorlabel.h
13453                 colors in messages list are now customizable. Color values and names can
13454                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13455                 Thanks to Paul and Colin for their help with this longstanding patch!
13456
13457 2006-03-06 [wwp]        2.0.0cvs111
13458
13459         * src/textview.c
13460                 don't crash if (x)face is bad.
13461
13462 2006-03-05 [paul]       2.0.0cvs110
13463
13464         * AUTHORS
13465         * configure.ac
13466         * src/Makefile.am
13467         * src/common/Makefile.am
13468         * src/common/utils.h
13469         * src/etpan/imap-thread.c
13470         * src/gtk/authors.h
13471         * src/plugins/clamav/Makefile.am
13472         * src/plugins/demo/Makefile.am
13473         * src/plugins/dillo_viewer/Makefile.am
13474         * src/plugins/pgpcore/Makefile.am
13475         * src/plugins/pgpcore/passphrase.c
13476         * src/plugins/pgpinline/Makefile.am
13477         * src/plugins/pgpmime/Makefile.am
13478         * src/plugins/spamassassin/Makefile.am
13479         * src/plugins/trayicon/Makefile.am
13480                 fix builiding on cygwin
13481                 Patch by Ralgh Young <bamanzi@gmail.com>
13482
13483 2006-03-04 [wwp]        2.0.0cvs109
13484
13485         * manual/keyboard.xml
13486                 fix mixed up/down keys.
13487
13488 2006-03-04 [wwp]        2.0.0cvs108
13489
13490         * README
13491         * INSTALL
13492                 updated links to SpamAssassin.
13493
13494 2006-03-04 [wwp]        2.0.0cvs107
13495
13496         * manual/plugins.xml
13497         * src/plugins/spamassassin/README
13498                 updated SpamAssassin plugin docs to reflect new functional additions
13499                 (also fix/update/documents few technical stuff more, see the README).
13500
13501 2006-03-04 [wwp]        2.0.0cvs106
13502
13503         * src/prefs_message.c
13504                 normalized capitalization of message-prefs paths.
13505
13506 2006-03-04 [wwp]        2.0.0cvs105
13507
13508         * manual/advanced.xml
13509                 typo.
13510
13511 2006-03-03 [colin]      2.0.0cvs104
13512
13513         * src/plugins/clamav/clamav_plugin_gtk.c
13514                 Rework prefs page, patch by Fabien 
13515
13516 2006-03-03 [colin]      2.0.0cvs103
13517
13518         * src/plugins/clamav/clamav_plugin.c
13519                 Set error on all errors
13520
13521 2006-03-03 [colin]      2.0.0cvs102
13522
13523         * src/common/plugin.c
13524                 Initialize error to avoid crashing when a plugin fails
13525                 without setting error
13526
13527 2006-03-02 [wwp]        2.0.0cvs101
13528
13529         * configure.ac
13530                 fixed linker flags for libetpan support on Cygwin
13531                 (thanks to H.Merijn Brand).
13532
13533 2006-03-02 [wwp]        2.0.0cvs100
13534
13535         * src/addressbook.c
13536                 fix some AB error messages: one for punctuation and
13537                 one wrongly duplicate (thanks, maxbritov).
13538
13539 2006-03-02 [wwp]        2.0.0cvs99
13540
13541         * src/plugins/spamassassin/spamassassin.c
13542                 make sync calls to sa-learn/spamc to prevent
13543                 system (whatever local or client/server) overload.
13544
13545 2006-03-02 [colin]      2.0.0cvs98
13546
13547         * src/summaryview.c
13548                 Put the spam icon in the status column instead of the
13549                 mark one
13550
13551 2006-03-01 [colin]      2.0.0cvs97
13552
13553         * src/plugins/spamassassin/spamassassin.c
13554                 Fix segfault (g_file_set_contents fails for some 
13555                 reason and err==0x2f. Can't find out why with
13556                 valgrind, using working function :-)
13557
13558 2006-03-01 [colin]      2.0.0cvs96
13559
13560         * src/inc.c
13561                 Offline overriding: let 'No' be cached only 3 seconds
13562
13563 2006-03-01 [colin]      2.0.0cvs95
13564
13565         * src/addr_compl.c
13566         * src/addrbook.c
13567         * src/addressbook.c
13568         * src/addrindex.c
13569         * src/folder_item_prefs.c
13570         * src/headerview.c
13571         * src/imap.c
13572         * src/inc.c
13573         * src/ldif.c
13574         * src/mainwindow.c
13575         * src/mh.c
13576         * src/msgcache.c
13577         * src/prefs_common.h
13578         * src/prefs_msg_colors.c
13579         * src/procheader.c
13580         * src/procheader.h
13581         * src/procmime.c
13582         * src/procmsg.c
13583         * src/procmsg.h
13584         * src/send_message.h
13585         * src/simple-gettext.c
13586         * src/summaryview.c
13587         * src/summaryview.h
13588         * src/syldap.c
13589         * src/textview.c
13590         * src/undo.c
13591         * src/common/ssl_certificate.c
13592         * src/common/utils.c
13593         * src/gtk/colorsel.c
13594         * src/gtk/gtksctree.c
13595         * src/gtk/gtkshruler.c
13596         * src/plugins/trayicon/trayicon.c
13597                 #if 0 goes to /dev/null
13598
13599 2006-03-01 [colin]      2.0.0cvs94
13600
13601         * src/compose.c
13602         * src/imap.c
13603         * src/inc.c
13604         * src/inc.h
13605         * src/messageview.c
13606         * src/news.c
13607         * src/plugins/spamassassin/spamassassin.c
13608                 Allow to add information in the "working offline"
13609                 window
13610
13611 2006-03-01 [wwp]        2.0.0cvs93
13612
13613         * src/plugins/spamassassin/spamassassin.c
13614                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13615                 'cause it seems that calling `spamc ... < inputfile` with
13616                 g_spawn_(a)sync simply.. erm doesn't work :-).
13617
13618 2006-03-01 [wwp]        2.0.0cvs92
13619
13620         * src/toolbar.c
13621         * src/toolbar.h
13622                 simplify the adding of spam/ham button to the messageview toolbar
13623                 (it gets more clear now that the same button will be "Mark as spam"
13624                 or "Mark as ham" according to the current message status,
13625                 thanks to Colin).
13626
13627 2006-03-01 [wwp]        2.0.0cvs91
13628
13629         * src/messageview.c
13630         * src/procmsg.c
13631         * src/procmsg.h
13632         * src/summaryview.c
13633         * src/plugins/spamassassin/spamassassin.c
13634         * src/plugins/spamassassin/spamassassin.h
13635                 make learner callbacks return a status (0 for ok),
13636                 handle it in main code to avoid setting flags when learning failed,
13637                 don't learn on TCP if offline in spamassassin,
13638                 thanks to Colin.
13639
13640                 
13641
13642 2006-03-01 [wwp]        2.0.0cvs90
13643
13644         * src/compose.c
13645                 some work around the compose window's account menu,
13646                 patch by Fabien Vantard.
13647
13648 2006-03-01 [wwp]        2.0.0cvs89
13649
13650         * src/plugins/spamassassin/spamassassin.c
13651                 fixed bad logics, was using spamc in local mode and sa-learn
13652                 in remote mode (thanks, Colin).
13653
13654 2006-03-01 [wwp]        2.0.0cvs88
13655
13656         * src/plugins/spamassassin/spamassassin.c
13657         * src/plugins/spamassassin/spamassassin.h
13658         * src/plugins/spamassassin/spamassassin_gtk.c
13659                 made processing of emails w/ sa-plugin an option (default is TRUE),
13660                 fixed Engrish some tooltips, capitalization of some debug messages
13661                 and warnings. The spamassassin plugin now provides two separate
13662                 services: process emails upon incorporation and spamd training.
13663                 Both services (un)register independently but use some common
13664                 plugin settings (transport settings, spam storage location).
13665
13666 2006-02-28 [wwp]        2.0.0cvs87
13667
13668         * src/plugins/spamassassin/spamassassin.c
13669                 fix async flag to spamc cmdline execution (batch exec should
13670                 be asynchronous).
13671
13672 2006-02-27 [wwp]        2.0.0cvs86
13673
13674         * src/plugins/spamassassin/spamassassin.c
13675         * src/plugins/spamassassin/spamassassin.h
13676         * src/plugins/spamassassin/spamassassin_gtk.c
13677                 - added the ability to learn a remote spamassassin server (spamd),
13678                 using spamc.
13679                 - added the spamassassin option 'username', that applies to all
13680                 spamassassin operations (filtering, learning, local or remote).
13681                 The default username is the current unix user (if left blank
13682                 from gtk prefs or config file).
13683                 - commented out some unused code (notebook widget), removed unused
13684                 layout (hbox1).
13685                 - make more widgets sensitive to the transport type.
13686
13687 2006-02-27 [colin]      2.0.0cvs85
13688
13689         * src/plugins/spamassassin/spamassassin.c
13690                 Fix sa-learn call when offline
13691
13692 2006-02-27 [colin]      2.0.0cvs84
13693
13694         * configure.ac
13695         * src/Makefile.am
13696         * src/mainwindow.c
13697         * src/mainwindow.h
13698         * src/messageview.c
13699         * src/messageview.h
13700         * src/prefs_toolbar.c
13701         * src/procmsg.c
13702         * src/stock_pixmap.c
13703         * src/stock_pixmap.h
13704         * src/summaryview.c
13705         * src/toolbar.c
13706         * src/toolbar.h
13707         * src/pixmaps/ham_btn.xpm
13708         * src/pixmaps/spam.xpm
13709         * src/pixmaps/spam_btn.xpm
13710         * src/plugins/spamassassin/spamassassin.c
13711                 Add button in toolbar for spam learning
13712                 Fix a few bugs from the last related commit
13713                 Revert 1.9.6cvs23 which messed up shift-selection
13714
13715 2006-02-24 [colin]      2.0.0cvs83
13716
13717         * src/procmsg.c
13718         * src/summaryview.c
13719         * src/summaryview.h
13720         * src/plugins/spamassassin/spamassassin.c
13721         * src/plugins/spamassassin/spamassassin.h
13722         * src/plugins/spamassassin/spamassassin_gtk.c
13723                 Unregister learner when spamassassin is either
13724                 disabled or over tcp
13725
13726 2006-02-24 [colin]      2.0.0cvs82
13727
13728         * src/Makefile.am
13729         * src/mainwindow.c
13730         * src/mainwindow.h
13731         * src/procmsg.c
13732         * src/procmsg.h
13733         * src/stock_pixmap.c
13734         * src/stock_pixmap.h
13735         * src/summaryview.c
13736         * src/summaryview.h
13737         * src/gtk/icon_legend.c
13738         * src/pixmaps/spam.xpm  ** NEW FILE **
13739         * src/plugins/spamassassin/spamassassin.c
13740         * src/plugins/spamassassin/spamassassin_gtk.c
13741                 Add spam learning interface (Mark/Mark as 
13742                 (spam|ham) menus)
13743
13744 2006-02-24 [wwp]        2.0.0cvs81
13745
13746         * src/compose.c
13747         * src/compose.h
13748         * src/filtering.c
13749                 hide compose window when sending message in batch mode
13750                 (filtering: forward and redirect). Also fixed a wrong
13751                 value returned when sending failed, neutral anyway.
13752                 (Colin, me) 
13753
13754 2006-02-24 [wwp]        2.0.0cvs80
13755
13756         * src/mainwindow.c
13757                 use GTK+'s stock quit button. Patch by Fabien Vantard.
13758
13759 2006-02-24 [paul]       2.0.0cvs79
13760
13761         * src/news.c
13762         * src/news.h
13763         * src/news_gtk.c
13764                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
13765                 Thanks to Colin
13766
13767 2006-02-23 [colin]      2.0.0cvs78
13768
13769         * src/alertpanel.c
13770                 Change OK to Close in alertpanel with View log
13771                 button; add accel to View log. Patch by Fabien
13772                 Vantard
13773
13774 2006-02-23 [wwp]        2.0.0cvs77
13775
13776         * src/compose.c
13777                 silly me, there were much more tests to perform, since toolbars can
13778                 really have down to 1 element only.
13779
13780 2006-02-23 [wwp]        2.0.0cvs76
13781
13782         * commitHelper
13783                 fixed indentation from my previous commit. Fallback to VISUAL if
13784                 EDITOR is not set (and to vi, at last resort).
13785
13786 2006-02-23 [wwp]        2.0.0cvs75
13787
13788         * commitHelper
13789                 improved error detection (Colin, me).
13790
13791 2006-02-23 [wwp]        2.0.0cvs74
13792
13793         * src/prefs_toolbar.c
13794                 simplify and fix prefs/toolbars layouting. Combos' contents can
13795                 now be really displayed.
13796
13797 2006-02-23 [wwp]        2.0.0cvs73
13798         simplifies and fix prefs/toolbars layouting. Combos' contents can now
13799         be really displayed.
13800
13801 2006-02-22 [wwp]        2.0.0cvs72
13802
13803         * src/compose.c
13804                 fix a typo in my previous commit (sorry!).
13805
13806 2006-02-22 [wwp]        2.0.0cvs71
13807
13808         * src/prefs_toolbar.c
13809                 fix a crash when adding separators to toolbars,
13810                 also fix some separator item information.
13811
13812 2006-02-22 [wwp]        2.0.0cvs70
13813
13814         * src/compose.c
13815                 fix a crash when redirecting (for instance) when compose window's
13816                 toolbar contents has been customized (when some buttons have been
13817                 removed in fact).
13818
13819 2006-02-21 [wwp]        2.0.0cvs69
13820
13821         * src/summaryview.c
13822         * src/gtk/pluginwindow.c
13823         * src/plugins/pgpcore/prefs_gpg.c
13824                 fix some compilation warnings (feat. remains of removed code).
13825
13826 2006-02-21 [wwp]        2.0.0cvs68
13827
13828         * src/gtk/gtkutils.c
13829                 fix two compilation issues, thanks to Stephan Sachse.
13830
13831 2006-02-20 [colin]      2.0.0cvs67
13832
13833         * src/mainwindow.c
13834                 Don't reselect displayed mail on refocus
13835                 This fixes actions misbehaving 
13836
13837 2006-02-20 [wwp]        2.0.0cvs66
13838
13839         * src/summaryview.c
13840         * src/gtk/gtksctree.c
13841         * src/gtk/gtkshruler.c
13842                 changed more runtime typecast checks.
13843
13844 2006-02-20 [wwp]        2.0.0cvs65
13845
13846         * src/summary_search.c
13847                 find all - summaryview refresh issue fixed, thanks to Colin.
13848
13849 2006-02-20 [wwp]        2.0.0cvs64
13850
13851         * src/gtk/gtkutils.c
13852                 better runtime typecast checks.
13853
13854 2006-02-20 [wwp]        2.0.0cvs63
13855
13856         * src/summary_search.c
13857                 enhancements to the summary search:
13858                         - add the ability to stop the running search
13859                           (upon ESC-key press, new Stop button or when Clear button is pressed)
13860                         - don't search if no criteria (From/To/Subject/Body) is set
13861                         - ensure that a busy mouse pointer is always shown when searching,
13862                           show it even a bit earlier
13863
13864 2006-02-19 [colin]      2.0.0cvs62
13865
13866         * src/compose.c
13867         * src/imap.c
13868         * src/etpan/imap-thread.c
13869         * src/etpan/imap-thread.h
13870                 (Future) IMAP speed improvement on sending
13871                 Will require a libetpan update
13872         * src/summaryview.c
13873         * src/gtk/quicksearch.c
13874                 Make quicksearch clearable while running.
13875
13876 2006-02-17 [colin]      2.0.0cvs61
13877
13878         * src/imap.c
13879         * src/etpan/imap-thread.c
13880         * src/etpan/imap-thread.h
13881                 Check for IMAP certificates
13882                 ** Requires libetpan-0.42-cvs4 
13883                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
13884
13885 2006-02-17 [colin]      2.0.0cvs60
13886
13887         * src/messageview.c
13888         * src/prefs_common.c
13889         * src/prefs_common.h
13890         * src/prefs_message.c
13891                 Add pref to display HTML-only mails with plugin, 
13892                 if possible (defaulting to FALSE of course).
13893
13894 2006-02-16 [colin]      2.0.0cvs59
13895
13896         * src/main.c
13897         * src/common/plugin.c
13898         * src/common/plugin.h
13899         * src/gtk/pluginwindow.c
13900                 Keep track of requested (but unloaded) plugins
13901                 in some error cases.
13902
13903 2006-02-16 [wwp]        2.0.0cvs58
13904
13905         * src/gtk/gtkaspell.c
13906         * src/gtk/gtkaspell.h
13907         * src/prefs_spelling.c
13908         * src/compose.c
13909         * src/prefs_common.c
13910         * src/prefs_common.h
13911                 implemented new optional spellchecker behaviour: re-check message when
13912                 dictionary got changed (from compose-window/context-menu/Change dictionary).
13913
13914 2006-02-16 [wwp]        2.0.0cvs57
13915
13916         * src/quote_fmt_parse.y
13917                 pclose popen'ed pipe.
13918
13919 2006-02-15 [colin]      2.0.0cvs56
13920
13921         * src/mimeview.c
13922         * src/mimeview.h
13923                 Let MimeViewers know which MimeView they
13924                 depend of.
13925         * src/summaryview.c
13926                 Swap From/To columns in Sent/Queue/Drafts
13927                 folders
13928         * src/etpan/imap-thread.c
13929                 Use mailstream_low_tls_open() for STARTTLS
13930                 instead of mailstream_low_ssl_open()
13931                 ** REQUIRES libetpan 0.42cvs3 **
13932
13933 2006-02-15 [wwp]        2.0.0cvs55
13934
13935         * src/compose.c
13936         * src/compose.h
13937         * src/message_search.c
13938         * src/message_search.h
13939         * src/textview.c
13940         * src/gtk/gtkutils.c
13941         * src/gtk/gtkutils.h
13942                 added the ability to Find text in the compose window (and a bit
13943                 of code factorization).
13944
13945 2006-02-15 [wwp]        2.0.0cvs54
13946
13947         * src/prefs_gtk.c
13948                 yet another one file was missing (fix for some widgets' sensitivity).
13949                 Thanks Colin!
13950
13951 2006-02-15 [wwp]        2.0.0cvs53
13952
13953         * src/prefs_gtk.h
13954                 oops forgot that file (fix for some widgets' sensitivity).
13955
13956 2006-02-15 [wwp]        2.0.0cvs52
13957
13958         * src/summary_search.c
13959                 implemented advanced summary search options (added the ability
13960                 to use matcher conditions in an advanced search mode).
13961
13962 2006-02-15 [wwp]        2.0.0cvs51
13963
13964         * src/plugins/pgpcore/prefs_gpg.c
13965         * src/prefs_account.c
13966                 fix some widget sensitivity, mostly around some labels in
13967                 account prefs.
13968
13969 2006-02-15 [paul]       2.0.0cvs50
13970
13971         * manual/advanced.xml
13972                 improve Templates info
13973                 written by wwp
13974
13975 2006-02-14 [colin]      2.0.0cvs49
13976
13977         * src/pixmaps/address_book.xpm
13978         * src/pixmaps/preferences.xpm
13979         * src/pixmaps/properties.xpm
13980                 Fix pixmap size - patch by Fabien Vantard
13981
13982 2006-02-13 [colin]      2.0.0cvs48
13983
13984         * src/procmime.c
13985                 Add missing fclose()s on error
13986         * src/textview.c
13987                 Remove unused code
13988         * src/common/utils.c
13989                 Fix temp files not being deleted on windows
13990         Patches by Thomas Gilgin
13991
13992 2006-02-13 [colin]      2.0.0cvs47
13993
13994         * src/mainwindow.c
13995                 Fix exit crash
13996
13997 2006-02-13 [wwp]        2.0.0cvs46
13998
13999         * src/plugins/pgpcore/prefs_gpg.c
14000                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14001
14002 2006-02-12 [colin]      2.0.0cvs45
14003
14004         * src/folderview.c
14005         * src/main.c
14006         * src/mainwindow.c
14007                 Fix "stuff" when quitting
14008
14009 2006-02-12 [wwp]        2.0.0cvs44
14010
14011         * src/prefs_themes.c
14012                 fix typos in debug messages.
14013
14014 2006-02-11 [colin]      2.0.0cvs43
14015
14016         * src/summaryview.c
14017                 don't allow drag/drop from ourself
14018
14019 2006-02-10 [wwp]        2.0.0cvs42
14020
14021         * src/exporthtml.c
14022         * src/html.c
14023         * src/html.h
14024         * src/procmime.c
14025         * src/textview.c
14026                 renamed html_ prefixed functions and data structures to avoid
14027                 namespace clashes w/ other software (gtkhtml2 for instance).
14028                 Closes bug #907.
14029
14030
14031 2006-02-09 [colin]      2.0.0cvs41
14032
14033         * src/summaryview.c
14034                 Fix shitty logic messed up. Thanks Ticho for the hint!
14035
14036 2006-02-09 [wwp]        2.0.0cvs40
14037
14038         * src/gtk/about.c
14039         * src/compose.c
14040         * src/prefs_account.c
14041         * src/prefs_gtk.h
14042         * src/editaddress.c
14043                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14044                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14045                 Browse buttons in accounts prefs.
14046
14047 2006-02-09 [colin]      2.0.0cvs39
14048
14049         * src/matcher.c
14050                 Check for pointer before using its members
14051         * src/gtk/gtksourceprintjob.c
14052                 Fix a wrong warning
14053
14054 2006-02-09 [wwp]        2.0.0cvs38
14055
14056         * src/gtk/filesel.c
14057                 fix few compiler warnings (type mismatch).
14058
14059 2006-02-09 [paul]       2.0.0cvs37
14060
14061         * po/fr.po
14062                 updated by Fabien Vantard
14063
14064 2006-02-08 [colin]      2.0.0cvs36
14065
14066         * src/prefs_common.c
14067         * src/common/defs.h
14068         * src/common/plugin.c
14069                 allow windows and linux configurations to coexist
14070                 patch by Thomas Gilgin
14071
14072 2006-02-08 [colin]      2.0.0cvs35
14073
14074         * src/filtering.c
14075         * src/matcher.c
14076         * src/matcher.h
14077         * src/matcher_parser_parse.y
14078         * src/prefs_filtering_action.c
14079         * src/prefs_matcher.c
14080                 Add the "Ignore thread" filtering
14081                 action
14082
14083 2006-02-08 [colin]      2.0.0cvs34
14084
14085         * src/compose.c
14086         * src/procmime.c
14087         * src/procmime.h
14088                 Fix bug #905 (damaged attachment)
14089                 text files with raw \0's aren't really text files
14090         FOR_STABLE
14091
14092 2006-02-08 [colin]      2.0.0cvs33
14093
14094         * src/summaryview.c
14095                 Fix crasher introduced yesterday
14096
14097 2006-02-08 [wwp]        2.0.0cvs32
14098
14099         * src/compose.c
14100         * src/compose.h
14101                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14102
14103 2006-02-08 [wwp]        2.0.0cvs31
14104
14105         * src/prefs_template.c
14106                 templates enhancement: allow address completion for Cc and Bcc fields
14107                 (it was currently possible for the To field only)
14108
14109 2006-02-08 [colin]      2.0.0cvs30
14110
14111         * src/compose.c
14112                 Don't unblock if not blocked
14113         FOR_STABLE
14114
14115 2006-02-07 [colin]      2.0.0cvs29
14116
14117         * src/action.c
14118                 Forgot to refresh summaryview
14119
14120 2006-02-07 [colin]      2.0.0cvs28
14121
14122         * src/action.c
14123                 Freeze/thaw message list and folder list while
14124                 processing %as{} actions 
14125         * src/compose.c
14126                 Fix auto-wrap disabling after a middle-click
14127                 paste - FOR_STABLE
14128
14129 2006-02-07 [paul]       2.0.0cvs27
14130
14131         * src/folder.c
14132                 fix freeing of uninitialised pointers
14133                 Thanks to Colin
14134
14135 2006-02-06 [colin]      2.0.0cvs26
14136
14137         * src/folder.c
14138                 Use g_slist_prepend in potentially big list
14139
14140 2006-02-06 [colin]      2.0.0cvs25
14141
14142         * src/folder.c
14143                 Completely skip processing if it doesn't 
14144                 exist (faster!)
14145
14146 2006-02-06 [colin]      2.0.0cvs24
14147
14148         * src/folder.c
14149         * src/summaryview.c
14150                 Batch filtering in summaryview (from Tools menu)
14151                 and pre/post//-processing too
14152
14153 2006-02-06 [colin]      2.0.0cvs23
14154
14155         * src/procmsg.h
14156         * src/filtering.c
14157                 Use a special field for batch filtering instead
14158                 of stepping on deferred execution's toes
14159
14160 2006-02-06 [colin]      2.0.0cvs22
14161
14162         * src/action.c
14163         * src/filtering.c
14164         * src/filtering.h
14165         * src/folder.c
14166         * src/summaryview.c
14167                 Fix filtering via menus and actions
14168
14169 2006-02-06 [colin]      2.0.0cvs21
14170
14171         * src/imap.c
14172                 Put the added file directly to cache if possible (will work
14173                 with next libetpan)
14174         * src/filtering.c
14175         * src/filtering.h
14176         * src/inc.c
14177         * src/folder.c
14178         * src/mbox.c
14179         * src/procmsg.h
14180                 Move and copy filtered messages by batches instead of one
14181                 by one - faster on IMAP
14182         * src/procmsg.c
14183                 Add a function that'll possibly be useful later
14184
14185 2006-02-06 [colin]      2.0.0cvs20
14186
14187         * src/addressbook.c
14188                 Use internal mime-type instead of text/plain for d'n'd
14189         * src/compose.c
14190                 Allow attaching files from mimeview's icon list via d'n'd
14191         * src/folderview.c
14192         * src/folderview.h
14193                 Use internal mime-type instead of text/plain for d'n'd
14194                 Don't try to selected opened folder if none is
14195                 Factorize d'n'd from other apps code
14196         * src/headerview.c
14197         * src/textview.c
14198         * src/gtk/gtkutils.c
14199         * src/gtk/gtkutils.h
14200                 Factorize Face/X-Face stuff
14201         * src/mimeview.c
14202                 Fix d'n'd to other apps
14203         * src/prefs_message.c
14204                 Let the XFace pref be usable without libcompface as it also
14205                 applies to Face
14206         * src/summaryview.c
14207                 Fix d'n'd to other apps
14208                 Factorize d'n'd from other apps code
14209
14210 2006-02-06 [wwp]        2.0.0cvs19
14211
14212         * po/it.po
14213                 Italian translation fixes by Andrea Spadaccini (no more confusion
14214                 between filtering and processing, and few changes in the About
14215                 dialog).
14216
14217
14218 2006-02-06 [mones]      2.0.0cvs18
14219
14220         * src/gtk/icon_legend.c
14221                 Improved descriptions allowing better translations
14222
14223 2006-02-05 [colin]      2.0.0cvs17
14224
14225         * src/imap.c
14226                 Add the f*cking missing expunge that caused imap_fetch_env
14227                 to fail after an add_msgs ! :-///
14228         * src/etpan/imap-thread.c
14229                 Add a bit of debug
14230         FOR_STABLE
14231
14232 2006-02-05 [colin]      2.0.0cvs16
14233
14234         * src/common/utils.c
14235                 Don't check for return-path (or we can't put
14236                 back non-sent mails)
14237
14238 2006-02-05 [colin]      2.0.0cvs15
14239
14240         * src/textview.c
14241                 Don't try to display Face header in textview
14242                 when teh headerview's active
14243
14244 2006-02-05 [colin]      2.0.0cvs14
14245
14246         * tools/tbird2syl.py
14247         * tools/Makefile.am
14248                 Add script to import Thunderbird mails
14249
14250 2006-02-05 [colin]      2.0.0cvs13
14251
14252         * src/headerview.c
14253         * src/procheader.c
14254         * src/procmsg.c
14255         * src/procmsg.h
14256         * src/textview.c
14257                 Show Face headers - patch partially by Klaus Flittner
14258
14259 2006-02-05 [colin]      2.0.0cvs12
14260
14261         * src/folderview.c
14262         * src/summaryview.c
14263         * src/common/utils.c
14264         * src/common/utils.h
14265                 Let dnd work from mime icons to summaryview
14266                 and to folderview too
14267                 Add a crude test to avoid trying to add files
14268                 drag'n'dropped when they're not mails
14269
14270 2006-02-04 [colin]      2.0.0cvs11
14271
14272         * src/summaryview.c
14273         * src/mimeview.c
14274                 Fix utf8 conversion
14275
14276 2006-02-04 [colin]      2.0.0cvs10
14277
14278         * src/compose.c
14279         * src/folderview.c
14280         * src/mimeview.c
14281         * src/summaryview.c
14282         * src/summaryview.h
14283                 Added various drag and drop capas:
14284                 From                    To
14285                 summaryview             other apps
14286                 mimeview icons          other apps
14287                 other apps              summaryview
14288                 other apps              folderview
14289
14290                 This shouldn't have broken the existing:
14291                 From                    To
14292                 summaryview             folderview
14293                 folderview              folderview
14294                 summaryview             compose's attachments
14295
14296         Tests welcomed.
14297
14298 2006-02-02 [paul]       2.0.0cvs9
14299
14300         * src/mainwindow.c
14301                 move global option 'Set displayed columns...' out
14302                 of folder option grouping.
14303                 fix sensitivity of 'harvest addresses'
14304         FOR_STABLE
14305
14306 2006-02-01 [colin]      2.0.0cvs8
14307
14308         * src/mimeview.c
14309                 Revert the alertpanel patch, it sucks (intrusive
14310                 and gets in the way of "open")
14311
14312 2006-02-01 [colin]      2.0.0cvs7
14313
14314         * src/compose.c
14315         * src/prefs_account.c
14316         * src/prefs_common.c
14317         * src/common/defs.h
14318         * src/common/utils.c
14319         * src/common/utils.h
14320                 Add ability to edit the signature file
14321                 from the account preferences, and use
14322                 a default for the text editor.
14323                 Patch by Fabien Vantard
14324
14325 2006-02-01 [colin]      2.0.0cvs6
14326
14327         * src/mimeview.c
14328                 Try to get mime type by extension if it is
14329                 application/octet-stream
14330                 Display a window with possible choices when
14331                 encountering unknown mime types
14332         * src/gtk/filesel.c
14333         * src/gtk/filesel.h
14334                 Add preview
14335                 Allow multiple selection in filtered filesel
14336                 (patch by Fabien Vantard)
14337         * src/gtk/pluginwindow.c
14338                 Use it (patch by Fabien Vantard)
14339
14340 2006-02-01 [paul]       2.0.0cvs5
14341
14342         * src/jpilot.c
14343                 fix crash on creating jpilot address book
14344                 Thanks to Colin - FOR_STABLE
14345         * src/prefs_summaries.c
14346         * src/prefs_wrapping.c
14347         * src/gtk/icon_legend.c
14348         * src/gtk/quicksearch.c
14349                 string fixes and additions
14350
14351 2006-02-01 [paul]       2.0.0cvs4
14352
14353         * src/compose.c
14354         * src/mainwindow.c
14355         * src/messageview.c
14356         * src/prefs_send.c
14357                 add Arabic encoding option
14358                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14359
14360 2006-01-31 [colin]      2.0.0cvs3
14361
14362         * src/plugins/pgpcore/passphrase.c
14363                 Convert passphrase to locale encoding
14364         * src/compose.c
14365                 Fix drafting on IMAP. Crappy bug sneaked in
14366                 the release :-/
14367         FOR_STABLE
14368
14369 2006-01-30 [paul]       2.0.0cvs2
14370
14371         * src/gtk/icon_legend.c
14372                 show the new entries
14373
14374 2006-01-30 [colin]      2.0.0cvs1
14375
14376         * src/manual.c
14377                 Check for the file to be present before 
14378                 enabling the menu - FOR_STABLE
14379         * src/gtk/icon_legend.c
14380                 Add folders icons (not all of them, there
14381                 are too much, but the most intriguing ones)
14382
14383 2006-01-30 [paul]       2.0.0
14384
14385         version 2.0.0 released
14386
14387 [For previous entries, see ChangeLog.pre2.0.0]