2007-01-16 [colin] 2.7.1cvs9
[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.c
4588         * src/folderview.c
4589         * src/summaryview.c
4590                 Make the GtkSCTree look more modern by
4591                 alternating background lines
4592         * src/prefs_common.c
4593         * src/prefs_common.h
4594                 Add a pref to let people have the old
4595                 way if they prefer
4596
4597
4598 2006-08-30 [colin]      2.4.0cvs114
4599
4600         * src/procmsg.c
4601         * src/procmsg.h
4602                 Provide a way to filter a list of
4603                 messages in an optimised manner, and
4604                 add a list-filtering hook
4605         * src/folder.c
4606         * src/inc.c
4607         * src/mbox.c
4608                 Use the list filtering
4609         * src/plugins/bogofilter/bogofilter.c
4610                 Use the list-filtering hook
4611                 Use -b (bulk) mode for more speed
4612                 when learning and filtering
4613         * src/etpan/imap-thread.c
4614                 Make log output shorter in UID SEARCH
4615
4616
4617 2006-08-30 [colin]      2.4.0cvs113
4618
4619         * src/plugins/bogofilter/bogofilter.c
4620                 Really fast mass learning - thanks to David
4621                 Relson for the options explanations :)
4622
4623 2006-08-30 [colin]      2.4.0cvs112
4624
4625         * src/msgcache.c
4626                 Fix compilation on FreeBSD. Thanks
4627                 to Michael Hugues
4628
4629 2006-08-29 [colin]      2.4.0cvs111
4630
4631         * src/folderview.c
4632                 Handle "popup_menu" signal (for popping the 
4633                 menu via the keyboard)
4634         * src/mimeview.c
4635         * src/mimeview.h
4636         * src/summaryview.c
4637         * src/textview.c
4638         * src/gtk/gtkutils.c
4639         * src/gtk/gtkutils.h
4640                 Factorize scrolling code, and add an API 
4641                 for MimeViewers to handle scroll orders
4642
4643 2006-08-29 [wwp]        2.4.0cvs110
4644
4645         * src/plugins//bogofilter/bogofilter.c
4646         * src/plugins//spamassassin/spamassassin.c
4647                 make the bogofilter/spamassassin filtering error dialogs at
4648         incorporation obey to the "don't popup error dialog on
4649         receive error" option. If disabled, feed the log window w/
4650         the error message.
4651
4652 2006-08-29 [paul]
4653
4654         2.5.0-rc2 released
4655
4656 2006-08-29 [paul]       2.4.0cvs109
4657
4658         * Makefile.am
4659                 remove 'make release', it's not needed
4660                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
4661
4662 2006-08-29 [paul]       2.4.0cvs108
4663
4664         * src/foldersel.c
4665         * src/summary_search.c
4666         * src/gtk/progressdialog.c
4667         * src/plugins/pgpcore/passphrase.c
4668                 replace deprecated gtk_window_set_policy()
4669
4670 2006-08-29 [colin]      2.4.0cvs107
4671
4672         * src/folder.c
4673                 Fix data loss when copy fails during a move:
4674                 only use fast remove_msgs if everything was
4675                 copied OK; else use slow remove_msg on the
4676                 mails that got copied only.
4677
4678 2006-08-28 [paul]       2.4.0cvs106
4679
4680         * src/mh.c
4681                 revert change in 2.4.0cvs104, it breaks
4682                 stuff
4683
4684 2006-08-28 [paul]       2.4.0cvs105
4685
4686         * src/plugins/spamassassin/spamassassin.c
4687                 english fix
4688
4689 2006-08-28 [paul]       2.4.0cvs104
4690
4691         * src/mh.c
4692                 fix data loss when moving to another
4693                 mailbox fails
4694         * src/prefs_spelling.c
4695                 improve the english
4696         * src/gtk/pluginwindow.c
4697                 improve the layout of the dialog text
4698         All thanks to Colin
4699
4700 2006-08-28 [paul]       2.4.0cvs103
4701
4702         * src/plugins/bogofilter/bogofilter.c
4703         * src/plugins/bogofilter/bogofilter_gtk.c
4704                 fix english up a bit, innit
4705
4706 2006-08-28 [paul]       2.4.0cvs102
4707
4708         * configure.ac
4709         * po/Makefile.in.in
4710         * po/Makevars
4711                 require autoconf 2.60, enabling building
4712                 with gettext 0.15 (gettext 0.14.x build still
4713                 possible). Replace Makefiles with versions
4714                 from gettext 0.15.
4715                 Remove configure options --with-localedir and
4716                 --with-mandir. The options that are provided
4717                 directly by autoconf 2.60 can be used instead:
4718                 --mandir --localedir
4719
4720 2006-08-27 [colin]      2.4.0cvs101
4721
4722         * src/plugins/bogofilter/Makefile.am
4723                 Fix make dist (no README)
4724
4725 2006-08-27 [colin]      2.4.0cvs100
4726
4727         * src/folder.c
4728                 Don't use F_UNKNOWN folders for any default
4729                 outbox/trash/etc
4730         * src/plugins/bogofilter/bogofilter.c
4731         * src/plugins/bogofilter/bogofilter.h
4732         * src/plugins/bogofilter/bogofilter_gtk.c
4733                 Add an option to specify the path to bogofilter
4734                 Use single-quotes to be able to learn in folders
4735                 with spaces in their names
4736                 Verify learning status
4737
4738 2006-08-27 [colin]      2.4.0cvs99
4739
4740         * manual/faq.xml
4741         * manual/plugins.xml
4742                 Document Bogofilter plugin
4743
4744 2006-08-27 [colin]      2.4.0cvs98
4745
4746         * src/compose.c
4747         * src/messageview.c
4748         * src/procmsg.c
4749         * src/procmsg.h
4750                 When possible, copy the queued mail to sent folder
4751                 instead of re-adding. Much faster on IMAP.
4752
4753 2006-08-27 [colin]      2.4.0cvs97
4754
4755         * src/msgcache.c
4756                 Disable mmaped caches - huge metadata loss
4757                 here after a power failure.
4758         * src/summaryview.c
4759                 Add quicksearch timing
4760         * src/common/plugin.c
4761         * src/common/plugin.h
4762                 Implement an interface to tell what plugins
4763                 provide. Prevent loading of similar plugins.
4764         * src/plugins/clamav/clamav_plugin.c
4765         * src/plugins/demo/demo.c
4766         * src/plugins/dillo_viewer/dillo_viewer.c
4767         * src/plugins/pgpcore/plugin.c
4768         * src/plugins/pgpinline/pgpinline.c
4769         * src/plugins/pgpmime/pgpmime.c
4770         * src/plugins/spamassassin/spamassassin.c
4771         * src/plugins/trayicon/trayicon.c
4772                 Implement plugin_provides()
4773
4774 2006-08-27 [colin]      2.4.0cvs96
4775
4776         * configure.ac
4777         * src/plugins/Makefile.am
4778         * src/plugins/bogofilter/.cvsignore
4779         * src/plugins/bogofilter/Makefile.am
4780         * src/plugins/bogofilter/bogofilter.c
4781         * src/plugins/bogofilter/bogofilter.h
4782         * src/plugins/bogofilter/bogofilter_gtk.c
4783                 New Bogofilter plugin, provides filtering and
4784                 learning. Spamassassin will go to extra plugins.
4785
4786 2006-08-26 [mones]      2.4.0cvs95
4787
4788         * manual/handling.xml
4789                 Fix subfolder path in the example (thanks to Paul) 
4790
4791 2006-08-26 [mones]      2.4.0cvs94
4792
4793         * manual/glossary.xml
4794                 2.2. + add ISP to the glossary
4795                 7.5. + Add UIDL to glossary
4796                 7.7. + Add TCP to glossary
4797         * manual/handling.xml
4798                 7.1. + Mentions GNU/Linux distribution, what about the non...
4799                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
4800                 7.3. + Mentions .bashrc, what about the non-bash ones? 
4801                 7.4. = Use appropriate quotation for commands
4802                 7.6. = change "" to <quote></quote>
4803         * manual/plugins.xml
4804                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
4805         * manual/starting.xml
4806                 2.1. + local mbox file: some examples of mbox file locations...
4807                 Also reformatted files requiring it
4808
4809 2006-08-26 [wwp]        2.4.0cvs93
4810
4811         * src/summary_search.c
4812                 disable find buttons while summary search is running.
4813
4814 2006-08-25 [colin]      2.4.0cvs92
4815
4816         * src/folder.c
4817         * src/folderutils.c
4818         * src/mh.c
4819         * src/procmsg.h
4820         * src/summaryview.c
4821                 Speed up MH moving, and add progressbar
4822                 for MH deletion
4823         * src/msgcache.c
4824                 Write cache files using mmap() too
4825
4826 2006-08-25 [wwp]        2.4.0cvs91
4827
4828         * src/summaryview.c
4829                 switch spam<->ham button when a message has been marked as spam or ham
4830                 and is still selected. Thanks to Colin.
4831
4832 2006-08-25 [paul]       2.4.0cvs90
4833
4834         * src/Makefile.am
4835         * src/stock_pixmap.c
4836         * src/stock_pixmap.h
4837         * src/summaryview.c
4838         * src/gtk/icon_legend.c
4839         * src/pixmaps/copied.xpm
4840         * src/pixmaps/moved.xpm
4841                 add icons for delayed execution marked for
4842                 copying, marked for moving
4843
4844 2006-08-25 [mones]      2.4.0cvs89
4845
4846         * manual/glossary.xml
4847                 Fix the other glossary items:
4848                 5.1. = Inmmediate execution -> <quote>immediate execution...
4849                 5.2. = Fix MBOX capitalization -> Mbox
4850                 5.3. + Improve Plugins def. w/ tech. ref.
4851                 5.4. = Quotation -> replace '>' by <quote>></quote>
4852                 5.5. - SMTP Server. -> remove dot
4853         * po/es.po
4854                 Updated translation
4855
4856 2006-08-25 [mones]      2.4.0cvs88
4857
4858         * manual/ack.xml
4859                 Reformatted, changed email address
4860         * manual/glossary.xml
4861                 Reformatted, fixed MANUAL-TODO items:
4862                 8.2. + add ROT-13 to glossary
4863                 8.4. + add URL to glossary
4864         * manual/es/advanced.xml
4865                 Fixed <literal>s
4866
4867 2006-08-25 [paul]       2.4.0cvs87
4868
4869         * src/gtk/icon_legend.c
4870                 add 'marked for deletion' icon
4871                 arrange icons by containing column
4872                 wrap long label text
4873
4874 2006-08-25 [colin]      2.4.0cvs86
4875
4876         * src/common/utils.c
4877         * src/common/utils.h
4878                 Add the sc_g_*list_bigger functions in
4879                 a place everyone can use it
4880         * src/summaryview.c
4881                 Only freeze/thaw the list when working
4882                 on the selection, if it's bigger than 1
4883         * src/gtk/gtksctree.c
4884                 Only freeze/thaw the list when unselec-
4885                 ting 'all' if ('all' != 1)
4886                 This avoids some flickering
4887
4888 2006-08-24 [colin]      2.4.0cvs85
4889
4890         * src/addressbook.c
4891                 Fix strange list selection
4892                 Fix random seg (Invalid read of freed memory)
4893
4894 2006-08-24 [colin]      2.4.0cvs84
4895
4896         * src/alertpanel.c
4897         * src/gtk/inputdialog.c
4898         * src/plugins/pgpcore/passphrase.c
4899                 Revert minimal width patch of 2.4.0cvs67,
4900                 as it is also a maximal width. Use 
4901                 gtk_window_set_default_size instead.
4902
4903 2006-08-24 [colin]      2.4.0cvs83
4904
4905         * src/msgcache.c
4906                 Write cache/mark to temp files before
4907                 overwriting old ones (avoids metadata
4908                 loss if writing the new files fail).
4909                 Use mmap() to read cache/mark file, as
4910                 this makes cache reading faster. Dis-
4911                 abled for big-endian machines until it
4912                 can be tested. (Big-endian users: set
4913                 msgcache_use_mmap = TRUE in the relevant
4914                 #if).
4915         * src/procmsg.h
4916                 Move rarely used fields of MsgInfo in 
4917                 another structure, which will only be
4918                 allocated if needed. Face, X-Face,
4919                 Return receipt headers and List-*
4920                 headers are moved. Mails having none
4921                 of these occupy 52 bytes less with
4922                 this patch, which makes 2.5MB of RAM
4923                 saved on a 50k folder).
4924         * src/headerview.c
4925         * src/mainwindow.c
4926         * src/messageview.c
4927         * src/partial_download.c
4928         * src/procheader.c
4929         * src/procmsg.c
4930         * src/textview.c
4931                 Follow this structure change.
4932
4933 2006-08-24 [wwp]        2.4.0cvs82
4934
4935         * manual/es/.cvsignore
4936         * manual/es/dist/.cvsignore
4937         * manual/es/dist/html/.cvsignore
4938         * manual/es/dist/pdf/.cvsignore
4939         * manual/es/dist/ps/.cvsignore
4940         * manual/es/dist/txt/.cvsignore
4941                 more (generated) files to ignore.
4942
4943 2006-08-24 [colin]      2.4.0cvs81
4944
4945         * src/folder.c
4946         * src/mh.c
4947                 Fix possible problems with local delivery. Check the folder doesn't
4948                 need scan before setting its mtime when saving cache (which can be
4949                 done long after the folder's been modified by an external process);
4950                 Check that the stored item's mtime didn't change in mh functions.
4951
4952 2006-08-24 [mones]      2.4.0cvs80
4953
4954         * manual/advanced.xml
4955                 Rewrapping, some fixes and MANUAL-TODO items:
4956                 8.1. = change "" to <quote></quote>
4957                 8.3. = quote menu items
4958                 8.5. - deploying -> new user ... ideally a new user (redundant)
4959
4960 2006-08-23 [colin]      2.4.0cvs79
4961
4962         * src/gtk/gtksctree.c
4963                 When selecting or deselecting range, only
4964                 freeze/thaw when selection is bigger than 10
4965
4966 2006-08-23 [colin]      2.4.0cvs78
4967
4968         * src/messageview.c
4969         * src/mimeview.c
4970         * src/mimeview.h
4971         * src/plugins/dillo_viewer/dillo_viewer.c
4972                 Provide an API for MimeViewer plugins to
4973                 return a text selection for replying
4974
4975 2006-08-23 [colin]      2.4.0cvs77
4976
4977         * src/image_viewer.c
4978         * src/textview.c
4979                 Use gtk_pixbuf_new_from_file_at_scale(), which
4980                 is faster than getting the pixbuf then resizing
4981                 it.
4982
4983 2006-08-23 [colin]      2.4.0cvs76
4984
4985         * src/procmime.c
4986                 UTF-8 should be sent Quoted-printable
4987
4988 2006-08-22 [colin]      2.4.0cvs75
4989
4990         * src/mh.c
4991                 Check if scan is required before touching
4992                 the folder (or it'll be required every time)
4993
4994 2006-08-22 [colin]      2.4.0cvs74
4995
4996         * configure.ac
4997                 Require libetpan 0.46 (crasher fix when built
4998                 against gnutls)
4999
5000 2006-08-22 [colin]      2.4.0cvs73
5001
5002         * src/folder.c
5003                 Set folder's mtime after writing its
5004                 cache
5005         * src/folderview.c
5006                 Add some timing
5007         * src/procmsg.c
5008                 Don't do useless stuff if we don't 
5009                 thread by subject
5010         * src/summaryview.c
5011                 Add some timing, don't deselect prior
5012                 to selecting (gtksctree does it itself),
5013                 remove crash avoidance hacks as it's been
5014                 properly fixed since a while
5015         * src/common/utils.c
5016                 Optimize to_human_readable(): _() is slow,
5017                 do it only once, and avoid %f format for KB
5018                 (the most common in a summaryview)
5019         * src/gtk/gtksctree.c
5020                 Don't uselessly freeze/thaw (fixes flicker
5021                 on next unread and friends), reduce number
5022                 of g_list_nth/g_list_position where possible
5023         * src/gtk/gtkutils.c
5024         * src/gtk/gtkutils.h
5025                 Reduce number of g_list_nth/g_list_position
5026                 where possible.
5027                 All of this makes loading as 70k folder 2.1
5028                 seconds instead of 3.2 (with hot FS caches).
5029                 (1.3 seconds without Date and Size columns...)
5030
5031 2006-08-22 [paul]       2.4.0cvs72
5032
5033         wrap documents and do some items from mones' MANUAL-TODO:
5034
5035         * manual/account.xml
5036                 4.1. = fix tabname references to <quote>tabname</quote>
5037                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5038         * manual/faq.xml
5039                 1.1. = mentioned options don't match UI
5040                 Add information about the 'Never send Return Receipts'
5041                 option
5042         * manual/handling.xml
5043                 6.2. = Mentions Extended symbols button, but now is
5044                 named Information
5045                 6.3. = Mentions ... button, which is now Edit
5046
5047 2006-08-22 [colin]      2.4.0cvs71
5048
5049         * src/gtk/pluginwindow.c
5050                 Fix layout in verbose translations (such
5051                 as french)
5052
5053 2006-08-22 [paul]       2.4.0cvs70
5054
5055         * manual/Makefile.am
5056                 build manuals in alphabetical order
5057         * src/addressbook.c
5058         * src/prefs_themes.c
5059                 replace/remove deprecated symbols
5060         * src/gtk/gtkutils.c
5061                 fix a warning
5062         * src/gtk/pluginwindow.c
5063                 replace deprecated symbol
5064                 replace label text and move it
5065         * src/plugins/pgpcore/prefs_gpg.c
5066                 move the 'Generate...' button out of the
5067                 Sign Key frame, replace the English used
5068         * src/plugins/pgpcore/sgpgme.c
5069                 fixes to the English
5070
5071 2006-08-21 [colin]      2.4.0cvs69
5072
5073         * src/plugins/trayicon/trayicon.c
5074                 Add more strings for translation; patch
5075                 by Pawel
5076
5077 2006-08-21 [colin]      2.4.0cvs68
5078
5079         * src/compose.c
5080                 fix replied flag not set after drafting
5081         * src/matcher.c
5082                 fix body quicksearch in non-encoded bodies
5083                 containing '='
5084         * src/msgcache.c
5085                 Get rid of the g_malloc workaround for
5086                 corrupted caches, use g_try_malloc
5087
5088 2006-08-21 [colin]      2.4.0cvs67
5089
5090         * src/alertpanel.c
5091         * src/gtk/inputdialog.c
5092         * src/plugins/pgpcore/passphrase.c
5093                 Set minimal width to 375
5094         * src/mainwindow.c
5095                 Fix switching to offline, asking if it 
5096                 should be overriden for synchronising
5097         * src/mimeview.c
5098                 Don't offer to remember command on Open 
5099                 with for text parts, as the browser or 
5100                 text editor command isn't changed from 
5101                 there
5102
5103 2006-08-20 [paul]       2.4.0cvs66
5104
5105         * po/ko.po
5106         * po/zh_CN.po
5107                 fix plural form errors. revealed by stricter
5108                 checking of gettext 0.15
5109
5110 2006-08-18 [paul]       2.4.0cvs65
5111
5112         * src/stock_pixmap.c
5113                 fix the fix of 2.4.0cvs64
5114                 Thanks to Colin
5115
5116 2006-08-18 [paul]       2.4.0cvs64
5117
5118         * src/stock_pixmap.c
5119                 fix leaks
5120                 Thanks to Colin
5121
5122 2006-08-18 [paul]       2.4.0cvs63
5123
5124         * src/compose.c
5125         * src/procmsg.c
5126                 fix occasional IMAP bug where large msgs
5127                 were left in the queue folder after sending
5128                 Thanks to Colin
5129
5130 2006-08-18 [paul]       2.4.0cvs62
5131
5132         * src/folderview.c
5133                 freeze the summaryview while quicksearch results
5134                 are displayed
5135                 (fixes bug 456 'current message is hidden when the
5136                 view is refreshed and extended search is "unread 
5137                 messages"')
5138                 Thanks to Colin
5139         * src/textview.c
5140                 add missing #include "inputdialog.h"
5141         * src/common/utils.h
5142                 add missing mailcap_update_default() and improve
5143                 readability
5144
5145 2006-08-17 [colin]      2.4.0cvs61
5146
5147         * src/plugins/pgpcore/select-keys.c
5148                 Fix warnings :)
5149
5150 2006-08-17 [colin]      2.4.0cvs60
5151
5152         * src/compose.c
5153                 Don't continue queuing if Cancel is clicked
5154                 in select-keys
5155
5156 2006-08-17 [colin]      2.4.0cvs59
5157
5158         * src/plugins/pgpcore/select-keys.c
5159                 When encrypting, if only one key matches and it 
5160                 matches exactly, automatically use it.
5161
5162 2006-08-17 [colin]      2.4.0cvs58
5163
5164         * src/mimeview.c
5165         * src/prefs_common.c
5166         * src/prefs_common.h
5167         * src/prefs_ext_prog.c
5168         * src/textview.c
5169                 Fix issues with previous patch (text/html)
5170                 Remove outdated prefs
5171
5172 2006-08-17 [colin]      2.4.0cvs57
5173
5174         * src/imap.c
5175                 Add View Log button on auth error
5176         * src/procmsg.c
5177                 Fix encrypted mail marked as new when
5178                 saved in normal folders
5179         * src/plugins/pgpinline/pgpinline.c
5180                 Fix encrypt bug on IMAP
5181         * src/mimeview.c
5182         * src/common/utils.c
5183         * src/common/utils.h
5184         * src/gtk/inputdialog.c
5185         * src/gtk/inputdialog.h
5186                 Get rid of metamail stuff, simplify
5187                 opening, and allow remembering of user's
5188                 choices (by updating ~/.mailcap). There's
5189                 still to drop "Audio player" and "Image
5190                 viewer" preferences.
5191
5192 2006-08-17 [mones]      2.4.0cvs56
5193
5194         * manual/es/sylpheed-claws-manual.xml
5195                 fix DTD path
5196
5197 2006-08-17 [mones]      2.4.0cvs55
5198
5199         * configure.ac
5200         * manual/Makefile.am
5201         * manual/es/Makefile.am
5202         * manual/es/account.xml
5203         * manual/es/ack.xml
5204         * manual/es/addrbook.xml
5205         * manual/es/advanced.xml
5206         * manual/es/faq.xml
5207         * manual/es/glossary.xml
5208         * manual/es/gpl.xml
5209         * manual/es/handling.xml
5210         * manual/es/intro.xml
5211         * manual/es/keyboard.xml
5212         * manual/es/plugins.xml
5213         * manual/es/starting.xml
5214         * manual/es/sylpheed-claws-manual.xml
5215         * manual/es/dist/Makefile.am
5216         * manual/es/dist/html/Makefile.am
5217         * manual/es/dist/pdf/Makefile.am
5218         * manual/es/dist/ps/Makefile.am
5219         * manual/es/dist/txt/Makefile.am
5220                 Spanish translation for the manual
5221
5222 2006-08-16 [colin]      2.4.0cvs54
5223
5224         * src/compose.c
5225         * src/main.c
5226         * src/mainwindow.c
5227                 Fix send button sensitivity at startup
5228                 Set send menu sensitivity (patch by Fabien)
5229         * src/ssl_manager.c
5230                 Enable closing with esc (patch by Fabien)
5231         * src/gtk/foldersort.c
5232                 Enable closing with esc (patch by Fabien)
5233         * src/procmime.c
5234                 Optimisation (no need to copy to tempfile to
5235                 "decode" 7bit and 8bit)
5236         * src/summaryview.c
5237                 Fix cruft in swap_from case
5238         * src/textview.c
5239                 Fix missing last line in some mail cases 
5240                 (Fixes debian #381872)
5241         * src/plugins/pgpcore/prefs_gpg.c
5242         * src/plugins/pgpcore/sgpgme.c
5243         * src/plugins/pgpcore/sgpgme.h
5244                 Don't show "no key found" when user explicitely
5245                 wants to create a key
5246
5247 2006-08-16 [paul]       2.4.0cvs53
5248
5249         * configure.ac
5250         * src/account.c
5251         * src/addressbook.c
5252         * src/headerview.c
5253         * src/prefs_account.c
5254         * src/prefs_message.c
5255         * src/gtk/gtkutils.c
5256                 bump up minimum required versions of GTK+ and
5257                 GLIB to 2.6.0
5258
5259 2006-08-16 [paul]       2.4.0cvs52
5260
5261         * src/toolbar.c
5262                 workaround GTK+ Bug 351600 - 'Can't re-click
5263                 on button after sensitivity update'
5264                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
5265                 Thanks to Colin
5266
5267 2006-08-15 [colin]      2.4.0cvs51
5268
5269         * src/plugins/pgpcore/prefs_gpg.c
5270                 Set options sensitivity according to
5271                 key existence
5272         * src/plugins/pgpcore/sgpgme.c
5273                 Allow to create key with no passphrase
5274
5275 2006-08-14 [cleroy]     2.4.0cvs50
5276
5277         * src/gtk/pluginwindow.c
5278                 New layout (maybe to be changed?)
5279         * src/gtk/gtkutils.c
5280                 Fix a bit label_window
5281         * src/plugins/pgpcore/passphrase.c
5282         * src/plugins/pgpcore/passphrase.h
5283         * src/plugins/pgpcore/plugin.c
5284         * src/plugins/pgpcore/prefs_gpg.c
5285         * src/plugins/pgpcore/prefs_gpg.h
5286         * src/plugins/pgpcore/sgpgme.c
5287         * src/plugins/pgpcore/sgpgme.h
5288                 Allow to create a PGP private key via the GUI
5289
5290 2006-08-14 [wwp]        2.4.0cvs49
5291
5292         * src/addressbook_foldersel.c
5293                 fix strict ISO C90 compliance.
5294
5295 2006-08-14 [paul]       2.4.0cvs48
5296
5297         * src/gtk/prefswindow.c
5298                 re-set scrolled window on opening
5299                 Patch by Ticho
5300
5301 2006-08-14 [paul]
5302
5303         2.5.0-rc1 released
5304
5305 2006-08-14 [paul]       2.4.0cvs47
5306
5307         * src/prefs_display_header.c
5308                 re-enable user-defined Displayed Headers
5309
5310 2006-08-14 [paul]       2.4.0cvs46
5311
5312         * src/prefs_account.c
5313                 use GTK_STOCK_EDIT
5314
5315 2006-08-13 [colin]      2.4.0cvs45
5316
5317         * src/common/utils.c
5318                 Fix "a" in quote when the original message is empty,
5319                 by using \0 instead of 'a' to test writability of
5320                 temp files.
5321
5322 2006-08-13 [wwp]        2.4.0cvs44
5323
5324         * src/plugins/spamassassin/spamassassin.c
5325                 fix capitalization of "SpamAssassin" in some debug, log and
5326                 dialog messages.
5327
5328 2006-08-13 [paul]       2.4.0cvs43
5329
5330         * src/editldap.c
5331                 fix overlapping widgets
5332         * src/prefs_account.c
5333                 fix translation of protocol_names[]
5334                 fix label disappearing off the edge of the
5335                 visible area
5336
5337 2006-08-12 [paul]       2.4.0cvs42
5338
5339         * manual/plugins.xml
5340                 update IRC channel info before it gets forgotten
5341                 about
5342
5343 2006-08-11 [colin]      2.4.0cvs41
5344
5345         * src/compose.c
5346         * src/mainwindow.c
5347         * src/mainwindow.h
5348         * src/procmsg.c
5349         * src/procmsg.h
5350         * src/summaryview.c
5351         * src/toolbar.c
5352                 Grey out the Send button if
5353                 - Queue folders are empty, or
5354                 - We're sending already
5355
5356 2006-08-11 [wwp]        2.4.0cvs40
5357
5358         * src/main.c
5359                 fix a logic issue when quitting while a compose window is
5360                 still open, thanks to Colin.
5361
5362 2006-08-10 [colin]      2.4.0cvs39
5363
5364         * src/main.c
5365                 Fix default font size setting after wizard run
5366         * src/imap.c
5367         * src/etpan/imap-thread.c
5368         * src/etpan/imap-thread.h
5369                 Fix bug #999 (Timing out on TSL cert validation 
5370                 dialog makes ugly things happen). Also, STARTTLS
5371                 unconditionnaly if initial capabilities contain
5372                 LOGINDISABLED and STARTTLS.
5373
5374 2006-08-09 [colin]      2.4.0cvs38
5375
5376         * src/mainwindow.c
5377         * src/mainwindow.h
5378                 Fix Tools/Actions sensitivity when there are
5379                 no actions
5380
5381 2006-08-09 [colin]      2.4.0cvs37
5382
5383         * src/prefs_filtering.c
5384                 Warning fix, patch by Paul
5385         * src/messageview.c
5386         * src/prefs_actions.c
5387         * src/prefs_filtering_action.c
5388         * src/prefs_matcher.c
5389                 Uniformisation of "Info ..." to "Info..." (for
5390                 old gtk), patch by Fabien
5391         * src/plugins/clamav/clamav_plugin_gtk.c
5392                 Sensitivity fix by Fabien
5393
5394 2006-08-09 [colin]      2.4.0cvs36
5395
5396         * src/main.c
5397         * src/main.h
5398                 Add a function to know whether we're exiting
5399         * src/plugins/trayicon/trayicon.c
5400                 If exiting, don't do anything. Faster, and
5401                 avoids gtk_main_iteration reentracy causing
5402                 segfaults at exit
5403
5404 2006-08-09 [colin]      2.4.0cvs35
5405
5406         * src/messageview.c
5407         * src/mimeview.c
5408         * src/mimeview.h
5409                 Fix lack of part selection when automatically 
5410                 jumping to a specific part
5411         * src/msgcache.c
5412                 Little optimisation in cache reading
5413
5414 2006-08-09 [colin]      2.4.0cvs34
5415
5416         * src/compose.c
5417                 Fix crash setting the priority on reedit
5418                 (Accessing compose before creating it!)
5419
5420 2006-08-08 [colin]      2.4.0cvs33
5421
5422         * src/procmime.c
5423                 Fix bug #998 (last attachment is not accessible)
5424                 Bad RFC interpretation on multipart close-delimiters
5425         * src/mimeview.c
5426         * src/mimeview.h
5427         * src/gtk/gtkvscrollbutton.c
5428         * src/gtk/gtkvscrollbutton.h
5429                 Make attachments list wheel-scrollable
5430
5431 2006-08-07 [colin]      2.4.0cvs32
5432
5433         * src/gtk/gtkaspell.c
5434                 Fix bug #973 (Unicode punctation characters 
5435                 are not recognized as separators by the
5436                 spell checker); fix unsigned stuff
5437
5438 2006-08-07 [colin]      2.4.0cvs31
5439
5440         * src/compose.c
5441                 Fix bug #956 (DnD text with accents in compose 
5442                 text entry); fix gccc's signed/unsigned fuss
5443
5444 2006-08-06 [colin]      2.4.0cvs30
5445
5446         * src/main.c
5447                 Fix bug #979 (Plugin crashes when exiting 
5448                 sylpheed-claws) : handle exit request only 
5449                 once
5450
5451 2006-08-05 [colin]      2.4.0cvs29
5452
5453         * src/news.c
5454                 Just make sure we have a msgid.
5455
5456 2006-08-05 [colin]      2.4.0cvs28
5457
5458         * src/news.c
5459         * src/summaryview.c
5460                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
5461                 by reimplementing it
5462         * src/textview.c
5463                 Fix bug when hiding quotes with level > 3 and quote
5464                 colors are recycled
5465
5466 2006-08-04 [colin]      2.4.0cvs27
5467
5468         * src/compose.c
5469         * src/undo.c
5470         * src/undo.h
5471                 Fix a bit replace-by-pasting undo
5472         * src/mainwindow.c
5473         * src/messageview.c
5474                 Fix Fold quotes menu synchro in
5475                 mainwindow when it changes in 
5476                 messageview
5477         * src/textview.c
5478                 Fix right-click on quotes blocks
5479         * src/common/utils.c
5480                 Verify that the file created by
5481                 my_tmpfile() is writable. Fixes
5482                 bug #988 (very specific filesystem
5483                 issue)
5484         * src/plugins/pgpcore/sgpgme.c
5485                 Fix file descriptor leak
5486         * src/plugins/spamassassin/spamassassin.c
5487                 Warn once if spamd isn't reachable
5488
5489 2006-08-04 [colin]      2.4.0cvs26
5490
5491         * src/toolbar.c
5492                 i18n context patch by Fabien
5493
5494 2006-08-03 [colin]      2.4.0cvs25
5495
5496         * src/mainwindow.c
5497         * src/messageview.c
5498                 Rename "Hide quotes" to "Fold quotes"
5499         * src/textview.c
5500                 Don't use hand cursor on quotes. "all 
5501                 the bonuses of the feature and none of 
5502                 unwelcome side-effects"
5503
5504 2006-08-03 [colin]      2.4.0cvs24
5505
5506         * AUTHORS
5507         * sylpheed-claws.desktop
5508         * src/gtk/authors.h
5509                 Bring the desktop file to XDG compliance
5510                 Patch by Charles A. Edwards
5511
5512 2006-08-03 [colin]      2.4.0cvs23
5513
5514         * src/textview.c
5515                 Fix links offset when they are preceded
5516                 by accentued chars (g_utf8_strlen!)
5517         * src/mainwindow.c
5518                 Fix wrong status when starting offline
5519
5520
5521 2006-08-03 [wwp]        2.4.0cvs22
5522
5523         * src/prefs_common.h
5524                 ask what to do w/ filtering rules that belong to an account when
5525                 applying filtering rules manually from the main window (skip,
5526                 apply regardless of the account, use current account). This dialog
5527                 can be skipped and the last reply used.
5528                 (forgot that file)
5529
5530 2006-08-03 [wwp]        2.4.0cvs21
5531
5532         * src/filtering.c
5533         * src/filtering.h
5534         * src/prefs_common.c
5535         * src/summaryview.c
5536         * src/alertpanel.c
5537         * src/alertpanel.h
5538         * src/messageview.c
5539                 ask what to do w/ filtering rules that belong to an account when
5540                 applying filtering rules manually from the main window (skip,
5541                 apply regardless of the account, use current account). This dialog
5542                 can be skipped and the last reply used.
5543
5544
5545 2006-08-03 [colin]      2.4.0cvs20
5546
5547         * src/textview.c
5548                 Optimize previous patch
5549
5550 2006-08-03 [cleroy]     2.4.0cvs19
5551
5552         * src/textview.c
5553                 Fix quotes getting toggled back when the
5554                 mail has an even number of text parts
5555
5556 2006-08-02 [colin]      2.4.0cvs18
5557
5558         * src/messageview.c
5559                 Add Hide quotes menu
5560
5561 2006-08-02 [colin]      2.4.0cvs17
5562
5563         * src/mainwindow.c
5564         * src/prefs_common.c
5565         * src/textview.c
5566         * src/textview.h
5567         * src/gtk/about.c
5568                 Allow per-level quote hiding,
5569                 Allow toggling quotes by double-clicking them
5570                 Rename RemoteURI to ClickableText to reflect
5571                 the fact it's used for a variety of things
5572
5573 2006-08-02 [wwp]        2.4.0cvs16
5574
5575         * src/mainwindow.c
5576                 fix "View/Hide quotes" menu item status initialization.
5577
5578 2006-08-02 [wwp]        2.4.0cvs15
5579
5580         * src/matcher_parser_parse.y
5581                 remove a debug trace.
5582
5583 2006-08-02 [paul]       2.4.0cvs14
5584
5585         * src/plugins/pgpcore/passphrase.c
5586                 don't set initial dialog size
5587                 make it resizable
5588
5589 2006-08-02 [paul]       2.4.0cvs13
5590
5591         * src/noticeview.c
5592                 remove the rogue '/' character
5593
5594 2006-08-02 [paul]       2.4.0cvs12
5595
5596         * src/noticeview.c
5597                 allow buttons to resize as necessary
5598
5599 2006-08-01 [wwp]        2.4.0cvs11
5600
5601         * src/mbox.c
5602                 fix strict ISO C90 compliance.
5603
5604 2006-08-01 [wwp]        2.4.0cvs10
5605
5606         * tools/update-po
5607                 updated update-po tool to work w/ context-dependent translations.
5608                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5609
5610 2006-08-01 [wwp]        2.4.0cvs9
5611
5612         * src/matcher.c
5613         * src/prefs_filtering.c
5614         * src/prefs_matcher.c
5615                 allow context-dependent translations for "All",
5616                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5617
5618 2006-07-31 [colin]      2.4.0cvs8
5619
5620         * AUTHORS
5621         * src/gtk/authors.h
5622                 Add Rafal to authors
5623
5624 2006-07-31 [colin]      2.4.0cvs7
5625
5626         * src/compose.c
5627         * src/mainwindow.c
5628         * src/messageview.h
5629         * src/prefs_common.c
5630         * src/prefs_common.h
5631         * src/textview.c
5632                 Add 'View/Hide quotes'. Patch based on a patch
5633                 by Rafal Weglarz
5634
5635 2006-07-31 [colin]      2.4.0cvs6
5636
5637         * src/action.c
5638                 Fix problem with "> stuff >" actions
5639
5640 2006-07-31 [paul]       2.4.0cvs5
5641
5642         * po/nb.po
5643                 updated by Geir Helland
5644
5645 2006-07-31 [wwp]        2.4.0cvs4
5646
5647         * src/mainwindow.c
5648         * src/summaryview.c
5649         * src/summaryview.h
5650                 add "View/Go to/Parent message" and "View/Go to/Last read message",
5651                 thanks to Colin.
5652
5653 2006-07-31 [wwp]        2.4.0cvs3
5654
5655         * src/Makefile.am
5656         * src/addr_compl.c
5657         * src/addr_compl.h
5658         * src/addressbook.c
5659         * src/addressbook.h
5660         * src/addressbook_foldersel.c
5661         * src/addressbook_foldersel.h
5662         * src/addrindex.c
5663         * src/addrindex.h
5664         * src/matcher.c
5665         * src/matcher.h
5666         * src/matcher_parser_lex.l
5667         * src/matcher_parser_parse.y
5668         * src/prefs_common.c
5669         * src/prefs_common.h
5670         * src/prefs_filtering.c
5671         * src/prefs_matcher.c
5672         * src/prefs_matcher.h
5673         * src/summaryview.c
5674                 introduce filtering against the address book. It's now possible to add
5675                 matched conditions to determine if any email address in a message matches
5676                 or doesn't match any or all books or folders in the address book.
5677
5678 2006-07-31 [wwp]        2.4.0cvs2
5679
5680         * src/account.c
5681         * src/filtering.c
5682         * src/filtering.h
5683         * src/folder.c
5684         * src/folderview.c
5685         * src/inc.c
5686         * src/mainwindow.c
5687         * src/matcher.c
5688         * src/matcher_parser_lex.l
5689         * src/matcher_parser_parse.y
5690         * src/mbox.c
5691         * src/prefs_filtering.c
5692         * src/prefs_filtering.h
5693         * src/procmsg.c
5694         * src/procmsg.h
5695         * src/summaryview.c
5696                 introduce per-account filtering rules. Each filtering rule can now be assigned
5697                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
5698                 when applying filtering rules manually, as all rules will apply - even the ones
5699                 assigned to an account. This issue will be addressed soon.
5700  
5701
5702
5703 2006-07-31 [wwp]        2.4.0cvs1
5704
5705         * src/quote_fmt.c
5706                 make more strings translatable.
5707
5708 2006-07-31 [paul]       2.4.0
5709
5710         2.4.0 released
5711
5712 2006-07-31 [paul]       2.3.1cvs91
5713
5714         * po/ca.po
5715                 updated by Miquel Oliete
5716
5717 2006-07-31 [paul]       2.3.1cvs90
5718
5719         * po/de.po
5720         * po/el.po
5721         * po/fr.po
5722         * po/it.po
5723         * po/pl.po
5724         * po/pt_BR.po
5725         * po/sr.po
5726         * po/zh_CN.po
5727                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
5728                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
5729                 Aleksandar Urosevic, and Ralgh Young
5730
5731 2006-07-31 [paul]       2.3.1cvs89
5732
5733         * src/account.c
5734         * src/main.c
5735         * src/mainwindow.c
5736         * src/mainwindow.h
5737                 Fix a race condition when, after an SC crash, rescanning
5738                 folders took more than 0.5 seconds
5739                 Thanks to Colin
5740
5741 2006-07-31 [paul]       2.3.1cvs88
5742
5743         * src/folderview.c
5744                 don't translate separator strings
5745
5746 2006-07-30 [mones]      2.3.1cvs87
5747
5748         * doc/man/sylpheed-claws.1
5749                 Fixed non-ASCII chars in Hoa's name
5750         * po/es.po
5751                 Updated for release
5752
5753 2006-07-27 [colin]      2.3.1cvs86
5754
5755         * src/textview.c
5756                 Don't include the leading \n in links
5757                 Patch by Fabien
5758
5759 2006-07-25 [colin]      2.3.1cvs85
5760
5761         * src/mainwindow.c
5762         * src/common/socket.h
5763         * src/etpan/imap-thread.c
5764                 Refresh resolvers before connecting
5765                 to IMAP servers, and after switching
5766                 to online. Thanks to Paul.
5767
5768 2006-07-18 [colin]
5769
5770         * 2.4.0-rc4 released
5771
5772 2006-07-17 [colin]      2.3.1cvs84
5773
5774         * src/inc.c
5775                 Show connection attempt in statusbar before
5776                 connecting (previously first message was
5777                 "Retrieving messages from ..." after the
5778                 connection succeeded.
5779
5780 2006-07-16 [wwp]        2.3.1cvs83
5781
5782         * sylpheed-claws.ico
5783                 Added .ico file (windows multi-size icon file, generated).
5784
5785 2006-07-12 [wwp]        2.3.1cvs82
5786
5787         * src/messageview.c
5788                 remove Message/Re-edit menu entry from messageview window,
5789                 as sent/draft/queued messages are opened in compose window when
5790                 re-edited and it's not possible to re-edit other msgs.
5791
5792 2006-07-12 [paul]       2.3.1cvs81
5793
5794         * AUTHORS
5795         * src/mainwindow.c
5796         * src/gtk/authors.h
5797                 check online state before resetting
5798                 mailcheck timer. Useful if some program
5799                 verifies connection state and updates
5800                 Claws.
5801                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
5802
5803 2006-07-12 [paul]       2.3.1cvs80
5804
5805         * sylpheed-claws-128x128.png
5806         * sylpheed-claws-64x64.png
5807         * sylpheed-claws.png
5808         * src/Makefile.am
5809         * src/main.c
5810         * src/prefs_toolbar.c
5811         * src/stock_pixmap.c
5812         * src/stock_pixmap.h
5813         * src/wizard.c
5814         * src/gtk/about.c
5815         * src/gtk/gtkutils.c
5816         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
5817         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
5818         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
5819         * src/pixmaps/sylpheed.xpm              ** REMOVED **
5820         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
5821         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
5822                 updated and renamed logo/icon files and related
5823                 logo by Jesper Schultz
5824
5825 2006-07-11 [paul]       2.3.1cvs79
5826
5827         * src/main.c
5828                 fix the labels a smidgin
5829
5830 2006-07-09 [colin]      2.3.1cvs78
5831
5832         * src/textview.c
5833                 Show errors in textviewer's command
5834                 Patch by H. Merijn Brand
5835
5836 2006-07-09 [colin]      2.3.1cvs77
5837
5838         * src/compose.c
5839                 Save FMID in drafts too
5840
5841 2006-07-08 [colin]      2.3.1cvs76
5842
5843         * src/compose.c
5844                 Svae RMID in drafted mails too
5845                 Save quote_fmt vars for whole mails,
5846                 don't reset at each quote_fmt_init:
5847                 allows to use the same |i{var} in
5848                 various template fields
5849         * src/prefs_template.c
5850         * src/quote_fmt.h
5851         * src/quote_fmt_parse.y
5852                 Same
5853
5854 2006-07-08 [colin]      2.3.1cvs75
5855
5856         * src/textview.c
5857                 Fix highlighting of attached parts URIs
5858
5859 2006-07-08 [colin]      2.3.1cvs74
5860
5861         * src/main.c
5862                 Prevent bug #981 (sc 2.3.1 segfaults with 
5863                 gtk+ 2.10) from being reported again:
5864                 if Sylpheed-Claws has been compiled against
5865                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
5866                 of if Sylpheed-Claws has been compiled against
5867                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
5868                 error out.
5869
5870 2006-07-07 [colin]      2.3.1cvs73
5871
5872         * src/prefs_actions.c
5873                 Fix label
5874
5875 2006-07-07 [colin]      2.3.1cvs72
5876
5877         * src/prefs_actions.c
5878                 Fix compile on gtk < 2.8. argh :)
5879
5880 2006-07-07 [paul]       2.3.1cvs71
5881
5882         * src/common/defs.h
5883                 update DONATE_URI
5884
5885 2006-07-07 [colin]      2.3.1cvs70
5886
5887         * po/POTFILES.in
5888         * src/quote_fmt.c
5889         * src/quote_fmt_lex.l
5890         * src/quote_fmt_parse.y
5891                 Add |i{var}, a way to insert user-entered
5892                 text in a template
5893
5894 2006-07-07 [colin]
5895
5896         * 2.4.0-rc3 released
5897
5898 2006-07-07 [colin]      2.3.1cvs69
5899
5900         * src/folder.c
5901                 Don't consider inboxes of UNKNOWN folder 
5902                 classes to be useable as default inboxes
5903
5904 2006-07-07 [paul]       2.3.1cvs68
5905
5906         * src/textview.c
5907                 add missing #include <errno.h>
5908                 Thanks to René J. Blokland
5909
5910 2006-07-07 [paul]       2.3.1cvs67
5911
5912         * src/action.c
5913                 Return now Closes dialog
5914         * src/mimeview.c
5915         * src/mimeview.h
5916         * src/textview.c
5917                 add contextual menu to mime parts listed
5918                 in the textview
5919                 Thanks to Colin
5920         * src/common/utils.c
5921                 reversal: ' is a valid character in URLs
5922
5923 2006-07-06 [colin]      2.3.1cvs66
5924
5925         * src/remotefolder.h
5926                 Forgotten in previous commit
5927
5928 2006-07-06 [colin]      2.3.1cvs65
5929
5930         * src/folder.c
5931                 Set summary update flag whenever
5932                 totals changed
5933         * src/imap.c
5934         * src/prefs_account.c
5935         * src/common/utils.h
5936         * src/etpan/imap-thread.c
5937                 Fix warnings, thanks to Fabien and
5938                 Ricardo
5939
5940 2006-07-06 [wwp]        2.3.1cvs64
5941
5942         * src/gtk/gtkutils.c
5943                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5944
5945 2006-07-06 [wwp]        2.3.1cvs63
5946
5947         * src/account.c
5948         * src/addressbook.c
5949         * src/addressitem.h
5950         * src/folderview.c
5951         * src/mainwindow.c
5952         * src/manual.c
5953         * src/manual.h
5954         * src/message_search.c
5955         * src/prefs_actions.c
5956         * src/prefs_filtering.c
5957         * src/prefs_filtering.h
5958         * src/prefs_template.c
5959         * src/summary_search.c
5960         * src/summaryview.c
5961         * src/gtk/gtkutils.c
5962         * src/gtk/gtkutils.h
5963         * src/gtk/pluginwindow.c
5964                 add help buttons to some dialogs. Clicking such buttons opens a
5965                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
5966
5967 2006-07-06 [paul]       2.3.1cvs62
5968
5969         * src/textview.c
5970                 fix attachments contextual menu
5971                 Thanks to Colin
5972
5973 2006-07-05 [colin]      2.3.1cvs61
5974
5975         * src/textview.c
5976         * src/compose.c
5977                 Handle sftp:// links
5978
5979 2006-07-05 [paul]       2.3.1cvs60
5980
5981         * src/gtk/filesel.c
5982                 grab save button by default
5983                 Thanks to Colin
5984
5985 2006-07-05 [wwp]        2.3.1cvs59
5986
5987         * manual/xml2pdf
5988                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5989
5990 2006-07-04 [colin]      2.3.1cvs58
5991
5992         * src/mimeview.c
5993         * src/textview.c
5994                 Use left click to select, middle click to open
5995                 on mimeparts links
5996         * src/common/utils.c
5997                 Fix segfault
5998
5999 2006-07-04 [colin]      2.3.1cvs57
6000
6001         * src/mainwindow.c
6002         * src/news.c
6003                 Warning fixes, thanks to Fabien
6004
6005 2006-07-04 [colin]      2.3.1cvs56
6006
6007         * src/mimeview.c
6008         * src/mimeview.h
6009         * src/textview.c
6010                 Allow parts to be selected via their text label
6011                 in textview
6012
6013 2006-07-04 [colin]      2.3.1cvs55
6014
6015         * src/folderview.c
6016                 Feedback when closing (for big folders)
6017         * src/prefs_actions.c
6018         * src/prefs_filtering.c
6019         * src/prefs_matcher.c
6020         * src/prefs_template.c
6021                 Fix default button when closing without
6022                 having saved
6023
6024 2006-07-04 [colin]      2.3.1cvs54
6025
6026         * src/news.c
6027                 Delete local file on deletion
6028
6029 2006-07-03 [colin]      2.3.1cvs53
6030
6031         * src/folderview.c
6032         * src/main.c
6033                 Don't freeze when rescanning after crash
6034
6035 2006-07-03 [wwp]        2.3.1cvs52
6036
6037         * src/compose.c
6038         * src/privacy.c
6039         * src/privacy.h
6040         * src/plugins/pgpinline/pgpinline.c
6041         * src/plugins/pgpmime/pgpmime.c
6042                 don't report an error when the user cancels the passphrase dialog.
6043
6044 2006-07-02 [colin]      2.3.1cvs51
6045
6046         * src/folderview.c
6047                 Open message when crossing folders with Space,
6048                 goto next unread and friends
6049
6050 2006-07-01 [colin]      2.3.1cvs50
6051
6052         * src/prefs_account.c
6053                 Typographic rules varying from language
6054                 to language (in french "Protocole :"),
6055                 we have to do that :)
6056
6057 2006-07-01 [ticho]      2.3.1cvs49
6058
6059         * src/prefs_account.c
6060                 Only use one temporary gchar* variable in
6061                 prefs_account_protocol_set_optmenu().
6062
6063 2006-07-01 [ticho]      2.3.1cvs48
6064
6065         * src/prefs_account.c
6066         * src/prefs_account.h
6067                 Use GtkLabel for existing account protocol name.
6068                 Created an array for protocol names and populate the
6069                 combobox from it in a for() cycle.
6070
6071 2006-06-30 [colin]      2.3.1cvs47
6072
6073         * src/compose.c
6074                 Block undo when changing signature (by changing
6075                 account)
6076
6077 2006-06-30 [paul]       2.3.1cvs46
6078
6079         * src/send_message.c
6080                 when editing From in the Compose window, use that address
6081                 in the Return-Path: header
6082                 Thanks to Colin
6083
6084 2006-06-30 [colin]      2.3.1cvs45
6085
6086         * src/compose.c
6087                 Fix signature replacement:
6088                 - when no newline before separator
6089                 - when reediting
6090
6091 2006-06-29 [colin]      2.3.1cvs44
6092
6093         * src/folderview.c
6094         * src/folderview.h
6095         * src/mainwindow.c
6096         * src/summaryview.c
6097                 Let 'View/Go to/Next marked' work like
6098                 Next new & Next unread: across folders
6099                 Change the select_on_entry pref to do
6100                 what we want when changing folder
6101         * src/common/utils.c
6102                 Fix single-quoted links 
6103
6104 2006-06-29 [colin]      2.3.1cvs43
6105
6106         * src/gtk/gtkaspell.c
6107                 "Sylpheed" and "Sylpheed-Claws" do exist !
6108
6109 2006-06-29 [colin]      2.3.1cvs42
6110
6111         * src/imap.c
6112                 Forgot to remove debug
6113
6114 2006-06-29 [colin]      2.3.1cvs41
6115
6116         * src/imap.c
6117         * src/imap.h
6118         * src/mainwindow.c
6119                 Disconnect from IMAP servers when going
6120                 offline. Fixes bug #978 (going to offline-mode 
6121                 won't close connections)
6122
6123 2006-06-29 [colin]      2.3.1cvs40
6124
6125         * src/main.c
6126                 Fix transient setting on failing plugins
6127                 Patch by Fabien
6128         * src/plugins/pgpcore/sgpgme.c
6129                 Only warn for OpenPGP. Most people don't
6130                 have CMS available.
6131
6132 2006-06-29 [colin]      2.3.1cvs39
6133
6134         * src/compose.c
6135                 Fix Spelling menu (discrepancy between context menu
6136                 and top menu when folder's dictionary isn't the 
6137                 default one)
6138         * src/plugins/pgpcore/sgpgme.c
6139                 More error reporting about why gpgme can fail
6140
6141 2006-06-29 [wwp]        2.3.1cvs38
6142
6143         * src/mainwindow.c
6144                 honor the display-header-pane setting even when the message view
6145                 is a separate window.
6146
6147 2006-06-29 [wwp]        2.3.1cvs37
6148
6149         * src/prefs_actions.c
6150                 forgot to commit that one (use of GTK_STOCK_INFO).
6151
6152 2006-06-29 [colin]      2.3.1cvs36
6153
6154         * src/imap.c
6155                 Better handling of login errors (ask the password
6156                 again once), alert in case of error. Fix three
6157                 signedness warnings.
6158
6159 2006-06-28 [wwp]        2.3.1cvs35
6160
6161         * src/prefs_template.c
6162         * src/prefs_matcher.c
6163         * src/prefs_filtering_action.c
6164         * src/prefs_quote.c
6165                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6166                 patch by Fabien Vantard, slightly modified.
6167
6168 2006-06-28 [paul]
6169
6170         2.4.0-rc2 released
6171
6172 2006-06-28 [colin]      2.3.1cvs34
6173
6174         * src/prefs_account.c
6175                 Fix bug #977 (Can't add or edit imap accounts)
6176
6177 2006-06-28 [colin]      2.3.1cvs33
6178
6179         * src/mimeview.c
6180                 Fix previous
6181
6182 2006-06-28 [colin]      2.3.1cvs32
6183
6184         * src/mimeview.c
6185                 Save named inlined attachments with "Save all"
6186         * src/main.c
6187         * src/mbox.c
6188         * src/common/plugin.c
6189         * src/common/plugin.h
6190         * src/common/sylpheed.c
6191         * src/common/utils.c
6192         * src/plugins/pgpcore/sylpheed.def
6193         * src/plugins/pgpinline/sylpheed.def
6194         * src/plugins/pgpmime/sylpheed.def
6195                 Win32 compatibility patch, by
6196                 Werner Koch
6197
6198 2006-06-28 [wwp]        2.3.1cvs31
6199
6200         * src/imap.c
6201         * src/prefs_folder_item.c
6202                 less compilation warnings (thanks to Fabien Vantard), less typos.
6203
6204 2006-06-28 [paul]       2.3.1cvs30
6205
6206         * src/gtk/gtkutils.c
6207                 gtk_combo_box_set_focus_on_click() is only
6208                 available since gtk 2.6.0
6209
6210 2006-06-28 [paul]       2.3.1cvs29
6211
6212         * src/prefs_ext_prog.c
6213                 fix engrish and add a tooltip for the
6214                 'command for 'Display as text' option
6215
6216 2006-06-28 [paul]
6217
6218         2.4.0-rc1 released
6219
6220 2006-06-28 [paul]       2.3.1cvs28
6221
6222         * ChangeLog
6223         * tools/Makefile.am
6224                 include textviewer.pl in releases
6225
6226 2006-06-28 [paul]       2.3.1cvs27
6227
6228         * src/prefs_ext_prog.c
6229                 hide Print command option if libgnomeprint
6230                 support is present
6231
6232 2006-06-27 [colin]      2.3.1cvs26
6233
6234         * src/compose.c
6235                 Fix Esc handling in insert/attach dialog
6236                 Don't show this dialog if dragging something
6237                 else than text/uri-list
6238                 Thanks to Fabien Vantard
6239         * tools/textviewer.pl
6240                 Filter script to display stuff as text
6241                 by H. Merijn Brand
6242
6243 2006-06-27 [wwp]        2.3.1cvs25
6244
6245         * src/messageview.c
6246                 use the exact product name (message view title), patch
6247                 by Fabien Vantard.
6248
6249 2006-06-27 [ticho]      2.3.1cvs24
6250
6251         * src/prefs_account.c
6252         * src/prefs_common.c
6253         * src/prefs_common.h
6254         * src/prefs_ext_prog.c
6255         * src/textview.c
6256                 Add a preference (Preferences/External programs)
6257                 to allow "Display as text" to be done via a script
6258                 (patch by H.Merijn Brand).
6259                 Use GtkComboBox for protocol selection in account
6260                 preferences.
6261                 Only include current choice for existing accounts, and
6262                 insensitivize the combobox.
6263
6264 2006-06-27 [paul]       2.3.1cvs23
6265
6266         * src/mbox.c
6267                 fix crasher introduced in cvs21.
6268                 Thanks to Colin
6269
6270 2006-06-26 [colin]      2.3.1cvs22
6271
6272         * src/mbox.c
6273                 Fix double-frees when leaving folders
6274                 after exporting to mbox
6275
6276 2006-06-26 [colin]      2.3.1cvs21
6277
6278         * src/mbox.c
6279                 More feedback (and optimisation)
6280                 on import/export
6281         * src/common/utils.c
6282                 Fix case when looking for mail addresses
6283         * src/gtk/gtkutils.c
6284                 Extra check for (X-)Face
6285
6286 2006-06-25 [ticho]      2.3.1cvs20
6287
6288         * src/compose.c
6289         * src/exphtmldlg.c
6290         * src/gtk/gtkutils.c
6291         * src/gtk/gtkutils.h
6292                 Added second argument to gtkut_sc_combobox_create() to
6293                 control focus-on-click for the widget.
6294                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
6295
6296 2006-06-25 [ticho]      2.3.1cvs19
6297
6298         * src/compose.c
6299         * src/gtk/Makefile.am
6300         * src/gtk/combobox.c
6301         * src/gtk/combobox.h
6302         * src/gtk/gtkutils.c
6303         * src/gtk/gtkutils.h
6304                 Use GtkComboBox instead of deprecated GtkOptionMenu
6305                 for account selector in compose window and for encoding
6306                 selector in attachment properties.
6307                 Also factorise working with the new GtkComboBox somewhat.
6308
6309 2006-06-24 [paul]       2.3.1cvs18
6310
6311         * src/prefs_common.c
6312                 use the correct default value
6313
6314 2006-06-24 [paul]       2.3.1cvs17
6315
6316         * src/compose.c
6317         * src/prefs_common.c
6318         * src/prefs_common.h
6319         * src/prefs_compose_writing.c
6320                 enable setting of default action when
6321                 dnd'ing files in the compose window.
6322                 (Collaborative effort with wwp)
6323
6324 2006-06-23 [wwp]        2.3.1cvs16
6325
6326         * src/compose.c
6327                 i18n fix (thanks to Fabien Vantard)
6328
6329 2006-06-22 [colin]      2.3.1cvs15
6330
6331         * src/prefs_customheader.c
6332                 Don't use filters in custom headers' file 
6333                 selector. Remember, extensions mean nothing :)
6334
6335 2006-06-22 [paul]       2.3.1cvs14
6336
6337         * configure.ac
6338                 allow setting of man directory location
6339
6340 2006-06-22 [colin]      2.3.1cvs13
6341
6342         * src/mainwindow.c
6343                 Add 'View/Go to/Next unread folder'.
6344                 I missed that :)
6345
6346 2006-06-22 [colin]      2.3.1cvs12
6347
6348         * src/common/utils.c
6349                 Add some subject prefixes
6350                 Patch by Bjorn T Johansen <btj@havleik.no>
6351
6352 2006-06-22 [colin]      2.3.1cvs11
6353
6354         * manual/advanced.xml
6355                 Forgotten hidden pref
6356
6357 2006-06-21 [paul]       2.3.1cvs10
6358
6359         * src/prefs_account.c
6360                 complete the removal of 'Add date header' option
6361
6362 2006-06-21 [paul]       2.3.1cvs9
6363
6364         * src/account.c
6365         * src/compose.c
6366         * src/prefs_account.c
6367         * src/prefs_account.h
6368                 remove option to add date header - always
6369                 add date header
6370         * src/etpan/imap-thread.c
6371                 fix warnings (Thanks to Colin)
6372
6373 2006-06-21 [wwp]        2.3.1cvs8
6374
6375         * src/folder.c
6376                 set the attachment flag when inline text part are (file)named. This is more convenient
6377                 when receiving (for instance) inline source files or patches sent using thunderbird.
6378
6379 2006-06-21 [paul]       2.3.1cvs7
6380
6381         * src/inc.c
6382                 fix off-by-one count of current msg in
6383                 statusbar filtering progressbar
6384
6385 2006-06-21 [paul]       2.3.1cvs6
6386
6387         * src/folder.c
6388                 Show attachment icon even if the part is 'inline'
6389                 if the following conditions are met:
6390                 - content-type != 'text/plain'
6391                 - content-type != '*/pgp-signature'
6392                 - either 'name' or 'filename' parameter is not NULL
6393                 
6394                 Thanks to Colin
6395
6396 2006-06-21 [paul]       2.3.1cvs5
6397
6398         * src/messageview.c
6399         * src/prefs_common.c
6400         * src/prefs_common.h
6401         * src/prefs_other.c
6402                 add an option to 'Never send Return
6403                 Receipts'
6404                 Thanks to Colin
6405
6406 2006-06-20 [mones]      2.3.1cvs4
6407
6408         * po/es.po
6409                 updated
6410         * src/compose.c
6411                 typo fixed (space after comma)
6412         * tools/make.themes.project
6413                 remove exec mode from tarball files
6414
6415 2006-06-20 [colin]      2.3.1cvs3
6416
6417         * src/news.c
6418         * src/procheader.c
6419         * src/unmime.c
6420                 Better fix for \n's in headers (don't 
6421                 break Received: and others)
6422
6423 2006-06-20 [paul]       2.3.1cvs2
6424
6425         * src/alertpanel.c
6426         * src/textview.c
6427                 improve legibility of phishing attempt
6428                 dialog
6429
6430 2006-06-20 [paul]       2.3.1cvs1
6431
6432         * NEWS
6433         * README
6434         * configure.ac
6435                 Update version number following
6436                 stable release
6437
6438 2006-06-20 [colin]      2.3.0cvs26
6439
6440         * src/compose.c
6441                 When dragging a file to the text of the compose
6442                 window, ask whether we want to insert or attach
6443                 (I know lots of people who do that to attach)
6444
6445 2006-06-20 [colin]      2.3.0cvs25
6446
6447         * src/etpan/imap-thread.c
6448                 Fix threshold (the append command is often > 32 bytes)
6449
6450 2006-06-19 [colin]      2.3.0cvs24
6451
6452         * src/imap.c
6453         * src/etpan/imap-thread.c
6454                 Workaround Rockliffe IMAP server bug: replace
6455                 "x UID SEARCH (ANSWERED UID 1:*)" with
6456                 "x UID SEARCH ANSWERED"
6457                 (Rockliffe doesn't handle the parenthesis)
6458
6459 2006-06-19 [colin]      2.3.0cvs23
6460
6461         * src/compose.c
6462         * src/imap.c
6463         * src/etpan/imap-thread.c
6464                 Probably fix bug #972 (Freezes when adding 
6465                 an attachment to the message)
6466         * src/common/defs.h
6467                 Modernize Firefox cmd
6468
6469
6470 2006-06-18 [colin]      2.3.0cvs22
6471
6472         * src/prefs_customheader.c
6473                 Only allow correct filenames for various
6474                 custom headers
6475
6476 2006-06-18 [colin]      2.3.0cvs21
6477
6478         * src/prefs_customheader.c
6479                 Add a 'From File...' button in custom headers prefs, which
6480                 try to do the right thing: 
6481                 for normal headers, use file as plaintext,
6482                 for X-Face, calls compface,
6483                 for Face, encode to b64.
6484
6485 2006-06-17 [colin]      2.3.0cvs20
6486
6487         * src/mh.c
6488                 Warning fix
6489
6490 2006-06-16 [colin]      2.3.0cvs19
6491
6492         * src/summaryview.c
6493                 Recursive quicksearch: show message list
6494                 in current folder, *then* search children
6495                 in the background.
6496
6497 2006-06-16 [colin]      2.3.0cvs18
6498
6499         * src/main.c
6500                 Instead of ignoring SIGPIPE, save caches
6501                 when getting one. Will fix the fact that
6502                 hot caches are out-of-date when logging 
6503                 out of Xorg.
6504         * src/compose.c
6505         * src/prefs_compose_writing.c
6506                 Only save text (not attachments) when 
6507                 auto-saving to drafts
6508         * src/unmime.c
6509                 Always replace \n, \r and \t with spaces
6510                 in headers
6511         * manual/dist/html/Makefile.am
6512         * manual/dist/pdf/Makefile.am
6513         * manual/dist/ps/Makefile.am
6514         * manual/dist/txt/Makefile.am
6515         * manual/fr/dist/html/Makefile.am
6516         * manual/fr/dist/pdf/Makefile.am
6517         * manual/fr/dist/ps/Makefile.am
6518         * manual/fr/dist/txt/Makefile.am
6519         * manual/pl/dist/html/Makefile.am
6520         * manual/pl/dist/pdf/Makefile.am
6521         * manual/pl/dist/ps/Makefile.am
6522         * manual/pl/dist/txt/Makefile.am
6523                 Fix make clean removing pregenerated manuals
6524
6525
6526 2006-06-16 [colin]      2.3.0cvs17
6527
6528         * src/plugins/pgpcore/sgpgme.c
6529         * src/plugins/pgpmime/pgpmime.c
6530         * src/plugins/pgpinline/pgpinline.c
6531                 Better error reporting in setup_signers.
6532                 Don't fallback to default key if specified
6533                 key isn't found.
6534                 Don't allow signing if more than one secret
6535                 key matches the one specified in prefs.
6536
6537 2006-06-15 [colin]      2.3.0cvs16
6538
6539         * src/folderview.c
6540                 Add "Send queue" in the folder's contextual
6541                 menu
6542         * src/compose.c
6543         * src/messageview.c
6544         * src/privacy.c
6545         * src/privacy.h
6546         * src/procmime.c
6547         * src/procmsg.c
6548         * src/plugins/pgpcore/passphrase.c
6549         * src/plugins/pgpcore/sgpgme.c
6550         * src/plugins/pgpinline/pgpinline.c
6551         * src/plugins/pgpmime/pgpmime.c
6552                 Better error reporting
6553         * src/mbox.c
6554                 Probably fix bug #971 (2.2.3 cannot read mail 
6555                 from local mbox)
6556
6557
6558 2006-06-15 [mones]      2.3.0cvs15
6559
6560         * tools/make.themes.project
6561                 creates the themes project from the web page
6562
6563 2006-06-15 [colin]      2.3.0cvs14
6564
6565         * src/folder.c
6566                 Better fix (avoid losing the folder if scan_tree 
6567                 fails)
6568
6569 2006-06-15 [cleroy]     2.3.0cvs13
6570
6571         * src/folder.c
6572                 Probably fix Bug #969 (crash on rebuilding 
6573                 imap folder)
6574
6575 2006-06-14 [colin]      2.3.0cvs12
6576
6577         * manual/dtd/manual.xsl
6578         * manual/sylpheed-claws-manual.xml
6579         * manual/fr/sylpheed-claws-manual.xml
6580         * manual/pl/sylpheed-claws-manual.xml
6581                 Insert pagebreaks between sections
6582
6583 2006-06-14 [paul]       2.3.0cvs11
6584
6585         * configure.ac
6586                 better fix than 2.3.0cvs10
6587
6588 2006-06-14 [paul]       2.3.0cvs10
6589
6590         * configure.ac
6591                 fix setting of PACKAGE_DATA_DIR with newer autoconf
6592                 (backwards compatible)
6593
6594 2006-06-13 [colin]      2.3.0cvs9
6595
6596         * src/messageview.c
6597                 Fix sending of return receipt with the new queue folders
6598
6599 2006-06-13 [wwp]        2.3.0cvs8
6600
6601         * src/quote_fmt_lex.l
6602                 fix wrong tokens returned in quote_fmt lexer, query not().
6603
6604 2006-06-13 [wwp]        2.3.0cvs7
6605
6606         * src/folder.c
6607         * src/prefs_folder_item.c
6608                 allow changing folder type even when folder is not a top-level one,
6609                 thanks to Colin.
6610
6611 2006-06-12 [colin]      2.3.0cvs6
6612
6613         * src/folderview.c
6614                 Fix double-ask of "Do you want to mark all
6615                 as read"
6616
6617 2006-06-12 [colin]      2.3.0cvs5
6618
6619         * src/compose.c
6620         * src/compose.h
6621         * src/folder.c
6622         * src/folder.h
6623         * src/imap.c
6624         * src/inc.c
6625         * src/main.c
6626         * src/messageview.c
6627         * src/mh.c
6628         * src/prefs_folder_item.c
6629         * src/procheader.c
6630         * src/procmime.c
6631         * src/procmsg.c
6632         * src/procmsg.h
6633         * src/send_message.c
6634         * src/summaryview.c
6635         * src/toolbar.c
6636                 Apply bug #964's patch (Queue and drafts aren't normal)
6637                 The Drafts and Queue folder now contain RFC-822 files,
6638                 allowing to move and copy mails from and to these 
6639                 folders. Moving from Drafts to Queue will prepare the
6640                 mail for sending (PGP signature, encryption, etc).
6641                 This patch also rework sending errors handling to try
6642                 to be more helpful.
6643                 Also, allow redefining folder types via the GUI 
6644                 (Folder type in its Properties)
6645
6646 2006-06-12 [colin]      2.3.0cvs4
6647
6648         * src/summaryview.c
6649         * src/prefs_common.c
6650         * src/prefs_common.h
6651         * src/gedit-print.c
6652                 Allow to define a specific print font - patch
6653                 by Bernhard Walle <bernhard.walle@gmx.de>
6654         * src/prefs_fonts.c
6655         * manual/advanced.xml
6656         * manual/fr/advanced.xml
6657                 Add a hidden pref to allow deletion without
6658                 confirmation
6659
6660 2006-06-12 [wwp]        2.3.0cvs3
6661
6662         * .cvsignore
6663                 more files to ignore.
6664
6665 2006-06-12 [wwp]        2.3.0cvs2
6666
6667         * src/quote_fmt.c
6668         * src/quote_fmt_lex.l
6669         * src/quote_fmt_parse.y
6670                 extend the quote_fmt parser (templates and quotes):
6671                 - allow limited sub-expressions in |p{} and |f{} expressions,
6672                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
6673                 - implemented/fixed missing implementation of query_references and show_references,
6674                 - completed, fixed contents and format of the symbols help dialog,
6675                 - fix some compilation warnings.
6676
6677 2006-06-12 [wwp]        2.3.0cvs1
6678
6679         * manual/advanced.xml
6680         * manual/fr/advanced.xml
6681                 updates in the "templates" section of the manual (eng/fr):
6682                  - be more precise (both versions)
6683                  - completed to match the english reference (fr version)
6684                  - touchups (both versions)
6685
6686 2006-06-12 [paul]       2.3.0
6687
6688         2.3.0 released
6689
6690 2006-06-12 [paul]       2.2.3cvs14
6691
6692         * po/ca.po
6693         * po/cs.po
6694         * po/de.po
6695         * po/el.po
6696         * po/fr.po
6697         * po/it.po
6698         * po/pt_BR.po
6699         * po/sr.po
6700         * po/zh_CN.po
6701                 updated by Miquel Oliete, Tim, Stephan Sachse,
6702                 Stavros Giannouris, Fabien Vantard, Andrea
6703                 Spadaccini, Frederico Goncalves Guimaraes,
6704                 Aleksandar Urosevic, and Ralgh Young
6705
6706 2006-06-12 [colin]      2.2.3cvs13
6707
6708         * src/mbox.c
6709                 Add missing header
6710
6711 2006-06-11 [colin]      2.2.3cvs12
6712
6713         * src/msgcache.c
6714                 Verify that g_malloc() succeeded
6715
6716 2006-06-11 [colin]      2.2.3cvs11
6717
6718         * src/wizard.c
6719                 Add Face header to welcome mail
6720
6721 2006-06-10 [colin]      2.2.3cvs10
6722
6723         * src/textview.c
6724                 Revert previous (Forgot it changes the
6725                 margin on the whole mail)
6726
6727 2006-06-10 [colin]      2.2.3cvs9
6728
6729         * src/textview.c
6730                 Don't overlap long headers under (X-)Face
6731
6732 2006-06-10 [mones]      2.2.3cvs8
6733
6734         * manual/xml2pdf
6735                 allow generation of manual on systems lacking saxon binary
6736                 but with java and the saxon library installed
6737
6738         * po/es.po
6739                 updated for release
6740
6741 2006-06-09 [colin]      2.2.3cvs7
6742
6743         * src/summaryview.c
6744                 Fix leak when using Display Sender using Addressbook
6745
6746 2006-06-09 [colin]      2.2.3cvs6
6747
6748         * src/compose.c
6749         * src/folder.c
6750         * src/folderview.c
6751         * src/mimeview.c
6752         * src/summaryview.c
6753                 More leaks fixes
6754
6755 2006-06-09 [paul]       2.2.3cvs5
6756
6757         * AUTHORS
6758         * src/gtk/authors.h
6759         * tools/claws.i18n.status.pl
6760                 updated with new info
6761
6762 2006-06-09 [paul]       2.2.3cvs4
6763
6764         * README
6765                 updated
6766         * manual/ack.xml
6767                 add wwp to authors list
6768         * src/gtk/authors.h
6769                 update mine and Colin's addresses
6770
6771 2006-06-08 [colin]      2.2.3cvs3
6772
6773         * src/etpan/imap-thread.c
6774                 Fix leak on SSL cert check
6775
6776 2006-06-08 [colin]      2.2.3cvs2
6777
6778         * src/common/utils.c
6779                 Fix leak
6780
6781 2006-06-08 [paul]       2.2.3cvs1
6782
6783         * configure.ac
6784                 Update version number following
6785                 stable release
6786
6787 2006-06-07 [colin]      2.2.2cvs3
6788
6789         * src/msgcache.c
6790                 Fix catching cache read errors (guint instead of gint)
6791                 Prevent malloc'ing more than 8MB (means cache corruption)
6792
6793 2006-06-07 [paul]       2.2.2cvs2
6794
6795         * src/exporthtml.c
6796         * src/exportldif.c
6797         * src/mh.c
6798         * src/mutt.c
6799         * src/pine.c
6800         * src/common/utils.c
6801                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
6802                 obey $HOME'
6803                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
6804                 Thanks to Colin
6805
6806 2006-06-06 [paul]       2.2.2cvs1
6807
6808         * configure.ac
6809                 Update version number following
6810                 stable release
6811
6812 2006-06-06 [paul]       2.2.1cvs6
6813
6814         * src/matcher.c
6815                 fix  implicit declaration of
6816                 sylpheed_do_idle()
6817                 Patch by Fabien Vantard
6818
6819 2006-06-06 [paul]       2.2.1cvs5
6820
6821         * src/matcher.c
6822                 fix age_greater and age_lower so that they
6823                 mean what say and not '...or equal to'
6824                 Thanks to Colin
6825
6826 2006-06-06 [paul]       2.2.1cvs4
6827
6828         * src/textview.c
6829         * src/common/utils.c
6830                 fix URI check
6831                 Thanks to Colin
6832
6833 2006-06-05 [wwp]        2.2.1cvs3
6834
6835         * manual/fr/account.xml
6836                 minor language fixes (thanks to Fabien Vantard).
6837
6838 2006-06-05 [colin]      2.2.1cvs2
6839
6840         * src/prefs_folder_item.c
6841         * src/folderview.c
6842                 Allow recursive setting of properties 
6843                 for whole mailboxes
6844         * src/matcher.c
6845                 Don't freeze on 'test' filtering rule
6846
6847 2006-06-05 [colin]      2.2.1cvs1
6848
6849         * configure.ac
6850                 Update version number following
6851                 stable release
6852
6853 2006-06-04 [wwp]        2.2.0cvs82
6854
6855         * manual/glossary.xml
6856         * manual/account.xml
6857         * manual/fr/glossary.xml
6858         * manual/fr/account.xml
6859                 added glossary section and references/links related to the Face custom header.
6860
6861 2006-06-04 [colin]      2.2.0cvs81
6862
6863         * src/summaryview.c
6864                 Skip to next message on move with no
6865                 immediate execution
6866
6867 2006-06-04 [wwp]        2.2.0cvs80
6868
6869         * manual/xml2pdf
6870                 added sanity checks, exit when needed.
6871
6872 2006-06-03 [paul]       2.2.0cvs79
6873
6874         * src/prefs_receive.c
6875                 page name is now 'Receiving'
6876         * src/prefs_send.c
6877                 page name is now 'Sending'
6878
6879 2006-06-03 [colin]      2.2.0cvs78
6880
6881         * src/plugins/spamassassin/spamassassin_gtk.c
6882                 Autoswitch to Localhost if transport was previously
6883                 disabled. Else people had to check [] Enable, then
6884                 *reselect* transport.
6885
6886 2006-06-03 [colin]      2.2.0cvs77
6887
6888         * src/plugins/pgpinline/pgpinline.c
6889         * src/plugins/pgpmime/pgpmime.c
6890                 Check that gpg_data_release_and_get_mem 
6891                 didn't fail (now, why this happens...)
6892
6893 2006-06-03 [colin]      2.2.0cvs76
6894
6895         * src/mbox.c
6896                 Fix bug #962 (Manual and/or UI should 
6897                 warn about incompatible locking 
6898                 causing dataloss)
6899
6900 2006-06-02 [cleroy]     2.2.0cvs75
6901
6902         * src/filtering.c
6903         * src/folder.c
6904         * src/procmsg.c
6905         * src/summaryview.c
6906                 Fix a few leaks
6907
6908 2006-06-02 [colin]      2.2.0cvs74
6909
6910         * src/main.c
6911                 On exit, free caches after writing them
6912                 Shuts up some valgrind false positives
6913         * src/procmsg.c
6914         * src/send_message.c
6915                 Fix races when reusing existing SMTP connections
6916                 Fix inexistant session timeout
6917         * src/toolbar.c
6918                 Display alertpanel after all queues have
6919                 been processed, not after each
6920
6921 2006-06-02 [wwp]        2.2.0cvs73
6922
6923         * manual/fr/glossary.xml
6924         * manual/fr/ack.xml
6925         * manual/ack.xml
6926                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
6927
6928 2006-06-02 [wwp]        2.2.0cvs72
6929
6930         * manual/xml2pdf
6931         * manual/dist/pdf/Makefile.am
6932         * manual/dtd/manual.xsl
6933         * manual/fr/dist/pdf/Makefile.am
6934         * manual/pl/dist/pdf/Makefile.am
6935                 we changed the procedure to generate the .pdf version of the manual.
6936                 The procedure is more modern and the .pdf we get now has a valid index.
6937                 Here are the new pre-requisites:
6938
6939                 - JRE 1.x (1.4 here): there must be one from your distro
6940                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
6941                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
6942                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6943
6944                 See my posts for further info about the installation of this toolchain:
6945
6946                 Date: Fri, 19 May 2006 19:40:06 +0200
6947                 From: wwp <subscript@free.fr>
6948                 To: sylpheed-claws-devel@lists.sourceforge.net
6949                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6950
6951                 and
6952
6953                 Date: Wed, 24 May 2006 12:58:49 +0200
6954                 From: wwp <subscript@free.fr>
6955                 To: sylpheed-claws-devel@lists.sourceforge.net
6956                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
6957
6958 2006-06-01 [colin]      2.2.0cvs71
6959
6960         * src/compose.c
6961                 Better guards against IMAP races
6962         * src/main.c
6963         * src/prefs_common.c
6964         * src/prefs_common.h
6965         * src/common/ssl_certificate.c
6966         * src/etpan/imap-thread.c
6967         * src/etpan/imap-thread.h
6968         * src/gtk/sslcertwindow.c
6969                 New hidden option ssl_skip_cert_check to 
6970                 avoid dups of bug #959 (libetpan linked
6971                 against gnutls and gnutls buggy on 64bit)
6972                 Present expired warning only once per
6973                 session/server.
6974         * manual/advanced.xml
6975         * manual/fr/advanced.xml
6976                 Document new option
6977
6978 2006-06-01 [wwp]        2.2.0cvs70
6979
6980         * src/messageview.c
6981                 fix for bug #961 (return receipt dialog 
6982                 complains incorrectly about return-path 
6983                 email adress being different), thanks 
6984                 to Colin.
6985
6986 2006-05-31 [cleroy]     2.2.0cvs69
6987
6988         * src/common/ssl.c
6989                 Guard against NULLs, although this
6990                 should never be an issue
6991
6992 2006-05-31 [colin]      2.2.0cvs68
6993
6994         * src/filtering.c
6995                 Use g_slist_prepend
6996         * src/imap.c
6997                 Don't remove caches when destroying folder, it
6998                 could (should) be done at exit
6999         * src/inc.c
7000                 free processing cache after incorporation
7001         * src/etpan/imap-thread.c
7002                 Maybe fix bug #959 (Crash on moving to emails 
7003                 to a imap account per ssl with a expired 
7004                 certificate.)
7005
7006 2006-05-30 [colin]      2.2.0cvs67
7007
7008         * src/summaryview.c
7009                 Put back event flush when displaying message
7010                 It avoids reading a bunch of messages just
7011                 by hitting shift-n for too long ;)
7012
7013 2006-05-29 [colin]      2.2.0cvs66
7014
7015         * src/summaryview.c
7016                 Remove useless g_warnings
7017
7018 2006-05-29 [colin]      2.2.0cvs65
7019
7020         * src/imap.c
7021                 Fix g_slist_append()s for performance
7022
7023 2006-05-29 [colin]      2.2.0cvs64
7024
7025         * src/compose.c
7026         * src/common/utils.c
7027                 Fix extraneous tab at start of addresses
7028         * src/mainwindow.c
7029                 Fix warnings (thanks to Fabien)
7030                 Fix crash at exit when composing messages 
7031                 exist
7032         * src/pop.c
7033                 Fix progress bar when deleting expired mails
7034                 Thanks to Hiro
7035         * src/summaryview.c
7036         * src/gtk/gtksctree.c
7037                 Fix re-sorting slowness
7038
7039 2006-05-29 [paul]       2.2.0cvs63
7040
7041         * src/mh.c
7042                 fetch full message when moving mails
7043                 from another mailbox, (fixed data loss
7044                 when filtering from IMAP to MH, introduced
7045                 in 2.2.0cvs57).
7046                 Thanks to Colin
7047
7048 2006-05-29 [mones]      2.2.0cvs62
7049
7050         * src/gtk/gtksctree.c
7051                 Unselect faster (patch by Colin)        
7052
7053 2006-05-26 [colin]      2.2.0cvs61
7054
7055         * src/summaryview.c
7056                 Unplug MSGINFO_UPDATE callback on delete too.
7057
7058 2006-05-26 [colin]      2.2.0cvs60
7059
7060         * src/foldersel.c
7061                 Fix bold in folder selection window with glib2.10
7062                 thanks Hiro
7063
7064 2006-05-26 [colin]      2.2.0cvs59
7065
7066         * src/procheader.c
7067                 Convert date only if necessary (and don't
7068                 try to convert from utf8 to utf8, too)
7069         * src/summaryview.c
7070                 Only set column's text if the column's 
7071                 displayed
7072
7073 2006-05-26 [colin]      2.2.0cvs58
7074
7075         * src/summaryview.c
7076         * src/gtk/gtkutils.c
7077                 Fix useless warning
7078
7079 2006-05-26 [colin]      2.2.0cvs57
7080
7081         * src/mainwindow.c
7082                 Make summaryview selectable as long as 
7083                 no message has focus
7084         * src/mh.c
7085                 Faster deletion (by implementing mh_remove_msgs)
7086                 Faster copy (avoid using mh_fetch_msg just to get
7087                 the filename)
7088                 Faster move (using move_file instead of copy_file
7089                 if MSG_IS_MOVE)
7090                 No progressbar if total number of mails to cp/mv 
7091                 is less than 100
7092         * src/summaryview.c
7093                 Fix removal from subject_table when mail gets moved
7094                 Faster deletion (g_slist_prepend instead of append)
7095         * src/gtk/gtksctree.c
7096                 Remove useless code
7097
7098 2006-05-25 [colin]      2.2.0cvs56
7099
7100         * src/common/ssl_certificate.c
7101                 Fix leak in expired cert check
7102
7103 2006-05-25 [colin]      2.2.0cvs55
7104
7105         * src/mh.c
7106                 Disable flags syncing on .mh_sequences - it
7107                 is buggy and marks mails read under unknown
7108                 conditions.
7109
7110 2006-05-25 [paul]
7111
7112         * 2.3.0-rc4 released
7113
7114 2006-05-24 [colin]      2.2.0cvs54
7115
7116         attention cvs users: if you manage to crash
7117         Sylpheed-Claws while moving, copying or deleting
7118         mails, we *are* interested in stack traces and
7119         valgrind logs. It looks stable, but one never
7120         knows...
7121
7122         * src/folder.c
7123                 Add progressbar for cache updates
7124         * src/folderutils.c
7125                 Optimize Mark all read in the current
7126                 folder
7127         * src/mh.c
7128                 Add progressbar for copy/move
7129         * src/procmsg.c
7130                 Optimize O(n^2) in copy/move
7131         * src/summaryview.c
7132         * src/gtk/gtksctree.c
7133                 Optimize O(n^2) algos
7134         * src/common/timing.h
7135                 Display ms instead of us
7136
7137 2006-05-24 [wwp]        2.2.0cvs53
7138
7139         * manual/fr/advanced.xml
7140                 updates to the French manual.
7141
7142 2006-05-24 [wwp]        2.2.0cvs52
7143
7144         * src/common/utils.c
7145                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7146
7147 2006-05-24 [wwp]        2.2.0cvs51
7148
7149         * src/folderutils.c
7150                 fixed "mark all read" in MH folders (thanks to Colin).
7151
7152 2006-05-24 [paul]       2.2.0cvs50
7153
7154         * doc/man/sylpheed-claws.1
7155                 updated the man page
7156
7157 2006-05-23 [colin]      2.2.0cvs49
7158
7159         * src/folderview.c
7160         * src/imap.c
7161         * src/inc.c
7162         * src/mbox.c
7163         * src/messageview.c
7164         * src/news.c
7165         * src/send_message.c
7166         * src/summaryview.c
7167         * src/gtk/sslcertwindow.c
7168                 alertpanel fixes, by Fabien
7169
7170 2006-05-23 [colin]      2.2.0cvs48
7171
7172         * src/folder.c
7173         * src/folderview.c
7174         * src/msgcache.c
7175         * src/summaryview.c
7176         * src/gtk/gtksctree.c
7177         * src/gtk/gtksctree.h
7178                 More timings
7179                 Fix slow loading problem, which was caused by the
7180                 use of some gtk_ctree funcs and their use of
7181                 g_list_position while gtk_ctree_(un)link'ing.
7182                 Reap more functions from gtkctree.c to be sure we
7183                 use our (fast) version instead of theirs.
7184         * src/mh.c
7185                 Fix copy of unread mails
7186
7187
7188 2006-05-22 [wwp]        2.2.0cvs47
7189
7190         * manual/fr/advanced.xml
7191                 updated.
7192
7193 2006-05-22 [colin]      2.2.0cvs46
7194
7195         * src/filtering.c
7196                 Fix possible infinite loop. 'copy' is not a 
7197                 final action, so when encountering a 'copy',
7198                 we have to check if a previous one was set
7199                 and do it. In the same way, if we encounter
7200                 a 'move' we have to perform a possibly 
7201                 pending 'copy'. This will slow down filtering
7202                 on IMAP if move+copy or multiple copy actions
7203                 are to be done, but handling it via the batch
7204                 would be really too convoluted.
7205
7206 2006-05-22 [wwp]        2.2.0cvs45
7207
7208         * manual/fr/advanced.xml
7209         * manual/fr/faq.xml
7210         * manual/fr/glossary.xml
7211         * manual/fr/handling.xml
7212         * manual/fr/intro.xml
7213         * manual/fr/plugins.xml
7214         * manual/fr/sylpheed-claws-manual.xml
7215                 sync w/ the english manual: updates URIs, documented mailing-list
7216                 support, better explanation about the enabled/disabled feature
7217                 in filtering/processing rules by Paul.
7218
7219 2006-05-21 [colin]      2.2.0cvs44
7220
7221         * src/summaryview.c
7222                 Don't expand after building threads, but during
7223
7224 2006-05-21 [colin]      2.2.0cvs43
7225
7226         * src/procmsg.c
7227         * src/summaryview.c
7228                 More timing possibilities... For next time I have 
7229                 to find out how the hell some 3GHz computer takes
7230                 one minute to open a 30k folder...
7231
7232 2006-05-21 [colin]      2.2.0cvs42
7233
7234         * manual/pl/advanced.xml
7235         * manual/pl/faq.xml
7236         * manual/pl/glossary.xml
7237         * manual/pl/handling.xml
7238         * manual/pl/intro.xml
7239         * manual/pl/plugins.xml
7240         * manual/pl/sylpheed-claws-manual.xml
7241                 Polish manual updated by Pawel
7242
7243 2006-05-20 [colin]
7244
7245         * 2.3.0-rc3 released
7246
7247 2006-05-20 [colin]      2.2.0cvs41
7248
7249         * src/imap.c
7250                 Fix -rc2 problems:
7251                 - remove cache of moved messages from original folder
7252                 - apply new flags to messages even if they aren't appliable
7253                   via IMAP.
7254
7255 2006-05-20 [colin]
7256
7257         * 2.3.0-rc2 released
7258
7259 2006-05-19 [colin]      2.2.0cvs40
7260
7261         * src/imap.c
7262                 Don't issue SELECT in imap_change_flags
7263                 before having checked that we indeed have
7264                 some flags to change. MSG_POSTFILTERED for
7265                 example can't be used on IMAP.
7266                 Fixes bug #955 (copying messages between 
7267                 imap folders is extremely slow), which was
7268                 a regression.
7269
7270 2006-05-19 [colin]      2.2.0cvs39
7271
7272         * src/folder.c
7273         * src/folder.h
7274         * src/folderview.c
7275                 Try to fix bug #830 (Some unread messages 
7276                 get marked read in IMAP inbox):
7277                 - Prevent scanning a folder if it's being 
7278                   opened via the GUI
7279                 - Postpone opening via the GUI of a folder
7280                   currently scanned.
7281
7282
7283 2006-05-19 [wwp]        2.2.0cvs38
7284
7285         * manual/advanced.xml
7286                 fix English+typo (thanks to Paul).
7287
7288 2006-05-19 [wwp]        2.2.0cvs37
7289
7290         * manual/advanced.xml
7291         * manual/fr/advanced.xml
7292         * src/gtk/logwindow.c
7293         * src/prefs_common.c
7294         * src/prefs_common.h
7295                 added hidden prefs to allow customization of colors used in
7296                 protocol log window (useful for dark gtk+ themes).
7297
7298 2006-05-19 [wwp]        2.2.0cvs36
7299
7300         * ChangeLog
7301                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
7302
7303 2006-05-19 [paul]       2.2.0cvs35
7304
7305         * src/textview.c
7306                 make Reply-To fully clickable
7307         * src/gtk/logwindow.c
7308                 more colouring (SMTP ESMTP)
7309         Both patches by Pawel Pekala
7310
7311 2006-05-19 [cleroy]     2.2.0cvs34
7312
7313         * src/mh.c
7314                 Don't update flags from current folder
7315                 Probably fixes bug #935 (Read Messages 
7316                 Revert to Being Marked as Unread)
7317
7318 2006-05-18 [colin]      2.2.0cvs33
7319
7320         * src/imap.c
7321                 Warning fix
7322         * src/compose.c
7323         * src/mainwindow.c
7324         * src/summaryview.c
7325         * src/toolbar.c
7326                 Allow replying to multiple emails
7327                 in multiple windows
7328         * src/mimeview.c
7329         * src/etpan/imap-thread.c
7330                 Leak fixes
7331
7332 2006-05-18 [paul]       2.2.0cvs32
7333
7334         * src/summaryview.c
7335                 keep Mailing-List menu refreshed
7336                 Thanks to Colin
7337
7338 2006-05-18 [paul]       2.2.0cvs31
7339
7340         * manual/advanced.xml
7341         * manual/faq.xml
7342         * manual/glossary.xml
7343         * manual/handling.xml
7344         * manual/intro.xml
7345         * manual/plugins.xml
7346         * manual/sylpheed-claws-manual.xml
7347                 update URLs
7348                 add info about mailing-list support
7349                 edit filtering info
7350         * src/wizard.c
7351         * src/common/defs.h
7352         * src/gtk/about.c
7353         * src/plugins/dillo_viewer/README
7354                 update URLs
7355
7356 2006-05-17 [wwp]        2.2.0cvs30
7357
7358         * manual/handling.xml
7359         * manual/fr/handling.xml
7360                 documented the ability to enabled/disable filtering/processing rules.
7361
7362 2006-05-17 [colin]      2.2.0cvs29
7363
7364         * src/main.c
7365                 Don't initialize g_thread subsystem if it's 
7366                 already done (thanks to Hiro)
7367         * src/mimeview.c
7368                 Fix saving of parts when there name can't be
7369                 converted from UTF-8.
7370
7371 2006-05-17 [paul]       2.2.0cvs28
7372
7373         * po/Makefile.in.in
7374                 fix config.status warning with autoconf 2.60
7375
7376 2006-05-17 [paul]       2.2.0cvs27
7377
7378         * po/POTFILES.in
7379                 add src/mbox.c
7380
7381 2006-05-17 [wwp]        2.2.0cvs26
7382
7383         * src/mainwindow.c
7384                 fix useless and potentially dangerous buffer walking (thanks to Colin).
7385
7386 2006-05-17 [wwp]        2.2.0cvs25
7387
7388         * src/plugins/demo/demo.c
7389                 updated product name in plugin demo (many plugins need to be
7390                 sync'ed w/ that change).
7391
7392 2006-05-17 [colin]      2.2.0cvs24
7393
7394         * src/mh.c
7395                 Fix leak
7396
7397 2006-05-16 [colin]      2.2.0cvs23
7398
7399         * src/mainwindow.c
7400                 Stupid me hit again. Fix cvs22.
7401
7402 2006-05-16 [colin]      2.2.0cvs22
7403
7404         * src/mainwindow.c
7405                 Fix bug #922 (sylpheed-claws crashed after 
7406                 pushing on Inbox folder)
7407
7408 2006-05-16 [colin]      2.2.0cvs21
7409
7410         * src/compose.c
7411                 Make From header be copy/paste/select-able
7412
7413 2006-05-16 [wwp]        2.2.0cvs20
7414
7415         * src/export.c
7416         * src/matcher.c
7417         * src/summaryview.c
7418         * src/etpan/imap-thread.c
7419                 fix some compiler warnings (thanks to Colin).
7420
7421 2006-05-16 [wwp]        2.2.0cvs19
7422
7423         * src/action.c
7424         * src/gedit-print.c
7425         * src/inc.c
7426         * src/mainwindow.c
7427         * src/mh.c
7428         * src/statusbar.c
7429         * src/send_message.c
7430         * src/summaryview.c
7431                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
7432
7433 2006-05-15 [colin]      2.2.0cvs18
7434
7435         * src/procmsg.c
7436                 Fix automatic rule creation with List-Post
7437
7438 2006-05-15 [paul]       2.2.0cvs17
7439
7440         * tools/filter_conv_new.pl
7441                 updated for rule enabling/disabling
7442                 claws version >= 2.3.x required
7443
7444 2006-05-15 [cleroy]     2.2.0cvs16
7445
7446         * src/main.c
7447                 Revert test
7448
7449 2006-05-15 [cleroy]     2.2.0cvs15
7450
7451         * src/main.c
7452                 test
7453
7454 2006-05-15 [wwp]        2.2.0cvs14
7455
7456         * manual/pl/.cvsignore
7457                 ignore generated files.
7458
7459 2006-05-14 [wwp]        2.3.0-rc1
7460
7461         * 2.3.0-rc1 released
7462
7463 2006-05-13 [wwp]        2.2.0cvs13
7464
7465         * src/filtering.c
7466         * src/filtering.h
7467         * src/matcher.c
7468         * src/matcher_parser_lex.l
7469         * src/matcher_parser_parse.y
7470         * src/prefs_filtering.c
7471                 new feature: provide the ability to disable filtering and processing
7472                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
7473                 adaptations.
7474
7475 2006-05-13 [colin]      2.2.0cvs12
7476
7477         * src/compose.c
7478                 Remove useless if (a) b; else b;
7479                 Thanks to wwp
7480
7481 2006-05-13 [wwp]        2.2.0cvs11
7482
7483         * src/export.c
7484         * src/import.c
7485         * src/mainwindow.c
7486         * src/mbox.c
7487         * src/summaryview.c
7488         * src/summaryview.h
7489                 no more silent failures (or at least less ones) when importing
7490                 or exporting from/to mbox. Also start importing/exporting if
7491                 the necessary info is set.
7492
7493 2006-05-13 [wwp]        2.2.0cvs10
7494
7495         * RELEASE_NOTES
7496                 restored up-to-date release notes.
7497
7498 2006-05-13 [paul]       2.2.0cvs9
7499
7500         * po/nl.po
7501         * po/ru.po
7502                 updated by Tim Dijkstra and Pavlo Bohmat
7503
7504 2006-05-12 [colin]      2.2.0cvs8
7505
7506         * src/gtk/quicksearch.c
7507                 Add "k" as shortcut for "colorlabel". Patch
7508                 by ath42@users.sf.net.
7509
7510 2006-05-12 [paul]       2.2.0cvs7
7511
7512         * src/prefs_common.h
7513         * src/prefs_summaries.c
7514         * src/summaryview.c
7515                 when entering a folder also allow
7516                 going directly to first Marked message
7517
7518 2006-05-12 [paul]       2.2.0cvs6
7519
7520         * src/summaryview.c
7521                 always obey 'confirm before marking all
7522                 mails read' option
7523
7524 2006-05-12 [paul]       2.2.0cvs5
7525
7526         * src/textview.c
7527                 make Sender fully clickable
7528
7529 2006-05-12 [colin]      2.2.0cvs4
7530
7531         * src/compose.c
7532         * src/compose.h
7533                 Let From be editable
7534         * src/main.c
7535         * src/mh.c
7536                 Full support of .mh_sequences' Unseen seq
7537
7538 2006-05-12 [colin]      2.2.0cvs3
7539
7540         * src/folder.c
7541         * src/mainwindow.c
7542         * src/mainwindow.h
7543         * src/messageview.c
7544         * src/prefs_spelling.c
7545         * src/procheader.c
7546         * src/procmsg.c
7547         * src/procmsg.h
7548         * src/summaryview.c
7549         * src/toolbar.c
7550         * src/toolbar.h
7551                 Add contextual menu on Compose toolbar
7552                 button. Fixes bug #944 (Automatic
7553                 addresses not applied when changing account
7554                 from compose window)
7555                 add Mailing List support
7556                 based on the old 0.6.5claws25 patch by
7557                 Melvin Hadasht, with finishing touches
7558                 by Colin
7559                 Fix "ignore thread" when mails are threaded by
7560                 subject (and weren't ignored although appearing
7561                 in the thread).
7562                 GUI rework.
7563                 Both patches by Pawel.
7564
7565 2006-05-08 [paul]       2.2.0cvs2
7566
7567         * src/mainwindow.c
7568         * src/mainwindow.h
7569         * src/messageview.c
7570         * src/procheader.c
7571         * src/procmsg.c
7572         * src/procmsg.h
7573         * src/summaryview.c
7574                 add Mailing List support
7575                 based on the old 0.6.5claws25 patch by 
7576                 Melvin Hadasht, with finishing touches
7577                 by Colin
7578
7579 2006-05-08 [colin]      2.2.0cvs1
7580
7581         * src/mainwindow.c
7582         * src/toolbar.c
7583         * src/toolbar.h
7584                 Add contextual menu on Compose toolbar 
7585                 button. Fixes bug #944 (Automatic 
7586                 addresses not applied when changing account 
7587                 from compose window)
7588
7589 2006-05-08 [paul]       2.2.0
7590
7591         2.2.0 released
7592
7593 2006-05-08 [paul]       2.1.1cvs51
7594
7595         * po/cs.po
7596         * po/de.po
7597         * po/en_GB.po
7598         * po/fi.po
7599         * po/fr.po
7600         * po/pt_BR.po
7601         * po/sr.po
7602         * po/zh_CN.po
7603                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
7604                 Fabien Vantard, Frederico Goncalves Guimaraes,
7605                 Aleksandar Urosevic, and Ralgh Young
7606
7607 2006-05-12 [colin]      2.1.1cvs50
7608
7609         * po/cs.po
7610         * po/de.po
7611         * po/en_GB.po
7612         * po/es.po
7613         * po/fi.po
7614         * po/fr.po
7615         * po/pt_BR.po
7616         * po/sr.po
7617         * po/zh_CN.po
7618                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
7619                 Fabien Vantard, Frederico Goncalves Guimaraes,
7620                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
7621
7622 2006-05-05 [colin]      2.1.1cvs49
7623
7624         * manual/Makefile.am
7625         * manual/pl/Makefile.am
7626         * manual/pl/account.xml
7627         * manual/pl/ack.xml
7628         * manual/pl/addrbook.xml
7629         * manual/pl/advanced.xml
7630         * manual/pl/faq.xml
7631         * manual/pl/glossary.xml
7632         * manual/pl/gpl.xml
7633         * manual/pl/handling.xml
7634         * manual/pl/intro.xml
7635         * manual/pl/keyboard.xml
7636         * manual/pl/plugins.xml
7637         * manual/pl/starting.xml
7638         * manual/pl/sylpheed-claws-manual.xml
7639         * manual/pl/dist/.cvsignore
7640         * manual/pl/dist/Makefile.am
7641         * manual/pl/dist/html/.cvsignore
7642         * manual/pl/dist/html/Makefile.am
7643         * manual/pl/dist/pdf/.cvsignore
7644         * manual/pl/dist/pdf/Makefile.am
7645         * manual/pl/dist/ps/.cvsignore
7646         * manual/pl/dist/ps/Makefile.am
7647         * manual/pl/dist/txt/.cvsignore
7648         * manual/pl/dist/txt/Makefile.am
7649                 Add the polish translation of the manual,
7650                 Authored by Pawel Pekala.
7651
7652 2006-05-05 [cleroy]     2.1.1cvs48
7653
7654         * src/main.c
7655                 Re-read matcherrc after loading plugins 
7656                 if some of them add folders.
7657
7658 2006-05-03 [colin]      2.1.1cvs47
7659
7660         * src/imap.c
7661                 I'm idiot
7662
7663 2006-05-03 [colin]      2.1.1cvs46
7664
7665         * src/imap.c
7666                 Be sure to have a session when
7667                 getting separator
7668
7669 2006-05-03 [colin]      2.1.1cvs45
7670
7671         * src/imap.c
7672         * src/imap.h
7673         * src/imap_gtk.c
7674                 Fix preventing renaming with namespace 
7675                 separator.
7676
7677 2006-05-01 [colin]      2.1.1cvs44
7678
7679         * src/action.c
7680                 Don't reload messageview when result of
7681                 action is piped.
7682
7683 2006-04-29 [colin]      2.1.1cvs43
7684
7685         * src/prefs_receive.c
7686         * src/plugins/spamassassin/spamassassin_gtk.c
7687         * src/plugins/clamav/clamav_plugin_gtk.c
7688                 GUI fixes by Pawel
7689
7690 2006-04-29 [colin]      2.1.1cvs42
7691
7692         * src/prefs_compose_writing.c
7693         * src/prefs_quote.c
7694                 Cleanups. Patch by Pawel
7695
7696 2006-04-28 [paul]       2.1.1cvs41
7697
7698         * src/matcher.c
7699                 fix returned quick search results when search
7700                 term contains an underscore.
7701                 Thanks to Colin
7702
7703 2006-04-28 [paul]       2.1.1cvs40
7704
7705         * src/prefs_message.c
7706         * src/prefs_receive.c
7707                 GUI cleanups
7708                 Patches by Pawel Pekala
7709
7710 2006-04-27 [colin]      2.1.1cvs39
7711
7712         * src/wizard.c
7713                 Differentiate subject Welcome from
7714                 window's title Welcome
7715
7716 2006-04-27 [paul]
7717
7718         2.2.0-rc1 released
7719
7720 2006-04-27 [paul]       2.1.1cvs38
7721
7722         * manual/advanced.xml
7723         * manual/fr/advanced.xml
7724                 add info about compose_no_markup hidden pref
7725
7726 2006-04-27 [paul]       2.1.1cvs37
7727
7728         * src/prefs_account.c
7729                 improve privacy labels
7730         * src/prefs_msg_colors.c
7731                 change some strings for translators' convenience
7732         * src/gtk/gtkutils.c
7733                 don't underline the link button text
7734
7735 2006-04-25 [colin]      2.1.1cvs36
7736
7737         * src/folder.c
7738                 Complete 2.1.1cvs33 (once more ;)
7739
7740 2006-04-25 [colin]      2.1.1cvs35
7741
7742         * src/editldap.c
7743                 Fix tooltip
7744
7745 2006-04-25 [cleroy]     2.1.1cvs34
7746
7747         * src/compose.c
7748         * src/gtk/gtkaspell.c
7749                 Fix crash on redirect (related to the return 
7750                 of the aspell menu in compose's toolbar)
7751         * src/prefs_msg_colors.c
7752                 Fix sensitivity widgets
7753         * src/image_viewer.c
7754         * src/gtk/pluginwindow.c
7755         * src/gtk/prefswindow.c
7756                 Change released signals to clicked (Fabien)
7757         * po/POTFILES.in
7758         * src/common/socket.c
7759         * src/plugins/spamassassin/spamassassin.c
7760                 Translate strings (Fabien)
7761
7762 2006-04-25 [paul]       2.1.1cvs33
7763
7764         * src/folder.c
7765         * src/folder.h
7766         * src/folderview.c
7767                 complete the fix of bug #912
7768                 Thanks to Colin
7769
7770 2006-04-25 [colin]      2.1.1cvs32
7771
7772         * src/news.c
7773                 Better progress bar
7774         * src/mimeview.c
7775         * src/summaryview.c
7776         * src/summaryview.h
7777                 Fix focus chain
7778                 Patches by Pawel Pekala
7779
7780 2006-04-24 [colin]      2.1.1cvs31
7781
7782         * src/compose.c
7783                 Fix compilation warnings (Fabien)
7784
7785 2006-04-24 [colin]      2.1.1cvs30
7786
7787         * src/addrindex.c
7788         * src/editldap.c
7789         * src/editldap_basedn.c
7790         * src/editldap_basedn.h
7791         * src/ldapctrl.c
7792         * src/ldapctrl.h
7793         * src/ldapquery.c
7794         * src/ldaputil.c
7795         * src/ldaputil.h
7796                 Fix bug #901 (LDAPS support)
7797
7798 2006-04-24 [colin]      2.1.1cvs29
7799
7800         * src/compose.c
7801                 Fix logic on error with send dialog on
7802         * src/imap.c
7803                 Fix compilation without libetpan, thanks
7804                 to Fabien
7805         * src/summaryview.c
7806                 Fix 'context-menu' key
7807
7808 2006-04-23 [colin]      2.1.1cvs28
7809
7810         * src/folder.c
7811                 Never free current's cache to free up 
7812                 memory. Fixes bug #912 (new count 
7813                 randomly set to message count)
7814
7815 2006-04-23 [colin]      2.1.1cvs27
7816
7817         * src/gtk/quicksearch.c
7818                 And remove printf...
7819
7820 2006-04-23 [colin]      2.1.1cvs26
7821
7822         * src/gtk/quicksearch.c
7823                 Fix replacing in quicksearch, and fix inserting
7824                 in the middle of the string. (introduced at 2.1.0cvs22)
7825
7826 2006-04-23 [colin]      2.1.1cvs25
7827
7828         * src/imap.c
7829                 Make sure uidnext is initialized in get_num_list
7830                 (not for stable, related to 2.1.1cvs8 and friends)
7831
7832 2006-04-23 [colin]      2.1.1cvs24
7833
7834         * src/imap.c
7835                 Output something when login is successful
7836                 too
7837
7838 2006-04-23 [colin]      2.1.1cvs23
7839
7840         * src/etpan/imap-thread.c
7841                 Better logging (line-per-line, hide data in fetch)
7842                 Fix a const warning
7843         * src/gtk/logwindow.c
7844         * src/gtk/logwindow.h
7845                 Better logging (color for input/output)
7846
7847 2006-04-21 [colin]      2.1.1cvs22
7848
7849         * src/gtk/quicksearch.c
7850                 On gtk+-2.8, use stock buttons in quicksearch
7851                 Based on a patch by Fabien and a design by Paul
7852
7853 2006-04-21 [colin]      2.1.1cvs21
7854
7855         * src/folderview.c
7856         * src/mainwindow.c
7857                 Fix occasional flicker in folderview
7858         * src/common/utils.c
7859                 Fix bug #943 (Incorrectly parsed email address 
7860                 list in short headers on message view and in 
7861                 printouts)
7862
7863 2006-04-20 [colin]      2.1.1cvs20
7864
7865         * src/imap.c
7866         * src/imap.h
7867         * src/prefs_account.c
7868                 Add ANONYMOUS auth for IMAP
7869
7870 2006-04-20 [paul]       2.1.1cvs19
7871
7872         * src/main.c
7873                 proper fix for 2.1.1cvs18
7874                 Thanks to Colin
7875
7876 2006-04-20 [paul]       2.1.1cvs18
7877
7878         * src/main.c
7879                 fix build warnings
7880
7881 2006-04-20 [paul]       2.1.1cvs17
7882
7883         * src/gtk/quicksearch.c
7884                 fix standard, non-extended Quick search,
7885                 was broken in 2.1.1cvs15.
7886                 Thanks to Colin.
7887
7888 2006-04-20 [colin]      2.1.1cvs16
7889
7890         * src/prefs_matcher.c
7891                 Fix values when reselecting a ~test
7892                 rule
7893
7894 2006-04-19 [colin]      2.1.1cvs15
7895
7896         * src/compose.c
7897         * src/compose.h
7898         * src/gtk/gtkaspell.c
7899         * src/gtk/gtkaspell.h
7900                 Put back Options menu in Spelling/
7901         * src/gtk/quicksearch.c
7902                 Don't search, and show error, if the
7903                 advanced search has a syntax error
7904
7905 2006-04-18 [colin]      2.1.1cvs14
7906
7907         * src/textview.c
7908                 Fix gdk warnings on set_cursor when textview
7909                 isn't visible
7910
7911 2006-04-18 [colin]      2.1.1cvs13
7912
7913         * src/gtk/gtksctree.c
7914                 Remove seemingly useless refresh that causes
7915                 flicker - watch this commit in case of 
7916                 problems before planned backport to stable
7917
7918 2006-04-18 [colin]      2.1.1cvs12
7919
7920         * src/imap.c
7921                 Factorize get/set_xml code
7922         * src/compose.c
7923         * src/prefs_account.c
7924         * src/prefs_account.h
7925         * src/procmsg.c
7926                 Add Encrypt to self option
7927
7928 2006-04-17 [colin]      2.1.1cvs11
7929
7930         * configure.ac
7931                 Fix search on encrpyt function on dragonfly
7932                 Patch by Jonathan Buschmann <jonthn@agmact.com>
7933
7934 2006-04-17 [colin]      2.1.1cvs10
7935
7936         * src/prefs_account.c
7937                 Be safe by default: remove mails from POP3
7938                 after 7 days, not immediately
7939
7940 2006-04-17 [colin]      2.1.1cvs9
7941
7942         * src/etpan/imap-thread.c
7943                 Fix build on DragonFly - patch by 
7944                 Jonathan Buschmann <jonthn@agmact.com>
7945
7946 2006-04-17 [colin]      2.1.1cvs8
7947
7948         * src/imap.c
7949                 Save uidnext between sessions
7950
7951 2006-04-17 [colin]      2.1.1cvs7
7952
7953         * src/imap.c
7954                 scan is required when uid validity changes
7955
7956 2006-04-17 [colin]      2.1.1cvs6
7957
7958         * src/folderview.c
7959                 Don't scan if not necessary, apart in current
7960                 folder and INBOX to fetch flags.
7961         * src/imap.c
7962                 Scan is necessary if unread count changes
7963
7964 2006-04-17 [colin]      2.1.1cvs5
7965
7966         * src/imap.c
7967                 ...But always fetch ANSWERED and DELETED flags for
7968                 INBOX, as filtering can happen on these flags.
7969
7970 2006-04-17 [colin]      2.1.1cvs4
7971
7972         * src/imap.c
7973                 Don't fetch REPLIED and DELETED flags when synchronising
7974                 flags with a closed folder. We only need UNSEEN and FLAGGED
7975                 to update the folderview.
7976
7977 2006-04-17 [colin]      2.1.1cvs3
7978
7979         * src/imap.c
7980                 Faster flag search when there are new mails 
7981                 in a folder. We can do a full search if the 
7982                 folder contains less messages than the new
7983                 list.
7984
7985 2006-04-17 [colin]      2.1.1cvs2
7986
7987         * po/cs.po
7988         * po/de.po
7989         * po/fr.po
7990         * po/nl.po
7991         * po/pt_BR.po
7992                 Update translations from stable branch
7993
7994 2006-04-17 [colin]      2.1.1cvs1
7995
7996         * configure.ac
7997                 Bump version to follow stable release
7998
7999 2006-04-16 [mones]      2.1.0cvs50
8000
8001         * po/es.po
8002                 Updated for release
8003
8004 2006-04-16 [colin]      2.1.0cvs49
8005
8006         * src/textview.c
8007                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8008                 with gtk < 2.8. Thanks to Fabien Vantard.
8009
8010 2006-04-15 [colin]      2.1.0cvs48
8011
8012         * src/etpan/imap-thread.c
8013                 Fix bug #919 (libetpan: SEGV when connecting 
8014                 using command)
8015
8016 2006-04-14 [colin]      2.1.0cvs47
8017
8018         * src/main.c
8019                 Fix race on --select (should be done better)
8020
8021 2006-04-14 [wwp]        2.1.0cvs46
8022
8023         * src/send_message.c
8024                 enforce a check for domain in account prefs (a sending
8025                 error could be faced if domain was checked but no value set),
8026                 thanks to Colin.
8027
8028 2006-04-14 [colin]      2.1.0cvs45
8029
8030         * src/codeconv.c
8031                 when converting from unknown to unknown, if the
8032                 string is UTF8, don't convert it to the locale
8033                 (which breaks it)
8034
8035 2006-04-14 [colin]      2.1.0cvs44
8036
8037         * src/compose.c
8038                 Don't try to use ASCII for converting headers
8039                 (as done in body)
8040
8041 2006-04-14 [paul]       2.1.0cvs43
8042
8043         * src/crash.c
8044                 add locale/charset info to crash report
8045         * src/gtk/about.c
8046                 add wwp to doc team
8047                 replace 'e-mail' with preferred 'email'
8048         * src/gtk/authors.h
8049                 ensure contributors list is in alphabetical
8050                 order
8051
8052 2006-04-13 [colin]      2.1.0cvs42
8053
8054         * src/textview.c
8055                 Prevent gdk warnings
8056
8057 2006-04-13 [colin]      2.1.0cvs41
8058
8059         * src/common/ssl_certificate.c
8060         * src/common/ssl_certificate.h
8061         * src/gtk/sslcertwindow.c
8062                 Warn on expired certs, and display the expiration date
8063
8064 2006-04-13 [colin]      2.1.0cvs40
8065
8066         * src/plugins/spamassassin/spamassassin_gtk.c
8067                 Fix missing set_text on unix socket
8068
8069 2006-04-13 [wwp]        2.1.0cvs39
8070
8071         * manual/fr/advanced.xml
8072         * manual/fr/glossary.xml
8073                 applied new spam/ham/email lexicon (pourriel, courriel)
8074
8075 2006-04-13 [paul]       2.1.0cvs38
8076
8077         * src/plugins/pgpmime/plugin.c
8078                 remove the mention of S/MIME from the
8079                 description. This is now handled by the
8080                 S/MIME plugin.
8081
8082 2006-04-13 [paul]       2.1.0cvs37
8083
8084         * src/prefs_msg_colors.c
8085                 rework dialog
8086         * src/prefs_folder_item.c
8087         * src/prefs_spelling.c
8088                 add a tooltip to the colour selector buttons
8089
8090 2006-04-13 [wwp]        2.1.0cvs36
8091
8092         * manual/advanced.xml
8093         * manual/glossary.xml
8094         * manual/handling.xml
8095         * manual/keyboard.xml
8096         * manual/plugins.xml
8097         * manual/starting.xml
8098         * manual/fr/account.xml
8099         * manual/fr/ack.xml
8100         * manual/fr/addrbook.xml
8101         * manual/fr/advanced.xml
8102         * manual/fr/faq.xml
8103         * manual/fr/glossary.xml
8104         * manual/fr/gpl.xml
8105         * manual/fr/handling.xml
8106         * manual/fr/intro.xml
8107         * manual/fr/keyboard.xml
8108         * manual/fr/plugins.xml
8109         * manual/fr/starting.xml
8110         * manual/fr/sylpheed-claws-manual.xml
8111                 fixes to the manuals:
8112                  - summaryview -> Message List (same in French)
8113                  - translate key names
8114                  - fix French punctuation, use non-breakable spaces when
8115                    necessary, don't use &thinsp; which is not portable
8116                  - tell what maildir and mbox formats we support
8117
8118 2006-04-12 [wwp]        2.1.0cvs35
8119
8120         * src/prefs_toolbar.c
8121                 unified a replace button more,
8122                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8123
8124 2006-04-12 [wwp]        2.1.0cvs34
8125
8126         * src/prefs_common.c
8127         * src/prefs_msg_colors.c
8128                 make default color labels translatable,
8129                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8130                 thanks to Tim <timbrain@post.cz> for reporting.
8131
8132 2006-04-12 [wwp]        2.1.0cvs33
8133
8134         * manual/glossary.xml
8135         * manual/intro.xml
8136         * manual/plugins.xml
8137         * manual/starting.xml
8138         * manual/sylpheed-claws-manual.xml
8139         * manual/fr/.cvsignore
8140         * manual/fr/account.xml
8141         * manual/fr/ack.xml
8142         * manual/fr/addrbook.xml
8143         * manual/fr/advanced.xml
8144         * manual/fr/faq.xml
8145         * manual/fr/glossary.xml
8146         * manual/fr/handling.xml
8147         * manual/fr/intro.xml
8148         * manual/fr/keyboard.xml
8149         * manual/fr/plugins.xml
8150         * manual/fr/starting.xml
8151         * manual/fr/sylpheed-claws-manual.xml
8152                 various fixes: typos, missing .fr translations, punctuation,
8153                 capitalization, links, accents and some bad French more.
8154
8155 2006-04-12 [wwp]        2.1.0cvs32
8156
8157         * src/prefs_gtk.c
8158                 fix for bug #935: always store prefs files in UTF-8 (thanks
8159                 to Colin).
8160
8161 2006-04-11 [colin]      2.1.0cvs31
8162
8163         * src/compose.c
8164                 Fix inserting files not in utf8 when locale is utf8
8165
8166 2006-04-11 [colin]      2.1.0cvs30
8167
8168         * src/inc.c
8169                 Don't show error dialog when cancelling connection
8170                 Patch by Pawel
8171
8172 2006-04-11 [cleroy]     2.1.0cvs29
8173
8174         * src/compose.c
8175                 Implement multiple quote levels
8176         * src/prefs_common.c
8177                 Change a little bit the quote bgcolor for 2nd level
8178
8179 2006-04-11 [colin]      2.1.0cvs28
8180
8181         * src/gtk/about.c
8182                 Add locale and charset in the label
8183
8184 2006-04-10 [colin]      2.1.0cvs27
8185
8186         * src/compose.c
8187         * src/prefs_common.c
8188         * src/prefs_common.h
8189         * src/prefs_msg_colors.c
8190         * src/textview.c
8191                 Allow optional background color in quotes
8192                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8193                 GTK+-2.8.x feature
8194
8195 2006-04-10 [colin]      2.1.0cvs26
8196
8197         * src/main.c
8198         * src/mainwindow.c
8199         * src/mainwindow.h
8200                 Implement --select
8201
8202 2006-04-10 [colin]      2.1.0cvs25
8203
8204         * manual/plugins.xml
8205         * manual/fr/plugins.xml
8206                 Document libcurl's proxy variables
8207
8208 2006-04-09 [colin]      2.1.0cvs24
8209
8210         * src/prefs_common.c
8211                 gettext() returns statically allocated stuff. We have
8212                 to strdup it in order to be able to free it.
8213
8214 2006-04-09 [colin]      2.1.0cvs23
8215
8216         * AUTHORS
8217         * src/gtk/authors.h
8218                 Add Alexei
8219
8220 2006-04-09 [colin]      2.1.0cvs22
8221
8222         * src/mainwindow.c
8223         * src/gtk/quicksearch.c
8224                 Fix bug #859 (problems with cyrilic input in 
8225                 search panel) - Patch by Alexey Illarionov 
8226                 <littlesavage@rambler.ru>
8227
8228 2006-04-09 [colin]      2.1.0cvs21
8229
8230         * src/prefs_customheader.c
8231                 I prefer removing then freeing rather than the contrary
8232                 (even if it doesn't change anything ;-)
8233         * src/prefs_account.c
8234                 Fix bug #933 (Crash re-entering the custom headers list 
8235                 dialog in accounts prefs)
8236                 The problem happened when cancelling the Account 
8237                 Preferences' dialogs - in which case we didn't do 
8238                 anything to the PrefsAccount * struct. In case of applying,
8239                 the old ac_prefs was replaced with the tmp_ac_prefs we were
8240                 working with in this dialog. The problem is that 
8241                 prefs_customheader.c, working on this tmp_ac_prefs, always
8242                 changes the ->customhdr_list pointer, even when cancelled. 
8243                 So in case of cancelling the prefs_account dialog, we still
8244                 have to update ->customhdr_list in the real account.
8245
8246 2006-04-08 [colin]      2.1.0cvs20
8247
8248         * manual/fr/glossary.xml
8249         * manual/fr/keyboard.xml
8250                 Forgot some headers :)
8251
8252 2006-04-08 [colin]      2.1.0cvs19
8253
8254         * manual/Makefile.am
8255         * manual/fr/Makefile.am
8256         * manual/fr/account.xml
8257         * manual/fr/ack.xml
8258         * manual/fr/addrbook.xml
8259         * manual/fr/advanced.xml
8260         * manual/fr/faq.xml
8261         * manual/fr/glossary.xml
8262         * manual/fr/gpl.xml
8263         * manual/fr/handling.xml
8264         * manual/fr/intro.xml
8265         * manual/fr/keyboard.xml
8266         * manual/fr/plugins.xml
8267         * manual/fr/starting.xml
8268         * manual/fr/sylpheed-claws-manual.xml
8269         * manual/fr/dist/.cvsignore
8270         * manual/fr/dist/Makefile.am
8271         * manual/fr/dist/html/.cvsignore
8272         * manual/fr/dist/html/Makefile.am
8273         * manual/fr/dist/pdf/.cvsignore
8274         * manual/fr/dist/pdf/Makefile.am
8275         * manual/fr/dist/ps/.cvsignore
8276         * manual/fr/dist/ps/Makefile.am
8277         * manual/fr/dist/txt/.cvsignore
8278         * manual/fr/dist/txt/Makefile.am
8279                 Add the french translation of the manual. Thanks to
8280                 Olivier Delhomme <olivier.delhomme@free.fr> for 
8281                 account.xml, ack.xml, addrbook.xml and advanced.xml
8282
8283 2006-04-08 [colin]      2.1.0cvs18
8284
8285         * manual/plugins.xml
8286         * manual/starting.xml
8287                 More fixes
8288
8289 2006-04-07 [colin]      2.1.0cvs17
8290
8291         * manual/faq.xml
8292         * manual/intro.xml
8293         * manual/keyboard.xml
8294                 Little fixes
8295
8296 2006-04-07 [colin]      2.1.0cvs16
8297
8298         * README
8299         * src/compose.c
8300         * src/prefs_common.c
8301         * src/prefs_common.h
8302                 Add hidden compose_no_markup pref
8303
8304 2006-04-07 [wwp]        2.1.0cvs15
8305
8306         * src/summary_search.c
8307         * .cvsignore
8308                 Bugfix: stop button was sticky when searching in an empty folder.
8309                 Applied curly brackets code style to the whole file (summary_search.c).
8310                 More files to ignore.
8311
8312 2006-04-07 [wwp]        2.1.0cvs14
8313
8314         * src/message_search.c
8315         * src/summary_search.c
8316                 changed default button when search bumps at file/folder
8317                 beginning or end, for convenience (thanks to Colin).
8318
8319 2006-04-07 [paul]       2.1.0cvs13
8320
8321         * src/plugins/dillo_viewer/dillo_prefs.c
8322                 avoid future potential for namespace collision
8323                 Patch by Colin
8324
8325 2006-04-06 [wwp]        2.1.0cvs12
8326
8327         * src/summary_search.c
8328                 Unify extended/advanced searches names (and thus factorize labels),
8329                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8330
8331 2006-04-06 [wwp]        2.1.0cvs11
8332
8333         * src/folderview.c
8334         * src/prefs_themes.c
8335         * src/summaryview.c
8336                 Fixed some compilation warnings.
8337
8338 2006-04-06 [colin]      2.1.0cvs10
8339
8340         * manual/advanced.xml
8341                 Document the wizard template and how to deploy
8342                 Sylpheed-Claws effectively
8343
8344 2006-04-06 [colin]      2.1.0cvs9
8345
8346         * src/folderview.c
8347                 gettext patch to tell translators about _("#"),
8348                 by Maxim Britov
8349
8350 2006-04-06 [colin]      2.1.0cvs8
8351
8352         * src/textview.c
8353                 Fix invalid GtkTextBIter after clicking "Display as text"
8354
8355 2006-04-06 [mones]      2.1.0cvs7
8356
8357         * src/addr_compl.c
8358         * src/addrindex.c
8359         * src/addritem.c
8360         * src/codeconv.c
8361         * src/compose.c
8362         * src/filtering.c
8363         * src/folder.c
8364         * src/folder_item_prefs.c
8365         * src/folderview.c
8366         * src/localfolder.c
8367         * src/matcher.c
8368         * src/mimeview.c
8369         * src/prefs_msg_colors.c
8370         * src/prefs_spelling.c
8371         * src/prefs_themes.c
8372         * src/procmime.c
8373         * src/procmsg.c
8374         * src/stock_pixmap.c
8375         * src/summaryview.c
8376         * src/textview.c
8377         * src/toolbar.c
8378         * src/common/mgutils.c
8379         * src/common/prefs.c
8380         * src/common/ssl_certificate.c
8381         * src/gtk/colorlabel.c
8382         * src/gtk/quicksearch.c
8383         * src/plugins/pgpmime/pgpmime.c
8384         * src/plugins/spamassassin/spamassassin.c
8385                 Removed redundant NULL checks for g_free() calls.
8386                 Patch by Pawel Pekala.
8387
8388 2006-04-06 [mones]      2.1.0cvs6
8389
8390         * src/prefs_actions.c
8391         * src/prefs_filtering.c
8392         * src/prefs_filtering_action.c
8393         * src/prefs_matcher.c
8394         * src/prefs_template.c
8395         * src/gtk/gtkutils.c
8396         * src/gtk/gtkutils.h
8397                 Have a nice replace button. Patch by Pawel Pekala
8398
8399 2006-04-06 [colin]      2.1.0cvs5
8400
8401         * src/addressbook.c
8402                 Fix crash with empty columns
8403
8404 2006-04-05 [colin]      2.1.0cvs4
8405
8406         * src/wizard.c
8407         * src/prefs_gtk.c
8408                 Allow wizard customization with pre-filled values
8409
8410 2006-04-05 [colin]      2.1.0cvs3
8411
8412         * src/textview.c
8413         * src/mimeview.c
8414         * src/mimeview.h
8415                 Nicer messages in mimeview
8416
8417 2006-04-05 [colin]      2.1.0cvs2
8418
8419         * src/addressbook.c
8420         * src/prefs_summaries.c
8421                 i18n fix
8422
8423 2006-04-05 [colin]      2.1.0cvs1
8424
8425         * src/plugins/pgpcore/plugin.c
8426         * src/plugins/pgpcore/select-keys.c
8427         * src/plugins/pgpcore/select-keys.h
8428         * src/plugins/pgpcore/sgpgme.c
8429         * src/plugins/pgpcore/sgpgme.h
8430         * src/plugins/pgpinline/pgpinline.c
8431         * src/plugins/pgpinline/plugin.c
8432         * src/plugins/pgpmime/pgpmime.c
8433         * src/plugins/pgpmime/plugin.c
8434                 Factorize and generalize a bit 
8435                 Drop S/MIME signature verification from PGP/MIME
8436                 (adding it as another, more complete plugin)
8437
8438 2006-04-05 [paul]       2.1.0
8439
8440         2.1.0 released
8441
8442 2006-04-05 [paul]       2.0.0cvs186
8443
8444         * manual/advanced.xml
8445                 add info on colour labels
8446
8447 2006-04-05 [paul]       2.0.0cvs185
8448
8449         * po/bg.po
8450         * po/cs.po
8451         * po/de.po
8452         * po/el.po
8453         * po/en_GB.po
8454         * po/fi.po
8455         * po/fr.po
8456         * po/it.po
8457         * po/nl.po
8458         * po/pl.po
8459         * po/pt_BR.po
8460         * po/sr.po
8461         * po/zh_CN.po
8462                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
8463                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
8464                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
8465                 Guimaraes, Aleksandar Urosevic, Ralgh Young
8466         * src/gtk/authors.h
8467         * tools/claws.i18n.status.pl
8468                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
8469                 and new Czech translator, Tim <timbrain@post.cz>
8470
8471 2006-04-05 [mones]      2.0.0cvs184
8472
8473         * po/es.po
8474                 Updated translation
8475
8476 2006-04-05 [colin]      2.0.0cvs183
8477
8478         * src/gtk/quicksearch.c
8479                 Fix bug #929 (unnecessary reload in quick search bar)
8480
8481 2006-04-05 [colin]      2.0.0cvs182
8482
8483         * src/compose.c
8484                 Fix crash on Reply with no From:
8485                 Show signature and conversion error on queuing 
8486                 (but not sending)
8487         * src/mainwindow.c
8488         * src/summaryview.c
8489         * src/summaryview.h
8490                 Factorize threading code and make sure msginfo 
8491                 is not null when it comes from a GtkCTreeRow's 
8492                 data
8493         * src/gtk/gtkaspell.c
8494                 Check for necessary things
8495         * src/gtk/gtksctree.c
8496         * src/gtk/gtksctree.h
8497                 Reset anchor if necessary when removing node
8498
8499 2006-03-29 [colin]      2.0.0cvs181
8500
8501         * src/folderview.c
8502                 Warn for disabled IMAP accounts (due to lack of
8503                 libetpan). Breaks string-freeze - sorry - but it
8504                 is kind of important ;)
8505
8506 2006-03-28 [colin]      2.0.0cvs180
8507
8508         * src/gtk/gtkutils.c
8509         * src/gtk/gtkutils.h
8510                 Add a gtkut_get_link_btn() function that
8511                 creates a button which acts like an URI
8512         * src/prefs_themes.c
8513         * src/gtk/about.c
8514                 Use this function (factorizes codes)
8515         * src/common/defs.h
8516         * src/gtk/pluginwindow.c
8517                 Add a "Get more..." in the plugins window
8518
8519 2006-03-28 [colin]      2.0.0cvs179
8520
8521         * src/common/smtp.c
8522         * src/common/passcrypt.c
8523         * src/undo.c
8524                 Warning fixes. Patch by Pawel Pekala
8525
8526 2006-03-27 [colin]      2.0.0cvs178
8527
8528         * src/undo.c
8529                 Fix undoing by blocks with spaces
8530
8531 2006-03-27 [colin]      2.0.0cvs177
8532
8533         * src/textview.c
8534                 Set margin to 3px for headers
8535
8536 2006-03-27 [paul]
8537
8538         2.1.0-rc2 released
8539
8540 2006-03-27 [wwp]        2.0.0cvs176
8541
8542         * src/summaryview.c
8543                 don't reset quicksearch when updating the message list.
8544                 Thanks to Colin.
8545
8546 2006-03-26 [wwp]        2.0.0cvs175
8547
8548         * src/compose.c
8549                 use a unified border width ('other' tab in the compose window,
8550                 patch by Pawel Pekala).
8551
8552
8553 2006-03-26 [wwp]        2.0.0cvs174
8554
8555         * src/common/quoted-printable.c
8556         * src/addressbook.c
8557                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
8558
8559 2006-03-26 [colin]      2.0.0cvs173
8560
8561         * src/quote_fmt_parse.y
8562                 Fix non-UTF8 date formats messing up the whole quote a 
8563                 little bit
8564
8565 2006-03-26 [colin]      2.0.0cvs172
8566
8567         * src/procheader.c
8568                 Make sure the date is UTF8 valid, or try to make it
8569                 so. IncrediMail is really IncrediStupid.
8570         * src/compose.c
8571                 Fix possible conversions. 
8572                 
8573
8574 2006-03-26 [colin]      2.0.0cvs171
8575
8576         * src/matcher.c
8577                 Fix corner cases in body search. This is still a
8578                 hack... It seems impossible to make it good and 
8579                 reasonably fast at the same time.
8580
8581 2006-03-26 [colin]      2.0.0cvs170
8582
8583         * src/summaryview.c
8584                 I think I killed the twilight zone bug!
8585                 summary_select_node() flushes GTK events in order
8586                 to be able to center the view. But this also 
8587                 flushes keypresses like Ctrl-Alt-U, so this can
8588                 call summary_show from summary_select_node (itself
8589                 called from summary_show, etc.). And the summaryview
8590                 has to be unlocked in this function. So just locking
8591                 while processing GTK events, and bailing if locked, 
8592                 should fix it.
8593                 Fixes bug #927 (SIGSEGV during Update Summary)
8594
8595 2006-03-25 [colin]      2.0.0cvs169
8596
8597         * src/matcher.c
8598                 Fix search in QP-encoded bodies
8599                 Fix utf-8 searches in bodies encoded in the
8600                 locale's encoding
8601         * src/common/quoted-printable.c
8602         * src/common/quoted-printable.h
8603                 Add a decode function that doesn't overwrite
8604                 the original pointer
8605                 
8606
8607 2006-03-24 [colin]      2.0.0cvs168
8608
8609         * src/action.c
8610         * src/summaryview.c
8611         * src/summaryview.h
8612                 Update message cache after action
8613                 Patch by H. Merijn Brand
8614         * src/prefs_msg_colors.c
8615                 Factorize label 
8616                 Patch by Fabien Vantard
8617         * src/plugins/spamassassin/spamassassin_gtk.c
8618                 Remove useless translation
8619                 Patch by Fabien Vantard
8620
8621 2006-03-23 [colin]      2.0.0cvs167
8622
8623         * src/common/ssl.c
8624                 Let 30 seconds to SSL_connect
8625
8626 2006-03-23 [wwp]        2.0.0cvs166
8627
8628         * src/summaryview.c
8629         * src/gtk/description_window.c
8630                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
8631                 and headers are translated; adjust description windows' width to fit their
8632                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
8633
8634 2006-03-23 [paul]       2.0.0cvs165
8635
8636         * src/common/utils.c
8637                 fix highlighting of URIs containing "()"
8638                 (2.0.0cvs164's reversal fixed)
8639                 Thanks to Colin.
8640
8641 2006-03-23 [paul]       2.0.0cvs164
8642
8643         * src/common/utils.c
8644                 revert patch, (postponing a fix), at 2.0.0cvs120
8645                 as it breaks more URIs than it fixes.
8646                 Allow '-' to be a terminating character in a URI
8647
8648 2006-03-22 [colin]      2.0.0cvs163
8649
8650         * configure.ac
8651                 Require libetpan 0.45
8652                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
8653
8654 2006-03-22 [paul]       2.0.0cvs162
8655
8656         * src/editgroup.c
8657                 replace '<-' and '->' buttons with GTK_STOCK graphical
8658                 buttons
8659         * src/summary_search.c
8660                 don't offer '...' for translation
8661                 add a tooltip to advanced search '...' button
8662         * src/gtk/quicksearch.c
8663                 don't offer '...' for translation
8664
8665 2006-03-21 [colin]      2.0.0cvs161
8666
8667         * src/compose.c
8668                 Fix middle-click pasting (insert at click
8669                 position instead of cursor position, don't
8670                 remove existing selection and allow pasting
8671                 our own selection)
8672         * src/addressbook.c
8673                 "LDAP Server" -> "LDAP servers"
8674
8675 2006-03-21 [wwp]        2.0.0cvs160
8676
8677         * src/etpan/imap-thread.c
8678                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
8679
8680 2006-03-20 [colin]      2.0.0cvs159
8681
8682         * src/summaryview.c
8683                 Don't reload summaryview after an execute with no
8684                 move action
8685
8686 2006-03-19 [colin]      2.0.0cvs158
8687
8688         * src/addressbook.c
8689                 and put groups at the top, always
8690
8691 2006-03-19 [colin]      2.0.0cvs157
8692
8693         * src/addressbook.c
8694                 Order groups before names, as previously
8695
8696 2006-03-19 [colin]      2.0.0cvs156
8697
8698         * src/addressbook.c
8699                 - Sort case-unsensitive
8700                 - Put the sort arrow at opening too
8701
8702 2006-03-19 [wwp]        2.0.0cvs155
8703
8704         * src/addressbook.c
8705                 allow sorting by name/email/remarks, ensure that right-pane's contents
8706                 matches the left-pane selection (cleared when appropriate).
8707                 Patch by Pawel Pekala <c0rn@o2.pl>.
8708
8709 2006-03-18 [colin]      2.0.0cvs154
8710
8711         * src/textview.c
8712                 Fix text cursor ;)
8713
8714 2006-03-18 [colin]      2.0.0cvs153
8715
8716         * src/gtk/filesel.c
8717                 Make sure we hide the preview if we didn't get
8718                 a filename
8719
8720 2006-03-18 [colin]      2.0.0cvs152
8721
8722         * src/summaryview.c
8723                 Set cursor to watch for execution (fixes lack
8724                 of watch-cursor when dnd'ing hundreds of mails)
8725         * src/gtk/filesel.c
8726                 Check that mime type is 'image/*' before updating
8727                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
8728
8729 2006-03-18 [colin]      2.0.0cvs151
8730
8731         * src/mainwindow.c
8732         * src/textview.c
8733         * src/textview.h
8734                 Put a watch cursor in textview too when the mainwindow's
8735                 cursor in a watch
8736
8737 2006-03-18 [colin]      2.0.0cvs150
8738
8739         * src/folder.c
8740                 Change wrong asserts to simple tests
8741
8742 2006-03-17 [colin]      2.0.0cvs149
8743
8744         * src/mainwindow.c
8745         * src/mainwindow.h
8746         * src/prefs_msg_colors.c
8747         * src/summaryview.c
8748         * src/summaryview.h
8749         * src/gtk/colorlabel.c
8750         * src/gtk/colorlabel.h
8751                 Add a color label menu in the main menubar
8752                 Add (fixed) accels Ctrl-{0-7} to change the color
8753                 They have to be fixed because the menu's dynamic,
8754                 the items are complex widgets, hence we can't use
8755                 a GtkItemFactory.
8756
8757
8758 2006-03-17 [wwp]        2.0.0cvs148
8759
8760         * src/compose.c
8761                 rollback few lines from my previous commit (those lines come from
8762                 a pending patch, accidentally commited, even if neutral as they are
8763                 commented out).
8764
8765 2006-03-17 [wwp]        2.0.0cvs147
8766
8767         * src/compose.c
8768                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
8769                 applied code style/indentation to the modified function.
8770
8771 2006-03-17 [wwp]        2.0.0cvs146
8772
8773         * src/procmsg.c
8774         * src/compose.c
8775                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
8776
8777 2006-03-17 [paul]
8778
8779         2.1.0-rc1 released
8780
8781 2006-03-17 [paul]       2.0.0cvs145
8782
8783         * src/main.c
8784                 addressbook_read_file() was called twice
8785         * src/textview.c
8786                 X-Mailer highlighting
8787
8788 2006-03-16 [colin]      2.0.0cvs144
8789
8790         * src/sourcewindow.c
8791         * src/sourcewindow.h
8792                 And the last one, in source window.
8793
8794 2006-03-16 [colin]      2.0.0cvs143
8795
8796         * src/compose.c
8797         * src/compose.h
8798                 Fix the same stuff in compose
8799
8800 2006-03-16 [colin]      2.0.0cvs142
8801
8802         * src/messageview.c
8803                 Complete the previous messageview crash fix
8804
8805 2006-03-16 [colin]      2.0.0cvs141
8806
8807         * src/procmsg.h
8808         * src/procmsg.c
8809         * src/folder.c
8810                 Fix POSTPROCESSING hook
8811                 Patch by H. Merijn Brand
8812
8813         * src/procmime.c
8814         * src/procmime.h
8815                 Parse Content-Location
8816
8817         * src/toolbar.c
8818         * src/messageview.c
8819         * src/messageview.h
8820                 Don't crash when a top-level MessageView has
8821                 been closed on us. Same problematic than
8822                 yesterday's quicksearch issue.
8823
8824 2006-03-15 [colin]      2.0.0cvs140
8825
8826         * src/gtk/quicksearch.c
8827                 Fix a bitchy race we didn't think about when we
8828                 added quicksearch cancellation:
8829                 If the search is not on cached fields, for example
8830                 body_part matchcase "stuff"
8831                 the matcher code has to get the whole message. If
8832                 we're on IMAP, that can be slow, and in order to
8833                 be non-blocking, the IMAP code idle loop processes
8834                 gtk events too. So it is possible to cancel a
8835                 quicksearch while the matcher is getting the mail's
8836                 body. After matcher got its body, it will start to
8837                 iterate over the matcher list that the Quicksearch's
8838                 clear_search_cb() just freed via prepare_matcher().
8839                 SIGSEGV ensues.
8840                 The fix consists of guarding the matcherlist_match()
8841                 call with a boolean 'matching'. If we reset the
8842                 quicksearch while matching is TRUE, we don't free
8843                 the matcherlist anymore like we did, but we set
8844                 another new flag, deferred_free, to TRUE. Then,
8845                 in quicksearch_match(), just after returning from
8846                 matcherlist_match() and unsetting the matching flag,
8847                 we check the deferred_free flag and do the
8848                 prepare_matcher() (which does the matcherlist_free)
8849                 for real, so we free the matcherlist once it's not
8850                 used anymore.
8851                 As all of this runs via the glib main loop, we
8852                 luckily don't need a mutex.
8853         * src/summaryview.c
8854                 Also, show progress while searching.
8855
8856
8857 2006-03-14 [colin]      2.0.0cvs139
8858
8859         * src/alertpanel.c
8860                 Make alertpanel_is_open non-static
8861
8862 2006-03-14 [colin]      2.0.0cvs138
8863
8864         * src/prefs_spelling.c
8865                 Cleanups - Fabien Vantard
8866
8867 2006-03-14 [wwp]        2.0.0cvs137
8868
8869         * src/main.c
8870                 code style normalization (curly braces, indentation).
8871
8872 2006-03-14 [wwp]        2.0.0cvs137
8873
8874         * src/main.c
8875                 code style (braces, indentation)
8876
8877 2006-03-12 [paul]       2.0.0cvs136
8878
8879         * src/prefs_common.c
8880                 trans_hdr defaults to FALSE to be RFC-savvy
8881         * src/prefs_summaries.c
8882                 add a tooltip to the trans_hdr option
8883                 
8884
8885 2006-03-12 [paul]       2.0.0cvs135
8886
8887         * src/prefs_matcher.c
8888                 give a little more width to the combos
8889         * src/prefs_display_header.c
8890         * src/textview.c
8891                 translate headers if prefs_common.trans_hdr
8892                 is TRUE
8893
8894         Patches by Pawel Pekala
8895
8896 2006-03-12 [paul]       2.0.0cvs134
8897
8898         * src/plugins/clamav/clamav_plugin.c
8899         * src/plugins/dillo_viewer/dillo_viewer.c
8900         * src/plugins/pgpcore/plugin.c
8901         * src/plugins/pgpinline/plugin.c
8902         * src/plugins/pgpmime/plugin.c
8903         * src/plugins/spamassassin/spamassassin.c
8904                 update/add to descriptions
8905         * src/plugins/spamassassin/spamassassin_gtk.c
8906                 fixes to the english, remove superfluous
8907                 tooltips, clean up a little
8908
8909 2006-03-12 [paul]       2.0.0cvs133
8910
8911         * src/compose.c
8912                 fix Bug 924, 'Account combo box shows up wrong 
8913                 if & is in account name'
8914
8915 2006-03-11 [colin]      2.0.0cvs132
8916
8917         * src/summaryview.c
8918                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
8919                 messed up shift-selection because is slows down
8920                 moving around summaryview. thanks -users
8921
8922 2006-03-10 [colin]      2.0.0cvs131
8923
8924         * src/plugins/spamassassin/spamassassin_gtk.c
8925                 Put back Paul's engrish fixes
8926
8927 2006-03-10 [colin]      2.0.0cvs130
8928
8929         * src/plugins/spamassassin/spamassassin.c
8930         * src/plugins/spamassassin/spamassassin.h
8931         * src/plugins/spamassassin/spamassassin_gtk.c
8932                 Cleanup SA prefs page (more)
8933                 Patch by Fabien Vantard
8934
8935 2006-03-10 [paul]       2.0.0cvs129
8936
8937         * src/prefs_msg_colors.c
8938         * src/prefs_spelling.c
8939                 widget sensitivity
8940
8941 2006-03-09 [mones]      2.0.0cvs128
8942
8943         * po/es.po
8944                 Update for next RC
8945
8946 2006-03-09 [wwp]        2.0.0cvs127
8947
8948         * configure.ac
8949                 revert accidental commit (requirement for libetpan 0.43), this time
8950                 not in HEAD.
8951
8952 2006-03-09 [wwp]        2.0.0cvs125
8953
8954         * configure.ac
8955                 revert accidental commit (requirement for libetpan 0.43)
8956
8957 2006-03-09 [paul]       2.0.0cvs126
8958
8959         * src/prefs_receive.c
8960                 remove useless frame
8961                 replace 'incorporation' with 'receiving'
8962         * src/plugins/clamav/clamav_plugin_gtk.c
8963         * src/plugins/spamassassin/spamassassin_gtk.c
8964                 improve widget sensitivity
8965                 fix a bit his engrish
8966
8967 2006-03-09 [wwp]        2.0.0cvs125
8968
8969         * src/addressadd.c
8970         * src/foldersel.c
8971         * src/prefs_common.c
8972         * src/prefs_common.h
8973                 remember some more windows' sizes (add to addressbook and
8974                 select folder).
8975
8976 2006-03-09 [paul]       2.0.0cvs124
8977
8978         * src/plugins/pgpcore/prefs_gpg.c
8979                 normalise construction of dialogue
8980
8981 2006-03-09 [paul]       2.0.0cvs123
8982
8983         * src/plugins/trayicon/Makefile.am
8984                 add missing slash
8985
8986 2006-03-08 [colin]      2.0.0cvs122
8987
8988         * src/plugins/trayicon/Makefile.am
8989                 Fix build in separate dir 
8990                 Patch by Bamanzi <bamanzi@gmail.com>
8991
8992 2006-03-08 [colin]      2.0.0cvs121
8993
8994         * src/procmsg.c
8995                 Batch move and copies from summaryview with delayed execution
8996                 too
8997
8998 2006-03-07 [paul]       2.0.0cvs120
8999
9000         * src/common/utils.c
9001                 fix highlighting of URIs containing "()"
9002                 Patch by Pawel Pekala
9003
9004 2006-03-07 [paul]       2.0.0cvs119
9005
9006         * src/folder.c
9007         * src/folder.h
9008         * src/folderview.c
9009                 immediately do alphabetical resort when
9010                 changing a folder's name
9011                 Patch by Pawel Pekala
9012
9013 2006-03-07 [paul]       2.0.0cvs118
9014
9015         * src/news.c
9016         * src/news_gtk.c
9017                 when unsubscribing a newsgroup, remove the
9018                 folder and msgs in .sylpheed-claws/newscache
9019                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9020
9021 2006-03-07 [paul]       2.0.0cvs117
9022
9023         * src/textview.c
9024                 fix wrong Fake URL Warning
9025                 Thanks to Hiro
9026
9027 2006-03-07 [colin]      2.0.0cvs116
9028
9029         * src/imap.c
9030                 Return immediately when password dialog was
9031                 cancelled
9032         * src/gtk/inputdialog.c
9033                 Allow empty strings for passwords
9034
9035
9036 2006-03-06 [colin]      2.0.0cvs115
9037
9038         * src/imap.c
9039                 Prevent double-timeouts when connection fails
9040
9041 2006-03-06 [colin]
9042
9043         2.0.1-rc1 released
9044
9045 2006-03-06 [colin]      2.0.0cvs114
9046
9047         * src/imap.c
9048                 Refresh session during potentially long
9049                 operations
9050
9051 2006-03-06 [wwp]        2.0.0cvs113
9052
9053         * src/prefs_msg_colors.h
9054                 forgot that one (custom color labels).
9055
9056 2006-03-06 [wwp]        2.0.0cvs112
9057
9058         * src/prefs_common.c
9059         * src/prefs_common.h
9060         * src/prefs_msg_colors.c
9061         * src/summaryview.c
9062         * src/summaryview.h
9063         * src/gtk/colorlabel.c
9064         * src/gtk/colorlabel.h
9065                 colors in messages list are now customizable. Color values and names can
9066                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9067                 Thanks to Paul and Colin for their help with this longstanding patch!
9068
9069 2006-03-06 [wwp]        2.0.0cvs111
9070
9071         * src/textview.c
9072                 don't crash if (x)face is bad.
9073
9074 2006-03-05 [paul]       2.0.0cvs110
9075
9076         * AUTHORS
9077         * configure.ac
9078         * src/Makefile.am
9079         * src/common/Makefile.am
9080         * src/common/utils.h
9081         * src/etpan/imap-thread.c
9082         * src/gtk/authors.h
9083         * src/plugins/clamav/Makefile.am
9084         * src/plugins/demo/Makefile.am
9085         * src/plugins/dillo_viewer/Makefile.am
9086         * src/plugins/pgpcore/Makefile.am
9087         * src/plugins/pgpcore/passphrase.c
9088         * src/plugins/pgpinline/Makefile.am
9089         * src/plugins/pgpmime/Makefile.am
9090         * src/plugins/spamassassin/Makefile.am
9091         * src/plugins/trayicon/Makefile.am
9092                 fix builiding on cygwin
9093                 Patch by Ralgh Young <bamanzi@gmail.com>
9094
9095 2006-03-04 [wwp]        2.0.0cvs109
9096
9097         * manual/keyboard.xml
9098                 fix mixed up/down keys.
9099
9100 2006-03-04 [wwp]        2.0.0cvs108
9101
9102         * README
9103         * INSTALL
9104                 updated links to SpamAssassin.
9105
9106 2006-03-04 [wwp]        2.0.0cvs107
9107
9108         * manual/plugins.xml
9109         * src/plugins/spamassassin/README
9110                 updated SpamAssassin plugin docs to reflect new functional additions
9111                 (also fix/update/documents few technical stuff more, see the README).
9112
9113 2006-03-04 [wwp]        2.0.0cvs106
9114
9115         * src/prefs_message.c
9116                 normalized capitalization of message-prefs paths.
9117
9118 2006-03-04 [wwp]        2.0.0cvs105
9119
9120         * manual/advanced.xml
9121                 typo.
9122
9123 2006-03-03 [colin]      2.0.0cvs104
9124
9125         * src/plugins/clamav/clamav_plugin_gtk.c
9126                 Rework prefs page, patch by Fabien 
9127
9128 2006-03-03 [colin]      2.0.0cvs103
9129
9130         * src/plugins/clamav/clamav_plugin.c
9131                 Set error on all errors
9132
9133 2006-03-03 [colin]      2.0.0cvs102
9134
9135         * src/common/plugin.c
9136                 Initialize error to avoid crashing when a plugin fails
9137                 without setting error
9138
9139 2006-03-02 [wwp]        2.0.0cvs101
9140
9141         * configure.ac
9142                 fixed linker flags for libetpan support on Cygwin
9143                 (thanks to H.Merijn Brand).
9144
9145 2006-03-02 [wwp]        2.0.0cvs100
9146
9147         * src/addressbook.c
9148                 fix some AB error messages: one for punctuation and
9149                 one wrongly duplicate (thanks, maxbritov).
9150
9151 2006-03-02 [wwp]        2.0.0cvs99
9152
9153         * src/plugins/spamassassin/spamassassin.c
9154                 make sync calls to sa-learn/spamc to prevent
9155                 system (whatever local or client/server) overload.
9156
9157 2006-03-02 [colin]      2.0.0cvs98
9158
9159         * src/summaryview.c
9160                 Put the spam icon in the status column instead of the
9161                 mark one
9162
9163 2006-03-01 [colin]      2.0.0cvs97
9164
9165         * src/plugins/spamassassin/spamassassin.c
9166                 Fix segfault (g_file_set_contents fails for some 
9167                 reason and err==0x2f. Can't find out why with
9168                 valgrind, using working function :-)
9169
9170 2006-03-01 [colin]      2.0.0cvs96
9171
9172         * src/inc.c
9173                 Offline overriding: let 'No' be cached only 3 seconds
9174
9175 2006-03-01 [colin]      2.0.0cvs95
9176
9177         * src/addr_compl.c
9178         * src/addrbook.c
9179         * src/addressbook.c
9180         * src/addrindex.c
9181         * src/folder_item_prefs.c
9182         * src/headerview.c
9183         * src/imap.c
9184         * src/inc.c
9185         * src/ldif.c
9186         * src/mainwindow.c
9187         * src/mh.c
9188         * src/msgcache.c
9189         * src/prefs_common.h
9190         * src/prefs_msg_colors.c
9191         * src/procheader.c
9192         * src/procheader.h
9193         * src/procmime.c
9194         * src/procmsg.c
9195         * src/procmsg.h
9196         * src/send_message.h
9197         * src/simple-gettext.c
9198         * src/summaryview.c
9199         * src/summaryview.h
9200         * src/syldap.c
9201         * src/textview.c
9202         * src/undo.c
9203         * src/common/ssl_certificate.c
9204         * src/common/utils.c
9205         * src/gtk/colorsel.c
9206         * src/gtk/gtksctree.c
9207         * src/gtk/gtkshruler.c
9208         * src/plugins/trayicon/trayicon.c
9209                 #if 0 goes to /dev/null
9210
9211 2006-03-01 [colin]      2.0.0cvs94
9212
9213         * src/compose.c
9214         * src/imap.c
9215         * src/inc.c
9216         * src/inc.h
9217         * src/messageview.c
9218         * src/news.c
9219         * src/plugins/spamassassin/spamassassin.c
9220                 Allow to add information in the "working offline"
9221                 window
9222
9223 2006-03-01 [wwp]        2.0.0cvs93
9224
9225         * src/plugins/spamassassin/spamassassin.c
9226                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9227                 'cause it seems that calling `spamc ... < inputfile` with
9228                 g_spawn_(a)sync simply.. erm doesn't work :-).
9229
9230 2006-03-01 [wwp]        2.0.0cvs92
9231
9232         * src/toolbar.c
9233         * src/toolbar.h
9234                 simplify the adding of spam/ham button to the messageview toolbar
9235                 (it gets more clear now that the same button will be "Mark as spam"
9236                 or "Mark as ham" according to the current message status,
9237                 thanks to Colin).
9238
9239 2006-03-01 [wwp]        2.0.0cvs91
9240
9241         * src/messageview.c
9242         * src/procmsg.c
9243         * src/procmsg.h
9244         * src/summaryview.c
9245         * src/plugins/spamassassin/spamassassin.c
9246         * src/plugins/spamassassin/spamassassin.h
9247                 make learner callbacks return a status (0 for ok),
9248                 handle it in main code to avoid setting flags when learning failed,
9249                 don't learn on TCP if offline in spamassassin,
9250                 thanks to Colin.
9251
9252                 
9253
9254 2006-03-01 [wwp]        2.0.0cvs90
9255
9256         * src/compose.c
9257                 some work around the compose window's account menu,
9258                 patch by Fabien Vantard.
9259
9260 2006-03-01 [wwp]        2.0.0cvs89
9261
9262         * src/plugins/spamassassin/spamassassin.c
9263                 fixed bad logics, was using spamc in local mode and sa-learn
9264                 in remote mode (thanks, Colin).
9265
9266 2006-03-01 [wwp]        2.0.0cvs88
9267
9268         * src/plugins/spamassassin/spamassassin.c
9269         * src/plugins/spamassassin/spamassassin.h
9270         * src/plugins/spamassassin/spamassassin_gtk.c
9271                 made processing of emails w/ sa-plugin an option (default is TRUE),
9272                 fixed Engrish some tooltips, capitalization of some debug messages
9273                 and warnings. The spamassassin plugin now provides two separate
9274                 services: process emails upon incorporation and spamd training.
9275                 Both services (un)register independently but use some common
9276                 plugin settings (transport settings, spam storage location).
9277
9278 2006-02-28 [wwp]        2.0.0cvs87
9279
9280         * src/plugins/spamassassin/spamassassin.c
9281                 fix async flag to spamc cmdline execution (batch exec should
9282                 be asynchronous).
9283
9284 2006-02-27 [wwp]        2.0.0cvs86
9285
9286         * src/plugins/spamassassin/spamassassin.c
9287         * src/plugins/spamassassin/spamassassin.h
9288         * src/plugins/spamassassin/spamassassin_gtk.c
9289                 - added the ability to learn a remote spamassassin server (spamd),
9290                 using spamc.
9291                 - added the spamassassin option 'username', that applies to all
9292                 spamassassin operations (filtering, learning, local or remote).
9293                 The default username is the current unix user (if left blank
9294                 from gtk prefs or config file).
9295                 - commented out some unused code (notebook widget), removed unused
9296                 layout (hbox1).
9297                 - make more widgets sensitive to the transport type.
9298
9299 2006-02-27 [colin]      2.0.0cvs85
9300
9301         * src/plugins/spamassassin/spamassassin.c
9302                 Fix sa-learn call when offline
9303
9304 2006-02-27 [colin]      2.0.0cvs84
9305
9306         * configure.ac
9307         * src/Makefile.am
9308         * src/mainwindow.c
9309         * src/mainwindow.h
9310         * src/messageview.c
9311         * src/messageview.h
9312         * src/prefs_toolbar.c
9313         * src/procmsg.c
9314         * src/stock_pixmap.c
9315         * src/stock_pixmap.h
9316         * src/summaryview.c
9317         * src/toolbar.c
9318         * src/toolbar.h
9319         * src/pixmaps/ham_btn.xpm
9320         * src/pixmaps/spam.xpm
9321         * src/pixmaps/spam_btn.xpm
9322         * src/plugins/spamassassin/spamassassin.c
9323                 Add button in toolbar for spam learning
9324                 Fix a few bugs from the last related commit
9325                 Revert 1.9.6cvs23 which messed up shift-selection
9326
9327 2006-02-24 [colin]      2.0.0cvs83
9328
9329         * src/procmsg.c
9330         * src/summaryview.c
9331         * src/summaryview.h
9332         * src/plugins/spamassassin/spamassassin.c
9333         * src/plugins/spamassassin/spamassassin.h
9334         * src/plugins/spamassassin/spamassassin_gtk.c
9335                 Unregister learner when spamassassin is either
9336                 disabled or over tcp
9337
9338 2006-02-24 [colin]      2.0.0cvs82
9339
9340         * src/Makefile.am
9341         * src/mainwindow.c
9342         * src/mainwindow.h
9343         * src/procmsg.c
9344         * src/procmsg.h
9345         * src/stock_pixmap.c
9346         * src/stock_pixmap.h
9347         * src/summaryview.c
9348         * src/summaryview.h
9349         * src/gtk/icon_legend.c
9350         * src/pixmaps/spam.xpm  ** NEW FILE **
9351         * src/plugins/spamassassin/spamassassin.c
9352         * src/plugins/spamassassin/spamassassin_gtk.c
9353                 Add spam learning interface (Mark/Mark as 
9354                 (spam|ham) menus)
9355
9356 2006-02-24 [wwp]        2.0.0cvs81
9357
9358         * src/compose.c
9359         * src/compose.h
9360         * src/filtering.c
9361                 hide compose window when sending message in batch mode
9362                 (filtering: forward and redirect). Also fixed a wrong
9363                 value returned when sending failed, neutral anyway.
9364                 (Colin, me) 
9365
9366 2006-02-24 [wwp]        2.0.0cvs80
9367
9368         * src/mainwindow.c
9369                 use GTK+'s stock quit button. Patch by Fabien Vantard.
9370
9371 2006-02-24 [paul]       2.0.0cvs79
9372
9373         * src/news.c
9374         * src/news.h
9375         * src/news_gtk.c
9376                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
9377                 Thanks to Colin
9378
9379 2006-02-23 [colin]      2.0.0cvs78
9380
9381         * src/alertpanel.c
9382                 Change OK to Close in alertpanel with View log
9383                 button; add accel to View log. Patch by Fabien
9384                 Vantard
9385
9386 2006-02-23 [wwp]        2.0.0cvs77
9387
9388         * src/compose.c
9389                 silly me, there were much more tests to perform, since toolbars can
9390                 really have down to 1 element only.
9391
9392 2006-02-23 [wwp]        2.0.0cvs76
9393
9394         * commitHelper
9395                 fixed indentation from my previous commit. Fallback to VISUAL if
9396                 EDITOR is not set (and to vi, at last resort).
9397
9398 2006-02-23 [wwp]        2.0.0cvs75
9399
9400         * commitHelper
9401                 improved error detection (Colin, me).
9402
9403 2006-02-23 [wwp]        2.0.0cvs74
9404
9405         * src/prefs_toolbar.c
9406                 simplify and fix prefs/toolbars layouting. Combos' contents can
9407                 now be really displayed.
9408
9409 2006-02-23 [wwp]        2.0.0cvs73
9410         simplifies and fix prefs/toolbars layouting. Combos' contents can now
9411         be really displayed.
9412
9413 2006-02-22 [wwp]        2.0.0cvs72
9414
9415         * src/compose.c
9416                 fix a typo in my previous commit (sorry!).
9417
9418 2006-02-22 [wwp]        2.0.0cvs71
9419
9420         * src/prefs_toolbar.c
9421                 fix a crash when adding separators to toolbars,
9422                 also fix some separator item information.
9423
9424 2006-02-22 [wwp]        2.0.0cvs70
9425
9426         * src/compose.c
9427                 fix a crash when redirecting (for instance) when compose window's
9428                 toolbar contents has been customized (when some buttons have been
9429                 removed in fact).
9430
9431 2006-02-21 [wwp]        2.0.0cvs69
9432
9433         * src/summaryview.c
9434         * src/gtk/pluginwindow.c
9435         * src/plugins/pgpcore/prefs_gpg.c
9436                 fix some compilation warnings (feat. remains of removed code).
9437
9438 2006-02-21 [wwp]        2.0.0cvs68
9439
9440         * src/gtk/gtkutils.c
9441                 fix two compilation issues, thanks to Stephan Sachse.
9442
9443 2006-02-20 [colin]      2.0.0cvs67
9444
9445         * src/mainwindow.c
9446                 Don't reselect displayed mail on refocus
9447                 This fixes actions misbehaving 
9448
9449 2006-02-20 [wwp]        2.0.0cvs66
9450
9451         * src/summaryview.c
9452         * src/gtk/gtksctree.c
9453         * src/gtk/gtkshruler.c
9454                 changed more runtime typecast checks.
9455
9456 2006-02-20 [wwp]        2.0.0cvs65
9457
9458         * src/summary_search.c
9459                 find all - summaryview refresh issue fixed, thanks to Colin.
9460
9461 2006-02-20 [wwp]        2.0.0cvs64
9462
9463         * src/gtk/gtkutils.c
9464                 better runtime typecast checks.
9465
9466 2006-02-20 [wwp]        2.0.0cvs63
9467
9468         * src/summary_search.c
9469                 enhancements to the summary search:
9470                         - add the ability to stop the running search
9471                           (upon ESC-key press, new Stop button or when Clear button is pressed)
9472                         - don't search if no criteria (From/To/Subject/Body) is set
9473                         - ensure that a busy mouse pointer is always shown when searching,
9474                           show it even a bit earlier
9475
9476 2006-02-19 [colin]      2.0.0cvs62
9477
9478         * src/compose.c
9479         * src/imap.c
9480         * src/etpan/imap-thread.c
9481         * src/etpan/imap-thread.h
9482                 (Future) IMAP speed improvement on sending
9483                 Will require a libetpan update
9484         * src/summaryview.c
9485         * src/gtk/quicksearch.c
9486                 Make quicksearch clearable while running.
9487
9488 2006-02-17 [colin]      2.0.0cvs61
9489
9490         * src/imap.c
9491         * src/etpan/imap-thread.c
9492         * src/etpan/imap-thread.h
9493                 Check for IMAP certificates
9494                 ** Requires libetpan-0.42-cvs4 
9495                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
9496
9497 2006-02-17 [colin]      2.0.0cvs60
9498
9499         * src/messageview.c
9500         * src/prefs_common.c
9501         * src/prefs_common.h
9502         * src/prefs_message.c
9503                 Add pref to display HTML-only mails with plugin, 
9504                 if possible (defaulting to FALSE of course).
9505
9506 2006-02-16 [colin]      2.0.0cvs59
9507
9508         * src/main.c
9509         * src/common/plugin.c
9510         * src/common/plugin.h
9511         * src/gtk/pluginwindow.c
9512                 Keep track of requested (but unloaded) plugins
9513                 in some error cases.
9514
9515 2006-02-16 [wwp]        2.0.0cvs58
9516
9517         * src/gtk/gtkaspell.c
9518         * src/gtk/gtkaspell.h
9519         * src/prefs_spelling.c
9520         * src/compose.c
9521         * src/prefs_common.c
9522         * src/prefs_common.h
9523                 implemented new optional spellchecker behaviour: re-check message when
9524                 dictionary got changed (from compose-window/context-menu/Change dictionary).
9525
9526 2006-02-16 [wwp]        2.0.0cvs57
9527
9528         * src/quote_fmt_parse.y
9529                 pclose popen'ed pipe.
9530
9531 2006-02-15 [colin]      2.0.0cvs56
9532
9533         * src/mimeview.c
9534         * src/mimeview.h
9535                 Let MimeViewers know which MimeView they
9536                 depend of.
9537         * src/summaryview.c
9538                 Swap From/To columns in Sent/Queue/Drafts
9539                 folders
9540         * src/etpan/imap-thread.c
9541                 Use mailstream_low_tls_open() for STARTTLS
9542                 instead of mailstream_low_ssl_open()
9543                 ** REQUIRES libetpan 0.42cvs3 **
9544
9545 2006-02-15 [wwp]        2.0.0cvs55
9546
9547         * src/compose.c
9548         * src/compose.h
9549         * src/message_search.c
9550         * src/message_search.h
9551         * src/textview.c
9552         * src/gtk/gtkutils.c
9553         * src/gtk/gtkutils.h
9554                 added the ability to Find text in the compose window (and a bit
9555                 of code factorization).
9556
9557 2006-02-15 [wwp]        2.0.0cvs54
9558
9559         * src/prefs_gtk.c
9560                 yet another one file was missing (fix for some widgets' sensitivity).
9561                 Thanks Colin!
9562
9563 2006-02-15 [wwp]        2.0.0cvs53
9564
9565         * src/prefs_gtk.h
9566                 oops forgot that file (fix for some widgets' sensitivity).
9567
9568 2006-02-15 [wwp]        2.0.0cvs52
9569
9570         * src/summary_search.c
9571                 implemented advanced summary search options (added the ability
9572                 to use matcher conditions in an advanced search mode).
9573
9574 2006-02-15 [wwp]        2.0.0cvs51
9575
9576         * src/plugins/pgpcore/prefs_gpg.c
9577         * src/prefs_account.c
9578                 fix some widget sensitivity, mostly around some labels in
9579                 account prefs.
9580
9581 2006-02-15 [paul]       2.0.0cvs50
9582
9583         * manual/advanced.xml
9584                 improve Templates info
9585                 written by wwp
9586
9587 2006-02-14 [colin]      2.0.0cvs49
9588
9589         * src/pixmaps/address_book.xpm
9590         * src/pixmaps/preferences.xpm
9591         * src/pixmaps/properties.xpm
9592                 Fix pixmap size - patch by Fabien Vantard
9593
9594 2006-02-13 [colin]      2.0.0cvs48
9595
9596         * src/procmime.c
9597                 Add missing fclose()s on error
9598         * src/textview.c
9599                 Remove unused code
9600         * src/common/utils.c
9601                 Fix temp files not being deleted on windows
9602         Patches by Thomas Gilgin
9603
9604 2006-02-13 [colin]      2.0.0cvs47
9605
9606         * src/mainwindow.c
9607                 Fix exit crash
9608
9609 2006-02-13 [wwp]        2.0.0cvs46
9610
9611         * src/plugins/pgpcore/prefs_gpg.c
9612                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
9613
9614 2006-02-12 [colin]      2.0.0cvs45
9615
9616         * src/folderview.c
9617         * src/main.c
9618         * src/mainwindow.c
9619                 Fix "stuff" when quitting
9620
9621 2006-02-12 [wwp]        2.0.0cvs44
9622
9623         * src/prefs_themes.c
9624                 fix typos in debug messages.
9625
9626 2006-02-11 [colin]      2.0.0cvs43
9627
9628         * src/summaryview.c
9629                 don't allow drag/drop from ourself
9630
9631 2006-02-10 [wwp]        2.0.0cvs42
9632
9633         * src/exporthtml.c
9634         * src/html.c
9635         * src/html.h
9636         * src/procmime.c
9637         * src/textview.c
9638                 renamed html_ prefixed functions and data structures to avoid
9639                 namespace clashes w/ other software (gtkhtml2 for instance).
9640                 Closes bug #907.
9641
9642
9643 2006-02-09 [colin]      2.0.0cvs41
9644
9645         * src/summaryview.c
9646                 Fix shitty logic messed up. Thanks Ticho for the hint!
9647
9648 2006-02-09 [wwp]        2.0.0cvs40
9649
9650         * src/gtk/about.c
9651         * src/compose.c
9652         * src/prefs_account.c
9653         * src/prefs_gtk.h
9654         * src/editaddress.c
9655                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
9656                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
9657                 Browse buttons in accounts prefs.
9658
9659 2006-02-09 [colin]      2.0.0cvs39
9660
9661         * src/matcher.c
9662                 Check for pointer before using its members
9663         * src/gtk/gtksourceprintjob.c
9664                 Fix a wrong warning
9665
9666 2006-02-09 [wwp]        2.0.0cvs38
9667
9668         * src/gtk/filesel.c
9669                 fix few compiler warnings (type mismatch).
9670
9671 2006-02-09 [paul]       2.0.0cvs37
9672
9673         * po/fr.po
9674                 updated by Fabien Vantard
9675
9676 2006-02-08 [colin]      2.0.0cvs36
9677
9678         * src/prefs_common.c
9679         * src/common/defs.h
9680         * src/common/plugin.c
9681                 allow windows and linux configurations to coexist
9682                 patch by Thomas Gilgin
9683
9684 2006-02-08 [colin]      2.0.0cvs35
9685
9686         * src/filtering.c
9687         * src/matcher.c
9688         * src/matcher.h
9689         * src/matcher_parser_parse.y
9690         * src/prefs_filtering_action.c
9691         * src/prefs_matcher.c
9692                 Add the "Ignore thread" filtering
9693                 action
9694
9695 2006-02-08 [colin]      2.0.0cvs34
9696
9697         * src/compose.c
9698         * src/procmime.c
9699         * src/procmime.h
9700                 Fix bug #905 (damaged attachment)
9701                 text files with raw \0's aren't really text files
9702         FOR_STABLE
9703
9704 2006-02-08 [colin]      2.0.0cvs33
9705
9706         * src/summaryview.c
9707                 Fix crasher introduced yesterday
9708
9709 2006-02-08 [wwp]        2.0.0cvs32
9710
9711         * src/compose.c
9712         * src/compose.h
9713                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
9714
9715 2006-02-08 [wwp]        2.0.0cvs31
9716
9717         * src/prefs_template.c
9718                 templates enhancement: allow address completion for Cc and Bcc fields
9719                 (it was currently possible for the To field only)
9720
9721 2006-02-08 [colin]      2.0.0cvs30
9722
9723         * src/compose.c
9724                 Don't unblock if not blocked
9725         FOR_STABLE
9726
9727 2006-02-07 [colin]      2.0.0cvs29
9728
9729         * src/action.c
9730                 Forgot to refresh summaryview
9731
9732 2006-02-07 [colin]      2.0.0cvs28
9733
9734         * src/action.c
9735                 Freeze/thaw message list and folder list while
9736                 processing %as{} actions 
9737         * src/compose.c
9738                 Fix auto-wrap disabling after a middle-click
9739                 paste - FOR_STABLE
9740
9741 2006-02-07 [paul]       2.0.0cvs27
9742
9743         * src/folder.c
9744                 fix freeing of uninitialised pointers
9745                 Thanks to Colin
9746
9747 2006-02-06 [colin]      2.0.0cvs26
9748
9749         * src/folder.c
9750                 Use g_slist_prepend in potentially big list
9751
9752 2006-02-06 [colin]      2.0.0cvs25
9753
9754         * src/folder.c
9755                 Completely skip processing if it doesn't 
9756                 exist (faster!)
9757
9758 2006-02-06 [colin]      2.0.0cvs24
9759
9760         * src/folder.c
9761         * src/summaryview.c
9762                 Batch filtering in summaryview (from Tools menu)
9763                 and pre/post//-processing too
9764
9765 2006-02-06 [colin]      2.0.0cvs23
9766
9767         * src/procmsg.h
9768         * src/filtering.c
9769                 Use a special field for batch filtering instead
9770                 of stepping on deferred execution's toes
9771
9772 2006-02-06 [colin]      2.0.0cvs22
9773
9774         * src/action.c
9775         * src/filtering.c
9776         * src/filtering.h
9777         * src/folder.c
9778         * src/summaryview.c
9779                 Fix filtering via menus and actions
9780
9781 2006-02-06 [colin]      2.0.0cvs21
9782
9783         * src/imap.c
9784                 Put the added file directly to cache if possible (will work
9785                 with next libetpan)
9786         * src/filtering.c
9787         * src/filtering.h
9788         * src/inc.c
9789         * src/folder.c
9790         * src/mbox.c
9791         * src/procmsg.h
9792                 Move and copy filtered messages by batches instead of one
9793                 by one - faster on IMAP
9794         * src/procmsg.c
9795                 Add a function that'll possibly be useful later
9796
9797 2006-02-06 [colin]      2.0.0cvs20
9798
9799         * src/addressbook.c
9800                 Use internal mime-type instead of text/plain for d'n'd
9801         * src/compose.c
9802                 Allow attaching files from mimeview's icon list via d'n'd
9803         * src/folderview.c
9804         * src/folderview.h
9805                 Use internal mime-type instead of text/plain for d'n'd
9806                 Don't try to selected opened folder if none is
9807                 Factorize d'n'd from other apps code
9808         * src/headerview.c
9809         * src/textview.c
9810         * src/gtk/gtkutils.c
9811         * src/gtk/gtkutils.h
9812                 Factorize Face/X-Face stuff
9813         * src/mimeview.c
9814                 Fix d'n'd to other apps
9815         * src/prefs_message.c
9816                 Let the XFace pref be usable without libcompface as it also
9817                 applies to Face
9818         * src/summaryview.c
9819                 Fix d'n'd to other apps
9820                 Factorize d'n'd from other apps code
9821
9822 2006-02-06 [wwp]        2.0.0cvs19
9823
9824         * po/it.po
9825                 Italian translation fixes by Andrea Spadaccini (no more confusion
9826                 between filtering and processing, and few changes in the About
9827                 dialog).
9828
9829
9830 2006-02-06 [mones]      2.0.0cvs18
9831
9832         * src/gtk/icon_legend.c
9833                 Improved descriptions allowing better translations
9834
9835 2006-02-05 [colin]      2.0.0cvs17
9836
9837         * src/imap.c
9838                 Add the f*cking missing expunge that caused imap_fetch_env
9839                 to fail after an add_msgs ! :-///
9840         * src/etpan/imap-thread.c
9841                 Add a bit of debug
9842         FOR_STABLE
9843
9844 2006-02-05 [colin]      2.0.0cvs16
9845
9846         * src/common/utils.c
9847                 Don't check for return-path (or we can't put
9848                 back non-sent mails)
9849
9850 2006-02-05 [colin]      2.0.0cvs15
9851
9852         * src/textview.c
9853                 Don't try to display Face header in textview
9854                 when teh headerview's active
9855
9856 2006-02-05 [colin]      2.0.0cvs14
9857
9858         * tools/tbird2syl.py
9859         * tools/Makefile.am
9860                 Add script to import Thunderbird mails
9861
9862 2006-02-05 [colin]      2.0.0cvs13
9863
9864         * src/headerview.c
9865         * src/procheader.c
9866         * src/procmsg.c
9867         * src/procmsg.h
9868         * src/textview.c
9869                 Show Face headers - patch partially by Klaus Flittner
9870
9871 2006-02-05 [colin]      2.0.0cvs12
9872
9873         * src/folderview.c
9874         * src/summaryview.c
9875         * src/common/utils.c
9876         * src/common/utils.h
9877                 Let dnd work from mime icons to summaryview
9878                 and to folderview too
9879                 Add a crude test to avoid trying to add files
9880                 drag'n'dropped when they're not mails
9881
9882 2006-02-04 [colin]      2.0.0cvs11
9883
9884         * src/summaryview.c
9885         * src/mimeview.c
9886                 Fix utf8 conversion
9887
9888 2006-02-04 [colin]      2.0.0cvs10
9889
9890         * src/compose.c
9891         * src/folderview.c
9892         * src/mimeview.c
9893         * src/summaryview.c
9894         * src/summaryview.h
9895                 Added various drag and drop capas:
9896                 From                    To
9897                 summaryview             other apps
9898                 mimeview icons          other apps
9899                 other apps              summaryview
9900                 other apps              folderview
9901
9902                 This shouldn't have broken the existing:
9903                 From                    To
9904                 summaryview             folderview
9905                 folderview              folderview
9906                 summaryview             compose's attachments
9907
9908         Tests welcomed.
9909
9910 2006-02-02 [paul]       2.0.0cvs9
9911
9912         * src/mainwindow.c
9913                 move global option 'Set displayed columns...' out
9914                 of folder option grouping.
9915                 fix sensitivity of 'harvest addresses'
9916         FOR_STABLE
9917
9918 2006-02-01 [colin]      2.0.0cvs8
9919
9920         * src/mimeview.c
9921                 Revert the alertpanel patch, it sucks (intrusive
9922                 and gets in the way of "open")
9923
9924 2006-02-01 [colin]      2.0.0cvs7
9925
9926         * src/compose.c
9927         * src/prefs_account.c
9928         * src/prefs_common.c
9929         * src/common/defs.h
9930         * src/common/utils.c
9931         * src/common/utils.h
9932                 Add ability to edit the signature file
9933                 from the account preferences, and use
9934                 a default for the text editor.
9935                 Patch by Fabien Vantard
9936
9937 2006-02-01 [colin]      2.0.0cvs6
9938
9939         * src/mimeview.c
9940                 Try to get mime type by extension if it is
9941                 application/octet-stream
9942                 Display a window with possible choices when
9943                 encountering unknown mime types
9944         * src/gtk/filesel.c
9945         * src/gtk/filesel.h
9946                 Add preview
9947                 Allow multiple selection in filtered filesel
9948                 (patch by Fabien Vantard)
9949         * src/gtk/pluginwindow.c
9950                 Use it (patch by Fabien Vantard)
9951
9952 2006-02-01 [paul]       2.0.0cvs5
9953
9954         * src/jpilot.c
9955                 fix crash on creating jpilot address book
9956                 Thanks to Colin - FOR_STABLE
9957         * src/prefs_summaries.c
9958         * src/prefs_wrapping.c
9959         * src/gtk/icon_legend.c
9960         * src/gtk/quicksearch.c
9961                 string fixes and additions
9962
9963 2006-02-01 [paul]       2.0.0cvs4
9964
9965         * src/compose.c
9966         * src/mainwindow.c
9967         * src/messageview.c
9968         * src/prefs_send.c
9969                 add Arabic encoding option
9970                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
9971
9972 2006-01-31 [colin]      2.0.0cvs3
9973
9974         * src/plugins/pgpcore/passphrase.c
9975                 Convert passphrase to locale encoding
9976         * src/compose.c
9977                 Fix drafting on IMAP. Crappy bug sneaked in
9978                 the release :-/
9979         FOR_STABLE
9980
9981 2006-01-30 [paul]       2.0.0cvs2
9982
9983         * src/gtk/icon_legend.c
9984                 show the new entries
9985
9986 2006-01-30 [colin]      2.0.0cvs1
9987
9988         * src/manual.c
9989                 Check for the file to be present before 
9990                 enabling the menu - FOR_STABLE
9991         * src/gtk/icon_legend.c
9992                 Add folders icons (not all of them, there
9993                 are too much, but the most intriguing ones)
9994
9995 2006-01-30 [paul]       2.0.0
9996
9997         version 2.0.0 released
9998
9999 [For previous entries, see ChangeLog.pre2.0.0]