1725fb35f777e8a0617738707915d6f289ca929e
[claws.git] / ChangeLog
1 2007-01-17 [paul]       2.7.1cvs14
2
3         * src/procmime.c
4                 add #include <errno.h>, it's needed
5                 on some systems
6
7 2007-01-17 [paul]       2.7.1cvs13
8
9         * src/common/defs.h
10         * tools/make.themes.project
11                 rename .sylpheed_themeinfo to .claws_themeinfo
12                 and use it
13         * src/etpan/etpan-errors.h
14         * src/etpan/etpan-log.c
15         * src/etpan/etpan-log.h
16         * src/etpan/etpan-thread-manager-types.h
17         * src/etpan/etpan-thread-manager.c
18         * src/etpan/etpan-thread-manager.h
19         * src/etpan/imap-thread.c
20         * src/etpan/imap-thread.h
21                 add copyright header
22
23 2007-01-17 [colin]      2.7.1cvs12
24
25         * src/plugins/pgpcore/select-keys.c
26         * src/gtk/pluginwindow.c
27         * src/prefs_account.c
28                 Fix warnings
29
30 2007-01-16 [colin]      2.7.1cvs11
31
32         * src/imap.c
33         * src/imap.h
34         * src/imap_gtk.c
35                 Manage subscribing to subfolders when only
36                 subscribed folders are shown.
37
38 2007-01-16 [colin]      2.7.1cvs10
39
40         * src/folderview.c
41                 Fix annoying vscrollbar going back to top
42                 on Check for new folders
43
44 2007-01-16 [colin]      2.7.1cvs9
45
46         * src/imap.c
47                 Remove printf
48
49 2007-01-16 [colin]      2.7.1cvs8
50
51         * src/filtering.c
52                 Bigger buffer for errors
53         * src/imap.c
54         * src/imap.h
55         * src/imap_gtk.c
56         * src/prefs_account.c
57         * src/prefs_account.h
58         * src/wizard.c
59         * src/etpan/imap-thread.c
60         * src/etpan/imap-thread.h
61         * manual/handling.xml
62                 Add subscriptions management. What it changes:
63                 Creating a folder subscribes to it
64                 Deleting a folder unsubscribes it
65                 New contextual menu item allowing to switch between
66                 All folders and Subscribed folders, subscribe, and
67                 unsubscribe. "Creating" an existing but unsubscribed
68                 folder will subscribe it.
69                 By default for new accounts, only subscribed folders 
70                 are shown.
71
72
73 2007-01-16 [paul]       2.7.1cvs7
74
75         * src/summaryview.c
76                 Allow folder classes to specify only sort_key or
77                 sort_type instead of both or none.
78
79 2007-01-16 [paul]       2.7.1cvs6
80
81         * src/action.c
82         * src/compose.c
83         * src/mimeview.c
84         * src/procmime.c
85         * src/textview.c
86                 Save and use errno for procmime_get_part
87
88 2007-01-16 [colin]      2.7.1cvs5
89
90         * src/imap.c
91                 Never remove INBOX when scanning for
92                 new folders. It's a special folder
93                 that has to exist.
94
95 2007-01-15 [colin]      2.7.1cvs4
96
97         * src/imap.c
98                 Fix 'Check for new folders' when IMAP subdirectory
99                 is set
100         * src/etpan/imap-thread.c
101                 Fix build
102
103 2007-01-15 [colin]      2.7.1cvs3
104
105         * src/etpan/imap-thread.c
106                 Fix invalid free on command-connection
107                 error
108
109 2007-01-15 [wwp]        2.7.1cvs2
110
111         * src/matcher_parser_lex.l
112         * src/quote_fmt_lex.l
113         * src/matcher_parser_parse.y
114                 fix copyright header in lexers and parsers.
115
116 2007-01-15 [paul]       2.7.1cvs1
117
118         * NEWS
119         * README
120         * RELEASE_NOTES
121         * configure.ac
122                 bump up version number following
123                 stable release
124
125 2007-01-15 [paul]       2.7.0cvs31
126
127         * AUTHORS
128         * src/gtk/authors.h
129                 add Fabien to the Team list
130                 add the recent contributors
131                 make a few corrections
132
133 2007-01-15 [paul]       2.7.0cvs30
134
135         * src/mainwindow.c
136                 fix compiler warning
137         * src/plugins/pgpcore/prefs_gpg.c
138         * src/plugins/pgpcore/prefs_gpg.h
139                 add missing include
140                 fix copyright header
141
142 2007-01-14 [colin]      2.7.0cvs29
143
144         * src/gtk/filesel.c
145                 Use the 'gtk+' backend. Avoids gnome-vfs use,
146                 two benefits: faster to open, will fix strange
147                 dbus-related crash. Thanks to Pascal Terjan.
148
149 2007-01-14 [colin]      2.7.0cvs28
150
151         * src/etpan/imap-thread.c
152                 Delete the old imap just after allocating
153                 the new one. Makes sure we don't get the
154                 same pointer by sheer luck, which feels
155                 strange in the debug log.
156
157 2007-01-14 [colin]      2.7.0cvs27
158
159         * src/gtk/inputdialog.c
160                 Make sure we don't print passwords in
161                 clear text when in debug mode
162
163 2007-01-14 [colin]      2.7.0cvs26
164
165         * src/gtk/gtksctree.c
166                 Fix bug 1098, 'bogus last row display 
167                 after expanding a thread'. Patch by
168                 Jindrich Makovicka <makovick@gmail.com>
169
170 2007-01-14 [colin]      2.7.0cvs25
171
172         * src/etpan/imap-thread.c
173                 Close socket manually before
174                 freeing the imap struct
175
176 2007-01-14 [colin]      2.7.0cvs24
177
178         * src/etpan/imap-thread.c
179                 Maybe fix new reconnection issues
180
181 2007-01-13 [colin]      2.7.0cvs23
182
183         * src/summaryview.c
184                 Freeze/thaw on thread selection
185
186 2007-01-13 [paul]       2.7.0cvs22
187
188         * src/mainwindow.c
189         * src/summaryview.c
190         * src/summaryview.h
191                 add 'Edit/Delete thread'
192
193 2007-01-13 [colin]      2.7.0cvs21
194
195         * src/prefs_account.c
196         * src/prefs_compose_writing.c
197         * src/prefs_message.c
198         * src/prefs_msg_colors.c
199         * src/prefs_other.c
200         * src/prefs_receive.c
201         * src/prefs_spelling.c
202         * src/prefs_summaries.c
203         * src/prefs_themes.c
204         * src/gtk/gtkutils.c
205         * src/gtk/gtkutils.h
206         * src/plugins/pgpcore/prefs_gpg.c
207         * src/plugins/spamassassin/spamassassin_gtk.c
208                 Factorize gtk frame creation
209                 Patch by Pawel
210
211 2007-01-13 [colin]      2.7.0cvs20
212
213         * src/message_search.c
214         * src/summary_search.c
215                 Fix Enter in search windows
216         * src/messageview.c
217                 Fix body search starting at the
218                 end of the mail (and asking for loop)
219
220 2007-01-13 [colin]      2.7.0cvs19
221
222         * src/etpan/imap-thread.c
223                 Make sure we don't free the same imap
224                 twice
225
226 2007-01-13 [colin]      2.7.0cvs18
227
228         * commitHelper
229                 Allow multiple commitHelpers to
230                 run at once
231
232 2007-01-12 [colin]      2.7.0cvs17
233
234         * src/etpan/imap-thread.c
235                 Make sure we get rid of the previous mailimap
236                 when connecting - just in case disconnect was
237                 unclean
238
239 2007-01-12 [paul]       2.7.0cvs16
240
241         * src/compose.c
242                 Strip S/MIME signatures when re-editing
243                 S/MIME signed messages.
244
245 2007-01-12 [paul]       2.7.0cvs15
246
247         * configure.ac
248         * src/addressbook.c
249         * src/foldersel.c
250         * src/folderview.c
251         * src/main.c
252                 no need to define CLAWS anymore, remove
253                 all that stuff
254
255 2007-01-12 [paul]       2.7.0cvs14
256
257         * src/mimeview.c
258                 check if the mail's signed as
259                 it can change the mail structure
260                 Thanks to Colin
261
262 2007-01-12 [paul]       2.7.0cvs13
263
264         * src/procmime.c
265                 fix Forwarding msgs with attachments
266                 that have dos line endings
267                 Thanks to Colin
268
269 2007-01-12 [wwp]        2.7.0cvs12
270
271         * configure.ac
272                 Revert accidentally committed extra version tag.
273
274 2007-01-12 [wwp]        2.7.0cvs11
275
276         * src/prefs_account.c
277                 Fix compilation w/o aspell (completes 2.7.0cvs7).
278
279 2007-01-11 [colin]      2.7.0cvs10
280
281         * src/imap.c
282                 move g_warning to debug_print
283                 it scares people for no reason
284
285 2007-01-11 [colin]      2.7.0cvs9
286
287         * po/POTFILES.in
288                 Fix files to translate. Patch by
289                 Fabien
290
291 2007-01-11 [paul]       2.7.0cvs8
292
293         * src/imap.c
294                 Fix recursion when server lists the
295                 current subfolder in the response
296         * src/mimeview.c
297                 Fix updating of icon_list/ctree
298         * src/plugins/pgpcore/select-keys.c
299                 Fix a few annoyances when choosing
300                 keys for the CMS (S/MIME) protocol
301
302 2007-01-11 [wwp]        2.7.0cvs7
303
304         * src/compose.c
305         * src/prefs_account.c
306         * src/prefs_account.h
307                 Add per-account spellcheck default dictionaries settings.
308
309 2007-01-10 [colin]      2.7.0cvs6
310
311         * src/prefs_folder_item.c
312                 Factorize strings - patch by Fabien
313
314 2007-01-10 [colin]      2.7.0cvs5
315
316         * src/mainwindow.c
317                 Fix bug 1095, 'Crash while changing folder 
318                 columns during incorporation'
319
320 2007-01-09 [colin]      2.7.0cvs4
321
322         * src/gtk/pluginwindow.c
323                 Set the plugin window transient. Seems
324                 like some window managers hide it in
325                 the background after "load plugin"...
326
327 2007-01-09 [colin]      2.7.0cvs3
328
329         * src/gtk/filesel.c
330                 Use the same type for alloc and free
331
332 2007-01-08 [paul]       2.7.0cvs2
333
334         * po/nl.po
335                 updated by Tim Dijkstra
336
337 2007-01-08 [paul]       2.7.0cvs1
338
339         * src/prefs_themes.c
340         * src/common/utils.c
341                 Fix resource leaks
342
343 2007-01-08 [paul]       2.7.0
344
345         * NEWS
346         * README
347         * RELEASE_NOTES
348                 2.7.0 released
349
350 2007-01-08 [paul]       2.6.1cvs119
351
352         * doc/man/claws-mail.1
353                 another correction
354
355 2007-01-08 [paul]       2.6.1cvs118
356
357         * doc/man/claws-mail.1
358                 corrections
359         * manual/advanced.xml
360                 improved English usage
361
362 2007-01-08 [paul]       2.6.1cvs117
363
364         * po/ca.po
365         * po/de.po
366         * po/en_GB.po
367         * po/fi.po
368         * po/it.po
369         * po/pt_BR.po
370         * po/sk.po
371         * po/sr.po
372         * po/zh_CN.po
373                 updated by Miquel Oliete, Stephan Sachse, me,
374                 Tommi Pirinen, Andrea Spadaccini, Frederico
375                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
376                 Urosevic, and Ralgh Young
377
378 2007-01-07 [mones]      2.6.1cvs116
379
380         * manual/es/advanced.xml
381         * po/es.po
382                 Synced manual (unhide mark_as_read_delay)
383                 and updated translation for release
384
385 2007-01-07 [paul]       2.6.1cvs115
386
387         * src/prefs_matcher.c
388                 make the hbox content fit better under
389                 various languages
390
391 2007-01-07 [colin]      2.6.1cvs114
392
393         * src/messageview.c
394                 Fix bug 1088, 'Ctrl-h produces repeatable
395                 crash'
396
397 2007-01-06 [colin]      2.6.1cvs113
398
399         * src/etpan/imap-thread.c
400                 Add casts to int to get certs. Fixes
401                 bug 1064, 'crash @ etpan_certificate_check() 
402                 when opening an IMAP folder', with latest
403                 libetpan CVS or >= 0.49
404         * src/mainwindow.c
405         * src/mainwindow.h
406         * src/imap_gtk.c
407         * src/news_gtk.c
408         * src/prefs_folder_item.c
409                 Grey out the "synchronise" menu items if
410                 there's nothing to synchronise.
411         * src/plugins/pgpcore/sgpgme.c
412                 Make an error clearer than "Unknown error"
413
414 2007-01-06 [colin]      2.6.1cvs112
415
416         * src/messageview.c
417                 Don't try to show a message if updating
418                 Maybe fixes bug 1088, 'ctrl-h produces
419                 repeatable crash'.
420
421 2007-01-06 [colin]      2.6.1cvs111
422
423         * src/summaryview.c
424                 Disable Control-Space (handle it as Space).
425
426 2007-01-05 [paul]       2.6.1cvs110
427
428         * src/imap.c
429                 Fix bug 934, 'sylpheed claws 2.1 
430                 doesn't show Exchanges Public Folders'
431                 Thanks to Hoa and Colin
432         * src/msgcache.c
433                 Refuse to allocate more than 2 MB for a 
434                 single field, it's a good indication of
435                 cache corruption.
436
437 2007-01-05 [colin]      2.6.1cvs109
438
439         * src/mainwindow.c
440                 Allow --select'ing emails by Message-ID too
441
442 2007-01-05 [colin]      2.6.1cvs108
443
444         * src/common/quoted-printable.c
445                 Uh! Third fix :)
446
447 2007-01-05 [colin]      2.6.1cvs107
448
449         * src/common/quoted-printable.c
450                 Fix previous commit about bug 1089
451                 Thanks to Ralf
452
453 2007-01-05 [colin]      2.6.1cvs106
454
455         * src/common/quoted-printable.c
456                 Fix my previous commit on bug 1089
457                 - Thanks to Ralf :)
458
459 2007-01-04 [colin]      2.6.1cvs105
460
461         * src/common/quoted-printable.c
462                 Fix bug 1089, 'NUL characters in Subject 
463                 line are misinterpreted'. Not a pain to
464                 fix in fact.
465
466 2007-01-04 [colin]      
467
468         2.7.0-rc3 released
469
470 2007-01-04 [wwp]        2.6.1cvs104
471
472         * src/image_viewer.c
473                 Force operator precedence (fix a compiler warning).
474
475 2007-01-04 [colin]      2.6.1cvs103
476
477         * src/image_viewer.c
478                 Be cautious there too (same fix as the one
479                 in textview from cvs33)
480         * src/messageview.c
481                 Don't use any MimeViewer plugin when showing
482                 all headers
483
484 2007-01-03 [wwp]        2.6.1cvs102
485
486         * src/html.c
487         * src/html.h
488                 fixed "cent" sign (use the existing ASCII one),
489                 decode more HTML entities,
490                 converted table ASCII entries to UTF-8,
491                 moved a switch() into a hashtable.
492
493 2007-01-03 [paul]       2.6.1cvs101
494
495         * src/compose.c
496         * src/messageview.c
497         * src/procmsg.c
498         * src/procmsg.h
499                 When possible, use move_msg instead of
500                 copy_msg + remove_msg to move sent mail
501                 from Queue to Sent. 
502
503 2007-01-03 [paul]       2.6.1cvs100
504
505         * src/html.c
506                 add more html entity recognition:
507                 pounds, euros, and cents
508
509 2007-01-03 [colin]      2.6.1cvs99
510
511         * src/imap_gtk.c
512                 Don't display an error on NOSELECT
513                 folders when synchronising
514
515 2007-01-03 [paul]       2.6.1cvs98
516
517         * tools/maildir2claws-mail.pl
518                 only substitute 'sent-mail' if it's
519                 the full directory name
520
521 2007-01-03 [paul]       2.6.1cvs97
522
523         * ChangeLog
524         * ChangeLog.pre2.0.0
525         * Makefile.am
526                 archive a chunk of ChangeLog in
527                 ChangeLog.pre2.0.0
528         * ChangeLog.gtk1
529         * doc/src/ChangeLog.claws-pre0.8.0
530                 remove ChangeLog.claws-pre0.8.0, adding
531                 its contents to ChangeLog.gtk1
532
533 2007-01-03 [paul]       2.6.1cvs96
534
535         * src/account.c
536         * src/account.h
537         * src/action.c
538         * src/action.h
539         * src/adbookbase.h
540         * src/addr_compl.c
541         * src/addr_compl.h
542         * src/addrbook.c
543         * src/addrcache.c
544         * src/addrcache.h
545         * src/addrcindex.c
546         * src/addrcindex.h
547         * src/addrclip.c
548         * src/addrclip.h
549         * src/addrdefs.h
550         * src/addressadd.c
551         * src/addressadd.h
552         * src/addressbook.c
553         * src/addressbook.h
554         * src/addressbook_foldersel.c
555         * src/addressbook_foldersel.h
556         * src/addrgather.c
557         * src/addrgather.h
558         * src/addrharvest.c
559         * src/addrharvest.h
560         * src/addrindex.c
561         * src/addrindex.h
562         * src/addritem.c
563         * src/addritem.h
564         * src/addrquery.c
565         * src/addrquery.h
566         * src/addrselect.c
567         * src/addrselect.h
568         * src/alertpanel.c
569         * src/alertpanel.h
570         * src/browseldap.c
571         * src/browseldap.h
572         * src/codeconv.c
573         * src/codeconv.h
574         * src/compose.c
575         * src/compose.h
576         * src/customheader.c
577         * src/customheader.h
578         * src/displayheader.c
579         * src/displayheader.h
580         * src/editaddress.c
581         * src/editaddress.h
582         * src/editbook.c
583         * src/editbook.h
584         * src/editgroup.c
585         * src/editgroup.h
586         * src/editjpilot.c
587         * src/editjpilot.h
588         * src/editldap.c
589         * src/editldap.h
590         * src/editldap_basedn.c
591         * src/editldap_basedn.h
592         * src/editvcard.c
593         * src/editvcard.h
594         * src/exphtmldlg.c
595         * src/exphtmldlg.h
596         * src/expldifdlg.c
597         * src/expldifdlg.h
598         * src/export.c
599         * src/export.h
600         * src/exporthtml.c
601         * src/exporthtml.h
602         * src/exportldif.c
603         * src/exportldif.h
604         * src/filtering.c
605         * src/filtering.h
606         * src/folder.c
607         * src/folder.h
608         * src/folder_item_prefs.c
609         * src/folder_item_prefs.h
610         * src/foldersel.c
611         * src/foldersel.h
612         * src/folderutils.c
613         * src/folderutils.h
614         * src/folderview.c
615         * src/folderview.h
616         * src/grouplistdialog.c
617         * src/grouplistdialog.h
618         * src/headerview.c
619         * src/html.c
620         * src/html.h
621         * src/image_viewer.c
622         * src/image_viewer.h
623         * src/imap.c
624         * src/imap.h
625         * src/imap_gtk.c
626         * src/imap_gtk.h
627         * src/import.c
628         * src/import.h
629         * src/importldif.c
630         * src/importldif.h
631         * src/importmutt.c
632         * src/importmutt.h
633         * src/importpine.c
634         * src/importpine.h
635         * src/inc.c
636         * src/inc.h
637         * src/jpilot.c
638         * src/jpilot.h
639         * src/ldapctrl.c
640         * src/ldapctrl.h
641         * src/ldaplocate.c
642         * src/ldaplocate.h
643         * src/ldapquery.c
644         * src/ldapquery.h
645         * src/ldapserver.c
646         * src/ldapserver.h
647         * src/ldaputil.c
648         * src/ldaputil.h
649         * src/ldif.c
650         * src/ldif.h
651         * src/main.c
652         * src/main.h
653         * src/mainwindow.c
654         * src/mainwindow.h
655         * src/manual.c
656         * src/manual.h
657         * src/mbox.c
658         * src/message_search.c
659         * src/message_search.h
660         * src/messageview.c
661         * src/messageview.h
662         * src/mh.c
663         * src/mh.h
664         * src/mh_gtk.c
665         * src/mh_gtk.h
666         * src/mimeview.c
667         * src/mimeview.h
668         * src/msgcache.c
669         * src/msgcache.h
670         * src/mutt.c
671         * src/mutt.h
672         * src/news.c
673         * src/news.h
674         * src/news_gtk.c
675         * src/news_gtk.h
676         * src/partial_download.c
677         * src/partial_download.h
678         * src/pine.c
679         * src/pine.h
680         * src/pop.c
681         * src/pop.h
682         * src/prefs_account.c
683         * src/prefs_account.h
684         * src/prefs_actions.c
685         * src/prefs_actions.h
686         * src/prefs_common.c
687         * src/prefs_common.h
688         * src/prefs_compose_writing.c
689         * src/prefs_compose_writing.h
690         * src/prefs_customheader.c
691         * src/prefs_customheader.h
692         * src/prefs_display_header.c
693         * src/prefs_display_header.h
694         * src/prefs_filtering.c
695         * src/prefs_filtering.h
696         * src/prefs_filtering_action.c
697         * src/prefs_filtering_action.h
698         * src/prefs_folder_column.c
699         * src/prefs_folder_column.h
700         * src/prefs_folder_item.c
701         * src/prefs_folder_item.h
702         * src/prefs_fonts.c
703         * src/prefs_fonts.h
704         * src/prefs_gtk.c
705         * src/prefs_gtk.h
706         * src/prefs_image_viewer.c
707         * src/prefs_image_viewer.h
708         * src/prefs_matcher.c
709         * src/prefs_matcher.h
710         * src/prefs_message.c
711         * src/prefs_msg_colors.c
712         * src/prefs_msg_colors.h
713         * src/prefs_other.c
714         * src/prefs_quote.c
715         * src/prefs_receive.c
716         * src/prefs_send.c
717         * src/prefs_spelling.c
718         * src/prefs_spelling.h
719         * src/prefs_summaries.c
720         * src/prefs_summaries.h
721         * src/prefs_summary_column.c
722         * src/prefs_summary_column.h
723         * src/prefs_template.c
724         * src/prefs_template.h
725         * src/prefs_themes.c
726         * src/prefs_themes.h
727         * src/prefs_toolbar.c
728         * src/prefs_toolbar.h
729         * src/prefs_wrapping.c
730         * src/prefs_wrapping.h
731         * src/privacy.c
732         * src/privacy.h
733         * src/procheader.c
734         * src/procheader.h
735         * src/procmime.c
736         * src/procmime.h
737         * src/procmsg.c
738         * src/procmsg.h
739         * src/quote_fmt.c
740         * src/quote_fmt_parse.y
741         * src/recv.c
742         * src/recv.h
743         * src/remotefolder.c
744         * src/remotefolder.h
745         * src/send_message.c
746         * src/send_message.h
747         * src/setup.c
748         * src/setup.h
749         * src/sourcewindow.c
750         * src/sourcewindow.h
751         * src/ssl_manager.c
752         * src/ssl_manager.h
753         * src/statusbar.c
754         * src/statusbar.h
755         * src/stock_pixmap.c
756         * src/stock_pixmap.h
757         * src/summary_search.c
758         * src/summary_search.h
759         * src/summaryview.c
760         * src/summaryview.h
761         * src/textview.c
762         * src/textview.h
763         * src/toolbar.c
764         * src/toolbar.h
765         * src/undo.c
766         * src/undo.h
767         * src/unmime.c
768         * src/unmime.h
769         * src/vcard.c
770         * src/vcard.h
771         * src/wizard.c
772         * src/wizard.h
773         * src/common/base64.c
774         * src/common/base64.h
775         * src/common/defs.h
776         * src/common/hooks.c
777         * src/common/hooks.h
778         * src/common/log.c
779         * src/common/log.h
780         * src/common/mgutils.c
781         * src/common/mgutils.h
782         * src/common/nntp.c
783         * src/common/nntp.h
784         * src/common/passcrypt.c
785         * src/common/passcrypt.h.in
786         * src/common/plugin.c
787         * src/common/plugin.h
788         * src/common/prefs.c
789         * src/common/prefs.h
790         * src/common/progressindicator.c
791         * src/common/progressindicator.h
792         * src/common/quoted-printable.c
793         * src/common/quoted-printable.h
794         * src/common/session.c
795         * src/common/session.h
796         * src/common/smtp.c
797         * src/common/smtp.h
798         * src/common/socket.c
799         * src/common/socket.h
800         * src/common/ssl.c
801         * src/common/ssl.h
802         * src/common/ssl_certificate.c
803         * src/common/ssl_certificate.h
804         * src/common/stringtable.c
805         * src/common/stringtable.h
806         * src/common/template.c
807         * src/common/template.h
808         * src/common/timing.h
809         * src/common/utils.c
810         * src/common/utils.h
811         * src/common/version.h.in
812         * src/common/xml.c
813         * src/common/xml.h
814         * src/common/xmlprops.c
815         * src/common/xmlprops.h
816         * src/gtk/about.c
817         * src/gtk/colorlabel.c
818         * src/gtk/colorsel.c
819         * src/gtk/colorsel.h
820         * src/gtk/combobox.c
821         * src/gtk/combobox.h
822         * src/gtk/description_window.c
823         * src/gtk/description_window.h
824         * src/gtk/filesel.c
825         * src/gtk/filesel.h
826         * src/gtk/foldersort.c
827         * src/gtk/foldersort.h
828         * src/gtk/gtksctree.c
829         * src/gtk/gtkutils.c
830         * src/gtk/gtkutils.h
831         * src/gtk/inputdialog.c
832         * src/gtk/inputdialog.h
833         * src/gtk/logwindow.c
834         * src/gtk/logwindow.h
835         * src/gtk/manage_window.c
836         * src/gtk/manage_window.h
837         * src/gtk/menu.c
838         * src/gtk/menu.h
839         * src/gtk/pluginwindow.c
840         * src/gtk/pluginwindow.h
841         * src/gtk/prefswindow.c
842         * src/gtk/prefswindow.h
843         * src/gtk/progressdialog.c
844         * src/gtk/progressdialog.h
845         * src/gtk/sslcertwindow.c
846         * src/gtk/sslcertwindow.h
847         * src/plugins/bogofilter/bogofilter.c
848         * src/plugins/bogofilter/bogofilter.h
849         * src/plugins/bogofilter/bogofilter_gtk.c
850         * src/plugins/clamav/clamav_plugin.c
851         * src/plugins/clamav/clamav_plugin.h
852         * src/plugins/clamav/clamav_plugin_gtk.c
853         * src/plugins/demo/demo.c
854         * src/plugins/dillo_viewer/dillo_prefs.c
855         * src/plugins/dillo_viewer/dillo_prefs.h
856         * src/plugins/dillo_viewer/dillo_viewer.c
857         * src/plugins/pgpcore/passphrase.c
858         * src/plugins/pgpcore/passphrase.h
859         * src/plugins/pgpcore/pgp_viewer.c
860         * src/plugins/pgpcore/pgp_viewer.h
861         * src/plugins/pgpcore/plugin.c
862         * src/plugins/pgpcore/select-keys.c
863         * src/plugins/pgpcore/select-keys.h
864         * src/plugins/pgpcore/sgpgme.c
865         * src/plugins/pgpcore/sgpgme.h
866         * src/plugins/pgpinline/pgpinline.c
867         * src/plugins/pgpinline/pgpinline.h
868         * src/plugins/pgpinline/plugin.c
869         * src/plugins/pgpmime/pgpmime.c
870         * src/plugins/pgpmime/pgpmime.h
871         * src/plugins/pgpmime/plugin.c
872         * src/plugins/spamassassin/spamassassin.c
873         * src/plugins/spamassassin/spamassassin.h
874         * src/plugins/spamassassin/spamassassin_gtk.c
875         * src/plugins/trayicon/trayicon.c
876                 it's 2007, update the year in the copyright headers
877
878 2007-01-03 [paul]       2.6.1cvs95
879
880         * src/gtk/about.c
881                 it is 2007, use it in the copyright string
882
883 2007-01-03 [paul]       2.6.1cvs94
884
885         * src/html.c
886                 html entity conversion:
887                 move &#153; to a more suitable place
888                 add &bull; and &ndash;
889                 make sure &mdash; and &#8212; are both
890                 converted the same
891
892 2007-01-02 [colin]      2.6.1cvs93
893
894         * src/addrbook.c
895                 Fix leak
896         * src/common/plugin.c
897                 Add comment
898         * src/etpan/imap-thread.c
899                 Fix warning
900
901 2006-12-31 [paul]       2.6.1cvs92
902
903         * src/prefs_summaries.c
904                 use gtk_button_new_from_stock()
905
906 2006-12-30 [colin]      2.6.1cvs91
907
908         * src/folder.c
909         * src/imap_gtk.c
910         * src/mh_gtk.c
911                 Don't update filtering and account paths 
912                 when copying folders
913
914 2006-12-30 [colin]      2.6.1cvs90
915
916         * src/prefs_compose_writing.c
917         * src/prefs_quote.c
918         * src/prefs_template.c
919                 Use message font for Writing and 
920                 Quoting prefs, as well as Templates.
921
922 2006-12-30 [colin]      2.6.1cvs89
923
924         * src/prefs_summaries.c
925                 Rework GUI; patch by Pawel
926
927 2006-12-29 [colin]      2.6.1cvs88
928
929         * src/prefs_folder_item.c
930                 Fix bug 1085, 'Apply to subfolder 
931                 doesn't work' - I was mistaken saying
932                 it worked in every case
933
934 2006-12-28 [colin]      2.6.1cvs87
935
936         * src/gtk/gtkaspell.c
937                 Don't assert if use_alternate is true
938                 and alt_dictionary isn't set -- this 
939                 is what happens on upgrade! Rather,
940                 do with it.
941
942 2006-12-28 [colin]      2.6.1cvs86
943
944         * Makefile.am
945                 Fix desktop/icon simplification
946
947 2006-12-28 [colin]      2.6.1cvs85
948
949         * Makefile.am
950                 Make desktop and icon not 
951                 dependant on the desktop
952
953 2006-12-28 [wwp]        2.6.1cvs84
954
955         * src/plugins/pgpmime/claws.def
956                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
957
958 2006-12-28 [wwp]        2.6.1cvs83
959
960         * src/prefs_folder_item.c
961                 Fix coloring of "simplify subject regexp" (folder prefs),
962                 which might be left to red whereas the regexp gets empty.
963
964 2006-12-28 [wwp]        2.6.1cvs82
965
966         * src/prefs_common.c
967         * src/prefs_common.h
968         * src/addressbook.c
969         * src/addressitem.h
970                 Save addressbook mainwindow's horizontal and vertical splitter position.
971
972 2006-12-27 [wwp]        2.6.1cvs81
973
974         * src/gtk/gtkaspell.c
975         * src/gtk/gtkaspell.h
976         * src/compose.c
977                 Fix assignment of compose's default and alternate dictionary from
978                 account or folder settings. Now gtkaspell_change_dict does rotate
979                 dicts only when it's called from a menu cb.
980
981 2006-12-27 [wwp]        2.6.1cvs80
982
983         * src/folder_item_prefs.c
984                 Fix randomly initialized default-alt-dictionary (folder prefs),
985                 complete 2.6.1cvs72.
986
987 2006-12-27 [paul]       2.6.1cvs79
988
989         * src/imap_gtk.c
990         * src/mh_gtk.c
991                 Add Copy folder in the folder's contextual
992                 menu
993
994 2006-12-27 [wwp]        2.6.1cvs78
995
996         * src/imap.c
997                 Clean up session locking, thanks to Colin.
998
999 2006-12-26 [colin]      2.6.1cvs77
1000
1001         * src/statusbar.c
1002                 Revert previous patch
1003
1004 2006-12-26 [colin]      2.6.1cvs76
1005
1006         * src/folder.c
1007         * src/folderview.c
1008         * src/imap.c
1009         * src/statusbar.c
1010         * src/etpan/imap-thread.c
1011                 Fix previous commit warnings
1012                 Make statusbar update every second if total < 20
1013                 Make IMAP APPEND faster by simplifying log              
1014
1015 2006-12-26 [colin]      2.6.1cvs75
1016
1017         * src/folder.c
1018         * src/folder.h
1019         * src/folderview.c
1020         * src/folderview.h
1021         * src/imap_gtk.c
1022         * src/mh_gtk.c
1023                 Make it possible to copy folders accross
1024                 mailboxes (this was an arbitrary limitation).
1025                 Still make it impossible to move folders 
1026                 accross mailboxes.
1027
1028 2006-12-26 [colin]      2.6.1cvs74
1029
1030         * src/etpan/imap-thread.c
1031                 Fix bug 1081, 'claws-mail 
1032                 segfaults when going offline 
1033                 while it transfers mails via 
1034                 imap'
1035
1036 2006-12-26 [colin]      2.6.1cvs73
1037
1038         * src/folder_item_prefs.c
1039                 Don't forget alt dictionary when
1040                 renaming/moving folders
1041
1042 2006-12-26 [wwp]        2.6.1cvs72
1043
1044         * src/folder_item_prefs.c
1045                 Add missing defaults for per-folder alt dict
1046                 (forgotten in 2.6.1cvs61).
1047
1048 2006-12-26 [colin]      2.6.1cvs71
1049
1050         * src/wizard.c
1051                 Add tooltip to state that specifying
1052                 full path to mailbox is possible
1053
1054 2006-12-26 [wwp]        2.6.1cvs70
1055
1056         * src/partial_download.c
1057         * src/gtk/gtkvscrollbutton.c
1058         * src/plugins/pgpinline/plugin.c
1059                 Fix for few compiler warnings that matter.
1060
1061 2006-12-25 [colin]      2.6.1cvs69
1062
1063         * src/partial_download.c
1064                 Fix marking for download or deletion
1065                 when the header isn't the first
1066         * src/gtk/logwindow.c
1067                 Fix start of scrolling
1068
1069 2006-12-23 [paul]       2.6.1cvs68
1070
1071         * src/compose.c
1072                 change last commit to use the 'academic'
1073                 method instead. Thanks to wwp
1074
1075 2006-12-23 [paul]       2.6.1cvs67
1076
1077         * src/compose.c
1078                 don't warn about empty subject when
1079                 redirecting
1080
1081 2006-12-22 [colin]      2.6.1cvs66
1082
1083         * src/summary_search.c
1084                 Fix previous patch
1085
1086 2006-12-22 [colin]      2.6.1cvs65
1087
1088         * src/gtk/gtkutils.c
1089         * src/imap.c
1090         * src/jpilot.c
1091         * src/summary_search.c
1092                 A few warning fixes
1093
1094 2006-12-23 [paul]       
1095
1096         2.7.0-rc2 released
1097
1098 2006-12-22 [colin]      2.6.1cvs64
1099
1100         * src/toolbar.c
1101         * src/toolbar.h
1102                 Add a combo to the learn spam button
1103         * src/plugins/bogofilter/bogofilter.c
1104         * src/plugins/bogofilter/bogofilter_gtk.c
1105         * src/plugins/bogofilter/bogofilter.h
1106                 Allow to store Unsure mails in a specific
1107                 folder to make better teaching easier
1108
1109 2006-12-21 [wwp]        2.6.1cvs63
1110
1111         * src/compose.c
1112         * src/prefs_common.c
1113         * src/prefs_common.h
1114         * src/prefs_spelling.c
1115         * src/gtk/gtkaspell.c
1116         * src/gtk/gtkaspell.h
1117                 Allow spell-checking using both current and alternate dictionaries
1118                 (thanks to Colin).
1119
1120 2006-12-21 [wwp]        2.6.1cvs62
1121
1122         * src/gtk/gtkaspell.c
1123                 Apply recheck_when_changing_dict (highlight all mispelled words)
1124                 when switching to alternate dictionary.
1125
1126 2006-12-21 [wwp]        2.6.1cvs61
1127
1128         * src/compose.c
1129         * src/folder_item_prefs.h
1130         * src/prefs_common.c
1131         * src/prefs_common.h
1132         * src/prefs_folder_item.c
1133         * src/prefs_spelling.c
1134         * src/gtk/gtkaspell.c
1135         * src/gtk/gtkaspell.h
1136                 Add global and per-folder prefs to set the default
1137                 alternate dictionary.
1138
1139 2006-12-21 [colin]      2.6.1cvs60
1140
1141         * src/folder.c
1142                 Look for folders by path in all folders
1143         * src/html.c
1144                 add &mdash;
1145
1146 2006-12-20 [colin]      2.6.1cvs59
1147
1148         * src/gtk/quicksearch.c
1149                 Make sure in_typing is false when clearing
1150
1151 2006-12-20 [wwp]        2.6.1cvs58
1152
1153         * configure.ac
1154                 change manual's target dir to be LFH-compliant (thanks to Colin).
1155
1156 2006-12-20 [wwp]        2.6.1cvs57
1157
1158         * src/prefs_common.c
1159         * src/prefs_summaries.c
1160                 i18n fix and factorize patch, thanks to Fabien.
1161
1162 2006-12-20 [paul]       2.6.1cvs56
1163
1164         * configure.ac
1165                 last of the renaming (??)
1166         * src/main.c
1167                 correct --help info of --status-full
1168         * src/plugins/bogofilter/bogofilter.c
1169                 make FALSE default of whitelist_ab
1170
1171 2006-12-19 [colin]      2.6.1cvs55
1172
1173         * src/jpilot.c
1174                 Same as before, without depending on
1175                 pisock >= 0.12
1176
1177 2006-12-19 [colin]      2.6.1cvs54
1178
1179         * src/jpilot.c
1180                 Fix bug 1059, 'Better jpilot charset 
1181                 handling'. Use libpisync's charset conversion
1182                 if possible
1183
1184 2006-12-19 [colin]      2.6.1cvs53
1185
1186         * po/fr.po
1187                 Updated by Fabien
1188
1189 2006-12-19 [wwp]        2.6.1cvs52
1190
1191         * src/gtk/about.c
1192                 Add missing #include (thanks to Colin).
1193
1194 2006-12-19 [wwp]        2.6.1cvs51
1195
1196         * src/prefs_receive.c
1197                 Better spacing between widgets in prefs.
1198
1199 2006-12-18 [colin]      2.6.1cvs50
1200
1201         * src/imap.c
1202                 Fix failure to get separator on LIST "" ""
1203                 Try LIST "" "INBOX" too.
1204
1205 2006-12-18 [wwp]        2.6.1cvs49
1206
1207         * src/common/session.c
1208                 Fix a compiler warning (thanks to Fabien).
1209
1210 2006-12-18 [wwp]        2.6.1cvs48
1211
1212         * src/compose.c
1213         * src/prefs_quote.c
1214                 Factorize some strings for translation (it's about error
1215                 messages when applying or checking template/quote format).
1216
1217 2006-12-18 [colin]      2.6.1cvs47
1218
1219         * Makefile.am
1220         * src/common/defs.h
1221         * src/gtk/Makefile.am
1222         * src/gtk/about.c
1223                 Add a Release notes tab from the contents of
1224                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1225
1226 2006-12-17 [colin]      2.6.1cvs46
1227
1228         * src/mimeview.c
1229         * src/textview.c
1230         * src/gtk/filesel.c
1231                 Correctly convert from/to UTF8/filename encoding
1232                 when loading and saving files. Probably fixes
1233                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1234                 for a file to attach and is blocked...'
1235
1236 2006-12-17 [colin]      2.6.1cvs45
1237
1238         * src/gtk/logwindow.c
1239                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1240                 IMAP folder and is blocked on main thread': 
1241                 make sure we put utf8 in the log.
1242
1243 2006-12-16 [colin]      2.6.1cvs44
1244
1245         * src/toolbar.c
1246         * src/toolbar.h
1247                 Fix bug 1055, 'Add the 'cancel receive' 
1248                 in the available events for the toolbar buttons'
1249
1250 2006-12-16 [colin]      2.6.1cvs43
1251
1252         * po/POTFILES.in
1253         * src/imap.c
1254         * src/common/nntp.c
1255         * src/common/session.c
1256                 Log error when SSL handshakes fail. 
1257                 Fixes bug 1082, 'incorrect / imprecise 
1258                 error message when imap server provides 
1259                 ssl only through STARTTLS but SSL is 
1260                 selected'
1261
1262 2006-12-15 [wwp]        2.6.1cvs42
1263
1264         * src/plugins/bogofilter/bogofilter_gtk.c
1265                 set proper sensitivity to widgets I've recently added.
1266
1267 2006-12-15 [colin]      
1268
1269         2.7.0-rc1 released
1270
1271 2006-12-15 [wwp]        2.6.1cvs41
1272
1273         * src/plugins/bogofilter/bogofilter.c
1274         * src/plugins/bogofilter/bogofilter.h
1275         * src/plugins/bogofilter/bogofilter_gtk.c
1276                 bogofilter's whitelist can now use a subset of
1277                 the addressbook (either a book, a subfolder of a book,
1278                 or the whole addressbook by using "Any"). Re-used there
1279                 some pref_matcher widgets and mechanisms to match a subset
1280                 of the addressbook.
1281
1282 2006-12-15 [wwp]        2.6.1cvs40
1283
1284         * src/wizard.c
1285         * src/common/plugin.c
1286         * src/common/plugin.h
1287         * src/gtk/about.c
1288         * src/plugins/bogofilter/bogofilter.c
1289         * src/plugins/clamav/clamav_plugin.c
1290         * src/plugins/demo/demo.c
1291         * src/plugins/dillo_viewer/dillo_viewer.c
1292         * src/plugins/pgpcore/plugin.c
1293         * src/plugins/pgpinline/plugin.c
1294         * src/plugins/pgpmime/plugin.c
1295         * src/plugins/spamassassin/spamassassin.c
1296         * src/plugins/trayicon/trayicon.c
1297                 factorize some translatable strings (plugins-related),
1298                 fix missing punctuation in several places,
1299                 remove useless translatable \n in about.c,
1300                 and factorize plugin init code w/ a new function
1301                 check_plugin_version() in common/plugin.c.
1302                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1303
1304 2006-12-15 [wwp]        2.6.1cvs39
1305
1306         * src/plugins/bogofilter/bogofilter.c
1307         * src/plugins/bogofilter/bogofilter_gtk.c
1308                 flag whitelisted spams as spam, but don't filter it to the spam
1309                 folder. Thanks to Colin.
1310
1311 2006-12-15 [ticho]      2.6.1cvs38
1312
1313         * src/plugins/bogofilter/bogofilter.c
1314         * src/plugins/bogofilter/bogofilter.h
1315         * src/plugins/bogofilter/bogofilter_gtk.c
1316                 Add option to whitelist senders found in addressbook. Patch by colin.
1317
1318 2006-12-15 [paul]       2.6.1cvs37
1319
1320         * src/folderview.c
1321                 add missing #include "log.h"
1322
1323 2006-12-15 [paul]       2.6.1cvs36
1324
1325         * src/plugins/bogofilter/bogofilter.c
1326         * src/plugins/bogofilter/bogofilter.h
1327         * src/plugins/bogofilter/bogofilter_gtk.c
1328                 Add an option to allow inserting an
1329                 X-Claws-Bogosity header (on MH folders
1330                 only). Patch by Colin
1331
1332 2006-12-14 [colin]      2.6.1cvs35
1333
1334         * src/main.c
1335                 "Yes" should be the default choice for
1336                 migration configuration
1337
1338 2006-12-14 [paul]       2.6.1cvs34
1339
1340         * src/prefs_summaries.c
1341         * manual/advanced.xml
1342                 Unhide mark_as_read_delay
1343
1344 2006-12-14 [paul]       2.6.1cvs33
1345
1346         * src/messageview.c
1347         * src/messageview.h
1348         * src/mimeview.c
1349         * src/mimeview.h
1350         * src/summaryview.c
1351         * src/textview.c
1352         * src/textview.h
1353                 Fix printing of selection
1354                 Fix printing of message parts
1355                 Fix printing of images
1356         * src/gtk/gtksourceprintjob.c
1357                 Fix page count when there are images
1358
1359 2006-12-14 [wwp]        2.6.1cvs32
1360
1361         * src/mainwindow.c
1362         * src/summaryview.c
1363         * src/summaryview.h
1364         * src/gtk/quicksearch.c
1365                 fix quicksearch 'magnify' button status when QS is closed
1366                 using the Escape key, thanks to Colin.
1367
1368 2006-12-14 [wwp]        2.6.1cvs31
1369
1370         * src/mainwindow.c
1371         * src/summaryview.c
1372         * src/summaryview.h
1373         * src/gtk/quicksearch.c
1374                 fix quicksearch 'magnify' button status when QS is closed
1375                 using the Escape key, thanks to Colin.
1376
1377 2006-12-13 [colin]      2.6.1cvs30
1378
1379         * src/ldapquery.c
1380         * src/ldaputil.c
1381                 Use the binary safe version of ldap_get_values,
1382                 to make sure we manipulate null-terminated 
1383                 strings. Maybe fixes bug 1075, 'claws mail 
1384                 segfault when completing ldap adresses'
1385         * src/syldap.c ** REMOVED **
1386         * src/syldap.h ** REMOVED **
1387                 Remove dead files
1388
1389 2006-12-13 [mones]      2.6.1cvs29
1390
1391         * po/es.po
1392                 Fixed piped strings, fixed click translation
1393
1394 2006-12-13 [paul]       2.6.1cvs28
1395
1396         * src/main.c
1397                 don't translate these strings
1398
1399 2006-12-13 [paul]       2.6.1cvs27
1400
1401         * po/en_GB.po
1402                 updated
1403
1404 2006-12-13 [colin]      2.6.1cvs26
1405
1406         * src/main.c
1407         * src/main.h
1408                 Add claws_is_starting()
1409
1410 2006-12-13 [mones]      2.6.1cvs25
1411
1412         * manual/es/advanced.xml
1413         * po/es.po
1414                 Synced manual and updated translation
1415
1416 2006-12-12 [colin]      2.6.1cvs24
1417
1418         * src/wizard.c
1419                 Add an option to use STARTTLS in the
1420                 welcome wizard. Fixes bug 1080, 
1421                 'Using SSL option in wizard for incoming 
1422                 server does not activate SSL with STARTTLS'
1423
1424 2006-12-12 [colin]      2.6.1cvs23
1425
1426         * src/main.c
1427                 Don't exit when there's an incomplete
1428                 mailbox configured - leaves a chance 
1429                 to fix a failing IMAP account. Exit
1430                 if no mailbox at all is loaded (case
1431                 of missing plugin).
1432                 Completes bug 1077's fix (I was wrong
1433                 in this bug's comment #3).
1434
1435 2006-12-12 [colin]      2.6.1cvs22
1436
1437         * src/gtk/menu.h
1438                 Add another menu data type
1439         * src/prefs_account.c
1440                 Complete the completion of bug 1076
1441                 (doesn't lose the pref on apply)
1442
1443 2006-12-12 [paul]       2.6.1cvs21
1444
1445         * src/prefs_account.c
1446                 complete the fix of bug 1076
1447                 also be more verbose with the text
1448
1449 2006-12-12 [paul]       2.6.1cvs20
1450
1451         * src/gtk/combobox.c
1452                 fix compilation warning
1453
1454 2006-12-11 [colin]      2.6.1cvs19
1455
1456         * src/wizard.c
1457                 Document :port in server entry tooltips
1458
1459 2006-12-11 [colin]      2.6.1cvs18
1460
1461         * src/main.c
1462                 Fix compile
1463
1464 2006-12-11 [colin]      2.6.1cvs17
1465
1466         * src/main.c
1467                 Add failing IMAP as a reason for no
1468                 mailbox
1469
1470 2006-12-11 [colin]      2.6.1cvs16
1471
1472         * src/prefs_account.c
1473                 Check for existence of inbox for local
1474                 accounts too
1475         * src/wizard.c
1476                 Allow setting the port to use for servers
1477                 by using the usual "server.example.com:port"
1478                 syntax. Fixes bug 1077, 'sylpheed-claws does 
1479                 not start when IMAP server is unavailable'
1480
1481 2006-12-11 [colin]      2.6.1cvs15
1482
1483         * src/prefs_account.c
1484                 Prevent use of non-existing default inbox
1485
1486 2006-12-11 [colin]      2.6.1cvs14
1487
1488         * src/prefs_account.c
1489                 Fix sensitivity. Fixes bug 1076, 'privacy 
1490                 options are displayed even when pgp plugin 
1491                 not loaded / available'
1492
1493 2006-12-09 [colin]      2.6.1cvs13
1494
1495         * manual/advanced.xml
1496         * src/prefs_common.c
1497         * src/prefs_common.h
1498         * src/common/ssl_certificate.c
1499                 Add a new hidden preference, 'unsafe_ssl_certs',
1500                 which allows to store multiple certificates per
1501                 server/port. This is disabled by default because
1502                 it's less secure (presenting a new certificate
1503                 instead of a changed one raises less alarms).
1504                 This will cause Claws to ask about an unknown
1505                 certificate for people who have used 2.6.1cvs8
1506                 or greater.
1507
1508 2006-12-09 [colin]      2.6.1cvs12
1509
1510         * src/action.c
1511                 Fix cache updating after action
1512
1513 2006-12-07 [wwp]        2.6.1cvs11
1514
1515         * src/compose.c
1516                 fix email address comparison when replying to all
1517                 (avoid replying to ourselves), thanks to Colin.
1518
1519 2006-12-06 [paul]       2.6.1cvs10
1520
1521         * src/addrharvest.c
1522         * src/editldap.c
1523         * src/expldifdlg.c
1524         * src/news.c
1525         * src/toolbar.c
1526         * src/common/utils.c
1527                 ...and more renaming
1528                 Thanks to Colin
1529
1530 2006-12-06 [paul]       2.6.1cvs9
1531
1532         * src/compose.c
1533         * src/messageview.c
1534         * src/procheader.c
1535         * src/procmime.c
1536         * src/procmsg.c
1537         * src/textview.c
1538                 more renaming
1539                 Thanks to Colin
1540
1541 2006-12-06 [colin]      2.6.1cvs8
1542
1543         * src/ssl_manager.c
1544         * src/common/ssl_certificate.c
1545         * src/common/ssl_certificate.h
1546                 Handle multiple certificates per host/port
1547
1548 2006-12-06 [colin]      2.6.1cvs7
1549
1550         * src/etpan/imap-thread.c
1551                 Fix certificate checking on IMAP
1552
1553 2006-12-06 [colin]      2.6.1cvs6
1554
1555         * src/folderview.c
1556                 Fix bug 1072, 'Claws stops fetching newsgroups 
1557                 from server when newsgroup got deleted': continue
1558                 checking other groups
1559
1560 2006-12-05 [wwp]        2.6.1cvs5
1561
1562         * src/message_search.c
1563         * src/summary_search.c
1564         * src/gtk/combobox.c
1565         * src/gtk/combobox.h
1566         * src/gtk/gtkutils.c
1567         * src/gtk/gtkutils.h
1568                 make up and down arrow keys in modern gtk_combo_box_entry widgets
1569                 behave like w/ old comboboxes (summary and message search only).
1570
1571 2006-12-05 [paul]       2.6.1cvs4
1572
1573         * src/wizard.c
1574                 encode headers
1575                 Thanks to Colin
1576
1577 2006-12-05 [paul]       2.6.1cvs3
1578
1579         * tools/README
1580         * tools/textviewer.pl
1581                 script updated and description added
1582
1583 2006-12-04 [colin]      2.6.1cvs2
1584
1585         * src/compose.c
1586                 Run pre-send hook only when checking
1587                 everything
1588
1589 2006-12-04 [paul]       2.6.1cvs1
1590
1591         * NEWS
1592         * README
1593         * RELEASE_NOTES
1594         * configure.ac
1595         * tools/README
1596                 bump up version number following stable release
1597
1598 2006-12-04 [paul]       2.6.0cvs83
1599
1600         * README
1601                 updates and corrections
1602
1603 2006-12-04 [colin]      2.6.0cvs82
1604
1605         * src/common/utils.c
1606                 Probably fix bug 1066, 'Incorrect mailbox 
1607                 size displayed'
1608
1609 2006-12-04 [colin]      2.6.0cvs81
1610
1611         * src/common/utils.c
1612                 Trim tabs from mailcap file too.
1613
1614 2006-12-02 [paul]       2.6.0cvs80
1615
1616         * src/exphtmldlg.c
1617                 fix broken GUI under certain languages
1618         * src/expldifdlg.c
1619                 put the Cancel button to the right
1620
1621 2006-12-01 [paul]       2.6.0cvs79
1622
1623         * tools/Makefile.am
1624                 remove reference to removed file
1625
1626 2006-12-01 [wwp]        2.6.0cvs78
1627
1628         * src/addressbook.c
1629         * src/editaddress.c
1630                 remove forgotten debug statements.
1631
1632 2006-12-01 [wwp]        2.6.0cvs77
1633
1634         * manual/advanced.xml
1635         * manual/fr/advanced.xml
1636         * src/addressbook.c
1637         * src/addressbook.h
1638         * src/addressitem.h
1639         * src/editaddress.c
1640         * src/editaddress.h
1641         * src/prefs_common.c
1642         * src/prefs_common.h
1643         * src/gtk/gtkutils.c
1644         * src/gtk/gtkutils.h
1645                 add a hidden option to allow embedding the editaddress (edit contact details)
1646                 dialog into the addressbook's window. This doesn't change the default
1647                 behaviour.
1648
1649 2006-12-01 [wwp]        2.6.0cvs76
1650
1651         * src/message_search.c
1652         * src/summary_search.c
1653                 fix more focus issues (don't set focus to combobox's entry widget when
1654                 entry's value changed, if entry widget has focus already).
1655
1656 2006-12-01 [wwp]        2.6.0cvs75
1657
1658         * src/gtk/quicksearch.c
1659                 revert last changes to the quicksearch gtk_combo_box, this needs more
1660                 tuning and testing.
1661
1662 2006-12-01 [paul]       2.6.0cvs74
1663
1664         * tools/kdeservicemenu/README
1665         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1666         * tools/kdeservicemenu/install.sh
1667         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1668         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1669                 simplify this stuff, and in so doing,
1670                 fix it. (possibly re-extend it again at
1671                 a later date)
1672
1673 2006-12-01 [wwp]        2.6.0cvs73
1674
1675         * src/gtk/quicksearch.c
1676                 adapt quicksearch code to use modern gtk_combo_box'es.
1677
1678 2006-12-01 [wwp]        2.6.0cvs72
1679
1680         * src/common/defs.h
1681         * src/prefs_common.c
1682         * src/prefs_common.h
1683         * src/message_search.c
1684         * src/summary_search.c
1685         * src/gtk/combobox.c
1686         * src/gtk/combobox.h
1687                 add history combos to all message and summary search fields.
1688
1689 2006-12-01 [wwp]        2.6.0cvs71
1690
1691         * src/summaryview.c
1692                 As the list may change while the mark as read delay
1693                 runs, we can't rely on the 'row' pointer, which can
1694                 be invalid when the timeout is called. As the mark
1695                 as read is only done if the message is still selected,
1696                 use summaryview->selected instead. Thanks to Colin.
1697
1698 2006-11-30 [paul]       2.6.0cvs70
1699
1700         * src/textview.c
1701                 give emphasis to "Sylpheed-Claws"
1702                 as well as "Claws Mail"
1703
1704 2006-11-30 [colin]      2.6.0cvs69
1705
1706         * src/wizard.c
1707                 Put the SSL checkboxes in the receiving
1708                 and sending server pages.
1709
1710 2006-11-29 [colin]      2.6.0cvs68
1711
1712         * src/gtk/gtkutils.c
1713         * src/gtk/gtkvscrollbutton.c
1714                 Revert some deprecated fixes - they seem to
1715                 deprecate stuff as soon as a new one gets out.
1716                 g_object_ref_sink needed glib-2.10.
1717
1718 2006-11-29 [colin]      2.6.0cvs67
1719
1720         * src/common/utils.c
1721                 Create .mailcap if it doesn't exist
1722
1723 2006-11-29 [colin]      2.6.0cvs66
1724
1725         * src/compose.c
1726                 Followup to cvs60: use original list
1727                 of recipients if replying to a mail
1728                 in Sent Drafts or Queue.
1729
1730 2006-11-27 [paul]       2.6.0cvs65
1731
1732         * src/image_viewer.c
1733                 revert the last change for now (it's broken)
1734
1735 2006-11-27 [paul]       2.6.0cvs64
1736
1737         * Makefile.am
1738         * configure.ac
1739         * m4/aclocal-include.m4
1740         * m4/check-type.m4
1741         * src/Makefile.am
1742         * src/addr_compl.c
1743         * src/compose.c
1744         * src/crash.c
1745         * src/export.c
1746         * src/exporthtml.c
1747         * src/exportldif.c
1748         * src/imap.c
1749         * src/import.c
1750         * src/main.c
1751         * src/main.h
1752         * src/matcher.c
1753         * src/mimeview.c
1754         * src/procmsg.c
1755         * src/textview.c
1756         * src/common/Makefile.am
1757         * src/common/claws.c
1758         * src/common/claws.h
1759         * src/common/ssl.c
1760         * src/common/sylpheed.c
1761         * src/common/sylpheed.h
1762         * src/etpan/Makefile.am
1763         * src/gtk/Makefile.am
1764         * src/gtk/claws-marshal.list
1765         * src/gtk/filesel.c
1766         * src/gtk/gtksctree.c
1767         * src/gtk/quicksearch.c
1768         * src/gtk/sylpheed-marshal.list
1769         * src/plugins/bogofilter/bogofilter.c
1770         * src/plugins/bogofilter/bogofilter_gtk.c
1771         * src/plugins/clamav/clamav_plugin.c
1772         * src/plugins/clamav/clamav_plugin_gtk.c
1773         * src/plugins/demo/demo.c
1774         * src/plugins/dillo_viewer/dillo_viewer.c
1775         * src/plugins/pgpcore/Makefile.am
1776         * src/plugins/pgpcore/claws.def
1777         * src/plugins/pgpcore/pgp_viewer.c
1778         * src/plugins/pgpcore/plugin.c
1779         * src/plugins/pgpcore/sylpheed.def
1780         * src/plugins/pgpinline/Makefile.am
1781         * src/plugins/pgpinline/claws.def
1782         * src/plugins/pgpinline/plugin.c
1783         * src/plugins/pgpinline/sylpheed.def
1784         * src/plugins/pgpmime/Makefile.am
1785         * src/plugins/pgpmime/claws.def
1786         * src/plugins/pgpmime/plugin.c
1787         * src/plugins/pgpmime/sylpheed.def
1788         * src/plugins/spamassassin/spamassassin.c
1789         * src/plugins/spamassassin/spamassassin_gtk.c
1790         * src/plugins/trayicon/trayicon.c
1791                 yet more renaming
1792                 remove deprecated gtk_tooltips_set_delay()
1793
1794 2006-11-26 [paul]       2.6.0cvs63
1795
1796         * src/expldifdlg.c
1797         * src/folderview.c
1798         * src/image_viewer.c
1799         * src/mainwindow.c
1800         * src/gtk/gtkutils.c
1801         * src/gtk/gtkvscrollbutton.c
1802         * src/gtk/prefswindow.c
1803         * src/plugins/pgpcore/prefs_gpg.c
1804                 replace more deprecated GTK+ functions
1805
1806 2006-11-26 [paul]       2.6.0cvs62
1807
1808         * src/addr_compl.c
1809         * src/addressbook.c
1810         * src/browseldap.c
1811                 replace deprecated gtk_idle_... functions
1812
1813 2006-11-26 [paul]       2.6.0cvs61
1814
1815         * src/compose.c
1816         * src/folderview.c
1817         * src/inc.c
1818         * src/summaryview.c
1819         * src/gtk/gtkvscrollbutton.c
1820         * src/gtk/quicksearch.c
1821         * src/plugins/pgpcore/passphrase.c
1822                 replace deprecated gtk_timeout_add and
1823                 gtk_timeout_remove
1824
1825 2006-11-26 [paul]       2.6.0cvs60
1826
1827         * src/compose.c
1828                 fix bug that caused the wrong recipient
1829                 to be selected when replying to a msg
1830                 which is From one of our accounts to
1831                 another of our accounts
1832
1833 2006-11-25 [paul]       2.6.0cvs59
1834
1835         * src/summaryview.c
1836                 don't change the From column title to
1837                 To if the To column is visible
1838
1839 2006-11-24 [paul]       2.6.0cvs58
1840
1841         * src/compose.c
1842                 fix bug 1069, 'Sent mails disappear, BCC
1843                 or locking problem?'
1844
1845 2006-11-21 [wwp]        2.6.0cvs57
1846
1847         * src/compose.c
1848                 fix spelling menu when replying (same as 2.3.1cvs39):
1849                 discrepancy between context menu and top menu when
1850                 folder's dictionary isn't the default one.
1851
1852 2006-11-19 [paul]       2.6.0cvs56
1853
1854         * src/summaryview.c
1855                 obey always_show_msg option when
1856                 marking as spam
1857         * src/plugins/bogofilter/bogofilter.c
1858                 fix typo
1859
1860 2006-11-18 [paul]       2.6.0cvs55
1861
1862         * AUTHORS
1863         * README
1864         * debian/copyright
1865         * manual/ack.xml
1866         * manual/es/ack.xml
1867         * manual/fr/ack.xml
1868         * manual/pl/ack.xml
1869         * src/gtk/authors.h
1870         * src/gtk/icon_legend.c
1871         * src/gtk/icon_legend.h
1872         * tools/OOo2claws-mail.pl
1873         * tools/README
1874         * tools/acroread2claws-mail.pl
1875         * tools/claws.i18n.status.pl
1876         * tools/filter_conv.pl
1877         * tools/filter_conv_new.pl
1878         * tools/freshmeat_search.pl
1879         * tools/google_search.pl
1880         * tools/kmail2claws-mail.pl
1881         * tools/kmail2claws-mail_v2.pl
1882         * tools/maildir2claws-mail.pl
1883         * tools/make.themes.project
1884         * tools/multiwebsearch.pl
1885         * tools/outlook2claws-mail.pl
1886         * tools/tb2claws-mail
1887         * tools/kdeservicemenu/README
1888         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1889                 update mine and wwp's email addresses in
1890                 several places
1891                 Patch by wwp
1892         * src/prefs_compose_writing.c
1893                 set sensitivity on 'new message format' frame
1894
1895 2006-11-17 [paul]       2.6.0cvs54
1896
1897         * src/gtk/about.c
1898                 more reworking of the GUI
1899                 Patch by Fabien Vantard
1900
1901 2006-11-16 [paul]       2.6.0cvs53
1902
1903         * src/gtk/about.c
1904                 set a minimum size for the window, allow
1905                 it to automatically expand as necessary
1906
1907 2006-11-16 [wwp]        2.6.0cvs52
1908
1909         * src/gtk/about.c
1910                 better wrap of copyright info on some systems.
1911
1912 2006-11-16 [paul]       2.6.0cvs51
1913
1914         * src/gtk/about.c
1915                 move the tech info from the upper panel
1916                 to the Info tab
1917                 use a gtk_text_view for the features tab
1918
1919 2006-11-16 [paul]       2.6.0cvs50
1920
1921         * po/Makevars
1922                 update my email address
1923         * src/addressbook.c
1924         * src/compose.c
1925         * src/imap_gtk.c
1926         * src/mh_gtk.c
1927         * src/news_gtk.c
1928         * src/summaryview.c
1929         * src/plugins/trayicon/trayicon.c
1930                 don't offer simple menu separators
1931                 for translation
1932         * src/folderview.c
1933                 add separator between 'mark all read'
1934                 and 'search folder'
1935
1936 2006-11-15 [wwp]        2.6.0cvs49
1937
1938         * src/gtk/authors.h
1939                 updated manuals authors.
1940
1941 2006-11-14 [paul]       2.6.0cvs48
1942
1943         * src/compose.c
1944                 Fix Options/Reply mode after draft save
1945
1946 2006-11-14 [paul]       2.6.0cvs47
1947
1948         * src/Makefile.am
1949                 Fix make DESTDIR=...
1950         * src/mbox.c
1951                 Optimise speed
1952         * src/plugins/pgpinline/pgpinline.c
1953                 Probably fix bug 1061
1954
1955 2006-11-14 [paul]       2.6.0cvs46
1956
1957         * po/Makevars
1958                 enable Q_ macro
1959         * src/Makefile.am
1960         * src/stock_pixmap.c
1961         * src/stock_pixmap.h
1962         * src/gtk/about.c
1963         * src/pixmaps/active.xpm
1964         * src/pixmaps/inactive.xpm
1965                 add a new page, 'Features', to the About dialog
1966                 showing which features are compiled in and which
1967                 are not
1968
1969 2006-11-14 [paul]       2.6.0cvs45
1970
1971         * po/ru.po
1972                 updated by Pavlo Bohmat
1973
1974 2006-11-14 [colin]      2.6.0cvs44
1975
1976         * src/compose.c
1977         * src/inc.c
1978         * src/messageview.c
1979         * src/news.c
1980         * src/pop.c
1981         * src/procmsg.c
1982         * src/gtk/gtkaspell.c
1983                 Fix 64-bit-related warnings
1984         * src/ssl_manager.c
1985                 Fix possible infinite loop
1986         * src/plugins/pgpcore/sgpgme.c
1987                 Remove useless check
1988
1989 2006-11-13 [colin]      2.6.0cvs43
1990
1991         * src/gtk/Makefile.am
1992                 authors.h isn't generated
1993
1994 2006-11-13 [colin]      2.6.0cvs42
1995
1996         * src/plugins/pgpinline/pgpinline.c
1997         * src/plugins/pgpmime/pgpmime.c
1998                 Very probably fix bug 1061, 'crash on 
1999                 opening signed email'. Another cast
2000                 problem
2001
2002 2006-11-13 [colin]      2.6.0cvs41
2003
2004         * src/plugins/pgpcore/sgpgme.c
2005                 Maybe fix bug 1061, 'crash on opening 
2006                 signed email'
2007
2008 2006-11-13 [wwp]        2.6.0cvs40
2009
2010         * src/plugins/pgpinline/pgpinline.c
2011                 fix candidate for bug #1057, thanks to Colin.
2012
2013 2006-11-13 [wwp]        2.6.0cvs39
2014
2015         * src/compose.c
2016         * src/quote_fmt_parse.y
2017                 fix bug 1052: current parser buffer was not always 
2018                 allocated, ptr to this buffer could be returned as 
2019                 NULL whereas no parser error has occurred. in 
2020                 consequence, defining a template body as "%d" 
2021                 (w/o the quotes) for the first time of the instance 
2022                 of claws-mail, was reporting a parser error. make 
2023                 sure that the buffer is always allocated, even to 
2024                 an empty string.
2025                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2026                 unescaping of the fmt string was always done 
2027                 whereas it must be done *only* when receiving 
2028                 quote format strings issued from the prefs 
2029                 (compose new message, reply, forward, redirect 
2030                 formats), *not* when applying templates.  in 
2031                 consequences, applying templates w/ sequences 
2032                 like \\|p{echo} were failing. make sure that 
2033                 unescaping is done only when necessary.
2034
2035 2006-11-12 [colin]      2.6.0cvs38
2036
2037         * po/de.po
2038                 Fix typo (s/KB/MB)
2039
2040 2006-11-12 [colin]      2.6.0cvs37
2041
2042         * src/plugins/pgpinline/pgpinline.c
2043         * src/plugins/pgpmime/pgpmime.c
2044                 Release GPG context at the latest 
2045                 possible moment. Maybe fixes 
2046                 bug 1057, 'crash on sending signed 
2047                 message to a newsgroup'
2048                 
2049
2050 2006-11-12 [colin]      2.6.0cvs36
2051
2052         * src/plugins/pgpcore/sgpgme.c
2053                 Tell a bit more when gpg's status doesn't
2054                 contain any signature
2055
2056 2006-11-12 [colin]      2.6.0cvs35
2057
2058         * src/compose.c
2059                 Fix bug 1060, 'compilation error with 
2060                 Irix's cc'
2061
2062 2006-11-12 [paul]       2.6.0cvs34
2063
2064         * doc/man/claws-mail.1
2065         * src/prefs_gtk.c
2066         * src/plugins/clamav/README
2067         * src/plugins/spamassassin/README
2068         * tools/README
2069         * tools/freshmeat_search.pl
2070         * tools/google_search.pl
2071         * tools/multiwebsearch.pl
2072                 more renaming
2073         * src/plugins/trayicon/trayicon.c
2074                 fix compiliation warning
2075
2076 2006-11-11 [colin]      2.6.0cvs33
2077
2078         * src/folderview.c
2079                 Forbid drag and drop from/to different
2080                 folders of type F_UNKNOWN
2081
2082 2006-11-11 [colin]      2.6.0cvs32
2083
2084         * src/plugins/pgpinline/pgpinline.c
2085                 Fix typo in previous commit:
2086                 - gpgme_new(&ctx);
2087                 + if ((err = gpgme_new(&data->ctx)) ...)
2088
2089 2006-11-11 [colin]      2.6.0cvs31
2090
2091         * src/plugins/pgpinline/pgpinline.c
2092         * src/plugins/pgpmime/pgpmime.c
2093                 Check success after calling gpgme_new
2094                 Maybe fixes bug 1057, 'crash on sending 
2095                 signed message to a newsgroup'
2096
2097 2006-11-11 [colin]      2.6.0cvs30
2098
2099         * src/undo.c
2100                 init undostruct to 0s (from
2101                 valgrind log of bug 1057)
2102
2103 2006-11-10 [colin]      2.6.0cvs29
2104
2105         * src/mainwindow.c
2106                 Set cursor to wait before filtering
2107                 duplicates in all folders
2108         * src/plugins/bogofilter/bogofilter.c
2109         * src/plugins/bogofilter/bogofilter.h
2110         * src/plugins/bogofilter/bogofilter_gtk.c
2111                 Completely thread away the bogofilter
2112                 filtering
2113
2114 2006-11-10 [mones]      2.6.0cvs28
2115
2116         * src/compose.c
2117         * src/compose.h
2118                 added COMPOSE_CHECK_BEFORE_SEND hook
2119
2120 2006-11-10 [paul]       2.6.0cvs27
2121
2122         * src/crash.c
2123                 more renaming
2124                 add libSM to get_compiled_in_features()
2125         * src/main.c
2126                 more renaming
2127
2128 2006-11-10 [colin]      2.6.0cvs26
2129
2130         * src/etpan/imap-thread.c
2131                 Add a reference to libetpan's sasl engine
2132                 so that sasl_done() doesn't get called by
2133                 libetpan, and doesn't break openssl.
2134                 Should fix bug 1053, 'SC fails to reestablish 
2135                 a secure connection'
2136                 Patch by Hoa
2137
2138 2006-11-10 [colin]      2.6.0cvs25
2139
2140         * manual/addrbook.xml
2141         * manual/advanced.xml
2142         * manual/faq.xml
2143         * manual/intro.xml
2144                 Some more renaming
2145
2146 2006-11-09 [colin]      2.6.0cvs24
2147
2148         * src/plugins/bogofilter/bogofilter_gtk.c
2149                 Add comment about annoyance
2150
2151 2006-11-09 [colin]      2.6.0cvs23
2152
2153         * src/plugins/bogofilter/bogofilter.c
2154         * src/plugins/bogofilter/bogofilter_gtk.c
2155                 Prepare things needed to thread bogofilter
2156                 filtering: separate bogo stuff and possible GUI
2157                 stuff. 
2158
2159 2006-11-09 [colin]      2.6.0cvs22
2160
2161         * src/account.c
2162         * src/compose.c
2163                 Search for one of our accounts in Delivered-To
2164                 (helps for auto-account selection when 
2165                  replying/forwarding)
2166         * src/folderview.c
2167         * src/mainwindow.c
2168         * src/mainwindow.h
2169         * src/plugins/trayicon/trayicon.c
2170                 Allow opening a new mail with any account from
2171                 the contextual menu
2172
2173 2006-11-09 [wwp]        2.6.0cvs21
2174
2175         * src/compose.c
2176         * src/prefs_common.c
2177         * src/prefs_common.h
2178         * src/prefs_compose_writing.c
2179                 add a compose new message format (in prefs/compose/writing), it's a
2180                 simple subject+body template to use when opening a new composition
2181                 window. It's similar to the existent reply and forward formats.
2182
2183                 enhanced the template/format % symbols substitution mechanism to
2184                 use current composition window information when % are used in
2185                 the compose new message format or in templates applied to new
2186                 messages (there were useless in that situations before). When
2187                 applied to new messages, %d corresponds to the system time/date.
2188
2189 2006-11-09 [paul]       2.6.0cvs20
2190
2191         * src/gtk/authors.h
2192                 fix last commit
2193
2194 2006-11-09 [paul]       2.6.0cvs19
2195
2196         * src/gtk/authors.h
2197                 keep tje alphabetical order
2198
2199 2006-11-08 [colin]      2.6.0cvs18
2200
2201         * src/etpan/imap-thread.c
2202                 Fix bug 1054, 'Slowness logging big 
2203                 data chunks'
2204
2205 2006-11-08 [paul]       2.6.0cvs17
2206
2207         * tools/Makefile.am
2208                 fix the renaming
2209
2210 2006-11-08 [paul]       2.6.0cvs16
2211
2212         * src/common/defs.h
2213                 update BUGZILLA_URI
2214
2215 2006-11-08 [paul]       2.6.0cvs15
2216
2217         * tools/Makefile.am
2218         * tools/OOo2claws-mail.pl
2219         * tools/OOo2sylpheed.pl
2220         * tools/README
2221         * tools/acroread2claws-mail.pl
2222         * tools/acroread2sylpheed.pl
2223         * tools/kmail2claws-mail.pl
2224         * tools/kmail2claws-mail_v2.pl
2225         * tools/kmail2sylpheed.pl
2226         * tools/kmail2sylpheed_v2.pl
2227         * tools/maildir2claws-mail.pl
2228         * tools/maildir2sylpheed.pl
2229         * tools/nautilus2claws-mail.sh
2230         * tools/nautilus2sylpheed.sh
2231         * tools/outlook2claws-mail.pl
2232         * tools/outlook2sylpheed.pl
2233         * tools/tb2claws-mail
2234         * tools/tb2sylpheed
2235         * tools/tbird2claws.py
2236         * tools/tbird2syl.py
2237         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2238         * tools/kdeservicemenu/install.sh
2239         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2240         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2241         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2242         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2243         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2244                 renamed (removed, added) tools files
2245
2246 2006-11-08 [paul]       2.6.0cvs14
2247
2248         * src/main.c
2249         * src/common/defs.h
2250                 Migrate sylpheedrc to clawsrc, and fix the standard
2251                 plugins path in the process
2252
2253 2006-11-07 [colin]      2.6.0cvs13
2254
2255         * src/Makefile.am
2256                 Symlink sylpheed-claws relative to 
2257                 claws-mail
2258
2259 2006-11-07 [colin]      2.6.0cvs12
2260
2261         * src/compose.c
2262                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2263
2264 2006-11-07 [paul]       2.6.0cvs11
2265
2266         * src/gtk/about.c
2267                 Fix a missed occurence of
2268                 Sylpheed-Claws
2269
2270 2006-11-07 [paul]       2.6.0cvs10
2271
2272         * src/Makefile.am
2273                 Fix symlink installation
2274
2275 2006-11-07 [paul]       2.6.0cvs9
2276
2277         * src/Makefile.am
2278                 Symlink claws-mail to sylpheed-claws
2279         * src/common/utils.c
2280                 Fix migrating symlinks
2281         * src/etpan/imap-thread.c
2282                 check certificate only when there's
2283                 no error
2284
2285 2006-11-07 [paul]       2.6.0cvs8
2286
2287         * Makefile.am
2288                 Fix icon breakages with Gtk, which needs a 
2289                 cache updated to see them.
2290
2291 2006-11-07 [paul]       2.6.0cvs7
2292
2293         * .cvsignore
2294         * AUTHORS
2295         * COPYING
2296         * INSTALL
2297         * Makefile.am
2298         * NEWS
2299         * README
2300         * RELEASE_NOTES
2301         * autogen.sh
2302         * claws-mail-128x128.png
2303         * claws-mail-64x64.png
2304         * claws-mail.ico
2305         * claws-mail.pc.in
2306         * claws-mail.png
2307         * configure.ac
2308         * sylpheed-claws-128x128.png
2309         * sylpheed-claws-64x64.png
2310         * sylpheed-claws.desktop
2311         * sylpheed-claws.ico
2312         * sylpheed-claws.pc.in
2313         * sylpheed-claws.png
2314         * debian/README.Debian
2315         * debian/changelog
2316         * debian/claws-mail.desktop
2317         * debian/claws-mail.menu
2318         * debian/claws-mail.postinst.debhelper
2319         * debian/claws-mail.postrm.debhelper
2320         * debian/control
2321         * debian/copyright
2322         * debian/files
2323         * debian/rules
2324         * debian/sylpheed-claws.desktop
2325         * debian/sylpheed-claws.menu
2326         * debian/sylpheed-claws.postinst.debhelper
2327         * debian/sylpheed-claws.postrm.debhelper
2328         * doc/man/Makefile.am
2329         * doc/man/claws-mail.1
2330         * doc/man/sylpheed-claws.1
2331         * doc/src/ChangeLog.claws-pre0.8.0
2332         * manual/Makefile.am
2333         * manual/account.xml
2334         * manual/ack.xml
2335         * manual/addrbook.xml
2336         * manual/advanced.xml
2337         * manual/claws-mail-manual.xml
2338         * manual/faq.xml
2339         * manual/glossary.xml
2340         * manual/handling.xml
2341         * manual/intro.xml
2342         * manual/keyboard.xml
2343         * manual/plugins.xml
2344         * manual/starting.xml
2345         * manual/sylpheed-claws-manual.xml
2346         * manual/xml2pdf
2347         * manual/dist/.cvsignore
2348         * manual/dist/html/.cvsignore
2349         * manual/dist/html/Makefile.am
2350         * manual/dist/pdf/.cvsignore
2351         * manual/dist/pdf/Makefile.am
2352         * manual/dist/ps/.cvsignore
2353         * manual/dist/ps/Makefile.am
2354         * manual/dist/txt/.cvsignore
2355         * manual/dist/txt/Makefile.am
2356         * manual/es/Makefile.am
2357         * manual/es/advanced.xml
2358         * manual/es/claws-mail-manual.xml
2359         * manual/es/faq.xml
2360         * manual/es/glossary.xml
2361         * manual/es/handling.xml
2362         * manual/es/intro.xml
2363         * manual/es/plugins.xml
2364         * manual/es/sylpheed-claws-manual.xml
2365         * manual/es/dist/.cvsignore
2366         * manual/es/dist/html/.cvsignore
2367         * manual/es/dist/html/Makefile.am
2368         * manual/es/dist/pdf/.cvsignore
2369         * manual/es/dist/pdf/Makefile.am
2370         * manual/es/dist/ps/.cvsignore
2371         * manual/es/dist/ps/Makefile.am
2372         * manual/es/dist/txt/.cvsignore
2373         * manual/es/dist/txt/Makefile.am
2374         * manual/fr/Makefile.am
2375         * manual/fr/account.xml
2376         * manual/fr/ack.xml
2377         * manual/fr/addrbook.xml
2378         * manual/fr/advanced.xml
2379         * manual/fr/claws-mail-manual.xml
2380         * manual/fr/faq.xml
2381         * manual/fr/glossary.xml
2382         * manual/fr/handling.xml
2383         * manual/fr/intro.xml
2384         * manual/fr/keyboard.xml
2385         * manual/fr/plugins.xml
2386         * manual/fr/starting.xml
2387         * manual/fr/sylpheed-claws-manual.xml
2388         * manual/fr/dist/.cvsignore
2389         * manual/fr/dist/html/.cvsignore
2390         * manual/fr/dist/html/Makefile.am
2391         * manual/fr/dist/pdf/.cvsignore
2392         * manual/fr/dist/pdf/Makefile.am
2393         * manual/fr/dist/ps/.cvsignore
2394         * manual/fr/dist/ps/Makefile.am
2395         * manual/fr/dist/txt/.cvsignore
2396         * manual/fr/dist/txt/Makefile.am
2397         * manual/pl/Makefile.am
2398         * manual/pl/account.xml
2399         * manual/pl/ack.xml
2400         * manual/pl/addrbook.xml
2401         * manual/pl/advanced.xml
2402         * manual/pl/claws-mail-manual.xml
2403         * manual/pl/faq.xml
2404         * manual/pl/glossary.xml
2405         * manual/pl/handling.xml
2406         * manual/pl/intro.xml
2407         * manual/pl/keyboard.xml
2408         * manual/pl/plugins.xml
2409         * manual/pl/starting.xml
2410         * manual/pl/sylpheed-claws-manual.xml
2411         * manual/pl/dist/.cvsignore
2412         * manual/pl/dist/html/.cvsignore
2413         * manual/pl/dist/html/Makefile.am
2414         * manual/pl/dist/pdf/.cvsignore
2415         * manual/pl/dist/pdf/Makefile.am
2416         * manual/pl/dist/ps/.cvsignore
2417         * manual/pl/dist/ps/Makefile.am
2418         * manual/pl/dist/txt/.cvsignore
2419         * manual/pl/dist/txt/Makefile.am
2420         * po/.cvsignore
2421         * po/Makevars
2422         * src/.cvsignore
2423         * src/Makefile.am
2424         * src/account.c
2425         * src/account.h
2426         * src/action.c
2427         * src/action.h
2428         * src/adbookbase.h
2429         * src/addr_compl.c
2430         * src/addr_compl.h
2431         * src/addrbook.c
2432         * src/addrcache.c
2433         * src/addrcache.h
2434         * src/addrcindex.c
2435         * src/addrcindex.h
2436         * src/addrclip.c
2437         * src/addrclip.h
2438         * src/addrdefs.h
2439         * src/addressadd.c
2440         * src/addressadd.h
2441         * src/addressbook.c
2442         * src/addressbook.h
2443         * src/addressbook_foldersel.c
2444         * src/addressbook_foldersel.h
2445         * src/addrgather.c
2446         * src/addrgather.h
2447         * src/addrharvest.c
2448         * src/addrharvest.h
2449         * src/addrindex.c
2450         * src/addrindex.h
2451         * src/addritem.c
2452         * src/addritem.h
2453         * src/addrquery.c
2454         * src/addrquery.h
2455         * src/addrselect.c
2456         * src/addrselect.h
2457         * src/alertpanel.c
2458         * src/alertpanel.h
2459         * src/browseldap.c
2460         * src/browseldap.h
2461         * src/codeconv.c
2462         * src/codeconv.h
2463         * src/compose.c
2464         * src/crash.c
2465         * src/crash.h
2466         * src/customheader.c
2467         * src/customheader.h
2468         * src/displayheader.c
2469         * src/displayheader.h
2470         * src/editaddress.c
2471         * src/editaddress.h
2472         * src/editbook.c
2473         * src/editbook.h
2474         * src/editgroup.c
2475         * src/editgroup.h
2476         * src/editjpilot.c
2477         * src/editjpilot.h
2478         * src/editldap.c
2479         * src/editldap.h
2480         * src/editldap_basedn.c
2481         * src/editldap_basedn.h
2482         * src/editvcard.c
2483         * src/editvcard.h
2484         * src/exphtmldlg.c
2485         * src/exphtmldlg.h
2486         * src/expldifdlg.c
2487         * src/expldifdlg.h
2488         * src/export.c
2489         * src/exporthtml.c
2490         * src/exporthtml.h
2491         * src/exportldif.c
2492         * src/exportldif.h
2493         * src/filtering.c
2494         * src/filtering.h
2495         * src/folder.c
2496         * src/folder.h
2497         * src/folder_item_prefs.c
2498         * src/folder_item_prefs.h
2499         * src/foldersel.c
2500         * src/foldersel.h
2501         * src/folderutils.c
2502         * src/folderutils.h
2503         * src/folderview.c
2504         * src/folderview.h
2505         * src/grouplistdialog.c
2506         * src/grouplistdialog.h
2507         * src/html.c
2508         * src/html.h
2509         * src/image_viewer.c
2510         * src/image_viewer.h
2511         * src/imap.c
2512         * src/imap.h
2513         * src/imap_gtk.c
2514         * src/imap_gtk.h
2515         * src/import.c
2516         * src/import.h
2517         * src/importldif.c
2518         * src/importldif.h
2519         * src/importmutt.c
2520         * src/importmutt.h
2521         * src/importpine.c
2522         * src/importpine.h
2523         * src/inc.c
2524         * src/inc.h
2525         * src/jpilot.c
2526         * src/jpilot.h
2527         * src/ldapctrl.c
2528         * src/ldapctrl.h
2529         * src/ldaplocate.c
2530         * src/ldaplocate.h
2531         * src/ldapquery.c
2532         * src/ldapquery.h
2533         * src/ldapserver.c
2534         * src/ldapserver.h
2535         * src/ldaputil.c
2536         * src/ldaputil.h
2537         * src/ldif.c
2538         * src/ldif.h
2539         * src/localfolder.c
2540         * src/localfolder.h
2541         * src/main.c
2542         * src/main.h
2543         * src/mainwindow.c
2544         * src/mainwindow.h
2545         * src/manual.c
2546         * src/manual.h
2547         * src/matcher.c
2548         * src/matcher.h
2549         * src/matcher_parser.h
2550         * src/matcher_parser_lex.l
2551         * src/matcher_parser_parse.y
2552         * src/mbox.c
2553         * src/mbox.h
2554         * src/message_search.c
2555         * src/message_search.h
2556         * src/messageview.c
2557         * src/messageview.h
2558         * src/mh.c
2559         * src/mh.h
2560         * src/mh_gtk.c
2561         * src/mh_gtk.h
2562         * src/mimeview.c
2563         * src/mimeview.h
2564         * src/msgcache.c
2565         * src/msgcache.h
2566         * src/mutt.c
2567         * src/mutt.h
2568         * src/news.c
2569         * src/news.h
2570         * src/news_gtk.c
2571         * src/news_gtk.h
2572         * src/noticeview.c
2573         * src/noticeview.h
2574         * src/partial_download.c
2575         * src/partial_download.h
2576         * src/pine.c
2577         * src/pine.h
2578         * src/pop.c
2579         * src/pop.h
2580         * src/prefs_account.c
2581         * src/prefs_account.h
2582         * src/prefs_actions.c
2583         * src/prefs_actions.h
2584         * src/prefs_common.c
2585         * src/prefs_common.h
2586         * src/prefs_compose_writing.c
2587         * src/prefs_compose_writing.h
2588         * src/prefs_customheader.c
2589         * src/prefs_customheader.h
2590         * src/prefs_display_header.c
2591         * src/prefs_display_header.h
2592         * src/prefs_ext_prog.c
2593         * src/prefs_ext_prog.h
2594         * src/prefs_filtering.c
2595         * src/prefs_folder_column.c
2596         * src/prefs_folder_column.h
2597         * src/prefs_folder_item.c
2598         * src/prefs_folder_item.h
2599         * src/prefs_fonts.c
2600         * src/prefs_fonts.h
2601         * src/prefs_gtk.c
2602         * src/prefs_gtk.h
2603         * src/prefs_image_viewer.c
2604         * src/prefs_image_viewer.h
2605         * src/prefs_matcher.c
2606         * src/prefs_matcher.h
2607         * src/prefs_message.c
2608         * src/prefs_message.h
2609         * src/prefs_msg_colors.c
2610         * src/prefs_msg_colors.h
2611         * src/prefs_other.c
2612         * src/prefs_other.h
2613         * src/prefs_quote.c
2614         * src/prefs_quote.h
2615         * src/prefs_receive.c
2616         * src/prefs_receive.h
2617         * src/prefs_send.c
2618         * src/prefs_send.h
2619         * src/prefs_spelling.c
2620         * src/prefs_spelling.h
2621         * src/prefs_summaries.c
2622         * src/prefs_summaries.h
2623         * src/prefs_summary_column.c
2624         * src/prefs_summary_column.h
2625         * src/prefs_template.c
2626         * src/prefs_template.h
2627         * src/prefs_themes.c
2628         * src/prefs_themes.h
2629         * src/prefs_toolbar.c
2630         * src/prefs_toolbar.h
2631         * src/prefs_wrapping.c
2632         * src/prefs_wrapping.h
2633         * src/privacy.c
2634         * src/privacy.h
2635         * src/procheader.c
2636         * src/procheader.h
2637         * src/procmime.c
2638         * src/procmime.h
2639         * src/procmsg.c
2640         * src/procmsg.h
2641         * src/quote_fmt.c
2642         * src/quote_fmt_parse.y
2643         * src/recv.c
2644         * src/recv.h
2645         * src/remotefolder.c
2646         * src/remotefolder.h
2647         * src/send_message.c
2648         * src/send_message.h
2649         * src/setup.c
2650         * src/setup.h
2651         * src/sourcewindow.c
2652         * src/sourcewindow.h
2653         * src/ssl_manager.c
2654         * src/ssl_manager.h
2655         * src/statusbar.c
2656         * src/statusbar.h
2657         * src/stock_pixmap.c
2658         * src/stock_pixmap.h
2659         * src/summary_search.c
2660         * src/summary_search.h
2661         * src/summaryview.c
2662         * src/summaryview.h
2663         * src/syldap.c
2664         * src/syldap.h
2665         * src/textview.c
2666         * src/textview.h
2667         * src/toolbar.c
2668         * src/toolbar.h
2669         * src/undo.c
2670         * src/undo.h
2671         * src/unmime.c
2672         * src/unmime.h
2673         * src/vcard.c
2674         * src/vcard.h
2675         * src/wizard.c
2676         * src/wizard.h
2677         * src/common/base64.c
2678         * src/common/base64.h
2679         * src/common/defs.h
2680         * src/common/hooks.c
2681         * src/common/hooks.h
2682         * src/common/log.c
2683         * src/common/log.h
2684         * src/common/mgutils.c
2685         * src/common/mgutils.h
2686         * src/common/nntp.c
2687         * src/common/nntp.h
2688         * src/common/passcrypt.c
2689         * src/common/passcrypt.h.in
2690         * src/common/plugin.c
2691         * src/common/plugin.h
2692         * src/common/prefs.c
2693         * src/common/prefs.h
2694         * src/common/progressindicator.c
2695         * src/common/progressindicator.h
2696         * src/common/quoted-printable.c
2697         * src/common/quoted-printable.h
2698         * src/common/session.c
2699         * src/common/session.h
2700         * src/common/smtp.c
2701         * src/common/smtp.h
2702         * src/common/socket.c
2703         * src/common/socket.h
2704         * src/common/ssl.c
2705         * src/common/ssl.h
2706         * src/common/stringtable.c
2707         * src/common/stringtable.h
2708         * src/common/sylpheed.c
2709         * src/common/sylpheed.h
2710         * src/common/template.c
2711         * src/common/template.h
2712         * src/common/timing.h
2713         * src/common/utils.c
2714         * src/common/utils.h
2715         * src/common/version.h.in
2716         * src/common/xml.c
2717         * src/common/xml.h
2718         * src/common/xmlprops.c
2719         * src/common/xmlprops.h
2720         * src/gtk/about.c
2721         * src/gtk/colorlabel.c
2722         * src/gtk/colorlabel.h
2723         * src/gtk/colorsel.c
2724         * src/gtk/colorsel.h
2725         * src/gtk/combobox.c
2726         * src/gtk/combobox.h
2727         * src/gtk/description_window.c
2728         * src/gtk/description_window.h
2729         * src/gtk/filesel.c
2730         * src/gtk/filesel.h
2731         * src/gtk/foldersort.c
2732         * src/gtk/foldersort.h
2733         * src/gtk/gtkaspell.c
2734         * src/gtk/gtkaspell.h
2735         * src/gtk/gtksctree.c
2736         * src/gtk/gtkshruler.c
2737         * src/gtk/gtkshruler.h
2738         * src/gtk/gtkutils.c
2739         * src/gtk/gtkutils.h
2740         * src/gtk/icon_legend.c
2741         * src/gtk/icon_legend.h
2742         * src/gtk/logwindow.c
2743         * src/gtk/logwindow.h
2744         * src/gtk/manage_window.c
2745         * src/gtk/manage_window.h
2746         * src/gtk/pluginwindow.c
2747         * src/gtk/pluginwindow.h
2748         * src/gtk/prefswindow.c
2749         * src/gtk/prefswindow.h
2750         * src/gtk/quicksearch.c
2751         * src/gtk/quicksearch.h
2752         * src/pixmaps/claws-mail.xpm
2753         * src/pixmaps/claws-mail_icon.xpm
2754         * src/pixmaps/claws-mail_logo.xpm
2755         * src/pixmaps/sylpheed-claws.xpm
2756         * src/pixmaps/sylpheed-claws_icon.xpm
2757         * src/pixmaps/sylpheed-claws_logo.xpm
2758         * src/plugins/bogofilter/Makefile.am
2759         * src/plugins/bogofilter/bogofilter.c
2760         * src/plugins/bogofilter/bogofilter.h
2761         * src/plugins/bogofilter/bogofilter_gtk.c
2762         * src/plugins/clamav/Makefile.am
2763         * src/plugins/clamav/clamav_plugin.c
2764         * src/plugins/clamav/clamav_plugin.h
2765         * src/plugins/clamav/clamav_plugin_gtk.c
2766         * src/plugins/demo/Makefile.am
2767         * src/plugins/demo/demo.c
2768         * src/plugins/dillo_viewer/Makefile.am
2769         * src/plugins/dillo_viewer/README
2770         * src/plugins/dillo_viewer/dillo_prefs.c
2771         * src/plugins/dillo_viewer/dillo_prefs.h
2772         * src/plugins/dillo_viewer/dillo_viewer.c
2773         * src/plugins/pgpcore/Makefile.am
2774         * src/plugins/pgpcore/passphrase.c
2775         * src/plugins/pgpcore/passphrase.h
2776         * src/plugins/pgpcore/pgp_viewer.c
2777         * src/plugins/pgpcore/pgp_viewer.h
2778         * src/plugins/pgpcore/plugin.c
2779         * src/plugins/pgpcore/prefs_gpg.c
2780         * src/plugins/pgpcore/prefs_gpg.h
2781         * src/plugins/pgpcore/select-keys.c
2782         * src/plugins/pgpcore/select-keys.h
2783         * src/plugins/pgpcore/sgpgme.c
2784         * src/plugins/pgpcore/sgpgme.h
2785         * src/plugins/pgpcore/sylpheed.def
2786         * src/plugins/pgpcore/version.rc
2787         * src/plugins/pgpinline/Makefile.am
2788         * src/plugins/pgpinline/pgpinline.c
2789         * src/plugins/pgpinline/pgpinline.h
2790         * src/plugins/pgpinline/plugin.c
2791         * src/plugins/pgpinline/sylpheed.def
2792         * src/plugins/pgpinline/version.rc
2793         * src/plugins/pgpmime/Makefile.am
2794         * src/plugins/pgpmime/pgpmime.c
2795         * src/plugins/pgpmime/pgpmime.h
2796         * src/plugins/pgpmime/plugin.c
2797         * src/plugins/pgpmime/sylpheed.def
2798         * src/plugins/pgpmime/version.rc
2799         * src/plugins/spamassassin/Makefile.am
2800         * src/plugins/spamassassin/README
2801         * src/plugins/spamassassin/spamassassin.c
2802         * src/plugins/spamassassin/spamassassin.h
2803         * src/plugins/spamassassin/spamassassin_gtk.c
2804         * src/plugins/trayicon/Makefile.am
2805         * src/plugins/trayicon/trayicon.c
2806         * tools/OOo2sylpheed.pl
2807         * tools/README
2808         * tools/README.sylprint
2809         * tools/acroread2sylpheed.pl
2810         * tools/claws.i18n.status.pl
2811         * tools/filter_conv.pl
2812         * tools/filter_conv_new.pl
2813         * tools/freshmeat_search.pl
2814         * tools/google_search.pl
2815         * tools/kmail2sylpheed.pl
2816         * tools/kmail2sylpheed_v2.pl
2817         * tools/make.themes.project
2818         * tools/multiwebsearch.pl
2819         * tools/nautilus2sylpheed.sh
2820         * tools/outlook2sylpheed.pl
2821         * tools/sylprint.pl
2822         * tools/sylprint.rc
2823         * tools/tb2sylpheed
2824         * tools/textviewer.sh
2825         * tools/vcard2xml.py
2826         * tools/kdeservicemenu/README
2827         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2828         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2829         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2830                 Change name to Claws Mail. Announce to follow...
2831
2832 2006-11-06 [wwp]        2.6.0cvs6
2833
2834         * src/prefs_template.c
2835                 unify messages related to quote format/template errors (fix
2836                 capitalization), again.
2837
2838 2006-11-06 [wwp]        2.6.0cvs5
2839
2840         * src/prefs_quote.c
2841                 unify messages related to quote format/template errors.
2842
2843 2006-11-06 [wwp]        2.6.0cvs4
2844
2845         * src/prefs_msg_colors.c
2846                 more uses of Q_ macro for contextual translations, thanks
2847                 to Fabien (fzzzzz).
2848
2849 2006-11-06 [wwp]        2.6.0cvs3
2850
2851         * src/compose.c
2852         * src/common/utils.c
2853         * src/common/utils.h
2854                 show an alertpanel to make sure users are aware that sensitive
2855                 files are attached (it's file blacklist-based). This will fix
2856                 interaction w/ GoogleEarth for instance, thanks to Colin.
2857
2858 2006-11-06 [wwp]        2.6.0cvs2
2859
2860         * src/prefs_quote.c
2861         * src/prefs_template.c
2862         * src/prefs_template.h
2863                 check quote format when applying/closing prefs. For now this only
2864                 shows up an error dialog box, not preventing the user from using
2865                 a broken quote (reply, forwards) format.
2866
2867 2006-11-06 [wwp]        2.6.0cvs1
2868
2869         * src/prefs_template.c
2870                 fix missing checks of some template fields.
2871
2872 2006-11-06 [paul]       2.6.0
2873
2874         * NEWS
2875         * README
2876         * RELEASE_NOTES
2877                 2.6.0 released
2878
2879 2006-11-06 [paul]       2.5.6cvs22
2880
2881         * manual/advanced.xml
2882         * manual/es/advanced.xml
2883                 put 'respect_flowed_format' info in the correct
2884                 place
2885
2886 2006-11-06 [mones]      2.5.6cvs21
2887
2888         * po/es.po
2889                 Minor fixes for release
2890
2891 2006-11-06 [paul]       2.5.6cvs20
2892
2893         * po/cs.po
2894         * po/de.po
2895         * po/fr.po
2896         * po/it.po
2897         * po/nl.po
2898         * po/pt_BR.po
2899         * po/sk.po
2900         * po/sv.po
2901         * po/zh_CN.po
2902                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2903                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2904                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2905                 Young
2906
2907 2006-11-02 [colin]      2.5.6cvs19
2908
2909         * src/imap.c
2910         * src/imap.h
2911         * src/prefs_account.c
2912         * src/etpan/imap-thread.c
2913                 Add GSSAPI support - fixes Debian bug #383274
2914
2915 2006-11-01 [colin]      2.5.6cvs18
2916
2917         * src/jpilot.c
2918                 Handle libpisock12 support. Probably
2919                 fixes bug 1046, 'jpilot AddressDB.pdb 
2920                 import fail'
2921
2922 2006-11-01 [colin]      2.5.6cvs17
2923
2924         * src/folderutils.c
2925                 debug_print() folderutils_mark_all_read()
2926
2927 2006-11-01 [colin]      2.5.6cvs16
2928
2929         * COPYING
2930                 Add missed files to the Apache exception
2931
2932 2006-10-31 [colin]      2.5.6cvs15
2933
2934         * src/folder.c
2935         * src/folder.h
2936                 Add a copy_private_data() func to FolderClasses
2937                 Doesn't break the feature freeze, because we 
2938                 won't use it (right now) in the core.
2939
2940 2006-10-31 [colin]      2.5.6cvs14
2941
2942         * COPYING
2943                 Allow linking with the Apache licensed files in
2944                 src/plugins/spamassassin. Hopefully fixes 
2945                 bug 1048, 'Spamassassin plugin license problem'
2946
2947 2006-10-31 [wwp]        2.5.6cvs13
2948
2949         * src/compose.c
2950                 fix and optimize trimming of leading linefeeds in body loop.
2951
2952 2006-10-31 [colin]      2.5.6cvs12
2953
2954         * src/etpan/imap-thread.c
2955         * src/imap.c
2956                 Make really sure to have NULL sets in case
2957                 of error
2958
2959 2006-10-30 [wwp]        2.5.6cvs11
2960
2961         * src/prefs_common.c
2962         * src/prefs_common.h
2963         * src/compose.c
2964                 fix broken storage of quote format template when it contains \-escape
2965                 sequences. The application of such sequences is also fixed now (\t
2966                 in quote format will be a real tab instead of a 't', for instance).
2967
2968 2006-10-27 [colin]      2.5.6cvs10
2969
2970         * src/compose.c
2971                 Probably fix bug 1045, 'sylpheed-claws 
2972                 doesn't remove the mail from the IMAP 
2973                 Queue folder after sending'. From
2974                 2.5.6cvs3-stable
2975
2976 2006-10-27 [colin]      2.5.6cvs9
2977
2978         * configure.ac
2979                 Require libetpan-0.48. I'm so annoying,
2980                 I know ;-)
2981
2982 2006-10-27 [colin]      2.5.6cvs8
2983
2984         * src/folder.c
2985         * src/imap.c
2986                 Probably fix bug 1044, 'sylpheed-claws 
2987                 segfaults while moving mails' - Fix relation
2988                 usage when moving to an IMAP mailbox from another
2989                 mailbox
2990
2991 2006-10-26 [paul]       2.5.6cvs7
2992
2993         * src/gtk/about.c
2994                 add libSM to compiled-in features
2995                 list
2996
2997 2006-10-24 [colin]      2.5.6cvs6
2998
2999         * src/textview.c
3000         * src/gtk/gtkutils.c
3001                 Fix crash when printing emails with an
3002                 xface
3003
3004 2006-10-24 [mones]      2.5.6cvs5
3005
3006         * manual/es/advanced.xml
3007                 Synchronize hidden option respect_flowed_format
3008         * po/es.po
3009                 Updated translation
3010
3011 2006-10-21 [paul]       2.5.6cvs4
3012
3013         * src/gtk/authors.h
3014         * src/plugins/pgpcore/pgp_viewer.c
3015         * src/plugins/pgpcore/sgpgme.c
3016                 fix building on BSDs
3017                 Thanks to Michael Hughes
3018                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3019
3020 2006-10-20 [colin]      2.5.6cvs3
3021
3022         * configure.ac
3023                 Bump up libetpan requirement
3024                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3025         * src/common/utils.c
3026         * src/common/utils.h
3027                 Add convenience get_file_mtime()
3028         * src/imap.c
3029         * src/etpan/imap-thread.c
3030         * src/etpan/imap-thread.h
3031                 Implement UIDPLUS support if the server
3032                 supports it - faster sending in this case
3033
3034 2006-10-19 [colin]      2.5.6cvs2
3035
3036         * src/gtk/quicksearch.c
3037                 Fix emptying in type-ahead+extended mode
3038         * src/mainwindow.c
3039         * src/mainwindow.h
3040                 Add a hook for offline state change
3041         * src/plugins/trayicon/trayicon.c
3042                 Use it to display offline icons
3043         * src/plugins/trayicon/Makefile.am
3044         * src/plugins/trayicon/newmail.offline.xpm
3045         * src/plugins/trayicon/newmarkedmail.offline.xpm
3046         * src/plugins/trayicon/nomail.offline.xpm
3047         * src/plugins/trayicon/unreadmail.offline.xpm
3048         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3049                 Add the icons
3050
3051 2006-10-12 [paul]       2.5.6cvs1
3052
3053         * NEWS
3054         * README
3055         * configure.ac
3056                 Update version number following
3057                 stable release
3058
3059 2006-10-19 [colin]      2.5.5cvs18
3060
3061         * manual/handling.xml
3062                 Add type-ahead search
3063
3064 2006-10-18 [colin]      2.5.5cvs17
3065
3066         * src/gtk/quicksearch.c
3067                 Remove "save to history only if there's
3068                 no syntax error", it breaks for some 
3069                 reason which I'll investigate later.
3070
3071 2006-10-18 [colin]      2.5.5cvs16
3072
3073         * src/prefs_common.c
3074         * src/prefs_common.h
3075         * src/summaryview.c
3076         * src/gtk/quicksearch.c
3077         * src/gtk/quicksearch.h
3078                 Add a type-ahead option for fast searches
3079                 Patch by Fabien Vantard
3080
3081 2006-10-18 [colin]      2.5.5cvs15
3082
3083         * src/compose.c
3084         * src/compose.h
3085                 Add Options/Reply mode/ menu to be able to
3086                 change the recipients of a reply on the fly
3087
3088 2006-10-18 [colin]      2.5.5cvs14
3089
3090         * src/compose.c
3091                 Fix redirecting of our own sent mails
3092
3093 2006-10-17 [wwp]        2.5.5cvs13
3094
3095         * src/send_message.c
3096                 Fix duplicate error messages when sending, and missing
3097                 newline in such error messages.
3098
3099 2006-10-17 [colin]      2.5.5cvs12
3100
3101         * src/compose.c
3102                 Compare addresses case-insensitive
3103
3104 2006-10-17 [colin]      2.5.5cvs11
3105
3106         * src/plugins/pgpcore/sgpgme.c
3107                 Fix return status
3108
3109 2006-10-17 [colin]      2.5.5cvs10
3110
3111         * src/plugins/pgpcore/pgp_viewer.c
3112                 Fix return status
3113
3114 2006-10-17 [colin]      2.5.5cvs9
3115
3116         * src/quote_fmt.c
3117                 Fix a typo (thanks to Fabien)
3118
3119 2006-10-16 [colin]      2.5.5cvs8
3120
3121         * src/textview.c
3122                 Fix problem with quote-folding when emails
3123                 don't convert cleanly to UTF-8
3124
3125 2006-10-14 [colin]      2.5.5cvs7
3126
3127         * src/prefs_template.c
3128                 Reset fields when reopening
3129                 the window
3130
3131 2006-10-13 [paul]       2.5.5cvs6
3132
3133         * manual/advanced.xml
3134         * src/prefs_message.c
3135                 make 'respect_flowed_format' a hidden
3136                 option, and add a manual entry for it
3137                 Thanks to Colin
3138
3139 2006-10-12 [colin]      2.5.5cvs5
3140
3141         * src/codeconv.c
3142                 Revert part of 2.5.2cvs21:
3143                 Don't optimise by reusing the 
3144                 last iconv converter if possible:
3145                 it seems slightly broken in a 
3146                 very hard way to reproduce
3147
3148 2006-10-12 [colin]      2.5.5cvs4
3149
3150         * src/prefs_common.c
3151         * src/prefs_common.h
3152         * src/prefs_message.c
3153         * src/procmime.c
3154                 Fix bug 1035, 'Incorrect handling 
3155                 of flowed lines'. We now optionnaly
3156                 handle this format (preference is in
3157                 Message View/Text options section)
3158
3159 2006-10-12 [colin]      2.5.5cvs3
3160
3161         * po/POTFILES.in
3162                 Add new file
3163         * src/plugins/pgpcore/pgp_viewer.c
3164         * src/plugins/pgpcore/sgpgme.c
3165                 Don't try to import without asking
3166
3167 2006-10-12 [colin]      2.5.5cvs2
3168
3169         * src/compose.c
3170                 Fix bug 1036, 'Forwarding a mutlipart
3171                 mail with a "text/html" block to ms
3172                 outlook users leeds to freeze of
3173                 outlook'. Poor outlook users...
3174
3175 2006-10-12 [paul]       2.5.5cvs1
3176
3177         * NEWS
3178         * README
3179         * configure.ac
3180                 Update version number following
3181                 stable release
3182
3183 2006-10-11 [paul]       2.5.4cvs1
3184
3185         * NEWS
3186         * README
3187         * configure.ac
3188                 Update version number following
3189                 stable release
3190
3191 2006-10-11 [paul]       2.5.3cvs32
3192
3193         * src/textview.c
3194                 fix bug 1032, 'Segmentation fault when showing
3195                 message' (bug in quote folding)
3196                 Thanks to Colin
3197
3198 2006-10-10 [colin]      2.5.3cvs31
3199
3200         * src/quote_fmt.c
3201                 Rephrase english a bit
3202
3203 2006-10-10 [colin]      2.5.3cvs30
3204
3205         * src/prefs_compose_writing.c
3206                 Stop making the page larger than the window
3207
3208 2006-10-10 [wwp]        2.5.3cvs29
3209
3210         * src/compose.c
3211         * src/prefs_template.c
3212         * src/quote_fmt.c
3213         * src/quote_fmt.h
3214         * src/quote_fmt_lex.l
3215         * src/quote_fmt_parse.y
3216                 Extend the quote parser a bit: allow to get access to
3217                 basic (composing) account info.
3218
3219 2006-10-10 [colin]      2.5.3cvs28
3220
3221         * src/procheader.c
3222                 Fix this \t problem in subject
3223
3224 2006-10-09 [colin]      2.5.3cvs27
3225
3226         * src/main.c
3227         * src/prefs_gtk.c
3228                 Prepare cache a bit later
3229                 If section already exists, skip the new one 
3230                 (as previously); avoid writing the same block
3231                 twice - if we find a second block with the 
3232                 same id, skip it.
3233         * src/plugins/pgpcore/pgp_viewer.c
3234                 Set cursor to busy when retrieving a key
3235         * src/plugins/pgpcore/sgpgme.c
3236                 allow 5 seconds for gpg to export the key
3237                 
3238
3239 2006-10-09 [colin]      2.5.3cvs26
3240
3241         * configure.ac
3242         * src/msgcache.c
3243         * src/prefs_gtk.c
3244                 Check for existence of fgets_unlocked
3245                 and fwrite_unlocked
3246
3247 2006-10-09 [paul]       2.5.3cvs25
3248
3249         * src/prefs_summaries.c
3250                 replace strftime() with fast_strftime() and in
3251                 the consequence fix the bug in the display of
3252                 AM/PM in the 'Example' string
3253
3254 2006-10-09 [ticho]      2.5.3cvs24
3255
3256         * po/sk.po
3257                 Updated (and fixed up somewhat) Slovak translation.
3258
3259 2006-10-08 [colin]      2.5.3cvs23
3260
3261         * src/prefs_folder_item.c
3262                 Explain why prefs in the top-level folder
3263                 aren't retained, but are still useful
3264
3265 2006-10-08 [colin]      2.5.3cvs22
3266
3267         * src/prefs_gtk.c
3268                 Don't cache anything if caching fails
3269
3270 2006-10-08 [colin]      2.5.3cvs21
3271
3272         * src/common/utils.c
3273                 always include gi18n.h
3274
3275 2006-10-07 [colin]      2.5.3cvs20
3276
3277         * src/plugins/pgpcore/pgp_viewer.c
3278                 Kill gpg after 5 seconds wait
3279
3280 2006-10-07 [colin]      2.5.3cvs19
3281
3282         * src/plugins/pgpcore/pgp_viewer.c
3283         * src/plugins/pgpcore/pgp_viewer.h
3284                 Fix copyright
3285
3286 2006-10-07 [colin]      2.5.3cvs18
3287
3288         * src/plugins/pgpcore/pgp_viewer.c
3289         * src/plugins/pgpcore/pgp_viewer.h
3290                 Actually add the files to CVS
3291
3292 2006-10-07 [colin]      2.5.3cvs17
3293
3294         * src/plugins/pgpcore/sgpgme.c
3295                 Be sure not to crash on 'application/pgp-signature' that
3296                 are not application/pgp-signatures
3297
3298 2006-10-07 [colin]      2.5.3cvs16
3299
3300         * src/textview.c
3301         * src/textview.h
3302                 Make a bit more of the API available
3303         * src/plugins/pgpcore/Makefile.am
3304         * src/plugins/pgpcore/plugin.c
3305         * src/plugins/pgpcore/sgpgme.c
3306                 Add basic key import/export
3307
3308 2006-10-07 [colin]      2.5.3cvs15
3309
3310         * src/folderview.c
3311         * src/imap.c
3312         * src/prefs_account.c
3313         * src/wizard.c
3314                 Warn users *everywhere* if libetpan's not
3315                 linked in
3316
3317 2006-10-06 [mones]      2.5.3cvs14
3318
3319         * po/de.po
3320         * po/es.po
3321                 updated by Stephan Sachse and me
3322
3323 2006-10-06 [colin]      2.5.3cvs13
3324
3325         * src/main.c
3326         * src/common/sylpheed.c
3327                 Don't load common plugins if --exit is passed
3328         * src/prefs_gtk.c
3329         * src/prefs_gtk.h
3330                 Implement a cache to avoid reading the same
3331                 files over and over again at startup
3332
3333 2006-10-06 [colin]      2.5.3cvs12
3334
3335         * src/summaryview.c
3336         * src/gtk/quicksearch.c
3337                 Update display every 5k mails on fast searches
3338
3339 2006-10-06 [colin]      2.5.3cvs11
3340
3341         * src/textview.c
3342                 Don't do quote folding on HTML or ERTF.
3343                 May fix the Cygwin issues if they were
3344                 happening with HTML mails?
3345
3346 2006-10-05 [colin]      2.5.3cvs10
3347
3348         * src/prefs_gtk.c
3349                 Oops, forgot one
3350
3351 2006-10-05 [colin]      2.5.3cvs9
3352
3353         * src/prefs_gtk.c
3354                 Use unlocked_stdio here too
3355
3356 2006-10-05 [colin]      2.5.3cvs8
3357
3358         * src/folderview.c
3359                 Fix go to next * after preferences apply
3360         * src/msgcache.c
3361                 Do the fd lock/unlock ourselves instead of
3362                 letting the libc do it at each write 
3363
3364 2006-10-05 [colin]      2.5.3cvs7
3365
3366         * src/common/utils.c
3367                 Faster division, thanks to Jean Diraison
3368
3369 2006-10-05 [paul]       2.5.3cvs6
3370
3371         * src/common/utils.c
3372                 fix building with --disable-nls
3373
3374 2006-10-04 [colin]      2.5.3cvs5
3375
3376         * src/folder.c
3377                 Maybe fix a segfault
3378
3379 2006-10-04 [wwp]        2.5.3cvs4
3380
3381         * src/prefs_folder_item.c
3382                 Fine-tune layouts in folder item prefs. Suggested by
3383                 Fabien Vantard <fzzzzz@gmail.com>.
3384
3385 2006-10-04 [wwp]        2.5.3cvs3
3386
3387         * src/prefs_folder_item.c
3388                 Kill the clandestine passengers. You didn't see anything.
3389
3390 2006-10-04 [wwp]        2.5.3cvs2
3391
3392         * src/prefs_folder_item.c
3393                 Add a way to test the subject simplify regexp in
3394                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3395                 w/ few layout changes.
3396
3397 2006-20-04 [paul]       2.5.3cvs1
3398
3399         * NEWS
3400         * README
3401         * configure.ac
3402                 Update version number following
3403                 stable release
3404
3405 2006-10-04 [colin]      2.5.2cvs42
3406
3407         * src/folder.c
3408         * src/folder.h
3409         * src/summaryview.c
3410                 Provide a way for folder classes to set their sort
3411                 type and key
3412
3413 2006-10-03 [colin]      2.5.2cvs41
3414
3415         * src/mh.c
3416                 Don't use strlen() to know if the
3417                 string's empty
3418
3419 2006-10-03 [colin]      2.5.2cvs40
3420
3421         * src/mh.c
3422                 Fix "check for new folders" with accentued folders
3423
3424 2006-10-03 [ticho]      2.5.2cvs39
3425
3426         * src/filtering.c
3427         * src/folder.c
3428         * src/inc.c
3429         * src/mbox.c
3430                 Colin's fix for "copy" filtering rules.
3431
3432 2006-10-02 [colin]      2.5.2cvs38
3433
3434         * src/folderview.c
3435                 Fix for double-click too
3436
3437 2006-10-02 [colin]      2.5.2cvs37
3438
3439         * src/folderview.c
3440                 correct fix for cvs36
3441
3442 2006-10-02 [colin]      2.5.2cvs36
3443
3444         * src/folderview.c
3445                 Fix 'goto next unread' after collapsing/expanding 
3446                 a node.
3447
3448 2006-10-02 [colin]      2.5.2cvs35
3449
3450         * src/summaryview.c
3451                 Fix double freeze/thaw
3452         * src/common/utils.c
3453         * src/common/utils.h
3454                 Reimplement strftime
3455         * src/procheader.c
3456                 Use it
3457
3458
3459 2006-10-02 [colin]      2.5.2cvs34
3460
3461         * src/mh.c
3462                 Time mh_write_sequences() - it's fast
3463         * src/summaryview.c
3464                 Init a variable to shut up gcc
3465
3466 2006-10-01 [colin]      2.5.2cvs33
3467
3468         * src/folder.c
3469         * src/mh.c
3470         * src/mh.h
3471         * src/msgcache.c
3472                 Add helper mh_set_mtime(), and set mtime to stat()'s result
3473                 Add fsync but disable it, it's slow as hell
3474
3475 2006-10-01 [colin]      2.5.2cvs32
3476
3477         * src/mh.c
3478         * src/msgcache.c
3479                 fflush() caches and mh_sequences before
3480                 fclose()ing
3481
3482 2006-10-01 [colin]      2.5.2cvs31
3483
3484         * src/msgcache.c
3485                 Don't ftruncate when not using mmap
3486
3487 2006-09-30 [colin]      2.5.2cvs30
3488
3489         * src/main.c
3490                 Write folder list *after* saving caches
3491
3492 2006-09-30 [colin]      2.5.2cvs29
3493
3494         * src/folder.c
3495         * src/mh.c
3496                 Debug forced mtime changes
3497
3498 2006-09-30 [colin]      2.5.2cvs28
3499
3500         * src/folder.c
3501         * src/main.c
3502                 Remove useless debug_print()s (code
3503                 well-tested)
3504
3505 2006-09-30 [colin]      2.5.2cvs27
3506
3507         * src/mh.c
3508                 Do stuff faster when writing mh_sequences
3509
3510 2006-09-30 [colin]      2.5.2cvs26
3511
3512         * src/mh.c
3513                 Don't let the writing of .mh_sequences, which
3514                 can change the folder's mtime, let us think
3515                 we need to scan.
3516
3517 2006-09-30 [colin]      2.5.2cvs25
3518
3519         * src/folder.c
3520                 Move a debug_print where it belongs 
3521                 (processing)
3522         * src/summaryview.c
3523                 Don't mess with a huge slow subject
3524                 table if we're not threading by
3525                 subject
3526
3527 2006-09-30 [colin]      2.5.2cvs24
3528
3529         * src/msgcache.c
3530                 Reenable mmaped reads (*not* writes!)
3531         * src/procmsg.c
3532                 Don't destroy and recreate hashtables just
3533                 for fun
3534         * src/common/utils.c
3535                 Remove useless reply prefixes (it's case
3536                 unsensitive)
3537
3538 2006-09-30 [wwp]        2.5.2cvs23
3539
3540         * tools/fix_date.sh
3541                 Fixed a minor bug in date value extraction, added a switch
3542                 to replace non RFC-compliant Date: value, added a switch
3543                 to use strict RFC matching patterns for dates.
3544
3545 2006-09-29 [colin]      2.5.2cvs22
3546
3547         * src/matcher_parser.h
3548         * src/matcher_parser_parse.y
3549         * src/prefs_filtering.c
3550         * src/statusbar.c
3551         * src/summary_search.c
3552         * src/summaryview.c
3553         * src/gtk/quicksearch.c
3554         * src/gtk/quicksearch.h
3555                 Optimise searches by setting different
3556                 refresh intervals (depending if the 
3557                 search is fast or not)
3558
3559 2006-09-29 [colin]      2.5.2cvs21
3560
3561         * src/codeconv.c
3562                 Optimise by reusing the last iconv converter
3563                 if possible
3564         * src/textview.c
3565                 Optimise a bit (the foldable quotes feature
3566                 still has an awful O(n^2) algo
3567
3568 2006-09-29 [colin]      2.5.2cvs20
3569
3570         * src/gtk/gtksctree.c
3571         * src/gtk/gtksctree.h
3572                 Optimise de-selection via up/down or
3573                 another key
3574
3575 2006-09-28 [colin]      2.5.2cvs19
3576
3577         * src/action.c
3578         * src/compose.c
3579         * src/folderview.c
3580         * src/mainwindow.c
3581         * src/messageview.c
3582         * src/summary_search.c
3583         * src/toolbar.c
3584                 Avoid using summaryview->ctree directly
3585
3586 2006-09-28 [colin]      2.5.2cvs18
3587
3588         * src/summaryview.c
3589         * src/summaryview.h
3590                 Add helpers to freeze/thaw/grab_focus
3591                 Factorize calls to freeze/thaw/grab_focus
3592                 
3593
3594 2006-09-28 [colin]      2.5.2cvs17
3595
3596         * src/main.c
3597                 More guards for the session management
3598
3599 2006-09-28 [colin]      2.5.2cvs16
3600
3601         * src/folderview.c
3602         * src/gtk/gtksctree.c
3603         * src/gtk/gtksctree.h
3604                 Make expanding not recursive in folderview
3605
3606 2006-09-28 [colin]      2.5.2cvs15
3607
3608         * src/addressbook.c
3609                 If nothing is selected in the list (right part)
3610                 and a group is selected in the tree (left part),
3611                 mail this group.
3612
3613 2006-09-28 [colin]      2.5.2cvs14
3614
3615         * src/Makefile.am
3616                 Actually use SM_LIBS
3617
3618 2006-09-28 [ticho]      2.5.2cvs13
3619
3620         * src/export.c
3621         * src/messageview.c
3622         * src/mimeview.c
3623         * src/news.c
3624         * src/pop.c
3625         * src/prefs_themes.c
3626         * src/procmsg.c
3627                 Small i18n string optimization.
3628         * src/send_message.c
3629         * src/summaryview.c
3630         * src/common/session.c
3631         * src/common/smtp.c
3632         * src/common/ssl_certificate.c
3633         * src/common/utils.c
3634                 Use "Couldn't" instead of "Can't" in UI messages,
3635                 where appropriate.
3636
3637 2006-09-28 [colin]      2.5.2cvs12
3638
3639         * configure.ac
3640                 Possibly fix link errors
3641
3642 2006-09-27 [wwp]        2.5.2cvs11
3643
3644         * src/gtk/authors.h
3645         * doc/man/sylpheed-claws.1
3646         * manual/ack.xml
3647         * manual/es/ack.xml
3648         * manual/fr/ack.xml
3649         * manual/pl/ack.xml
3650                 Updated authors info (me, myself and I).
3651
3652 2006-09-27 [colin]      2.5.2cvs10
3653
3654         * src/addressbook.c
3655                 Remove useless printf
3656
3657 2006-09-27 [wwp]        2.5.2cvs9
3658
3659         * src/editgroup.c
3660         * src/send_message.c
3661         * src/inc.c
3662         * src/prefs_common.c
3663         * src/prefs_common.h
3664         * src/gtk/progressdialog.c
3665                 remember more windows' sizes (send dialog, received dialog,
3666                 edit group in addressbook).
3667
3668 2006-09-27 [colin]      2.5.2cvs8
3669
3670         * configure.ac
3671         * src/main.c
3672         * src/mainwindow.h
3673                 Use libSM to communicate with the session
3674                 manager, so that we can know when the 
3675                 session ends, save our caches, and draft
3676                 our compose windows.
3677
3678 2006-09-27 [colin]      2.5.2cvs7
3679
3680         * src/addressbook.c
3681                 Fix issues:
3682                 o Allow Book and Group creation from the tree's
3683                   contextual menu
3684                 o Do not actually delete the contacts when 
3685                   deleting groups from the tree (duh!)
3686
3687 2006-09-27 [colin]      2.5.2cvs6
3688
3689         * src/compose.c
3690         * src/compose.h
3691         * src/mainwindow.c
3692         * src/textview.c
3693         * src/toolbar.c
3694                 o Allow passing an email address to 
3695                   compose_new_with_folderitem
3696                 o Update callers
3697                 o Use current folderitem when clicking
3698                   on a TextView mailto: link
3699                 o Fix a possible leak in TextView
3700
3701 2006-09-27 [colin]      2.5.2cvs5
3702
3703         * src/html.c
3704                 Use UTF-8 chars to replace HTML entities
3705
3706 2006-09-27 [colin]      2.5.2cvs4
3707
3708         * AUTHORS
3709         * src/prefs_account.c
3710         * src/gtk/authors.h
3711                 Fix bug #1024 (Array index out of
3712                 range in sylpheed-claws-2.5.2)
3713                 Patch by Ales Nosek <anosek@suse.cz>
3714
3715 2006-09-27 [colin]      2.5.2cvs3
3716
3717         * src/addr_compl.c
3718                 Actually do the test
3719
3720 2006-09-27 [colin]      2.5.2cvs2
3721
3722         * src/addr_compl.c
3723         * src/addr_compl.h
3724                 Allow completing with comma (in certain cases: vCalendar
3725                 for example doesn't support that)
3726                 Patch by Fabien Vantard
3727
3728 2006-09-26 [colin]      2.5.2cvs1
3729
3730         * src/Makefile.am
3731         * src/addr_compl.c
3732         * src/addr_compl.h
3733         * src/addrbook.c
3734         * src/addrbook.h
3735         * src/addressbook.c
3736         * src/addrindex.c
3737         * src/addrindex.h
3738         * src/compose.c
3739         * src/prefs_common.c
3740         * src/prefs_filtering_action.c
3741         * src/prefs_folder_item.c
3742         * src/prefs_template.c
3743         * src/stock_pixmap.c
3744         * src/stock_pixmap.h
3745         * src/pixmaps/addr_one.xpm
3746         * src/pixmaps/addr_two.xpm
3747                 Add auto-completion on groups
3748
3749 2006-09-26 [colin]      2.5.2
3750
3751         * NEWS
3752         * README
3753         * RELEASE_NOTES
3754                 2.5.2 released
3755
3756 2006-09-26 [colin]      2.5.1cvs5
3757
3758         * src/matcher.c
3759                 Fix condition
3760
3761 2006-09-26 [colin]      2.5.1cvs4
3762
3763         * src/mbox.c
3764                 Revert cvs1 (useless as the message is printed 
3765                 every 500 mails)
3766
3767 2006-09-26 [colin]      2.5.1cvs3
3768
3769         * src/partial_download.c
3770                 Fix crasher found by Alexsandar Urosevic
3771
3772 2006-09-26 [colin]      2.5.1cvs2
3773
3774         * src/summaryview.c
3775                 Fix bug #1023 (Sylpheed deletes too much messages)
3776
3777 2006-09-26 [ticho]      2.5.1cvs1
3778
3779         * src/mbox.c
3780                 Make use of gettext's multiple plurals for statusbar
3781                 progress message.
3782
3783 2006-09-25 [paul]       2.5.1
3784
3785         * NEWS
3786         * README
3787         * RELEASE_NOTES
3788                 2.5.1 released
3789
3790 2006-09-25 [colin]      2.5.0cvs3
3791
3792         * src/plugins/bogofilter/bogofilter.c
3793         * src/plugins/clamav/clamav_plugin.c
3794         * src/plugins/spamassassin/spamassassin.c
3795                 BogoFilter, Spamassassin: Fix double hook registering after
3796                 visiting preferences
3797                 Spamassassin, Clamav: Just set the mails to move instead of
3798                 doing the move - caller will move the things at once.
3799
3800 2006-09-25 [colin]      2.5.0cvs2
3801
3802         * src/imap.c
3803         * src/etpan/imap-thread.c
3804                 Use UID SEARCH ALL instead of UID 1:*
3805                 (braindead servers can't figure out that's
3806                 the same...)
3807
3808 2006-09-25 [wwp]        2.5.0cvs1
3809
3810         * src/message_search.c
3811                 Added the ability to stop a running search (in message body).
3812
3813 2006-09-25 [paul]       2.5.0
3814
3815         * NEWS
3816         * README
3817         * RELEASE_NOTES
3818                 2.5.0 released
3819
3820 2006-09-25 [paul]       2.4.0cvs214
3821
3822         * po/cs.po
3823         * po/de.po
3824         * po/fi.po
3825         * po/fr.po
3826         * po/nl.po
3827         * po/pt_BR.po
3828         * po/sk.po
3829         * po/sr.po
3830         * po/zh_CN.po
3831                 updated by Tim, Stephan Sachse, Flammie Pirinen,
3832                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
3833                 Ticho, Aleksander Urosevic, Ralgh Young
3834
3835 2006-09-24 [mones]      2.4.0cvs213
3836
3837         * po/es.po
3838                 Updated for release
3839
3840 2006-09-23 [colin]      2.4.0cvs212
3841
3842         * src/gtk/inputdialog.c
3843                 Fix [ ] remember this appearing in normal
3844                 input dialogs after it's been used by
3845                 mimeview.
3846         * src/folder.c
3847         * src/folderview.c
3848         * src/msgcache.c
3849         * src/procmsg.c
3850         * src/summaryview.c
3851         * src/textview.c
3852         * src/common/timing.h
3853                 Enable timings in debug mode and make it
3854                 look prettier.
3855
3856 2006-09-22 [colin]      2.4.0cvs211
3857
3858         * README
3859                 Revert test change
3860         * commitHelper
3861                 ping the correct URI
3862
3863 2006-09-22 [colin]      2.4.0cvs210
3864
3865         * README
3866                 Let's see if bug #1022 is fixed
3867
3868 2006-09-21 [colin]      2.4.0cvs209
3869
3870         * src/wizard.c
3871         * src/common/plugin.c
3872                 Prepare infra to load predefined plugins when
3873                 no configuration existed. Don't actually load
3874                 anything yet (feat. freeze)
3875
3876 2006-09-21 [wwp]        2.4.0cvs208
3877
3878         * manual/fr/faq.xml
3879                 Partial sync w/ 2.4.0cvs72:
3880                 wrap file and minor updates.
3881
3882 2006-09-21 [wwp]        2.4.0cvs207
3883
3884         * tools/fix_date.sh
3885                 several fixes and enhancements. A new --force switch has been
3886                 added to prevent overriding by default Date: header when
3887                 already existing.
3888
3889 2006-09-21 [paul]       2.4.0cvs206
3890
3891         * src/common/utils.c
3892                 add Chinese UTF8 Re prefix
3893
3894 2006-09-21 [wwp]        2.4.0cvs205
3895
3896         * tools/Makefile.am
3897                 Fics alfabettical order.
3898
3899 2006-09-21 [wwp]        2.4.0cvs204
3900
3901         * tools/fix_date.sh
3902         * tools/Makefile.am
3903                 Added an action tool to fix missing Date field in emails.
3904                 Updated Makefile.am to reflect those last two additions.
3905
3906 2006-09-21 [wwp]        2.4.0cvs203
3907
3908         * tools/uuooffice
3909                 Added a action tool to open uuencoded docs w/
3910                 OpenOffice (based on uudec method).
3911
3912 2006-09-21 [colin]      2.4.0cvs202
3913
3914         * src/compose.c
3915         * src/textview.c
3916                 Workaround possible GTK crash: remove selection 
3917                 clipboard before destroying widget, or GTK+-2.10
3918                 dies. Thanks to Hiro.
3919
3920 2006-09-20 [colin]      2.4.0cvs201
3921
3922         * src/compose.c
3923                 Fix free-after-use in some cases (when 
3924                 procmime_encode_content() frees mimeinfo->data.mem
3925                 and turns it to a temp file)
3926
3927 2006-09-20 [colin]      2.4.0cvs200
3928
3929         * src/folderview.c
3930         * src/summaryview.c
3931         * src/gtk/gtksctree.c
3932         * src/gtk/gtksctree.h
3933                 Add tooltips in the folderview and summaryview
3934                 (Doesn't break string freeze as they already
3935                 exist)
3936         * src/toolbar.c
3937                 Put the spam button in the default configuration
3938                 if compiled with bogo plugin too
3939
3940 2006-09-19 [colin]      2.4.0cvs199
3941
3942         * src/summaryview.c
3943         * src/summaryview.h
3944                 Update folder name label on folder rename
3945         * src/prefs_matcher.c
3946         * src/gtk/logwindow.h
3947                 Fix warnings
3948                 Patches by Fabien
3949
3950 2006-09-19 [wwp]        2.4.0cvs198
3951
3952         * src/summary_search.c
3953                 fix can't click forward/backward buttons in the
3954                 search messages.
3955
3956 2006-09-18 [paul]       2.4.0cvs197
3957
3958         * src/wizard.c
3959                 add missing bracket, capitalise the A of
3960                 'SpamAssassin'
3961
3962 2006-09-18 [paul]       2.4.0cvs196
3963
3964         * src/compose.c
3965                 fix bug 1012 'crashed upon sending mail
3966                 from compose window'
3967                 Thanks to Colin
3968
3969 2006-09-16 [colin]      2.4.0cvs195
3970
3971         * src/folderview.c
3972                 Fix "real-time" sorting by freezing/thawing
3973
3974 2006-09-16 [colin]      2.4.0cvs194
3975
3976         * manual/faq.xml
3977                 Fix the anti-spam entry a bit
3978
3979 2006-09-16 [colin]      2.4.0cvs193
3980
3981         * src/wizard.c
3982                 Make sure reviewers have no excuse when stating
3983                 Sylpheed-Claws doesn't have antispam capabilities.
3984
3985 2006-09-16 [colin]      2.4.0cvs192
3986
3987         * src/main.c
3988                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3989                 as if the SIGPIPE comes from etpan's thread we could
3990                 trigger a GUI update from this thread.
3991
3992 2006-09-16 [colin]      2.4.0cvs191
3993
3994         * src/summaryview.c
3995                 Init all members of the struct
3996
3997 2006-09-16 [paul]       2.4.0cvs190
3998
3999         * src/account.c
4000                 improvements to the English
4001
4002 2006-09-15 [colin]      2.4.0cvs189
4003
4004         * src/summaryview.c
4005                 HIG order on dialog
4006
4007 2006-09-14 [colin]      2.4.0cvs188
4008
4009         * src/common/socket.c
4010         * src/common/socket.h
4011         * src/common/ssl.c
4012         * src/common/ssl_certificate.c
4013         * src/common/ssl_certificate.h
4014         * src/etpan/imap-thread.c
4015                 the get_fqdn() call done to get canonical name when
4016                 checking an SSL certificate is blocking, which is
4017                 sad as we just did a non-blocking lookup to connect.
4018                 Fix that by letting the fqdn available to the SockInfo,
4019                 and use that in ssl_certificate_check(). For IMAP,
4020                 we don't do it as the lookup's done by libetpan, but
4021                 it's less annoying as IMAP connections as much more
4022                 rare than POP3 connections.
4023
4024 2006-09-14 [paul]       2.4.0cvs187
4025
4026         * manual/advanced.xml
4027                 improvements to the English,
4028                 properly place the new hidden options
4029                 within the alphabetical order
4030         * src/gtk/pluginwindow.c
4031                 improvements to the English
4032
4033 2006-09-14 [colin]      2.4.0cvs186
4034
4035         * src/prefs_common.c
4036         * src/prefs_common.h
4037         * src/gtk/gtksctree.c
4038         * manual/advanced.xml
4039                 New hidden pref, stripes_color_offset, to change
4040                 the value added/substracted to normal bgcolor to
4041                 create the stripes in summaries
4042
4043 2006-09-13 [colin]      2.4.0cvs185
4044
4045         * src/gedit-print.c
4046         * src/messageview.c
4047         * src/messageview.h
4048         * src/summaryview.c
4049         * src/textview.c
4050                 Fix misc. printing issues: 
4051                 - Bad font for linkified headers
4052                 - Different font if the mail was displayed or not
4053                 - Factorize the thing
4054
4055 2006-09-13 [colin]      2.4.0cvs184
4056
4057         * src/common/ssl_certificate.c
4058                 Only get FQDN once when checking certificate
4059
4060 2006-09-13 [colin]      2.4.0cvs183
4061
4062         * src/account.c
4063         * src/gtk/pluginwindow.c
4064                 Misc. GUI fixes by Fabien
4065
4066 2006-09-13 [wwp]        2.4.0cvs182
4067
4068         * configure.ac
4069         * src/common/utils.h
4070         * src/common/utils.c
4071                 get rid of unused wide-char functions.
4072
4073 2006-09-13 [wwp]        2.4.0cvs181
4074
4075         * src/plugins/pgpinline/sylpheed.def
4076         * src/textview.c
4077                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4078                 add privacy_reset_error to the .def file,
4079                 do not fork for an external textviewer.
4080
4081 2006-09-13 [wwp]        2.4.0cvs180
4082
4083         * src/prefs_common.c
4084                 fix broken font entry in prefs (patch issued by the gpg4win team,
4085                 probably by Marcus Brinkmann <marcus@g10code.de>).
4086
4087 2006-09-13 [colin]      2.4.0cvs179
4088
4089         * src/folder.h
4090                 Fix a warning in summaryview.c
4091         * src/mainwindow.c
4092         * src/summaryview.c
4093         * src/summaryview.h
4094                 Add missing Mark/* elements in the
4095                 main menu
4096
4097 2006-09-12 [colin]      2.4.0cvs178
4098
4099         * src/prefs_actions.c
4100         * src/prefs_filtering_action.c
4101         * src/prefs_matcher.c
4102                 Use (New) instead of New everywhere
4103
4104 2006-09-12 [wwp]        2.4.0cvs177
4105
4106         * manual/fr/addrbook.xml
4107         * manual/fr/handling.xml
4108                 updated some quotes in the fr manual to match the fr translation.
4109
4110 2006-09-12 [wwp]        2.4.0cvs176
4111
4112         * src/prefs_matcher.c
4113                 don't store translated string elements in matcher expressions.
4114                 Also fixed a misused of Q_().
4115
4116 2006-09-11 [wwp]        2.4.0cvs175
4117
4118         * src/plugins//bogofilter/bogofilter.c
4119         * src/plugins//clamav/clamav_plugin.c
4120         * src/plugins//demo/demo.c
4121         * src/plugins//dillo_viewer/dillo_viewer.c
4122         * src/plugins//pgpcore/plugin.c
4123         * src/plugins//pgpinline/plugin.c
4124         * src/plugins//pgpmime/plugin.c
4125         * src/plugins//spamassassin/spamassassin.c
4126                 gettext-ize more strings (mostly plugin error messages).
4127
4128 2006-09-11 [colin]      2.4.0cvs174
4129
4130         * src/alertpanel.c
4131                 Make maximum buffer size bigger to avoid
4132                 truncating translated messages. Patch by
4133                 Fabien
4134
4135 2006-09-11 [colin]      2.4.0cvs173
4136
4137         * src/etpan/imap-thread.c
4138                 Fix compilation on OpenBSD, thanks to 
4139                 Landry
4140
4141 2006-09-10 [wwp]        2.4.0cvs172
4142
4143         * manual/account.xml
4144         * manual/addrbook.xml
4145         * manual/handling.xml
4146         * manual/es/handling.xml
4147         * manual/fr/account.xml
4148         * manual/fr/addrbook.xml
4149         * manual/fr/handling.xml
4150                 documented addressbook matching (condition configuration):
4151                   addrbook.xml, en fr
4152                 documented per-account filtering rules (handling/filtering
4153                   section, account section):
4154                   account.xml, handling.xml, en fr
4155                 slightly updated the handling/searching section to tell few
4156                   words about the extended search ability:
4157                   handling.xml, en fr
4158                 added missing <quote></quotes> to Quick Search:
4159                   handling.xml, en fr es
4160                 fixed a typo (auomatically):
4161                   handling.xml, en
4162                 changes revisited by Paul.
4163
4164 2006-09-10 [paul]       2.4.0cvs171
4165
4166         * src/prefs_actions.c
4167         * src/prefs_filtering.c
4168         * src/prefs_template.c
4169                 adjustments to the gui
4170                 Patch by Fabien Vantard (slightly modified)
4171
4172 2006-09-10 [colin]      2.4.0cvs170
4173
4174         * src/summaryview.c
4175                 Check folderitem/summaryview consistency
4176                 (basically automates Update summary). Fixes
4177                 #1011 (wrong (negative) count on unread 
4178                 messages)
4179
4180 2006-09-10 [colin]      2.4.0cvs169
4181
4182         * src/gtk/gtksctree.c
4183                 Fix recursive expansion via mouse
4184         * src/plugins/bogofilter/bogofilter.c
4185                 Use normal filtering way of moving
4186                 messages (batching), possibly fixing
4187                 bug #1015 (Bogofilter plugin doubles 
4188                 new messages)
4189
4190 2006-09-09 [wwp]        2.4.0cvs168
4191
4192         * src/prefs_filtering.c
4193                 better place for this fix.
4194
4195 2006-09-09 [wwp]        2.4.0cvs167
4196
4197         * src/prefs_filtering.c
4198                 fix a minor bug when the enabled status of a filtering/processing
4199                 rule always got set to TRUE when replacing this rule. That still
4200                 make sense when adding a new rule, but now when replacing, we
4201                 don't override the value of 'enabled'.
4202                 Also renamed the func prefs_filtering_list_view_get_rule_name()
4203                 to prefs_filtering_list_view_get_info() as this function not only
4204                 returns the name, but also the account_id and the enabled status.
4205
4206 2006-09-09 [mones]      2.4.0cvs166
4207
4208         * manual/glossary.xml
4209         * manual/plugins.xml
4210                 Minor format corrections
4211         * manual/gpl.xml
4212                 Fix misplaced NO WARRANTY section
4213         * manual/es/advanced.xml
4214         * manual/es/faq.xml
4215         * manual/es/glossary.xml
4216         * manual/es/gpl.xml
4217         * manual/es/handling.xml
4218         * manual/es/plugins.xml
4219         * manual/es/starting.xml
4220                 Incorporate changes from English version
4221         * manual/fr/ack.xml
4222         * manual/pl/ack.xml
4223         * manual/es/ack.xml
4224                 Fix address, (add translation credits in es version)
4225         * po/es.po
4226                 Updated translation
4227
4228 2006-09-09 [wwp]        2.4.0cvs165
4229
4230         * src/prefs_filtering.c
4231                 fix a crash when opening filtering prefs, if matcherrc file contains
4232                 broken data (non-existing account id, which is theoretically not
4233                 possible).
4234
4235 2006-09-08 [colin]      2.4.0cvs164
4236
4237         * src/folder.c
4238                 Wrong assert, make it an if()
4239         * src/gtk/gtksctree.c
4240                 Fix bug #1013 (expand selected thread 
4241                 tree) - expanding is now recursive
4242
4243 2006-09-07 [wwp]        2.4.0cvs163
4244
4245         * src/prefs_matcher.c
4246                 make better sentences about addressbook matching in the
4247                 matcher prefs. This should make translators' work easier
4248                 too.
4249
4250 2006-09-07 [wwp]        2.4.0cvs162
4251
4252         * src/prefs_filtering.c
4253                 code simplification (get rid of dup var. assignment).
4254
4255 2006-09-07 [wwp]        2.4.0cvs161
4256
4257         * src/summaryview.c
4258                 use GTK_STOCK icons when possible, patch by Fabien Vantard
4259                 <fzzzzz@gmail.com>.
4260
4261 2006-09-07 [paul]       2.4.0cvs160
4262
4263         * src/mimeview.c
4264                 fix compilation warnings
4265                 Thanks to Colin
4266
4267 2006-09-07 [paul]       2.4.0cvs159
4268
4269         * src/mimeview.c
4270                 select the mimepart icon when
4271                 displaying as text
4272                 Thanks to Colin
4273
4274 2006-09-06 [paul]       2.4.0cvs158
4275
4276         * src/prefs_filtering.c
4277                 fix labels and table element spacing
4278                 Patch by Fabien Vantard
4279
4280 2006-09-06 [paul]
4281
4282         2.5.0-rc3 released
4283
4284 2006-09-06 [paul]       2.4.0cvs157
4285
4286         * manual/es/advanced.xml
4287                 fix typo
4288
4289 2006-09-06 [wwp]        2.4.0cvs156
4290
4291         * src/mainwindow.c
4292                 fix an dup launch issue when iconified, thanks to Colin.
4293
4294 2006-09-06 [wwp]        2.4.0cvs155
4295
4296         * src/gtk//gtksctree.h
4297                 oops, forgot that one!
4298
4299 2006-09-06 [wwp]        2.4.0cvs154
4300
4301         * manual/pl/advanced.xml
4302         * manual/advanced.xml
4303         * manual/es/advanced.xml
4304         * manual/fr/advanced.xml
4305         * src/prefs_customheader.c
4306         * src/prefs_filtering_action.c
4307         * src/foldersel.c
4308         * src/prefs_summaries.c
4309         * src/prefs_filtering.c
4310         * src/account.c
4311         * src/compose.c
4312         * src/prefs_summary_column.c
4313         * src/addr_compl.c
4314         * src/prefs_actions.c
4315         * src/prefs_folder_column.c
4316         * src/ssl_manager.c
4317         * src/prefs_template.c
4318         * src/prefs_display_header.c
4319         * src/prefs_common.h
4320         * src/prefs_matcher.c
4321         * src/prefs_common.c
4322         * src/prefs_toolbar.c
4323         * src/summaryview.c
4324         * src/folderview.c
4325         * src/gtk/gtksctree.c
4326         * src/gtk/pluginwindow.c
4327         * src/gtk/progressdialog.c
4328         * src/gtk/prefswindow.c
4329                 renamed hidden option enable_rules_hint to use_stripes_everywhere
4330                 to make its meaning more obvious (all versions of the manual reflect
4331                 the change).
4332                 added an extra hidden option use_stripes_in_summary to allow
4333                 discarding these stripes in mainwindow's folder and message lists;
4334                 en and fr manuals only are OK towards this.
4335
4336 2006-09-06 [colin]      2.4.0cvs153
4337
4338         * src/textview.c
4339                 Hide Sylpheed-Claws' internal queue headers
4340                 when showing all headers. They'll be present
4341                 only in Source window.
4342
4343 2006-09-05 [colin]      2.4.0cvs152
4344
4345         * src/plugins/trayicon/trayicon.c
4346                 Fix crash at exit - we have to disconnect
4347                 our handlers
4348         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4349                 Update eggtrayicon - patch adapted from a
4350                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
4351                 on Sylpheed's ML
4352
4353 2006-09-05 [colin]      2.4.0cvs151
4354
4355         * src/mainwindow.c
4356         * src/gtk/logwindow.c
4357                 Fix race condition when something writes
4358                 to the log too soon during init. Thanks
4359                 to Fabien Vantard
4360
4361 2006-09-05 [colin]      2.4.0cvs150
4362
4363         * src/mimeview.c
4364                 Don't select part on right-click either
4365
4366 2006-09-05 [paul]       2.4.0cvs149
4367
4368         * src/mimeview.c
4369                 completion of previous commit
4370                 Thanks to Colin
4371
4372 2006-09-05 [colin]      2.4.0cvs148
4373
4374         * src/mimeview.c
4375                 Don't force selection on middle-click, just open
4376
4377 2006-09-04 [colin]      2.4.0cvs147
4378
4379         * src/mimeview.c
4380                 Looks like gtk_notebook_set_current_page()
4381                 sometimes steals focus, and this annoys us
4382                 in MimeViewers as it renders navigation
4383                 keys useless. Take back focus after switching
4384                 pages.
4385
4386 2006-09-04 [colin]      2.4.0cvs146
4387
4388         * src/messageview.c
4389                 Set stop_loading when clicking on Next
4390                 during load. Don't add a callback to 
4391                 avoid over-complicating things.
4392
4393 2006-09-04 [colin]      2.4.0cvs145
4394
4395         * src/mimeview.c
4396         * src/messageview.c
4397                 Fix multiple loads in separate messageview
4398
4399 2006-09-04 [colin]      2.4.0cvs144
4400
4401         * src/summaryview.c
4402                 Let navigation keys be handled during 
4403                 load
4404
4405 2006-09-04 [colin]      2.4.0cvs143
4406
4407         * src/messageview.c
4408         * src/summaryview.c
4409         * src/textview.c
4410         * src/textview.h
4411                 Make loading of huge mails (lots of text and/or
4412                 images) cancellable, so the GUI doesn't block 
4413
4414 2006-09-04 [colin]      2.4.0cvs142
4415
4416         * src/plugins/trayicon/trayicon.c
4417                 Fix annoyance when removing a folder with 
4418                 unread mails: trayicon didn't update
4419
4420 2006-09-04 [paul]       2.4.0cvs141
4421
4422         * src/gtk/icon_legend.c
4423                 straighten up columns
4424                 Patch by Fabien Vantard
4425
4426 2006-09-04 [wwp]        2.4.0cvs140
4427
4428         * src/prefs_filtering.c
4429                 fix new line's account name in filtering prefs:
4430                 was "All", is now "(New)".
4431
4432 2006-09-04 [paul]       2.4.0cvs139
4433
4434         * tools/make.themes.project
4435                 use "AUTOMAKE_OPTIONS = dist-bzip2"
4436                 instead of homebrewed "make release"
4437
4438 2006-09-03 [colin]      2.4.0cvs138
4439
4440         * src/folderview.c
4441                 Fix bug #1007 (Wrong folder highlighted)
4442
4443 2006-09-03 [colin]      2.4.0cvs137
4444
4445         * src/compose.c
4446                 Don't set Newsgroup: header to a mail folder
4447                 path
4448
4449 2006-09-03 [paul]       2.4.0cvs136
4450
4451         * src/prefs_other.c
4452         * src/prefs_spelling.c
4453                 unify the gui
4454
4455 2006-09-03 [paul]       2.4.0cvs135
4456
4457         * src/prefs_summaries.c
4458                 correct menu item text in prefs_keybind_apply_clicked()
4459
4460 2006-09-03 [paul]       2.4.0cvs134
4461
4462         * manual/advanced.xml
4463                 some improvements to the descriptions
4464         * src/mainwindow.c
4465         * src/messageview.c
4466         * src/summaryview.c
4467         * src/gtk/menu.c
4468                 fix menu sensitivity issues
4469         * src/prefs_message.c
4470                 drop the useless word 'short'
4471         * src/prefs_other.c
4472                 add the word 'lines' indicating log length
4473                 is a measure of lines
4474         * src/textview.c
4475                 fix compilation warnings
4476
4477 2006-09-02 [colin]      2.4.0cvs133
4478
4479         * src/messageview.c
4480                 Display a special return-receipt message
4481                 if the message is from the user
4482         * src/summaryview.c
4483                 Fix missing freeze of the list when marking
4484                 all read and unthreading for exec. Thanks
4485                 to Stephan Sachse.
4486
4487 2006-09-02 [paul]       2.4.0cvs132
4488
4489         * src/mainwindow.c
4490         * src/prefs_message.c
4491         * src/summaryview.c
4492                 fix some english
4493
4494 2006-09-02 [wwp]        2.4.0cvs131
4495
4496         * src/prefs_filtering.c
4497                 added an account name column to the filtering rules
4498                 dialog.
4499
4500 2006-09-02 [colin]      2.4.0cvs130
4501
4502         * src/gtk/logwindow.c
4503         * src/gtk/logwindow.h
4504                 Block scrolling if we're not at the end
4505                 of the log
4506
4507 2006-09-02 [colin]      2.4.0cvs129
4508
4509         * src/folder.c
4510                 Make sure account-specific rules can't
4511                 be used in {pre-,post-,}processing
4512         * src/mainwindow.c
4513         * src/gtk/logwindow.c
4514         * src/gtk/logwindow.h
4515                 Jump to last error when clicking on the
4516                 warning icon
4517
4518 2006-09-02 [colin]      2.4.0cvs128
4519
4520         * src/imap.c
4521         * src/import.c
4522         * src/mainwindow.c
4523         * src/mainwindow.h
4524                 Fix warning icon
4525         * src/inc.c
4526         * src/mbox.c
4527         * src/mbox.h
4528                 Let proc_mbox know its account, for
4529                 account-specific rules
4530
4531 2006-09-01 [colin]      2.4.0cvs127
4532
4533         * src/codeconv.c
4534                 Don't uselessly use iconv to convert from
4535                 us-ascii
4536         * src/alertpanel.c
4537         * src/mainwindow.c
4538         * src/mainwindow.h
4539         * src/inc.c
4540                 Fix certain log cases, disable warning icon
4541                 for now, the correct way to display it when
4542                 necessary and only when necessary is probably
4543                 to do it manually rather than use error logs
4544         * src/etpan/imap-thread.c
4545                 Clean up UID logging a bit
4546         * src/gtk/logwindow.c
4547         * src/gtk/logwindow.h
4548                 Make logging faster when the window's closed
4549
4550 2006-09-01 [wwp]        2.4.0cvs126
4551
4552         * manual/fr/account.xml
4553                 reflect changes to the ref. manual (parts of cvs72):
4554                 fix tabnames and quotes.
4555
4556 2006-09-01 [wwp]        2.4.0cvs125
4557
4558         * manual/fr/plugins.xml
4559                 reflect changes to the reference manual (cvs42):
4560                 update IRC channel info.
4561
4562 2006-09-01 [wwp]        2.4.0cvs124
4563
4564         * commitHelper
4565                 use CVSEDITOR env. var. if set, according to `man cvs`.
4566
4567 2006-09-01 [wwp]        2.4.0cvs123
4568
4569         * manual/advanced.xml
4570                 better sentence again (thanks to Paul).
4571
4572 2006-09-01 [wwp]        2.4.0cvs122
4573
4574         * manual/advanced.xml
4575         fix definition of toolbar_detachable and rework a bit the one of
4576         enable_dotted_lines.
4577
4578 2006-09-01 [mones]      2.4.0cvs121
4579
4580         * manual/advanced.xml
4581                 Document enable_dotted_lines
4582
4583 2006-09-01 [paul]       2.4.0cvs120
4584
4585         * src/folderview.c
4586         * src/folderview.h
4587         * src/imap.c
4588         * src/mainwindow.c
4589         * src/summaryview.c
4590                 obey the 'When entering folder...' option
4591                 when using the /View/Go to/... menu items
4592                 Thanks to Colin
4593
4594 2006-08-31 [colin]      2.4.0cvs119
4595
4596         * src/folderview.c
4597                 Revert 2.4.0cvs116, wrong fix.
4598
4599 2006-08-31 [colin]      2.4.0cvs118
4600
4601         * src/gtk/gtksctree.c
4602                 Better state the various copyrights
4603
4604 2006-08-31 [colin]      2.4.0cvs117
4605
4606         * src/prefs_common.c
4607                 fix enable_dotted_lines
4608
4609 2006-08-31 [colin]      2.4.0cvs116
4610
4611         * src/folderview.c
4612                 Use pref "Always open on select" when going
4613                 to next unread folder
4614         * src/gtk/gtksctree.c
4615                 Fix link failure to _gtk_clist_create_cell_layout
4616                 on certain computers. (Why not mine, I wonder)
4617
4618 2006-08-31 [colin]      2.4.0cvs115
4619
4620         * src/procmsg.c
4621         * src/textview.c
4622         * src/plugins/bogofilter/bogofilter.c
4623         * src/plugins/spamassassin/spamassassin.c
4624                 Requalify some "errors" to warnings
4625         * src/mainwindow.c
4626         * src/mainwindow.h
4627         * src/statusbar.c
4628                 Add an icon in the statusbar to notify
4629                 of errors
4630         * src/gtk/gtksctree.c
4631         * src/folderview.c
4632         * src/summaryview.c
4633                 Make the GtkSCTree look more modern by
4634                 alternating background lines
4635         * src/prefs_common.c
4636         * src/prefs_common.h
4637                 Add a pref to let people have the old
4638                 way if they prefer
4639
4640
4641 2006-08-30 [colin]      2.4.0cvs114
4642
4643         * src/procmsg.c
4644         * src/procmsg.h
4645                 Provide a way to filter a list of
4646                 messages in an optimised manner, and
4647                 add a list-filtering hook
4648         * src/folder.c
4649         * src/inc.c
4650         * src/mbox.c
4651                 Use the list filtering
4652         * src/plugins/bogofilter/bogofilter.c
4653                 Use the list-filtering hook
4654                 Use -b (bulk) mode for more speed
4655                 when learning and filtering
4656         * src/etpan/imap-thread.c
4657                 Make log output shorter in UID SEARCH
4658
4659
4660 2006-08-30 [colin]      2.4.0cvs113
4661
4662         * src/plugins/bogofilter/bogofilter.c
4663                 Really fast mass learning - thanks to David
4664                 Relson for the options explanations :)
4665
4666 2006-08-30 [colin]      2.4.0cvs112
4667
4668         * src/msgcache.c
4669                 Fix compilation on FreeBSD. Thanks
4670                 to Michael Hugues
4671
4672 2006-08-29 [colin]      2.4.0cvs111
4673
4674         * src/folderview.c
4675                 Handle "popup_menu" signal (for popping the 
4676                 menu via the keyboard)
4677         * src/mimeview.c
4678         * src/mimeview.h
4679         * src/summaryview.c
4680         * src/textview.c
4681         * src/gtk/gtkutils.c
4682         * src/gtk/gtkutils.h
4683                 Factorize scrolling code, and add an API 
4684                 for MimeViewers to handle scroll orders
4685
4686 2006-08-29 [wwp]        2.4.0cvs110
4687
4688         * src/plugins//bogofilter/bogofilter.c
4689         * src/plugins//spamassassin/spamassassin.c
4690                 make the bogofilter/spamassassin filtering error dialogs at
4691         incorporation obey to the "don't popup error dialog on
4692         receive error" option. If disabled, feed the log window w/
4693         the error message.
4694
4695 2006-08-29 [paul]
4696
4697         2.5.0-rc2 released
4698
4699 2006-08-29 [paul]       2.4.0cvs109
4700
4701         * Makefile.am
4702                 remove 'make release', it's not needed
4703                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
4704
4705 2006-08-29 [paul]       2.4.0cvs108
4706
4707         * src/foldersel.c
4708         * src/summary_search.c
4709         * src/gtk/progressdialog.c
4710         * src/plugins/pgpcore/passphrase.c
4711                 replace deprecated gtk_window_set_policy()
4712
4713 2006-08-29 [colin]      2.4.0cvs107
4714
4715         * src/folder.c
4716                 Fix data loss when copy fails during a move:
4717                 only use fast remove_msgs if everything was
4718                 copied OK; else use slow remove_msg on the
4719                 mails that got copied only.
4720
4721 2006-08-28 [paul]       2.4.0cvs106
4722
4723         * src/mh.c
4724                 revert change in 2.4.0cvs104, it breaks
4725                 stuff
4726
4727 2006-08-28 [paul]       2.4.0cvs105
4728
4729         * src/plugins/spamassassin/spamassassin.c
4730                 english fix
4731
4732 2006-08-28 [paul]       2.4.0cvs104
4733
4734         * src/mh.c
4735                 fix data loss when moving to another
4736                 mailbox fails
4737         * src/prefs_spelling.c
4738                 improve the english
4739         * src/gtk/pluginwindow.c
4740                 improve the layout of the dialog text
4741         All thanks to Colin
4742
4743 2006-08-28 [paul]       2.4.0cvs103
4744
4745         * src/plugins/bogofilter/bogofilter.c
4746         * src/plugins/bogofilter/bogofilter_gtk.c
4747                 fix english up a bit, innit
4748
4749 2006-08-28 [paul]       2.4.0cvs102
4750
4751         * configure.ac
4752         * po/Makefile.in.in
4753         * po/Makevars
4754                 require autoconf 2.60, enabling building
4755                 with gettext 0.15 (gettext 0.14.x build still
4756                 possible). Replace Makefiles with versions
4757                 from gettext 0.15.
4758                 Remove configure options --with-localedir and
4759                 --with-mandir. The options that are provided
4760                 directly by autoconf 2.60 can be used instead:
4761                 --mandir --localedir
4762
4763 2006-08-27 [colin]      2.4.0cvs101
4764
4765         * src/plugins/bogofilter/Makefile.am
4766                 Fix make dist (no README)
4767
4768 2006-08-27 [colin]      2.4.0cvs100
4769
4770         * src/folder.c
4771                 Don't use F_UNKNOWN folders for any default
4772                 outbox/trash/etc
4773         * src/plugins/bogofilter/bogofilter.c
4774         * src/plugins/bogofilter/bogofilter.h
4775         * src/plugins/bogofilter/bogofilter_gtk.c
4776                 Add an option to specify the path to bogofilter
4777                 Use single-quotes to be able to learn in folders
4778                 with spaces in their names
4779                 Verify learning status
4780
4781 2006-08-27 [colin]      2.4.0cvs99
4782
4783         * manual/faq.xml
4784         * manual/plugins.xml
4785                 Document Bogofilter plugin
4786
4787 2006-08-27 [colin]      2.4.0cvs98
4788
4789         * src/compose.c
4790         * src/messageview.c
4791         * src/procmsg.c
4792         * src/procmsg.h
4793                 When possible, copy the queued mail to sent folder
4794                 instead of re-adding. Much faster on IMAP.
4795
4796 2006-08-27 [colin]      2.4.0cvs97
4797
4798         * src/msgcache.c
4799                 Disable mmaped caches - huge metadata loss
4800                 here after a power failure.
4801         * src/summaryview.c
4802                 Add quicksearch timing
4803         * src/common/plugin.c
4804         * src/common/plugin.h
4805                 Implement an interface to tell what plugins
4806                 provide. Prevent loading of similar plugins.
4807         * src/plugins/clamav/clamav_plugin.c
4808         * src/plugins/demo/demo.c
4809         * src/plugins/dillo_viewer/dillo_viewer.c
4810         * src/plugins/pgpcore/plugin.c
4811         * src/plugins/pgpinline/pgpinline.c
4812         * src/plugins/pgpmime/pgpmime.c
4813         * src/plugins/spamassassin/spamassassin.c
4814         * src/plugins/trayicon/trayicon.c
4815                 Implement plugin_provides()
4816
4817 2006-08-27 [colin]      2.4.0cvs96
4818
4819         * configure.ac
4820         * src/plugins/Makefile.am
4821         * src/plugins/bogofilter/.cvsignore
4822         * src/plugins/bogofilter/Makefile.am
4823         * src/plugins/bogofilter/bogofilter.c
4824         * src/plugins/bogofilter/bogofilter.h
4825         * src/plugins/bogofilter/bogofilter_gtk.c
4826                 New Bogofilter plugin, provides filtering and
4827                 learning. Spamassassin will go to extra plugins.
4828
4829 2006-08-26 [mones]      2.4.0cvs95
4830
4831         * manual/handling.xml
4832                 Fix subfolder path in the example (thanks to Paul) 
4833
4834 2006-08-26 [mones]      2.4.0cvs94
4835
4836         * manual/glossary.xml
4837                 2.2. + add ISP to the glossary
4838                 7.5. + Add UIDL to glossary
4839                 7.7. + Add TCP to glossary
4840         * manual/handling.xml
4841                 7.1. + Mentions GNU/Linux distribution, what about the non...
4842                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
4843                 7.3. + Mentions .bashrc, what about the non-bash ones? 
4844                 7.4. = Use appropriate quotation for commands
4845                 7.6. = change "" to <quote></quote>
4846         * manual/plugins.xml
4847                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
4848         * manual/starting.xml
4849                 2.1. + local mbox file: some examples of mbox file locations...
4850                 Also reformatted files requiring it
4851
4852 2006-08-26 [wwp]        2.4.0cvs93
4853
4854         * src/summary_search.c
4855                 disable find buttons while summary search is running.
4856
4857 2006-08-25 [colin]      2.4.0cvs92
4858
4859         * src/folder.c
4860         * src/folderutils.c
4861         * src/mh.c
4862         * src/procmsg.h
4863         * src/summaryview.c
4864                 Speed up MH moving, and add progressbar
4865                 for MH deletion
4866         * src/msgcache.c
4867                 Write cache files using mmap() too
4868
4869 2006-08-25 [wwp]        2.4.0cvs91
4870
4871         * src/summaryview.c
4872                 switch spam<->ham button when a message has been marked as spam or ham
4873                 and is still selected. Thanks to Colin.
4874
4875 2006-08-25 [paul]       2.4.0cvs90
4876
4877         * src/Makefile.am
4878         * src/stock_pixmap.c
4879         * src/stock_pixmap.h
4880         * src/summaryview.c
4881         * src/gtk/icon_legend.c
4882         * src/pixmaps/copied.xpm
4883         * src/pixmaps/moved.xpm
4884                 add icons for delayed execution marked for
4885                 copying, marked for moving
4886
4887 2006-08-25 [mones]      2.4.0cvs89
4888
4889         * manual/glossary.xml
4890                 Fix the other glossary items:
4891                 5.1. = Inmmediate execution -> <quote>immediate execution...
4892                 5.2. = Fix MBOX capitalization -> Mbox
4893                 5.3. + Improve Plugins def. w/ tech. ref.
4894                 5.4. = Quotation -> replace '>' by <quote>></quote>
4895                 5.5. - SMTP Server. -> remove dot
4896         * po/es.po
4897                 Updated translation
4898
4899 2006-08-25 [mones]      2.4.0cvs88
4900
4901         * manual/ack.xml
4902                 Reformatted, changed email address
4903         * manual/glossary.xml
4904                 Reformatted, fixed MANUAL-TODO items:
4905                 8.2. + add ROT-13 to glossary
4906                 8.4. + add URL to glossary
4907         * manual/es/advanced.xml
4908                 Fixed <literal>s
4909
4910 2006-08-25 [paul]       2.4.0cvs87
4911
4912         * src/gtk/icon_legend.c
4913                 add 'marked for deletion' icon
4914                 arrange icons by containing column
4915                 wrap long label text
4916
4917 2006-08-25 [colin]      2.4.0cvs86
4918
4919         * src/common/utils.c
4920         * src/common/utils.h
4921                 Add the sc_g_*list_bigger functions in
4922                 a place everyone can use it
4923         * src/summaryview.c
4924                 Only freeze/thaw the list when working
4925                 on the selection, if it's bigger than 1
4926         * src/gtk/gtksctree.c
4927                 Only freeze/thaw the list when unselec-
4928                 ting 'all' if ('all' != 1)
4929                 This avoids some flickering
4930
4931 2006-08-24 [colin]      2.4.0cvs85
4932
4933         * src/addressbook.c
4934                 Fix strange list selection
4935                 Fix random seg (Invalid read of freed memory)
4936
4937 2006-08-24 [colin]      2.4.0cvs84
4938
4939         * src/alertpanel.c
4940         * src/gtk/inputdialog.c
4941         * src/plugins/pgpcore/passphrase.c
4942                 Revert minimal width patch of 2.4.0cvs67,
4943                 as it is also a maximal width. Use 
4944                 gtk_window_set_default_size instead.
4945
4946 2006-08-24 [colin]      2.4.0cvs83
4947
4948         * src/msgcache.c
4949                 Write cache/mark to temp files before
4950                 overwriting old ones (avoids metadata
4951                 loss if writing the new files fail).
4952                 Use mmap() to read cache/mark file, as
4953                 this makes cache reading faster. Dis-
4954                 abled for big-endian machines until it
4955                 can be tested. (Big-endian users: set
4956                 msgcache_use_mmap = TRUE in the relevant
4957                 #if).
4958         * src/procmsg.h
4959                 Move rarely used fields of MsgInfo in 
4960                 another structure, which will only be
4961                 allocated if needed. Face, X-Face,
4962                 Return receipt headers and List-*
4963                 headers are moved. Mails having none
4964                 of these occupy 52 bytes less with
4965                 this patch, which makes 2.5MB of RAM
4966                 saved on a 50k folder).
4967         * src/headerview.c
4968         * src/mainwindow.c
4969         * src/messageview.c
4970         * src/partial_download.c
4971         * src/procheader.c
4972         * src/procmsg.c
4973         * src/textview.c
4974                 Follow this structure change.
4975
4976 2006-08-24 [wwp]        2.4.0cvs82
4977
4978         * manual/es/.cvsignore
4979         * manual/es/dist/.cvsignore
4980         * manual/es/dist/html/.cvsignore
4981         * manual/es/dist/pdf/.cvsignore
4982         * manual/es/dist/ps/.cvsignore
4983         * manual/es/dist/txt/.cvsignore
4984                 more (generated) files to ignore.
4985
4986 2006-08-24 [colin]      2.4.0cvs81
4987
4988         * src/folder.c
4989         * src/mh.c
4990                 Fix possible problems with local delivery. Check the folder doesn't
4991                 need scan before setting its mtime when saving cache (which can be
4992                 done long after the folder's been modified by an external process);
4993                 Check that the stored item's mtime didn't change in mh functions.
4994
4995 2006-08-24 [mones]      2.4.0cvs80
4996
4997         * manual/advanced.xml
4998                 Rewrapping, some fixes and MANUAL-TODO items:
4999                 8.1. = change "" to <quote></quote>
5000                 8.3. = quote menu items
5001                 8.5. - deploying -> new user ... ideally a new user (redundant)
5002
5003 2006-08-23 [colin]      2.4.0cvs79
5004
5005         * src/gtk/gtksctree.c
5006                 When selecting or deselecting range, only
5007                 freeze/thaw when selection is bigger than 10
5008
5009 2006-08-23 [colin]      2.4.0cvs78
5010
5011         * src/messageview.c
5012         * src/mimeview.c
5013         * src/mimeview.h
5014         * src/plugins/dillo_viewer/dillo_viewer.c
5015                 Provide an API for MimeViewer plugins to
5016                 return a text selection for replying
5017
5018 2006-08-23 [colin]      2.4.0cvs77
5019
5020         * src/image_viewer.c
5021         * src/textview.c
5022                 Use gtk_pixbuf_new_from_file_at_scale(), which
5023                 is faster than getting the pixbuf then resizing
5024                 it.
5025
5026 2006-08-23 [colin]      2.4.0cvs76
5027
5028         * src/procmime.c
5029                 UTF-8 should be sent Quoted-printable
5030
5031 2006-08-22 [colin]      2.4.0cvs75
5032
5033         * src/mh.c
5034                 Check if scan is required before touching
5035                 the folder (or it'll be required every time)
5036
5037 2006-08-22 [colin]      2.4.0cvs74
5038
5039         * configure.ac
5040                 Require libetpan 0.46 (crasher fix when built
5041                 against gnutls)
5042
5043 2006-08-22 [colin]      2.4.0cvs73
5044
5045         * src/folder.c
5046                 Set folder's mtime after writing its
5047                 cache
5048         * src/folderview.c
5049                 Add some timing
5050         * src/procmsg.c
5051                 Don't do useless stuff if we don't 
5052                 thread by subject
5053         * src/summaryview.c
5054                 Add some timing, don't deselect prior
5055                 to selecting (gtksctree does it itself),
5056                 remove crash avoidance hacks as it's been
5057                 properly fixed since a while
5058         * src/common/utils.c
5059                 Optimize to_human_readable(): _() is slow,
5060                 do it only once, and avoid %f format for KB
5061                 (the most common in a summaryview)
5062         * src/gtk/gtksctree.c
5063                 Don't uselessly freeze/thaw (fixes flicker
5064                 on next unread and friends), reduce number
5065                 of g_list_nth/g_list_position where possible
5066         * src/gtk/gtkutils.c
5067         * src/gtk/gtkutils.h
5068                 Reduce number of g_list_nth/g_list_position
5069                 where possible.
5070                 All of this makes loading as 70k folder 2.1
5071                 seconds instead of 3.2 (with hot FS caches).
5072                 (1.3 seconds without Date and Size columns...)
5073
5074 2006-08-22 [paul]       2.4.0cvs72
5075
5076         wrap documents and do some items from mones' MANUAL-TODO:
5077
5078         * manual/account.xml
5079                 4.1. = fix tabname references to <quote>tabname</quote>
5080                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5081         * manual/faq.xml
5082                 1.1. = mentioned options don't match UI
5083                 Add information about the 'Never send Return Receipts'
5084                 option
5085         * manual/handling.xml
5086                 6.2. = Mentions Extended symbols button, but now is
5087                 named Information
5088                 6.3. = Mentions ... button, which is now Edit
5089
5090 2006-08-22 [colin]      2.4.0cvs71
5091
5092         * src/gtk/pluginwindow.c
5093                 Fix layout in verbose translations (such
5094                 as french)
5095
5096 2006-08-22 [paul]       2.4.0cvs70
5097
5098         * manual/Makefile.am
5099                 build manuals in alphabetical order
5100         * src/addressbook.c
5101         * src/prefs_themes.c
5102                 replace/remove deprecated symbols
5103         * src/gtk/gtkutils.c
5104                 fix a warning
5105         * src/gtk/pluginwindow.c
5106                 replace deprecated symbol
5107                 replace label text and move it
5108         * src/plugins/pgpcore/prefs_gpg.c
5109                 move the 'Generate...' button out of the
5110                 Sign Key frame, replace the English used
5111         * src/plugins/pgpcore/sgpgme.c
5112                 fixes to the English
5113
5114 2006-08-21 [colin]      2.4.0cvs69
5115
5116         * src/plugins/trayicon/trayicon.c
5117                 Add more strings for translation; patch
5118                 by Pawel
5119
5120 2006-08-21 [colin]      2.4.0cvs68
5121
5122         * src/compose.c
5123                 fix replied flag not set after drafting
5124         * src/matcher.c
5125                 fix body quicksearch in non-encoded bodies
5126                 containing '='
5127         * src/msgcache.c
5128                 Get rid of the g_malloc workaround for
5129                 corrupted caches, use g_try_malloc
5130
5131 2006-08-21 [colin]      2.4.0cvs67
5132
5133         * src/alertpanel.c
5134         * src/gtk/inputdialog.c
5135         * src/plugins/pgpcore/passphrase.c
5136                 Set minimal width to 375
5137         * src/mainwindow.c
5138                 Fix switching to offline, asking if it 
5139                 should be overriden for synchronising
5140         * src/mimeview.c
5141                 Don't offer to remember command on Open 
5142                 with for text parts, as the browser or 
5143                 text editor command isn't changed from 
5144                 there
5145
5146 2006-08-20 [paul]       2.4.0cvs66
5147
5148         * po/ko.po
5149         * po/zh_CN.po
5150                 fix plural form errors. revealed by stricter
5151                 checking of gettext 0.15
5152
5153 2006-08-18 [paul]       2.4.0cvs65
5154
5155         * src/stock_pixmap.c
5156                 fix the fix of 2.4.0cvs64
5157                 Thanks to Colin
5158
5159 2006-08-18 [paul]       2.4.0cvs64
5160
5161         * src/stock_pixmap.c
5162                 fix leaks
5163                 Thanks to Colin
5164
5165 2006-08-18 [paul]       2.4.0cvs63
5166
5167         * src/compose.c
5168         * src/procmsg.c
5169                 fix occasional IMAP bug where large msgs
5170                 were left in the queue folder after sending
5171                 Thanks to Colin
5172
5173 2006-08-18 [paul]       2.4.0cvs62
5174
5175         * src/folderview.c
5176                 freeze the summaryview while quicksearch results
5177                 are displayed
5178                 (fixes bug 456 'current message is hidden when the
5179                 view is refreshed and extended search is "unread 
5180                 messages"')
5181                 Thanks to Colin
5182         * src/textview.c
5183                 add missing #include "inputdialog.h"
5184         * src/common/utils.h
5185                 add missing mailcap_update_default() and improve
5186                 readability
5187
5188 2006-08-17 [colin]      2.4.0cvs61
5189
5190         * src/plugins/pgpcore/select-keys.c
5191                 Fix warnings :)
5192
5193 2006-08-17 [colin]      2.4.0cvs60
5194
5195         * src/compose.c
5196                 Don't continue queuing if Cancel is clicked
5197                 in select-keys
5198
5199 2006-08-17 [colin]      2.4.0cvs59
5200
5201         * src/plugins/pgpcore/select-keys.c
5202                 When encrypting, if only one key matches and it 
5203                 matches exactly, automatically use it.
5204
5205 2006-08-17 [colin]      2.4.0cvs58
5206
5207         * src/mimeview.c
5208         * src/prefs_common.c
5209         * src/prefs_common.h
5210         * src/prefs_ext_prog.c
5211         * src/textview.c
5212                 Fix issues with previous patch (text/html)
5213                 Remove outdated prefs
5214
5215 2006-08-17 [colin]      2.4.0cvs57
5216
5217         * src/imap.c
5218                 Add View Log button on auth error
5219         * src/procmsg.c
5220                 Fix encrypted mail marked as new when
5221                 saved in normal folders
5222         * src/plugins/pgpinline/pgpinline.c
5223                 Fix encrypt bug on IMAP
5224         * src/mimeview.c
5225         * src/common/utils.c
5226         * src/common/utils.h
5227         * src/gtk/inputdialog.c
5228         * src/gtk/inputdialog.h
5229                 Get rid of metamail stuff, simplify
5230                 opening, and allow remembering of user's
5231                 choices (by updating ~/.mailcap). There's
5232                 still to drop "Audio player" and "Image
5233                 viewer" preferences.
5234
5235 2006-08-17 [mones]      2.4.0cvs56
5236
5237         * manual/es/sylpheed-claws-manual.xml
5238                 fix DTD path
5239
5240 2006-08-17 [mones]      2.4.0cvs55
5241
5242         * configure.ac
5243         * manual/Makefile.am
5244         * manual/es/Makefile.am
5245         * manual/es/account.xml
5246         * manual/es/ack.xml
5247         * manual/es/addrbook.xml
5248         * manual/es/advanced.xml
5249         * manual/es/faq.xml
5250         * manual/es/glossary.xml
5251         * manual/es/gpl.xml
5252         * manual/es/handling.xml
5253         * manual/es/intro.xml
5254         * manual/es/keyboard.xml
5255         * manual/es/plugins.xml
5256         * manual/es/starting.xml
5257         * manual/es/sylpheed-claws-manual.xml
5258         * manual/es/dist/Makefile.am
5259         * manual/es/dist/html/Makefile.am
5260         * manual/es/dist/pdf/Makefile.am
5261         * manual/es/dist/ps/Makefile.am
5262         * manual/es/dist/txt/Makefile.am
5263                 Spanish translation for the manual
5264
5265 2006-08-16 [colin]      2.4.0cvs54
5266
5267         * src/compose.c
5268         * src/main.c
5269         * src/mainwindow.c
5270                 Fix send button sensitivity at startup
5271                 Set send menu sensitivity (patch by Fabien)
5272         * src/ssl_manager.c
5273                 Enable closing with esc (patch by Fabien)
5274         * src/gtk/foldersort.c
5275                 Enable closing with esc (patch by Fabien)
5276         * src/procmime.c
5277                 Optimisation (no need to copy to tempfile to
5278                 "decode" 7bit and 8bit)
5279         * src/summaryview.c
5280                 Fix cruft in swap_from case
5281         * src/textview.c
5282                 Fix missing last line in some mail cases 
5283                 (Fixes debian #381872)
5284         * src/plugins/pgpcore/prefs_gpg.c
5285         * src/plugins/pgpcore/sgpgme.c
5286         * src/plugins/pgpcore/sgpgme.h
5287                 Don't show "no key found" when user explicitely
5288                 wants to create a key
5289
5290 2006-08-16 [paul]       2.4.0cvs53
5291
5292         * configure.ac
5293         * src/account.c
5294         * src/addressbook.c
5295         * src/headerview.c
5296         * src/prefs_account.c
5297         * src/prefs_message.c
5298         * src/gtk/gtkutils.c
5299                 bump up minimum required versions of GTK+ and
5300                 GLIB to 2.6.0
5301
5302 2006-08-16 [paul]       2.4.0cvs52
5303
5304         * src/toolbar.c
5305                 workaround GTK+ Bug 351600 - 'Can't re-click
5306                 on button after sensitivity update'
5307                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
5308                 Thanks to Colin
5309
5310 2006-08-15 [colin]      2.4.0cvs51
5311
5312         * src/plugins/pgpcore/prefs_gpg.c
5313                 Set options sensitivity according to
5314                 key existence
5315         * src/plugins/pgpcore/sgpgme.c
5316                 Allow to create key with no passphrase
5317
5318 2006-08-14 [cleroy]     2.4.0cvs50
5319
5320         * src/gtk/pluginwindow.c
5321                 New layout (maybe to be changed?)
5322         * src/gtk/gtkutils.c
5323                 Fix a bit label_window
5324         * src/plugins/pgpcore/passphrase.c
5325         * src/plugins/pgpcore/passphrase.h
5326         * src/plugins/pgpcore/plugin.c
5327         * src/plugins/pgpcore/prefs_gpg.c
5328         * src/plugins/pgpcore/prefs_gpg.h
5329         * src/plugins/pgpcore/sgpgme.c
5330         * src/plugins/pgpcore/sgpgme.h
5331                 Allow to create a PGP private key via the GUI
5332
5333 2006-08-14 [wwp]        2.4.0cvs49
5334
5335         * src/addressbook_foldersel.c
5336                 fix strict ISO C90 compliance.
5337
5338 2006-08-14 [paul]       2.4.0cvs48
5339
5340         * src/gtk/prefswindow.c
5341                 re-set scrolled window on opening
5342                 Patch by Ticho
5343
5344 2006-08-14 [paul]
5345
5346         2.5.0-rc1 released
5347
5348 2006-08-14 [paul]       2.4.0cvs47
5349
5350         * src/prefs_display_header.c
5351                 re-enable user-defined Displayed Headers
5352
5353 2006-08-14 [paul]       2.4.0cvs46
5354
5355         * src/prefs_account.c
5356                 use GTK_STOCK_EDIT
5357
5358 2006-08-13 [colin]      2.4.0cvs45
5359
5360         * src/common/utils.c
5361                 Fix "a" in quote when the original message is empty,
5362                 by using \0 instead of 'a' to test writability of
5363                 temp files.
5364
5365 2006-08-13 [wwp]        2.4.0cvs44
5366
5367         * src/plugins/spamassassin/spamassassin.c
5368                 fix capitalization of "SpamAssassin" in some debug, log and
5369                 dialog messages.
5370
5371 2006-08-13 [paul]       2.4.0cvs43
5372
5373         * src/editldap.c
5374                 fix overlapping widgets
5375         * src/prefs_account.c
5376                 fix translation of protocol_names[]
5377                 fix label disappearing off the edge of the
5378                 visible area
5379
5380 2006-08-12 [paul]       2.4.0cvs42
5381
5382         * manual/plugins.xml
5383                 update IRC channel info before it gets forgotten
5384                 about
5385
5386 2006-08-11 [colin]      2.4.0cvs41
5387
5388         * src/compose.c
5389         * src/mainwindow.c
5390         * src/mainwindow.h
5391         * src/procmsg.c
5392         * src/procmsg.h
5393         * src/summaryview.c
5394         * src/toolbar.c
5395                 Grey out the Send button if
5396                 - Queue folders are empty, or
5397                 - We're sending already
5398
5399 2006-08-11 [wwp]        2.4.0cvs40
5400
5401         * src/main.c
5402                 fix a logic issue when quitting while a compose window is
5403                 still open, thanks to Colin.
5404
5405 2006-08-10 [colin]      2.4.0cvs39
5406
5407         * src/main.c
5408                 Fix default font size setting after wizard run
5409         * src/imap.c
5410         * src/etpan/imap-thread.c
5411         * src/etpan/imap-thread.h
5412                 Fix bug #999 (Timing out on TSL cert validation 
5413                 dialog makes ugly things happen). Also, STARTTLS
5414                 unconditionnaly if initial capabilities contain
5415                 LOGINDISABLED and STARTTLS.
5416
5417 2006-08-09 [colin]      2.4.0cvs38
5418
5419         * src/mainwindow.c
5420         * src/mainwindow.h
5421                 Fix Tools/Actions sensitivity when there are
5422                 no actions
5423
5424 2006-08-09 [colin]      2.4.0cvs37
5425
5426         * src/prefs_filtering.c
5427                 Warning fix, patch by Paul
5428         * src/messageview.c
5429         * src/prefs_actions.c
5430         * src/prefs_filtering_action.c
5431         * src/prefs_matcher.c
5432                 Uniformisation of "Info ..." to "Info..." (for
5433                 old gtk), patch by Fabien
5434         * src/plugins/clamav/clamav_plugin_gtk.c
5435                 Sensitivity fix by Fabien
5436
5437 2006-08-09 [colin]      2.4.0cvs36
5438
5439         * src/main.c
5440         * src/main.h
5441                 Add a function to know whether we're exiting
5442         * src/plugins/trayicon/trayicon.c
5443                 If exiting, don't do anything. Faster, and
5444                 avoids gtk_main_iteration reentracy causing
5445                 segfaults at exit
5446
5447 2006-08-09 [colin]      2.4.0cvs35
5448
5449         * src/messageview.c
5450         * src/mimeview.c
5451         * src/mimeview.h
5452                 Fix lack of part selection when automatically 
5453                 jumping to a specific part
5454         * src/msgcache.c
5455                 Little optimisation in cache reading
5456
5457 2006-08-09 [colin]      2.4.0cvs34
5458
5459         * src/compose.c
5460                 Fix crash setting the priority on reedit
5461                 (Accessing compose before creating it!)
5462
5463 2006-08-08 [colin]      2.4.0cvs33
5464
5465         * src/procmime.c
5466                 Fix bug #998 (last attachment is not accessible)
5467                 Bad RFC interpretation on multipart close-delimiters
5468         * src/mimeview.c
5469         * src/mimeview.h
5470         * src/gtk/gtkvscrollbutton.c
5471         * src/gtk/gtkvscrollbutton.h
5472                 Make attachments list wheel-scrollable
5473
5474 2006-08-07 [colin]      2.4.0cvs32
5475
5476         * src/gtk/gtkaspell.c
5477                 Fix bug #973 (Unicode punctation characters 
5478                 are not recognized as separators by the
5479                 spell checker); fix unsigned stuff
5480
5481 2006-08-07 [colin]      2.4.0cvs31
5482
5483         * src/compose.c
5484                 Fix bug #956 (DnD text with accents in compose 
5485                 text entry); fix gccc's signed/unsigned fuss
5486
5487 2006-08-06 [colin]      2.4.0cvs30
5488
5489         * src/main.c
5490                 Fix bug #979 (Plugin crashes when exiting 
5491                 sylpheed-claws) : handle exit request only 
5492                 once
5493
5494 2006-08-05 [colin]      2.4.0cvs29
5495
5496         * src/news.c
5497                 Just make sure we have a msgid.
5498
5499 2006-08-05 [colin]      2.4.0cvs28
5500
5501         * src/news.c
5502         * src/summaryview.c
5503                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
5504                 by reimplementing it
5505         * src/textview.c
5506                 Fix bug when hiding quotes with level > 3 and quote
5507                 colors are recycled
5508
5509 2006-08-04 [colin]      2.4.0cvs27
5510
5511         * src/compose.c
5512         * src/undo.c
5513         * src/undo.h
5514                 Fix a bit replace-by-pasting undo
5515         * src/mainwindow.c
5516         * src/messageview.c
5517                 Fix Fold quotes menu synchro in
5518                 mainwindow when it changes in 
5519                 messageview
5520         * src/textview.c
5521                 Fix right-click on quotes blocks
5522         * src/common/utils.c
5523                 Verify that the file created by
5524                 my_tmpfile() is writable. Fixes
5525                 bug #988 (very specific filesystem
5526                 issue)
5527         * src/plugins/pgpcore/sgpgme.c
5528                 Fix file descriptor leak
5529         * src/plugins/spamassassin/spamassassin.c
5530                 Warn once if spamd isn't reachable
5531
5532 2006-08-04 [colin]      2.4.0cvs26
5533
5534         * src/toolbar.c
5535                 i18n context patch by Fabien
5536
5537 2006-08-03 [colin]      2.4.0cvs25
5538
5539         * src/mainwindow.c
5540         * src/messageview.c
5541                 Rename "Hide quotes" to "Fold quotes"
5542         * src/textview.c
5543                 Don't use hand cursor on quotes. "all 
5544                 the bonuses of the feature and none of 
5545                 unwelcome side-effects"
5546
5547 2006-08-03 [colin]      2.4.0cvs24
5548
5549         * AUTHORS
5550         * sylpheed-claws.desktop
5551         * src/gtk/authors.h
5552                 Bring the desktop file to XDG compliance
5553                 Patch by Charles A. Edwards
5554
5555 2006-08-03 [colin]      2.4.0cvs23
5556
5557         * src/textview.c
5558                 Fix links offset when they are preceded
5559                 by accentued chars (g_utf8_strlen!)
5560         * src/mainwindow.c
5561                 Fix wrong status when starting offline
5562
5563
5564 2006-08-03 [wwp]        2.4.0cvs22
5565
5566         * src/prefs_common.h
5567                 ask what to do w/ filtering rules that belong to an account when
5568                 applying filtering rules manually from the main window (skip,
5569                 apply regardless of the account, use current account). This dialog
5570                 can be skipped and the last reply used.
5571                 (forgot that file)
5572
5573 2006-08-03 [wwp]        2.4.0cvs21
5574
5575         * src/filtering.c
5576         * src/filtering.h
5577         * src/prefs_common.c
5578         * src/summaryview.c
5579         * src/alertpanel.c
5580         * src/alertpanel.h
5581         * src/messageview.c
5582                 ask what to do w/ filtering rules that belong to an account when
5583                 applying filtering rules manually from the main window (skip,
5584                 apply regardless of the account, use current account). This dialog
5585                 can be skipped and the last reply used.
5586
5587
5588 2006-08-03 [colin]      2.4.0cvs20
5589
5590         * src/textview.c
5591                 Optimize previous patch
5592
5593 2006-08-03 [cleroy]     2.4.0cvs19
5594
5595         * src/textview.c
5596                 Fix quotes getting toggled back when the
5597                 mail has an even number of text parts
5598
5599 2006-08-02 [colin]      2.4.0cvs18
5600
5601         * src/messageview.c
5602                 Add Hide quotes menu
5603
5604 2006-08-02 [colin]      2.4.0cvs17
5605
5606         * src/mainwindow.c
5607         * src/prefs_common.c
5608         * src/textview.c
5609         * src/textview.h
5610         * src/gtk/about.c
5611                 Allow per-level quote hiding,
5612                 Allow toggling quotes by double-clicking them
5613                 Rename RemoteURI to ClickableText to reflect
5614                 the fact it's used for a variety of things
5615
5616 2006-08-02 [wwp]        2.4.0cvs16
5617
5618         * src/mainwindow.c
5619                 fix "View/Hide quotes" menu item status initialization.
5620
5621 2006-08-02 [wwp]        2.4.0cvs15
5622
5623         * src/matcher_parser_parse.y
5624                 remove a debug trace.
5625
5626 2006-08-02 [paul]       2.4.0cvs14
5627
5628         * src/plugins/pgpcore/passphrase.c
5629                 don't set initial dialog size
5630                 make it resizable
5631
5632 2006-08-02 [paul]       2.4.0cvs13
5633
5634         * src/noticeview.c
5635                 remove the rogue '/' character
5636
5637 2006-08-02 [paul]       2.4.0cvs12
5638
5639         * src/noticeview.c
5640                 allow buttons to resize as necessary
5641
5642 2006-08-01 [wwp]        2.4.0cvs11
5643
5644         * src/mbox.c
5645                 fix strict ISO C90 compliance.
5646
5647 2006-08-01 [wwp]        2.4.0cvs10
5648
5649         * tools/update-po
5650                 updated update-po tool to work w/ context-dependent translations.
5651                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5652
5653 2006-08-01 [wwp]        2.4.0cvs9
5654
5655         * src/matcher.c
5656         * src/prefs_filtering.c
5657         * src/prefs_matcher.c
5658                 allow context-dependent translations for "All",
5659                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5660
5661 2006-07-31 [colin]      2.4.0cvs8
5662
5663         * AUTHORS
5664         * src/gtk/authors.h
5665                 Add Rafal to authors
5666
5667 2006-07-31 [colin]      2.4.0cvs7
5668
5669         * src/compose.c
5670         * src/mainwindow.c
5671         * src/messageview.h
5672         * src/prefs_common.c
5673         * src/prefs_common.h
5674         * src/textview.c
5675                 Add 'View/Hide quotes'. Patch based on a patch
5676                 by Rafal Weglarz
5677
5678 2006-07-31 [colin]      2.4.0cvs6
5679
5680         * src/action.c
5681                 Fix problem with "> stuff >" actions
5682
5683 2006-07-31 [paul]       2.4.0cvs5
5684
5685         * po/nb.po
5686                 updated by Geir Helland
5687
5688 2006-07-31 [wwp]        2.4.0cvs4
5689
5690         * src/mainwindow.c
5691         * src/summaryview.c
5692         * src/summaryview.h
5693                 add "View/Go to/Parent message" and "View/Go to/Last read message",
5694                 thanks to Colin.
5695
5696 2006-07-31 [wwp]        2.4.0cvs3
5697
5698         * src/Makefile.am
5699         * src/addr_compl.c
5700         * src/addr_compl.h
5701         * src/addressbook.c
5702         * src/addressbook.h
5703         * src/addressbook_foldersel.c
5704         * src/addressbook_foldersel.h
5705         * src/addrindex.c
5706         * src/addrindex.h
5707         * src/matcher.c
5708         * src/matcher.h
5709         * src/matcher_parser_lex.l
5710         * src/matcher_parser_parse.y
5711         * src/prefs_common.c
5712         * src/prefs_common.h
5713         * src/prefs_filtering.c
5714         * src/prefs_matcher.c
5715         * src/prefs_matcher.h
5716         * src/summaryview.c
5717                 introduce filtering against the address book. It's now possible to add
5718                 matched conditions to determine if any email address in a message matches
5719                 or doesn't match any or all books or folders in the address book.
5720
5721 2006-07-31 [wwp]        2.4.0cvs2
5722
5723         * src/account.c
5724         * src/filtering.c
5725         * src/filtering.h
5726         * src/folder.c
5727         * src/folderview.c
5728         * src/inc.c
5729         * src/mainwindow.c
5730         * src/matcher.c
5731         * src/matcher_parser_lex.l
5732         * src/matcher_parser_parse.y
5733         * src/mbox.c
5734         * src/prefs_filtering.c
5735         * src/prefs_filtering.h
5736         * src/procmsg.c
5737         * src/procmsg.h
5738         * src/summaryview.c
5739                 introduce per-account filtering rules. Each filtering rule can now be assigned
5740                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
5741                 when applying filtering rules manually, as all rules will apply - even the ones
5742                 assigned to an account. This issue will be addressed soon.
5743  
5744
5745
5746 2006-07-31 [wwp]        2.4.0cvs1
5747
5748         * src/quote_fmt.c
5749                 make more strings translatable.
5750
5751 2006-07-31 [paul]       2.4.0
5752
5753         2.4.0 released
5754
5755 2006-07-31 [paul]       2.3.1cvs91
5756
5757         * po/ca.po
5758                 updated by Miquel Oliete
5759
5760 2006-07-31 [paul]       2.3.1cvs90
5761
5762         * po/de.po
5763         * po/el.po
5764         * po/fr.po
5765         * po/it.po
5766         * po/pl.po
5767         * po/pt_BR.po
5768         * po/sr.po
5769         * po/zh_CN.po
5770                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
5771                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
5772                 Aleksandar Urosevic, and Ralgh Young
5773
5774 2006-07-31 [paul]       2.3.1cvs89
5775
5776         * src/account.c
5777         * src/main.c
5778         * src/mainwindow.c
5779         * src/mainwindow.h
5780                 Fix a race condition when, after an SC crash, rescanning
5781                 folders took more than 0.5 seconds
5782                 Thanks to Colin
5783
5784 2006-07-31 [paul]       2.3.1cvs88
5785
5786         * src/folderview.c
5787                 don't translate separator strings
5788
5789 2006-07-30 [mones]      2.3.1cvs87
5790
5791         * doc/man/sylpheed-claws.1
5792                 Fixed non-ASCII chars in Hoa's name
5793         * po/es.po
5794                 Updated for release
5795
5796 2006-07-27 [colin]      2.3.1cvs86
5797
5798         * src/textview.c
5799                 Don't include the leading \n in links
5800                 Patch by Fabien
5801
5802 2006-07-25 [colin]      2.3.1cvs85
5803
5804         * src/mainwindow.c
5805         * src/common/socket.h
5806         * src/etpan/imap-thread.c
5807                 Refresh resolvers before connecting
5808                 to IMAP servers, and after switching
5809                 to online. Thanks to Paul.
5810
5811 2006-07-18 [colin]
5812
5813         * 2.4.0-rc4 released
5814
5815 2006-07-17 [colin]      2.3.1cvs84
5816
5817         * src/inc.c
5818                 Show connection attempt in statusbar before
5819                 connecting (previously first message was
5820                 "Retrieving messages from ..." after the
5821                 connection succeeded.
5822
5823 2006-07-16 [wwp]        2.3.1cvs83
5824
5825         * sylpheed-claws.ico
5826                 Added .ico file (windows multi-size icon file, generated).
5827
5828 2006-07-12 [wwp]        2.3.1cvs82
5829
5830         * src/messageview.c
5831                 remove Message/Re-edit menu entry from messageview window,
5832                 as sent/draft/queued messages are opened in compose window when
5833                 re-edited and it's not possible to re-edit other msgs.
5834
5835 2006-07-12 [paul]       2.3.1cvs81
5836
5837         * AUTHORS
5838         * src/mainwindow.c
5839         * src/gtk/authors.h
5840                 check online state before resetting
5841                 mailcheck timer. Useful if some program
5842                 verifies connection state and updates
5843                 Claws.
5844                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
5845
5846 2006-07-12 [paul]       2.3.1cvs80
5847
5848         * sylpheed-claws-128x128.png
5849         * sylpheed-claws-64x64.png
5850         * sylpheed-claws.png
5851         * src/Makefile.am
5852         * src/main.c
5853         * src/prefs_toolbar.c
5854         * src/stock_pixmap.c
5855         * src/stock_pixmap.h
5856         * src/wizard.c
5857         * src/gtk/about.c
5858         * src/gtk/gtkutils.c
5859         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
5860         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
5861         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
5862         * src/pixmaps/sylpheed.xpm              ** REMOVED **
5863         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
5864         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
5865                 updated and renamed logo/icon files and related
5866                 logo by Jesper Schultz
5867
5868 2006-07-11 [paul]       2.3.1cvs79
5869
5870         * src/main.c
5871                 fix the labels a smidgin
5872
5873 2006-07-09 [colin]      2.3.1cvs78
5874
5875         * src/textview.c
5876                 Show errors in textviewer's command
5877                 Patch by H. Merijn Brand
5878
5879 2006-07-09 [colin]      2.3.1cvs77
5880
5881         * src/compose.c
5882                 Save FMID in drafts too
5883
5884 2006-07-08 [colin]      2.3.1cvs76
5885
5886         * src/compose.c
5887                 Svae RMID in drafted mails too
5888                 Save quote_fmt vars for whole mails,
5889                 don't reset at each quote_fmt_init:
5890                 allows to use the same |i{var} in
5891                 various template fields
5892         * src/prefs_template.c
5893         * src/quote_fmt.h
5894         * src/quote_fmt_parse.y
5895                 Same
5896
5897 2006-07-08 [colin]      2.3.1cvs75
5898
5899         * src/textview.c
5900                 Fix highlighting of attached parts URIs
5901
5902 2006-07-08 [colin]      2.3.1cvs74
5903
5904         * src/main.c
5905                 Prevent bug #981 (sc 2.3.1 segfaults with 
5906                 gtk+ 2.10) from being reported again:
5907                 if Sylpheed-Claws has been compiled against
5908                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
5909                 of if Sylpheed-Claws has been compiled against
5910                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
5911                 error out.
5912
5913 2006-07-07 [colin]      2.3.1cvs73
5914
5915         * src/prefs_actions.c
5916                 Fix label
5917
5918 2006-07-07 [colin]      2.3.1cvs72
5919
5920         * src/prefs_actions.c
5921                 Fix compile on gtk < 2.8. argh :)
5922
5923 2006-07-07 [paul]       2.3.1cvs71
5924
5925         * src/common/defs.h
5926                 update DONATE_URI
5927
5928 2006-07-07 [colin]      2.3.1cvs70
5929
5930         * po/POTFILES.in
5931         * src/quote_fmt.c
5932         * src/quote_fmt_lex.l
5933         * src/quote_fmt_parse.y
5934                 Add |i{var}, a way to insert user-entered
5935                 text in a template
5936
5937 2006-07-07 [colin]
5938
5939         * 2.4.0-rc3 released
5940
5941 2006-07-07 [colin]      2.3.1cvs69
5942
5943         * src/folder.c
5944                 Don't consider inboxes of UNKNOWN folder 
5945                 classes to be useable as default inboxes
5946
5947 2006-07-07 [paul]       2.3.1cvs68
5948
5949         * src/textview.c
5950                 add missing #include <errno.h>
5951                 Thanks to René J. Blokland
5952
5953 2006-07-07 [paul]       2.3.1cvs67
5954
5955         * src/action.c
5956                 Return now Closes dialog
5957         * src/mimeview.c
5958         * src/mimeview.h
5959         * src/textview.c
5960                 add contextual menu to mime parts listed
5961                 in the textview
5962                 Thanks to Colin
5963         * src/common/utils.c
5964                 reversal: ' is a valid character in URLs
5965
5966 2006-07-06 [colin]      2.3.1cvs66
5967
5968         * src/remotefolder.h
5969                 Forgotten in previous commit
5970
5971 2006-07-06 [colin]      2.3.1cvs65
5972
5973         * src/folder.c
5974                 Set summary update flag whenever
5975                 totals changed
5976         * src/imap.c
5977         * src/prefs_account.c
5978         * src/common/utils.h
5979         * src/etpan/imap-thread.c
5980                 Fix warnings, thanks to Fabien and
5981                 Ricardo
5982
5983 2006-07-06 [wwp]        2.3.1cvs64
5984
5985         * src/gtk/gtkutils.c
5986                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5987
5988 2006-07-06 [wwp]        2.3.1cvs63
5989
5990         * src/account.c
5991         * src/addressbook.c
5992         * src/addressitem.h
5993         * src/folderview.c
5994         * src/mainwindow.c
5995         * src/manual.c
5996         * src/manual.h
5997         * src/message_search.c
5998         * src/prefs_actions.c
5999         * src/prefs_filtering.c
6000         * src/prefs_filtering.h
6001         * src/prefs_template.c
6002         * src/summary_search.c
6003         * src/summaryview.c
6004         * src/gtk/gtkutils.c
6005         * src/gtk/gtkutils.h
6006         * src/gtk/pluginwindow.c
6007                 add help buttons to some dialogs. Clicking such buttons opens a
6008                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
6009
6010 2006-07-06 [paul]       2.3.1cvs62
6011
6012         * src/textview.c
6013                 fix attachments contextual menu
6014                 Thanks to Colin
6015
6016 2006-07-05 [colin]      2.3.1cvs61
6017
6018         * src/textview.c
6019         * src/compose.c
6020                 Handle sftp:// links
6021
6022 2006-07-05 [paul]       2.3.1cvs60
6023
6024         * src/gtk/filesel.c
6025                 grab save button by default
6026                 Thanks to Colin
6027
6028 2006-07-05 [wwp]        2.3.1cvs59
6029
6030         * manual/xml2pdf
6031                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
6032
6033 2006-07-04 [colin]      2.3.1cvs58
6034
6035         * src/mimeview.c
6036         * src/textview.c
6037                 Use left click to select, middle click to open
6038                 on mimeparts links
6039         * src/common/utils.c
6040                 Fix segfault
6041
6042 2006-07-04 [colin]      2.3.1cvs57
6043
6044         * src/mainwindow.c
6045         * src/news.c
6046                 Warning fixes, thanks to Fabien
6047
6048 2006-07-04 [colin]      2.3.1cvs56
6049
6050         * src/mimeview.c
6051         * src/mimeview.h
6052         * src/textview.c
6053                 Allow parts to be selected via their text label
6054                 in textview
6055
6056 2006-07-04 [colin]      2.3.1cvs55
6057
6058         * src/folderview.c
6059                 Feedback when closing (for big folders)
6060         * src/prefs_actions.c
6061         * src/prefs_filtering.c
6062         * src/prefs_matcher.c
6063         * src/prefs_template.c
6064                 Fix default button when closing without
6065                 having saved
6066
6067 2006-07-04 [colin]      2.3.1cvs54
6068
6069         * src/news.c
6070                 Delete local file on deletion
6071
6072 2006-07-03 [colin]      2.3.1cvs53
6073
6074         * src/folderview.c
6075         * src/main.c
6076                 Don't freeze when rescanning after crash
6077
6078 2006-07-03 [wwp]        2.3.1cvs52
6079
6080         * src/compose.c
6081         * src/privacy.c
6082         * src/privacy.h
6083         * src/plugins/pgpinline/pgpinline.c
6084         * src/plugins/pgpmime/pgpmime.c
6085                 don't report an error when the user cancels the passphrase dialog.
6086
6087 2006-07-02 [colin]      2.3.1cvs51
6088
6089         * src/folderview.c
6090                 Open message when crossing folders with Space,
6091                 goto next unread and friends
6092
6093 2006-07-01 [colin]      2.3.1cvs50
6094
6095         * src/prefs_account.c
6096                 Typographic rules varying from language
6097                 to language (in french "Protocole :"),
6098                 we have to do that :)
6099
6100 2006-07-01 [ticho]      2.3.1cvs49
6101
6102         * src/prefs_account.c
6103                 Only use one temporary gchar* variable in
6104                 prefs_account_protocol_set_optmenu().
6105
6106 2006-07-01 [ticho]      2.3.1cvs48
6107
6108         * src/prefs_account.c
6109         * src/prefs_account.h
6110                 Use GtkLabel for existing account protocol name.
6111                 Created an array for protocol names and populate the
6112                 combobox from it in a for() cycle.
6113
6114 2006-06-30 [colin]      2.3.1cvs47
6115
6116         * src/compose.c
6117                 Block undo when changing signature (by changing
6118                 account)
6119
6120 2006-06-30 [paul]       2.3.1cvs46
6121
6122         * src/send_message.c
6123                 when editing From in the Compose window, use that address
6124                 in the Return-Path: header
6125                 Thanks to Colin
6126
6127 2006-06-30 [colin]      2.3.1cvs45
6128
6129         * src/compose.c
6130                 Fix signature replacement:
6131                 - when no newline before separator
6132                 - when reediting
6133
6134 2006-06-29 [colin]      2.3.1cvs44
6135
6136         * src/folderview.c
6137         * src/folderview.h
6138         * src/mainwindow.c
6139         * src/summaryview.c
6140                 Let 'View/Go to/Next marked' work like
6141                 Next new & Next unread: across folders
6142                 Change the select_on_entry pref to do
6143                 what we want when changing folder
6144         * src/common/utils.c
6145                 Fix single-quoted links 
6146
6147 2006-06-29 [colin]      2.3.1cvs43
6148
6149         * src/gtk/gtkaspell.c
6150                 "Sylpheed" and "Sylpheed-Claws" do exist !
6151
6152 2006-06-29 [colin]      2.3.1cvs42
6153
6154         * src/imap.c
6155                 Forgot to remove debug
6156
6157 2006-06-29 [colin]      2.3.1cvs41
6158
6159         * src/imap.c
6160         * src/imap.h
6161         * src/mainwindow.c
6162                 Disconnect from IMAP servers when going
6163                 offline. Fixes bug #978 (going to offline-mode 
6164                 won't close connections)
6165
6166 2006-06-29 [colin]      2.3.1cvs40
6167
6168         * src/main.c
6169                 Fix transient setting on failing plugins
6170                 Patch by Fabien
6171         * src/plugins/pgpcore/sgpgme.c
6172                 Only warn for OpenPGP. Most people don't
6173                 have CMS available.
6174
6175 2006-06-29 [colin]      2.3.1cvs39
6176
6177         * src/compose.c
6178                 Fix Spelling menu (discrepancy between context menu
6179                 and top menu when folder's dictionary isn't the 
6180                 default one)
6181         * src/plugins/pgpcore/sgpgme.c
6182                 More error reporting about why gpgme can fail
6183
6184 2006-06-29 [wwp]        2.3.1cvs38
6185
6186         * src/mainwindow.c
6187                 honor the display-header-pane setting even when the message view
6188                 is a separate window.
6189
6190 2006-06-29 [wwp]        2.3.1cvs37
6191
6192         * src/prefs_actions.c
6193                 forgot to commit that one (use of GTK_STOCK_INFO).
6194
6195 2006-06-29 [colin]      2.3.1cvs36
6196
6197         * src/imap.c
6198                 Better handling of login errors (ask the password
6199                 again once), alert in case of error. Fix three
6200                 signedness warnings.
6201
6202 2006-06-28 [wwp]        2.3.1cvs35
6203
6204         * src/prefs_template.c
6205         * src/prefs_matcher.c
6206         * src/prefs_filtering_action.c
6207         * src/prefs_quote.c
6208                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6209                 patch by Fabien Vantard, slightly modified.
6210
6211 2006-06-28 [paul]
6212
6213         2.4.0-rc2 released
6214
6215 2006-06-28 [colin]      2.3.1cvs34
6216
6217         * src/prefs_account.c
6218                 Fix bug #977 (Can't add or edit imap accounts)
6219
6220 2006-06-28 [colin]      2.3.1cvs33
6221
6222         * src/mimeview.c
6223                 Fix previous
6224
6225 2006-06-28 [colin]      2.3.1cvs32
6226
6227         * src/mimeview.c
6228                 Save named inlined attachments with "Save all"
6229         * src/main.c
6230         * src/mbox.c
6231         * src/common/plugin.c
6232         * src/common/plugin.h
6233         * src/common/sylpheed.c
6234         * src/common/utils.c
6235         * src/plugins/pgpcore/sylpheed.def
6236         * src/plugins/pgpinline/sylpheed.def
6237         * src/plugins/pgpmime/sylpheed.def
6238                 Win32 compatibility patch, by
6239                 Werner Koch
6240
6241 2006-06-28 [wwp]        2.3.1cvs31
6242
6243         * src/imap.c
6244         * src/prefs_folder_item.c
6245                 less compilation warnings (thanks to Fabien Vantard), less typos.
6246
6247 2006-06-28 [paul]       2.3.1cvs30
6248
6249         * src/gtk/gtkutils.c
6250                 gtk_combo_box_set_focus_on_click() is only
6251                 available since gtk 2.6.0
6252
6253 2006-06-28 [paul]       2.3.1cvs29
6254
6255         * src/prefs_ext_prog.c
6256                 fix engrish and add a tooltip for the
6257                 'command for 'Display as text' option
6258
6259 2006-06-28 [paul]
6260
6261         2.4.0-rc1 released
6262
6263 2006-06-28 [paul]       2.3.1cvs28
6264
6265         * ChangeLog
6266         * tools/Makefile.am
6267                 include textviewer.pl in releases
6268
6269 2006-06-28 [paul]       2.3.1cvs27
6270
6271         * src/prefs_ext_prog.c
6272                 hide Print command option if libgnomeprint
6273                 support is present
6274
6275 2006-06-27 [colin]      2.3.1cvs26
6276
6277         * src/compose.c
6278                 Fix Esc handling in insert/attach dialog
6279                 Don't show this dialog if dragging something
6280                 else than text/uri-list
6281                 Thanks to Fabien Vantard
6282         * tools/textviewer.pl
6283                 Filter script to display stuff as text
6284                 by H. Merijn Brand
6285
6286 2006-06-27 [wwp]        2.3.1cvs25
6287
6288         * src/messageview.c
6289                 use the exact product name (message view title), patch
6290                 by Fabien Vantard.
6291
6292 2006-06-27 [ticho]      2.3.1cvs24
6293
6294         * src/prefs_account.c
6295         * src/prefs_common.c
6296         * src/prefs_common.h
6297         * src/prefs_ext_prog.c
6298         * src/textview.c
6299                 Add a preference (Preferences/External programs)
6300                 to allow "Display as text" to be done via a script
6301                 (patch by H.Merijn Brand).
6302                 Use GtkComboBox for protocol selection in account
6303                 preferences.
6304                 Only include current choice for existing accounts, and
6305                 insensitivize the combobox.
6306
6307 2006-06-27 [paul]       2.3.1cvs23
6308
6309         * src/mbox.c
6310                 fix crasher introduced in cvs21.
6311                 Thanks to Colin
6312
6313 2006-06-26 [colin]      2.3.1cvs22
6314
6315         * src/mbox.c
6316                 Fix double-frees when leaving folders
6317                 after exporting to mbox
6318
6319 2006-06-26 [colin]      2.3.1cvs21
6320
6321         * src/mbox.c
6322                 More feedback (and optimisation)
6323                 on import/export
6324         * src/common/utils.c
6325                 Fix case when looking for mail addresses
6326         * src/gtk/gtkutils.c
6327                 Extra check for (X-)Face
6328
6329 2006-06-25 [ticho]      2.3.1cvs20
6330
6331         * src/compose.c
6332         * src/exphtmldlg.c
6333         * src/gtk/gtkutils.c
6334         * src/gtk/gtkutils.h
6335                 Added second argument to gtkut_sc_combobox_create() to
6336                 control focus-on-click for the widget.
6337                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
6338
6339 2006-06-25 [ticho]      2.3.1cvs19
6340
6341         * src/compose.c
6342         * src/gtk/Makefile.am
6343         * src/gtk/combobox.c
6344         * src/gtk/combobox.h
6345         * src/gtk/gtkutils.c
6346         * src/gtk/gtkutils.h
6347                 Use GtkComboBox instead of deprecated GtkOptionMenu
6348                 for account selector in compose window and for encoding
6349                 selector in attachment properties.
6350                 Also factorise working with the new GtkComboBox somewhat.
6351
6352 2006-06-24 [paul]       2.3.1cvs18
6353
6354         * src/prefs_common.c
6355                 use the correct default value
6356
6357 2006-06-24 [paul]       2.3.1cvs17
6358
6359         * src/compose.c
6360         * src/prefs_common.c
6361         * src/prefs_common.h
6362         * src/prefs_compose_writing.c
6363                 enable setting of default action when
6364                 dnd'ing files in the compose window.
6365                 (Collaborative effort with wwp)
6366
6367 2006-06-23 [wwp]        2.3.1cvs16
6368
6369         * src/compose.c
6370                 i18n fix (thanks to Fabien Vantard)
6371
6372 2006-06-22 [colin]      2.3.1cvs15
6373
6374         * src/prefs_customheader.c
6375                 Don't use filters in custom headers' file 
6376                 selector. Remember, extensions mean nothing :)
6377
6378 2006-06-22 [paul]       2.3.1cvs14
6379
6380         * configure.ac
6381                 allow setting of man directory location
6382
6383 2006-06-22 [colin]      2.3.1cvs13
6384
6385         * src/mainwindow.c
6386                 Add 'View/Go to/Next unread folder'.
6387                 I missed that :)
6388
6389 2006-06-22 [colin]      2.3.1cvs12
6390
6391         * src/common/utils.c
6392                 Add some subject prefixes
6393                 Patch by Bjorn T Johansen <btj@havleik.no>
6394
6395 2006-06-22 [colin]      2.3.1cvs11
6396
6397         * manual/advanced.xml
6398                 Forgotten hidden pref
6399
6400 2006-06-21 [paul]       2.3.1cvs10
6401
6402         * src/prefs_account.c
6403                 complete the removal of 'Add date header' option
6404
6405 2006-06-21 [paul]       2.3.1cvs9
6406
6407         * src/account.c
6408         * src/compose.c
6409         * src/prefs_account.c
6410         * src/prefs_account.h
6411                 remove option to add date header - always
6412                 add date header
6413         * src/etpan/imap-thread.c
6414                 fix warnings (Thanks to Colin)
6415
6416 2006-06-21 [wwp]        2.3.1cvs8
6417
6418         * src/folder.c
6419                 set the attachment flag when inline text part are (file)named. This is more convenient
6420                 when receiving (for instance) inline source files or patches sent using thunderbird.
6421
6422 2006-06-21 [paul]       2.3.1cvs7
6423
6424         * src/inc.c
6425                 fix off-by-one count of current msg in
6426                 statusbar filtering progressbar
6427
6428 2006-06-21 [paul]       2.3.1cvs6
6429
6430         * src/folder.c
6431                 Show attachment icon even if the part is 'inline'
6432                 if the following conditions are met:
6433                 - content-type != 'text/plain'
6434                 - content-type != '*/pgp-signature'
6435                 - either 'name' or 'filename' parameter is not NULL
6436                 
6437                 Thanks to Colin
6438
6439 2006-06-21 [paul]       2.3.1cvs5
6440
6441         * src/messageview.c
6442         * src/prefs_common.c
6443         * src/prefs_common.h
6444         * src/prefs_other.c
6445                 add an option to 'Never send Return
6446                 Receipts'
6447                 Thanks to Colin
6448
6449 2006-06-20 [mones]      2.3.1cvs4
6450
6451         * po/es.po
6452                 updated
6453         * src/compose.c
6454                 typo fixed (space after comma)
6455         * tools/make.themes.project
6456                 remove exec mode from tarball files
6457
6458 2006-06-20 [colin]      2.3.1cvs3
6459
6460         * src/news.c
6461         * src/procheader.c
6462         * src/unmime.c
6463                 Better fix for \n's in headers (don't 
6464                 break Received: and others)
6465
6466 2006-06-20 [paul]       2.3.1cvs2
6467
6468         * src/alertpanel.c
6469         * src/textview.c
6470                 improve legibility of phishing attempt
6471                 dialog
6472
6473 2006-06-20 [paul]       2.3.1cvs1
6474
6475         * NEWS
6476         * README
6477         * configure.ac
6478                 Update version number following
6479                 stable release
6480
6481 2006-06-20 [colin]      2.3.0cvs26
6482
6483         * src/compose.c
6484                 When dragging a file to the text of the compose
6485                 window, ask whether we want to insert or attach
6486                 (I know lots of people who do that to attach)
6487
6488 2006-06-20 [colin]      2.3.0cvs25
6489
6490         * src/etpan/imap-thread.c
6491                 Fix threshold (the append command is often > 32 bytes)
6492
6493 2006-06-19 [colin]      2.3.0cvs24
6494
6495         * src/imap.c
6496         * src/etpan/imap-thread.c
6497                 Workaround Rockliffe IMAP server bug: replace
6498                 "x UID SEARCH (ANSWERED UID 1:*)" with
6499                 "x UID SEARCH ANSWERED"
6500                 (Rockliffe doesn't handle the parenthesis)
6501
6502 2006-06-19 [colin]      2.3.0cvs23
6503
6504         * src/compose.c
6505         * src/imap.c
6506         * src/etpan/imap-thread.c
6507                 Probably fix bug #972 (Freezes when adding 
6508                 an attachment to the message)
6509         * src/common/defs.h
6510                 Modernize Firefox cmd
6511
6512
6513 2006-06-18 [colin]      2.3.0cvs22
6514
6515         * src/prefs_customheader.c
6516                 Only allow correct filenames for various
6517                 custom headers
6518
6519 2006-06-18 [colin]      2.3.0cvs21
6520
6521         * src/prefs_customheader.c
6522                 Add a 'From File...' button in custom headers prefs, which
6523                 try to do the right thing: 
6524                 for normal headers, use file as plaintext,
6525                 for X-Face, calls compface,
6526                 for Face, encode to b64.
6527
6528 2006-06-17 [colin]      2.3.0cvs20
6529
6530         * src/mh.c
6531                 Warning fix
6532
6533 2006-06-16 [colin]      2.3.0cvs19
6534
6535         * src/summaryview.c
6536                 Recursive quicksearch: show message list
6537                 in current folder, *then* search children
6538                 in the background.
6539
6540 2006-06-16 [colin]      2.3.0cvs18
6541
6542         * src/main.c
6543                 Instead of ignoring SIGPIPE, save caches
6544                 when getting one. Will fix the fact that
6545                 hot caches are out-of-date when logging 
6546                 out of Xorg.
6547         * src/compose.c
6548         * src/prefs_compose_writing.c
6549                 Only save text (not attachments) when 
6550                 auto-saving to drafts
6551         * src/unmime.c
6552                 Always replace \n, \r and \t with spaces
6553                 in headers
6554         * manual/dist/html/Makefile.am
6555         * manual/dist/pdf/Makefile.am
6556         * manual/dist/ps/Makefile.am
6557         * manual/dist/txt/Makefile.am
6558         * manual/fr/dist/html/Makefile.am
6559         * manual/fr/dist/pdf/Makefile.am
6560         * manual/fr/dist/ps/Makefile.am
6561         * manual/fr/dist/txt/Makefile.am
6562         * manual/pl/dist/html/Makefile.am
6563         * manual/pl/dist/pdf/Makefile.am
6564         * manual/pl/dist/ps/Makefile.am
6565         * manual/pl/dist/txt/Makefile.am
6566                 Fix make clean removing pregenerated manuals
6567
6568
6569 2006-06-16 [colin]      2.3.0cvs17
6570
6571         * src/plugins/pgpcore/sgpgme.c
6572         * src/plugins/pgpmime/pgpmime.c
6573         * src/plugins/pgpinline/pgpinline.c
6574                 Better error reporting in setup_signers.
6575                 Don't fallback to default key if specified
6576                 key isn't found.
6577                 Don't allow signing if more than one secret
6578                 key matches the one specified in prefs.
6579
6580 2006-06-15 [colin]      2.3.0cvs16
6581
6582         * src/folderview.c
6583                 Add "Send queue" in the folder's contextual
6584                 menu
6585         * src/compose.c
6586         * src/messageview.c
6587         * src/privacy.c
6588         * src/privacy.h
6589         * src/procmime.c
6590         * src/procmsg.c
6591         * src/plugins/pgpcore/passphrase.c
6592         * src/plugins/pgpcore/sgpgme.c
6593         * src/plugins/pgpinline/pgpinline.c
6594         * src/plugins/pgpmime/pgpmime.c
6595                 Better error reporting
6596         * src/mbox.c
6597                 Probably fix bug #971 (2.2.3 cannot read mail 
6598                 from local mbox)
6599
6600
6601 2006-06-15 [mones]      2.3.0cvs15
6602
6603         * tools/make.themes.project
6604                 creates the themes project from the web page
6605
6606 2006-06-15 [colin]      2.3.0cvs14
6607
6608         * src/folder.c
6609                 Better fix (avoid losing the folder if scan_tree 
6610                 fails)
6611
6612 2006-06-15 [cleroy]     2.3.0cvs13
6613
6614         * src/folder.c
6615                 Probably fix Bug #969 (crash on rebuilding 
6616                 imap folder)
6617
6618 2006-06-14 [colin]      2.3.0cvs12
6619
6620         * manual/dtd/manual.xsl
6621         * manual/sylpheed-claws-manual.xml
6622         * manual/fr/sylpheed-claws-manual.xml
6623         * manual/pl/sylpheed-claws-manual.xml
6624                 Insert pagebreaks between sections
6625
6626 2006-06-14 [paul]       2.3.0cvs11
6627
6628         * configure.ac
6629                 better fix than 2.3.0cvs10
6630
6631 2006-06-14 [paul]       2.3.0cvs10
6632
6633         * configure.ac
6634                 fix setting of PACKAGE_DATA_DIR with newer autoconf
6635                 (backwards compatible)
6636
6637 2006-06-13 [colin]      2.3.0cvs9
6638
6639         * src/messageview.c
6640                 Fix sending of return receipt with the new queue folders
6641
6642 2006-06-13 [wwp]        2.3.0cvs8
6643
6644         * src/quote_fmt_lex.l
6645                 fix wrong tokens returned in quote_fmt lexer, query not().
6646
6647 2006-06-13 [wwp]        2.3.0cvs7
6648
6649         * src/folder.c
6650         * src/prefs_folder_item.c
6651                 allow changing folder type even when folder is not a top-level one,
6652                 thanks to Colin.
6653
6654 2006-06-12 [colin]      2.3.0cvs6
6655
6656         * src/folderview.c
6657                 Fix double-ask of "Do you want to mark all
6658                 as read"
6659
6660 2006-06-12 [colin]      2.3.0cvs5
6661
6662         * src/compose.c
6663         * src/compose.h
6664         * src/folder.c
6665         * src/folder.h
6666         * src/imap.c
6667         * src/inc.c
6668         * src/main.c
6669         * src/messageview.c
6670         * src/mh.c
6671         * src/prefs_folder_item.c
6672         * src/procheader.c
6673         * src/procmime.c
6674         * src/procmsg.c
6675         * src/procmsg.h
6676         * src/send_message.c
6677         * src/summaryview.c
6678         * src/toolbar.c
6679                 Apply bug #964's patch (Queue and drafts aren't normal)
6680                 The Drafts and Queue folder now contain RFC-822 files,
6681                 allowing to move and copy mails from and to these 
6682                 folders. Moving from Drafts to Queue will prepare the
6683                 mail for sending (PGP signature, encryption, etc).
6684                 This patch also rework sending errors handling to try
6685                 to be more helpful.
6686                 Also, allow redefining folder types via the GUI 
6687                 (Folder type in its Properties)
6688
6689 2006-06-12 [colin]      2.3.0cvs4
6690
6691         * src/summaryview.c
6692         * src/prefs_common.c
6693         * src/prefs_common.h
6694         * src/gedit-print.c
6695                 Allow to define a specific print font - patch
6696                 by Bernhard Walle <bernhard.walle@gmx.de>
6697         * src/prefs_fonts.c
6698         * manual/advanced.xml
6699         * manual/fr/advanced.xml
6700                 Add a hidden pref to allow deletion without
6701                 confirmation
6702
6703 2006-06-12 [wwp]        2.3.0cvs3
6704
6705         * .cvsignore
6706                 more files to ignore.
6707
6708 2006-06-12 [wwp]        2.3.0cvs2
6709
6710         * src/quote_fmt.c
6711         * src/quote_fmt_lex.l
6712         * src/quote_fmt_parse.y
6713                 extend the quote_fmt parser (templates and quotes):
6714                 - allow limited sub-expressions in |p{} and |f{} expressions,
6715                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
6716                 - implemented/fixed missing implementation of query_references and show_references,
6717                 - completed, fixed contents and format of the symbols help dialog,
6718                 - fix some compilation warnings.
6719
6720 2006-06-12 [wwp]        2.3.0cvs1
6721
6722         * manual/advanced.xml
6723         * manual/fr/advanced.xml
6724                 updates in the "templates" section of the manual (eng/fr):
6725                  - be more precise (both versions)
6726                  - completed to match the english reference (fr version)
6727                  - touchups (both versions)
6728
6729 2006-06-12 [paul]       2.3.0
6730
6731         2.3.0 released
6732
6733 2006-06-12 [paul]       2.2.3cvs14
6734
6735         * po/ca.po
6736         * po/cs.po
6737         * po/de.po
6738         * po/el.po
6739         * po/fr.po
6740         * po/it.po
6741         * po/pt_BR.po
6742         * po/sr.po
6743         * po/zh_CN.po
6744                 updated by Miquel Oliete, Tim, Stephan Sachse,
6745                 Stavros Giannouris, Fabien Vantard, Andrea
6746                 Spadaccini, Frederico Goncalves Guimaraes,
6747                 Aleksandar Urosevic, and Ralgh Young
6748
6749 2006-06-12 [colin]      2.2.3cvs13
6750
6751         * src/mbox.c
6752                 Add missing header
6753
6754 2006-06-11 [colin]      2.2.3cvs12
6755
6756         * src/msgcache.c
6757                 Verify that g_malloc() succeeded
6758
6759 2006-06-11 [colin]      2.2.3cvs11
6760
6761         * src/wizard.c
6762                 Add Face header to welcome mail
6763
6764 2006-06-10 [colin]      2.2.3cvs10
6765
6766         * src/textview.c
6767                 Revert previous (Forgot it changes the
6768                 margin on the whole mail)
6769
6770 2006-06-10 [colin]      2.2.3cvs9
6771
6772         * src/textview.c
6773                 Don't overlap long headers under (X-)Face
6774
6775 2006-06-10 [mones]      2.2.3cvs8
6776
6777         * manual/xml2pdf
6778                 allow generation of manual on systems lacking saxon binary
6779                 but with java and the saxon library installed
6780
6781         * po/es.po
6782                 updated for release
6783
6784 2006-06-09 [colin]      2.2.3cvs7
6785
6786         * src/summaryview.c
6787                 Fix leak when using Display Sender using Addressbook
6788
6789 2006-06-09 [colin]      2.2.3cvs6
6790
6791         * src/compose.c
6792         * src/folder.c
6793         * src/folderview.c
6794         * src/mimeview.c
6795         * src/summaryview.c
6796                 More leaks fixes
6797
6798 2006-06-09 [paul]       2.2.3cvs5
6799
6800         * AUTHORS
6801         * src/gtk/authors.h
6802         * tools/claws.i18n.status.pl
6803                 updated with new info
6804
6805 2006-06-09 [paul]       2.2.3cvs4
6806
6807         * README
6808                 updated
6809         * manual/ack.xml
6810                 add wwp to authors list
6811         * src/gtk/authors.h
6812                 update mine and Colin's addresses
6813
6814 2006-06-08 [colin]      2.2.3cvs3
6815
6816         * src/etpan/imap-thread.c
6817                 Fix leak on SSL cert check
6818
6819 2006-06-08 [colin]      2.2.3cvs2
6820
6821         * src/common/utils.c
6822                 Fix leak
6823
6824 2006-06-08 [paul]       2.2.3cvs1
6825
6826         * configure.ac
6827                 Update version number following
6828                 stable release
6829
6830 2006-06-07 [colin]      2.2.2cvs3
6831
6832         * src/msgcache.c
6833                 Fix catching cache read errors (guint instead of gint)
6834                 Prevent malloc'ing more than 8MB (means cache corruption)
6835
6836 2006-06-07 [paul]       2.2.2cvs2
6837
6838         * src/exporthtml.c
6839         * src/exportldif.c
6840         * src/mh.c
6841         * src/mutt.c
6842         * src/pine.c
6843         * src/common/utils.c
6844                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
6845                 obey $HOME'
6846                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
6847                 Thanks to Colin
6848
6849 2006-06-06 [paul]       2.2.2cvs1
6850
6851         * configure.ac
6852                 Update version number following
6853                 stable release
6854
6855 2006-06-06 [paul]       2.2.1cvs6
6856
6857         * src/matcher.c
6858                 fix  implicit declaration of
6859                 sylpheed_do_idle()
6860                 Patch by Fabien Vantard
6861
6862 2006-06-06 [paul]       2.2.1cvs5
6863
6864         * src/matcher.c
6865                 fix age_greater and age_lower so that they
6866                 mean what say and not '...or equal to'
6867                 Thanks to Colin
6868
6869 2006-06-06 [paul]       2.2.1cvs4
6870
6871         * src/textview.c
6872         * src/common/utils.c
6873                 fix URI check
6874                 Thanks to Colin
6875
6876 2006-06-05 [wwp]        2.2.1cvs3
6877
6878         * manual/fr/account.xml
6879                 minor language fixes (thanks to Fabien Vantard).
6880
6881 2006-06-05 [colin]      2.2.1cvs2
6882
6883         * src/prefs_folder_item.c
6884         * src/folderview.c
6885                 Allow recursive setting of properties 
6886                 for whole mailboxes
6887         * src/matcher.c
6888                 Don't freeze on 'test' filtering rule
6889
6890 2006-06-05 [colin]      2.2.1cvs1
6891
6892         * configure.ac
6893                 Update version number following
6894                 stable release
6895
6896 2006-06-04 [wwp]        2.2.0cvs82
6897
6898         * manual/glossary.xml
6899         * manual/account.xml
6900         * manual/fr/glossary.xml
6901         * manual/fr/account.xml
6902                 added glossary section and references/links related to the Face custom header.
6903
6904 2006-06-04 [colin]      2.2.0cvs81
6905
6906         * src/summaryview.c
6907                 Skip to next message on move with no
6908                 immediate execution
6909
6910 2006-06-04 [wwp]        2.2.0cvs80
6911
6912         * manual/xml2pdf
6913                 added sanity checks, exit when needed.
6914
6915 2006-06-03 [paul]       2.2.0cvs79
6916
6917         * src/prefs_receive.c
6918                 page name is now 'Receiving'
6919         * src/prefs_send.c
6920                 page name is now 'Sending'
6921
6922 2006-06-03 [colin]      2.2.0cvs78
6923
6924         * src/plugins/spamassassin/spamassassin_gtk.c
6925                 Autoswitch to Localhost if transport was previously
6926                 disabled. Else people had to check [] Enable, then
6927                 *reselect* transport.
6928
6929 2006-06-03 [colin]      2.2.0cvs77
6930
6931         * src/plugins/pgpinline/pgpinline.c
6932         * src/plugins/pgpmime/pgpmime.c
6933                 Check that gpg_data_release_and_get_mem 
6934                 didn't fail (now, why this happens...)
6935
6936 2006-06-03 [colin]      2.2.0cvs76
6937
6938         * src/mbox.c
6939                 Fix bug #962 (Manual and/or UI should 
6940                 warn about incompatible locking 
6941                 causing dataloss)
6942
6943 2006-06-02 [cleroy]     2.2.0cvs75
6944
6945         * src/filtering.c
6946         * src/folder.c
6947         * src/procmsg.c
6948         * src/summaryview.c
6949                 Fix a few leaks
6950
6951 2006-06-02 [colin]      2.2.0cvs74
6952
6953         * src/main.c
6954                 On exit, free caches after writing them
6955                 Shuts up some valgrind false positives
6956         * src/procmsg.c
6957         * src/send_message.c
6958                 Fix races when reusing existing SMTP connections
6959                 Fix inexistant session timeout
6960         * src/toolbar.c
6961                 Display alertpanel after all queues have
6962                 been processed, not after each
6963
6964 2006-06-02 [wwp]        2.2.0cvs73
6965
6966         * manual/fr/glossary.xml
6967         * manual/fr/ack.xml
6968         * manual/ack.xml
6969                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
6970
6971 2006-06-02 [wwp]        2.2.0cvs72
6972
6973         * manual/xml2pdf
6974         * manual/dist/pdf/Makefile.am
6975         * manual/dtd/manual.xsl
6976         * manual/fr/dist/pdf/Makefile.am
6977         * manual/pl/dist/pdf/Makefile.am
6978                 we changed the procedure to generate the .pdf version of the manual.
6979                 The procedure is more modern and the .pdf we get now has a valid index.
6980                 Here are the new pre-requisites:
6981
6982                 - JRE 1.x (1.4 here): there must be one from your distro
6983                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
6984                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
6985                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6986
6987                 See my posts for further info about the installation of this toolchain:
6988
6989                 Date: Fri, 19 May 2006 19:40:06 +0200
6990                 From: wwp <subscript@free.fr>
6991                 To: sylpheed-claws-devel@lists.sourceforge.net
6992                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6993
6994                 and
6995
6996                 Date: Wed, 24 May 2006 12:58:49 +0200
6997                 From: wwp <subscript@free.fr>
6998                 To: sylpheed-claws-devel@lists.sourceforge.net
6999                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
7000
7001 2006-06-01 [colin]      2.2.0cvs71
7002
7003         * src/compose.c
7004                 Better guards against IMAP races
7005         * src/main.c
7006         * src/prefs_common.c
7007         * src/prefs_common.h
7008         * src/common/ssl_certificate.c
7009         * src/etpan/imap-thread.c
7010         * src/etpan/imap-thread.h
7011         * src/gtk/sslcertwindow.c
7012                 New hidden option ssl_skip_cert_check to 
7013                 avoid dups of bug #959 (libetpan linked
7014                 against gnutls and gnutls buggy on 64bit)
7015                 Present expired warning only once per
7016                 session/server.
7017         * manual/advanced.xml
7018         * manual/fr/advanced.xml
7019                 Document new option
7020
7021 2006-06-01 [wwp]        2.2.0cvs70
7022
7023         * src/messageview.c
7024                 fix for bug #961 (return receipt dialog 
7025                 complains incorrectly about return-path 
7026                 email adress being different), thanks 
7027                 to Colin.
7028
7029 2006-05-31 [cleroy]     2.2.0cvs69
7030
7031         * src/common/ssl.c
7032                 Guard against NULLs, although this
7033                 should never be an issue
7034
7035 2006-05-31 [colin]      2.2.0cvs68
7036
7037         * src/filtering.c
7038                 Use g_slist_prepend
7039         * src/imap.c
7040                 Don't remove caches when destroying folder, it
7041                 could (should) be done at exit
7042         * src/inc.c
7043                 free processing cache after incorporation
7044         * src/etpan/imap-thread.c
7045                 Maybe fix bug #959 (Crash on moving to emails 
7046                 to a imap account per ssl with a expired 
7047                 certificate.)
7048
7049 2006-05-30 [colin]      2.2.0cvs67
7050
7051         * src/summaryview.c
7052                 Put back event flush when displaying message
7053                 It avoids reading a bunch of messages just
7054                 by hitting shift-n for too long ;)
7055
7056 2006-05-29 [colin]      2.2.0cvs66
7057
7058         * src/summaryview.c
7059                 Remove useless g_warnings
7060
7061 2006-05-29 [colin]      2.2.0cvs65
7062
7063         * src/imap.c
7064                 Fix g_slist_append()s for performance
7065
7066 2006-05-29 [colin]      2.2.0cvs64
7067
7068         * src/compose.c
7069         * src/common/utils.c
7070                 Fix extraneous tab at start of addresses
7071         * src/mainwindow.c
7072                 Fix warnings (thanks to Fabien)
7073                 Fix crash at exit when composing messages 
7074                 exist
7075         * src/pop.c
7076                 Fix progress bar when deleting expired mails
7077                 Thanks to Hiro
7078         * src/summaryview.c
7079         * src/gtk/gtksctree.c
7080                 Fix re-sorting slowness
7081
7082 2006-05-29 [paul]       2.2.0cvs63
7083
7084         * src/mh.c
7085                 fetch full message when moving mails
7086                 from another mailbox, (fixed data loss
7087                 when filtering from IMAP to MH, introduced
7088                 in 2.2.0cvs57).
7089                 Thanks to Colin
7090
7091 2006-05-29 [mones]      2.2.0cvs62
7092
7093         * src/gtk/gtksctree.c
7094                 Unselect faster (patch by Colin)        
7095
7096 2006-05-26 [colin]      2.2.0cvs61
7097
7098         * src/summaryview.c
7099                 Unplug MSGINFO_UPDATE callback on delete too.
7100
7101 2006-05-26 [colin]      2.2.0cvs60
7102
7103         * src/foldersel.c
7104                 Fix bold in folder selection window with glib2.10
7105                 thanks Hiro
7106
7107 2006-05-26 [colin]      2.2.0cvs59
7108
7109         * src/procheader.c
7110                 Convert date only if necessary (and don't
7111                 try to convert from utf8 to utf8, too)
7112         * src/summaryview.c
7113                 Only set column's text if the column's 
7114                 displayed
7115
7116 2006-05-26 [colin]      2.2.0cvs58
7117
7118         * src/summaryview.c
7119         * src/gtk/gtkutils.c
7120                 Fix useless warning
7121
7122 2006-05-26 [colin]      2.2.0cvs57
7123
7124         * src/mainwindow.c
7125                 Make summaryview selectable as long as 
7126                 no message has focus
7127         * src/mh.c
7128                 Faster deletion (by implementing mh_remove_msgs)
7129                 Faster copy (avoid using mh_fetch_msg just to get
7130                 the filename)
7131                 Faster move (using move_file instead of copy_file
7132                 if MSG_IS_MOVE)
7133                 No progressbar if total number of mails to cp/mv 
7134                 is less than 100
7135         * src/summaryview.c
7136                 Fix removal from subject_table when mail gets moved
7137                 Faster deletion (g_slist_prepend instead of append)
7138         * src/gtk/gtksctree.c
7139                 Remove useless code
7140
7141 2006-05-25 [colin]      2.2.0cvs56
7142
7143         * src/common/ssl_certificate.c
7144                 Fix leak in expired cert check
7145
7146 2006-05-25 [colin]      2.2.0cvs55
7147
7148         * src/mh.c
7149                 Disable flags syncing on .mh_sequences - it
7150                 is buggy and marks mails read under unknown
7151                 conditions.
7152
7153 2006-05-25 [paul]
7154
7155         * 2.3.0-rc4 released
7156
7157 2006-05-24 [colin]      2.2.0cvs54
7158
7159         attention cvs users: if you manage to crash
7160         Sylpheed-Claws while moving, copying or deleting
7161         mails, we *are* interested in stack traces and
7162         valgrind logs. It looks stable, but one never
7163         knows...
7164
7165         * src/folder.c
7166                 Add progressbar for cache updates
7167         * src/folderutils.c
7168                 Optimize Mark all read in the current
7169                 folder
7170         * src/mh.c
7171                 Add progressbar for copy/move
7172         * src/procmsg.c
7173                 Optimize O(n^2) in copy/move
7174         * src/summaryview.c
7175         * src/gtk/gtksctree.c
7176                 Optimize O(n^2) algos
7177         * src/common/timing.h
7178                 Display ms instead of us
7179
7180 2006-05-24 [wwp]        2.2.0cvs53
7181
7182         * manual/fr/advanced.xml
7183                 updates to the French manual.
7184
7185 2006-05-24 [wwp]        2.2.0cvs52
7186
7187         * src/common/utils.c
7188                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7189
7190 2006-05-24 [wwp]        2.2.0cvs51
7191
7192         * src/folderutils.c
7193                 fixed "mark all read" in MH folders (thanks to Colin).
7194
7195 2006-05-24 [paul]       2.2.0cvs50
7196
7197         * doc/man/sylpheed-claws.1
7198                 updated the man page
7199
7200 2006-05-23 [colin]      2.2.0cvs49
7201
7202         * src/folderview.c
7203         * src/imap.c
7204         * src/inc.c
7205         * src/mbox.c
7206         * src/messageview.c
7207         * src/news.c
7208         * src/send_message.c
7209         * src/summaryview.c
7210         * src/gtk/sslcertwindow.c
7211                 alertpanel fixes, by Fabien
7212
7213 2006-05-23 [colin]      2.2.0cvs48
7214
7215         * src/folder.c
7216         * src/folderview.c
7217         * src/msgcache.c
7218         * src/summaryview.c
7219         * src/gtk/gtksctree.c
7220         * src/gtk/gtksctree.h
7221                 More timings
7222                 Fix slow loading problem, which was caused by the
7223                 use of some gtk_ctree funcs and their use of
7224                 g_list_position while gtk_ctree_(un)link'ing.
7225                 Reap more functions from gtkctree.c to be sure we
7226                 use our (fast) version instead of theirs.
7227         * src/mh.c
7228                 Fix copy of unread mails
7229
7230
7231 2006-05-22 [wwp]        2.2.0cvs47
7232
7233         * manual/fr/advanced.xml
7234                 updated.
7235
7236 2006-05-22 [colin]      2.2.0cvs46
7237
7238         * src/filtering.c
7239                 Fix possible infinite loop. 'copy' is not a 
7240                 final action, so when encountering a 'copy',
7241                 we have to check if a previous one was set
7242                 and do it. In the same way, if we encounter
7243                 a 'move' we have to perform a possibly 
7244                 pending 'copy'. This will slow down filtering
7245                 on IMAP if move+copy or multiple copy actions
7246                 are to be done, but handling it via the batch
7247                 would be really too convoluted.
7248
7249 2006-05-22 [wwp]        2.2.0cvs45
7250
7251         * manual/fr/advanced.xml
7252         * manual/fr/faq.xml
7253         * manual/fr/glossary.xml
7254         * manual/fr/handling.xml
7255         * manual/fr/intro.xml
7256         * manual/fr/plugins.xml
7257         * manual/fr/sylpheed-claws-manual.xml
7258                 sync w/ the english manual: updates URIs, documented mailing-list
7259                 support, better explanation about the enabled/disabled feature
7260                 in filtering/processing rules by Paul.
7261
7262 2006-05-21 [colin]      2.2.0cvs44
7263
7264         * src/summaryview.c
7265                 Don't expand after building threads, but during
7266
7267 2006-05-21 [colin]      2.2.0cvs43
7268
7269         * src/procmsg.c
7270         * src/summaryview.c
7271                 More timing possibilities... For next time I have 
7272                 to find out how the hell some 3GHz computer takes
7273                 one minute to open a 30k folder...
7274
7275 2006-05-21 [colin]      2.2.0cvs42
7276
7277         * manual/pl/advanced.xml
7278         * manual/pl/faq.xml
7279         * manual/pl/glossary.xml
7280         * manual/pl/handling.xml
7281         * manual/pl/intro.xml
7282         * manual/pl/plugins.xml
7283         * manual/pl/sylpheed-claws-manual.xml
7284                 Polish manual updated by Pawel
7285
7286 2006-05-20 [colin]
7287
7288         * 2.3.0-rc3 released
7289
7290 2006-05-20 [colin]      2.2.0cvs41
7291
7292         * src/imap.c
7293                 Fix -rc2 problems:
7294                 - remove cache of moved messages from original folder
7295                 - apply new flags to messages even if they aren't appliable
7296                   via IMAP.
7297
7298 2006-05-20 [colin]
7299
7300         * 2.3.0-rc2 released
7301
7302 2006-05-19 [colin]      2.2.0cvs40
7303
7304         * src/imap.c
7305                 Don't issue SELECT in imap_change_flags
7306                 before having checked that we indeed have
7307                 some flags to change. MSG_POSTFILTERED for
7308                 example can't be used on IMAP.
7309                 Fixes bug #955 (copying messages between 
7310                 imap folders is extremely slow), which was
7311                 a regression.
7312
7313 2006-05-19 [colin]      2.2.0cvs39
7314
7315         * src/folder.c
7316         * src/folder.h
7317         * src/folderview.c
7318                 Try to fix bug #830 (Some unread messages 
7319                 get marked read in IMAP inbox):
7320                 - Prevent scanning a folder if it's being 
7321                   opened via the GUI
7322                 - Postpone opening via the GUI of a folder
7323                   currently scanned.
7324
7325
7326 2006-05-19 [wwp]        2.2.0cvs38
7327
7328         * manual/advanced.xml
7329                 fix English+typo (thanks to Paul).
7330
7331 2006-05-19 [wwp]        2.2.0cvs37
7332
7333         * manual/advanced.xml
7334         * manual/fr/advanced.xml
7335         * src/gtk/logwindow.c
7336         * src/prefs_common.c
7337         * src/prefs_common.h
7338                 added hidden prefs to allow customization of colors used in
7339                 protocol log window (useful for dark gtk+ themes).
7340
7341 2006-05-19 [wwp]        2.2.0cvs36
7342
7343         * ChangeLog
7344                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
7345
7346 2006-05-19 [paul]       2.2.0cvs35
7347
7348         * src/textview.c
7349                 make Reply-To fully clickable
7350         * src/gtk/logwindow.c
7351                 more colouring (SMTP ESMTP)
7352         Both patches by Pawel Pekala
7353
7354 2006-05-19 [cleroy]     2.2.0cvs34
7355
7356         * src/mh.c
7357                 Don't update flags from current folder
7358                 Probably fixes bug #935 (Read Messages 
7359                 Revert to Being Marked as Unread)
7360
7361 2006-05-18 [colin]      2.2.0cvs33
7362
7363         * src/imap.c
7364                 Warning fix
7365         * src/compose.c
7366         * src/mainwindow.c
7367         * src/summaryview.c
7368         * src/toolbar.c
7369                 Allow replying to multiple emails
7370                 in multiple windows
7371         * src/mimeview.c
7372         * src/etpan/imap-thread.c
7373                 Leak fixes
7374
7375 2006-05-18 [paul]       2.2.0cvs32
7376
7377         * src/summaryview.c
7378                 keep Mailing-List menu refreshed
7379                 Thanks to Colin
7380
7381 2006-05-18 [paul]       2.2.0cvs31
7382
7383         * manual/advanced.xml
7384         * manual/faq.xml
7385         * manual/glossary.xml
7386         * manual/handling.xml
7387         * manual/intro.xml
7388         * manual/plugins.xml
7389         * manual/sylpheed-claws-manual.xml
7390                 update URLs
7391                 add info about mailing-list support
7392                 edit filtering info
7393         * src/wizard.c
7394         * src/common/defs.h
7395         * src/gtk/about.c
7396         * src/plugins/dillo_viewer/README
7397                 update URLs
7398
7399 2006-05-17 [wwp]        2.2.0cvs30
7400
7401         * manual/handling.xml
7402         * manual/fr/handling.xml
7403                 documented the ability to enabled/disable filtering/processing rules.
7404
7405 2006-05-17 [colin]      2.2.0cvs29
7406
7407         * src/main.c
7408                 Don't initialize g_thread subsystem if it's 
7409                 already done (thanks to Hiro)
7410         * src/mimeview.c
7411                 Fix saving of parts when there name can't be
7412                 converted from UTF-8.
7413
7414 2006-05-17 [paul]       2.2.0cvs28
7415
7416         * po/Makefile.in.in
7417                 fix config.status warning with autoconf 2.60
7418
7419 2006-05-17 [paul]       2.2.0cvs27
7420
7421         * po/POTFILES.in
7422                 add src/mbox.c
7423
7424 2006-05-17 [wwp]        2.2.0cvs26
7425
7426         * src/mainwindow.c
7427                 fix useless and potentially dangerous buffer walking (thanks to Colin).
7428
7429 2006-05-17 [wwp]        2.2.0cvs25
7430
7431         * src/plugins/demo/demo.c
7432                 updated product name in plugin demo (many plugins need to be
7433                 sync'ed w/ that change).
7434
7435 2006-05-17 [colin]      2.2.0cvs24
7436
7437         * src/mh.c
7438                 Fix leak
7439
7440 2006-05-16 [colin]      2.2.0cvs23
7441
7442         * src/mainwindow.c
7443                 Stupid me hit again. Fix cvs22.
7444
7445 2006-05-16 [colin]      2.2.0cvs22
7446
7447         * src/mainwindow.c
7448                 Fix bug #922 (sylpheed-claws crashed after 
7449                 pushing on Inbox folder)
7450
7451 2006-05-16 [colin]      2.2.0cvs21
7452
7453         * src/compose.c
7454                 Make From header be copy/paste/select-able
7455
7456 2006-05-16 [wwp]        2.2.0cvs20
7457
7458         * src/export.c
7459         * src/matcher.c
7460         * src/summaryview.c
7461         * src/etpan/imap-thread.c
7462                 fix some compiler warnings (thanks to Colin).
7463
7464 2006-05-16 [wwp]        2.2.0cvs19
7465
7466         * src/action.c
7467         * src/gedit-print.c
7468         * src/inc.c
7469         * src/mainwindow.c
7470         * src/mh.c
7471         * src/statusbar.c
7472         * src/send_message.c
7473         * src/summaryview.c
7474                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
7475
7476 2006-05-15 [colin]      2.2.0cvs18
7477
7478         * src/procmsg.c
7479                 Fix automatic rule creation with List-Post
7480
7481 2006-05-15 [paul]       2.2.0cvs17
7482
7483         * tools/filter_conv_new.pl
7484                 updated for rule enabling/disabling
7485                 claws version >= 2.3.x required
7486
7487 2006-05-15 [cleroy]     2.2.0cvs16
7488
7489         * src/main.c
7490                 Revert test
7491
7492 2006-05-15 [cleroy]     2.2.0cvs15
7493
7494         * src/main.c
7495                 test
7496
7497 2006-05-15 [wwp]        2.2.0cvs14
7498
7499         * manual/pl/.cvsignore
7500                 ignore generated files.
7501
7502 2006-05-14 [wwp]        2.3.0-rc1
7503
7504         * 2.3.0-rc1 released
7505
7506 2006-05-13 [wwp]        2.2.0cvs13
7507
7508         * src/filtering.c
7509         * src/filtering.h
7510         * src/matcher.c
7511         * src/matcher_parser_lex.l
7512         * src/matcher_parser_parse.y
7513         * src/prefs_filtering.c
7514                 new feature: provide the ability to disable filtering and processing
7515                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
7516                 adaptations.
7517
7518 2006-05-13 [colin]      2.2.0cvs12
7519
7520         * src/compose.c
7521                 Remove useless if (a) b; else b;
7522                 Thanks to wwp
7523
7524 2006-05-13 [wwp]        2.2.0cvs11
7525
7526         * src/export.c
7527         * src/import.c
7528         * src/mainwindow.c
7529         * src/mbox.c
7530         * src/summaryview.c
7531         * src/summaryview.h
7532                 no more silent failures (or at least less ones) when importing
7533                 or exporting from/to mbox. Also start importing/exporting if
7534                 the necessary info is set.
7535
7536 2006-05-13 [wwp]        2.2.0cvs10
7537
7538         * RELEASE_NOTES
7539                 restored up-to-date release notes.
7540
7541 2006-05-13 [paul]       2.2.0cvs9
7542
7543         * po/nl.po
7544         * po/ru.po
7545                 updated by Tim Dijkstra and Pavlo Bohmat
7546
7547 2006-05-12 [colin]      2.2.0cvs8
7548
7549         * src/gtk/quicksearch.c
7550                 Add "k" as shortcut for "colorlabel". Patch
7551                 by ath42@users.sf.net.
7552
7553 2006-05-12 [paul]       2.2.0cvs7
7554
7555         * src/prefs_common.h
7556         * src/prefs_summaries.c
7557         * src/summaryview.c
7558                 when entering a folder also allow
7559                 going directly to first Marked message
7560
7561 2006-05-12 [paul]       2.2.0cvs6
7562
7563         * src/summaryview.c
7564                 always obey 'confirm before marking all
7565                 mails read' option
7566
7567 2006-05-12 [paul]       2.2.0cvs5
7568
7569         * src/textview.c
7570                 make Sender fully clickable
7571
7572 2006-05-12 [colin]      2.2.0cvs4
7573
7574         * src/compose.c
7575         * src/compose.h
7576                 Let From be editable
7577         * src/main.c
7578         * src/mh.c
7579                 Full support of .mh_sequences' Unseen seq
7580
7581 2006-05-12 [colin]      2.2.0cvs3
7582
7583         * src/folder.c
7584         * src/mainwindow.c
7585         * src/mainwindow.h
7586         * src/messageview.c
7587         * src/prefs_spelling.c
7588         * src/procheader.c
7589         * src/procmsg.c
7590         * src/procmsg.h
7591         * src/summaryview.c
7592         * src/toolbar.c
7593         * src/toolbar.h
7594                 Add contextual menu on Compose toolbar
7595                 button. Fixes bug #944 (Automatic
7596                 addresses not applied when changing account
7597                 from compose window)
7598                 add Mailing List support
7599                 based on the old 0.6.5claws25 patch by
7600                 Melvin Hadasht, with finishing touches
7601                 by Colin
7602                 Fix "ignore thread" when mails are threaded by
7603                 subject (and weren't ignored although appearing
7604                 in the thread).
7605                 GUI rework.
7606                 Both patches by Pawel.
7607
7608 2006-05-08 [paul]       2.2.0cvs2
7609
7610         * src/mainwindow.c
7611         * src/mainwindow.h
7612         * src/messageview.c
7613         * src/procheader.c
7614         * src/procmsg.c
7615         * src/procmsg.h
7616         * src/summaryview.c
7617                 add Mailing List support
7618                 based on the old 0.6.5claws25 patch by 
7619                 Melvin Hadasht, with finishing touches
7620                 by Colin
7621
7622 2006-05-08 [colin]      2.2.0cvs1
7623
7624         * src/mainwindow.c
7625         * src/toolbar.c
7626         * src/toolbar.h
7627                 Add contextual menu on Compose toolbar 
7628                 button. Fixes bug #944 (Automatic 
7629                 addresses not applied when changing account 
7630                 from compose window)
7631
7632 2006-05-08 [paul]       2.2.0
7633
7634         2.2.0 released
7635
7636 2006-05-08 [paul]       2.1.1cvs51
7637
7638         * po/cs.po
7639         * po/de.po
7640         * po/en_GB.po
7641         * po/fi.po
7642         * po/fr.po
7643         * po/pt_BR.po
7644         * po/sr.po
7645         * po/zh_CN.po
7646                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
7647                 Fabien Vantard, Frederico Goncalves Guimaraes,
7648                 Aleksandar Urosevic, and Ralgh Young
7649
7650 2006-05-12 [colin]      2.1.1cvs50
7651
7652         * po/cs.po
7653         * po/de.po
7654         * po/en_GB.po
7655         * po/es.po
7656         * po/fi.po
7657         * po/fr.po
7658         * po/pt_BR.po
7659         * po/sr.po
7660         * po/zh_CN.po
7661                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
7662                 Fabien Vantard, Frederico Goncalves Guimaraes,
7663                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
7664
7665 2006-05-05 [colin]      2.1.1cvs49
7666
7667         * manual/Makefile.am
7668         * manual/pl/Makefile.am
7669         * manual/pl/account.xml
7670         * manual/pl/ack.xml
7671         * manual/pl/addrbook.xml
7672         * manual/pl/advanced.xml
7673         * manual/pl/faq.xml
7674         * manual/pl/glossary.xml
7675         * manual/pl/gpl.xml
7676         * manual/pl/handling.xml
7677         * manual/pl/intro.xml
7678         * manual/pl/keyboard.xml
7679         * manual/pl/plugins.xml
7680         * manual/pl/starting.xml
7681         * manual/pl/sylpheed-claws-manual.xml
7682         * manual/pl/dist/.cvsignore
7683         * manual/pl/dist/Makefile.am
7684         * manual/pl/dist/html/.cvsignore
7685         * manual/pl/dist/html/Makefile.am
7686         * manual/pl/dist/pdf/.cvsignore
7687         * manual/pl/dist/pdf/Makefile.am
7688         * manual/pl/dist/ps/.cvsignore
7689         * manual/pl/dist/ps/Makefile.am
7690         * manual/pl/dist/txt/.cvsignore
7691         * manual/pl/dist/txt/Makefile.am
7692                 Add the polish translation of the manual,
7693                 Authored by Pawel Pekala.
7694
7695 2006-05-05 [cleroy]     2.1.1cvs48
7696
7697         * src/main.c
7698                 Re-read matcherrc after loading plugins 
7699                 if some of them add folders.
7700
7701 2006-05-03 [colin]      2.1.1cvs47
7702
7703         * src/imap.c
7704                 I'm idiot
7705
7706 2006-05-03 [colin]      2.1.1cvs46
7707
7708         * src/imap.c
7709                 Be sure to have a session when
7710                 getting separator
7711
7712 2006-05-03 [colin]      2.1.1cvs45
7713
7714         * src/imap.c
7715         * src/imap.h
7716         * src/imap_gtk.c
7717                 Fix preventing renaming with namespace 
7718                 separator.
7719
7720 2006-05-01 [colin]      2.1.1cvs44
7721
7722         * src/action.c
7723                 Don't reload messageview when result of
7724                 action is piped.
7725
7726 2006-04-29 [colin]      2.1.1cvs43
7727
7728         * src/prefs_receive.c
7729         * src/plugins/spamassassin/spamassassin_gtk.c
7730         * src/plugins/clamav/clamav_plugin_gtk.c
7731                 GUI fixes by Pawel
7732
7733 2006-04-29 [colin]      2.1.1cvs42
7734
7735         * src/prefs_compose_writing.c
7736         * src/prefs_quote.c
7737                 Cleanups. Patch by Pawel
7738
7739 2006-04-28 [paul]       2.1.1cvs41
7740
7741         * src/matcher.c
7742                 fix returned quick search results when search
7743                 term contains an underscore.
7744                 Thanks to Colin
7745
7746 2006-04-28 [paul]       2.1.1cvs40
7747
7748         * src/prefs_message.c
7749         * src/prefs_receive.c
7750                 GUI cleanups
7751                 Patches by Pawel Pekala
7752
7753 2006-04-27 [colin]      2.1.1cvs39
7754
7755         * src/wizard.c
7756                 Differentiate subject Welcome from
7757                 window's title Welcome
7758
7759 2006-04-27 [paul]
7760
7761         2.2.0-rc1 released
7762
7763 2006-04-27 [paul]       2.1.1cvs38
7764
7765         * manual/advanced.xml
7766         * manual/fr/advanced.xml
7767                 add info about compose_no_markup hidden pref
7768
7769 2006-04-27 [paul]       2.1.1cvs37
7770
7771         * src/prefs_account.c
7772                 improve privacy labels
7773         * src/prefs_msg_colors.c
7774                 change some strings for translators' convenience
7775         * src/gtk/gtkutils.c
7776                 don't underline the link button text
7777
7778 2006-04-25 [colin]      2.1.1cvs36
7779
7780         * src/folder.c
7781                 Complete 2.1.1cvs33 (once more ;)
7782
7783 2006-04-25 [colin]      2.1.1cvs35
7784
7785         * src/editldap.c
7786                 Fix tooltip
7787
7788 2006-04-25 [cleroy]     2.1.1cvs34
7789
7790         * src/compose.c
7791         * src/gtk/gtkaspell.c
7792                 Fix crash on redirect (related to the return 
7793                 of the aspell menu in compose's toolbar)
7794         * src/prefs_msg_colors.c
7795                 Fix sensitivity widgets
7796         * src/image_viewer.c
7797         * src/gtk/pluginwindow.c
7798         * src/gtk/prefswindow.c
7799                 Change released signals to clicked (Fabien)
7800         * po/POTFILES.in
7801         * src/common/socket.c
7802         * src/plugins/spamassassin/spamassassin.c
7803                 Translate strings (Fabien)
7804
7805 2006-04-25 [paul]       2.1.1cvs33
7806
7807         * src/folder.c
7808         * src/folder.h
7809         * src/folderview.c
7810                 complete the fix of bug #912
7811                 Thanks to Colin
7812
7813 2006-04-25 [colin]      2.1.1cvs32
7814
7815         * src/news.c
7816                 Better progress bar
7817         * src/mimeview.c
7818         * src/summaryview.c
7819         * src/summaryview.h
7820                 Fix focus chain
7821                 Patches by Pawel Pekala
7822
7823 2006-04-24 [colin]      2.1.1cvs31
7824
7825         * src/compose.c
7826                 Fix compilation warnings (Fabien)
7827
7828 2006-04-24 [colin]      2.1.1cvs30
7829
7830         * src/addrindex.c
7831         * src/editldap.c
7832         * src/editldap_basedn.c
7833         * src/editldap_basedn.h
7834         * src/ldapctrl.c
7835         * src/ldapctrl.h
7836         * src/ldapquery.c
7837         * src/ldaputil.c
7838         * src/ldaputil.h
7839                 Fix bug #901 (LDAPS support)
7840
7841 2006-04-24 [colin]      2.1.1cvs29
7842
7843         * src/compose.c
7844                 Fix logic on error with send dialog on
7845         * src/imap.c
7846                 Fix compilation without libetpan, thanks
7847                 to Fabien
7848         * src/summaryview.c
7849                 Fix 'context-menu' key
7850
7851 2006-04-23 [colin]      2.1.1cvs28
7852
7853         * src/folder.c
7854                 Never free current's cache to free up 
7855                 memory. Fixes bug #912 (new count 
7856                 randomly set to message count)
7857
7858 2006-04-23 [colin]      2.1.1cvs27
7859
7860         * src/gtk/quicksearch.c
7861                 And remove printf...
7862
7863 2006-04-23 [colin]      2.1.1cvs26
7864
7865         * src/gtk/quicksearch.c
7866                 Fix replacing in quicksearch, and fix inserting
7867                 in the middle of the string. (introduced at 2.1.0cvs22)
7868
7869 2006-04-23 [colin]      2.1.1cvs25
7870
7871         * src/imap.c
7872                 Make sure uidnext is initialized in get_num_list
7873                 (not for stable, related to 2.1.1cvs8 and friends)
7874
7875 2006-04-23 [colin]      2.1.1cvs24
7876
7877         * src/imap.c
7878                 Output something when login is successful
7879                 too
7880
7881 2006-04-23 [colin]      2.1.1cvs23
7882
7883         * src/etpan/imap-thread.c
7884                 Better logging (line-per-line, hide data in fetch)
7885                 Fix a const warning
7886         * src/gtk/logwindow.c
7887         * src/gtk/logwindow.h
7888                 Better logging (color for input/output)
7889
7890 2006-04-21 [colin]      2.1.1cvs22
7891
7892         * src/gtk/quicksearch.c
7893                 On gtk+-2.8, use stock buttons in quicksearch
7894                 Based on a patch by Fabien and a design by Paul
7895
7896 2006-04-21 [colin]      2.1.1cvs21
7897
7898         * src/folderview.c
7899         * src/mainwindow.c
7900                 Fix occasional flicker in folderview
7901         * src/common/utils.c
7902                 Fix bug #943 (Incorrectly parsed email address 
7903                 list in short headers on message view and in 
7904                 printouts)
7905
7906 2006-04-20 [colin]      2.1.1cvs20
7907
7908         * src/imap.c
7909         * src/imap.h
7910         * src/prefs_account.c
7911                 Add ANONYMOUS auth for IMAP
7912
7913 2006-04-20 [paul]       2.1.1cvs19
7914
7915         * src/main.c
7916                 proper fix for 2.1.1cvs18
7917                 Thanks to Colin
7918
7919 2006-04-20 [paul]       2.1.1cvs18
7920
7921         * src/main.c
7922                 fix build warnings
7923
7924 2006-04-20 [paul]       2.1.1cvs17
7925
7926         * src/gtk/quicksearch.c
7927                 fix standard, non-extended Quick search,
7928                 was broken in 2.1.1cvs15.
7929                 Thanks to Colin.
7930
7931 2006-04-20 [colin]      2.1.1cvs16
7932
7933         * src/prefs_matcher.c
7934                 Fix values when reselecting a ~test
7935                 rule
7936
7937 2006-04-19 [colin]      2.1.1cvs15
7938
7939         * src/compose.c
7940         * src/compose.h
7941         * src/gtk/gtkaspell.c
7942         * src/gtk/gtkaspell.h
7943                 Put back Options menu in Spelling/
7944         * src/gtk/quicksearch.c
7945                 Don't search, and show error, if the
7946                 advanced search has a syntax error
7947
7948 2006-04-18 [colin]      2.1.1cvs14
7949
7950         * src/textview.c
7951                 Fix gdk warnings on set_cursor when textview
7952                 isn't visible
7953
7954 2006-04-18 [colin]      2.1.1cvs13
7955
7956         * src/gtk/gtksctree.c
7957                 Remove seemingly useless refresh that causes
7958                 flicker - watch this commit in case of 
7959                 problems before planned backport to stable
7960
7961 2006-04-18 [colin]      2.1.1cvs12
7962
7963         * src/imap.c
7964                 Factorize get/set_xml code
7965         * src/compose.c
7966         * src/prefs_account.c
7967         * src/prefs_account.h
7968         * src/procmsg.c
7969                 Add Encrypt to self option
7970
7971 2006-04-17 [colin]      2.1.1cvs11
7972
7973         * configure.ac
7974                 Fix search on encrpyt function on dragonfly
7975                 Patch by Jonathan Buschmann <jonthn@agmact.com>
7976
7977 2006-04-17 [colin]      2.1.1cvs10
7978
7979         * src/prefs_account.c
7980                 Be safe by default: remove mails from POP3
7981                 after 7 days, not immediately
7982
7983 2006-04-17 [colin]      2.1.1cvs9
7984
7985         * src/etpan/imap-thread.c
7986                 Fix build on DragonFly - patch by 
7987                 Jonathan Buschmann <jonthn@agmact.com>
7988
7989 2006-04-17 [colin]      2.1.1cvs8
7990
7991         * src/imap.c
7992                 Save uidnext between sessions
7993
7994 2006-04-17 [colin]      2.1.1cvs7
7995
7996         * src/imap.c
7997                 scan is required when uid validity changes
7998
7999 2006-04-17 [colin]      2.1.1cvs6
8000
8001         * src/folderview.c
8002                 Don't scan if not necessary, apart in current
8003                 folder and INBOX to fetch flags.
8004         * src/imap.c
8005                 Scan is necessary if unread count changes
8006
8007 2006-04-17 [colin]      2.1.1cvs5
8008
8009         * src/imap.c
8010                 ...But always fetch ANSWERED and DELETED flags for
8011                 INBOX, as filtering can happen on these flags.
8012
8013 2006-04-17 [colin]      2.1.1cvs4
8014
8015         * src/imap.c
8016                 Don't fetch REPLIED and DELETED flags when synchronising
8017                 flags with a closed folder. We only need UNSEEN and FLAGGED
8018                 to update the folderview.
8019
8020 2006-04-17 [colin]      2.1.1cvs3
8021
8022         * src/imap.c
8023                 Faster flag search when there are new mails 
8024                 in a folder. We can do a full search if the 
8025                 folder contains less messages than the new
8026                 list.
8027
8028 2006-04-17 [colin]      2.1.1cvs2
8029
8030         * po/cs.po
8031         * po/de.po
8032         * po/fr.po
8033         * po/nl.po
8034         * po/pt_BR.po
8035                 Update translations from stable branch
8036
8037 2006-04-17 [colin]      2.1.1cvs1
8038
8039         * configure.ac
8040                 Bump version to follow stable release
8041
8042 2006-04-16 [mones]      2.1.0cvs50
8043
8044         * po/es.po
8045                 Updated for release
8046
8047 2006-04-16 [colin]      2.1.0cvs49
8048
8049         * src/textview.c
8050                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
8051                 with gtk < 2.8. Thanks to Fabien Vantard.
8052
8053 2006-04-15 [colin]      2.1.0cvs48
8054
8055         * src/etpan/imap-thread.c
8056                 Fix bug #919 (libetpan: SEGV when connecting 
8057                 using command)
8058
8059 2006-04-14 [colin]      2.1.0cvs47
8060
8061         * src/main.c
8062                 Fix race on --select (should be done better)
8063
8064 2006-04-14 [wwp]        2.1.0cvs46
8065
8066         * src/send_message.c
8067                 enforce a check for domain in account prefs (a sending
8068                 error could be faced if domain was checked but no value set),
8069                 thanks to Colin.
8070
8071 2006-04-14 [colin]      2.1.0cvs45
8072
8073         * src/codeconv.c
8074                 when converting from unknown to unknown, if the
8075                 string is UTF8, don't convert it to the locale
8076                 (which breaks it)
8077
8078 2006-04-14 [colin]      2.1.0cvs44
8079
8080         * src/compose.c
8081                 Don't try to use ASCII for converting headers
8082                 (as done in body)
8083
8084 2006-04-14 [paul]       2.1.0cvs43
8085
8086         * src/crash.c
8087                 add locale/charset info to crash report
8088         * src/gtk/about.c
8089                 add wwp to doc team
8090                 replace 'e-mail' with preferred 'email'
8091         * src/gtk/authors.h
8092                 ensure contributors list is in alphabetical
8093                 order
8094
8095 2006-04-13 [colin]      2.1.0cvs42
8096
8097         * src/textview.c
8098                 Prevent gdk warnings
8099
8100 2006-04-13 [colin]      2.1.0cvs41
8101
8102         * src/common/ssl_certificate.c
8103         * src/common/ssl_certificate.h
8104         * src/gtk/sslcertwindow.c
8105                 Warn on expired certs, and display the expiration date
8106
8107 2006-04-13 [colin]      2.1.0cvs40
8108
8109         * src/plugins/spamassassin/spamassassin_gtk.c
8110                 Fix missing set_text on unix socket
8111
8112 2006-04-13 [wwp]        2.1.0cvs39
8113
8114         * manual/fr/advanced.xml
8115         * manual/fr/glossary.xml
8116                 applied new spam/ham/email lexicon (pourriel, courriel)
8117
8118 2006-04-13 [paul]       2.1.0cvs38
8119
8120         * src/plugins/pgpmime/plugin.c
8121                 remove the mention of S/MIME from the
8122                 description. This is now handled by the
8123                 S/MIME plugin.
8124
8125 2006-04-13 [paul]       2.1.0cvs37
8126
8127         * src/prefs_msg_colors.c
8128                 rework dialog
8129         * src/prefs_folder_item.c
8130         * src/prefs_spelling.c
8131                 add a tooltip to the colour selector buttons
8132
8133 2006-04-13 [wwp]        2.1.0cvs36
8134
8135         * manual/advanced.xml
8136         * manual/glossary.xml
8137         * manual/handling.xml
8138         * manual/keyboard.xml
8139         * manual/plugins.xml
8140         * manual/starting.xml
8141         * manual/fr/account.xml
8142         * manual/fr/ack.xml
8143         * manual/fr/addrbook.xml
8144         * manual/fr/advanced.xml
8145         * manual/fr/faq.xml
8146         * manual/fr/glossary.xml
8147         * manual/fr/gpl.xml
8148         * manual/fr/handling.xml
8149         * manual/fr/intro.xml
8150         * manual/fr/keyboard.xml
8151         * manual/fr/plugins.xml
8152         * manual/fr/starting.xml
8153         * manual/fr/sylpheed-claws-manual.xml
8154                 fixes to the manuals:
8155                  - summaryview -> Message List (same in French)
8156                  - translate key names
8157                  - fix French punctuation, use non-breakable spaces when
8158                    necessary, don't use &thinsp; which is not portable
8159                  - tell what maildir and mbox formats we support
8160
8161 2006-04-12 [wwp]        2.1.0cvs35
8162
8163         * src/prefs_toolbar.c
8164                 unified a replace button more,
8165                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8166
8167 2006-04-12 [wwp]        2.1.0cvs34
8168
8169         * src/prefs_common.c
8170         * src/prefs_msg_colors.c
8171                 make default color labels translatable,
8172                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8173                 thanks to Tim <timbrain@post.cz> for reporting.
8174
8175 2006-04-12 [wwp]        2.1.0cvs33
8176
8177         * manual/glossary.xml
8178         * manual/intro.xml
8179         * manual/plugins.xml
8180         * manual/starting.xml
8181         * manual/sylpheed-claws-manual.xml
8182         * manual/fr/.cvsignore
8183         * manual/fr/account.xml
8184         * manual/fr/ack.xml
8185         * manual/fr/addrbook.xml
8186         * manual/fr/advanced.xml
8187         * manual/fr/faq.xml
8188         * manual/fr/glossary.xml
8189         * manual/fr/handling.xml
8190         * manual/fr/intro.xml
8191         * manual/fr/keyboard.xml
8192         * manual/fr/plugins.xml
8193         * manual/fr/starting.xml
8194         * manual/fr/sylpheed-claws-manual.xml
8195                 various fixes: typos, missing .fr translations, punctuation,
8196                 capitalization, links, accents and some bad French more.
8197
8198 2006-04-12 [wwp]        2.1.0cvs32
8199
8200         * src/prefs_gtk.c
8201                 fix for bug #935: always store prefs files in UTF-8 (thanks
8202                 to Colin).
8203
8204 2006-04-11 [colin]      2.1.0cvs31
8205
8206         * src/compose.c
8207                 Fix inserting files not in utf8 when locale is utf8
8208
8209 2006-04-11 [colin]      2.1.0cvs30
8210
8211         * src/inc.c
8212                 Don't show error dialog when cancelling connection
8213                 Patch by Pawel
8214
8215 2006-04-11 [cleroy]     2.1.0cvs29
8216
8217         * src/compose.c
8218                 Implement multiple quote levels
8219         * src/prefs_common.c
8220                 Change a little bit the quote bgcolor for 2nd level
8221
8222 2006-04-11 [colin]      2.1.0cvs28
8223
8224         * src/gtk/about.c
8225                 Add locale and charset in the label
8226
8227 2006-04-10 [colin]      2.1.0cvs27
8228
8229         * src/compose.c
8230         * src/prefs_common.c
8231         * src/prefs_common.h
8232         * src/prefs_msg_colors.c
8233         * src/textview.c
8234                 Allow optional background color in quotes
8235                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8236                 GTK+-2.8.x feature
8237
8238 2006-04-10 [colin]      2.1.0cvs26
8239
8240         * src/main.c
8241         * src/mainwindow.c
8242         * src/mainwindow.h
8243                 Implement --select
8244
8245 2006-04-10 [colin]      2.1.0cvs25
8246
8247         * manual/plugins.xml
8248         * manual/fr/plugins.xml
8249                 Document libcurl's proxy variables
8250
8251 2006-04-09 [colin]      2.1.0cvs24
8252
8253         * src/prefs_common.c
8254                 gettext() returns statically allocated stuff. We have
8255                 to strdup it in order to be able to free it.
8256
8257 2006-04-09 [colin]      2.1.0cvs23
8258
8259         * AUTHORS
8260         * src/gtk/authors.h
8261                 Add Alexei
8262
8263 2006-04-09 [colin]      2.1.0cvs22
8264
8265         * src/mainwindow.c
8266         * src/gtk/quicksearch.c
8267                 Fix bug #859 (problems with cyrilic input in 
8268                 search panel) - Patch by Alexey Illarionov 
8269                 <littlesavage@rambler.ru>
8270
8271 2006-04-09 [colin]      2.1.0cvs21
8272
8273         * src/prefs_customheader.c
8274                 I prefer removing then freeing rather than the contrary
8275                 (even if it doesn't change anything ;-)
8276         * src/prefs_account.c
8277                 Fix bug #933 (Crash re-entering the custom headers list 
8278                 dialog in accounts prefs)
8279                 The problem happened when cancelling the Account 
8280                 Preferences' dialogs - in which case we didn't do 
8281                 anything to the PrefsAccount * struct. In case of applying,
8282                 the old ac_prefs was replaced with the tmp_ac_prefs we were
8283                 working with in this dialog. The problem is that 
8284                 prefs_customheader.c, working on this tmp_ac_prefs, always
8285                 changes the ->customhdr_list pointer, even when cancelled. 
8286                 So in case of cancelling the prefs_account dialog, we still
8287                 have to update ->customhdr_list in the real account.
8288
8289 2006-04-08 [colin]      2.1.0cvs20
8290
8291         * manual/fr/glossary.xml
8292         * manual/fr/keyboard.xml
8293                 Forgot some headers :)
8294
8295 2006-04-08 [colin]      2.1.0cvs19
8296
8297         * manual/Makefile.am
8298         * manual/fr/Makefile.am
8299         * manual/fr/account.xml
8300         * manual/fr/ack.xml
8301         * manual/fr/addrbook.xml
8302         * manual/fr/advanced.xml
8303         * manual/fr/faq.xml
8304         * manual/fr/glossary.xml
8305         * manual/fr/gpl.xml
8306         * manual/fr/handling.xml
8307         * manual/fr/intro.xml
8308         * manual/fr/keyboard.xml
8309         * manual/fr/plugins.xml
8310         * manual/fr/starting.xml
8311         * manual/fr/sylpheed-claws-manual.xml
8312         * manual/fr/dist/.cvsignore
8313         * manual/fr/dist/Makefile.am
8314         * manual/fr/dist/html/.cvsignore
8315         * manual/fr/dist/html/Makefile.am
8316         * manual/fr/dist/pdf/.cvsignore
8317         * manual/fr/dist/pdf/Makefile.am
8318         * manual/fr/dist/ps/.cvsignore
8319         * manual/fr/dist/ps/Makefile.am
8320         * manual/fr/dist/txt/.cvsignore
8321         * manual/fr/dist/txt/Makefile.am
8322                 Add the french translation of the manual. Thanks to
8323                 Olivier Delhomme <olivier.delhomme@free.fr> for 
8324                 account.xml, ack.xml, addrbook.xml and advanced.xml
8325
8326 2006-04-08 [colin]      2.1.0cvs18
8327
8328         * manual/plugins.xml
8329         * manual/starting.xml
8330                 More fixes
8331
8332 2006-04-07 [colin]      2.1.0cvs17
8333
8334         * manual/faq.xml
8335         * manual/intro.xml
8336         * manual/keyboard.xml
8337                 Little fixes
8338
8339 2006-04-07 [colin]      2.1.0cvs16
8340
8341         * README
8342         * src/compose.c
8343         * src/prefs_common.c
8344         * src/prefs_common.h
8345                 Add hidden compose_no_markup pref
8346
8347 2006-04-07 [wwp]        2.1.0cvs15
8348
8349         * src/summary_search.c
8350         * .cvsignore
8351                 Bugfix: stop button was sticky when searching in an empty folder.
8352                 Applied curly brackets code style to the whole file (summary_search.c).
8353                 More files to ignore.
8354
8355 2006-04-07 [wwp]        2.1.0cvs14
8356
8357         * src/message_search.c
8358         * src/summary_search.c
8359                 changed default button when search bumps at file/folder
8360                 beginning or end, for convenience (thanks to Colin).
8361
8362 2006-04-07 [paul]       2.1.0cvs13
8363
8364         * src/plugins/dillo_viewer/dillo_prefs.c
8365                 avoid future potential for namespace collision
8366                 Patch by Colin
8367
8368 2006-04-06 [wwp]        2.1.0cvs12
8369
8370         * src/summary_search.c
8371                 Unify extended/advanced searches names (and thus factorize labels),
8372                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8373
8374 2006-04-06 [wwp]        2.1.0cvs11
8375
8376         * src/folderview.c
8377         * src/prefs_themes.c
8378         * src/summaryview.c
8379                 Fixed some compilation warnings.
8380
8381 2006-04-06 [colin]      2.1.0cvs10
8382
8383         * manual/advanced.xml
8384                 Document the wizard template and how to deploy
8385                 Sylpheed-Claws effectively
8386
8387 2006-04-06 [colin]      2.1.0cvs9
8388
8389         * src/folderview.c
8390                 gettext patch to tell translators about _("#"),
8391                 by Maxim Britov
8392
8393 2006-04-06 [colin]      2.1.0cvs8
8394
8395         * src/textview.c
8396                 Fix invalid GtkTextBIter after clicking "Display as text"
8397
8398 2006-04-06 [mones]      2.1.0cvs7
8399
8400         * src/addr_compl.c
8401         * src/addrindex.c
8402         * src/addritem.c
8403         * src/codeconv.c
8404         * src/compose.c
8405         * src/filtering.c
8406         * src/folder.c
8407         * src/folder_item_prefs.c
8408         * src/folderview.c
8409         * src/localfolder.c
8410         * src/matcher.c
8411         * src/mimeview.c
8412         * src/prefs_msg_colors.c
8413         * src/prefs_spelling.c
8414         * src/prefs_themes.c
8415         * src/procmime.c
8416         * src/procmsg.c
8417         * src/stock_pixmap.c
8418         * src/summaryview.c
8419         * src/textview.c
8420         * src/toolbar.c
8421         * src/common/mgutils.c
8422         * src/common/prefs.c
8423         * src/common/ssl_certificate.c
8424         * src/gtk/colorlabel.c
8425         * src/gtk/quicksearch.c
8426         * src/plugins/pgpmime/pgpmime.c
8427         * src/plugins/spamassassin/spamassassin.c
8428                 Removed redundant NULL checks for g_free() calls.
8429                 Patch by Pawel Pekala.
8430
8431 2006-04-06 [mones]      2.1.0cvs6
8432
8433         * src/prefs_actions.c
8434         * src/prefs_filtering.c
8435         * src/prefs_filtering_action.c
8436         * src/prefs_matcher.c
8437         * src/prefs_template.c
8438         * src/gtk/gtkutils.c
8439         * src/gtk/gtkutils.h
8440                 Have a nice replace button. Patch by Pawel Pekala
8441
8442 2006-04-06 [colin]      2.1.0cvs5
8443
8444         * src/addressbook.c
8445                 Fix crash with empty columns
8446
8447 2006-04-05 [colin]      2.1.0cvs4
8448
8449         * src/wizard.c
8450         * src/prefs_gtk.c
8451                 Allow wizard customization with pre-filled values
8452
8453 2006-04-05 [colin]      2.1.0cvs3
8454
8455         * src/textview.c
8456         * src/mimeview.c
8457         * src/mimeview.h
8458                 Nicer messages in mimeview
8459
8460 2006-04-05 [colin]      2.1.0cvs2
8461
8462         * src/addressbook.c
8463         * src/prefs_summaries.c
8464                 i18n fix
8465
8466 2006-04-05 [colin]      2.1.0cvs1
8467
8468         * src/plugins/pgpcore/plugin.c
8469         * src/plugins/pgpcore/select-keys.c
8470         * src/plugins/pgpcore/select-keys.h
8471         * src/plugins/pgpcore/sgpgme.c
8472         * src/plugins/pgpcore/sgpgme.h
8473         * src/plugins/pgpinline/pgpinline.c
8474         * src/plugins/pgpinline/plugin.c
8475         * src/plugins/pgpmime/pgpmime.c
8476         * src/plugins/pgpmime/plugin.c
8477                 Factorize and generalize a bit 
8478                 Drop S/MIME signature verification from PGP/MIME
8479                 (adding it as another, more complete plugin)
8480
8481 2006-04-05 [paul]       2.1.0
8482
8483         2.1.0 released
8484
8485 2006-04-05 [paul]       2.0.0cvs186
8486
8487         * manual/advanced.xml
8488                 add info on colour labels
8489
8490 2006-04-05 [paul]       2.0.0cvs185
8491
8492         * po/bg.po
8493         * po/cs.po
8494         * po/de.po
8495         * po/el.po
8496         * po/en_GB.po
8497         * po/fi.po
8498         * po/fr.po
8499         * po/it.po
8500         * po/nl.po
8501         * po/pl.po
8502         * po/pt_BR.po
8503         * po/sr.po
8504         * po/zh_CN.po
8505                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
8506                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
8507                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
8508                 Guimaraes, Aleksandar Urosevic, Ralgh Young
8509         * src/gtk/authors.h
8510         * tools/claws.i18n.status.pl
8511                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
8512                 and new Czech translator, Tim <timbrain@post.cz>
8513
8514 2006-04-05 [mones]      2.0.0cvs184
8515
8516         * po/es.po
8517                 Updated translation
8518
8519 2006-04-05 [colin]      2.0.0cvs183
8520
8521         * src/gtk/quicksearch.c
8522                 Fix bug #929 (unnecessary reload in quick search bar)
8523
8524 2006-04-05 [colin]      2.0.0cvs182
8525
8526         * src/compose.c
8527                 Fix crash on Reply with no From:
8528                 Show signature and conversion error on queuing 
8529                 (but not sending)
8530         * src/mainwindow.c
8531         * src/summaryview.c
8532         * src/summaryview.h
8533                 Factorize threading code and make sure msginfo 
8534                 is not null when it comes from a GtkCTreeRow's 
8535                 data
8536         * src/gtk/gtkaspell.c
8537                 Check for necessary things
8538         * src/gtk/gtksctree.c
8539         * src/gtk/gtksctree.h
8540                 Reset anchor if necessary when removing node
8541
8542 2006-03-29 [colin]      2.0.0cvs181
8543
8544         * src/folderview.c
8545                 Warn for disabled IMAP accounts (due to lack of
8546                 libetpan). Breaks string-freeze - sorry - but it
8547                 is kind of important ;)
8548
8549 2006-03-28 [colin]      2.0.0cvs180
8550
8551         * src/gtk/gtkutils.c
8552         * src/gtk/gtkutils.h
8553                 Add a gtkut_get_link_btn() function that
8554                 creates a button which acts like an URI
8555         * src/prefs_themes.c
8556         * src/gtk/about.c
8557                 Use this function (factorizes codes)
8558         * src/common/defs.h
8559         * src/gtk/pluginwindow.c
8560                 Add a "Get more..." in the plugins window
8561
8562 2006-03-28 [colin]      2.0.0cvs179
8563
8564         * src/common/smtp.c
8565         * src/common/passcrypt.c
8566         * src/undo.c
8567                 Warning fixes. Patch by Pawel Pekala
8568
8569 2006-03-27 [colin]      2.0.0cvs178
8570
8571         * src/undo.c
8572                 Fix undoing by blocks with spaces
8573
8574 2006-03-27 [colin]      2.0.0cvs177
8575
8576         * src/textview.c
8577                 Set margin to 3px for headers
8578
8579 2006-03-27 [paul]
8580
8581         2.1.0-rc2 released
8582
8583 2006-03-27 [wwp]        2.0.0cvs176
8584
8585         * src/summaryview.c
8586                 don't reset quicksearch when updating the message list.
8587                 Thanks to Colin.
8588
8589 2006-03-26 [wwp]        2.0.0cvs175
8590
8591         * src/compose.c
8592                 use a unified border width ('other' tab in the compose window,
8593                 patch by Pawel Pekala).
8594
8595
8596 2006-03-26 [wwp]        2.0.0cvs174
8597
8598         * src/common/quoted-printable.c
8599         * src/addressbook.c
8600                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
8601
8602 2006-03-26 [colin]      2.0.0cvs173
8603
8604         * src/quote_fmt_parse.y
8605                 Fix non-UTF8 date formats messing up the whole quote a 
8606                 little bit
8607
8608 2006-03-26 [colin]      2.0.0cvs172
8609
8610         * src/procheader.c
8611                 Make sure the date is UTF8 valid, or try to make it
8612                 so. IncrediMail is really IncrediStupid.
8613         * src/compose.c
8614                 Fix possible conversions. 
8615                 
8616
8617 2006-03-26 [colin]      2.0.0cvs171
8618
8619         * src/matcher.c
8620                 Fix corner cases in body search. This is still a
8621                 hack... It seems impossible to make it good and 
8622                 reasonably fast at the same time.
8623
8624 2006-03-26 [colin]      2.0.0cvs170
8625
8626         * src/summaryview.c
8627                 I think I killed the twilight zone bug!
8628                 summary_select_node() flushes GTK events in order
8629                 to be able to center the view. But this also 
8630                 flushes keypresses like Ctrl-Alt-U, so this can
8631                 call summary_show from summary_select_node (itself
8632                 called from summary_show, etc.). And the summaryview
8633                 has to be unlocked in this function. So just locking
8634                 while processing GTK events, and bailing if locked, 
8635                 should fix it.
8636                 Fixes bug #927 (SIGSEGV during Update Summary)
8637
8638 2006-03-25 [colin]      2.0.0cvs169
8639
8640         * src/matcher.c
8641                 Fix search in QP-encoded bodies
8642                 Fix utf-8 searches in bodies encoded in the
8643                 locale's encoding
8644         * src/common/quoted-printable.c
8645         * src/common/quoted-printable.h
8646                 Add a decode function that doesn't overwrite
8647                 the original pointer
8648                 
8649
8650 2006-03-24 [colin]      2.0.0cvs168
8651
8652         * src/action.c
8653         * src/summaryview.c
8654         * src/summaryview.h
8655                 Update message cache after action
8656                 Patch by H. Merijn Brand
8657         * src/prefs_msg_colors.c
8658                 Factorize label 
8659                 Patch by Fabien Vantard
8660         * src/plugins/spamassassin/spamassassin_gtk.c
8661                 Remove useless translation
8662                 Patch by Fabien Vantard
8663
8664 2006-03-23 [colin]      2.0.0cvs167
8665
8666         * src/common/ssl.c
8667                 Let 30 seconds to SSL_connect
8668
8669 2006-03-23 [wwp]        2.0.0cvs166
8670
8671         * src/summaryview.c
8672         * src/gtk/description_window.c
8673                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
8674                 and headers are translated; adjust description windows' width to fit their
8675                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
8676
8677 2006-03-23 [paul]       2.0.0cvs165
8678
8679         * src/common/utils.c
8680                 fix highlighting of URIs containing "()"
8681                 (2.0.0cvs164's reversal fixed)
8682                 Thanks to Colin.
8683
8684 2006-03-23 [paul]       2.0.0cvs164
8685
8686         * src/common/utils.c
8687                 revert patch, (postponing a fix), at 2.0.0cvs120
8688                 as it breaks more URIs than it fixes.
8689                 Allow '-' to be a terminating character in a URI
8690
8691 2006-03-22 [colin]      2.0.0cvs163
8692
8693         * configure.ac
8694                 Require libetpan 0.45
8695                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
8696
8697 2006-03-22 [paul]       2.0.0cvs162
8698
8699         * src/editgroup.c
8700                 replace '<-' and '->' buttons with GTK_STOCK graphical
8701                 buttons
8702         * src/summary_search.c
8703                 don't offer '...' for translation
8704                 add a tooltip to advanced search '...' button
8705         * src/gtk/quicksearch.c
8706                 don't offer '...' for translation
8707
8708 2006-03-21 [colin]      2.0.0cvs161
8709
8710         * src/compose.c
8711                 Fix middle-click pasting (insert at click
8712                 position instead of cursor position, don't
8713                 remove existing selection and allow pasting
8714                 our own selection)
8715         * src/addressbook.c
8716                 "LDAP Server" -> "LDAP servers"
8717
8718 2006-03-21 [wwp]        2.0.0cvs160
8719
8720         * src/etpan/imap-thread.c
8721                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
8722
8723 2006-03-20 [colin]      2.0.0cvs159
8724
8725         * src/summaryview.c
8726                 Don't reload summaryview after an execute with no
8727                 move action
8728
8729 2006-03-19 [colin]      2.0.0cvs158
8730
8731         * src/addressbook.c
8732                 and put groups at the top, always
8733
8734 2006-03-19 [colin]      2.0.0cvs157
8735
8736         * src/addressbook.c
8737                 Order groups before names, as previously
8738
8739 2006-03-19 [colin]      2.0.0cvs156
8740
8741         * src/addressbook.c
8742                 - Sort case-unsensitive
8743                 - Put the sort arrow at opening too
8744
8745 2006-03-19 [wwp]        2.0.0cvs155
8746
8747         * src/addressbook.c
8748                 allow sorting by name/email/remarks, ensure that right-pane's contents
8749                 matches the left-pane selection (cleared when appropriate).
8750                 Patch by Pawel Pekala <c0rn@o2.pl>.
8751
8752 2006-03-18 [colin]      2.0.0cvs154
8753
8754         * src/textview.c
8755                 Fix text cursor ;)
8756
8757 2006-03-18 [colin]      2.0.0cvs153
8758
8759         * src/gtk/filesel.c
8760                 Make sure we hide the preview if we didn't get
8761                 a filename
8762
8763 2006-03-18 [colin]      2.0.0cvs152
8764
8765         * src/summaryview.c
8766                 Set cursor to watch for execution (fixes lack
8767                 of watch-cursor when dnd'ing hundreds of mails)
8768         * src/gtk/filesel.c
8769                 Check that mime type is 'image/*' before updating
8770                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
8771
8772 2006-03-18 [colin]      2.0.0cvs151
8773
8774         * src/mainwindow.c
8775         * src/textview.c
8776         * src/textview.h
8777                 Put a watch cursor in textview too when the mainwindow's
8778                 cursor in a watch
8779
8780 2006-03-18 [colin]      2.0.0cvs150
8781
8782         * src/folder.c
8783                 Change wrong asserts to simple tests
8784
8785 2006-03-17 [colin]      2.0.0cvs149
8786
8787         * src/mainwindow.c
8788         * src/mainwindow.h
8789         * src/prefs_msg_colors.c
8790         * src/summaryview.c
8791         * src/summaryview.h
8792         * src/gtk/colorlabel.c
8793         * src/gtk/colorlabel.h
8794                 Add a color label menu in the main menubar
8795                 Add (fixed) accels Ctrl-{0-7} to change the color
8796                 They have to be fixed because the menu's dynamic,
8797                 the items are complex widgets, hence we can't use
8798                 a GtkItemFactory.
8799
8800
8801 2006-03-17 [wwp]        2.0.0cvs148
8802
8803         * src/compose.c
8804                 rollback few lines from my previous commit (those lines come from
8805                 a pending patch, accidentally commited, even if neutral as they are
8806                 commented out).
8807
8808 2006-03-17 [wwp]        2.0.0cvs147
8809
8810         * src/compose.c
8811                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
8812                 applied code style/indentation to the modified function.
8813
8814 2006-03-17 [wwp]        2.0.0cvs146
8815
8816         * src/procmsg.c
8817         * src/compose.c
8818                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
8819
8820 2006-03-17 [paul]
8821
8822         2.1.0-rc1 released
8823
8824 2006-03-17 [paul]       2.0.0cvs145
8825
8826         * src/main.c
8827                 addressbook_read_file() was called twice
8828         * src/textview.c
8829                 X-Mailer highlighting
8830
8831 2006-03-16 [colin]      2.0.0cvs144
8832
8833         * src/sourcewindow.c
8834         * src/sourcewindow.h
8835                 And the last one, in source window.
8836
8837 2006-03-16 [colin]      2.0.0cvs143
8838
8839         * src/compose.c
8840         * src/compose.h
8841                 Fix the same stuff in compose
8842
8843 2006-03-16 [colin]      2.0.0cvs142
8844
8845         * src/messageview.c
8846                 Complete the previous messageview crash fix
8847
8848 2006-03-16 [colin]      2.0.0cvs141
8849
8850         * src/procmsg.h
8851         * src/procmsg.c
8852         * src/folder.c
8853                 Fix POSTPROCESSING hook
8854                 Patch by H. Merijn Brand
8855
8856         * src/procmime.c
8857         * src/procmime.h
8858                 Parse Content-Location
8859
8860         * src/toolbar.c
8861         * src/messageview.c
8862         * src/messageview.h
8863                 Don't crash when a top-level MessageView has
8864                 been closed on us. Same problematic than
8865                 yesterday's quicksearch issue.
8866
8867 2006-03-15 [colin]      2.0.0cvs140
8868
8869         * src/gtk/quicksearch.c
8870                 Fix a bitchy race we didn't think about when we
8871                 added quicksearch cancellation:
8872                 If the search is not on cached fields, for example
8873                 body_part matchcase "stuff"
8874                 the matcher code has to get the whole message. If
8875                 we're on IMAP, that can be slow, and in order to
8876                 be non-blocking, the IMAP code idle loop processes
8877                 gtk events too. So it is possible to cancel a
8878                 quicksearch while the matcher is getting the mail's
8879                 body. After matcher got its body, it will start to
8880                 iterate over the matcher list that the Quicksearch's
8881                 clear_search_cb() just freed via prepare_matcher().
8882                 SIGSEGV ensues.
8883                 The fix consists of guarding the matcherlist_match()
8884                 call with a boolean 'matching'. If we reset the
8885                 quicksearch while matching is TRUE, we don't free
8886                 the matcherlist anymore like we did, but we set
8887                 another new flag, deferred_free, to TRUE. Then,
8888                 in quicksearch_match(), just after returning from
8889                 matcherlist_match() and unsetting the matching flag,
8890                 we check the deferred_free flag and do the
8891                 prepare_matcher() (which does the matcherlist_free)
8892                 for real, so we free the matcherlist once it's not
8893                 used anymore.
8894                 As all of this runs via the glib main loop, we
8895                 luckily don't need a mutex.
8896         * src/summaryview.c
8897                 Also, show progress while searching.
8898
8899
8900 2006-03-14 [colin]      2.0.0cvs139
8901
8902         * src/alertpanel.c
8903                 Make alertpanel_is_open non-static
8904
8905 2006-03-14 [colin]      2.0.0cvs138
8906
8907         * src/prefs_spelling.c
8908                 Cleanups - Fabien Vantard
8909
8910 2006-03-14 [wwp]        2.0.0cvs137
8911
8912         * src/main.c
8913                 code style normalization (curly braces, indentation).
8914
8915 2006-03-14 [wwp]        2.0.0cvs137
8916
8917         * src/main.c
8918                 code style (braces, indentation)
8919
8920 2006-03-12 [paul]       2.0.0cvs136
8921
8922         * src/prefs_common.c
8923                 trans_hdr defaults to FALSE to be RFC-savvy
8924         * src/prefs_summaries.c
8925                 add a tooltip to the trans_hdr option
8926                 
8927
8928 2006-03-12 [paul]       2.0.0cvs135
8929
8930         * src/prefs_matcher.c
8931                 give a little more width to the combos
8932         * src/prefs_display_header.c
8933         * src/textview.c
8934                 translate headers if prefs_common.trans_hdr
8935                 is TRUE
8936
8937         Patches by Pawel Pekala
8938
8939 2006-03-12 [paul]       2.0.0cvs134
8940
8941         * src/plugins/clamav/clamav_plugin.c
8942         * src/plugins/dillo_viewer/dillo_viewer.c
8943         * src/plugins/pgpcore/plugin.c
8944         * src/plugins/pgpinline/plugin.c
8945         * src/plugins/pgpmime/plugin.c
8946         * src/plugins/spamassassin/spamassassin.c
8947                 update/add to descriptions
8948         * src/plugins/spamassassin/spamassassin_gtk.c
8949                 fixes to the english, remove superfluous
8950                 tooltips, clean up a little
8951
8952 2006-03-12 [paul]       2.0.0cvs133
8953
8954         * src/compose.c
8955                 fix Bug 924, 'Account combo box shows up wrong 
8956                 if & is in account name'
8957
8958 2006-03-11 [colin]      2.0.0cvs132
8959
8960         * src/summaryview.c
8961                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
8962                 messed up shift-selection because is slows down
8963                 moving around summaryview. thanks -users
8964
8965 2006-03-10 [colin]      2.0.0cvs131
8966
8967         * src/plugins/spamassassin/spamassassin_gtk.c
8968                 Put back Paul's engrish fixes
8969
8970 2006-03-10 [colin]      2.0.0cvs130
8971
8972         * src/plugins/spamassassin/spamassassin.c
8973         * src/plugins/spamassassin/spamassassin.h
8974         * src/plugins/spamassassin/spamassassin_gtk.c
8975                 Cleanup SA prefs page (more)
8976                 Patch by Fabien Vantard
8977
8978 2006-03-10 [paul]       2.0.0cvs129
8979
8980         * src/prefs_msg_colors.c
8981         * src/prefs_spelling.c
8982                 widget sensitivity
8983
8984 2006-03-09 [mones]      2.0.0cvs128
8985
8986         * po/es.po
8987                 Update for next RC
8988
8989 2006-03-09 [wwp]        2.0.0cvs127
8990
8991         * configure.ac
8992                 revert accidental commit (requirement for libetpan 0.43), this time
8993                 not in HEAD.
8994
8995 2006-03-09 [wwp]        2.0.0cvs125
8996
8997         * configure.ac
8998                 revert accidental commit (requirement for libetpan 0.43)
8999
9000 2006-03-09 [paul]       2.0.0cvs126
9001
9002         * src/prefs_receive.c
9003                 remove useless frame
9004                 replace 'incorporation' with 'receiving'
9005         * src/plugins/clamav/clamav_plugin_gtk.c
9006         * src/plugins/spamassassin/spamassassin_gtk.c
9007                 improve widget sensitivity
9008                 fix a bit his engrish
9009
9010 2006-03-09 [wwp]        2.0.0cvs125
9011
9012         * src/addressadd.c
9013         * src/foldersel.c
9014         * src/prefs_common.c
9015         * src/prefs_common.h
9016                 remember some more windows' sizes (add to addressbook and
9017                 select folder).
9018
9019 2006-03-09 [paul]       2.0.0cvs124
9020
9021         * src/plugins/pgpcore/prefs_gpg.c
9022                 normalise construction of dialogue
9023
9024 2006-03-09 [paul]       2.0.0cvs123
9025
9026         * src/plugins/trayicon/Makefile.am
9027                 add missing slash
9028
9029 2006-03-08 [colin]      2.0.0cvs122
9030
9031         * src/plugins/trayicon/Makefile.am
9032                 Fix build in separate dir 
9033                 Patch by Bamanzi <bamanzi@gmail.com>
9034
9035 2006-03-08 [colin]      2.0.0cvs121
9036
9037         * src/procmsg.c
9038                 Batch move and copies from summaryview with delayed execution
9039                 too
9040
9041 2006-03-07 [paul]       2.0.0cvs120
9042
9043         * src/common/utils.c
9044                 fix highlighting of URIs containing "()"
9045                 Patch by Pawel Pekala
9046
9047 2006-03-07 [paul]       2.0.0cvs119
9048
9049         * src/folder.c
9050         * src/folder.h
9051         * src/folderview.c
9052                 immediately do alphabetical resort when
9053                 changing a folder's name
9054                 Patch by Pawel Pekala
9055
9056 2006-03-07 [paul]       2.0.0cvs118
9057
9058         * src/news.c
9059         * src/news_gtk.c
9060                 when unsubscribing a newsgroup, remove the
9061                 folder and msgs in .sylpheed-claws/newscache
9062                 Patch by Pawel Pekala <c0rn@gazeta.pl>
9063
9064 2006-03-07 [paul]       2.0.0cvs117
9065
9066         * src/textview.c
9067                 fix wrong Fake URL Warning
9068                 Thanks to Hiro
9069
9070 2006-03-07 [colin]      2.0.0cvs116
9071
9072         * src/imap.c
9073                 Return immediately when password dialog was
9074                 cancelled
9075         * src/gtk/inputdialog.c
9076                 Allow empty strings for passwords
9077
9078
9079 2006-03-06 [colin]      2.0.0cvs115
9080
9081         * src/imap.c
9082                 Prevent double-timeouts when connection fails
9083
9084 2006-03-06 [colin]
9085
9086         2.0.1-rc1 released
9087
9088 2006-03-06 [colin]      2.0.0cvs114
9089
9090         * src/imap.c
9091                 Refresh session during potentially long
9092                 operations
9093
9094 2006-03-06 [wwp]        2.0.0cvs113
9095
9096         * src/prefs_msg_colors.h
9097                 forgot that one (custom color labels).
9098
9099 2006-03-06 [wwp]        2.0.0cvs112
9100
9101         * src/prefs_common.c
9102         * src/prefs_common.h
9103         * src/prefs_msg_colors.c
9104         * src/summaryview.c
9105         * src/summaryview.h
9106         * src/gtk/colorlabel.c
9107         * src/gtk/colorlabel.h
9108                 colors in messages list are now customizable. Color values and names can
9109                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9110                 Thanks to Paul and Colin for their help with this longstanding patch!
9111
9112 2006-03-06 [wwp]        2.0.0cvs111
9113
9114         * src/textview.c
9115                 don't crash if (x)face is bad.
9116
9117 2006-03-05 [paul]       2.0.0cvs110
9118
9119         * AUTHORS
9120         * configure.ac
9121         * src/Makefile.am
9122         * src/common/Makefile.am
9123         * src/common/utils.h
9124         * src/etpan/imap-thread.c
9125         * src/gtk/authors.h
9126         * src/plugins/clamav/Makefile.am
9127         * src/plugins/demo/Makefile.am
9128         * src/plugins/dillo_viewer/Makefile.am
9129         * src/plugins/pgpcore/Makefile.am
9130         * src/plugins/pgpcore/passphrase.c
9131         * src/plugins/pgpinline/Makefile.am
9132         * src/plugins/pgpmime/Makefile.am
9133         * src/plugins/spamassassin/Makefile.am
9134         * src/plugins/trayicon/Makefile.am
9135                 fix builiding on cygwin
9136                 Patch by Ralgh Young <bamanzi@gmail.com>
9137
9138 2006-03-04 [wwp]        2.0.0cvs109
9139
9140         * manual/keyboard.xml
9141                 fix mixed up/down keys.
9142
9143 2006-03-04 [wwp]        2.0.0cvs108
9144
9145         * README
9146         * INSTALL
9147                 updated links to SpamAssassin.
9148
9149 2006-03-04 [wwp]        2.0.0cvs107
9150
9151         * manual/plugins.xml
9152         * src/plugins/spamassassin/README
9153                 updated SpamAssassin plugin docs to reflect new functional additions
9154                 (also fix/update/documents few technical stuff more, see the README).
9155
9156 2006-03-04 [wwp]        2.0.0cvs106
9157
9158         * src/prefs_message.c
9159                 normalized capitalization of message-prefs paths.
9160
9161 2006-03-04 [wwp]        2.0.0cvs105
9162
9163         * manual/advanced.xml
9164                 typo.
9165
9166 2006-03-03 [colin]      2.0.0cvs104
9167
9168         * src/plugins/clamav/clamav_plugin_gtk.c
9169                 Rework prefs page, patch by Fabien 
9170
9171 2006-03-03 [colin]      2.0.0cvs103
9172
9173         * src/plugins/clamav/clamav_plugin.c
9174                 Set error on all errors
9175
9176 2006-03-03 [colin]      2.0.0cvs102
9177
9178         * src/common/plugin.c
9179                 Initialize error to avoid crashing when a plugin fails
9180                 without setting error
9181
9182 2006-03-02 [wwp]        2.0.0cvs101
9183
9184         * configure.ac
9185                 fixed linker flags for libetpan support on Cygwin
9186                 (thanks to H.Merijn Brand).
9187
9188 2006-03-02 [wwp]        2.0.0cvs100
9189
9190         * src/addressbook.c
9191                 fix some AB error messages: one for punctuation and
9192                 one wrongly duplicate (thanks, maxbritov).
9193
9194 2006-03-02 [wwp]        2.0.0cvs99
9195
9196         * src/plugins/spamassassin/spamassassin.c
9197                 make sync calls to sa-learn/spamc to prevent
9198                 system (whatever local or client/server) overload.
9199
9200 2006-03-02 [colin]      2.0.0cvs98
9201
9202         * src/summaryview.c
9203                 Put the spam icon in the status column instead of the
9204                 mark one
9205
9206 2006-03-01 [colin]      2.0.0cvs97
9207
9208         * src/plugins/spamassassin/spamassassin.c
9209                 Fix segfault (g_file_set_contents fails for some 
9210                 reason and err==0x2f. Can't find out why with
9211                 valgrind, using working function :-)
9212
9213 2006-03-01 [colin]      2.0.0cvs96
9214
9215         * src/inc.c
9216                 Offline overriding: let 'No' be cached only 3 seconds
9217
9218 2006-03-01 [colin]      2.0.0cvs95
9219
9220         * src/addr_compl.c
9221         * src/addrbook.c
9222         * src/addressbook.c
9223         * src/addrindex.c
9224         * src/folder_item_prefs.c
9225         * src/headerview.c
9226         * src/imap.c
9227         * src/inc.c
9228         * src/ldif.c
9229         * src/mainwindow.c
9230         * src/mh.c
9231         * src/msgcache.c
9232         * src/prefs_common.h
9233         * src/prefs_msg_colors.c
9234         * src/procheader.c
9235         * src/procheader.h
9236         * src/procmime.c
9237         * src/procmsg.c
9238         * src/procmsg.h
9239         * src/send_message.h
9240         * src/simple-gettext.c
9241         * src/summaryview.c
9242         * src/summaryview.h
9243         * src/syldap.c
9244         * src/textview.c
9245         * src/undo.c
9246         * src/common/ssl_certificate.c
9247         * src/common/utils.c
9248         * src/gtk/colorsel.c
9249         * src/gtk/gtksctree.c
9250         * src/gtk/gtkshruler.c
9251         * src/plugins/trayicon/trayicon.c
9252                 #if 0 goes to /dev/null
9253
9254 2006-03-01 [colin]      2.0.0cvs94
9255
9256         * src/compose.c
9257         * src/imap.c
9258         * src/inc.c
9259         * src/inc.h
9260         * src/messageview.c
9261         * src/news.c
9262         * src/plugins/spamassassin/spamassassin.c
9263                 Allow to add information in the "working offline"
9264                 window
9265
9266 2006-03-01 [wwp]        2.0.0cvs93
9267
9268         * src/plugins/spamassassin/spamassassin.c
9269                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9270                 'cause it seems that calling `spamc ... < inputfile` with
9271                 g_spawn_(a)sync simply.. erm doesn't work :-).
9272
9273 2006-03-01 [wwp]        2.0.0cvs92
9274
9275         * src/toolbar.c
9276         * src/toolbar.h
9277                 simplify the adding of spam/ham button to the messageview toolbar
9278                 (it gets more clear now that the same button will be "Mark as spam"
9279                 or "Mark as ham" according to the current message status,
9280                 thanks to Colin).
9281
9282 2006-03-01 [wwp]        2.0.0cvs91
9283
9284         * src/messageview.c
9285         * src/procmsg.c
9286         * src/procmsg.h
9287         * src/summaryview.c
9288         * src/plugins/spamassassin/spamassassin.c
9289         * src/plugins/spamassassin/spamassassin.h
9290                 make learner callbacks return a status (0 for ok),
9291                 handle it in main code to avoid setting flags when learning failed,
9292                 don't learn on TCP if offline in spamassassin,
9293                 thanks to Colin.
9294
9295                 
9296
9297 2006-03-01 [wwp]        2.0.0cvs90
9298
9299         * src/compose.c
9300                 some work around the compose window's account menu,
9301                 patch by Fabien Vantard.
9302
9303 2006-03-01 [wwp]        2.0.0cvs89
9304
9305         * src/plugins/spamassassin/spamassassin.c
9306                 fixed bad logics, was using spamc in local mode and sa-learn
9307                 in remote mode (thanks, Colin).
9308
9309 2006-03-01 [wwp]        2.0.0cvs88
9310
9311         * src/plugins/spamassassin/spamassassin.c
9312         * src/plugins/spamassassin/spamassassin.h
9313         * src/plugins/spamassassin/spamassassin_gtk.c
9314                 made processing of emails w/ sa-plugin an option (default is TRUE),
9315                 fixed Engrish some tooltips, capitalization of some debug messages
9316                 and warnings. The spamassassin plugin now provides two separate
9317                 services: process emails upon incorporation and spamd training.
9318                 Both services (un)register independently but use some common
9319                 plugin settings (transport settings, spam storage location).
9320
9321 2006-02-28 [wwp]        2.0.0cvs87
9322
9323         * src/plugins/spamassassin/spamassassin.c
9324                 fix async flag to spamc cmdline execution (batch exec should
9325                 be asynchronous).
9326
9327 2006-02-27 [wwp]        2.0.0cvs86
9328
9329         * src/plugins/spamassassin/spamassassin.c
9330         * src/plugins/spamassassin/spamassassin.h
9331         * src/plugins/spamassassin/spamassassin_gtk.c
9332                 - added the ability to learn a remote spamassassin server (spamd),
9333                 using spamc.
9334                 - added the spamassassin option 'username', that applies to all
9335                 spamassassin operations (filtering, learning, local or remote).
9336                 The default username is the current unix user (if left blank
9337                 from gtk prefs or config file).
9338                 - commented out some unused code (notebook widget), removed unused
9339                 layout (hbox1).
9340                 - make more widgets sensitive to the transport type.
9341
9342 2006-02-27 [colin]      2.0.0cvs85
9343
9344         * src/plugins/spamassassin/spamassassin.c
9345                 Fix sa-learn call when offline
9346
9347 2006-02-27 [colin]      2.0.0cvs84
9348
9349         * configure.ac
9350         * src/Makefile.am
9351         * src/mainwindow.c
9352         * src/mainwindow.h
9353         * src/messageview.c
9354         * src/messageview.h
9355         * src/prefs_toolbar.c
9356         * src/procmsg.c
9357         * src/stock_pixmap.c
9358         * src/stock_pixmap.h
9359         * src/summaryview.c
9360         * src/toolbar.c
9361         * src/toolbar.h
9362         * src/pixmaps/ham_btn.xpm
9363         * src/pixmaps/spam.xpm
9364         * src/pixmaps/spam_btn.xpm
9365         * src/plugins/spamassassin/spamassassin.c
9366                 Add button in toolbar for spam learning
9367                 Fix a few bugs from the last related commit
9368                 Revert 1.9.6cvs23 which messed up shift-selection
9369
9370 2006-02-24 [colin]      2.0.0cvs83
9371
9372         * src/procmsg.c
9373         * src/summaryview.c
9374         * src/summaryview.h
9375         * src/plugins/spamassassin/spamassassin.c
9376         * src/plugins/spamassassin/spamassassin.h
9377         * src/plugins/spamassassin/spamassassin_gtk.c
9378                 Unregister learner when spamassassin is either
9379                 disabled or over tcp
9380
9381 2006-02-24 [colin]      2.0.0cvs82
9382
9383         * src/Makefile.am
9384         * src/mainwindow.c
9385         * src/mainwindow.h
9386         * src/procmsg.c
9387         * src/procmsg.h
9388         * src/stock_pixmap.c
9389         * src/stock_pixmap.h
9390         * src/summaryview.c
9391         * src/summaryview.h
9392         * src/gtk/icon_legend.c
9393         * src/pixmaps/spam.xpm  ** NEW FILE **
9394         * src/plugins/spamassassin/spamassassin.c
9395         * src/plugins/spamassassin/spamassassin_gtk.c
9396                 Add spam learning interface (Mark/Mark as 
9397                 (spam|ham) menus)
9398
9399 2006-02-24 [wwp]        2.0.0cvs81
9400
9401         * src/compose.c
9402         * src/compose.h
9403         * src/filtering.c
9404                 hide compose window when sending message in batch mode
9405                 (filtering: forward and redirect). Also fixed a wrong
9406                 value returned when sending failed, neutral anyway.
9407                 (Colin, me) 
9408
9409 2006-02-24 [wwp]        2.0.0cvs80
9410
9411         * src/mainwindow.c
9412                 use GTK+'s stock quit button. Patch by Fabien Vantard.
9413
9414 2006-02-24 [paul]       2.0.0cvs79
9415
9416         * src/news.c
9417         * src/news.h
9418         * src/news_gtk.c
9419                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
9420                 Thanks to Colin
9421
9422 2006-02-23 [colin]      2.0.0cvs78
9423
9424         * src/alertpanel.c
9425                 Change OK to Close in alertpanel with View log
9426                 button; add accel to View log. Patch by Fabien
9427                 Vantard
9428
9429 2006-02-23 [wwp]        2.0.0cvs77
9430
9431         * src/compose.c
9432                 silly me, there were much more tests to perform, since toolbars can
9433                 really have down to 1 element only.
9434
9435 2006-02-23 [wwp]        2.0.0cvs76
9436
9437         * commitHelper
9438                 fixed indentation from my previous commit. Fallback to VISUAL if
9439                 EDITOR is not set (and to vi, at last resort).
9440
9441 2006-02-23 [wwp]        2.0.0cvs75
9442
9443         * commitHelper
9444                 improved error detection (Colin, me).
9445
9446 2006-02-23 [wwp]        2.0.0cvs74
9447
9448         * src/prefs_toolbar.c
9449                 simplify and fix prefs/toolbars layouting. Combos' contents can
9450                 now be really displayed.
9451
9452 2006-02-23 [wwp]        2.0.0cvs73
9453         simplifies and fix prefs/toolbars layouting. Combos' contents can now
9454         be really displayed.
9455
9456 2006-02-22 [wwp]        2.0.0cvs72
9457
9458         * src/compose.c
9459                 fix a typo in my previous commit (sorry!).
9460
9461 2006-02-22 [wwp]        2.0.0cvs71
9462
9463         * src/prefs_toolbar.c
9464                 fix a crash when adding separators to toolbars,
9465                 also fix some separator item information.
9466
9467 2006-02-22 [wwp]        2.0.0cvs70
9468
9469         * src/compose.c
9470                 fix a crash when redirecting (for instance) when compose window's
9471                 toolbar contents has been customized (when some buttons have been
9472                 removed in fact).
9473
9474 2006-02-21 [wwp]        2.0.0cvs69
9475
9476         * src/summaryview.c
9477         * src/gtk/pluginwindow.c
9478         * src/plugins/pgpcore/prefs_gpg.c
9479                 fix some compilation warnings (feat. remains of removed code).
9480
9481 2006-02-21 [wwp]        2.0.0cvs68
9482
9483         * src/gtk/gtkutils.c
9484                 fix two compilation issues, thanks to Stephan Sachse.
9485
9486 2006-02-20 [colin]      2.0.0cvs67
9487
9488         * src/mainwindow.c
9489                 Don't reselect displayed mail on refocus
9490                 This fixes actions misbehaving 
9491
9492 2006-02-20 [wwp]        2.0.0cvs66
9493
9494         * src/summaryview.c
9495         * src/gtk/gtksctree.c
9496         * src/gtk/gtkshruler.c
9497                 changed more runtime typecast checks.
9498
9499 2006-02-20 [wwp]        2.0.0cvs65
9500
9501         * src/summary_search.c
9502                 find all - summaryview refresh issue fixed, thanks to Colin.
9503
9504 2006-02-20 [wwp]        2.0.0cvs64
9505
9506         * src/gtk/gtkutils.c
9507                 better runtime typecast checks.
9508
9509 2006-02-20 [wwp]        2.0.0cvs63
9510
9511         * src/summary_search.c
9512                 enhancements to the summary search:
9513                         - add the ability to stop the running search
9514                           (upon ESC-key press, new Stop button or when Clear button is pressed)
9515                         - don't search if no criteria (From/To/Subject/Body) is set
9516                         - ensure that a busy mouse pointer is always shown when searching,
9517                           show it even a bit earlier
9518
9519 2006-02-19 [colin]      2.0.0cvs62
9520
9521         * src/compose.c
9522         * src/imap.c
9523         * src/etpan/imap-thread.c
9524         * src/etpan/imap-thread.h
9525                 (Future) IMAP speed improvement on sending
9526                 Will require a libetpan update
9527         * src/summaryview.c
9528         * src/gtk/quicksearch.c
9529                 Make quicksearch clearable while running.
9530
9531 2006-02-17 [colin]      2.0.0cvs61
9532
9533         * src/imap.c
9534         * src/etpan/imap-thread.c
9535         * src/etpan/imap-thread.h
9536                 Check for IMAP certificates
9537                 ** Requires libetpan-0.42-cvs4 
9538                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
9539
9540 2006-02-17 [colin]      2.0.0cvs60
9541
9542         * src/messageview.c
9543         * src/prefs_common.c
9544         * src/prefs_common.h
9545         * src/prefs_message.c
9546                 Add pref to display HTML-only mails with plugin, 
9547                 if possible (defaulting to FALSE of course).
9548
9549 2006-02-16 [colin]      2.0.0cvs59
9550
9551         * src/main.c
9552         * src/common/plugin.c
9553         * src/common/plugin.h
9554         * src/gtk/pluginwindow.c
9555                 Keep track of requested (but unloaded) plugins
9556                 in some error cases.
9557
9558 2006-02-16 [wwp]        2.0.0cvs58
9559
9560         * src/gtk/gtkaspell.c
9561         * src/gtk/gtkaspell.h
9562         * src/prefs_spelling.c
9563         * src/compose.c
9564         * src/prefs_common.c
9565         * src/prefs_common.h
9566                 implemented new optional spellchecker behaviour: re-check message when
9567                 dictionary got changed (from compose-window/context-menu/Change dictionary).
9568
9569 2006-02-16 [wwp]        2.0.0cvs57
9570
9571         * src/quote_fmt_parse.y
9572                 pclose popen'ed pipe.
9573
9574 2006-02-15 [colin]      2.0.0cvs56
9575
9576         * src/mimeview.c
9577         * src/mimeview.h
9578                 Let MimeViewers know which MimeView they
9579                 depend of.
9580         * src/summaryview.c
9581                 Swap From/To columns in Sent/Queue/Drafts
9582                 folders
9583         * src/etpan/imap-thread.c
9584                 Use mailstream_low_tls_open() for STARTTLS
9585                 instead of mailstream_low_ssl_open()
9586                 ** REQUIRES libetpan 0.42cvs3 **
9587
9588 2006-02-15 [wwp]        2.0.0cvs55
9589
9590         * src/compose.c
9591         * src/compose.h
9592         * src/message_search.c
9593         * src/message_search.h
9594         * src/textview.c
9595         * src/gtk/gtkutils.c
9596         * src/gtk/gtkutils.h
9597                 added the ability to Find text in the compose window (and a bit
9598                 of code factorization).
9599
9600 2006-02-15 [wwp]        2.0.0cvs54
9601
9602         * src/prefs_gtk.c
9603                 yet another one file was missing (fix for some widgets' sensitivity).
9604                 Thanks Colin!
9605
9606 2006-02-15 [wwp]        2.0.0cvs53
9607
9608         * src/prefs_gtk.h
9609                 oops forgot that file (fix for some widgets' sensitivity).
9610
9611 2006-02-15 [wwp]        2.0.0cvs52
9612
9613         * src/summary_search.c
9614                 implemented advanced summary search options (added the ability
9615                 to use matcher conditions in an advanced search mode).
9616
9617 2006-02-15 [wwp]        2.0.0cvs51
9618
9619         * src/plugins/pgpcore/prefs_gpg.c
9620         * src/prefs_account.c
9621                 fix some widget sensitivity, mostly around some labels in
9622                 account prefs.
9623
9624 2006-02-15 [paul]       2.0.0cvs50
9625
9626         * manual/advanced.xml
9627                 improve Templates info
9628                 written by wwp
9629
9630 2006-02-14 [colin]      2.0.0cvs49
9631
9632         * src/pixmaps/address_book.xpm
9633         * src/pixmaps/preferences.xpm
9634         * src/pixmaps/properties.xpm
9635                 Fix pixmap size - patch by Fabien Vantard
9636
9637 2006-02-13 [colin]      2.0.0cvs48
9638
9639         * src/procmime.c
9640                 Add missing fclose()s on error
9641         * src/textview.c
9642                 Remove unused code
9643         * src/common/utils.c
9644                 Fix temp files not being deleted on windows
9645         Patches by Thomas Gilgin
9646
9647 2006-02-13 [colin]      2.0.0cvs47
9648
9649         * src/mainwindow.c
9650                 Fix exit crash
9651
9652 2006-02-13 [wwp]        2.0.0cvs46
9653
9654         * src/plugins/pgpcore/prefs_gpg.c
9655                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
9656
9657 2006-02-12 [colin]      2.0.0cvs45
9658
9659         * src/folderview.c
9660         * src/main.c
9661         * src/mainwindow.c
9662                 Fix "stuff" when quitting
9663
9664 2006-02-12 [wwp]        2.0.0cvs44
9665
9666         * src/prefs_themes.c
9667                 fix typos in debug messages.
9668
9669 2006-02-11 [colin]      2.0.0cvs43
9670
9671         * src/summaryview.c
9672                 don't allow drag/drop from ourself
9673
9674 2006-02-10 [wwp]        2.0.0cvs42
9675
9676         * src/exporthtml.c
9677         * src/html.c
9678         * src/html.h
9679         * src/procmime.c
9680         * src/textview.c
9681                 renamed html_ prefixed functions and data structures to avoid
9682                 namespace clashes w/ other software (gtkhtml2 for instance).
9683                 Closes bug #907.
9684
9685
9686 2006-02-09 [colin]      2.0.0cvs41
9687
9688         * src/summaryview.c
9689                 Fix shitty logic messed up. Thanks Ticho for the hint!
9690
9691 2006-02-09 [wwp]        2.0.0cvs40
9692
9693         * src/gtk/about.c
9694         * src/compose.c
9695         * src/prefs_account.c
9696         * src/prefs_gtk.h
9697         * src/editaddress.c
9698                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
9699                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
9700                 Browse buttons in accounts prefs.
9701
9702 2006-02-09 [colin]      2.0.0cvs39
9703
9704         * src/matcher.c
9705                 Check for pointer before using its members
9706         * src/gtk/gtksourceprintjob.c
9707                 Fix a wrong warning
9708
9709 2006-02-09 [wwp]        2.0.0cvs38
9710
9711         * src/gtk/filesel.c
9712                 fix few compiler warnings (type mismatch).
9713
9714 2006-02-09 [paul]       2.0.0cvs37
9715
9716         * po/fr.po
9717                 updated by Fabien Vantard
9718
9719 2006-02-08 [colin]      2.0.0cvs36
9720
9721         * src/prefs_common.c
9722         * src/common/defs.h
9723         * src/common/plugin.c
9724                 allow windows and linux configurations to coexist
9725                 patch by Thomas Gilgin
9726
9727 2006-02-08 [colin]      2.0.0cvs35
9728
9729         * src/filtering.c
9730         * src/matcher.c
9731         * src/matcher.h
9732         * src/matcher_parser_parse.y
9733         * src/prefs_filtering_action.c
9734         * src/prefs_matcher.c
9735                 Add the "Ignore thread" filtering
9736                 action
9737
9738 2006-02-08 [colin]      2.0.0cvs34
9739
9740         * src/compose.c
9741         * src/procmime.c
9742         * src/procmime.h
9743                 Fix bug #905 (damaged attachment)
9744                 text files with raw \0's aren't really text files
9745         FOR_STABLE
9746
9747 2006-02-08 [colin]      2.0.0cvs33
9748
9749         * src/summaryview.c
9750                 Fix crasher introduced yesterday
9751
9752 2006-02-08 [wwp]        2.0.0cvs32
9753
9754         * src/compose.c
9755         * src/compose.h
9756                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
9757
9758 2006-02-08 [wwp]        2.0.0cvs31
9759
9760         * src/prefs_template.c
9761                 templates enhancement: allow address completion for Cc and Bcc fields
9762                 (it was currently possible for the To field only)
9763
9764 2006-02-08 [colin]      2.0.0cvs30
9765
9766         * src/compose.c
9767                 Don't unblock if not blocked
9768         FOR_STABLE
9769
9770 2006-02-07 [colin]      2.0.0cvs29
9771
9772         * src/action.c
9773                 Forgot to refresh summaryview
9774
9775 2006-02-07 [colin]      2.0.0cvs28
9776
9777         * src/action.c
9778                 Freeze/thaw message list and folder list while
9779                 processing %as{} actions 
9780         * src/compose.c
9781                 Fix auto-wrap disabling after a middle-click
9782                 paste - FOR_STABLE
9783
9784 2006-02-07 [paul]       2.0.0cvs27
9785
9786         * src/folder.c
9787                 fix freeing of uninitialised pointers
9788                 Thanks to Colin
9789
9790 2006-02-06 [colin]      2.0.0cvs26
9791
9792         * src/folder.c
9793                 Use g_slist_prepend in potentially big list
9794
9795 2006-02-06 [colin]      2.0.0cvs25
9796
9797         * src/folder.c
9798                 Completely skip processing if it doesn't 
9799                 exist (faster!)
9800
9801 2006-02-06 [colin]      2.0.0cvs24
9802
9803         * src/folder.c
9804         * src/summaryview.c
9805                 Batch filtering in summaryview (from Tools menu)
9806                 and pre/post//-processing too
9807
9808 2006-02-06 [colin]      2.0.0cvs23
9809
9810         * src/procmsg.h
9811         * src/filtering.c
9812                 Use a special field for batch filtering instead
9813                 of stepping on deferred execution's toes
9814
9815 2006-02-06 [colin]      2.0.0cvs22
9816
9817         * src/action.c
9818         * src/filtering.c
9819         * src/filtering.h
9820         * src/folder.c
9821         * src/summaryview.c
9822                 Fix filtering via menus and actions
9823
9824 2006-02-06 [colin]      2.0.0cvs21
9825
9826         * src/imap.c
9827                 Put the added file directly to cache if possible (will work
9828                 with next libetpan)
9829         * src/filtering.c
9830         * src/filtering.h
9831         * src/inc.c
9832         * src/folder.c
9833         * src/mbox.c
9834         * src/procmsg.h
9835                 Move and copy filtered messages by batches instead of one
9836                 by one - faster on IMAP
9837         * src/procmsg.c
9838                 Add a function that'll possibly be useful later
9839
9840 2006-02-06 [colin]      2.0.0cvs20
9841
9842         * src/addressbook.c
9843                 Use internal mime-type instead of text/plain for d'n'd
9844         * src/compose.c
9845                 Allow attaching files from mimeview's icon list via d'n'd
9846         * src/folderview.c
9847         * src/folderview.h
9848                 Use internal mime-type instead of text/plain for d'n'd
9849                 Don't try to selected opened folder if none is
9850                 Factorize d'n'd from other apps code
9851         * src/headerview.c
9852         * src/textview.c
9853         * src/gtk/gtkutils.c
9854         * src/gtk/gtkutils.h
9855                 Factorize Face/X-Face stuff
9856         * src/mimeview.c
9857                 Fix d'n'd to other apps
9858         * src/prefs_message.c
9859                 Let the XFace pref be usable without libcompface as it also
9860                 applies to Face
9861         * src/summaryview.c
9862                 Fix d'n'd to other apps
9863                 Factorize d'n'd from other apps code
9864
9865 2006-02-06 [wwp]        2.0.0cvs19
9866
9867         * po/it.po
9868                 Italian translation fixes by Andrea Spadaccini (no more confusion
9869                 between filtering and processing, and few changes in the About
9870                 dialog).
9871
9872
9873 2006-02-06 [mones]      2.0.0cvs18
9874
9875         * src/gtk/icon_legend.c
9876                 Improved descriptions allowing better translations
9877
9878 2006-02-05 [colin]      2.0.0cvs17
9879
9880         * src/imap.c
9881                 Add the f*cking missing expunge that caused imap_fetch_env
9882                 to fail after an add_msgs ! :-///
9883         * src/etpan/imap-thread.c
9884                 Add a bit of debug
9885         FOR_STABLE
9886
9887 2006-02-05 [colin]      2.0.0cvs16
9888
9889         * src/common/utils.c
9890                 Don't check for return-path (or we can't put
9891                 back non-sent mails)
9892
9893 2006-02-05 [colin]      2.0.0cvs15
9894
9895         * src/textview.c
9896                 Don't try to display Face header in textview
9897                 when teh headerview's active
9898
9899 2006-02-05 [colin]      2.0.0cvs14
9900
9901         * tools/tbird2syl.py
9902         * tools/Makefile.am
9903                 Add script to import Thunderbird mails
9904
9905 2006-02-05 [colin]      2.0.0cvs13
9906
9907         * src/headerview.c
9908         * src/procheader.c
9909         * src/procmsg.c
9910         * src/procmsg.h
9911         * src/textview.c
9912                 Show Face headers - patch partially by Klaus Flittner
9913
9914 2006-02-05 [colin]      2.0.0cvs12
9915
9916         * src/folderview.c
9917         * src/summaryview.c
9918         * src/common/utils.c
9919         * src/common/utils.h
9920                 Let dnd work from mime icons to summaryview
9921                 and to folderview too
9922                 Add a crude test to avoid trying to add files
9923                 drag'n'dropped when they're not mails
9924
9925 2006-02-04 [colin]      2.0.0cvs11
9926
9927         * src/summaryview.c
9928         * src/mimeview.c
9929                 Fix utf8 conversion
9930
9931 2006-02-04 [colin]      2.0.0cvs10
9932
9933         * src/compose.c
9934         * src/folderview.c
9935         * src/mimeview.c
9936         * src/summaryview.c
9937         * src/summaryview.h
9938                 Added various drag and drop capas:
9939                 From                    To
9940                 summaryview             other apps
9941                 mimeview icons          other apps
9942                 other apps              summaryview
9943                 other apps              folderview
9944
9945                 This shouldn't have broken the existing:
9946                 From                    To
9947                 summaryview             folderview
9948                 folderview              folderview
9949                 summaryview             compose's attachments
9950
9951         Tests welcomed.
9952
9953 2006-02-02 [paul]       2.0.0cvs9
9954
9955         * src/mainwindow.c
9956                 move global option 'Set displayed columns...' out
9957                 of folder option grouping.
9958                 fix sensitivity of 'harvest addresses'
9959         FOR_STABLE
9960
9961 2006-02-01 [colin]      2.0.0cvs8
9962
9963         * src/mimeview.c
9964                 Revert the alertpanel patch, it sucks (intrusive
9965                 and gets in the way of "open")
9966
9967 2006-02-01 [colin]      2.0.0cvs7
9968
9969         * src/compose.c
9970         * src/prefs_account.c
9971         * src/prefs_common.c
9972         * src/common/defs.h
9973         * src/common/utils.c
9974         * src/common/utils.h
9975                 Add ability to edit the signature file
9976                 from the account preferences, and use
9977                 a default for the text editor.
9978                 Patch by Fabien Vantard
9979
9980 2006-02-01 [colin]      2.0.0cvs6
9981
9982         * src/mimeview.c
9983                 Try to get mime type by extension if it is
9984                 application/octet-stream
9985                 Display a window with possible choices when
9986                 encountering unknown mime types
9987         * src/gtk/filesel.c
9988         * src/gtk/filesel.h
9989                 Add preview
9990                 Allow multiple selection in filtered filesel
9991                 (patch by Fabien Vantard)
9992         * src/gtk/pluginwindow.c
9993                 Use it (patch by Fabien Vantard)
9994
9995 2006-02-01 [paul]       2.0.0cvs5
9996
9997         * src/jpilot.c
9998                 fix crash on creating jpilot address book
9999                 Thanks to Colin - FOR_STABLE
10000         * src/prefs_summaries.c
10001         * src/prefs_wrapping.c
10002         * src/gtk/icon_legend.c
10003         * src/gtk/quicksearch.c
10004                 string fixes and additions
10005
10006 2006-02-01 [paul]       2.0.0cvs4
10007
10008         * src/compose.c
10009         * src/mainwindow.c
10010         * src/messageview.c
10011         * src/prefs_send.c
10012                 add Arabic encoding option
10013                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
10014
10015 2006-01-31 [colin]      2.0.0cvs3
10016
10017         * src/plugins/pgpcore/passphrase.c
10018                 Convert passphrase to locale encoding
10019         * src/compose.c
10020                 Fix drafting on IMAP. Crappy bug sneaked in
10021                 the release :-/
10022         FOR_STABLE
10023
10024 2006-01-30 [paul]       2.0.0cvs2
10025
10026         * src/gtk/icon_legend.c
10027                 show the new entries
10028
10029 2006-01-30 [colin]      2.0.0cvs1
10030
10031         * src/manual.c
10032                 Check for the file to be present before 
10033                 enabling the menu - FOR_STABLE
10034         * src/gtk/icon_legend.c
10035                 Add folders icons (not all of them, there
10036                 are too much, but the most intriguing ones)
10037
10038 2006-01-30 [paul]       2.0.0
10039
10040         version 2.0.0 released
10041
10042 [For previous entries, see ChangeLog.pre2.0.0]