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