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