2006-06-27 [paul] 2.3.1cvs23
[claws.git] / ChangeLog
1 2006-06-27 [paul]       2.3.1cvs23
2
3         * src/mbox.c
4                 fix crasher introduced in cvs21.
5                 Thanks to Colin
6
7 2006-06-26 [colin]      2.3.1cvs22
8
9         * src/mbox.c
10                 Fix double-frees when leaving folders
11                 after exporting to mbox
12
13 2006-06-26 [colin]      2.3.1cvs21
14
15         * src/mbox.c
16                 More feedback (and optimisation)
17                 on import/export
18         * src/common/utils.c
19                 Fix case when looking for mail addresses
20         * src/gtk/gtkutils.c
21                 Extra check for (X-)Face
22
23 2006-06-25 [ticho]      2.3.1cvs20
24
25         * src/compose.c
26         * src/exphtmldlg.c
27         * src/gtk/gtkutils.c
28         * src/gtk/gtkutils.h
29         Added second argument to gtkut_sc_combobox_create() to
30         control focus-on-click for the widget.
31         Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
32
33 2006-06-25 [ticho]      2.3.1cvs19
34
35         * src/compose.c
36         * src/gtk/Makefile.am
37         * src/gtk/combobox.c
38         * src/gtk/combobox.h
39         * src/gtk/gtkutils.c
40         * src/gtk/gtkutils.h
41                 Use GtkComboBox instead of deprecated GtkOptionMenu
42                 for account selector in compose window and for encoding
43                 selector in attachment properties.
44                 Also factorise working with the new GtkComboBox somewhat.
45
46 2006-06-24 [paul]       2.3.1cvs18
47
48         * src/prefs_common.c
49                 use the correct default value
50
51 2006-06-24 [paul]       2.3.1cvs17
52
53         * src/compose.c
54         * src/prefs_common.c
55         * src/prefs_common.h
56         * src/prefs_compose_writing.c
57                 enable setting of default action when
58                 dnd'ing files in the compose window.
59                 (Collaborative effort with wwp)
60
61 2006-06-23 [wwp]        2.3.1cvs16
62
63         * src/compose.c
64                 i18n fix (thanks to Fabien Vantard)
65
66 2006-06-22 [colin]      2.3.1cvs15
67
68         * src/prefs_customheader.c
69                 Don't use filters in custom headers' file 
70                 selector. Remember, extensions mean nothing :)
71
72 2006-06-22 [paul]       2.3.1cvs14
73
74         * configure.ac
75                 allow setting of man directory location
76
77 2006-06-22 [colin]      2.3.1cvs13
78
79         * src/mainwindow.c
80                 Add 'View/Go to/Next unread folder'.
81                 I missed that :)
82
83 2006-06-22 [colin]      2.3.1cvs12
84
85         * src/common/utils.c
86                 Add some subject prefixes
87                 Patch by Bjorn T Johansen <btj@havleik.no>
88
89 2006-06-22 [colin]      2.3.1cvs11
90
91         * manual/advanced.xml
92                 Forgotten hidden pref
93
94 2006-06-21 [paul]       2.3.1cvs10
95
96         * src/prefs_account.c
97                 complete the removal of 'Add date header' option
98
99 2006-06-21 [paul]       2.3.1cvs9
100
101         * src/account.c
102         * src/compose.c
103         * src/prefs_account.c
104         * src/prefs_account.h
105                 remove option to add date header - always
106                 add date header
107         * src/etpan/imap-thread.c
108                 fix warnings (Thanks to Colin)
109
110 2006-06-21 [wwp]        2.3.1cvs8
111
112         * src/folder.c
113                 set the attachment flag when inline text part are (file)named. This is more convenient
114                 when receiving (for instance) inline source files or patches sent using thunderbird.
115
116 2006-06-21 [paul]       2.3.1cvs7
117
118         * src/inc.c
119                 fix off-by-one count of current msg in
120                 statusbar filtering progressbar
121
122 2006-06-21 [paul]       2.3.1cvs6
123
124         * src/folder.c
125                 Show attachment icon even if the part is 'inline'
126                 if the following conditions are met:
127                 - content-type != 'text/plain'
128                 - content-type != '*/pgp-signature'
129                 - either 'name' or 'filename' parameter is not NULL
130                 
131                 Thanks to Colin
132
133 2006-06-21 [paul]       2.3.1cvs5
134
135         * src/messageview.c
136         * src/prefs_common.c
137         * src/prefs_common.h
138         * src/prefs_other.c
139                 add an option to 'Never send Return
140                 Receipts'
141                 Thanks to Colin
142
143 2006-06-20 [mones]      2.3.1cvs4
144
145         * po/es.po
146                 updated
147         * src/compose.c
148                 typo fixed (space after comma)
149         * tools/make.themes.project
150                 remove exec mode from tarball files
151
152 2006-06-20 [colin]      2.3.1cvs3
153
154         * src/news.c
155         * src/procheader.c
156         * src/unmime.c
157                 Better fix for \n's in headers (don't 
158                 break Received: and others)
159
160 2006-06-20 [paul]       2.3.1cvs2
161
162         * src/alertpanel.c
163         * src/textview.c
164                 improve legibility of phishing attempt
165                 dialog
166
167 2006-06-20 [paul]       2.3.1cvs1
168
169         * NEWS
170         * README
171         * configure.ac
172                 Update version number following
173                 stable release
174
175 2006-06-20 [colin]      2.3.0cvs26
176
177         * src/compose.c
178                 When dragging a file to the text of the compose
179                 window, ask whether we want to insert or attach
180                 (I know lots of people who do that to attach)
181
182 2006-06-20 [colin]      2.3.0cvs25
183
184         * src/etpan/imap-thread.c
185                 Fix threshold (the append command is often > 32 bytes)
186
187 2006-06-19 [colin]      2.3.0cvs24
188
189         * src/imap.c
190         * src/etpan/imap-thread.c
191                 Workaround Rockliffe IMAP server bug: replace
192                 "x UID SEARCH (ANSWERED UID 1:*)" with
193                 "x UID SEARCH ANSWERED"
194                 (Rockliffe doesn't handle the parenthesis)
195
196 2006-06-19 [colin]      2.3.0cvs23
197
198         * src/compose.c
199         * src/imap.c
200         * src/etpan/imap-thread.c
201                 Probably fix bug #972 (Freezes when adding 
202                 an attachment to the message)
203         * src/common/defs.h
204                 Modernize Firefox cmd
205
206
207 2006-06-18 [colin]      2.3.0cvs22
208
209         * src/prefs_customheader.c
210                 Only allow correct filenames for various
211                 custom headers
212
213 2006-06-18 [colin]      2.3.0cvs21
214
215         * src/prefs_customheader.c
216                 Add a 'From File...' button in custom headers prefs, which
217                 try to do the right thing: 
218                 for normal headers, use file as plaintext,
219                 for X-Face, calls compface,
220                 for Face, encode to b64.
221
222 2006-06-17 [colin]      2.3.0cvs20
223
224         * src/mh.c
225                 Warning fix
226
227 2006-06-16 [colin]      2.3.0cvs19
228
229         * src/summaryview.c
230                 Recursive quicksearch: show message list
231                 in current folder, *then* search children
232                 in the background.
233
234 2006-06-16 [colin]      2.3.0cvs18
235
236         * src/main.c
237                 Instead of ignoring SIGPIPE, save caches
238                 when getting one. Will fix the fact that
239                 hot caches are out-of-date when logging 
240                 out of Xorg.
241         * src/compose.c
242         * src/prefs_compose_writing.c
243                 Only save text (not attachments) when 
244                 auto-saving to drafts
245         * src/unmime.c
246                 Always replace \n, \r and \t with spaces
247                 in headers
248         * manual/dist/html/Makefile.am
249         * manual/dist/pdf/Makefile.am
250         * manual/dist/ps/Makefile.am
251         * manual/dist/txt/Makefile.am
252         * manual/fr/dist/html/Makefile.am
253         * manual/fr/dist/pdf/Makefile.am
254         * manual/fr/dist/ps/Makefile.am
255         * manual/fr/dist/txt/Makefile.am
256         * manual/pl/dist/html/Makefile.am
257         * manual/pl/dist/pdf/Makefile.am
258         * manual/pl/dist/ps/Makefile.am
259         * manual/pl/dist/txt/Makefile.am
260                 Fix make clean removing pregenerated manuals
261
262
263 2006-06-16 [colin]      2.3.0cvs17
264
265         * src/plugins/pgpcore/sgpgme.c
266         * src/plugins/pgpmime/pgpmime.c
267         * src/plugins/pgpinline/pgpinline.c
268                 Better error reporting in setup_signers.
269                 Don't fallback to default key if specified
270                 key isn't found.
271                 Don't allow signing if more than one secret
272                 key matches the one specified in prefs.
273
274 2006-06-15 [colin]      2.3.0cvs16
275
276         * src/folderview.c
277                 Add "Send queue" in the folder's contextual
278                 menu
279         * src/compose.c
280         * src/messageview.c
281         * src/privacy.c
282         * src/privacy.h
283         * src/procmime.c
284         * src/procmsg.c
285         * src/plugins/pgpcore/passphrase.c
286         * src/plugins/pgpcore/sgpgme.c
287         * src/plugins/pgpinline/pgpinline.c
288         * src/plugins/pgpmime/pgpmime.c
289                 Better error reporting
290         * src/mbox.c
291                 Probably fix bug #971 (2.2.3 cannot read mail 
292                 from local mbox)
293
294
295 2006-06-15 [mones]      2.3.0cvs15
296
297         * tools/make.themes.project
298                 creates the themes project from the web page
299
300 2006-06-15 [colin]      2.3.0cvs14
301
302         * src/folder.c
303                 Better fix (avoid losing the folder if scan_tree 
304                 fails)
305
306 2006-06-15 [cleroy]     2.3.0cvs13
307
308         * src/folder.c
309                 Probably fix Bug #969 (crash on rebuilding 
310                 imap folder)
311
312 2006-06-14 [colin]      2.3.0cvs12
313
314         * manual/dtd/manual.xsl
315         * manual/sylpheed-claws-manual.xml
316         * manual/fr/sylpheed-claws-manual.xml
317         * manual/pl/sylpheed-claws-manual.xml
318                 Insert pagebreaks between sections
319
320 2006-06-14 [paul]       2.3.0cvs11
321
322         * configure.ac
323                 better fix than 2.3.0cvs10
324
325 2006-06-14 [paul]       2.3.0cvs10
326
327         * configure.ac
328                 fix setting of PACKAGE_DATA_DIR with newer autoconf
329                 (backwards compatible)
330
331 2006-06-13 [colin]      2.3.0cvs9
332
333         * src/messageview.c
334                 Fix sending of return receipt with the new queue folders
335
336 2006-06-13 [wwp]        2.3.0cvs8
337
338         * src/quote_fmt_lex.l
339                 fix wrong tokens returned in quote_fmt lexer, query not().
340
341 2006-06-13 [wwp]        2.3.0cvs7
342
343         * src/folder.c
344         * src/prefs_folder_item.c
345                 allow changing folder type even when folder is not a top-level one,
346                 thanks to Colin.
347
348 2006-06-12 [colin]      2.3.0cvs6
349
350         * src/folderview.c
351                 Fix double-ask of "Do you want to mark all
352                 as read"
353
354 2006-06-12 [colin]      2.3.0cvs5
355
356         * src/compose.c
357         * src/compose.h
358         * src/folder.c
359         * src/folder.h
360         * src/imap.c
361         * src/inc.c
362         * src/main.c
363         * src/messageview.c
364         * src/mh.c
365         * src/prefs_folder_item.c
366         * src/procheader.c
367         * src/procmime.c
368         * src/procmsg.c
369         * src/procmsg.h
370         * src/send_message.c
371         * src/summaryview.c
372         * src/toolbar.c
373                 Apply bug #964's patch (Queue and drafts aren't normal)
374                 The Drafts and Queue folder now contain RFC-822 files,
375                 allowing to move and copy mails from and to these 
376                 folders. Moving from Drafts to Queue will prepare the
377                 mail for sending (PGP signature, encryption, etc).
378                 This patch also rework sending errors handling to try
379                 to be more helpful.
380                 Also, allow redefining folder types via the GUI 
381                 (Folder type in its Properties)
382
383 2006-06-12 [colin]      2.3.0cvs4
384
385         * src/summaryview.c
386         * src/prefs_common.c
387         * src/prefs_common.h
388         * src/gedit-print.c
389                 Allow to define a specific print font - patch
390                 by Bernhard Walle <bernhard.walle@gmx.de>
391         * src/prefs_fonts.c
392         * manual/advanced.xml
393         * manual/fr/advanced.xml
394                 Add a hidden pref to allow deletion without
395                 confirmation
396
397 2006-06-12 [wwp]        2.3.0cvs3
398
399         * .cvsignore
400                 more files to ignore.
401
402 2006-06-12 [wwp]        2.3.0cvs2
403
404         * src/quote_fmt.c
405         * src/quote_fmt_lex.l
406         * src/quote_fmt_parse.y
407                 extend the quote_fmt parser (templates and quotes):
408                 - allow limited sub-expressions in |p{} and |f{} expressions,
409                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
410                 - implemented/fixed missing implementation of query_references and show_references,
411                 - completed, fixed contents and format of the symbols help dialog,
412                 - fix some compilation warnings.
413
414 2006-06-12 [wwp]        2.3.0cvs1
415
416         * manual/advanced.xml
417         * manual/fr/advanced.xml
418                 updates in the "templates" section of the manual (eng/fr):
419                  - be more precise (both versions)
420                  - completed to match the english reference (fr version)
421                  - touchups (both versions)
422
423 2006-06-12 [paul]       2.3.0
424
425         2.3.0 released
426
427 2006-06-12 [paul]       2.2.3cvs14
428
429         * po/ca.po
430         * po/cs.po
431         * po/de.po
432         * po/el.po
433         * po/fr.po
434         * po/it.po
435         * po/pt_BR.po
436         * po/sr.po
437         * po/zh_CN.po
438                 updated by Miquel Oliete, Tim, Stephan Sachse,
439                 Stavros Giannouris, Fabien Vantard, Andrea
440                 Spadaccini, Frederico Goncalves Guimaraes,
441                 Aleksandar Urosevic, and Ralgh Young
442
443 2006-06-12 [colin]      2.2.3cvs13
444
445         * src/mbox.c
446                 Add missing header
447
448 2006-06-11 [colin]      2.2.3cvs12
449
450         * src/msgcache.c
451                 Verify that g_malloc() succeeded
452
453 2006-06-11 [colin]      2.2.3cvs11
454
455         * src/wizard.c
456                 Add Face header to welcome mail
457
458 2006-06-10 [colin]      2.2.3cvs10
459
460         * src/textview.c
461                 Revert previous (Forgot it changes the
462                 margin on the whole mail)
463
464 2006-06-10 [colin]      2.2.3cvs9
465
466         * src/textview.c
467                 Don't overlap long headers under (X-)Face
468
469 2006-06-10 [mones]      2.2.3cvs8
470
471         * manual/xml2pdf
472                 allow generation of manual on systems lacking saxon binary
473                 but with java and the saxon library installed
474
475         * po/es.po
476                 updated for release
477
478 2006-06-09 [colin]      2.2.3cvs7
479
480         * src/summaryview.c
481                 Fix leak when using Display Sender using Addressbook
482
483 2006-06-09 [colin]      2.2.3cvs6
484
485         * src/compose.c
486         * src/folder.c
487         * src/folderview.c
488         * src/mimeview.c
489         * src/summaryview.c
490                 More leaks fixes
491
492 2006-06-09 [paul]       2.2.3cvs5
493
494         * AUTHORS
495         * src/gtk/authors.h
496         * tools/claws.i18n.status.pl
497                 updated with new info
498
499 2006-06-09 [paul]       2.2.3cvs4
500
501         * README
502                 updated
503         * manual/ack.xml
504                 add wwp to authors list
505         * src/gtk/authors.h
506                 update mine and Colin's addresses
507
508 2006-06-08 [colin]      2.2.3cvs3
509
510         * src/etpan/imap-thread.c
511                 Fix leak on SSL cert check
512
513 2006-06-08 [colin]      2.2.3cvs2
514
515         * src/common/utils.c
516                 Fix leak
517
518 2006-06-08 [paul]       2.2.3cvs1
519
520         * configure.ac
521                 Update version number following
522                 stable release
523
524 2006-06-07 [colin]      2.2.2cvs3
525
526         * src/msgcache.c
527                 Fix catching cache read errors (guint instead of gint)
528                 Prevent malloc'ing more than 8MB (means cache corruption)
529
530 2006-06-07 [paul]       2.2.2cvs2
531
532         * src/exporthtml.c
533         * src/exportldif.c
534         * src/mh.c
535         * src/mutt.c
536         * src/pine.c
537         * src/common/utils.c
538                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
539                 obey $HOME'
540                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
541                 Thanks to Colin
542
543 2006-06-06 [paul]       2.2.2cvs1
544
545         * configure.ac
546                 Update version number following
547                 stable release
548
549 2006-06-06 [paul]       2.2.1cvs6
550
551         * src/matcher.c
552                 fix  implicit declaration of
553                 sylpheed_do_idle()
554                 Patch by Fabien Vantard
555
556 2006-06-06 [paul]       2.2.1cvs5
557
558         * src/matcher.c
559                 fix age_greater and age_lower so that they
560                 mean what say and not '...or equal to'
561                 Thanks to Colin
562
563 2006-06-06 [paul]       2.2.1cvs4
564
565         * src/textview.c
566         * src/common/utils.c
567                 fix URI check
568                 Thanks to Colin
569
570 2006-06-05 [wwp]        2.2.1cvs3
571
572         * manual/fr/account.xml
573                 minor language fixes (thanks to Fabien Vantard).
574
575 2006-06-05 [colin]      2.2.1cvs2
576
577         * src/prefs_folder_item.c
578         * src/folderview.c
579                 Allow recursive setting of properties 
580                 for whole mailboxes
581         * src/matcher.c
582                 Don't freeze on 'test' filtering rule
583
584 2006-06-05 [colin]      2.2.1cvs1
585
586         * configure.ac
587                 Update version number following
588                 stable release
589
590 2006-06-04 [wwp]        2.2.0cvs82
591
592         * manual/glossary.xml
593         * manual/account.xml
594         * manual/fr/glossary.xml
595         * manual/fr/account.xml
596                 added glossary section and references/links related to the Face custom header.
597
598 2006-06-04 [colin]      2.2.0cvs81
599
600         * src/summaryview.c
601                 Skip to next message on move with no
602                 immediate execution
603
604 2006-06-04 [wwp]        2.2.0cvs80
605
606         * manual/xml2pdf
607                 added sanity checks, exit when needed.
608
609 2006-06-03 [paul]       2.2.0cvs79
610
611         * src/prefs_receive.c
612                 page name is now 'Receiving'
613         * src/prefs_send.c
614                 page name is now 'Sending'
615
616 2006-06-03 [colin]      2.2.0cvs78
617
618         * src/plugins/spamassassin/spamassassin_gtk.c
619                 Autoswitch to Localhost if transport was previously
620                 disabled. Else people had to check [] Enable, then
621                 *reselect* transport.
622
623 2006-06-03 [colin]      2.2.0cvs77
624
625         * src/plugins/pgpinline/pgpinline.c
626         * src/plugins/pgpmime/pgpmime.c
627                 Check that gpg_data_release_and_get_mem 
628                 didn't fail (now, why this happens...)
629
630 2006-06-03 [colin]      2.2.0cvs76
631
632         * src/mbox.c
633                 Fix bug #962 (Manual and/or UI should 
634                 warn about incompatible locking 
635                 causing dataloss)
636
637 2006-06-02 [cleroy]     2.2.0cvs75
638
639         * src/filtering.c
640         * src/folder.c
641         * src/procmsg.c
642         * src/summaryview.c
643                 Fix a few leaks
644
645 2006-06-02 [colin]      2.2.0cvs74
646
647         * src/main.c
648                 On exit, free caches after writing them
649                 Shuts up some valgrind false positives
650         * src/procmsg.c
651         * src/send_message.c
652                 Fix races when reusing existing SMTP connections
653                 Fix inexistant session timeout
654         * src/toolbar.c
655                 Display alertpanel after all queues have
656                 been processed, not after each
657
658 2006-06-02 [wwp]        2.2.0cvs73
659
660         * manual/fr/glossary.xml
661         * manual/fr/ack.xml
662         * manual/ack.xml
663                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
664
665 2006-06-02 [wwp]        2.2.0cvs72
666
667         * manual/xml2pdf
668         * manual/dist/pdf/Makefile.am
669         * manual/dtd/manual.xsl
670         * manual/fr/dist/pdf/Makefile.am
671         * manual/pl/dist/pdf/Makefile.am
672                 we changed the procedure to generate the .pdf version of the manual.
673                 The procedure is more modern and the .pdf we get now has a valid index.
674                 Here are the new pre-requisites:
675
676                 - JRE 1.x (1.4 here): there must be one from your distro
677                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
678                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
679                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
680
681                 See my posts for further info about the installation of this toolchain:
682
683                 Date: Fri, 19 May 2006 19:40:06 +0200
684                 From: wwp <subscript@free.fr>
685                 To: sylpheed-claws-devel@lists.sourceforge.net
686                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
687
688                 and
689
690                 Date: Wed, 24 May 2006 12:58:49 +0200
691                 From: wwp <subscript@free.fr>
692                 To: sylpheed-claws-devel@lists.sourceforge.net
693                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
694
695 2006-06-01 [colin]      2.2.0cvs71
696
697         * src/compose.c
698                 Better guards against IMAP races
699         * src/main.c
700         * src/prefs_common.c
701         * src/prefs_common.h
702         * src/common/ssl_certificate.c
703         * src/etpan/imap-thread.c
704         * src/etpan/imap-thread.h
705         * src/gtk/sslcertwindow.c
706                 New hidden option ssl_skip_cert_check to 
707                 avoid dups of bug #959 (libetpan linked
708                 against gnutls and gnutls buggy on 64bit)
709                 Present expired warning only once per
710                 session/server.
711         * manual/advanced.xml
712         * manual/fr/advanced.xml
713                 Document new option
714
715 2006-06-01 [wwp]        2.2.0cvs70
716
717         * src/messageview.c
718                 fix for bug #961 (return receipt dialog 
719                 complains incorrectly about return-path 
720                 email adress being different), thanks 
721                 to Colin.
722
723 2006-05-31 [cleroy]     2.2.0cvs69
724
725         * src/common/ssl.c
726                 Guard against NULLs, although this
727                 should never be an issue
728
729 2006-05-31 [colin]      2.2.0cvs68
730
731         * src/filtering.c
732                 Use g_slist_prepend
733         * src/imap.c
734                 Don't remove caches when destroying folder, it
735                 could (should) be done at exit
736         * src/inc.c
737                 free processing cache after incorporation
738         * src/etpan/imap-thread.c
739                 Maybe fix bug #959 (Crash on moving to emails 
740                 to a imap account per ssl with a expired 
741                 certificate.)
742
743 2006-05-30 [colin]      2.2.0cvs67
744
745         * src/summaryview.c
746                 Put back event flush when displaying message
747                 It avoids reading a bunch of messages just
748                 by hitting shift-n for too long ;)
749
750 2006-05-29 [colin]      2.2.0cvs66
751
752         * src/summaryview.c
753                 Remove useless g_warnings
754
755 2006-05-29 [colin]      2.2.0cvs65
756
757         * src/imap.c
758                 Fix g_slist_append()s for performance
759
760 2006-05-29 [colin]      2.2.0cvs64
761
762         * src/compose.c
763         * src/common/utils.c
764                 Fix extraneous tab at start of addresses
765         * src/mainwindow.c
766                 Fix warnings (thanks to Fabien)
767                 Fix crash at exit when composing messages 
768                 exist
769         * src/pop.c
770                 Fix progress bar when deleting expired mails
771                 Thanks to Hiro
772         * src/summaryview.c
773         * src/gtk/gtksctree.c
774                 Fix re-sorting slowness
775
776 2006-05-29 [paul]       2.2.0cvs63
777
778         * src/mh.c
779                 fetch full message when moving mails
780                 from another mailbox, (fixed data loss
781                 when filtering from IMAP to MH, introduced
782                 in 2.2.0cvs57).
783                 Thanks to Colin
784
785 2006-05-29 [mones]      2.2.0cvs62
786
787         * src/gtk/gtksctree.c
788                 Unselect faster (patch by Colin)        
789
790 2006-05-26 [colin]      2.2.0cvs61
791
792         * src/summaryview.c
793                 Unplug MSGINFO_UPDATE callback on delete too.
794
795 2006-05-26 [colin]      2.2.0cvs60
796
797         * src/foldersel.c
798                 Fix bold in folder selection window with glib2.10
799                 thanks Hiro
800
801 2006-05-26 [colin]      2.2.0cvs59
802
803         * src/procheader.c
804                 Convert date only if necessary (and don't
805                 try to convert from utf8 to utf8, too)
806         * src/summaryview.c
807                 Only set column's text if the column's 
808                 displayed
809
810 2006-05-26 [colin]      2.2.0cvs58
811
812         * src/summaryview.c
813         * src/gtk/gtkutils.c
814                 Fix useless warning
815
816 2006-05-26 [colin]      2.2.0cvs57
817
818         * src/mainwindow.c
819                 Make summaryview selectable as long as 
820                 no message has focus
821         * src/mh.c
822                 Faster deletion (by implementing mh_remove_msgs)
823                 Faster copy (avoid using mh_fetch_msg just to get
824                 the filename)
825                 Faster move (using move_file instead of copy_file
826                 if MSG_IS_MOVE)
827                 No progressbar if total number of mails to cp/mv 
828                 is less than 100
829         * src/summaryview.c
830                 Fix removal from subject_table when mail gets moved
831                 Faster deletion (g_slist_prepend instead of append)
832         * src/gtk/gtksctree.c
833                 Remove useless code
834
835 2006-05-25 [colin]      2.2.0cvs56
836
837         * src/common/ssl_certificate.c
838                 Fix leak in expired cert check
839
840 2006-05-25 [colin]      2.2.0cvs55
841
842         * src/mh.c
843                 Disable flags syncing on .mh_sequences - it
844                 is buggy and marks mails read under unknown
845                 conditions.
846
847 2006-05-25 [paul]
848
849         * 2.3.0-rc4 released
850
851 2006-05-24 [colin]      2.2.0cvs54
852
853         attention cvs users: if you manage to crash
854         Sylpheed-Claws while moving, copying or deleting
855         mails, we *are* interested in stack traces and
856         valgrind logs. It looks stable, but one never
857         knows...
858
859         * src/folder.c
860                 Add progressbar for cache updates
861         * src/folderutils.c
862                 Optimize Mark all read in the current
863                 folder
864         * src/mh.c
865                 Add progressbar for copy/move
866         * src/procmsg.c
867                 Optimize O(n^2) in copy/move
868         * src/summaryview.c
869         * src/gtk/gtksctree.c
870                 Optimize O(n^2) algos
871         * src/common/timing.h
872                 Display ms instead of us
873
874 2006-05-24 [wwp]        2.2.0cvs53
875
876         * manual/fr/advanced.xml
877                 updates to the French manual.
878
879 2006-05-24 [wwp]        2.2.0cvs52
880
881         * src/common/utils.c
882                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
883
884 2006-05-24 [wwp]        2.2.0cvs51
885
886         * src/folderutils.c
887                 fixed "mark all read" in MH folders (thanks to Colin).
888
889 2006-05-24 [paul]       2.2.0cvs50
890
891         * doc/man/sylpheed-claws.1
892                 updated the man page
893
894 2006-05-23 [colin]      2.2.0cvs49
895
896         * src/folderview.c
897         * src/imap.c
898         * src/inc.c
899         * src/mbox.c
900         * src/messageview.c
901         * src/news.c
902         * src/send_message.c
903         * src/summaryview.c
904         * src/gtk/sslcertwindow.c
905                 alertpanel fixes, by Fabien
906
907 2006-05-23 [colin]      2.2.0cvs48
908
909         * src/folder.c
910         * src/folderview.c
911         * src/msgcache.c
912         * src/summaryview.c
913         * src/gtk/gtksctree.c
914         * src/gtk/gtksctree.h
915                 More timings
916                 Fix slow loading problem, which was caused by the
917                 use of some gtk_ctree funcs and their use of
918                 g_list_position while gtk_ctree_(un)link'ing.
919                 Reap more functions from gtkctree.c to be sure we
920                 use our (fast) version instead of theirs.
921         * src/mh.c
922                 Fix copy of unread mails
923
924
925 2006-05-22 [wwp]        2.2.0cvs47
926
927         * manual/fr/advanced.xml
928                 updated.
929
930 2006-05-22 [colin]      2.2.0cvs46
931
932         * src/filtering.c
933                 Fix possible infinite loop. 'copy' is not a 
934                 final action, so when encountering a 'copy',
935                 we have to check if a previous one was set
936                 and do it. In the same way, if we encounter
937                 a 'move' we have to perform a possibly 
938                 pending 'copy'. This will slow down filtering
939                 on IMAP if move+copy or multiple copy actions
940                 are to be done, but handling it via the batch
941                 would be really too convoluted.
942
943 2006-05-22 [wwp]        2.2.0cvs45
944
945         * manual/fr/advanced.xml
946         * manual/fr/faq.xml
947         * manual/fr/glossary.xml
948         * manual/fr/handling.xml
949         * manual/fr/intro.xml
950         * manual/fr/plugins.xml
951         * manual/fr/sylpheed-claws-manual.xml
952                 sync w/ the english manual: updates URIs, documented mailing-list
953                 support, better explanation about the enabled/disabled feature
954                 in filtering/processing rules by Paul.
955
956 2006-05-21 [colin]      2.2.0cvs44
957
958         * src/summaryview.c
959                 Don't expand after building threads, but during
960
961 2006-05-21 [colin]      2.2.0cvs43
962
963         * src/procmsg.c
964         * src/summaryview.c
965                 More timing possibilities... For next time I have 
966                 to find out how the hell some 3GHz computer takes
967                 one minute to open a 30k folder...
968
969 2006-05-21 [colin]      2.2.0cvs42
970
971         * manual/pl/advanced.xml
972         * manual/pl/faq.xml
973         * manual/pl/glossary.xml
974         * manual/pl/handling.xml
975         * manual/pl/intro.xml
976         * manual/pl/plugins.xml
977         * manual/pl/sylpheed-claws-manual.xml
978                 Polish manual updated by Pawel
979
980 2006-05-20 [colin]
981
982         * 2.3.0-rc3 released
983
984 2006-05-20 [colin]      2.2.0cvs41
985
986         * src/imap.c
987                 Fix -rc2 problems:
988                 - remove cache of moved messages from original folder
989                 - apply new flags to messages even if they aren't appliable
990                   via IMAP.
991
992 2006-05-20 [colin]
993
994         * 2.3.0-rc2 released
995
996 2006-05-19 [colin]      2.2.0cvs40
997
998         * src/imap.c
999                 Don't issue SELECT in imap_change_flags
1000                 before having checked that we indeed have
1001                 some flags to change. MSG_POSTFILTERED for
1002                 example can't be used on IMAP.
1003                 Fixes bug #955 (copying messages between 
1004                 imap folders is extremely slow), which was
1005                 a regression.
1006
1007 2006-05-19 [colin]      2.2.0cvs39
1008
1009         * src/folder.c
1010         * src/folder.h
1011         * src/folderview.c
1012                 Try to fix bug #830 (Some unread messages 
1013                 get marked read in IMAP inbox):
1014                 - Prevent scanning a folder if it's being 
1015                   opened via the GUI
1016                 - Postpone opening via the GUI of a folder
1017                   currently scanned.
1018
1019
1020 2006-05-19 [wwp]        2.2.0cvs38
1021
1022         * manual/advanced.xml
1023                 fix English+typo (thanks to Paul).
1024
1025 2006-05-19 [wwp]        2.2.0cvs37
1026
1027         * manual/advanced.xml
1028         * manual/fr/advanced.xml
1029         * src/gtk/logwindow.c
1030         * src/prefs_common.c
1031         * src/prefs_common.h
1032                 added hidden prefs to allow customization of colors used in
1033                 protocol log window (useful for dark gtk+ themes).
1034
1035 2006-05-19 [wwp]        2.2.0cvs36
1036
1037         * ChangeLog
1038                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1039
1040 2006-05-19 [paul]       2.2.0cvs35
1041
1042         * src/textview.c
1043                 make Reply-To fully clickable
1044         * src/gtk/logwindow.c
1045                 more colouring (SMTP ESMTP)
1046         Both patches by Pawel Pekala
1047
1048 2006-05-19 [cleroy]     2.2.0cvs34
1049
1050         * src/mh.c
1051                 Don't update flags from current folder
1052                 Probably fixes bug #935 (Read Messages 
1053                 Revert to Being Marked as Unread)
1054
1055 2006-05-18 [colin]      2.2.0cvs33
1056
1057         * src/imap.c
1058                 Warning fix
1059         * src/compose.c
1060         * src/mainwindow.c
1061         * src/summaryview.c
1062         * src/toolbar.c
1063                 Allow replying to multiple emails
1064                 in multiple windows
1065         * src/mimeview.c
1066         * src/etpan/imap-thread.c
1067                 Leak fixes
1068
1069 2006-05-18 [paul]       2.2.0cvs32
1070
1071         * src/summaryview.c
1072                 keep Mailing-List menu refreshed
1073                 Thanks to Colin
1074
1075 2006-05-18 [paul]       2.2.0cvs31
1076
1077         * manual/advanced.xml
1078         * manual/faq.xml
1079         * manual/glossary.xml
1080         * manual/handling.xml
1081         * manual/intro.xml
1082         * manual/plugins.xml
1083         * manual/sylpheed-claws-manual.xml
1084                 update URLs
1085                 add info about mailing-list support
1086                 edit filtering info
1087         * src/wizard.c
1088         * src/common/defs.h
1089         * src/gtk/about.c
1090         * src/plugins/dillo_viewer/README
1091                 update URLs
1092
1093 2006-05-17 [wwp]        2.2.0cvs30
1094
1095         * manual/handling.xml
1096         * manual/fr/handling.xml
1097                 documented the ability to enabled/disable filtering/processing rules.
1098
1099 2006-05-17 [colin]      2.2.0cvs29
1100
1101         * src/main.c
1102                 Don't initialize g_thread subsystem if it's 
1103                 already done (thanks to Hiro)
1104         * src/mimeview.c
1105                 Fix saving of parts when there name can't be
1106                 converted from UTF-8.
1107
1108 2006-05-17 [paul]       2.2.0cvs28
1109
1110         * po/Makefile.in.in
1111                 fix config.status warning with autoconf 2.60
1112
1113 2006-05-17 [paul]       2.2.0cvs27
1114
1115         * po/POTFILES.in
1116                 add src/mbox.c
1117
1118 2006-05-17 [wwp]        2.2.0cvs26
1119
1120         * src/mainwindow.c
1121                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1122
1123 2006-05-17 [wwp]        2.2.0cvs25
1124
1125         * src/plugins/demo/demo.c
1126                 updated product name in plugin demo (many plugins need to be
1127                 sync'ed w/ that change).
1128
1129 2006-05-17 [colin]      2.2.0cvs24
1130
1131         * src/mh.c
1132                 Fix leak
1133
1134 2006-05-16 [colin]      2.2.0cvs23
1135
1136         * src/mainwindow.c
1137                 Stupid me hit again. Fix cvs22.
1138
1139 2006-05-16 [colin]      2.2.0cvs22
1140
1141         * src/mainwindow.c
1142                 Fix bug #922 (sylpheed-claws crashed after 
1143                 pushing on Inbox folder)
1144
1145 2006-05-16 [colin]      2.2.0cvs21
1146
1147         * src/compose.c
1148                 Make From header be copy/paste/select-able
1149
1150 2006-05-16 [wwp]        2.2.0cvs20
1151
1152         * src/export.c
1153         * src/matcher.c
1154         * src/summaryview.c
1155         * src/etpan/imap-thread.c
1156                 fix some compiler warnings (thanks to Colin).
1157
1158 2006-05-16 [wwp]        2.2.0cvs19
1159
1160         * src/action.c
1161         * src/gedit-print.c
1162         * src/inc.c
1163         * src/mainwindow.c
1164         * src/mh.c
1165         * src/statusbar.c
1166         * src/send_message.c
1167         * src/summaryview.c
1168                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1169
1170 2006-05-15 [colin]      2.2.0cvs18
1171
1172         * src/procmsg.c
1173                 Fix automatic rule creation with List-Post
1174
1175 2006-05-15 [paul]       2.2.0cvs17
1176
1177         * tools/filter_conv_new.pl
1178                 updated for rule enabling/disabling
1179                 claws version >= 2.3.x required
1180
1181 2006-05-15 [cleroy]     2.2.0cvs16
1182
1183         * src/main.c
1184                 Revert test
1185
1186 2006-05-15 [cleroy]     2.2.0cvs15
1187
1188         * src/main.c
1189                 test
1190
1191 2006-05-15 [wwp]        2.2.0cvs14
1192
1193         * manual/pl/.cvsignore
1194                 ignore generated files.
1195
1196 2006-05-14 [wwp]        2.3.0-rc1
1197
1198         * 2.3.0-rc1 released
1199
1200 2006-05-13 [wwp]        2.2.0cvs13
1201
1202         * src/filtering.c
1203         * src/filtering.h
1204         * src/matcher.c
1205         * src/matcher_parser_lex.l
1206         * src/matcher_parser_parse.y
1207         * src/prefs_filtering.c
1208                 new feature: provide the ability to disable filtering and processing
1209                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1210                 adaptations.
1211
1212 2006-05-13 [colin]      2.2.0cvs12
1213
1214         * src/compose.c
1215                 Remove useless if (a) b; else b;
1216                 Thanks to wwp
1217
1218 2006-05-13 [wwp]        2.2.0cvs11
1219
1220         * src/export.c
1221         * src/import.c
1222         * src/mainwindow.c
1223         * src/mbox.c
1224         * src/summaryview.c
1225         * src/summaryview.h
1226                 no more silent failures (or at least less ones) when importing
1227                 or exporting from/to mbox. Also start importing/exporting if
1228                 the necessary info is set.
1229
1230 2006-05-13 [wwp]        2.2.0cvs10
1231
1232         * RELEASE_NOTES
1233                 restored up-to-date release notes.
1234
1235 2006-05-13 [paul]       2.2.0cvs9
1236
1237         * po/nl.po
1238         * po/ru.po
1239                 updated by Tim Dijkstra and Pavlo Bohmat
1240
1241 2006-05-12 [colin]      2.2.0cvs8
1242
1243         * src/gtk/quicksearch.c
1244                 Add "k" as shortcut for "colorlabel". Patch
1245                 by ath42@users.sf.net.
1246
1247 2006-05-12 [paul]       2.2.0cvs7
1248
1249         * src/prefs_common.h
1250         * src/prefs_summaries.c
1251         * src/summaryview.c
1252                 when entering a folder also allow
1253                 going directly to first Marked message
1254
1255 2006-05-12 [paul]       2.2.0cvs6
1256
1257         * src/summaryview.c
1258                 always obey 'confirm before marking all
1259                 mails read' option
1260
1261 2006-05-12 [paul]       2.2.0cvs5
1262
1263         * src/textview.c
1264                 make Sender fully clickable
1265
1266 2006-05-12 [colin]      2.2.0cvs4
1267
1268         * src/compose.c
1269         * src/compose.h
1270                 Let From be editable
1271         * src/main.c
1272         * src/mh.c
1273                 Full support of .mh_sequences' Unseen seq
1274
1275 2006-05-12 [colin]      2.2.0cvs3
1276
1277         * src/folder.c
1278         * src/mainwindow.c
1279         * src/mainwindow.h
1280         * src/messageview.c
1281         * src/prefs_spelling.c
1282         * src/procheader.c
1283         * src/procmsg.c
1284         * src/procmsg.h
1285         * src/summaryview.c
1286         * src/toolbar.c
1287         * src/toolbar.h
1288                 Add contextual menu on Compose toolbar
1289                 button. Fixes bug #944 (Automatic
1290                 addresses not applied when changing account
1291                 from compose window)
1292                 add Mailing List support
1293                 based on the old 0.6.5claws25 patch by
1294                 Melvin Hadasht, with finishing touches
1295                 by Colin
1296                 Fix "ignore thread" when mails are threaded by
1297                 subject (and weren't ignored although appearing
1298                 in the thread).
1299                 GUI rework.
1300                 Both patches by Pawel.
1301
1302 2006-05-08 [paul]       2.2.0cvs2
1303
1304         * src/mainwindow.c
1305         * src/mainwindow.h
1306         * src/messageview.c
1307         * src/procheader.c
1308         * src/procmsg.c
1309         * src/procmsg.h
1310         * src/summaryview.c
1311                 add Mailing List support
1312                 based on the old 0.6.5claws25 patch by 
1313                 Melvin Hadasht, with finishing touches
1314                 by Colin
1315
1316 2006-05-08 [colin]      2.2.0cvs1
1317
1318         * src/mainwindow.c
1319         * src/toolbar.c
1320         * src/toolbar.h
1321                 Add contextual menu on Compose toolbar 
1322                 button. Fixes bug #944 (Automatic 
1323                 addresses not applied when changing account 
1324                 from compose window)
1325
1326 2006-05-08 [paul]       2.2.0
1327
1328         2.2.0 released
1329
1330 2006-05-08 [paul]       2.1.1cvs51
1331
1332         * po/cs.po
1333         * po/de.po
1334         * po/en_GB.po
1335         * po/fi.po
1336         * po/fr.po
1337         * po/pt_BR.po
1338         * po/sr.po
1339         * po/zh_CN.po
1340                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1341                 Fabien Vantard, Frederico Goncalves Guimaraes,
1342                 Aleksandar Urosevic, and Ralgh Young
1343
1344 2006-05-12 [colin]      2.1.1cvs50
1345
1346         * po/cs.po
1347         * po/de.po
1348         * po/en_GB.po
1349         * po/es.po
1350         * po/fi.po
1351         * po/fr.po
1352         * po/pt_BR.po
1353         * po/sr.po
1354         * po/zh_CN.po
1355                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1356                 Fabien Vantard, Frederico Goncalves Guimaraes,
1357                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1358
1359 2006-05-05 [colin]      2.1.1cvs49
1360
1361         * manual/Makefile.am
1362         * manual/pl/Makefile.am
1363         * manual/pl/account.xml
1364         * manual/pl/ack.xml
1365         * manual/pl/addrbook.xml
1366         * manual/pl/advanced.xml
1367         * manual/pl/faq.xml
1368         * manual/pl/glossary.xml
1369         * manual/pl/gpl.xml
1370         * manual/pl/handling.xml
1371         * manual/pl/intro.xml
1372         * manual/pl/keyboard.xml
1373         * manual/pl/plugins.xml
1374         * manual/pl/starting.xml
1375         * manual/pl/sylpheed-claws-manual.xml
1376         * manual/pl/dist/.cvsignore
1377         * manual/pl/dist/Makefile.am
1378         * manual/pl/dist/html/.cvsignore
1379         * manual/pl/dist/html/Makefile.am
1380         * manual/pl/dist/pdf/.cvsignore
1381         * manual/pl/dist/pdf/Makefile.am
1382         * manual/pl/dist/ps/.cvsignore
1383         * manual/pl/dist/ps/Makefile.am
1384         * manual/pl/dist/txt/.cvsignore
1385         * manual/pl/dist/txt/Makefile.am
1386                 Add the polish translation of the manual,
1387                 Authored by Pawel Pekala.
1388
1389 2006-05-05 [cleroy]     2.1.1cvs48
1390
1391         * src/main.c
1392                 Re-read matcherrc after loading plugins 
1393                 if some of them add folders.
1394
1395 2006-05-03 [colin]      2.1.1cvs47
1396
1397         * src/imap.c
1398                 I'm idiot
1399
1400 2006-05-03 [colin]      2.1.1cvs46
1401
1402         * src/imap.c
1403                 Be sure to have a session when
1404                 getting separator
1405
1406 2006-05-03 [colin]      2.1.1cvs45
1407
1408         * src/imap.c
1409         * src/imap.h
1410         * src/imap_gtk.c
1411                 Fix preventing renaming with namespace 
1412                 separator.
1413
1414 2006-05-01 [colin]      2.1.1cvs44
1415
1416         * src/action.c
1417                 Don't reload messageview when result of
1418                 action is piped.
1419
1420 2006-04-29 [colin]      2.1.1cvs43
1421
1422         * src/prefs_receive.c
1423         * src/plugins/spamassassin/spamassassin_gtk.c
1424         * src/plugins/clamav/clamav_plugin_gtk.c
1425                 GUI fixes by Pawel
1426
1427 2006-04-29 [colin]      2.1.1cvs42
1428
1429         * src/prefs_compose_writing.c
1430         * src/prefs_quote.c
1431                 Cleanups. Patch by Pawel
1432
1433 2006-04-28 [paul]       2.1.1cvs41
1434
1435         * src/matcher.c
1436                 fix returned quick search results when search
1437                 term contains an underscore.
1438                 Thanks to Colin
1439
1440 2006-04-28 [paul]       2.1.1cvs40
1441
1442         * src/prefs_message.c
1443         * src/prefs_receive.c
1444                 GUI cleanups
1445                 Patches by Pawel Pekala
1446
1447 2006-04-27 [colin]      2.1.1cvs39
1448
1449         * src/wizard.c
1450                 Differentiate subject Welcome from
1451                 window's title Welcome
1452
1453 2006-04-27 [paul]
1454
1455         2.2.0-rc1 released
1456
1457 2006-04-27 [paul]       2.1.1cvs38
1458
1459         * manual/advanced.xml
1460         * manual/fr/advanced.xml
1461                 add info about compose_no_markup hidden pref
1462
1463 2006-04-27 [paul]       2.1.1cvs37
1464
1465         * src/prefs_account.c
1466                 improve privacy labels
1467         * src/prefs_msg_colors.c
1468                 change some strings for translators' convenience
1469         * src/gtk/gtkutils.c
1470                 don't underline the link button text
1471
1472 2006-04-25 [colin]      2.1.1cvs36
1473
1474         * src/folder.c
1475                 Complete 2.1.1cvs33 (once more ;)
1476
1477 2006-04-25 [colin]      2.1.1cvs35
1478
1479         * src/editldap.c
1480                 Fix tooltip
1481
1482 2006-04-25 [cleroy]     2.1.1cvs34
1483
1484         * src/compose.c
1485         * src/gtk/gtkaspell.c
1486                 Fix crash on redirect (related to the return 
1487                 of the aspell menu in compose's toolbar)
1488         * src/prefs_msg_colors.c
1489                 Fix sensitivity widgets
1490         * src/image_viewer.c
1491         * src/gtk/pluginwindow.c
1492         * src/gtk/prefswindow.c
1493                 Change released signals to clicked (Fabien)
1494         * po/POTFILES.in
1495         * src/common/socket.c
1496         * src/plugins/spamassassin/spamassassin.c
1497                 Translate strings (Fabien)
1498
1499 2006-04-25 [paul]       2.1.1cvs33
1500
1501         * src/folder.c
1502         * src/folder.h
1503         * src/folderview.c
1504                 complete the fix of bug #912
1505                 Thanks to Colin
1506
1507 2006-04-25 [colin]      2.1.1cvs32
1508
1509         * src/news.c
1510                 Better progress bar
1511         * src/mimeview.c
1512         * src/summaryview.c
1513         * src/summaryview.h
1514                 Fix focus chain
1515                 Patches by Pawel Pekala
1516
1517 2006-04-24 [colin]      2.1.1cvs31
1518
1519         * src/compose.c
1520                 Fix compilation warnings (Fabien)
1521
1522 2006-04-24 [colin]      2.1.1cvs30
1523
1524         * src/addrindex.c
1525         * src/editldap.c
1526         * src/editldap_basedn.c
1527         * src/editldap_basedn.h
1528         * src/ldapctrl.c
1529         * src/ldapctrl.h
1530         * src/ldapquery.c
1531         * src/ldaputil.c
1532         * src/ldaputil.h
1533                 Fix bug #901 (LDAPS support)
1534
1535 2006-04-24 [colin]      2.1.1cvs29
1536
1537         * src/compose.c
1538                 Fix logic on error with send dialog on
1539         * src/imap.c
1540                 Fix compilation without libetpan, thanks
1541                 to Fabien
1542         * src/summaryview.c
1543                 Fix 'context-menu' key
1544
1545 2006-04-23 [colin]      2.1.1cvs28
1546
1547         * src/folder.c
1548                 Never free current's cache to free up 
1549                 memory. Fixes bug #912 (new count 
1550                 randomly set to message count)
1551
1552 2006-04-23 [colin]      2.1.1cvs27
1553
1554         * src/gtk/quicksearch.c
1555                 And remove printf...
1556
1557 2006-04-23 [colin]      2.1.1cvs26
1558
1559         * src/gtk/quicksearch.c
1560                 Fix replacing in quicksearch, and fix inserting
1561                 in the middle of the string. (introduced at 2.1.0cvs22)
1562
1563 2006-04-23 [colin]      2.1.1cvs25
1564
1565         * src/imap.c
1566                 Make sure uidnext is initialized in get_num_list
1567                 (not for stable, related to 2.1.1cvs8 and friends)
1568
1569 2006-04-23 [colin]      2.1.1cvs24
1570
1571         * src/imap.c
1572                 Output something when login is successful
1573                 too
1574
1575 2006-04-23 [colin]      2.1.1cvs23
1576
1577         * src/etpan/imap-thread.c
1578                 Better logging (line-per-line, hide data in fetch)
1579                 Fix a const warning
1580         * src/gtk/logwindow.c
1581         * src/gtk/logwindow.h
1582                 Better logging (color for input/output)
1583
1584 2006-04-21 [colin]      2.1.1cvs22
1585
1586         * src/gtk/quicksearch.c
1587                 On gtk+-2.8, use stock buttons in quicksearch
1588                 Based on a patch by Fabien and a design by Paul
1589
1590 2006-04-21 [colin]      2.1.1cvs21
1591
1592         * src/folderview.c
1593         * src/mainwindow.c
1594                 Fix occasional flicker in folderview
1595         * src/common/utils.c
1596                 Fix bug #943 (Incorrectly parsed email address 
1597                 list in short headers on message view and in 
1598                 printouts)
1599
1600 2006-04-20 [colin]      2.1.1cvs20
1601
1602         * src/imap.c
1603         * src/imap.h
1604         * src/prefs_account.c
1605                 Add ANONYMOUS auth for IMAP
1606
1607 2006-04-20 [paul]       2.1.1cvs19
1608
1609         * src/main.c
1610                 proper fix for 2.1.1cvs18
1611                 Thanks to Colin
1612
1613 2006-04-20 [paul]       2.1.1cvs18
1614
1615         * src/main.c
1616                 fix build warnings
1617
1618 2006-04-20 [paul]       2.1.1cvs17
1619
1620         * src/gtk/quicksearch.c
1621                 fix standard, non-extended Quick search,
1622                 was broken in 2.1.1cvs15.
1623                 Thanks to Colin.
1624
1625 2006-04-20 [colin]      2.1.1cvs16
1626
1627         * src/prefs_matcher.c
1628                 Fix values when reselecting a ~test
1629                 rule
1630
1631 2006-04-19 [colin]      2.1.1cvs15
1632
1633         * src/compose.c
1634         * src/compose.h
1635         * src/gtk/gtkaspell.c
1636         * src/gtk/gtkaspell.h
1637                 Put back Options menu in Spelling/
1638         * src/gtk/quicksearch.c
1639                 Don't search, and show error, if the
1640                 advanced search has a syntax error
1641
1642 2006-04-18 [colin]      2.1.1cvs14
1643
1644         * src/textview.c
1645                 Fix gdk warnings on set_cursor when textview
1646                 isn't visible
1647
1648 2006-04-18 [colin]      2.1.1cvs13
1649
1650         * src/gtk/gtksctree.c
1651                 Remove seemingly useless refresh that causes
1652                 flicker - watch this commit in case of 
1653                 problems before planned backport to stable
1654
1655 2006-04-18 [colin]      2.1.1cvs12
1656
1657         * src/imap.c
1658                 Factorize get/set_xml code
1659         * src/compose.c
1660         * src/prefs_account.c
1661         * src/prefs_account.h
1662         * src/procmsg.c
1663                 Add Encrypt to self option
1664
1665 2006-04-17 [colin]      2.1.1cvs11
1666
1667         * configure.ac
1668                 Fix search on encrpyt function on dragonfly
1669                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1670
1671 2006-04-17 [colin]      2.1.1cvs10
1672
1673         * src/prefs_account.c
1674                 Be safe by default: remove mails from POP3
1675                 after 7 days, not immediately
1676
1677 2006-04-17 [colin]      2.1.1cvs9
1678
1679         * src/etpan/imap-thread.c
1680                 Fix build on DragonFly - patch by 
1681                 Jonathan Buschmann <jonthn@agmact.com>
1682
1683 2006-04-17 [colin]      2.1.1cvs8
1684
1685         * src/imap.c
1686                 Save uidnext between sessions
1687
1688 2006-04-17 [colin]      2.1.1cvs7
1689
1690         * src/imap.c
1691                 scan is required when uid validity changes
1692
1693 2006-04-17 [colin]      2.1.1cvs6
1694
1695         * src/folderview.c
1696                 Don't scan if not necessary, apart in current
1697                 folder and INBOX to fetch flags.
1698         * src/imap.c
1699                 Scan is necessary if unread count changes
1700
1701 2006-04-17 [colin]      2.1.1cvs5
1702
1703         * src/imap.c
1704                 ...But always fetch ANSWERED and DELETED flags for
1705                 INBOX, as filtering can happen on these flags.
1706
1707 2006-04-17 [colin]      2.1.1cvs4
1708
1709         * src/imap.c
1710                 Don't fetch REPLIED and DELETED flags when synchronising
1711                 flags with a closed folder. We only need UNSEEN and FLAGGED
1712                 to update the folderview.
1713
1714 2006-04-17 [colin]      2.1.1cvs3
1715
1716         * src/imap.c
1717                 Faster flag search when there are new mails 
1718                 in a folder. We can do a full search if the 
1719                 folder contains less messages than the new
1720                 list.
1721
1722 2006-04-17 [colin]      2.1.1cvs2
1723
1724         * po/cs.po
1725         * po/de.po
1726         * po/fr.po
1727         * po/nl.po
1728         * po/pt_BR.po
1729                 Update translations from stable branch
1730
1731 2006-04-17 [colin]      2.1.1cvs1
1732
1733         * configure.ac
1734                 Bump version to follow stable release
1735
1736 2006-04-16 [mones]      2.1.0cvs50
1737
1738         * po/es.po
1739                 Updated for release
1740
1741 2006-04-16 [colin]      2.1.0cvs49
1742
1743         * src/textview.c
1744                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1745                 with gtk < 2.8. Thanks to Fabien Vantard.
1746
1747 2006-04-15 [colin]      2.1.0cvs48
1748
1749         * src/etpan/imap-thread.c
1750                 Fix bug #919 (libetpan: SEGV when connecting 
1751                 using command)
1752
1753 2006-04-14 [colin]      2.1.0cvs47
1754
1755         * src/main.c
1756                 Fix race on --select (should be done better)
1757
1758 2006-04-14 [wwp]        2.1.0cvs46
1759
1760         * src/send_message.c
1761                 enforce a check for domain in account prefs (a sending
1762                 error could be faced if domain was checked but no value set),
1763                 thanks to Colin.
1764
1765 2006-04-14 [colin]      2.1.0cvs45
1766
1767         * src/codeconv.c
1768                 when converting from unknown to unknown, if the
1769                 string is UTF8, don't convert it to the locale
1770                 (which breaks it)
1771
1772 2006-04-14 [colin]      2.1.0cvs44
1773
1774         * src/compose.c
1775                 Don't try to use ASCII for converting headers
1776                 (as done in body)
1777
1778 2006-04-14 [paul]       2.1.0cvs43
1779
1780         * src/crash.c
1781                 add locale/charset info to crash report
1782         * src/gtk/about.c
1783                 add wwp to doc team
1784                 replace 'e-mail' with preferred 'email'
1785         * src/gtk/authors.h
1786                 ensure contributors list is in alphabetical
1787                 order
1788
1789 2006-04-13 [colin]      2.1.0cvs42
1790
1791         * src/textview.c
1792                 Prevent gdk warnings
1793
1794 2006-04-13 [colin]      2.1.0cvs41
1795
1796         * src/common/ssl_certificate.c
1797         * src/common/ssl_certificate.h
1798         * src/gtk/sslcertwindow.c
1799                 Warn on expired certs, and display the expiration date
1800
1801 2006-04-13 [colin]      2.1.0cvs40
1802
1803         * src/plugins/spamassassin/spamassassin_gtk.c
1804                 Fix missing set_text on unix socket
1805
1806 2006-04-13 [wwp]        2.1.0cvs39
1807
1808         * manual/fr/advanced.xml
1809         * manual/fr/glossary.xml
1810                 applied new spam/ham/email lexicon (pourriel, courriel)
1811
1812 2006-04-13 [paul]       2.1.0cvs38
1813
1814         * src/plugins/pgpmime/plugin.c
1815                 remove the mention of S/MIME from the
1816                 description. This is now handled by the
1817                 S/MIME plugin.
1818
1819 2006-04-13 [paul]       2.1.0cvs37
1820
1821         * src/prefs_msg_colors.c
1822                 rework dialog
1823         * src/prefs_folder_item.c
1824         * src/prefs_spelling.c
1825                 add a tooltip to the colour selector buttons
1826
1827 2006-04-13 [wwp]        2.1.0cvs36
1828
1829         * manual/advanced.xml
1830         * manual/glossary.xml
1831         * manual/handling.xml
1832         * manual/keyboard.xml
1833         * manual/plugins.xml
1834         * manual/starting.xml
1835         * manual/fr/account.xml
1836         * manual/fr/ack.xml
1837         * manual/fr/addrbook.xml
1838         * manual/fr/advanced.xml
1839         * manual/fr/faq.xml
1840         * manual/fr/glossary.xml
1841         * manual/fr/gpl.xml
1842         * manual/fr/handling.xml
1843         * manual/fr/intro.xml
1844         * manual/fr/keyboard.xml
1845         * manual/fr/plugins.xml
1846         * manual/fr/starting.xml
1847         * manual/fr/sylpheed-claws-manual.xml
1848                 fixes to the manuals:
1849                  - summaryview -> Message List (same in French)
1850                  - translate key names
1851                  - fix French punctuation, use non-breakable spaces when
1852                    necessary, don't use &thinsp; which is not portable
1853                  - tell what maildir and mbox formats we support
1854
1855 2006-04-12 [wwp]        2.1.0cvs35
1856
1857         * src/prefs_toolbar.c
1858                 unified a replace button more,
1859                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1860
1861 2006-04-12 [wwp]        2.1.0cvs34
1862
1863         * src/prefs_common.c
1864         * src/prefs_msg_colors.c
1865                 make default color labels translatable,
1866                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1867                 thanks to Tim <timbrain@post.cz> for reporting.
1868
1869 2006-04-12 [wwp]        2.1.0cvs33
1870
1871         * manual/glossary.xml
1872         * manual/intro.xml
1873         * manual/plugins.xml
1874         * manual/starting.xml
1875         * manual/sylpheed-claws-manual.xml
1876         * manual/fr/.cvsignore
1877         * manual/fr/account.xml
1878         * manual/fr/ack.xml
1879         * manual/fr/addrbook.xml
1880         * manual/fr/advanced.xml
1881         * manual/fr/faq.xml
1882         * manual/fr/glossary.xml
1883         * manual/fr/handling.xml
1884         * manual/fr/intro.xml
1885         * manual/fr/keyboard.xml
1886         * manual/fr/plugins.xml
1887         * manual/fr/starting.xml
1888         * manual/fr/sylpheed-claws-manual.xml
1889                 various fixes: typos, missing .fr translations, punctuation,
1890                 capitalization, links, accents and some bad French more.
1891
1892 2006-04-12 [wwp]        2.1.0cvs32
1893
1894         * src/prefs_gtk.c
1895                 fix for bug #935: always store prefs files in UTF-8 (thanks
1896                 to Colin).
1897
1898 2006-04-11 [colin]      2.1.0cvs31
1899
1900         * src/compose.c
1901                 Fix inserting files not in utf8 when locale is utf8
1902
1903 2006-04-11 [colin]      2.1.0cvs30
1904
1905         * src/inc.c
1906                 Don't show error dialog when cancelling connection
1907                 Patch by Pawel
1908
1909 2006-04-11 [cleroy]     2.1.0cvs29
1910
1911         * src/compose.c
1912                 Implement multiple quote levels
1913         * src/prefs_common.c
1914                 Change a little bit the quote bgcolor for 2nd level
1915
1916 2006-04-11 [colin]      2.1.0cvs28
1917
1918         * src/gtk/about.c
1919                 Add locale and charset in the label
1920
1921 2006-04-10 [colin]      2.1.0cvs27
1922
1923         * src/compose.c
1924         * src/prefs_common.c
1925         * src/prefs_common.h
1926         * src/prefs_msg_colors.c
1927         * src/textview.c
1928                 Allow optional background color in quotes
1929                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1930                 GTK+-2.8.x feature
1931
1932 2006-04-10 [colin]      2.1.0cvs26
1933
1934         * src/main.c
1935         * src/mainwindow.c
1936         * src/mainwindow.h
1937                 Implement --select
1938
1939 2006-04-10 [colin]      2.1.0cvs25
1940
1941         * manual/plugins.xml
1942         * manual/fr/plugins.xml
1943                 Document libcurl's proxy variables
1944
1945 2006-04-09 [colin]      2.1.0cvs24
1946
1947         * src/prefs_common.c
1948                 gettext() returns statically allocated stuff. We have
1949                 to strdup it in order to be able to free it.
1950
1951 2006-04-09 [colin]      2.1.0cvs23
1952
1953         * AUTHORS
1954         * src/gtk/authors.h
1955                 Add Alexei
1956
1957 2006-04-09 [colin]      2.1.0cvs22
1958
1959         * src/mainwindow.c
1960         * src/gtk/quicksearch.c
1961                 Fix bug #859 (problems with cyrilic input in 
1962                 search panel) - Patch by Alexey Illarionov 
1963                 <littlesavage@rambler.ru>
1964
1965 2006-04-09 [colin]      2.1.0cvs21
1966
1967         * src/prefs_customheader.c
1968                 I prefer removing then freeing rather than the contrary
1969                 (even if it doesn't change anything ;-)
1970         * src/prefs_account.c
1971                 Fix bug #933 (Crash re-entering the custom headers list 
1972                 dialog in accounts prefs)
1973                 The problem happened when cancelling the Account 
1974                 Preferences' dialogs - in which case we didn't do 
1975                 anything to the PrefsAccount * struct. In case of applying,
1976                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1977                 working with in this dialog. The problem is that 
1978                 prefs_customheader.c, working on this tmp_ac_prefs, always
1979                 changes the ->customhdr_list pointer, even when cancelled. 
1980                 So in case of cancelling the prefs_account dialog, we still
1981                 have to update ->customhdr_list in the real account.
1982
1983 2006-04-08 [colin]      2.1.0cvs20
1984
1985         * manual/fr/glossary.xml
1986         * manual/fr/keyboard.xml
1987                 Forgot some headers :)
1988
1989 2006-04-08 [colin]      2.1.0cvs19
1990
1991         * manual/Makefile.am
1992         * manual/fr/Makefile.am
1993         * manual/fr/account.xml
1994         * manual/fr/ack.xml
1995         * manual/fr/addrbook.xml
1996         * manual/fr/advanced.xml
1997         * manual/fr/faq.xml
1998         * manual/fr/glossary.xml
1999         * manual/fr/gpl.xml
2000         * manual/fr/handling.xml
2001         * manual/fr/intro.xml
2002         * manual/fr/keyboard.xml
2003         * manual/fr/plugins.xml
2004         * manual/fr/starting.xml
2005         * manual/fr/sylpheed-claws-manual.xml
2006         * manual/fr/dist/.cvsignore
2007         * manual/fr/dist/Makefile.am
2008         * manual/fr/dist/html/.cvsignore
2009         * manual/fr/dist/html/Makefile.am
2010         * manual/fr/dist/pdf/.cvsignore
2011         * manual/fr/dist/pdf/Makefile.am
2012         * manual/fr/dist/ps/.cvsignore
2013         * manual/fr/dist/ps/Makefile.am
2014         * manual/fr/dist/txt/.cvsignore
2015         * manual/fr/dist/txt/Makefile.am
2016                 Add the french translation of the manual. Thanks to
2017                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2018                 account.xml, ack.xml, addrbook.xml and advanced.xml
2019
2020 2006-04-08 [colin]      2.1.0cvs18
2021
2022         * manual/plugins.xml
2023         * manual/starting.xml
2024                 More fixes
2025
2026 2006-04-07 [colin]      2.1.0cvs17
2027
2028         * manual/faq.xml
2029         * manual/intro.xml
2030         * manual/keyboard.xml
2031                 Little fixes
2032
2033 2006-04-07 [colin]      2.1.0cvs16
2034
2035         * README
2036         * src/compose.c
2037         * src/prefs_common.c
2038         * src/prefs_common.h
2039                 Add hidden compose_no_markup pref
2040
2041 2006-04-07 [wwp]        2.1.0cvs15
2042
2043         * src/summary_search.c
2044         * .cvsignore
2045                 Bugfix: stop button was sticky when searching in an empty folder.
2046                 Applied curly brackets code style to the whole file (summary_search.c).
2047                 More files to ignore.
2048
2049 2006-04-07 [wwp]        2.1.0cvs14
2050
2051         * src/message_search.c
2052         * src/summary_search.c
2053                 changed default button when search bumps at file/folder
2054                 beginning or end, for convenience (thanks to Colin).
2055
2056 2006-04-07 [paul]       2.1.0cvs13
2057
2058         * src/plugins/dillo_viewer/dillo_prefs.c
2059                 avoid future potential for namespace collision
2060                 Patch by Colin
2061
2062 2006-04-06 [wwp]        2.1.0cvs12
2063
2064         * src/summary_search.c
2065                 Unify extended/advanced searches names (and thus factorize labels),
2066                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2067
2068 2006-04-06 [wwp]        2.1.0cvs11
2069
2070         * src/folderview.c
2071         * src/prefs_themes.c
2072         * src/summaryview.c
2073                 Fixed some compilation warnings.
2074
2075 2006-04-06 [colin]      2.1.0cvs10
2076
2077         * manual/advanced.xml
2078                 Document the wizard template and how to deploy
2079                 Sylpheed-Claws effectively
2080
2081 2006-04-06 [colin]      2.1.0cvs9
2082
2083         * src/folderview.c
2084                 gettext patch to tell translators about _("#"),
2085                 by Maxim Britov
2086
2087 2006-04-06 [colin]      2.1.0cvs8
2088
2089         * src/textview.c
2090                 Fix invalid GtkTextBIter after clicking "Display as text"
2091
2092 2006-04-06 [mones]      2.1.0cvs7
2093
2094         * src/addr_compl.c
2095         * src/addrindex.c
2096         * src/addritem.c
2097         * src/codeconv.c
2098         * src/compose.c
2099         * src/filtering.c
2100         * src/folder.c
2101         * src/folder_item_prefs.c
2102         * src/folderview.c
2103         * src/localfolder.c
2104         * src/matcher.c
2105         * src/mimeview.c
2106         * src/prefs_msg_colors.c
2107         * src/prefs_spelling.c
2108         * src/prefs_themes.c
2109         * src/procmime.c
2110         * src/procmsg.c
2111         * src/stock_pixmap.c
2112         * src/summaryview.c
2113         * src/textview.c
2114         * src/toolbar.c
2115         * src/common/mgutils.c
2116         * src/common/prefs.c
2117         * src/common/ssl_certificate.c
2118         * src/gtk/colorlabel.c
2119         * src/gtk/quicksearch.c
2120         * src/plugins/pgpmime/pgpmime.c
2121         * src/plugins/spamassassin/spamassassin.c
2122                 Removed redundant NULL checks for g_free() calls.
2123                 Patch by Pawel Pekala.
2124
2125 2006-04-06 [mones]      2.1.0cvs6
2126
2127         * src/prefs_actions.c
2128         * src/prefs_filtering.c
2129         * src/prefs_filtering_action.c
2130         * src/prefs_matcher.c
2131         * src/prefs_template.c
2132         * src/gtk/gtkutils.c
2133         * src/gtk/gtkutils.h
2134                 Have a nice replace button. Patch by Pawel Pekala
2135
2136 2006-04-06 [colin]      2.1.0cvs5
2137
2138         * src/addressbook.c
2139                 Fix crash with empty columns
2140
2141 2006-04-05 [colin]      2.1.0cvs4
2142
2143         * src/wizard.c
2144         * src/prefs_gtk.c
2145                 Allow wizard customization with pre-filled values
2146
2147 2006-04-05 [colin]      2.1.0cvs3
2148
2149         * src/textview.c
2150         * src/mimeview.c
2151         * src/mimeview.h
2152                 Nicer messages in mimeview
2153
2154 2006-04-05 [colin]      2.1.0cvs2
2155
2156         * src/addressbook.c
2157         * src/prefs_summaries.c
2158                 i18n fix
2159
2160 2006-04-05 [colin]      2.1.0cvs1
2161
2162         * src/plugins/pgpcore/plugin.c
2163         * src/plugins/pgpcore/select-keys.c
2164         * src/plugins/pgpcore/select-keys.h
2165         * src/plugins/pgpcore/sgpgme.c
2166         * src/plugins/pgpcore/sgpgme.h
2167         * src/plugins/pgpinline/pgpinline.c
2168         * src/plugins/pgpinline/plugin.c
2169         * src/plugins/pgpmime/pgpmime.c
2170         * src/plugins/pgpmime/plugin.c
2171                 Factorize and generalize a bit 
2172                 Drop S/MIME signature verification from PGP/MIME
2173                 (adding it as another, more complete plugin)
2174
2175 2006-04-05 [paul]       2.1.0
2176
2177         2.1.0 released
2178
2179 2006-04-05 [paul]       2.0.0cvs186
2180
2181         * manual/advanced.xml
2182                 add info on colour labels
2183
2184 2006-04-05 [paul]       2.0.0cvs185
2185
2186         * po/bg.po
2187         * po/cs.po
2188         * po/de.po
2189         * po/el.po
2190         * po/en_GB.po
2191         * po/fi.po
2192         * po/fr.po
2193         * po/it.po
2194         * po/nl.po
2195         * po/pl.po
2196         * po/pt_BR.po
2197         * po/sr.po
2198         * po/zh_CN.po
2199                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2200                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2201                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2202                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2203         * src/gtk/authors.h
2204         * tools/claws.i18n.status.pl
2205                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2206                 and new Czech translator, Tim <timbrain@post.cz>
2207
2208 2006-04-05 [mones]      2.0.0cvs184
2209
2210         * po/es.po
2211                 Updated translation
2212
2213 2006-04-05 [colin]      2.0.0cvs183
2214
2215         * src/gtk/quicksearch.c
2216                 Fix bug #929 (unnecessary reload in quick search bar)
2217
2218 2006-04-05 [colin]      2.0.0cvs182
2219
2220         * src/compose.c
2221                 Fix crash on Reply with no From:
2222                 Show signature and conversion error on queuing 
2223                 (but not sending)
2224         * src/mainwindow.c
2225         * src/summaryview.c
2226         * src/summaryview.h
2227                 Factorize threading code and make sure msginfo 
2228                 is not null when it comes from a GtkCTreeRow's 
2229                 data
2230         * src/gtk/gtkaspell.c
2231                 Check for necessary things
2232         * src/gtk/gtksctree.c
2233         * src/gtk/gtksctree.h
2234                 Reset anchor if necessary when removing node
2235
2236 2006-03-29 [colin]      2.0.0cvs181
2237
2238         * src/folderview.c
2239                 Warn for disabled IMAP accounts (due to lack of
2240                 libetpan). Breaks string-freeze - sorry - but it
2241                 is kind of important ;)
2242
2243 2006-03-28 [colin]      2.0.0cvs180
2244
2245         * src/gtk/gtkutils.c
2246         * src/gtk/gtkutils.h
2247                 Add a gtkut_get_link_btn() function that
2248                 creates a button which acts like an URI
2249         * src/prefs_themes.c
2250         * src/gtk/about.c
2251                 Use this function (factorizes codes)
2252         * src/common/defs.h
2253         * src/gtk/pluginwindow.c
2254                 Add a "Get more..." in the plugins window
2255
2256 2006-03-28 [colin]      2.0.0cvs179
2257
2258         * src/common/smtp.c
2259         * src/common/passcrypt.c
2260         * src/undo.c
2261                 Warning fixes. Patch by Pawel Pekala
2262
2263 2006-03-27 [colin]      2.0.0cvs178
2264
2265         * src/undo.c
2266                 Fix undoing by blocks with spaces
2267
2268 2006-03-27 [colin]      2.0.0cvs177
2269
2270         * src/textview.c
2271                 Set margin to 3px for headers
2272
2273 2006-03-27 [paul]
2274
2275         2.1.0-rc2 released
2276
2277 2006-03-27 [wwp]        2.0.0cvs176
2278
2279         * src/summaryview.c
2280                 don't reset quicksearch when updating the message list.
2281                 Thanks to Colin.
2282
2283 2006-03-26 [wwp]        2.0.0cvs175
2284
2285         * src/compose.c
2286                 use a unified border width ('other' tab in the compose window,
2287                 patch by Pawel Pekala).
2288
2289
2290 2006-03-26 [wwp]        2.0.0cvs174
2291
2292         * src/common/quoted-printable.c
2293         * src/addressbook.c
2294                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2295
2296 2006-03-26 [colin]      2.0.0cvs173
2297
2298         * src/quote_fmt_parse.y
2299                 Fix non-UTF8 date formats messing up the whole quote a 
2300                 little bit
2301
2302 2006-03-26 [colin]      2.0.0cvs172
2303
2304         * src/procheader.c
2305                 Make sure the date is UTF8 valid, or try to make it
2306                 so. IncrediMail is really IncrediStupid.
2307         * src/compose.c
2308                 Fix possible conversions. 
2309                 
2310
2311 2006-03-26 [colin]      2.0.0cvs171
2312
2313         * src/matcher.c
2314                 Fix corner cases in body search. This is still a
2315                 hack... It seems impossible to make it good and 
2316                 reasonably fast at the same time.
2317
2318 2006-03-26 [colin]      2.0.0cvs170
2319
2320         * src/summaryview.c
2321                 I think I killed the twilight zone bug!
2322                 summary_select_node() flushes GTK events in order
2323                 to be able to center the view. But this also 
2324                 flushes keypresses like Ctrl-Alt-U, so this can
2325                 call summary_show from summary_select_node (itself
2326                 called from summary_show, etc.). And the summaryview
2327                 has to be unlocked in this function. So just locking
2328                 while processing GTK events, and bailing if locked, 
2329                 should fix it.
2330                 Fixes bug #927 (SIGSEGV during Update Summary)
2331
2332 2006-03-25 [colin]      2.0.0cvs169
2333
2334         * src/matcher.c
2335                 Fix search in QP-encoded bodies
2336                 Fix utf-8 searches in bodies encoded in the
2337                 locale's encoding
2338         * src/common/quoted-printable.c
2339         * src/common/quoted-printable.h
2340                 Add a decode function that doesn't overwrite
2341                 the original pointer
2342                 
2343
2344 2006-03-24 [colin]      2.0.0cvs168
2345
2346         * src/action.c
2347         * src/summaryview.c
2348         * src/summaryview.h
2349                 Update message cache after action
2350                 Patch by H. Merijn Brand
2351         * src/prefs_msg_colors.c
2352                 Factorize label 
2353                 Patch by Fabien Vantard
2354         * src/plugins/spamassassin/spamassassin_gtk.c
2355                 Remove useless translation
2356                 Patch by Fabien Vantard
2357
2358 2006-03-23 [colin]      2.0.0cvs167
2359
2360         * src/common/ssl.c
2361                 Let 30 seconds to SSL_connect
2362
2363 2006-03-23 [wwp]        2.0.0cvs166
2364
2365         * src/summaryview.c
2366         * src/gtk/description_window.c
2367                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2368                 and headers are translated; adjust description windows' width to fit their
2369                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2370
2371 2006-03-23 [paul]       2.0.0cvs165
2372
2373         * src/common/utils.c
2374                 fix highlighting of URIs containing "()"
2375                 (2.0.0cvs164's reversal fixed)
2376                 Thanks to Colin.
2377
2378 2006-03-23 [paul]       2.0.0cvs164
2379
2380         * src/common/utils.c
2381                 revert patch, (postponing a fix), at 2.0.0cvs120
2382                 as it breaks more URIs than it fixes.
2383                 Allow '-' to be a terminating character in a URI
2384
2385 2006-03-22 [colin]      2.0.0cvs163
2386
2387         * configure.ac
2388                 Require libetpan 0.45
2389                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2390
2391 2006-03-22 [paul]       2.0.0cvs162
2392
2393         * src/editgroup.c
2394                 replace '<-' and '->' buttons with GTK_STOCK graphical
2395                 buttons
2396         * src/summary_search.c
2397                 don't offer '...' for translation
2398                 add a tooltip to advanced search '...' button
2399         * src/gtk/quicksearch.c
2400                 don't offer '...' for translation
2401
2402 2006-03-21 [colin]      2.0.0cvs161
2403
2404         * src/compose.c
2405                 Fix middle-click pasting (insert at click
2406                 position instead of cursor position, don't
2407                 remove existing selection and allow pasting
2408                 our own selection)
2409         * src/addressbook.c
2410                 "LDAP Server" -> "LDAP servers"
2411
2412 2006-03-21 [wwp]        2.0.0cvs160
2413
2414         * src/etpan/imap-thread.c
2415                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2416
2417 2006-03-20 [colin]      2.0.0cvs159
2418
2419         * src/summaryview.c
2420                 Don't reload summaryview after an execute with no
2421                 move action
2422
2423 2006-03-19 [colin]      2.0.0cvs158
2424
2425         * src/addressbook.c
2426                 and put groups at the top, always
2427
2428 2006-03-19 [colin]      2.0.0cvs157
2429
2430         * src/addressbook.c
2431                 Order groups before names, as previously
2432
2433 2006-03-19 [colin]      2.0.0cvs156
2434
2435         * src/addressbook.c
2436                 - Sort case-unsensitive
2437                 - Put the sort arrow at opening too
2438
2439 2006-03-19 [wwp]        2.0.0cvs155
2440
2441         * src/addressbook.c
2442                 allow sorting by name/email/remarks, ensure that right-pane's contents
2443                 matches the left-pane selection (cleared when appropriate).
2444                 Patch by Pawel Pekala <c0rn@o2.pl>.
2445
2446 2006-03-18 [colin]      2.0.0cvs154
2447
2448         * src/textview.c
2449                 Fix text cursor ;)
2450
2451 2006-03-18 [colin]      2.0.0cvs153
2452
2453         * src/gtk/filesel.c
2454                 Make sure we hide the preview if we didn't get
2455                 a filename
2456
2457 2006-03-18 [colin]      2.0.0cvs152
2458
2459         * src/summaryview.c
2460                 Set cursor to watch for execution (fixes lack
2461                 of watch-cursor when dnd'ing hundreds of mails)
2462         * src/gtk/filesel.c
2463                 Check that mime type is 'image/*' before updating
2464                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2465
2466 2006-03-18 [colin]      2.0.0cvs151
2467
2468         * src/mainwindow.c
2469         * src/textview.c
2470         * src/textview.h
2471                 Put a watch cursor in textview too when the mainwindow's
2472                 cursor in a watch
2473
2474 2006-03-18 [colin]      2.0.0cvs150
2475
2476         * src/folder.c
2477                 Change wrong asserts to simple tests
2478
2479 2006-03-17 [colin]      2.0.0cvs149
2480
2481         * src/mainwindow.c
2482         * src/mainwindow.h
2483         * src/prefs_msg_colors.c
2484         * src/summaryview.c
2485         * src/summaryview.h
2486         * src/gtk/colorlabel.c
2487         * src/gtk/colorlabel.h
2488                 Add a color label menu in the main menubar
2489                 Add (fixed) accels Ctrl-{0-7} to change the color
2490                 They have to be fixed because the menu's dynamic,
2491                 the items are complex widgets, hence we can't use
2492                 a GtkItemFactory.
2493
2494
2495 2006-03-17 [wwp]        2.0.0cvs148
2496
2497         * src/compose.c
2498                 rollback few lines from my previous commit (those lines come from
2499                 a pending patch, accidentally commited, even if neutral as they are
2500                 commented out).
2501
2502 2006-03-17 [wwp]        2.0.0cvs147
2503
2504         * src/compose.c
2505                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2506                 applied code style/indentation to the modified function.
2507
2508 2006-03-17 [wwp]        2.0.0cvs146
2509
2510         * src/procmsg.c
2511         * src/compose.c
2512                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2513
2514 2006-03-17 [paul]
2515
2516         2.1.0-rc1 released
2517
2518 2006-03-17 [paul]       2.0.0cvs145
2519
2520         * src/main.c
2521                 addressbook_read_file() was called twice
2522         * src/textview.c
2523                 X-Mailer highlighting
2524
2525 2006-03-16 [colin]      2.0.0cvs144
2526
2527         * src/sourcewindow.c
2528         * src/sourcewindow.h
2529                 And the last one, in source window.
2530
2531 2006-03-16 [colin]      2.0.0cvs143
2532
2533         * src/compose.c
2534         * src/compose.h
2535                 Fix the same stuff in compose
2536
2537 2006-03-16 [colin]      2.0.0cvs142
2538
2539         * src/messageview.c
2540                 Complete the previous messageview crash fix
2541
2542 2006-03-16 [colin]      2.0.0cvs141
2543
2544         * src/procmsg.h
2545         * src/procmsg.c
2546         * src/folder.c
2547                 Fix POSTPROCESSING hook
2548                 Patch by H. Merijn Brand
2549
2550         * src/procmime.c
2551         * src/procmime.h
2552                 Parse Content-Location
2553
2554         * src/toolbar.c
2555         * src/messageview.c
2556         * src/messageview.h
2557                 Don't crash when a top-level MessageView has
2558                 been closed on us. Same problematic than
2559                 yesterday's quicksearch issue.
2560
2561 2006-03-15 [colin]      2.0.0cvs140
2562
2563         * src/gtk/quicksearch.c
2564                 Fix a bitchy race we didn't think about when we
2565                 added quicksearch cancellation:
2566                 If the search is not on cached fields, for example
2567                 body_part matchcase "stuff"
2568                 the matcher code has to get the whole message. If
2569                 we're on IMAP, that can be slow, and in order to
2570                 be non-blocking, the IMAP code idle loop processes
2571                 gtk events too. So it is possible to cancel a
2572                 quicksearch while the matcher is getting the mail's
2573                 body. After matcher got its body, it will start to
2574                 iterate over the matcher list that the Quicksearch's
2575                 clear_search_cb() just freed via prepare_matcher().
2576                 SIGSEGV ensues.
2577                 The fix consists of guarding the matcherlist_match()
2578                 call with a boolean 'matching'. If we reset the
2579                 quicksearch while matching is TRUE, we don't free
2580                 the matcherlist anymore like we did, but we set
2581                 another new flag, deferred_free, to TRUE. Then,
2582                 in quicksearch_match(), just after returning from
2583                 matcherlist_match() and unsetting the matching flag,
2584                 we check the deferred_free flag and do the
2585                 prepare_matcher() (which does the matcherlist_free)
2586                 for real, so we free the matcherlist once it's not
2587                 used anymore.
2588                 As all of this runs via the glib main loop, we
2589                 luckily don't need a mutex.
2590         * src/summaryview.c
2591                 Also, show progress while searching.
2592
2593
2594 2006-03-14 [colin]      2.0.0cvs139
2595
2596         * src/alertpanel.c
2597                 Make alertpanel_is_open non-static
2598
2599 2006-03-14 [colin]      2.0.0cvs138
2600
2601         * src/prefs_spelling.c
2602                 Cleanups - Fabien Vantard
2603
2604 2006-03-14 [wwp]        2.0.0cvs137
2605
2606         * src/main.c
2607                 code style normalization (curly braces, indentation).
2608
2609 2006-03-14 [wwp]        2.0.0cvs137
2610
2611         * src/main.c
2612                 code style (braces, indentation)
2613
2614 2006-03-12 [paul]       2.0.0cvs136
2615
2616         * src/prefs_common.c
2617                 trans_hdr defaults to FALSE to be RFC-savvy
2618         * src/prefs_summaries.c
2619                 add a tooltip to the trans_hdr option
2620                 
2621
2622 2006-03-12 [paul]       2.0.0cvs135
2623
2624         * src/prefs_matcher.c
2625                 give a little more width to the combos
2626         * src/prefs_display_header.c
2627         * src/textview.c
2628                 translate headers if prefs_common.trans_hdr
2629                 is TRUE
2630
2631         Patches by Pawel Pekala
2632
2633 2006-03-12 [paul]       2.0.0cvs134
2634
2635         * src/plugins/clamav/clamav_plugin.c
2636         * src/plugins/dillo_viewer/dillo_viewer.c
2637         * src/plugins/pgpcore/plugin.c
2638         * src/plugins/pgpinline/plugin.c
2639         * src/plugins/pgpmime/plugin.c
2640         * src/plugins/spamassassin/spamassassin.c
2641                 update/add to descriptions
2642         * src/plugins/spamassassin/spamassassin_gtk.c
2643                 fixes to the english, remove superfluous
2644                 tooltips, clean up a little
2645
2646 2006-03-12 [paul]       2.0.0cvs133
2647
2648         * src/compose.c
2649                 fix Bug 924, 'Account combo box shows up wrong 
2650                 if & is in account name'
2651
2652 2006-03-11 [colin]      2.0.0cvs132
2653
2654         * src/summaryview.c
2655                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2656                 messed up shift-selection because is slows down
2657                 moving around summaryview. thanks -users
2658
2659 2006-03-10 [colin]      2.0.0cvs131
2660
2661         * src/plugins/spamassassin/spamassassin_gtk.c
2662                 Put back Paul's engrish fixes
2663
2664 2006-03-10 [colin]      2.0.0cvs130
2665
2666         * src/plugins/spamassassin/spamassassin.c
2667         * src/plugins/spamassassin/spamassassin.h
2668         * src/plugins/spamassassin/spamassassin_gtk.c
2669                 Cleanup SA prefs page (more)
2670                 Patch by Fabien Vantard
2671
2672 2006-03-10 [paul]       2.0.0cvs129
2673
2674         * src/prefs_msg_colors.c
2675         * src/prefs_spelling.c
2676                 widget sensitivity
2677
2678 2006-03-09 [mones]      2.0.0cvs128
2679
2680         * po/es.po
2681                 Update for next RC
2682
2683 2006-03-09 [wwp]        2.0.0cvs127
2684
2685         * configure.ac
2686                 revert accidental commit (requirement for libetpan 0.43), this time
2687                 not in HEAD.
2688
2689 2006-03-09 [wwp]        2.0.0cvs125
2690
2691         * configure.ac
2692                 revert accidental commit (requirement for libetpan 0.43)
2693
2694 2006-03-09 [paul]       2.0.0cvs126
2695
2696         * src/prefs_receive.c
2697                 remove useless frame
2698                 replace 'incorporation' with 'receiving'
2699         * src/plugins/clamav/clamav_plugin_gtk.c
2700         * src/plugins/spamassassin/spamassassin_gtk.c
2701                 improve widget sensitivity
2702                 fix a bit his engrish
2703
2704 2006-03-09 [wwp]        2.0.0cvs125
2705
2706         * src/addressadd.c
2707         * src/foldersel.c
2708         * src/prefs_common.c
2709         * src/prefs_common.h
2710                 remember some more windows' sizes (add to addressbook and
2711                 select folder).
2712
2713 2006-03-09 [paul]       2.0.0cvs124
2714
2715         * src/plugins/pgpcore/prefs_gpg.c
2716                 normalise construction of dialogue
2717
2718 2006-03-09 [paul]       2.0.0cvs123
2719
2720         * src/plugins/trayicon/Makefile.am
2721                 add missing slash
2722
2723 2006-03-08 [colin]      2.0.0cvs122
2724
2725         * src/plugins/trayicon/Makefile.am
2726                 Fix build in separate dir 
2727                 Patch by Bamanzi <bamanzi@gmail.com>
2728
2729 2006-03-08 [colin]      2.0.0cvs121
2730
2731         * src/procmsg.c
2732                 Batch move and copies from summaryview with delayed execution
2733                 too
2734
2735 2006-03-07 [paul]       2.0.0cvs120
2736
2737         * src/common/utils.c
2738                 fix highlighting of URIs containing "()"
2739                 Patch by Pawel Pekala
2740
2741 2006-03-07 [paul]       2.0.0cvs119
2742
2743         * src/folder.c
2744         * src/folder.h
2745         * src/folderview.c
2746                 immediately do alphabetical resort when
2747                 changing a folder's name
2748                 Patch by Pawel Pekala
2749
2750 2006-03-07 [paul]       2.0.0cvs118
2751
2752         * src/news.c
2753         * src/news_gtk.c
2754                 when unsubscribing a newsgroup, remove the
2755                 folder and msgs in .sylpheed-claws/newscache
2756                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2757
2758 2006-03-07 [paul]       2.0.0cvs117
2759
2760         * src/textview.c
2761                 fix wrong Fake URL Warning
2762                 Thanks to Hiro
2763
2764 2006-03-07 [colin]      2.0.0cvs116
2765
2766         * src/imap.c
2767                 Return immediately when password dialog was
2768                 cancelled
2769         * src/gtk/inputdialog.c
2770                 Allow empty strings for passwords
2771
2772
2773 2006-03-06 [colin]      2.0.0cvs115
2774
2775         * src/imap.c
2776                 Prevent double-timeouts when connection fails
2777
2778 2006-03-06 [colin]
2779
2780         2.0.1-rc1 released
2781
2782 2006-03-06 [colin]      2.0.0cvs114
2783
2784         * src/imap.c
2785                 Refresh session during potentially long
2786                 operations
2787
2788 2006-03-06 [wwp]        2.0.0cvs113
2789
2790         * src/prefs_msg_colors.h
2791                 forgot that one (custom color labels).
2792
2793 2006-03-06 [wwp]        2.0.0cvs112
2794
2795         * src/prefs_common.c
2796         * src/prefs_common.h
2797         * src/prefs_msg_colors.c
2798         * src/summaryview.c
2799         * src/summaryview.h
2800         * src/gtk/colorlabel.c
2801         * src/gtk/colorlabel.h
2802                 colors in messages list are now customizable. Color values and names can
2803                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2804                 Thanks to Paul and Colin for their help with this longstanding patch!
2805
2806 2006-03-06 [wwp]        2.0.0cvs111
2807
2808         * src/textview.c
2809                 don't crash if (x)face is bad.
2810
2811 2006-03-05 [paul]       2.0.0cvs110
2812
2813         * AUTHORS
2814         * configure.ac
2815         * src/Makefile.am
2816         * src/common/Makefile.am
2817         * src/common/utils.h
2818         * src/etpan/imap-thread.c
2819         * src/gtk/authors.h
2820         * src/plugins/clamav/Makefile.am
2821         * src/plugins/demo/Makefile.am
2822         * src/plugins/dillo_viewer/Makefile.am
2823         * src/plugins/pgpcore/Makefile.am
2824         * src/plugins/pgpcore/passphrase.c
2825         * src/plugins/pgpinline/Makefile.am
2826         * src/plugins/pgpmime/Makefile.am
2827         * src/plugins/spamassassin/Makefile.am
2828         * src/plugins/trayicon/Makefile.am
2829                 fix builiding on cygwin
2830                 Patch by Ralgh Young <bamanzi@gmail.com>
2831
2832 2006-03-04 [wwp]        2.0.0cvs109
2833
2834         * manual/keyboard.xml
2835                 fix mixed up/down keys.
2836
2837 2006-03-04 [wwp]        2.0.0cvs108
2838
2839         * README
2840         * INSTALL
2841                 updated links to SpamAssassin.
2842
2843 2006-03-04 [wwp]        2.0.0cvs107
2844
2845         * manual/plugins.xml
2846         * src/plugins/spamassassin/README
2847                 updated SpamAssassin plugin docs to reflect new functional additions
2848                 (also fix/update/documents few technical stuff more, see the README).
2849
2850 2006-03-04 [wwp]        2.0.0cvs106
2851
2852         * src/prefs_message.c
2853                 normalized capitalization of message-prefs paths.
2854
2855 2006-03-04 [wwp]        2.0.0cvs105
2856
2857         * manual/advanced.xml
2858                 typo.
2859
2860 2006-03-03 [colin]      2.0.0cvs104
2861
2862         * src/plugins/clamav/clamav_plugin_gtk.c
2863                 Rework prefs page, patch by Fabien 
2864
2865 2006-03-03 [colin]      2.0.0cvs103
2866
2867         * src/plugins/clamav/clamav_plugin.c
2868                 Set error on all errors
2869
2870 2006-03-03 [colin]      2.0.0cvs102
2871
2872         * src/common/plugin.c
2873                 Initialize error to avoid crashing when a plugin fails
2874                 without setting error
2875
2876 2006-03-02 [wwp]        2.0.0cvs101
2877
2878         * configure.ac
2879                 fixed linker flags for libetpan support on Cygwin
2880                 (thanks to H.Merijn Brand).
2881
2882 2006-03-02 [wwp]        2.0.0cvs100
2883
2884         * src/addressbook.c
2885                 fix some AB error messages: one for punctuation and
2886                 one wrongly duplicate (thanks, maxbritov).
2887
2888 2006-03-02 [wwp]        2.0.0cvs99
2889
2890         * src/plugins/spamassassin/spamassassin.c
2891                 make sync calls to sa-learn/spamc to prevent
2892                 system (whatever local or client/server) overload.
2893
2894 2006-03-02 [colin]      2.0.0cvs98
2895
2896         * src/summaryview.c
2897                 Put the spam icon in the status column instead of the
2898                 mark one
2899
2900 2006-03-01 [colin]      2.0.0cvs97
2901
2902         * src/plugins/spamassassin/spamassassin.c
2903                 Fix segfault (g_file_set_contents fails for some 
2904                 reason and err==0x2f. Can't find out why with
2905                 valgrind, using working function :-)
2906
2907 2006-03-01 [colin]      2.0.0cvs96
2908
2909         * src/inc.c
2910                 Offline overriding: let 'No' be cached only 3 seconds
2911
2912 2006-03-01 [colin]      2.0.0cvs95
2913
2914         * src/addr_compl.c
2915         * src/addrbook.c
2916         * src/addressbook.c
2917         * src/addrindex.c
2918         * src/folder_item_prefs.c
2919         * src/headerview.c
2920         * src/imap.c
2921         * src/inc.c
2922         * src/ldif.c
2923         * src/mainwindow.c
2924         * src/mh.c
2925         * src/msgcache.c
2926         * src/prefs_common.h
2927         * src/prefs_msg_colors.c
2928         * src/procheader.c
2929         * src/procheader.h
2930         * src/procmime.c
2931         * src/procmsg.c
2932         * src/procmsg.h
2933         * src/send_message.h
2934         * src/simple-gettext.c
2935         * src/summaryview.c
2936         * src/summaryview.h
2937         * src/syldap.c
2938         * src/textview.c
2939         * src/undo.c
2940         * src/common/ssl_certificate.c
2941         * src/common/utils.c
2942         * src/gtk/colorsel.c
2943         * src/gtk/gtksctree.c
2944         * src/gtk/gtkshruler.c
2945         * src/plugins/trayicon/trayicon.c
2946                 #if 0 goes to /dev/null
2947
2948 2006-03-01 [colin]      2.0.0cvs94
2949
2950         * src/compose.c
2951         * src/imap.c
2952         * src/inc.c
2953         * src/inc.h
2954         * src/messageview.c
2955         * src/news.c
2956         * src/plugins/spamassassin/spamassassin.c
2957                 Allow to add information in the "working offline"
2958                 window
2959
2960 2006-03-01 [wwp]        2.0.0cvs93
2961
2962         * src/plugins/spamassassin/spamassassin.c
2963                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2964                 'cause it seems that calling `spamc ... < inputfile` with
2965                 g_spawn_(a)sync simply.. erm doesn't work :-).
2966
2967 2006-03-01 [wwp]        2.0.0cvs92
2968
2969         * src/toolbar.c
2970         * src/toolbar.h
2971                 simplify the adding of spam/ham button to the messageview toolbar
2972                 (it gets more clear now that the same button will be "Mark as spam"
2973                 or "Mark as ham" according to the current message status,
2974                 thanks to Colin).
2975
2976 2006-03-01 [wwp]        2.0.0cvs91
2977
2978         * src/messageview.c
2979         * src/procmsg.c
2980         * src/procmsg.h
2981         * src/summaryview.c
2982         * src/plugins/spamassassin/spamassassin.c
2983         * src/plugins/spamassassin/spamassassin.h
2984                 make learner callbacks return a status (0 for ok),
2985                 handle it in main code to avoid setting flags when learning failed,
2986                 don't learn on TCP if offline in spamassassin,
2987                 thanks to Colin.
2988
2989                 
2990
2991 2006-03-01 [wwp]        2.0.0cvs90
2992
2993         * src/compose.c
2994                 some work around the compose window's account menu,
2995                 patch by Fabien Vantard.
2996
2997 2006-03-01 [wwp]        2.0.0cvs89
2998
2999         * src/plugins/spamassassin/spamassassin.c
3000                 fixed bad logics, was using spamc in local mode and sa-learn
3001                 in remote mode (thanks, Colin).
3002
3003 2006-03-01 [wwp]        2.0.0cvs88
3004
3005         * src/plugins/spamassassin/spamassassin.c
3006         * src/plugins/spamassassin/spamassassin.h
3007         * src/plugins/spamassassin/spamassassin_gtk.c
3008                 made processing of emails w/ sa-plugin an option (default is TRUE),
3009                 fixed Engrish some tooltips, capitalization of some debug messages
3010                 and warnings. The spamassassin plugin now provides two separate
3011                 services: process emails upon incorporation and spamd training.
3012                 Both services (un)register independently but use some common
3013                 plugin settings (transport settings, spam storage location).
3014
3015 2006-02-28 [wwp]        2.0.0cvs87
3016
3017         * src/plugins/spamassassin/spamassassin.c
3018                 fix async flag to spamc cmdline execution (batch exec should
3019                 be asynchronous).
3020
3021 2006-02-27 [wwp]        2.0.0cvs86
3022
3023         * src/plugins/spamassassin/spamassassin.c
3024         * src/plugins/spamassassin/spamassassin.h
3025         * src/plugins/spamassassin/spamassassin_gtk.c
3026                 - added the ability to learn a remote spamassassin server (spamd),
3027                 using spamc.
3028                 - added the spamassassin option 'username', that applies to all
3029                 spamassassin operations (filtering, learning, local or remote).
3030                 The default username is the current unix user (if left blank
3031                 from gtk prefs or config file).
3032                 - commented out some unused code (notebook widget), removed unused
3033                 layout (hbox1).
3034                 - make more widgets sensitive to the transport type.
3035
3036 2006-02-27 [colin]      2.0.0cvs85
3037
3038         * src/plugins/spamassassin/spamassassin.c
3039                 Fix sa-learn call when offline
3040
3041 2006-02-27 [colin]      2.0.0cvs84
3042
3043         * configure.ac
3044         * src/Makefile.am
3045         * src/mainwindow.c
3046         * src/mainwindow.h
3047         * src/messageview.c
3048         * src/messageview.h
3049         * src/prefs_toolbar.c
3050         * src/procmsg.c
3051         * src/stock_pixmap.c
3052         * src/stock_pixmap.h
3053         * src/summaryview.c
3054         * src/toolbar.c
3055         * src/toolbar.h
3056         * src/pixmaps/ham_btn.xpm
3057         * src/pixmaps/spam.xpm
3058         * src/pixmaps/spam_btn.xpm
3059         * src/plugins/spamassassin/spamassassin.c
3060                 Add button in toolbar for spam learning
3061                 Fix a few bugs from the last related commit
3062                 Revert 1.9.6cvs23 which messed up shift-selection
3063
3064 2006-02-24 [colin]      2.0.0cvs83
3065
3066         * src/procmsg.c
3067         * src/summaryview.c
3068         * src/summaryview.h
3069         * src/plugins/spamassassin/spamassassin.c
3070         * src/plugins/spamassassin/spamassassin.h
3071         * src/plugins/spamassassin/spamassassin_gtk.c
3072                 Unregister learner when spamassassin is either
3073                 disabled or over tcp
3074
3075 2006-02-24 [colin]      2.0.0cvs82
3076
3077         * src/Makefile.am
3078         * src/mainwindow.c
3079         * src/mainwindow.h
3080         * src/procmsg.c
3081         * src/procmsg.h
3082         * src/stock_pixmap.c
3083         * src/stock_pixmap.h
3084         * src/summaryview.c
3085         * src/summaryview.h
3086         * src/gtk/icon_legend.c
3087         * src/pixmaps/spam.xpm  ** NEW FILE **
3088         * src/plugins/spamassassin/spamassassin.c
3089         * src/plugins/spamassassin/spamassassin_gtk.c
3090                 Add spam learning interface (Mark/Mark as 
3091                 (spam|ham) menus)
3092
3093 2006-02-24 [wwp]        2.0.0cvs81
3094
3095         * src/compose.c
3096         * src/compose.h
3097         * src/filtering.c
3098                 hide compose window when sending message in batch mode
3099                 (filtering: forward and redirect). Also fixed a wrong
3100                 value returned when sending failed, neutral anyway.
3101                 (Colin, me) 
3102
3103 2006-02-24 [wwp]        2.0.0cvs80
3104
3105         * src/mainwindow.c
3106                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3107
3108 2006-02-24 [paul]       2.0.0cvs79
3109
3110         * src/news.c
3111         * src/news.h
3112         * src/news_gtk.c
3113                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3114                 Thanks to Colin
3115
3116 2006-02-23 [colin]      2.0.0cvs78
3117
3118         * src/alertpanel.c
3119                 Change OK to Close in alertpanel with View log
3120                 button; add accel to View log. Patch by Fabien
3121                 Vantard
3122
3123 2006-02-23 [wwp]        2.0.0cvs77
3124
3125         * src/compose.c
3126                 silly me, there were much more tests to perform, since toolbars can
3127                 really have down to 1 element only.
3128
3129 2006-02-23 [wwp]        2.0.0cvs76
3130
3131         * commitHelper
3132                 fixed indentation from my previous commit. Fallback to VISUAL if
3133                 EDITOR is not set (and to vi, at last resort).
3134
3135 2006-02-23 [wwp]        2.0.0cvs75
3136
3137         * commitHelper
3138                 improved error detection (Colin, me).
3139
3140 2006-02-23 [wwp]        2.0.0cvs74
3141
3142         * src/prefs_toolbar.c
3143                 simplify and fix prefs/toolbars layouting. Combos' contents can
3144                 now be really displayed.
3145
3146 2006-02-23 [wwp]        2.0.0cvs73
3147         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3148         be really displayed.
3149
3150 2006-02-22 [wwp]        2.0.0cvs72
3151
3152         * src/compose.c
3153                 fix a typo in my previous commit (sorry!).
3154
3155 2006-02-22 [wwp]        2.0.0cvs71
3156
3157         * src/prefs_toolbar.c
3158                 fix a crash when adding separators to toolbars,
3159                 also fix some separator item information.
3160
3161 2006-02-22 [wwp]        2.0.0cvs70
3162
3163         * src/compose.c
3164                 fix a crash when redirecting (for instance) when compose window's
3165                 toolbar contents has been customized (when some buttons have been
3166                 removed in fact).
3167
3168 2006-02-21 [wwp]        2.0.0cvs69
3169
3170         * src/summaryview.c
3171         * src/gtk/pluginwindow.c
3172         * src/plugins/pgpcore/prefs_gpg.c
3173                 fix some compilation warnings (feat. remains of removed code).
3174
3175 2006-02-21 [wwp]        2.0.0cvs68
3176
3177         * src/gtk/gtkutils.c
3178                 fix two compilation issues, thanks to Stephan Sachse.
3179
3180 2006-02-20 [colin]      2.0.0cvs67
3181
3182         * src/mainwindow.c
3183                 Don't reselect displayed mail on refocus
3184                 This fixes actions misbehaving 
3185
3186 2006-02-20 [wwp]        2.0.0cvs66
3187
3188         * src/summaryview.c
3189         * src/gtk/gtksctree.c
3190         * src/gtk/gtkshruler.c
3191                 changed more runtime typecast checks.
3192
3193 2006-02-20 [wwp]        2.0.0cvs65
3194
3195         * src/summary_search.c
3196                 find all - summaryview refresh issue fixed, thanks to Colin.
3197
3198 2006-02-20 [wwp]        2.0.0cvs64
3199
3200         * src/gtk/gtkutils.c
3201                 better runtime typecast checks.
3202
3203 2006-02-20 [wwp]        2.0.0cvs63
3204
3205         * src/summary_search.c
3206                 enhancements to the summary search:
3207                         - add the ability to stop the running search
3208                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3209                         - don't search if no criteria (From/To/Subject/Body) is set
3210                         - ensure that a busy mouse pointer is always shown when searching,
3211                           show it even a bit earlier
3212
3213 2006-02-19 [colin]      2.0.0cvs62
3214
3215         * src/compose.c
3216         * src/imap.c
3217         * src/etpan/imap-thread.c
3218         * src/etpan/imap-thread.h
3219                 (Future) IMAP speed improvement on sending
3220                 Will require a libetpan update
3221         * src/summaryview.c
3222         * src/gtk/quicksearch.c
3223                 Make quicksearch clearable while running.
3224
3225 2006-02-17 [colin]      2.0.0cvs61
3226
3227         * src/imap.c
3228         * src/etpan/imap-thread.c
3229         * src/etpan/imap-thread.h
3230                 Check for IMAP certificates
3231                 ** Requires libetpan-0.42-cvs4 
3232                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3233
3234 2006-02-17 [colin]      2.0.0cvs60
3235
3236         * src/messageview.c
3237         * src/prefs_common.c
3238         * src/prefs_common.h
3239         * src/prefs_message.c
3240                 Add pref to display HTML-only mails with plugin, 
3241                 if possible (defaulting to FALSE of course).
3242
3243 2006-02-16 [colin]      2.0.0cvs59
3244
3245         * src/main.c
3246         * src/common/plugin.c
3247         * src/common/plugin.h
3248         * src/gtk/pluginwindow.c
3249                 Keep track of requested (but unloaded) plugins
3250                 in some error cases.
3251
3252 2006-02-16 [wwp]        2.0.0cvs58
3253
3254         * src/gtk/gtkaspell.c
3255         * src/gtk/gtkaspell.h
3256         * src/prefs_spelling.c
3257         * src/compose.c
3258         * src/prefs_common.c
3259         * src/prefs_common.h
3260                 implemented new optional spellchecker behaviour: re-check message when
3261                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3262
3263 2006-02-16 [wwp]        2.0.0cvs57
3264
3265         * src/quote_fmt_parse.y
3266                 pclose popen'ed pipe.
3267
3268 2006-02-15 [colin]      2.0.0cvs56
3269
3270         * src/mimeview.c
3271         * src/mimeview.h
3272                 Let MimeViewers know which MimeView they
3273                 depend of.
3274         * src/summaryview.c
3275                 Swap From/To columns in Sent/Queue/Drafts
3276                 folders
3277         * src/etpan/imap-thread.c
3278                 Use mailstream_low_tls_open() for STARTTLS
3279                 instead of mailstream_low_ssl_open()
3280                 ** REQUIRES libetpan 0.42cvs3 **
3281
3282 2006-02-15 [wwp]        2.0.0cvs55
3283
3284         * src/compose.c
3285         * src/compose.h
3286         * src/message_search.c
3287         * src/message_search.h
3288         * src/textview.c
3289         * src/gtk/gtkutils.c
3290         * src/gtk/gtkutils.h
3291                 added the ability to Find text in the compose window (and a bit
3292                 of code factorization).
3293
3294 2006-02-15 [wwp]        2.0.0cvs54
3295
3296         * src/prefs_gtk.c
3297                 yet another one file was missing (fix for some widgets' sensitivity).
3298                 Thanks Colin!
3299
3300 2006-02-15 [wwp]        2.0.0cvs53
3301
3302         * src/prefs_gtk.h
3303                 oops forgot that file (fix for some widgets' sensitivity).
3304
3305 2006-02-15 [wwp]        2.0.0cvs52
3306
3307         * src/summary_search.c
3308                 implemented advanced summary search options (added the ability
3309                 to use matcher conditions in an advanced search mode).
3310
3311 2006-02-15 [wwp]        2.0.0cvs51
3312
3313         * src/plugins/pgpcore/prefs_gpg.c
3314         * src/prefs_account.c
3315                 fix some widget sensitivity, mostly around some labels in
3316                 account prefs.
3317
3318 2006-02-15 [paul]       2.0.0cvs50
3319
3320         * manual/advanced.xml
3321                 improve Templates info
3322                 written by wwp
3323
3324 2006-02-14 [colin]      2.0.0cvs49
3325
3326         * src/pixmaps/address_book.xpm
3327         * src/pixmaps/preferences.xpm
3328         * src/pixmaps/properties.xpm
3329                 Fix pixmap size - patch by Fabien Vantard
3330
3331 2006-02-13 [colin]      2.0.0cvs48
3332
3333         * src/procmime.c
3334                 Add missing fclose()s on error
3335         * src/textview.c
3336                 Remove unused code
3337         * src/common/utils.c
3338                 Fix temp files not being deleted on windows
3339         Patches by Thomas Gilgin
3340
3341 2006-02-13 [colin]      2.0.0cvs47
3342
3343         * src/mainwindow.c
3344                 Fix exit crash
3345
3346 2006-02-13 [wwp]        2.0.0cvs46
3347
3348         * src/plugins/pgpcore/prefs_gpg.c
3349                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3350
3351 2006-02-12 [colin]      2.0.0cvs45
3352
3353         * src/folderview.c
3354         * src/main.c
3355         * src/mainwindow.c
3356                 Fix "stuff" when quitting
3357
3358 2006-02-12 [wwp]        2.0.0cvs44
3359
3360         * src/prefs_themes.c
3361                 fix typos in debug messages.
3362
3363 2006-02-11 [colin]      2.0.0cvs43
3364
3365         * src/summaryview.c
3366                 don't allow drag/drop from ourself
3367
3368 2006-02-10 [wwp]        2.0.0cvs42
3369
3370         * src/exporthtml.c
3371         * src/html.c
3372         * src/html.h
3373         * src/procmime.c
3374         * src/textview.c
3375                 renamed html_ prefixed functions and data structures to avoid
3376                 namespace clashes w/ other software (gtkhtml2 for instance).
3377                 Closes bug #907.
3378
3379
3380 2006-02-09 [colin]      2.0.0cvs41
3381
3382         * src/summaryview.c
3383                 Fix shitty logic messed up. Thanks Ticho for the hint!
3384
3385 2006-02-09 [wwp]        2.0.0cvs40
3386
3387         * src/gtk/about.c
3388         * src/compose.c
3389         * src/prefs_account.c
3390         * src/prefs_gtk.h
3391         * src/editaddress.c
3392                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3393                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3394                 Browse buttons in accounts prefs.
3395
3396 2006-02-09 [colin]      2.0.0cvs39
3397
3398         * src/matcher.c
3399                 Check for pointer before using its members
3400         * src/gtk/gtksourceprintjob.c
3401                 Fix a wrong warning
3402
3403 2006-02-09 [wwp]        2.0.0cvs38
3404
3405         * src/gtk/filesel.c
3406                 fix few compiler warnings (type mismatch).
3407
3408 2006-02-09 [paul]       2.0.0cvs37
3409
3410         * po/fr.po
3411                 updated by Fabien Vantard
3412
3413 2006-02-08 [colin]      2.0.0cvs36
3414
3415         * src/prefs_common.c
3416         * src/common/defs.h
3417         * src/common/plugin.c
3418                 allow windows and linux configurations to coexist
3419                 patch by Thomas Gilgin
3420
3421 2006-02-08 [colin]      2.0.0cvs35
3422
3423         * src/filtering.c
3424         * src/matcher.c
3425         * src/matcher.h
3426         * src/matcher_parser_parse.y
3427         * src/prefs_filtering_action.c
3428         * src/prefs_matcher.c
3429                 Add the "Ignore thread" filtering
3430                 action
3431
3432 2006-02-08 [colin]      2.0.0cvs34
3433
3434         * src/compose.c
3435         * src/procmime.c
3436         * src/procmime.h
3437                 Fix bug #905 (damaged attachment)
3438                 text files with raw \0's aren't really text files
3439         FOR_STABLE
3440
3441 2006-02-08 [colin]      2.0.0cvs33
3442
3443         * src/summaryview.c
3444                 Fix crasher introduced yesterday
3445
3446 2006-02-08 [wwp]        2.0.0cvs32
3447
3448         * src/compose.c
3449         * src/compose.h
3450                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3451
3452 2006-02-08 [wwp]        2.0.0cvs31
3453
3454         * src/prefs_template.c
3455                 templates enhancement: allow address completion for Cc and Bcc fields
3456                 (it was currently possible for the To field only)
3457
3458 2006-02-08 [colin]      2.0.0cvs30
3459
3460         * src/compose.c
3461                 Don't unblock if not blocked
3462         FOR_STABLE
3463
3464 2006-02-07 [colin]      2.0.0cvs29
3465
3466         * src/action.c
3467                 Forgot to refresh summaryview
3468
3469 2006-02-07 [colin]      2.0.0cvs28
3470
3471         * src/action.c
3472                 Freeze/thaw message list and folder list while
3473                 processing %as{} actions 
3474         * src/compose.c
3475                 Fix auto-wrap disabling after a middle-click
3476                 paste - FOR_STABLE
3477
3478 2006-02-07 [paul]       2.0.0cvs27
3479
3480         * src/folder.c
3481                 fix freeing of uninitialised pointers
3482                 Thanks to Colin
3483
3484 2006-02-06 [colin]      2.0.0cvs26
3485
3486         * src/folder.c
3487                 Use g_slist_prepend in potentially big list
3488
3489 2006-02-06 [colin]      2.0.0cvs25
3490
3491         * src/folder.c
3492                 Completely skip processing if it doesn't 
3493                 exist (faster!)
3494
3495 2006-02-06 [colin]      2.0.0cvs24
3496
3497         * src/folder.c
3498         * src/summaryview.c
3499                 Batch filtering in summaryview (from Tools menu)
3500                 and pre/post//-processing too
3501
3502 2006-02-06 [colin]      2.0.0cvs23
3503
3504         * src/procmsg.h
3505         * src/filtering.c
3506                 Use a special field for batch filtering instead
3507                 of stepping on deferred execution's toes
3508
3509 2006-02-06 [colin]      2.0.0cvs22
3510
3511         * src/action.c
3512         * src/filtering.c
3513         * src/filtering.h
3514         * src/folder.c
3515         * src/summaryview.c
3516                 Fix filtering via menus and actions
3517
3518 2006-02-06 [colin]      2.0.0cvs21
3519
3520         * src/imap.c
3521                 Put the added file directly to cache if possible (will work
3522                 with next libetpan)
3523         * src/filtering.c
3524         * src/filtering.h
3525         * src/inc.c
3526         * src/folder.c
3527         * src/mbox.c
3528         * src/procmsg.h
3529                 Move and copy filtered messages by batches instead of one
3530                 by one - faster on IMAP
3531         * src/procmsg.c
3532                 Add a function that'll possibly be useful later
3533
3534 2006-02-06 [colin]      2.0.0cvs20
3535
3536         * src/addressbook.c
3537                 Use internal mime-type instead of text/plain for d'n'd
3538         * src/compose.c
3539                 Allow attaching files from mimeview's icon list via d'n'd
3540         * src/folderview.c
3541         * src/folderview.h
3542                 Use internal mime-type instead of text/plain for d'n'd
3543                 Don't try to selected opened folder if none is
3544                 Factorize d'n'd from other apps code
3545         * src/headerview.c
3546         * src/textview.c
3547         * src/gtk/gtkutils.c
3548         * src/gtk/gtkutils.h
3549                 Factorize Face/X-Face stuff
3550         * src/mimeview.c
3551                 Fix d'n'd to other apps
3552         * src/prefs_message.c
3553                 Let the XFace pref be usable without libcompface as it also
3554                 applies to Face
3555         * src/summaryview.c
3556                 Fix d'n'd to other apps
3557                 Factorize d'n'd from other apps code
3558
3559 2006-02-06 [wwp]        2.0.0cvs19
3560
3561         * po/it.po
3562                 Italian translation fixes by Andrea Spadaccini (no more confusion
3563                 between filtering and processing, and few changes in the About
3564                 dialog).
3565
3566
3567 2006-02-06 [mones]      2.0.0cvs18
3568
3569         * src/gtk/icon_legend.c
3570                 Improved descriptions allowing better translations
3571
3572 2006-02-05 [colin]      2.0.0cvs17
3573
3574         * src/imap.c
3575                 Add the f*cking missing expunge that caused imap_fetch_env
3576                 to fail after an add_msgs ! :-///
3577         * src/etpan/imap-thread.c
3578                 Add a bit of debug
3579         FOR_STABLE
3580
3581 2006-02-05 [colin]      2.0.0cvs16
3582
3583         * src/common/utils.c
3584                 Don't check for return-path (or we can't put
3585                 back non-sent mails)
3586
3587 2006-02-05 [colin]      2.0.0cvs15
3588
3589         * src/textview.c
3590                 Don't try to display Face header in textview
3591                 when teh headerview's active
3592
3593 2006-02-05 [colin]      2.0.0cvs14
3594
3595         * tools/tbird2syl.py
3596         * tools/Makefile.am
3597                 Add script to import Thunderbird mails
3598
3599 2006-02-05 [colin]      2.0.0cvs13
3600
3601         * src/headerview.c
3602         * src/procheader.c
3603         * src/procmsg.c
3604         * src/procmsg.h
3605         * src/textview.c
3606                 Show Face headers - patch partially by Klaus Flittner
3607
3608 2006-02-05 [colin]      2.0.0cvs12
3609
3610         * src/folderview.c
3611         * src/summaryview.c
3612         * src/common/utils.c
3613         * src/common/utils.h
3614                 Let dnd work from mime icons to summaryview
3615                 and to folderview too
3616                 Add a crude test to avoid trying to add files
3617                 drag'n'dropped when they're not mails
3618
3619 2006-02-04 [colin]      2.0.0cvs11
3620
3621         * src/summaryview.c
3622         * src/mimeview.c
3623                 Fix utf8 conversion
3624
3625 2006-02-04 [colin]      2.0.0cvs10
3626
3627         * src/compose.c
3628         * src/folderview.c
3629         * src/mimeview.c
3630         * src/summaryview.c
3631         * src/summaryview.h
3632                 Added various drag and drop capas:
3633                 From                    To
3634                 summaryview             other apps
3635                 mimeview icons          other apps
3636                 other apps              summaryview
3637                 other apps              folderview
3638
3639                 This shouldn't have broken the existing:
3640                 From                    To
3641                 summaryview             folderview
3642                 folderview              folderview
3643                 summaryview             compose's attachments
3644
3645         Tests welcomed.
3646
3647 2006-02-02 [paul]       2.0.0cvs9
3648
3649         * src/mainwindow.c
3650                 move global option 'Set displayed columns...' out
3651                 of folder option grouping.
3652                 fix sensitivity of 'harvest addresses'
3653         FOR_STABLE
3654
3655 2006-02-01 [colin]      2.0.0cvs8
3656
3657         * src/mimeview.c
3658                 Revert the alertpanel patch, it sucks (intrusive
3659                 and gets in the way of "open")
3660
3661 2006-02-01 [colin]      2.0.0cvs7
3662
3663         * src/compose.c
3664         * src/prefs_account.c
3665         * src/prefs_common.c
3666         * src/common/defs.h
3667         * src/common/utils.c
3668         * src/common/utils.h
3669                 Add ability to edit the signature file
3670                 from the account preferences, and use
3671                 a default for the text editor.
3672                 Patch by Fabien Vantard
3673
3674 2006-02-01 [colin]      2.0.0cvs6
3675
3676         * src/mimeview.c
3677                 Try to get mime type by extension if it is
3678                 application/octet-stream
3679                 Display a window with possible choices when
3680                 encountering unknown mime types
3681         * src/gtk/filesel.c
3682         * src/gtk/filesel.h
3683                 Add preview
3684                 Allow multiple selection in filtered filesel
3685                 (patch by Fabien Vantard)
3686         * src/gtk/pluginwindow.c
3687                 Use it (patch by Fabien Vantard)
3688
3689 2006-02-01 [paul]       2.0.0cvs5
3690
3691         * src/jpilot.c
3692                 fix crash on creating jpilot address book
3693                 Thanks to Colin - FOR_STABLE
3694         * src/prefs_summaries.c
3695         * src/prefs_wrapping.c
3696         * src/gtk/icon_legend.c
3697         * src/gtk/quicksearch.c
3698                 string fixes and additions
3699
3700 2006-02-01 [paul]       2.0.0cvs4
3701
3702         * src/compose.c
3703         * src/mainwindow.c
3704         * src/messageview.c
3705         * src/prefs_send.c
3706                 add Arabic encoding option
3707                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3708
3709 2006-01-31 [colin]      2.0.0cvs3
3710
3711         * src/plugins/pgpcore/passphrase.c
3712                 Convert passphrase to locale encoding
3713         * src/compose.c
3714                 Fix drafting on IMAP. Crappy bug sneaked in
3715                 the release :-/
3716         FOR_STABLE
3717
3718 2006-01-30 [paul]       2.0.0cvs2
3719
3720         * src/gtk/icon_legend.c
3721                 show the new entries
3722
3723 2006-01-30 [colin]      2.0.0cvs1
3724
3725         * src/manual.c
3726                 Check for the file to be present before 
3727                 enabling the menu - FOR_STABLE
3728         * src/gtk/icon_legend.c
3729                 Add folders icons (not all of them, there
3730                 are too much, but the most intriguing ones)
3731
3732 2006-01-30 [paul]       2.0.0
3733
3734         version 2.0.0 released
3735
3736 2006-01-30 [paul]       1.9.100cvs200
3737
3738         * manual/faq.xml
3739         * manual/gpl.xml
3740         * manual/intro.xml
3741         * manual/starting.xml
3742         * manual/sylpheed-claws-manual.xml
3743                 fixes, additions
3744
3745 2006-01-29 [mones]      1.9.100cvs199
3746
3747         * manual/account.xml
3748         * manual/advanced.xml
3749         * manual/glossary.xml
3750                 Some typos fixed, added LDIF term to glossary
3751         * po/es.po
3752                 Fixed leading plus symbol
3753
3754 2006-01-29 [paul]       1.9.100cvs198
3755
3756         * po/fi.po
3757         * po/sk.po
3758                 updated by Tommi Pirinen and Andrej Kacian
3759
3760 2006-01-29 [paul]       1.9.100cvs197
3761
3762         * src/gtk/authors.h
3763                 remove duplicates
3764
3765 2006-01-29 [paul]       1.9.100cvs196
3766
3767         * AUTHORS
3768         * po/nl.po
3769         * src/gtk/authors.h
3770         * tools/claws.i18n.status.pl
3771                 nl translation updated by Tim Dijkstra
3772
3773 2006-01-29 [paul]       1.9.100cvs195
3774
3775         * po/sr.po
3776         * po/sv.po
3777                 updated by Aleksandar Urosevic and Anders Troback
3778
3779 2006-01-28 [colin]      1.9.100cvs194
3780
3781         * src/gtk/gtksourceprintjob.c
3782                 Don't fiddle with PangoLayout when we
3783                 have an image
3784
3785 2006-01-28 [paul]       1.9.100cvs193
3786
3787         * AUTHORS
3788         * po/el.po
3789         * po/zh_CN.po
3790         * src/gtk/authors.h
3791         * tools/claws.i18n.status.pl
3792                 updated translations submitted by Stavros Giannouris
3793                 and Ralgh Young
3794
3795 2006-01-27 [colin]      1.9.100cvs192
3796
3797         * src/summaryview.c
3798         * src/gtk/gtksourceprintjob.c
3799                 Add image printing 
3800                 (libgnomeprint only, of course)
3801
3802 2006-01-27 [paul]       1.9.100cvs191
3803
3804         * po/fr.po
3805         * po/it.po
3806                 updated by Fabien Vantard and Andrea Spadaccini
3807
3808 2006-01-26 [colin]      1.9.100cvs190
3809
3810         * manual/Makefile.am
3811         * configure.ac
3812                 Make building the manual optional 
3813                 (--disable-manual)
3814
3815 2006-01-26 [paul]       1.9.100cvs189
3816
3817         * manual/glossary.xml
3818         * manual/plugins.xml
3819                 edited
3820         * po/en_GB.po
3821                 updated
3822
3823 2006-01-26 [paul]       1.9.100cvs188
3824
3825         * src/prefs_display_header.c
3826         * src/prefs_folder_column.c
3827         * src/prefs_msg_colors.c
3828         * src/prefs_summaries.c
3829         * src/prefs_summary_column.c
3830                 HIGify
3831
3832 2006-01-25 [colin]      1.9.100cvs187
3833
3834         * src/imap.c
3835                 Don't allow moving/copying mails between
3836                 queue/drafts and non-queue/drafts folders
3837                 Fixes bug #897 (message header is resetted 
3838                 if one is copied to Drafts)
3839
3840 2006-01-25 [colin]      1.9.100cvs186
3841
3842         * src/folder.c
3843         * src/mainwindow.c
3844                 Fix subscribed folders not found
3845         * src/compose.c
3846                 Don't try to encode as original mail's charset
3847                 if it's ascii 
3848
3849 2006-01-25 [paul]       1.9.100cvs185
3850
3851         * AUTHORS
3852         * po/Makevars
3853                 updated
3854         * po/de.po
3855         * po/pl.po
3856         * po/pt_BR.po
3857         * po/sr.po
3858                 updates submitted by Stephan Sachse, Emilian Nowak
3859                 and Quar, Frederico Goncalves Guimaraes, and
3860                 Aleksandar Urosevic
3861                 Fix Bug 896, 'PT_BR locale broken'.
3862         * src/gtk/authors.h
3863                 updated
3864
3865 2006-01-24 [mones]      1.9.100cvs184
3866
3867         * manual/glossary.xml
3868                 All current terms finished. Reviewers welcome ;-)
3869         * manual/keyboard.xml
3870                 Fixed column width for pdf output.
3871         * po/es.po
3872                 Updated
3873
3874 2006-01-24 [paul]       1.9.100cvs183
3875
3876         * manual/glossary.xml
3877                 fix id name
3878         * manual/dist/html/Makefile.am
3879         * manual/dist/pdf/Makefile.am
3880         * manual/dist/ps/Makefile.am
3881         * manual/dist/txt/Makefile.am
3882                 fix make deps
3883                 Thanks to Colin
3884
3885 2006-01-24 [mones]      1.9.100cvs182
3886
3887         * manual/glossary.xml
3888                 Nearly finished, some terms missing.
3889
3890 2006-01-23 [paul]       1.9.100cvs181
3891
3892         * manual/dist/html/Makefile.am
3893         * manual/dist/pdf/Makefile.am
3894         * manual/dist/ps/Makefile.am
3895         * manual/dist/txt/Makefile.am
3896         * src/mainwindow.c
3897                 re-enable manual
3898                 Thanks to Colin
3899
3900 2006-01-22 [colin]      1.9.100cvs180
3901
3902         * src/compose.c
3903         * src/gtk/gtkaspell.c
3904                 Don't deselect stuff before right-clicking, with aspell.
3905                 (This prevented right-click Copy, for example).
3906                 Thanks to Clo!
3907
3908 2006-01-22 [paul]       1.9.100cvs179
3909
3910         * src/summary_search.c
3911                 don't fix the widget size as it causes problems
3912                 under localisation.
3913                 Thanks to Emilian Nowak
3914
3915 2006-01-21 [paul]       1.9.100cvs178
3916
3917         * src/prefs_themes.c
3918                 fix broken underlining of label text
3919                 with some translations
3920
3921 2006-01-21 [colin]      1.9.100cvs177
3922
3923         * po/fr.po
3924                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3925
3926 2006-01-20 [colin]      1.9.100cvs176
3927
3928         * configure.ac
3929         * Makefile.am
3930         * manual/Makefile
3931         * manual/dist/html/.cvsignore
3932         * manual/dist/html/Makefile.am
3933         * manual/dist/pdf/.cvsignore
3934         * manual/dist/pdf/Makefile.am
3935         * manual/dist/ps/.cvsignore
3936         * manual/dist/ps/Makefile.am
3937         * manual/dist/txt/.cvsignore
3938         * manual/dist/txt/Makefile.am
3939                 Autotool-ize manual
3940
3941 2006-01-20 [paul]       1.9.100cvs175
3942
3943         * manual/handling.xml
3944                 make Filtering and Searching entries easier to find
3945         * manual/keyboard.xml
3946                 add the remaining default keybinds
3947         * src/prefs_summaries.c
3948                 update the default keybinds
3949
3950 2006-01-20 [paul]       1.9.100cvs174
3951
3952         * src/addressbook.c
3953         * src/addrgather.c
3954         * src/addrharvest.c
3955         * src/editaddress.c
3956         * src/editgroup.c
3957         * src/exphtmldlg.c
3958         * src/expldifdlg.c
3959         * src/exporthtml.c
3960         * src/exportldif.c
3961         * src/ldif.c
3962                 replace 'e-mail' with 'email'
3963         * src/summary_search.c
3964                 add mnemonic to "Find all" button
3965
3966 2006-01-20 [wwp]        1.9.100cvs173
3967
3968         * src/export.c
3969         * src/import.c
3970                 touched mbox import/export buttons for HIG-compliance
3971
3972 2006-01-19 [paul]       1.9.100cvs172
3973
3974         * manual/account.xml
3975         * manual/addrbook.xml
3976         * manual/advanced.xml
3977         * manual/faq.xml
3978         * manual/handling.xml
3979         * manual/intro.xml
3980         * manual/plugins.xml
3981         * manual/starting.xml
3982                 more editing
3983
3984 2006-01-19 [paul]       1.9.100cvs171
3985
3986         * src/toolbar.c
3987                 allow use of trash button while receiving
3988                 Thanks to Colin
3989
3990 2006-01-19 [wwp]        1.9.100cvs170
3991
3992         * src/gtk/quicksearch.c
3993         * src/compose.c
3994                 force text color to black when yellow background is set
3995
3996 2006-01-19 [colin]      1.9.100cvs169
3997
3998         * src/plugins/trayicon/trayicon.c
3999                 Gray out Get Mail when already getting mail
4000
4001 2006-01-18 [paul]       1.9.100cvs168
4002
4003         * src/compose.c
4004                 give widget yellow background was To is
4005                 set via folder prefs
4006         * src/gtk/quicksearch.c
4007                 give widget yellow background when quick
4008                 search is active.
4009                 Thanks to Colin
4010
4011 2006-01-18 [paul]       1.9.100cvs167
4012
4013         * doc/man/sylpheed-claws.1
4014                 add --subscribe option
4015
4016 2006-01-18 [paul]       1.9.100cvs166
4017
4018         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4019         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4020                 use %U instead of %F (%F is broken for user installed
4021                 files in kde 3.5)
4022
4023 2006-01-18 [colin]      1.9.100cvs165
4024
4025         * src/summaryview.c
4026                 Default to Yes in "No more * messages" dialogs
4027
4028 2006-01-17 [colin]      1.9.100cvs164
4029
4030         * src/compose.c
4031                 Possibly fix an invalid iterator causing
4032                 crash
4033
4034 2006-01-17 [colin]      1.9.100cvs163
4035
4036         * src/mimeview.c
4037                 Fix crash when the image disappears under the
4038                 image viewer
4039
4040 2006-01-16 [colin]      1.9.100cvs162
4041
4042         * src/compose.c
4043                 Fix reenabling autowrap
4044
4045 2006-01-16 [colin]      1.9.100cvs161
4046
4047         * src/compose.c
4048                 reset quote_len before getting quote_str
4049
4050 2006-01-16 [colin]      1.9.100cvs160
4051
4052         * src/account.c
4053         * src/account.h
4054         * src/folder.c
4055         * src/imap_gtk.c
4056         * src/mh_gtk.c
4057                 Fix bug #883 (default inbox does not track folder move)
4058
4059 2006-01-16 [colin]      1.9.100cvs159
4060
4061         * src/compose.c
4062         * src/plugins/pgpcore/passphrase.c
4063                 More buttons fixes
4064
4065 2006-01-16 [paul]       1.9.100cvs158
4066
4067         * src/prefs_actions.c
4068         * src/prefs_filtering_action.c
4069         * src/prefs_matcher.c
4070         * src/quote_fmt.c
4071         * src/gtk/description_window.c
4072         * src/gtk/description_window.h
4073         * src/gtk/quicksearch.c
4074                 description window cleanups
4075
4076 2006-01-15 [colin]      1.9.100cvs157
4077
4078         * src/addressbook.c
4079         * src/prefs_filtering.c
4080                 Same here
4081
4082 2006-01-15 [colin]      1.9.100cvs156
4083
4084         * src/folderview.c
4085         * src/mainwindow.c
4086                 Same for "Empty trash"
4087
4088 2006-01-15 [colin]      1.9.100cvs155
4089
4090         * src/inc.c
4091                 Override offline dialog had Yes by default
4092
4093 2006-01-15 [colin]      1.9.100cvs154
4094
4095         * src/summaryview.c
4096                 Delete selected messages? previously had Yes the default
4097
4098 2006-01-15 [colin]      1.9.100cvs153
4099
4100         * src/folder.c
4101         * src/folder.h
4102         * src/main.c
4103                 Check if a mailbox is loaded after all
4104                 plugins are loaded.
4105
4106 2006-01-15 [colin]      1.9.100cvs152
4107
4108         * src/folder.c
4109                 Don't start wizard when there are unloaded folders (will help
4110                 people with only mbox or maildir mailboxes)
4111
4112 2006-01-14 [colin]      1.9.100cvs151
4113
4114         * src/addressbook.c
4115         * src/expldifdlg.c
4116         * src/importldif.c
4117         * src/importmutt.c
4118         * src/importpine.c
4119         * src/mh_gtk.c
4120                 More HIG compliance and fixes
4121
4122 2006-01-14 [colin]      1.9.100cvs150
4123
4124         * src/prefs_filtering_action.c
4125         * src/foldersel.c
4126                 Two forgotten button order changes
4127
4128 2006-01-14 [colin]      1.9.100cvs149
4129
4130         * src/account.c
4131         * src/addressbook.c
4132         * src/compose.c
4133         * src/folderview.c
4134         * src/imap_gtk.c
4135         * src/mainwindow.c
4136         * src/mh_gtk.c
4137         * src/news_gtk.c
4138         * src/prefs_actions.c
4139         * src/prefs_customheader.c
4140         * src/prefs_filtering.c
4141         * src/prefs_matcher.c
4142         * src/prefs_template.c
4143         * src/ssl_manager.c
4144         * src/summaryview.c
4145         * src/textview.c
4146         * src/toolbar.c
4147                 All deletion confirmations are now "Cancel, Delete" 
4148                 instead of "No, Yes"
4149                 Clarified most of the other "No, Yes" to 
4150                 "Cancel, Descriptive_action"
4151                 Rechanged the "Entry not saved" alerts to have 
4152                 "Close, Continue editing"
4153
4154
4155 2006-01-14 [paul]
4156
4157         * 2.0.0-rc4 released
4158
4159 2006-01-14 [paul]       1.9.100cvs148
4160
4161         * src/account.c
4162         * src/addressadd.c
4163         * src/addressbook.c
4164         * src/compose.c
4165         * src/editaddress.c
4166         * src/editbook.c
4167         * src/editgroup.c
4168         * src/editjpilot.c
4169         * src/editldap.c
4170         * src/editvcard.c
4171         * src/exphtmldlg.c
4172         * src/expldifdlg.c
4173         * src/folderview.c
4174         * src/grouplistdialog.c
4175         * src/imap_gtk.c
4176         * src/importmutt.c
4177         * src/importpine.c
4178         * src/inc.c
4179         * src/main.c
4180         * src/mainwindow.c
4181         * src/message_search.c
4182         * src/messageview.c
4183         * src/mh_gtk.c
4184         * src/mimeview.c
4185         * src/news_gtk.c
4186         * src/prefs_actions.c
4187         * src/prefs_customheader.c
4188         * src/prefs_filtering.c
4189         * src/prefs_matcher.c
4190         * src/prefs_template.c
4191         * src/prefs_themes.c
4192         * src/ssl_manager.c
4193         * src/summary_search.c
4194         * src/summaryview.c
4195         * src/textview.c
4196         * src/toolbar.c
4197         * src/gtk/foldersort.c
4198         * src/gtk/gtkaspell.c
4199         * src/gtk/inputdialog.c
4200         * src/gtk/prefswindow.c
4201         * src/plugins/pgpcore/select-keys.c
4202         * src/plugins/trayicon/trayicon.c
4203                 HIG compliant button order
4204
4205 2006-01-14 [mones]      1.9.100cvs147
4206
4207         * po/es.po
4208                 Updated translation
4209
4210 2006-01-13 [paul]       1.9.100cvs146
4211
4212         * AUTHORS
4213         * ChangeLog
4214         * src/gtk/authors.h
4215                 add Joshua M. Kwan to contributors list
4216
4217 2006-01-13 [colin]      1.9.100cvs145
4218
4219         * src/gtk/quicksearch.c
4220                 Don't refocus quick search after executing (Esc or Enter)
4221                 Allows to '/'search something then move up/down in 
4222                 summaryview, and to Esc a search and be back in the 
4223                 summaryview
4224
4225 2006-01-13 [paul]       1.9.100cvs144
4226
4227         * src/plugins/pgpinline/pgpinline.c
4228                 support Content-Type 'application/pgp'
4229                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4230
4231 2006-01-13 [paul]       1.9.100cvs143
4232
4233         * manual/account.xml
4234                 make mention of partial retrieval
4235                 thanks to Colin
4236
4237 2006-01-13 [paul]       1.9.100cvs142
4238
4239         * src/account.c
4240         * src/account.h
4241         * src/action.c
4242         * src/action.h
4243         * src/adbookbase.h
4244         * src/addr_compl.c
4245         * src/addr_compl.h
4246         * src/addrbook.c
4247         * src/addrcache.c
4248         * src/addrcache.h
4249         * src/addrcindex.c
4250         * src/addrcindex.h
4251         * src/addrclip.c
4252         * src/addrclip.h
4253         * src/addrdefs.h
4254         * src/addressadd.c
4255         * src/addressadd.h
4256         * src/addressbook.c
4257         * src/addressbook.h
4258         * src/addrgather.c
4259         * src/addrgather.h
4260         * src/addrharvest.c
4261         * src/addrharvest.h
4262         * src/addrindex.c
4263         * src/addrindex.h
4264         * src/addritem.c
4265         * src/addritem.h
4266         * src/addrquery.c
4267         * src/addrquery.h
4268         * src/addrselect.c
4269         * src/addrselect.h
4270         * src/alertpanel.c
4271         * src/alertpanel.h
4272         * src/browseldap.c
4273         * src/browseldap.h
4274         * src/codeconv.c
4275         * src/codeconv.h
4276         * src/compose.c
4277         * src/compose.h
4278         * src/customheader.c
4279         * src/customheader.h
4280         * src/displayheader.c
4281         * src/displayheader.h
4282         * src/editaddress.c
4283         * src/editaddress.h
4284         * src/editbook.c
4285         * src/editbook.h
4286         * src/editgroup.c
4287         * src/editgroup.h
4288         * src/editjpilot.c
4289         * src/editjpilot.h
4290         * src/editldap.c
4291         * src/editldap.h
4292         * src/editldap_basedn.c
4293         * src/editldap_basedn.h
4294         * src/editvcard.c
4295         * src/editvcard.h
4296         * src/exphtmldlg.c
4297         * src/exphtmldlg.h
4298         * src/expldifdlg.c
4299         * src/expldifdlg.h
4300         * src/export.h
4301         * src/exporthtml.c
4302         * src/exporthtml.h
4303         * src/exportldif.c
4304         * src/exportldif.h
4305         * src/filtering.c
4306         * src/filtering.h
4307         * src/folder.c
4308         * src/folder.h
4309         * src/folder_item_prefs.c
4310         * src/folder_item_prefs.h
4311         * src/foldersel.c
4312         * src/foldersel.h
4313         * src/folderutils.c
4314         * src/folderutils.h
4315         * src/folderview.c
4316         * src/folderview.h
4317         * src/grouplistdialog.c
4318         * src/grouplistdialog.h
4319         * src/headerview.c
4320         * src/html.c
4321         * src/html.h
4322         * src/image_viewer.c
4323         * src/image_viewer.h
4324         * src/imap.c
4325         * src/imap.h
4326         * src/imap_gtk.c
4327         * src/imap_gtk.h
4328         * src/import.h
4329         * src/importldif.c
4330         * src/importldif.h
4331         * src/importmutt.c
4332         * src/importmutt.h
4333         * src/importpine.c
4334         * src/importpine.h
4335         * src/inc.c
4336         * src/inc.h
4337         * src/jpilot.c
4338         * src/jpilot.h
4339         * src/ldapctrl.c
4340         * src/ldapctrl.h
4341         * src/ldaplocate.c
4342         * src/ldaplocate.h
4343         * src/ldapquery.c
4344         * src/ldapquery.h
4345         * src/ldapserver.c
4346         * src/ldapserver.h
4347         * src/ldaputil.c
4348         * src/ldaputil.h
4349         * src/ldif.c
4350         * src/ldif.h
4351         * src/main.c
4352         * src/main.h
4353         * src/mainwindow.c
4354         * src/mainwindow.h
4355         * src/manual.c
4356         * src/manual.h
4357         * src/mbox.c
4358         * src/mbox.h
4359         * src/message_search.c
4360         * src/message_search.h
4361         * src/messageview.c
4362         * src/messageview.h
4363         * src/mh.c
4364         * src/mh.h
4365         * src/mh_gtk.c
4366         * src/mh_gtk.h
4367         * src/mimeview.c
4368         * src/mimeview.h
4369         * src/msgcache.c
4370         * src/msgcache.h
4371         * src/mutt.c
4372         * src/mutt.h
4373         * src/news.c
4374         * src/news.h
4375         * src/news_gtk.c
4376         * src/news_gtk.h
4377         * src/partial_download.c
4378         * src/partial_download.h
4379         * src/pine.c
4380         * src/pine.h
4381         * src/pop.c
4382         * src/pop.h
4383         * src/prefs_account.c
4384         * src/prefs_account.h
4385         * src/prefs_actions.c
4386         * src/prefs_actions.h
4387         * src/prefs_common.c
4388         * src/prefs_common.h
4389         * src/prefs_compose_writing.c
4390         * src/prefs_compose_writing.h
4391         * src/prefs_customheader.c
4392         * src/prefs_customheader.h
4393         * src/prefs_display_header.c
4394         * src/prefs_display_header.h
4395         * src/prefs_filtering.c
4396         * src/prefs_filtering.h
4397         * src/prefs_filtering_action.c
4398         * src/prefs_filtering_action.h
4399         * src/prefs_folder_column.c
4400         * src/prefs_folder_column.h
4401         * src/prefs_folder_item.c
4402         * src/prefs_folder_item.h
4403         * src/prefs_fonts.c
4404         * src/prefs_fonts.h
4405         * src/prefs_gtk.c
4406         * src/prefs_gtk.h
4407         * src/prefs_image_viewer.c
4408         * src/prefs_image_viewer.h
4409         * src/prefs_matcher.c
4410         * src/prefs_matcher.h
4411         * src/prefs_message.c
4412         * src/prefs_msg_colors.c
4413         * src/prefs_msg_colors.h
4414         * src/prefs_other.c
4415         * src/prefs_quote.c
4416         * src/prefs_receive.c
4417         * src/prefs_send.c
4418         * src/prefs_spelling.c
4419         * src/prefs_spelling.h
4420         * src/prefs_summaries.c
4421         * src/prefs_summaries.h
4422         * src/prefs_summary_column.c
4423         * src/prefs_summary_column.h
4424         * src/prefs_template.c
4425         * src/prefs_template.h
4426         * src/prefs_themes.c
4427         * src/prefs_themes.h
4428         * src/prefs_toolbar.c
4429         * src/prefs_toolbar.h
4430         * src/prefs_wrapping.c
4431         * src/prefs_wrapping.h
4432         * src/privacy.c
4433         * src/privacy.h
4434         * src/procheader.c
4435         * src/procheader.h
4436         * src/procmime.c
4437         * src/procmime.h
4438         * src/procmsg.c
4439         * src/procmsg.h
4440         * src/quote_fmt.c
4441         * src/quote_fmt_parse.y
4442         * src/recv.c
4443         * src/recv.h
4444         * src/remotefolder.c
4445         * src/remotefolder.h
4446         * src/send_message.c
4447         * src/send_message.h
4448         * src/setup.c
4449         * src/setup.h
4450         * src/sourcewindow.c
4451         * src/sourcewindow.h
4452         * src/ssl_manager.c
4453         * src/ssl_manager.h
4454         * src/statusbar.c
4455         * src/statusbar.h
4456         * src/stock_pixmap.c
4457         * src/stock_pixmap.h
4458         * src/summary_search.c
4459         * src/summary_search.h
4460         * src/summaryview.c
4461         * src/summaryview.h
4462         * src/syldap.c
4463         * src/syldap.h
4464         * src/textview.c
4465         * src/textview.h
4466         * src/toolbar.c
4467         * src/toolbar.h
4468         * src/undo.c
4469         * src/undo.h
4470         * src/unmime.c
4471         * src/unmime.h
4472         * src/vcard.c
4473         * src/vcard.h
4474         * src/wizard.c
4475         * src/wizard.h
4476         * src/common/base64.c
4477         * src/common/base64.h
4478         * src/common/defs.h
4479         * src/common/hooks.c
4480         * src/common/hooks.h
4481         * src/common/log.c
4482         * src/common/log.h
4483         * src/common/mgutils.c
4484         * src/common/mgutils.h
4485         * src/common/nntp.c
4486         * src/common/nntp.h
4487         * src/common/passcrypt.c
4488         * src/common/passcrypt.h.in
4489         * src/common/plugin.c
4490         * src/common/plugin.h
4491         * src/common/prefs.c
4492         * src/common/prefs.h
4493         * src/common/progressindicator.c
4494         * src/common/progressindicator.h
4495         * src/common/quoted-printable.c
4496         * src/common/quoted-printable.h
4497         * src/common/session.c
4498         * src/common/session.h
4499         * src/common/smtp.c
4500         * src/common/smtp.h
4501         * src/common/socket.c
4502         * src/common/socket.h
4503         * src/common/ssl.c
4504         * src/common/ssl.h
4505         * src/common/ssl_certificate.c
4506         * src/common/ssl_certificate.h
4507         * src/common/stringtable.c
4508         * src/common/stringtable.h
4509         * src/common/sylpheed.c
4510         * src/common/sylpheed.h
4511         * src/common/template.c
4512         * src/common/template.h
4513         * src/common/timing.h
4514         * src/common/utils.c
4515         * src/common/utils.h
4516         * src/common/version.h.in
4517         * src/common/xml.c
4518         * src/common/xml.h
4519         * src/common/xmlprops.c
4520         * src/common/xmlprops.h
4521         * src/gtk/colorlabel.c
4522         * src/gtk/colorsel.c
4523         * src/gtk/colorsel.h
4524         * src/gtk/description_window.c
4525         * src/gtk/description_window.h
4526         * src/gtk/filesel.c
4527         * src/gtk/filesel.h
4528         * src/gtk/foldersort.c
4529         * src/gtk/foldersort.h
4530         * src/gtk/gtkutils.c
4531         * src/gtk/gtkutils.h
4532         * src/gtk/inputdialog.c
4533         * src/gtk/inputdialog.h
4534         * src/gtk/logwindow.c
4535         * src/gtk/logwindow.h
4536         * src/gtk/manage_window.c
4537         * src/gtk/manage_window.h
4538         * src/gtk/menu.c
4539         * src/gtk/menu.h
4540         * src/gtk/pluginwindow.c
4541         * src/gtk/pluginwindow.h
4542         * src/gtk/prefswindow.c
4543         * src/gtk/prefswindow.h
4544         * src/gtk/progressdialog.c
4545         * src/gtk/progressdialog.h
4546         * src/gtk/sslcertwindow.c
4547         * src/gtk/sslcertwindow.h
4548         * src/plugins/clamav/clamav_plugin.c
4549         * src/plugins/clamav/clamav_plugin.h
4550         * src/plugins/clamav/clamav_plugin_gtk.c
4551         * src/plugins/demo/demo.c
4552         * src/plugins/dillo_viewer/dillo_prefs.c
4553         * src/plugins/dillo_viewer/dillo_prefs.h
4554         * src/plugins/dillo_viewer/dillo_viewer.c
4555         * src/plugins/pgpcore/passphrase.c
4556         * src/plugins/pgpcore/passphrase.h
4557         * src/plugins/pgpcore/plugin.c
4558         * src/plugins/pgpcore/select-keys.c
4559         * src/plugins/pgpcore/select-keys.h
4560         * src/plugins/pgpcore/sgpgme.c
4561         * src/plugins/pgpcore/sgpgme.h
4562         * src/plugins/pgpinline/pgpinline.c
4563         * src/plugins/pgpinline/pgpinline.h
4564         * src/plugins/pgpinline/plugin.c
4565         * src/plugins/pgpmime/pgpmime.c
4566         * src/plugins/pgpmime/pgpmime.h
4567         * src/plugins/pgpmime/plugin.c
4568         * src/plugins/spamassassin/spamassassin.c
4569         * src/plugins/spamassassin/spamassassin.h
4570         * src/plugins/spamassassin/spamassassin_gtk.c
4571         * src/plugins/trayicon/trayicon.c
4572                 update copyright header
4573
4574 2006-01-13 [paul]       1.9.100cvs141
4575
4576         * src/account.c
4577         * src/export.c
4578         * src/import.c
4579         * src/mainwindow.c
4580         * src/prefs_account.c
4581         * src/prefs_display_header.c
4582         * src/prefs_receive.c
4583         * src/prefs_send.c
4584         * src/prefs_summaries.c
4585         * src/prefs_themes.c
4586         * src/prefs_toolbar.c
4587         * src/gtk/about.c
4588                 various cleanups
4589
4590 2006-01-12 [colin]      1.9.100cvs140
4591
4592         * src/folder.c
4593         * src/folder.h
4594         * src/main.c
4595                 Add --subscribe option
4596                 Let sylpheed-claws email@domain.com equivalent to --compose
4597                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4598
4599 2006-01-12 [paul]       1.9.100cvs139
4600
4601         * src/mainwindow.c
4602                 append 'Change folder order' label with '...'
4603         * src/prefs_actions.c
4604                 allow reordering of actions list by dnd
4605         * src/gtk/foldersort.c
4606                 make the dialog nicer
4607
4608 2006-01-11 [colin]      1.9.100cvs138
4609
4610         * src/compose.c
4611                 Allow templates without text
4612
4613 2006-01-11 [paul]       1.9.100cvs137
4614
4615         * tools/README
4616         * tools/filter_conv_new.pl
4617                 add info to README
4618                 also check .sylpheed for filter.xml
4619                 be a bit informative to the user
4620
4621 2006-01-11 [colin]      1.9.100cvs136
4622
4623         * src/textview.c
4624                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4625
4626 2006-01-10 [paul]       1.9.100cvs135
4627
4628         * tools/Makefile.am
4629         * tools/filter_conv_new.pl
4630                 add script to convert new style Sylpheed
4631                 filter rules (Sylpheed >= 0.9.99) to
4632                 Claws filtering rules
4633
4634 2006-01-10 [colin]      1.9.100cvs134
4635
4636         * src/compose.c
4637                 Fix broken line joins in certain conditions
4638                 (between two quoted lines: <enter><enter><up>
4639                  <type a wrapped sentence><go in the first line>
4640                  <insert more text><watch as line joining failed>)
4641
4642 2006-01-10 [paul]       1.9.100cvs133
4643
4644         * src/compose.c
4645                 don't report success in error dialog
4646                 thanks to Colin
4647         * src/common/utils.c
4648                 include some trailing punctuations as URI
4649                 thanks to Hiro
4650
4651 2006-01-10 [paul]       1.9.100cvs132
4652
4653         * src/mimeview.c
4654                 fix incompatible pointer type
4655                 warning
4656
4657 2006-01-10 [paul]       1.9.100cvs131
4658
4659         * src/compose.c
4660                 change Subject in window title
4661                 instantaneously
4662
4663 2006-01-09 [colin]      1.9.100cvs130
4664
4665         * src/addressbook.c
4666         * src/headerview.c
4667         * src/mainwindow.c
4668         * src/messageview.c
4669         * src/mimeview.c
4670         * src/noticeview.c
4671         * src/summaryview.c
4672                 Fix possible crashes on exit and in addressbook
4673
4674 2006-01-09 [paul]       1.9.100cvs129
4675
4676         * src/prefs_msg_colors.c
4677                 some cleanups that I forgot last time
4678
4679 2006-01-09 [paul]       1.9.100cvs128
4680
4681         * README
4682         * src/folderview.c
4683         * src/prefs_msg_colors.c
4684                 add previously hidden option, color_new, to
4685                 the gui
4686                 move the page to Display/
4687                 rework the gui
4688
4689 2006-01-09 [wwp]        1.9.100cvs127
4690
4691         * src/prefs_themes.c
4692                 made the prefs/display/themes layouts spacing less condensed
4693                 (and so they match other prefs/pages' look).
4694
4695 2006-01-09 [paul]       1.9.100cvs126
4696
4697         * src/compose.c
4698         * src/prefs_common.c
4699         * src/prefs_common.h
4700         * src/prefs_wrapping.c
4701                 remove 'wrap at send' option
4702
4703 2006-01-06 [colin]      1.9.100cvs125
4704
4705         * src/compose.c
4706                 Just make completely sure we don't insert "manual line breaks" 
4707                 when wrapping... 
4708
4709 2006-01-04 [paul]
4710
4711         * 2.0.0-rc3 released
4712
4713 2006-01-04 [paul]       1.9.100cvs124
4714
4715         * src/folderview.c
4716                 fix bug 882, 'quick scroll in folder list
4717                 displays wrong folder contents'
4718
4719 2006-01-04 [paul]       1.9.100cvs123
4720
4721         * src/plugins/pgpmime/pgpmime.c
4722                 better debug information when signing
4723                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4724
4725 2006-01-03 [colin]      1.9.100cvs122
4726
4727         * configure.ac
4728                 We need to recheck for gpgme 1.0.0 after checking
4729                 for 1.1.1, because if 1.1.1 isn't available, 
4730                 GPGME_LIBS and friends are blanked out by the 
4731                 second check.
4732
4733 2006-01-03 [colin]      1.9.100cvs121
4734
4735         * src/common/prefs.c
4736                 Windows unlink-before rename fix
4737         * src/plugins/pgpcore/sgpgme.c
4738                 Add support for PKA info if available
4739                 Both patches by Werner Koch
4740
4741 2006-01-03 [paul]       1.9.100cvs120
4742
4743         * src/messageview.c
4744                 fix bug 884, 'Send receipt' button visible in queue
4745                 Thanks to Colin
4746
4747 2006-01-02 [colin]      1.9.100cvs119
4748
4749         * src/compose.c
4750         * src/imap.c
4751                 Fix autosave on IMAP and more generally try to
4752                 return the correct ID on a newly added IMAP message
4753
4754 2006-01-02 [paul]       1.9.100cvs118
4755
4756         * manual/keyboard.xml
4757                 edited
4758
4759 2006-01-01 [paul]       1.9.100cvs117
4760
4761         * src/gtk/authors.h
4762                 alphabetical order
4763
4764 2005-12-30 [colin]      1.9.100cvs116
4765
4766         * manual/advanced.xml
4767                 Explain Pre/Post-processing differences.
4768
4769 2005-12-30 [colin]      1.9.100cvs115
4770
4771         * src/mh.c
4772                 Implement copy_msgs for a little optimization
4773         * src/imap.c
4774                 Finish yesterday's fix
4775
4776 2005-12-29 [colin]      1.9.100cvs114
4777
4778         * src/imap.c
4779                 Fix occasional failure in fetching a mail over
4780                 IMAP
4781
4782 2005-12-29 [colin]      1.9.100cvs113
4783
4784         * src/compose.c
4785                 Don't remove a draft when sending it, if it is 
4786                 locked.
4787
4788 2005-12-28 [colin]      1.9.100cvs112
4789
4790         * src/summaryview.c
4791                 Fix leak for real
4792
4793 2005-12-28 [wwp]        1.9.100cvs111
4794
4795         * doc/faq/.cvsignore
4796         * doc/faq/de/.cvsignore
4797         * doc/faq/en/.cvsignore
4798         * doc/faq/es/.cvsignore
4799         * doc/faq/fr/.cvsignore
4800         * doc/faq/it/.cvsignore
4801         * doc/manual/.cvsignore
4802         * doc/manual/de/.cvsignore
4803         * doc/manual/en/.cvsignore
4804         * doc/manual/es/.cvsignore
4805         * doc/manual/fr/.cvsignore
4806         * doc/manual/ja/.cvsignore
4807         * src/plugins/mathml_viewer/.cvsignore
4808                 rollback revival of those files (my bad, sorry for the noise).
4809
4810 2005-12-28 [wwp]        1.9.100cvs110
4811
4812         * src/compose.c
4813                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4814
4815 2005-12-28 [wwp]        1.9.100cvs109
4816
4817         * doc/faq/.cvsignore
4818         * doc/faq/de/.cvsignore
4819         * doc/faq/en/.cvsignore
4820         * doc/faq/es/.cvsignore
4821         * doc/faq/fr/.cvsignore
4822         * doc/faq/it/.cvsignore
4823         * doc/manual/.cvsignore
4824         * doc/manual/de/.cvsignore
4825         * doc/manual/en/.cvsignore
4826         * doc/manual/es/.cvsignore
4827         * doc/manual/fr/.cvsignore
4828         * doc/manual/ja/.cvsignore
4829         * src/plugins/mathml_viewer/.cvsignore
4830         * po/.cvsignore
4831                 more files to ignore.
4832
4833 2005-12-24 [colin]      1.9.100cvs108
4834
4835         * AUTHORS
4836         * src/gtk/authors.h
4837                 Update for Werner
4838
4839 2005-12-24 [colin]      1.9.100cvs107
4840
4841         * src/procmsg.c
4842                 Allow NULL src_msginfo in 
4843                 procmsg_msginfo_new_from_mimeinfo
4844
4845 2005-12-23 [paul]       1.9.100cvs106
4846
4847         * src/plugins/pgpinline/mypgpcore.def
4848                 add this forgotten file
4849
4850 2005-12-23 [colin]      1.9.100cvs105
4851
4852         * src/mainwindow.c
4853                 Fix missing break
4854
4855 2005-12-23 [colin]      1.9.100cvs104
4856
4857         * autogen.sh
4858         * src/folder.c
4859         * src/mh.c
4860         * src/common/plugin.c
4861         * src/common/socket.c
4862         * src/common/socket.h
4863         * src/common/utils.c
4864         * src/common/utils.h
4865         * src/gtk/pluginwindow.c
4866         * src/plugins/pgpcore/plugin.def
4867         * src/plugins/pgpcore/sylpheed.def
4868         * src/plugins/pgpinline/Makefile.am
4869         * src/plugins/pgpinline/plugin.def
4870         * src/plugins/pgpinline/sylpheed.def
4871         * src/plugins/pgpmime/plugin.def
4872         * src/plugins/pgpmime/sylpheed.def
4873                 Various w32 fixes by Werner Koch
4874
4875 2005-12-22 [paul]       1.9.100cvs103
4876
4877         * src/wizard.c
4878                 don't offer IMAP as 'server type' if
4879                 libetpan isn't built in
4880
4881 2005-12-22 [paul]       1.9.100cvs102
4882
4883         * AUTHORS
4884         * src/mainwindow.c
4885         * src/mainwindow.h
4886         * src/toolbar.c
4887         * src/gtk/authors.h
4888                 support GTK_TOOLBAR_BOTH_HORIZ (text
4889                 next to icon) Patch by Marien Zwart
4890                 marienz@users.sf.net
4891                 Also reword the text
4892
4893 2005-12-21 [colin]      1.9.100cvs101
4894
4895         * configure.ac
4896                 Fix DATADIRNAME
4897         * COPYING
4898                 Fix missing section and explicit the exception better
4899         * src/compose.c
4900                 Prevent mail from being lost without notice when an
4901                 SMTP error happens on trying to send an unmodified
4902                 drafted mail.
4903         * src/send_message.c
4904         * src/common/smtp.c
4905                 Fix password remembering when wrong, and add return
4906                 value checks where they should have been
4907         * src/plugins/pgpcore/sylpheed.def
4908         * src/plugins/pgpinline/sylpheed.def
4909         * src/plugins/pgpmime/sylpheed.def
4910                 Add a few symbols needed
4911
4912 2005-12-21 [paul]       1.9.100cvs100
4913
4914         * m4/codeset.m4
4915         * m4/glibc21.m4
4916         * m4/intdiv0.m4
4917         * m4/inttypes-pri.m4
4918         * m4/inttypes.m4
4919         * m4/inttypes_h.m4
4920         * m4/isc-posix.m4
4921         * m4/lcmessage.m4
4922         * m4/stdint_h.m4
4923         * m4/uintmax_t.m4
4924                 gettextization
4925                 thanks to Colin
4926
4927 2005-12-21 [paul]       1.9.100cvs99
4928
4929         * po/sv.po
4930                 fixed by Colin
4931
4932 2005-12-20 [paul]       1.9.100cvs98
4933
4934         * po/sv.po
4935                 updated by Anders Trobäck
4936
4937 2005-12-20 [colin]      1.9.100cvs97
4938
4939         * ABOUT-NLS
4940         * Makefile.am
4941         * autogen.sh
4942         * configure.ac
4943         * config/config.rpath
4944         * config/mkinstalldirs
4945         * m4/Makefile.am
4946         * m4/glibc2.m4
4947         * m4/gnupg.m4
4948         * m4/gpgme.m4
4949         * m4/intmax.m4
4950         * m4/longdouble.m4
4951         * m4/longlong.m4
4952         * m4/printf-posix.m4
4953         * m4/signed.m4
4954         * m4/size_max.m4
4955         * m4/ulonglong.m4
4956         * m4/wchar_t.m4
4957         * m4/wint_t.m4
4958         * m4/xsize.m4
4959         * po/Makefile.in.in
4960         * po/Makevars
4961         * po/bg.po
4962         * po/ca.po
4963         * po/cs.po
4964         * po/de.po
4965         * po/el.po
4966         * po/en_GB.po
4967         * po/es.po
4968         * po/fi.po
4969         * po/fr.po
4970         * po/hr.po
4971         * po/hu.po
4972         * po/it.po
4973         * po/ja.po
4974         * po/ko.po
4975         * po/nb.po
4976         * po/nl.po
4977         * po/pl.po
4978         * po/pt_BR.po
4979         * po/ru.po
4980         * po/sk.po
4981         * po/sr.po
4982         * po/stamp-po
4983         * po/sv.po
4984         * po/zh_CN.po
4985         * po/zh_TW.po
4986         * src/Makefile.am
4987         * src/codeconv.c
4988         * src/compose.c
4989         * src/exporthtml.c
4990         * src/exportldif.c
4991         * src/folder.c
4992         * src/main.c
4993         * src/manual.c
4994         * src/mh.c
4995         * src/mimeview.c
4996         * src/send_message.c
4997         * src/common/Makefile.am
4998         * src/common/fnmatch.c
4999         * src/common/fnmatch.h
5000         * src/common/fnmatch_loop.c
5001         * src/common/nntp.c
5002         * src/common/plugin.c
5003         * src/common/smtp.c
5004         * src/common/socket.c
5005         * src/common/string_match.c
5006         * src/common/sylpheed.c
5007         * src/common/utils.c
5008         * src/common/utils.h
5009         * src/common/w32_dirent.c
5010         * src/common/w32_reg.c
5011         * src/common/w32_signal.c
5012         * src/common/w32_stat.c
5013         * src/common/w32_stdio.c
5014         * src/common/w32_stdlib.c
5015         * src/common/w32_string.c
5016         * src/common/w32_time.c
5017         * src/common/w32_unistd.c
5018         * src/common/w32_wait.c
5019         * src/common/w32lib.h
5020         * src/etpan/Makefile.am
5021         * src/gtk/Makefile.am
5022         * src/plugins/clamav/Makefile.am
5023         * src/plugins/demo/Makefile.am
5024         * src/plugins/dillo_viewer/Makefile.am
5025         * src/plugins/pgpcore/Makefile.am
5026         * src/plugins/pgpcore/passphrase.c
5027         * src/plugins/pgpcore/plugin.def
5028         * src/plugins/pgpcore/sgpgme.c
5029         * src/plugins/pgpcore/sylpheed.def
5030         * src/plugins/pgpcore/version.rc
5031         * src/plugins/pgpinline/Makefile.am
5032         * src/plugins/pgpinline/plugin.def
5033         * src/plugins/pgpinline/sylpheed.def
5034         * src/plugins/pgpinline/version.rc
5035         * src/plugins/pgpmime/Makefile.am
5036         * src/plugins/pgpmime/mypgpcore.def
5037         * src/plugins/pgpmime/plugin.def
5038         * src/plugins/pgpmime/sylpheed.def
5039         * src/plugins/pgpmime/version.rc
5040         * src/plugins/spamassassin/Makefile.am
5041                 Very little ;-) patch from Werner Koch, providing
5042                 infrastructure for cross-compiling to Win32
5043
5044 2005-12-20 [paul]       1.9.100cvs96
5045
5046         * src/account.c
5047         * src/account.h
5048         * src/mainwindow.c
5049         * src/mainwindow.h
5050         * src/toolbar.c
5051         * src/toolbar.h
5052                 add a combo to the Get All button, allowing
5053                 quick retrieval from any account
5054                 Patch by Fabien Vantard, slightly modified
5055                 by Colin
5056         * src/gtk/about.c
5057                 i18n fix. Patch by Fabien Vantard
5058
5059 2005-12-19 [colin]      1.9.100cvs95
5060
5061         * src/compose.c
5062         * src/compose.h
5063                 Don't automatically join lines when they've 
5064                 been separated by the user and not automatically
5065
5066 2005-12-19 [paul]       1.9.100cvs94
5067
5068         * src/gtk/pluginwindow.c
5069                 i18n fix.
5070                 Patch by Fabien Vantard
5071
5072 2005-12-15 [paul]       1.9.100cvs93
5073
5074         * src/common/plugin.c
5075         * src/common/plugin.h
5076         * src/gtk/pluginwindow.c
5077         * src/plugins/clamav/clamav_plugin.c
5078         * src/plugins/demo/demo.c
5079         * src/plugins/dillo_viewer/dillo_viewer.c
5080         * src/plugins/pgpcore/plugin.c
5081         * src/plugins/pgpinline/plugin.c
5082         * src/plugins/pgpmime/plugin.c
5083         * src/plugins/spamassassin/spamassassin.c
5084         * src/plugins/trayicon/trayicon.c
5085                 add plugin_version()
5086
5087 2005-12-15 [colin]      1.9.100cvs92
5088
5089         * src/compose.c
5090                 Further fix bug #875
5091
5092 2005-12-15 [paul]       1.9.100cvs91
5093
5094         * src/gtk/filesel.c
5095                 fix attach_load_dir getting set to
5096                 PLUGINDIR on plugin load
5097
5098 2005-12-14 [mones]      1.9.100cvs90
5099
5100         * manual/ack.xml
5101         * manual/keyboard.xml
5102                 Initial draft and some shortcuts added
5103                 
5104         * po/es.po
5105                 Updated translation
5106
5107 2005-12-14 [colin]      1.9.100cvs89
5108
5109         * src/compose.c
5110         * src/imap.c
5111         * src/summaryview.c
5112         * src/gtk/gtkaspell.c
5113                 More leaks fixed
5114         * src/prefs_folder_item.c
5115                 Fix recursive prefs apply
5116
5117
5118 2005-12-14 [colin]      1.9.100cvs88
5119
5120         * src/compose.c
5121                 Fix bug #875 (Freeze On Inline Forward of 
5122                 Large Message)
5123
5124 2005-12-13 [colin]      1.9.100cvs87
5125
5126         * src/compose.c
5127                 Uniq-ify and sort the mimetypes list
5128                 Patch by Fabien Vantard
5129
5130 2005-12-13 [colin]      1.9.100cvs86
5131
5132         * src/imap.c
5133         * src/etpan/imap-thread.c
5134                 Fix leaks (patch by Hoa)
5135         * src/news.c
5136         * src/common/plugin.c
5137                 Fix leaks
5138
5139 2005-12-12 [colin]
5140
5141         * 2.0.0-rc2 released
5142
5143 2005-12-12 [colin]      1.9.100cvs85
5144
5145         * src/matcher.c
5146                 Fix a leak
5147
5148 2005-12-12 [wwp]        1.9.100cvs84
5149
5150         * src/gtk/icon_legend.c
5151                 fix misbehaviour and crash when closing the legend window
5152         using the Esc key (patch by Fabien Vantard).
5153
5154 2005-12-12 [paul]       1.9.100cvs83
5155
5156         * src/browseldap.c
5157         * src/foldersel.c
5158         * src/prefs_actions.c
5159         * src/prefs_filtering.c
5160         * src/prefs_matcher.c
5161         * src/prefs_spelling.glade      ** REMOVED **
5162         * src/prefs_template.c
5163         * src/gtk/foldersort.glade      ** REMOVED **
5164         * src/gtk/pluginwindow.c
5165         * src/gtk/pluginwindow.glade    ** REMOVED **
5166         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5167                 cleanups
5168
5169 2005-12-11 [paul]       1.9.100cvs82
5170
5171         * src/gtk/filesel.c
5172                 fix attach_load_dir crasher (double free)
5173
5174 2005-12-09 [paul]       1.9.100cvs81
5175
5176         * po/POTFILES.in
5177         * src/mainwindow.c
5178         * src/gtk/Makefile.am
5179         * src/gtk/icon_legend.c
5180         * src/gtk/icon_legend.h
5181                 add icon legend
5182         * src/manual.c
5183                 cleanup
5184
5185 2005-12-09 [paul]       1.9.100cvs80
5186
5187         * src/plugins/pgpcore/passphrase.c
5188                 wrap the label in the dialog
5189
5190 2005-12-09 [colin]      1.9.100cvs79
5191
5192         * src/plugins/pgpcore/sgpgme.c
5193                 Display (untrusted) on not trusted signatures
5194                 Patch by Michal Èihaø <michal@cihar.com>
5195                 Closes bug #867 (Report also key trust)
5196
5197 2005-12-09 [colin]      1.9.100cvs78
5198
5199         * src/common/plugin.c
5200                 Update licence check, following Eben Moglen's advice
5201
5202 2005-12-08 [colin]      1.9.100cvs77
5203
5204         * src/folder.c
5205                 Fix the occasionnal item->cache != NULL 
5206                 assertion failure. 
5207
5208 2005-12-08 [colin]      1.9.100cvs76
5209
5210         * src/mimeview.c
5211         * src/plugins/pgpcore/sgpgme.c
5212                 Print key id when unable to check it
5213                 Closes bug #866 (Show key id when missing)
5214
5215 2005-12-08 [paul]       1.9.100cvs75
5216
5217         * src/prefs_common.c
5218         * src/prefs_common.h
5219         * src/gtk/filesel.c
5220                 remember load attachment dir
5221
5222 2005-12-07 [colin]      1.9.100cvs74
5223
5224         * src/prefs_toolbar.c
5225                 Gtk fixes, patch by Fabien Vantard
5226
5227 2005-12-07 [colin]      1.9.100cvs73
5228
5229         * src/action.c
5230         * src/compose.c
5231         * src/compose.h
5232                 Fix bug #839 (Quoted text isn't colored after 
5233                 executing an action)
5234         * src/common/plugin.c
5235                 Require plugins to declare their licence in plugin_licence()
5236                 Refuse to load non-GPL plugins as they'd be illegal (as 
5237                 derived works of Sylpheed-Claws, they must be GPL).
5238         * src/plugins/clamav/clamav_plugin.c
5239         * src/plugins/demo/demo.c
5240         * src/plugins/dillo_viewer/dillo_viewer.c
5241         * src/plugins/pgpcore/plugin.c
5242         * src/plugins/pgpinline/plugin.c
5243         * src/plugins/pgpmime/plugin.c
5244         * src/plugins/spamassassin/spamassassin.c
5245         * src/plugins/trayicon/trayicon.c
5246                 Add plugin_licence()
5247
5248 2005-12-07 [paul]       1.9.100cvs72
5249
5250         * configure.ac
5251         * src/mainwindow.c
5252         * src/manual.c
5253         * src/manual.h
5254         * src/common/defs.h
5255                 clean up after local FAQ removal and
5256                 temporary manual removal
5257
5258 2005-12-06 [colin]      1.9.100cvs71
5259
5260         * configure.ac
5261         * doc/Makefile.am
5262         * doc/faq/.cvsignore
5263         * doc/faq/Makefile.am
5264         * doc/faq/de/.cvsignore
5265         * doc/faq/de/Makefile.am
5266         * doc/faq/de/sylpheed-faq-1.html
5267         * doc/faq/de/sylpheed-faq-2.html
5268         * doc/faq/de/sylpheed-faq-3.html
5269         * doc/faq/de/sylpheed-faq.html
5270         * doc/faq/en/.cvsignore
5271         * doc/faq/en/Makefile.am
5272         * doc/faq/en/sylpheed-faq-1.html
5273         * doc/faq/en/sylpheed-faq-2.html
5274         * doc/faq/en/sylpheed-faq-3.html
5275         * doc/faq/en/sylpheed-faq-4.html
5276         * doc/faq/en/sylpheed-faq.html
5277         * doc/faq/es/.cvsignore
5278         * doc/faq/es/Makefile.am
5279         * doc/faq/es/sylpheed-faq-1.html
5280         * doc/faq/es/sylpheed-faq-2.html
5281         * doc/faq/es/sylpheed-faq-3.html
5282         * doc/faq/es/sylpheed-faq-4.html
5283         * doc/faq/es/sylpheed-faq.html
5284         * doc/faq/fr/.cvsignore
5285         * doc/faq/fr/Makefile.am
5286         * doc/faq/fr/sylpheed-faq-1.html
5287         * doc/faq/fr/sylpheed-faq-2.html
5288         * doc/faq/fr/sylpheed-faq-3.html
5289         * doc/faq/fr/sylpheed-faq.html
5290         * doc/faq/it/.cvsignore
5291         * doc/faq/it/Makefile.am
5292         * doc/faq/it/sylpheed-faq-1.html
5293         * doc/faq/it/sylpheed-faq-2.html
5294         * doc/faq/it/sylpheed-faq-3.html
5295         * doc/faq/it/sylpheed-faq.html
5296         * doc/manual/.cvsignore
5297         * doc/manual/Makefile.am
5298         * doc/manual/de/.cvsignore
5299         * doc/manual/de/Makefile.am
5300         * doc/manual/de/sylpheed-1.html
5301         * doc/manual/de/sylpheed-10.html
5302         * doc/manual/de/sylpheed-11.html
5303         * doc/manual/de/sylpheed-12.html
5304         * doc/manual/de/sylpheed-13.html
5305         * doc/manual/de/sylpheed-14.html
5306         * doc/manual/de/sylpheed-15.html
5307         * doc/manual/de/sylpheed-16.html
5308         * doc/manual/de/sylpheed-17.html
5309         * doc/manual/de/sylpheed-18.html
5310         * doc/manual/de/sylpheed-19.html
5311         * doc/manual/de/sylpheed-2.html
5312         * doc/manual/de/sylpheed-20.html
5313         * doc/manual/de/sylpheed-3.html
5314         * doc/manual/de/sylpheed-4.html
5315         * doc/manual/de/sylpheed-5.html
5316         * doc/manual/de/sylpheed-6.html
5317         * doc/manual/de/sylpheed-7.html
5318         * doc/manual/de/sylpheed-8.html
5319         * doc/manual/de/sylpheed-9.html
5320         * doc/manual/de/sylpheed.html
5321         * doc/manual/en/.cvsignore
5322         * doc/manual/en/Makefile.am
5323         * doc/manual/en/sylpheed-1.html
5324         * doc/manual/en/sylpheed-10.html
5325         * doc/manual/en/sylpheed-11.html
5326         * doc/manual/en/sylpheed-12.html
5327         * doc/manual/en/sylpheed-13.html
5328         * doc/manual/en/sylpheed-14.html
5329         * doc/manual/en/sylpheed-15.html
5330         * doc/manual/en/sylpheed-16.html
5331         * doc/manual/en/sylpheed-17.html
5332         * doc/manual/en/sylpheed-18.html
5333         * doc/manual/en/sylpheed-19.html
5334         * doc/manual/en/sylpheed-2.html
5335         * doc/manual/en/sylpheed-20.html
5336         * doc/manual/en/sylpheed-21.html
5337         * doc/manual/en/sylpheed-22.html
5338         * doc/manual/en/sylpheed-3.html
5339         * doc/manual/en/sylpheed-4.html
5340         * doc/manual/en/sylpheed-5.html
5341         * doc/manual/en/sylpheed-6.html
5342         * doc/manual/en/sylpheed-7.html
5343         * doc/manual/en/sylpheed-8.html
5344         * doc/manual/en/sylpheed-9.html
5345         * doc/manual/en/sylpheed.html
5346         * doc/manual/es/.cvsignore
5347         * doc/manual/es/Makefile.am
5348         * doc/manual/es/sylpheed-1.html
5349         * doc/manual/es/sylpheed-10.html
5350         * doc/manual/es/sylpheed-11.html
5351         * doc/manual/es/sylpheed-12.html
5352         * doc/manual/es/sylpheed-13.html
5353         * doc/manual/es/sylpheed-14.html
5354         * doc/manual/es/sylpheed-15.html
5355         * doc/manual/es/sylpheed-16.html
5356         * doc/manual/es/sylpheed-17.html
5357         * doc/manual/es/sylpheed-18.html
5358         * doc/manual/es/sylpheed-19.html
5359         * doc/manual/es/sylpheed-2.html
5360         * doc/manual/es/sylpheed-20.html
5361         * doc/manual/es/sylpheed-3.html
5362         * doc/manual/es/sylpheed-4.html
5363         * doc/manual/es/sylpheed-5.html
5364         * doc/manual/es/sylpheed-6.html
5365         * doc/manual/es/sylpheed-7.html
5366         * doc/manual/es/sylpheed-8.html
5367         * doc/manual/es/sylpheed-9.html
5368         * doc/manual/es/sylpheed.html
5369         * doc/manual/fr/.cvsignore
5370         * doc/manual/fr/Makefile.am
5371         * doc/manual/fr/sylpheed-1.html
5372         * doc/manual/fr/sylpheed-10.html
5373         * doc/manual/fr/sylpheed-11.html
5374         * doc/manual/fr/sylpheed-12.html
5375         * doc/manual/fr/sylpheed-13.html
5376         * doc/manual/fr/sylpheed-14.html
5377         * doc/manual/fr/sylpheed-15.html
5378         * doc/manual/fr/sylpheed-16.html
5379         * doc/manual/fr/sylpheed-17.html
5380         * doc/manual/fr/sylpheed-18.html
5381         * doc/manual/fr/sylpheed-19.html
5382         * doc/manual/fr/sylpheed-2.html
5383         * doc/manual/fr/sylpheed-20.html
5384         * doc/manual/fr/sylpheed-3.html
5385         * doc/manual/fr/sylpheed-4.html
5386         * doc/manual/fr/sylpheed-5.html
5387         * doc/manual/fr/sylpheed-6.html
5388         * doc/manual/fr/sylpheed-7.html
5389         * doc/manual/fr/sylpheed-8.html
5390         * doc/manual/fr/sylpheed-9.html
5391         * doc/manual/fr/sylpheed.html
5392         * doc/manual/ja/.cvsignore
5393         * doc/manual/ja/Makefile.am
5394         * doc/manual/ja/sylpheed-1.html
5395         * doc/manual/ja/sylpheed-10.html
5396         * doc/manual/ja/sylpheed-11.html
5397         * doc/manual/ja/sylpheed-12.html
5398         * doc/manual/ja/sylpheed-13.html
5399         * doc/manual/ja/sylpheed-14.html
5400         * doc/manual/ja/sylpheed-15.html
5401         * doc/manual/ja/sylpheed-16.html
5402         * doc/manual/ja/sylpheed-17.html
5403         * doc/manual/ja/sylpheed-18.html
5404         * doc/manual/ja/sylpheed-19.html
5405         * doc/manual/ja/sylpheed-2.html
5406         * doc/manual/ja/sylpheed-20.html
5407         * doc/manual/ja/sylpheed-3.html
5408         * doc/manual/ja/sylpheed-4.html
5409         * doc/manual/ja/sylpheed-5.html
5410         * doc/manual/ja/sylpheed-6.html
5411         * doc/manual/ja/sylpheed-7.html
5412         * doc/manual/ja/sylpheed-8.html
5413         * doc/manual/ja/sylpheed-9.html
5414         * doc/manual/ja/sylpheed.html
5415         * doc/manual/ja/sylpheed.sgml
5416         * src/mainwindow.c
5417                 Remove outdated manual and faq. Noisy, eh?
5418
5419 2005-12-06 [colin]      1.9.100cvs70
5420
5421         * src/compose.c
5422         * src/quote_fmt_parse.y
5423         * src/undo.c
5424         * src/undo.h
5425                 Allow %X to position cursor at 0 
5426                 (no %X = before signature)
5427                 Fix paste as quotation putting the cursor at 0
5428                 Fix undo offsets when pasting
5429                 Insert the quote_fmt at once instead of line 
5430                 by line
5431                 Fix [Edited] when starting to reply/forward
5432
5433 2005-12-06 [paul]       1.9.100cvs69
5434
5435         * src/plugins/clamav/clamav_plugin_gtk.c
5436                 add another tooltip
5437         * src/plugins/spamassassin/spamassassin_gtk.c
5438                 rework spamassassin_create_widget_func()
5439
5440 2005-12-05 [colin]      1.9.100cvs68
5441
5442         * po/POTFILES.in
5443                 Fix make release ;-)
5444
5445 2005-12-05 [colin]      1.9.100cvs67
5446
5447         * src/compose.c
5448         * src/compose.h
5449                 Fix cursor positioning (not obeying %X)
5450
5451 2005-12-05 [paul]       1.9.100cvs66
5452
5453         * src/plugins/dillo_viewer/dillo_prefs.c
5454                 fix compilation warning
5455
5456 2005-12-05 [paul]       1.9.100cvs65
5457
5458         * src/prefs_spelling.c
5459         * src/plugins/trayicon/trayicon.c
5460                 cleanups - remove unused stuff
5461
5462 2005-12-05 [paul]       1.9.100cvs64
5463
5464         * README
5465         * manual/plugins.xml
5466                 remove info about removed mathml_viewer plugin
5467
5468 2005-12-05 [paul]       1.9.100cvs63
5469
5470         * configure.ac
5471         * src/plugins/Makefile.am
5472         * src/plugins/mathml_viewer/.cvsignore
5473         * src/plugins/mathml_viewer/Makefile.am
5474         * src/plugins/mathml_viewer/mathml_viewer.c
5475                 remove unmaintained mathml_viewer plugin
5476
5477 2005-12-05 [paul]       1.9.100cvs62
5478
5479         * src/summaryview.c
5480                 obey prefs_common.always_show_msg when
5481                 moving a msg
5482                 Thanks to Colin
5483
5484 2005-12-05 [paul]       1.9.100cvs61
5485
5486         * src/compose.c
5487         * src/prefs_account.c
5488         * src/prefs_filtering.c
5489         * src/prefs_quote.c
5490         * src/prefs_spelling.c
5491         * src/prefs_toolbar.c
5492         * src/summaryview.c
5493         * src/gtk/gtkutils.c
5494         * src/gtk/quicksearch.c
5495         * src/plugins/dillo_viewer/dillo_prefs.c
5496                 dialog cleanups
5497
5498 2005-12-04 [paul]       1.9.100cvs60
5499
5500         * src/inc.c
5501         * src/prefs_account.c
5502         * src/prefs_account.h
5503                 allow a Local account to specify a
5504                 default inbox
5505                 (closes bug 843 'Inbox cannot be changed for local
5506                  mailboxes')
5507
5508 2005-12-04 [colin]      1.9.100cvs59
5509
5510         * src/plugins/trayicon/trayicon.c
5511                 Remove Get, rename Get All to Get Mail in order to
5512                 be consistent with the default main toolbar
5513
5514 2005-12-03 [colin]      1.9.100cvs58
5515
5516         * manual/gpl.xml
5517         * manual/sylpheed-claws-manual.xml
5518                 Add GPL appendix
5519
5520 2005-12-03 [paul]       1.9.100cvs57
5521
5522         * AUTHORS
5523         * po/sv.po
5524         * src/gtk/authors.h
5525                 new (partially complete) Swedish translation
5526                 by Anders Troback <sylpheed@troback.com>
5527
5528 2005-12-02 [paul]       1.9.100cvs56
5529
5530         * configure.ac
5531                 libetpan 0.41 required
5532
5533 2005-12-02 [paul]       1.9.100cvs55
5534
5535         * src/plugins/clamav/clamav_plugin.c
5536         * src/plugins/clamav/clamav_plugin.h
5537         * src/plugins/clamav/clamav_plugin_gtk.c
5538         * src/plugins/spamassassin/spamassassin.c
5539         * src/plugins/spamassassin/spamassassin.h
5540         * src/plugins/spamassassin/spamassassin_gtk.c
5541                 unregister prefs pages on unloading, thus
5542                 preventing a crash
5543                 (thanks to Colin for the hint)
5544
5545 2005-12-02 [wwp]        1.9.100cvs54
5546
5547         * src/quote_fmt.h
5548         * src/quote_fmt_parse.y
5549                 fix misuse of gboolean*, use gboolean instead
5550                 (thanks to Paul, Colin, for pointing out that scaring one)
5551
5552 2005-12-02 [paul]       1.9.100cvs53
5553
5554         * src/plugins/clamav/clamav_plugin.c
5555                 int no --> unsigned int no
5556         * src/plugins/clamav/clamav_plugin_gtk.c
5557                 rework config page
5558
5559 2005-12-02 [wwp]        1.9.100cvs52
5560
5561         * src/compose.c
5562         * src/prefs_template.c
5563         * src/quote_fmt.h
5564         * src/quote_fmt_parse.y
5565                 prevent from executing |f and |p templates commands when
5566                 adding or replacing templates in prefs (avoids annoying and
5567                 potentially dangerous behaviours)
5568
5569 2005-12-02 [paul]       1.9.100cvs51
5570
5571         * src/prefs_common.c
5572                 allow translation of some default values
5573                 Patch by Fabien Vantard
5574
5575 2005-12-02 [paul]       1.9.100cvs50
5576
5577         * src/codeconv.c
5578         * src/codeconv.h
5579         * src/prefs_common.c
5580         * src/prefs_common.h
5581         * src/prefs_message.c
5582         * src/textview.c
5583                 remove obsolete 'convert_mb_alnum' option
5584                 and related stuff
5585         * src/gtk/about.c
5586                 remove unused 'about_textview_visibility_notify'
5587
5588 2005-12-02 [paul]       1.9.100cvs49
5589
5590         * src/prefs_account.c
5591         * src/prefs_compose_writing.c
5592         * src/prefs_fonts.c
5593         * src/prefs_gtk.h
5594         * src/prefs_image_viewer.c
5595         * src/prefs_message.c
5596         * src/prefs_other.c
5597         * src/prefs_receive.c
5598         * src/prefs_send.c
5599         * src/prefs_spelling.c
5600         * src/prefs_summaries.c
5601         * src/prefs_wrapping.c
5602         * src/plugins/dillo_viewer/dillo_prefs.c
5603         * src/plugins/pgpcore/prefs_gpg.c
5604                 several cleanups to the prefs dialogs
5605                 (slightly modified) patch by Fabien Vantard
5606
5607 2005-12-02 [paul]       1.9.100cvs48
5608
5609         * src/main.c
5610                 --exit means exit
5611         * src/send_message.c
5612                 fix crash on send when connection fails
5613
5614         Thanks to Colin
5615
5616 2005-12-01 [colin]      1.9.100cvs47
5617
5618         * src/html.c
5619                 Translate &hellip; to "..."
5620
5621 2005-11-30 [colin]      1.9.100cvs46
5622
5623         * src/matcher.c
5624         * src/matcher.h
5625                 Optimize back yesterday's fix.
5626
5627 2005-11-30 [paul]       1.9.100cvs45
5628
5629         * manual/faq.xml
5630                 standardised
5631         * manual/intro.xml
5632                 written by Colin, edited by me
5633
5634 2005-11-29 [colin]      1.9.100cvs44
5635
5636         * src/matcher.c
5637                 Skip headers unconditionnaly in match_body if the
5638                 rule is not message or ~message
5639
5640 2005-11-29 [colin]      1.9.100cvs43
5641
5642         * src/matcher.c
5643                 Fix body_part and such, not skipping headers 
5644                 if the matchcriteria wasn't the first in the rule
5645
5646 2005-11-29 [colin]      1.9.100cvs42
5647
5648         * src/compose.c
5649                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5650                 option missing from message view window)
5651                 Fix double text D'n'D with gtk-2.8
5652         * src/matcher.c
5653                 Fix ~message, ~headers_part, ~body_part rules
5654         * src/messageview.c
5655                 Add Windows-1252 (Closes bug #863)
5656                 Fix accels
5657         * src/gtk/gtkaspell.c
5658                 Properly destroy accels in all menus
5659
5660 2005-11-29 [mones]      1.9.100cvs41
5661
5662         * po/es.po
5663                 Updated.
5664
5665 2005-11-27 [colin]      1.9.100cvs40
5666
5667         * src/mh_gtk.c
5668                 "/Remove mailbox" -> "/Remove mailbox..."
5669
5670 2005-11-27 [paul]       1.9.100cvs39
5671
5672         * AUTHORS
5673         * po/de.po
5674         * src/gtk/authors.h
5675                 updated by new maintainer, Stephan Sachse
5676
5677 2005-11-27 [paul]       1.9.100cvs38
5678
5679         * manual/faq.xml
5680                 written by Colin, edited by me
5681
5682 2005-11-27 [paul]       1.9.100cvs37
5683
5684         * src/prefs_common.c
5685         * src/prefs_common.h
5686         * src/prefs_receive.c
5687         * src/prefs_summaries.c
5688                 move 'go to inbox after receiving new mail'
5689                 option from display/sumamaries to mail
5690                 handling/receive, and rework prefs_summaries
5691                 dialog a little
5692
5693 2005-11-25 [martin]     1.9.100cvs36
5694
5695         * po/de.po
5696             fixed windows-1252 translation;
5697             translated some new and fuzzy strings
5698
5699 2005-11-25 [paul]       1.9.100cvs35
5700
5701         * src/plugins/clamav/clamav_plugin.c
5702                 complete the update done in cvs34
5703
5704 2005-11-25 [paul]       1.9.100cvs34
5705
5706         * src/plugins/clamav/clamav_plugin.c
5707                 reflect upstream changes
5708
5709 2005-11-25 [paul]       1.9.100cvs33
5710
5711         * manual/ack.xml
5712         * manual/plugins.xml
5713         * manual/sylpheed-claws-manual.xml
5714                 written/updated by Colin, edited by me
5715         * tools/acroread2sylpheed.pl
5716                 update binary name
5717
5718 2005-11-24 [colin]      1.9.100cvs32
5719
5720         * src/compose.c
5721                 Fix bug #856 (reediting messages forgets Request
5722                 Return Receipt)
5723
5724 2005-11-24 [paul]       1.9.100cvs31
5725
5726         * manual/addrbook.xml
5727         * manual/starting.xml
5728                 written by Colin, proofread, edited, adapted by me
5729         * manual/advanced.xml
5730                 add some Actions examples
5731         * src/importldif.c
5732                 use a Save button instead of a Close button
5733         * src/wizard.c
5734                 indicate mandatory fields
5735                 fix page display
5736                 Thanks to Colin
5737
5738 2005-11-23 [colin]      1.9.100cvs30
5739
5740         * src/addressbook.c
5741                 Rename menu item, fix possible crash after
5742                 deletion of books
5743         * src/addrindex.c
5744                 Allow searching for '*' in ldap
5745         * src/browseldap.c
5746                 Fix "Browse Entry" (did anyone use it?)
5747         * src/wizard.c
5748                 Add guards for mandatory information
5749
5750 2005-11-23 [paul]       1.9.100cvs29
5751
5752         * manual/advanced.xml
5753                 corrections to the English
5754
5755 2005-11-23 [colin]      1.9.100cvs28
5756
5757         * src/mimeview.c
5758                 Fix possible crash at exit. After the call to
5759                 gtk_container_remove(), the Viewer's widget has no
5760                 more parent so gtk+ automatically frees it and its
5761                 sons. If destroy_viewer() then try to access it,
5762                 problems ensue.
5763
5764 2005-11-22 [colin]      1.9.100cvs27
5765
5766         * src/compose.c
5767         * src/gtk/gtkaspell.c
5768                 Fix right-clicking on a misspelled word
5769                 Fix More... in suggestions menu
5770
5771 2005-11-22 [wwp]        1.9.100cvs26
5772
5773         * src/prefs_template.c
5774                 templates works: re-sort templates list when adding or replacing,
5775                 prevent from adding or replacing when the template name is empty
5776
5777 2005-11-21 [colin]      1.9.100cvs25
5778
5779         * src/addressbook.c
5780                 Fix some addressbook suckage (dnd, select all)
5781         * src/compose.c
5782         * src/gtk/gtkaspell.c
5783         * src/gtk/gtkaspell.h
5784                 Make the spellchecker menu work with the 
5785                 GtkTextView one instead of overriding it
5786
5787 2005-11-20 [paul]       1.9.100cvs24
5788
5789         * manual/handling.xml
5790                 proofread and corrected
5791
5792 2005-11-20 [paul]       1.9.100cvs23
5793
5794         * manual/Makefile
5795                 generate html as one file
5796         * manual/advanced.xml
5797                 fix output generation
5798                 reformat hidden options list
5799         * manual/manual.xml     ** REMOVED **
5800         * manual/sylpheed-claws-manual.xml      ** ADDED **
5801                 renamed
5802
5803 2005-11-18 [colin]      1.9.100cvs22
5804
5805         * src/prefs_account.c
5806                 Fix layout in news and mbox accounts
5807         * manual/account.xml
5808         * manual/advanced.xml
5809                 New contents for Paul to check :)
5810
5811 2005-11-18 [wwp]        1.9.100cvs21
5812
5813         * src/gtk/quicksearch.c
5814                 don't update extended quicksearch buttons twice
5815
5816 2005-11-18 [paul]       1.9.100cvs20
5817
5818         * src/textview.c
5819                 complete 1.9.100cvs19
5820
5821 2005-11-18 [paul]       1.9.100cvs19
5822
5823         * src/compose.c
5824                 cosmetic improvements
5825         * src/textview.c
5826                 also list text/* attachments
5827
5828 2005-11-18 [colin]      1.9.100cvs18
5829
5830         * src/summaryview.c
5831                 Use column 0 instead of -1 in 
5832                 gtk_ctree_node_moveto, in a naive
5833                 hope it'll fix the gtk-related crashes
5834
5835 2005-11-18 [colin]      1.9.100cvs17
5836
5837         * src/gtk/inputdialog.c
5838                 Fix icon staying the first one
5839
5840 2005-11-17 [wwp]        1.9.100cvs16
5841                 fix possible problem showing some quicksearch buttons, and a bad
5842                 call to g_return_if_fail in a function that returns a value (both
5843                 fixes by Fabien Vantard)
5844
5845 2005-11-15 [wwp]        1.9.100cvs15
5846
5847         * src/gtk/quicksearch.c
5848                 added a tooltip to that obscure ... quicksearch button
5849
5850 2005-11-15 [wwp]        1.9.100cvs14
5851
5852         * src/gtk/quicksearch.c
5853                 add a quicksearch helper to filtering expression users: the ... button
5854                 raises the condition expr window. condition expressions set up w/ this
5855                 window are used by the quicksearch if the user closes it pressing OK.
5856
5857 2005-11-14 [paul]       1.9.100cvs13
5858
5859         * src/plugins/clamav/clamav_plugin.c
5860         * src/plugins/spamassassin/spamassassin.c
5861                 change plugin type following recent merging
5862
5863 2005-11-14 [wwp]        1.9.100cvs12
5864
5865         * src/folder.c
5866                 prevent from crashing when copying/moving message(s) from and
5867                 to the same folder
5868
5869 2005-11-14 [paul]       1.9.100cvs11
5870
5871         * src/plugins/clamav/Makefile.am
5872         * src/plugins/clamav/clamav_plugin.c
5873         * src/plugins/clamav/clamav_plugin.h
5874         * src/plugins/clamav/clamav_plugin_gtk.c
5875                 also merge clamav and clamav_gtk plugins
5876
5877 2005-11-13 [colin]      1.9.100cvs10
5878
5879         * configure.ac
5880         * src/plugins/spamassassin/Makefile.am
5881         * src/plugins/spamassassin/spamassassin.c
5882         * src/plugins/spamassassin/spamassassin.h
5883         * src/plugins/spamassassin/spamassassin_gtk.c
5884                 Merge spamassassin and spamassassin_gtk plugins,
5885                 and build it by default.
5886
5887 2005-11-12 [colin]      1.9.100cvs9
5888
5889         * src/etpan/imap-thread.c
5890                 Fix gcc warning
5891
5892 2005-11-12 [colin]      1.9.100cvs8
5893
5894         * src/procmime.c
5895                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5896
5897 2005-11-10 [colin]      1.9.100cvs7
5898
5899         * src/main.c
5900                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5901                 minimised state)
5902
5903 2005-11-10 [wwp]        1.9.100cvs6
5904
5905         * src/gtk/description_window.c
5906                 fix a crash when closing description windows using the WM's [X] button
5907
5908 2005-11-09 [colin]      1.9.100cvs5
5909
5910         * src/common/ssl.c
5911                 Update libetpan call to follow upstream
5912                 (yes, this requires libetpan-0.40cvs3)
5913
5914 2005-11-08 [colin]      1.9.100cvs4
5915
5916         * src/compose.c
5917         * src/textview.c
5918         * src/common/utils.c
5919         * src/common/utils.h
5920                 Enhance the email parser
5921
5922 2005-11-08 [colin]      1.9.100cvs3
5923
5924         * src/procmime.c
5925                 Fix what looks like an off-by-one (fixes 
5926                 attachments from the Bat)
5927
5928 2005-11-08 [wwp]        1.9.100cvs2
5929
5930         * src/main.c
5931                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5932
5933 2005-11-08 [wwp]        1.9.100cvs1
5934
5935         * src/main.c
5936                 allow exiting Sylpheed-Claws from command-line
5937
5938 2005-11-08 [paul]       1.9.100
5939
5940         1.9.100 released
5941
5942 2005-11-07 [colin]      1.9.99cvs17
5943
5944         * src/addritem.c
5945         * src/ldif.c
5946                 Fix import of base-64 encoded items
5947
5948 2005-11-07 [colin]      1.9.99cvs16
5949
5950         * src/send_message.c
5951                 Fix bug #314 (Queue does not empty under certain 
5952                 circumstances)
5953
5954 2005-11-07 [paul]       1.9.99cvs15
5955
5956         * src/mutt.c
5957         * src/pine.c
5958                 fix buffer overflows
5959                 Thanks to Colin
5960
5961 2005-11-07 [paul]       1.9.99cvs14
5962
5963         * doc/man/Makefile.am
5964         * doc/man/sylpheed-claws.1      ** ADDED **
5965         * doc/man/sylpheed.1            ** DELETED **
5966                 rename and update the man file
5967
5968 2005-11-06 [colin]      1.9.99cvs13
5969
5970         * src/ldif.c
5971                 Fix ldif_get_line() that returned empty strings
5972                 (Didn't understand why). Also fix a possible
5973                 buffer overflow.
5974
5975 2005-11-06 [wwp]        1.9.99cvs12
5976
5977         * src/textview.c
5978         * src/gtk/about.c
5979         * src/gtk/gtkutils.c
5980         * src/gtk/gtkutils.h
5981                 fix a compilation warning,
5982                 make links sensitive in the about dialog
5983
5984 2005-11-04 [wwp]        1.9.99cvs11
5985
5986         * src/gtk/about.c
5987                 don't wrap or translate URIs, and a bit text format cleanup
5988
5989 2005-11-04 [wwp]        1.9.99cvs10
5990
5991         * src/gtk/about.c
5992                 better textview tagging implementation (no more use of marks for
5993                 postponed tagging)
5994
5995 2005-11-02 [colin]      1.9.99cvs9
5996
5997         * src/common/ssl.c
5998                 Forgot an ifdef
5999
6000 2005-11-02 [colin]      1.9.99cvs8
6001
6002         * configure.ac
6003                 Require libetpan-0.40 due to upstream fix
6004         * src/common/ssl.c
6005                 Tell libetpan not to call SSL_Library_Init,
6006                 as we do it ourselves.
6007
6008 2005-11-02 [colin]      1.9.99cvs7
6009
6010         * po/POTFILES.in
6011                 Add missing files (thanks to Fabien Vantard)
6012
6013 2005-11-02 [colin]      1.9.99cvs6
6014
6015         * src/summaryview.c
6016                 Fix totals when read messages are hidden or quicksearch
6017                 is on
6018         * src/ssl_manager.c
6019         * src/ssl_manager.h
6020         * src/common/ssl_certificate.c
6021         * src/common/ssl_certificate.h
6022         * src/gtk/sslcertwindow.c
6023         * src/gtk/sslcertwindow.h
6024                 Fix copyright on my stuff
6025
6026 2005-11-02 [wwp]        1.9.99cvs5
6027
6028         * src/prefs_themes.c
6029                 fix directory name checking (theme installation/removal),
6030                 made related error a bit more verbose
6031
6032 2005-11-02 [colin]      1.9.99cvs4
6033
6034         * src/summaryview.c
6035                 Fix typo (probably fixes bug #841 (Sort by the From 
6036                 field doesn't work)
6037
6038 2005-11-02 [paul]       1.9.99cvs3
6039
6040         * po/ko.po
6041         * po/nb.po
6042                 updated by SungHyun Nam, Geir Helland
6043         * src/wizard.c
6044                 fix typo in welcome message. spotted by
6045                 Andrea Spadaccini
6046
6047 2005-11-01 [colin]      1.9.99cvs2
6048
6049         * src/compose.c
6050                 Fix replying to ml wen confirming subscription
6051         * src/messageview.c
6052         * src/mimeview.c
6053         * src/mimeview.h
6054         * src/privacy.h
6055         * src/summaryview.c
6056                 Make key check non blocking
6057
6058 2005-10-31 [paul]       1.9.99cvs1
6059
6060         * tools/claws.i18n.status.pl
6061                 updated for ChangeLog
6062
6063 2005-10-31 [paul]       1.9.99
6064
6065         1.9.99 released
6066
6067 2005-10-31 [paul]       1.9.15cvs131
6068
6069         * .cvsignore
6070         * ChangeLog
6071         * ChangeLog.claws       ** REMOVED **
6072         * ChangeLog-gtk2.claws  ** REMOVED **
6073         * ChangeLog.gtk1        ** ADDED **
6074         * INSTALL
6075         * Makefile.am
6076         * NEWS
6077         * README
6078         * README.claws          ** REMOVED **
6079         * README.jp             ** REMOVED **
6080         * RELEASE_NOTES         ** ADDED **
6081         * RELEASE_NOTES.claws   ** REMOVED **
6082         * commitHelper
6083         * configure.ac
6084         * sylpheed.spec.in      ** REMOVED **
6085                 tidy up and update the default docs:
6086                 ChangeLog.claws is renamed ChangeLog.gtk1
6087                 ChangeLog-gtk2.claws is renamed ChangeLog
6088                 README.claws is renamed README
6089                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6090
6091 2005-10-31 [paul]       1.9.15cvs130
6092
6093         * po/it.po
6094                 fix errors
6095
6096 2005-10-31 [paul]       1.9.15cvs129
6097
6098         * po/ca.po
6099         * po/de.po
6100         * po/en_GB.po
6101         * po/fr.po
6102         * po/it.po
6103         * po/pt_BR.po
6104         * po/sk.po
6105         * po/sr.po
6106         * po/zh_CN.po
6107                 updated by Miquel Oliete, Stephan Sachse and
6108                 Thomas Gilgin, me, Fabien Vantard, Andrea
6109                 Spadaccini, Frederico Goncalves Guimaraes,
6110                 Andrej Kacian, Aleksandar Urosevic, and
6111                 Ralgh Young.
6112
6113 2005-10-31 [mones]      1.9.15cvs128
6114
6115         * manual/faq.xml
6116                 More questions.
6117         
6118         * po/es.po
6119                 Updated for release.
6120
6121 2005-10-30 [colin]      1.9.15cvs127
6122
6123         * src/compose.c
6124                 Place cursor before rewrapping (fixes cursor
6125                 pos if quotation gets rewrapped)
6126
6127 2005-10-29 [paul]       1.9.15cvs126
6128
6129         * src/crash.c
6130         * src/foldersel.c
6131         * src/main.c
6132         * src/messageview.c
6133         * src/toolbar.c
6134         * src/gtk/authors.h
6135                 corrections to text items
6136
6137 2005-10-28 [colin]      1.9.15cvs125
6138
6139         * src/messageview.c
6140                 Make "hit 'C' to check sig" work from extern 
6141                 messageviews
6142
6143 2005-10-27 [colin]      1.9.15cvs124
6144
6145         * src/summaryview.c
6146                 Add a hack to avoid segfaulting when hammering 
6147                 on gtk's events
6148
6149 2005-10-27 [wwp]        1.9.15cvs123
6150
6151         * src/prefs_themes.c
6152                 sort list of themes names in themes prefs
6153
6154 2005-10-27 [paul]       1.9.15cvs122
6155
6156         * src/folder.c
6157         * src/prefs_account.c
6158                 fix building on Solaris
6159                 Patch by Alex Moore
6160
6161 2005-10-27 [wwp]        1.9.15cvs121
6162
6163         * src/summaryview.c
6164         * src/gtk/gtksctree.c
6165                 speed up unselecting messages in summary view (thanks to Colin)
6166
6167 2005-10-27 [paul]       1.9.15cvs120
6168
6169         * src/mainwindow.c
6170                 fix a compilation warning
6171         * src/summaryview.c
6172                 fix updating of 'n items selected' count
6173                 when deselecting
6174
6175 2005-10-27 [martin]     1.9.15cvs119
6176
6177         * src/action.c
6178                 ignore actions with a leading '/' in the action menu name
6179                 fixes a crash on menu creation
6180         * src/prefs_actions.c
6181                 do not allow a leading '/' in the action menu name
6182
6183 2005-10-27 [paul]       1.9.15cvs118
6184
6185         * src/main.c
6186                 fix compilation warning
6187
6188 2005-10-27 [paul]       1.9.15cvs117
6189
6190         * src/procmime.c
6191                 add #if HAVE_LOCALE_H
6192
6193 2005-10-27 [paul]       1.9.15cvs116
6194
6195         * src/plugins/clamav/clamav_plugin.c
6196         * src/plugins/dillo_viewer/dillo_viewer.c
6197         * src/plugins/mathml_viewer/mathml_viewer.c
6198         * src/plugins/pgpcore/plugin.c
6199         * src/plugins/pgpinline/plugin.c
6200         * src/plugins/pgpmime/plugin.c
6201         * src/plugins/spamassassin/spamassassin.c
6202         * src/plugins/trayicon/trayicon.c
6203                 plugin_init() : make error messages more
6204                 informative
6205
6206 2005-10-26 [wwp]        1.9.15cvs115
6207
6208         * src/prefs_matcher.c
6209                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6210
6211 2005-10-26 [wwp]        1.9.15cvs114
6212
6213         * src/procmime.c
6214         * src/gtk/gtksctree.c
6215         * src/plugins/spamassassin/libspamc.c
6216         * src/plugins/spamassassin/spamassassin.c
6217                 fix some compilation warnings more
6218
6219 2005-10-26 [mones]      1.9.15cvs113
6220
6221         * po/es.po
6222                 Updated translation
6223
6224 2005-10-26 [paul]       1.9.15cvs112
6225
6226         * src/prefs_message.c
6227                 give all display_xface stuff the
6228                 #if HAVE_LIBCOMPFACE treatment, thus
6229                 preventing a crash
6230                 (Thanks to Wolfgang Enderlein)
6231
6232 2005-10-26 [colin]      1.9.15cvs111
6233
6234         * src/gedit-print.c
6235                 Fix date format
6236         * src/imap_gtk.c
6237         * src/news_gtk.c
6238                 Remove context menu items that should not be there
6239         * src/jpilot.c
6240                 Fix encoding
6241         * src/main.c
6242         * src/mainwindow.c
6243                 Don't show the mainwindow too soon
6244
6245 2005-10-26 [wwp]        1.9.15cvs110
6246
6247         * src/folder.c
6248         * src/manual.c
6249         * src/summaryview.c
6250                 fix uninitialized pointers in the folder updating hook
6251                 (thanks to Colin)
6252
6253 2005-10-25 [mones]      1.9.15cvs109
6254
6255         * manual/faq.xml
6256                 General information subsection completed. 
6257                 Removed archaic references.
6258                 
6259         * manual/Makefile
6260         * manual/dtd/manual.dsl
6261                 Added customization stylesheet for getting paragraphs
6262                 fully justified in PDF output (as suggested by Colin).
6263
6264 2005-10-25 [colin]      1.9.15cvs108
6265
6266         * src/compose.c
6267                 Fix a second leak
6268
6269 2005-10-25 [colin]      1.9.15cvs107
6270
6271         * src/addrbook.c
6272         * src/addrindex.c
6273                 Fix leak (xml_get_element() allocates memory)
6274         * src/compose.c
6275                 Fix leak + dead code (shame!)
6276         * src/procmime.c
6277                 Fix leak
6278
6279 2005-10-25 [colin]      1.9.15cvs106
6280
6281         * src/mimeview.c
6282                 Fix encoding issue in Save all and in 
6283                 overwrite-confirmation alertpanel
6284
6285 2005-10-25 [colin]      1.9.15cvs105
6286
6287         * src/common/socket.c
6288                 Fix a leak - Thanks to Christopher Aillon
6289                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6290
6291 2005-10-25 [paul]       1.9.15cvs104
6292
6293         * src/wizard.c
6294                 Always guess servers from the right-hand
6295                 email part and guess username from the
6296                 left-hand part. (Thanks to Colin)
6297                 add an X-Face to the welcome message
6298
6299 2005-10-25 [paul]       1.9.15cvs103
6300
6301         * manual/handling.xml
6302                 written by Colin, edited by me
6303
6304 2005-10-25 [wwp]        1.9.15cvs102
6305
6306         * src/folderview.c
6307         * src/grouplistdialog.c
6308         * src/imap.c
6309         * src/noticeview.c
6310                 fix some compilation warnings
6311
6312 2005-10-24 [paul]
6313
6314         1.9.99-rc3 released
6315
6316 2005-10-24 [paul]       1.9.15cvs101
6317
6318         * src/gtk/about.c
6319                 fix window sizing
6320
6321 2005-10-24 [paul]       1.9.15cvs100
6322
6323         * src/pixmaps/offline.xpm
6324         * src/pixmaps/online.xpm
6325                 replace with last default versions
6326
6327 2005-10-24 [colin]      1.9.15cvs99
6328
6329         * src/imap.c
6330                 Fix bug when moving a folder
6331         * src/imap_gtk.c
6332         * src/mh_gtk.c
6333                 "Delete folder" pops up a window, so it 
6334                 should be suffixed with "..."
6335         * src/plugins/pgpcore/sgpgme.c
6336                 Include locale.h
6337
6338 2005-10-24 [mones]      1.9.15cvs98
6339
6340         * manual/Makefile
6341         * manual/account.xml
6342         * manual/ack.xml
6343         * manual/addrbook.xml
6344         * manual/advanced.xml
6345         * manual/faq.xml
6346         * manual/glossary.xml
6347         * manual/gpl.xml
6348         * manual/handling.xml
6349         * manual/intro.xml
6350         * manual/keyboard.xml
6351         * manual/manual.xml
6352         * manual/plugins.xml
6353         * manual/starting.xml
6354         * manual/dtd/sdocbook.dtd
6355                 Initial manual structure and some content.
6356
6357 2005-10-23 [wwp]        1.9.15cvs97
6358
6359         * src/gtk/about.c
6360                 fix a typo
6361
6362 2005-10-23 [wwp]        1.9.15cvs96
6363
6364         * src/gtk/about.c
6365         * src/gtk/authors.h
6366                 rework of the about window (main work by Paul), also featuring a few
6367                 fixes for typos and duplicate names
6368
6369 2005-10-23 [wwp]        1.9.15cvs95
6370
6371         * src/.cvsignore
6372                 Ignore the right binary name (sylpheed-claws now)
6373
6374 2005-10-23 [paul]       1.9.15cvs94
6375
6376         * src/compose.c
6377                 when using Folder Pref 'Default To for
6378                 replies' make the entry in the Compose
6379                 window bold
6380                 Patch by Fabien Vantard
6381
6382 2005-10-22 [colin]      1.9.15cvs93
6383
6384         * src/codeconv.c
6385                 Fix leak
6386
6387 2005-10-22 [colin]      1.9.15cvs92
6388
6389         * src/codeconv.c
6390                 try to convert using locale (apart utf8) if necessary
6391
6392 2005-10-22 [colin]      1.9.15cvs91
6393
6394         * src/pixmaps/new.xpm
6395         * src/pixmaps/unread.xpm
6396                 Make the unread envelope blue again and
6397                 saturate the new one a bit more.
6398
6399 2005-10-22 [colin]      1.9.15cvs90
6400
6401         * src/compose.c
6402                 When replying to a mail sent by one of our accounts,
6403                 use the original list of recipients. Let 'Reply All'
6404                 and 'Reply to sender' work like previously.
6405
6406 2005-10-21 [colin]      1.9.15cvs89
6407
6408         * src/prefs_filtering.c
6409                 Clear fields after add and replace
6410         * src/textview.c
6411                 Display xface differently (better)
6412         * src/plugins/pgpinline/pgpinline.c
6413                 Fix crappy encodings/recodings
6414
6415 2005-10-21 [paul]       1.9.15cvs88
6416
6417         * src/compose.c
6418         * src/prefs_folder_item.c
6419         * src/toolbar.c
6420                 fix news folder Folder Properties
6421                 (thanks to Colin)
6422         * src/folderview.c
6423                 update folderview after Themes change
6424                 keep selected folder selected
6425                 (thanks to Colin)
6426
6427 2005-10-21 [paul]       1.9.15cvs87
6428
6429         * tools/Makefile.am
6430         * tools/OOo2sylpheed.pl
6431         * tools/README
6432         * tools/README.sylprint
6433         * tools/asus_mailled.sh         ** REMOVED **
6434         * tools/filter_conv.pl
6435         * tools/freshmeat_search.pl
6436         * tools/google_search.pl
6437         * tools/gpg-sign-syl            ** REMOVED **
6438         * tools/kmail2sylpheed.pl
6439         * tools/kmail2sylpheed_v2.pl
6440         * tools/multiwebsearch.pl
6441         * tools/nautilus2sylpheed.sh
6442         * tools/newscache_clean.pl
6443         * tools/outlook2sylpheed.pl
6444         * tools/sylpheed-switcher       ** REMOVED **
6445         * tools/sylprint.pl
6446         * tools/sylprint.rc
6447         * tools/tb2sylpheed
6448         * tools/vcard2xml.py
6449         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6450                 update default config dir
6451                 update binary name (thanks to Fabien Vantard)
6452                 remove obsolete scripts
6453
6454 2005-10-21 [colin]      1.9.15cvs86
6455
6456         * src/inc.c
6457                 Fix possible leak and units. Based on a patch by
6458                 Fabien Vantard.
6459
6460 2005-10-20 [colin]      1.9.15cvs85
6461
6462         * src/textview.c
6463                 Clear xface when clearing textview
6464
6465 2005-10-20 [colin]      1.9.15cvs84
6466
6467         * configure.ac
6468         * src/folderview.c
6469         * src/headerview.c
6470         * src/main.c
6471         * src/prefs_common.c
6472         * src/prefs_common.h
6473         * src/prefs_message.c
6474         * src/textview.c
6475         * src/textview.h
6476         * src/common/defs.h
6477         * src/common/utils.c
6478         * src/common/utils.h
6479         * src/gtk/gtkutils.c
6480         * src/gtk/gtkutils.h
6481                 Migrate config to .sylpheed-claws (Automatically)
6482                 Add a way to get the Xface in the TextView
6483
6484 2005-10-20 [colin]      1.9.15cvs83
6485
6486         * src/gtk/Makefile.am
6487         * src/gtk/about.c
6488         * src/gtk/authors.h
6489                 Make the about dialog *grooovy*
6490
6491 2005-10-20 [colin]      1.9.15cvs82
6492
6493         * src/mimeview.c
6494                 Use "Open with" on double click if no command
6495                 was found
6496
6497 2005-10-20 [colin]      1.9.15cvs81
6498
6499         * src/imap.c
6500         * src/etpan/imap-thread.c
6501                 Fix possible crash.
6502
6503 2005-10-20 [paul]       1.9.15cvs80
6504
6505         * src/folder.c
6506                 don't show clipkey icon if the only
6507                 attachment is the signature
6508                 Patch by Colin
6509
6510 2005-10-20 [paul]       1.9.15cvs79
6511
6512         * AUTHORS
6513         * src/plugins/pgpmime/pgpmime.c
6514                 name the PGP/MIME signature 'signature.asc'
6515                 Patch by Andrew Nelson <freeandy@gmail.com>
6516
6517 2005-10-19 [colin]      1.9.15cvs78
6518
6519         * src/plugins/pgpmime/pgpmime.c
6520                 Oops, no need to double-check though
6521
6522 2005-10-19 [colin]      1.9.15cvs77
6523
6524         * src/plugins/pgpinline/pgpinline.c
6525         * src/plugins/pgpmime/pgpmime.c
6526                 Check that my_tmpfile() doesn't 
6527                 return NULL
6528
6529 2005-10-19 [colin]      1.9.15cvs76
6530
6531         * src/common/utils.c
6532                 Use shorter mime boundaries to avoid having
6533                 MTAs rewrapping our headers, breaking the
6534                 PGP signature in the process 
6535         * src/compose.c
6536         * src/plugins/pgpmime/pgpmime.c
6537                 Check for boundary uniqueness to be sure
6538                 it won't happen, instead of hoping for the
6539                 best
6540
6541 2005-10-19 [colin]      1.9.15cvs75
6542
6543         * sylpheed-claws.desktop
6544         * src/Makefile.am
6545         * src/main.c
6546                 Ship a sylpheed-claws binary instead
6547                 of a sylpheed one. Change the socket
6548                 name, too
6549         * src/folderview.c
6550                 Update folder only if it changed
6551         * src/wizard.c
6552                 Fix i18n in welcome mail, patch by
6553                 Fabien Vantard
6554
6555 2005-10-19 [paul]
6556
6557         1.9.99-rc2 released
6558
6559 2005-10-19 [paul]       1.9.15cvs74
6560
6561         * src/folder.c
6562         * src/folderview.c
6563                 fix summaryview update
6564                 Patch by Colin
6565
6566 2005-10-18 [colin]      1.9.15cvs73
6567
6568         * src/plugins/pgpcore/passphrase.c
6569                 Don't XGrabServer, and try a bit more to 
6570                 sync everything before grabbing mouse/keyboard
6571
6572 2005-10-18 [colin]      1.9.15cvs72
6573
6574         * src/Makefile.am
6575         * src/addressadd.c
6576         * src/addressbook.c
6577         * src/folderview.c
6578         * src/grouplistdialog.c
6579         * src/mimeview.c
6580         * src/stock_pixmap.c
6581         * src/stock_pixmap.h
6582         * src/summaryview.c
6583         * src/gtk/gtksctree.c
6584         * src/gtk/gtksctree.h
6585         * src/pixmaps/empty.xpm
6586                 Implement a wrapper call for gtk_ctree_set_node_info
6587                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6588                 pixmap instead of a NULL one. This works around some
6589                 memory problems deep inside gtk, revealed by valgrind,
6590                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6591                 as locked crashes sylpheed.), as well as, probably, 
6592                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6593
6594 2005-10-17 [colin]      1.9.15cvs71
6595
6596         * src/mimeview.c
6597                 Provide visual feedback when checking
6598                 signature
6599
6600 2005-10-17 [colin]      1.9.15cvs70
6601
6602         * src/main.c
6603                 Keep the folder list frozen while checking caches...
6604
6605 2005-10-17 [colin]      1.9.15cvs69
6606
6607         * src/addr_compl.c
6608                 Fi bug #833 (Autocompleting from addressbook 
6609                 fails with extended chars)
6610         * src/imap.c
6611                 Fix 'adding messages' staying in statusbar
6612                 after an error
6613
6614 2005-10-17 [wwp]        1.9.15cvs68
6615
6616         * src/ssl_manager.c
6617                 Fix buttons' layout resizing when window size changes
6618
6619 2005-10-17 [wwp]        1.9.15cvs67
6620
6621         * src/account.c
6622         * src/prefs_account.c
6623         * src/prefs_common.c
6624         * src/prefs_common.h
6625         * src/prefs_folder_item.c
6626         * src/prefs_gtk.c
6627         * src/gtk/logwindow.c
6628         * src/gtk/pluginwindow.c
6629         * src/gtk/prefswindow.c
6630         * src/gtk/prefswindow.h
6631                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6632
6633 2005-10-17 [paul]       1.9.15cvs66
6634
6635         * configure.ac
6636                 fix missing libetpan message
6637         * po/en_GB.po
6638                 updated
6639         * src/crash.c
6640         * src/manual.c
6641         * src/prefs_themes.c
6642         * src/common/defs.h
6643                 add some new URI defines, change some
6644                 others
6645         * src/wizard.c
6646                 make welcome message translatable
6647                 small improvements to english
6648                 other tweaks
6649         * src/gtk/menu.c
6650                 fix warnings
6651
6652 2005-10-17 [paul]       1.9.15cvs65
6653
6654         * src/summaryview.c
6655                 fix column titles
6656
6657 2005-10-16 [mones]      1.9.15cvs64
6658
6659         * po/es.po
6660                 Updated translation
6661
6662 2005-10-16 [colin]
6663
6664         1.9.99-rc1 released
6665
6666 2005-10-16 [colin]      1.9.15cvs63
6667
6668         * src/wizard.c
6669                 Fix whitespace
6670
6671 2005-10-16 [colin]      1.9.15cvs62
6672
6673         * src/toolbar.c
6674                 s/Get All/Get Mail/
6675         * src/wizard.c
6676                 Real welcome mail text, thanks Paul
6677
6678 2005-10-16 [colin]      1.9.15cvs61
6679
6680         * src/editldap.c
6681         * src/exporthtml.c
6682         * src/main.c
6683         * src/mainwindow.c
6684         * src/prefs_themes.c
6685         * src/prefs_toolbar.c
6686         * src/plugins/demo/demo.c
6687         * src/plugins/trayicon/trayicon.c
6688                 s/Sylpheed/Sylpheed-Claws/
6689
6690 2005-10-16 [colin]      1.9.15cvs60
6691
6692         * src/wizard.c
6693                 Add a welcome email in the first empty mailbox
6694         * src/prefs_common.c
6695                 Change one more default
6696
6697 2005-10-16 [colin]      1.9.15cvs59
6698
6699         * src/wizard.c
6700                 Remove printf
6701
6702 2005-10-16 [colin]      1.9.15cvs58
6703
6704         * src/toolbar.c
6705         * src/prefs_common.c
6706                 Change some defaults
6707
6708 2005-10-16 [colin]      1.9.15cvs57
6709
6710         * src/toolbar.c
6711         * src/prefs_common.c
6712                 Change some defaults
6713
6714 2005-10-16 [colin]      1.9.15cvs56
6715
6716         * src/wizard.c
6717                 By default, initialize fonts to have
6718                 the same size as normal GtkWidgets
6719
6720 2005-10-16 [colin]      1.9.15cvs55
6721
6722         * src/mimeview.c
6723                 Fix message a bit more
6724
6725 2005-10-16 [colin]      1.9.15cvs54
6726
6727         * src/addressbook.c
6728                 Second attempt at flicker fixing
6729
6730 2005-10-16 [colin]      1.9.15cvs53
6731
6732         * src/addressbook.c
6733                 Fix flicker
6734
6735 2005-10-16 [wwp]        1.9.15cvs52
6736
6737         * src/addressbook.c
6738         * src/editaddress.c
6739         * src/prefs_common.c
6740         * src/prefs_common.h
6741                 Remember window sizes (address book)
6742
6743 2005-10-16 [wwp]        1.9.15cvs51
6744
6745         * src/plugins/clamav/clamav_plugin_gtk.c
6746         * src/plugins/spamassassin/spamassassin_gtk.c
6747                 Fix compilation warnings (missing #include).
6748
6749 2005-10-16 [colin]      1.9.15cvs50
6750
6751         * src/mimeview.c
6752         * src/summaryview.c
6753         * src/textview.c
6754                 Make 'c' check signature, and forward
6755                 c, l, y, t from summaryview to mimeview
6756
6757 2005-10-16 [colin]      1.9.15cvs49
6758
6759         * src/addressbook.c
6760                 Put border around buttons
6761         * src/mainwindow.c
6762         * src/summaryview.c
6763                 Rework menus (Patch based on a patch
6764                 by Paul)
6765
6766 2005-10-15 [wwp]        1.9.15cvs48
6767
6768         * src/editjpilot.c
6769         * src/editldap.c
6770         * src/editvcard.c
6771         * src/exphtmldlg.c
6772         * src/expldifdlg.c
6773         * src/export.c
6774         * src/import.c
6775         * src/importldif.c
6776         * src/importmutt.c
6777         * src/importpine.c
6778         * src/prefs_account.c
6779         * src/prefs_spelling.c
6780         * src/gtk/gtkutils.c
6781         * src/gtk/gtkutils.h
6782         * src/plugins/clamav/clamav_plugin_gtk.c
6783         * src/plugins/spamassassin/spamassassin_gtk.c
6784                 use nicer browse-for-file/dir buttons than the "..." ones,
6785                 code factorizing more.
6786
6787 2005-10-14 [colin]      1.9.15cvs47
6788
6789         * src/mainwindow.c
6790                 set relief on the account switcher so that people see it
6791                 grey out Create processing rules when no message is selected
6792         * src/prefs_filtering.c
6793                 ask before closing if the rule has not been modified, even if
6794                 it's not valid
6795         * src/prefs_matcher.c
6796                 fix sensitivity when entering the dialog
6797         * src/gtk/inputdialog.c
6798                 display a better icon on password ask
6799         * src/plugins/pgpcore/passphrase.c
6800                 make the dialog look better
6801
6802 2005-10-14 [paul]       1.9.15cvs46
6803
6804         * src/folderview.c
6805                 indicate presense of marked msgs in
6806                 unexpanded subfolders
6807
6808 2005-10-14 [paul]       1.9.15cvs45
6809
6810         * src/prefs_actions.c
6811         * src/prefs_common.c
6812         * src/prefs_common.h
6813         * src/prefs_filtering_action.c
6814         * src/prefs_matcher.c
6815         * src/prefs_template.c
6816                 remember window sizes
6817                 fix Info button size
6818
6819         Patches by wwp
6820
6821 2005-10-13 [colin]      1.9.15cvs44
6822
6823         * src/mimeview.c
6824         * src/noticeview.c
6825         * src/noticeview.h
6826                 Add a tooltip on the icon (optional) 
6827                 Get rid of the signature buttons and only
6828                 use the icon+tooltip
6829
6830 2005-10-13 [colin]      1.9.15cvs43
6831
6832         * src/noticeview.c
6833         * src/noticeview.h
6834                 Add hand cursor for hovering over icon
6835
6836 2005-10-13 [colin]      1.9.15cvs42
6837
6838         * src/summaryview.c
6839                 Fix crash when quicksearch's hidden 
6840                 at startup
6841
6842 2005-10-13 [colin]      1.9.15cvs41
6843
6844         * src/compose.c
6845                 Set subject when forwarding multiple mails
6846                 Check that other recipient than the default Cc or Bcc
6847                 have been set before sending.
6848
6849 2005-10-13 [colin]      1.9.15cvs40
6850
6851         * src/imap.c
6852                 Batch per-folder
6853                 Introduce locking, but don't use it yet
6854
6855 2005-10-13 [colin]      1.9.15cvs39
6856
6857         * src/gtk/quicksearch.c
6858                 Reset quicksearch when hiding it
6859                 Make sticky a real pref
6860
6861 2005-10-13 [colin]      1.9.15cvs38
6862
6863         * src/summaryview.c
6864                 Faster prefs apply
6865
6866 2005-10-13 [colin]      1.9.15cvs37
6867
6868         * src/mimeview.c
6869         * src/noticeview.c
6870         * src/noticeview.h
6871         * src/plugins/pgpcore/sgpgme.c
6872                 Make privacy icon clickable
6873                 Move Trust field in Full info
6874                 When trust is less than full, don't display
6875                 a warning icon
6876
6877 2005-10-13 [colin]      1.9.15cvs36
6878
6879         * src/folder.c
6880                 Batch on flags sync
6881         * src/folderview.c
6882                 Revert speed hack which is dangerous in fact
6883                 Apply prefs faster
6884
6885 2005-10-13 [colin]      1.9.15cvs35
6886
6887         * src/folder_item_prefs.c
6888                 Fix pref corruption on folder move. Patch
6889                 by wwp
6890
6891 2005-10-13 [paul]       1.9.15cvs34
6892
6893         * src/export.c
6894         * src/import.c
6895                 fix typos in g_warnings
6896         * src/prefs_account.c
6897                 add a file selector for Signature file
6898
6899         Patches by wwp
6900
6901 2005-10-12 [colin]      1.9.15cvs33
6902
6903         * src/mimeview.c
6904                 Provide a quick way to go back from a
6905                 signature's full info to the email part
6906
6907 2005-10-12 [colin]      1.9.15cvs32
6908
6909         * src/compose.c
6910                 Remove old hack of encoding signed mails with base64.
6911                 QP works equally well.
6912
6913 2005-10-12 [colin]      1.9.15cvs31
6914
6915         * src/crash.c
6916                 Replace deprecated GtkText with GtkTextView
6917         * src/imap.c
6918                 Fix a logic bug about counts in imap_select
6919                 (previously un-triggered)
6920         * src/mainwindow.c
6921         * src/summaryview.c
6922         * src/news.c
6923                 Allow local deletion of news posts
6924         * src/mimeview.c
6925                 Show GPG noticeview on the message/rfc822 part
6926                 in addition to the text/plain one
6927         * src/prefs_image_viewer.c
6928           src/plugins/pgpcore/prefs_gpg.c
6929                 Polish (set the label as part of the checkbox)
6930         * src/wizard.c
6931                 Don't sit there doing nothing after destroying
6932                 the window - return err
6933
6934 2005-10-11 [colin]      1.9.15cvs30
6935
6936         * src/folderview.c
6937                 Apply processing rules before showing folders.
6938                 Early folder show (before flags sync) will only
6939                 be done when there are no processing rules (nor
6940                 pre- or post- ones)
6941         * src/imap.c
6942                 Fix stuff related to mail subdir, creation and 
6943                 deletion of folders 
6944         * src/imap_gtk.c
6945                 Don't allow creation of folders in NoInferior
6946                 folders, as it won't work
6947
6948 2005-10-10 [colin]      1.9.15cvs29
6949
6950         * src/compose.c
6951                 Reselect "None" Privacy system when selecting an
6952                 account with no privacy system defined
6953
6954 2005-10-10 [colin]      1.9.15cvs28
6955
6956         * src/mainwindow.c
6957                 Add Windows-1252 encoding
6958         * src/prefs_common.c
6959                 Rework some defaults:
6960                 - autosave to draft by default
6961                 - don't show header pane (it's already in the textview)
6962                 - Select first new or unread mail on entry
6963                 - Assume 'Yes' to change folder when there's no more
6964                   unread message
6965         * src/prefs_matcher.c
6966                 Fix a gtk assertion failure
6967         * src/gtk/colorlabel.c
6968                 Workaround bad repainting on selection
6969         * src/main.c
6970                 Freeze/thaw (a bit faster on ssh -X)
6971         * src/msgcache.c
6972                 Get rid of StrdupConverter that just adds an
6973                 extra strdup/free 
6974         * src/etpan/imap_thread.c
6975                 memset buf to 0
6976
6977 2005-10-10 [colin]      1.9.15cvs27
6978
6979         * src/export.c
6980         * src/import.c
6981                 Fix compile on gtk 2.4. Patch by wwp
6982
6983 2005-10-09 [colin]      1.9.15cvs26
6984
6985         * src/mainwindow.c
6986         * src/messageview.c
6987         * src/summaryview.c
6988                 Clarify forward menus. Patch by wwp
6989
6990 2005-10-09 [colin]      1.9.15cvs25
6991
6992         * src/compose.c
6993         * src/compose.h
6994                 Fix bug #829 (Non-working "Encrypt message by 
6995                 default when replying to an encrypted message")
6996
6997 2005-10-08 [colin]      1.9.15cvs24
6998
6999         * src/wizard.c
7000                 Fix bug #827 ("Welcome" setup wizard after a 
7001                 permission error gives up & forgets itself.)
7002
7003 2005-10-08 [colin]      1.9.15cvs23
7004
7005         * src/procmime.c
7006                 Fix bug #828 (Ignoring headers with spaces around = sign)
7007
7008 2005-10-08 [colin]      1.9.15cvs22
7009
7010         * src/export.c
7011                 Warning fix by wwp
7012
7013 2005-10-08 [colin]      1.9.15cvs21
7014
7015         * src/folder.c
7016         * src/folder.h
7017                 Add a processing_pending indicator, set on 
7018                 folder_item_open and cleared after 
7019                 folder_item_process_open
7020         * src/folderview.c
7021         * src/summaryview.c
7022                 wrap procmsg_msginfo_*_flags, and in the
7023                 wrapper check that there's no folder processing 
7024                 pending. If there is, defer the flags change until 
7025                 processing is done to avoid stepping over each
7026                 other's toes.
7027                 Freeze during processing, but not during scanning.
7028
7029 2005-10-07 [colin]      1.9.15cvs20
7030
7031         * src/plugins/pgpcore/passphrase.c
7032                 Fix bug #826 (X-Server hangs when 
7033                 right-clicking a PGP encrypted message)
7034
7035 2005-10-07 [paul]       1.9.15cvs19
7036
7037         * src/compose.c
7038                 fix compose_entries[]
7039                 patch by Fabien Vantard
7040
7041 2005-10-06 [colin]      1.9.15cvs18
7042
7043         * src/pixmaps/address.xpm
7044         * src/pixmaps/address_book.xpm
7045         * src/pixmaps/book.xpm
7046         * src/pixmaps/check_spelling.xpm
7047         * src/pixmaps/checkbox_off.xpm
7048         * src/pixmaps/checkbox_on.xpm
7049         * src/pixmaps/close.xpm
7050         * src/pixmaps/complete.xpm
7051         * src/pixmaps/continue.xpm
7052         * src/pixmaps/deleted.xpm
7053         * src/pixmaps/down_arrow.xpm
7054         * src/pixmaps/exec.xpm
7055         * src/pixmaps/forwarded.xpm
7056         * src/pixmaps/group.xpm
7057         * src/pixmaps/ignorethread.xpm
7058         * src/pixmaps/interface.xpm
7059         * src/pixmaps/jpilot.xpm
7060         * src/pixmaps/ldap.xpm
7061         * src/pixmaps/linewrap.xpm
7062         * src/pixmaps/linewrapcurrent.xpm
7063         * src/pixmaps/mail.xpm
7064         * src/pixmaps/mail_attach.xpm
7065         * src/pixmaps/mail_compose.xpm
7066         * src/pixmaps/mail_forward.xpm
7067         * src/pixmaps/mail_receive.xpm
7068         * src/pixmaps/mail_receive_all.xpm
7069         * src/pixmaps/mail_reply.xpm
7070         * src/pixmaps/mail_reply_to_all.xpm
7071         * src/pixmaps/mail_reply_to_author.xpm
7072         * src/pixmaps/mail_send.xpm
7073         * src/pixmaps/mail_send_queue.xpm
7074         * src/pixmaps/mime_application.xpm
7075         * src/pixmaps/mime_audio.xpm
7076         * src/pixmaps/mime_image.xpm
7077         * src/pixmaps/mime_message.xpm
7078         * src/pixmaps/mime_text_enriched.xpm
7079         * src/pixmaps/mime_text_html.xpm
7080         * src/pixmaps/mime_text_plain.xpm
7081         * src/pixmaps/mime_unknown.xpm
7082         * src/pixmaps/new.xpm
7083         * src/pixmaps/news_compose.xpm
7084         * src/pixmaps/offline.xpm
7085         * src/pixmaps/online.xpm
7086         * src/pixmaps/paste.xpm
7087         * src/pixmaps/preferences.xpm
7088         * src/pixmaps/privacy_emblem_encrypted.xpm
7089         * src/pixmaps/privacy_expired.xpm
7090         * src/pixmaps/privacy_failed.xpm
7091         * src/pixmaps/privacy_passed.xpm
7092         * src/pixmaps/privacy_signed.xpm
7093         * src/pixmaps/privacy_unknown.xpm
7094         * src/pixmaps/privacy_warn.xpm
7095         * src/pixmaps/properties.xpm
7096         * src/pixmaps/replied.xpm
7097         * src/pixmaps/search.xpm
7098         * src/pixmaps/unread.xpm
7099         * src/pixmaps/up_arrow.xpm
7100         * src/pixmaps/vcard.xpm
7101                 Modernize internal theme, with icons from the 
7102                 Gnomaws theme. Keep some of the old ones where
7103                 they were better.
7104
7105 2005-10-06 [colin]      1.9.15cvs17
7106
7107         * src/summaryview.c
7108                 Little optimisations + bugfix
7109         * src/toolbar.c
7110                 Remove default useless items - useless being defined
7111                 by the default relevant prefs
7112         * src/wizard.c
7113                 include config.h to make gettext work
7114         * src/prefs_themes.c
7115                 Fix selection of current theme in prefs
7116
7117 2005-10-06 [colin]      1.9.15cvs16
7118
7119         * src/prefs_common.c
7120         * src/prefs_common.h
7121         * src/prefs_summaries.c
7122         * src/folderview.c
7123                 Add a warning dialog on Mark all read 
7124                 (with pref to get rid of it)
7125
7126 2005-10-06 [paul]       1.9.15cvs15
7127
7128         * po/nb.po
7129         * po/pt_BR.po
7130                 updated by Geir Helland and Frederico
7131                 Goncalves Guimaraes
7132
7133 2005-10-05 [colin]      1.9.15cvs14
7134
7135         * src/folder.c
7136         * src/folder.h
7137         * src/folderview.c
7138         * src/folderview.h
7139         * src/imap_gtk.c
7140         * src/mh_gtk.c
7141         * src/mainwindow.c
7142         * src/setup.c
7143                 add a way to rescan without rebuilding
7144                 make moving a bit faster (less folders changes)
7145                 don't lock the tree on Get 
7146         * src/imap.c
7147                 Don't re-delete deleted messages before expunging
7148         * src/summaryview.c
7149                 Set batch mode when deleting mails
7150
7151 2005-10-05 [paul]       1.9.15cvs13
7152
7153         * src/mainwindow.c
7154         * src/mainwindow.h
7155                 fix disabled Execute menu item
7156         * src/toolbar.c
7157                 match the change in 1.9.15cvs10: use Compose
7158                 instead of News by default
7159
7160 2005-10-04 [colin]      1.9.15cvs12
7161
7162         * src/compose.c
7163                 When replying to an ML post with Reply-To set
7164                 to the poster's email, honor it (as before),
7165                 but also honor our user's request to reply to
7166                 the mailing list: set the ML address in the To
7167                 field and the Reply-To address in the Cc: 
7168                 field.
7169
7170 2005-10-04 [colin]      1.9.15cvs11
7171
7172         * src/plugins/trayicon/trayicon.c
7173                 Finish cosmetic change - thanks to wwp
7174
7175 2005-10-04 [colin]      1.9.15cvs10
7176
7177         * src/toolbar.c
7178                 Use Compose instead of Email by default.
7179                 Spotted by wwp.
7180
7181 2005-10-04 [colin]      1.9.15cvs9
7182
7183         * src/folder.c
7184         * src/folder.h
7185         * src/folderview.c
7186         * src/imap.c
7187         * src/etpan/imap-thread.c
7188         * src/etpan/imap-thread.h
7189                 Try to make IMAP faster, by simplifying SEARCH
7190                 commands, avoiding sending two STATUS in a row,
7191                 and deferring flags sync and processing just
7192                 after displaying the folder. 
7193                 This will update the SummaryView in certain
7194                 cases (new mails not already fetched, flags
7195                 changed from another client) but in a non-
7196                 blocking manner.
7197
7198 2005-10-04 [colin]      1.9.15cvs8
7199
7200         * src/plugins/trayicon/trayicon.c
7201                 Relabel "Offline" to "Work offline"
7202
7203 2005-10-04 [colin]      1.9.15cvs7
7204
7205         * src/export.c
7206         * src/import.c
7207         * src/mbox.c
7208                 Fix mbox import/export buglets
7209                 Patch by wwp
7210         * src/plugins/trayicon/trayicon.c
7211                 Add offline swithc
7212                 Patch by wwp
7213
7214 2005-10-04 [colin]      1.9.15cvs6
7215
7216         * src/folder.c
7217         * src/folderview.c
7218         * src/summaryview.c
7219                 Better fix (don't break mark all read) for cvs2
7220
7221 2005-10-03 [colin]      1.9.15cvs5
7222
7223         * src/folder.c
7224                 Use a sane sort by default
7225
7226 2005-10-03 [colin]      1.9.15cvs4
7227
7228         * src/inc.c
7229                 Add a 'Only once' button for overriding offline mode
7230         * src/prefs_account.c
7231         * src/wizard.c
7232                 Add Local mbox to the wizard
7233                 Add IMAP subdir to the wizard (or the wizard is useless
7234                 for such accounts, or even worse than useless)
7235                 Move IMAP subdir from Advanced to Receive tab, as it's
7236                 not that uncommon
7237
7238 2005-10-03 [colin]      1.9.15cvs3
7239
7240         * src/send_message.c
7241                 Forgot this one in cvs1
7242
7243 2005-10-03 [colin]      1.9.15cvs2
7244
7245         * src/folder.c
7246                 Faster close when leaving a folder with lots
7247                 of new mails. Idea by David Relson.
7248
7249 2005-10-03 [colin]      1.9.15cvs1
7250
7251         * src/compose.c
7252         * src/imap.c
7253         * src/inc.c
7254         * src/main.c
7255         * src/messageview.c
7256         * src/news.c
7257         * src/summaryview.c
7258         * src/gtk/sslcertwindow.c
7259         * src/plugins/trayicon/trayicon.c
7260                 Add accels to every AlertPanel. Patch by Fabien 
7261                 Vantard
7262
7263 2005-10-03 [paul]       1.9.15
7264
7265         1.9.15 released
7266
7267 2005-10-03 [paul]       1.9.14cvs68
7268
7269         * po/ca.po
7270         * po/de.po
7271         * po/es.po
7272         * po/fi.po
7273         * po/fr.po
7274         * po/sk.po
7275         * po/sr.po
7276         * po/zh_CN.po
7277                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7278                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7279                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7280
7281 2005-10-03 [paul]       1.9.14cvs67
7282
7283         * src/send_message.c
7284                 prevent hang on Cancel
7285                 patch by Colin
7286
7287 2005-10-03 [paul]       1.9.14cvs66
7288
7289         * src/main.c
7290                 fix crash in IMAP caused by discrepancy
7291                 between check_at_startup and offline mode
7292                 Patch by Colin
7293
7294 2005-10-01 [paul]       1.9.14cvs65
7295
7296         * src/inc.c
7297                 fix engrish
7298
7299 2005-10-01 [paul]       1.9.14cvs64
7300         * src/export.c
7301         * src/import.c
7302                 synchronise import_mbox() and export_mbox()
7303         * src/mbox.c
7304                 proc_mbox(): add alert if file cannot be opened
7305                 export_list_to_mbox(): test if dest file exists,
7306                 prompt user to overwrite if it does. add alert
7307                 if file cannot be created
7308                                                                 
7309         Patch by wwp
7310                                                                                                                 
7311
7312 2005-09-30 [paul]       1.9.14cvs63
7313
7314         * src/addressbook.c
7315                 Fix sensitivity of a menu
7316         * src/codeconv.c
7317                 Respect hidden pref for mails with no encoding
7318         * src/common/xml.c
7319                 Fix memory corruption
7320         * src/plugins/pgpcore/sgpgme.c
7321                 Fix segfault on incomplete sigs, and display
7322                 of S/Mime UIDs
7323
7324         Patches by Colin
7325
7326 2005-09-30 [colin]      1.9.14cvs62
7327
7328         * src/partial_download.c
7329                 Little logic fix in almost-dead code
7330         * src/pop.c
7331                 Fix partial download when there's no new mail
7332
7333 2005-09-29 [paul]       1.9.14cvs61
7334
7335         * src/plugins/pgpinline/pgpinline.c
7336                 fix bug 819, 'crash accessing sign message'
7337                 Patch by Colin
7338
7339 2005-09-28 [martin]     1.9.14cvs60
7340
7341         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7342                 fix bug #790 (Crash when restarting window manager (fluxbox))
7343
7344 2005-09-28 [paul]       1.9.14cvs59
7345
7346         * src/gtk/gtkaspell.c
7347                 fix off-by-one typo
7348
7349 2005-09-27 [colin]      1.9.14cvs58
7350
7351         * src/plugins/pgpcore/sgpgme.c
7352                 Report error when there's one, instead of
7353                 "Signature unchecked" 
7354
7355 2005-09-27 [colin]      1.9.14cvs57
7356
7357         * src/prefs_quote.c
7358                 Fix bug #816 (Weird quotation with spaces)
7359
7360 2005-09-27 [colin]      1.9.14cvs56
7361
7362         * src/codeconv.c
7363         * src/compose.c
7364         * src/compose.h
7365                 Put subject in compose's title
7366                 Fix Automatic encoding so that it's really automatic:
7367                 first try default locale's charset, then charset of the replied mail, 
7368                 then utf-8
7369                 Fix encoding of headers (must be in strict mode too)
7370
7371 2005-09-26 [colin]      1.9.14cvs55
7372
7373         * src/gtk/gtkaspell.c
7374                 Fix previous patch - don't color the space,
7375                 just uncolor it :)
7376
7377 2005-09-26 [colin]      1.9.14cvs54
7378
7379         * src/gtk/gtkaspell.c
7380                 Unmark space if possible
7381
7382 2005-09-26 [colin]      1.9.14cvs53
7383
7384         * src/imap.c
7385                 log_error instead of alertpanel according to the pref
7386         * src/etpan/imap-thread.c
7387                 Print connect status, copy only necessary size to 
7388                 logger
7389         * src/plugins/pgpmime/pgpmime.c
7390                 Handle S/Mime signatures (verification only). Patch based
7391                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7392
7393 2005-09-26 [paul]       1.9.14cvs52
7394
7395         * src/common/passcrypt.c
7396                 this 'workaround' not necessary on NetBSD.
7397                 Thanks to Daniel Gustafson
7398
7399 2005-09-26 [paul]
7400
7401         1.9.15-rc4 released
7402
7403 2005-09-26 [paul]       1.9.14cvs51
7404
7405         * src/summaryview.c
7406                 Skip currently selected message when
7407                 looking for next new or unread message
7408                 in current folder. Patch by Colin
7409         * src/common/passcrypt.c
7410                 eliminate warnings on *BSD. Patch by
7411                 Daniel Gustafson
7412
7413 2005-09-26 [colin]      1.9.14cvs50
7414
7415         * src/procmsg.c
7416                 Call postfiltering hook anyway
7417
7418 2005-09-22 [colin]      1.9.14cvs49
7419
7420         * src/codeconv.c
7421         * src/codeconv.h
7422                 Add a strict mode that doesn't replace with _
7423         * src/compose.c
7424         * src/compose.h
7425                 Use strict conversion while sending
7426                 Fix race when drafting while sending (happens
7427                 on IMAP)
7428                 Fix d'n'd of messages from summaryview
7429         * src/prefs_common.c
7430         * src/prefs_common.h
7431                 add hidden utf8_instead_of_locale_for_broken_mail 
7432                 pref for people that preferred the default charset 
7433                 to be utf8 for broken mails
7434         * src/quote_fmt_parse.y
7435                 fix bug #815 (No quote insert if "From:" fied 
7436                 contained Russian letters)
7437         * src/summaryview.c
7438                 Fix d'n'd of messages to compose
7439
7440 2005-09-22 [paul]       1.9.14cvs48
7441
7442         * src/compose.c
7443                 fix bug where attachments Name entry
7444                 would display Path instead
7445
7446 2005-09-21 [paul]       1.9.14cvs47
7447
7448         * README
7449         * README.jp
7450         * configure.ac
7451         * config/config.rpath
7452         * doc/manual/en/sylpheed-20.html
7453         * doc/manual/es/sylpheed-20.html
7454         * po/bg.po
7455         * po/ca.po
7456         * po/de.po
7457         * po/es.po
7458         * po/fr.po
7459         * po/it.po
7460         * po/pt_BR.po
7461         * po/sk.po
7462         * po/zh_TW.po
7463         * src/account.c
7464         * src/account.h
7465         * src/action.c
7466         * src/action.h
7467         * src/adbookbase.h
7468         * src/addr_compl.c
7469         * src/addr_compl.h
7470         * src/addrbook.c
7471         * src/addrbook.h
7472         * src/addrcache.c
7473         * src/addrcache.h
7474         * src/addrcindex.c
7475         * src/addrcindex.h
7476         * src/addrclip.c
7477         * src/addrclip.h
7478         * src/addrdefs.h
7479         * src/addressadd.c
7480         * src/addressadd.h
7481         * src/addressbook.c
7482         * src/addressbook.h
7483         * src/addressitem.h
7484         * src/addrgather.c
7485         * src/addrgather.h
7486         * src/addrharvest.c
7487         * src/addrharvest.h
7488         * src/addrindex.c
7489         * src/addrindex.h
7490         * src/addritem.c
7491         * src/addritem.h
7492         * src/addrquery.c
7493         * src/addrquery.h
7494         * src/addrselect.c
7495         * src/addrselect.h
7496         * src/alertpanel.c
7497         * src/alertpanel.h
7498         * src/browseldap.c
7499         * src/browseldap.h
7500         * src/codeconv.c
7501         * src/codeconv.h
7502         * src/compose.c
7503         * src/compose.h
7504         * src/crash.c
7505         * src/crash.h
7506         * src/customheader.c
7507         * src/customheader.h
7508         * src/displayheader.c
7509         * src/displayheader.h
7510         * src/editaddress.c
7511         * src/editaddress.h
7512         * src/editbook.c
7513         * src/editbook.h
7514         * src/editgroup.c
7515         * src/editgroup.h
7516         * src/editjpilot.c
7517         * src/editjpilot.h
7518         * src/editldap.c
7519         * src/editldap.h
7520         * src/editldap_basedn.c
7521         * src/editldap_basedn.h
7522         * src/editvcard.c
7523         * src/editvcard.h
7524         * src/enriched.c
7525         * src/enriched.h
7526         * src/exphtmldlg.c
7527         * src/exphtmldlg.h
7528         * src/expldifdlg.c
7529         * src/expldifdlg.h
7530         * src/export.c
7531         * src/export.h
7532         * src/exporthtml.c
7533         * src/exporthtml.h
7534         * src/exportldif.c
7535         * src/exportldif.h
7536         * src/filtering.c
7537         * src/filtering.h
7538         * src/folder.c
7539         * src/folder.h
7540         * src/folder_item_prefs.c
7541         * src/folder_item_prefs.h
7542         * src/foldersel.c
7543         * src/foldersel.h
7544         * src/folderutils.c
7545         * src/folderutils.h
7546         * src/folderview.c
7547         * src/folderview.h
7548         * src/grouplistdialog.c
7549         * src/grouplistdialog.h
7550         * src/headerview.c
7551         * src/headerview.h
7552         * src/html.c
7553         * src/html.h
7554         * src/image_viewer.c
7555         * src/image_viewer.h
7556         * src/imap.c
7557         * src/imap.h
7558         * src/imap_gtk.c
7559         * src/imap_gtk.h
7560         * src/import.c
7561         * src/import.h
7562         * src/importldif.c
7563         * src/importldif.h
7564         * src/importmutt.c
7565         * src/importmutt.h
7566         * src/importpine.c
7567         * src/importpine.h
7568         * src/inc.c
7569         * src/inc.h
7570         * src/jpilot.c
7571         * src/jpilot.h
7572         * src/ldapctrl.c
7573         * src/ldapctrl.h
7574         * src/ldaplocate.c
7575         * src/ldaplocate.h
7576         * src/ldapquery.c
7577         * src/ldapquery.h
7578         * src/ldapserver.c
7579         * src/ldapserver.h
7580         * src/ldaputil.c
7581         * src/ldaputil.h
7582         * src/ldif.c
7583         * src/ldif.h
7584         * src/localfolder.c
7585         * src/localfolder.h
7586         * src/main.c
7587         * src/main.h
7588         * src/mainwindow.c
7589         * src/mainwindow.h
7590         * src/manual.c
7591         * src/manual.h
7592         * src/matcher.c
7593         * src/matcher.h
7594         * src/matcher_parser.h
7595         * src/matcher_parser_lex.l
7596         * src/matcher_parser_parse.y
7597         * src/mbox.c
7598         * src/mbox.h
7599         * src/message_search.c
7600         * src/message_search.h
7601         * src/messageview.c
7602         * src/messageview.h
7603         * src/mh.c
7604         * src/mh.h
7605         * src/mh_gtk.c
7606         * src/mh_gtk.h
7607         * src/mimeview.c
7608         * src/mimeview.h
7609         * src/msgcache.c
7610         * src/msgcache.h
7611         * src/mutt.c
7612         * src/mutt.h
7613         * src/news.c
7614         * src/news.h
7615         * src/news_gtk.c
7616         * src/news_gtk.h
7617         * src/noticeview.c
7618         * src/noticeview.h
7619         * src/partial_download.c
7620         * src/partial_download.h
7621         * src/pine.c
7622         * src/pine.h
7623         * src/pop.c
7624         * src/pop.h
7625         * src/prefs_account.c
7626         * src/prefs_account.h
7627         * src/prefs_actions.c
7628         * src/prefs_actions.h
7629         * src/prefs_common.c
7630         * src/prefs_common.h
7631         * src/prefs_compose_writing.c
7632         * src/prefs_compose_writing.h
7633         * src/prefs_customheader.c
7634         * src/prefs_customheader.h
7635         * src/prefs_display_header.c
7636         * src/prefs_display_header.h
7637         * src/prefs_ext_prog.c
7638         * src/prefs_ext_prog.h
7639         * src/prefs_filtering.c
7640         * src/prefs_filtering.h
7641         * src/prefs_filtering_action.c
7642         * src/prefs_filtering_action.h
7643         * src/prefs_folder_column.c
7644         * src/prefs_folder_column.h
7645         * src/prefs_folder_item.c
7646         * src/prefs_folder_item.h
7647         * src/prefs_fonts.c
7648         * src/prefs_fonts.h
7649         * src/prefs_gtk.c
7650         * src/prefs_gtk.h
7651         * src/prefs_image_viewer.c
7652         * src/prefs_image_viewer.h
7653         * src/prefs_matcher.c
7654         * src/prefs_matcher.h
7655         * src/prefs_message.c
7656         * src/prefs_message.h
7657         * src/prefs_msg_colors.c
7658         * src/prefs_msg_colors.h
7659         * src/prefs_other.c
7660         * src/prefs_other.h
7661         * src/prefs_quote.c
7662         * src/prefs_quote.h
7663         * src/prefs_receive.c
7664         * src/prefs_receive.h
7665         * src/prefs_send.c
7666         * src/prefs_send.h
7667         * src/prefs_spelling.c
7668         * src/prefs_spelling.h
7669         * src/prefs_summaries.c
7670         * src/prefs_summaries.h
7671         * src/prefs_summary_column.c
7672         * src/prefs_summary_column.h
7673         * src/prefs_template.c
7674         * src/prefs_template.h
7675         * src/prefs_themes.c
7676         * src/prefs_themes.h
7677         * src/prefs_toolbar.c
7678         * src/prefs_toolbar.h
7679         * src/prefs_wrapping.c
7680         * src/prefs_wrapping.h
7681         * src/privacy.c
7682         * src/privacy.h
7683         * src/procheader.c
7684         * src/procheader.h
7685         * src/procmime.c
7686         * src/procmime.h
7687         * src/procmsg.c
7688         * src/procmsg.h
7689         * src/quote_fmt.c
7690         * src/quote_fmt_parse.y
7691         * src/recv.c
7692         * src/recv.h
7693         * src/remotefolder.c
7694         * src/remotefolder.h
7695         * src/send_message.c
7696         * src/send_message.h
7697         * src/setup.c
7698         * src/setup.h
7699         * src/simple-gettext.c
7700         * src/sourcewindow.c
7701         * src/sourcewindow.h
7702         * src/ssl_manager.c
7703         * src/ssl_manager.h
7704         * src/statusbar.c
7705         * src/statusbar.h
7706         * src/stock_pixmap.c
7707         * src/stock_pixmap.h
7708         * src/summary_search.c
7709         * src/summary_search.h
7710         * src/summaryview.c
7711         * src/summaryview.h
7712         * src/syldap.c
7713         * src/syldap.h
7714         * src/textview.c
7715         * src/textview.h
7716         * src/toolbar.c
7717         * src/toolbar.h
7718         * src/undo.c
7719         * src/undo.h
7720         * src/unmime.c
7721         * src/unmime.h
7722         * src/vcard.c
7723         * src/vcard.h
7724         * src/wizard.c
7725         * src/wizard.h
7726         * src/common/base64.c
7727         * src/common/base64.h
7728         * src/common/defs.h
7729         * src/common/hooks.c
7730         * src/common/hooks.h
7731         * src/common/log.c
7732         * src/common/log.h
7733         * src/common/md5.c
7734         * src/common/md5.h
7735         * src/common/mgutils.c
7736         * src/common/mgutils.h
7737         * src/common/nntp.c
7738         * src/common/nntp.h
7739         * src/common/passcrypt.c
7740         * src/common/passcrypt.h.in
7741         * src/common/plugin.c
7742         * src/common/plugin.h
7743         * src/common/prefs.c
7744         * src/common/prefs.h
7745         * src/common/progressindicator.c
7746         * src/common/progressindicator.h
7747         * src/common/quoted-printable.c
7748         * src/common/quoted-printable.h
7749         * src/common/session.c
7750         * src/common/session.h
7751         * src/common/smtp.c
7752         * src/common/smtp.h
7753         * src/common/socket.c
7754         * src/common/socket.h
7755         * src/common/ssl.c
7756         * src/common/ssl.h
7757         * src/common/ssl_certificate.c
7758         * src/common/ssl_certificate.h
7759         * src/common/string_match.c
7760         * src/common/string_match.h
7761         * src/common/stringtable.c
7762         * src/common/sylpheed.c
7763         * src/common/sylpheed.h
7764         * src/common/template.c
7765         * src/common/template.h
7766         * src/common/timing.h
7767         * src/common/utils.c
7768         * src/common/utils.h
7769         * src/common/uuencode.c
7770         * src/common/uuencode.h
7771         * src/common/version.h.in
7772         * src/common/xml.c
7773         * src/common/xml.h
7774         * src/common/xmlprops.c
7775         * src/common/xmlprops.h
7776         * src/gtk/about.c
7777         * src/gtk/about.h
7778         * src/gtk/colorlabel.c
7779         * src/gtk/colorlabel.h
7780         * src/gtk/colorsel.c
7781         * src/gtk/colorsel.h
7782         * src/gtk/description_window.c
7783         * src/gtk/description_window.h
7784         * src/gtk/filesel.c
7785         * src/gtk/filesel.h
7786         * src/gtk/foldersort.c
7787         * src/gtk/foldersort.h
7788         * src/gtk/gtkutils.c
7789         * src/gtk/gtkutils.h
7790         * src/gtk/inputdialog.c
7791         * src/gtk/inputdialog.h
7792         * src/gtk/logwindow.c
7793         * src/gtk/logwindow.h
7794         * src/gtk/manage_window.c
7795         * src/gtk/manage_window.h
7796         * src/gtk/menu.c
7797         * src/gtk/menu.h
7798         * src/gtk/pluginwindow.c
7799         * src/gtk/pluginwindow.h
7800         * src/gtk/prefswindow.c
7801         * src/gtk/prefswindow.h
7802         * src/gtk/progressdialog.c
7803         * src/gtk/progressdialog.h
7804         * src/gtk/quicksearch.c
7805         * src/gtk/quicksearch.h
7806         * src/gtk/sslcertwindow.c
7807         * src/gtk/sslcertwindow.h
7808         * src/plugins/clamav/clamav_plugin.c
7809         * src/plugins/clamav/clamav_plugin.h
7810         * src/plugins/clamav/clamav_plugin_gtk.c
7811         * src/plugins/demo/demo.c
7812         * src/plugins/dillo_viewer/dillo_prefs.c
7813         * src/plugins/dillo_viewer/dillo_prefs.h
7814         * src/plugins/dillo_viewer/dillo_viewer.c
7815         * src/plugins/mathml_viewer/mathml_viewer.c
7816         * src/plugins/pgpcore/passphrase.c
7817         * src/plugins/pgpcore/passphrase.h
7818         * src/plugins/pgpcore/plugin.c
7819         * src/plugins/pgpcore/prefs_gpg.c
7820         * src/plugins/pgpcore/prefs_gpg.h
7821         * src/plugins/pgpcore/select-keys.c
7822         * src/plugins/pgpcore/select-keys.h
7823         * src/plugins/pgpcore/sgpgme.c
7824         * src/plugins/pgpcore/sgpgme.h
7825         * src/plugins/pgpinline/pgpinline.c
7826         * src/plugins/pgpinline/pgpinline.h
7827         * src/plugins/pgpinline/plugin.c
7828         * src/plugins/pgpmime/pgpmime.c
7829         * src/plugins/pgpmime/pgpmime.h
7830         * src/plugins/pgpmime/plugin.c
7831         * src/plugins/spamassassin/spamassassin.c
7832         * src/plugins/spamassassin/spamassassin.h
7833         * src/plugins/spamassassin/spamassassin_gtk.c
7834         * src/plugins/trayicon/trayicon.c
7835         * tools/OOo2sylpheed.pl
7836         * tools/acroread2sylpheed.pl
7837         * tools/asus_mailled.sh
7838         * tools/filter_conv.pl
7839         * tools/freshmeat_search.pl
7840         * tools/google_search.pl
7841         * tools/kmail2sylpheed.pl
7842         * tools/kmail2sylpheed_v2.pl
7843         * tools/maildir2sylpheed.pl
7844         * tools/multiwebsearch.pl
7845         * tools/newscache_clean.pl
7846         * tools/outlook2sylpheed.pl
7847         * tools/sylpheed-switcher
7848         * tools/update-po
7849         * tools/vcard2xml.py
7850         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7851                 update FSF address
7852
7853 2005-09-21 [colin]      1.9.14cvs46
7854
7855         * src/gedit-print.c
7856         * src/procmsg.c
7857         * src/procmsg.h
7858         * src/textview.c
7859         * src/summaryview.c
7860                 Remove some printing hacks (deselection/reselection),
7861                 which by the way fix printing the currently 
7862                 displayed mime part (still only text)
7863                 Plus a little optimisation of summary_show
7864
7865
7866 2005-09-20 [colin]      1.9.14cvs45
7867
7868         * src/mainwindow.c
7869         * src/messageview.c
7870                 GUI fixups: add accels, set message
7871                 view title to displayed mail's subject
7872         * src/prefs_spelling.c
7873         * src/gtk/gtkaspell.c
7874                 GUI fixups: allow underlining misspelled
7875                 words instead of coloring them (a11y!)
7876
7877 2005-09-19 [colin]
7878
7879         1.9.15rc3 released
7880
7881 2005-09-19 [colin]      1.9.14cvs44
7882
7883         * src/compose.c
7884                 Fix draft message
7885         * src/gtk/gtkaspell.c
7886                 Fix wrong test ;-)
7887
7888 2005-09-19 [colin]      1.9.14cvs43
7889
7890         * src/addressbook.c
7891                 Fix sensitivity of Delete button
7892         * src/compose.c
7893                 Warn if the requested Privacy system
7894                 is not available
7895         * src/exphtmldlg.c
7896         * src/expldifdlg.c
7897         * src/importldif.c
7898         * src/importmutt.c
7899         * src/importpine.c
7900                 Fix crappy UI
7901         * src/
7902         * src/ssl.h
7903         * src/prefs_account.h
7904         * src/prefs_account.c
7905                 Save SSL prefs even in builds that have
7906                 SSL support disable
7907         * src/imap.c
7908         * src/inc.c
7909         * src/news.c
7910         * src/send_message.c
7911                 Warn if connection should be secure, but
7912                 SSL support isn't compiled in
7913         * src/gtkaspell.c
7914                 Fix word separation on UTF-8 systems
7915                 Fixes bug #812 (Strange inline spellchecking)
7916         * src/compose.c
7917                 Warn if the requested Privacy system
7918                 is not available
7919                 Factorize offline warning
7920         * src/imap.c
7921         * src/imap_gtk.c
7922         * src/imap_gtk.h
7923         * src/inc.h
7924         * src/news_gtk.c
7925         * src/news_gtk.h
7926         * src/messageview.c
7927                 Factorize offline warning
7928
7929 2005-09-19 [paul]
7930
7931         1.9.15-rc2 released
7932
7933 2005-09-18 [colin]      1.9.14cvs42
7934
7935         * src/codeconv.c
7936         * src/codeconv.h
7937         * src/procmime.c
7938                 Add a way to get locale's charset ignoring utf-8,
7939                 and use that as default encoding for broken mails
7940
7941 2005-09-18 [colin]      1.9.14cvs41
7942
7943         * src/gtk/logwindow.c
7944                 Translate string. Patch by Fabien Vantard
7945
7946 2005-09-18 [colin]      1.9.14cvs40
7947
7948         * configure.ac
7949                 Fix bug #803 (IMAP/SSL support breaks with 
7950                 GnuTLS libetpan 0.38)
7951
7952 2005-09-18 [colin]      1.9.14cvs39
7953
7954         * src/codeconv.c
7955         * src/compose.c
7956         * src/procmime.c
7957                 More charsets fixes. Fixes bug #806 (non
7958                 ascii characters in subject line)
7959
7960 2005-09-17 [paul]       1.9.14cvs38
7961
7962         * src/folderview.c
7963         * src/mainwindow.c
7964                 fix gcc-2.95 issues
7965                 Patch by Pawel Pekala
7966
7967 2005-09-17 [colin]      1.9.14cvs37
7968
7969         * src/addrindex.c
7970                 bugfix for NO-USE LDAP compilation, patch 
7971                 by Fabien Vantard
7972
7973 2005-09-17 [colin]      1.9.14cvs36
7974
7975         * src/prefs_actions.c
7976         * src/prefs_customheader.c
7977         * src/prefs_display_header.c
7978         * src/prefs_filtering_action.c
7979         * src/prefs_matcher.c
7980         * src/prefs_toolbar.c
7981                 Fix strange casts (less elegant but
7982                 works better)
7983
7984 2005-09-16 [colin]      1.9.14cvs35
7985
7986         * src/jpilot.c
7987                 Missed that one
7988
7989 2005-09-16 [colin]      1.9.14cvs34
7990
7991         * configure.ac
7992         * src/Makefile.am
7993         * src/addr_compl.c
7994         * src/addrindex.c
7995         * src/browseldap.c
7996         * src/editldap.c
7997         * src/ldaplocate.c
7998         * src/ldapquery.c
7999         * src/ldapquery.h
8000         * src/ldapserver.c
8001         * src/ldapserver.h
8002         * src/main.c
8003         * src/matcher_parser_parse.y
8004         * src/prefs_themes.c
8005         * src/etpan/Makefile.am
8006         * src/gtk/description_window.c
8007         * src/plugins/clamav/Makefile.am
8008         * src/plugins/clamav/clamav_plugin.c
8009         * src/plugins/dillo_viewer/Makefile.am
8010         * src/plugins/pgpcore/Makefile.am
8011         * src/plugins/pgpinline/Makefile.am
8012         * src/plugins/pgpmime/Makefile.am
8013         * src/plugins/trayicon/Makefile.am
8014                 Fix 100% cpu usage in address completion list
8015                 Fix little bugs (return with no values etc)
8016                 Fix all warnings (with common CFLAGS)
8017
8018 2005-09-15 [colin]      1.9.14cvs33
8019
8020         * src/addressbook.c
8021                 Fix bug where sometimes a group's email list is empty,
8022                 force its refresh (probably fixes "Re: how to create a 
8023                 distribution list")
8024         * src/ldapquery.c
8025                 Don't return to the callback in the main thread from the
8026                 fetch thread (or face segs!)
8027
8028 2005-09-15 [paul]       1.9.14cvs32
8029
8030         * src/prefs_matcher.c
8031                 forgotten in last commit
8032
8033 2005-09-15 [paul]       1.9.14cvs31
8034
8035         * src/prefs_actions.c
8036         * src/prefs_filtering_action.c
8037         * src/prefs_quote.c
8038         * src/quote_fmt.c
8039         * src/summaryview.c
8040         * src/gtk/description_window.c
8041         * src/gtk/description_window.h
8042         * src/gtk/quicksearch.c
8043                 allow interaction with the called
8044                 description window
8045                 Patch by Anders Hammar
8046
8047 2005-09-14 [paul]       1.9.14cvs30
8048
8049         * src/compose.c
8050                 fix a little annoyance when pasting with 3rd button 
8051                 with wrap_pastes=0 and wrap_input=1
8052                 Patch by Colin
8053
8054 2005-09-14 [paul]       1.9.14cvs29
8055
8056         * src/prefs_account.c
8057                 disable 'Filter messages on receiving' for
8058                 SMTP-only accounts
8059                 Patch  by Anders Hammar
8060
8061 2005-09-14 [paul]       1.9.14cvs28
8062
8063         * po/sk.po
8064                 fix crash
8065                 updated by Andrej Kacian
8066
8067 2005-09-14 [paul]
8068
8069         1.9.15-rc1 released
8070
8071 2005-09-14 [paul]       1.9.14cvs27
8072
8073         * po/es.po
8074                 updated by Ricardo Mones Lastra
8075         * src/compose.c
8076         * src/compose.h
8077                 associate no_wrap_tags to Compose windows
8078                 instead of using a static one
8079                 Patch by Colin
8080         * src/mbox.c
8081                 fix proc_mbox()
8082                 Patch by wwp
8083         * src/textview.c
8084                 remove unneeded printf()
8085
8086 2005-09-14 [paul]       1.9.14cvs26
8087
8088         * src/addrcache.c
8089         * src/codeconv.h
8090         * src/folder.h
8091         * src/mainwindow.h
8092         * src/mh.c
8093         * src/mimeview.h
8094         * src/partial_download.c
8095         * src/pop.c
8096         * src/prefs_account.c
8097         * src/prefs_account.h
8098         * src/prefs_actions.c
8099         * src/prefs_customheader.c
8100         * src/prefs_display_header.c
8101         * src/prefs_filtering_action.c
8102         * src/prefs_matcher.c
8103         * src/prefs_toolbar.c
8104         * src/privacy.h
8105         * src/procmime.c
8106         * src/procmime.h
8107         * src/procmsg.h
8108         * src/textview.c
8109         * src/undo.h
8110         * src/common/plugin.c
8111         * src/common/session.h
8112         * src/common/socket.c
8113         * src/common/socket.h
8114         * src/common/template.c
8115         * src/gtk/gtkaspell.c
8116         * src/gtk/quicksearch.h
8117         * src/plugins/pgpcore/passphrase.c
8118         * src/plugins/pgpcore/prefs_gpg.h
8119         * src/plugins/pgpcore/select-keys.c
8120         * src/plugins/pgpcore/select-keys.h
8121         * src/plugins/pgpcore/sgpgme.c
8122         * src/plugins/pgpinline/pgpinline.c
8123         * src/plugins/pgpmime/pgpmime.c
8124         * src/plugins/trayicon/trayicon.c
8125                 fix compilation warnings
8126                 Patch by Daniel Gustafson
8127
8128 2005-09-14 [paul]       1.9.14cvs25
8129
8130         * src/addressbook.c
8131                 add missing column header, and other small
8132                 bug fixes
8133                 Patch by Anders Hammar
8134
8135 2005-09-13 [colin]      1.9.14cvs24
8136
8137         * src/gtk/gtkaspell.c
8138                 Fix non-utf8 in menu
8139                 Fix little leaks
8140                 Nullify struct members after free()s
8141
8142 2005-09-13 [colin]      1.9.14cvs23
8143
8144         * src/compose.c
8145                 Test utf8 compliance before inserting to 
8146                 buffer, and try to convert if necessary
8147         * src/procmime.c
8148                 If no charset is present, use the locale 
8149                 one instead of us-ascii
8150         * src/procmsg.c
8151                 Add Sender, List-Post and To in the checked 
8152                 headers for automatic rules creation 
8153                 (thanks to wwp)
8154         * src/prefs_themes.c
8155         * src/gtk/gtkaspell.c
8156                 Remove deprecated functions. 
8157                 patch by Daniel Gustafson
8158
8159 2005-09-12 [colin]      1.9.14cvs22
8160
8161         * src/compose.c
8162                 Fix bug #448 (Scrolling/Redraw issue with 
8163                 address-fields in Header)
8164         * src/mainwindow.c
8165         * src/summaryview.c
8166         * src/summaryview.h
8167                 Fix loss of MSG_MARKED on move/copy
8168                 Fix bug #804 (Quicksearch togglebutton doesn't 
8169                 get depressed after '/' key is pressed)
8170
8171 2005-09-12 [paul]       1.9.14cvs21
8172
8173         * AUTHORS
8174         * src/gtk/logwindow.c
8175                 add 'Clear Log' to popup menu
8176                 Patch by Anders Hammar <anders.hammar@telia.com>
8177
8178 2005-09-12 [paul]       1.9.14cvs20
8179
8180         * src/compose.c
8181                 set correct sensitivity on attachments
8182                 popup menu
8183         * src/folder.c
8184                 fix typo
8185         * src/prefs_spelling.c
8186                 fix crash when no LANG env is set
8187         * src/common/xml.c
8188                 fix crash in wizard
8189                 don't use memeory after free
8190
8191         All patches by Daniel Gustafson
8192
8193 2005-09-12 [paul]       1.9.14cvs19
8194
8195         * src/prefs_themes.c
8196                 make theme info selectable
8197         * src/gtk/description_window.c
8198                 make window non-modal
8199         * tools/README
8200                 add details of asus_mailed.sh
8201         * tools/claws.i18n.status.pl
8202                 update for new zh_TW translator
8203                 widen the output
8204                 create alternate coloured lines
8205                 improve readability
8206
8207 2005-09-10 [colin]      1.9.14cvs18
8208
8209         * src/plugins/pgpcore/select-keys.c
8210                 Better order for the buttons
8211
8212 2005-09-10 [colin]      1.9.14cvs17
8213
8214         * src/compose.c
8215         * src/plugins/pgpcore/select-keys.c
8216         * src/plugins/pgpcore/select-keys.h
8217         * src/plugins/pgpcore/sgpgme.c
8218                 Add a "Don't encrypt" button to the key
8219                 selection dialog. Fixes bug #177 (There should be a 
8220                 'Don't encrypt button in the Select Keys dialog)
8221
8222 2005-09-10 [colin]      1.9.14cvs16
8223
8224         * src/compose.c
8225                 Fix bug #572 (%X option does not work with templates)
8226
8227 2005-09-10 [colin]      1.9.14cvs15
8228
8229         * src/toolbar.c 
8230                 Remove g_print
8231
8232 2005-09-10 [colin]      1.9.14cvs14
8233
8234         * src/imap.c
8235                 Fix a possible crash
8236
8237 2005-09-09 [colin]      1.9.14cvs13
8238
8239         * src/imap.c
8240         * src/etpan/imap-thread.c
8241         * src/etpan/imap-thread.h
8242                 Fix moving from queue or drafts to normal folders
8243                 Fix bug #794 (No way to delete without expunging)
8244                 Take flags unset by other mailers into account
8245                 Take deleted flag set by other mailers into account
8246                 Fix unsetting REPLIED flag
8247                 Fix crash when capabilities can't be retrieved
8248         * src/mainwindow.c
8249         * src/mainwindow.h
8250                 Add M_DELAYED_FLAGS condition, and let the user use
8251                 Execute in order to be able to expunge deleted mails,
8252                 even if he's not in delayed execute mode
8253         * src/prefs_spelling.c
8254                 Use 'en' dictionary by default if LANG is POSIX or C
8255         * src/gtk/prefswindow.c
8256                 Fix bug #767 (Preferences windows expanding) by making
8257                 the window a bit larger when the resolution is greater
8258                 than 640x480, and by putting the prefs in a
8259                 GtkScrolledWindow.
8260
8261 2005-09-09 [paul]       1.9.14cvs12
8262
8263         * AUTHORS
8264         * configure.ac
8265         * po/zh_TW.Big5.po      ** REMOVED **
8266         * po/zh_TW.po           ** ADDED **
8267                 updated by Wei-Lun Chao
8268
8269 2005-09-09 [paul]       1.9.14cvs11
8270
8271         * src/mainwindow.c
8272                 fix asserts
8273         * src/common/xml.c
8274                 delay memory allocation until file is
8275                 opened successfully
8276                 Patch by Daniel Gustafson
8277
8278 2005-09-09 [colin]      1.9.14cvs10
8279
8280         * src/imap.c
8281                 Add guards
8282
8283 2005-09-08 [colin]      1.9.14cvs9
8284
8285         * src/compose.c
8286                 Alert when we can't save draft
8287                 Fix various wrap/color issues
8288                 Add mid-click pasting respecting wrap_paste option
8289         * src/folder.c
8290         * src/folder.h
8291         * src/folder_item_prefs.c
8292         * src/folder_item_prefs.h
8293         * src/imap.c
8294         * src/imap_gtk.c
8295         * src/imap_gtk.h
8296         * src/main.c
8297         * src/mainwindow.c
8298         * src/mainwindow.h
8299         * src/news.c
8300         * src/news_gtk.c
8301         * src/news_gtk.h
8302         * src/prefs_folder_item.c
8303                 Fix the impossibility to synchronise folders for
8304                 offline use (IMAP and NNTP are concerned)
8305
8306 2005-09-08 [colin]      1.9.14cvs8
8307
8308         * configure.ac
8309                 Build LDAP and JPilot by default if available
8310         * src/textview.c
8311                 Fix use after free
8312
8313 2005-09-08 [paul]       1.9.14cvs7
8314
8315         * doc/manual/en/sylpheed-1.html
8316         * doc/manual/en/sylpheed-18.html
8317         * doc/manual/en/sylpheed-19.html
8318         * doc/manual/en/sylpheed-4.html
8319         * doc/manual/en/sylpheed-6.html
8320         * doc/manual/en/sylpheed.html
8321                 a few minor updates, plus include some
8322                 details about plugins and their requirements
8323         * src/mainwindow.c
8324                 minor changes to English in /View/Sort
8325
8326 2005-09-07 [colin]      1.9.14cvs6
8327
8328         * doc/manual/en/sylpheed-1.html
8329         * doc/manual/en/sylpheed-10.html
8330         * doc/manual/en/sylpheed-11.html
8331         * doc/manual/en/sylpheed-12.html
8332         * doc/manual/en/sylpheed-13.html
8333         * doc/manual/en/sylpheed-14.html
8334         * doc/manual/en/sylpheed-15.html
8335         * doc/manual/en/sylpheed-16.html
8336         * doc/manual/en/sylpheed-17.html
8337         * doc/manual/en/sylpheed-18.html
8338         * doc/manual/en/sylpheed-19.html
8339         * doc/manual/en/sylpheed-2.html
8340         * doc/manual/en/sylpheed-20.html
8341         * doc/manual/en/sylpheed-21.html
8342         * doc/manual/en/sylpheed-22.html
8343         * doc/manual/en/sylpheed-3.html
8344         * doc/manual/en/sylpheed-4.html
8345         * doc/manual/en/sylpheed-5.html
8346         * doc/manual/en/sylpheed-6.html
8347         * doc/manual/en/sylpheed-7.html
8348         * doc/manual/en/sylpheed-8.html
8349         * doc/manual/en/sylpheed-9.html
8350         * doc/manual/en/sylpheed.html
8351                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8352
8353 2005-09-07 [colin]      1.9.14cvs5
8354
8355         * src/mainwindow.c
8356                 Make labels more to-the-point
8357
8358 2005-09-07 [colin]      1.9.14cvs4
8359
8360         * doc/manual/en/sylpheed-1.html
8361         * doc/manual/en/sylpheed-12.html
8362         * doc/manual/en/sylpheed-13.html
8363         * doc/manual/en/sylpheed-14.html
8364         * doc/manual/en/sylpheed-15.html
8365         * doc/manual/en/sylpheed-16.html
8366         * doc/manual/en/sylpheed-17.html
8367         * doc/manual/en/sylpheed-18.html
8368         * doc/manual/en/sylpheed-19.html
8369         * doc/manual/en/sylpheed-2.html
8370         * doc/manual/en/sylpheed-20.html
8371         * doc/manual/en/sylpheed-21.html
8372         * doc/manual/en/sylpheed-22.html
8373         * doc/manual/en/sylpheed-4.html
8374         * doc/manual/en/sylpheed-5.html
8375         * doc/manual/en/sylpheed-6.html
8376         * doc/manual/en/sylpheed-7.html
8377         * doc/manual/en/sylpheed-8.html
8378         * doc/manual/en/sylpheed-9.html
8379         * doc/manual/en/sylpheed.html
8380                 Update manual
8381
8382 2005-09-07 [colin]      1.9.14cvs3
8383
8384         * doc/faq/en/sylpheed-faq-1.html
8385         * doc/faq/en/sylpheed-faq-2.html
8386         * doc/faq/en/sylpheed-faq-3.html
8387         * doc/faq/en/sylpheed-faq.html
8388                 Update FAQ
8389
8390 2005-09-07 [colin]      1.9.14cvs2
8391
8392         * src/folderview.c
8393         * src/procmsg.c
8394         * src/summaryview.c
8395         * src/toolbar.c
8396                 Fix special subfolders:
8397                 - Inherit parent's icon
8398                 - sent contents of queues subfolders
8399                 - empty subfolders of trashes
8400         * src/mainwindow.c
8401                 Remove outdated manual and faq entries
8402         * src/common/utils.c
8403                 Add quotes around %s coming from mailcap
8404
8405 2005-09-07 [colin]      1.9.14cvs1
8406
8407         * src/compose.c
8408                 After saving draft, set modified to FALSE
8409         * src/mimeview.c
8410         * src/common/utils.c
8411         * src/common/utils.h
8412                 Try to open mime parts using what is 
8413                 indicated in ~/.mailcap or /etc/mailcap,
8414                 if possible.
8415
8416 2005-09-05 [paul]       1.9.14
8417
8418         1.9.14 released
8419
8420         * po/sk.po
8421                 updated by Andrej Kacian
8422
8423 2005-09-05 [paul]       1.9.13cvs83
8424
8425         * po/de.po
8426         * po/es.po
8427         * po/fi.po
8428         * po/fr.po
8429         * po/nb.po
8430         * po/pt_BR.po
8431         * po/sr.po
8432                 updated translations by Thomas Gilgin, Ricardo Mones
8433                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8434                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8435
8436 2005-09-04 [paul]       1.9.13cvs82
8437
8438         * src/compose.c
8439                 only warn about exceeded line length limit
8440                 on send
8441
8442 2005-09-04 [paul]       1.9.13cvs81
8443
8444         * src/compose.c
8445                 fix crash in 'line length exceeded' dialogue
8446
8447 2005-09-02 [paul]       1.9.13cvs80
8448
8449         * src/imap.c
8450                 fix bug 795, 'Connection lost IMAP'
8451                 and add statusbar prints
8452                 Patch by Colin
8453
8454 2005-09-02 [paul]       1.9.13cvs79
8455
8456         * src/compose.c
8457                 compose_wrap_paragraph() becomes
8458                 compose_beautify_paragraph()
8459                 Patch by Colin
8460
8461 2005-09-02 [colin]      1.9.13cvs78
8462
8463         * src/folderview.c
8464                 Micro-fix
8465
8466 2005-09-01 [colin]      1.9.13cvs77
8467
8468         * src/imap.c
8469                 Maybe fix bug #795 (Connection lost IMAP)
8470                 Don't try to send logout when we're disconnected.
8471         * src/summaryview.c
8472                 Include locked and marked emails in HRM
8473                 view. Fixes bug #800 (Locked messages no longer 
8474                 show up when hide read messages is used)
8475
8476 2005-09-01 [paul]       1.9.13cvs76
8477
8478         * src/prefs_common.c
8479                 fix bad cutting
8480
8481 2005-08-31 [colin]      1.9.13cvs75
8482
8483         * src/folderview.c
8484         * src/folderview.h
8485         * src/prefs_summaries.c
8486         * src/summaryview.c
8487                 Fix "go to next new", fix preference
8488                 (Open unread/next swapped)
8489
8490 2005-08-31 [paul]       1.9.13cvs74
8491
8492         * src/compose.c
8493         * src/folderview.c
8494         * src/headerview.c
8495         * src/headerview.h
8496         * src/mainwindow.c
8497         * src/prefs_common.c
8498         * src/prefs_common.h
8499         * src/prefs_fonts.c
8500         * src/summaryview.c
8501         * src/textview.c
8502         * src/common/defs.h
8503                 remove obsolete BOLD_FONT setting
8504                 fix font update in headerview and textview
8505                 headers after prefs change
8506                 Patch By Colin
8507
8508 2005-08-31 [paul]
8509
8510         1.9.14-rc4 released
8511
8512 2005-08-30 [colin]      1.9.13cvs73
8513
8514         * src/summaryview.c
8515                 When Hide read messages is selected and we
8516                 refresh the summaryview, don't remove the 
8517                 currently displayed message. Fixes bug #797
8518                 (Summary view reloads when new mail is 
8519                 downloaded in 1.9.14 rc)
8520
8521 2005-08-30 [colin]      1.9.13cvs72
8522
8523         * src/folderview.c
8524                 Fix flickering
8525         * src/mainwindow.c
8526                 Remove useless callback
8527         * src/mimeview.c
8528         * src/gtk/filesel.c
8529         * src/gtk/filesel.h
8530                 Add a filesel_select_file_save_folder() - used by Save All
8531
8532 2005-08-29 [paul]       1.9.13cvs71
8533
8534         * AUTHORS
8535         * src/matcher_parser_parse.y
8536         * src/etpan/imap-thread.c
8537                 fix building on FreeBSD
8538                 Patch by Daniel Gustafson <daniel@hobbit.se>
8539
8540 2005-08-29 [paul]       1.9.13cvs70
8541
8542         * src/plugins/pgpinline/pgpinline.c
8543                 only initialise sig result if it's been handled
8544                 Patch by Colin
8545
8546 2005-08-29 [paul]       1.9.13cvs69
8547         
8548         Patches by Colin:
8549
8550         * src/imap.c
8551         * src/common.utils.c
8552         * src/common/utils.h
8553                 optimisation
8554         * src/stock_pixmap.h
8555                 fix wrong icon reference
8556         * src/pixmaps/trash_btn.xpm
8557                 replace with nicer image
8558
8559 2005-08-28 [colin]      1.9.13cvs68
8560
8561         * src/Makefile.am
8562         * src/stock_pixmap.c
8563         * src/stock_pixmap.h
8564         * src/toolbar.c
8565         * src/pixmaps/trash_btn.xpm
8566                 Add a specific trash xpm for the button
8567
8568 2005-08-28 [colin]      1.9.13cvs67
8569
8570         * src/imap.c
8571                 Fix leak
8572
8573 2005-08-27 [colin]      1.9.13cvs66
8574
8575         * src/imap.c
8576         * src/procmime.c
8577                 Correctly fix "Problem with replies", fixes
8578                 pgpmime encryption too. 
8579
8580 2005-08-27 [colin]      1.9.13cvs65
8581
8582         * src/folder.c
8583         * src/procmsg.c
8584         * src/procmsg.h
8585         * src/summaryview.c
8586                 Fix bug #517 (messages removed from summaryview 
8587                 when moving fails)
8588
8589 2005-08-27 [colin]      1.9.13cvs64
8590
8591         * tools/Makefile.am
8592         * tools/asus_mailled.sh
8593                 Add a script to blink ASUS laptops' mail LED where there
8594                 is unread mail.
8595
8596 2005-08-27 [colin]      1.9.13cvs63
8597
8598         * src/imap.c
8599         * src/etpan/imap-thread.c
8600         * src/etpan/imap-thread.h
8601                 Implement automatic choosing of login method
8602                 Fixes bug #791
8603         * src/gtk/.cvsignore
8604                 Add sylpheed-marshal.[ch]
8605
8606 2005-08-27 [colin]      1.9.13cvs62
8607
8608         * src/common/utils.c
8609                 Fix confusing perror
8610
8611 2005-08-27 [colin]      1.9.13cvs61
8612
8613         * src/toolbar.c
8614         * src/toolbar.h
8615                 Remove A_DELETE, replace it with 
8616                 A_TRASH and A_DELETE_REAL. Automatically
8617                 rewrite config files to replace A_DELETE
8618                 with A_TRASH (no functionality change).
8619                 Fixes half of #794
8620
8621 2005-08-26 [colin]      1.9.13cvs60
8622
8623         * src/procmime.c
8624                 Previous "Problem with replies" fix brought other
8625                 problems, fixing them
8626
8627 2005-08-26 [colin]      1.9.13cvs59
8628
8629         * src/procmime.c
8630                 Fix "Problem with replies". This happened only
8631                 on IMAP...
8632         * src/procmsg.c
8633                 Factorize code a bit
8634         * src/compose.c
8635                 Speed improvement on very long messages (wrapping)
8636                 Fix signature color on Reedit and Redirect
8637                 On Reedit, don't attach pgp-signatures parts, but
8638                 set signing to On.
8639
8640 2005-08-24 [paul]       1.9.13cvs58
8641
8642         * src/compose.c
8643                 don't claim success when clicking
8644                 Cancel on the passphrase box.
8645                 Patch by Colin
8646
8647 2005-08-24 [paul]       1.9.13cvs57
8648
8649         * src/main.c
8650                 fix misplaced sylpheed.log
8651         * src/common/defs.h
8652                 define UIDL_DIR
8653
8654 2005-08-24 [paul]       1.9.13cvs56
8655
8656         * src/imap.c
8657         * src/etpan/imap-thread.c
8658         * src/etpan/imap-thread.h
8659                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8660                 Patch by Colin
8661         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8662         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8663                 remove autogenerated files
8664         * tools/kdeservicemenu/README
8665         * tools/kdeservicemenu/install.sh
8666         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8667         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8668                 use Claws icon, use 'Sylpheed-Claws' in menu,
8669                 use kdialog, and other cleanups
8670
8671 2005-08-23 [paul]       1.9.13cvs55
8672
8673         * src/compose.c
8674                 fix paste/wrap crash
8675                 Patch by Colin
8676
8677 2005-08-23 [paul]       1.9.13cvs54
8678
8679         * src/main.c
8680                 fix crash recovery
8681                 Patch by Colin
8682
8683 2005-08-23 [paul]       1.9.13cvs53
8684
8685         * src/addressbook.c
8686         * src/editaddress.c
8687                 view all data of LDAP contacts
8688                 Patch by Colin
8689
8690 2005-08-23 [paul]       1.9.13cvs52
8691
8692         * src/addressbook.c
8693                 fix issues with the Search field
8694                 Patch by Colin
8695
8696 2005-08-22 [paul]       1.9.13cvs51
8697
8698         * src/folderview.c
8699                 put name of folder in processing dialog
8700                 title
8701         * src/prefs_folder_item.c
8702                 improve english usage
8703
8704 2005-08-22 [paul]       1.9.13cvs50
8705
8706         * src/filtering.c
8707         * src/filtering.h
8708         * src/matcher.c
8709         * src/matcher_parser_lex.l
8710         * src/matcher_parser_parse.y
8711         * src/prefs_filtering.c
8712                 add Filtering/Processing rule names feature.
8713                 (the incompatible old matcherrc is saved as
8714                 matcherrc.pre_names).
8715                 Patch by Colin
8716
8717 2005-08-22 [paul]       1.9.13cvs49
8718
8719         * src/procmsg.c
8720                 fix colour labelling
8721                 Patch by Colin
8722
8723 2005-08-22 [paul]       1.9.13cvs48
8724
8725         * src/textview.c
8726                 fix open_image_cb()
8727
8728 2005-08-22 [paul]       1.9.13cvs47
8729
8730         * src/imap.c
8731                 fix bug 789, 'SC crashes with imap (CVS ver)'
8732                 Patch by Colin
8733
8734 2005-08-22 [paul]       1.9.13cvs46
8735
8736         * src/mimeview.c
8737         * src/prefs_common.c
8738         * src/common/defs.h
8739                 define reused defaults in defs.h
8740         * src/textview.c
8741                 add 'Open image' to image popup menu
8742
8743 2005-08-21 [colin]      1.9.13cvs45
8744
8745         * src/summaryview.c
8746                 Fix bug #788 (Bogus "From" address displayed)
8747
8748 2005-08-20 [colin]      1.9.13cvs44
8749
8750         * src/folder.c
8751                 Fix buf #787 (multilevel delete causes SIGSEGV)
8752
8753 2005-08-19 [colin]      1.9.13cvs43
8754
8755         * src/inc.c
8756         * src/prefs_common.c
8757         * src/prefs_common.h
8758                 Add an hidden pref to allow modifying the
8759                 update stepping in incorporation.
8760                 Patch by wwp.
8761
8762 2005-08-19 [colin]      1.9.13cvs42
8763
8764         * src/compose.c
8765         * src/procmime.c
8766                 Workaround for broken MUAs: encode 
8767                 Content-type: name: as ASCII and 
8768                 Content-Disposition: filename: as
8769                 per rfc2231
8770         * src/prefs_account.c
8771                 Fix invisible-ness of SMTP SSL prefs
8772                 in NNTP accounts
8773
8774 2005-08-19 [paul]       1.9.13cvs41
8775
8776         * src/compose.c
8777         * src/prefs_common.c
8778         * src/prefs_common.h
8779         * src/prefs_wrapping.c
8780                 paste with or without wrapping.
8781                 patch by Colin
8782
8783 2005-08-19 [paul]       1.9.13cvs40
8784
8785         * src/prefs_common.c
8786         * src/prefs_common.h
8787         * src/summaryview.c
8788                 reintroduce enable_swap_from as a
8789                 hidden pref. patch by Colin
8790         * src/quote_fmt_parse.y
8791         * src/plugins/clamav/clamav_plugin.c
8792         * src/plugins/dillo_viewer/dillo_viewer.c
8793         * src/plugins/mathml_viewer/mathml_viewer.c
8794         * src/plugins/pgpcore/sgpgme.c
8795         * src/plugins/pgpinline/pgpinline.c
8796         * src/plugins/pgpmime/pgpmime.c
8797                 tidy up. patch by Colin
8798
8799 2005-08-19 [paul]       1.9.13cvs39
8800
8801         * configure.ac
8802                 complete cvs38's sync
8803         * src/editaddress.c
8804         * src/gedit-print.c
8805         * src/mutt.c
8806         * src/etpan/etpan-log.c
8807         * src/etpan/imap-thread.c
8808         * src/gtk/gtksourceprintjob.c
8809                 fix compilation warnings
8810                 (patch by Colin)
8811
8812 2005-08-19 [paul]       1.9.13cvs38
8813
8814         sync with main:
8815
8816         * src/account.c
8817         * src/action.c
8818         * src/addrbook.c
8819         * src/addrcache.c
8820         * src/addrharvest.c
8821         * src/addrindex.c
8822         * src/codeconv.c
8823         * src/compose.c
8824         * src/crash.c
8825         * src/exporthtml.c
8826         * src/exportldif.c
8827         * src/folder.c
8828         * src/image_viewer.c
8829         * src/inc.c
8830         * src/inc.h
8831         * src/jpilot.c
8832         * src/ldif.c
8833         * src/main.c
8834         * src/matcher.c
8835         * src/mbox.c
8836         * src/messageview.c
8837         * src/mh.c
8838         * src/mimeview.c
8839         * src/msgcache.c
8840         * src/mutt.c
8841         * src/news.c
8842         * src/partial_download.c
8843         * src/pine.c
8844         * src/pop.c
8845         * src/prefs_actions.c
8846         * src/prefs_common.c
8847         * src/prefs_customheader.c
8848         * src/prefs_display_header.c
8849         * src/prefs_gtk.c
8850         * src/prefs_themes.c
8851         * src/procheader.c
8852         * src/procmime.c
8853         * src/procmsg.c
8854         * src/recv.c
8855         * src/send_message.c
8856         * src/simple-gettext.c
8857         * src/sourcewindow.c
8858         * src/textview.c
8859         * src/vcard.c
8860         * src/common/defs.h
8861         * src/common/log.c
8862         * src/common/plugin.c
8863         * src/common/prefs.c
8864         * src/common/session.c
8865         * src/common/session.h
8866         * src/common/socket.c
8867         * src/common/socket.h
8868         * src/common/ssl_certificate.c
8869         * src/common/template.c
8870         * src/common/utils.c
8871         * src/common/utils.h
8872         * src/common/xml.c
8873         * src/gtk/about.c
8874         added wrappers for C library function that
8875                 take pathname arguments.
8876                 enabled compilation with MinGW.
8877                 use GDir instead of directly using opendir().
8878                 added rename_force().
8879
8880 2005-08-19 [paul]       1.9.13cvs37
8881         
8882         patches by Colin:
8883         * src/compose.c
8884                 fix privacy settings on re-editing
8885                 a sent message
8886         * src/jpilot.c
8887                 fix encoding bug
8888         * src/folder.c
8889         * src/procmsg.c
8890         * src/procmsg.h
8891         * src/summaryview.c
8892                 flag changing optimisation
8893
8894 2005-08-18 [martin]     1.9.13cvs36
8895
8896         * commitHelper
8897             added my login
8898         * src/addrcache.c
8899         * src/addrharvest.c
8900         * src/addrindex.c
8901         * src/compose.c
8902         * src/grouplistdialog.c
8903         * src/main.c
8904         * src/mainwindow.c
8905         * src/msgcache.c
8906         * src/mutt.c
8907         * src/pine.c
8908         * src/prefs_account.c
8909         * src/prefs_themes.c
8910         * src/stock_pixmap.c
8911         * src/summaryview.c
8912         * src/gtk/about.c
8913         * src/gtk/logwindow.c
8914             removed deprecated glib and gdk stuff
8915         * src/plugins/pgpcore/select-keys.c
8916             convert attributes from locale to utf8
8917
8918 2005-08-17 [paul]       1.9.13cvs35
8919
8920         * src/account.c
8921         * src/addressbook.c
8922                 use new GTK_STOCK_ icons if available
8923         * src/summaryview.c
8924         * src/gtk/gtksctree.c
8925         * src/gtk/gtksctree.h
8926                 faster range select. patch by Colin
8927
8928 2005-08-17 [paul]       1.9.13cvs34
8929
8930         patches by colin:
8931         * src/addressbook.c
8932         * src/addressitem.h
8933                 Add an edit button for contacts, fix selections
8934                 of gtksctree items
8935         * src/editaddress.c
8936                 Change labels, let Save be always possible in the
8937                 email and user atributes tabs
8938         * src/folderview.c
8939                 fix sort issues
8940         * src/summaryview.c
8941                 select next item instead of the displayed one
8942                 after deletion
8943
8944         * src/gtk/progressdialog.c
8945                 use prefs_common.enable_rules_hint
8946
8947 2005-08-13 [hoa]        1.9.13cvs33
8948
8949         * src/etpan/imap-thread.c
8950                 fixed build on Solaris.
8951
8952 2005-08-10 [colin]      1.9.13cvs32
8953
8954         * src/procmsg.c
8955                 Fix cvs31 (missing fclose before reading
8956                 the file)
8957
8958 2005-08-10 [colin]      1.9.13cvs31
8959
8960         * src/procmsg.c
8961                 Fix procmsg_msginfo_new_from_mimeinfo() when
8962                 the MimeInfo isn't stored in memory. This fixes
8963                 replying to an attached message.
8964
8965 2005-08-10 [colin]      1.9.13cvs30
8966
8967         * src/mainwindow.c
8968                 Fix slowness in account changing
8969
8970 2005-08-10 [colin]      1.9.13cvs29
8971
8972         * src/folder.c
8973         * src/folderutils.c
8974         * src/folderview.c
8975         * src/imap_gtk.c
8976         * src/mainwindow.c
8977         * src/mh_gtk.c
8978         * src/procmsg.c
8979         * src/summaryview.c
8980                 Optimize folder_has_parent_of_type
8981                 Prevent moving special sub-folders from contextual menus
8982                 Rework message a bit ("Empty all messages" -> "Delete all
8983                 messages")
8984                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8985                 and "Deleted Items" folders)
8986
8987 2005-08-08 [colin]      1.9.13cvs28
8988
8989         * src/summaryview.c
8990         * src/prefs_summaries.c
8991                 Make "Select first unread|new" more flexible
8992                 (just prioritize new or unread)
8993
8994 2005-08-08 [colin]      1.9.13cvs27
8995
8996         * src/summaryview.c
8997                 If "select first new" is selected and there only
8998                 are unread messages, fallback to "select first
8999                 unread".
9000
9001 2005-08-08 [colin]      1.9.13cvs26
9002
9003         * src/folder.c
9004                 Fix shameful bugs (and bug #779)
9005
9006 2005-08-08 [colin]      1.9.13cvs25
9007
9008         * src/folder.c
9009         * src/folder.h
9010                 Cache parents' type to make folder_has_parent_of_type
9011                 faster
9012         * src/folderview.c
9013                 Forbid DnD of special sub-folders
9014         * src/procmsg.c
9015         * src/procmsg.h
9016                 Add MAIL_POSTFILTERING_HOOK
9017         * src/summaryview.c
9018                 Revert over-zealous deletion of the use_addr_book 
9019                 code
9020
9021 2005-08-07 [colin]      1.9.13cvs24
9022
9023         * src/folder.c
9024                 Fix big mistake (passing MsgInfo instead 
9025                 of FolderItem)
9026
9027 2005-08-07 [colin]      1.9.13cvs23
9028
9029         * src/compose.c
9030         * src/folder.c
9031         * src/folder.h
9032         * src/foldersel.c
9033         * src/folderutils.c
9034         * src/folderview.c
9035         * src/imap.c
9036         * src/mainwindow.c
9037         * src/messageview.c
9038         * src/mh.c
9039         * src/msgcache.c
9040         * src/procmime.c
9041         * src/summaryview.c
9042                 Make subfolders of Drafts, Queue, Outbox, Trash
9043                 work like their parents. 
9044                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9045
9046 2005-08-07 [colin]      1.9.13cvs22
9047
9048         * src/addressbook.c
9049                 Fix bug #771 (Dragged contacts not saved)
9050
9051 2005-08-07 [paul]       1.9.13cvs21
9052
9053         * src/summaryview.c
9054                 fix bug 32 'Search Doesn't display results
9055                 if "Hide Read Messages" is chosen'
9056                 be more literal in interpreting 'Hide read
9057                 messages'
9058
9059 2005-08-07 [colin]      1.9.13cvs20
9060
9061         * src/folderview.c
9062                 Add debug
9063         * src/summaryview.c
9064                 Faster 'unthread_for_execution'
9065
9066 2005-08-06 [paul]       1.9.13cvs19
9067
9068         * src/mainwindow.c
9069                 add mnemonics to Set displayed columns
9070                 fix bug where msgview_visible option was
9071                 overwritten as TRUE on startup
9072
9073 2005-08-06 [paul]       1.9.13cvs18
9074
9075         * src/mainwindow.c
9076                 refer to 'displayed columns in folder/message
9077                 list' not 'displayed items in summary/message view'
9078         * src/prefs_display_header.c
9079                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9080                 be consistent with similar dialogues
9081         * src/prefs_folder_column.c
9082         * src/prefs_summary_column.c
9083                 'columns' not 'items', and folder and message lists,
9084                 instead of folder and summary views;
9085                 Use 'Hidden columns' as list heading not 'Available
9086                 items';
9087                 move the 'Remove' button to the right hand side;
9088                 top-align the buttons;
9089                 remove unneeded vbox
9090         * src/prefs_summaries.c
9091                 put the 2 column prefs buttons in a frame to reduce
9092                 overall width; refer to columns not items &c.
9093
9094 2005-08-05 [colin]      1.9.13cvs17
9095
9096         * src/prefs_common.c
9097         * src/prefs_common.h
9098         * src/mainwindow.c
9099         * src/compose.c
9100         * src/messageview.c
9101                 Add an hidden toolbar_detachable pref, so
9102                 that I can get rid of these painful handles
9103                 in the toolbars. Defaults to TRUE to avoid
9104                 changing the GUI on unsuspecting people...
9105
9106 2005-08-05 [colin]      1.9.13cvs16
9107
9108         * src/Makefile.am
9109         * src/prefs_folder_column.c
9110         * src/prefs_folder_column.h
9111                 Add prefs for folder columns
9112         * src/folderview.c
9113         * src/folderview.h
9114         * src/mainwindow.c
9115         * src/mainwindow.h
9116         * src/prefs_common.c
9117         * src/prefs_common.h
9118         * src/prefs_summaries.c
9119                 Use them
9120         * src/prefs_summary_column.c
9121         * src/summaryview.c
9122         * src/summaryview.h
9123                 Add a To column
9124         * src/textview.c
9125         * src/common/utils.c
9126         * src/common/utils.h
9127                 Move uri colourisation functions
9128                 to utils
9129         * src/compose.c
9130                 Colourise URIs
9131         * src/imap.c
9132                 Fix bug with LIST where we'd try
9133                 to get Folder//////[...]/// 
9134
9135 2005-08-05 [paul]       1.9.13cvs15
9136
9137         * src/prefs_summaries.c
9138                 improve the English usage
9139         * src/summaryview.c
9140                 set font on column change
9141                 thanks to Colin
9142
9143 2005-08-05 [paul]       1.9.13cvs14
9144
9145         * src/prefs_common.c
9146         * src/prefs_common.h
9147         * src/prefs_summaries.c
9148         * src/summaryview.c
9149                 replace 'open_unread_on_enter' option with
9150                 'select_on_entry' option. opening/not opening
9151                 is now exclusively controlled by 'always_show_msg'
9152
9153 2005-08-04 [colin]      1.9.13cvs13
9154
9155         * src/compose.c
9156                 Remove dead code
9157                 Add colourisation of quotes and signatures
9158         * src/folderview.c
9159                 Fix possible crashes
9160         * src/messageview.c
9161                 Change an assert that is no problem
9162         * src/news.c
9163         * src/news_gtk.c
9164         * src/news_gtk.h
9165                 Fix offline mode
9166         * src/gtk/quicksearch.c
9167                 Fix a possible crash
9168
9169 2005-08-03 [colin]      1.9.13cvs12
9170
9171         * src/prefs_account.c
9172                 Fix bug #777 (Sylpheed crash in account configuration)
9173
9174 2005-08-03 [colin]      1.9.13cvs11
9175
9176         * src/addressbook.c
9177         * src/editaddress.c
9178         * src/editgroup.c
9179                 Fixing addressbook, round 2
9180         * src/textview.c
9181                 Fix emphasis color on rechecking 'Colorize messages'
9182
9183 2005-08-03 [paul]       1.9.13cvs10
9184
9185         sync with main
9186
9187         * src/addr_compl.c
9188         * src/compose.c
9189         * src/main.c
9190         * src/pop.c
9191         * src/prefs_account.c
9192         * src/procmime.c
9193         * src/procmsg.c
9194         * src/quote_fmt_parse.y
9195         * src/textview.c
9196         * src/common/quoted-printable.c
9197         * src/common/utils.c
9198         * src/common/utils.h
9199         * src/common/xml.c
9200                 replaced incorrect locale-independent
9201                 ctype functions with GLib's. Corrected
9202                 signedness mismatch.
9203         * src/headerview.c
9204                 headerview_create(): added spacing for vbox.
9205         * src/gtk/about.c
9206                 set focus to the OK button.
9207
9208 2005-08-03 [colin]      1.9.13cvs9
9209
9210         * src/folderview.c
9211                 Fix possible crash
9212
9213 2005-08-02 [colin]      1.9.13cvs8
9214
9215         * src/mainwindow.c
9216                 Fix cast
9217         * src/addressbook.c
9218         * src/addressitem.h
9219                 Fix a cast and more generally, try to make the
9220                 GUI more intuitive and consistent (round 1)
9221
9222 2005-08-02 [paul]       1.9.13cvs7
9223
9224         * src/folder.h
9225                 missing in 1.9.13cvs6
9226
9227 2005-08-02 [colin]      1.9.13cvs6
9228
9229         * src/folder.c
9230                 Fix one more leak
9231
9232 2005-08-02 [colin]      1.9.13cvs5
9233
9234         * src/folder.c
9235         * src/folderview.c
9236         * src/imap.c
9237         * src/main.c
9238         * src/mbox.c
9239         * src/procmsg.c
9240         * src/summaryview.c
9241                 Fix a number of folder_item_get_msg_list()-related
9242                 leaks (missing procmsg_msginfo_free()s)
9243
9244 2005-08-01 [colin]      1.9.13cvs4
9245
9246         * src/folderview.c
9247         * src/folderview.h
9248         * src/mainwindow.c
9249         * src/prefs_fonts.c
9250         * src/prefs_summaries.c
9251         * src/prefs_themes.c
9252         * src/summaryview.c
9253         * src/summaryview.h
9254         * src/textview.c
9255         * src/textview.h
9256                 Fix instant-apply of summary and folderview-related prefs
9257                 Fix erroneous g_free and alertpanels in prefs_theme
9258                 Add instant-apply for fonts
9259                 Defer applying of prefs a little bit so it's done only
9260                 once even if requested by multiples prefs pages
9261
9262 2005-08-01 [paul]       1.9.13cvs3
9263
9264         * src/main.c
9265                 fix bug 776 'S.C. crashes on close'
9266                 thanks to Colin
9267         * src/etpan/etpan-thread-manager-types.h
9268                 add missing include
9269                 thanks to Hoa
9270
9271 2005-07-25 [paul]       1.9.13cvs2
9272
9273         * src/summaryview.c
9274                 fix typos. spotted by Fabien Vantard
9275
9276 2005-07-24 [paul]       1.9.13cvs1
9277
9278         * doc/man/sylpheed.1
9279                 update man page, incorporating fix of
9280                 bug 769 'Typo in manpage'
9281         * src/etpan/imap-thread.c
9282                 fix NetBSD openssl dependencies. patch by
9283                 George Michaelson <ggm@apnic.net>
9284         * po/pt_BR.po
9285                 updated by Frederico Goncalves Guimaraes
9286
9287 2005-07-22 [paul]       1.9.13
9288
9289         1.9.13 release
9290
9291 2005-07-22 [paul]       1.9.12cvs91
9292
9293         * AUTHORS
9294         * INSTALL
9295         * README.claws
9296         * RELEASE_NOTES.claws
9297                 updated for release
9298         * configure.ac
9299         * po/nb.po
9300         * tools/claws.i18n.status.pl
9301                 add Norwegian translation. submiited by
9302                 Geir Helland <pjallabais@users.sourceforge.net>
9303         * po/ca.po
9304         * po/de.po
9305         * po/es.po
9306         * po/fi.po
9307         * po/fr.po
9308         * po/it.po
9309         * po/sk.po
9310         * po/sr.po
9311         * po/zh_CN.po
9312                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9313                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9314                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9315                 Yang Guilong
9316         * src/plugins/clamav/clamav_plugin_gtk.c
9317         * src/plugins/spamassassin/spamassassin_gtk.c
9318                 replace outdated description strings
9319
9320 2005-07-21 [colin]      1.9.12cvs90
9321
9322         * src/folder.c
9323                 Set folder to batch mode when scanning it. Makes deletion
9324                 of unread mails on IMAP much faster (due to the UNREAD 
9325                 flag unsetting)
9326
9327 2005-07-21 [darko]      1.9.12cvs89
9328
9329         * configure.ac
9330                 link against libresolv if necessary (patch by Paul)
9331         * src/msgcache.c
9332                 use glib's portable macros to determine endianness
9333
9334 2005-07-21 [paul]       1.9.12cvs88
9335
9336         * src/crash.c
9337         * src/gtk/about.c
9338                 update compiled-in features list
9339
9340 2005-07-20 [colin]      1.9.12cvs87
9341
9342         * src/folder.c
9343         * src/textview.c
9344                 Gcc 2.9x compilation fixes, thanks to Darko
9345         * src/plugins/clamav/clamav_plugin.c
9346                 Little optimisation: load virus database only once
9347         * src/plugins/spamassassin/spamassassin.c
9348                 Big optimisation: filtering one mail took at least 1 second,
9349                 now it takes at least 50ms. Doesn't speed up spamassassin 
9350                 itself, but should already be much more tolerable.
9351
9352 2005-07-20 [colin]      1.9.12cvs86
9353
9354         * src/summaryview.c
9355                 Fix performance issue
9356
9357 2005-07-19 [colin]      1.9.12cvs85
9358
9359         * src/plugins/pgpinline/plugin.c
9360                 Fix warning
9361
9362 2005-07-19 [colin]      1.9.12cvs84
9363
9364         * configure.ac
9365         * src/plugins/Makefile.am
9366         * src/plugins/pgpinline/.cvsignore
9367         * src/plugins/pgpinline/Makefile.am
9368         * src/plugins/pgpinline/pgpinline.c
9369         * src/plugins/pgpinline/pgpinline.deps
9370         * src/plugins/pgpinline/pgpinline.h
9371         * src/plugins/pgpinline/plugin.c
9372                 Put pgpinline in the main tree
9373
9374 2005-07-19 [paul]       1.9.12cvs83
9375
9376         * src/prefs_actions.c
9377                 prevent '//' in menu names, which cause a crash
9378                 thanks to Colin
9379
9380 2005-07-19 [paul]       1.9.12cvs82
9381
9382         * configure.ac
9383                 be generally more informative in configure output.
9384                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9385                 '[ --disable-openssl ...', as --enable-openssl is default
9386                 PGP/MIME: don't check for GPGME again, check for
9387                 pgpcore instead. Therefore prevent the possibility of
9388                 attempting to build pgpmime if pgpcore dependencies are
9389                 not met
9390                 ClamAV: use pkgconfig to check for lib
9391                 libgnomeprint: revert logic on inner test to match
9392                 everything else
9393         * src/plugins/pgpcore/sgpgme.c
9394                 add missing include
9395
9396 2005-07-19 [colin]      1.9.12cvs81
9397
9398         * src/summaryview.c
9399                 Fix slow thread rebuilding in particular
9400                 cases
9401
9402 2005-07-19 [paul]       1.9.12cvs80
9403
9404         * sylpheed-claws.desktop
9405                 fix typo, spotted by Stephan Sachse
9406         * src/account.c
9407                 replace GTK_STOCK_ADD with
9408                 GTK_STOCK_NEW button
9409
9410 2005-07-18 [colin]      1.9.12cvs79
9411
9412         * src/etpan/imap-thread.c
9413                 Fix return value (Thanks Hoa)
9414
9415 2005-07-18 [colin]      1.9.12cvs78
9416
9417         * src/imap.c
9418                 Allow empty passwords
9419                 Create drafts/queue/outbox if necessary
9420         * src/summaryview.c
9421                 Remove old code
9422         * src/etpan/imap-thread.c
9423                 Fix STARTTLS (Thanks to Hoa)
9424
9425 2005-07-18 [paul]       1.9.12cvs77
9426
9427         * ChangeLog-gtk2.jp
9428         * ChangeLog.jp
9429                 removed
9430         * Makefile.am
9431                 updated to reflect additions and removals
9432         * TODO
9433                 updated to be claws-specific
9434         * TODO-gtk2
9435         * TODO-gtk2.jp
9436         * TODO.jp
9437         * sylpheed-128x128.png
9438         * sylpheed-64x64.png
9439                 removed
9440         * sylpheed-claws-128x128.png
9441         * sylpheed-claws-64x64.png
9442         * sylpheed-claws.desktop
9443         * sylpheed-claws.png
9444                 added
9445         * sylpheed.desktop
9446         * sylpheed.png
9447                 removed
9448
9449 2005-07-17 [paul]       1.9.12cvs76
9450
9451         * src/account.c
9452         * src/addressbook.c
9453         * src/alertpanel.c
9454         * src/alertpanel.h
9455         * src/compose.c
9456         * src/exphtmldlg.c
9457         * src/expldifdlg.c
9458         * src/folderview.c
9459         * src/imap_gtk.c
9460         * src/inc.c
9461         * src/message_search.c
9462         * src/messageview.c
9463         * src/mh_gtk.c
9464         * src/news_gtk.c
9465         * src/prefs_actions.c
9466         * src/prefs_filtering.c
9467         * src/prefs_matcher.c
9468         * src/prefs_template.c
9469         * src/prefs_themes.c
9470         * src/ssl_manager.c
9471         * src/summary_search.c
9472         * src/textview.c
9473         * src/toolbar.c
9474         * src/gtk/sslcertwindow.c
9475         * src/plugins/pgpcore/sgpgme.c
9476                 rework alertpanels
9477
9478 2005-07-17 [colin]      1.9.12cvs75
9479
9480         * src/privacy.c
9481                 add a PrivacySystem accessor that checks that
9482                 the system cached in a MimeInfo's privacydata
9483                 is still registered. Use this accessor instead
9484                 of directly using data->system. Fixes crashes
9485                 after unloading pgp plugins.
9486
9487 2005-07-17 [colin]      1.9.12cvs74
9488
9489         * src/alertpanel.c
9490                 Change geometry hints to a simple default size.
9491                 Fixes the certs dialogs.
9492
9493 2005-07-17 [colin]      1.9.12cvs73
9494
9495         * src/gtk/sslcertwindow.c
9496                 Use a gtkExpander
9497
9498 2005-07-17 [colin]      1.9.12cvs72
9499
9500         * src/plugins/pgpcore/Makefile.am
9501         * src/plugins/pgpmime/Makefile.am
9502                 Add gpgme libs
9503
9504 2005-07-17 [paul]       1.9.12cvs71
9505
9506         * configure.ac
9507                 add --disable-gnomeprint option
9508                 modified version of patch by Marius Mauch
9509
9510 2005-07-17 [paul]       1.9.12cvs70
9511
9512         * src/common/defs.h
9513                 update urls
9514         * src/account.c
9515         * src/action.c
9516         * src/addressbook.c
9517         * src/compose.c
9518         * src/foldersel.c
9519         * src/folderview.c
9520         * src/html.c
9521         * src/imap_gtk.c
9522         * src/main.c
9523         * src/mainwindow.c
9524         * src/messageview.c
9525         * src/mh_gtk.c
9526         * src/mimeview.c
9527         * src/news_gtk.c
9528         * src/prefs_account.c
9529         * src/prefs_send.c
9530         * src/prefs_summaries.c
9531         * src/procmsg.c
9532         * src/summaryview.c
9533         * src/common/utils.c
9534         * src/common/xml.c
9535         * src/plugins/pgpcore/passphrase.c
9536         * src/plugins/pgpcore/select-keys.c
9537                 replace inappropriately used backticks
9538                 with single quotes
9539
9540 2005-07-16 [colin]      1.9.12cvs69
9541
9542         * src/image_viewer.c
9543                 Add extra paranoid checks
9544
9545 2005-07-16 [colin]      1.9.12cvs68
9546
9547         * src/plugins/pgpcore/prefs_gpg.c
9548                 Don't auto-check sigs by default, as it
9549                 can be really slow.
9550
9551 2005-07-16 [colin]      1.9.12cvs67
9552
9553         * src/plugins/pgpcore/sgpgme.c
9554                 Make messages a bit better.
9555
9556 2005-07-16 [colin]      1.9.12cvs66
9557
9558         * src/imap.c
9559                 Remove pseudo-log
9560         * src/etpan/imap-thread.c
9561                 Add real log
9562
9563 2005-07-16 [colin]      1.9.12cvs65
9564
9565         * src/main.c
9566         * src/prefs_other.c
9567                 And now, fix build with libetpan :-/
9568
9569 2005-07-15 [colin]      1.9.12cvs64
9570
9571         * src/prefs_other.c
9572                 Continue fixing build without libetpan.
9573
9574 2005-07-15 [colin]      1.9.12cvs63
9575
9576         * src/main.c
9577                 Fix build with --disable-libetpan
9578
9579 2005-07-15 [colin]      1.9.12cvs62
9580
9581         * configure.ac
9582                 Bump libetpan's version
9583
9584 2005-07-15 [colin]      1.9.12cvs61
9585
9586         * src/etpan/imap-thread.c
9587                 Actually stop logging :)
9588
9589 2005-07-15 [colin]      1.9.12cvs60
9590
9591         * src/addressbook.c
9592                 Fix dnd of multiple addresses.
9593
9594 2005-07-15 [hoa]        1.9.12cvs59
9595
9596         * src/etpan/imap-thread.c
9597             disable login of IMAP password in libetpan log file.
9598
9599 2005-07-15 [paul]       1.9.12cvs58
9600
9601         * src/account.c
9602                 don't automatically sort
9603                 do allow drag n drop
9604
9605 2005-07-15 [paul]       1.9.12cvs57
9606
9607         * src/account.c
9608         * src/ssl_manager.c
9609                 alphabetical listing
9610
9611 2005-07-15 [paul]       1.9.12cvs56
9612
9613         * src/gtk/pluginwindow.c
9614                 sort plugin list alphabetically
9615
9616 2005-07-15 [paul]       1.9.12cvs55
9617
9618         * src/prefs_spelling.c
9619         * src/prefs_wrapping.c
9620                 unify English usage
9621
9622 2005-07-15 [colin]      1.9.12cvs54
9623
9624         * src/wizard.c
9625                 Typo fix
9626
9627 2005-07-15 [paul]       1.9.12cvs53
9628
9629         * src/prefs_message.c
9630                 make 'show cursor' a hidden option
9631
9632 2005-07-14 [colin]      1.9.12cvs52
9633
9634         * src/plugins/spamassassin/Makefile.am
9635         * src/plugins/clamav/Makefile.am
9636                 Fix double EXTRA_DISTs
9637
9638 2005-07-14 [colin]      1.9.12cvs51
9639
9640         * src/plugins/clamav/Makefile.am
9641         * src/plugins/clamav/clamav_plugin_gtk.deps
9642         * src/plugins/spamassassin/Makefile.am
9643         * src/plugins/spamassassin/spamassassin_gtk.deps
9644                 Make $plugin_gtk depend on $plugin
9645
9646 2005-07-14 [hoa]        1.9.12cvs50
9647
9648         * src/etpan/imap-thread.c
9649                 enable debug log of libetpan when running with --debug
9650
9651 2005-07-14 [colin]      1.9.12cvs49
9652
9653         * configure.ac
9654         * src/common/Makefile.am
9655         * src/common/plugin.c
9656         * src/common/plugin.h
9657                 Add a little plugin dependancy system.
9658                 Plugins can ship a $plugin_name.deps file
9659                 (near them in PLUGINDIR) so that their
9660                 dependancies are loaded if possible.
9661         * src/plugins/Makefile.am
9662         * src/plugins/pgpcore/Makefile.am
9663         * src/plugins/pgpcore/passphrase.c
9664         * src/plugins/pgpcore/passphrase.h
9665         * src/plugins/pgpcore/plugin.c
9666         * src/plugins/pgpcore/prefs_gpg.c
9667         * src/plugins/pgpcore/prefs_gpg.h
9668         * src/plugins/pgpcore/select-keys.c
9669         * src/plugins/pgpcore/select-keys.h
9670         * src/plugins/pgpcore/sgpgme.c
9671         * src/plugins/pgpcore/sgpgme.h
9672                 Introduce pgpcore, used by pgpmime and
9673                 pgpinline
9674         * src/plugins/pgpmime/Makefile.am
9675         * src/plugins/pgpmime/passphrase.c
9676         * src/plugins/pgpmime/passphrase.h
9677         * src/plugins/pgpmime/pgpmime.c
9678         * src/plugins/pgpmime/pgpmime.deps
9679         * src/plugins/pgpmime/plugin.c
9680         * src/plugins/pgpmime/prefs_gpg.c
9681         * src/plugins/pgpmime/prefs_gpg.h
9682         * src/plugins/pgpmime/select-keys.c
9683         * src/plugins/pgpmime/select-keys.h
9684         * src/plugins/pgpmime/sgpgme.c
9685         * src/plugins/pgpmime/sgpgme.h
9686                 Remove the core from pgpmime and add the
9687                 dependancy to pgpcore.
9688
9689 2005-07-14 [paul]       1.9.12cvs48
9690
9691         * src/stock_pixmap.c
9692                 forgot this in last commit
9693
9694 2005-07-14 [paul]       1.9.12cvs47
9695
9696         * src/account.c
9697         * src/addressbook.c
9698                 add accelerators for the buttons (sync with main)
9699         * src/compose.c
9700         * src/compose.h
9701                 add accelerators for the buttons.
9702                 fix editing with external editor.
9703                 replace gdk_input_*() with GIOChannel;
9704                 (sync with main)
9705         * src/foldersel.c
9706                 display folder names with new/unread
9707                 representation (sync with main)
9708         * src/main.c
9709                 specify default window icon (sync with main)
9710         * src/prefs_common.c
9711                 use_addr_book default to FALSE
9712         * src/summaryview.c
9713         * src/textview.c
9714                 add accelerators for the buttons (sync with main)
9715         * src/gtk/menu.c
9716                 fix typos
9717         * src/pixmaps/sylpheed_icon.xpm
9718                 updated
9719
9720 2005-07-13 [paul]       1.9.12cvs46
9721
9722         * src/plugins/pgpmime/pgpmime.c
9723         * src/plugins/pgpmime/sgpgme.c
9724                 (temporarily) use deprecated gpgme_data_rewind()
9725                 while largefile support is not present
9726                 (as suggested by Colin)
9727
9728 2005-07-13 [paul]       1.9.12cvs45
9729
9730         * configure.ac
9731                 remove large file support (for now):
9732                 it breaks too many things
9733
9734 2005-07-13 [paul]       1.9.12cvs44
9735
9736         * configure.ac
9737                 add large file support
9738         * src/html.c
9739                 fix bug #763 where href attribute was not
9740                 the very first attribute of a link
9741                 patch by Thomas Gilgin
9742
9743 2005-07-13 [colin]      1.9.12cvs43
9744
9745         * src/gtk/pluginwindow.c
9746                 Little portability fix
9747
9748 2005-07-13 [colin]      1.9.12cvs42
9749
9750         * src/plugins/pgpmime/sgpgme.c
9751                 Fix crasher.
9752
9753 2005-07-13 [colin]      1.9.12cvs41
9754
9755         * src/plugins/pgpmime/pgpmime.c
9756         * src/plugins/pgpmime/sgpgme.c
9757                 Use gpgme_data_release_and_get_mem instead
9758                 of gpgme_data_read.
9759
9760 2005-07-13 [colin]      1.9.12cvs40
9761
9762         * configure.ac
9763         * src/plugins/pgpmime/passphrase.c
9764         * src/plugins/pgpmime/passphrase.h
9765         * src/plugins/pgpmime/pgpmime.c
9766         * src/plugins/pgpmime/plugin.c
9767         * src/plugins/pgpmime/select-keys.c
9768         * src/plugins/pgpmime/select-keys.h
9769         * src/plugins/pgpmime/sgpgme.c
9770         * src/plugins/pgpmime/sgpgme.h
9771                 Port pgpmime to gpgme-1.0.
9772
9773 2005-07-12 [paul]       1.9.12cvs39
9774
9775         * AUTHORS
9776         * src/toolbar.c
9777         * src/toolbar.h
9778                 add a 'Go to Prev' button to the toolbar.
9779                 correct tooltip text of go to buttons.
9780                 based on patch by Yang Guilong <bamanzi@gmail.com>
9781
9782 2005-07-12 [colin]      1.9.12cvs38
9783
9784         * src/statusbar.c
9785                 Fix progress bar showing stuff at startup.
9786
9787 2005-07-12 [paul]       1.9.12cvs37
9788
9789         * src/editjpilot.c
9790                 fix building with jpilot support
9791
9792 2005-07-11 [colin]      1.9.12cvs36
9793
9794         * src/inc.c
9795                 Add visual indication that filtering is running
9796         * src/textview.c
9797                 Make {}[] uri delimiters
9798         * src/summaryview.c
9799                 Remove useless (and slow) calls
9800
9801 2005-07-11 [paul]       1.9.12cvs35
9802
9803         * src/plugins/clamav/clamav_plugin_gtk.c
9804         * src/plugins/dillo_viewer/dillo_prefs.c
9805         * src/plugins/pgpmime/prefs_gpg.c
9806         * src/plugins/spamassassin/spamassassin_gtk.c
9807                 gather plugins prefs together under their
9808                 own 'Plugins' heading
9809
9810 2005-07-11 [paul]       1.9.12cvs34
9811
9812         sync with main
9813
9814         * src/account.c
9815                 account_delete(): modified alert dialog
9816         * src/editjpilot.c
9817         * src/editvcard.c
9818                 fixed a crash when cancelling file selection
9819                 dialog by Escape key. Made non-ascii filename
9820                 selectable.
9821         * src/prefs_template.c
9822                 prefs_template_window_create(): make scrolled
9823                 window policy AUTOMATIC
9824
9825 2005-07-10 [hoa]        1.9.12cvs33
9826
9827         * src/etpan/imap-thread.c
9828                 workaround for old Courier IMAP servers.
9829
9830 2005-07-10 [colin]      1.9.12cvs32
9831
9832         * src/folder.c
9833         * src/statusbar.c
9834         * src/statusbar.h
9835                 Add visual progress indicator on filtering/processing
9836                 Factorize the progress bar code
9837         * src/imap.c
9838         * src/imap.h
9839         * src/etpan/imap-thread.c
9840                 Add a reference counter to avoid destroying the Folder
9841                 while it's in use by another callback.
9842
9843 2005-07-09 [hoa]        1.9.12cvs31
9844
9845         * src/imap.c
9846         * src/etpan/imap-thread.c
9847                 fixed deadlock when removing IMAP account.
9848
9849 2005-07-08 [colin]      1.9.12cvs30
9850
9851         * src/textview.c
9852         * src/unmime.c
9853                 Fix again problems decoding broken headers
9854         * src/gtk/inputdialog.c
9855                 Fix local variable shadowing a global one
9856
9857 2005-07-08 [colin]      1.9.12cvs29
9858
9859         * src/msgcache.c
9860                 Make the cache/mark files platform-agnostic by writing
9861                 them in little-endian format. Reading them is also done
9862                 in little-endian format, of course; however, in order
9863                 to avoid trashing mark data on big-endian machines, the
9864                 files are, at first, read from the native format if the
9865                 little-endian one doesn't exist. This is easy to deter-
9866                 mine by trying to open a file with a swapped data_ver
9867                 and seeing if it's the wanted version.
9868                 Little-endian using users should see absolutely no
9869                 difference, Big-endian users may get a very little
9870                 performance drop due to byte-swapping.
9871                 Tested on i386 and ppc32. 
9872                 Fixes bug #159 (The index file, in the mailboxes, is 
9873                 hardware depending).
9874
9875                 To have the cache/mark files updated to the new little-
9876                 endian format, "Check for new messages" or even
9877                 "Rebuild folder tree" aren't enough. Files will be
9878                 updated as soon as a folder has been opened/closed.
9879                 To update everything, just select all folders by
9880                 selecting them one by one.
9881
9882 2005-07-07 [colin]      1.9.12cvs28
9883
9884         * src/imap.c
9885                 Remember the folder separator per IMAPFolder
9886                 instead of globally.
9887                 Revive the Session on noop; fixes bug #761
9888                 (mark a bunch of unread messages as read takes 
9889                 forever)
9890
9891 2005-07-07 [darko]      1.9.12cvs27
9892
9893         * src/common/template.c
9894                 Sort templates alphabetically
9895
9896 2005-07-06 [colin]      1.9.12cvs26
9897
9898         * src/imap.c
9899                 Try to use the correct separator in
9900                 most cases. Possibly fixes bug #759
9901                 (only creates the INBOX folder when 
9902                 setting up new IMAP account) and 
9903                 bug #760 (Can't retrieve messages)
9904
9905 2005-07-06 [colin]      1.9.12cvs25
9906
9907         * src/imap.c
9908                 Use real_path in status command. This will
9909                 help later, when namespaces will be used.
9910
9911 2005-07-06 [colin]      1.9.12cvs24
9912
9913         * configure.ac
9914         * src/account.c
9915         * src/folder.c
9916         * src/imap.c
9917         * src/etpan/etpan-log.c
9918         * src/etpan/etpan-thread-manager.c
9919         * src/etpan/imap-thread.c
9920                 Add a --disable-libetpan parameter. With this,
9921                 users that don't want IMAP4 support can avoid
9922                 the new dependancy (and have no IMAP support).
9923                 Users that have IMAP4 accounts and use this
9924                 parameter won't lose their configuration, their
9925                 IMAP accounts will just be invisible and not
9926                 used.
9927         * src/textview.c
9928                 Make the "Copy ..." contextual menu items 
9929                 copy to both the X clipboard and the gtk 
9930                 clipboard - as most other apps do.
9931         * src/gtk/about.c
9932                 Add a notice about OpenSSL usage, in order to
9933                 comply with OpenSSL's license (point 6):
9934                 http://www.openssl.org/source/license.html
9935
9936 2005-07-06 [colin]      1.9.12cvs23
9937
9938         * src/alertpanel.c
9939                 Fix a minimum size for alertpanels
9940         * src/compose.c
9941                 Show 'No space left on device' type errors
9942                 when queuing/sending
9943         * src/imap_gtk.c
9944         * src/mh_gtk.c
9945                 Rework folder's deletion message (remove 
9946                 extra \n)
9947
9948 2005-07-05 [colin]      1.9.12cvs22
9949
9950         * src/imap.c
9951                 Add an alertpanel on auth error
9952                 Add pseudo-log
9953                 Remove pthread-related stuff
9954
9955 2005-07-05 [colin]      1.9.12cvs21
9956
9957         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9958                 Fix crash on plugin reloading (with a hack)
9959
9960 2005-07-05 [colin]      1.9.12cvs20
9961
9962         * src/prefs_account.c
9963         * src/prefs_account.h
9964                 Fix typo
9965         * src/gtk/filesel.c
9966         * src/gtk/filesel.h
9967                 Add a way to filter the view
9968         * src/gtk/pluginwindow.c
9969                 Filter loadable stuff
9970         * src/plugins/pgpmime/prefs_gpg.c
9971                 Fix missing unregistration
9972         * .cvsignore
9973         * src/etpan/.cvsignore
9974         * src/plugins/spamassassin/.cvsignore
9975                 Add more stuff to cvs ignored files
9976
9977 2005-07-04 [colin]      1.9.12cvs19
9978
9979         * src/imap.c
9980                 Fix scan_required returning FALSE when it
9981                 shouldn't. Maybe fix #760 (Can't retrieve
9982                 messages)
9983
9984 2005-07-04 [colin]      1.9.12cvs18
9985
9986         * src/summaryview.c
9987                 Fix always_show_msg pref
9988
9989 2005-07-04 [paul]       1.9.12cvs17
9990
9991         sync with main (forgotten in last commit)
9992         
9993         * src/common/utils.c
9994         * src/common/utils.h
9995                 check_line_length(): new.
9996                 is_dir_exist()
9997                 is_file_entry_exist()
9998                 dirent_is_regular_file()
9999                 dirent_is_directory(): use g_file_test() instead of stat().
10000
10001 2005-07-04 [paul]       1.9.12cvs16
10002
10003         sync with main:
10004
10005         * src/compose.c
10006                 compose_write_to_file(): check for line
10007                 length limit and display warning if exceeds
10008         * src/jpilot.c
10009                 use get_home_dir() instead of g_get_home_dir()
10010         * src/procheader.c
10011                 removed warning about invalid date
10012         * src/vcard.c
10013                 use get_home_dir() instead of g_get_home_dir()
10014
10015 2005-07-04 [paul]       1.9.12cvs15
10016
10017         * src/stock_pixmap.c
10018                 fix new pixmap naming errors
10019                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10020
10021 2005-07-04 [colin]      1.9.12cvs14
10022
10023         * src/imap.c
10024                 Fix debugging string with a warning
10025
10026 2005-07-04 [colin]      1.9.12cvs13
10027
10028         * configure.ac
10029                 Add a check for libetpan's version (>= 0.37)
10030
10031 2005-07-04 [hoa]        1.9.12cvs12
10032
10033         * commitHelper
10034         * src/imap.c
10035         * src/etpan/imap-thread.c
10036         * src/etpan/imap-thread.h
10037                 fixed IMAP implementation of check of mails.
10038
10039 2005-07-03 [hoa]        1.9.12cvs11
10040
10041         * src/etpan/Makefile.am
10042         * src/etpan/etpan-errors.h
10043         * src/etpan/etpan-log.[ch]
10044         * src/etpan/etpan-thread-manager-types.h
10045         * src/etpan/etpan-thread-manager.[ch]
10046         * src/etpan/imap-thread.[ch]
10047         * src/Makefile.am
10048         * src/imap.c
10049         * src/main.c
10050         * src/prefs_other.c
10051         * configure.ac
10052             merged imap branch.
10053             dependency on libetpan 0.37 is now added.
10054
10055 2005-07-01 [colin]      1.9.12cvs10
10056
10057         * src/Makefile.am
10058         * src/folder.c
10059         * src/folder.h
10060         * src/folderview.c
10061         * src/stock_pixmap.c
10062         * src/stock_pixmap.h
10063         * src/plugins/trayicon/trayicon.c
10064                 Add marked symbol on folders containing
10065                 marked messages
10066         * src/procmsg.c
10067         * src/procmsg.h
10068         * src/toolbar.c
10069         * src/prefs_common.c
10070         * src/prefs_common.h
10071         * src/prefs_send.c
10072                 Add an optional confirmation dialog on queue
10073                 sending. Patch by wwp.
10074         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10075         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10076         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10077         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10078         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10079         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10080         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10081         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10082         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10083         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10084         * src/pixmaps/trash_mark.xpm            ** ADDED **
10085                 New pixmaps
10086
10087 2005-07-01 [colin]      1.9.12cvs9
10088
10089         * src/summaryview.c
10090                 Fix a little threading bug
10091         * src/addrgather.c
10092         * src/mainwindow.c
10093                 A little bit of HIG normality never hurts
10094
10095 2005-07-01 [colin]      1.9.12cvs8
10096
10097         * src/compose.c
10098         * src/msgcache.c
10099         * src/pop.c
10100         * src/procmime.c
10101         * src/recv.c
10102         * src/common/log.c
10103         * src/common/template.c
10104         * src/common/utils.c
10105         * src/common/utils.h
10106                 Reverted the fwrite_atomic stuff. In fact
10107                 it is already atomic.
10108
10109 2005-06-30 [colin]      1.9.12cvs7
10110
10111         * src/common/utils.c
10112         * src/common/utils.h
10113                 Add an fwrite_atomic() function to make
10114                 sure we write everything: fwrite can make
10115                 short writes.
10116         * src/compose.c
10117         * src/msgcache.c
10118         * src/pop.c
10119         * src/procmime.c
10120         * src/recv.c
10121         * src/common/log.c
10122         * src/common/template.c
10123                 Use that (and fix swapping of size and nmemb).
10124                 Thanks to Rich Coe for the heads up.
10125
10126 2005-06-30 [colin]      1.9.12cvs6
10127
10128         * src/addressbook.c
10129                 Optimize addressbook opening 
10130
10131 2005-06-30 [colin]      1.9.12cvs5
10132
10133         * src/summaryview.c
10134                 Remove calls to summary_step after move/copy
10135
10136 2005-06-28 [paul]       1.9.12cvs4
10137
10138         * src/alertpanel.c
10139                 wrap and make the error msg selectable
10140
10141 2005-06-28 [paul]       1.9.12cvs3
10142
10143         * src/ssl_manager.c
10144                 replace the OK button with a Close button
10145         * src/gtk/foldersort.c
10146                 use GTK_STOCK_ icons/buttons
10147
10148 2005-06-28 [colin]      1.9.12cvs2
10149
10150         * src/gedit-print.c             ** ADDED **
10151         * src/gedit-print.h             ** ADDED **
10152         * src/gtk/gtksourceprintjob.c   ** ADDED **
10153         * src/gtk/gtksourceprintjob.h   ** ADDED **
10154                 I can't believe no one had enough time to tell
10155                 me I forgot the `cvs add`
10156
10157 2005-06-27 [colin]      1.9.12cvs1
10158
10159         * src/Makefile.am
10160         * src/gtk/Makefile.am
10161         * src/messageview.c
10162         * src/procmsg.c
10163         * src/summaryview.c
10164         * configure.ac
10165                 Add optional libgnomeprint-based printing
10166         * src/mainwindow.c
10167         * src/gtk/quicksearch.c
10168                 Add an Edit/Quick search menu item to show
10169                 and focus the quicksearch
10170
10171 2005-06-27 [paul]       1.9.12
10172
10173         1.9.12 release
10174
10175         * po/ca.po
10176         * po/de.po
10177         * po/es.po
10178         * po/fr.po
10179         * po/it.po
10180         * po/ko.po
10181         * po/pt_BR.po
10182         * po/sk.po
10183         * po/zh_CN.po
10184                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10185                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10186                 SungHyun Nam, Frederico Goncalves Guimaraes,
10187                 Andrej Kacian, and Yang Guilong
10188 2005-06-26 [colin]      1.9.11cvs106
10189
10190         * src/imap_gtk.c
10191                 Forgot one file for previous fix
10192
10193 2005-06-26 [colin]      1.9.11cvs105
10194
10195         * src/folder.c
10196         * src/imap.c
10197                 Fix problems with folder operations in no_select
10198                 imap folders. it applies only to mails, and 
10199                 creation/deletion/move/renaming of folders 
10200                 should be possible
10201
10202 2005-06-26 [paul]       1.9.11cvs104
10203
10204         * src/prefs_filtering.c
10205                 replace one more GTK_STOCK_REMOVE
10206                 with GTK_STOCK_DELETE
10207
10208 2005-06-25 [colin]      1.9.11cvs103
10209
10210         * src/imap.c
10211                 Optimize get_seq_set_from_seq_list
10212                 (Patch by Ricardo) 
10213
10214 2005-06-25 [colin]      1.9.11cvs102
10215
10216         * src/mh.c
10217                 If the directory exists, but not in the
10218                 correct encoding, rename it. This should
10219                 handle old-versions-induced bugs.
10220
10221 2005-06-25 [colin]      1.9.11cvs101
10222
10223         * src/mh.c
10224                 Fix path access with extended dir names
10225                 Fixes bug #589 (SC segfaults with wrong locale
10226                 settings)
10227
10228 2005-06-25 [colin]      1.9.11cvs100
10229
10230         * src/prefs_account.c
10231         * src/prefs_account.h
10232         * src/compose.c
10233                 Add an option to encrypt replies to
10234                 encrypted messages
10235
10236 2005-06-25 [colin]      1.9.11cvs99
10237
10238         * src/compose.c
10239         * src/quote_fmt_parse.y
10240                 ... And make it work with pgpinline.
10241
10242 2005-06-25 [colin]      1.9.11cvs98
10243
10244         * src/compose.c
10245         * src/procmime.c
10246         * src/procmime.h
10247         * src/quote_fmt_parse.y
10248                 o Make reedition of encrypted messages possible
10249                   (as long as it is encrypted to self too, no
10250                    magic there)
10251                 o Make replying with quote (and without selecting
10252                   text) possible for encrypted messages.
10253                 Closes bug #550 (Not possible to "reply with quote"
10254                 to gnupg encrypted messages)
10255
10256 2005-06-24 [paul]       1.9.11cvs97
10257
10258         * src/imap.c
10259                 add missing include
10260
10261 2005-06-24 [paul]       1.9.11cvs96
10262
10263         * src/editldap.c
10264                 made bind password entry invisible
10265                 (sync with main)
10266         * src/send_message.c
10267                 send_message_local(): check exit status
10268                 to detect errors (sync with main)
10269         * src/textview.c
10270                 use main's less ambiguous popup menu
10271                 wording
10272
10273 2005-06-24 [paul]       1.9.11cvs95
10274
10275         * src/prefs_actions.c
10276         * src/prefs_customheader.c
10277         * src/prefs_display_header.c
10278         * src/prefs_filtering_action.c
10279         * src/prefs_matcher.c
10280         * src/prefs_template.c
10281         * src/prefs_toolbar.c
10282                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10283         * src/gtk/description_window.c
10284                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10285
10286 2005-06-23 [colin]      1.9.11cvs94
10287
10288         * src/summaryview.c
10289                 Fix rough edges (be sure to call status_show whenever
10290                 necessary).
10291
10292 2005-06-23 [colin]      1.9.11cvs93
10293
10294         * src/summaryview.c
10295                 Optimize Select All
10296                 Before, in a 5K mails folder: 11s
10297                 After, in the same folder: 58000µs
10298                 The joys of locking... gtk_clist_select_all() fires a 
10299                 tree-select-row event for each selected row, which in 
10300                 summaryview, callbacks summary_selected which in turn,
10301                 calls summary_status_show, which walks the selected
10302                 rows. Hence, calling gtk_clist_select_all was 
10303                 exponential. Locking the summaryview makes 
10304                 summary_selected return early.
10305
10306 2005-06-23 [colin]      1.9.11cvs92
10307
10308         * src/imap.c
10309                 Move mutex at the important place to avoid
10310                 deadlocks
10311         * src/summaryview.c
10312                 Fix Del key deleting directly instead of
10313                 moving to trash
10314
10315 2005-06-22 [colin]      1.9.11cvs91
10316
10317         * src/plugins/spamassassin/libspamc.c
10318                 As we do spagetti code with assignations in multiple
10319                 places (see _message_read_raw where out = msg = raw),
10320                 let's be sure we don't free the same pointer twice.
10321                 Should fix bug #683 (Crash in libpam at 
10322                 message_cleanup).
10323
10324 2005-06-22 [colin]      1.9.11cvs90
10325
10326         * src/compose.c
10327         * src/messageview.c
10328         * src/toolbar.c
10329                 Make toolbar's delete use the move to trash stuff;
10330                 Add gtk_widget_realize to be sure pixmaps can get
10331                 created (that may fix an old worksforme bug which
10332                 I can't find back...)
10333
10334 2005-06-22 [colin]      1.9.11cvs89
10335
10336         * src/summaryview.c
10337         * src/summaryview.h
10338         * src/mainwindow.c
10339                 Rename "Message/Delete" to "Message/Move to trash"
10340                 Add "Message/Delete..." that directly destroys the
10341                 selected messages after asking for a confirmation.
10342
10343 2005-06-22 [colin]      1.9.11cvs88
10344
10345         * src/imap.c
10346                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10347                 o Fix a deadlock (thanks Darko)
10348
10349 2005-06-22 [colin]      1.9.11cvs87
10350
10351         * src/gtk/foldersort.c
10352                 Add missing include for the i18n;
10353                 patch by Fabien Vantard
10354
10355 2005-06-21 [colin]      1.9.11cvs86
10356
10357         * src/folder.c
10358         * src/folderview.c
10359                 Respect the no_select flag
10360         * src/imap.c
10361                 Fix recursive deletion
10362         * src/imap_gtk.c
10363         * src/mh_gtk.c
10364                 Make the folder deletion's warning
10365                 more explicit
10366
10367 2005-06-21 [colin]      1.9.11cvs85
10368
10369         * src/textview.c
10370                 Prevent email addresses from spanning accross
10371                 lines - fixes bug # 646 (newline-chars in 
10372                 email addresses)
10373
10374 2005-06-20 [colin]      1.9.11cvs84
10375
10376         * src/folder.c
10377                 Be sure not to remove source if copy failed
10378
10379 2005-06-20 [colin]      1.9.11cvs83
10380
10381         * src/folderview.c
10382         * src/imap_gtk.c
10383                 remove summaryview's lock
10384         * src/imap.c
10385                 introduce threads to avoid problems when foreground tasks
10386                 interfere with background tasks
10387         * src/mh.c
10388                 prevent moving to drafts/queue
10389         * src/mimeview.c
10390                 fix leak
10391
10392 2005-06-19 [colin]      1.9.11cvs82
10393
10394         * src/imap_gtk.c
10395                 Remember that the user doesn't want to override
10396                 offline mode, for 3 seconds. It avoid presenting
10397                 him with N popups in a really short time.
10398
10399 2005-06-17 [colin]      1.9.11cvs81
10400
10401         * src/imap.c
10402                 Fix IMAP breaking on folders containing '('
10403                 (Probably won't be enough)
10404
10405 2005-06-17 [colin]      1.9.11cvs80
10406
10407         Forgotten files on 1.9.11cvs79
10408         * src/summaryview.c
10409                 Fix stepping when not immediately executing
10410         * src/imap.c
10411                 Really prevent UID FETCH 0
10412         * src/codeconv.c
10413                 Fix outgoing charset never set to utf-8
10414         * src/mh.c
10415                 Fix leak
10416
10417 2005-06-16 [colin]      1.9.11cvs79
10418
10419         * src/compose.c
10420                 Fix bug #707 (Dash splits rows)
10421                 Only wrap if we're on a line break position and
10422                 the previous one was a "white" (space) char.
10423                 Pango stuff is weird.
10424
10425 2005-06-16 [colin]      1.9.11cvs78
10426
10427         * src/imap_gtk.c
10428                 Lock summaryview while downloading messages
10429                 on user demand
10430         * src/procheader.c
10431         * src/unmime.c
10432         * src/common/utils.c
10433         * src/common/utils.h
10434                 Replace \r and \n with spaces in From and
10435                 Subject headers
10436
10437 2005-06-16 [paul]       1.9.11cvs77
10438
10439         * src/procmime.c
10440                 liberalise the mime parser
10441         * src/gtk/about.c
10442                 add text wrapping
10443
10444 2005-06-16 [paul]       1.9.11cvs76
10445
10446         * src/gtk/about.c
10447                 reworked
10448
10449 2005-06-15 [colin]      1.9.11cvs75
10450
10451         * src/compose.c
10452                 Finish header encoding fix
10453         * src/summaryview.c
10454                 Fix segfault
10455         * src/headerview.c
10456                 Fix compilation (Thanks Stephan
10457                 Sachse)
10458
10459 2005-06-15 [colin]      1.9.11cvs74
10460
10461         * Makefile.am
10462                 Install gnome2 stuff rather than gnome1, 
10463                 if both are present
10464         * src/codeconv.c
10465         * src/codeconv.h
10466         * src/compose.c
10467                 Fix headers encoding
10468         * src/folder.c
10469                 Visual progress when fetching all messages
10470         * src/folderview.c
10471         * src/summaryview.c
10472         * src/summaryview.h
10473                 Prevent changing current message while
10474                 incorporating
10475
10476 2005-06-15 [paul]       1.9.11cvs73
10477
10478         * src/gtk/gtkaspell.c
10479         * src/gtk/gtkaspell.h
10480                 fix build warnings
10481
10482 2005-06-15 [paul]       1.9.11cvs72
10483
10484         * src/prefs_filtering.c
10485                 allow reordering of filter rules by
10486                 drag n drop
10487
10488 2005-06-15 [paul]       1.9.11cvs71
10489
10490         * COPYING
10491                 updated
10492         * src/codeconv.c
10493                 replace deprecated function
10494         * src/inc.c
10495         * src/send_message.c
10496         * src/gtk/progressdialog.c
10497         * src/gtk/progressdialog.h
10498                 salvage and reuse parts of reverted sync
10499
10500 2005-06-15 [paul]       1.9.11cvs70
10501
10502         * src/inc.c
10503         * src/send_message.c
10504         * src/gtk/progressdialog.c
10505         * src/gtk/progressdialog.h
10506                 revert yesterday's sync with main
10507                 it contains deprecated functions
10508
10509 2005-06-15 [colin]      1.9.11cvs69
10510
10511         * src/headerview.c
10512                 Fix bug #670 (multi user to: will corrupt message 
10513                 headers display)
10514
10515 2005-06-15 [colin]      1.9.11cvs68
10516
10517         * src/compose.c
10518                 Fix bug #421 (Fix undo on wrapping)
10519
10520 2005-06-15 [colin]      1.9.11cvs67
10521
10522         * src/folder.c
10523                 Provide visual feedback while processing
10524                 folder's rules.
10525         * src/imap.c
10526                 Provide visual feedback while getting
10527                 short headers (for uncached messages)
10528
10529
10530 2005-06-14 [paul]       1.9.11cvs66
10531
10532         * src/account.c
10533                 change a couple stock icons
10534         * src/inc.c
10535         * src/send_message.c
10536         * src/gtk/progressdialog.c
10537         * src/gtk/progressdialog.h
10538                 sync main's GtkTreeView implementation
10539
10540 2005-06-14 [colin]      1.9.11cvs65
10541
10542         * src/imap.c
10543                 Various little fixes, mainly on error paths
10544
10545 2005-06-13 [colin]      1.9.11cvs64
10546
10547         * matcher.c
10548         * procmsg.c
10549         * procmsg.h
10550                 Add a way to fetch only headers. This speeds
10551                 up filtering on headers for IMAP. Fixes:
10552                 bug #481 extraneous imap commands slow down 
10553                         imap filtering
10554                 bug #522 Sylpheed downloads all messages 
10555                         when opening mailbox (IMAP)
10556                 bug #677 IMAP fetch is soooooooooooooo slow
10557         * src/folder.c
10558         * src/folder.h
10559                 Add a folder set_batch method so that
10560                 implementations can speed up flags changes
10561         * src/folderutils.c
10562         * src/summaryview.c
10563                 Use that in mark as (un)read and mark all read
10564                 Refix bug #679
10565         * src/imap.c
10566                 Implement set_batch - brings back deferred
10567                 flags in a less buggy manner. Fixes:
10568                 bug #729 IMAP immediate expunge of deleted messages
10569                 bug #191 remove list of messages with one command
10570                 Fix login with strange chars
10571                 Implement fetch_msg_full
10572                 Fix copy (wrong counts)
10573
10574 2005-06-12 [colin]      1.9.11cvs63
10575
10576         * src/folder.c
10577                 lock incorporation during long operations.
10578                 Avoids fucking up the IMAP socket.
10579
10580 2005-06-12 [colin]      1.9.11cvs62
10581
10582         * src/imap.c
10583                 Fix harmful typo
10584                 Factorize remove_all_msg
10585                 Thread-ize expunge
10586         * src/summaryview.c
10587                 Don't update partial-download status if unnecessary
10588         * src/folder.c
10589                 Use remove_msgs everywhere possible
10590
10591 2005-06-12 [colin]      1.9.11cvs61
10592
10593         * src/folder.c
10594         * src/folder.h
10595                 Add a remove_msgs function to remove a 
10596                 list of messages
10597         * src/imap.c
10598                 Implement that.
10599
10600 2005-06-12 [colin]      1.9.11cvs60
10601
10602         * src/imap.c
10603                 Remove flags-processing deferring... Too hard
10604                 to get it to work in all cases.
10605
10606 2005-06-11 [colin]      1.9.11cvs59
10607
10608         * src/imap.c
10609                 printf -> debug_print
10610
10611 2005-06-11 [colin]      1.9.11cvs58
10612
10613         * src/imap.c
10614                 o Fix build without USE_PTHREAD
10615                 o Factorize imap_open
10616                 o Alertpanel in case of impossible connection
10617                 o Alertpanel in case of impossible login
10618                 o Fix deferred flags processing to force a 
10619                   flush before adding some more flags to process,
10620                   but in another folder.
10621
10622 2005-06-10 [colin]      1.9.11cvs57
10623
10624         * src/imap.c
10625                 o Fix a format string error
10626                 o init ssl socket outside of the thread 
10627                   (it possibly invokes gtk calls)
10628         * src/procmime.c
10629                 o Put back the buffer to its necessary size
10630                 o Fix changing a file pointer without keeping
10631                   track of it (thanks Valgrind)
10632         * src/common/smtp.c
10633                 o Fix automatic STARTTLS if login should be done
10634                   and the server only allows it after starting TLS
10635         * src/gtk/gtkinputdialog.c
10636                 o Eat GDK_Return so that the combo popup doesn't 
10637                   appear when we press Enter to validate the combo
10638                   input dialog (as seen in the Open with... dialog)
10639
10640 2005-06-10 [colin]      1.9.11cvs56
10641
10642         * src/imap.c
10643                 o A bit less debug
10644                 o Fix a crash on deletion
10645                 o Threadize imap_select (it's called outside of 
10646                   threads)
10647                 o Defer treatment of DELETED flags
10648
10649
10650 2005-06-09 [colin]      1.9.11cvs55
10651
10652         * src/imap.c
10653                 Make sure we check imap_gtk_should_override(), which
10654                 potentially calls gtk stuff, before creating thread.
10655                 That way it should't be called via imap_get_session()
10656                 inside a thread.
10657
10658 2005-06-09 [colin]      1.9.11cvs54
10659
10660         * src/imap.c
10661                 o add a bit of status output
10662                 o remove some dead code
10663                 o threadize get_list_of_uids
10664                 o threadize imap_get_flags
10665                 o defer flag changing by 500ms so that they
10666                   can be batched
10667
10668
10669 2005-06-08 [colin]      1.9.11cvs53
10670
10671         * src/imap.c
10672                 Thread-ize imap_cmd_fetch
10673
10674 2005-06-08 [colin]      1.9.11cvs52
10675
10676         * src/main.c
10677                 Mmh, that broke POP3...
10678
10679 2005-06-08 [colin]      1.9.11cvs51
10680
10681         * src/main.c
10682                 Stabilize IMAP patch (thanks to Hoa)
10683
10684 2005-06-08 [colin]      1.9.11cvs50
10685
10686         * src/imap.c
10687                 Test patch to speed up imap. 
10688
10689 2005-06-08 [colin]      1.9.11cvs49
10690
10691         * src/imap_gtk.c
10692                 Warning fix
10693         * src/procmime.c
10694                 Apply patch from gentoo to use /usr/share/mime/globs if 
10695                 available, after un-breaking it
10696         * src/common/log.c
10697         * src/common/log.h
10698                 Use g_timeout for invoking hooks that possibly use gtk
10699                 calls. This should leave gtk calls in the main thread.
10700
10701 2005-06-08 [paul]       1.9.11cvs48
10702
10703         * src/codeconv.c
10704                 conv_get_outgoing_charset_str(): don't
10705                 use prefs_common setting
10706         * src/compose.c
10707         * src/compose.h
10708                 add /Options/Character encoding/... to
10709                 temporarily change the outgoing encoding
10710
10711         (belated sync with main)
10712
10713 2005-06-08 [paul]       1.9.11cvs47
10714
10715         * src/compose.c
10716                 correction to/completion of last
10717                 sync with main
10718
10719 2005-06-08 [paul]       1.9.11cvs46
10720
10721         sync with main:
10722         
10723         * src/codeconv.c
10724         * src/codeconv.h
10725                 always enabled Japanese auto-detection
10726                 if the first letters of locale string
10727                 is "ja"
10728         * src/compose.c
10729                 don't use "destroy" signal to destroy
10730                 Compose object (fix rare crashes on discard?)
10731         * src/mainwindow.c
10732         * src/messageview.c
10733         * src/prefs_send.c
10734                 added Hebrew encodings
10735         * src/sourcewindow.c
10736                 don't use "destroy" signal to destroy
10737                 objects
10738
10739 2005-06-07 [colin]      1.9.11cvs45
10740
10741         * src/summaryview.c
10742                 Add missing unlocks/locks
10743
10744 2005-06-07 [paul]       1.9.11cvs44
10745
10746         * src/summaryview.c
10747                 restore bug #749 fix
10748
10749 2005-06-06 [colin]      1.9.11cvs43
10750
10751         * src/summaryview.c
10752                 Fix selection bug when prefs_common.open_unread 
10753                 is FALSE
10754
10755 2005-06-06 [colin]      1.9.11cvs42
10756
10757         * src/common/md5.c
10758                 Fix a warning
10759         * src/summaryview.c
10760         * src/folderview.c
10761                 Factorize long operations beginning and end
10762                 (locking, freezing/thawing, cursor, ...)
10763                 Check selection->data member in selection-
10764                 related loops; this avoids dying an awful
10765                 death if the selection changes on us while
10766                 we're marking a whole IMAP folder unread, 
10767                 for example.
10768
10769 2005-06-06 [paul]       1.9.11cvs41
10770
10771         * src/textview.c
10772                 don't g_free() a static gchar buffer
10773
10774 2005-06-05 [colin]      1.9.11cvs40
10775
10776         * src/mainwindow.c
10777         * src/messageview.c
10778         * src/summaryview.c
10779                 Fix bug #749 (Show all headers should be
10780                 sticky as the GUI suggests)
10781
10782 2005-06-03 [paul]       1.9.11cvs39
10783
10784         * src/compose.c
10785                 don't allow editing of mail while sending.
10786                 patch by Colin
10787
10788 2005-06-03 [paul]       1.9.11cvs38
10789
10790         * src/folderview.c
10791                 add a freeze/thaw to speed up 'mark all read'
10792
10793 2005-06-03 [paul]       1.9.11cvs37
10794
10795         * src/prefs_message.c
10796                 reflect changes immediately
10797
10798 2005-06-02 [colin]      1.9.11cvs36
10799
10800         * po/POTFILES.in
10801                 Patch by Fabien Vantard.
10802
10803 2005-06-02 [colin]      1.9.11cvs35
10804
10805         * src/imap.c
10806                 Use a non-blocking imap_getline() if possible.
10807                 This should completely prevent the interface
10808                 from freezin on imap operations, although it
10809                 may do strange stuff in case of folder switching
10810                 while a big imap operation is taking place...
10811
10812                 In addition, fix a leak in the case thread
10813                 creation fails on connection.
10814
10815 2005-06-02 [colin]      1.9.11cvs34
10816
10817         * src/crash.c
10818         * src/prefs_common.h
10819                 Fix build (prefs_common_init() doesn't exist
10820                 anymore)
10821
10822 2005-06-02 [colin]      1.9.11cvs33
10823
10824         * src/prefs_account.c
10825                 Fix bug #245 (filtering rules broken when
10826                 renaming a remote account (imap4 or nntp)
10827
10828 2005-06-02 [colin]      1.9.11cvs32
10829
10830         * src/imap.c
10831                 Try to fix IMAP shortcomings: 
10832                 o Multithread imap_open()
10833                 o allow offline-mode overriding instead of
10834                   just returning NULL
10835         * src/imap_gtk.c
10836         * src/imap_gtk.h
10837                 Add a function to ask whether we want to
10838                 override offline-mode for 10 minutes (one-shot
10839                 asking was painful)
10840         * src/procheader.c
10841                 Fix segfault when imap parser isn't happy about
10842                 a missing {
10843
10844 2005-06-01 [colin]      1.9.11cvs31
10845
10846         * src/addrharvest.c
10847         * src/compose.c
10848         * src/mbox.c
10849         * src/mbox.h
10850         * src/mh.c
10851         * src/msgcache.c
10852         * src/send_message.c
10853         * src/setup.c
10854         * src/undo.c
10855         * src/common/hooks.c
10856         * src/common/prefs.c
10857         * src/common/template.c
10858         * src/common/utils.c
10859         * src/gtk/gtkutils.c
10860         * src/gtk/inputdialog.c
10861         * src/gtk/menu.c
10862         * src/gtk/pluginwindow.c
10863         * src/gtk/prefswindow.c
10864         * src/plugins/pgpmime/passphrase.c
10865         * src/plugins/pgpmime/prefs_gpg.c
10866                 More -Wall fixes
10867
10868         * src/common/Makefile.am
10869         * src/common/timing.h
10870                 Add basic timing code
10871
10872         * src/summaryview.c
10873                 Fix a bug with unread messages when 
10874                 re-sorting folders, and by the way
10875                 fix a big performance hit when 
10876                 re-sorting (10k mails: before 5s,
10877                 after .5s)
10878
10879         * src/prefs_compose_writing.c
10880         * src/prefs_compose_writing.h
10881         * src/prefs_message.c
10882         * src/prefs_message.h
10883         * src/prefs_other.c
10884         * src/prefs_other.h
10885         * src/prefs_quote.c
10886         * src/prefs_quote.h
10887         * src/prefs_receive.c
10888         * src/prefs_receive.h
10889         * src/prefs_send.c
10890         * src/prefs_send.h
10891         * src/prefs_summaries.c
10892         * src/prefs_summaries.h
10893                 Fix copyright banner
10894
10895 2005-06-01 [paul]       1.9.11cvs30
10896
10897         * po/fi.po
10898                 updated by Flammie Pirinen
10899         * src/procmime.c
10900                 fix 'Bad BASE64 content' output
10901
10902 2005-05-31 [colin]      1.9.11cvs29
10903
10904         * src/procmime.c
10905                 Oops, where did my hunk go.
10906
10907 2005-05-31 [colin]      1.9.11cvs28
10908
10909         * src/Makefile.am
10910         * src/account.c
10911         * src/action.c
10912         * src/addr_compl.c
10913         * src/addressbook.c
10914         * src/codeconv.c
10915         * src/compose.c
10916         * src/export.c
10917         * src/folder.c
10918         * src/folderview.c
10919         * src/image_viewer.c
10920         * src/main.c
10921         * src/mainwindow.c
10922         * src/messageview.c
10923         * src/mimeview.c
10924         * src/msgcache.c
10925         * src/prefs_account.c
10926         * src/prefs_actions.c
10927         * src/prefs_common.c
10928         * src/prefs_compose_writing.c
10929         * src/prefs_customheader.c
10930         * src/prefs_ext_prog.c
10931         * src/prefs_filtering.c
10932         * src/prefs_filtering_action.c
10933         * src/prefs_fonts.c
10934         * src/prefs_image_viewer.c
10935         * src/prefs_message.c
10936         * src/prefs_message.h
10937         * src/prefs_msg_colors.c
10938         * src/prefs_other.c
10939         * src/prefs_other.h
10940         * src/prefs_quote.c
10941         * src/prefs_receive.c
10942         * src/prefs_receive.h
10943         * src/prefs_send.c
10944         * src/prefs_send.h
10945         * src/prefs_spelling.c
10946         * src/prefs_summaries.c
10947         * src/prefs_summary_column.c
10948         * src/prefs_template.c
10949         * src/prefs_themes.c
10950         * src/prefs_toolbar.c
10951         * src/prefs_wrapping.c
10952         * src/procmime.c
10953         * src/procmsg.c
10954         * src/send_message.h
10955         * src/ssl_manager.c
10956         * src/summary_search.c
10957         * src/summaryview.c
10958         * src/textview.c
10959         * src/wizard.c
10960         * src/common/smtp.c
10961         * src/common/smtp.h
10962         * src/gtk/gtkutils.h
10963                 o Move the rest of Common prefs to new style
10964                 o Lots of -Wall warning fixes
10965                 o fix FIXME in cache memusage calculation
10966                 o Let return receipts be sent from any account
10967                 o Little cache optimisation (read)
10968                 o Fix bug #746 (don't treat commas as separators
10969                   when inside a quoted string)
10970
10971 2005-05-31 [paul]       1.9.11cvs27
10972
10973         * src/prefs_common.c
10974                 fix 'off-by-one' typo
10975
10976 2005-05-31 [paul]       1.9.11cvs26
10977
10978         * src/account.c
10979         * src/addr_compl.c
10980         * src/compose.c
10981         * src/foldersel.c
10982         * src/prefs_actions.c
10983         * src/prefs_common.c
10984         * src/prefs_common.h
10985         * src/prefs_customheader.c
10986         * src/prefs_display_header.c
10987         * src/prefs_filtering.c
10988         * src/prefs_filtering_action.c
10989         * src/prefs_matcher.c
10990         * src/prefs_summaries.c
10991         * src/prefs_summary_column.c
10992         * src/prefs_template.c
10993         * src/prefs_toolbar.c
10994         * src/ssl_manager.c
10995         * src/gtk/pluginwindow.c
10996         * src/gtk/prefswindow.c
10997         * src/gtk/progressdialog.c
10998                 add hidden prefs 'enable_rules_hint'
10999                 for gtk_tree_view_set_rules_hint()
11000                 (sync with main)
11001                 
11002
11003 2005-05-31 [colin]      1.9.11cvs25
11004
11005         * src/Makefile.am
11006         * src/main.c
11007         * src/prefs_common.c
11008         * src/prefs_summaries.c ** ADDED **
11009         * src/prefs_summaries.h ** ADDED **
11010                 Common/Display -> Display/Summaries
11011
11012 2005-05-31 [colin]      1.9.11cvs24
11013
11014         * src/Makefile.am
11015         * src/main.c
11016         * src/prefs_quote.c ** ADDED **
11017         * src/prefs_quote.h ** ADDED **
11018                 Move Common/Quote to Compose/Quoting
11019         * src/prefs_common.c
11020         * src/prefs_common.h
11021                 Remove old quote stuff, add
11022                 convenience functions for GtkTextView prefs
11023         * src/gtk/prefswindow.c
11024                 Set default height higher
11025
11026 2005-05-30 [colin]      1.9.11cvs23
11027
11028         * src/Makefile.am
11029         * src/main.c
11030         * src/prefs_common.c
11031         * src/prefs_compose_writing.c ** ADDED **
11032         * src/prefs_compose_writing.h ** ADDED **
11033                 Move Common/Compose prefs to Compose/Writing
11034
11035 2005-05-30 [colin]      1.9.11cvs22
11036
11037         * src/common/utils.c
11038                 Fix bug #651 (Confused Attract by Subject)
11039                 Patch by M. Benkmann <haferfrost@web.de>
11040         * AUTHORS
11041
11042 2005-05-30 [colin]      1.9.11cvs21
11043
11044         * src/compose.c
11045                 Fix concatenation of different headers of
11046                 the same type (bug #645)
11047         * src/prefs_folder_item.c
11048                 Fix bug #699 (setting color to black doesn't
11049                 work immediately)
11050         * src/procmime.c
11051                 Print out decoding error only once per
11052                 block
11053
11054 2005-05-30 [paul]       1.9.11cvs20
11055
11056         * src/common/template.c
11057                 fix Bcc
11058
11059 2005-05-30 [paul]       1.9.11cvs19
11060
11061         * doc/src/rfc2368.txt   **NEW FILE**
11062         * src/compose.c
11063                 compose_entries_set(): don't interpret Bcc
11064                 header field (conform to RFC 2368)
11065                 (sync with main)
11066
11067 2005-05-29 [colin]      1.9.11cvs18
11068
11069         * src/prefs_common.c
11070                 Let the default reply format respect
11071                 netiquette by cutting the signature.
11072
11073 2005-05-29 [colin]      1.9.11cvs17
11074
11075         * src/summaryview.c
11076                 Don't let always_show_msg override
11077                 open_unread_on_enter when opening a new
11078                 directory.
11079
11080 2005-05-27 [paul]       1.9.11cvs16
11081
11082         sync with main:
11083
11084         * src/main.c
11085                 app_will_exit(): cleanup tmp directory when exit
11086         * src/message_search.c
11087                 improved the interface and made code cleanup.
11088                 removed Clear button
11089         * src/send_message.c
11090                 send_message_local(): use GSpawn, and detect errors
11091         * src/summary_search.c
11092                 improved the interface and made code cleanup
11093         * src/textview.c
11094                 textview_write_link(): also skip non-ascii space
11095                  at the head of link strings (phishing check
11096                  didn't work at the case)
11097         * src/common/utils.c
11098                 get_command_output(): use g_spawn_command_line_sync()
11099                 instead of popen()
11100
11101 2005-05-26 [colin]      1.9.11cvs15
11102
11103         * src/folder.c
11104                 remove printf
11105
11106 2005-05-26 [colin]      1.9.11cvs14
11107
11108         * src/common/nntp.c
11109                 Fix nntp mode reader (bug #611)
11110                 Patch by Florian Mickler <florian@mickler.org>
11111
11112 2005-05-26 [colin]      1.9.11cvs13
11113
11114         * src/plugins/pgpmime/passphrase.c
11115                 Fix mouse grabbing (bug #557)
11116
11117 2005-05-26 [colin]      1.9.11cvs12
11118
11119         * src/prefs_themes.c
11120                 Fix g_warning (bug #541)
11121
11122 2005-05-26 [colin]      1.9.11cvs11
11123
11124         * src/prefs_actions.c
11125         * src/prefs_template.c
11126                 Fix bug #506 (no warning if action/template
11127                 is not saved)
11128         * src/common/template.c
11129                 Fix a possible crash
11130
11131 2005-05-26 [colin]      1.9.11cvs10
11132
11133         * src/folder.c
11134         * src/folderview.c
11135         * src/procmsg.c
11136         * src/summaryview.c
11137                 Forbid locked messages to be moved or
11138                 deleted. Locked messages in trashes 
11139                 still get deleted, for performance
11140                 reason (mh.c::mh_remove_all_msgs)
11141
11142 2005-05-25 [colin]      1.9.11cvs9
11143
11144         * src/procmime.c
11145                 Use correct encoding when sending mails
11146                 with attachments that have accentued 
11147                 chars in their name
11148
11149 2005-05-24 [colin]      1.9.11cvs8
11150
11151         * src/summaryview.c
11152                 Fix bug #688 f) read/unread marker not
11153                 changed on first click
11154                 Also, optimize summary_status_show()
11155                 calls
11156         * src/folder.c
11157         * src/inc.c
11158         * src/procmime.c
11159                 Fix bug #688 b) and c) wrt message
11160                 attachments and signature
11161         * src/stock_pixmap.c
11162         * src/stock_pixmap.h
11163         * src/stock_pixmap.c
11164         * src/stock_pixmap.h
11165         * src/Makefile.am
11166         * src/pixmaps/clip_gpg_signed.xpm
11167                 Add clip/signed icon
11168
11169 2005-05-24 [colin]      1.9.11cvs7
11170
11171         * src/folder_item_prefs.c
11172                 whitespace fix
11173
11174 2005-05-24 [colin]      1.9.11cvs6
11175
11176         * src/folderview.c
11177         * src/prefs_common.c
11178         * src/prefs_common.h
11179                 Add a confirmation to folder drag and drop
11180                 fixes bug #156
11181         * src/alertpanel.c
11182         * src/alertpanel.h
11183                 fix _with_disable parameters so that
11184                 the buttons labels are specifiable too
11185         * src/plugins/pgpmime/sgpgme.c
11186                 reflect said change
11187                 
11188
11189 2005-05-24 [colin]      1.9.11cvs5
11190
11191         * src/folderview.c
11192                 Uncollapse/collapse folders on double-click
11193                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11194                 closes bug #108
11195
11196 2005-05-23 [colin]      1.9.11cvs4
11197
11198         * src/common/socket.c
11199                 Check another special SSL_peek() error.
11200                 Should help wrt bug #728
11201
11202 2005-05-23 [colin]      1.9.11cvs3
11203
11204         * src/plugins/pgpmime/pgpmime.c
11205                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11206                 breaking menu accelerators and stuff. Users will have to
11207                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11208                 account's privacy preferences if needed.
11209
11210 2005-05-22 [paul]
11211
11212         * tools/kdeservicemenu/install.sh
11213                 use kdesu to prompt for root password if doing
11214                 global install/uninstall
11215
11216 2005-05-20 [colin]      1.9.11cvs2
11217
11218         * src/procmsg.c
11219                 Fix another compilation error with gcc-2.9x
11220                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11221         * src/send_message.c
11222                 Don't send QUIT if we aren't connected
11223
11224 2005-05-19 [colin]      1.9.11cvs1
11225
11226         * src/procmsg.c
11227                 Fix compilation with gcc 2.9x
11228
11229 2005-05-19 [paul]       1.9.11
11230
11231         1.9.11 released
11232
11233 2005-05-19 [paul]       1.9.9cvs14
11234
11235         * src/gtk/inputdialog.c
11236                 prevent gettext warning
11237
11238 2005-05-19 [paul]       1.9.9cvs13
11239
11240         * src/mainwindow.c
11241         * src/prefs_common.c
11242         * src/prefs_common.h
11243         * src/textview.c
11244         * src/textview.h
11245                 add an option to toggle cursor in message
11246                 view (sync with main)
11247
11248 2005-05-18 [colin]      1.9.9cvs12
11249
11250         * src/compose.c
11251                 Dereference freed pointer
11252         * src/gtk/gtkaspell.c
11253                 Fix duplication of dictionaries (is it an aspell issue?)
11254
11255 2005-05-18 [colin]      1.9.9cvs11
11256
11257         * src/gtk/inputdialog.c
11258         * src/gtk/gtkaspell.c
11259                 HIGuify dialogs
11260         * src/alertpanel.c
11261                 Remove a double call
11262
11263 2005-05-17 [colin]      1.9.9cvs10
11264
11265         * src/gtk/gtkaspell.c
11266                 Fix dialogs, Ctrl-Enter accel
11267
11268 2005-05-17 [colin]      1.9.9cvs9
11269
11270         * src/gtk/gtkaspell.c
11271                 Fix some accelerators, escape in replace-window
11272
11273 2005-05-16 [colin]      1.9.9cvs8
11274
11275         * src/gtk/gtkaspell.c
11276                 Revert last commit, it was a mistake.
11277
11278 2005-05-16 [colin]      1.9.9cvs7
11279
11280         * src/gtk/gtkaspell.c
11281                 Remove buggy code while we're at it. It's a 
11282                 dead code path anyway.
11283
11284 2005-05-16 [colin]      1.9.9cvs6
11285
11286         * src/gtk/gtkaspell.c
11287                 Missed some gtk_menu_popup where deactivate
11288                 signal should be handled. Should fix bug
11289                 #629 a bit more.
11290
11291 2005-05-16 [colin]      1.9.9cvs5
11292
11293         * src/gtk/gtkaspell.c
11294                 Remove debug printf()s
11295
11296 2005-05-16 [colin]      1.9.9cvs4
11297
11298         * src/gtk/gtkaspell.c
11299                 Fix a bit aspell problems
11300                 (see bug #629)
11301
11302 2005-05-13 [colin]      1.9.9cvs3
11303
11304         * src/folderview.c
11305                 Fix the + appearing even when no subfolders
11306                 have unread messages. Thanks to wwp for the
11307                 bug report.
11308
11309 2005-05-11 [paul]       1.9.9cvs2
11310
11311         * src/folderview.c
11312                 correction to 1.9.9cvs1, only colour folders that
11313                 have new msgs (not unread msgs)
11314
11315 2005-05-10 [colin]      1.9.9cvs1
11316
11317         * src/folderview.c
11318         * src/summaryview.c
11319                 Try to fix bolding bugs again.
11320
11321 2005-05-09 [paul]
11322
11323         * tools/claws.i18n.status.pl
11324                 add Ricardo Mones Lastra's script that has been providing
11325                 the i18n status page for many months
11326
11327 2005-05-09 [paul]       1.9.9
11328
11329         1.9.9 release
11330
11331 2005-05-09 [paul]       1.9.6cvs58
11332
11333         * AUTHORS
11334         * INSTALL
11335         * README.claws
11336                 updated
11337         * Makefile.am 
11338         * RELEASE_NOTES.claws
11339                 add release notes to cvs to simplify release
11340                 procedure
11341         * configure.ac
11342                 add ca and fi to ALL_LINGUAS
11343         * po/Makefile.in.in
11344                 workaround for missing Makevars
11345         * po/ca.po
11346         * po/fi.po
11347                 add new Catalan and Finnish translations
11348                 submitted by Miquel Oliete and Flammie Pirinen
11349         * po/de.po
11350         * po/es.po
11351         * po/fr.po
11352         * po/it.po
11353         * po/pl.po
11354         * po/ru.po
11355         * po/sk.po
11356         * po/sr.po
11357         * po/zh_CN.po
11358                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11359                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11360                 Urke MMI, and Hansom Young
11361         * src/main.c
11362                 Fix drafting when quitting. compose_draft() closes the
11363                 compose windows, which modifies the compose_list GSList.
11364                 We have to refresh this list after echo drafting to avoid a
11365                 segfault
11366         * src/partial_download.c
11367                 fix segfault on exit
11368
11369 2005-05-06 [paul]       1.9.6cvs57
11370
11371         * src/grouplistdialog.c
11372                 quick fix/workaround for unresizeable newsgroup
11373                 name column 
11374
11375 2005-05-06 [paul]       1.9.6cvs56
11376
11377         * src/inc.c
11378         * src/mainwindow.c
11379                 use gettext plural forms
11380         * src/imap_gtk.c
11381         * src/mh_gtk.c
11382         * src/toolbar.c
11383                 small improvement to english usage
11384
11385 2005-05-05 [thorsten]   1.9.6cvs55
11386
11387         * src/folder.c
11388                 fix possible crash
11389
11390 2005-05-05 [paul]       1.9.6cvs54
11391         
11392         sync with HEAD
11393
11394         * AUTHORS
11395         * src/compose.c
11396                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11397                 patch by Tim Mann
11398
11399 2005-05-05 [paul]       1.9.6cvs53
11400
11401         * src/mainwindow.c
11402                 fix resizing of separate message and
11403                 folder views
11404
11405 2005-05-05 [paul]       1.9.6cvs52
11406
11407         * src/account.c
11408         * src/addrgather.c
11409         * src/browseldap.c
11410         * src/exphtmldlg.c
11411         * src/expldifdlg.c
11412         * src/importmutt.c
11413         * src/importpine.c
11414         * src/main.c
11415         * src/mainwindow.c
11416         * src/noticeview.c
11417         * src/prefs_filtering.c
11418         * src/prefs_filtering_action.c
11419         * src/prefs_matcher.c
11420         * src/prefs_spelling.c
11421         * src/prefs_toolbar.c
11422         * src/toolbar.c
11423         * src/wizard.c
11424         * src/gtk/description_window.c
11425         * src/gtk/gtkvscrollbutton.c
11426         * src/gtk/progressdialog.c
11427         * src/gtk/quicksearch.c
11428         * src/plugins/pgpmime/prefs_gpg.c
11429         * src/plugins/spamassassin/spamassassin_gtk.c
11430                 replace deprecated gtk_widget_set_usize
11431
11432 2005-05-04 [colin]      1.9.6cvs51
11433
11434         * src/common/utils.c
11435                 Fix crash when subst_for_filename is called
11436                 with a NULL parameter
11437
11438 2005-05-04 [colin]      1.9.6cvs50
11439
11440         * src/partial_download.c
11441         * src/pop.c
11442                 Escape login when writing uidl file
11443                 fixes bug #736
11444
11445 2005-05-03 [colin]      1.9.6cvs49
11446
11447         * src/procmime.c
11448                 Fix possible DOS in mime parser
11449                 (see bug #634)
11450
11451 2005-05-02 [colin]      1.9.6cvs48
11452
11453         * src/compose.c
11454                 Try to fix the copy/paste mess once again.
11455
11456
11457 2005-04-30 [colin]      1.9.6cvs47
11458
11459         * src/prefs_account.h
11460         * src/procmsg.c
11461         * src/send_message.c
11462         * src/common/smtp.c
11463         * src/common/smtp.h
11464                 Try to batch sending mails (per account) instead of
11465                 reconnecting to server every time.
11466
11467 2005-04-29 [colin]      1.9.6cvs46
11468
11469         * src/messageview.c
11470                 Fix window resizing that refused to size down
11471         * src/prefs_common.c
11472         * src/prefs_common.h
11473         * src/prefs_filtering.c
11474                 Save Filtering's window size
11475
11476 2005-04-21 [paul]       1.9.6cvs45
11477
11478         * ChangeLog-gtk2.claws
11479         * src/setup.c
11480                 correction to sync
11481
11482 2005-04-21 [paul]       1.9.6cvs44
11483
11484         sync with main:
11485
11486         * src/setup.c
11487         * src/statusbar.c
11488         * src/statusbar.h
11489                 use gtkut_widget_draw_now(). Improved performance
11490                 of the update of statusbar
11491         * src/textview.c
11492                 textview_smooth_scroll_do(): redraw it after scroll
11493                 is done (fixed incorrect display when a part of the
11494                 view is hidden).
11495         * src/gtk/gtkutils.c
11496         * src/gtk/gtkutils.h
11497                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11498                 to force update of widgets.
11499                 Removed gtkut_widget_wait_for_draw() which had a big
11500                 overhead  because of waiting for all events processed 
11501
11502 2005-04-20 [paul]       1.9.6cvs43
11503
11504         * src/codeconv.c
11505                 complete 1.9.6cvs42's sync:
11506                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11507
11508 2005-04-19 [paul]       1.9.6cvs42
11509
11510         sync with main:
11511
11512         * src/action.c
11513                 catch_output(): correctly select the insert text
11514                 (fix invalid iterator warnings).
11515         * src/codeconv.c
11516         * src/codeconv.h
11517         * src/mainwindow.c
11518         * src/messageview.c
11519         * src/prefs_common.c
11520                 support GBK encoding.
11521         * src/common/session.c
11522         * src/common/session.h
11523                 use separate buffer for large data to be sent,
11524                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11525
11526 2005-04-18 [paul]       1.9.6cvs41
11527
11528         * src/jpilot.c
11529                 convert unsigned long into guint32
11530                 patch by Paul LeoNerd Evans 
11531
11532 2005-04-17 [colin]      1.9.6cvs40
11533
11534         * src/compose.c
11535                 Fix 'Request return receipt' from folder
11536                 properties (bug #708)
11537
11538 2005-04-17 [colin]      1.9.6cvs39
11539
11540         * src/mainwindow.c
11541                 Fix duplicate hotkeys in Mainwindow's menu
11542
11543 2005-04-17 [colin]      1.9.6cvs38
11544
11545         * src/folderview.c
11546                 Fix duplicate hotkeys in Folderview's contextual
11547                 menu
11548
11549 2005-04-15 [colin]      1.9.6cvs37
11550
11551         * src/summaryview.c
11552                 Fix 'Save as...' with non-ascii filenames
11553
11554 2005-04-15 [colin]      1.9.6cvs36
11555
11556         * src/plugins/pgpmime/pgpmime.c
11557                 Fix bus error on 64bit. Spotted by 
11558                 macallan1888@gmail.com
11559
11560 2005-04-15 [colin]      1.9.6cvs35
11561
11562         * src/prefs_account.c
11563                 Fix cvs34.
11564
11565 2005-04-12 [colin]      1.9.6cvs34
11566
11567         * src/prefs_account.c
11568                 Fix smtp auth type off-by-one. We forgot to
11569                 add PLAIN in the prefs-to-gui setter func and
11570                 as a result, the selected auth when opening
11571                 account prefs was not the correct one.
11572
11573 2005-04-12 [paul]       1.9.6cvs33
11574
11575         * src/inc.c
11576                 if the recv dialog is visible, Cancel only
11577                 cancels the current account
11578
11579
11580 2005-04-10 [colin]      1.9.6cvs32
11581
11582         * src/filtering.c
11583                 Copy score when copying FilteringActions
11584                 Fix bug #674
11585
11586 2005-04-10 [colin]      1.9.6cvs31
11587
11588         * src/inc.c
11589                 Make Message -> Receive -> Cancel cancel 
11590                 incorporation on all accounts. Fixes
11591                 bug #693
11592
11593 2005-04-10 [colin]      1.9.6cvs30
11594
11595         * src/prefs_account.c
11596                 Update Privacy checkbuttons status based
11597                 on the selected privacy system
11598         * src/compose.c
11599                 Always connect the "None" privacy system; the
11600                 static boolean was probably there to avoid
11601                 reconnecting twice in the same compose window,
11602                 but as the parent function is only called once
11603                 per compose, it's only a bug - as a static is
11604                 initialized once per application instance.
11605                 Also, don't uncheck Sign and Encrypt when
11606                 selecting None as privacy system; just ignore
11607                 them when sending/queuing.
11608                 Should fix bug #695
11609
11610 2005-04-08 [colin]      1.9.6cvs29
11611
11612         * src/account.c
11613         * src/prefs_account.c
11614         * src/prefs_account.h
11615                 Add account preference to queue message in a certain
11616                 folder.
11617
11618 2005-04-06 [colin]      1.9.6cvs28
11619
11620         * src/prefs_account.c
11621                 Update old inbox path syntax
11622
11623 2005-04-06 [paul]       1.9.6cvs27
11624
11625         sync with main:
11626
11627         * configure.ac
11628                 changed -traditional-cpp to -no-cpp-precomp for newer
11629                 Mac OS X support
11630         * src/foldersel.c
11631                 made column resize automatically
11632         * src/send_message.c
11633                 send_message_smtp(): consider EOF right after QUIT
11634                 successful (workaround for Gmail SMTP server)
11635         * src/common/socket.c
11636                 ssl_read(), ssl_peek(): check EOF which violates the
11637                 SSL protocol
11638         * src/gtk/colorlabel.c
11639                 removed warnings when displaying colorlabel menu
11640                 (don't use GtkAlignment)
11641
11642 2005-04-05 [paul]       1.9.6cvs26
11643
11644         * src/plugins/trayicon/trayicon.c
11645                 fix clipping of icon under KDE3 
11646
11647 2005-04-05 [paul]       1.9.6cvs25
11648
11649         * src/summaryview.c
11650                 hide display of threading
11651                 patch by Alfons
11652
11653 2005-04-04 [thorsten]   1.9.6cvs24
11654
11655         * src/mh.c
11656                 marks lost on filesystems with different stat() results on
11657                 summer-/wintertime
11658
11659 2005-04-03 [colin]      1.9.6cvs23
11660
11661         * src/summaryview.c
11662                 Don't handle up/down. Patch by Alfons
11663
11664 2005-04-02 [colin]      1.9.6cvs22
11665
11666         * src/summaryview.c
11667                 Make scrolling faster. Patch by Alfons.
11668
11669 2005-04-01 [colin]      1.9.6cvs21
11670
11671         * src/Makefile.am
11672         * src/stock_pixmap.c
11673         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11674         * src/pixmaps/dir_noselect.xpm ** ADDED **
11675                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11676
11677 2005-04-01 [colin]      1.9.6cvs20
11678
11679         * src/image_viewer.c
11680         * src/image_viewer.h
11681         * src/procmime.c
11682         * src/procmime.h
11683         * src/textview.c
11684         * src/textview.h
11685                 Implement inline image resizing and right-clicking
11686
11687 2005-04-01 [paul]       1.9.6cvs19
11688
11689         * AUTHORS
11690         * Makefile.am
11691         * configure.ac
11692                 check for gnome2
11693                 patch by Luca Cavalli <loopback<AT>slackit.org>
11694         * po/ru.po
11695                 updated by Pavlo Bohmat
11696
11697 2005-03-31 [colin]      1.9.6cvs18
11698
11699         * src/news.c
11700                 Fix parsing references
11701         * src/msgcache.c
11702                 don't put nulls in the references list
11703         * src/procheader.c
11704                 commit that forgotten file in 1.9.6cvs14
11705
11706 2005-03-31 [colin]      1.9.6cvs17
11707
11708         * src/compose.c
11709                 Fix joining of signature separator again. 
11710                 Maybe Hiro could put it in main too...
11711
11712 2005-03-31 [colin]      1.9.6cvs16
11713
11714         * src/Makefile.am
11715         * src/foldersel.c
11716         * src/stock_pixmap.c
11717         * src/stock_pixmap.h
11718         * src/pixmaps/dir-noselect.xpm
11719                 Update foldersel.c (sync from main, patch by Alfons)
11720
11721 2005-03-30 [colin]      1.9.6cvs15
11722
11723         * src/imap.c
11724                 Fix handling of imap folders containing [] in 
11725                 their name. Thanks to Nahuel Angelinetti for
11726                 the detailed bugreport.
11727
11728 2005-03-30 [colin]      1.9.6cvs14
11729
11730         * src/common/utils.h
11731         * src/common/utils.c
11732         * src/common/defs.h
11733         * src/matcher.c
11734         * src/msgcache.c
11735         * src/news.c
11736         * src/procmsg.c
11737         * src/procmsg.h
11738         * src/quote_fmt_parse.y
11739         * src/summaryview.c
11740                 Update references system. Patch by Alfons
11741
11742 2005-03-30 [colin]      1.9.6cvs13
11743
11744         * src/common/socket.c
11745                 Force the glibc to read resolv.conf again when 
11746                 it has changed. Should fix issues when changing
11747                 networks on a laptop and not restarting sylpheed. 
11748
11749 2005-03-30 [paul]       1.9.6cvs12
11750
11751         partial sync with main:
11752
11753         * src/action.c
11754                 create_io_dialog(): use user-defined text font
11755                 (thanks to Alfons), and modified its appearance.
11756         * src/addrgather.c
11757         * src/addrharvest.c
11758         * src/browseldap.c
11759                 replace old code
11760         * src/compose.c
11761                 don't join (presumably) itemized lines on line-wrapping
11762                 fixed wrapping of quote when auto-wrapping is enabled
11763                 compose_destroy(): destroy paned only if it's not
11764                 attached to window. Fixed memory leak of popup menu.
11765         * src/exphtmldlg.c
11766         * src/expldifdlg.c
11767                 replace old code
11768         * src/html.c
11769         * src/html.h
11770         * src/importmutt.c
11771         * src/importpine.c
11772                 replace old code
11773         * src/main.c
11774                 removed redundant code
11775         * src/mainwindow.c
11776                 changed 'Code set' (which is rather incorrect)
11777                 in the menu to 'Character encoding'
11778                 main_window_set_widgets(): request size first
11779                 to prevent window size becoming wrong
11780                 fixed remembering of the state of the visibility
11781                 of MessageView
11782         * src/messageview.c
11783                 changed 'Code set' (which is rather incorrect)
11784                 in the menu to 'Character encoding'
11785         * src/prefs_common.c
11786         * src/prefs_common.h
11787                 added an option whether to render HTML as text or not
11788                 added separators to outgoing encoding menu
11789         * src/procheader.c
11790                 procheader_scan_date_string(): support header
11791                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11792         * src/summaryview.c
11793         * src/summaryview.h
11794                 minor code cleanup
11795         * src/textview.c
11796                 textview_show_html(): force output of newline
11797                 added an option whether to render HTML as text or not
11798         * src/common/utils.c
11799                 strncpy2(): optimized based on Alfons' code
11800         * src/gtk/gtkutils.c
11801         * src/gtk/gtkutils.h
11802                 removed non-used code
11803         * src/plugins/pgpmime/passphrase.c
11804                 partially fixed grab input of passphrase dialog
11805                 Confine pointer to window
11806
11807 2005-03-30 [colin]      1.9.6cvs11
11808
11809         * src/msgcache.c
11810         * src/msgcache.h
11811                 Read/write 32bit ints from cache & marks
11812                 From main.
11813
11814 2005-03-29 [paul]       1.9.6cvs10
11815
11816         * AUTHORS
11817         * ChangeLog.claws
11818         * src/compose.c
11819         * src/gtk/gtkaspell.c
11820                 sync with HEAD (don't pass NULL pointers) 
11821
11822 2005-03-24 [paul]
11823
11824         * tools/Makefile.am
11825         * tools/README
11826         * tools/acroread2sylpheed.pl
11827                 sync with HEAD (add script to send pdfs as
11828                 attachments from Adobe Reader 7)
11829
11830 2005-03-21 [paul]       1.9.6cvs9
11831
11832         * configure.ac
11833         * po/POTFILES.in
11834         * src/Makefile.am
11835         * src/crash.c
11836         * src/image_viewer.c ** ADDED **
11837         * src/image_viewer.h ** ADDED **
11838         * src/main.c
11839         * src/prefs_common.c
11840         * src/prefs_common.h
11841         * src/prefs_image_viewer.c ** ADDED **
11842         * src/prefs_image_viewer.h ** ADDED **
11843         * src/textview.c
11844         * src/gtk/about.c
11845         * src/pixmaps/sylpheed_logo.xpm
11846         * src/plugins/Makefile.am
11847         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11848         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11849         * src/plugins/image_viewer/plugin.c ** REMOVED **
11850         * src/plugins/image_viewer/viewer.c ** REMOVED **
11851         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11852         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11853         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11854         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11855         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11856                 as gdk-pixbuf is now built-in
11857                 remove image_viewer plugin and put code back into
11858                 main codebase
11859                 implement inline image display (sync with main)
11860
11861                 replace logo with newer, nicer, larger version  
11862
11863 2005-03-21 [paul]       1.9.6cvs8
11864
11865         * src/gtk/about.c
11866                 cosmetic improvement
11867
11868 2005-03-21 [holger]     1.9.6cvs7
11869
11870         * src/plugins/spamassassin/spamassassin.c
11871                 Sync with HEAD
11872                 (unregister hook on failed plugin init)
11873
11874 2005-03-20 [colin]      1.9.6cvs6
11875
11876         * src/common/plugin.c
11877                 Check that plugin isn't already loaded
11878                 Patch by Alfons
11879
11880 2005-03-20 [thorsten]   1.9.6cvs5
11881
11882         * src/compose.c
11883                 use a more compatible syntax
11884
11885 2005-03-20 [thorsten]   1.9.6cvs4
11886
11887         * src/prefs_toolbar.c
11888                 fix crash when selecting toolbar item (uninitialized pointer)
11889
11890 2005-03-20 [thorsten]   1.9.6cvs3
11891
11892         * src/procmime.c
11893                 fix mimetype detection (referenced free()d string)
11894
11895 2005-03-20 [paul]       1.9.6cvs2
11896
11897         * src/compose.c
11898                 sync with HEAD (1.0.3cvs5)
11899                 neglect Reply-To header if empty
11900                 Patch by Alfons 
11901
11902 2005-03-19 [holger]     1.9.6cvs1
11903
11904         * src/summaryview.c
11905         * src/summaryview.h
11906                 Sync with HEAD
11907
11908 2005-03-18 [paul]       1.9.6
11909
11910         initial GTK2 release
11911
11912 2005-03-18 [paul]       1.0.3cvs3.1
11913
11914         * AUTHORS
11915         * ChangeLog.claws
11916         * configure.ac
11917         * src/gtk/about.c
11918         * src/pixmaps/sylpheed_logo.xpm
11919                 sync with HEAD
11920
11921 2005-03-18 [colin]      1.0.3cvs2.6
11922
11923         * src/summaryview.c
11924                 Remove call to summary_step in summary_copy_selected_to
11925                 Can't see its purpose, and this causes bug when copying
11926                 a message if the next one is unread: it reads it.
11927
11928 2005-03-18 [paul]       1.0.3cvs2.5
11929
11930         * src/foldersel.c
11931                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11932
11933 2005-03-18 [paul]       1.0.3cvs2.4
11934
11935         * src/addrharvest.c
11936         * src/codeconv.c
11937         * src/codeconv.h
11938         * src/compose.c
11939         * src/news.c
11940         * src/procheader.c
11941         * src/procmime.c
11942         * src/unmime.c
11943         * src/unmime.h
11944                 fix buffer overflow, CAN-2005-0667, see
11945                 http://secunia.com/advisories/14491/
11946                 Patch by Alfons
11947
11948 2005-03-17 [colin]      1.0.3cvs2.3
11949
11950         * src/prefs_fonts.c
11951         * src/summaryview.c
11952                 Fix font bugs (both lists now officialy share 
11953                 the same font)
11954                 
11955
11956 2005-03-17 [paul]       1.0.3cvs2.2
11957
11958         * src/gtk/pluginwindow.c
11959                 make plugin descriptions uneditable
11960
11961 2005-03-11 [paul]       1.0.3cvs2.1
11962
11963         * ChangeLog.claws
11964         * configure.ac
11965         * po/POTFILES.in
11966         * src/plugins/trayicon/trayicon.c
11967                 sync with HEAD
11968                 add src/wizard.c to POTFILES.in
11969
11970 2005-03-11 [paul]       1.0.3cvs1.1
11971
11972         * ChangeLog
11973         * ChangeLog.claws
11974         * configure.ac
11975         * po/de.po
11976         * po/es.po
11977         * po/fr.po
11978         * po/it.po
11979         * po/pt_BR.po
11980         * po/ru.po
11981         * po/sk.po
11982         * po/sr.po
11983         * po/zh_CN.po
11984                 sync with HEAD
11985
11986 2005-03-04 [colin]      1.0.1cvs22.2
11987
11988         * src/compose.c
11989                 Fix signatures with accentued chars in it
11990
11991 2005-03-04 [colin]      1.0.1cvs22.1
11992
11993         * src/common/smtp.c
11994         * src/common/smtp.h
11995                 Don't use SIZE param in MAIL FROM: if server 
11996                 doesn't support it. Patch by Eugen Freiter
11997                 <eugen_f@users.sf.net>
11998
11999 2005-02-27 [paul]       1.0.1cvs20.1
12000
12001         * ChangeLog.claws
12002         * configure.ac
12003         * src/messageview.c
12004                 sync with HEAD
12005
12006 2005-02-27 [colin]      1.0.1cvs19.4
12007
12008         * src/procheader.c
12009         * src/procheader.h
12010                 Fix prototypes. Patch by Alfons
12011
12012 2005-02-27 [colin]      1.0.1cvs19.3
12013
12014         * src/compose.c
12015                 Don't auto-join the signature separator.
12016
12017 2005-02-26 [colin]      1.0.1cvs19.2
12018
12019         * src/summaryview.c
12020                 Fix 'mark all read' with collapsed threads.
12021                 Patch by Alfons.
12022
12023 2005-02-25 [paul]       1.0.1cvs19.1
12024
12025         * ChangeLog.claws
12026         * configure.ac
12027         * src/prefs_account.c
12028         * src/prefs_folder_item.c
12029         * src/gtk/prefswindow.c
12030         * src/gtk/prefswindow.h
12031                 sync with HEAD
12032
12033 2005-02-25 [paul]       1.0.1cvs15.12
12034
12035         * src/alertpanel.c
12036         * src/codeconv.c
12037         * src/compose.c
12038         * src/textview.c
12039         * src/gtk/gtkutils.c
12040         * src/gtk/gtkutils.h
12041         * src/gtk/logwindow.c
12042         * src/gtk/progressdialog.c
12043                 sync with main (revision 127)
12044                 and fix logwindow clipping
12045
12046 2005-02-24 [colin]      1.0.1cvs15.11
12047
12048         * src/plugins/pgpmime/passphrase.c
12049                 Disable input grabbing; it doesn't work yet.
12050
12051 2005-02-24 [colin]      1.0.1cvs15.10
12052
12053         * src/messageview.c
12054                 Don't send out receipts if offline. Ask.
12055
12056 2005-02-23 [colin]      1.0.1cvs15.9
12057
12058         * src/summaryview.c     
12059                 Fix expanding
12060
12061 2005-02-23 [colin]      1.0.1cvs15.8
12062
12063         * src/summaryview.c
12064                 Really fix Bug 568 by removing useless
12065                 calls. summary_thread_init() now called
12066                 in summary_sort(). This should please
12067                 Alfons as it should be faster than 
12068                 previously.
12069
12070 2005-02-23 [colin]      1.0.1cvs15.7
12071
12072         * src/compose.c
12073                 Encode parts as QP or B64 if signing
12074
12075 2005-02-23 [colin]      1.0.1cvs15.6
12076
12077         * src/compose.c
12078                 Fix Mimeinfo leakage (including tmp files)
12079         * src/procmsg.c
12080                 Fix tmp file leakage (spotted by Ivan Rayner)
12081
12082 2005-02-22 [colin]      1.0.1cvs15.5
12083
12084         * src/expldifdlg.c
12085                 Fix keyboard input. Patch by Alfons.
12086
12087 2005-02-21 [colin]      1.0.1cvs15.4
12088
12089         * src/compose.c
12090                 Fix Sign/Encrypt when unselecting privacy
12091                 system
12092         * src/prefs_common.c
12093                 Change default message font to Monospace
12094         * src/summaryview.c
12095                 More freezing during potentially large operations
12096
12097 2005-02-21 [paul]       1.0.1cvs15.3
12098
12099         * src/main.c
12100                 fix --help output
12101
12102 2005-02-21 [paul]       1.0.1cvs15.2
12103
12104         * po/Makefile.in.in
12105         * src/compose.c
12106         * src/summaryview.c
12107         * src/textview.c
12108         * src/common/utils.c
12109         * src/common/utils.h
12110                 sync with main (revision 117)
12111
12112 2005-02-20 [colin]      1.0.1cvs15.1
12113
12114         * src/common/defs.h
12115                 Change cache file to .sylpheed_claws_cache, as
12116                 suggested by Alfons. Allows people to switch
12117                 between Sylpheed and Sylpheed-Claws. it is
12118                 a good idea to "Check for new messages" at next
12119                 startup.
12120
12121
12122 2005-02-18 [colin]      1.0.1cvs14.1
12123
12124         * src/quote_fmt_lex.l
12125         * src/quote_fmt_parse.y
12126                 Fix parser initialisation. Patch by Ivan.
12127
12128 2005-02-18 [colin]      1.0.1cvs11.6
12129
12130         * src/folderview.c
12131                 Fix scrolldown (bug 662)
12132
12133 2005-02-17 [colin]      1.0.1cvs11.5
12134
12135         * src/codeconv.c
12136                 conv_filename_to_utf8: return clean 7bit instead
12137                 of broken utf8 if needed
12138         * src/mimeview.c
12139                 Fix display of parts with unclean 8bit names
12140
12141 2005-02-17 [paul]       1.0.1cvs11.4
12142
12143         * src/compose.c
12144         * src/exportldif.c
12145         * src/matcher_parser_parse.y
12146         * src/procmime.c
12147         * src/sourcewindow.c
12148         * src/common/Makefile.am
12149         * src/common/intl.h             ** REMOVED **
12150         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12151                 sync with main (revision 109)
12152                 and clean up
12153
12154 2005-02-16 [colin]      1.0.1cvs11.3
12155
12156         * src/summaryview.c
12157                 Fix collapsed thread not highlighting when new
12158                 messages in it (Bug 568) Patch by Stephan Sachse.
12159                 Fix messed up selection when reaching bounds (Bug 632)
12160         * src/prefs_themes.c
12161                 Fix theme installing (Bug 684)
12162
12163 2005-02-16 [colin]      1.0.1cvs11.2
12164
12165         * src/messageview.c
12166                 Fix messageview_select_all
12167
12168 2005-02-16 [colin]      1.0.1cvs11.1
12169
12170         * src/mh.c
12171                 Sync with HEAD (MH scan required function)
12172
12173 2005-02-15 [colin]      1.0.1cvs8.1
12174
12175         * src/mimeview.c
12176         * src/common/utils.c
12177                 Sync with HEAD (filename chars substitution)
12178
12179 2005-02-15 [colin]      1.0.1cvs7.3
12180
12181         * src/gtk/pluginwindow.c
12182                 Fix button spacing
12183
12184 2005-02-15 [colin]      1.0.1cvs7.2
12185
12186         * src/mimeview.c
12187                 Fix mime icons not reset across message when
12188                 scrolled down
12189
12190 2005-02-15 [colin]      1.0.1cvs7.1
12191
12192         * src/compose.c
12193         * src/procmime.c
12194                 Sync with HEAD (optimisation of cvs6)
12195
12196 2005-02-14 [colin]      1.0.1cvs6.1
12197
12198         * src/compose.c
12199         * src/procmime.c
12200                 Sync with HEAD (encode "From " at line beginning)
12201
12202 2005-02-14 [colin]      1.0.1cvs5.3
12203
12204         * src/compose.c
12205                 Fix wrapping with accentued chars.
12206
12207 2005-02-13 [colin]      1.0.1cvs5.2
12208
12209         * src/textview.c
12210                 Fix email informative part parsing with
12211                 accentued chars in it. ispunct() returns
12212                 true for them in utf8...
12213
12214 2005-02-12 [colin]      1.0.1cvs5.1
12215
12216         * src/filtering.c
12217                 Sync with HEAD (remove wrong use of compose after send)
12218
12219 2005-02-12 [paul]       1.0.1cvs4.5
12220
12221         * src/textview.c
12222                 remove unnecessary code (thanks to Alfons)
12223
12224 2005-02-12 [paul]       1.0.1cvs4.4
12225
12226         * src/textview.c
12227                 add 'Copy' to contextual menu on emails
12228
12229 2005-02-11 [colin]      1.0.1cvs4.3
12230
12231         * src/compose.c
12232                 revert 1.0.0cvs28.2, it doesn't work that well.
12233
12234 2005-02-11 [paul]       1.0.1cvs4.2
12235
12236         * po/Makefile.in.in
12237                 fix 'make release'
12238
12239 2005-02-10 [paul]       1.0.1cvs4.1
12240
12241         * ChangeLog
12242         * ChangeLog.claws
12243         * ChangeLog.jp
12244         * configure.ac
12245         * src/compose.c
12246                 sync with HEAD (sync with main)
12247
12248 2005-02-10 [paul]       1.0.1cvs3.2
12249
12250         * AUTHORS
12251         * Makefile.am
12252         * autogen.sh
12253         * configure.ac
12254         * config/mkinstalldirs
12255         * intl/.cvsignore
12256         * intl/ChangeLog
12257         * intl/VERSION
12258         * intl/bindtextdom.c
12259         * intl/config.charset
12260         * intl/dcgettext.c
12261         * intl/dcigettext.c
12262         * intl/dcngettext.c
12263         * intl/dgettext.c
12264         * intl/dngettext.c
12265         * intl/eval-plural.h
12266         * intl/explodename.c
12267         * intl/finddomain.c
12268         * intl/gettext.c
12269         * intl/gettextP.h
12270         * intl/gmo.h
12271         * intl/hash-string.h
12272         * intl/intl-compat.c
12273         * intl/l10nflist.c
12274         * intl/libgnuintl.h.in
12275         * intl/loadinfo.h
12276         * intl/loadmsgcat.c
12277         * intl/localcharset.c
12278         * intl/localcharset.h
12279         * intl/locale.alias
12280         * intl/localealias.c
12281         * intl/localename.c
12282         * intl/log.c
12283         * intl/ngettext.c
12284         * intl/os2compat.c
12285         * intl/os2compat.h
12286         * intl/osdep.c
12287         * intl/plural-exp.c
12288         * intl/plural-exp.h
12289         * intl/plural.c
12290         * intl/plural.y
12291         * intl/ref-add.sin
12292         * intl/ref-del.sin
12293         * intl/relocatable.c
12294         * intl/relocatable.h
12295         * intl/textdomain.c
12296         * m4/Makefile.am
12297         * po/Makefile.in.in
12298         * src/Makefile.am
12299         * src/account.c
12300         * src/action.c
12301         * src/addr_compl.c
12302         * src/addressadd.c
12303         * src/addressbook.c
12304         * src/addrgather.c
12305         * src/addrindex.c
12306         * src/alertpanel.c
12307         * src/browseldap.c
12308         * src/codeconv.c
12309         * src/codeconv.h
12310         * src/compose.c
12311         * src/compose.h
12312         * src/crash.c
12313         * src/editaddress.c
12314         * src/editbook.c
12315         * src/editgroup.c
12316         * src/editjpilot.c
12317         * src/editldap.c
12318         * src/editldap_basedn.c
12319         * src/editvcard.c
12320         * src/exphtmldlg.c
12321         * src/expldifdlg.c
12322         * src/export.c
12323         * src/exporthtml.c
12324         * src/filtering.c
12325         * src/folder.c
12326         * src/folder_item_prefs.c
12327         * src/foldersel.c
12328         * src/folderview.c
12329         * src/grouplistdialog.c
12330         * src/headerview.c
12331         * src/imap.c
12332         * src/imap_gtk.c
12333         * src/import.c
12334         * src/importldif.c
12335         * src/importmutt.c
12336         * src/importpine.c
12337         * src/inc.c
12338         * src/ldif.c
12339         * src/main.c
12340         * src/mainwindow.c
12341         * src/matcher.c
12342         * src/mbox.c
12343         * src/message_search.c
12344         * src/messageview.c
12345         * src/mh.c
12346         * src/mh_gtk.c
12347         * src/mimeview.c
12348         * src/msgcache.c
12349         * src/news.c
12350         * src/news_gtk.c
12351         * src/noticeview.c
12352         * src/partial_download.c
12353         * src/pop.c
12354         * src/prefs_account.c
12355         * src/prefs_actions.c
12356         * src/prefs_common.c
12357         * src/prefs_customheader.c
12358         * src/prefs_display_header.c
12359         * src/prefs_ext_prog.c
12360         * src/prefs_filtering.c
12361         * src/prefs_filtering_action.c
12362         * src/prefs_folder_item.c
12363         * src/prefs_fonts.c
12364         * src/prefs_gtk.c
12365         * src/prefs_matcher.c
12366         * src/prefs_msg_colors.c
12367         * src/prefs_spelling.c
12368         * src/prefs_summary_column.c
12369         * src/prefs_template.c
12370         * src/prefs_themes.c
12371         * src/prefs_toolbar.c
12372         * src/prefs_wrapping.c
12373         * src/privacy.c
12374         * src/procheader.c
12375         * src/procmime.c
12376         * src/procmsg.c
12377         * src/quote_fmt.c
12378         * src/recv.c
12379         * src/send_message.c
12380         * src/setup.c
12381         * src/sourcewindow.c
12382         * src/ssl_manager.c
12383         * src/statusbar.c
12384         * src/summary_search.c
12385         * src/summaryview.c
12386         * src/textview.c
12387         * src/toolbar.c
12388         * src/wizard.c
12389         * src/common/nntp.c
12390         * src/common/plugin.c
12391         * src/common/smtp.c
12392         * src/common/ssl.c
12393         * src/common/ssl_certificate.c
12394         * src/common/string_match.c
12395         * src/common/sylpheed.c
12396         * src/common/template.c
12397         * src/common/utils.c
12398         * src/gtk/about.c
12399         * src/gtk/colorlabel.c
12400         * src/gtk/description_window.c
12401         * src/gtk/filesel.c
12402         * src/gtk/foldersort.c
12403         * src/gtk/gtkaspell.c
12404         * src/gtk/gtkutils.c
12405         * src/gtk/inputdialog.c
12406         * src/gtk/logwindow.c
12407         * src/gtk/menu.c
12408         * src/gtk/pluginwindow.c
12409         * src/gtk/prefswindow.c
12410         * src/gtk/progressdialog.c
12411         * src/gtk/quicksearch.c
12412         * src/gtk/sslcertwindow.c
12413         * src/plugins/clamav/clamav_plugin.c
12414         * src/plugins/clamav/clamav_plugin_gtk.c
12415         * src/plugins/demo/demo.c
12416         * src/plugins/dillo_viewer/dillo_prefs.c
12417         * src/plugins/dillo_viewer/dillo_viewer.c
12418         * src/plugins/image_viewer/plugin.c
12419         * src/plugins/image_viewer/viewer.c
12420         * src/plugins/image_viewer/viewerprefs.c
12421         * src/plugins/mathml_viewer/mathml_viewer.c
12422         * src/plugins/pgpmime/passphrase.c
12423         * src/plugins/pgpmime/plugin.c
12424         * src/plugins/pgpmime/prefs_gpg.c
12425         * src/plugins/pgpmime/select-keys.c
12426         * src/plugins/pgpmime/sgpgme.c
12427         * src/plugins/spamassassin/spamassassin.c
12428         * src/plugins/spamassassin/spamassassin_gtk.c
12429         * src/plugins/trayicon/trayicon.c
12430                 sync with main (revision 104)
12431
12432 2005-02-10 [colin]      1.0.1cvs3.1
12433
12434         * src/mainwindow.c
12435                 Sync with HEAD (fix occasional crasher)
12436
12437 2005-02-10 [colin]      1.0.1cvs2.1
12438
12439         * src/messageview.c
12440                 Synw with HEAD (don't automatically display html)
12441
12442 2005-02-09 [colin]      1.0.1cvs1.3
12443
12444         * src/textview.c
12445         * src/textview.h
12446                 Add contextual menu on emails
12447
12448 2005-02-09 [colin]      1.0.1cvs1.2
12449
12450         * src/codeconv.c
12451                 Fix converting from broken headers and 
12452                 put back the _ in missing places
12453                 (feature broke with cvs24.2 sync, main 
12454                  possibly affected?)
12455
12456 2005-02-09 [colin]      1.0.1cvs1.1
12457
12458         * src/messageview.c
12459         * src/mimeview.c
12460         * src/mimeview.h
12461                 Sync with HEAD (display non text/plain mails with plugin)
12462
12463 2005-02-08 [colin]      1.0.1.1
12464
12465         * ChangeLog.claws
12466         * po/pt_BR.po
12467                 Sync with HEAD
12468         * configure.ac
12469                 Make default configuration directory 
12470                 be .sylpheed-gtk2
12471
12472 2005-02-08 [colin]      1.0.0cvs29.1
12473
12474         * po/de.po
12475         * po/es.po
12476         * po/fr.po
12477         * po/it.po
12478         * po/sk.po
12479         * po/sr.po
12480                 Sync translations with HEAD
12481
12482 2005-02-06 [colin]      1.0.0cvs28.3
12483
12484         * src/compose.c
12485                 Make compose a bit faster - patch by Alfons.
12486
12487 2005-02-06 [colin]      1.0.0cvs28.2
12488
12489         * src/compose.c
12490                 Make pasting via middle-click more reliable
12491
12492 2005-02-05 [paul]       1.0.0cvs28.1
12493
12494         * ChangeLog
12495         * ChangeLog.claws
12496         * ChangeLog.jp
12497         * configure.ac
12498         * src/compose.c
12499                 sync with HEAD
12500                 (fix bug 682 'redirect is broken'
12501
12502 2005-02-05 [torte]      1.0.0cvs27.1
12503
12504         * ChangeLog.claws
12505         * configure.ac
12506         * src/partial_download.c
12507                 Sync with HEAD (fix buf overflow)
12508
12509 2005-02-03 [colin]      1.0.0cvs26.1
12510
12511         * src/common/plugin.c
12512                 Sync with HEAD (avoid plugin mismatches)
12513
12514 2005-02-03 [paul]       1.0.0cvs25.3
12515
12516         * src/folderview.c
12517         * src/headerview.c
12518         * src/summaryview.c
12519         * src/textview.c
12520         * src/gtk/colorlabel.c
12521                 third and final part of initial sync with main-gtk2
12522
12523 2005-02-03 [paul]       1.0.0cvs25.2
12524
12525         * src/jpilot.c
12526                 fix building with jpilot support
12527
12528 2005-02-02 [colin]      1.0.0cvs25.1
12529
12530         * src/messageview.c
12531                 Sync with HEAD (fix dangerous typo)
12532
12533 2005-02-01 [colin]      1.0.0cvs24.3
12534
12535         * src/common/xml.c
12536                 Write file as advertised (UTF-8)
12537
12538 2005-02-01 [paul]       1.0.0cvs24.2
12539
12540         * src/addrbook.c
12541         * src/addrindex.c
12542         * src/alertpanel.h
12543         * src/codeconv.c
12544         * src/codeconv.h
12545         * src/compose.c
12546         * src/export.c
12547         * src/folder_item_prefs.c
12548         * src/html.c
12549         * src/imap.c
12550         * src/import.c
12551         * src/jpilot.c
12552         * src/mainwindow.c
12553         * src/matcher_parser_lex.l
12554         * src/messageview.c
12555         * src/mh.c
12556         * src/prefs_account.c
12557         * src/prefs_actions.c
12558         * src/prefs_common.c
12559         * src/prefs_gtk.c
12560         * src/prefs_gtk.h
12561         * src/prefs_themes.c
12562         * src/procheader.c
12563         * src/procmime.c
12564         * src/sourcewindow.c
12565         * src/statusbar.c
12566         * src/summaryview.c
12567         * src/textview.c
12568         * src/toolbar.c
12569         * src/unmime.c
12570         * src/common/template.c
12571         * src/common/utils.c
12572         * src/common/xml.c
12573         * src/common/xml.h
12574         * src/gtk/gtkaspell.c
12575         * src/plugins/clamav/clamav_plugin.c
12576         * src/plugins/dillo_viewer/dillo_prefs.c
12577         * src/plugins/image_viewer/viewerprefs.c
12578         * src/plugins/pgpmime/passphrase.c
12579         * src/plugins/pgpmime/prefs_gpg.c
12580         * src/plugins/pgpmime/select-keys.c
12581         * src/plugins/spamassassin/spamassassin.c
12582                 second part of initial sync with main-gtk2
12583                 (more to follow)
12584
12585 2005-01-31 [colin]      1.0.0cvs24.1
12586
12587         * src/compose.c
12588                 Sync with HEAD
12589
12590 2005-01-29 [paul]       1.0.0cvs23.2
12591
12592         * src/account.c
12593         * src/action.c
12594         * src/addressadd.c
12595         * src/addressbook.c
12596         * src/alertpanel.c
12597         * src/compose.c
12598         * src/editaddress.c
12599         * src/editbook.c
12600         * src/editgroup.c
12601         * src/editjpilot.c
12602         * src/editldap.c
12603         * src/editldap_basedn.c
12604         * src/editvcard.c
12605         * src/export.c
12606         * src/foldersel.c
12607         * src/grouplistdialog.c
12608         * src/import.c
12609         * src/importldif.c
12610         * src/inc.c
12611         * src/main.c
12612         * src/mainwindow.c
12613         * src/message_search.c
12614         * src/messageview.c
12615         * src/mimeview.c
12616         * src/prefs_actions.c
12617         * src/prefs_common.c
12618         * src/prefs_common.h
12619         * src/prefs_customheader.c
12620         * src/prefs_display_header.c
12621         * src/prefs_filtering.c
12622         * src/prefs_filtering_action.c
12623         * src/prefs_gtk.c
12624         * src/prefs_matcher.c
12625         * src/prefs_summary_column.c
12626         * src/prefs_template.c
12627         * src/sourcewindow.c
12628         * src/summary_search.c
12629         * src/summaryview.c
12630         * src/textview.c
12631         * src/gtk/about.c
12632         * src/gtk/description_window.c
12633         * src/gtk/gtkshruler.c
12634         * src/gtk/gtkutils.c
12635         * src/gtk/gtkutils.h
12636         * src/gtk/inputdialog.c
12637         * src/gtk/logwindow.c
12638         * src/gtk/prefswindow.c
12639         * src/gtk/progressdialog.c
12640         * src/gtk/progressdialog.h
12641                 first part of initial sync with main-gtk2
12642                 (more to follow)
12643
12644 2005-01-28 [colin]      1.0.0cvs23.1
12645
12646         * src/folderview.c
12647                 Sync with HEAD
12648
12649 2005-01-27 [colin]      1.0.0cvs21.1
12650
12651         * src/folder.c
12652         * src/folderview.c
12653                 Sync with HEAD
12654
12655 2005-01-27 [colin]      1.0.0cvs19.1
12656
12657         * src/procmime.c
12658                 Sync with HEAD
12659
12660 2005-01-27 [colin]      1.0.0cvs18.1
12661
12662         * src/messageview.c
12663         * src/summaryview.c
12664         * src/mainwindow.c
12665         * src/compose.c
12666         * src/compose.h
12667         * src/procmsg.c
12668         * src/procmsg.h
12669         * src/toolbar.c
12670                 Sync with HEAD
12671
12672 2005-01-26 [paul]       1.0.0cvs15.2
12673
12674         * src/compose.c
12675                 compose_entries_set(): convert subject and body to
12676                 utf8 if necessary. patch by Felix Eckhofer
12677
12678 2005-01-26 [paul]       1.0.0cvs15.1
12679
12680         * configure.ac
12681         * src/common/template.c
12682                 sync with HEAD (fix memory leak)
12683
12684 2005-01-25 [paul]       1.0.0cvs14.1
12685
12686         * configure.ac
12687         * src/compose.c
12688                 sync with HEAD
12689
12690 2005-01-24 [colin]      1.0.0cvs13.1
12691
12692         * src/summaryview.c
12693                 Sync with HEAD
12694
12695 2005-01-24 [paul]       1.0.0cvs12.1
12696
12697         * configure.ac
12698         * src/messageview.c
12699         * src/mh.c
12700         * src/common/utils.c
12701                 sync with HEAD
12702
12703 2005-01-24 [colin]      1.0.0cvs11.1
12704
12705         * src/procheader.c
12706                 Sync with HEAD
12707
12708 2005-01-24 [colin]      1.0.0cvs10.1
12709
12710         * src/folderview.c
12711                 Sync with HEAD
12712
12713 2005-01-23 [colin]      1.0.0cvs9.1
12714
12715         * src/crash.c
12716                 Sync with HEAD
12717
12718 2005-01-22 [colin]      1.0.0cvs8.1
12719
12720         * src/summaryview.c
12721         * src/gtk/quicksearch.c
12722                 Sync with HEAD
12723
12724 2005-01-21 [colin]      1.0.0cvs7.1
12725
12726         * src/summaryview.c
12727                 Sync with HEAD
12728
12729 2005-01-21 [colin]      1.0.0cvs6.1
12730
12731         * src/summaryview.c
12732                 Sync with HEAD
12733
12734 2005-01-21 [colin]      1.0.0cvs5.1
12735
12736         * src/gtk/quicksearch.c
12737         * src/prefs_common.c
12738         * src/prefs_common.h
12739                 Sync with HEAD (recurse option)
12740
12741 2005-01-21 [colin]      1.0.0cvs4.1
12742
12743         * src/folder.h
12744         * src/folderview.c
12745         * src/folderview.h
12746         * src/summaryview.c
12747         * src/gtk/quicksearch.c
12748         * src/gtk/quicksearch.h
12749                 Sync with HEAD (recursive quicksearch)
12750
12751 2005-01-20 [colin]      1.0.0cvs3.4
12752
12753         * src/ssl_manager.c
12754                 Remove useless code
12755
12756 2005-01-20 [colin]      1.0.0cvs3.3
12757
12758         * src/ssl_manager.c
12759                 Fix leak, thanks to Alfons.
12760
12761 2005-01-20 [colin]      1.0.0cvs3.2
12762
12763         * src/ssl_manager.c
12764                 Port SSL certificate window to GTK2.
12765
12766 2005-01-20 [paul]       1.0.0cvs3.1
12767
12768         * ChangeLog.claws
12769         * configure.ac
12770         * src/addrindex.c
12771         * src/addrindex.h
12772                 sync with HEAD
12773
12774 2005-01-19 [colin]      1.0.0cvs2.2
12775
12776         * src/plugins/trayicon/trayicon.c
12777                 Fix freeze with gtk-2.6, the easy way
12778                 (signal blocking helpless there...)
12779                 Closes bug #668.
12780
12781 2005-01-19 [colin]      1.0.0cvs2.1
12782
12783         * src/mbox.c
12784         * src/mbox.h
12785         * src/mainwindow.c
12786         * src/summaryview.c
12787         * src/summaryview.h
12788                 Sync with HEAD
12789
12790 2005-01-19 [paul]       1.0.0cvs1.1
12791
12792         * configure.ac
12793         * po/de.po
12794         * po/es.po
12795         * po/fr.po
12796         * po/hr.po
12797         * po/it.po
12798         * po/ja.po
12799         * po/ko.po
12800         * po/pt_BR.po
12801         * po/ru.po
12802         * po/sk.po
12803         * po/sr.po
12804                 sync with HEAD (update translations)
12805
12806 2005-01-18 [colin]      1.0.0cvs0.1
12807
12808         * src/foldersel.c
12809                 Specify search column - patch by Alfons
12810
12811 2005-01-18 [colin]      0.9.13cvs36.3
12812
12813         * src/prefs_toolbar.c
12814                 Change Delete to Remove
12815         * src/prefs_fonts.c
12816                 GTK2 version and leak fixes
12817         * src/prefs_actions.c
12818                 Add stock buttons.
12819                 All patches by Alfons
12820
12821 2005-01-17 [colin]      0.9.13cvs36.2
12822
12823         * src/compose.c
12824                 Fix DnD inserting twice. While at it,
12825                 add DnD support for text/plain in the
12826                 body, and add support in the headers.
12827
12828 2005-01-16 [colin]      0.9.13cvs36.1
12829
12830         * ChangeLog
12831         * ChangeLog.jp
12832         * ChangeLog.claws
12833                 Sync with HEAD (nothing applicable)
12834
12835 2005-01-16 [colin]      0.9.13cvs33.2
12836
12837         * src/prefs_toolbar.c
12838                 GTK2ize prefs_toolbar, by Alfons.
12839
12840 2005-01-14 [colin]      0.9.13cvs33.1
12841
12842         * src/html.c
12843         * src/msgcache.c
12844                 Sync with HEAD
12845
12846 2005-01-14 [colin]      0.9.13cvs32.1
12847
12848         * src/html.c
12849         * src/html.h
12850         * src/msgcache.c
12851         * AUTHORS
12852         * tools/calypso_convert.pl
12853                 Sync with HEAD
12854
12855 2005-01-08 [colin]      0.9.13cvs29.2
12856
12857         * src/prefs_filtering_action.c
12858         * src/prefs_filtering.c
12859                 2 more gtk2 patches by Alfons
12860
12861 2005-01-07 [paul]       0.9.13cvs29.1
12862
12863         * ChangeLog
12864         * ChangeLog.claws
12865         * ChangeLog.jp
12866         * configure.ac
12867         * src/pop.c
12868         * src/pop.h
12869                 sync with HEAD
12870
12871 2005-01-07 [colin]      0.9.13cvs28.3
12872
12873         * src/gtk/progressdialog.c
12874         * src/gtk/progressdialog.h
12875         * src/inc.c
12876         * src/send_message.c
12877                 GTK2 for the incorporation dialog. The CList isn't dead
12878                 yet, for a more smooth migration. Patch by Alfons.
12879
12880 2005-01-06 [colin]      0.9.13cvs28.2
12881
12882         * src/prefs_display_header.c
12883                 GTK2 conversion by Alfons
12884         * src/prefs_actions.c
12885         * src/prefs_matcher.c
12886                 Fix 2 leaks - patch by Alfons
12887
12888 2005-01-06 [colin]      0.9.13cvs28.1
12889
12890         * src/prefs_matcher.c
12891                 Sync with HEAD
12892
12893 2005-01-06 [colin]      0.9.13cvs27.4
12894
12895         * src/prefs_matcher.c
12896                 Fix double-free. Patch by Alfons
12897
12898 2005-01-06 [colin]      0.9.13cvs27.3
12899
12900         * src/prefs_matcher.c
12901                 GTK2 widgets + memleak
12902                 Patch by Alfons
12903
12904 2005-01-05 [colin]      0.9.13cvs27.2
12905
12906         * src/account.c
12907         * src/addr_compl.c
12908         * src/foldersel.c
12909         * src/stock_pixmap.c
12910         * src/stock_pixmap.h
12911                 3 more GTK2 patches by Alfons.
12912
12913 2005-01-04 [colin]      0.9.13cvs27.1
12914
12915         * src/folderview.c
12916         * src/imap_gtk.c
12917         * src/news_gtk.c
12918                 Sync with HEAD
12919
12920 2005-01-04 [colin]      0.9.13cvs25.9
12921
12922         * src/compose.c
12923                 Fix Show Ruler menuitem
12924         * src/prefs_template.c
12925                 Convert to GTK2
12926         * src/common/utils.c
12927                 Make auto pointer stuff handles NULLs
12928                 Patches by Alfons.
12929
12930 2005-01-04 [colin]      0.9.13cvs25.8
12931
12932         * src/compose.c
12933                 Move the attachment list to gtk2
12934                 Patch by Alfons.
12935
12936 2005-01-04 [colin]      0.9.13cvs25.7
12937
12938         * src/textview.c
12939                 Make some keys work again
12940                 Patch by SungHyun Nam <namsh@kldp.org>
12941
12942 2005-01-04 [colin]      0.9.13cvs25.6
12943
12944         * src/gtk/gtkshruler.c
12945                 Move the ruler to GTK2
12946                 Patch by Alfons
12947
12948 2005-01-03 [colin]      0.9.13cvs25.5
12949
12950         * src/compose.c
12951                 Fix my broken patch apply 
12952
12953 2005-01-03 [colin]      0.9.13cvs25.4
12954
12955         * src/common/utils.c
12956         * src/common/utils.h
12957         * src/gtk/prefswindow.c
12958                 Move auto pointer stuff to utils.c
12959                 Patch by Alfons again :)
12960
12961 2005-01-03 [colin]      0.9.13cvs25.3
12962
12963         * src/compose.c
12964         * src/prefs_gtk.c
12965         * src/prefs_template.c
12966         * src/textview.c
12967                 Empty text widgets with empty strings, not NULL char
12968                 Patch by SungHyun Nam <namsh@kldp_org>
12969
12970 2005-01-03 [colin]      0.9.13cvs25.2
12971
12972         * src/main.c
12973         * AUTHORS
12974                 Sync with HEAD
12975
12976 2005-01-03 [colin]      0.9.13cvs25.1
12977
12978         * src/pop.c
12979         * src/pop.h
12980                 Sync with HEAD
12981
12982 2005-01-03 [colin]      0.9.13cvs24.3
12983
12984         * src/account.c
12985                 Two patches from Alfons and Alex S Moore:
12986                 fix images, fix return value.
12987
12988 2005-01-01 [colin]      0.9.13cvs24.2
12989
12990         * src/prefs_actions.c
12991                 Fix over-zealous assertion. Patch by Alfons
12992
12993 2005-01-01 [colin]      0.9.13cvs24.1
12994
12995         * src/procmime.c
12996                 Sync with HEAD (leak fix)
12997
12998 2004-12-31 [colin]      0.9.13cvs23.2
12999
13000         * src/prefs_common.c
13001                 GTK2 widgets + stock buttons - patch by Alfons
13002
13003 2004-12-31 [paul]       0.9.13cvs23.1
13004
13005         * configure.ac
13006                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13007         * src/gtk/pluginwindow.c
13008                 use GTK2 widgets and plug memory leaks,
13009                 patches by Alfons
13010
13011 2004-12-30 [colin]      0.9.13cvs22.4
13012
13013         * src/account.c
13014         * src/action.c
13015         * src/export.c
13016         * src/foldersel.c
13017         * src/import.c
13018         * src/message_search.c
13019         * src/prefs_actions.c
13020         * src/prefs_common.c
13021         * src/prefs_customheader.c
13022         * src/prefs_filtering.c
13023         * src/prefs_summary_column.c
13024         * src/summary_search.c
13025         * src/gtk/about.c
13026         * src/gtk/description_window.c
13027         * src/gtk/gtkutils.c
13028         * src/gtk/gtkutils.h
13029         * src/gtk/inputdialog.c
13030         * src/gtk/prefswindow.c
13031                 Use GTK2 stock buttons. Patches by Alfons.
13032
13033 2004-12-30 [colin]      0.9.13cvs22.3
13034
13035         * src/account.c
13036                 Sync with HEAD
13037         * src/prefs_actions.c
13038         * src/prefs_customheader.c
13039         * src/prefs_filtering.c
13040         * src/prefs_msg_colors.c
13041         * src/prefs_summary_column.c
13042         * src/gtk/prefswindow.c
13043                 Use GtkTreeView instead of deprecated 
13044                 widgets. Patches by Alfons.
13045
13046 2004-12-30 [paul]       0.9.13cvs22.2
13047
13048         * src/foldersel.c
13049                 use GTK 2 Tree View
13050                 patch by Alfons, with root folder sorting fix
13051                 by Stephan Sachse
13052
13053 2004-12-30 [paul]       0.9.13cvs22.1
13054
13055         * ChangeLog
13056         * ChangeLog.claws
13057         * ChangeLog.jp
13058         * NEWS
13059         * configure.ac
13060         * src/account.c
13061                 sync with HEAD
13062
13063 2004-12-22 [martin]     0.9.13cvs21.2
13064
13065         * src/action.c
13066                 free the command line after its use
13067
13068 2004-12-18 [paul]       0.9.13cvs21.1
13069
13070         * AUTHORS
13071         * ChangeLog
13072         * ChangeLog.claws
13073         * ChangeLog.jp
13074         * NEWS
13075         * configure.ac
13076         * src/action.c
13077         * src/compose.c
13078         * src/syldap.c
13079                 sync with HEAD
13080
13081 2004-12-17 [martin]     0.9.13cvs17.2
13082
13083         * src/action.c
13084                 convert actions input to locale
13085         * src/inc.c
13086                 convert notification command to locale
13087         * src/plugins/pgpmime/select-keys.c
13088                 convert attributes to utf8
13089
13090 2004-12-14 [colin]      0.9.13cvs17.1
13091
13092         * ChangeLog
13093         * ChangeLog.jp
13094         * ChangeLog.claws
13095         * src/action.c
13096         * src/common/utils.c
13097         * src/gtk/prefswindow.c
13098         * src/gtk/gtkutils.c
13099         * src/gtk/gtkutils.h
13100         * src/plugins/spamassassin/libspamc.c
13101                 Sync with HEAD
13102
13103 2004-12-13 [colin]      0.9.13cvs14.1
13104
13105         * src/quote_fmt_parse.y
13106                 Sync with HEAD
13107
13108 2004-12-10 [colin]      0.9.13cvs12.1
13109
13110         * src/prefs_themes.c
13111         * src/mainwindow.c
13112         * src/messageview.c
13113                 Sync with HEAD
13114
13115 2004-12-09 [colin]      0.9.13cvs10.1
13116
13117         * src/procmime.c
13118                 Sync with HEAD (fix B64 encoding from memory)
13119
13120 2004-12-08 [colin]      0.9.13cvs9.1
13121
13122         * src/gtk/colorlabel.c
13123                 Sync with HEAD
13124
13125 2004-12-08 [paul]       0.9.13cvs8.2
13126
13127         * src/gtk/pluginwindow.c
13128                 fix window resizing oddities
13129
13130 2004-12-08 [colin]      0.9.13cvs8.1
13131
13132         * src/quote_fmt_parse.y
13133                 Sync with HEAD
13134
13135 2004-12-08 [colin]      0.9.13cvs7.1
13136
13137         * src/matcher_parser_parse.y
13138         * src/msgcache.c
13139         * src/prefs_matcher.c
13140         * src/procheader.c
13141         * src/matcher.c
13142         * src/common/defs.h
13143         * po/sr.po
13144                 Sync with HEAD
13145
13146 2004-12-08 [colin]      0.9.13cvs6.1
13147
13148         * src/quote_fmt_parse.y
13149         * src/textview.c
13150                 Sync with HEAD
13151         * src/gtk/prefswindow.c
13152         * src/gtk/pluginwindow.c
13153                 Fix G_CALLBACKS protos (thanks to Alfons)
13154
13155 2004-12-07 [torte]      0.9.13cvs2.2
13156
13157         * src/procmime.c
13158                 [Bug 650] reply button causes crash
13159                 Thanks to David Relson and Christoph
13160
13161 2004-12-07 [colin]      0.9.13cvs2.1
13162
13163         * ChangeLog.claws
13164         * AUTHORS
13165         * po/sk.po
13166         * src/procmime.c
13167         * src/prefs_account.c
13168         * src/common/smtp.c
13169         * src/common/smtp.h
13170                 Sync with HEAD
13171
13172 2004-12-06 [colin]      0.9.12cvs187.1
13173
13174         * ChangeLog.claws
13175         * INSTALL
13176         * Makefile.am
13177         * README.claws
13178         * TODO.claws
13179         * configure.ac
13180         * po/bg.po
13181         * po/cs.po
13182         * po/el.po
13183         * po/en_GB.po
13184         * po/es.po
13185         * po/fr.po
13186         * po/hr.po
13187         * po/hu.po
13188         * po/it.po
13189         * po/ja.po
13190         * po/ko.po
13191         * po/nl.po
13192         * po/pl.po
13193         * po/pt_BR.po
13194         * po/ru.po
13195         * po/sk.po
13196         * po/sr.po
13197         * po/sv.po
13198         * po/zh_CN.po
13199         * po/zh_TW.Big5.po
13200         * src/compose.c
13201         * tools/Makefile.am
13202         * tools/README
13203         * tools/filter_conv.pl
13204         * tools/kdeservicemenu/README
13205         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13206         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13207                 Sync with HEAD
13208
13209 2004-12-04 [colin]      0.9.12cvs183.1
13210
13211         * src/compose.c
13212                 Sync with HEAD (compose window position saving)
13213
13214 2004-12-04 [paul]       0.9.12cvs182.3
13215
13216         * src/messageview.c
13217         * src/mimeview.c
13218         * src/prefs_customheader.c
13219         * src/gtk/quicksearch.c
13220                 replace some forgotten GTK_SIGNAL_FUNCs
13221
13222 2004-12-04 [paul]       0.9.12cvs182.2
13223
13224         * src/Makefile.am
13225                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13226                 committed in error      
13227
13228 2004-12-04 [paul]       0.9.12cvs182.1
13229
13230         * ChangeLog
13231         * ChangeLog.claws
13232         * ChangeLog.jp
13233         * INSTALL
13234         * NEWS
13235         * README
13236         * README.jp
13237         * configure.ac
13238         * doc/manual/ja/Makefile.am
13239         * doc/manual/ja/sylpheed-1.html
13240         * doc/manual/ja/sylpheed-10.html
13241         * doc/manual/ja/sylpheed-11.html
13242         * doc/manual/ja/sylpheed-12.html
13243         * doc/manual/ja/sylpheed-13.html
13244         * doc/manual/ja/sylpheed-14.html
13245         * doc/manual/ja/sylpheed-15.html
13246         * doc/manual/ja/sylpheed-16.html
13247         * doc/manual/ja/sylpheed-17.html
13248         * doc/manual/ja/sylpheed-18.html
13249         * doc/manual/ja/sylpheed-19.html
13250         * doc/manual/ja/sylpheed-2.html
13251         * doc/manual/ja/sylpheed-20.html
13252         * doc/manual/ja/sylpheed-3.html
13253         * doc/manual/ja/sylpheed-4.html
13254         * doc/manual/ja/sylpheed-5.html
13255         * doc/manual/ja/sylpheed-6.html
13256         * doc/manual/ja/sylpheed-7.html
13257         * doc/manual/ja/sylpheed-8.html
13258         * doc/manual/ja/sylpheed-9.html
13259         * doc/manual/ja/sylpheed.html
13260         * doc/manual/ja/sylpheed.sgml
13261         * po/de.po
13262         * src/Makefile.am
13263         * src/compose.c
13264         * src/procmime.c
13265         * src/pixmaps/regular.xpm **REMOVED**
13266         * src/plugins/pgpmime/pgpmime.c
13267         * src/plugins/pgpmime/plugin.c
13268         * src/plugins/pgpmime/prefs_gpg.c
13269                 sync with HEAD
13270
13271 2004-12-03 [paul]       0.9.12cvs180.1
13272
13273         * ChangeLog
13274         * ChangeLog.claws
13275         * ChangeLog.jp
13276         * configure.ac
13277         * src/Makefile.am
13278         * src/pop.c
13279         * src/common/utils.c
13280         * src/common/utils.h
13281         * src/pixmaps/continue.xpm
13282         * src/pixmaps/dir_close.xpm
13283         * src/pixmaps/dir_open.xpm
13284         * src/pixmaps/drafts_close.xpm
13285         * src/pixmaps/drafts_open.xpm
13286         * src/pixmaps/folder.xpm **REMOVED**
13287         * src/pixmaps/group.xpm
13288         * src/pixmaps/unread.xpm
13289                 sync with HEAD
13290
13291 2004-12-02 [colin]      0.9.12cvs179.1
13292
13293         * src/compose.c
13294                 Sync with HEAD (non-duplicated reedition)
13295
13296 2004-12-02 [colin]      0.9.12cvs178.1
13297
13298         * src/compose.c
13299                 Sync with HEAD (linewrap_quote fix)
13300
13301 2004-12-01 [colin]      0.9.12cvs177.3
13302
13303         * src/addrharvest.c
13304                 Replace sizeof with strlen
13305
13306 2004-12-01 [paul]       0.9.12cvs177.2
13307
13308         * src/addrharvest.c
13309                 fix 'harvest addresses'
13310
13311 2004-11-30 [colin]      0.9.12cvs177.1
13312
13313         * src/gtk/prefswindow.c
13314         * src/gtk/pluginwindow.c
13315                 Sync with HEAD
13316
13317 2004-11-29 [colin]      0.9.12cvs176.1
13318
13319         * src/folderview.c
13320                 sync with HEAD (Fix disappearing separators in folderview's popup)
13321
13322 2004-11-29 [colin]      0.9.12cvs175.1
13323
13324         * src/procmime.c
13325                 Sync with head (another format fix)
13326
13327 2004-11-29 [colin]      0.9.12cvs174.1
13328
13329         * src/pop.c
13330                 Sync with HEAD (format string fix)
13331
13332 2004-11-26 [colin]      0.9.12cvs173.1
13333
13334         * src/common/smtp.c
13335         * src/common/smtp.h
13336                 Sync with HEAD
13337
13338 2004-11-24 [colin]      0.9.12cvs172.1
13339
13340         * src/plugins/pgpmime/pgpmime.c
13341                 Sync with HEAD
13342
13343 2004-11-24 [colin]      0.9.12cvs171.1
13344
13345         * src/plugins/pgpmime/pgpmime.c
13346                 Sync with head (gpgmectx leaks)
13347
13348 2004-11-24 [colin]      0.9.12cvs169.1
13349
13350         * src/plugins/pgpmime/plugin.c
13351         * src/plugins/trayicon/Makefile.am
13352         * src/plugins/trayicon/newmarkedmail.xpm
13353         * src/plugins/trayicon/trayicon.c
13354         * src/plugins/trayicon/unreadmarkedmail.xpm
13355                 Sync with HEAD
13356
13357 2004-11-23 [colin]      0.9.12cvs168.1
13358
13359         * src/partial_download.c
13360         * src/partial_download.h
13361         * src/plugins/pgpmime/plugin.c
13362                 Sync with HEAD
13363
13364 2004-11-23 [colin]      0.9.12cvs166.1
13365
13366         * src/Makefile.am
13367         * src/codeconv.c
13368         * src/compose.c
13369         * src/folderview.c
13370         * src/main.c
13371         * src/partial_download.c
13372         * src/partial_download.h
13373         * src/prefs_account.c
13374         * src/prefs_account.h
13375         * src/privacy.c
13376         * src/privacy.h
13377         * src/procmime.c
13378         * src/common/Makefile.am
13379         * src/common/base64.h
13380         * src/common/partial_download.c
13381         * src/common/partial_download.h
13382         * src/gtk/prefswindow.c
13383         * src/gtk/prefswindow.h
13384         * src/plugins/pgpmime/pgpmime.c
13385         * src/plugins/pgpmime/prefs_gpg.c
13386         * src/plugins/pgpmime/prefs_gpg.h
13387         * src/plugins/pgpmime/sgpgme.c
13388         * src/plugins/pgpmime/sgpgme.h
13389                 Sync with HEAD
13390
13391 2004-11-23 [colin]      0.9.12cvs163.1
13392
13393         * src/main.c
13394                 Sync with HEAD (cursor optimization)
13395
13396 2004-11-23 [colin]      0.9.12cvs162.1
13397
13398         * src/prefs_common.c
13399         * src/prefs_themes.c
13400         * src/procmsg.c
13401                 Sync with HEAD
13402
13403 2004-11-23 [colin]      0.9.12cvs158.9
13404
13405         * src/compose.c
13406                 Fix double-free when forwarding
13407         * src/msgcache.c
13408                 Fix leak on error path
13409                 
13410
13411 2004-11-23 [colin]      0.9.12cvs158.8
13412
13413         * src/compose.c
13414                 Fix possible double-free
13415                 Spotted by Alfons
13416
13417 2004-11-23 [colin]      0.9.12cvs158.7
13418
13419         * src/compose.c
13420                 Fix some signal handlers' prototypes
13421                 Spotted by Alfons
13422
13423 2004-11-22 [colin]      0.9.12cvs158.6
13424
13425         * src/compose.c
13426                 Remove unneeded code and duplicated
13427                 wrapping - patch by Alfons
13428
13429 2004-11-22 [colin]      0.9.12cvs158.5
13430
13431         * src/prefs_themes.c
13432                 Fix oversized selector
13433
13434 2004-11-22 [colin]      0.9.12cvs158.4
13435
13436         * src/compose.c
13437                 fix dump_text()
13438                 patch by Alfons
13439
13440 2004-11-19 [colin]      0.9.12cvs158.3
13441
13442         * src/textview.c
13443                 Add a context menu on links (open, copy)
13444
13445 2004-11-18 [paul]       0.9.12cvs158.2
13446
13447         * src/addrgather.c
13448         * src/exphtmldlg.c
13449         * src/expldifdlg.c
13450         * src/mimeview.c
13451         * src/prefs_common.c
13452         * src/plugins/image_viewer/viewer.c
13453         * src/plugins/spamassassin/spamassassin_gtk.c
13454                 replace deprecated gtk_notebook_set_page
13455                 and gtk_notebook_current_page
13456
13457 2004-11-18 [paul]       0.9.12cvs158.1
13458
13459         * configure.ac
13460         * src/compose.c
13461         * src/mainwindow.c
13462         * src/messageview.c
13463         * src/prefs_common.c
13464         * src/common/utils.c
13465         * src/common/utils.h
13466                 sync with HEAD
13467
13468 2004-11-17 [colin]      0.9.12cvs156.1
13469
13470         * src/prefs_account.c
13471         * src/prefs_account.h
13472         * src/procmsg.c
13473                 Sync with HEAD (add pref to store encrypted mails encrypted)
13474
13475 2004-11-17 [paul]       0.9.12cvs155.1
13476
13477         * ChangeLog
13478         * ChangeLog.claws
13479         * ChangeLog.jp
13480         * NEWS
13481         * configure.ac
13482         * src/compose.c
13483         * src/jpilot.c
13484         * src/privacy.c
13485         * src/procmime.c
13486         * src/procmime.h
13487         * src/procmsg.c
13488         * src/toolbar.c
13489         * src/pixmaps/error.xpm
13490                 sync with HEAD
13491
13492 2004-11-17 [colin]      0.9.12cvs151.1
13493
13494         * src/plugins/pgpmime/pgpmime.c
13495                 Sync with HEAD (remove debug printf)
13496
13497 2004-11-17 [colin]      0.9.12cvs150.1
13498
13499         * src/plugins/pgpmime/pgpmime.c
13500                 Sync with HEAD (off-by-one fix)
13501
13502 2004-11-17 [colin]      0.9.12cvs149.1
13503
13504         * src/procmsg.c
13505                 Sync with HEAD (coding style fixes)
13506
13507 2004-11-16 [colin]      0.9.12cvs148.1
13508
13509         * src/procmsg.c
13510                 Sync with head (Fix the fix)
13511
13512 2004-11-16 [colin]      0.9.12cvs147.1
13513
13514         * src/procmsg.c
13515                 Sync with Main (leak fix)
13516
13517 2004-11-16 [colin]      0.9.12cvs146.14
13518
13519         * src/compose.c
13520                 Remove useless chunk of code
13521                 Patch by Alfons
13522
13523 2004-11-15 [colin]      0.9.12cvs146.13
13524
13525         * src/compose.c
13526                 Fix drafting after insertion
13527                 Patch by Alfons
13528
13529 2004-11-15 [colin]      0.9.12cvs146.12
13530
13531         * src/compose.c
13532         * src/prefs_filtering.c
13533         * src/prefs_filtering_action.c
13534         * src/prefs_toolbar.c
13535                 Fix some const-correctness
13536
13537 2004-11-15 [colin]      0.9.12cvs146.11
13538
13539         * src/summaryview.c
13540         * src/prefs_themes.c
13541         * src/messageview.c
13542                 Fix some leaks
13543
13544 2004-11-15 [colin]      0.9.12cvs146.10
13545
13546         * src/codeconv.c
13547                 More unreadable locale fixes
13548
13549 2004-11-14 [colin]      0.9.12cvs146.9
13550
13551         * src/textview.c
13552                 Fix uri_security_check
13553                 Patch by Alfons
13554
13555 2004-11-13 [paul]       0.9.12cvs146.8
13556
13557         * src/folder.c
13558         * src/procmime.c
13559                 fix 2 bugs introduced in last commit
13560
13561 2004-11-13 [paul]       0.9.12cvs146.7
13562
13563         * src/compose.c
13564         * src/exporthtml.c
13565         * src/exportldif.c
13566         * src/folder.c
13567         * src/imap.c
13568         * src/imap_gtk.c
13569         * src/main.c
13570         * src/mainwindow.c
13571         * src/messageview.c
13572         * src/mh_gtk.c
13573         * src/prefs_themes.c
13574         * src/procmime.c
13575         * src/setup.c
13576         * src/summaryview.c
13577                 replace deprecated g_basename
13578
13579 2004-11-13 [paul]       0.9.12cvs146.6
13580
13581         * src/compose.c
13582         * src/imap.c
13583         * src/matcher_parser.h
13584         * src/matcher_parser_parse.y
13585         * src/prefs_filtering.c
13586         * src/prefs_filtering_action.c
13587         * src/prefs_themes.c
13588         * src/prefs_toolbar.c
13589         * src/common/utils.c
13590                 various small fixes/cleanups
13591
13592 2004-11-12 [colin]      0.9.12cvs146.5
13593
13594         * src/textview.c
13595                 Validate event's origin on visibility notify
13596                 Patch by Alfons.
13597
13598 2004-11-12 [paul]       0.9.12cvs146.4
13599
13600         * src/exporthtml.c
13601         * src/exportldif.c
13602         * src/imap.c
13603         * src/mh.c
13604         * src/mimeview.c
13605         * src/prefs_spelling.c
13606         * src/prefs_themes.c
13607                 replace deprecated g_dirname    
13608
13609 2004-11-12 [colin]      0.9.12cvs146.3
13610
13611         * src/textview.c
13612                 Some coding style fixes
13613
13614 2004-11-12 [colin]      0.9.12cvs146.2
13615
13616         * src/codeconv.c
13617                 We want to replace _all_ extended chars in
13618                 conv_unreadable_*, because any string containing
13619                 extended chars not parsing as UTF8 is 
13620                 undisplayed on gtk2.
13621
13622 2004-11-12 [paul]       0.9.12cvs146.1
13623
13624         * ChangeLog
13625         * ChangeLog.claws
13626         * ChangeLog.jp
13627         * NEWS
13628         * configure.ac
13629         * src/account.c
13630         * src/folderview.c
13631         * src/folderview.h
13632         * src/imap.c
13633         * src/imap_gtk.c
13634         * src/inc.c
13635         * src/mainwindow.c
13636         * src/mh_gtk.c
13637         * src/news_gtk.c
13638         * src/pop.c
13639         * src/prefs_account.c
13640         * src/prefs_account.h
13641         * src/prefs_ext_prog.c
13642         * src/procmime.c
13643         * src/procmime.h
13644         * src/procmsg.c
13645         * src/procmsg.h
13646         * src/summary_search.c
13647         * src/summaryview.c
13648         * src/textview.c
13649         * src/common/defs.h
13650         * src/common/utils.c
13651         * src/common/utils.h
13652         * src/gtk/menu.c
13653         * src/gtk/menu.h
13654                 sync with HEAD
13655
13656 2004-11-11 [colin]      0.9.12cvs144.2
13657
13658         * src/textview.c
13659                 Fix URI range selection (patch by Alfons)
13660
13661 2004-11-09 [colin]      0.9.12cvs144.1
13662
13663         * ChangeLog.claws
13664         * src/compose.c
13665         * src/folder.c
13666         * src/folder_item_prefs.c
13667         * src/prefs_account.c
13668         * src/prefs_account.h
13669         * src/plugins/pgpmime/pgpmime.c
13670                 Sync with HEAD
13671
13672 2004-11-08 [colin]      0.9.12cvs143.1
13673
13674         * src/summaryview.c
13675                 Sync with HEAD (optimize quicksearch)
13676
13677 2004-11-08 [colin]      0.9.12cvs142.2
13678
13679         * src/compose.c
13680                 Don't wrap when Edit/Auto wrapping is disabled
13681
13682 2004-11-08 [colin]      0.9.12cvs142.1
13683
13684         * src/textview.c
13685                 Sync with HEAD
13686
13687 2004-11-08 [colin]      0.9.12cvs141.1
13688
13689         * src/textview.c
13690                 Sync with HEAD (fix some mail URIs)
13691
13692 2004-11-08 [colin]      0.9.12cvs140.3
13693
13694         * src/textview.c
13695                 o Use text cursor instead of arrow when
13696                   not on a link
13697                 o Fix handling of contiguous links (as in
13698                   "colin@colino.net" <colin@colino.net>)
13699                   This one unveils a bug in get_email_part()
13700
13701 2004-11-07 [colin]      0.9.12cvs140.2
13702
13703         * src/textview.c
13704                 Fix memleak. Patch by Alfons.
13705
13706 2004-11-06 [colin]      0.9.12cvs140.1
13707
13708         * src/compose.c
13709                 Sync with HEAD (don't ask passphrase
13710                 when drafting)
13711
13712 2004-11-06 [paul]       0.9.12cvs139.2
13713
13714         * AUTHORS
13715         * src/textview.c
13716         * src/textview.h
13717                 textview URI handling. hovering over a 
13718                 link displays it in the status bar,
13719                 and changes the mouse pointer to a hand 
13720                 cursor. a link is activated with a single 
13721                 click. (Modified from the) patch by Jean-Yves 
13722                 Lefort <jylefort@users.sourceforge.net>
13723                 
13724
13725 2004-11-05 [colin]      0.9.12cvs139.1
13726
13727         * src/compose.c
13728         * src/procmime.c
13729                 Sync with HEAD again ^^
13730
13731 2004-11-05 [colin]      0.9.12cvs139.1
13732
13733         * src/compose.c
13734         * src/procmime.c
13735                 Sync with HEAD
13736
13737 2004-11-03 [paul]       0.9.12cvs138.1
13738
13739         * ChangeLog.claws
13740         * configure.ac
13741         * po/POTFILES.in
13742         * src/prefs_ext_prog.c
13743         * src/procmime.c
13744         * tools/kdeservicemenu/README
13745         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13746         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13747                 sync with HEAD
13748
13749 2004-11-01 [christoph]  0.9.12cvs136.2
13750
13751         * src/procmime.c
13752                 convert MIME parameters to UTF-8
13753
13754 2004-10-29 [colin]      0.9.12cvs136.1
13755
13756         * src/common/utils.c
13757                 Sync with HEAD (don't use '=' in mime boundary)
13758
13759 2004-10-29 [paul]       0.9.12cvs135.1
13760
13761         * configure.ac
13762         * doc/src/rfc2231.txt
13763         * src/procmime.c
13764         * src/common/quoted-printable.c
13765         * src/common/utils.c
13766         * src/common/utils.h
13767                 sync with HEAD
13768
13769 2004-10-27 [paul]       0.9.12cvs134.1
13770
13771         * configure.ac
13772         * src/main.c
13773         * src/procmime.c
13774         * src/plugins/pgpmime/pgpmime.c
13775                 sync with HEAD
13776
13777 2004-10-26 [paul]       0.9.12cvs132.3
13778
13779         * src/account.c
13780         * src/addressbook.c
13781         * src/addrgather.c
13782         * src/addrharvest.c
13783         * src/codeconv.c
13784         * src/compose.c
13785         * src/customheader.c
13786         * src/editaddress.c
13787         * src/editgroup.c
13788         * src/enriched.c
13789         * src/expldifdlg.c
13790         * src/exporthtml.c
13791         * src/exportldif.c
13792         * src/folder.c
13793         * src/foldersel.c
13794         * src/folderview.c
13795         * src/grouplistdialog.c
13796         * src/html.c
13797         * src/imap.c
13798         * src/jpilot.c
13799         * src/ldapserver.c
13800         * src/ldif.c
13801         * src/mimeview.c
13802         * src/news.c
13803         * src/news_gtk.c
13804         * src/pop.c
13805         * src/prefs_display_header.c
13806         * src/prefs_gtk.c
13807         * src/prefs_msg_colors.c
13808         * src/prefs_toolbar.c
13809         * src/procheader.c
13810         * src/procmime.c
13811         * src/summaryview.c
13812         * src/textview.c
13813         * src/toolbar.c
13814         * src/vcard.c
13815         * src/common/mgutils.c
13816         * src/common/nntp.c
13817         * src/common/smtp.c
13818         * src/common/template.c
13819         * src/common/utils.c
13820         * src/common/xmlprops.c
13821         * src/plugins/pgpmime/pgpmime.c
13822         * src/plugins/pgpmime/select-keys.c
13823         * src/plugins/pgpmime/sgpgme.c
13824                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13825                 g_string_sprintfa(), gtk_notebook_current_page()
13826
13827 2004-10-26 [colin]      0.9.12cvs132.2
13828
13829         * src/prefs_folder_item.c
13830                 Fix default-account selection
13831
13832 2004-10-21 [colin]      0.9.12cvs133
13833
13834         * src/compose.c
13835                 Sync with HEAD (Remove extra separator in compose's Options)
13836         * src/textview.c
13837                 Set wrapping to char
13838
13839 2004-10-21 [paul]       0.9.12cvs131.2
13840
13841         * src/compose.c
13842         * src/sourcewindow.c
13843                 fix wrapping
13844                 fix window shrinking 
13845
13846 2004-10-21 [colin]      0.9.12cvs131.1
13847
13848         * ChangeLog.claws
13849         * src/compose.c
13850                 Sync with HEAD
13851
13852 2004-10-21 [paul]       0.9.12cvs130.2
13853
13854         * src/prefs_folder_item.c
13855                 sync with HEAD (Apply to subfolders)
13856
13857 2004-10-19 [colin]      0.9.12cvs130.1
13858
13859         * ChangeLog.claws
13860         * src/compose.c
13861         * src/common/utils.c
13862         * src/gtk/menu.c
13863                 Sync with HEAD
13864
13865 2004-10-19 [colin]      0.9.12cvs128.1
13866
13867         * src/addrbook.c
13868         * src/addrcache.c
13869         * src/addressbook.c
13870         * src/codeconv.c
13871         * src/compose.c
13872         * src/customheader.c
13873         * src/editaddress.c
13874         * src/editgroup.c
13875         * src/exporthtml.c
13876         * src/folder.c
13877         * src/folderview.c
13878         * src/imap.c
13879         * src/jpilot.c
13880         * src/main.c
13881         * src/matcher_parser_parse.y
13882         * src/mbox.c
13883         * src/pop.c
13884         * src/prefs_account.c
13885         * src/prefs_gtk.c
13886         * src/prefs_msg_colors.c
13887         * src/procheader.c
13888         * src/procmime.c
13889         * src/procmime.h
13890         * src/procmsg.c
13891         * src/summaryview.c
13892         * src/textview.c
13893         * src/common/base64.c
13894         * src/common/partial_download.c
13895         * src/common/socket.c
13896         * src/common/sylpheed.c
13897         * src/common/utils.c
13898         * src/common/utils.h
13899         * src/gtk/pluginwindow.c
13900         * src/gtk/quicksearch.c
13901         * src/plugins/clamav/clamav_plugin.c
13902         * src/plugins/clamav/clamav_plugin.h
13903         * src/plugins/clamav/clamav_plugin_gtk.c
13904         * src/plugins/pgpmime/passphrase.c
13905         * src/plugins/pgpmime/pgpmime.c
13906         * src/plugins/pgpmime/plugin.c
13907         * src/plugins/pgpmime/prefs_gpg.c
13908         * src/plugins/pgpmime/prefs_gpg.h
13909         * src/plugins/pgpmime/select-keys.c
13910         * src/plugins/pgpmime/sgpgme.c
13911         * src/plugins/spamassassin/libspamc.c
13912         * src/plugins/spamassassin/spamassassin.c
13913         * src/plugins/spamassassin/spamassassin.h
13914         * src/plugins/spamassassin/spamassassin_gtk.c
13915         * src/plugins/trayicon/trayicon.c
13916         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13917                 Sync with HEAD
13918
13919 2004-10-14 [colin]      0.9.12cvs126.2
13920
13921         * src/codeconv.c
13922         * src/textview.c
13923                 Fix conv_unreadable_locale
13924
13925 2004-10-13 [colin]      0.9.12cvs126.1
13926
13927         * src/compose.c
13928                 Sync with HEAD (don't convert charset for 
13929                 drafted messages, minor cleanup)
13930
13931 2004-10-13 [colin]      0.9.12cvs125.1
13932
13933         * po/POTFILES.in
13934                 Sync with HEAD (POTFILES fix)
13935
13936 2004-10-12 [colin]      0.9.12cvs124.3
13937
13938         * src/compose.c
13939                 Fix encoding bug from latest sync
13940
13941 2004-10-12 [paul]       0.9.12cvs124.2
13942
13943         * src/plugins/pgpmime/prefs_gpg.c
13944         * src/plugins/pgpmime/prefs_gpg.h
13945                 forgotten in last commit        
13946
13947 2004-10-12 [paul]       0.9.12cvs124.1
13948
13949         * ChangeLog.claws
13950         * configure.ac
13951         * m4/spamassassin.m4
13952         * src/Makefile.am
13953         * src/account.c
13954         * src/compose.c
13955         * src/compose.h
13956         * src/crash.c
13957         * src/main.c
13958         * src/mimeview.c
13959         * src/passphrase.c
13960         * src/passphrase.h
13961         * src/prefs_account.c
13962         * src/prefs_account.h
13963         * src/prefs_common.c
13964         * src/privacy.c
13965         * src/privacy.h
13966         * src/procmime.c
13967         * src/procmime.h
13968         * src/procmsg.c
13969         * src/rfc2015.c
13970         * src/rfc2015.h
13971         * src/select-keys.c
13972         * src/select-keys.h
13973         * src/textview.c
13974         * src/common/utils.c
13975         * src/common/utils.h
13976         * src/gtk/about.c
13977         * src/plugins/pgpmime/Makefile.am
13978         * src/plugins/pgpmime/passphrase.c
13979         * src/plugins/pgpmime/passphrase.h
13980         * src/plugins/pgpmime/pgpmime.c
13981         * src/plugins/pgpmime/plugin.c
13982         * src/plugins/pgpmime/select-keys.c
13983         * src/plugins/pgpmime/select-keys.h
13984         * src/plugins/pgpmime/sgpgme.c
13985         * src/plugins/pgpmime/sgpgme.h
13986                 sync with HEAD
13987
13988 2004-10-04 [colin]      0.9.12cvs122.1
13989
13990         * src/mainwindow.c
13991         * src/messageview.c
13992         * src/messageview.h
13993         * src/textview.c
13994                 Sync with HEAD
13995
13996 2004-10-04 [colin]      0.9.12cvs121.1
13997
13998         * src/summaryview.c
13999                 Sync with HEAD
14000
14001 2004-10-04 [paul]       0.9.12cvs120.1
14002
14003         * configure.ac
14004                 sync with HEAD [don't try to build 
14005                 pgpmime plugin when gpgme is disabled]
14006
14007 2004-10-03 [colin]      0.9.12cvs119.3
14008
14009         * src/gtk/gtksctree.c
14010                 Lots of side effects. Put back as before 117.2.
14011         * src/summaryview.c
14012                 Fix bug #602
14013
14014 2004-10-03 [colin]      0.9.12cvs119.2
14015
14016         * src/gtk/gtksctree.c
14017                 Revert 608 fix that doesn't work that good
14018
14019 2004-10-02 [colin]      0.9.12cvs119.1
14020
14021         * src/mainwindow.c
14022         * src/messageview.c
14023         * src/prefs_common.h
14024         * src/procmime.c
14025         * src/procmime.h
14026         * src/textview.c
14027                 Sync with HEAD
14028         * src/gtk/gtksctree.c
14029                 Close bug #608
14030
14031 2004-10-01 [colin]      0.9.12cvs118.1
14032
14033         * src/mimeview.c
14034                 Sync with HEAD (better Save All fix)
14035
14036 2004-10-01 [colin]      0.9.12cvs117.2
14037
14038         * src/gtk/gtksctree.c
14039                 Faster on selection
14040
14041 2004-10-01 [colin]      0.9.12cvs117.1
14042
14043         * src/mimeview.c
14044                 Sync with HEAD (Save All: only attachments)
14045
14046 2004-10-01 [paul]       0.9.12cvs116.1
14047
14048         * ChangeLog.claws
14049         * configure.ac
14050         * src/account.c
14051         * src/prefs_common.c
14052         * src/gtk/colorlabel.c
14053                 sync with HEAD
14054
14055 2004-09-30 [colin]      0.9.12cvs115.1
14056
14057         * src/stock_pixmap.c
14058         * src/stock_pixmap.h
14059         * src/folderview.c
14060         * src/Makefile.am
14061         * src/pixmaps/read.xpm
14062                 Sync with HEAD (new pixmap)
14063
14064 2004-09-29 [colin]      0.9.12cvs114.1
14065
14066         * src/compose.c
14067                 Sync with HEAD
14068                 Fix focus handling in headers
14069
14070 2004-09-29 [paul]       0.9.12cvs113.1
14071
14072         * src/quote_fmt_parse.y
14073                 sync with HEAD
14074  
14075
14076 2004-09-28 [colin]      0.9.12cvs112.1
14077
14078         * src/folderview.c
14079         * src/mainwindow.c
14080                 Sync with HEAD
14081
14082 2004-09-28 [colin]      0.9.12cvs110.1
14083
14084         * src/folderview.c
14085                 Sync with HEAD (Contextual Empty trash menu)
14086
14087 2004-09-28 [colin]      0.9.12cvs108.1
14088
14089         * src/addressbook.c
14090                 Sync with HEAD (addressbook edit on double-click)
14091
14092 2004-09-28 [colin]      0.9.12cvs106.1
14093
14094         * src/inc.c
14095                 Sync with HEAD (folder_item freeze on inc)
14096
14097 2004-09-27 [colin]      0.9.12cvs105.1
14098
14099         * src/folderview.c
14100                 Sync with HEAD (right-align new and unread column)
14101
14102 2004-09-27 [colin]      0.9.12cvs104.1
14103
14104         * src/main.c
14105                 Sync with HEAD (revert 0.9.12cvs101)
14106
14107 2004-09-24 [colin]      0.9.12cvs103.2
14108
14109         * src/wizard.c
14110                 Fix gtk warnings and use domain part of the email address 
14111                 when domain detection fails (no dot in domain name)
14112
14113 2004-09-23 [colin]      0.9.12cvs103.1
14114
14115         * src/plugins/spamassassin/libspamc.c
14116         * src/plugins/spamassassin/libspamc.h
14117         * src/plugins/spamassassin/utils.c
14118         * src/plugins/spamassassin/utils.h
14119                 Sync with HEAD (Update spamassassin to 3.0)
14120
14121 2004-09-21 [colin]      0.9.12cvs102.3
14122
14123         * src/action.c
14124                 Add horizontal scrollbar in action io dialog as needed
14125                 Patch by Alfons.
14126
14127 2004-09-20 [colin]      0.9.12cvs102.2
14128
14129         * src/plugins/image_viewer/viewer.c
14130                 Remove imlib stuff
14131                 use gtk_pixmap_set when clearing
14132                 (would be better to use gtkImages, but causes size-allocate 
14133                 signals storm)
14134
14135 2004-09-17 [paul]       0.9.12cvs102.1
14136
14137         * ChangeLog
14138         * ChangeLog.claws
14139         * ChangeLog.jp
14140         * configure.ac
14141         * src/inc.c
14142                 sync with HEAD
14143
14144
14145 2004-09-17 [colin]      0.9.12cvs101.1
14146
14147         * ChangeLog.claws
14148         * src/main.c
14149                 Sync with HEAD (fix segs at exit)
14150
14151 2004-09-14 [colin]      0.9.12cvs99.5
14152
14153         * src/common/socket.c
14154         * AUTHORS
14155                 Fix send error on 64bit platforms
14156                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14157
14158 2004-09-14 [colin]      0.9.12cvs99.4
14159
14160         * src/action.c
14161                 Fix action output with utf8 
14162                 Patch by Alfons.
14163
14164 2004-09-14 [colin]      0.9.12cvs99.3
14165
14166         * ChangeLog.claws
14167         * src/folder.c
14168                 Sync with HEAD
14169
14170 2004-09-09 [colin]      0.9.12cvs99.2
14171
14172         * src/action.c
14173                 Fix progress bar (displaying "Completed %v/%u")
14174                 Patch by Alfons.
14175
14176 2004-09-08 [colin]      0.9.12cvs99.1
14177
14178         * src/account.c
14179         * src/folder.c
14180         * src/procmsg.c
14181         * src/procmsg.h
14182         * src/plugins/pgpmime/pgpmime.c
14183                 Sync with HEAD
14184
14185 2004-09-08 [colin]      0.9.12cvs97.2
14186
14187         * src/summaryview.c
14188                 Don't select mails in collapsed threads 
14189                 when navigating with up/down
14190
14191 2004-09-07 [colin]      0.9.12cvs97.1
14192
14193         * src/inc.c
14194                 Sync with HEAD (meaningful error messages)
14195
14196 2004-09-06 [colin]      0.9.12cvs96.1
14197
14198         * src/toolbar.c
14199                 Sync with HEAD (fix Redirect graying out)
14200
14201 2004-09-06 [colin]      0.9.12cvs95.1
14202
14203         * src/summaryview.c
14204         * src/mimeview.c
14205                 Sync with HEAD (fix dropped URIs)
14206
14207 2004-09-06 [colin]      0.9.12cvs94.1
14208
14209         * src/addressbook.c
14210         * src/addressitem.h
14211         * src/addritem.c
14212         * src/addritem.h
14213                 Sync with HEAD (addressbook DnD)
14214
14215 2004-09-03 [colin]      0.9.12cvs93.1
14216
14217         * src/summaryview.c
14218                 Sync with HEAD (next/prev unread)
14219
14220 2004-09-03 [colin]      0.9.12cvs92.1
14221
14222         * src/prefs_common.c
14223         * src/prefs_common.h
14224         * src/summaryview.c
14225                 Sync with HEAD ('mark_as_read_delay' pref)
14226
14227 2004-09-02 [colin]      0.9.12cvs91.2
14228
14229         * src/common/xml.c
14230                 Fix leak
14231
14232 2004-09-02 [colin]      0.9.12cvs91.1
14233
14234         * src/gtk/menu.c
14235                 Sync with HEAD (menu accel don't work, but whatever)
14236
14237 2004-09-02 [colin]      0.9.12cvs90.1
14238
14239         * src/account.c
14240                 Sync with HEAD (fix bug 582)
14241
14242 2004-09-02 [colin]      0.9.12cvs89.1
14243
14244         * src/addrindex.c
14245                 Sync with HEAD (free deleted queries)
14246
14247 2004-09-02 [colin]      0.9.12cvs88.1
14248
14249         * src/ldapquery.c
14250                 Sync with HEAD (fix LDAP freezes)
14251
14252 2004-09-02 [colin]      0.9.12cvs87.1
14253
14254         * src/prefs_spelling.c
14255                 Sync with HEAD (add default dictionary)
14256
14257 2004-09-01 [colin]      0.9.12cvs86.1
14258
14259         * src/filtering.c
14260         * src/folderview.c
14261         * src/imap.c
14262         * src/prefs_matcher.c
14263         * src/stock_pixmap.c
14264         * src/summary_search.c
14265         * src/summaryview.c
14266         * src/wizard.c
14267         * src/wizard.h
14268                 Sync with HEAD (uninitialized vars fixes)
14269                 + gtk2 specific warning fixes
14270
14271 2004-08-31 [colin]      0.9.12cvs85.1
14272
14273         * src/folder.c
14274                 Sync with HEAD (Fix memory corruption due to 
14275                 uninitialized var)
14276
14277 2004-08-31 [colin]      0.9.12cvs84.4
14278
14279         * src/summary_search.c
14280                 Fix segfaults when searching in folders with broken headers
14281
14282 2004-08-31 [colin]      0.9.12cvs84.3
14283
14284         * src/compose.c
14285         * src/textview.c
14286                 Fix some more encoding/decoding issues
14287
14288 2004-08-30 [colin]      0.9.12cvs84.2
14289
14290         * src/mimeview.c
14291         * src/prefs_themes.c
14292         * src/gtk/filesel.c
14293         * src/gtk/filesel.h
14294                 Add a folder-mode selection (fixes mimeview's "Save all")
14295
14296 2004-08-29 [colin]      0.9.12cvs84.1
14297
14298         * src/mimeview.c
14299                 Sync with HEAD (don't escape saved filenames)
14300
14301 2004-08-27 [colin]      0.9.12cvs83.1
14302
14303         * ChangeLog
14304         * ChangeLog.claws
14305         * ChangeLog.jp
14306         * src/mh.c
14307         * src/procheader.c
14308         * src/procmsg.c
14309         * src/procmsg.h
14310         * src/common/utils.c
14311         * src/gtk/menu.h
14312         * po/
14313                 Sync with HEAD 0.9.12cvs83 (sync with main)
14314
14315 2004-08-26 [colin]      0.9.12cvs82.4
14316
14317         * src/codeconv.c
14318                 Fix strange stack corruption
14319                 Convert to utf8 after unmime, not before
14320
14321 2004-08-26 [colin]      0.9.12cvs82.3
14322
14323         * src/main.c
14324         * src/wizard.c
14325                 Fix account folders duplication
14326
14327 2004-08-25 [colin]      0.9.12cvs82.2
14328
14329         * src/wizard.c
14330                 Remove ports
14331                 Add SSL selection
14332                 Use login@server as account name
14333
14334 2004-08-25 [colin]      0.9.12cvs82.1
14335
14336         * src/plugins/pgpmime/pgpmime.c
14337                 Sync with HEAD (leak fix).
14338
14339 2004-08-25 [colin]      0.9.12cvs81.1
14340
14341         * src/plugins/pgpmime/pgpmime.c
14342         * src/plugins/pgpmime/sgpgme.c
14343         * src/plugins/pgpmime/sgpgme.h
14344                 Sync with HEAD (Handle combined messages).
14345
14346 2004-08-24 [colin]      0.9.12cvs80.3
14347
14348         * src/wizard.c
14349                 Fix full name, ports, and imap
14350
14351 2004-08-24 [colin]      0.9.12cvs80.2
14352
14353         * src/Makefile.am
14354         * src/main.c
14355         * src/setup.c
14356         * src/setup.h
14357         * src/stock_pixmap.c
14358         * src/stock_pixmap.h
14359         * src/wizard.c ** ADDED **
14360         * src/wizard.h ** ADDED ** 
14361         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14362                 Add a setup wizard 
14363
14364 2004-08-24 [colin]      0.9.12cvs80.1
14365
14366         * src/folder.c
14367                 Sync with HEAD (set mimeflags on all messages)
14368
14369 2004-08-24 [colin]      0.9.12cvs79.3
14370
14371         * src/matcher_parser_lex.l
14372                 Fix 8bits strings not in utf8
14373
14374 2004-08-24 [colin]      0.9.12cvs79.2
14375
14376         * src/compose.c
14377                 Check conversion result before replacing buffer
14378
14379 2004-08-23 [colin]      0.9.12cvs79.1
14380
14381         * src/compose.c
14382                 Sync with HEAD (create message header in memory)
14383
14384 2004-08-23 [colin]      0.9.12cvs78.1
14385
14386         * src/rfc2015.c
14387         * src/rfc2015.h
14388                 Sync with HEAD (fix bug 197 again)
14389
14390 2004-08-23 [colin]      0.9.12cvs77.3
14391
14392         * src/compose.c
14393                 Fix again inline gpg signing (which outputs utf8
14394                 in gtk2). Not syncing this fix to HEAD as this 
14395                 code is meant to die.
14396
14397 2004-08-23 [colin]      0.9.12cvs77.2
14398
14399         * src/prefs_account.h
14400                 Remove useless include
14401
14402 2004-08-23 [colin]      0.9.12cvs77.1
14403
14404         * src/imap.c
14405         * po/es.po
14406         * po/fr.po
14407         * po/it.po
14408         * po/pl.po
14409         * po/pt_BR.po
14410         * po/sk.po
14411         * po/sr.po
14412                 Sync with HEAD (fix bug 577)
14413
14414 2004-08-22 [colin]      0.9.12cvs76.1
14415
14416         * src/plugins/trayicon/trayicon.c
14417                 Sync with HEAD (fix formatting bug)
14418
14419 2004-08-21 [colin]      0.9.12cvs74.2
14420
14421         * src/gtk/colorsel.c
14422                 Fix bug 564 (Folder color selection window exits on any
14423                 keypress)
14424
14425 2004-08-21 [colin]      0.9.12cvs74.1
14426
14427         * ChangeLog.claws
14428         * src/compose.c
14429         * src/summaryview.c
14430         * src/toolbar.c
14431                 Sync with HEAD (fix bug 576)
14432
14433 2004-08-21 [colin]      0.9.12cvs70.1
14434
14435         * src/compose.c
14436         * src/mainwindow.c
14437                 Sync with HEAD
14438                 
14439
14440 2004-08-21 [paul]       0.9.12cvs66.4
14441
14442         * src/mainwindow.c
14443         * src/messageview.c
14444         * src/gtk/menu.c
14445         * src/plugins/spamassassin/spamassassin_gtk.c
14446                 remove some deprecated gtk1 functions
14447
14448
14449 2004-08-21 [colin]      0.9.12cvs66.3
14450
14451         * src/compose.c
14452         * src/codeconv.c
14453                 Fix warnings
14454                 Remove encoding hacks
14455                 Fix bug 575 (Strange character messes up message)
14456                 Don't display conversion error when drafting
14457
14458 2004-08-21 [paul]       0.9.12cvs66.2
14459
14460         * src/prefs_account.c
14461                 fix GnuPG mode bugs
14462
14463
14464 2004-08-20 [colin]      0.9.12cvs66.1
14465
14466         * src/codeconv.c
14467                 Sync with HEAD 0.9.12cvs66
14468
14469 2004-08-20 [paul]
14470
14471         * src/plugins/pgpmime/plugin.c
14472                 modify PGP/MIME plugin's description
14473
14474 2004-08-17 [colin]      0.9.12cvs65.1
14475
14476         * src/common/ssl.c
14477         * src/plugins/pgpmime/plugin.c
14478                 Sync with HEAD
14479
14480 2004-08-14 [colin]      0.9.12cvs60.3
14481
14482         * src/plugins/trayicon/trayicon.c
14483                 Put back resize callback, on size-request signal
14484                 rather than size-allocate to avoid infinite 
14485                 callback loop
14486
14487 2004-08-13 [colin]      0.9.12cvs60.2
14488
14489         * src/common/defs.h
14490                 Cache versions have been fixed
14491
14492 2004-08-13 [colin]      0.9.12cvs60.1
14493
14494         * src/folderutils.c
14495                 Sync with HEAD
14496
14497 2004-08-12 [colin]      0.9.12cvs59.1
14498
14499         * src/plugins/trayicon/trayicon.c
14500                 Sync with HEAD
14501
14502 2004-08-12 [colin]      0.9.12cvs57.5
14503
14504         * sylpheed.desktop
14505         * configure.ac
14506         * src/Makefile.am
14507         * src/main.c
14508                 Add support for Freedesktop.org's startup notification
14509
14510 2004-08-11 [colin]      0.9.12cvs57.4
14511
14512         * src/textview.c
14513                 Fix off-by-one
14514
14515 2004-08-11 [colin]      0.9.12cvs57.3
14516
14517         * src/message_search.c
14518         * src/summary_search.c
14519                 Make searches case insensitive by default
14520         * src/textview.c
14521                 Fix case-insensitive search in message
14522
14523 2004-08-11 [colin]      0.9.12cvs57.2
14524
14525         * src/summary_search.c
14526                 Let case-sensitive be specified
14527
14528 2004-08-10 [colin]      0.9.12cvs55.4
14529
14530         * src/common/socket.c
14531                 Fix the possible race condition
14532
14533 2004-08-09 [paul]       0.9.12cvs55.3
14534
14535         * configure.ac
14536         * src/Makefile.am
14537         * src/common/Makefile.am
14538                 sync with HEAD
14539
14540
14541 2004-08-09 [paul]       0.9.12cvs55.2
14542
14543         * autogen.sh
14544         * po/poconv.sh
14545                 remove unneeded script
14546
14547         * configure.ac
14548                 add forgotten USE_LDAP_TLS (sync with HEAD)
14549
14550
14551 2004-08-09 [colin]      0.9.12cvs55.1
14552
14553         * src/main.c
14554         * src/common/ssl.c
14555         * src/common/sylpheed.c
14556         * src/common/sylpheed.h
14557                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14558
14559 2004-08-09 [paul]       0.9.12cvs54.1
14560
14561         * ChangeLog
14562         * ChangeLog.claws
14563         * ChangeLog.jp
14564         * configure.ac
14565         * po/POTFILES.in
14566         * src/Makefile.am
14567         * src/folderutils.c
14568         * src/main.c
14569         * src/pgpmime.c
14570         * src/pgpmime.h
14571         * src/sgpgme.c
14572         * src/sgpgme.h
14573         * src/plugins/Makefile.am
14574         * src/plugins/pgpmime/.cvsignore
14575         * src/plugins/pgpmime/Makefile.am
14576         * src/plugins/pgpmime/pgpmime.c
14577         * src/plugins/pgpmime/pgpmime.h
14578         * src/plugins/pgpmime/plugin.c
14579         * src/plugins/pgpmime/sgpgme.c
14580         * src/plugins/pgpmime/sgpgme.h
14581                 sync with HEAD
14582
14583 2004-08-08 [paul]       0.9.12cvs51.1
14584
14585         * configure.ac
14586         * src/folder.c
14587                 sync with HEAD
14588
14589 2004-08-07 [colin]      0.9.12cvs50.1
14590
14591         * src/pop.c
14592         * src/common/partial_download.c
14593                 fix warnings (sync from HEAD)
14594
14595 2004-08-07 [colin]      0.9.12cvs48.1
14596
14597         * src/prefs_folder_item.c
14598                 sync with HEAD 0.9.12cvs48
14599
14600 2004-08-06 [colin]      0.9.12cvs47.1
14601
14602         * src/compose.c
14603                 Sync with HEAD
14604
14605 2004-08-06 [christoph]  0.9.12cvs46.2
14606
14607         * src/main.c
14608         * src/plugins/clamav/clamav_plugin_gtk.c
14609         * src/plugins/dillo_viewer/dillo_viewer.c
14610         * src/plugins/image_viewer/plugin.c
14611         * src/plugins/mathml_viewer/mathml_viewer.c
14612         * src/plugins/spamassassin/spamassassin_gtk.c
14613         * src/plugins/trayicon/trayicon.c
14614                 don't mix GTK1.2 plugin with GTK2 plugins
14615
14616 2004-08-06 [colin]      0.9.12cvs46.1
14617
14618         * ChangeLog
14619         * ChangeLog.claws
14620         * ChangeLog.jp
14621         * configure.ac
14622         * sylpheed-claws.pc.in
14623         * src/folder.c
14624         * src/imap.c
14625         * src/localfolder.c
14626         * src/messageview.c
14627         * src/mimeview.c
14628         * src/mimeview.h
14629         * src/msgcache.c
14630         * src/news.c
14631         * src/prefs_ext_prog.c
14632         * src/prefs_folder_item.c
14633         * src/prefs_fonts.c
14634         * src/prefs_msg_colors.c
14635         * src/prefs_spelling.c
14636         * src/prefs_themes.c
14637         * src/prefs_toolbar.c
14638         * src/prefs_wrapping.c
14639         * src/procmime.h
14640         * src/common/defs.h
14641         * src/common/nntp.c
14642         * src/common/session.c
14643         * src/common/session.h
14644         * src/common/socket.c
14645         * src/common/utils.h
14646         * src/common/xml.c
14647         * src/common/xml.h
14648         * src/gtk/prefswindow.c
14649         * src/gtk/prefswindow.h
14650         * src/plugins/clamav/clamav_plugin_gtk.c
14651         * src/plugins/dillo_viewer/dillo_prefs.c
14652         * src/plugins/image_viewer/viewerprefs.c
14653         * src/plugins/spamassassin/spamassassin_gtk.c
14654         * m4/openssl.m4 *** REMOVED ***
14655                 Sync with HEAD 0.9.12cvs46
14656
14657 2004-08-03 [paul]       0.9.12cvs40.2
14658
14659         * src/action.c
14660         * src/addressadd.c
14661         * src/addressbook.c
14662         * src/addrgather.c
14663         * src/browseldap.c
14664         * src/compose.c
14665         * src/crash.c
14666         * src/editaddress.c
14667         * src/editgroup.c
14668         * src/editldap_basedn.c
14669         * src/foldersel.c
14670         * src/importldif.c
14671         * src/mimeview.c
14672         * src/prefs_common.c
14673         * src/prefs_template.c
14674         * src/sourcewindow.c
14675         * src/summaryview.c
14676         * src/gtk/about.c
14677         * src/gtk/foldersort.c
14678         * src/gtk/logwindow.c
14679         * src/gtk/pluginwindow.c
14680         * src/gtk/prefswindow.c
14681                 change all gtk_scrolled_window_set_policy from 
14682                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14683
14684 2004-08-02 [paul]       0.9.12cvs40.1
14685
14686         * AUTHORS
14687                 update translation team section
14688         * po/pt_BR.po
14689                 updated by Frederico Goncalves Guimaraes
14690                 <fggdebian@yahoo.com.br>
14691
14692 2004-07-31 [colin]      0.9.12cvs39.9
14693
14694         * src/exphtmldlg.c
14695                 Fix compilation
14696
14697 2004-07-31 [colin]      0.9.12cvs39.8
14698
14699         * src/exphtmldlg.c
14700                 Fix an alertpanel type
14701
14702 2004-07-30 [colin]      0.9.12cvs39.7
14703
14704         * src/alertpanel.c
14705                 Fix alertpanel_error_log's icon
14706
14707 2004-07-30 [colin]      0.9.12cvs39.6
14708
14709         * src/pop.c
14710                 Two of them should still be warnings
14711
14712 2004-07-30 [colin]      0.9.12cvs39.5
14713
14714         * src/pop.c
14715                 More warning -> error
14716 2004-07-29 [colin]      0.9.12cvs39.4
14717
14718         * src/pop.c
14719                 Warning -> error
14720
14721 2004-07-29 [colin]      0.9.12cvs39.3
14722
14723         * src/prefs_matcher.c
14724                 Fix segfault
14725
14726 2004-07-29 [colin]      0.9.12cvs39.2
14727
14728         * src/alertpanel.c
14729                 More nice-looking alertpanels
14730
14731 2004-07-29 [colin]      0.9.12cvs39.1
14732
14733         * src/messageview.c
14734                 sync with head
14735                 (inform user when partial mail is deleted on server)
14736
14737 2004-07-29 [colin]      0.9.12cvs38.1
14738
14739         * src/messageview.c
14740                 sync with head
14741
14742 2004-07-28 [paul]       0.9.12cvs37.7
14743
14744         * src/mainwindow.c
14745                 complete the replacement of deprecated gtk_progress_*
14746
14747 2004-07-28 [paul]       0.9.12cvs37.6
14748
14749         * src/action.c
14750         * src/inc.c
14751         * src/mainwindow.c
14752         * src/send_message.c
14753         * src/gtk/progressdialog.c
14754         * src/gtk/progressdialog.h
14755                 replace deprecated gtk_progress_*
14756
14757 2004-07-28 [paul]       0.9.12cvs37.5
14758
14759         * src/gtk/filesel.c
14760                 remove gtk_window_set_wmclass()
14761 2004-07-28 [paul]       0.9.12cvs37.4
14762
14763         * src/addressbook.c
14764         * src/compose.c
14765         * src/foldersel.c
14766         * src/mainwindow.c
14767         * src/messageview.c
14768         * src/sourcewindow.c
14769         * src/gtk/logwindow.c
14770                 remove gtk_window_set_wmclass()
14771                 
14772         * src/prefs_filtering.c
14773         * src/prefs_filtering_action.c
14774         * src/prefs_fonts.c
14775         * src/prefs_gtk.c
14776         * src/prefs_matcher.c
14777         * src/ssl_manager.c
14778         * src/gtk/prefswindow.c
14779                 replace gtk_window_position()
14780
14781 2004-07-28 [colin]      0.9.12cvs37.3
14782
14783         * src/alertpanel.c
14784         * src/alertpanel.h
14785                 Add a way to specify panel type for specific
14786                 panels (alertpanel())
14787         * src/account.c
14788         * src/addressbook.c
14789         * src/compose.c
14790         * src/expldifdlg.c
14791         * src/main.c
14792         * src/messageview.c
14793         * src/summaryview.c
14794         * src/textview.c
14795         * src/gtk/sslcertwindow.c
14796                 Fix alertpanel()s so that their icon match
14797                 their real type
14798
14799 2004-07-28 [paul]       0.9.12cvs37.2
14800
14801         * src/addr_compl.c
14802         * src/addressbook.c
14803         * src/alertpanel.c
14804         * src/compose.c
14805         * src/export.c
14806         * src/foldersel.c
14807         * src/folderview.c
14808         * src/grouplistdialog.c
14809         * src/import.c
14810         * src/mainwindow.c
14811         * src/message_search.c
14812         * src/messageview.c
14813         * src/passphrase.c
14814         * src/prefs_actions.c
14815         * src/prefs_common.c
14816         * src/prefs_customheader.c
14817         * src/prefs_display_header.c
14818         * src/prefs_filtering.c
14819         * src/prefs_filtering_action.c
14820         * src/prefs_gtk.c
14821         * src/prefs_matcher.c
14822         * src/prefs_msg_colors.c
14823         * src/prefs_summary_column.c
14824         * src/prefs_template.c
14825         * src/sourcewindow.c
14826         * src/ssl_manager.c
14827         * src/summary_search.c
14828         * src/gtk/colorsel.c
14829         * src/gtk/description_window.c
14830         * src/gtk/gtkaspell.c
14831         * src/gtk/inputdialog.c
14832         * src/gtk/logwindow.c
14833         * src/gtk/prefswindow.c
14834         * src/gtk/progressdialog.c
14835                 replace deprecated gtk_window_set_policy
14836
14837 2004-07-27 [colin]      0.9.12cvs37.1
14838
14839         * src/msgcache.c
14840                 More fixes (synced for head again)
14841
14842 2004-07-27 [colin]      0.9.12cvs35.3
14843
14844         * src/msgcache.c
14845                 Fix wrong test
14846
14847 2004-07-27 [colin]      0.9.12cvs35.2
14848
14849         * src/mimeview.c
14850                 Fix width a bit (by Paul)
14851         * src/alertpanel.c
14852         * src/alertpanel.h
14853                 Specialize icons, make alertpanel_message()
14854                 private
14855         * src/message_search.c
14856         * src/sgpgme.c
14857         * src/summary_search.c
14858                 Suit alertpanel changes
14859
14860 2004-07-27 [colin]      0.9.12cvs35.1
14861
14862         * src/alertpanel.c
14863                 Add an icon
14864         * src/passphrase.c
14865                 Add debug output - maybe someone will
14866                 want to look at the problem with Grab
14867                 Input :)
14868         Bump version as we're synced with HEAD
14869
14870 2004-07-26 [colin]      0.9.12cvs33.26
14871
14872         * src/pop.c
14873                 Fix uidl-file parsing when not in new
14874                 format
14875
14876 2004-07-26 [colin]      0.9.12cvs33.25
14877
14878         * src/gtk/menu.c
14879                 Move popup menu up if necessary (fixes 
14880                 account selector)
14881         * src/mainwindow.c
14882                 Set account selector's button height to
14883                 minimum
14884
14885 2004-07-26 [colin]      0.9.12cvs33.24
14886
14887         * src/alertpanel.c
14888                 Maybe fix 551 (Truncated font in alert window)
14889
14890 2004-07-26 [colin]      0.9.12cvs33.23
14891
14892         * po/de.po
14893         * po/es.po
14894         * po/fr.po
14895         * po/it.po
14896         * po/ja.po
14897         * po/pl.po
14898         * po/ru.po
14899         * po/sk.po
14900         * po/sr.po
14901         * po/zh_CN.po
14902                 Sync po files with HEAD
14903
14904 2004-07-26 [paul]       0.9.12cvs33.22
14905
14906         * src/compose.c
14907                 fix Bug 556 'Organisation-header is sent even if empty'
14908
14909 2004-07-24 [colin]      0.9.12cvs33.21
14910
14911         * src/compose.c
14912         * src/gtk/gtkaspell.c
14913         * src/gtk/gtkaspell.h
14914                 Fix speller accelerators (require hack)
14915
14916 2004-07-24 [colin]      0.9.12cvs33.20
14917
14918         * src/gtk/gtkaspell.c
14919                 Fix over-eager code deletion breaking
14920                 Check while typing
14921
14922 2004-07-24 [colin]      0.9.12cvs33.19
14923
14924         * src/browseldap.c
14925         * src/ldapctrl.c
14926         * src/ldapctrl.h
14927         * src/ldapserver.h
14928                 Sync ldap with HEAD
14929         (Fixes 546 LDAP completely broken)
14930
14931 2004-07-24 [colin]      0.9.12cvs33.18
14932
14933         * src/prefs_msg_colors.c
14934                 Fix prototype mismatch
14935         (Fixes 547 void function cannot return value)
14936
14937 2004-07-24 [colin]      0.9.12cvs33.17
14938
14939         * src/mainwindow.c
14940                 Fix sort going back to previous sort key
14941                 when changing sort direction
14942
14943 2004-07-24 [colin]      0.9.12cvs33.16
14944
14945         * src/compose.c
14946                 Fix space insertion when re-wrapping at 
14947                 cursor point
14948
14949 2004-07-24 [colin]      0.9.12cvs33.15
14950
14951         * src/gtk/gtkaspell.c
14952                 Don't change cursor position in insert-text
14953                 callback
14954         (Fixes 539 Word wrapping on input transposes letters)
14955
14956 2004-07-24 [colin]      0.9.12cvs33.14
14957
14958         * src/gtk/gtkaspell.c
14959                 Reencode non-ascii chars to dictionary's
14960                 encoding
14961         (Fixes 544 Spell check broken non english locale)
14962
14963 2004-07-24 [colin]      0.9.12cvs33.13
14964
14965         * src/summaryview.c
14966                 Fix Shift+Down, add Home/End/PgUp/PgDown
14967
14968 2004-07-21 [colin]      0.9.12cvs33.12
14969
14970         * src/prefs_common.c
14971                 Fix a gtk warning (Patch by Andrej Kacian)
14972
14973 2004-07-21 [colin]      0.9.12cvs33.11
14974
14975         * src/gtk/filesel.c
14976                 More check
14977
14978 2004-07-21 [colin]      0.9.12cvs33.10
14979
14980         * src/compose.c
14981         * src/crash.c
14982         * src/export.c
14983         * src/import.c
14984         * src/messageview.c
14985         * src/mimeview.c
14986         * src/prefs_spelling.c
14987         * src/prefs_themes.c
14988         * src/summaryview.c
14989         * src/gtk/filesel.c
14990         * src/gtk/filesel.h
14991         * src/gtk/pluginwindow.c
14992                 Untwist open/save mode guessing logic, make
14993                 it explicit
14994
14995 2004-07-20 [colin]      0.9.12cvs33.9
14996
14997         * src/codeconv.c
14998                 conv_encode_header: src_charset is UTF-8 on
14999                 gtk2
15000         * src/compose.c
15001                 Remove double encoding of the headers
15002
15003 2004-07-20 [colin]      0.9.12cvs33.8
15004
15005         * src/codeconv.c
15006                 Fix typo
15007
15008 2004-07-20 [colin]      0.9.12cvs33.7
15009
15010         * src/mainwindow.c
15011                 Set the separated messageview to the saved
15012                 size of Claws' messageview (Patch by Alfons)
15013                 Fix a callback prototype (me)
15014
15015 2004-07-20 [colin]      0.9.12cvs33.6
15016
15017         * src/codeconv.h
15018                 Forgot one hunk in 0.9.12cvs33.4
15019
15020 2004-07-19 [colin]      0.9.12cvs33.5
15021
15022         * src/action.c
15023                 Action output fix
15024                 Patch by Alfons
15025
15026 2004-07-19 [colin]      0.9.12cvs33.4
15027
15028         * src/compose.c
15029                 Fix outgoing charset bug in headers
15030         * src/codeconv.c
15031                 Clean for glib2 - Patch by Alfons
15032
15033 2004-07-19 [colin]      0.9.12cvs33.3
15034
15035         * src/statusbar.c
15036                 Remove grip from the statusbar
15037                 Patch by Alfons
15038
15039 2004-07-19 [colin]      0.9.12cvs33.2
15040
15041         * src/messageview.c
15042         * src/textview.c
15043                 Fix messageview remembering the previous
15044                 scroll position when loading a new message
15045                 Patch by Alfons
15046
15047 2004-07-19 [colin]      0.9.12cvs33.1
15048
15049         * src/folder.h
15050         * src/folderview.c
15051         * src/summaryview.c
15052                 Sync with HEAD
15053
15054 2004-07-18 [colin]      0.9.12cvs32.7
15055
15056         * configure.ac
15057                 Remove useless check for XIM - noticed
15058                 by Alfons
15059
15060 2004-07-18 [colin]      0.9.12cvs32.6
15061
15062         * src/summaryview.c
15063                 Remove non-modified and shift-modified
15064                 accelerators in summaryview's popup
15065                 menu, as that doesn't get catched by
15066                 the accel-activate signal catcher...
15067
15068 2004-07-18 [colin]      0.9.12cvs32.5
15069
15070         * src/prefs_common.c
15071                 Define sensible default prefs for 
15072                 wrapping
15073
15074 2004-07-18 [colin]      0.9.12cvs32.4
15075
15076         * src/compose.c
15077         * src/prefs_common.c
15078         * src/prefs_common.h
15079         * src/prefs_wrapping.c
15080                 Remove Smart Wrapping pref, which does
15081                 nothing on gtk2 branch
15082
15083 2004-07-18 [colin]      0.9.12cvs32.3
15084
15085         * src/sourcewindow.c
15086                 Proper utf8
15087
15088 2004-07-18 [colin]      0.9.12cvs32.2
15089
15090         * src/compose.c
15091                 Save attachment status when drafting
15092
15093 2004-07-18 [colin]      0.9.12cvs32.1
15094
15095         * src/gtk/filesel.c
15096                 Fix erratic folder selection in open mode
15097
15098 2004-07-18 [colin]      0.9.12cvs31.11
15099
15100         * src/pop.c
15101                 Don't let partial messages get deleted
15102                 even with "dowload all"
15103                 (0.9.12cvs31.8 fix extension)
15104 2004-07-18 [colin]      0.9.12cvs31.10
15105
15106         * src/gtk/logwindow.c
15107                 Fix log scrolling
15108
15109 2004-07-18 [colin]      0.9.12cvs31.9
15110
15111         * src/common/utils.c
15112                 Fix non-utf8 strings coming from commands
15113                 and files
15114
15115 2004-07-18 [colin]      0.9.12cvs31.8
15116
15117         * src/pop.c
15118                 Fix partial download bug with Download all
15119                 messages option
15120
15121 2004-07-18 [colin]      0.9.12cvs31.7
15122
15123         * src/textview.c
15124                 Fix bug introduced in 0.9.12cvs31.2
15125                 (blocked in select mode after double click)
15126
15127 2004-07-18 [colin]      0.9.12cvs31.6
15128
15129         * src/compose.c
15130         * src/gtk/menu.c
15131                 More glib-warning fixes
15132
15133 2004-07-18 [colin]      0.9.12cvs31.5
15134
15135         * src/compose.c
15136                 Fix trashing the primary clipboard when moving 
15137                 around with tab
15138         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15139
15140 2004-07-18 [colin]      0.9.12cvs31.4
15141
15142         * src/codeconv.c
15143                 convert unencoded iso headers to utf8
15144         (Fix Bug 538 Unencoded local characters in subject make it 
15145          disappear)
15146
15147 2004-07-18 [colin]      0.9.12cvs31.3
15148
15149         * src/compose.c
15150                 Fix tab char handling in wrapping
15151         (Fix Bug 537 Line wrap problem - TAB character treated as 
15152          one character instead of 8)
15153
15154 2004-07-18 [colin]      0.9.12cvs31.2
15155
15156         * src/textview.c
15157                 return FALSE on GDK_MOTION_NOTIFY
15158         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15159          (unable to highlight))
15160
15161 2004-07-18 [colin]      0.9.12cvs31.1
15162
15163         * src/folderview.c
15164                 Sync with 0.9.12cvs31
15165
15166 2004-07-18 [colin]      0.9.12cvs30.4
15167
15168         * src/compose.c
15169                 Also block text_inserted when inserting a file
15170
15171 2004-07-18 [colin]      0.9.12cvs30.3
15172
15173         * src/compose.c
15174                 Fix smart wrapping (block text_inserted handler
15175                 while putting quotation to avoid wrap on input,
15176                 don't join lines if next is sig separator)
15177
15178 2004-07-17 [colin]      0.9.12cvs30.2
15179
15180         * src/folderview.c
15181         * src/mainwindow.c
15182         * src/mimeview.c
15183         * src/summaryview.c
15184         * src/gtk/quicksearch.c
15185         * src/gtk/quicksearch.h
15186                 Block key events handlers *and* accels while
15187                 quicksearch is focused
15188         (Fixes Bug 534 quick-search bar not accepting certain letters)
15189
15190 2004-07-17 [colin]      0.9.12cvs30.1
15191
15192         * src/folder.h
15193         * src/folderview.c
15194         * src/summaryview.c
15195                 Sync with 0.9.12cvs30
15196
15197 2004-07-17 [colin]      0.9.12cvs28.2
15198
15199         * src/mimeview.c
15200         * src/procmime.c
15201         * src/summaryview.c
15202         * src/gtk/menu.c
15203                 Squash some compile and glib warnings
15204
15205 2004-07-17 [paul]       0.9.12cvs28.1
15206
15207         * src/mimeview.c
15208                 sync with 0.9.12cvs28 HEAD
15209
15210 2004-07-16 [paul]       0.9.12cvs26.1
15211         
15212         * src/gtk/quicksearch.c
15213         * src/account.c
15214         * src/account.h
15215         * src/compose.c
15216         * src/customheader.c
15217         * src/folder_item_prefs.c
15218         * src/main.c
15219         * src/mainwindow.c
15220         * src/messageview.c
15221         * src/mimeview.c
15222         * src/news.c
15223         * src/pgpmime.c
15224         * src/pop.c
15225         * src/pop.h
15226         * src/prefs_account.c
15227         * src/prefs_account.h
15228         * src/prefs_common.c
15229         * src/prefs_common.h
15230         * src/prefs_display_header.c
15231         * src/prefs_gtk.c
15232         * src/prefs_gtk.h
15233         * src/procheader.c
15234         * src/procmime.c
15235                 sync with 0.9.12cvs26 HEAD      
15236
15237 2004-07-15 [colin]      0.9.12cvs18.14
15238
15239         * src/folder.c
15240                 Disable GPG signature check during
15241                 folder move and scan
15242         (Closes Bug 521 Signature checking slows down Folder-Move)
15243
15244 2004-07-14 [colin]      0.9.12cvs18.13
15245
15246         * src/common/partial_download.c
15247                 update includes
15248
15249 2004-07-14 [colin]      0.9.12cvs18.12
15250
15251         * src/common/partial_download.c
15252         * src/common/partial_download.h
15253                 Move doc at top, add correct copyright
15254
15255 2004-07-14 [colin]      0.9.12cvs18.11
15256
15257         * src/folder.c
15258         * src/messageview.c
15259         * src/pop.c
15260         * src/pop.h
15261         * src/procmsg.c
15262         * src/summaryview.c
15263         * src/common/Makefile.am
15264         * src/common/partial_download.c ** NEW FILES **
15265         * src/common/partial_download.h ** NEW FILES **
15266                 Move partial-download related stuff to its
15267                 own file
15268
15269 2004-07-14 [colin]      0.9.12cvs18.10
15270
15271         * src/send_message.c
15272                 Fix smtp auth when user is null or empty
15273
15274 2004-07-13 [colin]      0.9.12cvs18.9
15275
15276         * src/gtk/quicksearch.c
15277                 Use alphabetic order
15278
15279 2004-07-13 [colin]      0.9.12cvs18.8
15280
15281         * src/pop.c
15282                 Be paranoid on the checks
15283
15284 2004-07-13 [colin]      0.9.12cvs18.7
15285
15286         * src/gtk/quicksearch.c
15287                 Fix Engrish once again
15288
15289 2004-07-13 [colin]      0.9.12cvs18.6
15290
15291         * src/procmsg.c
15292         * src/summaryview.c
15293                 Mark messages for deletion when they are about to
15294                 be removed from trash
15295
15296 2004-07-13 [colin]      0.9.12cvs18.5
15297
15298         * src/matcher.c
15299         * src/matcher.h
15300         * src/matcher_parser_parse.y
15301         * src/prefs_matcher.c
15302         * src/gtk/quicksearch.c
15303                 Add 'partial' ('p') match string to find partially
15304                 downloaded messages
15305
15306 2004-07-13 [colin]      0.9.12cvs18.4
15307
15308         * src/pop.c
15309                 Fix misplaced block
15310
15311 2004-07-13 [colin]      0.9.12cvs18.3
15312
15313         * src/pop.c
15314         * src/pop.h
15315         * src/messageview.c
15316                 Refactor API (to avoid passing 5+ params and code
15317                 duplication)
15318         * src/folder.c
15319         * src/msgcache.c
15320         * src/procheader.c
15321         * src/common/defs.h
15322                 Add planned_download to cache
15323                 Don't mess uidl file when moving partially downloaded
15324                 mails (they change folder, we should change it in the
15325                 uidl list too or we'll remove an incorrect message)
15326                 (this also helps removing hacks when changing 
15327                 planned_download in messageview.c)
15328
15329 2004-07-12 [colin]      0.9.12cvs18.2
15330
15331         * src/gtk/quicksearch.c
15332                 Fix missing status update in quicksearch
15333
15334 2004-07-12 [paul]       0.9.12cvs18.1
15335
15336         * po/POTFILES.in
15337         * src/Makefile.am
15338         * src/account.c
15339         * src/codeconv.c
15340         * src/compose.c
15341         * src/inc.c
15342         * src/main.c
15343         * src/prefs_common.c
15344         * src/procmsg.h
15345         * src/toolbar.c
15346         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15347         * src/prefs_wrapping.[ch]       ** NEW FILES **
15348         * src/common/intl.h
15349         * src/common/utils.[ch]
15350         * src/gtk/quicksearch.[ch]
15351                 sync with 0.9.12cvs18 HEAD
15352
15353 2004-07-12 [colin]      0.9.11cvs17.25
15354
15355         * src/folder.c
15356         * src/folder.h
15357                 Remove unused function added by me in 0.9.11cvs17.10
15358
15359 2004-07-11 [colin]      0.9.11cvs17.24
15360
15361         * src/inc.c
15362         * src/messageview.c
15363         * src/pop.c
15364         * src/pop.h
15365                 Use folderitem and msgnum instead of filename to
15366                 know which mail to delete
15367                 Move old partial mail deletion to pop.c
15368
15369 2004-07-10 [colin]      0.9.11cvs17.23
15370
15371         * src/inc.c
15372                 Add debug
15373         * src/pop.c
15374         * src/pop.h
15375                 Don't re-use same enums for unrelated stuff: it's 
15376                 completely misleading !
15377                 Document a bit
15378
15379 2004-07-09 [colin]      0.9.11cvs17.22
15380
15381         * src/inc.c
15382                 Remove folder-type check and do
15383                 more tests to be sure everything's
15384                 ok
15385         * src/messageview.c
15386                 Punctuation update, remove useless
15387                 code, fix two warnings
15388         * src/noticeview.c
15389                 Layout cleaning, reset 2nd button
15390                 when specifying one
15391
15392 2004-07-09 [colin]      0.9.11cvs17.21
15393
15394         * src/messageview.c
15395         * src/pop.c
15396         * src/pop.h
15397                 Allow user to change his mind
15398                 and postpone decision (by
15399                 unmarking the mail)
15400
15401 2004-07-09 [colin]      0.9.11cvs17.20
15402
15403         * src/messageview.c
15404                 Fix bug with delete state
15405         * src/pop.c
15406         * src/pop.h
15407                 Fix buffer leak (fread doesn't 
15408                 terminate buffers with \0)
15409                 Refactoring (remove magic 
15410                 numbers)
15411
15412 2004-07-09 [colin]      0.9.11cvs17.19
15413
15414         * src/pop.c
15415                 Don't log "Skipping message" if 
15416                 we're going to TOP it two lines
15417                 later
15418
15419 2004-07-09 [colin]      0.9.11cvs17.18
15420
15421         * src/messageview.c
15422                 Fix Engrish
15423
15424 2004-07-09 [colin]      0.9.11cvs17.17
15425
15426         * src/pop.c
15427                 strlen checking...
15428         * src/messageview.c
15429                 refactoring a bit
15430
15431 2004-07-08 [colin]      0.9.11cvs17.16
15432
15433         * src/noticeview.c
15434         * src/noticeview.h
15435                 Add an optional second button
15436         * src/messageview.c
15437         * src/pop.c
15438         * src/pop.h
15439                 Don't delete partially received mails after a certain
15440                 time; rather, let the user decide.
15441
15442 2004-07-08 [colin]      0.9.11cvs17.15
15443
15444         * src/common/smtp.h
15445                 Sync with HEAD
15446
15447 2004-07-08 [colin]      0.9.11cvs17.14
15448
15449         * src/messageview.c
15450         * src/common/smtp.c
15451                 Use to_human_readable() for sizes
15452
15453 2004-07-08 [colin]      0.9.11cvs17.13
15454
15455         * src/inc.c
15456         * src/messageview.c
15457         * src/pop.c
15458         * src/pop.h
15459         * src/procmsg.c
15460                 Fix partial-downloading issues:
15461                         catch unsupported TOP
15462                         don't delete partially downloaded mails before 5 days
15463                         don't update existing with non-MH folders; that'll
15464                         make dups, but it's better than trashing the folder
15465                         free new msginfo parts
15466                 Fix indentation ;-)
15467
15468 2004-07-08 [colin]      0.9.11cvs17.12
15469
15470         * src/common/smtp.c
15471         * src/common/smtp.h
15472                 Sync smtp size verification with HEAD
15473
15474 2004-07-08 [colin]      0.9.11cvs17.11
15475
15476         * src/summaryview.c
15477         * src/prefs_common.c
15478         * src/prefs_common.h
15479         * src/gtk/quicksearch.c
15480         * src/gtk/quicksearch.h
15481                 Sync sticky pref with HEAD
15482
15483 2004-07-08 [colin]      0.9.11cvs17.10
15484
15485         * src/folder.c [1.213.2.6]
15486         * src/folder.h [1.87.2.6]
15487         * src/inc.c [1.149.2.7]
15488         * src/messageview.c [1.94.2.8]
15489         * src/procheader.c [1.47.2.6]
15490         * src/procmsg.c [1.150.2.4]
15491         * src/procmsg.h [1.60.2.5]
15492         * src/pop.c [1.56.2.4]
15493         * src/pop.h [1.17.2.3]
15494                 Let too big messages get downloaded, but truncated
15495                 Add a button to download them completely
15496                 
15497 2004-07-06 [colin]      0.9.11cvs17.9
15498
15499         * src/gtk/quicksearch.c [1.1.2.3]
15500                 Add a Clear button
15501         * commitHelper
15502         * PATCHSETS
15503                 Add a script to help with cvs
15504
15505 2004-07-03 [colin]      0.9.11cvs17.8
15506
15507         * src/plugins/imageviewer/viewer.c
15508                 fix imageviewer (which was staying on the first
15509                 displayed image)
15510
15511 2004-07-03 [colin]      0.9.11cvs17.7
15512
15513         Removed FIXME_GTK2 warnings
15514         * src/gtk/gtkutils.c
15515                 useless #warnings
15516         * src/gtk/menu.c
15517                 useless #warnings (no need to mess with menu rc)
15518         * src/gtk/menu.h
15519                 unused functions
15520         
15521
15522 2004-07-03 [colin]      0.9.11cvs17.6
15523
15524         Removed FIXME_GTK2 warnings
15525         * src/codeconv.c
15526                 useless #warnings (rewrite needed)
15527         * src/compose.c
15528                 useless #warnings (rewrite needed)
15529                 useless #warnings (gtk2 is like that)
15530                 useless #warnings (previously fixed)
15531         * src/main.c
15532                 useless #warnings (previously fixed)
15533         * src/message_search.c
15534                 useless #warnings (gtk2 is like that)
15535                 Made apparent that search is case-sensitive
15536         * src/mimeview.c
15537                 useless #warnings (rewrite needed)
15538                 useless #warnings (gtk2 is like that)
15539                 reimplemented real warnings
15540         * src/prefs_common.c
15541                 Removed block cursor option (not it gtk2)
15542         * src/prefs_gtk.c
15543                 useless #warnings (rewrite needed)
15544         * src/procheader.c
15545                 useless #warnings (rewrite needed)
15546         * src/sourcewindow.c
15547                 useless #warnings (incorrect placing)
15548         * src/summary_search.c
15549                 useless #warnings (gtk2 is like that)
15550                 Made apparent that search is case-sensitive
15551         * src/action.c
15552                 useless #warnings (gtk2 is like that)
15553         * src/textview.c
15554                 useless #warnings (rewrite needed)
15555         * src/toolbar.c
15556                 useless #warnings (rewrite needed)
15557
15558 2004-07-03 [colin]      0.9.11cvs17.5
15559
15560         * src/textview.c
15561                 Fix mismerge which broke URI opening
15562                 
15563 2004-07-01 [colin]      0.9.11cvs17.4
15564
15565         * src/gtk/filesel.c
15566                 Fill filename when saving
15567                 
15568 2004-06-27 [colin]      0.9.11cvs17.3
15569
15570         * src/gtk/filesel.[ch]
15571                 Use the new GTK file selector
15572                 Update prototype to match the reality: multiple file
15573                 selection is open-only          
15574         * src/compose.c
15575                 Match the new prototypes        
15576         * configure.ac
15577                 Match the new requirements (gtk 2.4.0)
15578                         
15579 2004-06-26 [colin]      0.9.11cvs17.2
15580
15581         * src/plugins/trayicon/trayicon.c
15582                 Remove useless signal handler on resize, which causes
15583                 an infinite "loop"
15584         
15585 2004-06-26 [colin]      0.9.11cvs17.1
15586         
15587         * tools/Makefile.am
15588                 remove launch_firebird and add nautilus2sylpheed.sh
15589         * src/quicksearch.c
15590           src/summaryview.c
15591                 Fix show/hide "Extended symbols" button problem
15592                 Fix apparition at startup
15593                 Fix const warnings
15594         * src/plugins/image_viewer/Makefile.am
15595                 Fix configure 
15596         * common/ssl.c
15597                 Re-enable certificate check, as it doesn't seem to
15598                 cause Xlib errors anymore
15599
15600 2004-06-25 [paul]       0.9.11cvs17
15601
15602         * sync with 0.9.11cvs17 HEAD
15603         
15604         NOTE: QuickSearch is broken
15605
15606 2004-06-07 [colin]      0.9.10claws67.10
15607         * src/plugins/trayicon/trayicon.c
15608           src/plugins/trayicon/libeggtrayicon/Makefile.am
15609           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15610                 Fix gettextization in trayicon plugin
15611
15612 2004-06-07 [colin]      0.9.10claws67.9
15613         
15614         * src/summaryview.c
15615           src/gtk/gtksctree.[ch]
15616                 Let Shift+{Up,Down} work in summaryview
15617                 (well, Down "works" and Up works)
15618                 Let the list scroll when using these keys
15619
15620 2004-06-06 [colin]      0.9.10claws67.8
15621
15622         * src/plugins/trayicon/trayicon.c
15623                 Fix pixmap update
15624
15625 2004-06-06 [colin]      0.9.10claws67.7
15626
15627         * src/addressbook.c
15628                 Fix signal handling causing system-wide focus grab
15629
15630 2004-05-25 [paul]       0.9.10claws67.6
15631
15632         * Makefile.am
15633           src/Makefile.am
15634                 clean up
15635
15636 2004-05-25 [paul]       0.9.10claws67.5
15637
15638         * replace deprecated gtk_signal... functions
15639
15640 2004-05-23 [colin]      0.9.10claws67.4
15641
15642         * src/compose.c
15643                 Fix wrapping
15644
15645 2004-05-22 [colin]      0.9.10claws67.3
15646
15647         * src/compose.c
15648                 Re-fix [Edited] in compose.c::compose_reedit()
15649
15650 2004-05-22 [colin]      0.9.10claws67.2
15651
15652         * src/procmime.c
15653                 Fix parsing of multiparts mails
15654
15655 2004-05-22 [colin]      0.9.10claws67.1
15656
15657         * src/summaryview.c
15658                 Fix quicksearch
15659
15660 2004-05-22 [paul]       0.9.10claws67
15661
15662         * sync with 0.9.10claws67 HEAD
15663
15664 2004-05-14 [alfons]
15665
15666         * src/procmime.h
15667                 add forgotton prototype
15668
15669 2004-05-10 [paul]       0.9.10claws57
15670
15671         * sync with 0.9.10claws57 HEAD
15672
15673 2004-05-05 [paul]       0.9.9.claws1
15674
15675         * ChangeLog-gtk2        ** REMOVED **
15676           ChangeLog-gtk2.claws  ** ADDED **
15677                 rename and adopt the normal claws format
15678                 
15679         * configure.ac
15680                 require gtkmathview >= 0.5
15681
15682         * ac/*                          ** REMOVED **
15683           ac/                           ** REMOVED **
15684           intl/Makefile.in              ** REMOVED **
15685           m4/                           ** ADDED **
15686           m4/missing                    ** ADDED **
15687           m4/missing/gdk-pixbuf.m4      ** ADDED **
15688           m4/missing/gettext.m4         ** ADDED **
15689           m4/missing/gpgme.m4           ** ADDED **
15690           m4/missing/imlib.m4           ** ADDED **
15691           m4/.cvsignore                 ** ADDED **
15692           m4/Makefile.am                ** ADDED **
15693           m4/README                     ** ADDED **
15694           m4/aclocal-include.m4         ** ADDED **
15695           m4/aspell.m4                  ** ADDED **
15696           m4/check-type.m4              ** ADDED **
15697           m4/gnupg-check-typedef.m4     ** ADDED **
15698           m4/openssl.m4                 ** ADDED **
15699           m4/spamassassin.m4            ** ADDED **
15700           po/ChangeLog                  ** REMOVED **
15701           po/Makefile.in.in             ** REMOVED **
15702           po/Rules-quot                 ** REMOVED **
15703           po/boldquot.sed               ** REMOVED **
15704           po/en@boldquot.header         ** REMOVED **
15705           po/en@quot.header             ** REMOVED **
15706           po/insert-header.sin          ** REMOVED **
15707           po/quot.sed                   ** REMOVED **
15708           po/remove-potcdate.sed        ** REMOVED **
15709           po/remove-potcdate.sin        ** REMOVED **
15710           po/stamp-po                   ** REMOVED **
15711           Makefile.am
15712           autogen.sh
15713           configure.ac
15714                 enable building with automake 1.8.x
15715                 add 'autopoint --force' to autogen.sh and remove all
15716                 auto-generated files, remove ac/ directory and use
15717                 m4/ directory instead
15718                 
15719         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15720                 fix gettextization
15721
15722 2004-02-28 Colin Leroy <colin@colino.net>
15723         * src/prefs_matcher.c
15724           src/prefs_filtering.c
15725           src/prefs_filtering_action.c
15726                 Fix non-editable GtkEntries
15727
15728 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15729         * src/prefs_themes.c
15730                 utf8 conversion for theme info
15731
15732 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15733         * sync 0.9.9claws
15734
15735 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15736         * src/grouplistdialog.c
15737                 allow multiple selections without ctrl key
15738
15739 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15740         * src/main.c
15741                 enable customizable accelerators
15742
15743 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15744         * src/prefs_common.c
15745                 re-enable different font settings for gtk1/2
15746         * src/prefs_folder_item.c
15747                 fix folder prefs displayed wrong
15748         * src/textview.c
15749                 set 'sunken' shadow type
15750
15751 2004-02-07 Colin Leroy <colin@colino.net>
15752         * src/compose.c
15753                 Fix message being always [Edited]
15754                 Encode headers correctly (utf8 buf)
15755
15756 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15757         * src/socket.c
15758                 remove double g_source_attach()
15759                 (Thanks to Colin Leroy)
15760
15761 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15762         * src/gtk/gtksctree.c
15763                 Fix SSL certificate list not shown
15764         * src/mimeview.c
15765                 Fix clicks in mime tree
15766
15767 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15768         * src/common/socket.c
15769                 Fix SSL receive
15770         * src/compose.c
15771                 Fix clipboard menu hotkeys
15772
15773 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15774         * src/gtk/gtkaspell.[ch]
15775           src/compose.c
15776                 reimplement spellchecker
15777
15778 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15779         * src/gtk/filesel.c
15780                 crash when inserting file in compose window
15781                 (TODO: keep old selection on clicks)
15782         * src/main.c
15783                 use gtkrc-2.0 instead of gtkrc
15784
15785 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15786         * src/messageview.c
15787                 remove orphaned mimeview unref()
15788
15789 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15790         * src/grouplistdialog.c
15791                 expand nodes containing subscribed groups
15792
15793 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15794         * src/textview.c
15795                 textview: hide cursor, restore old click behaviour
15796
15797 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15798         * src/textview.c
15799                 variable names messed up
15800
15801 2004-01-17 Colin Leroy <colin@colino.net>
15802         * src/addr_compl.c
15803                 Fix completion address too thin
15804         * src/compose.c
15805                 Fix tab-to-subject behaviour
15806         * src/summaryview.c
15807                 Implement key up & down in summaryview
15808
15809 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15810
15811         * sync 098claws
15812
15813 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15814         * configure.ac
15815           Makefile.am
15816           doc/.cvsignore
15817           doc/Makefile.am
15818                 faq, man, manual moved to doc/
15819         * ac/aspell.m4
15820           ac/check-type.m4
15821           ac/gnupg-check-typedef.m4
15822           ac/openssl.m4
15823           ac/spamassassin.m4
15824           ac/missing/gdk-pixbuf.m4
15825           ac/missing/gpgme.m4
15826           ac/missing/imlib.m4
15827                 fix automake warnings
15828
15829 2003-12-06 Colin Leroy <colin@colino.net>
15830         * src/summaryview.c
15831                 Fix quicksearch
15832
15833 2003-12-05 Colin Leroy <colin@colino.net>
15834         * src/summaryview.c
15835                 Fix going to next unread folder
15836
15837 2003-12-05 Colin Leroy <colin@colino.net>
15838         * src/crash.c
15839                 Fix gtk2 compilation
15840         * src/session.c
15841                 Remove iotag source handler at disconnection
15842         * src/socket.[ch] 
15843                 Remove source handler when closing socket 
15844                 (fixes another seg)
15845
15846 2003-12-04 Colin Leroy <colin@colino.net>
15847         * src/compose.c
15848           src/prefs_account.c
15849           src/prefs_common.c
15850                 Fix some dropdown menus
15851
15852 2003-12-04 Colin Leroy <colin@colino.net>
15853         * src/compose.c
15854                 Fix event handlers on header fields
15855         * src/common/socket.c
15856           src/common/session.c
15857                 Fix segfault with callback (SSL)
15858                 Fix end of session 
15859
15860 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15861
15862         * Fix compile bug in src/compose.c
15863         * removed src/gtk/gtkstext.[ch]
15864
15865 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15866
15867         * Convert character set and escape "text" attributes in toolbar setting
15868         files.
15869         * Fixed bug in button-press-event handling.
15870
15871 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15872
15873         * Fixed bug in key-press-event handling.
15874
15875 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15876
15877         * Enabled to compile tray-icon plugin (Ad-hoc).
15878         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15879
15880 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15881
15882         * Enabled to compile on sylpheed-claws.
15883         (tray-icon plugin still cannot compile yet.)
15884
15885 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15886
15887         * Updated to 0.9.5.
15888
15889 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15890
15891         * Updated to 0.9.4.
15892         * Ported monitoring SSL mechanism to GSource of GLib2
15893         (I don't confirm it)
15894         * Added _gtk2 suffix to key name of font preference to avoid
15895         ovverwriting preference of Gtk+-1.2 version.
15896
15897 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15898
15899         * Updated to 0.9.2.
15900
15901 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15902
15903         * Updated to 0.9.1.
15904         * Translate po files into UTF-8 when execute autogen.sh.
15905
15906 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15907
15908         * Updated to 0.9.0.
15909
15910 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15911
15912         * Plugged GError related memory leaks.
15913
15914 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15915
15916         * Changed default size of fonts.
15917         * Enabled to set titile font size of warning dialog.
15918
15919 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15920
15921         * Embed a sylpheed icon into executable binary on Windows.
15922
15923 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15924
15925         * I forgot to traslate character set of element string in src/xml.c.
15926
15927 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15928
15929         * Fixed detecting bind_textdomain_codeset in configure.in.
15930         * The bug in which "Example" of "Date fromat" preference isn't displayed
15931         correctly has been fixed.
15932
15933 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15934
15935         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15936           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15937           glib-gettextize
15938           Removed intl directory.
15939           Translated po files into UTF-8.
15940           (Thanks! Ryuji Abe)
15941
15942 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15943
15944         * The bug which doesn't unscape string in xml.c has been fixed.
15945
15946 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15947
15948         * The bug which is failed to translate encoding of file name thorough
15949         file dialog has been fixed.
15950
15951 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15952
15953         * Modified to translate file names which is used in inporting/expoting
15954         mbox feature and "Save as" feature into locale encoding.
15955         * Translate file names into locale encoding when "Attache file" and
15956         "Insert file".
15957         * Force set G_BROKEN_FILENAMES environment variable.
15958         * Other minor fixes.
15959
15960 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15961
15962         * Modified to treat MH folder's name as locale encoding.
15963
15964 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15965
15966         * The bug which clash on switching candidates of auto completion of
15967         addresses, cannot use auto completion in Japanesse is fixed
15968         (Thanks! Tokunaga-san)¡¥
15969
15970 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15971
15972         * The bug which cannot switch key accelerator preference has been fixed
15973         (Thanks! smbd-san)¡¥
15974
15975 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15976
15977         * version 0.8.11-gtk2-20030314
15978
15979 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15980
15981         * The bug in which character set conversion of filtering messages has
15982         been fixed.(Thanks! COCOA-san).
15983
15984 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15985
15986         * Revived "Leave space on head" preference in "Message" category.
15987         * A bug which clash when put the cursor to end of buffer and execute
15988         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15989
15990 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15991
15992         * version 0.8.11-gtk2-20030312
15993
15994 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15995
15996         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15997         * Modified to use Pango's API directly for font preference.
15998         * Integrated GtkTextView of textview to one widget.
15999         * Set fonts of header title in textview by "header_title" tag.
16000         * Removed some deprecated codes.
16001
16002 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16003
16004         * Updated to 0.8.11.
16005         * Merged cygwin patch(Thanks! Sakai-san).
16006
16007 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16008
16009         * version 0.8.10-gtk2-20030309