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