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