2007-01-16 [paul] 2.7.1cvs6
[claws.git] / ChangeLog
1 2007-01-16 [paul]       2.7.1cvs6
2
3         * src/action.c
4         * src/compose.c
5         * src/mimeview.c
6         * src/procmime.c
7         * src/textview.c
8                 Save and use errno for procmime_get_part
9
10 2007-01-16 [colin]      2.7.1cvs5
11
12         * src/imap.c
13                 Never remove INBOX when scanning for
14                 new folders. It's a special folder
15                 that has to exist.
16
17 2007-01-15 [colin]      2.7.1cvs4
18
19         * src/imap.c
20                 Fix 'Check for new folders' when IMAP subdirectory
21                 is set
22         * src/etpan/imap-thread.c
23                 Fix build
24
25 2007-01-15 [colin]      2.7.1cvs3
26
27         * src/etpan/imap-thread.c
28                 Fix invalid free on command-connection
29                 error
30
31 2007-01-15 [wwp]        2.7.1cvs2
32
33         * src/matcher_parser_lex.l
34         * src/quote_fmt_lex.l
35         * src/matcher_parser_parse.y
36                 fix copyright header in lexers and parsers.
37
38 2007-01-15 [paul]       2.7.1cvs1
39
40         * NEWS
41         * README
42         * RELEASE_NOTES
43         * configure.ac
44                 bump up version number following
45                 stable release
46
47 2007-01-15 [paul]       2.7.0cvs31
48
49         * AUTHORS
50         * src/gtk/authors.h
51                 add Fabien to the Team list
52                 add the recent contributors
53                 make a few corrections
54
55 2007-01-15 [paul]       2.7.0cvs30
56
57         * src/mainwindow.c
58                 fix compiler warning
59         * src/plugins/pgpcore/prefs_gpg.c
60         * src/plugins/pgpcore/prefs_gpg.h
61                 add missing include
62                 fix copyright header
63
64 2007-01-14 [colin]      2.7.0cvs29
65
66         * src/gtk/filesel.c
67                 Use the 'gtk+' backend. Avoids gnome-vfs use,
68                 two benefits: faster to open, will fix strange
69                 dbus-related crash. Thanks to Pascal Terjan.
70
71 2007-01-14 [colin]      2.7.0cvs28
72
73         * src/etpan/imap-thread.c
74                 Delete the old imap just after allocating
75                 the new one. Makes sure we don't get the
76                 same pointer by sheer luck, which feels
77                 strange in the debug log.
78
79 2007-01-14 [colin]      2.7.0cvs27
80
81         * src/gtk/inputdialog.c
82                 Make sure we don't print passwords in
83                 clear text when in debug mode
84
85 2007-01-14 [colin]      2.7.0cvs26
86
87         * src/gtk/gtksctree.c
88                 Fix bug 1098, 'bogus last row display 
89                 after expanding a thread'. Patch by
90                 Jindrich Makovicka <makovick@gmail.com>
91
92 2007-01-14 [colin]      2.7.0cvs25
93
94         * src/etpan/imap-thread.c
95                 Close socket manually before
96                 freeing the imap struct
97
98 2007-01-14 [colin]      2.7.0cvs24
99
100         * src/etpan/imap-thread.c
101                 Maybe fix new reconnection issues
102
103 2007-01-13 [colin]      2.7.0cvs23
104
105         * src/summaryview.c
106                 Freeze/thaw on thread selection
107
108 2007-01-13 [paul]       2.7.0cvs22
109
110         * src/mainwindow.c
111         * src/summaryview.c
112         * src/summaryview.h
113                 add 'Edit/Delete thread'
114
115 2007-01-13 [colin]      2.7.0cvs21
116
117         * src/prefs_account.c
118         * src/prefs_compose_writing.c
119         * src/prefs_message.c
120         * src/prefs_msg_colors.c
121         * src/prefs_other.c
122         * src/prefs_receive.c
123         * src/prefs_spelling.c
124         * src/prefs_summaries.c
125         * src/prefs_themes.c
126         * src/gtk/gtkutils.c
127         * src/gtk/gtkutils.h
128         * src/plugins/pgpcore/prefs_gpg.c
129         * src/plugins/spamassassin/spamassassin_gtk.c
130                 Factorize gtk frame creation
131                 Patch by Pawel
132
133 2007-01-13 [colin]      2.7.0cvs20
134
135         * src/message_search.c
136         * src/summary_search.c
137                 Fix Enter in search windows
138         * src/messageview.c
139                 Fix body search starting at the
140                 end of the mail (and asking for loop)
141
142 2007-01-13 [colin]      2.7.0cvs19
143
144         * src/etpan/imap-thread.c
145                 Make sure we don't free the same imap
146                 twice
147
148 2007-01-13 [colin]      2.7.0cvs18
149
150         * commitHelper
151                 Allow multiple commitHelpers to
152                 run at once
153
154 2007-01-12 [colin]      2.7.0cvs17
155
156         * src/etpan/imap-thread.c
157                 Make sure we get rid of the previous mailimap
158                 when connecting - just in case disconnect was
159                 unclean
160
161 2007-01-12 [paul]       2.7.0cvs16
162
163         * src/compose.c
164                 Strip S/MIME signatures when re-editing
165                 S/MIME signed messages.
166
167 2007-01-12 [paul]       2.7.0cvs15
168
169         * configure.ac
170         * src/addressbook.c
171         * src/foldersel.c
172         * src/folderview.c
173         * src/main.c
174                 no need to define CLAWS anymore, remove
175                 all that stuff
176
177 2007-01-12 [paul]       2.7.0cvs14
178
179         * src/mimeview.c
180                 check if the mail's signed as
181                 it can change the mail structure
182                 Thanks to Colin
183
184 2007-01-12 [paul]       2.7.0cvs13
185
186         * src/procmime.c
187                 fix Forwarding msgs with attachments
188                 that have dos line endings
189                 Thanks to Colin
190
191 2007-01-12 [wwp]        2.7.0cvs12
192
193         * configure.ac
194                 Revert accidentally committed extra version tag.
195
196 2007-01-12 [wwp]        2.7.0cvs11
197
198         * src/prefs_account.c
199                 Fix compilation w/o aspell (completes 2.7.0cvs7).
200
201 2007-01-11 [colin]      2.7.0cvs10
202
203         * src/imap.c
204                 move g_warning to debug_print
205                 it scares people for no reason
206
207 2007-01-11 [colin]      2.7.0cvs9
208
209         * po/POTFILES.in
210                 Fix files to translate. Patch by
211                 Fabien
212
213 2007-01-11 [paul]       2.7.0cvs8
214
215         * src/imap.c
216                 Fix recursion when server lists the
217                 current subfolder in the response
218         * src/mimeview.c
219                 Fix updating of icon_list/ctree
220         * src/plugins/pgpcore/select-keys.c
221                 Fix a few annoyances when choosing
222                 keys for the CMS (S/MIME) protocol
223
224 2007-01-11 [wwp]        2.7.0cvs7
225
226         * src/compose.c
227         * src/prefs_account.c
228         * src/prefs_account.h
229                 Add per-account spellcheck default dictionaries settings.
230
231 2007-01-10 [colin]      2.7.0cvs6
232
233         * src/prefs_folder_item.c
234                 Factorize strings - patch by Fabien
235
236 2007-01-10 [colin]      2.7.0cvs5
237
238         * src/mainwindow.c
239                 Fix bug 1095, 'Crash while changing folder 
240                 columns during incorporation'
241
242 2007-01-09 [colin]      2.7.0cvs4
243
244         * src/gtk/pluginwindow.c
245                 Set the plugin window transient. Seems
246                 like some window managers hide it in
247                 the background after "load plugin"...
248
249 2007-01-09 [colin]      2.7.0cvs3
250
251         * src/gtk/filesel.c
252                 Use the same type for alloc and free
253
254 2007-01-08 [paul]       2.7.0cvs2
255
256         * po/nl.po
257                 updated by Tim Dijkstra
258
259 2007-01-08 [paul]       2.7.0cvs1
260
261         * src/prefs_themes.c
262         * src/common/utils.c
263                 Fix resource leaks
264
265 2007-01-08 [paul]       2.7.0
266
267         * NEWS
268         * README
269         * RELEASE_NOTES
270                 2.7.0 released
271
272 2007-01-08 [paul]       2.6.1cvs119
273
274         * doc/man/claws-mail.1
275                 another correction
276
277 2007-01-08 [paul]       2.6.1cvs118
278
279         * doc/man/claws-mail.1
280                 corrections
281         * manual/advanced.xml
282                 improved English usage
283
284 2007-01-08 [paul]       2.6.1cvs117
285
286         * po/ca.po
287         * po/de.po
288         * po/en_GB.po
289         * po/fi.po
290         * po/it.po
291         * po/pt_BR.po
292         * po/sk.po
293         * po/sr.po
294         * po/zh_CN.po
295                 updated by Miquel Oliete, Stephan Sachse, me,
296                 Tommi Pirinen, Andrea Spadaccini, Frederico
297                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
298                 Urosevic, and Ralgh Young
299
300 2007-01-07 [mones]      2.6.1cvs116
301
302         * manual/es/advanced.xml
303         * po/es.po
304                 Synced manual (unhide mark_as_read_delay)
305                 and updated translation for release
306
307 2007-01-07 [paul]       2.6.1cvs115
308
309         * src/prefs_matcher.c
310                 make the hbox content fit better under
311                 various languages
312
313 2007-01-07 [colin]      2.6.1cvs114
314
315         * src/messageview.c
316                 Fix bug 1088, 'Ctrl-h produces repeatable
317                 crash'
318
319 2007-01-06 [colin]      2.6.1cvs113
320
321         * src/etpan/imap-thread.c
322                 Add casts to int to get certs. Fixes
323                 bug 1064, 'crash @ etpan_certificate_check() 
324                 when opening an IMAP folder', with latest
325                 libetpan CVS or >= 0.49
326         * src/mainwindow.c
327         * src/mainwindow.h
328         * src/imap_gtk.c
329         * src/news_gtk.c
330         * src/prefs_folder_item.c
331                 Grey out the "synchronise" menu items if
332                 there's nothing to synchronise.
333         * src/plugins/pgpcore/sgpgme.c
334                 Make an error clearer than "Unknown error"
335
336 2007-01-06 [colin]      2.6.1cvs112
337
338         * src/messageview.c
339                 Don't try to show a message if updating
340                 Maybe fixes bug 1088, 'ctrl-h produces
341                 repeatable crash'.
342
343 2007-01-06 [colin]      2.6.1cvs111
344
345         * src/summaryview.c
346                 Disable Control-Space (handle it as Space).
347
348 2007-01-05 [paul]       2.6.1cvs110
349
350         * src/imap.c
351                 Fix bug 934, 'sylpheed claws 2.1 
352                 doesn't show Exchanges Public Folders'
353                 Thanks to Hoa and Colin
354         * src/msgcache.c
355                 Refuse to allocate more than 2 MB for a 
356                 single field, it's a good indication of
357                 cache corruption.
358
359 2007-01-05 [colin]      2.6.1cvs109
360
361         * src/mainwindow.c
362                 Allow --select'ing emails by Message-ID too
363
364 2007-01-05 [colin]      2.6.1cvs108
365
366         * src/common/quoted-printable.c
367                 Uh! Third fix :)
368
369 2007-01-05 [colin]      2.6.1cvs107
370
371         * src/common/quoted-printable.c
372                 Fix previous commit about bug 1089
373                 Thanks to Ralf
374
375 2007-01-05 [colin]      2.6.1cvs106
376
377         * src/common/quoted-printable.c
378                 Fix my previous commit on bug 1089
379                 - Thanks to Ralf :)
380
381 2007-01-04 [colin]      2.6.1cvs105
382
383         * src/common/quoted-printable.c
384                 Fix bug 1089, 'NUL characters in Subject 
385                 line are misinterpreted'. Not a pain to
386                 fix in fact.
387
388 2007-01-04 [colin]      
389
390         2.7.0-rc3 released
391
392 2007-01-04 [wwp]        2.6.1cvs104
393
394         * src/image_viewer.c
395                 Force operator precedence (fix a compiler warning).
396
397 2007-01-04 [colin]      2.6.1cvs103
398
399         * src/image_viewer.c
400                 Be cautious there too (same fix as the one
401                 in textview from cvs33)
402         * src/messageview.c
403                 Don't use any MimeViewer plugin when showing
404                 all headers
405
406 2007-01-03 [wwp]        2.6.1cvs102
407
408         * src/html.c
409         * src/html.h
410                 fixed "cent" sign (use the existing ASCII one),
411                 decode more HTML entities,
412                 converted table ASCII entries to UTF-8,
413                 moved a switch() into a hashtable.
414
415 2007-01-03 [paul]       2.6.1cvs101
416
417         * src/compose.c
418         * src/messageview.c
419         * src/procmsg.c
420         * src/procmsg.h
421                 When possible, use move_msg instead of
422                 copy_msg + remove_msg to move sent mail
423                 from Queue to Sent. 
424
425 2007-01-03 [paul]       2.6.1cvs100
426
427         * src/html.c
428                 add more html entity recognition:
429                 pounds, euros, and cents
430
431 2007-01-03 [colin]      2.6.1cvs99
432
433         * src/imap_gtk.c
434                 Don't display an error on NOSELECT
435                 folders when synchronising
436
437 2007-01-03 [paul]       2.6.1cvs98
438
439         * tools/maildir2claws-mail.pl
440                 only substitute 'sent-mail' if it's
441                 the full directory name
442
443 2007-01-03 [paul]       2.6.1cvs97
444
445         * ChangeLog
446         * ChangeLog.pre2.0.0
447         * Makefile.am
448                 archive a chunk of ChangeLog in
449                 ChangeLog.pre2.0.0
450         * ChangeLog.gtk1
451         * doc/src/ChangeLog.claws-pre0.8.0
452                 remove ChangeLog.claws-pre0.8.0, adding
453                 its contents to ChangeLog.gtk1
454
455 2007-01-03 [paul]       2.6.1cvs96
456
457         * src/account.c
458         * src/account.h
459         * src/action.c
460         * src/action.h
461         * src/adbookbase.h
462         * src/addr_compl.c
463         * src/addr_compl.h
464         * src/addrbook.c
465         * src/addrcache.c
466         * src/addrcache.h
467         * src/addrcindex.c
468         * src/addrcindex.h
469         * src/addrclip.c
470         * src/addrclip.h
471         * src/addrdefs.h
472         * src/addressadd.c
473         * src/addressadd.h
474         * src/addressbook.c
475         * src/addressbook.h
476         * src/addressbook_foldersel.c
477         * src/addressbook_foldersel.h
478         * src/addrgather.c
479         * src/addrgather.h
480         * src/addrharvest.c
481         * src/addrharvest.h
482         * src/addrindex.c
483         * src/addrindex.h
484         * src/addritem.c
485         * src/addritem.h
486         * src/addrquery.c
487         * src/addrquery.h
488         * src/addrselect.c
489         * src/addrselect.h
490         * src/alertpanel.c
491         * src/alertpanel.h
492         * src/browseldap.c
493         * src/browseldap.h
494         * src/codeconv.c
495         * src/codeconv.h
496         * src/compose.c
497         * src/compose.h
498         * src/customheader.c
499         * src/customheader.h
500         * src/displayheader.c
501         * src/displayheader.h
502         * src/editaddress.c
503         * src/editaddress.h
504         * src/editbook.c
505         * src/editbook.h
506         * src/editgroup.c
507         * src/editgroup.h
508         * src/editjpilot.c
509         * src/editjpilot.h
510         * src/editldap.c
511         * src/editldap.h
512         * src/editldap_basedn.c
513         * src/editldap_basedn.h
514         * src/editvcard.c
515         * src/editvcard.h
516         * src/exphtmldlg.c
517         * src/exphtmldlg.h
518         * src/expldifdlg.c
519         * src/expldifdlg.h
520         * src/export.c
521         * src/export.h
522         * src/exporthtml.c
523         * src/exporthtml.h
524         * src/exportldif.c
525         * src/exportldif.h
526         * src/filtering.c
527         * src/filtering.h
528         * src/folder.c
529         * src/folder.h
530         * src/folder_item_prefs.c
531         * src/folder_item_prefs.h
532         * src/foldersel.c
533         * src/foldersel.h
534         * src/folderutils.c
535         * src/folderutils.h
536         * src/folderview.c
537         * src/folderview.h
538         * src/grouplistdialog.c
539         * src/grouplistdialog.h
540         * src/headerview.c
541         * src/html.c
542         * src/html.h
543         * src/image_viewer.c
544         * src/image_viewer.h
545         * src/imap.c
546         * src/imap.h
547         * src/imap_gtk.c
548         * src/imap_gtk.h
549         * src/import.c
550         * src/import.h
551         * src/importldif.c
552         * src/importldif.h
553         * src/importmutt.c
554         * src/importmutt.h
555         * src/importpine.c
556         * src/importpine.h
557         * src/inc.c
558         * src/inc.h
559         * src/jpilot.c
560         * src/jpilot.h
561         * src/ldapctrl.c
562         * src/ldapctrl.h
563         * src/ldaplocate.c
564         * src/ldaplocate.h
565         * src/ldapquery.c
566         * src/ldapquery.h
567         * src/ldapserver.c
568         * src/ldapserver.h
569         * src/ldaputil.c
570         * src/ldaputil.h
571         * src/ldif.c
572         * src/ldif.h
573         * src/main.c
574         * src/main.h
575         * src/mainwindow.c
576         * src/mainwindow.h
577         * src/manual.c
578         * src/manual.h
579         * src/mbox.c
580         * src/message_search.c
581         * src/message_search.h
582         * src/messageview.c
583         * src/messageview.h
584         * src/mh.c
585         * src/mh.h
586         * src/mh_gtk.c
587         * src/mh_gtk.h
588         * src/mimeview.c
589         * src/mimeview.h
590         * src/msgcache.c
591         * src/msgcache.h
592         * src/mutt.c
593         * src/mutt.h
594         * src/news.c
595         * src/news.h
596         * src/news_gtk.c
597         * src/news_gtk.h
598         * src/partial_download.c
599         * src/partial_download.h
600         * src/pine.c
601         * src/pine.h
602         * src/pop.c
603         * src/pop.h
604         * src/prefs_account.c
605         * src/prefs_account.h
606         * src/prefs_actions.c
607         * src/prefs_actions.h
608         * src/prefs_common.c
609         * src/prefs_common.h
610         * src/prefs_compose_writing.c
611         * src/prefs_compose_writing.h
612         * src/prefs_customheader.c
613         * src/prefs_customheader.h
614         * src/prefs_display_header.c
615         * src/prefs_display_header.h
616         * src/prefs_filtering.c
617         * src/prefs_filtering.h
618         * src/prefs_filtering_action.c
619         * src/prefs_filtering_action.h
620         * src/prefs_folder_column.c
621         * src/prefs_folder_column.h
622         * src/prefs_folder_item.c
623         * src/prefs_folder_item.h
624         * src/prefs_fonts.c
625         * src/prefs_fonts.h
626         * src/prefs_gtk.c
627         * src/prefs_gtk.h
628         * src/prefs_image_viewer.c
629         * src/prefs_image_viewer.h
630         * src/prefs_matcher.c
631         * src/prefs_matcher.h
632         * src/prefs_message.c
633         * src/prefs_msg_colors.c
634         * src/prefs_msg_colors.h
635         * src/prefs_other.c
636         * src/prefs_quote.c
637         * src/prefs_receive.c
638         * src/prefs_send.c
639         * src/prefs_spelling.c
640         * src/prefs_spelling.h
641         * src/prefs_summaries.c
642         * src/prefs_summaries.h
643         * src/prefs_summary_column.c
644         * src/prefs_summary_column.h
645         * src/prefs_template.c
646         * src/prefs_template.h
647         * src/prefs_themes.c
648         * src/prefs_themes.h
649         * src/prefs_toolbar.c
650         * src/prefs_toolbar.h
651         * src/prefs_wrapping.c
652         * src/prefs_wrapping.h
653         * src/privacy.c
654         * src/privacy.h
655         * src/procheader.c
656         * src/procheader.h
657         * src/procmime.c
658         * src/procmime.h
659         * src/procmsg.c
660         * src/procmsg.h
661         * src/quote_fmt.c
662         * src/quote_fmt_parse.y
663         * src/recv.c
664         * src/recv.h
665         * src/remotefolder.c
666         * src/remotefolder.h
667         * src/send_message.c
668         * src/send_message.h
669         * src/setup.c
670         * src/setup.h
671         * src/sourcewindow.c
672         * src/sourcewindow.h
673         * src/ssl_manager.c
674         * src/ssl_manager.h
675         * src/statusbar.c
676         * src/statusbar.h
677         * src/stock_pixmap.c
678         * src/stock_pixmap.h
679         * src/summary_search.c
680         * src/summary_search.h
681         * src/summaryview.c
682         * src/summaryview.h
683         * src/textview.c
684         * src/textview.h
685         * src/toolbar.c
686         * src/toolbar.h
687         * src/undo.c
688         * src/undo.h
689         * src/unmime.c
690         * src/unmime.h
691         * src/vcard.c
692         * src/vcard.h
693         * src/wizard.c
694         * src/wizard.h
695         * src/common/base64.c
696         * src/common/base64.h
697         * src/common/defs.h
698         * src/common/hooks.c
699         * src/common/hooks.h
700         * src/common/log.c
701         * src/common/log.h
702         * src/common/mgutils.c
703         * src/common/mgutils.h
704         * src/common/nntp.c
705         * src/common/nntp.h
706         * src/common/passcrypt.c
707         * src/common/passcrypt.h.in
708         * src/common/plugin.c
709         * src/common/plugin.h
710         * src/common/prefs.c
711         * src/common/prefs.h
712         * src/common/progressindicator.c
713         * src/common/progressindicator.h
714         * src/common/quoted-printable.c
715         * src/common/quoted-printable.h
716         * src/common/session.c
717         * src/common/session.h
718         * src/common/smtp.c
719         * src/common/smtp.h
720         * src/common/socket.c
721         * src/common/socket.h
722         * src/common/ssl.c
723         * src/common/ssl.h
724         * src/common/ssl_certificate.c
725         * src/common/ssl_certificate.h
726         * src/common/stringtable.c
727         * src/common/stringtable.h
728         * src/common/template.c
729         * src/common/template.h
730         * src/common/timing.h
731         * src/common/utils.c
732         * src/common/utils.h
733         * src/common/version.h.in
734         * src/common/xml.c
735         * src/common/xml.h
736         * src/common/xmlprops.c
737         * src/common/xmlprops.h
738         * src/gtk/about.c
739         * src/gtk/colorlabel.c
740         * src/gtk/colorsel.c
741         * src/gtk/colorsel.h
742         * src/gtk/combobox.c
743         * src/gtk/combobox.h
744         * src/gtk/description_window.c
745         * src/gtk/description_window.h
746         * src/gtk/filesel.c
747         * src/gtk/filesel.h
748         * src/gtk/foldersort.c
749         * src/gtk/foldersort.h
750         * src/gtk/gtksctree.c
751         * src/gtk/gtkutils.c
752         * src/gtk/gtkutils.h
753         * src/gtk/inputdialog.c
754         * src/gtk/inputdialog.h
755         * src/gtk/logwindow.c
756         * src/gtk/logwindow.h
757         * src/gtk/manage_window.c
758         * src/gtk/manage_window.h
759         * src/gtk/menu.c
760         * src/gtk/menu.h
761         * src/gtk/pluginwindow.c
762         * src/gtk/pluginwindow.h
763         * src/gtk/prefswindow.c
764         * src/gtk/prefswindow.h
765         * src/gtk/progressdialog.c
766         * src/gtk/progressdialog.h
767         * src/gtk/sslcertwindow.c
768         * src/gtk/sslcertwindow.h
769         * src/plugins/bogofilter/bogofilter.c
770         * src/plugins/bogofilter/bogofilter.h
771         * src/plugins/bogofilter/bogofilter_gtk.c
772         * src/plugins/clamav/clamav_plugin.c
773         * src/plugins/clamav/clamav_plugin.h
774         * src/plugins/clamav/clamav_plugin_gtk.c
775         * src/plugins/demo/demo.c
776         * src/plugins/dillo_viewer/dillo_prefs.c
777         * src/plugins/dillo_viewer/dillo_prefs.h
778         * src/plugins/dillo_viewer/dillo_viewer.c
779         * src/plugins/pgpcore/passphrase.c
780         * src/plugins/pgpcore/passphrase.h
781         * src/plugins/pgpcore/pgp_viewer.c
782         * src/plugins/pgpcore/pgp_viewer.h
783         * src/plugins/pgpcore/plugin.c
784         * src/plugins/pgpcore/select-keys.c
785         * src/plugins/pgpcore/select-keys.h
786         * src/plugins/pgpcore/sgpgme.c
787         * src/plugins/pgpcore/sgpgme.h
788         * src/plugins/pgpinline/pgpinline.c
789         * src/plugins/pgpinline/pgpinline.h
790         * src/plugins/pgpinline/plugin.c
791         * src/plugins/pgpmime/pgpmime.c
792         * src/plugins/pgpmime/pgpmime.h
793         * src/plugins/pgpmime/plugin.c
794         * src/plugins/spamassassin/spamassassin.c
795         * src/plugins/spamassassin/spamassassin.h
796         * src/plugins/spamassassin/spamassassin_gtk.c
797         * src/plugins/trayicon/trayicon.c
798                 it's 2007, update the year in the copyright headers
799
800 2007-01-03 [paul]       2.6.1cvs95
801
802         * src/gtk/about.c
803                 it is 2007, use it in the copyright string
804
805 2007-01-03 [paul]       2.6.1cvs94
806
807         * src/html.c
808                 html entity conversion:
809                 move &#153; to a more suitable place
810                 add &bull; and &ndash;
811                 make sure &mdash; and &#8212; are both
812                 converted the same
813
814 2007-01-02 [colin]      2.6.1cvs93
815
816         * src/addrbook.c
817                 Fix leak
818         * src/common/plugin.c
819                 Add comment
820         * src/etpan/imap-thread.c
821                 Fix warning
822
823 2006-12-31 [paul]       2.6.1cvs92
824
825         * src/prefs_summaries.c
826                 use gtk_button_new_from_stock()
827
828 2006-12-30 [colin]      2.6.1cvs91
829
830         * src/folder.c
831         * src/imap_gtk.c
832         * src/mh_gtk.c
833                 Don't update filtering and account paths 
834                 when copying folders
835
836 2006-12-30 [colin]      2.6.1cvs90
837
838         * src/prefs_compose_writing.c
839         * src/prefs_quote.c
840         * src/prefs_template.c
841                 Use message font for Writing and 
842                 Quoting prefs, as well as Templates.
843
844 2006-12-30 [colin]      2.6.1cvs89
845
846         * src/prefs_summaries.c
847                 Rework GUI; patch by Pawel
848
849 2006-12-29 [colin]      2.6.1cvs88
850
851         * src/prefs_folder_item.c
852                 Fix bug 1085, 'Apply to subfolder 
853                 doesn't work' - I was mistaken saying
854                 it worked in every case
855
856 2006-12-28 [colin]      2.6.1cvs87
857
858         * src/gtk/gtkaspell.c
859                 Don't assert if use_alternate is true
860                 and alt_dictionary isn't set -- this 
861                 is what happens on upgrade! Rather,
862                 do with it.
863
864 2006-12-28 [colin]      2.6.1cvs86
865
866         * Makefile.am
867                 Fix desktop/icon simplification
868
869 2006-12-28 [colin]      2.6.1cvs85
870
871         * Makefile.am
872                 Make desktop and icon not 
873                 dependant on the desktop
874
875 2006-12-28 [wwp]        2.6.1cvs84
876
877         * src/plugins/pgpmime/claws.def
878                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
879
880 2006-12-28 [wwp]        2.6.1cvs83
881
882         * src/prefs_folder_item.c
883                 Fix coloring of "simplify subject regexp" (folder prefs),
884                 which might be left to red whereas the regexp gets empty.
885
886 2006-12-28 [wwp]        2.6.1cvs82
887
888         * src/prefs_common.c
889         * src/prefs_common.h
890         * src/addressbook.c
891         * src/addressitem.h
892                 Save addressbook mainwindow's horizontal and vertical splitter position.
893
894 2006-12-27 [wwp]        2.6.1cvs81
895
896         * src/gtk/gtkaspell.c
897         * src/gtk/gtkaspell.h
898         * src/compose.c
899                 Fix assignment of compose's default and alternate dictionary from
900                 account or folder settings. Now gtkaspell_change_dict does rotate
901                 dicts only when it's called from a menu cb.
902
903 2006-12-27 [wwp]        2.6.1cvs80
904
905         * src/folder_item_prefs.c
906                 Fix randomly initialized default-alt-dictionary (folder prefs),
907                 complete 2.6.1cvs72.
908
909 2006-12-27 [paul]       2.6.1cvs79
910
911         * src/imap_gtk.c
912         * src/mh_gtk.c
913                 Add Copy folder in the folder's contextual
914                 menu
915
916 2006-12-27 [wwp]        2.6.1cvs78
917
918         * src/imap.c
919                 Clean up session locking, thanks to Colin.
920
921 2006-12-26 [colin]      2.6.1cvs77
922
923         * src/statusbar.c
924                 Revert previous patch
925
926 2006-12-26 [colin]      2.6.1cvs76
927
928         * src/folder.c
929         * src/folderview.c
930         * src/imap.c
931         * src/statusbar.c
932         * src/etpan/imap-thread.c
933                 Fix previous commit warnings
934                 Make statusbar update every second if total < 20
935                 Make IMAP APPEND faster by simplifying log              
936
937 2006-12-26 [colin]      2.6.1cvs75
938
939         * src/folder.c
940         * src/folder.h
941         * src/folderview.c
942         * src/folderview.h
943         * src/imap_gtk.c
944         * src/mh_gtk.c
945                 Make it possible to copy folders accross
946                 mailboxes (this was an arbitrary limitation).
947                 Still make it impossible to move folders 
948                 accross mailboxes.
949
950 2006-12-26 [colin]      2.6.1cvs74
951
952         * src/etpan/imap-thread.c
953                 Fix bug 1081, 'claws-mail 
954                 segfaults when going offline 
955                 while it transfers mails via 
956                 imap'
957
958 2006-12-26 [colin]      2.6.1cvs73
959
960         * src/folder_item_prefs.c
961                 Don't forget alt dictionary when
962                 renaming/moving folders
963
964 2006-12-26 [wwp]        2.6.1cvs72
965
966         * src/folder_item_prefs.c
967                 Add missing defaults for per-folder alt dict
968                 (forgotten in 2.6.1cvs61).
969
970 2006-12-26 [colin]      2.6.1cvs71
971
972         * src/wizard.c
973                 Add tooltip to state that specifying
974                 full path to mailbox is possible
975
976 2006-12-26 [wwp]        2.6.1cvs70
977
978         * src/partial_download.c
979         * src/gtk/gtkvscrollbutton.c
980         * src/plugins/pgpinline/plugin.c
981                 Fix for few compiler warnings that matter.
982
983 2006-12-25 [colin]      2.6.1cvs69
984
985         * src/partial_download.c
986                 Fix marking for download or deletion
987                 when the header isn't the first
988         * src/gtk/logwindow.c
989                 Fix start of scrolling
990
991 2006-12-23 [paul]       2.6.1cvs68
992
993         * src/compose.c
994                 change last commit to use the 'academic'
995                 method instead. Thanks to wwp
996
997 2006-12-23 [paul]       2.6.1cvs67
998
999         * src/compose.c
1000                 don't warn about empty subject when
1001                 redirecting
1002
1003 2006-12-22 [colin]      2.6.1cvs66
1004
1005         * src/summary_search.c
1006                 Fix previous patch
1007
1008 2006-12-22 [colin]      2.6.1cvs65
1009
1010         * src/gtk/gtkutils.c
1011         * src/imap.c
1012         * src/jpilot.c
1013         * src/summary_search.c
1014                 A few warning fixes
1015
1016 2006-12-23 [paul]       
1017
1018         2.7.0-rc2 released
1019
1020 2006-12-22 [colin]      2.6.1cvs64
1021
1022         * src/toolbar.c
1023         * src/toolbar.h
1024                 Add a combo to the learn spam button
1025         * src/plugins/bogofilter/bogofilter.c
1026         * src/plugins/bogofilter/bogofilter_gtk.c
1027         * src/plugins/bogofilter/bogofilter.h
1028                 Allow to store Unsure mails in a specific
1029                 folder to make better teaching easier
1030
1031 2006-12-21 [wwp]        2.6.1cvs63
1032
1033         * src/compose.c
1034         * src/prefs_common.c
1035         * src/prefs_common.h
1036         * src/prefs_spelling.c
1037         * src/gtk/gtkaspell.c
1038         * src/gtk/gtkaspell.h
1039                 Allow spell-checking using both current and alternate dictionaries
1040                 (thanks to Colin).
1041
1042 2006-12-21 [wwp]        2.6.1cvs62
1043
1044         * src/gtk/gtkaspell.c
1045                 Apply recheck_when_changing_dict (highlight all mispelled words)
1046                 when switching to alternate dictionary.
1047
1048 2006-12-21 [wwp]        2.6.1cvs61
1049
1050         * src/compose.c
1051         * src/folder_item_prefs.h
1052         * src/prefs_common.c
1053         * src/prefs_common.h
1054         * src/prefs_folder_item.c
1055         * src/prefs_spelling.c
1056         * src/gtk/gtkaspell.c
1057         * src/gtk/gtkaspell.h
1058                 Add global and per-folder prefs to set the default
1059                 alternate dictionary.
1060
1061 2006-12-21 [colin]      2.6.1cvs60
1062
1063         * src/folder.c
1064                 Look for folders by path in all folders
1065         * src/html.c
1066                 add &mdash;
1067
1068 2006-12-20 [colin]      2.6.1cvs59
1069
1070         * src/gtk/quicksearch.c
1071                 Make sure in_typing is false when clearing
1072
1073 2006-12-20 [wwp]        2.6.1cvs58
1074
1075         * configure.ac
1076                 change manual's target dir to be LFH-compliant (thanks to Colin).
1077
1078 2006-12-20 [wwp]        2.6.1cvs57
1079
1080         * src/prefs_common.c
1081         * src/prefs_summaries.c
1082                 i18n fix and factorize patch, thanks to Fabien.
1083
1084 2006-12-20 [paul]       2.6.1cvs56
1085
1086         * configure.ac
1087                 last of the renaming (??)
1088         * src/main.c
1089                 correct --help info of --status-full
1090         * src/plugins/bogofilter/bogofilter.c
1091                 make FALSE default of whitelist_ab
1092
1093 2006-12-19 [colin]      2.6.1cvs55
1094
1095         * src/jpilot.c
1096                 Same as before, without depending on
1097                 pisock >= 0.12
1098
1099 2006-12-19 [colin]      2.6.1cvs54
1100
1101         * src/jpilot.c
1102                 Fix bug 1059, 'Better jpilot charset 
1103                 handling'. Use libpisync's charset conversion
1104                 if possible
1105
1106 2006-12-19 [colin]      2.6.1cvs53
1107
1108         * po/fr.po
1109                 Updated by Fabien
1110
1111 2006-12-19 [wwp]        2.6.1cvs52
1112
1113         * src/gtk/about.c
1114                 Add missing #include (thanks to Colin).
1115
1116 2006-12-19 [wwp]        2.6.1cvs51
1117
1118         * src/prefs_receive.c
1119                 Better spacing between widgets in prefs.
1120
1121 2006-12-18 [colin]      2.6.1cvs50
1122
1123         * src/imap.c
1124                 Fix failure to get separator on LIST "" ""
1125                 Try LIST "" "INBOX" too.
1126
1127 2006-12-18 [wwp]        2.6.1cvs49
1128
1129         * src/common/session.c
1130                 Fix a compiler warning (thanks to Fabien).
1131
1132 2006-12-18 [wwp]        2.6.1cvs48
1133
1134         * src/compose.c
1135         * src/prefs_quote.c
1136                 Factorize some strings for translation (it's about error
1137                 messages when applying or checking template/quote format).
1138
1139 2006-12-18 [colin]      2.6.1cvs47
1140
1141         * Makefile.am
1142         * src/common/defs.h
1143         * src/gtk/Makefile.am
1144         * src/gtk/about.c
1145                 Add a Release notes tab from the contents of
1146                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1147
1148 2006-12-17 [colin]      2.6.1cvs46
1149
1150         * src/mimeview.c
1151         * src/textview.c
1152         * src/gtk/filesel.c
1153                 Correctly convert from/to UTF8/filename encoding
1154                 when loading and saving files. Probably fixes
1155                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1156                 for a file to attach and is blocked...'
1157
1158 2006-12-17 [colin]      2.6.1cvs45
1159
1160         * src/gtk/logwindow.c
1161                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1162                 IMAP folder and is blocked on main thread': 
1163                 make sure we put utf8 in the log.
1164
1165 2006-12-16 [colin]      2.6.1cvs44
1166
1167         * src/toolbar.c
1168         * src/toolbar.h
1169                 Fix bug 1055, 'Add the 'cancel receive' 
1170                 in the available events for the toolbar buttons'
1171
1172 2006-12-16 [colin]      2.6.1cvs43
1173
1174         * po/POTFILES.in
1175         * src/imap.c
1176         * src/common/nntp.c
1177         * src/common/session.c
1178                 Log error when SSL handshakes fail. 
1179                 Fixes bug 1082, 'incorrect / imprecise 
1180                 error message when imap server provides 
1181                 ssl only through STARTTLS but SSL is 
1182                 selected'
1183
1184 2006-12-15 [wwp]        2.6.1cvs42
1185
1186         * src/plugins/bogofilter/bogofilter_gtk.c
1187                 set proper sensitivity to widgets I've recently added.
1188
1189 2006-12-15 [colin]      
1190
1191         2.7.0-rc1 released
1192
1193 2006-12-15 [wwp]        2.6.1cvs41
1194
1195         * src/plugins/bogofilter/bogofilter.c
1196         * src/plugins/bogofilter/bogofilter.h
1197         * src/plugins/bogofilter/bogofilter_gtk.c
1198                 bogofilter's whitelist can now use a subset of
1199                 the addressbook (either a book, a subfolder of a book,
1200                 or the whole addressbook by using "Any"). Re-used there
1201                 some pref_matcher widgets and mechanisms to match a subset
1202                 of the addressbook.
1203
1204 2006-12-15 [wwp]        2.6.1cvs40
1205
1206         * src/wizard.c
1207         * src/common/plugin.c
1208         * src/common/plugin.h
1209         * src/gtk/about.c
1210         * src/plugins/bogofilter/bogofilter.c
1211         * src/plugins/clamav/clamav_plugin.c
1212         * src/plugins/demo/demo.c
1213         * src/plugins/dillo_viewer/dillo_viewer.c
1214         * src/plugins/pgpcore/plugin.c
1215         * src/plugins/pgpinline/plugin.c
1216         * src/plugins/pgpmime/plugin.c
1217         * src/plugins/spamassassin/spamassassin.c
1218         * src/plugins/trayicon/trayicon.c
1219                 factorize some translatable strings (plugins-related),
1220                 fix missing punctuation in several places,
1221                 remove useless translatable \n in about.c,
1222                 and factorize plugin init code w/ a new function
1223                 check_plugin_version() in common/plugin.c.
1224                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1225
1226 2006-12-15 [wwp]        2.6.1cvs39
1227
1228         * src/plugins/bogofilter/bogofilter.c
1229         * src/plugins/bogofilter/bogofilter_gtk.c
1230                 flag whitelisted spams as spam, but don't filter it to the spam
1231                 folder. Thanks to Colin.
1232
1233 2006-12-15 [ticho]      2.6.1cvs38
1234
1235         * src/plugins/bogofilter/bogofilter.c
1236         * src/plugins/bogofilter/bogofilter.h
1237         * src/plugins/bogofilter/bogofilter_gtk.c
1238                 Add option to whitelist senders found in addressbook. Patch by colin.
1239
1240 2006-12-15 [paul]       2.6.1cvs37
1241
1242         * src/folderview.c
1243                 add missing #include "log.h"
1244
1245 2006-12-15 [paul]       2.6.1cvs36
1246
1247         * src/plugins/bogofilter/bogofilter.c
1248         * src/plugins/bogofilter/bogofilter.h
1249         * src/plugins/bogofilter/bogofilter_gtk.c
1250                 Add an option to allow inserting an
1251                 X-Claws-Bogosity header (on MH folders
1252                 only). Patch by Colin
1253
1254 2006-12-14 [colin]      2.6.1cvs35
1255
1256         * src/main.c
1257                 "Yes" should be the default choice for
1258                 migration configuration
1259
1260 2006-12-14 [paul]       2.6.1cvs34
1261
1262         * src/prefs_summaries.c
1263         * manual/advanced.xml
1264                 Unhide mark_as_read_delay
1265
1266 2006-12-14 [paul]       2.6.1cvs33
1267
1268         * src/messageview.c
1269         * src/messageview.h
1270         * src/mimeview.c
1271         * src/mimeview.h
1272         * src/summaryview.c
1273         * src/textview.c
1274         * src/textview.h
1275                 Fix printing of selection
1276                 Fix printing of message parts
1277                 Fix printing of images
1278         * src/gtk/gtksourceprintjob.c
1279                 Fix page count when there are images
1280
1281 2006-12-14 [wwp]        2.6.1cvs32
1282
1283         * src/mainwindow.c
1284         * src/summaryview.c
1285         * src/summaryview.h
1286         * src/gtk/quicksearch.c
1287                 fix quicksearch 'magnify' button status when QS is closed
1288                 using the Escape key, thanks to Colin.
1289
1290 2006-12-14 [wwp]        2.6.1cvs31
1291
1292         * src/mainwindow.c
1293         * src/summaryview.c
1294         * src/summaryview.h
1295         * src/gtk/quicksearch.c
1296                 fix quicksearch 'magnify' button status when QS is closed
1297                 using the Escape key, thanks to Colin.
1298
1299 2006-12-13 [colin]      2.6.1cvs30
1300
1301         * src/ldapquery.c
1302         * src/ldaputil.c
1303                 Use the binary safe version of ldap_get_values,
1304                 to make sure we manipulate null-terminated 
1305                 strings. Maybe fixes bug 1075, 'claws mail 
1306                 segfault when completing ldap adresses'
1307         * src/syldap.c ** REMOVED **
1308         * src/syldap.h ** REMOVED **
1309                 Remove dead files
1310
1311 2006-12-13 [mones]      2.6.1cvs29
1312
1313         * po/es.po
1314                 Fixed piped strings, fixed click translation
1315
1316 2006-12-13 [paul]       2.6.1cvs28
1317
1318         * src/main.c
1319                 don't translate these strings
1320
1321 2006-12-13 [paul]       2.6.1cvs27
1322
1323         * po/en_GB.po
1324                 updated
1325
1326 2006-12-13 [colin]      2.6.1cvs26
1327
1328         * src/main.c
1329         * src/main.h
1330                 Add claws_is_starting()
1331
1332 2006-12-13 [mones]      2.6.1cvs25
1333
1334         * manual/es/advanced.xml
1335         * po/es.po
1336                 Synced manual and updated translation
1337
1338 2006-12-12 [colin]      2.6.1cvs24
1339
1340         * src/wizard.c
1341                 Add an option to use STARTTLS in the
1342                 welcome wizard. Fixes bug 1080, 
1343                 'Using SSL option in wizard for incoming 
1344                 server does not activate SSL with STARTTLS'
1345
1346 2006-12-12 [colin]      2.6.1cvs23
1347
1348         * src/main.c
1349                 Don't exit when there's an incomplete
1350                 mailbox configured - leaves a chance 
1351                 to fix a failing IMAP account. Exit
1352                 if no mailbox at all is loaded (case
1353                 of missing plugin).
1354                 Completes bug 1077's fix (I was wrong
1355                 in this bug's comment #3).
1356
1357 2006-12-12 [colin]      2.6.1cvs22
1358
1359         * src/gtk/menu.h
1360                 Add another menu data type
1361         * src/prefs_account.c
1362                 Complete the completion of bug 1076
1363                 (doesn't lose the pref on apply)
1364
1365 2006-12-12 [paul]       2.6.1cvs21
1366
1367         * src/prefs_account.c
1368                 complete the fix of bug 1076
1369                 also be more verbose with the text
1370
1371 2006-12-12 [paul]       2.6.1cvs20
1372
1373         * src/gtk/combobox.c
1374                 fix compilation warning
1375
1376 2006-12-11 [colin]      2.6.1cvs19
1377
1378         * src/wizard.c
1379                 Document :port in server entry tooltips
1380
1381 2006-12-11 [colin]      2.6.1cvs18
1382
1383         * src/main.c
1384                 Fix compile
1385
1386 2006-12-11 [colin]      2.6.1cvs17
1387
1388         * src/main.c
1389                 Add failing IMAP as a reason for no
1390                 mailbox
1391
1392 2006-12-11 [colin]      2.6.1cvs16
1393
1394         * src/prefs_account.c
1395                 Check for existence of inbox for local
1396                 accounts too
1397         * src/wizard.c
1398                 Allow setting the port to use for servers
1399                 by using the usual "server.example.com:port"
1400                 syntax. Fixes bug 1077, 'sylpheed-claws does 
1401                 not start when IMAP server is unavailable'
1402
1403 2006-12-11 [colin]      2.6.1cvs15
1404
1405         * src/prefs_account.c
1406                 Prevent use of non-existing default inbox
1407
1408 2006-12-11 [colin]      2.6.1cvs14
1409
1410         * src/prefs_account.c
1411                 Fix sensitivity. Fixes bug 1076, 'privacy 
1412                 options are displayed even when pgp plugin 
1413                 not loaded / available'
1414
1415 2006-12-09 [colin]      2.6.1cvs13
1416
1417         * manual/advanced.xml
1418         * src/prefs_common.c
1419         * src/prefs_common.h
1420         * src/common/ssl_certificate.c
1421                 Add a new hidden preference, 'unsafe_ssl_certs',
1422                 which allows to store multiple certificates per
1423                 server/port. This is disabled by default because
1424                 it's less secure (presenting a new certificate
1425                 instead of a changed one raises less alarms).
1426                 This will cause Claws to ask about an unknown
1427                 certificate for people who have used 2.6.1cvs8
1428                 or greater.
1429
1430 2006-12-09 [colin]      2.6.1cvs12
1431
1432         * src/action.c
1433                 Fix cache updating after action
1434
1435 2006-12-07 [wwp]        2.6.1cvs11
1436
1437         * src/compose.c
1438                 fix email address comparison when replying to all
1439                 (avoid replying to ourselves), thanks to Colin.
1440
1441 2006-12-06 [paul]       2.6.1cvs10
1442
1443         * src/addrharvest.c
1444         * src/editldap.c
1445         * src/expldifdlg.c
1446         * src/news.c
1447         * src/toolbar.c
1448         * src/common/utils.c
1449                 ...and more renaming
1450                 Thanks to Colin
1451
1452 2006-12-06 [paul]       2.6.1cvs9
1453
1454         * src/compose.c
1455         * src/messageview.c
1456         * src/procheader.c
1457         * src/procmime.c
1458         * src/procmsg.c
1459         * src/textview.c
1460                 more renaming
1461                 Thanks to Colin
1462
1463 2006-12-06 [colin]      2.6.1cvs8
1464
1465         * src/ssl_manager.c
1466         * src/common/ssl_certificate.c
1467         * src/common/ssl_certificate.h
1468                 Handle multiple certificates per host/port
1469
1470 2006-12-06 [colin]      2.6.1cvs7
1471
1472         * src/etpan/imap-thread.c
1473                 Fix certificate checking on IMAP
1474
1475 2006-12-06 [colin]      2.6.1cvs6
1476
1477         * src/folderview.c
1478                 Fix bug 1072, 'Claws stops fetching newsgroups 
1479                 from server when newsgroup got deleted': continue
1480                 checking other groups
1481
1482 2006-12-05 [wwp]        2.6.1cvs5
1483
1484         * src/message_search.c
1485         * src/summary_search.c
1486         * src/gtk/combobox.c
1487         * src/gtk/combobox.h
1488         * src/gtk/gtkutils.c
1489         * src/gtk/gtkutils.h
1490                 make up and down arrow keys in modern gtk_combo_box_entry widgets
1491                 behave like w/ old comboboxes (summary and message search only).
1492
1493 2006-12-05 [paul]       2.6.1cvs4
1494
1495         * src/wizard.c
1496                 encode headers
1497                 Thanks to Colin
1498
1499 2006-12-05 [paul]       2.6.1cvs3
1500
1501         * tools/README
1502         * tools/textviewer.pl
1503                 script updated and description added
1504
1505 2006-12-04 [colin]      2.6.1cvs2
1506
1507         * src/compose.c
1508                 Run pre-send hook only when checking
1509                 everything
1510
1511 2006-12-04 [paul]       2.6.1cvs1
1512
1513         * NEWS
1514         * README
1515         * RELEASE_NOTES
1516         * configure.ac
1517         * tools/README
1518                 bump up version number following stable release
1519
1520 2006-12-04 [paul]       2.6.0cvs83
1521
1522         * README
1523                 updates and corrections
1524
1525 2006-12-04 [colin]      2.6.0cvs82
1526
1527         * src/common/utils.c
1528                 Probably fix bug 1066, 'Incorrect mailbox 
1529                 size displayed'
1530
1531 2006-12-04 [colin]      2.6.0cvs81
1532
1533         * src/common/utils.c
1534                 Trim tabs from mailcap file too.
1535
1536 2006-12-02 [paul]       2.6.0cvs80
1537
1538         * src/exphtmldlg.c
1539                 fix broken GUI under certain languages
1540         * src/expldifdlg.c
1541                 put the Cancel button to the right
1542
1543 2006-12-01 [paul]       2.6.0cvs79
1544
1545         * tools/Makefile.am
1546                 remove reference to removed file
1547
1548 2006-12-01 [wwp]        2.6.0cvs78
1549
1550         * src/addressbook.c
1551         * src/editaddress.c
1552                 remove forgotten debug statements.
1553
1554 2006-12-01 [wwp]        2.6.0cvs77
1555
1556         * manual/advanced.xml
1557         * manual/fr/advanced.xml
1558         * src/addressbook.c
1559         * src/addressbook.h
1560         * src/addressitem.h
1561         * src/editaddress.c
1562         * src/editaddress.h
1563         * src/prefs_common.c
1564         * src/prefs_common.h
1565         * src/gtk/gtkutils.c
1566         * src/gtk/gtkutils.h
1567                 add a hidden option to allow embedding the editaddress (edit contact details)
1568                 dialog into the addressbook's window. This doesn't change the default
1569                 behaviour.
1570
1571 2006-12-01 [wwp]        2.6.0cvs76
1572
1573         * src/message_search.c
1574         * src/summary_search.c
1575                 fix more focus issues (don't set focus to combobox's entry widget when
1576                 entry's value changed, if entry widget has focus already).
1577
1578 2006-12-01 [wwp]        2.6.0cvs75
1579
1580         * src/gtk/quicksearch.c
1581                 revert last changes to the quicksearch gtk_combo_box, this needs more
1582                 tuning and testing.
1583
1584 2006-12-01 [paul]       2.6.0cvs74
1585
1586         * tools/kdeservicemenu/README
1587         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1588         * tools/kdeservicemenu/install.sh
1589         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1590         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1591                 simplify this stuff, and in so doing,
1592                 fix it. (possibly re-extend it again at
1593                 a later date)
1594
1595 2006-12-01 [wwp]        2.6.0cvs73
1596
1597         * src/gtk/quicksearch.c
1598                 adapt quicksearch code to use modern gtk_combo_box'es.
1599
1600 2006-12-01 [wwp]        2.6.0cvs72
1601
1602         * src/common/defs.h
1603         * src/prefs_common.c
1604         * src/prefs_common.h
1605         * src/message_search.c
1606         * src/summary_search.c
1607         * src/gtk/combobox.c
1608         * src/gtk/combobox.h
1609                 add history combos to all message and summary search fields.
1610
1611 2006-12-01 [wwp]        2.6.0cvs71
1612
1613         * src/summaryview.c
1614                 As the list may change while the mark as read delay
1615                 runs, we can't rely on the 'row' pointer, which can
1616                 be invalid when the timeout is called. As the mark
1617                 as read is only done if the message is still selected,
1618                 use summaryview->selected instead. Thanks to Colin.
1619
1620 2006-11-30 [paul]       2.6.0cvs70
1621
1622         * src/textview.c
1623                 give emphasis to "Sylpheed-Claws"
1624                 as well as "Claws Mail"
1625
1626 2006-11-30 [colin]      2.6.0cvs69
1627
1628         * src/wizard.c
1629                 Put the SSL checkboxes in the receiving
1630                 and sending server pages.
1631
1632 2006-11-29 [colin]      2.6.0cvs68
1633
1634         * src/gtk/gtkutils.c
1635         * src/gtk/gtkvscrollbutton.c
1636                 Revert some deprecated fixes - they seem to
1637                 deprecate stuff as soon as a new one gets out.
1638                 g_object_ref_sink needed glib-2.10.
1639
1640 2006-11-29 [colin]      2.6.0cvs67
1641
1642         * src/common/utils.c
1643                 Create .mailcap if it doesn't exist
1644
1645 2006-11-29 [colin]      2.6.0cvs66
1646
1647         * src/compose.c
1648                 Followup to cvs60: use original list
1649                 of recipients if replying to a mail
1650                 in Sent Drafts or Queue.
1651
1652 2006-11-27 [paul]       2.6.0cvs65
1653
1654         * src/image_viewer.c
1655                 revert the last change for now (it's broken)
1656
1657 2006-11-27 [paul]       2.6.0cvs64
1658
1659         * Makefile.am
1660         * configure.ac
1661         * m4/aclocal-include.m4
1662         * m4/check-type.m4
1663         * src/Makefile.am
1664         * src/addr_compl.c
1665         * src/compose.c
1666         * src/crash.c
1667         * src/export.c
1668         * src/exporthtml.c
1669         * src/exportldif.c
1670         * src/imap.c
1671         * src/import.c
1672         * src/main.c
1673         * src/main.h
1674         * src/matcher.c
1675         * src/mimeview.c
1676         * src/procmsg.c
1677         * src/textview.c
1678         * src/common/Makefile.am
1679         * src/common/claws.c
1680         * src/common/claws.h
1681         * src/common/ssl.c
1682         * src/common/sylpheed.c
1683         * src/common/sylpheed.h
1684         * src/etpan/Makefile.am
1685         * src/gtk/Makefile.am
1686         * src/gtk/claws-marshal.list
1687         * src/gtk/filesel.c
1688         * src/gtk/gtksctree.c
1689         * src/gtk/quicksearch.c
1690         * src/gtk/sylpheed-marshal.list
1691         * src/plugins/bogofilter/bogofilter.c
1692         * src/plugins/bogofilter/bogofilter_gtk.c
1693         * src/plugins/clamav/clamav_plugin.c
1694         * src/plugins/clamav/clamav_plugin_gtk.c
1695         * src/plugins/demo/demo.c
1696         * src/plugins/dillo_viewer/dillo_viewer.c
1697         * src/plugins/pgpcore/Makefile.am
1698         * src/plugins/pgpcore/claws.def
1699         * src/plugins/pgpcore/pgp_viewer.c
1700         * src/plugins/pgpcore/plugin.c
1701         * src/plugins/pgpcore/sylpheed.def
1702         * src/plugins/pgpinline/Makefile.am
1703         * src/plugins/pgpinline/claws.def
1704         * src/plugins/pgpinline/plugin.c
1705         * src/plugins/pgpinline/sylpheed.def
1706         * src/plugins/pgpmime/Makefile.am
1707         * src/plugins/pgpmime/claws.def
1708         * src/plugins/pgpmime/plugin.c
1709         * src/plugins/pgpmime/sylpheed.def
1710         * src/plugins/spamassassin/spamassassin.c
1711         * src/plugins/spamassassin/spamassassin_gtk.c
1712         * src/plugins/trayicon/trayicon.c
1713                 yet more renaming
1714                 remove deprecated gtk_tooltips_set_delay()
1715
1716 2006-11-26 [paul]       2.6.0cvs63
1717
1718         * src/expldifdlg.c
1719         * src/folderview.c
1720         * src/image_viewer.c
1721         * src/mainwindow.c
1722         * src/gtk/gtkutils.c
1723         * src/gtk/gtkvscrollbutton.c
1724         * src/gtk/prefswindow.c
1725         * src/plugins/pgpcore/prefs_gpg.c
1726                 replace more deprecated GTK+ functions
1727
1728 2006-11-26 [paul]       2.6.0cvs62
1729
1730         * src/addr_compl.c
1731         * src/addressbook.c
1732         * src/browseldap.c
1733                 replace deprecated gtk_idle_... functions
1734
1735 2006-11-26 [paul]       2.6.0cvs61
1736
1737         * src/compose.c
1738         * src/folderview.c
1739         * src/inc.c
1740         * src/summaryview.c
1741         * src/gtk/gtkvscrollbutton.c
1742         * src/gtk/quicksearch.c
1743         * src/plugins/pgpcore/passphrase.c
1744                 replace deprecated gtk_timeout_add and
1745                 gtk_timeout_remove
1746
1747 2006-11-26 [paul]       2.6.0cvs60
1748
1749         * src/compose.c
1750                 fix bug that caused the wrong recipient
1751                 to be selected when replying to a msg
1752                 which is From one of our accounts to
1753                 another of our accounts
1754
1755 2006-11-25 [paul]       2.6.0cvs59
1756
1757         * src/summaryview.c
1758                 don't change the From column title to
1759                 To if the To column is visible
1760
1761 2006-11-24 [paul]       2.6.0cvs58
1762
1763         * src/compose.c
1764                 fix bug 1069, 'Sent mails disappear, BCC
1765                 or locking problem?'
1766
1767 2006-11-21 [wwp]        2.6.0cvs57
1768
1769         * src/compose.c
1770                 fix spelling menu when replying (same as 2.3.1cvs39):
1771                 discrepancy between context menu and top menu when
1772                 folder's dictionary isn't the default one.
1773
1774 2006-11-19 [paul]       2.6.0cvs56
1775
1776         * src/summaryview.c
1777                 obey always_show_msg option when
1778                 marking as spam
1779         * src/plugins/bogofilter/bogofilter.c
1780                 fix typo
1781
1782 2006-11-18 [paul]       2.6.0cvs55
1783
1784         * AUTHORS
1785         * README
1786         * debian/copyright
1787         * manual/ack.xml
1788         * manual/es/ack.xml
1789         * manual/fr/ack.xml
1790         * manual/pl/ack.xml
1791         * src/gtk/authors.h
1792         * src/gtk/icon_legend.c
1793         * src/gtk/icon_legend.h
1794         * tools/OOo2claws-mail.pl
1795         * tools/README
1796         * tools/acroread2claws-mail.pl
1797         * tools/claws.i18n.status.pl
1798         * tools/filter_conv.pl
1799         * tools/filter_conv_new.pl
1800         * tools/freshmeat_search.pl
1801         * tools/google_search.pl
1802         * tools/kmail2claws-mail.pl
1803         * tools/kmail2claws-mail_v2.pl
1804         * tools/maildir2claws-mail.pl
1805         * tools/make.themes.project
1806         * tools/multiwebsearch.pl
1807         * tools/outlook2claws-mail.pl
1808         * tools/tb2claws-mail
1809         * tools/kdeservicemenu/README
1810         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1811                 update mine and wwp's email addresses in
1812                 several places
1813                 Patch by wwp
1814         * src/prefs_compose_writing.c
1815                 set sensitivity on 'new message format' frame
1816
1817 2006-11-17 [paul]       2.6.0cvs54
1818
1819         * src/gtk/about.c
1820                 more reworking of the GUI
1821                 Patch by Fabien Vantard
1822
1823 2006-11-16 [paul]       2.6.0cvs53
1824
1825         * src/gtk/about.c
1826                 set a minimum size for the window, allow
1827                 it to automatically expand as necessary
1828
1829 2006-11-16 [wwp]        2.6.0cvs52
1830
1831         * src/gtk/about.c
1832                 better wrap of copyright info on some systems.
1833
1834 2006-11-16 [paul]       2.6.0cvs51
1835
1836         * src/gtk/about.c
1837                 move the tech info from the upper panel
1838                 to the Info tab
1839                 use a gtk_text_view for the features tab
1840
1841 2006-11-16 [paul]       2.6.0cvs50
1842
1843         * po/Makevars
1844                 update my email address
1845         * src/addressbook.c
1846         * src/compose.c
1847         * src/imap_gtk.c
1848         * src/mh_gtk.c
1849         * src/news_gtk.c
1850         * src/summaryview.c
1851         * src/plugins/trayicon/trayicon.c
1852                 don't offer simple menu separators
1853                 for translation
1854         * src/folderview.c
1855                 add separator between 'mark all read'
1856                 and 'search folder'
1857
1858 2006-11-15 [wwp]        2.6.0cvs49
1859
1860         * src/gtk/authors.h
1861                 updated manuals authors.
1862
1863 2006-11-14 [paul]       2.6.0cvs48
1864
1865         * src/compose.c
1866                 Fix Options/Reply mode after draft save
1867
1868 2006-11-14 [paul]       2.6.0cvs47
1869
1870         * src/Makefile.am
1871                 Fix make DESTDIR=...
1872         * src/mbox.c
1873                 Optimise speed
1874         * src/plugins/pgpinline/pgpinline.c
1875                 Probably fix bug 1061
1876
1877 2006-11-14 [paul]       2.6.0cvs46
1878
1879         * po/Makevars
1880                 enable Q_ macro
1881         * src/Makefile.am
1882         * src/stock_pixmap.c
1883         * src/stock_pixmap.h
1884         * src/gtk/about.c
1885         * src/pixmaps/active.xpm
1886         * src/pixmaps/inactive.xpm
1887                 add a new page, 'Features', to the About dialog
1888                 showing which features are compiled in and which
1889                 are not
1890
1891 2006-11-14 [paul]       2.6.0cvs45
1892
1893         * po/ru.po
1894                 updated by Pavlo Bohmat
1895
1896 2006-11-14 [colin]      2.6.0cvs44
1897
1898         * src/compose.c
1899         * src/inc.c
1900         * src/messageview.c
1901         * src/news.c
1902         * src/pop.c
1903         * src/procmsg.c
1904         * src/gtk/gtkaspell.c
1905                 Fix 64-bit-related warnings
1906         * src/ssl_manager.c
1907                 Fix possible infinite loop
1908         * src/plugins/pgpcore/sgpgme.c
1909                 Remove useless check
1910
1911 2006-11-13 [colin]      2.6.0cvs43
1912
1913         * src/gtk/Makefile.am
1914                 authors.h isn't generated
1915
1916 2006-11-13 [colin]      2.6.0cvs42
1917
1918         * src/plugins/pgpinline/pgpinline.c
1919         * src/plugins/pgpmime/pgpmime.c
1920                 Very probably fix bug 1061, 'crash on 
1921                 opening signed email'. Another cast
1922                 problem
1923
1924 2006-11-13 [colin]      2.6.0cvs41
1925
1926         * src/plugins/pgpcore/sgpgme.c
1927                 Maybe fix bug 1061, 'crash on opening 
1928                 signed email'
1929
1930 2006-11-13 [wwp]        2.6.0cvs40
1931
1932         * src/plugins/pgpinline/pgpinline.c
1933                 fix candidate for bug #1057, thanks to Colin.
1934
1935 2006-11-13 [wwp]        2.6.0cvs39
1936
1937         * src/compose.c
1938         * src/quote_fmt_parse.y
1939                 fix bug 1052: current parser buffer was not always 
1940                 allocated, ptr to this buffer could be returned as 
1941                 NULL whereas no parser error has occurred. in 
1942                 consequence, defining a template body as "%d" 
1943                 (w/o the quotes) for the first time of the instance 
1944                 of claws-mail, was reporting a parser error. make 
1945                 sure that the buffer is always allocated, even to 
1946                 an empty string.
1947                 fix mis-unescaping in compose.:compose_quote_fmt(): 
1948                 unescaping of the fmt string was always done 
1949                 whereas it must be done *only* when receiving 
1950                 quote format strings issued from the prefs 
1951                 (compose new message, reply, forward, redirect 
1952                 formats), *not* when applying templates.  in 
1953                 consequences, applying templates w/ sequences 
1954                 like \\|p{echo} were failing. make sure that 
1955                 unescaping is done only when necessary.
1956
1957 2006-11-12 [colin]      2.6.0cvs38
1958
1959         * po/de.po
1960                 Fix typo (s/KB/MB)
1961
1962 2006-11-12 [colin]      2.6.0cvs37
1963
1964         * src/plugins/pgpinline/pgpinline.c
1965         * src/plugins/pgpmime/pgpmime.c
1966                 Release GPG context at the latest 
1967                 possible moment. Maybe fixes 
1968                 bug 1057, 'crash on sending signed 
1969                 message to a newsgroup'
1970                 
1971
1972 2006-11-12 [colin]      2.6.0cvs36
1973
1974         * src/plugins/pgpcore/sgpgme.c
1975                 Tell a bit more when gpg's status doesn't
1976                 contain any signature
1977
1978 2006-11-12 [colin]      2.6.0cvs35
1979
1980         * src/compose.c
1981                 Fix bug 1060, 'compilation error with 
1982                 Irix's cc'
1983
1984 2006-11-12 [paul]       2.6.0cvs34
1985
1986         * doc/man/claws-mail.1
1987         * src/prefs_gtk.c
1988         * src/plugins/clamav/README
1989         * src/plugins/spamassassin/README
1990         * tools/README
1991         * tools/freshmeat_search.pl
1992         * tools/google_search.pl
1993         * tools/multiwebsearch.pl
1994                 more renaming
1995         * src/plugins/trayicon/trayicon.c
1996                 fix compiliation warning
1997
1998 2006-11-11 [colin]      2.6.0cvs33
1999
2000         * src/folderview.c
2001                 Forbid drag and drop from/to different
2002                 folders of type F_UNKNOWN
2003
2004 2006-11-11 [colin]      2.6.0cvs32
2005
2006         * src/plugins/pgpinline/pgpinline.c
2007                 Fix typo in previous commit:
2008                 - gpgme_new(&ctx);
2009                 + if ((err = gpgme_new(&data->ctx)) ...)
2010
2011 2006-11-11 [colin]      2.6.0cvs31
2012
2013         * src/plugins/pgpinline/pgpinline.c
2014         * src/plugins/pgpmime/pgpmime.c
2015                 Check success after calling gpgme_new
2016                 Maybe fixes bug 1057, 'crash on sending 
2017                 signed message to a newsgroup'
2018
2019 2006-11-11 [colin]      2.6.0cvs30
2020
2021         * src/undo.c
2022                 init undostruct to 0s (from
2023                 valgrind log of bug 1057)
2024
2025 2006-11-10 [colin]      2.6.0cvs29
2026
2027         * src/mainwindow.c
2028                 Set cursor to wait before filtering
2029                 duplicates in all folders
2030         * src/plugins/bogofilter/bogofilter.c
2031         * src/plugins/bogofilter/bogofilter.h
2032         * src/plugins/bogofilter/bogofilter_gtk.c
2033                 Completely thread away the bogofilter
2034                 filtering
2035
2036 2006-11-10 [mones]      2.6.0cvs28
2037
2038         * src/compose.c
2039         * src/compose.h
2040                 added COMPOSE_CHECK_BEFORE_SEND hook
2041
2042 2006-11-10 [paul]       2.6.0cvs27
2043
2044         * src/crash.c
2045                 more renaming
2046                 add libSM to get_compiled_in_features()
2047         * src/main.c
2048                 more renaming
2049
2050 2006-11-10 [colin]      2.6.0cvs26
2051
2052         * src/etpan/imap-thread.c
2053                 Add a reference to libetpan's sasl engine
2054                 so that sasl_done() doesn't get called by
2055                 libetpan, and doesn't break openssl.
2056                 Should fix bug 1053, 'SC fails to reestablish 
2057                 a secure connection'
2058                 Patch by Hoa
2059
2060 2006-11-10 [colin]      2.6.0cvs25
2061
2062         * manual/addrbook.xml
2063         * manual/advanced.xml
2064         * manual/faq.xml
2065         * manual/intro.xml
2066                 Some more renaming
2067
2068 2006-11-09 [colin]      2.6.0cvs24
2069
2070         * src/plugins/bogofilter/bogofilter_gtk.c
2071                 Add comment about annoyance
2072
2073 2006-11-09 [colin]      2.6.0cvs23
2074
2075         * src/plugins/bogofilter/bogofilter.c
2076         * src/plugins/bogofilter/bogofilter_gtk.c
2077                 Prepare things needed to thread bogofilter
2078                 filtering: separate bogo stuff and possible GUI
2079                 stuff. 
2080
2081 2006-11-09 [colin]      2.6.0cvs22
2082
2083         * src/account.c
2084         * src/compose.c
2085                 Search for one of our accounts in Delivered-To
2086                 (helps for auto-account selection when 
2087                  replying/forwarding)
2088         * src/folderview.c
2089         * src/mainwindow.c
2090         * src/mainwindow.h
2091         * src/plugins/trayicon/trayicon.c
2092                 Allow opening a new mail with any account from
2093                 the contextual menu
2094
2095 2006-11-09 [wwp]        2.6.0cvs21
2096
2097         * src/compose.c
2098         * src/prefs_common.c
2099         * src/prefs_common.h
2100         * src/prefs_compose_writing.c
2101                 add a compose new message format (in prefs/compose/writing), it's a
2102                 simple subject+body template to use when opening a new composition
2103                 window. It's similar to the existent reply and forward formats.
2104
2105                 enhanced the template/format % symbols substitution mechanism to
2106                 use current composition window information when % are used in
2107                 the compose new message format or in templates applied to new
2108                 messages (there were useless in that situations before). When
2109                 applied to new messages, %d corresponds to the system time/date.
2110
2111 2006-11-09 [paul]       2.6.0cvs20
2112
2113         * src/gtk/authors.h
2114                 fix last commit
2115
2116 2006-11-09 [paul]       2.6.0cvs19
2117
2118         * src/gtk/authors.h
2119                 keep tje alphabetical order
2120
2121 2006-11-08 [colin]      2.6.0cvs18
2122
2123         * src/etpan/imap-thread.c
2124                 Fix bug 1054, 'Slowness logging big 
2125                 data chunks'
2126
2127 2006-11-08 [paul]       2.6.0cvs17
2128
2129         * tools/Makefile.am
2130                 fix the renaming
2131
2132 2006-11-08 [paul]       2.6.0cvs16
2133
2134         * src/common/defs.h
2135                 update BUGZILLA_URI
2136
2137 2006-11-08 [paul]       2.6.0cvs15
2138
2139         * tools/Makefile.am
2140         * tools/OOo2claws-mail.pl
2141         * tools/OOo2sylpheed.pl
2142         * tools/README
2143         * tools/acroread2claws-mail.pl
2144         * tools/acroread2sylpheed.pl
2145         * tools/kmail2claws-mail.pl
2146         * tools/kmail2claws-mail_v2.pl
2147         * tools/kmail2sylpheed.pl
2148         * tools/kmail2sylpheed_v2.pl
2149         * tools/maildir2claws-mail.pl
2150         * tools/maildir2sylpheed.pl
2151         * tools/nautilus2claws-mail.sh
2152         * tools/nautilus2sylpheed.sh
2153         * tools/outlook2claws-mail.pl
2154         * tools/outlook2sylpheed.pl
2155         * tools/tb2claws-mail
2156         * tools/tb2sylpheed
2157         * tools/tbird2claws.py
2158         * tools/tbird2syl.py
2159         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2160         * tools/kdeservicemenu/install.sh
2161         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2162         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2163         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2164         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2165         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2166                 renamed (removed, added) tools files
2167
2168 2006-11-08 [paul]       2.6.0cvs14
2169
2170         * src/main.c
2171         * src/common/defs.h
2172                 Migrate sylpheedrc to clawsrc, and fix the standard
2173                 plugins path in the process
2174
2175 2006-11-07 [colin]      2.6.0cvs13
2176
2177         * src/Makefile.am
2178                 Symlink sylpheed-claws relative to 
2179                 claws-mail
2180
2181 2006-11-07 [colin]      2.6.0cvs12
2182
2183         * src/compose.c
2184                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2185
2186 2006-11-07 [paul]       2.6.0cvs11
2187
2188         * src/gtk/about.c
2189                 Fix a missed occurence of
2190                 Sylpheed-Claws
2191
2192 2006-11-07 [paul]       2.6.0cvs10
2193
2194         * src/Makefile.am
2195                 Fix symlink installation
2196
2197 2006-11-07 [paul]       2.6.0cvs9
2198
2199         * src/Makefile.am
2200                 Symlink claws-mail to sylpheed-claws
2201         * src/common/utils.c
2202                 Fix migrating symlinks
2203         * src/etpan/imap-thread.c
2204                 check certificate only when there's
2205                 no error
2206
2207 2006-11-07 [paul]       2.6.0cvs8
2208
2209         * Makefile.am
2210                 Fix icon breakages with Gtk, which needs a 
2211                 cache updated to see them.
2212
2213 2006-11-07 [paul]       2.6.0cvs7
2214
2215         * .cvsignore
2216         * AUTHORS
2217         * COPYING
2218         * INSTALL
2219         * Makefile.am
2220         * NEWS
2221         * README
2222         * RELEASE_NOTES
2223         * autogen.sh
2224         * claws-mail-128x128.png
2225         * claws-mail-64x64.png
2226         * claws-mail.ico
2227         * claws-mail.pc.in
2228         * claws-mail.png
2229         * configure.ac
2230         * sylpheed-claws-128x128.png
2231         * sylpheed-claws-64x64.png
2232         * sylpheed-claws.desktop
2233         * sylpheed-claws.ico
2234         * sylpheed-claws.pc.in
2235         * sylpheed-claws.png
2236         * debian/README.Debian
2237         * debian/changelog
2238         * debian/claws-mail.desktop
2239         * debian/claws-mail.menu
2240         * debian/claws-mail.postinst.debhelper
2241         * debian/claws-mail.postrm.debhelper
2242         * debian/control
2243         * debian/copyright
2244         * debian/files
2245         * debian/rules
2246         * debian/sylpheed-claws.desktop
2247         * debian/sylpheed-claws.menu
2248         * debian/sylpheed-claws.postinst.debhelper
2249         * debian/sylpheed-claws.postrm.debhelper
2250         * doc/man/Makefile.am
2251         * doc/man/claws-mail.1
2252         * doc/man/sylpheed-claws.1
2253         * doc/src/ChangeLog.claws-pre0.8.0
2254         * manual/Makefile.am
2255         * manual/account.xml
2256         * manual/ack.xml
2257         * manual/addrbook.xml
2258         * manual/advanced.xml
2259         * manual/claws-mail-manual.xml
2260         * manual/faq.xml
2261         * manual/glossary.xml
2262         * manual/handling.xml
2263         * manual/intro.xml
2264         * manual/keyboard.xml
2265         * manual/plugins.xml
2266         * manual/starting.xml
2267         * manual/sylpheed-claws-manual.xml
2268         * manual/xml2pdf
2269         * manual/dist/.cvsignore
2270         * manual/dist/html/.cvsignore
2271         * manual/dist/html/Makefile.am
2272         * manual/dist/pdf/.cvsignore
2273         * manual/dist/pdf/Makefile.am
2274         * manual/dist/ps/.cvsignore
2275         * manual/dist/ps/Makefile.am
2276         * manual/dist/txt/.cvsignore
2277         * manual/dist/txt/Makefile.am
2278         * manual/es/Makefile.am
2279         * manual/es/advanced.xml
2280         * manual/es/claws-mail-manual.xml
2281         * manual/es/faq.xml
2282         * manual/es/glossary.xml
2283         * manual/es/handling.xml
2284         * manual/es/intro.xml
2285         * manual/es/plugins.xml
2286         * manual/es/sylpheed-claws-manual.xml
2287         * manual/es/dist/.cvsignore
2288         * manual/es/dist/html/.cvsignore
2289         * manual/es/dist/html/Makefile.am
2290         * manual/es/dist/pdf/.cvsignore
2291         * manual/es/dist/pdf/Makefile.am
2292         * manual/es/dist/ps/.cvsignore
2293         * manual/es/dist/ps/Makefile.am
2294         * manual/es/dist/txt/.cvsignore
2295         * manual/es/dist/txt/Makefile.am
2296         * manual/fr/Makefile.am
2297         * manual/fr/account.xml
2298         * manual/fr/ack.xml
2299         * manual/fr/addrbook.xml
2300         * manual/fr/advanced.xml
2301         * manual/fr/claws-mail-manual.xml
2302         * manual/fr/faq.xml
2303         * manual/fr/glossary.xml
2304         * manual/fr/handling.xml
2305         * manual/fr/intro.xml
2306         * manual/fr/keyboard.xml
2307         * manual/fr/plugins.xml
2308         * manual/fr/starting.xml
2309         * manual/fr/sylpheed-claws-manual.xml
2310         * manual/fr/dist/.cvsignore
2311         * manual/fr/dist/html/.cvsignore
2312         * manual/fr/dist/html/Makefile.am
2313         * manual/fr/dist/pdf/.cvsignore
2314         * manual/fr/dist/pdf/Makefile.am
2315         * manual/fr/dist/ps/.cvsignore
2316         * manual/fr/dist/ps/Makefile.am
2317         * manual/fr/dist/txt/.cvsignore
2318         * manual/fr/dist/txt/Makefile.am
2319         * manual/pl/Makefile.am
2320         * manual/pl/account.xml
2321         * manual/pl/ack.xml
2322         * manual/pl/addrbook.xml
2323         * manual/pl/advanced.xml
2324         * manual/pl/claws-mail-manual.xml
2325         * manual/pl/faq.xml
2326         * manual/pl/glossary.xml
2327         * manual/pl/handling.xml
2328         * manual/pl/intro.xml
2329         * manual/pl/keyboard.xml
2330         * manual/pl/plugins.xml
2331         * manual/pl/starting.xml
2332         * manual/pl/sylpheed-claws-manual.xml
2333         * manual/pl/dist/.cvsignore
2334         * manual/pl/dist/html/.cvsignore
2335         * manual/pl/dist/html/Makefile.am
2336         * manual/pl/dist/pdf/.cvsignore
2337         * manual/pl/dist/pdf/Makefile.am
2338         * manual/pl/dist/ps/.cvsignore
2339         * manual/pl/dist/ps/Makefile.am
2340         * manual/pl/dist/txt/.cvsignore
2341         * manual/pl/dist/txt/Makefile.am
2342         * po/.cvsignore
2343         * po/Makevars
2344         * src/.cvsignore
2345         * src/Makefile.am
2346         * src/account.c
2347         * src/account.h
2348         * src/action.c
2349         * src/action.h
2350         * src/adbookbase.h
2351         * src/addr_compl.c
2352         * src/addr_compl.h
2353         * src/addrbook.c
2354         * src/addrcache.c
2355         * src/addrcache.h
2356         * src/addrcindex.c
2357         * src/addrcindex.h
2358         * src/addrclip.c
2359         * src/addrclip.h
2360         * src/addrdefs.h
2361         * src/addressadd.c
2362         * src/addressadd.h
2363         * src/addressbook.c
2364         * src/addressbook.h
2365         * src/addressbook_foldersel.c
2366         * src/addressbook_foldersel.h
2367         * src/addrgather.c
2368         * src/addrgather.h
2369         * src/addrharvest.c
2370         * src/addrharvest.h
2371         * src/addrindex.c
2372         * src/addrindex.h
2373         * src/addritem.c
2374         * src/addritem.h
2375         * src/addrquery.c
2376         * src/addrquery.h
2377         * src/addrselect.c
2378         * src/addrselect.h
2379         * src/alertpanel.c
2380         * src/alertpanel.h
2381         * src/browseldap.c
2382         * src/browseldap.h
2383         * src/codeconv.c
2384         * src/codeconv.h
2385         * src/compose.c
2386         * src/crash.c
2387         * src/crash.h
2388         * src/customheader.c
2389         * src/customheader.h
2390         * src/displayheader.c
2391         * src/displayheader.h
2392         * src/editaddress.c
2393         * src/editaddress.h
2394         * src/editbook.c
2395         * src/editbook.h
2396         * src/editgroup.c
2397         * src/editgroup.h
2398         * src/editjpilot.c
2399         * src/editjpilot.h
2400         * src/editldap.c
2401         * src/editldap.h
2402         * src/editldap_basedn.c
2403         * src/editldap_basedn.h
2404         * src/editvcard.c
2405         * src/editvcard.h
2406         * src/exphtmldlg.c
2407         * src/exphtmldlg.h
2408         * src/expldifdlg.c
2409         * src/expldifdlg.h
2410         * src/export.c
2411         * src/exporthtml.c
2412         * src/exporthtml.h
2413         * src/exportldif.c
2414         * src/exportldif.h
2415         * src/filtering.c
2416         * src/filtering.h
2417         * src/folder.c
2418         * src/folder.h
2419         * src/folder_item_prefs.c
2420         * src/folder_item_prefs.h
2421         * src/foldersel.c
2422         * src/foldersel.h
2423         * src/folderutils.c
2424         * src/folderutils.h
2425         * src/folderview.c
2426         * src/folderview.h
2427         * src/grouplistdialog.c
2428         * src/grouplistdialog.h
2429         * src/html.c
2430         * src/html.h
2431         * src/image_viewer.c
2432         * src/image_viewer.h
2433         * src/imap.c
2434         * src/imap.h
2435         * src/imap_gtk.c
2436         * src/imap_gtk.h
2437         * src/import.c
2438         * src/import.h
2439         * src/importldif.c
2440         * src/importldif.h
2441         * src/importmutt.c
2442         * src/importmutt.h
2443         * src/importpine.c
2444         * src/importpine.h
2445         * src/inc.c
2446         * src/inc.h
2447         * src/jpilot.c
2448         * src/jpilot.h
2449         * src/ldapctrl.c
2450         * src/ldapctrl.h
2451         * src/ldaplocate.c
2452         * src/ldaplocate.h
2453         * src/ldapquery.c
2454         * src/ldapquery.h
2455         * src/ldapserver.c
2456         * src/ldapserver.h
2457         * src/ldaputil.c
2458         * src/ldaputil.h
2459         * src/ldif.c
2460         * src/ldif.h
2461         * src/localfolder.c
2462         * src/localfolder.h
2463         * src/main.c
2464         * src/main.h
2465         * src/mainwindow.c
2466         * src/mainwindow.h
2467         * src/manual.c
2468         * src/manual.h
2469         * src/matcher.c
2470         * src/matcher.h
2471         * src/matcher_parser.h
2472         * src/matcher_parser_lex.l
2473         * src/matcher_parser_parse.y
2474         * src/mbox.c
2475         * src/mbox.h
2476         * src/message_search.c
2477         * src/message_search.h
2478         * src/messageview.c
2479         * src/messageview.h
2480         * src/mh.c
2481         * src/mh.h
2482         * src/mh_gtk.c
2483         * src/mh_gtk.h
2484         * src/mimeview.c
2485         * src/mimeview.h
2486         * src/msgcache.c
2487         * src/msgcache.h
2488         * src/mutt.c
2489         * src/mutt.h
2490         * src/news.c
2491         * src/news.h
2492         * src/news_gtk.c
2493         * src/news_gtk.h
2494         * src/noticeview.c
2495         * src/noticeview.h
2496         * src/partial_download.c
2497         * src/partial_download.h
2498         * src/pine.c
2499         * src/pine.h
2500         * src/pop.c
2501         * src/pop.h
2502         * src/prefs_account.c
2503         * src/prefs_account.h
2504         * src/prefs_actions.c
2505         * src/prefs_actions.h
2506         * src/prefs_common.c
2507         * src/prefs_common.h
2508         * src/prefs_compose_writing.c
2509         * src/prefs_compose_writing.h
2510         * src/prefs_customheader.c
2511         * src/prefs_customheader.h
2512         * src/prefs_display_header.c
2513         * src/prefs_display_header.h
2514         * src/prefs_ext_prog.c
2515         * src/prefs_ext_prog.h
2516         * src/prefs_filtering.c
2517         * src/prefs_folder_column.c
2518         * src/prefs_folder_column.h
2519         * src/prefs_folder_item.c
2520         * src/prefs_folder_item.h
2521         * src/prefs_fonts.c
2522         * src/prefs_fonts.h
2523         * src/prefs_gtk.c
2524         * src/prefs_gtk.h
2525         * src/prefs_image_viewer.c
2526         * src/prefs_image_viewer.h
2527         * src/prefs_matcher.c
2528         * src/prefs_matcher.h
2529         * src/prefs_message.c
2530         * src/prefs_message.h
2531         * src/prefs_msg_colors.c
2532         * src/prefs_msg_colors.h
2533         * src/prefs_other.c
2534         * src/prefs_other.h
2535         * src/prefs_quote.c
2536         * src/prefs_quote.h
2537         * src/prefs_receive.c
2538         * src/prefs_receive.h
2539         * src/prefs_send.c
2540         * src/prefs_send.h
2541         * src/prefs_spelling.c
2542         * src/prefs_spelling.h
2543         * src/prefs_summaries.c
2544         * src/prefs_summaries.h
2545         * src/prefs_summary_column.c
2546         * src/prefs_summary_column.h
2547         * src/prefs_template.c
2548         * src/prefs_template.h
2549         * src/prefs_themes.c
2550         * src/prefs_themes.h
2551         * src/prefs_toolbar.c
2552         * src/prefs_toolbar.h
2553         * src/prefs_wrapping.c
2554         * src/prefs_wrapping.h
2555         * src/privacy.c
2556         * src/privacy.h
2557         * src/procheader.c
2558         * src/procheader.h
2559         * src/procmime.c
2560         * src/procmime.h
2561         * src/procmsg.c
2562         * src/procmsg.h
2563         * src/quote_fmt.c
2564         * src/quote_fmt_parse.y
2565         * src/recv.c
2566         * src/recv.h
2567         * src/remotefolder.c
2568         * src/remotefolder.h
2569         * src/send_message.c
2570         * src/send_message.h
2571         * src/setup.c
2572         * src/setup.h
2573         * src/sourcewindow.c
2574         * src/sourcewindow.h
2575         * src/ssl_manager.c
2576         * src/ssl_manager.h
2577         * src/statusbar.c
2578         * src/statusbar.h
2579         * src/stock_pixmap.c
2580         * src/stock_pixmap.h
2581         * src/summary_search.c
2582         * src/summary_search.h
2583         * src/summaryview.c
2584         * src/summaryview.h
2585         * src/syldap.c
2586         * src/syldap.h
2587         * src/textview.c
2588         * src/textview.h
2589         * src/toolbar.c
2590         * src/toolbar.h
2591         * src/undo.c
2592         * src/undo.h
2593         * src/unmime.c
2594         * src/unmime.h
2595         * src/vcard.c
2596         * src/vcard.h
2597         * src/wizard.c
2598         * src/wizard.h
2599         * src/common/base64.c
2600         * src/common/base64.h
2601         * src/common/defs.h
2602         * src/common/hooks.c
2603         * src/common/hooks.h
2604         * src/common/log.c
2605         * src/common/log.h
2606         * src/common/mgutils.c
2607         * src/common/mgutils.h
2608         * src/common/nntp.c
2609         * src/common/nntp.h
2610         * src/common/passcrypt.c
2611         * src/common/passcrypt.h.in
2612         * src/common/plugin.c
2613         * src/common/plugin.h
2614         * src/common/prefs.c
2615         * src/common/prefs.h
2616         * src/common/progressindicator.c
2617         * src/common/progressindicator.h
2618         * src/common/quoted-printable.c
2619         * src/common/quoted-printable.h
2620         * src/common/session.c
2621         * src/common/session.h
2622         * src/common/smtp.c
2623         * src/common/smtp.h
2624         * src/common/socket.c
2625         * src/common/socket.h
2626         * src/common/ssl.c
2627         * src/common/ssl.h
2628         * src/common/stringtable.c
2629         * src/common/stringtable.h
2630         * src/common/sylpheed.c
2631         * src/common/sylpheed.h
2632         * src/common/template.c
2633         * src/common/template.h
2634         * src/common/timing.h
2635         * src/common/utils.c
2636         * src/common/utils.h
2637         * src/common/version.h.in
2638         * src/common/xml.c
2639         * src/common/xml.h
2640         * src/common/xmlprops.c
2641         * src/common/xmlprops.h
2642         * src/gtk/about.c
2643         * src/gtk/colorlabel.c
2644         * src/gtk/colorlabel.h
2645         * src/gtk/colorsel.c
2646         * src/gtk/colorsel.h
2647         * src/gtk/combobox.c
2648         * src/gtk/combobox.h
2649         * src/gtk/description_window.c
2650         * src/gtk/description_window.h
2651         * src/gtk/filesel.c
2652         * src/gtk/filesel.h
2653         * src/gtk/foldersort.c
2654         * src/gtk/foldersort.h
2655         * src/gtk/gtkaspell.c
2656         * src/gtk/gtkaspell.h
2657         * src/gtk/gtksctree.c
2658         * src/gtk/gtkshruler.c
2659         * src/gtk/gtkshruler.h
2660         * src/gtk/gtkutils.c
2661         * src/gtk/gtkutils.h
2662         * src/gtk/icon_legend.c
2663         * src/gtk/icon_legend.h
2664         * src/gtk/logwindow.c
2665         * src/gtk/logwindow.h
2666         * src/gtk/manage_window.c
2667         * src/gtk/manage_window.h
2668         * src/gtk/pluginwindow.c
2669         * src/gtk/pluginwindow.h
2670         * src/gtk/prefswindow.c
2671         * src/gtk/prefswindow.h
2672         * src/gtk/quicksearch.c
2673         * src/gtk/quicksearch.h
2674         * src/pixmaps/claws-mail.xpm
2675         * src/pixmaps/claws-mail_icon.xpm
2676         * src/pixmaps/claws-mail_logo.xpm
2677         * src/pixmaps/sylpheed-claws.xpm
2678         * src/pixmaps/sylpheed-claws_icon.xpm
2679         * src/pixmaps/sylpheed-claws_logo.xpm
2680         * src/plugins/bogofilter/Makefile.am
2681         * src/plugins/bogofilter/bogofilter.c
2682         * src/plugins/bogofilter/bogofilter.h
2683         * src/plugins/bogofilter/bogofilter_gtk.c
2684         * src/plugins/clamav/Makefile.am
2685         * src/plugins/clamav/clamav_plugin.c
2686         * src/plugins/clamav/clamav_plugin.h
2687         * src/plugins/clamav/clamav_plugin_gtk.c
2688         * src/plugins/demo/Makefile.am
2689         * src/plugins/demo/demo.c
2690         * src/plugins/dillo_viewer/Makefile.am
2691         * src/plugins/dillo_viewer/README
2692         * src/plugins/dillo_viewer/dillo_prefs.c
2693         * src/plugins/dillo_viewer/dillo_prefs.h
2694         * src/plugins/dillo_viewer/dillo_viewer.c
2695         * src/plugins/pgpcore/Makefile.am
2696         * src/plugins/pgpcore/passphrase.c
2697         * src/plugins/pgpcore/passphrase.h
2698         * src/plugins/pgpcore/pgp_viewer.c
2699         * src/plugins/pgpcore/pgp_viewer.h
2700         * src/plugins/pgpcore/plugin.c
2701         * src/plugins/pgpcore/prefs_gpg.c
2702         * src/plugins/pgpcore/prefs_gpg.h
2703         * src/plugins/pgpcore/select-keys.c
2704         * src/plugins/pgpcore/select-keys.h
2705         * src/plugins/pgpcore/sgpgme.c
2706         * src/plugins/pgpcore/sgpgme.h
2707         * src/plugins/pgpcore/sylpheed.def
2708         * src/plugins/pgpcore/version.rc
2709         * src/plugins/pgpinline/Makefile.am
2710         * src/plugins/pgpinline/pgpinline.c
2711         * src/plugins/pgpinline/pgpinline.h
2712         * src/plugins/pgpinline/plugin.c
2713         * src/plugins/pgpinline/sylpheed.def
2714         * src/plugins/pgpinline/version.rc
2715         * src/plugins/pgpmime/Makefile.am
2716         * src/plugins/pgpmime/pgpmime.c
2717         * src/plugins/pgpmime/pgpmime.h
2718         * src/plugins/pgpmime/plugin.c
2719         * src/plugins/pgpmime/sylpheed.def
2720         * src/plugins/pgpmime/version.rc
2721         * src/plugins/spamassassin/Makefile.am
2722         * src/plugins/spamassassin/README
2723         * src/plugins/spamassassin/spamassassin.c
2724         * src/plugins/spamassassin/spamassassin.h
2725         * src/plugins/spamassassin/spamassassin_gtk.c
2726         * src/plugins/trayicon/Makefile.am
2727         * src/plugins/trayicon/trayicon.c
2728         * tools/OOo2sylpheed.pl
2729         * tools/README
2730         * tools/README.sylprint
2731         * tools/acroread2sylpheed.pl
2732         * tools/claws.i18n.status.pl
2733         * tools/filter_conv.pl
2734         * tools/filter_conv_new.pl
2735         * tools/freshmeat_search.pl
2736         * tools/google_search.pl
2737         * tools/kmail2sylpheed.pl
2738         * tools/kmail2sylpheed_v2.pl
2739         * tools/make.themes.project
2740         * tools/multiwebsearch.pl
2741         * tools/nautilus2sylpheed.sh
2742         * tools/outlook2sylpheed.pl
2743         * tools/sylprint.pl
2744         * tools/sylprint.rc
2745         * tools/tb2sylpheed
2746         * tools/textviewer.sh
2747         * tools/vcard2xml.py
2748         * tools/kdeservicemenu/README
2749         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2750         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2751         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2752                 Change name to Claws Mail. Announce to follow...
2753
2754 2006-11-06 [wwp]        2.6.0cvs6
2755
2756         * src/prefs_template.c
2757                 unify messages related to quote format/template errors (fix
2758                 capitalization), again.
2759
2760 2006-11-06 [wwp]        2.6.0cvs5
2761
2762         * src/prefs_quote.c
2763                 unify messages related to quote format/template errors.
2764
2765 2006-11-06 [wwp]        2.6.0cvs4
2766
2767         * src/prefs_msg_colors.c
2768                 more uses of Q_ macro for contextual translations, thanks
2769                 to Fabien (fzzzzz).
2770
2771 2006-11-06 [wwp]        2.6.0cvs3
2772
2773         * src/compose.c
2774         * src/common/utils.c
2775         * src/common/utils.h
2776                 show an alertpanel to make sure users are aware that sensitive
2777                 files are attached (it's file blacklist-based). This will fix
2778                 interaction w/ GoogleEarth for instance, thanks to Colin.
2779
2780 2006-11-06 [wwp]        2.6.0cvs2
2781
2782         * src/prefs_quote.c
2783         * src/prefs_template.c
2784         * src/prefs_template.h
2785                 check quote format when applying/closing prefs. For now this only
2786                 shows up an error dialog box, not preventing the user from using
2787                 a broken quote (reply, forwards) format.
2788
2789 2006-11-06 [wwp]        2.6.0cvs1
2790
2791         * src/prefs_template.c
2792                 fix missing checks of some template fields.
2793
2794 2006-11-06 [paul]       2.6.0
2795
2796         * NEWS
2797         * README
2798         * RELEASE_NOTES
2799                 2.6.0 released
2800
2801 2006-11-06 [paul]       2.5.6cvs22
2802
2803         * manual/advanced.xml
2804         * manual/es/advanced.xml
2805                 put 'respect_flowed_format' info in the correct
2806                 place
2807
2808 2006-11-06 [mones]      2.5.6cvs21
2809
2810         * po/es.po
2811                 Minor fixes for release
2812
2813 2006-11-06 [paul]       2.5.6cvs20
2814
2815         * po/cs.po
2816         * po/de.po
2817         * po/fr.po
2818         * po/it.po
2819         * po/nl.po
2820         * po/pt_BR.po
2821         * po/sk.po
2822         * po/sv.po
2823         * po/zh_CN.po
2824                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2825                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2826                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2827                 Young
2828
2829 2006-11-02 [colin]      2.5.6cvs19
2830
2831         * src/imap.c
2832         * src/imap.h
2833         * src/prefs_account.c
2834         * src/etpan/imap-thread.c
2835                 Add GSSAPI support - fixes Debian bug #383274
2836
2837 2006-11-01 [colin]      2.5.6cvs18
2838
2839         * src/jpilot.c
2840                 Handle libpisock12 support. Probably
2841                 fixes bug 1046, 'jpilot AddressDB.pdb 
2842                 import fail'
2843
2844 2006-11-01 [colin]      2.5.6cvs17
2845
2846         * src/folderutils.c
2847                 debug_print() folderutils_mark_all_read()
2848
2849 2006-11-01 [colin]      2.5.6cvs16
2850
2851         * COPYING
2852                 Add missed files to the Apache exception
2853
2854 2006-10-31 [colin]      2.5.6cvs15
2855
2856         * src/folder.c
2857         * src/folder.h
2858                 Add a copy_private_data() func to FolderClasses
2859                 Doesn't break the feature freeze, because we 
2860                 won't use it (right now) in the core.
2861
2862 2006-10-31 [colin]      2.5.6cvs14
2863
2864         * COPYING
2865                 Allow linking with the Apache licensed files in
2866                 src/plugins/spamassassin. Hopefully fixes 
2867                 bug 1048, 'Spamassassin plugin license problem'
2868
2869 2006-10-31 [wwp]        2.5.6cvs13
2870
2871         * src/compose.c
2872                 fix and optimize trimming of leading linefeeds in body loop.
2873
2874 2006-10-31 [colin]      2.5.6cvs12
2875
2876         * src/etpan/imap-thread.c
2877         * src/imap.c
2878                 Make really sure to have NULL sets in case
2879                 of error
2880
2881 2006-10-30 [wwp]        2.5.6cvs11
2882
2883         * src/prefs_common.c
2884         * src/prefs_common.h
2885         * src/compose.c
2886                 fix broken storage of quote format template when it contains \-escape
2887                 sequences. The application of such sequences is also fixed now (\t
2888                 in quote format will be a real tab instead of a 't', for instance).
2889
2890 2006-10-27 [colin]      2.5.6cvs10
2891
2892         * src/compose.c
2893                 Probably fix bug 1045, 'sylpheed-claws 
2894                 doesn't remove the mail from the IMAP 
2895                 Queue folder after sending'. From
2896                 2.5.6cvs3-stable
2897
2898 2006-10-27 [colin]      2.5.6cvs9
2899
2900         * configure.ac
2901                 Require libetpan-0.48. I'm so annoying,
2902                 I know ;-)
2903
2904 2006-10-27 [colin]      2.5.6cvs8
2905
2906         * src/folder.c
2907         * src/imap.c
2908                 Probably fix bug 1044, 'sylpheed-claws 
2909                 segfaults while moving mails' - Fix relation
2910                 usage when moving to an IMAP mailbox from another
2911                 mailbox
2912
2913 2006-10-26 [paul]       2.5.6cvs7
2914
2915         * src/gtk/about.c
2916                 add libSM to compiled-in features
2917                 list
2918
2919 2006-10-24 [colin]      2.5.6cvs6
2920
2921         * src/textview.c
2922         * src/gtk/gtkutils.c
2923                 Fix crash when printing emails with an
2924                 xface
2925
2926 2006-10-24 [mones]      2.5.6cvs5
2927
2928         * manual/es/advanced.xml
2929                 Synchronize hidden option respect_flowed_format
2930         * po/es.po
2931                 Updated translation
2932
2933 2006-10-21 [paul]       2.5.6cvs4
2934
2935         * src/gtk/authors.h
2936         * src/plugins/pgpcore/pgp_viewer.c
2937         * src/plugins/pgpcore/sgpgme.c
2938                 fix building on BSDs
2939                 Thanks to Michael Hughes
2940                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2941
2942 2006-10-20 [colin]      2.5.6cvs3
2943
2944         * configure.ac
2945                 Bump up libetpan requirement
2946                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2947         * src/common/utils.c
2948         * src/common/utils.h
2949                 Add convenience get_file_mtime()
2950         * src/imap.c
2951         * src/etpan/imap-thread.c
2952         * src/etpan/imap-thread.h
2953                 Implement UIDPLUS support if the server
2954                 supports it - faster sending in this case
2955
2956 2006-10-19 [colin]      2.5.6cvs2
2957
2958         * src/gtk/quicksearch.c
2959                 Fix emptying in type-ahead+extended mode
2960         * src/mainwindow.c
2961         * src/mainwindow.h
2962                 Add a hook for offline state change
2963         * src/plugins/trayicon/trayicon.c
2964                 Use it to display offline icons
2965         * src/plugins/trayicon/Makefile.am
2966         * src/plugins/trayicon/newmail.offline.xpm
2967         * src/plugins/trayicon/newmarkedmail.offline.xpm
2968         * src/plugins/trayicon/nomail.offline.xpm
2969         * src/plugins/trayicon/unreadmail.offline.xpm
2970         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2971                 Add the icons
2972
2973 2006-10-12 [paul]       2.5.6cvs1
2974
2975         * NEWS
2976         * README
2977         * configure.ac
2978                 Update version number following
2979                 stable release
2980
2981 2006-10-19 [colin]      2.5.5cvs18
2982
2983         * manual/handling.xml
2984                 Add type-ahead search
2985
2986 2006-10-18 [colin]      2.5.5cvs17
2987
2988         * src/gtk/quicksearch.c
2989                 Remove "save to history only if there's
2990                 no syntax error", it breaks for some 
2991                 reason which I'll investigate later.
2992
2993 2006-10-18 [colin]      2.5.5cvs16
2994
2995         * src/prefs_common.c
2996         * src/prefs_common.h
2997         * src/summaryview.c
2998         * src/gtk/quicksearch.c
2999         * src/gtk/quicksearch.h
3000                 Add a type-ahead option for fast searches
3001                 Patch by Fabien Vantard
3002
3003 2006-10-18 [colin]      2.5.5cvs15
3004
3005         * src/compose.c
3006         * src/compose.h
3007                 Add Options/Reply mode/ menu to be able to
3008                 change the recipients of a reply on the fly
3009
3010 2006-10-18 [colin]      2.5.5cvs14
3011
3012         * src/compose.c
3013                 Fix redirecting of our own sent mails
3014
3015 2006-10-17 [wwp]        2.5.5cvs13
3016
3017         * src/send_message.c
3018                 Fix duplicate error messages when sending, and missing
3019                 newline in such error messages.
3020
3021 2006-10-17 [colin]      2.5.5cvs12
3022
3023         * src/compose.c
3024                 Compare addresses case-insensitive
3025
3026 2006-10-17 [colin]      2.5.5cvs11
3027
3028         * src/plugins/pgpcore/sgpgme.c
3029                 Fix return status
3030
3031 2006-10-17 [colin]      2.5.5cvs10
3032
3033         * src/plugins/pgpcore/pgp_viewer.c
3034                 Fix return status
3035
3036 2006-10-17 [colin]      2.5.5cvs9
3037
3038         * src/quote_fmt.c
3039                 Fix a typo (thanks to Fabien)
3040
3041 2006-10-16 [colin]      2.5.5cvs8
3042
3043         * src/textview.c
3044                 Fix problem with quote-folding when emails
3045                 don't convert cleanly to UTF-8
3046
3047 2006-10-14 [colin]      2.5.5cvs7
3048
3049         * src/prefs_template.c
3050                 Reset fields when reopening
3051                 the window
3052
3053 2006-10-13 [paul]       2.5.5cvs6
3054
3055         * manual/advanced.xml
3056         * src/prefs_message.c
3057                 make 'respect_flowed_format' a hidden
3058                 option, and add a manual entry for it
3059                 Thanks to Colin
3060
3061 2006-10-12 [colin]      2.5.5cvs5
3062
3063         * src/codeconv.c
3064                 Revert part of 2.5.2cvs21:
3065                 Don't optimise by reusing the 
3066                 last iconv converter if possible:
3067                 it seems slightly broken in a 
3068                 very hard way to reproduce
3069
3070 2006-10-12 [colin]      2.5.5cvs4
3071
3072         * src/prefs_common.c
3073         * src/prefs_common.h
3074         * src/prefs_message.c
3075         * src/procmime.c
3076                 Fix bug 1035, 'Incorrect handling 
3077                 of flowed lines'. We now optionnaly
3078                 handle this format (preference is in
3079                 Message View/Text options section)
3080
3081 2006-10-12 [colin]      2.5.5cvs3
3082
3083         * po/POTFILES.in
3084                 Add new file
3085         * src/plugins/pgpcore/pgp_viewer.c
3086         * src/plugins/pgpcore/sgpgme.c
3087                 Don't try to import without asking
3088
3089 2006-10-12 [colin]      2.5.5cvs2
3090
3091         * src/compose.c
3092                 Fix bug 1036, 'Forwarding a mutlipart
3093                 mail with a "text/html" block to ms
3094                 outlook users leeds to freeze of
3095                 outlook'. Poor outlook users...
3096
3097 2006-10-12 [paul]       2.5.5cvs1
3098
3099         * NEWS
3100         * README
3101         * configure.ac
3102                 Update version number following
3103                 stable release
3104
3105 2006-10-11 [paul]       2.5.4cvs1
3106
3107         * NEWS
3108         * README
3109         * configure.ac
3110                 Update version number following
3111                 stable release
3112
3113 2006-10-11 [paul]       2.5.3cvs32
3114
3115         * src/textview.c
3116                 fix bug 1032, 'Segmentation fault when showing
3117                 message' (bug in quote folding)
3118                 Thanks to Colin
3119
3120 2006-10-10 [colin]      2.5.3cvs31
3121
3122         * src/quote_fmt.c
3123                 Rephrase english a bit
3124
3125 2006-10-10 [colin]      2.5.3cvs30
3126
3127         * src/prefs_compose_writing.c
3128                 Stop making the page larger than the window
3129
3130 2006-10-10 [wwp]        2.5.3cvs29
3131
3132         * src/compose.c
3133         * src/prefs_template.c
3134         * src/quote_fmt.c
3135         * src/quote_fmt.h
3136         * src/quote_fmt_lex.l
3137         * src/quote_fmt_parse.y
3138                 Extend the quote parser a bit: allow to get access to
3139                 basic (composing) account info.
3140
3141 2006-10-10 [colin]      2.5.3cvs28
3142
3143         * src/procheader.c
3144                 Fix this \t problem in subject
3145
3146 2006-10-09 [colin]      2.5.3cvs27
3147
3148         * src/main.c
3149         * src/prefs_gtk.c
3150                 Prepare cache a bit later
3151                 If section already exists, skip the new one 
3152                 (as previously); avoid writing the same block
3153                 twice - if we find a second block with the 
3154                 same id, skip it.
3155         * src/plugins/pgpcore/pgp_viewer.c
3156                 Set cursor to busy when retrieving a key
3157         * src/plugins/pgpcore/sgpgme.c
3158                 allow 5 seconds for gpg to export the key
3159                 
3160
3161 2006-10-09 [colin]      2.5.3cvs26
3162
3163         * configure.ac
3164         * src/msgcache.c
3165         * src/prefs_gtk.c
3166                 Check for existence of fgets_unlocked
3167                 and fwrite_unlocked
3168
3169 2006-10-09 [paul]       2.5.3cvs25
3170
3171         * src/prefs_summaries.c
3172                 replace strftime() with fast_strftime() and in
3173                 the consequence fix the bug in the display of
3174                 AM/PM in the 'Example' string
3175
3176 2006-10-09 [ticho]      2.5.3cvs24
3177
3178         * po/sk.po
3179                 Updated (and fixed up somewhat) Slovak translation.
3180
3181 2006-10-08 [colin]      2.5.3cvs23
3182
3183         * src/prefs_folder_item.c
3184                 Explain why prefs in the top-level folder
3185                 aren't retained, but are still useful
3186
3187 2006-10-08 [colin]      2.5.3cvs22
3188
3189         * src/prefs_gtk.c
3190                 Don't cache anything if caching fails
3191
3192 2006-10-08 [colin]      2.5.3cvs21
3193
3194         * src/common/utils.c
3195                 always include gi18n.h
3196
3197 2006-10-07 [colin]      2.5.3cvs20
3198
3199         * src/plugins/pgpcore/pgp_viewer.c
3200                 Kill gpg after 5 seconds wait
3201
3202 2006-10-07 [colin]      2.5.3cvs19
3203
3204         * src/plugins/pgpcore/pgp_viewer.c
3205         * src/plugins/pgpcore/pgp_viewer.h
3206                 Fix copyright
3207
3208 2006-10-07 [colin]      2.5.3cvs18
3209
3210         * src/plugins/pgpcore/pgp_viewer.c
3211         * src/plugins/pgpcore/pgp_viewer.h
3212                 Actually add the files to CVS
3213
3214 2006-10-07 [colin]      2.5.3cvs17
3215
3216         * src/plugins/pgpcore/sgpgme.c
3217                 Be sure not to crash on 'application/pgp-signature' that
3218                 are not application/pgp-signatures
3219
3220 2006-10-07 [colin]      2.5.3cvs16
3221
3222         * src/textview.c
3223         * src/textview.h
3224                 Make a bit more of the API available
3225         * src/plugins/pgpcore/Makefile.am
3226         * src/plugins/pgpcore/plugin.c
3227         * src/plugins/pgpcore/sgpgme.c
3228                 Add basic key import/export
3229
3230 2006-10-07 [colin]      2.5.3cvs15
3231
3232         * src/folderview.c
3233         * src/imap.c
3234         * src/prefs_account.c
3235         * src/wizard.c
3236                 Warn users *everywhere* if libetpan's not
3237                 linked in
3238
3239 2006-10-06 [mones]      2.5.3cvs14
3240
3241         * po/de.po
3242         * po/es.po
3243                 updated by Stephan Sachse and me
3244
3245 2006-10-06 [colin]      2.5.3cvs13
3246
3247         * src/main.c
3248         * src/common/sylpheed.c
3249                 Don't load common plugins if --exit is passed
3250         * src/prefs_gtk.c
3251         * src/prefs_gtk.h
3252                 Implement a cache to avoid reading the same
3253                 files over and over again at startup
3254
3255 2006-10-06 [colin]      2.5.3cvs12
3256
3257         * src/summaryview.c
3258         * src/gtk/quicksearch.c
3259                 Update display every 5k mails on fast searches
3260
3261 2006-10-06 [colin]      2.5.3cvs11
3262
3263         * src/textview.c
3264                 Don't do quote folding on HTML or ERTF.
3265                 May fix the Cygwin issues if they were
3266                 happening with HTML mails?
3267
3268 2006-10-05 [colin]      2.5.3cvs10
3269
3270         * src/prefs_gtk.c
3271                 Oops, forgot one
3272
3273 2006-10-05 [colin]      2.5.3cvs9
3274
3275         * src/prefs_gtk.c
3276                 Use unlocked_stdio here too
3277
3278 2006-10-05 [colin]      2.5.3cvs8
3279
3280         * src/folderview.c
3281                 Fix go to next * after preferences apply
3282         * src/msgcache.c
3283                 Do the fd lock/unlock ourselves instead of
3284                 letting the libc do it at each write 
3285
3286 2006-10-05 [colin]      2.5.3cvs7
3287
3288         * src/common/utils.c
3289                 Faster division, thanks to Jean Diraison
3290
3291 2006-10-05 [paul]       2.5.3cvs6
3292
3293         * src/common/utils.c
3294                 fix building with --disable-nls
3295
3296 2006-10-04 [colin]      2.5.3cvs5
3297
3298         * src/folder.c
3299                 Maybe fix a segfault
3300
3301 2006-10-04 [wwp]        2.5.3cvs4
3302
3303         * src/prefs_folder_item.c
3304                 Fine-tune layouts in folder item prefs. Suggested by
3305                 Fabien Vantard <fzzzzz@gmail.com>.
3306
3307 2006-10-04 [wwp]        2.5.3cvs3
3308
3309         * src/prefs_folder_item.c
3310                 Kill the clandestine passengers. You didn't see anything.
3311
3312 2006-10-04 [wwp]        2.5.3cvs2
3313
3314         * src/prefs_folder_item.c
3315                 Add a way to test the subject simplify regexp in
3316                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3317                 w/ few layout changes.
3318
3319 2006-20-04 [paul]       2.5.3cvs1
3320
3321         * NEWS
3322         * README
3323         * configure.ac
3324                 Update version number following
3325                 stable release
3326
3327 2006-10-04 [colin]      2.5.2cvs42
3328
3329         * src/folder.c
3330         * src/folder.h
3331         * src/summaryview.c
3332                 Provide a way for folder classes to set their sort
3333                 type and key
3334
3335 2006-10-03 [colin]      2.5.2cvs41
3336
3337         * src/mh.c
3338                 Don't use strlen() to know if the
3339                 string's empty
3340
3341 2006-10-03 [colin]      2.5.2cvs40
3342
3343         * src/mh.c
3344                 Fix "check for new folders" with accentued folders
3345
3346 2006-10-03 [ticho]      2.5.2cvs39
3347
3348         * src/filtering.c
3349         * src/folder.c
3350         * src/inc.c
3351         * src/mbox.c
3352                 Colin's fix for "copy" filtering rules.
3353
3354 2006-10-02 [colin]      2.5.2cvs38
3355
3356         * src/folderview.c
3357                 Fix for double-click too
3358
3359 2006-10-02 [colin]      2.5.2cvs37
3360
3361         * src/folderview.c
3362                 correct fix for cvs36
3363
3364 2006-10-02 [colin]      2.5.2cvs36
3365
3366         * src/folderview.c
3367                 Fix 'goto next unread' after collapsing/expanding 
3368                 a node.
3369
3370 2006-10-02 [colin]      2.5.2cvs35
3371
3372         * src/summaryview.c
3373                 Fix double freeze/thaw
3374         * src/common/utils.c
3375         * src/common/utils.h
3376                 Reimplement strftime
3377         * src/procheader.c
3378                 Use it
3379
3380
3381 2006-10-02 [colin]      2.5.2cvs34
3382
3383         * src/mh.c
3384                 Time mh_write_sequences() - it's fast
3385         * src/summaryview.c
3386                 Init a variable to shut up gcc
3387
3388 2006-10-01 [colin]      2.5.2cvs33
3389
3390         * src/folder.c
3391         * src/mh.c
3392         * src/mh.h
3393         * src/msgcache.c
3394                 Add helper mh_set_mtime(), and set mtime to stat()'s result
3395                 Add fsync but disable it, it's slow as hell
3396
3397 2006-10-01 [colin]      2.5.2cvs32
3398
3399         * src/mh.c
3400         * src/msgcache.c
3401                 fflush() caches and mh_sequences before
3402                 fclose()ing
3403
3404 2006-10-01 [colin]      2.5.2cvs31
3405
3406         * src/msgcache.c
3407                 Don't ftruncate when not using mmap
3408
3409 2006-09-30 [colin]      2.5.2cvs30
3410
3411         * src/main.c
3412                 Write folder list *after* saving caches
3413
3414 2006-09-30 [colin]      2.5.2cvs29
3415
3416         * src/folder.c
3417         * src/mh.c
3418                 Debug forced mtime changes
3419
3420 2006-09-30 [colin]      2.5.2cvs28
3421
3422         * src/folder.c
3423         * src/main.c
3424                 Remove useless debug_print()s (code
3425                 well-tested)
3426
3427 2006-09-30 [colin]      2.5.2cvs27
3428
3429         * src/mh.c
3430                 Do stuff faster when writing mh_sequences
3431
3432 2006-09-30 [colin]      2.5.2cvs26
3433
3434         * src/mh.c
3435                 Don't let the writing of .mh_sequences, which
3436                 can change the folder's mtime, let us think
3437                 we need to scan.
3438
3439 2006-09-30 [colin]      2.5.2cvs25
3440
3441         * src/folder.c
3442                 Move a debug_print where it belongs 
3443                 (processing)
3444         * src/summaryview.c
3445                 Don't mess with a huge slow subject
3446                 table if we're not threading by
3447                 subject
3448
3449 2006-09-30 [colin]      2.5.2cvs24
3450
3451         * src/msgcache.c
3452                 Reenable mmaped reads (*not* writes!)
3453         * src/procmsg.c
3454                 Don't destroy and recreate hashtables just
3455                 for fun
3456         * src/common/utils.c
3457                 Remove useless reply prefixes (it's case
3458                 unsensitive)
3459
3460 2006-09-30 [wwp]        2.5.2cvs23
3461
3462         * tools/fix_date.sh
3463                 Fixed a minor bug in date value extraction, added a switch
3464                 to replace non RFC-compliant Date: value, added a switch
3465                 to use strict RFC matching patterns for dates.
3466
3467 2006-09-29 [colin]      2.5.2cvs22
3468
3469         * src/matcher_parser.h
3470         * src/matcher_parser_parse.y
3471         * src/prefs_filtering.c
3472         * src/statusbar.c
3473         * src/summary_search.c
3474         * src/summaryview.c
3475         * src/gtk/quicksearch.c
3476         * src/gtk/quicksearch.h
3477                 Optimise searches by setting different
3478                 refresh intervals (depending if the 
3479                 search is fast or not)
3480
3481 2006-09-29 [colin]      2.5.2cvs21
3482
3483         * src/codeconv.c
3484                 Optimise by reusing the last iconv converter
3485                 if possible
3486         * src/textview.c
3487                 Optimise a bit (the foldable quotes feature
3488                 still has an awful O(n^2) algo
3489
3490 2006-09-29 [colin]      2.5.2cvs20
3491
3492         * src/gtk/gtksctree.c
3493         * src/gtk/gtksctree.h
3494                 Optimise de-selection via up/down or
3495                 another key
3496
3497 2006-09-28 [colin]      2.5.2cvs19
3498
3499         * src/action.c
3500         * src/compose.c
3501         * src/folderview.c
3502         * src/mainwindow.c
3503         * src/messageview.c
3504         * src/summary_search.c
3505         * src/toolbar.c
3506                 Avoid using summaryview->ctree directly
3507
3508 2006-09-28 [colin]      2.5.2cvs18
3509
3510         * src/summaryview.c
3511         * src/summaryview.h
3512                 Add helpers to freeze/thaw/grab_focus
3513                 Factorize calls to freeze/thaw/grab_focus
3514                 
3515
3516 2006-09-28 [colin]      2.5.2cvs17
3517
3518         * src/main.c
3519                 More guards for the session management
3520
3521 2006-09-28 [colin]      2.5.2cvs16
3522
3523         * src/folderview.c
3524         * src/gtk/gtksctree.c
3525         * src/gtk/gtksctree.h
3526                 Make expanding not recursive in folderview
3527
3528 2006-09-28 [colin]      2.5.2cvs15
3529
3530         * src/addressbook.c
3531                 If nothing is selected in the list (right part)
3532                 and a group is selected in the tree (left part),
3533                 mail this group.
3534
3535 2006-09-28 [colin]      2.5.2cvs14
3536
3537         * src/Makefile.am
3538                 Actually use SM_LIBS
3539
3540 2006-09-28 [ticho]      2.5.2cvs13
3541
3542         * src/export.c
3543         * src/messageview.c
3544         * src/mimeview.c
3545         * src/news.c
3546         * src/pop.c
3547         * src/prefs_themes.c
3548         * src/procmsg.c
3549                 Small i18n string optimization.
3550         * src/send_message.c
3551         * src/summaryview.c
3552         * src/common/session.c
3553         * src/common/smtp.c
3554         * src/common/ssl_certificate.c
3555         * src/common/utils.c
3556                 Use "Couldn't" instead of "Can't" in UI messages,
3557                 where appropriate.
3558
3559 2006-09-28 [colin]      2.5.2cvs12
3560
3561         * configure.ac
3562                 Possibly fix link errors
3563
3564 2006-09-27 [wwp]        2.5.2cvs11
3565
3566         * src/gtk/authors.h
3567         * doc/man/sylpheed-claws.1
3568         * manual/ack.xml
3569         * manual/es/ack.xml
3570         * manual/fr/ack.xml
3571         * manual/pl/ack.xml
3572                 Updated authors info (me, myself and I).
3573
3574 2006-09-27 [colin]      2.5.2cvs10
3575
3576         * src/addressbook.c
3577                 Remove useless printf
3578
3579 2006-09-27 [wwp]        2.5.2cvs9
3580
3581         * src/editgroup.c
3582         * src/send_message.c
3583         * src/inc.c
3584         * src/prefs_common.c
3585         * src/prefs_common.h
3586         * src/gtk/progressdialog.c
3587                 remember more windows' sizes (send dialog, received dialog,
3588                 edit group in addressbook).
3589
3590 2006-09-27 [colin]      2.5.2cvs8
3591
3592         * configure.ac
3593         * src/main.c
3594         * src/mainwindow.h
3595                 Use libSM to communicate with the session
3596                 manager, so that we can know when the 
3597                 session ends, save our caches, and draft
3598                 our compose windows.
3599
3600 2006-09-27 [colin]      2.5.2cvs7
3601
3602         * src/addressbook.c
3603                 Fix issues:
3604                 o Allow Book and Group creation from the tree's
3605                   contextual menu
3606                 o Do not actually delete the contacts when 
3607                   deleting groups from the tree (duh!)
3608
3609 2006-09-27 [colin]      2.5.2cvs6
3610
3611         * src/compose.c
3612         * src/compose.h
3613         * src/mainwindow.c
3614         * src/textview.c
3615         * src/toolbar.c
3616                 o Allow passing an email address to 
3617                   compose_new_with_folderitem
3618                 o Update callers
3619                 o Use current folderitem when clicking
3620                   on a TextView mailto: link
3621                 o Fix a possible leak in TextView
3622
3623 2006-09-27 [colin]      2.5.2cvs5
3624
3625         * src/html.c
3626                 Use UTF-8 chars to replace HTML entities
3627
3628 2006-09-27 [colin]      2.5.2cvs4
3629
3630         * AUTHORS
3631         * src/prefs_account.c
3632         * src/gtk/authors.h
3633                 Fix bug #1024 (Array index out of
3634                 range in sylpheed-claws-2.5.2)
3635                 Patch by Ales Nosek <anosek@suse.cz>
3636
3637 2006-09-27 [colin]      2.5.2cvs3
3638
3639         * src/addr_compl.c
3640                 Actually do the test
3641
3642 2006-09-27 [colin]      2.5.2cvs2
3643
3644         * src/addr_compl.c
3645         * src/addr_compl.h
3646                 Allow completing with comma (in certain cases: vCalendar
3647                 for example doesn't support that)
3648                 Patch by Fabien Vantard
3649
3650 2006-09-26 [colin]      2.5.2cvs1
3651
3652         * src/Makefile.am
3653         * src/addr_compl.c
3654         * src/addr_compl.h
3655         * src/addrbook.c
3656         * src/addrbook.h
3657         * src/addressbook.c
3658         * src/addrindex.c
3659         * src/addrindex.h
3660         * src/compose.c
3661         * src/prefs_common.c
3662         * src/prefs_filtering_action.c
3663         * src/prefs_folder_item.c
3664         * src/prefs_template.c
3665         * src/stock_pixmap.c
3666         * src/stock_pixmap.h
3667         * src/pixmaps/addr_one.xpm
3668         * src/pixmaps/addr_two.xpm
3669                 Add auto-completion on groups
3670
3671 2006-09-26 [colin]      2.5.2
3672
3673         * NEWS
3674         * README
3675         * RELEASE_NOTES
3676                 2.5.2 released
3677
3678 2006-09-26 [colin]      2.5.1cvs5
3679
3680         * src/matcher.c
3681                 Fix condition
3682
3683 2006-09-26 [colin]      2.5.1cvs4
3684
3685         * src/mbox.c
3686                 Revert cvs1 (useless as the message is printed 
3687                 every 500 mails)
3688
3689 2006-09-26 [colin]      2.5.1cvs3
3690
3691         * src/partial_download.c
3692                 Fix crasher found by Alexsandar Urosevic
3693
3694 2006-09-26 [colin]      2.5.1cvs2
3695
3696         * src/summaryview.c
3697                 Fix bug #1023 (Sylpheed deletes too much messages)
3698
3699 2006-09-26 [ticho]      2.5.1cvs1
3700
3701         * src/mbox.c
3702                 Make use of gettext's multiple plurals for statusbar
3703                 progress message.
3704
3705 2006-09-25 [paul]       2.5.1
3706
3707         * NEWS
3708         * README
3709         * RELEASE_NOTES
3710                 2.5.1 released
3711
3712 2006-09-25 [colin]      2.5.0cvs3
3713
3714         * src/plugins/bogofilter/bogofilter.c
3715         * src/plugins/clamav/clamav_plugin.c
3716         * src/plugins/spamassassin/spamassassin.c
3717                 BogoFilter, Spamassassin: Fix double hook registering after
3718                 visiting preferences
3719                 Spamassassin, Clamav: Just set the mails to move instead of
3720                 doing the move - caller will move the things at once.
3721
3722 2006-09-25 [colin]      2.5.0cvs2
3723
3724         * src/imap.c
3725         * src/etpan/imap-thread.c
3726                 Use UID SEARCH ALL instead of UID 1:*
3727                 (braindead servers can't figure out that's
3728                 the same...)
3729
3730 2006-09-25 [wwp]        2.5.0cvs1
3731
3732         * src/message_search.c
3733                 Added the ability to stop a running search (in message body).
3734
3735 2006-09-25 [paul]       2.5.0
3736
3737         * NEWS
3738         * README
3739         * RELEASE_NOTES
3740                 2.5.0 released
3741
3742 2006-09-25 [paul]       2.4.0cvs214
3743
3744         * po/cs.po
3745         * po/de.po
3746         * po/fi.po
3747         * po/fr.po
3748         * po/nl.po
3749         * po/pt_BR.po
3750         * po/sk.po
3751         * po/sr.po
3752         * po/zh_CN.po
3753                 updated by Tim, Stephan Sachse, Flammie Pirinen,
3754                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
3755                 Ticho, Aleksander Urosevic, Ralgh Young
3756
3757 2006-09-24 [mones]      2.4.0cvs213
3758
3759         * po/es.po
3760                 Updated for release
3761
3762 2006-09-23 [colin]      2.4.0cvs212
3763
3764         * src/gtk/inputdialog.c
3765                 Fix [ ] remember this appearing in normal
3766                 input dialogs after it's been used by
3767                 mimeview.
3768         * src/folder.c
3769         * src/folderview.c
3770         * src/msgcache.c
3771         * src/procmsg.c
3772         * src/summaryview.c
3773         * src/textview.c
3774         * src/common/timing.h
3775                 Enable timings in debug mode and make it
3776                 look prettier.
3777
3778 2006-09-22 [colin]      2.4.0cvs211
3779
3780         * README
3781                 Revert test change
3782         * commitHelper
3783                 ping the correct URI
3784
3785 2006-09-22 [colin]      2.4.0cvs210
3786
3787         * README
3788                 Let's see if bug #1022 is fixed
3789
3790 2006-09-21 [colin]      2.4.0cvs209
3791
3792         * src/wizard.c
3793         * src/common/plugin.c
3794                 Prepare infra to load predefined plugins when
3795                 no configuration existed. Don't actually load
3796                 anything yet (feat. freeze)
3797
3798 2006-09-21 [wwp]        2.4.0cvs208
3799
3800         * manual/fr/faq.xml
3801                 Partial sync w/ 2.4.0cvs72:
3802                 wrap file and minor updates.
3803
3804 2006-09-21 [wwp]        2.4.0cvs207
3805
3806         * tools/fix_date.sh
3807                 several fixes and enhancements. A new --force switch has been
3808                 added to prevent overriding by default Date: header when
3809                 already existing.
3810
3811 2006-09-21 [paul]       2.4.0cvs206
3812
3813         * src/common/utils.c
3814                 add Chinese UTF8 Re prefix
3815
3816 2006-09-21 [wwp]        2.4.0cvs205
3817
3818         * tools/Makefile.am
3819                 Fics alfabettical order.
3820
3821 2006-09-21 [wwp]        2.4.0cvs204
3822
3823         * tools/fix_date.sh
3824         * tools/Makefile.am
3825                 Added an action tool to fix missing Date field in emails.
3826                 Updated Makefile.am to reflect those last two additions.
3827
3828 2006-09-21 [wwp]        2.4.0cvs203
3829
3830         * tools/uuooffice
3831                 Added a action tool to open uuencoded docs w/
3832                 OpenOffice (based on uudec method).
3833
3834 2006-09-21 [colin]      2.4.0cvs202
3835
3836         * src/compose.c
3837         * src/textview.c
3838                 Workaround possible GTK crash: remove selection 
3839                 clipboard before destroying widget, or GTK+-2.10
3840                 dies. Thanks to Hiro.
3841
3842 2006-09-20 [colin]      2.4.0cvs201
3843
3844         * src/compose.c
3845                 Fix free-after-use in some cases (when 
3846                 procmime_encode_content() frees mimeinfo->data.mem
3847                 and turns it to a temp file)
3848
3849 2006-09-20 [colin]      2.4.0cvs200
3850
3851         * src/folderview.c
3852         * src/summaryview.c
3853         * src/gtk/gtksctree.c
3854         * src/gtk/gtksctree.h
3855                 Add tooltips in the folderview and summaryview