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