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