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