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