61923855a39fd2357bec4f05126e35fd228476f4
[claws.git] / ChangeLog
1 2006-10-11 [paul]       2.5.4cvs1
2
3         * NEWS
4         * README
5         * configure.ac
6                 Update version number following
7                 stable release
8
9 2006-10-11 [paul]       2.5.3cvs32
10
11         * src/textview.c
12                 fix bug 1032, 'Segmentation fault when showing
13                 message' (bug in quote folding)
14                 Thanks to Colin
15
16 2006-10-10 [colin]      2.5.3cvs31
17
18         * src/quote_fmt.c
19                 Rephrase english a bit
20
21 2006-10-10 [colin]      2.5.3cvs30
22
23         * src/prefs_compose_writing.c
24                 Stop making the page larger than the window
25
26 2006-10-10 [wwp]        2.5.3cvs29
27
28         * src/compose.c
29         * src/prefs_template.c
30         * src/quote_fmt.c
31         * src/quote_fmt.h
32         * src/quote_fmt_lex.l
33         * src/quote_fmt_parse.y
34                 Extend the quote parser a bit: allow to get access to
35                 basic (composing) account info.
36
37 2006-10-10 [colin]      2.5.3cvs28
38
39         * src/procheader.c
40                 Fix this \t problem in subject
41
42 2006-10-09 [colin]      2.5.3cvs27
43
44         * src/main.c
45         * src/prefs_gtk.c
46                 Prepare cache a bit later
47                 If section already exists, skip the new one 
48                 (as previously); avoid writing the same block
49                 twice - if we find a second block with the 
50                 same id, skip it.
51         * src/plugins/pgpcore/pgp_viewer.c
52                 Set cursor to busy when retrieving a key
53         * src/plugins/pgpcore/sgpgme.c
54                 allow 5 seconds for gpg to export the key
55                 
56
57 2006-10-09 [colin]      2.5.3cvs26
58
59         * configure.ac
60         * src/msgcache.c
61         * src/prefs_gtk.c
62                 Check for existence of fgets_unlocked
63                 and fwrite_unlocked
64
65 2006-10-09 [paul]       2.5.3cvs25
66
67         * src/prefs_summaries.c
68                 replace strftime() with fast_strftime() and in
69                 the consequence fix the bug in the display of
70                 AM/PM in the 'Example' string
71
72 2006-10-09 [ticho]      2.5.3cvs24
73
74         * po/sk.po
75                 Updated (and fixed up somewhat) Slovak translation.
76
77 2006-10-08 [colin]      2.5.3cvs23
78
79         * src/prefs_folder_item.c
80                 Explain why prefs in the top-level folder
81                 aren't retained, but are still useful
82
83 2006-10-08 [colin]      2.5.3cvs22
84
85         * src/prefs_gtk.c
86                 Don't cache anything if caching fails
87
88 2006-10-08 [colin]      2.5.3cvs21
89
90         * src/common/utils.c
91                 always include gi18n.h
92
93 2006-10-07 [colin]      2.5.3cvs20
94
95         * src/plugins/pgpcore/pgp_viewer.c
96                 Kill gpg after 5 seconds wait
97
98 2006-10-07 [colin]      2.5.3cvs19
99
100         * src/plugins/pgpcore/pgp_viewer.c
101         * src/plugins/pgpcore/pgp_viewer.h
102                 Fix copyright
103
104 2006-10-07 [colin]      2.5.3cvs18
105
106         * src/plugins/pgpcore/pgp_viewer.c
107         * src/plugins/pgpcore/pgp_viewer.h
108                 Actually add the files to CVS
109
110 2006-10-07 [colin]      2.5.3cvs17
111
112         * src/plugins/pgpcore/sgpgme.c
113                 Be sure not to crash on 'application/pgp-signature' that
114                 are not application/pgp-signatures
115
116 2006-10-07 [colin]      2.5.3cvs16
117
118         * src/textview.c
119         * src/textview.h
120                 Make a bit more of the API available
121         * src/plugins/pgpcore/Makefile.am
122         * src/plugins/pgpcore/plugin.c
123         * src/plugins/pgpcore/sgpgme.c
124                 Add basic key import/export
125
126 2006-10-07 [colin]      2.5.3cvs15
127
128         * src/folderview.c
129         * src/imap.c
130         * src/prefs_account.c
131         * src/wizard.c
132                 Warn users *everywhere* if libetpan's not
133                 linked in
134
135 2006-10-06 [mones]      2.5.3cvs14
136
137         * po/de.po
138         * po/es.po
139                 updated by Stephan Sachse and me
140
141 2006-10-06 [colin]      2.5.3cvs13
142
143         * src/main.c
144         * src/common/sylpheed.c
145                 Don't load common plugins if --exit is passed
146         * src/prefs_gtk.c
147         * src/prefs_gtk.h
148                 Implement a cache to avoid reading the same
149                 files over and over again at startup
150
151 2006-10-06 [colin]      2.5.3cvs12
152
153         * src/summaryview.c
154         * src/gtk/quicksearch.c
155                 Update display every 5k mails on fast searches
156
157 2006-10-06 [colin]      2.5.3cvs11
158
159         * src/textview.c
160                 Don't do quote folding on HTML or ERTF.
161                 May fix the Cygwin issues if they were
162                 happening with HTML mails?
163
164 2006-10-05 [colin]      2.5.3cvs10
165
166         * src/prefs_gtk.c
167                 Oops, forgot one
168
169 2006-10-05 [colin]      2.5.3cvs9
170
171         * src/prefs_gtk.c
172                 Use unlocked_stdio here too
173
174 2006-10-05 [colin]      2.5.3cvs8
175
176         * src/folderview.c
177                 Fix go to next * after preferences apply
178         * src/msgcache.c
179                 Do the fd lock/unlock ourselves instead of
180                 letting the libc do it at each write 
181
182 2006-10-05 [colin]      2.5.3cvs7
183
184         * src/common/utils.c
185                 Faster division, thanks to Jean Diraison
186
187 2006-10-05 [paul]       2.5.3cvs6
188
189         * src/common/utils.c
190                 fix building with --disable-nls
191
192 2006-10-04 [colin]      2.5.3cvs5
193
194         * src/folder.c
195                 Maybe fix a segfault
196
197 2006-10-04 [wwp]        2.5.3cvs4
198
199         * src/prefs_folder_item.c
200                 Fine-tune layouts in folder item prefs. Suggested by
201                 Fabien Vantard <fzzzzz@gmail.com>.
202
203 2006-10-04 [wwp]        2.5.3cvs3
204
205         * src/prefs_folder_item.c
206                 Kill the clandestine passengers. You didn't see anything.
207
208 2006-10-04 [wwp]        2.5.3cvs2
209
210         * src/prefs_folder_item.c
211                 Add a way to test the subject simplify regexp in
212                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
213                 w/ few layout changes.
214
215 2006-20-04 [paul]       2.5.3cvs1
216
217         * NEWS
218         * README
219         * configure.ac
220                 Update version number following
221                 stable release
222
223 2006-10-04 [colin]      2.5.2cvs42
224
225         * src/folder.c
226         * src/folder.h
227         * src/summaryview.c
228                 Provide a way for folder classes to set their sort
229                 type and key
230
231 2006-10-03 [colin]      2.5.2cvs41
232
233         * src/mh.c
234                 Don't use strlen() to know if the
235                 string's empty
236
237 2006-10-03 [colin]      2.5.2cvs40
238
239         * src/mh.c
240                 Fix "check for new folders" with accentued folders
241
242 2006-10-03 [ticho]      2.5.2cvs39
243
244         * src/filtering.c
245         * src/folder.c
246         * src/inc.c
247         * src/mbox.c
248                 Colin's fix for "copy" filtering rules.
249
250 2006-10-02 [colin]      2.5.2cvs38
251
252         * src/folderview.c
253                 Fix for double-click too
254
255 2006-10-02 [colin]      2.5.2cvs37
256
257         * src/folderview.c
258                 correct fix for cvs36
259
260 2006-10-02 [colin]      2.5.2cvs36
261
262         * src/folderview.c
263                 Fix 'goto next unread' after collapsing/expanding 
264                 a node.
265
266 2006-10-02 [colin]      2.5.2cvs35
267
268         * src/summaryview.c
269                 Fix double freeze/thaw
270         * src/common/utils.c
271         * src/common/utils.h
272                 Reimplement strftime
273         * src/procheader.c
274                 Use it
275
276
277 2006-10-02 [colin]      2.5.2cvs34
278
279         * src/mh.c
280                 Time mh_write_sequences() - it's fast
281         * src/summaryview.c
282                 Init a variable to shut up gcc
283
284 2006-10-01 [colin]      2.5.2cvs33
285
286         * src/folder.c
287         * src/mh.c
288         * src/mh.h
289         * src/msgcache.c
290                 Add helper mh_set_mtime(), and set mtime to stat()'s result
291                 Add fsync but disable it, it's slow as hell
292
293 2006-10-01 [colin]      2.5.2cvs32
294
295         * src/mh.c
296         * src/msgcache.c
297                 fflush() caches and mh_sequences before
298                 fclose()ing
299
300 2006-10-01 [colin]      2.5.2cvs31
301
302         * src/msgcache.c
303                 Don't ftruncate when not using mmap
304
305 2006-09-30 [colin]      2.5.2cvs30
306
307         * src/main.c
308                 Write folder list *after* saving caches
309
310 2006-09-30 [colin]      2.5.2cvs29
311
312         * src/folder.c
313         * src/mh.c
314                 Debug forced mtime changes
315
316 2006-09-30 [colin]      2.5.2cvs28
317
318         * src/folder.c
319         * src/main.c
320                 Remove useless debug_print()s (code
321                 well-tested)
322
323 2006-09-30 [colin]      2.5.2cvs27
324
325         * src/mh.c
326                 Do stuff faster when writing mh_sequences
327
328 2006-09-30 [colin]      2.5.2cvs26
329
330         * src/mh.c
331                 Don't let the writing of .mh_sequences, which
332                 can change the folder's mtime, let us think
333                 we need to scan.
334
335 2006-09-30 [colin]      2.5.2cvs25
336
337         * src/folder.c
338                 Move a debug_print where it belongs 
339                 (processing)
340         * src/summaryview.c
341                 Don't mess with a huge slow subject
342                 table if we're not threading by
343                 subject
344
345 2006-09-30 [colin]      2.5.2cvs24
346
347         * src/msgcache.c
348                 Reenable mmaped reads (*not* writes!)
349         * src/procmsg.c
350                 Don't destroy and recreate hashtables just
351                 for fun
352         * src/common/utils.c
353                 Remove useless reply prefixes (it's case
354                 unsensitive)
355
356 2006-09-30 [wwp]        2.5.2cvs23
357
358         * tools/fix_date.sh
359                 Fixed a minor bug in date value extraction, added a switch
360                 to replace non RFC-compliant Date: value, added a switch
361                 to use strict RFC matching patterns for dates.
362
363 2006-09-29 [colin]      2.5.2cvs22
364
365         * src/matcher_parser.h
366         * src/matcher_parser_parse.y
367         * src/prefs_filtering.c
368         * src/statusbar.c
369         * src/summary_search.c
370         * src/summaryview.c
371         * src/gtk/quicksearch.c
372         * src/gtk/quicksearch.h
373                 Optimise searches by setting different
374                 refresh intervals (depending if the 
375                 search is fast or not)
376
377 2006-09-29 [colin]      2.5.2cvs21
378
379         * src/codeconv.c
380                 Optimise by reusing the last iconv converter
381                 if possible
382         * src/textview.c
383                 Optimise a bit (the foldable quotes feature
384                 still has an awful O(n^2) algo
385
386 2006-09-29 [colin]      2.5.2cvs20
387
388         * src/gtk/gtksctree.c
389         * src/gtk/gtksctree.h
390                 Optimise de-selection via up/down or
391                 another key
392
393 2006-09-28 [colin]      2.5.2cvs19
394
395         * src/action.c
396         * src/compose.c
397         * src/folderview.c
398         * src/mainwindow.c
399         * src/messageview.c
400         * src/summary_search.c
401         * src/toolbar.c
402                 Avoid using summaryview->ctree directly
403
404 2006-09-28 [colin]      2.5.2cvs18
405
406         * src/summaryview.c
407         * src/summaryview.h
408                 Add helpers to freeze/thaw/grab_focus
409                 Factorize calls to freeze/thaw/grab_focus
410                 
411
412 2006-09-28 [colin]      2.5.2cvs17
413
414         * src/main.c
415                 More guards for the session management
416
417 2006-09-28 [colin]      2.5.2cvs16
418
419         * src/folderview.c
420         * src/gtk/gtksctree.c
421         * src/gtk/gtksctree.h
422                 Make expanding not recursive in folderview
423
424 2006-09-28 [colin]      2.5.2cvs15
425
426         * src/addressbook.c
427                 If nothing is selected in the list (right part)
428                 and a group is selected in the tree (left part),
429                 mail this group.
430
431 2006-09-28 [colin]      2.5.2cvs14
432
433         * src/Makefile.am
434                 Actually use SM_LIBS
435
436 2006-09-28 [ticho]      2.5.2cvs13
437
438         * src/export.c
439         * src/messageview.c
440         * src/mimeview.c
441         * src/news.c
442         * src/pop.c
443         * src/prefs_themes.c
444         * src/procmsg.c
445                 Small i18n string optimization.
446         * src/send_message.c
447         * src/summaryview.c
448         * src/common/session.c
449         * src/common/smtp.c
450         * src/common/ssl_certificate.c
451         * src/common/utils.c
452                 Use "Couldn't" instead of "Can't" in UI messages,
453                 where appropriate.
454
455 2006-09-28 [colin]      2.5.2cvs12
456
457         * configure.ac
458                 Possibly fix link errors
459
460 2006-09-27 [wwp]        2.5.2cvs11
461
462         * src/gtk/authors.h
463         * doc/man/sylpheed-claws.1
464         * manual/ack.xml
465         * manual/es/ack.xml
466         * manual/fr/ack.xml
467         * manual/pl/ack.xml
468                 Updated authors info (me, myself and I).
469
470 2006-09-27 [colin]      2.5.2cvs10
471
472         * src/addressbook.c
473                 Remove useless printf
474
475 2006-09-27 [wwp]        2.5.2cvs9
476
477         * src/editgroup.c
478         * src/send_message.c
479         * src/inc.c
480         * src/prefs_common.c
481         * src/prefs_common.h
482         * src/gtk/progressdialog.c
483                 remember more windows' sizes (send dialog, received dialog,
484                 edit group in addressbook).
485
486 2006-09-27 [colin]      2.5.2cvs8
487
488         * configure.ac
489         * src/main.c
490         * src/mainwindow.h
491                 Use libSM to communicate with the session
492                 manager, so that we can know when the 
493                 session ends, save our caches, and draft
494                 our compose windows.
495
496 2006-09-27 [colin]      2.5.2cvs7
497
498         * src/addressbook.c
499                 Fix issues:
500                 o Allow Book and Group creation from the tree's
501                   contextual menu
502                 o Do not actually delete the contacts when 
503                   deleting groups from the tree (duh!)
504
505 2006-09-27 [colin]      2.5.2cvs6
506
507         * src/compose.c
508         * src/compose.h
509         * src/mainwindow.c
510         * src/textview.c
511         * src/toolbar.c
512                 o Allow passing an email address to 
513                   compose_new_with_folderitem
514                 o Update callers
515                 o Use current folderitem when clicking
516                   on a TextView mailto: link
517                 o Fix a possible leak in TextView
518
519 2006-09-27 [colin]      2.5.2cvs5
520
521         * src/html.c
522                 Use UTF-8 chars to replace HTML entities
523
524 2006-09-27 [colin]      2.5.2cvs4
525
526         * AUTHORS
527         * src/prefs_account.c
528         * src/gtk/authors.h
529                 Fix bug #1024 (Array index out of
530                 range in sylpheed-claws-2.5.2)
531                 Patch by Ales Nosek <anosek@suse.cz>
532
533 2006-09-27 [colin]      2.5.2cvs3
534
535         * src/addr_compl.c
536                 Actually do the test
537
538 2006-09-27 [colin]      2.5.2cvs2
539
540         * src/addr_compl.c
541         * src/addr_compl.h
542                 Allow completing with comma (in certain cases: vCalendar
543                 for example doesn't support that)
544                 Patch by Fabien Vantard
545
546 2006-09-26 [colin]      2.5.2cvs1
547
548         * src/Makefile.am
549         * src/addr_compl.c
550         * src/addr_compl.h
551         * src/addrbook.c
552         * src/addrbook.h
553         * src/addressbook.c
554         * src/addrindex.c
555         * src/addrindex.h
556         * src/compose.c
557         * src/prefs_common.c
558         * src/prefs_filtering_action.c
559         * src/prefs_folder_item.c
560         * src/prefs_template.c
561         * src/stock_pixmap.c
562         * src/stock_pixmap.h
563         * src/pixmaps/addr_one.xpm
564         * src/pixmaps/addr_two.xpm
565                 Add auto-completion on groups
566
567 2006-09-26 [colin]      2.5.2
568
569         * NEWS
570         * README
571         * RELEASE_NOTES
572                 2.5.2 released
573
574 2006-09-26 [colin]      2.5.1cvs5
575
576         * src/matcher.c
577                 Fix condition
578
579 2006-09-26 [colin]      2.5.1cvs4
580
581         * src/mbox.c
582                 Revert cvs1 (useless as the message is printed 
583                 every 500 mails)
584
585 2006-09-26 [colin]      2.5.1cvs3
586
587         * src/partial_download.c
588                 Fix crasher found by Alexsandar Urosevic
589
590 2006-09-26 [colin]      2.5.1cvs2
591
592         * src/summaryview.c
593                 Fix bug #1023 (Sylpheed deletes too much messages)
594
595 2006-09-26 [ticho]      2.5.1cvs1
596
597         * src/mbox.c
598                 Make use of gettext's multiple plurals for statusbar
599                 progress message.
600
601 2006-09-25 [paul]       2.5.1
602
603         * NEWS
604         * README
605         * RELEASE_NOTES
606                 2.5.1 released
607
608 2006-09-25 [colin]      2.5.0cvs3
609
610         * src/plugins/bogofilter/bogofilter.c
611         * src/plugins/clamav/clamav_plugin.c
612         * src/plugins/spamassassin/spamassassin.c
613                 BogoFilter, Spamassassin: Fix double hook registering after
614                 visiting preferences
615                 Spamassassin, Clamav: Just set the mails to move instead of
616                 doing the move - caller will move the things at once.
617
618 2006-09-25 [colin]      2.5.0cvs2
619
620         * src/imap.c
621         * src/etpan/imap-thread.c
622                 Use UID SEARCH ALL instead of UID 1:*
623                 (braindead servers can't figure out that's
624                 the same...)
625
626 2006-09-25 [wwp]        2.5.0cvs1
627
628         * src/message_search.c
629                 Added the ability to stop a running search (in message body).
630
631 2006-09-25 [paul]       2.5.0
632
633         * NEWS
634         * README
635         * RELEASE_NOTES
636                 2.5.0 released
637
638 2006-09-25 [paul]       2.4.0cvs214
639
640         * po/cs.po
641         * po/de.po
642         * po/fi.po
643         * po/fr.po
644         * po/nl.po
645         * po/pt_BR.po
646         * po/sk.po
647         * po/sr.po
648         * po/zh_CN.po
649                 updated by Tim, Stephan Sachse, Flammie Pirinen,
650                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
651                 Ticho, Aleksander Urosevic, Ralgh Young
652
653 2006-09-24 [mones]      2.4.0cvs213
654
655         * po/es.po
656                 Updated for release
657
658 2006-09-23 [colin]      2.4.0cvs212
659
660         * src/gtk/inputdialog.c
661                 Fix [ ] remember this appearing in normal
662                 input dialogs after it's been used by
663                 mimeview.
664         * src/folder.c
665         * src/folderview.c
666         * src/msgcache.c
667         * src/procmsg.c
668         * src/summaryview.c
669         * src/textview.c
670         * src/common/timing.h
671                 Enable timings in debug mode and make it
672                 look prettier.
673
674 2006-09-22 [colin]      2.4.0cvs211
675
676         * README
677                 Revert test change
678         * commitHelper
679                 ping the correct URI
680
681 2006-09-22 [colin]      2.4.0cvs210
682
683         * README
684                 Let's see if bug #1022 is fixed
685
686 2006-09-21 [colin]      2.4.0cvs209
687
688         * src/wizard.c
689         * src/common/plugin.c
690                 Prepare infra to load predefined plugins when
691                 no configuration existed. Don't actually load
692                 anything yet (feat. freeze)
693
694 2006-09-21 [wwp]        2.4.0cvs208
695
696         * manual/fr/faq.xml
697                 Partial sync w/ 2.4.0cvs72:
698                 wrap file and minor updates.
699
700 2006-09-21 [wwp]        2.4.0cvs207
701
702         * tools/fix_date.sh
703                 several fixes and enhancements. A new --force switch has been
704                 added to prevent overriding by default Date: header when
705                 already existing.
706
707 2006-09-21 [paul]       2.4.0cvs206
708
709         * src/common/utils.c
710                 add Chinese UTF8 Re prefix
711
712 2006-09-21 [wwp]        2.4.0cvs205
713
714         * tools/Makefile.am
715                 Fics alfabettical order.
716
717 2006-09-21 [wwp]        2.4.0cvs204
718
719         * tools/fix_date.sh
720         * tools/Makefile.am
721                 Added an action tool to fix missing Date field in emails.
722                 Updated Makefile.am to reflect those last two additions.
723
724 2006-09-21 [wwp]        2.4.0cvs203
725
726         * tools/uuooffice
727                 Added a action tool to open uuencoded docs w/
728                 OpenOffice (based on uudec method).
729
730 2006-09-21 [colin]      2.4.0cvs202
731
732         * src/compose.c
733         * src/textview.c
734                 Workaround possible GTK crash: remove selection 
735                 clipboard before destroying widget, or GTK+-2.10
736                 dies. Thanks to Hiro.
737
738 2006-09-20 [colin]      2.4.0cvs201
739
740         * src/compose.c
741                 Fix free-after-use in some cases (when 
742                 procmime_encode_content() frees mimeinfo->data.mem
743                 and turns it to a temp file)
744
745 2006-09-20 [colin]      2.4.0cvs200
746
747         * src/folderview.c
748         * src/summaryview.c
749         * src/gtk/gtksctree.c
750         * src/gtk/gtksctree.h
751                 Add tooltips in the folderview and summaryview
752                 (Doesn't break string freeze as they already
753                 exist)
754         * src/toolbar.c
755                 Put the spam button in the default configuration
756                 if compiled with bogo plugin too
757
758 2006-09-19 [colin]      2.4.0cvs199
759
760         * src/summaryview.c
761         * src/summaryview.h
762                 Update folder name label on folder rename
763         * src/prefs_matcher.c
764         * src/gtk/logwindow.h
765                 Fix warnings
766                 Patches by Fabien
767
768 2006-09-19 [wwp]        2.4.0cvs198
769
770         * src/summary_search.c
771                 fix can't click forward/backward buttons in the
772                 search messages.
773
774 2006-09-18 [paul]       2.4.0cvs197
775
776         * src/wizard.c
777                 add missing bracket, capitalise the A of
778                 'SpamAssassin'
779
780 2006-09-18 [paul]       2.4.0cvs196
781
782         * src/compose.c
783                 fix bug 1012 'crashed upon sending mail
784                 from compose window'
785                 Thanks to Colin
786
787 2006-09-16 [colin]      2.4.0cvs195
788
789         * src/folderview.c
790                 Fix "real-time" sorting by freezing/thawing
791
792 2006-09-16 [colin]      2.4.0cvs194
793
794         * manual/faq.xml
795                 Fix the anti-spam entry a bit
796
797 2006-09-16 [colin]      2.4.0cvs193
798
799         * src/wizard.c
800                 Make sure reviewers have no excuse when stating
801                 Sylpheed-Claws doesn't have antispam capabilities.
802
803 2006-09-16 [colin]      2.4.0cvs192
804
805         * src/main.c
806                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
807                 as if the SIGPIPE comes from etpan's thread we could
808                 trigger a GUI update from this thread.
809
810 2006-09-16 [colin]      2.4.0cvs191
811
812         * src/summaryview.c
813                 Init all members of the struct
814
815 2006-09-16 [paul]       2.4.0cvs190
816
817         * src/account.c
818                 improvements to the English
819
820 2006-09-15 [colin]      2.4.0cvs189
821
822         * src/summaryview.c
823                 HIG order on dialog
824
825 2006-09-14 [colin]      2.4.0cvs188
826
827         * src/common/socket.c
828         * src/common/socket.h
829         * src/common/ssl.c
830         * src/common/ssl_certificate.c
831         * src/common/ssl_certificate.h
832         * src/etpan/imap-thread.c
833                 the get_fqdn() call done to get canonical name when
834                 checking an SSL certificate is blocking, which is
835                 sad as we just did a non-blocking lookup to connect.
836                 Fix that by letting the fqdn available to the SockInfo,
837                 and use that in ssl_certificate_check(). For IMAP,
838                 we don't do it as the lookup's done by libetpan, but
839                 it's less annoying as IMAP connections as much more
840                 rare than POP3 connections.
841
842 2006-09-14 [paul]       2.4.0cvs187
843
844         * manual/advanced.xml
845                 improvements to the English,
846                 properly place the new hidden options
847                 within the alphabetical order
848         * src/gtk/pluginwindow.c
849                 improvements to the English
850
851 2006-09-14 [colin]      2.4.0cvs186
852
853         * src/prefs_common.c
854         * src/prefs_common.h
855         * src/gtk/gtksctree.c
856         * manual/advanced.xml
857                 New hidden pref, stripes_color_offset, to change
858                 the value added/substracted to normal bgcolor to
859                 create the stripes in summaries
860
861 2006-09-13 [colin]      2.4.0cvs185
862
863         * src/gedit-print.c
864         * src/messageview.c
865         * src/messageview.h
866         * src/summaryview.c
867         * src/textview.c
868                 Fix misc. printing issues: 
869                 - Bad font for linkified headers
870                 - Different font if the mail was displayed or not
871                 - Factorize the thing
872
873 2006-09-13 [colin]      2.4.0cvs184
874
875         * src/common/ssl_certificate.c
876                 Only get FQDN once when checking certificate
877
878 2006-09-13 [colin]      2.4.0cvs183
879
880         * src/account.c
881         * src/gtk/pluginwindow.c
882                 Misc. GUI fixes by Fabien
883
884 2006-09-13 [wwp]        2.4.0cvs182
885
886         * configure.ac
887         * src/common/utils.h
888         * src/common/utils.c
889                 get rid of unused wide-char functions.
890
891 2006-09-13 [wwp]        2.4.0cvs181
892
893         * src/plugins/pgpinline/sylpheed.def
894         * src/textview.c
895                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
896                 add privacy_reset_error to the .def file,
897                 do not fork for an external textviewer.
898
899 2006-09-13 [wwp]        2.4.0cvs180
900
901         * src/prefs_common.c
902                 fix broken font entry in prefs (patch issued by the gpg4win team,
903                 probably by Marcus Brinkmann <marcus@g10code.de>).
904
905 2006-09-13 [colin]      2.4.0cvs179
906
907         * src/folder.h
908                 Fix a warning in summaryview.c
909         * src/mainwindow.c
910         * src/summaryview.c
911         * src/summaryview.h
912                 Add missing Mark/* elements in the
913                 main menu
914
915 2006-09-12 [colin]      2.4.0cvs178
916
917         * src/prefs_actions.c
918         * src/prefs_filtering_action.c
919         * src/prefs_matcher.c
920                 Use (New) instead of New everywhere
921
922 2006-09-12 [wwp]        2.4.0cvs177
923
924         * manual/fr/addrbook.xml
925         * manual/fr/handling.xml
926                 updated some quotes in the fr manual to match the fr translation.
927
928 2006-09-12 [wwp]        2.4.0cvs176
929
930         * src/prefs_matcher.c
931                 don't store translated string elements in matcher expressions.
932                 Also fixed a misused of Q_().
933
934 2006-09-11 [wwp]        2.4.0cvs175
935
936         * src/plugins//bogofilter/bogofilter.c
937         * src/plugins//clamav/clamav_plugin.c
938         * src/plugins//demo/demo.c
939         * src/plugins//dillo_viewer/dillo_viewer.c
940         * src/plugins//pgpcore/plugin.c
941         * src/plugins//pgpinline/plugin.c
942         * src/plugins//pgpmime/plugin.c
943         * src/plugins//spamassassin/spamassassin.c
944                 gettext-ize more strings (mostly plugin error messages).
945
946 2006-09-11 [colin]      2.4.0cvs174
947
948         * src/alertpanel.c
949                 Make maximum buffer size bigger to avoid
950                 truncating translated messages. Patch by
951                 Fabien
952
953 2006-09-11 [colin]      2.4.0cvs173
954
955         * src/etpan/imap-thread.c
956                 Fix compilation on OpenBSD, thanks to 
957                 Landry
958
959 2006-09-10 [wwp]        2.4.0cvs172
960
961         * manual/account.xml
962         * manual/addrbook.xml
963         * manual/handling.xml
964         * manual/es/handling.xml
965         * manual/fr/account.xml
966         * manual/fr/addrbook.xml
967         * manual/fr/handling.xml
968                 documented addressbook matching (condition configuration):
969                   addrbook.xml, en fr
970                 documented per-account filtering rules (handling/filtering
971                   section, account section):
972                   account.xml, handling.xml, en fr
973                 slightly updated the handling/searching section to tell few
974                   words about the extended search ability:
975                   handling.xml, en fr
976                 added missing <quote></quotes> to Quick Search:
977                   handling.xml, en fr es
978                 fixed a typo (auomatically):
979                   handling.xml, en
980                 changes revisited by Paul.
981
982 2006-09-10 [paul]       2.4.0cvs171
983
984         * src/prefs_actions.c
985         * src/prefs_filtering.c
986         * src/prefs_template.c
987                 adjustments to the gui
988                 Patch by Fabien Vantard (slightly modified)
989
990 2006-09-10 [colin]      2.4.0cvs170
991
992         * src/summaryview.c
993                 Check folderitem/summaryview consistency
994                 (basically automates Update summary). Fixes
995                 #1011 (wrong (negative) count on unread 
996                 messages)
997
998 2006-09-10 [colin]      2.4.0cvs169
999
1000         * src/gtk/gtksctree.c
1001                 Fix recursive expansion via mouse
1002         * src/plugins/bogofilter/bogofilter.c
1003                 Use normal filtering way of moving
1004                 messages (batching), possibly fixing
1005                 bug #1015 (Bogofilter plugin doubles 
1006                 new messages)
1007
1008 2006-09-09 [wwp]        2.4.0cvs168
1009
1010         * src/prefs_filtering.c
1011                 better place for this fix.
1012
1013 2006-09-09 [wwp]        2.4.0cvs167
1014
1015         * src/prefs_filtering.c
1016                 fix a minor bug when the enabled status of a filtering/processing
1017                 rule always got set to TRUE when replacing this rule. That still
1018                 make sense when adding a new rule, but now when replacing, we
1019                 don't override the value of 'enabled'.
1020                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1021                 to prefs_filtering_list_view_get_info() as this function not only
1022                 returns the name, but also the account_id and the enabled status.
1023
1024 2006-09-09 [mones]      2.4.0cvs166
1025
1026         * manual/glossary.xml
1027         * manual/plugins.xml
1028                 Minor format corrections
1029         * manual/gpl.xml
1030                 Fix misplaced NO WARRANTY section
1031         * manual/es/advanced.xml
1032         * manual/es/faq.xml
1033         * manual/es/glossary.xml
1034         * manual/es/gpl.xml
1035         * manual/es/handling.xml
1036         * manual/es/plugins.xml
1037         * manual/es/starting.xml
1038                 Incorporate changes from English version
1039         * manual/fr/ack.xml
1040         * manual/pl/ack.xml
1041         * manual/es/ack.xml
1042                 Fix address, (add translation credits in es version)
1043         * po/es.po
1044                 Updated translation
1045
1046 2006-09-09 [wwp]        2.4.0cvs165
1047
1048         * src/prefs_filtering.c
1049                 fix a crash when opening filtering prefs, if matcherrc file contains
1050                 broken data (non-existing account id, which is theoretically not
1051                 possible).
1052
1053 2006-09-08 [colin]      2.4.0cvs164
1054
1055         * src/folder.c
1056                 Wrong assert, make it an if()
1057         * src/gtk/gtksctree.c
1058                 Fix bug #1013 (expand selected thread 
1059                 tree) - expanding is now recursive
1060
1061 2006-09-07 [wwp]        2.4.0cvs163
1062
1063         * src/prefs_matcher.c
1064                 make better sentences about addressbook matching in the
1065                 matcher prefs. This should make translators' work easier
1066                 too.
1067
1068 2006-09-07 [wwp]        2.4.0cvs162
1069
1070         * src/prefs_filtering.c
1071                 code simplification (get rid of dup var. assignment).
1072
1073 2006-09-07 [wwp]        2.4.0cvs161
1074
1075         * src/summaryview.c
1076                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1077                 <fzzzzz@gmail.com>.
1078
1079 2006-09-07 [paul]       2.4.0cvs160
1080
1081         * src/mimeview.c
1082                 fix compilation warnings
1083                 Thanks to Colin
1084
1085 2006-09-07 [paul]       2.4.0cvs159
1086
1087         * src/mimeview.c
1088                 select the mimepart icon when
1089                 displaying as text
1090                 Thanks to Colin
1091
1092 2006-09-06 [paul]       2.4.0cvs158
1093
1094         * src/prefs_filtering.c
1095                 fix labels and table element spacing
1096                 Patch by Fabien Vantard
1097
1098 2006-09-06 [paul]
1099
1100         2.5.0-rc3 released
1101
1102 2006-09-06 [paul]       2.4.0cvs157
1103
1104         * manual/es/advanced.xml
1105                 fix typo
1106
1107 2006-09-06 [wwp]        2.4.0cvs156
1108
1109         * src/mainwindow.c
1110                 fix an dup launch issue when iconified, thanks to Colin.
1111
1112 2006-09-06 [wwp]        2.4.0cvs155
1113
1114         * src/gtk//gtksctree.h
1115                 oops, forgot that one!
1116
1117 2006-09-06 [wwp]        2.4.0cvs154
1118
1119         * manual/pl/advanced.xml
1120         * manual/advanced.xml
1121         * manual/es/advanced.xml
1122         * manual/fr/advanced.xml
1123         * src/prefs_customheader.c
1124         * src/prefs_filtering_action.c
1125         * src/foldersel.c
1126         * src/prefs_summaries.c
1127         * src/prefs_filtering.c
1128         * src/account.c
1129         * src/compose.c
1130         * src/prefs_summary_column.c
1131         * src/addr_compl.c
1132         * src/prefs_actions.c
1133         * src/prefs_folder_column.c
1134         * src/ssl_manager.c
1135         * src/prefs_template.c
1136         * src/prefs_display_header.c
1137         * src/prefs_common.h
1138         * src/prefs_matcher.c
1139         * src/prefs_common.c
1140         * src/prefs_toolbar.c
1141         * src/summaryview.c
1142         * src/folderview.c
1143         * src/gtk/gtksctree.c
1144         * src/gtk/pluginwindow.c
1145         * src/gtk/progressdialog.c
1146         * src/gtk/prefswindow.c
1147                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1148                 to make its meaning more obvious (all versions of the manual reflect
1149                 the change).
1150                 added an extra hidden option use_stripes_in_summary to allow
1151                 discarding these stripes in mainwindow's folder and message lists;
1152                 en and fr manuals only are OK towards this.
1153
1154 2006-09-06 [colin]      2.4.0cvs153
1155
1156         * src/textview.c
1157                 Hide Sylpheed-Claws' internal queue headers
1158                 when showing all headers. They'll be present
1159                 only in Source window.
1160
1161 2006-09-05 [colin]      2.4.0cvs152
1162
1163         * src/plugins/trayicon/trayicon.c
1164                 Fix crash at exit - we have to disconnect
1165                 our handlers
1166         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1167                 Update eggtrayicon - patch adapted from a
1168                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1169                 on Sylpheed's ML
1170
1171 2006-09-05 [colin]      2.4.0cvs151
1172
1173         * src/mainwindow.c
1174         * src/gtk/logwindow.c
1175                 Fix race condition when something writes
1176                 to the log too soon during init. Thanks
1177                 to Fabien Vantard
1178
1179 2006-09-05 [colin]      2.4.0cvs150
1180
1181         * src/mimeview.c
1182                 Don't select part on right-click either
1183
1184 2006-09-05 [paul]       2.4.0cvs149
1185
1186         * src/mimeview.c
1187                 completion of previous commit
1188                 Thanks to Colin
1189
1190 2006-09-05 [colin]      2.4.0cvs148
1191
1192         * src/mimeview.c
1193                 Don't force selection on middle-click, just open
1194
1195 2006-09-04 [colin]      2.4.0cvs147
1196
1197         * src/mimeview.c
1198                 Looks like gtk_notebook_set_current_page()
1199                 sometimes steals focus, and this annoys us
1200                 in MimeViewers as it renders navigation
1201                 keys useless. Take back focus after switching
1202                 pages.
1203
1204 2006-09-04 [colin]      2.4.0cvs146
1205
1206         * src/messageview.c
1207                 Set stop_loading when clicking on Next
1208                 during load. Don't add a callback to 
1209                 avoid over-complicating things.
1210
1211 2006-09-04 [colin]      2.4.0cvs145
1212
1213         * src/mimeview.c
1214         * src/messageview.c
1215                 Fix multiple loads in separate messageview
1216
1217 2006-09-04 [colin]      2.4.0cvs144
1218
1219         * src/summaryview.c
1220                 Let navigation keys be handled during 
1221                 load
1222
1223 2006-09-04 [colin]      2.4.0cvs143
1224
1225         * src/messageview.c
1226         * src/summaryview.c
1227         * src/textview.c
1228         * src/textview.h
1229                 Make loading of huge mails (lots of text and/or
1230                 images) cancellable, so the GUI doesn't block 
1231
1232 2006-09-04 [colin]      2.4.0cvs142
1233
1234         * src/plugins/trayicon/trayicon.c
1235                 Fix annoyance when removing a folder with 
1236                 unread mails: trayicon didn't update
1237
1238 2006-09-04 [paul]       2.4.0cvs141
1239
1240         * src/gtk/icon_legend.c
1241                 straighten up columns
1242                 Patch by Fabien Vantard
1243
1244 2006-09-04 [wwp]        2.4.0cvs140
1245
1246         * src/prefs_filtering.c
1247                 fix new line's account name in filtering prefs:
1248                 was "All", is now "(New)".
1249
1250 2006-09-04 [paul]       2.4.0cvs139
1251
1252         * tools/make.themes.project
1253                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1254                 instead of homebrewed "make release"
1255
1256 2006-09-03 [colin]      2.4.0cvs138
1257
1258         * src/folderview.c
1259                 Fix bug #1007 (Wrong folder highlighted)
1260
1261 2006-09-03 [colin]      2.4.0cvs137
1262
1263         * src/compose.c
1264                 Don't set Newsgroup: header to a mail folder
1265                 path
1266
1267 2006-09-03 [paul]       2.4.0cvs136
1268
1269         * src/prefs_other.c
1270         * src/prefs_spelling.c
1271                 unify the gui
1272
1273 2006-09-03 [paul]       2.4.0cvs135
1274
1275         * src/prefs_summaries.c
1276                 correct menu item text in prefs_keybind_apply_clicked()
1277
1278 2006-09-03 [paul]       2.4.0cvs134
1279
1280         * manual/advanced.xml
1281                 some improvements to the descriptions
1282         * src/mainwindow.c
1283         * src/messageview.c
1284         * src/summaryview.c
1285         * src/gtk/menu.c
1286                 fix menu sensitivity issues
1287         * src/prefs_message.c
1288                 drop the useless word 'short'
1289         * src/prefs_other.c
1290                 add the word 'lines' indicating log length
1291                 is a measure of lines
1292         * src/textview.c
1293                 fix compilation warnings
1294
1295 2006-09-02 [colin]      2.4.0cvs133
1296
1297         * src/messageview.c
1298                 Display a special return-receipt message
1299                 if the message is from the user
1300         * src/summaryview.c
1301                 Fix missing freeze of the list when marking
1302                 all read and unthreading for exec. Thanks
1303                 to Stephan Sachse.
1304
1305 2006-09-02 [paul]       2.4.0cvs132
1306
1307         * src/mainwindow.c
1308         * src/prefs_message.c
1309         * src/summaryview.c
1310                 fix some english
1311
1312 2006-09-02 [wwp]        2.4.0cvs131
1313
1314         * src/prefs_filtering.c
1315                 added an account name column to the filtering rules
1316                 dialog.
1317
1318 2006-09-02 [colin]      2.4.0cvs130
1319
1320         * src/gtk/logwindow.c
1321         * src/gtk/logwindow.h
1322                 Block scrolling if we're not at the end
1323                 of the log
1324
1325 2006-09-02 [colin]      2.4.0cvs129
1326
1327         * src/folder.c
1328                 Make sure account-specific rules can't
1329                 be used in {pre-,post-,}processing
1330         * src/mainwindow.c
1331         * src/gtk/logwindow.c
1332         * src/gtk/logwindow.h
1333                 Jump to last error when clicking on the
1334                 warning icon
1335
1336 2006-09-02 [colin]      2.4.0cvs128
1337
1338         * src/imap.c
1339         * src/import.c
1340         * src/mainwindow.c
1341         * src/mainwindow.h
1342                 Fix warning icon
1343         * src/inc.c
1344         * src/mbox.c
1345         * src/mbox.h
1346                 Let proc_mbox know its account, for
1347                 account-specific rules
1348
1349 2006-09-01 [colin]      2.4.0cvs127
1350
1351         * src/codeconv.c
1352                 Don't uselessly use iconv to convert from
1353                 us-ascii
1354         * src/alertpanel.c
1355         * src/mainwindow.c
1356         * src/mainwindow.h
1357         * src/inc.c
1358                 Fix certain log cases, disable warning icon
1359                 for now, the correct way to display it when
1360                 necessary and only when necessary is probably
1361                 to do it manually rather than use error logs
1362         * src/etpan/imap-thread.c
1363                 Clean up UID logging a bit
1364         * src/gtk/logwindow.c
1365         * src/gtk/logwindow.h
1366                 Make logging faster when the window's closed
1367
1368 2006-09-01 [wwp]        2.4.0cvs126
1369
1370         * manual/fr/account.xml
1371                 reflect changes to the ref. manual (parts of cvs72):
1372                 fix tabnames and quotes.
1373
1374 2006-09-01 [wwp]        2.4.0cvs125
1375
1376         * manual/fr/plugins.xml
1377                 reflect changes to the reference manual (cvs42):
1378                 update IRC channel info.
1379
1380 2006-09-01 [wwp]        2.4.0cvs124
1381
1382         * commitHelper
1383                 use CVSEDITOR env. var. if set, according to `man cvs`.
1384
1385 2006-09-01 [wwp]        2.4.0cvs123
1386
1387         * manual/advanced.xml
1388                 better sentence again (thanks to Paul).
1389
1390 2006-09-01 [wwp]        2.4.0cvs122
1391
1392         * manual/advanced.xml
1393         fix definition of toolbar_detachable and rework a bit the one of
1394         enable_dotted_lines.
1395
1396 2006-09-01 [mones]      2.4.0cvs121
1397
1398         * manual/advanced.xml
1399                 Document enable_dotted_lines
1400
1401 2006-09-01 [paul]       2.4.0cvs120
1402
1403         * src/folderview.c
1404         * src/folderview.h
1405         * src/imap.c
1406         * src/mainwindow.c
1407         * src/summaryview.c
1408                 obey the 'When entering folder...' option
1409                 when using the /View/Go to/... menu items
1410                 Thanks to Colin
1411
1412 2006-08-31 [colin]      2.4.0cvs119
1413
1414         * src/folderview.c
1415                 Revert 2.4.0cvs116, wrong fix.
1416
1417 2006-08-31 [colin]      2.4.0cvs118
1418
1419         * src/gtk/gtksctree.c
1420                 Better state the various copyrights
1421
1422 2006-08-31 [colin]      2.4.0cvs117
1423
1424         * src/prefs_common.c
1425                 fix enable_dotted_lines
1426
1427 2006-08-31 [colin]      2.4.0cvs116
1428
1429         * src/folderview.c
1430                 Use pref "Always open on select" when going
1431                 to next unread folder
1432         * src/gtk/gtksctree.c
1433                 Fix link failure to _gtk_clist_create_cell_layout
1434                 on certain computers. (Why not mine, I wonder)
1435
1436 2006-08-31 [colin]      2.4.0cvs115
1437
1438         * src/procmsg.c
1439         * src/textview.c
1440         * src/plugins/bogofilter/bogofilter.c
1441         * src/plugins/spamassassin/spamassassin.c
1442                 Requalify some "errors" to warnings
1443         * src/mainwindow.c
1444         * src/mainwindow.h
1445         * src/statusbar.c
1446                 Add an icon in the statusbar to notify
1447                 of errors
1448         * src/gtk/gtksctree.c
1449         * src/folderview.c
1450         * src/summaryview.c
1451                 Make the GtkSCTree look more modern by
1452                 alternating background lines
1453         * src/prefs_common.c
1454         * src/prefs_common.h
1455                 Add a pref to let people have the old
1456                 way if they prefer
1457
1458
1459 2006-08-30 [colin]      2.4.0cvs114
1460
1461         * src/procmsg.c
1462         * src/procmsg.h
1463                 Provide a way to filter a list of
1464                 messages in an optimised manner, and
1465                 add a list-filtering hook
1466         * src/folder.c
1467         * src/inc.c
1468         * src/mbox.c
1469                 Use the list filtering
1470         * src/plugins/bogofilter/bogofilter.c
1471                 Use the list-filtering hook
1472                 Use -b (bulk) mode for more speed
1473                 when learning and filtering
1474         * src/etpan/imap-thread.c
1475                 Make log output shorter in UID SEARCH
1476
1477
1478 2006-08-30 [colin]      2.4.0cvs113
1479
1480         * src/plugins/bogofilter/bogofilter.c
1481                 Really fast mass learning - thanks to David
1482                 Relson for the options explanations :)
1483
1484 2006-08-30 [colin]      2.4.0cvs112
1485
1486         * src/msgcache.c
1487                 Fix compilation on FreeBSD. Thanks
1488                 to Michael Hugues
1489
1490 2006-08-29 [colin]      2.4.0cvs111
1491
1492         * src/folderview.c
1493                 Handle "popup_menu" signal (for popping the 
1494                 menu via the keyboard)
1495         * src/mimeview.c
1496         * src/mimeview.h
1497         * src/summaryview.c
1498         * src/textview.c
1499         * src/gtk/gtkutils.c
1500         * src/gtk/gtkutils.h
1501                 Factorize scrolling code, and add an API 
1502                 for MimeViewers to handle scroll orders
1503
1504 2006-08-29 [wwp]        2.4.0cvs110
1505
1506         * src/plugins//bogofilter/bogofilter.c
1507         * src/plugins//spamassassin/spamassassin.c
1508                 make the bogofilter/spamassassin filtering error dialogs at
1509         incorporation obey to the "don't popup error dialog on
1510         receive error" option. If disabled, feed the log window w/
1511         the error message.
1512
1513 2006-08-29 [paul]
1514
1515         2.5.0-rc2 released
1516
1517 2006-08-29 [paul]       2.4.0cvs109
1518
1519         * Makefile.am
1520                 remove 'make release', it's not needed
1521                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1522
1523 2006-08-29 [paul]       2.4.0cvs108
1524
1525         * src/foldersel.c
1526         * src/summary_search.c
1527         * src/gtk/progressdialog.c
1528         * src/plugins/pgpcore/passphrase.c
1529                 replace deprecated gtk_window_set_policy()
1530
1531 2006-08-29 [colin]      2.4.0cvs107
1532
1533         * src/folder.c
1534                 Fix data loss when copy fails during a move:
1535                 only use fast remove_msgs if everything was
1536                 copied OK; else use slow remove_msg on the
1537                 mails that got copied only.
1538
1539 2006-08-28 [paul]       2.4.0cvs106
1540
1541         * src/mh.c
1542                 revert change in 2.4.0cvs104, it breaks
1543                 stuff
1544
1545 2006-08-28 [paul]       2.4.0cvs105
1546
1547         * src/plugins/spamassassin/spamassassin.c
1548                 english fix
1549
1550 2006-08-28 [paul]       2.4.0cvs104
1551
1552         * src/mh.c
1553                 fix data loss when moving to another
1554                 mailbox fails
1555         * src/prefs_spelling.c
1556                 improve the english
1557         * src/gtk/pluginwindow.c
1558                 improve the layout of the dialog text
1559         All thanks to Colin
1560
1561 2006-08-28 [paul]       2.4.0cvs103
1562
1563         * src/plugins/bogofilter/bogofilter.c
1564         * src/plugins/bogofilter/bogofilter_gtk.c
1565                 fix english up a bit, innit
1566
1567 2006-08-28 [paul]       2.4.0cvs102
1568
1569         * configure.ac
1570         * po/Makefile.in.in
1571         * po/Makevars
1572                 require autoconf 2.60, enabling building
1573                 with gettext 0.15 (gettext 0.14.x build still
1574                 possible). Replace Makefiles with versions
1575                 from gettext 0.15.
1576                 Remove configure options --with-localedir and
1577                 --with-mandir. The options that are provided
1578                 directly by autoconf 2.60 can be used instead:
1579                 --mandir --localedir
1580
1581 2006-08-27 [colin]      2.4.0cvs101
1582
1583         * src/plugins/bogofilter/Makefile.am
1584                 Fix make dist (no README)
1585
1586 2006-08-27 [colin]      2.4.0cvs100
1587
1588         * src/folder.c
1589                 Don't use F_UNKNOWN folders for any default
1590                 outbox/trash/etc
1591         * src/plugins/bogofilter/bogofilter.c
1592         * src/plugins/bogofilter/bogofilter.h
1593         * src/plugins/bogofilter/bogofilter_gtk.c
1594                 Add an option to specify the path to bogofilter
1595                 Use single-quotes to be able to learn in folders
1596                 with spaces in their names
1597                 Verify learning status
1598
1599 2006-08-27 [colin]      2.4.0cvs99
1600
1601         * manual/faq.xml
1602         * manual/plugins.xml
1603                 Document Bogofilter plugin
1604
1605 2006-08-27 [colin]      2.4.0cvs98
1606
1607         * src/compose.c
1608         * src/messageview.c
1609         * src/procmsg.c
1610         * src/procmsg.h
1611                 When possible, copy the queued mail to sent folder
1612                 instead of re-adding. Much faster on IMAP.
1613
1614 2006-08-27 [colin]      2.4.0cvs97
1615
1616         * src/msgcache.c
1617                 Disable mmaped caches - huge metadata loss
1618                 here after a power failure.
1619         * src/summaryview.c
1620                 Add quicksearch timing
1621         * src/common/plugin.c
1622         * src/common/plugin.h
1623                 Implement an interface to tell what plugins
1624                 provide. Prevent loading of similar plugins.
1625         * src/plugins/clamav/clamav_plugin.c
1626         * src/plugins/demo/demo.c
1627         * src/plugins/dillo_viewer/dillo_viewer.c
1628         * src/plugins/pgpcore/plugin.c
1629         * src/plugins/pgpinline/pgpinline.c
1630         * src/plugins/pgpmime/pgpmime.c
1631         * src/plugins/spamassassin/spamassassin.c
1632         * src/plugins/trayicon/trayicon.c
1633                 Implement plugin_provides()
1634
1635 2006-08-27 [colin]      2.4.0cvs96
1636
1637         * configure.ac
1638         * src/plugins/Makefile.am
1639         * src/plugins/bogofilter/.cvsignore
1640         * src/plugins/bogofilter/Makefile.am
1641         * src/plugins/bogofilter/bogofilter.c
1642         * src/plugins/bogofilter/bogofilter.h
1643         * src/plugins/bogofilter/bogofilter_gtk.c
1644                 New Bogofilter plugin, provides filtering and
1645                 learning. Spamassassin will go to extra plugins.
1646
1647 2006-08-26 [mones]      2.4.0cvs95
1648
1649         * manual/handling.xml
1650                 Fix subfolder path in the example (thanks to Paul) 
1651
1652 2006-08-26 [mones]      2.4.0cvs94
1653
1654         * manual/glossary.xml
1655                 2.2. + add ISP to the glossary
1656                 7.5. + Add UIDL to glossary
1657                 7.7. + Add TCP to glossary
1658         * manual/handling.xml
1659                 7.1. + Mentions GNU/Linux distribution, what about the non...
1660                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1661                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1662                 7.4. = Use appropriate quotation for commands
1663                 7.6. = change "" to <quote></quote>
1664         * manual/plugins.xml
1665                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1666         * manual/starting.xml
1667                 2.1. + local mbox file: some examples of mbox file locations...
1668                 Also reformatted files requiring it
1669
1670 2006-08-26 [wwp]        2.4.0cvs93
1671
1672         * src/summary_search.c
1673                 disable find buttons while summary search is running.
1674
1675 2006-08-25 [colin]      2.4.0cvs92
1676
1677         * src/folder.c
1678         * src/folderutils.c
1679         * src/mh.c
1680         * src/procmsg.h
1681         * src/summaryview.c
1682                 Speed up MH moving, and add progressbar
1683                 for MH deletion
1684         * src/msgcache.c
1685                 Write cache files using mmap() too
1686
1687 2006-08-25 [wwp]        2.4.0cvs91
1688
1689         * src/summaryview.c
1690                 switch spam<->ham button when a message has been marked as spam or ham
1691                 and is still selected. Thanks to Colin.
1692
1693 2006-08-25 [paul]       2.4.0cvs90
1694
1695         * src/Makefile.am
1696         * src/stock_pixmap.c
1697         * src/stock_pixmap.h
1698         * src/summaryview.c
1699         * src/gtk/icon_legend.c
1700         * src/pixmaps/copied.xpm
1701         * src/pixmaps/moved.xpm
1702                 add icons for delayed execution marked for
1703                 copying, marked for moving
1704
1705 2006-08-25 [mones]      2.4.0cvs89
1706
1707         * manual/glossary.xml
1708                 Fix the other glossary items:
1709                 5.1. = Inmmediate execution -> <quote>immediate execution...
1710                 5.2. = Fix MBOX capitalization -> Mbox
1711                 5.3. + Improve Plugins def. w/ tech. ref.
1712                 5.4. = Quotation -> replace '>' by <quote>></quote>
1713                 5.5. - SMTP Server. -> remove dot
1714         * po/es.po
1715                 Updated translation
1716
1717 2006-08-25 [mones]      2.4.0cvs88
1718
1719         * manual/ack.xml
1720                 Reformatted, changed email address
1721         * manual/glossary.xml
1722                 Reformatted, fixed MANUAL-TODO items:
1723                 8.2. + add ROT-13 to glossary
1724                 8.4. + add URL to glossary
1725         * manual/es/advanced.xml
1726                 Fixed <literal>s
1727
1728 2006-08-25 [paul]       2.4.0cvs87
1729
1730         * src/gtk/icon_legend.c
1731                 add 'marked for deletion' icon
1732                 arrange icons by containing column
1733                 wrap long label text
1734
1735 2006-08-25 [colin]      2.4.0cvs86
1736
1737         * src/common/utils.c
1738         * src/common/utils.h
1739                 Add the sc_g_*list_bigger functions in
1740                 a place everyone can use it
1741         * src/summaryview.c
1742                 Only freeze/thaw the list when working
1743                 on the selection, if it's bigger than 1
1744         * src/gtk/gtksctree.c
1745                 Only freeze/thaw the list when unselec-
1746                 ting 'all' if ('all' != 1)
1747                 This avoids some flickering
1748
1749 2006-08-24 [colin]      2.4.0cvs85
1750
1751         * src/addressbook.c
1752                 Fix strange list selection
1753                 Fix random seg (Invalid read of freed memory)
1754
1755 2006-08-24 [colin]      2.4.0cvs84
1756
1757         * src/alertpanel.c
1758         * src/gtk/inputdialog.c
1759         * src/plugins/pgpcore/passphrase.c
1760                 Revert minimal width patch of 2.4.0cvs67,
1761                 as it is also a maximal width. Use 
1762                 gtk_window_set_default_size instead.
1763
1764 2006-08-24 [colin]      2.4.0cvs83
1765
1766         * src/msgcache.c
1767                 Write cache/mark to temp files before
1768                 overwriting old ones (avoids metadata
1769                 loss if writing the new files fail).
1770                 Use mmap() to read cache/mark file, as
1771                 this makes cache reading faster. Dis-
1772                 abled for big-endian machines until it
1773                 can be tested. (Big-endian users: set
1774                 msgcache_use_mmap = TRUE in the relevant
1775                 #if).
1776         * src/procmsg.h
1777                 Move rarely used fields of MsgInfo in 
1778                 another structure, which will only be
1779                 allocated if needed. Face, X-Face,
1780                 Return receipt headers and List-*
1781                 headers are moved. Mails having none
1782                 of these occupy 52 bytes less with
1783                 this patch, which makes 2.5MB of RAM
1784                 saved on a 50k folder).
1785         * src/headerview.c
1786         * src/mainwindow.c
1787         * src/messageview.c
1788         * src/partial_download.c
1789         * src/procheader.c
1790         * src/procmsg.c
1791         * src/textview.c
1792                 Follow this structure change.
1793
1794 2006-08-24 [wwp]        2.4.0cvs82
1795
1796         * manual/es/.cvsignore
1797         * manual/es/dist/.cvsignore
1798         * manual/es/dist/html/.cvsignore
1799         * manual/es/dist/pdf/.cvsignore
1800         * manual/es/dist/ps/.cvsignore
1801         * manual/es/dist/txt/.cvsignore
1802                 more (generated) files to ignore.
1803
1804 2006-08-24 [colin]      2.4.0cvs81
1805
1806         * src/folder.c
1807         * src/mh.c
1808                 Fix possible problems with local delivery. Check the folder doesn't
1809                 need scan before setting its mtime when saving cache (which can be
1810                 done long after the folder's been modified by an external process);
1811                 Check that the stored item's mtime didn't change in mh functions.
1812
1813 2006-08-24 [mones]      2.4.0cvs80
1814
1815         * manual/advanced.xml
1816                 Rewrapping, some fixes and MANUAL-TODO items:
1817                 8.1. = change "" to <quote></quote>
1818                 8.3. = quote menu items
1819                 8.5. - deploying -> new user ... ideally a new user (redundant)
1820
1821 2006-08-23 [colin]      2.4.0cvs79
1822
1823         * src/gtk/gtksctree.c
1824                 When selecting or deselecting range, only
1825                 freeze/thaw when selection is bigger than 10
1826
1827 2006-08-23 [colin]      2.4.0cvs78
1828
1829         * src/messageview.c
1830         * src/mimeview.c
1831         * src/mimeview.h
1832         * src/plugins/dillo_viewer/dillo_viewer.c
1833                 Provide an API for MimeViewer plugins to
1834                 return a text selection for replying
1835
1836 2006-08-23 [colin]      2.4.0cvs77
1837
1838         * src/image_viewer.c
1839         * src/textview.c
1840                 Use gtk_pixbuf_new_from_file_at_scale(), which
1841                 is faster than getting the pixbuf then resizing
1842                 it.
1843
1844 2006-08-23 [colin]      2.4.0cvs76
1845
1846         * src/procmime.c
1847                 UTF-8 should be sent Quoted-printable
1848
1849 2006-08-22 [colin]      2.4.0cvs75
1850
1851         * src/mh.c
1852                 Check if scan is required before touching
1853                 the folder (or it'll be required every time)
1854
1855 2006-08-22 [colin]      2.4.0cvs74
1856
1857         * configure.ac
1858                 Require libetpan 0.46 (crasher fix when built
1859                 against gnutls)
1860
1861 2006-08-22 [colin]      2.4.0cvs73
1862
1863         * src/folder.c
1864                 Set folder's mtime after writing its
1865                 cache
1866         * src/folderview.c
1867                 Add some timing
1868         * src/procmsg.c
1869                 Don't do useless stuff if we don't 
1870                 thread by subject
1871         * src/summaryview.c
1872                 Add some timing, don't deselect prior
1873                 to selecting (gtksctree does it itself),
1874                 remove crash avoidance hacks as it's been
1875                 properly fixed since a while
1876         * src/common/utils.c
1877                 Optimize to_human_readable(): _() is slow,
1878                 do it only once, and avoid %f format for KB
1879                 (the most common in a summaryview)
1880         * src/gtk/gtksctree.c
1881                 Don't uselessly freeze/thaw (fixes flicker
1882                 on next unread and friends), reduce number
1883                 of g_list_nth/g_list_position where possible
1884         * src/gtk/gtkutils.c
1885         * src/gtk/gtkutils.h
1886                 Reduce number of g_list_nth/g_list_position
1887                 where possible.
1888                 All of this makes loading as 70k folder 2.1
1889                 seconds instead of 3.2 (with hot FS caches).
1890                 (1.3 seconds without Date and Size columns...)
1891
1892 2006-08-22 [paul]       2.4.0cvs72
1893
1894         wrap documents and do some items from mones' MANUAL-TODO:
1895
1896         * manual/account.xml
1897                 4.1. = fix tabname references to <quote>tabname</quote>
1898                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1899         * manual/faq.xml
1900                 1.1. = mentioned options don't match UI
1901                 Add information about the 'Never send Return Receipts'
1902                 option
1903         * manual/handling.xml
1904                 6.2. = Mentions Extended symbols button, but now is
1905                 named Information
1906                 6.3. = Mentions ... button, which is now Edit
1907
1908 2006-08-22 [colin]      2.4.0cvs71
1909
1910         * src/gtk/pluginwindow.c
1911                 Fix layout in verbose translations (such
1912                 as french)
1913
1914 2006-08-22 [paul]       2.4.0cvs70
1915
1916         * manual/Makefile.am
1917                 build manuals in alphabetical order
1918         * src/addressbook.c
1919         * src/prefs_themes.c
1920                 replace/remove deprecated symbols
1921         * src/gtk/gtkutils.c
1922                 fix a warning
1923         * src/gtk/pluginwindow.c
1924                 replace deprecated symbol
1925                 replace label text and move it
1926         * src/plugins/pgpcore/prefs_gpg.c
1927                 move the 'Generate...' button out of the
1928                 Sign Key frame, replace the English used
1929         * src/plugins/pgpcore/sgpgme.c
1930                 fixes to the English
1931
1932 2006-08-21 [colin]      2.4.0cvs69
1933
1934         * src/plugins/trayicon/trayicon.c
1935                 Add more strings for translation; patch
1936                 by Pawel
1937
1938 2006-08-21 [colin]      2.4.0cvs68
1939
1940         * src/compose.c
1941                 fix replied flag not set after drafting
1942         * src/matcher.c
1943                 fix body quicksearch in non-encoded bodies
1944                 containing '='
1945         * src/msgcache.c
1946                 Get rid of the g_malloc workaround for
1947                 corrupted caches, use g_try_malloc
1948
1949 2006-08-21 [colin]      2.4.0cvs67
1950
1951         * src/alertpanel.c
1952         * src/gtk/inputdialog.c
1953         * src/plugins/pgpcore/passphrase.c
1954                 Set minimal width to 375
1955         * src/mainwindow.c
1956                 Fix switching to offline, asking if it 
1957                 should be overriden for synchronising
1958         * src/mimeview.c
1959                 Don't offer to remember command on Open 
1960                 with for text parts, as the browser or 
1961                 text editor command isn't changed from 
1962                 there
1963
1964 2006-08-20 [paul]       2.4.0cvs66
1965
1966         * po/ko.po
1967         * po/zh_CN.po
1968                 fix plural form errors. revealed by stricter
1969                 checking of gettext 0.15
1970
1971 2006-08-18 [paul]       2.4.0cvs65
1972
1973         * src/stock_pixmap.c
1974                 fix the fix of 2.4.0cvs64
1975                 Thanks to Colin
1976
1977 2006-08-18 [paul]       2.4.0cvs64
1978
1979         * src/stock_pixmap.c
1980                 fix leaks
1981                 Thanks to Colin
1982
1983 2006-08-18 [paul]       2.4.0cvs63
1984
1985         * src/compose.c
1986         * src/procmsg.c
1987                 fix occasional IMAP bug where large msgs
1988                 were left in the queue folder after sending
1989                 Thanks to Colin
1990
1991 2006-08-18 [paul]       2.4.0cvs62
1992
1993         * src/folderview.c
1994                 freeze the summaryview while quicksearch results
1995                 are displayed
1996                 (fixes bug 456 'current message is hidden when the
1997                 view is refreshed and extended search is "unread 
1998                 messages"')
1999                 Thanks to Colin
2000         * src/textview.c
2001                 add missing #include "inputdialog.h"
2002         * src/common/utils.h
2003                 add missing mailcap_update_default() and improve
2004                 readability
2005
2006 2006-08-17 [colin]      2.4.0cvs61
2007
2008         * src/plugins/pgpcore/select-keys.c
2009                 Fix warnings :)
2010
2011 2006-08-17 [colin]      2.4.0cvs60
2012
2013         * src/compose.c
2014                 Don't continue queuing if Cancel is clicked
2015                 in select-keys
2016
2017 2006-08-17 [colin]      2.4.0cvs59
2018
2019         * src/plugins/pgpcore/select-keys.c
2020                 When encrypting, if only one key matches and it 
2021                 matches exactly, automatically use it.
2022
2023 2006-08-17 [colin]      2.4.0cvs58
2024
2025         * src/mimeview.c
2026         * src/prefs_common.c
2027         * src/prefs_common.h
2028         * src/prefs_ext_prog.c
2029         * src/textview.c
2030                 Fix issues with previous patch (text/html)
2031                 Remove outdated prefs
2032
2033 2006-08-17 [colin]      2.4.0cvs57
2034
2035         * src/imap.c
2036                 Add View Log button on auth error
2037         * src/procmsg.c
2038                 Fix encrypted mail marked as new when
2039                 saved in normal folders
2040         * src/plugins/pgpinline/pgpinline.c
2041                 Fix encrypt bug on IMAP
2042         * src/mimeview.c
2043         * src/common/utils.c
2044         * src/common/utils.h
2045         * src/gtk/inputdialog.c
2046         * src/gtk/inputdialog.h
2047                 Get rid of metamail stuff, simplify
2048                 opening, and allow remembering of user's
2049                 choices (by updating ~/.mailcap). There's
2050                 still to drop "Audio player" and "Image
2051                 viewer" preferences.
2052
2053 2006-08-17 [mones]      2.4.0cvs56
2054
2055         * manual/es/sylpheed-claws-manual.xml
2056                 fix DTD path
2057
2058 2006-08-17 [mones]      2.4.0cvs55
2059
2060         * configure.ac
2061         * manual/Makefile.am
2062         * manual/es/Makefile.am
2063         * manual/es/account.xml
2064         * manual/es/ack.xml
2065         * manual/es/addrbook.xml
2066         * manual/es/advanced.xml
2067         * manual/es/faq.xml
2068         * manual/es/glossary.xml
2069         * manual/es/gpl.xml
2070         * manual/es/handling.xml
2071         * manual/es/intro.xml
2072         * manual/es/keyboard.xml
2073         * manual/es/plugins.xml
2074         * manual/es/starting.xml
2075         * manual/es/sylpheed-claws-manual.xml
2076         * manual/es/dist/Makefile.am
2077         * manual/es/dist/html/Makefile.am
2078         * manual/es/dist/pdf/Makefile.am
2079         * manual/es/dist/ps/Makefile.am
2080         * manual/es/dist/txt/Makefile.am
2081                 Spanish translation for the manual
2082
2083 2006-08-16 [colin]      2.4.0cvs54
2084
2085         * src/compose.c
2086         * src/main.c
2087         * src/mainwindow.c
2088                 Fix send button sensitivity at startup
2089                 Set send menu sensitivity (patch by Fabien)
2090         * src/ssl_manager.c
2091                 Enable closing with esc (patch by Fabien)
2092         * src/gtk/foldersort.c
2093                 Enable closing with esc (patch by Fabien)
2094         * src/procmime.c
2095                 Optimisation (no need to copy to tempfile to
2096                 "decode" 7bit and 8bit)
2097         * src/summaryview.c
2098                 Fix cruft in swap_from case
2099         * src/textview.c
2100                 Fix missing last line in some mail cases 
2101                 (Fixes debian #381872)
2102         * src/plugins/pgpcore/prefs_gpg.c
2103         * src/plugins/pgpcore/sgpgme.c
2104         * src/plugins/pgpcore/sgpgme.h
2105                 Don't show "no key found" when user explicitely
2106                 wants to create a key
2107
2108 2006-08-16 [paul]       2.4.0cvs53
2109
2110         * configure.ac
2111         * src/account.c
2112         * src/addressbook.c
2113         * src/headerview.c
2114         * src/prefs_account.c
2115         * src/prefs_message.c
2116         * src/gtk/gtkutils.c
2117                 bump up minimum required versions of GTK+ and
2118                 GLIB to 2.6.0
2119
2120 2006-08-16 [paul]       2.4.0cvs52
2121
2122         * src/toolbar.c
2123                 workaround GTK+ Bug 351600 - 'Can't re-click
2124                 on button after sensitivity update'
2125                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2126                 Thanks to Colin
2127
2128 2006-08-15 [colin]      2.4.0cvs51
2129
2130         * src/plugins/pgpcore/prefs_gpg.c
2131                 Set options sensitivity according to
2132                 key existence
2133         * src/plugins/pgpcore/sgpgme.c
2134                 Allow to create key with no passphrase
2135
2136 2006-08-14 [cleroy]     2.4.0cvs50
2137
2138         * src/gtk/pluginwindow.c
2139                 New layout (maybe to be changed?)
2140         * src/gtk/gtkutils.c
2141                 Fix a bit label_window
2142         * src/plugins/pgpcore/passphrase.c
2143         * src/plugins/pgpcore/passphrase.h
2144         * src/plugins/pgpcore/plugin.c
2145         * src/plugins/pgpcore/prefs_gpg.c
2146         * src/plugins/pgpcore/prefs_gpg.h
2147         * src/plugins/pgpcore/sgpgme.c
2148         * src/plugins/pgpcore/sgpgme.h
2149                 Allow to create a PGP private key via the GUI
2150
2151 2006-08-14 [wwp]        2.4.0cvs49
2152
2153         * src/addressbook_foldersel.c
2154                 fix strict ISO C90 compliance.
2155
2156 2006-08-14 [paul]       2.4.0cvs48
2157
2158         * src/gtk/prefswindow.c
2159                 re-set scrolled window on opening
2160                 Patch by Ticho
2161
2162 2006-08-14 [paul]
2163
2164         2.5.0-rc1 released
2165
2166 2006-08-14 [paul]       2.4.0cvs47
2167
2168         * src/prefs_display_header.c
2169                 re-enable user-defined Displayed Headers
2170
2171 2006-08-14 [paul]       2.4.0cvs46
2172
2173         * src/prefs_account.c
2174                 use GTK_STOCK_EDIT
2175
2176 2006-08-13 [colin]      2.4.0cvs45
2177
2178         * src/common/utils.c
2179                 Fix "a" in quote when the original message is empty,
2180                 by using \0 instead of 'a' to test writability of
2181                 temp files.
2182
2183 2006-08-13 [wwp]        2.4.0cvs44
2184
2185         * src/plugins/spamassassin/spamassassin.c
2186                 fix capitalization of "SpamAssassin" in some debug, log and
2187                 dialog messages.
2188
2189 2006-08-13 [paul]       2.4.0cvs43
2190
2191         * src/editldap.c
2192                 fix overlapping widgets
2193         * src/prefs_account.c
2194                 fix translation of protocol_names[]
2195                 fix label disappearing off the edge of the
2196                 visible area
2197
2198 2006-08-12 [paul]       2.4.0cvs42
2199
2200         * manual/plugins.xml
2201                 update IRC channel info before it gets forgotten
2202                 about
2203
2204 2006-08-11 [colin]      2.4.0cvs41
2205
2206         * src/compose.c
2207         * src/mainwindow.c
2208         * src/mainwindow.h
2209         * src/procmsg.c
2210         * src/procmsg.h
2211         * src/summaryview.c
2212         * src/toolbar.c
2213                 Grey out the Send button if
2214                 - Queue folders are empty, or
2215                 - We're sending already
2216
2217 2006-08-11 [wwp]        2.4.0cvs40
2218
2219         * src/main.c
2220                 fix a logic issue when quitting while a compose window is
2221                 still open, thanks to Colin.
2222
2223 2006-08-10 [colin]      2.4.0cvs39
2224
2225         * src/main.c
2226                 Fix default font size setting after wizard run
2227         * src/imap.c
2228         * src/etpan/imap-thread.c
2229         * src/etpan/imap-thread.h
2230                 Fix bug #999 (Timing out on TSL cert validation 
2231                 dialog makes ugly things happen). Also, STARTTLS
2232                 unconditionnaly if initial capabilities contain
2233                 LOGINDISABLED and STARTTLS.
2234
2235 2006-08-09 [colin]      2.4.0cvs38
2236
2237         * src/mainwindow.c
2238         * src/mainwindow.h
2239                 Fix Tools/Actions sensitivity when there are
2240                 no actions
2241
2242 2006-08-09 [colin]      2.4.0cvs37
2243
2244         * src/prefs_filtering.c
2245                 Warning fix, patch by Paul
2246         * src/messageview.c
2247         * src/prefs_actions.c
2248         * src/prefs_filtering_action.c
2249         * src/prefs_matcher.c
2250                 Uniformisation of "Info ..." to "Info..." (for
2251                 old gtk), patch by Fabien
2252         * src/plugins/clamav/clamav_plugin_gtk.c
2253                 Sensitivity fix by Fabien
2254
2255 2006-08-09 [colin]      2.4.0cvs36
2256
2257         * src/main.c
2258         * src/main.h
2259                 Add a function to know whether we're exiting
2260         * src/plugins/trayicon/trayicon.c
2261                 If exiting, don't do anything. Faster, and
2262                 avoids gtk_main_iteration reentracy causing
2263                 segfaults at exit
2264
2265 2006-08-09 [colin]      2.4.0cvs35
2266
2267         * src/messageview.c
2268         * src/mimeview.c
2269         * src/mimeview.h
2270                 Fix lack of part selection when automatically 
2271                 jumping to a specific part
2272         * src/msgcache.c
2273                 Little optimisation in cache reading
2274
2275 2006-08-09 [colin]      2.4.0cvs34
2276
2277         * src/compose.c
2278                 Fix crash setting the priority on reedit
2279                 (Accessing compose before creating it!)
2280
2281 2006-08-08 [colin]      2.4.0cvs33
2282
2283         * src/procmime.c
2284                 Fix bug #998 (last attachment is not accessible)
2285                 Bad RFC interpretation on multipart close-delimiters
2286         * src/mimeview.c
2287         * src/mimeview.h
2288         * src/gtk/gtkvscrollbutton.c
2289         * src/gtk/gtkvscrollbutton.h
2290                 Make attachments list wheel-scrollable
2291
2292 2006-08-07 [colin]      2.4.0cvs32
2293
2294         * src/gtk/gtkaspell.c
2295                 Fix bug #973 (Unicode punctation characters 
2296                 are not recognized as separators by the
2297                 spell checker); fix unsigned stuff
2298
2299 2006-08-07 [colin]      2.4.0cvs31
2300
2301         * src/compose.c
2302                 Fix bug #956 (DnD text with accents in compose 
2303                 text entry); fix gccc's signed/unsigned fuss
2304
2305 2006-08-06 [colin]      2.4.0cvs30
2306
2307         * src/main.c
2308                 Fix bug #979 (Plugin crashes when exiting 
2309                 sylpheed-claws) : handle exit request only 
2310                 once
2311
2312 2006-08-05 [colin]      2.4.0cvs29
2313
2314         * src/news.c
2315                 Just make sure we have a msgid.
2316
2317 2006-08-05 [colin]      2.4.0cvs28
2318
2319         * src/news.c
2320         * src/summaryview.c
2321                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2322                 by reimplementing it
2323         * src/textview.c
2324                 Fix bug when hiding quotes with level > 3 and quote
2325                 colors are recycled
2326
2327 2006-08-04 [colin]      2.4.0cvs27
2328
2329         * src/compose.c
2330         * src/undo.c
2331         * src/undo.h
2332                 Fix a bit replace-by-pasting undo
2333         * src/mainwindow.c
2334         * src/messageview.c
2335                 Fix Fold quotes menu synchro in
2336                 mainwindow when it changes in 
2337                 messageview
2338         * src/textview.c
2339                 Fix right-click on quotes blocks
2340         * src/common/utils.c
2341                 Verify that the file created by
2342                 my_tmpfile() is writable. Fixes
2343                 bug #988 (very specific filesystem
2344                 issue)
2345         * src/plugins/pgpcore/sgpgme.c
2346                 Fix file descriptor leak
2347         * src/plugins/spamassassin/spamassassin.c
2348                 Warn once if spamd isn't reachable
2349
2350 2006-08-04 [colin]      2.4.0cvs26
2351
2352         * src/toolbar.c
2353                 i18n context patch by Fabien
2354
2355 2006-08-03 [colin]      2.4.0cvs25
2356
2357         * src/mainwindow.c
2358         * src/messageview.c
2359                 Rename "Hide quotes" to "Fold quotes"
2360         * src/textview.c
2361                 Don't use hand cursor on quotes. "all 
2362                 the bonuses of the feature and none of 
2363                 unwelcome side-effects"
2364
2365 2006-08-03 [colin]      2.4.0cvs24
2366
2367         * AUTHORS
2368         * sylpheed-claws.desktop
2369         * src/gtk/authors.h
2370                 Bring the desktop file to XDG compliance
2371                 Patch by Charles A. Edwards
2372
2373 2006-08-03 [colin]      2.4.0cvs23
2374
2375         * src/textview.c
2376                 Fix links offset when they are preceded
2377                 by accentued chars (g_utf8_strlen!)
2378         * src/mainwindow.c
2379                 Fix wrong status when starting offline
2380
2381
2382 2006-08-03 [wwp]        2.4.0cvs22
2383
2384         * src/prefs_common.h
2385                 ask what to do w/ filtering rules that belong to an account when
2386                 applying filtering rules manually from the main window (skip,
2387                 apply regardless of the account, use current account). This dialog
2388                 can be skipped and the last reply used.
2389                 (forgot that file)
2390
2391 2006-08-03 [wwp]        2.4.0cvs21
2392
2393         * src/filtering.c
2394         * src/filtering.h
2395         * src/prefs_common.c
2396         * src/summaryview.c
2397         * src/alertpanel.c
2398         * src/alertpanel.h
2399         * src/messageview.c
2400                 ask what to do w/ filtering rules that belong to an account when
2401                 applying filtering rules manually from the main window (skip,
2402                 apply regardless of the account, use current account). This dialog
2403                 can be skipped and the last reply used.
2404
2405
2406 2006-08-03 [colin]      2.4.0cvs20
2407
2408         * src/textview.c
2409                 Optimize previous patch
2410
2411 2006-08-03 [cleroy]     2.4.0cvs19
2412
2413         * src/textview.c
2414                 Fix quotes getting toggled back when the
2415                 mail has an even number of text parts
2416
2417 2006-08-02 [colin]      2.4.0cvs18
2418
2419         * src/messageview.c
2420                 Add Hide quotes menu
2421
2422 2006-08-02 [colin]      2.4.0cvs17
2423
2424         * src/mainwindow.c
2425         * src/prefs_common.c
2426         * src/textview.c
2427         * src/textview.h
2428         * src/gtk/about.c
2429                 Allow per-level quote hiding,
2430                 Allow toggling quotes by double-clicking them
2431                 Rename RemoteURI to ClickableText to reflect
2432                 the fact it's used for a variety of things
2433
2434 2006-08-02 [wwp]        2.4.0cvs16
2435
2436         * src/mainwindow.c
2437                 fix "View/Hide quotes" menu item status initialization.
2438
2439 2006-08-02 [wwp]        2.4.0cvs15
2440
2441         * src/matcher_parser_parse.y
2442                 remove a debug trace.
2443
2444 2006-08-02 [paul]       2.4.0cvs14
2445
2446         * src/plugins/pgpcore/passphrase.c
2447                 don't set initial dialog size
2448                 make it resizable
2449
2450 2006-08-02 [paul]       2.4.0cvs13
2451
2452         * src/noticeview.c
2453                 remove the rogue '/' character
2454
2455 2006-08-02 [paul]       2.4.0cvs12
2456
2457         * src/noticeview.c
2458                 allow buttons to resize as necessary
2459
2460 2006-08-01 [wwp]        2.4.0cvs11
2461
2462         * src/mbox.c
2463                 fix strict ISO C90 compliance.
2464
2465 2006-08-01 [wwp]        2.4.0cvs10
2466
2467         * tools/update-po
2468                 updated update-po tool to work w/ context-dependent translations.
2469                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2470
2471 2006-08-01 [wwp]        2.4.0cvs9
2472
2473         * src/matcher.c
2474         * src/prefs_filtering.c
2475         * src/prefs_matcher.c
2476                 allow context-dependent translations for "All",
2477                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2478
2479 2006-07-31 [colin]      2.4.0cvs8
2480
2481         * AUTHORS
2482         * src/gtk/authors.h
2483                 Add Rafal to authors
2484
2485 2006-07-31 [colin]      2.4.0cvs7
2486
2487         * src/compose.c
2488         * src/mainwindow.c
2489         * src/messageview.h
2490         * src/prefs_common.c
2491         * src/prefs_common.h
2492         * src/textview.c
2493                 Add 'View/Hide quotes'. Patch based on a patch
2494                 by Rafal Weglarz
2495
2496 2006-07-31 [colin]      2.4.0cvs6
2497
2498         * src/action.c
2499                 Fix problem with "> stuff >" actions
2500
2501 2006-07-31 [paul]       2.4.0cvs5
2502
2503         * po/nb.po
2504                 updated by Geir Helland
2505
2506 2006-07-31 [wwp]        2.4.0cvs4
2507
2508         * src/mainwindow.c
2509         * src/summaryview.c
2510         * src/summaryview.h
2511                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2512                 thanks to Colin.
2513
2514 2006-07-31 [wwp]        2.4.0cvs3
2515
2516         * src/Makefile.am
2517         * src/addr_compl.c
2518         * src/addr_compl.h
2519         * src/addressbook.c
2520         * src/addressbook.h
2521         * src/addressbook_foldersel.c
2522         * src/addressbook_foldersel.h
2523         * src/addrindex.c
2524         * src/addrindex.h
2525         * src/matcher.c
2526         * src/matcher.h
2527         * src/matcher_parser_lex.l
2528         * src/matcher_parser_parse.y
2529         * src/prefs_common.c
2530         * src/prefs_common.h
2531         * src/prefs_filtering.c
2532         * src/prefs_matcher.c
2533         * src/prefs_matcher.h
2534         * src/summaryview.c
2535                 introduce filtering against the address book. It's now possible to add
2536                 matched conditions to determine if any email address in a message matches
2537                 or doesn't match any or all books or folders in the address book.
2538
2539 2006-07-31 [wwp]        2.4.0cvs2
2540
2541         * src/account.c
2542         * src/filtering.c
2543         * src/filtering.h
2544         * src/folder.c
2545         * src/folderview.c
2546         * src/inc.c
2547         * src/mainwindow.c
2548         * src/matcher.c
2549         * src/matcher_parser_lex.l
2550         * src/matcher_parser_parse.y
2551         * src/mbox.c
2552         * src/prefs_filtering.c
2553         * src/prefs_filtering.h
2554         * src/procmsg.c
2555         * src/procmsg.h
2556         * src/summaryview.c
2557                 introduce per-account filtering rules. Each filtering rule can now be assigned
2558                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2559                 when applying filtering rules manually, as all rules will apply - even the ones
2560                 assigned to an account. This issue will be addressed soon.
2561  
2562
2563
2564 2006-07-31 [wwp]        2.4.0cvs1
2565
2566         * src/quote_fmt.c
2567                 make more strings translatable.
2568
2569 2006-07-31 [paul]       2.4.0
2570
2571         2.4.0 released
2572
2573 2006-07-31 [paul]       2.3.1cvs91
2574
2575         * po/ca.po
2576                 updated by Miquel Oliete
2577
2578 2006-07-31 [paul]       2.3.1cvs90
2579
2580         * po/de.po
2581         * po/el.po
2582         * po/fr.po
2583         * po/it.po
2584         * po/pl.po
2585         * po/pt_BR.po
2586         * po/sr.po
2587         * po/zh_CN.po
2588                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2589                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2590                 Aleksandar Urosevic, and Ralgh Young
2591
2592 2006-07-31 [paul]       2.3.1cvs89
2593
2594         * src/account.c
2595         * src/main.c
2596         * src/mainwindow.c
2597         * src/mainwindow.h
2598                 Fix a race condition when, after an SC crash, rescanning
2599                 folders took more than 0.5 seconds
2600                 Thanks to Colin
2601
2602 2006-07-31 [paul]       2.3.1cvs88
2603
2604         * src/folderview.c
2605                 don't translate separator strings
2606
2607 2006-07-30 [mones]      2.3.1cvs87
2608
2609         * doc/man/sylpheed-claws.1
2610                 Fixed non-ASCII chars in Hoa's name
2611         * po/es.po
2612                 Updated for release
2613
2614 2006-07-27 [colin]      2.3.1cvs86
2615
2616         * src/textview.c
2617                 Don't include the leading \n in links
2618                 Patch by Fabien
2619
2620 2006-07-25 [colin]      2.3.1cvs85
2621
2622         * src/mainwindow.c
2623         * src/common/socket.h
2624         * src/etpan/imap-thread.c
2625                 Refresh resolvers before connecting
2626                 to IMAP servers, and after switching
2627                 to online. Thanks to Paul.
2628
2629 2006-07-18 [colin]
2630
2631         * 2.4.0-rc4 released
2632
2633 2006-07-17 [colin]      2.3.1cvs84
2634
2635         * src/inc.c
2636                 Show connection attempt in statusbar before
2637                 connecting (previously first message was
2638                 "Retrieving messages from ..." after the
2639                 connection succeeded.
2640
2641 2006-07-16 [wwp]        2.3.1cvs83
2642
2643         * sylpheed-claws.ico
2644                 Added .ico file (windows multi-size icon file, generated).
2645
2646 2006-07-12 [wwp]        2.3.1cvs82
2647
2648         * src/messageview.c
2649                 remove Message/Re-edit menu entry from messageview window,
2650                 as sent/draft/queued messages are opened in compose window when
2651                 re-edited and it's not possible to re-edit other msgs.
2652
2653 2006-07-12 [paul]       2.3.1cvs81
2654
2655         * AUTHORS
2656         * src/mainwindow.c
2657         * src/gtk/authors.h
2658                 check online state before resetting
2659                 mailcheck timer. Useful if some program
2660                 verifies connection state and updates
2661                 Claws.
2662                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2663
2664 2006-07-12 [paul]       2.3.1cvs80
2665
2666         * sylpheed-claws-128x128.png
2667         * sylpheed-claws-64x64.png
2668         * sylpheed-claws.png
2669         * src/Makefile.am
2670         * src/main.c
2671         * src/prefs_toolbar.c
2672         * src/stock_pixmap.c
2673         * src/stock_pixmap.h
2674         * src/wizard.c
2675         * src/gtk/about.c
2676         * src/gtk/gtkutils.c
2677         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2678         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2679         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2680         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2681         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2682         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2683                 updated and renamed logo/icon files and related
2684                 logo by Jesper Schultz
2685
2686 2006-07-11 [paul]       2.3.1cvs79
2687
2688         * src/main.c
2689                 fix the labels a smidgin
2690
2691 2006-07-09 [colin]      2.3.1cvs78
2692
2693         * src/textview.c
2694                 Show errors in textviewer's command
2695                 Patch by H. Merijn Brand
2696
2697 2006-07-09 [colin]      2.3.1cvs77
2698
2699         * src/compose.c
2700                 Save FMID in drafts too
2701
2702 2006-07-08 [colin]      2.3.1cvs76
2703
2704         * src/compose.c
2705                 Svae RMID in drafted mails too
2706                 Save quote_fmt vars for whole mails,
2707                 don't reset at each quote_fmt_init:
2708                 allows to use the same |i{var} in
2709                 various template fields
2710         * src/prefs_template.c
2711         * src/quote_fmt.h
2712         * src/quote_fmt_parse.y
2713                 Same
2714
2715 2006-07-08 [colin]      2.3.1cvs75
2716
2717         * src/textview.c
2718                 Fix highlighting of attached parts URIs
2719
2720 2006-07-08 [colin]      2.3.1cvs74
2721
2722         * src/main.c
2723                 Prevent bug #981 (sc 2.3.1 segfaults with 
2724                 gtk+ 2.10) from being reported again:
2725                 if Sylpheed-Claws has been compiled against
2726                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2727                 of if Sylpheed-Claws has been compiled against
2728                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2729                 error out.
2730
2731 2006-07-07 [colin]      2.3.1cvs73
2732
2733         * src/prefs_actions.c
2734                 Fix label
2735
2736 2006-07-07 [colin]      2.3.1cvs72
2737
2738         * src/prefs_actions.c
2739                 Fix compile on gtk < 2.8. argh :)
2740
2741 2006-07-07 [paul]       2.3.1cvs71
2742
2743         * src/common/defs.h
2744                 update DONATE_URI
2745
2746 2006-07-07 [colin]      2.3.1cvs70
2747
2748         * po/POTFILES.in
2749         * src/quote_fmt.c
2750         * src/quote_fmt_lex.l
2751         * src/quote_fmt_parse.y
2752                 Add |i{var}, a way to insert user-entered
2753                 text in a template
2754
2755 2006-07-07 [colin]
2756
2757         * 2.4.0-rc3 released
2758
2759 2006-07-07 [colin]      2.3.1cvs69
2760
2761         * src/folder.c
2762                 Don't consider inboxes of UNKNOWN folder 
2763                 classes to be useable as default inboxes
2764
2765 2006-07-07 [paul]       2.3.1cvs68
2766
2767         * src/textview.c
2768                 add missing #include <errno.h>
2769                 Thanks to René J. Blokland
2770
2771 2006-07-07 [paul]       2.3.1cvs67
2772
2773         * src/action.c
2774                 Return now Closes dialog
2775         * src/mimeview.c
2776         * src/mimeview.h
2777         * src/textview.c
2778                 add contextual menu to mime parts listed
2779                 in the textview
2780                 Thanks to Colin
2781         * src/common/utils.c
2782                 reversal: ' is a valid character in URLs
2783
2784 2006-07-06 [colin]      2.3.1cvs66
2785
2786         * src/remotefolder.h
2787                 Forgotten in previous commit
2788
2789 2006-07-06 [colin]      2.3.1cvs65
2790
2791         * src/folder.c
2792                 Set summary update flag whenever
2793                 totals changed
2794         * src/imap.c
2795         * src/prefs_account.c
2796         * src/common/utils.h
2797         * src/etpan/imap-thread.c
2798                 Fix warnings, thanks to Fabien and
2799                 Ricardo
2800
2801 2006-07-06 [wwp]        2.3.1cvs64
2802
2803         * src/gtk/gtkutils.c
2804                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2805
2806 2006-07-06 [wwp]        2.3.1cvs63
2807
2808         * src/account.c
2809         * src/addressbook.c
2810         * src/addressitem.h
2811         * src/folderview.c
2812         * src/mainwindow.c
2813         * src/manual.c
2814         * src/manual.h
2815         * src/message_search.c
2816         * src/prefs_actions.c
2817         * src/prefs_filtering.c
2818         * src/prefs_filtering.h
2819         * src/prefs_template.c
2820         * src/summary_search.c
2821         * src/summaryview.c
2822         * src/gtk/gtkutils.c
2823         * src/gtk/gtkutils.h
2824         * src/gtk/pluginwindow.c
2825                 add help buttons to some dialogs. Clicking such buttons opens a
2826                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2827
2828 2006-07-06 [paul]       2.3.1cvs62
2829
2830         * src/textview.c
2831                 fix attachments contextual menu
2832                 Thanks to Colin
2833
2834 2006-07-05 [colin]      2.3.1cvs61
2835
2836         * src/textview.c
2837         * src/compose.c
2838                 Handle sftp:// links
2839
2840 2006-07-05 [paul]       2.3.1cvs60
2841
2842         * src/gtk/filesel.c
2843                 grab save button by default
2844                 Thanks to Colin
2845
2846 2006-07-05 [wwp]        2.3.1cvs59
2847
2848         * manual/xml2pdf
2849                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2850
2851 2006-07-04 [colin]      2.3.1cvs58
2852
2853         * src/mimeview.c
2854         * src/textview.c
2855                 Use left click to select, middle click to open
2856                 on mimeparts links
2857         * src/common/utils.c
2858                 Fix segfault
2859
2860 2006-07-04 [colin]      2.3.1cvs57
2861
2862         * src/mainwindow.c
2863         * src/news.c
2864                 Warning fixes, thanks to Fabien
2865
2866 2006-07-04 [colin]      2.3.1cvs56
2867
2868         * src/mimeview.c
2869         * src/mimeview.h
2870         * src/textview.c
2871                 Allow parts to be selected via their text label
2872                 in textview
2873
2874 2006-07-04 [colin]      2.3.1cvs55
2875
2876         * src/folderview.c
2877                 Feedback when closing (for big folders)
2878         * src/prefs_actions.c
2879         * src/prefs_filtering.c
2880         * src/prefs_matcher.c
2881         * src/prefs_template.c
2882                 Fix default button when closing without
2883                 having saved
2884
2885 2006-07-04 [colin]      2.3.1cvs54
2886
2887         * src/news.c
2888                 Delete local file on deletion
2889
2890 2006-07-03 [colin]      2.3.1cvs53
2891
2892         * src/folderview.c
2893         * src/main.c
2894                 Don't freeze when rescanning after crash
2895
2896 2006-07-03 [wwp]        2.3.1cvs52
2897
2898         * src/compose.c
2899         * src/privacy.c
2900         * src/privacy.h
2901         * src/plugins/pgpinline/pgpinline.c
2902         * src/plugins/pgpmime/pgpmime.c
2903                 don't report an error when the user cancels the passphrase dialog.
2904
2905 2006-07-02 [colin]      2.3.1cvs51
2906
2907         * src/folderview.c
2908                 Open message when crossing folders with Space,
2909                 goto next unread and friends
2910
2911 2006-07-01 [colin]      2.3.1cvs50
2912
2913         * src/prefs_account.c
2914                 Typographic rules varying from language
2915                 to language (in french "Protocole :"),
2916                 we have to do that :)
2917
2918 2006-07-01 [ticho]      2.3.1cvs49
2919
2920         * src/prefs_account.c
2921                 Only use one temporary gchar* variable in
2922                 prefs_account_protocol_set_optmenu().
2923
2924 2006-07-01 [ticho]      2.3.1cvs48
2925
2926         * src/prefs_account.c
2927         * src/prefs_account.h
2928                 Use GtkLabel for existing account protocol name.
2929                 Created an array for protocol names and populate the
2930                 combobox from it in a for() cycle.
2931
2932 2006-06-30 [colin]      2.3.1cvs47
2933
2934         * src/compose.c
2935                 Block undo when changing signature (by changing
2936                 account)
2937
2938 2006-06-30 [paul]       2.3.1cvs46
2939
2940         * src/send_message.c
2941                 when editing From in the Compose window, use that address
2942                 in the Return-Path: header
2943                 Thanks to Colin
2944
2945 2006-06-30 [colin]      2.3.1cvs45
2946
2947         * src/compose.c
2948                 Fix signature replacement:
2949                 - when no newline before separator
2950                 - when reediting
2951
2952 2006-06-29 [colin]      2.3.1cvs44
2953
2954         * src/folderview.c
2955         * src/folderview.h
2956         * src/mainwindow.c
2957         * src/summaryview.c
2958                 Let 'View/Go to/Next marked' work like
2959                 Next new & Next unread: across folders
2960                 Change the select_on_entry pref to do
2961                 what we want when changing folder
2962         * src/common/utils.c
2963                 Fix single-quoted links 
2964
2965 2006-06-29 [colin]      2.3.1cvs43
2966
2967         * src/gtk/gtkaspell.c
2968                 "Sylpheed" and "Sylpheed-Claws" do exist !
2969
2970 2006-06-29 [colin]      2.3.1cvs42
2971
2972         * src/imap.c
2973                 Forgot to remove debug
2974
2975 2006-06-29 [colin]      2.3.1cvs41
2976
2977         * src/imap.c
2978         * src/imap.h
2979         * src/mainwindow.c
2980                 Disconnect from IMAP servers when going
2981                 offline. Fixes bug #978 (going to offline-mode 
2982                 won't close connections)
2983
2984 2006-06-29 [colin]      2.3.1cvs40
2985
2986         * src/main.c
2987                 Fix transient setting on failing plugins
2988                 Patch by Fabien
2989         * src/plugins/pgpcore/sgpgme.c
2990                 Only warn for OpenPGP. Most people don't
2991                 have CMS available.
2992
2993 2006-06-29 [colin]      2.3.1cvs39
2994
2995         * src/compose.c
2996                 Fix Spelling menu (discrepancy between context menu
2997                 and top menu when folder's dictionary isn't the 
2998                 default one)
2999         * src/plugins/pgpcore/sgpgme.c
3000                 More error reporting about why gpgme can fail
3001
3002 2006-06-29 [wwp]        2.3.1cvs38
3003
3004         * src/mainwindow.c
3005                 honor the display-header-pane setting even when the message view
3006                 is a separate window.
3007
3008 2006-06-29 [wwp]        2.3.1cvs37
3009
3010         * src/prefs_actions.c
3011                 forgot to commit that one (use of GTK_STOCK_INFO).
3012
3013 2006-06-29 [colin]      2.3.1cvs36
3014
3015         * src/imap.c
3016                 Better handling of login errors (ask the password
3017                 again once), alert in case of error. Fix three
3018                 signedness warnings.
3019
3020 2006-06-28 [wwp]        2.3.1cvs35
3021
3022         * src/prefs_template.c
3023         * src/prefs_matcher.c
3024         * src/prefs_filtering_action.c
3025         * src/prefs_quote.c
3026                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3027                 patch by Fabien Vantard, slightly modified.
3028
3029 2006-06-28 [paul]
3030
3031         2.4.0-rc2 released
3032
3033 2006-06-28 [colin]      2.3.1cvs34
3034
3035         * src/prefs_account.c
3036                 Fix bug #977 (Can't add or edit imap accounts)
3037
3038 2006-06-28 [colin]      2.3.1cvs33
3039
3040         * src/mimeview.c
3041                 Fix previous
3042
3043 2006-06-28 [colin]      2.3.1cvs32
3044
3045         * src/mimeview.c
3046                 Save named inlined attachments with "Save all"
3047         * src/main.c
3048         * src/mbox.c
3049         * src/common/plugin.c
3050         * src/common/plugin.h
3051         * src/common/sylpheed.c
3052         * src/common/utils.c
3053         * src/plugins/pgpcore/sylpheed.def
3054         * src/plugins/pgpinline/sylpheed.def
3055         * src/plugins/pgpmime/sylpheed.def
3056                 Win32 compatibility patch, by
3057                 Werner Koch
3058
3059 2006-06-28 [wwp]        2.3.1cvs31
3060
3061         * src/imap.c
3062         * src/prefs_folder_item.c
3063                 less compilation warnings (thanks to Fabien Vantard), less typos.
3064
3065 2006-06-28 [paul]       2.3.1cvs30
3066
3067         * src/gtk/gtkutils.c
3068                 gtk_combo_box_set_focus_on_click() is only
3069                 available since gtk 2.6.0
3070
3071 2006-06-28 [paul]       2.3.1cvs29
3072
3073         * src/prefs_ext_prog.c
3074                 fix engrish and add a tooltip for the
3075                 'command for 'Display as text' option
3076
3077 2006-06-28 [paul]
3078
3079         2.4.0-rc1 released
3080
3081 2006-06-28 [paul]       2.3.1cvs28
3082
3083         * ChangeLog
3084         * tools/Makefile.am
3085                 include textviewer.pl in releases
3086
3087 2006-06-28 [paul]       2.3.1cvs27
3088
3089         * src/prefs_ext_prog.c
3090                 hide Print command option if libgnomeprint
3091                 support is present
3092
3093 2006-06-27 [colin]      2.3.1cvs26
3094
3095         * src/compose.c
3096                 Fix Esc handling in insert/attach dialog
3097                 Don't show this dialog if dragging something
3098                 else than text/uri-list
3099                 Thanks to Fabien Vantard
3100         * tools/textviewer.pl
3101                 Filter script to display stuff as text
3102                 by H. Merijn Brand
3103
3104 2006-06-27 [wwp]        2.3.1cvs25
3105
3106         * src/messageview.c
3107                 use the exact product name (message view title), patch
3108                 by Fabien Vantard.
3109
3110 2006-06-27 [ticho]      2.3.1cvs24
3111
3112         * src/prefs_account.c
3113         * src/prefs_common.c
3114         * src/prefs_common.h
3115         * src/prefs_ext_prog.c
3116         * src/textview.c
3117                 Add a preference (Preferences/External programs)
3118                 to allow "Display as text" to be done via a script
3119                 (patch by H.Merijn Brand).
3120                 Use GtkComboBox for protocol selection in account
3121                 preferences.
3122                 Only include current choice for existing accounts, and
3123                 insensitivize the combobox.
3124
3125 2006-06-27 [paul]       2.3.1cvs23
3126
3127         * src/mbox.c
3128                 fix crasher introduced in cvs21.
3129                 Thanks to Colin
3130
3131 2006-06-26 [colin]      2.3.1cvs22
3132
3133         * src/mbox.c
3134                 Fix double-frees when leaving folders
3135                 after exporting to mbox
3136
3137 2006-06-26 [colin]      2.3.1cvs21
3138
3139         * src/mbox.c
3140                 More feedback (and optimisation)
3141                 on import/export
3142         * src/common/utils.c
3143                 Fix case when looking for mail addresses
3144         * src/gtk/gtkutils.c
3145                 Extra check for (X-)Face
3146
3147 2006-06-25 [ticho]      2.3.1cvs20
3148
3149         * src/compose.c
3150         * src/exphtmldlg.c
3151         * src/gtk/gtkutils.c
3152         * src/gtk/gtkutils.h
3153                 Added second argument to gtkut_sc_combobox_create() to
3154                 control focus-on-click for the widget.
3155                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3156
3157 2006-06-25 [ticho]      2.3.1cvs19
3158
3159         * src/compose.c
3160         * src/gtk/Makefile.am
3161         * src/gtk/combobox.c
3162         * src/gtk/combobox.h
3163         * src/gtk/gtkutils.c
3164         * src/gtk/gtkutils.h
3165                 Use GtkComboBox instead of deprecated GtkOptionMenu
3166                 for account selector in compose window and for encoding
3167                 selector in attachment properties.
3168                 Also factorise working with the new GtkComboBox somewhat.
3169
3170 2006-06-24 [paul]       2.3.1cvs18
3171
3172         * src/prefs_common.c
3173                 use the correct default value
3174
3175 2006-06-24 [paul]       2.3.1cvs17
3176
3177         * src/compose.c
3178         * src/prefs_common.c
3179         * src/prefs_common.h
3180         * src/prefs_compose_writing.c
3181                 enable setting of default action when
3182                 dnd'ing files in the compose window.
3183                 (Collaborative effort with wwp)
3184
3185 2006-06-23 [wwp]        2.3.1cvs16
3186
3187         * src/compose.c
3188                 i18n fix (thanks to Fabien Vantard)
3189
3190 2006-06-22 [colin]      2.3.1cvs15
3191
3192         * src/prefs_customheader.c
3193                 Don't use filters in custom headers' file 
3194                 selector. Remember, extensions mean nothing :)
3195
3196 2006-06-22 [paul]       2.3.1cvs14
3197
3198         * configure.ac
3199                 allow setting of man directory location
3200
3201 2006-06-22 [colin]      2.3.1cvs13
3202
3203         * src/mainwindow.c
3204                 Add 'View/Go to/Next unread folder'.
3205                 I missed that :)
3206
3207 2006-06-22 [colin]      2.3.1cvs12
3208
3209         * src/common/utils.c
3210                 Add some subject prefixes
3211                 Patch by Bjorn T Johansen <btj@havleik.no>
3212
3213 2006-06-22 [colin]      2.3.1cvs11
3214
3215         * manual/advanced.xml
3216                 Forgotten hidden pref
3217
3218 2006-06-21 [paul]       2.3.1cvs10
3219
3220         * src/prefs_account.c
3221                 complete the removal of 'Add date header' option
3222
3223 2006-06-21 [paul]       2.3.1cvs9
3224
3225         * src/account.c
3226         * src/compose.c
3227         * src/prefs_account.c
3228         * src/prefs_account.h
3229                 remove option to add date header - always
3230                 add date header
3231         * src/etpan/imap-thread.c
3232                 fix warnings (Thanks to Colin)
3233
3234 2006-06-21 [wwp]        2.3.1cvs8
3235
3236         * src/folder.c
3237                 set the attachment flag when inline text part are (file)named. This is more convenient
3238                 when receiving (for instance) inline source files or patches sent using thunderbird.
3239
3240 2006-06-21 [paul]       2.3.1cvs7
3241
3242         * src/inc.c
3243                 fix off-by-one count of current msg in
3244                 statusbar filtering progressbar
3245
3246 2006-06-21 [paul]       2.3.1cvs6
3247
3248         * src/folder.c
3249                 Show attachment icon even if the part is 'inline'
3250                 if the following conditions are met:
3251                 - content-type != 'text/plain'
3252                 - content-type != '*/pgp-signature'
3253                 - either 'name' or 'filename' parameter is not NULL
3254                 
3255                 Thanks to Colin
3256
3257 2006-06-21 [paul]       2.3.1cvs5
3258
3259         * src/messageview.c
3260         * src/prefs_common.c
3261         * src/prefs_common.h
3262         * src/prefs_other.c
3263                 add an option to 'Never send Return
3264                 Receipts'
3265                 Thanks to Colin
3266
3267 2006-06-20 [mones]      2.3.1cvs4
3268
3269         * po/es.po
3270                 updated
3271         * src/compose.c
3272                 typo fixed (space after comma)
3273         * tools/make.themes.project
3274                 remove exec mode from tarball files
3275
3276 2006-06-20 [colin]      2.3.1cvs3
3277
3278         * src/news.c
3279         * src/procheader.c
3280         * src/unmime.c
3281                 Better fix for \n's in headers (don't 
3282                 break Received: and others)
3283
3284 2006-06-20 [paul]       2.3.1cvs2
3285
3286         * src/alertpanel.c
3287         * src/textview.c
3288                 improve legibility of phishing attempt
3289                 dialog
3290
3291 2006-06-20 [paul]       2.3.1cvs1
3292
3293         * NEWS
3294         * README
3295         * configure.ac
3296                 Update version number following
3297                 stable release
3298
3299 2006-06-20 [colin]      2.3.0cvs26
3300
3301         * src/compose.c
3302                 When dragging a file to the text of the compose
3303                 window, ask whether we want to insert or attach
3304                 (I know lots of people who do that to attach)
3305
3306 2006-06-20 [colin]      2.3.0cvs25
3307
3308         * src/etpan/imap-thread.c
3309                 Fix threshold (the append command is often > 32 bytes)
3310
3311 2006-06-19 [colin]      2.3.0cvs24
3312
3313         * src/imap.c
3314         * src/etpan/imap-thread.c
3315                 Workaround Rockliffe IMAP server bug: replace
3316                 "x UID SEARCH (ANSWERED UID 1:*)" with
3317                 "x UID SEARCH ANSWERED"
3318                 (Rockliffe doesn't handle the parenthesis)
3319
3320 2006-06-19 [colin]      2.3.0cvs23
3321
3322         * src/compose.c
3323         * src/imap.c
3324         * src/etpan/imap-thread.c
3325                 Probably fix bug #972 (Freezes when adding 
3326                 an attachment to the message)
3327         * src/common/defs.h
3328                 Modernize Firefox cmd
3329
3330
3331 2006-06-18 [colin]      2.3.0cvs22
3332
3333         * src/prefs_customheader.c
3334                 Only allow correct filenames for various
3335                 custom headers
3336
3337 2006-06-18 [colin]      2.3.0cvs21
3338
3339         * src/prefs_customheader.c
3340                 Add a 'From File...' button in custom headers prefs, which
3341                 try to do the right thing: 
3342                 for normal headers, use file as plaintext,
3343                 for X-Face, calls compface,
3344                 for Face, encode to b64.
3345
3346 2006-06-17 [colin]      2.3.0cvs20
3347
3348         * src/mh.c
3349                 Warning fix
3350
3351 2006-06-16 [colin]      2.3.0cvs19
3352
3353         * src/summaryview.c
3354                 Recursive quicksearch: show message list
3355                 in current folder, *then* search children
3356                 in the background.
3357
3358 2006-06-16 [colin]      2.3.0cvs18
3359
3360         * src/main.c
3361                 Instead of ignoring SIGPIPE, save caches
3362                 when getting one. Will fix the fact that
3363                 hot caches are out-of-date when logging 
3364                 out of Xorg.
3365         * src/compose.c
3366         * src/prefs_compose_writing.c
3367                 Only save text (not attachments) when 
3368                 auto-saving to drafts
3369         * src/unmime.c
3370                 Always replace \n, \r and \t with spaces
3371                 in headers
3372         * manual/dist/html/Makefile.am
3373         * manual/dist/pdf/Makefile.am
3374         * manual/dist/ps/Makefile.am
3375         * manual/dist/txt/Makefile.am
3376         * manual/fr/dist/html/Makefile.am
3377         * manual/fr/dist/pdf/Makefile.am
3378         * manual/fr/dist/ps/Makefile.am
3379         * manual/fr/dist/txt/Makefile.am
3380         * manual/pl/dist/html/Makefile.am
3381         * manual/pl/dist/pdf/Makefile.am
3382         * manual/pl/dist/ps/Makefile.am
3383         * manual/pl/dist/txt/Makefile.am
3384                 Fix make clean removing pregenerated manuals
3385
3386
3387 2006-06-16 [colin]      2.3.0cvs17
3388
3389         * src/plugins/pgpcore/sgpgme.c
3390         * src/plugins/pgpmime/pgpmime.c
3391         * src/plugins/pgpinline/pgpinline.c
3392                 Better error reporting in setup_signers.
3393                 Don't fallback to default key if specified
3394                 key isn't found.
3395                 Don't allow signing if more than one secret
3396                 key matches the one specified in prefs.
3397
3398 2006-06-15 [colin]      2.3.0cvs16
3399
3400         * src/folderview.c
3401                 Add "Send queue" in the folder's contextual
3402                 menu
3403         * src/compose.c
3404         * src/messageview.c
3405         * src/privacy.c
3406         * src/privacy.h
3407         * src/procmime.c
3408         * src/procmsg.c
3409         * src/plugins/pgpcore/passphrase.c
3410         * src/plugins/pgpcore/sgpgme.c
3411         * src/plugins/pgpinline/pgpinline.c
3412         * src/plugins/pgpmime/pgpmime.c
3413                 Better error reporting
3414         * src/mbox.c
3415                 Probably fix bug #971 (2.2.3 cannot read mail 
3416                 from local mbox)
3417
3418
3419 2006-06-15 [mones]      2.3.0cvs15
3420
3421         * tools/make.themes.project
3422                 creates the themes project from the web page
3423
3424 2006-06-15 [colin]      2.3.0cvs14
3425
3426         * src/folder.c
3427                 Better fix (avoid losing the folder if scan_tree 
3428                 fails)
3429
3430 2006-06-15 [cleroy]     2.3.0cvs13
3431
3432         * src/folder.c
3433                 Probably fix Bug #969 (crash on rebuilding 
3434                 imap folder)
3435
3436 2006-06-14 [colin]      2.3.0cvs12
3437
3438         * manual/dtd/manual.xsl
3439         * manual/sylpheed-claws-manual.xml
3440         * manual/fr/sylpheed-claws-manual.xml
3441         * manual/pl/sylpheed-claws-manual.xml
3442                 Insert pagebreaks between sections
3443
3444 2006-06-14 [paul]       2.3.0cvs11
3445
3446         * configure.ac
3447                 better fix than 2.3.0cvs10
3448
3449 2006-06-14 [paul]       2.3.0cvs10
3450
3451         * configure.ac
3452                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3453                 (backwards compatible)
3454
3455 2006-06-13 [colin]      2.3.0cvs9
3456
3457         * src/messageview.c
3458                 Fix sending of return receipt with the new queue folders
3459
3460 2006-06-13 [wwp]        2.3.0cvs8
3461
3462         * src/quote_fmt_lex.l
3463                 fix wrong tokens returned in quote_fmt lexer, query not().
3464
3465 2006-06-13 [wwp]        2.3.0cvs7
3466
3467         * src/folder.c
3468         * src/prefs_folder_item.c
3469                 allow changing folder type even when folder is not a top-level one,
3470                 thanks to Colin.
3471
3472 2006-06-12 [colin]      2.3.0cvs6
3473
3474         * src/folderview.c
3475                 Fix double-ask of "Do you want to mark all
3476                 as read"
3477
3478 2006-06-12 [colin]      2.3.0cvs5
3479
3480         * src/compose.c
3481         * src/compose.h
3482         * src/folder.c
3483         * src/folder.h
3484         * src/imap.c
3485         * src/inc.c
3486         * src/main.c
3487         * src/messageview.c
3488         * src/mh.c
3489         * src/prefs_folder_item.c
3490         * src/procheader.c
3491         * src/procmime.c
3492         * src/procmsg.c
3493         * src/procmsg.h
3494         * src/send_message.c
3495         * src/summaryview.c
3496         * src/toolbar.c
3497                 Apply bug #964's patch (Queue and drafts aren't normal)
3498                 The Drafts and Queue folder now contain RFC-822 files,
3499                 allowing to move and copy mails from and to these 
3500                 folders. Moving from Drafts to Queue will prepare the
3501                 mail for sending (PGP signature, encryption, etc).
3502                 This patch also rework sending errors handling to try
3503                 to be more helpful.
3504                 Also, allow redefining folder types via the GUI 
3505                 (Folder type in its Properties)
3506
3507 2006-06-12 [colin]      2.3.0cvs4
3508
3509         * src/summaryview.c
3510         * src/prefs_common.c
3511         * src/prefs_common.h
3512         * src/gedit-print.c
3513                 Allow to define a specific print font - patch
3514                 by Bernhard Walle <bernhard.walle@gmx.de>
3515         * src/prefs_fonts.c
3516         * manual/advanced.xml
3517         * manual/fr/advanced.xml
3518                 Add a hidden pref to allow deletion without
3519                 confirmation
3520
3521 2006-06-12 [wwp]        2.3.0cvs3
3522
3523         * .cvsignore
3524                 more files to ignore.
3525
3526 2006-06-12 [wwp]        2.3.0cvs2
3527
3528         * src/quote_fmt.c
3529         * src/quote_fmt_lex.l
3530         * src/quote_fmt_parse.y
3531                 extend the quote_fmt parser (templates and quotes):
3532                 - allow limited sub-expressions in |p{} and |f{} expressions,
3533                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3534                 - implemented/fixed missing implementation of query_references and show_references,
3535                 - completed, fixed contents and format of the symbols help dialog,
3536                 - fix some compilation warnings.
3537
3538 2006-06-12 [wwp]        2.3.0cvs1
3539
3540         * manual/advanced.xml
3541         * manual/fr/advanced.xml
3542                 updates in the "templates" section of the manual (eng/fr):
3543                  - be more precise (both versions)
3544                  - completed to match the english reference (fr version)
3545                  - touchups (both versions)
3546
3547 2006-06-12 [paul]       2.3.0
3548
3549         2.3.0 released
3550
3551 2006-06-12 [paul]       2.2.3cvs14
3552
3553         * po/ca.po
3554         * po/cs.po
3555         * po/de.po
3556         * po/el.po
3557         * po/fr.po
3558         * po/it.po
3559         * po/pt_BR.po
3560         * po/sr.po
3561         * po/zh_CN.po
3562                 updated by Miquel Oliete, Tim, Stephan Sachse,
3563                 Stavros Giannouris, Fabien Vantard, Andrea
3564                 Spadaccini, Frederico Goncalves Guimaraes,
3565                 Aleksandar Urosevic, and Ralgh Young
3566
3567 2006-06-12 [colin]      2.2.3cvs13
3568
3569         * src/mbox.c
3570                 Add missing header
3571
3572 2006-06-11 [colin]      2.2.3cvs12
3573
3574         * src/msgcache.c
3575                 Verify that g_malloc() succeeded
3576
3577 2006-06-11 [colin]      2.2.3cvs11
3578
3579         * src/wizard.c
3580                 Add Face header to welcome mail
3581
3582 2006-06-10 [colin]      2.2.3cvs10
3583
3584         * src/textview.c
3585                 Revert previous (Forgot it changes the
3586                 margin on the whole mail)
3587
3588 2006-06-10 [colin]      2.2.3cvs9
3589
3590         * src/textview.c
3591                 Don't overlap long headers under (X-)Face
3592
3593 2006-06-10 [mones]      2.2.3cvs8
3594
3595         * manual/xml2pdf
3596                 allow generation of manual on systems lacking saxon binary
3597                 but with java and the saxon library installed
3598
3599         * po/es.po
3600                 updated for release
3601
3602 2006-06-09 [colin]      2.2.3cvs7
3603
3604         * src/summaryview.c
3605                 Fix leak when using Display Sender using Addressbook
3606
3607 2006-06-09 [colin]      2.2.3cvs6
3608
3609         * src/compose.c
3610         * src/folder.c
3611         * src/folderview.c
3612         * src/mimeview.c
3613         * src/summaryview.c
3614                 More leaks fixes
3615
3616 2006-06-09 [paul]       2.2.3cvs5
3617
3618         * AUTHORS
3619         * src/gtk/authors.h
3620         * tools/claws.i18n.status.pl
3621                 updated with new info
3622
3623 2006-06-09 [paul]       2.2.3cvs4
3624
3625         * README
3626                 updated
3627         * manual/ack.xml
3628                 add wwp to authors list
3629         * src/gtk/authors.h
3630                 update mine and Colin's addresses
3631
3632 2006-06-08 [colin]      2.2.3cvs3
3633
3634         * src/etpan/imap-thread.c
3635                 Fix leak on SSL cert check
3636
3637 2006-06-08 [colin]      2.2.3cvs2
3638
3639         * src/common/utils.c
3640                 Fix leak
3641
3642 2006-06-08 [paul]       2.2.3cvs1
3643
3644         * configure.ac
3645                 Update version number following
3646                 stable release
3647
3648 2006-06-07 [colin]      2.2.2cvs3
3649
3650         * src/msgcache.c
3651                 Fix catching cache read errors (guint instead of gint)
3652                 Prevent malloc'ing more than 8MB (means cache corruption)
3653
3654 2006-06-07 [paul]       2.2.2cvs2
3655
3656         * src/exporthtml.c
3657         * src/exportldif.c
3658         * src/mh.c
3659         * src/mutt.c
3660         * src/pine.c
3661         * src/common/utils.c
3662                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3663                 obey $HOME'
3664                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3665                 Thanks to Colin
3666
3667 2006-06-06 [paul]       2.2.2cvs1
3668
3669         * configure.ac
3670                 Update version number following
3671                 stable release
3672
3673 2006-06-06 [paul]       2.2.1cvs6
3674
3675         * src/matcher.c
3676                 fix  implicit declaration of
3677                 sylpheed_do_idle()
3678                 Patch by Fabien Vantard
3679
3680 2006-06-06 [paul]       2.2.1cvs5
3681
3682         * src/matcher.c
3683                 fix age_greater and age_lower so that they
3684                 mean what say and not '...or equal to'
3685                 Thanks to Colin
3686
3687 2006-06-06 [paul]       2.2.1cvs4
3688
3689         * src/textview.c
3690         * src/common/utils.c
3691                 fix URI check
3692                 Thanks to Colin
3693
3694 2006-06-05 [wwp]        2.2.1cvs3
3695
3696         * manual/fr/account.xml
3697                 minor language fixes (thanks to Fabien Vantard).
3698
3699 2006-06-05 [colin]      2.2.1cvs2
3700
3701         * src/prefs_folder_item.c
3702         * src/folderview.c
3703                 Allow recursive setting of properties 
3704                 for whole mailboxes
3705         * src/matcher.c
3706                 Don't freeze on 'test' filtering rule
3707
3708 2006-06-05 [colin]      2.2.1cvs1
3709
3710         * configure.ac
3711                 Update version number following
3712                 stable release
3713
3714 2006-06-04 [wwp]        2.2.0cvs82
3715
3716         * manual/glossary.xml
3717         * manual/account.xml
3718         * manual/fr/glossary.xml
3719         * manual/fr/account.xml
3720                 added glossary section and references/links related to the Face custom header.
3721
3722 2006-06-04 [colin]      2.2.0cvs81
3723
3724         * src/summaryview.c
3725                 Skip to next message on move with no
3726                 immediate execution
3727
3728 2006-06-04 [wwp]        2.2.0cvs80
3729
3730         * manual/xml2pdf
3731                 added sanity checks, exit when needed.
3732
3733 2006-06-03 [paul]       2.2.0cvs79
3734
3735         * src/prefs_receive.c
3736                 page name is now 'Receiving'
3737         * src/prefs_send.c
3738                 page name is now 'Sending'
3739
3740 2006-06-03 [colin]      2.2.0cvs78
3741
3742         * src/plugins/spamassassin/spamassassin_gtk.c
3743                 Autoswitch to Localhost if transport was previously
3744                 disabled. Else people had to check [] Enable, then
3745                 *reselect* transport.
3746
3747 2006-06-03 [colin]      2.2.0cvs77
3748
3749         * src/plugins/pgpinline/pgpinline.c
3750         * src/plugins/pgpmime/pgpmime.c
3751                 Check that gpg_data_release_and_get_mem 
3752                 didn't fail (now, why this happens...)
3753
3754 2006-06-03 [colin]      2.2.0cvs76
3755
3756         * src/mbox.c
3757                 Fix bug #962 (Manual and/or UI should 
3758                 warn about incompatible locking 
3759                 causing dataloss)
3760
3761 2006-06-02 [cleroy]     2.2.0cvs75
3762
3763         * src/filtering.c
3764         * src/folder.c
3765         * src/procmsg.c
3766         * src/summaryview.c
3767                 Fix a few leaks
3768
3769 2006-06-02 [colin]      2.2.0cvs74
3770
3771         * src/main.c
3772                 On exit, free caches after writing them
3773                 Shuts up some valgrind false positives
3774         * src/procmsg.c
3775         * src/send_message.c
3776                 Fix races when reusing existing SMTP connections
3777                 Fix inexistant session timeout
3778         * src/toolbar.c
3779                 Display alertpanel after all queues have
3780                 been processed, not after each
3781
3782 2006-06-02 [wwp]        2.2.0cvs73
3783
3784         * manual/fr/glossary.xml
3785         * manual/fr/ack.xml
3786         * manual/ack.xml
3787                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3788
3789 2006-06-02 [wwp]        2.2.0cvs72
3790
3791         * manual/xml2pdf
3792         * manual/dist/pdf/Makefile.am
3793         * manual/dtd/manual.xsl
3794         * manual/fr/dist/pdf/Makefile.am
3795         * manual/pl/dist/pdf/Makefile.am
3796                 we changed the procedure to generate the .pdf version of the manual.
3797                 The procedure is more modern and the .pdf we get now has a valid index.
3798                 Here are the new pre-requisites:
3799
3800                 - JRE 1.x (1.4 here): there must be one from your distro
3801                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3802                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3803                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3804
3805                 See my posts for further info about the installation of this toolchain:
3806
3807                 Date: Fri, 19 May 2006 19:40:06 +0200
3808                 From: wwp <subscript@free.fr>
3809                 To: sylpheed-claws-devel@lists.sourceforge.net
3810                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3811
3812                 and
3813
3814                 Date: Wed, 24 May 2006 12:58:49 +0200
3815                 From: wwp <subscript@free.fr>
3816                 To: sylpheed-claws-devel@lists.sourceforge.net
3817                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3818
3819 2006-06-01 [colin]      2.2.0cvs71
3820
3821         * src/compose.c
3822                 Better guards against IMAP races
3823         * src/main.c
3824         * src/prefs_common.c
3825         * src/prefs_common.h
3826         * src/common/ssl_certificate.c
3827         * src/etpan/imap-thread.c
3828         * src/etpan/imap-thread.h
3829         * src/gtk/sslcertwindow.c
3830                 New hidden option ssl_skip_cert_check to 
3831                 avoid dups of bug #959 (libetpan linked
3832                 against gnutls and gnutls buggy on 64bit)
3833                 Present expired warning only once per
3834                 session/server.
3835         * manual/advanced.xml
3836         * manual/fr/advanced.xml
3837                 Document new option
3838
3839 2006-06-01 [wwp]        2.2.0cvs70
3840
3841         * src/messageview.c
3842                 fix for bug #961 (return receipt dialog 
3843                 complains incorrectly about return-path 
3844                 email adress being different), thanks 
3845                 to Colin.
3846
3847 2006-05-31 [cleroy]     2.2.0cvs69
3848
3849         * src/common/ssl.c
3850                 Guard against NULLs, although this
3851                 should never be an issue
3852
3853 2006-05-31 [colin]      2.2.0cvs68
3854
3855         * src/filtering.c
3856                 Use g_slist_prepend
3857         * src/imap.c
3858                 Don't remove caches when destroying folder, it
3859                 could (should) be done at exit
3860         * src/inc.c
3861                 free processing cache after incorporation
3862         * src/etpan/imap-thread.c
3863                 Maybe fix bug #959 (Crash on moving to emails 
3864                 to a imap account per ssl with a expired 
3865                 certificate.)
3866
3867 2006-05-30 [colin]      2.2.0cvs67
3868
3869         * src/summaryview.c
3870                 Put back event flush when displaying message
3871                 It avoids reading a bunch of messages just
3872                 by hitting shift-n for too long ;)
3873
3874 2006-05-29 [colin]      2.2.0cvs66
3875
3876         * src/summaryview.c
3877                 Remove useless g_warnings
3878
3879 2006-05-29 [colin]      2.2.0cvs65
3880
3881         * src/imap.c
3882                 Fix g_slist_append()s for performance
3883
3884 2006-05-29 [colin]      2.2.0cvs64
3885
3886         * src/compose.c
3887         * src/common/utils.c
3888                 Fix extraneous tab at start of addresses
3889         * src/mainwindow.c
3890                 Fix warnings (thanks to Fabien)
3891                 Fix crash at exit when composing messages 
3892                 exist
3893         * src/pop.c
3894                 Fix progress bar when deleting expired mails
3895                 Thanks to Hiro
3896         * src/summaryview.c
3897         * src/gtk/gtksctree.c
3898                 Fix re-sorting slowness
3899
3900 2006-05-29 [paul]       2.2.0cvs63
3901
3902         * src/mh.c
3903                 fetch full message when moving mails
3904                 from another mailbox, (fixed data loss
3905                 when filtering from IMAP to MH, introduced
3906                 in 2.2.0cvs57).
3907                 Thanks to Colin
3908
3909 2006-05-29 [mones]      2.2.0cvs62
3910
3911         * src/gtk/gtksctree.c
3912                 Unselect faster (patch by Colin)        
3913
3914 2006-05-26 [colin]      2.2.0cvs61
3915
3916         * src/summaryview.c
3917                 Unplug MSGINFO_UPDATE callback on delete too.
3918
3919 2006-05-26 [colin]      2.2.0cvs60
3920
3921         * src/foldersel.c
3922                 Fix bold in folder selection window with glib2.10
3923                 thanks Hiro
3924
3925 2006-05-26 [colin]      2.2.0cvs59
3926
3927         * src/procheader.c
3928                 Convert date only if necessary (and don't
3929                 try to convert from utf8 to utf8, too)
3930         * src/summaryview.c
3931                 Only set column's text if the column's 
3932                 displayed
3933
3934 2006-05-26 [colin]      2.2.0cvs58
3935
3936         * src/summaryview.c
3937         * src/gtk/gtkutils.c
3938                 Fix useless warning
3939
3940 2006-05-26 [colin]      2.2.0cvs57
3941
3942         * src/mainwindow.c
3943                 Make summaryview selectable as long as 
3944                 no message has focus
3945         * src/mh.c
3946                 Faster deletion (by implementing mh_remove_msgs)
3947                 Faster copy (avoid using mh_fetch_msg just to get
3948                 the filename)
3949                 Faster move (using move_file instead of copy_file
3950                 if MSG_IS_MOVE)
3951                 No progressbar if total number of mails to cp/mv 
3952                 is less than 100
3953         * src/summaryview.c
3954                 Fix removal from subject_table when mail gets moved
3955                 Faster deletion (g_slist_prepend instead of append)
3956         * src/gtk/gtksctree.c
3957                 Remove useless code
3958
3959 2006-05-25 [colin]      2.2.0cvs56
3960
3961         * src/common/ssl_certificate.c
3962                 Fix leak in expired cert check
3963
3964 2006-05-25 [colin]      2.2.0cvs55
3965
3966         * src/mh.c
3967                 Disable flags syncing on .mh_sequences - it
3968                 is buggy and marks mails read under unknown
3969                 conditions.
3970
3971 2006-05-25 [paul]
3972
3973         * 2.3.0-rc4 released
3974
3975 2006-05-24 [colin]      2.2.0cvs54
3976
3977         attention cvs users: if you manage to crash
3978         Sylpheed-Claws while moving, copying or deleting
3979         mails, we *are* interested in stack traces and
3980         valgrind logs. It looks stable, but one never
3981         knows...
3982
3983         * src/folder.c
3984                 Add progressbar for cache updates
3985         * src/folderutils.c
3986                 Optimize Mark all read in the current
3987                 folder
3988         * src/mh.c
3989                 Add progressbar for copy/move
3990         * src/procmsg.c
3991                 Optimize O(n^2) in copy/move
3992         * src/summaryview.c
3993         * src/gtk/gtksctree.c
3994                 Optimize O(n^2) algos
3995         * src/common/timing.h
3996                 Display ms instead of us
3997
3998 2006-05-24 [wwp]        2.2.0cvs53
3999
4000         * manual/fr/advanced.xml
4001                 updates to the French manual.
4002
4003 2006-05-24 [wwp]        2.2.0cvs52
4004
4005         * src/common/utils.c
4006                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4007
4008 2006-05-24 [wwp]        2.2.0cvs51
4009
4010         * src/folderutils.c
4011                 fixed "mark all read" in MH folders (thanks to Colin).
4012
4013 2006-05-24 [paul]       2.2.0cvs50
4014
4015         * doc/man/sylpheed-claws.1
4016                 updated the man page
4017
4018 2006-05-23 [colin]      2.2.0cvs49
4019
4020         * src/folderview.c
4021         * src/imap.c
4022         * src/inc.c
4023         * src/mbox.c
4024         * src/messageview.c
4025         * src/news.c
4026         * src/send_message.c
4027         * src/summaryview.c
4028         * src/gtk/sslcertwindow.c
4029                 alertpanel fixes, by Fabien
4030
4031 2006-05-23 [colin]      2.2.0cvs48
4032
4033         * src/folder.c
4034         * src/folderview.c
4035         * src/msgcache.c
4036         * src/summaryview.c
4037         * src/gtk/gtksctree.c
4038         * src/gtk/gtksctree.h
4039                 More timings
4040                 Fix slow loading problem, which was caused by the
4041                 use of some gtk_ctree funcs and their use of
4042                 g_list_position while gtk_ctree_(un)link'ing.
4043                 Reap more functions from gtkctree.c to be sure we
4044                 use our (fast) version instead of theirs.
4045         * src/mh.c
4046                 Fix copy of unread mails
4047
4048
4049 2006-05-22 [wwp]        2.2.0cvs47
4050
4051         * manual/fr/advanced.xml
4052                 updated.
4053
4054 2006-05-22 [colin]      2.2.0cvs46
4055
4056         * src/filtering.c
4057                 Fix possible infinite loop. 'copy' is not a 
4058                 final action, so when encountering a 'copy',
4059                 we have to check if a previous one was set
4060                 and do it. In the same way, if we encounter
4061                 a 'move' we have to perform a possibly 
4062                 pending 'copy'. This will slow down filtering
4063                 on IMAP if move+copy or multiple copy actions
4064                 are to be done, but handling it via the batch
4065                 would be really too convoluted.
4066
4067 2006-05-22 [wwp]        2.2.0cvs45
4068
4069         * manual/fr/advanced.xml
4070         * manual/fr/faq.xml
4071         * manual/fr/glossary.xml
4072         * manual/fr/handling.xml
4073         * manual/fr/intro.xml
4074         * manual/fr/plugins.xml
4075         * manual/fr/sylpheed-claws-manual.xml
4076                 sync w/ the english manual: updates URIs, documented mailing-list
4077                 support, better explanation about the enabled/disabled feature
4078                 in filtering/processing rules by Paul.
4079
4080 2006-05-21 [colin]      2.2.0cvs44
4081
4082         * src/summaryview.c
4083                 Don't expand after building threads, but during
4084
4085 2006-05-21 [colin]      2.2.0cvs43
4086
4087         * src/procmsg.c
4088         * src/summaryview.c
4089                 More timing possibilities... For next time I have 
4090                 to find out how the hell some 3GHz computer takes
4091                 one minute to open a 30k folder...
4092
4093 2006-05-21 [colin]      2.2.0cvs42
4094
4095         * manual/pl/advanced.xml
4096         * manual/pl/faq.xml
4097         * manual/pl/glossary.xml
4098         * manual/pl/handling.xml
4099         * manual/pl/intro.xml
4100         * manual/pl/plugins.xml
4101         * manual/pl/sylpheed-claws-manual.xml
4102                 Polish manual updated by Pawel
4103
4104 2006-05-20 [colin]
4105
4106         * 2.3.0-rc3 released
4107
4108 2006-05-20 [colin]      2.2.0cvs41
4109
4110         * src/imap.c
4111                 Fix -rc2 problems:
4112                 - remove cache of moved messages from original folder
4113                 - apply new flags to messages even if they aren't appliable
4114                   via IMAP.
4115
4116 2006-05-20 [colin]
4117
4118         * 2.3.0-rc2 released
4119
4120 2006-05-19 [colin]      2.2.0cvs40
4121
4122         * src/imap.c
4123                 Don't issue SELECT in imap_change_flags
4124                 before having checked that we indeed have
4125                 some flags to change. MSG_POSTFILTERED for
4126                 example can't be used on IMAP.
4127                 Fixes bug #955 (copying messages between 
4128                 imap folders is extremely slow), which was
4129                 a regression.
4130
4131 2006-05-19 [colin]      2.2.0cvs39
4132
4133         * src/folder.c
4134         * src/folder.h
4135         * src/folderview.c
4136                 Try to fix bug #830 (Some unread messages 
4137                 get marked read in IMAP inbox):
4138                 - Prevent scanning a folder if it's being 
4139                   opened via the GUI
4140                 - Postpone opening via the GUI of a folder
4141                   currently scanned.
4142
4143
4144 2006-05-19 [wwp]        2.2.0cvs38
4145
4146         * manual/advanced.xml
4147                 fix English+typo (thanks to Paul).
4148
4149 2006-05-19 [wwp]        2.2.0cvs37
4150
4151         * manual/advanced.xml
4152         * manual/fr/advanced.xml
4153         * src/gtk/logwindow.c
4154         * src/prefs_common.c
4155         * src/prefs_common.h
4156                 added hidden prefs to allow customization of colors used in
4157                 protocol log window (useful for dark gtk+ themes).
4158
4159 2006-05-19 [wwp]        2.2.0cvs36
4160
4161         * ChangeLog
4162                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4163
4164 2006-05-19 [paul]       2.2.0cvs35
4165
4166         * src/textview.c
4167                 make Reply-To fully clickable
4168         * src/gtk/logwindow.c
4169                 more colouring (SMTP ESMTP)
4170         Both patches by Pawel Pekala
4171
4172 2006-05-19 [cleroy]     2.2.0cvs34
4173
4174         * src/mh.c
4175                 Don't update flags from current folder
4176                 Probably fixes bug #935 (Read Messages 
4177                 Revert to Being Marked as Unread)
4178
4179 2006-05-18 [colin]      2.2.0cvs33
4180
4181         * src/imap.c
4182                 Warning fix
4183         * src/compose.c
4184         * src/mainwindow.c
4185         * src/summaryview.c
4186         * src/toolbar.c
4187                 Allow replying to multiple emails
4188                 in multiple windows
4189         * src/mimeview.c
4190         * src/etpan/imap-thread.c
4191                 Leak fixes
4192
4193 2006-05-18 [paul]       2.2.0cvs32
4194
4195         * src/summaryview.c
4196                 keep Mailing-List menu refreshed
4197                 Thanks to Colin
4198
4199 2006-05-18 [paul]       2.2.0cvs31
4200
4201         * manual/advanced.xml
4202         * manual/faq.xml
4203         * manual/glossary.xml
4204         * manual/handling.xml
4205         * manual/intro.xml
4206         * manual/plugins.xml
4207         * manual/sylpheed-claws-manual.xml
4208                 update URLs
4209                 add info about mailing-list support
4210                 edit filtering info
4211         * src/wizard.c
4212         * src/common/defs.h
4213         * src/gtk/about.c
4214         * src/plugins/dillo_viewer/README
4215                 update URLs
4216
4217 2006-05-17 [wwp]        2.2.0cvs30
4218
4219         * manual/handling.xml
4220         * manual/fr/handling.xml
4221                 documented the ability to enabled/disable filtering/processing rules.
4222
4223 2006-05-17 [colin]      2.2.0cvs29
4224
4225         * src/main.c
4226                 Don't initialize g_thread subsystem if it's 
4227                 already done (thanks to Hiro)
4228         * src/mimeview.c
4229                 Fix saving of parts when there name can't be
4230                 converted from UTF-8.
4231
4232 2006-05-17 [paul]       2.2.0cvs28
4233
4234         * po/Makefile.in.in
4235                 fix config.status warning with autoconf 2.60
4236
4237 2006-05-17 [paul]       2.2.0cvs27
4238
4239         * po/POTFILES.in
4240                 add src/mbox.c
4241
4242 2006-05-17 [wwp]        2.2.0cvs26
4243
4244         * src/mainwindow.c
4245                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4246
4247 2006-05-17 [wwp]        2.2.0cvs25
4248
4249         * src/plugins/demo/demo.c
4250                 updated product name in plugin demo (many plugins need to be
4251                 sync'ed w/ that change).
4252
4253 2006-05-17 [colin]      2.2.0cvs24
4254
4255         * src/mh.c
4256                 Fix leak
4257
4258 2006-05-16 [colin]      2.2.0cvs23
4259
4260         * src/mainwindow.c
4261                 Stupid me hit again. Fix cvs22.
4262
4263 2006-05-16 [colin]      2.2.0cvs22
4264
4265         * src/mainwindow.c
4266                 Fix bug #922 (sylpheed-claws crashed after 
4267                 pushing on Inbox folder)
4268
4269 2006-05-16 [colin]      2.2.0cvs21
4270
4271         * src/compose.c
4272                 Make From header be copy/paste/select-able
4273
4274 2006-05-16 [wwp]        2.2.0cvs20
4275
4276         * src/export.c
4277         * src/matcher.c
4278         * src/summaryview.c
4279         * src/etpan/imap-thread.c
4280                 fix some compiler warnings (thanks to Colin).
4281
4282 2006-05-16 [wwp]        2.2.0cvs19
4283
4284         * src/action.c
4285         * src/gedit-print.c
4286         * src/inc.c
4287         * src/mainwindow.c
4288         * src/mh.c
4289         * src/statusbar.c
4290         * src/send_message.c
4291         * src/summaryview.c
4292                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4293
4294 2006-05-15 [colin]      2.2.0cvs18
4295
4296         * src/procmsg.c
4297                 Fix automatic rule creation with List-Post
4298
4299 2006-05-15 [paul]       2.2.0cvs17
4300
4301         * tools/filter_conv_new.pl
4302                 updated for rule enabling/disabling
4303                 claws version >= 2.3.x required
4304
4305 2006-05-15 [cleroy]     2.2.0cvs16
4306
4307         * src/main.c
4308                 Revert test
4309
4310 2006-05-15 [cleroy]     2.2.0cvs15
4311
4312         * src/main.c
4313                 test
4314
4315 2006-05-15 [wwp]        2.2.0cvs14
4316
4317         * manual/pl/.cvsignore
4318                 ignore generated files.
4319
4320 2006-05-14 [wwp]        2.3.0-rc1
4321
4322         * 2.3.0-rc1 released
4323
4324 2006-05-13 [wwp]        2.2.0cvs13
4325
4326         * src/filtering.c
4327         * src/filtering.h
4328         * src/matcher.c
4329         * src/matcher_parser_lex.l
4330         * src/matcher_parser_parse.y
4331         * src/prefs_filtering.c
4332                 new feature: provide the ability to disable filtering and processing
4333                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4334                 adaptations.
4335
4336 2006-05-13 [colin]      2.2.0cvs12
4337
4338         * src/compose.c
4339                 Remove useless if (a) b; else b;
4340                 Thanks to wwp
4341
4342 2006-05-13 [wwp]        2.2.0cvs11
4343
4344         * src/export.c
4345         * src/import.c
4346         * src/mainwindow.c
4347         * src/mbox.c
4348         * src/summaryview.c
4349         * src/summaryview.h
4350                 no more silent failures (or at least less ones) when importing
4351                 or exporting from/to mbox. Also start importing/exporting if
4352                 the necessary info is set.
4353
4354 2006-05-13 [wwp]        2.2.0cvs10
4355
4356         * RELEASE_NOTES
4357                 restored up-to-date release notes.
4358
4359 2006-05-13 [paul]       2.2.0cvs9
4360
4361         * po/nl.po
4362         * po/ru.po
4363                 updated by Tim Dijkstra and Pavlo Bohmat
4364
4365 2006-05-12 [colin]      2.2.0cvs8
4366
4367         * src/gtk/quicksearch.c
4368                 Add "k" as shortcut for "colorlabel". Patch
4369                 by ath42@users.sf.net.
4370
4371 2006-05-12 [paul]       2.2.0cvs7
4372
4373         * src/prefs_common.h
4374         * src/prefs_summaries.c
4375         * src/summaryview.c
4376                 when entering a folder also allow
4377                 going directly to first Marked message
4378
4379 2006-05-12 [paul]       2.2.0cvs6
4380
4381         * src/summaryview.c
4382                 always obey 'confirm before marking all
4383                 mails read' option
4384
4385 2006-05-12 [paul]       2.2.0cvs5
4386
4387         * src/textview.c
4388                 make Sender fully clickable
4389
4390 2006-05-12 [colin]      2.2.0cvs4
4391
4392         * src/compose.c
4393         * src/compose.h
4394                 Let From be editable
4395         * src/main.c
4396         * src/mh.c
4397                 Full support of .mh_sequences' Unseen seq
4398
4399 2006-05-12 [colin]      2.2.0cvs3
4400
4401         * src/folder.c
4402         * src/mainwindow.c
4403         * src/mainwindow.h
4404         * src/messageview.c
4405         * src/prefs_spelling.c
4406         * src/procheader.c
4407         * src/procmsg.c
4408         * src/procmsg.h
4409         * src/summaryview.c
4410         * src/toolbar.c
4411         * src/toolbar.h
4412                 Add contextual menu on Compose toolbar
4413                 button. Fixes bug #944 (Automatic
4414                 addresses not applied when changing account
4415                 from compose window)
4416                 add Mailing List support
4417                 based on the old 0.6.5claws25 patch by
4418                 Melvin Hadasht, with finishing touches
4419                 by Colin
4420                 Fix "ignore thread" when mails are threaded by
4421                 subject (and weren't ignored although appearing
4422                 in the thread).
4423                 GUI rework.
4424                 Both patches by Pawel.
4425
4426 2006-05-08 [paul]       2.2.0cvs2
4427
4428         * src/mainwindow.c
4429         * src/mainwindow.h
4430         * src/messageview.c
4431         * src/procheader.c
4432         * src/procmsg.c
4433         * src/procmsg.h
4434         * src/summaryview.c
4435                 add Mailing List support
4436                 based on the old 0.6.5claws25 patch by 
4437                 Melvin Hadasht, with finishing touches
4438                 by Colin
4439
4440 2006-05-08 [colin]      2.2.0cvs1
4441
4442         * src/mainwindow.c
4443         * src/toolbar.c
4444         * src/toolbar.h
4445                 Add contextual menu on Compose toolbar 
4446                 button. Fixes bug #944 (Automatic 
4447                 addresses not applied when changing account 
4448                 from compose window)
4449
4450 2006-05-08 [paul]       2.2.0
4451
4452         2.2.0 released
4453
4454 2006-05-08 [paul]       2.1.1cvs51
4455
4456         * po/cs.po
4457         * po/de.po
4458         * po/en_GB.po
4459         * po/fi.po
4460         * po/fr.po
4461         * po/pt_BR.po
4462         * po/sr.po
4463         * po/zh_CN.po
4464                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4465                 Fabien Vantard, Frederico Goncalves Guimaraes,
4466                 Aleksandar Urosevic, and Ralgh Young
4467
4468 2006-05-12 [colin]      2.1.1cvs50
4469
4470         * po/cs.po
4471         * po/de.po
4472         * po/en_GB.po
4473         * po/es.po
4474         * po/fi.po
4475         * po/fr.po
4476         * po/pt_BR.po
4477         * po/sr.po
4478         * po/zh_CN.po
4479                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4480                 Fabien Vantard, Frederico Goncalves Guimaraes,
4481                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4482
4483 2006-05-05 [colin]      2.1.1cvs49
4484
4485         * manual/Makefile.am
4486         * manual/pl/Makefile.am
4487         * manual/pl/account.xml
4488         * manual/pl/ack.xml
4489         * manual/pl/addrbook.xml
4490         * manual/pl/advanced.xml
4491         * manual/pl/faq.xml
4492         * manual/pl/glossary.xml
4493         * manual/pl/gpl.xml
4494         * manual/pl/handling.xml
4495         * manual/pl/intro.xml
4496         * manual/pl/keyboard.xml
4497         * manual/pl/plugins.xml
4498         * manual/pl/starting.xml
4499         * manual/pl/sylpheed-claws-manual.xml
4500         * manual/pl/dist/.cvsignore
4501         * manual/pl/dist/Makefile.am
4502         * manual/pl/dist/html/.cvsignore
4503         * manual/pl/dist/html/Makefile.am
4504         * manual/pl/dist/pdf/.cvsignore
4505         * manual/pl/dist/pdf/Makefile.am
4506         * manual/pl/dist/ps/.cvsignore
4507         * manual/pl/dist/ps/Makefile.am
4508         * manual/pl/dist/txt/.cvsignore
4509         * manual/pl/dist/txt/Makefile.am
4510                 Add the polish translation of the manual,
4511                 Authored by Pawel Pekala.
4512
4513 2006-05-05 [cleroy]     2.1.1cvs48
4514
4515         * src/main.c
4516                 Re-read matcherrc after loading plugins 
4517                 if some of them add folders.
4518
4519 2006-05-03 [colin]      2.1.1cvs47
4520
4521         * src/imap.c
4522                 I'm idiot
4523
4524 2006-05-03 [colin]      2.1.1cvs46
4525
4526         * src/imap.c
4527                 Be sure&nb