470e654ffb16f125869ffae5d799aa220083f3aa
[claws.git] / ChangeLog
1 2006-06-19 [colin]      2.3.0cvs24
2
3         * src/imap.c
4         * src/etpan/imap-thread.c
5                 Workaround Rockliffe IMAP server bug: replace
6                 "x UID SEARCH (ANSWERED UID 1:*)" with
7                 "x UID SEARCH ANSWERED"
8                 (Rockliffe doesn't handle the parenthesis)
9
10 2006-06-19 [colin]      2.3.0cvs23
11
12         * src/compose.c
13         * src/imap.c
14         * src/etpan/imap-thread.c
15                 Probably fix bug #972 (Freezes when adding 
16                 an attachment to the message)
17         * src/common/defs.h
18                 Modernize Firefox cmd
19
20
21 2006-06-18 [colin]      2.3.0cvs22
22
23         * src/prefs_customheader.c
24                 Only allow correct filenames for various
25                 custom headers
26
27 2006-06-18 [colin]      2.3.0cvs21
28
29         * src/prefs_customheader.c
30                 Add a 'From File...' button in custom headers prefs, which
31                 try to do the right thing: 
32                 for normal headers, use file as plaintext,
33                 for X-Face, calls compface,
34                 for Face, encode to b64.
35
36 2006-06-17 [colin]      2.3.0cvs20
37
38         * src/mh.c
39                 Warning fix
40
41 2006-06-16 [colin]      2.3.0cvs19
42
43         * src/summaryview.c
44                 Recursive quicksearch: show message list
45                 in current folder, *then* search children
46                 in the background.
47
48 2006-06-16 [colin]      2.3.0cvs18
49
50         * src/main.c
51                 Instead of ignoring SIGPIPE, save caches
52                 when getting one. Will fix the fact that
53                 hot caches are out-of-date when logging 
54                 out of Xorg.
55         * src/compose.c
56         * src/prefs_compose_writing.c
57                 Only save text (not attachments) when 
58                 auto-saving to drafts
59         * src/unmime.c
60                 Always replace \n, \r and \t with spaces
61                 in headers
62         * manual/dist/html/Makefile.am
63         * manual/dist/pdf/Makefile.am
64         * manual/dist/ps/Makefile.am
65         * manual/dist/txt/Makefile.am
66         * manual/fr/dist/html/Makefile.am
67         * manual/fr/dist/pdf/Makefile.am
68         * manual/fr/dist/ps/Makefile.am
69         * manual/fr/dist/txt/Makefile.am
70         * manual/pl/dist/html/Makefile.am
71         * manual/pl/dist/pdf/Makefile.am
72         * manual/pl/dist/ps/Makefile.am
73         * manual/pl/dist/txt/Makefile.am
74                 Fix make clean removing pregenerated manuals
75
76
77 2006-06-16 [colin]      2.3.0cvs17
78
79         * src/plugins/pgpcore/sgpgme.c
80         * src/plugins/pgpmime/pgpmime.c
81         * src/plugins/pgpinline/pgpinline.c
82                 Better error reporting in setup_signers.
83                 Don't fallback to default key if specified
84                 key isn't found.
85                 Don't allow signing if more than one secret
86                 key matches the one specified in prefs.
87
88 2006-06-15 [colin]      2.3.0cvs16
89
90         * src/folderview.c
91                 Add "Send queue" in the folder's contextual
92                 menu
93         * src/compose.c
94         * src/messageview.c
95         * src/privacy.c
96         * src/privacy.h
97         * src/procmime.c
98         * src/procmsg.c
99         * src/plugins/pgpcore/passphrase.c
100         * src/plugins/pgpcore/sgpgme.c
101         * src/plugins/pgpinline/pgpinline.c
102         * src/plugins/pgpmime/pgpmime.c
103                 Better error reporting
104         * src/mbox.c
105                 Probably fix bug #971 (2.2.3 cannot read mail 
106                 from local mbox)
107
108
109 2006-06-15 [mones]      2.3.0cvs15
110
111         * tools/make.themes.project
112                 creates the themes project from the web page
113
114 2006-06-15 [colin]      2.3.0cvs14
115
116         * src/folder.c
117                 Better fix (avoid losing the folder if scan_tree 
118                 fails)
119
120 2006-06-15 [cleroy]     2.3.0cvs13
121
122         * src/folder.c
123                 Probably fix Bug #969 (crash on rebuilding 
124                 imap folder)
125
126 2006-06-14 [colin]      2.3.0cvs12
127
128         * manual/dtd/manual.xsl
129         * manual/sylpheed-claws-manual.xml
130         * manual/fr/sylpheed-claws-manual.xml
131         * manual/pl/sylpheed-claws-manual.xml
132                 Insert pagebreaks between sections
133
134 2006-06-14 [paul]       2.3.0cvs11
135
136         * configure.ac
137                 better fix than 2.3.0cvs10
138
139 2006-06-14 [paul]       2.3.0cvs10
140
141         * configure.ac
142                 fix setting of PACKAGE_DATA_DIR with newer autoconf
143                 (backwards compatible)
144
145 2006-06-13 [colin]      2.3.0cvs9
146
147         * src/messageview.c
148                 Fix sending of return receipt with the new queue folders
149
150 2006-06-13 [wwp]        2.3.0cvs8
151
152         * src/quote_fmt_lex.l
153                 fix wrong tokens returned in quote_fmt lexer, query not().
154
155 2006-06-13 [wwp]        2.3.0cvs7
156
157         * src/folder.c
158         * src/prefs_folder_item.c
159                 allow changing folder type even when folder is not a top-level one,
160                 thanks to Colin.
161
162 2006-06-12 [colin]      2.3.0cvs6
163
164         * src/folderview.c
165                 Fix double-ask of "Do you want to mark all
166                 as read"
167
168 2006-06-12 [colin]      2.3.0cvs5
169
170         * src/compose.c
171         * src/compose.h
172         * src/folder.c
173         * src/folder.h
174         * src/imap.c
175         * src/inc.c
176         * src/main.c
177         * src/messageview.c
178         * src/mh.c
179         * src/prefs_folder_item.c
180         * src/procheader.c
181         * src/procmime.c
182         * src/procmsg.c
183         * src/procmsg.h
184         * src/send_message.c
185         * src/summaryview.c
186         * src/toolbar.c
187                 Apply bug #964's patch (Queue and drafts aren't normal)
188                 The Drafts and Queue folder now contain RFC-822 files,
189                 allowing to move and copy mails from and to these 
190                 folders. Moving from Drafts to Queue will prepare the
191                 mail for sending (PGP signature, encryption, etc).
192                 This patch also rework sending errors handling to try
193                 to be more helpful.
194                 Also, allow redefining folder types via the GUI 
195                 (Folder type in its Properties)
196
197 2006-06-12 [colin]      2.3.0cvs4
198
199         * src/summaryview.c
200         * src/prefs_common.c
201         * src/prefs_common.h
202         * src/gedit-print.c
203                 Allow to define a specific print font - patch
204                 by Bernhard Walle <bernhard.walle@gmx.de>
205         * src/prefs_fonts.c
206         * manual/advanced.xml
207         * manual/fr/advanced.xml
208                 Add a hidden pref to allow deletion without
209                 confirmation
210
211 2006-06-12 [wwp]        2.3.0cvs3
212
213         * .cvsignore
214                 more files to ignore.
215
216 2006-06-12 [wwp]        2.3.0cvs2
217
218         * src/quote_fmt.c
219         * src/quote_fmt_lex.l
220         * src/quote_fmt_parse.y
221                 extend the quote_fmt parser (templates and quotes):
222                 - allow limited sub-expressions in |p{} and |f{} expressions,
223                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
224                 - implemented/fixed missing implementation of query_references and show_references,
225                 - completed, fixed contents and format of the symbols help dialog,
226                 - fix some compilation warnings.
227
228 2006-06-12 [wwp]        2.3.0cvs1
229
230         * manual/advanced.xml
231         * manual/fr/advanced.xml
232                 updates in the "templates" section of the manual (eng/fr):
233                  - be more precise (both versions)
234                  - completed to match the english reference (fr version)
235                  - touchups (both versions)
236
237 2006-06-12 [paul]       2.3.0
238
239         2.3.0 released
240
241 2006-06-12 [paul]       2.2.3cvs14
242
243         * po/ca.po
244         * po/cs.po
245         * po/de.po
246         * po/el.po
247         * po/fr.po
248         * po/it.po
249         * po/pt_BR.po
250         * po/sr.po
251         * po/zh_CN.po
252                 updated by Miquel Oliete, Tim, Stephan Sachse,
253                 Stavros Giannouris, Fabien Vantard, Andrea
254                 Spadaccini, Frederico Goncalves Guimaraes,
255                 Aleksandar Urosevic, and Ralgh Young
256
257 2006-06-12 [colin]      2.2.3cvs13
258
259         * src/mbox.c
260                 Add missing header
261
262 2006-06-11 [colin]      2.2.3cvs12
263
264         * src/msgcache.c
265                 Verify that g_malloc() succeeded
266
267 2006-06-11 [colin]      2.2.3cvs11
268
269         * src/wizard.c
270                 Add Face header to welcome mail
271
272 2006-06-10 [colin]      2.2.3cvs10
273
274         * src/textview.c
275                 Revert previous (Forgot it changes the
276                 margin on the whole mail)
277
278 2006-06-10 [colin]      2.2.3cvs9
279
280         * src/textview.c
281                 Don't overlap long headers under (X-)Face
282
283 2006-06-10 [mones]      2.2.3cvs8
284
285         * manual/xml2pdf
286                 allow generation of manual on systems lacking saxon binary
287                 but with java and the saxon library installed
288
289         * po/es.po
290                 updated for release
291
292 2006-06-09 [colin]      2.2.3cvs7
293
294         * src/summaryview.c
295                 Fix leak when using Display Sender using Addressbook
296
297 2006-06-09 [colin]      2.2.3cvs6
298
299         * src/compose.c
300         * src/folder.c
301         * src/folderview.c
302         * src/mimeview.c
303         * src/summaryview.c
304                 More leaks fixes
305
306 2006-06-09 [paul]       2.2.3cvs5
307
308         * AUTHORS
309         * src/gtk/authors.h
310         * tools/claws.i18n.status.pl
311                 updated with new info
312
313 2006-06-09 [paul]       2.2.3cvs4
314
315         * README
316                 updated
317         * manual/ack.xml
318                 add wwp to authors list
319         * src/gtk/authors.h
320                 update mine and Colin's addresses
321
322 2006-06-08 [colin]      2.2.3cvs3
323
324         * src/etpan/imap-thread.c
325                 Fix leak on SSL cert check
326
327 2006-06-08 [colin]      2.2.3cvs2
328
329         * src/common/utils.c
330                 Fix leak
331
332 2006-06-08 [paul]       2.2.3cvs1
333
334         * configure.ac
335                 Update version number following
336                 stable release
337
338 2006-06-07 [colin]      2.2.2cvs3
339
340         * src/msgcache.c
341                 Fix catching cache read errors (guint instead of gint)
342                 Prevent malloc'ing more than 8MB (means cache corruption)
343
344 2006-06-07 [paul]       2.2.2cvs2
345
346         * src/exporthtml.c
347         * src/exportldif.c
348         * src/mh.c
349         * src/mutt.c
350         * src/pine.c
351         * src/common/utils.c
352                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
353                 obey $HOME'
354                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
355                 Thanks to Colin
356
357 2006-06-06 [paul]       2.2.2cvs1
358
359         * configure.ac
360                 Update version number following
361                 stable release
362
363 2006-06-06 [paul]       2.2.1cvs6
364
365         * src/matcher.c
366                 fix  implicit declaration of
367                 sylpheed_do_idle()
368                 Patch by Fabien Vantard
369
370 2006-06-06 [paul]       2.2.1cvs5
371
372         * src/matcher.c
373                 fix age_greater and age_lower so that they
374                 mean what say and not '...or equal to'
375                 Thanks to Colin
376
377 2006-06-06 [paul]       2.2.1cvs4
378
379         * src/textview.c
380         * src/common/utils.c
381                 fix URI check
382                 Thanks to Colin
383
384 2006-06-05 [wwp]        2.2.1cvs3
385
386         * manual/fr/account.xml
387                 minor language fixes (thanks to Fabien Vantard).
388
389 2006-06-05 [colin]      2.2.1cvs2
390
391         * src/prefs_folder_item.c
392         * src/folderview.c
393                 Allow recursive setting of properties 
394                 for whole mailboxes
395         * src/matcher.c
396                 Don't freeze on 'test' filtering rule
397
398 2006-06-05 [colin]      2.2.1cvs1
399
400         * configure.ac
401                 Update version number following
402                 stable release
403
404 2006-06-04 [wwp]        2.2.0cvs82
405
406         * manual/glossary.xml
407         * manual/account.xml
408         * manual/fr/glossary.xml
409         * manual/fr/account.xml
410                 added glossary section and references/links related to the Face custom header.
411
412 2006-06-04 [colin]      2.2.0cvs81
413
414         * src/summaryview.c
415                 Skip to next message on move with no
416                 immediate execution
417
418 2006-06-04 [wwp]        2.2.0cvs80
419
420         * manual/xml2pdf
421                 added sanity checks, exit when needed.
422
423 2006-06-03 [paul]       2.2.0cvs79
424
425         * src/prefs_receive.c
426                 page name is now 'Receiving'
427         * src/prefs_send.c
428                 page name is now 'Sending'
429
430 2006-06-03 [colin]      2.2.0cvs78
431
432         * src/plugins/spamassassin/spamassassin_gtk.c
433                 Autoswitch to Localhost if transport was previously
434                 disabled. Else people had to check [] Enable, then
435                 *reselect* transport.
436
437 2006-06-03 [colin]      2.2.0cvs77
438
439         * src/plugins/pgpinline/pgpinline.c
440         * src/plugins/pgpmime/pgpmime.c
441                 Check that gpg_data_release_and_get_mem 
442                 didn't fail (now, why this happens...)
443
444 2006-06-03 [colin]      2.2.0cvs76
445
446         * src/mbox.c
447                 Fix bug #962 (Manual and/or UI should 
448                 warn about incompatible locking 
449                 causing dataloss)
450
451 2006-06-02 [cleroy]     2.2.0cvs75
452
453         * src/filtering.c
454         * src/folder.c
455         * src/procmsg.c
456         * src/summaryview.c
457                 Fix a few leaks
458
459 2006-06-02 [colin]      2.2.0cvs74
460
461         * src/main.c
462                 On exit, free caches after writing them
463                 Shuts up some valgrind false positives
464         * src/procmsg.c
465         * src/send_message.c
466                 Fix races when reusing existing SMTP connections
467                 Fix inexistant session timeout
468         * src/toolbar.c
469                 Display alertpanel after all queues have
470                 been processed, not after each
471
472 2006-06-02 [wwp]        2.2.0cvs73
473
474         * manual/fr/glossary.xml
475         * manual/fr/ack.xml
476         * manual/ack.xml
477                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
478
479 2006-06-02 [wwp]        2.2.0cvs72
480
481         * manual/xml2pdf
482         * manual/dist/pdf/Makefile.am
483         * manual/dtd/manual.xsl
484         * manual/fr/dist/pdf/Makefile.am
485         * manual/pl/dist/pdf/Makefile.am
486                 we changed the procedure to generate the .pdf version of the manual.
487                 The procedure is more modern and the .pdf we get now has a valid index.
488                 Here are the new pre-requisites:
489
490                 - JRE 1.x (1.4 here): there must be one from your distro
491                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
492                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
493                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
494
495                 See my posts for further info about the installation of this toolchain:
496
497                 Date: Fri, 19 May 2006 19:40:06 +0200
498                 From: wwp <subscript@free.fr>
499                 To: sylpheed-claws-devel@lists.sourceforge.net
500                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
501
502                 and
503
504                 Date: Wed, 24 May 2006 12:58:49 +0200
505                 From: wwp <subscript@free.fr>
506                 To: sylpheed-claws-devel@lists.sourceforge.net
507                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
508
509 2006-06-01 [colin]      2.2.0cvs71
510
511         * src/compose.c
512                 Better guards against IMAP races
513         * src/main.c
514         * src/prefs_common.c
515         * src/prefs_common.h
516         * src/common/ssl_certificate.c
517         * src/etpan/imap-thread.c
518         * src/etpan/imap-thread.h
519         * src/gtk/sslcertwindow.c
520                 New hidden option ssl_skip_cert_check to 
521                 avoid dups of bug #959 (libetpan linked
522                 against gnutls and gnutls buggy on 64bit)
523                 Present expired warning only once per
524                 session/server.
525         * manual/advanced.xml
526         * manual/fr/advanced.xml
527                 Document new option
528
529 2006-06-01 [wwp]        2.2.0cvs70
530
531         * src/messageview.c
532                 fix for bug #961 (return receipt dialog 
533                 complains incorrectly about return-path 
534                 email adress being different), thanks 
535                 to Colin.
536
537 2006-05-31 [cleroy]     2.2.0cvs69
538
539         * src/common/ssl.c
540                 Guard against NULLs, although this
541                 should never be an issue
542
543 2006-05-31 [colin]      2.2.0cvs68
544
545         * src/filtering.c
546                 Use g_slist_prepend
547         * src/imap.c
548                 Don't remove caches when destroying folder, it
549                 could (should) be done at exit
550         * src/inc.c
551                 free processing cache after incorporation
552         * src/etpan/imap-thread.c
553                 Maybe fix bug #959 (Crash on moving to emails 
554                 to a imap account per ssl with a expired 
555                 certificate.)
556
557 2006-05-30 [colin]      2.2.0cvs67
558
559         * src/summaryview.c
560                 Put back event flush when displaying message
561                 It avoids reading a bunch of messages just
562                 by hitting shift-n for too long ;)
563
564 2006-05-29 [colin]      2.2.0cvs66
565
566         * src/summaryview.c
567                 Remove useless g_warnings
568
569 2006-05-29 [colin]      2.2.0cvs65
570
571         * src/imap.c
572                 Fix g_slist_append()s for performance
573
574 2006-05-29 [colin]      2.2.0cvs64
575
576         * src/compose.c
577         * src/common/utils.c
578                 Fix extraneous tab at start of addresses
579         * src/mainwindow.c
580                 Fix warnings (thanks to Fabien)
581                 Fix crash at exit when composing messages 
582                 exist
583         * src/pop.c
584                 Fix progress bar when deleting expired mails
585                 Thanks to Hiro
586         * src/summaryview.c
587         * src/gtk/gtksctree.c
588                 Fix re-sorting slowness
589
590 2006-05-29 [paul]       2.2.0cvs63
591
592         * src/mh.c
593                 fetch full message when moving mails
594                 from another mailbox, (fixed data loss
595                 when filtering from IMAP to MH, introduced
596                 in 2.2.0cvs57).
597                 Thanks to Colin
598
599 2006-05-29 [mones]      2.2.0cvs62
600
601         * src/gtk/gtksctree.c
602                 Unselect faster (patch by Colin)        
603
604 2006-05-26 [colin]      2.2.0cvs61
605
606         * src/summaryview.c
607                 Unplug MSGINFO_UPDATE callback on delete too.
608
609 2006-05-26 [colin]      2.2.0cvs60
610
611         * src/foldersel.c
612                 Fix bold in folder selection window with glib2.10
613                 thanks Hiro
614
615 2006-05-26 [colin]      2.2.0cvs59
616
617         * src/procheader.c
618                 Convert date only if necessary (and don't
619                 try to convert from utf8 to utf8, too)
620         * src/summaryview.c
621                 Only set column's text if the column's 
622                 displayed
623
624 2006-05-26 [colin]      2.2.0cvs58
625
626         * src/summaryview.c
627         * src/gtk/gtkutils.c
628                 Fix useless warning
629
630 2006-05-26 [colin]      2.2.0cvs57
631
632         * src/mainwindow.c
633                 Make summaryview selectable as long as 
634                 no message has focus
635         * src/mh.c
636                 Faster deletion (by implementing mh_remove_msgs)
637                 Faster copy (avoid using mh_fetch_msg just to get
638                 the filename)
639                 Faster move (using move_file instead of copy_file
640                 if MSG_IS_MOVE)
641                 No progressbar if total number of mails to cp/mv 
642                 is less than 100
643         * src/summaryview.c
644                 Fix removal from subject_table when mail gets moved
645                 Faster deletion (g_slist_prepend instead of append)
646         * src/gtk/gtksctree.c
647                 Remove useless code
648
649 2006-05-25 [colin]      2.2.0cvs56
650
651         * src/common/ssl_certificate.c
652                 Fix leak in expired cert check
653
654 2006-05-25 [colin]      2.2.0cvs55
655
656         * src/mh.c
657                 Disable flags syncing on .mh_sequences - it
658                 is buggy and marks mails read under unknown
659                 conditions.
660
661 2006-05-25 [paul]
662
663         * 2.3.0-rc4 released
664
665 2006-05-24 [colin]      2.2.0cvs54
666
667         attention cvs users: if you manage to crash
668         Sylpheed-Claws while moving, copying or deleting
669         mails, we *are* interested in stack traces and
670         valgrind logs. It looks stable, but one never
671         knows...
672
673         * src/folder.c
674                 Add progressbar for cache updates
675         * src/folderutils.c
676                 Optimize Mark all read in the current
677                 folder
678         * src/mh.c
679                 Add progressbar for copy/move
680         * src/procmsg.c
681                 Optimize O(n^2) in copy/move
682         * src/summaryview.c
683         * src/gtk/gtksctree.c
684                 Optimize O(n^2) algos
685         * src/common/timing.h
686                 Display ms instead of us
687
688 2006-05-24 [wwp]        2.2.0cvs53
689
690         * manual/fr/advanced.xml
691                 updates to the French manual.
692
693 2006-05-24 [wwp]        2.2.0cvs52
694
695         * src/common/utils.c
696                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
697
698 2006-05-24 [wwp]        2.2.0cvs51
699
700         * src/folderutils.c
701                 fixed "mark all read" in MH folders (thanks to Colin).
702
703 2006-05-24 [paul]       2.2.0cvs50
704
705         * doc/man/sylpheed-claws.1
706                 updated the man page
707
708 2006-05-23 [colin]      2.2.0cvs49
709
710         * src/folderview.c
711         * src/imap.c
712         * src/inc.c
713         * src/mbox.c
714         * src/messageview.c
715         * src/news.c
716         * src/send_message.c
717         * src/summaryview.c
718         * src/gtk/sslcertwindow.c
719                 alertpanel fixes, by Fabien
720
721 2006-05-23 [colin]      2.2.0cvs48
722
723         * src/folder.c
724         * src/folderview.c
725         * src/msgcache.c
726         * src/summaryview.c
727         * src/gtk/gtksctree.c
728         * src/gtk/gtksctree.h
729                 More timings
730                 Fix slow loading problem, which was caused by the
731                 use of some gtk_ctree funcs and their use of
732                 g_list_position while gtk_ctree_(un)link'ing.
733                 Reap more functions from gtkctree.c to be sure we
734                 use our (fast) version instead of theirs.
735         * src/mh.c
736                 Fix copy of unread mails
737
738
739 2006-05-22 [wwp]        2.2.0cvs47
740
741         * manual/fr/advanced.xml
742                 updated.
743
744 2006-05-22 [colin]      2.2.0cvs46
745
746         * src/filtering.c
747                 Fix possible infinite loop. 'copy' is not a 
748                 final action, so when encountering a 'copy',
749                 we have to check if a previous one was set
750                 and do it. In the same way, if we encounter
751                 a 'move' we have to perform a possibly 
752                 pending 'copy'. This will slow down filtering
753                 on IMAP if move+copy or multiple copy actions
754                 are to be done, but handling it via the batch
755                 would be really too convoluted.
756
757 2006-05-22 [wwp]        2.2.0cvs45
758
759         * manual/fr/advanced.xml
760         * manual/fr/faq.xml
761         * manual/fr/glossary.xml
762         * manual/fr/handling.xml
763         * manual/fr/intro.xml
764         * manual/fr/plugins.xml
765         * manual/fr/sylpheed-claws-manual.xml
766                 sync w/ the english manual: updates URIs, documented mailing-list
767                 support, better explanation about the enabled/disabled feature
768                 in filtering/processing rules by Paul.
769
770 2006-05-21 [colin]      2.2.0cvs44
771
772         * src/summaryview.c
773                 Don't expand after building threads, but during
774
775 2006-05-21 [colin]      2.2.0cvs43
776
777         * src/procmsg.c
778         * src/summaryview.c
779                 More timing possibilities... For next time I have 
780                 to find out how the hell some 3GHz computer takes
781                 one minute to open a 30k folder...
782
783 2006-05-21 [colin]      2.2.0cvs42
784
785         * manual/pl/advanced.xml
786         * manual/pl/faq.xml
787         * manual/pl/glossary.xml
788         * manual/pl/handling.xml
789         * manual/pl/intro.xml
790         * manual/pl/plugins.xml
791         * manual/pl/sylpheed-claws-manual.xml
792                 Polish manual updated by Pawel
793
794 2006-05-20 [colin]
795
796         * 2.3.0-rc3 released
797
798 2006-05-20 [colin]      2.2.0cvs41
799
800         * src/imap.c
801                 Fix -rc2 problems:
802                 - remove cache of moved messages from original folder
803                 - apply new flags to messages even if they aren't appliable
804                   via IMAP.
805
806 2006-05-20 [colin]
807
808         * 2.3.0-rc2 released
809
810 2006-05-19 [colin]      2.2.0cvs40
811
812         * src/imap.c
813                 Don't issue SELECT in imap_change_flags
814                 before having checked that we indeed have
815                 some flags to change. MSG_POSTFILTERED for
816                 example can't be used on IMAP.
817                 Fixes bug #955 (copying messages between 
818                 imap folders is extremely slow), which was
819                 a regression.
820
821 2006-05-19 [colin]      2.2.0cvs39
822
823         * src/folder.c
824         * src/folder.h
825         * src/folderview.c
826                 Try to fix bug #830 (Some unread messages 
827                 get marked read in IMAP inbox):
828                 - Prevent scanning a folder if it's being 
829                   opened via the GUI
830                 - Postpone opening via the GUI of a folder
831                   currently scanned.
832
833
834 2006-05-19 [wwp]        2.2.0cvs38
835
836         * manual/advanced.xml
837                 fix English+typo (thanks to Paul).
838
839 2006-05-19 [wwp]        2.2.0cvs37
840
841         * manual/advanced.xml
842         * manual/fr/advanced.xml
843         * src/gtk/logwindow.c
844         * src/prefs_common.c
845         * src/prefs_common.h
846                 added hidden prefs to allow customization of colors used in
847                 protocol log window (useful for dark gtk+ themes).
848
849 2006-05-19 [wwp]        2.2.0cvs36
850
851         * ChangeLog
852                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
853
854 2006-05-19 [paul]       2.2.0cvs35
855
856         * src/textview.c
857                 make Reply-To fully clickable
858         * src/gtk/logwindow.c
859                 more colouring (SMTP ESMTP)
860         Both patches by Pawel Pekala
861
862 2006-05-19 [cleroy]     2.2.0cvs34
863
864         * src/mh.c
865                 Don't update flags from current folder
866                 Probably fixes bug #935 (Read Messages 
867                 Revert to Being Marked as Unread)
868
869 2006-05-18 [colin]      2.2.0cvs33
870
871         * src/imap.c
872                 Warning fix
873         * src/compose.c
874         * src/mainwindow.c
875         * src/summaryview.c
876         * src/toolbar.c
877                 Allow replying to multiple emails
878                 in multiple windows
879         * src/mimeview.c
880         * src/etpan/imap-thread.c
881                 Leak fixes
882
883 2006-05-18 [paul]       2.2.0cvs32
884
885         * src/summaryview.c
886                 keep Mailing-List menu refreshed
887                 Thanks to Colin
888
889 2006-05-18 [paul]       2.2.0cvs31
890
891         * manual/advanced.xml
892         * manual/faq.xml
893         * manual/glossary.xml
894         * manual/handling.xml
895         * manual/intro.xml
896         * manual/plugins.xml
897         * manual/sylpheed-claws-manual.xml
898                 update URLs
899                 add info about mailing-list support
900                 edit filtering info
901         * src/wizard.c
902         * src/common/defs.h
903         * src/gtk/about.c
904         * src/plugins/dillo_viewer/README
905                 update URLs
906
907 2006-05-17 [wwp]        2.2.0cvs30
908
909         * manual/handling.xml
910         * manual/fr/handling.xml
911                 documented the ability to enabled/disable filtering/processing rules.
912
913 2006-05-17 [colin]      2.2.0cvs29
914
915         * src/main.c
916                 Don't initialize g_thread subsystem if it's 
917                 already done (thanks to Hiro)
918         * src/mimeview.c
919                 Fix saving of parts when there name can't be
920                 converted from UTF-8.
921
922 2006-05-17 [paul]       2.2.0cvs28
923
924         * po/Makefile.in.in
925                 fix config.status warning with autoconf 2.60
926
927 2006-05-17 [paul]       2.2.0cvs27
928
929         * po/POTFILES.in
930                 add src/mbox.c
931
932 2006-05-17 [wwp]        2.2.0cvs26
933
934         * src/mainwindow.c
935                 fix useless and potentially dangerous buffer walking (thanks to Colin).
936
937 2006-05-17 [wwp]        2.2.0cvs25
938
939         * src/plugins/demo/demo.c
940                 updated product name in plugin demo (many plugins need to be
941                 sync'ed w/ that change).
942
943 2006-05-17 [colin]      2.2.0cvs24
944
945         * src/mh.c
946                 Fix leak
947
948 2006-05-16 [colin]      2.2.0cvs23
949
950         * src/mainwindow.c
951                 Stupid me hit again. Fix cvs22.
952
953 2006-05-16 [colin]      2.2.0cvs22
954
955         * src/mainwindow.c
956                 Fix bug #922 (sylpheed-claws crashed after 
957                 pushing on Inbox folder)
958
959 2006-05-16 [colin]      2.2.0cvs21
960
961         * src/compose.c
962                 Make From header be copy/paste/select-able
963
964 2006-05-16 [wwp]        2.2.0cvs20
965
966         * src/export.c
967         * src/matcher.c
968         * src/summaryview.c
969         * src/etpan/imap-thread.c
970                 fix some compiler warnings (thanks to Colin).
971
972 2006-05-16 [wwp]        2.2.0cvs19
973
974         * src/action.c
975         * src/gedit-print.c
976         * src/inc.c
977         * src/mainwindow.c
978         * src/mh.c
979         * src/statusbar.c
980         * src/send_message.c
981         * src/summaryview.c
982                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
983
984 2006-05-15 [colin]      2.2.0cvs18
985
986         * src/procmsg.c
987                 Fix automatic rule creation with List-Post
988
989 2006-05-15 [paul]       2.2.0cvs17
990
991         * tools/filter_conv_new.pl
992                 updated for rule enabling/disabling
993                 claws version >= 2.3.x required
994
995 2006-05-15 [cleroy]     2.2.0cvs16
996
997         * src/main.c
998                 Revert test
999
1000 2006-05-15 [cleroy]     2.2.0cvs15
1001
1002         * src/main.c
1003                 test
1004
1005 2006-05-15 [wwp]        2.2.0cvs14
1006
1007         * manual/pl/.cvsignore
1008                 ignore generated files.
1009
1010 2006-05-14 [wwp]        2.3.0-rc1
1011
1012         * 2.3.0-rc1 released
1013
1014 2006-05-13 [wwp]        2.2.0cvs13
1015
1016         * src/filtering.c
1017         * src/filtering.h
1018         * src/matcher.c
1019         * src/matcher_parser_lex.l
1020         * src/matcher_parser_parse.y
1021         * src/prefs_filtering.c
1022                 new feature: provide the ability to disable filtering and processing
1023                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1024                 adaptations.
1025
1026 2006-05-13 [colin]      2.2.0cvs12
1027
1028         * src/compose.c
1029                 Remove useless if (a) b; else b;
1030                 Thanks to wwp
1031
1032 2006-05-13 [wwp]        2.2.0cvs11
1033
1034         * src/export.c
1035         * src/import.c
1036         * src/mainwindow.c
1037         * src/mbox.c
1038         * src/summaryview.c
1039         * src/summaryview.h
1040                 no more silent failures (or at least less ones) when importing
1041                 or exporting from/to mbox. Also start importing/exporting if
1042                 the necessary info is set.
1043
1044 2006-05-13 [wwp]        2.2.0cvs10
1045
1046         * RELEASE_NOTES
1047                 restored up-to-date release notes.
1048
1049 2006-05-13 [paul]       2.2.0cvs9
1050
1051         * po/nl.po
1052         * po/ru.po
1053                 updated by Tim Dijkstra and Pavlo Bohmat
1054
1055 2006-05-12 [colin]      2.2.0cvs8
1056
1057         * src/gtk/quicksearch.c
1058                 Add "k" as shortcut for "colorlabel". Patch
1059                 by ath42@users.sf.net.
1060
1061 2006-05-12 [paul]       2.2.0cvs7
1062
1063         * src/prefs_common.h
1064         * src/prefs_summaries.c
1065         * src/summaryview.c
1066                 when entering a folder also allow
1067                 going directly to first Marked message
1068
1069 2006-05-12 [paul]       2.2.0cvs6
1070
1071         * src/summaryview.c
1072                 always obey 'confirm before marking all
1073                 mails read' option
1074
1075 2006-05-12 [paul]       2.2.0cvs5
1076
1077         * src/textview.c
1078                 make Sender fully clickable
1079
1080 2006-05-12 [colin]      2.2.0cvs4
1081
1082         * src/compose.c
1083         * src/compose.h
1084                 Let From be editable
1085         * src/main.c
1086         * src/mh.c
1087                 Full support of .mh_sequences' Unseen seq
1088
1089 2006-05-12 [colin]      2.2.0cvs3
1090
1091         * src/folder.c
1092         * src/mainwindow.c
1093         * src/mainwindow.h
1094         * src/messageview.c
1095         * src/prefs_spelling.c
1096         * src/procheader.c
1097         * src/procmsg.c
1098         * src/procmsg.h
1099         * src/summaryview.c
1100         * src/toolbar.c
1101         * src/toolbar.h
1102                 Add contextual menu on Compose toolbar
1103                 button. Fixes bug #944 (Automatic
1104                 addresses not applied when changing account
1105                 from compose window)
1106                 add Mailing List support
1107                 based on the old 0.6.5claws25 patch by
1108                 Melvin Hadasht, with finishing touches
1109                 by Colin
1110                 Fix "ignore thread" when mails are threaded by
1111                 subject (and weren't ignored although appearing
1112                 in the thread).
1113                 GUI rework.
1114                 Both patches by Pawel.
1115
1116 2006-05-08 [paul]       2.2.0cvs2
1117
1118         * src/mainwindow.c
1119         * src/mainwindow.h
1120         * src/messageview.c
1121         * src/procheader.c
1122         * src/procmsg.c
1123         * src/procmsg.h
1124         * src/summaryview.c
1125                 add Mailing List support
1126                 based on the old 0.6.5claws25 patch by 
1127                 Melvin Hadasht, with finishing touches
1128                 by Colin
1129
1130 2006-05-08 [colin]      2.2.0cvs1
1131
1132         * src/mainwindow.c
1133         * src/toolbar.c
1134         * src/toolbar.h
1135                 Add contextual menu on Compose toolbar 
1136                 button. Fixes bug #944 (Automatic 
1137                 addresses not applied when changing account 
1138                 from compose window)
1139
1140 2006-05-08 [paul]       2.2.0
1141
1142         2.2.0 released
1143
1144 2006-05-08 [paul]       2.1.1cvs51
1145
1146         * po/cs.po
1147         * po/de.po
1148         * po/en_GB.po
1149         * po/fi.po
1150         * po/fr.po
1151         * po/pt_BR.po
1152         * po/sr.po
1153         * po/zh_CN.po
1154                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1155                 Fabien Vantard, Frederico Goncalves Guimaraes,
1156                 Aleksandar Urosevic, and Ralgh Young
1157
1158 2006-05-12 [colin]      2.1.1cvs50
1159
1160         * po/cs.po
1161         * po/de.po
1162         * po/en_GB.po
1163         * po/es.po
1164         * po/fi.po
1165         * po/fr.po
1166         * po/pt_BR.po
1167         * po/sr.po
1168         * po/zh_CN.po
1169                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1170                 Fabien Vantard, Frederico Goncalves Guimaraes,
1171                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1172
1173 2006-05-05 [colin]      2.1.1cvs49
1174
1175         * manual/Makefile.am
1176         * manual/pl/Makefile.am
1177         * manual/pl/account.xml
1178         * manual/pl/ack.xml
1179         * manual/pl/addrbook.xml
1180         * manual/pl/advanced.xml
1181         * manual/pl/faq.xml
1182         * manual/pl/glossary.xml
1183         * manual/pl/gpl.xml
1184         * manual/pl/handling.xml
1185         * manual/pl/intro.xml
1186         * manual/pl/keyboard.xml
1187         * manual/pl/plugins.xml
1188         * manual/pl/starting.xml
1189         * manual/pl/sylpheed-claws-manual.xml
1190         * manual/pl/dist/.cvsignore
1191         * manual/pl/dist/Makefile.am
1192         * manual/pl/dist/html/.cvsignore
1193         * manual/pl/dist/html/Makefile.am
1194         * manual/pl/dist/pdf/.cvsignore
1195         * manual/pl/dist/pdf/Makefile.am
1196         * manual/pl/dist/ps/.cvsignore
1197         * manual/pl/dist/ps/Makefile.am
1198         * manual/pl/dist/txt/.cvsignore
1199         * manual/pl/dist/txt/Makefile.am
1200                 Add the polish translation of the manual,
1201                 Authored by Pawel Pekala.
1202
1203 2006-05-05 [cleroy]     2.1.1cvs48
1204
1205         * src/main.c
1206                 Re-read matcherrc after loading plugins 
1207                 if some of them add folders.
1208
1209 2006-05-03 [colin]      2.1.1cvs47
1210
1211         * src/imap.c
1212                 I'm idiot
1213
1214 2006-05-03 [colin]      2.1.1cvs46
1215
1216         * src/imap.c
1217                 Be sure to have a session when
1218                 getting separator
1219
1220 2006-05-03 [colin]      2.1.1cvs45
1221
1222         * src/imap.c
1223         * src/imap.h
1224         * src/imap_gtk.c
1225                 Fix preventing renaming with namespace 
1226                 separator.
1227
1228 2006-05-01 [colin]      2.1.1cvs44
1229
1230         * src/action.c
1231                 Don't reload messageview when result of
1232                 action is piped.
1233
1234 2006-04-29 [colin]      2.1.1cvs43
1235
1236         * src/prefs_receive.c
1237         * src/plugins/spamassassin/spamassassin_gtk.c
1238         * src/plugins/clamav/clamav_plugin_gtk.c
1239                 GUI fixes by Pawel
1240
1241 2006-04-29 [colin]      2.1.1cvs42
1242
1243         * src/prefs_compose_writing.c
1244         * src/prefs_quote.c
1245                 Cleanups. Patch by Pawel
1246
1247 2006-04-28 [paul]       2.1.1cvs41
1248
1249         * src/matcher.c
1250                 fix returned quick search results when search
1251                 term contains an underscore.
1252                 Thanks to Colin
1253
1254 2006-04-28 [paul]       2.1.1cvs40
1255
1256         * src/prefs_message.c
1257         * src/prefs_receive.c
1258                 GUI cleanups
1259                 Patches by Pawel Pekala
1260
1261 2006-04-27 [colin]      2.1.1cvs39
1262
1263         * src/wizard.c
1264                 Differentiate subject Welcome from
1265                 window's title Welcome
1266
1267 2006-04-27 [paul]
1268
1269         2.2.0-rc1 released
1270
1271 2006-04-27 [paul]       2.1.1cvs38
1272
1273         * manual/advanced.xml
1274         * manual/fr/advanced.xml
1275                 add info about compose_no_markup hidden pref
1276
1277 2006-04-27 [paul]       2.1.1cvs37
1278
1279         * src/prefs_account.c
1280                 improve privacy labels
1281         * src/prefs_msg_colors.c
1282                 change some strings for translators' convenience
1283         * src/gtk/gtkutils.c
1284                 don't underline the link button text
1285
1286 2006-04-25 [colin]      2.1.1cvs36
1287
1288         * src/folder.c
1289                 Complete 2.1.1cvs33 (once more ;)
1290
1291 2006-04-25 [colin]      2.1.1cvs35
1292
1293         * src/editldap.c
1294                 Fix tooltip
1295
1296 2006-04-25 [cleroy]     2.1.1cvs34
1297
1298         * src/compose.c
1299         * src/gtk/gtkaspell.c
1300                 Fix crash on redirect (related to the return 
1301                 of the aspell menu in compose's toolbar)
1302         * src/prefs_msg_colors.c
1303                 Fix sensitivity widgets
1304         * src/image_viewer.c
1305         * src/gtk/pluginwindow.c
1306         * src/gtk/prefswindow.c
1307                 Change released signals to clicked (Fabien)
1308         * po/POTFILES.in
1309         * src/common/socket.c
1310         * src/plugins/spamassassin/spamassassin.c
1311                 Translate strings (Fabien)
1312
1313 2006-04-25 [paul]       2.1.1cvs33
1314
1315         * src/folder.c
1316         * src/folder.h
1317         * src/folderview.c
1318                 complete the fix of bug #912
1319                 Thanks to Colin
1320
1321 2006-04-25 [colin]      2.1.1cvs32
1322
1323         * src/news.c
1324                 Better progress bar
1325         * src/mimeview.c
1326         * src/summaryview.c
1327         * src/summaryview.h
1328                 Fix focus chain
1329                 Patches by Pawel Pekala
1330
1331 2006-04-24 [colin]      2.1.1cvs31
1332
1333         * src/compose.c
1334                 Fix compilation warnings (Fabien)
1335
1336 2006-04-24 [colin]      2.1.1cvs30
1337
1338         * src/addrindex.c
1339         * src/editldap.c
1340         * src/editldap_basedn.c
1341         * src/editldap_basedn.h
1342         * src/ldapctrl.c
1343         * src/ldapctrl.h
1344         * src/ldapquery.c
1345         * src/ldaputil.c
1346         * src/ldaputil.h
1347                 Fix bug #901 (LDAPS support)
1348
1349 2006-04-24 [colin]      2.1.1cvs29
1350
1351         * src/compose.c
1352                 Fix logic on error with send dialog on
1353         * src/imap.c
1354                 Fix compilation without libetpan, thanks
1355                 to Fabien
1356         * src/summaryview.c
1357                 Fix 'context-menu' key
1358
1359 2006-04-23 [colin]      2.1.1cvs28
1360
1361         * src/folder.c
1362                 Never free current's cache to free up 
1363                 memory. Fixes bug #912 (new count 
1364                 randomly set to message count)
1365
1366 2006-04-23 [colin]      2.1.1cvs27
1367
1368         * src/gtk/quicksearch.c
1369                 And remove printf...
1370
1371 2006-04-23 [colin]      2.1.1cvs26
1372
1373         * src/gtk/quicksearch.c
1374                 Fix replacing in quicksearch, and fix inserting
1375                 in the middle of the string. (introduced at 2.1.0cvs22)
1376
1377 2006-04-23 [colin]      2.1.1cvs25
1378
1379         * src/imap.c
1380                 Make sure uidnext is initialized in get_num_list
1381                 (not for stable, related to 2.1.1cvs8 and friends)
1382
1383 2006-04-23 [colin]      2.1.1cvs24
1384
1385         * src/imap.c
1386                 Output something when login is successful
1387                 too
1388
1389 2006-04-23 [colin]      2.1.1cvs23
1390
1391         * src/etpan/imap-thread.c
1392                 Better logging (line-per-line, hide data in fetch)
1393                 Fix a const warning
1394         * src/gtk/logwindow.c
1395         * src/gtk/logwindow.h
1396                 Better logging (color for input/output)
1397
1398 2006-04-21 [colin]      2.1.1cvs22
1399
1400         * src/gtk/quicksearch.c
1401                 On gtk+-2.8, use stock buttons in quicksearch
1402                 Based on a patch by Fabien and a design by Paul
1403
1404 2006-04-21 [colin]      2.1.1cvs21
1405
1406         * src/folderview.c
1407         * src/mainwindow.c
1408                 Fix occasional flicker in folderview
1409         * src/common/utils.c
1410                 Fix bug #943 (Incorrectly parsed email address 
1411                 list in short headers on message view and in 
1412                 printouts)
1413
1414 2006-04-20 [colin]      2.1.1cvs20
1415
1416         * src/imap.c
1417         * src/imap.h
1418         * src/prefs_account.c
1419                 Add ANONYMOUS auth for IMAP
1420
1421 2006-04-20 [paul]       2.1.1cvs19
1422
1423         * src/main.c
1424                 proper fix for 2.1.1cvs18
1425                 Thanks to Colin
1426
1427 2006-04-20 [paul]       2.1.1cvs18
1428
1429         * src/main.c
1430                 fix build warnings
1431
1432 2006-04-20 [paul]       2.1.1cvs17
1433
1434         * src/gtk/quicksearch.c
1435                 fix standard, non-extended Quick search,
1436                 was broken in 2.1.1cvs15.
1437                 Thanks to Colin.
1438
1439 2006-04-20 [colin]      2.1.1cvs16
1440
1441         * src/prefs_matcher.c
1442                 Fix values when reselecting a ~test
1443                 rule
1444
1445 2006-04-19 [colin]      2.1.1cvs15
1446
1447         * src/compose.c
1448         * src/compose.h
1449         * src/gtk/gtkaspell.c
1450         * src/gtk/gtkaspell.h
1451                 Put back Options menu in Spelling/
1452         * src/gtk/quicksearch.c
1453                 Don't search, and show error, if the
1454                 advanced search has a syntax error
1455
1456 2006-04-18 [colin]      2.1.1cvs14
1457
1458         * src/textview.c
1459                 Fix gdk warnings on set_cursor when textview
1460                 isn't visible
1461
1462 2006-04-18 [colin]      2.1.1cvs13
1463
1464         * src/gtk/gtksctree.c
1465                 Remove seemingly useless refresh that causes
1466                 flicker - watch this commit in case of 
1467                 problems before planned backport to stable
1468
1469 2006-04-18 [colin]      2.1.1cvs12
1470
1471         * src/imap.c
1472                 Factorize get/set_xml code
1473         * src/compose.c
1474         * src/prefs_account.c
1475         * src/prefs_account.h
1476         * src/procmsg.c
1477                 Add Encrypt to self option
1478
1479 2006-04-17 [colin]      2.1.1cvs11
1480
1481         * configure.ac
1482                 Fix search on encrpyt function on dragonfly
1483                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1484
1485 2006-04-17 [colin]      2.1.1cvs10
1486
1487         * src/prefs_account.c
1488                 Be safe by default: remove mails from POP3
1489                 after 7 days, not immediately
1490
1491 2006-04-17 [colin]      2.1.1cvs9
1492
1493         * src/etpan/imap-thread.c
1494                 Fix build on DragonFly - patch by 
1495                 Jonathan Buschmann <jonthn@agmact.com>
1496
1497 2006-04-17 [colin]      2.1.1cvs8
1498
1499         * src/imap.c
1500                 Save uidnext between sessions
1501
1502 2006-04-17 [colin]      2.1.1cvs7
1503
1504         * src/imap.c
1505                 scan is required when uid validity changes
1506
1507 2006-04-17 [colin]      2.1.1cvs6
1508
1509         * src/folderview.c
1510                 Don't scan if not necessary, apart in current
1511                 folder and INBOX to fetch flags.
1512         * src/imap.c
1513                 Scan is necessary if unread count changes
1514
1515 2006-04-17 [colin]      2.1.1cvs5
1516
1517         * src/imap.c
1518                 ...But always fetch ANSWERED and DELETED flags for
1519                 INBOX, as filtering can happen on these flags.
1520
1521 2006-04-17 [colin]      2.1.1cvs4
1522
1523         * src/imap.c
1524                 Don't fetch REPLIED and DELETED flags when synchronising
1525                 flags with a closed folder. We only need UNSEEN and FLAGGED
1526                 to update the folderview.
1527
1528 2006-04-17 [colin]      2.1.1cvs3
1529
1530         * src/imap.c
1531                 Faster flag search when there are new mails 
1532                 in a folder. We can do a full search if the 
1533                 folder contains less messages than the new
1534                 list.
1535
1536 2006-04-17 [colin]      2.1.1cvs2
1537
1538         * po/cs.po
1539         * po/de.po
1540         * po/fr.po
1541         * po/nl.po
1542         * po/pt_BR.po
1543                 Update translations from stable branch
1544
1545 2006-04-17 [colin]      2.1.1cvs1
1546
1547         * configure.ac
1548                 Bump version to follow stable release
1549
1550 2006-04-16 [mones]      2.1.0cvs50
1551
1552         * po/es.po
1553                 Updated for release
1554
1555 2006-04-16 [colin]      2.1.0cvs49
1556
1557         * src/textview.c
1558                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1559                 with gtk < 2.8. Thanks to Fabien Vantard.
1560
1561 2006-04-15 [colin]      2.1.0cvs48
1562
1563         * src/etpan/imap-thread.c
1564                 Fix bug #919 (libetpan: SEGV when connecting 
1565                 using command)
1566
1567 2006-04-14 [colin]      2.1.0cvs47
1568
1569         * src/main.c
1570                 Fix race on --select (should be done better)
1571
1572 2006-04-14 [wwp]        2.1.0cvs46
1573
1574         * src/send_message.c
1575                 enforce a check for domain in account prefs (a sending
1576                 error could be faced if domain was checked but no value set),
1577                 thanks to Colin.
1578
1579 2006-04-14 [colin]      2.1.0cvs45
1580
1581         * src/codeconv.c
1582                 when converting from unknown to unknown, if the
1583                 string is UTF8, don't convert it to the locale
1584                 (which breaks it)
1585
1586 2006-04-14 [colin]      2.1.0cvs44
1587
1588         * src/compose.c
1589                 Don't try to use ASCII for converting headers
1590                 (as done in body)
1591
1592 2006-04-14 [paul]       2.1.0cvs43
1593
1594         * src/crash.c
1595                 add locale/charset info to crash report
1596         * src/gtk/about.c
1597                 add wwp to doc team
1598                 replace 'e-mail' with preferred 'email'
1599         * src/gtk/authors.h
1600                 ensure contributors list is in alphabetical
1601                 order
1602
1603 2006-04-13 [colin]      2.1.0cvs42
1604
1605         * src/textview.c
1606                 Prevent gdk warnings
1607
1608 2006-04-13 [colin]      2.1.0cvs41
1609
1610         * src/common/ssl_certificate.c
1611         * src/common/ssl_certificate.h
1612         * src/gtk/sslcertwindow.c
1613                 Warn on expired certs, and display the expiration date
1614
1615 2006-04-13 [colin]      2.1.0cvs40
1616
1617         * src/plugins/spamassassin/spamassassin_gtk.c
1618                 Fix missing set_text on unix socket
1619
1620 2006-04-13 [wwp]        2.1.0cvs39
1621
1622         * manual/fr/advanced.xml
1623         * manual/fr/glossary.xml
1624                 applied new spam/ham/email lexicon (pourriel, courriel)
1625
1626 2006-04-13 [paul]       2.1.0cvs38
1627
1628         * src/plugins/pgpmime/plugin.c
1629                 remove the mention of S/MIME from the
1630                 description. This is now handled by the
1631                 S/MIME plugin.
1632
1633 2006-04-13 [paul]       2.1.0cvs37
1634
1635         * src/prefs_msg_colors.c
1636                 rework dialog
1637         * src/prefs_folder_item.c
1638         * src/prefs_spelling.c
1639                 add a tooltip to the colour selector buttons
1640
1641 2006-04-13 [wwp]        2.1.0cvs36
1642
1643         * manual/advanced.xml
1644         * manual/glossary.xml
1645         * manual/handling.xml
1646         * manual/keyboard.xml
1647         * manual/plugins.xml
1648         * manual/starting.xml
1649         * manual/fr/account.xml
1650         * manual/fr/ack.xml
1651         * manual/fr/addrbook.xml
1652         * manual/fr/advanced.xml
1653         * manual/fr/faq.xml
1654         * manual/fr/glossary.xml
1655         * manual/fr/gpl.xml
1656         * manual/fr/handling.xml
1657         * manual/fr/intro.xml
1658         * manual/fr/keyboard.xml
1659         * manual/fr/plugins.xml
1660         * manual/fr/starting.xml
1661         * manual/fr/sylpheed-claws-manual.xml
1662                 fixes to the manuals:
1663                  - summaryview -> Message List (same in French)
1664                  - translate key names
1665                  - fix French punctuation, use non-breakable spaces when
1666                    necessary, don't use &thinsp; which is not portable
1667                  - tell what maildir and mbox formats we support
1668
1669 2006-04-12 [wwp]        2.1.0cvs35
1670
1671         * src/prefs_toolbar.c
1672                 unified a replace button more,
1673                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1674
1675 2006-04-12 [wwp]        2.1.0cvs34
1676
1677         * src/prefs_common.c
1678         * src/prefs_msg_colors.c
1679                 make default color labels translatable,
1680                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1681                 thanks to Tim <timbrain@post.cz> for reporting.
1682
1683 2006-04-12 [wwp]        2.1.0cvs33
1684
1685         * manual/glossary.xml
1686         * manual/intro.xml
1687         * manual/plugins.xml
1688         * manual/starting.xml
1689         * manual/sylpheed-claws-manual.xml
1690         * manual/fr/.cvsignore
1691         * manual/fr/account.xml
1692         * manual/fr/ack.xml
1693         * manual/fr/addrbook.xml
1694         * manual/fr/advanced.xml
1695         * manual/fr/faq.xml
1696         * manual/fr/glossary.xml
1697         * manual/fr/handling.xml
1698         * manual/fr/intro.xml
1699         * manual/fr/keyboard.xml
1700         * manual/fr/plugins.xml
1701         * manual/fr/starting.xml
1702         * manual/fr/sylpheed-claws-manual.xml
1703                 various fixes: typos, missing .fr translations, punctuation,
1704                 capitalization, links, accents and some bad French more.
1705
1706 2006-04-12 [wwp]        2.1.0cvs32
1707
1708         * src/prefs_gtk.c
1709                 fix for bug #935: always store prefs files in UTF-8 (thanks
1710                 to Colin).
1711
1712 2006-04-11 [colin]      2.1.0cvs31
1713
1714         * src/compose.c
1715                 Fix inserting files not in utf8 when locale is utf8
1716
1717 2006-04-11 [colin]      2.1.0cvs30
1718
1719         * src/inc.c
1720                 Don't show error dialog when cancelling connection
1721                 Patch by Pawel
1722
1723 2006-04-11 [cleroy]     2.1.0cvs29
1724
1725         * src/compose.c
1726                 Implement multiple quote levels
1727         * src/prefs_common.c
1728                 Change a little bit the quote bgcolor for 2nd level
1729
1730 2006-04-11 [colin]      2.1.0cvs28
1731
1732         * src/gtk/about.c
1733                 Add locale and charset in the label
1734
1735 2006-04-10 [colin]      2.1.0cvs27
1736
1737         * src/compose.c
1738         * src/prefs_common.c
1739         * src/prefs_common.h
1740         * src/prefs_msg_colors.c
1741         * src/textview.c
1742                 Allow optional background color in quotes
1743                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1744                 GTK+-2.8.x feature
1745
1746 2006-04-10 [colin]      2.1.0cvs26
1747
1748         * src/main.c
1749         * src/mainwindow.c
1750         * src/mainwindow.h
1751                 Implement --select
1752
1753 2006-04-10 [colin]      2.1.0cvs25
1754
1755         * manual/plugins.xml
1756         * manual/fr/plugins.xml
1757                 Document libcurl's proxy variables
1758
1759 2006-04-09 [colin]      2.1.0cvs24
1760
1761         * src/prefs_common.c
1762                 gettext() returns statically allocated stuff. We have
1763                 to strdup it in order to be able to free it.
1764
1765 2006-04-09 [colin]      2.1.0cvs23
1766
1767         * AUTHORS
1768         * src/gtk/authors.h
1769                 Add Alexei
1770
1771 2006-04-09 [colin]      2.1.0cvs22
1772
1773         * src/mainwindow.c
1774         * src/gtk/quicksearch.c
1775                 Fix bug #859 (problems with cyrilic input in 
1776                 search panel) - Patch by Alexey Illarionov 
1777                 <littlesavage@rambler.ru>
1778
1779 2006-04-09 [colin]      2.1.0cvs21
1780
1781         * src/prefs_customheader.c
1782                 I prefer removing then freeing rather than the contrary
1783                 (even if it doesn't change anything ;-)
1784         * src/prefs_account.c
1785                 Fix bug #933 (Crash re-entering the custom headers list 
1786                 dialog in accounts prefs)
1787                 The problem happened when cancelling the Account 
1788                 Preferences' dialogs - in which case we didn't do 
1789                 anything to the PrefsAccount * struct. In case of applying,
1790                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1791                 working with in this dialog. The problem is that 
1792                 prefs_customheader.c, working on this tmp_ac_prefs, always
1793                 changes the ->customhdr_list pointer, even when cancelled. 
1794                 So in case of cancelling the prefs_account dialog, we still
1795                 have to update ->customhdr_list in the real account.
1796
1797 2006-04-08 [colin]      2.1.0cvs20
1798
1799         * manual/fr/glossary.xml
1800         * manual/fr/keyboard.xml
1801                 Forgot some headers :)
1802
1803 2006-04-08 [colin]      2.1.0cvs19
1804
1805         * manual/Makefile.am
1806         * manual/fr/Makefile.am
1807         * manual/fr/account.xml
1808         * manual/fr/ack.xml
1809         * manual/fr/addrbook.xml
1810         * manual/fr/advanced.xml
1811         * manual/fr/faq.xml
1812         * manual/fr/glossary.xml
1813         * manual/fr/gpl.xml
1814         * manual/fr/handling.xml
1815         * manual/fr/intro.xml
1816         * manual/fr/keyboard.xml
1817         * manual/fr/plugins.xml
1818         * manual/fr/starting.xml
1819         * manual/fr/sylpheed-claws-manual.xml
1820         * manual/fr/dist/.cvsignore
1821         * manual/fr/dist/Makefile.am
1822         * manual/fr/dist/html/.cvsignore
1823         * manual/fr/dist/html/Makefile.am
1824         * manual/fr/dist/pdf/.cvsignore
1825         * manual/fr/dist/pdf/Makefile.am
1826         * manual/fr/dist/ps/.cvsignore
1827         * manual/fr/dist/ps/Makefile.am
1828         * manual/fr/dist/txt/.cvsignore
1829         * manual/fr/dist/txt/Makefile.am
1830                 Add the french translation of the manual. Thanks to
1831                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1832                 account.xml, ack.xml, addrbook.xml and advanced.xml
1833
1834 2006-04-08 [colin]      2.1.0cvs18
1835
1836         * manual/plugins.xml
1837         * manual/starting.xml
1838                 More fixes
1839
1840 2006-04-07 [colin]      2.1.0cvs17
1841
1842         * manual/faq.xml
1843         * manual/intro.xml
1844         * manual/keyboard.xml
1845                 Little fixes
1846
1847 2006-04-07 [colin]      2.1.0cvs16
1848
1849         * README
1850         * src/compose.c
1851         * src/prefs_common.c
1852         * src/prefs_common.h
1853                 Add hidden compose_no_markup pref
1854
1855 2006-04-07 [wwp]        2.1.0cvs15
1856
1857         * src/summary_search.c
1858         * .cvsignore
1859                 Bugfix: stop button was sticky when searching in an empty folder.
1860                 Applied curly brackets code style to the whole file (summary_search.c).
1861                 More files to ignore.
1862
1863 2006-04-07 [wwp]        2.1.0cvs14
1864
1865         * src/message_search.c
1866         * src/summary_search.c
1867                 changed default button when search bumps at file/folder
1868                 beginning or end, for convenience (thanks to Colin).
1869
1870 2006-04-07 [paul]       2.1.0cvs13
1871
1872         * src/plugins/dillo_viewer/dillo_prefs.c
1873                 avoid future potential for namespace collision
1874                 Patch by Colin
1875
1876 2006-04-06 [wwp]        2.1.0cvs12
1877
1878         * src/summary_search.c
1879                 Unify extended/advanced searches names (and thus factorize labels),
1880                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1881
1882 2006-04-06 [wwp]        2.1.0cvs11
1883
1884         * src/folderview.c
1885         * src/prefs_themes.c
1886         * src/summaryview.c
1887                 Fixed some compilation warnings.
1888
1889 2006-04-06 [colin]      2.1.0cvs10
1890
1891         * manual/advanced.xml
1892                 Document the wizard template and how to deploy
1893                 Sylpheed-Claws effectively
1894
1895 2006-04-06 [colin]      2.1.0cvs9
1896
1897         * src/folderview.c
1898                 gettext patch to tell translators about _("#"),
1899                 by Maxim Britov
1900
1901 2006-04-06 [colin]      2.1.0cvs8
1902
1903         * src/textview.c
1904                 Fix invalid GtkTextBIter after clicking "Display as text"
1905
1906 2006-04-06 [mones]      2.1.0cvs7
1907
1908         * src/addr_compl.c
1909         * src/addrindex.c
1910         * src/addritem.c
1911         * src/codeconv.c
1912         * src/compose.c
1913         * src/filtering.c
1914         * src/folder.c
1915         * src/folder_item_prefs.c
1916         * src/folderview.c
1917         * src/localfolder.c
1918         * src/matcher.c
1919         * src/mimeview.c
1920         * src/prefs_msg_colors.c
1921         * src/prefs_spelling.c
1922         * src/prefs_themes.c
1923         * src/procmime.c
1924         * src/procmsg.c
1925         * src/stock_pixmap.c
1926         * src/summaryview.c
1927         * src/textview.c
1928         * src/toolbar.c
1929         * src/common/mgutils.c
1930         * src/common/prefs.c
1931         * src/common/ssl_certificate.c
1932         * src/gtk/colorlabel.c
1933         * src/gtk/quicksearch.c
1934         * src/plugins/pgpmime/pgpmime.c
1935         * src/plugins/spamassassin/spamassassin.c
1936                 Removed redundant NULL checks for g_free() calls.
1937                 Patch by Pawel Pekala.
1938
1939 2006-04-06 [mones]      2.1.0cvs6
1940
1941         * src/prefs_actions.c
1942         * src/prefs_filtering.c
1943         * src/prefs_filtering_action.c
1944         * src/prefs_matcher.c
1945         * src/prefs_template.c
1946         * src/gtk/gtkutils.c
1947         * src/gtk/gtkutils.h
1948                 Have a nice replace button. Patch by Pawel Pekala
1949
1950 2006-04-06 [colin]      2.1.0cvs5
1951
1952         * src/addressbook.c
1953                 Fix crash with empty columns
1954
1955 2006-04-05 [colin]      2.1.0cvs4
1956
1957         * src/wizard.c
1958         * src/prefs_gtk.c
1959                 Allow wizard customization with pre-filled values
1960
1961 2006-04-05 [colin]      2.1.0cvs3
1962
1963         * src/textview.c
1964         * src/mimeview.c
1965         * src/mimeview.h
1966                 Nicer messages in mimeview
1967
1968 2006-04-05 [colin]      2.1.0cvs2
1969
1970         * src/addressbook.c
1971         * src/prefs_summaries.c
1972                 i18n fix
1973
1974 2006-04-05 [colin]      2.1.0cvs1
1975
1976         * src/plugins/pgpcore/plugin.c
1977         * src/plugins/pgpcore/select-keys.c
1978         * src/plugins/pgpcore/select-keys.h
1979         * src/plugins/pgpcore/sgpgme.c
1980         * src/plugins/pgpcore/sgpgme.h
1981         * src/plugins/pgpinline/pgpinline.c
1982         * src/plugins/pgpinline/plugin.c
1983         * src/plugins/pgpmime/pgpmime.c
1984         * src/plugins/pgpmime/plugin.c
1985                 Factorize and generalize a bit 
1986                 Drop S/MIME signature verification from PGP/MIME
1987                 (adding it as another, more complete plugin)
1988
1989 2006-04-05 [paul]       2.1.0
1990
1991         2.1.0 released
1992
1993 2006-04-05 [paul]       2.0.0cvs186
1994
1995         * manual/advanced.xml
1996                 add info on colour labels
1997
1998 2006-04-05 [paul]       2.0.0cvs185
1999
2000         * po/bg.po
2001         * po/cs.po
2002         * po/de.po
2003         * po/el.po
2004         * po/en_GB.po
2005         * po/fi.po
2006         * po/fr.po
2007         * po/it.po
2008         * po/nl.po
2009         * po/pl.po
2010         * po/pt_BR.po
2011         * po/sr.po
2012         * po/zh_CN.po
2013                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2014                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2015                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2016                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2017         * src/gtk/authors.h
2018         * tools/claws.i18n.status.pl
2019                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2020                 and new Czech translator, Tim <timbrain@post.cz>
2021
2022 2006-04-05 [mones]      2.0.0cvs184
2023
2024         * po/es.po
2025                 Updated translation
2026
2027 2006-04-05 [colin]      2.0.0cvs183
2028
2029         * src/gtk/quicksearch.c
2030                 Fix bug #929 (unnecessary reload in quick search bar)
2031
2032 2006-04-05 [colin]      2.0.0cvs182
2033
2034         * src/compose.c
2035                 Fix crash on Reply with no From:
2036                 Show signature and conversion error on queuing 
2037                 (but not sending)
2038         * src/mainwindow.c
2039         * src/summaryview.c
2040         * src/summaryview.h
2041                 Factorize threading code and make sure msginfo 
2042                 is not null when it comes from a GtkCTreeRow's 
2043                 data
2044         * src/gtk/gtkaspell.c
2045                 Check for necessary things
2046         * src/gtk/gtksctree.c
2047         * src/gtk/gtksctree.h
2048                 Reset anchor if necessary when removing node
2049
2050 2006-03-29 [colin]      2.0.0cvs181
2051
2052         * src/folderview.c
2053                 Warn for disabled IMAP accounts (due to lack of
2054                 libetpan). Breaks string-freeze - sorry - but it
2055                 is kind of important ;)
2056
2057 2006-03-28 [colin]      2.0.0cvs180
2058
2059         * src/gtk/gtkutils.c
2060         * src/gtk/gtkutils.h
2061                 Add a gtkut_get_link_btn() function that
2062                 creates a button which acts like an URI
2063         * src/prefs_themes.c
2064         * src/gtk/about.c
2065                 Use this function (factorizes codes)
2066         * src/common/defs.h
2067         * src/gtk/pluginwindow.c
2068                 Add a "Get more..." in the plugins window
2069
2070 2006-03-28 [colin]      2.0.0cvs179
2071
2072         * src/common/smtp.c
2073         * src/common/passcrypt.c
2074         * src/undo.c
2075                 Warning fixes. Patch by Pawel Pekala
2076
2077 2006-03-27 [colin]      2.0.0cvs178
2078
2079         * src/undo.c
2080                 Fix undoing by blocks with spaces
2081
2082 2006-03-27 [colin]      2.0.0cvs177
2083
2084         * src/textview.c
2085                 Set margin to 3px for headers
2086
2087 2006-03-27 [paul]
2088
2089         2.1.0-rc2 released
2090
2091 2006-03-27 [wwp]        2.0.0cvs176
2092
2093         * src/summaryview.c
2094                 don't reset quicksearch when updating the message list.
2095                 Thanks to Colin.
2096
2097 2006-03-26 [wwp]        2.0.0cvs175
2098
2099         * src/compose.c
2100                 use a unified border width ('other' tab in the compose window,
2101                 patch by Pawel Pekala).
2102
2103
2104 2006-03-26 [wwp]        2.0.0cvs174
2105
2106         * src/common/quoted-printable.c
2107         * src/addressbook.c
2108                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2109
2110 2006-03-26 [colin]      2.0.0cvs173
2111
2112         * src/quote_fmt_parse.y
2113                 Fix non-UTF8 date formats messing up the whole quote a 
2114                 little bit
2115
2116 2006-03-26 [colin]      2.0.0cvs172
2117
2118         * src/procheader.c
2119                 Make sure the date is UTF8 valid, or try to make it
2120                 so. IncrediMail is really IncrediStupid.
2121         * src/compose.c
2122                 Fix possible conversions. 
2123                 
2124
2125 2006-03-26 [colin]      2.0.0cvs171
2126
2127         * src/matcher.c
2128                 Fix corner cases in body search. This is still a
2129                 hack... It seems impossible to make it good and 
2130                 reasonably fast at the same time.
2131
2132 2006-03-26 [colin]      2.0.0cvs170
2133
2134         * src/summaryview.c
2135                 I think I killed the twilight zone bug!
2136                 summary_select_node() flushes GTK events in order
2137                 to be able to center the view. But this also 
2138                 flushes keypresses like Ctrl-Alt-U, so this can
2139                 call summary_show from summary_select_node (itself
2140                 called from summary_show, etc.). And the summaryview
2141                 has to be unlocked in this function. So just locking
2142                 while processing GTK events, and bailing if locked, 
2143                 should fix it.
2144                 Fixes bug #927 (SIGSEGV during Update Summary)
2145
2146 2006-03-25 [colin]      2.0.0cvs169
2147
2148         * src/matcher.c
2149                 Fix search in QP-encoded bodies
2150                 Fix utf-8 searches in bodies encoded in the
2151                 locale's encoding
2152         * src/common/quoted-printable.c
2153         * src/common/quoted-printable.h
2154                 Add a decode function that doesn't overwrite
2155                 the original pointer
2156                 
2157
2158 2006-03-24 [colin]      2.0.0cvs168
2159
2160         * src/action.c
2161         * src/summaryview.c
2162         * src/summaryview.h
2163                 Update message cache after action
2164                 Patch by H. Merijn Brand
2165         * src/prefs_msg_colors.c
2166                 Factorize label 
2167                 Patch by Fabien Vantard
2168         * src/plugins/spamassassin/spamassassin_gtk.c
2169                 Remove useless translation
2170                 Patch by Fabien Vantard
2171
2172 2006-03-23 [colin]      2.0.0cvs167
2173
2174         * src/common/ssl.c
2175                 Let 30 seconds to SSL_connect
2176
2177 2006-03-23 [wwp]        2.0.0cvs166
2178
2179         * src/summaryview.c
2180         * src/gtk/description_window.c
2181                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2182                 and headers are translated; adjust description windows' width to fit their
2183                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2184
2185 2006-03-23 [paul]       2.0.0cvs165
2186
2187         * src/common/utils.c
2188                 fix highlighting of URIs containing "()"
2189                 (2.0.0cvs164's reversal fixed)
2190                 Thanks to Colin.
2191
2192 2006-03-23 [paul]       2.0.0cvs164
2193
2194         * src/common/utils.c
2195                 revert patch, (postponing a fix), at 2.0.0cvs120
2196                 as it breaks more URIs than it fixes.
2197                 Allow '-' to be a terminating character in a URI
2198
2199 2006-03-22 [colin]      2.0.0cvs163
2200
2201         * configure.ac
2202                 Require libetpan 0.45
2203                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2204
2205 2006-03-22 [paul]       2.0.0cvs162
2206
2207         * src/editgroup.c
2208                 replace '<-' and '->' buttons with GTK_STOCK graphical
2209                 buttons
2210         * src/summary_search.c
2211                 don't offer '...' for translation
2212                 add a tooltip to advanced search '...' button
2213         * src/gtk/quicksearch.c
2214                 don't offer '...' for translation
2215
2216 2006-03-21 [colin]      2.0.0cvs161
2217
2218         * src/compose.c
2219                 Fix middle-click pasting (insert at click
2220                 position instead of cursor position, don't
2221                 remove existing selection and allow pasting
2222                 our own selection)
2223         * src/addressbook.c
2224                 "LDAP Server" -> "LDAP servers"
2225
2226 2006-03-21 [wwp]        2.0.0cvs160
2227
2228         * src/etpan/imap-thread.c
2229                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2230
2231 2006-03-20 [colin]      2.0.0cvs159
2232
2233         * src/summaryview.c
2234                 Don't reload summaryview after an execute with no
2235                 move action
2236
2237 2006-03-19 [colin]      2.0.0cvs158
2238
2239         * src/addressbook.c
2240                 and put groups at the top, always
2241
2242 2006-03-19 [colin]      2.0.0cvs157
2243
2244         * src/addressbook.c
2245                 Order groups before names, as previously
2246
2247 2006-03-19 [colin]      2.0.0cvs156
2248
2249         * src/addressbook.c
2250                 - Sort case-unsensitive
2251                 - Put the sort arrow at opening too
2252
2253 2006-03-19 [wwp]        2.0.0cvs155
2254
2255         * src/addressbook.c
2256                 allow sorting by name/email/remarks, ensure that right-pane's contents
2257                 matches the left-pane selection (cleared when appropriate).
2258                 Patch by Pawel Pekala <c0rn@o2.pl>.
2259
2260 2006-03-18 [colin]      2.0.0cvs154
2261
2262         * src/textview.c
2263                 Fix text cursor ;)
2264
2265 2006-03-18 [colin]      2.0.0cvs153
2266
2267         * src/gtk/filesel.c
2268                 Make sure we hide the preview if we didn't get
2269                 a filename
2270
2271 2006-03-18 [colin]      2.0.0cvs152
2272
2273         * src/summaryview.c
2274                 Set cursor to watch for execution (fixes lack
2275                 of watch-cursor when dnd'ing hundreds of mails)
2276         * src/gtk/filesel.c
2277                 Check that mime type is 'image/*' before updating
2278                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2279
2280 2006-03-18 [colin]      2.0.0cvs151
2281
2282         * src/mainwindow.c
2283         * src/textview.c
2284         * src/textview.h
2285                 Put a watch cursor in textview too when the mainwindow's
2286                 cursor in a watch
2287
2288 2006-03-18 [colin]      2.0.0cvs150
2289
2290         * src/folder.c
2291                 Change wrong asserts to simple tests
2292
2293 2006-03-17 [colin]      2.0.0cvs149
2294
2295         * src/mainwindow.c
2296         * src/mainwindow.h
2297         * src/prefs_msg_colors.c
2298         * src/summaryview.c
2299         * src/summaryview.h
2300         * src/gtk/colorlabel.c
2301         * src/gtk/colorlabel.h
2302                 Add a color label menu in the main menubar
2303                 Add (fixed) accels Ctrl-{0-7} to change the color
2304                 They have to be fixed because the menu's dynamic,
2305                 the items are complex widgets, hence we can't use
2306                 a GtkItemFactory.
2307
2308
2309 2006-03-17 [wwp]        2.0.0cvs148
2310
2311         * src/compose.c
2312                 rollback few lines from my previous commit (those lines come from
2313                 a pending patch, accidentally commited, even if neutral as they are
2314                 commented out).
2315
2316 2006-03-17 [wwp]        2.0.0cvs147
2317
2318         * src/compose.c
2319                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2320                 applied code style/indentation to the modified function.
2321
2322 2006-03-17 [wwp]        2.0.0cvs146
2323
2324         * src/procmsg.c
2325         * src/compose.c
2326                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2327
2328 2006-03-17 [paul]
2329
2330         2.1.0-rc1 released
2331
2332 2006-03-17 [paul]       2.0.0cvs145
2333
2334         * src/main.c
2335                 addressbook_read_file() was called twice
2336         * src/textview.c
2337                 X-Mailer highlighting
2338
2339 2006-03-16 [colin]      2.0.0cvs144
2340
2341         * src/sourcewindow.c
2342         * src/sourcewindow.h
2343                 And the last one, in source window.
2344
2345 2006-03-16 [colin]      2.0.0cvs143
2346
2347         * src/compose.c
2348         * src/compose.h
2349                 Fix the same stuff in compose
2350
2351 2006-03-16 [colin]      2.0.0cvs142
2352
2353         * src/messageview.c
2354                 Complete the previous messageview crash fix
2355
2356 2006-03-16 [colin]      2.0.0cvs141
2357
2358         * src/procmsg.h
2359         * src/procmsg.c
2360         * src/folder.c
2361                 Fix POSTPROCESSING hook
2362                 Patch by H. Merijn Brand
2363
2364         * src/procmime.c
2365         * src/procmime.h
2366                 Parse Content-Location
2367
2368         * src/toolbar.c
2369         * src/messageview.c
2370         * src/messageview.h
2371                 Don't crash when a top-level MessageView has
2372                 been closed on us. Same problematic than
2373                 yesterday's quicksearch issue.
2374
2375 2006-03-15 [colin]      2.0.0cvs140
2376
2377         * src/gtk/quicksearch.c
2378                 Fix a bitchy race we didn't think about when we
2379                 added quicksearch cancellation:
2380                 If the search is not on cached fields, for example
2381                 body_part matchcase "stuff"
2382                 the matcher code has to get the whole message. If
2383                 we're on IMAP, that can be slow, and in order to
2384                 be non-blocking, the IMAP code idle loop processes
2385                 gtk events too. So it is possible to cancel a
2386                 quicksearch while the matcher is getting the mail's
2387                 body. After matcher got its body, it will start to
2388                 iterate over the matcher list that the Quicksearch's
2389                 clear_search_cb() just freed via prepare_matcher().
2390                 SIGSEGV ensues.
2391                 The fix consists of guarding the matcherlist_match()
2392                 call with a boolean 'matching'. If we reset the
2393                 quicksearch while matching is TRUE, we don't free
2394                 the matcherlist anymore like we did, but we set
2395                 another new flag, deferred_free, to TRUE. Then,
2396                 in quicksearch_match(), just after returning from
2397                 matcherlist_match() and unsetting the matching flag,
2398                 we check the deferred_free flag and do the
2399                 prepare_matcher() (which does the matcherlist_free)
2400                 for real, so we free the matcherlist once it's not
2401                 used anymore.
2402                 As all of this runs via the glib main loop, we
2403                 luckily don't need a mutex.
2404         * src/summaryview.c
2405                 Also, show progress while searching.
2406
2407
2408 2006-03-14 [colin]      2.0.0cvs139
2409
2410         * src/alertpanel.c
2411                 Make alertpanel_is_open non-static
2412
2413 2006-03-14 [colin]      2.0.0cvs138
2414
2415         * src/prefs_spelling.c
2416                 Cleanups - Fabien Vantard
2417
2418 2006-03-14 [wwp]        2.0.0cvs137
2419
2420         * src/main.c
2421                 code style normalization (curly braces, indentation).
2422
2423 2006-03-14 [wwp]        2.0.0cvs137
2424
2425         * src/main.c
2426                 code style (braces, indentation)
2427
2428 2006-03-12 [paul]       2.0.0cvs136
2429
2430         * src/prefs_common.c
2431                 trans_hdr defaults to FALSE to be RFC-savvy
2432         * src/prefs_summaries.c
2433                 add a tooltip to the trans_hdr option
2434                 
2435
2436 2006-03-12 [paul]       2.0.0cvs135
2437
2438         * src/prefs_matcher.c
2439                 give a little more width to the combos
2440         * src/prefs_display_header.c
2441         * src/textview.c
2442                 translate headers if prefs_common.trans_hdr
2443                 is TRUE
2444
2445         Patches by Pawel Pekala
2446
2447 2006-03-12 [paul]       2.0.0cvs134
2448
2449         * src/plugins/clamav/clamav_plugin.c
2450         * src/plugins/dillo_viewer/dillo_viewer.c
2451         * src/plugins/pgpcore/plugin.c
2452         * src/plugins/pgpinline/plugin.c
2453         * src/plugins/pgpmime/plugin.c
2454         * src/plugins/spamassassin/spamassassin.c
2455                 update/add to descriptions
2456         * src/plugins/spamassassin/spamassassin_gtk.c
2457                 fixes to the english, remove superfluous
2458                 tooltips, clean up a little
2459
2460 2006-03-12 [paul]       2.0.0cvs133
2461
2462         * src/compose.c
2463                 fix Bug 924, 'Account combo box shows up wrong 
2464                 if & is in account name'
2465
2466 2006-03-11 [colin]      2.0.0cvs132
2467
2468         * src/summaryview.c
2469                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2470                 messed up shift-selection because is slows down
2471                 moving around summaryview. thanks -users
2472
2473 2006-03-10 [colin]      2.0.0cvs131
2474
2475         * src/plugins/spamassassin/spamassassin_gtk.c
2476                 Put back Paul's engrish fixes
2477
2478 2006-03-10 [colin]      2.0.0cvs130
2479
2480         * src/plugins/spamassassin/spamassassin.c
2481         * src/plugins/spamassassin/spamassassin.h
2482         * src/plugins/spamassassin/spamassassin_gtk.c
2483                 Cleanup SA prefs page (more)
2484                 Patch by Fabien Vantard
2485
2486 2006-03-10 [paul]       2.0.0cvs129
2487
2488         * src/prefs_msg_colors.c
2489         * src/prefs_spelling.c
2490                 widget sensitivity
2491
2492 2006-03-09 [mones]      2.0.0cvs128
2493
2494         * po/es.po
2495                 Update for next RC
2496
2497 2006-03-09 [wwp]        2.0.0cvs127
2498
2499         * configure.ac
2500                 revert accidental commit (requirement for libetpan 0.43), this time
2501                 not in HEAD.
2502
2503 2006-03-09 [wwp]        2.0.0cvs125
2504
2505         * configure.ac
2506                 revert accidental commit (requirement for libetpan 0.43)
2507
2508 2006-03-09 [paul]       2.0.0cvs126
2509
2510         * src/prefs_receive.c
2511                 remove useless frame
2512                 replace 'incorporation' with 'receiving'
2513         * src/plugins/clamav/clamav_plugin_gtk.c
2514         * src/plugins/spamassassin/spamassassin_gtk.c
2515                 improve widget sensitivity
2516                 fix a bit his engrish
2517
2518 2006-03-09 [wwp]        2.0.0cvs125
2519
2520         * src/addressadd.c
2521         * src/foldersel.c
2522         * src/prefs_common.c
2523         * src/prefs_common.h
2524                 remember some more windows' sizes (add to addressbook and
2525                 select folder).
2526
2527 2006-03-09 [paul]       2.0.0cvs124
2528
2529         * src/plugins/pgpcore/prefs_gpg.c
2530                 normalise construction of dialogue
2531
2532 2006-03-09 [paul]       2.0.0cvs123
2533
2534         * src/plugins/trayicon/Makefile.am
2535                 add missing slash
2536
2537 2006-03-08 [colin]      2.0.0cvs122
2538
2539         * src/plugins/trayicon/Makefile.am
2540                 Fix build in separate dir 
2541                 Patch by Bamanzi <bamanzi@gmail.com>
2542
2543 2006-03-08 [colin]      2.0.0cvs121
2544
2545         * src/procmsg.c
2546                 Batch move and copies from summaryview with delayed execution
2547                 too
2548
2549 2006-03-07 [paul]       2.0.0cvs120
2550
2551         * src/common/utils.c
2552                 fix highlighting of URIs containing "()"
2553                 Patch by Pawel Pekala
2554
2555 2006-03-07 [paul]       2.0.0cvs119
2556
2557         * src/folder.c
2558         * src/folder.h
2559         * src/folderview.c
2560                 immediately do alphabetical resort when
2561                 changing a folder's name
2562                 Patch by Pawel Pekala
2563
2564 2006-03-07 [paul]       2.0.0cvs118
2565
2566         * src/news.c
2567         * src/news_gtk.c
2568                 when unsubscribing a newsgroup, remove the
2569                 folder and msgs in .sylpheed-claws/newscache
2570                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2571
2572 2006-03-07 [paul]       2.0.0cvs117
2573
2574         * src/textview.c
2575                 fix wrong Fake URL Warning
2576                 Thanks to Hiro
2577
2578 2006-03-07 [colin]      2.0.0cvs116
2579
2580         * src/imap.c
2581                 Return immediately when password dialog was
2582                 cancelled
2583         * src/gtk/inputdialog.c
2584                 Allow empty strings for passwords
2585
2586
2587 2006-03-06 [colin]      2.0.0cvs115
2588
2589         * src/imap.c
2590                 Prevent double-timeouts when connection fails
2591
2592 2006-03-06 [colin]
2593
2594         2.0.1-rc1 released
2595
2596 2006-03-06 [colin]      2.0.0cvs114
2597
2598         * src/imap.c
2599                 Refresh session during potentially long
2600                 operations
2601
2602 2006-03-06 [wwp]        2.0.0cvs113
2603
2604         * src/prefs_msg_colors.h
2605                 forgot that one (custom color labels).
2606
2607 2006-03-06 [wwp]        2.0.0cvs112
2608
2609         * src/prefs_common.c
2610         * src/prefs_common.h
2611         * src/prefs_msg_colors.c
2612         * src/summaryview.c
2613         * src/summaryview.h
2614         * src/gtk/colorlabel.c
2615         * src/gtk/colorlabel.h
2616                 colors in messages list are now customizable. Color values and names can
2617                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2618                 Thanks to Paul and Colin for their help with this longstanding patch!
2619
2620 2006-03-06 [wwp]        2.0.0cvs111
2621
2622         * src/textview.c
2623                 don't crash if (x)face is bad.
2624
2625 2006-03-05 [paul]       2.0.0cvs110
2626
2627         * AUTHORS
2628         * configure.ac
2629         * src/Makefile.am
2630         * src/common/Makefile.am
2631         * src/common/utils.h
2632         * src/etpan/imap-thread.c
2633         * src/gtk/authors.h
2634         * src/plugins/clamav/Makefile.am
2635         * src/plugins/demo/Makefile.am
2636         * src/plugins/dillo_viewer/Makefile.am
2637         * src/plugins/pgpcore/Makefile.am
2638         * src/plugins/pgpcore/passphrase.c
2639         * src/plugins/pgpinline/Makefile.am
2640         * src/plugins/pgpmime/Makefile.am
2641         * src/plugins/spamassassin/Makefile.am
2642         * src/plugins/trayicon/Makefile.am
2643                 fix builiding on cygwin
2644                 Patch by Ralgh Young <bamanzi@gmail.com>
2645
2646 2006-03-04 [wwp]        2.0.0cvs109
2647
2648         * manual/keyboard.xml
2649                 fix mixed up/down keys.
2650
2651 2006-03-04 [wwp]        2.0.0cvs108
2652
2653         * README
2654         * INSTALL
2655                 updated links to SpamAssassin.
2656
2657 2006-03-04 [wwp]        2.0.0cvs107
2658
2659         * manual/plugins.xml
2660         * src/plugins/spamassassin/README
2661                 updated SpamAssassin plugin docs to reflect new functional additions
2662                 (also fix/update/documents few technical stuff more, see the README).
2663
2664 2006-03-04 [wwp]        2.0.0cvs106
2665
2666         * src/prefs_message.c
2667                 normalized capitalization of message-prefs paths.
2668
2669 2006-03-04 [wwp]        2.0.0cvs105
2670
2671         * manual/advanced.xml
2672                 typo.
2673
2674 2006-03-03 [colin]      2.0.0cvs104
2675
2676         * src/plugins/clamav/clamav_plugin_gtk.c
2677                 Rework prefs page, patch by Fabien 
2678
2679 2006-03-03 [colin]      2.0.0cvs103
2680
2681         * src/plugins/clamav/clamav_plugin.c
2682                 Set error on all errors
2683
2684 2006-03-03 [colin]      2.0.0cvs102
2685
2686         * src/common/plugin.c
2687                 Initialize error to avoid crashing when a plugin fails
2688                 without setting error
2689
2690 2006-03-02 [wwp]        2.0.0cvs101
2691
2692         * configure.ac
2693                 fixed linker flags for libetpan support on Cygwin
2694                 (thanks to H.Merijn Brand).
2695
2696 2006-03-02 [wwp]        2.0.0cvs100
2697
2698         * src/addressbook.c
2699                 fix some AB error messages: one for punctuation and
2700                 one wrongly duplicate (thanks, maxbritov).
2701
2702 2006-03-02 [wwp]        2.0.0cvs99
2703
2704         * src/plugins/spamassassin/spamassassin.c
2705                 make sync calls to sa-learn/spamc to prevent
2706                 system (whatever local or client/server) overload.
2707
2708 2006-03-02 [colin]      2.0.0cvs98
2709
2710         * src/summaryview.c
2711                 Put the spam icon in the status column instead of the
2712                 mark one
2713
2714 2006-03-01 [colin]      2.0.0cvs97
2715
2716         * src/plugins/spamassassin/spamassassin.c
2717                 Fix segfault (g_file_set_contents fails for some 
2718                 reason and err==0x2f. Can't find out why with
2719                 valgrind, using working function :-)
2720
2721 2006-03-01 [colin]      2.0.0cvs96
2722
2723         * src/inc.c
2724                 Offline overriding: let 'No' be cached only 3 seconds
2725
2726 2006-03-01 [colin]      2.0.0cvs95
2727
2728         * src/addr_compl.c
2729         * src/addrbook.c
2730         * src/addressbook.c
2731         * src/addrindex.c
2732         * src/folder_item_prefs.c
2733         * src/headerview.c
2734         * src/imap.c
2735         * src/inc.c
2736         * src/ldif.c
2737         * src/mainwindow.c
2738         * src/mh.c
2739         * src/msgcache.c
2740         * src/prefs_common.h
2741         * src/prefs_msg_colors.c
2742         * src/procheader.c
2743         * src/procheader.h
2744         * src/procmime.c
2745         * src/procmsg.c
2746         * src/procmsg.h
2747         * src/send_message.h
2748         * src/simple-gettext.c
2749         * src/summaryview.c
2750         * src/summaryview.h
2751         * src/syldap.c
2752         * src/textview.c
2753         * src/undo.c
2754         * src/common/ssl_certificate.c
2755         * src/common/utils.c
2756         * src/gtk/colorsel.c
2757         * src/gtk/gtksctree.c
2758         * src/gtk/gtkshruler.c
2759         * src/plugins/trayicon/trayicon.c
2760                 #if 0 goes to /dev/null
2761
2762 2006-03-01 [colin]      2.0.0cvs94
2763
2764         * src/compose.c
2765         * src/imap.c
2766         * src/inc.c
2767         * src/inc.h
2768         * src/messageview.c
2769         * src/news.c
2770         * src/plugins/spamassassin/spamassassin.c
2771                 Allow to add information in the "working offline"
2772                 window
2773
2774 2006-03-01 [wwp]        2.0.0cvs93
2775
2776         * src/plugins/spamassassin/spamassassin.c
2777                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2778                 'cause it seems that calling `spamc ... < inputfile` with
2779                 g_spawn_(a)sync simply.. erm doesn't work :-).
2780
2781 2006-03-01 [wwp]        2.0.0cvs92
2782
2783         * src/toolbar.c
2784         * src/toolbar.h
2785                 simplify the adding of spam/ham button to the messageview toolbar
2786                 (it gets more clear now that the same button will be "Mark as spam"
2787                 or "Mark as ham" according to the current message status,
2788                 thanks to Colin).
2789
2790 2006-03-01 [wwp]        2.0.0cvs91
2791
2792         * src/messageview.c
2793         * src/procmsg.c
2794         * src/procmsg.h
2795         * src/summaryview.c
2796         * src/plugins/spamassassin/spamassassin.c
2797         * src/plugins/spamassassin/spamassassin.h
2798                 make learner callbacks return a status (0 for ok),
2799                 handle it in main code to avoid setting flags when learning failed,
2800                 don't learn on TCP if offline in spamassassin,
2801                 thanks to Colin.
2802
2803                 
2804
2805 2006-03-01 [wwp]        2.0.0cvs90
2806
2807         * src/compose.c
2808                 some work around the compose window's account menu,
2809                 patch by Fabien Vantard.
2810
2811 2006-03-01 [wwp]        2.0.0cvs89
2812
2813         * src/plugins/spamassassin/spamassassin.c
2814                 fixed bad logics, was using spamc in local mode and sa-learn
2815                 in remote mode (thanks, Colin).
2816
2817 2006-03-01 [wwp]        2.0.0cvs88
2818
2819         * src/plugins/spamassassin/spamassassin.c
2820         * src/plugins/spamassassin/spamassassin.h
2821         * src/plugins/spamassassin/spamassassin_gtk.c
2822                 made processing of emails w/ sa-plugin an option (default is TRUE),
2823                 fixed Engrish some tooltips, capitalization of some debug messages
2824                 and warnings. The spamassassin plugin now provides two separate
2825                 services: process emails upon incorporation and spamd training.
2826                 Both services (un)register independently but use some common
2827                 plugin settings (transport settings, spam storage location).
2828
2829 2006-02-28 [wwp]        2.0.0cvs87
2830
2831         * src/plugins/spamassassin/spamassassin.c
2832                 fix async flag to spamc cmdline execution (batch exec should
2833                 be asynchronous).
2834
2835 2006-02-27 [wwp]        2.0.0cvs86
2836
2837         * src/plugins/spamassassin/spamassassin.c
2838         * src/plugins/spamassassin/spamassassin.h
2839         * src/plugins/spamassassin/spamassassin_gtk.c
2840                 - added the ability to learn a remote spamassassin server (spamd),
2841                 using spamc.
2842                 - added the spamassassin option 'username', that applies to all
2843                 spamassassin operations (filtering, learning, local or remote).
2844                 The default username is the current unix user (if left blank
2845                 from gtk prefs or config file).
2846                 - commented out some unused code (notebook widget), removed unused
2847                 layout (hbox1).
2848                 - make more widgets sensitive to the transport type.
2849
2850 2006-02-27 [colin]      2.0.0cvs85
2851
2852         * src/plugins/spamassassin/spamassassin.c
2853                 Fix sa-learn call when offline
2854
2855 2006-02-27 [colin]      2.0.0cvs84
2856
2857         * configure.ac
2858         * src/Makefile.am
2859         * src/mainwindow.c
2860         * src/mainwindow.h
2861         * src/messageview.c
2862         * src/messageview.h
2863         * src/prefs_toolbar.c
2864         * src/procmsg.c
2865         * src/stock_pixmap.c
2866         * src/stock_pixmap.h
2867         * src/summaryview.c
2868         * src/toolbar.c
2869         * src/toolbar.h
2870         * src/pixmaps/ham_btn.xpm
2871         * src/pixmaps/spam.xpm
2872         * src/pixmaps/spam_btn.xpm
2873         * src/plugins/spamassassin/spamassassin.c
2874                 Add button in toolbar for spam learning
2875                 Fix a few bugs from the last related commit
2876                 Revert 1.9.6cvs23 which messed up shift-selection
2877
2878 2006-02-24 [colin]      2.0.0cvs83
2879
2880         * src/procmsg.c
2881         * src/summaryview.c
2882         * src/summaryview.h
2883         * src/plugins/spamassassin/spamassassin.c
2884         * src/plugins/spamassassin/spamassassin.h
2885         * src/plugins/spamassassin/spamassassin_gtk.c
2886                 Unregister learner when spamassassin is either
2887                 disabled or over tcp
2888
2889 2006-02-24 [colin]      2.0.0cvs82
2890
2891         * src/Makefile.am
2892         * src/mainwindow.c
2893         * src/mainwindow.h
2894         * src/procmsg.c
2895         * src/procmsg.h
2896         * src/stock_pixmap.c
2897         * src/stock_pixmap.h
2898         * src/summaryview.c
2899         * src/summaryview.h
2900         * src/gtk/icon_legend.c
2901         * src/pixmaps/spam.xpm  ** NEW FILE **
2902         * src/plugins/spamassassin/spamassassin.c
2903         * src/plugins/spamassassin/spamassassin_gtk.c
2904                 Add spam learning interface (Mark/Mark as 
2905                 (spam|ham) menus)
2906
2907 2006-02-24 [wwp]        2.0.0cvs81
2908
2909         * src/compose.c
2910         * src/compose.h
2911         * src/filtering.c
2912                 hide compose window when sending message in batch mode
2913                 (filtering: forward and redirect). Also fixed a wrong
2914                 value returned when sending failed, neutral anyway.
2915                 (Colin, me) 
2916
2917 2006-02-24 [wwp]        2.0.0cvs80
2918
2919         * src/mainwindow.c
2920                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2921
2922 2006-02-24 [paul]       2.0.0cvs79
2923
2924         * src/news.c
2925         * src/news.h
2926         * src/news_gtk.c
2927                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2928                 Thanks to Colin
2929
2930 2006-02-23 [colin]      2.0.0cvs78
2931
2932         * src/alertpanel.c
2933                 Change OK to Close in alertpanel with View log
2934                 button; add accel to View log. Patch by Fabien
2935                 Vantard
2936
2937 2006-02-23 [wwp]        2.0.0cvs77
2938
2939         * src/compose.c
2940                 silly me, there were much more tests to perform, since toolbars can
2941                 really have down to 1 element only.
2942
2943 2006-02-23 [wwp]        2.0.0cvs76
2944
2945         * commitHelper
2946                 fixed indentation from my previous commit. Fallback to VISUAL if
2947                 EDITOR is not set (and to vi, at last resort).
2948
2949 2006-02-23 [wwp]        2.0.0cvs75
2950
2951         * commitHelper
2952                 improved error detection (Colin, me).
2953
2954 2006-02-23 [wwp]        2.0.0cvs74
2955
2956         * src/prefs_toolbar.c
2957                 simplify and fix prefs/toolbars layouting. Combos' contents can
2958                 now be really displayed.
2959
2960 2006-02-23 [wwp]        2.0.0cvs73
2961         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2962         be really displayed.
2963
2964 2006-02-22 [wwp]        2.0.0cvs72
2965
2966         * src/compose.c
2967                 fix a typo in my previous commit (sorry!).
2968
2969 2006-02-22 [wwp]        2.0.0cvs71
2970
2971         * src/prefs_toolbar.c
2972                 fix a crash when adding separators to toolbars,
2973                 also fix some separator item information.
2974
2975 2006-02-22 [wwp]        2.0.0cvs70
2976
2977         * src/compose.c
2978                 fix a crash when redirecting (for instance) when compose window's
2979                 toolbar contents has been customized (when some buttons have been
2980                 removed in fact).
2981
2982 2006-02-21 [wwp]        2.0.0cvs69
2983
2984         * src/summaryview.c
2985         * src/gtk/pluginwindow.c
2986         * src/plugins/pgpcore/prefs_gpg.c
2987                 fix some compilation warnings (feat. remains of removed code).
2988
2989 2006-02-21 [wwp]        2.0.0cvs68
2990
2991         * src/gtk/gtkutils.c
2992                 fix two compilation issues, thanks to Stephan Sachse.
2993
2994 2006-02-20 [colin]      2.0.0cvs67
2995
2996         * src/mainwindow.c
2997                 Don't reselect displayed mail on refocus
2998                 This fixes actions misbehaving 
2999
3000 2006-02-20 [wwp]        2.0.0cvs66
3001
3002         * src/summaryview.c
3003         * src/gtk/gtksctree.c
3004         * src/gtk/gtkshruler.c
3005                 changed more runtime typecast checks.
3006
3007 2006-02-20 [wwp]        2.0.0cvs65
3008
3009         * src/summary_search.c
3010                 find all - summaryview refresh issue fixed, thanks to Colin.
3011
3012 2006-02-20 [wwp]        2.0.0cvs64
3013
3014         * src/gtk/gtkutils.c
3015                 better runtime typecast checks.
3016
3017 2006-02-20 [wwp]        2.0.0cvs63
3018
3019         * src/summary_search.c
3020                 enhancements to the summary search:
3021                         - add the ability to stop the running search
3022                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3023                         - don't search if no criteria (From/To/Subject/Body) is set
3024                         - ensure that a busy mouse pointer is always shown when searching,
3025                           show it even a bit earlier
3026
3027 2006-02-19 [colin]      2.0.0cvs62
3028
3029         * src/compose.c
3030         * src/imap.c
3031         * src/etpan/imap-thread.c
3032         * src/etpan/imap-thread.h
3033                 (Future) IMAP speed improvement on sending
3034                 Will require a libetpan update
3035         * src/summaryview.c
3036         * src/gtk/quicksearch.c
3037                 Make quicksearch clearable while running.
3038
3039 2006-02-17 [colin]      2.0.0cvs61
3040
3041         * src/imap.c
3042         * src/etpan/imap-thread.c
3043         * src/etpan/imap-thread.h
3044                 Check for IMAP certificates
3045                 ** Requires libetpan-0.42-cvs4 
3046                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3047
3048 2006-02-17 [colin]      2.0.0cvs60
3049
3050         * src/messageview.c
3051         * src/prefs_common.c
3052         * src/prefs_common.h
3053         * src/prefs_message.c
3054                 Add pref to display HTML-only mails with plugin, 
3055                 if possible (defaulting to FALSE of course).
3056
3057 2006-02-16 [colin]      2.0.0cvs59
3058
3059         * src/main.c
3060         * src/common/plugin.c
3061         * src/common/plugin.h
3062         * src/gtk/pluginwindow.c
3063                 Keep track of requested (but unloaded) plugins
3064                 in some error cases.
3065
3066 2006-02-16 [wwp]        2.0.0cvs58
3067
3068         * src/gtk/gtkaspell.c
3069         * src/gtk/gtkaspell.h
3070         * src/prefs_spelling.c
3071         * src/compose.c
3072         * src/prefs_common.c
3073         * src/prefs_common.h
3074                 implemented new optional spellchecker behaviour: re-check message when
3075                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3076
3077 2006-02-16 [wwp]        2.0.0cvs57
3078
3079         * src/quote_fmt_parse.y
3080                 pclose popen'ed pipe.
3081
3082 2006-02-15 [colin]      2.0.0cvs56
3083
3084         * src/mimeview.c
3085         * src/mimeview.h
3086                 Let MimeViewers know which MimeView they
3087                 depend of.
3088         * src/summaryview.c
3089                 Swap From/To columns in Sent/Queue/Drafts
3090                 folders
3091         * src/etpan/imap-thread.c
3092                 Use mailstream_low_tls_open() for STARTTLS
3093                 instead of mailstream_low_ssl_open()
3094                 ** REQUIRES libetpan 0.42cvs3 **
3095
3096 2006-02-15 [wwp]        2.0.0cvs55
3097
3098         * src/compose.c
3099         * src/compose.h
3100         * src/message_search.c
3101         * src/message_search.h
3102         * src/textview.c
3103         * src/gtk/gtkutils.c
3104         * src/gtk/gtkutils.h
3105                 added the ability to Find text in the compose window (and a bit
3106                 of code factorization).
3107
3108 2006-02-15 [wwp]        2.0.0cvs54
3109
3110         * src/prefs_gtk.c
3111                 yet another one file was missing (fix for some widgets' sensitivity).
3112                 Thanks Colin!
3113
3114 2006-02-15 [wwp]        2.0.0cvs53
3115
3116         * src/prefs_gtk.h
3117                 oops forgot that file (fix for some widgets' sensitivity).
3118
3119 2006-02-15 [wwp]        2.0.0cvs52
3120
3121         * src/summary_search.c
3122                 implemented advanced summary search options (added the ability
3123                 to use matcher conditions in an advanced search mode).
3124
3125 2006-02-15 [wwp]        2.0.0cvs51
3126
3127         * src/plugins/pgpcore/prefs_gpg.c
3128         * src/prefs_account.c
3129                 fix some widget sensitivity, mostly around some labels in
3130                 account prefs.
3131
3132 2006-02-15 [paul]       2.0.0cvs50
3133
3134         * manual/advanced.xml
3135                 improve Templates info
3136                 written by wwp
3137
3138 2006-02-14 [colin]      2.0.0cvs49
3139
3140         * src/pixmaps/address_book.xpm
3141         * src/pixmaps/preferences.xpm
3142         * src/pixmaps/properties.xpm
3143                 Fix pixmap size - patch by Fabien Vantard
3144
3145 2006-02-13 [colin]      2.0.0cvs48
3146
3147         * src/procmime.c
3148                 Add missing fclose()s on error
3149         * src/textview.c
3150                 Remove unused code
3151         * src/common/utils.c
3152                 Fix temp files not being deleted on windows
3153         Patches by Thomas Gilgin
3154
3155 2006-02-13 [colin]      2.0.0cvs47
3156
3157         * src/mainwindow.c
3158                 Fix exit crash
3159
3160 2006-02-13 [wwp]        2.0.0cvs46
3161
3162         * src/plugins/pgpcore/prefs_gpg.c
3163                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3164
3165 2006-02-12 [colin]      2.0.0cvs45
3166
3167         * src/folderview.c
3168         * src/main.c
3169         * src/mainwindow.c
3170                 Fix "stuff" when quitting
3171
3172 2006-02-12 [wwp]        2.0.0cvs44
3173
3174         * src/prefs_themes.c
3175                 fix typos in debug messages.
3176
3177 2006-02-11 [colin]      2.0.0cvs43
3178
3179         * src/summaryview.c
3180                 don't allow drag/drop from ourself
3181
3182 2006-02-10 [wwp]        2.0.0cvs42
3183
3184         * src/exporthtml.c
3185         * src/html.c
3186         * src/html.h
3187         * src/procmime.c
3188         * src/textview.c
3189                 renamed html_ prefixed functions and data structures to avoid
3190                 namespace clashes w/ other software (gtkhtml2 for instance).
3191                 Closes bug #907.
3192
3193
3194 2006-02-09 [colin]      2.0.0cvs41
3195
3196         * src/summaryview.c
3197                 Fix shitty logic messed up. Thanks Ticho for the hint!
3198
3199 2006-02-09 [wwp]        2.0.0cvs40
3200
3201         * src/gtk/about.c
3202         * src/compose.c
3203         * src/prefs_account.c
3204         * src/prefs_gtk.h
3205         * src/editaddress.c
3206                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3207                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3208                 Browse buttons in accounts prefs.
3209
3210 2006-02-09 [colin]      2.0.0cvs39
3211
3212         * src/matcher.c
3213                 Check for pointer before using its members
3214         * src/gtk/gtksourceprintjob.c
3215                 Fix a wrong warning
3216
3217 2006-02-09 [wwp]        2.0.0cvs38
3218
3219         * src/gtk/filesel.c
3220                 fix few compiler warnings (type mismatch).
3221
3222 2006-02-09 [paul]       2.0.0cvs37
3223
3224         * po/fr.po
3225                 updated by Fabien Vantard
3226
3227 2006-02-08 [colin]      2.0.0cvs36
3228
3229         * src/prefs_common.c
3230         * src/common/defs.h
3231         * src/common/plugin.c
3232                 allow windows and linux configurations to coexist
3233                 patch by Thomas Gilgin
3234
3235 2006-02-08 [colin]      2.0.0cvs35
3236
3237         * src/filtering.c
3238         * src/matcher.c
3239         * src/matcher.h
3240         * src/matcher_parser_parse.y
3241         * src/prefs_filtering_action.c
3242         * src/prefs_matcher.c
3243                 Add the "Ignore thread" filtering
3244                 action
3245
3246 2006-02-08 [colin]      2.0.0cvs34
3247
3248         * src/compose.c
3249         * src/procmime.c
3250         * src/procmime.h
3251                 Fix bug #905 (damaged attachment)
3252                 text files with raw \0's aren't really text files
3253         FOR_STABLE
3254
3255 2006-02-08 [colin]      2.0.0cvs33
3256
3257         * src/summaryview.c
3258                 Fix crasher introduced yesterday
3259
3260 2006-02-08 [wwp]        2.0.0cvs32
3261
3262         * src/compose.c
3263         * src/compose.h
3264                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3265
3266 2006-02-08 [wwp]        2.0.0cvs31
3267
3268         * src/prefs_template.c
3269                 templates enhancement: allow address completion for Cc and Bcc fields
3270                 (it was currently possible for the To field only)
3271
3272 2006-02-08 [colin]      2.0.0cvs30
3273
3274         * src/compose.c
3275                 Don't unblock if not blocked
3276         FOR_STABLE
3277
3278 2006-02-07 [colin]      2.0.0cvs29
3279
3280         * src/action.c
3281                 Forgot to refresh summaryview
3282
3283 2006-02-07 [colin]      2.0.0cvs28
3284
3285         * src/action.c
3286                 Freeze/thaw message list and folder list while
3287                 processing %as{} actions 
3288         * src/compose.c
3289                 Fix auto-wrap disabling after a middle-click
3290                 paste - FOR_STABLE
3291
3292 2006-02-07 [paul]       2.0.0cvs27
3293
3294         * src/folder.c
3295                 fix freeing of uninitialised pointers
3296                 Thanks to Colin
3297
3298 2006-02-06 [colin]      2.0.0cvs26
3299
3300         * src/folder.c
3301                 Use g_slist_prepend in potentially big list
3302
3303 2006-02-06 [colin]      2.0.0cvs25
3304
3305         * src/folder.c
3306                 Completely skip processing if it doesn't 
3307                 exist (faster!)
3308
3309 2006-02-06 [colin]      2.0.0cvs24
3310
3311         * src/folder.c
3312         * src/summaryview.c
3313                 Batch filtering in summaryview (from Tools menu)
3314                 and pre/post//-processing too
3315
3316 2006-02-06 [colin]      2.0.0cvs23
3317
3318         * src/procmsg.h
3319         * src/filtering.c
3320                 Use a special field for batch filtering instead
3321                 of stepping on deferred execution's toes
3322
3323 2006-02-06 [colin]      2.0.0cvs22
3324
3325         * src/action.c
3326         * src/filtering.c
3327         * src/filtering.h
3328         * src/folder.c
3329         * src/summaryview.c
3330                 Fix filtering via menus and actions
3331
3332 2006-02-06 [colin]      2.0.0cvs21
3333
3334         * src/imap.c
3335                 Put the added file directly to cache if possible (will work
3336                 with next libetpan)
3337         * src/filtering.c
3338         * src/filtering.h
3339         * src/inc.c
3340         * src/folder.c
3341         * src/mbox.c
3342         * src/procmsg.h
3343                 Move and copy filtered messages by batches instead of one
3344                 by one - faster on IMAP
3345         * src/procmsg.c
3346                 Add a function that'll possibly be useful later
3347
3348 2006-02-06 [colin]      2.0.0cvs20
3349
3350         * src/addressbook.c
3351                 Use internal mime-type instead of text/plain for d'n'd
3352         * src/compose.c
3353                 Allow attaching files from mimeview's icon list via d'n'd
3354         * src/folderview.c
3355         * src/folderview.h
3356                 Use internal mime-type instead of text/plain for d'n'd
3357                 Don't try to selected opened folder if none is
3358                 Factorize d'n'd from other apps code
3359         * src/headerview.c
3360         * src/textview.c
3361         * src/gtk/gtkutils.c
3362         * src/gtk/gtkutils.h
3363                 Factorize Face/X-Face stuff
3364         * src/mimeview.c
3365                 Fix d'n'd to other apps
3366         * src/prefs_message.c
3367                 Let the XFace pref be usable without libcompface as it also
3368                 applies to Face
3369         * src/summaryview.c
3370                 Fix d'n'd to other apps
3371                 Factorize d'n'd from other apps code
3372
3373 2006-02-06 [wwp]        2.0.0cvs19
3374
3375         * po/it.po
3376                 Italian translation fixes by Andrea Spadaccini (no more confusion
3377                 between filtering and processing, and few changes in the About
3378                 dialog).
3379
3380
3381 2006-02-06 [mones]      2.0.0cvs18
3382
3383         * src/gtk/icon_legend.c
3384                 Improved descriptions allowing better translations
3385
3386 2006-02-05 [colin]      2.0.0cvs17
3387
3388         * src/imap.c
3389                 Add the f*cking missing expunge that caused imap_fetch_env
3390                 to fail after an add_msgs ! :-///
3391         * src/etpan/imap-thread.c
3392                 Add a bit of debug
3393         FOR_STABLE
3394
3395 2006-02-05 [colin]      2.0.0cvs16
3396
3397         * src/common/utils.c
3398                 Don't check for return-path (or we can't put
3399                 back non-sent mails)
3400
3401 2006-02-05 [colin]      2.0.0cvs15
3402
3403         * src/textview.c
3404                 Don't try to display Face header in textview
3405                 when teh headerview's active
3406
3407 2006-02-05 [colin]      2.0.0cvs14
3408
3409         * tools/tbird2syl.py
3410         * tools/Makefile.am
3411                 Add script to import Thunderbird mails
3412
3413 2006-02-05 [colin]      2.0.0cvs13
3414
3415         * src/headerview.c
3416         * src/procheader.c
3417         * src/procmsg.c
3418         * src/procmsg.h
3419         * src/textview.c
3420                 Show Face headers - patch partially by Klaus Flittner
3421
3422 2006-02-05 [colin]      2.0.0cvs12
3423
3424         * src/folderview.c
3425         * src/summaryview.c
3426         * src/common/utils.c
3427         * src/common/utils.h
3428                 Let dnd work from mime icons to summaryview
3429                 and to folderview too
3430                 Add a crude test to avoid trying to add files
3431                 drag'n'dropped when they're not mails
3432
3433 2006-02-04 [colin]      2.0.0cvs11
3434
3435         * src/summaryview.c
3436         * src/mimeview.c
3437                 Fix utf8 conversion
3438
3439 2006-02-04 [colin]      2.0.0cvs10
3440
3441         * src/compose.c
3442         * src/folderview.c
3443         * src/mimeview.c
3444         * src/summaryview.c
3445         * src/summaryview.h
3446                 Added various drag and drop capas:
3447                 From                    To
3448                 summaryview             other apps
3449                 mimeview icons          other apps
3450                 other apps              summaryview
3451                 other apps              folderview
3452
3453                 This shouldn't have broken the existing:
3454                 From                    To
3455                 summaryview             folderview
3456                 folderview              folderview
3457                 summaryview             compose's attachments
3458
3459         Tests welcomed.
3460
3461 2006-02-02 [paul]       2.0.0cvs9
3462
3463         * src/mainwindow.c
3464                 move global option 'Set displayed columns...' out
3465                 of folder option grouping.
3466                 fix sensitivity of 'harvest addresses'
3467         FOR_STABLE
3468
3469 2006-02-01 [colin]      2.0.0cvs8
3470
3471         * src/mimeview.c
3472                 Revert the alertpanel patch, it sucks (intrusive
3473                 and gets in the way of "open")
3474
3475 2006-02-01 [colin]      2.0.0cvs7
3476
3477         * src/compose.c
3478         * src/prefs_account.c
3479         * src/prefs_common.c
3480         * src/common/defs.h
3481         * src/common/utils.c
3482         * src/common/utils.h
3483                 Add ability to edit the signature file
3484                 from the account preferences, and use
3485                 a default for the text editor.
3486                 Patch by Fabien Vantard
3487
3488 2006-02-01 [colin]      2.0.0cvs6
3489
3490         * src/mimeview.c
3491                 Try to get mime type by extension if it is
3492                 application/octet-stream
3493                 Display a window with possible choices when
3494                 encountering unknown mime types
3495         * src/gtk/filesel.c
3496         * src/gtk/filesel.h
3497                 Add preview
3498                 Allow multiple selection in filtered filesel
3499                 (patch by Fabien Vantard)
3500         * src/gtk/pluginwindow.c
3501                 Use it (patch by Fabien Vantard)
3502
3503 2006-02-01 [paul]       2.0.0cvs5
3504
3505         * src/jpilot.c
3506                 fix crash on creating jpilot address book
3507                 Thanks to Colin - FOR_STABLE
3508         * src/prefs_summaries.c
3509         * src/prefs_wrapping.c
3510         * src/gtk/icon_legend.c
3511         * src/gtk/quicksearch.c
3512                 string fixes and additions
3513
3514 2006-02-01 [paul]       2.0.0cvs4
3515
3516         * src/compose.c
3517         * src/mainwindow.c
3518         * src/messageview.c
3519         * src/prefs_send.c
3520                 add Arabic encoding option
3521                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3522
3523 2006-01-31 [colin]      2.0.0cvs3
3524
3525         * src/plugins/pgpcore/passphrase.c
3526                 Convert passphrase to locale encoding
3527         * src/compose.c
3528                 Fix drafting on IMAP. Crappy bug sneaked in
3529                 the release :-/
3530         FOR_STABLE
3531
3532 2006-01-30 [paul]       2.0.0cvs2
3533
3534         * src/gtk/icon_legend.c
3535                 show the new entries
3536
3537 2006-01-30 [colin]      2.0.0cvs1
3538
3539         * src/manual.c
3540                 Check for the file to be present before 
3541                 enabling the menu - FOR_STABLE
3542         * src/gtk/icon_legend.c
3543                 Add folders icons (not all of them, there
3544                 are too much, but the most intriguing ones)
3545
3546 2006-01-30 [paul]       2.0.0
3547
3548         version 2.0.0 released
3549
3550 2006-01-30 [paul]       1.9.100cvs200
3551
3552         * manual/faq.xml
3553         * manual/gpl.xml
3554         * manual/intro.xml
3555         * manual/starting.xml
3556         * manual/sylpheed-claws-manual.xml
3557                 fixes, additions
3558
3559 2006-01-29 [mones]      1.9.100cvs199
3560
3561         * manual/account.xml
3562         * manual/advanced.xml
3563         * manual/glossary.xml
3564                 Some typos fixed, added LDIF term to glossary
3565         * po/es.po
3566                 Fixed leading plus symbol
3567
3568 2006-01-29 [paul]       1.9.100cvs198
3569
3570         * po/fi.po
3571         * po/sk.po
3572                 updated by Tommi Pirinen and Andrej Kacian
3573
3574 2006-01-29 [paul]       1.9.100cvs197
3575
3576         * src/gtk/authors.h
3577                 remove duplicates
3578
3579 2006-01-29 [paul]       1.9.100cvs196
3580
3581         * AUTHORS
3582         * po/nl.po
3583         * src/gtk/authors.h
3584         * tools/claws.i18n.status.pl
3585                 nl translation updated by Tim Dijkstra
3586
3587 2006-01-29 [paul]       1.9.100cvs195
3588
3589         * po/sr.po
3590         * po/sv.po
3591                 updated by Aleksandar Urosevic and Anders Troback
3592
3593 2006-01-28 [colin]      1.9.100cvs194
3594
3595         * src/gtk/gtksourceprintjob.c
3596                 Don't fiddle with PangoLayout when we
3597                 have an image
3598
3599 2006-01-28 [paul]       1.9.100cvs193
3600
3601         * AUTHORS
3602         * po/el.po
3603         * po/zh_CN.po
3604         * src/gtk/authors.h
3605         * tools/claws.i18n.status.pl
3606                 updated translations submitted by Stavros Giannouris
3607                 and Ralgh Young
3608
3609 2006-01-27 [colin]      1.9.100cvs192
3610
3611         * src/summaryview.c
3612         * src/gtk/gtksourceprintjob.c
3613                 Add image printing 
3614                 (libgnomeprint only, of course)
3615
3616 2006-01-27 [paul]       1.9.100cvs191
3617
3618         * po/fr.po
3619         * po/it.po
3620                 updated by Fabien Vantard and Andrea Spadaccini
3621
3622 2006-01-26 [colin]      1.9.100cvs190
3623
3624         * manual/Makefile.am
3625         * configure.ac
3626                 Make building the manual optional 
3627                 (--disable-manual)
3628
3629 2006-01-26 [paul]       1.9.100cvs189
3630
3631         * manual/glossary.xml
3632         * manual/plugins.xml
3633                 edited
3634         * po/en_GB.po
3635                 updated
3636
3637 2006-01-26 [paul]       1.9.100cvs188
3638
3639         * src/prefs_display_header.c
3640         * src/prefs_folder_column.c
3641         * src/prefs_msg_colors.c
3642         * src/prefs_summaries.c
3643         * src/prefs_summary_column.c
3644                 HIGify
3645
3646 2006-01-25 [colin]      1.9.100cvs187
3647
3648         * src/imap.c
3649                 Don't allow moving/copying mails between
3650                 queue/drafts and non-queue/drafts folders
3651                 Fixes bug #897 (message header is resetted 
3652                 if one is copied to Drafts)
3653
3654 2006-01-25 [colin]      1.9.100cvs186
3655
3656         * src/folder.c
3657         * src/mainwindow.c
3658                 Fix subscribed folders not found
3659         * src/compose.c
3660                 Don't try to encode as original mail's charset
3661                 if it's ascii 
3662
3663 2006-01-25 [paul]       1.9.100cvs185
3664
3665         * AUTHORS
3666         * po/Makevars
3667                 updated
3668         * po/de.po
3669         * po/pl.po
3670         * po/pt_BR.po
3671         * po/sr.po
3672                 updates submitted by Stephan Sachse, Emilian Nowak
3673                 and Quar, Frederico Goncalves Guimaraes, and
3674                 Aleksandar Urosevic
3675                 Fix Bug 896, 'PT_BR locale broken'.
3676         * src/gtk/authors.h
3677                 updated
3678
3679 2006-01-24 [mones]      1.9.100cvs184
3680
3681         * manual/glossary.xml
3682                 All current terms finished. Reviewers welcome ;-)
3683         * manual/keyboard.xml
3684                 Fixed column width for pdf output.
3685         * po/es.po
3686                 Updated
3687
3688 2006-01-24 [paul]       1.9.100cvs183
3689
3690         * manual/glossary.xml
3691                 fix id name
3692         * manual/dist/html/Makefile.am
3693         * manual/dist/pdf/Makefile.am
3694         * manual/dist/ps/Makefile.am
3695         * manual/dist/txt/Makefile.am
3696                 fix make deps
3697                 Thanks to Colin
3698
3699 2006-01-24 [mones]      1.9.100cvs182
3700
3701         * manual/glossary.xml
3702                 Nearly finished, some terms missing.
3703
3704 2006-01-23 [paul]       1.9.100cvs181
3705
3706         * manual/dist/html/Makefile.am
3707         * manual/dist/pdf/Makefile.am
3708         * manual/dist/ps/Makefile.am
3709         * manual/dist/txt/Makefile.am
3710         * src/mainwindow.c
3711                 re-enable manual
3712                 Thanks to Colin
3713
3714 2006-01-22 [colin]      1.9.100cvs180
3715
3716         * src/compose.c
3717         * src/gtk/gtkaspell.c
3718                 Don't deselect stuff before right-clicking, with aspell.
3719                 (This prevented right-click Copy, for example).
3720                 Thanks to Clo!
3721
3722 2006-01-22 [paul]       1.9.100cvs179
3723
3724         * src/summary_search.c
3725                 don't fix the widget size as it causes problems
3726                 under localisation.
3727                 Thanks to Emilian Nowak
3728
3729 2006-01-21 [paul]       1.9.100cvs178
3730
3731         * src/prefs_themes.c
3732                 fix broken underlining of label text
3733                 with some translations
3734
3735 2006-01-21 [colin]      1.9.100cvs177
3736
3737         * po/fr.po
3738                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3739
3740 2006-01-20 [colin]      1.9.100cvs176
3741
3742         * configure.ac
3743         * Makefile.am
3744         * manual/Makefile
3745         * manual/dist/html/.cvsignore
3746         * manual/dist/html/Makefile.am
3747         * manual/dist/pdf/.cvsignore
3748         * manual/dist/pdf/Makefile.am
3749         * manual/dist/ps/.cvsignore
3750         * manual/dist/ps/Makefile.am
3751         * manual/dist/txt/.cvsignore
3752         * manual/dist/txt/Makefile.am
3753                 Autotool-ize manual
3754
3755 2006-01-20 [paul]       1.9.100cvs175
3756
3757         * manual/handling.xml
3758                 make Filtering and Searching entries easier to find
3759         * manual/keyboard.xml
3760                 add the remaining default keybinds
3761         * src/prefs_summaries.c
3762                 update the default keybinds
3763
3764 2006-01-20 [paul]       1.9.100cvs174
3765
3766         * src/addressbook.c
3767         * src/addrgather.c
3768         * src/addrharvest.c
3769         * src/editaddress.c
3770         * src/editgroup.c
3771         * src/exphtmldlg.c
3772         * src/expldifdlg.c
3773         * src/exporthtml.c
3774         * src/exportldif.c
3775         * src/ldif.c
3776                 replace 'e-mail' with 'email'
3777         * src/summary_search.c
3778                 add mnemonic to "Find all" button
3779
3780 2006-01-20 [wwp]        1.9.100cvs173
3781
3782         * src/export.c
3783         * src/import.c
3784                 touched mbox import/export buttons for HIG-compliance
3785
3786 2006-01-19 [paul]       1.9.100cvs172
3787
3788         * manual/account.xml
3789         * manual/addrbook.xml
3790         * manual/advanced.xml
3791         * manual/faq.xml
3792         * manual/handling.xml
3793         * manual/intro.xml
3794         * manual/plugins.xml
3795         * manual/starting.xml
3796                 more editing
3797
3798 2006-01-19 [paul]       1.9.100cvs171
3799
3800         * src/toolbar.c
3801                 allow use of trash button while receiving
3802                 Thanks to Colin
3803
3804 2006-01-19 [wwp]        1.9.100cvs170
3805
3806         * src/gtk/quicksearch.c
3807         * src/compose.c
3808                 force text color to black when yellow background is set
3809
3810 2006-01-19 [colin]      1.9.100cvs169
3811
3812         * src/plugins/trayicon/trayicon.c
3813                 Gray out Get Mail when already getting mail
3814
3815 2006-01-18 [paul]       1.9.100cvs168
3816
3817         * src/compose.c
3818                 give widget yellow background was To is
3819                 set via folder prefs
3820         * src/gtk/quicksearch.c
3821                 give widget yellow background when quick
3822                 search is active.
3823                 Thanks to Colin
3824
3825 2006-01-18 [paul]       1.9.100cvs167
3826
3827         * doc/man/sylpheed-claws.1
3828                 add --subscribe option
3829
3830 2006-01-18 [paul]       1.9.100cvs166
3831
3832         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3833         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3834                 use %U instead of %F (%F is broken for user installed
3835                 files in kde 3.5)
3836
3837 2006-01-18 [colin]      1.9.100cvs165
3838
3839         * src/summaryview.c
3840                 Default to Yes in "No more * messages" dialogs
3841
3842 2006-01-17 [colin]      1.9.100cvs164
3843
3844         * src/compose.c
3845                 Possibly fix an invalid iterator causing
3846                 crash
3847
3848 2006-01-17 [colin]      1.9.100cvs163
3849
3850         * src/mimeview.c
3851                 Fix crash when the image disappears under the
3852                 image viewer
3853
3854 2006-01-16 [colin]      1.9.100cvs162
3855
3856         * src/compose.c
3857                 Fix reenabling autowrap
3858
3859 2006-01-16 [colin]      1.9.100cvs161
3860
3861         * src/compose.c
3862                 reset quote_len before getting quote_str
3863
3864 2006-01-16 [colin]      1.9.100cvs160
3865
3866         * src/account.c
3867         * src/account.h
3868         * src/folder.c
3869         * src/imap_gtk.c
3870         * src/mh_gtk.c
3871                 Fix bug #883 (default inbox does not track folder move)
3872
3873 2006-01-16 [colin]      1.9.100cvs159
3874
3875         * src/compose.c
3876         * src/plugins/pgpcore/passphrase.c
3877                 More buttons fixes
3878
3879 2006-01-16 [paul]       1.9.100cvs158
3880
3881         * src/prefs_actions.c
3882         * src/prefs_filtering_action.c
3883         * src/prefs_matcher.c
3884         * src/quote_fmt.c
3885         * src/gtk/description_window.c
3886         * src/gtk/description_window.h
3887         * src/gtk/quicksearch.c
3888                 description window cleanups
3889
3890 2006-01-15 [colin]      1.9.100cvs157
3891
3892         * src/addressbook.c
3893         * src/prefs_filtering.c
3894                 Same here
3895
3896 2006-01-15 [colin]      1.9.100cvs156
3897
3898         * src/folderview.c
3899         * src/mainwindow.c
3900                 Same for "Empty trash"
3901
3902 2006-01-15 [colin]      1.9.100cvs155
3903
3904         * src/inc.c
3905                 Override offline dialog had Yes by default
3906
3907 2006-01-15 [colin]      1.9.100cvs154
3908
3909         * src/summaryview.c
3910                 Delete selected messages? previously had Yes the default
3911
3912 2006-01-15 [colin]      1.9.100cvs153
3913
3914         * src/folder.c
3915         * src/folder.h
3916         * src/main.c
3917                 Check if a mailbox is loaded after all
3918                 plugins are loaded.
3919
3920 2006-01-15 [colin]      1.9.100cvs152
3921
3922         * src/folder.c
3923                 Don't start wizard when there are unloaded folders (will help
3924                 people with only mbox or maildir mailboxes)
3925
3926 2006-01-14 [colin]      1.9.100cvs151
3927
3928         * src/addressbook.c
3929         * src/expldifdlg.c
3930         * src/importldif.c
3931         * src/importmutt.c
3932         * src/importpine.c
3933         * src/mh_gtk.c
3934                 More HIG compliance and fixes
3935
3936 2006-01-14 [colin]      1.9.100cvs150
3937
3938         * src/prefs_filtering_action.c
3939         * src/foldersel.c
3940                 Two forgotten button order changes
3941
3942 2006-01-14 [colin]      1.9.100cvs149
3943
3944         * src/account.c
3945         * src/addressbook.c
3946         * src/compose.c
3947         * src/folderview.c
3948         * src/imap_gtk.c
3949         * src/mainwindow.c
3950         * src/mh_gtk.c
3951         * src/news_gtk.c
3952         * src/prefs_actions.c
3953         * src/prefs_customheader.c
3954         * src/prefs_filtering.c
3955         * src/prefs_matcher.c
3956         * src/prefs_template.c
3957         * src/ssl_manager.c
3958         * src/summaryview.c
3959         * src/textview.c
3960         * src/toolbar.c
3961                 All deletion confirmations are now "Cancel, Delete" 
3962                 instead of "No, Yes"
3963                 Clarified most of the other "No, Yes" to 
3964                 "Cancel, Descriptive_action"
3965                 Rechanged the "Entry not saved" alerts to have 
3966                 "Close, Continue editing"
3967
3968
3969 2006-01-14 [paul]
3970
3971         * 2.0.0-rc4 released
3972
3973 2006-01-14 [paul]       1.9.100cvs148
3974
3975         * src/account.c
3976         * src/addressadd.c
3977         * src/addressbook.c
3978         * src/compose.c
3979         * src/editaddress.c
3980         * src/editbook.c
3981         * src/editgroup.c
3982         * src/editjpilot.c
3983         * src/editldap.c
3984         * src/editvcard.c
3985         * src/exphtmldlg.c
3986         * src/expldifdlg.c
3987         * src/folderview.c
3988         * src/grouplistdialog.c
3989         * src/imap_gtk.c
3990         * src/importmutt.c
3991         * src/importpine.c
3992         * src/inc.c
3993         * src/main.c
3994         * src/mainwindow.c
3995         * src/message_search.c
3996         * src/messageview.c
3997         * src/mh_gtk.c
3998         * src/mimeview.c
3999         * src/news_gtk.c
4000         * src/prefs_actions.c
4001         * src/prefs_customheader.c
4002         * src/prefs_filtering.c
4003         * src/prefs_matcher.c
4004         * src/prefs_template.c
4005         * src/prefs_themes.c
4006         * src/ssl_manager.c
4007         * src/summary_search.c
4008         * src/summaryview.c
4009         * src/textview.c
4010         * src/toolbar.c
4011         * src/gtk/foldersort.c
4012         * src/gtk/gtkaspell.c
4013         * src/gtk/inputdialog.c
4014         * src/gtk/prefswindow.c
4015         * src/plugins/pgpcore/select-keys.c
4016         * src/plugins/trayicon/trayicon.c
4017                 HIG compliant button order
4018
4019 2006-01-14 [mones]      1.9.100cvs147
4020
4021         * po/es.po
4022                 Updated translation
4023
4024 2006-01-13 [paul]       1.9.100cvs146
4025
4026         * AUTHORS
4027         * ChangeLog
4028         * src/gtk/authors.h
4029                 add Joshua M. Kwan to contributors list
4030
4031 2006-01-13 [colin]      1.9.100cvs145
4032
4033         * src/gtk/quicksearch.c
4034                 Don't refocus quick search after executing (Esc or Enter)
4035                 Allows to '/'search something then move up/down in 
4036                 summaryview, and to Esc a search and be back in the 
4037                 summaryview
4038
4039 2006-01-13 [paul]       1.9.100cvs144
4040
4041         * src/plugins/pgpinline/pgpinline.c
4042                 support Content-Type 'application/pgp'
4043                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4044
4045 2006-01-13 [paul]       1.9.100cvs143
4046
4047         * manual/account.xml
4048                 make mention of partial retrieval
4049                 thanks to Colin
4050
4051 2006-01-13 [paul]       1.9.100cvs142
4052
4053         * src/account.c
4054         * src/account.h
4055         * src/action.c
4056         * src/action.h
4057         * src/adbookbase.h
4058         * src/addr_compl.c
4059         * src/addr_compl.h
4060         * src/addrbook.c
4061         * src/addrcache.c
4062         * src/addrcache.h
4063         * src/addrcindex.c
4064         * src/addrcindex.h
4065         * src/addrclip.c
4066         * src/addrclip.h
4067         * src/addrdefs.h
4068         * src/addressadd.c
4069         * src/addressadd.h
4070         * src/addressbook.c
4071         * src/addressbook.h
4072         * src/addrgather.c
4073         * src/addrgather.h
4074         * src/addrharvest.c
4075         * src/addrharvest.h
4076         * src/addrindex.c
4077         * src/addrindex.h
4078         * src/addritem.c
4079         * src/addritem.h
4080         * src/addrquery.c
4081         * src/addrquery.h
4082         * src/addrselect.c
4083         * src/addrselect.h
4084         * src/alertpanel.c
4085         * src/alertpanel.h
4086         * src/browseldap.c
4087         * src/browseldap.h
4088         * src/codeconv.c
4089         * src/codeconv.h
4090         * src/compose.c
4091         * src/compose.h
4092         * src/customheader.c
4093         * src/customheader.h
4094         * src/displayheader.c
4095         * src/displayheader.h
4096         * src/editaddress.c
4097         * src/editaddress.h
4098         * src/editbook.c
4099         * src/editbook.h
4100         * src/editgroup.c
4101         * src/editgroup.h
4102         * src/editjpilot.c
4103         * src/editjpilot.h
4104         * src/editldap.c
4105         * src/editldap.h
4106         * src/editldap_basedn.c
4107         * src/editldap_basedn.h
4108         * src/editvcard.c
4109         * src/editvcard.h
4110         * src/exphtmldlg.c
4111         * src/exphtmldlg.h
4112         * src/expldifdlg.c
4113         * src/expldifdlg.h
4114         * src/export.h
4115         * src/exporthtml.c
4116         * src/exporthtml.h
4117         * src/exportldif.c
4118         * src/exportldif.h
4119         * src/filtering.c
4120         * src/filtering.h
4121         * src/folder.c
4122         * src/folder.h
4123         * src/folder_item_prefs.c
4124         * src/folder_item_prefs.h
4125         * src/foldersel.c
4126         * src/foldersel.h
4127         * src/folderutils.c
4128         * src/folderutils.h
4129         * src/folderview.c
4130         * src/folderview.h
4131         * src/grouplistdialog.c
4132         * src/grouplistdialog.h
4133         * src/headerview.c
4134         * src/html.c
4135         * src/html.h
4136         * src/image_viewer.c
4137         * src/image_viewer.h
4138         * src/imap.c
4139         * src/imap.h
4140         * src/imap_gtk.c
4141         * src/imap_gtk.h
4142         * src/import.h
4143         * src/importldif.c
4144         * src/importldif.h
4145         * src/importmutt.c
4146         * src/importmutt.h
4147         * src/importpine.c
4148         * src/importpine.h
4149         * src/inc.c
4150         * src/inc.h
4151         * src/jpilot.c
4152         * src/jpilot.h
4153         * src/ldapctrl.c
4154         * src/ldapctrl.h
4155         * src/ldaplocate.c
4156         * src/ldaplocate.h
4157         * src/ldapquery.c
4158         * src/ldapquery.h
4159         * src/ldapserver.c
4160         * src/ldapserver.h
4161         * src/ldaputil.c
4162         * src/ldaputil.h
4163         * src/ldif.c
4164         * src/ldif.h
4165         * src/main.c
4166         * src/main.h
4167         * src/mainwindow.c
4168         * src/mainwindow.h
4169         * src/manual.c
4170         * src/manual.h
4171         * src/mbox.c
4172         * src/mbox.h
4173         * src/message_search.c
4174         * src/message_search.h
4175         * src/messageview.c
4176         * src/messageview.h
4177         * src/mh.c
4178         * src/mh.h
4179         * src/mh_gtk.c
4180         * src/mh_gtk.h
4181         * src/mimeview.c
4182         * src/mimeview.h
4183         * src/msgcache.c
4184         * src/msgcache.h
4185         * src/mutt.c
4186         * src/mutt.h
4187         * src/news.c
4188         * src/news.h
4189         * src/news_gtk.c
4190         * src/news_gtk.h
4191         * src/partial_download.c
4192         * src/partial_download.h
4193         * src/pine.c
4194         * src/pine.h
4195         * src/pop.c
4196         * src/pop.h
4197         * src/prefs_account.c
4198         * src/prefs_account.h
4199         * src/prefs_actions.c
4200         * src/prefs_actions.h
4201         * src/prefs_common.c
4202         * src/prefs_common.h
4203         * src/prefs_compose_writing.c
4204         * src/prefs_compose_writing.h
4205         * src/prefs_customheader.c
4206         * src/prefs_customheader.h
4207         * src/prefs_display_header.c
4208         * src/prefs_display_header.h
4209         * src/prefs_filtering.c
4210         * src/prefs_filtering.h
4211         * src/prefs_filtering_action.c
4212         * src/prefs_filtering_action.h
4213         * src/prefs_folder_column.c
4214         * src/prefs_folder_column.h
4215         * src/prefs_folder_item.c
4216         * src/prefs_folder_item.h
4217         * src/prefs_fonts.c
4218         * src/prefs_fonts.h
4219         * src/prefs_gtk.c
4220         * src/prefs_gtk.h
4221         * src/prefs_image_viewer.c
4222         * src/prefs_image_viewer.h
4223         * src/prefs_matcher.c
4224         * src/prefs_matcher.h
4225         * src/prefs_message.c
4226         * src/prefs_msg_colors.c
4227         * src/prefs_msg_colors.h
4228         * src/prefs_other.c
4229         * src/prefs_quote.c
4230         * src/prefs_receive.c
4231         * src/prefs_send.c
4232         * src/prefs_spelling.c
4233         * src/prefs_spelling.h
4234         * src/prefs_summaries.c
4235         * src/prefs_summaries.h
4236         * src/prefs_summary_column.c
4237         * src/prefs_summary_column.h
4238         * src/prefs_template.c
4239         * src/prefs_template.h
4240         * src/prefs_themes.c
4241         * src/prefs_themes.h
4242         * src/prefs_toolbar.c
4243         * src/prefs_toolbar.h
4244         * src/prefs_wrapping.c
4245         * src/prefs_wrapping.h
4246         * src/privacy.c
4247         * src/privacy.h
4248         * src/procheader.c
4249         * src/procheader.h
4250         * src/procmime.c
4251         * src/procmime.h
4252         * src/procmsg.c
4253         * src/procmsg.h
4254         * src/quote_fmt.c
4255         * src/quote_fmt_parse.y
4256         * src/recv.c
4257         * src/recv.h
4258         * src/remotefolder.c
4259         * src/remotefolder.h
4260         * src/send_message.c
4261         * src/send_message.h
4262         * src/setup.c
4263         * src/setup.h
4264         * src/sourcewindow.c
4265         * src/sourcewindow.h
4266         * src/ssl_manager.c
4267         * src/ssl_manager.h
4268         * src/statusbar.c
4269         * src/statusbar.h
4270         * src/stock_pixmap.c
4271         * src/stock_pixmap.h
4272         * src/summary_search.c
4273         * src/summary_search.h
4274         * src/summaryview.c
4275         * src/summaryview.h
4276         * src/syldap.c
4277         * src/syldap.h
4278         * src/textview.c
4279         * src/textview.h
4280         * src/toolbar.c
4281         * src/toolbar.h
4282         * src/undo.c
4283         * src/undo.h
4284         * src/unmime.c
4285         * src/unmime.h
4286         * src/vcard.c
4287         * src/vcard.h
4288         * src/wizard.c
4289         * src/wizard.h
4290         * src/common/base64.c
4291         * src/common/base64.h
4292         * src/common/defs.h
4293         * src/common/hooks.c
4294         * src/common/hooks.h
4295         * src/common/log.c
4296         * src/common/log.h
4297         * src/common/mgutils.c
4298         * src/common/mgutils.h
4299         * src/common/nntp.c
4300         * src/common/nntp.h
4301         * src/common/passcrypt.c
4302         * src/common/passcrypt.h.in
4303         * src/common/plugin.c
4304         * src/common/plugin.h
4305         * src/common/prefs.c
4306         * src/common/prefs.h
4307         * src/common/progressindicator.c
4308         * src/common/progressindicator.h
4309         * src/common/quoted-printable.c
4310         * src/common/quoted-printable.h
4311         * src/common/session.c
4312         * src/common/session.h
4313         * src/common/smtp.c
4314         * src/common/smtp.h
4315         * src/common/socket.c
4316         * src/common/socket.h
4317         * src/common/ssl.c
4318         * src/common/ssl.h
4319         * src/common/ssl_certificate.c
4320         * src/common/ssl_certificate.h
4321         * src/common/stringtable.c
4322         * src/common/stringtable.h
4323         * src/common/sylpheed.c
4324         * src/common/sylpheed.h
4325         * src/common/template.c
4326         * src/common/template.h
4327         * src/common/timing.h
4328         * src/common/utils.c
4329         * src/common/utils.h
4330         * src/common/version.h.in
4331         * src/common/xml.c
4332         * src/common/xml.h
4333         * src/common/xmlprops.c
4334         * src/common/xmlprops.h
4335         * src/gtk/colorlabel.c
4336         * src/gtk/colorsel.c
4337         * src/gtk/colorsel.h
4338         * src/gtk/description_window.c
4339         * src/gtk/description_window.h
4340         * src/gtk/filesel.c
4341         * src/gtk/filesel.h
4342         * src/gtk/foldersort.c
4343         * src/gtk/foldersort.h
4344         * src/gtk/gtkutils.c
4345         * src/gtk/gtkutils.h
4346         * src/gtk/inputdialog.c
4347         * src/gtk/inputdialog.h
4348         * src/gtk/logwindow.c
4349         * src/gtk/logwindow.h
4350         * src/gtk/manage_window.c
4351         * src/gtk/manage_window.h
4352         * src/gtk/menu.c
4353         * src/gtk/menu.h
4354         * src/gtk/pluginwindow.c
4355         * src/gtk/pluginwindow.h
4356         * src/gtk/prefswindow.c
4357         * src/gtk/prefswindow.h
4358         * src/gtk/progressdialog.c
4359         * src/gtk/progressdialog.h
4360         * src/gtk/sslcertwindow.c
4361         * src/gtk/sslcertwindow.h
4362         * src/plugins/clamav/clamav_plugin.c
4363         * src/plugins/clamav/clamav_plugin.h
4364         * src/plugins/clamav/clamav_plugin_gtk.c
4365         * src/plugins/demo/demo.c
4366         * src/plugins/dillo_viewer/dillo_prefs.c
4367         * src/plugins/dillo_viewer/dillo_prefs.h
4368         * src/plugins/dillo_viewer/dillo_viewer.c
4369         * src/plugins/pgpcore/passphrase.c
4370         * src/plugins/pgpcore/passphrase.h
4371         * src/plugins/pgpcore/plugin.c
4372         * src/plugins/pgpcore/select-keys.c
4373         * src/plugins/pgpcore/select-keys.h
4374         * src/plugins/pgpcore/sgpgme.c
4375         * src/plugins/pgpcore/sgpgme.h
4376         * src/plugins/pgpinline/pgpinline.c
4377         * src/plugins/pgpinline/pgpinline.h
4378         * src/plugins/pgpinline/plugin.c
4379         * src/plugins/pgpmime/pgpmime.c
4380         * src/plugins/pgpmime/pgpmime.h
4381         * src/plugins/pgpmime/plugin.c
4382         * src/plugins/spamassassin/spamassassin.c
4383         * src/plugins/spamassassin/spamassassin.h
4384         * src/plugins/spamassassin/spamassassin_gtk.c
4385         * src/plugins/trayicon/trayicon.c
4386                 update copyright header
4387
4388 2006-01-13 [paul]       1.9.100cvs141
4389
4390         * src/account.c
4391         * src/export.c
4392         * src/import.c
4393         * src/mainwindow.c
4394         * src/prefs_account.c
4395         * src/prefs_display_header.c
4396         * src/prefs_receive.c
4397         * src/prefs_send.c
4398         * src/prefs_summaries.c
4399         * src/prefs_themes.c
4400         * src/prefs_toolbar.c
4401         * src/gtk/about.c
4402                 various cleanups
4403
4404 2006-01-12 [colin]      1.9.100cvs140
4405
4406         * src/folder.c
4407         * src/folder.h
4408         * src/main.c
4409                 Add --subscribe option
4410                 Let sylpheed-claws email@domain.com equivalent to --compose
4411                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4412
4413 2006-01-12 [paul]       1.9.100cvs139
4414
4415         * src/mainwindow.c
4416                 append 'Change folder order' label with '...'
4417         * src/prefs_actions.c
4418                 allow reordering of actions list by dnd
4419         * src/gtk/foldersort.c
4420                 make the dialog nicer
4421
4422 2006-01-11 [colin]      1.9.100cvs138
4423
4424         * src/compose.c
4425                 Allow templates without text
4426
4427 2006-01-11 [paul]       1.9.100cvs137
4428
4429         * tools/README
4430         * tools/filter_conv_new.pl
4431                 add info to README
4432                 also check .sylpheed for filter.xml
4433                 be a bit informative to the user
4434
4435 2006-01-11 [colin]      1.9.100cvs136
4436
4437         * src/textview.c
4438                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4439
4440 2006-01-10 [paul]       1.9.100cvs135
4441
4442         * tools/Makefile.am
4443         * tools/filter_conv_new.pl
4444                 add script to convert new style Sylpheed
4445                 filter rules (Sylpheed >= 0.9.99) to
4446                 Claws filtering rules
4447
4448 2006-01-10 [colin]      1.9.100cvs134
4449
4450         * src/compose.c
4451                 Fix broken line joins in certain conditions
4452                 (between two quoted lines: <enter><enter><up>
4453                  <type a wrapped sentence><go in the first line>
4454                  <insert more text><watch as line joining failed>)
4455
4456 2006-01-10 [paul]       1.9.100cvs133
4457
4458         * src/compose.c
4459                 don't report success in error dialog
4460                 thanks to Colin
4461         * src/common/utils.c
4462                 include some trailing punctuations as URI
4463                 thanks to Hiro
4464
4465 2006-01-10 [paul]       1.9.100cvs132
4466
4467         * src/mimeview.c
4468                 fix incompatible pointer type
4469                 warning
4470
4471 2006-01-10 [paul]       1.9.100cvs131
4472
4473         * src/compose.c
4474                 change Subject in window title
4475                 instantaneously
4476
4477 2006-01-09 [colin]      1.9.100cvs130
4478
4479         * src/addressbook.c
4480         * src/headerview.c
4481         * src/mainwindow.c
4482         * src/messageview.c
4483         * src/mimeview.c
4484         * src/noticeview.c
4485         * src/summaryview.c
4486                 Fix possible crashes on exit and in addressbook
4487
4488 2006-01-09 [paul]       1.9.100cvs129
4489
4490         * src/prefs_msg_colors.c
4491                 some cleanups that I forgot last time
4492
4493 2006-01-09 [paul]       1.9.100cvs128
4494
4495         * README
4496         * src/folderview.c
4497         * src/prefs_msg_colors.c
4498                 add previously hidden option, color_new, to
4499                 the gui
4500                 move the page to Display/
4501                 rework the gui
4502
4503 2006-01-09 [wwp]        1.9.100cvs127
4504
4505         * src/prefs_themes.c
4506                 made the prefs/display/themes layouts spacing less condensed
4507                 (and so they match other prefs/pages' look).
4508
4509 2006-01-09 [paul]       1.9.100cvs126
4510
4511         * src/compose.c
4512         * src/prefs_common.c
4513         * src/prefs_common.h
4514         * src/prefs_wrapping.c
4515                 remove 'wrap at send' option
4516
4517 2006-01-06 [colin]      1.9.100cvs125
4518
4519         * src/compose.c
4520                 Just make completely sure we don't insert "manual line breaks" 
4521                 when wrapping... 
4522
4523 2006-01-04 [paul]
4524
4525         * 2.0.0-rc3 released
4526
4527 2006-01-04 [paul]       1.9.100cvs124
4528
4529         * src/folderview.c
4530                 fix bug 882, 'quick scroll in folder list
4531                 displays wrong folder contents'
4532
4533 2006-01-04 [paul]       1.9.100cvs123
4534
4535         * src/plugins/pgpmime/pgpmime.c
4536                 better debug information when signing
4537                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4538
4539 2006-01-03 [colin]      1.9.100cvs122
4540
4541         * configure.ac
4542                 We need to recheck for gpgme 1.0.0 after checking
4543                 for 1.1.1, because if 1.1.1 isn't available, 
4544                 GPGME_LIBS and friends are blanked out by the 
4545                 second check.
4546
4547 2006-01-03 [colin]      1.9.100cvs121
4548
4549         * src/common/prefs.c
4550                 Windows unlink-before rename fix
4551         * src/plugins/pgpcore/sgpgme.c
4552                 Add support for PKA info if available
4553                 Both patches by Werner Koch
4554
4555 2006-01-03 [paul]       1.9.100cvs120
4556
4557         * src/messageview.c
4558                 fix bug 884, 'Send receipt' button visible in queue
4559                 Thanks to Colin
4560
4561 2006-01-02 [colin]      1.9.100cvs119
4562
4563         * src/compose.c
4564         * src/imap.c
4565                 Fix autosave&nbs