2006-06-26 [colin] 2.3.1cvs22
[claws.git] / ChangeLog
1 2006-06-26 [colin]      2.3.1cvs22
2
3         * src/mbox.c
4                 Fix double-frees when leaving folders
5                 after exporting to mbox
6
7 2006-06-26 [colin]      2.3.1cvs21
8
9         * src/mbox.c
10                 More feedback (and optimisation)
11                 on import/export
12         * src/common/utils.c
13                 Fix case when looking for mail addresses
14         * src/gtk/gtkutils.c
15                 Extra check for (X-)Face
16
17 2006-06-25 [ticho]      2.3.1cvs20
18
19         * src/compose.c
20         * src/exphtmldlg.c
21         * src/gtk/gtkutils.c
22         * src/gtk/gtkutils.h
23         Added second argument to gtkut_sc_combobox_create() to
24         control focus-on-click for the widget.
25         Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
26
27 2006-06-25 [ticho]      2.3.1cvs19
28
29         * src/compose.c
30         * src/gtk/Makefile.am
31         * src/gtk/combobox.c
32         * src/gtk/combobox.h
33         * src/gtk/gtkutils.c
34         * src/gtk/gtkutils.h
35                 Use GtkComboBox instead of deprecated GtkOptionMenu
36                 for account selector in compose window and for encoding
37                 selector in attachment properties.
38                 Also factorise working with the new GtkComboBox somewhat.
39
40 2006-06-24 [paul]       2.3.1cvs18
41
42         * src/prefs_common.c
43                 use the correct default value
44
45 2006-06-24 [paul]       2.3.1cvs17
46
47         * src/compose.c
48         * src/prefs_common.c
49         * src/prefs_common.h
50         * src/prefs_compose_writing.c
51                 enable setting of default action when
52                 dnd'ing files in the compose window.
53                 (Collaborative effort with wwp)
54
55 2006-06-23 [wwp]        2.3.1cvs16
56
57         * src/compose.c
58                 i18n fix (thanks to Fabien Vantard)
59
60 2006-06-22 [colin]      2.3.1cvs15
61
62         * src/prefs_customheader.c
63                 Don't use filters in custom headers' file 
64                 selector. Remember, extensions mean nothing :)
65
66 2006-06-22 [paul]       2.3.1cvs14
67
68         * configure.ac
69                 allow setting of man directory location
70
71 2006-06-22 [colin]      2.3.1cvs13
72
73         * src/mainwindow.c
74                 Add 'View/Go to/Next unread folder'.
75                 I missed that :)
76
77 2006-06-22 [colin]      2.3.1cvs12
78
79         * src/common/utils.c
80                 Add some subject prefixes
81                 Patch by Bjorn T Johansen <btj@havleik.no>
82
83 2006-06-22 [colin]      2.3.1cvs11
84
85         * manual/advanced.xml
86                 Forgotten hidden pref
87
88 2006-06-21 [paul]       2.3.1cvs10
89
90         * src/prefs_account.c
91                 complete the removal of 'Add date header' option
92
93 2006-06-21 [paul]       2.3.1cvs9
94
95         * src/account.c
96         * src/compose.c
97         * src/prefs_account.c
98         * src/prefs_account.h
99                 remove option to add date header - always
100                 add date header
101         * src/etpan/imap-thread.c
102                 fix warnings (Thanks to Colin)
103
104 2006-06-21 [wwp]        2.3.1cvs8
105
106         * src/folder.c
107                 set the attachment flag when inline text part are (file)named. This is more convenient
108                 when receiving (for instance) inline source files or patches sent using thunderbird.
109
110 2006-06-21 [paul]       2.3.1cvs7
111
112         * src/inc.c
113                 fix off-by-one count of current msg in
114                 statusbar filtering progressbar
115
116 2006-06-21 [paul]       2.3.1cvs6
117
118         * src/folder.c
119                 Show attachment icon even if the part is 'inline'
120                 if the following conditions are met:
121                 - content-type != 'text/plain'
122                 - content-type != '*/pgp-signature'
123                 - either 'name' or 'filename' parameter is not NULL
124                 
125                 Thanks to Colin
126
127 2006-06-21 [paul]       2.3.1cvs5
128
129         * src/messageview.c
130         * src/prefs_common.c
131         * src/prefs_common.h
132         * src/prefs_other.c
133                 add an option to 'Never send Return
134                 Receipts'
135                 Thanks to Colin
136
137 2006-06-20 [mones]      2.3.1cvs4
138
139         * po/es.po
140                 updated
141         * src/compose.c
142                 typo fixed (space after comma)
143         * tools/make.themes.project
144                 remove exec mode from tarball files
145
146 2006-06-20 [colin]      2.3.1cvs3
147
148         * src/news.c
149         * src/procheader.c
150         * src/unmime.c
151                 Better fix for \n's in headers (don't 
152                 break Received: and others)
153
154 2006-06-20 [paul]       2.3.1cvs2
155
156         * src/alertpanel.c
157         * src/textview.c
158                 improve legibility of phishing attempt
159                 dialog
160
161 2006-06-20 [paul]       2.3.1cvs1
162
163         * NEWS
164         * README
165         * configure.ac
166                 Update version number following
167                 stable release
168
169 2006-06-20 [colin]      2.3.0cvs26
170
171         * src/compose.c
172                 When dragging a file to the text of the compose
173                 window, ask whether we want to insert or attach
174                 (I know lots of people who do that to attach)
175
176 2006-06-20 [colin]      2.3.0cvs25
177
178         * src/etpan/imap-thread.c
179                 Fix threshold (the append command is often > 32 bytes)
180
181 2006-06-19 [colin]      2.3.0cvs24
182
183         * src/imap.c
184         * src/etpan/imap-thread.c
185                 Workaround Rockliffe IMAP server bug: replace
186                 "x UID SEARCH (ANSWERED UID 1:*)" with
187                 "x UID SEARCH ANSWERED"
188                 (Rockliffe doesn't handle the parenthesis)
189
190 2006-06-19 [colin]      2.3.0cvs23
191
192         * src/compose.c
193         * src/imap.c
194         * src/etpan/imap-thread.c
195                 Probably fix bug #972 (Freezes when adding 
196                 an attachment to the message)
197         * src/common/defs.h
198                 Modernize Firefox cmd
199
200
201 2006-06-18 [colin]      2.3.0cvs22
202
203         * src/prefs_customheader.c
204                 Only allow correct filenames for various
205                 custom headers
206
207 2006-06-18 [colin]      2.3.0cvs21
208
209         * src/prefs_customheader.c
210                 Add a 'From File...' button in custom headers prefs, which
211                 try to do the right thing: 
212                 for normal headers, use file as plaintext,
213                 for X-Face, calls compface,
214                 for Face, encode to b64.
215
216 2006-06-17 [colin]      2.3.0cvs20
217
218         * src/mh.c
219                 Warning fix
220
221 2006-06-16 [colin]      2.3.0cvs19
222
223         * src/summaryview.c
224                 Recursive quicksearch: show message list
225                 in current folder, *then* search children
226                 in the background.
227
228 2006-06-16 [colin]      2.3.0cvs18
229
230         * src/main.c
231                 Instead of ignoring SIGPIPE, save caches
232                 when getting one. Will fix the fact that
233                 hot caches are out-of-date when logging 
234                 out of Xorg.
235         * src/compose.c
236         * src/prefs_compose_writing.c
237                 Only save text (not attachments) when 
238                 auto-saving to drafts
239         * src/unmime.c
240                 Always replace \n, \r and \t with spaces
241                 in headers
242         * manual/dist/html/Makefile.am
243         * manual/dist/pdf/Makefile.am
244         * manual/dist/ps/Makefile.am
245         * manual/dist/txt/Makefile.am
246         * manual/fr/dist/html/Makefile.am
247         * manual/fr/dist/pdf/Makefile.am
248         * manual/fr/dist/ps/Makefile.am
249         * manual/fr/dist/txt/Makefile.am
250         * manual/pl/dist/html/Makefile.am
251         * manual/pl/dist/pdf/Makefile.am
252         * manual/pl/dist/ps/Makefile.am
253         * manual/pl/dist/txt/Makefile.am
254                 Fix make clean removing pregenerated manuals
255
256
257 2006-06-16 [colin]      2.3.0cvs17
258
259         * src/plugins/pgpcore/sgpgme.c
260         * src/plugins/pgpmime/pgpmime.c
261         * src/plugins/pgpinline/pgpinline.c
262                 Better error reporting in setup_signers.
263                 Don't fallback to default key if specified
264                 key isn't found.
265                 Don't allow signing if more than one secret
266                 key matches the one specified in prefs.
267
268 2006-06-15 [colin]      2.3.0cvs16
269
270         * src/folderview.c
271                 Add "Send queue" in the folder's contextual
272                 menu
273         * src/compose.c
274         * src/messageview.c
275         * src/privacy.c
276         * src/privacy.h
277         * src/procmime.c
278         * src/procmsg.c
279         * src/plugins/pgpcore/passphrase.c
280         * src/plugins/pgpcore/sgpgme.c
281         * src/plugins/pgpinline/pgpinline.c
282         * src/plugins/pgpmime/pgpmime.c
283                 Better error reporting
284         * src/mbox.c
285                 Probably fix bug #971 (2.2.3 cannot read mail 
286                 from local mbox)
287
288
289 2006-06-15 [mones]      2.3.0cvs15
290
291         * tools/make.themes.project
292                 creates the themes project from the web page
293
294 2006-06-15 [colin]      2.3.0cvs14
295
296         * src/folder.c
297                 Better fix (avoid losing the folder if scan_tree 
298                 fails)
299
300 2006-06-15 [cleroy]     2.3.0cvs13
301
302         * src/folder.c
303                 Probably fix Bug #969 (crash on rebuilding 
304                 imap folder)
305
306 2006-06-14 [colin]      2.3.0cvs12
307
308         * manual/dtd/manual.xsl
309         * manual/sylpheed-claws-manual.xml
310         * manual/fr/sylpheed-claws-manual.xml
311         * manual/pl/sylpheed-claws-manual.xml
312                 Insert pagebreaks between sections
313
314 2006-06-14 [paul]       2.3.0cvs11
315
316         * configure.ac
317                 better fix than 2.3.0cvs10
318
319 2006-06-14 [paul]       2.3.0cvs10
320
321         * configure.ac
322                 fix setting of PACKAGE_DATA_DIR with newer autoconf
323                 (backwards compatible)
324
325 2006-06-13 [colin]      2.3.0cvs9
326
327         * src/messageview.c
328                 Fix sending of return receipt with the new queue folders
329
330 2006-06-13 [wwp]        2.3.0cvs8
331
332         * src/quote_fmt_lex.l
333                 fix wrong tokens returned in quote_fmt lexer, query not().
334
335 2006-06-13 [wwp]        2.3.0cvs7
336
337         * src/folder.c
338         * src/prefs_folder_item.c
339                 allow changing folder type even when folder is not a top-level one,
340                 thanks to Colin.
341
342 2006-06-12 [colin]      2.3.0cvs6
343
344         * src/folderview.c
345                 Fix double-ask of "Do you want to mark all
346                 as read"
347
348 2006-06-12 [colin]      2.3.0cvs5
349
350         * src/compose.c
351         * src/compose.h
352         * src/folder.c
353         * src/folder.h
354         * src/imap.c
355         * src/inc.c
356         * src/main.c
357         * src/messageview.c
358         * src/mh.c
359         * src/prefs_folder_item.c
360         * src/procheader.c
361         * src/procmime.c
362         * src/procmsg.c
363         * src/procmsg.h
364         * src/send_message.c
365         * src/summaryview.c
366         * src/toolbar.c
367                 Apply bug #964's patch (Queue and drafts aren't normal)
368                 The Drafts and Queue folder now contain RFC-822 files,
369                 allowing to move and copy mails from and to these 
370                 folders. Moving from Drafts to Queue will prepare the
371                 mail for sending (PGP signature, encryption, etc).
372                 This patch also rework sending errors handling to try
373                 to be more helpful.
374                 Also, allow redefining folder types via the GUI 
375                 (Folder type in its Properties)
376
377 2006-06-12 [colin]      2.3.0cvs4
378
379         * src/summaryview.c
380         * src/prefs_common.c
381         * src/prefs_common.h
382         * src/gedit-print.c
383                 Allow to define a specific print font - patch
384                 by Bernhard Walle <bernhard.walle@gmx.de>
385         * src/prefs_fonts.c
386         * manual/advanced.xml
387         * manual/fr/advanced.xml
388                 Add a hidden pref to allow deletion without
389                 confirmation
390
391 2006-06-12 [wwp]        2.3.0cvs3
392
393         * .cvsignore
394                 more files to ignore.
395
396 2006-06-12 [wwp]        2.3.0cvs2
397
398         * src/quote_fmt.c
399         * src/quote_fmt_lex.l
400         * src/quote_fmt_parse.y
401                 extend the quote_fmt parser (templates and quotes):
402                 - allow limited sub-expressions in |p{} and |f{} expressions,
403                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
404                 - implemented/fixed missing implementation of query_references and show_references,
405                 - completed, fixed contents and format of the symbols help dialog,
406                 - fix some compilation warnings.
407
408 2006-06-12 [wwp]        2.3.0cvs1
409
410         * manual/advanced.xml
411         * manual/fr/advanced.xml
412                 updates in the "templates" section of the manual (eng/fr):
413                  - be more precise (both versions)
414                  - completed to match the english reference (fr version)
415                  - touchups (both versions)
416
417 2006-06-12 [paul]       2.3.0
418
419         2.3.0 released
420
421 2006-06-12 [paul]       2.2.3cvs14
422
423         * po/ca.po
424         * po/cs.po
425         * po/de.po
426         * po/el.po
427         * po/fr.po
428         * po/it.po
429         * po/pt_BR.po
430         * po/sr.po
431         * po/zh_CN.po
432                 updated by Miquel Oliete, Tim, Stephan Sachse,
433                 Stavros Giannouris, Fabien Vantard, Andrea
434                 Spadaccini, Frederico Goncalves Guimaraes,
435                 Aleksandar Urosevic, and Ralgh Young
436
437 2006-06-12 [colin]      2.2.3cvs13
438
439         * src/mbox.c
440                 Add missing header
441
442 2006-06-11 [colin]      2.2.3cvs12
443
444         * src/msgcache.c
445                 Verify that g_malloc() succeeded
446
447 2006-06-11 [colin]      2.2.3cvs11
448
449         * src/wizard.c
450                 Add Face header to welcome mail
451
452 2006-06-10 [colin]      2.2.3cvs10
453
454         * src/textview.c
455                 Revert previous (Forgot it changes the
456                 margin on the whole mail)
457
458 2006-06-10 [colin]      2.2.3cvs9
459
460         * src/textview.c
461                 Don't overlap long headers under (X-)Face
462
463 2006-06-10 [mones]      2.2.3cvs8
464
465         * manual/xml2pdf
466                 allow generation of manual on systems lacking saxon binary
467                 but with java and the saxon library installed
468
469         * po/es.po
470                 updated for release
471
472 2006-06-09 [colin]      2.2.3cvs7
473
474         * src/summaryview.c
475                 Fix leak when using Display Sender using Addressbook
476
477 2006-06-09 [colin]      2.2.3cvs6
478
479         * src/compose.c
480         * src/folder.c
481         * src/folderview.c
482         * src/mimeview.c
483         * src/summaryview.c
484                 More leaks fixes
485
486 2006-06-09 [paul]       2.2.3cvs5
487
488         * AUTHORS
489         * src/gtk/authors.h
490         * tools/claws.i18n.status.pl
491                 updated with new info
492
493 2006-06-09 [paul]       2.2.3cvs4
494
495         * README
496                 updated
497         * manual/ack.xml
498                 add wwp to authors list
499         * src/gtk/authors.h
500                 update mine and Colin's addresses
501
502 2006-06-08 [colin]      2.2.3cvs3
503
504         * src/etpan/imap-thread.c
505                 Fix leak on SSL cert check
506
507 2006-06-08 [colin]      2.2.3cvs2
508
509         * src/common/utils.c
510                 Fix leak
511
512 2006-06-08 [paul]       2.2.3cvs1
513
514         * configure.ac
515                 Update version number following
516                 stable release
517
518 2006-06-07 [colin]      2.2.2cvs3
519
520         * src/msgcache.c
521                 Fix catching cache read errors (guint instead of gint)
522                 Prevent malloc'ing more than 8MB (means cache corruption)
523
524 2006-06-07 [paul]       2.2.2cvs2
525
526         * src/exporthtml.c
527         * src/exportldif.c
528         * src/mh.c
529         * src/mutt.c
530         * src/pine.c
531         * src/common/utils.c
532                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
533                 obey $HOME'
534                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
535                 Thanks to Colin
536
537 2006-06-06 [paul]       2.2.2cvs1
538
539         * configure.ac
540                 Update version number following
541                 stable release
542
543 2006-06-06 [paul]       2.2.1cvs6
544
545         * src/matcher.c
546                 fix  implicit declaration of
547                 sylpheed_do_idle()
548                 Patch by Fabien Vantard
549
550 2006-06-06 [paul]       2.2.1cvs5
551
552         * src/matcher.c
553                 fix age_greater and age_lower so that they
554                 mean what say and not '...or equal to'
555                 Thanks to Colin
556
557 2006-06-06 [paul]       2.2.1cvs4
558
559         * src/textview.c
560         * src/common/utils.c
561                 fix URI check
562                 Thanks to Colin
563
564 2006-06-05 [wwp]        2.2.1cvs3
565
566         * manual/fr/account.xml
567                 minor language fixes (thanks to Fabien Vantard).
568
569 2006-06-05 [colin]      2.2.1cvs2
570
571         * src/prefs_folder_item.c
572         * src/folderview.c
573                 Allow recursive setting of properties 
574                 for whole mailboxes
575         * src/matcher.c
576                 Don't freeze on 'test' filtering rule
577
578 2006-06-05 [colin]      2.2.1cvs1
579
580         * configure.ac
581                 Update version number following
582                 stable release
583
584 2006-06-04 [wwp]        2.2.0cvs82
585
586         * manual/glossary.xml
587         * manual/account.xml
588         * manual/fr/glossary.xml
589         * manual/fr/account.xml
590                 added glossary section and references/links related to the Face custom header.
591
592 2006-06-04 [colin]      2.2.0cvs81
593
594         * src/summaryview.c
595                 Skip to next message on move with no
596                 immediate execution
597
598 2006-06-04 [wwp]        2.2.0cvs80
599
600         * manual/xml2pdf
601                 added sanity checks, exit when needed.
602
603 2006-06-03 [paul]       2.2.0cvs79
604
605         * src/prefs_receive.c
606                 page name is now 'Receiving'
607         * src/prefs_send.c
608                 page name is now 'Sending'
609
610 2006-06-03 [colin]      2.2.0cvs78
611
612         * src/plugins/spamassassin/spamassassin_gtk.c
613                 Autoswitch to Localhost if transport was previously
614                 disabled. Else people had to check [] Enable, then
615                 *reselect* transport.
616
617 2006-06-03 [colin]      2.2.0cvs77
618
619         * src/plugins/pgpinline/pgpinline.c
620         * src/plugins/pgpmime/pgpmime.c
621                 Check that gpg_data_release_and_get_mem 
622                 didn't fail (now, why this happens...)
623
624 2006-06-03 [colin]      2.2.0cvs76
625
626         * src/mbox.c
627                 Fix bug #962 (Manual and/or UI should 
628                 warn about incompatible locking 
629                 causing dataloss)
630
631 2006-06-02 [cleroy]     2.2.0cvs75
632
633         * src/filtering.c
634         * src/folder.c
635         * src/procmsg.c
636         * src/summaryview.c
637                 Fix a few leaks
638
639 2006-06-02 [colin]      2.2.0cvs74
640
641         * src/main.c
642                 On exit, free caches after writing them
643                 Shuts up some valgrind false positives
644         * src/procmsg.c
645         * src/send_message.c
646                 Fix races when reusing existing SMTP connections
647                 Fix inexistant session timeout
648         * src/toolbar.c
649                 Display alertpanel after all queues have
650                 been processed, not after each
651
652 2006-06-02 [wwp]        2.2.0cvs73
653
654         * manual/fr/glossary.xml
655         * manual/fr/ack.xml
656         * manual/ack.xml
657                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
658
659 2006-06-02 [wwp]        2.2.0cvs72
660
661         * manual/xml2pdf
662         * manual/dist/pdf/Makefile.am
663         * manual/dtd/manual.xsl
664         * manual/fr/dist/pdf/Makefile.am
665         * manual/pl/dist/pdf/Makefile.am
666                 we changed the procedure to generate the .pdf version of the manual.
667                 The procedure is more modern and the .pdf we get now has a valid index.
668                 Here are the new pre-requisites:
669
670                 - JRE 1.x (1.4 here): there must be one from your distro
671                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
672                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
673                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
674
675                 See my posts for further info about the installation of this toolchain:
676
677                 Date: Fri, 19 May 2006 19:40:06 +0200
678                 From: wwp <subscript@free.fr>
679                 To: sylpheed-claws-devel@lists.sourceforge.net
680                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
681
682                 and
683
684                 Date: Wed, 24 May 2006 12:58:49 +0200
685                 From: wwp <subscript@free.fr>
686                 To: sylpheed-claws-devel@lists.sourceforge.net
687                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
688
689 2006-06-01 [colin]      2.2.0cvs71
690
691         * src/compose.c
692                 Better guards against IMAP races
693         * src/main.c
694         * src/prefs_common.c
695         * src/prefs_common.h
696         * src/common/ssl_certificate.c
697         * src/etpan/imap-thread.c
698         * src/etpan/imap-thread.h
699         * src/gtk/sslcertwindow.c
700                 New hidden option ssl_skip_cert_check to 
701                 avoid dups of bug #959 (libetpan linked
702                 against gnutls and gnutls buggy on 64bit)
703                 Present expired warning only once per
704                 session/server.
705         * manual/advanced.xml
706         * manual/fr/advanced.xml
707                 Document new option
708
709 2006-06-01 [wwp]        2.2.0cvs70
710
711         * src/messageview.c
712                 fix for bug #961 (return receipt dialog 
713                 complains incorrectly about return-path 
714                 email adress being different), thanks 
715                 to Colin.
716
717 2006-05-31 [cleroy]     2.2.0cvs69
718
719         * src/common/ssl.c
720                 Guard against NULLs, although this
721                 should never be an issue
722
723 2006-05-31 [colin]      2.2.0cvs68
724
725         * src/filtering.c
726                 Use g_slist_prepend
727         * src/imap.c
728                 Don't remove caches when destroying folder, it
729                 could (should) be done at exit
730         * src/inc.c
731                 free processing cache after incorporation
732         * src/etpan/imap-thread.c
733                 Maybe fix bug #959 (Crash on moving to emails 
734                 to a imap account per ssl with a expired 
735                 certificate.)
736
737 2006-05-30 [colin]      2.2.0cvs67
738
739         * src/summaryview.c
740                 Put back event flush when displaying message
741                 It avoids reading a bunch of messages just
742                 by hitting shift-n for too long ;)
743
744 2006-05-29 [colin]      2.2.0cvs66
745
746         * src/summaryview.c
747                 Remove useless g_warnings
748
749 2006-05-29 [colin]      2.2.0cvs65
750
751         * src/imap.c
752                 Fix g_slist_append()s for performance
753
754 2006-05-29 [colin]      2.2.0cvs64
755
756         * src/compose.c
757         * src/common/utils.c
758                 Fix extraneous tab at start of addresses
759         * src/mainwindow.c
760                 Fix warnings (thanks to Fabien)
761                 Fix crash at exit when composing messages 
762                 exist
763         * src/pop.c
764                 Fix progress bar when deleting expired mails
765                 Thanks to Hiro
766         * src/summaryview.c
767         * src/gtk/gtksctree.c
768                 Fix re-sorting slowness
769
770 2006-05-29 [paul]       2.2.0cvs63
771
772         * src/mh.c
773                 fetch full message when moving mails
774                 from another mailbox, (fixed data loss
775                 when filtering from IMAP to MH, introduced
776                 in 2.2.0cvs57).
777                 Thanks to Colin
778
779 2006-05-29 [mones]      2.2.0cvs62
780
781         * src/gtk/gtksctree.c
782                 Unselect faster (patch by Colin)        
783
784 2006-05-26 [colin]      2.2.0cvs61
785
786         * src/summaryview.c
787                 Unplug MSGINFO_UPDATE callback on delete too.
788
789 2006-05-26 [colin]      2.2.0cvs60
790
791         * src/foldersel.c
792                 Fix bold in folder selection window with glib2.10
793                 thanks Hiro
794
795 2006-05-26 [colin]      2.2.0cvs59
796
797         * src/procheader.c
798                 Convert date only if necessary (and don't
799                 try to convert from utf8 to utf8, too)
800         * src/summaryview.c
801                 Only set column's text if the column's 
802                 displayed
803
804 2006-05-26 [colin]      2.2.0cvs58
805
806         * src/summaryview.c
807         * src/gtk/gtkutils.c
808                 Fix useless warning
809
810 2006-05-26 [colin]      2.2.0cvs57
811
812         * src/mainwindow.c
813                 Make summaryview selectable as long as 
814                 no message has focus
815         * src/mh.c
816                 Faster deletion (by implementing mh_remove_msgs)
817                 Faster copy (avoid using mh_fetch_msg just to get
818                 the filename)
819                 Faster move (using move_file instead of copy_file
820                 if MSG_IS_MOVE)
821                 No progressbar if total number of mails to cp/mv 
822                 is less than 100
823         * src/summaryview.c
824                 Fix removal from subject_table when mail gets moved
825                 Faster deletion (g_slist_prepend instead of append)
826         * src/gtk/gtksctree.c
827                 Remove useless code
828
829 2006-05-25 [colin]      2.2.0cvs56
830
831         * src/common/ssl_certificate.c
832                 Fix leak in expired cert check
833
834 2006-05-25 [colin]      2.2.0cvs55
835
836         * src/mh.c
837                 Disable flags syncing on .mh_sequences - it
838                 is buggy and marks mails read under unknown
839                 conditions.
840
841 2006-05-25 [paul]
842
843         * 2.3.0-rc4 released
844
845 2006-05-24 [colin]      2.2.0cvs54
846
847         attention cvs users: if you manage to crash
848         Sylpheed-Claws while moving, copying or deleting
849         mails, we *are* interested in stack traces and
850         valgrind logs. It looks stable, but one never
851         knows...
852
853         * src/folder.c
854                 Add progressbar for cache updates
855         * src/folderutils.c
856                 Optimize Mark all read in the current
857                 folder
858         * src/mh.c
859                 Add progressbar for copy/move
860         * src/procmsg.c
861                 Optimize O(n^2) in copy/move
862         * src/summaryview.c
863         * src/gtk/gtksctree.c
864                 Optimize O(n^2) algos
865         * src/common/timing.h
866                 Display ms instead of us
867
868 2006-05-24 [wwp]        2.2.0cvs53
869
870         * manual/fr/advanced.xml
871                 updates to the French manual.
872
873 2006-05-24 [wwp]        2.2.0cvs52
874
875         * src/common/utils.c
876                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
877
878 2006-05-24 [wwp]        2.2.0cvs51
879
880         * src/folderutils.c
881                 fixed "mark all read" in MH folders (thanks to Colin).
882
883 2006-05-24 [paul]       2.2.0cvs50
884
885         * doc/man/sylpheed-claws.1
886                 updated the man page
887
888 2006-05-23 [colin]      2.2.0cvs49
889
890         * src/folderview.c
891         * src/imap.c
892         * src/inc.c
893         * src/mbox.c
894         * src/messageview.c
895         * src/news.c
896         * src/send_message.c
897         * src/summaryview.c
898         * src/gtk/sslcertwindow.c
899                 alertpanel fixes, by Fabien
900
901 2006-05-23 [colin]      2.2.0cvs48
902
903         * src/folder.c
904         * src/folderview.c
905         * src/msgcache.c
906         * src/summaryview.c
907         * src/gtk/gtksctree.c
908         * src/gtk/gtksctree.h
909                 More timings
910                 Fix slow loading problem, which was caused by the
911                 use of some gtk_ctree funcs and their use of
912                 g_list_position while gtk_ctree_(un)link'ing.
913                 Reap more functions from gtkctree.c to be sure we
914                 use our (fast) version instead of theirs.
915         * src/mh.c
916                 Fix copy of unread mails
917
918
919 2006-05-22 [wwp]        2.2.0cvs47
920
921         * manual/fr/advanced.xml
922                 updated.
923
924 2006-05-22 [colin]      2.2.0cvs46
925
926         * src/filtering.c
927                 Fix possible infinite loop. 'copy' is not a 
928                 final action, so when encountering a 'copy',
929                 we have to check if a previous one was set
930                 and do it. In the same way, if we encounter
931                 a 'move' we have to perform a possibly 
932                 pending 'copy'. This will slow down filtering
933                 on IMAP if move+copy or multiple copy actions
934                 are to be done, but handling it via the batch
935                 would be really too convoluted.
936
937 2006-05-22 [wwp]        2.2.0cvs45
938
939         * manual/fr/advanced.xml
940         * manual/fr/faq.xml
941         * manual/fr/glossary.xml
942         * manual/fr/handling.xml
943         * manual/fr/intro.xml
944         * manual/fr/plugins.xml
945         * manual/fr/sylpheed-claws-manual.xml
946                 sync w/ the english manual: updates URIs, documented mailing-list
947                 support, better explanation about the enabled/disabled feature
948                 in filtering/processing rules by Paul.
949
950 2006-05-21 [colin]      2.2.0cvs44
951
952         * src/summaryview.c
953                 Don't expand after building threads, but during
954
955 2006-05-21 [colin]      2.2.0cvs43
956
957         * src/procmsg.c
958         * src/summaryview.c
959                 More timing possibilities... For next time I have 
960                 to find out how the hell some 3GHz computer takes
961                 one minute to open a 30k folder...
962
963 2006-05-21 [colin]      2.2.0cvs42
964
965         * manual/pl/advanced.xml
966         * manual/pl/faq.xml
967         * manual/pl/glossary.xml
968         * manual/pl/handling.xml
969         * manual/pl/intro.xml
970         * manual/pl/plugins.xml
971         * manual/pl/sylpheed-claws-manual.xml
972                 Polish manual updated by Pawel
973
974 2006-05-20 [colin]
975
976         * 2.3.0-rc3 released
977
978 2006-05-20 [colin]      2.2.0cvs41
979
980         * src/imap.c
981                 Fix -rc2 problems:
982                 - remove cache of moved messages from original folder
983                 - apply new flags to messages even if they aren't appliable
984                   via IMAP.
985
986 2006-05-20 [colin]
987
988         * 2.3.0-rc2 released
989
990 2006-05-19 [colin]      2.2.0cvs40
991
992         * src/imap.c
993                 Don't issue SELECT in imap_change_flags
994                 before having checked that we indeed have
995                 some flags to change. MSG_POSTFILTERED for
996                 example can't be used on IMAP.
997                 Fixes bug #955 (copying messages between 
998                 imap folders is extremely slow), which was
999                 a regression.
1000
1001 2006-05-19 [colin]      2.2.0cvs39
1002
1003         * src/folder.c
1004         * src/folder.h
1005         * src/folderview.c
1006                 Try to fix bug #830 (Some unread messages 
1007                 get marked read in IMAP inbox):
1008                 - Prevent scanning a folder if it's being 
1009                   opened via the GUI
1010                 - Postpone opening via the GUI of a folder
1011                   currently scanned.
1012
1013
1014 2006-05-19 [wwp]        2.2.0cvs38
1015
1016         * manual/advanced.xml
1017                 fix English+typo (thanks to Paul).
1018
1019 2006-05-19 [wwp]        2.2.0cvs37
1020
1021         * manual/advanced.xml
1022         * manual/fr/advanced.xml
1023         * src/gtk/logwindow.c
1024         * src/prefs_common.c
1025         * src/prefs_common.h
1026                 added hidden prefs to allow customization of colors used in
1027                 protocol log window (useful for dark gtk+ themes).
1028
1029 2006-05-19 [wwp]        2.2.0cvs36
1030
1031         * ChangeLog
1032                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1033
1034 2006-05-19 [paul]       2.2.0cvs35
1035
1036         * src/textview.c
1037                 make Reply-To fully clickable
1038         * src/gtk/logwindow.c
1039                 more colouring (SMTP ESMTP)
1040         Both patches by Pawel Pekala
1041
1042 2006-05-19 [cleroy]     2.2.0cvs34
1043
1044         * src/mh.c
1045                 Don't update flags from current folder
1046                 Probably fixes bug #935 (Read Messages 
1047                 Revert to Being Marked as Unread)
1048
1049 2006-05-18 [colin]      2.2.0cvs33
1050
1051         * src/imap.c
1052                 Warning fix
1053         * src/compose.c
1054         * src/mainwindow.c
1055         * src/summaryview.c
1056         * src/toolbar.c
1057                 Allow replying to multiple emails
1058                 in multiple windows
1059         * src/mimeview.c
1060         * src/etpan/imap-thread.c
1061                 Leak fixes
1062
1063 2006-05-18 [paul]       2.2.0cvs32
1064
1065         * src/summaryview.c
1066                 keep Mailing-List menu refreshed
1067                 Thanks to Colin
1068
1069 2006-05-18 [paul]       2.2.0cvs31
1070
1071         * manual/advanced.xml
1072         * manual/faq.xml
1073         * manual/glossary.xml
1074         * manual/handling.xml
1075         * manual/intro.xml
1076         * manual/plugins.xml
1077         * manual/sylpheed-claws-manual.xml
1078                 update URLs
1079                 add info about mailing-list support
1080                 edit filtering info
1081         * src/wizard.c
1082         * src/common/defs.h
1083         * src/gtk/about.c
1084         * src/plugins/dillo_viewer/README
1085                 update URLs
1086
1087 2006-05-17 [wwp]        2.2.0cvs30
1088
1089         * manual/handling.xml
1090         * manual/fr/handling.xml
1091                 documented the ability to enabled/disable filtering/processing rules.
1092
1093 2006-05-17 [colin]      2.2.0cvs29
1094
1095         * src/main.c
1096                 Don't initialize g_thread subsystem if it's 
1097                 already done (thanks to Hiro)
1098         * src/mimeview.c
1099                 Fix saving of parts when there name can't be
1100                 converted from UTF-8.
1101
1102 2006-05-17 [paul]       2.2.0cvs28
1103
1104         * po/Makefile.in.in
1105                 fix config.status warning with autoconf 2.60
1106
1107 2006-05-17 [paul]       2.2.0cvs27
1108
1109         * po/POTFILES.in
1110                 add src/mbox.c
1111
1112 2006-05-17 [wwp]        2.2.0cvs26
1113
1114         * src/mainwindow.c
1115                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1116
1117 2006-05-17 [wwp]        2.2.0cvs25
1118
1119         * src/plugins/demo/demo.c
1120                 updated product name in plugin demo (many plugins need to be
1121                 sync'ed w/ that change).
1122
1123 2006-05-17 [colin]      2.2.0cvs24
1124
1125         * src/mh.c
1126                 Fix leak
1127
1128 2006-05-16 [colin]      2.2.0cvs23
1129
1130         * src/mainwindow.c
1131                 Stupid me hit again. Fix cvs22.
1132
1133 2006-05-16 [colin]      2.2.0cvs22
1134
1135         * src/mainwindow.c
1136                 Fix bug #922 (sylpheed-claws crashed after 
1137                 pushing on Inbox folder)
1138
1139 2006-05-16 [colin]      2.2.0cvs21
1140
1141         * src/compose.c
1142                 Make From header be copy/paste/select-able
1143
1144 2006-05-16 [wwp]        2.2.0cvs20
1145
1146         * src/export.c
1147         * src/matcher.c
1148         * src/summaryview.c
1149         * src/etpan/imap-thread.c
1150                 fix some compiler warnings (thanks to Colin).
1151
1152 2006-05-16 [wwp]        2.2.0cvs19
1153
1154         * src/action.c
1155         * src/gedit-print.c
1156         * src/inc.c
1157         * src/mainwindow.c
1158         * src/mh.c
1159         * src/statusbar.c
1160         * src/send_message.c
1161         * src/summaryview.c
1162                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1163
1164 2006-05-15 [colin]      2.2.0cvs18
1165
1166         * src/procmsg.c
1167                 Fix automatic rule creation with List-Post
1168
1169 2006-05-15 [paul]       2.2.0cvs17
1170
1171         * tools/filter_conv_new.pl
1172                 updated for rule enabling/disabling
1173                 claws version >= 2.3.x required
1174
1175 2006-05-15 [cleroy]     2.2.0cvs16
1176
1177         * src/main.c
1178                 Revert test
1179
1180 2006-05-15 [cleroy]     2.2.0cvs15
1181
1182         * src/main.c
1183                 test
1184
1185 2006-05-15 [wwp]        2.2.0cvs14
1186
1187         * manual/pl/.cvsignore
1188                 ignore generated files.
1189
1190 2006-05-14 [wwp]        2.3.0-rc1
1191
1192         * 2.3.0-rc1 released
1193
1194 2006-05-13 [wwp]        2.2.0cvs13
1195
1196         * src/filtering.c
1197         * src/filtering.h
1198         * src/matcher.c
1199         * src/matcher_parser_lex.l
1200         * src/matcher_parser_parse.y
1201         * src/prefs_filtering.c
1202                 new feature: provide the ability to disable filtering and processing
1203                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1204                 adaptations.
1205
1206 2006-05-13 [colin]      2.2.0cvs12
1207
1208         * src/compose.c
1209                 Remove useless if (a) b; else b;
1210                 Thanks to wwp
1211
1212 2006-05-13 [wwp]        2.2.0cvs11
1213
1214         * src/export.c
1215         * src/import.c
1216         * src/mainwindow.c
1217         * src/mbox.c
1218         * src/summaryview.c
1219         * src/summaryview.h
1220                 no more silent failures (or at least less ones) when importing
1221                 or exporting from/to mbox. Also start importing/exporting if
1222                 the necessary info is set.
1223
1224 2006-05-13 [wwp]        2.2.0cvs10
1225
1226         * RELEASE_NOTES
1227                 restored up-to-date release notes.
1228
1229 2006-05-13 [paul]       2.2.0cvs9
1230
1231         * po/nl.po
1232         * po/ru.po
1233                 updated by Tim Dijkstra and Pavlo Bohmat
1234
1235 2006-05-12 [colin]      2.2.0cvs8
1236
1237         * src/gtk/quicksearch.c
1238                 Add "k" as shortcut for "colorlabel". Patch
1239                 by ath42@users.sf.net.
1240
1241 2006-05-12 [paul]       2.2.0cvs7
1242
1243         * src/prefs_common.h
1244         * src/prefs_summaries.c
1245         * src/summaryview.c
1246                 when entering a folder also allow
1247                 going directly to first Marked message
1248
1249 2006-05-12 [paul]       2.2.0cvs6
1250
1251         * src/summaryview.c
1252                 always obey 'confirm before marking all
1253                 mails read' option
1254
1255 2006-05-12 [paul]       2.2.0cvs5
1256
1257         * src/textview.c
1258                 make Sender fully clickable
1259
1260 2006-05-12 [colin]      2.2.0cvs4
1261
1262         * src/compose.c
1263         * src/compose.h
1264                 Let From be editable
1265         * src/main.c
1266         * src/mh.c
1267                 Full support of .mh_sequences' Unseen seq
1268
1269 2006-05-12 [colin]      2.2.0cvs3
1270
1271         * src/folder.c
1272         * src/mainwindow.c
1273         * src/mainwindow.h
1274         * src/messageview.c
1275         * src/prefs_spelling.c
1276         * src/procheader.c
1277         * src/procmsg.c
1278         * src/procmsg.h
1279         * src/summaryview.c
1280         * src/toolbar.c
1281         * src/toolbar.h
1282                 Add contextual menu on Compose toolbar
1283                 button. Fixes bug #944 (Automatic
1284                 addresses not applied when changing account
1285                 from compose window)
1286                 add Mailing List support
1287                 based on the old 0.6.5claws25 patch by
1288                 Melvin Hadasht, with finishing touches
1289                 by Colin
1290                 Fix "ignore thread" when mails are threaded by
1291                 subject (and weren't ignored although appearing
1292                 in the thread).
1293                 GUI rework.
1294                 Both patches by Pawel.
1295
1296 2006-05-08 [paul]       2.2.0cvs2
1297
1298         * src/mainwindow.c
1299         * src/mainwindow.h
1300         * src/messageview.c
1301         * src/procheader.c
1302         * src/procmsg.c
1303         * src/procmsg.h
1304         * src/summaryview.c
1305                 add Mailing List support
1306                 based on the old 0.6.5claws25 patch by 
1307                 Melvin Hadasht, with finishing touches
1308                 by Colin
1309
1310 2006-05-08 [colin]      2.2.0cvs1
1311
1312         * src/mainwindow.c
1313         * src/toolbar.c
1314         * src/toolbar.h
1315                 Add contextual menu on Compose toolbar 
1316                 button. Fixes bug #944 (Automatic 
1317                 addresses not applied when changing account 
1318                 from compose window)
1319
1320 2006-05-08 [paul]       2.2.0
1321
1322         2.2.0 released
1323
1324 2006-05-08 [paul]       2.1.1cvs51
1325
1326         * po/cs.po
1327         * po/de.po
1328         * po/en_GB.po
1329         * po/fi.po
1330         * po/fr.po
1331         * po/pt_BR.po
1332         * po/sr.po
1333         * po/zh_CN.po
1334                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1335                 Fabien Vantard, Frederico Goncalves Guimaraes,
1336                 Aleksandar Urosevic, and Ralgh Young
1337
1338 2006-05-12 [colin]      2.1.1cvs50
1339
1340         * po/cs.po
1341         * po/de.po
1342         * po/en_GB.po
1343         * po/es.po
1344         * po/fi.po
1345         * po/fr.po
1346         * po/pt_BR.po
1347         * po/sr.po
1348         * po/zh_CN.po
1349                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1350                 Fabien Vantard, Frederico Goncalves Guimaraes,
1351                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1352
1353 2006-05-05 [colin]      2.1.1cvs49
1354
1355         * manual/Makefile.am
1356         * manual/pl/Makefile.am
1357         * manual/pl/account.xml
1358         * manual/pl/ack.xml
1359         * manual/pl/addrbook.xml
1360         * manual/pl/advanced.xml
1361         * manual/pl/faq.xml
1362         * manual/pl/glossary.xml
1363         * manual/pl/gpl.xml
1364         * manual/pl/handling.xml
1365         * manual/pl/intro.xml
1366         * manual/pl/keyboard.xml
1367         * manual/pl/plugins.xml
1368         * manual/pl/starting.xml
1369         * manual/pl/sylpheed-claws-manual.xml
1370         * manual/pl/dist/.cvsignore
1371         * manual/pl/dist/Makefile.am
1372         * manual/pl/dist/html/.cvsignore
1373         * manual/pl/dist/html/Makefile.am
1374         * manual/pl/dist/pdf/.cvsignore
1375         * manual/pl/dist/pdf/Makefile.am
1376         * manual/pl/dist/ps/.cvsignore
1377         * manual/pl/dist/ps/Makefile.am
1378         * manual/pl/dist/txt/.cvsignore
1379         * manual/pl/dist/txt/Makefile.am
1380                 Add the polish translation of the manual,
1381                 Authored by Pawel Pekala.
1382
1383 2006-05-05 [cleroy]     2.1.1cvs48
1384
1385         * src/main.c
1386                 Re-read matcherrc after loading plugins 
1387                 if some of them add folders.
1388
1389 2006-05-03 [colin]      2.1.1cvs47
1390
1391         * src/imap.c
1392                 I'm idiot
1393
1394 2006-05-03 [colin]      2.1.1cvs46
1395
1396         * src/imap.c
1397                 Be sure to have a session when
1398                 getting separator
1399
1400 2006-05-03 [colin]      2.1.1cvs45
1401
1402         * src/imap.c
1403         * src/imap.h
1404         * src/imap_gtk.c
1405                 Fix preventing renaming with namespace 
1406                 separator.
1407
1408 2006-05-01 [colin]      2.1.1cvs44
1409
1410         * src/action.c
1411                 Don't reload messageview when result of
1412                 action is piped.
1413
1414 2006-04-29 [colin]      2.1.1cvs43
1415
1416         * src/prefs_receive.c
1417         * src/plugins/spamassassin/spamassassin_gtk.c
1418         * src/plugins/clamav/clamav_plugin_gtk.c
1419                 GUI fixes by Pawel
1420
1421 2006-04-29 [colin]      2.1.1cvs42
1422
1423         * src/prefs_compose_writing.c
1424         * src/prefs_quote.c
1425                 Cleanups. Patch by Pawel
1426
1427 2006-04-28 [paul]       2.1.1cvs41
1428
1429         * src/matcher.c
1430                 fix returned quick search results when search
1431                 term contains an underscore.
1432                 Thanks to Colin
1433
1434 2006-04-28 [paul]       2.1.1cvs40
1435
1436         * src/prefs_message.c
1437         * src/prefs_receive.c
1438                 GUI cleanups
1439                 Patches by Pawel Pekala
1440
1441 2006-04-27 [colin]      2.1.1cvs39
1442
1443         * src/wizard.c
1444                 Differentiate subject Welcome from
1445                 window's title Welcome
1446
1447 2006-04-27 [paul]
1448
1449         2.2.0-rc1 released
1450
1451 2006-04-27 [paul]       2.1.1cvs38
1452
1453         * manual/advanced.xml
1454         * manual/fr/advanced.xml
1455                 add info about compose_no_markup hidden pref
1456
1457 2006-04-27 [paul]       2.1.1cvs37
1458
1459         * src/prefs_account.c
1460                 improve privacy labels
1461         * src/prefs_msg_colors.c
1462                 change some strings for translators' convenience
1463         * src/gtk/gtkutils.c
1464                 don't underline the link button text
1465
1466 2006-04-25 [colin]      2.1.1cvs36
1467
1468         * src/folder.c
1469                 Complete 2.1.1cvs33 (once more ;)
1470
1471 2006-04-25 [colin]      2.1.1cvs35
1472
1473         * src/editldap.c
1474                 Fix tooltip
1475
1476 2006-04-25 [cleroy]     2.1.1cvs34
1477
1478         * src/compose.c
1479         * src/gtk/gtkaspell.c
1480                 Fix crash on redirect (related to the return 
1481                 of the aspell menu in compose's toolbar)
1482         * src/prefs_msg_colors.c
1483                 Fix sensitivity widgets
1484         * src/image_viewer.c
1485         * src/gtk/pluginwindow.c
1486         * src/gtk/prefswindow.c
1487                 Change released signals to clicked (Fabien)
1488         * po/POTFILES.in
1489         * src/common/socket.c
1490         * src/plugins/spamassassin/spamassassin.c
1491                 Translate strings (Fabien)
1492
1493 2006-04-25 [paul]       2.1.1cvs33
1494
1495         * src/folder.c
1496         * src/folder.h
1497         * src/folderview.c
1498                 complete the fix of bug #912
1499                 Thanks to Colin
1500
1501 2006-04-25 [colin]      2.1.1cvs32
1502
1503         * src/news.c
1504                 Better progress bar
1505         * src/mimeview.c
1506         * src/summaryview.c
1507         * src/summaryview.h
1508                 Fix focus chain
1509                 Patches by Pawel Pekala
1510
1511 2006-04-24 [colin]      2.1.1cvs31
1512
1513         * src/compose.c
1514                 Fix compilation warnings (Fabien)
1515
1516 2006-04-24 [colin]      2.1.1cvs30
1517
1518         * src/addrindex.c
1519         * src/editldap.c
1520         * src/editldap_basedn.c
1521         * src/editldap_basedn.h
1522         * src/ldapctrl.c
1523         * src/ldapctrl.h
1524         * src/ldapquery.c
1525         * src/ldaputil.c
1526         * src/ldaputil.h
1527                 Fix bug #901 (LDAPS support)
1528
1529 2006-04-24 [colin]      2.1.1cvs29
1530
1531         * src/compose.c
1532                 Fix logic on error with send dialog on
1533         * src/imap.c
1534                 Fix compilation without libetpan, thanks
1535                 to Fabien
1536         * src/summaryview.c
1537                 Fix 'context-menu' key
1538
1539 2006-04-23 [colin]      2.1.1cvs28
1540
1541         * src/folder.c
1542                 Never free current's cache to free up 
1543                 memory. Fixes bug #912 (new count 
1544                 randomly set to message count)
1545
1546 2006-04-23 [colin]      2.1.1cvs27
1547
1548         * src/gtk/quicksearch.c
1549                 And remove printf...
1550
1551 2006-04-23 [colin]      2.1.1cvs26
1552
1553         * src/gtk/quicksearch.c
1554                 Fix replacing in quicksearch, and fix inserting
1555                 in the middle of the string. (introduced at 2.1.0cvs22)
1556
1557 2006-04-23 [colin]      2.1.1cvs25
1558
1559         * src/imap.c
1560                 Make sure uidnext is initialized in get_num_list
1561                 (not for stable, related to 2.1.1cvs8 and friends)
1562
1563 2006-04-23 [colin]      2.1.1cvs24
1564
1565         * src/imap.c
1566                 Output something when login is successful
1567                 too
1568
1569 2006-04-23 [colin]      2.1.1cvs23
1570
1571         * src/etpan/imap-thread.c
1572                 Better logging (line-per-line, hide data in fetch)
1573                 Fix a const warning
1574         * src/gtk/logwindow.c
1575         * src/gtk/logwindow.h
1576                 Better logging (color for input/output)
1577
1578 2006-04-21 [colin]      2.1.1cvs22
1579
1580         * src/gtk/quicksearch.c
1581                 On gtk+-2.8, use stock buttons in quicksearch
1582                 Based on a patch by Fabien and a design by Paul
1583
1584 2006-04-21 [colin]      2.1.1cvs21
1585
1586         * src/folderview.c
1587         * src/mainwindow.c
1588                 Fix occasional flicker in folderview
1589         * src/common/utils.c
1590                 Fix bug #943 (Incorrectly parsed email address 
1591                 list in short headers on message view and in 
1592                 printouts)
1593
1594 2006-04-20 [colin]      2.1.1cvs20
1595
1596         * src/imap.c
1597         * src/imap.h
1598         * src/prefs_account.c
1599                 Add ANONYMOUS auth for IMAP
1600
1601 2006-04-20 [paul]       2.1.1cvs19
1602
1603         * src/main.c
1604                 proper fix for 2.1.1cvs18
1605                 Thanks to Colin
1606
1607 2006-04-20 [paul]       2.1.1cvs18
1608
1609         * src/main.c
1610                 fix build warnings
1611
1612 2006-04-20 [paul]       2.1.1cvs17
1613
1614         * src/gtk/quicksearch.c
1615                 fix standard, non-extended Quick search,
1616                 was broken in 2.1.1cvs15.
1617                 Thanks to Colin.
1618
1619 2006-04-20 [colin]      2.1.1cvs16
1620
1621         * src/prefs_matcher.c
1622                 Fix values when reselecting a ~test
1623                 rule
1624
1625 2006-04-19 [colin]      2.1.1cvs15
1626
1627         * src/compose.c
1628         * src/compose.h
1629         * src/gtk/gtkaspell.c
1630         * src/gtk/gtkaspell.h
1631                 Put back Options menu in Spelling/
1632         * src/gtk/quicksearch.c
1633                 Don't search, and show error, if the
1634                 advanced search has a syntax error
1635
1636 2006-04-18 [colin]      2.1.1cvs14
1637
1638         * src/textview.c
1639                 Fix gdk warnings on set_cursor when textview
1640                 isn't visible
1641
1642 2006-04-18 [colin]      2.1.1cvs13
1643
1644         * src/gtk/gtksctree.c
1645                 Remove seemingly useless refresh that causes
1646                 flicker - watch this commit in case of 
1647                 problems before planned backport to stable
1648
1649 2006-04-18 [colin]      2.1.1cvs12
1650
1651         * src/imap.c
1652                 Factorize get/set_xml code
1653         * src/compose.c
1654         * src/prefs_account.c
1655         * src/prefs_account.h
1656         * src/procmsg.c
1657                 Add Encrypt to self option
1658
1659 2006-04-17 [colin]      2.1.1cvs11
1660
1661         * configure.ac
1662                 Fix search on encrpyt function on dragonfly
1663                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1664
1665 2006-04-17 [colin]      2.1.1cvs10
1666
1667         * src/prefs_account.c
1668                 Be safe by default: remove mails from POP3
1669                 after 7 days, not immediately
1670
1671 2006-04-17 [colin]      2.1.1cvs9
1672
1673         * src/etpan/imap-thread.c
1674                 Fix build on DragonFly - patch by 
1675                 Jonathan Buschmann <jonthn@agmact.com>
1676
1677 2006-04-17 [colin]      2.1.1cvs8
1678
1679         * src/imap.c
1680                 Save uidnext between sessions
1681
1682 2006-04-17 [colin]      2.1.1cvs7
1683
1684         * src/imap.c
1685                 scan is required when uid validity changes
1686
1687 2006-04-17 [colin]      2.1.1cvs6
1688
1689         * src/folderview.c
1690                 Don't scan if not necessary, apart in current
1691                 folder and INBOX to fetch flags.
1692         * src/imap.c
1693                 Scan is necessary if unread count changes
1694
1695 2006-04-17 [colin]      2.1.1cvs5
1696
1697         * src/imap.c
1698                 ...But always fetch ANSWERED and DELETED flags for
1699                 INBOX, as filtering can happen on these flags.
1700
1701 2006-04-17 [colin]      2.1.1cvs4
1702
1703         * src/imap.c
1704                 Don't fetch REPLIED and DELETED flags when synchronising
1705                 flags with a closed folder. We only need UNSEEN and FLAGGED
1706                 to update the folderview.
1707
1708 2006-04-17 [colin]      2.1.1cvs3
1709
1710         * src/imap.c
1711                 Faster flag search when there are new mails 
1712                 in a folder. We can do a full search if the 
1713                 folder contains less messages than the new
1714                 list.
1715
1716 2006-04-17 [colin]      2.1.1cvs2
1717
1718         * po/cs.po
1719         * po/de.po
1720         * po/fr.po
1721         * po/nl.po
1722         * po/pt_BR.po
1723                 Update translations from stable branch
1724
1725 2006-04-17 [colin]      2.1.1cvs1
1726
1727         * configure.ac
1728                 Bump version to follow stable release
1729
1730 2006-04-16 [mones]      2.1.0cvs50
1731
1732         * po/es.po
1733                 Updated for release
1734
1735 2006-04-16 [colin]      2.1.0cvs49
1736
1737         * src/textview.c
1738                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1739                 with gtk < 2.8. Thanks to Fabien Vantard.
1740
1741 2006-04-15 [colin]      2.1.0cvs48
1742
1743         * src/etpan/imap-thread.c
1744                 Fix bug #919 (libetpan: SEGV when connecting 
1745                 using command)
1746
1747 2006-04-14 [colin]      2.1.0cvs47
1748
1749         * src/main.c
1750                 Fix race on --select (should be done better)
1751
1752 2006-04-14 [wwp]        2.1.0cvs46
1753
1754         * src/send_message.c
1755                 enforce a check for domain in account prefs (a sending
1756                 error could be faced if domain was checked but no value set),
1757                 thanks to Colin.
1758
1759 2006-04-14 [colin]      2.1.0cvs45
1760
1761         * src/codeconv.c
1762                 when converting from unknown to unknown, if the
1763                 string is UTF8, don't convert it to the locale
1764                 (which breaks it)
1765
1766 2006-04-14 [colin]      2.1.0cvs44
1767
1768         * src/compose.c
1769                 Don't try to use ASCII for converting headers
1770                 (as done in body)
1771
1772 2006-04-14 [paul]       2.1.0cvs43
1773
1774         * src/crash.c
1775                 add locale/charset info to crash report
1776         * src/gtk/about.c
1777                 add wwp to doc team
1778                 replace 'e-mail' with preferred 'email'
1779         * src/gtk/authors.h
1780                 ensure contributors list is in alphabetical
1781                 order
1782
1783 2006-04-13 [colin]      2.1.0cvs42
1784
1785         * src/textview.c
1786                 Prevent gdk warnings
1787
1788 2006-04-13 [colin]      2.1.0cvs41
1789
1790         * src/common/ssl_certificate.c
1791         * src/common/ssl_certificate.h
1792         * src/gtk/sslcertwindow.c
1793                 Warn on expired certs, and display the expiration date
1794
1795 2006-04-13 [colin]      2.1.0cvs40
1796
1797         * src/plugins/spamassassin/spamassassin_gtk.c
1798                 Fix missing set_text on unix socket
1799
1800 2006-04-13 [wwp]        2.1.0cvs39
1801
1802         * manual/fr/advanced.xml
1803         * manual/fr/glossary.xml
1804                 applied new spam/ham/email lexicon (pourriel, courriel)
1805
1806 2006-04-13 [paul]       2.1.0cvs38
1807
1808         * src/plugins/pgpmime/plugin.c
1809                 remove the mention of S/MIME from the
1810                 description. This is now handled by the
1811                 S/MIME plugin.
1812
1813 2006-04-13 [paul]       2.1.0cvs37
1814
1815         * src/prefs_msg_colors.c
1816                 rework dialog
1817         * src/prefs_folder_item.c
1818         * src/prefs_spelling.c
1819                 add a tooltip to the colour selector buttons
1820
1821 2006-04-13 [wwp]        2.1.0cvs36
1822
1823         * manual/advanced.xml
1824         * manual/glossary.xml
1825         * manual/handling.xml
1826         * manual/keyboard.xml
1827         * manual/plugins.xml
1828         * manual/starting.xml
1829         * manual/fr/account.xml
1830         * manual/fr/ack.xml
1831         * manual/fr/addrbook.xml
1832         * manual/fr/advanced.xml
1833         * manual/fr/faq.xml
1834         * manual/fr/glossary.xml
1835         * manual/fr/gpl.xml
1836         * manual/fr/handling.xml
1837         * manual/fr/intro.xml
1838         * manual/fr/keyboard.xml
1839         * manual/fr/plugins.xml
1840         * manual/fr/starting.xml
1841         * manual/fr/sylpheed-claws-manual.xml
1842                 fixes to the manuals:
1843                  - summaryview -> Message List (same in French)
1844                  - translate key names
1845                  - fix French punctuation, use non-breakable spaces when
1846                    necessary, don't use &thinsp; which is not portable
1847                  - tell what maildir and mbox formats we support
1848
1849 2006-04-12 [wwp]        2.1.0cvs35
1850
1851         * src/prefs_toolbar.c
1852                 unified a replace button more,
1853                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1854
1855 2006-04-12 [wwp]        2.1.0cvs34
1856
1857         * src/prefs_common.c
1858         * src/prefs_msg_colors.c
1859                 make default color labels translatable,
1860                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1861                 thanks to Tim <timbrain@post.cz> for reporting.
1862
1863 2006-04-12 [wwp]        2.1.0cvs33
1864
1865         * manual/glossary.xml
1866         * manual/intro.xml
1867         * manual/plugins.xml
1868         * manual/starting.xml
1869         * manual/sylpheed-claws-manual.xml
1870         * manual/fr/.cvsignore
1871         * manual/fr/account.xml
1872         * manual/fr/ack.xml
1873         * manual/fr/addrbook.xml
1874         * manual/fr/advanced.xml
1875         * manual/fr/faq.xml
1876         * manual/fr/glossary.xml
1877         * manual/fr/handling.xml
1878         * manual/fr/intro.xml
1879         * manual/fr/keyboard.xml
1880         * manual/fr/plugins.xml
1881         * manual/fr/starting.xml
1882         * manual/fr/sylpheed-claws-manual.xml
1883                 various fixes: typos, missing .fr translations, punctuation,
1884                 capitalization, links, accents and some bad French more.
1885
1886 2006-04-12 [wwp]        2.1.0cvs32
1887
1888         * src/prefs_gtk.c
1889                 fix for bug #935: always store prefs files in UTF-8 (thanks
1890                 to Colin).
1891
1892 2006-04-11 [colin]      2.1.0cvs31
1893
1894         * src/compose.c
1895                 Fix inserting files not in utf8 when locale is utf8
1896
1897 2006-04-11 [colin]      2.1.0cvs30
1898
1899         * src/inc.c
1900                 Don't show error dialog when cancelling connection
1901                 Patch by Pawel
1902
1903 2006-04-11 [cleroy]     2.1.0cvs29
1904
1905         * src/compose.c
1906                 Implement multiple quote levels
1907         * src/prefs_common.c
1908                 Change a little bit the quote bgcolor for 2nd level
1909
1910 2006-04-11 [colin]      2.1.0cvs28
1911
1912         * src/gtk/about.c
1913                 Add locale and charset in the label
1914
1915 2006-04-10 [colin]      2.1.0cvs27
1916
1917         * src/compose.c
1918         * src/prefs_common.c
1919         * src/prefs_common.h
1920         * src/prefs_msg_colors.c
1921         * src/textview.c
1922                 Allow optional background color in quotes
1923                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1924                 GTK+-2.8.x feature
1925
1926 2006-04-10 [colin]      2.1.0cvs26
1927
1928         * src/main.c
1929         * src/mainwindow.c
1930         * src/mainwindow.h
1931                 Implement --select
1932
1933 2006-04-10 [colin]      2.1.0cvs25
1934
1935         * manual/plugins.xml
1936         * manual/fr/plugins.xml
1937                 Document libcurl's proxy variables
1938
1939 2006-04-09 [colin]      2.1.0cvs24
1940
1941         * src/prefs_common.c
1942                 gettext() returns statically allocated stuff. We have
1943                 to strdup it in order to be able to free it.
1944
1945 2006-04-09 [colin]      2.1.0cvs23
1946
1947         * AUTHORS
1948         * src/gtk/authors.h
1949                 Add Alexei
1950
1951 2006-04-09 [colin]      2.1.0cvs22
1952
1953         * src/mainwindow.c
1954         * src/gtk/quicksearch.c
1955                 Fix bug #859 (problems with cyrilic input in 
1956                 search panel) - Patch by Alexey Illarionov 
1957                 <littlesavage@rambler.ru>
1958
1959 2006-04-09 [colin]      2.1.0cvs21
1960
1961         * src/prefs_customheader.c
1962                 I prefer removing then freeing rather than the contrary
1963                 (even if it doesn't change anything ;-)
1964         * src/prefs_account.c
1965                 Fix bug #933 (Crash re-entering the custom headers list 
1966                 dialog in accounts prefs)
1967                 The problem happened when cancelling the Account 
1968                 Preferences' dialogs - in which case we didn't do 
1969                 anything to the PrefsAccount * struct. In case of applying,
1970                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1971                 working with in this dialog. The problem is that 
1972                 prefs_customheader.c, working on this tmp_ac_prefs, always
1973                 changes the ->customhdr_list pointer, even when cancelled. 
1974                 So in case of cancelling the prefs_account dialog, we still
1975                 have to update ->customhdr_list in the real account.
1976
1977 2006-04-08 [colin]      2.1.0cvs20
1978
1979         * manual/fr/glossary.xml
1980         * manual/fr/keyboard.xml
1981                 Forgot some headers :)
1982
1983 2006-04-08 [colin]      2.1.0cvs19
1984
1985         * manual/Makefile.am
1986         * manual/fr/Makefile.am
1987         * manual/fr/account.xml
1988         * manual/fr/ack.xml
1989         * manual/fr/addrbook.xml
1990         * manual/fr/advanced.xml
1991         * manual/fr/faq.xml
1992         * manual/fr/glossary.xml
1993         * manual/fr/gpl.xml
1994         * manual/fr/handling.xml
1995         * manual/fr/intro.xml
1996         * manual/fr/keyboard.xml
1997         * manual/fr/plugins.xml
1998         * manual/fr/starting.xml
1999         * manual/fr/sylpheed-claws-manual.xml
2000         * manual/fr/dist/.cvsignore
2001         * manual/fr/dist/Makefile.am
2002         * manual/fr/dist/html/.cvsignore
2003         * manual/fr/dist/html/Makefile.am
2004         * manual/fr/dist/pdf/.cvsignore
2005         * manual/fr/dist/pdf/Makefile.am
2006         * manual/fr/dist/ps/.cvsignore
2007         * manual/fr/dist/ps/Makefile.am
2008         * manual/fr/dist/txt/.cvsignore
2009         * manual/fr/dist/txt/Makefile.am
2010                 Add the french translation of the manual. Thanks to
2011                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2012                 account.xml, ack.xml, addrbook.xml and advanced.xml
2013
2014 2006-04-08 [colin]      2.1.0cvs18
2015
2016         * manual/plugins.xml
2017         * manual/starting.xml
2018                 More fixes
2019
2020 2006-04-07 [colin]      2.1.0cvs17
2021
2022         * manual/faq.xml
2023         * manual/intro.xml
2024         * manual/keyboard.xml
2025                 Little fixes
2026
2027 2006-04-07 [colin]      2.1.0cvs16
2028
2029         * README
2030         * src/compose.c
2031         * src/prefs_common.c
2032         * src/prefs_common.h
2033                 Add hidden compose_no_markup pref
2034
2035 2006-04-07 [wwp]        2.1.0cvs15
2036
2037         * src/summary_search.c
2038         * .cvsignore
2039                 Bugfix: stop button was sticky when searching in an empty folder.
2040                 Applied curly brackets code style to the whole file (summary_search.c).
2041                 More files to ignore.
2042
2043 2006-04-07 [wwp]        2.1.0cvs14
2044
2045         * src/message_search.c
2046         * src/summary_search.c
2047                 changed default button when search bumps at file/folder
2048                 beginning or end, for convenience (thanks to Colin).
2049
2050 2006-04-07 [paul]       2.1.0cvs13
2051
2052         * src/plugins/dillo_viewer/dillo_prefs.c
2053                 avoid future potential for namespace collision
2054                 Patch by Colin
2055
2056 2006-04-06 [wwp]        2.1.0cvs12
2057
2058         * src/summary_search.c
2059                 Unify extended/advanced searches names (and thus factorize labels),
2060                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2061
2062 2006-04-06 [wwp]        2.1.0cvs11
2063
2064         * src/folderview.c
2065         * src/prefs_themes.c
2066         * src/summaryview.c
2067                 Fixed some compilation warnings.
2068
2069 2006-04-06 [colin]      2.1.0cvs10
2070
2071         * manual/advanced.xml
2072                 Document the wizard template and how to deploy
2073                 Sylpheed-Claws effectively
2074
2075 2006-04-06 [colin]      2.1.0cvs9
2076
2077         * src/folderview.c
2078                 gettext patch to tell translators about _("#"),
2079                 by Maxim Britov
2080
2081 2006-04-06 [colin]      2.1.0cvs8
2082
2083         * src/textview.c
2084                 Fix invalid GtkTextBIter after clicking "Display as text"
2085
2086 2006-04-06 [mones]      2.1.0cvs7
2087
2088         * src/addr_compl.c
2089         * src/addrindex.c
2090         * src/addritem.c
2091         * src/codeconv.c
2092         * src/compose.c
2093         * src/filtering.c
2094         * src/folder.c
2095         * src/folder_item_prefs.c
2096         * src/folderview.c
2097         * src/localfolder.c
2098         * src/matcher.c
2099         * src/mimeview.c
2100         * src/prefs_msg_colors.c
2101         * src/prefs_spelling.c
2102         * src/prefs_themes.c
2103         * src/procmime.c
2104         * src/procmsg.c
2105         * src/stock_pixmap.c
2106         * src/summaryview.c
2107         * src/textview.c
2108         * src/toolbar.c
2109         * src/common/mgutils.c
2110         * src/common/prefs.c
2111         * src/common/ssl_certificate.c
2112         * src/gtk/colorlabel.c
2113         * src/gtk/quicksearch.c
2114         * src/plugins/pgpmime/pgpmime.c
2115         * src/plugins/spamassassin/spamassassin.c
2116                 Removed redundant NULL checks for g_free() calls.
2117                 Patch by Pawel Pekala.
2118
2119 2006-04-06 [mones]      2.1.0cvs6
2120
2121         * src/prefs_actions.c
2122         * src/prefs_filtering.c
2123         * src/prefs_filtering_action.c
2124         * src/prefs_matcher.c
2125         * src/prefs_template.c
2126         * src/gtk/gtkutils.c
2127         * src/gtk/gtkutils.h
2128                 Have a nice replace button. Patch by Pawel Pekala
2129
2130 2006-04-06 [colin]      2.1.0cvs5
2131
2132         * src/addressbook.c
2133                 Fix crash with empty columns
2134
2135 2006-04-05 [colin]      2.1.0cvs4
2136
2137         * src/wizard.c
2138         * src/prefs_gtk.c
2139                 Allow wizard customization with pre-filled values
2140
2141 2006-04-05 [colin]      2.1.0cvs3
2142
2143         * src/textview.c
2144         * src/mimeview.c
2145         * src/mimeview.h
2146                 Nicer messages in mimeview
2147
2148 2006-04-05 [colin]      2.1.0cvs2
2149
2150         * src/addressbook.c
2151         * src/prefs_summaries.c
2152                 i18n fix
2153
2154 2006-04-05 [colin]      2.1.0cvs1
2155
2156         * src/plugins/pgpcore/plugin.c
2157         * src/plugins/pgpcore/select-keys.c
2158         * src/plugins/pgpcore/select-keys.h
2159         * src/plugins/pgpcore/sgpgme.c
2160         * src/plugins/pgpcore/sgpgme.h
2161         * src/plugins/pgpinline/pgpinline.c
2162         * src/plugins/pgpinline/plugin.c
2163         * src/plugins/pgpmime/pgpmime.c
2164         * src/plugins/pgpmime/plugin.c
2165                 Factorize and generalize a bit 
2166                 Drop S/MIME signature verification from PGP/MIME
2167                 (adding it as another, more complete plugin)
2168
2169 2006-04-05 [paul]       2.1.0
2170
2171         2.1.0 released
2172
2173 2006-04-05 [paul]       2.0.0cvs186
2174
2175         * manual/advanced.xml
2176                 add info on colour labels
2177
2178 2006-04-05 [paul]       2.0.0cvs185
2179
2180         * po/bg.po
2181         * po/cs.po
2182         * po/de.po
2183         * po/el.po
2184         * po/en_GB.po
2185         * po/fi.po
2186         * po/fr.po
2187         * po/it.po
2188         * po/nl.po
2189         * po/pl.po
2190         * po/pt_BR.po
2191         * po/sr.po
2192         * po/zh_CN.po
2193                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2194                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2195                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2196                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2197         * src/gtk/authors.h
2198         * tools/claws.i18n.status.pl
2199                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2200                 and new Czech translator, Tim <timbrain@post.cz>
2201
2202 2006-04-05 [mones]      2.0.0cvs184
2203
2204         * po/es.po
2205                 Updated translation
2206
2207 2006-04-05 [colin]      2.0.0cvs183
2208
2209         * src/gtk/quicksearch.c
2210                 Fix bug #929 (unnecessary reload in quick search bar)
2211
2212 2006-04-05 [colin]      2.0.0cvs182
2213
2214         * src/compose.c
2215                 Fix crash on Reply with no From:
2216                 Show signature and conversion error on queuing 
2217                 (but not sending)
2218         * src/mainwindow.c
2219         * src/summaryview.c
2220         * src/summaryview.h
2221                 Factorize threading code and make sure msginfo 
2222                 is not null when it comes from a GtkCTreeRow's 
2223                 data
2224         * src/gtk/gtkaspell.c
2225                 Check for necessary things
2226         * src/gtk/gtksctree.c
2227         * src/gtk/gtksctree.h
2228                 Reset anchor if necessary when removing node
2229
2230 2006-03-29 [colin]      2.0.0cvs181
2231
2232         * src/folderview.c
2233                 Warn for disabled IMAP accounts (due to lack of
2234                 libetpan). Breaks string-freeze - sorry - but it
2235                 is kind of important ;)
2236
2237 2006-03-28 [colin]      2.0.0cvs180
2238
2239         * src/gtk/gtkutils.c
2240         * src/gtk/gtkutils.h
2241                 Add a gtkut_get_link_btn() function that
2242                 creates a button which acts like an URI
2243         * src/prefs_themes.c
2244         * src/gtk/about.c
2245                 Use this function (factorizes codes)
2246         * src/common/defs.h
2247         * src/gtk/pluginwindow.c
2248                 Add a "Get more..." in the plugins window
2249
2250 2006-03-28 [colin]      2.0.0cvs179
2251
2252         * src/common/smtp.c
2253         * src/common/passcrypt.c
2254         * src/undo.c
2255                 Warning fixes. Patch by Pawel Pekala
2256
2257 2006-03-27 [colin]      2.0.0cvs178
2258
2259         * src/undo.c
2260                 Fix undoing by blocks with spaces
2261
2262 2006-03-27 [colin]      2.0.0cvs177
2263
2264         * src/textview.c
2265                 Set margin to 3px for headers
2266
2267 2006-03-27 [paul]
2268
2269         2.1.0-rc2 released
2270
2271 2006-03-27 [wwp]        2.0.0cvs176
2272
2273         * src/summaryview.c
2274                 don't reset quicksearch when updating the message list.
2275                 Thanks to Colin.
2276
2277 2006-03-26 [wwp]        2.0.0cvs175
2278
2279         * src/compose.c
2280                 use a unified border width ('other' tab in the compose window,
2281                 patch by Pawel Pekala).
2282
2283
2284 2006-03-26 [wwp]        2.0.0cvs174
2285
2286         * src/common/quoted-printable.c
2287         * src/addressbook.c
2288                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2289
2290 2006-03-26 [colin]      2.0.0cvs173
2291
2292         * src/quote_fmt_parse.y
2293                 Fix non-UTF8 date formats messing up the whole quote a 
2294                 little bit
2295
2296 2006-03-26 [colin]      2.0.0cvs172
2297
2298         * src/procheader.c
2299                 Make sure the date is UTF8 valid, or try to make it
2300                 so. IncrediMail is really IncrediStupid.
2301         * src/compose.c
2302                 Fix possible conversions. 
2303                 
2304
2305 2006-03-26 [colin]      2.0.0cvs171
2306
2307         * src/matcher.c
2308                 Fix corner cases in body search. This is still a
2309                 hack... It seems impossible to make it good and 
2310                 reasonably fast at the same time.
2311
2312 2006-03-26 [colin]      2.0.0cvs170
2313
2314         * src/summaryview.c
2315                 I think I killed the twilight zone bug!
2316                 summary_select_node() flushes GTK events in order
2317                 to be able to center the view. But this also 
2318                 flushes keypresses like Ctrl-Alt-U, so this can
2319                 call summary_show from summary_select_node (itself
2320                 called from summary_show, etc.). And the summaryview
2321                 has to be unlocked in this function. So just locking
2322                 while processing GTK events, and bailing if locked, 
2323                 should fix it.
2324                 Fixes bug #927 (SIGSEGV during Update Summary)
2325
2326 2006-03-25 [colin]      2.0.0cvs169
2327
2328         * src/matcher.c
2329                 Fix search in QP-encoded bodies
2330                 Fix utf-8 searches in bodies encoded in the
2331                 locale's encoding
2332         * src/common/quoted-printable.c
2333         * src/common/quoted-printable.h
2334                 Add a decode function that doesn't overwrite
2335                 the original pointer
2336                 
2337
2338 2006-03-24 [colin]      2.0.0cvs168
2339
2340         * src/action.c
2341         * src/summaryview.c
2342         * src/summaryview.h
2343                 Update message cache after action
2344                 Patch by H. Merijn Brand
2345         * src/prefs_msg_colors.c
2346                 Factorize label 
2347                 Patch by Fabien Vantard
2348         * src/plugins/spamassassin/spamassassin_gtk.c
2349                 Remove useless translation
2350                 Patch by Fabien Vantard
2351
2352 2006-03-23 [colin]      2.0.0cvs167
2353
2354         * src/common/ssl.c
2355                 Let 30 seconds to SSL_connect
2356
2357 2006-03-23 [wwp]        2.0.0cvs166
2358
2359         * src/summaryview.c
2360         * src/gtk/description_window.c
2361                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2362                 and headers are translated; adjust description windows' width to fit their
2363                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2364
2365 2006-03-23 [paul]       2.0.0cvs165
2366
2367         * src/common/utils.c
2368                 fix highlighting of URIs containing "()"
2369                 (2.0.0cvs164's reversal fixed)
2370                 Thanks to Colin.
2371
2372 2006-03-23 [paul]       2.0.0cvs164
2373
2374         * src/common/utils.c
2375                 revert patch, (postponing a fix), at 2.0.0cvs120
2376                 as it breaks more URIs than it fixes.
2377                 Allow '-' to be a terminating character in a URI
2378
2379 2006-03-22 [colin]      2.0.0cvs163
2380
2381         * configure.ac
2382                 Require libetpan 0.45
2383                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2384
2385 2006-03-22 [paul]       2.0.0cvs162
2386
2387         * src/editgroup.c
2388                 replace '<-' and '->' buttons with GTK_STOCK graphical
2389                 buttons
2390         * src/summary_search.c
2391                 don't offer '...' for translation
2392                 add a tooltip to advanced search '...' button
2393         * src/gtk/quicksearch.c
2394                 don't offer '...' for translation
2395
2396 2006-03-21 [colin]      2.0.0cvs161
2397
2398         * src/compose.c
2399                 Fix middle-click pasting (insert at click
2400                 position instead of cursor position, don't
2401                 remove existing selection and allow pasting
2402                 our own selection)
2403         * src/addressbook.c
2404                 "LDAP Server" -> "LDAP servers"
2405
2406 2006-03-21 [wwp]        2.0.0cvs160
2407
2408         * src/etpan/imap-thread.c
2409                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2410
2411 2006-03-20 [colin]      2.0.0cvs159
2412
2413         * src/summaryview.c
2414                 Don't reload summaryview after an execute with no
2415                 move action
2416
2417 2006-03-19 [colin]      2.0.0cvs158
2418
2419         * src/addressbook.c
2420                 and put groups at the top, always
2421
2422 2006-03-19 [colin]      2.0.0cvs157
2423
2424         * src/addressbook.c
2425                 Order groups before names, as previously
2426
2427 2006-03-19 [colin]      2.0.0cvs156
2428
2429         * src/addressbook.c
2430                 - Sort case-unsensitive
2431                 - Put the sort arrow at opening too
2432
2433 2006-03-19 [wwp]        2.0.0cvs155
2434
2435         * src/addressbook.c
2436                 allow sorting by name/email/remarks, ensure that right-pane's contents
2437                 matches the left-pane selection (cleared when appropriate).
2438                 Patch by Pawel Pekala <c0rn@o2.pl>.
2439
2440 2006-03-18 [colin]      2.0.0cvs154
2441
2442         * src/textview.c
2443                 Fix text cursor ;)
2444
2445 2006-03-18 [colin]      2.0.0cvs153
2446
2447         * src/gtk/filesel.c
2448                 Make sure we hide the preview if we didn't get
2449                 a filename
2450
2451 2006-03-18 [colin]      2.0.0cvs152
2452
2453         * src/summaryview.c
2454                 Set cursor to watch for execution (fixes lack
2455                 of watch-cursor when dnd'ing hundreds of mails)
2456         * src/gtk/filesel.c
2457                 Check that mime type is 'image/*' before updating
2458                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2459
2460 2006-03-18 [colin]      2.0.0cvs151
2461
2462         * src/mainwindow.c
2463         * src/textview.c
2464         * src/textview.h
2465                 Put a watch cursor in textview too when the mainwindow's
2466                 cursor in a watch
2467
2468 2006-03-18 [colin]      2.0.0cvs150
2469
2470         * src/folder.c
2471                 Change wrong asserts to simple tests
2472
2473 2006-03-17 [colin]      2.0.0cvs149
2474
2475         * src/mainwindow.c
2476         * src/mainwindow.h
2477         * src/prefs_msg_colors.c
2478         * src/summaryview.c
2479         * src/summaryview.h
2480         * src/gtk/colorlabel.c
2481         * src/gtk/colorlabel.h
2482                 Add a color label menu in the main menubar
2483                 Add (fixed) accels Ctrl-{0-7} to change the color
2484                 They have to be fixed because the menu's dynamic,
2485                 the items are complex widgets, hence we can't use
2486                 a GtkItemFactory.
2487
2488
2489 2006-03-17 [wwp]        2.0.0cvs148
2490
2491         * src/compose.c
2492                 rollback few lines from my previous commit (those lines come from
2493                 a pending patch, accidentally commited, even if neutral as they are
2494                 commented out).
2495
2496 2006-03-17 [wwp]        2.0.0cvs147
2497
2498         * src/compose.c
2499                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2500                 applied code style/indentation to the modified function.
2501
2502 2006-03-17 [wwp]        2.0.0cvs146
2503
2504         * src/procmsg.c
2505         * src/compose.c
2506                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2507
2508 2006-03-17 [paul]
2509
2510         2.1.0-rc1 released
2511
2512 2006-03-17 [paul]       2.0.0cvs145
2513
2514         * src/main.c
2515                 addressbook_read_file() was called twice
2516         * src/textview.c
2517                 X-Mailer highlighting
2518
2519 2006-03-16 [colin]      2.0.0cvs144
2520
2521         * src/sourcewindow.c
2522         * src/sourcewindow.h
2523                 And the last one, in source window.
2524
2525 2006-03-16 [colin]      2.0.0cvs143
2526
2527         * src/compose.c
2528         * src/compose.h
2529                 Fix the same stuff in compose
2530
2531 2006-03-16 [colin]      2.0.0cvs142
2532
2533         * src/messageview.c
2534                 Complete the previous messageview crash fix
2535
2536 2006-03-16 [colin]      2.0.0cvs141
2537
2538         * src/procmsg.h
2539         * src/procmsg.c
2540         * src/folder.c
2541                 Fix POSTPROCESSING hook
2542                 Patch by H. Merijn Brand
2543
2544         * src/procmime.c
2545         * src/procmime.h
2546                 Parse Content-Location
2547
2548         * src/toolbar.c
2549         * src/messageview.c
2550         * src/messageview.h
2551                 Don't crash when a top-level MessageView has
2552                 been closed on us. Same problematic than
2553                 yesterday's quicksearch issue.
2554
2555 2006-03-15 [colin]      2.0.0cvs140
2556
2557         * src/gtk/quicksearch.c
2558                 Fix a bitchy race we didn't think about when we
2559                 added quicksearch cancellation:
2560                 If the search is not on cached fields, for example
2561                 body_part matchcase "stuff"
2562                 the matcher code has to get the whole message. If
2563                 we're on IMAP, that can be slow, and in order to
2564                 be non-blocking, the IMAP code idle loop processes
2565                 gtk events too. So it is possible to cancel a
2566                 quicksearch while the matcher is getting the mail's
2567                 body. After matcher got its body, it will start to
2568                 iterate over the matcher list that the Quicksearch's
2569                 clear_search_cb() just freed via prepare_matcher().
2570                 SIGSEGV ensues.
2571                 The fix consists of guarding the matcherlist_match()
2572                 call with a boolean 'matching'. If we reset the
2573                 quicksearch while matching is TRUE, we don't free
2574                 the matcherlist anymore like we did, but we set
2575                 another new flag, deferred_free, to TRUE. Then,
2576                 in quicksearch_match(), just after returning from
2577                 matcherlist_match() and unsetting the matching flag,
2578                 we check the deferred_free flag and do the
2579                 prepare_matcher() (which does the matcherlist_free)
2580                 for real, so we free the matcherlist once it's not
2581                 used anymore.
2582                 As all of this runs via the glib main loop, we
2583                 luckily don't need a mutex.
2584         * src/summaryview.c
2585                 Also, show progress while searching.
2586
2587
2588 2006-03-14 [colin]      2.0.0cvs139
2589
2590         * src/alertpanel.c
2591                 Make alertpanel_is_open non-static
2592
2593 2006-03-14 [colin]      2.0.0cvs138
2594
2595         * src/prefs_spelling.c
2596                 Cleanups - Fabien Vantard
2597
2598 2006-03-14 [wwp]        2.0.0cvs137
2599
2600         * src/main.c
2601                 code style normalization (curly braces, indentation).
2602
2603 2006-03-14 [wwp]        2.0.0cvs137
2604
2605         * src/main.c
2606                 code style (braces, indentation)
2607
2608 2006-03-12 [paul]       2.0.0cvs136
2609
2610         * src/prefs_common.c
2611                 trans_hdr defaults to FALSE to be RFC-savvy
2612         * src/prefs_summaries.c
2613                 add a tooltip to the trans_hdr option
2614                 
2615
2616 2006-03-12 [paul]       2.0.0cvs135
2617
2618         * src/prefs_matcher.c
2619                 give a little more width to the combos
2620         * src/prefs_display_header.c
2621         * src/textview.c
2622                 translate headers if prefs_common.trans_hdr
2623                 is TRUE
2624
2625         Patches by Pawel Pekala
2626
2627 2006-03-12 [paul]       2.0.0cvs134
2628
2629         * src/plugins/clamav/clamav_plugin.c
2630         * src/plugins/dillo_viewer/dillo_viewer.c
2631         * src/plugins/pgpcore/plugin.c
2632         * src/plugins/pgpinline/plugin.c
2633         * src/plugins/pgpmime/plugin.c
2634         * src/plugins/spamassassin/spamassassin.c
2635                 update/add to descriptions
2636         * src/plugins/spamassassin/spamassassin_gtk.c
2637                 fixes to the english, remove superfluous
2638                 tooltips, clean up a little
2639
2640 2006-03-12 [paul]       2.0.0cvs133
2641
2642         * src/compose.c
2643                 fix Bug 924, 'Account combo box shows up wrong 
2644                 if & is in account name'
2645
2646 2006-03-11 [colin]      2.0.0cvs132
2647
2648         * src/summaryview.c
2649                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2650                 messed up shift-selection because is slows down
2651                 moving around summaryview. thanks -users
2652
2653 2006-03-10 [colin]      2.0.0cvs131
2654
2655         * src/plugins/spamassassin/spamassassin_gtk.c
2656                 Put back Paul's engrish fixes
2657
2658 2006-03-10 [colin]      2.0.0cvs130
2659
2660         * src/plugins/spamassassin/spamassassin.c
2661         * src/plugins/spamassassin/spamassassin.h
2662         * src/plugins/spamassassin/spamassassin_gtk.c
2663                 Cleanup SA prefs page (more)
2664                 Patch by Fabien Vantard
2665
2666 2006-03-10 [paul]       2.0.0cvs129
2667
2668         * src/prefs_msg_colors.c
2669         * src/prefs_spelling.c
2670                 widget sensitivity
2671
2672 2006-03-09 [mones]      2.0.0cvs128
2673
2674         * po/es.po
2675                 Update for next RC
2676
2677 2006-03-09 [wwp]        2.0.0cvs127
2678
2679         * configure.ac
2680                 revert accidental commit (requirement for libetpan 0.43), this time
2681                 not in HEAD.
2682
2683 2006-03-09 [wwp]        2.0.0cvs125
2684
2685         * configure.ac
2686                 revert accidental commit (requirement for libetpan 0.43)
2687
2688 2006-03-09 [paul]       2.0.0cvs126
2689
2690         * src/prefs_receive.c
2691                 remove useless frame
2692                 replace 'incorporation' with 'receiving'
2693         * src/plugins/clamav/clamav_plugin_gtk.c
2694         * src/plugins/spamassassin/spamassassin_gtk.c
2695                 improve widget sensitivity
2696                 fix a bit his engrish
2697
2698 2006-03-09 [wwp]        2.0.0cvs125
2699
2700         * src/addressadd.c
2701         * src/foldersel.c
2702         * src/prefs_common.c
2703         * src/prefs_common.h
2704                 remember some more windows' sizes (add to addressbook and
2705                 select folder).
2706
2707 2006-03-09 [paul]       2.0.0cvs124
2708
2709         * src/plugins/pgpcore/prefs_gpg.c
2710                 normalise construction of dialogue
2711
2712 2006-03-09 [paul]       2.0.0cvs123
2713
2714         * src/plugins/trayicon/Makefile.am
2715                 add missing slash
2716
2717 2006-03-08 [colin]      2.0.0cvs122
2718
2719         * src/plugins/trayicon/Makefile.am
2720                 Fix build in separate dir 
2721                 Patch by Bamanzi <bamanzi@gmail.com>
2722
2723 2006-03-08 [colin]      2.0.0cvs121
2724
2725         * src/procmsg.c
2726                 Batch move and copies from summaryview with delayed execution
2727                 too
2728
2729 2006-03-07 [paul]       2.0.0cvs120
2730
2731         * src/common/utils.c
2732                 fix highlighting of URIs containing "()"
2733                 Patch by Pawel Pekala
2734
2735 2006-03-07 [paul]       2.0.0cvs119
2736
2737         * src/folder.c
2738         * src/folder.h
2739         * src/folderview.c
2740                 immediately do alphabetical resort when
2741                 changing a folder's name
2742                 Patch by Pawel Pekala
2743
2744 2006-03-07 [paul]       2.0.0cvs118
2745
2746         * src/news.c
2747         * src/news_gtk.c
2748                 when unsubscribing a newsgroup, remove the
2749                 folder and msgs in .sylpheed-claws/newscache
2750                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2751
2752 2006-03-07 [paul]       2.0.0cvs117
2753
2754         * src/textview.c
2755                 fix wrong Fake URL Warning
2756                 Thanks to Hiro
2757
2758 2006-03-07 [colin]      2.0.0cvs116
2759
2760         * src/imap.c
2761                 Return immediately when password dialog was
2762                 cancelled
2763         * src/gtk/inputdialog.c
2764                 Allow empty strings for passwords
2765
2766
2767 2006-03-06 [colin]      2.0.0cvs115
2768
2769         * src/imap.c
2770                 Prevent double-timeouts when connection fails
2771
2772 2006-03-06 [colin]
2773
2774         2.0.1-rc1 released
2775
2776 2006-03-06 [colin]      2.0.0cvs114
2777
2778         * src/imap.c
2779                 Refresh session during potentially long
2780                 operations
2781
2782 2006-03-06 [wwp]        2.0.0cvs113
2783
2784         * src/prefs_msg_colors.h
2785                 forgot that one (custom color labels).
2786
2787 2006-03-06 [wwp]        2.0.0cvs112
2788
2789         * src/prefs_common.c
2790         * src/prefs_common.h
2791         * src/prefs_msg_colors.c
2792         * src/summaryview.c
2793         * src/summaryview.h
2794         * src/gtk/colorlabel.c
2795         * src/gtk/colorlabel.h
2796                 colors in messages list are now customizable. Color values and names can
2797                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2798                 Thanks to Paul and Colin for their help with this longstanding patch!
2799
2800 2006-03-06 [wwp]        2.0.0cvs111
2801
2802         * src/textview.c
2803                 don't crash if (x)face is bad.
2804
2805 2006-03-05 [paul]       2.0.0cvs110
2806
2807         * AUTHORS
2808         * configure.ac
2809         * src/Makefile.am
2810         * src/common/Makefile.am
2811         * src/common/utils.h
2812         * src/etpan/imap-thread.c
2813         * src/gtk/authors.h
2814         * src/plugins/clamav/Makefile.am
2815         * src/plugins/demo/Makefile.am
2816         * src/plugins/dillo_viewer/Makefile.am
2817         * src/plugins/pgpcore/Makefile.am
2818         * src/plugins/pgpcore/passphrase.c
2819         * src/plugins/pgpinline/Makefile.am
2820         * src/plugins/pgpmime/Makefile.am
2821         * src/plugins/spamassassin/Makefile.am
2822         * src/plugins/trayicon/Makefile.am
2823                 fix builiding on cygwin
2824                 Patch by Ralgh Young <bamanzi@gmail.com>
2825
2826 2006-03-04 [wwp]        2.0.0cvs109
2827
2828         * manual/keyboard.xml
2829                 fix mixed up/down keys.
2830
2831 2006-03-04 [wwp]        2.0.0cvs108
2832
2833         * README
2834         * INSTALL
2835                 updated links to SpamAssassin.
2836
2837 2006-03-04 [wwp]        2.0.0cvs107
2838
2839         * manual/plugins.xml
2840         * src/plugins/spamassassin/README
2841                 updated SpamAssassin plugin docs to reflect new functional additions
2842                 (also fix/update/documents few technical stuff more, see the README).
2843
2844 2006-03-04 [wwp]        2.0.0cvs106
2845
2846         * src/prefs_message.c
2847                 normalized capitalization of message-prefs paths.
2848
2849 2006-03-04 [wwp]        2.0.0cvs105
2850
2851         * manual/advanced.xml
2852                 typo.
2853
2854 2006-03-03 [colin]      2.0.0cvs104
2855
2856         * src/plugins/clamav/clamav_plugin_gtk.c
2857                 Rework prefs page, patch by Fabien 
2858
2859 2006-03-03 [colin]      2.0.0cvs103
2860
2861         * src/plugins/clamav/clamav_plugin.c
2862                 Set error on all errors
2863
2864 2006-03-03 [colin]      2.0.0cvs102
2865
2866         * src/common/plugin.c
2867                 Initialize error to avoid crashing when a plugin fails
2868                 without setting error
2869
2870 2006-03-02 [wwp]        2.0.0cvs101
2871
2872         * configure.ac
2873                 fixed linker flags for libetpan support on Cygwin
2874                 (thanks to H.Merijn Brand).
2875
2876 2006-03-02 [wwp]        2.0.0cvs100
2877
2878         * src/addressbook.c
2879                 fix some AB error messages: one for punctuation and
2880                 one wrongly duplicate (thanks, maxbritov).
2881
2882 2006-03-02 [wwp]        2.0.0cvs99
2883
2884         * src/plugins/spamassassin/spamassassin.c
2885                 make sync calls to sa-learn/spamc to prevent
2886                 system (whatever local or client/server) overload.
2887
2888 2006-03-02 [colin]      2.0.0cvs98
2889
2890         * src/summaryview.c
2891                 Put the spam icon in the status column instead of the
2892                 mark one
2893
2894 2006-03-01 [colin]      2.0.0cvs97
2895
2896         * src/plugins/spamassassin/spamassassin.c
2897                 Fix segfault (g_file_set_contents fails for some 
2898                 reason and err==0x2f. Can't find out why with
2899                 valgrind, using working function :-)
2900
2901 2006-03-01 [colin]      2.0.0cvs96
2902
2903         * src/inc.c
2904                 Offline overriding: let 'No' be cached only 3 seconds
2905
2906 2006-03-01 [colin]      2.0.0cvs95
2907
2908         * src/addr_compl.c
2909         * src/addrbook.c
2910         * src/addressbook.c
2911         * src/addrindex.c
2912         * src/folder_item_prefs.c
2913         * src/headerview.c
2914         * src/imap.c
2915         * src/inc.c
2916         * src/ldif.c
2917         * src/mainwindow.c
2918         * src/mh.c
2919         * src/msgcache.c
2920         * src/prefs_common.h
2921         * src/prefs_msg_colors.c
2922         * src/procheader.c
2923         * src/procheader.h
2924         * src/procmime.c
2925         * src/procmsg.c
2926         * src/procmsg.h
2927         * src/send_message.h
2928         * src/simple-gettext.c
2929         * src/summaryview.c
2930         * src/summaryview.h
2931         * src/syldap.c
2932         * src/textview.c
2933         * src/undo.c
2934         * src/common/ssl_certificate.c
2935         * src/common/utils.c
2936         * src/gtk/colorsel.c
2937         * src/gtk/gtksctree.c
2938         * src/gtk/gtkshruler.c
2939         * src/plugins/trayicon/trayicon.c
2940                 #if 0 goes to /dev/null
2941
2942 2006-03-01 [colin]      2.0.0cvs94
2943
2944         * src/compose.c
2945         * src/imap.c
2946         * src/inc.c
2947         * src/inc.h
2948         * src/messageview.c
2949         * src/news.c
2950         * src/plugins/spamassassin/spamassassin.c
2951                 Allow to add information in the "working offline"
2952                 window
2953
2954 2006-03-01 [wwp]        2.0.0cvs93
2955
2956         * src/plugins/spamassassin/spamassassin.c
2957                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2958                 'cause it seems that calling `spamc ... < inputfile` with
2959                 g_spawn_(a)sync simply.. erm doesn't work :-).
2960
2961 2006-03-01 [wwp]        2.0.0cvs92
2962
2963         * src/toolbar.c
2964         * src/toolbar.h
2965                 simplify the adding of spam/ham button to the messageview toolbar
2966                 (it gets more clear now that the same button will be "Mark as spam"
2967                 or "Mark as ham" according to the current message status,
2968                 thanks to Colin).
2969
2970 2006-03-01 [wwp]        2.0.0cvs91
2971
2972         * src/messageview.c
2973         * src/procmsg.c
2974         * src/procmsg.h
2975         * src/summaryview.c
2976         * src/plugins/spamassassin/spamassassin.c
2977         * src/plugins/spamassassin/spamassassin.h
2978                 make learner callbacks return a status (0 for ok),
2979                 handle it in main code to avoid setting flags when learning failed,
2980                 don't learn on TCP if offline in spamassassin,
2981                 thanks to Colin.
2982
2983                 
2984
2985 2006-03-01 [wwp]        2.0.0cvs90
2986
2987         * src/compose.c
2988                 some work around the compose window's account menu,
2989                 patch by Fabien Vantard.
2990
2991 2006-03-01 [wwp]        2.0.0cvs89
2992
2993         * src/plugins/spamassassin/spamassassin.c
2994                 fixed bad logics, was using spamc in local mode and sa-learn
2995                 in remote mode (thanks, Colin).
2996
2997 2006-03-01 [wwp]        2.0.0cvs88
2998
2999         * src/plugins/spamassassin/spamassassin.c
3000         * src/plugins/spamassassin/spamassassin.h
3001         * src/plugins/spamassassin/spamassassin_gtk.c
3002                 made processing of emails w/ sa-plugin an option (default is TRUE),
3003                 fixed Engrish some tooltips, capitalization of some debug messages
3004                 and warnings. The spamassassin plugin now provides two separate
3005                 services: process emails upon incorporation and spamd training.
3006                 Both services (un)register independently but use some common
3007                 plugin settings (transport settings, spam storage location).
3008
3009 2006-02-28 [wwp]        2.0.0cvs87
3010
3011         * src/plugins/spamassassin/spamassassin.c
3012                 fix async flag to spamc cmdline execution (batch exec should
3013                 be asynchronous).
3014
3015 2006-02-27 [wwp]        2.0.0cvs86
3016
3017         * src/plugins/spamassassin/spamassassin.c
3018         * src/plugins/spamassassin/spamassassin.h
3019         * src/plugins/spamassassin/spamassassin_gtk.c
3020                 - added the ability to learn a remote spamassassin server (spamd),
3021                 using spamc.
3022                 - added the spamassassin option 'username', that applies to all
3023                 spamassassin operations (filtering, learning, local or remote).
3024                 The default username is the current unix user (if left blank
3025                 from gtk prefs or config file).
3026                 - commented out some unused code (notebook widget), removed unused
3027                 layout (hbox1).
3028                 - make more widgets sensitive to the transport type.
3029
3030 2006-02-27 [colin]      2.0.0cvs85
3031
3032         * src/plugins/spamassassin/spamassassin.c
3033                 Fix sa-learn call when offline
3034
3035 2006-02-27 [colin]      2.0.0cvs84
3036
3037         * configure.ac
3038         * src/Makefile.am
3039         * src/mainwindow.c
3040         * src/mainwindow.h
3041         * src/messageview.c
3042         * src/messageview.h
3043         * src/prefs_toolbar.c
3044         * src/procmsg.c
3045         * src/stock_pixmap.c
3046         * src/stock_pixmap.h
3047         * src/summaryview.c
3048         * src/toolbar.c
3049         * src/toolbar.h
3050         * src/pixmaps/ham_btn.xpm
3051         * src/pixmaps/spam.xpm
3052         * src/pixmaps/spam_btn.xpm
3053         * src/plugins/spamassassin/spamassassin.c
3054                 Add button in toolbar for spam learning
3055                 Fix a few bugs from the last related commit
3056                 Revert 1.9.6cvs23 which messed up shift-selection
3057
3058 2006-02-24 [colin]      2.0.0cvs83
3059
3060         * src/procmsg.c
3061         * src/summaryview.c
3062         * src/summaryview.h
3063         * src/plugins/spamassassin/spamassassin.c
3064         * src/plugins/spamassassin/spamassassin.h
3065         * src/plugins/spamassassin/spamassassin_gtk.c
3066                 Unregister learner when spamassassin is either
3067                 disabled or over tcp
3068
3069 2006-02-24 [colin]      2.0.0cvs82
3070
3071         * src/Makefile.am
3072         * src/mainwindow.c
3073         * src/mainwindow.h
3074         * src/procmsg.c
3075         * src/procmsg.h
3076         * src/stock_pixmap.c
3077         * src/stock_pixmap.h
3078         * src/summaryview.c
3079         * src/summaryview.h
3080         * src/gtk/icon_legend.c
3081         * src/pixmaps/spam.xpm  ** NEW FILE **
3082         * src/plugins/spamassassin/spamassassin.c
3083         * src/plugins/spamassassin/spamassassin_gtk.c
3084                 Add spam learning interface (Mark/Mark as 
3085                 (spam|ham) menus)
3086
3087 2006-02-24 [wwp]        2.0.0cvs81
3088
3089         * src/compose.c
3090         * src/compose.h
3091         * src/filtering.c
3092                 hide compose window when sending message in batch mode
3093                 (filtering: forward and redirect). Also fixed a wrong
3094                 value returned when sending failed, neutral anyway.
3095                 (Colin, me) 
3096
3097 2006-02-24 [wwp]        2.0.0cvs80
3098
3099         * src/mainwindow.c
3100                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3101
3102 2006-02-24 [paul]       2.0.0cvs79
3103
3104         * src/news.c
3105         * src/news.h
3106         * src/news_gtk.c
3107                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3108                 Thanks to Colin
3109
3110 2006-02-23 [colin]      2.0.0cvs78
3111
3112         * src/alertpanel.c
3113                 Change OK to Close in alertpanel with View log
3114                 button; add accel to View log. Patch by Fabien
3115                 Vantard
3116
3117 2006-02-23 [wwp]        2.0.0cvs77
3118
3119         * src/compose.c
3120                 silly me, there were much more tests to perform, since toolbars can
3121                 really have down to 1 element only.
3122
3123 2006-02-23 [wwp]        2.0.0cvs76
3124
3125         * commitHelper
3126                 fixed indentation from my previous commit. Fallback to VISUAL if
3127                 EDITOR is not set (and to vi, at last resort).
3128
3129 2006-02-23 [wwp]        2.0.0cvs75
3130
3131         * commitHelper
3132                 improved error detection (Colin, me).
3133
3134 2006-02-23 [wwp]        2.0.0cvs74
3135
3136         * src/prefs_toolbar.c
3137                 simplify and fix prefs/toolbars layouting. Combos' contents can
3138                 now be really displayed.
3139
3140 2006-02-23 [wwp]        2.0.0cvs73
3141         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3142         be really displayed.
3143
3144 2006-02-22 [wwp]        2.0.0cvs72
3145
3146         * src/compose.c
3147                 fix a typo in my previous commit (sorry!).
3148
3149 2006-02-22 [wwp]        2.0.0cvs71
3150
3151         * src/prefs_toolbar.c
3152                 fix a crash when adding separators to toolbars,
3153                 also fix some separator item information.
3154
3155 2006-02-22 [wwp]        2.0.0cvs70
3156
3157         * src/compose.c
3158                 fix a crash when redirecting (for instance) when compose window's
3159                 toolbar contents has been customized (when some buttons have been
3160                 removed in fact).
3161
3162 2006-02-21 [wwp]        2.0.0cvs69
3163
3164         * src/summaryview.c
3165         * src/gtk/pluginwindow.c
3166         * src/plugins/pgpcore/prefs_gpg.c
3167                 fix some compilation warnings (feat. remains of removed code).
3168
3169 2006-02-21 [wwp]        2.0.0cvs68
3170
3171         * src/gtk/gtkutils.c
3172                 fix two compilation issues, thanks to Stephan Sachse.
3173
3174 2006-02-20 [colin]      2.0.0cvs67
3175
3176         * src/mainwindow.c
3177                 Don't reselect displayed mail on refocus
3178                 This fixes actions misbehaving 
3179
3180 2006-02-20 [wwp]        2.0.0cvs66
3181
3182         * src/summaryview.c
3183         * src/gtk/gtksctree.c
3184         * src/gtk/gtkshruler.c
3185                 changed more runtime typecast checks.
3186
3187 2006-02-20 [wwp]        2.0.0cvs65
3188
3189         * src/summary_search.c
3190                 find all - summaryview refresh issue fixed, thanks to Colin.
3191
3192 2006-02-20 [wwp]        2.0.0cvs64
3193
3194         * src/gtk/gtkutils.c
3195                 better runtime typecast checks.
3196
3197 2006-02-20 [wwp]        2.0.0cvs63
3198
3199         * src/summary_search.c
3200                 enhancements to the summary search:
3201                         - add the ability to stop the running search
3202                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3203                         - don't search if no criteria (From/To/Subject/Body) is set
3204                         - ensure that a busy mouse pointer is always shown when searching,
3205                           show it even a bit earlier
3206
3207 2006-02-19 [colin]      2.0.0cvs62
3208
3209         * src/compose.c
3210         * src/imap.c
3211         * src/etpan/imap-thread.c
3212         * src/etpan/imap-thread.h
3213                 (Future) IMAP speed improvement on sending
3214                 Will require a libetpan update
3215         * src/summaryview.c
3216         * src/gtk/quicksearch.c
3217                 Make quicksearch clearable while running.
3218
3219 2006-02-17 [colin]      2.0.0cvs61
3220
3221         * src/imap.c
3222         * src/etpan/imap-thread.c
3223         * src/etpan/imap-thread.h
3224                 Check for IMAP certificates
3225                 ** Requires libetpan-0.42-cvs4 
3226                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3227
3228 2006-02-17 [colin]      2.0.0cvs60
3229
3230         * src/messageview.c
3231         * src/prefs_common.c
3232         * src/prefs_common.h
3233         * src/prefs_message.c
3234                 Add pref to display HTML-only mails with plugin, 
3235                 if possible (defaulting to FALSE of course).
3236
3237 2006-02-16 [colin]      2.0.0cvs59
3238
3239         * src/main.c
3240         * src/common/plugin.c
3241         * src/common/plugin.h
3242         * src/gtk/pluginwindow.c
3243                 Keep track of requested (but unloaded) plugins
3244                 in some error cases.
3245
3246 2006-02-16 [wwp]        2.0.0cvs58
3247
3248         * src/gtk/gtkaspell.c
3249         * src/gtk/gtkaspell.h
3250         * src/prefs_spelling.c
3251         * src/compose.c
3252         * src/prefs_common.c
3253         * src/prefs_common.h
3254                 implemented new optional spellchecker behaviour: re-check message when
3255                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3256
3257 2006-02-16 [wwp]        2.0.0cvs57
3258
3259         * src/quote_fmt_parse.y
3260                 pclose popen'ed pipe.
3261
3262 2006-02-15 [colin]      2.0.0cvs56
3263
3264         * src/mimeview.c
3265         * src/mimeview.h
3266                 Let MimeViewers know which MimeView they
3267                 depend of.
3268         * src/summaryview.c
3269                 Swap From/To columns in Sent/Queue/Drafts
3270                 folders
3271         * src/etpan/imap-thread.c
3272                 Use mailstream_low_tls_open() for STARTTLS
3273                 instead of mailstream_low_ssl_open()
3274                 ** REQUIRES libetpan 0.42cvs3 **
3275
3276 2006-02-15 [wwp]        2.0.0cvs55
3277
3278         * src/compose.c
3279         * src/compose.h
3280         * src/message_search.c
3281         * src/message_search.h
3282         * src/textview.c
3283         * src/gtk/gtkutils.c
3284         * src/gtk/gtkutils.h
3285                 added the ability to Find text in the compose window (and a bit
3286                 of code factorization).
3287
3288 2006-02-15 [wwp]        2.0.0cvs54
3289
3290         * src/prefs_gtk.c
3291                 yet another one file was missing (fix for some widgets' sensitivity).
3292                 Thanks Colin!
3293
3294 2006-02-15 [wwp]        2.0.0cvs53
3295
3296         * src/prefs_gtk.h
3297                 oops forgot that file (fix for some widgets' sensitivity).
3298
3299 2006-02-15 [wwp]        2.0.0cvs52
3300
3301         * src/summary_search.c
3302                 implemented advanced summary search options (added the ability
3303                 to use matcher conditions in an advanced search mode).
3304
3305 2006-02-15 [wwp]        2.0.0cvs51
3306
3307         * src/plugins/pgpcore/prefs_gpg.c
3308         * src/prefs_account.c
3309                 fix some widget sensitivity, mostly around some labels in
3310                 account prefs.
3311
3312 2006-02-15 [paul]       2.0.0cvs50
3313
3314         * manual/advanced.xml
3315                 improve Templates info
3316                 written by wwp
3317
3318 2006-02-14 [colin]      2.0.0cvs49
3319
3320         * src/pixmaps/address_book.xpm
3321         * src/pixmaps/preferences.xpm
3322         * src/pixmaps/properties.xpm
3323                 Fix pixmap size - patch by Fabien Vantard
3324
3325 2006-02-13 [colin]      2.0.0cvs48
3326
3327         * src/procmime.c
3328                 Add missing fclose()s on error
3329         * src/textview.c
3330                 Remove unused code
3331         * src/common/utils.c
3332                 Fix temp files not being deleted on windows
3333         Patches by Thomas Gilgin
3334
3335 2006-02-13 [colin]      2.0.0cvs47
3336
3337         * src/mainwindow.c
3338                 Fix exit crash
3339
3340 2006-02-13 [wwp]        2.0.0cvs46
3341
3342         * src/plugins/pgpcore/prefs_gpg.c
3343                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3344
3345 2006-02-12 [colin]      2.0.0cvs45
3346
3347         * src/folderview.c
3348         * src/main.c
3349         * src/mainwindow.c
3350                 Fix "stuff" when quitting
3351
3352 2006-02-12 [wwp]        2.0.0cvs44
3353
3354         * src/prefs_themes.c
3355                 fix typos in debug messages.
3356
3357 2006-02-11 [colin]      2.0.0cvs43
3358
3359         * src/summaryview.c
3360                 don't allow drag/drop from ourself
3361
3362 2006-02-10 [wwp]        2.0.0cvs42
3363
3364         * src/exporthtml.c
3365         * src/html.c
3366         * src/html.h
3367         * src/procmime.c
3368         * src/textview.c
3369                 renamed html_ prefixed functions and data structures to avoid
3370                 namespace clashes w/ other software (gtkhtml2 for instance).
3371                 Closes bug #907.
3372
3373
3374 2006-02-09 [colin]      2.0.0cvs41
3375
3376         * src/summaryview.c
3377                 Fix shitty logic messed up. Thanks Ticho for the hint!
3378
3379 2006-02-09 [wwp]        2.0.0cvs40
3380
3381         * src/gtk/about.c
3382         * src/compose.c
3383         * src/prefs_account.c
3384         * src/prefs_gtk.h
3385         * src/editaddress.c
3386                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3387                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3388                 Browse buttons in accounts prefs.
3389
3390 2006-02-09 [colin]      2.0.0cvs39
3391
3392         * src/matcher.c
3393                 Check for pointer before using its members
3394         * src/gtk/gtksourceprintjob.c
3395                 Fix a wrong warning
3396
3397 2006-02-09 [wwp]        2.0.0cvs38
3398
3399         * src/gtk/filesel.c
3400                 fix few compiler warnings (type mismatch).
3401
3402 2006-02-09 [paul]       2.0.0cvs37
3403
3404         * po/fr.po
3405                 updated by Fabien Vantard
3406
3407 2006-02-08 [colin]      2.0.0cvs36
3408
3409         * src/prefs_common.c
3410         * src/common/defs.h
3411         * src/common/plugin.c
3412                 allow windows and linux configurations to coexist
3413                 patch by Thomas Gilgin
3414
3415 2006-02-08 [colin]      2.0.0cvs35
3416
3417         * src/filtering.c
3418         * src/matcher.c
3419         * src/matcher.h
3420         * src/matcher_parser_parse.y
3421         * src/prefs_filtering_action.c
3422         * src/prefs_matcher.c
3423                 Add the "Ignore thread" filtering
3424                 action
3425
3426 2006-02-08 [colin]      2.0.0cvs34
3427
3428         * src/compose.c
3429         * src/procmime.c
3430         * src/procmime.h
3431                 Fix bug #905 (damaged attachment)
3432                 text files with raw \0's aren't really text files
3433         FOR_STABLE
3434
3435 2006-02-08 [colin]      2.0.0cvs33
3436
3437         * src/summaryview.c
3438                 Fix crasher introduced yesterday
3439
3440 2006-02-08 [wwp]        2.0.0cvs32
3441
3442         * src/compose.c
3443         * src/compose.h
3444                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3445
3446 2006-02-08 [wwp]        2.0.0cvs31
3447
3448         * src/prefs_template.c
3449                 templates enhancement: allow address completion for Cc and Bcc fields
3450                 (it was currently possible for the To field only)
3451
3452 2006-02-08 [colin]      2.0.0cvs30
3453
3454         * src/compose.c
3455                 Don't unblock if not blocked
3456         FOR_STABLE
3457
3458 2006-02-07 [colin]      2.0.0cvs29
3459
3460         * src/action.c
3461                 Forgot to refresh summaryview
3462
3463 2006-02-07 [colin]      2.0.0cvs28
3464
3465         * src/action.c
3466                 Freeze/thaw message list and folder list while
3467                 processing %as{} actions 
3468         * src/compose.c
3469                 Fix auto-wrap disabling after a middle-click
3470                 paste - FOR_STABLE
3471
3472 2006-02-07 [paul]       2.0.0cvs27
3473
3474         * src/folder.c
3475                 fix freeing of uninitialised pointers
3476                 Thanks to Colin
3477
3478 2006-02-06 [colin]      2.0.0cvs26
3479
3480         * src/folder.c
3481                 Use g_slist_prepend in potentially big list
3482
3483 2006-02-06 [colin]      2.0.0cvs25
3484
3485         * src/folder.c
3486                 Completely skip processing if it doesn't 
3487                 exist (faster!)
3488
3489 2006-02-06 [colin]      2.0.0cvs24
3490
3491         * src/folder.c
3492         * src/summaryview.c
3493                 Batch filtering in summaryview (from Tools menu)
3494                 and pre/post//-processing too
3495
3496 2006-02-06 [colin]      2.0.0cvs23
3497
3498         * src/procmsg.h
3499         * src/filtering.c
3500                 Use a special field for batch filtering instead
3501                 of stepping on deferred execution's toes
3502
3503 2006-02-06 [colin]      2.0.0cvs22
3504
3505         * src/action.c
3506         * src/filtering.c
3507         * src/filtering.h
3508         * src/folder.c
3509         * src/summaryview.c
3510                 Fix filtering via menus and actions
3511
3512 2006-02-06 [colin]      2.0.0cvs21
3513
3514         * src/imap.c
3515                 Put the added file directly to cache if possible (will work
3516                 with next libetpan)
3517         * src/filtering.c
3518         * src/filtering.h
3519         * src/inc.c
3520         * src/folder.c
3521         * src/mbox.c
3522         * src/procmsg.h
3523                 Move and copy filtered messages by batches instead of one
3524                 by one - faster on IMAP
3525         * src/procmsg.c
3526                 Add a function that'll possibly be useful later
3527
3528 2006-02-06 [colin]      2.0.0cvs20
3529
3530         * src/addressbook.c
3531                 Use internal mime-type instead of text/plain for d'n'd
3532         * src/compose.c
3533                 Allow attaching files from mimeview's icon list via d'n'd
3534         * src/folderview.c
3535         * src/folderview.h
3536                 Use internal mime-type instead of text/plain for d'n'd
3537                 Don't try to selected opened folder if none is
3538                 Factorize d'n'd from other apps code
3539         * src/headerview.c
3540         * src/textview.c
3541         * src/gtk/gtkutils.c
3542         * src/gtk/gtkutils.h
3543                 Factorize Face/X-Face stuff
3544         * src/mimeview.c
3545                 Fix d'n'd to other apps
3546         * src/prefs_message.c
3547                 Let the XFace pref be usable without libcompface as it also
3548                 applies to Face
3549         * src/summaryview.c
3550                 Fix d'n'd to other apps
3551                 Factorize d'n'd from other apps code
3552
3553 2006-02-06 [wwp]        2.0.0cvs19
3554
3555         * po/it.po
3556                 Italian translation fixes by Andrea Spadaccini (no more confusion
3557                 between filtering and processing, and few changes in the About
3558                 dialog).
3559
3560
3561 2006-02-06 [mones]      2.0.0cvs18
3562
3563         * src/gtk/icon_legend.c
3564                 Improved descriptions allowing better translations
3565
3566 2006-02-05 [colin]      2.0.0cvs17
3567
3568         * src/imap.c
3569                 Add the f*cking missing expunge that caused imap_fetch_env
3570                 to fail after an add_msgs ! :-///
3571         * src/etpan/imap-thread.c
3572                 Add a bit of debug
3573         FOR_STABLE
3574
3575 2006-02-05 [colin]      2.0.0cvs16
3576
3577         * src/common/utils.c
3578                 Don't check for return-path (or we can't put
3579                 back non-sent mails)
3580
3581 2006-02-05 [colin]      2.0.0cvs15
3582
3583         * src/textview.c
3584                 Don't try to display Face header in textview
3585                 when teh headerview's active
3586
3587 2006-02-05 [colin]      2.0.0cvs14
3588
3589         * tools/tbird2syl.py
3590         * tools/Makefile.am
3591                 Add script to import Thunderbird mails
3592
3593 2006-02-05 [colin]      2.0.0cvs13
3594
3595         * src/headerview.c
3596         * src/procheader.c
3597         * src/procmsg.c
3598         * src/procmsg.h
3599         * src/textview.c
3600                 Show Face headers - patch partially by Klaus Flittner
3601
3602 2006-02-05 [colin]      2.0.0cvs12
3603
3604         * src/folderview.c
3605         * src/summaryview.c
3606         * src/common/utils.c
3607         * src/common/utils.h
3608                 Let dnd work from mime icons to summaryview
3609                 and to folderview too
3610                 Add a crude test to avoid trying to add files
3611                 drag'n'dropped when they're not mails
3612
3613 2006-02-04 [colin]      2.0.0cvs11
3614
3615         * src/summaryview.c
3616         * src/mimeview.c
3617                 Fix utf8 conversion
3618
3619 2006-02-04 [colin]      2.0.0cvs10
3620
3621         * src/compose.c
3622         * src/folderview.c
3623         * src/mimeview.c
3624         * src/summaryview.c
3625         * src/summaryview.h
3626                 Added various drag and drop capas:
3627                 From                    To
3628                 summaryview             other apps
3629                 mimeview icons          other apps
3630                 other apps              summaryview
3631                 other apps              folderview
3632
3633                 This shouldn't have broken the existing:
3634                 From                    To
3635                 summaryview             folderview
3636                 folderview              folderview
3637                 summaryview             compose's attachments
3638
3639         Tests welcomed.
3640
3641 2006-02-02 [paul]       2.0.0cvs9
3642
3643         * src/mainwindow.c
3644                 move global option 'Set displayed columns...' out
3645                 of folder option grouping.
3646                 fix sensitivity of 'harvest addresses'
3647         FOR_STABLE
3648
3649 2006-02-01 [colin]      2.0.0cvs8
3650
3651         * src/mimeview.c
3652                 Revert the alertpanel patch, it sucks (intrusive
3653                 and gets in the way of "open")
3654
3655 2006-02-01 [colin]      2.0.0cvs7
3656
3657         * src/compose.c
3658         * src/prefs_account.c
3659         * src/prefs_common.c
3660         * src/common/defs.h
3661         * src/common/utils.c
3662         * src/common/utils.h
3663                 Add ability to edit the signature file
3664                 from the account preferences, and use
3665                 a default for the text editor.
3666                 Patch by Fabien Vantard
3667
3668 2006-02-01 [colin]      2.0.0cvs6
3669
3670         * src/mimeview.c
3671                 Try to get mime type by extension if it is
3672                 application/octet-stream
3673                 Display a window with possible choices when
3674                 encountering unknown mime types
3675         * src/gtk/filesel.c
3676         * src/gtk/filesel.h
3677                 Add preview
3678                 Allow multiple selection in filtered filesel
3679                 (patch by Fabien Vantard)
3680         * src/gtk/pluginwindow.c
3681                 Use it (patch by Fabien Vantard)
3682
3683 2006-02-01 [paul]       2.0.0cvs5
3684
3685         * src/jpilot.c
3686                 fix crash on creating jpilot address book
3687                 Thanks to Colin - FOR_STABLE
3688         * src/prefs_summaries.c
3689         * src/prefs_wrapping.c
3690         * src/gtk/icon_legend.c
3691         * src/gtk/quicksearch.c
3692                 string fixes and additions
3693
3694 2006-02-01 [paul]       2.0.0cvs4
3695
3696         * src/compose.c
3697         * src/mainwindow.c
3698         * src/messageview.c
3699         * src/prefs_send.c
3700                 add Arabic encoding option
3701                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3702
3703 2006-01-31 [colin]      2.0.0cvs3
3704
3705         * src/plugins/pgpcore/passphrase.c
3706                 Convert passphrase to locale encoding
3707         * src/compose.c
3708                 Fix drafting on IMAP. Crappy bug sneaked in
3709                 the release :-/
3710         FOR_STABLE
3711
3712 2006-01-30 [paul]       2.0.0cvs2
3713
3714         * src/gtk/icon_legend.c
3715                 show the new entries
3716
3717 2006-01-30 [colin]      2.0.0cvs1
3718
3719         * src/manual.c
3720                 Check for the file to be present before 
3721                 enabling the menu - FOR_STABLE
3722         * src/gtk/icon_legend.c
3723                 Add folders icons (not all of them, there
3724                 are too much, but the most intriguing ones)
3725
3726 2006-01-30 [paul]       2.0.0
3727
3728         version 2.0.0 released
3729
3730 2006-01-30 [paul]       1.9.100cvs200
3731
3732         * manual/faq.xml
3733         * manual/gpl.xml
3734         * manual/intro.xml
3735         * manual/starting.xml
3736         * manual/sylpheed-claws-manual.xml
3737                 fixes, additions
3738
3739 2006-01-29 [mones]      1.9.100cvs199
3740
3741         * manual/account.xml
3742         * manual/advanced.xml
3743         * manual/glossary.xml
3744                 Some typos fixed, added LDIF term to glossary
3745         * po/es.po
3746                 Fixed leading plus symbol
3747
3748 2006-01-29 [paul]       1.9.100cvs198
3749
3750         * po/fi.po
3751         * po/sk.po
3752                 updated by Tommi Pirinen and Andrej Kacian
3753
3754 2006-01-29 [paul]       1.9.100cvs197
3755
3756         * src/gtk/authors.h
3757                 remove duplicates
3758
3759 2006-01-29 [paul]       1.9.100cvs196
3760
3761         * AUTHORS
3762         * po/nl.po
3763         * src/gtk/authors.h
3764         * tools/claws.i18n.status.pl
3765                 nl translation updated by Tim Dijkstra
3766
3767 2006-01-29 [paul]       1.9.100cvs195
3768
3769         * po/sr.po
3770         * po/sv.po
3771                 updated by Aleksandar Urosevic and Anders Troback
3772
3773 2006-01-28 [colin]      1.9.100cvs194
3774
3775         * src/gtk/gtksourceprintjob.c
3776                 Don't fiddle with PangoLayout when we
3777                 have an image
3778
3779 2006-01-28 [paul]       1.9.100cvs193
3780
3781         * AUTHORS
3782         * po/el.po
3783         * po/zh_CN.po
3784         * src/gtk/authors.h
3785         * tools/claws.i18n.status.pl
3786                 updated translations submitted by Stavros Giannouris
3787                 and Ralgh Young
3788
3789 2006-01-27 [colin]      1.9.100cvs192
3790
3791         * src/summaryview.c
3792         * src/gtk/gtksourceprintjob.c
3793                 Add image printing 
3794                 (libgnomeprint only, of course)
3795
3796 2006-01-27 [paul]       1.9.100cvs191
3797
3798         * po/fr.po
3799         * po/it.po
3800                 updated by Fabien Vantard and Andrea Spadaccini
3801
3802 2006-01-26 [colin]      1.9.100cvs190
3803
3804         * manual/Makefile.am
3805         * configure.ac
3806                 Make building the manual optional 
3807                 (--disable-manual)
3808
3809 2006-01-26 [paul]       1.9.100cvs189
3810
3811         * manual/glossary.xml
3812         * manual/plugins.xml
3813                 edited
3814         * po/en_GB.po
3815                 updated
3816
3817 2006-01-26 [paul]       1.9.100cvs188
3818
3819         * src/prefs_display_header.c
3820         * src/prefs_folder_column.c
3821         * src/prefs_msg_colors.c
3822         * src/prefs_summaries.c
3823         * src/prefs_summary_column.c
3824                 HIGify
3825
3826 2006-01-25 [colin]      1.9.100cvs187
3827
3828         * src/imap.c
3829                 Don't allow moving/copying mails between
3830                 queue/drafts and non-queue/drafts folders
3831                 Fixes bug #897 (message header is resetted 
3832                 if one is copied to Drafts)
3833
3834 2006-01-25 [colin]      1.9.100cvs186
3835
3836         * src/folder.c
3837         * src/mainwindow.c
3838                 Fix subscribed folders not found
3839         * src/compose.c
3840                 Don't try to encode as original mail's charset
3841                 if it's ascii 
3842
3843 2006-01-25 [paul]       1.9.100cvs185
3844
3845         * AUTHORS
3846         * po/Makevars
3847                 updated
3848         * po/de.po
3849         * po/pl.po
3850         * po/pt_BR.po
3851         * po/sr.po
3852                 updates submitted by Stephan Sachse, Emilian Nowak
3853                 and Quar, Frederico Goncalves Guimaraes, and
3854                 Aleksandar Urosevic
3855                 Fix Bug 896, 'PT_BR locale broken'.
3856         * src/gtk/authors.h
3857                 updated
3858
3859 2006-01-24 [mones]      1.9.100cvs184
3860
3861         * manual/glossary.xml
3862                 All current terms finished. Reviewers welcome ;-)
3863         * manual/keyboard.xml
3864                 Fixed column width for pdf output.
3865         * po/es.po
3866                 Updated
3867
3868 2006-01-24 [paul]       1.9.100cvs183
3869
3870         * manual/glossary.xml
3871                 fix id name
3872         * manual/dist/html/Makefile.am
3873         * manual/dist/pdf/Makefile.am
3874         * manual/dist/ps/Makefile.am
3875         * manual/dist/txt/Makefile.am
3876                 fix make deps
3877                 Thanks to Colin
3878
3879 2006-01-24 [mones]      1.9.100cvs182
3880
3881         * manual/glossary.xml
3882                 Nearly finished, some terms missing.
3883
3884 2006-01-23 [paul]       1.9.100cvs181
3885
3886         * manual/dist/html/Makefile.am
3887         * manual/dist/pdf/Makefile.am
3888         * manual/dist/ps/Makefile.am
3889         * manual/dist/txt/Makefile.am
3890         * src/mainwindow.c
3891                 re-enable manual
3892                 Thanks to Colin
3893
3894 2006-01-22 [colin]      1.9.100cvs180
3895
3896         * src/compose.c
3897         * src/gtk/gtkaspell.c
3898                 Don't deselect stuff before right-clicking, with aspell.
3899                 (This prevented right-click Copy, for example).
3900                 Thanks to Clo!
3901
3902 2006-01-22 [paul]       1.9.100cvs179
3903
3904         * src/summary_search.c
3905                 don't fix the widget size as it causes problems
3906                 under localisation.
3907                 Thanks to Emilian Nowak
3908
3909 2006-01-21 [paul]       1.9.100cvs178
3910
3911         * src/prefs_themes.c
3912                 fix broken underlining of label text
3913                 with some translations
3914
3915 2006-01-21 [colin]      1.9.100cvs177
3916
3917         * po/fr.po
3918                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3919
3920 2006-01-20 [colin]      1.9.100cvs176
3921
3922         * configure.ac
3923         * Makefile.am
3924         * manual/Makefile
3925         * manual/dist/html/.cvsignore
3926         * manual/dist/html/Makefile.am
3927         * manual/dist/pdf/.cvsignore
3928         * manual/dist/pdf/Makefile.am
3929         * manual/dist/ps/.cvsignore
3930         * manual/dist/ps/Makefile.am
3931         * manual/dist/txt/.cvsignore
3932         * manual/dist/txt/Makefile.am
3933                 Autotool-ize manual
3934
3935 2006-01-20 [paul]       1.9.100cvs175
3936
3937         * manual/handling.xml
3938                 make Filtering and Searching entries easier to find
3939         * manual/keyboard.xml
3940                 add the remaining default keybinds
3941         * src/prefs_summaries.c
3942                 update the default keybinds
3943
3944 2006-01-20 [paul]       1.9.100cvs174
3945
3946         * src/addressbook.c
3947         * src/addrgather.c
3948         * src/addrharvest.c
3949         * src/editaddress.c
3950         * src/editgroup.c
3951         * src/exphtmldlg.c
3952         * src/expldifdlg.c
3953         * src/exporthtml.c
3954         * src/exportldif.c
3955         * src/ldif.c
3956                 replace 'e-mail' with 'email'
3957         * src/summary_search.c
3958                 add mnemonic to "Find all" button
3959
3960 2006-01-20 [wwp]        1.9.100cvs173
3961
3962         * src/export.c
3963         * src/import.c
3964                 touched mbox import/export buttons for HIG-compliance
3965
3966 2006-01-19 [paul]       1.9.100cvs172
3967
3968         * manual/account.xml
3969         * manual/addrbook.xml
3970         * manual/advanced.xml
3971         * manual/faq.xml
3972         * manual/handling.xml
3973         * manual/intro.xml
3974         * manual/plugins.xml
3975         * manual/starting.xml
3976                 more editing
3977
3978 2006-01-19 [paul]       1.9.100cvs171
3979
3980         * src/toolbar.c
3981                 allow use of trash button while receiving
3982                 Thanks to Colin
3983
3984 2006-01-19 [wwp]        1.9.100cvs170
3985
3986         * src/gtk/quicksearch.c
3987         * src/compose.c
3988                 force text color to black when yellow background is set
3989
3990 2006-01-19 [colin]      1.9.100cvs169
3991
3992         * src/plugins/trayicon/trayicon.c
3993                 Gray out Get Mail when already getting mail
3994
3995 2006-01-18 [paul]       1.9.100cvs168
3996
3997         * src/compose.c
3998                 give widget yellow background was To is
3999                 set via folder prefs
4000         * src/gtk/quicksearch.c
4001                 give widget yellow background when quick
4002                 search is active.
4003                 Thanks to Colin
4004
4005 2006-01-18 [paul]       1.9.100cvs167
4006
4007         * doc/man/sylpheed-claws.1
4008                 add --subscribe option
4009
4010 2006-01-18 [paul]       1.9.100cvs166
4011
4012         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4013         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4014                 use %U instead of %F (%F is broken for user installed
4015                 files in kde 3.5)
4016
4017 2006-01-18 [colin]      1.9.100cvs165
4018
4019         * src/summaryview.c
4020                 Default to Yes in "No more * messages" dialogs
4021
4022 2006-01-17 [colin]      1.9.100cvs164
4023
4024         * src/compose.c
4025                 Possibly fix an invalid iterator causing
4026                 crash
4027
4028 2006-01-17 [colin]      1.9.100cvs163
4029
4030         * src/mimeview.c
4031                 Fix crash when the image disappears under the
4032                 image viewer
4033
4034 2006-01-16 [colin]      1.9.100cvs162
4035
4036         * src/compose.c
4037                 Fix reenabling autowrap
4038
4039 2006-01-16 [colin]      1.9.100cvs161
4040
4041         * src/compose.c
4042                 reset quote_len before getting quote_str
4043
4044 2006-01-16 [colin]      1.9.100cvs160
4045
4046         * src/account.c
4047         * src/account.h
4048         * src/folder.c
4049         * src/imap_gtk.c
4050         * src/mh_gtk.c
4051                 Fix bug #883 (default inbox does not track folder move)
4052
4053 2006-01-16 [colin]      1.9.100cvs159
4054
4055         * src/compose.c
4056         * src/plugins/pgpcore/passphrase.c
4057                 More buttons fixes
4058
4059 2006-01-16 [paul]       1.9.100cvs158
4060
4061         * src/prefs_actions.c
4062         * src/prefs_filtering_action.c
4063         * src/prefs_matcher.c
4064         * src/quote_fmt.c
4065         * src/gtk/description_window.c
4066         * src/gtk/description_window.h
4067         * src/gtk/quicksearch.c
4068                 description window cleanups
4069
4070 2006-01-15 [colin]      1.9.100cvs157
4071
4072         * src/addressbook.c
4073         * src/prefs_filtering.c
4074                 Same here
4075
4076 2006-01-15 [colin]      1.9.100cvs156
4077
4078         * src/folderview.c
4079         * src/mainwindow.c
4080                 Same for "Empty trash"
4081
4082 2006-01-15 [colin]      1.9.100cvs155
4083
4084         * src/inc.c
4085                 Override offline dialog had Yes by default
4086
4087 2006-01-15 [colin]      1.9.100cvs154
4088
4089         * src/summaryview.c
4090                 Delete selected messages? previously had Yes the default
4091
4092 2006-01-15 [colin]      1.9.100cvs153
4093
4094         * src/folder.c
4095         * src/folder.h
4096         * src/main.c
4097                 Check if a mailbox is loaded after all
4098                 plugins are loaded.
4099
4100 2006-01-15 [colin]      1.9.100cvs152
4101
4102         * src/folder.c
4103                 Don't start wizard when there are unloaded folders (will help
4104                 people with only mbox or maildir mailboxes)
4105
4106 2006-01-14 [colin]      1.9.100cvs151
4107
4108         * src/addressbook.c
4109         * src/expldifdlg.c
4110         * src/importldif.c
4111         * src/importmutt.c
4112         * src/importpine.c
4113         * src/mh_gtk.c
4114                 More HIG compliance and fixes
4115
4116 2006-01-14 [colin]      1.9.100cvs150
4117
4118         * src/prefs_filtering_action.c
4119         * src/foldersel.c
4120                 Two forgotten button order changes
4121
4122 2006-01-14 [colin]      1.9.100cvs149
4123
4124         * src/account.c
4125         * src/addressbook.c
4126         * src/compose.c
4127         * src/folderview.c
4128         * src/imap_gtk.c
4129         * src/mainwindow.c
4130         * src/mh_gtk.c
4131         * src/news_gtk.c
4132         * src/prefs_actions.c
4133         * src/prefs_customheader.c
4134         * src/prefs_filtering.c
4135         * src/prefs_matcher.c
4136         * src/prefs_template.c
4137         * src/ssl_manager.c
4138         * src/summaryview.c
4139         * src/textview.c
4140         * src/toolbar.c
4141                 All deletion confirmations are now "Cancel, Delete" 
4142                 instead of "No, Yes"
4143                 Clarified most of the other "No, Yes" to 
4144                 "Cancel, Descriptive_action"
4145                 Rechanged the "Entry not saved" alerts to have 
4146                 "Close, Continue editing"
4147
4148
4149 2006-01-14 [paul]
4150
4151         * 2.0.0-rc4 released
4152
4153 2006-01-14 [paul]       1.9.100cvs148
4154
4155         * src/account.c
4156         * src/addressadd.c
4157         * src/addressbook.c
4158         * src/compose.c
4159         * src/editaddress.c
4160         * src/editbook.c
4161         * src/editgroup.c
4162         * src/editjpilot.c
4163         * src/editldap.c
4164         * src/editvcard.c
4165         * src/exphtmldlg.c
4166         * src/expldifdlg.c
4167         * src/folderview.c
4168         * src/grouplistdialog.c
4169         * src/imap_gtk.c
4170         * src/importmutt.c
4171         * src/importpine.c
4172         * src/inc.c
4173         * src/main.c
4174         * src/mainwindow.c
4175         * src/message_search.c
4176         * src/messageview.c
4177         * src/mh_gtk.c
4178         * src/mimeview.c
4179         * src/news_gtk.c
4180         * src/prefs_actions.c
4181         * src/prefs_customheader.c
4182         * src/prefs_filtering.c
4183         * src/prefs_matcher.c
4184         * src/prefs_template.c
4185         * src/prefs_themes.c
4186         * src/ssl_manager.c
4187         * src/summary_search.c
4188         * src/summaryview.c
4189         * src/textview.c
4190         * src/toolbar.c
4191         * src/gtk/foldersort.c
4192         * src/gtk/gtkaspell.c
4193         * src/gtk/inputdialog.c
4194         * src/gtk/prefswindow.c
4195         * src/plugins/pgpcore/select-keys.c
4196         * src/plugins/trayicon/trayicon.c
4197                 HIG compliant button order
4198
4199 2006-01-14 [mones]      1.9.100cvs147
4200
4201         * po/es.po
4202                 Updated translation
4203
4204 2006-01-13 [paul]       1.9.100cvs146
4205
4206         * AUTHORS
4207         * ChangeLog
4208         * src/gtk/authors.h
4209                 add Joshua M. Kwan to contributors list
4210
4211 2006-01-13 [colin]      1.9.100cvs145
4212
4213         * src/gtk/quicksearch.c
4214                 Don't refocus quick search after executing (Esc or Enter)
4215                 Allows to '/'search something then move up/down in 
4216                 summaryview, and to Esc a search and be back in the 
4217                 summaryview
4218
4219 2006-01-13 [paul]       1.9.100cvs144
4220
4221         * src/plugins/pgpinline/pgpinline.c
4222                 support Content-Type 'application/pgp'
4223                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4224
4225 2006-01-13 [paul]       1.9.100cvs143
4226
4227         * manual/account.xml
4228                 make mention of partial retrieval
4229                 thanks to Colin
4230
4231 2006-01-13 [paul]       1.9.100cvs142
4232
4233         * src/account.c
4234         * src/account.h
4235         * src/action.c
4236         * src/action.h
4237         * src/adbookbase.h
4238         * src/addr_compl.c
4239         * src/addr_compl.h
4240         * src/addrbook.c
4241         * src/addrcache.c
4242         * src/addrcache.h
4243         * src/addrcindex.c
4244         * src/addrcindex.h
4245         * src/addrclip.c
4246         * src/addrclip.h
4247         * src/addrdefs.h
4248         * src/addressadd.c
4249         * src/addressadd.h
4250         * src/addressbook.c
4251         * src/addressbook.h
4252         * src/addrgather.c
4253         * src/addrgather.h
4254         * src/addrharvest.c
4255         * src/addrharvest.h
4256         * src/addrindex.c
4257         * src/addrindex.h
4258         * src/addritem.c
4259         * src/addritem.h
4260         * src/addrquery.c
4261         * src/addrquery.h
4262         * src/addrselect.c
4263         * src/addrselect.h
4264         * src/alertpanel.c
4265         * src/alertpanel.h
4266         * src/browseldap.c
4267         * src/browseldap.h
4268         * src/codeconv.c
4269         * src/codeconv.h
4270         * src/compose.c
4271         * src/compose.h
4272         * src/customheader.c
4273         * src/customheader.h
4274         * src/displayheader.c
4275         * src/displayheader.h
4276         * src/editaddress.c
4277         * src/editaddress.h
4278         * src/editbook.c
4279         * src/editbook.h
4280         * src/editgroup.c
4281         * src/editgroup.h
4282         * src/editjpilot.c
4283         * src/editjpilot.h
4284         * src/editldap.c
4285         * src/editldap.h
4286         * src/editldap_basedn.c
4287         * src/editldap_basedn.h
4288         * src/editvcard.c
4289         * src/editvcard.h
4290         * src/exphtmldlg.c
4291         * src/exphtmldlg.h
4292         * src/expldifdlg.c
4293         * src/expldifdlg.h
4294         * src/export.h
4295         * src/exporthtml.c
4296         * src/exporthtml.h
4297         * src/exportldif.c
4298         * src/exportldif.h
4299         * src/filtering.c
4300         * src/filtering.h
4301         * src/folder.c
4302         * src/folder.h
4303         * src/folder_item_prefs.c
4304         * src/folder_item_prefs.h
4305         * src/foldersel.c
4306         * src/foldersel.h
4307         * src/folderutils.c
4308         * src/folderutils.h
4309         * src/folderview.c
4310         * src/folderview.h
4311         * src/grouplistdialog.c
4312         * src/grouplistdialog.h
4313         * src/headerview.c
4314         * src/html.c
4315         * src/html.h
4316         * src/image_viewer.c
4317         * src/image_viewer.h
4318         * src/imap.c
4319         * src/imap.h
4320         * src/imap_gtk.c
4321         * src/imap_gtk.h
4322         * src/import.h
4323         * src/importldif.c
4324         * src/importldif.h
4325         * src/importmutt.c
4326         * src/importmutt.h
4327         * src/importpine.c
4328         * src/importpine.h
4329         * src/inc.c
4330         * src/inc.h
4331         * src/jpilot.c
4332         * src/jpilot.h
4333         * src/ldapctrl.c
4334         * src/ldapctrl.h
4335         * src/ldaplocate.c
4336         * src/ldaplocate.h
4337         * src/ldapquery.c
4338         * src/ldapquery.h
4339         * src/ldapserver.c
4340         * src/ldapserver.h
4341         * src/ldaputil.c
4342         * src/ldaputil.h
4343         * src/ldif.c
4344         * src/ldif.h
4345         * src/main.c
4346         * src/main.h
4347         * src/mainwindow.c
4348         * src/mainwindow.h
4349         * src/manual.c
4350         * src/manual.h
4351         * src/mbox.c
4352         * src/mbox.h
4353         * src/message_search.c
4354         * src/message_search.h
4355         * src/messageview.c
4356         * src/messageview.h
4357         * src/mh.c
4358         * src/mh.h
4359         * src/mh_gtk.c
4360         * src/mh_gtk.h
4361         * src/mimeview.c
4362         * src/mimeview.h
4363         * src/msgcache.c
4364         * src/msgcache.h
4365         * src/mutt.c
4366         * src/mutt.h
4367         * src/news.c
4368         * src/news.h
4369         * src/news_gtk.c
4370         * src/news_gtk.h
4371         * src/partial_download.c
4372         * src/partial_download.h
4373         * src/pine.c
4374         * src/pine.h
4375         * src/pop.c
4376         * src/pop.h
4377         * src/prefs_account.c
4378         * src/prefs_account.h
4379         * src/prefs_actions.c
4380         * src/prefs_actions.h
4381         * src/prefs_common.c
4382         * src/prefs_common.h
4383         * src/prefs_compose_writing.c
4384         * src/prefs_compose_writing.h
4385         * src/prefs_customheader.c
4386         * src/prefs_customheader.h
4387         * src/prefs_display_header.c
4388         * src/prefs_display_header.h
4389         * src/prefs_filtering.c
4390         * src/prefs_filtering.h
4391         * src/prefs_filtering_action.c
4392         * src/prefs_filtering_action.h
4393         * src/prefs_folder_column.c
4394         * src/prefs_folder_column.h
4395         * src/prefs_folder_item.c
4396         * src/prefs_folder_item.h
4397         * src/prefs_fonts.c
4398         * src/prefs_fonts.h
4399         * src/prefs_gtk.c
4400         * src/prefs_gtk.h
4401         * src/prefs_image_viewer.c
4402         * src/prefs_image_viewer.h
4403         * src/prefs_matcher.c
4404         * src/prefs_matcher.h
4405         * src/prefs_message.c
4406         * src/prefs_msg_colors.c
4407         * src/prefs_msg_colors.h
4408         * src/prefs_other.c
4409         * src/prefs_quote.c
4410         * src/prefs_receive.c
4411         * src/prefs_send.c
4412         * src/prefs_spelling.c
4413         * src/prefs_spelling.h
4414         * src/prefs_summaries.c
4415         * src/prefs_summaries.h
4416         * src/prefs_summary_column.c
4417         * src/prefs_summary_column.h
4418         * src/prefs_template.c
4419         * src/prefs_template.h
4420         * src/prefs_themes.c
4421         * src/prefs_themes.h
4422         * src/prefs_toolbar.c
4423         * src/prefs_toolbar.h
4424         * src/prefs_wrapping.c
4425         * src/prefs_wrapping.h
4426         * src/privacy.c
4427         * src/privacy.h
4428         * src/procheader.c
4429         * src/procheader.h
4430         * src/procmime.c
4431         * src/procmime.h
4432         * src/procmsg.c
4433         * src/procmsg.h
4434         * src/quote_fmt.c
4435         * src/quote_fmt_parse.y
4436         * src/recv.c
4437         * src/recv.h
4438         * src/remotefolder.c
4439         * src/remotefolder.h
4440         * src/send_message.c
4441         * src/send_message.h
4442         * src/setup.c
4443         * src/setup.h
4444         * src/sourcewindow.c
4445         * src/sourcewindow.h
4446         * src/ssl_manager.c
4447         * src/ssl_manager.h
4448         * src/statusbar.c
4449         * src/statusbar.h
4450         * src/stock_pixmap.c
4451         * src/stock_pixmap.h
4452         * src/summary_search.c
4453         * src/summary_search.h
4454         * src/summaryview.c
4455         * src/summaryview.h
4456         * src/syldap.c
4457         * src/syldap.h
4458         * src/textview.c
4459         * src/textview.h
4460         * src/toolbar.c
4461         * src/toolbar.h
4462         * src/undo.c
4463         * src/undo.h
4464         * src/unmime.c
4465         * src/unmime.h
4466         * src/vcard.c
4467         * src/vcard.h
4468         * src/wizard.c
4469         * src/wizard.h
4470         * src/common/base64.c
4471         * src/common/base64.h
4472         * src/common/defs.h
4473         * src/common/hooks.c
4474         * src/common/hooks.h
4475         * src/common/log.c
4476         * src/common/log.h
4477         * src/common/mgutils.c
4478         * src/common/mgutils.h
4479         * src/common/nntp.c
4480         * src/common/nntp.h
4481         * src/common/passcrypt.c
4482         * src/common/passcrypt.h.in
4483         * src/common/plugin.c
4484         * src/common/plugin.h
4485         * src/common/prefs.c
4486         * src/common/prefs.h
4487         * src/common/progressindicator.c
4488         * src/common/progressindicator.h
4489         * src/common/quoted-printable.c
4490         * src/common/quoted-printable.h
4491         * src/common/session.c
4492         * src/common/session.h
4493         * src/common/smtp.c
4494         * src/common/smtp.h
4495         * src/common/socket.c
4496         * src/common/socket.h
4497         * src/common/ssl.c
4498         * src/common/ssl.h
4499         * src/common/ssl_certificate.c
4500         * src/common/ssl_certificate.h
4501         * src/common/stringtable.c
4502         * src/common/stringtable.h
4503         * src/common/sylpheed.c
4504         * src/common/sylpheed.h
4505         * src/common/template.c
4506         * src/common/template.h
4507         * src/common/timing.h
4508         * src/common/utils.c
4509         * src/common/utils.h
4510         * src/common/version.h.in
4511         * src/common/xml.c
4512         * src/common/xml.h
4513         * src/common/xmlprops.c
4514         * src/common/xmlprops.h
4515         * src/gtk/colorlabel.c
4516         * src/gtk/colorsel.c
4517         * src/gtk/colorsel.h
4518         * src/gtk/description_window.c
4519         * src/gtk/description_window.h
4520         * src/gtk/filesel.c
4521         * src/gtk/filesel.h
4522         * src/gtk/foldersort.c
4523         * src/gtk/foldersort.h
4524         * src/gtk/gtkutils.c
4525         * src/gtk/gtkutils.h
4526         * src/gtk/inputdialog.c
4527         * src/gtk/inputdialog.h
4528         * src/gtk/logwindow.c
4529         * src/gtk/logwindow.h
4530         * src/gtk/manage_window.c
4531         * src/gtk/manage_window.h
4532         * src/gtk/menu.c
4533         * src/gtk/menu.h
4534         * src/gtk/pluginwindow.c
4535         * src/gtk/pluginwindow.h
4536         * src/gtk/prefswindow.c
4537         * src/gtk/prefswindow.h
4538         * src/gtk/progressdialog.c
4539         * src/gtk/progressdialog.h
4540         * src/gtk/sslcertwindow.c
4541         * src/gtk/sslcertwindow.h
4542         * src/plugins/clamav/clamav_plugin.c
4543         * src/plugins/clamav/clamav_plugin.h
4544         * src/plugins/clamav/clamav_plugin_gtk.c
4545         * src/plugins/demo/demo.c
4546         * src/plugins/dillo_viewer/dillo_prefs.c
4547         * src/plugins/dillo_viewer/dillo_prefs.h
4548         * src/plugins/dillo_viewer/dillo_viewer.c
4549         * src/plugins/pgpcore/passphrase.c
4550         * src/plugins/pgpcore/passphrase.h
4551         * src/plugins/pgpcore/plugin.c
4552         * src/plugins/pgpcore/select-keys.c
4553         * src/plugins/pgpcore/select-keys.h
4554         * src/plugins/pgpcore/sgpgme.c
4555         * src/plugins/pgpcore/sgpgme.h
4556         * src/plugins/pgpinline/pgpinline.c
4557         * src/plugins/pgpinline/pgpinline.h
4558         * src/plugins/pgpinline/plugin.c
4559         * src/plugins/pgpmime/pgpmime.c
4560         * src/plugins/pgpmime/pgpmime.h
4561         * src/plugins/pgpmime/plugin.c
4562         * src/plugins/spamassassin/spamassassin.c
4563         * src/plugins/spamassassin/spamassassin.h
4564         * src/plugins/spamassassin/spamassassin_gtk.c
4565         * src/plugins/trayicon/trayicon.c
4566                 update copyright header
4567
4568 2006-01-13 [paul]       1.9.100cvs141
4569
4570         * src/account.c
4571         * src/export.c
4572         * src/import.c
4573         * src/mainwindow.c
4574         * src/prefs_account.c
4575         * src/prefs_display_header.c
4576         * src/prefs_receive.c
4577         * src/prefs_send.c
4578         * src/prefs_summaries.c
4579         * src/prefs_themes.c
4580         * src/prefs_toolbar.c
4581         * src/gtk/about.c
4582                 various cleanups
4583
4584 2006-01-12 [colin]      1.9.100cvs140
4585
4586         * src/folder.c
4587         * src/folder.h
4588         * src/main.c
4589                 Add --subscribe option
4590                 Let sylpheed-claws email@domain.com equivalent to --compose
4591                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4592
4593 2006-01-12 [paul]       1.9.100cvs139
4594
4595         * src/mainwindow.c
4596                 append 'Change folder order' label with '...'
4597         * src/prefs_actions.c
4598                 allow reordering of actions list by dnd
4599         * src/gtk/foldersort.c
4600                 make the dialog nicer
4601
4602 2006-01-11 [colin]      1.9.100cvs138
4603
4604         * src/compose.c
4605                 Allow templates without text
4606
4607 2006-01-11 [paul]       1.9.100cvs137
4608
4609         * tools/README
4610         * tools/filter_conv_new.pl
4611                 add info to README
4612                 also check .sylpheed for filter.xml
4613                 be a bit informative to the user
4614
4615 2006-01-11 [colin]      1.9.100cvs136
4616
4617         * src/textview.c
4618                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4619
4620 2006-01-10 [paul]       1.9.100cvs135
4621
4622         * tools/Makefile.am
4623         * tools/filter_conv_new.pl
4624                 add script to convert new style Sylpheed
4625                 filter rules (Sylpheed >= 0.9.99) to
4626                 Claws filtering rules
4627
4628 2006-01-10 [colin]      1.9.100cvs134
4629
4630         * src/compose.c
4631                 Fix broken line joins in certain conditions
4632                 (between two quoted lines: <enter><enter><up>
4633                  <type a wrapped sentence><go in the first line>
4634                  <insert more text><watch as line joining failed>)
4635
4636 2006-01-10 [paul]       1.9.100cvs133
4637
4638         * src/compose.c
4639                 don't report success in error dialog
4640                 thanks to Colin
4641         * src/common/utils.c
4642                 include some trailing punctuations as URI
4643                 thanks to Hiro
4644
4645 2006-01-10 [paul]       1.9.100cvs132
4646
4647         * src/mimeview.c
4648                 fix incompatible pointer type
4649                 warning
4650
4651 2006-01-10 [paul]       1.9.100cvs131
4652
4653         * src/compose.c
4654                 change Subject in window title
4655                 instantaneously
4656
4657 2006-01-09 [colin]      1.9.100cvs130
4658
4659         * src/addressbook.c
4660         * src/headerview.c
4661         * src/mainwindow.c
4662         * src/messageview.c
4663         * src/mimeview.c
4664         * src/noticeview.c
4665         * src/summaryview.c
4666                 Fix possible crashes on exit and in addressbook
4667
4668 2006-01-09 [paul]       1.9.100cvs129
4669
4670         * src/prefs_msg_colors.c
4671                 some cleanups that I forgot last time
4672
4673 2006-01-09 [paul]       1.9.100cvs128
4674
4675         * README
4676         * src/folderview.c
4677         * src/prefs_msg_colors.c
4678                 add previously hidden option, color_new, to
4679                 the gui
4680                 move the page to Display/
4681                 rework the gui
4682
4683 2006-01-09 [wwp]        1.9.100cvs127
4684
4685         * src/prefs_themes.c
4686                 made the prefs/display/themes layouts spacing less condensed
4687                 (and so they match other prefs/pages' look).
4688
4689 2006-01-09 [paul]       1.9.100cvs126
4690
4691         * src/compose.c
4692         * src/prefs_common.c
4693         * src/prefs_common.h
4694         * src/prefs_wrapping.c
4695                 remove 'wrap at send' option
4696
4697 2006-01-06 [colin]      1.9.100cvs125
4698
4699         * src/compose.c
4700                 Just make completely sure we don't insert "manual line breaks" 
4701                 when wrapping... 
4702
4703 2006-01-04 [paul]
4704
4705         * 2.0.0-rc3 released
4706
4707 2006-01-04 [paul]       1.9.100cvs124
4708
4709         * src/folderview.c
4710                 fix bug 882, 'quick scroll in folder list
4711                 displays wrong folder contents'
4712
4713 2006-01-04 [paul]       1.9.100cvs123
4714
4715         * src/plugins/pgpmime/pgpmime.c
4716                 better debug information when signing
4717                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4718
4719 2006-01-03 [colin]      1.9.100cvs122
4720
4721         * configure.ac
4722                 We need to recheck for gpgme 1.0.0 after checking
4723                 for 1.1.1, because if 1.1.1 isn't available, 
4724                 GPGME_LIBS and friends are blanked out by the 
4725                 second check.
4726
4727 2006-01-03 [colin]      1.9.100cvs121
4728
4729         * src/common/prefs.c
4730                 Windows unlink-before rename fix
4731         * src/plugins/pgpcore/sgpgme.c
4732                 Add support for PKA info if available
4733                 Both patches by Werner Koch
4734
4735 2006-01-03 [paul]       1.9.100cvs120
4736
4737         * src/messageview.c
4738                 fix bug 884, 'Send receipt' button visible in queue
4739                 Thanks to Colin
4740
4741 2006-01-02 [colin]      1.9.100cvs119
4742
4743         * src/compose.c
4744         * src/imap.c
4745                 Fix autosave on IMAP and more generally try to
4746                 return the correct ID on a newly added IMAP message
4747
4748 2006-01-02 [paul]       1.9.100cvs118
4749
4750         * manual/keyboard.xml
4751                 edited
4752
4753 2006-01-01 [paul]       1.9.100cvs117
4754
4755         * src/gtk/authors.h
4756                 alphabetical order
4757
4758 2005-12-30 [colin]      1.9.100cvs116
4759
4760         * manual/advanced.xml
4761                 Explain Pre/Post-processing differences.
4762
4763 2005-12-30 [colin]      1.9.100cvs115
4764
4765         * src/mh.c
4766                 Implement copy_msgs for a little optimization
4767         * src/imap.c
4768                 Finish yesterday's fix
4769
4770 2005-12-29 [colin]      1.9.100cvs114
4771
4772         * src/imap.c
4773                 Fix occasional failure in fetching a mail over
4774                 IMAP
4775
4776 2005-12-29 [colin]      1.9.100cvs113
4777
4778         * src/compose.c
4779                 Don't remove a draft when sending it, if it is 
4780                 locked.
4781
4782 2005-12-28 [colin]      1.9.100cvs112
4783
4784         * src/summaryview.c
4785                 Fix leak for real
4786
4787 2005-12-28 [wwp]        1.9.100cvs111
4788
4789         * doc/faq/.cvsignore
4790         * doc/faq/de/.cvsignore
4791         * doc/faq/en/.cvsignore
4792         * doc/faq/es/.cvsignore
4793         * doc/faq/fr/.cvsignore
4794         * doc/faq/it/.cvsignore
4795         * doc/manual/.cvsignore
4796         * doc/manual/de/.cvsignore
4797         * doc/manual/en/.cvsignore
4798         * doc/manual/es/.cvsignore
4799         * doc/manual/fr/.cvsignore
4800         * doc/manual/ja/.cvsignore
4801         * src/plugins/mathml_viewer/.cvsignore
4802                 rollback revival of those files (my bad, sorry for the noise).
4803
4804 2005-12-28 [wwp]        1.9.100cvs110
4805
4806         * src/compose.c
4807                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4808
4809 2005-12-28 [wwp]        1.9.100cvs109
4810
4811         * doc/faq/.cvsignore
4812         * doc/faq/de/.cvsignore
4813         * doc/faq/en/.cvsignore
4814         * doc/faq/es/.cvsignore
4815         * doc/faq/fr/.cvsignore
4816         * doc/faq/it/.cvsignore
4817         * doc/manual/.cvsignore
4818         * doc/manual/de/.cvsignore
4819         * doc/manual/en/.cvsignore
4820         * doc/manual/es/.cvsignore
4821         * doc/manual/fr/.cvsignore
4822         * doc/manual/ja/.cvsignore
4823         * src/plugins/mathml_viewer/.cvsignore
4824         * po/.cvsignore
4825                 more files to ignore.
4826
4827 2005-12-24 [colin]      1.9.100cvs108
4828
4829         * AUTHORS
4830         * src/gtk/authors.h
4831                 Update for Werner
4832
4833 2005-12-24 [colin]      1.9.100cvs107
4834
4835         * src/procmsg.c
4836                 Allow NULL src_msginfo in 
4837                 procmsg_msginfo_new_from_mimeinfo
4838
4839 2005-12-23 [paul]       1.9.100cvs106
4840
4841         * src/plugins/pgpinline/mypgpcore.def
4842                 add this forgotten file
4843
4844 2005-12-23 [colin]      1.9.100cvs105
4845
4846         * src/mainwindow.c
4847                 Fix missing break
4848
4849 2005-12-23 [colin]      1.9.100cvs104
4850
4851         * autogen.sh
4852         * src/folder.c
4853         * src/mh.c
4854         * src/common/plugin.c
4855         * src/common/socket.c
4856         * src/common/socket.h
4857         * src/common/utils.c
4858         * src/common/utils.h
4859         * src/gtk/pluginwindow.c
4860         * src/plugins/pgpcore/plugin.def
4861         * src/plugins/pgpcore/sylpheed.def
4862         * src/plugins/pgpinline/Makefile.am
4863         * src/plugins/pgpinline/plugin.def
4864         * src/plugins/pgpinline/sylpheed.def
4865         * src/plugins/pgpmime/plugin.def
4866         * src/plugins/pgpmime/sylpheed.def
4867                 Various w32 fixes by Werner Koch
4868
4869 2005-12-22 [paul]       1.9.100cvs103
4870
4871         * src/wizard.c
4872                 don't offer IMAP as 'server type' if
4873                 libetpan isn't built in
4874
4875 2005-12-22 [paul]       1.9.100cvs102
4876
4877         * AUTHORS
4878         * src/mainwindow.c
4879         * src/mainwindow.h
4880         * src/toolbar.c
4881         * src/gtk/authors.h
4882                 support GTK_TOOLBAR_BOTH_HORIZ (text
4883                 next to icon) Patch by Marien Zwart
4884                 marienz@users.sf.net
4885                 Also reword the text
4886
4887 2005-12-21 [colin]      1.9.100cvs101
4888
4889         * configure.ac
4890                 Fix DATADIRNAME
4891         * COPYING
4892                 Fix missing section and explicit the exception better
4893         * src/compose.c
4894                 Prevent mail from being lost without notice when an
4895                 SMTP error happens on trying to send an unmodified
4896                 drafted mail.
4897         * src/send_message.c
4898         * src/common/smtp.c
4899                 Fix password remembering when wrong, and add return
4900                 value checks where they should have been
4901         * src/plugins/pgpcore/sylpheed.def
4902         * src/plugins/pgpinline/sylpheed.def
4903         * src/plugins/pgpmime/sylpheed.def
4904                 Add a few symbols needed
4905
4906 2005-12-21 [paul]       1.9.100cvs100
4907
4908         * m4/codeset.m4
4909         * m4/glibc21.m4
4910         * m4/intdiv0.m4
4911         * m4/inttypes-pri.m4
4912         * m4/inttypes.m4
4913         * m4/inttypes_h.m4
4914         * m4/isc-posix.m4
4915         * m4/lcmessage.m4
4916         * m4/stdint_h.m4
4917         * m4/uintmax_t.m4
4918                 gettextization
4919                 thanks to Colin
4920
4921 2005-12-21 [paul]       1.9.100cvs99
4922
4923         * po/sv.po
4924                 fixed by Colin
4925
4926 2005-12-20 [paul]       1.9.100cvs98
4927
4928         * po/sv.po
4929                 updated by Anders Trobäck
4930
4931 2005-12-20 [colin]      1.9.100cvs97
4932
4933         * ABOUT-NLS
4934         * Makefile.am
4935         * autogen.sh
4936         * configure.ac
4937         * config/config.rpath
4938         * config/mkinstalldirs
4939         * m4/Makefile.am
4940         * m4/glibc2.m4
4941         * m4/gnupg.m4
4942         * m4/gpgme.m4
4943         * m4/intmax.m4
4944         * m4/longdouble.m4
4945         * m4/longlong.m4
4946         * m4/printf-posix.m4
4947         * m4/signed.m4
4948         * m4/size_max.m4
4949         * m4/ulonglong.m4
4950         * m4/wchar_t.m4
4951         * m4/wint_t.m4
4952         * m4/xsize.m4
4953         * po/Makefile.in.in
4954         * po/Makevars
4955         * po/bg.po
4956         * po/ca.po
4957         * po/cs.po
4958         * po/de.po
4959         * po/el.po
4960         * po/en_GB.po
4961         * po/es.po
4962         * po/fi.po
4963         * po/fr.po
4964         * po/hr.po
4965         * po/hu.po
4966         * po/it.po
4967         * po/ja.po
4968         * po/ko.po
4969         * po/nb.po
4970         * po/nl.po
4971         * po/pl.po
4972         * po/pt_BR.po
4973         * po/ru.po
4974         * po/sk.po
4975         * po/sr.po
4976         * po/stamp-po
4977         * po/sv.po
4978         * po/zh_CN.po
4979         * po/zh_TW.po
4980         * src/Makefile.am
4981         * src/codeconv.c
4982         * src/compose.c
4983         * src/exporthtml.c
4984         * src/exportldif.c
4985         * src/folder.c
4986         * src/main.c
4987         * src/manual.c
4988         * src/mh.c
4989         * src/mimeview.c
4990         * src/send_message.c
4991         * src/common/Makefile.am
4992         * src/common/fnmatch.c
4993         * src/common/fnmatch.h
4994         * src/common/fnmatch_loop.c
4995         * src/common/nntp.c
4996         * src/common/plugin.c
4997         * src/common/smtp.c
4998         * src/common/socket.c
4999         * src/common/string_match.c
5000         * src/common/sylpheed.c
5001         * src/common/utils.c
5002         * src/common/utils.h
5003         * src/common/w32_dirent.c
5004         * src/common/w32_reg.c
5005         * src/common/w32_signal.c
5006         * src/common/w32_stat.c
5007         * src/common/w32_stdio.c
5008         * src/common/w32_stdlib.c
5009         * src/common/w32_string.c
5010         * src/common/w32_time.c
5011         * src/common/w32_unistd.c
5012         * src/common/w32_wait.c
5013         * src/common/w32lib.h
5014         * src/etpan/Makefile.am
5015         * src/gtk/Makefile.am
5016         * src/plugins/clamav/Makefile.am
5017         * src/plugins/demo/Makefile.am
5018         * src/plugins/dillo_viewer/Makefile.am
5019         * src/plugins/pgpcore/Makefile.am
5020         * src/plugins/pgpcore/passphrase.c
5021         * src/plugins/pgpcore/plugin.def
5022         * src/plugins/pgpcore/sgpgme.c
5023         * src/plugins/pgpcore/sylpheed.def
5024         * src/plugins/pgpcore/version.rc
5025         * src/plugins/pgpinline/Makefile.am
5026         * src/plugins/pgpinline/plugin.def
5027         * src/plugins/pgpinline/sylpheed.def
5028         * src/plugins/pgpinline/version.rc
5029         * src/plugins/pgpmime/Makefile.am
5030         * src/plugins/pgpmime/mypgpcore.def
5031         * src/plugins/pgpmime/plugin.def
5032         * src/plugins/pgpmime/sylpheed.def
5033         * src/plugins/pgpmime/version.rc
5034         * src/plugins/spamassassin/Makefile.am
5035                 Very little ;-) patch from Werner Koch, providing
5036                 infrastructure for cross-compiling to Win32
5037
5038 2005-12-20 [paul]       1.9.100cvs96
5039
5040         * src/account.c
5041         * src/account.h
5042         * src/mainwindow.c
5043         * src/mainwindow.h
5044         * src/toolbar.c
5045         * src/toolbar.h
5046                 add a combo to the Get All button, allowing
5047                 quick retrieval from any account
5048                 Patch by Fabien Vantard, slightly modified
5049                 by Colin
5050         * src/gtk/about.c
5051                 i18n fix. Patch by Fabien Vantard
5052
5053 2005-12-19 [colin]      1.9.100cvs95
5054
5055         * src/compose.c
5056         * src/compose.h
5057                 Don't automatically join lines when they've 
5058                 been separated by the user and not automatically
5059
5060 2005-12-19 [paul]       1.9.100cvs94
5061
5062         * src/gtk/pluginwindow.c
5063                 i18n fix.
5064                 Patch by Fabien Vantard
5065
5066 2005-12-15 [paul]       1.9.100cvs93
5067
5068         * src/common/plugin.c
5069         * src/common/plugin.h
5070         * src/gtk/pluginwindow.c
5071         * src/plugins/clamav/clamav_plugin.c
5072         * src/plugins/demo/demo.c
5073         * src/plugins/dillo_viewer/dillo_viewer.c
5074         * src/plugins/pgpcore/plugin.c
5075         * src/plugins/pgpinline/plugin.c
5076         * src/plugins/pgpmime/plugin.c
5077         * src/plugins/spamassassin/spamassassin.c
5078         * src/plugins/trayicon/trayicon.c
5079                 add plugin_version()
5080
5081 2005-12-15 [colin]      1.9.100cvs92
5082
5083         * src/compose.c
5084                 Further fix bug #875
5085
5086 2005-12-15 [paul]       1.9.100cvs91
5087
5088         * src/gtk/filesel.c
5089                 fix attach_load_dir getting set to
5090                 PLUGINDIR on plugin load
5091
5092 2005-12-14 [mones]      1.9.100cvs90
5093
5094         * manual/ack.xml
5095         * manual/keyboard.xml
5096                 Initial draft and some shortcuts added
5097                 
5098         * po/es.po
5099                 Updated translation
5100
5101 2005-12-14 [colin]      1.9.100cvs89
5102
5103         * src/compose.c
5104         * src/imap.c
5105         * src/summaryview.c
5106         * src/gtk/gtkaspell.c
5107                 More leaks fixed
5108         * src/prefs_folder_item.c
5109                 Fix recursive prefs apply
5110
5111
5112 2005-12-14 [colin]      1.9.100cvs88
5113
5114         * src/compose.c
5115                 Fix bug #875 (Freeze On Inline Forward of 
5116                 Large Message)
5117
5118 2005-12-13 [colin]      1.9.100cvs87
5119
5120         * src/compose.c
5121                 Uniq-ify and sort the mimetypes list
5122                 Patch by Fabien Vantard
5123
5124 2005-12-13 [colin]      1.9.100cvs86
5125
5126         * src/imap.c
5127         * src/etpan/imap-thread.c
5128                 Fix leaks (patch by Hoa)
5129         * src/news.c
5130         * src/common/plugin.c
5131                 Fix leaks
5132
5133 2005-12-12 [colin]
5134
5135         * 2.0.0-rc2 released
5136
5137 2005-12-12 [colin]      1.9.100cvs85
5138
5139         * src/matcher.c
5140                 Fix a leak
5141
5142 2005-12-12 [wwp]        1.9.100cvs84
5143
5144         * src/gtk/icon_legend.c
5145                 fix misbehaviour and crash when closing the legend window
5146         using the Esc key (patch by Fabien Vantard).
5147
5148 2005-12-12 [paul]       1.9.100cvs83
5149
5150         * src/browseldap.c
5151         * src/foldersel.c
5152         * src/prefs_actions.c
5153         * src/prefs_filtering.c
5154         * src/prefs_matcher.c
5155         * src/prefs_spelling.glade      ** REMOVED **
5156         * src/prefs_template.c
5157         * src/gtk/foldersort.glade      ** REMOVED **
5158         * src/gtk/pluginwindow.c
5159         * src/gtk/pluginwindow.glade    ** REMOVED **
5160         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5161                 cleanups
5162
5163 2005-12-11 [paul]       1.9.100cvs82
5164
5165         * src/gtk/filesel.c
5166                 fix attach_load_dir crasher (double free)
5167
5168 2005-12-09 [paul]       1.9.100cvs81
5169
5170         * po/POTFILES.in
5171         * src/mainwindow.c
5172         * src/gtk/Makefile.am
5173         * src/gtk/icon_legend.c
5174         * src/gtk/icon_legend.h
5175                 add icon legend
5176         * src/manual.c
5177                 cleanup
5178
5179 2005-12-09 [paul]       1.9.100cvs80
5180
5181         * src/plugins/pgpcore/passphrase.c
5182                 wrap the label in the dialog
5183
5184 2005-12-09 [colin]      1.9.100cvs79
5185
5186         * src/plugins/pgpcore/sgpgme.c
5187                 Display (untrusted) on not trusted signatures
5188                 Patch by Michal Èihaø <michal@cihar.com>
5189                 Closes bug #867 (Report also key trust)
5190
5191 2005-12-09 [colin]      1.9.100cvs78
5192
5193         * src/common/plugin.c
5194                 Update licence check, following Eben Moglen's advice
5195
5196 2005-12-08 [colin]      1.9.100cvs77
5197
5198         * src/folder.c
5199                 Fix the occasionnal item->cache != NULL 
5200                 assertion failure. 
5201
5202 2005-12-08 [colin]      1.9.100cvs76
5203
5204         * src/mimeview.c
5205         * src/plugins/pgpcore/sgpgme.c
5206                 Print key id when unable to check it
5207                 Closes bug #866 (Show key id when missing)
5208
5209 2005-12-08 [paul]       1.9.100cvs75
5210
5211         * src/prefs_common.c
5212         * src/prefs_common.h
5213         * src/gtk/filesel.c
5214                 remember load attachment dir
5215
5216 2005-12-07 [colin]      1.9.100cvs74
5217
5218         * src/prefs_toolbar.c
5219                 Gtk fixes, patch by Fabien Vantard
5220
5221 2005-12-07 [colin]      1.9.100cvs73
5222
5223         * src/action.c
5224         * src/compose.c
5225         * src/compose.h
5226                 Fix bug #839 (Quoted text isn't colored after 
5227                 executing an action)
5228         * src/common/plugin.c
5229                 Require plugins to declare their licence in plugin_licence()
5230                 Refuse to load non-GPL plugins as they'd be illegal (as 
5231                 derived works of Sylpheed-Claws, they must be GPL).
5232         * src/plugins/clamav/clamav_plugin.c
5233         * src/plugins/demo/demo.c
5234         * src/plugins/dillo_viewer/dillo_viewer.c
5235         * src/plugins/pgpcore/plugin.c
5236         * src/plugins/pgpinline/plugin.c
5237         * src/plugins/pgpmime/plugin.c
5238         * src/plugins/spamassassin/spamassassin.c
5239         * src/plugins/trayicon/trayicon.c
5240                 Add plugin_licence()
5241
5242 2005-12-07 [paul]       1.9.100cvs72
5243
5244         * configure.ac
5245         * src/mainwindow.c
5246         * src/manual.c
5247         * src/manual.h
5248         * src/common/defs.h
5249                 clean up after local FAQ removal and
5250                 temporary manual removal
5251
5252 2005-12-06 [colin]      1.9.100cvs71
5253
5254         * configure.ac
5255         * doc/Makefile.am
5256         * doc/faq/.cvsignore
5257         * doc/faq/Makefile.am
5258         * doc/faq/de/.cvsignore
5259         * doc/faq/de/Makefile.am
5260         * doc/faq/de/sylpheed-faq-1.html
5261         * doc/faq/de/sylpheed-faq-2.html
5262         * doc/faq/de/sylpheed-faq-3.html
5263         * doc/faq/de/sylpheed-faq.html
5264         * doc/faq/en/.cvsignore
5265         * doc/faq/en/Makefile.am
5266         * doc/faq/en/sylpheed-faq-1.html
5267         * doc/faq/en/sylpheed-faq-2.html
5268         * doc/faq/en/sylpheed-faq-3.html
5269         * doc/faq/en/sylpheed-faq-4.html
5270         * doc/faq/en/sylpheed-faq.html
5271         * doc/faq/es/.cvsignore
5272         * doc/faq/es/Makefile.am
5273         * doc/faq/es/sylpheed-faq-1.html
5274         * doc/faq/es/sylpheed-faq-2.html
5275         * doc/faq/es/sylpheed-faq-3.html
5276         * doc/faq/es/sylpheed-faq-4.html
5277         * doc/faq/es/sylpheed-faq.html
5278         * doc/faq/fr/.cvsignore
5279         * doc/faq/fr/Makefile.am
5280         * doc/faq/fr/sylpheed-faq-1.html
5281         * doc/faq/fr/sylpheed-faq-2.html
5282         * doc/faq/fr/sylpheed-faq-3.html
5283         * doc/faq/fr/sylpheed-faq.html
5284         * doc/faq/it/.cvsignore
5285         * doc/faq/it/Makefile.am
5286         * doc/faq/it/sylpheed-faq-1.html
5287         * doc/faq/it/sylpheed-faq-2.html
5288         * doc/faq/it/sylpheed-faq-3.html
5289         * doc/faq/it/sylpheed-faq.html
5290         * doc/manual/.cvsignore
5291         * doc/manual/Makefile.am
5292         * doc/manual/de/.cvsignore
5293         * doc/manual/de/Makefile.am
5294         * doc/manual/de/sylpheed-1.html
5295         * doc/manual/de/sylpheed-10.html
5296         * doc/manual/de/sylpheed-11.html
5297         * doc/manual/de/sylpheed-12.html
5298         * doc/manual/de/sylpheed-13.html
5299         * doc/manual/de/sylpheed-14.html
5300         * doc/manual/de/sylpheed-15.html
5301         * doc/manual/de/sylpheed-16.html
5302         * doc/manual/de/sylpheed-17.html
5303         * doc/manual/de/sylpheed-18.html
5304         * doc/manual/de/sylpheed-19.html
5305         * doc/manual/de/sylpheed-2.html
5306         * doc/manual/de/sylpheed-20.html
5307         * doc/manual/de/sylpheed-3.html
5308         * doc/manual/de/sylpheed-4.html
5309         * doc/manual/de/sylpheed-5.html
5310         * doc/manual/de/sylpheed-6.html
5311         * doc/manual/de/sylpheed-7.html
5312         * doc/manual/de/sylpheed-8.html
5313         * doc/manual/de/sylpheed-9.html
5314         * doc/manual/de/sylpheed.html
5315         * doc/manual/en/.cvsignore
5316         * doc/manual/en/Makefile.am
5317         * doc/manual/en/sylpheed-1.html
5318         * doc/manual/en/sylpheed-10.html
5319         * doc/manual/en/sylpheed-11.html
5320         * doc/manual/en/sylpheed-12.html
5321         * doc/manual/en/sylpheed-13.html
5322         * doc/manual/en/sylpheed-14.html
5323         * doc/manual/en/sylpheed-15.html
5324         * doc/manual/en/sylpheed-16.html
5325         * doc/manual/en/sylpheed-17.html
5326         * doc/manual/en/sylpheed-18.html
5327         * doc/manual/en/sylpheed-19.html
5328         * doc/manual/en/sylpheed-2.html
5329         * doc/manual/en/sylpheed-20.html
5330         * doc/manual/en/sylpheed-21.html
5331         * doc/manual/en/sylpheed-22.html
5332         * doc/manual/en/sylpheed-3.html
5333         * doc/manual/en/sylpheed-4.html
5334         * doc/manual/en/sylpheed-5.html
5335         * doc/manual/en/sylpheed-6.html
5336         * doc/manual/en/sylpheed-7.html
5337         * doc/manual/en/sylpheed-8.html
5338         * doc/manual/en/sylpheed-9.html
5339         * doc/manual/en/sylpheed.html
5340         * doc/manual/es/.cvsignore
5341         * doc/manual/es/Makefile.am
5342         * doc/manual/es/sylpheed-1.html
5343         * doc/manual/es/sylpheed-10.html
5344         * doc/manual/es/sylpheed-11.html
5345         * doc/manual/es/sylpheed-12.html
5346         * doc/manual/es/sylpheed-13.html
5347         * doc/manual/es/sylpheed-14.html
5348         * doc/manual/es/sylpheed-15.html
5349         * doc/manual/es/sylpheed-16.html
5350         * doc/manual/es/sylpheed-17.html
5351         * doc/manual/es/sylpheed-18.html
5352         * doc/manual/es/sylpheed-19.html
5353         * doc/manual/es/sylpheed-2.html
5354         * doc/manual/es/sylpheed-20.html
5355         * doc/manual/es/sylpheed-3.html
5356         * doc/manual/es/sylpheed-4.html
5357         * doc/manual/es/sylpheed-5.html
5358         * doc/manual/es/sylpheed-6.html
5359         * doc/manual/es/sylpheed-7.html
5360         * doc/manual/es/sylpheed-8.html
5361         * doc/manual/es/sylpheed-9.html
5362         * doc/manual/es/sylpheed.html
5363         * doc/manual/fr/.cvsignore
5364         * doc/manual/fr/Makefile.am
5365         * doc/manual/fr/sylpheed-1.html
5366         * doc/manual/fr/sylpheed-10.html
5367         * doc/manual/fr/sylpheed-11.html
5368         * doc/manual/fr/sylpheed-12.html
5369         * doc/manual/fr/sylpheed-13.html
5370         * doc/manual/fr/sylpheed-14.html
5371         * doc/manual/fr/sylpheed-15.html
5372         * doc/manual/fr/sylpheed-16.html
5373         * doc/manual/fr/sylpheed-17.html
5374         * doc/manual/fr/sylpheed-18.html
5375         * doc/manual/fr/sylpheed-19.html
5376         * doc/manual/fr/sylpheed-2.html
5377         * doc/manual/fr/sylpheed-20.html
5378         * doc/manual/fr/sylpheed-3.html
5379         * doc/manual/fr/sylpheed-4.html
5380         * doc/manual/fr/sylpheed-5.html
5381         * doc/manual/fr/sylpheed-6.html
5382         * doc/manual/fr/sylpheed-7.html
5383         * doc/manual/fr/sylpheed-8.html
5384         * doc/manual/fr/sylpheed-9.html
5385         * doc/manual/fr/sylpheed.html
5386         * doc/manual/ja/.cvsignore
5387         * doc/manual/ja/Makefile.am
5388         * doc/manual/ja/sylpheed-1.html
5389         * doc/manual/ja/sylpheed-10.html
5390         * doc/manual/ja/sylpheed-11.html
5391         * doc/manual/ja/sylpheed-12.html
5392         * doc/manual/ja/sylpheed-13.html
5393         * doc/manual/ja/sylpheed-14.html
5394         * doc/manual/ja/sylpheed-15.html
5395         * doc/manual/ja/sylpheed-16.html
5396         * doc/manual/ja/sylpheed-17.html
5397         * doc/manual/ja/sylpheed-18.html
5398         * doc/manual/ja/sylpheed-19.html
5399         * doc/manual/ja/sylpheed-2.html
5400         * doc/manual/ja/sylpheed-20.html
5401         * doc/manual/ja/sylpheed-3.html
5402         * doc/manual/ja/sylpheed-4.html
5403         * doc/manual/ja/sylpheed-5.html
5404         * doc/manual/ja/sylpheed-6.html
5405         * doc/manual/ja/sylpheed-7.html
5406         * doc/manual/ja/sylpheed-8.html
5407         * doc/manual/ja/sylpheed-9.html
5408         * doc/manual/ja/sylpheed.html
5409         * doc/manual/ja/sylpheed.sgml
5410         * src/mainwindow.c
5411                 Remove outdated manual and faq. Noisy, eh?
5412
5413 2005-12-06 [colin]      1.9.100cvs70
5414
5415         * src/compose.c
5416         * src/quote_fmt_parse.y
5417         * src/undo.c
5418         * src/undo.h
5419                 Allow %X to position cursor at 0 
5420                 (no %X = before signature)
5421                 Fix paste as quotation putting the cursor at 0
5422                 Fix undo offsets when pasting
5423                 Insert the quote_fmt at once instead of line 
5424                 by line
5425                 Fix [Edited] when starting to reply/forward
5426
5427 2005-12-06 [paul]       1.9.100cvs69
5428
5429         * src/plugins/clamav/clamav_plugin_gtk.c
5430                 add another tooltip
5431         * src/plugins/spamassassin/spamassassin_gtk.c
5432                 rework spamassassin_create_widget_func()
5433
5434 2005-12-05 [colin]      1.9.100cvs68
5435
5436         * po/POTFILES.in
5437                 Fix make release ;-)
5438
5439 2005-12-05 [colin]      1.9.100cvs67
5440
5441         * src/compose.c
5442         * src/compose.h
5443                 Fix cursor positioning (not obeying %X)
5444
5445 2005-12-05 [paul]       1.9.100cvs66
5446
5447         * src/plugins/dillo_viewer/dillo_prefs.c
5448                 fix compilation warning
5449
5450 2005-12-05 [paul]       1.9.100cvs65
5451
5452         * src/prefs_spelling.c
5453         * src/plugins/trayicon/trayicon.c
5454                 cleanups - remove unused stuff
5455
5456 2005-12-05 [paul]       1.9.100cvs64
5457
5458         * README
5459         * manual/plugins.xml
5460                 remove info about removed mathml_viewer plugin
5461
5462 2005-12-05 [paul]       1.9.100cvs63
5463
5464         * configure.ac
5465         * src/plugins/Makefile.am
5466         * src/plugins/mathml_viewer/.cvsignore
5467         * src/plugins/mathml_viewer/Makefile.am
5468         * src/plugins/mathml_viewer/mathml_viewer.c
5469                 remove unmaintained mathml_viewer plugin
5470
5471 2005-12-05 [paul]       1.9.100cvs62
5472
5473         * src/summaryview.c
5474                 obey prefs_common.always_show_msg when
5475                 moving a msg
5476                 Thanks to Colin
5477
5478 2005-12-05 [paul]       1.9.100cvs61
5479
5480         * src/compose.c
5481         * src/prefs_account.c
5482         * src/prefs_filtering.c
5483         * src/prefs_quote.c
5484         * src/prefs_spelling.c
5485         * src/prefs_toolbar.c
5486         * src/summaryview.c
5487         * src/gtk/gtkutils.c
5488         * src/gtk/quicksearch.c
5489         * src/plugins/dillo_viewer/dillo_prefs.c
5490                 dialog cleanups
5491
5492 2005-12-04 [paul]       1.9.100cvs60
5493
5494         * src/inc.c
5495         * src/prefs_account.c
5496         * src/prefs_account.h
5497                 allow a Local account to specify a
5498                 default inbox
5499                 (closes bug 843 'Inbox cannot be changed for local
5500                  mailboxes')
5501
5502 2005-12-04 [colin]      1.9.100cvs59
5503
5504         * src/plugins/trayicon/trayicon.c
5505                 Remove Get, rename Get All to Get Mail in order to
5506                 be consistent with the default main toolbar
5507
5508 2005-12-03 [colin]      1.9.100cvs58
5509
5510         * manual/gpl.xml
5511         * manual/sylpheed-claws-manual.xml
5512                 Add GPL appendix
5513
5514 2005-12-03 [paul]       1.9.100cvs57
5515
5516         * AUTHORS
5517         * po/sv.po
5518         * src/gtk/authors.h
5519                 new (partially complete) Swedish translation
5520                 by Anders Troback <sylpheed@troback.com>
5521
5522 2005-12-02 [paul]       1.9.100cvs56
5523
5524         * configure.ac
5525                 libetpan 0.41 required
5526
5527 2005-12-02 [paul]       1.9.100cvs55
5528
5529         * src/plugins/clamav/clamav_plugin.c
5530         * src/plugins/clamav/clamav_plugin.h
5531         * src/plugins/clamav/clamav_plugin_gtk.c
5532         * src/plugins/spamassassin/spamassassin.c
5533         * src/plugins/spamassassin/spamassassin.h
5534         * src/plugins/spamassassin/spamassassin_gtk.c
5535                 unregister prefs pages on unloading, thus
5536                 preventing a crash
5537                 (thanks to Colin for the hint)
5538
5539 2005-12-02 [wwp]        1.9.100cvs54
5540
5541         * src/quote_fmt.h
5542         * src/quote_fmt_parse.y
5543                 fix misuse of gboolean*, use gboolean instead
5544                 (thanks to Paul, Colin, for pointing out that scaring one)
5545
5546 2005-12-02 [paul]       1.9.100cvs53
5547
5548         * src/plugins/clamav/clamav_plugin.c
5549                 int no --> unsigned int no
5550         * src/plugins/clamav/clamav_plugin_gtk.c
5551                 rework config page
5552
5553 2005-12-02 [wwp]        1.9.100cvs52
5554
5555         * src/compose.c
5556         * src/prefs_template.c
5557         * src/quote_fmt.h
5558         * src/quote_fmt_parse.y
5559                 prevent from executing |f and |p templates commands when
5560                 adding or replacing templates in prefs (avoids annoying and
5561                 potentially dangerous behaviours)
5562
5563 2005-12-02 [paul]       1.9.100cvs51
5564
5565         * src/prefs_common.c
5566                 allow translation of some default values
5567                 Patch by Fabien Vantard
5568
5569 2005-12-02 [paul]       1.9.100cvs50
5570
5571         * src/codeconv.c
5572         * src/codeconv.h
5573         * src/prefs_common.c
5574         * src/prefs_common.h
5575         * src/prefs_message.c
5576         * src/textview.c
5577                 remove obsolete 'convert_mb_alnum' option
5578                 and related stuff
5579         * src/gtk/about.c
5580                 remove unused 'about_textview_visibility_notify'
5581
5582 2005-12-02 [paul]       1.9.100cvs49
5583
5584         * src/prefs_account.c
5585         * src/prefs_compose_writing.c
5586         * src/prefs_fonts.c
5587         * src/prefs_gtk.h
5588         * src/prefs_image_viewer.c
5589         * src/prefs_message.c
5590         * src/prefs_other.c
5591         * src/prefs_receive.c
5592         * src/prefs_send.c
5593         * src/prefs_spelling.c
5594         * src/prefs_summaries.c
5595         * src/prefs_wrapping.c
5596         * src/plugins/dillo_viewer/dillo_prefs.c
5597         * src/plugins/pgpcore/prefs_gpg.c
5598                 several cleanups to the prefs dialogs
5599                 (slightly modified) patch by Fabien Vantard
5600
5601 2005-12-02 [paul]       1.9.100cvs48
5602
5603         * src/main.c
5604                 --exit means exit
5605         * src/send_message.c
5606                 fix crash on send when connection fails
5607
5608         Thanks to Colin
5609
5610 2005-12-01 [colin]      1.9.100cvs47
5611
5612         * src/html.c
5613                 Translate &hellip; to "..."
5614
5615 2005-11-30 [colin]      1.9.100cvs46
5616
5617         * src/matcher.c
5618         * src/matcher.h
5619                 Optimize back yesterday's fix.
5620
5621 2005-11-30 [paul]       1.9.100cvs45
5622
5623         * manual/faq.xml
5624                 standardised
5625         * manual/intro.xml
5626                 written by Colin, edited by me
5627
5628 2005-11-29 [colin]      1.9.100cvs44
5629
5630         * src/matcher.c
5631                 Skip headers unconditionnaly in match_body if the
5632                 rule is not message or ~message
5633
5634 2005-11-29 [colin]      1.9.100cvs43
5635
5636         * src/matcher.c
5637                 Fix body_part and such, not skipping headers 
5638                 if the matchcriteria wasn't the first in the rule
5639
5640 2005-11-29 [colin]      1.9.100cvs42
5641
5642         * src/compose.c
5643                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5644                 option missing from message view window)
5645                 Fix double text D'n'D with gtk-2.8
5646         * src/matcher.c
5647                 Fix ~message, ~headers_part, ~body_part rules
5648         * src/messageview.c
5649                 Add Windows-1252 (Closes bug #863)
5650                 Fix accels
5651         * src/gtk/gtkaspell.c
5652                 Properly destroy accels in all menus
5653
5654 2005-11-29 [mones]      1.9.100cvs41
5655
5656         * po/es.po
5657                 Updated.
5658
5659 2005-11-27 [colin]      1.9.100cvs40
5660
5661         * src/mh_gtk.c
5662                 "/Remove mailbox" -> "/Remove mailbox..."
5663
5664 2005-11-27 [paul]       1.9.100cvs39
5665
5666         * AUTHORS
5667         * po/de.po
5668         * src/gtk/authors.h
5669                 updated by new maintainer, Stephan Sachse
5670
5671 2005-11-27 [paul]       1.9.100cvs38
5672
5673         * manual/faq.xml
5674                 written by Colin, edited by me
5675
5676 2005-11-27 [paul]       1.9.100cvs37
5677
5678         * src/prefs_common.c
5679         * src/prefs_common.h
5680         * src/prefs_receive.c
5681         * src/prefs_summaries.c
5682                 move 'go to inbox after receiving new mail'
5683                 option from display/sumamaries to mail
5684                 handling/receive, and rework prefs_summaries
5685                 dialog a little
5686
5687 2005-11-25 [martin]     1.9.100cvs36
5688
5689         * po/de.po
5690             fixed windows-1252 translation;
5691             translated some new and fuzzy strings
5692
5693 2005-11-25 [paul]       1.9.100cvs35
5694
5695         * src/plugins/clamav/clamav_plugin.c
5696                 complete the update done in cvs34
5697
5698 2005-11-25 [paul]       1.9.100cvs34
5699
5700         * src/plugins/clamav/clamav_plugin.c
5701                 reflect upstream changes
5702
5703 2005-11-25 [paul]       1.9.100cvs33
5704
5705         * manual/ack.xml
5706         * manual/plugins.xml
5707         * manual/sylpheed-claws-manual.xml
5708                 written/updated by Colin, edited by me
5709         * tools/acroread2sylpheed.pl
5710                 update binary name
5711
5712 2005-11-24 [colin]      1.9.100cvs32
5713
5714         * src/compose.c
5715                 Fix bug #856 (reediting messages forgets Request
5716                 Return Receipt)
5717
5718 2005-11-24 [paul]       1.9.100cvs31
5719
5720         * manual/addrbook.xml
5721         * manual/starting.xml
5722                 written by Colin, proofread, edited, adapted by me
5723         * manual/advanced.xml
5724                 add some Actions examples
5725         * src/importldif.c
5726                 use a Save button instead of a Close button
5727         * src/wizard.c
5728                 indicate mandatory fields
5729                 fix page display
5730                 Thanks to Colin
5731
5732 2005-11-23 [colin]      1.9.100cvs30
5733
5734         * src/addressbook.c
5735                 Rename menu item, fix possible crash after
5736                 deletion of books
5737         * src/addrindex.c
5738                 Allow searching for '*' in ldap
5739         * src/browseldap.c
5740                 Fix "Browse Entry" (did anyone use it?)
5741         * src/wizard.c
5742                 Add guards for mandatory information
5743
5744 2005-11-23 [paul]       1.9.100cvs29
5745
5746         * manual/advanced.xml
5747                 corrections to the English
5748
5749 2005-11-23 [colin]      1.9.100cvs28
5750
5751         * src/mimeview.c
5752                 Fix possible crash at exit. After the call to
5753                 gtk_container_remove(), the Viewer's widget has no
5754                 more parent so gtk+ automatically frees it and its
5755                 sons. If destroy_viewer() then try to access it,
5756                 problems ensue.
5757
5758 2005-11-22 [colin]      1.9.100cvs27
5759
5760         * src/compose.c
5761         * src/gtk/gtkaspell.c
5762                 Fix right-clicking on a misspelled word
5763                 Fix More... in suggestions menu
5764
5765 2005-11-22 [wwp]        1.9.100cvs26
5766
5767         * src/prefs_template.c
5768                 templates works: re-sort templates list when adding or replacing,
5769                 prevent from adding or replacing when the template name is empty
5770
5771 2005-11-21 [colin]      1.9.100cvs25
5772
5773         * src/addressbook.c
5774                 Fix some addressbook suckage (dnd, select all)
5775         * src/compose.c
5776         * src/gtk/gtkaspell.c
5777         * src/gtk/gtkaspell.h
5778                 Make the spellchecker menu work with the 
5779                 GtkTextView one instead of overriding it
5780
5781 2005-11-20 [paul]       1.9.100cvs24
5782
5783         * manual/handling.xml
5784                 proofread and corrected
5785
5786 2005-11-20 [paul]       1.9.100cvs23
5787
5788         * manual/Makefile
5789                 generate html as one file
5790         * manual/advanced.xml
5791                 fix output generation
5792                 reformat hidden options list
5793         * manual/manual.xml     ** REMOVED **
5794         * manual/sylpheed-claws-manual.xml      ** ADDED **
5795                 renamed
5796
5797 2005-11-18 [colin]      1.9.100cvs22
5798
5799         * src/prefs_account.c
5800                 Fix layout in news and mbox accounts
5801         * manual/account.xml
5802         * manual/advanced.xml
5803                 New contents for Paul to check :)
5804
5805 2005-11-18 [wwp]        1.9.100cvs21
5806
5807         * src/gtk/quicksearch.c
5808                 don't update extended quicksearch buttons twice
5809
5810 2005-11-18 [paul]       1.9.100cvs20
5811
5812         * src/textview.c
5813                 complete 1.9.100cvs19
5814
5815 2005-11-18 [paul]       1.9.100cvs19
5816
5817         * src/compose.c
5818                 cosmetic improvements
5819         * src/textview.c
5820                 also list text/* attachments
5821
5822 2005-11-18 [colin]      1.9.100cvs18
5823
5824         * src/summaryview.c
5825                 Use column 0 instead of -1 in 
5826                 gtk_ctree_node_moveto, in a naive
5827                 hope it'll fix the gtk-related crashes
5828
5829 2005-11-18 [colin]      1.9.100cvs17
5830
5831         * src/gtk/inputdialog.c
5832                 Fix icon staying the first one
5833
5834 2005-11-17 [wwp]        1.9.100cvs16
5835                 fix possible problem showing some quicksearch buttons, and a bad
5836                 call to g_return_if_fail in a function that returns a value (both
5837                 fixes by Fabien Vantard)
5838
5839 2005-11-15 [wwp]        1.9.100cvs15
5840
5841         * src/gtk/quicksearch.c
5842                 added a tooltip to that obscure ... quicksearch button
5843
5844 2005-11-15 [wwp]        1.9.100cvs14
5845
5846         * src/gtk/quicksearch.c
5847                 add a quicksearch helper to filtering expression users: the ... button
5848                 raises the condition expr window. condition expressions set up w/ this
5849                 window are used by the quicksearch if the user closes it pressing OK.
5850
5851 2005-11-14 [paul]       1.9.100cvs13
5852
5853         * src/plugins/clamav/clamav_plugin.c
5854         * src/plugins/spamassassin/spamassassin.c
5855                 change plugin type following recent merging
5856
5857 2005-11-14 [wwp]        1.9.100cvs12
5858
5859         * src/folder.c
5860                 prevent from crashing when copying/moving message(s) from and
5861                 to the same folder
5862
5863 2005-11-14 [paul]       1.9.100cvs11
5864
5865         * src/plugins/clamav/Makefile.am
5866         * src/plugins/clamav/clamav_plugin.c
5867         * src/plugins/clamav/clamav_plugin.h
5868         * src/plugins/clamav/clamav_plugin_gtk.c
5869                 also merge clamav and clamav_gtk plugins
5870
5871 2005-11-13 [colin]      1.9.100cvs10
5872
5873         * configure.ac
5874         * src/plugins/spamassassin/Makefile.am
5875         * src/plugins/spamassassin/spamassassin.c
5876         * src/plugins/spamassassin/spamassassin.h
5877         * src/plugins/spamassassin/spamassassin_gtk.c
5878                 Merge spamassassin and spamassassin_gtk plugins,
5879                 and build it by default.
5880
5881 2005-11-12 [colin]      1.9.100cvs9
5882
5883         * src/etpan/imap-thread.c
5884                 Fix gcc warning
5885
5886 2005-11-12 [colin]      1.9.100cvs8
5887
5888         * src/procmime.c
5889                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5890
5891 2005-11-10 [colin]      1.9.100cvs7
5892
5893         * src/main.c
5894                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5895                 minimised state)
5896
5897 2005-11-10 [wwp]        1.9.100cvs6
5898
5899         * src/gtk/description_window.c
5900                 fix a crash when closing description windows using the WM's [X] button
5901
5902 2005-11-09 [colin]      1.9.100cvs5
5903
5904         * src/common/ssl.c
5905                 Update libetpan call to follow upstream
5906                 (yes, this requires libetpan-0.40cvs3)
5907
5908 2005-11-08 [colin]      1.9.100cvs4
5909
5910         * src/compose.c
5911         * src/textview.c
5912         * src/common/utils.c
5913         * src/common/utils.h
5914                 Enhance the email parser
5915
5916 2005-11-08 [colin]      1.9.100cvs3
5917
5918         * src/procmime.c
5919                 Fix what looks like an off-by-one (fixes 
5920                 attachments from the Bat)
5921
5922 2005-11-08 [wwp]        1.9.100cvs2
5923
5924         * src/main.c
5925                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5926
5927 2005-11-08 [wwp]        1.9.100cvs1
5928
5929         * src/main.c
5930                 allow exiting Sylpheed-Claws from command-line
5931
5932 2005-11-08 [paul]       1.9.100
5933
5934         1.9.100 released
5935
5936 2005-11-07 [colin]      1.9.99cvs17
5937
5938         * src/addritem.c
5939         * src/ldif.c
5940                 Fix import of base-64 encoded items
5941
5942 2005-11-07 [colin]      1.9.99cvs16
5943
5944         * src/send_message.c
5945                 Fix bug #314 (Queue does not empty under certain 
5946                 circumstances)
5947
5948 2005-11-07 [paul]       1.9.99cvs15
5949
5950         * src/mutt.c
5951         * src/pine.c
5952                 fix buffer overflows
5953                 Thanks to Colin
5954
5955 2005-11-07 [paul]       1.9.99cvs14
5956
5957         * doc/man/Makefile.am
5958         * doc/man/sylpheed-claws.1      ** ADDED **
5959         * doc/man/sylpheed.1            ** DELETED **
5960                 rename and update the man file
5961
5962 2005-11-06 [colin]      1.9.99cvs13
5963
5964         * src/ldif.c
5965                 Fix ldif_get_line() that returned empty strings
5966                 (Didn't understand why). Also fix a possible
5967                 buffer overflow.
5968
5969 2005-11-06 [wwp]        1.9.99cvs12
5970
5971         * src/textview.c
5972         * src/gtk/about.c
5973         * src/gtk/gtkutils.c
5974         * src/gtk/gtkutils.h
5975                 fix a compilation warning,
5976                 make links sensitive in the about dialog
5977
5978 2005-11-04 [wwp]        1.9.99cvs11
5979
5980         * src/gtk/about.c
5981                 don't wrap or translate URIs, and a bit text format cleanup
5982
5983 2005-11-04 [wwp]        1.9.99cvs10
5984
5985         * src/gtk/about.c
5986                 better textview tagging implementation (no more use of marks for
5987                 postponed tagging)
5988
5989 2005-11-02 [colin]      1.9.99cvs9
5990
5991         * src/common/ssl.c
5992                 Forgot an ifdef
5993
5994 2005-11-02 [colin]      1.9.99cvs8
5995
5996         * configure.ac
5997                 Require libetpan-0.40 due to upstream fix
5998         * src/common/ssl.c
5999                 Tell libetpan not to call SSL_Library_Init,
6000                 as we do it ourselves.
6001
6002 2005-11-02 [colin]      1.9.99cvs7
6003
6004         * po/POTFILES.in
6005                 Add missing files (thanks to Fabien Vantard)
6006
6007 2005-11-02 [colin]      1.9.99cvs6
6008
6009         * src/summaryview.c
6010                 Fix totals when read messages are hidden or quicksearch
6011                 is on
6012         * src/ssl_manager.c
6013         * src/ssl_manager.h
6014         * src/common/ssl_certificate.c
6015         * src/common/ssl_certificate.h
6016         * src/gtk/sslcertwindow.c
6017         * src/gtk/sslcertwindow.h
6018                 Fix copyright on my stuff
6019
6020 2005-11-02 [wwp]        1.9.99cvs5
6021
6022         * src/prefs_themes.c
6023                 fix directory name checking (theme installation/removal),
6024                 made related error a bit more verbose
6025
6026 2005-11-02 [colin]      1.9.99cvs4
6027
6028         * src/summaryview.c
6029                 Fix typo (probably fixes bug #841 (Sort by the From 
6030                 field doesn't work)
6031
6032 2005-11-02 [paul]       1.9.99cvs3
6033
6034         * po/ko.po
6035         * po/nb.po
6036                 updated by SungHyun Nam, Geir Helland
6037         * src/wizard.c
6038                 fix typo in welcome message. spotted by
6039                 Andrea Spadaccini
6040
6041 2005-11-01 [colin]      1.9.99cvs2
6042
6043         * src/compose.c
6044                 Fix replying to ml wen confirming subscription
6045         * src/messageview.c
6046         * src/mimeview.c
6047         * src/mimeview.h
6048         * src/privacy.h
6049         * src/summaryview.c
6050                 Make key check non blocking
6051
6052 2005-10-31 [paul]       1.9.99cvs1
6053
6054         * tools/claws.i18n.status.pl
6055                 updated for ChangeLog
6056
6057 2005-10-31 [paul]       1.9.99
6058
6059         1.9.99 released
6060
6061 2005-10-31 [paul]       1.9.15cvs131
6062
6063         * .cvsignore
6064         * ChangeLog
6065         * ChangeLog.claws       ** REMOVED **
6066         * ChangeLog-gtk2.claws  ** REMOVED **
6067         * ChangeLog.gtk1        ** ADDED **
6068         * INSTALL
6069         * Makefile.am
6070         * NEWS
6071         * README
6072         * README.claws          ** REMOVED **
6073         * README.jp             ** REMOVED **
6074         * RELEASE_NOTES         ** ADDED **
6075         * RELEASE_NOTES.claws   ** REMOVED **
6076         * commitHelper
6077         * configure.ac
6078         * sylpheed.spec.in      ** REMOVED **
6079                 tidy up and update the default docs:
6080                 ChangeLog.claws is renamed ChangeLog.gtk1
6081                 ChangeLog-gtk2.claws is renamed ChangeLog
6082                 README.claws is renamed README
6083                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6084
6085 2005-10-31 [paul]       1.9.15cvs130
6086
6087         * po/it.po
6088                 fix errors
6089
6090 2005-10-31 [paul]       1.9.15cvs129
6091
6092         * po/ca.po
6093         * po/de.po
6094         * po/en_GB.po
6095         * po/fr.po
6096         * po/it.po
6097         * po/pt_BR.po
6098         * po/sk.po
6099         * po/sr.po
6100         * po/zh_CN.po
6101                 updated by Miquel Oliete, Stephan Sachse and
6102                 Thomas Gilgin, me, Fabien Vantard, Andrea
6103                 Spadaccini, Frederico Goncalves Guimaraes,
6104                 Andrej Kacian, Aleksandar Urosevic, and
6105                 Ralgh Young.
6106
6107 2005-10-31 [mones]      1.9.15cvs128
6108
6109         * manual/faq.xml
6110                 More questions.
6111         
6112         * po/es.po
6113                 Updated for release.
6114
6115 2005-10-30 [colin]      1.9.15cvs127
6116
6117         * src/compose.c
6118                 Place cursor before rewrapping (fixes cursor
6119                 pos if quotation gets rewrapped)
6120
6121 2005-10-29 [paul]       1.9.15cvs126
6122
6123         * src/crash.c
6124         * src/foldersel.c
6125         * src/main.c
6126         * src/messageview.c
6127         * src/toolbar.c
6128         * src/gtk/authors.h
6129                 corrections to text items
6130
6131 2005-10-28 [colin]      1.9.15cvs125
6132
6133         * src/messageview.c
6134                 Make "hit 'C' to check sig" work from extern 
6135                 messageviews
6136
6137 2005-10-27 [colin]      1.9.15cvs124
6138
6139         * src/summaryview.c
6140                 Add a hack to avoid segfaulting when hammering 
6141                 on gtk's events
6142
6143 2005-10-27 [wwp]        1.9.15cvs123
6144
6145         * src/prefs_themes.c
6146                 sort list of themes names in themes prefs
6147
6148 2005-10-27 [paul]       1.9.15cvs122
6149
6150         * src/folder.c
6151         * src/prefs_account.c
6152                 fix building on Solaris
6153                 Patch by Alex Moore
6154
6155 2005-10-27 [wwp]        1.9.15cvs121
6156
6157         * src/summaryview.c
6158         * src/gtk/gtksctree.c
6159                 speed up unselecting messages in summary view (thanks to Colin)
6160
6161 2005-10-27 [paul]       1.9.15cvs120
6162
6163         * src/mainwindow.c
6164                 fix a compilation warning
6165         * src/summaryview.c
6166                 fix updating of 'n items selected' count
6167                 when deselecting
6168
6169 2005-10-27 [martin]     1.9.15cvs119
6170
6171         * src/action.c
6172                 ignore actions with a leading '/' in the action menu name
6173                 fixes a crash on menu creation
6174         * src/prefs_actions.c
6175                 do not allow a leading '/' in the action menu name
6176
6177 2005-10-27 [paul]       1.9.15cvs118
6178
6179         * src/main.c
6180                 fix compilation warning
6181
6182 2005-10-27 [paul]       1.9.15cvs117
6183
6184         * src/procmime.c
6185                 add #if HAVE_LOCALE_H
6186
6187 2005-10-27 [paul]       1.9.15cvs116
6188
6189         * src/plugins/clamav/clamav_plugin.c
6190         * src/plugins/dillo_viewer/dillo_viewer.c
6191         * src/plugins/mathml_viewer/mathml_viewer.c
6192         * src/plugins/pgpcore/plugin.c
6193         * src/plugins/pgpinline/plugin.c
6194         * src/plugins/pgpmime/plugin.c
6195         * src/plugins/spamassassin/spamassassin.c
6196         * src/plugins/trayicon/trayicon.c
6197                 plugin_init() : make error messages more
6198                 informative
6199
6200 2005-10-26 [wwp]        1.9.15cvs115
6201
6202         * src/prefs_matcher.c
6203                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6204
6205 2005-10-26 [wwp]        1.9.15cvs114
6206
6207         * src/procmime.c
6208         * src/gtk/gtksctree.c
6209         * src/plugins/spamassassin/libspamc.c
6210         * src/plugins/spamassassin/spamassassin.c
6211                 fix some compilation warnings more
6212
6213 2005-10-26 [mones]      1.9.15cvs113
6214
6215         * po/es.po
6216                 Updated translation
6217
6218 2005-10-26 [paul]       1.9.15cvs112
6219
6220         * src/prefs_message.c
6221                 give all display_xface stuff the
6222                 #if HAVE_LIBCOMPFACE treatment, thus
6223                 preventing a crash
6224                 (Thanks to Wolfgang Enderlein)
6225
6226 2005-10-26 [colin]      1.9.15cvs111
6227
6228         * src/gedit-print.c
6229                 Fix date format
6230         * src/imap_gtk.c
6231         * src/news_gtk.c
6232                 Remove context menu items that should not be there
6233         * src/jpilot.c
6234                 Fix encoding
6235         * src/main.c
6236         * src/mainwindow.c
6237                 Don't show the mainwindow too soon
6238
6239 2005-10-26 [wwp]        1.9.15cvs110
6240
6241         * src/folder.c
6242         * src/manual.c
6243         * src/summaryview.c
6244                 fix uninitialized pointers in the folder updating hook
6245                 (thanks to Colin)
6246
6247 2005-10-25 [mones]      1.9.15cvs109
6248
6249         * manual/faq.xml
6250                 General information subsection completed. 
6251                 Removed archaic references.
6252                 
6253         * manual/Makefile
6254         * manual/dtd/manual.dsl
6255                 Added customization stylesheet for getting paragraphs
6256                 fully justified in PDF output (as suggested by Colin).
6257
6258 2005-10-25 [colin]      1.9.15cvs108
6259
6260         * src/compose.c
6261                 Fix a second leak
6262
6263 2005-10-25 [colin]      1.9.15cvs107
6264
6265         * src/addrbook.c
6266         * src/addrindex.c
6267                 Fix leak (xml_get_element() allocates memory)
6268         * src/compose.c
6269                 Fix leak + dead code (shame!)
6270         * src/procmime.c
6271                 Fix leak
6272
6273 2005-10-25 [colin]      1.9.15cvs106
6274
6275         * src/mimeview.c
6276                 Fix encoding issue in Save all and in 
6277                 overwrite-confirmation alertpanel
6278
6279 2005-10-25 [colin]      1.9.15cvs105
6280
6281         * src/common/socket.c
6282                 Fix a leak - Thanks to Christopher Aillon
6283                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6284
6285 2005-10-25 [paul]       1.9.15cvs104
6286
6287         * src/wizard.c
6288                 Always guess servers from the right-hand
6289                 email part and guess username from the
6290                 left-hand part. (Thanks to Colin)
6291                 add an X-Face to the welcome message
6292
6293 2005-10-25 [paul]       1.9.15cvs103
6294
6295         * manual/handling.xml
6296                 written by Colin, edited by me
6297
6298 2005-10-25 [wwp]        1.9.15cvs102
6299
6300         * src/folderview.c
6301         * src/grouplistdialog.c
6302         * src/imap.c
6303         * src/noticeview.c
6304                 fix some compilation warnings
6305
6306 2005-10-24 [paul]
6307
6308         1.9.99-rc3 released
6309
6310 2005-10-24 [paul]       1.9.15cvs101
6311
6312         * src/gtk/about.c
6313                 fix window sizing
6314
6315 2005-10-24 [paul]       1.9.15cvs100
6316
6317         * src/pixmaps/offline.xpm
6318         * src/pixmaps/online.xpm
6319                 replace with last default versions
6320
6321 2005-10-24 [colin]      1.9.15cvs99
6322
6323         * src/imap.c
6324                 Fix bug when moving a folder
6325         * src/imap_gtk.c
6326         * src/mh_gtk.c
6327                 "Delete folder" pops up a window, so it 
6328                 should be suffixed with "..."
6329         * src/plugins/pgpcore/sgpgme.c
6330                 Include locale.h
6331
6332 2005-10-24 [mones]      1.9.15cvs98
6333
6334         * manual/Makefile
6335         * manual/account.xml
6336         * manual/ack.xml
6337         * manual/addrbook.xml
6338         * manual/advanced.xml
6339         * manual/faq.xml
6340         * manual/glossary.xml
6341         * manual/gpl.xml
6342         * manual/handling.xml
6343         * manual/intro.xml
6344         * manual/keyboard.xml
6345         * manual/manual.xml
6346         * manual/plugins.xml
6347         * manual/starting.xml
6348         * manual/dtd/sdocbook.dtd
6349                 Initial manual structure and some content.
6350
6351 2005-10-23 [wwp]        1.9.15cvs97
6352
6353         * src/gtk/about.c
6354                 fix a typo
6355
6356 2005-10-23 [wwp]        1.9.15cvs96
6357
6358         * src/gtk/about.c
6359         * src/gtk/authors.h
6360                 rework of the about window (main work by Paul), also featuring a few
6361                 fixes for typos and duplicate names
6362
6363 2005-10-23 [wwp]        1.9.15cvs95
6364
6365         * src/.cvsignore
6366                 Ignore the right binary name (sylpheed-claws now)
6367
6368 2005-10-23 [paul]       1.9.15cvs94
6369
6370         * src/compose.c
6371                 when using Folder Pref 'Default To for
6372                 replies' make the entry in the Compose
6373                 window bold
6374                 Patch by Fabien Vantard
6375
6376 2005-10-22 [colin]      1.9.15cvs93
6377
6378         * src/codeconv.c
6379                 Fix leak
6380
6381 2005-10-22 [colin]      1.9.15cvs92
6382
6383         * src/codeconv.c
6384                 try to convert using locale (apart utf8) if necessary
6385
6386 2005-10-22 [colin]      1.9.15cvs91
6387
6388         * src/pixmaps/new.xpm
6389         * src/pixmaps/unread.xpm
6390                 Make the unread envelope blue again and
6391                 saturate the new one a bit more.
6392
6393 2005-10-22 [colin]      1.9.15cvs90
6394
6395         * src/compose.c
6396                 When replying to a mail sent by one of our accounts,
6397                 use the original list of recipients. Let 'Reply All'
6398                 and 'Reply to sender' work like previously.
6399
6400 2005-10-21 [colin]      1.9.15cvs89
6401
6402         * src/prefs_filtering.c
6403                 Clear fields after add and replace
6404         * src/textview.c
6405                 Display xface differently (better)
6406         * src/plugins/pgpinline/pgpinline.c
6407                 Fix crappy encodings/recodings
6408
6409 2005-10-21 [paul]       1.9.15cvs88
6410
6411         * src/compose.c
6412         * src/prefs_folder_item.c
6413         * src/toolbar.c
6414                 fix news folder Folder Properties
6415                 (thanks to Colin)
6416         * src/folderview.c
6417                 update folderview after Themes change
6418                 keep selected folder selected
6419                 (thanks to Colin)
6420
6421 2005-10-21 [paul]       1.9.15cvs87
6422
6423         * tools/Makefile.am
6424         * tools/OOo2sylpheed.pl
6425         * tools/README
6426         * tools/README.sylprint
6427         * tools/asus_mailled.sh         ** REMOVED **
6428         * tools/filter_conv.pl
6429         * tools/freshmeat_search.pl
6430         * tools/google_search.pl
6431         * tools/gpg-sign-syl            ** REMOVED **
6432         * tools/kmail2sylpheed.pl
6433         * tools/kmail2sylpheed_v2.pl
6434         * tools/multiwebsearch.pl
6435         * tools/nautilus2sylpheed.sh
6436         * tools/newscache_clean.pl
6437         * tools/outlook2sylpheed.pl
6438         * tools/sylpheed-switcher       ** REMOVED **
6439         * tools/sylprint.pl
6440         * tools/sylprint.rc
6441         * tools/tb2sylpheed
6442         * tools/vcard2xml.py
6443         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6444                 update default config dir
6445                 update binary name (thanks to Fabien Vantard)
6446                 remove obsolete scripts
6447
6448 2005-10-21 [colin]      1.9.15cvs86
6449
6450         * src/inc.c
6451                 Fix possible leak and units. Based on a patch by
6452                 Fabien Vantard.
6453
6454 2005-10-20 [colin]      1.9.15cvs85
6455
6456         * src/textview.c
6457                 Clear xface when clearing textview
6458
6459 2005-10-20 [colin]      1.9.15cvs84
6460
6461         * configure.ac
6462         * src/folderview.c
6463         * src/headerview.c
6464         * src/main.c
6465         * src/prefs_common.c
6466         * src/prefs_common.h
6467         * src/prefs_message.c
6468         * src/textview.c
6469         * src/textview.h
6470         * src/common/defs.h
6471         * src/common/utils.c
6472         * src/common/utils.h
6473         * src/gtk/gtkutils.c
6474         * src/gtk/gtkutils.h
6475                 Migrate config to .sylpheed-claws (Automatically)
6476                 Add a way to get the Xface in the TextView
6477
6478 2005-10-20 [colin]      1.9.15cvs83
6479
6480         * src/gtk/Makefile.am
6481         * src/gtk/about.c
6482         * src/gtk/authors.h
6483                 Make the about dialog *grooovy*
6484
6485 2005-10-20 [colin]      1.9.15cvs82
6486
6487         * src/mimeview.c
6488                 Use "Open with" on double click if no command
6489                 was found
6490
6491 2005-10-20 [colin]      1.9.15cvs81
6492
6493         * src/imap.c
6494         * src/etpan/imap-thread.c
6495                 Fix possible crash.
6496
6497 2005-10-20 [paul]       1.9.15cvs80
6498
6499         * src/folder.c
6500                 don't show clipkey icon if the only
6501                 attachment is the signature
6502                 Patch by Colin
6503
6504 2005-10-20 [paul]       1.9.15cvs79
6505
6506         * AUTHORS
6507         * src/plugins/pgpmime/pgpmime.c
6508                 name the PGP/MIME signature 'signature.asc'
6509                 Patch by Andrew Nelson <freeandy@gmail.com>
6510
6511 2005-10-19 [colin]      1.9.15cvs78
6512
6513         * src/plugins/pgpmime/pgpmime.c
6514                 Oops, no need to double-check though
6515
6516 2005-10-19 [colin]      1.9.15cvs77
6517
6518         * src/plugins/pgpinline/pgpinline.c
6519         * src/plugins/pgpmime/pgpmime.c
6520                 Check that my_tmpfile() doesn't 
6521                 return NULL
6522
6523 2005-10-19 [colin]      1.9.15cvs76
6524
6525         * src/common/utils.c
6526                 Use shorter mime boundaries to avoid having
6527                 MTAs rewrapping our headers, breaking the
6528                 PGP signature in the process 
6529         * src/compose.c
6530         * src/plugins/pgpmime/pgpmime.c
6531                 Check for boundary uniqueness to be sure
6532                 it won't happen, instead of hoping for the
6533                 best
6534
6535 2005-10-19 [colin]      1.9.15cvs75
6536
6537         * sylpheed-claws.desktop
6538         * src/Makefile.am
6539         * src/main.c
6540                 Ship a sylpheed-claws binary instead
6541                 of a sylpheed one. Change the socket
6542                 name, too
6543         * src/folderview.c
6544                 Update folder only if it changed
6545         * src/wizard.c
6546                 Fix i18n in welcome mail, patch by
6547                 Fabien Vantard
6548
6549 2005-10-19 [paul]
6550
6551         1.9.99-rc2 released
6552
6553 2005-10-19 [paul]       1.9.15cvs74
6554
6555         * src/folder.c
6556         * src/folderview.c
6557                 fix summaryview update
6558                 Patch by Colin
6559
6560 2005-10-18 [colin]      1.9.15cvs73
6561
6562         * src/plugins/pgpcore/passphrase.c
6563                 Don't XGrabServer, and try a bit more to 
6564                 sync everything before grabbing mouse/keyboard
6565
6566 2005-10-18 [colin]      1.9.15cvs72
6567
6568         * src/Makefile.am
6569         * src/addressadd.c
6570         * src/addressbook.c
6571         * src/folderview.c
6572         * src/grouplistdialog.c
6573         * src/mimeview.c
6574         * src/stock_pixmap.c
6575         * src/stock_pixmap.h
6576         * src/summaryview.c
6577         * src/gtk/gtksctree.c
6578         * src/gtk/gtksctree.h
6579         * src/pixmaps/empty.xpm
6580                 Implement a wrapper call for gtk_ctree_set_node_info
6581                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6582                 pixmap instead of a NULL one. This works around some
6583                 memory problems deep inside gtk, revealed by valgrind,
6584                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6585                 as locked crashes sylpheed.), as well as, probably, 
6586                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6587
6588 2005-10-17 [colin]      1.9.15cvs71
6589
6590         * src/mimeview.c
6591                 Provide visual feedback when checking
6592                 signature
6593
6594 2005-10-17 [colin]      1.9.15cvs70
6595
6596         * src/main.c
6597                 Keep the folder list frozen while checking caches...
6598
6599 2005-10-17 [colin]      1.9.15cvs69
6600
6601         * src/addr_compl.c
6602                 Fi bug #833 (Autocompleting from addressbook 
6603                 fails with extended chars)
6604         * src/imap.c
6605                 Fix 'adding messages' staying in statusbar
6606                 after an error
6607
6608 2005-10-17 [wwp]        1.9.15cvs68
6609
6610         * src/ssl_manager.c
6611                 Fix buttons' layout resizing when window size changes
6612
6613 2005-10-17 [wwp]        1.9.15cvs67
6614
6615         * src/account.c
6616         * src/prefs_account.c
6617         * src/prefs_common.c
6618         * src/prefs_common.h
6619         * src/prefs_folder_item.c
6620         * src/prefs_gtk.c
6621         * src/gtk/logwindow.c
6622         * src/gtk/pluginwindow.c
6623         * src/gtk/prefswindow.c
6624         * src/gtk/prefswindow.h
6625                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6626
6627 2005-10-17 [paul]       1.9.15cvs66
6628
6629         * configure.ac
6630                 fix missing libetpan message
6631         * po/en_GB.po
6632                 updated
6633         * src/crash.c
6634         * src/manual.c
6635         * src/prefs_themes.c
6636         * src/common/defs.h
6637                 add some new URI defines, change some
6638                 others
6639         * src/wizard.c
6640                 make welcome message translatable
6641                 small improvements to english
6642                 other tweaks
6643         * src/gtk/menu.c
6644                 fix warnings
6645
6646 2005-10-17 [paul]       1.9.15cvs65
6647
6648         * src/summaryview.c
6649                 fix column titles
6650
6651 2005-10-16 [mones]      1.9.15cvs64
6652
6653         * po/es.po
6654                 Updated translation
6655
6656 2005-10-16 [colin]
6657
6658         1.9.99-rc1 released
6659
6660 2005-10-16 [colin]      1.9.15cvs63
6661
6662         * src/wizard.c
6663                 Fix whitespace
6664
6665 2005-10-16 [colin]      1.9.15cvs62
6666
6667         * src/toolbar.c
6668                 s/Get All/Get Mail/
6669         * src/wizard.c
6670                 Real welcome mail text, thanks Paul
6671
6672 2005-10-16 [colin]      1.9.15cvs61
6673
6674         * src/editldap.c
6675         * src/exporthtml.c
6676         * src/main.c
6677         * src/mainwindow.c
6678         * src/prefs_themes.c
6679         * src/prefs_toolbar.c
6680         * src/plugins/demo/demo.c
6681         * src/plugins/trayicon/trayicon.c
6682                 s/Sylpheed/Sylpheed-Claws/
6683
6684 2005-10-16 [colin]      1.9.15cvs60
6685
6686         * src/wizard.c
6687                 Add a welcome email in the first empty mailbox
6688         * src/prefs_common.c
6689                 Change one more default
6690
6691 2005-10-16 [colin]      1.9.15cvs59
6692
6693         * src/wizard.c
6694                 Remove printf
6695
6696 2005-10-16 [colin]      1.9.15cvs58
6697
6698         * src/toolbar.c
6699         * src/prefs_common.c
6700                 Change some defaults
6701
6702 2005-10-16 [colin]      1.9.15cvs57
6703
6704         * src/toolbar.c
6705         * src/prefs_common.c
6706                 Change some defaults
6707
6708 2005-10-16 [colin]      1.9.15cvs56
6709
6710         * src/wizard.c
6711                 By default, initialize fonts to have
6712                 the same size as normal GtkWidgets
6713
6714 2005-10-16 [colin]      1.9.15cvs55
6715
6716         * src/mimeview.c
6717                 Fix message a bit more
6718
6719 2005-10-16 [colin]      1.9.15cvs54
6720
6721         * src/addressbook.c
6722                 Second attempt at flicker fixing
6723
6724 2005-10-16 [colin]      1.9.15cvs53
6725
6726         * src/addressbook.c
6727                 Fix flicker
6728
6729 2005-10-16 [wwp]        1.9.15cvs52
6730
6731         * src/addressbook.c
6732         * src/editaddress.c
6733         * src/prefs_common.c
6734         * src/prefs_common.h
6735                 Remember window sizes (address book)
6736
6737 2005-10-16 [wwp]        1.9.15cvs51
6738
6739         * src/plugins/clamav/clamav_plugin_gtk.c
6740         * src/plugins/spamassassin/spamassassin_gtk.c
6741                 Fix compilation warnings (missing #include).
6742
6743 2005-10-16 [colin]      1.9.15cvs50
6744
6745         * src/mimeview.c
6746         * src/summaryview.c
6747         * src/textview.c
6748                 Make 'c' check signature, and forward
6749                 c, l, y, t from summaryview to mimeview
6750
6751 2005-10-16 [colin]      1.9.15cvs49
6752
6753         * src/addressbook.c
6754                 Put border around buttons
6755         * src/mainwindow.c
6756         * src/summaryview.c
6757                 Rework menus (Patch based on a patch
6758                 by Paul)
6759
6760 2005-10-15 [wwp]        1.9.15cvs48
6761
6762         * src/editjpilot.c
6763         * src/editldap.c
6764         * src/editvcard.c
6765         * src/exphtmldlg.c
6766         * src/expldifdlg.c
6767         * src/export.c
6768         * src/import.c
6769         * src/importldif.c
6770         * src/importmutt.c
6771         * src/importpine.c
6772         * src/prefs_account.c
6773         * src/prefs_spelling.c
6774         * src/gtk/gtkutils.c
6775         * src/gtk/gtkutils.h
6776         * src/plugins/clamav/clamav_plugin_gtk.c
6777         * src/plugins/spamassassin/spamassassin_gtk.c
6778                 use nicer browse-for-file/dir buttons than the "..." ones,
6779                 code factorizing more.
6780
6781 2005-10-14 [colin]      1.9.15cvs47
6782
6783         * src/mainwindow.c
6784                 set relief on the account switcher so that people see it
6785                 grey out Create processing rules when no message is selected
6786         * src/prefs_filtering.c
6787                 ask before closing if the rule has not been modified, even if
6788                 it's not valid
6789         * src/prefs_matcher.c
6790                 fix sensitivity when entering the dialog
6791         * src/gtk/inputdialog.c
6792                 display a better icon on password ask
6793         * src/plugins/pgpcore/passphrase.c
6794                 make the dialog look better
6795
6796 2005-10-14 [paul]       1.9.15cvs46
6797
6798         * src/folderview.c
6799                 indicate presense of marked msgs in
6800                 unexpanded subfolders
6801
6802 2005-10-14 [paul]       1.9.15cvs45
6803
6804         * src/prefs_actions.c
6805         * src/prefs_common.c
6806         * src/prefs_common.h
6807         * src/prefs_filtering_action.c
6808         * src/prefs_matcher.c
6809         * src/prefs_template.c
6810                 remember window sizes
6811                 fix Info button size
6812
6813         Patches by wwp
6814
6815 2005-10-13 [colin]      1.9.15cvs44
6816
6817         * src/mimeview.c
6818         * src/noticeview.c
6819         * src/noticeview.h
6820                 Add a tooltip on the icon (optional) 
6821                 Get rid of the signature buttons and only
6822                 use the icon+tooltip
6823
6824 2005-10-13 [colin]      1.9.15cvs43
6825
6826         * src/noticeview.c
6827         * src/noticeview.h
6828                 Add hand cursor for hovering over icon
6829
6830 2005-10-13 [colin]      1.9.15cvs42
6831
6832         * src/summaryview.c
6833                 Fix crash when quicksearch's hidden 
6834                 at startup
6835
6836 2005-10-13 [colin]      1.9.15cvs41
6837
6838         * src/compose.c
6839                 Set subject when forwarding multiple mails
6840                 Check that other recipient than the default Cc or Bcc
6841                 have been set before sending.
6842
6843 2005-10-13 [colin]      1.9.15cvs40
6844
6845         * src/imap.c
6846                 Batch per-folder
6847                 Introduce locking, but don't use it yet
6848
6849 2005-10-13 [colin]      1.9.15cvs39
6850
6851         * src/gtk/quicksearch.c
6852                 Reset quicksearch when hiding it
6853                 Make sticky a real pref
6854
6855 2005-10-13 [colin]      1.9.15cvs38
6856
6857         * src/summaryview.c
6858                 Faster prefs apply
6859
6860 2005-10-13 [colin]      1.9.15cvs37
6861
6862         * src/mimeview.c
6863         * src/noticeview.c
6864         * src/noticeview.h
6865         * src/plugins/pgpcore/sgpgme.c
6866                 Make privacy icon clickable
6867                 Move Trust field in Full info
6868                 When trust is less than full, don't display
6869                 a warning icon
6870
6871 2005-10-13 [colin]      1.9.15cvs36
6872
6873         * src/folder.c
6874                 Batch on flags sync
6875         * src/folderview.c
6876                 Revert speed hack which is dangerous in fact
6877                 Apply prefs faster
6878
6879 2005-10-13 [colin]      1.9.15cvs35
6880
6881         * src/folder_item_prefs.c
6882                 Fix pref corruption on folder move. Patch
6883                 by wwp
6884
6885 2005-10-13 [paul]       1.9.15cvs34
6886
6887         * src/export.c
6888         * src/import.c
6889                 fix typos in g_warnings
6890         * src/prefs_account.c
6891                 add a file selector for Signature file
6892
6893         Patches by wwp
6894
6895 2005-10-12 [colin]      1.9.15cvs33
6896
6897         * src/mimeview.c
6898                 Provide a quick way to go back from a
6899                 signature's full info to the email part
6900
6901 2005-10-12 [colin]      1.9.15cvs32
6902
6903         * src/compose.c
6904                 Remove old hack of encoding signed mails with base64.
6905                 QP works equally well.
6906
6907 2005-10-12 [colin]      1.9.15cvs31
6908
6909         * src/crash.c
6910                 Replace deprecated GtkText with GtkTextView
6911         * src/imap.c
6912                 Fix a logic bug about counts in imap_select
6913                 (previously un-triggered)
6914         * src/mainwindow.c
6915         * src/summaryview.c
6916         * src/news.c
6917                 Allow local deletion of news posts
6918         * src/mimeview.c
6919                 Show GPG noticeview on the message/rfc822 part
6920                 in addition to the text/plain one
6921         * src/prefs_image_viewer.c
6922           src/plugins/pgpcore/prefs_gpg.c
6923                 Polish (set the label as part of the checkbox)
6924         * src/wizard.c
6925                 Don't sit there doing nothing after destroying
6926                 the window - return err
6927
6928 2005-10-11 [colin]      1.9.15cvs30
6929
6930         * src/folderview.c
6931                 Apply processing rules before showing folders.
6932                 Early folder show (before flags sync) will only
6933                 be done when there are no processing rules (nor
6934                 pre- or post- ones)
6935         * src/imap.c
6936                 Fix stuff related to mail subdir, creation and 
6937                 deletion of folders 
6938         * src/imap_gtk.c
6939                 Don't allow creation of folders in NoInferior
6940                 folders, as it won't work
6941
6942 2005-10-10 [colin]      1.9.15cvs29
6943
6944         * src/compose.c
6945                 Reselect "None" Privacy system when selecting an
6946                 account with no privacy system defined
6947
6948 2005-10-10 [colin]      1.9.15cvs28
6949
6950         * src/mainwindow.c
6951                 Add Windows-1252 encoding
6952         * src/prefs_common.c
6953                 Rework some defaults:
6954                 - autosave to draft by default
6955                 - don't show header pane (it's already in the textview)
6956                 - Select first new or unread mail on entry
6957                 - Assume 'Yes' to change folder when there's no more
6958                   unread message
6959         * src/prefs_matcher.c
6960                 Fix a gtk assertion failure
6961         * src/gtk/colorlabel.c
6962                 Workaround bad repainting on selection
6963         * src/main.c
6964                 Freeze/thaw (a bit faster on ssh -X)
6965         * src/msgcache.c
6966                 Get rid of StrdupConverter that just adds an
6967                 extra strdup/free 
6968         * src/etpan/imap_thread.c
6969                 memset buf to 0
6970
6971 2005-10-10 [colin]      1.9.15cvs27
6972
6973         * src/export.c
6974         * src/import.c
6975                 Fix compile on gtk 2.4. Patch by wwp
6976
6977 2005-10-09 [colin]      1.9.15cvs26
6978
6979         * src/mainwindow.c
6980         * src/messageview.c
6981         * src/summaryview.c
6982                 Clarify forward menus. Patch by wwp
6983
6984 2005-10-09 [colin]      1.9.15cvs25
6985
6986         * src/compose.c
6987         * src/compose.h
6988                 Fix bug #829 (Non-working "Encrypt message by 
6989                 default when replying to an encrypted message")
6990
6991 2005-10-08 [colin]      1.9.15cvs24
6992
6993         * src/wizard.c
6994                 Fix bug #827 ("Welcome" setup wizard after a 
6995                 permission error gives up & forgets itself.)
6996
6997 2005-10-08 [colin]      1.9.15cvs23
6998
6999         * src/procmime.c
7000                 Fix bug #828 (Ignoring headers with spaces around = sign)
7001
7002 2005-10-08 [colin]      1.9.15cvs22
7003
7004         * src/export.c
7005                 Warning fix by wwp
7006
7007 2005-10-08 [colin]      1.9.15cvs21
7008
7009         * src/folder.c
7010         * src/folder.h
7011                 Add a processing_pending indicator, set on 
7012                 folder_item_open and cleared after 
7013                 folder_item_process_open
7014         * src/folderview.c
7015         * src/summaryview.c
7016                 wrap procmsg_msginfo_*_flags, and in the
7017                 wrapper check that there's no folder processing 
7018                 pending. If there is, defer the flags change until 
7019                 processing is done to avoid stepping over each
7020                 other's toes.
7021                 Freeze during processing, but not during scanning.
7022
7023 2005-10-07 [colin]      1.9.15cvs20
7024
7025         * src/plugins/pgpcore/passphrase.c
7026                 Fix bug #826 (X-Server hangs when 
7027                 right-clicking a PGP encrypted message)
7028
7029 2005-10-07 [paul]       1.9.15cvs19
7030
7031         * src/compose.c
7032                 fix compose_entries[]
7033                 patch by Fabien Vantard
7034
7035 2005-10-06 [colin]      1.9.15cvs18
7036
7037         * src/pixmaps/address.xpm
7038         * src/pixmaps/address_book.xpm
7039         * src/pixmaps/book.xpm
7040         * src/pixmaps/check_spelling.xpm
7041         * src/pixmaps/checkbox_off.xpm
7042         * src/pixmaps/checkbox_on.xpm
7043         * src/pixmaps/close.xpm
7044         * src/pixmaps/complete.xpm
7045         * src/pixmaps/continue.xpm
7046         * src/pixmaps/deleted.xpm
7047         * src/pixmaps/down_arrow.xpm
7048         * src/pixmaps/exec.xpm
7049         * src/pixmaps/forwarded.xpm
7050         * src/pixmaps/group.xpm
7051         * src/pixmaps/ignorethread.xpm
7052         * src/pixmaps/interface.xpm
7053         * src/pixmaps/jpilot.xpm
7054         * src/pixmaps/ldap.xpm
7055         * src/pixmaps/linewrap.xpm
7056         * src/pixmaps/linewrapcurrent.xpm
7057         * src/pixmaps/mail.xpm
7058         * src/pixmaps/mail_attach.xpm
7059         * src/pixmaps/mail_compose.xpm
7060         * src/pixmaps/mail_forward.xpm
7061         * src/pixmaps/mail_receive.xpm
7062         * src/pixmaps/mail_receive_all.xpm
7063         * src/pixmaps/mail_reply.xpm
7064         * src/pixmaps/mail_reply_to_all.xpm
7065         * src/pixmaps/mail_reply_to_author.xpm
7066         * src/pixmaps/mail_send.xpm
7067         * src/pixmaps/mail_send_queue.xpm
7068         * src/pixmaps/mime_application.xpm
7069         * src/pixmaps/mime_audio.xpm
7070         * src/pixmaps/mime_image.xpm
7071         * src/pixmaps/mime_message.xpm
7072         * src/pixmaps/mime_text_enriched.xpm
7073         * src/pixmaps/mime_text_html.xpm
7074         * src/pixmaps/mime_text_plain.xpm
7075         * src/pixmaps/mime_unknown.xpm
7076         * src/pixmaps/new.xpm
7077         * src/pixmaps/news_compose.xpm
7078         * src/pixmaps/offline.xpm
7079         * src/pixmaps/online.xpm
7080         * src/pixmaps/paste.xpm
7081         * src/pixmaps/preferences.xpm
7082         * src/pixmaps/privacy_emblem_encrypted.xpm
7083         * src/pixmaps/privacy_expired.xpm
7084         * src/pixmaps/privacy_failed.xpm
7085         * src/pixmaps/privacy_passed.xpm
7086         * src/pixmaps/privacy_signed.xpm
7087         * src/pixmaps/privacy_unknown.xpm
7088         * src/pixmaps/privacy_warn.xpm
7089         * src/pixmaps/properties.xpm
7090         * src/pixmaps/replied.xpm
7091         * src/pixmaps/search.xpm
7092         * src/pixmaps/unread.xpm
7093         * src/pixmaps/up_arrow.xpm
7094         * src/pixmaps/vcard.xpm
7095                 Modernize internal theme, with icons from the 
7096                 Gnomaws theme. Keep some of the old ones where
7097                 they were better.
7098
7099 2005-10-06 [colin]      1.9.15cvs17
7100
7101         * src/summaryview.c
7102                 Little optimisations + bugfix
7103         * src/toolbar.c
7104                 Remove default useless items - useless being defined
7105                 by the default relevant prefs
7106         * src/wizard.c
7107                 include config.h to make gettext work
7108         * src/prefs_themes.c
7109                 Fix selection of current theme in prefs
7110
7111 2005-10-06 [colin]      1.9.15cvs16
7112
7113         * src/prefs_common.c
7114         * src/prefs_common.h
7115         * src/prefs_summaries.c
7116         * src/folderview.c
7117                 Add a warning dialog on Mark all read 
7118                 (with pref to get rid of it)
7119
7120 2005-10-06 [paul]       1.9.15cvs15
7121
7122         * po/nb.po
7123         * po/pt_BR.po
7124                 updated by Geir Helland and Frederico
7125                 Goncalves Guimaraes
7126
7127 2005-10-05 [colin]      1.9.15cvs14
7128
7129         * src/folder.c
7130         * src/folder.h
7131         * src/folderview.c
7132         * src/folderview.h
7133         * src/imap_gtk.c
7134         * src/mh_gtk.c
7135         * src/mainwindow.c
7136         * src/setup.c
7137                 add a way to rescan without rebuilding
7138                 make moving a bit faster (less folders changes)
7139                 don't lock the tree on Get 
7140         * src/imap.c
7141                 Don't re-delete deleted messages before expunging
7142         * src/summaryview.c
7143                 Set batch mode when deleting mails
7144
7145 2005-10-05 [paul]       1.9.15cvs13
7146
7147         * src/mainwindow.c
7148         * src/mainwindow.h
7149                 fix disabled Execute menu item
7150         * src/toolbar.c
7151                 match the change in 1.9.15cvs10: use Compose
7152                 instead of News by default
7153
7154 2005-10-04 [colin]      1.9.15cvs12
7155
7156         * src/compose.c
7157                 When replying to an ML post with Reply-To set
7158                 to the poster's email, honor it (as before),
7159                 but also honor our user's request to reply to
7160                 the mailing list: set the ML address in the To
7161                 field and the Reply-To address in the Cc: 
7162                 field.
7163
7164 2005-10-04 [colin]      1.9.15cvs11
7165
7166         * src/plugins/trayicon/trayicon.c
7167                 Finish cosmetic change - thanks to wwp
7168
7169 2005-10-04 [colin]      1.9.15cvs10
7170
7171         * src/toolbar.c
7172                 Use Compose instead of Email by default.
7173                 Spotted by wwp.
7174
7175 2005-10-04 [colin]      1.9.15cvs9
7176
7177         * src/folder.c
7178         * src/folder.h
7179         * src/folderview.c
7180         * src/imap.c
7181         * src/etpan/imap-thread.c
7182         * src/etpan/imap-thread.h
7183                 Try to make IMAP faster, by simplifying SEARCH
7184                 commands, avoiding sending two STATUS in a row,
7185                 and deferring flags sync and processing just
7186                 after displaying the folder. 
7187                 This will update the SummaryView in certain
7188                 cases (new mails not already fetched, flags
7189                 changed from another client) but in a non-
7190                 blocking manner.
7191
7192 2005-10-04 [colin]      1.9.15cvs8
7193
7194         * src/plugins/trayicon/trayicon.c
7195                 Relabel "Offline" to "Work offline"
7196
7197 2005-10-04 [colin]      1.9.15cvs7
7198
7199         * src/export.c
7200         * src/import.c
7201         * src/mbox.c
7202                 Fix mbox import/export buglets
7203                 Patch by wwp
7204         * src/plugins/trayicon/trayicon.c
7205                 Add offline swithc
7206                 Patch by wwp
7207
7208 2005-10-04 [colin]      1.9.15cvs6
7209
7210         * src/folder.c
7211         * src/folderview.c
7212         * src/summaryview.c
7213                 Better fix (don't break mark all read) for cvs2
7214
7215 2005-10-03 [colin]      1.9.15cvs5
7216
7217         * src/folder.c
7218                 Use a sane sort by default
7219
7220 2005-10-03 [colin]      1.9.15cvs4
7221
7222         * src/inc.c
7223                 Add a 'Only once' button for overriding offline mode
7224         * src/prefs_account.c
7225         * src/wizard.c
7226                 Add Local mbox to the wizard
7227                 Add IMAP subdir to the wizard (or the wizard is useless
7228                 for such accounts, or even worse than useless)
7229                 Move IMAP subdir from Advanced to Receive tab, as it's
7230                 not that uncommon
7231
7232 2005-10-03 [colin]      1.9.15cvs3
7233
7234         * src/send_message.c
7235                 Forgot this one in cvs1
7236
7237 2005-10-03 [colin]      1.9.15cvs2
7238
7239         * src/folder.c
7240                 Faster close when leaving a folder with lots
7241                 of new mails. Idea by David Relson.
7242
7243 2005-10-03 [colin]      1.9.15cvs1
7244
7245         * src/compose.c
7246         * src/imap.c
7247         * src/inc.c
7248         * src/main.c
7249         * src/messageview.c
7250         * src/news.c
7251         * src/summaryview.c
7252         * src/gtk/sslcertwindow.c
7253         * src/plugins/trayicon/trayicon.c
7254                 Add accels to every AlertPanel. Patch by Fabien 
7255                 Vantard
7256
7257 2005-10-03 [paul]       1.9.15
7258
7259         1.9.15 released
7260
7261 2005-10-03 [paul]       1.9.14cvs68
7262
7263         * po/ca.po
7264         * po/de.po
7265         * po/es.po
7266         * po/fi.po
7267         * po/fr.po
7268         * po/sk.po
7269         * po/sr.po
7270         * po/zh_CN.po
7271                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7272                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7273                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7274
7275 2005-10-03 [paul]       1.9.14cvs67
7276
7277         * src/send_message.c
7278                 prevent hang on Cancel
7279                 patch by Colin
7280
7281 2005-10-03 [paul]       1.9.14cvs66
7282
7283         * src/main.c
7284                 fix crash in IMAP caused by discrepancy
7285                 between check_at_startup and offline mode
7286                 Patch by Colin
7287
7288 2005-10-01 [paul]       1.9.14cvs65
7289
7290         * src/inc.c
7291                 fix engrish
7292
7293 2005-10-01 [paul]       1.9.14cvs64
7294         * src/export.c
7295         * src/import.c
7296                 synchronise import_mbox() and export_mbox()
7297         * src/mbox.c
7298                 proc_mbox(): add alert if file cannot be opened
7299                 export_list_to_mbox(): test if dest file exists,
7300                 prompt user to overwrite if it does. add alert
7301                 if file cannot be created
7302                                                                 
7303         Patch by wwp
7304                                                                                                                 
7305
7306 2005-09-30 [paul]       1.9.14cvs63
7307
7308         * src/addressbook.c
7309                 Fix sensitivity of a menu
7310         * src/codeconv.c
7311                 Respect hidden pref for mails with no encoding
7312         * src/common/xml.c
7313                 Fix memory corruption
7314         * src/plugins/pgpcore/sgpgme.c
7315                 Fix segfault on incomplete sigs, and display
7316                 of S/Mime UIDs
7317
7318         Patches by Colin
7319
7320 2005-09-30 [colin]      1.9.14cvs62
7321
7322         * src/partial_download.c
7323                 Little logic fix in almost-dead code
7324         * src/pop.c
7325                 Fix partial download when there's no new mail
7326
7327 2005-09-29 [paul]       1.9.14cvs61
7328
7329         * src/plugins/pgpinline/pgpinline.c
7330                 fix bug 819, 'crash accessing sign message'
7331                 Patch by Colin
7332
7333 2005-09-28 [martin]     1.9.14cvs60
7334
7335         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7336                 fix bug #790 (Crash when restarting window manager (fluxbox))
7337
7338 2005-09-28 [paul]       1.9.14cvs59
7339
7340         * src/gtk/gtkaspell.c
7341                 fix off-by-one typo
7342
7343 2005-09-27 [colin]      1.9.14cvs58
7344
7345         * src/plugins/pgpcore/sgpgme.c
7346                 Report error when there's one, instead of
7347                 "Signature unchecked" 
7348
7349 2005-09-27 [colin]      1.9.14cvs57
7350
7351         * src/prefs_quote.c
7352                 Fix bug #816 (Weird quotation with spaces)
7353
7354 2005-09-27 [colin]      1.9.14cvs56
7355
7356         * src/codeconv.c
7357         * src/compose.c
7358         * src/compose.h
7359                 Put subject in compose's title
7360                 Fix Automatic encoding so that it's really automatic:
7361                 first try default locale's charset, then charset of the replied mail, 
7362                 then utf-8
7363                 Fix encoding of headers (must be in strict mode too)
7364
7365 2005-09-26 [colin]      1.9.14cvs55
7366
7367         * src/gtk/gtkaspell.c
7368                 Fix previous patch - don't color the space,
7369                 just uncolor it :)
7370
7371 2005-09-26 [colin]      1.9.14cvs54
7372
7373         * src/gtk/gtkaspell.c
7374                 Unmark space if possible
7375
7376 2005-09-26 [colin]      1.9.14cvs53
7377
7378         * src/imap.c
7379                 log_error instead of alertpanel according to the pref
7380         * src/etpan/imap-thread.c
7381                 Print connect status, copy only necessary size to 
7382                 logger
7383         * src/plugins/pgpmime/pgpmime.c
7384                 Handle S/Mime signatures (verification only). Patch based
7385                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7386
7387 2005-09-26 [paul]       1.9.14cvs52
7388
7389         * src/common/passcrypt.c
7390                 this 'workaround' not necessary on NetBSD.
7391                 Thanks to Daniel Gustafson
7392
7393 2005-09-26 [paul]
7394
7395         1.9.15-rc4 released
7396
7397 2005-09-26 [paul]       1.9.14cvs51
7398
7399         * src/summaryview.c
7400                 Skip currently selected message when
7401                 looking for next new or unread message
7402                 in current folder. Patch by Colin
7403         * src/common/passcrypt.c
7404                 eliminate warnings on *BSD. Patch by
7405                 Daniel Gustafson
7406
7407 2005-09-26 [colin]      1.9.14cvs50
7408
7409         * src/procmsg.c
7410                 Call postfiltering hook anyway
7411
7412 2005-09-22 [colin]      1.9.14cvs49
7413
7414         * src/codeconv.c
7415         * src/codeconv.h
7416                 Add a strict mode that doesn't replace with _
7417         * src/compose.c
7418         * src/compose.h
7419                 Use strict conversion while sending
7420                 Fix race when drafting while sending (happens
7421                 on IMAP)
7422                 Fix d'n'd of messages from summaryview
7423         * src/prefs_common.c
7424         * src/prefs_common.h
7425                 add hidden utf8_instead_of_locale_for_broken_mail 
7426                 pref for people that preferred the default charset 
7427                 to be utf8 for broken mails
7428         * src/quote_fmt_parse.y
7429                 fix bug #815 (No quote insert if "From:" fied 
7430                 contained Russian letters)
7431         * src/summaryview.c
7432                 Fix d'n'd of messages to compose
7433
7434 2005-09-22 [paul]       1.9.14cvs48
7435
7436         * src/compose.c
7437                 fix bug where attachments Name entry
7438                 would display Path instead
7439
7440 2005-09-21 [paul]       1.9.14cvs47
7441
7442         * README
7443         * README.jp
7444         * configure.ac
7445         * config/config.rpath
7446         * doc/manual/en/sylpheed-20.html
7447         * doc/manual/es/sylpheed-20.html
7448         * po/bg.po
7449         * po/ca.po
7450         * po/de.po
7451         * po/es.po
7452         * po/fr.po
7453         * po/it.po
7454         * po/pt_BR.po
7455         * po/sk.po
7456         * po/zh_TW.po
7457         * src/account.c
7458         * src/account.h
7459         * src/action.c
7460         * src/action.h
7461         * src/adbookbase.h
7462         * src/addr_compl.c
7463         * src/addr_compl.h
7464         * src/addrbook.c
7465         * src/addrbook.h
7466         * src/addrcache.c
7467         * src/addrcache.h
7468         * src/addrcindex.c
7469         * src/addrcindex.h
7470         * src/addrclip.c
7471         * src/addrclip.h
7472         * src/addrdefs.h
7473         * src/addressadd.c
7474         * src/addressadd.h
7475         * src/addressbook.c
7476         * src/addressbook.h
7477         * src/addressitem.h
7478         * src/addrgather.c
7479         * src/addrgather.h
7480         * src/addrharvest.c
7481         * src/addrharvest.h
7482         * src/addrindex.c
7483         * src/addrindex.h
7484         * src/addritem.c
7485         * src/addritem.h
7486         * src/addrquery.c
7487         * src/addrquery.h
7488         * src/addrselect.c
7489         * src/addrselect.h
7490         * src/alertpanel.c
7491         * src/alertpanel.h
7492         * src/browseldap.c
7493         * src/browseldap.h
7494         * src/codeconv.c
7495         * src/codeconv.h
7496         * src/compose.c
7497         * src/compose.h
7498         * src/crash.c
7499         * src/crash.h
7500         * src/customheader.c
7501         * src/customheader.h
7502         * src/displayheader.c
7503         * src/displayheader.h
7504         * src/editaddress.c
7505         * src/editaddress.h
7506         * src/editbook.c
7507         * src/editbook.h
7508         * src/editgroup.c
7509         * src/editgroup.h
7510         * src/editjpilot.c
7511         * src/editjpilot.h
7512         * src/editldap.c
7513         * src/editldap.h
7514         * src/editldap_basedn.c
7515         * src/editldap_basedn.h
7516         * src/editvcard.c
7517         * src/editvcard.h
7518         * src/enriched.c
7519         * src/enriched.h
7520         * src/exphtmldlg.c
7521         * src/exphtmldlg.h
7522         * src/expldifdlg.c
7523         * src/expldifdlg.h
7524         * src/export.c
7525         * src/export.h
7526         * src/exporthtml.c
7527         * src/exporthtml.h
7528         * src/exportldif.c
7529         * src/exportldif.h
7530         * src/filtering.c
7531         * src/filtering.h
7532         * src/folder.c
7533         * src/folder.h
7534         * src/folder_item_prefs.c
7535         * src/folder_item_prefs.h
7536         * src/foldersel.c
7537         * src/foldersel.h
7538         * src/folderutils.c
7539         * src/folderutils.h
7540         * src/folderview.c
7541         * src/folderview.h
7542         * src/grouplistdialog.c
7543         * src/grouplistdialog.h
7544         * src/headerview.c
7545         * src/headerview.h
7546         * src/html.c
7547         * src/html.h
7548         * src/image_viewer.c
7549         * src/image_viewer.h
7550         * src/imap.c
7551         * src/imap.h
7552         * src/imap_gtk.c
7553         * src/imap_gtk.h
7554         * src/import.c
7555         * src/import.h
7556         * src/importldif.c
7557         * src/importldif.h
7558         * src/importmutt.c
7559         * src/importmutt.h
7560         * src/importpine.c
7561         * src/importpine.h
7562         * src/inc.c
7563         * src/inc.h
7564         * src/jpilot.c
7565         * src/jpilot.h
7566         * src/ldapctrl.c
7567         * src/ldapctrl.h
7568         * src/ldaplocate.c
7569         * src/ldaplocate.h
7570         * src/ldapquery.c
7571         * src/ldapquery.h
7572         * src/ldapserver.c
7573         * src/ldapserver.h
7574         * src/ldaputil.c
7575         * src/ldaputil.h
7576         * src/ldif.c
7577         * src/ldif.h
7578         * src/localfolder.c
7579         * src/localfolder.h
7580         * src/main.c
7581         * src/main.h
7582         * src/mainwindow.c
7583         * src/mainwindow.h
7584         * src/manual.c
7585         * src/manual.h
7586         * src/matcher.c
7587         * src/matcher.h
7588         * src/matcher_parser.h
7589         * src/matcher_parser_lex.l
7590         * src/matcher_parser_parse.y
7591         * src/mbox.c
7592         * src/mbox.h
7593         * src/message_search.c
7594         * src/message_search.h
7595         * src/messageview.c
7596         * src/messageview.h
7597         * src/mh.c
7598         * src/mh.h
7599         * src/mh_gtk.c
7600         * src/mh_gtk.h
7601         * src/mimeview.c
7602         * src/mimeview.h
7603         * src/msgcache.c
7604         * src/msgcache.h
7605         * src/mutt.c
7606         * src/mutt.h
7607         * src/news.c
7608         * src/news.h
7609         * src/news_gtk.c
7610         * src/news_gtk.h
7611         * src/noticeview.c
7612         * src/noticeview.h
7613         * src/partial_download.c
7614         * src/partial_download.h
7615         * src/pine.c
7616         * src/pine.h
7617         * src/pop.c
7618         * src/pop.h
7619         * src/prefs_account.c
7620         * src/prefs_account.h
7621         * src/prefs_actions.c
7622         * src/prefs_actions.h
7623         * src/prefs_common.c
7624         * src/prefs_common.h
7625         * src/prefs_compose_writing.c
7626         * src/prefs_compose_writing.h
7627         * src/prefs_customheader.c
7628         * src/prefs_customheader.h
7629         * src/prefs_display_header.c
7630         * src/prefs_display_header.h
7631         * src/prefs_ext_prog.c
7632         * src/prefs_ext_prog.h
7633         * src/prefs_filtering.c
7634         * src/prefs_filtering.h
7635         * src/prefs_filtering_action.c
7636         * src/prefs_filtering_action.h
7637         * src/prefs_folder_column.c
7638         * src/prefs_folder_column.h
7639         * src/prefs_folder_item.c
7640         * src/prefs_folder_item.h
7641         * src/prefs_fonts.c
7642         * src/prefs_fonts.h
7643         * src/prefs_gtk.c
7644         * src/prefs_gtk.h
7645         * src/prefs_image_viewer.c
7646         * src/prefs_image_viewer.h
7647         * src/prefs_matcher.c
7648         * src/prefs_matcher.h
7649         * src/prefs_message.c
7650         * src/prefs_message.h
7651         * src/prefs_msg_colors.c
7652         * src/prefs_msg_colors.h
7653         * src/prefs_other.c
7654         * src/prefs_other.h
7655         * src/prefs_quote.c
7656         * src/prefs_quote.h
7657         * src/prefs_receive.c
7658         * src/prefs_receive.h
7659         * src/prefs_send.c
7660         * src/prefs_send.h
7661         * src/prefs_spelling.c
7662         * src/prefs_spelling.h
7663         * src/prefs_summaries.c
7664         * src/prefs_summaries.h
7665         * src/prefs_summary_column.c
7666         * src/prefs_summary_column.h
7667         * src/prefs_template.c
7668         * src/prefs_template.h
7669         * src/prefs_themes.c
7670         * src/prefs_themes.h
7671         * src/prefs_toolbar.c
7672         * src/prefs_toolbar.h
7673         * src/prefs_wrapping.c
7674         * src/prefs_wrapping.h
7675         * src/privacy.c
7676         * src/privacy.h
7677         * src/procheader.c
7678         * src/procheader.h
7679         * src/procmime.c
7680         * src/procmime.h
7681         * src/procmsg.c
7682         * src/procmsg.h
7683         * src/quote_fmt.c
7684         * src/quote_fmt_parse.y
7685         * src/recv.c
7686         * src/recv.h
7687         * src/remotefolder.c
7688         * src/remotefolder.h
7689         * src/send_message.c
7690         * src/send_message.h
7691         * src/setup.c
7692         * src/setup.h
7693         * src/simple-gettext.c
7694         * src/sourcewindow.c
7695         * src/sourcewindow.h
7696         * src/ssl_manager.c
7697         * src/ssl_manager.h
7698         * src/statusbar.c
7699         * src/statusbar.h
7700         * src/stock_pixmap.c
7701         * src/stock_pixmap.h
7702         * src/summary_search.c
7703         * src/summary_search.h
7704         * src/summaryview.c
7705         * src/summaryview.h
7706         * src/syldap.c
7707         * src/syldap.h
7708         * src/textview.c
7709         * src/textview.h
7710         * src/toolbar.c
7711         * src/toolbar.h
7712         * src/undo.c
7713         * src/undo.h
7714         * src/unmime.c
7715         * src/unmime.h
7716         * src/vcard.c
7717         * src/vcard.h
7718         * src/wizard.c
7719         * src/wizard.h
7720         * src/common/base64.c
7721         * src/common/base64.h
7722         * src/common/defs.h
7723         * src/common/hooks.c
7724         * src/common/hooks.h
7725         * src/common/log.c
7726         * src/common/log.h
7727         * src/common/md5.c
7728         * src/common/md5.h
7729         * src/common/mgutils.c
7730         * src/common/mgutils.h
7731         * src/common/nntp.c
7732         * src/common/nntp.h
7733         * src/common/passcrypt.c
7734         * src/common/passcrypt.h.in
7735         * src/common/plugin.c
7736         * src/common/plugin.h
7737         * src/common/prefs.c
7738         * src/common/prefs.h
7739         * src/common/progressindicator.c
7740         * src/common/progressindicator.h
7741         * src/common/quoted-printable.c
7742         * src/common/quoted-printable.h
7743         * src/common/session.c
7744         * src/common/session.h
7745         * src/common/smtp.c
7746         * src/common/smtp.h
7747         * src/common/socket.c
7748         * src/common/socket.h
7749         * src/common/ssl.c
7750         * src/common/ssl.h
7751         * src/common/ssl_certificate.c
7752         * src/common/ssl_certificate.h
7753         * src/common/string_match.c
7754         * src/common/string_match.h
7755         * src/common/stringtable.c
7756         * src/common/sylpheed.c
7757         * src/common/sylpheed.h
7758         * src/common/template.c
7759         * src/common/template.h
7760         * src/common/timing.h
7761         * src/common/utils.c
7762         * src/common/utils.h
7763         * src/common/uuencode.c
7764         * src/common/uuencode.h
7765         * src/common/version.h.in
7766         * src/common/xml.c
7767         * src/common/xml.h
7768         * src/common/xmlprops.c
7769         * src/common/xmlprops.h
7770         * src/gtk/about.c
7771         * src/gtk/about.h
7772         * src/gtk/colorlabel.c
7773         * src/gtk/colorlabel.h
7774         * src/gtk/colorsel.c
7775         * src/gtk/colorsel.h
7776         * src/gtk/description_window.c
7777         * src/gtk/description_window.h
7778         * src/gtk/filesel.c
7779         * src/gtk/filesel.h
7780         * src/gtk/foldersort.c
7781         * src/gtk/foldersort.h
7782         * src/gtk/gtkutils.c
7783         * src/gtk/gtkutils.h
7784         * src/gtk/inputdialog.c
7785         * src/gtk/inputdialog.h
7786         * src/gtk/logwindow.c
7787         * src/gtk/logwindow.h
7788         * src/gtk/manage_window.c
7789         * src/gtk/manage_window.h
7790         * src/gtk/menu.c
7791         * src/gtk/menu.h
7792         * src/gtk/pluginwindow.c
7793         * src/gtk/pluginwindow.h
7794         * src/gtk/prefswindow.c
7795         * src/gtk/prefswindow.h
7796         * src/gtk/progressdialog.c
7797         * src/gtk/progressdialog.h
7798         * src/gtk/quicksearch.c
7799         * src/gtk/quicksearch.h
7800         * src/gtk/sslcertwindow.c
7801         * src/gtk/sslcertwindow.h
7802         * src/plugins/clamav/clamav_plugin.c
7803         * src/plugins/clamav/clamav_plugin.h
7804         * src/plugins/clamav/clamav_plugin_gtk.c
7805         * src/plugins/demo/demo.c
7806         * src/plugins/dillo_viewer/dillo_prefs.c
7807         * src/plugins/dillo_viewer/dillo_prefs.h
7808         * src/plugins/dillo_viewer/dillo_viewer.c
7809         * src/plugins/mathml_viewer/mathml_viewer.c
7810         * src/plugins/pgpcore/passphrase.c
7811         * src/plugins/pgpcore/passphrase.h
7812         * src/plugins/pgpcore/plugin.c
7813         * src/plugins/pgpcore/prefs_gpg.c
7814         * src/plugins/pgpcore/prefs_gpg.h
7815         * src/plugins/pgpcore/select-keys.c
7816         * src/plugins/pgpcore/select-keys.h
7817         * src/plugins/pgpcore/sgpgme.c
7818         * src/plugins/pgpcore/sgpgme.h
7819         * src/plugins/pgpinline/pgpinline.c
7820         * src/plugins/pgpinline/pgpinline.h
7821         * src/plugins/pgpinline/plugin.c
7822         * src/plugins/pgpmime/pgpmime.c
7823         * src/plugins/pgpmime/pgpmime.h
7824         * src/plugins/pgpmime/plugin.c
7825         * src/plugins/spamassassin/spamassassin.c
7826         * src/plugins/spamassassin/spamassassin.h
7827         * src/plugins/spamassassin/spamassassin_gtk.c
7828         * src/plugins/trayicon/trayicon.c
7829         * tools/OOo2sylpheed.pl
7830         * tools/acroread2sylpheed.pl
7831         * tools/asus_mailled.sh
7832         * tools/filter_conv.pl
7833         * tools/freshmeat_search.pl
7834         * tools/google_search.pl
7835         * tools/kmail2sylpheed.pl
7836         * tools/kmail2sylpheed_v2.pl
7837         * tools/maildir2sylpheed.pl
7838         * tools/multiwebsearch.pl
7839         * tools/newscache_clean.pl
7840         * tools/outlook2sylpheed.pl
7841         * tools/sylpheed-switcher
7842         * tools/update-po
7843         * tools/vcard2xml.py
7844         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7845                 update FSF address
7846
7847 2005-09-21 [colin]      1.9.14cvs46
7848
7849         * src/gedit-print.c
7850         * src/procmsg.c
7851         * src/procmsg.h
7852         * src/textview.c
7853         * src/summaryview.c
7854                 Remove some printing hacks (deselection/reselection),
7855                 which by the way fix printing the currently 
7856                 displayed mime part (still only text)
7857                 Plus a little optimisation of summary_show
7858
7859
7860 2005-09-20 [colin]      1.9.14cvs45
7861
7862         * src/mainwindow.c
7863         * src/messageview.c
7864                 GUI fixups: add accels, set message
7865                 view title to displayed mail's subject
7866         * src/prefs_spelling.c
7867         * src/gtk/gtkaspell.c
7868                 GUI fixups: allow underlining misspelled
7869                 words instead of coloring them (a11y!)
7870
7871 2005-09-19 [colin]
7872
7873         1.9.15rc3 released
7874
7875 2005-09-19 [colin]      1.9.14cvs44
7876
7877         * src/compose.c
7878                 Fix draft message
7879         * src/gtk/gtkaspell.c
7880                 Fix wrong test ;-)
7881
7882 2005-09-19 [colin]      1.9.14cvs43
7883
7884         * src/addressbook.c
7885                 Fix sensitivity of Delete button
7886         * src/compose.c
7887                 Warn if the requested Privacy system
7888                 is not available
7889         * src/exphtmldlg.c
7890         * src/expldifdlg.c
7891         * src/importldif.c
7892         * src/importmutt.c
7893         * src/importpine.c
7894                 Fix crappy UI
7895         * src/
7896         * src/ssl.h
7897         * src/prefs_account.h
7898         * src/prefs_account.c
7899                 Save SSL prefs even in builds that have
7900                 SSL support disable
7901         * src/imap.c
7902         * src/inc.c
7903         * src/news.c
7904         * src/send_message.c
7905                 Warn if connection should be secure, but
7906                 SSL support isn't compiled in
7907         * src/gtkaspell.c
7908                 Fix word separation on UTF-8 systems
7909                 Fixes bug #812 (Strange inline spellchecking)
7910         * src/compose.c
7911                 Warn if the requested Privacy system
7912                 is not available
7913                 Factorize offline warning
7914         * src/imap.c
7915         * src/imap_gtk.c
7916         * src/imap_gtk.h
7917         * src/inc.h
7918         * src/news_gtk.c
7919         * src/news_gtk.h
7920         * src/messageview.c
7921                 Factorize offline warning
7922
7923 2005-09-19 [paul]
7924
7925         1.9.15-rc2 released
7926
7927 2005-09-18 [colin]      1.9.14cvs42
7928
7929         * src/codeconv.c
7930         * src/codeconv.h
7931         * src/procmime.c
7932                 Add a way to get locale's charset ignoring utf-8,
7933                 and use that as default encoding for broken mails
7934
7935 2005-09-18 [colin]      1.9.14cvs41
7936
7937         * src/gtk/logwindow.c
7938                 Translate string. Patch by Fabien Vantard
7939
7940 2005-09-18 [colin]      1.9.14cvs40
7941
7942         * configure.ac
7943                 Fix bug #803 (IMAP/SSL support breaks with 
7944                 GnuTLS libetpan 0.38)
7945
7946 2005-09-18 [colin]      1.9.14cvs39
7947
7948         * src/codeconv.c
7949         * src/compose.c
7950         * src/procmime.c
7951                 More charsets fixes. Fixes bug #806 (non
7952                 ascii characters in subject line)
7953
7954 2005-09-17 [paul]       1.9.14cvs38
7955
7956         * src/folderview.c
7957         * src/mainwindow.c
7958                 fix gcc-2.95 issues
7959                 Patch by Pawel Pekala
7960
7961 2005-09-17 [colin]      1.9.14cvs37
7962
7963         * src/addrindex.c
7964                 bugfix for NO-USE LDAP compilation, patch 
7965                 by Fabien Vantard
7966
7967 2005-09-17 [colin]      1.9.14cvs36
7968
7969         * src/prefs_actions.c
7970         * src/prefs_customheader.c
7971         * src/prefs_display_header.c
7972         * src/prefs_filtering_action.c
7973         * src/prefs_matcher.c
7974         * src/prefs_toolbar.c
7975                 Fix strange casts (less elegant but
7976                 works better)
7977
7978 2005-09-16 [colin]      1.9.14cvs35
7979
7980         * src/jpilot.c
7981                 Missed that one
7982
7983 2005-09-16 [colin]      1.9.14cvs34
7984
7985         * configure.ac
7986         * src/Makefile.am
7987         * src/addr_compl.c
7988         * src/addrindex.c
7989         * src/browseldap.c
7990         * src/editldap.c
7991         * src/ldaplocate.c
7992         * src/ldapquery.c
7993         * src/ldapquery.h
7994         * src/ldapserver.c
7995         * src/ldapserver.h
7996         * src/main.c
7997         * src/matcher_parser_parse.y
7998         * src/prefs_themes.c
7999         * src/etpan/Makefile.am
8000         * src/gtk/description_window.c
8001         * src/plugins/clamav/Makefile.am
8002         * src/plugins/clamav/clamav_plugin.c
8003         * src/plugins/dillo_viewer/Makefile.am
8004         * src/plugins/pgpcore/Makefile.am
8005         * src/plugins/pgpinline/Makefile.am
8006         * src/plugins/pgpmime/Makefile.am
8007         * src/plugins/trayicon/Makefile.am
8008                 Fix 100% cpu usage in address completion list
8009                 Fix little bugs (return with no values etc)
8010                 Fix all warnings (with common CFLAGS)
8011
8012 2005-09-15 [colin]      1.9.14cvs33
8013
8014         * src/addressbook.c
8015                 Fix bug where sometimes a group's email list is empty,
8016                 force its refresh (probably fixes "Re: how to create a 
8017                 distribution list")
8018         * src/ldapquery.c
8019                 Don't return to the callback in the main thread from the
8020                 fetch thread (or face segs!)
8021
8022 2005-09-15 [paul]       1.9.14cvs32
8023
8024         * src/prefs_matcher.c
8025                 forgotten in last commit
8026
8027 2005-09-15 [paul]       1.9.14cvs31
8028
8029         * src/prefs_actions.c
8030         * src/prefs_filtering_action.c
8031         * src/prefs_quote.c
8032         * src/quote_fmt.c
8033         * src/summaryview.c
8034         * src/gtk/description_window.c
8035         * src/gtk/description_window.h
8036         * src/gtk/quicksearch.c
8037                 allow interaction with the called
8038                 description window
8039                 Patch by Anders Hammar
8040
8041 2005-09-14 [paul]       1.9.14cvs30
8042
8043         * src/compose.c
8044                 fix a little annoyance when pasting with 3rd button 
8045                 with wrap_pastes=0 and wrap_input=1
8046                 Patch by Colin
8047
8048 2005-09-14 [paul]       1.9.14cvs29
8049
8050         * src/prefs_account.c
8051                 disable 'Filter messages on receiving' for
8052                 SMTP-only accounts
8053                 Patch  by Anders Hammar
8054
8055 2005-09-14 [paul]       1.9.14cvs28
8056
8057         * po/sk.po
8058                 fix crash
8059                 updated by Andrej Kacian
8060
8061 2005-09-14 [paul]
8062
8063         1.9.15-rc1 released
8064
8065 2005-09-14 [paul]       1.9.14cvs27
8066
8067         * po/es.po
8068                 updated by Ricardo Mones Lastra
8069         * src/compose.c
8070         * src/compose.h
8071                 associate no_wrap_tags to Compose windows
8072                 instead of using a static one
8073                 Patch by Colin
8074         * src/mbox.c
8075                 fix proc_mbox()
8076                 Patch by wwp
8077         * src/textview.c
8078                 remove unneeded printf()
8079
8080 2005-09-14 [paul]       1.9.14cvs26
8081
8082         * src/addrcache.c
8083         * src/codeconv.h
8084         * src/folder.h
8085         * src/mainwindow.h
8086         * src/mh.c
8087         * src/mimeview.h
8088         * src/partial_download.c
8089         * src/pop.c
8090         * src/prefs_account.c
8091         * src/prefs_account.h
8092         * src/prefs_actions.c
8093         * src/prefs_customheader.c
8094         * src/prefs_display_header.c
8095         * src/prefs_filtering_action.c
8096         * src/prefs_matcher.c
8097         * src/prefs_toolbar.c
8098         * src/privacy.h
8099         * src/procmime.c
8100         * src/procmime.h
8101         * src/procmsg.h
8102         * src/textview.c
8103         * src/undo.h
8104         * src/common/plugin.c
8105         * src/common/session.h
8106         * src/common/socket.c
8107         * src/common/socket.h
8108         * src/common/template.c
8109         * src/gtk/gtkaspell.c
8110         * src/gtk/quicksearch.h
8111         * src/plugins/pgpcore/passphrase.c
8112         * src/plugins/pgpcore/prefs_gpg.h
8113         * src/plugins/pgpcore/select-keys.c
8114         * src/plugins/pgpcore/select-keys.h
8115         * src/plugins/pgpcore/sgpgme.c
8116         * src/plugins/pgpinline/pgpinline.c
8117         * src/plugins/pgpmime/pgpmime.c
8118         * src/plugins/trayicon/trayicon.c
8119                 fix compilation warnings
8120                 Patch by Daniel Gustafson
8121
8122 2005-09-14 [paul]       1.9.14cvs25
8123
8124         * src/addressbook.c
8125                 add missing column header, and other small
8126                 bug fixes
8127                 Patch by Anders Hammar
8128
8129 2005-09-13 [colin]      1.9.14cvs24
8130
8131         * src/gtk/gtkaspell.c
8132                 Fix non-utf8 in menu
8133                 Fix little leaks
8134                 Nullify struct members after free()s
8135
8136 2005-09-13 [colin]      1.9.14cvs23
8137
8138         * src/compose.c
8139                 Test utf8 compliance before inserting to 
8140                 buffer, and try to convert if necessary
8141         * src/procmime.c
8142                 If no charset is present, use the locale 
8143                 one instead of us-ascii
8144         * src/procmsg.c
8145                 Add Sender, List-Post and To in the checked 
8146                 headers for automatic rules creation 
8147                 (thanks to wwp)
8148         * src/prefs_themes.c
8149         * src/gtk/gtkaspell.c
8150                 Remove deprecated functions. 
8151                 patch by Daniel Gustafson
8152
8153 2005-09-12 [colin]      1.9.14cvs22
8154
8155         * src/compose.c
8156                 Fix bug #448 (Scrolling/Redraw issue with 
8157                 address-fields in Header)
8158         * src/mainwindow.c
8159         * src/summaryview.c
8160         * src/summaryview.h
8161                 Fix loss of MSG_MARKED on move/copy
8162                 Fix bug #804 (Quicksearch togglebutton doesn't 
8163                 get depressed after '/' key is pressed)
8164
8165 2005-09-12 [paul]       1.9.14cvs21
8166
8167         * AUTHORS
8168         * src/gtk/logwindow.c
8169                 add 'Clear Log' to popup menu
8170                 Patch by Anders Hammar <anders.hammar@telia.com>
8171
8172 2005-09-12 [paul]       1.9.14cvs20
8173
8174         * src/compose.c
8175                 set correct sensitivity on attachments
8176                 popup menu
8177         * src/folder.c
8178                 fix typo
8179         * src/prefs_spelling.c
8180                 fix crash when no LANG env is set
8181         * src/common/xml.c
8182                 fix crash in wizard
8183                 don't use memeory after free
8184
8185         All patches by Daniel Gustafson
8186
8187 2005-09-12 [paul]       1.9.14cvs19
8188
8189         * src/prefs_themes.c
8190                 make theme info selectable
8191         * src/gtk/description_window.c
8192                 make window non-modal
8193         * tools/README
8194                 add details of asus_mailed.sh
8195         * tools/claws.i18n.status.pl
8196                 update for new zh_TW translator
8197                 widen the output
8198                 create alternate coloured lines
8199                 improve readability
8200
8201 2005-09-10 [colin]      1.9.14cvs18
8202
8203         * src/plugins/pgpcore/select-keys.c
8204                 Better order for the buttons
8205
8206 2005-09-10 [colin]      1.9.14cvs17
8207
8208         * src/compose.c
8209         * src/plugins/pgpcore/select-keys.c
8210         * src/plugins/pgpcore/select-keys.h
8211         * src/plugins/pgpcore/sgpgme.c
8212                 Add a "Don't encrypt" button to the key
8213                 selection dialog. Fixes bug #177 (There should be a 
8214                 'Don't encrypt button in the Select Keys dialog)
8215
8216 2005-09-10 [colin]      1.9.14cvs16
8217
8218         * src/compose.c
8219                 Fix bug #572 (%X option does not work with templates)
8220
8221 2005-09-10 [colin]      1.9.14cvs15
8222
8223         * src/toolbar.c 
8224                 Remove g_print
8225
8226 2005-09-10 [colin]      1.9.14cvs14
8227
8228         * src/imap.c
8229                 Fix a possible crash
8230
8231 2005-09-09 [colin]      1.9.14cvs13
8232
8233         * src/imap.c
8234         * src/etpan/imap-thread.c
8235         * src/etpan/imap-thread.h
8236                 Fix moving from queue or drafts to normal folders
8237                 Fix bug #794 (No way to delete without expunging)
8238                 Take flags unset by other mailers into account
8239                 Take deleted flag set by other mailers into account
8240                 Fix unsetting REPLIED flag
8241                 Fix crash when capabilities can't be retrieved
8242         * src/mainwindow.c
8243         * src/mainwindow.h
8244                 Add M_DELAYED_FLAGS condition, and let the user use
8245                 Execute in order to be able to expunge deleted mails,
8246                 even if he's not in delayed execute mode
8247         * src/prefs_spelling.c
8248                 Use 'en' dictionary by default if LANG is POSIX or C
8249         * src/gtk/prefswindow.c
8250                 Fix bug #767 (Preferences windows expanding) by making
8251                 the window a bit larger when the resolution is greater
8252                 than 640x480, and by putting the prefs in a
8253                 GtkScrolledWindow.
8254
8255 2005-09-09 [paul]       1.9.14cvs12
8256
8257         * AUTHORS
8258         * configure.ac
8259         * po/zh_TW.Big5.po      ** REMOVED **
8260         * po/zh_TW.po           ** ADDED **
8261                 updated by Wei-Lun Chao
8262
8263 2005-09-09 [paul]       1.9.14cvs11
8264
8265         * src/mainwindow.c
8266                 fix asserts
8267         * src/common/xml.c
8268                 delay memory allocation until file is
8269                 opened successfully
8270                 Patch by Daniel Gustafson
8271
8272 2005-09-09 [colin]      1.9.14cvs10
8273
8274         * src/imap.c
8275                 Add guards
8276
8277 2005-09-08 [colin]      1.9.14cvs9
8278
8279         * src/compose.c
8280                 Alert when we can't save draft
8281                 Fix various wrap/color issues
8282                 Add mid-click pasting respecting wrap_paste option
8283         * src/folder.c
8284         * src/folder.h
8285         * src/folder_item_prefs.c
8286         * src/folder_item_prefs.h
8287         * src/imap.c
8288         * src/imap_gtk.c
8289         * src/imap_gtk.h
8290         * src/main.c
8291         * src/mainwindow.c
8292         * src/mainwindow.h
8293         * src/news.c
8294         * src/news_gtk.c
8295         * src/news_gtk.h
8296         * src/prefs_folder_item.c
8297                 Fix the impossibility to synchronise folders for
8298                 offline use (IMAP and NNTP are concerned)
8299
8300 2005-09-08 [colin]      1.9.14cvs8
8301
8302         * configure.ac
8303                 Build LDAP and JPilot by default if available
8304         * src/textview.c
8305                 Fix use after free
8306
8307 2005-09-08 [paul]       1.9.14cvs7
8308
8309         * doc/manual/en/sylpheed-1.html
8310         * doc/manual/en/sylpheed-18.html
8311         * doc/manual/en/sylpheed-19.html
8312         * doc/manual/en/sylpheed-4.html
8313         * doc/manual/en/sylpheed-6.html
8314         * doc/manual/en/sylpheed.html
8315                 a few minor updates, plus include some
8316                 details about plugins and their requirements
8317         * src/mainwindow.c
8318                 minor changes to English in /View/Sort
8319
8320 2005-09-07 [colin]      1.9.14cvs6
8321
8322         * doc/manual/en/sylpheed-1.html
8323         * doc/manual/en/sylpheed-10.html
8324         * doc/manual/en/sylpheed-11.html
8325         * doc/manual/en/sylpheed-12.html
8326         * doc/manual/en/sylpheed-13.html
8327         * doc/manual/en/sylpheed-14.html
8328         * doc/manual/en/sylpheed-15.html
8329         * doc/manual/en/sylpheed-16.html
8330         * doc/manual/en/sylpheed-17.html
8331         * doc/manual/en/sylpheed-18.html
8332         * doc/manual/en/sylpheed-19.html
8333         * doc/manual/en/sylpheed-2.html
8334         * doc/manual/en/sylpheed-20.html
8335         * doc/manual/en/sylpheed-21.html
8336         * doc/manual/en/sylpheed-22.html
8337         * doc/manual/en/sylpheed-3.html
8338         * doc/manual/en/sylpheed-4.html
8339         * doc/manual/en/sylpheed-5.html
8340         * doc/manual/en/sylpheed-6.html
8341         * doc/manual/en/sylpheed-7.html
8342         * doc/manual/en/sylpheed-8.html
8343         * doc/manual/en/sylpheed-9.html
8344         * doc/manual/en/sylpheed.html
8345                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8346
8347 2005-09-07 [colin]      1.9.14cvs5
8348
8349         * src/mainwindow.c
8350                 Make labels more to-the-point
8351
8352 2005-09-07 [colin]      1.9.14cvs4
8353
8354         * doc/manual/en/sylpheed-1.html
8355         * doc/manual/en/sylpheed-12.html
8356         * doc/manual/en/sylpheed-13.html
8357         * doc/manual/en/sylpheed-14.html
8358         * doc/manual/en/sylpheed-15.html
8359         * doc/manual/en/sylpheed-16.html
8360         * doc/manual/en/sylpheed-17.html
8361         * doc/manual/en/sylpheed-18.html
8362         * doc/manual/en/sylpheed-19.html
8363         * doc/manual/en/sylpheed-2.html
8364         * doc/manual/en/sylpheed-20.html
8365         * doc/manual/en/sylpheed-21.html
8366         * doc/manual/en/sylpheed-22.html
8367         * doc/manual/en/sylpheed-4.html
8368         * doc/manual/en/sylpheed-5.html
8369         * doc/manual/en/sylpheed-6.html
8370         * doc/manual/en/sylpheed-7.html
8371         * doc/manual/en/sylpheed-8.html
8372         * doc/manual/en/sylpheed-9.html
8373         * doc/manual/en/sylpheed.html
8374                 Update manual
8375
8376 2005-09-07 [colin]      1.9.14cvs3
8377
8378         * doc/faq/en/sylpheed-faq-1.html
8379         * doc/faq/en/sylpheed-faq-2.html
8380         * doc/faq/en/sylpheed-faq-3.html
8381         * doc/faq/en/sylpheed-faq.html
8382                 Update FAQ
8383
8384 2005-09-07 [colin]      1.9.14cvs2
8385
8386         * src/folderview.c
8387         * src/procmsg.c
8388         * src/summaryview.c
8389         * src/toolbar.c
8390                 Fix special subfolders:
8391                 - Inherit parent's icon
8392                 - sent contents of queues subfolders
8393                 - empty subfolders of trashes
8394         * src/mainwindow.c
8395                 Remove outdated manual and faq entries
8396         * src/common/utils.c
8397                 Add quotes around %s coming from mailcap
8398
8399 2005-09-07 [colin]      1.9.14cvs1
8400
8401         * src/compose.c
8402                 After saving draft, set modified to FALSE
8403         * src/mimeview.c
8404         * src/common/utils.c
8405         * src/common/utils.h
8406                 Try to open mime parts using what is 
8407                 indicated in ~/.mailcap or /etc/mailcap,
8408                 if possible.
8409
8410 2005-09-05 [paul]       1.9.14
8411
8412         1.9.14 released
8413
8414         * po/sk.po
8415                 updated by Andrej Kacian
8416
8417 2005-09-05 [paul]       1.9.13cvs83
8418
8419         * po/de.po
8420         * po/es.po
8421         * po/fi.po
8422         * po/fr.po
8423         * po/nb.po
8424         * po/pt_BR.po
8425         * po/sr.po
8426                 updated translations by Thomas Gilgin, Ricardo Mones
8427                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8428                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8429
8430 2005-09-04 [paul]       1.9.13cvs82
8431
8432         * src/compose.c
8433                 only warn about exceeded line length limit
8434                 on send
8435
8436 2005-09-04 [paul]       1.9.13cvs81
8437
8438         * src/compose.c
8439                 fix crash in 'line length exceeded' dialogue
8440
8441 2005-09-02 [paul]       1.9.13cvs80
8442
8443         * src/imap.c
8444                 fix bug 795, 'Connection lost IMAP'
8445                 and add statusbar prints
8446                 Patch by Colin
8447
8448 2005-09-02 [paul]       1.9.13cvs79
8449
8450         * src/compose.c
8451                 compose_wrap_paragraph() becomes
8452                 compose_beautify_paragraph()
8453                 Patch by Colin
8454
8455 2005-09-02 [colin]      1.9.13cvs78
8456
8457         * src/folderview.c
8458                 Micro-fix
8459
8460 2005-09-01 [colin]      1.9.13cvs77
8461
8462         * src/imap.c
8463                 Maybe fix bug #795 (Connection lost IMAP)
8464                 Don't try to send logout when we're disconnected.
8465         * src/summaryview.c
8466                 Include locked and marked emails in HRM
8467                 view. Fixes bug #800 (Locked messages no longer 
8468                 show up when hide read messages is used)
8469
8470 2005-09-01 [paul]       1.9.13cvs76
8471
8472         * src/prefs_common.c
8473                 fix bad cutting
8474
8475 2005-08-31 [colin]      1.9.13cvs75
8476
8477         * src/folderview.c
8478         * src/folderview.h
8479         * src/prefs_summaries.c
8480         * src/summaryview.c
8481                 Fix "go to next new", fix preference
8482                 (Open unread/next swapped)
8483
8484 2005-08-31 [paul]       1.9.13cvs74
8485
8486         * src/compose.c
8487         * src/folderview.c
8488         * src/headerview.c
8489         * src/headerview.h
8490         * src/mainwindow.c
8491         * src/prefs_common.c
8492         * src/prefs_common.h
8493         * src/prefs_fonts.c
8494         * src/summaryview.c
8495         * src/textview.c
8496         * src/common/defs.h
8497                 remove obsolete BOLD_FONT setting
8498                 fix font update in headerview and textview
8499                 headers after prefs change
8500                 Patch By Colin
8501
8502 2005-08-31 [paul]
8503
8504         1.9.14-rc4 released
8505
8506 2005-08-30 [colin]      1.9.13cvs73
8507
8508         * src/summaryview.c
8509                 When Hide read messages is selected and we
8510                 refresh the summaryview, don't remove the 
8511                 currently displayed message. Fixes bug #797
8512                 (Summary view reloads when new mail is 
8513                 downloaded in 1.9.14 rc)
8514
8515 2005-08-30 [colin]      1.9.13cvs72
8516
8517         * src/folderview.c
8518                 Fix flickering
8519         * src/mainwindow.c
8520                 Remove useless callback
8521         * src/mimeview.c
8522         * src/gtk/filesel.c
8523         * src/gtk/filesel.h
8524                 Add a filesel_select_file_save_folder() - used by Save All
8525
8526 2005-08-29 [paul]       1.9.13cvs71
8527
8528         * AUTHORS
8529         * src/matcher_parser_parse.y
8530         * src/etpan/imap-thread.c
8531                 fix building on FreeBSD
8532                 Patch by Daniel Gustafson <daniel@hobbit.se>
8533
8534 2005-08-29 [paul]       1.9.13cvs70
8535
8536         * src/plugins/pgpinline/pgpinline.c
8537                 only initialise sig result if it's been handled
8538                 Patch by Colin
8539
8540 2005-08-29 [paul]       1.9.13cvs69
8541         
8542         Patches by Colin:
8543
8544         * src/imap.c
8545         * src/common.utils.c
8546         * src/common/utils.h
8547                 optimisation
8548         * src/stock_pixmap.h
8549                 fix wrong icon reference
8550         * src/pixmaps/trash_btn.xpm
8551                 replace with nicer image
8552
8553 2005-08-28 [colin]      1.9.13cvs68
8554
8555         * src/Makefile.am
8556         * src/stock_pixmap.c
8557         * src/stock_pixmap.h
8558         * src/toolbar.c
8559         * src/pixmaps/trash_btn.xpm
8560                 Add a specific trash xpm for the button
8561
8562 2005-08-28 [colin]      1.9.13cvs67
8563
8564         * src/imap.c
8565                 Fix leak
8566
8567 2005-08-27 [colin]      1.9.13cvs66
8568
8569         * src/imap.c
8570         * src/procmime.c
8571                 Correctly fix "Problem with replies", fixes
8572                 pgpmime encryption too. 
8573
8574 2005-08-27 [colin]      1.9.13cvs65
8575
8576         * src/folder.c
8577         * src/procmsg.c
8578         * src/procmsg.h
8579         * src/summaryview.c
8580                 Fix bug #517 (messages removed from summaryview 
8581                 when moving fails)
8582
8583 2005-08-27 [colin]      1.9.13cvs64
8584
8585         * tools/Makefile.am
8586         * tools/asus_mailled.sh
8587                 Add a script to blink ASUS laptops' mail LED where there
8588                 is unread mail.
8589
8590 2005-08-27 [colin]      1.9.13cvs63
8591
8592         * src/imap.c
8593         * src/etpan/imap-thread.c
8594         * src/etpan/imap-thread.h
8595                 Implement automatic choosing of login method
8596                 Fixes bug #791
8597         * src/gtk/.cvsignore
8598                 Add sylpheed-marshal.[ch]
8599
8600 2005-08-27 [colin]      1.9.13cvs62
8601
8602         * src/common/utils.c
8603                 Fix confusing perror
8604
8605 2005-08-27 [colin]      1.9.13cvs61
8606
8607         * src/toolbar.c
8608         * src/toolbar.h
8609                 Remove A_DELETE, replace it with 
8610                 A_TRASH and A_DELETE_REAL. Automatically
8611                 rewrite config files to replace A_DELETE
8612                 with A_TRASH (no functionality change).
8613                 Fixes half of #794
8614
8615 2005-08-26 [colin]      1.9.13cvs60
8616
8617         * src/procmime.c
8618                 Previous "Problem with replies" fix brought other
8619                 problems, fixing them
8620
8621 2005-08-26 [colin]      1.9.13cvs59
8622
8623         * src/procmime.c
8624                 Fix "Problem with replies". This happened only
8625                 on IMAP...
8626         * src/procmsg.c
8627                 Factorize code a bit
8628         * src/compose.c
8629                 Speed improvement on very long messages (wrapping)
8630                 Fix signature color on Reedit and Redirect
8631                 On Reedit, don't attach pgp-signatures parts, but
8632                 set signing to On.
8633
8634 2005-08-24 [paul]       1.9.13cvs58
8635
8636         * src/compose.c
8637                 don't claim success when clicking
8638                 Cancel on the passphrase box.
8639                 Patch by Colin
8640
8641 2005-08-24 [paul]       1.9.13cvs57
8642
8643         * src/main.c
8644                 fix misplaced sylpheed.log
8645         * src/common/defs.h
8646                 define UIDL_DIR
8647
8648 2005-08-24 [paul]       1.9.13cvs56
8649
8650         * src/imap.c
8651         * src/etpan/imap-thread.c
8652         * src/etpan/imap-thread.h
8653                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8654                 Patch by Colin
8655         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8656         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8657                 remove autogenerated files
8658         * tools/kdeservicemenu/README
8659         * tools/kdeservicemenu/install.sh
8660         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8661         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8662                 use Claws icon, use 'Sylpheed-Claws' in menu,
8663                 use kdialog, and other cleanups
8664
8665 2005-08-23 [paul]       1.9.13cvs55
8666
8667         * src/compose.c
8668                 fix paste/wrap crash
8669                 Patch by Colin
8670
8671 2005-08-23 [paul]       1.9.13cvs54
8672
8673         * src/main.c
8674                 fix crash recovery
8675                 Patch by Colin
8676
8677 2005-08-23 [paul]       1.9.13cvs53
8678
8679         * src/addressbook.c
8680         * src/editaddress.c
8681                 view all data of LDAP contacts
8682                 Patch by Colin
8683
8684 2005-08-23 [paul]       1.9.13cvs52
8685
8686         * src/addressbook.c
8687                 fix issues with the Search field
8688                 Patch by Colin
8689
8690 2005-08-22 [paul]       1.9.13cvs51
8691
8692         * src/folderview.c
8693                 put name of folder in processing dialog
8694                 title
8695         * src/prefs_folder_item.c
8696                 improve english usage
8697
8698 2005-08-22 [paul]       1.9.13cvs50
8699
8700         * src/filtering.c
8701         * src/filtering.h
8702         * src/matcher.c
8703         * src/matcher_parser_lex.l
8704         * src/matcher_parser_parse.y
8705         * src/prefs_filtering.c
8706                 add Filtering/Processing rule names feature.
8707                 (the incompatible old matcherrc is saved as
8708                 matcherrc.pre_names).
8709                 Patch by Colin
8710
8711 2005-08-22 [paul]       1.9.13cvs49
8712
8713         * src/procmsg.c
8714                 fix colour labelling
8715                 Patch by Colin
8716
8717 2005-08-22 [paul]       1.9.13cvs48
8718
8719         * src/textview.c
8720                 fix open_image_cb()
8721
8722 2005-08-22 [paul]       1.9.13cvs47
8723
8724         * src/imap.c
8725                 fix bug 789, 'SC crashes with imap (CVS ver)'
8726                 Patch by Colin
8727
8728 2005-08-22 [paul]       1.9.13cvs46
8729
8730         * src/mimeview.c
8731         * src/prefs_common.c
8732         * src/common/defs.h
8733                 define reused defaults in defs.h
8734         * src/textview.c
8735                 add 'Open image' to image popup menu
8736
8737 2005-08-21 [colin]      1.9.13cvs45
8738
8739         * src/summaryview.c
8740                 Fix bug #788 (Bogus "From" address displayed)
8741
8742 2005-08-20 [colin]      1.9.13cvs44
8743
8744         * src/folder.c
8745                 Fix buf #787 (multilevel delete causes SIGSEGV)
8746
8747 2005-08-19 [colin]      1.9.13cvs43
8748
8749         * src/inc.c
8750         * src/prefs_common.c
8751         * src/prefs_common.h
8752                 Add an hidden pref to allow modifying the
8753                 update stepping in incorporation.
8754                 Patch by wwp.
8755
8756 2005-08-19 [colin]      1.9.13cvs42
8757
8758         * src/compose.c
8759         * src/procmime.c
8760                 Workaround for broken MUAs: encode 
8761                 Content-type: name: as ASCII and 
8762                 Content-Disposition: filename: as
8763                 per rfc2231
8764         * src/prefs_account.c
8765                 Fix invisible-ness of SMTP SSL prefs
8766                 in NNTP accounts
8767
8768 2005-08-19 [paul]       1.9.13cvs41
8769
8770         * src/compose.c
8771         * src/prefs_common.c
8772         * src/prefs_common.h
8773         * src/prefs_wrapping.c
8774                 paste with or without wrapping.
8775                 patch by Colin
8776
8777 2005-08-19 [paul]       1.9.13cvs40
8778
8779         * src/prefs_common.c
8780         * src/prefs_common.h
8781         * src/summaryview.c
8782                 reintroduce enable_swap_from as a
8783                 hidden pref. patch by Colin
8784         * src/quote_fmt_parse.y
8785         * src/plugins/clamav/clamav_plugin.c
8786         * src/plugins/dillo_viewer/dillo_viewer.c
8787         * src/plugins/mathml_viewer/mathml_viewer.c
8788         * src/plugins/pgpcore/sgpgme.c
8789         * src/plugins/pgpinline/pgpinline.c
8790         * src/plugins/pgpmime/pgpmime.c
8791                 tidy up. patch by Colin
8792
8793 2005-08-19 [paul]       1.9.13cvs39
8794
8795         * configure.ac
8796                 complete cvs38's sync
8797         * src/editaddress.c
8798         * src/gedit-print.c
8799         * src/mutt.c
8800         * src/etpan/etpan-log.c
8801         * src/etpan/imap-thread.c
8802         * src/gtk/gtksourceprintjob.c
8803                 fix compilation warnings
8804                 (patch by Colin)
8805
8806 2005-08-19 [paul]       1.9.13cvs38
8807
8808         sync with main:
8809
8810         * src/account.c
8811         * src/action.c
8812         * src/addrbook.c
8813         * src/addrcache.c
8814         * src/addrharvest.c
8815         * src/addrindex.c
8816         * src/codeconv.c
8817         * src/compose.c
8818         * src/crash.c
8819         * src/exporthtml.c
8820         * src/exportldif.c
8821         * src/folder.c
8822         * src/image_viewer.c
8823         * src/inc.c
8824         * src/inc.h
8825         * src/jpilot.c
8826         * src/ldif.c
8827         * src/main.c
8828         * src/matcher.c
8829         * src/mbox.c
8830         * src/messageview.c
8831         * src/mh.c
8832         * src/mimeview.c
8833         * src/msgcache.c
8834         * src/mutt.c
8835         * src/news.c
8836         * src/partial_download.c
8837         * src/pine.c
8838         * src/pop.c
8839         * src/prefs_actions.c
8840         * src/prefs_common.c
8841         * src/prefs_customheader.c
8842         * src/prefs_display_header.c
8843         * src/prefs_gtk.c
8844         * src/prefs_themes.c
8845         * src/procheader.c
8846         * src/procmime.c
8847         * src/procmsg.c
8848         * src/recv.c
8849         * src/send_message.c
8850         * src/simple-gettext.c
8851         * src/sourcewindow.c
8852         * src/textview.c
8853         * src/vcard.c
8854         * src/common/defs.h
8855         * src/common/log.c
8856         * src/common/plugin.c
8857         * src/common/prefs.c
8858         * src/common/session.c
8859         * src/common/session.h
8860         * src/common/socket.c
8861         * src/common/socket.h
8862         * src/common/ssl_certificate.c
8863         * src/common/template.c
8864         * src/common/utils.c
8865         * src/common/utils.h
8866         * src/common/xml.c
8867         * src/gtk/about.c
8868         added wrappers for C library function that
8869                 take pathname arguments.
8870                 enabled compilation with MinGW.
8871                 use GDir instead of directly using opendir().
8872                 added rename_force().
8873
8874 2005-08-19 [paul]       1.9.13cvs37
8875         
8876         patches by Colin:
8877         * src/compose.c
8878                 fix privacy settings on re-editing
8879                 a sent message
8880         * src/jpilot.c
8881                 fix encoding bug
8882         * src/folder.c
8883         * src/procmsg.c
8884         * src/procmsg.h
8885         * src/summaryview.c
8886                 flag changing optimisation
8887
8888 2005-08-18 [martin]     1.9.13cvs36
8889
8890         * commitHelper
8891             added my login
8892         * src/addrcache.c
8893         * src/addrharvest.c
8894         * src/addrindex.c
8895         * src/compose.c
8896         * src/grouplistdialog.c
8897         * src/main.c
8898         * src/mainwindow.c
8899         * src/msgcache.c
8900         * src/mutt.c
8901         * src/pine.c
8902         * src/prefs_account.c
8903         * src/prefs_themes.c
8904         * src/stock_pixmap.c
8905         * src/summaryview.c
8906         * src/gtk/about.c
8907         * src/gtk/logwindow.c
8908             removed deprecated glib and gdk stuff
8909         * src/plugins/pgpcore/select-keys.c
8910             convert attributes from locale to utf8
8911
8912 2005-08-17 [paul]       1.9.13cvs35
8913
8914         * src/account.c
8915         * src/addressbook.c
8916                 use new GTK_STOCK_ icons if available
8917         * src/summaryview.c
8918         * src/gtk/gtksctree.c
8919         * src/gtk/gtksctree.h
8920                 faster range select. patch by Colin
8921
8922 2005-08-17 [paul]       1.9.13cvs34
8923
8924         patches by colin:
8925         * src/addressbook.c
8926         * src/addressitem.h
8927                 Add an edit button for contacts, fix selections
8928                 of gtksctree items
8929         * src/editaddress.c
8930                 Change labels, let Save be always possible in the
8931                 email and user atributes tabs
8932         * src/folderview.c
8933                 fix sort issues
8934         * src/summaryview.c
8935                 select next item instead of the displayed one
8936                 after deletion
8937
8938         * src/gtk/progressdialog.c
8939                 use prefs_common.enable_rules_hint
8940
8941 2005-08-13 [hoa]        1.9.13cvs33
8942
8943         * src/etpan/imap-thread.c
8944                 fixed build on Solaris.
8945
8946 2005-08-10 [colin]      1.9.13cvs32
8947
8948         * src/procmsg.c
8949                 Fix cvs31 (missing fclose before reading
8950                 the file)
8951
8952 2005-08-10 [colin]      1.9.13cvs31
8953
8954         * src/procmsg.c
8955                 Fix procmsg_msginfo_new_from_mimeinfo() when
8956                 the MimeInfo isn't stored in memory. This fixes
8957                 replying to an attached message.
8958
8959 2005-08-10 [colin]      1.9.13cvs30
8960
8961         * src/mainwindow.c
8962                 Fix slowness in account changing
8963
8964 2005-08-10 [colin]      1.9.13cvs29
8965
8966         * src/folder.c
8967         * src/folderutils.c
8968         * src/folderview.c
8969         * src/imap_gtk.c
8970         * src/mainwindow.c
8971         * src/mh_gtk.c
8972         * src/procmsg.c
8973         * src/summaryview.c
8974                 Optimize folder_has_parent_of_type
8975                 Prevent moving special sub-folders from contextual menus
8976                 Rework message a bit ("Empty all messages" -> "Delete all
8977                 messages")
8978                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8979                 and "Deleted Items" folders)
8980
8981 2005-08-08 [colin]      1.9.13cvs28
8982
8983         * src/summaryview.c
8984         * src/prefs_summaries.c
8985                 Make "Select first unread|new" more flexible
8986                 (just prioritize new or unread)
8987
8988 2005-08-08 [colin]      1.9.13cvs27
8989
8990         * src/summaryview.c
8991                 If "select first new" is selected and there only
8992                 are unread messages, fallback to "select first
8993                 unread".
8994
8995 2005-08-08 [colin]      1.9.13cvs26
8996
8997         * src/folder.c
8998                 Fix shameful bugs (and bug #779)
8999
9000 2005-08-08 [colin]      1.9.13cvs25
9001
9002         * src/folder.c
9003         * src/folder.h
9004                 Cache parents' type to make folder_has_parent_of_type
9005                 faster
9006         * src/folderview.c
9007                 Forbid DnD of special sub-folders
9008         * src/procmsg.c
9009         * src/procmsg.h
9010                 Add MAIL_POSTFILTERING_HOOK
9011         * src/summaryview.c
9012                 Revert over-zealous deletion of the use_addr_book 
9013                 code
9014
9015 2005-08-07 [colin]      1.9.13cvs24
9016
9017         * src/folder.c
9018                 Fix big mistake (passing MsgInfo instead 
9019                 of FolderItem)
9020
9021 2005-08-07 [colin]      1.9.13cvs23
9022
9023         * src/compose.c
9024         * src/folder.c
9025         * src/folder.h
9026         * src/foldersel.c
9027         * src/folderutils.c
9028         * src/folderview.c
9029         * src/imap.c
9030         * src/mainwindow.c
9031         * src/messageview.c
9032         * src/mh.c
9033         * src/msgcache.c
9034         * src/procmime.c
9035         * src/summaryview.c
9036                 Make subfolders of Drafts, Queue, Outbox, Trash
9037                 work like their parents. 
9038                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9039
9040 2005-08-07 [colin]      1.9.13cvs22
9041
9042         * src/addressbook.c
9043                 Fix bug #771 (Dragged contacts not saved)
9044
9045 2005-08-07 [paul]       1.9.13cvs21
9046
9047         * src/summaryview.c
9048                 fix bug 32 'Search Doesn't display results
9049                 if "Hide Read Messages" is chosen'
9050                 be more literal in interpreting 'Hide read
9051                 messages'
9052
9053 2005-08-07 [colin]      1.9.13cvs20
9054
9055         * src/folderview.c
9056                 Add debug
9057         * src/summaryview.c
9058                 Faster 'unthread_for_execution'
9059
9060 2005-08-06 [paul]       1.9.13cvs19
9061
9062         * src/mainwindow.c
9063                 add mnemonics to Set displayed columns
9064                 fix bug where msgview_visible option was
9065                 overwritten as TRUE on startup
9066
9067 2005-08-06 [paul]       1.9.13cvs18
9068
9069         * src/mainwindow.c
9070                 refer to 'displayed columns in folder/message
9071                 list' not 'displayed items in summary/message view'
9072         * src/prefs_display_header.c
9073                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9074                 be consistent with similar dialogues
9075         * src/prefs_folder_column.c
9076         * src/prefs_summary_column.c
9077                 'columns' not 'items', and folder and message lists,
9078                 instead of folder and summary views;
9079                 Use 'Hidden columns' as list heading not 'Available
9080                 items';
9081                 move the 'Remove' button to the right hand side;
9082                 top-align the buttons;
9083                 remove unneeded vbox
9084         * src/prefs_summaries.c
9085                 put the 2 column prefs buttons in a frame to reduce
9086                 overall width; refer to columns not items &c.
9087
9088 2005-08-05 [colin]      1.9.13cvs17
9089
9090         * src/prefs_common.c
9091         * src/prefs_common.h
9092         * src/mainwindow.c
9093         * src/compose.c
9094         * src/messageview.c
9095                 Add an hidden toolbar_detachable pref, so
9096                 that I can get rid of these painful handles
9097                 in the toolbars. Defaults to TRUE to avoid
9098                 changing the GUI on unsuspecting people...
9099
9100 2005-08-05 [colin]      1.9.13cvs16
9101
9102         * src/Makefile.am
9103         * src/prefs_folder_column.c
9104         * src/prefs_folder_column.h
9105                 Add prefs for folder columns
9106         * src/folderview.c
9107         * src/folderview.h
9108         * src/mainwindow.c
9109         * src/mainwindow.h
9110         * src/prefs_common.c
9111         * src/prefs_common.h
9112         * src/prefs_summaries.c
9113                 Use them
9114         * src/prefs_summary_column.c
9115         * src/summaryview.c
9116         * src/summaryview.h
9117                 Add a To column
9118         * src/textview.c
9119         * src/common/utils.c
9120         * src/common/utils.h
9121                 Move uri colourisation functions
9122                 to utils
9123         * src/compose.c
9124                 Colourise URIs
9125         * src/imap.c
9126                 Fix bug with LIST where we'd try
9127                 to get Folder//////[...]/// 
9128
9129 2005-08-05 [paul]       1.9.13cvs15
9130
9131         * src/prefs_summaries.c
9132                 improve the English usage
9133         * src/summaryview.c
9134                 set font on column change
9135                 thanks to Colin
9136
9137 2005-08-05 [paul]       1.9.13cvs14
9138
9139         * src/prefs_common.c
9140         * src/prefs_common.h
9141         * src/prefs_summaries.c
9142         * src/summaryview.c
9143                 replace 'open_unread_on_enter' option with
9144                 'select_on_entry' option. opening/not opening
9145                 is now exclusively controlled by 'always_show_msg'
9146
9147 2005-08-04 [colin]      1.9.13cvs13
9148
9149         * src/compose.c
9150                 Remove dead code
9151                 Add colourisation of quotes and signatures
9152         * src/folderview.c
9153                 Fix possible crashes
9154         * src/messageview.c
9155                 Change an assert that is no problem
9156         * src/news.c
9157         * src/news_gtk.c
9158         * src/news_gtk.h
9159                 Fix offline mode
9160         * src/gtk/quicksearch.c
9161                 Fix a possible crash
9162
9163 2005-08-03 [colin]      1.9.13cvs12
9164
9165         * src/prefs_account.c
9166                 Fix bug #777 (Sylpheed crash in account configuration)
9167
9168 2005-08-03 [colin]      1.9.13cvs11
9169
9170         * src/addressbook.c
9171         * src/editaddress.c
9172         * src/editgroup.c
9173                 Fixing addressbook, round 2
9174         * src/textview.c
9175                 Fix emphasis color on rechecking 'Colorize messages'
9176
9177 2005-08-03 [paul]       1.9.13cvs10
9178
9179         sync with main
9180
9181         * src/addr_compl.c
9182         * src/compose.c
9183         * src/main.c
9184         * src/pop.c
9185         * src/prefs_account.c
9186         * src/procmime.c
9187         * src/procmsg.c
9188         * src/quote_fmt_parse.y
9189         * src/textview.c
9190         * src/common/quoted-printable.c
9191         * src/common/utils.c
9192         * src/common/utils.h
9193         * src/common/xml.c
9194                 replaced incorrect locale-independent
9195                 ctype functions with GLib's. Corrected
9196                 signedness mismatch.
9197         * src/headerview.c
9198                 headerview_create(): added spacing for vbox.
9199         * src/gtk/about.c
9200                 set focus to the OK button.
9201
9202 2005-08-03 [colin]      1.9.13cvs9
9203
9204         * src/folderview.c
9205                 Fix possible crash
9206
9207 2005-08-02 [colin]      1.9.13cvs8
9208
9209         * src/mainwindow.c
9210                 Fix cast
9211         * src/addressbook.c
9212         * src/addressitem.h
9213                 Fix a cast and more generally, try to make the
9214                 GUI more intuitive and consistent (round 1)
9215
9216 2005-08-02 [paul]       1.9.13cvs7
9217
9218         * src/folder.h
9219                 missing in 1.9.13cvs6
9220
9221 2005-08-02 [colin]      1.9.13cvs6
9222
9223         * src/folder.c
9224                 Fix one more leak
9225
9226 2005-08-02 [colin]      1.9.13cvs5
9227
9228         * src/folder.c
9229         * src/folderview.c
9230         * src/imap.c
9231         * src/main.c
9232         * src/mbox.c
9233         * src/procmsg.c
9234         * src/summaryview.c
9235                 Fix a number of folder_item_get_msg_list()-related
9236                 leaks (missing procmsg_msginfo_free()s)
9237
9238 2005-08-01 [colin]      1.9.13cvs4
9239
9240         * src/folderview.c
9241         * src/folderview.h
9242         * src/mainwindow.c
9243         * src/prefs_fonts.c
9244         * src/prefs_summaries.c
9245         * src/prefs_themes.c
9246         * src/summaryview.c
9247         * src/summaryview.h
9248         * src/textview.c
9249         * src/textview.h
9250                 Fix instant-apply of summary and folderview-related prefs
9251                 Fix erroneous g_free and alertpanels in prefs_theme
9252                 Add instant-apply for fonts
9253                 Defer applying of prefs a little bit so it's done only
9254                 once even if requested by multiples prefs pages
9255
9256 2005-08-01 [paul]       1.9.13cvs3
9257
9258         * src/main.c
9259                 fix bug 776 'S.C. crashes on close'
9260                 thanks to Colin
9261         * src/etpan/etpan-thread-manager-types.h
9262                 add missing include
9263                 thanks to Hoa
9264
9265 2005-07-25 [paul]       1.9.13cvs2
9266
9267         * src/summaryview.c
9268                 fix typos. spotted by Fabien Vantard
9269
9270 2005-07-24 [paul]       1.9.13cvs1
9271
9272         * doc/man/sylpheed.1
9273                 update man page, incorporating fix of
9274                 bug 769 'Typo in manpage'
9275         * src/etpan/imap-thread.c
9276                 fix NetBSD openssl dependencies. patch by
9277                 George Michaelson <ggm@apnic.net>
9278         * po/pt_BR.po
9279                 updated by Frederico Goncalves Guimaraes
9280
9281 2005-07-22 [paul]       1.9.13
9282
9283         1.9.13 release
9284
9285 2005-07-22 [paul]       1.9.12cvs91
9286
9287         * AUTHORS
9288         * INSTALL
9289         * README.claws
9290         * RELEASE_NOTES.claws
9291                 updated for release
9292         * configure.ac
9293         * po/nb.po
9294         * tools/claws.i18n.status.pl
9295                 add Norwegian translation. submiited by
9296                 Geir Helland <pjallabais@users.sourceforge.net>
9297         * po/ca.po
9298         * po/de.po
9299         * po/es.po
9300         * po/fi.po
9301         * po/fr.po
9302         * po/it.po
9303         * po/sk.po
9304         * po/sr.po
9305         * po/zh_CN.po
9306                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9307                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9308                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9309                 Yang Guilong
9310         * src/plugins/clamav/clamav_plugin_gtk.c
9311         * src/plugins/spamassassin/spamassassin_gtk.c
9312                 replace outdated description strings
9313
9314 2005-07-21 [colin]      1.9.12cvs90
9315
9316         * src/folder.c
9317                 Set folder to batch mode when scanning it. Makes deletion
9318                 of unread mails on IMAP much faster (due to the UNREAD 
9319                 flag unsetting)
9320
9321 2005-07-21 [darko]      1.9.12cvs89
9322
9323         * configure.ac
9324                 link against libresolv if necessary (patch by Paul)
9325         * src/msgcache.c
9326                 use glib's portable macros to determine endianness
9327
9328 2005-07-21 [paul]       1.9.12cvs88
9329
9330         * src/crash.c
9331         * src/gtk/about.c
9332                 update compiled-in features list
9333
9334 2005-07-20 [colin]      1.9.12cvs87
9335
9336         * src/folder.c
9337         * src/textview.c
9338                 Gcc 2.9x compilation fixes, thanks to Darko
9339         * src/plugins/clamav/clamav_plugin.c
9340                 Little optimisation: load virus database only once
9341         * src/plugins/spamassassin/spamassassin.c
9342                 Big optimisation: filtering one mail took at least 1 second,
9343                 now it takes at least 50ms. Doesn't speed up spamassassin 
9344                 itself, but should already be much more tolerable.
9345
9346 2005-07-20 [colin]      1.9.12cvs86
9347
9348         * src/summaryview.c
9349                 Fix performance issue
9350
9351 2005-07-19 [colin]      1.9.12cvs85
9352
9353         * src/plugins/pgpinline/plugin.c
9354                 Fix warning
9355
9356 2005-07-19 [colin]      1.9.12cvs84
9357
9358         * configure.ac
9359         * src/plugins/Makefile.am
9360         * src/plugins/pgpinline/.cvsignore
9361         * src/plugins/pgpinline/Makefile.am
9362         * src/plugins/pgpinline/pgpinline.c
9363         * src/plugins/pgpinline/pgpinline.deps
9364         * src/plugins/pgpinline/pgpinline.h
9365         * src/plugins/pgpinline/plugin.c
9366                 Put pgpinline in the main tree
9367
9368 2005-07-19 [paul]       1.9.12cvs83
9369
9370         * src/prefs_actions.c
9371                 prevent '//' in menu names, which cause a crash
9372                 thanks to Colin
9373
9374 2005-07-19 [paul]       1.9.12cvs82
9375
9376         * configure.ac
9377                 be generally more informative in configure output.
9378                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9379                 '[ --disable-openssl ...', as --enable-openssl is default
9380                 PGP/MIME: don't check for GPGME again, check for
9381                 pgpcore instead. Therefore prevent the possibility of
9382                 attempting to build pgpmime if pgpcore dependencies are
9383                 not met
9384                 ClamAV: use pkgconfig to check for lib
9385                 libgnomeprint: revert logic on inner test to match
9386                 everything else
9387         * src/plugins/pgpcore/sgpgme.c
9388                 add missing include
9389
9390 2005-07-19 [colin]      1.9.12cvs81
9391
9392         * src/summaryview.c
9393                 Fix slow thread rebuilding in particular
9394                 cases
9395
9396 2005-07-19 [paul]       1.9.12cvs80
9397
9398         * sylpheed-claws.desktop
9399                 fix typo, spotted by Stephan Sachse
9400         * src/account.c
9401                 replace GTK_STOCK_ADD with
9402                 GTK_STOCK_NEW button
9403
9404 2005-07-18 [colin]      1.9.12cvs79
9405
9406         * src/etpan/imap-thread.c
9407                 Fix return value (Thanks Hoa)
9408
9409 2005-07-18 [colin]      1.9.12cvs78
9410
9411         * src/imap.c
9412                 Allow empty passwords
9413                 Create drafts/queue/outbox if necessary
9414         * src/summaryview.c
9415                 Remove old code
9416         * src/etpan/imap-thread.c
9417                 Fix STARTTLS (Thanks to Hoa)
9418
9419 2005-07-18 [paul]       1.9.12cvs77
9420
9421         * ChangeLog-gtk2.jp
9422         * ChangeLog.jp
9423                 removed
9424         * Makefile.am
9425                 updated to reflect additions and removals
9426         * TODO
9427                 updated to be claws-specific
9428         * TODO-gtk2
9429         * TODO-gtk2.jp
9430         * TODO.jp
9431         * sylpheed-128x128.png
9432         * sylpheed-64x64.png
9433                 removed
9434         * sylpheed-claws-128x128.png
9435         * sylpheed-claws-64x64.png
9436         * sylpheed-claws.desktop
9437         * sylpheed-claws.png
9438                 added
9439         * sylpheed.desktop
9440         * sylpheed.png
9441                 removed
9442
9443 2005-07-17 [paul]       1.9.12cvs76
9444
9445         * src/account.c
9446         * src/addressbook.c
9447         * src/alertpanel.c
9448         * src/alertpanel.h
9449         * src/compose.c
9450         * src/exphtmldlg.c
9451         * src/expldifdlg.c
9452         * src/folderview.c
9453         * src/imap_gtk.c
9454         * src/inc.c
9455         * src/message_search.c
9456         * src/messageview.c
9457         * src/mh_gtk.c
9458         * src/news_gtk.c
9459         * src/prefs_actions.c
9460         * src/prefs_filtering.c
9461         * src/prefs_matcher.c
9462         * src/prefs_template.c
9463         * src/prefs_themes.c
9464         * src/ssl_manager.c
9465         * src/summary_search.c
9466         * src/textview.c
9467         * src/toolbar.c
9468         * src/gtk/sslcertwindow.c
9469         * src/plugins/pgpcore/sgpgme.c
9470                 rework alertpanels
9471
9472 2005-07-17 [colin]      1.9.12cvs75
9473
9474         * src/privacy.c
9475                 add a PrivacySystem accessor that checks that
9476                 the system cached in a MimeInfo's privacydata
9477                 is still registered. Use this accessor instead
9478                 of directly using data->system. Fixes crashes
9479                 after unloading pgp plugins.
9480
9481 2005-07-17 [colin]      1.9.12cvs74
9482
9483         * src/alertpanel.c
9484                 Change geometry hints to a simple default size.
9485                 Fixes the certs dialogs.
9486
9487 2005-07-17 [colin]      1.9.12cvs73
9488
9489         * src/gtk/sslcertwindow.c
9490                 Use a gtkExpander
9491
9492 2005-07-17 [colin]      1.9.12cvs72
9493
9494         * src/plugins/pgpcore/Makefile.am
9495         * src/plugins/pgpmime/Makefile.am
9496                 Add gpgme libs
9497
9498 2005-07-17 [paul]       1.9.12cvs71
9499
9500         * configure.ac
9501                 add --disable-gnomeprint option
9502                 modified version of patch by Marius Mauch
9503
9504 2005-07-17 [paul]       1.9.12cvs70
9505
9506         * src/common/defs.h
9507                 update urls
9508         * src/account.c
9509         * src/action.c
9510         * src/addressbook.c
9511         * src/compose.c
9512         * src/foldersel.c
9513         * src/folderview.c
9514         * src/html.c
9515         * src/imap_gtk.c
9516         * src/main.c
9517         * src/mainwindow.c
9518         * src/messageview.c
9519         * src/mh_gtk.c
9520         * src/mimeview.c
9521         * src/news_gtk.c
9522         * src/prefs_account.c
9523         * src/prefs_send.c
9524         * src/prefs_summaries.c
9525         * src/procmsg.c
9526         * src/summaryview.c
9527         * src/common/utils.c
9528         * src/common/xml.c
9529         * src/plugins/pgpcore/passphrase.c
9530         * src/plugins/pgpcore/select-keys.c
9531                 replace inappropriately used backticks
9532                 with single quotes
9533
9534 2005-07-16 [colin]      1.9.12cvs69
9535
9536         * src/image_viewer.c
9537                 Add extra paranoid checks
9538
9539 2005-07-16 [colin]      1.9.12cvs68
9540
9541         * src/plugins/pgpcore/prefs_gpg.c
9542                 Don't auto-check sigs by default, as it
9543                 can be really slow.
9544
9545 2005-07-16 [colin]      1.9.12cvs67
9546
9547         * src/plugins/pgpcore/sgpgme.c
9548                 Make messages a bit better.
9549
9550 2005-07-16 [colin]      1.9.12cvs66
9551
9552         * src/imap.c
9553                 Remove pseudo-log
9554         * src/etpan/imap-thread.c
9555                 Add real log
9556
9557 2005-07-16 [colin]      1.9.12cvs65
9558
9559         * src/main.c
9560         * src/prefs_other.c
9561                 And now, fix build with libetpan :-/
9562
9563 2005-07-15 [colin]      1.9.12cvs64
9564
9565         * src/prefs_other.c
9566                 Continue fixing build without libetpan.
9567
9568 2005-07-15 [colin]      1.9.12cvs63
9569
9570         * src/main.c
9571                 Fix build with --disable-libetpan
9572
9573 2005-07-15 [colin]      1.9.12cvs62
9574
9575         * configure.ac
9576                 Bump libetpan's version
9577
9578 2005-07-15 [colin]      1.9.12cvs61
9579
9580         * src/etpan/imap-thread.c
9581                 Actually stop logging :)
9582
9583 2005-07-15 [colin]      1.9.12cvs60
9584
9585         * src/addressbook.c
9586                 Fix dnd of multiple addresses.
9587
9588 2005-07-15 [hoa]        1.9.12cvs59
9589
9590         * src/etpan/imap-thread.c
9591             disable login of IMAP password in libetpan log file.
9592
9593 2005-07-15 [paul]       1.9.12cvs58
9594
9595         * src/account.c
9596                 don't automatically sort
9597                 do allow drag n drop
9598
9599 2005-07-15 [paul]       1.9.12cvs57
9600
9601         * src/account.c
9602         * src/ssl_manager.c
9603                 alphabetical listing
9604
9605 2005-07-15 [paul]       1.9.12cvs56
9606
9607         * src/gtk/pluginwindow.c
9608                 sort plugin list alphabetically
9609
9610 2005-07-15 [paul]       1.9.12cvs55
9611
9612         * src/prefs_spelling.c
9613         * src/prefs_wrapping.c
9614                 unify English usage
9615
9616 2005-07-15 [colin]      1.9.12cvs54
9617
9618         * src/wizard.c
9619                 Typo fix
9620
9621 2005-07-15 [paul]       1.9.12cvs53
9622
9623         * src/prefs_message.c
9624                 make 'show cursor' a hidden option
9625
9626 2005-07-14 [colin]      1.9.12cvs52
9627
9628         * src/plugins/spamassassin/Makefile.am
9629         * src/plugins/clamav/Makefile.am
9630                 Fix double EXTRA_DISTs
9631
9632 2005-07-14 [colin]      1.9.12cvs51
9633
9634         * src/plugins/clamav/Makefile.am
9635         * src/plugins/clamav/clamav_plugin_gtk.deps
9636         * src/plugins/spamassassin/Makefile.am
9637         * src/plugins/spamassassin/spamassassin_gtk.deps
9638                 Make $plugin_gtk depend on $plugin
9639
9640 2005-07-14 [hoa]        1.9.12cvs50
9641
9642         * src/etpan/imap-thread.c
9643                 enable debug log of libetpan when running with --debug
9644
9645 2005-07-14 [colin]      1.9.12cvs49
9646
9647         * configure.ac
9648         * src/common/Makefile.am
9649         * src/common/plugin.c
9650         * src/common/plugin.h
9651                 Add a little plugin dependancy system.
9652                 Plugins can ship a $plugin_name.deps file
9653                 (near them in PLUGINDIR) so that their
9654                 dependancies are loaded if possible.
9655         * src/plugins/Makefile.am
9656         * src/plugins/pgpcore/Makefile.am
9657         * src/plugins/pgpcore/passphrase.c
9658         * src/plugins/pgpcore/passphrase.h
9659         * src/plugins/pgpcore/plugin.c
9660         * src/plugins/pgpcore/prefs_gpg.c
9661         * src/plugins/pgpcore/prefs_gpg.h
9662         * src/plugins/pgpcore/select-keys.c
9663         * src/plugins/pgpcore/select-keys.h
9664         * src/plugins/pgpcore/sgpgme.c
9665         * src/plugins/pgpcore/sgpgme.h
9666                 Introduce pgpcore, used by pgpmime and
9667                 pgpinline
9668         * src/plugins/pgpmime/Makefile.am
9669         * src/plugins/pgpmime/passphrase.c
9670         * src/plugins/pgpmime/passphrase.h
9671         * src/plugins/pgpmime/pgpmime.c
9672         * src/plugins/pgpmime/pgpmime.deps
9673         * src/plugins/pgpmime/plugin.c
9674         * src/plugins/pgpmime/prefs_gpg.c
9675         * src/plugins/pgpmime/prefs_gpg.h
9676         * src/plugins/pgpmime/select-keys.c
9677         * src/plugins/pgpmime/select-keys.h
9678         * src/plugins/pgpmime/sgpgme.c
9679         * src/plugins/pgpmime/sgpgme.h
9680                 Remove the core from pgpmime and add the
9681                 dependancy to pgpcore.
9682
9683 2005-07-14 [paul]       1.9.12cvs48
9684
9685         * src/stock_pixmap.c
9686                 forgot this in last commit
9687
9688 2005-07-14 [paul]       1.9.12cvs47
9689
9690         * src/account.c
9691         * src/addressbook.c
9692                 add accelerators for the buttons (sync with main)
9693         * src/compose.c
9694         * src/compose.h
9695                 add accelerators for the buttons.
9696                 fix editing with external editor.
9697                 replace gdk_input_*() with GIOChannel;
9698                 (sync with main)
9699         * src/foldersel.c
9700                 display folder names with new/unread
9701                 representation (sync with main)
9702         * src/main.c
9703                 specify default window icon (sync with main)
9704         * src/prefs_common.c
9705                 use_addr_book default to FALSE
9706         * src/summaryview.c
9707         * src/textview.c
9708                 add accelerators for the buttons (sync with main)
9709         * src/gtk/menu.c
9710                 fix typos
9711         * src/pixmaps/sylpheed_icon.xpm
9712                 updated
9713
9714 2005-07-13 [paul]       1.9.12cvs46
9715
9716         * src/plugins/pgpmime/pgpmime.c
9717         * src/plugins/pgpmime/sgpgme.c
9718                 (temporarily) use deprecated gpgme_data_rewind()
9719                 while largefile support is not present
9720                 (as suggested by Colin)
9721
9722 2005-07-13 [paul]       1.9.12cvs45
9723
9724         * configure.ac
9725                 remove large file support (for now):
9726                 it breaks too many things
9727
9728 2005-07-13 [paul]       1.9.12cvs44
9729
9730         * configure.ac
9731                 add large file support
9732         * src/html.c
9733                 fix bug #763 where href attribute was not
9734                 the very first attribute of a link
9735                 patch by Thomas Gilgin
9736
9737 2005-07-13 [colin]      1.9.12cvs43
9738
9739         * src/gtk/pluginwindow.c
9740                 Little portability fix
9741
9742 2005-07-13 [colin]      1.9.12cvs42
9743
9744         * src/plugins/pgpmime/sgpgme.c
9745                 Fix crasher.
9746
9747 2005-07-13 [colin]      1.9.12cvs41
9748
9749         * src/plugins/pgpmime/pgpmime.c
9750         * src/plugins/pgpmime/sgpgme.c
9751                 Use gpgme_data_release_and_get_mem instead
9752                 of gpgme_data_read.
9753
9754 2005-07-13 [colin]      1.9.12cvs40
9755
9756         * configure.ac
9757         * src/plugins/pgpmime/passphrase.c
9758         * src/plugins/pgpmime/passphrase.h
9759         * src/plugins/pgpmime/pgpmime.c
9760         * src/plugins/pgpmime/plugin.c
9761         * src/plugins/pgpmime/select-keys.c
9762         * src/plugins/pgpmime/select-keys.h
9763         * src/plugins/pgpmime/sgpgme.c
9764         * src/plugins/pgpmime/sgpgme.h
9765                 Port pgpmime to gpgme-1.0.
9766
9767 2005-07-12 [paul]       1.9.12cvs39
9768
9769         * AUTHORS
9770         * src/toolbar.c
9771         * src/toolbar.h
9772                 add a 'Go to Prev' button to the toolbar.
9773                 correct tooltip text of go to buttons.
9774                 based on patch by Yang Guilong <bamanzi@gmail.com>
9775
9776 2005-07-12 [colin]      1.9.12cvs38
9777
9778         * src/statusbar.c
9779                 Fix progress bar showing stuff at startup.
9780
9781 2005-07-12 [paul]       1.9.12cvs37
9782
9783         * src/editjpilot.c
9784                 fix building with jpilot support
9785
9786 2005-07-11 [colin]      1.9.12cvs36
9787
9788         * src/inc.c
9789                 Add visual indication that filtering is running
9790         * src/textview.c
9791                 Make {}[] uri delimiters
9792         * src/summaryview.c
9793                 Remove useless (and slow) calls
9794
9795 2005-07-11 [paul]       1.9.12cvs35
9796
9797         * src/plugins/clamav/clamav_plugin_gtk.c
9798         * src/plugins/dillo_viewer/dillo_prefs.c
9799         * src/plugins/pgpmime/prefs_gpg.c
9800         * src/plugins/spamassassin/spamassassin_gtk.c
9801                 gather plugins prefs together under their
9802                 own 'Plugins' heading
9803
9804 2005-07-11 [paul]       1.9.12cvs34
9805
9806         sync with main
9807
9808         * src/account.c
9809                 account_delete(): modified alert dialog
9810         * src/editjpilot.c
9811         * src/editvcard.c
9812                 fixed a crash when cancelling file selection
9813                 dialog by Escape key. Made non-ascii filename
9814                 selectable.
9815         * src/prefs_template.c
9816                 prefs_template_window_create(): make scrolled
9817                 window policy AUTOMATIC
9818
9819 2005-07-10 [hoa]        1.9.12cvs33
9820
9821         * src/etpan/imap-thread.c
9822                 workaround for old Courier IMAP servers.
9823
9824 2005-07-10 [colin]      1.9.12cvs32
9825
9826         * src/folder.c
9827         * src/statusbar.c
9828         * src/statusbar.h
9829                 Add visual progress indicator on filtering/processing
9830                 Factorize the progress bar code
9831         * src/imap.c
9832         * src/imap.h
9833         * src/etpan/imap-thread.c
9834                 Add a reference counter to avoid destroying the Folder
9835                 while it's in use by another callback.
9836
9837 2005-07-09 [hoa]        1.9.12cvs31
9838
9839         * src/imap.c
9840         * src/etpan/imap-thread.c
9841                 fixed deadlock when removing IMAP account.
9842
9843 2005-07-08 [colin]      1.9.12cvs30
9844
9845         * src/textview.c
9846         * src/unmime.c
9847                 Fix again problems decoding broken headers
9848         * src/gtk/inputdialog.c
9849                 Fix local variable shadowing a global one
9850
9851 2005-07-08 [colin]      1.9.12cvs29
9852
9853         * src/msgcache.c
9854                 Make the cache/mark files platform-agnostic by writing
9855                 them in little-endian format. Reading them is also done
9856                 in little-endian format, of course; however, in order
9857                 to avoid trashing mark data on big-endian machines, the
9858                 files are, at first, read from the native format if the
9859                 little-endian one doesn't exist. This is easy to deter-
9860                 mine by trying to open a file with a swapped data_ver
9861                 and seeing if it's the wanted version.
9862                 Little-endian using users should see absolutely no
9863                 difference, Big-endian users may get a very little
9864                 performance drop due to byte-swapping.
9865                 Tested on i386 and ppc32. 
9866                 Fixes bug #159 (The index file, in the mailboxes, is 
9867                 hardware depending).
9868
9869                 To have the cache/mark files updated to the new little-
9870                 endian format, "Check for new messages" or even
9871                 "Rebuild folder tree" aren't enough. Files will be
9872                 updated as soon as a folder has been opened/closed.
9873                 To update everything, just select all folders by
9874                 selecting them one by one.
9875
9876 2005-07-07 [colin]      1.9.12cvs28
9877
9878         * src/imap.c
9879                 Remember the folder separator per IMAPFolder
9880                 instead of globally.
9881                 Revive the Session on noop; fixes bug #761
9882                 (mark a bunch of unread messages as read takes 
9883                 forever)
9884
9885 2005-07-07 [darko]      1.9.12cvs27
9886
9887         * src/common/template.c
9888                 Sort templates alphabetically
9889
9890 2005-07-06 [colin]      1.9.12cvs26
9891
9892         * src/imap.c
9893                 Try to use the correct separator in
9894                 most cases. Possibly fixes bug #759
9895                 (only creates the INBOX folder when 
9896                 setting up new IMAP account) and 
9897                 bug #760 (Can't retrieve messages)
9898
9899 2005-07-06 [colin]      1.9.12cvs25
9900
9901         * src/imap.c
9902                 Use real_path in status command. This will
9903                 help later, when namespaces will be used.
9904
9905 2005-07-06 [colin]      1.9.12cvs24
9906
9907         * configure.ac
9908         * src/account.c
9909         * src/folder.c
9910         * src/imap.c
9911         * src/etpan/etpan-log.c
9912         * src/etpan/etpan-thread-manager.c
9913         * src/etpan/imap-thread.c
9914                 Add a --disable-libetpan parameter. With this,
9915                 users that don't want IMAP4 support can avoid
9916                 the new dependancy (and have no IMAP support).
9917                 Users that have IMAP4 accounts and use this
9918                 parameter won't lose their configuration, their
9919                 IMAP accounts will just be invisible and not
9920                 used.
9921         * src/textview.c
9922                 Make the "Copy ..." contextual menu items 
9923                 copy to both the X clipboard and the gtk 
9924                 clipboard - as most other apps do.
9925         * src/gtk/about.c
9926                 Add a notice about OpenSSL usage, in order to
9927                 comply with OpenSSL's license (point 6):
9928                 http://www.openssl.org/source/license.html
9929
9930 2005-07-06 [colin]      1.9.12cvs23
9931
9932         * src/alertpanel.c
9933                 Fix a minimum size for alertpanels
9934         * src/compose.c
9935                 Show 'No space left on device' type errors
9936                 when queuing/sending
9937         * src/imap_gtk.c
9938         * src/mh_gtk.c
9939                 Rework folder's deletion message (remove 
9940                 extra \n)
9941
9942 2005-07-05 [colin]      1.9.12cvs22
9943
9944         * src/imap.c
9945                 Add an alertpanel on auth error
9946                 Add pseudo-log
9947                 Remove pthread-related stuff
9948
9949 2005-07-05 [colin]      1.9.12cvs21
9950
9951         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9952                 Fix crash on plugin reloading (with a hack)
9953
9954 2005-07-05 [colin]      1.9.12cvs20
9955
9956         * src/prefs_account.c
9957         * src/prefs_account.h
9958                 Fix typo
9959         * src/gtk/filesel.c
9960         * src/gtk/filesel.h
9961                 Add a way to filter the view
9962         * src/gtk/pluginwindow.c
9963                 Filter loadable stuff
9964         * src/plugins/pgpmime/prefs_gpg.c
9965                 Fix missing unregistration
9966         * .cvsignore
9967         * src/etpan/.cvsignore
9968         * src/plugins/spamassassin/.cvsignore
9969                 Add more stuff to cvs ignored files
9970
9971 2005-07-04 [colin]      1.9.12cvs19
9972
9973         * src/imap.c
9974                 Fix scan_required returning FALSE when it
9975                 shouldn't. Maybe fix #760 (Can't retrieve
9976                 messages)
9977
9978 2005-07-04 [colin]      1.9.12cvs18
9979
9980         * src/summaryview.c
9981                 Fix always_show_msg pref
9982
9983 2005-07-04 [paul]       1.9.12cvs17
9984
9985         sync with main (forgotten in last commit)
9986         
9987         * src/common/utils.c
9988         * src/common/utils.h
9989                 check_line_length(): new.
9990                 is_dir_exist()
9991                 is_file_entry_exist()
9992                 dirent_is_regular_file()
9993                 dirent_is_directory(): use g_file_test() instead of stat().
9994
9995 2005-07-04 [paul]       1.9.12cvs16
9996
9997         sync with main:
9998
9999         * src/compose.c
10000                 compose_write_to_file(): check for line
10001                 length limit and display warning if exceeds
10002         * src/jpilot.c
10003                 use get_home_dir() instead of g_get_home_dir()
10004         * src/procheader.c
10005                 removed warning about invalid date
10006         * src/vcard.c
10007                 use get_home_dir() instead of g_get_home_dir()
10008
10009 2005-07-04 [paul]       1.9.12cvs15
10010
10011         * src/stock_pixmap.c
10012                 fix new pixmap naming errors
10013                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10014
10015 2005-07-04 [colin]      1.9.12cvs14
10016
10017         * src/imap.c
10018                 Fix debugging string with a warning
10019
10020 2005-07-04 [colin]      1.9.12cvs13
10021
10022         * configure.ac
10023                 Add a check for libetpan's version (>= 0.37)
10024
10025 2005-07-04 [hoa]        1.9.12cvs12
10026
10027         * commitHelper
10028         * src/imap.c
10029         * src/etpan/imap-thread.c
10030         * src/etpan/imap-thread.h
10031                 fixed IMAP implementation of check of mails.
10032
10033 2005-07-03 [hoa]        1.9.12cvs11
10034
10035         * src/etpan/Makefile.am
10036         * src/etpan/etpan-errors.h
10037         * src/etpan/etpan-log.[ch]
10038         * src/etpan/etpan-thread-manager-types.h
10039         * src/etpan/etpan-thread-manager.[ch]
10040         * src/etpan/imap-thread.[ch]
10041         * src/Makefile.am
10042         * src/imap.c
10043         * src/main.c
10044         * src/prefs_other.c
10045         * configure.ac
10046             merged imap branch.
10047             dependency on libetpan 0.37 is now added.
10048
10049 2005-07-01 [colin]      1.9.12cvs10
10050
10051         * src/Makefile.am
10052         * src/folder.c
10053         * src/folder.h
10054         * src/folderview.c
10055         * src/stock_pixmap.c
10056         * src/stock_pixmap.h
10057         * src/plugins/trayicon/trayicon.c
10058                 Add marked symbol on folders containing
10059                 marked messages
10060         * src/procmsg.c
10061         * src/procmsg.h
10062         * src/toolbar.c
10063         * src/prefs_common.c
10064         * src/prefs_common.h
10065         * src/prefs_send.c
10066                 Add an optional confirmation dialog on queue
10067                 sending. Patch by wwp.
10068         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10069         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10070         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10071         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10072         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10073         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10074         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10075         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10076         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10077         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10078         * src/pixmaps/trash_mark.xpm            ** ADDED **
10079                 New pixmaps
10080
10081 2005-07-01 [colin]      1.9.12cvs9
10082
10083         * src/summaryview.c
10084                 Fix a little threading bug
10085         * src/addrgather.c
10086         * src/mainwindow.c
10087                 A little bit of HIG normality never hurts
10088
10089 2005-07-01 [colin]      1.9.12cvs8
10090
10091         * src/compose.c
10092         * src/msgcache.c
10093         * src/pop.c
10094         * src/procmime.c
10095         * src/recv.c
10096         * src/common/log.c
10097         * src/common/template.c
10098         * src/common/utils.c
10099         * src/common/utils.h
10100                 Reverted the fwrite_atomic stuff. In fact
10101                 it is already atomic.
10102
10103 2005-06-30 [colin]      1.9.12cvs7
10104
10105         * src/common/utils.c
10106         * src/common/utils.h
10107                 Add an fwrite_atomic() function to make
10108                 sure we write everything: fwrite can make
10109                 short writes.
10110         * src/compose.c
10111         * src/msgcache.c
10112         * src/pop.c
10113         * src/procmime.c
10114         * src/recv.c
10115         * src/common/log.c
10116         * src/common/template.c
10117                 Use that (and fix swapping of size and nmemb).
10118                 Thanks to Rich Coe for the heads up.
10119
10120 2005-06-30 [colin]      1.9.12cvs6
10121
10122         * src/addressbook.c
10123                 Optimize addressbook opening 
10124
10125 2005-06-30 [colin]      1.9.12cvs5
10126
10127         * src/summaryview.c
10128                 Remove calls to summary_step after move/copy
10129
10130 2005-06-28 [paul]       1.9.12cvs4
10131
10132         * src/alertpanel.c
10133                 wrap and make the error msg selectable
10134
10135 2005-06-28 [paul]       1.9.12cvs3
10136
10137         * src/ssl_manager.c
10138                 replace the OK button with a Close button
10139         * src/gtk/foldersort.c
10140                 use GTK_STOCK_ icons/buttons
10141
10142 2005-06-28 [colin]      1.9.12cvs2
10143
10144         * src/gedit-print.c             ** ADDED **
10145         * src/gedit-print.h             ** ADDED **
10146         * src/gtk/gtksourceprintjob.c   ** ADDED **
10147         * src/gtk/gtksourceprintjob.h   ** ADDED **
10148                 I can't believe no one had enough time to tell
10149                 me I forgot the `cvs add`
10150
10151 2005-06-27 [colin]      1.9.12cvs1
10152
10153         * src/Makefile.am
10154         * src/gtk/Makefile.am
10155         * src/messageview.c
10156         * src/procmsg.c
10157         * src/summaryview.c
10158         * configure.ac
10159                 Add optional libgnomeprint-based printing
10160         * src/mainwindow.c
10161         * src/gtk/quicksearch.c
10162                 Add an Edit/Quick search menu item to show
10163                 and focus the quicksearch
10164
10165 2005-06-27 [paul]       1.9.12
10166
10167         1.9.12 release
10168
10169         * po/ca.po
10170         * po/de.po
10171         * po/es.po
10172         * po/fr.po
10173         * po/it.po
10174         * po/ko.po
10175         * po/pt_BR.po
10176         * po/sk.po
10177         * po/zh_CN.po
10178                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10179                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10180                 SungHyun Nam, Frederico Goncalves Guimaraes,
10181                 Andrej Kacian, and Yang Guilong
10182 2005-06-26 [colin]      1.9.11cvs106
10183
10184         * src/imap_gtk.c
10185                 Forgot one file for previous fix
10186
10187 2005-06-26 [colin]      1.9.11cvs105
10188
10189         * src/folder.c
10190         * src/imap.c
10191                 Fix problems with folder operations in no_select
10192                 imap folders. it applies only to mails, and 
10193                 creation/deletion/move/renaming of folders 
10194                 should be possible
10195
10196 2005-06-26 [paul]       1.9.11cvs104
10197
10198         * src/prefs_filtering.c
10199                 replace one more GTK_STOCK_REMOVE
10200                 with GTK_STOCK_DELETE
10201
10202 2005-06-25 [colin]      1.9.11cvs103
10203
10204         * src/imap.c
10205                 Optimize get_seq_set_from_seq_list
10206                 (Patch by Ricardo) 
10207
10208 2005-06-25 [colin]      1.9.11cvs102
10209
10210         * src/mh.c
10211                 If the directory exists, but not in the
10212                 correct encoding, rename it. This should
10213                 handle old-versions-induced bugs.
10214
10215 2005-06-25 [colin]      1.9.11cvs101
10216
10217         * src/mh.c
10218                 Fix path access with extended dir names
10219                 Fixes bug #589 (SC segfaults with wrong locale
10220                 settings)
10221
10222 2005-06-25 [colin]      1.9.11cvs100
10223
10224         * src/prefs_account.c
10225         * src/prefs_account.h
10226         * src/compose.c
10227                 Add an option to encrypt replies to
10228                 encrypted messages
10229
10230 2005-06-25 [colin]      1.9.11cvs99
10231
10232         * src/compose.c
10233         * src/quote_fmt_parse.y
10234                 ... And make it work with pgpinline.
10235
10236 2005-06-25 [colin]      1.9.11cvs98
10237
10238         * src/compose.c
10239         * src/procmime.c
10240         * src/procmime.h
10241         * src/quote_fmt_parse.y
10242                 o Make reedition of encrypted messages possible
10243                   (as long as it is encrypted to self too, no
10244                    magic there)
10245                 o Make replying with quote (and without selecting
10246                   text) possible for encrypted messages.
10247                 Closes bug #550 (Not possible to "reply with quote"
10248                 to gnupg encrypted messages)
10249
10250 2005-06-24 [paul]       1.9.11cvs97
10251
10252         * src/imap.c
10253                 add missing include
10254
10255 2005-06-24 [paul]       1.9.11cvs96
10256
10257         * src/editldap.c
10258                 made bind password entry invisible
10259                 (sync with main)
10260         * src/send_message.c
10261                 send_message_local(): check exit status
10262                 to detect errors (sync with main)
10263         * src/textview.c
10264                 use main's less ambiguous popup menu
10265                 wording
10266
10267 2005-06-24 [paul]       1.9.11cvs95
10268
10269         * src/prefs_actions.c
10270         * src/prefs_customheader.c
10271         * src/prefs_display_header.c
10272         * src/prefs_filtering_action.c
10273         * src/prefs_matcher.c
10274         * src/prefs_template.c
10275         * src/prefs_toolbar.c
10276                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10277         * src/gtk/description_window.c
10278                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10279
10280 2005-06-23 [colin]      1.9.11cvs94
10281
10282         * src/summaryview.c
10283                 Fix rough edges (be sure to call status_show whenever
10284                 necessary).
10285
10286 2005-06-23 [colin]      1.9.11cvs93
10287
10288         * src/summaryview.c
10289                 Optimize Select All
10290                 Before, in a 5K mails folder: 11s
10291                 After, in the same folder: 58000µs
10292                 The joys of locking... gtk_clist_select_all() fires a 
10293                 tree-select-row event for each selected row, which in 
10294                 summaryview, callbacks summary_selected which in turn,
10295                 calls summary_status_show, which walks the selected
10296                 rows. Hence, calling gtk_clist_select_all was 
10297                 exponential. Locking the summaryview makes 
10298                 summary_selected return early.
10299
10300 2005-06-23 [colin]      1.9.11cvs92
10301
10302         * src/imap.c
10303                 Move mutex at the important place to avoid
10304                 deadlocks
10305         * src/summaryview.c
10306                 Fix Del key deleting directly instead of
10307                 moving to trash
10308
10309 2005-06-22 [colin]      1.9.11cvs91
10310
10311         * src/plugins/spamassassin/libspamc.c
10312                 As we do spagetti code with assignations in multiple
10313                 places (see _message_read_raw where out = msg = raw),
10314                 let's be sure we don't free the same pointer twice.
10315                 Should fix bug #683 (Crash in libpam at 
10316                 message_cleanup).
10317
10318 2005-06-22 [colin]      1.9.11cvs90
10319
10320         * src/compose.c
10321         * src/messageview.c
10322         * src/toolbar.c
10323                 Make toolbar's delete use the move to trash stuff;
10324                 Add gtk_widget_realize to be sure pixmaps can get
10325                 created (that may fix an old worksforme bug which
10326                 I can't find back...)
10327
10328 2005-06-22 [colin]      1.9.11cvs89
10329
10330         * src/summaryview.c
10331         * src/summaryview.h
10332         * src/mainwindow.c
10333                 Rename "Message/Delete" to "Message/Move to trash"
10334                 Add "Message/Delete..." that directly destroys the
10335                 selected messages after asking for a confirmation.
10336
10337 2005-06-22 [colin]      1.9.11cvs88
10338
10339         * src/imap.c
10340                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10341                 o Fix a deadlock (thanks Darko)
10342
10343 2005-06-22 [colin]      1.9.11cvs87
10344
10345         * src/gtk/foldersort.c
10346                 Add missing include for the i18n;
10347                 patch by Fabien Vantard
10348
10349 2005-06-21 [colin]      1.9.11cvs86
10350
10351         * src/folder.c
10352         * src/folderview.c
10353                 Respect the no_select flag
10354         * src/imap.c
10355                 Fix recursive deletion
10356         * src/imap_gtk.c
10357         * src/mh_gtk.c
10358                 Make the folder deletion's warning
10359                 more explicit
10360
10361 2005-06-21 [colin]      1.9.11cvs85
10362
10363         * src/textview.c
10364                 Prevent email addresses from spanning accross
10365                 lines - fixes bug # 646 (newline-chars in 
10366                 email addresses)
10367
10368 2005-06-20 [colin]      1.9.11cvs84
10369
10370         * src/folder.c
10371                 Be sure not to remove source if copy failed
10372
10373 2005-06-20 [colin]      1.9.11cvs83
10374
10375         * src/folderview.c
10376         * src/imap_gtk.c
10377                 remove summaryview's lock
10378         * src/imap.c
10379                 introduce threads to avoid problems when foreground tasks
10380                 interfere with background tasks
10381         * src/mh.c
10382                 prevent moving to drafts/queue
10383         * src/mimeview.c
10384                 fix leak
10385
10386 2005-06-19 [colin]      1.9.11cvs82
10387
10388         * src/imap_gtk.c
10389                 Remember that the user doesn't want to override
10390                 offline mode, for 3 seconds. It avoid presenting
10391                 him with N popups in a really short time.
10392
10393 2005-06-17 [colin]      1.9.11cvs81
10394
10395         * src/imap.c
10396                 Fix IMAP breaking on folders containing '('
10397                 (Probably won't be enough)
10398
10399 2005-06-17 [colin]      1.9.11cvs80
10400
10401         Forgotten files on 1.9.11cvs79
10402         * src/summaryview.c
10403                 Fix stepping when not immediately executing
10404         * src/imap.c
10405                 Really prevent UID FETCH 0
10406         * src/codeconv.c
10407                 Fix outgoing charset never set to utf-8
10408         * src/mh.c
10409                 Fix leak
10410
10411 2005-06-16 [colin]      1.9.11cvs79
10412
10413         * src/compose.c
10414                 Fix bug #707 (Dash splits rows)
10415                 Only wrap if we're on a line break position and
10416                 the previous one was a "white" (space) char.
10417                 Pango stuff is weird.
10418
10419 2005-06-16 [colin]      1.9.11cvs78
10420
10421         * src/imap_gtk.c
10422                 Lock summaryview while downloading messages
10423                 on user demand
10424         * src/procheader.c
10425         * src/unmime.c
10426         * src/common/utils.c
10427         * src/common/utils.h
10428                 Replace \r and \n with spaces in From and
10429                 Subject headers
10430
10431 2005-06-16 [paul]       1.9.11cvs77
10432
10433         * src/procmime.c
10434                 liberalise the mime parser
10435         * src/gtk/about.c
10436                 add text wrapping
10437
10438 2005-06-16 [paul]       1.9.11cvs76
10439
10440         * src/gtk/about.c
10441                 reworked
10442
10443 2005-06-15 [colin]      1.9.11cvs75
10444
10445         * src/compose.c
10446                 Finish header encoding fix
10447         * src/summaryview.c
10448                 Fix segfault
10449         * src/headerview.c
10450                 Fix compilation (Thanks Stephan
10451                 Sachse)
10452
10453 2005-06-15 [colin]      1.9.11cvs74
10454
10455         * Makefile.am
10456                 Install gnome2 stuff rather than gnome1, 
10457                 if both are present
10458         * src/codeconv.c
10459         * src/codeconv.h
10460         * src/compose.c
10461                 Fix headers encoding
10462         * src/folder.c
10463                 Visual progress when fetching all messages
10464         * src/folderview.c
10465         * src/summaryview.c
10466         * src/summaryview.h
10467                 Prevent changing current message while
10468                 incorporating
10469
10470 2005-06-15 [paul]       1.9.11cvs73
10471
10472         * src/gtk/gtkaspell.c
10473         * src/gtk/gtkaspell.h
10474                 fix build warnings
10475
10476 2005-06-15 [paul]       1.9.11cvs72
10477
10478         * src/prefs_filtering.c
10479                 allow reordering of filter rules by
10480                 drag n drop
10481
10482 2005-06-15 [paul]       1.9.11cvs71
10483
10484         * COPYING
10485                 updated
10486         * src/codeconv.c
10487                 replace deprecated function
10488         * src/inc.c
10489         * src/send_message.c
10490         * src/gtk/progressdialog.c
10491         * src/gtk/progressdialog.h
10492                 salvage and reuse parts of reverted sync
10493
10494 2005-06-15 [paul]       1.9.11cvs70
10495
10496         * src/inc.c
10497         * src/send_message.c
10498         * src/gtk/progressdialog.c
10499         * src/gtk/progressdialog.h
10500                 revert yesterday's sync with main
10501                 it contains deprecated functions
10502
10503 2005-06-15 [colin]      1.9.11cvs69
10504
10505         * src/headerview.c
10506                 Fix bug #670 (multi user to: will corrupt message 
10507                 headers display)
10508
10509 2005-06-15 [colin]      1.9.11cvs68
10510
10511         * src/compose.c
10512                 Fix bug #421 (Fix undo on wrapping)
10513
10514 2005-06-15 [colin]      1.9.11cvs67
10515
10516         * src/folder.c
10517                 Provide visual feedback while processing
10518                 folder's rules.
10519         * src/imap.c
10520                 Provide visual feedback while getting
10521                 short headers (for uncached messages)
10522
10523
10524 2005-06-14 [paul]       1.9.11cvs66
10525
10526         * src/account.c
10527                 change a couple stock icons
10528         * src/inc.c
10529         * src/send_message.c
10530         * src/gtk/progressdialog.c
10531         * src/gtk/progressdialog.h
10532                 sync main's GtkTreeView implementation
10533
10534 2005-06-14 [colin]      1.9.11cvs65
10535
10536         * src/imap.c
10537                 Various little fixes, mainly on error paths
10538
10539 2005-06-13 [colin]      1.9.11cvs64
10540
10541         * matcher.c
10542         * procmsg.c
10543         * procmsg.h
10544                 Add a way to fetch only headers. This speeds
10545                 up filtering on headers for IMAP. Fixes:
10546                 bug #481 extraneous imap commands slow down 
10547                         imap filtering
10548                 bug #522 Sylpheed downloads all messages 
10549                         when opening mailbox (IMAP)
10550                 bug #677 IMAP fetch is soooooooooooooo slow
10551         * src/folder.c
10552         * src/folder.h
10553                 Add a folder set_batch method so that
10554                 implementations can speed up flags changes
10555         * src/folderutils.c
10556         * src/summaryview.c
10557                 Use that in mark as (un)read and mark all read
10558                 Refix bug #679
10559         * src/imap.c
10560                 Implement set_batch - brings back deferred
10561                 flags in a less buggy manner. Fixes:
10562                 bug #729 IMAP immediate expunge of deleted messages
10563                 bug #191 remove list of messages with one command
10564                 Fix login with strange chars
10565                 Implement fetch_msg_full
10566                 Fix copy (wrong counts)
10567
10568 2005-06-12 [colin]      1.9.11cvs63
10569
10570         * src/folder.c
10571                 lock incorporation during long operations.
10572                 Avoids fucking up the IMAP socket.
10573
10574 2005-06-12 [colin]      1.9.11cvs62
10575
10576         * src/imap.c
10577                 Fix harmful typo
10578                 Factorize remove_all_msg
10579                 Thread-ize expunge
10580         * src/summaryview.c
10581                 Don't update partial-download status if unnecessary
10582         * src/folder.c
10583                 Use remove_msgs everywhere possible
10584
10585 2005-06-12 [colin]      1.9.11cvs61
10586
10587         * src/folder.c
10588         * src/folder.h
10589                 Add a remove_msgs function to remove a 
10590                 list of messages
10591         * src/imap.c
10592                 Implement that.
10593
10594 2005-06-12 [colin]      1.9.11cvs60
10595
10596         * src/imap.c
10597                 Remove flags-processing deferring... Too hard
10598                 to get it to work in all cases.
10599
10600 2005-06-11 [colin]      1.9.11cvs59
10601
10602         * src/imap.c
10603                 printf -> debug_print
10604
10605 2005-06-11 [colin]      1.9.11cvs58
10606
10607         * src/imap.c
10608                 o Fix build without USE_PTHREAD
10609                 o Factorize imap_open
10610                 o Alertpanel in case of impossible connection
10611                 o Alertpanel in case of impossible login
10612                 o Fix deferred flags processing to force a 
10613                   flush before adding some more flags to process,
10614                   but in another folder.
10615
10616 2005-06-10 [colin]      1.9.11cvs57
10617
10618         * src/imap.c
10619                 o Fix a format string error
10620                 o init ssl socket outside of the thread 
10621                   (it possibly invokes gtk calls)
10622         * src/procmime.c
10623                 o Put back the buffer to its necessary size
10624                 o Fix changing a file pointer without keeping
10625                   track of it (thanks Valgrind)
10626         * src/common/smtp.c
10627                 o Fix automatic STARTTLS if login should be done
10628                   and the server only allows it after starting TLS
10629         * src/gtk/gtkinputdialog.c
10630                 o Eat GDK_Return so that the combo popup doesn't 
10631                   appear when we press Enter to validate the combo
10632                   input dialog (as seen in the Open with... dialog)
10633
10634 2005-06-10 [colin]      1.9.11cvs56
10635
10636         * src/imap.c
10637                 o A bit less debug
10638                 o Fix a crash on deletion
10639                 o Threadize imap_select (it's called outside of 
10640                   threads)
10641                 o Defer treatment of DELETED flags
10642
10643
10644 2005-06-09 [colin]      1.9.11cvs55
10645
10646         * src/imap.c
10647                 Make sure we check imap_gtk_should_override(), which
10648                 potentially calls gtk stuff, before creating thread.
10649                 That way it should't be called via imap_get_session()
10650                 inside a thread.
10651
10652 2005-06-09 [colin]      1.9.11cvs54
10653
10654         * src/imap.c
10655                 o add a bit of status output
10656                 o remove some dead code
10657                 o threadize get_list_of_uids
10658                 o threadize imap_get_flags
10659                 o defer flag changing by 500ms so that they
10660                   can be batched
10661
10662
10663 2005-06-08 [colin]      1.9.11cvs53
10664
10665         * src/imap.c
10666                 Thread-ize imap_cmd_fetch
10667
10668 2005-06-08 [colin]      1.9.11cvs52
10669
10670         * src/main.c
10671                 Mmh, that broke POP3...
10672
10673 2005-06-08 [colin]      1.9.11cvs51
10674
10675         * src/main.c
10676                 Stabilize IMAP patch (thanks to Hoa)
10677
10678 2005-06-08 [colin]      1.9.11cvs50
10679
10680         * src/imap.c
10681                 Test patch to speed up imap. 
10682
10683 2005-06-08 [colin]      1.9.11cvs49
10684
10685         * src/imap_gtk.c
10686                 Warning fix
10687         * src/procmime.c
10688                 Apply patch from gentoo to use /usr/share/mime/globs if 
10689                 available, after un-breaking it
10690         * src/common/log.c
10691         * src/common/log.h
10692                 Use g_timeout for invoking hooks that possibly use gtk
10693                 calls. This should leave gtk calls in the main thread.
10694
10695 2005-06-08 [paul]       1.9.11cvs48
10696
10697         * src/codeconv.c
10698                 conv_get_outgoing_charset_str(): don't
10699                 use prefs_common setting
10700         * src/compose.c
10701         * src/compose.h
10702                 add /Options/Character encoding/... to
10703                 temporarily change the outgoing encoding
10704
10705         (belated sync with main)
10706
10707 2005-06-08 [paul]       1.9.11cvs47
10708
10709         * src/compose.c
10710                 correction to/completion of last
10711                 sync with main
10712
10713 2005-06-08 [paul]       1.9.11cvs46
10714
10715         sync with main:
10716         
10717         * src/codeconv.c
10718         * src/codeconv.h
10719                 always enabled Japanese auto-detection
10720                 if the first letters of locale string
10721                 is "ja"
10722         * src/compose.c
10723                 don't use "destroy" signal to destroy
10724                 Compose object (fix rare crashes on discard?)
10725         * src/mainwindow.c
10726         * src/messageview.c
10727         * src/prefs_send.c
10728                 added Hebrew encodings
10729         * src/sourcewindow.c
10730                 don't use "destroy" signal to destroy
10731                 objects
10732
10733 2005-06-07 [colin]      1.9.11cvs45
10734
10735         * src/summaryview.c
10736                 Add missing unlocks/locks
10737
10738 2005-06-07 [paul]       1.9.11cvs44
10739
10740         * src/summaryview.c
10741                 restore bug #749 fix
10742
10743 2005-06-06 [colin]      1.9.11cvs43
10744
10745         * src/summaryview.c
10746                 Fix selection bug when prefs_common.open_unread 
10747                 is FALSE
10748
10749 2005-06-06 [colin]      1.9.11cvs42
10750
10751         * src/common/md5.c
10752                 Fix a warning
10753         * src/summaryview.c
10754         * src/folderview.c
10755                 Factorize long operations beginning and end
10756                 (locking, freezing/thawing, cursor, ...)
10757                 Check selection->data member in selection-
10758                 related loops; this avoids dying an awful
10759                 death if the selection changes on us while
10760                 we're marking a whole IMAP folder unread, 
10761                 for example.
10762
10763 2005-06-06 [paul]       1.9.11cvs41
10764
10765         * src/textview.c
10766                 don't g_free() a static gchar buffer
10767
10768 2005-06-05 [colin]      1.9.11cvs40
10769
10770         * src/mainwindow.c
10771         * src/messageview.c
10772         * src/summaryview.c
10773                 Fix bug #749 (Show all headers should be
10774                 sticky as the GUI suggests)
10775
10776 2005-06-03 [paul]       1.9.11cvs39
10777
10778         * src/compose.c
10779                 don't allow editing of mail while sending.
10780                 patch by Colin
10781
10782 2005-06-03 [paul]       1.9.11cvs38
10783
10784         * src/folderview.c
10785                 add a freeze/thaw to speed up 'mark all read'
10786
10787 2005-06-03 [paul]       1.9.11cvs37
10788
10789         * src/prefs_message.c
10790                 reflect changes immediately
10791
10792 2005-06-02 [colin]      1.9.11cvs36
10793
10794         * po/POTFILES.in
10795                 Patch by Fabien Vantard.
10796
10797 2005-06-02 [colin]      1.9.11cvs35
10798
10799         * src/imap.c
10800                 Use a non-blocking imap_getline() if possible.
10801                 This should completely prevent the interface
10802                 from freezin on imap operations, although it
10803                 may do strange stuff in case of folder switching
10804                 while a big imap operation is taking place...
10805
10806                 In addition, fix a leak in the case thread
10807                 creation fails on connection.
10808
10809 2005-06-02 [colin]      1.9.11cvs34
10810
10811         * src/crash.c
10812         * src/prefs_common.h
10813                 Fix build (prefs_common_init() doesn't exist
10814                 anymore)
10815
10816 2005-06-02 [colin]      1.9.11cvs33
10817
10818         * src/prefs_account.c
10819                 Fix bug #245 (filtering rules broken when
10820                 renaming a remote account (imap4 or nntp)
10821
10822 2005-06-02 [colin]      1.9.11cvs32
10823
10824         * src/imap.c
10825                 Try to fix IMAP shortcomings: 
10826                 o Multithread imap_open()
10827                 o allow offline-mode overriding instead of
10828                   just returning NULL
10829         * src/imap_gtk.c
10830         * src/imap_gtk.h
10831                 Add a function to ask whether we want to
10832                 override offline-mode for 10 minutes (one-shot
10833                 asking was painful)
10834         * src/procheader.c
10835                 Fix segfault when imap parser isn't happy about
10836                 a missing {
10837
10838 2005-06-01 [colin]      1.9.11cvs31
10839
10840         * src/addrharvest.c
10841         * src/compose.c
10842         * src/mbox.c
10843         * src/mbox.h
10844         * src/mh.c
10845         * src/msgcache.c
10846         * src/send_message.c
10847         * src/setup.c
10848         * src/undo.c
10849         * src/common/hooks.c
10850         * src/common/prefs.c
10851         * src/common/template.c
10852         * src/common/utils.c
10853         * src/gtk/gtkutils.c
10854         * src/gtk/inputdialog.c
10855         * src/gtk/menu.c
10856         * src/gtk/pluginwindow.c
10857         * src/gtk/prefswindow.c
10858         * src/plugins/pgpmime/passphrase.c
10859         * src/plugins/pgpmime/prefs_gpg.c
10860                 More -Wall fixes
10861
10862         * src/common/Makefile.am
10863         * src/common/timing.h
10864                 Add basic timing code
10865
10866         * src/summaryview.c
10867                 Fix a bug with unread messages when 
10868                 re-sorting folders, and by the way
10869                 fix a big performance hit when 
10870                 re-sorting (10k mails: before 5s,
10871                 after .5s)
10872
10873         * src/prefs_compose_writing.c
10874         * src/prefs_compose_writing.h
10875         * src/prefs_message.c
10876         * src/prefs_message.h
10877         * src/prefs_other.c
10878         * src/prefs_other.h
10879         * src/prefs_quote.c
10880         * src/prefs_quote.h
10881         * src/prefs_receive.c
10882         * src/prefs_receive.h
10883         * src/prefs_send.c
10884         * src/prefs_send.h
10885         * src/prefs_summaries.c
10886         * src/prefs_summaries.h
10887                 Fix copyright banner
10888
10889 2005-06-01 [paul]       1.9.11cvs30
10890
10891         * po/fi.po
10892                 updated by Flammie Pirinen
10893         * src/procmime.c
10894                 fix 'Bad BASE64 content' output
10895
10896 2005-05-31 [colin]      1.9.11cvs29
10897
10898         * src/procmime.c
10899                 Oops, where did my hunk go.
10900
10901 2005-05-31 [colin]      1.9.11cvs28
10902
10903         * src/Makefile.am
10904         * src/account.c
10905         * src/action.c
10906         * src/addr_compl.c
10907         * src/addressbook.c
10908         * src/codeconv.c
10909         * src/compose.c
10910         * src/export.c
10911         * src/folder.c
10912         * src/folderview.c
10913         * src/image_viewer.c
10914         * src/main.c
10915         * src/mainwindow.c
10916         * src/messageview.c
10917         * src/mimeview.c
10918         * src/msgcache.c
10919         * src/prefs_account.c
10920         * src/prefs_actions.c
10921         * src/prefs_common.c
10922         * src/prefs_compose_writing.c
10923         * src/prefs_customheader.c
10924         * src/prefs_ext_prog.c
10925         * src/prefs_filtering.c
10926         * src/prefs_filtering_action.c
10927         * src/prefs_fonts.c
10928         * src/prefs_image_viewer.c
10929         * src/prefs_message.c
10930         * src/prefs_message.h
10931         * src/prefs_msg_colors.c
10932         * src/prefs_other.c
10933         * src/prefs_other.h
10934         * src/prefs_quote.c
10935         * src/prefs_receive.c
10936         * src/prefs_receive.h
10937         * src/prefs_send.c
10938         * src/prefs_send.h
10939         * src/prefs_spelling.c
10940         * src/prefs_summaries.c
10941         * src/prefs_summary_column.c
10942         * src/prefs_template.c
10943         * src/prefs_themes.c
10944         * src/prefs_toolbar.c
10945         * src/prefs_wrapping.c
10946         * src/procmime.c
10947         * src/procmsg.c
10948         * src/send_message.h
10949         * src/ssl_manager.c
10950         * src/summary_search.c
10951         * src/summaryview.c
10952         * src/textview.c
10953         * src/wizard.c
10954         * src/common/smtp.c
10955         * src/common/smtp.h
10956         * src/gtk/gtkutils.h
10957                 o Move the rest of Common prefs to new style
10958                 o Lots of -Wall warning fixes
10959                 o fix FIXME in cache memusage calculation
10960                 o Let return receipts be sent from any account
10961                 o Little cache optimisation (read)
10962                 o Fix bug #746 (don't treat commas as separators
10963                   when inside a quoted string)
10964
10965 2005-05-31 [paul]       1.9.11cvs27
10966
10967         * src/prefs_common.c
10968                 fix 'off-by-one' typo
10969
10970 2005-05-31 [paul]       1.9.11cvs26
10971
10972         * src/account.c
10973         * src/addr_compl.c
10974         * src/compose.c
10975         * src/foldersel.c
10976         * src/prefs_actions.c
10977         * src/prefs_common.c
10978         * src/prefs_common.h
10979         * src/prefs_customheader.c
10980         * src/prefs_display_header.c
10981         * src/prefs_filtering.c
10982         * src/prefs_filtering_action.c
10983         * src/prefs_matcher.c
10984         * src/prefs_summaries.c
10985         * src/prefs_summary_column.c
10986         * src/prefs_template.c
10987         * src/prefs_toolbar.c
10988         * src/ssl_manager.c
10989         * src/gtk/pluginwindow.c
10990         * src/gtk/prefswindow.c
10991         * src/gtk/progressdialog.c
10992                 add hidden prefs 'enable_rules_hint'
10993                 for gtk_tree_view_set_rules_hint()
10994                 (sync with main)
10995                 
10996
10997 2005-05-31 [colin]      1.9.11cvs25
10998
10999         * src/Makefile.am
11000         * src/main.c
11001         * src/prefs_common.c
11002         * src/prefs_summaries.c ** ADDED **
11003         * src/prefs_summaries.h ** ADDED **
11004                 Common/Display -> Display/Summaries
11005
11006 2005-05-31 [colin]      1.9.11cvs24
11007
11008         * src/Makefile.am
11009         * src/main.c
11010         * src/prefs_quote.c ** ADDED **
11011         * src/prefs_quote.h ** ADDED **
11012                 Move Common/Quote to Compose/Quoting
11013         * src/prefs_common.c
11014         * src/prefs_common.h
11015                 Remove old quote stuff, add
11016                 convenience functions for GtkTextView prefs
11017         * src/gtk/prefswindow.c
11018                 Set default height higher
11019
11020 2005-05-30 [colin]      1.9.11cvs23
11021
11022         * src/Makefile.am
11023         * src/main.c
11024         * src/prefs_common.c
11025         * src/prefs_compose_writing.c ** ADDED **
11026         * src/prefs_compose_writing.h ** ADDED **
11027                 Move Common/Compose prefs to Compose/Writing
11028
11029 2005-05-30 [colin]      1.9.11cvs22
11030
11031         * src/common/utils.c
11032                 Fix bug #651 (Confused Attract by Subject)
11033                 Patch by M. Benkmann <haferfrost@web.de>
11034         * AUTHORS
11035
11036 2005-05-30 [colin]      1.9.11cvs21
11037
11038         * src/compose.c
11039                 Fix concatenation of different headers of
11040                 the same type (bug #645)
11041         * src/prefs_folder_item.c
11042                 Fix bug #699 (setting color to black doesn't
11043                 work immediately)
11044         * src/procmime.c
11045                 Print out decoding error only once per
11046                 block
11047
11048 2005-05-30 [paul]       1.9.11cvs20
11049
11050         * src/common/template.c
11051                 fix Bcc
11052
11053 2005-05-30 [paul]       1.9.11cvs19
11054
11055         * doc/src/rfc2368.txt   **NEW FILE**
11056         * src/compose.c
11057                 compose_entries_set(): don't interpret Bcc
11058                 header field (conform to RFC 2368)
11059                 (sync with main)
11060
11061 2005-05-29 [colin]      1.9.11cvs18
11062
11063         * src/prefs_common.c
11064                 Let the default reply format respect
11065                 netiquette by cutting the signature.
11066
11067 2005-05-29 [colin]      1.9.11cvs17
11068
11069         * src/summaryview.c
11070                 Don't let always_show_msg override
11071                 open_unread_on_enter when opening a new
11072                 directory.
11073
11074 2005-05-27 [paul]       1.9.11cvs16
11075
11076         sync with main:
11077
11078         * src/main.c
11079                 app_will_exit(): cleanup tmp directory when exit
11080         * src/message_search.c
11081                 improved the interface and made code cleanup.
11082                 removed Clear button
11083         * src/send_message.c
11084                 send_message_local(): use GSpawn, and detect errors
11085         * src/summary_search.c
11086                 improved the interface and made code cleanup
11087         * src/textview.c
11088                 textview_write_link(): also skip non-ascii space
11089                  at the head of link strings (phishing check
11090                  didn't work at the case)
11091         * src/common/utils.c
11092                 get_command_output(): use g_spawn_command_line_sync()
11093                 instead of popen()
11094
11095 2005-05-26 [colin]      1.9.11cvs15
11096
11097         * src/folder.c
11098                 remove printf
11099
11100 2005-05-26 [colin]      1.9.11cvs14
11101
11102         * src/common/nntp.c
11103                 Fix nntp mode reader (bug #611)
11104                 Patch by Florian Mickler <florian@mickler.org>
11105
11106 2005-05-26 [colin]      1.9.11cvs13
11107
11108         * src/plugins/pgpmime/passphrase.c
11109                 Fix mouse grabbing (bug #557)
11110
11111 2005-05-26 [colin]      1.9.11cvs12
11112
11113         * src/prefs_themes.c
11114                 Fix g_warning (bug #541)
11115
11116 2005-05-26 [colin]      1.9.11cvs11
11117
11118         * src/prefs_actions.c
11119         * src/prefs_template.c
11120                 Fix bug #506 (no warning if action/template
11121                 is not saved)
11122         * src/common/template.c
11123                 Fix a possible crash
11124
11125 2005-05-26 [colin]      1.9.11cvs10
11126
11127         * src/folder.c
11128         * src/folderview.c
11129         * src/procmsg.c
11130         * src/summaryview.c
11131                 Forbid locked messages to be moved or
11132                 deleted. Locked messages in trashes 
11133                 still get deleted, for performance
11134                 reason (mh.c::mh_remove_all_msgs)
11135
11136 2005-05-25 [colin]      1.9.11cvs9
11137
11138         * src/procmime.c
11139                 Use correct encoding when sending mails
11140                 with attachments that have accentued 
11141                 chars in their name
11142
11143 2005-05-24 [colin]      1.9.11cvs8
11144
11145         * src/summaryview.c
11146                 Fix bug #688 f) read/unread marker not
11147                 changed on first click
11148                 Also, optimize summary_status_show()
11149                 calls
11150         * src/folder.c
11151         * src/inc.c
11152         * src/procmime.c
11153                 Fix bug #688 b) and c) wrt message
11154                 attachments and signature
11155         * src/stock_pixmap.c
11156         * src/stock_pixmap.h
11157         * src/stock_pixmap.c
11158         * src/stock_pixmap.h
11159         * src/Makefile.am
11160         * src/pixmaps/clip_gpg_signed.xpm
11161                 Add clip/signed icon
11162
11163 2005-05-24 [colin]      1.9.11cvs7
11164
11165         * src/folder_item_prefs.c
11166                 whitespace fix
11167
11168 2005-05-24 [colin]      1.9.11cvs6
11169
11170         * src/folderview.c
11171         * src/prefs_common.c
11172         * src/prefs_common.h
11173                 Add a confirmation to folder drag and drop
11174                 fixes bug #156
11175         * src/alertpanel.c
11176         * src/alertpanel.h
11177                 fix _with_disable parameters so that
11178                 the buttons labels are specifiable too
11179         * src/plugins/pgpmime/sgpgme.c
11180                 reflect said change
11181                 
11182
11183 2005-05-24 [colin]      1.9.11cvs5
11184
11185         * src/folderview.c
11186                 Uncollapse/collapse folders on double-click
11187                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11188                 closes bug #108
11189
11190 2005-05-23 [colin]      1.9.11cvs4
11191
11192         * src/common/socket.c
11193                 Check another special SSL_peek() error.
11194                 Should help wrt bug #728
11195
11196 2005-05-23 [colin]      1.9.11cvs3
11197
11198         * src/plugins/pgpmime/pgpmime.c
11199                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11200                 breaking menu accelerators and stuff. Users will have to
11201                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11202                 account's privacy preferences if needed.
11203
11204 2005-05-22 [paul]
11205
11206         * tools/kdeservicemenu/install.sh
11207                 use kdesu to prompt for root password if doing
11208                 global install/uninstall
11209
11210 2005-05-20 [colin]      1.9.11cvs2
11211
11212         * src/procmsg.c
11213                 Fix another compilation error with gcc-2.9x
11214                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11215         * src/send_message.c
11216                 Don't send QUIT if we aren't connected
11217
11218 2005-05-19 [colin]      1.9.11cvs1
11219
11220         * src/procmsg.c
11221                 Fix compilation with gcc 2.9x
11222
11223 2005-05-19 [paul]       1.9.11
11224
11225         1.9.11 released
11226
11227 2005-05-19 [paul]       1.9.9cvs14
11228
11229         * src/gtk/inputdialog.c
11230                 prevent gettext warning
11231
11232 2005-05-19 [paul]       1.9.9cvs13
11233
11234         * src/mainwindow.c
11235         * src/prefs_common.c
11236         * src/prefs_common.h
11237         * src/textview.c
11238         * src/textview.h
11239                 add an option to toggle cursor in message
11240                 view (sync with main)
11241
11242 2005-05-18 [colin]      1.9.9cvs12
11243
11244         * src/compose.c
11245                 Dereference freed pointer
11246         * src/gtk/gtkaspell.c
11247                 Fix duplication of dictionaries (is it an aspell issue?)
11248
11249 2005-05-18 [colin]      1.9.9cvs11
11250
11251         * src/gtk/inputdialog.c
11252         * src/gtk/gtkaspell.c
11253                 HIGuify dialogs
11254         * src/alertpanel.c
11255                 Remove a double call
11256
11257 2005-05-17 [colin]      1.9.9cvs10
11258
11259         * src/gtk/gtkaspell.c
11260                 Fix dialogs, Ctrl-Enter accel
11261
11262 2005-05-17 [colin]      1.9.9cvs9
11263
11264         * src/gtk/gtkaspell.c
11265                 Fix some accelerators, escape in replace-window
11266
11267 2005-05-16 [colin]      1.9.9cvs8
11268
11269         * src/gtk/gtkaspell.c
11270                 Revert last commit, it was a mistake.
11271
11272 2005-05-16 [colin]      1.9.9cvs7
11273
11274         * src/gtk/gtkaspell.c
11275                 Remove buggy code while we're at it. It's a 
11276                 dead code path anyway.
11277
11278 2005-05-16 [colin]      1.9.9cvs6
11279
11280         * src/gtk/gtkaspell.c
11281                 Missed some gtk_menu_popup where deactivate
11282                 signal should be handled. Should fix bug
11283                 #629 a bit more.
11284
11285 2005-05-16 [colin]      1.9.9cvs5
11286
11287         * src/gtk/gtkaspell.c
11288                 Remove debug printf()s
11289
11290 2005-05-16 [colin]      1.9.9cvs4
11291
11292         * src/gtk/gtkaspell.c
11293                 Fix a bit aspell problems
11294                 (see bug #629)
11295
11296 2005-05-13 [colin]      1.9.9cvs3
11297
11298         * src/folderview.c
11299                 Fix the + appearing even when no subfolders
11300                 have unread messages. Thanks to wwp for the
11301                 bug report.
11302
11303 2005-05-11 [paul]       1.9.9cvs2
11304
11305         * src/folderview.c
11306                 correction to 1.9.9cvs1, only colour folders that
11307                 have new msgs (not unread msgs)
11308
11309 2005-05-10 [colin]      1.9.9cvs1
11310
11311         * src/folderview.c
11312         * src/summaryview.c
11313                 Try to fix bolding bugs again.
11314
11315 2005-05-09 [paul]
11316
11317         * tools/claws.i18n.status.pl
11318                 add Ricardo Mones Lastra's script that has been providing
11319                 the i18n status page for many months
11320
11321 2005-05-09 [paul]       1.9.9
11322
11323         1.9.9 release
11324
11325 2005-05-09 [paul]       1.9.6cvs58
11326
11327         * AUTHORS
11328         * INSTALL
11329         * README.claws
11330                 updated
11331         * Makefile.am 
11332         * RELEASE_NOTES.claws
11333                 add release notes to cvs to simplify release
11334                 procedure
11335         * configure.ac
11336                 add ca and fi to ALL_LINGUAS
11337         * po/Makefile.in.in
11338                 workaround for missing Makevars
11339         * po/ca.po
11340         * po/fi.po
11341                 add new Catalan and Finnish translations
11342                 submitted by Miquel Oliete and Flammie Pirinen
11343         * po/de.po
11344         * po/es.po
11345         * po/fr.po
11346         * po/it.po
11347         * po/pl.po
11348         * po/ru.po
11349         * po/sk.po
11350         * po/sr.po
11351         * po/zh_CN.po
11352                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11353                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11354                 Urke MMI, and Hansom Young
11355         * src/main.c
11356                 Fix drafting when quitting. compose_draft() closes the
11357                 compose windows, which modifies the compose_list GSList.
11358                 We have to refresh this list after echo drafting to avoid a
11359                 segfault
11360         * src/partial_download.c
11361                 fix segfault on exit
11362
11363 2005-05-06 [paul]       1.9.6cvs57
11364
11365         * src/grouplistdialog.c
11366                 quick fix/workaround for unresizeable newsgroup
11367                 name column 
11368
11369 2005-05-06 [paul]       1.9.6cvs56
11370
11371         * src/inc.c
11372         * src/mainwindow.c
11373                 use gettext plural forms
11374         * src/imap_gtk.c
11375         * src/mh_gtk.c
11376         * src/toolbar.c
11377                 small improvement to english usage
11378
11379 2005-05-05 [thorsten]   1.9.6cvs55
11380
11381         * src/folder.c
11382                 fix possible crash
11383
11384 2005-05-05 [paul]       1.9.6cvs54
11385         
11386         sync with HEAD
11387
11388         * AUTHORS
11389         * src/compose.c
11390                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11391                 patch by Tim Mann
11392
11393 2005-05-05 [paul]       1.9.6cvs53
11394
11395         * src/mainwindow.c
11396                 fix resizing of separate message and
11397                 folder views
11398
11399 2005-05-05 [paul]       1.9.6cvs52
11400
11401         * src/account.c
11402         * src/addrgather.c
11403         * src/browseldap.c
11404         * src/exphtmldlg.c
11405         * src/expldifdlg.c
11406         * src/importmutt.c
11407         * src/importpine.c
11408         * src/main.c
11409         * src/mainwindow.c
11410         * src/noticeview.c
11411         * src/prefs_filtering.c
11412         * src/prefs_filtering_action.c
11413         * src/prefs_matcher.c
11414         * src/prefs_spelling.c
11415         * src/prefs_toolbar.c
11416         * src/toolbar.c
11417         * src/wizard.c
11418         * src/gtk/description_window.c
11419         * src/gtk/gtkvscrollbutton.c
11420         * src/gtk/progressdialog.c
11421         * src/gtk/quicksearch.c
11422         * src/plugins/pgpmime/prefs_gpg.c
11423         * src/plugins/spamassassin/spamassassin_gtk.c
11424                 replace deprecated gtk_widget_set_usize
11425
11426 2005-05-04 [colin]      1.9.6cvs51
11427
11428         * src/common/utils.c
11429                 Fix crash when subst_for_filename is called
11430                 with a NULL parameter
11431
11432 2005-05-04 [colin]      1.9.6cvs50
11433
11434         * src/partial_download.c
11435         * src/pop.c
11436                 Escape login when writing uidl file
11437                 fixes bug #736
11438
11439 2005-05-03 [colin]      1.9.6cvs49
11440
11441         * src/procmime.c
11442                 Fix possible DOS in mime parser
11443                 (see bug #634)
11444
11445 2005-05-02 [colin]      1.9.6cvs48
11446
11447         * src/compose.c
11448                 Try to fix the copy/paste mess once again.
11449
11450
11451 2005-04-30 [colin]      1.9.6cvs47
11452
11453         * src/prefs_account.h
11454         * src/procmsg.c
11455         * src/send_message.c
11456         * src/common/smtp.c
11457         * src/common/smtp.h
11458                 Try to batch sending mails (per account) instead of
11459                 reconnecting to server every time.
11460
11461 2005-04-29 [colin]      1.9.6cvs46
11462
11463         * src/messageview.c
11464                 Fix window resizing that refused to size down
11465         * src/prefs_common.c
11466         * src/prefs_common.h
11467         * src/prefs_filtering.c
11468                 Save Filtering's window size
11469
11470 2005-04-21 [paul]       1.9.6cvs45
11471
11472         * ChangeLog-gtk2.claws
11473         * src/setup.c
11474                 correction to sync
11475
11476 2005-04-21 [paul]       1.9.6cvs44
11477
11478         sync with main:
11479
11480         * src/setup.c
11481         * src/statusbar.c
11482         * src/statusbar.h
11483                 use gtkut_widget_draw_now(). Improved performance
11484                 of the update of statusbar
11485         * src/textview.c
11486                 textview_smooth_scroll_do(): redraw it after scroll
11487                 is done (fixed incorrect display when a part of the
11488                 view is hidden).
11489         * src/gtk/gtkutils.c
11490         * src/gtk/gtkutils.h
11491                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11492                 to force update of widgets.
11493                 Removed gtkut_widget_wait_for_draw() which had a big
11494                 overhead  because of waiting for all events processed 
11495
11496 2005-04-20 [paul]       1.9.6cvs43
11497
11498         * src/codeconv.c
11499                 complete 1.9.6cvs42's sync:
11500                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11501
11502 2005-04-19 [paul]       1.9.6cvs42
11503
11504         sync with main:
11505
11506         * src/action.c
11507                 catch_output(): correctly select the insert text
11508                 (fix invalid iterator warnings).
11509         * src/codeconv.c
11510         * src/codeconv.h
11511         * src/mainwindow.c
11512         * src/messageview.c
11513         * src/prefs_common.c
11514                 support GBK encoding.
11515         * src/common/session.c
11516         * src/common/session.h
11517                 use separate buffer for large data to be sent,
11518                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11519
11520 2005-04-18 [paul]       1.9.6cvs41
11521
11522         * src/jpilot.c
11523                 convert unsigned long into guint32
11524                 patch by Paul LeoNerd Evans 
11525
11526 2005-04-17 [colin]      1.9.6cvs40
11527
11528         * src/compose.c
11529                 Fix 'Request return receipt' from folder
11530                 properties (bug #708)
11531
11532 2005-04-17 [colin]      1.9.6cvs39
11533
11534         * src/mainwindow.c
11535                 Fix duplicate hotkeys in Mainwindow's menu
11536
11537 2005-04-17 [colin]      1.9.6cvs38
11538
11539         * src/folderview.c
11540                 Fix duplicate hotkeys in Folderview's contextual
11541                 menu
11542
11543 2005-04-15 [colin]      1.9.6cvs37
11544
11545         * src/summaryview.c
11546                 Fix 'Save as...' with non-ascii filenames
11547
11548 2005-04-15 [colin]      1.9.6cvs36
11549
11550         * src/plugins/pgpmime/pgpmime.c
11551                 Fix bus error on 64bit. Spotted by 
11552                 macallan1888@gmail.com
11553
11554 2005-04-15 [colin]      1.9.6cvs35
11555
11556         * src/prefs_account.c
11557                 Fix cvs34.
11558
11559 2005-04-12 [colin]      1.9.6cvs34
11560
11561         * src/prefs_account.c
11562                 Fix smtp auth type off-by-one. We forgot to
11563                 add PLAIN in the prefs-to-gui setter func and
11564                 as a result, the selected auth when opening
11565                 account prefs was not the correct one.
11566
11567 2005-04-12 [paul]       1.9.6cvs33
11568
11569         * src/inc.c
11570                 if the recv dialog is visible, Cancel only
11571                 cancels the current account
11572
11573
11574 2005-04-10 [colin]      1.9.6cvs32
11575
11576         * src/filtering.c
11577                 Copy score when copying FilteringActions
11578                 Fix bug #674
11579
11580 2005-04-10 [colin]      1.9.6cvs31
11581
11582         * src/inc.c
11583                 Make Message -> Receive -> Cancel cancel 
11584                 incorporation on all accounts. Fixes
11585                 bug #693
11586
11587 2005-04-10 [colin]      1.9.6cvs30
11588
11589         * src/prefs_account.c
11590                 Update Privacy checkbuttons status based
11591                 on the selected privacy system
11592         * src/compose.c
11593                 Always connect the "None" privacy system; the
11594                 static boolean was probably there to avoid
11595                 reconnecting twice in the same compose window,
11596                 but as the parent function is only called once
11597                 per compose, it's only a bug - as a static is
11598                 initialized once per application instance.
11599                 Also, don't uncheck Sign and Encrypt when
11600                 selecting None as privacy system; just ignore
11601                 them when sending/queuing.
11602                 Should fix bug #695
11603
11604 2005-04-08 [colin]      1.9.6cvs29
11605
11606         * src/account.c
11607         * src/prefs_account.c
11608         * src/prefs_account.h
11609                 Add account preference to queue message in a certain
11610                 folder.
11611
11612 2005-04-06 [colin]      1.9.6cvs28
11613
11614         * src/prefs_account.c
11615                 Update old inbox path syntax
11616
11617 2005-04-06 [paul]       1.9.6cvs27
11618
11619         sync with main:
11620
11621         * configure.ac
11622                 changed -traditional-cpp to -no-cpp-precomp for newer
11623                 Mac OS X support
11624         * src/foldersel.c
11625                 made column resize automatically
11626         * src/send_message.c
11627                 send_message_smtp(): consider EOF right after QUIT
11628                 successful (workaround for Gmail SMTP server)
11629         * src/common/socket.c
11630                 ssl_read(), ssl_peek(): check EOF which violates the
11631                 SSL protocol
11632         * src/gtk/colorlabel.c
11633                 removed warnings when displaying colorlabel menu
11634                 (don't use GtkAlignment)
11635
11636 2005-04-05 [paul]       1.9.6cvs26
11637
11638         * src/plugins/trayicon/trayicon.c
11639                 fix clipping of icon under KDE3 
11640
11641 2005-04-05 [paul]       1.9.6cvs25
11642
11643         * src/summaryview.c
11644                 hide display of threading
11645                 patch by Alfons
11646
11647 2005-04-04 [thorsten]   1.9.6cvs24
11648
11649         * src/mh.c
11650                 marks lost on filesystems with different stat() results on
11651                 summer-/wintertime
11652
11653 2005-04-03 [colin]      1.9.6cvs23
11654
11655         * src/summaryview.c
11656                 Don't handle up/down. Patch by Alfons
11657
11658 2005-04-02 [colin]      1.9.6cvs22
11659
11660         * src/summaryview.c
11661                 Make scrolling faster. Patch by Alfons.
11662
11663 2005-04-01 [colin]      1.9.6cvs21
11664
11665         * src/Makefile.am
11666         * src/stock_pixmap.c
11667         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11668         * src/pixmaps/dir_noselect.xpm ** ADDED **
11669                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11670
11671 2005-04-01 [colin]      1.9.6cvs20
11672
11673         * src/image_viewer.c
11674         * src/image_viewer.h
11675         * src/procmime.c
11676         * src/procmime.h
11677         * src/textview.c
11678         * src/textview.h
11679                 Implement inline image resizing and right-clicking
11680
11681 2005-04-01 [paul]       1.9.6cvs19
11682
11683         * AUTHORS
11684         * Makefile.am
11685         * configure.ac
11686                 check for gnome2
11687                 patch by Luca Cavalli <loopback<AT>slackit.org>
11688         * po/ru.po
11689                 updated by Pavlo Bohmat
11690
11691 2005-03-31 [colin]      1.9.6cvs18
11692
11693         * src/news.c
11694                 Fix parsing references
11695         * src/msgcache.c
11696                 don't put nulls in the references list
11697         * src/procheader.c
11698                 commit that forgotten file in 1.9.6cvs14
11699
11700 2005-03-31 [colin]      1.9.6cvs17
11701
11702         * src/compose.c
11703                 Fix joining of signature separator again. 
11704                 Maybe Hiro could put it in main too...
11705
11706 2005-03-31 [colin]      1.9.6cvs16
11707
11708         * src/Makefile.am
11709         * src/foldersel.c
11710         * src/stock_pixmap.c
11711         * src/stock_pixmap.h
11712         * src/pixmaps/dir-noselect.xpm
11713                 Update foldersel.c (sync from main, patch by Alfons)
11714
11715 2005-03-30 [colin]      1.9.6cvs15
11716
11717         * src/imap.c
11718                 Fix handling of imap folders containing [] in 
11719                 their name. Thanks to Nahuel Angelinetti for
11720                 the detailed bugreport.
11721
11722 2005-03-30 [colin]      1.9.6cvs14
11723
11724         * src/common/utils.h
11725         * src/common/utils.c
11726         * src/common/defs.h
11727         * src/matcher.c
11728         * src/msgcache.c
11729         * src/news.c
11730         * src/procmsg.c
11731         * src/procmsg.h
11732         * src/quote_fmt_parse.y
11733         * src/summaryview.c
11734                 Update references system. Patch by Alfons
11735
11736 2005-03-30 [colin]      1.9.6cvs13
11737
11738         * src/common/socket.c
11739                 Force the glibc to read resolv.conf again when 
11740                 it has changed. Should fix issues when changing
11741                 networks on a laptop and not restarting sylpheed. 
11742
11743 2005-03-30 [paul]       1.9.6cvs12
11744
11745         partial sync with main:
11746
11747         * src/action.c
11748                 create_io_dialog(): use user-defined text font
11749                 (thanks to Alfons), and modified its appearance.
11750         * src/addrgather.c
11751         * src/addrharvest.c
11752         * src/browseldap.c
11753                 replace old code
11754         * src/compose.c
11755                 don't join (presumably) itemized lines on line-wrapping
11756                 fixed wrapping of quote when auto-wrapping is enabled
11757                 compose_destroy(): destroy paned only if it's not
11758                 attached to window. Fixed memory leak of popup menu.
11759         * src/exphtmldlg.c
11760         * src/expldifdlg.c
11761                 replace old code
11762         * src/html.c
11763         * src/html.h
11764         * src/importmutt.c
11765         * src/importpine.c
11766                 replace old code
11767         * src/main.c
11768                 removed redundant code
11769         * src/mainwindow.c
11770                 changed 'Code set' (which is rather incorrect)
11771                 in the menu to 'Character encoding'
11772                 main_window_set_widgets(): request size first
11773                 to prevent window size becoming wrong
11774                 fixed remembering of the state of the visibility
11775                 of MessageView
11776         * src/messageview.c
11777                 changed 'Code set' (which is rather incorrect)
11778                 in the menu to 'Character encoding'
11779         * src/prefs_common.c
11780         * src/prefs_common.h
11781                 added an option whether to render HTML as text or not
11782                 added separators to outgoing encoding menu
11783         * src/procheader.c
11784                 procheader_scan_date_string(): support header
11785                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11786         * src/summaryview.c
11787         * src/summaryview.h
11788                 minor code cleanup
11789         * src/textview.c
11790                 textview_show_html(): force output of newline
11791                 added an option whether to render HTML as text or not
11792         * src/common/utils.c
11793                 strncpy2(): optimized based on Alfons' code
11794         * src/gtk/gtkutils.c
11795         * src/gtk/gtkutils.h
11796                 removed non-used code
11797         * src/plugins/pgpmime/passphrase.c
11798                 partially fixed grab input of passphrase dialog
11799                 Confine pointer to window
11800
11801 2005-03-30 [colin]      1.9.6cvs11
11802
11803         * src/msgcache.c
11804         * src/msgcache.h
11805                 Read/write 32bit ints from cache & marks
11806                 From main.
11807
11808 2005-03-29 [paul]       1.9.6cvs10
11809
11810         * AUTHORS
11811         * ChangeLog.claws
11812         * src/compose.c
11813         * src/gtk/gtkaspell.c
11814                 sync with HEAD (don't pass NULL pointers) 
11815
11816 2005-03-24 [paul]
11817
11818         * tools/Makefile.am
11819         * tools/README
11820         * tools/acroread2sylpheed.pl
11821                 sync with HEAD (add script to send pdfs as
11822                 attachments from Adobe Reader 7)
11823
11824 2005-03-21 [paul]       1.9.6cvs9
11825
11826         * configure.ac
11827         * po/POTFILES.in
11828         * src/Makefile.am
11829         * src/crash.c
11830         * src/image_viewer.c ** ADDED **
11831         * src/image_viewer.h ** ADDED **
11832         * src/main.c
11833         * src/prefs_common.c
11834         * src/prefs_common.h
11835         * src/prefs_image_viewer.c ** ADDED **
11836         * src/prefs_image_viewer.h ** ADDED **
11837         * src/textview.c
11838         * src/gtk/about.c
11839         * src/pixmaps/sylpheed_logo.xpm
11840         * src/plugins/Makefile.am
11841         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11842         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11843         * src/plugins/image_viewer/plugin.c ** REMOVED **
11844         * src/plugins/image_viewer/viewer.c ** REMOVED **
11845         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11846         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11847         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11848         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11849         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11850                 as gdk-pixbuf is now built-in
11851                 remove image_viewer plugin and put code back into
11852                 main codebase
11853                 implement inline image display (sync with main)
11854
11855                 replace logo with newer, nicer, larger version  
11856
11857 2005-03-21 [paul]       1.9.6cvs8
11858
11859         * src/gtk/about.c
11860                 cosmetic improvement
11861
11862 2005-03-21 [holger]     1.9.6cvs7
11863
11864         * src/plugins/spamassassin/spamassassin.c
11865                 Sync with HEAD
11866                 (unregister hook on failed plugin init)
11867
11868 2005-03-20 [colin]      1.9.6cvs6
11869
11870         * src/common/plugin.c
11871                 Check that plugin isn't already loaded
11872                 Patch by Alfons
11873
11874 2005-03-20 [thorsten]   1.9.6cvs5
11875
11876         * src/compose.c
11877                 use a more compatible syntax
11878
11879 2005-03-20 [thorsten]   1.9.6cvs4
11880
11881         * src/prefs_toolbar.c
11882                 fix crash when selecting toolbar item (uninitialized pointer)
11883
11884 2005-03-20 [thorsten]   1.9.6cvs3
11885
11886         * src/procmime.c
11887                 fix mimetype detection (referenced free()d string)
11888
11889 2005-03-20 [paul]       1.9.6cvs2
11890
11891         * src/compose.c
11892                 sync with HEAD (1.0.3cvs5)
11893                 neglect Reply-To header if empty
11894                 Patch by Alfons 
11895
11896 2005-03-19 [holger]     1.9.6cvs1
11897
11898         * src/summaryview.c
11899         * src/summaryview.h
11900                 Sync with HEAD
11901
11902 2005-03-18 [paul]       1.9.6
11903
11904         initial GTK2 release
11905
11906 2005-03-18 [paul]       1.0.3cvs3.1
11907
11908         * AUTHORS
11909         * ChangeLog.claws
11910         * configure.ac
11911         * src/gtk/about.c
11912         * src/pixmaps/sylpheed_logo.xpm
11913                 sync with HEAD
11914
11915 2005-03-18 [colin]      1.0.3cvs2.6
11916
11917         * src/summaryview.c
11918                 Remove call to summary_step in summary_copy_selected_to
11919                 Can't see its purpose, and this causes bug when copying
11920                 a message if the next one is unread: it reads it.
11921
11922 2005-03-18 [paul]       1.0.3cvs2.5
11923
11924         * src/foldersel.c
11925                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11926
11927 2005-03-18 [paul]       1.0.3cvs2.4
11928
11929         * src/addrharvest.c
11930         * src/codeconv.c
11931         * src/codeconv.h
11932         * src/compose.c
11933         * src/news.c
11934         * src/procheader.c
11935         * src/procmime.c
11936         * src/unmime.c
11937         * src/unmime.h
11938                 fix buffer overflow, CAN-2005-0667, see
11939                 http://secunia.com/advisories/14491/
11940                 Patch by Alfons
11941
11942 2005-03-17 [colin]      1.0.3cvs2.3
11943
11944         * src/prefs_fonts.c
11945         * src/summaryview.c
11946                 Fix font bugs (both lists now officialy share 
11947                 the same font)
11948                 
11949
11950 2005-03-17 [paul]       1.0.3cvs2.2
11951
11952         * src/gtk/pluginwindow.c
11953                 make plugin descriptions uneditable
11954
11955 2005-03-11 [paul]       1.0.3cvs2.1
11956
11957         * ChangeLog.claws
11958         * configure.ac
11959         * po/POTFILES.in
11960         * src/plugins/trayicon/trayicon.c
11961                 sync with HEAD
11962                 add src/wizard.c to POTFILES.in
11963
11964 2005-03-11 [paul]       1.0.3cvs1.1
11965
11966         * ChangeLog
11967         * ChangeLog.claws
11968         * configure.ac
11969         * po/de.po
11970         * po/es.po
11971         * po/fr.po
11972         * po/it.po
11973         * po/pt_BR.po
11974         * po/ru.po
11975         * po/sk.po
11976         * po/sr.po
11977         * po/zh_CN.po
11978                 sync with HEAD
11979
11980 2005-03-04 [colin]      1.0.1cvs22.2
11981
11982         * src/compose.c
11983                 Fix signatures with accentued chars in it
11984
11985 2005-03-04 [colin]      1.0.1cvs22.1
11986
11987         * src/common/smtp.c
11988         * src/common/smtp.h
11989                 Don't use SIZE param in MAIL FROM: if server 
11990                 doesn't support it. Patch by Eugen Freiter
11991                 <eugen_f@users.sf.net>
11992
11993 2005-02-27 [paul]       1.0.1cvs20.1
11994
11995         * ChangeLog.claws
11996         * configure.ac
11997         * src/messageview.c
11998                 sync with HEAD
11999
12000 2005-02-27 [colin]      1.0.1cvs19.4
12001
12002         * src/procheader.c
12003         * src/procheader.h
12004                 Fix prototypes. Patch by Alfons
12005
12006 2005-02-27 [colin]      1.0.1cvs19.3
12007
12008         * src/compose.c
12009                 Don't auto-join the signature separator.
12010
12011 2005-02-26 [colin]      1.0.1cvs19.2
12012
12013         * src/summaryview.c
12014                 Fix 'mark all read' with collapsed threads.
12015                 Patch by Alfons.
12016
12017 2005-02-25 [paul]       1.0.1cvs19.1
12018
12019         * ChangeLog.claws
12020         * configure.ac
12021         * src/prefs_account.c
12022         * src/prefs_folder_item.c
12023         * src/gtk/prefswindow.c
12024         * src/gtk/prefswindow.h
12025                 sync with HEAD
12026
12027 2005-02-25 [paul]       1.0.1cvs15.12
12028
12029         * src/alertpanel.c
12030         * src/codeconv.c
12031         * src/compose.c
12032         * src/textview.c
12033         * src/gtk/gtkutils.c
12034         * src/gtk/gtkutils.h
12035         * src/gtk/logwindow.c
12036         * src/gtk/progressdialog.c
12037                 sync with main (revision 127)
12038                 and fix logwindow clipping
12039
12040 2005-02-24 [colin]      1.0.1cvs15.11
12041
12042         * src/plugins/pgpmime/passphrase.c
12043                 Disable input grabbing; it doesn't work yet.
12044
12045 2005-02-24 [colin]      1.0.1cvs15.10
12046
12047         * src/messageview.c
12048                 Don't send out receipts if offline. Ask.
12049
12050 2005-02-23 [colin]      1.0.1cvs15.9
12051
12052         * src/summaryview.c     
12053                 Fix expanding
12054
12055 2005-02-23 [colin]      1.0.1cvs15.8
12056
12057         * src/summaryview.c
12058                 Really fix Bug 568 by removing useless
12059                 calls. summary_thread_init() now called
12060                 in summary_sort(). This should please
12061                 Alfons as it should be faster than 
12062                 previously.
12063
12064 2005-02-23 [colin]      1.0.1cvs15.7
12065
12066         * src/compose.c
12067                 Encode parts as QP or B64 if signing
12068
12069 2005-02-23 [colin]      1.0.1cvs15.6
12070
12071         * src/compose.c
12072                 Fix Mimeinfo leakage (including tmp files)
12073         * src/procmsg.c
12074                 Fix tmp file leakage (spotted by Ivan Rayner)
12075
12076 2005-02-22 [colin]      1.0.1cvs15.5
12077
12078         * src/expldifdlg.c
12079                 Fix keyboard input. Patch by Alfons.
12080
12081 2005-02-21 [colin]      1.0.1cvs15.4
12082
12083         * src/compose.c
12084                 Fix Sign/Encrypt when unselecting privacy
12085                 system
12086         * src/prefs_common.c
12087                 Change default message font to Monospace
12088         * src/summaryview.c
12089                 More freezing during potentially large operations
12090
12091 2005-02-21 [paul]       1.0.1cvs15.3
12092
12093         * src/main.c
12094                 fix --help output
12095
12096 2005-02-21 [paul]       1.0.1cvs15.2
12097
12098         * po/Makefile.in.in
12099         * src/compose.c
12100         * src/summaryview.c
12101         * src/textview.c
12102         * src/common/utils.c
12103         * src/common/utils.h
12104                 sync with main (revision 117)
12105
12106 2005-02-20 [colin]      1.0.1cvs15.1
12107
12108         * src/common/defs.h
12109                 Change cache file to .sylpheed_claws_cache, as
12110                 suggested by Alfons. Allows people to switch
12111                 between Sylpheed and Sylpheed-Claws. it is
12112                 a good idea to "Check for new messages" at next
12113                 startup.
12114
12115
12116 2005-02-18 [colin]      1.0.1cvs14.1
12117
12118         * src/quote_fmt_lex.l
12119         * src/quote_fmt_parse.y
12120                 Fix parser initialisation. Patch by Ivan.
12121
12122 2005-02-18 [colin]      1.0.1cvs11.6
12123
12124         * src/folderview.c
12125                 Fix scrolldown (bug 662)
12126
12127 2005-02-17 [colin]      1.0.1cvs11.5
12128
12129         * src/codeconv.c
12130                 conv_filename_to_utf8: return clean 7bit instead
12131                 of broken utf8 if needed
12132         * src/mimeview.c
12133                 Fix display of parts with unclean 8bit names
12134
12135 2005-02-17 [paul]       1.0.1cvs11.4
12136
12137         * src/compose.c
12138         * src/exportldif.c
12139         * src/matcher_parser_parse.y
12140         * src/procmime.c
12141         * src/sourcewindow.c
12142         * src/common/Makefile.am
12143         * src/common/intl.h             ** REMOVED **
12144         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12145                 sync with main (revision 109)
12146                 and clean up
12147
12148 2005-02-16 [colin]      1.0.1cvs11.3
12149
12150         * src/summaryview.c
12151                 Fix collapsed thread not highlighting when new
12152                 messages in it (Bug 568) Patch by Stephan Sachse.
12153                 Fix messed up selection when reaching bounds (Bug 632)
12154         * src/prefs_themes.c
12155                 Fix theme installing (Bug 684)
12156
12157 2005-02-16 [colin]      1.0.1cvs11.2
12158
12159         * src/messageview.c
12160                 Fix messageview_select_all
12161
12162 2005-02-16 [colin]      1.0.1cvs11.1
12163
12164         * src/mh.c
12165                 Sync with HEAD (MH scan required function)
12166
12167 2005-02-15 [colin]      1.0.1cvs8.1
12168
12169         * src/mimeview.c
12170         * src/common/utils.c
12171                 Sync with HEAD (filename chars substitution)
12172
12173 2005-02-15 [colin]      1.0.1cvs7.3
12174
12175         * src/gtk/pluginwindow.c
12176                 Fix button spacing
12177
12178 2005-02-15 [colin]      1.0.1cvs7.2
12179
12180         * src/mimeview.c
12181                 Fix mime icons not reset across message when
12182                 scrolled down
12183
12184 2005-02-15 [colin]      1.0.1cvs7.1
12185
12186         * src/compose.c
12187         * src/procmime.c
12188                 Sync with HEAD (optimisation of cvs6)
12189
12190 2005-02-14 [colin]      1.0.1cvs6.1
12191
12192         * src/compose.c
12193         * src/procmime.c
12194                 Sync with HEAD (encode "From " at line beginning)
12195
12196 2005-02-14 [colin]      1.0.1cvs5.3
12197
12198         * src/compose.c
12199                 Fix wrapping with accentued chars.
12200
12201 2005-02-13 [colin]      1.0.1cvs5.2
12202
12203         * src/textview.c
12204                 Fix email informative part parsing with
12205                 accentued chars in it. ispunct() returns
12206                 true for them in utf8...
12207
12208 2005-02-12 [colin]      1.0.1cvs5.1
12209
12210         * src/filtering.c
12211                 Sync with HEAD (remove wrong use of compose after send)
12212
12213 2005-02-12 [paul]       1.0.1cvs4.5
12214
12215         * src/textview.c
12216                 remove unnecessary code (thanks to Alfons)
12217
12218 2005-02-12 [paul]       1.0.1cvs4.4
12219
12220         * src/textview.c
12221                 add 'Copy' to contextual menu on emails
12222
12223 2005-02-11 [colin]      1.0.1cvs4.3
12224
12225         * src/compose.c
12226                 revert 1.0.0cvs28.2, it doesn't work that well.
12227
12228 2005-02-11 [paul]       1.0.1cvs4.2
12229
12230         * po/Makefile.in.in
12231                 fix 'make release'
12232
12233 2005-02-10 [paul]       1.0.1cvs4.1
12234
12235         * ChangeLog
12236         * ChangeLog.claws
12237         * ChangeLog.jp
12238         * configure.ac
12239         * src/compose.c
12240                 sync with HEAD (sync with main)
12241
12242 2005-02-10 [paul]       1.0.1cvs3.2
12243
12244         * AUTHORS
12245         * Makefile.am
12246         * autogen.sh
12247         * configure.ac
12248         * config/mkinstalldirs
12249         * intl/.cvsignore
12250         * intl/ChangeLog
12251         * intl/VERSION
12252         * intl/bindtextdom.c
12253         * intl/config.charset
12254         * intl/dcgettext.c
12255         * intl/dcigettext.c
12256         * intl/dcngettext.c
12257         * intl/dgettext.c
12258         * intl/dngettext.c
12259         * intl/eval-plural.h
12260         * intl/explodename.c
12261         * intl/finddomain.c
12262         * intl/gettext.c
12263         * intl/gettextP.h
12264         * intl/gmo.h
12265         * intl/hash-string.h
12266         * intl/intl-compat.c
12267         * intl/l10nflist.c
12268         * intl/libgnuintl.h.in
12269         * intl/loadinfo.h
12270         * intl/loadmsgcat.c
12271         * intl/localcharset.c
12272         * intl/localcharset.h
12273         * intl/locale.alias
12274         * intl/localealias.c
12275         * intl/localename.c
12276         * intl/log.c
12277         * intl/ngettext.c
12278         * intl/os2compat.c
12279         * intl/os2compat.h
12280         * intl/osdep.c
12281         * intl/plural-exp.c
12282         * intl/plural-exp.h
12283         * intl/plural.c
12284         * intl/plural.y
12285         * intl/ref-add.sin
12286         * intl/ref-del.sin
12287         * intl/relocatable.c
12288         * intl/relocatable.h
12289         * intl/textdomain.c
12290         * m4/Makefile.am
12291         * po/Makefile.in.in
12292         * src/Makefile.am
12293         * src/account.c
12294         * src/action.c
12295         * src/addr_compl.c
12296         * src/addressadd.c
12297         * src/addressbook.c
12298         * src/addrgather.c
12299         * src/addrindex.c
12300         * src/alertpanel.c
12301         * src/browseldap.c
12302         * src/codeconv.c
12303         * src/codeconv.h
12304         * src/compose.c
12305         * src/compose.h
12306         * src/crash.c
12307         * src/editaddress.c
12308         * src/editbook.c
12309         * src/editgroup.c
12310         * src/editjpilot.c
12311         * src/editldap.c
12312         * src/editldap_basedn.c
12313         * src/editvcard.c
12314         * src/exphtmldlg.c
12315         * src/expldifdlg.c
12316         * src/export.c
12317         * src/exporthtml.c
12318         * src/filtering.c
12319         * src/folder.c
12320         * src/folder_item_prefs.c
12321         * src/foldersel.c
12322         * src/folderview.c
12323         * src/grouplistdialog.c
12324         * src/headerview.c
12325         * src/imap.c
12326         * src/imap_gtk.c
12327         * src/import.c
12328         * src/importldif.c
12329         * src/importmutt.c
12330         * src/importpine.c
12331         * src/inc.c
12332         * src/ldif.c
12333         * src/main.c
12334         * src/mainwindow.c
12335         * src/matcher.c
12336         * src/mbox.c
12337         * src/message_search.c
12338         * src/messageview.c
12339         * src/mh.c
12340         * src/mh_gtk.c
12341         * src/mimeview.c
12342         * src/msgcache.c
12343         * src/news.c
12344         * src/news_gtk.c
12345         * src/noticeview.c
12346         * src/partial_download.c
12347         * src/pop.c
12348         * src/prefs_account.c
12349         * src/prefs_actions.c
12350         * src/prefs_common.c
12351         * src/prefs_customheader.c
12352         * src/prefs_display_header.c
12353         * src/prefs_ext_prog.c
12354         * src/prefs_filtering.c
12355         * src/prefs_filtering_action.c
12356         * src/prefs_folder_item.c
12357         * src/prefs_fonts.c
12358         * src/prefs_gtk.c
12359         * src/prefs_matcher.c
12360         * src/prefs_msg_colors.c
12361         * src/prefs_spelling.c
12362         * src/prefs_summary_column.c
12363         * src/prefs_template.c
12364         * src/prefs_themes.c
12365         * src/prefs_toolbar.c
12366         * src/prefs_wrapping.c
12367         * src/privacy.c
12368         * src/procheader.c
12369         * src/procmime.c
12370         * src/procmsg.c
12371         * src/quote_fmt.c
12372         * src/recv.c
12373         * src/send_message.c
12374         * src/setup.c
12375         * src/sourcewindow.c
12376         * src/ssl_manager.c
12377         * src/statusbar.c
12378         * src/summary_search.c
12379         * src/summaryview.c
12380         * src/textview.c
12381         * src/toolbar.c
12382         * src/wizard.c
12383         * src/common/nntp.c
12384         * src/common/plugin.c
12385         * src/common/smtp.c
12386         * src/common/ssl.c
12387         * src/common/ssl_certificate.c
12388         * src/common/string_match.c
12389         * src/common/sylpheed.c
12390         * src/common/template.c
12391         * src/common/utils.c
12392         * src/gtk/about.c
12393         * src/gtk/colorlabel.c
12394         * src/gtk/description_window.c
12395         * src/gtk/filesel.c
12396         * src/gtk/foldersort.c
12397         * src/gtk/gtkaspell.c
12398         * src/gtk/gtkutils.c
12399         * src/gtk/inputdialog.c
12400         * src/gtk/logwindow.c
12401         * src/gtk/menu.c
12402         * src/gtk/pluginwindow.c
12403         * src/gtk/prefswindow.c
12404         * src/gtk/progressdialog.c
12405         * src/gtk/quicksearch.c
12406         * src/gtk/sslcertwindow.c
12407         * src/plugins/clamav/clamav_plugin.c
12408         * src/plugins/clamav/clamav_plugin_gtk.c
12409         * src/plugins/demo/demo.c
12410         * src/plugins/dillo_viewer/dillo_prefs.c
12411         * src/plugins/dillo_viewer/dillo_viewer.c
12412         * src/plugins/image_viewer/plugin.c
12413         * src/plugins/image_viewer/viewer.c
12414         * src/plugins/image_viewer/viewerprefs.c
12415         * src/plugins/mathml_viewer/mathml_viewer.c
12416         * src/plugins/pgpmime/passphrase.c
12417         * src/plugins/pgpmime/plugin.c
12418         * src/plugins/pgpmime/prefs_gpg.c
12419         * src/plugins/pgpmime/select-keys.c
12420         * src/plugins/pgpmime/sgpgme.c
12421         * src/plugins/spamassassin/spamassassin.c
12422         * src/plugins/spamassassin/spamassassin_gtk.c
12423         * src/plugins/trayicon/trayicon.c
12424                 sync with main (revision 104)
12425
12426 2005-02-10 [colin]      1.0.1cvs3.1
12427
12428         * src/mainwindow.c
12429                 Sync with HEAD (fix occasional crasher)
12430
12431 2005-02-10 [colin]      1.0.1cvs2.1
12432
12433         * src/messageview.c
12434                 Synw with HEAD (don't automatically display html)
12435
12436 2005-02-09 [colin]      1.0.1cvs1.3
12437
12438         * src/textview.c
12439         * src/textview.h
12440                 Add contextual menu on emails
12441
12442 2005-02-09 [colin]      1.0.1cvs1.2
12443
12444         * src/codeconv.c
12445                 Fix converting from broken headers and 
12446                 put back the _ in missing places
12447                 (feature broke with cvs24.2 sync, main 
12448                  possibly affected?)
12449
12450 2005-02-09 [colin]      1.0.1cvs1.1
12451
12452         * src/messageview.c
12453         * src/mimeview.c
12454         * src/mimeview.h
12455                 Sync with HEAD (display non text/plain mails with plugin)
12456
12457 2005-02-08 [colin]      1.0.1.1
12458
12459         * ChangeLog.claws
12460         * po/pt_BR.po
12461                 Sync with HEAD
12462         * configure.ac
12463                 Make default configuration directory 
12464                 be .sylpheed-gtk2
12465
12466 2005-02-08 [colin]      1.0.0cvs29.1
12467
12468         * po/de.po
12469         * po/es.po
12470         * po/fr.po
12471         * po/it.po
12472         * po/sk.po
12473         * po/sr.po
12474                 Sync translations with HEAD
12475
12476 2005-02-06 [colin]      1.0.0cvs28.3
12477
12478         * src/compose.c
12479                 Make compose a bit faster - patch by Alfons.
12480
12481 2005-02-06 [colin]      1.0.0cvs28.2
12482
12483         * src/compose.c
12484                 Make pasting via middle-click more reliable
12485
12486 2005-02-05 [paul]       1.0.0cvs28.1
12487
12488         * ChangeLog
12489         * ChangeLog.claws
12490         * ChangeLog.jp
12491         * configure.ac
12492         * src/compose.c
12493                 sync with HEAD
12494                 (fix bug 682 'redirect is broken'
12495
12496 2005-02-05 [torte]      1.0.0cvs27.1
12497
12498         * ChangeLog.claws
12499         * configure.ac
12500         * src/partial_download.c
12501                 Sync with HEAD (fix buf overflow)
12502
12503 2005-02-03 [colin]      1.0.0cvs26.1
12504
12505         * src/common/plugin.c
12506                 Sync with HEAD (avoid plugin mismatches)
12507
12508 2005-02-03 [paul]       1.0.0cvs25.3
12509
12510         * src/folderview.c
12511         * src/headerview.c
12512         * src/summaryview.c
12513         * src/textview.c
12514         * src/gtk/colorlabel.c
12515                 third and final part of initial sync with main-gtk2
12516
12517 2005-02-03 [paul]       1.0.0cvs25.2
12518
12519         * src/jpilot.c
12520                 fix building with jpilot support
12521
12522 2005-02-02 [colin]      1.0.0cvs25.1
12523
12524         * src/messageview.c
12525                 Sync with HEAD (fix dangerous typo)
12526
12527 2005-02-01 [colin]      1.0.0cvs24.3
12528
12529         * src/common/xml.c
12530                 Write file as advertised (UTF-8)
12531
12532 2005-02-01 [paul]       1.0.0cvs24.2
12533
12534         * src/addrbook.c
12535         * src/addrindex.c
12536         * src/alertpanel.h
12537         * src/codeconv.c
12538         * src/codeconv.h
12539         * src/compose.c
12540         * src/export.c
12541         * src/folder_item_prefs.c
12542         * src/html.c
12543         * src/imap.c
12544         * src/import.c
12545         * src/jpilot.c
12546         * src/mainwindow.c
12547         * src/matcher_parser_lex.l
12548         * src/messageview.c
12549         * src/mh.c
12550         * src/prefs_account.c
12551         * src/prefs_actions.c
12552         * src/prefs_common.c
12553         * src/prefs_gtk.c
12554         * src/prefs_gtk.h
12555         * src/prefs_themes.c
12556         * src/procheader.c
12557         * src/procmime.c
12558         * src/sourcewindow.c
12559         * src/statusbar.c
12560         * src/summaryview.c
12561         * src/textview.c
12562         * src/toolbar.c
12563         * src/unmime.c
12564         * src/common/template.c
12565         * src/common/utils.c
12566         * src/common/xml.c
12567         * src/common/xml.h
12568         * src/gtk/gtkaspell.c
12569         * src/plugins/clamav/clamav_plugin.c
12570         * src/plugins/dillo_viewer/dillo_prefs.c
12571         * src/plugins/image_viewer/viewerprefs.c
12572         * src/plugins/pgpmime/passphrase.c
12573         * src/plugins/pgpmime/prefs_gpg.c
12574         * src/plugins/pgpmime/select-keys.c
12575         * src/plugins/spamassassin/spamassassin.c
12576                 second part of initial sync with main-gtk2
12577                 (more to follow)
12578
12579 2005-01-31 [colin]      1.0.0cvs24.1
12580
12581         * src/compose.c
12582                 Sync with HEAD
12583
12584 2005-01-29 [paul]       1.0.0cvs23.2
12585
12586         * src/account.c
12587         * src/action.c
12588         * src/addressadd.c
12589         * src/addressbook.c
12590         * src/alertpanel.c
12591         * src/compose.c
12592         * src/editaddress.c
12593         * src/editbook.c
12594         * src/editgroup.c
12595         * src/editjpilot.c
12596         * src/editldap.c
12597         * src/editldap_basedn.c
12598         * src/editvcard.c
12599         * src/export.c
12600         * src/foldersel.c
12601         * src/grouplistdialog.c
12602         * src/import.c
12603         * src/importldif.c
12604         * src/inc.c
12605         * src/main.c
12606         * src/mainwindow.c
12607         * src/message_search.c
12608         * src/messageview.c
12609         * src/mimeview.c
12610         * src/prefs_actions.c
12611         * src/prefs_common.c
12612         * src/prefs_common.h
12613         * src/prefs_customheader.c
12614         * src/prefs_display_header.c
12615         * src/prefs_filtering.c
12616         * src/prefs_filtering_action.c
12617         * src/prefs_gtk.c
12618         * src/prefs_matcher.c
12619         * src/prefs_summary_column.c
12620         * src/prefs_template.c
12621         * src/sourcewindow.c
12622         * src/summary_search.c
12623         * src/summaryview.c
12624         * src/textview.c
12625         * src/gtk/about.c
12626         * src/gtk/description_window.c
12627         * src/gtk/gtkshruler.c
12628         * src/gtk/gtkutils.c
12629         * src/gtk/gtkutils.h
12630         * src/gtk/inputdialog.c
12631         * src/gtk/logwindow.c
12632         * src/gtk/prefswindow.c
12633         * src/gtk/progressdialog.c
12634         * src/gtk/progressdialog.h
12635                 first part of initial sync with main-gtk2
12636                 (more to follow)
12637
12638 2005-01-28 [colin]      1.0.0cvs23.1
12639
12640         * src/folderview.c
12641                 Sync with HEAD
12642
12643 2005-01-27 [colin]      1.0.0cvs21.1
12644
12645         * src/folder.c
12646         * src/folderview.c
12647                 Sync with HEAD
12648
12649 2005-01-27 [colin]      1.0.0cvs19.1
12650
12651         * src/procmime.c
12652                 Sync with HEAD
12653
12654 2005-01-27 [colin]      1.0.0cvs18.1
12655
12656         * src/messageview.c
12657         * src/summaryview.c
12658         * src/mainwindow.c
12659         * src/compose.c
12660         * src/compose.h
12661         * src/procmsg.c
12662         * src/procmsg.h
12663         * src/toolbar.c
12664                 Sync with HEAD
12665
12666 2005-01-26 [paul]       1.0.0cvs15.2
12667
12668         * src/compose.c
12669                 compose_entries_set(): convert subject and body to
12670                 utf8 if necessary. patch by Felix Eckhofer
12671
12672 2005-01-26 [paul]       1.0.0cvs15.1
12673
12674         * configure.ac
12675         * src/common/template.c
12676                 sync with HEAD (fix memory leak)
12677
12678 2005-01-25 [paul]       1.0.0cvs14.1
12679
12680         * configure.ac
12681         * src/compose.c
12682                 sync with HEAD
12683
12684 2005-01-24 [colin]      1.0.0cvs13.1
12685
12686         * src/summaryview.c
12687                 Sync with HEAD
12688
12689 2005-01-24 [paul]       1.0.0cvs12.1
12690
12691         * configure.ac
12692         * src/messageview.c
12693         * src/mh.c
12694         * src/common/utils.c
12695                 sync with HEAD
12696
12697 2005-01-24 [colin]      1.0.0cvs11.1
12698
12699         * src/procheader.c
12700                 Sync with HEAD
12701
12702 2005-01-24 [colin]      1.0.0cvs10.1
12703
12704         * src/folderview.c
12705                 Sync with HEAD
12706
12707 2005-01-23 [colin]      1.0.0cvs9.1
12708
12709         * src/crash.c
12710                 Sync with HEAD
12711
12712 2005-01-22 [colin]      1.0.0cvs8.1
12713
12714         * src/summaryview.c
12715         * src/gtk/quicksearch.c
12716                 Sync with HEAD
12717
12718 2005-01-21 [colin]      1.0.0cvs7.1
12719
12720         * src/summaryview.c
12721                 Sync with HEAD
12722
12723 2005-01-21 [colin]      1.0.0cvs6.1
12724
12725         * src/summaryview.c
12726                 Sync with HEAD
12727
12728 2005-01-21 [colin]      1.0.0cvs5.1
12729
12730         * src/gtk/quicksearch.c
12731         * src/prefs_common.c
12732         * src/prefs_common.h
12733                 Sync with HEAD (recurse option)
12734
12735 2005-01-21 [colin]      1.0.0cvs4.1
12736
12737         * src/folder.h
12738         * src/folderview.c
12739         * src/folderview.h
12740         * src/summaryview.c
12741         * src/gtk/quicksearch.c
12742         * src/gtk/quicksearch.h
12743                 Sync with HEAD (recursive quicksearch)
12744
12745 2005-01-20 [colin]      1.0.0cvs3.4
12746
12747         * src/ssl_manager.c
12748                 Remove useless code
12749
12750 2005-01-20 [colin]      1.0.0cvs3.3
12751
12752         * src/ssl_manager.c
12753                 Fix leak, thanks to Alfons.
12754
12755 2005-01-20 [colin]      1.0.0cvs3.2
12756
12757         * src/ssl_manager.c
12758                 Port SSL certificate window to GTK2.
12759
12760 2005-01-20 [paul]       1.0.0cvs3.1
12761
12762         * ChangeLog.claws
12763         * configure.ac
12764         * src/addrindex.c
12765         * src/addrindex.h
12766                 sync with HEAD
12767
12768 2005-01-19 [colin]      1.0.0cvs2.2
12769
12770         * src/plugins/trayicon/trayicon.c
12771                 Fix freeze with gtk-2.6, the easy way
12772                 (signal blocking helpless there...)
12773                 Closes bug #668.
12774
12775 2005-01-19 [colin]      1.0.0cvs2.1
12776
12777         * src/mbox.c
12778         * src/mbox.h
12779         * src/mainwindow.c
12780         * src/summaryview.c
12781         * src/summaryview.h
12782                 Sync with HEAD
12783
12784 2005-01-19 [paul]       1.0.0cvs1.1
12785
12786         * configure.ac
12787         * po/de.po
12788         * po/es.po
12789         * po/fr.po
12790         * po/hr.po
12791         * po/it.po
12792         * po/ja.po
12793         * po/ko.po
12794         * po/pt_BR.po
12795         * po/ru.po
12796         * po/sk.po
12797         * po/sr.po
12798                 sync with HEAD (update translations)
12799
12800 2005-01-18 [colin]      1.0.0cvs0.1
12801
12802         * src/foldersel.c
12803                 Specify search column - patch by Alfons
12804
12805 2005-01-18 [colin]      0.9.13cvs36.3
12806
12807         * src/prefs_toolbar.c
12808                 Change Delete to Remove
12809         * src/prefs_fonts.c
12810                 GTK2 version and leak fixes
12811         * src/prefs_actions.c
12812                 Add stock buttons.
12813                 All patches by Alfons
12814
12815 2005-01-17 [colin]      0.9.13cvs36.2
12816
12817         * src/compose.c
12818                 Fix DnD inserting twice. While at it,
12819                 add DnD support for text/plain in the
12820                 body, and add support in the headers.
12821
12822 2005-01-16 [colin]      0.9.13cvs36.1
12823
12824         * ChangeLog
12825         * ChangeLog.jp
12826         * ChangeLog.claws
12827                 Sync with HEAD (nothing applicable)
12828
12829 2005-01-16 [colin]      0.9.13cvs33.2
12830
12831         * src/prefs_toolbar.c
12832                 GTK2ize prefs_toolbar, by Alfons.
12833
12834 2005-01-14 [colin]      0.9.13cvs33.1
12835
12836         * src/html.c
12837         * src/msgcache.c
12838                 Sync with HEAD
12839
12840 2005-01-14 [colin]      0.9.13cvs32.1
12841
12842         * src/html.c
12843         * src/html.h
12844         * src/msgcache.c
12845         * AUTHORS
12846         * tools/calypso_convert.pl
12847                 Sync with HEAD
12848
12849 2005-01-08 [colin]      0.9.13cvs29.2
12850
12851         * src/prefs_filtering_action.c
12852         * src/prefs_filtering.c
12853                 2 more gtk2 patches by Alfons
12854
12855 2005-01-07 [paul]       0.9.13cvs29.1
12856
12857         * ChangeLog
12858         * ChangeLog.claws
12859         * ChangeLog.jp
12860         * configure.ac
12861         * src/pop.c
12862         * src/pop.h
12863                 sync with HEAD
12864
12865 2005-01-07 [colin]      0.9.13cvs28.3
12866
12867         * src/gtk/progressdialog.c
12868         * src/gtk/progressdialog.h
12869         * src/inc.c
12870         * src/send_message.c
12871                 GTK2 for the incorporation dialog. The CList isn't dead
12872                 yet, for a more smooth migration. Patch by Alfons.
12873
12874 2005-01-06 [colin]      0.9.13cvs28.2
12875
12876         * src/prefs_display_header.c
12877                 GTK2 conversion by Alfons
12878         * src/prefs_actions.c
12879         * src/prefs_matcher.c
12880                 Fix 2 leaks - patch by Alfons
12881
12882 2005-01-06 [colin]      0.9.13cvs28.1
12883
12884         * src/prefs_matcher.c
12885                 Sync with HEAD
12886
12887 2005-01-06 [colin]      0.9.13cvs27.4
12888
12889         * src/prefs_matcher.c
12890                 Fix double-free. Patch by Alfons
12891
12892 2005-01-06 [colin]      0.9.13cvs27.3
12893
12894         * src/prefs_matcher.c
12895                 GTK2 widgets + memleak
12896                 Patch by Alfons
12897
12898 2005-01-05 [colin]      0.9.13cvs27.2
12899
12900         * src/account.c
12901         * src/addr_compl.c
12902         * src/foldersel.c
12903         * src/stock_pixmap.c
12904         * src/stock_pixmap.h
12905                 3 more GTK2 patches by Alfons.
12906
12907 2005-01-04 [colin]      0.9.13cvs27.1
12908
12909         * src/folderview.c
12910         * src/imap_gtk.c
12911         * src/news_gtk.c
12912                 Sync with HEAD
12913
12914 2005-01-04 [colin]      0.9.13cvs25.9
12915
12916         * src/compose.c
12917                 Fix Show Ruler menuitem
12918         * src/prefs_template.c
12919                 Convert to GTK2
12920         * src/common/utils.c
12921                 Make auto pointer stuff handles NULLs
12922                 Patches by Alfons.
12923
12924 2005-01-04 [colin]      0.9.13cvs25.8
12925
12926         * src/compose.c
12927                 Move the attachment list to gtk2
12928                 Patch by Alfons.
12929
12930 2005-01-04 [colin]      0.9.13cvs25.7
12931
12932         * src/textview.c
12933                 Make some keys work again
12934                 Patch by SungHyun Nam <namsh@kldp.org>
12935
12936 2005-01-04 [colin]      0.9.13cvs25.6
12937
12938         * src/gtk/gtkshruler.c
12939                 Move the ruler to GTK2
12940                 Patch by Alfons
12941
12942 2005-01-03 [colin]      0.9.13cvs25.5
12943
12944         * src/compose.c
12945                 Fix my broken patch apply 
12946
12947 2005-01-03 [colin]      0.9.13cvs25.4
12948
12949         * src/common/utils.c
12950         * src/common/utils.h
12951         * src/gtk/prefswindow.c
12952                 Move auto pointer stuff to utils.c
12953                 Patch by Alfons again :)
12954
12955 2005-01-03 [colin]      0.9.13cvs25.3
12956
12957         * src/compose.c
12958         * src/prefs_gtk.c
12959         * src/prefs_template.c
12960         * src/textview.c
12961                 Empty text widgets with empty strings, not NULL char
12962                 Patch by SungHyun Nam <namsh@kldp_org>
12963
12964 2005-01-03 [colin]      0.9.13cvs25.2
12965
12966         * src/main.c
12967         * AUTHORS
12968                 Sync with HEAD
12969
12970 2005-01-03 [colin]      0.9.13cvs25.1
12971
12972         * src/pop.c
12973         * src/pop.h
12974                 Sync with HEAD
12975
12976 2005-01-03 [colin]      0.9.13cvs24.3
12977
12978         * src/account.c
12979                 Two patches from Alfons and Alex S Moore:
12980                 fix images, fix return value.
12981
12982 2005-01-01 [colin]      0.9.13cvs24.2
12983
12984         * src/prefs_actions.c
12985                 Fix over-zealous assertion. Patch by Alfons
12986
12987 2005-01-01 [colin]      0.9.13cvs24.1
12988
12989         * src/procmime.c
12990                 Sync with HEAD (leak fix)
12991
12992 2004-12-31 [colin]      0.9.13cvs23.2
12993
12994         * src/prefs_common.c
12995                 GTK2 widgets + stock buttons - patch by Alfons
12996
12997 2004-12-31 [paul]       0.9.13cvs23.1
12998
12999         * configure.ac
13000                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13001         * src/gtk/pluginwindow.c
13002                 use GTK2 widgets and plug memory leaks,
13003                 patches by Alfons
13004
13005 2004-12-30 [colin]      0.9.13cvs22.4
13006
13007         * src/account.c
13008         * src/action.c
13009         * src/export.c
13010         * src/foldersel.c
13011         * src/import.c
13012         * src/message_search.c
13013         * src/prefs_actions.c
13014         * src/prefs_common.c
13015         * src/prefs_customheader.c
13016         * src/prefs_filtering.c
13017         * src/prefs_summary_column.c
13018         * src/summary_search.c
13019         * src/gtk/about.c
13020         * src/gtk/description_window.c
13021         * src/gtk/gtkutils.c
13022         * src/gtk/gtkutils.h
13023         * src/gtk/inputdialog.c
13024         * src/gtk/prefswindow.c
13025                 Use GTK2 stock buttons. Patches by Alfons.
13026
13027 2004-12-30 [colin]      0.9.13cvs22.3
13028
13029         * src/account.c
13030                 Sync with HEAD
13031         * src/prefs_actions.c
13032         * src/prefs_customheader.c
13033         * src/prefs_filtering.c
13034         * src/prefs_msg_colors.c
13035         * src/prefs_summary_column.c
13036         * src/gtk/prefswindow.c
13037                 Use GtkTreeView instead of deprecated 
13038                 widgets. Patches by Alfons.
13039
13040 2004-12-30 [paul]       0.9.13cvs22.2
13041
13042         * src/foldersel.c
13043                 use GTK 2 Tree View
13044                 patch by Alfons, with root folder sorting fix
13045                 by Stephan Sachse
13046
13047 2004-12-30 [paul]       0.9.13cvs22.1
13048
13049         * ChangeLog
13050         * ChangeLog.claws
13051         * ChangeLog.jp
13052         * NEWS
13053         * configure.ac
13054         * src/account.c
13055                 sync with HEAD
13056
13057 2004-12-22 [martin]     0.9.13cvs21.2
13058
13059         * src/action.c
13060                 free the command line after its use
13061
13062 2004-12-18 [paul]       0.9.13cvs21.1
13063
13064         * AUTHORS
13065         * ChangeLog
13066         * ChangeLog.claws
13067         * ChangeLog.jp
13068         * NEWS
13069         * configure.ac
13070         * src/action.c
13071         * src/compose.c
13072         * src/syldap.c
13073                 sync with HEAD
13074
13075 2004-12-17 [martin]     0.9.13cvs17.2
13076
13077         * src/action.c
13078                 convert actions input to locale
13079         * src/inc.c
13080                 convert notification command to locale
13081         * src/plugins/pgpmime/select-keys.c
13082                 convert attributes to utf8
13083
13084 2004-12-14 [colin]      0.9.13cvs17.1
13085
13086         * ChangeLog
13087         * ChangeLog.jp
13088         * ChangeLog.claws
13089         * src/action.c
13090         * src/common/utils.c
13091         * src/gtk/prefswindow.c
13092         * src/gtk/gtkutils.c
13093         * src/gtk/gtkutils.h
13094         * src/plugins/spamassassin/libspamc.c
13095                 Sync with HEAD
13096
13097 2004-12-13 [colin]      0.9.13cvs14.1
13098
13099         * src/quote_fmt_parse.y
13100                 Sync with HEAD
13101
13102 2004-12-10 [colin]      0.9.13cvs12.1
13103
13104         * src/prefs_themes.c
13105         * src/mainwindow.c
13106         * src/messageview.c
13107                 Sync with HEAD
13108
13109 2004-12-09 [colin]      0.9.13cvs10.1
13110
13111         * src/procmime.c
13112                 Sync with HEAD (fix B64 encoding from memory)
13113
13114 2004-12-08 [colin]      0.9.13cvs9.1
13115
13116         * src/gtk/colorlabel.c
13117                 Sync with HEAD
13118
13119 2004-12-08 [paul]       0.9.13cvs8.2
13120
13121         * src/gtk/pluginwindow.c
13122                 fix window resizing oddities
13123
13124 2004-12-08 [colin]      0.9.13cvs8.1
13125
13126         * src/quote_fmt_parse.y
13127                 Sync with HEAD
13128
13129 2004-12-08 [colin]      0.9.13cvs7.1
13130
13131         * src/matcher_parser_parse.y
13132         * src/msgcache.c
13133         * src/prefs_matcher.c
13134         * src/procheader.c
13135         * src/matcher.c
13136         * src/common/defs.h
13137         * po/sr.po
13138                 Sync with HEAD
13139
13140 2004-12-08 [colin]      0.9.13cvs6.1
13141
13142         * src/quote_fmt_parse.y
13143         * src/textview.c
13144                 Sync with HEAD
13145         * src/gtk/prefswindow.c
13146         * src/gtk/pluginwindow.c
13147                 Fix G_CALLBACKS protos (thanks to Alfons)
13148
13149 2004-12-07 [torte]      0.9.13cvs2.2
13150
13151         * src/procmime.c
13152                 [Bug 650] reply button causes crash
13153                 Thanks to David Relson and Christoph
13154
13155 2004-12-07 [colin]      0.9.13cvs2.1
13156
13157         * ChangeLog.claws
13158         * AUTHORS
13159         * po/sk.po
13160         * src/procmime.c
13161         * src/prefs_account.c
13162         * src/common/smtp.c
13163         * src/common/smtp.h
13164                 Sync with HEAD
13165
13166 2004-12-06 [colin]      0.9.12cvs187.1
13167
13168         * ChangeLog.claws
13169         * INSTALL
13170         * Makefile.am
13171         * README.claws
13172         * TODO.claws
13173         * configure.ac
13174         * po/bg.po
13175         * po/cs.po
13176         * po/el.po
13177         * po/en_GB.po
13178         * po/es.po
13179         * po/fr.po
13180         * po/hr.po
13181         * po/hu.po
13182         * po/it.po
13183         * po/ja.po
13184         * po/ko.po
13185         * po/nl.po
13186         * po/pl.po
13187         * po/pt_BR.po
13188         * po/ru.po
13189         * po/sk.po
13190         * po/sr.po
13191         * po/sv.po
13192         * po/zh_CN.po
13193         * po/zh_TW.Big5.po
13194         * src/compose.c
13195         * tools/Makefile.am
13196         * tools/README
13197         * tools/filter_conv.pl
13198         * tools/kdeservicemenu/README
13199         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13200         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13201                 Sync with HEAD
13202
13203 2004-12-04 [colin]      0.9.12cvs183.1
13204
13205         * src/compose.c
13206                 Sync with HEAD (compose window position saving)
13207
13208 2004-12-04 [paul]       0.9.12cvs182.3
13209
13210         * src/messageview.c
13211         * src/mimeview.c
13212         * src/prefs_customheader.c
13213         * src/gtk/quicksearch.c
13214                 replace some forgotten GTK_SIGNAL_FUNCs
13215
13216 2004-12-04 [paul]       0.9.12cvs182.2
13217
13218         * src/Makefile.am
13219                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13220                 committed in error      
13221
13222 2004-12-04 [paul]       0.9.12cvs182.1
13223
13224         * ChangeLog
13225         * ChangeLog.claws
13226         * ChangeLog.jp
13227         * INSTALL
13228         * NEWS
13229         * README
13230         * README.jp
13231         * configure.ac
13232         * doc/manual/ja/Makefile.am
13233         * doc/manual/ja/sylpheed-1.html
13234         * doc/manual/ja/sylpheed-10.html
13235         * doc/manual/ja/sylpheed-11.html
13236         * doc/manual/ja/sylpheed-12.html
13237         * doc/manual/ja/sylpheed-13.html
13238         * doc/manual/ja/sylpheed-14.html
13239         * doc/manual/ja/sylpheed-15.html
13240         * doc/manual/ja/sylpheed-16.html
13241         * doc/manual/ja/sylpheed-17.html
13242         * doc/manual/ja/sylpheed-18.html
13243         * doc/manual/ja/sylpheed-19.html
13244         * doc/manual/ja/sylpheed-2.html
13245         * doc/manual/ja/sylpheed-20.html
13246         * doc/manual/ja/sylpheed-3.html
13247         * doc/manual/ja/sylpheed-4.html
13248         * doc/manual/ja/sylpheed-5.html
13249         * doc/manual/ja/sylpheed-6.html
13250         * doc/manual/ja/sylpheed-7.html
13251         * doc/manual/ja/sylpheed-8.html
13252         * doc/manual/ja/sylpheed-9.html
13253         * doc/manual/ja/sylpheed.html
13254         * doc/manual/ja/sylpheed.sgml
13255         * po/de.po
13256         * src/Makefile.am
13257         * src/compose.c
13258         * src/procmime.c
13259         * src/pixmaps/regular.xpm **REMOVED**
13260         * src/plugins/pgpmime/pgpmime.c
13261         * src/plugins/pgpmime/plugin.c
13262         * src/plugins/pgpmime/prefs_gpg.c
13263                 sync with HEAD
13264
13265 2004-12-03 [paul]       0.9.12cvs180.1
13266
13267         * ChangeLog
13268         * ChangeLog.claws
13269         * ChangeLog.jp
13270         * configure.ac
13271         * src/Makefile.am
13272         * src/pop.c
13273         * src/common/utils.c
13274         * src/common/utils.h
13275         * src/pixmaps/continue.xpm
13276         * src/pixmaps/dir_close.xpm
13277         * src/pixmaps/dir_open.xpm
13278         * src/pixmaps/drafts_close.xpm
13279         * src/pixmaps/drafts_open.xpm
13280         * src/pixmaps/folder.xpm **REMOVED**
13281         * src/pixmaps/group.xpm
13282         * src/pixmaps/unread.xpm
13283                 sync with HEAD
13284
13285 2004-12-02 [colin]      0.9.12cvs179.1
13286
13287         * src/compose.c
13288                 Sync with HEAD (non-duplicated reedition)
13289
13290 2004-12-02 [colin]      0.9.12cvs178.1
13291
13292         * src/compose.c
13293                 Sync with HEAD (linewrap_quote fix)
13294
13295 2004-12-01 [colin]      0.9.12cvs177.3
13296
13297         * src/addrharvest.c
13298                 Replace sizeof with strlen
13299
13300 2004-12-01 [paul]       0.9.12cvs177.2
13301
13302         * src/addrharvest.c
13303                 fix 'harvest addresses'
13304
13305 2004-11-30 [colin]      0.9.12cvs177.1
13306
13307         * src/gtk/prefswindow.c
13308         * src/gtk/pluginwindow.c
13309                 Sync with HEAD
13310
13311 2004-11-29 [colin]      0.9.12cvs176.1
13312
13313         * src/folderview.c
13314                 sync with HEAD (Fix disappearing separators in folderview's popup)
13315
13316 2004-11-29 [colin]      0.9.12cvs175.1
13317
13318         * src/procmime.c
13319                 Sync with head (another format fix)
13320
13321 2004-11-29 [colin]      0.9.12cvs174.1
13322
13323         * src/pop.c
13324                 Sync with HEAD (format string fix)
13325
13326 2004-11-26 [colin]      0.9.12cvs173.1
13327
13328         * src/common/smtp.c
13329         * src/common/smtp.h
13330                 Sync with HEAD
13331
13332 2004-11-24 [colin]      0.9.12cvs172.1
13333
13334         * src/plugins/pgpmime/pgpmime.c
13335                 Sync with HEAD
13336
13337 2004-11-24 [colin]      0.9.12cvs171.1
13338
13339         * src/plugins/pgpmime/pgpmime.c
13340                 Sync with head (gpgmectx leaks)
13341
13342 2004-11-24 [colin]      0.9.12cvs169.1
13343
13344         * src/plugins/pgpmime/plugin.c
13345         * src/plugins/trayicon/Makefile.am
13346         * src/plugins/trayicon/newmarkedmail.xpm
13347         * src/plugins/trayicon/trayicon.c
13348         * src/plugins/trayicon/unreadmarkedmail.xpm
13349                 Sync with HEAD
13350
13351 2004-11-23 [colin]      0.9.12cvs168.1
13352
13353         * src/partial_download.c
13354         * src/partial_download.h
13355         * src/plugins/pgpmime/plugin.c
13356                 Sync with HEAD
13357
13358 2004-11-23 [colin]      0.9.12cvs166.1
13359
13360         * src/Makefile.am
13361         * src/codeconv.c
13362         * src/compose.c
13363         * src/folderview.c
13364         * src/main.c
13365         * src/partial_download.c
13366         * src/partial_download.h
13367         * src/prefs_account.c
13368         * src/prefs_account.h
13369         * src/privacy.c
13370         * src/privacy.h
13371         * src/procmime.c
13372         * src/common/Makefile.am
13373         * src/common/base64.h
13374         * src/common/partial_download.c
13375         * src/common/partial_download.h
13376         * src/gtk/prefswindow.c
13377         * src/gtk/prefswindow.h
13378         * src/plugins/pgpmime/pgpmime.c
13379         * src/plugins/pgpmime/prefs_gpg.c
13380         * src/plugins/pgpmime/prefs_gpg.h
13381         * src/plugins/pgpmime/sgpgme.c
13382         * src/plugins/pgpmime/sgpgme.h
13383                 Sync with HEAD
13384
13385 2004-11-23 [colin]      0.9.12cvs163.1
13386
13387         * src/main.c
13388                 Sync with HEAD (cursor optimization)
13389
13390 2004-11-23 [colin]      0.9.12cvs162.1
13391
13392         * src/prefs_common.c
13393         * src/prefs_themes.c
13394         * src/procmsg.c
13395                 Sync with HEAD
13396
13397 2004-11-23 [colin]      0.9.12cvs158.9
13398
13399         * src/compose.c
13400                 Fix double-free when forwarding
13401         * src/msgcache.c
13402                 Fix leak on error path
13403                 
13404
13405 2004-11-23 [colin]      0.9.12cvs158.8
13406
13407         * src/compose.c
13408                 Fix possible double-free
13409                 Spotted by Alfons
13410
13411 2004-11-23 [colin]      0.9.12cvs158.7
13412
13413         * src/compose.c
13414                 Fix some signal handlers' prototypes
13415                 Spotted by Alfons
13416
13417 2004-11-22 [colin]      0.9.12cvs158.6
13418
13419         * src/compose.c
13420                 Remove unneeded code and duplicated
13421                 wrapping - patch by Alfons
13422
13423 2004-11-22 [colin]      0.9.12cvs158.5
13424
13425         * src/prefs_themes.c
13426                 Fix oversized selector
13427
13428 2004-11-22 [colin]      0.9.12cvs158.4
13429
13430         * src/compose.c
13431                 fix dump_text()
13432                 patch by Alfons
13433
13434 2004-11-19 [colin]      0.9.12cvs158.3
13435
13436         * src/textview.c
13437                 Add a context menu on links (open, copy)
13438
13439 2004-11-18 [paul]       0.9.12cvs158.2
13440
13441         * src/addrgather.c
13442         * src/exphtmldlg.c
13443         * src/expldifdlg.c
13444         * src/mimeview.c
13445         * src/prefs_common.c
13446         * src/plugins/image_viewer/viewer.c
13447         * src/plugins/spamassassin/spamassassin_gtk.c
13448                 replace deprecated gtk_notebook_set_page
13449                 and gtk_notebook_current_page
13450
13451 2004-11-18 [paul]       0.9.12cvs158.1
13452
13453         * configure.ac
13454         * src/compose.c
13455         * src/mainwindow.c
13456         * src/messageview.c
13457         * src/prefs_common.c
13458         * src/common/utils.c
13459         * src/common/utils.h
13460                 sync with HEAD
13461
13462 2004-11-17 [colin]      0.9.12cvs156.1
13463
13464         * src/prefs_account.c
13465         * src/prefs_account.h
13466         * src/procmsg.c
13467                 Sync with HEAD (add pref to store encrypted mails encrypted)
13468
13469 2004-11-17 [paul]       0.9.12cvs155.1
13470
13471         * ChangeLog
13472         * ChangeLog.claws
13473         * ChangeLog.jp
13474         * NEWS
13475         * configure.ac
13476         * src/compose.c
13477         * src/jpilot.c
13478         * src/privacy.c
13479         * src/procmime.c
13480         * src/procmime.h
13481         * src/procmsg.c
13482         * src/toolbar.c
13483         * src/pixmaps/error.xpm
13484                 sync with HEAD
13485
13486 2004-11-17 [colin]      0.9.12cvs151.1
13487
13488         * src/plugins/pgpmime/pgpmime.c
13489                 Sync with HEAD (remove debug printf)
13490
13491 2004-11-17 [colin]      0.9.12cvs150.1
13492
13493         * src/plugins/pgpmime/pgpmime.c
13494                 Sync with HEAD (off-by-one fix)
13495
13496 2004-11-17 [colin]      0.9.12cvs149.1
13497
13498         * src/procmsg.c
13499                 Sync with HEAD (coding style fixes)
13500
13501 2004-11-16 [colin]      0.9.12cvs148.1
13502
13503         * src/procmsg.c
13504                 Sync with head (Fix the fix)
13505
13506 2004-11-16 [colin]      0.9.12cvs147.1
13507
13508         * src/procmsg.c
13509                 Sync with Main (leak fix)
13510
13511 2004-11-16 [colin]      0.9.12cvs146.14
13512
13513         * src/compose.c
13514                 Remove useless chunk of code
13515                 Patch by Alfons
13516
13517 2004-11-15 [colin]      0.9.12cvs146.13
13518
13519         * src/compose.c
13520                 Fix drafting after insertion
13521                 Patch by Alfons
13522
13523 2004-11-15 [colin]      0.9.12cvs146.12
13524
13525         * src/compose.c
13526         * src/prefs_filtering.c
13527         * src/prefs_filtering_action.c
13528         * src/prefs_toolbar.c
13529                 Fix some const-correctness
13530
13531 2004-11-15 [colin]      0.9.12cvs146.11
13532
13533         * src/summaryview.c
13534         * src/prefs_themes.c
13535         * src/messageview.c
13536                 Fix some leaks
13537
13538 2004-11-15 [colin]      0.9.12cvs146.10
13539
13540         * src/codeconv.c
13541                 More unreadable locale fixes
13542
13543 2004-11-14 [colin]      0.9.12cvs146.9
13544
13545         * src/textview.c
13546                 Fix uri_security_check
13547                 Patch by Alfons
13548
13549 2004-11-13 [paul]       0.9.12cvs146.8
13550
13551         * src/folder.c
13552         * src/procmime.c
13553                 fix 2 bugs introduced in last commit
13554
13555 2004-11-13 [paul]       0.9.12cvs146.7
13556
13557         * src/compose.c
13558         * src/exporthtml.c
13559         * src/exportldif.c
13560         * src/folder.c
13561         * src/imap.c
13562         * src/imap_gtk.c
13563         * src/main.c
13564         * src/mainwindow.c
13565         * src/messageview.c
13566         * src/mh_gtk.c
13567         * src/prefs_themes.c
13568         * src/procmime.c
13569         * src/setup.c
13570         * src/summaryview.c
13571                 replace deprecated g_basename
13572
13573 2004-11-13 [paul]       0.9.12cvs146.6
13574
13575         * src/compose.c
13576         * src/imap.c
13577         * src/matcher_parser.h
13578         * src/matcher_parser_parse.y
13579         * src/prefs_filtering.c
13580         * src/prefs_filtering_action.c
13581         * src/prefs_themes.c
13582         * src/prefs_toolbar.c
13583         * src/common/utils.c
13584                 various small fixes/cleanups
13585
13586 2004-11-12 [colin]      0.9.12cvs146.5
13587
13588         * src/textview.c
13589                 Validate event's origin on visibility notify
13590                 Patch by Alfons.
13591
13592 2004-11-12 [paul]       0.9.12cvs146.4
13593
13594         * src/exporthtml.c
13595         * src/exportldif.c
13596         * src/imap.c
13597         * src/mh.c
13598         * src/mimeview.c
13599         * src/prefs_spelling.c
13600         * src/prefs_themes.c
13601                 replace deprecated g_dirname    
13602
13603 2004-11-12 [colin]      0.9.12cvs146.3
13604
13605         * src/textview.c
13606                 Some coding style fixes
13607
13608 2004-11-12 [colin]      0.9.12cvs146.2
13609
13610         * src/codeconv.c
13611                 We want to replace _all_ extended chars in
13612                 conv_unreadable_*, because any string containing
13613                 extended chars not parsing as UTF8 is 
13614                 undisplayed on gtk2.
13615
13616 2004-11-12 [paul]       0.9.12cvs146.1
13617
13618         * ChangeLog
13619         * ChangeLog.claws
13620         * ChangeLog.jp
13621         * NEWS
13622         * configure.ac
13623         * src/account.c
13624         * src/folderview.c
13625         * src/folderview.h
13626         * src/imap.c
13627         * src/imap_gtk.c
13628         * src/inc.c
13629         * src/mainwindow.c
13630         * src/mh_gtk.c
13631         * src/news_gtk.c
13632         * src/pop.c
13633         * src/prefs_account.c
13634         * src/prefs_account.h
13635         * src/prefs_ext_prog.c
13636         * src/procmime.c
13637         * src/procmime.h
13638         * src/procmsg.c
13639         * src/procmsg.h
13640         * src/summary_search.c
13641         * src/summaryview.c
13642         * src/textview.c
13643         * src/common/defs.h
13644         * src/common/utils.c
13645         * src/common/utils.h
13646         * src/gtk/menu.c
13647         * src/gtk/menu.h
13648                 sync with HEAD
13649
13650 2004-11-11 [colin]      0.9.12cvs144.2
13651
13652         * src/textview.c
13653                 Fix URI range selection (patch by Alfons)
13654
13655 2004-11-09 [colin]      0.9.12cvs144.1
13656
13657         * ChangeLog.claws
13658         * src/compose.c
13659         * src/folder.c
13660         * src/folder_item_prefs.c
13661         * src/prefs_account.c
13662         * src/prefs_account.h
13663         * src/plugins/pgpmime/pgpmime.c
13664                 Sync with HEAD
13665
13666 2004-11-08 [colin]      0.9.12cvs143.1
13667
13668         * src/summaryview.c
13669                 Sync with HEAD (optimize quicksearch)
13670
13671 2004-11-08 [colin]      0.9.12cvs142.2
13672
13673         * src/compose.c
13674                 Don't wrap when Edit/Auto wrapping is disabled
13675
13676 2004-11-08 [colin]      0.9.12cvs142.1
13677
13678         * src/textview.c
13679                 Sync with HEAD
13680
13681 2004-11-08 [colin]      0.9.12cvs141.1
13682
13683         * src/textview.c
13684                 Sync with HEAD (fix some mail URIs)
13685
13686 2004-11-08 [colin]      0.9.12cvs140.3
13687
13688         * src/textview.c
13689                 o Use text cursor instead of arrow when
13690                   not on a link
13691                 o Fix handling of contiguous links (as in
13692                   "colin@colino.net" <colin@colino.net>)
13693                   This one unveils a bug in get_email_part()
13694
13695 2004-11-07 [colin]      0.9.12cvs140.2
13696
13697         * src/textview.c
13698                 Fix memleak. Patch by Alfons.
13699
13700 2004-11-06 [colin]      0.9.12cvs140.1
13701
13702         * src/compose.c
13703                 Sync with HEAD (don't ask passphrase
13704                 when drafting)
13705
13706 2004-11-06 [paul]       0.9.12cvs139.2
13707
13708         * AUTHORS
13709         * src/textview.c
13710         * src/textview.h
13711                 textview URI handling. hovering over a 
13712                 link displays it in the status bar,
13713                 and changes the mouse pointer to a hand 
13714                 cursor. a link is activated with a single 
13715                 click. (Modified from the) patch by Jean-Yves 
13716                 Lefort <jylefort@users.sourceforge.net>
13717                 
13718
13719 2004-11-05 [colin]      0.9.12cvs139.1
13720
13721         * src/compose.c
13722         * src/procmime.c
13723                 Sync with HEAD again ^^
13724
13725 2004-11-05 [colin]      0.9.12cvs139.1
13726
13727         * src/compose.c
13728         * src/procmime.c
13729                 Sync with HEAD
13730
13731 2004-11-03 [paul]       0.9.12cvs138.1
13732
13733         * ChangeLog.claws
13734         * configure.ac
13735         * po/POTFILES.in
13736         * src/prefs_ext_prog.c
13737         * src/procmime.c
13738         * tools/kdeservicemenu/README
13739         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13740         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13741                 sync with HEAD
13742
13743 2004-11-01 [christoph]  0.9.12cvs136.2
13744
13745         * src/procmime.c
13746                 convert MIME parameters to UTF-8
13747
13748 2004-10-29 [colin]      0.9.12cvs136.1
13749
13750         * src/common/utils.c
13751                 Sync with HEAD (don't use '=' in mime boundary)
13752
13753 2004-10-29 [paul]       0.9.12cvs135.1
13754
13755         * configure.ac
13756         * doc/src/rfc2231.txt
13757         * src/procmime.c
13758         * src/common/quoted-printable.c
13759         * src/common/utils.c
13760         * src/common/utils.h
13761                 sync with HEAD
13762
13763 2004-10-27 [paul]       0.9.12cvs134.1
13764
13765         * configure.ac
13766         * src/main.c
13767         * src/procmime.c
13768         * src/plugins/pgpmime/pgpmime.c
13769                 sync with HEAD
13770
13771 2004-10-26 [paul]       0.9.12cvs132.3
13772
13773         * src/account.c
13774         * src/addressbook.c
13775         * src/addrgather.c
13776         * src/addrharvest.c
13777         * src/codeconv.c
13778         * src/compose.c
13779         * src/customheader.c
13780         * src/editaddress.c
13781         * src/editgroup.c
13782         * src/enriched.c
13783         * src/expldifdlg.c
13784         * src/exporthtml.c
13785         * src/exportldif.c
13786         * src/folder.c
13787         * src/foldersel.c
13788         * src/folderview.c
13789         * src/grouplistdialog.c
13790         * src/html.c
13791         * src/imap.c
13792         * src/jpilot.c
13793         * src/ldapserver.c
13794         * src/ldif.c
13795         * src/mimeview.c
13796         * src/news.c
13797         * src/news_gtk.c
13798         * src/pop.c
13799         * src/prefs_display_header.c
13800         * src/prefs_gtk.c
13801         * src/prefs_msg_colors.c
13802         * src/prefs_toolbar.c
13803         * src/procheader.c
13804         * src/procmime.c
13805         * src/summaryview.c
13806         * src/textview.c
13807         * src/toolbar.c
13808         * src/vcard.c
13809         * src/common/mgutils.c
13810         * src/common/nntp.c
13811         * src/common/smtp.c
13812         * src/common/template.c
13813         * src/common/utils.c
13814         * src/common/xmlprops.c
13815         * src/plugins/pgpmime/pgpmime.c
13816         * src/plugins/pgpmime/select-keys.c
13817         * src/plugins/pgpmime/sgpgme.c
13818                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13819                 g_string_sprintfa(), gtk_notebook_current_page()
13820
13821 2004-10-26 [colin]      0.9.12cvs132.2
13822
13823         * src/prefs_folder_item.c
13824                 Fix default-account selection
13825
13826 2004-10-21 [colin]      0.9.12cvs133
13827
13828         * src/compose.c
13829                 Sync with HEAD (Remove extra separator in compose's Options)
13830         * src/textview.c
13831                 Set wrapping to char
13832
13833 2004-10-21 [paul]       0.9.12cvs131.2
13834
13835         * src/compose.c
13836         * src/sourcewindow.c
13837                 fix wrapping
13838                 fix window shrinking 
13839
13840 2004-10-21 [colin]      0.9.12cvs131.1
13841
13842         * ChangeLog.claws
13843         * src/compose.c
13844                 Sync with HEAD
13845
13846 2004-10-21 [paul]       0.9.12cvs130.2
13847
13848         * src/prefs_folder_item.c
13849                 sync with HEAD (Apply to subfolders)
13850
13851 2004-10-19 [colin]      0.9.12cvs130.1
13852
13853         * ChangeLog.claws
13854         * src/compose.c
13855         * src/common/utils.c
13856         * src/gtk/menu.c
13857                 Sync with HEAD
13858
13859 2004-10-19 [colin]      0.9.12cvs128.1
13860
13861         * src/addrbook.c
13862         * src/addrcache.c
13863         * src/addressbook.c
13864         * src/codeconv.c
13865         * src/compose.c
13866         * src/customheader.c
13867         * src/editaddress.c
13868         * src/editgroup.c
13869         * src/exporthtml.c
13870         * src/folder.c
13871         * src/folderview.c
13872         * src/imap.c
13873         * src/jpilot.c
13874         * src/main.c
13875         * src/matcher_parser_parse.y
13876         * src/mbox.c
13877         * src/pop.c
13878         * src/prefs_account.c
13879         * src/prefs_gtk.c
13880         * src/prefs_msg_colors.c
13881         * src/procheader.c
13882         * src/procmime.c
13883         * src/procmime.h
13884         * src/procmsg.c
13885         * src/summaryview.c
13886         * src/textview.c
13887         * src/common/base64.c
13888         * src/common/partial_download.c
13889         * src/common/socket.c
13890         * src/common/sylpheed.c
13891         * src/common/utils.c
13892         * src/common/utils.h
13893         * src/gtk/pluginwindow.c
13894         * src/gtk/quicksearch.c
13895         * src/plugins/clamav/clamav_plugin.c
13896         * src/plugins/clamav/clamav_plugin.h
13897         * src/plugins/clamav/clamav_plugin_gtk.c
13898         * src/plugins/pgpmime/passphrase.c
13899         * src/plugins/pgpmime/pgpmime.c
13900         * src/plugins/pgpmime/plugin.c
13901         * src/plugins/pgpmime/prefs_gpg.c
13902         * src/plugins/pgpmime/prefs_gpg.h
13903         * src/plugins/pgpmime/select-keys.c
13904         * src/plugins/pgpmime/sgpgme.c
13905         * src/plugins/spamassassin/libspamc.c
13906         * src/plugins/spamassassin/spamassassin.c
13907         * src/plugins/spamassassin/spamassassin.h
13908         * src/plugins/spamassassin/spamassassin_gtk.c
13909         * src/plugins/trayicon/trayicon.c
13910         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13911                 Sync with HEAD
13912
13913 2004-10-14 [colin]      0.9.12cvs126.2
13914
13915         * src/codeconv.c
13916         * src/textview.c
13917                 Fix conv_unreadable_locale
13918
13919 2004-10-13 [colin]      0.9.12cvs126.1
13920
13921         * src/compose.c
13922                 Sync with HEAD (don't convert charset for 
13923                 drafted messages, minor cleanup)
13924
13925 2004-10-13 [colin]      0.9.12cvs125.1
13926
13927         * po/POTFILES.in
13928                 Sync with HEAD (POTFILES fix)
13929
13930 2004-10-12 [colin]      0.9.12cvs124.3
13931
13932         * src/compose.c
13933                 Fix encoding bug from latest sync
13934
13935 2004-10-12 [paul]       0.9.12cvs124.2
13936
13937         * src/plugins/pgpmime/prefs_gpg.c
13938         * src/plugins/pgpmime/prefs_gpg.h
13939                 forgotten in last commit        
13940
13941 2004-10-12 [paul]       0.9.12cvs124.1
13942
13943         * ChangeLog.claws
13944         * configure.ac
13945         * m4/spamassassin.m4
13946         * src/Makefile.am
13947         * src/account.c
13948         * src/compose.c
13949         * src/compose.h
13950         * src/crash.c
13951         * src/main.c
13952         * src/mimeview.c
13953         * src/passphrase.c
13954         * src/passphrase.h
13955         * src/prefs_account.c
13956         * src/prefs_account.h
13957         * src/prefs_common.c
13958         * src/privacy.c
13959         * src/privacy.h
13960         * src/procmime.c
13961         * src/procmime.h
13962         * src/procmsg.c
13963         * src/rfc2015.c
13964         * src/rfc2015.h
13965         * src/select-keys.c
13966         * src/select-keys.h
13967         * src/textview.c
13968         * src/common/utils.c
13969         * src/common/utils.h
13970         * src/gtk/about.c
13971         * src/plugins/pgpmime/Makefile.am
13972         * src/plugins/pgpmime/passphrase.c
13973         * src/plugins/pgpmime/passphrase.h
13974         * src/plugins/pgpmime/pgpmime.c
13975         * src/plugins/pgpmime/plugin.c
13976         * src/plugins/pgpmime/select-keys.c
13977         * src/plugins/pgpmime/select-keys.h
13978         * src/plugins/pgpmime/sgpgme.c
13979         * src/plugins/pgpmime/sgpgme.h
13980                 sync with HEAD
13981
13982 2004-10-04 [colin]      0.9.12cvs122.1
13983
13984         * src/mainwindow.c
13985         * src/messageview.c
13986         * src/messageview.h
13987         * src/textview.c
13988                 Sync with HEAD
13989
13990 2004-10-04 [colin]      0.9.12cvs121.1
13991
13992         * src/summaryview.c
13993                 Sync with HEAD
13994
13995 2004-10-04 [paul]       0.9.12cvs120.1
13996
13997         * configure.ac
13998                 sync with HEAD [don't try to build 
13999                 pgpmime plugin when gpgme is disabled]
14000
14001 2004-10-03 [colin]      0.9.12cvs119.3
14002
14003         * src/gtk/gtksctree.c
14004                 Lots of side effects. Put back as before 117.2.
14005         * src/summaryview.c
14006                 Fix bug #602
14007
14008 2004-10-03 [colin]      0.9.12cvs119.2
14009
14010         * src/gtk/gtksctree.c
14011                 Revert 608 fix that doesn't work that good
14012
14013 2004-10-02 [colin]      0.9.12cvs119.1
14014
14015         * src/mainwindow.c
14016         * src/messageview.c
14017         * src/prefs_common.h
14018         * src/procmime.c
14019         * src/procmime.h
14020         * src/textview.c
14021                 Sync with HEAD
14022         * src/gtk/gtksctree.c
14023                 Close bug #608
14024
14025 2004-10-01 [colin]      0.9.12cvs118.1
14026
14027         * src/mimeview.c
14028                 Sync with HEAD (better Save All fix)
14029
14030 2004-10-01 [colin]      0.9.12cvs117.2
14031
14032         * src/gtk/gtksctree.c
14033                 Faster on selection
14034
14035 2004-10-01 [colin]      0.9.12cvs117.1
14036
14037         * src/mimeview.c
14038                 Sync with HEAD (Save All: only attachments)
14039
14040 2004-10-01 [paul]       0.9.12cvs116.1
14041
14042         * ChangeLog.claws
14043         * configure.ac
14044         * src/account.c
14045         * src/prefs_common.c
14046         * src/gtk/colorlabel.c
14047                 sync with HEAD
14048
14049 2004-09-30 [colin]      0.9.12cvs115.1
14050
14051         * src/stock_pixmap.c
14052         * src/stock_pixmap.h
14053         * src/folderview.c
14054         * src/Makefile.am
14055         * src/pixmaps/read.xpm
14056                 Sync with HEAD (new pixmap)
14057
14058 2004-09-29 [colin]      0.9.12cvs114.1
14059
14060         * src/compose.c
14061                 Sync with HEAD
14062                 Fix focus handling in headers
14063
14064 2004-09-29 [paul]       0.9.12cvs113.1
14065
14066         * src/quote_fmt_parse.y
14067                 sync with HEAD
14068  
14069
14070 2004-09-28 [colin]      0.9.12cvs112.1
14071
14072         * src/folderview.c
14073         * src/mainwindow.c
14074                 Sync with HEAD
14075
14076 2004-09-28 [colin]      0.9.12cvs110.1
14077
14078         * src/folderview.c
14079                 Sync with HEAD (Contextual Empty trash menu)
14080
14081 2004-09-28 [colin]      0.9.12cvs108.1
14082
14083         * src/addressbook.c
14084                 Sync with HEAD (addressbook edit on double-click)
14085
14086 2004-09-28 [colin]      0.9.12cvs106.1
14087
14088         * src/inc.c
14089                 Sync with HEAD (folder_item freeze on inc)
14090
14091 2004-09-27 [colin]      0.9.12cvs105.1
14092
14093         * src/folderview.c
14094                 Sync with HEAD (right-align new and unread column)
14095
14096 2004-09-27 [colin]      0.9.12cvs104.1
14097
14098         * src/main.c
14099                 Sync with HEAD (revert 0.9.12cvs101)
14100
14101 2004-09-24 [colin]      0.9.12cvs103.2
14102
14103         * src/wizard.c
14104                 Fix gtk warnings and use domain part of the email address 
14105                 when domain detection fails (no dot in domain name)
14106
14107 2004-09-23 [colin]      0.9.12cvs103.1
14108
14109         * src/plugins/spamassassin/libspamc.c
14110         * src/plugins/spamassassin/libspamc.h
14111         * src/plugins/spamassassin/utils.c
14112         * src/plugins/spamassassin/utils.h
14113                 Sync with HEAD (Update spamassassin to 3.0)
14114
14115 2004-09-21 [colin]      0.9.12cvs102.3
14116
14117         * src/action.c
14118                 Add horizontal scrollbar in action io dialog as needed
14119                 Patch by Alfons.
14120
14121 2004-09-20 [colin]      0.9.12cvs102.2
14122
14123         * src/plugins/image_viewer/viewer.c
14124                 Remove imlib stuff
14125                 use gtk_pixmap_set when clearing
14126                 (would be better to use gtkImages, but causes size-allocate 
14127                 signals storm)
14128
14129 2004-09-17 [paul]       0.9.12cvs102.1
14130
14131         * ChangeLog
14132         * ChangeLog.claws
14133         * ChangeLog.jp
14134         * configure.ac
14135         * src/inc.c
14136                 sync with HEAD
14137
14138
14139 2004-09-17 [colin]      0.9.12cvs101.1
14140
14141         * ChangeLog.claws
14142         * src/main.c
14143                 Sync with HEAD (fix segs at exit)
14144
14145 2004-09-14 [colin]      0.9.12cvs99.5
14146
14147         * src/common/socket.c
14148         * AUTHORS
14149                 Fix send error on 64bit platforms
14150                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14151
14152 2004-09-14 [colin]      0.9.12cvs99.4
14153
14154         * src/action.c
14155                 Fix action output with utf8 
14156                 Patch by Alfons.
14157
14158 2004-09-14 [colin]      0.9.12cvs99.3
14159
14160         * ChangeLog.claws
14161         * src/folder.c
14162                 Sync with HEAD
14163
14164 2004-09-09 [colin]      0.9.12cvs99.2
14165
14166         * src/action.c
14167                 Fix progress bar (displaying "Completed %v/%u")
14168                 Patch by Alfons.
14169
14170 2004-09-08 [colin]      0.9.12cvs99.1
14171
14172         * src/account.c
14173         * src/folder.c
14174         * src/procmsg.c
14175         * src/procmsg.h
14176         * src/plugins/pgpmime/pgpmime.c
14177                 Sync with HEAD
14178
14179 2004-09-08 [colin]      0.9.12cvs97.2
14180
14181         * src/summaryview.c
14182                 Don't select mails in collapsed threads 
14183                 when navigating with up/down
14184
14185 2004-09-07 [colin]      0.9.12cvs97.1
14186
14187         * src/inc.c
14188                 Sync with HEAD (meaningful error messages)
14189
14190 2004-09-06 [colin]      0.9.12cvs96.1
14191
14192         * src/toolbar.c
14193                 Sync with HEAD (fix Redirect graying out)
14194
14195 2004-09-06 [colin]      0.9.12cvs95.1
14196
14197         * src/summaryview.c
14198         * src/mimeview.c
14199                 Sync with HEAD (fix dropped URIs)
14200
14201 2004-09-06 [colin]      0.9.12cvs94.1
14202
14203         * src/addressbook.c
14204         * src/addressitem.h
14205         * src/addritem.c
14206         * src/addritem.h
14207                 Sync with HEAD (addressbook DnD)
14208
14209 2004-09-03 [colin]      0.9.12cvs93.1
14210
14211         * src/summaryview.c
14212                 Sync with HEAD (next/prev unread)
14213
14214 2004-09-03 [colin]      0.9.12cvs92.1
14215
14216         * src/prefs_common.c
14217         * src/prefs_common.h
14218         * src/summaryview.c
14219                 Sync with HEAD ('mark_as_read_delay' pref)
14220
14221 2004-09-02 [colin]      0.9.12cvs91.2
14222
14223         * src/common/xml.c
14224                 Fix leak
14225
14226 2004-09-02 [colin]      0.9.12cvs91.1
14227
14228         * src/gtk/menu.c
14229                 Sync with HEAD (menu accel don't work, but whatever)
14230
14231 2004-09-02 [colin]      0.9.12cvs90.1
14232
14233         * src/account.c
14234                 Sync with HEAD (fix bug 582)
14235
14236 2004-09-02 [colin]      0.9.12cvs89.1
14237
14238         * src/addrindex.c
14239                 Sync with HEAD (free deleted queries)
14240
14241 2004-09-02 [colin]      0.9.12cvs88.1
14242
14243         * src/ldapquery.c
14244                 Sync with HEAD (fix LDAP freezes)
14245
14246 2004-09-02 [colin]      0.9.12cvs87.1
14247
14248         * src/prefs_spelling.c
14249                 Sync with HEAD (add default dictionary)
14250
14251 2004-09-01 [colin]      0.9.12cvs86.1
14252
14253         * src/filtering.c
14254         * src/folderview.c
14255         * src/imap.c
14256         * src/prefs_matcher.c
14257         * src/stock_pixmap.c
14258         * src/summary_search.c
14259         * src/summaryview.c
14260         * src/wizard.c
14261         * src/wizard.h
14262                 Sync with HEAD (uninitialized vars fixes)
14263                 + gtk2 specific warning fixes
14264
14265 2004-08-31 [colin]      0.9.12cvs85.1
14266
14267         * src/folder.c
14268                 Sync with HEAD (Fix memory corruption due to 
14269                 uninitialized var)
14270
14271 2004-08-31 [colin]      0.9.12cvs84.4
14272
14273         * src/summary_search.c
14274                 Fix segfaults when searching in folders with broken headers
14275
14276 2004-08-31 [colin]      0.9.12cvs84.3
14277
14278         * src/compose.c
14279         * src/textview.c
14280                 Fix some more encoding/decoding issues
14281
14282 2004-08-30 [colin]      0.9.12cvs84.2
14283
14284         * src/mimeview.c
14285         * src/prefs_themes.c
14286         * src/gtk/filesel.c
14287         * src/gtk/filesel.h
14288                 Add a folder-mode selection (fixes mimeview's "Save all")
14289
14290 2004-08-29 [colin]      0.9.12cvs84.1
14291
14292         * src/mimeview.c
14293                 Sync with HEAD (don't escape saved filenames)
14294
14295 2004-08-27 [colin]      0.9.12cvs83.1
14296
14297         * ChangeLog
14298         * ChangeLog.claws
14299         * ChangeLog.jp
14300         * src/mh.c
14301         * src/procheader.c
14302         * src/procmsg.c
14303         * src/procmsg.h
14304         * src/common/utils.c
14305         * src/gtk/menu.h
14306         * po/
14307                 Sync with HEAD 0.9.12cvs83 (sync with main)
14308
14309 2004-08-26 [colin]      0.9.12cvs82.4
14310
14311         * src/codeconv.c
14312                 Fix strange stack corruption
14313                 Convert to utf8 after unmime, not before
14314
14315 2004-08-26 [colin]      0.9.12cvs82.3
14316
14317         * src/main.c
14318         * src/wizard.c
14319                 Fix account folders duplication
14320
14321 2004-08-25 [colin]      0.9.12cvs82.2
14322
14323         * src/wizard.c
14324                 Remove ports
14325                 Add SSL selection
14326                 Use login@server as account name
14327
14328 2004-08-25 [colin]      0.9.12cvs82.1
14329
14330         * src/plugins/pgpmime/pgpmime.c
14331                 Sync with HEAD (leak fix).
14332
14333 2004-08-25 [colin]      0.9.12cvs81.1
14334
14335         * src/plugins/pgpmime/pgpmime.c
14336         * src/plugins/pgpmime/sgpgme.c
14337         * src/plugins/pgpmime/sgpgme.h
14338                 Sync with HEAD (Handle combined messages).
14339
14340 2004-08-24 [colin]      0.9.12cvs80.3
14341
14342         * src/wizard.c
14343                 Fix full name, ports, and imap
14344
14345 2004-08-24 [colin]      0.9.12cvs80.2
14346
14347         * src/Makefile.am
14348         * src/main.c
14349         * src/setup.c
14350         * src/setup.h
14351         * src/stock_pixmap.c
14352         * src/stock_pixmap.h
14353         * src/wizard.c ** ADDED **
14354         * src/wizard.h ** ADDED ** 
14355         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14356                 Add a setup wizard 
14357
14358 2004-08-24 [colin]      0.9.12cvs80.1
14359
14360         * src/folder.c
14361                 Sync with HEAD (set mimeflags on all messages)
14362
14363 2004-08-24 [colin]      0.9.12cvs79.3
14364
14365         * src/matcher_parser_lex.l
14366                 Fix 8bits strings not in utf8
14367
14368 2004-08-24 [colin]      0.9.12cvs79.2
14369
14370         * src/compose.c
14371                 Check conversion result before replacing buffer
14372
14373 2004-08-23 [colin]      0.9.12cvs79.1
14374
14375         * src/compose.c
14376                 Sync with HEAD (create message header in memory)
14377
14378 2004-08-23 [colin]      0.9.12cvs78.1
14379
14380         * src/rfc2015.c
14381         * src/rfc2015.h
14382                 Sync with HEAD (fix bug 197 again)
14383
14384 2004-08-23 [colin]      0.9.12cvs77.3
14385
14386         * src/compose.c
14387                 Fix again inline gpg signing (which outputs utf8
14388                 in gtk2). Not syncing this fix to HEAD as this 
14389                 code is meant to die.
14390
14391 2004-08-23 [colin]      0.9.12cvs77.2
14392
14393         * src/prefs_account.h
14394                 Remove useless include
14395
14396 2004-08-23 [colin]      0.9.12cvs77.1
14397
14398         * src/imap.c
14399         * po/es.po
14400         * po/fr.po
14401         * po/it.po
14402         * po/pl.po
14403         * po/pt_BR.po
14404         * po/sk.po
14405         * po/sr.po
14406                 Sync with HEAD (fix bug 577)
14407
14408 2004-08-22 [colin]      0.9.12cvs76.1
14409
14410         * src/plugins/trayicon/trayicon.c
14411                 Sync with HEAD (fix formatting bug)
14412
14413 2004-08-21 [colin]      0.9.12cvs74.2
14414
14415         * src/gtk/colorsel.c
14416                 Fix bug 564 (Folder color selection window exits on any
14417                 keypress)
14418
14419 2004-08-21 [colin]      0.9.12cvs74.1
14420
14421         * ChangeLog.claws
14422         * src/compose.c
14423         * src/summaryview.c
14424         * src/toolbar.c
14425                 Sync with HEAD (fix bug 576)
14426
14427 2004-08-21 [colin]      0.9.12cvs70.1
14428
14429         * src/compose.c
14430         * src/mainwindow.c
14431                 Sync with HEAD
14432                 
14433
14434 2004-08-21 [paul]       0.9.12cvs66.4
14435
14436         * src/mainwindow.c
14437         * src/messageview.c
14438         * src/gtk/menu.c
14439         * src/plugins/spamassassin/spamassassin_gtk.c
14440                 remove some deprecated gtk1 functions
14441
14442
14443 2004-08-21 [colin]      0.9.12cvs66.3
14444
14445         * src/compose.c
14446         * src/codeconv.c
14447                 Fix warnings
14448                 Remove encoding hacks
14449                 Fix bug 575 (Strange character messes up message)
14450                 Don't display conversion error when drafting
14451
14452 2004-08-21 [paul]       0.9.12cvs66.2
14453
14454         * src/prefs_account.c
14455                 fix GnuPG mode bugs
14456
14457
14458 2004-08-20 [colin]      0.9.12cvs66.1
14459
14460         * src/codeconv.c
14461                 Sync with HEAD 0.9.12cvs66
14462
14463 2004-08-20 [paul]
14464
14465         * src/plugins/pgpmime/plugin.c
14466                 modify PGP/MIME plugin's description
14467
14468 2004-08-17 [colin]      0.9.12cvs65.1
14469
14470         * src/common/ssl.c
14471         * src/plugins/pgpmime/plugin.c
14472                 Sync with HEAD
14473
14474 2004-08-14 [colin]      0.9.12cvs60.3
14475
14476         * src/plugins/trayicon/trayicon.c
14477                 Put back resize callback, on size-request signal
14478                 rather than size-allocate to avoid infinite 
14479                 callback loop
14480
14481 2004-08-13 [colin]      0.9.12cvs60.2
14482
14483         * src/common/defs.h
14484                 Cache versions have been fixed
14485
14486 2004-08-13 [colin]      0.9.12cvs60.1
14487
14488         * src/folderutils.c
14489                 Sync with HEAD
14490
14491 2004-08-12 [colin]      0.9.12cvs59.1
14492
14493         * src/plugins/trayicon/trayicon.c
14494                 Sync with HEAD
14495
14496 2004-08-12 [colin]      0.9.12cvs57.5
14497
14498         * sylpheed.desktop
14499         * configure.ac
14500         * src/Makefile.am
14501         * src/main.c
14502                 Add support for Freedesktop.org's startup notification
14503
14504 2004-08-11 [colin]      0.9.12cvs57.4
14505
14506         * src/textview.c
14507                 Fix off-by-one
14508
14509 2004-08-11 [colin]      0.9.12cvs57.3
14510
14511         * src/message_search.c
14512         * src/summary_search.c
14513                 Make searches case insensitive by default
14514         * src/textview.c
14515                 Fix case-insensitive search in message
14516
14517 2004-08-11 [colin]      0.9.12cvs57.2
14518
14519         * src/summary_search.c
14520                 Let case-sensitive be specified
14521
14522 2004-08-10 [colin]      0.9.12cvs55.4
14523
14524         * src/common/socket.c
14525                 Fix the possible race condition
14526
14527 2004-08-09 [paul]       0.9.12cvs55.3
14528
14529         * configure.ac
14530         * src/Makefile.am
14531         * src/common/Makefile.am
14532                 sync with HEAD
14533
14534
14535 2004-08-09 [paul]       0.9.12cvs55.2
14536
14537         * autogen.sh
14538         * po/poconv.sh
14539                 remove unneeded script
14540
14541         * configure.ac
14542                 add forgotten USE_LDAP_TLS (sync with HEAD)
14543
14544
14545 2004-08-09 [colin]      0.9.12cvs55.1
14546
14547         * src/main.c
14548         * src/common/ssl.c
14549         * src/common/sylpheed.c
14550         * src/common/sylpheed.h
14551                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14552
14553 2004-08-09 [paul]       0.9.12cvs54.1
14554
14555         * ChangeLog
14556         * ChangeLog.claws
14557         * ChangeLog.jp
14558         * configure.ac
14559         * po/POTFILES.in
14560         * src/Makefile.am
14561         * src/folderutils.c
14562         * src/main.c
14563         * src/pgpmime.c
14564         * src/pgpmime.h
14565         * src/sgpgme.c
14566         * src/sgpgme.h
14567         * src/plugins/Makefile.am
14568         * src/plugins/pgpmime/.cvsignore
14569         * src/plugins/pgpmime/Makefile.am
14570         * src/plugins/pgpmime/pgpmime.c
14571         * src/plugins/pgpmime/pgpmime.h
14572         * src/plugins/pgpmime/plugin.c
14573         * src/plugins/pgpmime/sgpgme.c
14574         * src/plugins/pgpmime/sgpgme.h
14575                 sync with HEAD
14576
14577 2004-08-08 [paul]       0.9.12cvs51.1
14578
14579         * configure.ac
14580         * src/folder.c
14581                 sync with HEAD
14582
14583 2004-08-07 [colin]      0.9.12cvs50.1
14584
14585         * src/pop.c
14586         * src/common/partial_download.c
14587                 fix warnings (sync from HEAD)
14588
14589 2004-08-07 [colin]      0.9.12cvs48.1
14590
14591         * src/prefs_folder_item.c
14592                 sync with HEAD 0.9.12cvs48
14593
14594 2004-08-06 [colin]      0.9.12cvs47.1
14595
14596         * src/compose.c
14597                 Sync with HEAD
14598
14599 2004-08-06 [christoph]  0.9.12cvs46.2
14600
14601         * src/main.c
14602         * src/plugins/clamav/clamav_plugin_gtk.c
14603         * src/plugins/dillo_viewer/dillo_viewer.c
14604         * src/plugins/image_viewer/plugin.c
14605         * src/plugins/mathml_viewer/mathml_viewer.c
14606         * src/plugins/spamassassin/spamassassin_gtk.c
14607         * src/plugins/trayicon/trayicon.c
14608                 don't mix GTK1.2 plugin with GTK2 plugins
14609
14610 2004-08-06 [colin]      0.9.12cvs46.1
14611
14612         * ChangeLog
14613         * ChangeLog.claws
14614         * ChangeLog.jp
14615         * configure.ac
14616         * sylpheed-claws.pc.in
14617         * src/folder.c
14618         * src/imap.c
14619         * src/localfolder.c
14620         * src/messageview.c
14621         * src/mimeview.c
14622         * src/mimeview.h
14623         * src/msgcache.c
14624         * src/news.c
14625         * src/prefs_ext_prog.c
14626         * src/prefs_folder_item.c
14627         * src/prefs_fonts.c
14628         * src/prefs_msg_colors.c
14629         * src/prefs_spelling.c
14630         * src/prefs_themes.c
14631         * src/prefs_toolbar.c
14632         * src/prefs_wrapping.c
14633         * src/procmime.h
14634         * src/common/defs.h
14635         * src/common/nntp.c
14636         * src/common/session.c
14637         * src/common/session.h
14638         * src/common/socket.c
14639         * src/common/utils.h
14640         * src/common/xml.c
14641         * src/common/xml.h
14642         * src/gtk/prefswindow.c
14643         * src/gtk/prefswindow.h
14644         * src/plugins/clamav/clamav_plugin_gtk.c
14645         * src/plugins/dillo_viewer/dillo_prefs.c
14646         * src/plugins/image_viewer/viewerprefs.c
14647         * src/plugins/spamassassin/spamassassin_gtk.c
14648         * m4/openssl.m4 *** REMOVED ***
14649                 Sync with HEAD 0.9.12cvs46
14650
14651 2004-08-03 [paul]       0.9.12cvs40.2
14652
14653         * src/action.c
14654         * src/addressadd.c
14655         * src/addressbook.c
14656         * src/addrgather.c
14657         * src/browseldap.c
14658         * src/compose.c
14659         * src/crash.c
14660         * src/editaddress.c
14661         * src/editgroup.c
14662         * src/editldap_basedn.c
14663         * src/foldersel.c
14664         * src/importldif.c
14665         * src/mimeview.c
14666         * src/prefs_common.c
14667         * src/prefs_template.c
14668         * src/sourcewindow.c
14669         * src/summaryview.c
14670         * src/gtk/about.c
14671         * src/gtk/foldersort.c
14672         * src/gtk/logwindow.c
14673         * src/gtk/pluginwindow.c
14674         * src/gtk/prefswindow.c
14675                 change all gtk_scrolled_window_set_policy from 
14676                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14677
14678 2004-08-02 [paul]       0.9.12cvs40.1
14679
14680         * AUTHORS
14681                 update translation team section
14682         * po/pt_BR.po
14683                 updated by Frederico Goncalves Guimaraes
14684                 <fggdebian@yahoo.com.br>
14685
14686 2004-07-31 [colin]      0.9.12cvs39.9
14687
14688         * src/exphtmldlg.c
14689                 Fix compilation
14690
14691 2004-07-31 [colin]      0.9.12cvs39.8
14692
14693         * src/exphtmldlg.c
14694                 Fix an alertpanel type
14695
14696 2004-07-30 [colin]      0.9.12cvs39.7
14697
14698         * src/alertpanel.c
14699                 Fix alertpanel_error_log's icon
14700
14701 2004-07-30 [colin]      0.9.12cvs39.6
14702
14703         * src/pop.c
14704                 Two of them should still be warnings
14705
14706 2004-07-30 [colin]      0.9.12cvs39.5
14707
14708         * src/pop.c
14709                 More warning -> error
14710 2004-07-29 [colin]      0.9.12cvs39.4
14711
14712         * src/pop.c
14713                 Warning -> error
14714
14715 2004-07-29 [colin]      0.9.12cvs39.3
14716
14717         * src/prefs_matcher.c
14718                 Fix segfault
14719
14720 2004-07-29 [colin]      0.9.12cvs39.2
14721
14722         * src/alertpanel.c
14723                 More nice-looking alertpanels
14724
14725 2004-07-29 [colin]      0.9.12cvs39.1
14726
14727         * src/messageview.c
14728                 sync with head
14729                 (inform user when partial mail is deleted on server)
14730
14731 2004-07-29 [colin]      0.9.12cvs38.1
14732
14733         * src/messageview.c
14734                 sync with head
14735
14736 2004-07-28 [paul]       0.9.12cvs37.7
14737
14738         * src/mainwindow.c
14739                 complete the replacement of deprecated gtk_progress_*
14740
14741 2004-07-28 [paul]       0.9.12cvs37.6
14742
14743         * src/action.c
14744         * src/inc.c
14745         * src/mainwindow.c
14746         * src/send_message.c
14747         * src/gtk/progressdialog.c
14748         * src/gtk/progressdialog.h
14749                 replace deprecated gtk_progress_*
14750
14751 2004-07-28 [paul]       0.9.12cvs37.5
14752
14753         * src/gtk/filesel.c
14754                 remove gtk_window_set_wmclass()
14755 2004-07-28 [paul]       0.9.12cvs37.4
14756
14757         * src/addressbook.c
14758         * src/compose.c
14759         * src/foldersel.c
14760         * src/mainwindow.c
14761         * src/messageview.c
14762         * src/sourcewindow.c
14763         * src/gtk/logwindow.c
14764                 remove gtk_window_set_wmclass()
14765                 
14766         * src/prefs_filtering.c
14767         * src/prefs_filtering_action.c
14768         * src/prefs_fonts.c
14769         * src/prefs_gtk.c
14770         * src/prefs_matcher.c
14771         * src/ssl_manager.c
14772         * src/gtk/prefswindow.c
14773                 replace gtk_window_position()
14774
14775 2004-07-28 [colin]      0.9.12cvs37.3
14776
14777         * src/alertpanel.c
14778         * src/alertpanel.h
14779                 Add a way to specify panel type for specific
14780                 panels (alertpanel())
14781         * src/account.c
14782         * src/addressbook.c
14783         * src/compose.c
14784         * src/expldifdlg.c
14785         * src/main.c
14786         * src/messageview.c
14787         * src/summaryview.c
14788         * src/textview.c
14789         * src/gtk/sslcertwindow.c
14790                 Fix alertpanel()s so that their icon match
14791                 their real type
14792
14793 2004-07-28 [paul]       0.9.12cvs37.2
14794
14795         * src/addr_compl.c
14796         * src/addressbook.c
14797         * src/alertpanel.c
14798         * src/compose.c
14799         * src/export.c
14800         * src/foldersel.c
14801         * src/folderview.c
14802         * src/grouplistdialog.c
14803         * src/import.c
14804         * src/mainwindow.c
14805         * src/message_search.c
14806         * src/messageview.c
14807         * src/passphrase.c
14808         * src/prefs_actions.c
14809         * src/prefs_common.c
14810         * src/prefs_customheader.c
14811         * src/prefs_display_header.c
14812         * src/prefs_filtering.c
14813         * src/prefs_filtering_action.c
14814         * src/prefs_gtk.c
14815         * src/prefs_matcher.c
14816         * src/prefs_msg_colors.c
14817         * src/prefs_summary_column.c
14818         * src/prefs_template.c
14819         * src/sourcewindow.c
14820         * src/ssl_manager.c
14821         * src/summary_search.c
14822         * src/gtk/colorsel.c
14823         * src/gtk/description_window.c
14824         * src/gtk/gtkaspell.c
14825         * src/gtk/inputdialog.c
14826         * src/gtk/logwindow.c
14827         * src/gtk/prefswindow.c
14828         * src/gtk/progressdialog.c
14829                 replace deprecated gtk_window_set_policy
14830
14831 2004-07-27 [colin]      0.9.12cvs37.1
14832
14833         * src/msgcache.c
14834                 More fixes (synced for head again)
14835
14836 2004-07-27 [colin]      0.9.12cvs35.3
14837
14838         * src/msgcache.c
14839                 Fix wrong test
14840
14841 2004-07-27 [colin]      0.9.12cvs35.2
14842
14843         * src/mimeview.c
14844                 Fix width a bit (by Paul)
14845         * src/alertpanel.c
14846         * src/alertpanel.h
14847                 Specialize icons, make alertpanel_message()
14848                 private
14849         * src/message_search.c
14850         * src/sgpgme.c
14851         * src/summary_search.c
14852                 Suit alertpanel changes
14853
14854 2004-07-27 [colin]      0.9.12cvs35.1
14855
14856         * src/alertpanel.c
14857                 Add an icon
14858         * src/passphrase.c
14859                 Add debug output - maybe someone will
14860                 want to look at the problem with Grab
14861                 Input :)
14862         Bump version as we're synced with HEAD
14863
14864 2004-07-26 [colin]      0.9.12cvs33.26
14865
14866         * src/pop.c
14867                 Fix uidl-file parsing when not in new
14868                 format
14869
14870 2004-07-26 [colin]      0.9.12cvs33.25
14871
14872         * src/gtk/menu.c
14873                 Move popup menu up if necessary (fixes 
14874                 account selector)
14875         * src/mainwindow.c
14876                 Set account selector's button height to
14877                 minimum
14878
14879 2004-07-26 [colin]      0.9.12cvs33.24
14880
14881         * src/alertpanel.c
14882                 Maybe fix 551 (Truncated font in alert window)
14883
14884 2004-07-26 [colin]      0.9.12cvs33.23
14885
14886         * po/de.po
14887         * po/es.po
14888         * po/fr.po
14889         * po/it.po
14890         * po/ja.po
14891         * po/pl.po
14892         * po/ru.po
14893         * po/sk.po
14894         * po/sr.po
14895         * po/zh_CN.po
14896                 Sync po files with HEAD
14897
14898 2004-07-26 [paul]       0.9.12cvs33.22
14899
14900         * src/compose.c
14901                 fix Bug 556 'Organisation-header is sent even if empty'
14902
14903 2004-07-24 [colin]      0.9.12cvs33.21
14904
14905         * src/compose.c
14906         * src/gtk/gtkaspell.c
14907         * src/gtk/gtkaspell.h
14908                 Fix speller accelerators (require hack)
14909
14910 2004-07-24 [colin]      0.9.12cvs33.20
14911
14912         * src/gtk/gtkaspell.c
14913                 Fix over-eager code deletion breaking
14914                 Check while typing
14915
14916 2004-07-24 [colin]      0.9.12cvs33.19
14917
14918         * src/browseldap.c
14919         * src/ldapctrl.c
14920         * src/ldapctrl.h
14921         * src/ldapserver.h
14922                 Sync ldap with HEAD
14923         (Fixes 546 LDAP completely broken)
14924
14925 2004-07-24 [colin]      0.9.12cvs33.18
14926
14927         * src/prefs_msg_colors.c
14928                 Fix prototype mismatch
14929         (Fixes 547 void function cannot return value)
14930
14931 2004-07-24 [colin]      0.9.12cvs33.17
14932
14933         * src/mainwindow.c
14934                 Fix sort going back to previous sort key
14935                 when changing sort direction
14936
14937 2004-07-24 [colin]      0.9.12cvs33.16
14938
14939         * src/compose.c
14940                 Fix space insertion when re-wrapping at 
14941                 cursor point
14942
14943 2004-07-24 [colin]      0.9.12cvs33.15
14944
14945         * src/gtk/gtkaspell.c
14946                 Don't change cursor position in insert-text
14947                 callback
14948         (Fixes 539 Word wrapping on input transposes letters)
14949
14950 2004-07-24 [colin]      0.9.12cvs33.14
14951
14952         * src/gtk/gtkaspell.c
14953                 Reencode non-ascii chars to dictionary's
14954                 encoding
14955         (Fixes 544 Spell check broken non english locale)
14956
14957 2004-07-24 [colin]      0.9.12cvs33.13
14958
14959         * src/summaryview.c
14960                 Fix Shift+Down, add Home/End/PgUp/PgDown
14961
14962 2004-07-21 [colin]      0.9.12cvs33.12
14963
14964         * src/prefs_common.c
14965                 Fix a gtk warning (Patch by Andrej Kacian)
14966
14967 2004-07-21 [colin]      0.9.12cvs33.11
14968
14969         * src/gtk/filesel.c
14970                 More check
14971
14972 2004-07-21 [colin]      0.9.12cvs33.10
14973
14974         * src/compose.c
14975         * src/crash.c
14976         * src/export.c
14977         * src/import.c
14978         * src/messageview.c
14979         * src/mimeview.c
14980         * src/prefs_spelling.c
14981         * src/prefs_themes.c
14982         * src/summaryview.c
14983         * src/gtk/filesel.c
14984         * src/gtk/filesel.h
14985         * src/gtk/pluginwindow.c
14986                 Untwist open/save mode guessing logic, make
14987                 it explicit
14988
14989 2004-07-20 [colin]      0.9.12cvs33.9
14990
14991         * src/codeconv.c
14992                 conv_encode_header: src_charset is UTF-8 on
14993                 gtk2
14994         * src/compose.c
14995                 Remove double encoding of the headers
14996
14997 2004-07-20 [colin]      0.9.12cvs33.8
14998
14999         * src/codeconv.c
15000                 Fix typo
15001
15002 2004-07-20 [colin]      0.9.12cvs33.7
15003
15004         * src/mainwindow.c
15005                 Set the separated messageview to the saved
15006                 size of Claws' messageview (Patch by Alfons)
15007                 Fix a callback prototype (me)
15008
15009 2004-07-20 [colin]      0.9.12cvs33.6
15010
15011         * src/codeconv.h
15012                 Forgot one hunk in 0.9.12cvs33.4
15013
15014 2004-07-19 [colin]      0.9.12cvs33.5
15015
15016         * src/action.c
15017                 Action output fix
15018                 Patch by Alfons
15019
15020 2004-07-19 [colin]      0.9.12cvs33.4
15021
15022         * src/compose.c
15023                 Fix outgoing charset bug in headers
15024         * src/codeconv.c
15025                 Clean for glib2 - Patch by Alfons
15026
15027 2004-07-19 [colin]      0.9.12cvs33.3
15028
15029         * src/statusbar.c
15030                 Remove grip from the statusbar
15031                 Patch by Alfons
15032
15033 2004-07-19 [colin]      0.9.12cvs33.2
15034
15035         * src/messageview.c
15036         * src/textview.c
15037                 Fix messageview remembering the previous
15038                 scroll position when loading a new message
15039                 Patch by Alfons
15040
15041 2004-07-19 [colin]      0.9.12cvs33.1
15042
15043         * src/folder.h
15044         * src/folderview.c
15045         * src/summaryview.c
15046                 Sync with HEAD
15047
15048 2004-07-18 [colin]      0.9.12cvs32.7
15049
15050         * configure.ac
15051                 Remove useless check for XIM - noticed
15052                 by Alfons
15053
15054 2004-07-18 [colin]      0.9.12cvs32.6
15055
15056         * src/summaryview.c
15057                 Remove non-modified and shift-modified
15058                 accelerators in summaryview's popup
15059                 menu, as that doesn't get catched by
15060                 the accel-activate signal catcher...
15061
15062 2004-07-18 [colin]      0.9.12cvs32.5
15063
15064         * src/prefs_common.c
15065                 Define sensible default prefs for 
15066                 wrapping
15067
15068 2004-07-18 [colin]      0.9.12cvs32.4
15069
15070         * src/compose.c
15071         * src/prefs_common.c
15072         * src/prefs_common.h
15073         * src/prefs_wrapping.c
15074                 Remove Smart Wrapping pref, which does
15075                 nothing on gtk2 branch
15076
15077 2004-07-18 [colin]      0.9.12cvs32.3
15078
15079         * src/sourcewindow.c
15080                 Proper utf8
15081
15082 2004-07-18 [colin]      0.9.12cvs32.2
15083
15084         * src/compose.c
15085                 Save attachment status when drafting
15086
15087 2004-07-18 [colin]      0.9.12cvs32.1
15088
15089         * src/gtk/filesel.c
15090                 Fix erratic folder selection in open mode
15091
15092 2004-07-18 [colin]      0.9.12cvs31.11
15093
15094         * src/pop.c
15095                 Don't let partial messages get deleted
15096                 even with "dowload all"
15097                 (0.9.12cvs31.8 fix extension)
15098 2004-07-18 [colin]      0.9.12cvs31.10
15099
15100         * src/gtk/logwindow.c
15101                 Fix log scrolling
15102
15103 2004-07-18 [colin]      0.9.12cvs31.9
15104
15105         * src/common/utils.c
15106                 Fix non-utf8 strings coming from commands
15107                 and files
15108
15109 2004-07-18 [colin]      0.9.12cvs31.8
15110
15111         * src/pop.c
15112                 Fix partial download bug with Download all
15113                 messages option
15114
15115 2004-07-18 [colin]      0.9.12cvs31.7
15116
15117         * src/textview.c
15118                 Fix bug introduced in 0.9.12cvs31.2
15119                 (blocked in select mode after double click)
15120
15121 2004-07-18 [colin]      0.9.12cvs31.6
15122
15123         * src/compose.c
15124         * src/gtk/menu.c
15125                 More glib-warning fixes
15126
15127 2004-07-18 [colin]      0.9.12cvs31.5
15128
15129         * src/compose.c
15130                 Fix trashing the primary clipboard when moving 
15131                 around with tab
15132         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15133
15134 2004-07-18 [colin]      0.9.12cvs31.4
15135
15136         * src/codeconv.c
15137                 convert unencoded iso headers to utf8
15138         (Fix Bug 538 Unencoded local characters in subject make it 
15139          disappear)
15140
15141 2004-07-18 [colin]      0.9.12cvs31.3
15142
15143         * src/compose.c
15144                 Fix tab char handling in wrapping
15145         (Fix Bug 537 Line wrap problem - TAB character treated as 
15146          one character instead of 8)
15147
15148 2004-07-18 [colin]      0.9.12cvs31.2
15149
15150         * src/textview.c
15151                 return FALSE on GDK_MOTION_NOTIFY
15152         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15153          (unable to highlight))
15154
15155 2004-07-18 [colin]      0.9.12cvs31.1
15156
15157         * src/folderview.c
15158                 Sync with 0.9.12cvs31
15159
15160 2004-07-18 [colin]      0.9.12cvs30.4
15161
15162         * src/compose.c
15163                 Also block text_inserted when inserting a file
15164
15165 2004-07-18 [colin]      0.9.12cvs30.3
15166
15167         * src/compose.c
15168                 Fix smart wrapping (block text_inserted handler
15169                 while putting quotation to avoid wrap on input,
15170                 don't join lines if next is sig separator)
15171
15172 2004-07-17 [colin]      0.9.12cvs30.2
15173
15174         * src/folderview.c
15175         * src/mainwindow.c
15176         * src/mimeview.c
15177         * src/summaryview.c
15178         * src/gtk/quicksearch.c
15179         * src/gtk/quicksearch.h
15180                 Block key events handlers *and* accels while
15181                 quicksearch is focused
15182         (Fixes Bug 534 quick-search bar not accepting certain letters)
15183
15184 2004-07-17 [colin]      0.9.12cvs30.1
15185
15186         * src/folder.h
15187         * src/folderview.c
15188         * src/summaryview.c
15189                 Sync with 0.9.12cvs30
15190
15191 2004-07-17 [colin]      0.9.12cvs28.2
15192
15193         * src/mimeview.c
15194         * src/procmime.c
15195         * src/summaryview.c
15196         * src/gtk/menu.c
15197                 Squash some compile and glib warnings
15198
15199 2004-07-17 [paul]       0.9.12cvs28.1
15200
15201         * src/mimeview.c
15202                 sync with 0.9.12cvs28 HEAD
15203
15204 2004-07-16 [paul]       0.9.12cvs26.1
15205         
15206         * src/gtk/quicksearch.c
15207         * src/account.c
15208         * src/account.h
15209         * src/compose.c
15210         * src/customheader.c
15211         * src/folder_item_prefs.c
15212         * src/main.c
15213         * src/mainwindow.c
15214         * src/messageview.c
15215         * src/mimeview.c
15216         * src/news.c
15217         * src/pgpmime.c
15218         * src/pop.c
15219         * src/pop.h
15220         * src/prefs_account.c
15221         * src/prefs_account.h
15222         * src/prefs_common.c
15223         * src/prefs_common.h
15224         * src/prefs_display_header.c
15225         * src/prefs_gtk.c
15226         * src/prefs_gtk.h
15227         * src/procheader.c
15228         * src/procmime.c
15229                 sync with 0.9.12cvs26 HEAD      
15230
15231 2004-07-15 [colin]      0.9.12cvs18.14
15232
15233         * src/folder.c
15234                 Disable GPG signature check during
15235                 folder move and scan
15236         (Closes Bug 521 Signature checking slows down Folder-Move)
15237
15238 2004-07-14 [colin]      0.9.12cvs18.13
15239
15240         * src/common/partial_download.c
15241                 update includes
15242
15243 2004-07-14 [colin]      0.9.12cvs18.12
15244
15245         * src/common/partial_download.c
15246         * src/common/partial_download.h
15247                 Move doc at top, add correct copyright
15248
15249 2004-07-14 [colin]      0.9.12cvs18.11
15250
15251         * src/folder.c
15252         * src/messageview.c
15253         * src/pop.c
15254         * src/pop.h
15255         * src/procmsg.c
15256         * src/summaryview.c
15257         * src/common/Makefile.am
15258         * src/common/partial_download.c ** NEW FILES **
15259         * src/common/partial_download.h ** NEW FILES **
15260                 Move partial-download related stuff to its
15261                 own file
15262
15263 2004-07-14 [colin]      0.9.12cvs18.10
15264
15265         * src/send_message.c
15266                 Fix smtp auth when user is null or empty
15267
15268 2004-07-13 [colin]      0.9.12cvs18.9
15269
15270         * src/gtk/quicksearch.c
15271                 Use alphabetic order
15272
15273 2004-07-13 [colin]      0.9.12cvs18.8
15274
15275         * src/pop.c
15276                 Be paranoid on the checks
15277
15278 2004-07-13 [colin]      0.9.12cvs18.7
15279
15280         * src/gtk/quicksearch.c
15281                 Fix Engrish once again
15282
15283 2004-07-13 [colin]      0.9.12cvs18.6
15284
15285         * src/procmsg.c
15286         * src/summaryview.c
15287                 Mark messages for deletion when they are about to
15288                 be removed from trash
15289
15290 2004-07-13 [colin]      0.9.12cvs18.5
15291
15292         * src/matcher.c
15293         * src/matcher.h
15294         * src/matcher_parser_parse.y
15295         * src/prefs_matcher.c
15296         * src/gtk/quicksearch.c
15297                 Add 'partial' ('p') match string to find partially
15298                 downloaded messages
15299
15300 2004-07-13 [colin]      0.9.12cvs18.4
15301
15302         * src/pop.c
15303                 Fix misplaced block
15304
15305 2004-07-13 [colin]      0.9.12cvs18.3
15306
15307         * src/pop.c
15308         * src/pop.h
15309         * src/messageview.c
15310                 Refactor API (to avoid passing 5+ params and code
15311                 duplication)
15312         * src/folder.c
15313         * src/msgcache.c
15314         * src/procheader.c
15315         * src/common/defs.h
15316                 Add planned_download to cache
15317                 Don't mess uidl file when moving partially downloaded
15318                 mails (they change folder, we should change it in the
15319                 uidl list too or we'll remove an incorrect message)
15320                 (this also helps removing hacks when changing 
15321                 planned_download in messageview.c)
15322
15323 2004-07-12 [colin]      0.9.12cvs18.2
15324
15325         * src/gtk/quicksearch.c
15326                 Fix missing status update in quicksearch
15327
15328 2004-07-12 [paul]       0.9.12cvs18.1
15329
15330         * po/POTFILES.in
15331         * src/Makefile.am
15332         * src/account.c
15333         * src/codeconv.c
15334         * src/compose.c
15335         * src/inc.c
15336         * src/main.c
15337         * src/prefs_common.c
15338         * src/procmsg.h
15339         * src/toolbar.c
15340         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15341         * src/prefs_wrapping.[ch]       ** NEW FILES **
15342         * src/common/intl.h
15343         * src/common/utils.[ch]
15344         * src/gtk/quicksearch.[ch]
15345                 sync with 0.9.12cvs18 HEAD
15346
15347 2004-07-12 [colin]      0.9.11cvs17.25
15348
15349         * src/folder.c
15350         * src/folder.h
15351                 Remove unused function added by me in 0.9.11cvs17.10
15352
15353 2004-07-11 [colin]      0.9.11cvs17.24
15354
15355         * src/inc.c
15356         * src/messageview.c
15357         * src/pop.c
15358         * src/pop.h
15359                 Use folderitem and msgnum instead of filename to
15360                 know which mail to delete
15361                 Move old partial mail deletion to pop.c
15362
15363 2004-07-10 [colin]      0.9.11cvs17.23
15364
15365         * src/inc.c
15366                 Add debug
15367         * src/pop.c
15368         * src/pop.h
15369                 Don't re-use same enums for unrelated stuff: it's 
15370                 completely misleading !
15371                 Document a bit
15372
15373 2004-07-09 [colin]      0.9.11cvs17.22
15374
15375         * src/inc.c
15376                 Remove folder-type check and do
15377                 more tests to be sure everything's
15378                 ok
15379         * src/messageview.c
15380                 Punctuation update, remove useless
15381                 code, fix two warnings
15382         * src/noticeview.c
15383                 Layout cleaning, reset 2nd button
15384                 when specifying one
15385
15386 2004-07-09 [colin]      0.9.11cvs17.21
15387
15388         * src/messageview.c
15389         * src/pop.c
15390         * src/pop.h
15391                 Allow user to change his mind
15392                 and postpone decision (by
15393                 unmarking the mail)
15394
15395 2004-07-09 [colin]      0.9.11cvs17.20
15396
15397         * src/messageview.c
15398                 Fix bug with delete state
15399         * src/pop.c
15400         * src/pop.h
15401                 Fix buffer leak (fread doesn't 
15402                 terminate buffers with \0)
15403                 Refactoring (remove magic 
15404                 numbers)
15405
15406 2004-07-09 [colin]      0.9.11cvs17.19
15407
15408         * src/pop.c
15409                 Don't log "Skipping message" if 
15410                 we're going to TOP it two lines
15411                 later
15412
15413 2004-07-09 [colin]      0.9.11cvs17.18
15414
15415         * src/messageview.c
15416                 Fix Engrish
15417
15418 2004-07-09 [colin]      0.9.11cvs17.17
15419
15420         * src/pop.c
15421                 strlen checking...
15422         * src/messageview.c
15423                 refactoring a bit
15424
15425 2004-07-08 [colin]      0.9.11cvs17.16
15426
15427         * src/noticeview.c
15428         * src/noticeview.h
15429                 Add an optional second button
15430         * src/messageview.c
15431         * src/pop.c
15432         * src/pop.h
15433                 Don't delete partially received mails after a certain
15434                 time; rather, let the user decide.
15435
15436 2004-07-08 [colin]      0.9.11cvs17.15
15437
15438         * src/common/smtp.h
15439                 Sync with HEAD
15440
15441 2004-07-08 [colin]      0.9.11cvs17.14
15442
15443         * src/messageview.c
15444         * src/common/smtp.c
15445                 Use to_human_readable() for sizes
15446
15447 2004-07-08 [colin]      0.9.11cvs17.13
15448
15449         * src/inc.c
15450         * src/messageview.c
15451         * src/pop.c
15452         * src/pop.h
15453         * src/procmsg.c
15454                 Fix partial-downloading issues:
15455                         catch unsupported TOP
15456                         don't delete partially downloaded mails before 5 days
15457                         don't update existing with non-MH folders; that'll
15458                         make dups, but it's better than trashing the folder
15459                         free new msginfo parts
15460                 Fix indentation ;-)
15461
15462 2004-07-08 [colin]      0.9.11cvs17.12
15463
15464         * src/common/smtp.c
15465         * src/common/smtp.h
15466                 Sync smtp size verification with HEAD
15467
15468 2004-07-08 [colin]      0.9.11cvs17.11
15469
15470         * src/summaryview.c
15471         * src/prefs_common.c
15472         * src/prefs_common.h
15473         * src/gtk/quicksearch.c
15474         * src/gtk/quicksearch.h
15475                 Sync sticky pref with HEAD
15476
15477 2004-07-08 [colin]      0.9.11cvs17.10
15478
15479         * src/folder.c [1.213.2.6]
15480         * src/folder.h [1.87.2.6]
15481         * src/inc.c [1.149.2.7]
15482         * src/messageview.c [1.94.2.8]
15483         * src/procheader.c [1.47.2.6]
15484         * src/procmsg.c [1.150.2.4]
15485         * src/procmsg.h [1.60.2.5]
15486         * src/pop.c [1.56.2.4]
15487         * src/pop.h [1.17.2.3]
15488                 Let too big messages get downloaded, but truncated
15489                 Add a button to download them completely
15490                 
15491 2004-07-06 [colin]      0.9.11cvs17.9
15492
15493         * src/gtk/quicksearch.c [1.1.2.3]
15494                 Add a Clear button
15495         * commitHelper
15496         * PATCHSETS
15497                 Add a script to help with cvs
15498
15499 2004-07-03 [colin]      0.9.11cvs17.8
15500
15501         * src/plugins/imageviewer/viewer.c
15502                 fix imageviewer (which was staying on the first
15503                 displayed image)
15504
15505 2004-07-03 [colin]      0.9.11cvs17.7
15506
15507         Removed FIXME_GTK2 warnings
15508         * src/gtk/gtkutils.c
15509                 useless #warnings
15510         * src/gtk/menu.c
15511                 useless #warnings (no need to mess with menu rc)
15512         * src/gtk/menu.h
15513                 unused functions
15514         
15515
15516 2004-07-03 [colin]      0.9.11cvs17.6
15517
15518         Removed FIXME_GTK2 warnings
15519         * src/codeconv.c
15520                 useless #warnings (rewrite needed)
15521         * src/compose.c
15522                 useless #warnings (rewrite needed)
15523                 useless #warnings (gtk2 is like that)
15524                 useless #warnings (previously fixed)
15525         * src/main.c
15526                 useless #warnings (previously fixed)
15527         * src/message_search.c
15528                 useless #warnings (gtk2 is like that)
15529                 Made apparent that search is case-sensitive
15530         * src/mimeview.c
15531                 useless #warnings (rewrite needed)
15532                 useless #warnings (gtk2 is like that)
15533                 reimplemented real warnings
15534         * src/prefs_common.c
15535                 Removed block cursor option (not it gtk2)
15536         * src/prefs_gtk.c
15537                 useless #warnings (rewrite needed)
15538         * src/procheader.c
15539                 useless #warnings (rewrite needed)
15540         * src/sourcewindow.c
15541                 useless #warnings (incorrect placing)
15542         * src/summary_search.c
15543                 useless #warnings (gtk2 is like that)
15544                 Made apparent that search is case-sensitive
15545         * src/action.c
15546                 useless #warnings (gtk2 is like that)
15547         * src/textview.c
15548                 useless #warnings (rewrite needed)
15549         * src/toolbar.c
15550                 useless #warnings (rewrite needed)
15551
15552 2004-07-03 [colin]      0.9.11cvs17.5
15553
15554         * src/textview.c
15555                 Fix mismerge which broke URI opening
15556                 
15557 2004-07-01 [colin]      0.9.11cvs17.4
15558
15559         * src/gtk/filesel.c
15560                 Fill filename when saving
15561                 
15562 2004-06-27 [colin]      0.9.11cvs17.3
15563
15564         * src/gtk/filesel.[ch]
15565                 Use the new GTK file selector
15566                 Update prototype to match the reality: multiple file
15567                 selection is open-only          
15568         * src/compose.c
15569                 Match the new prototypes        
15570         * configure.ac
15571                 Match the new requirements (gtk 2.4.0)
15572                         
15573 2004-06-26 [colin]      0.9.11cvs17.2
15574
15575         * src/plugins/trayicon/trayicon.c
15576                 Remove useless signal handler on resize, which causes
15577                 an infinite "loop"
15578         
15579 2004-06-26 [colin]      0.9.11cvs17.1
15580         
15581         * tools/Makefile.am
15582                 remove launch_firebird and add nautilus2sylpheed.sh
15583         * src/quicksearch.c
15584           src/summaryview.c
15585                 Fix show/hide "Extended symbols" button problem
15586                 Fix apparition at startup
15587                 Fix const warnings
15588         * src/plugins/image_viewer/Makefile.am
15589                 Fix configure 
15590         * common/ssl.c
15591                 Re-enable certificate check, as it doesn't seem to
15592                 cause Xlib errors anymore
15593
15594 2004-06-25 [paul]       0.9.11cvs17
15595
15596         * sync with 0.9.11cvs17 HEAD
15597         
15598         NOTE: QuickSearch is broken
15599
15600 2004-06-07 [colin]      0.9.10claws67.10
15601         * src/plugins/trayicon/trayicon.c
15602           src/plugins/trayicon/libeggtrayicon/Makefile.am
15603           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15604                 Fix gettextization in trayicon plugin
15605
15606 2004-06-07 [colin]      0.9.10claws67.9
15607         
15608         * src/summaryview.c
15609           src/gtk/gtksctree.[ch]
15610                 Let Shift+{Up,Down} work in summaryview
15611                 (well, Down "works" and Up works)
15612                 Let the list scroll when using these keys
15613
15614 2004-06-06 [colin]      0.9.10claws67.8
15615
15616         * src/plugins/trayicon/trayicon.c
15617                 Fix pixmap update
15618
15619 2004-06-06 [colin]      0.9.10claws67.7
15620
15621         * src/addressbook.c
15622                 Fix signal handling causing system-wide focus grab
15623
15624 2004-05-25 [paul]       0.9.10claws67.6
15625
15626         * Makefile.am
15627           src/Makefile.am
15628                 clean up
15629
15630 2004-05-25 [paul]       0.9.10claws67.5
15631
15632         * replace deprecated gtk_signal... functions
15633
15634 2004-05-23 [colin]      0.9.10claws67.4
15635
15636         * src/compose.c
15637                 Fix wrapping
15638
15639 2004-05-22 [colin]      0.9.10claws67.3
15640
15641         * src/compose.c
15642                 Re-fix [Edited] in compose.c::compose_reedit()
15643
15644 2004-05-22 [colin]      0.9.10claws67.2
15645
15646         * src/procmime.c
15647                 Fix parsing of multiparts mails
15648
15649 2004-05-22 [colin]      0.9.10claws67.1
15650
15651         * src/summaryview.c
15652                 Fix quicksearch
15653
15654 2004-05-22 [paul]       0.9.10claws67
15655
15656         * sync with 0.9.10claws67 HEAD
15657
15658 2004-05-14 [alfons]
15659
15660         * src/procmime.h
15661                 add forgotton prototype
15662
15663 2004-05-10 [paul]       0.9.10claws57
15664
15665         * sync with 0.9.10claws57 HEAD
15666
15667 2004-05-05 [paul]       0.9.9.claws1
15668
15669         * ChangeLog-gtk2        ** REMOVED **
15670           ChangeLog-gtk2.claws  ** ADDED **
15671                 rename and adopt the normal claws format
15672                 
15673         * configure.ac
15674                 require gtkmathview >= 0.5
15675
15676         * ac/*                          ** REMOVED **
15677           ac/                           ** REMOVED **
15678           intl/Makefile.in              ** REMOVED **
15679           m4/                           ** ADDED **
15680           m4/missing                    ** ADDED **
15681           m4/missing/gdk-pixbuf.m4      ** ADDED **
15682           m4/missing/gettext.m4         ** ADDED **
15683           m4/missing/gpgme.m4           ** ADDED **
15684           m4/missing/imlib.m4           ** ADDED **
15685           m4/.cvsignore                 ** ADDED **
15686           m4/Makefile.am                ** ADDED **
15687           m4/README                     ** ADDED **
15688           m4/aclocal-include.m4         ** ADDED **
15689           m4/aspell.m4                  ** ADDED **
15690           m4/check-type.m4              ** ADDED **
15691           m4/gnupg-check-typedef.m4     ** ADDED **
15692           m4/openssl.m4                 ** ADDED **
15693           m4/spamassassin.m4            ** ADDED **
15694           po/ChangeLog                  ** REMOVED **
15695           po/Makefile.in.in             ** REMOVED **
15696           po/Rules-quot                 ** REMOVED **
15697           po/boldquot.sed               ** REMOVED **
15698           po/en@boldquot.header         ** REMOVED **
15699           po/en@quot.header             ** REMOVED **
15700           po/insert-header.sin          ** REMOVED **
15701           po/quot.sed                   ** REMOVED **
15702           po/remove-potcdate.sed        ** REMOVED **
15703           po/remove-potcdate.sin        ** REMOVED **
15704           po/stamp-po                   ** REMOVED **
15705           Makefile.am
15706           autogen.sh
15707           configure.ac
15708                 enable building with automake 1.8.x
15709                 add 'autopoint --force' to autogen.sh and remove all
15710                 auto-generated files, remove ac/ directory and use
15711                 m4/ directory instead
15712                 
15713         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15714                 fix gettextization
15715
15716 2004-02-28 Colin Leroy <colin@colino.net>
15717         * src/prefs_matcher.c
15718           src/prefs_filtering.c
15719           src/prefs_filtering_action.c
15720                 Fix non-editable GtkEntries
15721
15722 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15723         * src/prefs_themes.c
15724                 utf8 conversion for theme info
15725
15726 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15727         * sync 0.9.9claws
15728
15729 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15730         * src/grouplistdialog.c
15731                 allow multiple selections without ctrl key
15732
15733 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15734         * src/main.c
15735                 enable customizable accelerators
15736
15737 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15738         * src/prefs_common.c
15739                 re-enable different font settings for gtk1/2
15740         * src/prefs_folder_item.c
15741                 fix folder prefs displayed wrong
15742         * src/textview.c
15743                 set 'sunken' shadow type
15744
15745 2004-02-07 Colin Leroy <colin@colino.net>
15746         * src/compose.c
15747                 Fix message being always [Edited]
15748                 Encode headers correctly (utf8 buf)
15749
15750 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15751         * src/socket.c
15752                 remove double g_source_attach()
15753                 (Thanks to Colin Leroy)
15754
15755 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15756         * src/gtk/gtksctree.c
15757                 Fix SSL certificate list not shown
15758         * src/mimeview.c
15759                 Fix clicks in mime tree
15760
15761 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15762         * src/common/socket.c
15763                 Fix SSL receive
15764         * src/compose.c
15765                 Fix clipboard menu hotkeys
15766
15767 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15768         * src/gtk/gtkaspell.[ch]
15769           src/compose.c
15770                 reimplement spellchecker
15771
15772 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15773         * src/gtk/filesel.c
15774                 crash when inserting file in compose window
15775                 (TODO: keep old selection on clicks)
15776         * src/main.c
15777                 use gtkrc-2.0 instead of gtkrc
15778
15779 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15780         * src/messageview.c
15781                 remove orphaned mimeview unref()
15782
15783 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15784         * src/grouplistdialog.c
15785                 expand nodes containing subscribed groups
15786
15787 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15788         * src/textview.c
15789                 textview: hide cursor, restore old click behaviour
15790
15791 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15792         * src/textview.c
15793                 variable names messed up
15794
15795 2004-01-17 Colin Leroy <colin@colino.net>
15796         * src/addr_compl.c
15797                 Fix completion address too thin
15798         * src/compose.c
15799                 Fix tab-to-subject behaviour
15800         * src/summaryview.c
15801                 Implement key up & down in summaryview
15802
15803 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15804
15805         * sync 098claws
15806
15807 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15808         * configure.ac
15809           Makefile.am
15810           doc/.cvsignore
15811           doc/Makefile.am
15812                 faq, man, manual moved to doc/
15813         * ac/aspell.m4
15814           ac/check-type.m4
15815           ac/gnupg-check-typedef.m4
15816           ac/openssl.m4
15817           ac/spamassassin.m4
15818           ac/missing/gdk-pixbuf.m4
15819           ac/missing/gpgme.m4
15820           ac/missing/imlib.m4
15821                 fix automake warnings
15822
15823 2003-12-06 Colin Leroy <colin@colino.net>
15824         * src/summaryview.c
15825                 Fix quicksearch
15826
15827 2003-12-05 Colin Leroy <colin@colino.net>
15828         * src/summaryview.c
15829                 Fix going to next unread folder
15830
15831 2003-12-05 Colin Leroy <colin@colino.net>
15832         * src/crash.c
15833                 Fix gtk2 compilation
15834         * src/session.c
15835                 Remove iotag source handler at disconnection
15836         * src/socket.[ch] 
15837                 Remove source handler when closing socket 
15838                 (fixes another seg)
15839
15840 2003-12-04 Colin Leroy <colin@colino.net>
15841         * src/compose.c
15842           src/prefs_account.c
15843           src/prefs_common.c
15844                 Fix some dropdown menus
15845
15846 2003-12-04 Colin Leroy <colin@colino.net>
15847         * src/compose.c
15848                 Fix event handlers on header fields
15849         * src/common/socket.c
15850           src/common/session.c
15851                 Fix segfault with callback (SSL)
15852                 Fix end of session 
15853
15854 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15855
15856         * Fix compile bug in src/compose.c
15857         * removed src/gtk/gtkstext.[ch]
15858
15859 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15860
15861         * Convert character set and escape "text" attributes in toolbar setting
15862         files.
15863         * Fixed bug in button-press-event handling.
15864
15865 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15866
15867         * Fixed bug in key-press-event handling.
15868
15869 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15870
15871         * Enabled to compile tray-icon plugin (Ad-hoc).
15872         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15873
15874 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15875
15876         * Enabled to compile on sylpheed-claws.
15877         (tray-icon plugin still cannot compile yet.)
15878
15879 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15880
15881         * Updated to 0.9.5.
15882
15883 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15884
15885         * Updated to 0.9.4.
15886         * Ported monitoring SSL mechanism to GSource of GLib2
15887         (I don't confirm it)
15888         * Added _gtk2 suffix to key name of font preference to avoid
15889         ovverwriting preference of Gtk+-1.2 version.
15890
15891 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15892
15893         * Updated to 0.9.2.
15894
15895 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15896
15897         * Updated to 0.9.1.
15898         * Translate po files into UTF-8 when execute autogen.sh.
15899
15900 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15901
15902         * Updated to 0.9.0.
15903
15904 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15905
15906         * Plugged GError related memory leaks.
15907
15908 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15909
15910         * Changed default size of fonts.
15911         * Enabled to set titile font size of warning dialog.
15912
15913 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15914
15915         * Embed a sylpheed icon into executable binary on Windows.
15916
15917 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15918
15919         * I forgot to traslate character set of element string in src/xml.c.
15920
15921 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15922
15923         * Fixed detecting bind_textdomain_codeset in configure.in.
15924         * The bug in which "Example" of "Date fromat" preference isn't displayed
15925         correctly has been fixed.
15926
15927 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15928
15929         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15930           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15931           glib-gettextize
15932           Removed intl directory.
15933           Translated po files into UTF-8.
15934           (Thanks! Ryuji Abe)
15935
15936 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15937
15938         * The bug which doesn't unscape string in xml.c has been fixed.
15939
15940 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15941
15942         * The bug which is failed to translate encoding of file name thorough
15943         file dialog has been fixed.
15944
15945 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15946
15947         * Modified to translate file names which is used in inporting/expoting
15948         mbox feature and "Save as" feature into locale encoding.
15949         * Translate file names into locale encoding when "Attache file" and
15950         "Insert file".
15951         * Force set G_BROKEN_FILENAMES environment variable.
15952         * Other minor fixes.
15953
15954 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15955
15956         * Modified to treat MH folder's name as locale encoding.
15957
15958 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15959
15960         * The bug which clash on switching candidates of auto completion of
15961         addresses, cannot use auto completion in Japanesse is fixed
15962         (Thanks! Tokunaga-san)¡¥
15963
15964 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15965
15966         * The bug which cannot switch key accelerator preference has been fixed
15967         (Thanks! smbd-san)¡¥
15968
15969 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15970
15971         * version 0.8.11-gtk2-20030314
15972
15973 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15974
15975         * The bug in which character set conversion of filtering messages has
15976         been fixed.(Thanks! COCOA-san).
15977
15978 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15979
15980         * Revived "Leave space on head" preference in "Message" category.
15981         * A bug which clash when put the cursor to end of buffer and execute
15982         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15983
15984 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15985
15986         * version 0.8.11-gtk2-20030312
15987
15988 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15989
15990         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15991         * Modified to use Pango's API directly for font preference.
15992         * Integrated GtkTextView of textview to one widget.
15993         * Set fonts of header title in textview by "header_title" tag.
15994         * Removed some deprecated codes.
15995
15996 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15997
15998         * Updated to 0.8.11.
15999         * Merged cygwin patch(Thanks! Sakai-san).
16000
16001 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16002
16003         * version 0.8.10-gtk2-20030309