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