fc3fbbbb1f5b327384711d8ae6ddf687c25b177c
[claws.git] / ChangeLog
1 2006-06-23 [wwp]        2.3.1cvs16
2
3         * src/compose.c
4                 i18n fix (thanks to Fabien Vantard)
5
6 2006-06-22 [colin]      2.3.1cvs15
7
8         * src/prefs_customheader.c
9                 Don't use filters in custom headers' file 
10                 selector. Remember, extensions mean nothing :)
11
12 2006-06-22 [paul]       2.3.1cvs14
13
14         * configure.ac
15                 allow setting of man directory location
16
17 2006-06-22 [colin]      2.3.1cvs13
18
19         * src/mainwindow.c
20                 Add 'View/Go to/Next unread folder'.
21                 I missed that :)
22
23 2006-06-22 [colin]      2.3.1cvs12
24
25         * src/common/utils.c
26                 Add some subject prefixes
27                 Patch by Bjorn T Johansen <btj@havleik.no>
28
29 2006-06-22 [colin]      2.3.1cvs11
30
31         * manual/advanced.xml
32                 Forgotten hidden pref
33
34 2006-06-21 [paul]       2.3.1cvs10
35
36         * src/prefs_account.c
37                 complete the removal of 'Add date header' option
38
39 2006-06-21 [paul]       2.3.1cvs9
40
41         * src/account.c
42         * src/compose.c
43         * src/prefs_account.c
44         * src/prefs_account.h
45                 remove option to add date header - always
46                 add date header
47         * src/etpan/imap-thread.c
48                 fix warnings (Thanks to Colin)
49
50 2006-06-21 [wwp]        2.3.1cvs8
51
52         * src/folder.c
53                 set the attachment flag when inline text part are (file)named. This is more convenient
54                 when receiving (for instance) inline source files or patches sent using thunderbird.
55
56 2006-06-21 [paul]       2.3.1cvs7
57
58         * src/inc.c
59                 fix off-by-one count of current msg in
60                 statusbar filtering progressbar
61
62 2006-06-21 [paul]       2.3.1cvs6
63
64         * src/folder.c
65                 Show attachment icon even if the part is 'inline'
66                 if the following conditions are met:
67                 - content-type != 'text/plain'
68                 - content-type != '*/pgp-signature'
69                 - either 'name' or 'filename' parameter is not NULL
70                 
71                 Thanks to Colin
72
73 2006-06-21 [paul]       2.3.1cvs5
74
75         * src/messageview.c
76         * src/prefs_common.c
77         * src/prefs_common.h
78         * src/prefs_other.c
79                 add an option to 'Never send Return
80                 Receipts'
81                 Thanks to Colin
82
83 2006-06-20 [mones]      2.3.1cvs4
84
85         * po/es.po
86                 updated
87         * src/compose.c
88                 typo fixed (space after comma)
89         * tools/make.themes.project
90                 remove exec mode from tarball files
91
92 2006-06-20 [colin]      2.3.1cvs3
93
94         * src/news.c
95         * src/procheader.c
96         * src/unmime.c
97                 Better fix for \n's in headers (don't 
98                 break Received: and others)
99
100 2006-06-20 [paul]       2.3.1cvs2
101
102         * src/alertpanel.c
103         * src/textview.c
104                 improve legibility of phishing attempt
105                 dialog
106
107 2006-06-20 [paul]       2.3.1cvs1
108
109         * NEWS
110         * README
111         * configure.ac
112                 Update version number following
113                 stable release
114
115 2006-06-20 [colin]      2.3.0cvs26
116
117         * src/compose.c
118                 When dragging a file to the text of the compose
119                 window, ask whether we want to insert or attach
120                 (I know lots of people who do that to attach)
121
122 2006-06-20 [colin]      2.3.0cvs25
123
124         * src/etpan/imap-thread.c
125                 Fix threshold (the append command is often > 32 bytes)
126
127 2006-06-19 [colin]      2.3.0cvs24
128
129         * src/imap.c
130         * src/etpan/imap-thread.c
131                 Workaround Rockliffe IMAP server bug: replace
132                 "x UID SEARCH (ANSWERED UID 1:*)" with
133                 "x UID SEARCH ANSWERED"
134                 (Rockliffe doesn't handle the parenthesis)
135
136 2006-06-19 [colin]      2.3.0cvs23
137
138         * src/compose.c
139         * src/imap.c
140         * src/etpan/imap-thread.c
141                 Probably fix bug #972 (Freezes when adding 
142                 an attachment to the message)
143         * src/common/defs.h
144                 Modernize Firefox cmd
145
146
147 2006-06-18 [colin]      2.3.0cvs22
148
149         * src/prefs_customheader.c
150                 Only allow correct filenames for various
151                 custom headers
152
153 2006-06-18 [colin]      2.3.0cvs21
154
155         * src/prefs_customheader.c
156                 Add a 'From File...' button in custom headers prefs, which
157                 try to do the right thing: 
158                 for normal headers, use file as plaintext,
159                 for X-Face, calls compface,
160                 for Face, encode to b64.
161
162 2006-06-17 [colin]      2.3.0cvs20
163
164         * src/mh.c
165                 Warning fix
166
167 2006-06-16 [colin]      2.3.0cvs19
168
169         * src/summaryview.c
170                 Recursive quicksearch: show message list
171                 in current folder, *then* search children
172                 in the background.
173
174 2006-06-16 [colin]      2.3.0cvs18
175
176         * src/main.c
177                 Instead of ignoring SIGPIPE, save caches
178                 when getting one. Will fix the fact that
179                 hot caches are out-of-date when logging 
180                 out of Xorg.
181         * src/compose.c
182         * src/prefs_compose_writing.c
183                 Only save text (not attachments) when 
184                 auto-saving to drafts
185         * src/unmime.c
186                 Always replace \n, \r and \t with spaces
187                 in headers
188         * manual/dist/html/Makefile.am
189         * manual/dist/pdf/Makefile.am
190         * manual/dist/ps/Makefile.am
191         * manual/dist/txt/Makefile.am
192         * manual/fr/dist/html/Makefile.am
193         * manual/fr/dist/pdf/Makefile.am
194         * manual/fr/dist/ps/Makefile.am
195         * manual/fr/dist/txt/Makefile.am
196         * manual/pl/dist/html/Makefile.am
197         * manual/pl/dist/pdf/Makefile.am
198         * manual/pl/dist/ps/Makefile.am
199         * manual/pl/dist/txt/Makefile.am
200                 Fix make clean removing pregenerated manuals
201
202
203 2006-06-16 [colin]      2.3.0cvs17
204
205         * src/plugins/pgpcore/sgpgme.c
206         * src/plugins/pgpmime/pgpmime.c
207         * src/plugins/pgpinline/pgpinline.c
208                 Better error reporting in setup_signers.
209                 Don't fallback to default key if specified
210                 key isn't found.
211                 Don't allow signing if more than one secret
212                 key matches the one specified in prefs.
213
214 2006-06-15 [colin]      2.3.0cvs16
215
216         * src/folderview.c
217                 Add "Send queue" in the folder's contextual
218                 menu
219         * src/compose.c
220         * src/messageview.c
221         * src/privacy.c
222         * src/privacy.h
223         * src/procmime.c
224         * src/procmsg.c
225         * src/plugins/pgpcore/passphrase.c
226         * src/plugins/pgpcore/sgpgme.c
227         * src/plugins/pgpinline/pgpinline.c
228         * src/plugins/pgpmime/pgpmime.c
229                 Better error reporting
230         * src/mbox.c
231                 Probably fix bug #971 (2.2.3 cannot read mail 
232                 from local mbox)
233
234
235 2006-06-15 [mones]      2.3.0cvs15
236
237         * tools/make.themes.project
238                 creates the themes project from the web page
239
240 2006-06-15 [colin]      2.3.0cvs14
241
242         * src/folder.c
243                 Better fix (avoid losing the folder if scan_tree 
244                 fails)
245
246 2006-06-15 [cleroy]     2.3.0cvs13
247
248         * src/folder.c
249                 Probably fix Bug #969 (crash on rebuilding 
250                 imap folder)
251
252 2006-06-14 [colin]      2.3.0cvs12
253
254         * manual/dtd/manual.xsl
255         * manual/sylpheed-claws-manual.xml
256         * manual/fr/sylpheed-claws-manual.xml
257         * manual/pl/sylpheed-claws-manual.xml
258                 Insert pagebreaks between sections
259
260 2006-06-14 [paul]       2.3.0cvs11
261
262         * configure.ac
263                 better fix than 2.3.0cvs10
264
265 2006-06-14 [paul]       2.3.0cvs10
266
267         * configure.ac
268                 fix setting of PACKAGE_DATA_DIR with newer autoconf
269                 (backwards compatible)
270
271 2006-06-13 [colin]      2.3.0cvs9
272
273         * src/messageview.c
274                 Fix sending of return receipt with the new queue folders
275
276 2006-06-13 [wwp]        2.3.0cvs8
277
278         * src/quote_fmt_lex.l
279                 fix wrong tokens returned in quote_fmt lexer, query not().
280
281 2006-06-13 [wwp]        2.3.0cvs7
282
283         * src/folder.c
284         * src/prefs_folder_item.c
285                 allow changing folder type even when folder is not a top-level one,
286                 thanks to Colin.
287
288 2006-06-12 [colin]      2.3.0cvs6
289
290         * src/folderview.c
291                 Fix double-ask of "Do you want to mark all
292                 as read"
293
294 2006-06-12 [colin]      2.3.0cvs5
295
296         * src/compose.c
297         * src/compose.h
298         * src/folder.c
299         * src/folder.h
300         * src/imap.c
301         * src/inc.c
302         * src/main.c
303         * src/messageview.c
304         * src/mh.c
305         * src/prefs_folder_item.c
306         * src/procheader.c
307         * src/procmime.c
308         * src/procmsg.c
309         * src/procmsg.h
310         * src/send_message.c
311         * src/summaryview.c
312         * src/toolbar.c
313                 Apply bug #964's patch (Queue and drafts aren't normal)
314                 The Drafts and Queue folder now contain RFC-822 files,
315                 allowing to move and copy mails from and to these 
316                 folders. Moving from Drafts to Queue will prepare the
317                 mail for sending (PGP signature, encryption, etc).
318                 This patch also rework sending errors handling to try
319                 to be more helpful.
320                 Also, allow redefining folder types via the GUI 
321                 (Folder type in its Properties)
322
323 2006-06-12 [colin]      2.3.0cvs4
324
325         * src/summaryview.c
326         * src/prefs_common.c
327         * src/prefs_common.h
328         * src/gedit-print.c
329                 Allow to define a specific print font - patch
330                 by Bernhard Walle <bernhard.walle@gmx.de>
331         * src/prefs_fonts.c
332         * manual/advanced.xml
333         * manual/fr/advanced.xml
334                 Add a hidden pref to allow deletion without
335                 confirmation
336
337 2006-06-12 [wwp]        2.3.0cvs3
338
339         * .cvsignore
340                 more files to ignore.
341
342 2006-06-12 [wwp]        2.3.0cvs2
343
344         * src/quote_fmt.c
345         * src/quote_fmt_lex.l
346         * src/quote_fmt_parse.y
347                 extend the quote_fmt parser (templates and quotes):
348                 - allow limited sub-expressions in |p{} and |f{} expressions,
349                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
350                 - implemented/fixed missing implementation of query_references and show_references,
351                 - completed, fixed contents and format of the symbols help dialog,
352                 - fix some compilation warnings.
353
354 2006-06-12 [wwp]        2.3.0cvs1
355
356         * manual/advanced.xml
357         * manual/fr/advanced.xml
358                 updates in the "templates" section of the manual (eng/fr):
359                  - be more precise (both versions)
360                  - completed to match the english reference (fr version)
361                  - touchups (both versions)
362
363 2006-06-12 [paul]       2.3.0
364
365         2.3.0 released
366
367 2006-06-12 [paul]       2.2.3cvs14
368
369         * po/ca.po
370         * po/cs.po
371         * po/de.po
372         * po/el.po
373         * po/fr.po
374         * po/it.po
375         * po/pt_BR.po
376         * po/sr.po
377         * po/zh_CN.po
378                 updated by Miquel Oliete, Tim, Stephan Sachse,
379                 Stavros Giannouris, Fabien Vantard, Andrea
380                 Spadaccini, Frederico Goncalves Guimaraes,
381                 Aleksandar Urosevic, and Ralgh Young
382
383 2006-06-12 [colin]      2.2.3cvs13
384
385         * src/mbox.c
386                 Add missing header
387
388 2006-06-11 [colin]      2.2.3cvs12
389
390         * src/msgcache.c
391                 Verify that g_malloc() succeeded
392
393 2006-06-11 [colin]      2.2.3cvs11
394
395         * src/wizard.c
396                 Add Face header to welcome mail
397
398 2006-06-10 [colin]      2.2.3cvs10
399
400         * src/textview.c
401                 Revert previous (Forgot it changes the
402                 margin on the whole mail)
403
404 2006-06-10 [colin]      2.2.3cvs9
405
406         * src/textview.c
407                 Don't overlap long headers under (X-)Face
408
409 2006-06-10 [mones]      2.2.3cvs8
410
411         * manual/xml2pdf
412                 allow generation of manual on systems lacking saxon binary
413                 but with java and the saxon library installed
414
415         * po/es.po
416                 updated for release
417
418 2006-06-09 [colin]      2.2.3cvs7
419
420         * src/summaryview.c
421                 Fix leak when using Display Sender using Addressbook
422
423 2006-06-09 [colin]      2.2.3cvs6
424
425         * src/compose.c
426         * src/folder.c
427         * src/folderview.c
428         * src/mimeview.c
429         * src/summaryview.c
430                 More leaks fixes
431
432 2006-06-09 [paul]       2.2.3cvs5
433
434         * AUTHORS
435         * src/gtk/authors.h
436         * tools/claws.i18n.status.pl
437                 updated with new info
438
439 2006-06-09 [paul]       2.2.3cvs4
440
441         * README
442                 updated
443         * manual/ack.xml
444                 add wwp to authors list
445         * src/gtk/authors.h
446                 update mine and Colin's addresses
447
448 2006-06-08 [colin]      2.2.3cvs3
449
450         * src/etpan/imap-thread.c
451                 Fix leak on SSL cert check
452
453 2006-06-08 [colin]      2.2.3cvs2
454
455         * src/common/utils.c
456                 Fix leak
457
458 2006-06-08 [paul]       2.2.3cvs1
459
460         * configure.ac
461                 Update version number following
462                 stable release
463
464 2006-06-07 [colin]      2.2.2cvs3
465
466         * src/msgcache.c
467                 Fix catching cache read errors (guint instead of gint)
468                 Prevent malloc'ing more than 8MB (means cache corruption)
469
470 2006-06-07 [paul]       2.2.2cvs2
471
472         * src/exporthtml.c
473         * src/exportldif.c
474         * src/mh.c
475         * src/mutt.c
476         * src/pine.c
477         * src/common/utils.c
478                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
479                 obey $HOME'
480                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
481                 Thanks to Colin
482
483 2006-06-06 [paul]       2.2.2cvs1
484
485         * configure.ac
486                 Update version number following
487                 stable release
488
489 2006-06-06 [paul]       2.2.1cvs6
490
491         * src/matcher.c
492                 fix  implicit declaration of
493                 sylpheed_do_idle()
494                 Patch by Fabien Vantard
495
496 2006-06-06 [paul]       2.2.1cvs5
497
498         * src/matcher.c
499                 fix age_greater and age_lower so that they
500                 mean what say and not '...or equal to'
501                 Thanks to Colin
502
503 2006-06-06 [paul]       2.2.1cvs4
504
505         * src/textview.c
506         * src/common/utils.c
507                 fix URI check
508                 Thanks to Colin
509
510 2006-06-05 [wwp]        2.2.1cvs3
511
512         * manual/fr/account.xml
513                 minor language fixes (thanks to Fabien Vantard).
514
515 2006-06-05 [colin]      2.2.1cvs2
516
517         * src/prefs_folder_item.c
518         * src/folderview.c
519                 Allow recursive setting of properties 
520                 for whole mailboxes
521         * src/matcher.c
522                 Don't freeze on 'test' filtering rule
523
524 2006-06-05 [colin]      2.2.1cvs1
525
526         * configure.ac
527                 Update version number following
528                 stable release
529
530 2006-06-04 [wwp]        2.2.0cvs82
531
532         * manual/glossary.xml
533         * manual/account.xml
534         * manual/fr/glossary.xml
535         * manual/fr/account.xml
536                 added glossary section and references/links related to the Face custom header.
537
538 2006-06-04 [colin]      2.2.0cvs81
539
540         * src/summaryview.c
541                 Skip to next message on move with no
542                 immediate execution
543
544 2006-06-04 [wwp]        2.2.0cvs80
545
546         * manual/xml2pdf
547                 added sanity checks, exit when needed.
548
549 2006-06-03 [paul]       2.2.0cvs79
550
551         * src/prefs_receive.c
552                 page name is now 'Receiving'
553         * src/prefs_send.c
554                 page name is now 'Sending'
555
556 2006-06-03 [colin]      2.2.0cvs78
557
558         * src/plugins/spamassassin/spamassassin_gtk.c
559                 Autoswitch to Localhost if transport was previously
560                 disabled. Else people had to check [] Enable, then
561                 *reselect* transport.
562
563 2006-06-03 [colin]      2.2.0cvs77
564
565         * src/plugins/pgpinline/pgpinline.c
566         * src/plugins/pgpmime/pgpmime.c
567                 Check that gpg_data_release_and_get_mem 
568                 didn't fail (now, why this happens...)
569
570 2006-06-03 [colin]      2.2.0cvs76
571
572         * src/mbox.c
573                 Fix bug #962 (Manual and/or UI should 
574                 warn about incompatible locking 
575                 causing dataloss)
576
577 2006-06-02 [cleroy]     2.2.0cvs75
578
579         * src/filtering.c
580         * src/folder.c
581         * src/procmsg.c
582         * src/summaryview.c
583                 Fix a few leaks
584
585 2006-06-02 [colin]      2.2.0cvs74
586
587         * src/main.c
588                 On exit, free caches after writing them
589                 Shuts up some valgrind false positives
590         * src/procmsg.c
591         * src/send_message.c
592                 Fix races when reusing existing SMTP connections
593                 Fix inexistant session timeout
594         * src/toolbar.c
595                 Display alertpanel after all queues have
596                 been processed, not after each
597
598 2006-06-02 [wwp]        2.2.0cvs73
599
600         * manual/fr/glossary.xml
601         * manual/fr/ack.xml
602         * manual/ack.xml
603                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
604
605 2006-06-02 [wwp]        2.2.0cvs72
606
607         * manual/xml2pdf
608         * manual/dist/pdf/Makefile.am
609         * manual/dtd/manual.xsl
610         * manual/fr/dist/pdf/Makefile.am
611         * manual/pl/dist/pdf/Makefile.am
612                 we changed the procedure to generate the .pdf version of the manual.
613                 The procedure is more modern and the .pdf we get now has a valid index.
614                 Here are the new pre-requisites:
615
616                 - JRE 1.x (1.4 here): there must be one from your distro
617                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
618                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
619                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
620
621                 See my posts for further info about the installation of this toolchain:
622
623                 Date: Fri, 19 May 2006 19:40:06 +0200
624                 From: wwp <subscript@free.fr>
625                 To: sylpheed-claws-devel@lists.sourceforge.net
626                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
627
628                 and
629
630                 Date: Wed, 24 May 2006 12:58:49 +0200
631                 From: wwp <subscript@free.fr>
632                 To: sylpheed-claws-devel@lists.sourceforge.net
633                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
634
635 2006-06-01 [colin]      2.2.0cvs71
636
637         * src/compose.c
638                 Better guards against IMAP races
639         * src/main.c
640         * src/prefs_common.c
641         * src/prefs_common.h
642         * src/common/ssl_certificate.c
643         * src/etpan/imap-thread.c
644         * src/etpan/imap-thread.h
645         * src/gtk/sslcertwindow.c
646                 New hidden option ssl_skip_cert_check to 
647                 avoid dups of bug #959 (libetpan linked
648                 against gnutls and gnutls buggy on 64bit)
649                 Present expired warning only once per
650                 session/server.
651         * manual/advanced.xml
652         * manual/fr/advanced.xml
653                 Document new option
654
655 2006-06-01 [wwp]        2.2.0cvs70
656
657         * src/messageview.c
658                 fix for bug #961 (return receipt dialog 
659                 complains incorrectly about return-path 
660                 email adress being different), thanks 
661                 to Colin.
662
663 2006-05-31 [cleroy]     2.2.0cvs69
664
665         * src/common/ssl.c
666                 Guard against NULLs, although this
667                 should never be an issue
668
669 2006-05-31 [colin]      2.2.0cvs68
670
671         * src/filtering.c
672                 Use g_slist_prepend
673         * src/imap.c
674                 Don't remove caches when destroying folder, it
675                 could (should) be done at exit
676         * src/inc.c
677                 free processing cache after incorporation
678         * src/etpan/imap-thread.c
679                 Maybe fix bug #959 (Crash on moving to emails 
680                 to a imap account per ssl with a expired 
681                 certificate.)
682
683 2006-05-30 [colin]      2.2.0cvs67
684
685         * src/summaryview.c
686                 Put back event flush when displaying message
687                 It avoids reading a bunch of messages just
688                 by hitting shift-n for too long ;)
689
690 2006-05-29 [colin]      2.2.0cvs66
691
692         * src/summaryview.c
693                 Remove useless g_warnings
694
695 2006-05-29 [colin]      2.2.0cvs65
696
697         * src/imap.c
698                 Fix g_slist_append()s for performance
699
700 2006-05-29 [colin]      2.2.0cvs64
701
702         * src/compose.c
703         * src/common/utils.c
704                 Fix extraneous tab at start of addresses
705         * src/mainwindow.c
706                 Fix warnings (thanks to Fabien)
707                 Fix crash at exit when composing messages 
708                 exist
709         * src/pop.c
710                 Fix progress bar when deleting expired mails
711                 Thanks to Hiro
712         * src/summaryview.c
713         * src/gtk/gtksctree.c
714                 Fix re-sorting slowness
715
716 2006-05-29 [paul]       2.2.0cvs63
717
718         * src/mh.c
719                 fetch full message when moving mails
720                 from another mailbox, (fixed data loss
721                 when filtering from IMAP to MH, introduced
722                 in 2.2.0cvs57).
723                 Thanks to Colin
724
725 2006-05-29 [mones]      2.2.0cvs62
726
727         * src/gtk/gtksctree.c
728                 Unselect faster (patch by Colin)        
729
730 2006-05-26 [colin]      2.2.0cvs61
731
732         * src/summaryview.c
733                 Unplug MSGINFO_UPDATE callback on delete too.
734
735 2006-05-26 [colin]      2.2.0cvs60
736
737         * src/foldersel.c
738                 Fix bold in folder selection window with glib2.10
739                 thanks Hiro
740
741 2006-05-26 [colin]      2.2.0cvs59
742
743         * src/procheader.c
744                 Convert date only if necessary (and don't
745                 try to convert from utf8 to utf8, too)
746         * src/summaryview.c
747                 Only set column's text if the column's 
748                 displayed
749
750 2006-05-26 [colin]      2.2.0cvs58
751
752         * src/summaryview.c
753         * src/gtk/gtkutils.c
754                 Fix useless warning
755
756 2006-05-26 [colin]      2.2.0cvs57
757
758         * src/mainwindow.c
759                 Make summaryview selectable as long as 
760                 no message has focus
761         * src/mh.c
762                 Faster deletion (by implementing mh_remove_msgs)
763                 Faster copy (avoid using mh_fetch_msg just to get
764                 the filename)
765                 Faster move (using move_file instead of copy_file
766                 if MSG_IS_MOVE)
767                 No progressbar if total number of mails to cp/mv 
768                 is less than 100
769         * src/summaryview.c
770                 Fix removal from subject_table when mail gets moved
771                 Faster deletion (g_slist_prepend instead of append)
772         * src/gtk/gtksctree.c
773                 Remove useless code
774
775 2006-05-25 [colin]      2.2.0cvs56
776
777         * src/common/ssl_certificate.c
778                 Fix leak in expired cert check
779
780 2006-05-25 [colin]      2.2.0cvs55
781
782         * src/mh.c
783                 Disable flags syncing on .mh_sequences - it
784                 is buggy and marks mails read under unknown
785                 conditions.
786
787 2006-05-25 [paul]
788
789         * 2.3.0-rc4 released
790
791 2006-05-24 [colin]      2.2.0cvs54
792
793         attention cvs users: if you manage to crash
794         Sylpheed-Claws while moving, copying or deleting
795         mails, we *are* interested in stack traces and
796         valgrind logs. It looks stable, but one never
797         knows...
798
799         * src/folder.c
800                 Add progressbar for cache updates
801         * src/folderutils.c
802                 Optimize Mark all read in the current
803                 folder
804         * src/mh.c
805                 Add progressbar for copy/move
806         * src/procmsg.c
807                 Optimize O(n^2) in copy/move
808         * src/summaryview.c
809         * src/gtk/gtksctree.c
810                 Optimize O(n^2) algos
811         * src/common/timing.h
812                 Display ms instead of us
813
814 2006-05-24 [wwp]        2.2.0cvs53
815
816         * manual/fr/advanced.xml
817                 updates to the French manual.
818
819 2006-05-24 [wwp]        2.2.0cvs52
820
821         * src/common/utils.c
822                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
823
824 2006-05-24 [wwp]        2.2.0cvs51
825
826         * src/folderutils.c
827                 fixed "mark all read" in MH folders (thanks to Colin).
828
829 2006-05-24 [paul]       2.2.0cvs50
830
831         * doc/man/sylpheed-claws.1
832                 updated the man page
833
834 2006-05-23 [colin]      2.2.0cvs49
835
836         * src/folderview.c
837         * src/imap.c
838         * src/inc.c
839         * src/mbox.c
840         * src/messageview.c
841         * src/news.c
842         * src/send_message.c
843         * src/summaryview.c
844         * src/gtk/sslcertwindow.c
845                 alertpanel fixes, by Fabien
846
847 2006-05-23 [colin]      2.2.0cvs48
848
849         * src/folder.c
850         * src/folderview.c
851         * src/msgcache.c
852         * src/summaryview.c
853         * src/gtk/gtksctree.c
854         * src/gtk/gtksctree.h
855                 More timings
856                 Fix slow loading problem, which was caused by the
857                 use of some gtk_ctree funcs and their use of
858                 g_list_position while gtk_ctree_(un)link'ing.
859                 Reap more functions from gtkctree.c to be sure we
860                 use our (fast) version instead of theirs.
861         * src/mh.c
862                 Fix copy of unread mails
863
864
865 2006-05-22 [wwp]        2.2.0cvs47
866
867         * manual/fr/advanced.xml
868                 updated.
869
870 2006-05-22 [colin]      2.2.0cvs46
871
872         * src/filtering.c
873                 Fix possible infinite loop. 'copy' is not a 
874                 final action, so when encountering a 'copy',
875                 we have to check if a previous one was set
876                 and do it. In the same way, if we encounter
877                 a 'move' we have to perform a possibly 
878                 pending 'copy'. This will slow down filtering
879                 on IMAP if move+copy or multiple copy actions
880                 are to be done, but handling it via the batch
881                 would be really too convoluted.
882
883 2006-05-22 [wwp]        2.2.0cvs45
884
885         * manual/fr/advanced.xml
886         * manual/fr/faq.xml
887         * manual/fr/glossary.xml
888         * manual/fr/handling.xml
889         * manual/fr/intro.xml
890         * manual/fr/plugins.xml
891         * manual/fr/sylpheed-claws-manual.xml
892                 sync w/ the english manual: updates URIs, documented mailing-list
893                 support, better explanation about the enabled/disabled feature
894                 in filtering/processing rules by Paul.
895
896 2006-05-21 [colin]      2.2.0cvs44
897
898         * src/summaryview.c
899                 Don't expand after building threads, but during
900
901 2006-05-21 [colin]      2.2.0cvs43
902
903         * src/procmsg.c
904         * src/summaryview.c
905                 More timing possibilities... For next time I have 
906                 to find out how the hell some 3GHz computer takes
907                 one minute to open a 30k folder...
908
909 2006-05-21 [colin]      2.2.0cvs42
910
911         * manual/pl/advanced.xml
912         * manual/pl/faq.xml
913         * manual/pl/glossary.xml
914         * manual/pl/handling.xml
915         * manual/pl/intro.xml
916         * manual/pl/plugins.xml
917         * manual/pl/sylpheed-claws-manual.xml
918                 Polish manual updated by Pawel
919
920 2006-05-20 [colin]
921
922         * 2.3.0-rc3 released
923
924 2006-05-20 [colin]      2.2.0cvs41
925
926         * src/imap.c
927                 Fix -rc2 problems:
928                 - remove cache of moved messages from original folder
929                 - apply new flags to messages even if they aren't appliable
930                   via IMAP.
931
932 2006-05-20 [colin]
933
934         * 2.3.0-rc2 released
935
936 2006-05-19 [colin]      2.2.0cvs40
937
938         * src/imap.c
939                 Don't issue SELECT in imap_change_flags
940                 before having checked that we indeed have
941                 some flags to change. MSG_POSTFILTERED for
942                 example can't be used on IMAP.
943                 Fixes bug #955 (copying messages between 
944                 imap folders is extremely slow), which was
945                 a regression.
946
947 2006-05-19 [colin]      2.2.0cvs39
948
949         * src/folder.c
950         * src/folder.h
951         * src/folderview.c
952                 Try to fix bug #830 (Some unread messages 
953                 get marked read in IMAP inbox):
954                 - Prevent scanning a folder if it's being 
955                   opened via the GUI
956                 - Postpone opening via the GUI of a folder
957                   currently scanned.
958
959
960 2006-05-19 [wwp]        2.2.0cvs38
961
962         * manual/advanced.xml
963                 fix English+typo (thanks to Paul).
964
965 2006-05-19 [wwp]        2.2.0cvs37
966
967         * manual/advanced.xml
968         * manual/fr/advanced.xml
969         * src/gtk/logwindow.c
970         * src/prefs_common.c
971         * src/prefs_common.h
972                 added hidden prefs to allow customization of colors used in
973                 protocol log window (useful for dark gtk+ themes).
974
975 2006-05-19 [wwp]        2.2.0cvs36
976
977         * ChangeLog
978                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
979
980 2006-05-19 [paul]       2.2.0cvs35
981
982         * src/textview.c
983                 make Reply-To fully clickable
984         * src/gtk/logwindow.c
985                 more colouring (SMTP ESMTP)
986         Both patches by Pawel Pekala
987
988 2006-05-19 [cleroy]     2.2.0cvs34
989
990         * src/mh.c
991                 Don't update flags from current folder
992                 Probably fixes bug #935 (Read Messages 
993                 Revert to Being Marked as Unread)
994
995 2006-05-18 [colin]      2.2.0cvs33
996
997         * src/imap.c
998                 Warning fix
999         * src/compose.c
1000         * src/mainwindow.c
1001         * src/summaryview.c
1002         * src/toolbar.c
1003                 Allow replying to multiple emails
1004                 in multiple windows
1005         * src/mimeview.c
1006         * src/etpan/imap-thread.c
1007                 Leak fixes
1008
1009 2006-05-18 [paul]       2.2.0cvs32
1010
1011         * src/summaryview.c
1012                 keep Mailing-List menu refreshed
1013                 Thanks to Colin
1014
1015 2006-05-18 [paul]       2.2.0cvs31
1016
1017         * manual/advanced.xml
1018         * manual/faq.xml
1019         * manual/glossary.xml
1020         * manual/handling.xml
1021         * manual/intro.xml
1022         * manual/plugins.xml
1023         * manual/sylpheed-claws-manual.xml
1024                 update URLs
1025                 add info about mailing-list support
1026                 edit filtering info
1027         * src/wizard.c
1028         * src/common/defs.h
1029         * src/gtk/about.c
1030         * src/plugins/dillo_viewer/README
1031                 update URLs
1032
1033 2006-05-17 [wwp]        2.2.0cvs30
1034
1035         * manual/handling.xml
1036         * manual/fr/handling.xml
1037                 documented the ability to enabled/disable filtering/processing rules.
1038
1039 2006-05-17 [colin]      2.2.0cvs29
1040
1041         * src/main.c
1042                 Don't initialize g_thread subsystem if it's 
1043                 already done (thanks to Hiro)
1044         * src/mimeview.c
1045                 Fix saving of parts when there name can't be
1046                 converted from UTF-8.
1047
1048 2006-05-17 [paul]       2.2.0cvs28
1049
1050         * po/Makefile.in.in
1051                 fix config.status warning with autoconf 2.60
1052
1053 2006-05-17 [paul]       2.2.0cvs27
1054
1055         * po/POTFILES.in
1056                 add src/mbox.c
1057
1058 2006-05-17 [wwp]        2.2.0cvs26
1059
1060         * src/mainwindow.c
1061                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1062
1063 2006-05-17 [wwp]        2.2.0cvs25
1064
1065         * src/plugins/demo/demo.c
1066                 updated product name in plugin demo (many plugins need to be
1067                 sync'ed w/ that change).
1068
1069 2006-05-17 [colin]      2.2.0cvs24
1070
1071         * src/mh.c
1072                 Fix leak
1073
1074 2006-05-16 [colin]      2.2.0cvs23
1075
1076         * src/mainwindow.c
1077                 Stupid me hit again. Fix cvs22.
1078
1079 2006-05-16 [colin]      2.2.0cvs22
1080
1081         * src/mainwindow.c
1082                 Fix bug #922 (sylpheed-claws crashed after 
1083                 pushing on Inbox folder)
1084
1085 2006-05-16 [colin]      2.2.0cvs21
1086
1087         * src/compose.c
1088                 Make From header be copy/paste/select-able
1089
1090 2006-05-16 [wwp]        2.2.0cvs20
1091
1092         * src/export.c
1093         * src/matcher.c
1094         * src/summaryview.c
1095         * src/etpan/imap-thread.c
1096                 fix some compiler warnings (thanks to Colin).
1097
1098 2006-05-16 [wwp]        2.2.0cvs19
1099
1100         * src/action.c
1101         * src/gedit-print.c
1102         * src/inc.c
1103         * src/mainwindow.c
1104         * src/mh.c
1105         * src/statusbar.c
1106         * src/send_message.c
1107         * src/summaryview.c
1108                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1109
1110 2006-05-15 [colin]      2.2.0cvs18
1111
1112         * src/procmsg.c
1113                 Fix automatic rule creation with List-Post
1114
1115 2006-05-15 [paul]       2.2.0cvs17
1116
1117         * tools/filter_conv_new.pl
1118                 updated for rule enabling/disabling
1119                 claws version >= 2.3.x required
1120
1121 2006-05-15 [cleroy]     2.2.0cvs16
1122
1123         * src/main.c
1124                 Revert test
1125
1126 2006-05-15 [cleroy]     2.2.0cvs15
1127
1128         * src/main.c
1129                 test
1130
1131 2006-05-15 [wwp]        2.2.0cvs14
1132
1133         * manual/pl/.cvsignore
1134                 ignore generated files.
1135
1136 2006-05-14 [wwp]        2.3.0-rc1
1137
1138         * 2.3.0-rc1 released
1139
1140 2006-05-13 [wwp]        2.2.0cvs13
1141
1142         * src/filtering.c
1143         * src/filtering.h
1144         * src/matcher.c
1145         * src/matcher_parser_lex.l
1146         * src/matcher_parser_parse.y
1147         * src/prefs_filtering.c
1148                 new feature: provide the ability to disable filtering and processing
1149                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1150                 adaptations.
1151
1152 2006-05-13 [colin]      2.2.0cvs12
1153
1154         * src/compose.c
1155                 Remove useless if (a) b; else b;
1156                 Thanks to wwp
1157
1158 2006-05-13 [wwp]        2.2.0cvs11
1159
1160         * src/export.c
1161         * src/import.c
1162         * src/mainwindow.c
1163         * src/mbox.c
1164         * src/summaryview.c
1165         * src/summaryview.h
1166                 no more silent failures (or at least less ones) when importing
1167                 or exporting from/to mbox. Also start importing/exporting if
1168                 the necessary info is set.
1169
1170 2006-05-13 [wwp]        2.2.0cvs10
1171
1172         * RELEASE_NOTES
1173                 restored up-to-date release notes.
1174
1175 2006-05-13 [paul]       2.2.0cvs9
1176
1177         * po/nl.po
1178         * po/ru.po
1179                 updated by Tim Dijkstra and Pavlo Bohmat
1180
1181 2006-05-12 [colin]      2.2.0cvs8
1182
1183         * src/gtk/quicksearch.c
1184                 Add "k" as shortcut for "colorlabel". Patch
1185                 by ath42@users.sf.net.
1186
1187 2006-05-12 [paul]       2.2.0cvs7
1188
1189         * src/prefs_common.h
1190         * src/prefs_summaries.c
1191         * src/summaryview.c
1192                 when entering a folder also allow
1193                 going directly to first Marked message
1194
1195 2006-05-12 [paul]       2.2.0cvs6
1196
1197         * src/summaryview.c
1198                 always obey 'confirm before marking all
1199                 mails read' option
1200
1201 2006-05-12 [paul]       2.2.0cvs5
1202
1203         * src/textview.c
1204                 make Sender fully clickable
1205
1206 2006-05-12 [colin]      2.2.0cvs4
1207
1208         * src/compose.c
1209         * src/compose.h
1210                 Let From be editable
1211         * src/main.c
1212         * src/mh.c
1213                 Full support of .mh_sequences' Unseen seq
1214
1215 2006-05-12 [colin]      2.2.0cvs3
1216
1217         * src/folder.c
1218         * src/mainwindow.c
1219         * src/mainwindow.h
1220         * src/messageview.c
1221         * src/prefs_spelling.c
1222         * src/procheader.c
1223         * src/procmsg.c
1224         * src/procmsg.h
1225         * src/summaryview.c
1226         * src/toolbar.c
1227         * src/toolbar.h
1228                 Add contextual menu on Compose toolbar
1229                 button. Fixes bug #944 (Automatic
1230                 addresses not applied when changing account
1231                 from compose window)
1232                 add Mailing List support
1233                 based on the old 0.6.5claws25 patch by
1234                 Melvin Hadasht, with finishing touches
1235                 by Colin
1236                 Fix "ignore thread" when mails are threaded by
1237                 subject (and weren't ignored although appearing
1238                 in the thread).
1239                 GUI rework.
1240                 Both patches by Pawel.
1241
1242 2006-05-08 [paul]       2.2.0cvs2
1243
1244         * src/mainwindow.c
1245         * src/mainwindow.h
1246         * src/messageview.c
1247         * src/procheader.c
1248         * src/procmsg.c
1249         * src/procmsg.h
1250         * src/summaryview.c
1251                 add Mailing List support
1252                 based on the old 0.6.5claws25 patch by 
1253                 Melvin Hadasht, with finishing touches
1254                 by Colin
1255
1256 2006-05-08 [colin]      2.2.0cvs1
1257
1258         * src/mainwindow.c
1259         * src/toolbar.c
1260         * src/toolbar.h
1261                 Add contextual menu on Compose toolbar 
1262                 button. Fixes bug #944 (Automatic 
1263                 addresses not applied when changing account 
1264                 from compose window)
1265
1266 2006-05-08 [paul]       2.2.0
1267
1268         2.2.0 released
1269
1270 2006-05-08 [paul]       2.1.1cvs51
1271
1272         * po/cs.po
1273         * po/de.po
1274         * po/en_GB.po
1275         * po/fi.po
1276         * po/fr.po
1277         * po/pt_BR.po
1278         * po/sr.po
1279         * po/zh_CN.po
1280                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1281                 Fabien Vantard, Frederico Goncalves Guimaraes,
1282                 Aleksandar Urosevic, and Ralgh Young
1283
1284 2006-05-12 [colin]      2.1.1cvs50
1285
1286         * po/cs.po
1287         * po/de.po
1288         * po/en_GB.po
1289         * po/es.po
1290         * po/fi.po
1291         * po/fr.po
1292         * po/pt_BR.po
1293         * po/sr.po
1294         * po/zh_CN.po
1295                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1296                 Fabien Vantard, Frederico Goncalves Guimaraes,
1297                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1298
1299 2006-05-05 [colin]      2.1.1cvs49
1300
1301         * manual/Makefile.am
1302         * manual/pl/Makefile.am
1303         * manual/pl/account.xml
1304         * manual/pl/ack.xml
1305         * manual/pl/addrbook.xml
1306         * manual/pl/advanced.xml
1307         * manual/pl/faq.xml
1308         * manual/pl/glossary.xml
1309         * manual/pl/gpl.xml
1310         * manual/pl/handling.xml
1311         * manual/pl/intro.xml
1312         * manual/pl/keyboard.xml
1313         * manual/pl/plugins.xml
1314         * manual/pl/starting.xml
1315         * manual/pl/sylpheed-claws-manual.xml
1316         * manual/pl/dist/.cvsignore
1317         * manual/pl/dist/Makefile.am
1318         * manual/pl/dist/html/.cvsignore
1319         * manual/pl/dist/html/Makefile.am
1320         * manual/pl/dist/pdf/.cvsignore
1321         * manual/pl/dist/pdf/Makefile.am
1322         * manual/pl/dist/ps/.cvsignore
1323         * manual/pl/dist/ps/Makefile.am
1324         * manual/pl/dist/txt/.cvsignore
1325         * manual/pl/dist/txt/Makefile.am
1326                 Add the polish translation of the manual,
1327                 Authored by Pawel Pekala.
1328
1329 2006-05-05 [cleroy]     2.1.1cvs48
1330
1331         * src/main.c
1332                 Re-read matcherrc after loading plugins 
1333                 if some of them add folders.
1334
1335 2006-05-03 [colin]      2.1.1cvs47
1336
1337         * src/imap.c
1338                 I'm idiot
1339
1340 2006-05-03 [colin]      2.1.1cvs46
1341
1342         * src/imap.c
1343                 Be sure to have a session when
1344                 getting separator
1345
1346 2006-05-03 [colin]      2.1.1cvs45
1347
1348         * src/imap.c
1349         * src/imap.h
1350         * src/imap_gtk.c
1351                 Fix preventing renaming with namespace 
1352                 separator.
1353
1354 2006-05-01 [colin]      2.1.1cvs44
1355
1356         * src/action.c
1357                 Don't reload messageview when result of
1358                 action is piped.
1359
1360 2006-04-29 [colin]      2.1.1cvs43
1361
1362         * src/prefs_receive.c
1363         * src/plugins/spamassassin/spamassassin_gtk.c
1364         * src/plugins/clamav/clamav_plugin_gtk.c
1365                 GUI fixes by Pawel
1366
1367 2006-04-29 [colin]      2.1.1cvs42
1368
1369         * src/prefs_compose_writing.c
1370         * src/prefs_quote.c
1371                 Cleanups. Patch by Pawel
1372
1373 2006-04-28 [paul]       2.1.1cvs41
1374
1375         * src/matcher.c
1376                 fix returned quick search results when search
1377                 term contains an underscore.
1378                 Thanks to Colin
1379
1380 2006-04-28 [paul]       2.1.1cvs40
1381
1382         * src/prefs_message.c
1383         * src/prefs_receive.c
1384                 GUI cleanups
1385                 Patches by Pawel Pekala
1386
1387 2006-04-27 [colin]      2.1.1cvs39
1388
1389         * src/wizard.c
1390                 Differentiate subject Welcome from
1391                 window's title Welcome
1392
1393 2006-04-27 [paul]
1394
1395         2.2.0-rc1 released
1396
1397 2006-04-27 [paul]       2.1.1cvs38
1398
1399         * manual/advanced.xml
1400         * manual/fr/advanced.xml
1401                 add info about compose_no_markup hidden pref
1402
1403 2006-04-27 [paul]       2.1.1cvs37
1404
1405         * src/prefs_account.c
1406                 improve privacy labels
1407         * src/prefs_msg_colors.c
1408                 change some strings for translators' convenience
1409         * src/gtk/gtkutils.c
1410                 don't underline the link button text
1411
1412 2006-04-25 [colin]      2.1.1cvs36
1413
1414         * src/folder.c
1415                 Complete 2.1.1cvs33 (once more ;)
1416
1417 2006-04-25 [colin]      2.1.1cvs35
1418
1419         * src/editldap.c
1420                 Fix tooltip
1421
1422 2006-04-25 [cleroy]     2.1.1cvs34
1423
1424         * src/compose.c
1425         * src/gtk/gtkaspell.c
1426                 Fix crash on redirect (related to the return 
1427                 of the aspell menu in compose's toolbar)
1428         * src/prefs_msg_colors.c
1429                 Fix sensitivity widgets
1430         * src/image_viewer.c
1431         * src/gtk/pluginwindow.c
1432         * src/gtk/prefswindow.c
1433                 Change released signals to clicked (Fabien)
1434         * po/POTFILES.in
1435         * src/common/socket.c
1436         * src/plugins/spamassassin/spamassassin.c
1437                 Translate strings (Fabien)
1438
1439 2006-04-25 [paul]       2.1.1cvs33
1440
1441         * src/folder.c
1442         * src/folder.h
1443         * src/folderview.c
1444                 complete the fix of bug #912
1445                 Thanks to Colin
1446
1447 2006-04-25 [colin]      2.1.1cvs32
1448
1449         * src/news.c
1450                 Better progress bar
1451         * src/mimeview.c
1452         * src/summaryview.c
1453         * src/summaryview.h
1454                 Fix focus chain
1455                 Patches by Pawel Pekala
1456
1457 2006-04-24 [colin]      2.1.1cvs31
1458
1459         * src/compose.c
1460                 Fix compilation warnings (Fabien)
1461
1462 2006-04-24 [colin]      2.1.1cvs30
1463
1464         * src/addrindex.c
1465         * src/editldap.c
1466         * src/editldap_basedn.c
1467         * src/editldap_basedn.h
1468         * src/ldapctrl.c
1469         * src/ldapctrl.h
1470         * src/ldapquery.c
1471         * src/ldaputil.c
1472         * src/ldaputil.h
1473                 Fix bug #901 (LDAPS support)
1474
1475 2006-04-24 [colin]      2.1.1cvs29
1476
1477         * src/compose.c
1478                 Fix logic on error with send dialog on
1479         * src/imap.c
1480                 Fix compilation without libetpan, thanks
1481                 to Fabien
1482         * src/summaryview.c
1483                 Fix 'context-menu' key
1484
1485 2006-04-23 [colin]      2.1.1cvs28
1486
1487         * src/folder.c
1488                 Never free current's cache to free up 
1489                 memory. Fixes bug #912 (new count 
1490                 randomly set to message count)
1491
1492 2006-04-23 [colin]      2.1.1cvs27
1493
1494         * src/gtk/quicksearch.c
1495                 And remove printf...
1496
1497 2006-04-23 [colin]      2.1.1cvs26
1498
1499         * src/gtk/quicksearch.c
1500                 Fix replacing in quicksearch, and fix inserting
1501                 in the middle of the string. (introduced at 2.1.0cvs22)
1502
1503 2006-04-23 [colin]      2.1.1cvs25
1504
1505         * src/imap.c
1506                 Make sure uidnext is initialized in get_num_list
1507                 (not for stable, related to 2.1.1cvs8 and friends)
1508
1509 2006-04-23 [colin]      2.1.1cvs24
1510
1511         * src/imap.c
1512                 Output something when login is successful
1513                 too
1514
1515 2006-04-23 [colin]      2.1.1cvs23
1516
1517         * src/etpan/imap-thread.c
1518                 Better logging (line-per-line, hide data in fetch)
1519                 Fix a const warning
1520         * src/gtk/logwindow.c
1521         * src/gtk/logwindow.h
1522                 Better logging (color for input/output)
1523
1524 2006-04-21 [colin]      2.1.1cvs22
1525
1526         * src/gtk/quicksearch.c
1527                 On gtk+-2.8, use stock buttons in quicksearch
1528                 Based on a patch by Fabien and a design by Paul
1529
1530 2006-04-21 [colin]      2.1.1cvs21
1531
1532         * src/folderview.c
1533         * src/mainwindow.c
1534                 Fix occasional flicker in folderview
1535         * src/common/utils.c
1536                 Fix bug #943 (Incorrectly parsed email address 
1537                 list in short headers on message view and in 
1538                 printouts)
1539
1540 2006-04-20 [colin]      2.1.1cvs20
1541
1542         * src/imap.c
1543         * src/imap.h
1544         * src/prefs_account.c
1545                 Add ANONYMOUS auth for IMAP
1546
1547 2006-04-20 [paul]       2.1.1cvs19
1548
1549         * src/main.c
1550                 proper fix for 2.1.1cvs18
1551                 Thanks to Colin
1552
1553 2006-04-20 [paul]       2.1.1cvs18
1554
1555         * src/main.c
1556                 fix build warnings
1557
1558 2006-04-20 [paul]       2.1.1cvs17
1559
1560         * src/gtk/quicksearch.c
1561                 fix standard, non-extended Quick search,
1562                 was broken in 2.1.1cvs15.
1563                 Thanks to Colin.
1564
1565 2006-04-20 [colin]      2.1.1cvs16
1566
1567         * src/prefs_matcher.c
1568                 Fix values when reselecting a ~test
1569                 rule
1570
1571 2006-04-19 [colin]      2.1.1cvs15
1572
1573         * src/compose.c
1574         * src/compose.h
1575         * src/gtk/gtkaspell.c
1576         * src/gtk/gtkaspell.h
1577                 Put back Options menu in Spelling/
1578         * src/gtk/quicksearch.c
1579                 Don't search, and show error, if the
1580                 advanced search has a syntax error
1581
1582 2006-04-18 [colin]      2.1.1cvs14
1583
1584         * src/textview.c
1585                 Fix gdk warnings on set_cursor when textview
1586                 isn't visible
1587
1588 2006-04-18 [colin]      2.1.1cvs13
1589
1590         * src/gtk/gtksctree.c
1591                 Remove seemingly useless refresh that causes
1592                 flicker - watch this commit in case of 
1593                 problems before planned backport to stable
1594
1595 2006-04-18 [colin]      2.1.1cvs12
1596
1597         * src/imap.c
1598                 Factorize get/set_xml code
1599         * src/compose.c
1600         * src/prefs_account.c
1601         * src/prefs_account.h
1602         * src/procmsg.c
1603                 Add Encrypt to self option
1604
1605 2006-04-17 [colin]      2.1.1cvs11
1606
1607         * configure.ac
1608                 Fix search on encrpyt function on dragonfly
1609                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1610
1611 2006-04-17 [colin]      2.1.1cvs10
1612
1613         * src/prefs_account.c
1614                 Be safe by default: remove mails from POP3
1615                 after 7 days, not immediately
1616
1617 2006-04-17 [colin]      2.1.1cvs9
1618
1619         * src/etpan/imap-thread.c
1620                 Fix build on DragonFly - patch by 
1621                 Jonathan Buschmann <jonthn@agmact.com>
1622
1623 2006-04-17 [colin]      2.1.1cvs8
1624
1625         * src/imap.c
1626                 Save uidnext between sessions
1627
1628 2006-04-17 [colin]      2.1.1cvs7
1629
1630         * src/imap.c
1631                 scan is required when uid validity changes
1632
1633 2006-04-17 [colin]      2.1.1cvs6
1634
1635         * src/folderview.c
1636                 Don't scan if not necessary, apart in current
1637                 folder and INBOX to fetch flags.
1638         * src/imap.c
1639                 Scan is necessary if unread count changes
1640
1641 2006-04-17 [colin]      2.1.1cvs5
1642
1643         * src/imap.c
1644                 ...But always fetch ANSWERED and DELETED flags for
1645                 INBOX, as filtering can happen on these flags.
1646
1647 2006-04-17 [colin]      2.1.1cvs4
1648
1649         * src/imap.c
1650                 Don't fetch REPLIED and DELETED flags when synchronising
1651                 flags with a closed folder. We only need UNSEEN and FLAGGED
1652                 to update the folderview.
1653
1654 2006-04-17 [colin]      2.1.1cvs3
1655
1656         * src/imap.c
1657                 Faster flag search when there are new mails 
1658                 in a folder. We can do a full search if the 
1659                 folder contains less messages than the new
1660                 list.
1661
1662 2006-04-17 [colin]      2.1.1cvs2
1663
1664         * po/cs.po
1665         * po/de.po
1666         * po/fr.po
1667         * po/nl.po
1668         * po/pt_BR.po
1669                 Update translations from stable branch
1670
1671 2006-04-17 [colin]      2.1.1cvs1
1672
1673         * configure.ac
1674                 Bump version to follow stable release
1675
1676 2006-04-16 [mones]      2.1.0cvs50
1677
1678         * po/es.po
1679                 Updated for release
1680
1681 2006-04-16 [colin]      2.1.0cvs49
1682
1683         * src/textview.c
1684                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1685                 with gtk < 2.8. Thanks to Fabien Vantard.
1686
1687 2006-04-15 [colin]      2.1.0cvs48
1688
1689         * src/etpan/imap-thread.c
1690                 Fix bug #919 (libetpan: SEGV when connecting 
1691                 using command)
1692
1693 2006-04-14 [colin]      2.1.0cvs47
1694
1695         * src/main.c
1696                 Fix race on --select (should be done better)
1697
1698 2006-04-14 [wwp]        2.1.0cvs46
1699
1700         * src/send_message.c
1701                 enforce a check for domain in account prefs (a sending
1702                 error could be faced if domain was checked but no value set),
1703                 thanks to Colin.
1704
1705 2006-04-14 [colin]      2.1.0cvs45
1706
1707         * src/codeconv.c
1708                 when converting from unknown to unknown, if the
1709                 string is UTF8, don't convert it to the locale
1710                 (which breaks it)
1711
1712 2006-04-14 [colin]      2.1.0cvs44
1713
1714         * src/compose.c
1715                 Don't try to use ASCII for converting headers
1716                 (as done in body)
1717
1718 2006-04-14 [paul]       2.1.0cvs43
1719
1720         * src/crash.c
1721                 add locale/charset info to crash report
1722         * src/gtk/about.c
1723                 add wwp to doc team
1724                 replace 'e-mail' with preferred 'email'
1725         * src/gtk/authors.h
1726                 ensure contributors list is in alphabetical
1727                 order
1728
1729 2006-04-13 [colin]      2.1.0cvs42
1730
1731         * src/textview.c
1732                 Prevent gdk warnings
1733
1734 2006-04-13 [colin]      2.1.0cvs41
1735
1736         * src/common/ssl_certificate.c
1737         * src/common/ssl_certificate.h
1738         * src/gtk/sslcertwindow.c
1739                 Warn on expired certs, and display the expiration date
1740
1741 2006-04-13 [colin]      2.1.0cvs40
1742
1743         * src/plugins/spamassassin/spamassassin_gtk.c
1744                 Fix missing set_text on unix socket
1745
1746 2006-04-13 [wwp]        2.1.0cvs39
1747
1748         * manual/fr/advanced.xml
1749         * manual/fr/glossary.xml
1750                 applied new spam/ham/email lexicon (pourriel, courriel)
1751
1752 2006-04-13 [paul]       2.1.0cvs38
1753
1754         * src/plugins/pgpmime/plugin.c
1755                 remove the mention of S/MIME from the
1756                 description. This is now handled by the
1757                 S/MIME plugin.
1758
1759 2006-04-13 [paul]       2.1.0cvs37
1760
1761         * src/prefs_msg_colors.c
1762                 rework dialog
1763         * src/prefs_folder_item.c
1764         * src/prefs_spelling.c
1765                 add a tooltip to the colour selector buttons
1766
1767 2006-04-13 [wwp]        2.1.0cvs36
1768
1769         * manual/advanced.xml
1770         * manual/glossary.xml
1771         * manual/handling.xml
1772         * manual/keyboard.xml
1773         * manual/plugins.xml
1774         * manual/starting.xml
1775         * manual/fr/account.xml
1776         * manual/fr/ack.xml
1777         * manual/fr/addrbook.xml
1778         * manual/fr/advanced.xml
1779         * manual/fr/faq.xml
1780         * manual/fr/glossary.xml
1781         * manual/fr/gpl.xml
1782         * manual/fr/handling.xml
1783         * manual/fr/intro.xml
1784         * manual/fr/keyboard.xml
1785         * manual/fr/plugins.xml
1786         * manual/fr/starting.xml
1787         * manual/fr/sylpheed-claws-manual.xml
1788                 fixes to the manuals:
1789                  - summaryview -> Message List (same in French)
1790                  - translate key names
1791                  - fix French punctuation, use non-breakable spaces when
1792                    necessary, don't use &thinsp; which is not portable
1793                  - tell what maildir and mbox formats we support
1794
1795 2006-04-12 [wwp]        2.1.0cvs35
1796
1797         * src/prefs_toolbar.c
1798                 unified a replace button more,
1799                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1800
1801 2006-04-12 [wwp]        2.1.0cvs34
1802
1803         * src/prefs_common.c
1804         * src/prefs_msg_colors.c
1805                 make default color labels translatable,
1806                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1807                 thanks to Tim <timbrain@post.cz> for reporting.
1808
1809 2006-04-12 [wwp]        2.1.0cvs33
1810
1811         * manual/glossary.xml
1812         * manual/intro.xml
1813         * manual/plugins.xml
1814         * manual/starting.xml
1815         * manual/sylpheed-claws-manual.xml
1816         * manual/fr/.cvsignore
1817         * manual/fr/account.xml
1818         * manual/fr/ack.xml
1819         * manual/fr/addrbook.xml
1820         * manual/fr/advanced.xml
1821         * manual/fr/faq.xml
1822         * manual/fr/glossary.xml
1823         * manual/fr/handling.xml
1824         * manual/fr/intro.xml
1825         * manual/fr/keyboard.xml
1826         * manual/fr/plugins.xml
1827         * manual/fr/starting.xml
1828         * manual/fr/sylpheed-claws-manual.xml
1829                 various fixes: typos, missing .fr translations, punctuation,
1830                 capitalization, links, accents and some bad French more.
1831
1832 2006-04-12 [wwp]        2.1.0cvs32
1833
1834         * src/prefs_gtk.c
1835                 fix for bug #935: always store prefs files in UTF-8 (thanks
1836                 to Colin).
1837
1838 2006-04-11 [colin]      2.1.0cvs31
1839
1840         * src/compose.c
1841                 Fix inserting files not in utf8 when locale is utf8
1842
1843 2006-04-11 [colin]      2.1.0cvs30
1844
1845         * src/inc.c
1846                 Don't show error dialog when cancelling connection
1847                 Patch by Pawel
1848
1849 2006-04-11 [cleroy]     2.1.0cvs29
1850
1851         * src/compose.c
1852                 Implement multiple quote levels
1853         * src/prefs_common.c
1854                 Change a little bit the quote bgcolor for 2nd level
1855
1856 2006-04-11 [colin]      2.1.0cvs28
1857
1858         * src/gtk/about.c
1859                 Add locale and charset in the label
1860
1861 2006-04-10 [colin]      2.1.0cvs27
1862
1863         * src/compose.c
1864         * src/prefs_common.c
1865         * src/prefs_common.h
1866         * src/prefs_msg_colors.c
1867         * src/textview.c
1868                 Allow optional background color in quotes
1869                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1870                 GTK+-2.8.x feature
1871
1872 2006-04-10 [colin]      2.1.0cvs26
1873
1874         * src/main.c
1875         * src/mainwindow.c
1876         * src/mainwindow.h
1877                 Implement --select
1878
1879 2006-04-10 [colin]      2.1.0cvs25
1880
1881         * manual/plugins.xml
1882         * manual/fr/plugins.xml
1883                 Document libcurl's proxy variables
1884
1885 2006-04-09 [colin]      2.1.0cvs24
1886
1887         * src/prefs_common.c
1888                 gettext() returns statically allocated stuff. We have
1889                 to strdup it in order to be able to free it.
1890
1891 2006-04-09 [colin]      2.1.0cvs23
1892
1893         * AUTHORS
1894         * src/gtk/authors.h
1895                 Add Alexei
1896
1897 2006-04-09 [colin]      2.1.0cvs22
1898
1899         * src/mainwindow.c
1900         * src/gtk/quicksearch.c
1901                 Fix bug #859 (problems with cyrilic input in 
1902                 search panel) - Patch by Alexey Illarionov 
1903                 <littlesavage@rambler.ru>
1904
1905 2006-04-09 [colin]      2.1.0cvs21
1906
1907         * src/prefs_customheader.c
1908                 I prefer removing then freeing rather than the contrary
1909                 (even if it doesn't change anything ;-)
1910         * src/prefs_account.c
1911                 Fix bug #933 (Crash re-entering the custom headers list 
1912                 dialog in accounts prefs)
1913                 The problem happened when cancelling the Account 
1914                 Preferences' dialogs - in which case we didn't do 
1915                 anything to the PrefsAccount * struct. In case of applying,
1916                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1917                 working with in this dialog. The problem is that 
1918                 prefs_customheader.c, working on this tmp_ac_prefs, always
1919                 changes the ->customhdr_list pointer, even when cancelled. 
1920                 So in case of cancelling the prefs_account dialog, we still
1921                 have to update ->customhdr_list in the real account.
1922
1923 2006-04-08 [colin]      2.1.0cvs20
1924
1925         * manual/fr/glossary.xml
1926         * manual/fr/keyboard.xml
1927                 Forgot some headers :)
1928
1929 2006-04-08 [colin]      2.1.0cvs19
1930
1931         * manual/Makefile.am
1932         * manual/fr/Makefile.am
1933         * manual/fr/account.xml
1934         * manual/fr/ack.xml
1935         * manual/fr/addrbook.xml
1936         * manual/fr/advanced.xml
1937         * manual/fr/faq.xml
1938         * manual/fr/glossary.xml
1939         * manual/fr/gpl.xml
1940         * manual/fr/handling.xml
1941         * manual/fr/intro.xml
1942         * manual/fr/keyboard.xml
1943         * manual/fr/plugins.xml
1944         * manual/fr/starting.xml
1945         * manual/fr/sylpheed-claws-manual.xml
1946         * manual/fr/dist/.cvsignore
1947         * manual/fr/dist/Makefile.am
1948         * manual/fr/dist/html/.cvsignore
1949         * manual/fr/dist/html/Makefile.am
1950         * manual/fr/dist/pdf/.cvsignore
1951         * manual/fr/dist/pdf/Makefile.am
1952         * manual/fr/dist/ps/.cvsignore
1953         * manual/fr/dist/ps/Makefile.am
1954         * manual/fr/dist/txt/.cvsignore
1955         * manual/fr/dist/txt/Makefile.am
1956                 Add the french translation of the manual. Thanks to
1957                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1958                 account.xml, ack.xml, addrbook.xml and advanced.xml
1959
1960 2006-04-08 [colin]      2.1.0cvs18
1961
1962         * manual/plugins.xml
1963         * manual/starting.xml
1964                 More fixes
1965
1966 2006-04-07 [colin]      2.1.0cvs17
1967
1968         * manual/faq.xml
1969         * manual/intro.xml
1970         * manual/keyboard.xml
1971                 Little fixes
1972
1973 2006-04-07 [colin]      2.1.0cvs16
1974
1975         * README
1976         * src/compose.c
1977         * src/prefs_common.c
1978         * src/prefs_common.h
1979                 Add hidden compose_no_markup pref
1980
1981 2006-04-07 [wwp]        2.1.0cvs15
1982
1983         * src/summary_search.c
1984         * .cvsignore
1985                 Bugfix: stop button was sticky when searching in an empty folder.
1986                 Applied curly brackets code style to the whole file (summary_search.c).
1987                 More files to ignore.
1988
1989 2006-04-07 [wwp]        2.1.0cvs14
1990
1991         * src/message_search.c
1992         * src/summary_search.c
1993                 changed default button when search bumps at file/folder
1994                 beginning or end, for convenience (thanks to Colin).
1995
1996 2006-04-07 [paul]       2.1.0cvs13
1997
1998         * src/plugins/dillo_viewer/dillo_prefs.c
1999                 avoid future potential for namespace collision
2000                 Patch by Colin
2001
2002 2006-04-06 [wwp]        2.1.0cvs12
2003
2004         * src/summary_search.c
2005                 Unify extended/advanced searches names (and thus factorize labels),
2006                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2007
2008 2006-04-06 [wwp]        2.1.0cvs11
2009
2010         * src/folderview.c
2011         * src/prefs_themes.c
2012         * src/summaryview.c
2013                 Fixed some compilation warnings.
2014
2015 2006-04-06 [colin]      2.1.0cvs10
2016
2017         * manual/advanced.xml
2018                 Document the wizard template and how to deploy
2019                 Sylpheed-Claws effectively
2020
2021 2006-04-06 [colin]      2.1.0cvs9
2022
2023         * src/folderview.c
2024                 gettext patch to tell translators about _("#"),
2025                 by Maxim Britov
2026
2027 2006-04-06 [colin]      2.1.0cvs8
2028
2029         * src/textview.c
2030                 Fix invalid GtkTextBIter after clicking "Display as text"
2031
2032 2006-04-06 [mones]      2.1.0cvs7
2033
2034         * src/addr_compl.c
2035         * src/addrindex.c
2036         * src/addritem.c
2037         * src/codeconv.c
2038         * src/compose.c
2039         * src/filtering.c
2040         * src/folder.c
2041         * src/folder_item_prefs.c
2042         * src/folderview.c
2043         * src/localfolder.c
2044         * src/matcher.c
2045         * src/mimeview.c
2046         * src/prefs_msg_colors.c
2047         * src/prefs_spelling.c
2048         * src/prefs_themes.c
2049         * src/procmime.c
2050         * src/procmsg.c
2051         * src/stock_pixmap.c
2052         * src/summaryview.c
2053         * src/textview.c
2054         * src/toolbar.c
2055         * src/common/mgutils.c
2056         * src/common/prefs.c
2057         * src/common/ssl_certificate.c
2058         * src/gtk/colorlabel.c
2059         * src/gtk/quicksearch.c
2060         * src/plugins/pgpmime/pgpmime.c
2061         * src/plugins/spamassassin/spamassassin.c
2062                 Removed redundant NULL checks for g_free() calls.
2063                 Patch by Pawel Pekala.
2064
2065 2006-04-06 [mones]      2.1.0cvs6
2066
2067         * src/prefs_actions.c
2068         * src/prefs_filtering.c
2069         * src/prefs_filtering_action.c
2070         * src/prefs_matcher.c
2071         * src/prefs_template.c
2072         * src/gtk/gtkutils.c
2073         * src/gtk/gtkutils.h
2074                 Have a nice replace button. Patch by Pawel Pekala
2075
2076 2006-04-06 [colin]      2.1.0cvs5
2077
2078         * src/addressbook.c
2079                 Fix crash with empty columns
2080
2081 2006-04-05 [colin]      2.1.0cvs4
2082
2083         * src/wizard.c
2084         * src/prefs_gtk.c
2085                 Allow wizard customization with pre-filled values
2086
2087 2006-04-05 [colin]      2.1.0cvs3
2088
2089         * src/textview.c
2090         * src/mimeview.c
2091         * src/mimeview.h
2092                 Nicer messages in mimeview
2093
2094 2006-04-05 [colin]      2.1.0cvs2
2095
2096         * src/addressbook.c
2097         * src/prefs_summaries.c
2098                 i18n fix
2099
2100 2006-04-05 [colin]      2.1.0cvs1
2101
2102         * src/plugins/pgpcore/plugin.c
2103         * src/plugins/pgpcore/select-keys.c
2104         * src/plugins/pgpcore/select-keys.h
2105         * src/plugins/pgpcore/sgpgme.c
2106         * src/plugins/pgpcore/sgpgme.h
2107         * src/plugins/pgpinline/pgpinline.c
2108         * src/plugins/pgpinline/plugin.c
2109         * src/plugins/pgpmime/pgpmime.c
2110         * src/plugins/pgpmime/plugin.c
2111                 Factorize and generalize a bit 
2112                 Drop S/MIME signature verification from PGP/MIME
2113                 (adding it as another, more complete plugin)
2114
2115 2006-04-05 [paul]       2.1.0
2116
2117         2.1.0 released
2118
2119 2006-04-05 [paul]       2.0.0cvs186
2120
2121         * manual/advanced.xml
2122                 add info on colour labels
2123
2124 2006-04-05 [paul]       2.0.0cvs185
2125
2126         * po/bg.po
2127         * po/cs.po
2128         * po/de.po
2129         * po/el.po
2130         * po/en_GB.po
2131         * po/fi.po
2132         * po/fr.po
2133         * po/it.po
2134         * po/nl.po
2135         * po/pl.po
2136         * po/pt_BR.po
2137         * po/sr.po
2138         * po/zh_CN.po
2139                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2140                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2141                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2142                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2143         * src/gtk/authors.h
2144         * tools/claws.i18n.status.pl
2145                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2146                 and new Czech translator, Tim <timbrain@post.cz>
2147
2148 2006-04-05 [mones]      2.0.0cvs184
2149
2150         * po/es.po
2151                 Updated translation
2152
2153 2006-04-05 [colin]      2.0.0cvs183
2154
2155         * src/gtk/quicksearch.c
2156                 Fix bug #929 (unnecessary reload in quick search bar)
2157
2158 2006-04-05 [colin]      2.0.0cvs182
2159
2160         * src/compose.c
2161                 Fix crash on Reply with no From:
2162                 Show signature and conversion error on queuing 
2163                 (but not sending)
2164         * src/mainwindow.c
2165         * src/summaryview.c
2166         * src/summaryview.h
2167                 Factorize threading code and make sure msginfo 
2168                 is not null when it comes from a GtkCTreeRow's 
2169                 data
2170         * src/gtk/gtkaspell.c
2171                 Check for necessary things
2172         * src/gtk/gtksctree.c
2173         * src/gtk/gtksctree.h
2174                 Reset anchor if necessary when removing node
2175
2176 2006-03-29 [colin]      2.0.0cvs181
2177
2178         * src/folderview.c
2179                 Warn for disabled IMAP accounts (due to lack of
2180                 libetpan). Breaks string-freeze - sorry - but it
2181                 is kind of important ;)
2182
2183 2006-03-28 [colin]      2.0.0cvs180
2184
2185         * src/gtk/gtkutils.c
2186         * src/gtk/gtkutils.h
2187                 Add a gtkut_get_link_btn() function that
2188                 creates a button which acts like an URI
2189         * src/prefs_themes.c
2190         * src/gtk/about.c
2191                 Use this function (factorizes codes)
2192         * src/common/defs.h
2193         * src/gtk/pluginwindow.c
2194                 Add a "Get more..." in the plugins window
2195
2196 2006-03-28 [colin]      2.0.0cvs179
2197
2198         * src/common/smtp.c
2199         * src/common/passcrypt.c
2200         * src/undo.c
2201                 Warning fixes. Patch by Pawel Pekala
2202
2203 2006-03-27 [colin]      2.0.0cvs178
2204
2205         * src/undo.c
2206                 Fix undoing by blocks with spaces
2207
2208 2006-03-27 [colin]      2.0.0cvs177
2209
2210         * src/textview.c
2211                 Set margin to 3px for headers
2212
2213 2006-03-27 [paul]
2214
2215         2.1.0-rc2 released
2216
2217 2006-03-27 [wwp]        2.0.0cvs176
2218
2219         * src/summaryview.c
2220                 don't reset quicksearch when updating the message list.
2221                 Thanks to Colin.
2222
2223 2006-03-26 [wwp]        2.0.0cvs175
2224
2225         * src/compose.c
2226                 use a unified border width ('other' tab in the compose window,
2227                 patch by Pawel Pekala).
2228
2229
2230 2006-03-26 [wwp]        2.0.0cvs174
2231
2232         * src/common/quoted-printable.c
2233         * src/addressbook.c
2234                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2235
2236 2006-03-26 [colin]      2.0.0cvs173
2237
2238         * src/quote_fmt_parse.y
2239                 Fix non-UTF8 date formats messing up the whole quote a 
2240                 little bit
2241
2242 2006-03-26 [colin]      2.0.0cvs172
2243
2244         * src/procheader.c
2245                 Make sure the date is UTF8 valid, or try to make it
2246                 so. IncrediMail is really IncrediStupid.
2247         * src/compose.c
2248                 Fix possible conversions. 
2249                 
2250
2251 2006-03-26 [colin]      2.0.0cvs171
2252
2253         * src/matcher.c
2254                 Fix corner cases in body search. This is still a
2255                 hack... It seems impossible to make it good and 
2256                 reasonably fast at the same time.
2257
2258 2006-03-26 [colin]      2.0.0cvs170
2259
2260         * src/summaryview.c
2261                 I think I killed the twilight zone bug!
2262                 summary_select_node() flushes GTK events in order
2263                 to be able to center the view. But this also 
2264                 flushes keypresses like Ctrl-Alt-U, so this can
2265                 call summary_show from summary_select_node (itself
2266                 called from summary_show, etc.). And the summaryview
2267                 has to be unlocked in this function. So just locking
2268                 while processing GTK events, and bailing if locked, 
2269                 should fix it.
2270                 Fixes bug #927 (SIGSEGV during Update Summary)
2271
2272 2006-03-25 [colin]      2.0.0cvs169
2273
2274         * src/matcher.c
2275                 Fix search in QP-encoded bodies
2276                 Fix utf-8 searches in bodies encoded in the
2277                 locale's encoding
2278         * src/common/quoted-printable.c
2279         * src/common/quoted-printable.h
2280                 Add a decode function that doesn't overwrite
2281                 the original pointer
2282                 
2283
2284 2006-03-24 [colin]      2.0.0cvs168
2285
2286         * src/action.c
2287         * src/summaryview.c
2288         * src/summaryview.h
2289                 Update message cache after action
2290                 Patch by H. Merijn Brand
2291         * src/prefs_msg_colors.c
2292                 Factorize label 
2293                 Patch by Fabien Vantard
2294         * src/plugins/spamassassin/spamassassin_gtk.c
2295                 Remove useless translation
2296                 Patch by Fabien Vantard
2297
2298 2006-03-23 [colin]      2.0.0cvs167
2299
2300         * src/common/ssl.c
2301                 Let 30 seconds to SSL_connect
2302
2303 2006-03-23 [wwp]        2.0.0cvs166
2304
2305         * src/summaryview.c
2306         * src/gtk/description_window.c
2307                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2308                 and headers are translated; adjust description windows' width to fit their
2309                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2310
2311 2006-03-23 [paul]       2.0.0cvs165
2312
2313         * src/common/utils.c
2314                 fix highlighting of URIs containing "()"
2315                 (2.0.0cvs164's reversal fixed)
2316                 Thanks to Colin.
2317
2318 2006-03-23 [paul]       2.0.0cvs164
2319
2320         * src/common/utils.c
2321                 revert patch, (postponing a fix), at 2.0.0cvs120
2322                 as it breaks more URIs than it fixes.
2323                 Allow '-' to be a terminating character in a URI
2324
2325 2006-03-22 [colin]      2.0.0cvs163
2326
2327         * configure.ac
2328                 Require libetpan 0.45
2329                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2330
2331 2006-03-22 [paul]       2.0.0cvs162
2332
2333         * src/editgroup.c
2334                 replace '<-' and '->' buttons with GTK_STOCK graphical
2335                 buttons
2336         * src/summary_search.c
2337                 don't offer '...' for translation
2338                 add a tooltip to advanced search '...' button
2339         * src/gtk/quicksearch.c
2340                 don't offer '...' for translation
2341
2342 2006-03-21 [colin]      2.0.0cvs161
2343
2344         * src/compose.c
2345                 Fix middle-click pasting (insert at click
2346                 position instead of cursor position, don't
2347                 remove existing selection and allow pasting
2348                 our own selection)
2349         * src/addressbook.c
2350                 "LDAP Server" -> "LDAP servers"
2351
2352 2006-03-21 [wwp]        2.0.0cvs160
2353
2354         * src/etpan/imap-thread.c
2355                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2356
2357 2006-03-20 [colin]      2.0.0cvs159
2358
2359         * src/summaryview.c
2360                 Don't reload summaryview after an execute with no
2361                 move action
2362
2363 2006-03-19 [colin]      2.0.0cvs158
2364
2365         * src/addressbook.c
2366                 and put groups at the top, always
2367
2368 2006-03-19 [colin]      2.0.0cvs157
2369
2370         * src/addressbook.c
2371                 Order groups before names, as previously
2372
2373 2006-03-19 [colin]      2.0.0cvs156
2374
2375         * src/addressbook.c
2376                 - Sort case-unsensitive
2377                 - Put the sort arrow at opening too
2378
2379 2006-03-19 [wwp]        2.0.0cvs155
2380
2381         * src/addressbook.c
2382                 allow sorting by name/email/remarks, ensure that right-pane's contents
2383                 matches the left-pane selection (cleared when appropriate).
2384                 Patch by Pawel Pekala <c0rn@o2.pl>.
2385
2386 2006-03-18 [colin]      2.0.0cvs154
2387
2388         * src/textview.c
2389                 Fix text cursor ;)
2390
2391 2006-03-18 [colin]      2.0.0cvs153
2392
2393         * src/gtk/filesel.c
2394                 Make sure we hide the preview if we didn't get
2395                 a filename
2396
2397 2006-03-18 [colin]      2.0.0cvs152
2398
2399         * src/summaryview.c
2400                 Set cursor to watch for execution (fixes lack
2401                 of watch-cursor when dnd'ing hundreds of mails)
2402         * src/gtk/filesel.c
2403                 Check that mime type is 'image/*' before updating
2404                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2405
2406 2006-03-18 [colin]      2.0.0cvs151
2407
2408         * src/mainwindow.c
2409         * src/textview.c
2410         * src/textview.h
2411                 Put a watch cursor in textview too when the mainwindow's
2412                 cursor in a watch
2413
2414 2006-03-18 [colin]      2.0.0cvs150
2415
2416         * src/folder.c
2417                 Change wrong asserts to simple tests
2418
2419 2006-03-17 [colin]      2.0.0cvs149
2420
2421         * src/mainwindow.c
2422         * src/mainwindow.h
2423         * src/prefs_msg_colors.c
2424         * src/summaryview.c
2425         * src/summaryview.h
2426         * src/gtk/colorlabel.c
2427         * src/gtk/colorlabel.h
2428                 Add a color label menu in the main menubar
2429                 Add (fixed) accels Ctrl-{0-7} to change the color
2430                 They have to be fixed because the menu's dynamic,
2431                 the items are complex widgets, hence we can't use
2432                 a GtkItemFactory.
2433
2434
2435 2006-03-17 [wwp]        2.0.0cvs148
2436
2437         * src/compose.c
2438                 rollback few lines from my previous commit (those lines come from
2439                 a pending patch, accidentally commited, even if neutral as they are
2440                 commented out).
2441
2442 2006-03-17 [wwp]        2.0.0cvs147
2443
2444         * src/compose.c
2445                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2446                 applied code style/indentation to the modified function.
2447
2448 2006-03-17 [wwp]        2.0.0cvs146
2449
2450         * src/procmsg.c
2451         * src/compose.c
2452                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2453
2454 2006-03-17 [paul]
2455
2456         2.1.0-rc1 released
2457
2458 2006-03-17 [paul]       2.0.0cvs145
2459
2460         * src/main.c
2461                 addressbook_read_file() was called twice
2462         * src/textview.c
2463                 X-Mailer highlighting
2464
2465 2006-03-16 [colin]      2.0.0cvs144
2466
2467         * src/sourcewindow.c
2468         * src/sourcewindow.h
2469                 And the last one, in source window.
2470
2471 2006-03-16 [colin]      2.0.0cvs143
2472
2473         * src/compose.c
2474         * src/compose.h
2475                 Fix the same stuff in compose
2476
2477 2006-03-16 [colin]      2.0.0cvs142
2478
2479         * src/messageview.c
2480                 Complete the previous messageview crash fix
2481
2482 2006-03-16 [colin]      2.0.0cvs141
2483
2484         * src/procmsg.h
2485         * src/procmsg.c
2486         * src/folder.c
2487                 Fix POSTPROCESSING hook
2488                 Patch by H. Merijn Brand
2489
2490         * src/procmime.c
2491         * src/procmime.h
2492                 Parse Content-Location
2493
2494         * src/toolbar.c
2495         * src/messageview.c
2496         * src/messageview.h
2497                 Don't crash when a top-level MessageView has
2498                 been closed on us. Same problematic than
2499                 yesterday's quicksearch issue.
2500
2501 2006-03-15 [colin]      2.0.0cvs140
2502
2503         * src/gtk/quicksearch.c
2504                 Fix a bitchy race we didn't think about when we
2505                 added quicksearch cancellation:
2506                 If the search is not on cached fields, for example
2507                 body_part matchcase "stuff"
2508                 the matcher code has to get the whole message. If
2509                 we're on IMAP, that can be slow, and in order to
2510                 be non-blocking, the IMAP code idle loop processes
2511                 gtk events too. So it is possible to cancel a
2512                 quicksearch while the matcher is getting the mail's
2513                 body. After matcher got its body, it will start to
2514                 iterate over the matcher list that the Quicksearch's
2515                 clear_search_cb() just freed via prepare_matcher().
2516                 SIGSEGV ensues.
2517                 The fix consists of guarding the matcherlist_match()
2518                 call with a boolean 'matching'. If we reset the
2519                 quicksearch while matching is TRUE, we don't free
2520                 the matcherlist anymore like we did, but we set
2521                 another new flag, deferred_free, to TRUE. Then,
2522                 in quicksearch_match(), just after returning from
2523                 matcherlist_match() and unsetting the matching flag,
2524                 we check the deferred_free flag and do the
2525                 prepare_matcher() (which does the matcherlist_free)
2526                 for real, so we free the matcherlist once it's not
2527                 used anymore.
2528                 As all of this runs via the glib main loop, we
2529                 luckily don't need a mutex.
2530         * src/summaryview.c
2531                 Also, show progress while searching.
2532
2533
2534 2006-03-14 [colin]      2.0.0cvs139
2535
2536         * src/alertpanel.c
2537                 Make alertpanel_is_open non-static
2538
2539 2006-03-14 [colin]      2.0.0cvs138
2540
2541         * src/prefs_spelling.c
2542                 Cleanups - Fabien Vantard
2543
2544 2006-03-14 [wwp]        2.0.0cvs137
2545
2546         * src/main.c
2547                 code style normalization (curly braces, indentation).
2548
2549 2006-03-14 [wwp]        2.0.0cvs137
2550
2551         * src/main.c
2552                 code style (braces, indentation)
2553
2554 2006-03-12 [paul]       2.0.0cvs136
2555
2556         * src/prefs_common.c
2557                 trans_hdr defaults to FALSE to be RFC-savvy
2558         * src/prefs_summaries.c
2559                 add a tooltip to the trans_hdr option
2560                 
2561
2562 2006-03-12 [paul]       2.0.0cvs135
2563
2564         * src/prefs_matcher.c
2565                 give a little more width to the combos
2566         * src/prefs_display_header.c
2567         * src/textview.c
2568                 translate headers if prefs_common.trans_hdr
2569                 is TRUE
2570
2571         Patches by Pawel Pekala
2572
2573 2006-03-12 [paul]       2.0.0cvs134
2574
2575         * src/plugins/clamav/clamav_plugin.c
2576         * src/plugins/dillo_viewer/dillo_viewer.c
2577         * src/plugins/pgpcore/plugin.c
2578         * src/plugins/pgpinline/plugin.c
2579         * src/plugins/pgpmime/plugin.c
2580         * src/plugins/spamassassin/spamassassin.c
2581                 update/add to descriptions
2582         * src/plugins/spamassassin/spamassassin_gtk.c
2583                 fixes to the english, remove superfluous
2584                 tooltips, clean up a little
2585
2586 2006-03-12 [paul]       2.0.0cvs133
2587
2588         * src/compose.c
2589                 fix Bug 924, 'Account combo box shows up wrong 
2590                 if & is in account name'
2591
2592 2006-03-11 [colin]      2.0.0cvs132
2593
2594         * src/summaryview.c
2595                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2596                 messed up shift-selection because is slows down
2597                 moving around summaryview. thanks -users
2598
2599 2006-03-10 [colin]      2.0.0cvs131
2600
2601         * src/plugins/spamassassin/spamassassin_gtk.c
2602                 Put back Paul's engrish fixes
2603
2604 2006-03-10 [colin]      2.0.0cvs130
2605
2606         * src/plugins/spamassassin/spamassassin.c
2607         * src/plugins/spamassassin/spamassassin.h
2608         * src/plugins/spamassassin/spamassassin_gtk.c
2609                 Cleanup SA prefs page (more)
2610                 Patch by Fabien Vantard
2611
2612 2006-03-10 [paul]       2.0.0cvs129
2613
2614         * src/prefs_msg_colors.c
2615         * src/prefs_spelling.c
2616                 widget sensitivity
2617
2618 2006-03-09 [mones]      2.0.0cvs128
2619
2620         * po/es.po
2621                 Update for next RC
2622
2623 2006-03-09 [wwp]        2.0.0cvs127
2624
2625         * configure.ac
2626                 revert accidental commit (requirement for libetpan 0.43), this time
2627                 not in HEAD.
2628
2629 2006-03-09 [wwp]        2.0.0cvs125
2630
2631         * configure.ac
2632                 revert accidental commit (requirement for libetpan 0.43)
2633
2634 2006-03-09 [paul]       2.0.0cvs126
2635
2636         * src/prefs_receive.c
2637                 remove useless frame
2638                 replace 'incorporation' with 'receiving'
2639         * src/plugins/clamav/clamav_plugin_gtk.c
2640         * src/plugins/spamassassin/spamassassin_gtk.c
2641                 improve widget sensitivity
2642                 fix a bit his engrish
2643
2644 2006-03-09 [wwp]        2.0.0cvs125
2645
2646         * src/addressadd.c
2647         * src/foldersel.c
2648         * src/prefs_common.c
2649         * src/prefs_common.h
2650                 remember some more windows' sizes (add to addressbook and
2651                 select folder).
2652
2653 2006-03-09 [paul]       2.0.0cvs124
2654
2655         * src/plugins/pgpcore/prefs_gpg.c
2656                 normalise construction of dialogue
2657
2658 2006-03-09 [paul]       2.0.0cvs123
2659
2660         * src/plugins/trayicon/Makefile.am
2661                 add missing slash
2662
2663 2006-03-08 [colin]      2.0.0cvs122
2664
2665         * src/plugins/trayicon/Makefile.am
2666                 Fix build in separate dir 
2667                 Patch by Bamanzi <bamanzi@gmail.com>
2668
2669 2006-03-08 [colin]      2.0.0cvs121
2670
2671         * src/procmsg.c
2672                 Batch move and copies from summaryview with delayed execution
2673                 too
2674
2675 2006-03-07 [paul]       2.0.0cvs120
2676
2677         * src/common/utils.c
2678                 fix highlighting of URIs containing "()"
2679                 Patch by Pawel Pekala
2680
2681 2006-03-07 [paul]       2.0.0cvs119
2682
2683         * src/folder.c
2684         * src/folder.h
2685         * src/folderview.c
2686                 immediately do alphabetical resort when
2687                 changing a folder's name
2688                 Patch by Pawel Pekala
2689
2690 2006-03-07 [paul]       2.0.0cvs118
2691
2692         * src/news.c
2693         * src/news_gtk.c
2694                 when unsubscribing a newsgroup, remove the
2695                 folder and msgs in .sylpheed-claws/newscache
2696                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2697
2698 2006-03-07 [paul]       2.0.0cvs117
2699
2700         * src/textview.c
2701                 fix wrong Fake URL Warning
2702                 Thanks to Hiro
2703
2704 2006-03-07 [colin]      2.0.0cvs116
2705
2706         * src/imap.c
2707                 Return immediately when password dialog was
2708                 cancelled
2709         * src/gtk/inputdialog.c
2710                 Allow empty strings for passwords
2711
2712
2713 2006-03-06 [colin]      2.0.0cvs115
2714
2715         * src/imap.c
2716                 Prevent double-timeouts when connection fails
2717
2718 2006-03-06 [colin]
2719
2720         2.0.1-rc1 released
2721
2722 2006-03-06 [colin]      2.0.0cvs114
2723
2724         * src/imap.c
2725                 Refresh session during potentially long
2726                 operations
2727
2728 2006-03-06 [wwp]        2.0.0cvs113
2729
2730         * src/prefs_msg_colors.h
2731                 forgot that one (custom color labels).
2732
2733 2006-03-06 [wwp]        2.0.0cvs112
2734
2735         * src/prefs_common.c
2736         * src/prefs_common.h
2737         * src/prefs_msg_colors.c
2738         * src/summaryview.c
2739         * src/summaryview.h
2740         * src/gtk/colorlabel.c
2741         * src/gtk/colorlabel.h
2742                 colors in messages list are now customizable. Color values and names can
2743                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2744                 Thanks to Paul and Colin for their help with this longstanding patch!
2745
2746 2006-03-06 [wwp]        2.0.0cvs111
2747
2748         * src/textview.c
2749                 don't crash if (x)face is bad.
2750
2751 2006-03-05 [paul]       2.0.0cvs110
2752
2753         * AUTHORS
2754         * configure.ac
2755         * src/Makefile.am
2756         * src/common/Makefile.am
2757         * src/common/utils.h
2758         * src/etpan/imap-thread.c
2759         * src/gtk/authors.h
2760         * src/plugins/clamav/Makefile.am
2761         * src/plugins/demo/Makefile.am
2762         * src/plugins/dillo_viewer/Makefile.am
2763         * src/plugins/pgpcore/Makefile.am
2764         * src/plugins/pgpcore/passphrase.c
2765         * src/plugins/pgpinline/Makefile.am
2766         * src/plugins/pgpmime/Makefile.am
2767         * src/plugins/spamassassin/Makefile.am
2768         * src/plugins/trayicon/Makefile.am
2769                 fix builiding on cygwin
2770                 Patch by Ralgh Young <bamanzi@gmail.com>
2771
2772 2006-03-04 [wwp]        2.0.0cvs109
2773
2774         * manual/keyboard.xml
2775                 fix mixed up/down keys.
2776
2777 2006-03-04 [wwp]        2.0.0cvs108
2778
2779         * README
2780         * INSTALL
2781                 updated links to SpamAssassin.
2782
2783 2006-03-04 [wwp]        2.0.0cvs107
2784
2785         * manual/plugins.xml
2786         * src/plugins/spamassassin/README
2787                 updated SpamAssassin plugin docs to reflect new functional additions
2788                 (also fix/update/documents few technical stuff more, see the README).
2789
2790 2006-03-04 [wwp]        2.0.0cvs106
2791
2792         * src/prefs_message.c
2793                 normalized capitalization of message-prefs paths.
2794
2795 2006-03-04 [wwp]        2.0.0cvs105
2796
2797         * manual/advanced.xml
2798                 typo.
2799
2800 2006-03-03 [colin]      2.0.0cvs104
2801
2802         * src/plugins/clamav/clamav_plugin_gtk.c
2803                 Rework prefs page, patch by Fabien 
2804
2805 2006-03-03 [colin]      2.0.0cvs103
2806
2807         * src/plugins/clamav/clamav_plugin.c
2808                 Set error on all errors
2809
2810 2006-03-03 [colin]      2.0.0cvs102
2811
2812         * src/common/plugin.c
2813                 Initialize error to avoid crashing when a plugin fails
2814                 without setting error
2815
2816 2006-03-02 [wwp]        2.0.0cvs101
2817
2818         * configure.ac
2819                 fixed linker flags for libetpan support on Cygwin
2820                 (thanks to H.Merijn Brand).
2821
2822 2006-03-02 [wwp]        2.0.0cvs100
2823
2824         * src/addressbook.c
2825                 fix some AB error messages: one for punctuation and
2826                 one wrongly duplicate (thanks, maxbritov).
2827
2828 2006-03-02 [wwp]        2.0.0cvs99
2829
2830         * src/plugins/spamassassin/spamassassin.c
2831                 make sync calls to sa-learn/spamc to prevent
2832                 system (whatever local or client/server) overload.
2833
2834 2006-03-02 [colin]      2.0.0cvs98
2835
2836         * src/summaryview.c
2837                 Put the spam icon in the status column instead of the
2838                 mark one
2839
2840 2006-03-01 [colin]      2.0.0cvs97
2841
2842         * src/plugins/spamassassin/spamassassin.c
2843                 Fix segfault (g_file_set_contents fails for some 
2844                 reason and err==0x2f. Can't find out why with
2845                 valgrind, using working function :-)
2846
2847 2006-03-01 [colin]      2.0.0cvs96
2848
2849         * src/inc.c
2850                 Offline overriding: let 'No' be cached only 3 seconds
2851
2852 2006-03-01 [colin]      2.0.0cvs95
2853
2854         * src/addr_compl.c
2855         * src/addrbook.c
2856         * src/addressbook.c
2857         * src/addrindex.c
2858         * src/folder_item_prefs.c
2859         * src/headerview.c
2860         * src/imap.c
2861         * src/inc.c
2862         * src/ldif.c
2863         * src/mainwindow.c
2864         * src/mh.c
2865         * src/msgcache.c
2866         * src/prefs_common.h
2867         * src/prefs_msg_colors.c
2868         * src/procheader.c
2869         * src/procheader.h
2870         * src/procmime.c
2871         * src/procmsg.c
2872         * src/procmsg.h
2873         * src/send_message.h
2874         * src/simple-gettext.c
2875         * src/summaryview.c
2876         * src/summaryview.h
2877         * src/syldap.c
2878         * src/textview.c
2879         * src/undo.c
2880         * src/common/ssl_certificate.c
2881         * src/common/utils.c
2882         * src/gtk/colorsel.c
2883         * src/gtk/gtksctree.c
2884         * src/gtk/gtkshruler.c
2885         * src/plugins/trayicon/trayicon.c
2886                 #if 0 goes to /dev/null
2887
2888 2006-03-01 [colin]      2.0.0cvs94
2889
2890         * src/compose.c
2891         * src/imap.c
2892         * src/inc.c
2893         * src/inc.h
2894         * src/messageview.c
2895         * src/news.c
2896         * src/plugins/spamassassin/spamassassin.c
2897                 Allow to add information in the "working offline"
2898                 window
2899
2900 2006-03-01 [wwp]        2.0.0cvs93
2901
2902         * src/plugins/spamassassin/spamassassin.c
2903                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2904                 'cause it seems that calling `spamc ... < inputfile` with
2905                 g_spawn_(a)sync simply.. erm doesn't work :-).
2906
2907 2006-03-01 [wwp]        2.0.0cvs92
2908
2909         * src/toolbar.c
2910         * src/toolbar.h
2911                 simplify the adding of spam/ham button to the messageview toolbar
2912                 (it gets more clear now that the same button will be "Mark as spam"
2913                 or "Mark as ham" according to the current message status,
2914                 thanks to Colin).
2915
2916 2006-03-01 [wwp]        2.0.0cvs91
2917
2918         * src/messageview.c
2919         * src/procmsg.c
2920         * src/procmsg.h
2921         * src/summaryview.c
2922         * src/plugins/spamassassin/spamassassin.c
2923         * src/plugins/spamassassin/spamassassin.h
2924                 make learner callbacks return a status (0 for ok),
2925                 handle it in main code to avoid setting flags when learning failed,
2926                 don't learn on TCP if offline in spamassassin,
2927                 thanks to Colin.
2928
2929                 
2930
2931 2006-03-01 [wwp]        2.0.0cvs90
2932
2933         * src/compose.c
2934                 some work around the compose window's account menu,
2935                 patch by Fabien Vantard.
2936
2937 2006-03-01 [wwp]        2.0.0cvs89
2938
2939         * src/plugins/spamassassin/spamassassin.c
2940                 fixed bad logics, was using spamc in local mode and sa-learn
2941                 in remote mode (thanks, Colin).
2942
2943 2006-03-01 [wwp]        2.0.0cvs88
2944
2945         * src/plugins/spamassassin/spamassassin.c
2946         * src/plugins/spamassassin/spamassassin.h
2947         * src/plugins/spamassassin/spamassassin_gtk.c
2948                 made processing of emails w/ sa-plugin an option (default is TRUE),
2949                 fixed Engrish some tooltips, capitalization of some debug messages
2950                 and warnings. The spamassassin plugin now provides two separate
2951                 services: process emails upon incorporation and spamd training.
2952                 Both services (un)register independently but use some common
2953                 plugin settings (transport settings, spam storage location).
2954
2955 2006-02-28 [wwp]        2.0.0cvs87
2956
2957         * src/plugins/spamassassin/spamassassin.c
2958                 fix async flag to spamc cmdline execution (batch exec should
2959                 be asynchronous).
2960
2961 2006-02-27 [wwp]        2.0.0cvs86
2962
2963         * src/plugins/spamassassin/spamassassin.c
2964         * src/plugins/spamassassin/spamassassin.h
2965         * src/plugins/spamassassin/spamassassin_gtk.c
2966                 - added the ability to learn a remote spamassassin server (spamd),
2967                 using spamc.
2968                 - added the spamassassin option 'username', that applies to all
2969                 spamassassin operations (filtering, learning, local or remote).
2970                 The default username is the current unix user (if left blank
2971                 from gtk prefs or config file).
2972                 - commented out some unused code (notebook widget), removed unused
2973                 layout (hbox1).
2974                 - make more widgets sensitive to the transport type.
2975
2976 2006-02-27 [colin]      2.0.0cvs85
2977
2978         * src/plugins/spamassassin/spamassassin.c
2979                 Fix sa-learn call when offline
2980
2981 2006-02-27 [colin]      2.0.0cvs84
2982
2983         * configure.ac
2984         * src/Makefile.am
2985         * src/mainwindow.c
2986         * src/mainwindow.h
2987         * src/messageview.c
2988         * src/messageview.h
2989         * src/prefs_toolbar.c
2990         * src/procmsg.c
2991         * src/stock_pixmap.c
2992         * src/stock_pixmap.h
2993         * src/summaryview.c
2994         * src/toolbar.c
2995         * src/toolbar.h
2996         * src/pixmaps/ham_btn.xpm
2997         * src/pixmaps/spam.xpm
2998         * src/pixmaps/spam_btn.xpm
2999         * src/plugins/spamassassin/spamassassin.c
3000                 Add button in toolbar for spam learning
3001                 Fix a few bugs from the last related commit
3002                 Revert 1.9.6cvs23 which messed up shift-selection
3003
3004 2006-02-24 [colin]      2.0.0cvs83
3005
3006         * src/procmsg.c
3007         * src/summaryview.c
3008         * src/summaryview.h
3009         * src/plugins/spamassassin/spamassassin.c
3010         * src/plugins/spamassassin/spamassassin.h
3011         * src/plugins/spamassassin/spamassassin_gtk.c
3012                 Unregister learner when spamassassin is either
3013                 disabled or over tcp
3014
3015 2006-02-24 [colin]      2.0.0cvs82
3016
3017         * src/Makefile.am
3018         * src/mainwindow.c
3019         * src/mainwindow.h
3020         * src/procmsg.c
3021         * src/procmsg.h
3022         * src/stock_pixmap.c
3023         * src/stock_pixmap.h
3024         * src/summaryview.c
3025         * src/summaryview.h
3026         * src/gtk/icon_legend.c
3027         * src/pixmaps/spam.xpm  ** NEW FILE **
3028         * src/plugins/spamassassin/spamassassin.c
3029         * src/plugins/spamassassin/spamassassin_gtk.c
3030                 Add spam learning interface (Mark/Mark as 
3031                 (spam|ham) menus)
3032
3033 2006-02-24 [wwp]        2.0.0cvs81
3034
3035         * src/compose.c
3036         * src/compose.h
3037         * src/filtering.c
3038                 hide compose window when sending message in batch mode
3039                 (filtering: forward and redirect). Also fixed a wrong
3040                 value returned when sending failed, neutral anyway.
3041                 (Colin, me) 
3042
3043 2006-02-24 [wwp]        2.0.0cvs80
3044
3045         * src/mainwindow.c
3046                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3047
3048 2006-02-24 [paul]       2.0.0cvs79
3049
3050         * src/news.c
3051         * src/news.h
3052         * src/news_gtk.c
3053                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3054                 Thanks to Colin
3055
3056 2006-02-23 [colin]      2.0.0cvs78
3057
3058         * src/alertpanel.c
3059                 Change OK to Close in alertpanel with View log
3060                 button; add accel to View log. Patch by Fabien
3061                 Vantard
3062
3063 2006-02-23 [wwp]        2.0.0cvs77
3064
3065         * src/compose.c
3066                 silly me, there were much more tests to perform, since toolbars can
3067                 really have down to 1 element only.
3068
3069 2006-02-23 [wwp]        2.0.0cvs76
3070
3071         * commitHelper
3072                 fixed indentation from my previous commit. Fallback to VISUAL if
3073                 EDITOR is not set (and to vi, at last resort).
3074
3075 2006-02-23 [wwp]        2.0.0cvs75
3076
3077         * commitHelper
3078                 improved error detection (Colin, me).
3079
3080 2006-02-23 [wwp]        2.0.0cvs74
3081
3082         * src/prefs_toolbar.c
3083                 simplify and fix prefs/toolbars layouting. Combos' contents can
3084                 now be really displayed.
3085
3086 2006-02-23 [wwp]        2.0.0cvs73
3087         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3088         be really displayed.
3089
3090 2006-02-22 [wwp]        2.0.0cvs72
3091
3092         * src/compose.c
3093                 fix a typo in my previous commit (sorry!).
3094
3095 2006-02-22 [wwp]        2.0.0cvs71
3096
3097         * src/prefs_toolbar.c
3098                 fix a crash when adding separators to toolbars,
3099                 also fix some separator item information.
3100
3101 2006-02-22 [wwp]        2.0.0cvs70
3102
3103         * src/compose.c
3104                 fix a crash when redirecting (for instance) when compose window's
3105                 toolbar contents has been customized (when some buttons have been
3106                 removed in fact).
3107
3108 2006-02-21 [wwp]        2.0.0cvs69
3109
3110         * src/summaryview.c
3111         * src/gtk/pluginwindow.c
3112         * src/plugins/pgpcore/prefs_gpg.c
3113                 fix some compilation warnings (feat. remains of removed code).
3114
3115 2006-02-21 [wwp]        2.0.0cvs68
3116
3117         * src/gtk/gtkutils.c
3118                 fix two compilation issues, thanks to Stephan Sachse.
3119
3120 2006-02-20 [colin]      2.0.0cvs67
3121
3122         * src/mainwindow.c
3123                 Don't reselect displayed mail on refocus
3124                 This fixes actions misbehaving 
3125
3126 2006-02-20 [wwp]        2.0.0cvs66
3127
3128         * src/summaryview.c
3129         * src/gtk/gtksctree.c
3130         * src/gtk/gtkshruler.c
3131                 changed more runtime typecast checks.
3132
3133 2006-02-20 [wwp]        2.0.0cvs65
3134
3135         * src/summary_search.c
3136                 find all - summaryview refresh issue fixed, thanks to Colin.
3137
3138 2006-02-20 [wwp]        2.0.0cvs64
3139
3140         * src/gtk/gtkutils.c
3141                 better runtime typecast checks.
3142
3143 2006-02-20 [wwp]        2.0.0cvs63
3144
3145         * src/summary_search.c
3146                 enhancements to the summary search:
3147                         - add the ability to stop the running search
3148                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3149                         - don't search if no criteria (From/To/Subject/Body) is set
3150                         - ensure that a busy mouse pointer is always shown when searching,
3151                           show it even a bit earlier
3152
3153 2006-02-19 [colin]      2.0.0cvs62
3154
3155         * src/compose.c
3156         * src/imap.c
3157         * src/etpan/imap-thread.c
3158         * src/etpan/imap-thread.h
3159                 (Future) IMAP speed improvement on sending
3160                 Will require a libetpan update
3161         * src/summaryview.c
3162         * src/gtk/quicksearch.c
3163                 Make quicksearch clearable while running.
3164
3165 2006-02-17 [colin]      2.0.0cvs61
3166
3167         * src/imap.c
3168         * src/etpan/imap-thread.c
3169         * src/etpan/imap-thread.h
3170                 Check for IMAP certificates
3171                 ** Requires libetpan-0.42-cvs4 
3172                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3173
3174 2006-02-17 [colin]      2.0.0cvs60
3175
3176         * src/messageview.c
3177         * src/prefs_common.c
3178         * src/prefs_common.h
3179         * src/prefs_message.c
3180                 Add pref to display HTML-only mails with plugin, 
3181                 if possible (defaulting to FALSE of course).
3182
3183 2006-02-16 [colin]      2.0.0cvs59
3184
3185         * src/main.c
3186         * src/common/plugin.c
3187         * src/common/plugin.h
3188         * src/gtk/pluginwindow.c
3189                 Keep track of requested (but unloaded) plugins
3190                 in some error cases.
3191
3192 2006-02-16 [wwp]        2.0.0cvs58
3193
3194         * src/gtk/gtkaspell.c
3195         * src/gtk/gtkaspell.h
3196         * src/prefs_spelling.c
3197         * src/compose.c
3198         * src/prefs_common.c
3199         * src/prefs_common.h
3200                 implemented new optional spellchecker behaviour: re-check message when
3201                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3202
3203 2006-02-16 [wwp]        2.0.0cvs57
3204
3205         * src/quote_fmt_parse.y
3206                 pclose popen'ed pipe.
3207
3208 2006-02-15 [colin]      2.0.0cvs56
3209
3210         * src/mimeview.c
3211         * src/mimeview.h
3212                 Let MimeViewers know which MimeView they
3213                 depend of.
3214         * src/summaryview.c
3215                 Swap From/To columns in Sent/Queue/Drafts
3216                 folders
3217         * src/etpan/imap-thread.c
3218                 Use mailstream_low_tls_open() for STARTTLS
3219                 instead of mailstream_low_ssl_open()
3220                 ** REQUIRES libetpan 0.42cvs3 **
3221
3222 2006-02-15 [wwp]        2.0.0cvs55
3223
3224         * src/compose.c
3225         * src/compose.h
3226         * src/message_search.c
3227         * src/message_search.h
3228         * src/textview.c
3229         * src/gtk/gtkutils.c
3230         * src/gtk/gtkutils.h
3231                 added the ability to Find text in the compose window (and a bit
3232                 of code factorization).
3233
3234 2006-02-15 [wwp]        2.0.0cvs54
3235
3236         * src/prefs_gtk.c
3237                 yet another one file was missing (fix for some widgets' sensitivity).
3238                 Thanks Colin!
3239
3240 2006-02-15 [wwp]        2.0.0cvs53
3241
3242         * src/prefs_gtk.h
3243                 oops forgot that file (fix for some widgets' sensitivity).
3244
3245 2006-02-15 [wwp]        2.0.0cvs52
3246
3247         * src/summary_search.c
3248                 implemented advanced summary search options (added the ability
3249                 to use matcher conditions in an advanced search mode).
3250
3251 2006-02-15 [wwp]        2.0.0cvs51
3252
3253         * src/plugins/pgpcore/prefs_gpg.c
3254         * src/prefs_account.c
3255                 fix some widget sensitivity, mostly around some labels in
3256                 account prefs.
3257
3258 2006-02-15 [paul]       2.0.0cvs50
3259
3260         * manual/advanced.xml
3261                 improve Templates info
3262                 written by wwp
3263
3264 2006-02-14 [colin]      2.0.0cvs49
3265
3266         * src/pixmaps/address_book.xpm
3267         * src/pixmaps/preferences.xpm
3268         * src/pixmaps/properties.xpm
3269                 Fix pixmap size - patch by Fabien Vantard
3270
3271 2006-02-13 [colin]      2.0.0cvs48
3272
3273         * src/procmime.c
3274                 Add missing fclose()s on error
3275         * src/textview.c
3276                 Remove unused code
3277         * src/common/utils.c
3278                 Fix temp files not being deleted on windows
3279         Patches by Thomas Gilgin
3280
3281 2006-02-13 [colin]      2.0.0cvs47
3282
3283         * src/mainwindow.c
3284                 Fix exit crash
3285
3286 2006-02-13 [wwp]        2.0.0cvs46
3287
3288         * src/plugins/pgpcore/prefs_gpg.c
3289                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3290
3291 2006-02-12 [colin]      2.0.0cvs45
3292
3293         * src/folderview.c
3294         * src/main.c
3295         * src/mainwindow.c
3296                 Fix "stuff" when quitting
3297
3298 2006-02-12 [wwp]        2.0.0cvs44
3299
3300         * src/prefs_themes.c
3301                 fix typos in debug messages.
3302
3303 2006-02-11 [colin]      2.0.0cvs43
3304
3305         * src/summaryview.c
3306                 don't allow drag/drop from ourself
3307
3308 2006-02-10 [wwp]        2.0.0cvs42
3309
3310         * src/exporthtml.c
3311         * src/html.c
3312         * src/html.h
3313         * src/procmime.c
3314         * src/textview.c
3315                 renamed html_ prefixed functions and data structures to avoid
3316                 namespace clashes w/ other software (gtkhtml2 for instance).
3317                 Closes bug #907.
3318
3319
3320 2006-02-09 [colin]      2.0.0cvs41
3321
3322         * src/summaryview.c
3323                 Fix shitty logic messed up. Thanks Ticho for the hint!
3324
3325 2006-02-09 [wwp]        2.0.0cvs40
3326
3327         * src/gtk/about.c
3328         * src/compose.c
3329         * src/prefs_account.c
3330         * src/prefs_gtk.h
3331         * src/editaddress.c
3332                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3333                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3334                 Browse buttons in accounts prefs.
3335
3336 2006-02-09 [colin]      2.0.0cvs39
3337
3338         * src/matcher.c
3339                 Check for pointer before using its members
3340         * src/gtk/gtksourceprintjob.c
3341                 Fix a wrong warning
3342
3343 2006-02-09 [wwp]        2.0.0cvs38
3344
3345         * src/gtk/filesel.c
3346                 fix few compiler warnings (type mismatch).
3347
3348 2006-02-09 [paul]       2.0.0cvs37
3349
3350         * po/fr.po
3351                 updated by Fabien Vantard
3352
3353 2006-02-08 [colin]      2.0.0cvs36
3354
3355         * src/prefs_common.c
3356         * src/common/defs.h
3357         * src/common/plugin.c
3358                 allow windows and linux configurations to coexist
3359                 patch by Thomas Gilgin
3360
3361 2006-02-08 [colin]      2.0.0cvs35
3362
3363         * src/filtering.c
3364         * src/matcher.c
3365         * src/matcher.h
3366         * src/matcher_parser_parse.y
3367         * src/prefs_filtering_action.c
3368         * src/prefs_matcher.c
3369                 Add the "Ignore thread" filtering
3370                 action
3371
3372 2006-02-08 [colin]      2.0.0cvs34
3373
3374         * src/compose.c
3375         * src/procmime.c
3376         * src/procmime.h
3377                 Fix bug #905 (damaged attachment)
3378                 text files with raw \0's aren't really text files
3379         FOR_STABLE
3380
3381 2006-02-08 [colin]      2.0.0cvs33
3382
3383         * src/summaryview.c
3384                 Fix crasher introduced yesterday
3385
3386 2006-02-08 [wwp]        2.0.0cvs32
3387
3388         * src/compose.c
3389         * src/compose.h
3390                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3391
3392 2006-02-08 [wwp]        2.0.0cvs31
3393
3394         * src/prefs_template.c
3395                 templates enhancement: allow address completion for Cc and Bcc fields
3396                 (it was currently possible for the To field only)
3397
3398 2006-02-08 [colin]      2.0.0cvs30
3399
3400         * src/compose.c
3401                 Don't unblock if not blocked
3402         FOR_STABLE
3403
3404 2006-02-07 [colin]      2.0.0cvs29
3405
3406         * src/action.c
3407                 Forgot to refresh summaryview
3408
3409 2006-02-07 [colin]      2.0.0cvs28
3410
3411         * src/action.c
3412                 Freeze/thaw message list and folder list while
3413                 processing %as{} actions 
3414         * src/compose.c
3415                 Fix auto-wrap disabling after a middle-click
3416                 paste - FOR_STABLE
3417
3418 2006-02-07 [paul]       2.0.0cvs27
3419
3420         * src/folder.c
3421                 fix freeing of uninitialised pointers
3422                 Thanks to Colin
3423
3424 2006-02-06 [colin]      2.0.0cvs26
3425
3426         * src/folder.c
3427                 Use g_slist_prepend in potentially big list
3428
3429 2006-02-06 [colin]      2.0.0cvs25
3430
3431         * src/folder.c
3432                 Completely skip processing if it doesn't 
3433                 exist (faster!)
3434
3435 2006-02-06 [colin]      2.0.0cvs24
3436
3437         * src/folder.c
3438         * src/summaryview.c
3439                 Batch filtering in summaryview (from Tools menu)
3440                 and pre/post//-processing too
3441
3442 2006-02-06 [colin]      2.0.0cvs23
3443
3444         * src/procmsg.h
3445         * src/filtering.c
3446                 Use a special field for batch filtering instead
3447                 of stepping on deferred execution's toes
3448
3449 2006-02-06 [colin]      2.0.0cvs22
3450
3451         * src/action.c
3452         * src/filtering.c
3453         * src/filtering.h
3454         * src/folder.c
3455         * src/summaryview.c
3456                 Fix filtering via menus and actions
3457
3458 2006-02-06 [colin]      2.0.0cvs21
3459
3460         * src/imap.c
3461                 Put the added file directly to cache if possible (will work
3462                 with next libetpan)
3463         * src/filtering.c
3464         * src/filtering.h
3465         * src/inc.c
3466         * src/folder.c
3467         * src/mbox.c
3468         * src/procmsg.h
3469                 Move and copy filtered messages by batches instead of one
3470                 by one - faster on IMAP
3471         * src/procmsg.c
3472                 Add a function that'll possibly be useful later
3473
3474 2006-02-06 [colin]      2.0.0cvs20
3475
3476         * src/addressbook.c
3477                 Use internal mime-type instead of text/plain for d'n'd
3478         * src/compose.c
3479                 Allow attaching files from mimeview's icon list via d'n'd
3480         * src/folderview.c
3481         * src/folderview.h
3482                 Use internal mime-type instead of text/plain for d'n'd
3483                 Don't try to selected opened folder if none is
3484                 Factorize d'n'd from other apps code
3485         * src/headerview.c
3486         * src/textview.c
3487         * src/gtk/gtkutils.c
3488         * src/gtk/gtkutils.h
3489                 Factorize Face/X-Face stuff
3490         * src/mimeview.c
3491                 Fix d'n'd to other apps
3492         * src/prefs_message.c
3493                 Let the XFace pref be usable without libcompface as it also
3494                 applies to Face
3495         * src/summaryview.c
3496                 Fix d'n'd to other apps
3497                 Factorize d'n'd from other apps code
3498
3499 2006-02-06 [wwp]        2.0.0cvs19
3500
3501         * po/it.po
3502                 Italian translation fixes by Andrea Spadaccini (no more confusion
3503                 between filtering and processing, and few changes in the About
3504                 dialog).
3505
3506
3507 2006-02-06 [mones]      2.0.0cvs18
3508
3509         * src/gtk/icon_legend.c
3510                 Improved descriptions allowing better translations
3511
3512 2006-02-05 [colin]      2.0.0cvs17
3513
3514         * src/imap.c
3515                 Add the f*cking missing expunge that caused imap_fetch_env
3516                 to fail after an add_msgs ! :-///
3517         * src/etpan/imap-thread.c
3518                 Add a bit of debug
3519         FOR_STABLE
3520
3521 2006-02-05 [colin]      2.0.0cvs16
3522
3523         * src/common/utils.c
3524                 Don't check for return-path (or we can't put
3525                 back non-sent mails)
3526
3527 2006-02-05 [colin]      2.0.0cvs15
3528
3529         * src/textview.c
3530                 Don't try to display Face header in textview
3531                 when teh headerview's active
3532
3533 2006-02-05 [colin]      2.0.0cvs14
3534
3535         * tools/tbird2syl.py
3536         * tools/Makefile.am
3537                 Add script to import Thunderbird mails
3538
3539 2006-02-05 [colin]      2.0.0cvs13
3540
3541         * src/headerview.c
3542         * src/procheader.c
3543         * src/procmsg.c
3544         * src/procmsg.h
3545         * src/textview.c
3546                 Show Face headers - patch partially by Klaus Flittner
3547
3548 2006-02-05 [colin]      2.0.0cvs12
3549
3550         * src/folderview.c
3551         * src/summaryview.c
3552         * src/common/utils.c
3553         * src/common/utils.h
3554                 Let dnd work from mime icons to summaryview
3555                 and to folderview too
3556                 Add a crude test to avoid trying to add files
3557                 drag'n'dropped when they're not mails
3558
3559 2006-02-04 [colin]      2.0.0cvs11
3560
3561         * src/summaryview.c
3562         * src/mimeview.c
3563                 Fix utf8 conversion
3564
3565 2006-02-04 [colin]      2.0.0cvs10
3566
3567         * src/compose.c
3568         * src/folderview.c
3569         * src/mimeview.c
3570         * src/summaryview.c
3571         * src/summaryview.h
3572                 Added various drag and drop capas:
3573                 From                    To
3574                 summaryview             other apps
3575                 mimeview icons          other apps
3576                 other apps              summaryview
3577                 other apps              folderview
3578
3579                 This shouldn't have broken the existing:
3580                 From                    To
3581                 summaryview             folderview
3582                 folderview              folderview
3583                 summaryview             compose's attachments
3584
3585         Tests welcomed.
3586
3587 2006-02-02 [paul]       2.0.0cvs9
3588
3589         * src/mainwindow.c
3590                 move global option 'Set displayed columns...' out
3591                 of folder option grouping.
3592                 fix sensitivity of 'harvest addresses'
3593         FOR_STABLE
3594
3595 2006-02-01 [colin]      2.0.0cvs8
3596
3597         * src/mimeview.c
3598                 Revert the alertpanel patch, it sucks (intrusive
3599                 and gets in the way of "open")
3600
3601 2006-02-01 [colin]      2.0.0cvs7
3602
3603         * src/compose.c
3604         * src/prefs_account.c
3605         * src/prefs_common.c
3606         * src/common/defs.h
3607         * src/common/utils.c
3608         * src/common/utils.h
3609                 Add ability to edit the signature file
3610                 from the account preferences, and use
3611                 a default for the text editor.
3612                 Patch by Fabien Vantard
3613
3614 2006-02-01 [colin]      2.0.0cvs6
3615
3616         * src/mimeview.c
3617                 Try to get mime type by extension if it is
3618                 application/octet-stream
3619                 Display a window with possible choices when
3620                 encountering unknown mime types
3621         * src/gtk/filesel.c
3622         * src/gtk/filesel.h
3623                 Add preview
3624                 Allow multiple selection in filtered filesel
3625                 (patch by Fabien Vantard)
3626         * src/gtk/pluginwindow.c
3627                 Use it (patch by Fabien Vantard)
3628
3629 2006-02-01 [paul]       2.0.0cvs5
3630
3631         * src/jpilot.c
3632                 fix crash on creating jpilot address book
3633                 Thanks to Colin - FOR_STABLE
3634         * src/prefs_summaries.c
3635         * src/prefs_wrapping.c
3636         * src/gtk/icon_legend.c
3637         * src/gtk/quicksearch.c
3638                 string fixes and additions
3639
3640 2006-02-01 [paul]       2.0.0cvs4
3641
3642         * src/compose.c
3643         * src/mainwindow.c
3644         * src/messageview.c
3645         * src/prefs_send.c
3646                 add Arabic encoding option
3647                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3648
3649 2006-01-31 [colin]      2.0.0cvs3
3650
3651         * src/plugins/pgpcore/passphrase.c
3652                 Convert passphrase to locale encoding
3653         * src/compose.c
3654                 Fix drafting on IMAP. Crappy bug sneaked in
3655                 the release :-/
3656         FOR_STABLE
3657
3658 2006-01-30 [paul]       2.0.0cvs2
3659
3660         * src/gtk/icon_legend.c
3661                 show the new entries
3662
3663 2006-01-30 [colin]      2.0.0cvs1
3664
3665         * src/manual.c
3666                 Check for the file to be present before 
3667                 enabling the menu - FOR_STABLE
3668         * src/gtk/icon_legend.c
3669                 Add folders icons (not all of them, there
3670                 are too much, but the most intriguing ones)
3671
3672 2006-01-30 [paul]       2.0.0
3673
3674         version 2.0.0 released
3675
3676 2006-01-30 [paul]       1.9.100cvs200
3677
3678         * manual/faq.xml
3679         * manual/gpl.xml
3680         * manual/intro.xml
3681         * manual/starting.xml
3682         * manual/sylpheed-claws-manual.xml
3683                 fixes, additions
3684
3685 2006-01-29 [mones]      1.9.100cvs199
3686
3687         * manual/account.xml
3688         * manual/advanced.xml
3689         * manual/glossary.xml
3690                 Some typos fixed, added LDIF term to glossary
3691         * po/es.po
3692                 Fixed leading plus symbol
3693
3694 2006-01-29 [paul]       1.9.100cvs198
3695
3696         * po/fi.po
3697         * po/sk.po
3698                 updated by Tommi Pirinen and Andrej Kacian
3699
3700 2006-01-29 [paul]       1.9.100cvs197
3701
3702         * src/gtk/authors.h
3703                 remove duplicates
3704
3705 2006-01-29 [paul]       1.9.100cvs196
3706
3707         * AUTHORS
3708         * po/nl.po
3709         * src/gtk/authors.h
3710         * tools/claws.i18n.status.pl
3711                 nl translation updated by Tim Dijkstra
3712
3713 2006-01-29 [paul]       1.9.100cvs195
3714
3715         * po/sr.po
3716         * po/sv.po
3717                 updated by Aleksandar Urosevic and Anders Troback
3718
3719 2006-01-28 [colin]      1.9.100cvs194
3720
3721         * src/gtk/gtksourceprintjob.c
3722                 Don't fiddle with PangoLayout when we
3723                 have an image
3724
3725 2006-01-28 [paul]       1.9.100cvs193
3726
3727         * AUTHORS
3728         * po/el.po
3729         * po/zh_CN.po
3730         * src/gtk/authors.h
3731         * tools/claws.i18n.status.pl
3732                 updated translations submitted by Stavros Giannouris
3733                 and Ralgh Young
3734
3735 2006-01-27 [colin]      1.9.100cvs192
3736
3737         * src/summaryview.c
3738         * src/gtk/gtksourceprintjob.c
3739                 Add image printing 
3740                 (libgnomeprint only, of course)
3741
3742 2006-01-27 [paul]       1.9.100cvs191
3743
3744         * po/fr.po
3745         * po/it.po
3746                 updated by Fabien Vantard and Andrea Spadaccini
3747
3748 2006-01-26 [colin]      1.9.100cvs190
3749
3750         * manual/Makefile.am
3751         * configure.ac
3752                 Make building the manual optional 
3753                 (--disable-manual)
3754
3755 2006-01-26 [paul]       1.9.100cvs189
3756
3757         * manual/glossary.xml
3758         * manual/plugins.xml
3759                 edited
3760         * po/en_GB.po
3761                 updated
3762
3763 2006-01-26 [paul]       1.9.100cvs188
3764
3765         * src/prefs_display_header.c
3766         * src/prefs_folder_column.c
3767         * src/prefs_msg_colors.c
3768         * src/prefs_summaries.c
3769         * src/prefs_summary_column.c
3770                 HIGify
3771
3772 2006-01-25 [colin]      1.9.100cvs187
3773
3774         * src/imap.c
3775                 Don't allow moving/copying mails between
3776                 queue/drafts and non-queue/drafts folders
3777                 Fixes bug #897 (message header is resetted 
3778                 if one is copied to Drafts)
3779
3780 2006-01-25 [colin]      1.9.100cvs186
3781
3782         * src/folder.c
3783         * src/mainwindow.c
3784                 Fix subscribed folders not found
3785         * src/compose.c
3786                 Don't try to encode as original mail's charset
3787                 if it's ascii 
3788
3789 2006-01-25 [paul]       1.9.100cvs185
3790
3791         * AUTHORS
3792         * po/Makevars
3793                 updated
3794         * po/de.po
3795         * po/pl.po
3796         * po/pt_BR.po
3797         * po/sr.po
3798                 updates submitted by Stephan Sachse, Emilian Nowak
3799                 and Quar, Frederico Goncalves Guimaraes, and
3800                 Aleksandar Urosevic
3801                 Fix Bug 896, 'PT_BR locale broken'.
3802         * src/gtk/authors.h
3803                 updated
3804
3805 2006-01-24 [mones]      1.9.100cvs184
3806
3807         * manual/glossary.xml
3808                 All current terms finished. Reviewers welcome ;-)
3809         * manual/keyboard.xml
3810                 Fixed column width for pdf output.
3811         * po/es.po
3812                 Updated
3813
3814 2006-01-24 [paul]       1.9.100cvs183
3815
3816         * manual/glossary.xml
3817                 fix id name
3818         * manual/dist/html/Makefile.am
3819         * manual/dist/pdf/Makefile.am
3820         * manual/dist/ps/Makefile.am
3821         * manual/dist/txt/Makefile.am
3822                 fix make deps
3823                 Thanks to Colin
3824
3825 2006-01-24 [mones]      1.9.100cvs182
3826
3827         * manual/glossary.xml
3828                 Nearly finished, some terms missing.
3829
3830 2006-01-23 [paul]       1.9.100cvs181
3831
3832         * manual/dist/html/Makefile.am
3833         * manual/dist/pdf/Makefile.am
3834         * manual/dist/ps/Makefile.am
3835         * manual/dist/txt/Makefile.am
3836         * src/mainwindow.c
3837                 re-enable manual
3838                 Thanks to Colin
3839
3840 2006-01-22 [colin]      1.9.100cvs180
3841
3842         * src/compose.c
3843         * src/gtk/gtkaspell.c
3844                 Don't deselect stuff before right-clicking, with aspell.
3845                 (This prevented right-click Copy, for example).
3846                 Thanks to Clo!
3847
3848 2006-01-22 [paul]       1.9.100cvs179
3849
3850         * src/summary_search.c
3851                 don't fix the widget size as it causes problems
3852                 under localisation.
3853                 Thanks to Emilian Nowak
3854
3855 2006-01-21 [paul]       1.9.100cvs178
3856
3857         * src/prefs_themes.c
3858                 fix broken underlining of label text
3859                 with some translations
3860
3861 2006-01-21 [colin]      1.9.100cvs177
3862
3863         * po/fr.po
3864                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3865
3866 2006-01-20 [colin]      1.9.100cvs176
3867
3868         * configure.ac
3869         * Makefile.am
3870         * manual/Makefile
3871         * manual/dist/html/.cvsignore
3872         * manual/dist/html/Makefile.am
3873         * manual/dist/pdf/.cvsignore
3874         * manual/dist/pdf/Makefile.am
3875         * manual/dist/ps/.cvsignore
3876         * manual/dist/ps/Makefile.am
3877         * manual/dist/txt/.cvsignore
3878         * manual/dist/txt/Makefile.am
3879                 Autotool-ize manual
3880
3881 2006-01-20 [paul]       1.9.100cvs175
3882
3883         * manual/handling.xml
3884                 make Filtering and Searching entries easier to find
3885         * manual/keyboard.xml
3886                 add the remaining default keybinds
3887         * src/prefs_summaries.c
3888                 update the default keybinds
3889
3890 2006-01-20 [paul]       1.9.100cvs174
3891
3892         * src/addressbook.c
3893         * src/addrgather.c
3894         * src/addrharvest.c
3895         * src/editaddress.c
3896         * src/editgroup.c
3897         * src/exphtmldlg.c
3898         * src/expldifdlg.c
3899         * src/exporthtml.c
3900         * src/exportldif.c
3901         * src/ldif.c
3902                 replace 'e-mail' with 'email'
3903         * src/summary_search.c
3904                 add mnemonic to "Find all" button
3905
3906 2006-01-20 [wwp]        1.9.100cvs173
3907
3908         * src/export.c
3909         * src/import.c
3910                 touched mbox import/export buttons for HIG-compliance
3911
3912 2006-01-19 [paul]       1.9.100cvs172
3913
3914         * manual/account.xml
3915         * manual/addrbook.xml
3916         * manual/advanced.xml
3917         * manual/faq.xml
3918         * manual/handling.xml
3919         * manual/intro.xml
3920         * manual/plugins.xml
3921         * manual/starting.xml
3922                 more editing
3923
3924 2006-01-19 [paul]       1.9.100cvs171
3925
3926         * src/toolbar.c
3927                 allow use of trash button while receiving
3928                 Thanks to Colin
3929
3930 2006-01-19 [wwp]        1.9.100cvs170
3931
3932         * src/gtk/quicksearch.c
3933         * src/compose.c
3934                 force text color to black when yellow background is set
3935
3936 2006-01-19 [colin]      1.9.100cvs169
3937
3938         * src/plugins/trayicon/trayicon.c
3939                 Gray out Get Mail when already getting mail
3940
3941 2006-01-18 [paul]       1.9.100cvs168
3942
3943         * src/compose.c
3944                 give widget yellow background was To is
3945                 set via folder prefs
3946         * src/gtk/quicksearch.c
3947                 give widget yellow background when quick
3948                 search is active.
3949                 Thanks to Colin
3950
3951 2006-01-18 [paul]       1.9.100cvs167
3952
3953         * doc/man/sylpheed-claws.1
3954                 add --subscribe option
3955
3956 2006-01-18 [paul]       1.9.100cvs166
3957
3958         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3959         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3960                 use %U instead of %F (%F is broken for user installed
3961                 files in kde 3.5)
3962
3963 2006-01-18 [colin]      1.9.100cvs165
3964
3965         * src/summaryview.c
3966                 Default to Yes in "No more * messages" dialogs
3967
3968 2006-01-17 [colin]      1.9.100cvs164
3969
3970         * src/compose.c
3971                 Possibly fix an invalid iterator causing
3972                 crash
3973
3974 2006-01-17 [colin]      1.9.100cvs163
3975
3976         * src/mimeview.c
3977                 Fix crash when the image disappears under the
3978                 image viewer
3979
3980 2006-01-16 [colin]      1.9.100cvs162
3981
3982         * src/compose.c
3983                 Fix reenabling autowrap
3984
3985 2006-01-16 [colin]      1.9.100cvs161
3986
3987         * src/compose.c
3988                 reset quote_len before getting quote_str
3989
3990 2006-01-16 [colin]      1.9.100cvs160
3991
3992         * src/account.c
3993         * src/account.h
3994         * src/folder.c
3995         * src/imap_gtk.c
3996         * src/mh_gtk.c
3997                 Fix bug #883 (default inbox does not track folder move)
3998
3999 2006-01-16 [colin]      1.9.100cvs159
4000
4001         * src/compose.c
4002         * src/plugins/pgpcore/passphrase.c
4003                 More buttons fixes
4004
4005 2006-01-16 [paul]       1.9.100cvs158
4006
4007         * src/prefs_actions.c
4008         * src/prefs_filtering_action.c
4009         * src/prefs_matcher.c
4010         * src/quote_fmt.c
4011         * src/gtk/description_window.c
4012         * src/gtk/description_window.h
4013         * src/gtk/quicksearch.c
4014                 description window cleanups
4015
4016 2006-01-15 [colin]      1.9.100cvs157
4017
4018         * src/addressbook.c
4019         * src/prefs_filtering.c
4020                 Same here
4021
4022 2006-01-15 [colin]      1.9.100cvs156
4023
4024         * src/folderview.c
4025         * src/mainwindow.c
4026                 Same for "Empty trash"
4027
4028 2006-01-15 [colin]      1.9.100cvs155
4029
4030         * src/inc.c
4031                 Override offline dialog had Yes by default
4032
4033 2006-01-15 [colin]      1.9.100cvs154
4034
4035         * src/summaryview.c
4036                 Delete selected messages? previously had Yes the default
4037
4038 2006-01-15 [colin]      1.9.100cvs153
4039
4040         * src/folder.c
4041         * src/folder.h
4042         * src/main.c
4043                 Check if a mailbox is loaded after all
4044                 plugins are loaded.
4045
4046 2006-01-15 [colin]      1.9.100cvs152
4047
4048         * src/folder.c
4049                 Don't start wizard when there are unloaded folders (will help
4050                 people with only mbox or maildir mailboxes)
4051
4052 2006-01-14 [colin]      1.9.100cvs151
4053
4054         * src/addressbook.c
4055         * src/expldifdlg.c
4056         * src/importldif.c
4057         * src/importmutt.c
4058         * src/importpine.c
4059         * src/mh_gtk.c
4060                 More HIG compliance and fixes
4061
4062 2006-01-14 [colin]      1.9.100cvs150
4063
4064         * src/prefs_filtering_action.c
4065         * src/foldersel.c
4066                 Two forgotten button order changes
4067
4068 2006-01-14 [colin]      1.9.100cvs149
4069
4070         * src/account.c
4071         * src/addressbook.c
4072         * src/compose.c
4073         * src/folderview.c
4074         * src/imap_gtk.c
4075         * src/mainwindow.c
4076         * src/mh_gtk.c
4077         * src/news_gtk.c
4078         * src/prefs_actions.c
4079         * src/prefs_customheader.c
4080         * src/prefs_filtering.c
4081         * src/prefs_matcher.c
4082         * src/prefs_template.c
4083         * src/ssl_manager.c
4084         * src/summaryview.c
4085         * src/textview.c
4086         * src/toolbar.c
4087                 All deletion confirmations are now "Cancel, Delete" 
4088                 instead of "No, Yes"
4089                 Clarified most of the other "No, Yes" to 
4090                 "Cancel, Descriptive_action"
4091                 Rechanged the "Entry not saved" alerts to have 
4092                 "Close, Continue editing"
4093
4094
4095 2006-01-14 [paul]
4096
4097         * 2.0.0-rc4 released
4098
4099 2006-01-14 [paul]       1.9.100cvs148
4100
4101         * src/account.c
4102         * src/addressadd.c
4103         * src/addressbook.c
4104         * src/compose.c
4105         * src/editaddress.c
4106         * src/editbook.c
4107         * src/editgroup.c
4108         * src/editjpilot.c
4109         * src/editldap.c
4110         * src/editvcard.c
4111         * src/exphtmldlg.c
4112         * src/expldifdlg.c
4113         * src/folderview.c
4114         * src/grouplistdialog.c
4115         * src/imap_gtk.c
4116         * src/importmutt.c
4117         * src/importpine.c
4118         * src/inc.c
4119         * src/main.c
4120         * src/mainwindow.c
4121         * src/message_search.c
4122         * src/messageview.c
4123         * src/mh_gtk.c
4124         * src/mimeview.c
4125         * src/news_gtk.c
4126         * src/prefs_actions.c
4127         * src/prefs_customheader.c
4128         * src/prefs_filtering.c
4129         * src/prefs_matcher.c
4130         * src/prefs_template.c
4131         * src/prefs_themes.c
4132         * src/ssl_manager.c
4133         * src/summary_search.c
4134         * src/summaryview.c
4135         * src/textview.c
4136         * src/toolbar.c
4137         * src/gtk/foldersort.c
4138         * src/gtk/gtkaspell.c
4139         * src/gtk/inputdialog.c
4140         * src/gtk/prefswindow.c
4141         * src/plugins/pgpcore/select-keys.c
4142         * src/plugins/trayicon/trayicon.c
4143                 HIG compliant button order
4144
4145 2006-01-14 [mones]      1.9.100cvs147
4146
4147         * po/es.po
4148                 Updated translation
4149
4150 2006-01-13 [paul]       1.9.100cvs146
4151
4152         * AUTHORS
4153         * ChangeLog
4154         * src/gtk/authors.h
4155                 add Joshua M. Kwan to contributors list
4156
4157 2006-01-13 [colin]      1.9.100cvs145
4158
4159         * src/gtk/quicksearch.c
4160                 Don't refocus quick search after executing (Esc or Enter)
4161                 Allows to '/'search something then move up/down in 
4162                 summaryview, and to Esc a search and be back in the 
4163                 summaryview
4164
4165 2006-01-13 [paul]       1.9.100cvs144
4166
4167         * src/plugins/pgpinline/pgpinline.c
4168                 support Content-Type 'application/pgp'
4169                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4170
4171 2006-01-13 [paul]       1.9.100cvs143
4172
4173         * manual/account.xml
4174                 make mention of partial retrieval
4175                 thanks to Colin
4176
4177 2006-01-13 [paul]       1.9.100cvs142
4178
4179         * src/account.c
4180         * src/account.h
4181         * src/action.c
4182         * src/action.h
4183         * src/adbookbase.h
4184         * src/addr_compl.c
4185         * src/addr_compl.h
4186         * src/addrbook.c
4187         * src/addrcache.c
4188         * src/addrcache.h
4189         * src/addrcindex.c
4190         * src/addrcindex.h
4191         * src/addrclip.c
4192         * src/addrclip.h
4193         * src/addrdefs.h
4194         * src/addressadd.c
4195         * src/addressadd.h
4196         * src/addressbook.c
4197         * src/addressbook.h
4198         * src/addrgather.c
4199         * src/addrgather.h
4200         * src/addrharvest.c
4201         * src/addrharvest.h
4202         * src/addrindex.c
4203         * src/addrindex.h
4204         * src/addritem.c
4205         * src/addritem.h
4206         * src/addrquery.c
4207         * src/addrquery.h
4208         * src/addrselect.c
4209         * src/addrselect.h
4210         * src/alertpanel.c
4211         * src/alertpanel.h
4212         * src/browseldap.c
4213         * src/browseldap.h
4214         * src/codeconv.c
4215         * src/codeconv.h
4216         * src/compose.c
4217         * src/compose.h
4218         * src/customheader.c
4219         * src/customheader.h
4220         * src/displayheader.c
4221         * src/displayheader.h
4222         * src/editaddress.c
4223         * src/editaddress.h
4224         * src/editbook.c
4225         * src/editbook.h
4226         * src/editgroup.c
4227         * src/editgroup.h
4228         * src/editjpilot.c
4229         * src/editjpilot.h
4230         * src/editldap.c
4231         * src/editldap.h
4232         * src/editldap_basedn.c
4233         * src/editldap_basedn.h
4234         * src/editvcard.c
4235         * src/editvcard.h
4236         * src/exphtmldlg.c
4237         * src/exphtmldlg.h
4238         * src/expldifdlg.c
4239         * src/expldifdlg.h
4240         * src/export.h
4241         * src/exporthtml.c
4242         * src/exporthtml.h
4243         * src/exportldif.c
4244         * src/exportldif.h
4245         * src/filtering.c
4246         * src/filtering.h
4247         * src/folder.c
4248         * src/folder.h
4249         * src/folder_item_prefs.c
4250         * src/folder_item_prefs.h
4251         * src/foldersel.c
4252         * src/foldersel.h
4253         * src/folderutils.c
4254         * src/folderutils.h
4255         * src/folderview.c
4256         * src/folderview.h
4257         * src/grouplistdialog.c
4258         * src/grouplistdialog.h
4259         * src/headerview.c
4260         * src/html.c
4261         * src/html.h
4262         * src/image_viewer.c
4263         * src/image_viewer.h
4264         * src/imap.c
4265         * src/imap.h
4266         * src/imap_gtk.c
4267         * src/imap_gtk.h
4268         * src/import.h
4269         * src/importldif.c
4270         * src/importldif.h
4271         * src/importmutt.c
4272         * src/importmutt.h
4273         * src/importpine.c
4274         * src/importpine.h
4275         * src/inc.c
4276         * src/inc.h
4277         * src/jpilot.c
4278         * src/jpilot.h
4279         * src/ldapctrl.c
4280         * src/ldapctrl.h
4281         * src/ldaplocate.c
4282         * src/ldaplocate.h
4283         * src/ldapquery.c
4284         * src/ldapquery.h
4285         * src/ldapserver.c
4286         * src/ldapserver.h
4287         * src/ldaputil.c
4288         * src/ldaputil.h
4289         * src/ldif.c
4290         * src/ldif.h
4291         * src/main.c
4292         * src/main.h
4293         * src/mainwindow.c
4294         * src/mainwindow.h
4295         * src/manual.c
4296         * src/manual.h
4297         * src/mbox.c
4298         * src/mbox.h
4299         * src/message_search.c
4300         * src/message_search.h
4301         * src/messageview.c
4302         * src/messageview.h
4303         * src/mh.c
4304         * src/mh.h
4305         * src/mh_gtk.c
4306         * src/mh_gtk.h
4307         * src/mimeview.c
4308         * src/mimeview.h
4309         * src/msgcache.c
4310         * src/msgcache.h
4311         * src/mutt.c
4312         * src/mutt.h
4313         * src/news.c
4314         * src/news.h
4315         * src/news_gtk.c
4316         * src/news_gtk.h
4317         * src/partial_download.c
4318         * src/partial_download.h
4319         * src/pine.c
4320         * src/pine.h
4321         * src/pop.c
4322         * src/pop.h
4323         * src/prefs_account.c
4324         * src/prefs_account.h
4325         * src/prefs_actions.c
4326         * src/prefs_actions.h
4327         * src/prefs_common.c
4328         * src/prefs_common.h
4329         * src/prefs_compose_writing.c
4330         * src/prefs_compose_writing.h
4331         * src/prefs_customheader.c
4332         * src/prefs_customheader.h
4333         * src/prefs_display_header.c
4334         * src/prefs_display_header.h
4335         * src/prefs_filtering.c
4336         * src/prefs_filtering.h
4337         * src/prefs_filtering_action.c
4338         * src/prefs_filtering_action.h
4339         * src/prefs_folder_column.c
4340         * src/prefs_folder_column.h
4341         * src/prefs_folder_item.c
4342         * src/prefs_folder_item.h
4343         * src/prefs_fonts.c
4344         * src/prefs_fonts.h
4345         * src/prefs_gtk.c
4346         * src/prefs_gtk.h
4347         * src/prefs_image_viewer.c
4348         * src/prefs_image_viewer.h
4349         * src/prefs_matcher.c
4350         * src/prefs_matcher.h
4351         * src/prefs_message.c
4352         * src/prefs_msg_colors.c
4353         * src/prefs_msg_colors.h
4354         * src/prefs_other.c
4355         * src/prefs_quote.c
4356         * src/prefs_receive.c
4357         * src/prefs_send.c
4358         * src/prefs_spelling.c
4359         * src/prefs_spelling.h
4360         * src/prefs_summaries.c
4361         * src/prefs_summaries.h
4362         * src/prefs_summary_column.c
4363         * src/prefs_summary_column.h
4364         * src/prefs_template.c
4365         * src/prefs_template.h
4366         * src/prefs_themes.c
4367         * src/prefs_themes.h
4368         * src/prefs_toolbar.c
4369         * src/prefs_toolbar.h
4370         * src/prefs_wrapping.c
4371         * src/prefs_wrapping.h
4372         * src/privacy.c
4373         * src/privacy.h
4374         * src/procheader.c
4375         * src/procheader.h
4376         * src/procmime.c
4377         * src/procmime.h
4378         * src/procmsg.c
4379         * src/procmsg.h
4380         * src/quote_fmt.c
4381         * src/quote_fmt_parse.y
4382         * src/recv.c
4383         * src/recv.h
4384         * src/remotefolder.c
4385         * src/remotefolder.h
4386         * src/send_message.c
4387         * src/send_message.h
4388         * src/setup.c
4389         * src/setup.h
4390         * src/sourcewindow.c
4391         * src/sourcewindow.h
4392         * src/ssl_manager.c
4393         * src/ssl_manager.h
4394         * src/statusbar.c
4395         * src/statusbar.h
4396         * src/stock_pixmap.c
4397         * src/stock_pixmap.h
4398         * src/summary_search.c
4399         * src/summary_search.h
4400         * src/summaryview.c
4401         * src/summaryview.h
4402         * src/syldap.c
4403         * src/syldap.h
4404         * src/textview.c
4405         * src/textview.h
4406         * src/toolbar.c
4407         * src/toolbar.h
4408         * src/undo.c
4409         * src/undo.h
4410         * src/unmime.c
4411         * src/unmime.h
4412         * src/vcard.c
4413         * src/vcard.h
4414         * src/wizard.c
4415         * src/wizard.h
4416         * src/common/base64.c
4417         * src/common/base64.h
4418         * src/common/defs.h
4419         * src/common/hooks.c
4420         * src/common/hooks.h
4421         * src/common/log.c
4422         * src/common/log.h
4423         * src/common/mgutils.c
4424         * src/common/mgutils.h
4425         * src/common/nntp.c
4426         * src/common/nntp.h
4427         * src/common/passcrypt.c
4428         * src/common/passcrypt.h.in
4429         * src/common/plugin.c
4430         * src/common/plugin.h
4431         * src/common/prefs.c
4432         * src/common/prefs.h
4433         * src/common/progressindicator.c
4434         * src/common/progressindicator.h
4435         * src/common/quoted-printable.c
4436         * src/common/quoted-printable.h
4437         * src/common/session.c
4438         * src/common/session.h
4439         * src/common/smtp.c
4440         * src/common/smtp.h
4441         * src/common/socket.c
4442         * src/common/socket.h
4443         * src/common/ssl.c
4444         * src/common/ssl.h
4445         * src/common/ssl_certificate.c
4446         * src/common/ssl_certificate.h
4447         * src/common/stringtable.c
4448         * src/common/stringtable.h
4449         * src/common/sylpheed.c
4450         * src/common/sylpheed.h
4451         * src/common/template.c
4452         * src/common/template.h
4453         * src/common/timing.h
4454         * src/common/utils.c
4455         * src/common/utils.h
4456         * src/common/version.h.in
4457         * src/common/xml.c
4458         * src/common/xml.h
4459         * src/common/xmlprops.c
4460         * src/common/xmlprops.h
4461         * src/gtk/colorlabel.c
4462         * src/gtk/colorsel.c
4463         * src/gtk/colorsel.h
4464         * src/gtk/description_window.c
4465         * src/gtk/description_window.h
4466         * src/gtk/filesel.c
4467         * src/gtk/filesel.h
4468         * src/gtk/foldersort.c
4469         * src/gtk/foldersort.h
4470         * src/gtk/gtkutils.c
4471         * src/gtk/gtkutils.h
4472         * src/gtk/inputdialog.c
4473         * src/gtk/inputdialog.h
4474         * src/gtk/logwindow.c
4475         * src/gtk/logwindow.h
4476         * src/gtk/manage_window.c
4477         * src/gtk/manage_window.h
4478         * src/gtk/menu.c
4479         * src/gtk/menu.h
4480         * src/gtk/pluginwindow.c
4481         * src/gtk/pluginwindow.h
4482         * src/gtk/prefswindow.c
4483         * src/gtk/prefswindow.h
4484         * src/gtk/progressdialog.c
4485         * src/gtk/progressdialog.h
4486         * src/gtk/sslcertwindow.c
4487         * src/gtk/sslcertwindow.h
4488         * src/plugins/clamav/clamav_plugin.c
4489         * src/plugins/clamav/clamav_plugin.h
4490         * src/plugins/clamav/clamav_plugin_gtk.c
4491         * src/plugins/demo/demo.c
4492         * src/plugins/dillo_viewer/dillo_prefs.c
4493         * src/plugins/dillo_viewer/dillo_prefs.h
4494         * src/plugins/dillo_viewer/dillo_viewer.c
4495         * src/plugins/pgpcore/passphrase.c
4496         * src/plugins/pgpcore/passphrase.h
4497         * src/plugins/pgpcore/plugin.c
4498         * src/plugins/pgpcore/select-keys.c
4499         * src/plugins/pgpcore/select-keys.h
4500         * src/plugins/pgpcore/sgpgme.c
4501         * src/plugins/pgpcore/sgpgme.h
4502         * src/plugins/pgpinline/pgpinline.c
4503         * src/plugins/pgpinline/pgpinline.h
4504         * src/plugins/pgpinline/plugin.c
4505         * src/plugins/pgpmime/pgpmime.c
4506         * src/plugins/pgpmime/pgpmime.h
4507         * src/plugins/pgpmime/plugin.c
4508         * src/plugins/spamassassin/spamassassin.c
4509         * src/plugins/spamassassin/spamassassin.h
4510         * src/plugins/spamassassin/spamassassin_gtk.c
4511         * src/plugins/trayicon/trayicon.c
4512                 update copyright header
4513
4514 2006-01-13 [paul]       1.9.100cvs141
4515
4516         * src/account.c
4517         * src/export.c
4518         * src/import.c
4519         * src/mainwindow.c
4520         * src/prefs_account.c
4521         * src/prefs_display_header.c
4522         * src/prefs_receive.c
4523         * src/prefs_send.c
4524         * src/prefs_summaries.c
4525         * src/prefs_themes.c
4526         * src/prefs_toolbar.c
4527         * src/gtk/about.c
4528                 various cleanups
4529
4530 2006-01-12 [colin]      1.9.100cvs140
4531
4532         * src/folder.c
4533         * src/folder.h
4534         * src/main.c
4535                 Add --subscribe option
4536                 Let sylpheed-claws email@domain.com equivalent to --compose
4537                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4538
4539 2006-01-12 [paul]       1.9.100cvs139
4540
4541         * src/mainwindow.c
4542                 append 'Change folder order' label with '...'
4543         * src/prefs_actions.c
4544                 allow reordering of actions list by dnd
4545         * src/gtk/foldersort.c
4546                 make the dialog nicer
4547
4548 2006-01-11 [colin]      1.9.100cvs138
4549
4550         * src/compose.c
4551                 Allow templates without text
4552
4553 2006-01-11 [paul]       1.9.100cvs137
4554
4555         * tools/README
4556         * tools/filter_conv_new.pl
4557                 add info to README
4558                 also check .sylpheed for filter.xml
4559                 be a bit informative to the user
4560
4561 2006-01-11 [colin]      1.9.100cvs136
4562
4563         * src/textview.c
4564                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4565
4566 2006-01-10 [paul]       1.9.100cvs135
4567
4568         * tools/Makefile.am
4569         * tools/filter_conv_new.pl
4570                 add script to convert new style Sylpheed
4571                 filter rules (Sylpheed >= 0.9.99) to
4572                 Claws filtering rules
4573
4574 2006-01-10 [colin]      1.9.100cvs134
4575
4576         * src/compose.c
4577                 Fix broken line joins in certain conditions
4578                 (between two quoted lines: <enter><enter><up>
4579                  <type a wrapped sentence><go in the first line>
4580                  <insert more text><watch as line joining failed>)
4581
4582 2006-01-10 [paul]       1.9.100cvs133
4583
4584         * src/compose.c
4585                 don't report success in error dialog
4586                 thanks to Colin
4587         * src/common/utils.c
4588                 include some trailing punctuations as URI
4589                 thanks to Hiro
4590
4591 2006-01-10 [paul]       1.9.100cvs132
4592
4593         * src/mimeview.c
4594                 fix incompatible pointer type
4595                 warning
4596
4597 2006-01-10 [paul]       1.9.100cvs131
4598
4599         * src/compose.c
4600                 change Subject in window title
4601                 instantaneously
4602
4603 2006-01-09 [colin]      1.9.100cvs130
4604
4605         * src/addressbook.c
4606         * src/headerview.c
4607         * src/mainwindow.c
4608         * src/messageview.c
4609         * src/mimeview.c
4610         * src/noticeview.c
4611         * src/summaryview.c
4612                 Fix possible crashes on exit and in addressbook
4613
4614 2006-01-09 [paul]       1.9.100cvs129
4615
4616         * src/prefs_msg_colors.c
4617                 some cleanups that I forgot last time
4618
4619 2006-01-09 [paul]       1.9.100cvs128
4620
4621         * README
4622         * src/folderview.c
4623         * src/prefs_msg_colors.c
4624                 add previously hidden option, color_new, to
4625                 the gui
4626                 move the page to Display/
4627                 rework the gui
4628
4629 2006-01-09 [wwp]        1.9.100cvs127
4630
4631         * src/prefs_themes.c
4632                 made the prefs/display/themes layouts spacing less condensed
4633                 (and so they match other prefs/pages' look).
4634
4635 2006-01-09 [paul]       1.9.100cvs126
4636
4637         * src/compose.c
4638         * src/prefs_common.c
4639         * src/prefs_common.h
4640         * src/prefs_wrapping.c
4641                 remove 'wrap at send' option
4642
4643 2006-01-06 [colin]      1.9.100cvs125
4644
4645         * src/compose.c
4646                 Just make completely sure we don't insert "manual line breaks" 
4647                 when wrapping... 
4648
4649 2006-01-04 [paul]
4650
4651         * 2.0.0-rc3 released
4652
4653 2006-01-04 [paul]       1.9.100cvs124
4654
4655         * src/folderview.c
4656                 fix bug 882, 'quick scroll in folder list
4657                 displays wrong folder contents'
4658
4659 2006-01-04 [paul]       1.9.100cvs123
4660
4661         * src/plugins/pgpmime/pgpmime.c
4662                 better debug information when signing
4663                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4664
4665 2006-01-03 [colin]      1.9.100cvs122
4666
4667         * configure.ac
4668                 We need to recheck for gpgme 1.0.0 after checking
4669                 for 1.1.1, because if 1.1.1 isn't available, 
4670                 GPGME_LIBS and friends are blanked out by the 
4671                 second check.
4672
4673 2006-01-03 [colin]      1.9.100cvs121
4674
4675         * src/common/prefs.c
4676                 Windows unlink-before rename fix
4677         * src/plugins/pgpcore/sgpgme.c
4678                 Add support for PKA info if available
4679                 Both patches by Werner Koch
4680
4681 2006-01-03 [paul]       1.9.100cvs120
4682
4683         * src/messageview.c
4684                 fix bug 884, 'Send receipt' button visible in queue
4685                 Thanks to Colin
4686
4687 2006-01-02 [colin]      1.9.100cvs119
4688
4689         * src/compose.c
4690         * src/imap.c
4691                 Fix autosave on IMAP and more generally try to
4692                 return the correct ID on a newly added IMAP message
4693
4694 2006-01-02 [paul]       1.9.100cvs118
4695
4696         * manual/keyboard.xml
4697                 edited
4698
4699 2006-01-01 [paul]       1.9.100cvs117
4700
4701         * src/gtk/authors.h
4702                 alphabetical order
4703
4704 2005-12-30 [colin]      1.9.100cvs116
4705
4706         * manual/advanced.xml
4707                 Explain Pre/Post-processing differences.
4708
4709 2005-12-30 [colin]      1.9.100cvs115
4710
4711         * src/mh.c
4712                 Implement copy_msgs for a little optimization
4713         * src/imap.c
4714                 Finish yesterday's fix
4715
4716 2005-12-29 [colin]      1.9.100cvs114
4717
4718         * src/imap.c
4719                 Fix occasional failure in fetching a mail over
4720                 IMAP
4721
4722 2005-12-29 [colin]      1.9.100cvs113
4723
4724         * src/compose.c
4725                 Don't remove a draft when sending it, if it is 
4726                 locked.
4727
4728 2005-12-28 [colin]      1.9.100cvs112
4729
4730         * src/summaryview.c
4731                 Fix leak for real
4732
4733 2005-12-28 [wwp]        1.9.100cvs111
4734
4735         * doc/faq/.cvsignore
4736         * doc/faq/de/.cvsignore
4737         * doc/faq/en/.cvsignore
4738         * doc/faq/es/.cvsignore
4739         * doc/faq/fr/.cvsignore
4740         * doc/faq/it/.cvsignore
4741         * doc/manual/.cvsignore
4742         * doc/manual/de/.cvsignore
4743         * doc/manual/en/.cvsignore
4744         * doc/manual/es/.cvsignore
4745         * doc/manual/fr/.cvsignore
4746         * doc/manual/ja/.cvsignore
4747         * src/plugins/mathml_viewer/.cvsignore
4748                 rollback revival of those files (my bad, sorry for the noise).
4749
4750 2005-12-28 [wwp]        1.9.100cvs110
4751
4752         * src/compose.c
4753                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4754
4755 2005-12-28 [wwp]        1.9.100cvs109
4756
4757         * doc/faq/.cvsignore
4758         * doc/faq/de/.cvsignore
4759         * doc/faq/en/.cvsignore
4760         * doc/faq/es/.cvsignore
4761         * doc/faq/fr/.cvsignore
4762         * doc/faq/it/.cvsignore
4763         * doc/manual/.cvsignore
4764         * doc/manual/de/.cvsignore
4765         * doc/manual/en/.cvsignore
4766         * doc/manual/es/.cvsignore
4767         * doc/manual/fr/.cvsignore
4768         * doc/manual/ja/.cvsignore
4769         * src/plugins/mathml_viewer/.cvsignore
4770         * po/.cvsignore
4771                 more files to ignore.
4772
4773 2005-12-24 [colin]      1.9.100cvs108
4774
4775         * AUTHORS
4776         * src/gtk/authors.h
4777                 Update for Werner
4778
4779 2005-12-24 [colin]      1.9.100cvs107
4780
4781         * src/procmsg.c
4782                 Allow NULL src_msginfo in 
4783                 procmsg_msginfo_new_from_mimeinfo
4784
4785 2005-12-23 [paul]       1.9.100cvs106
4786
4787         * src/plugins/pgpinline/mypgpcore.def
4788                 add this forgotten file
4789
4790 2005-12-23 [colin]      1.9.100cvs105
4791
4792         * src/mainwindow.c
4793                 Fix missing break
4794
4795 2005-12-23 [colin]      1.9.100cvs104
4796
4797         * autogen.sh
4798         * src/folder.c
4799         * src/mh.c
4800         * src/common/plugin.c
4801         * src/common/socket.c
4802         * src/common/socket.h
4803         * src/common/utils.c
4804         * src/common/utils.h
4805         * src/gtk/pluginwindow.c
4806         * src/plugins/pgpcore/plugin.def
4807         * src/plugins/pgpcore/sylpheed.def
4808         * src/plugins/pgpinline/Makefile.am
4809         * src/plugins/pgpinline/plugin.def
4810         * src/plugins/pgpinline/sylpheed.def
4811         * src/plugins/pgpmime/plugin.def
4812         * src/plugins/pgpmime/sylpheed.def
4813                 Various w32 fixes by Werner Koch
4814
4815 2005-12-22 [paul]       1.9.100cvs103
4816
4817         * src/wizard.c
4818                 don't offer IMAP as 'server type' if
4819                 libetpan isn't built in
4820
4821 2005-12-22 [paul]       1.9.100cvs102
4822
4823         * AUTHORS
4824         * src/mainwindow.c
4825         * src/mainwindow.h
4826         * src/toolbar.c
4827         * src/gtk/authors.h
4828                 support GTK_TOOLBAR_BOTH_HORIZ (text
4829                 next to icon) Patch by Marien Zwart
4830                 marienz@users.sf.net
4831                 Also reword the text
4832
4833 2005-12-21 [colin]      1.9.100cvs101
4834
4835         * configure.ac
4836                 Fix DATADIRNAME
4837         * COPYING
4838                 Fix missing section and explicit the exception better
4839         * src/compose.c
4840                 Prevent mail from being lost without notice when an
4841                 SMTP error happens on trying to send an unmodified
4842                 drafted mail.
4843         * src/send_message.c
4844         * src/common/smtp.c
4845                 Fix password remembering when wrong, and add return
4846                 value checks where they should have been
4847         * src/plugins/pgpcore/sylpheed.def
4848         * src/plugins/pgpinline/sylpheed.def
4849         * src/plugins/pgpmime/sylpheed.def
4850                 Add a few symbols needed
4851
4852 2005-12-21 [paul]       1.9.100cvs100
4853
4854         * m4/codeset.m4
4855         * m4/glibc21.m4
4856         * m4/intdiv0.m4
4857         * m4/inttypes-pri.m4
4858         * m4/inttypes.m4
4859         * m4/inttypes_h.m4
4860         * m4/isc-posix.m4
4861         * m4/lcmessage.m4
4862         * m4/stdint_h.m4
4863         * m4/uintmax_t.m4
4864                 gettextization
4865                 thanks to Colin
4866
4867 2005-12-21 [paul]       1.9.100cvs99
4868
4869         * po/sv.po
4870                 fixed by Colin
4871
4872 2005-12-20 [paul]       1.9.100cvs98
4873
4874         * po/sv.po
4875                 updated by Anders Trobäck
4876
4877 2005-12-20 [colin]      1.9.100cvs97
4878
4879         * ABOUT-NLS
4880         * Makefile.am
4881         * autogen.sh
4882         * configure.ac
4883         * config/config.rpath
4884         * config/mkinstalldirs
4885         * m4/Makefile.am
4886         * m4/glibc2.m4
4887         * m4/gnupg.m4
4888         * m4/gpgme.m4
4889         * m4/intmax.m4
4890         * m4/longdouble.m4
4891         * m4/longlong.m4
4892         * m4/printf-posix.m4
4893         * m4/signed.m4
4894         * m4/size_max.m4
4895         * m4/ulonglong.m4
4896         * m4/wchar_t.m4
4897         * m4/wint_t.m4
4898         * m4/xsize.m4
4899         * po/Makefile.in.in
4900         * po/Makevars
4901         * po/bg.po
4902         * po/ca.po
4903         * po/cs.po
4904         * po/de.po
4905         * po/el.po
4906         * po/en_GB.po
4907         * po/es.po
4908         * po/fi.po
4909         * po/fr.po
4910         * po/hr.po
4911         * po/hu.po
4912         * po/it.po
4913         * po/ja.po
4914         * po/ko.po
4915         * po/nb.po
4916         * po/nl.po
4917         * po/pl.po
4918         * po/pt_BR.po
4919         * po/ru.po
4920         * po/sk.po
4921         * po/sr.po
4922         * po/stamp-po
4923         * po/sv.po
4924         * po/zh_CN.po
4925         * po/zh_TW.po
4926         * src/Makefile.am
4927         * src/codeconv.c
4928         * src/compose.c
4929         * src/exporthtml.c
4930         * src/exportldif.c
4931         * src/folder.c
4932         * src/main.c
4933         * src/manual.c
4934         * src/mh.c
4935         * src/mimeview.c
4936         * src/send_message.c
4937         * src/common/Makefile.am
4938         * src/common/fnmatch.c
4939         * src/common/fnmatch.h
4940         * src/common/fnmatch_loop.c
4941         * src/common/nntp.c
4942         * src/common/plugin.c
4943         * src/common/smtp.c
4944         * src/common/socket.c
4945         * src/common/string_match.c
4946         * src/common/sylpheed.c
4947         * src/common/utils.c
4948         * src/common/utils.h
4949         * src/common/w32_dirent.c
4950         * src/common/w32_reg.c
4951         * src/common/w32_signal.c
4952         * src/common/w32_stat.c
4953         * src/common/w32_stdio.c
4954         * src/common/w32_stdlib.c
4955         * src/common/w32_string.c
4956         * src/common/w32_time.c
4957         * src/common/w32_unistd.c
4958         * src/common/w32_wait.c
4959         * src/common/w32lib.h
4960         * src/etpan/Makefile.am
4961         * src/gtk/Makefile.am
4962         * src/plugins/clamav/Makefile.am
4963         * src/plugins/demo/Makefile.am
4964         * src/plugins/dillo_viewer/Makefile.am
4965         * src/plugins/pgpcore/Makefile.am
4966         * src/plugins/pgpcore/passphrase.c
4967         * src/plugins/pgpcore/plugin.def
4968         * src/plugins/pgpcore/sgpgme.c
4969         * src/plugins/pgpcore/sylpheed.def
4970         * src/plugins/pgpcore/version.rc
4971         * src/plugins/pgpinline/Makefile.am
4972         * src/plugins/pgpinline/plugin.def
4973         * src/plugins/pgpinline/sylpheed.def
4974         * src/plugins/pgpinline/version.rc
4975         * src/plugins/pgpmime/Makefile.am
4976         * src/plugins/pgpmime/mypgpcore.def
4977         * src/plugins/pgpmime/plugin.def
4978         * src/plugins/pgpmime/sylpheed.def
4979         * src/plugins/pgpmime/version.rc
4980         * src/plugins/spamassassin/Makefile.am
4981                 Very little ;-) patch from Werner Koch, providing
4982                 infrastructure for cross-compiling to Win32
4983
4984 2005-12-20 [paul]       1.9.100cvs96
4985
4986         * src/account.c
4987         * src/account.h
4988         * src/mainwindow.c
4989         * src/mainwindow.h
4990         * src/toolbar.c
4991         * src/toolbar.h
4992                 add a combo to the Get All button, allowing
4993                 quick retrieval from any account
4994                 Patch by Fabien Vantard, slightly modified
4995                 by Colin
4996         * src/gtk/about.c
4997                 i18n fix. Patch by Fabien Vantard
4998
4999 2005-12-19 [colin]      1.9.100cvs95
5000
5001         * src/compose.c
5002         * src/compose.h
5003                 Don't automatically join lines when they've 
5004                 been separated by the user and not automatically
5005
5006 2005-12-19 [paul]       1.9.100cvs94
5007
5008         * src/gtk/pluginwindow.c
5009                 i18n fix.
5010                 Patch by Fabien Vantard
5011
5012 2005-12-15 [paul]       1.9.100cvs93
5013
5014         * src/common/plugin.c
5015         * src/common/plugin.h
5016         * src/gtk/pluginwindow.c
5017         * src/plugins/clamav/clamav_plugin.c
5018         * src/plugins/demo/demo.c
5019         * src/plugins/dillo_viewer/dillo_viewer.c
5020         * src/plugins/pgpcore/plugin.c
5021         * src/plugins/pgpinline/plugin.c
5022         * src/plugins/pgpmime/plugin.c
5023         * src/plugins/spamassassin/spamassassin.c
5024         * src/plugins/trayicon/trayicon.c
5025                 add plugin_version()
5026
5027 2005-12-15 [colin]      1.9.100cvs92
5028
5029         * src/compose.c
5030                 Further fix bug #875
5031
5032 2005-12-15 [paul]       1.9.100cvs91
5033
5034         * src/gtk/filesel.c
5035                 fix attach_load_dir getting set to
5036                 PLUGINDIR on plugin load
5037
5038 2005-12-14 [mones]      1.9.100cvs90
5039
5040         * manual/ack.xml
5041         * manual/keyboard.xml
5042                 Initial draft and some shortcuts added
5043                 
5044         * po/es.po
5045                 Updated translation
5046
5047 2005-12-14 [colin]      1.9.100cvs89
5048
5049         * src/compose.c
5050         * src/imap.c
5051         * src/summaryview.c
5052         * src/gtk/gtkaspell.c
5053                 More leaks fixed
5054         * src/prefs_folder_item.c
5055                 Fix recursive prefs apply
5056
5057
5058 2005-12-14 [colin]      1.9.100cvs88
5059
5060         * src/compose.c
5061                 Fix bug #875 (Freeze On Inline Forward of 
5062                 Large Message)
5063
5064 2005-12-13 [colin]      1.9.100cvs87
5065
5066         * src/compose.c
5067                 Uniq-ify and sort the mimetypes list
5068                 Patch by Fabien Vantard
5069
5070 2005-12-13 [colin]      1.9.100cvs86
5071
5072         * src/imap.c
5073         * src/etpan/imap-thread.c
5074                 Fix leaks (patch by Hoa)
5075         * src/news.c
5076         * src/common/plugin.c
5077                 Fix leaks
5078
5079 2005-12-12 [colin]
5080
5081         * 2.0.0-rc2 released
5082
5083 2005-12-12 [colin]      1.9.100cvs85
5084
5085         * src/matcher.c
5086                 Fix a leak
5087
5088 2005-12-12 [wwp]        1.9.100cvs84
5089
5090         * src/gtk/icon_legend.c
5091                 fix misbehaviour and crash when closing the legend window
5092         using the Esc key (patch by Fabien Vantard).
5093
5094 2005-12-12 [paul]       1.9.100cvs83
5095
5096         * src/browseldap.c
5097         * src/foldersel.c
5098         * src/prefs_actions.c
5099         * src/prefs_filtering.c
5100         * src/prefs_matcher.c
5101         * src/prefs_spelling.glade      ** REMOVED **
5102         * src/prefs_template.c
5103         * src/gtk/foldersort.glade      ** REMOVED **
5104         * src/gtk/pluginwindow.c
5105         * src/gtk/pluginwindow.glade    ** REMOVED **
5106         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5107                 cleanups
5108
5109 2005-12-11 [paul]       1.9.100cvs82
5110
5111         * src/gtk/filesel.c
5112                 fix attach_load_dir crasher (double free)
5113
5114 2005-12-09 [paul]       1.9.100cvs81
5115
5116         * po/POTFILES.in
5117         * src/mainwindow.c
5118         * src/gtk/Makefile.am
5119         * src/gtk/icon_legend.c
5120         * src/gtk/icon_legend.h
5121                 add icon legend
5122         * src/manual.c
5123                 cleanup
5124
5125 2005-12-09 [paul]       1.9.100cvs80
5126
5127         * src/plugins/pgpcore/passphrase.c
5128                 wrap the label in the dialog
5129
5130 2005-12-09 [colin]      1.9.100cvs79
5131
5132         * src/plugins/pgpcore/sgpgme.c
5133                 Display (untrusted) on not trusted signatures
5134                 Patch by Michal Èihaø <michal@cihar.com>
5135                 Closes bug #867 (Report also key trust)
5136
5137 2005-12-09 [colin]      1.9.100cvs78
5138
5139         * src/common/plugin.c
5140                 Update licence check, following Eben Moglen's advice
5141
5142 2005-12-08 [colin]      1.9.100cvs77
5143
5144         * src/folder.c
5145                 Fix the occasionnal item->cache != NULL 
5146                 assertion failure. 
5147
5148 2005-12-08 [colin]      1.9.100cvs76
5149
5150         * src/mimeview.c
5151         * src/plugins/pgpcore/sgpgme.c
5152                 Print key id when unable to check it
5153                 Closes bug #866 (Show key id when missing)
5154
5155 2005-12-08 [paul]       1.9.100cvs75
5156
5157         * src/prefs_common.c
5158         * src/prefs_common.h
5159         * src/gtk/filesel.c
5160                 remember load attachment dir
5161
5162 2005-12-07 [colin]      1.9.100cvs74
5163
5164         * src/prefs_toolbar.c
5165                 Gtk fixes, patch by Fabien Vantard
5166
5167 2005-12-07 [colin]      1.9.100cvs73
5168
5169         * src/action.c
5170         * src/compose.c
5171         * src/compose.h
5172                 Fix bug #839 (Quoted text isn't colored after 
5173                 executing an action)
5174         * src/common/plugin.c
5175                 Require plugins to declare their licence in plugin_licence()
5176                 Refuse to load non-GPL plugins as they'd be illegal (as 
5177                 derived works of Sylpheed-Claws, they must be GPL).
5178         * src/plugins/clamav/clamav_plugin.c
5179         * src/plugins/demo/demo.c
5180         * src/plugins/dillo_viewer/dillo_viewer.c
5181         * src/plugins/pgpcore/plugin.c
5182         * src/plugins/pgpinline/plugin.c
5183         * src/plugins/pgpmime/plugin.c
5184         * src/plugins/spamassassin/spamassassin.c
5185         * src/plugins/trayicon/trayicon.c
5186                 Add plugin_licence()
5187
5188 2005-12-07 [paul]       1.9.100cvs72
5189
5190         * configure.ac
5191         * src/mainwindow.c
5192         * src/manual.c
5193         * src/manual.h
5194         * src/common/defs.h
5195                 clean up after local FAQ removal and
5196                 temporary manual removal
5197
5198 2005-12-06 [colin]      1.9.100cvs71
5199
5200         * configure.ac
5201         * doc/Makefile.am
5202         * doc/faq/.cvsignore
5203         * doc/faq/Makefile.am
5204         * doc/faq/de/.cvsignore
5205         * doc/faq/de/Makefile.am
5206         * doc/faq/de/sylpheed-faq-1.html
5207         * doc/faq/de/sylpheed-faq-2.html
5208         * doc/faq/de/sylpheed-faq-3.html
5209         * doc/faq/de/sylpheed-faq.html
5210         * doc/faq/en/.cvsignore
5211         * doc/faq/en/Makefile.am
5212         * doc/faq/en/sylpheed-faq-1.html
5213         * doc/faq/en/sylpheed-faq-2.html
5214         * doc/faq/en/sylpheed-faq-3.html
5215         * doc/faq/en/sylpheed-faq-4.html
5216         * doc/faq/en/sylpheed-faq.html
5217         * doc/faq/es/.cvsignore
5218         * doc/faq/es/Makefile.am
5219         * doc/faq/es/sylpheed-faq-1.html
5220         * doc/faq/es/sylpheed-faq-2.html
5221         * doc/faq/es/sylpheed-faq-3.html
5222         * doc/faq/es/sylpheed-faq-4.html
5223         * doc/faq/es/sylpheed-faq.html
5224         * doc/faq/fr/.cvsignore
5225         * doc/faq/fr/Makefile.am
5226         * doc/faq/fr/sylpheed-faq-1.html
5227         * doc/faq/fr/sylpheed-faq-2.html
5228         * doc/faq/fr/sylpheed-faq-3.html
5229         * doc/faq/fr/sylpheed-faq.html
5230         * doc/faq/it/.cvsignore
5231         * doc/faq/it/Makefile.am
5232         * doc/faq/it/sylpheed-faq-1.html
5233         * doc/faq/it/sylpheed-faq-2.html
5234         * doc/faq/it/sylpheed-faq-3.html
5235         * doc/faq/it/sylpheed-faq.html
5236         * doc/manual/.cvsignore
5237         * doc/manual/Makefile.am
5238         * doc/manual/de/.cvsignore
5239         * doc/manual/de/Makefile.am
5240         * doc/manual/de/sylpheed-1.html
5241         * doc/manual/de/sylpheed-10.html
5242         * doc/manual/de/sylpheed-11.html
5243         * doc/manual/de/sylpheed-12.html
5244         * doc/manual/de/sylpheed-13.html
5245         * doc/manual/de/sylpheed-14.html
5246         * doc/manual/de/sylpheed-15.html
5247         * doc/manual/de/sylpheed-16.html
5248         * doc/manual/de/sylpheed-17.html
5249         * doc/manual/de/sylpheed-18.html
5250         * doc/manual/de/sylpheed-19.html
5251         * doc/manual/de/sylpheed-2.html
5252         * doc/manual/de/sylpheed-20.html
5253         * doc/manual/de/sylpheed-3.html
5254         * doc/manual/de/sylpheed-4.html
5255         * doc/manual/de/sylpheed-5.html
5256         * doc/manual/de/sylpheed-6.html
5257         * doc/manual/de/sylpheed-7.html
5258         * doc/manual/de/sylpheed-8.html
5259         * doc/manual/de/sylpheed-9.html
5260         * doc/manual/de/sylpheed.html
5261         * doc/manual/en/.cvsignore
5262         * doc/manual/en/Makefile.am
5263         * doc/manual/en/sylpheed-1.html
5264         * doc/manual/en/sylpheed-10.html
5265         * doc/manual/en/sylpheed-11.html
5266         * doc/manual/en/sylpheed-12.html
5267         * doc/manual/en/sylpheed-13.html
5268         * doc/manual/en/sylpheed-14.html
5269         * doc/manual/en/sylpheed-15.html
5270         * doc/manual/en/sylpheed-16.html
5271         * doc/manual/en/sylpheed-17.html
5272         * doc/manual/en/sylpheed-18.html
5273         * doc/manual/en/sylpheed-19.html
5274         * doc/manual/en/sylpheed-2.html
5275         * doc/manual/en/sylpheed-20.html
5276         * doc/manual/en/sylpheed-21.html
5277         * doc/manual/en/sylpheed-22.html
5278         * doc/manual/en/sylpheed-3.html
5279         * doc/manual/en/sylpheed-4.html
5280         * doc/manual/en/sylpheed-5.html
5281         * doc/manual/en/sylpheed-6.html
5282         * doc/manual/en/sylpheed-7.html
5283         * doc/manual/en/sylpheed-8.html
5284         * doc/manual/en/sylpheed-9.html
5285         * doc/manual/en/sylpheed.html
5286         * doc/manual/es/.cvsignore
5287         * doc/manual/es/Makefile.am
5288         * doc/manual/es/sylpheed-1.html
5289         * doc/manual/es/sylpheed-10.html
5290         * doc/manual/es/sylpheed-11.html
5291         * doc/manual/es/sylpheed-12.html
5292         * doc/manual/es/sylpheed-13.html
5293         * doc/manual/es/sylpheed-14.html
5294         * doc/manual/es/sylpheed-15.html
5295         * doc/manual/es/sylpheed-16.html
5296         * doc/manual/es/sylpheed-17.html
5297         * doc/manual/es/sylpheed-18.html
5298         * doc/manual/es/sylpheed-19.html
5299         * doc/manual/es/sylpheed-2.html
5300         * doc/manual/es/sylpheed-20.html
5301         * doc/manual/es/sylpheed-3.html
5302         * doc/manual/es/sylpheed-4.html
5303         * doc/manual/es/sylpheed-5.html
5304         * doc/manual/es/sylpheed-6.html
5305         * doc/manual/es/sylpheed-7.html
5306         * doc/manual/es/sylpheed-8.html
5307         * doc/manual/es/sylpheed-9.html
5308         * doc/manual/es/sylpheed.html
5309         * doc/manual/fr/.cvsignore
5310         * doc/manual/fr/Makefile.am
5311         * doc/manual/fr/sylpheed-1.html
5312         * doc/manual/fr/sylpheed-10.html
5313         * doc/manual/fr/sylpheed-11.html
5314         * doc/manual/fr/sylpheed-12.html
5315         * doc/manual/fr/sylpheed-13.html
5316         * doc/manual/fr/sylpheed-14.html
5317         * doc/manual/fr/sylpheed-15.html
5318         * doc/manual/fr/sylpheed-16.html
5319         * doc/manual/fr/sylpheed-17.html
5320         * doc/manual/fr/sylpheed-18.html
5321         * doc/manual/fr/sylpheed-19.html
5322         * doc/manual/fr/sylpheed-2.html
5323         * doc/manual/fr/sylpheed-20.html
5324         * doc/manual/fr/sylpheed-3.html
5325         * doc/manual/fr/sylpheed-4.html
5326         * doc/manual/fr/sylpheed-5.html
5327         * doc/manual/fr/sylpheed-6.html
5328         * doc/manual/fr/sylpheed-7.html
5329         * doc/manual/fr/sylpheed-8.html
5330         * doc/manual/fr/sylpheed-9.html
5331         * doc/manual/fr/sylpheed.html
5332         * doc/manual/ja/.cvsignore
5333         * doc/manual/ja/Makefile.am
5334         * doc/manual/ja/sylpheed-1.html
5335         * doc/manual/ja/sylpheed-10.html
5336         * doc/manual/ja/sylpheed-11.html
5337         * doc/manual/ja/sylpheed-12.html
5338         * doc/manual/ja/sylpheed-13.html
5339         * doc/manual/ja/sylpheed-14.html
5340         * doc/manual/ja/sylpheed-15.html
5341         * doc/manual/ja/sylpheed-16.html
5342         * doc/manual/ja/sylpheed-17.html
5343         * doc/manual/ja/sylpheed-18.html
5344         * doc/manual/ja/sylpheed-19.html
5345         * doc/manual/ja/sylpheed-2.html
5346         * doc/manual/ja/sylpheed-20.html
5347         * doc/manual/ja/sylpheed-3.html
5348         * doc/manual/ja/sylpheed-4.html
5349         * doc/manual/ja/sylpheed-5.html
5350         * doc/manual/ja/sylpheed-6.html
5351         * doc/manual/ja/sylpheed-7.html
5352         * doc/manual/ja/sylpheed-8.html
5353         * doc/manual/ja/sylpheed-9.html
5354         * doc/manual/ja/sylpheed.html
5355         * doc/manual/ja/sylpheed.sgml
5356         * src/mainwindow.c
5357                 Remove outdated manual and faq. Noisy, eh?
5358
5359 2005-12-06 [colin]      1.9.100cvs70
5360
5361         * src/compose.c
5362         * src/quote_fmt_parse.y
5363         * src/undo.c
5364         * src/undo.h
5365                 Allow %X to position cursor at 0 
5366                 (no %X = before signature)
5367                 Fix paste as quotation putting the cursor at 0
5368                 Fix undo offsets when pasting
5369                 Insert the quote_fmt at once instead of line 
5370                 by line
5371                 Fix [Edited] when starting to reply/forward
5372
5373 2005-12-06 [paul]       1.9.100cvs69
5374
5375         * src/plugins/clamav/clamav_plugin_gtk.c
5376                 add another tooltip
5377         * src/plugins/spamassassin/spamassassin_gtk.c
5378                 rework spamassassin_create_widget_func()
5379
5380 2005-12-05 [colin]      1.9.100cvs68
5381
5382         * po/POTFILES.in
5383                 Fix make release ;-)
5384
5385 2005-12-05 [colin]      1.9.100cvs67
5386
5387         * src/compose.c
5388         * src/compose.h
5389                 Fix cursor positioning (not obeying %X)
5390
5391 2005-12-05 [paul]       1.9.100cvs66
5392
5393         * src/plugins/dillo_viewer/dillo_prefs.c
5394                 fix compilation warning
5395
5396 2005-12-05 [paul]       1.9.100cvs65
5397
5398         * src/prefs_spelling.c
5399         * src/plugins/trayicon/trayicon.c
5400                 cleanups - remove unused stuff
5401
5402 2005-12-05 [paul]       1.9.100cvs64
5403
5404         * README
5405         * manual/plugins.xml
5406                 remove info about removed mathml_viewer plugin
5407
5408 2005-12-05 [paul]       1.9.100cvs63
5409
5410         * configure.ac
5411         * src/plugins/Makefile.am
5412         * src/plugins/mathml_viewer/.cvsignore
5413         * src/plugins/mathml_viewer/Makefile.am
5414         * src/plugins/mathml_viewer/mathml_viewer.c
5415                 remove unmaintained mathml_viewer plugin
5416
5417 2005-12-05 [paul]       1.9.100cvs62
5418
5419         * src/summaryview.c
5420                 obey prefs_common.always_show_msg when
5421                 moving a msg
5422                 Thanks to Colin
5423
5424 2005-12-05 [paul]       1.9.100cvs61
5425
5426         * src/compose.c
5427         * src/prefs_account.c
5428         * src/prefs_filtering.c
5429         * src/prefs_quote.c
5430         * src/prefs_spelling.c
5431         * src/prefs_toolbar.c
5432         * src/summaryview.c
5433         * src/gtk/gtkutils.c
5434         * src/gtk/quicksearch.c
5435         * src/plugins/dillo_viewer/dillo_prefs.c
5436                 dialog cleanups
5437
5438 2005-12-04 [paul]       1.9.100cvs60
5439
5440         * src/inc.c
5441         * src/prefs_account.c
5442         * src/prefs_account.h
5443                 allow a Local account to specify a
5444                 default inbox
5445                 (closes bug 843 'Inbox cannot be changed for local
5446                  mailboxes')
5447
5448 2005-12-04 [colin]      1.9.100cvs59
5449
5450         * src/plugins/trayicon/trayicon.c
5451                 Remove Get, rename Get All to Get Mail in order to
5452                 be consistent with the default main toolbar
5453
5454 2005-12-03 [colin]      1.9.100cvs58
5455
5456         * manual/gpl.xml
5457         * manual/sylpheed-claws-manual.xml
5458                 Add GPL appendix
5459
5460 2005-12-03 [paul]       1.9.100cvs57
5461
5462         * AUTHORS
5463         * po/sv.po
5464         * src/gtk/authors.h
5465                 new (partially complete) Swedish translation
5466                 by Anders Troback <sylpheed@troback.com>
5467
5468 2005-12-02 [paul]       1.9.100cvs56
5469
5470         * configure.ac
5471                 libetpan 0.41 required
5472
5473 2005-12-02 [paul]       1.9.100cvs55
5474
5475         * src/plugins/clamav/clamav_plugin.c
5476         * src/plugins/clamav/clamav_plugin.h
5477         * src/plugins/clamav/clamav_plugin_gtk.c
5478         * src/plugins/spamassassin/spamassassin.c
5479         * src/plugins/spamassassin/spamassassin.h
5480         * src/plugins/spamassassin/spamassassin_gtk.c
5481                 unregister prefs pages on unloading, thus
5482                 preventing a crash
5483                 (thanks to Colin for the hint)
5484
5485 2005-12-02 [wwp]        1.9.100cvs54
5486
5487         * src/quote_fmt.h
5488         * src/quote_fmt_parse.y
5489                 fix misuse of gboolean*, use gboolean instead
5490                 (thanks to Paul, Colin, for pointing out that scaring one)
5491
5492 2005-12-02 [paul]       1.9.100cvs53
5493
5494         * src/plugins/clamav/clamav_plugin.c
5495                 int no --> unsigned int no
5496         * src/plugins/clamav/clamav_plugin_gtk.c
5497                 rework config page
5498
5499 2005-12-02 [wwp]        1.9.100cvs52
5500
5501         * src/compose.c
5502         * src/prefs_template.c
5503         * src/quote_fmt.h
5504         * src/quote_fmt_parse.y
5505                 prevent from executing |f and |p templates commands when
5506                 adding or replacing templates in prefs (avoids annoying and
5507                 potentially dangerous behaviours)
5508
5509 2005-12-02 [paul]       1.9.100cvs51
5510
5511         * src/prefs_common.c
5512                 allow translation of some default values
5513                 Patch by Fabien Vantard
5514
5515 2005-12-02 [paul]       1.9.100cvs50
5516
5517         * src/codeconv.c
5518         * src/codeconv.h
5519         * src/prefs_common.c
5520         * src/prefs_common.h
5521         * src/prefs_message.c
5522         * src/textview.c
5523                 remove obsolete 'convert_mb_alnum' option
5524                 and related stuff
5525         * src/gtk/about.c
5526                 remove unused 'about_textview_visibility_notify'
5527
5528 2005-12-02 [paul]       1.9.100cvs49
5529
5530         * src/prefs_account.c
5531         * src/prefs_compose_writing.c
5532         * src/prefs_fonts.c
5533         * src/prefs_gtk.h
5534         * src/prefs_image_viewer.c
5535         * src/prefs_message.c
5536         * src/prefs_other.c
5537         * src/prefs_receive.c
5538         * src/prefs_send.c
5539         * src/prefs_spelling.c
5540         * src/prefs_summaries.c
5541         * src/prefs_wrapping.c
5542         * src/plugins/dillo_viewer/dillo_prefs.c
5543         * src/plugins/pgpcore/prefs_gpg.c
5544                 several cleanups to the prefs dialogs
5545                 (slightly modified) patch by Fabien Vantard
5546
5547 2005-12-02 [paul]       1.9.100cvs48
5548
5549         * src/main.c
5550                 --exit means exit
5551         * src/send_message.c
5552                 fix crash on send when connection fails
5553
5554         Thanks to Colin
5555
5556 2005-12-01 [colin]      1.9.100cvs47
5557
5558         * src/html.c
5559                 Translate &hellip; to "..."
5560
5561 2005-11-30 [colin]      1.9.100cvs46
5562
5563         * src/matcher.c
5564         * src/matcher.h
5565                 Optimize back yesterday's fix.
5566
5567 2005-11-30 [paul]       1.9.100cvs45
5568
5569         * manual/faq.xml
5570                 standardised
5571         * manual/intro.xml
5572                 written by Colin, edited by me
5573
5574 2005-11-29 [colin]      1.9.100cvs44
5575
5576         * src/matcher.c
5577                 Skip headers unconditionnaly in match_body if the
5578                 rule is not message or ~message
5579
5580 2005-11-29 [colin]      1.9.100cvs43
5581
5582         * src/matcher.c
5583                 Fix body_part and such, not skipping headers 
5584                 if the matchcriteria wasn't the first in the rule
5585
5586 2005-11-29 [colin]      1.9.100cvs42
5587
5588         * src/compose.c
5589                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5590                 option missing from message view window)
5591                 Fix double text D'n'D with gtk-2.8
5592         * src/matcher.c
5593                 Fix ~message, ~headers_part, ~body_part rules
5594         * src/messageview.c
5595                 Add Windows-1252 (Closes bug #863)
5596                 Fix accels
5597         * src/gtk/gtkaspell.c
5598                 Properly destroy accels in all menus
5599
5600 2005-11-29 [mones]      1.9.100cvs41
5601
5602         * po/es.po
5603                 Updated.
5604
5605 2005-11-27 [colin]      1.9.100cvs40
5606
5607         * src/mh_gtk.c
5608                 "/Remove mailbox" -> "/Remove mailbox..."
5609
5610 2005-11-27 [paul]       1.9.100cvs39
5611
5612         * AUTHORS
5613         * po/de.po
5614         * src/gtk/authors.h
5615                 updated by new maintainer, Stephan Sachse
5616
5617 2005-11-27 [paul]       1.9.100cvs38
5618
5619         * manual/faq.xml
5620                 written by Colin, edited by me
5621
5622 2005-11-27 [paul]       1.9.100cvs37
5623
5624         * src/prefs_common.c
5625         * src/prefs_common.h
5626         * src/prefs_receive.c
5627         * src/prefs_summaries.c
5628                 move 'go to inbox after receiving new mail'
5629                 option from display/sumamaries to mail
5630                 handling/receive, and rework prefs_summaries
5631                 dialog a little
5632
5633 2005-11-25 [martin]     1.9.100cvs36
5634
5635         * po/de.po
5636             fixed windows-1252 translation;
5637             translated some new and fuzzy strings
5638
5639 2005-11-25 [paul]       1.9.100cvs35
5640
5641         * src/plugins/clamav/clamav_plugin.c
5642                 complete the update done in cvs34
5643
5644 2005-11-25 [paul]       1.9.100cvs34
5645
5646         * src/plugins/clamav/clamav_plugin.c
5647                 reflect upstream changes
5648
5649 2005-11-25 [paul]       1.9.100cvs33
5650
5651         * manual/ack.xml
5652         * manual/plugins.xml
5653         * manual/sylpheed-claws-manual.xml
5654                 written/updated by Colin, edited by me
5655         * tools/acroread2sylpheed.pl
5656                 update binary name
5657
5658 2005-11-24 [colin]      1.9.100cvs32
5659
5660         * src/compose.c
5661                 Fix bug #856 (reediting messages forgets Request
5662                 Return Receipt)
5663
5664 2005-11-24 [paul]       1.9.100cvs31
5665
5666         * manual/addrbook.xml
5667         * manual/starting.xml
5668                 written by Colin, proofread, edited, adapted by me
5669         * manual/advanced.xml
5670                 add some Actions examples
5671         * src/importldif.c
5672                 use a Save button instead of a Close button
5673         * src/wizard.c
5674                 indicate mandatory fields
5675                 fix page display
5676                 Thanks to Colin
5677
5678 2005-11-23 [colin]      1.9.100cvs30
5679
5680         * src/addressbook.c
5681                 Rename menu item, fix possible crash after
5682                 deletion of books
5683         * src/addrindex.c
5684                 Allow searching for '*' in ldap
5685         * src/browseldap.c
5686                 Fix "Browse Entry" (did anyone use it?)
5687         * src/wizard.c
5688                 Add guards for mandatory information
5689
5690 2005-11-23 [paul]       1.9.100cvs29
5691
5692         * manual/advanced.xml
5693                 corrections to the English
5694
5695 2005-11-23 [colin]      1.9.100cvs28
5696
5697         * src/mimeview.c
5698                 Fix possible crash at exit. After the call to
5699                 gtk_container_remove(), the Viewer's widget has no
5700                 more parent so gtk+ automatically frees it and its
5701                 sons. If destroy_viewer() then try to access it,
5702                 problems ensue.
5703
5704 2005-11-22 [colin]      1.9.100cvs27
5705
5706         * src/compose.c
5707         * src/gtk/gtkaspell.c
5708                 Fix right-clicking on a misspelled word
5709                 Fix More... in suggestions menu
5710
5711 2005-11-22 [wwp]        1.9.100cvs26
5712
5713         * src/prefs_template.c
5714                 templates works: re-sort templates list when adding or replacing,
5715                 prevent from adding or replacing when the template name is empty
5716
5717 2005-11-21 [colin]      1.9.100cvs25
5718
5719         * src/addressbook.c
5720                 Fix some addressbook suckage (dnd, select all)
5721         * src/compose.c
5722         * src/gtk/gtkaspell.c
5723         * src/gtk/gtkaspell.h
5724                 Make the spellchecker menu work with the 
5725                 GtkTextView one instead of overriding it
5726
5727 2005-11-20 [paul]       1.9.100cvs24
5728
5729         * manual/handling.xml
5730                 proofread and corrected
5731
5732 2005-11-20 [paul]       1.9.100cvs23
5733
5734         * manual/Makefile
5735                 generate html as one file
5736         * manual/advanced.xml
5737                 fix output generation
5738                 reformat hidden options list
5739         * manual/manual.xml     ** REMOVED **
5740         * manual/sylpheed-claws-manual.xml      ** ADDED **
5741                 renamed
5742
5743 2005-11-18 [colin]      1.9.100cvs22
5744
5745         * src/prefs_account.c
5746                 Fix layout in news and mbox accounts
5747         * manual/account.xml
5748         * manual/advanced.xml
5749                 New contents for Paul to check :)
5750
5751 2005-11-18 [wwp]        1.9.100cvs21
5752
5753         * src/gtk/quicksearch.c
5754                 don't update extended quicksearch buttons twice
5755
5756 2005-11-18 [paul]       1.9.100cvs20
5757
5758         * src/textview.c
5759                 complete 1.9.100cvs19
5760
5761 2005-11-18 [paul]       1.9.100cvs19
5762
5763         * src/compose.c
5764                 cosmetic improvements
5765         * src/textview.c
5766                 also list text/* attachments
5767
5768 2005-11-18 [colin]      1.9.100cvs18
5769
5770         * src/summaryview.c
5771                 Use column 0 instead of -1 in 
5772                 gtk_ctree_node_moveto, in a naive
5773                 hope it'll fix the gtk-related crashes
5774
5775 2005-11-18 [colin]      1.9.100cvs17
5776
5777         * src/gtk/inputdialog.c
5778                 Fix icon staying the first one
5779
5780 2005-11-17 [wwp]        1.9.100cvs16
5781                 fix possible problem showing some quicksearch buttons, and a bad
5782                 call to g_return_if_fail in a function that returns a value (both
5783                 fixes by Fabien Vantard)
5784
5785 2005-11-15 [wwp]        1.9.100cvs15
5786
5787         * src/gtk/quicksearch.c
5788                 added a tooltip to that obscure ... quicksearch button
5789
5790 2005-11-15 [wwp]        1.9.100cvs14
5791
5792         * src/gtk/quicksearch.c
5793                 add a quicksearch helper to filtering expression users: the ... button
5794                 raises the condition expr window. condition expressions set up w/ this
5795                 window are used by the quicksearch if the user closes it pressing OK.
5796
5797 2005-11-14 [paul]       1.9.100cvs13
5798
5799         * src/plugins/clamav/clamav_plugin.c
5800         * src/plugins/spamassassin/spamassassin.c
5801                 change plugin type following recent merging
5802
5803 2005-11-14 [wwp]        1.9.100cvs12
5804
5805         * src/folder.c
5806                 prevent from crashing when copying/moving message(s) from and
5807                 to the same folder
5808
5809 2005-11-14 [paul]       1.9.100cvs11
5810
5811         * src/plugins/clamav/Makefile.am
5812         * src/plugins/clamav/clamav_plugin.c
5813         * src/plugins/clamav/clamav_plugin.h
5814         * src/plugins/clamav/clamav_plugin_gtk.c
5815                 also merge clamav and clamav_gtk plugins
5816
5817 2005-11-13 [colin]      1.9.100cvs10
5818
5819         * configure.ac
5820         * src/plugins/spamassassin/Makefile.am
5821         * src/plugins/spamassassin/spamassassin.c
5822         * src/plugins/spamassassin/spamassassin.h
5823         * src/plugins/spamassassin/spamassassin_gtk.c
5824                 Merge spamassassin and spamassassin_gtk plugins,
5825                 and build it by default.
5826
5827 2005-11-12 [colin]      1.9.100cvs9
5828
5829         * src/etpan/imap-thread.c
5830                 Fix gcc warning
5831
5832 2005-11-12 [colin]      1.9.100cvs8
5833
5834         * src/procmime.c
5835                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5836
5837 2005-11-10 [colin]      1.9.100cvs7
5838
5839         * src/main.c
5840                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5841                 minimised state)
5842
5843 2005-11-10 [wwp]        1.9.100cvs6
5844
5845         * src/gtk/description_window.c
5846                 fix a crash when closing description windows using the WM's [X] button
5847
5848 2005-11-09 [colin]      1.9.100cvs5
5849
5850         * src/common/ssl.c
5851                 Update libetpan call to follow upstream
5852                 (yes, this requires libetpan-0.40cvs3)
5853
5854 2005-11-08 [colin]      1.9.100cvs4
5855
5856         * src/compose.c
5857         * src/textview.c
5858         * src/common/utils.c
5859         * src/common/utils.h
5860                 Enhance the email parser
5861
5862 2005-11-08 [colin]      1.9.100cvs3
5863
5864         * src/procmime.c
5865                 Fix what looks like an off-by-one (fixes 
5866                 attachments from the Bat)
5867
5868 2005-11-08 [wwp]        1.9.100cvs2
5869
5870         * src/main.c
5871                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5872
5873 2005-11-08 [wwp]        1.9.100cvs1
5874
5875         * src/main.c
5876                 allow exiting Sylpheed-Claws from command-line
5877
5878 2005-11-08 [paul]       1.9.100
5879
5880         1.9.100 released
5881
5882 2005-11-07 [colin]      1.9.99cvs17
5883
5884         * src/addritem.c
5885         * src/ldif.c
5886                 Fix import of base-64 encoded items
5887
5888 2005-11-07 [colin]      1.9.99cvs16
5889
5890         * src/send_message.c
5891                 Fix bug #314 (Queue does not empty under certain 
5892                 circumstances)
5893
5894 2005-11-07 [paul]       1.9.99cvs15
5895
5896         * src/mutt.c
5897         * src/pine.c
5898                 fix buffer overflows
5899                 Thanks to Colin
5900
5901 2005-11-07 [paul]       1.9.99cvs14
5902
5903         * doc/man/Makefile.am
5904         * doc/man/sylpheed-claws.1      ** ADDED **
5905         * doc/man/sylpheed.1            ** DELETED **
5906                 rename and update the man file
5907
5908 2005-11-06 [colin]      1.9.99cvs13
5909
5910         * src/ldif.c
5911                 Fix ldif_get_line() that returned empty strings
5912                 (Didn't understand why). Also fix a possible
5913                 buffer overflow.
5914
5915 2005-11-06 [wwp]        1.9.99cvs12
5916
5917         * src/textview.c
5918         * src/gtk/about.c
5919         * src/gtk/gtkutils.c
5920         * src/gtk/gtkutils.h
5921                 fix a compilation warning,
5922                 make links sensitive in the about dialog
5923
5924 2005-11-04 [wwp]        1.9.99cvs11
5925
5926         * src/gtk/about.c
5927                 don't wrap or translate URIs, and a bit text format cleanup
5928
5929 2005-11-04 [wwp]        1.9.99cvs10
5930
5931         * src/gtk/about.c
5932                 better textview tagging implementation (no more use of marks for
5933                 postponed tagging)
5934
5935 2005-11-02 [colin]      1.9.99cvs9
5936
5937         * src/common/ssl.c
5938                 Forgot an ifdef
5939
5940 2005-11-02 [colin]      1.9.99cvs8
5941
5942         * configure.ac
5943                 Require libetpan-0.40 due to upstream fix
5944         * src/common/ssl.c
5945                 Tell libetpan not to call SSL_Library_Init,
5946                 as we do it ourselves.
5947
5948 2005-11-02 [colin]      1.9.99cvs7
5949
5950         * po/POTFILES.in
5951                 Add missing files (thanks to Fabien Vantard)
5952
5953 2005-11-02 [colin]      1.9.99cvs6
5954
5955         * src/summaryview.c
5956                 Fix totals when read messages are hidden or quicksearch
5957                 is on
5958         * src/ssl_manager.c
5959         * src/ssl_manager.h
5960         * src/common/ssl_certificate.c
5961         * src/common/ssl_certificate.h
5962         * src/gtk/sslcertwindow.c
5963         * src/gtk/sslcertwindow.h
5964                 Fix copyright on my stuff
5965
5966 2005-11-02 [wwp]        1.9.99cvs5
5967
5968         * src/prefs_themes.c
5969                 fix directory name checking (theme installation/removal),
5970                 made related error a bit more verbose
5971
5972 2005-11-02 [colin]      1.9.99cvs4
5973
5974         * src/summaryview.c
5975                 Fix typo (probably fixes bug #841 (Sort by the From 
5976                 field doesn't work)
5977
5978 2005-11-02 [paul]       1.9.99cvs3
5979
5980         * po/ko.po
5981         * po/nb.po
5982                 updated by SungHyun Nam, Geir Helland
5983         * src/wizard.c
5984                 fix typo in welcome message. spotted by
5985                 Andrea Spadaccini
5986
5987 2005-11-01 [colin]      1.9.99cvs2
5988
5989         * src/compose.c
5990                 Fix replying to ml wen confirming subscription
5991         * src/messageview.c
5992         * src/mimeview.c
5993         * src/mimeview.h
5994         * src/privacy.h
5995         * src/summaryview.c
5996                 Make key check non blocking
5997
5998 2005-10-31 [paul]       1.9.99cvs1
5999
6000         * tools/claws.i18n.status.pl
6001                 updated for ChangeLog
6002
6003 2005-10-31 [paul]       1.9.99
6004
6005         1.9.99 released
6006
6007 2005-10-31 [paul]       1.9.15cvs131
6008
6009         * .cvsignore
6010         * ChangeLog
6011         * ChangeLog.claws       ** REMOVED **
6012         * ChangeLog-gtk2.claws  ** REMOVED **
6013         * ChangeLog.gtk1        ** ADDED **
6014         * INSTALL
6015         * Makefile.am
6016         * NEWS
6017         * README
6018         * README.claws          ** REMOVED **
6019         * README.jp             ** REMOVED **
6020         * RELEASE_NOTES         ** ADDED **
6021         * RELEASE_NOTES.claws   ** REMOVED **
6022         * commitHelper
6023         * configure.ac
6024         * sylpheed.spec.in      ** REMOVED **
6025                 tidy up and update the default docs:
6026                 ChangeLog.claws is renamed ChangeLog.gtk1
6027                 ChangeLog-gtk2.claws is renamed ChangeLog
6028                 README.claws is renamed README
6029                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6030
6031 2005-10-31 [paul]       1.9.15cvs130
6032
6033         * po/it.po
6034                 fix errors
6035
6036 2005-10-31 [paul]       1.9.15cvs129
6037
6038         * po/ca.po
6039         * po/de.po
6040         * po/en_GB.po
6041         * po/fr.po
6042         * po/it.po
6043         * po/pt_BR.po
6044         * po/sk.po
6045         * po/sr.po
6046         * po/zh_CN.po
6047                 updated by Miquel Oliete, Stephan Sachse and
6048                 Thomas Gilgin, me, Fabien Vantard, Andrea
6049                 Spadaccini, Frederico Goncalves Guimaraes,
6050                 Andrej Kacian, Aleksandar Urosevic, and
6051                 Ralgh Young.
6052
6053 2005-10-31 [mones]      1.9.15cvs128
6054
6055         * manual/faq.xml
6056                 More questions.
6057         
6058         * po/es.po
6059                 Updated for release.
6060
6061 2005-10-30 [colin]      1.9.15cvs127
6062
6063         * src/compose.c
6064                 Place cursor before rewrapping (fixes cursor
6065                 pos if quotation gets rewrapped)
6066
6067 2005-10-29 [paul]       1.9.15cvs126
6068
6069         * src/crash.c
6070         * src/foldersel.c
6071         * src/main.c
6072         * src/messageview.c
6073         * src/toolbar.c
6074         * src/gtk/authors.h
6075                 corrections to text items
6076
6077 2005-10-28 [colin]      1.9.15cvs125
6078
6079         * src/messageview.c
6080                 Make "hit 'C' to check sig" work from extern 
6081                 messageviews
6082
6083 2005-10-27 [colin]      1.9.15cvs124
6084
6085         * src/summaryview.c
6086                 Add a hack to avoid segfaulting when hammering 
6087                 on gtk's events
6088
6089 2005-10-27 [wwp]        1.9.15cvs123
6090
6091         * src/prefs_themes.c
6092                 sort list of themes names in themes prefs
6093
6094 2005-10-27 [paul]       1.9.15cvs122
6095
6096         * src/folder.c
6097         * src/prefs_account.c
6098                 fix building on Solaris
6099                 Patch by Alex Moore
6100
6101 2005-10-27 [wwp]        1.9.15cvs121
6102
6103         * src/summaryview.c
6104         * src/gtk/gtksctree.c
6105                 speed up unselecting messages in summary view (thanks to Colin)
6106
6107 2005-10-27 [paul]       1.9.15cvs120
6108
6109         * src/mainwindow.c
6110                 fix a compilation warning
6111         * src/summaryview.c
6112                 fix updating of 'n items selected' count
6113                 when deselecting
6114
6115 2005-10-27 [martin]     1.9.15cvs119
6116
6117         * src/action.c
6118                 ignore actions with a leading '/' in the action menu name
6119                 fixes a crash on menu creation
6120         * src/prefs_actions.c
6121                 do not allow a leading '/' in the action menu name
6122
6123 2005-10-27 [paul]       1.9.15cvs118
6124
6125         * src/main.c
6126                 fix compilation warning
6127
6128 2005-10-27 [paul]       1.9.15cvs117
6129
6130         * src/procmime.c
6131                 add #if HAVE_LOCALE_H
6132
6133 2005-10-27 [paul]       1.9.15cvs116
6134
6135         * src/plugins/clamav/clamav_plugin.c
6136         * src/plugins/dillo_viewer/dillo_viewer.c
6137         * src/plugins/mathml_viewer/mathml_viewer.c
6138         * src/plugins/pgpcore/plugin.c
6139         * src/plugins/pgpinline/plugin.c
6140         * src/plugins/pgpmime/plugin.c
6141         * src/plugins/spamassassin/spamassassin.c
6142         * src/plugins/trayicon/trayicon.c
6143                 plugin_init() : make error messages more
6144                 informative
6145
6146 2005-10-26 [wwp]        1.9.15cvs115
6147
6148         * src/prefs_matcher.c
6149                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6150
6151 2005-10-26 [wwp]        1.9.15cvs114
6152
6153         * src/procmime.c
6154         * src/gtk/gtksctree.c
6155         * src/plugins/spamassassin/libspamc.c
6156         * src/plugins/spamassassin/spamassassin.c
6157                 fix some compilation warnings more
6158
6159 2005-10-26 [mones]      1.9.15cvs113
6160
6161         * po/es.po
6162                 Updated translation
6163
6164 2005-10-26 [paul]       1.9.15cvs112
6165
6166         * src/prefs_message.c
6167                 give all display_xface stuff the
6168                 #if HAVE_LIBCOMPFACE treatment, thus
6169                 preventing a crash
6170                 (Thanks to Wolfgang Enderlein)
6171
6172 2005-10-26 [colin]      1.9.15cvs111
6173
6174         * src/gedit-print.c
6175                 Fix date format
6176         * src/imap_gtk.c
6177         * src/news_gtk.c
6178                 Remove context menu items that should not be there
6179         * src/jpilot.c
6180                 Fix encoding
6181         * src/main.c
6182         * src/mainwindow.c
6183                 Don't show the mainwindow too soon
6184
6185 2005-10-26 [wwp]        1.9.15cvs110
6186
6187         * src/folder.c
6188         * src/manual.c
6189         * src/summaryview.c
6190                 fix uninitialized pointers in the folder updating hook
6191                 (thanks to Colin)
6192
6193 2005-10-25 [mones]      1.9.15cvs109
6194
6195         * manual/faq.xml
6196                 General information subsection completed. 
6197                 Removed archaic references.
6198                 
6199         * manual/Makefile
6200         * manual/dtd/manual.dsl
6201                 Added customization stylesheet for getting paragraphs
6202                 fully justified in PDF output (as suggested by Colin).
6203
6204 2005-10-25 [colin]      1.9.15cvs108
6205
6206         * src/compose.c
6207                 Fix a second leak
6208
6209 2005-10-25 [colin]      1.9.15cvs107
6210
6211         * src/addrbook.c
6212         * src/addrindex.c
6213                 Fix leak (xml_get_element() allocates memory)
6214         * src/compose.c
6215                 Fix leak + dead code (shame!)
6216         * src/procmime.c
6217                 Fix leak
6218
6219 2005-10-25 [colin]      1.9.15cvs106
6220
6221         * src/mimeview.c
6222                 Fix encoding issue in Save all and in 
6223                 overwrite-confirmation alertpanel
6224
6225 2005-10-25 [colin]      1.9.15cvs105
6226
6227         * src/common/socket.c
6228                 Fix a leak - Thanks to Christopher Aillon
6229                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6230
6231 2005-10-25 [paul]       1.9.15cvs104
6232
6233         * src/wizard.c
6234                 Always guess servers from the right-hand
6235                 email part and guess username from the
6236                 left-hand part. (Thanks to Colin)
6237                 add an X-Face to the welcome message
6238
6239 2005-10-25 [paul]       1.9.15cvs103
6240
6241         * manual/handling.xml
6242                 written by Colin, edited by me
6243
6244 2005-10-25 [wwp]        1.9.15cvs102
6245
6246         * src/folderview.c
6247         * src/grouplistdialog.c
6248         * src/imap.c
6249         * src/noticeview.c
6250                 fix some compilation warnings
6251
6252 2005-10-24 [paul]
6253
6254         1.9.99-rc3 released
6255
6256 2005-10-24 [paul]       1.9.15cvs101
6257
6258         * src/gtk/about.c
6259                 fix window sizing
6260
6261 2005-10-24 [paul]       1.9.15cvs100
6262
6263         * src/pixmaps/offline.xpm
6264         * src/pixmaps/online.xpm
6265                 replace with last default versions
6266
6267 2005-10-24 [colin]      1.9.15cvs99
6268
6269         * src/imap.c
6270                 Fix bug when moving a folder
6271         * src/imap_gtk.c
6272         * src/mh_gtk.c
6273                 "Delete folder" pops up a window, so it 
6274                 should be suffixed with "..."
6275         * src/plugins/pgpcore/sgpgme.c
6276                 Include locale.h
6277
6278 2005-10-24 [mones]      1.9.15cvs98
6279
6280         * manual/Makefile
6281         * manual/account.xml
6282         * manual/ack.xml
6283         * manual/addrbook.xml
6284         * manual/advanced.xml
6285         * manual/faq.xml
6286         * manual/glossary.xml
6287         * manual/gpl.xml
6288         * manual/handling.xml
6289         * manual/intro.xml
6290         * manual/keyboard.xml
6291         * manual/manual.xml
6292         * manual/plugins.xml
6293         * manual/starting.xml
6294         * manual/dtd/sdocbook.dtd
6295                 Initial manual structure and some content.
6296
6297 2005-10-23 [wwp]        1.9.15cvs97
6298
6299         * src/gtk/about.c
6300                 fix a typo
6301
6302 2005-10-23 [wwp]        1.9.15cvs96
6303
6304         * src/gtk/about.c
6305         * src/gtk/authors.h
6306                 rework of the about window (main work by Paul), also featuring a few
6307                 fixes for typos and duplicate names
6308
6309 2005-10-23 [wwp]        1.9.15cvs95
6310
6311         * src/.cvsignore
6312                 Ignore the right binary name (sylpheed-claws now)
6313
6314 2005-10-23 [paul]       1.9.15cvs94
6315
6316         * src/compose.c
6317                 when using Folder Pref 'Default To for
6318                 replies' make the entry in the Compose
6319                 window bold
6320                 Patch by Fabien Vantard
6321
6322 2005-10-22 [colin]      1.9.15cvs93
6323
6324         * src/codeconv.c
6325                 Fix leak
6326
6327 2005-10-22 [colin]      1.9.15cvs92
6328
6329         * src/codeconv.c
6330                 try to convert using locale (apart utf8) if necessary
6331
6332 2005-10-22 [colin]      1.9.15cvs91
6333
6334         * src/pixmaps/new.xpm
6335         * src/pixmaps/unread.xpm
6336                 Make the unread envelope blue again and
6337                 saturate the new one a bit more.
6338
6339 2005-10-22 [colin]      1.9.15cvs90
6340
6341         * src/compose.c
6342                 When replying to a mail sent by one of our accounts,
6343                 use the original list of recipients. Let 'Reply All'
6344                 and 'Reply to sender' work like previously.
6345
6346 2005-10-21 [colin]      1.9.15cvs89
6347
6348         * src/prefs_filtering.c
6349                 Clear fields after add and replace
6350         * src/textview.c
6351                 Display xface differently (better)
6352         * src/plugins/pgpinline/pgpinline.c
6353                 Fix crappy encodings/recodings
6354
6355 2005-10-21 [paul]       1.9.15cvs88
6356
6357         * src/compose.c
6358         * src/prefs_folder_item.c
6359         * src/toolbar.c
6360                 fix news folder Folder Properties
6361                 (thanks to Colin)
6362         * src/folderview.c
6363                 update folderview after Themes change
6364                 keep selected folder selected
6365                 (thanks to Colin)
6366
6367 2005-10-21 [paul]       1.9.15cvs87
6368
6369         * tools/Makefile.am
6370         * tools/OOo2sylpheed.pl
6371         * tools/README
6372         * tools/README.sylprint
6373         * tools/asus_mailled.sh         ** REMOVED **
6374         * tools/filter_conv.pl
6375         * tools/freshmeat_search.pl
6376         * tools/google_search.pl
6377         * tools/gpg-sign-syl            ** REMOVED **
6378         * tools/kmail2sylpheed.pl
6379         * tools/kmail2sylpheed_v2.pl
6380         * tools/multiwebsearch.pl
6381         * tools/nautilus2sylpheed.sh
6382         * tools/newscache_clean.pl
6383         * tools/outlook2sylpheed.pl
6384         * tools/sylpheed-switcher       ** REMOVED **
6385         * tools/sylprint.pl
6386         * tools/sylprint.rc
6387         * tools/tb2sylpheed
6388         * tools/vcard2xml.py
6389         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6390                 update default config dir
6391                 update binary name (thanks to Fabien Vantard)
6392                 remove obsolete scripts
6393
6394 2005-10-21 [colin]      1.9.15cvs86
6395
6396         * src/inc.c
6397                 Fix possible leak and units. Based on a patch by
6398                 Fabien Vantard.
6399
6400 2005-10-20 [colin]      1.9.15cvs85
6401
6402         * src/textview.c
6403                 Clear xface when clearing textview
6404
6405 2005-10-20 [colin]      1.9.15cvs84
6406
6407         * configure.ac
6408         * src/folderview.c
6409         * src/headerview.c
6410         * src/main.c
6411         * src/prefs_common.c
6412         * src/prefs_common.h
6413         * src/prefs_message.c
6414         * src/textview.c
6415         * src/textview.h
6416         * src/common/defs.h
6417         * src/common/utils.c
6418         * src/common/utils.h
6419         * src/gtk/gtkutils.c
6420         * src/gtk/gtkutils.h
6421                 Migrate config to .sylpheed-claws (Automatically)
6422                 Add a way to get the Xface in the TextView
6423
6424 2005-10-20 [colin]      1.9.15cvs83
6425
6426         * src/gtk/Makefile.am
6427         * src/gtk/about.c
6428         * src/gtk/authors.h
6429                 Make the about dialog *grooovy*
6430
6431 2005-10-20 [colin]      1.9.15cvs82
6432
6433         * src/mimeview.c
6434                 Use "Open with" on double click if no command
6435                 was found
6436
6437 2005-10-20 [colin]      1.9.15cvs81
6438
6439         * src/imap.c
6440         * src/etpan/imap-thread.c
6441                 Fix possible crash.
6442
6443 2005-10-20 [paul]       1.9.15cvs80
6444
6445         * src/folder.c
6446                 don't show clipkey icon if the only
6447                 attachment is the signature
6448                 Patch by Colin
6449
6450 2005-10-20 [paul]       1.9.15cvs79
6451
6452         * AUTHORS
6453         * src/plugins/pgpmime/pgpmime.c
6454                 name the PGP/MIME signature 'signature.asc'
6455                 Patch by Andrew Nelson <freeandy@gmail.com>
6456
6457 2005-10-19 [colin]      1.9.15cvs78
6458
6459         * src/plugins/pgpmime/pgpmime.c
6460                 Oops, no need to double-check though
6461
6462 2005-10-19 [colin]      1.9.15cvs77
6463
6464         * src/plugins/pgpinline/pgpinline.c
6465         * src/plugins/pgpmime/pgpmime.c
6466                 Check that my_tmpfile() doesn't 
6467                 return NULL
6468
6469 2005-10-19 [colin]      1.9.15cvs76
6470
6471         * src/common/utils.c
6472                 Use shorter mime boundaries to avoid having
6473                 MTAs rewrapping our headers, breaking the
6474                 PGP signature in the process 
6475         * src/compose.c
6476         * src/plugins/pgpmime/pgpmime.c
6477                 Check for boundary uniqueness to be sure
6478                 it won't happen, instead of hoping for the
6479                 best
6480
6481 2005-10-19 [colin]      1.9.15cvs75
6482
6483         * sylpheed-claws.desktop
6484         * src/Makefile.am
6485         * src/main.c
6486                 Ship a sylpheed-claws binary instead
6487                 of a sylpheed one. Change the socket
6488                 name, too
6489         * src/folderview.c
6490                 Update folder only if it changed
6491         * src/wizard.c
6492                 Fix i18n in welcome mail, patch by
6493                 Fabien Vantard
6494
6495 2005-10-19 [paul]
6496
6497         1.9.99-rc2 released
6498
6499 2005-10-19 [paul]       1.9.15cvs74
6500
6501         * src/folder.c
6502         * src/folderview.c
6503                 fix summaryview update
6504                 Patch by Colin
6505
6506 2005-10-18 [colin]      1.9.15cvs73
6507
6508         * src/plugins/pgpcore/passphrase.c
6509                 Don't XGrabServer, and try a bit more to 
6510                 sync everything before grabbing mouse/keyboard
6511
6512 2005-10-18 [colin]      1.9.15cvs72
6513
6514         * src/Makefile.am
6515         * src/addressadd.c
6516         * src/addressbook.c
6517         * src/folderview.c
6518         * src/grouplistdialog.c
6519         * src/mimeview.c
6520         * src/stock_pixmap.c
6521         * src/stock_pixmap.h
6522         * src/summaryview.c
6523         * src/gtk/gtksctree.c
6524         * src/gtk/gtksctree.h
6525         * src/pixmaps/empty.xpm
6526                 Implement a wrapper call for gtk_ctree_set_node_info
6527                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6528                 pixmap instead of a NULL one. This works around some
6529                 memory problems deep inside gtk, revealed by valgrind,
6530                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6531                 as locked crashes sylpheed.), as well as, probably, 
6532                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6533
6534 2005-10-17 [colin]      1.9.15cvs71
6535
6536         * src/mimeview.c
6537                 Provide visual feedback when checking
6538                 signature
6539
6540 2005-10-17 [colin]      1.9.15cvs70
6541
6542         * src/main.c
6543                 Keep the folder list frozen while checking caches...
6544
6545 2005-10-17 [colin]      1.9.15cvs69
6546
6547         * src/addr_compl.c
6548                 Fi bug #833 (Autocompleting from addressbook 
6549                 fails with extended chars)
6550         * src/imap.c
6551                 Fix 'adding messages' staying in statusbar
6552                 after an error
6553
6554 2005-10-17 [wwp]        1.9.15cvs68
6555
6556         * src/ssl_manager.c
6557                 Fix buttons' layout resizing when window size changes
6558
6559 2005-10-17 [wwp]        1.9.15cvs67
6560
6561         * src/account.c
6562         * src/prefs_account.c
6563         * src/prefs_common.c
6564         * src/prefs_common.h
6565         * src/prefs_folder_item.c
6566         * src/prefs_gtk.c
6567         * src/gtk/logwindow.c
6568         * src/gtk/pluginwindow.c
6569         * src/gtk/prefswindow.c
6570         * src/gtk/prefswindow.h
6571                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6572
6573 2005-10-17 [paul]       1.9.15cvs66
6574
6575         * configure.ac
6576                 fix missing libetpan message
6577         * po/en_GB.po
6578                 updated
6579         * src/crash.c
6580         * src/manual.c
6581         * src/prefs_themes.c
6582         * src/common/defs.h
6583                 add some new URI defines, change some
6584                 others
6585         * src/wizard.c
6586                 make welcome message translatable
6587                 small improvements to english
6588                 other tweaks
6589         * src/gtk/menu.c
6590                 fix warnings
6591
6592 2005-10-17 [paul]       1.9.15cvs65
6593
6594         * src/summaryview.c
6595                 fix column titles
6596
6597 2005-10-16 [mones]      1.9.15cvs64
6598
6599         * po/es.po
6600                 Updated translation
6601
6602 2005-10-16 [colin]
6603
6604         1.9.99-rc1 released
6605
6606 2005-10-16 [colin]      1.9.15cvs63
6607
6608         * src/wizard.c
6609                 Fix whitespace
6610
6611 2005-10-16 [colin]      1.9.15cvs62
6612
6613         * src/toolbar.c
6614                 s/Get All/Get Mail/
6615         * src/wizard.c
6616                 Real welcome mail text, thanks Paul
6617
6618 2005-10-16 [colin]      1.9.15cvs61
6619
6620         * src/editldap.c
6621         * src/exporthtml.c
6622         * src/main.c
6623         * src/mainwindow.c
6624         * src/prefs_themes.c
6625         * src/prefs_toolbar.c
6626         * src/plugins/demo/demo.c
6627         * src/plugins/trayicon/trayicon.c
6628                 s/Sylpheed/Sylpheed-Claws/
6629
6630 2005-10-16 [colin]      1.9.15cvs60
6631
6632         * src/wizard.c
6633                 Add a welcome email in the first empty mailbox
6634         * src/prefs_common.c
6635                 Change one more default
6636
6637 2005-10-16 [colin]      1.9.15cvs59
6638
6639         * src/wizard.c
6640                 Remove printf
6641
6642 2005-10-16 [colin]      1.9.15cvs58
6643
6644         * src/toolbar.c
6645         * src/prefs_common.c
6646                 Change some defaults
6647
6648 2005-10-16 [colin]      1.9.15cvs57
6649
6650         * src/toolbar.c
6651         * src/prefs_common.c
6652                 Change some defaults
6653
6654 2005-10-16 [colin]      1.9.15cvs56
6655
6656         * src/wizard.c
6657                 By default, initialize fonts to have
6658                 the same size as normal GtkWidgets
6659
6660 2005-10-16 [colin]      1.9.15cvs55
6661
6662         * src/mimeview.c
6663                 Fix message a bit more
6664
6665 2005-10-16 [colin]      1.9.15cvs54
6666
6667         * src/addressbook.c
6668                 Second attempt at flicker fixing
6669
6670 2005-10-16 [colin]      1.9.15cvs53
6671
6672         * src/addressbook.c
6673                 Fix flicker
6674
6675 2005-10-16 [wwp]        1.9.15cvs52
6676
6677         * src/addressbook.c
6678         * src/editaddress.c
6679         * src/prefs_common.c
6680         * src/prefs_common.h
6681                 Remember window sizes (address book)
6682
6683 2005-10-16 [wwp]        1.9.15cvs51
6684
6685         * src/plugins/clamav/clamav_plugin_gtk.c
6686         * src/plugins/spamassassin/spamassassin_gtk.c
6687                 Fix compilation warnings (missing #include).
6688
6689 2005-10-16 [colin]      1.9.15cvs50
6690
6691         * src/mimeview.c
6692         * src/summaryview.c
6693         * src/textview.c
6694                 Make 'c' check signature, and forward
6695                 c, l, y, t from summaryview to mimeview
6696
6697 2005-10-16 [colin]      1.9.15cvs49
6698
6699         * src/addressbook.c
6700                 Put border around buttons
6701         * src/mainwindow.c
6702         * src/summaryview.c
6703                 Rework menus (Patch based on a patch
6704                 by Paul)
6705
6706 2005-10-15 [wwp]        1.9.15cvs48
6707
6708         * src/editjpilot.c
6709         * src/editldap.c
6710         * src/editvcard.c
6711         * src/exphtmldlg.c
6712         * src/expldifdlg.c
6713         * src/export.c
6714         * src/import.c
6715         * src/importldif.c
6716         * src/importmutt.c
6717         * src/importpine.c
6718         * src/prefs_account.c
6719         * src/prefs_spelling.c
6720         * src/gtk/gtkutils.c
6721         * src/gtk/gtkutils.h
6722         * src/plugins/clamav/clamav_plugin_gtk.c
6723         * src/plugins/spamassassin/spamassassin_gtk.c
6724                 use nicer browse-for-file/dir buttons than the "..." ones,
6725                 code factorizing more.
6726
6727 2005-10-14 [colin]      1.9.15cvs47
6728
6729         * src/mainwindow.c
6730                 set relief on the account switcher so that people see it
6731                 grey out Create processing rules when no message is selected
6732         * src/prefs_filtering.c
6733                 ask before closing if the rule has not been modified, even if
6734                 it's not valid
6735         * src/prefs_matcher.c
6736                 fix sensitivity when entering the dialog
6737         * src/gtk/inputdialog.c
6738                 display a better icon on password ask
6739         * src/plugins/pgpcore/passphrase.c
6740                 make the dialog look better
6741
6742 2005-10-14 [paul]       1.9.15cvs46
6743
6744         * src/folderview.c
6745                 indicate presense of marked msgs in
6746                 unexpanded subfolders
6747
6748 2005-10-14 [paul]       1.9.15cvs45
6749
6750         * src/prefs_actions.c
6751         * src/prefs_common.c
6752         * src/prefs_common.h
6753         * src/prefs_filtering_action.c
6754         * src/prefs_matcher.c
6755         * src/prefs_template.c
6756                 remember window sizes
6757                 fix Info button size
6758
6759         Patches by wwp
6760
6761 2005-10-13 [colin]      1.9.15cvs44
6762
6763         * src/mimeview.c
6764         * src/noticeview.c
6765         * src/noticeview.h
6766                 Add a tooltip on the icon (optional) 
6767                 Get rid of the signature buttons and only
6768                 use the icon+tooltip
6769
6770 2005-10-13 [colin]      1.9.15cvs43
6771
6772         * src/noticeview.c
6773         * src/noticeview.h
6774                 Add hand cursor for hovering over icon
6775
6776 2005-10-13 [colin]      1.9.15cvs42
6777
6778         * src/summaryview.c
6779                 Fix crash when quicksearch's hidden 
6780                 at startup
6781
6782 2005-10-13 [colin]      1.9.15cvs41
6783
6784         * src/compose.c
6785                 Set subject when forwarding multiple mails
6786                 Check that other recipient than the default Cc or Bcc
6787                 have been set before sending.
6788
6789 2005-10-13 [colin]      1.9.15cvs40
6790
6791         * src/imap.c
6792                 Batch per-folder
6793                 Introduce locking, but don't use it yet
6794
6795 2005-10-13 [colin]      1.9.15cvs39
6796
6797         * src/gtk/quicksearch.c
6798                 Reset quicksearch when hiding it
6799                 Make sticky a real pref
6800
6801 2005-10-13 [colin]      1.9.15cvs38
6802
6803         * src/summaryview.c
6804                 Faster prefs apply
6805
6806 2005-10-13 [colin]      1.9.15cvs37
6807
6808         * src/mimeview.c
6809         * src/noticeview.c
6810         * src/noticeview.h
6811         * src/plugins/pgpcore/sgpgme.c
6812                 Make privacy icon clickable
6813                 Move Trust field in Full info
6814                 When trust is less than full, don't display
6815                 a warning icon
6816
6817 2005-10-13 [colin]      1.9.15cvs36
6818
6819         * src/folder.c
6820                 Batch on flags sync
6821         * src/folderview.c
6822                 Revert speed hack which is dangerous in fact
6823                 Apply prefs faster
6824
6825 2005-10-13 [colin]      1.9.15cvs35
6826
6827         * src/folder_item_prefs.c
6828                 Fix pref corruption on folder move. Patch
6829                 by wwp
6830
6831 2005-10-13 [paul]       1.9.15cvs34
6832
6833         * src/export.c
6834         * src/import.c
6835                 fix typos in g_warnings
6836         * src/prefs_account.c
6837                 add a file selector for Signature file
6838
6839         Patches by wwp
6840
6841 2005-10-12 [colin]      1.9.15cvs33
6842
6843         * src/mimeview.c
6844                 Provide a quick way to go back from a
6845                 signature's full info to the email part
6846
6847 2005-10-12 [colin]      1.9.15cvs32
6848
6849         * src/compose.c
6850                 Remove old hack of encoding signed mails with base64.
6851                 QP works equally well.
6852
6853 2005-10-12 [colin]      1.9.15cvs31
6854
6855         * src/crash.c
6856                 Replace deprecated GtkText with GtkTextView
6857         * src/imap.c
6858                 Fix a logic bug about counts in imap_select
6859                 (previously un-triggered)
6860         * src/mainwindow.c
6861         * src/summaryview.c
6862         * src/news.c
6863                 Allow local deletion of news posts
6864         * src/mimeview.c
6865                 Show GPG noticeview on the message/rfc822 part
6866                 in addition to the text/plain one
6867         * src/prefs_image_viewer.c
6868           src/plugins/pgpcore/prefs_gpg.c
6869                 Polish (set the label as part of the checkbox)
6870         * src/wizard.c
6871                 Don't sit there doing nothing after destroying
6872                 the window - return err
6873
6874 2005-10-11 [colin]      1.9.15cvs30
6875
6876         * src/folderview.c
6877                 Apply processing rules before showing folders.
6878                 Early folder show (before flags sync) will only
6879                 be done when there are no processing rules (nor
6880                 pre- or post- ones)
6881         * src/imap.c
6882                 Fix stuff related to mail subdir, creation and 
6883                 deletion of folders 
6884         * src/imap_gtk.c
6885                 Don't allow creation of folders in NoInferior
6886                 folders, as it won't work
6887
6888 2005-10-10 [colin]      1.9.15cvs29
6889
6890         * src/compose.c
6891                 Reselect "None" Privacy system when selecting an
6892                 account with no privacy system defined
6893
6894 2005-10-10 [colin]      1.9.15cvs28
6895
6896         * src/mainwindow.c
6897                 Add Windows-1252 encoding
6898         * src/prefs_common.c
6899                 Rework some defaults:
6900                 - autosave to draft by default
6901                 - don't show header pane (it's already in the textview)
6902                 - Select first new or unread mail on entry
6903                 - Assume 'Yes' to change folder when there's no more
6904                   unread message
6905         * src/prefs_matcher.c
6906                 Fix a gtk assertion failure
6907         * src/gtk/colorlabel.c
6908                 Workaround bad repainting on selection
6909         * src/main.c
6910                 Freeze/thaw (a bit faster on ssh -X)
6911         * src/msgcache.c
6912                 Get rid of StrdupConverter that just adds an
6913                 extra strdup/free 
6914         * src/etpan/imap_thread.c
6915                 memset buf to 0
6916
6917 2005-10-10 [colin]      1.9.15cvs27
6918
6919         * src/export.c
6920         * src/import.c
6921                 Fix compile on gtk 2.4. Patch by wwp
6922
6923 2005-10-09 [colin]      1.9.15cvs26
6924
6925         * src/mainwindow.c
6926         * src/messageview.c
6927         * src/summaryview.c
6928                 Clarify forward menus. Patch by wwp
6929
6930 2005-10-09 [colin]      1.9.15cvs25
6931
6932         * src/compose.c
6933         * src/compose.h
6934                 Fix bug #829 (Non-working "Encrypt message by 
6935                 default when replying to an encrypted message")
6936
6937 2005-10-08 [colin]      1.9.15cvs24
6938
6939         * src/wizard.c
6940                 Fix bug #827 ("Welcome" setup wizard after a 
6941                 permission error gives up & forgets itself.)
6942
6943 2005-10-08 [colin]      1.9.15cvs23
6944
6945         * src/procmime.c
6946                 Fix bug #828 (Ignoring headers with spaces around = sign)
6947
6948 2005-10-08 [colin]      1.9.15cvs22
6949
6950         * src/export.c
6951                 Warning fix by wwp
6952
6953 2005-10-08 [colin]      1.9.15cvs21
6954
6955         * src/folder.c
6956         * src/folder.h
6957                 Add a processing_pending indicator, set on 
6958                 folder_item_open and cleared after 
6959                 folder_item_process_open
6960         * src/folderview.c
6961         * src/summaryview.c
6962                 wrap procmsg_msginfo_*_flags, and in the
6963                 wrapper check that there's no folder processing 
6964                 pending. If there is, defer the flags change until 
6965                 processing is done to avoid stepping over each
6966                 other's toes.
6967                 Freeze during processing, but not during scanning.
6968
6969 2005-10-07 [colin]      1.9.15cvs20
6970
6971         * src/plugins/pgpcore/passphrase.c
6972                 Fix bug #826 (X-Server hangs when 
6973                 right-clicking a PGP encrypted message)
6974
6975 2005-10-07 [paul]       1.9.15cvs19
6976
6977         * src/compose.c
6978                 fix compose_entries[]
6979                 patch by Fabien Vantard
6980
6981 2005-10-06 [colin]      1.9.15cvs18
6982
6983         * src/pixmaps/address.xpm
6984         * src/pixmaps/address_book.xpm
6985         * src/pixmaps/book.xpm
6986         * src/pixmaps/check_spelling.xpm
6987         * src/pixmaps/checkbox_off.xpm
6988         * src/pixmaps/checkbox_on.xpm
6989         * src/pixmaps/close.xpm
6990         * src/pixmaps/complete.xpm
6991         * src/pixmaps/continue.xpm
6992         * src/pixmaps/deleted.xpm
6993         * src/pixmaps/down_arrow.xpm
6994         * src/pixmaps/exec.xpm
6995         * src/pixmaps/forwarded.xpm
6996         * src/pixmaps/group.xpm
6997         * src/pixmaps/ignorethread.xpm
6998         * src/pixmaps/interface.xpm
6999         * src/pixmaps/jpilot.xpm
7000         * src/pixmaps/ldap.xpm
7001         * src/pixmaps/linewrap.xpm
7002         * src/pixmaps/linewrapcurrent.xpm
7003         * src/pixmaps/mail.xpm
7004         * src/pixmaps/mail_attach.xpm
7005         * src/pixmaps/mail_compose.xpm
7006         * src/pixmaps/mail_forward.xpm
7007         * src/pixmaps/mail_receive.xpm
7008         * src/pixmaps/mail_receive_all.xpm
7009         * src/pixmaps/mail_reply.xpm
7010         * src/pixmaps/mail_reply_to_all.xpm
7011         * src/pixmaps/mail_reply_to_author.xpm
7012         * src/pixmaps/mail_send.xpm
7013         * src/pixmaps/mail_send_queue.xpm
7014         * src/pixmaps/mime_application.xpm
7015         * src/pixmaps/mime_audio.xpm
7016         * src/pixmaps/mime_image.xpm
7017         * src/pixmaps/mime_message.xpm
7018         * src/pixmaps/mime_text_enriched.xpm
7019         * src/pixmaps/mime_text_html.xpm
7020         * src/pixmaps/mime_text_plain.xpm
7021         * src/pixmaps/mime_unknown.xpm
7022         * src/pixmaps/new.xpm
7023         * src/pixmaps/news_compose.xpm
7024         * src/pixmaps/offline.xpm
7025         * src/pixmaps/online.xpm
7026         * src/pixmaps/paste.xpm
7027         * src/pixmaps/preferences.xpm
7028         * src/pixmaps/privacy_emblem_encrypted.xpm
7029         * src/pixmaps/privacy_expired.xpm
7030         * src/pixmaps/privacy_failed.xpm
7031         * src/pixmaps/privacy_passed.xpm
7032         * src/pixmaps/privacy_signed.xpm
7033         * src/pixmaps/privacy_unknown.xpm
7034         * src/pixmaps/privacy_warn.xpm
7035         * src/pixmaps/properties.xpm
7036         * src/pixmaps/replied.xpm
7037         * src/pixmaps/search.xpm
7038         * src/pixmaps/unread.xpm
7039         * src/pixmaps/up_arrow.xpm
7040         * src/pixmaps/vcard.xpm
7041                 Modernize internal theme, with icons from the 
7042                 Gnomaws theme. Keep some of the old ones where
7043                 they were better.
7044
7045 2005-10-06 [colin]      1.9.15cvs17
7046
7047         * src/summaryview.c
7048                 Little optimisations + bugfix
7049         * src/toolbar.c
7050                 Remove default useless items - useless being defined
7051                 by the default relevant prefs
7052         * src/wizard.c
7053                 include config.h to make gettext work
7054         * src/prefs_themes.c
7055                 Fix selection of current theme in prefs
7056
7057 2005-10-06 [colin]      1.9.15cvs16
7058
7059         * src/prefs_common.c
7060         * src/prefs_common.h
7061         * src/prefs_summaries.c
7062         * src/folderview.c
7063                 Add a warning dialog on Mark all read 
7064                 (with pref to get rid of it)
7065
7066 2005-10-06 [paul]       1.9.15cvs15
7067
7068         * po/nb.po
7069         * po/pt_BR.po
7070                 updated by Geir Helland and Frederico
7071                 Goncalves Guimaraes
7072
7073 2005-10-05 [colin]      1.9.15cvs14
7074
7075         * src/folder.c
7076         * src/folder.h
7077         * src/folderview.c
7078         * src/folderview.h
7079         * src/imap_gtk.c
7080         * src/mh_gtk.c
7081         * src/mainwindow.c
7082         * src/setup.c
7083                 add a way to rescan without rebuilding
7084                 make moving a bit faster (less folders changes)
7085                 don't lock the tree on Get 
7086         * src/imap.c
7087                 Don't re-delete deleted messages before expunging
7088         * src/summaryview.c
7089                 Set batch mode when deleting mails
7090
7091 2005-10-05 [paul]       1.9.15cvs13
7092
7093         * src/mainwindow.c
7094         * src/mainwindow.h
7095                 fix disabled Execute menu item
7096         * src/toolbar.c
7097                 match the change in 1.9.15cvs10: use Compose
7098                 instead of News by default
7099
7100 2005-10-04 [colin]      1.9.15cvs12
7101
7102         * src/compose.c
7103                 When replying to an ML post with Reply-To set
7104                 to the poster's email, honor it (as before),
7105                 but also honor our user's request to reply to
7106                 the mailing list: set the ML address in the To
7107                 field and the Reply-To address in the Cc: 
7108                 field.
7109
7110 2005-10-04 [colin]      1.9.15cvs11
7111
7112         * src/plugins/trayicon/trayicon.c
7113                 Finish cosmetic change - thanks to wwp
7114
7115 2005-10-04 [colin]      1.9.15cvs10
7116
7117         * src/toolbar.c
7118                 Use Compose instead of Email by default.
7119                 Spotted by wwp.
7120
7121 2005-10-04 [colin]      1.9.15cvs9
7122
7123         * src/folder.c
7124         * src/folder.h
7125         * src/folderview.c
7126         * src/imap.c
7127         * src/etpan/imap-thread.c
7128         * src/etpan/imap-thread.h
7129                 Try to make IMAP faster, by simplifying SEARCH
7130                 commands, avoiding sending two STATUS in a row,
7131                 and deferring flags sync and processing just
7132                 after displaying the folder. 
7133                 This will update the SummaryView in certain
7134                 cases (new mails not already fetched, flags
7135                 changed from another client) but in a non-
7136                 blocking manner.
7137
7138 2005-10-04 [colin]      1.9.15cvs8
7139
7140         * src/plugins/trayicon/trayicon.c
7141                 Relabel "Offline" to "Work offline"
7142
7143 2005-10-04 [colin]      1.9.15cvs7
7144
7145         * src/export.c
7146         * src/import.c
7147         * src/mbox.c
7148                 Fix mbox import/export buglets
7149                 Patch by wwp
7150         * src/plugins/trayicon/trayicon.c
7151                 Add offline swithc
7152                 Patch by wwp
7153
7154 2005-10-04 [colin]      1.9.15cvs6
7155
7156         * src/folder.c
7157         * src/folderview.c
7158         * src/summaryview.c
7159                 Better fix (don't break mark all read) for cvs2
7160
7161 2005-10-03 [colin]      1.9.15cvs5
7162
7163         * src/folder.c
7164                 Use a sane sort by default
7165
7166 2005-10-03 [colin]      1.9.15cvs4
7167
7168         * src/inc.c
7169                 Add a 'Only once' button for overriding offline mode
7170         * src/prefs_account.c
7171         * src/wizard.c
7172                 Add Local mbox to the wizard
7173                 Add IMAP subdir to the wizard (or the wizard is useless
7174                 for such accounts, or even worse than useless)
7175                 Move IMAP subdir from Advanced to Receive tab, as it's
7176                 not that uncommon
7177
7178 2005-10-03 [colin]      1.9.15cvs3
7179
7180         * src/send_message.c
7181                 Forgot this one in cvs1
7182
7183 2005-10-03 [colin]      1.9.15cvs2
7184
7185         * src/folder.c
7186                 Faster close when leaving a folder with lots
7187                 of new mails. Idea by David Relson.
7188
7189 2005-10-03 [colin]      1.9.15cvs1
7190
7191         * src/compose.c
7192         * src/imap.c
7193         * src/inc.c
7194         * src/main.c
7195         * src/messageview.c
7196         * src/news.c
7197         * src/summaryview.c
7198         * src/gtk/sslcertwindow.c
7199         * src/plugins/trayicon/trayicon.c
7200                 Add accels to every AlertPanel. Patch by Fabien 
7201                 Vantard
7202
7203 2005-10-03 [paul]       1.9.15
7204
7205         1.9.15 released
7206
7207 2005-10-03 [paul]       1.9.14cvs68
7208
7209         * po/ca.po
7210         * po/de.po
7211         * po/es.po
7212         * po/fi.po
7213         * po/fr.po
7214         * po/sk.po
7215         * po/sr.po
7216         * po/zh_CN.po
7217                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7218                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7219                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7220
7221 2005-10-03 [paul]       1.9.14cvs67
7222
7223         * src/send_message.c
7224                 prevent hang on Cancel
7225                 patch by Colin
7226
7227 2005-10-03 [paul]       1.9.14cvs66
7228
7229         * src/main.c
7230                 fix crash in IMAP caused by discrepancy
7231                 between check_at_startup and offline mode
7232                 Patch by Colin
7233
7234 2005-10-01 [paul]       1.9.14cvs65
7235
7236         * src/inc.c
7237                 fix engrish
7238
7239 2005-10-01 [paul]       1.9.14cvs64
7240         * src/export.c
7241         * src/import.c
7242                 synchronise import_mbox() and export_mbox()
7243         * src/mbox.c
7244                 proc_mbox(): add alert if file cannot be opened
7245                 export_list_to_mbox(): test if dest file exists,
7246                 prompt user to overwrite if it does. add alert
7247                 if file cannot be created
7248                                                                 
7249         Patch by wwp
7250                                                                                                                 
7251
7252 2005-09-30 [paul]       1.9.14cvs63
7253
7254         * src/addressbook.c
7255                 Fix sensitivity of a menu
7256         * src/codeconv.c
7257                 Respect hidden pref for mails with no encoding
7258         * src/common/xml.c
7259                 Fix memory corruption
7260         * src/plugins/pgpcore/sgpgme.c
7261                 Fix segfault on incomplete sigs, and display
7262                 of S/Mime UIDs
7263
7264         Patches by Colin
7265
7266 2005-09-30 [colin]      1.9.14cvs62
7267
7268         * src/partial_download.c
7269                 Little logic fix in almost-dead code
7270         * src/pop.c
7271                 Fix partial download when there's no new mail
7272
7273 2005-09-29 [paul]       1.9.14cvs61
7274
7275         * src/plugins/pgpinline/pgpinline.c
7276                 fix bug 819, 'crash accessing sign message'
7277                 Patch by Colin
7278
7279 2005-09-28 [martin]     1.9.14cvs60
7280
7281         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7282                 fix bug #790 (Crash when restarting window manager (fluxbox))
7283
7284 2005-09-28 [paul]       1.9.14cvs59
7285
7286         * src/gtk/gtkaspell.c
7287                 fix off-by-one typo
7288
7289 2005-09-27 [colin]      1.9.14cvs58
7290
7291         * src/plugins/pgpcore/sgpgme.c
7292                 Report error when there's one, instead of
7293                 "Signature unchecked" 
7294
7295 2005-09-27 [colin]      1.9.14cvs57
7296
7297         * src/prefs_quote.c
7298                 Fix bug #816 (Weird quotation with spaces)
7299
7300 2005-09-27 [colin]      1.9.14cvs56
7301
7302         * src/codeconv.c
7303         * src/compose.c
7304         * src/compose.h
7305                 Put subject in compose's title
7306                 Fix Automatic encoding so that it's really automatic:
7307                 first try default locale's charset, then charset of the replied mail, 
7308                 then utf-8
7309                 Fix encoding of headers (must be in strict mode too)
7310
7311 2005-09-26 [colin]      1.9.14cvs55
7312
7313         * src/gtk/gtkaspell.c
7314                 Fix previous patch - don't color the space,
7315                 just uncolor it :)
7316
7317 2005-09-26 [colin]      1.9.14cvs54
7318
7319         * src/gtk/gtkaspell.c
7320                 Unmark space if possible
7321
7322 2005-09-26 [colin]      1.9.14cvs53
7323
7324         * src/imap.c
7325                 log_error instead of alertpanel according to the pref
7326         * src/etpan/imap-thread.c
7327                 Print connect status, copy only necessary size to 
7328                 logger
7329         * src/plugins/pgpmime/pgpmime.c
7330                 Handle S/Mime signatures (verification only). Patch based
7331                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7332
7333 2005-09-26 [paul]       1.9.14cvs52
7334
7335         * src/common/passcrypt.c
7336                 this 'workaround' not necessary on NetBSD.
7337                 Thanks to Daniel Gustafson
7338
7339 2005-09-26 [paul]
7340
7341         1.9.15-rc4 released
7342
7343 2005-09-26 [paul]       1.9.14cvs51
7344
7345         * src/summaryview.c
7346                 Skip currently selected message when
7347                 looking for next new or unread message
7348                 in current folder. Patch by Colin
7349         * src/common/passcrypt.c
7350                 eliminate warnings on *BSD. Patch by
7351                 Daniel Gustafson
7352
7353 2005-09-26 [colin]      1.9.14cvs50
7354
7355         * src/procmsg.c
7356                 Call postfiltering hook anyway
7357
7358 2005-09-22 [colin]      1.9.14cvs49
7359
7360         * src/codeconv.c
7361         * src/codeconv.h
7362                 Add a strict mode that doesn't replace with _
7363         * src/compose.c
7364         * src/compose.h
7365                 Use strict conversion while sending
7366                 Fix race when drafting while sending (happens
7367                 on IMAP)
7368                 Fix d'n'd of messages from summaryview
7369         * src/prefs_common.c
7370         * src/prefs_common.h
7371                 add hidden utf8_instead_of_locale_for_broken_mail 
7372                 pref for people that preferred the default charset 
7373                 to be utf8 for broken mails
7374         * src/quote_fmt_parse.y
7375                 fix bug #815 (No quote insert if "From:" fied 
7376                 contained Russian letters)
7377         * src/summaryview.c
7378                 Fix d'n'd of messages to compose
7379
7380 2005-09-22 [paul]       1.9.14cvs48
7381
7382         * src/compose.c
7383                 fix bug where attachments Name entry
7384                 would display Path instead
7385
7386 2005-09-21 [paul]       1.9.14cvs47
7387
7388         * README
7389         * README.jp
7390         * configure.ac
7391         * config/config.rpath
7392         * doc/manual/en/sylpheed-20.html
7393         * doc/manual/es/sylpheed-20.html
7394         * po/bg.po
7395         * po/ca.po
7396         * po/de.po
7397         * po/es.po
7398         * po/fr.po
7399         * po/it.po
7400         * po/pt_BR.po
7401         * po/sk.po
7402         * po/zh_TW.po
7403         * src/account.c
7404         * src/account.h
7405         * src/action.c
7406         * src/action.h
7407         * src/adbookbase.h
7408         * src/addr_compl.c
7409         * src/addr_compl.h
7410         * src/addrbook.c
7411         * src/addrbook.h
7412         * src/addrcache.c
7413         * src/addrcache.h
7414         * src/addrcindex.c
7415         * src/addrcindex.h
7416         * src/addrclip.c
7417         * src/addrclip.h
7418         * src/addrdefs.h
7419         * src/addressadd.c
7420         * src/addressadd.h
7421         * src/addressbook.c
7422         * src/addressbook.h
7423         * src/addressitem.h
7424         * src/addrgather.c
7425         * src/addrgather.h
7426         * src/addrharvest.c
7427         * src/addrharvest.h
7428         * src/addrindex.c
7429         * src/addrindex.h
7430         * src/addritem.c
7431         * src/addritem.h
7432         * src/addrquery.c
7433         * src/addrquery.h
7434         * src/addrselect.c
7435         * src/addrselect.h
7436         * src/alertpanel.c
7437         * src/alertpanel.h
7438         * src/browseldap.c
7439         * src/browseldap.h
7440         * src/codeconv.c
7441         * src/codeconv.h
7442         * src/compose.c
7443         * src/compose.h
7444         * src/crash.c
7445         * src/crash.h
7446         * src/customheader.c
7447         * src/customheader.h
7448         * src/displayheader.c
7449         * src/displayheader.h
7450         * src/editaddress.c
7451         * src/editaddress.h
7452         * src/editbook.c
7453         * src/editbook.h
7454         * src/editgroup.c
7455         * src/editgroup.h
7456         * src/editjpilot.c
7457         * src/editjpilot.h
7458         * src/editldap.c
7459         * src/editldap.h
7460         * src/editldap_basedn.c
7461         * src/editldap_basedn.h
7462         * src/editvcard.c
7463         * src/editvcard.h
7464         * src/enriched.c
7465         * src/enriched.h
7466         * src/exphtmldlg.c
7467         * src/exphtmldlg.h
7468         * src/expldifdlg.c
7469         * src/expldifdlg.h
7470         * src/export.c
7471         * src/export.h
7472         * src/exporthtml.c
7473         * src/exporthtml.h
7474         * src/exportldif.c
7475         * src/exportldif.h
7476         * src/filtering.c
7477         * src/filtering.h
7478         * src/folder.c
7479         * src/folder.h
7480         * src/folder_item_prefs.c
7481         * src/folder_item_prefs.h
7482         * src/foldersel.c
7483         * src/foldersel.h
7484         * src/folderutils.c
7485         * src/folderutils.h
7486         * src/folderview.c
7487         * src/folderview.h
7488         * src/grouplistdialog.c
7489         * src/grouplistdialog.h
7490         * src/headerview.c
7491         * src/headerview.h
7492         * src/html.c
7493         * src/html.h
7494         * src/image_viewer.c
7495         * src/image_viewer.h
7496         * src/imap.c
7497         * src/imap.h
7498         * src/imap_gtk.c
7499         * src/imap_gtk.h
7500         * src/import.c
7501         * src/import.h
7502         * src/importldif.c
7503         * src/importldif.h
7504         * src/importmutt.c
7505         * src/importmutt.h
7506         * src/importpine.c
7507         * src/importpine.h
7508         * src/inc.c
7509         * src/inc.h
7510         * src/jpilot.c
7511         * src/jpilot.h
7512         * src/ldapctrl.c
7513         * src/ldapctrl.h
7514         * src/ldaplocate.c
7515         * src/ldaplocate.h
7516         * src/ldapquery.c
7517         * src/ldapquery.h
7518         * src/ldapserver.c
7519         * src/ldapserver.h
7520         * src/ldaputil.c
7521         * src/ldaputil.h
7522         * src/ldif.c
7523         * src/ldif.h
7524         * src/localfolder.c
7525         * src/localfolder.h
7526         * src/main.c
7527         * src/main.h
7528         * src/mainwindow.c
7529         * src/mainwindow.h
7530         * src/manual.c
7531         * src/manual.h
7532         * src/matcher.c
7533         * src/matcher.h
7534         * src/matcher_parser.h
7535         * src/matcher_parser_lex.l
7536         * src/matcher_parser_parse.y
7537         * src/mbox.c
7538         * src/mbox.h
7539         * src/message_search.c
7540         * src/message_search.h
7541         * src/messageview.c
7542         * src/messageview.h
7543         * src/mh.c
7544         * src/mh.h
7545         * src/mh_gtk.c
7546         * src/mh_gtk.h
7547         * src/mimeview.c
7548         * src/mimeview.h
7549         * src/msgcache.c
7550         * src/msgcache.h
7551         * src/mutt.c
7552         * src/mutt.h
7553         * src/news.c
7554         * src/news.h
7555         * src/news_gtk.c
7556         * src/news_gtk.h
7557         * src/noticeview.c
7558         * src/noticeview.h
7559         * src/partial_download.c
7560         * src/partial_download.h
7561         * src/pine.c
7562         * src/pine.h
7563         * src/pop.c
7564         * src/pop.h
7565         * src/prefs_account.c
7566         * src/prefs_account.h
7567         * src/prefs_actions.c
7568         * src/prefs_actions.h
7569         * src/prefs_common.c
7570         * src/prefs_common.h
7571         * src/prefs_compose_writing.c
7572         * src/prefs_compose_writing.h
7573         * src/prefs_customheader.c
7574         * src/prefs_customheader.h
7575         * src/prefs_display_header.c
7576         * src/prefs_display_header.h
7577         * src/prefs_ext_prog.c
7578         * src/prefs_ext_prog.h
7579         * src/prefs_filtering.c
7580         * src/prefs_filtering.h
7581         * src/prefs_filtering_action.c
7582         * src/prefs_filtering_action.h
7583         * src/prefs_folder_column.c
7584         * src/prefs_folder_column.h
7585         * src/prefs_folder_item.c
7586         * src/prefs_folder_item.h
7587         * src/prefs_fonts.c
7588         * src/prefs_fonts.h
7589         * src/prefs_gtk.c
7590         * src/prefs_gtk.h
7591         * src/prefs_image_viewer.c
7592         * src/prefs_image_viewer.h
7593         * src/prefs_matcher.c
7594         * src/prefs_matcher.h
7595         * src/prefs_message.c
7596         * src/prefs_message.h
7597         * src/prefs_msg_colors.c
7598         * src/prefs_msg_colors.h
7599         * src/prefs_other.c
7600         * src/prefs_other.h
7601         * src/prefs_quote.c
7602         * src/prefs_quote.h
7603         * src/prefs_receive.c
7604         * src/prefs_receive.h
7605         * src/prefs_send.c
7606         * src/prefs_send.h
7607         * src/prefs_spelling.c
7608         * src/prefs_spelling.h
7609         * src/prefs_summaries.c
7610         * src/prefs_summaries.h
7611         * src/prefs_summary_column.c
7612         * src/prefs_summary_column.h
7613         * src/prefs_template.c
7614         * src/prefs_template.h
7615         * src/prefs_themes.c
7616         * src/prefs_themes.h
7617         * src/prefs_toolbar.c
7618         * src/prefs_toolbar.h
7619         * src/prefs_wrapping.c
7620         * src/prefs_wrapping.h
7621         * src/privacy.c
7622         * src/privacy.h
7623         * src/procheader.c
7624         * src/procheader.h
7625         * src/procmime.c
7626         * src/procmime.h
7627         * src/procmsg.c
7628         * src/procmsg.h
7629         * src/quote_fmt.c
7630         * src/quote_fmt_parse.y
7631         * src/recv.c
7632         * src/recv.h
7633         * src/remotefolder.c
7634         * src/remotefolder.h
7635         * src/send_message.c
7636         * src/send_message.h
7637         * src/setup.c
7638         * src/setup.h
7639         * src/simple-gettext.c
7640         * src/sourcewindow.c
7641         * src/sourcewindow.h
7642         * src/ssl_manager.c
7643         * src/ssl_manager.h
7644         * src/statusbar.c
7645         * src/statusbar.h
7646         * src/stock_pixmap.c
7647         * src/stock_pixmap.h
7648         * src/summary_search.c
7649         * src/summary_search.h
7650         * src/summaryview.c
7651         * src/summaryview.h
7652         * src/syldap.c
7653         * src/syldap.h
7654         * src/textview.c
7655         * src/textview.h
7656         * src/toolbar.c
7657         * src/toolbar.h
7658         * src/undo.c
7659         * src/undo.h
7660         * src/unmime.c
7661         * src/unmime.h
7662         * src/vcard.c
7663         * src/vcard.h
7664         * src/wizard.c
7665         * src/wizard.h
7666         * src/common/base64.c
7667         * src/common/base64.h
7668         * src/common/defs.h
7669         * src/common/hooks.c
7670         * src/common/hooks.h
7671         * src/common/log.c
7672         * src/common/log.h
7673         * src/common/md5.c
7674         * src/common/md5.h
7675         * src/common/mgutils.c
7676         * src/common/mgutils.h
7677         * src/common/nntp.c
7678         * src/common/nntp.h
7679         * src/common/passcrypt.c
7680         * src/common/passcrypt.h.in
7681         * src/common/plugin.c
7682         * src/common/plugin.h
7683         * src/common/prefs.c
7684         * src/common/prefs.h
7685         * src/common/progressindicator.c
7686         * src/common/progressindicator.h
7687         * src/common/quoted-printable.c
7688         * src/common/quoted-printable.h
7689         * src/common/session.c
7690         * src/common/session.h
7691         * src/common/smtp.c
7692         * src/common/smtp.h
7693         * src/common/socket.c
7694         * src/common/socket.h
7695         * src/common/ssl.c
7696         * src/common/ssl.h
7697         * src/common/ssl_certificate.c
7698         * src/common/ssl_certificate.h
7699         * src/common/string_match.c
7700         * src/common/string_match.h
7701         * src/common/stringtable.c
7702         * src/common/sylpheed.c
7703         * src/common/sylpheed.h
7704         * src/common/template.c
7705         * src/common/template.h
7706         * src/common/timing.h
7707         * src/common/utils.c
7708         * src/common/utils.h
7709         * src/common/uuencode.c
7710         * src/common/uuencode.h
7711         * src/common/version.h.in
7712         * src/common/xml.c
7713         * src/common/xml.h
7714         * src/common/xmlprops.c
7715         * src/common/xmlprops.h
7716         * src/gtk/about.c
7717         * src/gtk/about.h
7718         * src/gtk/colorlabel.c
7719         * src/gtk/colorlabel.h
7720         * src/gtk/colorsel.c
7721         * src/gtk/colorsel.h
7722         * src/gtk/description_window.c
7723         * src/gtk/description_window.h
7724         * src/gtk/filesel.c
7725         * src/gtk/filesel.h
7726         * src/gtk/foldersort.c
7727         * src/gtk/foldersort.h
7728         * src/gtk/gtkutils.c
7729         * src/gtk/gtkutils.h
7730         * src/gtk/inputdialog.c
7731         * src/gtk/inputdialog.h
7732         * src/gtk/logwindow.c
7733         * src/gtk/logwindow.h
7734         * src/gtk/manage_window.c
7735         * src/gtk/manage_window.h
7736         * src/gtk/menu.c
7737         * src/gtk/menu.h
7738         * src/gtk/pluginwindow.c
7739         * src/gtk/pluginwindow.h
7740         * src/gtk/prefswindow.c
7741         * src/gtk/prefswindow.h
7742         * src/gtk/progressdialog.c
7743         * src/gtk/progressdialog.h
7744         * src/gtk/quicksearch.c
7745         * src/gtk/quicksearch.h
7746         * src/gtk/sslcertwindow.c
7747         * src/gtk/sslcertwindow.h
7748         * src/plugins/clamav/clamav_plugin.c
7749         * src/plugins/clamav/clamav_plugin.h
7750         * src/plugins/clamav/clamav_plugin_gtk.c
7751         * src/plugins/demo/demo.c
7752         * src/plugins/dillo_viewer/dillo_prefs.c
7753         * src/plugins/dillo_viewer/dillo_prefs.h
7754         * src/plugins/dillo_viewer/dillo_viewer.c
7755         * src/plugins/mathml_viewer/mathml_viewer.c
7756         * src/plugins/pgpcore/passphrase.c
7757         * src/plugins/pgpcore/passphrase.h
7758         * src/plugins/pgpcore/plugin.c
7759         * src/plugins/pgpcore/prefs_gpg.c
7760         * src/plugins/pgpcore/prefs_gpg.h
7761         * src/plugins/pgpcore/select-keys.c
7762         * src/plugins/pgpcore/select-keys.h
7763         * src/plugins/pgpcore/sgpgme.c
7764         * src/plugins/pgpcore/sgpgme.h
7765         * src/plugins/pgpinline/pgpinline.c
7766         * src/plugins/pgpinline/pgpinline.h
7767         * src/plugins/pgpinline/plugin.c
7768         * src/plugins/pgpmime/pgpmime.c
7769         * src/plugins/pgpmime/pgpmime.h
7770         * src/plugins/pgpmime/plugin.c
7771         * src/plugins/spamassassin/spamassassin.c
7772         * src/plugins/spamassassin/spamassassin.h
7773         * src/plugins/spamassassin/spamassassin_gtk.c
7774         * src/plugins/trayicon/trayicon.c
7775         * tools/OOo2sylpheed.pl
7776         * tools/acroread2sylpheed.pl
7777         * tools/asus_mailled.sh
7778         * tools/filter_conv.pl
7779         * tools/freshmeat_search.pl
7780         * tools/google_search.pl
7781         * tools/kmail2sylpheed.pl
7782         * tools/kmail2sylpheed_v2.pl
7783         * tools/maildir2sylpheed.pl
7784         * tools/multiwebsearch.pl
7785         * tools/newscache_clean.pl
7786         * tools/outlook2sylpheed.pl
7787         * tools/sylpheed-switcher
7788         * tools/update-po
7789         * tools/vcard2xml.py
7790         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7791                 update FSF address
7792
7793 2005-09-21 [colin]      1.9.14cvs46
7794
7795         * src/gedit-print.c
7796         * src/procmsg.c
7797         * src/procmsg.h
7798         * src/textview.c
7799         * src/summaryview.c
7800                 Remove some printing hacks (deselection/reselection),
7801                 which by the way fix printing the currently 
7802                 displayed mime part (still only text)
7803                 Plus a little optimisation of summary_show
7804
7805
7806 2005-09-20 [colin]      1.9.14cvs45
7807
7808         * src/mainwindow.c
7809         * src/messageview.c
7810                 GUI fixups: add accels, set message
7811                 view title to displayed mail's subject
7812         * src/prefs_spelling.c
7813         * src/gtk/gtkaspell.c
7814                 GUI fixups: allow underlining misspelled
7815                 words instead of coloring them (a11y!)
7816
7817 2005-09-19 [colin]
7818
7819         1.9.15rc3 released
7820
7821 2005-09-19 [colin]      1.9.14cvs44
7822
7823         * src/compose.c
7824                 Fix draft message
7825         * src/gtk/gtkaspell.c
7826                 Fix wrong test ;-)
7827
7828 2005-09-19 [colin]      1.9.14cvs43
7829
7830         * src/addressbook.c
7831                 Fix sensitivity of Delete button
7832         * src/compose.c
7833                 Warn if the requested Privacy system
7834                 is not available
7835         * src/exphtmldlg.c
7836         * src/expldifdlg.c
7837         * src/importldif.c
7838         * src/importmutt.c
7839         * src/importpine.c
7840                 Fix crappy UI
7841         * src/
7842         * src/ssl.h
7843         * src/prefs_account.h
7844         * src/prefs_account.c
7845                 Save SSL prefs even in builds that have
7846                 SSL support disable
7847         * src/imap.c
7848         * src/inc.c
7849         * src/news.c
7850         * src/send_message.c
7851                 Warn if connection should be secure, but
7852                 SSL support isn't compiled in
7853         * src/gtkaspell.c
7854                 Fix word separation on UTF-8 systems
7855                 Fixes bug #812 (Strange inline spellchecking)
7856         * src/compose.c
7857                 Warn if the requested Privacy system
7858                 is not available
7859                 Factorize offline warning
7860         * src/imap.c
7861         * src/imap_gtk.c
7862         * src/imap_gtk.h
7863         * src/inc.h
7864         * src/news_gtk.c
7865         * src/news_gtk.h
7866         * src/messageview.c
7867                 Factorize offline warning
7868
7869 2005-09-19 [paul]
7870
7871         1.9.15-rc2 released
7872
7873 2005-09-18 [colin]      1.9.14cvs42
7874
7875         * src/codeconv.c
7876         * src/codeconv.h
7877         * src/procmime.c
7878                 Add a way to get locale's charset ignoring utf-8,
7879                 and use that as default encoding for broken mails
7880
7881 2005-09-18 [colin]      1.9.14cvs41
7882
7883         * src/gtk/logwindow.c
7884                 Translate string. Patch by Fabien Vantard
7885
7886 2005-09-18 [colin]      1.9.14cvs40
7887
7888         * configure.ac
7889                 Fix bug #803 (IMAP/SSL support breaks with 
7890                 GnuTLS libetpan 0.38)
7891
7892 2005-09-18 [colin]      1.9.14cvs39
7893
7894         * src/codeconv.c
7895         * src/compose.c
7896         * src/procmime.c
7897                 More charsets fixes. Fixes bug #806 (non
7898                 ascii characters in subject line)
7899
7900 2005-09-17 [paul]       1.9.14cvs38
7901
7902         * src/folderview.c
7903         * src/mainwindow.c
7904                 fix gcc-2.95 issues
7905                 Patch by Pawel Pekala
7906
7907 2005-09-17 [colin]      1.9.14cvs37
7908
7909         * src/addrindex.c
7910                 bugfix for NO-USE LDAP compilation, patch 
7911                 by Fabien Vantard
7912
7913 2005-09-17 [colin]      1.9.14cvs36
7914
7915         * src/prefs_actions.c
7916         * src/prefs_customheader.c
7917         * src/prefs_display_header.c
7918         * src/prefs_filtering_action.c
7919         * src/prefs_matcher.c
7920         * src/prefs_toolbar.c
7921                 Fix strange casts (less elegant but
7922                 works better)
7923
7924 2005-09-16 [colin]      1.9.14cvs35
7925
7926         * src/jpilot.c
7927                 Missed that one
7928
7929 2005-09-16 [colin]      1.9.14cvs34
7930
7931         * configure.ac
7932         * src/Makefile.am
7933         * src/addr_compl.c
7934         * src/addrindex.c
7935         * src/browseldap.c
7936         * src/editldap.c
7937         * src/ldaplocate.c
7938         * src/ldapquery.c
7939         * src/ldapquery.h
7940         * src/ldapserver.c
7941         * src/ldapserver.h
7942         * src/main.c
7943         * src/matcher_parser_parse.y
7944         * src/prefs_themes.c
7945         * src/etpan/Makefile.am
7946         * src/gtk/description_window.c
7947         * src/plugins/clamav/Makefile.am
7948         * src/plugins/clamav/clamav_plugin.c
7949         * src/plugins/dillo_viewer/Makefile.am
7950         * src/plugins/pgpcore/Makefile.am
7951         * src/plugins/pgpinline/Makefile.am
7952         * src/plugins/pgpmime/Makefile.am
7953         * src/plugins/trayicon/Makefile.am
7954                 Fix 100% cpu usage in address completion list
7955                 Fix little bugs (return with no values etc)
7956                 Fix all warnings (with common CFLAGS)
7957
7958 2005-09-15 [colin]      1.9.14cvs33
7959
7960         * src/addressbook.c
7961                 Fix bug where sometimes a group's email list is empty,
7962                 force its refresh (probably fixes "Re: how to create a 
7963                 distribution list")
7964         * src/ldapquery.c
7965                 Don't return to the callback in the main thread from the
7966                 fetch thread (or face segs!)
7967
7968 2005-09-15 [paul]       1.9.14cvs32
7969
7970         * src/prefs_matcher.c
7971                 forgotten in last commit
7972
7973 2005-09-15 [paul]       1.9.14cvs31
7974
7975         * src/prefs_actions.c
7976         * src/prefs_filtering_action.c
7977         * src/prefs_quote.c
7978         * src/quote_fmt.c
7979         * src/summaryview.c
7980         * src/gtk/description_window.c
7981         * src/gtk/description_window.h
7982         * src/gtk/quicksearch.c
7983                 allow interaction with the called
7984                 description window
7985                 Patch by Anders Hammar
7986
7987 2005-09-14 [paul]       1.9.14cvs30
7988
7989         * src/compose.c
7990                 fix a little annoyance when pasting with 3rd button 
7991                 with wrap_pastes=0 and wrap_input=1
7992                 Patch by Colin
7993
7994 2005-09-14 [paul]       1.9.14cvs29
7995
7996         * src/prefs_account.c
7997                 disable 'Filter messages on receiving' for
7998                 SMTP-only accounts
7999                 Patch  by Anders Hammar
8000
8001 2005-09-14 [paul]       1.9.14cvs28
8002
8003         * po/sk.po
8004                 fix crash
8005                 updated by Andrej Kacian
8006
8007 2005-09-14 [paul]
8008
8009         1.9.15-rc1 released
8010
8011 2005-09-14 [paul]       1.9.14cvs27
8012
8013         * po/es.po
8014                 updated by Ricardo Mones Lastra
8015         * src/compose.c
8016         * src/compose.h
8017                 associate no_wrap_tags to Compose windows
8018                 instead of using a static one
8019                 Patch by Colin
8020         * src/mbox.c
8021                 fix proc_mbox()
8022                 Patch by wwp
8023         * src/textview.c
8024                 remove unneeded printf()
8025
8026 2005-09-14 [paul]       1.9.14cvs26
8027
8028         * src/addrcache.c
8029         * src/codeconv.h
8030         * src/folder.h
8031         * src/mainwindow.h
8032         * src/mh.c
8033         * src/mimeview.h
8034         * src/partial_download.c
8035         * src/pop.c
8036         * src/prefs_account.c
8037         * src/prefs_account.h
8038         * src/prefs_actions.c
8039         * src/prefs_customheader.c
8040         * src/prefs_display_header.c
8041         * src/prefs_filtering_action.c
8042         * src/prefs_matcher.c
8043         * src/prefs_toolbar.c
8044         * src/privacy.h
8045         * src/procmime.c
8046         * src/procmime.h
8047         * src/procmsg.h
8048         * src/textview.c
8049         * src/undo.h
8050         * src/common/plugin.c
8051         * src/common/session.h
8052         * src/common/socket.c
8053         * src/common/socket.h
8054         * src/common/template.c
8055         * src/gtk/gtkaspell.c
8056         * src/gtk/quicksearch.h
8057         * src/plugins/pgpcore/passphrase.c
8058         * src/plugins/pgpcore/prefs_gpg.h
8059         * src/plugins/pgpcore/select-keys.c
8060         * src/plugins/pgpcore/select-keys.h
8061         * src/plugins/pgpcore/sgpgme.c
8062         * src/plugins/pgpinline/pgpinline.c
8063         * src/plugins/pgpmime/pgpmime.c
8064         * src/plugins/trayicon/trayicon.c
8065                 fix compilation warnings
8066                 Patch by Daniel Gustafson
8067
8068 2005-09-14 [paul]       1.9.14cvs25
8069
8070         * src/addressbook.c
8071                 add missing column header, and other small
8072                 bug fixes
8073                 Patch by Anders Hammar
8074
8075 2005-09-13 [colin]      1.9.14cvs24
8076
8077         * src/gtk/gtkaspell.c
8078                 Fix non-utf8 in menu
8079                 Fix little leaks
8080                 Nullify struct members after free()s
8081
8082 2005-09-13 [colin]      1.9.14cvs23
8083
8084         * src/compose.c
8085                 Test utf8 compliance before inserting to 
8086                 buffer, and try to convert if necessary
8087         * src/procmime.c
8088                 If no charset is present, use the locale 
8089                 one instead of us-ascii
8090         * src/procmsg.c
8091                 Add Sender, List-Post and To in the checked 
8092                 headers for automatic rules creation 
8093                 (thanks to wwp)
8094         * src/prefs_themes.c
8095         * src/gtk/gtkaspell.c
8096                 Remove deprecated functions. 
8097                 patch by Daniel Gustafson
8098
8099 2005-09-12 [colin]      1.9.14cvs22
8100
8101         * src/compose.c
8102                 Fix bug #448 (Scrolling/Redraw issue with 
8103                 address-fields in Header)
8104         * src/mainwindow.c
8105         * src/summaryview.c
8106         * src/summaryview.h
8107                 Fix loss of MSG_MARKED on move/copy
8108                 Fix bug #804 (Quicksearch togglebutton doesn't 
8109                 get depressed after '/' key is pressed)
8110
8111 2005-09-12 [paul]       1.9.14cvs21
8112
8113         * AUTHORS
8114         * src/gtk/logwindow.c
8115                 add 'Clear Log' to popup menu
8116                 Patch by Anders Hammar <anders.hammar@telia.com>
8117
8118 2005-09-12 [paul]       1.9.14cvs20
8119
8120         * src/compose.c
8121                 set correct sensitivity on attachments
8122                 popup menu
8123         * src/folder.c
8124                 fix typo
8125         * src/prefs_spelling.c
8126                 fix crash when no LANG env is set
8127         * src/common/xml.c
8128                 fix crash in wizard
8129                 don't use memeory after free
8130
8131         All patches by Daniel Gustafson
8132
8133 2005-09-12 [paul]       1.9.14cvs19
8134
8135         * src/prefs_themes.c
8136                 make theme info selectable
8137         * src/gtk/description_window.c
8138                 make window non-modal
8139         * tools/README
8140                 add details of asus_mailed.sh
8141         * tools/claws.i18n.status.pl
8142                 update for new zh_TW translator
8143                 widen the output
8144                 create alternate coloured lines
8145                 improve readability
8146
8147 2005-09-10 [colin]      1.9.14cvs18
8148
8149         * src/plugins/pgpcore/select-keys.c
8150                 Better order for the buttons
8151
8152 2005-09-10 [colin]      1.9.14cvs17
8153
8154         * src/compose.c
8155         * src/plugins/pgpcore/select-keys.c
8156         * src/plugins/pgpcore/select-keys.h
8157         * src/plugins/pgpcore/sgpgme.c
8158                 Add a "Don't encrypt" button to the key
8159                 selection dialog. Fixes bug #177 (There should be a 
8160                 'Don't encrypt button in the Select Keys dialog)
8161
8162 2005-09-10 [colin]      1.9.14cvs16
8163
8164         * src/compose.c
8165                 Fix bug #572 (%X option does not work with templates)
8166
8167 2005-09-10 [colin]      1.9.14cvs15
8168
8169         * src/toolbar.c 
8170                 Remove g_print
8171
8172 2005-09-10 [colin]      1.9.14cvs14
8173
8174         * src/imap.c
8175                 Fix a possible crash
8176
8177 2005-09-09 [colin]      1.9.14cvs13
8178
8179         * src/imap.c
8180         * src/etpan/imap-thread.c
8181         * src/etpan/imap-thread.h
8182                 Fix moving from queue or drafts to normal folders
8183                 Fix bug #794 (No way to delete without expunging)
8184                 Take flags unset by other mailers into account
8185                 Take deleted flag set by other mailers into account
8186                 Fix unsetting REPLIED flag
8187                 Fix crash when capabilities can't be retrieved
8188         * src/mainwindow.c
8189         * src/mainwindow.h
8190                 Add M_DELAYED_FLAGS condition, and let the user use
8191                 Execute in order to be able to expunge deleted mails,
8192                 even if he's not in delayed execute mode
8193         * src/prefs_spelling.c
8194                 Use 'en' dictionary by default if LANG is POSIX or C
8195         * src/gtk/prefswindow.c
8196                 Fix bug #767 (Preferences windows expanding) by making
8197                 the window a bit larger when the resolution is greater
8198                 than 640x480, and by putting the prefs in a
8199                 GtkScrolledWindow.
8200
8201 2005-09-09 [paul]       1.9.14cvs12
8202
8203         * AUTHORS
8204         * configure.ac
8205         * po/zh_TW.Big5.po      ** REMOVED **
8206         * po/zh_TW.po           ** ADDED **
8207                 updated by Wei-Lun Chao
8208
8209 2005-09-09 [paul]       1.9.14cvs11
8210
8211         * src/mainwindow.c
8212                 fix asserts
8213         * src/common/xml.c
8214                 delay memory allocation until file is
8215                 opened successfully
8216                 Patch by Daniel Gustafson
8217
8218 2005-09-09 [colin]      1.9.14cvs10
8219
8220         * src/imap.c
8221                 Add guards
8222
8223 2005-09-08 [colin]      1.9.14cvs9
8224
8225         * src/compose.c
8226                 Alert when we can't save draft
8227                 Fix various wrap/color issues
8228                 Add mid-click pasting respecting wrap_paste option
8229         * src/folder.c
8230         * src/folder.h
8231         * src/folder_item_prefs.c
8232         * src/folder_item_prefs.h
8233         * src/imap.c
8234         * src/imap_gtk.c
8235         * src/imap_gtk.h
8236         * src/main.c
8237         * src/mainwindow.c
8238         * src/mainwindow.h
8239         * src/news.c
8240         * src/news_gtk.c
8241         * src/news_gtk.h
8242         * src/prefs_folder_item.c
8243                 Fix the impossibility to synchronise folders for
8244                 offline use (IMAP and NNTP are concerned)
8245
8246 2005-09-08 [colin]      1.9.14cvs8
8247
8248         * configure.ac
8249                 Build LDAP and JPilot by default if available
8250         * src/textview.c
8251                 Fix use after free
8252
8253 2005-09-08 [paul]       1.9.14cvs7
8254
8255         * doc/manual/en/sylpheed-1.html
8256         * doc/manual/en/sylpheed-18.html
8257         * doc/manual/en/sylpheed-19.html
8258         * doc/manual/en/sylpheed-4.html
8259         * doc/manual/en/sylpheed-6.html
8260         * doc/manual/en/sylpheed.html
8261                 a few minor updates, plus include some
8262                 details about plugins and their requirements
8263         * src/mainwindow.c
8264                 minor changes to English in /View/Sort
8265
8266 2005-09-07 [colin]      1.9.14cvs6
8267
8268         * doc/manual/en/sylpheed-1.html
8269         * doc/manual/en/sylpheed-10.html
8270         * doc/manual/en/sylpheed-11.html
8271         * doc/manual/en/sylpheed-12.html
8272         * doc/manual/en/sylpheed-13.html
8273         * doc/manual/en/sylpheed-14.html
8274         * doc/manual/en/sylpheed-15.html
8275         * doc/manual/en/sylpheed-16.html
8276         * doc/manual/en/sylpheed-17.html
8277         * doc/manual/en/sylpheed-18.html
8278         * doc/manual/en/sylpheed-19.html
8279         * doc/manual/en/sylpheed-2.html
8280         * doc/manual/en/sylpheed-20.html
8281         * doc/manual/en/sylpheed-21.html
8282         * doc/manual/en/sylpheed-22.html
8283         * doc/manual/en/sylpheed-3.html
8284         * doc/manual/en/sylpheed-4.html
8285         * doc/manual/en/sylpheed-5.html
8286         * doc/manual/en/sylpheed-6.html
8287         * doc/manual/en/sylpheed-7.html
8288         * doc/manual/en/sylpheed-8.html
8289         * doc/manual/en/sylpheed-9.html
8290         * doc/manual/en/sylpheed.html
8291                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8292
8293 2005-09-07 [colin]      1.9.14cvs5
8294
8295         * src/mainwindow.c
8296                 Make labels more to-the-point
8297
8298 2005-09-07 [colin]      1.9.14cvs4
8299
8300         * doc/manual/en/sylpheed-1.html
8301         * doc/manual/en/sylpheed-12.html
8302         * doc/manual/en/sylpheed-13.html
8303         * doc/manual/en/sylpheed-14.html
8304         * doc/manual/en/sylpheed-15.html
8305         * doc/manual/en/sylpheed-16.html
8306         * doc/manual/en/sylpheed-17.html
8307         * doc/manual/en/sylpheed-18.html
8308         * doc/manual/en/sylpheed-19.html
8309         * doc/manual/en/sylpheed-2.html
8310         * doc/manual/en/sylpheed-20.html
8311         * doc/manual/en/sylpheed-21.html
8312         * doc/manual/en/sylpheed-22.html
8313         * doc/manual/en/sylpheed-4.html
8314         * doc/manual/en/sylpheed-5.html
8315         * doc/manual/en/sylpheed-6.html
8316         * doc/manual/en/sylpheed-7.html
8317         * doc/manual/en/sylpheed-8.html
8318         * doc/manual/en/sylpheed-9.html
8319         * doc/manual/en/sylpheed.html
8320                 Update manual
8321
8322 2005-09-07 [colin]      1.9.14cvs3
8323
8324         * doc/faq/en/sylpheed-faq-1.html
8325         * doc/faq/en/sylpheed-faq-2.html
8326         * doc/faq/en/sylpheed-faq-3.html
8327         * doc/faq/en/sylpheed-faq.html
8328                 Update FAQ
8329
8330 2005-09-07 [colin]      1.9.14cvs2
8331
8332         * src/folderview.c
8333         * src/procmsg.c
8334         * src/summaryview.c
8335         * src/toolbar.c
8336                 Fix special subfolders:
8337                 - Inherit parent's icon
8338                 - sent contents of queues subfolders
8339                 - empty subfolders of trashes
8340         * src/mainwindow.c
8341                 Remove outdated manual and faq entries
8342         * src/common/utils.c
8343                 Add quotes around %s coming from mailcap
8344
8345 2005-09-07 [colin]      1.9.14cvs1
8346
8347         * src/compose.c
8348                 After saving draft, set modified to FALSE
8349         * src/mimeview.c
8350         * src/common/utils.c
8351         * src/common/utils.h
8352                 Try to open mime parts using what is 
8353                 indicated in ~/.mailcap or /etc/mailcap,
8354                 if possible.
8355
8356 2005-09-05 [paul]       1.9.14
8357
8358         1.9.14 released
8359
8360         * po/sk.po
8361                 updated by Andrej Kacian
8362
8363 2005-09-05 [paul]       1.9.13cvs83
8364
8365         * po/de.po
8366         * po/es.po
8367         * po/fi.po
8368         * po/fr.po
8369         * po/nb.po
8370         * po/pt_BR.po
8371         * po/sr.po
8372                 updated translations by Thomas Gilgin, Ricardo Mones
8373                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8374                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8375
8376 2005-09-04 [paul]       1.9.13cvs82
8377
8378         * src/compose.c
8379                 only warn about exceeded line length limit
8380                 on send
8381
8382 2005-09-04 [paul]       1.9.13cvs81
8383
8384         * src/compose.c
8385                 fix crash in 'line length exceeded' dialogue
8386
8387 2005-09-02 [paul]       1.9.13cvs80
8388
8389         * src/imap.c
8390                 fix bug 795, 'Connection lost IMAP'
8391                 and add statusbar prints
8392                 Patch by Colin
8393
8394 2005-09-02 [paul]       1.9.13cvs79
8395
8396         * src/compose.c
8397                 compose_wrap_paragraph() becomes
8398                 compose_beautify_paragraph()
8399                 Patch by Colin
8400
8401 2005-09-02 [colin]      1.9.13cvs78
8402
8403         * src/folderview.c
8404                 Micro-fix
8405
8406 2005-09-01 [colin]      1.9.13cvs77
8407
8408         * src/imap.c
8409                 Maybe fix bug #795 (Connection lost IMAP)
8410                 Don't try to send logout when we're disconnected.
8411         * src/summaryview.c
8412                 Include locked and marked emails in HRM
8413                 view. Fixes bug #800 (Locked messages no longer 
8414                 show up when hide read messages is used)
8415
8416 2005-09-01 [paul]       1.9.13cvs76
8417
8418         * src/prefs_common.c
8419                 fix bad cutting
8420
8421 2005-08-31 [colin]      1.9.13cvs75
8422
8423         * src/folderview.c
8424         * src/folderview.h
8425         * src/prefs_summaries.c
8426         * src/summaryview.c
8427                 Fix "go to next new", fix preference
8428                 (Open unread/next swapped)
8429
8430 2005-08-31 [paul]       1.9.13cvs74
8431
8432         * src/compose.c
8433         * src/folderview.c
8434         * src/headerview.c
8435         * src/headerview.h
8436         * src/mainwindow.c
8437         * src/prefs_common.c
8438         * src/prefs_common.h
8439         * src/prefs_fonts.c
8440         * src/summaryview.c
8441         * src/textview.c
8442         * src/common/defs.h
8443                 remove obsolete BOLD_FONT setting
8444                 fix font update in headerview and textview
8445                 headers after prefs change
8446                 Patch By Colin
8447
8448 2005-08-31 [paul]
8449
8450         1.9.14-rc4 released
8451
8452 2005-08-30 [colin]      1.9.13cvs73
8453
8454         * src/summaryview.c
8455                 When Hide read messages is selected and we
8456                 refresh the summaryview, don't remove the 
8457                 currently displayed message. Fixes bug #797
8458                 (Summary view reloads when new mail is 
8459                 downloaded in 1.9.14 rc)
8460
8461 2005-08-30 [colin]      1.9.13cvs72
8462
8463         * src/folderview.c
8464                 Fix flickering
8465         * src/mainwindow.c
8466                 Remove useless callback
8467         * src/mimeview.c
8468         * src/gtk/filesel.c
8469         * src/gtk/filesel.h
8470                 Add a filesel_select_file_save_folder() - used by Save All
8471
8472 2005-08-29 [paul]       1.9.13cvs71
8473
8474         * AUTHORS
8475         * src/matcher_parser_parse.y
8476         * src/etpan/imap-thread.c
8477                 fix building on FreeBSD
8478                 Patch by Daniel Gustafson <daniel@hobbit.se>
8479
8480 2005-08-29 [paul]       1.9.13cvs70
8481
8482         * src/plugins/pgpinline/pgpinline.c
8483                 only initialise sig result if it's been handled
8484                 Patch by Colin
8485
8486 2005-08-29 [paul]       1.9.13cvs69
8487         
8488         Patches by Colin:
8489
8490         * src/imap.c
8491         * src/common.utils.c
8492         * src/common/utils.h
8493                 optimisation
8494         * src/stock_pixmap.h
8495                 fix wrong icon reference
8496         * src/pixmaps/trash_btn.xpm
8497                 replace with nicer image
8498
8499 2005-08-28 [colin]      1.9.13cvs68
8500
8501         * src/Makefile.am
8502         * src/stock_pixmap.c
8503         * src/stock_pixmap.h
8504         * src/toolbar.c
8505         * src/pixmaps/trash_btn.xpm
8506                 Add a specific trash xpm for the button
8507
8508 2005-08-28 [colin]      1.9.13cvs67
8509
8510         * src/imap.c
8511                 Fix leak
8512
8513 2005-08-27 [colin]      1.9.13cvs66
8514
8515         * src/imap.c
8516         * src/procmime.c
8517                 Correctly fix "Problem with replies", fixes
8518                 pgpmime encryption too. 
8519
8520 2005-08-27 [colin]      1.9.13cvs65
8521
8522         * src/folder.c
8523         * src/procmsg.c
8524         * src/procmsg.h
8525         * src/summaryview.c
8526                 Fix bug #517 (messages removed from summaryview 
8527                 when moving fails)
8528
8529 2005-08-27 [colin]      1.9.13cvs64
8530
8531         * tools/Makefile.am
8532         * tools/asus_mailled.sh
8533                 Add a script to blink ASUS laptops' mail LED where there
8534                 is unread mail.
8535
8536 2005-08-27 [colin]      1.9.13cvs63
8537
8538         * src/imap.c
8539         * src/etpan/imap-thread.c
8540         * src/etpan/imap-thread.h
8541                 Implement automatic choosing of login method
8542                 Fixes bug #791
8543         * src/gtk/.cvsignore
8544                 Add sylpheed-marshal.[ch]
8545
8546 2005-08-27 [colin]      1.9.13cvs62
8547
8548         * src/common/utils.c
8549                 Fix confusing perror
8550
8551 2005-08-27 [colin]      1.9.13cvs61
8552
8553         * src/toolbar.c
8554         * src/toolbar.h
8555                 Remove A_DELETE, replace it with 
8556                 A_TRASH and A_DELETE_REAL. Automatically
8557                 rewrite config files to replace A_DELETE
8558                 with A_TRASH (no functionality change).
8559                 Fixes half of #794
8560
8561 2005-08-26 [colin]      1.9.13cvs60
8562
8563         * src/procmime.c
8564                 Previous "Problem with replies" fix brought other
8565                 problems, fixing them
8566
8567 2005-08-26 [colin]      1.9.13cvs59
8568
8569         * src/procmime.c
8570                 Fix "Problem with replies". This happened only
8571                 on IMAP...
8572         * src/procmsg.c
8573                 Factorize code a bit
8574         * src/compose.c
8575                 Speed improvement on very long messages (wrapping)
8576                 Fix signature color on Reedit and Redirect
8577                 On Reedit, don't attach pgp-signatures parts, but
8578                 set signing to On.
8579
8580 2005-08-24 [paul]       1.9.13cvs58
8581
8582         * src/compose.c
8583                 don't claim success when clicking
8584                 Cancel on the passphrase box.
8585                 Patch by Colin
8586
8587 2005-08-24 [paul]       1.9.13cvs57
8588
8589         * src/main.c
8590                 fix misplaced sylpheed.log
8591         * src/common/defs.h
8592                 define UIDL_DIR
8593
8594 2005-08-24 [paul]       1.9.13cvs56
8595
8596         * src/imap.c
8597         * src/etpan/imap-thread.c
8598         * src/etpan/imap-thread.h
8599                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8600                 Patch by Colin
8601         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8602         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8603                 remove autogenerated files
8604         * tools/kdeservicemenu/README
8605         * tools/kdeservicemenu/install.sh
8606         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8607         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8608                 use Claws icon, use 'Sylpheed-Claws' in menu,
8609                 use kdialog, and other cleanups
8610
8611 2005-08-23 [paul]       1.9.13cvs55
8612
8613         * src/compose.c
8614                 fix paste/wrap crash
8615                 Patch by Colin
8616
8617 2005-08-23 [paul]       1.9.13cvs54
8618
8619         * src/main.c
8620                 fix crash recovery
8621                 Patch by Colin
8622
8623 2005-08-23 [paul]       1.9.13cvs53
8624
8625         * src/addressbook.c
8626         * src/editaddress.c
8627                 view all data of LDAP contacts
8628                 Patch by Colin
8629
8630 2005-08-23 [paul]       1.9.13cvs52
8631
8632         * src/addressbook.c
8633                 fix issues with the Search field
8634                 Patch by Colin
8635
8636 2005-08-22 [paul]       1.9.13cvs51
8637
8638         * src/folderview.c
8639                 put name of folder in processing dialog
8640                 title
8641         * src/prefs_folder_item.c
8642                 improve english usage
8643
8644 2005-08-22 [paul]       1.9.13cvs50
8645
8646         * src/filtering.c
8647         * src/filtering.h
8648         * src/matcher.c
8649         * src/matcher_parser_lex.l
8650         * src/matcher_parser_parse.y
8651         * src/prefs_filtering.c
8652                 add Filtering/Processing rule names feature.
8653                 (the incompatible old matcherrc is saved as
8654                 matcherrc.pre_names).
8655                 Patch by Colin
8656
8657 2005-08-22 [paul]       1.9.13cvs49
8658
8659         * src/procmsg.c
8660                 fix colour labelling
8661                 Patch by Colin
8662
8663 2005-08-22 [paul]       1.9.13cvs48
8664
8665         * src/textview.c
8666                 fix open_image_cb()
8667
8668 2005-08-22 [paul]       1.9.13cvs47
8669
8670         * src/imap.c
8671                 fix bug 789, 'SC crashes with imap (CVS ver)'
8672                 Patch by Colin
8673
8674 2005-08-22 [paul]       1.9.13cvs46
8675
8676         * src/mimeview.c
8677         * src/prefs_common.c
8678         * src/common/defs.h
8679                 define reused defaults in defs.h
8680         * src/textview.c
8681                 add 'Open image' to image popup menu
8682
8683 2005-08-21 [colin]      1.9.13cvs45
8684
8685         * src/summaryview.c
8686                 Fix bug #788 (Bogus "From" address displayed)
8687
8688 2005-08-20 [colin]      1.9.13cvs44
8689
8690         * src/folder.c
8691                 Fix buf #787 (multilevel delete causes SIGSEGV)
8692
8693 2005-08-19 [colin]      1.9.13cvs43
8694
8695         * src/inc.c
8696         * src/prefs_common.c
8697         * src/prefs_common.h
8698                 Add an hidden pref to allow modifying the
8699                 update stepping in incorporation.
8700                 Patch by wwp.
8701
8702 2005-08-19 [colin]      1.9.13cvs42
8703
8704         * src/compose.c
8705         * src/procmime.c
8706                 Workaround for broken MUAs: encode 
8707                 Content-type: name: as ASCII and 
8708                 Content-Disposition: filename: as
8709                 per rfc2231
8710         * src/prefs_account.c
8711                 Fix invisible-ness of SMTP SSL prefs
8712                 in NNTP accounts
8713
8714 2005-08-19 [paul]       1.9.13cvs41
8715
8716         * src/compose.c
8717         * src/prefs_common.c
8718         * src/prefs_common.h
8719         * src/prefs_wrapping.c
8720                 paste with or without wrapping.
8721                 patch by Colin
8722
8723 2005-08-19 [paul]       1.9.13cvs40
8724
8725         * src/prefs_common.c
8726         * src/prefs_common.h
8727         * src/summaryview.c
8728                 reintroduce enable_swap_from as a
8729                 hidden pref. patch by Colin
8730         * src/quote_fmt_parse.y
8731         * src/plugins/clamav/clamav_plugin.c
8732         * src/plugins/dillo_viewer/dillo_viewer.c
8733         * src/plugins/mathml_viewer/mathml_viewer.c
8734         * src/plugins/pgpcore/sgpgme.c
8735         * src/plugins/pgpinline/pgpinline.c
8736         * src/plugins/pgpmime/pgpmime.c
8737                 tidy up. patch by Colin
8738
8739 2005-08-19 [paul]       1.9.13cvs39
8740
8741         * configure.ac
8742                 complete cvs38's sync
8743         * src/editaddress.c
8744         * src/gedit-print.c
8745         * src/mutt.c
8746         * src/etpan/etpan-log.c
8747         * src/etpan/imap-thread.c
8748         * src/gtk/gtksourceprintjob.c
8749                 fix compilation warnings
8750                 (patch by Colin)
8751
8752 2005-08-19 [paul]       1.9.13cvs38
8753
8754         sync with main:
8755
8756         * src/account.c
8757         * src/action.c
8758         * src/addrbook.c
8759         * src/addrcache.c
8760         * src/addrharvest.c
8761         * src/addrindex.c
8762         * src/codeconv.c
8763         * src/compose.c
8764         * src/crash.c
8765         * src/exporthtml.c
8766         * src/exportldif.c
8767         * src/folder.c
8768         * src/image_viewer.c
8769         * src/inc.c
8770         * src/inc.h
8771         * src/jpilot.c
8772         * src/ldif.c
8773         * src/main.c
8774         * src/matcher.c
8775         * src/mbox.c
8776         * src/messageview.c
8777         * src/mh.c
8778         * src/mimeview.c
8779         * src/msgcache.c
8780         * src/mutt.c
8781         * src/news.c
8782         * src/partial_download.c
8783         * src/pine.c
8784         * src/pop.c
8785         * src/prefs_actions.c
8786         * src/prefs_common.c
8787         * src/prefs_customheader.c
8788         * src/prefs_display_header.c
8789         * src/prefs_gtk.c
8790         * src/prefs_themes.c
8791         * src/procheader.c
8792         * src/procmime.c
8793         * src/procmsg.c
8794         * src/recv.c
8795         * src/send_message.c
8796         * src/simple-gettext.c
8797         * src/sourcewindow.c
8798         * src/textview.c
8799         * src/vcard.c
8800         * src/common/defs.h
8801         * src/common/log.c
8802         * src/common/plugin.c
8803         * src/common/prefs.c
8804         * src/common/session.c
8805         * src/common/session.h
8806         * src/common/socket.c
8807         * src/common/socket.h
8808         * src/common/ssl_certificate.c
8809         * src/common/template.c
8810         * src/common/utils.c
8811         * src/common/utils.h
8812         * src/common/xml.c
8813         * src/gtk/about.c
8814         added wrappers for C library function that
8815                 take pathname arguments.
8816                 enabled compilation with MinGW.
8817                 use GDir instead of directly using opendir().
8818                 added rename_force().
8819
8820 2005-08-19 [paul]       1.9.13cvs37
8821         
8822         patches by Colin:
8823         * src/compose.c
8824                 fix privacy settings on re-editing
8825                 a sent message
8826         * src/jpilot.c
8827                 fix encoding bug
8828         * src/folder.c
8829         * src/procmsg.c
8830         * src/procmsg.h
8831         * src/summaryview.c
8832                 flag changing optimisation
8833
8834 2005-08-18 [martin]     1.9.13cvs36
8835
8836         * commitHelper
8837             added my login
8838         * src/addrcache.c
8839         * src/addrharvest.c
8840         * src/addrindex.c
8841         * src/compose.c
8842         * src/grouplistdialog.c
8843         * src/main.c
8844         * src/mainwindow.c
8845         * src/msgcache.c
8846         * src/mutt.c
8847         * src/pine.c
8848         * src/prefs_account.c
8849         * src/prefs_themes.c
8850         * src/stock_pixmap.c
8851         * src/summaryview.c
8852         * src/gtk/about.c
8853         * src/gtk/logwindow.c
8854             removed deprecated glib and gdk stuff
8855         * src/plugins/pgpcore/select-keys.c
8856             convert attributes from locale to utf8
8857
8858 2005-08-17 [paul]       1.9.13cvs35
8859
8860         * src/account.c
8861         * src/addressbook.c
8862                 use new GTK_STOCK_ icons if available
8863         * src/summaryview.c
8864         * src/gtk/gtksctree.c
8865         * src/gtk/gtksctree.h
8866                 faster range select. patch by Colin
8867
8868 2005-08-17 [paul]       1.9.13cvs34
8869
8870         patches by colin:
8871         * src/addressbook.c
8872         * src/addressitem.h
8873                 Add an edit button for contacts, fix selections
8874                 of gtksctree items
8875         * src/editaddress.c
8876                 Change labels, let Save be always possible in the
8877                 email and user atributes tabs
8878         * src/folderview.c
8879                 fix sort issues
8880         * src/summaryview.c
8881                 select next item instead of the displayed one
8882                 after deletion
8883
8884         * src/gtk/progressdialog.c
8885                 use prefs_common.enable_rules_hint
8886
8887 2005-08-13 [hoa]        1.9.13cvs33
8888
8889         * src/etpan/imap-thread.c
8890                 fixed build on Solaris.
8891
8892 2005-08-10 [colin]      1.9.13cvs32
8893
8894         * src/procmsg.c
8895                 Fix cvs31 (missing fclose before reading
8896                 the file)
8897
8898 2005-08-10 [colin]      1.9.13cvs31
8899
8900         * src/procmsg.c
8901                 Fix procmsg_msginfo_new_from_mimeinfo() when
8902                 the MimeInfo isn't stored in memory. This fixes
8903                 replying to an attached message.
8904
8905 2005-08-10 [colin]      1.9.13cvs30
8906
8907         * src/mainwindow.c
8908                 Fix slowness in account changing
8909
8910 2005-08-10 [colin]      1.9.13cvs29
8911
8912         * src/folder.c
8913         * src/folderutils.c
8914         * src/folderview.c
8915         * src/imap_gtk.c
8916         * src/mainwindow.c
8917         * src/mh_gtk.c
8918         * src/procmsg.c
8919         * src/summaryview.c
8920                 Optimize folder_has_parent_of_type
8921                 Prevent moving special sub-folders from contextual menus
8922                 Rework message a bit ("Empty all messages" -> "Delete all
8923                 messages")
8924                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8925                 and "Deleted Items" folders)
8926
8927 2005-08-08 [colin]      1.9.13cvs28
8928
8929         * src/summaryview.c
8930         * src/prefs_summaries.c
8931                 Make "Select first unread|new" more flexible
8932                 (just prioritize new or unread)
8933
8934 2005-08-08 [colin]      1.9.13cvs27
8935
8936         * src/summaryview.c
8937                 If "select first new" is selected and there only
8938                 are unread messages, fallback to "select first
8939                 unread".
8940
8941 2005-08-08 [colin]      1.9.13cvs26
8942
8943         * src/folder.c
8944                 Fix shameful bugs (and bug #779)
8945
8946 2005-08-08 [colin]      1.9.13cvs25
8947
8948         * src/folder.c
8949         * src/folder.h
8950                 Cache parents' type to make folder_has_parent_of_type
8951                 faster
8952         * src/folderview.c
8953                 Forbid DnD of special sub-folders
8954         * src/procmsg.c
8955         * src/procmsg.h
8956                 Add MAIL_POSTFILTERING_HOOK
8957         * src/summaryview.c
8958                 Revert over-zealous deletion of the use_addr_book 
8959                 code
8960
8961 2005-08-07 [colin]      1.9.13cvs24
8962
8963         * src/folder.c
8964                 Fix big mistake (passing MsgInfo instead 
8965                 of FolderItem)
8966
8967 2005-08-07 [colin]      1.9.13cvs23
8968
8969         * src/compose.c
8970         * src/folder.c
8971         * src/folder.h
8972         * src/foldersel.c
8973         * src/folderutils.c
8974         * src/folderview.c
8975         * src/imap.c
8976         * src/mainwindow.c
8977         * src/messageview.c
8978         * src/mh.c
8979         * src/msgcache.c
8980         * src/procmime.c
8981         * src/summaryview.c
8982                 Make subfolders of Drafts, Queue, Outbox, Trash
8983                 work like their parents. 
8984                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8985
8986 2005-08-07 [colin]      1.9.13cvs22
8987
8988         * src/addressbook.c
8989                 Fix bug #771 (Dragged contacts not saved)
8990
8991 2005-08-07 [paul]       1.9.13cvs21
8992
8993         * src/summaryview.c
8994                 fix bug 32 'Search Doesn't display results
8995                 if "Hide Read Messages" is chosen'
8996                 be more literal in interpreting 'Hide read
8997                 messages'
8998
8999 2005-08-07 [colin]      1.9.13cvs20
9000
9001         * src/folderview.c
9002                 Add debug
9003         * src/summaryview.c
9004                 Faster 'unthread_for_execution'
9005
9006 2005-08-06 [paul]       1.9.13cvs19
9007
9008         * src/mainwindow.c
9009                 add mnemonics to Set displayed columns
9010                 fix bug where msgview_visible option was
9011                 overwritten as TRUE on startup
9012
9013 2005-08-06 [paul]       1.9.13cvs18
9014
9015         * src/mainwindow.c
9016                 refer to 'displayed columns in folder/message
9017                 list' not 'displayed items in summary/message view'
9018         * src/prefs_display_header.c
9019                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9020                 be consistent with similar dialogues
9021         * src/prefs_folder_column.c
9022         * src/prefs_summary_column.c
9023                 'columns' not 'items', and folder and message lists,
9024                 instead of folder and summary views;
9025                 Use 'Hidden columns' as list heading not 'Available
9026                 items';
9027                 move the 'Remove' button to the right hand side;
9028                 top-align the buttons;
9029                 remove unneeded vbox
9030         * src/prefs_summaries.c
9031                 put the 2 column prefs buttons in a frame to reduce
9032                 overall width; refer to columns not items &c.
9033
9034 2005-08-05 [colin]      1.9.13cvs17
9035
9036         * src/prefs_common.c
9037         * src/prefs_common.h
9038         * src/mainwindow.c
9039         * src/compose.c
9040         * src/messageview.c
9041                 Add an hidden toolbar_detachable pref, so
9042                 that I can get rid of these painful handles
9043                 in the toolbars. Defaults to TRUE to avoid
9044                 changing the GUI on unsuspecting people...
9045
9046 2005-08-05 [colin]      1.9.13cvs16
9047
9048         * src/Makefile.am
9049         * src/prefs_folder_column.c
9050         * src/prefs_folder_column.h
9051                 Add prefs for folder columns
9052         * src/folderview.c
9053         * src/folderview.h
9054         * src/mainwindow.c
9055         * src/mainwindow.h
9056         * src/prefs_common.c
9057         * src/prefs_common.h
9058         * src/prefs_summaries.c
9059                 Use them
9060         * src/prefs_summary_column.c
9061         * src/summaryview.c
9062         * src/summaryview.h
9063                 Add a To column
9064         * src/textview.c
9065         * src/common/utils.c
9066         * src/common/utils.h
9067                 Move uri colourisation functions
9068                 to utils
9069         * src/compose.c
9070                 Colourise URIs
9071         * src/imap.c
9072                 Fix bug with LIST where we'd try
9073                 to get Folder//////[...]/// 
9074
9075 2005-08-05 [paul]       1.9.13cvs15
9076
9077         * src/prefs_summaries.c
9078                 improve the English usage
9079         * src/summaryview.c
9080                 set font on column change
9081                 thanks to Colin
9082
9083 2005-08-05 [paul]       1.9.13cvs14
9084
9085         * src/prefs_common.c
9086         * src/prefs_common.h
9087         * src/prefs_summaries.c
9088         * src/summaryview.c
9089                 replace 'open_unread_on_enter' option with
9090                 'select_on_entry' option. opening/not opening
9091                 is now exclusively controlled by 'always_show_msg'
9092
9093 2005-08-04 [colin]      1.9.13cvs13
9094
9095         * src/compose.c
9096                 Remove dead code
9097                 Add colourisation of quotes and signatures
9098         * src/folderview.c
9099                 Fix possible crashes
9100         * src/messageview.c
9101                 Change an assert that is no problem
9102         * src/news.c
9103         * src/news_gtk.c
9104         * src/news_gtk.h
9105                 Fix offline mode
9106         * src/gtk/quicksearch.c
9107                 Fix a possible crash
9108
9109 2005-08-03 [colin]      1.9.13cvs12
9110
9111         * src/prefs_account.c
9112                 Fix bug #777 (Sylpheed crash in account configuration)
9113
9114 2005-08-03 [colin]      1.9.13cvs11
9115
9116         * src/addressbook.c
9117         * src/editaddress.c
9118         * src/editgroup.c
9119                 Fixing addressbook, round 2
9120         * src/textview.c
9121                 Fix emphasis color on rechecking 'Colorize messages'
9122
9123 2005-08-03 [paul]       1.9.13cvs10
9124
9125         sync with main
9126
9127         * src/addr_compl.c
9128         * src/compose.c
9129         * src/main.c
9130         * src/pop.c
9131         * src/prefs_account.c
9132         * src/procmime.c
9133         * src/procmsg.c
9134         * src/quote_fmt_parse.y
9135         * src/textview.c
9136         * src/common/quoted-printable.c
9137         * src/common/utils.c
9138         * src/common/utils.h
9139         * src/common/xml.c
9140                 replaced incorrect locale-independent
9141                 ctype functions with GLib's. Corrected
9142                 signedness mismatch.
9143         * src/headerview.c
9144                 headerview_create(): added spacing for vbox.
9145         * src/gtk/about.c
9146                 set focus to the OK button.
9147
9148 2005-08-03 [colin]      1.9.13cvs9
9149
9150         * src/folderview.c
9151                 Fix possible crash
9152
9153 2005-08-02 [colin]      1.9.13cvs8
9154
9155         * src/mainwindow.c
9156                 Fix cast
9157         * src/addressbook.c
9158         * src/addressitem.h
9159                 Fix a cast and more generally, try to make the
9160                 GUI more intuitive and consistent (round 1)
9161
9162 2005-08-02 [paul]       1.9.13cvs7
9163
9164         * src/folder.h
9165                 missing in 1.9.13cvs6
9166
9167 2005-08-02 [colin]      1.9.13cvs6
9168
9169         * src/folder.c
9170                 Fix one more leak
9171
9172 2005-08-02 [colin]      1.9.13cvs5
9173
9174         * src/folder.c
9175         * src/folderview.c
9176         * src/imap.c
9177         * src/main.c
9178         * src/mbox.c
9179         * src/procmsg.c
9180         * src/summaryview.c
9181                 Fix a number of folder_item_get_msg_list()-related
9182                 leaks (missing procmsg_msginfo_free()s)
9183
9184 2005-08-01 [colin]      1.9.13cvs4
9185
9186         * src/folderview.c
9187         * src/folderview.h
9188         * src/mainwindow.c
9189         * src/prefs_fonts.c
9190         * src/prefs_summaries.c
9191         * src/prefs_themes.c
9192         * src/summaryview.c
9193         * src/summaryview.h
9194         * src/textview.c
9195         * src/textview.h
9196                 Fix instant-apply of summary and folderview-related prefs
9197                 Fix erroneous g_free and alertpanels in prefs_theme
9198                 Add instant-apply for fonts
9199                 Defer applying of prefs a little bit so it's done only
9200                 once even if requested by multiples prefs pages
9201
9202 2005-08-01 [paul]       1.9.13cvs3
9203
9204         * src/main.c
9205                 fix bug 776 'S.C. crashes on close'
9206                 thanks to Colin
9207         * src/etpan/etpan-thread-manager-types.h
9208                 add missing include
9209                 thanks to Hoa
9210
9211 2005-07-25 [paul]       1.9.13cvs2
9212
9213         * src/summaryview.c
9214                 fix typos. spotted by Fabien Vantard
9215
9216 2005-07-24 [paul]       1.9.13cvs1
9217
9218         * doc/man/sylpheed.1
9219                 update man page, incorporating fix of
9220                 bug 769 'Typo in manpage'
9221         * src/etpan/imap-thread.c
9222                 fix NetBSD openssl dependencies. patch by
9223                 George Michaelson <ggm@apnic.net>
9224         * po/pt_BR.po
9225                 updated by Frederico Goncalves Guimaraes
9226
9227 2005-07-22 [paul]       1.9.13
9228
9229         1.9.13 release
9230
9231 2005-07-22 [paul]       1.9.12cvs91
9232
9233         * AUTHORS
9234         * INSTALL
9235         * README.claws
9236         * RELEASE_NOTES.claws
9237                 updated for release
9238         * configure.ac
9239         * po/nb.po
9240         * tools/claws.i18n.status.pl
9241                 add Norwegian translation. submiited by
9242                 Geir Helland <pjallabais@users.sourceforge.net>
9243         * po/ca.po
9244         * po/de.po
9245         * po/es.po
9246         * po/fi.po
9247         * po/fr.po
9248         * po/it.po
9249         * po/sk.po
9250         * po/sr.po
9251         * po/zh_CN.po
9252                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9253                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9254                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9255                 Yang Guilong
9256         * src/plugins/clamav/clamav_plugin_gtk.c
9257         * src/plugins/spamassassin/spamassassin_gtk.c
9258                 replace outdated description strings
9259
9260 2005-07-21 [colin]      1.9.12cvs90
9261
9262         * src/folder.c
9263                 Set folder to batch mode when scanning it. Makes deletion
9264                 of unread mails on IMAP much faster (due to the UNREAD 
9265                 flag unsetting)
9266
9267 2005-07-21 [darko]      1.9.12cvs89
9268
9269         * configure.ac
9270                 link against libresolv if necessary (patch by Paul)
9271         * src/msgcache.c
9272                 use glib's portable macros to determine endianness
9273
9274 2005-07-21 [paul]       1.9.12cvs88
9275
9276         * src/crash.c
9277         * src/gtk/about.c
9278                 update compiled-in features list
9279
9280 2005-07-20 [colin]      1.9.12cvs87
9281
9282         * src/folder.c
9283         * src/textview.c
9284                 Gcc 2.9x compilation fixes, thanks to Darko
9285         * src/plugins/clamav/clamav_plugin.c
9286                 Little optimisation: load virus database only once
9287         * src/plugins/spamassassin/spamassassin.c
9288                 Big optimisation: filtering one mail took at least 1 second,
9289                 now it takes at least 50ms. Doesn't speed up spamassassin 
9290                 itself, but should already be much more tolerable.
9291
9292 2005-07-20 [colin]      1.9.12cvs86
9293
9294         * src/summaryview.c
9295                 Fix performance issue
9296
9297 2005-07-19 [colin]      1.9.12cvs85
9298
9299         * src/plugins/pgpinline/plugin.c
9300                 Fix warning
9301
9302 2005-07-19 [colin]      1.9.12cvs84
9303
9304         * configure.ac
9305         * src/plugins/Makefile.am
9306         * src/plugins/pgpinline/.cvsignore
9307         * src/plugins/pgpinline/Makefile.am
9308         * src/plugins/pgpinline/pgpinline.c
9309         * src/plugins/pgpinline/pgpinline.deps
9310         * src/plugins/pgpinline/pgpinline.h
9311         * src/plugins/pgpinline/plugin.c
9312                 Put pgpinline in the main tree
9313
9314 2005-07-19 [paul]       1.9.12cvs83
9315
9316         * src/prefs_actions.c
9317                 prevent '//' in menu names, which cause a crash
9318                 thanks to Colin
9319
9320 2005-07-19 [paul]       1.9.12cvs82
9321
9322         * configure.ac
9323                 be generally more informative in configure output.
9324                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9325                 '[ --disable-openssl ...', as --enable-openssl is default
9326                 PGP/MIME: don't check for GPGME again, check for
9327                 pgpcore instead. Therefore prevent the possibility of
9328                 attempting to build pgpmime if pgpcore dependencies are
9329                 not met
9330                 ClamAV: use pkgconfig to check for lib
9331                 libgnomeprint: revert logic on inner test to match
9332                 everything else
9333         * src/plugins/pgpcore/sgpgme.c
9334                 add missing include
9335
9336 2005-07-19 [colin]      1.9.12cvs81
9337
9338         * src/summaryview.c
9339                 Fix slow thread rebuilding in particular
9340                 cases
9341
9342 2005-07-19 [paul]       1.9.12cvs80
9343
9344         * sylpheed-claws.desktop
9345                 fix typo, spotted by Stephan Sachse
9346         * src/account.c
9347                 replace GTK_STOCK_ADD with
9348                 GTK_STOCK_NEW button
9349
9350 2005-07-18 [colin]      1.9.12cvs79
9351
9352         * src/etpan/imap-thread.c
9353                 Fix return value (Thanks Hoa)
9354
9355 2005-07-18 [colin]      1.9.12cvs78
9356
9357         * src/imap.c
9358                 Allow empty passwords
9359                 Create drafts/queue/outbox if necessary
9360         * src/summaryview.c
9361                 Remove old code
9362         * src/etpan/imap-thread.c
9363                 Fix STARTTLS (Thanks to Hoa)
9364
9365 2005-07-18 [paul]       1.9.12cvs77
9366
9367         * ChangeLog-gtk2.jp
9368         * ChangeLog.jp
9369                 removed
9370         * Makefile.am
9371                 updated to reflect additions and removals
9372         * TODO
9373                 updated to be claws-specific
9374         * TODO-gtk2
9375         * TODO-gtk2.jp
9376         * TODO.jp
9377         * sylpheed-128x128.png
9378         * sylpheed-64x64.png
9379                 removed
9380         * sylpheed-claws-128x128.png
9381         * sylpheed-claws-64x64.png
9382         * sylpheed-claws.desktop
9383         * sylpheed-claws.png
9384                 added
9385         * sylpheed.desktop
9386         * sylpheed.png
9387                 removed
9388
9389 2005-07-17 [paul]       1.9.12cvs76
9390
9391         * src/account.c
9392         * src/addressbook.c
9393         * src/alertpanel.c
9394         * src/alertpanel.h
9395         * src/compose.c
9396         * src/exphtmldlg.c
9397         * src/expldifdlg.c
9398         * src/folderview.c
9399         * src/imap_gtk.c
9400         * src/inc.c
9401         * src/message_search.c
9402         * src/messageview.c
9403         * src/mh_gtk.c
9404         * src/news_gtk.c
9405         * src/prefs_actions.c
9406         * src/prefs_filtering.c
9407         * src/prefs_matcher.c
9408         * src/prefs_template.c
9409         * src/prefs_themes.c
9410         * src/ssl_manager.c
9411         * src/summary_search.c
9412         * src/textview.c
9413         * src/toolbar.c
9414         * src/gtk/sslcertwindow.c
9415         * src/plugins/pgpcore/sgpgme.c
9416                 rework alertpanels
9417
9418 2005-07-17 [colin]      1.9.12cvs75
9419
9420         * src/privacy.c
9421                 add a PrivacySystem accessor that checks that
9422                 the system cached in a MimeInfo's privacydata
9423                 is still registered. Use this accessor instead
9424                 of directly using data->system. Fixes crashes
9425                 after unloading pgp plugins.
9426
9427 2005-07-17 [colin]      1.9.12cvs74
9428
9429         * src/alertpanel.c
9430                 Change geometry hints to a simple default size.
9431                 Fixes the certs dialogs.
9432
9433 2005-07-17 [colin]      1.9.12cvs73
9434
9435         * src/gtk/sslcertwindow.c
9436                 Use a gtkExpander
9437
9438 2005-07-17 [colin]      1.9.12cvs72
9439
9440         * src/plugins/pgpcore/Makefile.am
9441         * src/plugins/pgpmime/Makefile.am
9442                 Add gpgme libs
9443
9444 2005-07-17 [paul]       1.9.12cvs71
9445
9446         * configure.ac
9447                 add --disable-gnomeprint option
9448                 modified version of patch by Marius Mauch
9449
9450 2005-07-17 [paul]       1.9.12cvs70
9451
9452         * src/common/defs.h
9453                 update urls
9454         * src/account.c
9455         * src/action.c
9456         * src/addressbook.c
9457         * src/compose.c
9458         * src/foldersel.c
9459         * src/folderview.c
9460         * src/html.c
9461         * src/imap_gtk.c
9462         * src/main.c
9463         * src/mainwindow.c
9464         * src/messageview.c
9465         * src/mh_gtk.c
9466         * src/mimeview.c
9467         * src/news_gtk.c
9468         * src/prefs_account.c
9469         * src/prefs_send.c
9470         * src/prefs_summaries.c
9471         * src/procmsg.c
9472         * src/summaryview.c
9473         * src/common/utils.c
9474         * src/common/xml.c
9475         * src/plugins/pgpcore/passphrase.c
9476         * src/plugins/pgpcore/select-keys.c
9477                 replace inappropriately used backticks
9478                 with single quotes
9479
9480 2005-07-16 [colin]      1.9.12cvs69
9481
9482         * src/image_viewer.c
9483                 Add extra paranoid checks
9484
9485 2005-07-16 [colin]      1.9.12cvs68
9486
9487         * src/plugins/pgpcore/prefs_gpg.c
9488                 Don't auto-check sigs by default, as it
9489                 can be really slow.
9490
9491 2005-07-16 [colin]      1.9.12cvs67
9492
9493         * src/plugins/pgpcore/sgpgme.c
9494                 Make messages a bit better.
9495
9496 2005-07-16 [colin]      1.9.12cvs66
9497
9498         * src/imap.c
9499                 Remove pseudo-log
9500         * src/etpan/imap-thread.c
9501                 Add real log
9502
9503 2005-07-16 [colin]      1.9.12cvs65
9504
9505         * src/main.c
9506         * src/prefs_other.c
9507                 And now, fix build with libetpan :-/
9508
9509 2005-07-15 [colin]      1.9.12cvs64
9510
9511         * src/prefs_other.c
9512                 Continue fixing build without libetpan.
9513
9514 2005-07-15 [colin]      1.9.12cvs63
9515
9516         * src/main.c
9517                 Fix build with --disable-libetpan
9518
9519 2005-07-15 [colin]      1.9.12cvs62
9520
9521         * configure.ac
9522                 Bump libetpan's version
9523
9524 2005-07-15 [colin]      1.9.12cvs61
9525
9526         * src/etpan/imap-thread.c
9527                 Actually stop logging :)
9528
9529 2005-07-15 [colin]      1.9.12cvs60
9530
9531         * src/addressbook.c
9532                 Fix dnd of multiple addresses.
9533
9534 2005-07-15 [hoa]        1.9.12cvs59
9535
9536         * src/etpan/imap-thread.c
9537             disable login of IMAP password in libetpan log file.
9538
9539 2005-07-15 [paul]       1.9.12cvs58
9540
9541         * src/account.c
9542                 don't automatically sort
9543                 do allow drag n drop
9544
9545 2005-07-15 [paul]       1.9.12cvs57
9546
9547         * src/account.c
9548         * src/ssl_manager.c
9549                 alphabetical listing
9550
9551 2005-07-15 [paul]       1.9.12cvs56
9552
9553         * src/gtk/pluginwindow.c
9554                 sort plugin list alphabetically
9555
9556 2005-07-15 [paul]       1.9.12cvs55
9557
9558         * src/prefs_spelling.c
9559         * src/prefs_wrapping.c
9560                 unify English usage
9561
9562 2005-07-15 [colin]      1.9.12cvs54
9563
9564         * src/wizard.c
9565                 Typo fix
9566
9567 2005-07-15 [paul]       1.9.12cvs53
9568
9569         * src/prefs_message.c
9570                 make 'show cursor' a hidden option
9571
9572 2005-07-14 [colin]      1.9.12cvs52
9573
9574         * src/plugins/spamassassin/Makefile.am
9575         * src/plugins/clamav/Makefile.am
9576                 Fix double EXTRA_DISTs
9577
9578 2005-07-14 [colin]      1.9.12cvs51
9579
9580         * src/plugins/clamav/Makefile.am
9581         * src/plugins/clamav/clamav_plugin_gtk.deps
9582         * src/plugins/spamassassin/Makefile.am
9583         * src/plugins/spamassassin/spamassassin_gtk.deps
9584                 Make $plugin_gtk depend on $plugin
9585
9586 2005-07-14 [hoa]        1.9.12cvs50
9587
9588         * src/etpan/imap-thread.c
9589                 enable debug log of libetpan when running with --debug
9590
9591 2005-07-14 [colin]      1.9.12cvs49
9592
9593         * configure.ac
9594         * src/common/Makefile.am
9595         * src/common/plugin.c
9596         * src/common/plugin.h
9597                 Add a little plugin dependancy system.
9598                 Plugins can ship a $plugin_name.deps file
9599                 (near them in PLUGINDIR) so that their
9600                 dependancies are loaded if possible.
9601         * src/plugins/Makefile.am
9602         * src/plugins/pgpcore/Makefile.am
9603         * src/plugins/pgpcore/passphrase.c
9604         * src/plugins/pgpcore/passphrase.h
9605         * src/plugins/pgpcore/plugin.c
9606         * src/plugins/pgpcore/prefs_gpg.c
9607         * src/plugins/pgpcore/prefs_gpg.h
9608         * src/plugins/pgpcore/select-keys.c
9609         * src/plugins/pgpcore/select-keys.h
9610         * src/plugins/pgpcore/sgpgme.c
9611         * src/plugins/pgpcore/sgpgme.h
9612                 Introduce pgpcore, used by pgpmime and
9613                 pgpinline
9614         * src/plugins/pgpmime/Makefile.am
9615         * src/plugins/pgpmime/passphrase.c
9616         * src/plugins/pgpmime/passphrase.h
9617         * src/plugins/pgpmime/pgpmime.c
9618         * src/plugins/pgpmime/pgpmime.deps
9619         * src/plugins/pgpmime/plugin.c
9620         * src/plugins/pgpmime/prefs_gpg.c
9621         * src/plugins/pgpmime/prefs_gpg.h
9622         * src/plugins/pgpmime/select-keys.c
9623         * src/plugins/pgpmime/select-keys.h
9624         * src/plugins/pgpmime/sgpgme.c
9625         * src/plugins/pgpmime/sgpgme.h
9626                 Remove the core from pgpmime and add the
9627                 dependancy to pgpcore.
9628
9629 2005-07-14 [paul]       1.9.12cvs48
9630
9631         * src/stock_pixmap.c
9632                 forgot this in last commit
9633
9634 2005-07-14 [paul]       1.9.12cvs47
9635
9636         * src/account.c
9637         * src/addressbook.c
9638                 add accelerators for the buttons (sync with main)
9639         * src/compose.c
9640         * src/compose.h
9641                 add accelerators for the buttons.
9642                 fix editing with external editor.
9643                 replace gdk_input_*() with GIOChannel;
9644                 (sync with main)
9645         * src/foldersel.c
9646                 display folder names with new/unread
9647                 representation (sync with main)
9648         * src/main.c
9649                 specify default window icon (sync with main)
9650         * src/prefs_common.c
9651                 use_addr_book default to FALSE
9652         * src/summaryview.c
9653         * src/textview.c
9654                 add accelerators for the buttons (sync with main)
9655         * src/gtk/menu.c
9656                 fix typos
9657         * src/pixmaps/sylpheed_icon.xpm
9658                 updated
9659
9660 2005-07-13 [paul]       1.9.12cvs46
9661
9662         * src/plugins/pgpmime/pgpmime.c
9663         * src/plugins/pgpmime/sgpgme.c
9664                 (temporarily) use deprecated gpgme_data_rewind()
9665                 while largefile support is not present
9666                 (as suggested by Colin)
9667
9668 2005-07-13 [paul]       1.9.12cvs45
9669
9670         * configure.ac
9671                 remove large file support (for now):
9672                 it breaks too many things
9673
9674 2005-07-13 [paul]       1.9.12cvs44
9675
9676         * configure.ac
9677                 add large file support
9678         * src/html.c
9679                 fix bug #763 where href attribute was not
9680                 the very first attribute of a link
9681                 patch by Thomas Gilgin
9682
9683 2005-07-13 [colin]      1.9.12cvs43
9684
9685         * src/gtk/pluginwindow.c
9686                 Little portability fix
9687
9688 2005-07-13 [colin]      1.9.12cvs42
9689
9690         * src/plugins/pgpmime/sgpgme.c
9691                 Fix crasher.
9692
9693 2005-07-13 [colin]      1.9.12cvs41
9694
9695         * src/plugins/pgpmime/pgpmime.c
9696         * src/plugins/pgpmime/sgpgme.c
9697                 Use gpgme_data_release_and_get_mem instead
9698                 of gpgme_data_read.
9699
9700 2005-07-13 [colin]      1.9.12cvs40
9701
9702         * configure.ac
9703         * src/plugins/pgpmime/passphrase.c
9704         * src/plugins/pgpmime/passphrase.h
9705         * src/plugins/pgpmime/pgpmime.c
9706         * src/plugins/pgpmime/plugin.c
9707         * src/plugins/pgpmime/select-keys.c
9708         * src/plugins/pgpmime/select-keys.h
9709         * src/plugins/pgpmime/sgpgme.c
9710         * src/plugins/pgpmime/sgpgme.h
9711                 Port pgpmime to gpgme-1.0.
9712
9713 2005-07-12 [paul]       1.9.12cvs39
9714
9715         * AUTHORS
9716         * src/toolbar.c
9717         * src/toolbar.h
9718                 add a 'Go to Prev' button to the toolbar.
9719                 correct tooltip text of go to buttons.
9720                 based on patch by Yang Guilong <bamanzi@gmail.com>
9721
9722 2005-07-12 [colin]      1.9.12cvs38
9723
9724         * src/statusbar.c
9725                 Fix progress bar showing stuff at startup.
9726
9727 2005-07-12 [paul]       1.9.12cvs37
9728
9729         * src/editjpilot.c
9730                 fix building with jpilot support
9731
9732 2005-07-11 [colin]      1.9.12cvs36
9733
9734         * src/inc.c
9735                 Add visual indication that filtering is running
9736         * src/textview.c
9737                 Make {}[] uri delimiters
9738         * src/summaryview.c
9739                 Remove useless (and slow) calls
9740
9741 2005-07-11 [paul]       1.9.12cvs35
9742
9743         * src/plugins/clamav/clamav_plugin_gtk.c
9744         * src/plugins/dillo_viewer/dillo_prefs.c
9745         * src/plugins/pgpmime/prefs_gpg.c
9746         * src/plugins/spamassassin/spamassassin_gtk.c
9747                 gather plugins prefs together under their
9748                 own 'Plugins' heading
9749
9750 2005-07-11 [paul]       1.9.12cvs34
9751
9752         sync with main
9753
9754         * src/account.c
9755                 account_delete(): modified alert dialog
9756         * src/editjpilot.c
9757         * src/editvcard.c
9758                 fixed a crash when cancelling file selection
9759                 dialog by Escape key. Made non-ascii filename
9760                 selectable.
9761         * src/prefs_template.c
9762                 prefs_template_window_create(): make scrolled
9763                 window policy AUTOMATIC
9764
9765 2005-07-10 [hoa]        1.9.12cvs33
9766
9767         * src/etpan/imap-thread.c
9768                 workaround for old Courier IMAP servers.
9769
9770 2005-07-10 [colin]      1.9.12cvs32
9771
9772         * src/folder.c
9773         * src/statusbar.c
9774         * src/statusbar.h
9775                 Add visual progress indicator on filtering/processing
9776                 Factorize the progress bar code
9777         * src/imap.c
9778         * src/imap.h
9779         * src/etpan/imap-thread.c
9780                 Add a reference counter to avoid destroying the Folder
9781                 while it's in use by another callback.
9782
9783 2005-07-09 [hoa]        1.9.12cvs31
9784
9785         * src/imap.c
9786         * src/etpan/imap-thread.c
9787                 fixed deadlock when removing IMAP account.
9788
9789 2005-07-08 [colin]      1.9.12cvs30
9790
9791         * src/textview.c
9792         * src/unmime.c
9793                 Fix again problems decoding broken headers
9794         * src/gtk/inputdialog.c
9795                 Fix local variable shadowing a global one
9796
9797 2005-07-08 [colin]      1.9.12cvs29
9798
9799         * src/msgcache.c
9800                 Make the cache/mark files platform-agnostic by writing
9801                 them in little-endian format. Reading them is also done
9802                 in little-endian format, of course; however, in order
9803                 to avoid trashing mark data on big-endian machines, the
9804                 files are, at first, read from the native format if the
9805                 little-endian one doesn't exist. This is easy to deter-
9806                 mine by trying to open a file with a swapped data_ver
9807                 and seeing if it's the wanted version.
9808                 Little-endian using users should see absolutely no
9809                 difference, Big-endian users may get a very little
9810                 performance drop due to byte-swapping.
9811                 Tested on i386 and ppc32. 
9812                 Fixes bug #159 (The index file, in the mailboxes, is 
9813                 hardware depending).
9814
9815                 To have the cache/mark files updated to the new little-
9816                 endian format, "Check for new messages" or even
9817                 "Rebuild folder tree" aren't enough. Files will be
9818                 updated as soon as a folder has been opened/closed.
9819                 To update everything, just select all folders by
9820                 selecting them one by one.
9821
9822 2005-07-07 [colin]      1.9.12cvs28
9823
9824         * src/imap.c
9825                 Remember the folder separator per IMAPFolder
9826                 instead of globally.
9827                 Revive the Session on noop; fixes bug #761
9828                 (mark a bunch of unread messages as read takes 
9829                 forever)
9830
9831 2005-07-07 [darko]      1.9.12cvs27
9832
9833         * src/common/template.c
9834                 Sort templates alphabetically
9835
9836 2005-07-06 [colin]      1.9.12cvs26
9837
9838         * src/imap.c
9839                 Try to use the correct separator in
9840                 most cases. Possibly fixes bug #759
9841                 (only creates the INBOX folder when 
9842                 setting up new IMAP account) and 
9843                 bug #760 (Can't retrieve messages)
9844
9845 2005-07-06 [colin]      1.9.12cvs25
9846
9847         * src/imap.c
9848                 Use real_path in status command. This will
9849                 help later, when namespaces will be used.
9850
9851 2005-07-06 [colin]      1.9.12cvs24
9852
9853         * configure.ac
9854         * src/account.c
9855         * src/folder.c
9856         * src/imap.c
9857         * src/etpan/etpan-log.c
9858         * src/etpan/etpan-thread-manager.c
9859         * src/etpan/imap-thread.c
9860                 Add a --disable-libetpan parameter. With this,
9861                 users that don't want IMAP4 support can avoid
9862                 the new dependancy (and have no IMAP support).
9863                 Users that have IMAP4 accounts and use this
9864                 parameter won't lose their configuration, their
9865                 IMAP accounts will just be invisible and not
9866                 used.
9867         * src/textview.c
9868                 Make the "Copy ..." contextual menu items 
9869                 copy to both the X clipboard and the gtk 
9870                 clipboard - as most other apps do.
9871         * src/gtk/about.c
9872                 Add a notice about OpenSSL usage, in order to
9873                 comply with OpenSSL's license (point 6):
9874                 http://www.openssl.org/source/license.html
9875
9876 2005-07-06 [colin]      1.9.12cvs23
9877
9878         * src/alertpanel.c
9879                 Fix a minimum size for alertpanels
9880         * src/compose.c
9881                 Show 'No space left on device' type errors
9882                 when queuing/sending
9883         * src/imap_gtk.c
9884         * src/mh_gtk.c
9885                 Rework folder's deletion message (remove 
9886                 extra \n)
9887
9888 2005-07-05 [colin]      1.9.12cvs22
9889
9890         * src/imap.c
9891                 Add an alertpanel on auth error
9892                 Add pseudo-log
9893                 Remove pthread-related stuff
9894
9895 2005-07-05 [colin]      1.9.12cvs21
9896
9897         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9898                 Fix crash on plugin reloading (with a hack)
9899
9900 2005-07-05 [colin]      1.9.12cvs20
9901
9902         * src/prefs_account.c
9903         * src/prefs_account.h
9904                 Fix typo
9905         * src/gtk/filesel.c
9906         * src/gtk/filesel.h
9907                 Add a way to filter the view
9908         * src/gtk/pluginwindow.c
9909                 Filter loadable stuff
9910         * src/plugins/pgpmime/prefs_gpg.c
9911                 Fix missing unregistration
9912         * .cvsignore
9913         * src/etpan/.cvsignore
9914         * src/plugins/spamassassin/.cvsignore
9915                 Add more stuff to cvs ignored files
9916
9917 2005-07-04 [colin]      1.9.12cvs19
9918
9919         * src/imap.c
9920                 Fix scan_required returning FALSE when it
9921                 shouldn't. Maybe fix #760 (Can't retrieve
9922                 messages)
9923
9924 2005-07-04 [colin]      1.9.12cvs18
9925
9926         * src/summaryview.c
9927                 Fix always_show_msg pref
9928
9929 2005-07-04 [paul]       1.9.12cvs17
9930
9931         sync with main (forgotten in last commit)
9932         
9933         * src/common/utils.c
9934         * src/common/utils.h
9935                 check_line_length(): new.
9936                 is_dir_exist()
9937                 is_file_entry_exist()
9938                 dirent_is_regular_file()
9939                 dirent_is_directory(): use g_file_test() instead of stat().
9940
9941 2005-07-04 [paul]       1.9.12cvs16
9942
9943         sync with main:
9944
9945         * src/compose.c
9946                 compose_write_to_file(): check for line
9947                 length limit and display warning if exceeds
9948         * src/jpilot.c
9949                 use get_home_dir() instead of g_get_home_dir()
9950         * src/procheader.c
9951                 removed warning about invalid date
9952         * src/vcard.c
9953                 use get_home_dir() instead of g_get_home_dir()
9954
9955 2005-07-04 [paul]       1.9.12cvs15
9956
9957         * src/stock_pixmap.c
9958                 fix new pixmap naming errors
9959                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9960
9961 2005-07-04 [colin]      1.9.12cvs14
9962
9963         * src/imap.c
9964                 Fix debugging string with a warning
9965
9966 2005-07-04 [colin]      1.9.12cvs13
9967
9968         * configure.ac
9969                 Add a check for libetpan's version (>= 0.37)
9970
9971 2005-07-04 [hoa]        1.9.12cvs12
9972
9973         * commitHelper
9974         * src/imap.c
9975         * src/etpan/imap-thread.c
9976         * src/etpan/imap-thread.h
9977                 fixed IMAP implementation of check of mails.
9978
9979 2005-07-03 [hoa]        1.9.12cvs11
9980
9981         * src/etpan/Makefile.am
9982         * src/etpan/etpan-errors.h
9983         * src/etpan/etpan-log.[ch]
9984         * src/etpan/etpan-thread-manager-types.h
9985         * src/etpan/etpan-thread-manager.[ch]
9986         * src/etpan/imap-thread.[ch]
9987         * src/Makefile.am
9988         * src/imap.c
9989         * src/main.c
9990         * src/prefs_other.c
9991         * configure.ac
9992             merged imap branch.
9993             dependency on libetpan 0.37 is now added.
9994
9995 2005-07-01 [colin]      1.9.12cvs10
9996
9997         * src/Makefile.am
9998         * src/folder.c
9999         * src/folder.h
10000         * src/folderview.c
10001         * src/stock_pixmap.c
10002         * src/stock_pixmap.h
10003         * src/plugins/trayicon/trayicon.c
10004                 Add marked symbol on folders containing
10005                 marked messages
10006         * src/procmsg.c
10007         * src/procmsg.h
10008         * src/toolbar.c
10009         * src/prefs_common.c
10010         * src/prefs_common.h
10011         * src/prefs_send.c
10012                 Add an optional confirmation dialog on queue
10013                 sending. Patch by wwp.
10014         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10015         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10016         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10017         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10018         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10019         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10020         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10021         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10022         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10023         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10024         * src/pixmaps/trash_mark.xpm            ** ADDED **
10025                 New pixmaps
10026
10027 2005-07-01 [colin]      1.9.12cvs9
10028
10029         * src/summaryview.c
10030                 Fix a little threading bug
10031         * src/addrgather.c
10032         * src/mainwindow.c
10033                 A little bit of HIG normality never hurts
10034
10035 2005-07-01 [colin]      1.9.12cvs8
10036
10037         * src/compose.c
10038         * src/msgcache.c
10039         * src/pop.c
10040         * src/procmime.c
10041         * src/recv.c
10042         * src/common/log.c
10043         * src/common/template.c
10044         * src/common/utils.c
10045         * src/common/utils.h
10046                 Reverted the fwrite_atomic stuff. In fact
10047                 it is already atomic.
10048
10049 2005-06-30 [colin]      1.9.12cvs7
10050
10051         * src/common/utils.c
10052         * src/common/utils.h
10053                 Add an fwrite_atomic() function to make
10054                 sure we write everything: fwrite can make
10055                 short writes.
10056         * src/compose.c
10057         * src/msgcache.c
10058         * src/pop.c
10059         * src/procmime.c
10060         * src/recv.c
10061         * src/common/log.c
10062         * src/common/template.c
10063                 Use that (and fix swapping of size and nmemb).
10064                 Thanks to Rich Coe for the heads up.
10065
10066 2005-06-30 [colin]      1.9.12cvs6
10067
10068         * src/addressbook.c
10069                 Optimize addressbook opening 
10070
10071 2005-06-30 [colin]      1.9.12cvs5
10072
10073         * src/summaryview.c
10074                 Remove calls to summary_step after move/copy
10075
10076 2005-06-28 [paul]       1.9.12cvs4
10077
10078         * src/alertpanel.c
10079                 wrap and make the error msg selectable
10080
10081 2005-06-28 [paul]       1.9.12cvs3
10082
10083         * src/ssl_manager.c
10084                 replace the OK button with a Close button
10085         * src/gtk/foldersort.c
10086                 use GTK_STOCK_ icons/buttons
10087
10088 2005-06-28 [colin]      1.9.12cvs2
10089
10090         * src/gedit-print.c             ** ADDED **
10091         * src/gedit-print.h             ** ADDED **
10092         * src/gtk/gtksourceprintjob.c   ** ADDED **
10093         * src/gtk/gtksourceprintjob.h   ** ADDED **
10094                 I can't believe no one had enough time to tell
10095                 me I forgot the `cvs add`
10096
10097 2005-06-27 [colin]      1.9.12cvs1
10098
10099         * src/Makefile.am
10100         * src/gtk/Makefile.am
10101         * src/messageview.c
10102         * src/procmsg.c
10103         * src/summaryview.c
10104         * configure.ac
10105                 Add optional libgnomeprint-based printing
10106         * src/mainwindow.c
10107         * src/gtk/quicksearch.c
10108                 Add an Edit/Quick search menu item to show
10109                 and focus the quicksearch
10110
10111 2005-06-27 [paul]       1.9.12
10112
10113         1.9.12 release
10114
10115         * po/ca.po
10116         * po/de.po
10117         * po/es.po
10118         * po/fr.po
10119         * po/it.po
10120         * po/ko.po
10121         * po/pt_BR.po
10122         * po/sk.po
10123         * po/zh_CN.po
10124                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10125                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10126                 SungHyun Nam, Frederico Goncalves Guimaraes,
10127                 Andrej Kacian, and Yang Guilong
10128 2005-06-26 [colin]      1.9.11cvs106
10129
10130         * src/imap_gtk.c
10131                 Forgot one file for previous fix
10132
10133 2005-06-26 [colin]      1.9.11cvs105
10134
10135         * src/folder.c
10136         * src/imap.c
10137                 Fix problems with folder operations in no_select
10138                 imap folders. it applies only to mails, and 
10139                 creation/deletion/move/renaming of folders 
10140                 should be possible
10141
10142 2005-06-26 [paul]       1.9.11cvs104
10143
10144         * src/prefs_filtering.c
10145                 replace one more GTK_STOCK_REMOVE
10146                 with GTK_STOCK_DELETE
10147
10148 2005-06-25 [colin]      1.9.11cvs103
10149
10150         * src/imap.c
10151                 Optimize get_seq_set_from_seq_list
10152                 (Patch by Ricardo) 
10153
10154 2005-06-25 [colin]      1.9.11cvs102
10155
10156         * src/mh.c
10157                 If the directory exists, but not in the
10158                 correct encoding, rename it. This should
10159                 handle old-versions-induced bugs.
10160
10161 2005-06-25 [colin]      1.9.11cvs101
10162
10163         * src/mh.c
10164                 Fix path access with extended dir names
10165                 Fixes bug #589 (SC segfaults with wrong locale
10166                 settings)
10167
10168 2005-06-25 [colin]      1.9.11cvs100
10169
10170         * src/prefs_account.c
10171         * src/prefs_account.h
10172         * src/compose.c
10173                 Add an option to encrypt replies to
10174                 encrypted messages
10175
10176 2005-06-25 [colin]      1.9.11cvs99
10177
10178         * src/compose.c
10179         * src/quote_fmt_parse.y
10180                 ... And make it work with pgpinline.
10181
10182 2005-06-25 [colin]      1.9.11cvs98
10183
10184         * src/compose.c
10185         * src/procmime.c
10186         * src/procmime.h
10187         * src/quote_fmt_parse.y
10188                 o Make reedition of encrypted messages possible
10189                   (as long as it is encrypted to self too, no
10190                    magic there)
10191                 o Make replying with quote (and without selecting
10192                   text) possible for encrypted messages.
10193                 Closes bug #550 (Not possible to "reply with quote"
10194                 to gnupg encrypted messages)
10195
10196 2005-06-24 [paul]       1.9.11cvs97
10197
10198         * src/imap.c
10199                 add missing include
10200
10201 2005-06-24 [paul]       1.9.11cvs96
10202
10203         * src/editldap.c
10204                 made bind password entry invisible
10205                 (sync with main)
10206         * src/send_message.c
10207                 send_message_local(): check exit status
10208                 to detect errors (sync with main)
10209         * src/textview.c
10210                 use main's less ambiguous popup menu
10211                 wording
10212
10213 2005-06-24 [paul]       1.9.11cvs95
10214
10215         * src/prefs_actions.c
10216         * src/prefs_customheader.c
10217         * src/prefs_display_header.c
10218         * src/prefs_filtering_action.c
10219         * src/prefs_matcher.c
10220         * src/prefs_template.c
10221         * src/prefs_toolbar.c
10222                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10223         * src/gtk/description_window.c
10224                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10225
10226 2005-06-23 [colin]      1.9.11cvs94
10227
10228         * src/summaryview.c
10229                 Fix rough edges (be sure to call status_show whenever
10230                 necessary).
10231
10232 2005-06-23 [colin]      1.9.11cvs93
10233
10234         * src/summaryview.c
10235                 Optimize Select All
10236                 Before, in a 5K mails folder: 11s
10237                 After, in the same folder: 58000µs
10238                 The joys of locking... gtk_clist_select_all() fires a 
10239                 tree-select-row event for each selected row, which in 
10240                 summaryview, callbacks summary_selected which in turn,
10241                 calls summary_status_show, which walks the selected
10242                 rows. Hence, calling gtk_clist_select_all was 
10243                 exponential. Locking the summaryview makes 
10244                 summary_selected return early.
10245
10246 2005-06-23 [colin]      1.9.11cvs92
10247
10248         * src/imap.c
10249                 Move mutex at the important place to avoid
10250                 deadlocks
10251         * src/summaryview.c
10252                 Fix Del key deleting directly instead of
10253                 moving to trash
10254
10255 2005-06-22 [colin]      1.9.11cvs91
10256
10257         * src/plugins/spamassassin/libspamc.c
10258                 As we do spagetti code with assignations in multiple
10259                 places (see _message_read_raw where out = msg = raw),
10260                 let's be sure we don't free the same pointer twice.
10261                 Should fix bug #683 (Crash in libpam at 
10262                 message_cleanup).
10263
10264 2005-06-22 [colin]      1.9.11cvs90
10265
10266         * src/compose.c
10267         * src/messageview.c
10268         * src/toolbar.c
10269                 Make toolbar's delete use the move to trash stuff;
10270                 Add gtk_widget_realize to be sure pixmaps can get
10271                 created (that may fix an old worksforme bug which
10272                 I can't find back...)
10273
10274 2005-06-22 [colin]      1.9.11cvs89
10275
10276         * src/summaryview.c
10277         * src/summaryview.h
10278         * src/mainwindow.c
10279                 Rename "Message/Delete" to "Message/Move to trash"
10280                 Add "Message/Delete..." that directly destroys the
10281                 selected messages after asking for a confirmation.
10282
10283 2005-06-22 [colin]      1.9.11cvs88
10284
10285         * src/imap.c
10286                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10287                 o Fix a deadlock (thanks Darko)
10288
10289 2005-06-22 [colin]      1.9.11cvs87
10290
10291         * src/gtk/foldersort.c
10292                 Add missing include for the i18n;
10293                 patch by Fabien Vantard
10294
10295 2005-06-21 [colin]      1.9.11cvs86
10296
10297         * src/folder.c
10298         * src/folderview.c
10299                 Respect the no_select flag
10300         * src/imap.c
10301                 Fix recursive deletion
10302         * src/imap_gtk.c
10303         * src/mh_gtk.c
10304                 Make the folder deletion's warning
10305                 more explicit
10306
10307 2005-06-21 [colin]      1.9.11cvs85
10308
10309         * src/textview.c
10310                 Prevent email addresses from spanning accross
10311                 lines - fixes bug # 646 (newline-chars in 
10312                 email addresses)
10313
10314 2005-06-20 [colin]      1.9.11cvs84
10315
10316         * src/folder.c
10317                 Be sure not to remove source if copy failed
10318
10319 2005-06-20 [colin]      1.9.11cvs83
10320
10321         * src/folderview.c
10322         * src/imap_gtk.c
10323                 remove summaryview's lock
10324         * src/imap.c
10325                 introduce threads to avoid problems when foreground tasks
10326                 interfere with background tasks
10327         * src/mh.c
10328                 prevent moving to drafts/queue
10329         * src/mimeview.c
10330                 fix leak
10331
10332 2005-06-19 [colin]      1.9.11cvs82
10333
10334         * src/imap_gtk.c
10335                 Remember that the user doesn't want to override
10336                 offline mode, for 3 seconds. It avoid presenting
10337                 him with N popups in a really short time.
10338
10339 2005-06-17 [colin]      1.9.11cvs81
10340
10341         * src/imap.c
10342                 Fix IMAP breaking on folders containing '('
10343                 (Probably won't be enough)
10344
10345 2005-06-17 [colin]      1.9.11cvs80
10346
10347         Forgotten files on 1.9.11cvs79
10348         * src/summaryview.c
10349                 Fix stepping when not immediately executing
10350         * src/imap.c
10351                 Really prevent UID FETCH 0
10352         * src/codeconv.c
10353                 Fix outgoing charset never set to utf-8
10354         * src/mh.c
10355                 Fix leak
10356
10357 2005-06-16 [colin]      1.9.11cvs79
10358
10359         * src/compose.c
10360                 Fix bug #707 (Dash splits rows)
10361                 Only wrap if we're on a line break position and
10362                 the previous one was a "white" (space) char.
10363                 Pango stuff is weird.
10364
10365 2005-06-16 [colin]      1.9.11cvs78
10366
10367         * src/imap_gtk.c
10368                 Lock summaryview while downloading messages
10369                 on user demand
10370         * src/procheader.c
10371         * src/unmime.c
10372         * src/common/utils.c
10373         * src/common/utils.h
10374                 Replace \r and \n with spaces in From and
10375                 Subject headers
10376
10377 2005-06-16 [paul]       1.9.11cvs77
10378
10379         * src/procmime.c
10380                 liberalise the mime parser
10381         * src/gtk/about.c
10382                 add text wrapping
10383
10384 2005-06-16 [paul]       1.9.11cvs76
10385
10386         * src/gtk/about.c
10387                 reworked
10388
10389 2005-06-15 [colin]      1.9.11cvs75
10390
10391         * src/compose.c
10392                 Finish header encoding fix
10393         * src/summaryview.c
10394                 Fix segfault
10395         * src/headerview.c
10396                 Fix compilation (Thanks Stephan
10397                 Sachse)
10398
10399 2005-06-15 [colin]      1.9.11cvs74
10400
10401         * Makefile.am
10402                 Install gnome2 stuff rather than gnome1, 
10403                 if both are present
10404         * src/codeconv.c
10405         * src/codeconv.h
10406         * src/compose.c
10407                 Fix headers encoding
10408         * src/folder.c
10409                 Visual progress when fetching all messages
10410         * src/folderview.c
10411         * src/summaryview.c
10412         * src/summaryview.h
10413                 Prevent changing current message while
10414                 incorporating
10415
10416 2005-06-15 [paul]       1.9.11cvs73
10417
10418         * src/gtk/gtkaspell.c
10419         * src/gtk/gtkaspell.h
10420                 fix build warnings
10421
10422 2005-06-15 [paul]       1.9.11cvs72
10423
10424         * src/prefs_filtering.c
10425                 allow reordering of filter rules by
10426                 drag n drop
10427
10428 2005-06-15 [paul]       1.9.11cvs71
10429
10430         * COPYING
10431                 updated
10432         * src/codeconv.c
10433                 replace deprecated function
10434         * src/inc.c
10435         * src/send_message.c
10436         * src/gtk/progressdialog.c
10437         * src/gtk/progressdialog.h
10438                 salvage and reuse parts of reverted sync
10439
10440 2005-06-15 [paul]       1.9.11cvs70
10441
10442         * src/inc.c
10443         * src/send_message.c
10444         * src/gtk/progressdialog.c
10445         * src/gtk/progressdialog.h
10446                 revert yesterday's sync with main
10447                 it contains deprecated functions
10448
10449 2005-06-15 [colin]      1.9.11cvs69
10450
10451         * src/headerview.c
10452                 Fix bug #670 (multi user to: will corrupt message 
10453                 headers display)
10454
10455 2005-06-15 [colin]      1.9.11cvs68
10456
10457         * src/compose.c
10458                 Fix bug #421 (Fix undo on wrapping)
10459
10460 2005-06-15 [colin]      1.9.11cvs67
10461
10462         * src/folder.c
10463                 Provide visual feedback while processing
10464                 folder's rules.
10465         * src/imap.c
10466                 Provide visual feedback while getting
10467                 short headers (for uncached messages)
10468
10469
10470 2005-06-14 [paul]       1.9.11cvs66
10471
10472         * src/account.c
10473                 change a couple stock icons
10474         * src/inc.c
10475         * src/send_message.c
10476         * src/gtk/progressdialog.c
10477         * src/gtk/progressdialog.h
10478                 sync main's GtkTreeView implementation
10479
10480 2005-06-14 [colin]      1.9.11cvs65
10481
10482         * src/imap.c
10483                 Various little fixes, mainly on error paths
10484
10485 2005-06-13 [colin]      1.9.11cvs64
10486
10487         * matcher.c
10488         * procmsg.c
10489         * procmsg.h
10490                 Add a way to fetch only headers. This speeds
10491                 up filtering on headers for IMAP. Fixes:
10492                 bug #481 extraneous imap commands slow down 
10493                         imap filtering
10494                 bug #522 Sylpheed downloads all messages 
10495                         when opening mailbox (IMAP)
10496                 bug #677 IMAP fetch is soooooooooooooo slow
10497         * src/folder.c
10498         * src/folder.h
10499                 Add a folder set_batch method so that
10500                 implementations can speed up flags changes
10501         * src/folderutils.c
10502         * src/summaryview.c
10503                 Use that in mark as (un)read and mark all read
10504                 Refix bug #679
10505         * src/imap.c
10506                 Implement set_batch - brings back deferred
10507                 flags in a less buggy manner. Fixes:
10508                 bug #729 IMAP immediate expunge of deleted messages
10509                 bug #191 remove list of messages with one command
10510                 Fix login with strange chars
10511                 Implement fetch_msg_full
10512                 Fix copy (wrong counts)
10513
10514 2005-06-12 [colin]      1.9.11cvs63
10515
10516         * src/folder.c
10517                 lock incorporation during long operations.
10518                 Avoids fucking up the IMAP socket.
10519
10520 2005-06-12 [colin]      1.9.11cvs62
10521
10522         * src/imap.c
10523                 Fix harmful typo
10524                 Factorize remove_all_msg
10525                 Thread-ize expunge
10526         * src/summaryview.c
10527                 Don't update partial-download status if unnecessary
10528         * src/folder.c
10529                 Use remove_msgs everywhere possible
10530
10531 2005-06-12 [colin]      1.9.11cvs61
10532
10533         * src/folder.c
10534         * src/folder.h
10535                 Add a remove_msgs function to remove a 
10536                 list of messages
10537         * src/imap.c
10538                 Implement that.
10539
10540 2005-06-12 [colin]      1.9.11cvs60
10541
10542         * src/imap.c
10543                 Remove flags-processing deferring... Too hard
10544                 to get it to work in all cases.
10545
10546 2005-06-11 [colin]      1.9.11cvs59
10547
10548         * src/imap.c
10549                 printf -> debug_print
10550
10551 2005-06-11 [colin]      1.9.11cvs58
10552
10553         * src/imap.c
10554                 o Fix build without USE_PTHREAD
10555                 o Factorize imap_open
10556                 o Alertpanel in case of impossible connection
10557                 o Alertpanel in case of impossible login
10558                 o Fix deferred flags processing to force a 
10559                   flush before adding some more flags to process,
10560                   but in another folder.
10561
10562 2005-06-10 [colin]      1.9.11cvs57
10563
10564         * src/imap.c
10565                 o Fix a format string error
10566                 o init ssl socket outside of the thread 
10567                   (it possibly invokes gtk calls)
10568         * src/procmime.c
10569                 o Put back the buffer to its necessary size
10570                 o Fix changing a file pointer without keeping
10571                   track of it (thanks Valgrind)
10572         * src/common/smtp.c
10573                 o Fix automatic STARTTLS if login should be done
10574                   and the server only allows it after starting TLS
10575         * src/gtk/gtkinputdialog.c
10576                 o Eat GDK_Return so that the combo popup doesn't 
10577                   appear when we press Enter to validate the combo
10578                   input dialog (as seen in the Open with... dialog)
10579
10580 2005-06-10 [colin]      1.9.11cvs56
10581
10582         * src/imap.c
10583                 o A bit less debug
10584                 o Fix a crash on deletion
10585                 o Threadize imap_select (it's called outside of 
10586                   threads)
10587                 o Defer treatment of DELETED flags
10588
10589
10590 2005-06-09 [colin]      1.9.11cvs55
10591
10592         * src/imap.c
10593                 Make sure we check imap_gtk_should_override(), which
10594                 potentially calls gtk stuff, before creating thread.
10595                 That way it should't be called via imap_get_session()
10596                 inside a thread.
10597
10598 2005-06-09 [colin]      1.9.11cvs54
10599
10600         * src/imap.c
10601                 o add a bit of status output
10602                 o remove some dead code
10603                 o threadize get_list_of_uids
10604                 o threadize imap_get_flags
10605                 o defer flag changing by 500ms so that they
10606                   can be batched
10607
10608
10609 2005-06-08 [colin]      1.9.11cvs53
10610
10611         * src/imap.c
10612                 Thread-ize imap_cmd_fetch
10613
10614 2005-06-08 [colin]      1.9.11cvs52
10615
10616         * src/main.c
10617                 Mmh, that broke POP3...
10618
10619 2005-06-08 [colin]      1.9.11cvs51
10620
10621         * src/main.c
10622                 Stabilize IMAP patch (thanks to Hoa)
10623
10624 2005-06-08 [colin]      1.9.11cvs50
10625
10626         * src/imap.c
10627                 Test patch to speed up imap. 
10628
10629 2005-06-08 [colin]      1.9.11cvs49
10630
10631         * src/imap_gtk.c
10632                 Warning fix
10633         * src/procmime.c
10634                 Apply patch from gentoo to use /usr/share/mime/globs if 
10635                 available, after un-breaking it
10636         * src/common/log.c
10637         * src/common/log.h
10638                 Use g_timeout for invoking hooks that possibly use gtk
10639                 calls. This should leave gtk calls in the main thread.
10640
10641 2005-06-08 [paul]       1.9.11cvs48
10642
10643         * src/codeconv.c
10644                 conv_get_outgoing_charset_str(): don't
10645                 use prefs_common setting
10646         * src/compose.c
10647         * src/compose.h
10648                 add /Options/Character encoding/... to
10649                 temporarily change the outgoing encoding
10650
10651         (belated sync with main)
10652
10653 2005-06-08 [paul]       1.9.11cvs47
10654
10655         * src/compose.c
10656                 correction to/completion of last
10657                 sync with main
10658
10659 2005-06-08 [paul]       1.9.11cvs46
10660
10661         sync with main:
10662         
10663         * src/codeconv.c
10664         * src/codeconv.h
10665                 always enabled Japanese auto-detection
10666                 if the first letters of locale string
10667                 is "ja"
10668         * src/compose.c
10669                 don't use "destroy" signal to destroy
10670                 Compose object (fix rare crashes on discard?)
10671         * src/mainwindow.c
10672         * src/messageview.c
10673         * src/prefs_send.c
10674                 added Hebrew encodings
10675         * src/sourcewindow.c
10676                 don't use "destroy" signal to destroy
10677                 objects
10678
10679 2005-06-07 [colin]      1.9.11cvs45
10680
10681         * src/summaryview.c
10682                 Add missing unlocks/locks
10683
10684 2005-06-07 [paul]       1.9.11cvs44
10685
10686         * src/summaryview.c
10687                 restore bug #749 fix
10688
10689 2005-06-06 [colin]      1.9.11cvs43
10690
10691         * src/summaryview.c
10692                 Fix selection bug when prefs_common.open_unread 
10693                 is FALSE
10694
10695 2005-06-06 [colin]      1.9.11cvs42
10696
10697         * src/common/md5.c
10698                 Fix a warning
10699         * src/summaryview.c
10700         * src/folderview.c
10701                 Factorize long operations beginning and end
10702                 (locking, freezing/thawing, cursor, ...)
10703                 Check selection->data member in selection-
10704                 related loops; this avoids dying an awful
10705                 death if the selection changes on us while
10706                 we're marking a whole IMAP folder unread, 
10707                 for example.
10708
10709 2005-06-06 [paul]       1.9.11cvs41
10710
10711         * src/textview.c
10712                 don't g_free() a static gchar buffer
10713
10714 2005-06-05 [colin]      1.9.11cvs40
10715
10716         * src/mainwindow.c
10717         * src/messageview.c
10718         * src/summaryview.c
10719                 Fix bug #749 (Show all headers should be
10720                 sticky as the GUI suggests)
10721
10722 2005-06-03 [paul]       1.9.11cvs39
10723
10724         * src/compose.c
10725                 don't allow editing of mail while sending.
10726                 patch by Colin
10727
10728 2005-06-03 [paul]       1.9.11cvs38
10729
10730         * src/folderview.c
10731                 add a freeze/thaw to speed up 'mark all read'
10732
10733 2005-06-03 [paul]       1.9.11cvs37
10734
10735         * src/prefs_message.c
10736                 reflect changes immediately
10737
10738 2005-06-02 [colin]      1.9.11cvs36
10739
10740         * po/POTFILES.in
10741                 Patch by Fabien Vantard.
10742
10743 2005-06-02 [colin]      1.9.11cvs35
10744
10745         * src/imap.c
10746                 Use a non-blocking imap_getline() if possible.
10747                 This should completely prevent the interface
10748                 from freezin on imap operations, although it
10749                 may do strange stuff in case of folder switching
10750                 while a big imap operation is taking place...
10751
10752                 In addition, fix a leak in the case thread
10753                 creation fails on connection.
10754
10755 2005-06-02 [colin]      1.9.11cvs34
10756
10757         * src/crash.c
10758         * src/prefs_common.h
10759                 Fix build (prefs_common_init() doesn't exist
10760                 anymore)
10761
10762 2005-06-02 [colin]      1.9.11cvs33
10763
10764         * src/prefs_account.c
10765                 Fix bug #245 (filtering rules broken when
10766                 renaming a remote account (imap4 or nntp)
10767
10768 2005-06-02 [colin]      1.9.11cvs32
10769
10770         * src/imap.c
10771                 Try to fix IMAP shortcomings: 
10772                 o Multithread imap_open()
10773                 o allow offline-mode overriding instead of
10774                   just returning NULL
10775         * src/imap_gtk.c
10776         * src/imap_gtk.h
10777                 Add a function to ask whether we want to
10778                 override offline-mode for 10 minutes (one-shot
10779                 asking was painful)
10780         * src/procheader.c
10781                 Fix segfault when imap parser isn't happy about
10782                 a missing {
10783
10784 2005-06-01 [colin]      1.9.11cvs31
10785
10786         * src/addrharvest.c
10787         * src/compose.c
10788         * src/mbox.c
10789         * src/mbox.h
10790         * src/mh.c
10791         * src/msgcache.c
10792         * src/send_message.c
10793         * src/setup.c
10794         * src/undo.c
10795         * src/common/hooks.c
10796         * src/common/prefs.c
10797         * src/common/template.c
10798         * src/common/utils.c
10799         * src/gtk/gtkutils.c
10800         * src/gtk/inputdialog.c
10801         * src/gtk/menu.c
10802         * src/gtk/pluginwindow.c
10803         * src/gtk/prefswindow.c
10804         * src/plugins/pgpmime/passphrase.c
10805         * src/plugins/pgpmime/prefs_gpg.c
10806                 More -Wall fixes
10807
10808         * src/common/Makefile.am
10809         * src/common/timing.h
10810                 Add basic timing code
10811
10812         * src/summaryview.c
10813                 Fix a bug with unread messages when 
10814                 re-sorting folders, and by the way
10815                 fix a big performance hit when 
10816                 re-sorting (10k mails: before 5s,
10817                 after .5s)
10818
10819         * src/prefs_compose_writing.c
10820         * src/prefs_compose_writing.h
10821         * src/prefs_message.c
10822         * src/prefs_message.h
10823         * src/prefs_other.c
10824         * src/prefs_other.h
10825         * src/prefs_quote.c
10826         * src/prefs_quote.h
10827         * src/prefs_receive.c
10828         * src/prefs_receive.h
10829         * src/prefs_send.c
10830         * src/prefs_send.h
10831         * src/prefs_summaries.c
10832         * src/prefs_summaries.h
10833                 Fix copyright banner
10834
10835 2005-06-01 [paul]       1.9.11cvs30
10836
10837         * po/fi.po
10838                 updated by Flammie Pirinen
10839         * src/procmime.c
10840                 fix 'Bad BASE64 content' output
10841
10842 2005-05-31 [colin]      1.9.11cvs29
10843
10844         * src/procmime.c
10845                 Oops, where did my hunk go.
10846
10847 2005-05-31 [colin]      1.9.11cvs28
10848
10849         * src/Makefile.am
10850         * src/account.c
10851         * src/action.c
10852         * src/addr_compl.c
10853         * src/addressbook.c
10854         * src/codeconv.c
10855         * src/compose.c
10856         * src/export.c
10857         * src/folder.c
10858         * src/folderview.c
10859         * src/image_viewer.c
10860         * src/main.c
10861         * src/mainwindow.c
10862         * src/messageview.c
10863         * src/mimeview.c
10864         * src/msgcache.c
10865         * src/prefs_account.c
10866         * src/prefs_actions.c
10867         * src/prefs_common.c
10868         * src/prefs_compose_writing.c
10869         * src/prefs_customheader.c
10870         * src/prefs_ext_prog.c
10871         * src/prefs_filtering.c
10872         * src/prefs_filtering_action.c
10873         * src/prefs_fonts.c
10874         * src/prefs_image_viewer.c
10875         * src/prefs_message.c
10876         * src/prefs_message.h
10877         * src/prefs_msg_colors.c
10878         * src/prefs_other.c
10879         * src/prefs_other.h
10880         * src/prefs_quote.c
10881         * src/prefs_receive.c
10882         * src/prefs_receive.h
10883         * src/prefs_send.c
10884         * src/prefs_send.h
10885         * src/prefs_spelling.c
10886         * src/prefs_summaries.c
10887         * src/prefs_summary_column.c
10888         * src/prefs_template.c
10889         * src/prefs_themes.c
10890         * src/prefs_toolbar.c
10891         * src/prefs_wrapping.c
10892         * src/procmime.c
10893         * src/procmsg.c
10894         * src/send_message.h
10895         * src/ssl_manager.c
10896         * src/summary_search.c
10897         * src/summaryview.c
10898         * src/textview.c
10899         * src/wizard.c
10900         * src/common/smtp.c
10901         * src/common/smtp.h
10902         * src/gtk/gtkutils.h
10903                 o Move the rest of Common prefs to new style
10904                 o Lots of -Wall warning fixes
10905                 o fix FIXME in cache memusage calculation
10906                 o Let return receipts be sent from any account
10907                 o Little cache optimisation (read)
10908                 o Fix bug #746 (don't treat commas as separators
10909                   when inside a quoted string)
10910
10911 2005-05-31 [paul]       1.9.11cvs27
10912
10913         * src/prefs_common.c
10914                 fix 'off-by-one' typo
10915
10916 2005-05-31 [paul]       1.9.11cvs26
10917
10918         * src/account.c
10919         * src/addr_compl.c
10920         * src/compose.c
10921         * src/foldersel.c
10922         * src/prefs_actions.c
10923         * src/prefs_common.c
10924         * src/prefs_common.h
10925         * src/prefs_customheader.c
10926         * src/prefs_display_header.c
10927         * src/prefs_filtering.c
10928         * src/prefs_filtering_action.c
10929         * src/prefs_matcher.c
10930         * src/prefs_summaries.c
10931         * src/prefs_summary_column.c
10932         * src/prefs_template.c
10933         * src/prefs_toolbar.c
10934         * src/ssl_manager.c
10935         * src/gtk/pluginwindow.c
10936         * src/gtk/prefswindow.c
10937         * src/gtk/progressdialog.c
10938                 add hidden prefs 'enable_rules_hint'
10939                 for gtk_tree_view_set_rules_hint()
10940                 (sync with main)
10941                 
10942
10943 2005-05-31 [colin]      1.9.11cvs25
10944
10945         * src/Makefile.am
10946         * src/main.c
10947         * src/prefs_common.c
10948         * src/prefs_summaries.c ** ADDED **
10949         * src/prefs_summaries.h ** ADDED **
10950                 Common/Display -> Display/Summaries
10951
10952 2005-05-31 [colin]      1.9.11cvs24
10953
10954         * src/Makefile.am
10955         * src/main.c
10956         * src/prefs_quote.c ** ADDED **
10957         * src/prefs_quote.h ** ADDED **
10958                 Move Common/Quote to Compose/Quoting
10959         * src/prefs_common.c
10960         * src/prefs_common.h
10961                 Remove old quote stuff, add
10962                 convenience functions for GtkTextView prefs
10963         * src/gtk/prefswindow.c
10964                 Set default height higher
10965
10966 2005-05-30 [colin]      1.9.11cvs23
10967
10968         * src/Makefile.am
10969         * src/main.c
10970         * src/prefs_common.c
10971         * src/prefs_compose_writing.c ** ADDED **
10972         * src/prefs_compose_writing.h ** ADDED **
10973                 Move Common/Compose prefs to Compose/Writing
10974
10975 2005-05-30 [colin]      1.9.11cvs22
10976
10977         * src/common/utils.c
10978                 Fix bug #651 (Confused Attract by Subject)
10979                 Patch by M. Benkmann <haferfrost@web.de>
10980         * AUTHORS
10981
10982 2005-05-30 [colin]      1.9.11cvs21
10983
10984         * src/compose.c
10985                 Fix concatenation of different headers of
10986                 the same type (bug #645)
10987         * src/prefs_folder_item.c
10988                 Fix bug #699 (setting color to black doesn't
10989                 work immediately)
10990         * src/procmime.c
10991                 Print out decoding error only once per
10992                 block
10993
10994 2005-05-30 [paul]       1.9.11cvs20
10995
10996         * src/common/template.c
10997                 fix Bcc
10998
10999 2005-05-30 [paul]       1.9.11cvs19
11000
11001         * doc/src/rfc2368.txt   **NEW FILE**
11002         * src/compose.c
11003                 compose_entries_set(): don't interpret Bcc
11004                 header field (conform to RFC 2368)
11005                 (sync with main)
11006
11007 2005-05-29 [colin]      1.9.11cvs18
11008
11009         * src/prefs_common.c
11010                 Let the default reply format respect
11011                 netiquette by cutting the signature.
11012
11013 2005-05-29 [colin]      1.9.11cvs17
11014
11015         * src/summaryview.c
11016                 Don't let always_show_msg override
11017                 open_unread_on_enter when opening a new
11018                 directory.
11019
11020 2005-05-27 [paul]       1.9.11cvs16
11021
11022         sync with main:
11023
11024         * src/main.c
11025                 app_will_exit(): cleanup tmp directory when exit
11026         * src/message_search.c
11027                 improved the interface and made code cleanup.
11028                 removed Clear button
11029         * src/send_message.c
11030                 send_message_local(): use GSpawn, and detect errors
11031         * src/summary_search.c
11032                 improved the interface and made code cleanup
11033         * src/textview.c
11034                 textview_write_link(): also skip non-ascii space
11035                  at the head of link strings (phishing check
11036                  didn't work at the case)
11037         * src/common/utils.c
11038                 get_command_output(): use g_spawn_command_line_sync()
11039                 instead of popen()
11040
11041 2005-05-26 [colin]      1.9.11cvs15
11042
11043         * src/folder.c
11044                 remove printf
11045
11046 2005-05-26 [colin]      1.9.11cvs14
11047
11048         * src/common/nntp.c
11049                 Fix nntp mode reader (bug #611)
11050                 Patch by Florian Mickler <florian@mickler.org>
11051
11052 2005-05-26 [colin]      1.9.11cvs13
11053
11054         * src/plugins/pgpmime/passphrase.c
11055                 Fix mouse grabbing (bug #557)
11056
11057 2005-05-26 [colin]      1.9.11cvs12
11058
11059         * src/prefs_themes.c
11060                 Fix g_warning (bug #541)
11061
11062 2005-05-26 [colin]      1.9.11cvs11
11063
11064         * src/prefs_actions.c
11065         * src/prefs_template.c
11066                 Fix bug #506 (no warning if action/template
11067                 is not saved)
11068         * src/common/template.c
11069                 Fix a possible crash
11070
11071 2005-05-26 [colin]      1.9.11cvs10
11072
11073         * src/folder.c
11074         * src/folderview.c
11075         * src/procmsg.c
11076         * src/summaryview.c
11077                 Forbid locked messages to be moved or
11078                 deleted. Locked messages in trashes 
11079                 still get deleted, for performance
11080                 reason (mh.c::mh_remove_all_msgs)
11081
11082 2005-05-25 [colin]      1.9.11cvs9
11083
11084         * src/procmime.c
11085                 Use correct encoding when sending mails
11086                 with attachments that have accentued 
11087                 chars in their name
11088
11089 2005-05-24 [colin]      1.9.11cvs8
11090
11091         * src/summaryview.c
11092                 Fix bug #688 f) read/unread marker not
11093                 changed on first click
11094                 Also, optimize summary_status_show()
11095                 calls
11096         * src/folder.c
11097         * src/inc.c
11098         * src/procmime.c
11099                 Fix bug #688 b) and c) wrt message
11100                 attachments and signature
11101         * src/stock_pixmap.c
11102         * src/stock_pixmap.h
11103         * src/stock_pixmap.c
11104         * src/stock_pixmap.h
11105         * src/Makefile.am
11106         * src/pixmaps/clip_gpg_signed.xpm
11107                 Add clip/signed icon
11108
11109 2005-05-24 [colin]      1.9.11cvs7
11110
11111         * src/folder_item_prefs.c
11112                 whitespace fix
11113
11114 2005-05-24 [colin]      1.9.11cvs6
11115
11116         * src/folderview.c
11117         * src/prefs_common.c
11118         * src/prefs_common.h
11119                 Add a confirmation to folder drag and drop
11120                 fixes bug #156
11121         * src/alertpanel.c
11122         * src/alertpanel.h
11123                 fix _with_disable parameters so that
11124                 the buttons labels are specifiable too
11125         * src/plugins/pgpmime/sgpgme.c
11126                 reflect said change
11127                 
11128
11129 2005-05-24 [colin]      1.9.11cvs5
11130
11131         * src/folderview.c
11132                 Uncollapse/collapse folders on double-click
11133                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11134                 closes bug #108
11135
11136 2005-05-23 [colin]      1.9.11cvs4
11137
11138         * src/common/socket.c
11139                 Check another special SSL_peek() error.
11140                 Should help wrt bug #728
11141
11142 2005-05-23 [colin]      1.9.11cvs3
11143
11144         * src/plugins/pgpmime/pgpmime.c
11145                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11146                 breaking menu accelerators and stuff. Users will have to
11147                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11148                 account's privacy preferences if needed.
11149
11150 2005-05-22 [paul]
11151
11152         * tools/kdeservicemenu/install.sh
11153                 use kdesu to prompt for root password if doing
11154                 global install/uninstall
11155
11156 2005-05-20 [colin]      1.9.11cvs2
11157
11158         * src/procmsg.c
11159                 Fix another compilation error with gcc-2.9x
11160                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11161         * src/send_message.c
11162                 Don't send QUIT if we aren't connected
11163
11164 2005-05-19 [colin]      1.9.11cvs1
11165
11166         * src/procmsg.c
11167                 Fix compilation with gcc 2.9x
11168
11169 2005-05-19 [paul]       1.9.11
11170
11171         1.9.11 released
11172
11173 2005-05-19 [paul]       1.9.9cvs14
11174
11175         * src/gtk/inputdialog.c
11176                 prevent gettext warning
11177
11178 2005-05-19 [paul]       1.9.9cvs13
11179
11180         * src/mainwindow.c
11181         * src/prefs_common.c
11182         * src/prefs_common.h
11183         * src/textview.c
11184         * src/textview.h
11185                 add an option to toggle cursor in message
11186                 view (sync with main)
11187
11188 2005-05-18 [colin]      1.9.9cvs12
11189
11190         * src/compose.c
11191                 Dereference freed pointer
11192         * src/gtk/gtkaspell.c
11193                 Fix duplication of dictionaries (is it an aspell issue?)
11194
11195 2005-05-18 [colin]      1.9.9cvs11
11196
11197         * src/gtk/inputdialog.c
11198         * src/gtk/gtkaspell.c
11199                 HIGuify dialogs
11200         * src/alertpanel.c
11201                 Remove a double call
11202
11203 2005-05-17 [colin]      1.9.9cvs10
11204
11205         * src/gtk/gtkaspell.c
11206                 Fix dialogs, Ctrl-Enter accel
11207
11208 2005-05-17 [colin]      1.9.9cvs9
11209
11210         * src/gtk/gtkaspell.c
11211                 Fix some accelerators, escape in replace-window
11212
11213 2005-05-16 [colin]      1.9.9cvs8
11214
11215         * src/gtk/gtkaspell.c
11216                 Revert last commit, it was a mistake.
11217
11218 2005-05-16 [colin]      1.9.9cvs7
11219
11220         * src/gtk/gtkaspell.c
11221                 Remove buggy code while we're at it. It's a 
11222                 dead code path anyway.
11223
11224 2005-05-16 [colin]      1.9.9cvs6
11225
11226         * src/gtk/gtkaspell.c
11227                 Missed some gtk_menu_popup where deactivate
11228                 signal should be handled. Should fix bug
11229                 #629 a bit more.
11230
11231 2005-05-16 [colin]      1.9.9cvs5
11232
11233         * src/gtk/gtkaspell.c
11234                 Remove debug printf()s
11235
11236 2005-05-16 [colin]      1.9.9cvs4
11237
11238         * src/gtk/gtkaspell.c
11239                 Fix a bit aspell problems
11240                 (see bug #629)
11241
11242 2005-05-13 [colin]      1.9.9cvs3
11243
11244         * src/folderview.c
11245                 Fix the + appearing even when no subfolders
11246                 have unread messages. Thanks to wwp for the
11247                 bug report.
11248
11249 2005-05-11 [paul]       1.9.9cvs2
11250
11251         * src/folderview.c
11252                 correction to 1.9.9cvs1, only colour folders that
11253                 have new msgs (not unread msgs)
11254
11255 2005-05-10 [colin]      1.9.9cvs1
11256
11257         * src/folderview.c
11258         * src/summaryview.c
11259                 Try to fix bolding bugs again.
11260
11261 2005-05-09 [paul]
11262
11263         * tools/claws.i18n.status.pl
11264                 add Ricardo Mones Lastra's script that has been providing
11265                 the i18n status page for many months
11266
11267 2005-05-09 [paul]       1.9.9
11268
11269         1.9.9 release
11270
11271 2005-05-09 [paul]       1.9.6cvs58
11272
11273         * AUTHORS
11274         * INSTALL
11275         * README.claws
11276                 updated
11277         * Makefile.am 
11278         * RELEASE_NOTES.claws
11279                 add release notes to cvs to simplify release
11280                 procedure
11281         * configure.ac
11282                 add ca and fi to ALL_LINGUAS
11283         * po/Makefile.in.in
11284                 workaround for missing Makevars
11285         * po/ca.po
11286         * po/fi.po
11287                 add new Catalan and Finnish translations
11288                 submitted by Miquel Oliete and Flammie Pirinen
11289         * po/de.po
11290         * po/es.po
11291         * po/fr.po
11292         * po/it.po
11293         * po/pl.po
11294         * po/ru.po
11295         * po/sk.po
11296         * po/sr.po
11297         * po/zh_CN.po
11298                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11299                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11300                 Urke MMI, and Hansom Young
11301         * src/main.c
11302                 Fix drafting when quitting. compose_draft() closes the
11303                 compose windows, which modifies the compose_list GSList.
11304                 We have to refresh this list after echo drafting to avoid a
11305                 segfault
11306         * src/partial_download.c
11307                 fix segfault on exit
11308
11309 2005-05-06 [paul]       1.9.6cvs57
11310
11311         * src/grouplistdialog.c
11312                 quick fix/workaround for unresizeable newsgroup
11313                 name column 
11314
11315 2005-05-06 [paul]       1.9.6cvs56
11316
11317         * src/inc.c
11318         * src/mainwindow.c
11319                 use gettext plural forms
11320         * src/imap_gtk.c
11321         * src/mh_gtk.c
11322         * src/toolbar.c
11323                 small improvement to english usage
11324
11325 2005-05-05 [thorsten]   1.9.6cvs55
11326
11327         * src/folder.c
11328                 fix possible crash
11329
11330 2005-05-05 [paul]       1.9.6cvs54
11331         
11332         sync with HEAD
11333
11334         * AUTHORS
11335         * src/compose.c
11336                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11337                 patch by Tim Mann
11338
11339 2005-05-05 [paul]       1.9.6cvs53
11340
11341         * src/mainwindow.c
11342                 fix resizing of separate message and
11343                 folder views
11344
11345 2005-05-05 [paul]       1.9.6cvs52
11346
11347         * src/account.c
11348         * src/addrgather.c
11349         * src/browseldap.c
11350         * src/exphtmldlg.c
11351         * src/expldifdlg.c
11352         * src/importmutt.c
11353         * src/importpine.c
11354         * src/main.c
11355         * src/mainwindow.c
11356         * src/noticeview.c
11357         * src/prefs_filtering.c
11358         * src/prefs_filtering_action.c
11359         * src/prefs_matcher.c
11360         * src/prefs_spelling.c
11361         * src/prefs_toolbar.c
11362         * src/toolbar.c
11363         * src/wizard.c
11364         * src/gtk/description_window.c
11365         * src/gtk/gtkvscrollbutton.c
11366         * src/gtk/progressdialog.c
11367         * src/gtk/quicksearch.c
11368         * src/plugins/pgpmime/prefs_gpg.c
11369         * src/plugins/spamassassin/spamassassin_gtk.c
11370                 replace deprecated gtk_widget_set_usize
11371
11372 2005-05-04 [colin]      1.9.6cvs51
11373
11374         * src/common/utils.c
11375                 Fix crash when subst_for_filename is called
11376                 with a NULL parameter
11377
11378 2005-05-04 [colin]      1.9.6cvs50
11379
11380         * src/partial_download.c
11381         * src/pop.c
11382                 Escape login when writing uidl file
11383                 fixes bug #736
11384
11385 2005-05-03 [colin]      1.9.6cvs49
11386
11387         * src/procmime.c
11388                 Fix possible DOS in mime parser
11389                 (see bug #634)
11390
11391 2005-05-02 [colin]      1.9.6cvs48
11392
11393         * src/compose.c
11394                 Try to fix the copy/paste mess once again.
11395
11396
11397 2005-04-30 [colin]      1.9.6cvs47
11398
11399         * src/prefs_account.h
11400         * src/procmsg.c
11401         * src/send_message.c
11402         * src/common/smtp.c
11403         * src/common/smtp.h
11404                 Try to batch sending mails (per account) instead of
11405                 reconnecting to server every time.
11406
11407 2005-04-29 [colin]      1.9.6cvs46
11408
11409         * src/messageview.c
11410                 Fix window resizing that refused to size down
11411         * src/prefs_common.c
11412         * src/prefs_common.h
11413         * src/prefs_filtering.c
11414                 Save Filtering's window size
11415
11416 2005-04-21 [paul]       1.9.6cvs45
11417
11418         * ChangeLog-gtk2.claws
11419         * src/setup.c
11420                 correction to sync
11421
11422 2005-04-21 [paul]       1.9.6cvs44
11423
11424         sync with main:
11425
11426         * src/setup.c
11427         * src/statusbar.c
11428         * src/statusbar.h
11429                 use gtkut_widget_draw_now(). Improved performance
11430                 of the update of statusbar
11431         * src/textview.c
11432                 textview_smooth_scroll_do(): redraw it after scroll
11433                 is done (fixed incorrect display when a part of the
11434                 view is hidden).
11435         * src/gtk/gtkutils.c
11436         * src/gtk/gtkutils.h
11437                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11438                 to force update of widgets.
11439                 Removed gtkut_widget_wait_for_draw() which had a big
11440                 overhead  because of waiting for all events processed 
11441
11442 2005-04-20 [paul]       1.9.6cvs43
11443
11444         * src/codeconv.c
11445                 complete 1.9.6cvs42's sync:
11446                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11447
11448 2005-04-19 [paul]       1.9.6cvs42
11449
11450         sync with main:
11451
11452         * src/action.c
11453                 catch_output(): correctly select the insert text
11454                 (fix invalid iterator warnings).
11455         * src/codeconv.c
11456         * src/codeconv.h
11457         * src/mainwindow.c
11458         * src/messageview.c
11459         * src/prefs_common.c
11460                 support GBK encoding.
11461         * src/common/session.c
11462         * src/common/session.h
11463                 use separate buffer for large data to be sent,
11464                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11465
11466 2005-04-18 [paul]       1.9.6cvs41
11467
11468         * src/jpilot.c
11469                 convert unsigned long into guint32
11470                 patch by Paul LeoNerd Evans 
11471
11472 2005-04-17 [colin]      1.9.6cvs40
11473
11474         * src/compose.c
11475                 Fix 'Request return receipt' from folder
11476                 properties (bug #708)
11477
11478 2005-04-17 [colin]      1.9.6cvs39
11479
11480         * src/mainwindow.c
11481                 Fix duplicate hotkeys in Mainwindow's menu
11482
11483 2005-04-17 [colin]      1.9.6cvs38
11484
11485         * src/folderview.c
11486                 Fix duplicate hotkeys in Folderview's contextual
11487                 menu
11488
11489 2005-04-15 [colin]      1.9.6cvs37
11490
11491         * src/summaryview.c
11492                 Fix 'Save as...' with non-ascii filenames
11493
11494 2005-04-15 [colin]      1.9.6cvs36
11495
11496         * src/plugins/pgpmime/pgpmime.c
11497                 Fix bus error on 64bit. Spotted by 
11498                 macallan1888@gmail.com
11499
11500 2005-04-15 [colin]      1.9.6cvs35
11501
11502         * src/prefs_account.c
11503                 Fix cvs34.
11504
11505 2005-04-12 [colin]      1.9.6cvs34
11506
11507         * src/prefs_account.c
11508                 Fix smtp auth type off-by-one. We forgot to
11509                 add PLAIN in the prefs-to-gui setter func and
11510                 as a result, the selected auth when opening
11511                 account prefs was not the correct one.
11512
11513 2005-04-12 [paul]       1.9.6cvs33
11514
11515         * src/inc.c
11516                 if the recv dialog is visible, Cancel only
11517                 cancels the current account
11518
11519
11520 2005-04-10 [colin]      1.9.6cvs32
11521
11522         * src/filtering.c
11523                 Copy score when copying FilteringActions
11524                 Fix bug #674
11525
11526 2005-04-10 [colin]      1.9.6cvs31
11527
11528         * src/inc.c
11529                 Make Message -> Receive -> Cancel cancel 
11530                 incorporation on all accounts. Fixes
11531                 bug #693
11532
11533 2005-04-10 [colin]      1.9.6cvs30
11534
11535         * src/prefs_account.c
11536                 Update Privacy checkbuttons status based
11537                 on the selected privacy system
11538         * src/compose.c
11539                 Always connect the "None" privacy system; the
11540                 static boolean was probably there to avoid
11541                 reconnecting twice in the same compose window,
11542                 but as the parent function is only called once
11543                 per compose, it's only a bug - as a static is
11544                 initialized once per application instance.
11545                 Also, don't uncheck Sign and Encrypt when
11546                 selecting None as privacy system; just ignore
11547                 them when sending/queuing.
11548                 Should fix bug #695
11549
11550 2005-04-08 [colin]      1.9.6cvs29
11551
11552         * src/account.c
11553         * src/prefs_account.c
11554         * src/prefs_account.h
11555                 Add account preference to queue message in a certain
11556                 folder.
11557
11558 2005-04-06 [colin]      1.9.6cvs28
11559
11560         * src/prefs_account.c
11561                 Update old inbox path syntax
11562
11563 2005-04-06 [paul]       1.9.6cvs27
11564
11565         sync with main:
11566
11567         * configure.ac
11568                 changed -traditional-cpp to -no-cpp-precomp for newer
11569                 Mac OS X support
11570         * src/foldersel.c
11571                 made column resize automatically
11572         * src/send_message.c
11573                 send_message_smtp(): consider EOF right after QUIT
11574                 successful (workaround for Gmail SMTP server)
11575         * src/common/socket.c
11576                 ssl_read(), ssl_peek(): check EOF which violates the
11577                 SSL protocol
11578         * src/gtk/colorlabel.c
11579                 removed warnings when displaying colorlabel menu
11580                 (don't use GtkAlignment)
11581
11582 2005-04-05 [paul]       1.9.6cvs26
11583
11584         * src/plugins/trayicon/trayicon.c
11585                 fix clipping of icon under KDE3 
11586
11587 2005-04-05 [paul]       1.9.6cvs25
11588
11589         * src/summaryview.c
11590                 hide display of threading
11591                 patch by Alfons
11592
11593 2005-04-04 [thorsten]   1.9.6cvs24
11594
11595         * src/mh.c
11596                 marks lost on filesystems with different stat() results on
11597                 summer-/wintertime
11598
11599 2005-04-03 [colin]      1.9.6cvs23
11600
11601         * src/summaryview.c
11602                 Don't handle up/down. Patch by Alfons
11603
11604 2005-04-02 [colin]      1.9.6cvs22
11605
11606         * src/summaryview.c
11607                 Make scrolling faster. Patch by Alfons.
11608
11609 2005-04-01 [colin]      1.9.6cvs21
11610
11611         * src/Makefile.am
11612         * src/stock_pixmap.c
11613         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11614         * src/pixmaps/dir_noselect.xpm ** ADDED **
11615                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11616
11617 2005-04-01 [colin]      1.9.6cvs20
11618
11619         * src/image_viewer.c
11620         * src/image_viewer.h
11621         * src/procmime.c
11622         * src/procmime.h
11623         * src/textview.c
11624         * src/textview.h
11625                 Implement inline image resizing and right-clicking
11626
11627 2005-04-01 [paul]       1.9.6cvs19
11628
11629         * AUTHORS
11630         * Makefile.am
11631         * configure.ac
11632                 check for gnome2
11633                 patch by Luca Cavalli <loopback<AT>slackit.org>
11634         * po/ru.po
11635                 updated by Pavlo Bohmat
11636
11637 2005-03-31 [colin]      1.9.6cvs18
11638
11639         * src/news.c
11640                 Fix parsing references
11641         * src/msgcache.c
11642                 don't put nulls in the references list
11643         * src/procheader.c
11644                 commit that forgotten file in 1.9.6cvs14
11645
11646 2005-03-31 [colin]      1.9.6cvs17
11647
11648         * src/compose.c
11649                 Fix joining of signature separator again. 
11650                 Maybe Hiro could put it in main too...
11651
11652 2005-03-31 [colin]      1.9.6cvs16
11653
11654         * src/Makefile.am
11655         * src/foldersel.c
11656         * src/stock_pixmap.c
11657         * src/stock_pixmap.h
11658         * src/pixmaps/dir-noselect.xpm
11659                 Update foldersel.c (sync from main, patch by Alfons)
11660
11661 2005-03-30 [colin]      1.9.6cvs15
11662
11663         * src/imap.c
11664                 Fix handling of imap folders containing [] in 
11665                 their name. Thanks to Nahuel Angelinetti for
11666                 the detailed bugreport.
11667
11668 2005-03-30 [colin]      1.9.6cvs14
11669
11670         * src/common/utils.h
11671         * src/common/utils.c
11672         * src/common/defs.h
11673         * src/matcher.c
11674         * src/msgcache.c
11675         * src/news.c
11676         * src/procmsg.c
11677         * src/procmsg.h
11678         * src/quote_fmt_parse.y
11679         * src/summaryview.c
11680                 Update references system. Patch by Alfons
11681
11682 2005-03-30 [colin]      1.9.6cvs13
11683
11684         * src/common/socket.c
11685                 Force the glibc to read resolv.conf again when 
11686                 it has changed. Should fix issues when changing
11687                 networks on a laptop and not restarting sylpheed. 
11688
11689 2005-03-30 [paul]       1.9.6cvs12
11690
11691         partial sync with main:
11692
11693         * src/action.c
11694                 create_io_dialog(): use user-defined text font
11695                 (thanks to Alfons), and modified its appearance.
11696         * src/addrgather.c
11697         * src/addrharvest.c
11698         * src/browseldap.c
11699                 replace old code
11700         * src/compose.c
11701                 don't join (presumably) itemized lines on line-wrapping
11702                 fixed wrapping of quote when auto-wrapping is enabled
11703                 compose_destroy(): destroy paned only if it's not
11704                 attached to window. Fixed memory leak of popup menu.
11705         * src/exphtmldlg.c
11706         * src/expldifdlg.c
11707                 replace old code
11708         * src/html.c
11709         * src/html.h
11710         * src/importmutt.c
11711         * src/importpine.c
11712                 replace old code
11713         * src/main.c
11714                 removed redundant code
11715         * src/mainwindow.c
11716                 changed 'Code set' (which is rather incorrect)
11717                 in the menu to 'Character encoding'
11718                 main_window_set_widgets(): request size first
11719                 to prevent window size becoming wrong
11720                 fixed remembering of the state of the visibility
11721                 of MessageView
11722         * src/messageview.c
11723                 changed 'Code set' (which is rather incorrect)
11724                 in the menu to 'Character encoding'
11725         * src/prefs_common.c
11726         * src/prefs_common.h
11727                 added an option whether to render HTML as text or not
11728                 added separators to outgoing encoding menu
11729         * src/procheader.c
11730                 procheader_scan_date_string(): support header
11731                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11732         * src/summaryview.c
11733         * src/summaryview.h
11734                 minor code cleanup
11735         * src/textview.c
11736                 textview_show_html(): force output of newline
11737                 added an option whether to render HTML as text or not
11738         * src/common/utils.c
11739                 strncpy2(): optimized based on Alfons' code
11740         * src/gtk/gtkutils.c
11741         * src/gtk/gtkutils.h
11742                 removed non-used code
11743         * src/plugins/pgpmime/passphrase.c
11744                 partially fixed grab input of passphrase dialog
11745                 Confine pointer to window
11746
11747 2005-03-30 [colin]      1.9.6cvs11
11748
11749         * src/msgcache.c
11750         * src/msgcache.h
11751                 Read/write 32bit ints from cache & marks
11752                 From main.
11753
11754 2005-03-29 [paul]       1.9.6cvs10
11755
11756         * AUTHORS
11757         * ChangeLog.claws
11758         * src/compose.c
11759         * src/gtk/gtkaspell.c
11760                 sync with HEAD (don't pass NULL pointers) 
11761
11762 2005-03-24 [paul]
11763
11764         * tools/Makefile.am
11765         * tools/README
11766         * tools/acroread2sylpheed.pl
11767                 sync with HEAD (add script to send pdfs as
11768                 attachments from Adobe Reader 7)
11769
11770 2005-03-21 [paul]       1.9.6cvs9
11771
11772         * configure.ac
11773         * po/POTFILES.in
11774         * src/Makefile.am
11775         * src/crash.c
11776         * src/image_viewer.c ** ADDED **
11777         * src/image_viewer.h ** ADDED **
11778         * src/main.c
11779         * src/prefs_common.c
11780         * src/prefs_common.h
11781         * src/prefs_image_viewer.c ** ADDED **
11782         * src/prefs_image_viewer.h ** ADDED **
11783         * src/textview.c
11784         * src/gtk/about.c
11785         * src/pixmaps/sylpheed_logo.xpm
11786         * src/plugins/Makefile.am
11787         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11788         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11789         * src/plugins/image_viewer/plugin.c ** REMOVED **
11790         * src/plugins/image_viewer/viewer.c ** REMOVED **
11791         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11792         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11793         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11794         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11795         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11796                 as gdk-pixbuf is now built-in
11797                 remove image_viewer plugin and put code back into
11798                 main codebase
11799                 implement inline image display (sync with main)
11800
11801                 replace logo with newer, nicer, larger version  
11802
11803 2005-03-21 [paul]       1.9.6cvs8
11804
11805         * src/gtk/about.c
11806                 cosmetic improvement
11807
11808 2005-03-21 [holger]     1.9.6cvs7
11809
11810         * src/plugins/spamassassin/spamassassin.c
11811                 Sync with HEAD
11812                 (unregister hook on failed plugin init)
11813
11814 2005-03-20 [colin]      1.9.6cvs6
11815
11816         * src/common/plugin.c
11817                 Check that plugin isn't already loaded
11818                 Patch by Alfons
11819
11820 2005-03-20 [thorsten]   1.9.6cvs5
11821
11822         * src/compose.c
11823                 use a more compatible syntax
11824
11825 2005-03-20 [thorsten]   1.9.6cvs4
11826
11827         * src/prefs_toolbar.c
11828                 fix crash when selecting toolbar item (uninitialized pointer)
11829
11830 2005-03-20 [thorsten]   1.9.6cvs3
11831
11832         * src/procmime.c
11833                 fix mimetype detection (referenced free()d string)
11834
11835 2005-03-20 [paul]       1.9.6cvs2
11836
11837         * src/compose.c
11838                 sync with HEAD (1.0.3cvs5)
11839                 neglect Reply-To header if empty
11840                 Patch by Alfons 
11841
11842 2005-03-19 [holger]     1.9.6cvs1
11843
11844         * src/summaryview.c
11845         * src/summaryview.h
11846                 Sync with HEAD
11847
11848 2005-03-18 [paul]       1.9.6
11849
11850         initial GTK2 release
11851
11852 2005-03-18 [paul]       1.0.3cvs3.1
11853
11854         * AUTHORS
11855         * ChangeLog.claws
11856         * configure.ac
11857         * src/gtk/about.c
11858         * src/pixmaps/sylpheed_logo.xpm
11859                 sync with HEAD
11860
11861 2005-03-18 [colin]      1.0.3cvs2.6
11862
11863         * src/summaryview.c
11864                 Remove call to summary_step in summary_copy_selected_to
11865                 Can't see its purpose, and this causes bug when copying
11866                 a message if the next one is unread: it reads it.
11867
11868 2005-03-18 [paul]       1.0.3cvs2.5
11869
11870         * src/foldersel.c
11871                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11872
11873 2005-03-18 [paul]       1.0.3cvs2.4
11874
11875         * src/addrharvest.c
11876         * src/codeconv.c
11877         * src/codeconv.h
11878         * src/compose.c
11879         * src/news.c
11880         * src/procheader.c
11881         * src/procmime.c
11882         * src/unmime.c
11883         * src/unmime.h
11884                 fix buffer overflow, CAN-2005-0667, see
11885                 http://secunia.com/advisories/14491/
11886                 Patch by Alfons
11887
11888 2005-03-17 [colin]      1.0.3cvs2.3
11889
11890         * src/prefs_fonts.c
11891         * src/summaryview.c
11892                 Fix font bugs (both lists now officialy share 
11893                 the same font)
11894                 
11895
11896 2005-03-17 [paul]       1.0.3cvs2.2
11897
11898         * src/gtk/pluginwindow.c
11899                 make plugin descriptions uneditable
11900
11901 2005-03-11 [paul]       1.0.3cvs2.1
11902
11903         * ChangeLog.claws
11904         * configure.ac
11905         * po/POTFILES.in
11906         * src/plugins/trayicon/trayicon.c
11907                 sync with HEAD
11908                 add src/wizard.c to POTFILES.in
11909
11910 2005-03-11 [paul]       1.0.3cvs1.1
11911
11912         * ChangeLog
11913         * ChangeLog.claws
11914         * configure.ac
11915         * po/de.po
11916         * po/es.po
11917         * po/fr.po
11918         * po/it.po
11919         * po/pt_BR.po
11920         * po/ru.po
11921         * po/sk.po
11922         * po/sr.po
11923         * po/zh_CN.po
11924                 sync with HEAD
11925
11926 2005-03-04 [colin]      1.0.1cvs22.2
11927
11928         * src/compose.c
11929                 Fix signatures with accentued chars in it
11930
11931 2005-03-04 [colin]      1.0.1cvs22.1
11932
11933         * src/common/smtp.c
11934         * src/common/smtp.h
11935                 Don't use SIZE param in MAIL FROM: if server 
11936                 doesn't support it. Patch by Eugen Freiter
11937                 <eugen_f@users.sf.net>
11938
11939 2005-02-27 [paul]       1.0.1cvs20.1
11940
11941         * ChangeLog.claws
11942         * configure.ac
11943         * src/messageview.c
11944                 sync with HEAD
11945
11946 2005-02-27 [colin]      1.0.1cvs19.4
11947
11948         * src/procheader.c
11949         * src/procheader.h
11950                 Fix prototypes. Patch by Alfons
11951
11952 2005-02-27 [colin]      1.0.1cvs19.3
11953
11954         * src/compose.c
11955                 Don't auto-join the signature separator.
11956
11957 2005-02-26 [colin]      1.0.1cvs19.2
11958
11959         * src/summaryview.c
11960                 Fix 'mark all read' with collapsed threads.
11961                 Patch by Alfons.
11962
11963 2005-02-25 [paul]       1.0.1cvs19.1
11964
11965         * ChangeLog.claws
11966         * configure.ac
11967         * src/prefs_account.c
11968         * src/prefs_folder_item.c
11969         * src/gtk/prefswindow.c
11970         * src/gtk/prefswindow.h
11971                 sync with HEAD
11972
11973 2005-02-25 [paul]       1.0.1cvs15.12
11974
11975         * src/alertpanel.c
11976         * src/codeconv.c
11977         * src/compose.c
11978         * src/textview.c
11979         * src/gtk/gtkutils.c
11980         * src/gtk/gtkutils.h
11981         * src/gtk/logwindow.c
11982         * src/gtk/progressdialog.c
11983                 sync with main (revision 127)
11984                 and fix logwindow clipping
11985
11986 2005-02-24 [colin]      1.0.1cvs15.11
11987
11988         * src/plugins/pgpmime/passphrase.c
11989                 Disable input grabbing; it doesn't work yet.
11990
11991 2005-02-24 [colin]      1.0.1cvs15.10
11992
11993         * src/messageview.c
11994                 Don't send out receipts if offline. Ask.
11995
11996 2005-02-23 [colin]      1.0.1cvs15.9
11997
11998         * src/summaryview.c     
11999                 Fix expanding
12000
12001 2005-02-23 [colin]      1.0.1cvs15.8
12002
12003         * src/summaryview.c
12004                 Really fix Bug 568 by removing useless
12005                 calls. summary_thread_init() now called
12006                 in summary_sort(). This should please
12007                 Alfons as it should be faster than 
12008                 previously.
12009
12010 2005-02-23 [colin]      1.0.1cvs15.7
12011
12012         * src/compose.c
12013                 Encode parts as QP or B64 if signing
12014
12015 2005-02-23 [colin]      1.0.1cvs15.6
12016
12017         * src/compose.c
12018                 Fix Mimeinfo leakage (including tmp files)
12019         * src/procmsg.c
12020                 Fix tmp file leakage (spotted by Ivan Rayner)
12021
12022 2005-02-22 [colin]      1.0.1cvs15.5
12023
12024         * src/expldifdlg.c
12025                 Fix keyboard input. Patch by Alfons.
12026
12027 2005-02-21 [colin]      1.0.1cvs15.4
12028
12029         * src/compose.c
12030                 Fix Sign/Encrypt when unselecting privacy
12031                 system
12032         * src/prefs_common.c
12033                 Change default message font to Monospace
12034         * src/summaryview.c
12035                 More freezing during potentially large operations
12036
12037 2005-02-21 [paul]       1.0.1cvs15.3
12038
12039         * src/main.c
12040                 fix --help output
12041
12042 2005-02-21 [paul]       1.0.1cvs15.2
12043
12044         * po/Makefile.in.in
12045         * src/compose.c
12046         * src/summaryview.c
12047         * src/textview.c
12048         * src/common/utils.c
12049         * src/common/utils.h
12050                 sync with main (revision 117)
12051
12052 2005-02-20 [colin]      1.0.1cvs15.1
12053
12054         * src/common/defs.h
12055                 Change cache file to .sylpheed_claws_cache, as
12056                 suggested by Alfons. Allows people to switch
12057                 between Sylpheed and Sylpheed-Claws. it is
12058                 a good idea to "Check for new messages" at next
12059                 startup.
12060
12061
12062 2005-02-18 [colin]      1.0.1cvs14.1
12063
12064         * src/quote_fmt_lex.l
12065         * src/quote_fmt_parse.y
12066                 Fix parser initialisation. Patch by Ivan.
12067
12068 2005-02-18 [colin]      1.0.1cvs11.6
12069
12070         * src/folderview.c
12071                 Fix scrolldown (bug 662)
12072
12073 2005-02-17 [colin]      1.0.1cvs11.5
12074
12075         * src/codeconv.c
12076                 conv_filename_to_utf8: return clean 7bit instead
12077                 of broken utf8 if needed
12078         * src/mimeview.c
12079                 Fix display of parts with unclean 8bit names
12080
12081 2005-02-17 [paul]       1.0.1cvs11.4
12082
12083         * src/compose.c
12084         * src/exportldif.c
12085         * src/matcher_parser_parse.y
12086         * src/procmime.c
12087         * src/sourcewindow.c
12088         * src/common/Makefile.am
12089         * src/common/intl.h             ** REMOVED **
12090         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12091                 sync with main (revision 109)
12092                 and clean up
12093
12094 2005-02-16 [colin]      1.0.1cvs11.3
12095
12096         * src/summaryview.c
12097                 Fix collapsed thread not highlighting when new
12098                 messages in it (Bug 568) Patch by Stephan Sachse.
12099                 Fix messed up selection when reaching bounds (Bug 632)
12100         * src/prefs_themes.c
12101                 Fix theme installing (Bug 684)
12102
12103 2005-02-16 [colin]      1.0.1cvs11.2
12104
12105         * src/messageview.c
12106                 Fix messageview_select_all
12107
12108 2005-02-16 [colin]      1.0.1cvs11.1
12109
12110         * src/mh.c
12111                 Sync with HEAD (MH scan required function)
12112
12113 2005-02-15 [colin]      1.0.1cvs8.1
12114
12115         * src/mimeview.c
12116         * src/common/utils.c
12117                 Sync with HEAD (filename chars substitution)
12118
12119 2005-02-15 [colin]      1.0.1cvs7.3
12120
12121         * src/gtk/pluginwindow.c
12122                 Fix button spacing
12123
12124 2005-02-15 [colin]      1.0.1cvs7.2
12125
12126         * src/mimeview.c
12127                 Fix mime icons not reset across message when
12128                 scrolled down
12129
12130 2005-02-15 [colin]      1.0.1cvs7.1
12131
12132         * src/compose.c
12133         * src/procmime.c
12134                 Sync with HEAD (optimisation of cvs6)
12135
12136 2005-02-14 [colin]      1.0.1cvs6.1
12137
12138         * src/compose.c
12139         * src/procmime.c
12140                 Sync with HEAD (encode "From " at line beginning)
12141
12142 2005-02-14 [colin]      1.0.1cvs5.3
12143
12144         * src/compose.c
12145                 Fix wrapping with accentued chars.
12146
12147 2005-02-13 [colin]      1.0.1cvs5.2
12148
12149         * src/textview.c
12150                 Fix email informative part parsing with
12151                 accentued chars in it. ispunct() returns
12152                 true for them in utf8...
12153
12154 2005-02-12 [colin]      1.0.1cvs5.1
12155
12156         * src/filtering.c
12157                 Sync with HEAD (remove wrong use of compose after send)
12158
12159 2005-02-12 [paul]       1.0.1cvs4.5
12160
12161         * src/textview.c
12162                 remove unnecessary code (thanks to Alfons)
12163
12164 2005-02-12 [paul]       1.0.1cvs4.4
12165
12166         * src/textview.c
12167                 add 'Copy' to contextual menu on emails
12168
12169 2005-02-11 [colin]      1.0.1cvs4.3
12170
12171         * src/compose.c
12172                 revert 1.0.0cvs28.2, it doesn't work that well.
12173
12174 2005-02-11 [paul]       1.0.1cvs4.2
12175
12176         * po/Makefile.in.in
12177                 fix 'make release'
12178
12179 2005-02-10 [paul]       1.0.1cvs4.1
12180
12181         * ChangeLog
12182         * ChangeLog.claws
12183         * ChangeLog.jp
12184         * configure.ac
12185         * src/compose.c
12186                 sync with HEAD (sync with main)
12187
12188 2005-02-10 [paul]       1.0.1cvs3.2
12189
12190         * AUTHORS
12191         * Makefile.am
12192         * autogen.sh
12193         * configure.ac
12194         * config/mkinstalldirs
12195         * intl/.cvsignore
12196         * intl/ChangeLog
12197         * intl/VERSION
12198         * intl/bindtextdom.c
12199         * intl/config.charset
12200         * intl/dcgettext.c
12201         * intl/dcigettext.c
12202         * intl/dcngettext.c
12203         * intl/dgettext.c
12204         * intl/dngettext.c
12205         * intl/eval-plural.h
12206         * intl/explodename.c
12207         * intl/finddomain.c
12208         * intl/gettext.c
12209         * intl/gettextP.h
12210         * intl/gmo.h
12211         * intl/hash-string.h
12212         * intl/intl-compat.c
12213         * intl/l10nflist.c
12214         * intl/libgnuintl.h.in
12215         * intl/loadinfo.h
12216         * intl/loadmsgcat.c
12217         * intl/localcharset.c
12218         * intl/localcharset.h
12219         * intl/locale.alias
12220         * intl/localealias.c
12221         * intl/localename.c
12222         * intl/log.c
12223         * intl/ngettext.c
12224         * intl/os2compat.c
12225         * intl/os2compat.h
12226         * intl/osdep.c
12227         * intl/plural-exp.c
12228         * intl/plural-exp.h
12229         * intl/plural.c
12230         * intl/plural.y
12231         * intl/ref-add.sin
12232         * intl/ref-del.sin
12233         * intl/relocatable.c
12234         * intl/relocatable.h
12235         * intl/textdomain.c
12236         * m4/Makefile.am
12237         * po/Makefile.in.in
12238         * src/Makefile.am
12239         * src/account.c
12240         * src/action.c
12241         * src/addr_compl.c
12242         * src/addressadd.c
12243         * src/addressbook.c
12244         * src/addrgather.c
12245         * src/addrindex.c
12246         * src/alertpanel.c
12247         * src/browseldap.c
12248         * src/codeconv.c
12249         * src/codeconv.h
12250         * src/compose.c
12251         * src/compose.h
12252         * src/crash.c
12253         * src/editaddress.c
12254         * src/editbook.c
12255         * src/editgroup.c
12256         * src/editjpilot.c
12257         * src/editldap.c
12258         * src/editldap_basedn.c
12259         * src/editvcard.c
12260         * src/exphtmldlg.c
12261         * src/expldifdlg.c
12262         * src/export.c
12263         * src/exporthtml.c
12264         * src/filtering.c
12265         * src/folder.c
12266         * src/folder_item_prefs.c
12267         * src/foldersel.c
12268         * src/folderview.c
12269         * src/grouplistdialog.c
12270         * src/headerview.c
12271         * src/imap.c
12272         * src/imap_gtk.c
12273         * src/import.c
12274         * src/importldif.c
12275         * src/importmutt.c
12276         * src/importpine.c
12277         * src/inc.c
12278         * src/ldif.c
12279         * src/main.c
12280         * src/mainwindow.c
12281         * src/matcher.c
12282         * src/mbox.c
12283         * src/message_search.c
12284         * src/messageview.c
12285         * src/mh.c
12286         * src/mh_gtk.c
12287         * src/mimeview.c
12288         * src/msgcache.c
12289         * src/news.c
12290         * src/news_gtk.c
12291         * src/noticeview.c
12292         * src/partial_download.c
12293         * src/pop.c
12294         * src/prefs_account.c
12295         * src/prefs_actions.c
12296         * src/prefs_common.c
12297         * src/prefs_customheader.c
12298         * src/prefs_display_header.c
12299         * src/prefs_ext_prog.c
12300         * src/prefs_filtering.c
12301         * src/prefs_filtering_action.c
12302         * src/prefs_folder_item.c
12303         * src/prefs_fonts.c
12304         * src/prefs_gtk.c
12305         * src/prefs_matcher.c
12306         * src/prefs_msg_colors.c
12307         * src/prefs_spelling.c
12308         * src/prefs_summary_column.c
12309         * src/prefs_template.c
12310         * src/prefs_themes.c
12311         * src/prefs_toolbar.c
12312         * src/prefs_wrapping.c
12313         * src/privacy.c
12314         * src/procheader.c
12315         * src/procmime.c
12316         * src/procmsg.c
12317         * src/quote_fmt.c
12318         * src/recv.c
12319         * src/send_message.c
12320         * src/setup.c
12321         * src/sourcewindow.c
12322         * src/ssl_manager.c
12323         * src/statusbar.c
12324         * src/summary_search.c
12325         * src/summaryview.c
12326         * src/textview.c
12327         * src/toolbar.c
12328         * src/wizard.c
12329         * src/common/nntp.c
12330         * src/common/plugin.c
12331         * src/common/smtp.c
12332         * src/common/ssl.c
12333         * src/common/ssl_certificate.c
12334         * src/common/string_match.c
12335         * src/common/sylpheed.c
12336         * src/common/template.c
12337         * src/common/utils.c
12338         * src/gtk/about.c
12339         * src/gtk/colorlabel.c
12340         * src/gtk/description_window.c
12341         * src/gtk/filesel.c
12342         * src/gtk/foldersort.c
12343         * src/gtk/gtkaspell.c
12344         * src/gtk/gtkutils.c
12345         * src/gtk/inputdialog.c
12346         * src/gtk/logwindow.c
12347         * src/gtk/menu.c
12348         * src/gtk/pluginwindow.c
12349         * src/gtk/prefswindow.c
12350         * src/gtk/progressdialog.c
12351         * src/gtk/quicksearch.c
12352         * src/gtk/sslcertwindow.c
12353         * src/plugins/clamav/clamav_plugin.c
12354         * src/plugins/clamav/clamav_plugin_gtk.c
12355         * src/plugins/demo/demo.c
12356         * src/plugins/dillo_viewer/dillo_prefs.c
12357         * src/plugins/dillo_viewer/dillo_viewer.c
12358         * src/plugins/image_viewer/plugin.c
12359         * src/plugins/image_viewer/viewer.c
12360         * src/plugins/image_viewer/viewerprefs.c
12361         * src/plugins/mathml_viewer/mathml_viewer.c
12362         * src/plugins/pgpmime/passphrase.c
12363         * src/plugins/pgpmime/plugin.c
12364         * src/plugins/pgpmime/prefs_gpg.c
12365         * src/plugins/pgpmime/select-keys.c
12366         * src/plugins/pgpmime/sgpgme.c
12367         * src/plugins/spamassassin/spamassassin.c
12368         * src/plugins/spamassassin/spamassassin_gtk.c
12369         * src/plugins/trayicon/trayicon.c
12370                 sync with main (revision 104)
12371
12372 2005-02-10 [colin]      1.0.1cvs3.1
12373
12374         * src/mainwindow.c
12375                 Sync with HEAD (fix occasional crasher)
12376
12377 2005-02-10 [colin]      1.0.1cvs2.1
12378
12379         * src/messageview.c
12380                 Synw with HEAD (don't automatically display html)
12381
12382 2005-02-09 [colin]      1.0.1cvs1.3
12383
12384         * src/textview.c
12385         * src/textview.h
12386                 Add contextual menu on emails
12387
12388 2005-02-09 [colin]      1.0.1cvs1.2
12389
12390         * src/codeconv.c
12391                 Fix converting from broken headers and 
12392                 put back the _ in missing places
12393                 (feature broke with cvs24.2 sync, main 
12394                  possibly affected?)
12395
12396 2005-02-09 [colin]      1.0.1cvs1.1
12397
12398         * src/messageview.c
12399         * src/mimeview.c
12400         * src/mimeview.h
12401                 Sync with HEAD (display non text/plain mails with plugin)
12402
12403 2005-02-08 [colin]      1.0.1.1
12404
12405         * ChangeLog.claws
12406         * po/pt_BR.po
12407                 Sync with HEAD
12408         * configure.ac
12409                 Make default configuration directory 
12410                 be .sylpheed-gtk2
12411
12412 2005-02-08 [colin]      1.0.0cvs29.1
12413
12414         * po/de.po
12415         * po/es.po
12416         * po/fr.po
12417         * po/it.po
12418         * po/sk.po
12419         * po/sr.po
12420                 Sync translations with HEAD
12421
12422 2005-02-06 [colin]      1.0.0cvs28.3
12423
12424         * src/compose.c
12425                 Make compose a bit faster - patch by Alfons.
12426
12427 2005-02-06 [colin]      1.0.0cvs28.2
12428
12429         * src/compose.c
12430                 Make pasting via middle-click more reliable
12431
12432 2005-02-05 [paul]       1.0.0cvs28.1
12433
12434         * ChangeLog
12435         * ChangeLog.claws
12436         * ChangeLog.jp
12437         * configure.ac
12438         * src/compose.c
12439                 sync with HEAD
12440                 (fix bug 682 'redirect is broken'
12441
12442 2005-02-05 [torte]      1.0.0cvs27.1
12443
12444         * ChangeLog.claws
12445         * configure.ac
12446         * src/partial_download.c
12447                 Sync with HEAD (fix buf overflow)
12448
12449 2005-02-03 [colin]      1.0.0cvs26.1
12450
12451         * src/common/plugin.c
12452                 Sync with HEAD (avoid plugin mismatches)
12453
12454 2005-02-03 [paul]       1.0.0cvs25.3
12455
12456         * src/folderview.c
12457         * src/headerview.c
12458         * src/summaryview.c
12459         * src/textview.c
12460         * src/gtk/colorlabel.c
12461                 third and final part of initial sync with main-gtk2
12462
12463 2005-02-03 [paul]       1.0.0cvs25.2
12464
12465         * src/jpilot.c
12466                 fix building with jpilot support
12467
12468 2005-02-02 [colin]      1.0.0cvs25.1
12469
12470         * src/messageview.c
12471                 Sync with HEAD (fix dangerous typo)
12472
12473 2005-02-01 [colin]      1.0.0cvs24.3
12474
12475         * src/common/xml.c
12476                 Write file as advertised (UTF-8)
12477
12478 2005-02-01 [paul]       1.0.0cvs24.2
12479
12480         * src/addrbook.c
12481         * src/addrindex.c
12482         * src/alertpanel.h
12483         * src/codeconv.c
12484         * src/codeconv.h
12485         * src/compose.c
12486         * src/export.c
12487         * src/folder_item_prefs.c
12488         * src/html.c
12489         * src/imap.c
12490         * src/import.c
12491         * src/jpilot.c
12492         * src/mainwindow.c
12493         * src/matcher_parser_lex.l
12494         * src/messageview.c
12495         * src/mh.c
12496         * src/prefs_account.c
12497         * src/prefs_actions.c
12498         * src/prefs_common.c
12499         * src/prefs_gtk.c
12500         * src/prefs_gtk.h
12501         * src/prefs_themes.c
12502         * src/procheader.c
12503         * src/procmime.c
12504         * src/sourcewindow.c
12505         * src/statusbar.c
12506         * src/summaryview.c
12507         * src/textview.c
12508         * src/toolbar.c
12509         * src/unmime.c
12510         * src/common/template.c
12511         * src/common/utils.c
12512         * src/common/xml.c
12513         * src/common/xml.h
12514         * src/gtk/gtkaspell.c
12515         * src/plugins/clamav/clamav_plugin.c
12516         * src/plugins/dillo_viewer/dillo_prefs.c
12517         * src/plugins/image_viewer/viewerprefs.c
12518         * src/plugins/pgpmime/passphrase.c
12519         * src/plugins/pgpmime/prefs_gpg.c
12520         * src/plugins/pgpmime/select-keys.c
12521         * src/plugins/spamassassin/spamassassin.c
12522                 second part of initial sync with main-gtk2
12523                 (more to follow)
12524
12525 2005-01-31 [colin]      1.0.0cvs24.1
12526
12527         * src/compose.c
12528                 Sync with HEAD
12529
12530 2005-01-29 [paul]       1.0.0cvs23.2
12531
12532         * src/account.c
12533         * src/action.c
12534         * src/addressadd.c
12535         * src/addressbook.c
12536         * src/alertpanel.c
12537         * src/compose.c
12538         * src/editaddress.c
12539         * src/editbook.c
12540         * src/editgroup.c
12541         * src/editjpilot.c
12542         * src/editldap.c
12543         * src/editldap_basedn.c
12544         * src/editvcard.c
12545         * src/export.c
12546         * src/foldersel.c
12547         * src/grouplistdialog.c
12548         * src/import.c
12549         * src/importldif.c
12550         * src/inc.c
12551         * src/main.c
12552         * src/mainwindow.c
12553         * src/message_search.c
12554         * src/messageview.c
12555         * src/mimeview.c
12556         * src/prefs_actions.c
12557         * src/prefs_common.c
12558         * src/prefs_common.h
12559         * src/prefs_customheader.c
12560         * src/prefs_display_header.c
12561         * src/prefs_filtering.c
12562         * src/prefs_filtering_action.c
12563         * src/prefs_gtk.c
12564         * src/prefs_matcher.c
12565         * src/prefs_summary_column.c
12566         * src/prefs_template.c
12567         * src/sourcewindow.c
12568         * src/summary_search.c
12569         * src/summaryview.c
12570         * src/textview.c
12571         * src/gtk/about.c
12572         * src/gtk/description_window.c
12573         * src/gtk/gtkshruler.c
12574         * src/gtk/gtkutils.c
12575         * src/gtk/gtkutils.h
12576         * src/gtk/inputdialog.c
12577         * src/gtk/logwindow.c
12578         * src/gtk/prefswindow.c
12579         * src/gtk/progressdialog.c
12580         * src/gtk/progressdialog.h
12581                 first part of initial sync with main-gtk2
12582                 (more to follow)
12583
12584 2005-01-28 [colin]      1.0.0cvs23.1
12585
12586         * src/folderview.c
12587                 Sync with HEAD
12588
12589 2005-01-27 [colin]      1.0.0cvs21.1
12590
12591         * src/folder.c
12592         * src/folderview.c
12593                 Sync with HEAD
12594
12595 2005-01-27 [colin]      1.0.0cvs19.1
12596
12597         * src/procmime.c
12598                 Sync with HEAD
12599
12600 2005-01-27 [colin]      1.0.0cvs18.1
12601
12602         * src/messageview.c
12603         * src/summaryview.c
12604         * src/mainwindow.c
12605         * src/compose.c
12606         * src/compose.h
12607         * src/procmsg.c
12608         * src/procmsg.h
12609         * src/toolbar.c
12610                 Sync with HEAD
12611
12612 2005-01-26 [paul]       1.0.0cvs15.2
12613
12614         * src/compose.c
12615                 compose_entries_set(): convert subject and body to
12616                 utf8 if necessary. patch by Felix Eckhofer
12617
12618 2005-01-26 [paul]       1.0.0cvs15.1
12619
12620         * configure.ac
12621         * src/common/template.c
12622                 sync with HEAD (fix memory leak)
12623
12624 2005-01-25 [paul]       1.0.0cvs14.1
12625
12626         * configure.ac
12627         * src/compose.c
12628                 sync with HEAD
12629
12630 2005-01-24 [colin]      1.0.0cvs13.1
12631
12632         * src/summaryview.c
12633                 Sync with HEAD
12634
12635 2005-01-24 [paul]       1.0.0cvs12.1
12636
12637         * configure.ac
12638         * src/messageview.c
12639         * src/mh.c
12640         * src/common/utils.c
12641                 sync with HEAD
12642
12643 2005-01-24 [colin]      1.0.0cvs11.1
12644
12645         * src/procheader.c
12646                 Sync with HEAD
12647
12648 2005-01-24 [colin]      1.0.0cvs10.1
12649
12650         * src/folderview.c
12651                 Sync with HEAD
12652
12653 2005-01-23 [colin]      1.0.0cvs9.1
12654
12655         * src/crash.c
12656                 Sync with HEAD
12657
12658 2005-01-22 [colin]      1.0.0cvs8.1
12659
12660         * src/summaryview.c
12661         * src/gtk/quicksearch.c
12662                 Sync with HEAD
12663
12664 2005-01-21 [colin]      1.0.0cvs7.1
12665
12666         * src/summaryview.c
12667                 Sync with HEAD
12668
12669 2005-01-21 [colin]      1.0.0cvs6.1
12670
12671         * src/summaryview.c
12672                 Sync with HEAD
12673
12674 2005-01-21 [colin]      1.0.0cvs5.1
12675
12676         * src/gtk/quicksearch.c
12677         * src/prefs_common.c
12678         * src/prefs_common.h
12679                 Sync with HEAD (recurse option)
12680
12681 2005-01-21 [colin]      1.0.0cvs4.1
12682
12683         * src/folder.h
12684         * src/folderview.c
12685         * src/folderview.h
12686         * src/summaryview.c
12687         * src/gtk/quicksearch.c
12688         * src/gtk/quicksearch.h
12689                 Sync with HEAD (recursive quicksearch)
12690
12691 2005-01-20 [colin]      1.0.0cvs3.4
12692
12693         * src/ssl_manager.c
12694                 Remove useless code
12695
12696 2005-01-20 [colin]      1.0.0cvs3.3
12697
12698         * src/ssl_manager.c
12699                 Fix leak, thanks to Alfons.
12700
12701 2005-01-20 [colin]      1.0.0cvs3.2
12702
12703         * src/ssl_manager.c
12704                 Port SSL certificate window to GTK2.
12705
12706 2005-01-20 [paul]       1.0.0cvs3.1
12707
12708         * ChangeLog.claws
12709         * configure.ac
12710         * src/addrindex.c
12711         * src/addrindex.h
12712                 sync with HEAD
12713
12714 2005-01-19 [colin]      1.0.0cvs2.2
12715
12716         * src/plugins/trayicon/trayicon.c
12717                 Fix freeze with gtk-2.6, the easy way
12718                 (signal blocking helpless there...)
12719                 Closes bug #668.
12720
12721 2005-01-19 [colin]      1.0.0cvs2.1
12722
12723         * src/mbox.c
12724         * src/mbox.h
12725         * src/mainwindow.c
12726         * src/summaryview.c
12727         * src/summaryview.h
12728                 Sync with HEAD
12729
12730 2005-01-19 [paul]       1.0.0cvs1.1
12731
12732         * configure.ac
12733         * po/de.po
12734         * po/es.po
12735         * po/fr.po
12736         * po/hr.po
12737         * po/it.po
12738         * po/ja.po
12739         * po/ko.po
12740         * po/pt_BR.po
12741         * po/ru.po
12742         * po/sk.po
12743         * po/sr.po
12744                 sync with HEAD (update translations)
12745
12746 2005-01-18 [colin]      1.0.0cvs0.1
12747
12748         * src/foldersel.c
12749                 Specify search column - patch by Alfons
12750
12751 2005-01-18 [colin]      0.9.13cvs36.3
12752
12753         * src/prefs_toolbar.c
12754                 Change Delete to Remove
12755         * src/prefs_fonts.c
12756                 GTK2 version and leak fixes
12757         * src/prefs_actions.c
12758                 Add stock buttons.
12759                 All patches by Alfons
12760
12761 2005-01-17 [colin]      0.9.13cvs36.2
12762
12763         * src/compose.c
12764                 Fix DnD inserting twice. While at it,
12765                 add DnD support for text/plain in the
12766                 body, and add support in the headers.
12767
12768 2005-01-16 [colin]      0.9.13cvs36.1
12769
12770         * ChangeLog
12771         * ChangeLog.jp
12772         * ChangeLog.claws
12773                 Sync with HEAD (nothing applicable)
12774
12775 2005-01-16 [colin]      0.9.13cvs33.2
12776
12777         * src/prefs_toolbar.c
12778                 GTK2ize prefs_toolbar, by Alfons.
12779
12780 2005-01-14 [colin]      0.9.13cvs33.1
12781
12782         * src/html.c
12783         * src/msgcache.c
12784                 Sync with HEAD
12785
12786 2005-01-14 [colin]      0.9.13cvs32.1
12787
12788         * src/html.c
12789         * src/html.h
12790         * src/msgcache.c
12791         * AUTHORS
12792         * tools/calypso_convert.pl
12793                 Sync with HEAD
12794
12795 2005-01-08 [colin]      0.9.13cvs29.2
12796
12797         * src/prefs_filtering_action.c
12798         * src/prefs_filtering.c
12799                 2 more gtk2 patches by Alfons
12800
12801 2005-01-07 [paul]       0.9.13cvs29.1
12802
12803         * ChangeLog
12804         * ChangeLog.claws
12805         * ChangeLog.jp
12806         * configure.ac
12807         * src/pop.c
12808         * src/pop.h
12809                 sync with HEAD
12810
12811 2005-01-07 [colin]      0.9.13cvs28.3
12812
12813         * src/gtk/progressdialog.c
12814         * src/gtk/progressdialog.h
12815         * src/inc.c
12816         * src/send_message.c
12817                 GTK2 for the incorporation dialog. The CList isn't dead
12818                 yet, for a more smooth migration. Patch by Alfons.
12819
12820 2005-01-06 [colin]      0.9.13cvs28.2
12821
12822         * src/prefs_display_header.c
12823                 GTK2 conversion by Alfons
12824         * src/prefs_actions.c
12825         * src/prefs_matcher.c
12826                 Fix 2 leaks - patch by Alfons
12827
12828 2005-01-06 [colin]      0.9.13cvs28.1
12829
12830         * src/prefs_matcher.c
12831                 Sync with HEAD
12832
12833 2005-01-06 [colin]      0.9.13cvs27.4
12834
12835         * src/prefs_matcher.c
12836                 Fix double-free. Patch by Alfons
12837
12838 2005-01-06 [colin]      0.9.13cvs27.3
12839
12840         * src/prefs_matcher.c
12841                 GTK2 widgets + memleak
12842                 Patch by Alfons
12843
12844 2005-01-05 [colin]      0.9.13cvs27.2
12845
12846         * src/account.c
12847         * src/addr_compl.c
12848         * src/foldersel.c
12849         * src/stock_pixmap.c
12850         * src/stock_pixmap.h
12851                 3 more GTK2 patches by Alfons.
12852
12853 2005-01-04 [colin]      0.9.13cvs27.1
12854
12855         * src/folderview.c
12856         * src/imap_gtk.c
12857         * src/news_gtk.c
12858                 Sync with HEAD
12859
12860 2005-01-04 [colin]      0.9.13cvs25.9
12861
12862         * src/compose.c
12863                 Fix Show Ruler menuitem
12864         * src/prefs_template.c
12865                 Convert to GTK2
12866         * src/common/utils.c
12867                 Make auto pointer stuff handles NULLs
12868                 Patches by Alfons.
12869
12870 2005-01-04 [colin]      0.9.13cvs25.8
12871
12872         * src/compose.c
12873                 Move the attachment list to gtk2
12874                 Patch by Alfons.
12875
12876 2005-01-04 [colin]      0.9.13cvs25.7
12877
12878         * src/textview.c
12879                 Make some keys work again
12880                 Patch by SungHyun Nam <namsh@kldp.org>
12881
12882 2005-01-04 [colin]      0.9.13cvs25.6
12883
12884         * src/gtk/gtkshruler.c
12885                 Move the ruler to GTK2
12886                 Patch by Alfons
12887
12888 2005-01-03 [colin]      0.9.13cvs25.5
12889
12890         * src/compose.c
12891                 Fix my broken patch apply 
12892
12893 2005-01-03 [colin]      0.9.13cvs25.4
12894
12895         * src/common/utils.c
12896         * src/common/utils.h
12897         * src/gtk/prefswindow.c
12898                 Move auto pointer stuff to utils.c
12899                 Patch by Alfons again :)
12900
12901 2005-01-03 [colin]      0.9.13cvs25.3
12902
12903         * src/compose.c
12904         * src/prefs_gtk.c
12905         * src/prefs_template.c
12906         * src/textview.c
12907                 Empty text widgets with empty strings, not NULL char
12908                 Patch by SungHyun Nam <namsh@kldp_org>
12909
12910 2005-01-03 [colin]      0.9.13cvs25.2
12911
12912         * src/main.c
12913         * AUTHORS
12914                 Sync with HEAD
12915
12916 2005-01-03 [colin]      0.9.13cvs25.1
12917
12918         * src/pop.c
12919         * src/pop.h
12920                 Sync with HEAD
12921
12922 2005-01-03 [colin]      0.9.13cvs24.3
12923
12924         * src/account.c
12925                 Two patches from Alfons and Alex S Moore:
12926                 fix images, fix return value.
12927
12928 2005-01-01 [colin]      0.9.13cvs24.2
12929
12930         * src/prefs_actions.c
12931                 Fix over-zealous assertion. Patch by Alfons
12932
12933 2005-01-01 [colin]      0.9.13cvs24.1
12934
12935         * src/procmime.c
12936                 Sync with HEAD (leak fix)
12937
12938 2004-12-31 [colin]      0.9.13cvs23.2
12939
12940         * src/prefs_common.c
12941                 GTK2 widgets + stock buttons - patch by Alfons
12942
12943 2004-12-31 [paul]       0.9.13cvs23.1
12944
12945         * configure.ac
12946                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12947         * src/gtk/pluginwindow.c
12948                 use GTK2 widgets and plug memory leaks,
12949                 patches by Alfons
12950
12951 2004-12-30 [colin]      0.9.13cvs22.4
12952
12953         * src/account.c
12954         * src/action.c
12955         * src/export.c
12956         * src/foldersel.c
12957         * src/import.c
12958         * src/message_search.c
12959         * src/prefs_actions.c
12960         * src/prefs_common.c
12961         * src/prefs_customheader.c
12962         * src/prefs_filtering.c
12963         * src/prefs_summary_column.c
12964         * src/summary_search.c
12965         * src/gtk/about.c
12966         * src/gtk/description_window.c
12967         * src/gtk/gtkutils.c
12968         * src/gtk/gtkutils.h
12969         * src/gtk/inputdialog.c
12970         * src/gtk/prefswindow.c
12971                 Use GTK2 stock buttons. Patches by Alfons.
12972
12973 2004-12-30 [colin]      0.9.13cvs22.3
12974
12975         * src/account.c
12976                 Sync with HEAD
12977         * src/prefs_actions.c
12978         * src/prefs_customheader.c
12979         * src/prefs_filtering.c
12980         * src/prefs_msg_colors.c
12981         * src/prefs_summary_column.c
12982         * src/gtk/prefswindow.c
12983                 Use GtkTreeView instead of deprecated 
12984                 widgets. Patches by Alfons.
12985
12986 2004-12-30 [paul]       0.9.13cvs22.2
12987
12988         * src/foldersel.c
12989                 use GTK 2 Tree View
12990                 patch by Alfons, with root folder sorting fix
12991                 by Stephan Sachse
12992
12993 2004-12-30 [paul]       0.9.13cvs22.1
12994
12995         * ChangeLog
12996         * ChangeLog.claws
12997         * ChangeLog.jp
12998         * NEWS
12999         * configure.ac
13000         * src/account.c
13001                 sync with HEAD
13002
13003 2004-12-22 [martin]     0.9.13cvs21.2
13004
13005         * src/action.c
13006                 free the command line after its use
13007
13008 2004-12-18 [paul]       0.9.13cvs21.1
13009
13010         * AUTHORS
13011         * ChangeLog
13012         * ChangeLog.claws
13013         * ChangeLog.jp
13014         * NEWS
13015         * configure.ac
13016         * src/action.c
13017         * src/compose.c
13018         * src/syldap.c
13019                 sync with HEAD
13020
13021 2004-12-17 [martin]     0.9.13cvs17.2
13022
13023         * src/action.c
13024                 convert actions input to locale
13025         * src/inc.c
13026                 convert notification command to locale
13027         * src/plugins/pgpmime/select-keys.c
13028                 convert attributes to utf8
13029
13030 2004-12-14 [colin]      0.9.13cvs17.1
13031
13032         * ChangeLog
13033         * ChangeLog.jp
13034         * ChangeLog.claws
13035         * src/action.c
13036         * src/common/utils.c
13037         * src/gtk/prefswindow.c
13038         * src/gtk/gtkutils.c
13039         * src/gtk/gtkutils.h
13040         * src/plugins/spamassassin/libspamc.c
13041                 Sync with HEAD
13042
13043 2004-12-13 [colin]      0.9.13cvs14.1
13044
13045         * src/quote_fmt_parse.y
13046                 Sync with HEAD
13047
13048 2004-12-10 [colin]      0.9.13cvs12.1
13049
13050         * src/prefs_themes.c
13051         * src/mainwindow.c
13052         * src/messageview.c
13053                 Sync with HEAD
13054
13055 2004-12-09 [colin]      0.9.13cvs10.1
13056
13057         * src/procmime.c
13058                 Sync with HEAD (fix B64 encoding from memory)
13059
13060 2004-12-08 [colin]      0.9.13cvs9.1
13061
13062         * src/gtk/colorlabel.c
13063                 Sync with HEAD
13064
13065 2004-12-08 [paul]       0.9.13cvs8.2
13066
13067         * src/gtk/pluginwindow.c
13068                 fix window resizing oddities
13069
13070 2004-12-08 [colin]      0.9.13cvs8.1
13071
13072         * src/quote_fmt_parse.y
13073                 Sync with HEAD
13074
13075 2004-12-08 [colin]      0.9.13cvs7.1
13076
13077         * src/matcher_parser_parse.y
13078         * src/msgcache.c
13079         * src/prefs_matcher.c
13080         * src/procheader.c
13081         * src/matcher.c
13082         * src/common/defs.h
13083         * po/sr.po
13084                 Sync with HEAD
13085
13086 2004-12-08 [colin]      0.9.13cvs6.1
13087
13088         * src/quote_fmt_parse.y
13089         * src/textview.c
13090                 Sync with HEAD
13091         * src/gtk/prefswindow.c
13092         * src/gtk/pluginwindow.c
13093                 Fix G_CALLBACKS protos (thanks to Alfons)
13094
13095 2004-12-07 [torte]      0.9.13cvs2.2
13096
13097         * src/procmime.c
13098                 [Bug 650] reply button causes crash
13099                 Thanks to David Relson and Christoph
13100
13101 2004-12-07 [colin]      0.9.13cvs2.1
13102
13103         * ChangeLog.claws
13104         * AUTHORS
13105         * po/sk.po
13106         * src/procmime.c
13107         * src/prefs_account.c
13108         * src/common/smtp.c
13109         * src/common/smtp.h
13110                 Sync with HEAD
13111
13112 2004-12-06 [colin]      0.9.12cvs187.1
13113
13114         * ChangeLog.claws
13115         * INSTALL
13116         * Makefile.am
13117         * README.claws
13118         * TODO.claws
13119         * configure.ac
13120         * po/bg.po
13121         * po/cs.po
13122         * po/el.po
13123         * po/en_GB.po
13124         * po/es.po
13125         * po/fr.po
13126         * po/hr.po
13127         * po/hu.po
13128         * po/it.po
13129         * po/ja.po
13130         * po/ko.po
13131         * po/nl.po
13132         * po/pl.po
13133         * po/pt_BR.po
13134         * po/ru.po
13135         * po/sk.po
13136         * po/sr.po
13137         * po/sv.po
13138         * po/zh_CN.po
13139         * po/zh_TW.Big5.po
13140         * src/compose.c
13141         * tools/Makefile.am
13142         * tools/README
13143         * tools/filter_conv.pl
13144         * tools/kdeservicemenu/README
13145         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13146         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13147                 Sync with HEAD
13148
13149 2004-12-04 [colin]      0.9.12cvs183.1
13150
13151         * src/compose.c
13152                 Sync with HEAD (compose window position saving)
13153
13154 2004-12-04 [paul]       0.9.12cvs182.3
13155
13156         * src/messageview.c
13157         * src/mimeview.c
13158         * src/prefs_customheader.c
13159         * src/gtk/quicksearch.c
13160                 replace some forgotten GTK_SIGNAL_FUNCs
13161
13162 2004-12-04 [paul]       0.9.12cvs182.2
13163
13164         * src/Makefile.am
13165                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13166                 committed in error      
13167
13168 2004-12-04 [paul]       0.9.12cvs182.1
13169
13170         * ChangeLog
13171         * ChangeLog.claws
13172         * ChangeLog.jp
13173         * INSTALL
13174         * NEWS
13175         * README
13176         * README.jp
13177         * configure.ac
13178         * doc/manual/ja/Makefile.am
13179         * doc/manual/ja/sylpheed-1.html
13180         * doc/manual/ja/sylpheed-10.html
13181         * doc/manual/ja/sylpheed-11.html
13182         * doc/manual/ja/sylpheed-12.html
13183         * doc/manual/ja/sylpheed-13.html
13184         * doc/manual/ja/sylpheed-14.html
13185         * doc/manual/ja/sylpheed-15.html
13186         * doc/manual/ja/sylpheed-16.html
13187         * doc/manual/ja/sylpheed-17.html
13188         * doc/manual/ja/sylpheed-18.html
13189         * doc/manual/ja/sylpheed-19.html
13190         * doc/manual/ja/sylpheed-2.html
13191         * doc/manual/ja/sylpheed-20.html
13192         * doc/manual/ja/sylpheed-3.html
13193         * doc/manual/ja/sylpheed-4.html
13194         * doc/manual/ja/sylpheed-5.html
13195         * doc/manual/ja/sylpheed-6.html
13196         * doc/manual/ja/sylpheed-7.html
13197         * doc/manual/ja/sylpheed-8.html
13198         * doc/manual/ja/sylpheed-9.html
13199         * doc/manual/ja/sylpheed.html
13200         * doc/manual/ja/sylpheed.sgml
13201         * po/de.po
13202         * src/Makefile.am
13203         * src/compose.c
13204         * src/procmime.c
13205         * src/pixmaps/regular.xpm **REMOVED**
13206         * src/plugins/pgpmime/pgpmime.c
13207         * src/plugins/pgpmime/plugin.c
13208         * src/plugins/pgpmime/prefs_gpg.c
13209                 sync with HEAD
13210
13211 2004-12-03 [paul]       0.9.12cvs180.1
13212
13213         * ChangeLog
13214         * ChangeLog.claws
13215         * ChangeLog.jp
13216         * configure.ac
13217         * src/Makefile.am
13218         * src/pop.c
13219         * src/common/utils.c
13220         * src/common/utils.h
13221         * src/pixmaps/continue.xpm
13222         * src/pixmaps/dir_close.xpm
13223         * src/pixmaps/dir_open.xpm
13224         * src/pixmaps/drafts_close.xpm
13225         * src/pixmaps/drafts_open.xpm
13226         * src/pixmaps/folder.xpm **REMOVED**
13227         * src/pixmaps/group.xpm
13228         * src/pixmaps/unread.xpm
13229                 sync with HEAD
13230
13231 2004-12-02 [colin]      0.9.12cvs179.1
13232
13233         * src/compose.c
13234                 Sync with HEAD (non-duplicated reedition)
13235
13236 2004-12-02 [colin]      0.9.12cvs178.1
13237
13238         * src/compose.c
13239                 Sync with HEAD (linewrap_quote fix)
13240
13241 2004-12-01 [colin]      0.9.12cvs177.3
13242
13243         * src/addrharvest.c
13244                 Replace sizeof with strlen
13245
13246 2004-12-01 [paul]       0.9.12cvs177.2
13247
13248         * src/addrharvest.c
13249                 fix 'harvest addresses'
13250
13251 2004-11-30 [colin]      0.9.12cvs177.1
13252
13253         * src/gtk/prefswindow.c
13254         * src/gtk/pluginwindow.c
13255                 Sync with HEAD
13256
13257 2004-11-29 [colin]      0.9.12cvs176.1
13258
13259         * src/folderview.c
13260                 sync with HEAD (Fix disappearing separators in folderview's popup)
13261
13262 2004-11-29 [colin]      0.9.12cvs175.1
13263
13264         * src/procmime.c
13265                 Sync with head (another format fix)
13266
13267 2004-11-29 [colin]      0.9.12cvs174.1
13268
13269         * src/pop.c
13270                 Sync with HEAD (format string fix)
13271
13272 2004-11-26 [colin]      0.9.12cvs173.1
13273
13274         * src/common/smtp.c
13275         * src/common/smtp.h
13276                 Sync with HEAD
13277
13278 2004-11-24 [colin]      0.9.12cvs172.1
13279
13280         * src/plugins/pgpmime/pgpmime.c
13281                 Sync with HEAD
13282
13283 2004-11-24 [colin]      0.9.12cvs171.1
13284
13285         * src/plugins/pgpmime/pgpmime.c
13286                 Sync with head (gpgmectx leaks)
13287
13288 2004-11-24 [colin]      0.9.12cvs169.1
13289
13290         * src/plugins/pgpmime/plugin.c
13291         * src/plugins/trayicon/Makefile.am
13292         * src/plugins/trayicon/newmarkedmail.xpm
13293         * src/plugins/trayicon/trayicon.c
13294         * src/plugins/trayicon/unreadmarkedmail.xpm
13295                 Sync with HEAD
13296
13297 2004-11-23 [colin]      0.9.12cvs168.1
13298
13299         * src/partial_download.c
13300         * src/partial_download.h
13301         * src/plugins/pgpmime/plugin.c
13302                 Sync with HEAD
13303
13304 2004-11-23 [colin]      0.9.12cvs166.1
13305
13306         * src/Makefile.am
13307         * src/codeconv.c
13308         * src/compose.c
13309         * src/folderview.c
13310         * src/main.c
13311         * src/partial_download.c
13312         * src/partial_download.h
13313         * src/prefs_account.c
13314         * src/prefs_account.h
13315         * src/privacy.c
13316         * src/privacy.h
13317         * src/procmime.c
13318         * src/common/Makefile.am
13319         * src/common/base64.h
13320         * src/common/partial_download.c
13321         * src/common/partial_download.h
13322         * src/gtk/prefswindow.c
13323         * src/gtk/prefswindow.h
13324         * src/plugins/pgpmime/pgpmime.c
13325         * src/plugins/pgpmime/prefs_gpg.c
13326         * src/plugins/pgpmime/prefs_gpg.h
13327         * src/plugins/pgpmime/sgpgme.c
13328         * src/plugins/pgpmime/sgpgme.h
13329                 Sync with HEAD
13330
13331 2004-11-23 [colin]      0.9.12cvs163.1
13332
13333         * src/main.c
13334                 Sync with HEAD (cursor optimization)
13335
13336 2004-11-23 [colin]      0.9.12cvs162.1
13337
13338         * src/prefs_common.c
13339         * src/prefs_themes.c
13340         * src/procmsg.c
13341                 Sync with HEAD
13342
13343 2004-11-23 [colin]      0.9.12cvs158.9
13344
13345         * src/compose.c
13346                 Fix double-free when forwarding
13347         * src/msgcache.c
13348                 Fix leak on error path
13349                 
13350
13351 2004-11-23 [colin]      0.9.12cvs158.8
13352
13353         * src/compose.c
13354                 Fix possible double-free
13355                 Spotted by Alfons
13356
13357 2004-11-23 [colin]      0.9.12cvs158.7
13358
13359         * src/compose.c
13360                 Fix some signal handlers' prototypes
13361                 Spotted by Alfons
13362
13363 2004-11-22 [colin]      0.9.12cvs158.6
13364
13365         * src/compose.c
13366                 Remove unneeded code and duplicated
13367                 wrapping - patch by Alfons
13368
13369 2004-11-22 [colin]      0.9.12cvs158.5
13370
13371         * src/prefs_themes.c
13372                 Fix oversized selector
13373
13374 2004-11-22 [colin]      0.9.12cvs158.4
13375
13376         * src/compose.c
13377                 fix dump_text()
13378                 patch by Alfons
13379
13380 2004-11-19 [colin]      0.9.12cvs158.3
13381
13382         * src/textview.c
13383                 Add a context menu on links (open, copy)
13384
13385 2004-11-18 [paul]       0.9.12cvs158.2
13386
13387         * src/addrgather.c
13388         * src/exphtmldlg.c
13389         * src/expldifdlg.c
13390         * src/mimeview.c
13391         * src/prefs_common.c
13392         * src/plugins/image_viewer/viewer.c
13393         * src/plugins/spamassassin/spamassassin_gtk.c
13394                 replace deprecated gtk_notebook_set_page
13395                 and gtk_notebook_current_page
13396
13397 2004-11-18 [paul]       0.9.12cvs158.1
13398
13399         * configure.ac
13400         * src/compose.c
13401         * src/mainwindow.c
13402         * src/messageview.c
13403         * src/prefs_common.c
13404         * src/common/utils.c
13405         * src/common/utils.h
13406                 sync with HEAD
13407
13408 2004-11-17 [colin]      0.9.12cvs156.1
13409
13410         * src/prefs_account.c
13411         * src/prefs_account.h
13412         * src/procmsg.c
13413                 Sync with HEAD (add pref to store encrypted mails encrypted)
13414
13415 2004-11-17 [paul]       0.9.12cvs155.1
13416
13417         * ChangeLog
13418         * ChangeLog.claws
13419         * ChangeLog.jp
13420         * NEWS
13421         * configure.ac
13422         * src/compose.c
13423         * src/jpilot.c
13424         * src/privacy.c
13425         * src/procmime.c
13426         * src/procmime.h
13427         * src/procmsg.c
13428         * src/toolbar.c
13429         * src/pixmaps/error.xpm
13430                 sync with HEAD
13431
13432 2004-11-17 [colin]      0.9.12cvs151.1
13433
13434         * src/plugins/pgpmime/pgpmime.c
13435                 Sync with HEAD (remove debug printf)
13436
13437 2004-11-17 [colin]      0.9.12cvs150.1
13438
13439         * src/plugins/pgpmime/pgpmime.c
13440                 Sync with HEAD (off-by-one fix)
13441
13442 2004-11-17 [colin]      0.9.12cvs149.1
13443
13444         * src/procmsg.c
13445                 Sync with HEAD (coding style fixes)
13446
13447 2004-11-16 [colin]      0.9.12cvs148.1
13448
13449         * src/procmsg.c
13450                 Sync with head (Fix the fix)
13451
13452 2004-11-16 [colin]      0.9.12cvs147.1
13453
13454         * src/procmsg.c
13455                 Sync with Main (leak fix)
13456
13457 2004-11-16 [colin]      0.9.12cvs146.14
13458
13459         * src/compose.c
13460                 Remove useless chunk of code
13461                 Patch by Alfons
13462
13463 2004-11-15 [colin]      0.9.12cvs146.13
13464
13465         * src/compose.c
13466                 Fix drafting after insertion
13467                 Patch by Alfons
13468
13469 2004-11-15 [colin]      0.9.12cvs146.12
13470
13471         * src/compose.c
13472         * src/prefs_filtering.c
13473         * src/prefs_filtering_action.c
13474         * src/prefs_toolbar.c
13475                 Fix some const-correctness
13476
13477 2004-11-15 [colin]      0.9.12cvs146.11
13478
13479         * src/summaryview.c
13480         * src/prefs_themes.c
13481         * src/messageview.c
13482                 Fix some leaks
13483
13484 2004-11-15 [colin]      0.9.12cvs146.10
13485
13486         * src/codeconv.c
13487                 More unreadable locale fixes
13488
13489 2004-11-14 [colin]      0.9.12cvs146.9
13490
13491         * src/textview.c
13492                 Fix uri_security_check
13493                 Patch by Alfons
13494
13495 2004-11-13 [paul]       0.9.12cvs146.8
13496
13497         * src/folder.c
13498         * src/procmime.c
13499                 fix 2 bugs introduced in last commit
13500
13501 2004-11-13 [paul]       0.9.12cvs146.7
13502
13503         * src/compose.c
13504         * src/exporthtml.c
13505         * src/exportldif.c
13506         * src/folder.c
13507         * src/imap.c
13508         * src/imap_gtk.c
13509         * src/main.c
13510         * src/mainwindow.c
13511         * src/messageview.c
13512         * src/mh_gtk.c
13513         * src/prefs_themes.c
13514         * src/procmime.c
13515         * src/setup.c
13516         * src/summaryview.c
13517                 replace deprecated g_basename
13518
13519 2004-11-13 [paul]       0.9.12cvs146.6
13520
13521         * src/compose.c
13522         * src/imap.c
13523         * src/matcher_parser.h
13524         * src/matcher_parser_parse.y
13525         * src/prefs_filtering.c
13526         * src/prefs_filtering_action.c
13527         * src/prefs_themes.c
13528         * src/prefs_toolbar.c
13529         * src/common/utils.c
13530                 various small fixes/cleanups
13531
13532 2004-11-12 [colin]      0.9.12cvs146.5
13533
13534         * src/textview.c
13535                 Validate event's origin on visibility notify
13536                 Patch by Alfons.
13537
13538 2004-11-12 [paul]       0.9.12cvs146.4
13539
13540         * src/exporthtml.c
13541         * src/exportldif.c
13542         * src/imap.c
13543         * src/mh.c
13544         * src/mimeview.c
13545         * src/prefs_spelling.c
13546         * src/prefs_themes.c
13547                 replace deprecated g_dirname    
13548
13549 2004-11-12 [colin]      0.9.12cvs146.3
13550
13551         * src/textview.c
13552                 Some coding style fixes
13553
13554 2004-11-12 [colin]      0.9.12cvs146.2
13555
13556         * src/codeconv.c
13557                 We want to replace _all_ extended chars in
13558                 conv_unreadable_*, because any string containing
13559                 extended chars not parsing as UTF8 is 
13560                 undisplayed on gtk2.
13561
13562 2004-11-12 [paul]       0.9.12cvs146.1
13563
13564         * ChangeLog
13565         * ChangeLog.claws
13566         * ChangeLog.jp
13567         * NEWS
13568         * configure.ac
13569         * src/account.c
13570         * src/folderview.c
13571         * src/folderview.h
13572         * src/imap.c
13573         * src/imap_gtk.c
13574         * src/inc.c
13575         * src/mainwindow.c
13576         * src/mh_gtk.c
13577         * src/news_gtk.c
13578         * src/pop.c
13579         * src/prefs_account.c
13580         * src/prefs_account.h
13581         * src/prefs_ext_prog.c
13582         * src/procmime.c
13583         * src/procmime.h
13584         * src/procmsg.c
13585         * src/procmsg.h
13586         * src/summary_search.c
13587         * src/summaryview.c
13588         * src/textview.c
13589         * src/common/defs.h
13590         * src/common/utils.c
13591         * src/common/utils.h
13592         * src/gtk/menu.c
13593         * src/gtk/menu.h
13594                 sync with HEAD
13595
13596 2004-11-11 [colin]      0.9.12cvs144.2
13597
13598         * src/textview.c
13599                 Fix URI range selection (patch by Alfons)
13600
13601 2004-11-09 [colin]      0.9.12cvs144.1
13602
13603         * ChangeLog.claws
13604         * src/compose.c
13605         * src/folder.c
13606         * src/folder_item_prefs.c
13607         * src/prefs_account.c
13608         * src/prefs_account.h
13609         * src/plugins/pgpmime/pgpmime.c
13610                 Sync with HEAD
13611
13612 2004-11-08 [colin]      0.9.12cvs143.1
13613
13614         * src/summaryview.c
13615                 Sync with HEAD (optimize quicksearch)
13616
13617 2004-11-08 [colin]      0.9.12cvs142.2
13618
13619         * src/compose.c
13620                 Don't wrap when Edit/Auto wrapping is disabled
13621
13622 2004-11-08 [colin]      0.9.12cvs142.1
13623
13624         * src/textview.c
13625                 Sync with HEAD
13626
13627 2004-11-08 [colin]      0.9.12cvs141.1
13628
13629         * src/textview.c
13630                 Sync with HEAD (fix some mail URIs)
13631
13632 2004-11-08 [colin]      0.9.12cvs140.3
13633
13634         * src/textview.c
13635                 o Use text cursor instead of arrow when
13636                   not on a link
13637                 o Fix handling of contiguous links (as in
13638                   "colin@colino.net" <colin@colino.net>)
13639                   This one unveils a bug in get_email_part()
13640
13641 2004-11-07 [colin]      0.9.12cvs140.2
13642
13643         * src/textview.c
13644                 Fix memleak. Patch by Alfons.
13645
13646 2004-11-06 [colin]      0.9.12cvs140.1
13647
13648         * src/compose.c
13649                 Sync with HEAD (don't ask passphrase
13650                 when drafting)
13651
13652 2004-11-06 [paul]       0.9.12cvs139.2
13653
13654         * AUTHORS
13655         * src/textview.c
13656         * src/textview.h
13657                 textview URI handling. hovering over a 
13658                 link displays it in the status bar,
13659                 and changes the mouse pointer to a hand 
13660                 cursor. a link is activated with a single 
13661                 click. (Modified from the) patch by Jean-Yves 
13662                 Lefort <jylefort@users.sourceforge.net>
13663                 
13664
13665 2004-11-05 [colin]      0.9.12cvs139.1
13666
13667         * src/compose.c
13668         * src/procmime.c
13669                 Sync with HEAD again ^^
13670
13671 2004-11-05 [colin]      0.9.12cvs139.1
13672
13673         * src/compose.c
13674         * src/procmime.c
13675                 Sync with HEAD
13676
13677 2004-11-03 [paul]       0.9.12cvs138.1
13678
13679         * ChangeLog.claws
13680         * configure.ac
13681         * po/POTFILES.in
13682         * src/prefs_ext_prog.c
13683         * src/procmime.c
13684         * tools/kdeservicemenu/README
13685         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13686         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13687                 sync with HEAD
13688
13689 2004-11-01 [christoph]  0.9.12cvs136.2
13690
13691         * src/procmime.c
13692                 convert MIME parameters to UTF-8
13693
13694 2004-10-29 [colin]      0.9.12cvs136.1
13695
13696         * src/common/utils.c
13697                 Sync with HEAD (don't use '=' in mime boundary)
13698
13699 2004-10-29 [paul]       0.9.12cvs135.1
13700
13701         * configure.ac
13702         * doc/src/rfc2231.txt
13703         * src/procmime.c
13704         * src/common/quoted-printable.c
13705         * src/common/utils.c
13706         * src/common/utils.h
13707                 sync with HEAD
13708
13709 2004-10-27 [paul]       0.9.12cvs134.1
13710
13711         * configure.ac
13712         * src/main.c
13713         * src/procmime.c
13714         * src/plugins/pgpmime/pgpmime.c
13715                 sync with HEAD
13716
13717 2004-10-26 [paul]       0.9.12cvs132.3
13718
13719         * src/account.c
13720         * src/addressbook.c
13721         * src/addrgather.c
13722         * src/addrharvest.c
13723         * src/codeconv.c
13724         * src/compose.c
13725         * src/customheader.c
13726         * src/editaddress.c
13727         * src/editgroup.c
13728         * src/enriched.c
13729         * src/expldifdlg.c
13730         * src/exporthtml.c
13731         * src/exportldif.c
13732         * src/folder.c
13733         * src/foldersel.c
13734         * src/folderview.c
13735         * src/grouplistdialog.c
13736         * src/html.c
13737         * src/imap.c
13738         * src/jpilot.c
13739         * src/ldapserver.c
13740         * src/ldif.c
13741         * src/mimeview.c
13742         * src/news.c
13743         * src/news_gtk.c
13744         * src/pop.c
13745         * src/prefs_display_header.c
13746         * src/prefs_gtk.c
13747         * src/prefs_msg_colors.c
13748         * src/prefs_toolbar.c
13749         * src/procheader.c
13750         * src/procmime.c
13751         * src/summaryview.c
13752         * src/textview.c
13753         * src/toolbar.c
13754         * src/vcard.c
13755         * src/common/mgutils.c
13756         * src/common/nntp.c
13757         * src/common/smtp.c
13758         * src/common/template.c
13759         * src/common/utils.c
13760         * src/common/xmlprops.c
13761         * src/plugins/pgpmime/pgpmime.c
13762         * src/plugins/pgpmime/select-keys.c
13763         * src/plugins/pgpmime/sgpgme.c
13764                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13765                 g_string_sprintfa(), gtk_notebook_current_page()
13766
13767 2004-10-26 [colin]      0.9.12cvs132.2
13768
13769         * src/prefs_folder_item.c
13770                 Fix default-account selection
13771
13772 2004-10-21 [colin]      0.9.12cvs133
13773
13774         * src/compose.c
13775                 Sync with HEAD (Remove extra separator in compose's Options)
13776         * src/textview.c
13777                 Set wrapping to char
13778
13779 2004-10-21 [paul]       0.9.12cvs131.2
13780
13781         * src/compose.c
13782         * src/sourcewindow.c
13783                 fix wrapping
13784                 fix window shrinking 
13785
13786 2004-10-21 [colin]      0.9.12cvs131.1
13787
13788         * ChangeLog.claws
13789         * src/compose.c
13790                 Sync with HEAD
13791
13792 2004-10-21 [paul]       0.9.12cvs130.2
13793
13794         * src/prefs_folder_item.c
13795                 sync with HEAD (Apply to subfolders)
13796
13797 2004-10-19 [colin]      0.9.12cvs130.1
13798
13799         * ChangeLog.claws
13800         * src/compose.c
13801         * src/common/utils.c
13802         * src/gtk/menu.c
13803                 Sync with HEAD
13804
13805 2004-10-19 [colin]      0.9.12cvs128.1
13806
13807         * src/addrbook.c
13808         * src/addrcache.c
13809         * src/addressbook.c
13810         * src/codeconv.c
13811         * src/compose.c
13812         * src/customheader.c
13813         * src/editaddress.c
13814         * src/editgroup.c
13815         * src/exporthtml.c
13816         * src/folder.c
13817         * src/folderview.c
13818         * src/imap.c
13819         * src/jpilot.c
13820         * src/main.c
13821         * src/matcher_parser_parse.y
13822         * src/mbox.c
13823         * src/pop.c
13824         * src/prefs_account.c
13825         * src/prefs_gtk.c
13826         * src/prefs_msg_colors.c
13827         * src/procheader.c
13828         * src/procmime.c
13829         * src/procmime.h
13830         * src/procmsg.c
13831         * src/summaryview.c
13832         * src/textview.c
13833         * src/common/base64.c
13834         * src/common/partial_download.c
13835         * src/common/socket.c
13836         * src/common/sylpheed.c
13837         * src/common/utils.c
13838         * src/common/utils.h
13839         * src/gtk/pluginwindow.c
13840         * src/gtk/quicksearch.c
13841         * src/plugins/clamav/clamav_plugin.c
13842         * src/plugins/clamav/clamav_plugin.h
13843         * src/plugins/clamav/clamav_plugin_gtk.c
13844         * src/plugins/pgpmime/passphrase.c
13845         * src/plugins/pgpmime/pgpmime.c
13846         * src/plugins/pgpmime/plugin.c
13847         * src/plugins/pgpmime/prefs_gpg.c
13848         * src/plugins/pgpmime/prefs_gpg.h
13849         * src/plugins/pgpmime/select-keys.c
13850         * src/plugins/pgpmime/sgpgme.c
13851         * src/plugins/spamassassin/libspamc.c
13852         * src/plugins/spamassassin/spamassassin.c
13853         * src/plugins/spamassassin/spamassassin.h
13854         * src/plugins/spamassassin/spamassassin_gtk.c
13855         * src/plugins/trayicon/trayicon.c
13856         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13857                 Sync with HEAD
13858
13859 2004-10-14 [colin]      0.9.12cvs126.2
13860
13861         * src/codeconv.c
13862         * src/textview.c
13863                 Fix conv_unreadable_locale
13864
13865 2004-10-13 [colin]      0.9.12cvs126.1
13866
13867         * src/compose.c
13868                 Sync with HEAD (don't convert charset for 
13869                 drafted messages, minor cleanup)
13870
13871 2004-10-13 [colin]      0.9.12cvs125.1
13872
13873         * po/POTFILES.in
13874                 Sync with HEAD (POTFILES fix)
13875
13876 2004-10-12 [colin]      0.9.12cvs124.3
13877
13878         * src/compose.c
13879                 Fix encoding bug from latest sync
13880
13881 2004-10-12 [paul]       0.9.12cvs124.2
13882
13883         * src/plugins/pgpmime/prefs_gpg.c
13884         * src/plugins/pgpmime/prefs_gpg.h
13885                 forgotten in last commit        
13886
13887 2004-10-12 [paul]       0.9.12cvs124.1
13888
13889         * ChangeLog.claws
13890         * configure.ac
13891         * m4/spamassassin.m4
13892         * src/Makefile.am
13893         * src/account.c
13894         * src/compose.c
13895         * src/compose.h
13896         * src/crash.c
13897         * src/main.c
13898         * src/mimeview.c
13899         * src/passphrase.c
13900         * src/passphrase.h
13901         * src/prefs_account.c
13902         * src/prefs_account.h
13903         * src/prefs_common.c
13904         * src/privacy.c
13905         * src/privacy.h
13906         * src/procmime.c
13907         * src/procmime.h
13908         * src/procmsg.c
13909         * src/rfc2015.c
13910         * src/rfc2015.h
13911         * src/select-keys.c
13912         * src/select-keys.h
13913         * src/textview.c
13914         * src/common/utils.c
13915         * src/common/utils.h
13916         * src/gtk/about.c
13917         * src/plugins/pgpmime/Makefile.am
13918         * src/plugins/pgpmime/passphrase.c
13919         * src/plugins/pgpmime/passphrase.h
13920         * src/plugins/pgpmime/pgpmime.c
13921         * src/plugins/pgpmime/plugin.c
13922         * src/plugins/pgpmime/select-keys.c
13923         * src/plugins/pgpmime/select-keys.h
13924         * src/plugins/pgpmime/sgpgme.c
13925         * src/plugins/pgpmime/sgpgme.h
13926                 sync with HEAD
13927
13928 2004-10-04 [colin]      0.9.12cvs122.1
13929
13930         * src/mainwindow.c
13931         * src/messageview.c
13932         * src/messageview.h
13933         * src/textview.c
13934                 Sync with HEAD
13935
13936 2004-10-04 [colin]      0.9.12cvs121.1
13937
13938         * src/summaryview.c
13939                 Sync with HEAD
13940
13941 2004-10-04 [paul]       0.9.12cvs120.1
13942
13943         * configure.ac
13944                 sync with HEAD [don't try to build 
13945                 pgpmime plugin when gpgme is disabled]
13946
13947 2004-10-03 [colin]      0.9.12cvs119.3
13948
13949         * src/gtk/gtksctree.c
13950                 Lots of side effects. Put back as before 117.2.
13951         * src/summaryview.c
13952                 Fix bug #602
13953
13954 2004-10-03 [colin]      0.9.12cvs119.2
13955
13956         * src/gtk/gtksctree.c
13957                 Revert 608 fix that doesn't work that good
13958
13959 2004-10-02 [colin]      0.9.12cvs119.1
13960
13961         * src/mainwindow.c
13962         * src/messageview.c
13963         * src/prefs_common.h
13964         * src/procmime.c
13965         * src/procmime.h
13966         * src/textview.c
13967                 Sync with HEAD
13968         * src/gtk/gtksctree.c
13969                 Close bug #608
13970
13971 2004-10-01 [colin]      0.9.12cvs118.1
13972
13973         * src/mimeview.c
13974                 Sync with HEAD (better Save All fix)
13975
13976 2004-10-01 [colin]      0.9.12cvs117.2
13977
13978         * src/gtk/gtksctree.c
13979                 Faster on selection
13980
13981 2004-10-01 [colin]      0.9.12cvs117.1
13982
13983         * src/mimeview.c
13984                 Sync with HEAD (Save All: only attachments)
13985
13986 2004-10-01 [paul]       0.9.12cvs116.1
13987
13988         * ChangeLog.claws
13989         * configure.ac
13990         * src/account.c
13991         * src/prefs_common.c
13992         * src/gtk/colorlabel.c
13993                 sync with HEAD
13994
13995 2004-09-30 [colin]      0.9.12cvs115.1
13996
13997         * src/stock_pixmap.c
13998         * src/stock_pixmap.h
13999         * src/folderview.c
14000         * src/Makefile.am
14001         * src/pixmaps/read.xpm
14002                 Sync with HEAD (new pixmap)
14003
14004 2004-09-29 [colin]      0.9.12cvs114.1
14005
14006         * src/compose.c
14007                 Sync with HEAD
14008                 Fix focus handling in headers
14009
14010 2004-09-29 [paul]       0.9.12cvs113.1
14011
14012         * src/quote_fmt_parse.y
14013                 sync with HEAD
14014  
14015
14016 2004-09-28 [colin]      0.9.12cvs112.1
14017
14018         * src/folderview.c
14019         * src/mainwindow.c
14020                 Sync with HEAD
14021
14022 2004-09-28 [colin]      0.9.12cvs110.1
14023
14024         * src/folderview.c
14025                 Sync with HEAD (Contextual Empty trash menu)
14026
14027 2004-09-28 [colin]      0.9.12cvs108.1
14028
14029         * src/addressbook.c
14030                 Sync with HEAD (addressbook edit on double-click)
14031
14032 2004-09-28 [colin]      0.9.12cvs106.1
14033
14034         * src/inc.c
14035                 Sync with HEAD (folder_item freeze on inc)
14036
14037 2004-09-27 [colin]      0.9.12cvs105.1
14038
14039         * src/folderview.c
14040                 Sync with HEAD (right-align new and unread column)
14041
14042 2004-09-27 [colin]      0.9.12cvs104.1
14043
14044         * src/main.c
14045                 Sync with HEAD (revert 0.9.12cvs101)
14046
14047 2004-09-24 [colin]      0.9.12cvs103.2
14048
14049         * src/wizard.c
14050                 Fix gtk warnings and use domain part of the email address 
14051                 when domain detection fails (no dot in domain name)
14052
14053 2004-09-23 [colin]      0.9.12cvs103.1
14054
14055         * src/plugins/spamassassin/libspamc.c
14056         * src/plugins/spamassassin/libspamc.h
14057         * src/plugins/spamassassin/utils.c
14058         * src/plugins/spamassassin/utils.h
14059                 Sync with HEAD (Update spamassassin to 3.0)
14060
14061 2004-09-21 [colin]      0.9.12cvs102.3
14062
14063         * src/action.c
14064                 Add horizontal scrollbar in action io dialog as needed
14065                 Patch by Alfons.
14066
14067 2004-09-20 [colin]      0.9.12cvs102.2
14068
14069         * src/plugins/image_viewer/viewer.c
14070                 Remove imlib stuff
14071                 use gtk_pixmap_set when clearing
14072                 (would be better to use gtkImages, but causes size-allocate 
14073                 signals storm)
14074
14075 2004-09-17 [paul]       0.9.12cvs102.1
14076
14077         * ChangeLog
14078         * ChangeLog.claws
14079         * ChangeLog.jp
14080         * configure.ac
14081         * src/inc.c
14082                 sync with HEAD
14083
14084
14085 2004-09-17 [colin]      0.9.12cvs101.1
14086
14087         * ChangeLog.claws
14088         * src/main.c
14089                 Sync with HEAD (fix segs at exit)
14090
14091 2004-09-14 [colin]      0.9.12cvs99.5
14092
14093         * src/common/socket.c
14094         * AUTHORS
14095                 Fix send error on 64bit platforms
14096                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14097
14098 2004-09-14 [colin]      0.9.12cvs99.4
14099
14100         * src/action.c
14101                 Fix action output with utf8 
14102                 Patch by Alfons.
14103
14104 2004-09-14 [colin]      0.9.12cvs99.3
14105
14106         * ChangeLog.claws
14107         * src/folder.c
14108                 Sync with HEAD
14109
14110 2004-09-09 [colin]      0.9.12cvs99.2
14111
14112         * src/action.c
14113                 Fix progress bar (displaying "Completed %v/%u")
14114                 Patch by Alfons.
14115
14116 2004-09-08 [colin]      0.9.12cvs99.1
14117
14118         * src/account.c
14119         * src/folder.c
14120         * src/procmsg.c
14121         * src/procmsg.h
14122         * src/plugins/pgpmime/pgpmime.c
14123                 Sync with HEAD
14124
14125 2004-09-08 [colin]      0.9.12cvs97.2
14126
14127         * src/summaryview.c
14128                 Don't select mails in collapsed threads 
14129                 when navigating with up/down
14130
14131 2004-09-07 [colin]      0.9.12cvs97.1
14132
14133         * src/inc.c
14134                 Sync with HEAD (meaningful error messages)
14135
14136 2004-09-06 [colin]      0.9.12cvs96.1
14137
14138         * src/toolbar.c
14139                 Sync with HEAD (fix Redirect graying out)
14140
14141 2004-09-06 [colin]      0.9.12cvs95.1
14142
14143         * src/summaryview.c
14144         * src/mimeview.c
14145                 Sync with HEAD (fix dropped URIs)
14146
14147 2004-09-06 [colin]      0.9.12cvs94.1
14148
14149         * src/addressbook.c
14150         * src/addressitem.h
14151         * src/addritem.c
14152         * src/addritem.h
14153                 Sync with HEAD (addressbook DnD)
14154
14155 2004-09-03 [colin]      0.9.12cvs93.1
14156
14157         * src/summaryview.c
14158                 Sync with HEAD (next/prev unread)
14159
14160 2004-09-03 [colin]      0.9.12cvs92.1
14161
14162         * src/prefs_common.c
14163         * src/prefs_common.h
14164         * src/summaryview.c
14165                 Sync with HEAD ('mark_as_read_delay' pref)
14166
14167 2004-09-02 [colin]      0.9.12cvs91.2
14168
14169         * src/common/xml.c
14170                 Fix leak
14171
14172 2004-09-02 [colin]      0.9.12cvs91.1
14173
14174         * src/gtk/menu.c
14175                 Sync with HEAD (menu accel don't work, but whatever)
14176
14177 2004-09-02 [colin]      0.9.12cvs90.1
14178
14179         * src/account.c
14180                 Sync with HEAD (fix bug 582)
14181
14182 2004-09-02 [colin]      0.9.12cvs89.1
14183
14184         * src/addrindex.c
14185                 Sync with HEAD (free deleted queries)
14186
14187 2004-09-02 [colin]      0.9.12cvs88.1
14188
14189         * src/ldapquery.c
14190                 Sync with HEAD (fix LDAP freezes)
14191
14192 2004-09-02 [colin]      0.9.12cvs87.1
14193
14194         * src/prefs_spelling.c
14195                 Sync with HEAD (add default dictionary)
14196
14197 2004-09-01 [colin]      0.9.12cvs86.1
14198
14199         * src/filtering.c
14200         * src/folderview.c
14201         * src/imap.c
14202         * src/prefs_matcher.c
14203         * src/stock_pixmap.c
14204         * src/summary_search.c
14205         * src/summaryview.c
14206         * src/wizard.c
14207         * src/wizard.h
14208                 Sync with HEAD (uninitialized vars fixes)
14209                 + gtk2 specific warning fixes
14210
14211 2004-08-31 [colin]      0.9.12cvs85.1
14212
14213         * src/folder.c
14214                 Sync with HEAD (Fix memory corruption due to 
14215                 uninitialized var)
14216
14217 2004-08-31 [colin]      0.9.12cvs84.4
14218
14219         * src/summary_search.c
14220                 Fix segfaults when searching in folders with broken headers
14221
14222 2004-08-31 [colin]      0.9.12cvs84.3
14223
14224         * src/compose.c
14225         * src/textview.c
14226                 Fix some more encoding/decoding issues
14227
14228 2004-08-30 [colin]      0.9.12cvs84.2
14229
14230         * src/mimeview.c
14231         * src/prefs_themes.c
14232         * src/gtk/filesel.c
14233         * src/gtk/filesel.h
14234                 Add a folder-mode selection (fixes mimeview's "Save all")
14235
14236 2004-08-29 [colin]      0.9.12cvs84.1
14237
14238         * src/mimeview.c
14239                 Sync with HEAD (don't escape saved filenames)
14240
14241 2004-08-27 [colin]      0.9.12cvs83.1
14242
14243         * ChangeLog
14244         * ChangeLog.claws
14245         * ChangeLog.jp
14246         * src/mh.c
14247         * src/procheader.c
14248         * src/procmsg.c
14249         * src/procmsg.h
14250         * src/common/utils.c
14251         * src/gtk/menu.h
14252         * po/
14253                 Sync with HEAD 0.9.12cvs83 (sync with main)
14254
14255 2004-08-26 [colin]      0.9.12cvs82.4
14256
14257         * src/codeconv.c
14258                 Fix strange stack corruption
14259                 Convert to utf8 after unmime, not before
14260
14261 2004-08-26 [colin]      0.9.12cvs82.3
14262
14263         * src/main.c
14264         * src/wizard.c
14265                 Fix account folders duplication
14266
14267 2004-08-25 [colin]      0.9.12cvs82.2
14268
14269         * src/wizard.c
14270                 Remove ports
14271                 Add SSL selection
14272                 Use login@server as account name
14273
14274 2004-08-25 [colin]      0.9.12cvs82.1
14275
14276         * src/plugins/pgpmime/pgpmime.c
14277                 Sync with HEAD (leak fix).
14278
14279 2004-08-25 [colin]      0.9.12cvs81.1
14280
14281         * src/plugins/pgpmime/pgpmime.c
14282         * src/plugins/pgpmime/sgpgme.c
14283         * src/plugins/pgpmime/sgpgme.h
14284                 Sync with HEAD (Handle combined messages).
14285
14286 2004-08-24 [colin]      0.9.12cvs80.3
14287
14288         * src/wizard.c
14289                 Fix full name, ports, and imap
14290
14291 2004-08-24 [colin]      0.9.12cvs80.2
14292
14293         * src/Makefile.am
14294         * src/main.c
14295         * src/setup.c
14296         * src/setup.h
14297         * src/stock_pixmap.c
14298         * src/stock_pixmap.h
14299         * src/wizard.c ** ADDED **
14300         * src/wizard.h ** ADDED ** 
14301         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14302                 Add a setup wizard 
14303
14304 2004-08-24 [colin]      0.9.12cvs80.1
14305
14306         * src/folder.c
14307                 Sync with HEAD (set mimeflags on all messages)
14308
14309 2004-08-24 [colin]      0.9.12cvs79.3
14310
14311         * src/matcher_parser_lex.l
14312                 Fix 8bits strings not in utf8
14313
14314 2004-08-24 [colin]      0.9.12cvs79.2
14315
14316         * src/compose.c
14317                 Check conversion result before replacing buffer
14318
14319 2004-08-23 [colin]      0.9.12cvs79.1
14320
14321         * src/compose.c
14322                 Sync with HEAD (create message header in memory)
14323
14324 2004-08-23 [colin]      0.9.12cvs78.1
14325
14326         * src/rfc2015.c
14327         * src/rfc2015.h
14328                 Sync with HEAD (fix bug 197 again)
14329
14330 2004-08-23 [colin]      0.9.12cvs77.3
14331
14332         * src/compose.c
14333                 Fix again inline gpg signing (which outputs utf8
14334                 in gtk2). Not syncing this fix to HEAD as this 
14335                 code is meant to die.
14336
14337 2004-08-23 [colin]      0.9.12cvs77.2
14338
14339         * src/prefs_account.h
14340                 Remove useless include
14341
14342 2004-08-23 [colin]      0.9.12cvs77.1
14343
14344         * src/imap.c
14345         * po/es.po
14346         * po/fr.po
14347         * po/it.po
14348         * po/pl.po
14349         * po/pt_BR.po
14350         * po/sk.po
14351         * po/sr.po
14352                 Sync with HEAD (fix bug 577)
14353
14354 2004-08-22 [colin]      0.9.12cvs76.1
14355
14356         * src/plugins/trayicon/trayicon.c
14357                 Sync with HEAD (fix formatting bug)
14358
14359 2004-08-21 [colin]      0.9.12cvs74.2
14360
14361         * src/gtk/colorsel.c
14362                 Fix bug 564 (Folder color selection window exits on any
14363                 keypress)
14364
14365 2004-08-21 [colin]      0.9.12cvs74.1
14366
14367         * ChangeLog.claws
14368         * src/compose.c
14369         * src/summaryview.c
14370         * src/toolbar.c
14371                 Sync with HEAD (fix bug 576)
14372
14373 2004-08-21 [colin]      0.9.12cvs70.1
14374
14375         * src/compose.c
14376         * src/mainwindow.c
14377                 Sync with HEAD
14378                 
14379
14380 2004-08-21 [paul]       0.9.12cvs66.4
14381
14382         * src/mainwindow.c
14383         * src/messageview.c
14384         * src/gtk/menu.c
14385         * src/plugins/spamassassin/spamassassin_gtk.c
14386                 remove some deprecated gtk1 functions
14387
14388
14389 2004-08-21 [colin]      0.9.12cvs66.3
14390
14391         * src/compose.c
14392         * src/codeconv.c
14393                 Fix warnings
14394                 Remove encoding hacks
14395                 Fix bug 575 (Strange character messes up message)
14396                 Don't display conversion error when drafting
14397
14398 2004-08-21 [paul]       0.9.12cvs66.2
14399
14400         * src/prefs_account.c
14401                 fix GnuPG mode bugs
14402
14403
14404 2004-08-20 [colin]      0.9.12cvs66.1
14405
14406         * src/codeconv.c
14407                 Sync with HEAD 0.9.12cvs66
14408
14409 2004-08-20 [paul]
14410
14411         * src/plugins/pgpmime/plugin.c
14412                 modify PGP/MIME plugin's description
14413
14414 2004-08-17 [colin]      0.9.12cvs65.1
14415
14416         * src/common/ssl.c
14417         * src/plugins/pgpmime/plugin.c
14418                 Sync with HEAD
14419
14420 2004-08-14 [colin]      0.9.12cvs60.3
14421
14422         * src/plugins/trayicon/trayicon.c
14423                 Put back resize callback, on size-request signal
14424                 rather than size-allocate to avoid infinite 
14425                 callback loop
14426
14427 2004-08-13 [colin]      0.9.12cvs60.2
14428
14429         * src/common/defs.h
14430                 Cache versions have been fixed
14431
14432 2004-08-13 [colin]      0.9.12cvs60.1
14433
14434         * src/folderutils.c
14435                 Sync with HEAD
14436
14437 2004-08-12 [colin]      0.9.12cvs59.1
14438
14439         * src/plugins/trayicon/trayicon.c
14440                 Sync with HEAD
14441
14442 2004-08-12 [colin]      0.9.12cvs57.5
14443
14444         * sylpheed.desktop
14445         * configure.ac
14446         * src/Makefile.am
14447         * src/main.c
14448                 Add support for Freedesktop.org's startup notification
14449
14450 2004-08-11 [colin]      0.9.12cvs57.4
14451
14452         * src/textview.c
14453                 Fix off-by-one
14454
14455 2004-08-11 [colin]      0.9.12cvs57.3
14456
14457         * src/message_search.c
14458         * src/summary_search.c
14459                 Make searches case insensitive by default
14460         * src/textview.c
14461                 Fix case-insensitive search in message
14462
14463 2004-08-11 [colin]      0.9.12cvs57.2
14464
14465         * src/summary_search.c
14466                 Let case-sensitive be specified
14467
14468 2004-08-10 [colin]      0.9.12cvs55.4
14469
14470         * src/common/socket.c
14471                 Fix the possible race condition
14472
14473 2004-08-09 [paul]       0.9.12cvs55.3
14474
14475         * configure.ac
14476         * src/Makefile.am
14477         * src/common/Makefile.am
14478                 sync with HEAD
14479
14480
14481 2004-08-09 [paul]       0.9.12cvs55.2
14482
14483         * autogen.sh
14484         * po/poconv.sh
14485                 remove unneeded script
14486
14487         * configure.ac
14488                 add forgotten USE_LDAP_TLS (sync with HEAD)
14489
14490
14491 2004-08-09 [colin]      0.9.12cvs55.1
14492
14493         * src/main.c
14494         * src/common/ssl.c
14495         * src/common/sylpheed.c
14496         * src/common/sylpheed.h
14497                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14498
14499 2004-08-09 [paul]       0.9.12cvs54.1
14500
14501         * ChangeLog
14502         * ChangeLog.claws
14503         * ChangeLog.jp
14504         * configure.ac
14505         * po/POTFILES.in
14506         * src/Makefile.am
14507         * src/folderutils.c
14508         * src/main.c
14509         * src/pgpmime.c
14510         * src/pgpmime.h
14511         * src/sgpgme.c
14512         * src/sgpgme.h
14513         * src/plugins/Makefile.am
14514         * src/plugins/pgpmime/.cvsignore
14515         * src/plugins/pgpmime/Makefile.am
14516         * src/plugins/pgpmime/pgpmime.c
14517         * src/plugins/pgpmime/pgpmime.h
14518         * src/plugins/pgpmime/plugin.c
14519         * src/plugins/pgpmime/sgpgme.c
14520         * src/plugins/pgpmime/sgpgme.h
14521                 sync with HEAD
14522
14523 2004-08-08 [paul]       0.9.12cvs51.1
14524
14525         * configure.ac
14526         * src/folder.c
14527                 sync with HEAD
14528
14529 2004-08-07 [colin]      0.9.12cvs50.1
14530
14531         * src/pop.c
14532         * src/common/partial_download.c
14533                 fix warnings (sync from HEAD)
14534
14535 2004-08-07 [colin]      0.9.12cvs48.1
14536
14537         * src/prefs_folder_item.c
14538                 sync with HEAD 0.9.12cvs48
14539
14540 2004-08-06 [colin]      0.9.12cvs47.1
14541
14542         * src/compose.c
14543                 Sync with HEAD
14544
14545 2004-08-06 [christoph]  0.9.12cvs46.2
14546
14547         * src/main.c
14548         * src/plugins/clamav/clamav_plugin_gtk.c
14549         * src/plugins/dillo_viewer/dillo_viewer.c
14550         * src/plugins/image_viewer/plugin.c
14551         * src/plugins/mathml_viewer/mathml_viewer.c
14552         * src/plugins/spamassassin/spamassassin_gtk.c
14553         * src/plugins/trayicon/trayicon.c
14554                 don't mix GTK1.2 plugin with GTK2 plugins
14555
14556 2004-08-06 [colin]      0.9.12cvs46.1
14557
14558         * ChangeLog
14559         * ChangeLog.claws
14560         * ChangeLog.jp
14561         * configure.ac
14562         * sylpheed-claws.pc.in
14563         * src/folder.c
14564         * src/imap.c
14565         * src/localfolder.c
14566         * src/messageview.c
14567         * src/mimeview.c
14568         * src/mimeview.h
14569         * src/msgcache.c
14570         * src/news.c
14571         * src/prefs_ext_prog.c
14572         * src/prefs_folder_item.c
14573         * src/prefs_fonts.c
14574         * src/prefs_msg_colors.c
14575         * src/prefs_spelling.c
14576         * src/prefs_themes.c
14577         * src/prefs_toolbar.c
14578         * src/prefs_wrapping.c
14579         * src/procmime.h
14580         * src/common/defs.h
14581         * src/common/nntp.c
14582         * src/common/session.c
14583         * src/common/session.h
14584         * src/common/socket.c
14585         * src/common/utils.h
14586         * src/common/xml.c
14587         * src/common/xml.h
14588         * src/gtk/prefswindow.c
14589         * src/gtk/prefswindow.h
14590         * src/plugins/clamav/clamav_plugin_gtk.c
14591         * src/plugins/dillo_viewer/dillo_prefs.c
14592         * src/plugins/image_viewer/viewerprefs.c
14593         * src/plugins/spamassassin/spamassassin_gtk.c
14594         * m4/openssl.m4 *** REMOVED ***
14595                 Sync with HEAD 0.9.12cvs46
14596
14597 2004-08-03 [paul]       0.9.12cvs40.2
14598
14599         * src/action.c
14600         * src/addressadd.c
14601         * src/addressbook.c
14602         * src/addrgather.c
14603         * src/browseldap.c
14604         * src/compose.c
14605         * src/crash.c
14606         * src/editaddress.c
14607         * src/editgroup.c
14608         * src/editldap_basedn.c
14609         * src/foldersel.c
14610         * src/importldif.c
14611         * src/mimeview.c
14612         * src/prefs_common.c
14613         * src/prefs_template.c
14614         * src/sourcewindow.c
14615         * src/summaryview.c
14616         * src/gtk/about.c
14617         * src/gtk/foldersort.c
14618         * src/gtk/logwindow.c
14619         * src/gtk/pluginwindow.c
14620         * src/gtk/prefswindow.c
14621                 change all gtk_scrolled_window_set_policy from 
14622                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14623
14624 2004-08-02 [paul]       0.9.12cvs40.1
14625
14626         * AUTHORS
14627                 update translation team section
14628         * po/pt_BR.po
14629                 updated by Frederico Goncalves Guimaraes
14630                 <fggdebian@yahoo.com.br>
14631
14632 2004-07-31 [colin]      0.9.12cvs39.9
14633
14634         * src/exphtmldlg.c
14635                 Fix compilation
14636
14637 2004-07-31 [colin]      0.9.12cvs39.8
14638
14639         * src/exphtmldlg.c
14640                 Fix an alertpanel type
14641
14642 2004-07-30 [colin]      0.9.12cvs39.7
14643
14644         * src/alertpanel.c
14645                 Fix alertpanel_error_log's icon
14646
14647 2004-07-30 [colin]      0.9.12cvs39.6
14648
14649         * src/pop.c
14650                 Two of them should still be warnings
14651
14652 2004-07-30 [colin]      0.9.12cvs39.5
14653
14654         * src/pop.c
14655                 More warning -> error
14656 2004-07-29 [colin]      0.9.12cvs39.4
14657
14658         * src/pop.c
14659                 Warning -> error
14660
14661 2004-07-29 [colin]      0.9.12cvs39.3
14662
14663         * src/prefs_matcher.c
14664                 Fix segfault
14665
14666 2004-07-29 [colin]      0.9.12cvs39.2
14667
14668         * src/alertpanel.c
14669                 More nice-looking alertpanels
14670
14671 2004-07-29 [colin]      0.9.12cvs39.1
14672
14673         * src/messageview.c
14674                 sync with head
14675                 (inform user when partial mail is deleted on server)
14676
14677 2004-07-29 [colin]      0.9.12cvs38.1
14678
14679         * src/messageview.c
14680                 sync with head
14681
14682 2004-07-28 [paul]       0.9.12cvs37.7
14683
14684         * src/mainwindow.c
14685                 complete the replacement of deprecated gtk_progress_*
14686
14687 2004-07-28 [paul]       0.9.12cvs37.6
14688
14689         * src/action.c
14690         * src/inc.c
14691         * src/mainwindow.c
14692         * src/send_message.c
14693         * src/gtk/progressdialog.c
14694         * src/gtk/progressdialog.h
14695                 replace deprecated gtk_progress_*
14696
14697 2004-07-28 [paul]       0.9.12cvs37.5
14698
14699         * src/gtk/filesel.c
14700                 remove gtk_window_set_wmclass()
14701 2004-07-28 [paul]       0.9.12cvs37.4
14702
14703         * src/addressbook.c
14704         * src/compose.c
14705         * src/foldersel.c
14706         * src/mainwindow.c
14707         * src/messageview.c
14708         * src/sourcewindow.c
14709         * src/gtk/logwindow.c
14710                 remove gtk_window_set_wmclass()
14711                 
14712         * src/prefs_filtering.c
14713         * src/prefs_filtering_action.c
14714         * src/prefs_fonts.c
14715         * src/prefs_gtk.c
14716         * src/prefs_matcher.c
14717         * src/ssl_manager.c
14718         * src/gtk/prefswindow.c
14719                 replace gtk_window_position()
14720
14721 2004-07-28 [colin]      0.9.12cvs37.3
14722
14723         * src/alertpanel.c
14724         * src/alertpanel.h
14725                 Add a way to specify panel type for specific
14726                 panels (alertpanel())
14727         * src/account.c
14728         * src/addressbook.c
14729         * src/compose.c
14730         * src/expldifdlg.c
14731         * src/main.c
14732         * src/messageview.c
14733         * src/summaryview.c
14734         * src/textview.c
14735         * src/gtk/sslcertwindow.c
14736                 Fix alertpanel()s so that their icon match
14737                 their real type
14738
14739 2004-07-28 [paul]       0.9.12cvs37.2
14740
14741         * src/addr_compl.c
14742         * src/addressbook.c
14743         * src/alertpanel.c
14744         * src/compose.c
14745         * src/export.c
14746         * src/foldersel.c
14747         * src/folderview.c
14748         * src/grouplistdialog.c
14749         * src/import.c
14750         * src/mainwindow.c
14751         * src/message_search.c
14752         * src/messageview.c
14753         * src/passphrase.c
14754         * src/prefs_actions.c
14755         * src/prefs_common.c
14756         * src/prefs_customheader.c
14757         * src/prefs_display_header.c
14758         * src/prefs_filtering.c
14759         * src/prefs_filtering_action.c
14760         * src/prefs_gtk.c
14761         * src/prefs_matcher.c
14762         * src/prefs_msg_colors.c
14763         * src/prefs_summary_column.c
14764         * src/prefs_template.c
14765         * src/sourcewindow.c
14766         * src/ssl_manager.c
14767         * src/summary_search.c
14768         * src/gtk/colorsel.c
14769         * src/gtk/description_window.c
14770         * src/gtk/gtkaspell.c
14771         * src/gtk/inputdialog.c
14772         * src/gtk/logwindow.c
14773         * src/gtk/prefswindow.c
14774         * src/gtk/progressdialog.c
14775                 replace deprecated gtk_window_set_policy
14776
14777 2004-07-27 [colin]      0.9.12cvs37.1
14778
14779         * src/msgcache.c
14780                 More fixes (synced for head again)
14781
14782 2004-07-27 [colin]      0.9.12cvs35.3
14783
14784         * src/msgcache.c
14785                 Fix wrong test
14786
14787 2004-07-27 [colin]      0.9.12cvs35.2
14788
14789         * src/mimeview.c
14790                 Fix width a bit (by Paul)
14791         * src/alertpanel.c
14792         * src/alertpanel.h
14793                 Specialize icons, make alertpanel_message()
14794                 private
14795         * src/message_search.c
14796         * src/sgpgme.c
14797         * src/summary_search.c
14798                 Suit alertpanel changes
14799
14800 2004-07-27 [colin]      0.9.12cvs35.1
14801
14802         * src/alertpanel.c
14803                 Add an icon
14804         * src/passphrase.c
14805                 Add debug output - maybe someone will
14806                 want to look at the problem with Grab
14807                 Input :)
14808         Bump version as we're synced with HEAD
14809
14810 2004-07-26 [colin]      0.9.12cvs33.26
14811
14812         * src/pop.c
14813                 Fix uidl-file parsing when not in new
14814                 format
14815
14816 2004-07-26 [colin]      0.9.12cvs33.25
14817
14818         * src/gtk/menu.c
14819                 Move popup menu up if necessary (fixes 
14820                 account selector)
14821         * src/mainwindow.c
14822                 Set account selector's button height to
14823                 minimum
14824
14825 2004-07-26 [colin]      0.9.12cvs33.24
14826
14827         * src/alertpanel.c
14828                 Maybe fix 551 (Truncated font in alert window)
14829
14830 2004-07-26 [colin]      0.9.12cvs33.23
14831
14832         * po/de.po
14833         * po/es.po
14834         * po/fr.po
14835         * po/it.po
14836         * po/ja.po
14837         * po/pl.po
14838         * po/ru.po
14839         * po/sk.po
14840         * po/sr.po
14841         * po/zh_CN.po
14842                 Sync po files with HEAD
14843
14844 2004-07-26 [paul]       0.9.12cvs33.22
14845
14846         * src/compose.c
14847                 fix Bug 556 'Organisation-header is sent even if empty'
14848
14849 2004-07-24 [colin]      0.9.12cvs33.21
14850
14851         * src/compose.c
14852         * src/gtk/gtkaspell.c
14853         * src/gtk/gtkaspell.h
14854                 Fix speller accelerators (require hack)
14855
14856 2004-07-24 [colin]      0.9.12cvs33.20
14857
14858         * src/gtk/gtkaspell.c
14859                 Fix over-eager code deletion breaking
14860                 Check while typing
14861
14862 2004-07-24 [colin]      0.9.12cvs33.19
14863
14864         * src/browseldap.c
14865         * src/ldapctrl.c
14866         * src/ldapctrl.h
14867         * src/ldapserver.h
14868                 Sync ldap with HEAD
14869         (Fixes 546 LDAP completely broken)
14870
14871 2004-07-24 [colin]      0.9.12cvs33.18
14872
14873         * src/prefs_msg_colors.c
14874                 Fix prototype mismatch
14875         (Fixes 547 void function cannot return value)
14876
14877 2004-07-24 [colin]      0.9.12cvs33.17
14878
14879         * src/mainwindow.c
14880                 Fix sort going back to previous sort key
14881                 when changing sort direction
14882
14883 2004-07-24 [colin]      0.9.12cvs33.16
14884
14885         * src/compose.c
14886                 Fix space insertion when re-wrapping at 
14887                 cursor point
14888
14889 2004-07-24 [colin]      0.9.12cvs33.15
14890
14891         * src/gtk/gtkaspell.c
14892                 Don't change cursor position in insert-text
14893                 callback
14894         (Fixes 539 Word wrapping on input transposes letters)
14895
14896 2004-07-24 [colin]      0.9.12cvs33.14
14897
14898         * src/gtk/gtkaspell.c
14899                 Reencode non-ascii chars to dictionary's
14900                 encoding
14901         (Fixes 544 Spell check broken non english locale)
14902
14903 2004-07-24 [colin]      0.9.12cvs33.13
14904
14905         * src/summaryview.c
14906                 Fix Shift+Down, add Home/End/PgUp/PgDown
14907
14908 2004-07-21 [colin]      0.9.12cvs33.12
14909
14910         * src/prefs_common.c
14911                 Fix a gtk warning (Patch by Andrej Kacian)
14912
14913 2004-07-21 [colin]      0.9.12cvs33.11
14914
14915         * src/gtk/filesel.c
14916                 More check
14917
14918 2004-07-21 [colin]      0.9.12cvs33.10
14919
14920         * src/compose.c
14921         * src/crash.c
14922         * src/export.c
14923         * src/import.c
14924         * src/messageview.c
14925         * src/mimeview.c
14926         * src/prefs_spelling.c
14927         * src/prefs_themes.c
14928         * src/summaryview.c
14929         * src/gtk/filesel.c
14930         * src/gtk/filesel.h
14931         * src/gtk/pluginwindow.c
14932                 Untwist open/save mode guessing logic, make
14933                 it explicit
14934
14935 2004-07-20 [colin]      0.9.12cvs33.9
14936
14937         * src/codeconv.c
14938                 conv_encode_header: src_charset is UTF-8 on
14939                 gtk2
14940         * src/compose.c
14941                 Remove double encoding of the headers
14942
14943 2004-07-20 [colin]      0.9.12cvs33.8
14944
14945         * src/codeconv.c
14946                 Fix typo
14947
14948 2004-07-20 [colin]      0.9.12cvs33.7
14949
14950         * src/mainwindow.c
14951                 Set the separated messageview to the saved
14952                 size of Claws' messageview (Patch by Alfons)
14953                 Fix a callback prototype (me)
14954
14955 2004-07-20 [colin]      0.9.12cvs33.6
14956
14957         * src/codeconv.h
14958                 Forgot one hunk in 0.9.12cvs33.4
14959
14960 2004-07-19 [colin]      0.9.12cvs33.5
14961
14962         * src/action.c
14963                 Action output fix
14964                 Patch by Alfons
14965
14966 2004-07-19 [colin]      0.9.12cvs33.4
14967
14968         * src/compose.c
14969                 Fix outgoing charset bug in headers
14970         * src/codeconv.c
14971                 Clean for glib2 - Patch by Alfons
14972
14973 2004-07-19 [colin]      0.9.12cvs33.3
14974
14975         * src/statusbar.c
14976                 Remove grip from the statusbar
14977                 Patch by Alfons
14978
14979 2004-07-19 [colin]      0.9.12cvs33.2
14980
14981         * src/messageview.c
14982         * src/textview.c
14983                 Fix messageview remembering the previous
14984                 scroll position when loading a new message
14985                 Patch by Alfons
14986
14987 2004-07-19 [colin]      0.9.12cvs33.1
14988
14989         * src/folder.h
14990         * src/folderview.c
14991         * src/summaryview.c
14992                 Sync with HEAD
14993
14994 2004-07-18 [colin]      0.9.12cvs32.7
14995
14996         * configure.ac
14997                 Remove useless check for XIM - noticed
14998                 by Alfons
14999
15000 2004-07-18 [colin]      0.9.12cvs32.6
15001
15002         * src/summaryview.c
15003                 Remove non-modified and shift-modified
15004                 accelerators in summaryview's popup
15005                 menu, as that doesn't get catched by
15006                 the accel-activate signal catcher...
15007
15008 2004-07-18 [colin]      0.9.12cvs32.5
15009
15010         * src/prefs_common.c
15011                 Define sensible default prefs for 
15012                 wrapping
15013
15014 2004-07-18 [colin]      0.9.12cvs32.4
15015
15016         * src/compose.c
15017         * src/prefs_common.c
15018         * src/prefs_common.h
15019         * src/prefs_wrapping.c
15020                 Remove Smart Wrapping pref, which does
15021                 nothing on gtk2 branch
15022
15023 2004-07-18 [colin]      0.9.12cvs32.3
15024
15025         * src/sourcewindow.c
15026                 Proper utf8
15027
15028 2004-07-18 [colin]      0.9.12cvs32.2
15029
15030         * src/compose.c
15031                 Save attachment status when drafting
15032
15033 2004-07-18 [colin]      0.9.12cvs32.1
15034
15035         * src/gtk/filesel.c
15036                 Fix erratic folder selection in open mode
15037
15038 2004-07-18 [colin]      0.9.12cvs31.11
15039
15040         * src/pop.c
15041                 Don't let partial messages get deleted
15042                 even with "dowload all"
15043                 (0.9.12cvs31.8 fix extension)
15044 2004-07-18 [colin]      0.9.12cvs31.10
15045
15046         * src/gtk/logwindow.c
15047                 Fix log scrolling
15048
15049 2004-07-18 [colin]      0.9.12cvs31.9
15050
15051         * src/common/utils.c
15052                 Fix non-utf8 strings coming from commands
15053                 and files
15054
15055 2004-07-18 [colin]      0.9.12cvs31.8
15056
15057         * src/pop.c
15058                 Fix partial download bug with Download all
15059                 messages option
15060
15061 2004-07-18 [colin]      0.9.12cvs31.7
15062
15063         * src/textview.c
15064                 Fix bug introduced in 0.9.12cvs31.2
15065                 (blocked in select mode after double click)
15066
15067 2004-07-18 [colin]      0.9.12cvs31.6
15068
15069         * src/compose.c
15070         * src/gtk/menu.c
15071                 More glib-warning fixes
15072
15073 2004-07-18 [colin]      0.9.12cvs31.5
15074
15075         * src/compose.c
15076                 Fix trashing the primary clipboard when moving 
15077                 around with tab
15078         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15079
15080 2004-07-18 [colin]      0.9.12cvs31.4
15081
15082         * src/codeconv.c
15083                 convert unencoded iso headers to utf8
15084         (Fix Bug 538 Unencoded local characters in subject make it 
15085          disappear)
15086
15087 2004-07-18 [colin]      0.9.12cvs31.3
15088
15089         * src/compose.c
15090                 Fix tab char handling in wrapping
15091         (Fix Bug 537 Line wrap problem - TAB character treated as 
15092          one character instead of 8)
15093
15094 2004-07-18 [colin]      0.9.12cvs31.2
15095
15096         * src/textview.c
15097                 return FALSE on GDK_MOTION_NOTIFY
15098         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15099          (unable to highlight))
15100
15101 2004-07-18 [colin]      0.9.12cvs31.1
15102
15103         * src/folderview.c
15104                 Sync with 0.9.12cvs31
15105
15106 2004-07-18 [colin]      0.9.12cvs30.4
15107
15108         * src/compose.c
15109                 Also block text_inserted when inserting a file
15110
15111 2004-07-18 [colin]      0.9.12cvs30.3
15112
15113         * src/compose.c
15114                 Fix smart wrapping (block text_inserted handler
15115                 while putting quotation to avoid wrap on input,
15116                 don't join lines if next is sig separator)
15117
15118 2004-07-17 [colin]      0.9.12cvs30.2
15119
15120         * src/folderview.c
15121         * src/mainwindow.c
15122         * src/mimeview.c
15123         * src/summaryview.c
15124         * src/gtk/quicksearch.c
15125         * src/gtk/quicksearch.h
15126                 Block key events handlers *and* accels while
15127                 quicksearch is focused
15128         (Fixes Bug 534 quick-search bar not accepting certain letters)
15129
15130 2004-07-17 [colin]      0.9.12cvs30.1
15131
15132         * src/folder.h
15133         * src/folderview.c
15134         * src/summaryview.c
15135                 Sync with 0.9.12cvs30
15136
15137 2004-07-17 [colin]      0.9.12cvs28.2
15138
15139         * src/mimeview.c
15140         * src/procmime.c
15141         * src/summaryview.c
15142         * src/gtk/menu.c
15143                 Squash some compile and glib warnings
15144
15145 2004-07-17 [paul]       0.9.12cvs28.1
15146
15147         * src/mimeview.c
15148                 sync with 0.9.12cvs28 HEAD
15149
15150 2004-07-16 [paul]       0.9.12cvs26.1
15151         
15152         * src/gtk/quicksearch.c
15153         * src/account.c
15154         * src/account.h
15155         * src/compose.c
15156         * src/customheader.c
15157         * src/folder_item_prefs.c
15158         * src/main.c
15159         * src/mainwindow.c
15160         * src/messageview.c
15161         * src/mimeview.c
15162         * src/news.c
15163         * src/pgpmime.c
15164         * src/pop.c
15165         * src/pop.h
15166         * src/prefs_account.c
15167         * src/prefs_account.h
15168         * src/prefs_common.c
15169         * src/prefs_common.h
15170         * src/prefs_display_header.c
15171         * src/prefs_gtk.c
15172         * src/prefs_gtk.h
15173         * src/procheader.c
15174         * src/procmime.c
15175                 sync with 0.9.12cvs26 HEAD      
15176
15177 2004-07-15 [colin]      0.9.12cvs18.14
15178
15179         * src/folder.c
15180                 Disable GPG signature check during
15181                 folder move and scan
15182         (Closes Bug 521 Signature checking slows down Folder-Move)
15183
15184 2004-07-14 [colin]      0.9.12cvs18.13
15185
15186         * src/common/partial_download.c
15187                 update includes
15188
15189 2004-07-14 [colin]      0.9.12cvs18.12
15190
15191         * src/common/partial_download.c
15192         * src/common/partial_download.h
15193                 Move doc at top, add correct copyright
15194
15195 2004-07-14 [colin]      0.9.12cvs18.11
15196
15197         * src/folder.c
15198         * src/messageview.c
15199         * src/pop.c
15200         * src/pop.h
15201         * src/procmsg.c
15202         * src/summaryview.c
15203         * src/common/Makefile.am
15204         * src/common/partial_download.c ** NEW FILES **
15205         * src/common/partial_download.h ** NEW FILES **
15206                 Move partial-download related stuff to its
15207                 own file
15208
15209 2004-07-14 [colin]      0.9.12cvs18.10
15210
15211         * src/send_message.c
15212                 Fix smtp auth when user is null or empty
15213
15214 2004-07-13 [colin]      0.9.12cvs18.9
15215
15216         * src/gtk/quicksearch.c
15217                 Use alphabetic order
15218
15219 2004-07-13 [colin]      0.9.12cvs18.8
15220
15221         * src/pop.c
15222                 Be paranoid on the checks
15223
15224 2004-07-13 [colin]      0.9.12cvs18.7
15225
15226         * src/gtk/quicksearch.c
15227                 Fix Engrish once again
15228
15229 2004-07-13 [colin]      0.9.12cvs18.6
15230
15231         * src/procmsg.c
15232         * src/summaryview.c
15233                 Mark messages for deletion when they are about to
15234                 be removed from trash
15235
15236 2004-07-13 [colin]      0.9.12cvs18.5
15237
15238         * src/matcher.c
15239         * src/matcher.h
15240         * src/matcher_parser_parse.y
15241         * src/prefs_matcher.c
15242         * src/gtk/quicksearch.c
15243                 Add 'partial' ('p') match string to find partially
15244                 downloaded messages
15245
15246 2004-07-13 [colin]      0.9.12cvs18.4
15247
15248         * src/pop.c
15249                 Fix misplaced block
15250
15251 2004-07-13 [colin]      0.9.12cvs18.3
15252
15253         * src/pop.c
15254         * src/pop.h
15255         * src/messageview.c
15256                 Refactor API (to avoid passing 5+ params and code
15257                 duplication)
15258         * src/folder.c
15259         * src/msgcache.c
15260         * src/procheader.c
15261         * src/common/defs.h
15262                 Add planned_download to cache
15263                 Don't mess uidl file when moving partially downloaded
15264                 mails (they change folder, we should change it in the
15265                 uidl list too or we'll remove an incorrect message)
15266                 (this also helps removing hacks when changing 
15267                 planned_download in messageview.c)
15268
15269 2004-07-12 [colin]      0.9.12cvs18.2
15270
15271         * src/gtk/quicksearch.c
15272                 Fix missing status update in quicksearch
15273
15274 2004-07-12 [paul]       0.9.12cvs18.1
15275
15276         * po/POTFILES.in
15277         * src/Makefile.am
15278         * src/account.c
15279         * src/codeconv.c
15280         * src/compose.c
15281         * src/inc.c
15282         * src/main.c
15283         * src/prefs_common.c
15284         * src/procmsg.h
15285         * src/toolbar.c
15286         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15287         * src/prefs_wrapping.[ch]       ** NEW FILES **
15288         * src/common/intl.h
15289         * src/common/utils.[ch]
15290         * src/gtk/quicksearch.[ch]
15291                 sync with 0.9.12cvs18 HEAD
15292
15293 2004-07-12 [colin]      0.9.11cvs17.25
15294
15295         * src/folder.c
15296         * src/folder.h
15297                 Remove unused function added by me in 0.9.11cvs17.10
15298
15299 2004-07-11 [colin]      0.9.11cvs17.24
15300
15301         * src/inc.c
15302         * src/messageview.c
15303         * src/pop.c
15304         * src/pop.h
15305                 Use folderitem and msgnum instead of filename to
15306                 know which mail to delete
15307                 Move old partial mail deletion to pop.c
15308
15309 2004-07-10 [colin]      0.9.11cvs17.23
15310
15311         * src/inc.c
15312                 Add debug
15313         * src/pop.c
15314         * src/pop.h
15315                 Don't re-use same enums for unrelated stuff: it's 
15316                 completely misleading !
15317                 Document a bit
15318
15319 2004-07-09 [colin]      0.9.11cvs17.22
15320
15321         * src/inc.c
15322                 Remove folder-type check and do
15323                 more tests to be sure everything's
15324                 ok
15325         * src/messageview.c
15326                 Punctuation update, remove useless
15327                 code, fix two warnings
15328         * src/noticeview.c
15329                 Layout cleaning, reset 2nd button
15330                 when specifying one
15331
15332 2004-07-09 [colin]      0.9.11cvs17.21
15333
15334         * src/messageview.c
15335         * src/pop.c
15336         * src/pop.h
15337                 Allow user to change his mind
15338                 and postpone decision (by
15339                 unmarking the mail)
15340
15341 2004-07-09 [colin]      0.9.11cvs17.20
15342
15343         * src/messageview.c
15344                 Fix bug with delete state
15345         * src/pop.c
15346         * src/pop.h
15347                 Fix buffer leak (fread doesn't 
15348                 terminate buffers with \0)
15349                 Refactoring (remove magic 
15350                 numbers)
15351
15352 2004-07-09 [colin]      0.9.11cvs17.19
15353
15354         * src/pop.c
15355                 Don't log "Skipping message" if 
15356                 we're going to TOP it two lines
15357                 later
15358
15359 2004-07-09 [colin]      0.9.11cvs17.18
15360
15361         * src/messageview.c
15362                 Fix Engrish
15363
15364 2004-07-09 [colin]      0.9.11cvs17.17
15365
15366         * src/pop.c
15367                 strlen checking...
15368         * src/messageview.c
15369                 refactoring a bit
15370
15371 2004-07-08 [colin]      0.9.11cvs17.16
15372
15373         * src/noticeview.c
15374         * src/noticeview.h
15375                 Add an optional second button
15376         * src/messageview.c
15377         * src/pop.c
15378         * src/pop.h
15379                 Don't delete partially received mails after a certain
15380                 time; rather, let the user decide.
15381
15382 2004-07-08 [colin]      0.9.11cvs17.15
15383
15384         * src/common/smtp.h
15385                 Sync with HEAD
15386
15387 2004-07-08 [colin]      0.9.11cvs17.14
15388
15389         * src/messageview.c
15390         * src/common/smtp.c
15391                 Use to_human_readable() for sizes
15392
15393 2004-07-08 [colin]      0.9.11cvs17.13
15394
15395         * src/inc.c
15396         * src/messageview.c
15397         * src/pop.c
15398         * src/pop.h
15399         * src/procmsg.c
15400                 Fix partial-downloading issues:
15401                         catch unsupported TOP
15402                         don't delete partially downloaded mails before 5 days
15403                         don't update existing with non-MH folders; that'll
15404                         make dups, but it's better than trashing the folder
15405                         free new msginfo parts
15406                 Fix indentation ;-)
15407
15408 2004-07-08 [colin]      0.9.11cvs17.12
15409
15410         * src/common/smtp.c
15411         * src/common/smtp.h
15412                 Sync smtp size verification with HEAD
15413
15414 2004-07-08 [colin]      0.9.11cvs17.11
15415
15416         * src/summaryview.c
15417         * src/prefs_common.c
15418         * src/prefs_common.h
15419         * src/gtk/quicksearch.c
15420         * src/gtk/quicksearch.h
15421                 Sync sticky pref with HEAD
15422
15423 2004-07-08 [colin]      0.9.11cvs17.10
15424
15425         * src/folder.c [1.213.2.6]
15426         * src/folder.h [1.87.2.6]
15427         * src/inc.c [1.149.2.7]
15428         * src/messageview.c [1.94.2.8]
15429         * src/procheader.c [1.47.2.6]
15430         * src/procmsg.c [1.150.2.4]
15431         * src/procmsg.h [1.60.2.5]
15432         * src/pop.c [1.56.2.4]
15433         * src/pop.h [1.17.2.3]
15434                 Let too big messages get downloaded, but truncated
15435                 Add a button to download them completely
15436                 
15437 2004-07-06 [colin]      0.9.11cvs17.9
15438
15439         * src/gtk/quicksearch.c [1.1.2.3]
15440                 Add a Clear button
15441         * commitHelper
15442         * PATCHSETS
15443                 Add a script to help with cvs
15444
15445 2004-07-03 [colin]      0.9.11cvs17.8
15446
15447         * src/plugins/imageviewer/viewer.c
15448                 fix imageviewer (which was staying on the first
15449                 displayed image)
15450
15451 2004-07-03 [colin]      0.9.11cvs17.7
15452
15453         Removed FIXME_GTK2 warnings
15454         * src/gtk/gtkutils.c
15455                 useless #warnings
15456         * src/gtk/menu.c
15457                 useless #warnings (no need to mess with menu rc)
15458         * src/gtk/menu.h
15459                 unused functions
15460         
15461
15462 2004-07-03 [colin]      0.9.11cvs17.6
15463
15464         Removed FIXME_GTK2 warnings
15465         * src/codeconv.c
15466                 useless #warnings (rewrite needed)
15467         * src/compose.c
15468                 useless #warnings (rewrite needed)
15469                 useless #warnings (gtk2 is like that)
15470                 useless #warnings (previously fixed)
15471         * src/main.c
15472                 useless #warnings (previously fixed)
15473         * src/message_search.c
15474                 useless #warnings (gtk2 is like that)
15475                 Made apparent that search is case-sensitive
15476         * src/mimeview.c
15477                 useless #warnings (rewrite needed)
15478                 useless #warnings (gtk2 is like that)
15479                 reimplemented real warnings
15480         * src/prefs_common.c
15481                 Removed block cursor option (not it gtk2)
15482         * src/prefs_gtk.c
15483                 useless #warnings (rewrite needed)
15484         * src/procheader.c
15485                 useless #warnings (rewrite needed)
15486         * src/sourcewindow.c
15487                 useless #warnings (incorrect placing)
15488         * src/summary_search.c
15489                 useless #warnings (gtk2 is like that)
15490                 Made apparent that search is case-sensitive
15491         * src/action.c
15492                 useless #warnings (gtk2 is like that)
15493         * src/textview.c
15494                 useless #warnings (rewrite needed)
15495         * src/toolbar.c
15496                 useless #warnings (rewrite needed)
15497
15498 2004-07-03 [colin]      0.9.11cvs17.5
15499
15500         * src/textview.c
15501                 Fix mismerge which broke URI opening
15502                 
15503 2004-07-01 [colin]      0.9.11cvs17.4
15504
15505         * src/gtk/filesel.c
15506                 Fill filename when saving
15507                 
15508 2004-06-27 [colin]      0.9.11cvs17.3
15509
15510         * src/gtk/filesel.[ch]
15511                 Use the new GTK file selector
15512                 Update prototype to match the reality: multiple file
15513                 selection is open-only          
15514         * src/compose.c
15515                 Match the new prototypes        
15516         * configure.ac
15517                 Match the new requirements (gtk 2.4.0)
15518                         
15519 2004-06-26 [colin]      0.9.11cvs17.2
15520
15521         * src/plugins/trayicon/trayicon.c
15522                 Remove useless signal handler on resize, which causes
15523                 an infinite "loop"
15524         
15525 2004-06-26 [colin]      0.9.11cvs17.1
15526         
15527         * tools/Makefile.am
15528                 remove launch_firebird and add nautilus2sylpheed.sh
15529         * src/quicksearch.c
15530           src/summaryview.c
15531                 Fix show/hide "Extended symbols" button problem
15532                 Fix apparition at startup
15533                 Fix const warnings
15534         * src/plugins/image_viewer/Makefile.am
15535                 Fix configure 
15536         * common/ssl.c
15537                 Re-enable certificate check, as it doesn't seem to
15538                 cause Xlib errors anymore
15539
15540 2004-06-25 [paul]       0.9.11cvs17
15541
15542         * sync with 0.9.11cvs17 HEAD
15543         
15544         NOTE: QuickSearch is broken
15545
15546 2004-06-07 [colin]      0.9.10claws67.10
15547         * src/plugins/trayicon/trayicon.c
15548           src/plugins/trayicon/libeggtrayicon/Makefile.am
15549           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15550                 Fix gettextization in trayicon plugin
15551
15552 2004-06-07 [colin]      0.9.10claws67.9
15553         
15554         * src/summaryview.c
15555           src/gtk/gtksctree.[ch]
15556                 Let Shift+{Up,Down} work in summaryview
15557                 (well, Down "works" and Up works)
15558                 Let the list scroll when using these keys
15559
15560 2004-06-06 [colin]      0.9.10claws67.8
15561
15562         * src/plugins/trayicon/trayicon.c
15563                 Fix pixmap update
15564
15565 2004-06-06 [colin]      0.9.10claws67.7
15566
15567         * src/addressbook.c
15568                 Fix signal handling causing system-wide focus grab
15569
15570 2004-05-25 [paul]       0.9.10claws67.6
15571
15572         * Makefile.am
15573           src/Makefile.am
15574                 clean up
15575
15576 2004-05-25 [paul]       0.9.10claws67.5
15577
15578         * replace deprecated gtk_signal... functions
15579
15580 2004-05-23 [colin]      0.9.10claws67.4
15581
15582         * src/compose.c
15583                 Fix wrapping
15584
15585 2004-05-22 [colin]      0.9.10claws67.3
15586
15587         * src/compose.c
15588                 Re-fix [Edited] in compose.c::compose_reedit()
15589
15590 2004-05-22 [colin]      0.9.10claws67.2
15591
15592         * src/procmime.c
15593                 Fix parsing of multiparts mails
15594
15595 2004-05-22 [colin]      0.9.10claws67.1
15596
15597         * src/summaryview.c
15598                 Fix quicksearch
15599
15600 2004-05-22 [paul]       0.9.10claws67
15601
15602         * sync with 0.9.10claws67 HEAD
15603
15604 2004-05-14 [alfons]
15605
15606         * src/procmime.h
15607                 add forgotton prototype
15608
15609 2004-05-10 [paul]       0.9.10claws57
15610
15611         * sync with 0.9.10claws57 HEAD
15612
15613 2004-05-05 [paul]       0.9.9.claws1
15614
15615         * ChangeLog-gtk2        ** REMOVED **
15616           ChangeLog-gtk2.claws  ** ADDED **
15617                 rename and adopt the normal claws format
15618                 
15619         * configure.ac
15620                 require gtkmathview >= 0.5
15621
15622         * ac/*                          ** REMOVED **
15623           ac/                           ** REMOVED **
15624           intl/Makefile.in              ** REMOVED **
15625           m4/                           ** ADDED **
15626           m4/missing                    ** ADDED **
15627           m4/missing/gdk-pixbuf.m4      ** ADDED **
15628           m4/missing/gettext.m4         ** ADDED **
15629           m4/missing/gpgme.m4           ** ADDED **
15630           m4/missing/imlib.m4           ** ADDED **
15631           m4/.cvsignore                 ** ADDED **
15632           m4/Makefile.am                ** ADDED **
15633           m4/README                     ** ADDED **
15634           m4/aclocal-include.m4         ** ADDED **
15635           m4/aspell.m4                  ** ADDED **
15636           m4/check-type.m4              ** ADDED **
15637           m4/gnupg-check-typedef.m4     ** ADDED **
15638           m4/openssl.m4                 ** ADDED **
15639           m4/spamassassin.m4            ** ADDED **
15640           po/ChangeLog                  ** REMOVED **
15641           po/Makefile.in.in             ** REMOVED **
15642           po/Rules-quot                 ** REMOVED **
15643           po/boldquot.sed               ** REMOVED **
15644           po/en@boldquot.header         ** REMOVED **
15645           po/en@quot.header             ** REMOVED **
15646           po/insert-header.sin          ** REMOVED **
15647           po/quot.sed                   ** REMOVED **
15648           po/remove-potcdate.sed        ** REMOVED **
15649           po/remove-potcdate.sin        ** REMOVED **
15650           po/stamp-po                   ** REMOVED **
15651           Makefile.am
15652           autogen.sh
15653           configure.ac
15654                 enable building with automake 1.8.x
15655                 add 'autopoint --force' to autogen.sh and remove all
15656                 auto-generated files, remove ac/ directory and use
15657                 m4/ directory instead
15658                 
15659         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15660                 fix gettextization
15661
15662 2004-02-28 Colin Leroy <colin@colino.net>
15663         * src/prefs_matcher.c
15664           src/prefs_filtering.c
15665           src/prefs_filtering_action.c
15666                 Fix non-editable GtkEntries
15667
15668 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15669         * src/prefs_themes.c
15670                 utf8 conversion for theme info
15671
15672 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15673         * sync 0.9.9claws
15674
15675 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15676         * src/grouplistdialog.c
15677                 allow multiple selections without ctrl key
15678
15679 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15680         * src/main.c
15681                 enable customizable accelerators
15682
15683 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15684         * src/prefs_common.c
15685                 re-enable different font settings for gtk1/2
15686         * src/prefs_folder_item.c
15687                 fix folder prefs displayed wrong
15688         * src/textview.c
15689                 set 'sunken' shadow type
15690
15691 2004-02-07 Colin Leroy <colin@colino.net>
15692         * src/compose.c
15693                 Fix message being always [Edited]
15694                 Encode headers correctly (utf8 buf)
15695
15696 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15697         * src/socket.c
15698                 remove double g_source_attach()
15699                 (Thanks to Colin Leroy)
15700
15701 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15702         * src/gtk/gtksctree.c
15703                 Fix SSL certificate list not shown
15704         * src/mimeview.c
15705                 Fix clicks in mime tree
15706
15707 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15708         * src/common/socket.c
15709                 Fix SSL receive
15710         * src/compose.c
15711                 Fix clipboard menu hotkeys
15712
15713 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15714         * src/gtk/gtkaspell.[ch]
15715           src/compose.c
15716                 reimplement spellchecker
15717
15718 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15719         * src/gtk/filesel.c
15720                 crash when inserting file in compose window
15721                 (TODO: keep old selection on clicks)
15722         * src/main.c
15723                 use gtkrc-2.0 instead of gtkrc
15724
15725 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15726         * src/messageview.c
15727                 remove orphaned mimeview unref()
15728
15729 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15730         * src/grouplistdialog.c
15731                 expand nodes containing subscribed groups
15732
15733 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15734         * src/textview.c
15735                 textview: hide cursor, restore old click behaviour
15736
15737 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15738         * src/textview.c
15739                 variable names messed up
15740
15741 2004-01-17 Colin Leroy <colin@colino.net>
15742         * src/addr_compl.c
15743                 Fix completion address too thin
15744         * src/compose.c
15745                 Fix tab-to-subject behaviour
15746         * src/summaryview.c
15747                 Implement key up & down in summaryview
15748
15749 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15750
15751         * sync 098claws
15752
15753 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15754         * configure.ac
15755           Makefile.am
15756           doc/.cvsignore
15757           doc/Makefile.am
15758                 faq, man, manual moved to doc/
15759         * ac/aspell.m4
15760           ac/check-type.m4
15761           ac/gnupg-check-typedef.m4
15762           ac/openssl.m4
15763           ac/spamassassin.m4
15764           ac/missing/gdk-pixbuf.m4
15765           ac/missing/gpgme.m4
15766           ac/missing/imlib.m4
15767                 fix automake warnings
15768
15769 2003-12-06 Colin Leroy <colin@colino.net>
15770         * src/summaryview.c
15771                 Fix quicksearch
15772
15773 2003-12-05 Colin Leroy <colin@colino.net>
15774         * src/summaryview.c
15775                 Fix going to next unread folder
15776
15777 2003-12-05 Colin Leroy <colin@colino.net>
15778         * src/crash.c
15779                 Fix gtk2 compilation
15780         * src/session.c
15781                 Remove iotag source handler at disconnection
15782         * src/socket.[ch] 
15783                 Remove source handler when closing socket 
15784                 (fixes another seg)
15785
15786 2003-12-04 Colin Leroy <colin@colino.net>
15787         * src/compose.c
15788           src/prefs_account.c
15789           src/prefs_common.c
15790                 Fix some dropdown menus
15791
15792 2003-12-04 Colin Leroy <colin@colino.net>
15793         * src/compose.c
15794                 Fix event handlers on header fields
15795         * src/common/socket.c
15796           src/common/session.c
15797                 Fix segfault with callback (SSL)
15798                 Fix end of session 
15799
15800 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15801
15802         * Fix compile bug in src/compose.c
15803         * removed src/gtk/gtkstext.[ch]
15804
15805 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15806
15807         * Convert character set and escape "text" attributes in toolbar setting
15808         files.
15809         * Fixed bug in button-press-event handling.
15810
15811 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15812
15813         * Fixed bug in key-press-event handling.
15814
15815 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15816
15817         * Enabled to compile tray-icon plugin (Ad-hoc).
15818         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15819
15820 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15821
15822         * Enabled to compile on sylpheed-claws.
15823         (tray-icon plugin still cannot compile yet.)
15824
15825 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15826
15827         * Updated to 0.9.5.
15828
15829 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15830
15831         * Updated to 0.9.4.
15832         * Ported monitoring SSL mechanism to GSource of GLib2
15833         (I don't confirm it)
15834         * Added _gtk2 suffix to key name of font preference to avoid
15835         ovverwriting preference of Gtk+-1.2 version.
15836
15837 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15838
15839         * Updated to 0.9.2.
15840
15841 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15842
15843         * Updated to 0.9.1.
15844         * Translate po files into UTF-8 when execute autogen.sh.
15845
15846 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15847
15848         * Updated to 0.9.0.
15849
15850 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15851
15852         * Plugged GError related memory leaks.
15853
15854 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15855
15856         * Changed default size of fonts.
15857         * Enabled to set titile font size of warning dialog.
15858
15859 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15860
15861         * Embed a sylpheed icon into executable binary on Windows.
15862
15863 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15864
15865         * I forgot to traslate character set of element string in src/xml.c.
15866
15867 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15868
15869         * Fixed detecting bind_textdomain_codeset in configure.in.
15870         * The bug in which "Example" of "Date fromat" preference isn't displayed
15871         correctly has been fixed.
15872
15873 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15874
15875         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15876           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15877           glib-gettextize
15878           Removed intl directory.
15879           Translated po files into UTF-8.
15880           (Thanks! Ryuji Abe)
15881
15882 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15883
15884         * The bug which doesn't unscape string in xml.c has been fixed.
15885
15886 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15887
15888         * The bug which is failed to translate encoding of file name thorough
15889         file dialog has been fixed.
15890
15891 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15892
15893         * Modified to translate file names which is used in inporting/expoting
15894         mbox feature and "Save as" feature into locale encoding.
15895         * Translate file names into locale encoding when "Attache file" and
15896         "Insert file".
15897         * Force set G_BROKEN_FILENAMES environment variable.
15898         * Other minor fixes.
15899
15900 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15901
15902         * Modified to treat MH folder's name as locale encoding.
15903
15904 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15905
15906         * The bug which clash on switching candidates of auto completion of
15907         addresses, cannot use auto completion in Japanesse is fixed
15908         (Thanks! Tokunaga-san)¡¥
15909
15910 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15911
15912         * The bug which cannot switch key accelerator preference has been fixed
15913         (Thanks! smbd-san)¡¥
15914
15915 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15916
15917         * version 0.8.11-gtk2-20030314
15918
15919 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15920
15921         * The bug in which character set conversion of filtering messages has
15922         been fixed.(Thanks! COCOA-san).
15923
15924 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15925
15926         * Revived "Leave space on head" preference in "Message" category.
15927         * A bug which clash when put the cursor to end of buffer and execute
15928         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15929
15930 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15931
15932         * version 0.8.11-gtk2-20030312
15933
15934 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15935
15936         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15937         * Modified to use Pango's API directly for font preference.
15938         * Integrated GtkTextView of textview to one widget.
15939         * Set fonts of header title in textview by "header_title" tag.
15940         * Removed some deprecated codes.
15941
15942 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15943
15944         * Updated to 0.8.11.
15945         * Merged cygwin patch(Thanks! Sakai-san).
15946
15947 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15948
15949         * version 0.8.10-gtk2-20030309