2006-06-20 [colin] 2.3.0cvs25
[claws.git] / ChangeLog
1 2006-06-20 [colin]      2.3.0cvs25
2
3         * src/etpan/imap-thread.c
4                 Fix threshold (the append command is often > 32 bytes)
5
6 2006-06-19 [colin]      2.3.0cvs24
7
8         * src/imap.c
9         * src/etpan/imap-thread.c
10                 Workaround Rockliffe IMAP server bug: replace
11                 "x UID SEARCH (ANSWERED UID 1:*)" with
12                 "x UID SEARCH ANSWERED"
13                 (Rockliffe doesn't handle the parenthesis)
14
15 2006-06-19 [colin]      2.3.0cvs23
16
17         * src/compose.c
18         * src/imap.c
19         * src/etpan/imap-thread.c
20                 Probably fix bug #972 (Freezes when adding 
21                 an attachment to the message)
22         * src/common/defs.h
23                 Modernize Firefox cmd
24
25
26 2006-06-18 [colin]      2.3.0cvs22
27
28         * src/prefs_customheader.c
29                 Only allow correct filenames for various
30                 custom headers
31
32 2006-06-18 [colin]      2.3.0cvs21
33
34         * src/prefs_customheader.c
35                 Add a 'From File...' button in custom headers prefs, which
36                 try to do the right thing: 
37                 for normal headers, use file as plaintext,
38                 for X-Face, calls compface,
39                 for Face, encode to b64.
40
41 2006-06-17 [colin]      2.3.0cvs20
42
43         * src/mh.c
44                 Warning fix
45
46 2006-06-16 [colin]      2.3.0cvs19
47
48         * src/summaryview.c
49                 Recursive quicksearch: show message list
50                 in current folder, *then* search children
51                 in the background.
52
53 2006-06-16 [colin]      2.3.0cvs18
54
55         * src/main.c
56                 Instead of ignoring SIGPIPE, save caches
57                 when getting one. Will fix the fact that
58                 hot caches are out-of-date when logging 
59                 out of Xorg.
60         * src/compose.c
61         * src/prefs_compose_writing.c
62                 Only save text (not attachments) when 
63                 auto-saving to drafts
64         * src/unmime.c
65                 Always replace \n, \r and \t with spaces
66                 in headers
67         * manual/dist/html/Makefile.am
68         * manual/dist/pdf/Makefile.am
69         * manual/dist/ps/Makefile.am
70         * manual/dist/txt/Makefile.am
71         * manual/fr/dist/html/Makefile.am
72         * manual/fr/dist/pdf/Makefile.am
73         * manual/fr/dist/ps/Makefile.am
74         * manual/fr/dist/txt/Makefile.am
75         * manual/pl/dist/html/Makefile.am
76         * manual/pl/dist/pdf/Makefile.am
77         * manual/pl/dist/ps/Makefile.am
78         * manual/pl/dist/txt/Makefile.am
79                 Fix make clean removing pregenerated manuals
80
81
82 2006-06-16 [colin]      2.3.0cvs17
83
84         * src/plugins/pgpcore/sgpgme.c
85         * src/plugins/pgpmime/pgpmime.c
86         * src/plugins/pgpinline/pgpinline.c
87                 Better error reporting in setup_signers.
88                 Don't fallback to default key if specified
89                 key isn't found.
90                 Don't allow signing if more than one secret
91                 key matches the one specified in prefs.
92
93 2006-06-15 [colin]      2.3.0cvs16
94
95         * src/folderview.c
96                 Add "Send queue" in the folder's contextual
97                 menu
98         * src/compose.c
99         * src/messageview.c
100         * src/privacy.c
101         * src/privacy.h
102         * src/procmime.c
103         * src/procmsg.c
104         * src/plugins/pgpcore/passphrase.c
105         * src/plugins/pgpcore/sgpgme.c
106         * src/plugins/pgpinline/pgpinline.c
107         * src/plugins/pgpmime/pgpmime.c
108                 Better error reporting
109         * src/mbox.c
110                 Probably fix bug #971 (2.2.3 cannot read mail 
111                 from local mbox)
112
113
114 2006-06-15 [mones]      2.3.0cvs15
115
116         * tools/make.themes.project
117                 creates the themes project from the web page
118
119 2006-06-15 [colin]      2.3.0cvs14
120
121         * src/folder.c
122                 Better fix (avoid losing the folder if scan_tree 
123                 fails)
124
125 2006-06-15 [cleroy]     2.3.0cvs13
126
127         * src/folder.c
128                 Probably fix Bug #969 (crash on rebuilding 
129                 imap folder)
130
131 2006-06-14 [colin]      2.3.0cvs12
132
133         * manual/dtd/manual.xsl
134         * manual/sylpheed-claws-manual.xml
135         * manual/fr/sylpheed-claws-manual.xml
136         * manual/pl/sylpheed-claws-manual.xml
137                 Insert pagebreaks between sections
138
139 2006-06-14 [paul]       2.3.0cvs11
140
141         * configure.ac
142                 better fix than 2.3.0cvs10
143
144 2006-06-14 [paul]       2.3.0cvs10
145
146         * configure.ac
147                 fix setting of PACKAGE_DATA_DIR with newer autoconf
148                 (backwards compatible)
149
150 2006-06-13 [colin]      2.3.0cvs9
151
152         * src/messageview.c
153                 Fix sending of return receipt with the new queue folders
154
155 2006-06-13 [wwp]        2.3.0cvs8
156
157         * src/quote_fmt_lex.l
158                 fix wrong tokens returned in quote_fmt lexer, query not().
159
160 2006-06-13 [wwp]        2.3.0cvs7
161
162         * src/folder.c
163         * src/prefs_folder_item.c
164                 allow changing folder type even when folder is not a top-level one,
165                 thanks to Colin.
166
167 2006-06-12 [colin]      2.3.0cvs6
168
169         * src/folderview.c
170                 Fix double-ask of "Do you want to mark all
171                 as read"
172
173 2006-06-12 [colin]      2.3.0cvs5
174
175         * src/compose.c
176         * src/compose.h
177         * src/folder.c
178         * src/folder.h
179         * src/imap.c
180         * src/inc.c
181         * src/main.c
182         * src/messageview.c
183         * src/mh.c
184         * src/prefs_folder_item.c
185         * src/procheader.c
186         * src/procmime.c
187         * src/procmsg.c
188         * src/procmsg.h
189         * src/send_message.c
190         * src/summaryview.c
191         * src/toolbar.c
192                 Apply bug #964's patch (Queue and drafts aren't normal)
193                 The Drafts and Queue folder now contain RFC-822 files,
194                 allowing to move and copy mails from and to these 
195                 folders. Moving from Drafts to Queue will prepare the
196                 mail for sending (PGP signature, encryption, etc).
197                 This patch also rework sending errors handling to try
198                 to be more helpful.
199                 Also, allow redefining folder types via the GUI 
200                 (Folder type in its Properties)
201
202 2006-06-12 [colin]      2.3.0cvs4
203
204         * src/summaryview.c
205         * src/prefs_common.c
206         * src/prefs_common.h
207         * src/gedit-print.c
208                 Allow to define a specific print font - patch
209                 by Bernhard Walle <bernhard.walle@gmx.de>
210         * src/prefs_fonts.c
211         * manual/advanced.xml
212         * manual/fr/advanced.xml
213                 Add a hidden pref to allow deletion without
214                 confirmation
215
216 2006-06-12 [wwp]        2.3.0cvs3
217
218         * .cvsignore
219                 more files to ignore.
220
221 2006-06-12 [wwp]        2.3.0cvs2
222
223         * src/quote_fmt.c
224         * src/quote_fmt_lex.l
225         * src/quote_fmt_parse.y
226                 extend the quote_fmt parser (templates and quotes):
227                 - allow limited sub-expressions in |p{} and |f{} expressions,
228                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
229                 - implemented/fixed missing implementation of query_references and show_references,
230                 - completed, fixed contents and format of the symbols help dialog,
231                 - fix some compilation warnings.
232
233 2006-06-12 [wwp]        2.3.0cvs1
234
235         * manual/advanced.xml
236         * manual/fr/advanced.xml
237                 updates in the "templates" section of the manual (eng/fr):
238                  - be more precise (both versions)
239                  - completed to match the english reference (fr version)
240                  - touchups (both versions)
241
242 2006-06-12 [paul]       2.3.0
243
244         2.3.0 released
245
246 2006-06-12 [paul]       2.2.3cvs14
247
248         * po/ca.po
249         * po/cs.po
250         * po/de.po
251         * po/el.po
252         * po/fr.po
253         * po/it.po
254         * po/pt_BR.po
255         * po/sr.po
256         * po/zh_CN.po
257                 updated by Miquel Oliete, Tim, Stephan Sachse,
258                 Stavros Giannouris, Fabien Vantard, Andrea
259                 Spadaccini, Frederico Goncalves Guimaraes,
260                 Aleksandar Urosevic, and Ralgh Young
261
262 2006-06-12 [colin]      2.2.3cvs13
263
264         * src/mbox.c
265                 Add missing header
266
267 2006-06-11 [colin]      2.2.3cvs12
268
269         * src/msgcache.c
270                 Verify that g_malloc() succeeded
271
272 2006-06-11 [colin]      2.2.3cvs11
273
274         * src/wizard.c
275                 Add Face header to welcome mail
276
277 2006-06-10 [colin]      2.2.3cvs10
278
279         * src/textview.c
280                 Revert previous (Forgot it changes the
281                 margin on the whole mail)
282
283 2006-06-10 [colin]      2.2.3cvs9
284
285         * src/textview.c
286                 Don't overlap long headers under (X-)Face
287
288 2006-06-10 [mones]      2.2.3cvs8
289
290         * manual/xml2pdf
291                 allow generation of manual on systems lacking saxon binary
292                 but with java and the saxon library installed
293
294         * po/es.po
295                 updated for release
296
297 2006-06-09 [colin]      2.2.3cvs7
298
299         * src/summaryview.c
300                 Fix leak when using Display Sender using Addressbook
301
302 2006-06-09 [colin]      2.2.3cvs6
303
304         * src/compose.c
305         * src/folder.c
306         * src/folderview.c
307         * src/mimeview.c
308         * src/summaryview.c
309                 More leaks fixes
310
311 2006-06-09 [paul]       2.2.3cvs5
312
313         * AUTHORS
314         * src/gtk/authors.h
315         * tools/claws.i18n.status.pl
316                 updated with new info
317
318 2006-06-09 [paul]       2.2.3cvs4
319
320         * README
321                 updated
322         * manual/ack.xml
323                 add wwp to authors list
324         * src/gtk/authors.h
325                 update mine and Colin's addresses
326
327 2006-06-08 [colin]      2.2.3cvs3
328
329         * src/etpan/imap-thread.c
330                 Fix leak on SSL cert check
331
332 2006-06-08 [colin]      2.2.3cvs2
333
334         * src/common/utils.c
335                 Fix leak
336
337 2006-06-08 [paul]       2.2.3cvs1
338
339         * configure.ac
340                 Update version number following
341                 stable release
342
343 2006-06-07 [colin]      2.2.2cvs3
344
345         * src/msgcache.c
346                 Fix catching cache read errors (guint instead of gint)
347                 Prevent malloc'ing more than 8MB (means cache corruption)
348
349 2006-06-07 [paul]       2.2.2cvs2
350
351         * src/exporthtml.c
352         * src/exportldif.c
353         * src/mh.c
354         * src/mutt.c
355         * src/pine.c
356         * src/common/utils.c
357                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
358                 obey $HOME'
359                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
360                 Thanks to Colin
361
362 2006-06-06 [paul]       2.2.2cvs1
363
364         * configure.ac
365                 Update version number following
366                 stable release
367
368 2006-06-06 [paul]       2.2.1cvs6
369
370         * src/matcher.c
371                 fix  implicit declaration of
372                 sylpheed_do_idle()
373                 Patch by Fabien Vantard
374
375 2006-06-06 [paul]       2.2.1cvs5
376
377         * src/matcher.c
378                 fix age_greater and age_lower so that they
379                 mean what say and not '...or equal to'
380                 Thanks to Colin
381
382 2006-06-06 [paul]       2.2.1cvs4
383
384         * src/textview.c
385         * src/common/utils.c
386                 fix URI check
387                 Thanks to Colin
388
389 2006-06-05 [wwp]        2.2.1cvs3
390
391         * manual/fr/account.xml
392                 minor language fixes (thanks to Fabien Vantard).
393
394 2006-06-05 [colin]      2.2.1cvs2
395
396         * src/prefs_folder_item.c
397         * src/folderview.c
398                 Allow recursive setting of properties 
399                 for whole mailboxes
400         * src/matcher.c
401                 Don't freeze on 'test' filtering rule
402
403 2006-06-05 [colin]      2.2.1cvs1
404
405         * configure.ac
406                 Update version number following
407                 stable release
408
409 2006-06-04 [wwp]        2.2.0cvs82
410
411         * manual/glossary.xml
412         * manual/account.xml
413         * manual/fr/glossary.xml
414         * manual/fr/account.xml
415                 added glossary section and references/links related to the Face custom header.
416
417 2006-06-04 [colin]      2.2.0cvs81
418
419         * src/summaryview.c
420                 Skip to next message on move with no
421                 immediate execution
422
423 2006-06-04 [wwp]        2.2.0cvs80
424
425         * manual/xml2pdf
426                 added sanity checks, exit when needed.
427
428 2006-06-03 [paul]       2.2.0cvs79
429
430         * src/prefs_receive.c
431                 page name is now 'Receiving'
432         * src/prefs_send.c
433                 page name is now 'Sending'
434
435 2006-06-03 [colin]      2.2.0cvs78
436
437         * src/plugins/spamassassin/spamassassin_gtk.c
438                 Autoswitch to Localhost if transport was previously
439                 disabled. Else people had to check [] Enable, then
440                 *reselect* transport.
441
442 2006-06-03 [colin]      2.2.0cvs77
443
444         * src/plugins/pgpinline/pgpinline.c
445         * src/plugins/pgpmime/pgpmime.c
446                 Check that gpg_data_release_and_get_mem 
447                 didn't fail (now, why this happens...)
448
449 2006-06-03 [colin]      2.2.0cvs76
450
451         * src/mbox.c
452                 Fix bug #962 (Manual and/or UI should 
453                 warn about incompatible locking 
454                 causing dataloss)
455
456 2006-06-02 [cleroy]     2.2.0cvs75
457
458         * src/filtering.c
459         * src/folder.c
460         * src/procmsg.c
461         * src/summaryview.c
462                 Fix a few leaks
463
464 2006-06-02 [colin]      2.2.0cvs74
465
466         * src/main.c
467                 On exit, free caches after writing them
468                 Shuts up some valgrind false positives
469         * src/procmsg.c
470         * src/send_message.c
471                 Fix races when reusing existing SMTP connections
472                 Fix inexistant session timeout
473         * src/toolbar.c
474                 Display alertpanel after all queues have
475                 been processed, not after each
476
477 2006-06-02 [wwp]        2.2.0cvs73
478
479         * manual/fr/glossary.xml
480         * manual/fr/ack.xml
481         * manual/ack.xml
482                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
483
484 2006-06-02 [wwp]        2.2.0cvs72
485
486         * manual/xml2pdf
487         * manual/dist/pdf/Makefile.am
488         * manual/dtd/manual.xsl
489         * manual/fr/dist/pdf/Makefile.am
490         * manual/pl/dist/pdf/Makefile.am
491                 we changed the procedure to generate the .pdf version of the manual.
492                 The procedure is more modern and the .pdf we get now has a valid index.
493                 Here are the new pre-requisites:
494
495                 - JRE 1.x (1.4 here): there must be one from your distro
496                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
497                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
498                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
499
500                 See my posts for further info about the installation of this toolchain:
501
502                 Date: Fri, 19 May 2006 19:40:06 +0200
503                 From: wwp <subscript@free.fr>
504                 To: sylpheed-claws-devel@lists.sourceforge.net
505                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
506
507                 and
508
509                 Date: Wed, 24 May 2006 12:58:49 +0200
510                 From: wwp <subscript@free.fr>
511                 To: sylpheed-claws-devel@lists.sourceforge.net
512                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
513
514 2006-06-01 [colin]      2.2.0cvs71
515
516         * src/compose.c
517                 Better guards against IMAP races
518         * src/main.c
519         * src/prefs_common.c
520         * src/prefs_common.h
521         * src/common/ssl_certificate.c
522         * src/etpan/imap-thread.c
523         * src/etpan/imap-thread.h
524         * src/gtk/sslcertwindow.c
525                 New hidden option ssl_skip_cert_check to 
526                 avoid dups of bug #959 (libetpan linked
527                 against gnutls and gnutls buggy on 64bit)
528                 Present expired warning only once per
529                 session/server.
530         * manual/advanced.xml
531         * manual/fr/advanced.xml
532                 Document new option
533
534 2006-06-01 [wwp]        2.2.0cvs70
535
536         * src/messageview.c
537                 fix for bug #961 (return receipt dialog 
538                 complains incorrectly about return-path 
539                 email adress being different), thanks 
540                 to Colin.
541
542 2006-05-31 [cleroy]     2.2.0cvs69
543
544         * src/common/ssl.c
545                 Guard against NULLs, although this
546                 should never be an issue
547
548 2006-05-31 [colin]      2.2.0cvs68
549
550         * src/filtering.c
551                 Use g_slist_prepend
552         * src/imap.c
553                 Don't remove caches when destroying folder, it
554                 could (should) be done at exit
555         * src/inc.c
556                 free processing cache after incorporation
557         * src/etpan/imap-thread.c
558                 Maybe fix bug #959 (Crash on moving to emails 
559                 to a imap account per ssl with a expired 
560                 certificate.)
561
562 2006-05-30 [colin]      2.2.0cvs67
563
564         * src/summaryview.c
565                 Put back event flush when displaying message
566                 It avoids reading a bunch of messages just
567                 by hitting shift-n for too long ;)
568
569 2006-05-29 [colin]      2.2.0cvs66
570
571         * src/summaryview.c
572                 Remove useless g_warnings
573
574 2006-05-29 [colin]      2.2.0cvs65
575
576         * src/imap.c
577                 Fix g_slist_append()s for performance
578
579 2006-05-29 [colin]      2.2.0cvs64
580
581         * src/compose.c
582         * src/common/utils.c
583                 Fix extraneous tab at start of addresses
584         * src/mainwindow.c
585                 Fix warnings (thanks to Fabien)
586                 Fix crash at exit when composing messages 
587                 exist
588         * src/pop.c
589                 Fix progress bar when deleting expired mails
590                 Thanks to Hiro
591         * src/summaryview.c
592         * src/gtk/gtksctree.c
593                 Fix re-sorting slowness
594
595 2006-05-29 [paul]       2.2.0cvs63
596
597         * src/mh.c
598                 fetch full message when moving mails
599                 from another mailbox, (fixed data loss
600                 when filtering from IMAP to MH, introduced
601                 in 2.2.0cvs57).
602                 Thanks to Colin
603
604 2006-05-29 [mones]      2.2.0cvs62
605
606         * src/gtk/gtksctree.c
607                 Unselect faster (patch by Colin)        
608
609 2006-05-26 [colin]      2.2.0cvs61
610
611         * src/summaryview.c
612                 Unplug MSGINFO_UPDATE callback on delete too.
613
614 2006-05-26 [colin]      2.2.0cvs60
615
616         * src/foldersel.c
617                 Fix bold in folder selection window with glib2.10
618                 thanks Hiro
619
620 2006-05-26 [colin]      2.2.0cvs59
621
622         * src/procheader.c
623                 Convert date only if necessary (and don't
624                 try to convert from utf8 to utf8, too)
625         * src/summaryview.c
626                 Only set column's text if the column's 
627                 displayed
628
629 2006-05-26 [colin]      2.2.0cvs58
630
631         * src/summaryview.c
632         * src/gtk/gtkutils.c
633                 Fix useless warning
634
635 2006-05-26 [colin]      2.2.0cvs57
636
637         * src/mainwindow.c
638                 Make summaryview selectable as long as 
639                 no message has focus
640         * src/mh.c
641                 Faster deletion (by implementing mh_remove_msgs)
642                 Faster copy (avoid using mh_fetch_msg just to get
643                 the filename)
644                 Faster move (using move_file instead of copy_file
645                 if MSG_IS_MOVE)
646                 No progressbar if total number of mails to cp/mv 
647                 is less than 100
648         * src/summaryview.c
649                 Fix removal from subject_table when mail gets moved
650                 Faster deletion (g_slist_prepend instead of append)
651         * src/gtk/gtksctree.c
652                 Remove useless code
653
654 2006-05-25 [colin]      2.2.0cvs56
655
656         * src/common/ssl_certificate.c
657                 Fix leak in expired cert check
658
659 2006-05-25 [colin]      2.2.0cvs55
660
661         * src/mh.c
662                 Disable flags syncing on .mh_sequences - it
663                 is buggy and marks mails read under unknown
664                 conditions.
665
666 2006-05-25 [paul]
667
668         * 2.3.0-rc4 released
669
670 2006-05-24 [colin]      2.2.0cvs54
671
672         attention cvs users: if you manage to crash
673         Sylpheed-Claws while moving, copying or deleting
674         mails, we *are* interested in stack traces and
675         valgrind logs. It looks stable, but one never
676         knows...
677
678         * src/folder.c
679                 Add progressbar for cache updates
680         * src/folderutils.c
681                 Optimize Mark all read in the current
682                 folder
683         * src/mh.c
684                 Add progressbar for copy/move
685         * src/procmsg.c
686                 Optimize O(n^2) in copy/move
687         * src/summaryview.c
688         * src/gtk/gtksctree.c
689                 Optimize O(n^2) algos
690         * src/common/timing.h
691                 Display ms instead of us
692
693 2006-05-24 [wwp]        2.2.0cvs53
694
695         * manual/fr/advanced.xml
696                 updates to the French manual.
697
698 2006-05-24 [wwp]        2.2.0cvs52
699
700         * src/common/utils.c
701                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
702
703 2006-05-24 [wwp]        2.2.0cvs51
704
705         * src/folderutils.c
706                 fixed "mark all read" in MH folders (thanks to Colin).
707
708 2006-05-24 [paul]       2.2.0cvs50
709
710         * doc/man/sylpheed-claws.1
711                 updated the man page
712
713 2006-05-23 [colin]      2.2.0cvs49
714
715         * src/folderview.c
716         * src/imap.c
717         * src/inc.c
718         * src/mbox.c
719         * src/messageview.c
720         * src/news.c
721         * src/send_message.c
722         * src/summaryview.c
723         * src/gtk/sslcertwindow.c
724                 alertpanel fixes, by Fabien
725
726 2006-05-23 [colin]      2.2.0cvs48
727
728         * src/folder.c
729         * src/folderview.c
730         * src/msgcache.c
731         * src/summaryview.c
732         * src/gtk/gtksctree.c
733         * src/gtk/gtksctree.h
734                 More timings
735                 Fix slow loading problem, which was caused by the
736                 use of some gtk_ctree funcs and their use of
737                 g_list_position while gtk_ctree_(un)link'ing.
738                 Reap more functions from gtkctree.c to be sure we
739                 use our (fast) version instead of theirs.
740         * src/mh.c
741                 Fix copy of unread mails
742
743
744 2006-05-22 [wwp]        2.2.0cvs47
745
746         * manual/fr/advanced.xml
747                 updated.
748
749 2006-05-22 [colin]      2.2.0cvs46
750
751         * src/filtering.c
752                 Fix possible infinite loop. 'copy' is not a 
753                 final action, so when encountering a 'copy',
754                 we have to check if a previous one was set
755                 and do it. In the same way, if we encounter
756                 a 'move' we have to perform a possibly 
757                 pending 'copy'. This will slow down filtering
758                 on IMAP if move+copy or multiple copy actions
759                 are to be done, but handling it via the batch
760                 would be really too convoluted.
761
762 2006-05-22 [wwp]        2.2.0cvs45
763
764         * manual/fr/advanced.xml
765         * manual/fr/faq.xml
766         * manual/fr/glossary.xml
767         * manual/fr/handling.xml
768         * manual/fr/intro.xml
769         * manual/fr/plugins.xml
770         * manual/fr/sylpheed-claws-manual.xml
771                 sync w/ the english manual: updates URIs, documented mailing-list
772                 support, better explanation about the enabled/disabled feature
773                 in filtering/processing rules by Paul.
774
775 2006-05-21 [colin]      2.2.0cvs44
776
777         * src/summaryview.c
778                 Don't expand after building threads, but during
779
780 2006-05-21 [colin]      2.2.0cvs43
781
782         * src/procmsg.c
783         * src/summaryview.c
784                 More timing possibilities... For next time I have 
785                 to find out how the hell some 3GHz computer takes
786                 one minute to open a 30k folder...
787
788 2006-05-21 [colin]      2.2.0cvs42
789
790         * manual/pl/advanced.xml
791         * manual/pl/faq.xml
792         * manual/pl/glossary.xml
793         * manual/pl/handling.xml
794         * manual/pl/intro.xml
795         * manual/pl/plugins.xml
796         * manual/pl/sylpheed-claws-manual.xml
797                 Polish manual updated by Pawel
798
799 2006-05-20 [colin]
800
801         * 2.3.0-rc3 released
802
803 2006-05-20 [colin]      2.2.0cvs41
804
805         * src/imap.c
806                 Fix -rc2 problems:
807                 - remove cache of moved messages from original folder
808                 - apply new flags to messages even if they aren't appliable
809                   via IMAP.
810
811 2006-05-20 [colin]
812
813         * 2.3.0-rc2 released
814
815 2006-05-19 [colin]      2.2.0cvs40
816
817         * src/imap.c
818                 Don't issue SELECT in imap_change_flags
819                 before having checked that we indeed have
820                 some flags to change. MSG_POSTFILTERED for
821                 example can't be used on IMAP.
822                 Fixes bug #955 (copying messages between 
823                 imap folders is extremely slow), which was
824                 a regression.
825
826 2006-05-19 [colin]      2.2.0cvs39
827
828         * src/folder.c
829         * src/folder.h
830         * src/folderview.c
831                 Try to fix bug #830 (Some unread messages 
832                 get marked read in IMAP inbox):
833                 - Prevent scanning a folder if it's being 
834                   opened via the GUI
835                 - Postpone opening via the GUI of a folder
836                   currently scanned.
837
838
839 2006-05-19 [wwp]        2.2.0cvs38
840
841         * manual/advanced.xml
842                 fix English+typo (thanks to Paul).
843
844 2006-05-19 [wwp]        2.2.0cvs37
845
846         * manual/advanced.xml
847         * manual/fr/advanced.xml
848         * src/gtk/logwindow.c
849         * src/prefs_common.c
850         * src/prefs_common.h
851                 added hidden prefs to allow customization of colors used in
852                 protocol log window (useful for dark gtk+ themes).
853
854 2006-05-19 [wwp]        2.2.0cvs36
855
856         * ChangeLog
857                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
858
859 2006-05-19 [paul]       2.2.0cvs35
860
861         * src/textview.c
862                 make Reply-To fully clickable
863         * src/gtk/logwindow.c
864                 more colouring (SMTP ESMTP)
865         Both patches by Pawel Pekala
866
867 2006-05-19 [cleroy]     2.2.0cvs34
868
869         * src/mh.c
870                 Don't update flags from current folder
871                 Probably fixes bug #935 (Read Messages 
872                 Revert to Being Marked as Unread)
873
874 2006-05-18 [colin]      2.2.0cvs33
875
876         * src/imap.c
877                 Warning fix
878         * src/compose.c
879         * src/mainwindow.c
880         * src/summaryview.c
881         * src/toolbar.c
882                 Allow replying to multiple emails
883                 in multiple windows
884         * src/mimeview.c
885         * src/etpan/imap-thread.c
886                 Leak fixes
887
888 2006-05-18 [paul]       2.2.0cvs32
889
890         * src/summaryview.c
891                 keep Mailing-List menu refreshed
892                 Thanks to Colin
893
894 2006-05-18 [paul]       2.2.0cvs31
895
896         * manual/advanced.xml
897         * manual/faq.xml
898         * manual/glossary.xml
899         * manual/handling.xml
900         * manual/intro.xml
901         * manual/plugins.xml
902         * manual/sylpheed-claws-manual.xml
903                 update URLs
904                 add info about mailing-list support
905                 edit filtering info
906         * src/wizard.c
907         * src/common/defs.h
908         * src/gtk/about.c
909         * src/plugins/dillo_viewer/README
910                 update URLs
911
912 2006-05-17 [wwp]        2.2.0cvs30
913
914         * manual/handling.xml
915         * manual/fr/handling.xml
916                 documented the ability to enabled/disable filtering/processing rules.
917
918 2006-05-17 [colin]      2.2.0cvs29
919
920         * src/main.c
921                 Don't initialize g_thread subsystem if it's 
922                 already done (thanks to Hiro)
923         * src/mimeview.c
924                 Fix saving of parts when there name can't be
925                 converted from UTF-8.
926
927 2006-05-17 [paul]       2.2.0cvs28
928
929         * po/Makefile.in.in
930                 fix config.status warning with autoconf 2.60
931
932 2006-05-17 [paul]       2.2.0cvs27
933
934         * po/POTFILES.in
935                 add src/mbox.c
936
937 2006-05-17 [wwp]        2.2.0cvs26
938
939         * src/mainwindow.c
940                 fix useless and potentially dangerous buffer walking (thanks to Colin).
941
942 2006-05-17 [wwp]        2.2.0cvs25
943
944         * src/plugins/demo/demo.c
945                 updated product name in plugin demo (many plugins need to be
946                 sync'ed w/ that change).
947
948 2006-05-17 [colin]      2.2.0cvs24
949
950         * src/mh.c
951                 Fix leak
952
953 2006-05-16 [colin]      2.2.0cvs23
954
955         * src/mainwindow.c
956                 Stupid me hit again. Fix cvs22.
957
958 2006-05-16 [colin]      2.2.0cvs22
959
960         * src/mainwindow.c
961                 Fix bug #922 (sylpheed-claws crashed after 
962                 pushing on Inbox folder)
963
964 2006-05-16 [colin]      2.2.0cvs21
965
966         * src/compose.c
967                 Make From header be copy/paste/select-able
968
969 2006-05-16 [wwp]        2.2.0cvs20
970
971         * src/export.c
972         * src/matcher.c
973         * src/summaryview.c
974         * src/etpan/imap-thread.c
975                 fix some compiler warnings (thanks to Colin).
976
977 2006-05-16 [wwp]        2.2.0cvs19
978
979         * src/action.c
980         * src/gedit-print.c
981         * src/inc.c
982         * src/mainwindow.c
983         * src/mh.c
984         * src/statusbar.c
985         * src/send_message.c
986         * src/summaryview.c
987                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
988
989 2006-05-15 [colin]      2.2.0cvs18
990
991         * src/procmsg.c
992                 Fix automatic rule creation with List-Post
993
994 2006-05-15 [paul]       2.2.0cvs17
995
996         * tools/filter_conv_new.pl
997                 updated for rule enabling/disabling
998                 claws version >= 2.3.x required
999
1000 2006-05-15 [cleroy]     2.2.0cvs16
1001
1002         * src/main.c
1003                 Revert test
1004
1005 2006-05-15 [cleroy]     2.2.0cvs15
1006
1007         * src/main.c
1008                 test
1009
1010 2006-05-15 [wwp]        2.2.0cvs14
1011
1012         * manual/pl/.cvsignore
1013                 ignore generated files.
1014
1015 2006-05-14 [wwp]        2.3.0-rc1
1016
1017         * 2.3.0-rc1 released
1018
1019 2006-05-13 [wwp]        2.2.0cvs13
1020
1021         * src/filtering.c
1022         * src/filtering.h
1023         * src/matcher.c
1024         * src/matcher_parser_lex.l
1025         * src/matcher_parser_parse.y
1026         * src/prefs_filtering.c
1027                 new feature: provide the ability to disable filtering and processing
1028                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1029                 adaptations.
1030
1031 2006-05-13 [colin]      2.2.0cvs12
1032
1033         * src/compose.c
1034                 Remove useless if (a) b; else b;
1035                 Thanks to wwp
1036
1037 2006-05-13 [wwp]        2.2.0cvs11
1038
1039         * src/export.c
1040         * src/import.c
1041         * src/mainwindow.c
1042         * src/mbox.c
1043         * src/summaryview.c
1044         * src/summaryview.h
1045                 no more silent failures (or at least less ones) when importing
1046                 or exporting from/to mbox. Also start importing/exporting if
1047                 the necessary info is set.
1048
1049 2006-05-13 [wwp]        2.2.0cvs10
1050
1051         * RELEASE_NOTES
1052                 restored up-to-date release notes.
1053
1054 2006-05-13 [paul]       2.2.0cvs9
1055
1056         * po/nl.po
1057         * po/ru.po
1058                 updated by Tim Dijkstra and Pavlo Bohmat
1059
1060 2006-05-12 [colin]      2.2.0cvs8
1061
1062         * src/gtk/quicksearch.c
1063                 Add "k" as shortcut for "colorlabel". Patch
1064                 by ath42@users.sf.net.
1065
1066 2006-05-12 [paul]       2.2.0cvs7
1067
1068         * src/prefs_common.h
1069         * src/prefs_summaries.c
1070         * src/summaryview.c
1071                 when entering a folder also allow
1072                 going directly to first Marked message
1073
1074 2006-05-12 [paul]       2.2.0cvs6
1075
1076         * src/summaryview.c
1077                 always obey 'confirm before marking all
1078                 mails read' option
1079
1080 2006-05-12 [paul]       2.2.0cvs5
1081
1082         * src/textview.c
1083                 make Sender fully clickable
1084
1085 2006-05-12 [colin]      2.2.0cvs4
1086
1087         * src/compose.c
1088         * src/compose.h
1089                 Let From be editable
1090         * src/main.c
1091         * src/mh.c
1092                 Full support of .mh_sequences' Unseen seq
1093
1094 2006-05-12 [colin]      2.2.0cvs3
1095
1096         * src/folder.c
1097         * src/mainwindow.c
1098         * src/mainwindow.h
1099         * src/messageview.c
1100         * src/prefs_spelling.c
1101         * src/procheader.c
1102         * src/procmsg.c
1103         * src/procmsg.h
1104         * src/summaryview.c
1105         * src/toolbar.c
1106         * src/toolbar.h
1107                 Add contextual menu on Compose toolbar
1108                 button. Fixes bug #944 (Automatic
1109                 addresses not applied when changing account
1110                 from compose window)
1111                 add Mailing List support
1112                 based on the old 0.6.5claws25 patch by
1113                 Melvin Hadasht, with finishing touches
1114                 by Colin
1115                 Fix "ignore thread" when mails are threaded by
1116                 subject (and weren't ignored although appearing
1117                 in the thread).
1118                 GUI rework.
1119                 Both patches by Pawel.
1120
1121 2006-05-08 [paul]       2.2.0cvs2
1122
1123         * src/mainwindow.c
1124         * src/mainwindow.h
1125         * src/messageview.c
1126         * src/procheader.c
1127         * src/procmsg.c
1128         * src/procmsg.h
1129         * src/summaryview.c
1130                 add Mailing List support
1131                 based on the old 0.6.5claws25 patch by 
1132                 Melvin Hadasht, with finishing touches
1133                 by Colin
1134
1135 2006-05-08 [colin]      2.2.0cvs1
1136
1137         * src/mainwindow.c
1138         * src/toolbar.c
1139         * src/toolbar.h
1140                 Add contextual menu on Compose toolbar 
1141                 button. Fixes bug #944 (Automatic 
1142                 addresses not applied when changing account 
1143                 from compose window)
1144
1145 2006-05-08 [paul]       2.2.0
1146
1147         2.2.0 released
1148
1149 2006-05-08 [paul]       2.1.1cvs51
1150
1151         * po/cs.po
1152         * po/de.po
1153         * po/en_GB.po
1154         * po/fi.po
1155         * po/fr.po
1156         * po/pt_BR.po
1157         * po/sr.po
1158         * po/zh_CN.po
1159                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1160                 Fabien Vantard, Frederico Goncalves Guimaraes,
1161                 Aleksandar Urosevic, and Ralgh Young
1162
1163 2006-05-12 [colin]      2.1.1cvs50
1164
1165         * po/cs.po
1166         * po/de.po
1167         * po/en_GB.po
1168         * po/es.po
1169         * po/fi.po
1170         * po/fr.po
1171         * po/pt_BR.po
1172         * po/sr.po
1173         * po/zh_CN.po
1174                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1175                 Fabien Vantard, Frederico Goncalves Guimaraes,
1176                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1177
1178 2006-05-05 [colin]      2.1.1cvs49
1179
1180         * manual/Makefile.am
1181         * manual/pl/Makefile.am
1182         * manual/pl/account.xml
1183         * manual/pl/ack.xml
1184         * manual/pl/addrbook.xml
1185         * manual/pl/advanced.xml
1186         * manual/pl/faq.xml
1187         * manual/pl/glossary.xml
1188         * manual/pl/gpl.xml
1189         * manual/pl/handling.xml
1190         * manual/pl/intro.xml
1191         * manual/pl/keyboard.xml
1192         * manual/pl/plugins.xml
1193         * manual/pl/starting.xml
1194         * manual/pl/sylpheed-claws-manual.xml
1195         * manual/pl/dist/.cvsignore
1196         * manual/pl/dist/Makefile.am
1197         * manual/pl/dist/html/.cvsignore
1198         * manual/pl/dist/html/Makefile.am
1199         * manual/pl/dist/pdf/.cvsignore
1200         * manual/pl/dist/pdf/Makefile.am
1201         * manual/pl/dist/ps/.cvsignore
1202         * manual/pl/dist/ps/Makefile.am
1203         * manual/pl/dist/txt/.cvsignore
1204         * manual/pl/dist/txt/Makefile.am
1205                 Add the polish translation of the manual,
1206                 Authored by Pawel Pekala.
1207
1208 2006-05-05 [cleroy]     2.1.1cvs48
1209
1210         * src/main.c
1211                 Re-read matcherrc after loading plugins 
1212                 if some of them add folders.
1213
1214 2006-05-03 [colin]      2.1.1cvs47
1215
1216         * src/imap.c
1217                 I'm idiot
1218
1219 2006-05-03 [colin]      2.1.1cvs46
1220
1221         * src/imap.c
1222                 Be sure to have a session when
1223                 getting separator
1224
1225 2006-05-03 [colin]      2.1.1cvs45
1226
1227         * src/imap.c
1228         * src/imap.h
1229         * src/imap_gtk.c
1230                 Fix preventing renaming with namespace 
1231                 separator.
1232
1233 2006-05-01 [colin]      2.1.1cvs44
1234
1235         * src/action.c
1236                 Don't reload messageview when result of
1237                 action is piped.
1238
1239 2006-04-29 [colin]      2.1.1cvs43
1240
1241         * src/prefs_receive.c
1242         * src/plugins/spamassassin/spamassassin_gtk.c
1243         * src/plugins/clamav/clamav_plugin_gtk.c
1244                 GUI fixes by Pawel
1245
1246 2006-04-29 [colin]      2.1.1cvs42
1247
1248         * src/prefs_compose_writing.c
1249         * src/prefs_quote.c
1250                 Cleanups. Patch by Pawel
1251
1252 2006-04-28 [paul]       2.1.1cvs41
1253
1254         * src/matcher.c
1255                 fix returned quick search results when search
1256                 term contains an underscore.
1257                 Thanks to Colin
1258
1259 2006-04-28 [paul]       2.1.1cvs40
1260
1261         * src/prefs_message.c
1262         * src/prefs_receive.c
1263                 GUI cleanups
1264                 Patches by Pawel Pekala
1265
1266 2006-04-27 [colin]      2.1.1cvs39
1267
1268         * src/wizard.c
1269                 Differentiate subject Welcome from
1270                 window's title Welcome
1271
1272 2006-04-27 [paul]
1273
1274         2.2.0-rc1 released
1275
1276 2006-04-27 [paul]       2.1.1cvs38
1277
1278         * manual/advanced.xml
1279         * manual/fr/advanced.xml
1280                 add info about compose_no_markup hidden pref
1281
1282 2006-04-27 [paul]       2.1.1cvs37
1283
1284         * src/prefs_account.c
1285                 improve privacy labels
1286         * src/prefs_msg_colors.c
1287                 change some strings for translators' convenience
1288         * src/gtk/gtkutils.c
1289                 don't underline the link button text
1290
1291 2006-04-25 [colin]      2.1.1cvs36
1292
1293         * src/folder.c
1294                 Complete 2.1.1cvs33 (once more ;)
1295
1296 2006-04-25 [colin]      2.1.1cvs35
1297
1298         * src/editldap.c
1299                 Fix tooltip
1300
1301 2006-04-25 [cleroy]     2.1.1cvs34
1302
1303         * src/compose.c
1304         * src/gtk/gtkaspell.c
1305                 Fix crash on redirect (related to the return 
1306                 of the aspell menu in compose's toolbar)
1307         * src/prefs_msg_colors.c
1308                 Fix sensitivity widgets
1309         * src/image_viewer.c
1310         * src/gtk/pluginwindow.c
1311         * src/gtk/prefswindow.c
1312                 Change released signals to clicked (Fabien)
1313         * po/POTFILES.in
1314         * src/common/socket.c
1315         * src/plugins/spamassassin/spamassassin.c
1316                 Translate strings (Fabien)
1317
1318 2006-04-25 [paul]       2.1.1cvs33
1319
1320         * src/folder.c
1321         * src/folder.h
1322         * src/folderview.c
1323                 complete the fix of bug #912
1324                 Thanks to Colin
1325
1326 2006-04-25 [colin]      2.1.1cvs32
1327
1328         * src/news.c
1329                 Better progress bar
1330         * src/mimeview.c
1331         * src/summaryview.c
1332         * src/summaryview.h
1333                 Fix focus chain
1334                 Patches by Pawel Pekala
1335
1336 2006-04-24 [colin]      2.1.1cvs31
1337
1338         * src/compose.c
1339                 Fix compilation warnings (Fabien)
1340
1341 2006-04-24 [colin]      2.1.1cvs30
1342
1343         * src/addrindex.c
1344         * src/editldap.c
1345         * src/editldap_basedn.c
1346         * src/editldap_basedn.h
1347         * src/ldapctrl.c
1348         * src/ldapctrl.h
1349         * src/ldapquery.c
1350         * src/ldaputil.c
1351         * src/ldaputil.h
1352                 Fix bug #901 (LDAPS support)
1353
1354 2006-04-24 [colin]      2.1.1cvs29
1355
1356         * src/compose.c
1357                 Fix logic on error with send dialog on
1358         * src/imap.c
1359                 Fix compilation without libetpan, thanks
1360                 to Fabien
1361         * src/summaryview.c
1362                 Fix 'context-menu' key
1363
1364 2006-04-23 [colin]      2.1.1cvs28
1365
1366         * src/folder.c
1367                 Never free current's cache to free up 
1368                 memory. Fixes bug #912 (new count 
1369                 randomly set to message count)
1370
1371 2006-04-23 [colin]      2.1.1cvs27
1372
1373         * src/gtk/quicksearch.c
1374                 And remove printf...
1375
1376 2006-04-23 [colin]      2.1.1cvs26
1377
1378         * src/gtk/quicksearch.c
1379                 Fix replacing in quicksearch, and fix inserting
1380                 in the middle of the string. (introduced at 2.1.0cvs22)
1381
1382 2006-04-23 [colin]      2.1.1cvs25
1383
1384         * src/imap.c
1385                 Make sure uidnext is initialized in get_num_list
1386                 (not for stable, related to 2.1.1cvs8 and friends)
1387
1388 2006-04-23 [colin]      2.1.1cvs24
1389
1390         * src/imap.c
1391                 Output something when login is successful
1392                 too
1393
1394 2006-04-23 [colin]      2.1.1cvs23
1395
1396         * src/etpan/imap-thread.c
1397                 Better logging (line-per-line, hide data in fetch)
1398                 Fix a const warning
1399         * src/gtk/logwindow.c
1400         * src/gtk/logwindow.h
1401                 Better logging (color for input/output)
1402
1403 2006-04-21 [colin]      2.1.1cvs22
1404
1405         * src/gtk/quicksearch.c
1406                 On gtk+-2.8, use stock buttons in quicksearch
1407                 Based on a patch by Fabien and a design by Paul
1408
1409 2006-04-21 [colin]      2.1.1cvs21
1410
1411         * src/folderview.c
1412         * src/mainwindow.c
1413                 Fix occasional flicker in folderview
1414         * src/common/utils.c
1415                 Fix bug #943 (Incorrectly parsed email address 
1416                 list in short headers on message view and in 
1417                 printouts)
1418
1419 2006-04-20 [colin]      2.1.1cvs20
1420
1421         * src/imap.c
1422         * src/imap.h
1423         * src/prefs_account.c
1424                 Add ANONYMOUS auth for IMAP
1425
1426 2006-04-20 [paul]       2.1.1cvs19
1427
1428         * src/main.c
1429                 proper fix for 2.1.1cvs18
1430                 Thanks to Colin
1431
1432 2006-04-20 [paul]       2.1.1cvs18
1433
1434         * src/main.c
1435                 fix build warnings
1436
1437 2006-04-20 [paul]       2.1.1cvs17
1438
1439         * src/gtk/quicksearch.c
1440                 fix standard, non-extended Quick search,
1441                 was broken in 2.1.1cvs15.
1442                 Thanks to Colin.
1443
1444 2006-04-20 [colin]      2.1.1cvs16
1445
1446         * src/prefs_matcher.c
1447                 Fix values when reselecting a ~test
1448                 rule
1449
1450 2006-04-19 [colin]      2.1.1cvs15
1451
1452         * src/compose.c
1453         * src/compose.h
1454         * src/gtk/gtkaspell.c
1455         * src/gtk/gtkaspell.h
1456                 Put back Options menu in Spelling/
1457         * src/gtk/quicksearch.c
1458                 Don't search, and show error, if the
1459                 advanced search has a syntax error
1460
1461 2006-04-18 [colin]      2.1.1cvs14
1462
1463         * src/textview.c
1464                 Fix gdk warnings on set_cursor when textview
1465                 isn't visible
1466
1467 2006-04-18 [colin]      2.1.1cvs13
1468
1469         * src/gtk/gtksctree.c
1470                 Remove seemingly useless refresh that causes
1471                 flicker - watch this commit in case of 
1472                 problems before planned backport to stable
1473
1474 2006-04-18 [colin]      2.1.1cvs12
1475
1476         * src/imap.c
1477                 Factorize get/set_xml code
1478         * src/compose.c
1479         * src/prefs_account.c
1480         * src/prefs_account.h
1481         * src/procmsg.c
1482                 Add Encrypt to self option
1483
1484 2006-04-17 [colin]      2.1.1cvs11
1485
1486         * configure.ac
1487                 Fix search on encrpyt function on dragonfly
1488                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1489
1490 2006-04-17 [colin]      2.1.1cvs10
1491
1492         * src/prefs_account.c
1493                 Be safe by default: remove mails from POP3
1494                 after 7 days, not immediately
1495
1496 2006-04-17 [colin]      2.1.1cvs9
1497
1498         * src/etpan/imap-thread.c
1499                 Fix build on DragonFly - patch by 
1500                 Jonathan Buschmann <jonthn@agmact.com>
1501
1502 2006-04-17 [colin]      2.1.1cvs8
1503
1504         * src/imap.c
1505                 Save uidnext between sessions
1506
1507 2006-04-17 [colin]      2.1.1cvs7
1508
1509         * src/imap.c
1510                 scan is required when uid validity changes
1511
1512 2006-04-17 [colin]      2.1.1cvs6
1513
1514         * src/folderview.c
1515                 Don't scan if not necessary, apart in current
1516                 folder and INBOX to fetch flags.
1517         * src/imap.c
1518                 Scan is necessary if unread count changes
1519
1520 2006-04-17 [colin]      2.1.1cvs5
1521
1522         * src/imap.c
1523                 ...But always fetch ANSWERED and DELETED flags for
1524                 INBOX, as filtering can happen on these flags.
1525
1526 2006-04-17 [colin]      2.1.1cvs4
1527
1528         * src/imap.c
1529                 Don't fetch REPLIED and DELETED flags when synchronising
1530                 flags with a closed folder. We only need UNSEEN and FLAGGED
1531                 to update the folderview.
1532
1533 2006-04-17 [colin]      2.1.1cvs3
1534
1535         * src/imap.c
1536                 Faster flag search when there are new mails 
1537                 in a folder. We can do a full search if the 
1538                 folder contains less messages than the new
1539                 list.
1540
1541 2006-04-17 [colin]      2.1.1cvs2
1542
1543         * po/cs.po
1544         * po/de.po
1545         * po/fr.po
1546         * po/nl.po
1547         * po/pt_BR.po
1548                 Update translations from stable branch
1549
1550 2006-04-17 [colin]      2.1.1cvs1
1551
1552         * configure.ac
1553                 Bump version to follow stable release
1554
1555 2006-04-16 [mones]      2.1.0cvs50
1556
1557         * po/es.po
1558                 Updated for release
1559
1560 2006-04-16 [colin]      2.1.0cvs49
1561
1562         * src/textview.c
1563                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1564                 with gtk < 2.8. Thanks to Fabien Vantard.
1565
1566 2006-04-15 [colin]      2.1.0cvs48
1567
1568         * src/etpan/imap-thread.c
1569                 Fix bug #919 (libetpan: SEGV when connecting 
1570                 using command)
1571
1572 2006-04-14 [colin]      2.1.0cvs47
1573
1574         * src/main.c
1575                 Fix race on --select (should be done better)
1576
1577 2006-04-14 [wwp]        2.1.0cvs46
1578
1579         * src/send_message.c
1580                 enforce a check for domain in account prefs (a sending
1581                 error could be faced if domain was checked but no value set),
1582                 thanks to Colin.
1583
1584 2006-04-14 [colin]      2.1.0cvs45
1585
1586         * src/codeconv.c
1587                 when converting from unknown to unknown, if the
1588                 string is UTF8, don't convert it to the locale
1589                 (which breaks it)
1590
1591 2006-04-14 [colin]      2.1.0cvs44
1592
1593         * src/compose.c
1594                 Don't try to use ASCII for converting headers
1595                 (as done in body)
1596
1597 2006-04-14 [paul]       2.1.0cvs43
1598
1599         * src/crash.c
1600                 add locale/charset info to crash report
1601         * src/gtk/about.c
1602                 add wwp to doc team
1603                 replace 'e-mail' with preferred 'email'
1604         * src/gtk/authors.h
1605                 ensure contributors list is in alphabetical
1606                 order
1607
1608 2006-04-13 [colin]      2.1.0cvs42
1609
1610         * src/textview.c
1611                 Prevent gdk warnings
1612
1613 2006-04-13 [colin]      2.1.0cvs41
1614
1615         * src/common/ssl_certificate.c
1616         * src/common/ssl_certificate.h
1617         * src/gtk/sslcertwindow.c
1618                 Warn on expired certs, and display the expiration date
1619
1620 2006-04-13 [colin]      2.1.0cvs40
1621
1622         * src/plugins/spamassassin/spamassassin_gtk.c
1623                 Fix missing set_text on unix socket
1624
1625 2006-04-13 [wwp]        2.1.0cvs39
1626
1627         * manual/fr/advanced.xml
1628         * manual/fr/glossary.xml
1629                 applied new spam/ham/email lexicon (pourriel, courriel)
1630
1631 2006-04-13 [paul]       2.1.0cvs38
1632
1633         * src/plugins/pgpmime/plugin.c
1634                 remove the mention of S/MIME from the
1635                 description. This is now handled by the
1636                 S/MIME plugin.
1637
1638 2006-04-13 [paul]       2.1.0cvs37
1639
1640         * src/prefs_msg_colors.c
1641                 rework dialog
1642         * src/prefs_folder_item.c
1643         * src/prefs_spelling.c
1644                 add a tooltip to the colour selector buttons
1645
1646 2006-04-13 [wwp]        2.1.0cvs36
1647
1648         * manual/advanced.xml
1649         * manual/glossary.xml
1650         * manual/handling.xml
1651         * manual/keyboard.xml
1652         * manual/plugins.xml
1653         * manual/starting.xml
1654         * manual/fr/account.xml
1655         * manual/fr/ack.xml
1656         * manual/fr/addrbook.xml
1657         * manual/fr/advanced.xml
1658         * manual/fr/faq.xml
1659         * manual/fr/glossary.xml
1660         * manual/fr/gpl.xml
1661         * manual/fr/handling.xml
1662         * manual/fr/intro.xml
1663         * manual/fr/keyboard.xml
1664         * manual/fr/plugins.xml
1665         * manual/fr/starting.xml
1666         * manual/fr/sylpheed-claws-manual.xml
1667                 fixes to the manuals:
1668                  - summaryview -> Message List (same in French)
1669                  - translate key names
1670                  - fix French punctuation, use non-breakable spaces when
1671                    necessary, don't use &thinsp; which is not portable
1672                  - tell what maildir and mbox formats we support
1673
1674 2006-04-12 [wwp]        2.1.0cvs35
1675
1676         * src/prefs_toolbar.c
1677                 unified a replace button more,
1678                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1679
1680 2006-04-12 [wwp]        2.1.0cvs34
1681
1682         * src/prefs_common.c
1683         * src/prefs_msg_colors.c
1684                 make default color labels translatable,
1685                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1686                 thanks to Tim <timbrain@post.cz> for reporting.
1687
1688 2006-04-12 [wwp]        2.1.0cvs33
1689
1690         * manual/glossary.xml
1691         * manual/intro.xml
1692         * manual/plugins.xml
1693         * manual/starting.xml
1694         * manual/sylpheed-claws-manual.xml
1695         * manual/fr/.cvsignore
1696         * manual/fr/account.xml
1697         * manual/fr/ack.xml
1698         * manual/fr/addrbook.xml
1699         * manual/fr/advanced.xml
1700         * manual/fr/faq.xml
1701         * manual/fr/glossary.xml
1702         * manual/fr/handling.xml
1703         * manual/fr/intro.xml
1704         * manual/fr/keyboard.xml
1705         * manual/fr/plugins.xml
1706         * manual/fr/starting.xml
1707         * manual/fr/sylpheed-claws-manual.xml
1708                 various fixes: typos, missing .fr translations, punctuation,
1709                 capitalization, links, accents and some bad French more.
1710
1711 2006-04-12 [wwp]        2.1.0cvs32
1712
1713         * src/prefs_gtk.c
1714                 fix for bug #935: always store prefs files in UTF-8 (thanks
1715                 to Colin).
1716
1717 2006-04-11 [colin]      2.1.0cvs31
1718
1719         * src/compose.c
1720                 Fix inserting files not in utf8 when locale is utf8
1721
1722 2006-04-11 [colin]      2.1.0cvs30
1723
1724         * src/inc.c
1725                 Don't show error dialog when cancelling connection
1726                 Patch by Pawel
1727
1728 2006-04-11 [cleroy]     2.1.0cvs29
1729
1730         * src/compose.c
1731                 Implement multiple quote levels
1732         * src/prefs_common.c
1733                 Change a little bit the quote bgcolor for 2nd level
1734
1735 2006-04-11 [colin]      2.1.0cvs28
1736
1737         * src/gtk/about.c
1738                 Add locale and charset in the label
1739
1740 2006-04-10 [colin]      2.1.0cvs27
1741
1742         * src/compose.c
1743         * src/prefs_common.c
1744         * src/prefs_common.h
1745         * src/prefs_msg_colors.c
1746         * src/textview.c
1747                 Allow optional background color in quotes
1748                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1749                 GTK+-2.8.x feature
1750
1751 2006-04-10 [colin]      2.1.0cvs26
1752
1753         * src/main.c
1754         * src/mainwindow.c
1755         * src/mainwindow.h
1756                 Implement --select
1757
1758 2006-04-10 [colin]      2.1.0cvs25
1759
1760         * manual/plugins.xml
1761         * manual/fr/plugins.xml
1762                 Document libcurl's proxy variables
1763
1764 2006-04-09 [colin]      2.1.0cvs24
1765
1766         * src/prefs_common.c
1767                 gettext() returns statically allocated stuff. We have
1768                 to strdup it in order to be able to free it.
1769
1770 2006-04-09 [colin]      2.1.0cvs23
1771
1772         * AUTHORS
1773         * src/gtk/authors.h
1774                 Add Alexei
1775
1776 2006-04-09 [colin]      2.1.0cvs22
1777
1778         * src/mainwindow.c
1779         * src/gtk/quicksearch.c
1780                 Fix bug #859 (problems with cyrilic input in 
1781                 search panel) - Patch by Alexey Illarionov 
1782                 <littlesavage@rambler.ru>
1783
1784 2006-04-09 [colin]      2.1.0cvs21
1785
1786         * src/prefs_customheader.c
1787                 I prefer removing then freeing rather than the contrary
1788                 (even if it doesn't change anything ;-)
1789         * src/prefs_account.c
1790                 Fix bug #933 (Crash re-entering the custom headers list 
1791                 dialog in accounts prefs)
1792                 The problem happened when cancelling the Account 
1793                 Preferences' dialogs - in which case we didn't do 
1794                 anything to the PrefsAccount * struct. In case of applying,
1795                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1796                 working with in this dialog. The problem is that 
1797                 prefs_customheader.c, working on this tmp_ac_prefs, always
1798                 changes the ->customhdr_list pointer, even when cancelled. 
1799                 So in case of cancelling the prefs_account dialog, we still
1800                 have to update ->customhdr_list in the real account.
1801
1802 2006-04-08 [colin]      2.1.0cvs20
1803
1804         * manual/fr/glossary.xml
1805         * manual/fr/keyboard.xml
1806                 Forgot some headers :)
1807
1808 2006-04-08 [colin]      2.1.0cvs19
1809
1810         * manual/Makefile.am
1811         * manual/fr/Makefile.am
1812         * manual/fr/account.xml
1813         * manual/fr/ack.xml
1814         * manual/fr/addrbook.xml
1815         * manual/fr/advanced.xml
1816         * manual/fr/faq.xml
1817         * manual/fr/glossary.xml
1818         * manual/fr/gpl.xml
1819         * manual/fr/handling.xml
1820         * manual/fr/intro.xml
1821         * manual/fr/keyboard.xml
1822         * manual/fr/plugins.xml
1823         * manual/fr/starting.xml
1824         * manual/fr/sylpheed-claws-manual.xml
1825         * manual/fr/dist/.cvsignore
1826         * manual/fr/dist/Makefile.am
1827         * manual/fr/dist/html/.cvsignore
1828         * manual/fr/dist/html/Makefile.am
1829         * manual/fr/dist/pdf/.cvsignore
1830         * manual/fr/dist/pdf/Makefile.am
1831         * manual/fr/dist/ps/.cvsignore
1832         * manual/fr/dist/ps/Makefile.am
1833         * manual/fr/dist/txt/.cvsignore
1834         * manual/fr/dist/txt/Makefile.am
1835                 Add the french translation of the manual. Thanks to
1836                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1837                 account.xml, ack.xml, addrbook.xml and advanced.xml
1838
1839 2006-04-08 [colin]      2.1.0cvs18
1840
1841         * manual/plugins.xml
1842         * manual/starting.xml
1843                 More fixes
1844
1845 2006-04-07 [colin]      2.1.0cvs17
1846
1847         * manual/faq.xml
1848         * manual/intro.xml
1849         * manual/keyboard.xml
1850                 Little fixes
1851
1852 2006-04-07 [colin]      2.1.0cvs16
1853
1854         * README
1855         * src/compose.c
1856         * src/prefs_common.c
1857         * src/prefs_common.h
1858                 Add hidden compose_no_markup pref
1859
1860 2006-04-07 [wwp]        2.1.0cvs15
1861
1862         * src/summary_search.c
1863         * .cvsignore
1864                 Bugfix: stop button was sticky when searching in an empty folder.
1865                 Applied curly brackets code style to the whole file (summary_search.c).
1866                 More files to ignore.
1867
1868 2006-04-07 [wwp]        2.1.0cvs14
1869
1870         * src/message_search.c
1871         * src/summary_search.c
1872                 changed default button when search bumps at file/folder
1873                 beginning or end, for convenience (thanks to Colin).
1874
1875 2006-04-07 [paul]       2.1.0cvs13
1876
1877         * src/plugins/dillo_viewer/dillo_prefs.c
1878                 avoid future potential for namespace collision
1879                 Patch by Colin
1880
1881 2006-04-06 [wwp]        2.1.0cvs12
1882
1883         * src/summary_search.c
1884                 Unify extended/advanced searches names (and thus factorize labels),
1885                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1886
1887 2006-04-06 [wwp]        2.1.0cvs11
1888
1889         * src/folderview.c
1890         * src/prefs_themes.c
1891         * src/summaryview.c
1892                 Fixed some compilation warnings.
1893
1894 2006-04-06 [colin]      2.1.0cvs10
1895
1896         * manual/advanced.xml
1897                 Document the wizard template and how to deploy
1898                 Sylpheed-Claws effectively
1899
1900 2006-04-06 [colin]      2.1.0cvs9
1901
1902         * src/folderview.c
1903                 gettext patch to tell translators about _("#"),
1904                 by Maxim Britov
1905
1906 2006-04-06 [colin]      2.1.0cvs8
1907
1908         * src/textview.c
1909                 Fix invalid GtkTextBIter after clicking "Display as text"
1910
1911 2006-04-06 [mones]      2.1.0cvs7
1912
1913         * src/addr_compl.c
1914         * src/addrindex.c
1915         * src/addritem.c
1916         * src/codeconv.c
1917         * src/compose.c
1918         * src/filtering.c
1919         * src/folder.c
1920         * src/folder_item_prefs.c
1921         * src/folderview.c
1922         * src/localfolder.c
1923         * src/matcher.c
1924         * src/mimeview.c
1925         * src/prefs_msg_colors.c
1926         * src/prefs_spelling.c
1927         * src/prefs_themes.c
1928         * src/procmime.c
1929         * src/procmsg.c
1930         * src/stock_pixmap.c
1931         * src/summaryview.c
1932         * src/textview.c
1933         * src/toolbar.c
1934         * src/common/mgutils.c
1935         * src/common/prefs.c
1936         * src/common/ssl_certificate.c
1937         * src/gtk/colorlabel.c
1938         * src/gtk/quicksearch.c
1939         * src/plugins/pgpmime/pgpmime.c
1940         * src/plugins/spamassassin/spamassassin.c
1941                 Removed redundant NULL checks for g_free() calls.
1942                 Patch by Pawel Pekala.
1943
1944 2006-04-06 [mones]      2.1.0cvs6
1945
1946         * src/prefs_actions.c
1947         * src/prefs_filtering.c
1948         * src/prefs_filtering_action.c
1949         * src/prefs_matcher.c
1950         * src/prefs_template.c
1951         * src/gtk/gtkutils.c
1952         * src/gtk/gtkutils.h
1953                 Have a nice replace button. Patch by Pawel Pekala
1954
1955 2006-04-06 [colin]      2.1.0cvs5
1956
1957         * src/addressbook.c
1958                 Fix crash with empty columns
1959
1960 2006-04-05 [colin]      2.1.0cvs4
1961
1962         * src/wizard.c
1963         * src/prefs_gtk.c
1964                 Allow wizard customization with pre-filled values
1965
1966 2006-04-05 [colin]      2.1.0cvs3
1967
1968         * src/textview.c
1969         * src/mimeview.c
1970         * src/mimeview.h
1971                 Nicer messages in mimeview
1972
1973 2006-04-05 [colin]      2.1.0cvs2
1974
1975         * src/addressbook.c
1976         * src/prefs_summaries.c
1977                 i18n fix
1978
1979 2006-04-05 [colin]      2.1.0cvs1
1980
1981         * src/plugins/pgpcore/plugin.c
1982         * src/plugins/pgpcore/select-keys.c
1983         * src/plugins/pgpcore/select-keys.h
1984         * src/plugins/pgpcore/sgpgme.c
1985         * src/plugins/pgpcore/sgpgme.h
1986         * src/plugins/pgpinline/pgpinline.c
1987         * src/plugins/pgpinline/plugin.c
1988         * src/plugins/pgpmime/pgpmime.c
1989         * src/plugins/pgpmime/plugin.c
1990                 Factorize and generalize a bit 
1991                 Drop S/MIME signature verification from PGP/MIME
1992                 (adding it as another, more complete plugin)
1993
1994 2006-04-05 [paul]       2.1.0
1995
1996         2.1.0 released
1997
1998 2006-04-05 [paul]       2.0.0cvs186
1999
2000         * manual/advanced.xml
2001                 add info on colour labels
2002
2003 2006-04-05 [paul]       2.0.0cvs185
2004
2005         * po/bg.po
2006         * po/cs.po
2007         * po/de.po
2008         * po/el.po
2009         * po/en_GB.po
2010         * po/fi.po
2011         * po/fr.po
2012         * po/it.po
2013         * po/nl.po
2014         * po/pl.po
2015         * po/pt_BR.po
2016         * po/sr.po
2017         * po/zh_CN.po
2018                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2019                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2020                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2021                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2022         * src/gtk/authors.h
2023         * tools/claws.i18n.status.pl
2024                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2025                 and new Czech translator, Tim <timbrain@post.cz>
2026
2027 2006-04-05 [mones]      2.0.0cvs184
2028
2029         * po/es.po
2030                 Updated translation
2031
2032 2006-04-05 [colin]      2.0.0cvs183
2033
2034         * src/gtk/quicksearch.c
2035                 Fix bug #929 (unnecessary reload in quick search bar)
2036
2037 2006-04-05 [colin]      2.0.0cvs182
2038
2039         * src/compose.c
2040                 Fix crash on Reply with no From:
2041                 Show signature and conversion error on queuing 
2042                 (but not sending)
2043         * src/mainwindow.c
2044         * src/summaryview.c
2045         * src/summaryview.h
2046                 Factorize threading code and make sure msginfo 
2047                 is not null when it comes from a GtkCTreeRow's 
2048                 data
2049         * src/gtk/gtkaspell.c
2050                 Check for necessary things
2051         * src/gtk/gtksctree.c
2052         * src/gtk/gtksctree.h
2053                 Reset anchor if necessary when removing node
2054
2055 2006-03-29 [colin]      2.0.0cvs181
2056
2057         * src/folderview.c
2058                 Warn for disabled IMAP accounts (due to lack of
2059                 libetpan). Breaks string-freeze - sorry - but it
2060                 is kind of important ;)
2061
2062 2006-03-28 [colin]      2.0.0cvs180
2063
2064         * src/gtk/gtkutils.c
2065         * src/gtk/gtkutils.h
2066                 Add a gtkut_get_link_btn() function that
2067                 creates a button which acts like an URI
2068         * src/prefs_themes.c
2069         * src/gtk/about.c
2070                 Use this function (factorizes codes)
2071         * src/common/defs.h
2072         * src/gtk/pluginwindow.c
2073                 Add a "Get more..." in the plugins window
2074
2075 2006-03-28 [colin]      2.0.0cvs179
2076
2077         * src/common/smtp.c
2078         * src/common/passcrypt.c
2079         * src/undo.c
2080                 Warning fixes. Patch by Pawel Pekala
2081
2082 2006-03-27 [colin]      2.0.0cvs178
2083
2084         * src/undo.c
2085                 Fix undoing by blocks with spaces
2086
2087 2006-03-27 [colin]      2.0.0cvs177
2088
2089         * src/textview.c
2090                 Set margin to 3px for headers
2091
2092 2006-03-27 [paul]
2093
2094         2.1.0-rc2 released
2095
2096 2006-03-27 [wwp]        2.0.0cvs176
2097
2098         * src/summaryview.c
2099                 don't reset quicksearch when updating the message list.
2100                 Thanks to Colin.
2101
2102 2006-03-26 [wwp]        2.0.0cvs175
2103
2104         * src/compose.c
2105                 use a unified border width ('other' tab in the compose window,
2106                 patch by Pawel Pekala).
2107
2108
2109 2006-03-26 [wwp]        2.0.0cvs174
2110
2111         * src/common/quoted-printable.c
2112         * src/addressbook.c
2113                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2114
2115 2006-03-26 [colin]      2.0.0cvs173
2116
2117         * src/quote_fmt_parse.y
2118                 Fix non-UTF8 date formats messing up the whole quote a 
2119                 little bit
2120
2121 2006-03-26 [colin]      2.0.0cvs172
2122
2123         * src/procheader.c
2124                 Make sure the date is UTF8 valid, or try to make it
2125                 so. IncrediMail is really IncrediStupid.
2126         * src/compose.c
2127                 Fix possible conversions. 
2128                 
2129
2130 2006-03-26 [colin]      2.0.0cvs171
2131
2132         * src/matcher.c
2133                 Fix corner cases in body search. This is still a
2134                 hack... It seems impossible to make it good and 
2135                 reasonably fast at the same time.
2136
2137 2006-03-26 [colin]      2.0.0cvs170
2138
2139         * src/summaryview.c
2140                 I think I killed the twilight zone bug!
2141                 summary_select_node() flushes GTK events in order
2142                 to be able to center the view. But this also 
2143                 flushes keypresses like Ctrl-Alt-U, so this can
2144                 call summary_show from summary_select_node (itself
2145                 called from summary_show, etc.). And the summaryview
2146                 has to be unlocked in this function. So just locking
2147                 while processing GTK events, and bailing if locked, 
2148                 should fix it.
2149                 Fixes bug #927 (SIGSEGV during Update Summary)
2150
2151 2006-03-25 [colin]      2.0.0cvs169
2152
2153         * src/matcher.c
2154                 Fix search in QP-encoded bodies
2155                 Fix utf-8 searches in bodies encoded in the
2156                 locale's encoding
2157         * src/common/quoted-printable.c
2158         * src/common/quoted-printable.h
2159                 Add a decode function that doesn't overwrite
2160                 the original pointer
2161                 
2162
2163 2006-03-24 [colin]      2.0.0cvs168
2164
2165         * src/action.c
2166         * src/summaryview.c
2167         * src/summaryview.h
2168                 Update message cache after action
2169                 Patch by H. Merijn Brand
2170         * src/prefs_msg_colors.c
2171                 Factorize label 
2172                 Patch by Fabien Vantard
2173         * src/plugins/spamassassin/spamassassin_gtk.c
2174                 Remove useless translation
2175                 Patch by Fabien Vantard
2176
2177 2006-03-23 [colin]      2.0.0cvs167
2178
2179         * src/common/ssl.c
2180                 Let 30 seconds to SSL_connect
2181
2182 2006-03-23 [wwp]        2.0.0cvs166
2183
2184         * src/summaryview.c
2185         * src/gtk/description_window.c
2186                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2187                 and headers are translated; adjust description windows' width to fit their
2188                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2189
2190 2006-03-23 [paul]       2.0.0cvs165
2191
2192         * src/common/utils.c
2193                 fix highlighting of URIs containing "()"
2194                 (2.0.0cvs164's reversal fixed)
2195                 Thanks to Colin.
2196
2197 2006-03-23 [paul]       2.0.0cvs164
2198
2199         * src/common/utils.c
2200                 revert patch, (postponing a fix), at 2.0.0cvs120
2201                 as it breaks more URIs than it fixes.
2202                 Allow '-' to be a terminating character in a URI
2203
2204 2006-03-22 [colin]      2.0.0cvs163
2205
2206         * configure.ac
2207                 Require libetpan 0.45
2208                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2209
2210 2006-03-22 [paul]       2.0.0cvs162
2211
2212         * src/editgroup.c
2213                 replace '<-' and '->' buttons with GTK_STOCK graphical
2214                 buttons
2215         * src/summary_search.c
2216                 don't offer '...' for translation
2217                 add a tooltip to advanced search '...' button
2218         * src/gtk/quicksearch.c
2219                 don't offer '...' for translation
2220
2221 2006-03-21 [colin]      2.0.0cvs161
2222
2223         * src/compose.c
2224                 Fix middle-click pasting (insert at click
2225                 position instead of cursor position, don't
2226                 remove existing selection and allow pasting
2227                 our own selection)
2228         * src/addressbook.c
2229                 "LDAP Server" -> "LDAP servers"
2230
2231 2006-03-21 [wwp]        2.0.0cvs160
2232
2233         * src/etpan/imap-thread.c
2234                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2235
2236 2006-03-20 [colin]      2.0.0cvs159
2237
2238         * src/summaryview.c
2239                 Don't reload summaryview after an execute with no
2240                 move action
2241
2242 2006-03-19 [colin]      2.0.0cvs158
2243
2244         * src/addressbook.c
2245                 and put groups at the top, always
2246
2247 2006-03-19 [colin]      2.0.0cvs157
2248
2249         * src/addressbook.c
2250                 Order groups before names, as previously
2251
2252 2006-03-19 [colin]      2.0.0cvs156
2253
2254         * src/addressbook.c
2255                 - Sort case-unsensitive
2256                 - Put the sort arrow at opening too
2257
2258 2006-03-19 [wwp]        2.0.0cvs155
2259
2260         * src/addressbook.c
2261                 allow sorting by name/email/remarks, ensure that right-pane's contents
2262                 matches the left-pane selection (cleared when appropriate).
2263                 Patch by Pawel Pekala <c0rn@o2.pl>.
2264
2265 2006-03-18 [colin]      2.0.0cvs154
2266
2267         * src/textview.c
2268                 Fix text cursor ;)
2269
2270 2006-03-18 [colin]      2.0.0cvs153
2271
2272         * src/gtk/filesel.c
2273                 Make sure we hide the preview if we didn't get
2274                 a filename
2275
2276 2006-03-18 [colin]      2.0.0cvs152
2277
2278         * src/summaryview.c
2279                 Set cursor to watch for execution (fixes lack
2280                 of watch-cursor when dnd'ing hundreds of mails)
2281         * src/gtk/filesel.c
2282                 Check that mime type is 'image/*' before updating
2283                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2284
2285 2006-03-18 [colin]      2.0.0cvs151
2286
2287         * src/mainwindow.c
2288         * src/textview.c
2289         * src/textview.h
2290                 Put a watch cursor in textview too when the mainwindow's
2291                 cursor in a watch
2292
2293 2006-03-18 [colin]      2.0.0cvs150
2294
2295         * src/folder.c
2296                 Change wrong asserts to simple tests
2297
2298 2006-03-17 [colin]      2.0.0cvs149
2299
2300         * src/mainwindow.c
2301         * src/mainwindow.h
2302         * src/prefs_msg_colors.c
2303         * src/summaryview.c
2304         * src/summaryview.h
2305         * src/gtk/colorlabel.c
2306         * src/gtk/colorlabel.h
2307                 Add a color label menu in the main menubar
2308                 Add (fixed) accels Ctrl-{0-7} to change the color
2309                 They have to be fixed because the menu's dynamic,
2310                 the items are complex widgets, hence we can't use
2311                 a GtkItemFactory.
2312
2313
2314 2006-03-17 [wwp]        2.0.0cvs148
2315
2316         * src/compose.c
2317                 rollback few lines from my previous commit (those lines come from
2318                 a pending patch, accidentally commited, even if neutral as they are
2319                 commented out).
2320
2321 2006-03-17 [wwp]        2.0.0cvs147
2322
2323         * src/compose.c
2324                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2325                 applied code style/indentation to the modified function.
2326
2327 2006-03-17 [wwp]        2.0.0cvs146
2328
2329         * src/procmsg.c
2330         * src/compose.c
2331                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2332
2333 2006-03-17 [paul]
2334
2335         2.1.0-rc1 released
2336
2337 2006-03-17 [paul]       2.0.0cvs145
2338
2339         * src/main.c
2340                 addressbook_read_file() was called twice
2341         * src/textview.c
2342                 X-Mailer highlighting
2343
2344 2006-03-16 [colin]      2.0.0cvs144
2345
2346         * src/sourcewindow.c
2347         * src/sourcewindow.h
2348                 And the last one, in source window.
2349
2350 2006-03-16 [colin]      2.0.0cvs143
2351
2352         * src/compose.c
2353         * src/compose.h
2354                 Fix the same stuff in compose
2355
2356 2006-03-16 [colin]      2.0.0cvs142
2357
2358         * src/messageview.c
2359                 Complete the previous messageview crash fix
2360
2361 2006-03-16 [colin]      2.0.0cvs141
2362
2363         * src/procmsg.h
2364         * src/procmsg.c
2365         * src/folder.c
2366                 Fix POSTPROCESSING hook
2367                 Patch by H. Merijn Brand
2368
2369         * src/procmime.c
2370         * src/procmime.h
2371                 Parse Content-Location
2372
2373         * src/toolbar.c
2374         * src/messageview.c
2375         * src/messageview.h
2376                 Don't crash when a top-level MessageView has
2377                 been closed on us. Same problematic than
2378                 yesterday's quicksearch issue.
2379
2380 2006-03-15 [colin]      2.0.0cvs140
2381
2382         * src/gtk/quicksearch.c
2383                 Fix a bitchy race we didn't think about when we
2384                 added quicksearch cancellation:
2385                 If the search is not on cached fields, for example
2386                 body_part matchcase "stuff"
2387                 the matcher code has to get the whole message. If
2388                 we're on IMAP, that can be slow, and in order to
2389                 be non-blocking, the IMAP code idle loop processes
2390                 gtk events too. So it is possible to cancel a
2391                 quicksearch while the matcher is getting the mail's
2392                 body. After matcher got its body, it will start to
2393                 iterate over the matcher list that the Quicksearch's
2394                 clear_search_cb() just freed via prepare_matcher().
2395                 SIGSEGV ensues.
2396                 The fix consists of guarding the matcherlist_match()
2397                 call with a boolean 'matching'. If we reset the
2398                 quicksearch while matching is TRUE, we don't free
2399                 the matcherlist anymore like we did, but we set
2400                 another new flag, deferred_free, to TRUE. Then,
2401                 in quicksearch_match(), just after returning from
2402                 matcherlist_match() and unsetting the matching flag,
2403                 we check the deferred_free flag and do the
2404                 prepare_matcher() (which does the matcherlist_free)
2405                 for real, so we free the matcherlist once it's not
2406                 used anymore.
2407                 As all of this runs via the glib main loop, we
2408                 luckily don't need a mutex.
2409         * src/summaryview.c
2410                 Also, show progress while searching.
2411
2412
2413 2006-03-14 [colin]      2.0.0cvs139
2414
2415         * src/alertpanel.c
2416                 Make alertpanel_is_open non-static
2417
2418 2006-03-14 [colin]      2.0.0cvs138
2419
2420         * src/prefs_spelling.c
2421                 Cleanups - Fabien Vantard
2422
2423 2006-03-14 [wwp]        2.0.0cvs137
2424
2425         * src/main.c
2426                 code style normalization (curly braces, indentation).
2427
2428 2006-03-14 [wwp]        2.0.0cvs137
2429
2430         * src/main.c
2431                 code style (braces, indentation)
2432
2433 2006-03-12 [paul]       2.0.0cvs136
2434
2435         * src/prefs_common.c
2436                 trans_hdr defaults to FALSE to be RFC-savvy
2437         * src/prefs_summaries.c
2438                 add a tooltip to the trans_hdr option
2439                 
2440
2441 2006-03-12 [paul]       2.0.0cvs135
2442
2443         * src/prefs_matcher.c
2444                 give a little more width to the combos
2445         * src/prefs_display_header.c
2446         * src/textview.c
2447                 translate headers if prefs_common.trans_hdr
2448                 is TRUE
2449
2450         Patches by Pawel Pekala
2451
2452 2006-03-12 [paul]       2.0.0cvs134
2453
2454         * src/plugins/clamav/clamav_plugin.c
2455         * src/plugins/dillo_viewer/dillo_viewer.c
2456         * src/plugins/pgpcore/plugin.c
2457         * src/plugins/pgpinline/plugin.c
2458         * src/plugins/pgpmime/plugin.c
2459         * src/plugins/spamassassin/spamassassin.c
2460                 update/add to descriptions
2461         * src/plugins/spamassassin/spamassassin_gtk.c
2462                 fixes to the english, remove superfluous
2463                 tooltips, clean up a little
2464
2465 2006-03-12 [paul]       2.0.0cvs133
2466
2467         * src/compose.c
2468                 fix Bug 924, 'Account combo box shows up wrong 
2469                 if & is in account name'
2470
2471 2006-03-11 [colin]      2.0.0cvs132
2472
2473         * src/summaryview.c
2474                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2475                 messed up shift-selection because is slows down
2476                 moving around summaryview. thanks -users
2477
2478 2006-03-10 [colin]      2.0.0cvs131
2479
2480         * src/plugins/spamassassin/spamassassin_gtk.c
2481                 Put back Paul's engrish fixes
2482
2483 2006-03-10 [colin]      2.0.0cvs130
2484
2485         * src/plugins/spamassassin/spamassassin.c
2486         * src/plugins/spamassassin/spamassassin.h
2487         * src/plugins/spamassassin/spamassassin_gtk.c
2488                 Cleanup SA prefs page (more)
2489                 Patch by Fabien Vantard
2490
2491 2006-03-10 [paul]       2.0.0cvs129
2492
2493         * src/prefs_msg_colors.c
2494         * src/prefs_spelling.c
2495                 widget sensitivity
2496
2497 2006-03-09 [mones]      2.0.0cvs128
2498
2499         * po/es.po
2500                 Update for next RC
2501
2502 2006-03-09 [wwp]        2.0.0cvs127
2503
2504         * configure.ac
2505                 revert accidental commit (requirement for libetpan 0.43), this time
2506                 not in HEAD.
2507
2508 2006-03-09 [wwp]        2.0.0cvs125
2509
2510         * configure.ac
2511                 revert accidental commit (requirement for libetpan 0.43)
2512
2513 2006-03-09 [paul]       2.0.0cvs126
2514
2515         * src/prefs_receive.c
2516                 remove useless frame
2517                 replace 'incorporation' with 'receiving'
2518         * src/plugins/clamav/clamav_plugin_gtk.c
2519         * src/plugins/spamassassin/spamassassin_gtk.c
2520                 improve widget sensitivity
2521                 fix a bit his engrish
2522
2523 2006-03-09 [wwp]        2.0.0cvs125
2524
2525         * src/addressadd.c
2526         * src/foldersel.c
2527         * src/prefs_common.c
2528         * src/prefs_common.h
2529                 remember some more windows' sizes (add to addressbook and
2530                 select folder).
2531
2532 2006-03-09 [paul]       2.0.0cvs124
2533
2534         * src/plugins/pgpcore/prefs_gpg.c
2535                 normalise construction of dialogue
2536
2537 2006-03-09 [paul]       2.0.0cvs123
2538
2539         * src/plugins/trayicon/Makefile.am
2540                 add missing slash
2541
2542 2006-03-08 [colin]      2.0.0cvs122
2543
2544         * src/plugins/trayicon/Makefile.am
2545                 Fix build in separate dir 
2546                 Patch by Bamanzi <bamanzi@gmail.com>
2547
2548 2006-03-08 [colin]      2.0.0cvs121
2549
2550         * src/procmsg.c
2551                 Batch move and copies from summaryview with delayed execution
2552                 too
2553
2554 2006-03-07 [paul]       2.0.0cvs120
2555
2556         * src/common/utils.c
2557                 fix highlighting of URIs containing "()"
2558                 Patch by Pawel Pekala
2559
2560 2006-03-07 [paul]       2.0.0cvs119
2561
2562         * src/folder.c
2563         * src/folder.h
2564         * src/folderview.c
2565                 immediately do alphabetical resort when
2566                 changing a folder's name
2567                 Patch by Pawel Pekala
2568
2569 2006-03-07 [paul]       2.0.0cvs118
2570
2571         * src/news.c
2572         * src/news_gtk.c
2573                 when unsubscribing a newsgroup, remove the
2574                 folder and msgs in .sylpheed-claws/newscache
2575                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2576
2577 2006-03-07 [paul]       2.0.0cvs117
2578
2579         * src/textview.c
2580                 fix wrong Fake URL Warning
2581                 Thanks to Hiro
2582
2583 2006-03-07 [colin]      2.0.0cvs116
2584
2585         * src/imap.c
2586                 Return immediately when password dialog was
2587                 cancelled
2588         * src/gtk/inputdialog.c
2589                 Allow empty strings for passwords
2590
2591
2592 2006-03-06 [colin]      2.0.0cvs115
2593
2594         * src/imap.c
2595                 Prevent double-timeouts when connection fails
2596
2597 2006-03-06 [colin]
2598
2599         2.0.1-rc1 released
2600
2601 2006-03-06 [colin]      2.0.0cvs114
2602
2603         * src/imap.c
2604                 Refresh session during potentially long
2605                 operations
2606
2607 2006-03-06 [wwp]        2.0.0cvs113
2608
2609         * src/prefs_msg_colors.h
2610                 forgot that one (custom color labels).
2611
2612 2006-03-06 [wwp]        2.0.0cvs112
2613
2614         * src/prefs_common.c
2615         * src/prefs_common.h
2616         * src/prefs_msg_colors.c
2617         * src/summaryview.c
2618         * src/summaryview.h
2619         * src/gtk/colorlabel.c
2620         * src/gtk/colorlabel.h
2621                 colors in messages list are now customizable. Color values and names can
2622                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2623                 Thanks to Paul and Colin for their help with this longstanding patch!
2624
2625 2006-03-06 [wwp]        2.0.0cvs111
2626
2627         * src/textview.c
2628                 don't crash if (x)face is bad.
2629
2630 2006-03-05 [paul]       2.0.0cvs110
2631
2632         * AUTHORS
2633         * configure.ac
2634         * src/Makefile.am
2635         * src/common/Makefile.am
2636         * src/common/utils.h
2637         * src/etpan/imap-thread.c
2638         * src/gtk/authors.h
2639         * src/plugins/clamav/Makefile.am
2640         * src/plugins/demo/Makefile.am
2641         * src/plugins/dillo_viewer/Makefile.am
2642         * src/plugins/pgpcore/Makefile.am
2643         * src/plugins/pgpcore/passphrase.c
2644         * src/plugins/pgpinline/Makefile.am
2645         * src/plugins/pgpmime/Makefile.am
2646         * src/plugins/spamassassin/Makefile.am
2647         * src/plugins/trayicon/Makefile.am
2648                 fix builiding on cygwin
2649                 Patch by Ralgh Young <bamanzi@gmail.com>
2650
2651 2006-03-04 [wwp]        2.0.0cvs109
2652
2653         * manual/keyboard.xml
2654                 fix mixed up/down keys.
2655
2656 2006-03-04 [wwp]        2.0.0cvs108
2657
2658         * README
2659         * INSTALL
2660                 updated links to SpamAssassin.
2661
2662 2006-03-04 [wwp]        2.0.0cvs107
2663
2664         * manual/plugins.xml
2665         * src/plugins/spamassassin/README
2666                 updated SpamAssassin plugin docs to reflect new functional additions
2667                 (also fix/update/documents few technical stuff more, see the README).
2668
2669 2006-03-04 [wwp]        2.0.0cvs106
2670
2671         * src/prefs_message.c
2672                 normalized capitalization of message-prefs paths.
2673
2674 2006-03-04 [wwp]        2.0.0cvs105
2675
2676         * manual/advanced.xml
2677                 typo.
2678
2679 2006-03-03 [colin]      2.0.0cvs104
2680
2681         * src/plugins/clamav/clamav_plugin_gtk.c
2682                 Rework prefs page, patch by Fabien 
2683
2684 2006-03-03 [colin]      2.0.0cvs103
2685
2686         * src/plugins/clamav/clamav_plugin.c
2687                 Set error on all errors
2688
2689 2006-03-03 [colin]      2.0.0cvs102
2690
2691         * src/common/plugin.c
2692                 Initialize error to avoid crashing when a plugin fails
2693                 without setting error
2694
2695 2006-03-02 [wwp]        2.0.0cvs101
2696
2697         * configure.ac
2698                 fixed linker flags for libetpan support on Cygwin
2699                 (thanks to H.Merijn Brand).
2700
2701 2006-03-02 [wwp]        2.0.0cvs100
2702
2703         * src/addressbook.c
2704                 fix some AB error messages: one for punctuation and
2705                 one wrongly duplicate (thanks, maxbritov).
2706
2707 2006-03-02 [wwp]        2.0.0cvs99
2708
2709         * src/plugins/spamassassin/spamassassin.c
2710                 make sync calls to sa-learn/spamc to prevent
2711                 system (whatever local or client/server) overload.
2712
2713 2006-03-02 [colin]      2.0.0cvs98
2714
2715         * src/summaryview.c
2716                 Put the spam icon in the status column instead of the
2717                 mark one
2718
2719 2006-03-01 [colin]      2.0.0cvs97
2720
2721         * src/plugins/spamassassin/spamassassin.c
2722                 Fix segfault (g_file_set_contents fails for some 
2723                 reason and err==0x2f. Can't find out why with
2724                 valgrind, using working function :-)
2725
2726 2006-03-01 [colin]      2.0.0cvs96
2727
2728         * src/inc.c
2729                 Offline overriding: let 'No' be cached only 3 seconds
2730
2731 2006-03-01 [colin]      2.0.0cvs95
2732
2733         * src/addr_compl.c
2734         * src/addrbook.c
2735         * src/addressbook.c
2736         * src/addrindex.c
2737         * src/folder_item_prefs.c
2738         * src/headerview.c
2739         * src/imap.c
2740         * src/inc.c
2741         * src/ldif.c
2742         * src/mainwindow.c
2743         * src/mh.c
2744         * src/msgcache.c
2745         * src/prefs_common.h
2746         * src/prefs_msg_colors.c
2747         * src/procheader.c
2748         * src/procheader.h
2749         * src/procmime.c
2750         * src/procmsg.c
2751         * src/procmsg.h
2752         * src/send_message.h
2753         * src/simple-gettext.c
2754         * src/summaryview.c
2755         * src/summaryview.h
2756         * src/syldap.c
2757         * src/textview.c
2758         * src/undo.c
2759         * src/common/ssl_certificate.c
2760         * src/common/utils.c
2761         * src/gtk/colorsel.c
2762         * src/gtk/gtksctree.c
2763         * src/gtk/gtkshruler.c
2764         * src/plugins/trayicon/trayicon.c
2765                 #if 0 goes to /dev/null
2766
2767 2006-03-01 [colin]      2.0.0cvs94
2768
2769         * src/compose.c
2770         * src/imap.c
2771         * src/inc.c
2772         * src/inc.h
2773         * src/messageview.c
2774         * src/news.c
2775         * src/plugins/spamassassin/spamassassin.c
2776                 Allow to add information in the "working offline"
2777                 window
2778
2779 2006-03-01 [wwp]        2.0.0cvs93
2780
2781         * src/plugins/spamassassin/spamassassin.c
2782                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2783                 'cause it seems that calling `spamc ... < inputfile` with
2784                 g_spawn_(a)sync simply.. erm doesn't work :-).
2785
2786 2006-03-01 [wwp]        2.0.0cvs92
2787
2788         * src/toolbar.c
2789         * src/toolbar.h
2790                 simplify the adding of spam/ham button to the messageview toolbar
2791                 (it gets more clear now that the same button will be "Mark as spam"
2792                 or "Mark as ham" according to the current message status,
2793                 thanks to Colin).
2794
2795 2006-03-01 [wwp]        2.0.0cvs91
2796
2797         * src/messageview.c
2798         * src/procmsg.c
2799         * src/procmsg.h
2800         * src/summaryview.c
2801         * src/plugins/spamassassin/spamassassin.c
2802         * src/plugins/spamassassin/spamassassin.h
2803                 make learner callbacks return a status (0 for ok),
2804                 handle it in main code to avoid setting flags when learning failed,
2805                 don't learn on TCP if offline in spamassassin,
2806                 thanks to Colin.
2807
2808                 
2809
2810 2006-03-01 [wwp]        2.0.0cvs90
2811
2812         * src/compose.c
2813                 some work around the compose window's account menu,
2814                 patch by Fabien Vantard.
2815
2816 2006-03-01 [wwp]        2.0.0cvs89
2817
2818         * src/plugins/spamassassin/spamassassin.c
2819                 fixed bad logics, was using spamc in local mode and sa-learn
2820                 in remote mode (thanks, Colin).
2821
2822 2006-03-01 [wwp]        2.0.0cvs88
2823
2824         * src/plugins/spamassassin/spamassassin.c
2825         * src/plugins/spamassassin/spamassassin.h
2826         * src/plugins/spamassassin/spamassassin_gtk.c
2827                 made processing of emails w/ sa-plugin an option (default is TRUE),
2828                 fixed Engrish some tooltips, capitalization of some debug messages
2829                 and warnings. The spamassassin plugin now provides two separate
2830                 services: process emails upon incorporation and spamd training.
2831                 Both services (un)register independently but use some common
2832                 plugin settings (transport settings, spam storage location).
2833
2834 2006-02-28 [wwp]        2.0.0cvs87
2835
2836         * src/plugins/spamassassin/spamassassin.c
2837                 fix async flag to spamc cmdline execution (batch exec should
2838                 be asynchronous).
2839
2840 2006-02-27 [wwp]        2.0.0cvs86
2841
2842         * src/plugins/spamassassin/spamassassin.c
2843         * src/plugins/spamassassin/spamassassin.h
2844         * src/plugins/spamassassin/spamassassin_gtk.c
2845                 - added the ability to learn a remote spamassassin server (spamd),
2846                 using spamc.
2847                 - added the spamassassin option 'username', that applies to all
2848                 spamassassin operations (filtering, learning, local or remote).
2849                 The default username is the current unix user (if left blank
2850                 from gtk prefs or config file).
2851                 - commented out some unused code (notebook widget), removed unused
2852                 layout (hbox1).
2853                 - make more widgets sensitive to the transport type.
2854
2855 2006-02-27 [colin]      2.0.0cvs85
2856
2857         * src/plugins/spamassassin/spamassassin.c
2858                 Fix sa-learn call when offline
2859
2860 2006-02-27 [colin]      2.0.0cvs84
2861
2862         * configure.ac
2863         * src/Makefile.am
2864         * src/mainwindow.c
2865         * src/mainwindow.h
2866         * src/messageview.c
2867         * src/messageview.h
2868         * src/prefs_toolbar.c
2869         * src/procmsg.c
2870         * src/stock_pixmap.c
2871         * src/stock_pixmap.h
2872         * src/summaryview.c
2873         * src/toolbar.c
2874         * src/toolbar.h
2875         * src/pixmaps/ham_btn.xpm
2876         * src/pixmaps/spam.xpm
2877         * src/pixmaps/spam_btn.xpm
2878         * src/plugins/spamassassin/spamassassin.c
2879                 Add button in toolbar for spam learning
2880                 Fix a few bugs from the last related commit
2881                 Revert 1.9.6cvs23 which messed up shift-selection
2882
2883 2006-02-24 [colin]      2.0.0cvs83
2884
2885         * src/procmsg.c
2886         * src/summaryview.c
2887         * src/summaryview.h
2888         * src/plugins/spamassassin/spamassassin.c
2889         * src/plugins/spamassassin/spamassassin.h
2890         * src/plugins/spamassassin/spamassassin_gtk.c
2891                 Unregister learner when spamassassin is either
2892                 disabled or over tcp
2893
2894 2006-02-24 [colin]      2.0.0cvs82
2895
2896         * src/Makefile.am
2897         * src/mainwindow.c
2898         * src/mainwindow.h
2899         * src/procmsg.c
2900         * src/procmsg.h
2901         * src/stock_pixmap.c
2902         * src/stock_pixmap.h
2903         * src/summaryview.c
2904         * src/summaryview.h
2905         * src/gtk/icon_legend.c
2906         * src/pixmaps/spam.xpm  ** NEW FILE **
2907         * src/plugins/spamassassin/spamassassin.c
2908         * src/plugins/spamassassin/spamassassin_gtk.c
2909                 Add spam learning interface (Mark/Mark as 
2910                 (spam|ham) menus)
2911
2912 2006-02-24 [wwp]        2.0.0cvs81
2913
2914         * src/compose.c
2915         * src/compose.h
2916         * src/filtering.c
2917                 hide compose window when sending message in batch mode
2918                 (filtering: forward and redirect). Also fixed a wrong
2919                 value returned when sending failed, neutral anyway.
2920                 (Colin, me) 
2921
2922 2006-02-24 [wwp]        2.0.0cvs80
2923
2924         * src/mainwindow.c
2925                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2926
2927 2006-02-24 [paul]       2.0.0cvs79
2928
2929         * src/news.c
2930         * src/news.h
2931         * src/news_gtk.c
2932                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2933                 Thanks to Colin
2934
2935 2006-02-23 [colin]      2.0.0cvs78
2936
2937         * src/alertpanel.c
2938                 Change OK to Close in alertpanel with View log
2939                 button; add accel to View log. Patch by Fabien
2940                 Vantard
2941
2942 2006-02-23 [wwp]        2.0.0cvs77
2943
2944         * src/compose.c
2945                 silly me, there were much more tests to perform, since toolbars can
2946                 really have down to 1 element only.
2947
2948 2006-02-23 [wwp]        2.0.0cvs76
2949
2950         * commitHelper
2951                 fixed indentation from my previous commit. Fallback to VISUAL if
2952                 EDITOR is not set (and to vi, at last resort).
2953
2954 2006-02-23 [wwp]        2.0.0cvs75
2955
2956         * commitHelper
2957                 improved error detection (Colin, me).
2958
2959 2006-02-23 [wwp]        2.0.0cvs74
2960
2961         * src/prefs_toolbar.c
2962                 simplify and fix prefs/toolbars layouting. Combos' contents can
2963                 now be really displayed.
2964
2965 2006-02-23 [wwp]        2.0.0cvs73
2966         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2967         be really displayed.
2968
2969 2006-02-22 [wwp]        2.0.0cvs72
2970
2971         * src/compose.c
2972                 fix a typo in my previous commit (sorry!).
2973
2974 2006-02-22 [wwp]        2.0.0cvs71
2975
2976         * src/prefs_toolbar.c
2977                 fix a crash when adding separators to toolbars,
2978                 also fix some separator item information.
2979
2980 2006-02-22 [wwp]        2.0.0cvs70
2981
2982         * src/compose.c
2983                 fix a crash when redirecting (for instance) when compose window's
2984                 toolbar contents has been customized (when some buttons have been
2985                 removed in fact).
2986
2987 2006-02-21 [wwp]        2.0.0cvs69
2988
2989         * src/summaryview.c
2990         * src/gtk/pluginwindow.c
2991         * src/plugins/pgpcore/prefs_gpg.c
2992                 fix some compilation warnings (feat. remains of removed code).
2993
2994 2006-02-21 [wwp]        2.0.0cvs68
2995
2996         * src/gtk/gtkutils.c
2997                 fix two compilation issues, thanks to Stephan Sachse.
2998
2999 2006-02-20 [colin]      2.0.0cvs67
3000
3001         * src/mainwindow.c
3002                 Don't reselect displayed mail on refocus
3003                 This fixes actions misbehaving 
3004
3005 2006-02-20 [wwp]        2.0.0cvs66
3006
3007         * src/summaryview.c
3008         * src/gtk/gtksctree.c
3009         * src/gtk/gtkshruler.c
3010                 changed more runtime typecast checks.
3011
3012 2006-02-20 [wwp]        2.0.0cvs65
3013
3014         * src/summary_search.c
3015                 find all - summaryview refresh issue fixed, thanks to Colin.
3016
3017 2006-02-20 [wwp]        2.0.0cvs64
3018
3019         * src/gtk/gtkutils.c
3020                 better runtime typecast checks.
3021
3022 2006-02-20 [wwp]        2.0.0cvs63
3023
3024         * src/summary_search.c
3025                 enhancements to the summary search:
3026                         - add the ability to stop the running search
3027                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3028                         - don't search if no criteria (From/To/Subject/Body) is set
3029                         - ensure that a busy mouse pointer is always shown when searching,
3030                           show it even a bit earlier
3031
3032 2006-02-19 [colin]      2.0.0cvs62
3033
3034         * src/compose.c
3035         * src/imap.c
3036         * src/etpan/imap-thread.c
3037         * src/etpan/imap-thread.h
3038                 (Future) IMAP speed improvement on sending
3039                 Will require a libetpan update
3040         * src/summaryview.c
3041         * src/gtk/quicksearch.c
3042                 Make quicksearch clearable while running.
3043
3044 2006-02-17 [colin]      2.0.0cvs61
3045
3046         * src/imap.c
3047         * src/etpan/imap-thread.c
3048         * src/etpan/imap-thread.h
3049                 Check for IMAP certificates
3050                 ** Requires libetpan-0.42-cvs4 
3051                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3052
3053 2006-02-17 [colin]      2.0.0cvs60
3054
3055         * src/messageview.c
3056         * src/prefs_common.c
3057         * src/prefs_common.h
3058         * src/prefs_message.c
3059                 Add pref to display HTML-only mails with plugin, 
3060                 if possible (defaulting to FALSE of course).
3061
3062 2006-02-16 [colin]      2.0.0cvs59
3063
3064         * src/main.c
3065         * src/common/plugin.c
3066         * src/common/plugin.h
3067         * src/gtk/pluginwindow.c
3068                 Keep track of requested (but unloaded) plugins
3069                 in some error cases.
3070
3071 2006-02-16 [wwp]        2.0.0cvs58
3072
3073         * src/gtk/gtkaspell.c
3074         * src/gtk/gtkaspell.h
3075         * src/prefs_spelling.c
3076         * src/compose.c
3077         * src/prefs_common.c
3078         * src/prefs_common.h
3079                 implemented new optional spellchecker behaviour: re-check message when
3080                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3081
3082 2006-02-16 [wwp]        2.0.0cvs57
3083
3084         * src/quote_fmt_parse.y
3085                 pclose popen'ed pipe.
3086
3087 2006-02-15 [colin]      2.0.0cvs56
3088
3089         * src/mimeview.c
3090         * src/mimeview.h
3091                 Let MimeViewers know which MimeView they
3092                 depend of.
3093         * src/summaryview.c
3094                 Swap From/To columns in Sent/Queue/Drafts
3095                 folders
3096         * src/etpan/imap-thread.c
3097                 Use mailstream_low_tls_open() for STARTTLS
3098                 instead of mailstream_low_ssl_open()
3099                 ** REQUIRES libetpan 0.42cvs3 **
3100
3101 2006-02-15 [wwp]        2.0.0cvs55
3102
3103         * src/compose.c
3104         * src/compose.h
3105         * src/message_search.c
3106         * src/message_search.h
3107         * src/textview.c
3108         * src/gtk/gtkutils.c
3109         * src/gtk/gtkutils.h
3110                 added the ability to Find text in the compose window (and a bit
3111                 of code factorization).
3112
3113 2006-02-15 [wwp]        2.0.0cvs54
3114
3115         * src/prefs_gtk.c
3116                 yet another one file was missing (fix for some widgets' sensitivity).
3117                 Thanks Colin!
3118
3119 2006-02-15 [wwp]        2.0.0cvs53
3120
3121         * src/prefs_gtk.h
3122                 oops forgot that file (fix for some widgets' sensitivity).
3123
3124 2006-02-15 [wwp]        2.0.0cvs52
3125
3126         * src/summary_search.c
3127                 implemented advanced summary search options (added the ability
3128                 to use matcher conditions in an advanced search mode).
3129
3130 2006-02-15 [wwp]        2.0.0cvs51
3131
3132         * src/plugins/pgpcore/prefs_gpg.c
3133         * src/prefs_account.c
3134                 fix some widget sensitivity, mostly around some labels in
3135                 account prefs.
3136
3137 2006-02-15 [paul]       2.0.0cvs50
3138
3139         * manual/advanced.xml
3140                 improve Templates info
3141                 written by wwp
3142
3143 2006-02-14 [colin]      2.0.0cvs49
3144
3145         * src/pixmaps/address_book.xpm
3146         * src/pixmaps/preferences.xpm
3147         * src/pixmaps/properties.xpm
3148                 Fix pixmap size - patch by Fabien Vantard
3149
3150 2006-02-13 [colin]      2.0.0cvs48
3151
3152         * src/procmime.c
3153                 Add missing fclose()s on error
3154         * src/textview.c
3155                 Remove unused code
3156         * src/common/utils.c
3157                 Fix temp files not being deleted on windows
3158         Patches by Thomas Gilgin
3159
3160 2006-02-13 [colin]      2.0.0cvs47
3161
3162         * src/mainwindow.c
3163                 Fix exit crash
3164
3165 2006-02-13 [wwp]        2.0.0cvs46
3166
3167         * src/plugins/pgpcore/prefs_gpg.c
3168                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3169
3170 2006-02-12 [colin]      2.0.0cvs45
3171
3172         * src/folderview.c
3173         * src/main.c
3174         * src/mainwindow.c
3175                 Fix "stuff" when quitting
3176
3177 2006-02-12 [wwp]        2.0.0cvs44
3178
3179         * src/prefs_themes.c
3180                 fix typos in debug messages.
3181
3182 2006-02-11 [colin]      2.0.0cvs43
3183
3184         * src/summaryview.c
3185                 don't allow drag/drop from ourself
3186
3187 2006-02-10 [wwp]        2.0.0cvs42
3188
3189         * src/exporthtml.c
3190         * src/html.c
3191         * src/html.h
3192         * src/procmime.c
3193         * src/textview.c
3194                 renamed html_ prefixed functions and data structures to avoid
3195                 namespace clashes w/ other software (gtkhtml2 for instance).
3196                 Closes bug #907.
3197
3198
3199 2006-02-09 [colin]      2.0.0cvs41
3200
3201         * src/summaryview.c
3202                 Fix shitty logic messed up. Thanks Ticho for the hint!
3203
3204 2006-02-09 [wwp]        2.0.0cvs40
3205
3206         * src/gtk/about.c
3207         * src/compose.c
3208         * src/prefs_account.c
3209         * src/prefs_gtk.h
3210         * src/editaddress.c
3211                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3212                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3213                 Browse buttons in accounts prefs.
3214
3215 2006-02-09 [colin]      2.0.0cvs39
3216
3217         * src/matcher.c
3218                 Check for pointer before using its members
3219         * src/gtk/gtksourceprintjob.c
3220                 Fix a wrong warning
3221
3222 2006-02-09 [wwp]        2.0.0cvs38
3223
3224         * src/gtk/filesel.c
3225                 fix few compiler warnings (type mismatch).
3226
3227 2006-02-09 [paul]       2.0.0cvs37
3228
3229         * po/fr.po
3230                 updated by Fabien Vantard
3231
3232 2006-02-08 [colin]      2.0.0cvs36
3233
3234         * src/prefs_common.c
3235         * src/common/defs.h
3236         * src/common/plugin.c
3237                 allow windows and linux configurations to coexist
3238                 patch by Thomas Gilgin
3239
3240 2006-02-08 [colin]      2.0.0cvs35
3241
3242         * src/filtering.c
3243         * src/matcher.c
3244         * src/matcher.h
3245         * src/matcher_parser_parse.y
3246         * src/prefs_filtering_action.c
3247         * src/prefs_matcher.c
3248                 Add the "Ignore thread" filtering
3249                 action
3250
3251 2006-02-08 [colin]      2.0.0cvs34
3252
3253         * src/compose.c
3254         * src/procmime.c
3255         * src/procmime.h
3256                 Fix bug #905 (damaged attachment)
3257                 text files with raw \0's aren't really text files
3258         FOR_STABLE
3259
3260 2006-02-08 [colin]      2.0.0cvs33
3261
3262         * src/summaryview.c
3263                 Fix crasher introduced yesterday
3264
3265 2006-02-08 [wwp]        2.0.0cvs32
3266
3267         * src/compose.c
3268         * src/compose.h
3269                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3270
3271 2006-02-08 [wwp]        2.0.0cvs31
3272
3273         * src/prefs_template.c
3274                 templates enhancement: allow address completion for Cc and Bcc fields
3275                 (it was currently possible for the To field only)
3276
3277 2006-02-08 [colin]      2.0.0cvs30
3278
3279         * src/compose.c
3280                 Don't unblock if not blocked
3281         FOR_STABLE
3282
3283 2006-02-07 [colin]      2.0.0cvs29
3284
3285         * src/action.c
3286                 Forgot to refresh summaryview
3287
3288 2006-02-07 [colin]      2.0.0cvs28
3289
3290         * src/action.c
3291                 Freeze/thaw message list and folder list while
3292                 processing %as{} actions 
3293         * src/compose.c
3294                 Fix auto-wrap disabling after a middle-click
3295                 paste - FOR_STABLE
3296
3297 2006-02-07 [paul]       2.0.0cvs27
3298
3299         * src/folder.c
3300                 fix freeing of uninitialised pointers
3301                 Thanks to Colin
3302
3303 2006-02-06 [colin]      2.0.0cvs26
3304
3305         * src/folder.c
3306                 Use g_slist_prepend in potentially big list
3307
3308 2006-02-06 [colin]      2.0.0cvs25
3309
3310         * src/folder.c
3311                 Completely skip processing if it doesn't 
3312                 exist (faster!)
3313
3314 2006-02-06 [colin]      2.0.0cvs24
3315
3316         * src/folder.c
3317         * src/summaryview.c
3318                 Batch filtering in summaryview (from Tools menu)
3319                 and pre/post//-processing too
3320
3321 2006-02-06 [colin]      2.0.0cvs23
3322
3323         * src/procmsg.h
3324         * src/filtering.c
3325                 Use a special field for batch filtering instead
3326                 of stepping on deferred execution's toes
3327
3328 2006-02-06 [colin]      2.0.0cvs22
3329
3330         * src/action.c
3331         * src/filtering.c
3332         * src/filtering.h
3333         * src/folder.c
3334         * src/summaryview.c
3335                 Fix filtering via menus and actions
3336
3337 2006-02-06 [colin]      2.0.0cvs21
3338
3339         * src/imap.c
3340                 Put the added file directly to cache if possible (will work
3341                 with next libetpan)
3342         * src/filtering.c
3343         * src/filtering.h
3344         * src/inc.c
3345         * src/folder.c
3346         * src/mbox.c
3347         * src/procmsg.h
3348                 Move and copy filtered messages by batches instead of one
3349                 by one - faster on IMAP
3350         * src/procmsg.c
3351                 Add a function that'll possibly be useful later
3352
3353 2006-02-06 [colin]      2.0.0cvs20
3354
3355         * src/addressbook.c
3356                 Use internal mime-type instead of text/plain for d'n'd
3357         * src/compose.c
3358                 Allow attaching files from mimeview's icon list via d'n'd
3359         * src/folderview.c
3360         * src/folderview.h
3361                 Use internal mime-type instead of text/plain for d'n'd
3362                 Don't try to selected opened folder if none is
3363                 Factorize d'n'd from other apps code
3364         * src/headerview.c
3365         * src/textview.c
3366         * src/gtk/gtkutils.c
3367         * src/gtk/gtkutils.h
3368                 Factorize Face/X-Face stuff
3369         * src/mimeview.c
3370                 Fix d'n'd to other apps
3371         * src/prefs_message.c
3372                 Let the XFace pref be usable without libcompface as it also
3373                 applies to Face
3374         * src/summaryview.c
3375                 Fix d'n'd to other apps
3376                 Factorize d'n'd from other apps code
3377
3378 2006-02-06 [wwp]        2.0.0cvs19
3379
3380         * po/it.po
3381                 Italian translation fixes by Andrea Spadaccini (no more confusion
3382                 between filtering and processing, and few changes in the About
3383                 dialog).
3384
3385
3386 2006-02-06 [mones]      2.0.0cvs18
3387
3388         * src/gtk/icon_legend.c
3389                 Improved descriptions allowing better translations
3390
3391 2006-02-05 [colin]      2.0.0cvs17
3392
3393         * src/imap.c
3394                 Add the f*cking missing expunge that caused imap_fetch_env
3395                 to fail after an add_msgs ! :-///
3396         * src/etpan/imap-thread.c
3397                 Add a bit of debug
3398         FOR_STABLE
3399
3400 2006-02-05 [colin]      2.0.0cvs16
3401
3402         * src/common/utils.c
3403                 Don't check for return-path (or we can't put
3404                 back non-sent mails)
3405
3406 2006-02-05 [colin]      2.0.0cvs15
3407
3408         * src/textview.c
3409                 Don't try to display Face header in textview
3410                 when teh headerview's active
3411
3412 2006-02-05 [colin]      2.0.0cvs14
3413
3414         * tools/tbird2syl.py
3415         * tools/Makefile.am
3416                 Add script to import Thunderbird mails
3417
3418 2006-02-05 [colin]      2.0.0cvs13
3419
3420         * src/headerview.c
3421         * src/procheader.c
3422         * src/procmsg.c
3423         * src/procmsg.h
3424         * src/textview.c
3425                 Show Face headers - patch partially by Klaus Flittner
3426
3427 2006-02-05 [colin]      2.0.0cvs12
3428
3429         * src/folderview.c
3430         * src/summaryview.c
3431         * src/common/utils.c
3432         * src/common/utils.h
3433                 Let dnd work from mime icons to summaryview
3434                 and to folderview too
3435                 Add a crude test to avoid trying to add files
3436                 drag'n'dropped when they're not mails
3437
3438 2006-02-04 [colin]      2.0.0cvs11
3439
3440         * src/summaryview.c
3441         * src/mimeview.c
3442                 Fix utf8 conversion
3443
3444 2006-02-04 [colin]      2.0.0cvs10
3445
3446         * src/compose.c
3447         * src/folderview.c
3448         * src/mimeview.c
3449         * src/summaryview.c
3450         * src/summaryview.h
3451                 Added various drag and drop capas:
3452                 From                    To
3453                 summaryview             other apps
3454                 mimeview icons          other apps
3455                 other apps              summaryview
3456                 other apps              folderview
3457
3458                 This shouldn't have broken the existing:
3459                 From                    To
3460                 summaryview             folderview
3461                 folderview              folderview
3462                 summaryview             compose's attachments
3463
3464         Tests welcomed.
3465
3466 2006-02-02 [paul]       2.0.0cvs9
3467
3468         * src/mainwindow.c
3469                 move global option 'Set displayed columns...' out
3470                 of folder option grouping.
3471                 fix sensitivity of 'harvest addresses'
3472         FOR_STABLE
3473
3474 2006-02-01 [colin]      2.0.0cvs8
3475
3476         * src/mimeview.c
3477                 Revert the alertpanel patch, it sucks (intrusive
3478                 and gets in the way of "open")
3479
3480 2006-02-01 [colin]      2.0.0cvs7
3481
3482         * src/compose.c
3483         * src/prefs_account.c
3484         * src/prefs_common.c
3485         * src/common/defs.h
3486         * src/common/utils.c
3487         * src/common/utils.h
3488                 Add ability to edit the signature file
3489                 from the account preferences, and use
3490                 a default for the text editor.
3491                 Patch by Fabien Vantard
3492
3493 2006-02-01 [colin]      2.0.0cvs6
3494
3495         * src/mimeview.c
3496                 Try to get mime type by extension if it is
3497                 application/octet-stream
3498                 Display a window with possible choices when
3499                 encountering unknown mime types
3500         * src/gtk/filesel.c
3501         * src/gtk/filesel.h
3502                 Add preview
3503                 Allow multiple selection in filtered filesel
3504                 (patch by Fabien Vantard)
3505         * src/gtk/pluginwindow.c
3506                 Use it (patch by Fabien Vantard)
3507
3508 2006-02-01 [paul]       2.0.0cvs5
3509
3510         * src/jpilot.c
3511                 fix crash on creating jpilot address book
3512                 Thanks to Colin - FOR_STABLE
3513         * src/prefs_summaries.c
3514         * src/prefs_wrapping.c
3515         * src/gtk/icon_legend.c
3516         * src/gtk/quicksearch.c
3517                 string fixes and additions
3518
3519 2006-02-01 [paul]       2.0.0cvs4
3520
3521         * src/compose.c
3522         * src/mainwindow.c
3523         * src/messageview.c
3524         * src/prefs_send.c
3525                 add Arabic encoding option
3526                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3527
3528 2006-01-31 [colin]      2.0.0cvs3
3529
3530         * src/plugins/pgpcore/passphrase.c
3531                 Convert passphrase to locale encoding
3532         * src/compose.c
3533                 Fix drafting on IMAP. Crappy bug sneaked in
3534                 the release :-/
3535         FOR_STABLE
3536
3537 2006-01-30 [paul]       2.0.0cvs2
3538
3539         * src/gtk/icon_legend.c
3540                 show the new entries
3541
3542 2006-01-30 [colin]      2.0.0cvs1
3543
3544         * src/manual.c
3545                 Check for the file to be present before 
3546                 enabling the menu - FOR_STABLE
3547         * src/gtk/icon_legend.c
3548                 Add folders icons (not all of them, there
3549                 are too much, but the most intriguing ones)
3550
3551 2006-01-30 [paul]       2.0.0
3552
3553         version 2.0.0 released
3554
3555 2006-01-30 [paul]       1.9.100cvs200
3556
3557         * manual/faq.xml
3558         * manual/gpl.xml
3559         * manual/intro.xml
3560         * manual/starting.xml
3561         * manual/sylpheed-claws-manual.xml
3562                 fixes, additions
3563
3564 2006-01-29 [mones]      1.9.100cvs199
3565
3566         * manual/account.xml
3567         * manual/advanced.xml
3568         * manual/glossary.xml
3569                 Some typos fixed, added LDIF term to glossary
3570         * po/es.po
3571                 Fixed leading plus symbol
3572
3573 2006-01-29 [paul]       1.9.100cvs198
3574
3575         * po/fi.po
3576         * po/sk.po
3577                 updated by Tommi Pirinen and Andrej Kacian
3578
3579 2006-01-29 [paul]       1.9.100cvs197
3580
3581         * src/gtk/authors.h
3582                 remove duplicates
3583
3584 2006-01-29 [paul]       1.9.100cvs196
3585
3586         * AUTHORS
3587         * po/nl.po
3588         * src/gtk/authors.h
3589         * tools/claws.i18n.status.pl
3590                 nl translation updated by Tim Dijkstra
3591
3592 2006-01-29 [paul]       1.9.100cvs195
3593
3594         * po/sr.po
3595         * po/sv.po
3596                 updated by Aleksandar Urosevic and Anders Troback
3597
3598 2006-01-28 [colin]      1.9.100cvs194
3599
3600         * src/gtk/gtksourceprintjob.c
3601                 Don't fiddle with PangoLayout when we
3602                 have an image
3603
3604 2006-01-28 [paul]       1.9.100cvs193
3605
3606         * AUTHORS
3607         * po/el.po
3608         * po/zh_CN.po
3609         * src/gtk/authors.h
3610         * tools/claws.i18n.status.pl
3611                 updated translations submitted by Stavros Giannouris
3612                 and Ralgh Young
3613
3614 2006-01-27 [colin]      1.9.100cvs192
3615
3616         * src/summaryview.c
3617         * src/gtk/gtksourceprintjob.c
3618                 Add image printing 
3619                 (libgnomeprint only, of course)
3620
3621 2006-01-27 [paul]       1.9.100cvs191
3622
3623         * po/fr.po
3624         * po/it.po
3625                 updated by Fabien Vantard and Andrea Spadaccini
3626
3627 2006-01-26 [colin]      1.9.100cvs190
3628
3629         * manual/Makefile.am
3630         * configure.ac
3631                 Make building the manual optional 
3632                 (--disable-manual)
3633
3634 2006-01-26 [paul]       1.9.100cvs189
3635
3636         * manual/glossary.xml
3637         * manual/plugins.xml
3638                 edited
3639         * po/en_GB.po
3640                 updated
3641
3642 2006-01-26 [paul]       1.9.100cvs188
3643
3644         * src/prefs_display_header.c
3645         * src/prefs_folder_column.c
3646         * src/prefs_msg_colors.c
3647         * src/prefs_summaries.c
3648         * src/prefs_summary_column.c
3649                 HIGify
3650
3651 2006-01-25 [colin]      1.9.100cvs187
3652
3653         * src/imap.c
3654                 Don't allow moving/copying mails between
3655                 queue/drafts and non-queue/drafts folders
3656                 Fixes bug #897 (message header is resetted 
3657                 if one is copied to Drafts)
3658
3659 2006-01-25 [colin]      1.9.100cvs186
3660
3661         * src/folder.c
3662         * src/mainwindow.c
3663                 Fix subscribed folders not found
3664         * src/compose.c
3665                 Don't try to encode as original mail's charset
3666                 if it's ascii 
3667
3668 2006-01-25 [paul]       1.9.100cvs185
3669
3670         * AUTHORS
3671         * po/Makevars
3672                 updated
3673         * po/de.po
3674         * po/pl.po
3675         * po/pt_BR.po
3676         * po/sr.po
3677                 updates submitted by Stephan Sachse, Emilian Nowak
3678                 and Quar, Frederico Goncalves Guimaraes, and
3679                 Aleksandar Urosevic
3680                 Fix Bug 896, 'PT_BR locale broken'.
3681         * src/gtk/authors.h
3682                 updated
3683
3684 2006-01-24 [mones]      1.9.100cvs184
3685
3686         * manual/glossary.xml
3687                 All current terms finished. Reviewers welcome ;-)
3688         * manual/keyboard.xml
3689                 Fixed column width for pdf output.
3690         * po/es.po
3691                 Updated
3692
3693 2006-01-24 [paul]       1.9.100cvs183
3694
3695         * manual/glossary.xml
3696                 fix id name
3697         * manual/dist/html/Makefile.am
3698         * manual/dist/pdf/Makefile.am
3699         * manual/dist/ps/Makefile.am
3700         * manual/dist/txt/Makefile.am
3701                 fix make deps
3702                 Thanks to Colin
3703
3704 2006-01-24 [mones]      1.9.100cvs182
3705
3706         * manual/glossary.xml
3707                 Nearly finished, some terms missing.
3708
3709 2006-01-23 [paul]       1.9.100cvs181
3710
3711         * manual/dist/html/Makefile.am
3712         * manual/dist/pdf/Makefile.am
3713         * manual/dist/ps/Makefile.am
3714         * manual/dist/txt/Makefile.am
3715         * src/mainwindow.c
3716                 re-enable manual
3717                 Thanks to Colin
3718
3719 2006-01-22 [colin]      1.9.100cvs180
3720
3721         * src/compose.c
3722         * src/gtk/gtkaspell.c
3723                 Don't deselect stuff before right-clicking, with aspell.
3724                 (This prevented right-click Copy, for example).
3725                 Thanks to Clo!
3726
3727 2006-01-22 [paul]       1.9.100cvs179
3728
3729         * src/summary_search.c
3730                 don't fix the widget size as it causes problems
3731                 under localisation.
3732                 Thanks to Emilian Nowak
3733
3734 2006-01-21 [paul]       1.9.100cvs178
3735
3736         * src/prefs_themes.c
3737                 fix broken underlining of label text
3738                 with some translations
3739
3740 2006-01-21 [colin]      1.9.100cvs177
3741
3742         * po/fr.po
3743                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3744
3745 2006-01-20 [colin]      1.9.100cvs176
3746
3747         * configure.ac
3748         * Makefile.am
3749         * manual/Makefile
3750         * manual/dist/html/.cvsignore
3751         * manual/dist/html/Makefile.am
3752         * manual/dist/pdf/.cvsignore
3753         * manual/dist/pdf/Makefile.am
3754         * manual/dist/ps/.cvsignore
3755         * manual/dist/ps/Makefile.am
3756         * manual/dist/txt/.cvsignore
3757         * manual/dist/txt/Makefile.am
3758                 Autotool-ize manual
3759
3760 2006-01-20 [paul]       1.9.100cvs175
3761
3762         * manual/handling.xml
3763                 make Filtering and Searching entries easier to find
3764         * manual/keyboard.xml
3765                 add the remaining default keybinds
3766         * src/prefs_summaries.c
3767                 update the default keybinds
3768
3769 2006-01-20 [paul]       1.9.100cvs174
3770
3771         * src/addressbook.c
3772         * src/addrgather.c
3773         * src/addrharvest.c
3774         * src/editaddress.c
3775         * src/editgroup.c
3776         * src/exphtmldlg.c
3777         * src/expldifdlg.c
3778         * src/exporthtml.c
3779         * src/exportldif.c
3780         * src/ldif.c
3781                 replace 'e-mail' with 'email'
3782         * src/summary_search.c
3783                 add mnemonic to "Find all" button
3784
3785 2006-01-20 [wwp]        1.9.100cvs173
3786
3787         * src/export.c
3788         * src/import.c
3789                 touched mbox import/export buttons for HIG-compliance
3790
3791 2006-01-19 [paul]       1.9.100cvs172
3792
3793         * manual/account.xml
3794         * manual/addrbook.xml
3795         * manual/advanced.xml
3796         * manual/faq.xml
3797         * manual/handling.xml
3798         * manual/intro.xml
3799         * manual/plugins.xml
3800         * manual/starting.xml
3801                 more editing
3802
3803 2006-01-19 [paul]       1.9.100cvs171
3804
3805         * src/toolbar.c
3806                 allow use of trash button while receiving
3807                 Thanks to Colin
3808
3809 2006-01-19 [wwp]        1.9.100cvs170
3810
3811         * src/gtk/quicksearch.c
3812         * src/compose.c
3813                 force text color to black when yellow background is set
3814
3815 2006-01-19 [colin]      1.9.100cvs169
3816
3817         * src/plugins/trayicon/trayicon.c
3818                 Gray out Get Mail when already getting mail
3819
3820 2006-01-18 [paul]       1.9.100cvs168
3821
3822         * src/compose.c
3823                 give widget yellow background was To is
3824                 set via folder prefs
3825         * src/gtk/quicksearch.c
3826                 give widget yellow background when quick
3827                 search is active.
3828                 Thanks to Colin
3829
3830 2006-01-18 [paul]       1.9.100cvs167
3831
3832         * doc/man/sylpheed-claws.1
3833                 add --subscribe option
3834
3835 2006-01-18 [paul]       1.9.100cvs166
3836
3837         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3838         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3839                 use %U instead of %F (%F is broken for user installed
3840                 files in kde 3.5)
3841
3842 2006-01-18 [colin]      1.9.100cvs165
3843
3844         * src/summaryview.c
3845                 Default to Yes in "No more * messages" dialogs
3846
3847 2006-01-17 [colin]      1.9.100cvs164
3848
3849         * src/compose.c
3850                 Possibly fix an invalid iterator causing
3851                 crash
3852
3853 2006-01-17 [colin]      1.9.100cvs163
3854
3855         * src/mimeview.c
3856                 Fix crash when the image disappears under the
3857                 image viewer
3858
3859 2006-01-16 [colin]      1.9.100cvs162
3860
3861         * src/compose.c
3862                 Fix reenabling autowrap
3863
3864 2006-01-16 [colin]      1.9.100cvs161
3865
3866         * src/compose.c
3867                 reset quote_len before getting quote_str
3868
3869 2006-01-16 [colin]      1.9.100cvs160
3870
3871         * src/account.c
3872         * src/account.h
3873         * src/folder.c
3874         * src/imap_gtk.c
3875         * src/mh_gtk.c
3876                 Fix bug #883 (default inbox does not track folder move)
3877
3878 2006-01-16 [colin]      1.9.100cvs159
3879
3880         * src/compose.c
3881         * src/plugins/pgpcore/passphrase.c
3882                 More buttons fixes
3883
3884 2006-01-16 [paul]       1.9.100cvs158
3885
3886         * src/prefs_actions.c
3887         * src/prefs_filtering_action.c
3888         * src/prefs_matcher.c
3889         * src/quote_fmt.c
3890         * src/gtk/description_window.c
3891         * src/gtk/description_window.h
3892         * src/gtk/quicksearch.c
3893                 description window cleanups
3894
3895 2006-01-15 [colin]      1.9.100cvs157
3896
3897         * src/addressbook.c
3898         * src/prefs_filtering.c
3899                 Same here
3900
3901 2006-01-15 [colin]      1.9.100cvs156
3902
3903         * src/folderview.c
3904         * src/mainwindow.c
3905                 Same for "Empty trash"
3906
3907 2006-01-15 [colin]      1.9.100cvs155
3908
3909         * src/inc.c
3910                 Override offline dialog had Yes by default
3911
3912 2006-01-15 [colin]      1.9.100cvs154
3913
3914         * src/summaryview.c
3915                 Delete selected messages? previously had Yes the default
3916
3917 2006-01-15 [colin]      1.9.100cvs153
3918
3919         * src/folder.c
3920         * src/folder.h
3921         * src/main.c
3922                 Check if a mailbox is loaded after all
3923                 plugins are loaded.
3924
3925 2006-01-15 [colin]      1.9.100cvs152
3926
3927         * src/folder.c
3928                 Don't start wizard when there are unloaded folders (will help
3929                 people with only mbox or maildir mailboxes)
3930
3931 2006-01-14 [colin]      1.9.100cvs151
3932
3933         * src/addressbook.c
3934         * src/expldifdlg.c
3935         * src/importldif.c
3936         * src/importmutt.c
3937         * src/importpine.c
3938         * src/mh_gtk.c
3939                 More HIG compliance and fixes
3940
3941 2006-01-14 [colin]      1.9.100cvs150
3942
3943         * src/prefs_filtering_action.c
3944         * src/foldersel.c
3945                 Two forgotten button order changes
3946
3947 2006-01-14 [colin]      1.9.100cvs149
3948
3949         * src/account.c
3950         * src/addressbook.c
3951         * src/compose.c
3952         * src/folderview.c
3953         * src/imap_gtk.c
3954         * src/mainwindow.c
3955         * src/mh_gtk.c
3956         * src/news_gtk.c
3957         * src/prefs_actions.c
3958         * src/prefs_customheader.c
3959         * src/prefs_filtering.c
3960         * src/prefs_matcher.c
3961         * src/prefs_template.c
3962         * src/ssl_manager.c
3963         * src/summaryview.c
3964         * src/textview.c
3965         * src/toolbar.c
3966                 All deletion confirmations are now "Cancel, Delete" 
3967                 instead of "No, Yes"
3968                 Clarified most of the other "No, Yes" to 
3969                 "Cancel, Descriptive_action"
3970                 Rechanged the "Entry not saved" alerts to have 
3971                 "Close, Continue editing"
3972
3973
3974 2006-01-14 [paul]
3975
3976         * 2.0.0-rc4 released
3977
3978 2006-01-14 [paul]       1.9.100cvs148
3979
3980         * src/account.c
3981         * src/addressadd.c
3982         * src/addressbook.c
3983         * src/compose.c
3984         * src/editaddress.c
3985         * src/editbook.c
3986         * src/editgroup.c
3987         * src/editjpilot.c
3988         * src/editldap.c
3989         * src/editvcard.c
3990         * src/exphtmldlg.c
3991         * src/expldifdlg.c
3992         * src/folderview.c
3993         * src/grouplistdialog.c
3994         * src/imap_gtk.c
3995         * src/importmutt.c
3996         * src/importpine.c
3997         * src/inc.c
3998         * src/main.c
3999         * src/mainwindow.c
4000         * src/message_search.c
4001         * src/messageview.c
4002         * src/mh_gtk.c
4003         * src/mimeview.c
4004         * src/news_gtk.c
4005         * src/prefs_actions.c
4006         * src/prefs_customheader.c
4007         * src/prefs_filtering.c
4008         * src/prefs_matcher.c
4009         * src/prefs_template.c
4010         * src/prefs_themes.c
4011         * src/ssl_manager.c
4012         * src/summary_search.c
4013         * src/summaryview.c
4014         * src/textview.c
4015         * src/toolbar.c
4016         * src/gtk/foldersort.c
4017         * src/gtk/gtkaspell.c
4018         * src/gtk/inputdialog.c
4019         * src/gtk/prefswindow.c
4020         * src/plugins/pgpcore/select-keys.c
4021         * src/plugins/trayicon/trayicon.c
4022                 HIG compliant button order
4023
4024 2006-01-14 [mones]      1.9.100cvs147
4025
4026         * po/es.po
4027                 Updated translation
4028
4029 2006-01-13 [paul]       1.9.100cvs146
4030
4031         * AUTHORS
4032         * ChangeLog
4033         * src/gtk/authors.h
4034                 add Joshua M. Kwan to contributors list
4035
4036 2006-01-13 [colin]      1.9.100cvs145
4037
4038         * src/gtk/quicksearch.c
4039                 Don't refocus quick search after executing (Esc or Enter)
4040                 Allows to '/'search something then move up/down in 
4041                 summaryview, and to Esc a search and be back in the 
4042                 summaryview
4043
4044 2006-01-13 [paul]       1.9.100cvs144
4045
4046         * src/plugins/pgpinline/pgpinline.c
4047                 support Content-Type 'application/pgp'
4048                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4049
4050 2006-01-13 [paul]       1.9.100cvs143
4051
4052         * manual/account.xml
4053                 make mention of partial retrieval
4054                 thanks to Colin
4055
4056 2006-01-13 [paul]       1.9.100cvs142
4057
4058         * src/account.c
4059         * src/account.h
4060         * src/action.c
4061         * src/action.h
4062         * src/adbookbase.h
4063         * src/addr_compl.c
4064         * src/addr_compl.h
4065         * src/addrbook.c
4066         * src/addrcache.c
4067         * src/addrcache.h
4068         * src/addrcindex.c
4069         * src/addrcindex.h
4070         * src/addrclip.c
4071         * src/addrclip.h
4072         * src/addrdefs.h
4073         * src/addressadd.c
4074         * src/addressadd.h
4075         * src/addressbook.c
4076         * src/addressbook.h
4077         * src/addrgather.c
4078         * src/addrgather.h
4079         * src/addrharvest.c
4080         * src/addrharvest.h
4081         * src/addrindex.c
4082         * src/addrindex.h
4083         * src/addritem.c
4084         * src/addritem.h
4085         * src/addrquery.c
4086         * src/addrquery.h
4087         * src/addrselect.c
4088         * src/addrselect.h
4089         * src/alertpanel.c
4090         * src/alertpanel.h
4091         * src/browseldap.c
4092         * src/browseldap.h
4093         * src/codeconv.c
4094         * src/codeconv.h
4095         * src/compose.c
4096         * src/compose.h
4097         * src/customheader.c
4098         * src/customheader.h
4099         * src/displayheader.c
4100         * src/displayheader.h
4101         * src/editaddress.c
4102         * src/editaddress.h
4103         * src/editbook.c
4104         * src/editbook.h
4105         * src/editgroup.c
4106         * src/editgroup.h
4107         * src/editjpilot.c
4108         * src/editjpilot.h
4109         * src/editldap.c
4110         * src/editldap.h
4111         * src/editldap_basedn.c
4112         * src/editldap_basedn.h
4113         * src/editvcard.c
4114         * src/editvcard.h
4115         * src/exphtmldlg.c
4116         * src/exphtmldlg.h
4117         * src/expldifdlg.c
4118         * src/expldifdlg.h
4119         * src/export.h
4120         * src/exporthtml.c
4121         * src/exporthtml.h
4122         * src/exportldif.c
4123         * src/exportldif.h
4124         * src/filtering.c
4125         * src/filtering.h
4126         * src/folder.c
4127         * src/folder.h
4128         * src/folder_item_prefs.c
4129         * src/folder_item_prefs.h
4130         * src/foldersel.c
4131         * src/foldersel.h
4132         * src/folderutils.c
4133         * src/folderutils.h
4134         * src/folderview.c
4135         * src/folderview.h
4136         * src/grouplistdialog.c
4137         * src/grouplistdialog.h
4138         * src/headerview.c
4139         * src/html.c
4140         * src/html.h
4141         * src/image_viewer.c
4142         * src/image_viewer.h
4143         * src/imap.c
4144         * src/imap.h
4145         * src/imap_gtk.c
4146         * src/imap_gtk.h
4147         * src/import.h
4148         * src/importldif.c
4149         * src/importldif.h
4150         * src/importmutt.c
4151         * src/importmutt.h
4152         * src/importpine.c
4153         * src/importpine.h
4154         * src/inc.c
4155         * src/inc.h
4156         * src/jpilot.c
4157         * src/jpilot.h
4158         * src/ldapctrl.c
4159         * src/ldapctrl.h
4160         * src/ldaplocate.c
4161         * src/ldaplocate.h
4162         * src/ldapquery.c
4163         * src/ldapquery.h
4164         * src/ldapserver.c
4165         * src/ldapserver.h
4166         * src/ldaputil.c
4167         * src/ldaputil.h
4168         * src/ldif.c
4169         * src/ldif.h
4170         * src/main.c
4171         * src/main.h
4172         * src/mainwindow.c
4173         * src/mainwindow.h
4174         * src/manual.c
4175         * src/manual.h
4176         * src/mbox.c
4177         * src/mbox.h
4178         * src/message_search.c
4179         * src/message_search.h
4180         * src/messageview.c
4181         * src/messageview.h
4182         * src/mh.c
4183         * src/mh.h
4184         * src/mh_gtk.c
4185         * src/mh_gtk.h
4186         * src/mimeview.c
4187         * src/mimeview.h
4188         * src/msgcache.c
4189         * src/msgcache.h
4190         * src/mutt.c
4191         * src/mutt.h
4192         * src/news.c
4193         * src/news.h
4194         * src/news_gtk.c
4195         * src/news_gtk.h
4196         * src/partial_download.c
4197         * src/partial_download.h
4198         * src/pine.c
4199         * src/pine.h
4200         * src/pop.c
4201         * src/pop.h
4202         * src/prefs_account.c
4203         * src/prefs_account.h
4204         * src/prefs_actions.c
4205         * src/prefs_actions.h
4206         * src/prefs_common.c
4207         * src/prefs_common.h
4208         * src/prefs_compose_writing.c
4209         * src/prefs_compose_writing.h
4210         * src/prefs_customheader.c
4211         * src/prefs_customheader.h
4212         * src/prefs_display_header.c
4213         * src/prefs_display_header.h
4214         * src/prefs_filtering.c
4215         * src/prefs_filtering.h
4216         * src/prefs_filtering_action.c
4217         * src/prefs_filtering_action.h
4218         * src/prefs_folder_column.c
4219         * src/prefs_folder_column.h
4220         * src/prefs_folder_item.c
4221         * src/prefs_folder_item.h
4222         * src/prefs_fonts.c
4223         * src/prefs_fonts.h
4224         * src/prefs_gtk.c
4225         * src/prefs_gtk.h
4226         * src/prefs_image_viewer.c
4227         * src/prefs_image_viewer.h
4228         * src/prefs_matcher.c
4229         * src/prefs_matcher.h
4230         * src/prefs_message.c
4231         * src/prefs_msg_colors.c
4232         * src/prefs_msg_colors.h
4233         * src/prefs_other.c
4234         * src/prefs_quote.c
4235         * src/prefs_receive.c
4236         * src/prefs_send.c
4237         * src/prefs_spelling.c
4238         * src/prefs_spelling.h
4239         * src/prefs_summaries.c
4240         * src/prefs_summaries.h
4241         * src/prefs_summary_column.c
4242         * src/prefs_summary_column.h
4243         * src/prefs_template.c
4244         * src/prefs_template.h
4245         * src/prefs_themes.c
4246         * src/prefs_themes.h
4247         * src/prefs_toolbar.c
4248         * src/prefs_toolbar.h
4249         * src/prefs_wrapping.c
4250         * src/prefs_wrapping.h
4251         * src/privacy.c
4252         * src/privacy.h
4253         * src/procheader.c
4254         * src/procheader.h
4255         * src/procmime.c
4256         * src/procmime.h
4257         * src/procmsg.c
4258         * src/procmsg.h
4259         * src/quote_fmt.c
4260         * src/quote_fmt_parse.y
4261         * src/recv.c
4262         * src/recv.h
4263         * src/remotefolder.c
4264         * src/remotefolder.h
4265         * src/send_message.c
4266         * src/send_message.h
4267         * src/setup.c
4268         * src/setup.h
4269         * src/sourcewindow.c
4270         * src/sourcewindow.h
4271         * src/ssl_manager.c
4272         * src/ssl_manager.h
4273         * src/statusbar.c
4274         * src/statusbar.h
4275         * src/stock_pixmap.c
4276         * src/stock_pixmap.h
4277         * src/summary_search.c
4278         * src/summary_search.h
4279         * src/summaryview.c
4280         * src/summaryview.h
4281         * src/syldap.c
4282         * src/syldap.h
4283         * src/textview.c
4284         * src/textview.h
4285         * src/toolbar.c
4286         * src/toolbar.h
4287         * src/undo.c
4288         * src/undo.h
4289         * src/unmime.c
4290         * src/unmime.h
4291         * src/vcard.c
4292         * src/vcard.h
4293         * src/wizard.c
4294         * src/wizard.h
4295         * src/common/base64.c
4296         * src/common/base64.h
4297         * src/common/defs.h
4298         * src/common/hooks.c
4299         * src/common/hooks.h
4300         * src/common/log.c
4301         * src/common/log.h
4302         * src/common/mgutils.c
4303         * src/common/mgutils.h
4304         * src/common/nntp.c
4305         * src/common/nntp.h
4306         * src/common/passcrypt.c
4307         * src/common/passcrypt.h.in
4308         * src/common/plugin.c
4309         * src/common/plugin.h
4310         * src/common/prefs.c
4311         * src/common/prefs.h
4312         * src/common/progressindicator.c
4313         * src/common/progressindicator.h
4314         * src/common/quoted-printable.c
4315         * src/common/quoted-printable.h
4316         * src/common/session.c
4317         * src/common/session.h
4318         * src/common/smtp.c
4319         * src/common/smtp.h
4320         * src/common/socket.c
4321         * src/common/socket.h
4322         * src/common/ssl.c
4323         * src/common/ssl.h
4324         * src/common/ssl_certificate.c
4325         * src/common/ssl_certificate.h
4326         * src/common/stringtable.c
4327         * src/common/stringtable.h
4328         * src/common/sylpheed.c
4329         * src/common/sylpheed.h
4330         * src/common/template.c
4331         * src/common/template.h
4332         * src/common/timing.h
4333         * src/common/utils.c
4334         * src/common/utils.h
4335         * src/common/version.h.in
4336         * src/common/xml.c
4337         * src/common/xml.h
4338         * src/common/xmlprops.c
4339         * src/common/xmlprops.h
4340         * src/gtk/colorlabel.c
4341         * src/gtk/colorsel.c
4342         * src/gtk/colorsel.h
4343         * src/gtk/description_window.c
4344         * src/gtk/description_window.h
4345         * src/gtk/filesel.c
4346         * src/gtk/filesel.h
4347         * src/gtk/foldersort.c
4348         * src/gtk/foldersort.h
4349         * src/gtk/gtkutils.c
4350         * src/gtk/gtkutils.h
4351         * src/gtk/inputdialog.c
4352         * src/gtk/inputdialog.h
4353         * src/gtk/logwindow.c
4354         * src/gtk/logwindow.h
4355         * src/gtk/manage_window.c
4356         * src/gtk/manage_window.h
4357         * src/gtk/menu.c
4358         * src/gtk/menu.h
4359         * src/gtk/pluginwindow.c
4360         * src/gtk/pluginwindow.h
4361         * src/gtk/prefswindow.c
4362         * src/gtk/prefswindow.h
4363         * src/gtk/progressdialog.c
4364         * src/gtk/progressdialog.h
4365         * src/gtk/sslcertwindow.c
4366         * src/gtk/sslcertwindow.h
4367         * src/plugins/clamav/clamav_plugin.c
4368         * src/plugins/clamav/clamav_plugin.h
4369         * src/plugins/clamav/clamav_plugin_gtk.c
4370         * src/plugins/demo/demo.c
4371         * src/plugins/dillo_viewer/dillo_prefs.c
4372         * src/plugins/dillo_viewer/dillo_prefs.h
4373         * src/plugins/dillo_viewer/dillo_viewer.c
4374         * src/plugins/pgpcore/passphrase.c
4375         * src/plugins/pgpcore/passphrase.h
4376         * src/plugins/pgpcore/plugin.c
4377         * src/plugins/pgpcore/select-keys.c
4378         * src/plugins/pgpcore/select-keys.h
4379         * src/plugins/pgpcore/sgpgme.c
4380         * src/plugins/pgpcore/sgpgme.h
4381         * src/plugins/pgpinline/pgpinline.c
4382         * src/plugins/pgpinline/pgpinline.h
4383         * src/plugins/pgpinline/plugin.c
4384         * src/plugins/pgpmime/pgpmime.c
4385         * src/plugins/pgpmime/pgpmime.h
4386         * src/plugins/pgpmime/plugin.c
4387         * src/plugins/spamassassin/spamassassin.c
4388         * src/plugins/spamassassin/spamassassin.h
4389         * src/plugins/spamassassin/spamassassin_gtk.c
4390         * src/plugins/trayicon/trayicon.c
4391                 update copyright header
4392
4393 2006-01-13 [paul]       1.9.100cvs141
4394
4395         * src/account.c
4396         * src/export.c
4397         * src/import.c
4398         * src/mainwindow.c
4399         * src/prefs_account.c
4400         * src/prefs_display_header.c
4401         * src/prefs_receive.c
4402         * src/prefs_send.c
4403         * src/prefs_summaries.c
4404         * src/prefs_themes.c
4405         * src/prefs_toolbar.c
4406         * src/gtk/about.c
4407                 various cleanups
4408
4409 2006-01-12 [colin]      1.9.100cvs140
4410
4411         * src/folder.c
4412         * src/folder.h
4413         * src/main.c
4414                 Add --subscribe option
4415                 Let sylpheed-claws email@domain.com equivalent to --compose
4416                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4417
4418 2006-01-12 [paul]       1.9.100cvs139
4419
4420         * src/mainwindow.c
4421                 append 'Change folder order' label with '...'
4422         * src/prefs_actions.c
4423                 allow reordering of actions list by dnd
4424         * src/gtk/foldersort.c
4425                 make the dialog nicer
4426
4427 2006-01-11 [colin]      1.9.100cvs138
4428
4429         * src/compose.c
4430                 Allow templates without text
4431
4432 2006-01-11 [paul]       1.9.100cvs137
4433
4434         * tools/README
4435         * tools/filter_conv_new.pl
4436                 add info to README
4437                 also check .sylpheed for filter.xml
4438                 be a bit informative to the user
4439
4440 2006-01-11 [colin]      1.9.100cvs136
4441
4442         * src/textview.c
4443                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4444
4445 2006-01-10 [paul]       1.9.100cvs135
4446
4447         * tools/Makefile.am
4448         * tools/filter_conv_new.pl
4449                 add script to convert new style Sylpheed
4450                 filter rules (Sylpheed >= 0.9.99) to
4451                 Claws filtering rules
4452
4453 2006-01-10 [colin]      1.9.100cvs134
4454
4455         * src/compose.c
4456                 Fix broken line joins in certain conditions
4457                 (between two quoted lines: <enter><enter><up>
4458                  <type a wrapped sentence><go in the first line>
4459                  <insert more text><watch as line joining failed>)
4460
4461 2006-01-10 [paul]       1.9.100cvs133
4462
4463         * src/compose.c
4464                 don't report success in error dialog
4465                 thanks to Colin
4466         * src/common/utils.c
4467                 include some trailing punctuations as URI
4468                 thanks to Hiro
4469
4470 2006-01-10 [paul]       1.9.100cvs132
4471
4472         * src/mimeview.c
4473                 fix incompatible pointer type
4474                 warning
4475
4476 2006-01-10 [paul]       1.9.100cvs131
4477
4478         * src/compose.c
4479                 change Subject in window title
4480                 instantaneously
4481
4482 2006-01-09 [colin]      1.9.100cvs130
4483
4484         * src/addressbook.c
4485         * src/headerview.c
4486         * src/mainwindow.c
4487         * src/messageview.c
4488         * src/mimeview.c
4489         * src/noticeview.c
4490         * src/summaryview.c
4491                 Fix possible crashes on exit and in addressbook
4492
4493 2006-01-09 [paul]       1.9.100cvs129
4494
4495         * src/prefs_msg_colors.c
4496                 some cleanups that I forgot last time
4497
4498 2006-01-09 [paul]       1.9.100cvs128
4499
4500         * README
4501         * src/folderview.c
4502         * src/prefs_msg_colors.c
4503                 add previously hidden option, color_new, to
4504                 the gui
4505                 move the page to Display/
4506                 rework the gui
4507
4508 2006-01-09 [wwp]        1.9.100cvs127
4509
4510         * src/prefs_themes.c
4511                 made the prefs/display/themes layouts spacing less condensed
4512                 (and so they match other prefs/pages' look).
4513
4514 2006-01-09 [paul]       1.9.100cvs126
4515
4516         * src/compose.c
4517         * src/prefs_common.c
4518         * src/prefs_common.h
4519         * src/prefs_wrapping.c
4520                 remove 'wrap at send' option
4521
4522 2006-01-06 [colin]      1.9.100cvs125
4523
4524         * src/compose.c
4525                 Just make completely sure we don't insert "manual line breaks" 
4526                 when wrapping... 
4527
4528 2006-01-04 [paul]
4529
4530         * 2.0.0-rc3 released
4531
4532 2006-01-04 [paul]       1.9.100cvs124
4533
4534         * src/folderview.c
4535                 fix bug 882, 'quick scroll in folder list
4536                 displays wrong folder contents'
4537
4538 2006-01-04 [paul]       1.9.100cvs123
4539
4540         * src/plugins/pgpmime/pgpmime.c
4541                 better debug information when signing
4542                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4543
4544 2006-01-03 [colin]      1.9.100cvs122
4545
4546         * configure.ac
4547                 We need to recheck for gpgme 1.0.0 after checking
4548                 for 1.1.1, because if 1.1.1 isn't available, 
4549                 GPGME_LIBS and friends are blanked out by the 
4550                 second check.
4551
4552 2006-01-03 [colin]      1.9.100cvs121
4553
4554         * src/common/prefs.c
4555                 Windows unlink-before rename fix
4556         * src/plugins/pgpcore/sgpgme.c
4557                 Add support for PKA info if available
4558                 Both patches by Werner Koch
4559
4560 2006-01-03 [paul]       1.9.100cvs120
4561
4562         * src/messageview.c
4563                 fix bug 884, 'Send receipt' button visible in queue
4564                 Thanks to Colin
4565
4566 2006-01-02 [colin]      1.9.100cvs119
4567
4568         * src/compose.c
4569         * src/imap.c
4570                 Fix autosave on IMAP and more generally try to
4571                 return the correct ID on a newly added IMAP message
4572
4573 2006-01-02 [paul]       1.9.100cvs118
4574
4575         * manual/keyboard.xml
4576                 edited
4577
4578 2006-01-01 [paul]       1.9.100cvs117
4579
4580         * src/gtk/authors.h
4581                 alphabetical order
4582
4583 2005-12-30 [colin]      1.9.100cvs116
4584
4585         * manual/advanced.xml
4586                 Explain Pre/Post-processing differences.
4587
4588 2005-12-30 [colin]      1.9.100cvs115
4589
4590         * src/mh.c
4591                 Implement copy_msgs for a little optimization
4592         * src/imap.c
4593                 Finish yesterday's fix
4594
4595 2005-12-29 [colin]      1.9.100cvs114
4596
4597         * src/imap.c
4598                 Fix occasional failure in fetching a mail over
4599                 IMAP
4600
4601 2005-12-29 [colin]      1.9.100cvs113
4602
4603         * src/compose.c
4604                 Don't remove a draft when sending it, if it is 
4605                 locked.
4606
4607 2005-12-28 [colin]      1.9.100cvs112
4608
4609         * src/summaryview.c
4610                 Fix leak for real
4611
4612 2005-12-28 [wwp]        1.9.100cvs111
4613
4614         * doc/faq/.cvsignore
4615         * doc/faq/de/.cvsignore
4616         * doc/faq/en/.cvsignore
4617         * doc/faq/es/.cvsignore
4618         * doc/faq/fr/.cvsignore
4619         * doc/faq/it/.cvsignore
4620         * doc/manual/.cvsignore
4621         * doc/manual/de/.cvsignore
4622         * doc/manual/en/.cvsignore
4623         * doc/manual/es/.cvsignore
4624         * doc/manual/fr/.cvsignore
4625         * doc/manual/ja/.cvsignore
4626         * src/plugins/mathml_viewer/.cvsignore
4627                 rollback revival of those files (my bad, sorry for the noise).
4628
4629 2005-12-28 [wwp]        1.9.100cvs110
4630
4631         * src/compose.c
4632                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4633
4634 2005-12-28 [wwp]        1.9.100cvs109
4635
4636         * doc/faq/.cvsignore
4637         * doc/faq/de/.cvsignore
4638         * doc/faq/en/.cvsignore
4639         * doc/faq/es/.cvsignore
4640         * doc/faq/fr/.cvsignore
4641         * doc/faq/it/.cvsignore
4642         * doc/manual/.cvsignore
4643         * doc/manual/de/.cvsignore
4644         * doc/manual/en/.cvsignore
4645         * doc/manual/es/.cvsignore
4646         * doc/manual/fr/.cvsignore
4647         * doc/manual/ja/.cvsignore
4648         * src/plugins/mathml_viewer/.cvsignore
4649         * po/.cvsignore
4650                 more files to ignore.
4651
4652 2005-12-24 [colin]      1.9.100cvs108
4653
4654         * AUTHORS
4655         * src/gtk/authors.h
4656                 Update for Werner
4657
4658 2005-12-24 [colin]      1.9.100cvs107
4659
4660         * src/procmsg.c
4661                 Allow NULL src_msginfo in 
4662                 procmsg_msginfo_new_from_mimeinfo
4663
4664 2005-12-23 [paul]       1.9.100cvs106
4665
4666         * src/plugins/pgpinline/mypgpcore.def
4667                 add this forgotten file
4668
4669 2005-12-23 [colin]      1.9.100cvs105
4670
4671         * src/mainwindow.c
4672                 Fix missing break
4673
4674 2005-12-23 [colin]      1.9.100cvs104
4675
4676         * autogen.sh
4677         * src/folder.c
4678         * src/mh.c
4679         * src/common/plugin.c
4680         * src/common/socket.c
4681         * src/common/socket.h
4682         * src/common/utils.c
4683         * src/common/utils.h
4684         * src/gtk/pluginwindow.c
4685         * src/plugins/pgpcore/plugin.def
4686         * src/plugins/pgpcore/sylpheed.def
4687         * src/plugins/pgpinline/Makefile.am
4688         * src/plugins/pgpinline/plugin.def
4689         * src/plugins/pgpinline/sylpheed.def
4690         * src/plugins/pgpmime/plugin.def
4691         * src/plugins/pgpmime/sylpheed.def
4692                 Various w32 fixes by Werner Koch
4693
4694 2005-12-22 [paul]       1.9.100cvs103
4695
4696         * src/wizard.c
4697                 don't offer IMAP as 'server type' if
4698                 libetpan isn't built in
4699
4700 2005-12-22 [paul]       1.9.100cvs102
4701
4702         * AUTHORS
4703         * src/mainwindow.c
4704         * src/mainwindow.h
4705         * src/toolbar.c
4706         * src/gtk/authors.h
4707                 support GTK_TOOLBAR_BOTH_HORIZ (text
4708                 next to icon) Patch by Marien Zwart
4709                 marienz@users.sf.net
4710                 Also reword the text
4711
4712 2005-12-21 [colin]      1.9.100cvs101
4713
4714         * configure.ac
4715                 Fix DATADIRNAME
4716         * COPYING
4717                 Fix missing section and explicit the exception better
4718         * src/compose.c
4719                 Prevent mail from being lost without notice when an
4720                 SMTP error happens on trying to send an unmodified
4721                 drafted mail.
4722         * src/send_message.c
4723         * src/common/smtp.c
4724                 Fix password remembering when wrong, and add return
4725                 value checks where they should have been
4726         * src/plugins/pgpcore/sylpheed.def
4727         * src/plugins/pgpinline/sylpheed.def
4728         * src/plugins/pgpmime/sylpheed.def
4729                 Add a few symbols needed
4730
4731 2005-12-21 [paul]       1.9.100cvs100
4732
4733         * m4/codeset.m4
4734         * m4/glibc21.m4
4735         * m4/intdiv0.m4
4736         * m4/inttypes-pri.m4
4737         * m4/inttypes.m4
4738         * m4/inttypes_h.m4
4739         * m4/isc-posix.m4
4740         * m4/lcmessage.m4
4741         * m4/stdint_h.m4
4742         * m4/uintmax_t.m4
4743                 gettextization
4744                 thanks to Colin
4745
4746 2005-12-21 [paul]       1.9.100cvs99
4747
4748         * po/sv.po
4749                 fixed by Colin
4750
4751 2005-12-20 [paul]       1.9.100cvs98
4752
4753         * po/sv.po
4754                 updated by Anders Trobäck
4755
4756 2005-12-20 [colin]      1.9.100cvs97
4757
4758         * ABOUT-NLS
4759         * Makefile.am
4760         * autogen.sh
4761         * configure.ac
4762         * config/config.rpath
4763         * config/mkinstalldirs
4764         * m4/Makefile.am
4765         * m4/glibc2.m4
4766         * m4/gnupg.m4
4767         * m4/gpgme.m4
4768         * m4/intmax.m4
4769         * m4/longdouble.m4
4770         * m4/longlong.m4
4771         * m4/printf-posix.m4
4772         * m4/signed.m4
4773         * m4/size_max.m4
4774         * m4/ulonglong.m4
4775         * m4/wchar_t.m4
4776         * m4/wint_t.m4
4777         * m4/xsize.m4
4778         * po/Makefile.in.in
4779         * po/Makevars
4780         * po/bg.po
4781         * po/ca.po
4782         * po/cs.po
4783         * po/de.po
4784         * po/el.po
4785         * po/en_GB.po
4786         * po/es.po
4787         * po/fi.po
4788         * po/fr.po
4789         * po/hr.po
4790         * po/hu.po
4791         * po/it.po
4792         * po/ja.po
4793         * po/ko.po
4794         * po/nb.po
4795         * po/nl.po
4796         * po/pl.po
4797         * po/pt_BR.po
4798         * po/ru.po
4799         * po/sk.po
4800         * po/sr.po
4801         * po/stamp-po
4802         * po/sv.po
4803         * po/zh_CN.po
4804         * po/zh_TW.po
4805         * src/Makefile.am
4806         * src/codeconv.c
4807         * src/compose.c
4808         * src/exporthtml.c
4809         * src/exportldif.c
4810         * src/folder.c
4811         * src/main.c
4812         * src/manual.c
4813         * src/mh.c
4814         * src/mimeview.c
4815         * src/send_message.c
4816         * src/common/Makefile.am
4817         * src/common/fnmatch.c
4818         * src/common/fnmatch.h
4819         * src/common/fnmatch_loop.c
4820         * src/common/nntp.c
4821         * src/common/plugin.c
4822         * src/common/smtp.c
4823         * src/common/socket.c
4824         * src/common/string_match.c
4825         * src/common/sylpheed.c
4826         * src/common/utils.c
4827         * src/common/utils.h
4828         * src/common/w32_dirent.c
4829         * src/common/w32_reg.c
4830         * src/common/w32_signal.c
4831         * src/common/w32_stat.c
4832         * src/common/w32_stdio.c
4833         * src/common/w32_stdlib.c
4834         * src/common/w32_string.c
4835         * src/common/w32_time.c
4836         * src/common/w32_unistd.c
4837         * src/common/w32_wait.c
4838         * src/common/w32lib.h
4839         * src/etpan/Makefile.am
4840         * src/gtk/Makefile.am
4841         * src/plugins/clamav/Makefile.am
4842         * src/plugins/demo/Makefile.am
4843         * src/plugins/dillo_viewer/Makefile.am
4844         * src/plugins/pgpcore/Makefile.am
4845         * src/plugins/pgpcore/passphrase.c
4846         * src/plugins/pgpcore/plugin.def
4847         * src/plugins/pgpcore/sgpgme.c
4848         * src/plugins/pgpcore/sylpheed.def
4849         * src/plugins/pgpcore/version.rc
4850         * src/plugins/pgpinline/Makefile.am
4851         * src/plugins/pgpinline/plugin.def
4852         * src/plugins/pgpinline/sylpheed.def
4853         * src/plugins/pgpinline/version.rc
4854         * src/plugins/pgpmime/Makefile.am
4855         * src/plugins/pgpmime/mypgpcore.def
4856         * src/plugins/pgpmime/plugin.def
4857         * src/plugins/pgpmime/sylpheed.def
4858         * src/plugins/pgpmime/version.rc
4859         * src/plugins/spamassassin/Makefile.am
4860                 Very little ;-) patch from Werner Koch, providing
4861                 infrastructure for cross-compiling to Win32
4862
4863 2005-12-20 [paul]       1.9.100cvs96
4864
4865         * src/account.c
4866         * src/account.h
4867         * src/mainwindow.c
4868         * src/mainwindow.h
4869         * src/toolbar.c
4870         * src/toolbar.h
4871                 add a combo to the Get All button, allowing
4872                 quick retrieval from any account
4873                 Patch by Fabien Vantard, slightly modified
4874                 by Colin
4875         * src/gtk/about.c
4876                 i18n fix. Patch by Fabien Vantard
4877
4878 2005-12-19 [colin]      1.9.100cvs95
4879
4880         * src/compose.c
4881         * src/compose.h
4882                 Don't automatically join lines when they've 
4883                 been separated by the user and not automatically
4884
4885 2005-12-19 [paul]       1.9.100cvs94
4886
4887         * src/gtk/pluginwindow.c
4888                 i18n fix.
4889                 Patch by Fabien Vantard
4890
4891 2005-12-15 [paul]       1.9.100cvs93
4892
4893         * src/common/plugin.c
4894         * src/common/plugin.h
4895         * src/gtk/pluginwindow.c
4896         * src/plugins/clamav/clamav_plugin.c
4897         * src/plugins/demo/demo.c
4898         * src/plugins/dillo_viewer/dillo_viewer.c
4899         * src/plugins/pgpcore/plugin.c
4900         * src/plugins/pgpinline/plugin.c
4901         * src/plugins/pgpmime/plugin.c
4902         * src/plugins/spamassassin/spamassassin.c
4903         * src/plugins/trayicon/trayicon.c
4904                 add plugin_version()
4905
4906 2005-12-15 [colin]      1.9.100cvs92
4907
4908         * src/compose.c
4909                 Further fix bug #875
4910
4911 2005-12-15 [paul]       1.9.100cvs91
4912
4913         * src/gtk/filesel.c
4914                 fix attach_load_dir getting set to
4915                 PLUGINDIR on plugin load
4916
4917 2005-12-14 [mones]      1.9.100cvs90
4918
4919         * manual/ack.xml
4920         * manual/keyboard.xml
4921                 Initial draft and some shortcuts added
4922                 
4923         * po/es.po
4924                 Updated translation
4925
4926 2005-12-14 [colin]      1.9.100cvs89
4927
4928         * src/compose.c
4929         * src/imap.c
4930         * src/summaryview.c
4931         * src/gtk/gtkaspell.c
4932                 More leaks fixed
4933         * src/prefs_folder_item.c
4934                 Fix recursive prefs apply
4935
4936
4937 2005-12-14 [colin]      1.9.100cvs88
4938
4939         * src/compose.c
4940                 Fix bug #875 (Freeze On Inline Forward of 
4941                 Large Message)
4942
4943 2005-12-13 [colin]      1.9.100cvs87
4944
4945         * src/compose.c
4946                 Uniq-ify and sort the mimetypes list
4947                 Patch by Fabien Vantard
4948
4949 2005-12-13 [colin]      1.9.100cvs86
4950
4951         * src/imap.c
4952         * src/etpan/imap-thread.c
4953                 Fix leaks (patch by Hoa)
4954         * src/news.c
4955         * src/common/plugin.c
4956                 Fix leaks
4957
4958 2005-12-12 [colin]
4959
4960         * 2.0.0-rc2 released
4961
4962 2005-12-12 [colin]      1.9.100cvs85
4963
4964         * src/matcher.c
4965                 Fix a leak
4966
4967 2005-12-12 [wwp]        1.9.100cvs84
4968
4969         * src/gtk/icon_legend.c
4970                 fix misbehaviour and crash when closing the legend window
4971         using the Esc key (patch by Fabien Vantard).
4972
4973 2005-12-12 [paul]       1.9.100cvs83
4974
4975         * src/browseldap.c
4976         * src/foldersel.c
4977         * src/prefs_actions.c
4978         * src/prefs_filtering.c
4979         * src/prefs_matcher.c
4980         * src/prefs_spelling.glade      ** REMOVED **
4981         * src/prefs_template.c
4982         * src/gtk/foldersort.glade      ** REMOVED **
4983         * src/gtk/pluginwindow.c
4984         * src/gtk/pluginwindow.glade    ** REMOVED **
4985         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4986                 cleanups
4987
4988 2005-12-11 [paul]       1.9.100cvs82
4989
4990         * src/gtk/filesel.c
4991                 fix attach_load_dir crasher (double free)
4992
4993 2005-12-09 [paul]       1.9.100cvs81
4994
4995         * po/POTFILES.in
4996         * src/mainwindow.c
4997         * src/gtk/Makefile.am
4998         * src/gtk/icon_legend.c
4999         * src/gtk/icon_legend.h
5000                 add icon legend
5001         * src/manual.c
5002                 cleanup
5003
5004 2005-12-09 [paul]       1.9.100cvs80
5005
5006         * src/plugins/pgpcore/passphrase.c
5007                 wrap the label in the dialog
5008
5009 2005-12-09 [colin]      1.9.100cvs79
5010
5011         * src/plugins/pgpcore/sgpgme.c
5012                 Display (untrusted) on not trusted signatures
5013                 Patch by Michal Èihaø <michal@cihar.com>
5014                 Closes bug #867 (Report also key trust)
5015
5016 2005-12-09 [colin]      1.9.100cvs78
5017
5018         * src/common/plugin.c
5019                 Update licence check, following Eben Moglen's advice
5020
5021 2005-12-08 [colin]      1.9.100cvs77
5022
5023         * src/folder.c
5024                 Fix the occasionnal item->cache != NULL 
5025                 assertion failure. 
5026
5027 2005-12-08 [colin]      1.9.100cvs76
5028
5029         * src/mimeview.c
5030         * src/plugins/pgpcore/sgpgme.c
5031                 Print key id when unable to check it
5032                 Closes bug #866 (Show key id when missing)
5033
5034 2005-12-08 [paul]       1.9.100cvs75
5035
5036         * src/prefs_common.c
5037         * src/prefs_common.h
5038         * src/gtk/filesel.c
5039                 remember load attachment dir
5040
5041 2005-12-07 [colin]      1.9.100cvs74
5042
5043         * src/prefs_toolbar.c
5044                 Gtk fixes, patch by Fabien Vantard
5045
5046 2005-12-07 [colin]      1.9.100cvs73
5047
5048         * src/action.c
5049         * src/compose.c
5050         * src/compose.h
5051                 Fix bug #839 (Quoted text isn't colored after 
5052                 executing an action)
5053         * src/common/plugin.c
5054                 Require plugins to declare their licence in plugin_licence()
5055                 Refuse to load non-GPL plugins as they'd be illegal (as 
5056                 derived works of Sylpheed-Claws, they must be GPL).
5057         * src/plugins/clamav/clamav_plugin.c
5058         * src/plugins/demo/demo.c
5059         * src/plugins/dillo_viewer/dillo_viewer.c
5060         * src/plugins/pgpcore/plugin.c
5061         * src/plugins/pgpinline/plugin.c
5062         * src/plugins/pgpmime/plugin.c
5063         * src/plugins/spamassassin/spamassassin.c
5064         * src/plugins/trayicon/trayicon.c
5065                 Add plugin_licence()
5066
5067 2005-12-07 [paul]       1.9.100cvs72
5068
5069         * configure.ac
5070         * src/mainwindow.c
5071         * src/manual.c
5072         * src/manual.h
5073         * src/common/defs.h
5074                 clean up after local FAQ removal and
5075                 temporary manual removal
5076
5077 2005-12-06 [colin]      1.9.100cvs71
5078
5079         * configure.ac
5080         * doc/Makefile.am
5081         * doc/faq/.cvsignore
5082         * doc/faq/Makefile.am
5083         * doc/faq/de/.cvsignore
5084         * doc/faq/de/Makefile.am
5085         * doc/faq/de/sylpheed-faq-1.html
5086         * doc/faq/de/sylpheed-faq-2.html
5087         * doc/faq/de/sylpheed-faq-3.html
5088         * doc/faq/de/sylpheed-faq.html
5089         * doc/faq/en/.cvsignore
5090         * doc/faq/en/Makefile.am
5091         * doc/faq/en/sylpheed-faq-1.html
5092         * doc/faq/en/sylpheed-faq-2.html
5093         * doc/faq/en/sylpheed-faq-3.html
5094         * doc/faq/en/sylpheed-faq-4.html
5095         * doc/faq/en/sylpheed-faq.html
5096         * doc/faq/es/.cvsignore
5097         * doc/faq/es/Makefile.am
5098         * doc/faq/es/sylpheed-faq-1.html
5099         * doc/faq/es/sylpheed-faq-2.html
5100         * doc/faq/es/sylpheed-faq-3.html
5101         * doc/faq/es/sylpheed-faq-4.html
5102         * doc/faq/es/sylpheed-faq.html
5103         * doc/faq/fr/.cvsignore
5104         * doc/faq/fr/Makefile.am
5105         * doc/faq/fr/sylpheed-faq-1.html
5106         * doc/faq/fr/sylpheed-faq-2.html
5107         * doc/faq/fr/sylpheed-faq-3.html
5108         * doc/faq/fr/sylpheed-faq.html
5109         * doc/faq/it/.cvsignore
5110         * doc/faq/it/Makefile.am
5111         * doc/faq/it/sylpheed-faq-1.html
5112         * doc/faq/it/sylpheed-faq-2.html
5113         * doc/faq/it/sylpheed-faq-3.html
5114         * doc/faq/it/sylpheed-faq.html
5115         * doc/manual/.cvsignore
5116         * doc/manual/Makefile.am
5117         * doc/manual/de/.cvsignore
5118         * doc/manual/de/Makefile.am
5119         * doc/manual/de/sylpheed-1.html
5120         * doc/manual/de/sylpheed-10.html
5121         * doc/manual/de/sylpheed-11.html
5122         * doc/manual/de/sylpheed-12.html
5123         * doc/manual/de/sylpheed-13.html
5124         * doc/manual/de/sylpheed-14.html
5125         * doc/manual/de/sylpheed-15.html
5126         * doc/manual/de/sylpheed-16.html
5127         * doc/manual/de/sylpheed-17.html
5128         * doc/manual/de/sylpheed-18.html
5129         * doc/manual/de/sylpheed-19.html
5130         * doc/manual/de/sylpheed-2.html
5131         * doc/manual/de/sylpheed-20.html
5132         * doc/manual/de/sylpheed-3.html
5133         * doc/manual/de/sylpheed-4.html
5134         * doc/manual/de/sylpheed-5.html
5135         * doc/manual/de/sylpheed-6.html
5136         * doc/manual/de/sylpheed-7.html
5137         * doc/manual/de/sylpheed-8.html
5138         * doc/manual/de/sylpheed-9.html
5139         * doc/manual/de/sylpheed.html
5140         * doc/manual/en/.cvsignore
5141         * doc/manual/en/Makefile.am
5142         * doc/manual/en/sylpheed-1.html
5143         * doc/manual/en/sylpheed-10.html
5144         * doc/manual/en/sylpheed-11.html
5145         * doc/manual/en/sylpheed-12.html
5146         * doc/manual/en/sylpheed-13.html
5147         * doc/manual/en/sylpheed-14.html
5148         * doc/manual/en/sylpheed-15.html
5149         * doc/manual/en/sylpheed-16.html
5150         * doc/manual/en/sylpheed-17.html
5151         * doc/manual/en/sylpheed-18.html
5152         * doc/manual/en/sylpheed-19.html
5153         * doc/manual/en/sylpheed-2.html
5154         * doc/manual/en/sylpheed-20.html
5155         * doc/manual/en/sylpheed-21.html
5156         * doc/manual/en/sylpheed-22.html
5157         * doc/manual/en/sylpheed-3.html
5158         * doc/manual/en/sylpheed-4.html
5159         * doc/manual/en/sylpheed-5.html
5160         * doc/manual/en/sylpheed-6.html
5161         * doc/manual/en/sylpheed-7.html
5162         * doc/manual/en/sylpheed-8.html
5163         * doc/manual/en/sylpheed-9.html
5164         * doc/manual/en/sylpheed.html
5165         * doc/manual/es/.cvsignore
5166         * doc/manual/es/Makefile.am
5167         * doc/manual/es/sylpheed-1.html
5168         * doc/manual/es/sylpheed-10.html
5169         * doc/manual/es/sylpheed-11.html
5170         * doc/manual/es/sylpheed-12.html
5171         * doc/manual/es/sylpheed-13.html
5172         * doc/manual/es/sylpheed-14.html
5173         * doc/manual/es/sylpheed-15.html
5174         * doc/manual/es/sylpheed-16.html
5175         * doc/manual/es/sylpheed-17.html
5176         * doc/manual/es/sylpheed-18.html
5177         * doc/manual/es/sylpheed-19.html
5178         * doc/manual/es/sylpheed-2.html
5179         * doc/manual/es/sylpheed-20.html
5180         * doc/manual/es/sylpheed-3.html
5181         * doc/manual/es/sylpheed-4.html
5182         * doc/manual/es/sylpheed-5.html
5183         * doc/manual/es/sylpheed-6.html
5184         * doc/manual/es/sylpheed-7.html
5185         * doc/manual/es/sylpheed-8.html
5186         * doc/manual/es/sylpheed-9.html
5187         * doc/manual/es/sylpheed.html
5188         * doc/manual/fr/.cvsignore
5189         * doc/manual/fr/Makefile.am
5190         * doc/manual/fr/sylpheed-1.html
5191         * doc/manual/fr/sylpheed-10.html
5192         * doc/manual/fr/sylpheed-11.html
5193         * doc/manual/fr/sylpheed-12.html
5194         * doc/manual/fr/sylpheed-13.html
5195         * doc/manual/fr/sylpheed-14.html
5196         * doc/manual/fr/sylpheed-15.html
5197         * doc/manual/fr/sylpheed-16.html
5198         * doc/manual/fr/sylpheed-17.html
5199         * doc/manual/fr/sylpheed-18.html
5200         * doc/manual/fr/sylpheed-19.html
5201         * doc/manual/fr/sylpheed-2.html
5202         * doc/manual/fr/sylpheed-20.html
5203         * doc/manual/fr/sylpheed-3.html
5204         * doc/manual/fr/sylpheed-4.html
5205         * doc/manual/fr/sylpheed-5.html
5206         * doc/manual/fr/sylpheed-6.html
5207         * doc/manual/fr/sylpheed-7.html
5208         * doc/manual/fr/sylpheed-8.html
5209         * doc/manual/fr/sylpheed-9.html
5210         * doc/manual/fr/sylpheed.html
5211         * doc/manual/ja/.cvsignore
5212         * doc/manual/ja/Makefile.am
5213         * doc/manual/ja/sylpheed-1.html
5214         * doc/manual/ja/sylpheed-10.html
5215         * doc/manual/ja/sylpheed-11.html
5216         * doc/manual/ja/sylpheed-12.html
5217         * doc/manual/ja/sylpheed-13.html
5218         * doc/manual/ja/sylpheed-14.html
5219         * doc/manual/ja/sylpheed-15.html
5220         * doc/manual/ja/sylpheed-16.html
5221         * doc/manual/ja/sylpheed-17.html
5222         * doc/manual/ja/sylpheed-18.html
5223         * doc/manual/ja/sylpheed-19.html
5224         * doc/manual/ja/sylpheed-2.html
5225         * doc/manual/ja/sylpheed-20.html
5226         * doc/manual/ja/sylpheed-3.html
5227         * doc/manual/ja/sylpheed-4.html
5228         * doc/manual/ja/sylpheed-5.html
5229         * doc/manual/ja/sylpheed-6.html
5230         * doc/manual/ja/sylpheed-7.html
5231         * doc/manual/ja/sylpheed-8.html
5232         * doc/manual/ja/sylpheed-9.html
5233         * doc/manual/ja/sylpheed.html
5234         * doc/manual/ja/sylpheed.sgml
5235         * src/mainwindow.c
5236                 Remove outdated manual and faq. Noisy, eh?
5237
5238 2005-12-06 [colin]      1.9.100cvs70
5239
5240         * src/compose.c
5241         * src/quote_fmt_parse.y
5242         * src/undo.c
5243         * src/undo.h
5244                 Allow %X to position cursor at 0 
5245                 (no %X = before signature)
5246                 Fix paste as quotation putting the cursor at 0
5247                 Fix undo offsets when pasting
5248                 Insert the quote_fmt at once instead of line 
5249                 by line
5250                 Fix [Edited] when starting to reply/forward
5251
5252 2005-12-06 [paul]       1.9.100cvs69
5253
5254         * src/plugins/clamav/clamav_plugin_gtk.c
5255                 add another tooltip
5256         * src/plugins/spamassassin/spamassassin_gtk.c
5257                 rework spamassassin_create_widget_func()
5258
5259 2005-12-05 [colin]      1.9.100cvs68
5260
5261         * po/POTFILES.in
5262                 Fix make release ;-)
5263
5264 2005-12-05 [colin]      1.9.100cvs67
5265
5266         * src/compose.c
5267         * src/compose.h
5268                 Fix cursor positioning (not obeying %X)
5269
5270 2005-12-05 [paul]       1.9.100cvs66
5271
5272         * src/plugins/dillo_viewer/dillo_prefs.c
5273                 fix compilation warning
5274
5275 2005-12-05 [paul]       1.9.100cvs65
5276
5277         * src/prefs_spelling.c
5278         * src/plugins/trayicon/trayicon.c
5279                 cleanups - remove unused stuff
5280
5281 2005-12-05 [paul]       1.9.100cvs64
5282
5283         * README
5284         * manual/plugins.xml
5285                 remove info about removed mathml_viewer plugin
5286
5287 2005-12-05 [paul]       1.9.100cvs63
5288
5289         * configure.ac
5290         * src/plugins/Makefile.am
5291         * src/plugins/mathml_viewer/.cvsignore
5292         * src/plugins/mathml_viewer/Makefile.am
5293         * src/plugins/mathml_viewer/mathml_viewer.c
5294                 remove unmaintained mathml_viewer plugin
5295
5296 2005-12-05 [paul]       1.9.100cvs62
5297
5298         * src/summaryview.c
5299                 obey prefs_common.always_show_msg when
5300                 moving a msg
5301                 Thanks to Colin
5302
5303 2005-12-05 [paul]       1.9.100cvs61
5304
5305         * src/compose.c
5306         * src/prefs_account.c
5307         * src/prefs_filtering.c
5308         * src/prefs_quote.c
5309         * src/prefs_spelling.c
5310         * src/prefs_toolbar.c
5311         * src/summaryview.c
5312         * src/gtk/gtkutils.c
5313         * src/gtk/quicksearch.c
5314         * src/plugins/dillo_viewer/dillo_prefs.c
5315                 dialog cleanups
5316
5317 2005-12-04 [paul]       1.9.100cvs60
5318
5319         * src/inc.c
5320         * src/prefs_account.c
5321         * src/prefs_account.h
5322                 allow a Local account to specify a
5323                 default inbox
5324                 (closes bug 843 'Inbox cannot be changed for local
5325                  mailboxes')
5326
5327 2005-12-04 [colin]      1.9.100cvs59
5328
5329         * src/plugins/trayicon/trayicon.c
5330                 Remove Get, rename Get All to Get Mail in order to
5331                 be consistent with the default main toolbar
5332
5333 2005-12-03 [colin]      1.9.100cvs58
5334
5335         * manual/gpl.xml
5336         * manual/sylpheed-claws-manual.xml
5337                 Add GPL appendix
5338
5339 2005-12-03 [paul]       1.9.100cvs57
5340
5341         * AUTHORS
5342         * po/sv.po
5343         * src/gtk/authors.h
5344                 new (partially complete) Swedish translation
5345                 by Anders Troback <sylpheed@troback.com>
5346
5347 2005-12-02 [paul]       1.9.100cvs56
5348
5349         * configure.ac
5350                 libetpan 0.41 required
5351
5352 2005-12-02 [paul]       1.9.100cvs55
5353
5354         * src/plugins/clamav/clamav_plugin.c
5355         * src/plugins/clamav/clamav_plugin.h
5356         * src/plugins/clamav/clamav_plugin_gtk.c
5357         * src/plugins/spamassassin/spamassassin.c
5358         * src/plugins/spamassassin/spamassassin.h
5359         * src/plugins/spamassassin/spamassassin_gtk.c
5360                 unregister prefs pages on unloading, thus
5361                 preventing a crash
5362                 (thanks to Colin for the hint)
5363
5364 2005-12-02 [wwp]        1.9.100cvs54
5365
5366         * src/quote_fmt.h
5367         * src/quote_fmt_parse.y
5368                 fix misuse of gboolean*, use gboolean instead
5369                 (thanks to Paul, Colin, for pointing out that scaring one)
5370
5371 2005-12-02 [paul]       1.9.100cvs53
5372
5373         * src/plugins/clamav/clamav_plugin.c
5374                 int no --> unsigned int no
5375         * src/plugins/clamav/clamav_plugin_gtk.c
5376                 rework config page
5377
5378 2005-12-02 [wwp]        1.9.100cvs52
5379
5380         * src/compose.c
5381         * src/prefs_template.c
5382         * src/quote_fmt.h
5383         * src/quote_fmt_parse.y
5384                 prevent from executing |f and |p templates commands when
5385                 adding or replacing templates in prefs (avoids annoying and
5386                 potentially dangerous behaviours)
5387
5388 2005-12-02 [paul]       1.9.100cvs51
5389
5390         * src/prefs_common.c
5391                 allow translation of some default values
5392                 Patch by Fabien Vantard
5393
5394 2005-12-02 [paul]       1.9.100cvs50
5395
5396         * src/codeconv.c
5397         * src/codeconv.h
5398         * src/prefs_common.c
5399         * src/prefs_common.h
5400         * src/prefs_message.c
5401         * src/textview.c
5402                 remove obsolete 'convert_mb_alnum' option
5403                 and related stuff
5404         * src/gtk/about.c
5405                 remove unused 'about_textview_visibility_notify'
5406
5407 2005-12-02 [paul]       1.9.100cvs49
5408
5409         * src/prefs_account.c
5410         * src/prefs_compose_writing.c
5411         * src/prefs_fonts.c
5412         * src/prefs_gtk.h
5413         * src/prefs_image_viewer.c
5414         * src/prefs_message.c
5415         * src/prefs_other.c
5416         * src/prefs_receive.c
5417         * src/prefs_send.c
5418         * src/prefs_spelling.c
5419         * src/prefs_summaries.c
5420         * src/prefs_wrapping.c
5421         * src/plugins/dillo_viewer/dillo_prefs.c
5422         * src/plugins/pgpcore/prefs_gpg.c
5423                 several cleanups to the prefs dialogs
5424                 (slightly modified) patch by Fabien Vantard
5425
5426 2005-12-02 [paul]       1.9.100cvs48
5427
5428         * src/main.c
5429                 --exit means exit
5430         * src/send_message.c
5431                 fix crash on send when connection fails
5432
5433         Thanks to Colin
5434
5435 2005-12-01 [colin]      1.9.100cvs47
5436
5437         * src/html.c
5438                 Translate &hellip; to "..."
5439
5440 2005-11-30 [colin]      1.9.100cvs46
5441
5442         * src/matcher.c
5443         * src/matcher.h
5444                 Optimize back yesterday's fix.
5445
5446 2005-11-30 [paul]       1.9.100cvs45
5447
5448         * manual/faq.xml
5449                 standardised
5450         * manual/intro.xml
5451                 written by Colin, edited by me
5452
5453 2005-11-29 [colin]      1.9.100cvs44
5454
5455         * src/matcher.c
5456                 Skip headers unconditionnaly in match_body if the
5457                 rule is not message or ~message
5458
5459 2005-11-29 [colin]      1.9.100cvs43
5460
5461         * src/matcher.c
5462                 Fix body_part and such, not skipping headers 
5463                 if the matchcriteria wasn't the first in the rule
5464
5465 2005-11-29 [colin]      1.9.100cvs42
5466
5467         * src/compose.c
5468                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5469                 option missing from message view window)
5470                 Fix double text D'n'D with gtk-2.8
5471         * src/matcher.c
5472                 Fix ~message, ~headers_part, ~body_part rules
5473         * src/messageview.c
5474                 Add Windows-1252 (Closes bug #863)
5475                 Fix accels
5476         * src/gtk/gtkaspell.c
5477                 Properly destroy accels in all menus
5478
5479 2005-11-29 [mones]      1.9.100cvs41
5480
5481         * po/es.po
5482                 Updated.
5483
5484 2005-11-27 [colin]      1.9.100cvs40
5485
5486         * src/mh_gtk.c
5487                 "/Remove mailbox" -> "/Remove mailbox..."
5488
5489 2005-11-27 [paul]       1.9.100cvs39
5490
5491         * AUTHORS
5492         * po/de.po
5493         * src/gtk/authors.h
5494                 updated by new maintainer, Stephan Sachse
5495
5496 2005-11-27 [paul]       1.9.100cvs38
5497
5498         * manual/faq.xml
5499                 written by Colin, edited by me
5500
5501 2005-11-27 [paul]       1.9.100cvs37
5502
5503         * src/prefs_common.c
5504         * src/prefs_common.h
5505         * src/prefs_receive.c
5506         * src/prefs_summaries.c
5507                 move 'go to inbox after receiving new mail'
5508                 option from display/sumamaries to mail
5509                 handling/receive, and rework prefs_summaries
5510                 dialog a little
5511
5512 2005-11-25 [martin]     1.9.100cvs36
5513
5514         * po/de.po
5515             fixed windows-1252 translation;
5516             translated some new and fuzzy strings
5517
5518 2005-11-25 [paul]       1.9.100cvs35
5519
5520         * src/plugins/clamav/clamav_plugin.c
5521                 complete the update done in cvs34
5522
5523 2005-11-25 [paul]       1.9.100cvs34
5524
5525         * src/plugins/clamav/clamav_plugin.c
5526                 reflect upstream changes
5527
5528 2005-11-25 [paul]       1.9.100cvs33
5529
5530         * manual/ack.xml
5531         * manual/plugins.xml
5532         * manual/sylpheed-claws-manual.xml
5533                 written/updated by Colin, edited by me
5534         * tools/acroread2sylpheed.pl
5535                 update binary name
5536
5537 2005-11-24 [colin]      1.9.100cvs32
5538
5539         * src/compose.c
5540                 Fix bug #856 (reediting messages forgets Request
5541                 Return Receipt)
5542
5543 2005-11-24 [paul]       1.9.100cvs31
5544
5545         * manual/addrbook.xml
5546         * manual/starting.xml
5547                 written by Colin, proofread, edited, adapted by me
5548         * manual/advanced.xml
5549                 add some Actions examples
5550         * src/importldif.c
5551                 use a Save button instead of a Close button
5552         * src/wizard.c
5553                 indicate mandatory fields
5554                 fix page display
5555                 Thanks to Colin
5556
5557 2005-11-23 [colin]      1.9.100cvs30
5558
5559         * src/addressbook.c
5560                 Rename menu item, fix possible crash after
5561                 deletion of books
5562         * src/addrindex.c
5563                 Allow searching for '*' in ldap
5564         * src/browseldap.c
5565                 Fix "Browse Entry" (did anyone use it?)
5566         * src/wizard.c
5567                 Add guards for mandatory information
5568
5569 2005-11-23 [paul]       1.9.100cvs29
5570
5571         * manual/advanced.xml
5572                 corrections to the English
5573
5574 2005-11-23 [colin]      1.9.100cvs28
5575
5576         * src/mimeview.c
5577                 Fix possible crash at exit. After the call to
5578                 gtk_container_remove(), the Viewer's widget has no
5579                 more parent so gtk+ automatically frees it and its
5580                 sons. If destroy_viewer() then try to access it,
5581                 problems ensue.
5582
5583 2005-11-22 [colin]      1.9.100cvs27
5584
5585         * src/compose.c
5586         * src/gtk/gtkaspell.c
5587                 Fix right-clicking on a misspelled word
5588                 Fix More... in suggestions menu
5589
5590 2005-11-22 [wwp]        1.9.100cvs26
5591
5592         * src/prefs_template.c
5593                 templates works: re-sort templates list when adding or replacing,
5594                 prevent from adding or replacing when the template name is empty
5595
5596 2005-11-21 [colin]      1.9.100cvs25
5597
5598         * src/addressbook.c
5599                 Fix some addressbook suckage (dnd, select all)
5600         * src/compose.c
5601         * src/gtk/gtkaspell.c
5602         * src/gtk/gtkaspell.h
5603                 Make the spellchecker menu work with the 
5604                 GtkTextView one instead of overriding it
5605
5606 2005-11-20 [paul]       1.9.100cvs24
5607
5608         * manual/handling.xml
5609                 proofread and corrected
5610
5611 2005-11-20 [paul]       1.9.100cvs23
5612
5613         * manual/Makefile
5614                 generate html as one file
5615         * manual/advanced.xml
5616                 fix output generation
5617                 reformat hidden options list
5618         * manual/manual.xml     ** REMOVED **
5619         * manual/sylpheed-claws-manual.xml      ** ADDED **
5620                 renamed
5621
5622 2005-11-18 [colin]      1.9.100cvs22
5623
5624         * src/prefs_account.c
5625                 Fix layout in news and mbox accounts
5626         * manual/account.xml
5627         * manual/advanced.xml
5628                 New contents for Paul to check :)
5629
5630 2005-11-18 [wwp]        1.9.100cvs21
5631
5632         * src/gtk/quicksearch.c
5633                 don't update extended quicksearch buttons twice
5634
5635 2005-11-18 [paul]       1.9.100cvs20
5636
5637         * src/textview.c
5638                 complete 1.9.100cvs19
5639
5640 2005-11-18 [paul]       1.9.100cvs19
5641
5642         * src/compose.c
5643                 cosmetic improvements
5644         * src/textview.c
5645                 also list text/* attachments
5646
5647 2005-11-18 [colin]      1.9.100cvs18
5648
5649         * src/summaryview.c
5650                 Use column 0 instead of -1 in 
5651                 gtk_ctree_node_moveto, in a naive
5652                 hope it'll fix the gtk-related crashes
5653
5654 2005-11-18 [colin]      1.9.100cvs17
5655
5656         * src/gtk/inputdialog.c
5657                 Fix icon staying the first one
5658
5659 2005-11-17 [wwp]        1.9.100cvs16
5660                 fix possible problem showing some quicksearch buttons, and a bad
5661                 call to g_return_if_fail in a function that returns a value (both
5662                 fixes by Fabien Vantard)
5663
5664 2005-11-15 [wwp]        1.9.100cvs15
5665
5666         * src/gtk/quicksearch.c
5667                 added a tooltip to that obscure ... quicksearch button
5668
5669 2005-11-15 [wwp]        1.9.100cvs14
5670
5671         * src/gtk/quicksearch.c
5672                 add a quicksearch helper to filtering expression users: the ... button
5673                 raises the condition expr window. condition expressions set up w/ this
5674                 window are used by the quicksearch if the user closes it pressing OK.
5675
5676 2005-11-14 [paul]       1.9.100cvs13
5677
5678         * src/plugins/clamav/clamav_plugin.c
5679         * src/plugins/spamassassin/spamassassin.c
5680                 change plugin type following recent merging
5681
5682 2005-11-14 [wwp]        1.9.100cvs12
5683
5684         * src/folder.c
5685                 prevent from crashing when copying/moving message(s) from and
5686                 to the same folder
5687
5688 2005-11-14 [paul]       1.9.100cvs11
5689
5690         * src/plugins/clamav/Makefile.am
5691         * src/plugins/clamav/clamav_plugin.c
5692         * src/plugins/clamav/clamav_plugin.h
5693         * src/plugins/clamav/clamav_plugin_gtk.c
5694                 also merge clamav and clamav_gtk plugins
5695
5696 2005-11-13 [colin]      1.9.100cvs10
5697
5698         * configure.ac
5699         * src/plugins/spamassassin/Makefile.am
5700         * src/plugins/spamassassin/spamassassin.c
5701         * src/plugins/spamassassin/spamassassin.h
5702         * src/plugins/spamassassin/spamassassin_gtk.c
5703                 Merge spamassassin and spamassassin_gtk plugins,
5704                 and build it by default.
5705
5706 2005-11-12 [colin]      1.9.100cvs9
5707
5708         * src/etpan/imap-thread.c
5709                 Fix gcc warning
5710
5711 2005-11-12 [colin]      1.9.100cvs8
5712
5713         * src/procmime.c
5714                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5715
5716 2005-11-10 [colin]      1.9.100cvs7
5717
5718         * src/main.c
5719                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5720                 minimised state)
5721
5722 2005-11-10 [wwp]        1.9.100cvs6
5723
5724         * src/gtk/description_window.c
5725                 fix a crash when closing description windows using the WM's [X] button
5726
5727 2005-11-09 [colin]      1.9.100cvs5
5728
5729         * src/common/ssl.c
5730                 Update libetpan call to follow upstream
5731                 (yes, this requires libetpan-0.40cvs3)
5732
5733 2005-11-08 [colin]      1.9.100cvs4
5734
5735         * src/compose.c
5736         * src/textview.c
5737         * src/common/utils.c
5738         * src/common/utils.h
5739                 Enhance the email parser
5740
5741 2005-11-08 [colin]      1.9.100cvs3
5742
5743         * src/procmime.c
5744                 Fix what looks like an off-by-one (fixes 
5745                 attachments from the Bat)
5746
5747 2005-11-08 [wwp]        1.9.100cvs2
5748
5749         * src/main.c
5750                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5751
5752 2005-11-08 [wwp]        1.9.100cvs1
5753
5754         * src/main.c
5755                 allow exiting Sylpheed-Claws from command-line
5756
5757 2005-11-08 [paul]       1.9.100
5758
5759         1.9.100 released
5760
5761 2005-11-07 [colin]      1.9.99cvs17
5762
5763         * src/addritem.c
5764         * src/ldif.c
5765                 Fix import of base-64 encoded items
5766
5767 2005-11-07 [colin]      1.9.99cvs16
5768
5769         * src/send_message.c
5770                 Fix bug #314 (Queue does not empty under certain 
5771                 circumstances)
5772
5773 2005-11-07 [paul]       1.9.99cvs15
5774
5775         * src/mutt.c
5776         * src/pine.c
5777                 fix buffer overflows
5778                 Thanks to Colin
5779
5780 2005-11-07 [paul]       1.9.99cvs14
5781
5782         * doc/man/Makefile.am
5783         * doc/man/sylpheed-claws.1      ** ADDED **
5784         * doc/man/sylpheed.1            ** DELETED **
5785                 rename and update the man file
5786
5787 2005-11-06 [colin]      1.9.99cvs13
5788
5789         * src/ldif.c
5790                 Fix ldif_get_line() that returned empty strings
5791                 (Didn't understand why). Also fix a possible
5792                 buffer overflow.
5793
5794 2005-11-06 [wwp]        1.9.99cvs12
5795
5796         * src/textview.c
5797         * src/gtk/about.c
5798         * src/gtk/gtkutils.c
5799         * src/gtk/gtkutils.h
5800                 fix a compilation warning,
5801                 make links sensitive in the about dialog
5802
5803 2005-11-04 [wwp]        1.9.99cvs11
5804
5805         * src/gtk/about.c
5806                 don't wrap or translate URIs, and a bit text format cleanup
5807
5808 2005-11-04 [wwp]        1.9.99cvs10
5809
5810         * src/gtk/about.c
5811                 better textview tagging implementation (no more use of marks for
5812                 postponed tagging)
5813
5814 2005-11-02 [colin]      1.9.99cvs9
5815
5816         * src/common/ssl.c
5817                 Forgot an ifdef
5818
5819 2005-11-02 [colin]      1.9.99cvs8
5820
5821         * configure.ac
5822                 Require libetpan-0.40 due to upstream fix
5823         * src/common/ssl.c
5824                 Tell libetpan not to call SSL_Library_Init,
5825                 as we do it ourselves.
5826
5827 2005-11-02 [colin]      1.9.99cvs7
5828
5829         * po/POTFILES.in
5830                 Add missing files (thanks to Fabien Vantard)
5831
5832 2005-11-02 [colin]      1.9.99cvs6
5833
5834         * src/summaryview.c
5835                 Fix totals when read messages are hidden or quicksearch
5836                 is on
5837         * src/ssl_manager.c
5838         * src/ssl_manager.h
5839         * src/common/ssl_certificate.c
5840         * src/common/ssl_certificate.h
5841         * src/gtk/sslcertwindow.c
5842         * src/gtk/sslcertwindow.h
5843                 Fix copyright on my stuff
5844
5845 2005-11-02 [wwp]        1.9.99cvs5
5846
5847         * src/prefs_themes.c
5848                 fix directory name checking (theme installation/removal),
5849                 made related error a bit more verbose
5850
5851 2005-11-02 [colin]      1.9.99cvs4
5852
5853         * src/summaryview.c
5854                 Fix typo (probably fixes bug #841 (Sort by the From 
5855                 field doesn't work)
5856
5857 2005-11-02 [paul]       1.9.99cvs3
5858
5859         * po/ko.po
5860         * po/nb.po
5861                 updated by SungHyun Nam, Geir Helland
5862         * src/wizard.c
5863                 fix typo in welcome message. spotted by
5864                 Andrea Spadaccini
5865
5866 2005-11-01 [colin]      1.9.99cvs2
5867
5868         * src/compose.c
5869                 Fix replying to ml wen confirming subscription
5870         * src/messageview.c
5871         * src/mimeview.c
5872         * src/mimeview.h
5873         * src/privacy.h
5874         * src/summaryview.c
5875                 Make key check non blocking
5876
5877 2005-10-31 [paul]       1.9.99cvs1
5878
5879         * tools/claws.i18n.status.pl
5880                 updated for ChangeLog
5881
5882 2005-10-31 [paul]       1.9.99
5883
5884         1.9.99 released
5885
5886 2005-10-31 [paul]       1.9.15cvs131
5887
5888         * .cvsignore
5889         * ChangeLog
5890         * ChangeLog.claws       ** REMOVED **
5891         * ChangeLog-gtk2.claws  ** REMOVED **
5892         * ChangeLog.gtk1        ** ADDED **
5893         * INSTALL
5894         * Makefile.am
5895         * NEWS
5896         * README
5897         * README.claws          ** REMOVED **
5898         * README.jp             ** REMOVED **
5899         * RELEASE_NOTES         ** ADDED **
5900         * RELEASE_NOTES.claws   ** REMOVED **
5901         * commitHelper
5902         * configure.ac
5903         * sylpheed.spec.in      ** REMOVED **
5904                 tidy up and update the default docs:
5905                 ChangeLog.claws is renamed ChangeLog.gtk1
5906                 ChangeLog-gtk2.claws is renamed ChangeLog
5907                 README.claws is renamed README
5908                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5909
5910 2005-10-31 [paul]       1.9.15cvs130
5911
5912         * po/it.po
5913                 fix errors
5914
5915 2005-10-31 [paul]       1.9.15cvs129
5916
5917         * po/ca.po
5918         * po/de.po
5919         * po/en_GB.po
5920         * po/fr.po
5921         * po/it.po
5922         * po/pt_BR.po
5923         * po/sk.po
5924         * po/sr.po
5925         * po/zh_CN.po
5926                 updated by Miquel Oliete, Stephan Sachse and
5927                 Thomas Gilgin, me, Fabien Vantard, Andrea
5928                 Spadaccini, Frederico Goncalves Guimaraes,
5929                 Andrej Kacian, Aleksandar Urosevic, and
5930                 Ralgh Young.
5931
5932 2005-10-31 [mones]      1.9.15cvs128
5933
5934         * manual/faq.xml
5935                 More questions.
5936         
5937         * po/es.po
5938                 Updated for release.
5939
5940 2005-10-30 [colin]      1.9.15cvs127
5941
5942         * src/compose.c
5943                 Place cursor before rewrapping (fixes cursor
5944                 pos if quotation gets rewrapped)
5945
5946 2005-10-29 [paul]       1.9.15cvs126
5947
5948         * src/crash.c
5949         * src/foldersel.c
5950         * src/main.c
5951         * src/messageview.c
5952         * src/toolbar.c
5953         * src/gtk/authors.h
5954                 corrections to text items
5955
5956 2005-10-28 [colin]      1.9.15cvs125
5957
5958         * src/messageview.c
5959                 Make "hit 'C' to check sig" work from extern 
5960                 messageviews
5961
5962 2005-10-27 [colin]      1.9.15cvs124
5963
5964         * src/summaryview.c
5965                 Add a hack to avoid segfaulting when hammering 
5966                 on gtk's events
5967
5968 2005-10-27 [wwp]        1.9.15cvs123
5969
5970         * src/prefs_themes.c
5971                 sort list of themes names in themes prefs
5972
5973 2005-10-27 [paul]       1.9.15cvs122
5974
5975         * src/folder.c
5976         * src/prefs_account.c
5977                 fix building on Solaris
5978                 Patch by Alex Moore
5979
5980 2005-10-27 [wwp]        1.9.15cvs121
5981
5982         * src/summaryview.c
5983         * src/gtk/gtksctree.c
5984                 speed up unselecting messages in summary view (thanks to Colin)
5985
5986 2005-10-27 [paul]       1.9.15cvs120
5987
5988         * src/mainwindow.c
5989                 fix a compilation warning
5990         * src/summaryview.c
5991                 fix updating of 'n items selected' count
5992                 when deselecting
5993
5994 2005-10-27 [martin]     1.9.15cvs119
5995
5996         * src/action.c
5997                 ignore actions with a leading '/' in the action menu name
5998                 fixes a crash on menu creation
5999         * src/prefs_actions.c
6000                 do not allow a leading '/' in the action menu name
6001
6002 2005-10-27 [paul]       1.9.15cvs118
6003
6004         * src/main.c
6005                 fix compilation warning
6006
6007 2005-10-27 [paul]       1.9.15cvs117
6008
6009         * src/procmime.c
6010                 add #if HAVE_LOCALE_H
6011
6012 2005-10-27 [paul]       1.9.15cvs116
6013
6014         * src/plugins/clamav/clamav_plugin.c
6015         * src/plugins/dillo_viewer/dillo_viewer.c
6016         * src/plugins/mathml_viewer/mathml_viewer.c
6017         * src/plugins/pgpcore/plugin.c
6018         * src/plugins/pgpinline/plugin.c
6019         * src/plugins/pgpmime/plugin.c
6020         * src/plugins/spamassassin/spamassassin.c
6021         * src/plugins/trayicon/trayicon.c
6022                 plugin_init() : make error messages more
6023                 informative
6024
6025 2005-10-26 [wwp]        1.9.15cvs115
6026
6027         * src/prefs_matcher.c
6028                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6029
6030 2005-10-26 [wwp]        1.9.15cvs114
6031
6032         * src/procmime.c
6033         * src/gtk/gtksctree.c
6034         * src/plugins/spamassassin/libspamc.c
6035         * src/plugins/spamassassin/spamassassin.c
6036                 fix some compilation warnings more
6037
6038 2005-10-26 [mones]      1.9.15cvs113
6039
6040         * po/es.po
6041                 Updated translation
6042
6043 2005-10-26 [paul]       1.9.15cvs112
6044
6045         * src/prefs_message.c
6046                 give all display_xface stuff the
6047                 #if HAVE_LIBCOMPFACE treatment, thus
6048                 preventing a crash
6049                 (Thanks to Wolfgang Enderlein)
6050
6051 2005-10-26 [colin]      1.9.15cvs111
6052
6053         * src/gedit-print.c
6054                 Fix date format
6055         * src/imap_gtk.c
6056         * src/news_gtk.c
6057                 Remove context menu items that should not be there
6058         * src/jpilot.c
6059                 Fix encoding
6060         * src/main.c
6061         * src/mainwindow.c
6062                 Don't show the mainwindow too soon
6063
6064 2005-10-26 [wwp]        1.9.15cvs110
6065
6066         * src/folder.c
6067         * src/manual.c
6068         * src/summaryview.c
6069                 fix uninitialized pointers in the folder updating hook
6070                 (thanks to Colin)
6071
6072 2005-10-25 [mones]      1.9.15cvs109
6073
6074         * manual/faq.xml
6075                 General information subsection completed. 
6076                 Removed archaic references.
6077                 
6078         * manual/Makefile
6079         * manual/dtd/manual.dsl
6080                 Added customization stylesheet for getting paragraphs
6081                 fully justified in PDF output (as suggested by Colin).
6082
6083 2005-10-25 [colin]      1.9.15cvs108
6084
6085         * src/compose.c
6086                 Fix a second leak
6087
6088 2005-10-25 [colin]      1.9.15cvs107
6089
6090         * src/addrbook.c
6091         * src/addrindex.c
6092                 Fix leak (xml_get_element() allocates memory)
6093         * src/compose.c
6094                 Fix leak + dead code (shame!)
6095         * src/procmime.c
6096                 Fix leak
6097
6098 2005-10-25 [colin]      1.9.15cvs106
6099
6100         * src/mimeview.c
6101                 Fix encoding issue in Save all and in 
6102                 overwrite-confirmation alertpanel
6103
6104 2005-10-25 [colin]      1.9.15cvs105
6105
6106         * src/common/socket.c
6107                 Fix a leak - Thanks to Christopher Aillon
6108                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6109
6110 2005-10-25 [paul]       1.9.15cvs104
6111
6112         * src/wizard.c
6113                 Always guess servers from the right-hand
6114                 email part and guess username from the
6115                 left-hand part. (Thanks to Colin)
6116                 add an X-Face to the welcome message
6117
6118 2005-10-25 [paul]       1.9.15cvs103
6119
6120         * manual/handling.xml
6121                 written by Colin, edited by me
6122
6123 2005-10-25 [wwp]        1.9.15cvs102
6124
6125         * src/folderview.c
6126         * src/grouplistdialog.c
6127         * src/imap.c
6128         * src/noticeview.c
6129                 fix some compilation warnings
6130
6131 2005-10-24 [paul]
6132
6133         1.9.99-rc3 released
6134
6135 2005-10-24 [paul]       1.9.15cvs101
6136
6137         * src/gtk/about.c
6138                 fix window sizing
6139
6140 2005-10-24 [paul]       1.9.15cvs100
6141
6142         * src/pixmaps/offline.xpm
6143         * src/pixmaps/online.xpm
6144                 replace with last default versions
6145
6146 2005-10-24 [colin]      1.9.15cvs99
6147
6148         * src/imap.c
6149                 Fix bug when moving a folder
6150         * src/imap_gtk.c
6151         * src/mh_gtk.c
6152                 "Delete folder" pops up a window, so it 
6153                 should be suffixed with "..."
6154         * src/plugins/pgpcore/sgpgme.c
6155                 Include locale.h
6156
6157 2005-10-24 [mones]      1.9.15cvs98
6158
6159         * manual/Makefile
6160         * manual/account.xml
6161         * manual/ack.xml
6162         * manual/addrbook.xml
6163         * manual/advanced.xml
6164         * manual/faq.xml
6165         * manual/glossary.xml
6166         * manual/gpl.xml
6167         * manual/handling.xml
6168         * manual/intro.xml
6169         * manual/keyboard.xml
6170         * manual/manual.xml
6171         * manual/plugins.xml
6172         * manual/starting.xml
6173         * manual/dtd/sdocbook.dtd
6174                 Initial manual structure and some content.
6175
6176 2005-10-23 [wwp]        1.9.15cvs97
6177
6178         * src/gtk/about.c
6179                 fix a typo
6180
6181 2005-10-23 [wwp]        1.9.15cvs96
6182
6183         * src/gtk/about.c
6184         * src/gtk/authors.h
6185                 rework of the about window (main work by Paul), also featuring a few
6186                 fixes for typos and duplicate names
6187
6188 2005-10-23 [wwp]        1.9.15cvs95
6189
6190         * src/.cvsignore
6191                 Ignore the right binary name (sylpheed-claws now)
6192
6193 2005-10-23 [paul]       1.9.15cvs94
6194
6195         * src/compose.c
6196                 when using Folder Pref 'Default To for
6197                 replies' make the entry in the Compose
6198                 window bold
6199                 Patch by Fabien Vantard
6200
6201 2005-10-22 [colin]      1.9.15cvs93
6202
6203         * src/codeconv.c
6204                 Fix leak
6205
6206 2005-10-22 [colin]      1.9.15cvs92
6207
6208         * src/codeconv.c
6209                 try to convert using locale (apart utf8) if necessary
6210
6211 2005-10-22 [colin]      1.9.15cvs91
6212
6213         * src/pixmaps/new.xpm
6214         * src/pixmaps/unread.xpm
6215                 Make the unread envelope blue again and
6216                 saturate the new one a bit more.
6217
6218 2005-10-22 [colin]      1.9.15cvs90
6219
6220         * src/compose.c
6221                 When replying to a mail sent by one of our accounts,
6222                 use the original list of recipients. Let 'Reply All'
6223                 and 'Reply to sender' work like previously.
6224
6225 2005-10-21 [colin]      1.9.15cvs89
6226
6227         * src/prefs_filtering.c
6228                 Clear fields after add and replace
6229         * src/textview.c
6230                 Display xface differently (better)
6231         * src/plugins/pgpinline/pgpinline.c
6232                 Fix crappy encodings/recodings
6233
6234 2005-10-21 [paul]       1.9.15cvs88
6235
6236         * src/compose.c
6237         * src/prefs_folder_item.c
6238         * src/toolbar.c
6239                 fix news folder Folder Properties
6240                 (thanks to Colin)
6241         * src/folderview.c
6242                 update folderview after Themes change
6243                 keep selected folder selected
6244                 (thanks to Colin)
6245
6246 2005-10-21 [paul]       1.9.15cvs87
6247
6248         * tools/Makefile.am
6249         * tools/OOo2sylpheed.pl
6250         * tools/README
6251         * tools/README.sylprint
6252         * tools/asus_mailled.sh         ** REMOVED **
6253         * tools/filter_conv.pl
6254         * tools/freshmeat_search.pl
6255         * tools/google_search.pl
6256         * tools/gpg-sign-syl            ** REMOVED **
6257         * tools/kmail2sylpheed.pl
6258         * tools/kmail2sylpheed_v2.pl
6259         * tools/multiwebsearch.pl
6260         * tools/nautilus2sylpheed.sh
6261         * tools/newscache_clean.pl
6262         * tools/outlook2sylpheed.pl
6263         * tools/sylpheed-switcher       ** REMOVED **
6264         * tools/sylprint.pl
6265         * tools/sylprint.rc
6266         * tools/tb2sylpheed
6267         * tools/vcard2xml.py
6268         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6269                 update default config dir
6270                 update binary name (thanks to Fabien Vantard)
6271                 remove obsolete scripts
6272
6273 2005-10-21 [colin]      1.9.15cvs86
6274
6275         * src/inc.c
6276                 Fix possible leak and units. Based on a patch by
6277                 Fabien Vantard.
6278
6279 2005-10-20 [colin]      1.9.15cvs85
6280
6281         * src/textview.c
6282                 Clear xface when clearing textview
6283
6284 2005-10-20 [colin]      1.9.15cvs84
6285
6286         * configure.ac
6287         * src/folderview.c
6288         * src/headerview.c
6289         * src/main.c
6290         * src/prefs_common.c
6291         * src/prefs_common.h
6292         * src/prefs_message.c
6293         * src/textview.c
6294         * src/textview.h
6295         * src/common/defs.h
6296         * src/common/utils.c
6297         * src/common/utils.h
6298         * src/gtk/gtkutils.c
6299         * src/gtk/gtkutils.h
6300                 Migrate config to .sylpheed-claws (Automatically)
6301                 Add a way to get the Xface in the TextView
6302
6303 2005-10-20 [colin]      1.9.15cvs83
6304
6305         * src/gtk/Makefile.am
6306         * src/gtk/about.c
6307         * src/gtk/authors.h
6308                 Make the about dialog *grooovy*
6309
6310 2005-10-20 [colin]      1.9.15cvs82
6311
6312         * src/mimeview.c
6313                 Use "Open with" on double click if no command
6314                 was found
6315
6316 2005-10-20 [colin]      1.9.15cvs81
6317
6318         * src/imap.c
6319         * src/etpan/imap-thread.c
6320                 Fix possible crash.
6321
6322 2005-10-20 [paul]       1.9.15cvs80
6323
6324         * src/folder.c
6325                 don't show clipkey icon if the only
6326                 attachment is the signature
6327                 Patch by Colin
6328
6329 2005-10-20 [paul]       1.9.15cvs79
6330
6331         * AUTHORS
6332         * src/plugins/pgpmime/pgpmime.c
6333                 name the PGP/MIME signature 'signature.asc'
6334                 Patch by Andrew Nelson <freeandy@gmail.com>
6335
6336 2005-10-19 [colin]      1.9.15cvs78
6337
6338         * src/plugins/pgpmime/pgpmime.c
6339                 Oops, no need to double-check though
6340
6341 2005-10-19 [colin]      1.9.15cvs77
6342
6343         * src/plugins/pgpinline/pgpinline.c
6344         * src/plugins/pgpmime/pgpmime.c
6345                 Check that my_tmpfile() doesn't 
6346                 return NULL
6347
6348 2005-10-19 [colin]      1.9.15cvs76
6349
6350         * src/common/utils.c
6351                 Use shorter mime boundaries to avoid having
6352                 MTAs rewrapping our headers, breaking the
6353                 PGP signature in the process 
6354         * src/compose.c
6355         * src/plugins/pgpmime/pgpmime.c
6356                 Check for boundary uniqueness to be sure
6357                 it won't happen, instead of hoping for the
6358                 best
6359
6360 2005-10-19 [colin]      1.9.15cvs75
6361
6362         * sylpheed-claws.desktop
6363         * src/Makefile.am
6364         * src/main.c
6365                 Ship a sylpheed-claws binary instead
6366                 of a sylpheed one. Change the socket
6367                 name, too
6368         * src/folderview.c
6369                 Update folder only if it changed
6370         * src/wizard.c
6371                 Fix i18n in welcome mail, patch by
6372                 Fabien Vantard
6373
6374 2005-10-19 [paul]
6375
6376         1.9.99-rc2 released
6377
6378 2005-10-19 [paul]       1.9.15cvs74
6379
6380         * src/folder.c
6381         * src/folderview.c
6382                 fix summaryview update
6383                 Patch by Colin
6384
6385 2005-10-18 [colin]      1.9.15cvs73
6386
6387         * src/plugins/pgpcore/passphrase.c
6388                 Don't XGrabServer, and try a bit more to 
6389                 sync everything before grabbing mouse/keyboard
6390
6391 2005-10-18 [colin]      1.9.15cvs72
6392
6393         * src/Makefile.am
6394         * src/addressadd.c
6395         * src/addressbook.c
6396         * src/folderview.c
6397         * src/grouplistdialog.c
6398         * src/mimeview.c
6399         * src/stock_pixmap.c
6400         * src/stock_pixmap.h
6401         * src/summaryview.c
6402         * src/gtk/gtksctree.c
6403         * src/gtk/gtksctree.h
6404         * src/pixmaps/empty.xpm
6405                 Implement a wrapper call for gtk_ctree_set_node_info
6406                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6407                 pixmap instead of a NULL one. This works around some
6408                 memory problems deep inside gtk, revealed by valgrind,
6409                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6410                 as locked crashes sylpheed.), as well as, probably, 
6411                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6412
6413 2005-10-17 [colin]      1.9.15cvs71
6414
6415         * src/mimeview.c
6416                 Provide visual feedback when checking
6417                 signature
6418
6419 2005-10-17 [colin]      1.9.15cvs70
6420
6421         * src/main.c
6422                 Keep the folder list frozen while checking caches...
6423
6424 2005-10-17 [colin]      1.9.15cvs69
6425
6426         * src/addr_compl.c
6427                 Fi bug #833 (Autocompleting from addressbook 
6428                 fails with extended chars)
6429         * src/imap.c
6430                 Fix 'adding messages' staying in statusbar
6431                 after an error
6432
6433 2005-10-17 [wwp]        1.9.15cvs68
6434
6435         * src/ssl_manager.c
6436                 Fix buttons' layout resizing when window size changes
6437
6438 2005-10-17 [wwp]        1.9.15cvs67
6439
6440         * src/account.c
6441         * src/prefs_account.c
6442         * src/prefs_common.c
6443         * src/prefs_common.h
6444         * src/prefs_folder_item.c
6445         * src/prefs_gtk.c
6446         * src/gtk/logwindow.c
6447         * src/gtk/pluginwindow.c
6448         * src/gtk/prefswindow.c
6449         * src/gtk/prefswindow.h
6450                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6451
6452 2005-10-17 [paul]       1.9.15cvs66
6453
6454         * configure.ac
6455                 fix missing libetpan message
6456         * po/en_GB.po
6457                 updated
6458         * src/crash.c
6459         * src/manual.c
6460         * src/prefs_themes.c
6461         * src/common/defs.h
6462                 add some new URI defines, change some
6463                 others
6464         * src/wizard.c
6465                 make welcome message translatable
6466                 small improvements to english
6467                 other tweaks
6468         * src/gtk/menu.c
6469                 fix warnings
6470
6471 2005-10-17 [paul]       1.9.15cvs65
6472
6473         * src/summaryview.c
6474                 fix column titles
6475
6476 2005-10-16 [mones]      1.9.15cvs64
6477
6478         * po/es.po
6479                 Updated translation
6480
6481 2005-10-16 [colin]
6482
6483         1.9.99-rc1 released
6484
6485 2005-10-16 [colin]      1.9.15cvs63
6486
6487         * src/wizard.c
6488                 Fix whitespace
6489
6490 2005-10-16 [colin]      1.9.15cvs62
6491
6492         * src/toolbar.c
6493                 s/Get All/Get Mail/
6494         * src/wizard.c
6495                 Real welcome mail text, thanks Paul
6496
6497 2005-10-16 [colin]      1.9.15cvs61
6498
6499         * src/editldap.c
6500         * src/exporthtml.c
6501         * src/main.c
6502         * src/mainwindow.c
6503         * src/prefs_themes.c
6504         * src/prefs_toolbar.c
6505         * src/plugins/demo/demo.c
6506         * src/plugins/trayicon/trayicon.c
6507                 s/Sylpheed/Sylpheed-Claws/
6508
6509 2005-10-16 [colin]      1.9.15cvs60
6510
6511         * src/wizard.c
6512                 Add a welcome email in the first empty mailbox
6513         * src/prefs_common.c
6514                 Change one more default
6515
6516 2005-10-16 [colin]      1.9.15cvs59
6517
6518         * src/wizard.c
6519                 Remove printf
6520
6521 2005-10-16 [colin]      1.9.15cvs58
6522
6523         * src/toolbar.c
6524         * src/prefs_common.c
6525                 Change some defaults
6526
6527 2005-10-16 [colin]      1.9.15cvs57
6528
6529         * src/toolbar.c
6530         * src/prefs_common.c
6531                 Change some defaults
6532
6533 2005-10-16 [colin]      1.9.15cvs56
6534
6535         * src/wizard.c
6536                 By default, initialize fonts to have
6537                 the same size as normal GtkWidgets
6538
6539 2005-10-16 [colin]      1.9.15cvs55
6540
6541         * src/mimeview.c
6542                 Fix message a bit more
6543
6544 2005-10-16 [colin]      1.9.15cvs54
6545
6546         * src/addressbook.c
6547                 Second attempt at flicker fixing
6548
6549 2005-10-16 [colin]      1.9.15cvs53
6550
6551         * src/addressbook.c
6552                 Fix flicker
6553
6554 2005-10-16 [wwp]        1.9.15cvs52
6555
6556         * src/addressbook.c
6557         * src/editaddress.c
6558         * src/prefs_common.c
6559         * src/prefs_common.h
6560                 Remember window sizes (address book)
6561
6562 2005-10-16 [wwp]        1.9.15cvs51
6563
6564         * src/plugins/clamav/clamav_plugin_gtk.c
6565         * src/plugins/spamassassin/spamassassin_gtk.c
6566                 Fix compilation warnings (missing #include).
6567
6568 2005-10-16 [colin]      1.9.15cvs50
6569
6570         * src/mimeview.c
6571         * src/summaryview.c
6572         * src/textview.c
6573                 Make 'c' check signature, and forward
6574                 c, l, y, t from summaryview to mimeview
6575
6576 2005-10-16 [colin]      1.9.15cvs49
6577
6578         * src/addressbook.c
6579                 Put border around buttons
6580         * src/mainwindow.c
6581         * src/summaryview.c
6582                 Rework menus (Patch based on a patch
6583                 by Paul)
6584
6585 2005-10-15 [wwp]        1.9.15cvs48
6586
6587         * src/editjpilot.c
6588         * src/editldap.c
6589         * src/editvcard.c
6590         * src/exphtmldlg.c
6591         * src/expldifdlg.c
6592         * src/export.c
6593         * src/import.c
6594         * src/importldif.c
6595         * src/importmutt.c
6596         * src/importpine.c
6597         * src/prefs_account.c
6598         * src/prefs_spelling.c
6599         * src/gtk/gtkutils.c
6600         * src/gtk/gtkutils.h
6601         * src/plugins/clamav/clamav_plugin_gtk.c
6602         * src/plugins/spamassassin/spamassassin_gtk.c
6603                 use nicer browse-for-file/dir buttons than the "..." ones,
6604                 code factorizing more.
6605
6606 2005-10-14 [colin]      1.9.15cvs47
6607
6608         * src/mainwindow.c
6609                 set relief on the account switcher so that people see it
6610                 grey out Create processing rules when no message is selected
6611         * src/prefs_filtering.c
6612                 ask before closing if the rule has not been modified, even if
6613                 it's not valid
6614         * src/prefs_matcher.c
6615                 fix sensitivity when entering the dialog
6616         * src/gtk/inputdialog.c
6617                 display a better icon on password ask
6618         * src/plugins/pgpcore/passphrase.c
6619                 make the dialog look better
6620
6621 2005-10-14 [paul]       1.9.15cvs46
6622
6623         * src/folderview.c
6624                 indicate presense of marked msgs in
6625                 unexpanded subfolders
6626
6627 2005-10-14 [paul]       1.9.15cvs45
6628
6629         * src/prefs_actions.c
6630         * src/prefs_common.c
6631         * src/prefs_common.h
6632         * src/prefs_filtering_action.c
6633         * src/prefs_matcher.c
6634         * src/prefs_template.c
6635                 remember window sizes
6636                 fix Info button size
6637
6638         Patches by wwp
6639
6640 2005-10-13 [colin]      1.9.15cvs44
6641
6642         * src/mimeview.c
6643         * src/noticeview.c
6644         * src/noticeview.h
6645                 Add a tooltip on the icon (optional) 
6646                 Get rid of the signature buttons and only
6647                 use the icon+tooltip
6648
6649 2005-10-13 [colin]      1.9.15cvs43
6650
6651         * src/noticeview.c
6652         * src/noticeview.h
6653                 Add hand cursor for hovering over icon
6654
6655 2005-10-13 [colin]      1.9.15cvs42
6656
6657         * src/summaryview.c
6658                 Fix crash when quicksearch's hidden 
6659                 at startup
6660
6661 2005-10-13 [colin]      1.9.15cvs41
6662
6663         * src/compose.c
6664                 Set subject when forwarding multiple mails
6665                 Check that other recipient than the default Cc or Bcc
6666                 have been set before sending.
6667
6668 2005-10-13 [colin]      1.9.15cvs40
6669
6670         * src/imap.c
6671                 Batch per-folder
6672                 Introduce locking, but don't use it yet
6673
6674 2005-10-13 [colin]      1.9.15cvs39
6675
6676         * src/gtk/quicksearch.c
6677                 Reset quicksearch when hiding it
6678                 Make sticky a real pref
6679
6680 2005-10-13 [colin]      1.9.15cvs38
6681
6682         * src/summaryview.c
6683                 Faster prefs apply
6684
6685 2005-10-13 [colin]      1.9.15cvs37
6686
6687         * src/mimeview.c
6688         * src/noticeview.c
6689         * src/noticeview.h
6690         * src/plugins/pgpcore/sgpgme.c
6691                 Make privacy icon clickable
6692                 Move Trust field in Full info
6693                 When trust is less than full, don't display
6694                 a warning icon
6695
6696 2005-10-13 [colin]      1.9.15cvs36
6697
6698         * src/folder.c
6699                 Batch on flags sync
6700         * src/folderview.c
6701                 Revert speed hack which is dangerous in fact
6702                 Apply prefs faster
6703
6704 2005-10-13 [colin]      1.9.15cvs35
6705
6706         * src/folder_item_prefs.c
6707                 Fix pref corruption on folder move. Patch
6708                 by wwp
6709
6710 2005-10-13 [paul]       1.9.15cvs34
6711
6712         * src/export.c
6713         * src/import.c
6714                 fix typos in g_warnings
6715         * src/prefs_account.c
6716                 add a file selector for Signature file
6717
6718         Patches by wwp
6719
6720 2005-10-12 [colin]      1.9.15cvs33
6721
6722         * src/mimeview.c
6723                 Provide a quick way to go back from a
6724                 signature's full info to the email part
6725
6726 2005-10-12 [colin]      1.9.15cvs32
6727
6728         * src/compose.c
6729                 Remove old hack of encoding signed mails with base64.
6730                 QP works equally well.
6731
6732 2005-10-12 [colin]      1.9.15cvs31
6733
6734         * src/crash.c
6735                 Replace deprecated GtkText with GtkTextView
6736         * src/imap.c
6737                 Fix a logic bug about counts in imap_select
6738                 (previously un-triggered)
6739         * src/mainwindow.c
6740         * src/summaryview.c
6741         * src/news.c
6742                 Allow local deletion of news posts
6743         * src/mimeview.c
6744                 Show GPG noticeview on the message/rfc822 part
6745                 in addition to the text/plain one
6746         * src/prefs_image_viewer.c
6747           src/plugins/pgpcore/prefs_gpg.c
6748                 Polish (set the label as part of the checkbox)
6749         * src/wizard.c
6750                 Don't sit there doing nothing after destroying
6751                 the window - return err
6752
6753 2005-10-11 [colin]      1.9.15cvs30
6754
6755         * src/folderview.c
6756                 Apply processing rules before showing folders.
6757                 Early folder show (before flags sync) will only
6758                 be done when there are no processing rules (nor
6759                 pre- or post- ones)
6760         * src/imap.c
6761                 Fix stuff related to mail subdir, creation and 
6762                 deletion of folders 
6763         * src/imap_gtk.c
6764                 Don't allow creation of folders in NoInferior
6765                 folders, as it won't work
6766
6767 2005-10-10 [colin]      1.9.15cvs29
6768
6769         * src/compose.c
6770                 Reselect "None" Privacy system when selecting an
6771                 account with no privacy system defined
6772
6773 2005-10-10 [colin]      1.9.15cvs28
6774
6775         * src/mainwindow.c
6776                 Add Windows-1252 encoding
6777         * src/prefs_common.c
6778                 Rework some defaults:
6779                 - autosave to draft by default
6780                 - don't show header pane (it's already in the textview)
6781                 - Select first new or unread mail on entry
6782                 - Assume 'Yes' to change folder when there's no more
6783                   unread message
6784         * src/prefs_matcher.c
6785                 Fix a gtk assertion failure
6786         * src/gtk/colorlabel.c
6787                 Workaround bad repainting on selection
6788         * src/main.c
6789                 Freeze/thaw (a bit faster on ssh -X)
6790         * src/msgcache.c
6791                 Get rid of StrdupConverter that just adds an
6792                 extra strdup/free 
6793         * src/etpan/imap_thread.c
6794                 memset buf to 0
6795
6796 2005-10-10 [colin]      1.9.15cvs27
6797
6798         * src/export.c
6799         * src/import.c
6800                 Fix compile on gtk 2.4. Patch by wwp
6801
6802 2005-10-09 [colin]      1.9.15cvs26
6803
6804         * src/mainwindow.c
6805         * src/messageview.c
6806         * src/summaryview.c
6807                 Clarify forward menus. Patch by wwp
6808
6809 2005-10-09 [colin]      1.9.15cvs25
6810
6811         * src/compose.c
6812         * src/compose.h
6813                 Fix bug #829 (Non-working "Encrypt message by 
6814                 default when replying to an encrypted message")
6815
6816 2005-10-08 [colin]      1.9.15cvs24
6817
6818         * src/wizard.c
6819                 Fix bug #827 ("Welcome" setup wizard after a 
6820                 permission error gives up & forgets itself.)
6821
6822 2005-10-08 [colin]      1.9.15cvs23
6823
6824         * src/procmime.c
6825                 Fix bug #828 (Ignoring headers with spaces around = sign)
6826
6827 2005-10-08 [colin]      1.9.15cvs22
6828
6829         * src/export.c
6830                 Warning fix by wwp
6831
6832 2005-10-08 [colin]      1.9.15cvs21
6833
6834         * src/folder.c
6835         * src/folder.h
6836                 Add a processing_pending indicator, set on 
6837                 folder_item_open and cleared after 
6838                 folder_item_process_open
6839         * src/folderview.c
6840         * src/summaryview.c
6841                 wrap procmsg_msginfo_*_flags, and in the
6842                 wrapper check that there's no folder processing 
6843                 pending. If there is, defer the flags change until 
6844                 processing is done to avoid stepping over each
6845                 other's toes.
6846                 Freeze during processing, but not during scanning.
6847
6848 2005-10-07 [colin]      1.9.15cvs20
6849
6850         * src/plugins/pgpcore/passphrase.c
6851                 Fix bug #826 (X-Server hangs when 
6852                 right-clicking a PGP encrypted message)
6853
6854 2005-10-07 [paul]       1.9.15cvs19
6855
6856         * src/compose.c
6857                 fix compose_entries[]
6858                 patch by Fabien Vantard
6859
6860 2005-10-06 [colin]      1.9.15cvs18
6861
6862         * src/pixmaps/address.xpm
6863         * src/pixmaps/address_book.xpm
6864         * src/pixmaps/book.xpm
6865         * src/pixmaps/check_spelling.xpm
6866         * src/pixmaps/checkbox_off.xpm
6867         * src/pixmaps/checkbox_on.xpm
6868         * src/pixmaps/close.xpm
6869         * src/pixmaps/complete.xpm
6870         * src/pixmaps/continue.xpm
6871         * src/pixmaps/deleted.xpm
6872         * src/pixmaps/down_arrow.xpm
6873         * src/pixmaps/exec.xpm
6874         * src/pixmaps/forwarded.xpm
6875         * src/pixmaps/group.xpm
6876         * src/pixmaps/ignorethread.xpm
6877         * src/pixmaps/interface.xpm
6878         * src/pixmaps/jpilot.xpm
6879         * src/pixmaps/ldap.xpm
6880         * src/pixmaps/linewrap.xpm
6881         * src/pixmaps/linewrapcurrent.xpm
6882         * src/pixmaps/mail.xpm
6883         * src/pixmaps/mail_attach.xpm
6884         * src/pixmaps/mail_compose.xpm
6885         * src/pixmaps/mail_forward.xpm
6886         * src/pixmaps/mail_receive.xpm
6887         * src/pixmaps/mail_receive_all.xpm
6888         * src/pixmaps/mail_reply.xpm
6889         * src/pixmaps/mail_reply_to_all.xpm
6890         * src/pixmaps/mail_reply_to_author.xpm
6891         * src/pixmaps/mail_send.xpm
6892         * src/pixmaps/mail_send_queue.xpm
6893         * src/pixmaps/mime_application.xpm
6894         * src/pixmaps/mime_audio.xpm
6895         * src/pixmaps/mime_image.xpm
6896         * src/pixmaps/mime_message.xpm
6897         * src/pixmaps/mime_text_enriched.xpm
6898         * src/pixmaps/mime_text_html.xpm
6899         * src/pixmaps/mime_text_plain.xpm
6900         * src/pixmaps/mime_unknown.xpm
6901         * src/pixmaps/new.xpm
6902         * src/pixmaps/news_compose.xpm
6903         * src/pixmaps/offline.xpm
6904         * src/pixmaps/online.xpm
6905         * src/pixmaps/paste.xpm
6906         * src/pixmaps/preferences.xpm
6907         * src/pixmaps/privacy_emblem_encrypted.xpm
6908         * src/pixmaps/privacy_expired.xpm
6909         * src/pixmaps/privacy_failed.xpm
6910         * src/pixmaps/privacy_passed.xpm
6911         * src/pixmaps/privacy_signed.xpm
6912         * src/pixmaps/privacy_unknown.xpm
6913         * src/pixmaps/privacy_warn.xpm
6914         * src/pixmaps/properties.xpm
6915         * src/pixmaps/replied.xpm
6916         * src/pixmaps/search.xpm
6917         * src/pixmaps/unread.xpm
6918         * src/pixmaps/up_arrow.xpm
6919         * src/pixmaps/vcard.xpm
6920                 Modernize internal theme, with icons from the 
6921                 Gnomaws theme. Keep some of the old ones where
6922                 they were better.
6923
6924 2005-10-06 [colin]      1.9.15cvs17
6925
6926         * src/summaryview.c
6927                 Little optimisations + bugfix
6928         * src/toolbar.c
6929                 Remove default useless items - useless being defined
6930                 by the default relevant prefs
6931         * src/wizard.c
6932                 include config.h to make gettext work
6933         * src/prefs_themes.c
6934                 Fix selection of current theme in prefs
6935
6936 2005-10-06 [colin]      1.9.15cvs16
6937
6938         * src/prefs_common.c
6939         * src/prefs_common.h
6940         * src/prefs_summaries.c
6941         * src/folderview.c
6942                 Add a warning dialog on Mark all read 
6943                 (with pref to get rid of it)
6944
6945 2005-10-06 [paul]       1.9.15cvs15
6946
6947         * po/nb.po
6948         * po/pt_BR.po
6949                 updated by Geir Helland and Frederico
6950                 Goncalves Guimaraes
6951
6952 2005-10-05 [colin]      1.9.15cvs14
6953
6954         * src/folder.c
6955         * src/folder.h
6956         * src/folderview.c
6957         * src/folderview.h
6958         * src/imap_gtk.c
6959         * src/mh_gtk.c
6960         * src/mainwindow.c
6961         * src/setup.c
6962                 add a way to rescan without rebuilding
6963                 make moving a bit faster (less folders changes)
6964                 don't lock the tree on Get 
6965         * src/imap.c
6966                 Don't re-delete deleted messages before expunging
6967         * src/summaryview.c
6968                 Set batch mode when deleting mails
6969
6970 2005-10-05 [paul]       1.9.15cvs13
6971
6972         * src/mainwindow.c
6973         * src/mainwindow.h
6974                 fix disabled Execute menu item
6975         * src/toolbar.c
6976                 match the change in 1.9.15cvs10: use Compose
6977                 instead of News by default
6978
6979 2005-10-04 [colin]      1.9.15cvs12
6980
6981         * src/compose.c
6982                 When replying to an ML post with Reply-To set
6983                 to the poster's email, honor it (as before),
6984                 but also honor our user's request to reply to
6985                 the mailing list: set the ML address in the To
6986                 field and the Reply-To address in the Cc: 
6987                 field.
6988
6989 2005-10-04 [colin]      1.9.15cvs11
6990
6991         * src/plugins/trayicon/trayicon.c
6992                 Finish cosmetic change - thanks to wwp
6993
6994 2005-10-04 [colin]      1.9.15cvs10
6995
6996         * src/toolbar.c
6997                 Use Compose instead of Email by default.
6998                 Spotted by wwp.
6999
7000 2005-10-04 [colin]      1.9.15cvs9
7001
7002         * src/folder.c
7003         * src/folder.h
7004         * src/folderview.c
7005         * src/imap.c
7006         * src/etpan/imap-thread.c
7007         * src/etpan/imap-thread.h
7008                 Try to make IMAP faster, by simplifying SEARCH
7009                 commands, avoiding sending two STATUS in a row,
7010                 and deferring flags sync and processing just
7011                 after displaying the folder. 
7012                 This will update the SummaryView in certain
7013                 cases (new mails not already fetched, flags
7014                 changed from another client) but in a non-
7015                 blocking manner.
7016
7017 2005-10-04 [colin]      1.9.15cvs8
7018
7019         * src/plugins/trayicon/trayicon.c
7020                 Relabel "Offline" to "Work offline"
7021
7022 2005-10-04 [colin]      1.9.15cvs7
7023
7024         * src/export.c
7025         * src/import.c
7026         * src/mbox.c
7027                 Fix mbox import/export buglets
7028                 Patch by wwp
7029         * src/plugins/trayicon/trayicon.c
7030                 Add offline swithc
7031                 Patch by wwp
7032
7033 2005-10-04 [colin]      1.9.15cvs6
7034
7035         * src/folder.c
7036         * src/folderview.c
7037         * src/summaryview.c
7038                 Better fix (don't break mark all read) for cvs2
7039
7040 2005-10-03 [colin]      1.9.15cvs5
7041
7042         * src/folder.c
7043                 Use a sane sort by default
7044
7045 2005-10-03 [colin]      1.9.15cvs4
7046
7047         * src/inc.c
7048                 Add a 'Only once' button for overriding offline mode
7049         * src/prefs_account.c
7050         * src/wizard.c
7051                 Add Local mbox to the wizard
7052                 Add IMAP subdir to the wizard (or the wizard is useless
7053                 for such accounts, or even worse than useless)
7054                 Move IMAP subdir from Advanced to Receive tab, as it's
7055                 not that uncommon
7056
7057 2005-10-03 [colin]      1.9.15cvs3
7058
7059         * src/send_message.c
7060                 Forgot this one in cvs1
7061
7062 2005-10-03 [colin]      1.9.15cvs2
7063
7064         * src/folder.c
7065                 Faster close when leaving a folder with lots
7066                 of new mails. Idea by David Relson.
7067
7068 2005-10-03 [colin]      1.9.15cvs1
7069
7070         * src/compose.c
7071         * src/imap.c
7072         * src/inc.c
7073         * src/main.c
7074         * src/messageview.c
7075         * src/news.c
7076         * src/summaryview.c
7077         * src/gtk/sslcertwindow.c
7078         * src/plugins/trayicon/trayicon.c
7079                 Add accels to every AlertPanel. Patch by Fabien 
7080                 Vantard
7081
7082 2005-10-03 [paul]       1.9.15
7083
7084         1.9.15 released
7085
7086 2005-10-03 [paul]       1.9.14cvs68
7087
7088         * po/ca.po
7089         * po/de.po
7090         * po/es.po
7091         * po/fi.po
7092         * po/fr.po
7093         * po/sk.po
7094         * po/sr.po
7095         * po/zh_CN.po
7096                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7097                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7098                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7099
7100 2005-10-03 [paul]       1.9.14cvs67
7101
7102         * src/send_message.c
7103                 prevent hang on Cancel
7104                 patch by Colin
7105
7106 2005-10-03 [paul]       1.9.14cvs66
7107
7108         * src/main.c
7109                 fix crash in IMAP caused by discrepancy
7110                 between check_at_startup and offline mode
7111                 Patch by Colin
7112
7113 2005-10-01 [paul]       1.9.14cvs65
7114
7115         * src/inc.c
7116                 fix engrish
7117
7118 2005-10-01 [paul]       1.9.14cvs64
7119         * src/export.c
7120         * src/import.c
7121                 synchronise import_mbox() and export_mbox()
7122         * src/mbox.c
7123                 proc_mbox(): add alert if file cannot be opened
7124                 export_list_to_mbox(): test if dest file exists,
7125                 prompt user to overwrite if it does. add alert
7126                 if file cannot be created
7127                                                                 
7128         Patch by wwp
7129                                                                                                                 
7130
7131 2005-09-30 [paul]       1.9.14cvs63
7132
7133         * src/addressbook.c
7134                 Fix sensitivity of a menu
7135         * src/codeconv.c
7136                 Respect hidden pref for mails with no encoding
7137         * src/common/xml.c
7138                 Fix memory corruption
7139         * src/plugins/pgpcore/sgpgme.c
7140                 Fix segfault on incomplete sigs, and display
7141                 of S/Mime UIDs
7142
7143         Patches by Colin
7144
7145 2005-09-30 [colin]      1.9.14cvs62
7146
7147         * src/partial_download.c
7148                 Little logic fix in almost-dead code
7149         * src/pop.c
7150                 Fix partial download when there's no new mail
7151
7152 2005-09-29 [paul]       1.9.14cvs61
7153
7154         * src/plugins/pgpinline/pgpinline.c
7155                 fix bug 819, 'crash accessing sign message'
7156                 Patch by Colin
7157
7158 2005-09-28 [martin]     1.9.14cvs60
7159
7160         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7161                 fix bug #790 (Crash when restarting window manager (fluxbox))
7162
7163 2005-09-28 [paul]       1.9.14cvs59
7164
7165         * src/gtk/gtkaspell.c
7166                 fix off-by-one typo
7167
7168 2005-09-27 [colin]      1.9.14cvs58
7169
7170         * src/plugins/pgpcore/sgpgme.c
7171                 Report error when there's one, instead of
7172                 "Signature unchecked" 
7173
7174 2005-09-27 [colin]      1.9.14cvs57
7175
7176         * src/prefs_quote.c
7177                 Fix bug #816 (Weird quotation with spaces)
7178
7179 2005-09-27 [colin]      1.9.14cvs56
7180
7181         * src/codeconv.c
7182         * src/compose.c
7183         * src/compose.h
7184                 Put subject in compose's title
7185                 Fix Automatic encoding so that it's really automatic:
7186                 first try default locale's charset, then charset of the replied mail, 
7187                 then utf-8
7188                 Fix encoding of headers (must be in strict mode too)
7189
7190 2005-09-26 [colin]      1.9.14cvs55
7191
7192         * src/gtk/gtkaspell.c
7193                 Fix previous patch - don't color the space,
7194                 just uncolor it :)
7195
7196 2005-09-26 [colin]      1.9.14cvs54
7197
7198         * src/gtk/gtkaspell.c
7199                 Unmark space if possible
7200
7201 2005-09-26 [colin]      1.9.14cvs53
7202
7203         * src/imap.c
7204                 log_error instead of alertpanel according to the pref
7205         * src/etpan/imap-thread.c
7206                 Print connect status, copy only necessary size to 
7207                 logger
7208         * src/plugins/pgpmime/pgpmime.c
7209                 Handle S/Mime signatures (verification only). Patch based
7210                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7211
7212 2005-09-26 [paul]       1.9.14cvs52
7213
7214         * src/common/passcrypt.c
7215                 this 'workaround' not necessary on NetBSD.
7216                 Thanks to Daniel Gustafson
7217
7218 2005-09-26 [paul]
7219
7220         1.9.15-rc4 released
7221
7222 2005-09-26 [paul]       1.9.14cvs51
7223
7224         * src/summaryview.c
7225                 Skip currently selected message when
7226                 looking for next new or unread message
7227                 in current folder. Patch by Colin
7228         * src/common/passcrypt.c
7229                 eliminate warnings on *BSD. Patch by
7230                 Daniel Gustafson
7231
7232 2005-09-26 [colin]      1.9.14cvs50
7233
7234         * src/procmsg.c
7235                 Call postfiltering hook anyway
7236
7237 2005-09-22 [colin]      1.9.14cvs49
7238
7239         * src/codeconv.c
7240         * src/codeconv.h
7241                 Add a strict mode that doesn't replace with _
7242         * src/compose.c
7243         * src/compose.h
7244                 Use strict conversion while sending
7245                 Fix race when drafting while sending (happens
7246                 on IMAP)
7247                 Fix d'n'd of messages from summaryview
7248         * src/prefs_common.c
7249         * src/prefs_common.h
7250                 add hidden utf8_instead_of_locale_for_broken_mail 
7251                 pref for people that preferred the default charset 
7252                 to be utf8 for broken mails
7253         * src/quote_fmt_parse.y
7254                 fix bug #815 (No quote insert if "From:" fied 
7255                 contained Russian letters)
7256         * src/summaryview.c
7257                 Fix d'n'd of messages to compose
7258
7259 2005-09-22 [paul]       1.9.14cvs48
7260
7261         * src/compose.c
7262                 fix bug where attachments Name entry
7263                 would display Path instead
7264
7265 2005-09-21 [paul]       1.9.14cvs47
7266
7267         * README
7268         * README.jp
7269         * configure.ac
7270         * config/config.rpath
7271         * doc/manual/en/sylpheed-20.html
7272         * doc/manual/es/sylpheed-20.html
7273         * po/bg.po
7274         * po/ca.po
7275         * po/de.po
7276         * po/es.po
7277         * po/fr.po
7278         * po/it.po
7279         * po/pt_BR.po
7280         * po/sk.po
7281         * po/zh_TW.po
7282         * src/account.c
7283         * src/account.h
7284         * src/action.c
7285         * src/action.h
7286         * src/adbookbase.h
7287         * src/addr_compl.c
7288         * src/addr_compl.h
7289         * src/addrbook.c
7290         * src/addrbook.h
7291         * src/addrcache.c
7292         * src/addrcache.h
7293         * src/addrcindex.c
7294         * src/addrcindex.h
7295         * src/addrclip.c
7296         * src/addrclip.h
7297         * src/addrdefs.h
7298         * src/addressadd.c
7299         * src/addressadd.h
7300         * src/addressbook.c
7301         * src/addressbook.h
7302         * src/addressitem.h
7303         * src/addrgather.c
7304         * src/addrgather.h
7305         * src/addrharvest.c
7306         * src/addrharvest.h
7307         * src/addrindex.c
7308         * src/addrindex.h
7309         * src/addritem.c
7310         * src/addritem.h
7311         * src/addrquery.c
7312         * src/addrquery.h
7313         * src/addrselect.c
7314         * src/addrselect.h
7315         * src/alertpanel.c
7316         * src/alertpanel.h
7317         * src/browseldap.c
7318         * src/browseldap.h
7319         * src/codeconv.c
7320         * src/codeconv.h
7321         * src/compose.c
7322         * src/compose.h
7323         * src/crash.c
7324         * src/crash.h
7325         * src/customheader.c
7326         * src/customheader.h
7327         * src/displayheader.c
7328         * src/displayheader.h
7329         * src/editaddress.c
7330         * src/editaddress.h
7331         * src/editbook.c
7332         * src/editbook.h
7333         * src/editgroup.c
7334         * src/editgroup.h
7335         * src/editjpilot.c
7336         * src/editjpilot.h
7337         * src/editldap.c
7338         * src/editldap.h
7339         * src/editldap_basedn.c
7340         * src/editldap_basedn.h
7341         * src/editvcard.c
7342         * src/editvcard.h
7343         * src/enriched.c
7344         * src/enriched.h
7345         * src/exphtmldlg.c
7346         * src/exphtmldlg.h
7347         * src/expldifdlg.c
7348         * src/expldifdlg.h
7349         * src/export.c
7350         * src/export.h
7351         * src/exporthtml.c
7352         * src/exporthtml.h
7353         * src/exportldif.c
7354         * src/exportldif.h
7355         * src/filtering.c
7356         * src/filtering.h
7357         * src/folder.c
7358         * src/folder.h
7359         * src/folder_item_prefs.c
7360         * src/folder_item_prefs.h
7361         * src/foldersel.c
7362         * src/foldersel.h
7363         * src/folderutils.c
7364         * src/folderutils.h
7365         * src/folderview.c
7366         * src/folderview.h
7367         * src/grouplistdialog.c
7368         * src/grouplistdialog.h
7369         * src/headerview.c
7370         * src/headerview.h
7371         * src/html.c
7372         * src/html.h
7373         * src/image_viewer.c
7374         * src/image_viewer.h
7375         * src/imap.c
7376         * src/imap.h
7377         * src/imap_gtk.c
7378         * src/imap_gtk.h
7379         * src/import.c
7380         * src/import.h
7381         * src/importldif.c
7382         * src/importldif.h
7383         * src/importmutt.c
7384         * src/importmutt.h
7385         * src/importpine.c
7386         * src/importpine.h
7387         * src/inc.c
7388         * src/inc.h
7389         * src/jpilot.c
7390         * src/jpilot.h
7391         * src/ldapctrl.c
7392         * src/ldapctrl.h
7393         * src/ldaplocate.c
7394         * src/ldaplocate.h
7395         * src/ldapquery.c
7396         * src/ldapquery.h
7397         * src/ldapserver.c
7398         * src/ldapserver.h
7399         * src/ldaputil.c
7400         * src/ldaputil.h
7401         * src/ldif.c
7402         * src/ldif.h
7403         * src/localfolder.c
7404         * src/localfolder.h
7405         * src/main.c
7406         * src/main.h
7407         * src/mainwindow.c
7408         * src/mainwindow.h
7409         * src/manual.c
7410         * src/manual.h
7411         * src/matcher.c
7412         * src/matcher.h
7413         * src/matcher_parser.h
7414         * src/matcher_parser_lex.l
7415         * src/matcher_parser_parse.y
7416         * src/mbox.c
7417         * src/mbox.h
7418         * src/message_search.c
7419         * src/message_search.h
7420         * src/messageview.c
7421         * src/messageview.h
7422         * src/mh.c
7423         * src/mh.h
7424         * src/mh_gtk.c
7425         * src/mh_gtk.h
7426         * src/mimeview.c
7427         * src/mimeview.h
7428         * src/msgcache.c
7429         * src/msgcache.h
7430         * src/mutt.c
7431         * src/mutt.h
7432         * src/news.c
7433         * src/news.h
7434         * src/news_gtk.c
7435         * src/news_gtk.h
7436         * src/noticeview.c
7437         * src/noticeview.h
7438         * src/partial_download.c
7439         * src/partial_download.h
7440         * src/pine.c
7441         * src/pine.h
7442         * src/pop.c
7443         * src/pop.h
7444         * src/prefs_account.c
7445         * src/prefs_account.h
7446         * src/prefs_actions.c
7447         * src/prefs_actions.h
7448         * src/prefs_common.c
7449         * src/prefs_common.h
7450         * src/prefs_compose_writing.c
7451         * src/prefs_compose_writing.h
7452         * src/prefs_customheader.c
7453         * src/prefs_customheader.h
7454         * src/prefs_display_header.c
7455         * src/prefs_display_header.h
7456         * src/prefs_ext_prog.c
7457         * src/prefs_ext_prog.h
7458         * src/prefs_filtering.c
7459         * src/prefs_filtering.h
7460         * src/prefs_filtering_action.c
7461         * src/prefs_filtering_action.h
7462         * src/prefs_folder_column.c
7463         * src/prefs_folder_column.h
7464         * src/prefs_folder_item.c
7465         * src/prefs_folder_item.h
7466         * src/prefs_fonts.c
7467         * src/prefs_fonts.h
7468         * src/prefs_gtk.c
7469         * src/prefs_gtk.h
7470         * src/prefs_image_viewer.c
7471         * src/prefs_image_viewer.h
7472         * src/prefs_matcher.c
7473         * src/prefs_matcher.h
7474         * src/prefs_message.c
7475         * src/prefs_message.h
7476         * src/prefs_msg_colors.c
7477         * src/prefs_msg_colors.h
7478         * src/prefs_other.c
7479         * src/prefs_other.h
7480         * src/prefs_quote.c
7481         * src/prefs_quote.h
7482         * src/prefs_receive.c
7483         * src/prefs_receive.h
7484         * src/prefs_send.c
7485         * src/prefs_send.h
7486         * src/prefs_spelling.c
7487         * src/prefs_spelling.h
7488         * src/prefs_summaries.c
7489         * src/prefs_summaries.h
7490         * src/prefs_summary_column.c
7491         * src/prefs_summary_column.h
7492         * src/prefs_template.c
7493         * src/prefs_template.h
7494         * src/prefs_themes.c
7495         * src/prefs_themes.h
7496         * src/prefs_toolbar.c
7497         * src/prefs_toolbar.h
7498         * src/prefs_wrapping.c
7499         * src/prefs_wrapping.h
7500         * src/privacy.c
7501         * src/privacy.h
7502         * src/procheader.c
7503         * src/procheader.h
7504         * src/procmime.c
7505         * src/procmime.h
7506         * src/procmsg.c
7507         * src/procmsg.h
7508         * src/quote_fmt.c
7509         * src/quote_fmt_parse.y
7510         * src/recv.c
7511         * src/recv.h
7512         * src/remotefolder.c
7513         * src/remotefolder.h
7514         * src/send_message.c
7515         * src/send_message.h
7516         * src/setup.c
7517         * src/setup.h
7518         * src/simple-gettext.c
7519         * src/sourcewindow.c
7520         * src/sourcewindow.h
7521         * src/ssl_manager.c
7522         * src/ssl_manager.h
7523         * src/statusbar.c
7524         * src/statusbar.h
7525         * src/stock_pixmap.c
7526         * src/stock_pixmap.h
7527         * src/summary_search.c
7528         * src/summary_search.h
7529         * src/summaryview.c
7530         * src/summaryview.h
7531         * src/syldap.c
7532         * src/syldap.h
7533         * src/textview.c
7534         * src/textview.h
7535         * src/toolbar.c
7536         * src/toolbar.h
7537         * src/undo.c
7538         * src/undo.h
7539         * src/unmime.c
7540         * src/unmime.h
7541         * src/vcard.c
7542         * src/vcard.h
7543         * src/wizard.c
7544         * src/wizard.h
7545         * src/common/base64.c
7546         * src/common/base64.h
7547         * src/common/defs.h
7548         * src/common/hooks.c
7549         * src/common/hooks.h
7550         * src/common/log.c
7551         * src/common/log.h
7552         * src/common/md5.c
7553         * src/common/md5.h
7554         * src/common/mgutils.c
7555         * src/common/mgutils.h
7556         * src/common/nntp.c
7557         * src/common/nntp.h
7558         * src/common/passcrypt.c
7559         * src/common/passcrypt.h.in
7560         * src/common/plugin.c
7561         * src/common/plugin.h
7562         * src/common/prefs.c
7563         * src/common/prefs.h
7564         * src/common/progressindicator.c
7565         * src/common/progressindicator.h
7566         * src/common/quoted-printable.c
7567         * src/common/quoted-printable.h
7568         * src/common/session.c
7569         * src/common/session.h
7570         * src/common/smtp.c
7571         * src/common/smtp.h
7572         * src/common/socket.c
7573         * src/common/socket.h
7574         * src/common/ssl.c
7575         * src/common/ssl.h
7576         * src/common/ssl_certificate.c
7577         * src/common/ssl_certificate.h
7578         * src/common/string_match.c
7579         * src/common/string_match.h
7580         * src/common/stringtable.c
7581         * src/common/sylpheed.c
7582         * src/common/sylpheed.h
7583         * src/common/template.c
7584         * src/common/template.h
7585         * src/common/timing.h
7586         * src/common/utils.c
7587         * src/common/utils.h
7588         * src/common/uuencode.c
7589         * src/common/uuencode.h
7590         * src/common/version.h.in
7591         * src/common/xml.c
7592         * src/common/xml.h
7593         * src/common/xmlprops.c
7594         * src/common/xmlprops.h
7595         * src/gtk/about.c
7596         * src/gtk/about.h
7597         * src/gtk/colorlabel.c
7598         * src/gtk/colorlabel.h
7599         * src/gtk/colorsel.c
7600         * src/gtk/colorsel.h
7601         * src/gtk/description_window.c
7602         * src/gtk/description_window.h
7603         * src/gtk/filesel.c
7604         * src/gtk/filesel.h
7605         * src/gtk/foldersort.c
7606         * src/gtk/foldersort.h
7607         * src/gtk/gtkutils.c
7608         * src/gtk/gtkutils.h
7609         * src/gtk/inputdialog.c
7610         * src/gtk/inputdialog.h
7611         * src/gtk/logwindow.c
7612         * src/gtk/logwindow.h
7613         * src/gtk/manage_window.c
7614         * src/gtk/manage_window.h
7615         * src/gtk/menu.c
7616         * src/gtk/menu.h
7617         * src/gtk/pluginwindow.c
7618         * src/gtk/pluginwindow.h
7619         * src/gtk/prefswindow.c
7620         * src/gtk/prefswindow.h
7621         * src/gtk/progressdialog.c
7622         * src/gtk/progressdialog.h
7623         * src/gtk/quicksearch.c
7624         * src/gtk/quicksearch.h
7625         * src/gtk/sslcertwindow.c
7626         * src/gtk/sslcertwindow.h
7627         * src/plugins/clamav/clamav_plugin.c
7628         * src/plugins/clamav/clamav_plugin.h
7629         * src/plugins/clamav/clamav_plugin_gtk.c
7630         * src/plugins/demo/demo.c
7631         * src/plugins/dillo_viewer/dillo_prefs.c
7632         * src/plugins/dillo_viewer/dillo_prefs.h
7633         * src/plugins/dillo_viewer/dillo_viewer.c
7634         * src/plugins/mathml_viewer/mathml_viewer.c
7635         * src/plugins/pgpcore/passphrase.c
7636         * src/plugins/pgpcore/passphrase.h
7637         * src/plugins/pgpcore/plugin.c
7638         * src/plugins/pgpcore/prefs_gpg.c
7639         * src/plugins/pgpcore/prefs_gpg.h
7640         * src/plugins/pgpcore/select-keys.c
7641         * src/plugins/pgpcore/select-keys.h
7642         * src/plugins/pgpcore/sgpgme.c
7643         * src/plugins/pgpcore/sgpgme.h
7644         * src/plugins/pgpinline/pgpinline.c
7645         * src/plugins/pgpinline/pgpinline.h
7646         * src/plugins/pgpinline/plugin.c
7647         * src/plugins/pgpmime/pgpmime.c
7648         * src/plugins/pgpmime/pgpmime.h
7649         * src/plugins/pgpmime/plugin.c
7650         * src/plugins/spamassassin/spamassassin.c
7651         * src/plugins/spamassassin/spamassassin.h
7652         * src/plugins/spamassassin/spamassassin_gtk.c
7653         * src/plugins/trayicon/trayicon.c
7654         * tools/OOo2sylpheed.pl
7655         * tools/acroread2sylpheed.pl
7656         * tools/asus_mailled.sh
7657         * tools/filter_conv.pl
7658         * tools/freshmeat_search.pl
7659         * tools/google_search.pl
7660         * tools/kmail2sylpheed.pl
7661         * tools/kmail2sylpheed_v2.pl
7662         * tools/maildir2sylpheed.pl
7663         * tools/multiwebsearch.pl
7664         * tools/newscache_clean.pl
7665         * tools/outlook2sylpheed.pl
7666         * tools/sylpheed-switcher
7667         * tools/update-po
7668         * tools/vcard2xml.py
7669         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7670                 update FSF address
7671
7672 2005-09-21 [colin]      1.9.14cvs46
7673
7674         * src/gedit-print.c
7675         * src/procmsg.c
7676         * src/procmsg.h
7677         * src/textview.c
7678         * src/summaryview.c
7679                 Remove some printing hacks (deselection/reselection),
7680                 which by the way fix printing the currently 
7681                 displayed mime part (still only text)
7682                 Plus a little optimisation of summary_show
7683
7684
7685 2005-09-20 [colin]      1.9.14cvs45
7686
7687         * src/mainwindow.c
7688         * src/messageview.c
7689                 GUI fixups: add accels, set message
7690                 view title to displayed mail's subject
7691         * src/prefs_spelling.c
7692         * src/gtk/gtkaspell.c
7693                 GUI fixups: allow underlining misspelled
7694                 words instead of coloring them (a11y!)
7695
7696 2005-09-19 [colin]
7697
7698         1.9.15rc3 released
7699
7700 2005-09-19 [colin]      1.9.14cvs44
7701
7702         * src/compose.c
7703                 Fix draft message
7704         * src/gtk/gtkaspell.c
7705                 Fix wrong test ;-)
7706
7707 2005-09-19 [colin]      1.9.14cvs43
7708
7709         * src/addressbook.c
7710                 Fix sensitivity of Delete button
7711         * src/compose.c
7712                 Warn if the requested Privacy system
7713                 is not available
7714         * src/exphtmldlg.c
7715         * src/expldifdlg.c
7716         * src/importldif.c
7717         * src/importmutt.c
7718         * src/importpine.c
7719                 Fix crappy UI
7720         * src/
7721         * src/ssl.h
7722         * src/prefs_account.h
7723         * src/prefs_account.c
7724                 Save SSL prefs even in builds that have
7725                 SSL support disable
7726         * src/imap.c
7727         * src/inc.c
7728         * src/news.c
7729         * src/send_message.c
7730                 Warn if connection should be secure, but
7731                 SSL support isn't compiled in
7732         * src/gtkaspell.c
7733                 Fix word separation on UTF-8 systems
7734                 Fixes bug #812 (Strange inline spellchecking)
7735         * src/compose.c
7736                 Warn if the requested Privacy system
7737                 is not available
7738                 Factorize offline warning
7739         * src/imap.c
7740         * src/imap_gtk.c
7741         * src/imap_gtk.h
7742         * src/inc.h
7743         * src/news_gtk.c
7744         * src/news_gtk.h
7745         * src/messageview.c
7746                 Factorize offline warning
7747
7748 2005-09-19 [paul]
7749
7750         1.9.15-rc2 released
7751
7752 2005-09-18 [colin]      1.9.14cvs42
7753
7754         * src/codeconv.c
7755         * src/codeconv.h
7756         * src/procmime.c
7757                 Add a way to get locale's charset ignoring utf-8,
7758                 and use that as default encoding for broken mails
7759
7760 2005-09-18 [colin]      1.9.14cvs41
7761
7762         * src/gtk/logwindow.c
7763                 Translate string. Patch by Fabien Vantard
7764
7765 2005-09-18 [colin]      1.9.14cvs40
7766
7767         * configure.ac
7768                 Fix bug #803 (IMAP/SSL support breaks with 
7769                 GnuTLS libetpan 0.38)
7770
7771 2005-09-18 [colin]      1.9.14cvs39
7772
7773         * src/codeconv.c
7774         * src/compose.c
7775         * src/procmime.c
7776                 More charsets fixes. Fixes bug #806 (non
7777                 ascii characters in subject line)
7778
7779 2005-09-17 [paul]       1.9.14cvs38
7780
7781         * src/folderview.c
7782         * src/mainwindow.c
7783                 fix gcc-2.95 issues
7784                 Patch by Pawel Pekala
7785
7786 2005-09-17 [colin]      1.9.14cvs37
7787
7788         * src/addrindex.c
7789                 bugfix for NO-USE LDAP compilation, patch 
7790                 by Fabien Vantard
7791
7792 2005-09-17 [colin]      1.9.14cvs36
7793
7794         * src/prefs_actions.c
7795         * src/prefs_customheader.c
7796         * src/prefs_display_header.c
7797         * src/prefs_filtering_action.c
7798         * src/prefs_matcher.c
7799         * src/prefs_toolbar.c
7800                 Fix strange casts (less elegant but
7801                 works better)
7802
7803 2005-09-16 [colin]      1.9.14cvs35
7804
7805         * src/jpilot.c
7806                 Missed that one
7807
7808 2005-09-16 [colin]      1.9.14cvs34
7809
7810         * configure.ac
7811         * src/Makefile.am
7812         * src/addr_compl.c
7813         * src/addrindex.c
7814         * src/browseldap.c
7815         * src/editldap.c
7816         * src/ldaplocate.c
7817         * src/ldapquery.c
7818         * src/ldapquery.h
7819         * src/ldapserver.c
7820         * src/ldapserver.h
7821         * src/main.c
7822         * src/matcher_parser_parse.y
7823         * src/prefs_themes.c
7824         * src/etpan/Makefile.am
7825         * src/gtk/description_window.c
7826         * src/plugins/clamav/Makefile.am
7827         * src/plugins/clamav/clamav_plugin.c
7828         * src/plugins/dillo_viewer/Makefile.am
7829         * src/plugins/pgpcore/Makefile.am
7830         * src/plugins/pgpinline/Makefile.am
7831         * src/plugins/pgpmime/Makefile.am
7832         * src/plugins/trayicon/Makefile.am
7833                 Fix 100% cpu usage in address completion list
7834                 Fix little bugs (return with no values etc)
7835                 Fix all warnings (with common CFLAGS)
7836
7837 2005-09-15 [colin]      1.9.14cvs33
7838
7839         * src/addressbook.c
7840                 Fix bug where sometimes a group's email list is empty,
7841                 force its refresh (probably fixes "Re: how to create a 
7842                 distribution list")
7843         * src/ldapquery.c
7844                 Don't return to the callback in the main thread from the
7845                 fetch thread (or face segs!)
7846
7847 2005-09-15 [paul]       1.9.14cvs32
7848
7849         * src/prefs_matcher.c
7850                 forgotten in last commit
7851
7852 2005-09-15 [paul]       1.9.14cvs31
7853
7854         * src/prefs_actions.c
7855         * src/prefs_filtering_action.c
7856         * src/prefs_quote.c
7857         * src/quote_fmt.c
7858         * src/summaryview.c
7859         * src/gtk/description_window.c
7860         * src/gtk/description_window.h
7861         * src/gtk/quicksearch.c
7862                 allow interaction with the called
7863                 description window
7864                 Patch by Anders Hammar
7865
7866 2005-09-14 [paul]       1.9.14cvs30
7867
7868         * src/compose.c
7869                 fix a little annoyance when pasting with 3rd button 
7870                 with wrap_pastes=0 and wrap_input=1
7871                 Patch by Colin
7872
7873 2005-09-14 [paul]       1.9.14cvs29
7874
7875         * src/prefs_account.c
7876                 disable 'Filter messages on receiving' for
7877                 SMTP-only accounts
7878                 Patch  by Anders Hammar
7879
7880 2005-09-14 [paul]       1.9.14cvs28
7881
7882         * po/sk.po
7883                 fix crash
7884                 updated by Andrej Kacian
7885
7886 2005-09-14 [paul]
7887
7888         1.9.15-rc1 released
7889
7890 2005-09-14 [paul]       1.9.14cvs27
7891
7892         * po/es.po
7893                 updated by Ricardo Mones Lastra
7894         * src/compose.c
7895         * src/compose.h
7896                 associate no_wrap_tags to Compose windows
7897                 instead of using a static one
7898                 Patch by Colin
7899         * src/mbox.c
7900                 fix proc_mbox()
7901                 Patch by wwp
7902         * src/textview.c
7903                 remove unneeded printf()
7904
7905 2005-09-14 [paul]       1.9.14cvs26
7906
7907         * src/addrcache.c
7908         * src/codeconv.h
7909         * src/folder.h
7910         * src/mainwindow.h
7911         * src/mh.c
7912         * src/mimeview.h
7913         * src/partial_download.c
7914         * src/pop.c
7915         * src/prefs_account.c
7916         * src/prefs_account.h
7917         * src/prefs_actions.c
7918         * src/prefs_customheader.c
7919         * src/prefs_display_header.c
7920         * src/prefs_filtering_action.c
7921         * src/prefs_matcher.c
7922         * src/prefs_toolbar.c
7923         * src/privacy.h
7924         * src/procmime.c
7925         * src/procmime.h
7926         * src/procmsg.h
7927         * src/textview.c
7928         * src/undo.h
7929         * src/common/plugin.c
7930         * src/common/session.h
7931         * src/common/socket.c
7932         * src/common/socket.h
7933         * src/common/template.c
7934         * src/gtk/gtkaspell.c
7935         * src/gtk/quicksearch.h
7936         * src/plugins/pgpcore/passphrase.c
7937         * src/plugins/pgpcore/prefs_gpg.h
7938         * src/plugins/pgpcore/select-keys.c
7939         * src/plugins/pgpcore/select-keys.h
7940         * src/plugins/pgpcore/sgpgme.c
7941         * src/plugins/pgpinline/pgpinline.c
7942         * src/plugins/pgpmime/pgpmime.c
7943         * src/plugins/trayicon/trayicon.c
7944                 fix compilation warnings
7945                 Patch by Daniel Gustafson
7946
7947 2005-09-14 [paul]       1.9.14cvs25
7948
7949         * src/addressbook.c
7950                 add missing column header, and other small
7951                 bug fixes
7952                 Patch by Anders Hammar
7953
7954 2005-09-13 [colin]      1.9.14cvs24
7955
7956         * src/gtk/gtkaspell.c
7957                 Fix non-utf8 in menu
7958                 Fix little leaks
7959                 Nullify struct members after free()s
7960
7961 2005-09-13 [colin]      1.9.14cvs23
7962
7963         * src/compose.c
7964                 Test utf8 compliance before inserting to 
7965                 buffer, and try to convert if necessary
7966         * src/procmime.c
7967                 If no charset is present, use the locale 
7968                 one instead of us-ascii
7969         * src/procmsg.c
7970                 Add Sender, List-Post and To in the checked 
7971                 headers for automatic rules creation 
7972                 (thanks to wwp)
7973         * src/prefs_themes.c
7974         * src/gtk/gtkaspell.c
7975                 Remove deprecated functions. 
7976                 patch by Daniel Gustafson
7977
7978 2005-09-12 [colin]      1.9.14cvs22
7979
7980         * src/compose.c
7981                 Fix bug #448 (Scrolling/Redraw issue with 
7982                 address-fields in Header)
7983         * src/mainwindow.c
7984         * src/summaryview.c
7985         * src/summaryview.h
7986                 Fix loss of MSG_MARKED on move/copy
7987                 Fix bug #804 (Quicksearch togglebutton doesn't 
7988                 get depressed after '/' key is pressed)
7989
7990 2005-09-12 [paul]       1.9.14cvs21
7991
7992         * AUTHORS
7993         * src/gtk/logwindow.c
7994                 add 'Clear Log' to popup menu
7995                 Patch by Anders Hammar <anders.hammar@telia.com>
7996
7997 2005-09-12 [paul]       1.9.14cvs20
7998
7999         * src/compose.c
8000                 set correct sensitivity on attachments
8001                 popup menu
8002         * src/folder.c
8003                 fix typo
8004         * src/prefs_spelling.c
8005                 fix crash when no LANG env is set
8006         * src/common/xml.c
8007                 fix crash in wizard
8008                 don't use memeory after free
8009
8010         All patches by Daniel Gustafson
8011
8012 2005-09-12 [paul]       1.9.14cvs19
8013
8014         * src/prefs_themes.c
8015                 make theme info selectable
8016         * src/gtk/description_window.c
8017                 make window non-modal
8018         * tools/README
8019                 add details of asus_mailed.sh
8020         * tools/claws.i18n.status.pl
8021                 update for new zh_TW translator
8022                 widen the output
8023                 create alternate coloured lines
8024                 improve readability
8025
8026 2005-09-10 [colin]      1.9.14cvs18
8027
8028         * src/plugins/pgpcore/select-keys.c
8029                 Better order for the buttons
8030
8031 2005-09-10 [colin]      1.9.14cvs17
8032
8033         * src/compose.c
8034         * src/plugins/pgpcore/select-keys.c
8035         * src/plugins/pgpcore/select-keys.h
8036         * src/plugins/pgpcore/sgpgme.c
8037                 Add a "Don't encrypt" button to the key
8038                 selection dialog. Fixes bug #177 (There should be a 
8039                 'Don't encrypt button in the Select Keys dialog)
8040
8041 2005-09-10 [colin]      1.9.14cvs16
8042
8043         * src/compose.c
8044                 Fix bug #572 (%X option does not work with templates)
8045
8046 2005-09-10 [colin]      1.9.14cvs15
8047
8048         * src/toolbar.c 
8049                 Remove g_print
8050
8051 2005-09-10 [colin]      1.9.14cvs14
8052
8053         * src/imap.c
8054                 Fix a possible crash
8055
8056 2005-09-09 [colin]      1.9.14cvs13
8057
8058         * src/imap.c
8059         * src/etpan/imap-thread.c
8060         * src/etpan/imap-thread.h
8061                 Fix moving from queue or drafts to normal folders
8062                 Fix bug #794 (No way to delete without expunging)
8063                 Take flags unset by other mailers into account
8064                 Take deleted flag set by other mailers into account
8065                 Fix unsetting REPLIED flag
8066                 Fix crash when capabilities can't be retrieved
8067         * src/mainwindow.c
8068         * src/mainwindow.h
8069                 Add M_DELAYED_FLAGS condition, and let the user use
8070                 Execute in order to be able to expunge deleted mails,
8071                 even if he's not in delayed execute mode
8072         * src/prefs_spelling.c
8073                 Use 'en' dictionary by default if LANG is POSIX or C
8074         * src/gtk/prefswindow.c
8075                 Fix bug #767 (Preferences windows expanding) by making
8076                 the window a bit larger when the resolution is greater
8077                 than 640x480, and by putting the prefs in a
8078                 GtkScrolledWindow.
8079
8080 2005-09-09 [paul]       1.9.14cvs12
8081
8082         * AUTHORS
8083         * configure.ac
8084         * po/zh_TW.Big5.po      ** REMOVED **
8085         * po/zh_TW.po           ** ADDED **
8086                 updated by Wei-Lun Chao
8087
8088 2005-09-09 [paul]       1.9.14cvs11
8089
8090         * src/mainwindow.c
8091                 fix asserts
8092         * src/common/xml.c
8093                 delay memory allocation until file is
8094                 opened successfully
8095                 Patch by Daniel Gustafson
8096
8097 2005-09-09 [colin]      1.9.14cvs10
8098
8099         * src/imap.c
8100                 Add guards
8101
8102 2005-09-08 [colin]      1.9.14cvs9
8103
8104         * src/compose.c
8105                 Alert when we can't save draft
8106                 Fix various wrap/color issues
8107                 Add mid-click pasting respecting wrap_paste option
8108         * src/folder.c
8109         * src/folder.h
8110         * src/folder_item_prefs.c
8111         * src/folder_item_prefs.h
8112         * src/imap.c
8113         * src/imap_gtk.c
8114         * src/imap_gtk.h
8115         * src/main.c
8116         * src/mainwindow.c
8117         * src/mainwindow.h
8118         * src/news.c
8119         * src/news_gtk.c
8120         * src/news_gtk.h
8121         * src/prefs_folder_item.c
8122                 Fix the impossibility to synchronise folders for
8123                 offline use (IMAP and NNTP are concerned)
8124
8125 2005-09-08 [colin]      1.9.14cvs8
8126
8127         * configure.ac
8128                 Build LDAP and JPilot by default if available
8129         * src/textview.c
8130                 Fix use after free
8131
8132 2005-09-08 [paul]       1.9.14cvs7
8133
8134         * doc/manual/en/sylpheed-1.html
8135         * doc/manual/en/sylpheed-18.html
8136         * doc/manual/en/sylpheed-19.html
8137         * doc/manual/en/sylpheed-4.html
8138         * doc/manual/en/sylpheed-6.html
8139         * doc/manual/en/sylpheed.html
8140                 a few minor updates, plus include some
8141                 details about plugins and their requirements
8142         * src/mainwindow.c
8143                 minor changes to English in /View/Sort
8144
8145 2005-09-07 [colin]      1.9.14cvs6
8146
8147         * doc/manual/en/sylpheed-1.html
8148         * doc/manual/en/sylpheed-10.html
8149         * doc/manual/en/sylpheed-11.html
8150         * doc/manual/en/sylpheed-12.html
8151         * doc/manual/en/sylpheed-13.html
8152         * doc/manual/en/sylpheed-14.html
8153         * doc/manual/en/sylpheed-15.html
8154         * doc/manual/en/sylpheed-16.html
8155         * doc/manual/en/sylpheed-17.html
8156         * doc/manual/en/sylpheed-18.html
8157         * doc/manual/en/sylpheed-19.html
8158         * doc/manual/en/sylpheed-2.html
8159         * doc/manual/en/sylpheed-20.html
8160         * doc/manual/en/sylpheed-21.html
8161         * doc/manual/en/sylpheed-22.html
8162         * doc/manual/en/sylpheed-3.html
8163         * doc/manual/en/sylpheed-4.html
8164         * doc/manual/en/sylpheed-5.html
8165         * doc/manual/en/sylpheed-6.html
8166         * doc/manual/en/sylpheed-7.html
8167         * doc/manual/en/sylpheed-8.html
8168         * doc/manual/en/sylpheed-9.html
8169         * doc/manual/en/sylpheed.html
8170                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8171
8172 2005-09-07 [colin]      1.9.14cvs5
8173
8174         * src/mainwindow.c
8175                 Make labels more to-the-point
8176
8177 2005-09-07 [colin]      1.9.14cvs4
8178
8179         * doc/manual/en/sylpheed-1.html
8180         * doc/manual/en/sylpheed-12.html
8181         * doc/manual/en/sylpheed-13.html
8182         * doc/manual/en/sylpheed-14.html
8183         * doc/manual/en/sylpheed-15.html
8184         * doc/manual/en/sylpheed-16.html
8185         * doc/manual/en/sylpheed-17.html
8186         * doc/manual/en/sylpheed-18.html
8187         * doc/manual/en/sylpheed-19.html
8188         * doc/manual/en/sylpheed-2.html
8189         * doc/manual/en/sylpheed-20.html
8190         * doc/manual/en/sylpheed-21.html
8191         * doc/manual/en/sylpheed-22.html
8192         * doc/manual/en/sylpheed-4.html
8193         * doc/manual/en/sylpheed-5.html
8194         * doc/manual/en/sylpheed-6.html
8195         * doc/manual/en/sylpheed-7.html
8196         * doc/manual/en/sylpheed-8.html
8197         * doc/manual/en/sylpheed-9.html
8198         * doc/manual/en/sylpheed.html
8199                 Update manual
8200
8201 2005-09-07 [colin]      1.9.14cvs3
8202
8203         * doc/faq/en/sylpheed-faq-1.html
8204         * doc/faq/en/sylpheed-faq-2.html
8205         * doc/faq/en/sylpheed-faq-3.html
8206         * doc/faq/en/sylpheed-faq.html
8207                 Update FAQ
8208
8209 2005-09-07 [colin]      1.9.14cvs2
8210
8211         * src/folderview.c
8212         * src/procmsg.c
8213         * src/summaryview.c
8214         * src/toolbar.c
8215                 Fix special subfolders:
8216                 - Inherit parent's icon
8217                 - sent contents of queues subfolders
8218                 - empty subfolders of trashes
8219         * src/mainwindow.c
8220                 Remove outdated manual and faq entries
8221         * src/common/utils.c
8222                 Add quotes around %s coming from mailcap
8223
8224 2005-09-07 [colin]      1.9.14cvs1
8225
8226         * src/compose.c
8227                 After saving draft, set modified to FALSE
8228         * src/mimeview.c
8229         * src/common/utils.c
8230         * src/common/utils.h
8231                 Try to open mime parts using what is 
8232                 indicated in ~/.mailcap or /etc/mailcap,
8233                 if possible.
8234
8235 2005-09-05 [paul]       1.9.14
8236
8237         1.9.14 released
8238
8239         * po/sk.po
8240                 updated by Andrej Kacian
8241
8242 2005-09-05 [paul]       1.9.13cvs83
8243
8244         * po/de.po
8245         * po/es.po
8246         * po/fi.po
8247         * po/fr.po
8248         * po/nb.po
8249         * po/pt_BR.po
8250         * po/sr.po
8251                 updated translations by Thomas Gilgin, Ricardo Mones
8252                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8253                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8254
8255 2005-09-04 [paul]       1.9.13cvs82
8256
8257         * src/compose.c
8258                 only warn about exceeded line length limit
8259                 on send
8260
8261 2005-09-04 [paul]       1.9.13cvs81
8262
8263         * src/compose.c
8264                 fix crash in 'line length exceeded' dialogue
8265
8266 2005-09-02 [paul]       1.9.13cvs80
8267
8268         * src/imap.c
8269                 fix bug 795, 'Connection lost IMAP'
8270                 and add statusbar prints
8271                 Patch by Colin
8272
8273 2005-09-02 [paul]       1.9.13cvs79
8274
8275         * src/compose.c
8276                 compose_wrap_paragraph() becomes
8277                 compose_beautify_paragraph()
8278                 Patch by Colin
8279
8280 2005-09-02 [colin]      1.9.13cvs78
8281
8282         * src/folderview.c
8283                 Micro-fix
8284
8285 2005-09-01 [colin]      1.9.13cvs77
8286
8287         * src/imap.c
8288                 Maybe fix bug #795 (Connection lost IMAP)
8289                 Don't try to send logout when we're disconnected.
8290         * src/summaryview.c
8291                 Include locked and marked emails in HRM
8292                 view. Fixes bug #800 (Locked messages no longer 
8293                 show up when hide read messages is used)
8294
8295 2005-09-01 [paul]       1.9.13cvs76
8296
8297         * src/prefs_common.c
8298                 fix bad cutting
8299
8300 2005-08-31 [colin]      1.9.13cvs75
8301
8302         * src/folderview.c
8303         * src/folderview.h
8304         * src/prefs_summaries.c
8305         * src/summaryview.c
8306                 Fix "go to next new", fix preference
8307                 (Open unread/next swapped)
8308
8309 2005-08-31 [paul]       1.9.13cvs74
8310
8311         * src/compose.c
8312         * src/folderview.c
8313         * src/headerview.c
8314         * src/headerview.h
8315         * src/mainwindow.c
8316         * src/prefs_common.c
8317         * src/prefs_common.h
8318         * src/prefs_fonts.c
8319         * src/summaryview.c
8320         * src/textview.c
8321         * src/common/defs.h
8322                 remove obsolete BOLD_FONT setting
8323                 fix font update in headerview and textview
8324                 headers after prefs change
8325                 Patch By Colin
8326
8327 2005-08-31 [paul]
8328
8329         1.9.14-rc4 released
8330
8331 2005-08-30 [colin]      1.9.13cvs73
8332
8333         * src/summaryview.c
8334                 When Hide read messages is selected and we
8335                 refresh the summaryview, don't remove the 
8336                 currently displayed message. Fixes bug #797
8337                 (Summary view reloads when new mail is 
8338                 downloaded in 1.9.14 rc)
8339
8340 2005-08-30 [colin]      1.9.13cvs72
8341
8342         * src/folderview.c
8343                 Fix flickering
8344         * src/mainwindow.c
8345                 Remove useless callback
8346         * src/mimeview.c
8347         * src/gtk/filesel.c
8348         * src/gtk/filesel.h
8349                 Add a filesel_select_file_save_folder() - used by Save All
8350
8351 2005-08-29 [paul]       1.9.13cvs71
8352
8353         * AUTHORS
8354         * src/matcher_parser_parse.y
8355         * src/etpan/imap-thread.c
8356                 fix building on FreeBSD
8357                 Patch by Daniel Gustafson <daniel@hobbit.se>
8358
8359 2005-08-29 [paul]       1.9.13cvs70
8360
8361         * src/plugins/pgpinline/pgpinline.c
8362                 only initialise sig result if it's been handled
8363                 Patch by Colin
8364
8365 2005-08-29 [paul]       1.9.13cvs69
8366         
8367         Patches by Colin:
8368
8369         * src/imap.c
8370         * src/common.utils.c
8371         * src/common/utils.h
8372                 optimisation
8373         * src/stock_pixmap.h
8374                 fix wrong icon reference
8375         * src/pixmaps/trash_btn.xpm
8376                 replace with nicer image
8377
8378 2005-08-28 [colin]      1.9.13cvs68
8379
8380         * src/Makefile.am
8381         * src/stock_pixmap.c
8382         * src/stock_pixmap.h
8383         * src/toolbar.c
8384         * src/pixmaps/trash_btn.xpm
8385                 Add a specific trash xpm for the button
8386
8387 2005-08-28 [colin]      1.9.13cvs67
8388
8389         * src/imap.c
8390                 Fix leak
8391
8392 2005-08-27 [colin]      1.9.13cvs66
8393
8394         * src/imap.c
8395         * src/procmime.c
8396                 Correctly fix "Problem with replies", fixes
8397                 pgpmime encryption too. 
8398
8399 2005-08-27 [colin]      1.9.13cvs65
8400
8401         * src/folder.c
8402         * src/procmsg.c
8403         * src/procmsg.h
8404         * src/summaryview.c
8405                 Fix bug #517 (messages removed from summaryview 
8406                 when moving fails)
8407
8408 2005-08-27 [colin]      1.9.13cvs64
8409
8410         * tools/Makefile.am
8411         * tools/asus_mailled.sh
8412                 Add a script to blink ASUS laptops' mail LED where there
8413                 is unread mail.
8414
8415 2005-08-27 [colin]      1.9.13cvs63
8416
8417         * src/imap.c
8418         * src/etpan/imap-thread.c
8419         * src/etpan/imap-thread.h
8420                 Implement automatic choosing of login method
8421                 Fixes bug #791
8422         * src/gtk/.cvsignore
8423                 Add sylpheed-marshal.[ch]
8424
8425 2005-08-27 [colin]      1.9.13cvs62
8426
8427         * src/common/utils.c
8428                 Fix confusing perror
8429
8430 2005-08-27 [colin]      1.9.13cvs61
8431
8432         * src/toolbar.c
8433         * src/toolbar.h
8434                 Remove A_DELETE, replace it with 
8435                 A_TRASH and A_DELETE_REAL. Automatically
8436                 rewrite config files to replace A_DELETE
8437                 with A_TRASH (no functionality change).
8438                 Fixes half of #794
8439
8440 2005-08-26 [colin]      1.9.13cvs60
8441
8442         * src/procmime.c
8443                 Previous "Problem with replies" fix brought other
8444                 problems, fixing them
8445
8446 2005-08-26 [colin]      1.9.13cvs59
8447
8448         * src/procmime.c
8449                 Fix "Problem with replies". This happened only
8450                 on IMAP...
8451         * src/procmsg.c
8452                 Factorize code a bit
8453         * src/compose.c
8454                 Speed improvement on very long messages (wrapping)
8455                 Fix signature color on Reedit and Redirect
8456                 On Reedit, don't attach pgp-signatures parts, but
8457                 set signing to On.
8458
8459 2005-08-24 [paul]       1.9.13cvs58
8460
8461         * src/compose.c
8462                 don't claim success when clicking
8463                 Cancel on the passphrase box.
8464                 Patch by Colin
8465
8466 2005-08-24 [paul]       1.9.13cvs57
8467
8468         * src/main.c
8469                 fix misplaced sylpheed.log
8470         * src/common/defs.h
8471                 define UIDL_DIR
8472
8473 2005-08-24 [paul]       1.9.13cvs56
8474
8475         * src/imap.c
8476         * src/etpan/imap-thread.c
8477         * src/etpan/imap-thread.h
8478                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8479                 Patch by Colin
8480         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8481         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8482                 remove autogenerated files
8483         * tools/kdeservicemenu/README
8484         * tools/kdeservicemenu/install.sh
8485         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8486         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8487                 use Claws icon, use 'Sylpheed-Claws' in menu,
8488                 use kdialog, and other cleanups
8489
8490 2005-08-23 [paul]       1.9.13cvs55
8491
8492         * src/compose.c
8493                 fix paste/wrap crash
8494                 Patch by Colin
8495
8496 2005-08-23 [paul]       1.9.13cvs54
8497
8498         * src/main.c
8499                 fix crash recovery
8500                 Patch by Colin
8501
8502 2005-08-23 [paul]       1.9.13cvs53
8503
8504         * src/addressbook.c
8505         * src/editaddress.c
8506                 view all data of LDAP contacts
8507                 Patch by Colin
8508
8509 2005-08-23 [paul]       1.9.13cvs52
8510
8511         * src/addressbook.c
8512                 fix issues with the Search field
8513                 Patch by Colin
8514
8515 2005-08-22 [paul]       1.9.13cvs51
8516
8517         * src/folderview.c
8518                 put name of folder in processing dialog
8519                 title
8520         * src/prefs_folder_item.c
8521                 improve english usage
8522
8523 2005-08-22 [paul]       1.9.13cvs50
8524
8525         * src/filtering.c
8526         * src/filtering.h
8527         * src/matcher.c
8528         * src/matcher_parser_lex.l
8529         * src/matcher_parser_parse.y
8530         * src/prefs_filtering.c
8531                 add Filtering/Processing rule names feature.
8532                 (the incompatible old matcherrc is saved as
8533                 matcherrc.pre_names).
8534                 Patch by Colin
8535
8536 2005-08-22 [paul]       1.9.13cvs49
8537
8538         * src/procmsg.c
8539                 fix colour labelling
8540                 Patch by Colin
8541
8542 2005-08-22 [paul]       1.9.13cvs48
8543
8544         * src/textview.c
8545                 fix open_image_cb()
8546
8547 2005-08-22 [paul]       1.9.13cvs47
8548
8549         * src/imap.c
8550                 fix bug 789, 'SC crashes with imap (CVS ver)'
8551                 Patch by Colin
8552
8553 2005-08-22 [paul]       1.9.13cvs46
8554
8555         * src/mimeview.c
8556         * src/prefs_common.c
8557         * src/common/defs.h
8558                 define reused defaults in defs.h
8559         * src/textview.c
8560                 add 'Open image' to image popup menu
8561
8562 2005-08-21 [colin]      1.9.13cvs45
8563
8564         * src/summaryview.c
8565                 Fix bug #788 (Bogus "From" address displayed)
8566
8567 2005-08-20 [colin]      1.9.13cvs44
8568
8569         * src/folder.c
8570                 Fix buf #787 (multilevel delete causes SIGSEGV)
8571
8572 2005-08-19 [colin]      1.9.13cvs43
8573
8574         * src/inc.c
8575         * src/prefs_common.c
8576         * src/prefs_common.h
8577                 Add an hidden pref to allow modifying the
8578                 update stepping in incorporation.
8579                 Patch by wwp.
8580
8581 2005-08-19 [colin]      1.9.13cvs42
8582
8583         * src/compose.c
8584         * src/procmime.c
8585                 Workaround for broken MUAs: encode 
8586                 Content-type: name: as ASCII and 
8587                 Content-Disposition: filename: as
8588                 per rfc2231
8589         * src/prefs_account.c
8590                 Fix invisible-ness of SMTP SSL prefs
8591                 in NNTP accounts
8592
8593 2005-08-19 [paul]       1.9.13cvs41
8594
8595         * src/compose.c
8596         * src/prefs_common.c
8597         * src/prefs_common.h
8598         * src/prefs_wrapping.c
8599                 paste with or without wrapping.
8600                 patch by Colin
8601
8602 2005-08-19 [paul]       1.9.13cvs40
8603
8604         * src/prefs_common.c
8605         * src/prefs_common.h
8606         * src/summaryview.c
8607                 reintroduce enable_swap_from as a
8608                 hidden pref. patch by Colin
8609         * src/quote_fmt_parse.y
8610         * src/plugins/clamav/clamav_plugin.c
8611         * src/plugins/dillo_viewer/dillo_viewer.c
8612         * src/plugins/mathml_viewer/mathml_viewer.c
8613         * src/plugins/pgpcore/sgpgme.c
8614         * src/plugins/pgpinline/pgpinline.c
8615         * src/plugins/pgpmime/pgpmime.c
8616                 tidy up. patch by Colin
8617
8618 2005-08-19 [paul]       1.9.13cvs39
8619
8620         * configure.ac
8621                 complete cvs38's sync
8622         * src/editaddress.c
8623         * src/gedit-print.c
8624         * src/mutt.c
8625         * src/etpan/etpan-log.c
8626         * src/etpan/imap-thread.c
8627         * src/gtk/gtksourceprintjob.c
8628                 fix compilation warnings
8629                 (patch by Colin)
8630
8631 2005-08-19 [paul]       1.9.13cvs38
8632
8633         sync with main:
8634
8635         * src/account.c
8636         * src/action.c
8637         * src/addrbook.c
8638         * src/addrcache.c
8639         * src/addrharvest.c
8640         * src/addrindex.c
8641         * src/codeconv.c
8642         * src/compose.c
8643         * src/crash.c
8644         * src/exporthtml.c
8645         * src/exportldif.c
8646         * src/folder.c
8647         * src/image_viewer.c
8648         * src/inc.c
8649         * src/inc.h
8650         * src/jpilot.c
8651         * src/ldif.c
8652         * src/main.c
8653         * src/matcher.c
8654         * src/mbox.c
8655         * src/messageview.c
8656         * src/mh.c
8657         * src/mimeview.c
8658         * src/msgcache.c
8659         * src/mutt.c
8660         * src/news.c
8661         * src/partial_download.c
8662         * src/pine.c
8663         * src/pop.c
8664         * src/prefs_actions.c
8665         * src/prefs_common.c
8666         * src/prefs_customheader.c
8667         * src/prefs_display_header.c
8668         * src/prefs_gtk.c
8669         * src/prefs_themes.c
8670         * src/procheader.c
8671         * src/procmime.c
8672         * src/procmsg.c
8673         * src/recv.c
8674         * src/send_message.c
8675         * src/simple-gettext.c
8676         * src/sourcewindow.c
8677         * src/textview.c
8678         * src/vcard.c
8679         * src/common/defs.h
8680         * src/common/log.c
8681         * src/common/plugin.c
8682         * src/common/prefs.c
8683         * src/common/session.c
8684         * src/common/session.h
8685         * src/common/socket.c
8686         * src/common/socket.h
8687         * src/common/ssl_certificate.c
8688         * src/common/template.c
8689         * src/common/utils.c
8690         * src/common/utils.h
8691         * src/common/xml.c
8692         * src/gtk/about.c
8693         added wrappers for C library function that
8694                 take pathname arguments.
8695                 enabled compilation with MinGW.
8696                 use GDir instead of directly using opendir().
8697                 added rename_force().
8698
8699 2005-08-19 [paul]       1.9.13cvs37
8700         
8701         patches by Colin:
8702         * src/compose.c
8703                 fix privacy settings on re-editing
8704                 a sent message
8705         * src/jpilot.c
8706                 fix encoding bug
8707         * src/folder.c
8708         * src/procmsg.c
8709         * src/procmsg.h
8710         * src/summaryview.c
8711                 flag changing optimisation
8712
8713 2005-08-18 [martin]     1.9.13cvs36
8714
8715         * commitHelper
8716             added my login
8717         * src/addrcache.c
8718         * src/addrharvest.c
8719         * src/addrindex.c
8720         * src/compose.c
8721         * src/grouplistdialog.c
8722         * src/main.c
8723         * src/mainwindow.c
8724         * src/msgcache.c
8725         * src/mutt.c
8726         * src/pine.c
8727         * src/prefs_account.c
8728         * src/prefs_themes.c
8729         * src/stock_pixmap.c
8730         * src/summaryview.c
8731         * src/gtk/about.c
8732         * src/gtk/logwindow.c
8733             removed deprecated glib and gdk stuff
8734         * src/plugins/pgpcore/select-keys.c
8735             convert attributes from locale to utf8
8736
8737 2005-08-17 [paul]       1.9.13cvs35
8738
8739         * src/account.c
8740         * src/addressbook.c
8741                 use new GTK_STOCK_ icons if available
8742         * src/summaryview.c
8743         * src/gtk/gtksctree.c
8744         * src/gtk/gtksctree.h
8745                 faster range select. patch by Colin
8746
8747 2005-08-17 [paul]       1.9.13cvs34
8748
8749         patches by colin:
8750         * src/addressbook.c
8751         * src/addressitem.h
8752                 Add an edit button for contacts, fix selections
8753                 of gtksctree items
8754         * src/editaddress.c
8755                 Change labels, let Save be always possible in the
8756                 email and user atributes tabs
8757         * src/folderview.c
8758                 fix sort issues
8759         * src/summaryview.c
8760                 select next item instead of the displayed one
8761                 after deletion
8762
8763         * src/gtk/progressdialog.c
8764                 use prefs_common.enable_rules_hint
8765
8766 2005-08-13 [hoa]        1.9.13cvs33
8767
8768         * src/etpan/imap-thread.c
8769                 fixed build on Solaris.
8770
8771 2005-08-10 [colin]      1.9.13cvs32
8772
8773         * src/procmsg.c
8774                 Fix cvs31 (missing fclose before reading
8775                 the file)
8776
8777 2005-08-10 [colin]      1.9.13cvs31
8778
8779         * src/procmsg.c
8780                 Fix procmsg_msginfo_new_from_mimeinfo() when
8781                 the MimeInfo isn't stored in memory. This fixes
8782                 replying to an attached message.
8783
8784 2005-08-10 [colin]      1.9.13cvs30
8785
8786         * src/mainwindow.c
8787                 Fix slowness in account changing
8788
8789 2005-08-10 [colin]      1.9.13cvs29
8790
8791         * src/folder.c
8792         * src/folderutils.c
8793         * src/folderview.c
8794         * src/imap_gtk.c
8795         * src/mainwindow.c
8796         * src/mh_gtk.c
8797         * src/procmsg.c
8798         * src/summaryview.c
8799                 Optimize folder_has_parent_of_type
8800                 Prevent moving special sub-folders from contextual menus
8801                 Rework message a bit ("Empty all messages" -> "Delete all
8802                 messages")
8803                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8804                 and "Deleted Items" folders)
8805
8806 2005-08-08 [colin]      1.9.13cvs28
8807
8808         * src/summaryview.c
8809         * src/prefs_summaries.c
8810                 Make "Select first unread|new" more flexible
8811                 (just prioritize new or unread)
8812
8813 2005-08-08 [colin]      1.9.13cvs27
8814
8815         * src/summaryview.c
8816                 If "select first new" is selected and there only
8817                 are unread messages, fallback to "select first
8818                 unread".
8819
8820 2005-08-08 [colin]      1.9.13cvs26
8821
8822         * src/folder.c
8823                 Fix shameful bugs (and bug #779)
8824
8825 2005-08-08 [colin]      1.9.13cvs25
8826
8827         * src/folder.c
8828         * src/folder.h
8829                 Cache parents' type to make folder_has_parent_of_type
8830                 faster
8831         * src/folderview.c
8832                 Forbid DnD of special sub-folders
8833         * src/procmsg.c
8834         * src/procmsg.h
8835                 Add MAIL_POSTFILTERING_HOOK
8836         * src/summaryview.c
8837                 Revert over-zealous deletion of the use_addr_book 
8838                 code
8839
8840 2005-08-07 [colin]      1.9.13cvs24
8841
8842         * src/folder.c
8843                 Fix big mistake (passing MsgInfo instead 
8844                 of FolderItem)
8845
8846 2005-08-07 [colin]      1.9.13cvs23
8847
8848         * src/compose.c
8849         * src/folder.c
8850         * src/folder.h
8851         * src/foldersel.c
8852         * src/folderutils.c
8853         * src/folderview.c
8854         * src/imap.c
8855         * src/mainwindow.c
8856         * src/messageview.c
8857         * src/mh.c
8858         * src/msgcache.c
8859         * src/procmime.c
8860         * src/summaryview.c
8861                 Make subfolders of Drafts, Queue, Outbox, Trash
8862                 work like their parents. 
8863                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8864
8865 2005-08-07 [colin]      1.9.13cvs22
8866
8867         * src/addressbook.c
8868                 Fix bug #771 (Dragged contacts not saved)
8869
8870 2005-08-07 [paul]       1.9.13cvs21
8871
8872         * src/summaryview.c
8873                 fix bug 32 'Search Doesn't display results
8874                 if "Hide Read Messages" is chosen'
8875                 be more literal in interpreting 'Hide read
8876                 messages'
8877
8878 2005-08-07 [colin]      1.9.13cvs20
8879
8880         * src/folderview.c
8881                 Add debug
8882         * src/summaryview.c
8883                 Faster 'unthread_for_execution'
8884
8885 2005-08-06 [paul]       1.9.13cvs19
8886
8887         * src/mainwindow.c
8888                 add mnemonics to Set displayed columns
8889                 fix bug where msgview_visible option was
8890                 overwritten as TRUE on startup
8891
8892 2005-08-06 [paul]       1.9.13cvs18
8893
8894         * src/mainwindow.c
8895                 refer to 'displayed columns in folder/message
8896                 list' not 'displayed items in summary/message view'
8897         * src/prefs_display_header.c
8898                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8899                 be consistent with similar dialogues
8900         * src/prefs_folder_column.c
8901         * src/prefs_summary_column.c
8902                 'columns' not 'items', and folder and message lists,
8903                 instead of folder and summary views;
8904                 Use 'Hidden columns' as list heading not 'Available
8905                 items';
8906                 move the 'Remove' button to the right hand side;
8907                 top-align the buttons;
8908                 remove unneeded vbox
8909         * src/prefs_summaries.c
8910                 put the 2 column prefs buttons in a frame to reduce
8911                 overall width; refer to columns not items &c.
8912
8913 2005-08-05 [colin]      1.9.13cvs17
8914
8915         * src/prefs_common.c
8916         * src/prefs_common.h
8917         * src/mainwindow.c
8918         * src/compose.c
8919         * src/messageview.c
8920                 Add an hidden toolbar_detachable pref, so
8921                 that I can get rid of these painful handles
8922                 in the toolbars. Defaults to TRUE to avoid
8923                 changing the GUI on unsuspecting people...
8924
8925 2005-08-05 [colin]      1.9.13cvs16
8926
8927         * src/Makefile.am
8928         * src/prefs_folder_column.c
8929         * src/prefs_folder_column.h
8930                 Add prefs for folder columns
8931         * src/folderview.c
8932         * src/folderview.h
8933         * src/mainwindow.c
8934         * src/mainwindow.h
8935         * src/prefs_common.c
8936         * src/prefs_common.h
8937         * src/prefs_summaries.c
8938                 Use them
8939         * src/prefs_summary_column.c
8940         * src/summaryview.c
8941         * src/summaryview.h
8942                 Add a To column
8943         * src/textview.c
8944         * src/common/utils.c
8945         * src/common/utils.h
8946                 Move uri colourisation functions
8947                 to utils
8948         * src/compose.c
8949                 Colourise URIs
8950         * src/imap.c
8951                 Fix bug with LIST where we'd try
8952                 to get Folder//////[...]/// 
8953
8954 2005-08-05 [paul]       1.9.13cvs15
8955
8956         * src/prefs_summaries.c
8957                 improve the English usage
8958         * src/summaryview.c
8959                 set font on column change
8960                 thanks to Colin
8961
8962 2005-08-05 [paul]       1.9.13cvs14
8963
8964         * src/prefs_common.c
8965         * src/prefs_common.h
8966         * src/prefs_summaries.c
8967         * src/summaryview.c
8968                 replace 'open_unread_on_enter' option with
8969                 'select_on_entry' option. opening/not opening
8970                 is now exclusively controlled by 'always_show_msg'
8971
8972 2005-08-04 [colin]      1.9.13cvs13
8973
8974         * src/compose.c
8975                 Remove dead code
8976                 Add colourisation of quotes and signatures
8977         * src/folderview.c
8978                 Fix possible crashes
8979         * src/messageview.c
8980                 Change an assert that is no problem
8981         * src/news.c
8982         * src/news_gtk.c
8983         * src/news_gtk.h
8984                 Fix offline mode
8985         * src/gtk/quicksearch.c
8986                 Fix a possible crash
8987
8988 2005-08-03 [colin]      1.9.13cvs12
8989
8990         * src/prefs_account.c
8991                 Fix bug #777 (Sylpheed crash in account configuration)
8992
8993 2005-08-03 [colin]      1.9.13cvs11
8994
8995         * src/addressbook.c
8996         * src/editaddress.c
8997         * src/editgroup.c
8998                 Fixing addressbook, round 2
8999         * src/textview.c
9000                 Fix emphasis color on rechecking 'Colorize messages'
9001
9002 2005-08-03 [paul]       1.9.13cvs10
9003
9004         sync with main
9005
9006         * src/addr_compl.c
9007         * src/compose.c
9008         * src/main.c
9009         * src/pop.c
9010         * src/prefs_account.c
9011         * src/procmime.c
9012         * src/procmsg.c
9013         * src/quote_fmt_parse.y
9014         * src/textview.c
9015         * src/common/quoted-printable.c
9016         * src/common/utils.c
9017         * src/common/utils.h
9018         * src/common/xml.c
9019                 replaced incorrect locale-independent
9020                 ctype functions with GLib's. Corrected
9021                 signedness mismatch.
9022         * src/headerview.c
9023                 headerview_create(): added spacing for vbox.
9024         * src/gtk/about.c
9025                 set focus to the OK button.
9026
9027 2005-08-03 [colin]      1.9.13cvs9
9028
9029         * src/folderview.c
9030                 Fix possible crash
9031
9032 2005-08-02 [colin]      1.9.13cvs8
9033
9034         * src/mainwindow.c
9035                 Fix cast
9036         * src/addressbook.c
9037         * src/addressitem.h
9038                 Fix a cast and more generally, try to make the
9039                 GUI more intuitive and consistent (round 1)
9040
9041 2005-08-02 [paul]       1.9.13cvs7
9042
9043         * src/folder.h
9044                 missing in 1.9.13cvs6
9045
9046 2005-08-02 [colin]      1.9.13cvs6
9047
9048         * src/folder.c
9049                 Fix one more leak
9050
9051 2005-08-02 [colin]      1.9.13cvs5
9052
9053         * src/folder.c
9054         * src/folderview.c
9055         * src/imap.c
9056         * src/main.c
9057         * src/mbox.c
9058         * src/procmsg.c
9059         * src/summaryview.c
9060                 Fix a number of folder_item_get_msg_list()-related
9061                 leaks (missing procmsg_msginfo_free()s)
9062
9063 2005-08-01 [colin]      1.9.13cvs4
9064
9065         * src/folderview.c
9066         * src/folderview.h
9067         * src/mainwindow.c
9068         * src/prefs_fonts.c
9069         * src/prefs_summaries.c
9070         * src/prefs_themes.c
9071         * src/summaryview.c
9072         * src/summaryview.h
9073         * src/textview.c
9074         * src/textview.h
9075                 Fix instant-apply of summary and folderview-related prefs
9076                 Fix erroneous g_free and alertpanels in prefs_theme
9077                 Add instant-apply for fonts
9078                 Defer applying of prefs a little bit so it's done only
9079                 once even if requested by multiples prefs pages
9080
9081 2005-08-01 [paul]       1.9.13cvs3
9082
9083         * src/main.c
9084                 fix bug 776 'S.C. crashes on close'
9085                 thanks to Colin
9086         * src/etpan/etpan-thread-manager-types.h
9087                 add missing include
9088                 thanks to Hoa
9089
9090 2005-07-25 [paul]       1.9.13cvs2
9091
9092         * src/summaryview.c
9093                 fix typos. spotted by Fabien Vantard
9094
9095 2005-07-24 [paul]       1.9.13cvs1
9096
9097         * doc/man/sylpheed.1
9098                 update man page, incorporating fix of
9099                 bug 769 'Typo in manpage'
9100         * src/etpan/imap-thread.c
9101                 fix NetBSD openssl dependencies. patch by
9102                 George Michaelson <ggm@apnic.net>
9103         * po/pt_BR.po
9104                 updated by Frederico Goncalves Guimaraes
9105
9106 2005-07-22 [paul]       1.9.13
9107
9108         1.9.13 release
9109
9110 2005-07-22 [paul]       1.9.12cvs91
9111
9112         * AUTHORS
9113         * INSTALL
9114         * README.claws
9115         * RELEASE_NOTES.claws
9116                 updated for release
9117         * configure.ac
9118         * po/nb.po
9119         * tools/claws.i18n.status.pl
9120                 add Norwegian translation. submiited by
9121                 Geir Helland <pjallabais@users.sourceforge.net>
9122         * po/ca.po
9123         * po/de.po
9124         * po/es.po
9125         * po/fi.po
9126         * po/fr.po
9127         * po/it.po
9128         * po/sk.po
9129         * po/sr.po
9130         * po/zh_CN.po
9131                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9132                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9133                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9134                 Yang Guilong
9135         * src/plugins/clamav/clamav_plugin_gtk.c
9136         * src/plugins/spamassassin/spamassassin_gtk.c
9137                 replace outdated description strings
9138
9139 2005-07-21 [colin]      1.9.12cvs90
9140
9141         * src/folder.c
9142                 Set folder to batch mode when scanning it. Makes deletion
9143                 of unread mails on IMAP much faster (due to the UNREAD 
9144                 flag unsetting)
9145
9146 2005-07-21 [darko]      1.9.12cvs89
9147
9148         * configure.ac
9149                 link against libresolv if necessary (patch by Paul)
9150         * src/msgcache.c
9151                 use glib's portable macros to determine endianness
9152
9153 2005-07-21 [paul]       1.9.12cvs88
9154
9155         * src/crash.c
9156         * src/gtk/about.c
9157                 update compiled-in features list
9158
9159 2005-07-20 [colin]      1.9.12cvs87
9160
9161         * src/folder.c
9162         * src/textview.c
9163                 Gcc 2.9x compilation fixes, thanks to Darko
9164         * src/plugins/clamav/clamav_plugin.c
9165                 Little optimisation: load virus database only once
9166         * src/plugins/spamassassin/spamassassin.c
9167                 Big optimisation: filtering one mail took at least 1 second,
9168                 now it takes at least 50ms. Doesn't speed up spamassassin 
9169                 itself, but should already be much more tolerable.
9170
9171 2005-07-20 [colin]      1.9.12cvs86
9172
9173         * src/summaryview.c
9174                 Fix performance issue
9175
9176 2005-07-19 [colin]      1.9.12cvs85
9177
9178         * src/plugins/pgpinline/plugin.c
9179                 Fix warning
9180
9181 2005-07-19 [colin]      1.9.12cvs84
9182
9183         * configure.ac
9184         * src/plugins/Makefile.am
9185         * src/plugins/pgpinline/.cvsignore
9186         * src/plugins/pgpinline/Makefile.am
9187         * src/plugins/pgpinline/pgpinline.c
9188         * src/plugins/pgpinline/pgpinline.deps
9189         * src/plugins/pgpinline/pgpinline.h
9190         * src/plugins/pgpinline/plugin.c
9191                 Put pgpinline in the main tree
9192
9193 2005-07-19 [paul]       1.9.12cvs83
9194
9195         * src/prefs_actions.c
9196                 prevent '//' in menu names, which cause a crash
9197                 thanks to Colin
9198
9199 2005-07-19 [paul]       1.9.12cvs82
9200
9201         * configure.ac
9202                 be generally more informative in configure output.
9203                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9204                 '[ --disable-openssl ...', as --enable-openssl is default
9205                 PGP/MIME: don't check for GPGME again, check for
9206                 pgpcore instead. Therefore prevent the possibility of
9207                 attempting to build pgpmime if pgpcore dependencies are
9208                 not met
9209                 ClamAV: use pkgconfig to check for lib
9210                 libgnomeprint: revert logic on inner test to match
9211                 everything else
9212         * src/plugins/pgpcore/sgpgme.c
9213                 add missing include
9214
9215 2005-07-19 [colin]      1.9.12cvs81
9216
9217         * src/summaryview.c
9218                 Fix slow thread rebuilding in particular
9219                 cases
9220
9221 2005-07-19 [paul]       1.9.12cvs80
9222
9223         * sylpheed-claws.desktop
9224                 fix typo, spotted by Stephan Sachse
9225         * src/account.c
9226                 replace GTK_STOCK_ADD with
9227                 GTK_STOCK_NEW button
9228
9229 2005-07-18 [colin]      1.9.12cvs79
9230
9231         * src/etpan/imap-thread.c
9232                 Fix return value (Thanks Hoa)
9233
9234 2005-07-18 [colin]      1.9.12cvs78
9235
9236         * src/imap.c
9237                 Allow empty passwords
9238                 Create drafts/queue/outbox if necessary
9239         * src/summaryview.c
9240                 Remove old code
9241         * src/etpan/imap-thread.c
9242                 Fix STARTTLS (Thanks to Hoa)
9243
9244 2005-07-18 [paul]       1.9.12cvs77
9245
9246         * ChangeLog-gtk2.jp
9247         * ChangeLog.jp
9248                 removed
9249         * Makefile.am
9250                 updated to reflect additions and removals
9251         * TODO
9252                 updated to be claws-specific
9253         * TODO-gtk2
9254         * TODO-gtk2.jp
9255         * TODO.jp
9256         * sylpheed-128x128.png
9257         * sylpheed-64x64.png
9258                 removed
9259         * sylpheed-claws-128x128.png
9260         * sylpheed-claws-64x64.png
9261         * sylpheed-claws.desktop
9262         * sylpheed-claws.png
9263                 added
9264         * sylpheed.desktop
9265         * sylpheed.png
9266                 removed
9267
9268 2005-07-17 [paul]       1.9.12cvs76
9269
9270         * src/account.c
9271         * src/addressbook.c
9272         * src/alertpanel.c
9273         * src/alertpanel.h
9274         * src/compose.c
9275         * src/exphtmldlg.c
9276         * src/expldifdlg.c
9277         * src/folderview.c
9278         * src/imap_gtk.c
9279         * src/inc.c
9280         * src/message_search.c
9281         * src/messageview.c
9282         * src/mh_gtk.c
9283         * src/news_gtk.c
9284         * src/prefs_actions.c
9285         * src/prefs_filtering.c
9286         * src/prefs_matcher.c
9287         * src/prefs_template.c
9288         * src/prefs_themes.c
9289         * src/ssl_manager.c
9290         * src/summary_search.c
9291         * src/textview.c
9292         * src/toolbar.c
9293         * src/gtk/sslcertwindow.c
9294         * src/plugins/pgpcore/sgpgme.c
9295                 rework alertpanels
9296
9297 2005-07-17 [colin]      1.9.12cvs75
9298
9299         * src/privacy.c
9300                 add a PrivacySystem accessor that checks that
9301                 the system cached in a MimeInfo's privacydata
9302                 is still registered. Use this accessor instead
9303                 of directly using data->system. Fixes crashes
9304                 after unloading pgp plugins.
9305
9306 2005-07-17 [colin]      1.9.12cvs74
9307
9308         * src/alertpanel.c
9309                 Change geometry hints to a simple default size.
9310                 Fixes the certs dialogs.
9311
9312 2005-07-17 [colin]      1.9.12cvs73
9313
9314         * src/gtk/sslcertwindow.c
9315                 Use a gtkExpander
9316
9317 2005-07-17 [colin]      1.9.12cvs72
9318
9319         * src/plugins/pgpcore/Makefile.am
9320         * src/plugins/pgpmime/Makefile.am
9321                 Add gpgme libs
9322
9323 2005-07-17 [paul]       1.9.12cvs71
9324
9325         * configure.ac
9326                 add --disable-gnomeprint option
9327                 modified version of patch by Marius Mauch
9328
9329 2005-07-17 [paul]       1.9.12cvs70
9330
9331         * src/common/defs.h
9332                 update urls
9333         * src/account.c
9334         * src/action.c
9335         * src/addressbook.c
9336         * src/compose.c
9337         * src/foldersel.c
9338         * src/folderview.c
9339         * src/html.c
9340         * src/imap_gtk.c
9341         * src/main.c
9342         * src/mainwindow.c
9343         * src/messageview.c
9344         * src/mh_gtk.c
9345         * src/mimeview.c
9346         * src/news_gtk.c
9347         * src/prefs_account.c
9348         * src/prefs_send.c
9349         * src/prefs_summaries.c
9350         * src/procmsg.c
9351         * src/summaryview.c
9352         * src/common/utils.c
9353         * src/common/xml.c
9354         * src/plugins/pgpcore/passphrase.c
9355         * src/plugins/pgpcore/select-keys.c
9356                 replace inappropriately used backticks
9357                 with single quotes
9358
9359 2005-07-16 [colin]      1.9.12cvs69
9360
9361         * src/image_viewer.c
9362                 Add extra paranoid checks
9363
9364 2005-07-16 [colin]      1.9.12cvs68
9365
9366         * src/plugins/pgpcore/prefs_gpg.c
9367                 Don't auto-check sigs by default, as it
9368                 can be really slow.
9369
9370 2005-07-16 [colin]      1.9.12cvs67
9371
9372         * src/plugins/pgpcore/sgpgme.c
9373                 Make messages a bit better.
9374
9375 2005-07-16 [colin]      1.9.12cvs66
9376
9377         * src/imap.c
9378                 Remove pseudo-log
9379         * src/etpan/imap-thread.c
9380                 Add real log
9381
9382 2005-07-16 [colin]      1.9.12cvs65
9383
9384         * src/main.c
9385         * src/prefs_other.c
9386                 And now, fix build with libetpan :-/
9387
9388 2005-07-15 [colin]      1.9.12cvs64
9389
9390         * src/prefs_other.c
9391                 Continue fixing build without libetpan.
9392
9393 2005-07-15 [colin]      1.9.12cvs63
9394
9395         * src/main.c
9396                 Fix build with --disable-libetpan
9397
9398 2005-07-15 [colin]      1.9.12cvs62
9399
9400         * configure.ac
9401                 Bump libetpan's version
9402
9403 2005-07-15 [colin]      1.9.12cvs61
9404
9405         * src/etpan/imap-thread.c
9406                 Actually stop logging :)
9407
9408 2005-07-15 [colin]      1.9.12cvs60
9409
9410         * src/addressbook.c
9411                 Fix dnd of multiple addresses.
9412
9413 2005-07-15 [hoa]        1.9.12cvs59
9414
9415         * src/etpan/imap-thread.c
9416             disable login of IMAP password in libetpan log file.
9417
9418 2005-07-15 [paul]       1.9.12cvs58
9419
9420         * src/account.c
9421                 don't automatically sort
9422                 do allow drag n drop
9423
9424 2005-07-15 [paul]       1.9.12cvs57
9425
9426         * src/account.c
9427         * src/ssl_manager.c
9428                 alphabetical listing
9429
9430 2005-07-15 [paul]       1.9.12cvs56
9431
9432         * src/gtk/pluginwindow.c
9433                 sort plugin list alphabetically
9434
9435 2005-07-15 [paul]       1.9.12cvs55
9436
9437         * src/prefs_spelling.c
9438         * src/prefs_wrapping.c
9439                 unify English usage
9440
9441 2005-07-15 [colin]      1.9.12cvs54
9442
9443         * src/wizard.c
9444                 Typo fix
9445
9446 2005-07-15 [paul]       1.9.12cvs53
9447
9448         * src/prefs_message.c
9449                 make 'show cursor' a hidden option
9450
9451 2005-07-14 [colin]      1.9.12cvs52
9452
9453         * src/plugins/spamassassin/Makefile.am
9454         * src/plugins/clamav/Makefile.am
9455                 Fix double EXTRA_DISTs
9456
9457 2005-07-14 [colin]      1.9.12cvs51
9458
9459         * src/plugins/clamav/Makefile.am
9460         * src/plugins/clamav/clamav_plugin_gtk.deps
9461         * src/plugins/spamassassin/Makefile.am
9462         * src/plugins/spamassassin/spamassassin_gtk.deps
9463                 Make $plugin_gtk depend on $plugin
9464
9465 2005-07-14 [hoa]        1.9.12cvs50
9466
9467         * src/etpan/imap-thread.c
9468                 enable debug log of libetpan when running with --debug
9469
9470 2005-07-14 [colin]      1.9.12cvs49
9471
9472         * configure.ac
9473         * src/common/Makefile.am
9474         * src/common/plugin.c
9475         * src/common/plugin.h
9476                 Add a little plugin dependancy system.
9477                 Plugins can ship a $plugin_name.deps file
9478                 (near them in PLUGINDIR) so that their
9479                 dependancies are loaded if possible.
9480         * src/plugins/Makefile.am
9481         * src/plugins/pgpcore/Makefile.am
9482         * src/plugins/pgpcore/passphrase.c
9483         * src/plugins/pgpcore/passphrase.h
9484         * src/plugins/pgpcore/plugin.c
9485         * src/plugins/pgpcore/prefs_gpg.c
9486         * src/plugins/pgpcore/prefs_gpg.h
9487         * src/plugins/pgpcore/select-keys.c
9488         * src/plugins/pgpcore/select-keys.h
9489         * src/plugins/pgpcore/sgpgme.c
9490         * src/plugins/pgpcore/sgpgme.h
9491                 Introduce pgpcore, used by pgpmime and
9492                 pgpinline
9493         * src/plugins/pgpmime/Makefile.am
9494         * src/plugins/pgpmime/passphrase.c
9495         * src/plugins/pgpmime/passphrase.h
9496         * src/plugins/pgpmime/pgpmime.c
9497         * src/plugins/pgpmime/pgpmime.deps
9498         * src/plugins/pgpmime/plugin.c
9499         * src/plugins/pgpmime/prefs_gpg.c
9500         * src/plugins/pgpmime/prefs_gpg.h
9501         * src/plugins/pgpmime/select-keys.c
9502         * src/plugins/pgpmime/select-keys.h
9503         * src/plugins/pgpmime/sgpgme.c
9504         * src/plugins/pgpmime/sgpgme.h
9505                 Remove the core from pgpmime and add the
9506                 dependancy to pgpcore.
9507
9508 2005-07-14 [paul]       1.9.12cvs48
9509
9510         * src/stock_pixmap.c
9511                 forgot this in last commit
9512
9513 2005-07-14 [paul]       1.9.12cvs47
9514
9515         * src/account.c
9516         * src/addressbook.c
9517                 add accelerators for the buttons (sync with main)
9518         * src/compose.c
9519         * src/compose.h
9520                 add accelerators for the buttons.
9521                 fix editing with external editor.
9522                 replace gdk_input_*() with GIOChannel;
9523                 (sync with main)
9524         * src/foldersel.c
9525                 display folder names with new/unread
9526                 representation (sync with main)
9527         * src/main.c
9528                 specify default window icon (sync with main)
9529         * src/prefs_common.c
9530                 use_addr_book default to FALSE
9531         * src/summaryview.c
9532         * src/textview.c
9533                 add accelerators for the buttons (sync with main)
9534         * src/gtk/menu.c
9535                 fix typos
9536         * src/pixmaps/sylpheed_icon.xpm
9537                 updated
9538
9539 2005-07-13 [paul]       1.9.12cvs46
9540
9541         * src/plugins/pgpmime/pgpmime.c
9542         * src/plugins/pgpmime/sgpgme.c
9543                 (temporarily) use deprecated gpgme_data_rewind()
9544                 while largefile support is not present
9545                 (as suggested by Colin)
9546
9547 2005-07-13 [paul]       1.9.12cvs45
9548
9549         * configure.ac
9550                 remove large file support (for now):
9551                 it breaks too many things
9552
9553 2005-07-13 [paul]       1.9.12cvs44
9554
9555         * configure.ac
9556                 add large file support
9557         * src/html.c
9558                 fix bug #763 where href attribute was not
9559                 the very first attribute of a link
9560                 patch by Thomas Gilgin
9561
9562 2005-07-13 [colin]      1.9.12cvs43
9563
9564         * src/gtk/pluginwindow.c
9565                 Little portability fix
9566
9567 2005-07-13 [colin]      1.9.12cvs42
9568
9569         * src/plugins/pgpmime/sgpgme.c
9570                 Fix crasher.
9571
9572 2005-07-13 [colin]      1.9.12cvs41
9573
9574         * src/plugins/pgpmime/pgpmime.c
9575         * src/plugins/pgpmime/sgpgme.c
9576                 Use gpgme_data_release_and_get_mem instead
9577                 of gpgme_data_read.
9578
9579 2005-07-13 [colin]      1.9.12cvs40
9580
9581         * configure.ac
9582         * src/plugins/pgpmime/passphrase.c
9583         * src/plugins/pgpmime/passphrase.h
9584         * src/plugins/pgpmime/pgpmime.c
9585         * src/plugins/pgpmime/plugin.c
9586         * src/plugins/pgpmime/select-keys.c
9587         * src/plugins/pgpmime/select-keys.h
9588         * src/plugins/pgpmime/sgpgme.c
9589         * src/plugins/pgpmime/sgpgme.h
9590                 Port pgpmime to gpgme-1.0.
9591
9592 2005-07-12 [paul]       1.9.12cvs39
9593
9594         * AUTHORS
9595         * src/toolbar.c
9596         * src/toolbar.h
9597                 add a 'Go to Prev' button to the toolbar.
9598                 correct tooltip text of go to buttons.
9599                 based on patch by Yang Guilong <bamanzi@gmail.com>
9600
9601 2005-07-12 [colin]      1.9.12cvs38
9602
9603         * src/statusbar.c
9604                 Fix progress bar showing stuff at startup.
9605
9606 2005-07-12 [paul]       1.9.12cvs37
9607
9608         * src/editjpilot.c
9609                 fix building with jpilot support
9610
9611 2005-07-11 [colin]      1.9.12cvs36
9612
9613         * src/inc.c
9614                 Add visual indication that filtering is running
9615         * src/textview.c
9616                 Make {}[] uri delimiters
9617         * src/summaryview.c
9618                 Remove useless (and slow) calls
9619
9620 2005-07-11 [paul]       1.9.12cvs35
9621
9622         * src/plugins/clamav/clamav_plugin_gtk.c
9623         * src/plugins/dillo_viewer/dillo_prefs.c
9624         * src/plugins/pgpmime/prefs_gpg.c
9625         * src/plugins/spamassassin/spamassassin_gtk.c
9626                 gather plugins prefs together under their
9627                 own 'Plugins' heading
9628
9629 2005-07-11 [paul]       1.9.12cvs34
9630
9631         sync with main
9632
9633         * src/account.c
9634                 account_delete(): modified alert dialog
9635         * src/editjpilot.c
9636         * src/editvcard.c
9637                 fixed a crash when cancelling file selection
9638                 dialog by Escape key. Made non-ascii filename
9639                 selectable.
9640         * src/prefs_template.c
9641                 prefs_template_window_create(): make scrolled
9642                 window policy AUTOMATIC
9643
9644 2005-07-10 [hoa]        1.9.12cvs33
9645
9646         * src/etpan/imap-thread.c
9647                 workaround for old Courier IMAP servers.
9648
9649 2005-07-10 [colin]      1.9.12cvs32
9650
9651         * src/folder.c
9652         * src/statusbar.c
9653         * src/statusbar.h
9654                 Add visual progress indicator on filtering/processing
9655                 Factorize the progress bar code
9656         * src/imap.c
9657         * src/imap.h
9658         * src/etpan/imap-thread.c
9659                 Add a reference counter to avoid destroying the Folder
9660                 while it's in use by another callback.
9661
9662 2005-07-09 [hoa]        1.9.12cvs31
9663
9664         * src/imap.c
9665         * src/etpan/imap-thread.c
9666                 fixed deadlock when removing IMAP account.
9667
9668 2005-07-08 [colin]      1.9.12cvs30
9669
9670         * src/textview.c
9671         * src/unmime.c
9672                 Fix again problems decoding broken headers
9673         * src/gtk/inputdialog.c
9674                 Fix local variable shadowing a global one
9675
9676 2005-07-08 [colin]      1.9.12cvs29
9677
9678         * src/msgcache.c
9679                 Make the cache/mark files platform-agnostic by writing
9680                 them in little-endian format. Reading them is also done
9681                 in little-endian format, of course; however, in order
9682                 to avoid trashing mark data on big-endian machines, the
9683                 files are, at first, read from the native format if the
9684                 little-endian one doesn't exist. This is easy to deter-
9685                 mine by trying to open a file with a swapped data_ver
9686                 and seeing if it's the wanted version.
9687                 Little-endian using users should see absolutely no
9688                 difference, Big-endian users may get a very little
9689                 performance drop due to byte-swapping.
9690                 Tested on i386 and ppc32. 
9691                 Fixes bug #159 (The index file, in the mailboxes, is 
9692                 hardware depending).
9693
9694                 To have the cache/mark files updated to the new little-
9695                 endian format, "Check for new messages" or even
9696                 "Rebuild folder tree" aren't enough. Files will be
9697                 updated as soon as a folder has been opened/closed.
9698                 To update everything, just select all folders by
9699                 selecting them one by one.
9700
9701 2005-07-07 [colin]      1.9.12cvs28
9702
9703         * src/imap.c
9704                 Remember the folder separator per IMAPFolder
9705                 instead of globally.
9706                 Revive the Session on noop; fixes bug #761
9707                 (mark a bunch of unread messages as read takes 
9708                 forever)
9709
9710 2005-07-07 [darko]      1.9.12cvs27
9711
9712         * src/common/template.c
9713                 Sort templates alphabetically
9714
9715 2005-07-06 [colin]      1.9.12cvs26
9716
9717         * src/imap.c
9718                 Try to use the correct separator in
9719                 most cases. Possibly fixes bug #759
9720                 (only creates the INBOX folder when 
9721                 setting up new IMAP account) and 
9722                 bug #760 (Can't retrieve messages)
9723
9724 2005-07-06 [colin]      1.9.12cvs25
9725
9726         * src/imap.c
9727                 Use real_path in status command. This will
9728                 help later, when namespaces will be used.
9729
9730 2005-07-06 [colin]      1.9.12cvs24
9731
9732         * configure.ac
9733         * src/account.c
9734         * src/folder.c
9735         * src/imap.c
9736         * src/etpan/etpan-log.c
9737         * src/etpan/etpan-thread-manager.c
9738         * src/etpan/imap-thread.c
9739                 Add a --disable-libetpan parameter. With this,
9740                 users that don't want IMAP4 support can avoid
9741                 the new dependancy (and have no IMAP support).
9742                 Users that have IMAP4 accounts and use this
9743                 parameter won't lose their configuration, their
9744                 IMAP accounts will just be invisible and not
9745                 used.
9746         * src/textview.c
9747                 Make the "Copy ..." contextual menu items 
9748                 copy to both the X clipboard and the gtk 
9749                 clipboard - as most other apps do.
9750         * src/gtk/about.c
9751                 Add a notice about OpenSSL usage, in order to
9752                 comply with OpenSSL's license (point 6):
9753                 http://www.openssl.org/source/license.html
9754
9755 2005-07-06 [colin]      1.9.12cvs23
9756
9757         * src/alertpanel.c
9758                 Fix a minimum size for alertpanels
9759         * src/compose.c
9760                 Show 'No space left on device' type errors
9761                 when queuing/sending
9762         * src/imap_gtk.c
9763         * src/mh_gtk.c
9764                 Rework folder's deletion message (remove 
9765                 extra \n)
9766
9767 2005-07-05 [colin]      1.9.12cvs22
9768
9769         * src/imap.c
9770                 Add an alertpanel on auth error
9771                 Add pseudo-log
9772                 Remove pthread-related stuff
9773
9774 2005-07-05 [colin]      1.9.12cvs21
9775
9776         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9777                 Fix crash on plugin reloading (with a hack)
9778
9779 2005-07-05 [colin]      1.9.12cvs20
9780
9781         * src/prefs_account.c
9782         * src/prefs_account.h
9783                 Fix typo
9784         * src/gtk/filesel.c
9785         * src/gtk/filesel.h
9786                 Add a way to filter the view
9787         * src/gtk/pluginwindow.c
9788                 Filter loadable stuff
9789         * src/plugins/pgpmime/prefs_gpg.c
9790                 Fix missing unregistration
9791         * .cvsignore
9792         * src/etpan/.cvsignore
9793         * src/plugins/spamassassin/.cvsignore
9794                 Add more stuff to cvs ignored files
9795
9796 2005-07-04 [colin]      1.9.12cvs19
9797
9798         * src/imap.c
9799                 Fix scan_required returning FALSE when it
9800                 shouldn't. Maybe fix #760 (Can't retrieve
9801                 messages)
9802
9803 2005-07-04 [colin]      1.9.12cvs18
9804
9805         * src/summaryview.c
9806                 Fix always_show_msg pref
9807
9808 2005-07-04 [paul]       1.9.12cvs17
9809
9810         sync with main (forgotten in last commit)
9811         
9812         * src/common/utils.c
9813         * src/common/utils.h
9814                 check_line_length(): new.
9815                 is_dir_exist()
9816                 is_file_entry_exist()
9817                 dirent_is_regular_file()
9818                 dirent_is_directory(): use g_file_test() instead of stat().
9819
9820 2005-07-04 [paul]       1.9.12cvs16
9821
9822         sync with main:
9823
9824         * src/compose.c
9825                 compose_write_to_file(): check for line
9826                 length limit and display warning if exceeds
9827         * src/jpilot.c
9828                 use get_home_dir() instead of g_get_home_dir()
9829         * src/procheader.c
9830                 removed warning about invalid date
9831         * src/vcard.c
9832                 use get_home_dir() instead of g_get_home_dir()
9833
9834 2005-07-04 [paul]       1.9.12cvs15
9835
9836         * src/stock_pixmap.c
9837                 fix new pixmap naming errors
9838                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9839
9840 2005-07-04 [colin]      1.9.12cvs14
9841
9842         * src/imap.c
9843                 Fix debugging string with a warning
9844
9845 2005-07-04 [colin]      1.9.12cvs13
9846
9847         * configure.ac
9848                 Add a check for libetpan's version (>= 0.37)
9849
9850 2005-07-04 [hoa]        1.9.12cvs12
9851
9852         * commitHelper
9853         * src/imap.c
9854         * src/etpan/imap-thread.c
9855         * src/etpan/imap-thread.h
9856                 fixed IMAP implementation of check of mails.
9857
9858 2005-07-03 [hoa]        1.9.12cvs11
9859
9860         * src/etpan/Makefile.am
9861         * src/etpan/etpan-errors.h
9862         * src/etpan/etpan-log.[ch]
9863         * src/etpan/etpan-thread-manager-types.h
9864         * src/etpan/etpan-thread-manager.[ch]
9865         * src/etpan/imap-thread.[ch]
9866         * src/Makefile.am
9867         * src/imap.c
9868         * src/main.c
9869         * src/prefs_other.c
9870         * configure.ac
9871             merged imap branch.
9872             dependency on libetpan 0.37 is now added.
9873
9874 2005-07-01 [colin]      1.9.12cvs10
9875
9876         * src/Makefile.am
9877         * src/folder.c
9878         * src/folder.h
9879         * src/folderview.c
9880         * src/stock_pixmap.c
9881         * src/stock_pixmap.h
9882         * src/plugins/trayicon/trayicon.c
9883                 Add marked symbol on folders containing
9884                 marked messages
9885         * src/procmsg.c
9886         * src/procmsg.h
9887         * src/toolbar.c
9888         * src/prefs_common.c
9889         * src/prefs_common.h
9890         * src/prefs_send.c
9891                 Add an optional confirmation dialog on queue
9892                 sending. Patch by wwp.
9893         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9894         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9895         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9896         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9897         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9898         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9899         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9900         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9901         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9902         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9903         * src/pixmaps/trash_mark.xpm            ** ADDED **
9904                 New pixmaps
9905
9906 2005-07-01 [colin]      1.9.12cvs9
9907
9908         * src/summaryview.c
9909                 Fix a little threading bug
9910         * src/addrgather.c
9911         * src/mainwindow.c
9912                 A little bit of HIG normality never hurts
9913
9914 2005-07-01 [colin]      1.9.12cvs8
9915
9916         * src/compose.c
9917         * src/msgcache.c
9918         * src/pop.c
9919         * src/procmime.c
9920         * src/recv.c
9921         * src/common/log.c
9922         * src/common/template.c
9923         * src/common/utils.c
9924         * src/common/utils.h
9925                 Reverted the fwrite_atomic stuff. In fact
9926                 it is already atomic.
9927
9928 2005-06-30 [colin]      1.9.12cvs7
9929
9930         * src/common/utils.c
9931         * src/common/utils.h
9932                 Add an fwrite_atomic() function to make
9933                 sure we write everything: fwrite can make
9934                 short writes.
9935         * src/compose.c
9936         * src/msgcache.c
9937         * src/pop.c
9938         * src/procmime.c
9939         * src/recv.c
9940         * src/common/log.c
9941         * src/common/template.c
9942                 Use that (and fix swapping of size and nmemb).
9943                 Thanks to Rich Coe for the heads up.
9944
9945 2005-06-30 [colin]      1.9.12cvs6
9946
9947         * src/addressbook.c
9948                 Optimize addressbook opening 
9949
9950 2005-06-30 [colin]      1.9.12cvs5
9951
9952         * src/summaryview.c
9953                 Remove calls to summary_step after move/copy
9954
9955 2005-06-28 [paul]       1.9.12cvs4
9956
9957         * src/alertpanel.c
9958                 wrap and make the error msg selectable
9959
9960 2005-06-28 [paul]       1.9.12cvs3
9961
9962         * src/ssl_manager.c
9963                 replace the OK button with a Close button
9964         * src/gtk/foldersort.c
9965                 use GTK_STOCK_ icons/buttons
9966
9967 2005-06-28 [colin]      1.9.12cvs2
9968
9969         * src/gedit-print.c             ** ADDED **
9970         * src/gedit-print.h             ** ADDED **
9971         * src/gtk/gtksourceprintjob.c   ** ADDED **
9972         * src/gtk/gtksourceprintjob.h   ** ADDED **
9973                 I can't believe no one had enough time to tell
9974                 me I forgot the `cvs add`
9975
9976 2005-06-27 [colin]      1.9.12cvs1
9977
9978         * src/Makefile.am
9979         * src/gtk/Makefile.am
9980         * src/messageview.c
9981         * src/procmsg.c
9982         * src/summaryview.c
9983         * configure.ac
9984                 Add optional libgnomeprint-based printing
9985         * src/mainwindow.c
9986         * src/gtk/quicksearch.c
9987                 Add an Edit/Quick search menu item to show
9988                 and focus the quicksearch
9989
9990 2005-06-27 [paul]       1.9.12
9991
9992         1.9.12 release
9993
9994         * po/ca.po
9995         * po/de.po
9996         * po/es.po
9997         * po/fr.po
9998         * po/it.po
9999         * po/ko.po
10000         * po/pt_BR.po
10001         * po/sk.po
10002         * po/zh_CN.po
10003                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10004                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10005                 SungHyun Nam, Frederico Goncalves Guimaraes,
10006                 Andrej Kacian, and Yang Guilong
10007 2005-06-26 [colin]      1.9.11cvs106
10008
10009         * src/imap_gtk.c
10010                 Forgot one file for previous fix
10011
10012 2005-06-26 [colin]      1.9.11cvs105
10013
10014         * src/folder.c
10015         * src/imap.c
10016                 Fix problems with folder operations in no_select
10017                 imap folders. it applies only to mails, and 
10018                 creation/deletion/move/renaming of folders 
10019                 should be possible
10020
10021 2005-06-26 [paul]       1.9.11cvs104
10022
10023         * src/prefs_filtering.c
10024                 replace one more GTK_STOCK_REMOVE
10025                 with GTK_STOCK_DELETE
10026
10027 2005-06-25 [colin]      1.9.11cvs103
10028
10029         * src/imap.c
10030                 Optimize get_seq_set_from_seq_list
10031                 (Patch by Ricardo) 
10032
10033 2005-06-25 [colin]      1.9.11cvs102
10034
10035         * src/mh.c
10036                 If the directory exists, but not in the
10037                 correct encoding, rename it. This should
10038                 handle old-versions-induced bugs.
10039
10040 2005-06-25 [colin]      1.9.11cvs101
10041
10042         * src/mh.c
10043                 Fix path access with extended dir names
10044                 Fixes bug #589 (SC segfaults with wrong locale
10045                 settings)
10046
10047 2005-06-25 [colin]      1.9.11cvs100
10048
10049         * src/prefs_account.c
10050         * src/prefs_account.h
10051         * src/compose.c
10052                 Add an option to encrypt replies to
10053                 encrypted messages
10054
10055 2005-06-25 [colin]      1.9.11cvs99
10056
10057         * src/compose.c
10058         * src/quote_fmt_parse.y
10059                 ... And make it work with pgpinline.
10060
10061 2005-06-25 [colin]      1.9.11cvs98
10062
10063         * src/compose.c
10064         * src/procmime.c
10065         * src/procmime.h
10066         * src/quote_fmt_parse.y
10067                 o Make reedition of encrypted messages possible
10068                   (as long as it is encrypted to self too, no
10069                    magic there)
10070                 o Make replying with quote (and without selecting
10071                   text) possible for encrypted messages.
10072                 Closes bug #550 (Not possible to "reply with quote"
10073                 to gnupg encrypted messages)
10074
10075 2005-06-24 [paul]       1.9.11cvs97
10076
10077         * src/imap.c
10078                 add missing include
10079
10080 2005-06-24 [paul]       1.9.11cvs96
10081
10082         * src/editldap.c
10083                 made bind password entry invisible
10084                 (sync with main)
10085         * src/send_message.c
10086                 send_message_local(): check exit status
10087                 to detect errors (sync with main)
10088         * src/textview.c
10089                 use main's less ambiguous popup menu
10090                 wording
10091
10092 2005-06-24 [paul]       1.9.11cvs95
10093
10094         * src/prefs_actions.c
10095         * src/prefs_customheader.c
10096         * src/prefs_display_header.c
10097         * src/prefs_filtering_action.c
10098         * src/prefs_matcher.c
10099         * src/prefs_template.c
10100         * src/prefs_toolbar.c
10101                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10102         * src/gtk/description_window.c
10103                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10104
10105 2005-06-23 [colin]      1.9.11cvs94
10106
10107         * src/summaryview.c
10108                 Fix rough edges (be sure to call status_show whenever
10109                 necessary).
10110
10111 2005-06-23 [colin]      1.9.11cvs93
10112
10113         * src/summaryview.c
10114                 Optimize Select All
10115                 Before, in a 5K mails folder: 11s
10116                 After, in the same folder: 58000µs
10117                 The joys of locking... gtk_clist_select_all() fires a 
10118                 tree-select-row event for each selected row, which in 
10119                 summaryview, callbacks summary_selected which in turn,
10120                 calls summary_status_show, which walks the selected
10121                 rows. Hence, calling gtk_clist_select_all was 
10122                 exponential. Locking the summaryview makes 
10123                 summary_selected return early.
10124
10125 2005-06-23 [colin]      1.9.11cvs92
10126
10127         * src/imap.c
10128                 Move mutex at the important place to avoid
10129                 deadlocks
10130         * src/summaryview.c
10131                 Fix Del key deleting directly instead of
10132                 moving to trash
10133
10134 2005-06-22 [colin]      1.9.11cvs91
10135
10136         * src/plugins/spamassassin/libspamc.c
10137                 As we do spagetti code with assignations in multiple
10138                 places (see _message_read_raw where out = msg = raw),
10139                 let's be sure we don't free the same pointer twice.
10140                 Should fix bug #683 (Crash in libpam at 
10141                 message_cleanup).
10142
10143 2005-06-22 [colin]      1.9.11cvs90
10144
10145         * src/compose.c
10146         * src/messageview.c
10147         * src/toolbar.c
10148                 Make toolbar's delete use the move to trash stuff;
10149                 Add gtk_widget_realize to be sure pixmaps can get
10150                 created (that may fix an old worksforme bug which
10151                 I can't find back...)
10152
10153 2005-06-22 [colin]      1.9.11cvs89
10154
10155         * src/summaryview.c
10156         * src/summaryview.h
10157         * src/mainwindow.c
10158                 Rename "Message/Delete" to "Message/Move to trash"
10159                 Add "Message/Delete..." that directly destroys the
10160                 selected messages after asking for a confirmation.
10161
10162 2005-06-22 [colin]      1.9.11cvs88
10163
10164         * src/imap.c
10165                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10166                 o Fix a deadlock (thanks Darko)
10167
10168 2005-06-22 [colin]      1.9.11cvs87
10169
10170         * src/gtk/foldersort.c
10171                 Add missing include for the i18n;
10172                 patch by Fabien Vantard
10173
10174 2005-06-21 [colin]      1.9.11cvs86
10175
10176         * src/folder.c
10177         * src/folderview.c
10178                 Respect the no_select flag
10179         * src/imap.c
10180                 Fix recursive deletion
10181         * src/imap_gtk.c
10182         * src/mh_gtk.c
10183                 Make the folder deletion's warning
10184                 more explicit
10185
10186 2005-06-21 [colin]      1.9.11cvs85
10187
10188         * src/textview.c
10189                 Prevent email addresses from spanning accross
10190                 lines - fixes bug # 646 (newline-chars in 
10191                 email addresses)
10192
10193 2005-06-20 [colin]      1.9.11cvs84
10194
10195         * src/folder.c
10196                 Be sure not to remove source if copy failed
10197
10198 2005-06-20 [colin]      1.9.11cvs83
10199
10200         * src/folderview.c
10201         * src/imap_gtk.c
10202                 remove summaryview's lock
10203         * src/imap.c
10204                 introduce threads to avoid problems when foreground tasks
10205                 interfere with background tasks
10206         * src/mh.c
10207                 prevent moving to drafts/queue
10208         * src/mimeview.c
10209                 fix leak
10210
10211 2005-06-19 [colin]      1.9.11cvs82
10212
10213         * src/imap_gtk.c
10214                 Remember that the user doesn't want to override
10215                 offline mode, for 3 seconds. It avoid presenting
10216                 him with N popups in a really short time.
10217
10218 2005-06-17 [colin]      1.9.11cvs81
10219
10220         * src/imap.c
10221                 Fix IMAP breaking on folders containing '('
10222                 (Probably won't be enough)
10223
10224 2005-06-17 [colin]      1.9.11cvs80
10225
10226         Forgotten files on 1.9.11cvs79
10227         * src/summaryview.c
10228                 Fix stepping when not immediately executing
10229         * src/imap.c
10230                 Really prevent UID FETCH 0
10231         * src/codeconv.c
10232                 Fix outgoing charset never set to utf-8
10233         * src/mh.c
10234                 Fix leak
10235
10236 2005-06-16 [colin]      1.9.11cvs79
10237
10238         * src/compose.c
10239                 Fix bug #707 (Dash splits rows)
10240                 Only wrap if we're on a line break position and
10241                 the previous one was a "white" (space) char.
10242                 Pango stuff is weird.
10243
10244 2005-06-16 [colin]      1.9.11cvs78
10245
10246         * src/imap_gtk.c
10247                 Lock summaryview while downloading messages
10248                 on user demand
10249         * src/procheader.c
10250         * src/unmime.c
10251         * src/common/utils.c
10252         * src/common/utils.h
10253                 Replace \r and \n with spaces in From and
10254                 Subject headers
10255
10256 2005-06-16 [paul]       1.9.11cvs77
10257
10258         * src/procmime.c
10259                 liberalise the mime parser
10260         * src/gtk/about.c
10261                 add text wrapping
10262
10263 2005-06-16 [paul]       1.9.11cvs76
10264
10265         * src/gtk/about.c
10266                 reworked
10267
10268 2005-06-15 [colin]      1.9.11cvs75
10269
10270         * src/compose.c
10271                 Finish header encoding fix
10272         * src/summaryview.c
10273                 Fix segfault
10274         * src/headerview.c
10275                 Fix compilation (Thanks Stephan
10276                 Sachse)
10277
10278 2005-06-15 [colin]      1.9.11cvs74
10279
10280         * Makefile.am
10281                 Install gnome2 stuff rather than gnome1, 
10282                 if both are present
10283         * src/codeconv.c
10284         * src/codeconv.h
10285         * src/compose.c
10286                 Fix headers encoding
10287         * src/folder.c
10288                 Visual progress when fetching all messages
10289         * src/folderview.c
10290         * src/summaryview.c
10291         * src/summaryview.h
10292                 Prevent changing current message while
10293                 incorporating
10294
10295 2005-06-15 [paul]       1.9.11cvs73
10296
10297         * src/gtk/gtkaspell.c
10298         * src/gtk/gtkaspell.h
10299                 fix build warnings
10300
10301 2005-06-15 [paul]       1.9.11cvs72
10302
10303         * src/prefs_filtering.c
10304                 allow reordering of filter rules by
10305                 drag n drop
10306
10307 2005-06-15 [paul]       1.9.11cvs71
10308
10309         * COPYING
10310                 updated
10311         * src/codeconv.c
10312                 replace deprecated function
10313         * src/inc.c
10314         * src/send_message.c
10315         * src/gtk/progressdialog.c
10316         * src/gtk/progressdialog.h
10317                 salvage and reuse parts of reverted sync
10318
10319 2005-06-15 [paul]       1.9.11cvs70
10320
10321         * src/inc.c
10322         * src/send_message.c
10323         * src/gtk/progressdialog.c
10324         * src/gtk/progressdialog.h
10325                 revert yesterday's sync with main
10326                 it contains deprecated functions
10327
10328 2005-06-15 [colin]      1.9.11cvs69
10329
10330         * src/headerview.c
10331                 Fix bug #670 (multi user to: will corrupt message 
10332                 headers display)
10333
10334 2005-06-15 [colin]      1.9.11cvs68
10335
10336         * src/compose.c
10337                 Fix bug #421 (Fix undo on wrapping)
10338
10339 2005-06-15 [colin]      1.9.11cvs67
10340
10341         * src/folder.c
10342                 Provide visual feedback while processing
10343                 folder's rules.
10344         * src/imap.c
10345                 Provide visual feedback while getting
10346                 short headers (for uncached messages)
10347
10348
10349 2005-06-14 [paul]       1.9.11cvs66
10350
10351         * src/account.c
10352                 change a couple stock icons
10353         * src/inc.c
10354         * src/send_message.c
10355         * src/gtk/progressdialog.c
10356         * src/gtk/progressdialog.h
10357                 sync main's GtkTreeView implementation
10358
10359 2005-06-14 [colin]      1.9.11cvs65
10360
10361         * src/imap.c
10362                 Various little fixes, mainly on error paths
10363
10364 2005-06-13 [colin]      1.9.11cvs64
10365
10366         * matcher.c
10367         * procmsg.c
10368         * procmsg.h
10369                 Add a way to fetch only headers. This speeds
10370                 up filtering on headers for IMAP. Fixes:
10371                 bug #481 extraneous imap commands slow down 
10372                         imap filtering
10373                 bug #522 Sylpheed downloads all messages 
10374                         when opening mailbox (IMAP)
10375                 bug #677 IMAP fetch is soooooooooooooo slow
10376         * src/folder.c
10377         * src/folder.h
10378                 Add a folder set_batch method so that
10379                 implementations can speed up flags changes
10380         * src/folderutils.c
10381         * src/summaryview.c
10382                 Use that in mark as (un)read and mark all read
10383                 Refix bug #679
10384         * src/imap.c
10385                 Implement set_batch - brings back deferred
10386                 flags in a less buggy manner. Fixes:
10387                 bug #729 IMAP immediate expunge of deleted messages
10388                 bug #191 remove list of messages with one command
10389                 Fix login with strange chars
10390                 Implement fetch_msg_full
10391                 Fix copy (wrong counts)
10392
10393 2005-06-12 [colin]      1.9.11cvs63
10394
10395         * src/folder.c
10396                 lock incorporation during long operations.
10397                 Avoids fucking up the IMAP socket.
10398
10399 2005-06-12 [colin]      1.9.11cvs62
10400
10401         * src/imap.c
10402                 Fix harmful typo
10403                 Factorize remove_all_msg
10404                 Thread-ize expunge
10405         * src/summaryview.c
10406                 Don't update partial-download status if unnecessary
10407         * src/folder.c
10408                 Use remove_msgs everywhere possible
10409
10410 2005-06-12 [colin]      1.9.11cvs61
10411
10412         * src/folder.c
10413         * src/folder.h
10414                 Add a remove_msgs function to remove a 
10415                 list of messages
10416         * src/imap.c
10417                 Implement that.
10418
10419 2005-06-12 [colin]      1.9.11cvs60
10420
10421         * src/imap.c
10422                 Remove flags-processing deferring... Too hard
10423                 to get it to work in all cases.
10424
10425 2005-06-11 [colin]      1.9.11cvs59
10426
10427         * src/imap.c
10428                 printf -> debug_print
10429
10430 2005-06-11 [colin]      1.9.11cvs58
10431
10432         * src/imap.c
10433                 o Fix build without USE_PTHREAD
10434                 o Factorize imap_open
10435                 o Alertpanel in case of impossible connection
10436                 o Alertpanel in case of impossible login
10437                 o Fix deferred flags processing to force a 
10438                   flush before adding some more flags to process,
10439                   but in another folder.
10440
10441 2005-06-10 [colin]      1.9.11cvs57
10442
10443         * src/imap.c
10444                 o Fix a format string error
10445                 o init ssl socket outside of the thread 
10446                   (it possibly invokes gtk calls)
10447         * src/procmime.c
10448                 o Put back the buffer to its necessary size
10449                 o Fix changing a file pointer without keeping
10450                   track of it (thanks Valgrind)
10451         * src/common/smtp.c
10452                 o Fix automatic STARTTLS if login should be done
10453                   and the server only allows it after starting TLS
10454         * src/gtk/gtkinputdialog.c
10455                 o Eat GDK_Return so that the combo popup doesn't 
10456                   appear when we press Enter to validate the combo
10457                   input dialog (as seen in the Open with... dialog)
10458
10459 2005-06-10 [colin]      1.9.11cvs56
10460
10461         * src/imap.c
10462                 o A bit less debug
10463                 o Fix a crash on deletion
10464                 o Threadize imap_select (it's called outside of 
10465                   threads)
10466                 o Defer treatment of DELETED flags
10467
10468
10469 2005-06-09 [colin]      1.9.11cvs55
10470
10471         * src/imap.c
10472                 Make sure we check imap_gtk_should_override(), which
10473                 potentially calls gtk stuff, before creating thread.
10474                 That way it should't be called via imap_get_session()
10475                 inside a thread.
10476
10477 2005-06-09 [colin]      1.9.11cvs54
10478
10479         * src/imap.c
10480                 o add a bit of status output
10481                 o remove some dead code
10482                 o threadize get_list_of_uids
10483                 o threadize imap_get_flags
10484                 o defer flag changing by 500ms so that they
10485                   can be batched
10486
10487
10488 2005-06-08 [colin]      1.9.11cvs53
10489
10490         * src/imap.c
10491                 Thread-ize imap_cmd_fetch
10492
10493 2005-06-08 [colin]      1.9.11cvs52
10494
10495         * src/main.c
10496                 Mmh, that broke POP3...
10497
10498 2005-06-08 [colin]      1.9.11cvs51
10499
10500         * src/main.c
10501                 Stabilize IMAP patch (thanks to Hoa)
10502
10503 2005-06-08 [colin]      1.9.11cvs50
10504
10505         * src/imap.c
10506                 Test patch to speed up imap. 
10507
10508 2005-06-08 [colin]      1.9.11cvs49
10509
10510         * src/imap_gtk.c
10511                 Warning fix
10512         * src/procmime.c
10513                 Apply patch from gentoo to use /usr/share/mime/globs if 
10514                 available, after un-breaking it
10515         * src/common/log.c
10516         * src/common/log.h
10517                 Use g_timeout for invoking hooks that possibly use gtk
10518                 calls. This should leave gtk calls in the main thread.
10519
10520 2005-06-08 [paul]       1.9.11cvs48
10521
10522         * src/codeconv.c
10523                 conv_get_outgoing_charset_str(): don't
10524                 use prefs_common setting
10525         * src/compose.c
10526         * src/compose.h
10527                 add /Options/Character encoding/... to
10528                 temporarily change the outgoing encoding
10529
10530         (belated sync with main)
10531
10532 2005-06-08 [paul]       1.9.11cvs47
10533
10534         * src/compose.c
10535                 correction to/completion of last
10536                 sync with main
10537
10538 2005-06-08 [paul]       1.9.11cvs46
10539
10540         sync with main:
10541         
10542         * src/codeconv.c
10543         * src/codeconv.h
10544                 always enabled Japanese auto-detection
10545                 if the first letters of locale string
10546                 is "ja"
10547         * src/compose.c
10548                 don't use "destroy" signal to destroy
10549                 Compose object (fix rare crashes on discard?)
10550         * src/mainwindow.c
10551         * src/messageview.c
10552         * src/prefs_send.c
10553                 added Hebrew encodings
10554         * src/sourcewindow.c
10555                 don't use "destroy" signal to destroy
10556                 objects
10557
10558 2005-06-07 [colin]      1.9.11cvs45
10559
10560         * src/summaryview.c
10561                 Add missing unlocks/locks
10562
10563 2005-06-07 [paul]       1.9.11cvs44
10564
10565         * src/summaryview.c
10566                 restore bug #749 fix
10567
10568 2005-06-06 [colin]      1.9.11cvs43
10569
10570         * src/summaryview.c
10571                 Fix selection bug when prefs_common.open_unread 
10572                 is FALSE
10573
10574 2005-06-06 [colin]      1.9.11cvs42
10575
10576         * src/common/md5.c
10577                 Fix a warning
10578         * src/summaryview.c
10579         * src/folderview.c
10580                 Factorize long operations beginning and end
10581                 (locking, freezing/thawing, cursor, ...)
10582                 Check selection->data member in selection-
10583                 related loops; this avoids dying an awful
10584                 death if the selection changes on us while
10585                 we're marking a whole IMAP folder unread, 
10586                 for example.
10587
10588 2005-06-06 [paul]       1.9.11cvs41
10589
10590         * src/textview.c
10591                 don't g_free() a static gchar buffer
10592
10593 2005-06-05 [colin]      1.9.11cvs40
10594
10595         * src/mainwindow.c
10596         * src/messageview.c
10597         * src/summaryview.c
10598                 Fix bug #749 (Show all headers should be
10599                 sticky as the GUI suggests)
10600
10601 2005-06-03 [paul]       1.9.11cvs39
10602
10603         * src/compose.c
10604                 don't allow editing of mail while sending.
10605                 patch by Colin
10606
10607 2005-06-03 [paul]       1.9.11cvs38
10608
10609         * src/folderview.c
10610                 add a freeze/thaw to speed up 'mark all read'
10611
10612 2005-06-03 [paul]       1.9.11cvs37
10613
10614         * src/prefs_message.c
10615                 reflect changes immediately
10616
10617 2005-06-02 [colin]      1.9.11cvs36
10618
10619         * po/POTFILES.in
10620                 Patch by Fabien Vantard.
10621
10622 2005-06-02 [colin]      1.9.11cvs35
10623
10624         * src/imap.c
10625                 Use a non-blocking imap_getline() if possible.
10626                 This should completely prevent the interface
10627                 from freezin on imap operations, although it
10628                 may do strange stuff in case of folder switching
10629                 while a big imap operation is taking place...
10630
10631                 In addition, fix a leak in the case thread
10632                 creation fails on connection.
10633
10634 2005-06-02 [colin]      1.9.11cvs34
10635
10636         * src/crash.c
10637         * src/prefs_common.h
10638                 Fix build (prefs_common_init() doesn't exist
10639                 anymore)
10640
10641 2005-06-02 [colin]      1.9.11cvs33
10642
10643         * src/prefs_account.c
10644                 Fix bug #245 (filtering rules broken when
10645                 renaming a remote account (imap4 or nntp)
10646
10647 2005-06-02 [colin]      1.9.11cvs32
10648
10649         * src/imap.c
10650                 Try to fix IMAP shortcomings: 
10651                 o Multithread imap_open()
10652                 o allow offline-mode overriding instead of
10653                   just returning NULL
10654         * src/imap_gtk.c
10655         * src/imap_gtk.h
10656                 Add a function to ask whether we want to
10657                 override offline-mode for 10 minutes (one-shot
10658                 asking was painful)
10659         * src/procheader.c
10660                 Fix segfault when imap parser isn't happy about
10661                 a missing {
10662
10663 2005-06-01 [colin]      1.9.11cvs31
10664
10665         * src/addrharvest.c
10666         * src/compose.c
10667         * src/mbox.c
10668         * src/mbox.h
10669         * src/mh.c
10670         * src/msgcache.c
10671         * src/send_message.c
10672         * src/setup.c
10673         * src/undo.c
10674         * src/common/hooks.c
10675         * src/common/prefs.c
10676         * src/common/template.c
10677         * src/common/utils.c
10678         * src/gtk/gtkutils.c
10679         * src/gtk/inputdialog.c
10680         * src/gtk/menu.c
10681         * src/gtk/pluginwindow.c
10682         * src/gtk/prefswindow.c
10683         * src/plugins/pgpmime/passphrase.c
10684         * src/plugins/pgpmime/prefs_gpg.c
10685                 More -Wall fixes
10686
10687         * src/common/Makefile.am
10688         * src/common/timing.h
10689                 Add basic timing code
10690
10691         * src/summaryview.c
10692                 Fix a bug with unread messages when 
10693                 re-sorting folders, and by the way
10694                 fix a big performance hit when 
10695                 re-sorting (10k mails: before 5s,
10696                 after .5s)
10697
10698         * src/prefs_compose_writing.c
10699         * src/prefs_compose_writing.h
10700         * src/prefs_message.c
10701         * src/prefs_message.h
10702         * src/prefs_other.c
10703         * src/prefs_other.h
10704         * src/prefs_quote.c
10705         * src/prefs_quote.h
10706         * src/prefs_receive.c
10707         * src/prefs_receive.h
10708         * src/prefs_send.c
10709         * src/prefs_send.h
10710         * src/prefs_summaries.c
10711         * src/prefs_summaries.h
10712                 Fix copyright banner
10713
10714 2005-06-01 [paul]       1.9.11cvs30
10715
10716         * po/fi.po
10717                 updated by Flammie Pirinen
10718         * src/procmime.c
10719                 fix 'Bad BASE64 content' output
10720
10721 2005-05-31 [colin]      1.9.11cvs29
10722
10723         * src/procmime.c
10724                 Oops, where did my hunk go.
10725
10726 2005-05-31 [colin]      1.9.11cvs28
10727
10728         * src/Makefile.am
10729         * src/account.c
10730         * src/action.c
10731         * src/addr_compl.c
10732         * src/addressbook.c
10733         * src/codeconv.c
10734         * src/compose.c
10735         * src/export.c
10736         * src/folder.c
10737         * src/folderview.c
10738         * src/image_viewer.c
10739         * src/main.c
10740         * src/mainwindow.c
10741         * src/messageview.c
10742         * src/mimeview.c
10743         * src/msgcache.c
10744         * src/prefs_account.c
10745         * src/prefs_actions.c
10746         * src/prefs_common.c
10747         * src/prefs_compose_writing.c
10748         * src/prefs_customheader.c
10749         * src/prefs_ext_prog.c
10750         * src/prefs_filtering.c
10751         * src/prefs_filtering_action.c
10752         * src/prefs_fonts.c
10753         * src/prefs_image_viewer.c
10754         * src/prefs_message.c
10755         * src/prefs_message.h
10756         * src/prefs_msg_colors.c
10757         * src/prefs_other.c
10758         * src/prefs_other.h
10759         * src/prefs_quote.c
10760         * src/prefs_receive.c
10761         * src/prefs_receive.h
10762         * src/prefs_send.c
10763         * src/prefs_send.h
10764         * src/prefs_spelling.c
10765         * src/prefs_summaries.c
10766         * src/prefs_summary_column.c
10767         * src/prefs_template.c
10768         * src/prefs_themes.c
10769         * src/prefs_toolbar.c
10770         * src/prefs_wrapping.c
10771         * src/procmime.c
10772         * src/procmsg.c
10773         * src/send_message.h
10774         * src/ssl_manager.c
10775         * src/summary_search.c
10776         * src/summaryview.c
10777         * src/textview.c
10778         * src/wizard.c
10779         * src/common/smtp.c
10780         * src/common/smtp.h
10781         * src/gtk/gtkutils.h
10782                 o Move the rest of Common prefs to new style
10783                 o Lots of -Wall warning fixes
10784                 o fix FIXME in cache memusage calculation
10785                 o Let return receipts be sent from any account
10786                 o Little cache optimisation (read)
10787                 o Fix bug #746 (don't treat commas as separators
10788                   when inside a quoted string)
10789
10790 2005-05-31 [paul]       1.9.11cvs27
10791
10792         * src/prefs_common.c
10793                 fix 'off-by-one' typo
10794
10795 2005-05-31 [paul]       1.9.11cvs26
10796
10797         * src/account.c
10798         * src/addr_compl.c
10799         * src/compose.c
10800         * src/foldersel.c
10801         * src/prefs_actions.c
10802         * src/prefs_common.c
10803         * src/prefs_common.h
10804         * src/prefs_customheader.c
10805         * src/prefs_display_header.c
10806         * src/prefs_filtering.c
10807         * src/prefs_filtering_action.c
10808         * src/prefs_matcher.c
10809         * src/prefs_summaries.c
10810         * src/prefs_summary_column.c
10811         * src/prefs_template.c
10812         * src/prefs_toolbar.c
10813         * src/ssl_manager.c
10814         * src/gtk/pluginwindow.c
10815         * src/gtk/prefswindow.c
10816         * src/gtk/progressdialog.c
10817                 add hidden prefs 'enable_rules_hint'
10818                 for gtk_tree_view_set_rules_hint()
10819                 (sync with main)
10820                 
10821
10822 2005-05-31 [colin]      1.9.11cvs25
10823
10824         * src/Makefile.am
10825         * src/main.c
10826         * src/prefs_common.c
10827         * src/prefs_summaries.c ** ADDED **
10828         * src/prefs_summaries.h ** ADDED **
10829                 Common/Display -> Display/Summaries
10830
10831 2005-05-31 [colin]      1.9.11cvs24
10832
10833         * src/Makefile.am
10834         * src/main.c
10835         * src/prefs_quote.c ** ADDED **
10836         * src/prefs_quote.h ** ADDED **
10837                 Move Common/Quote to Compose/Quoting
10838         * src/prefs_common.c
10839         * src/prefs_common.h
10840                 Remove old quote stuff, add
10841                 convenience functions for GtkTextView prefs
10842         * src/gtk/prefswindow.c
10843                 Set default height higher
10844
10845 2005-05-30 [colin]      1.9.11cvs23
10846
10847         * src/Makefile.am
10848         * src/main.c
10849         * src/prefs_common.c
10850         * src/prefs_compose_writing.c ** ADDED **
10851         * src/prefs_compose_writing.h ** ADDED **
10852                 Move Common/Compose prefs to Compose/Writing
10853
10854 2005-05-30 [colin]      1.9.11cvs22
10855
10856         * src/common/utils.c
10857                 Fix bug #651 (Confused Attract by Subject)
10858                 Patch by M. Benkmann <haferfrost@web.de>
10859         * AUTHORS
10860
10861 2005-05-30 [colin]      1.9.11cvs21
10862
10863         * src/compose.c
10864                 Fix concatenation of different headers of
10865                 the same type (bug #645)
10866         * src/prefs_folder_item.c
10867                 Fix bug #699 (setting color to black doesn't
10868                 work immediately)
10869         * src/procmime.c
10870                 Print out decoding error only once per
10871                 block
10872
10873 2005-05-30 [paul]       1.9.11cvs20
10874
10875         * src/common/template.c
10876                 fix Bcc
10877
10878 2005-05-30 [paul]       1.9.11cvs19
10879
10880         * doc/src/rfc2368.txt   **NEW FILE**
10881         * src/compose.c
10882                 compose_entries_set(): don't interpret Bcc
10883                 header field (conform to RFC 2368)
10884                 (sync with main)
10885
10886 2005-05-29 [colin]      1.9.11cvs18
10887
10888         * src/prefs_common.c
10889                 Let the default reply format respect
10890                 netiquette by cutting the signature.
10891
10892 2005-05-29 [colin]      1.9.11cvs17
10893
10894         * src/summaryview.c
10895                 Don't let always_show_msg override
10896                 open_unread_on_enter when opening a new
10897                 directory.
10898
10899 2005-05-27 [paul]       1.9.11cvs16
10900
10901         sync with main:
10902
10903         * src/main.c
10904                 app_will_exit(): cleanup tmp directory when exit
10905         * src/message_search.c
10906                 improved the interface and made code cleanup.
10907                 removed Clear button
10908         * src/send_message.c
10909                 send_message_local(): use GSpawn, and detect errors
10910         * src/summary_search.c
10911                 improved the interface and made code cleanup
10912         * src/textview.c
10913                 textview_write_link(): also skip non-ascii space
10914                  at the head of link strings (phishing check
10915                  didn't work at the case)
10916         * src/common/utils.c
10917                 get_command_output(): use g_spawn_command_line_sync()
10918                 instead of popen()
10919
10920 2005-05-26 [colin]      1.9.11cvs15
10921
10922         * src/folder.c
10923                 remove printf
10924
10925 2005-05-26 [colin]      1.9.11cvs14
10926
10927         * src/common/nntp.c
10928                 Fix nntp mode reader (bug #611)
10929                 Patch by Florian Mickler <florian@mickler.org>
10930
10931 2005-05-26 [colin]      1.9.11cvs13
10932
10933         * src/plugins/pgpmime/passphrase.c
10934                 Fix mouse grabbing (bug #557)
10935
10936 2005-05-26 [colin]      1.9.11cvs12
10937
10938         * src/prefs_themes.c
10939                 Fix g_warning (bug #541)
10940
10941 2005-05-26 [colin]      1.9.11cvs11
10942
10943         * src/prefs_actions.c
10944         * src/prefs_template.c
10945                 Fix bug #506 (no warning if action/template
10946                 is not saved)
10947         * src/common/template.c
10948                 Fix a possible crash
10949
10950 2005-05-26 [colin]      1.9.11cvs10
10951
10952         * src/folder.c
10953         * src/folderview.c
10954         * src/procmsg.c
10955         * src/summaryview.c
10956                 Forbid locked messages to be moved or
10957                 deleted. Locked messages in trashes 
10958                 still get deleted, for performance
10959                 reason (mh.c::mh_remove_all_msgs)
10960
10961 2005-05-25 [colin]      1.9.11cvs9
10962
10963         * src/procmime.c
10964                 Use correct encoding when sending mails
10965                 with attachments that have accentued 
10966                 chars in their name
10967
10968 2005-05-24 [colin]      1.9.11cvs8
10969
10970         * src/summaryview.c
10971                 Fix bug #688 f) read/unread marker not
10972                 changed on first click
10973                 Also, optimize summary_status_show()
10974                 calls
10975         * src/folder.c
10976         * src/inc.c
10977         * src/procmime.c
10978                 Fix bug #688 b) and c) wrt message
10979                 attachments and signature
10980         * src/stock_pixmap.c
10981         * src/stock_pixmap.h
10982         * src/stock_pixmap.c
10983         * src/stock_pixmap.h
10984         * src/Makefile.am
10985         * src/pixmaps/clip_gpg_signed.xpm
10986                 Add clip/signed icon
10987
10988 2005-05-24 [colin]      1.9.11cvs7
10989
10990         * src/folder_item_prefs.c
10991                 whitespace fix
10992
10993 2005-05-24 [colin]      1.9.11cvs6
10994
10995         * src/folderview.c
10996         * src/prefs_common.c
10997         * src/prefs_common.h
10998                 Add a confirmation to folder drag and drop
10999                 fixes bug #156
11000         * src/alertpanel.c
11001         * src/alertpanel.h
11002                 fix _with_disable parameters so that
11003                 the buttons labels are specifiable too
11004         * src/plugins/pgpmime/sgpgme.c
11005                 reflect said change
11006                 
11007
11008 2005-05-24 [colin]      1.9.11cvs5
11009
11010         * src/folderview.c
11011                 Uncollapse/collapse folders on double-click
11012                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11013                 closes bug #108
11014
11015 2005-05-23 [colin]      1.9.11cvs4
11016
11017         * src/common/socket.c
11018                 Check another special SSL_peek() error.
11019                 Should help wrt bug #728
11020
11021 2005-05-23 [colin]      1.9.11cvs3
11022
11023         * src/plugins/pgpmime/pgpmime.c
11024                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11025                 breaking menu accelerators and stuff. Users will have to
11026                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11027                 account's privacy preferences if needed.
11028
11029 2005-05-22 [paul]
11030
11031         * tools/kdeservicemenu/install.sh
11032                 use kdesu to prompt for root password if doing
11033                 global install/uninstall
11034
11035 2005-05-20 [colin]      1.9.11cvs2
11036
11037         * src/procmsg.c
11038                 Fix another compilation error with gcc-2.9x
11039                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11040         * src/send_message.c
11041                 Don't send QUIT if we aren't connected
11042
11043 2005-05-19 [colin]      1.9.11cvs1
11044
11045         * src/procmsg.c
11046                 Fix compilation with gcc 2.9x
11047
11048 2005-05-19 [paul]       1.9.11
11049
11050         1.9.11 released
11051
11052 2005-05-19 [paul]       1.9.9cvs14
11053
11054         * src/gtk/inputdialog.c
11055                 prevent gettext warning
11056
11057 2005-05-19 [paul]       1.9.9cvs13
11058
11059         * src/mainwindow.c
11060         * src/prefs_common.c
11061         * src/prefs_common.h
11062         * src/textview.c
11063         * src/textview.h
11064                 add an option to toggle cursor in message
11065                 view (sync with main)
11066
11067 2005-05-18 [colin]      1.9.9cvs12
11068
11069         * src/compose.c
11070                 Dereference freed pointer
11071         * src/gtk/gtkaspell.c
11072                 Fix duplication of dictionaries (is it an aspell issue?)
11073
11074 2005-05-18 [colin]      1.9.9cvs11
11075
11076         * src/gtk/inputdialog.c
11077         * src/gtk/gtkaspell.c
11078                 HIGuify dialogs
11079         * src/alertpanel.c
11080                 Remove a double call
11081
11082 2005-05-17 [colin]      1.9.9cvs10
11083
11084         * src/gtk/gtkaspell.c
11085                 Fix dialogs, Ctrl-Enter accel
11086
11087 2005-05-17 [colin]      1.9.9cvs9
11088
11089         * src/gtk/gtkaspell.c
11090                 Fix some accelerators, escape in replace-window
11091
11092 2005-05-16 [colin]      1.9.9cvs8
11093
11094         * src/gtk/gtkaspell.c
11095                 Revert last commit, it was a mistake.
11096
11097 2005-05-16 [colin]      1.9.9cvs7
11098
11099         * src/gtk/gtkaspell.c
11100                 Remove buggy code while we're at it. It's a 
11101                 dead code path anyway.
11102
11103 2005-05-16 [colin]      1.9.9cvs6
11104
11105         * src/gtk/gtkaspell.c
11106                 Missed some gtk_menu_popup where deactivate
11107                 signal should be handled. Should fix bug
11108                 #629 a bit more.
11109
11110 2005-05-16 [colin]      1.9.9cvs5
11111
11112         * src/gtk/gtkaspell.c
11113                 Remove debug printf()s
11114
11115 2005-05-16 [colin]      1.9.9cvs4
11116
11117         * src/gtk/gtkaspell.c
11118                 Fix a bit aspell problems
11119                 (see bug #629)
11120
11121 2005-05-13 [colin]      1.9.9cvs3
11122
11123         * src/folderview.c
11124                 Fix the + appearing even when no subfolders
11125                 have unread messages. Thanks to wwp for the
11126                 bug report.
11127
11128 2005-05-11 [paul]       1.9.9cvs2
11129
11130         * src/folderview.c
11131                 correction to 1.9.9cvs1, only colour folders that
11132                 have new msgs (not unread msgs)
11133
11134 2005-05-10 [colin]      1.9.9cvs1
11135
11136         * src/folderview.c
11137         * src/summaryview.c
11138                 Try to fix bolding bugs again.
11139
11140 2005-05-09 [paul]
11141
11142         * tools/claws.i18n.status.pl
11143                 add Ricardo Mones Lastra's script that has been providing
11144                 the i18n status page for many months
11145
11146 2005-05-09 [paul]       1.9.9
11147
11148         1.9.9 release
11149
11150 2005-05-09 [paul]       1.9.6cvs58
11151
11152         * AUTHORS
11153         * INSTALL
11154         * README.claws
11155                 updated
11156         * Makefile.am 
11157         * RELEASE_NOTES.claws
11158                 add release notes to cvs to simplify release
11159                 procedure
11160         * configure.ac
11161                 add ca and fi to ALL_LINGUAS
11162         * po/Makefile.in.in
11163                 workaround for missing Makevars
11164         * po/ca.po
11165         * po/fi.po
11166                 add new Catalan and Finnish translations
11167                 submitted by Miquel Oliete and Flammie Pirinen
11168         * po/de.po
11169         * po/es.po
11170         * po/fr.po
11171         * po/it.po
11172         * po/pl.po
11173         * po/ru.po
11174         * po/sk.po
11175         * po/sr.po
11176         * po/zh_CN.po
11177                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11178                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11179                 Urke MMI, and Hansom Young
11180         * src/main.c
11181                 Fix drafting when quitting. compose_draft() closes the
11182                 compose windows, which modifies the compose_list GSList.
11183                 We have to refresh this list after echo drafting to avoid a
11184                 segfault
11185         * src/partial_download.c
11186                 fix segfault on exit
11187
11188 2005-05-06 [paul]       1.9.6cvs57
11189
11190         * src/grouplistdialog.c
11191                 quick fix/workaround for unresizeable newsgroup
11192                 name column 
11193
11194 2005-05-06 [paul]       1.9.6cvs56
11195
11196         * src/inc.c
11197         * src/mainwindow.c
11198                 use gettext plural forms
11199         * src/imap_gtk.c
11200         * src/mh_gtk.c
11201         * src/toolbar.c
11202                 small improvement to english usage
11203
11204 2005-05-05 [thorsten]   1.9.6cvs55
11205
11206         * src/folder.c
11207                 fix possible crash
11208
11209 2005-05-05 [paul]       1.9.6cvs54
11210         
11211         sync with HEAD
11212
11213         * AUTHORS
11214         * src/compose.c
11215                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11216                 patch by Tim Mann
11217
11218 2005-05-05 [paul]       1.9.6cvs53
11219
11220         * src/mainwindow.c
11221                 fix resizing of separate message and
11222                 folder views
11223
11224 2005-05-05 [paul]       1.9.6cvs52
11225
11226         * src/account.c
11227         * src/addrgather.c
11228         * src/browseldap.c
11229         * src/exphtmldlg.c
11230         * src/expldifdlg.c
11231         * src/importmutt.c
11232         * src/importpine.c
11233         * src/main.c
11234         * src/mainwindow.c
11235         * src/noticeview.c
11236         * src/prefs_filtering.c
11237         * src/prefs_filtering_action.c
11238         * src/prefs_matcher.c
11239         * src/prefs_spelling.c
11240         * src/prefs_toolbar.c
11241         * src/toolbar.c
11242         * src/wizard.c
11243         * src/gtk/description_window.c
11244         * src/gtk/gtkvscrollbutton.c
11245         * src/gtk/progressdialog.c
11246         * src/gtk/quicksearch.c
11247         * src/plugins/pgpmime/prefs_gpg.c
11248         * src/plugins/spamassassin/spamassassin_gtk.c
11249                 replace deprecated gtk_widget_set_usize
11250
11251 2005-05-04 [colin]      1.9.6cvs51
11252
11253         * src/common/utils.c
11254                 Fix crash when subst_for_filename is called
11255                 with a NULL parameter
11256
11257 2005-05-04 [colin]      1.9.6cvs50
11258
11259         * src/partial_download.c
11260         * src/pop.c
11261                 Escape login when writing uidl file
11262                 fixes bug #736
11263
11264 2005-05-03 [colin]      1.9.6cvs49
11265
11266         * src/procmime.c
11267                 Fix possible DOS in mime parser
11268                 (see bug #634)
11269
11270 2005-05-02 [colin]      1.9.6cvs48
11271
11272         * src/compose.c
11273                 Try to fix the copy/paste mess once again.
11274
11275
11276 2005-04-30 [colin]      1.9.6cvs47
11277
11278         * src/prefs_account.h
11279         * src/procmsg.c
11280         * src/send_message.c
11281         * src/common/smtp.c
11282         * src/common/smtp.h
11283                 Try to batch sending mails (per account) instead of
11284                 reconnecting to server every time.
11285
11286 2005-04-29 [colin]      1.9.6cvs46
11287
11288         * src/messageview.c
11289                 Fix window resizing that refused to size down
11290         * src/prefs_common.c
11291         * src/prefs_common.h
11292         * src/prefs_filtering.c
11293                 Save Filtering's window size
11294
11295 2005-04-21 [paul]       1.9.6cvs45
11296
11297         * ChangeLog-gtk2.claws
11298         * src/setup.c
11299                 correction to sync
11300
11301 2005-04-21 [paul]       1.9.6cvs44
11302
11303         sync with main:
11304
11305         * src/setup.c
11306         * src/statusbar.c
11307         * src/statusbar.h
11308                 use gtkut_widget_draw_now(). Improved performance
11309                 of the update of statusbar
11310         * src/textview.c
11311                 textview_smooth_scroll_do(): redraw it after scroll
11312                 is done (fixed incorrect display when a part of the
11313                 view is hidden).
11314         * src/gtk/gtkutils.c
11315         * src/gtk/gtkutils.h
11316                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11317                 to force update of widgets.
11318                 Removed gtkut_widget_wait_for_draw() which had a big
11319                 overhead  because of waiting for all events processed 
11320
11321 2005-04-20 [paul]       1.9.6cvs43
11322
11323         * src/codeconv.c
11324                 complete 1.9.6cvs42's sync:
11325                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11326
11327 2005-04-19 [paul]       1.9.6cvs42
11328
11329         sync with main:
11330
11331         * src/action.c
11332                 catch_output(): correctly select the insert text
11333                 (fix invalid iterator warnings).
11334         * src/codeconv.c
11335         * src/codeconv.h
11336         * src/mainwindow.c
11337         * src/messageview.c
11338         * src/prefs_common.c
11339                 support GBK encoding.
11340         * src/common/session.c
11341         * src/common/session.h
11342                 use separate buffer for large data to be sent,
11343                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11344
11345 2005-04-18 [paul]       1.9.6cvs41
11346
11347         * src/jpilot.c
11348                 convert unsigned long into guint32
11349                 patch by Paul LeoNerd Evans 
11350
11351 2005-04-17 [colin]      1.9.6cvs40
11352
11353         * src/compose.c
11354                 Fix 'Request return receipt' from folder
11355                 properties (bug #708)
11356
11357 2005-04-17 [colin]      1.9.6cvs39
11358
11359         * src/mainwindow.c
11360                 Fix duplicate hotkeys in Mainwindow's menu
11361
11362 2005-04-17 [colin]      1.9.6cvs38
11363
11364         * src/folderview.c
11365                 Fix duplicate hotkeys in Folderview's contextual
11366                 menu
11367
11368 2005-04-15 [colin]      1.9.6cvs37
11369
11370         * src/summaryview.c
11371                 Fix 'Save as...' with non-ascii filenames
11372
11373 2005-04-15 [colin]      1.9.6cvs36
11374
11375         * src/plugins/pgpmime/pgpmime.c
11376                 Fix bus error on 64bit. Spotted by 
11377                 macallan1888@gmail.com
11378
11379 2005-04-15 [colin]      1.9.6cvs35
11380
11381         * src/prefs_account.c
11382                 Fix cvs34.
11383
11384 2005-04-12 [colin]      1.9.6cvs34
11385
11386         * src/prefs_account.c
11387                 Fix smtp auth type off-by-one. We forgot to
11388                 add PLAIN in the prefs-to-gui setter func and
11389                 as a result, the selected auth when opening
11390                 account prefs was not the correct one.
11391
11392 2005-04-12 [paul]       1.9.6cvs33
11393
11394         * src/inc.c
11395                 if the recv dialog is visible, Cancel only
11396                 cancels the current account
11397
11398
11399 2005-04-10 [colin]      1.9.6cvs32
11400
11401         * src/filtering.c
11402                 Copy score when copying FilteringActions
11403                 Fix bug #674
11404
11405 2005-04-10 [colin]      1.9.6cvs31
11406
11407         * src/inc.c
11408                 Make Message -> Receive -> Cancel cancel 
11409                 incorporation on all accounts. Fixes
11410                 bug #693
11411
11412 2005-04-10 [colin]      1.9.6cvs30
11413
11414         * src/prefs_account.c
11415                 Update Privacy checkbuttons status based
11416                 on the selected privacy system
11417         * src/compose.c
11418                 Always connect the "None" privacy system; the
11419                 static boolean was probably there to avoid
11420                 reconnecting twice in the same compose window,
11421                 but as the parent function is only called once
11422                 per compose, it's only a bug - as a static is
11423                 initialized once per application instance.
11424                 Also, don't uncheck Sign and Encrypt when
11425                 selecting None as privacy system; just ignore
11426                 them when sending/queuing.
11427                 Should fix bug #695
11428
11429 2005-04-08 [colin]      1.9.6cvs29
11430
11431         * src/account.c
11432         * src/prefs_account.c
11433         * src/prefs_account.h
11434                 Add account preference to queue message in a certain
11435                 folder.
11436
11437 2005-04-06 [colin]      1.9.6cvs28
11438
11439         * src/prefs_account.c
11440                 Update old inbox path syntax
11441
11442 2005-04-06 [paul]       1.9.6cvs27
11443
11444         sync with main:
11445
11446         * configure.ac
11447                 changed -traditional-cpp to -no-cpp-precomp for newer
11448                 Mac OS X support
11449         * src/foldersel.c
11450                 made column resize automatically
11451         * src/send_message.c
11452                 send_message_smtp(): consider EOF right after QUIT
11453                 successful (workaround for Gmail SMTP server)
11454         * src/common/socket.c
11455                 ssl_read(), ssl_peek(): check EOF which violates the
11456                 SSL protocol
11457         * src/gtk/colorlabel.c
11458                 removed warnings when displaying colorlabel menu
11459                 (don't use GtkAlignment)
11460
11461 2005-04-05 [paul]       1.9.6cvs26
11462
11463         * src/plugins/trayicon/trayicon.c
11464                 fix clipping of icon under KDE3 
11465
11466 2005-04-05 [paul]       1.9.6cvs25
11467
11468         * src/summaryview.c
11469                 hide display of threading
11470                 patch by Alfons
11471
11472 2005-04-04 [thorsten]   1.9.6cvs24
11473
11474         * src/mh.c
11475                 marks lost on filesystems with different stat() results on
11476                 summer-/wintertime
11477
11478 2005-04-03 [colin]      1.9.6cvs23
11479
11480         * src/summaryview.c
11481                 Don't handle up/down. Patch by Alfons
11482
11483 2005-04-02 [colin]      1.9.6cvs22
11484
11485         * src/summaryview.c
11486                 Make scrolling faster. Patch by Alfons.
11487
11488 2005-04-01 [colin]      1.9.6cvs21
11489
11490         * src/Makefile.am
11491         * src/stock_pixmap.c
11492         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11493         * src/pixmaps/dir_noselect.xpm ** ADDED **
11494                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11495
11496 2005-04-01 [colin]      1.9.6cvs20
11497
11498         * src/image_viewer.c
11499         * src/image_viewer.h
11500         * src/procmime.c
11501         * src/procmime.h
11502         * src/textview.c
11503         * src/textview.h
11504                 Implement inline image resizing and right-clicking
11505
11506 2005-04-01 [paul]       1.9.6cvs19
11507
11508         * AUTHORS
11509         * Makefile.am
11510         * configure.ac
11511                 check for gnome2
11512                 patch by Luca Cavalli <loopback<AT>slackit.org>
11513         * po/ru.po
11514                 updated by Pavlo Bohmat
11515
11516 2005-03-31 [colin]      1.9.6cvs18
11517
11518         * src/news.c
11519                 Fix parsing references
11520         * src/msgcache.c
11521                 don't put nulls in the references list
11522         * src/procheader.c
11523                 commit that forgotten file in 1.9.6cvs14
11524
11525 2005-03-31 [colin]      1.9.6cvs17
11526
11527         * src/compose.c
11528                 Fix joining of signature separator again. 
11529                 Maybe Hiro could put it in main too...
11530
11531 2005-03-31 [colin]      1.9.6cvs16
11532
11533         * src/Makefile.am
11534         * src/foldersel.c
11535         * src/stock_pixmap.c
11536         * src/stock_pixmap.h
11537         * src/pixmaps/dir-noselect.xpm
11538                 Update foldersel.c (sync from main, patch by Alfons)
11539
11540 2005-03-30 [colin]      1.9.6cvs15
11541
11542         * src/imap.c
11543                 Fix handling of imap folders containing [] in 
11544                 their name. Thanks to Nahuel Angelinetti for
11545                 the detailed bugreport.
11546
11547 2005-03-30 [colin]      1.9.6cvs14
11548
11549         * src/common/utils.h
11550         * src/common/utils.c
11551         * src/common/defs.h
11552         * src/matcher.c
11553         * src/msgcache.c
11554         * src/news.c
11555         * src/procmsg.c
11556         * src/procmsg.h
11557         * src/quote_fmt_parse.y
11558         * src/summaryview.c
11559                 Update references system. Patch by Alfons
11560
11561 2005-03-30 [colin]      1.9.6cvs13
11562
11563         * src/common/socket.c
11564                 Force the glibc to read resolv.conf again when 
11565                 it has changed. Should fix issues when changing
11566                 networks on a laptop and not restarting sylpheed. 
11567
11568 2005-03-30 [paul]       1.9.6cvs12
11569
11570         partial sync with main:
11571
11572         * src/action.c
11573                 create_io_dialog(): use user-defined text font
11574                 (thanks to Alfons), and modified its appearance.
11575         * src/addrgather.c
11576         * src/addrharvest.c
11577         * src/browseldap.c
11578                 replace old code
11579         * src/compose.c
11580                 don't join (presumably) itemized lines on line-wrapping
11581                 fixed wrapping of quote when auto-wrapping is enabled
11582                 compose_destroy(): destroy paned only if it's not
11583                 attached to window. Fixed memory leak of popup menu.
11584         * src/exphtmldlg.c
11585         * src/expldifdlg.c
11586                 replace old code
11587         * src/html.c
11588         * src/html.h
11589         * src/importmutt.c
11590         * src/importpine.c
11591                 replace old code
11592         * src/main.c
11593                 removed redundant code
11594         * src/mainwindow.c
11595                 changed 'Code set' (which is rather incorrect)
11596                 in the menu to 'Character encoding'
11597                 main_window_set_widgets(): request size first
11598                 to prevent window size becoming wrong
11599                 fixed remembering of the state of the visibility
11600                 of MessageView
11601         * src/messageview.c
11602                 changed 'Code set' (which is rather incorrect)
11603                 in the menu to 'Character encoding'
11604         * src/prefs_common.c
11605         * src/prefs_common.h
11606                 added an option whether to render HTML as text or not
11607                 added separators to outgoing encoding menu
11608         * src/procheader.c
11609                 procheader_scan_date_string(): support header
11610                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11611         * src/summaryview.c
11612         * src/summaryview.h
11613                 minor code cleanup
11614         * src/textview.c
11615                 textview_show_html(): force output of newline
11616                 added an option whether to render HTML as text or not
11617         * src/common/utils.c
11618                 strncpy2(): optimized based on Alfons' code
11619         * src/gtk/gtkutils.c
11620         * src/gtk/gtkutils.h
11621                 removed non-used code
11622         * src/plugins/pgpmime/passphrase.c
11623                 partially fixed grab input of passphrase dialog
11624                 Confine pointer to window
11625
11626 2005-03-30 [colin]      1.9.6cvs11
11627
11628         * src/msgcache.c
11629         * src/msgcache.h
11630                 Read/write 32bit ints from cache & marks
11631                 From main.
11632
11633 2005-03-29 [paul]       1.9.6cvs10
11634
11635         * AUTHORS
11636         * ChangeLog.claws
11637         * src/compose.c
11638         * src/gtk/gtkaspell.c
11639                 sync with HEAD (don't pass NULL pointers) 
11640
11641 2005-03-24 [paul]
11642
11643         * tools/Makefile.am
11644         * tools/README
11645         * tools/acroread2sylpheed.pl
11646                 sync with HEAD (add script to send pdfs as
11647                 attachments from Adobe Reader 7)
11648
11649 2005-03-21 [paul]       1.9.6cvs9
11650
11651         * configure.ac
11652         * po/POTFILES.in
11653         * src/Makefile.am
11654         * src/crash.c
11655         * src/image_viewer.c ** ADDED **
11656         * src/image_viewer.h ** ADDED **
11657         * src/main.c
11658         * src/prefs_common.c
11659         * src/prefs_common.h
11660         * src/prefs_image_viewer.c ** ADDED **
11661         * src/prefs_image_viewer.h ** ADDED **
11662         * src/textview.c
11663         * src/gtk/about.c
11664         * src/pixmaps/sylpheed_logo.xpm
11665         * src/plugins/Makefile.am
11666         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11667         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11668         * src/plugins/image_viewer/plugin.c ** REMOVED **
11669         * src/plugins/image_viewer/viewer.c ** REMOVED **
11670         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11671         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11672         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11673         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11674         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11675                 as gdk-pixbuf is now built-in
11676                 remove image_viewer plugin and put code back into
11677                 main codebase
11678                 implement inline image display (sync with main)
11679
11680                 replace logo with newer, nicer, larger version  
11681
11682 2005-03-21 [paul]       1.9.6cvs8
11683
11684         * src/gtk/about.c
11685                 cosmetic improvement
11686
11687 2005-03-21 [holger]     1.9.6cvs7
11688
11689         * src/plugins/spamassassin/spamassassin.c
11690                 Sync with HEAD
11691                 (unregister hook on failed plugin init)
11692
11693 2005-03-20 [colin]      1.9.6cvs6
11694
11695         * src/common/plugin.c
11696                 Check that plugin isn't already loaded
11697                 Patch by Alfons
11698
11699 2005-03-20 [thorsten]   1.9.6cvs5
11700
11701         * src/compose.c
11702                 use a more compatible syntax
11703
11704 2005-03-20 [thorsten]   1.9.6cvs4
11705
11706         * src/prefs_toolbar.c
11707                 fix crash when selecting toolbar item (uninitialized pointer)
11708
11709 2005-03-20 [thorsten]   1.9.6cvs3
11710
11711         * src/procmime.c
11712                 fix mimetype detection (referenced free()d string)
11713
11714 2005-03-20 [paul]       1.9.6cvs2
11715
11716         * src/compose.c
11717                 sync with HEAD (1.0.3cvs5)
11718                 neglect Reply-To header if empty
11719                 Patch by Alfons 
11720
11721 2005-03-19 [holger]     1.9.6cvs1
11722
11723         * src/summaryview.c
11724         * src/summaryview.h
11725                 Sync with HEAD
11726
11727 2005-03-18 [paul]       1.9.6
11728
11729         initial GTK2 release
11730
11731 2005-03-18 [paul]       1.0.3cvs3.1
11732
11733         * AUTHORS
11734         * ChangeLog.claws
11735         * configure.ac
11736         * src/gtk/about.c
11737         * src/pixmaps/sylpheed_logo.xpm
11738                 sync with HEAD
11739
11740 2005-03-18 [colin]      1.0.3cvs2.6
11741
11742         * src/summaryview.c
11743                 Remove call to summary_step in summary_copy_selected_to
11744                 Can't see its purpose, and this causes bug when copying
11745                 a message if the next one is unread: it reads it.
11746
11747 2005-03-18 [paul]       1.0.3cvs2.5
11748
11749         * src/foldersel.c
11750                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11751
11752 2005-03-18 [paul]       1.0.3cvs2.4
11753
11754         * src/addrharvest.c
11755         * src/codeconv.c
11756         * src/codeconv.h
11757         * src/compose.c
11758         * src/news.c
11759         * src/procheader.c
11760         * src/procmime.c
11761         * src/unmime.c
11762         * src/unmime.h
11763                 fix buffer overflow, CAN-2005-0667, see
11764                 http://secunia.com/advisories/14491/
11765                 Patch by Alfons
11766
11767 2005-03-17 [colin]      1.0.3cvs2.3
11768
11769         * src/prefs_fonts.c
11770         * src/summaryview.c
11771                 Fix font bugs (both lists now officialy share 
11772                 the same font)
11773                 
11774
11775 2005-03-17 [paul]       1.0.3cvs2.2
11776
11777         * src/gtk/pluginwindow.c
11778                 make plugin descriptions uneditable
11779
11780 2005-03-11 [paul]       1.0.3cvs2.1
11781
11782         * ChangeLog.claws
11783         * configure.ac
11784         * po/POTFILES.in
11785         * src/plugins/trayicon/trayicon.c
11786                 sync with HEAD
11787                 add src/wizard.c to POTFILES.in
11788
11789 2005-03-11 [paul]       1.0.3cvs1.1
11790
11791         * ChangeLog
11792         * ChangeLog.claws
11793         * configure.ac
11794         * po/de.po
11795         * po/es.po
11796         * po/fr.po
11797         * po/it.po
11798         * po/pt_BR.po
11799         * po/ru.po
11800         * po/sk.po
11801         * po/sr.po
11802         * po/zh_CN.po
11803                 sync with HEAD
11804
11805 2005-03-04 [colin]      1.0.1cvs22.2
11806
11807         * src/compose.c
11808                 Fix signatures with accentued chars in it
11809
11810 2005-03-04 [colin]      1.0.1cvs22.1
11811
11812         * src/common/smtp.c
11813         * src/common/smtp.h
11814                 Don't use SIZE param in MAIL FROM: if server 
11815                 doesn't support it. Patch by Eugen Freiter
11816                 <eugen_f@users.sf.net>
11817
11818 2005-02-27 [paul]       1.0.1cvs20.1
11819
11820         * ChangeLog.claws
11821         * configure.ac
11822         * src/messageview.c
11823                 sync with HEAD
11824
11825 2005-02-27 [colin]      1.0.1cvs19.4
11826
11827         * src/procheader.c
11828         * src/procheader.h
11829                 Fix prototypes. Patch by Alfons
11830
11831 2005-02-27 [colin]      1.0.1cvs19.3
11832
11833         * src/compose.c
11834                 Don't auto-join the signature separator.
11835
11836 2005-02-26 [colin]      1.0.1cvs19.2
11837
11838         * src/summaryview.c
11839                 Fix 'mark all read' with collapsed threads.
11840                 Patch by Alfons.
11841
11842 2005-02-25 [paul]       1.0.1cvs19.1
11843
11844         * ChangeLog.claws
11845         * configure.ac
11846         * src/prefs_account.c
11847         * src/prefs_folder_item.c
11848         * src/gtk/prefswindow.c
11849         * src/gtk/prefswindow.h
11850                 sync with HEAD
11851
11852 2005-02-25 [paul]       1.0.1cvs15.12
11853
11854         * src/alertpanel.c
11855         * src/codeconv.c
11856         * src/compose.c
11857         * src/textview.c
11858         * src/gtk/gtkutils.c
11859         * src/gtk/gtkutils.h
11860         * src/gtk/logwindow.c
11861         * src/gtk/progressdialog.c
11862                 sync with main (revision 127)
11863                 and fix logwindow clipping
11864
11865 2005-02-24 [colin]      1.0.1cvs15.11
11866
11867         * src/plugins/pgpmime/passphrase.c
11868                 Disable input grabbing; it doesn't work yet.
11869
11870 2005-02-24 [colin]      1.0.1cvs15.10
11871
11872         * src/messageview.c
11873                 Don't send out receipts if offline. Ask.
11874
11875 2005-02-23 [colin]      1.0.1cvs15.9
11876
11877         * src/summaryview.c     
11878                 Fix expanding
11879
11880 2005-02-23 [colin]      1.0.1cvs15.8
11881
11882         * src/summaryview.c
11883                 Really fix Bug 568 by removing useless
11884                 calls. summary_thread_init() now called
11885                 in summary_sort(). This should please
11886                 Alfons as it should be faster than 
11887                 previously.
11888
11889 2005-02-23 [colin]      1.0.1cvs15.7
11890
11891         * src/compose.c
11892                 Encode parts as QP or B64 if signing
11893
11894 2005-02-23 [colin]      1.0.1cvs15.6
11895
11896         * src/compose.c
11897                 Fix Mimeinfo leakage (including tmp files)
11898         * src/procmsg.c
11899                 Fix tmp file leakage (spotted by Ivan Rayner)
11900
11901 2005-02-22 [colin]      1.0.1cvs15.5
11902
11903         * src/expldifdlg.c
11904                 Fix keyboard input. Patch by Alfons.
11905
11906 2005-02-21 [colin]      1.0.1cvs15.4
11907
11908         * src/compose.c
11909                 Fix Sign/Encrypt when unselecting privacy
11910                 system
11911         * src/prefs_common.c
11912                 Change default message font to Monospace
11913         * src/summaryview.c
11914                 More freezing during potentially large operations
11915
11916 2005-02-21 [paul]       1.0.1cvs15.3
11917
11918         * src/main.c
11919                 fix --help output
11920
11921 2005-02-21 [paul]       1.0.1cvs15.2
11922
11923         * po/Makefile.in.in
11924         * src/compose.c
11925         * src/summaryview.c
11926         * src/textview.c
11927         * src/common/utils.c
11928         * src/common/utils.h
11929                 sync with main (revision 117)
11930
11931 2005-02-20 [colin]      1.0.1cvs15.1
11932
11933         * src/common/defs.h
11934                 Change cache file to .sylpheed_claws_cache, as
11935                 suggested by Alfons. Allows people to switch
11936                 between Sylpheed and Sylpheed-Claws. it is
11937                 a good idea to "Check for new messages" at next
11938                 startup.
11939
11940
11941 2005-02-18 [colin]      1.0.1cvs14.1
11942
11943         * src/quote_fmt_lex.l
11944         * src/quote_fmt_parse.y
11945                 Fix parser initialisation. Patch by Ivan.
11946
11947 2005-02-18 [colin]      1.0.1cvs11.6
11948
11949         * src/folderview.c
11950                 Fix scrolldown (bug 662)
11951
11952 2005-02-17 [colin]      1.0.1cvs11.5
11953
11954         * src/codeconv.c
11955                 conv_filename_to_utf8: return clean 7bit instead
11956                 of broken utf8 if needed
11957         * src/mimeview.c
11958                 Fix display of parts with unclean 8bit names
11959
11960 2005-02-17 [paul]       1.0.1cvs11.4
11961
11962         * src/compose.c
11963         * src/exportldif.c
11964         * src/matcher_parser_parse.y
11965         * src/procmime.c
11966         * src/sourcewindow.c
11967         * src/common/Makefile.am
11968         * src/common/intl.h             ** REMOVED **
11969         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11970                 sync with main (revision 109)
11971                 and clean up
11972
11973 2005-02-16 [colin]      1.0.1cvs11.3
11974
11975         * src/summaryview.c
11976                 Fix collapsed thread not highlighting when new
11977                 messages in it (Bug 568) Patch by Stephan Sachse.
11978                 Fix messed up selection when reaching bounds (Bug 632)
11979         * src/prefs_themes.c
11980                 Fix theme installing (Bug 684)
11981
11982 2005-02-16 [colin]      1.0.1cvs11.2
11983
11984         * src/messageview.c
11985                 Fix messageview_select_all
11986
11987 2005-02-16 [colin]      1.0.1cvs11.1
11988
11989         * src/mh.c
11990                 Sync with HEAD (MH scan required function)
11991
11992 2005-02-15 [colin]      1.0.1cvs8.1
11993
11994         * src/mimeview.c
11995         * src/common/utils.c
11996                 Sync with HEAD (filename chars substitution)
11997
11998 2005-02-15 [colin]      1.0.1cvs7.3
11999
12000         * src/gtk/pluginwindow.c
12001                 Fix button spacing
12002
12003 2005-02-15 [colin]      1.0.1cvs7.2
12004
12005         * src/mimeview.c
12006                 Fix mime icons not reset across message when
12007                 scrolled down
12008
12009 2005-02-15 [colin]      1.0.1cvs7.1
12010
12011         * src/compose.c
12012         * src/procmime.c
12013                 Sync with HEAD (optimisation of cvs6)
12014
12015 2005-02-14 [colin]      1.0.1cvs6.1
12016
12017         * src/compose.c
12018         * src/procmime.c
12019                 Sync with HEAD (encode "From " at line beginning)
12020
12021 2005-02-14 [colin]      1.0.1cvs5.3
12022
12023         * src/compose.c
12024                 Fix wrapping with accentued chars.
12025
12026 2005-02-13 [colin]      1.0.1cvs5.2
12027
12028         * src/textview.c
12029                 Fix email informative part parsing with
12030                 accentued chars in it. ispunct() returns
12031                 true for them in utf8...
12032
12033 2005-02-12 [colin]      1.0.1cvs5.1
12034
12035         * src/filtering.c
12036                 Sync with HEAD (remove wrong use of compose after send)
12037
12038 2005-02-12 [paul]       1.0.1cvs4.5
12039
12040         * src/textview.c
12041                 remove unnecessary code (thanks to Alfons)
12042
12043 2005-02-12 [paul]       1.0.1cvs4.4
12044
12045         * src/textview.c
12046                 add 'Copy' to contextual menu on emails
12047
12048 2005-02-11 [colin]      1.0.1cvs4.3
12049
12050         * src/compose.c
12051                 revert 1.0.0cvs28.2, it doesn't work that well.
12052
12053 2005-02-11 [paul]       1.0.1cvs4.2
12054
12055         * po/Makefile.in.in
12056                 fix 'make release'
12057
12058 2005-02-10 [paul]       1.0.1cvs4.1
12059
12060         * ChangeLog
12061         * ChangeLog.claws
12062         * ChangeLog.jp
12063         * configure.ac
12064         * src/compose.c
12065                 sync with HEAD (sync with main)
12066
12067 2005-02-10 [paul]       1.0.1cvs3.2
12068
12069         * AUTHORS
12070         * Makefile.am
12071         * autogen.sh
12072         * configure.ac
12073         * config/mkinstalldirs
12074         * intl/.cvsignore
12075         * intl/ChangeLog
12076         * intl/VERSION
12077         * intl/bindtextdom.c
12078         * intl/config.charset
12079         * intl/dcgettext.c
12080         * intl/dcigettext.c
12081         * intl/dcngettext.c
12082         * intl/dgettext.c
12083         * intl/dngettext.c
12084         * intl/eval-plural.h
12085         * intl/explodename.c
12086         * intl/finddomain.c
12087         * intl/gettext.c
12088         * intl/gettextP.h
12089         * intl/gmo.h
12090         * intl/hash-string.h
12091         * intl/intl-compat.c
12092         * intl/l10nflist.c
12093         * intl/libgnuintl.h.in
12094         * intl/loadinfo.h
12095         * intl/loadmsgcat.c
12096         * intl/localcharset.c
12097         * intl/localcharset.h
12098         * intl/locale.alias
12099         * intl/localealias.c
12100         * intl/localename.c
12101         * intl/log.c
12102         * intl/ngettext.c
12103         * intl/os2compat.c
12104         * intl/os2compat.h
12105         * intl/osdep.c
12106         * intl/plural-exp.c
12107         * intl/plural-exp.h
12108         * intl/plural.c
12109         * intl/plural.y
12110         * intl/ref-add.sin
12111         * intl/ref-del.sin
12112         * intl/relocatable.c
12113         * intl/relocatable.h
12114         * intl/textdomain.c
12115         * m4/Makefile.am
12116         * po/Makefile.in.in
12117         * src/Makefile.am
12118         * src/account.c
12119         * src/action.c
12120         * src/addr_compl.c
12121         * src/addressadd.c
12122         * src/addressbook.c
12123         * src/addrgather.c
12124         * src/addrindex.c
12125         * src/alertpanel.c
12126         * src/browseldap.c
12127         * src/codeconv.c
12128         * src/codeconv.h
12129         * src/compose.c
12130         * src/compose.h
12131         * src/crash.c
12132         * src/editaddress.c
12133         * src/editbook.c
12134         * src/editgroup.c
12135         * src/editjpilot.c
12136         * src/editldap.c
12137         * src/editldap_basedn.c
12138         * src/editvcard.c
12139         * src/exphtmldlg.c
12140         * src/expldifdlg.c
12141         * src/export.c
12142         * src/exporthtml.c
12143         * src/filtering.c
12144         * src/folder.c
12145         * src/folder_item_prefs.c
12146         * src/foldersel.c
12147         * src/folderview.c
12148         * src/grouplistdialog.c
12149         * src/headerview.c
12150         * src/imap.c
12151         * src/imap_gtk.c
12152         * src/import.c
12153         * src/importldif.c
12154         * src/importmutt.c
12155         * src/importpine.c
12156         * src/inc.c
12157         * src/ldif.c
12158         * src/main.c
12159         * src/mainwindow.c
12160         * src/matcher.c
12161         * src/mbox.c
12162         * src/message_search.c
12163         * src/messageview.c
12164         * src/mh.c
12165         * src/mh_gtk.c
12166         * src/mimeview.c
12167         * src/msgcache.c
12168         * src/news.c
12169         * src/news_gtk.c
12170         * src/noticeview.c
12171         * src/partial_download.c
12172         * src/pop.c
12173         * src/prefs_account.c
12174         * src/prefs_actions.c
12175         * src/prefs_common.c
12176         * src/prefs_customheader.c
12177         * src/prefs_display_header.c
12178         * src/prefs_ext_prog.c
12179         * src/prefs_filtering.c
12180         * src/prefs_filtering_action.c
12181         * src/prefs_folder_item.c
12182         * src/prefs_fonts.c
12183         * src/prefs_gtk.c
12184         * src/prefs_matcher.c
12185         * src/prefs_msg_colors.c
12186         * src/prefs_spelling.c
12187         * src/prefs_summary_column.c
12188         * src/prefs_template.c
12189         * src/prefs_themes.c
12190         * src/prefs_toolbar.c
12191         * src/prefs_wrapping.c
12192         * src/privacy.c
12193         * src/procheader.c
12194         * src/procmime.c
12195         * src/procmsg.c
12196         * src/quote_fmt.c
12197         * src/recv.c
12198         * src/send_message.c
12199         * src/setup.c
12200         * src/sourcewindow.c
12201         * src/ssl_manager.c
12202         * src/statusbar.c
12203         * src/summary_search.c
12204         * src/summaryview.c
12205         * src/textview.c
12206         * src/toolbar.c
12207         * src/wizard.c
12208         * src/common/nntp.c
12209         * src/common/plugin.c
12210         * src/common/smtp.c
12211         * src/common/ssl.c
12212         * src/common/ssl_certificate.c
12213         * src/common/string_match.c
12214         * src/common/sylpheed.c
12215         * src/common/template.c
12216         * src/common/utils.c
12217         * src/gtk/about.c
12218         * src/gtk/colorlabel.c
12219         * src/gtk/description_window.c
12220         * src/gtk/filesel.c
12221         * src/gtk/foldersort.c
12222         * src/gtk/gtkaspell.c
12223         * src/gtk/gtkutils.c
12224         * src/gtk/inputdialog.c
12225         * src/gtk/logwindow.c
12226         * src/gtk/menu.c
12227         * src/gtk/pluginwindow.c
12228         * src/gtk/prefswindow.c
12229         * src/gtk/progressdialog.c
12230         * src/gtk/quicksearch.c
12231         * src/gtk/sslcertwindow.c
12232         * src/plugins/clamav/clamav_plugin.c
12233         * src/plugins/clamav/clamav_plugin_gtk.c
12234         * src/plugins/demo/demo.c
12235         * src/plugins/dillo_viewer/dillo_prefs.c
12236         * src/plugins/dillo_viewer/dillo_viewer.c
12237         * src/plugins/image_viewer/plugin.c
12238         * src/plugins/image_viewer/viewer.c
12239         * src/plugins/image_viewer/viewerprefs.c
12240         * src/plugins/mathml_viewer/mathml_viewer.c
12241         * src/plugins/pgpmime/passphrase.c
12242         * src/plugins/pgpmime/plugin.c
12243         * src/plugins/pgpmime/prefs_gpg.c
12244         * src/plugins/pgpmime/select-keys.c
12245         * src/plugins/pgpmime/sgpgme.c
12246         * src/plugins/spamassassin/spamassassin.c
12247         * src/plugins/spamassassin/spamassassin_gtk.c
12248         * src/plugins/trayicon/trayicon.c
12249                 sync with main (revision 104)
12250
12251 2005-02-10 [colin]      1.0.1cvs3.1
12252
12253         * src/mainwindow.c
12254                 Sync with HEAD (fix occasional crasher)
12255
12256 2005-02-10 [colin]      1.0.1cvs2.1
12257
12258         * src/messageview.c
12259                 Synw with HEAD (don't automatically display html)
12260
12261 2005-02-09 [colin]      1.0.1cvs1.3
12262
12263         * src/textview.c
12264         * src/textview.h
12265                 Add contextual menu on emails
12266
12267 2005-02-09 [colin]      1.0.1cvs1.2
12268
12269         * src/codeconv.c
12270                 Fix converting from broken headers and 
12271                 put back the _ in missing places
12272                 (feature broke with cvs24.2 sync, main 
12273                  possibly affected?)
12274
12275 2005-02-09 [colin]      1.0.1cvs1.1
12276
12277         * src/messageview.c
12278         * src/mimeview.c
12279         * src/mimeview.h
12280                 Sync with HEAD (display non text/plain mails with plugin)
12281
12282 2005-02-08 [colin]      1.0.1.1
12283
12284         * ChangeLog.claws
12285         * po/pt_BR.po
12286                 Sync with HEAD
12287         * configure.ac
12288                 Make default configuration directory 
12289                 be .sylpheed-gtk2
12290
12291 2005-02-08 [colin]      1.0.0cvs29.1
12292
12293         * po/de.po
12294         * po/es.po
12295         * po/fr.po
12296         * po/it.po
12297         * po/sk.po
12298         * po/sr.po
12299                 Sync translations with HEAD
12300
12301 2005-02-06 [colin]      1.0.0cvs28.3
12302
12303         * src/compose.c
12304                 Make compose a bit faster - patch by Alfons.
12305
12306 2005-02-06 [colin]      1.0.0cvs28.2
12307
12308         * src/compose.c
12309                 Make pasting via middle-click more reliable
12310
12311 2005-02-05 [paul]       1.0.0cvs28.1
12312
12313         * ChangeLog
12314         * ChangeLog.claws
12315         * ChangeLog.jp
12316         * configure.ac
12317         * src/compose.c
12318                 sync with HEAD
12319                 (fix bug 682 'redirect is broken'
12320
12321 2005-02-05 [torte]      1.0.0cvs27.1
12322
12323         * ChangeLog.claws
12324         * configure.ac
12325         * src/partial_download.c
12326                 Sync with HEAD (fix buf overflow)
12327
12328 2005-02-03 [colin]      1.0.0cvs26.1
12329
12330         * src/common/plugin.c
12331                 Sync with HEAD (avoid plugin mismatches)
12332
12333 2005-02-03 [paul]       1.0.0cvs25.3
12334
12335         * src/folderview.c
12336         * src/headerview.c
12337         * src/summaryview.c
12338         * src/textview.c
12339         * src/gtk/colorlabel.c
12340                 third and final part of initial sync with main-gtk2
12341
12342 2005-02-03 [paul]       1.0.0cvs25.2
12343
12344         * src/jpilot.c
12345                 fix building with jpilot support
12346
12347 2005-02-02 [colin]      1.0.0cvs25.1
12348
12349         * src/messageview.c
12350                 Sync with HEAD (fix dangerous typo)
12351
12352 2005-02-01 [colin]      1.0.0cvs24.3
12353
12354         * src/common/xml.c
12355                 Write file as advertised (UTF-8)
12356
12357 2005-02-01 [paul]       1.0.0cvs24.2
12358
12359         * src/addrbook.c
12360         * src/addrindex.c
12361         * src/alertpanel.h
12362         * src/codeconv.c
12363         * src/codeconv.h
12364         * src/compose.c
12365         * src/export.c
12366         * src/folder_item_prefs.c
12367         * src/html.c
12368         * src/imap.c
12369         * src/import.c
12370         * src/jpilot.c
12371         * src/mainwindow.c
12372         * src/matcher_parser_lex.l
12373         * src/messageview.c
12374         * src/mh.c
12375         * src/prefs_account.c
12376         * src/prefs_actions.c
12377         * src/prefs_common.c
12378         * src/prefs_gtk.c
12379         * src/prefs_gtk.h
12380         * src/prefs_themes.c
12381         * src/procheader.c
12382         * src/procmime.c
12383         * src/sourcewindow.c
12384         * src/statusbar.c
12385         * src/summaryview.c
12386         * src/textview.c
12387         * src/toolbar.c
12388         * src/unmime.c
12389         * src/common/template.c
12390         * src/common/utils.c
12391         * src/common/xml.c
12392         * src/common/xml.h
12393         * src/gtk/gtkaspell.c
12394         * src/plugins/clamav/clamav_plugin.c
12395         * src/plugins/dillo_viewer/dillo_prefs.c
12396         * src/plugins/image_viewer/viewerprefs.c
12397         * src/plugins/pgpmime/passphrase.c
12398         * src/plugins/pgpmime/prefs_gpg.c
12399         * src/plugins/pgpmime/select-keys.c
12400         * src/plugins/spamassassin/spamassassin.c
12401                 second part of initial sync with main-gtk2
12402                 (more to follow)
12403
12404 2005-01-31 [colin]      1.0.0cvs24.1
12405
12406         * src/compose.c
12407                 Sync with HEAD
12408
12409 2005-01-29 [paul]       1.0.0cvs23.2
12410
12411         * src/account.c
12412         * src/action.c
12413         * src/addressadd.c
12414         * src/addressbook.c
12415         * src/alertpanel.c
12416         * src/compose.c
12417         * src/editaddress.c
12418         * src/editbook.c
12419         * src/editgroup.c
12420         * src/editjpilot.c
12421         * src/editldap.c
12422         * src/editldap_basedn.c
12423         * src/editvcard.c
12424         * src/export.c
12425         * src/foldersel.c
12426         * src/grouplistdialog.c
12427         * src/import.c
12428         * src/importldif.c
12429         * src/inc.c
12430         * src/main.c
12431         * src/mainwindow.c
12432         * src/message_search.c
12433         * src/messageview.c
12434         * src/mimeview.c
12435         * src/prefs_actions.c
12436         * src/prefs_common.c
12437         * src/prefs_common.h
12438         * src/prefs_customheader.c
12439         * src/prefs_display_header.c
12440         * src/prefs_filtering.c
12441         * src/prefs_filtering_action.c
12442         * src/prefs_gtk.c
12443         * src/prefs_matcher.c
12444         * src/prefs_summary_column.c
12445         * src/prefs_template.c
12446         * src/sourcewindow.c
12447         * src/summary_search.c
12448         * src/summaryview.c
12449         * src/textview.c
12450         * src/gtk/about.c
12451         * src/gtk/description_window.c
12452         * src/gtk/gtkshruler.c
12453         * src/gtk/gtkutils.c
12454         * src/gtk/gtkutils.h
12455         * src/gtk/inputdialog.c
12456         * src/gtk/logwindow.c
12457         * src/gtk/prefswindow.c
12458         * src/gtk/progressdialog.c
12459         * src/gtk/progressdialog.h
12460                 first part of initial sync with main-gtk2
12461                 (more to follow)
12462
12463 2005-01-28 [colin]      1.0.0cvs23.1
12464
12465         * src/folderview.c
12466                 Sync with HEAD
12467
12468 2005-01-27 [colin]      1.0.0cvs21.1
12469
12470         * src/folder.c
12471         * src/folderview.c
12472                 Sync with HEAD
12473
12474 2005-01-27 [colin]      1.0.0cvs19.1
12475
12476         * src/procmime.c
12477                 Sync with HEAD
12478
12479 2005-01-27 [colin]      1.0.0cvs18.1
12480
12481         * src/messageview.c
12482         * src/summaryview.c
12483         * src/mainwindow.c
12484         * src/compose.c
12485         * src/compose.h
12486         * src/procmsg.c
12487         * src/procmsg.h
12488         * src/toolbar.c
12489                 Sync with HEAD
12490
12491 2005-01-26 [paul]       1.0.0cvs15.2
12492
12493         * src/compose.c
12494                 compose_entries_set(): convert subject and body to
12495                 utf8 if necessary. patch by Felix Eckhofer
12496
12497 2005-01-26 [paul]       1.0.0cvs15.1
12498
12499         * configure.ac
12500         * src/common/template.c
12501                 sync with HEAD (fix memory leak)
12502
12503 2005-01-25 [paul]       1.0.0cvs14.1
12504
12505         * configure.ac
12506         * src/compose.c
12507                 sync with HEAD
12508
12509 2005-01-24 [colin]      1.0.0cvs13.1
12510
12511         * src/summaryview.c
12512                 Sync with HEAD
12513
12514 2005-01-24 [paul]       1.0.0cvs12.1
12515
12516         * configure.ac
12517         * src/messageview.c
12518         * src/mh.c
12519         * src/common/utils.c
12520                 sync with HEAD
12521
12522 2005-01-24 [colin]      1.0.0cvs11.1
12523
12524         * src/procheader.c
12525                 Sync with HEAD
12526
12527 2005-01-24 [colin]      1.0.0cvs10.1
12528
12529         * src/folderview.c
12530                 Sync with HEAD
12531
12532 2005-01-23 [colin]      1.0.0cvs9.1
12533
12534         * src/crash.c
12535                 Sync with HEAD
12536
12537 2005-01-22 [colin]      1.0.0cvs8.1
12538
12539         * src/summaryview.c
12540         * src/gtk/quicksearch.c
12541                 Sync with HEAD
12542
12543 2005-01-21 [colin]      1.0.0cvs7.1
12544
12545         * src/summaryview.c
12546                 Sync with HEAD
12547
12548 2005-01-21 [colin]      1.0.0cvs6.1
12549
12550         * src/summaryview.c
12551                 Sync with HEAD
12552
12553 2005-01-21 [colin]      1.0.0cvs5.1
12554
12555         * src/gtk/quicksearch.c
12556         * src/prefs_common.c
12557         * src/prefs_common.h
12558                 Sync with HEAD (recurse option)
12559
12560 2005-01-21 [colin]      1.0.0cvs4.1
12561
12562         * src/folder.h
12563         * src/folderview.c
12564         * src/folderview.h
12565         * src/summaryview.c
12566         * src/gtk/quicksearch.c
12567         * src/gtk/quicksearch.h
12568                 Sync with HEAD (recursive quicksearch)
12569
12570 2005-01-20 [colin]      1.0.0cvs3.4
12571
12572         * src/ssl_manager.c
12573                 Remove useless code
12574
12575 2005-01-20 [colin]      1.0.0cvs3.3
12576
12577         * src/ssl_manager.c
12578                 Fix leak, thanks to Alfons.
12579
12580 2005-01-20 [colin]      1.0.0cvs3.2
12581
12582         * src/ssl_manager.c
12583                 Port SSL certificate window to GTK2.
12584
12585 2005-01-20 [paul]       1.0.0cvs3.1
12586
12587         * ChangeLog.claws
12588         * configure.ac
12589         * src/addrindex.c
12590         * src/addrindex.h
12591                 sync with HEAD
12592
12593 2005-01-19 [colin]      1.0.0cvs2.2
12594
12595         * src/plugins/trayicon/trayicon.c
12596                 Fix freeze with gtk-2.6, the easy way
12597                 (signal blocking helpless there...)
12598                 Closes bug #668.
12599
12600 2005-01-19 [colin]      1.0.0cvs2.1
12601
12602         * src/mbox.c
12603         * src/mbox.h
12604         * src/mainwindow.c
12605         * src/summaryview.c
12606         * src/summaryview.h
12607                 Sync with HEAD
12608
12609 2005-01-19 [paul]       1.0.0cvs1.1
12610
12611         * configure.ac
12612         * po/de.po
12613         * po/es.po
12614         * po/fr.po
12615         * po/hr.po
12616         * po/it.po
12617         * po/ja.po
12618         * po/ko.po
12619         * po/pt_BR.po
12620         * po/ru.po
12621         * po/sk.po
12622         * po/sr.po
12623                 sync with HEAD (update translations)
12624
12625 2005-01-18 [colin]      1.0.0cvs0.1
12626
12627         * src/foldersel.c
12628                 Specify search column - patch by Alfons
12629
12630 2005-01-18 [colin]      0.9.13cvs36.3
12631
12632         * src/prefs_toolbar.c
12633                 Change Delete to Remove
12634         * src/prefs_fonts.c
12635                 GTK2 version and leak fixes
12636         * src/prefs_actions.c
12637                 Add stock buttons.
12638                 All patches by Alfons
12639
12640 2005-01-17 [colin]      0.9.13cvs36.2
12641
12642         * src/compose.c
12643                 Fix DnD inserting twice. While at it,
12644                 add DnD support for text/plain in the
12645                 body, and add support in the headers.
12646
12647 2005-01-16 [colin]      0.9.13cvs36.1
12648
12649         * ChangeLog
12650         * ChangeLog.jp
12651         * ChangeLog.claws
12652                 Sync with HEAD (nothing applicable)
12653
12654 2005-01-16 [colin]      0.9.13cvs33.2
12655
12656         * src/prefs_toolbar.c
12657                 GTK2ize prefs_toolbar, by Alfons.
12658
12659 2005-01-14 [colin]      0.9.13cvs33.1
12660
12661         * src/html.c
12662         * src/msgcache.c
12663                 Sync with HEAD
12664
12665 2005-01-14 [colin]      0.9.13cvs32.1
12666
12667         * src/html.c
12668         * src/html.h
12669         * src/msgcache.c
12670         * AUTHORS
12671         * tools/calypso_convert.pl
12672                 Sync with HEAD
12673
12674 2005-01-08 [colin]      0.9.13cvs29.2
12675
12676         * src/prefs_filtering_action.c
12677         * src/prefs_filtering.c
12678                 2 more gtk2 patches by Alfons
12679
12680 2005-01-07 [paul]       0.9.13cvs29.1
12681
12682         * ChangeLog
12683         * ChangeLog.claws
12684         * ChangeLog.jp
12685         * configure.ac
12686         * src/pop.c
12687         * src/pop.h
12688                 sync with HEAD
12689
12690 2005-01-07 [colin]      0.9.13cvs28.3
12691
12692         * src/gtk/progressdialog.c
12693         * src/gtk/progressdialog.h
12694         * src/inc.c
12695         * src/send_message.c
12696                 GTK2 for the incorporation dialog. The CList isn't dead
12697                 yet, for a more smooth migration. Patch by Alfons.
12698
12699 2005-01-06 [colin]      0.9.13cvs28.2
12700
12701         * src/prefs_display_header.c
12702                 GTK2 conversion by Alfons
12703         * src/prefs_actions.c
12704         * src/prefs_matcher.c
12705                 Fix 2 leaks - patch by Alfons
12706
12707 2005-01-06 [colin]      0.9.13cvs28.1
12708
12709         * src/prefs_matcher.c
12710                 Sync with HEAD
12711
12712 2005-01-06 [colin]      0.9.13cvs27.4
12713
12714         * src/prefs_matcher.c
12715                 Fix double-free. Patch by Alfons
12716
12717 2005-01-06 [colin]      0.9.13cvs27.3
12718
12719         * src/prefs_matcher.c
12720                 GTK2 widgets + memleak
12721                 Patch by Alfons
12722
12723 2005-01-05 [colin]      0.9.13cvs27.2
12724
12725         * src/account.c
12726         * src/addr_compl.c
12727         * src/foldersel.c
12728         * src/stock_pixmap.c
12729         * src/stock_pixmap.h
12730                 3 more GTK2 patches by Alfons.
12731
12732 2005-01-04 [colin]      0.9.13cvs27.1
12733
12734         * src/folderview.c
12735         * src/imap_gtk.c
12736         * src/news_gtk.c
12737                 Sync with HEAD
12738
12739 2005-01-04 [colin]      0.9.13cvs25.9
12740
12741         * src/compose.c
12742                 Fix Show Ruler menuitem
12743         * src/prefs_template.c
12744                 Convert to GTK2
12745         * src/common/utils.c
12746                 Make auto pointer stuff handles NULLs
12747                 Patches by Alfons.
12748
12749 2005-01-04 [colin]      0.9.13cvs25.8
12750
12751         * src/compose.c
12752                 Move the attachment list to gtk2
12753                 Patch by Alfons.
12754
12755 2005-01-04 [colin]      0.9.13cvs25.7
12756
12757         * src/textview.c
12758                 Make some keys work again
12759                 Patch by SungHyun Nam <namsh@kldp.org>
12760
12761 2005-01-04 [colin]      0.9.13cvs25.6
12762
12763         * src/gtk/gtkshruler.c
12764                 Move the ruler to GTK2
12765                 Patch by Alfons
12766
12767 2005-01-03 [colin]      0.9.13cvs25.5
12768
12769         * src/compose.c
12770                 Fix my broken patch apply 
12771
12772 2005-01-03 [colin]      0.9.13cvs25.4
12773
12774         * src/common/utils.c
12775         * src/common/utils.h
12776         * src/gtk/prefswindow.c
12777                 Move auto pointer stuff to utils.c
12778                 Patch by Alfons again :)
12779
12780 2005-01-03 [colin]      0.9.13cvs25.3
12781
12782         * src/compose.c
12783         * src/prefs_gtk.c
12784         * src/prefs_template.c
12785         * src/textview.c
12786                 Empty text widgets with empty strings, not NULL char
12787                 Patch by SungHyun Nam <namsh@kldp_org>
12788
12789 2005-01-03 [colin]      0.9.13cvs25.2
12790
12791         * src/main.c
12792         * AUTHORS
12793                 Sync with HEAD
12794
12795 2005-01-03 [colin]      0.9.13cvs25.1
12796
12797         * src/pop.c
12798         * src/pop.h
12799                 Sync with HEAD
12800
12801 2005-01-03 [colin]      0.9.13cvs24.3
12802
12803         * src/account.c
12804                 Two patches from Alfons and Alex S Moore:
12805                 fix images, fix return value.
12806
12807 2005-01-01 [colin]      0.9.13cvs24.2
12808
12809         * src/prefs_actions.c
12810                 Fix over-zealous assertion. Patch by Alfons
12811
12812 2005-01-01 [colin]      0.9.13cvs24.1
12813
12814         * src/procmime.c
12815                 Sync with HEAD (leak fix)
12816
12817 2004-12-31 [colin]      0.9.13cvs23.2
12818
12819         * src/prefs_common.c
12820                 GTK2 widgets + stock buttons - patch by Alfons
12821
12822 2004-12-31 [paul]       0.9.13cvs23.1
12823
12824         * configure.ac
12825                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12826         * src/gtk/pluginwindow.c
12827                 use GTK2 widgets and plug memory leaks,
12828                 patches by Alfons
12829
12830 2004-12-30 [colin]      0.9.13cvs22.4
12831
12832         * src/account.c
12833         * src/action.c
12834         * src/export.c
12835         * src/foldersel.c
12836         * src/import.c
12837         * src/message_search.c
12838         * src/prefs_actions.c
12839         * src/prefs_common.c
12840         * src/prefs_customheader.c
12841         * src/prefs_filtering.c
12842         * src/prefs_summary_column.c
12843         * src/summary_search.c
12844         * src/gtk/about.c
12845         * src/gtk/description_window.c
12846         * src/gtk/gtkutils.c
12847         * src/gtk/gtkutils.h
12848         * src/gtk/inputdialog.c
12849         * src/gtk/prefswindow.c
12850                 Use GTK2 stock buttons. Patches by Alfons.
12851
12852 2004-12-30 [colin]      0.9.13cvs22.3
12853
12854         * src/account.c
12855                 Sync with HEAD
12856         * src/prefs_actions.c
12857         * src/prefs_customheader.c
12858         * src/prefs_filtering.c
12859         * src/prefs_msg_colors.c
12860         * src/prefs_summary_column.c
12861         * src/gtk/prefswindow.c
12862                 Use GtkTreeView instead of deprecated 
12863                 widgets. Patches by Alfons.
12864
12865 2004-12-30 [paul]       0.9.13cvs22.2
12866
12867         * src/foldersel.c
12868                 use GTK 2 Tree View
12869                 patch by Alfons, with root folder sorting fix
12870                 by Stephan Sachse
12871
12872 2004-12-30 [paul]       0.9.13cvs22.1
12873
12874         * ChangeLog
12875         * ChangeLog.claws
12876         * ChangeLog.jp
12877         * NEWS
12878         * configure.ac
12879         * src/account.c
12880                 sync with HEAD
12881
12882 2004-12-22 [martin]     0.9.13cvs21.2
12883
12884         * src/action.c
12885                 free the command line after its use
12886
12887 2004-12-18 [paul]       0.9.13cvs21.1
12888
12889         * AUTHORS
12890         * ChangeLog
12891         * ChangeLog.claws
12892         * ChangeLog.jp
12893         * NEWS
12894         * configure.ac
12895         * src/action.c
12896         * src/compose.c
12897         * src/syldap.c
12898                 sync with HEAD
12899
12900 2004-12-17 [martin]     0.9.13cvs17.2
12901
12902         * src/action.c
12903                 convert actions input to locale
12904         * src/inc.c
12905                 convert notification command to locale
12906         * src/plugins/pgpmime/select-keys.c
12907                 convert attributes to utf8
12908
12909 2004-12-14 [colin]      0.9.13cvs17.1
12910
12911         * ChangeLog
12912         * ChangeLog.jp
12913         * ChangeLog.claws
12914         * src/action.c
12915         * src/common/utils.c
12916         * src/gtk/prefswindow.c
12917         * src/gtk/gtkutils.c
12918         * src/gtk/gtkutils.h
12919         * src/plugins/spamassassin/libspamc.c
12920                 Sync with HEAD
12921
12922 2004-12-13 [colin]      0.9.13cvs14.1
12923
12924         * src/quote_fmt_parse.y
12925                 Sync with HEAD
12926
12927 2004-12-10 [colin]      0.9.13cvs12.1
12928
12929         * src/prefs_themes.c
12930         * src/mainwindow.c
12931         * src/messageview.c
12932                 Sync with HEAD
12933
12934 2004-12-09 [colin]      0.9.13cvs10.1
12935
12936         * src/procmime.c
12937                 Sync with HEAD (fix B64 encoding from memory)
12938
12939 2004-12-08 [colin]      0.9.13cvs9.1
12940
12941         * src/gtk/colorlabel.c
12942                 Sync with HEAD
12943
12944 2004-12-08 [paul]       0.9.13cvs8.2
12945
12946         * src/gtk/pluginwindow.c
12947                 fix window resizing oddities
12948
12949 2004-12-08 [colin]      0.9.13cvs8.1
12950
12951         * src/quote_fmt_parse.y
12952                 Sync with HEAD
12953
12954 2004-12-08 [colin]      0.9.13cvs7.1
12955
12956         * src/matcher_parser_parse.y
12957         * src/msgcache.c
12958         * src/prefs_matcher.c
12959         * src/procheader.c
12960         * src/matcher.c
12961         * src/common/defs.h
12962         * po/sr.po
12963                 Sync with HEAD
12964
12965 2004-12-08 [colin]      0.9.13cvs6.1
12966
12967         * src/quote_fmt_parse.y
12968         * src/textview.c
12969                 Sync with HEAD
12970         * src/gtk/prefswindow.c
12971         * src/gtk/pluginwindow.c
12972                 Fix G_CALLBACKS protos (thanks to Alfons)
12973
12974 2004-12-07 [torte]      0.9.13cvs2.2
12975
12976         * src/procmime.c
12977                 [Bug 650] reply button causes crash
12978                 Thanks to David Relson and Christoph
12979
12980 2004-12-07 [colin]      0.9.13cvs2.1
12981
12982         * ChangeLog.claws
12983         * AUTHORS
12984         * po/sk.po
12985         * src/procmime.c
12986         * src/prefs_account.c
12987         * src/common/smtp.c
12988         * src/common/smtp.h
12989                 Sync with HEAD
12990
12991 2004-12-06 [colin]      0.9.12cvs187.1
12992
12993         * ChangeLog.claws
12994         * INSTALL
12995         * Makefile.am
12996         * README.claws
12997         * TODO.claws
12998         * configure.ac
12999         * po/bg.po
13000         * po/cs.po
13001         * po/el.po
13002         * po/en_GB.po
13003         * po/es.po
13004         * po/fr.po
13005         * po/hr.po
13006         * po/hu.po
13007         * po/it.po
13008         * po/ja.po
13009         * po/ko.po
13010         * po/nl.po
13011         * po/pl.po
13012         * po/pt_BR.po
13013         * po/ru.po
13014         * po/sk.po
13015         * po/sr.po
13016         * po/sv.po
13017         * po/zh_CN.po
13018         * po/zh_TW.Big5.po
13019         * src/compose.c
13020         * tools/Makefile.am
13021         * tools/README
13022         * tools/filter_conv.pl
13023         * tools/kdeservicemenu/README
13024         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13025         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13026                 Sync with HEAD
13027
13028 2004-12-04 [colin]      0.9.12cvs183.1
13029
13030         * src/compose.c
13031                 Sync with HEAD (compose window position saving)
13032
13033 2004-12-04 [paul]       0.9.12cvs182.3
13034
13035         * src/messageview.c
13036         * src/mimeview.c
13037         * src/prefs_customheader.c
13038         * src/gtk/quicksearch.c
13039                 replace some forgotten GTK_SIGNAL_FUNCs
13040
13041 2004-12-04 [paul]       0.9.12cvs182.2
13042
13043         * src/Makefile.am
13044                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13045                 committed in error      
13046
13047 2004-12-04 [paul]       0.9.12cvs182.1
13048
13049         * ChangeLog
13050         * ChangeLog.claws
13051         * ChangeLog.jp
13052         * INSTALL
13053         * NEWS
13054         * README
13055         * README.jp
13056         * configure.ac
13057         * doc/manual/ja/Makefile.am
13058         * doc/manual/ja/sylpheed-1.html
13059         * doc/manual/ja/sylpheed-10.html
13060         * doc/manual/ja/sylpheed-11.html
13061         * doc/manual/ja/sylpheed-12.html
13062         * doc/manual/ja/sylpheed-13.html
13063         * doc/manual/ja/sylpheed-14.html
13064         * doc/manual/ja/sylpheed-15.html
13065         * doc/manual/ja/sylpheed-16.html
13066         * doc/manual/ja/sylpheed-17.html
13067         * doc/manual/ja/sylpheed-18.html
13068         * doc/manual/ja/sylpheed-19.html
13069         * doc/manual/ja/sylpheed-2.html
13070         * doc/manual/ja/sylpheed-20.html
13071         * doc/manual/ja/sylpheed-3.html
13072         * doc/manual/ja/sylpheed-4.html
13073         * doc/manual/ja/sylpheed-5.html
13074         * doc/manual/ja/sylpheed-6.html
13075         * doc/manual/ja/sylpheed-7.html
13076         * doc/manual/ja/sylpheed-8.html
13077         * doc/manual/ja/sylpheed-9.html
13078         * doc/manual/ja/sylpheed.html
13079         * doc/manual/ja/sylpheed.sgml
13080         * po/de.po
13081         * src/Makefile.am
13082         * src/compose.c
13083         * src/procmime.c
13084         * src/pixmaps/regular.xpm **REMOVED**
13085         * src/plugins/pgpmime/pgpmime.c
13086         * src/plugins/pgpmime/plugin.c
13087         * src/plugins/pgpmime/prefs_gpg.c
13088                 sync with HEAD
13089
13090 2004-12-03 [paul]       0.9.12cvs180.1
13091
13092         * ChangeLog
13093         * ChangeLog.claws
13094         * ChangeLog.jp
13095         * configure.ac
13096         * src/Makefile.am
13097         * src/pop.c
13098         * src/common/utils.c
13099         * src/common/utils.h
13100         * src/pixmaps/continue.xpm
13101         * src/pixmaps/dir_close.xpm
13102         * src/pixmaps/dir_open.xpm
13103         * src/pixmaps/drafts_close.xpm
13104         * src/pixmaps/drafts_open.xpm
13105         * src/pixmaps/folder.xpm **REMOVED**
13106         * src/pixmaps/group.xpm
13107         * src/pixmaps/unread.xpm
13108                 sync with HEAD
13109
13110 2004-12-02 [colin]      0.9.12cvs179.1
13111
13112         * src/compose.c
13113                 Sync with HEAD (non-duplicated reedition)
13114
13115 2004-12-02 [colin]      0.9.12cvs178.1
13116
13117         * src/compose.c
13118                 Sync with HEAD (linewrap_quote fix)
13119
13120 2004-12-01 [colin]      0.9.12cvs177.3
13121
13122         * src/addrharvest.c
13123                 Replace sizeof with strlen
13124
13125 2004-12-01 [paul]       0.9.12cvs177.2
13126
13127         * src/addrharvest.c
13128                 fix 'harvest addresses'
13129
13130 2004-11-30 [colin]      0.9.12cvs177.1
13131
13132         * src/gtk/prefswindow.c
13133         * src/gtk/pluginwindow.c
13134                 Sync with HEAD
13135
13136 2004-11-29 [colin]      0.9.12cvs176.1
13137
13138         * src/folderview.c
13139                 sync with HEAD (Fix disappearing separators in folderview's popup)
13140
13141 2004-11-29 [colin]      0.9.12cvs175.1
13142
13143         * src/procmime.c
13144                 Sync with head (another format fix)
13145
13146 2004-11-29 [colin]      0.9.12cvs174.1
13147
13148         * src/pop.c
13149                 Sync with HEAD (format string fix)
13150
13151 2004-11-26 [colin]      0.9.12cvs173.1
13152
13153         * src/common/smtp.c
13154         * src/common/smtp.h
13155                 Sync with HEAD
13156
13157 2004-11-24 [colin]      0.9.12cvs172.1
13158
13159         * src/plugins/pgpmime/pgpmime.c
13160                 Sync with HEAD
13161
13162 2004-11-24 [colin]      0.9.12cvs171.1
13163
13164         * src/plugins/pgpmime/pgpmime.c
13165                 Sync with head (gpgmectx leaks)
13166
13167 2004-11-24 [colin]      0.9.12cvs169.1
13168
13169         * src/plugins/pgpmime/plugin.c
13170         * src/plugins/trayicon/Makefile.am
13171         * src/plugins/trayicon/newmarkedmail.xpm
13172         * src/plugins/trayicon/trayicon.c
13173         * src/plugins/trayicon/unreadmarkedmail.xpm
13174                 Sync with HEAD
13175
13176 2004-11-23 [colin]      0.9.12cvs168.1
13177
13178         * src/partial_download.c
13179         * src/partial_download.h
13180         * src/plugins/pgpmime/plugin.c
13181                 Sync with HEAD
13182
13183 2004-11-23 [colin]      0.9.12cvs166.1
13184
13185         * src/Makefile.am
13186         * src/codeconv.c
13187         * src/compose.c
13188         * src/folderview.c
13189         * src/main.c
13190         * src/partial_download.c
13191         * src/partial_download.h
13192         * src/prefs_account.c
13193         * src/prefs_account.h
13194         * src/privacy.c
13195         * src/privacy.h
13196         * src/procmime.c
13197         * src/common/Makefile.am
13198         * src/common/base64.h
13199         * src/common/partial_download.c
13200         * src/common/partial_download.h
13201         * src/gtk/prefswindow.c
13202         * src/gtk/prefswindow.h
13203         * src/plugins/pgpmime/pgpmime.c
13204         * src/plugins/pgpmime/prefs_gpg.c
13205         * src/plugins/pgpmime/prefs_gpg.h
13206         * src/plugins/pgpmime/sgpgme.c
13207         * src/plugins/pgpmime/sgpgme.h
13208                 Sync with HEAD
13209
13210 2004-11-23 [colin]      0.9.12cvs163.1
13211
13212         * src/main.c
13213                 Sync with HEAD (cursor optimization)
13214
13215 2004-11-23 [colin]      0.9.12cvs162.1
13216
13217         * src/prefs_common.c
13218         * src/prefs_themes.c
13219         * src/procmsg.c
13220                 Sync with HEAD
13221
13222 2004-11-23 [colin]      0.9.12cvs158.9
13223
13224         * src/compose.c
13225                 Fix double-free when forwarding
13226         * src/msgcache.c
13227                 Fix leak on error path
13228                 
13229
13230 2004-11-23 [colin]      0.9.12cvs158.8
13231
13232         * src/compose.c
13233                 Fix possible double-free
13234                 Spotted by Alfons
13235
13236 2004-11-23 [colin]      0.9.12cvs158.7
13237
13238         * src/compose.c
13239                 Fix some signal handlers' prototypes
13240                 Spotted by Alfons
13241
13242 2004-11-22 [colin]      0.9.12cvs158.6
13243
13244         * src/compose.c
13245                 Remove unneeded code and duplicated
13246                 wrapping - patch by Alfons
13247
13248 2004-11-22 [colin]      0.9.12cvs158.5
13249
13250         * src/prefs_themes.c
13251                 Fix oversized selector
13252
13253 2004-11-22 [colin]      0.9.12cvs158.4
13254
13255         * src/compose.c
13256                 fix dump_text()
13257                 patch by Alfons
13258
13259 2004-11-19 [colin]      0.9.12cvs158.3
13260
13261         * src/textview.c
13262                 Add a context menu on links (open, copy)
13263
13264 2004-11-18 [paul]       0.9.12cvs158.2
13265
13266         * src/addrgather.c
13267         * src/exphtmldlg.c
13268         * src/expldifdlg.c
13269         * src/mimeview.c
13270         * src/prefs_common.c
13271         * src/plugins/image_viewer/viewer.c
13272         * src/plugins/spamassassin/spamassassin_gtk.c
13273                 replace deprecated gtk_notebook_set_page
13274                 and gtk_notebook_current_page
13275
13276 2004-11-18 [paul]       0.9.12cvs158.1
13277
13278         * configure.ac
13279         * src/compose.c
13280         * src/mainwindow.c
13281         * src/messageview.c
13282         * src/prefs_common.c
13283         * src/common/utils.c
13284         * src/common/utils.h
13285                 sync with HEAD
13286
13287 2004-11-17 [colin]      0.9.12cvs156.1
13288
13289         * src/prefs_account.c
13290         * src/prefs_account.h
13291         * src/procmsg.c
13292                 Sync with HEAD (add pref to store encrypted mails encrypted)
13293
13294 2004-11-17 [paul]       0.9.12cvs155.1
13295
13296         * ChangeLog
13297         * ChangeLog.claws
13298         * ChangeLog.jp
13299         * NEWS
13300         * configure.ac
13301         * src/compose.c
13302         * src/jpilot.c
13303         * src/privacy.c
13304         * src/procmime.c
13305         * src/procmime.h
13306         * src/procmsg.c
13307         * src/toolbar.c
13308         * src/pixmaps/error.xpm
13309                 sync with HEAD
13310
13311 2004-11-17 [colin]      0.9.12cvs151.1
13312
13313         * src/plugins/pgpmime/pgpmime.c
13314                 Sync with HEAD (remove debug printf)
13315
13316 2004-11-17 [colin]      0.9.12cvs150.1
13317
13318         * src/plugins/pgpmime/pgpmime.c
13319                 Sync with HEAD (off-by-one fix)
13320
13321 2004-11-17 [colin]      0.9.12cvs149.1
13322
13323         * src/procmsg.c
13324                 Sync with HEAD (coding style fixes)
13325
13326 2004-11-16 [colin]      0.9.12cvs148.1
13327
13328         * src/procmsg.c
13329                 Sync with head (Fix the fix)
13330
13331 2004-11-16 [colin]      0.9.12cvs147.1
13332
13333         * src/procmsg.c
13334                 Sync with Main (leak fix)
13335
13336 2004-11-16 [colin]      0.9.12cvs146.14
13337
13338         * src/compose.c
13339                 Remove useless chunk of code
13340                 Patch by Alfons
13341
13342 2004-11-15 [colin]      0.9.12cvs146.13
13343
13344         * src/compose.c
13345                 Fix drafting after insertion
13346                 Patch by Alfons
13347
13348 2004-11-15 [colin]      0.9.12cvs146.12
13349
13350         * src/compose.c
13351         * src/prefs_filtering.c
13352         * src/prefs_filtering_action.c
13353         * src/prefs_toolbar.c
13354                 Fix some const-correctness
13355
13356 2004-11-15 [colin]      0.9.12cvs146.11
13357
13358         * src/summaryview.c
13359         * src/prefs_themes.c
13360         * src/messageview.c
13361                 Fix some leaks
13362
13363 2004-11-15 [colin]      0.9.12cvs146.10
13364
13365         * src/codeconv.c
13366                 More unreadable locale fixes
13367
13368 2004-11-14 [colin]      0.9.12cvs146.9
13369
13370         * src/textview.c
13371                 Fix uri_security_check
13372                 Patch by Alfons
13373
13374 2004-11-13 [paul]       0.9.12cvs146.8
13375
13376         * src/folder.c
13377         * src/procmime.c
13378                 fix 2 bugs introduced in last commit
13379
13380 2004-11-13 [paul]       0.9.12cvs146.7
13381
13382         * src/compose.c
13383         * src/exporthtml.c
13384         * src/exportldif.c
13385         * src/folder.c
13386         * src/imap.c
13387         * src/imap_gtk.c
13388         * src/main.c
13389         * src/mainwindow.c
13390         * src/messageview.c
13391         * src/mh_gtk.c
13392         * src/prefs_themes.c
13393         * src/procmime.c
13394         * src/setup.c
13395         * src/summaryview.c
13396                 replace deprecated g_basename
13397
13398 2004-11-13 [paul]       0.9.12cvs146.6
13399
13400         * src/compose.c
13401         * src/imap.c
13402         * src/matcher_parser.h
13403         * src/matcher_parser_parse.y
13404         * src/prefs_filtering.c
13405         * src/prefs_filtering_action.c
13406         * src/prefs_themes.c
13407         * src/prefs_toolbar.c
13408         * src/common/utils.c
13409                 various small fixes/cleanups
13410
13411 2004-11-12 [colin]      0.9.12cvs146.5
13412
13413         * src/textview.c
13414                 Validate event's origin on visibility notify
13415                 Patch by Alfons.
13416
13417 2004-11-12 [paul]       0.9.12cvs146.4
13418
13419         * src/exporthtml.c
13420         * src/exportldif.c
13421         * src/imap.c
13422         * src/mh.c
13423         * src/mimeview.c
13424         * src/prefs_spelling.c
13425         * src/prefs_themes.c
13426                 replace deprecated g_dirname    
13427
13428 2004-11-12 [colin]      0.9.12cvs146.3
13429
13430         * src/textview.c
13431                 Some coding style fixes
13432
13433 2004-11-12 [colin]      0.9.12cvs146.2
13434
13435         * src/codeconv.c
13436                 We want to replace _all_ extended chars in
13437                 conv_unreadable_*, because any string containing
13438                 extended chars not parsing as UTF8 is 
13439                 undisplayed on gtk2.
13440
13441 2004-11-12 [paul]       0.9.12cvs146.1
13442
13443         * ChangeLog
13444         * ChangeLog.claws
13445         * ChangeLog.jp
13446         * NEWS
13447         * configure.ac
13448         * src/account.c
13449         * src/folderview.c
13450         * src/folderview.h
13451         * src/imap.c
13452         * src/imap_gtk.c
13453         * src/inc.c
13454         * src/mainwindow.c
13455         * src/mh_gtk.c
13456         * src/news_gtk.c
13457         * src/pop.c
13458         * src/prefs_account.c
13459         * src/prefs_account.h
13460         * src/prefs_ext_prog.c
13461         * src/procmime.c
13462         * src/procmime.h
13463         * src/procmsg.c
13464         * src/procmsg.h
13465         * src/summary_search.c
13466         * src/summaryview.c
13467         * src/textview.c
13468         * src/common/defs.h
13469         * src/common/utils.c
13470         * src/common/utils.h
13471         * src/gtk/menu.c
13472         * src/gtk/menu.h
13473                 sync with HEAD
13474
13475 2004-11-11 [colin]      0.9.12cvs144.2
13476
13477         * src/textview.c
13478                 Fix URI range selection (patch by Alfons)
13479
13480 2004-11-09 [colin]      0.9.12cvs144.1
13481
13482         * ChangeLog.claws
13483         * src/compose.c
13484         * src/folder.c
13485         * src/folder_item_prefs.c
13486         * src/prefs_account.c
13487         * src/prefs_account.h
13488         * src/plugins/pgpmime/pgpmime.c
13489                 Sync with HEAD
13490
13491 2004-11-08 [colin]      0.9.12cvs143.1
13492
13493         * src/summaryview.c
13494                 Sync with HEAD (optimize quicksearch)
13495
13496 2004-11-08 [colin]      0.9.12cvs142.2
13497
13498         * src/compose.c
13499                 Don't wrap when Edit/Auto wrapping is disabled
13500
13501 2004-11-08 [colin]      0.9.12cvs142.1
13502
13503         * src/textview.c
13504                 Sync with HEAD
13505
13506 2004-11-08 [colin]      0.9.12cvs141.1
13507
13508         * src/textview.c
13509                 Sync with HEAD (fix some mail URIs)
13510
13511 2004-11-08 [colin]      0.9.12cvs140.3
13512
13513         * src/textview.c
13514                 o Use text cursor instead of arrow when
13515                   not on a link
13516                 o Fix handling of contiguous links (as in
13517                   "colin@colino.net" <colin@colino.net>)
13518                   This one unveils a bug in get_email_part()
13519
13520 2004-11-07 [colin]      0.9.12cvs140.2
13521
13522         * src/textview.c
13523                 Fix memleak. Patch by Alfons.
13524
13525 2004-11-06 [colin]      0.9.12cvs140.1
13526
13527         * src/compose.c
13528                 Sync with HEAD (don't ask passphrase
13529                 when drafting)
13530
13531 2004-11-06 [paul]       0.9.12cvs139.2
13532
13533         * AUTHORS
13534         * src/textview.c
13535         * src/textview.h
13536                 textview URI handling. hovering over a 
13537                 link displays it in the status bar,
13538                 and changes the mouse pointer to a hand 
13539                 cursor. a link is activated with a single 
13540                 click. (Modified from the) patch by Jean-Yves 
13541                 Lefort <jylefort@users.sourceforge.net>
13542                 
13543
13544 2004-11-05 [colin]      0.9.12cvs139.1
13545
13546         * src/compose.c
13547         * src/procmime.c
13548                 Sync with HEAD again ^^
13549
13550 2004-11-05 [colin]      0.9.12cvs139.1
13551
13552         * src/compose.c
13553         * src/procmime.c
13554                 Sync with HEAD
13555
13556 2004-11-03 [paul]       0.9.12cvs138.1
13557
13558         * ChangeLog.claws
13559         * configure.ac
13560         * po/POTFILES.in
13561         * src/prefs_ext_prog.c
13562         * src/procmime.c
13563         * tools/kdeservicemenu/README
13564         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13565         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13566                 sync with HEAD
13567
13568 2004-11-01 [christoph]  0.9.12cvs136.2
13569
13570         * src/procmime.c
13571                 convert MIME parameters to UTF-8
13572
13573 2004-10-29 [colin]      0.9.12cvs136.1
13574
13575         * src/common/utils.c
13576                 Sync with HEAD (don't use '=' in mime boundary)
13577
13578 2004-10-29 [paul]       0.9.12cvs135.1
13579
13580         * configure.ac
13581         * doc/src/rfc2231.txt
13582         * src/procmime.c
13583         * src/common/quoted-printable.c
13584         * src/common/utils.c
13585         * src/common/utils.h
13586                 sync with HEAD
13587
13588 2004-10-27 [paul]       0.9.12cvs134.1
13589
13590         * configure.ac
13591         * src/main.c
13592         * src/procmime.c
13593         * src/plugins/pgpmime/pgpmime.c
13594                 sync with HEAD
13595
13596 2004-10-26 [paul]       0.9.12cvs132.3
13597
13598         * src/account.c
13599         * src/addressbook.c
13600         * src/addrgather.c
13601         * src/addrharvest.c
13602         * src/codeconv.c
13603         * src/compose.c
13604         * src/customheader.c
13605         * src/editaddress.c
13606         * src/editgroup.c
13607         * src/enriched.c
13608         * src/expldifdlg.c
13609         * src/exporthtml.c
13610         * src/exportldif.c
13611         * src/folder.c
13612         * src/foldersel.c
13613         * src/folderview.c
13614         * src/grouplistdialog.c
13615         * src/html.c
13616         * src/imap.c
13617         * src/jpilot.c
13618         * src/ldapserver.c
13619         * src/ldif.c
13620         * src/mimeview.c
13621         * src/news.c
13622         * src/news_gtk.c
13623         * src/pop.c
13624         * src/prefs_display_header.c
13625         * src/prefs_gtk.c
13626         * src/prefs_msg_colors.c
13627         * src/prefs_toolbar.c
13628         * src/procheader.c
13629         * src/procmime.c
13630         * src/summaryview.c
13631         * src/textview.c
13632         * src/toolbar.c
13633         * src/vcard.c
13634         * src/common/mgutils.c
13635         * src/common/nntp.c
13636         * src/common/smtp.c
13637         * src/common/template.c
13638         * src/common/utils.c
13639         * src/common/xmlprops.c
13640         * src/plugins/pgpmime/pgpmime.c
13641         * src/plugins/pgpmime/select-keys.c
13642         * src/plugins/pgpmime/sgpgme.c
13643                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13644                 g_string_sprintfa(), gtk_notebook_current_page()
13645
13646 2004-10-26 [colin]      0.9.12cvs132.2
13647
13648         * src/prefs_folder_item.c
13649                 Fix default-account selection
13650
13651 2004-10-21 [colin]      0.9.12cvs133
13652
13653         * src/compose.c
13654                 Sync with HEAD (Remove extra separator in compose's Options)
13655         * src/textview.c
13656                 Set wrapping to char
13657
13658 2004-10-21 [paul]       0.9.12cvs131.2
13659
13660         * src/compose.c
13661         * src/sourcewindow.c
13662                 fix wrapping
13663                 fix window shrinking 
13664
13665 2004-10-21 [colin]      0.9.12cvs131.1
13666
13667         * ChangeLog.claws
13668         * src/compose.c
13669                 Sync with HEAD
13670
13671 2004-10-21 [paul]       0.9.12cvs130.2
13672
13673         * src/prefs_folder_item.c
13674                 sync with HEAD (Apply to subfolders)
13675
13676 2004-10-19 [colin]      0.9.12cvs130.1
13677
13678         * ChangeLog.claws
13679         * src/compose.c
13680         * src/common/utils.c
13681         * src/gtk/menu.c
13682                 Sync with HEAD
13683
13684 2004-10-19 [colin]      0.9.12cvs128.1
13685
13686         * src/addrbook.c
13687         * src/addrcache.c
13688         * src/addressbook.c
13689         * src/codeconv.c
13690         * src/compose.c
13691         * src/customheader.c
13692         * src/editaddress.c
13693         * src/editgroup.c
13694         * src/exporthtml.c
13695         * src/folder.c
13696         * src/folderview.c
13697         * src/imap.c
13698         * src/jpilot.c
13699         * src/main.c
13700         * src/matcher_parser_parse.y
13701         * src/mbox.c
13702         * src/pop.c
13703         * src/prefs_account.c
13704         * src/prefs_gtk.c
13705         * src/prefs_msg_colors.c
13706         * src/procheader.c
13707         * src/procmime.c
13708         * src/procmime.h
13709         * src/procmsg.c
13710         * src/summaryview.c
13711         * src/textview.c
13712         * src/common/base64.c
13713         * src/common/partial_download.c
13714         * src/common/socket.c
13715         * src/common/sylpheed.c
13716         * src/common/utils.c
13717         * src/common/utils.h
13718         * src/gtk/pluginwindow.c
13719         * src/gtk/quicksearch.c
13720         * src/plugins/clamav/clamav_plugin.c
13721         * src/plugins/clamav/clamav_plugin.h
13722         * src/plugins/clamav/clamav_plugin_gtk.c
13723         * src/plugins/pgpmime/passphrase.c
13724         * src/plugins/pgpmime/pgpmime.c
13725         * src/plugins/pgpmime/plugin.c
13726         * src/plugins/pgpmime/prefs_gpg.c
13727         * src/plugins/pgpmime/prefs_gpg.h
13728         * src/plugins/pgpmime/select-keys.c
13729         * src/plugins/pgpmime/sgpgme.c
13730         * src/plugins/spamassassin/libspamc.c
13731         * src/plugins/spamassassin/spamassassin.c
13732         * src/plugins/spamassassin/spamassassin.h
13733         * src/plugins/spamassassin/spamassassin_gtk.c
13734         * src/plugins/trayicon/trayicon.c
13735         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13736                 Sync with HEAD
13737
13738 2004-10-14 [colin]      0.9.12cvs126.2
13739
13740         * src/codeconv.c
13741         * src/textview.c
13742                 Fix conv_unreadable_locale
13743
13744 2004-10-13 [colin]      0.9.12cvs126.1
13745
13746         * src/compose.c
13747                 Sync with HEAD (don't convert charset for 
13748                 drafted messages, minor cleanup)
13749
13750 2004-10-13 [colin]      0.9.12cvs125.1
13751
13752         * po/POTFILES.in
13753                 Sync with HEAD (POTFILES fix)
13754
13755 2004-10-12 [colin]      0.9.12cvs124.3
13756
13757         * src/compose.c
13758                 Fix encoding bug from latest sync
13759
13760 2004-10-12 [paul]       0.9.12cvs124.2
13761
13762         * src/plugins/pgpmime/prefs_gpg.c
13763         * src/plugins/pgpmime/prefs_gpg.h
13764                 forgotten in last commit        
13765
13766 2004-10-12 [paul]       0.9.12cvs124.1
13767
13768         * ChangeLog.claws
13769         * configure.ac
13770         * m4/spamassassin.m4
13771         * src/Makefile.am
13772         * src/account.c
13773         * src/compose.c
13774         * src/compose.h
13775         * src/crash.c
13776         * src/main.c
13777         * src/mimeview.c
13778         * src/passphrase.c
13779         * src/passphrase.h
13780         * src/prefs_account.c
13781         * src/prefs_account.h
13782         * src/prefs_common.c
13783         * src/privacy.c
13784         * src/privacy.h
13785         * src/procmime.c
13786         * src/procmime.h
13787         * src/procmsg.c
13788         * src/rfc2015.c
13789         * src/rfc2015.h
13790         * src/select-keys.c
13791         * src/select-keys.h
13792         * src/textview.c
13793         * src/common/utils.c
13794         * src/common/utils.h
13795         * src/gtk/about.c
13796         * src/plugins/pgpmime/Makefile.am
13797         * src/plugins/pgpmime/passphrase.c
13798         * src/plugins/pgpmime/passphrase.h
13799         * src/plugins/pgpmime/pgpmime.c
13800         * src/plugins/pgpmime/plugin.c
13801         * src/plugins/pgpmime/select-keys.c
13802         * src/plugins/pgpmime/select-keys.h
13803         * src/plugins/pgpmime/sgpgme.c
13804         * src/plugins/pgpmime/sgpgme.h
13805                 sync with HEAD
13806
13807 2004-10-04 [colin]      0.9.12cvs122.1
13808
13809         * src/mainwindow.c
13810         * src/messageview.c
13811         * src/messageview.h
13812         * src/textview.c
13813                 Sync with HEAD
13814
13815 2004-10-04 [colin]      0.9.12cvs121.1
13816
13817         * src/summaryview.c
13818                 Sync with HEAD
13819
13820 2004-10-04 [paul]       0.9.12cvs120.1
13821
13822         * configure.ac
13823                 sync with HEAD [don't try to build 
13824                 pgpmime plugin when gpgme is disabled]
13825
13826 2004-10-03 [colin]      0.9.12cvs119.3
13827
13828         * src/gtk/gtksctree.c
13829                 Lots of side effects. Put back as before 117.2.
13830         * src/summaryview.c
13831                 Fix bug #602
13832
13833 2004-10-03 [colin]      0.9.12cvs119.2
13834
13835         * src/gtk/gtksctree.c
13836                 Revert 608 fix that doesn't work that good
13837
13838 2004-10-02 [colin]      0.9.12cvs119.1
13839
13840         * src/mainwindow.c
13841         * src/messageview.c
13842         * src/prefs_common.h
13843         * src/procmime.c
13844         * src/procmime.h
13845         * src/textview.c
13846                 Sync with HEAD
13847         * src/gtk/gtksctree.c
13848                 Close bug #608
13849
13850 2004-10-01 [colin]      0.9.12cvs118.1
13851
13852         * src/mimeview.c
13853                 Sync with HEAD (better Save All fix)
13854
13855 2004-10-01 [colin]      0.9.12cvs117.2
13856
13857         * src/gtk/gtksctree.c
13858                 Faster on selection
13859
13860 2004-10-01 [colin]      0.9.12cvs117.1
13861
13862         * src/mimeview.c
13863                 Sync with HEAD (Save All: only attachments)
13864
13865 2004-10-01 [paul]       0.9.12cvs116.1
13866
13867         * ChangeLog.claws
13868         * configure.ac
13869         * src/account.c
13870         * src/prefs_common.c
13871         * src/gtk/colorlabel.c
13872                 sync with HEAD
13873
13874 2004-09-30 [colin]      0.9.12cvs115.1
13875
13876         * src/stock_pixmap.c
13877         * src/stock_pixmap.h
13878         * src/folderview.c
13879         * src/Makefile.am
13880         * src/pixmaps/read.xpm
13881                 Sync with HEAD (new pixmap)
13882
13883 2004-09-29 [colin]      0.9.12cvs114.1
13884
13885         * src/compose.c
13886                 Sync with HEAD
13887                 Fix focus handling in headers
13888
13889 2004-09-29 [paul]       0.9.12cvs113.1
13890
13891         * src/quote_fmt_parse.y
13892                 sync with HEAD
13893  
13894
13895 2004-09-28 [colin]      0.9.12cvs112.1
13896
13897         * src/folderview.c
13898         * src/mainwindow.c
13899                 Sync with HEAD
13900
13901 2004-09-28 [colin]      0.9.12cvs110.1
13902
13903         * src/folderview.c
13904                 Sync with HEAD (Contextual Empty trash menu)
13905
13906 2004-09-28 [colin]      0.9.12cvs108.1
13907
13908         * src/addressbook.c
13909                 Sync with HEAD (addressbook edit on double-click)
13910
13911 2004-09-28 [colin]      0.9.12cvs106.1
13912
13913         * src/inc.c
13914                 Sync with HEAD (folder_item freeze on inc)
13915
13916 2004-09-27 [colin]      0.9.12cvs105.1
13917
13918         * src/folderview.c
13919                 Sync with HEAD (right-align new and unread column)
13920
13921 2004-09-27 [colin]      0.9.12cvs104.1
13922
13923         * src/main.c
13924                 Sync with HEAD (revert 0.9.12cvs101)
13925
13926 2004-09-24 [colin]      0.9.12cvs103.2
13927
13928         * src/wizard.c
13929                 Fix gtk warnings and use domain part of the email address 
13930                 when domain detection fails (no dot in domain name)
13931
13932 2004-09-23 [colin]      0.9.12cvs103.1
13933
13934         * src/plugins/spamassassin/libspamc.c
13935         * src/plugins/spamassassin/libspamc.h
13936         * src/plugins/spamassassin/utils.c
13937         * src/plugins/spamassassin/utils.h
13938                 Sync with HEAD (Update spamassassin to 3.0)
13939
13940 2004-09-21 [colin]      0.9.12cvs102.3
13941
13942         * src/action.c
13943                 Add horizontal scrollbar in action io dialog as needed
13944                 Patch by Alfons.
13945
13946 2004-09-20 [colin]      0.9.12cvs102.2
13947
13948         * src/plugins/image_viewer/viewer.c
13949                 Remove imlib stuff
13950                 use gtk_pixmap_set when clearing
13951                 (would be better to use gtkImages, but causes size-allocate 
13952                 signals storm)
13953
13954 2004-09-17 [paul]       0.9.12cvs102.1
13955
13956         * ChangeLog
13957         * ChangeLog.claws
13958         * ChangeLog.jp
13959         * configure.ac
13960         * src/inc.c
13961                 sync with HEAD
13962
13963
13964 2004-09-17 [colin]      0.9.12cvs101.1
13965
13966         * ChangeLog.claws
13967         * src/main.c
13968                 Sync with HEAD (fix segs at exit)
13969
13970 2004-09-14 [colin]      0.9.12cvs99.5
13971
13972         * src/common/socket.c
13973         * AUTHORS
13974                 Fix send error on 64bit platforms
13975                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13976
13977 2004-09-14 [colin]      0.9.12cvs99.4
13978
13979         * src/action.c
13980                 Fix action output with utf8 
13981                 Patch by Alfons.
13982
13983 2004-09-14 [colin]      0.9.12cvs99.3
13984
13985         * ChangeLog.claws
13986         * src/folder.c
13987                 Sync with HEAD
13988
13989 2004-09-09 [colin]      0.9.12cvs99.2
13990
13991         * src/action.c
13992                 Fix progress bar (displaying "Completed %v/%u")
13993                 Patch by Alfons.
13994
13995 2004-09-08 [colin]      0.9.12cvs99.1
13996
13997         * src/account.c
13998         * src/folder.c
13999         * src/procmsg.c
14000         * src/procmsg.h
14001         * src/plugins/pgpmime/pgpmime.c
14002                 Sync with HEAD
14003
14004 2004-09-08 [colin]      0.9.12cvs97.2
14005
14006         * src/summaryview.c
14007                 Don't select mails in collapsed threads 
14008                 when navigating with up/down
14009
14010 2004-09-07 [colin]      0.9.12cvs97.1
14011
14012         * src/inc.c
14013                 Sync with HEAD (meaningful error messages)
14014
14015 2004-09-06 [colin]      0.9.12cvs96.1
14016
14017         * src/toolbar.c
14018                 Sync with HEAD (fix Redirect graying out)
14019
14020 2004-09-06 [colin]      0.9.12cvs95.1
14021
14022         * src/summaryview.c
14023         * src/mimeview.c
14024                 Sync with HEAD (fix dropped URIs)
14025
14026 2004-09-06 [colin]      0.9.12cvs94.1
14027
14028         * src/addressbook.c
14029         * src/addressitem.h
14030         * src/addritem.c
14031         * src/addritem.h
14032                 Sync with HEAD (addressbook DnD)
14033
14034 2004-09-03 [colin]      0.9.12cvs93.1
14035
14036         * src/summaryview.c
14037                 Sync with HEAD (next/prev unread)
14038
14039 2004-09-03 [colin]      0.9.12cvs92.1
14040
14041         * src/prefs_common.c
14042         * src/prefs_common.h
14043         * src/summaryview.c
14044                 Sync with HEAD ('mark_as_read_delay' pref)
14045
14046 2004-09-02 [colin]      0.9.12cvs91.2
14047
14048         * src/common/xml.c
14049                 Fix leak
14050
14051 2004-09-02 [colin]      0.9.12cvs91.1
14052
14053         * src/gtk/menu.c
14054                 Sync with HEAD (menu accel don't work, but whatever)
14055
14056 2004-09-02 [colin]      0.9.12cvs90.1
14057
14058         * src/account.c
14059                 Sync with HEAD (fix bug 582)
14060
14061 2004-09-02 [colin]      0.9.12cvs89.1
14062
14063         * src/addrindex.c
14064                 Sync with HEAD (free deleted queries)
14065
14066 2004-09-02 [colin]      0.9.12cvs88.1
14067
14068         * src/ldapquery.c
14069                 Sync with HEAD (fix LDAP freezes)
14070
14071 2004-09-02 [colin]      0.9.12cvs87.1
14072
14073         * src/prefs_spelling.c
14074                 Sync with HEAD (add default dictionary)
14075
14076 2004-09-01 [colin]      0.9.12cvs86.1
14077
14078         * src/filtering.c
14079         * src/folderview.c
14080         * src/imap.c
14081         * src/prefs_matcher.c
14082         * src/stock_pixmap.c
14083         * src/summary_search.c
14084         * src/summaryview.c
14085         * src/wizard.c
14086         * src/wizard.h
14087                 Sync with HEAD (uninitialized vars fixes)
14088                 + gtk2 specific warning fixes
14089
14090 2004-08-31 [colin]      0.9.12cvs85.1
14091
14092         * src/folder.c
14093                 Sync with HEAD (Fix memory corruption due to 
14094                 uninitialized var)
14095
14096 2004-08-31 [colin]      0.9.12cvs84.4
14097
14098         * src/summary_search.c
14099                 Fix segfaults when searching in folders with broken headers
14100
14101 2004-08-31 [colin]      0.9.12cvs84.3
14102
14103         * src/compose.c
14104         * src/textview.c
14105                 Fix some more encoding/decoding issues
14106
14107 2004-08-30 [colin]      0.9.12cvs84.2
14108
14109         * src/mimeview.c
14110         * src/prefs_themes.c
14111         * src/gtk/filesel.c
14112         * src/gtk/filesel.h
14113                 Add a folder-mode selection (fixes mimeview's "Save all")
14114
14115 2004-08-29 [colin]      0.9.12cvs84.1
14116
14117         * src/mimeview.c
14118                 Sync with HEAD (don't escape saved filenames)
14119
14120 2004-08-27 [colin]      0.9.12cvs83.1
14121
14122         * ChangeLog
14123         * ChangeLog.claws
14124         * ChangeLog.jp
14125         * src/mh.c
14126         * src/procheader.c
14127         * src/procmsg.c
14128         * src/procmsg.h
14129         * src/common/utils.c
14130         * src/gtk/menu.h
14131         * po/
14132                 Sync with HEAD 0.9.12cvs83 (sync with main)
14133
14134 2004-08-26 [colin]      0.9.12cvs82.4
14135
14136         * src/codeconv.c
14137                 Fix strange stack corruption
14138                 Convert to utf8 after unmime, not before
14139
14140 2004-08-26 [colin]      0.9.12cvs82.3
14141
14142         * src/main.c
14143         * src/wizard.c
14144                 Fix account folders duplication
14145
14146 2004-08-25 [colin]      0.9.12cvs82.2
14147
14148         * src/wizard.c
14149                 Remove ports
14150                 Add SSL selection
14151                 Use login@server as account name
14152
14153 2004-08-25 [colin]      0.9.12cvs82.1
14154
14155         * src/plugins/pgpmime/pgpmime.c
14156                 Sync with HEAD (leak fix).
14157
14158 2004-08-25 [colin]      0.9.12cvs81.1
14159
14160         * src/plugins/pgpmime/pgpmime.c
14161         * src/plugins/pgpmime/sgpgme.c
14162         * src/plugins/pgpmime/sgpgme.h
14163                 Sync with HEAD (Handle combined messages).
14164
14165 2004-08-24 [colin]      0.9.12cvs80.3
14166
14167         * src/wizard.c
14168                 Fix full name, ports, and imap
14169
14170 2004-08-24 [colin]      0.9.12cvs80.2
14171
14172         * src/Makefile.am
14173         * src/main.c
14174         * src/setup.c
14175         * src/setup.h
14176         * src/stock_pixmap.c
14177         * src/stock_pixmap.h
14178         * src/wizard.c ** ADDED **
14179         * src/wizard.h ** ADDED ** 
14180         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14181                 Add a setup wizard 
14182
14183 2004-08-24 [colin]      0.9.12cvs80.1
14184
14185         * src/folder.c
14186                 Sync with HEAD (set mimeflags on all messages)
14187
14188 2004-08-24 [colin]      0.9.12cvs79.3
14189
14190         * src/matcher_parser_lex.l
14191                 Fix 8bits strings not in utf8
14192
14193 2004-08-24 [colin]      0.9.12cvs79.2
14194
14195         * src/compose.c
14196                 Check conversion result before replacing buffer
14197
14198 2004-08-23 [colin]      0.9.12cvs79.1
14199
14200         * src/compose.c
14201                 Sync with HEAD (create message header in memory)
14202
14203 2004-08-23 [colin]      0.9.12cvs78.1
14204
14205         * src/rfc2015.c
14206         * src/rfc2015.h
14207                 Sync with HEAD (fix bug 197 again)
14208
14209 2004-08-23 [colin]      0.9.12cvs77.3
14210
14211         * src/compose.c
14212                 Fix again inline gpg signing (which outputs utf8
14213                 in gtk2). Not syncing this fix to HEAD as this 
14214                 code is meant to die.
14215
14216 2004-08-23 [colin]      0.9.12cvs77.2
14217
14218         * src/prefs_account.h
14219                 Remove useless include
14220
14221 2004-08-23 [colin]      0.9.12cvs77.1
14222
14223         * src/imap.c
14224         * po/es.po
14225         * po/fr.po
14226         * po/it.po
14227         * po/pl.po
14228         * po/pt_BR.po
14229         * po/sk.po
14230         * po/sr.po
14231                 Sync with HEAD (fix bug 577)
14232
14233 2004-08-22 [colin]      0.9.12cvs76.1
14234
14235         * src/plugins/trayicon/trayicon.c
14236                 Sync with HEAD (fix formatting bug)
14237
14238 2004-08-21 [colin]      0.9.12cvs74.2
14239
14240         * src/gtk/colorsel.c
14241                 Fix bug 564 (Folder color selection window exits on any
14242                 keypress)
14243
14244 2004-08-21 [colin]      0.9.12cvs74.1
14245
14246         * ChangeLog.claws
14247         * src/compose.c
14248         * src/summaryview.c
14249         * src/toolbar.c
14250                 Sync with HEAD (fix bug 576)
14251
14252 2004-08-21 [colin]      0.9.12cvs70.1
14253
14254         * src/compose.c
14255         * src/mainwindow.c
14256                 Sync with HEAD
14257                 
14258
14259 2004-08-21 [paul]       0.9.12cvs66.4
14260
14261         * src/mainwindow.c
14262         * src/messageview.c
14263         * src/gtk/menu.c
14264         * src/plugins/spamassassin/spamassassin_gtk.c
14265                 remove some deprecated gtk1 functions
14266
14267
14268 2004-08-21 [colin]      0.9.12cvs66.3
14269
14270         * src/compose.c
14271         * src/codeconv.c
14272                 Fix warnings
14273                 Remove encoding hacks
14274                 Fix bug 575 (Strange character messes up message)
14275                 Don't display conversion error when drafting
14276
14277 2004-08-21 [paul]       0.9.12cvs66.2
14278
14279         * src/prefs_account.c
14280                 fix GnuPG mode bugs
14281
14282
14283 2004-08-20 [colin]      0.9.12cvs66.1
14284
14285         * src/codeconv.c
14286                 Sync with HEAD 0.9.12cvs66
14287
14288 2004-08-20 [paul]
14289
14290         * src/plugins/pgpmime/plugin.c
14291                 modify PGP/MIME plugin's description
14292
14293 2004-08-17 [colin]      0.9.12cvs65.1
14294
14295         * src/common/ssl.c
14296         * src/plugins/pgpmime/plugin.c
14297                 Sync with HEAD
14298
14299 2004-08-14 [colin]      0.9.12cvs60.3
14300
14301         * src/plugins/trayicon/trayicon.c
14302                 Put back resize callback, on size-request signal
14303                 rather than size-allocate to avoid infinite 
14304                 callback loop
14305
14306 2004-08-13 [colin]      0.9.12cvs60.2
14307
14308         * src/common/defs.h
14309                 Cache versions have been fixed
14310
14311 2004-08-13 [colin]      0.9.12cvs60.1
14312
14313         * src/folderutils.c
14314                 Sync with HEAD
14315
14316 2004-08-12 [colin]      0.9.12cvs59.1
14317
14318         * src/plugins/trayicon/trayicon.c
14319                 Sync with HEAD
14320
14321 2004-08-12 [colin]      0.9.12cvs57.5
14322
14323         * sylpheed.desktop
14324         * configure.ac
14325         * src/Makefile.am
14326         * src/main.c
14327                 Add support for Freedesktop.org's startup notification
14328
14329 2004-08-11 [colin]      0.9.12cvs57.4
14330
14331         * src/textview.c
14332                 Fix off-by-one
14333
14334 2004-08-11 [colin]      0.9.12cvs57.3
14335
14336         * src/message_search.c
14337         * src/summary_search.c
14338                 Make searches case insensitive by default
14339         * src/textview.c
14340                 Fix case-insensitive search in message
14341
14342 2004-08-11 [colin]      0.9.12cvs57.2
14343
14344         * src/summary_search.c
14345                 Let case-sensitive be specified
14346
14347 2004-08-10 [colin]      0.9.12cvs55.4
14348
14349         * src/common/socket.c
14350                 Fix the possible race condition
14351
14352 2004-08-09 [paul]       0.9.12cvs55.3
14353
14354         * configure.ac
14355         * src/Makefile.am
14356         * src/common/Makefile.am
14357                 sync with HEAD
14358
14359
14360 2004-08-09 [paul]       0.9.12cvs55.2
14361
14362         * autogen.sh
14363         * po/poconv.sh
14364                 remove unneeded script
14365
14366         * configure.ac
14367                 add forgotten USE_LDAP_TLS (sync with HEAD)
14368
14369
14370 2004-08-09 [colin]      0.9.12cvs55.1
14371
14372         * src/main.c
14373         * src/common/ssl.c
14374         * src/common/sylpheed.c
14375         * src/common/sylpheed.h
14376                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14377
14378 2004-08-09 [paul]       0.9.12cvs54.1
14379
14380         * ChangeLog
14381         * ChangeLog.claws
14382         * ChangeLog.jp
14383         * configure.ac
14384         * po/POTFILES.in
14385         * src/Makefile.am
14386         * src/folderutils.c
14387         * src/main.c
14388         * src/pgpmime.c
14389         * src/pgpmime.h
14390         * src/sgpgme.c
14391         * src/sgpgme.h
14392         * src/plugins/Makefile.am
14393         * src/plugins/pgpmime/.cvsignore
14394         * src/plugins/pgpmime/Makefile.am
14395         * src/plugins/pgpmime/pgpmime.c
14396         * src/plugins/pgpmime/pgpmime.h
14397         * src/plugins/pgpmime/plugin.c
14398         * src/plugins/pgpmime/sgpgme.c
14399         * src/plugins/pgpmime/sgpgme.h
14400                 sync with HEAD
14401
14402 2004-08-08 [paul]       0.9.12cvs51.1
14403
14404         * configure.ac
14405         * src/folder.c
14406                 sync with HEAD
14407
14408 2004-08-07 [colin]      0.9.12cvs50.1
14409
14410         * src/pop.c
14411         * src/common/partial_download.c
14412                 fix warnings (sync from HEAD)
14413
14414 2004-08-07 [colin]      0.9.12cvs48.1
14415
14416         * src/prefs_folder_item.c
14417                 sync with HEAD 0.9.12cvs48
14418
14419 2004-08-06 [colin]      0.9.12cvs47.1
14420
14421         * src/compose.c
14422                 Sync with HEAD
14423
14424 2004-08-06 [christoph]  0.9.12cvs46.2
14425
14426         * src/main.c
14427         * src/plugins/clamav/clamav_plugin_gtk.c
14428         * src/plugins/dillo_viewer/dillo_viewer.c
14429         * src/plugins/image_viewer/plugin.c
14430         * src/plugins/mathml_viewer/mathml_viewer.c
14431         * src/plugins/spamassassin/spamassassin_gtk.c
14432         * src/plugins/trayicon/trayicon.c
14433                 don't mix GTK1.2 plugin with GTK2 plugins
14434
14435 2004-08-06 [colin]      0.9.12cvs46.1
14436
14437         * ChangeLog
14438         * ChangeLog.claws
14439         * ChangeLog.jp
14440         * configure.ac
14441         * sylpheed-claws.pc.in
14442         * src/folder.c
14443         * src/imap.c
14444         * src/localfolder.c
14445         * src/messageview.c
14446         * src/mimeview.c
14447         * src/mimeview.h
14448         * src/msgcache.c
14449         * src/news.c
14450         * src/prefs_ext_prog.c
14451         * src/prefs_folder_item.c
14452         * src/prefs_fonts.c
14453         * src/prefs_msg_colors.c
14454         * src/prefs_spelling.c
14455         * src/prefs_themes.c
14456         * src/prefs_toolbar.c
14457         * src/prefs_wrapping.c
14458         * src/procmime.h
14459         * src/common/defs.h
14460         * src/common/nntp.c
14461         * src/common/session.c
14462         * src/common/session.h
14463         * src/common/socket.c
14464         * src/common/utils.h
14465         * src/common/xml.c
14466         * src/common/xml.h
14467         * src/gtk/prefswindow.c
14468         * src/gtk/prefswindow.h
14469         * src/plugins/clamav/clamav_plugin_gtk.c
14470         * src/plugins/dillo_viewer/dillo_prefs.c
14471         * src/plugins/image_viewer/viewerprefs.c
14472         * src/plugins/spamassassin/spamassassin_gtk.c
14473         * m4/openssl.m4 *** REMOVED ***
14474                 Sync with HEAD 0.9.12cvs46
14475
14476 2004-08-03 [paul]       0.9.12cvs40.2
14477
14478         * src/action.c
14479         * src/addressadd.c
14480         * src/addressbook.c
14481         * src/addrgather.c
14482         * src/browseldap.c
14483         * src/compose.c
14484         * src/crash.c
14485         * src/editaddress.c
14486         * src/editgroup.c
14487         * src/editldap_basedn.c
14488         * src/foldersel.c
14489         * src/importldif.c
14490         * src/mimeview.c
14491         * src/prefs_common.c
14492         * src/prefs_template.c
14493         * src/sourcewindow.c
14494         * src/summaryview.c
14495         * src/gtk/about.c
14496         * src/gtk/foldersort.c
14497         * src/gtk/logwindow.c
14498         * src/gtk/pluginwindow.c
14499         * src/gtk/prefswindow.c
14500                 change all gtk_scrolled_window_set_policy from 
14501                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14502
14503 2004-08-02 [paul]       0.9.12cvs40.1
14504
14505         * AUTHORS
14506                 update translation team section
14507         * po/pt_BR.po
14508                 updated by Frederico Goncalves Guimaraes
14509                 <fggdebian@yahoo.com.br>
14510
14511 2004-07-31 [colin]      0.9.12cvs39.9
14512
14513         * src/exphtmldlg.c
14514                 Fix compilation
14515
14516 2004-07-31 [colin]      0.9.12cvs39.8
14517
14518         * src/exphtmldlg.c
14519                 Fix an alertpanel type
14520
14521 2004-07-30 [colin]      0.9.12cvs39.7
14522
14523         * src/alertpanel.c
14524                 Fix alertpanel_error_log's icon
14525
14526 2004-07-30 [colin]      0.9.12cvs39.6
14527
14528         * src/pop.c
14529                 Two of them should still be warnings
14530
14531 2004-07-30 [colin]      0.9.12cvs39.5
14532
14533         * src/pop.c
14534                 More warning -> error
14535 2004-07-29 [colin]      0.9.12cvs39.4
14536
14537         * src/pop.c
14538                 Warning -> error
14539
14540 2004-07-29 [colin]      0.9.12cvs39.3
14541
14542         * src/prefs_matcher.c
14543                 Fix segfault
14544
14545 2004-07-29 [colin]      0.9.12cvs39.2
14546
14547         * src/alertpanel.c
14548                 More nice-looking alertpanels
14549
14550 2004-07-29 [colin]      0.9.12cvs39.1
14551
14552         * src/messageview.c
14553                 sync with head
14554                 (inform user when partial mail is deleted on server)
14555
14556 2004-07-29 [colin]      0.9.12cvs38.1
14557
14558         * src/messageview.c
14559                 sync with head
14560
14561 2004-07-28 [paul]       0.9.12cvs37.7
14562
14563         * src/mainwindow.c
14564                 complete the replacement of deprecated gtk_progress_*
14565
14566 2004-07-28 [paul]       0.9.12cvs37.6
14567
14568         * src/action.c
14569         * src/inc.c
14570         * src/mainwindow.c
14571         * src/send_message.c
14572         * src/gtk/progressdialog.c
14573         * src/gtk/progressdialog.h
14574                 replace deprecated gtk_progress_*
14575
14576 2004-07-28 [paul]       0.9.12cvs37.5
14577
14578         * src/gtk/filesel.c
14579                 remove gtk_window_set_wmclass()
14580 2004-07-28 [paul]       0.9.12cvs37.4
14581
14582         * src/addressbook.c
14583         * src/compose.c
14584         * src/foldersel.c
14585         * src/mainwindow.c
14586         * src/messageview.c
14587         * src/sourcewindow.c
14588         * src/gtk/logwindow.c
14589                 remove gtk_window_set_wmclass()
14590                 
14591         * src/prefs_filtering.c
14592         * src/prefs_filtering_action.c
14593         * src/prefs_fonts.c
14594         * src/prefs_gtk.c
14595         * src/prefs_matcher.c
14596         * src/ssl_manager.c
14597         * src/gtk/prefswindow.c
14598                 replace gtk_window_position()
14599
14600 2004-07-28 [colin]      0.9.12cvs37.3
14601
14602         * src/alertpanel.c
14603         * src/alertpanel.h
14604                 Add a way to specify panel type for specific
14605                 panels (alertpanel())
14606         * src/account.c
14607         * src/addressbook.c
14608         * src/compose.c
14609         * src/expldifdlg.c
14610         * src/main.c
14611         * src/messageview.c
14612         * src/summaryview.c
14613         * src/textview.c
14614         * src/gtk/sslcertwindow.c
14615                 Fix alertpanel()s so that their icon match
14616                 their real type
14617
14618 2004-07-28 [paul]       0.9.12cvs37.2
14619
14620         * src/addr_compl.c
14621         * src/addressbook.c
14622         * src/alertpanel.c
14623         * src/compose.c
14624         * src/export.c
14625         * src/foldersel.c
14626         * src/folderview.c
14627         * src/grouplistdialog.c
14628         * src/import.c
14629         * src/mainwindow.c
14630         * src/message_search.c
14631         * src/messageview.c
14632         * src/passphrase.c
14633         * src/prefs_actions.c
14634         * src/prefs_common.c
14635         * src/prefs_customheader.c
14636         * src/prefs_display_header.c
14637         * src/prefs_filtering.c
14638         * src/prefs_filtering_action.c
14639         * src/prefs_gtk.c
14640         * src/prefs_matcher.c
14641         * src/prefs_msg_colors.c
14642         * src/prefs_summary_column.c
14643         * src/prefs_template.c
14644         * src/sourcewindow.c
14645         * src/ssl_manager.c
14646         * src/summary_search.c
14647         * src/gtk/colorsel.c
14648         * src/gtk/description_window.c
14649         * src/gtk/gtkaspell.c
14650         * src/gtk/inputdialog.c
14651         * src/gtk/logwindow.c
14652         * src/gtk/prefswindow.c
14653         * src/gtk/progressdialog.c
14654                 replace deprecated gtk_window_set_policy
14655
14656 2004-07-27 [colin]      0.9.12cvs37.1
14657
14658         * src/msgcache.c
14659                 More fixes (synced for head again)
14660
14661 2004-07-27 [colin]      0.9.12cvs35.3
14662
14663         * src/msgcache.c
14664                 Fix wrong test
14665
14666 2004-07-27 [colin]      0.9.12cvs35.2
14667
14668         * src/mimeview.c
14669                 Fix width a bit (by Paul)
14670         * src/alertpanel.c
14671         * src/alertpanel.h
14672                 Specialize icons, make alertpanel_message()
14673                 private
14674         * src/message_search.c
14675         * src/sgpgme.c
14676         * src/summary_search.c
14677                 Suit alertpanel changes
14678
14679 2004-07-27 [colin]      0.9.12cvs35.1
14680
14681         * src/alertpanel.c
14682                 Add an icon
14683         * src/passphrase.c
14684                 Add debug output - maybe someone will
14685                 want to look at the problem with Grab
14686                 Input :)
14687         Bump version as we're synced with HEAD
14688
14689 2004-07-26 [colin]      0.9.12cvs33.26
14690
14691         * src/pop.c
14692                 Fix uidl-file parsing when not in new
14693                 format
14694
14695 2004-07-26 [colin]      0.9.12cvs33.25
14696
14697         * src/gtk/menu.c
14698                 Move popup menu up if necessary (fixes 
14699                 account selector)
14700         * src/mainwindow.c
14701                 Set account selector's button height to
14702                 minimum
14703
14704 2004-07-26 [colin]      0.9.12cvs33.24
14705
14706         * src/alertpanel.c
14707                 Maybe fix 551 (Truncated font in alert window)
14708
14709 2004-07-26 [colin]      0.9.12cvs33.23
14710
14711         * po/de.po
14712         * po/es.po
14713         * po/fr.po
14714         * po/it.po
14715         * po/ja.po
14716         * po/pl.po
14717         * po/ru.po
14718         * po/sk.po
14719         * po/sr.po
14720         * po/zh_CN.po
14721                 Sync po files with HEAD
14722
14723 2004-07-26 [paul]       0.9.12cvs33.22
14724
14725         * src/compose.c
14726                 fix Bug 556 'Organisation-header is sent even if empty'
14727
14728 2004-07-24 [colin]      0.9.12cvs33.21
14729
14730         * src/compose.c
14731         * src/gtk/gtkaspell.c
14732         * src/gtk/gtkaspell.h
14733                 Fix speller accelerators (require hack)
14734
14735 2004-07-24 [colin]      0.9.12cvs33.20
14736
14737         * src/gtk/gtkaspell.c
14738                 Fix over-eager code deletion breaking
14739                 Check while typing
14740
14741 2004-07-24 [colin]      0.9.12cvs33.19
14742
14743         * src/browseldap.c
14744         * src/ldapctrl.c
14745         * src/ldapctrl.h
14746         * src/ldapserver.h
14747                 Sync ldap with HEAD
14748         (Fixes 546 LDAP completely broken)
14749
14750 2004-07-24 [colin]      0.9.12cvs33.18
14751
14752         * src/prefs_msg_colors.c
14753                 Fix prototype mismatch
14754         (Fixes 547 void function cannot return value)
14755
14756 2004-07-24 [colin]      0.9.12cvs33.17
14757
14758         * src/mainwindow.c
14759                 Fix sort going back to previous sort key
14760                 when changing sort direction
14761
14762 2004-07-24 [colin]      0.9.12cvs33.16
14763
14764         * src/compose.c
14765                 Fix space insertion when re-wrapping at 
14766                 cursor point
14767
14768 2004-07-24 [colin]      0.9.12cvs33.15
14769
14770         * src/gtk/gtkaspell.c
14771                 Don't change cursor position in insert-text
14772                 callback
14773         (Fixes 539 Word wrapping on input transposes letters)
14774
14775 2004-07-24 [colin]      0.9.12cvs33.14
14776
14777         * src/gtk/gtkaspell.c
14778                 Reencode non-ascii chars to dictionary's
14779                 encoding
14780         (Fixes 544 Spell check broken non english locale)
14781
14782 2004-07-24 [colin]      0.9.12cvs33.13
14783
14784         * src/summaryview.c
14785                 Fix Shift+Down, add Home/End/PgUp/PgDown
14786
14787 2004-07-21 [colin]      0.9.12cvs33.12
14788
14789         * src/prefs_common.c
14790                 Fix a gtk warning (Patch by Andrej Kacian)
14791
14792 2004-07-21 [colin]      0.9.12cvs33.11
14793
14794         * src/gtk/filesel.c
14795                 More check
14796
14797 2004-07-21 [colin]      0.9.12cvs33.10
14798
14799         * src/compose.c
14800         * src/crash.c
14801         * src/export.c
14802         * src/import.c
14803         * src/messageview.c
14804         * src/mimeview.c
14805         * src/prefs_spelling.c
14806         * src/prefs_themes.c
14807         * src/summaryview.c
14808         * src/gtk/filesel.c
14809         * src/gtk/filesel.h
14810         * src/gtk/pluginwindow.c
14811                 Untwist open/save mode guessing logic, make
14812                 it explicit
14813
14814 2004-07-20 [colin]      0.9.12cvs33.9
14815
14816         * src/codeconv.c
14817                 conv_encode_header: src_charset is UTF-8 on
14818                 gtk2
14819         * src/compose.c
14820                 Remove double encoding of the headers
14821
14822 2004-07-20 [colin]      0.9.12cvs33.8
14823
14824         * src/codeconv.c
14825                 Fix typo
14826
14827 2004-07-20 [colin]      0.9.12cvs33.7
14828
14829         * src/mainwindow.c
14830                 Set the separated messageview to the saved
14831                 size of Claws' messageview (Patch by Alfons)
14832                 Fix a callback prototype (me)
14833
14834 2004-07-20 [colin]      0.9.12cvs33.6
14835
14836         * src/codeconv.h
14837                 Forgot one hunk in 0.9.12cvs33.4
14838
14839 2004-07-19 [colin]      0.9.12cvs33.5
14840
14841         * src/action.c
14842                 Action output fix
14843                 Patch by Alfons
14844
14845 2004-07-19 [colin]      0.9.12cvs33.4
14846
14847         * src/compose.c
14848                 Fix outgoing charset bug in headers
14849         * src/codeconv.c
14850                 Clean for glib2 - Patch by Alfons
14851
14852 2004-07-19 [colin]      0.9.12cvs33.3
14853
14854         * src/statusbar.c
14855                 Remove grip from the statusbar
14856                 Patch by Alfons
14857
14858 2004-07-19 [colin]      0.9.12cvs33.2
14859
14860         * src/messageview.c
14861         * src/textview.c
14862                 Fix messageview remembering the previous
14863                 scroll position when loading a new message
14864                 Patch by Alfons
14865
14866 2004-07-19 [colin]      0.9.12cvs33.1
14867
14868         * src/folder.h
14869         * src/folderview.c
14870         * src/summaryview.c
14871                 Sync with HEAD
14872
14873 2004-07-18 [colin]      0.9.12cvs32.7
14874
14875         * configure.ac
14876                 Remove useless check for XIM - noticed
14877                 by Alfons
14878
14879 2004-07-18 [colin]      0.9.12cvs32.6
14880
14881         * src/summaryview.c
14882                 Remove non-modified and shift-modified
14883                 accelerators in summaryview's popup
14884                 menu, as that doesn't get catched by
14885                 the accel-activate signal catcher...
14886
14887 2004-07-18 [colin]      0.9.12cvs32.5
14888
14889         * src/prefs_common.c
14890                 Define sensible default prefs for 
14891                 wrapping
14892
14893 2004-07-18 [colin]      0.9.12cvs32.4
14894
14895         * src/compose.c
14896         * src/prefs_common.c
14897         * src/prefs_common.h
14898         * src/prefs_wrapping.c
14899                 Remove Smart Wrapping pref, which does
14900                 nothing on gtk2 branch
14901
14902 2004-07-18 [colin]      0.9.12cvs32.3
14903
14904         * src/sourcewindow.c
14905                 Proper utf8
14906
14907 2004-07-18 [colin]      0.9.12cvs32.2
14908
14909         * src/compose.c
14910                 Save attachment status when drafting
14911
14912 2004-07-18 [colin]      0.9.12cvs32.1
14913
14914         * src/gtk/filesel.c
14915                 Fix erratic folder selection in open mode
14916
14917 2004-07-18 [colin]      0.9.12cvs31.11
14918
14919         * src/pop.c
14920                 Don't let partial messages get deleted
14921                 even with "dowload all"
14922                 (0.9.12cvs31.8 fix extension)
14923 2004-07-18 [colin]      0.9.12cvs31.10
14924
14925         * src/gtk/logwindow.c
14926                 Fix log scrolling
14927
14928 2004-07-18 [colin]      0.9.12cvs31.9
14929
14930         * src/common/utils.c
14931                 Fix non-utf8 strings coming from commands
14932                 and files
14933
14934 2004-07-18 [colin]      0.9.12cvs31.8
14935
14936         * src/pop.c
14937                 Fix partial download bug with Download all
14938                 messages option
14939
14940 2004-07-18 [colin]      0.9.12cvs31.7
14941
14942         * src/textview.c
14943                 Fix bug introduced in 0.9.12cvs31.2
14944                 (blocked in select mode after double click)
14945
14946 2004-07-18 [colin]      0.9.12cvs31.6
14947
14948         * src/compose.c
14949         * src/gtk/menu.c
14950                 More glib-warning fixes
14951
14952 2004-07-18 [colin]      0.9.12cvs31.5
14953
14954         * src/compose.c
14955                 Fix trashing the primary clipboard when moving 
14956                 around with tab
14957         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14958
14959 2004-07-18 [colin]      0.9.12cvs31.4
14960
14961         * src/codeconv.c
14962                 convert unencoded iso headers to utf8
14963         (Fix Bug 538 Unencoded local characters in subject make it 
14964          disappear)
14965
14966 2004-07-18 [colin]      0.9.12cvs31.3
14967
14968         * src/compose.c
14969                 Fix tab char handling in wrapping
14970         (Fix Bug 537 Line wrap problem - TAB character treated as 
14971          one character instead of 8)
14972
14973 2004-07-18 [colin]      0.9.12cvs31.2
14974
14975         * src/textview.c
14976                 return FALSE on GDK_MOTION_NOTIFY
14977         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14978          (unable to highlight))
14979
14980 2004-07-18 [colin]      0.9.12cvs31.1
14981
14982         * src/folderview.c
14983                 Sync with 0.9.12cvs31
14984
14985 2004-07-18 [colin]      0.9.12cvs30.4
14986
14987         * src/compose.c
14988                 Also block text_inserted when inserting a file
14989
14990 2004-07-18 [colin]      0.9.12cvs30.3
14991
14992         * src/compose.c
14993                 Fix smart wrapping (block text_inserted handler
14994                 while putting quotation to avoid wrap on input,
14995                 don't join lines if next is sig separator)
14996
14997 2004-07-17 [colin]      0.9.12cvs30.2
14998
14999         * src/folderview.c
15000         * src/mainwindow.c
15001         * src/mimeview.c
15002         * src/summaryview.c
15003         * src/gtk/quicksearch.c
15004         * src/gtk/quicksearch.h
15005                 Block key events handlers *and* accels while
15006                 quicksearch is focused
15007         (Fixes Bug 534 quick-search bar not accepting certain letters)
15008
15009 2004-07-17 [colin]      0.9.12cvs30.1
15010
15011         * src/folder.h
15012         * src/folderview.c
15013         * src/summaryview.c
15014                 Sync with 0.9.12cvs30
15015
15016 2004-07-17 [colin]      0.9.12cvs28.2
15017
15018         * src/mimeview.c
15019         * src/procmime.c
15020         * src/summaryview.c
15021         * src/gtk/menu.c
15022                 Squash some compile and glib warnings
15023
15024 2004-07-17 [paul]       0.9.12cvs28.1
15025
15026         * src/mimeview.c
15027                 sync with 0.9.12cvs28 HEAD
15028
15029 2004-07-16 [paul]       0.9.12cvs26.1
15030         
15031         * src/gtk/quicksearch.c
15032         * src/account.c
15033         * src/account.h
15034         * src/compose.c
15035         * src/customheader.c
15036         * src/folder_item_prefs.c
15037         * src/main.c
15038         * src/mainwindow.c
15039         * src/messageview.c
15040         * src/mimeview.c
15041         * src/news.c
15042         * src/pgpmime.c
15043         * src/pop.c
15044         * src/pop.h
15045         * src/prefs_account.c
15046         * src/prefs_account.h
15047         * src/prefs_common.c
15048         * src/prefs_common.h
15049         * src/prefs_display_header.c
15050         * src/prefs_gtk.c
15051         * src/prefs_gtk.h
15052         * src/procheader.c
15053         * src/procmime.c
15054                 sync with 0.9.12cvs26 HEAD      
15055
15056 2004-07-15 [colin]      0.9.12cvs18.14
15057
15058         * src/folder.c
15059                 Disable GPG signature check during
15060                 folder move and scan
15061         (Closes Bug 521 Signature checking slows down Folder-Move)
15062
15063 2004-07-14 [colin]      0.9.12cvs18.13
15064
15065         * src/common/partial_download.c
15066                 update includes
15067
15068 2004-07-14 [colin]      0.9.12cvs18.12
15069
15070         * src/common/partial_download.c
15071         * src/common/partial_download.h
15072                 Move doc at top, add correct copyright
15073
15074 2004-07-14 [colin]      0.9.12cvs18.11
15075
15076         * src/folder.c
15077         * src/messageview.c
15078         * src/pop.c
15079         * src/pop.h
15080         * src/procmsg.c
15081         * src/summaryview.c
15082         * src/common/Makefile.am
15083         * src/common/partial_download.c ** NEW FILES **
15084         * src/common/partial_download.h ** NEW FILES **
15085                 Move partial-download related stuff to its
15086                 own file
15087
15088 2004-07-14 [colin]      0.9.12cvs18.10
15089
15090         * src/send_message.c
15091                 Fix smtp auth when user is null or empty
15092
15093 2004-07-13 [colin]      0.9.12cvs18.9
15094
15095         * src/gtk/quicksearch.c
15096                 Use alphabetic order
15097
15098 2004-07-13 [colin]      0.9.12cvs18.8
15099
15100         * src/pop.c
15101                 Be paranoid on the checks
15102
15103 2004-07-13 [colin]      0.9.12cvs18.7
15104
15105         * src/gtk/quicksearch.c
15106                 Fix Engrish once again
15107
15108 2004-07-13 [colin]      0.9.12cvs18.6
15109
15110         * src/procmsg.c
15111         * src/summaryview.c
15112                 Mark messages for deletion when they are about to
15113                 be removed from trash
15114
15115 2004-07-13 [colin]      0.9.12cvs18.5
15116
15117         * src/matcher.c
15118         * src/matcher.h
15119         * src/matcher_parser_parse.y
15120         * src/prefs_matcher.c
15121         * src/gtk/quicksearch.c
15122                 Add 'partial' ('p') match string to find partially
15123                 downloaded messages
15124
15125 2004-07-13 [colin]      0.9.12cvs18.4
15126
15127         * src/pop.c
15128                 Fix misplaced block
15129
15130 2004-07-13 [colin]      0.9.12cvs18.3
15131
15132         * src/pop.c
15133         * src/pop.h
15134         * src/messageview.c
15135                 Refactor API (to avoid passing 5+ params and code
15136                 duplication)
15137         * src/folder.c
15138         * src/msgcache.c
15139         * src/procheader.c
15140         * src/common/defs.h
15141                 Add planned_download to cache
15142                 Don't mess uidl file when moving partially downloaded
15143                 mails (they change folder, we should change it in the
15144                 uidl list too or we'll remove an incorrect message)
15145                 (this also helps removing hacks when changing 
15146                 planned_download in messageview.c)
15147
15148 2004-07-12 [colin]      0.9.12cvs18.2
15149
15150         * src/gtk/quicksearch.c
15151                 Fix missing status update in quicksearch
15152
15153 2004-07-12 [paul]       0.9.12cvs18.1
15154
15155         * po/POTFILES.in
15156         * src/Makefile.am
15157         * src/account.c
15158         * src/codeconv.c
15159         * src/compose.c
15160         * src/inc.c
15161         * src/main.c
15162         * src/prefs_common.c
15163         * src/procmsg.h
15164         * src/toolbar.c
15165         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15166         * src/prefs_wrapping.[ch]       ** NEW FILES **
15167         * src/common/intl.h
15168         * src/common/utils.[ch]
15169         * src/gtk/quicksearch.[ch]
15170                 sync with 0.9.12cvs18 HEAD
15171
15172 2004-07-12 [colin]      0.9.11cvs17.25
15173
15174         * src/folder.c
15175         * src/folder.h
15176                 Remove unused function added by me in 0.9.11cvs17.10
15177
15178 2004-07-11 [colin]      0.9.11cvs17.24
15179
15180         * src/inc.c
15181         * src/messageview.c
15182         * src/pop.c
15183         * src/pop.h
15184                 Use folderitem and msgnum instead of filename to
15185                 know which mail to delete
15186                 Move old partial mail deletion to pop.c
15187
15188 2004-07-10 [colin]      0.9.11cvs17.23
15189
15190         * src/inc.c
15191                 Add debug
15192         * src/pop.c
15193         * src/pop.h
15194                 Don't re-use same enums for unrelated stuff: it's 
15195                 completely misleading !
15196                 Document a bit
15197
15198 2004-07-09 [colin]      0.9.11cvs17.22
15199
15200         * src/inc.c
15201                 Remove folder-type check and do
15202                 more tests to be sure everything's
15203                 ok
15204         * src/messageview.c
15205                 Punctuation update, remove useless
15206                 code, fix two warnings
15207         * src/noticeview.c
15208                 Layout cleaning, reset 2nd button
15209                 when specifying one
15210
15211 2004-07-09 [colin]      0.9.11cvs17.21
15212
15213         * src/messageview.c
15214         * src/pop.c
15215         * src/pop.h
15216                 Allow user to change his mind
15217                 and postpone decision (by
15218                 unmarking the mail)
15219
15220 2004-07-09 [colin]      0.9.11cvs17.20
15221
15222         * src/messageview.c
15223                 Fix bug with delete state
15224         * src/pop.c
15225         * src/pop.h
15226                 Fix buffer leak (fread doesn't 
15227                 terminate buffers with \0)
15228                 Refactoring (remove magic 
15229                 numbers)
15230
15231 2004-07-09 [colin]      0.9.11cvs17.19
15232
15233         * src/pop.c
15234                 Don't log "Skipping message" if 
15235                 we're going to TOP it two lines
15236                 later
15237
15238 2004-07-09 [colin]      0.9.11cvs17.18
15239
15240         * src/messageview.c
15241                 Fix Engrish
15242
15243 2004-07-09 [colin]      0.9.11cvs17.17
15244
15245         * src/pop.c
15246                 strlen checking...
15247         * src/messageview.c
15248                 refactoring a bit
15249
15250 2004-07-08 [colin]      0.9.11cvs17.16
15251
15252         * src/noticeview.c
15253         * src/noticeview.h
15254                 Add an optional second button
15255         * src/messageview.c
15256         * src/pop.c
15257         * src/pop.h
15258                 Don't delete partially received mails after a certain
15259                 time; rather, let the user decide.
15260
15261 2004-07-08 [colin]      0.9.11cvs17.15
15262
15263         * src/common/smtp.h
15264                 Sync with HEAD
15265
15266 2004-07-08 [colin]      0.9.11cvs17.14
15267
15268         * src/messageview.c
15269         * src/common/smtp.c
15270                 Use to_human_readable() for sizes
15271
15272 2004-07-08 [colin]      0.9.11cvs17.13
15273
15274         * src/inc.c
15275         * src/messageview.c
15276         * src/pop.c
15277         * src/pop.h
15278         * src/procmsg.c
15279                 Fix partial-downloading issues:
15280                         catch unsupported TOP
15281                         don't delete partially downloaded mails before 5 days
15282                         don't update existing with non-MH folders; that'll
15283                         make dups, but it's better than trashing the folder
15284                         free new msginfo parts
15285                 Fix indentation ;-)
15286
15287 2004-07-08 [colin]      0.9.11cvs17.12
15288
15289         * src/common/smtp.c
15290         * src/common/smtp.h
15291                 Sync smtp size verification with HEAD
15292
15293 2004-07-08 [colin]      0.9.11cvs17.11
15294
15295         * src/summaryview.c
15296         * src/prefs_common.c
15297         * src/prefs_common.h
15298         * src/gtk/quicksearch.c
15299         * src/gtk/quicksearch.h
15300                 Sync sticky pref with HEAD
15301
15302 2004-07-08 [colin]      0.9.11cvs17.10
15303
15304         * src/folder.c [1.213.2.6]
15305         * src/folder.h [1.87.2.6]
15306         * src/inc.c [1.149.2.7]
15307         * src/messageview.c [1.94.2.8]
15308         * src/procheader.c [1.47.2.6]
15309         * src/procmsg.c [1.150.2.4]
15310         * src/procmsg.h [1.60.2.5]
15311         * src/pop.c [1.56.2.4]
15312         * src/pop.h [1.17.2.3]
15313                 Let too big messages get downloaded, but truncated
15314                 Add a button to download them completely
15315                 
15316 2004-07-06 [colin]      0.9.11cvs17.9
15317
15318         * src/gtk/quicksearch.c [1.1.2.3]
15319                 Add a Clear button
15320         * commitHelper
15321         * PATCHSETS
15322                 Add a script to help with cvs
15323
15324 2004-07-03 [colin]      0.9.11cvs17.8
15325
15326         * src/plugins/imageviewer/viewer.c
15327                 fix imageviewer (which was staying on the first
15328                 displayed image)
15329
15330 2004-07-03 [colin]      0.9.11cvs17.7
15331
15332         Removed FIXME_GTK2 warnings
15333         * src/gtk/gtkutils.c
15334                 useless #warnings
15335         * src/gtk/menu.c
15336                 useless #warnings (no need to mess with menu rc)
15337         * src/gtk/menu.h
15338                 unused functions
15339         
15340
15341 2004-07-03 [colin]      0.9.11cvs17.6
15342
15343         Removed FIXME_GTK2 warnings
15344         * src/codeconv.c
15345                 useless #warnings (rewrite needed)
15346         * src/compose.c
15347                 useless #warnings (rewrite needed)
15348                 useless #warnings (gtk2 is like that)
15349                 useless #warnings (previously fixed)
15350         * src/main.c
15351                 useless #warnings (previously fixed)
15352         * src/message_search.c
15353                 useless #warnings (gtk2 is like that)
15354                 Made apparent that search is case-sensitive
15355         * src/mimeview.c
15356                 useless #warnings (rewrite needed)
15357                 useless #warnings (gtk2 is like that)
15358                 reimplemented real warnings
15359         * src/prefs_common.c
15360                 Removed block cursor option (not it gtk2)
15361         * src/prefs_gtk.c
15362                 useless #warnings (rewrite needed)
15363         * src/procheader.c
15364                 useless #warnings (rewrite needed)
15365         * src/sourcewindow.c
15366                 useless #warnings (incorrect placing)
15367         * src/summary_search.c
15368                 useless #warnings (gtk2 is like that)
15369                 Made apparent that search is case-sensitive
15370         * src/action.c
15371                 useless #warnings (gtk2 is like that)
15372         * src/textview.c
15373                 useless #warnings (rewrite needed)
15374         * src/toolbar.c
15375                 useless #warnings (rewrite needed)
15376
15377 2004-07-03 [colin]      0.9.11cvs17.5
15378
15379         * src/textview.c
15380                 Fix mismerge which broke URI opening
15381                 
15382 2004-07-01 [colin]      0.9.11cvs17.4
15383
15384         * src/gtk/filesel.c
15385                 Fill filename when saving
15386                 
15387 2004-06-27 [colin]      0.9.11cvs17.3
15388
15389         * src/gtk/filesel.[ch]
15390                 Use the new GTK file selector
15391                 Update prototype to match the reality: multiple file
15392                 selection is open-only          
15393         * src/compose.c
15394                 Match the new prototypes        
15395         * configure.ac
15396                 Match the new requirements (gtk 2.4.0)
15397                         
15398 2004-06-26 [colin]      0.9.11cvs17.2
15399
15400         * src/plugins/trayicon/trayicon.c
15401                 Remove useless signal handler on resize, which causes
15402                 an infinite "loop"
15403         
15404 2004-06-26 [colin]      0.9.11cvs17.1
15405         
15406         * tools/Makefile.am
15407                 remove launch_firebird and add nautilus2sylpheed.sh
15408         * src/quicksearch.c
15409           src/summaryview.c
15410                 Fix show/hide "Extended symbols" button problem
15411                 Fix apparition at startup
15412                 Fix const warnings
15413         * src/plugins/image_viewer/Makefile.am
15414                 Fix configure 
15415         * common/ssl.c
15416                 Re-enable certificate check, as it doesn't seem to
15417                 cause Xlib errors anymore
15418
15419 2004-06-25 [paul]       0.9.11cvs17
15420
15421         * sync with 0.9.11cvs17 HEAD
15422         
15423         NOTE: QuickSearch is broken
15424
15425 2004-06-07 [colin]      0.9.10claws67.10
15426         * src/plugins/trayicon/trayicon.c
15427           src/plugins/trayicon/libeggtrayicon/Makefile.am
15428           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15429                 Fix gettextization in trayicon plugin
15430
15431 2004-06-07 [colin]      0.9.10claws67.9
15432         
15433         * src/summaryview.c
15434           src/gtk/gtksctree.[ch]
15435                 Let Shift+{Up,Down} work in summaryview
15436                 (well, Down "works" and Up works)
15437                 Let the list scroll when using these keys
15438
15439 2004-06-06 [colin]      0.9.10claws67.8
15440
15441         * src/plugins/trayicon/trayicon.c
15442                 Fix pixmap update
15443
15444 2004-06-06 [colin]      0.9.10claws67.7
15445
15446         * src/addressbook.c
15447                 Fix signal handling causing system-wide focus grab
15448
15449 2004-05-25 [paul]       0.9.10claws67.6
15450
15451         * Makefile.am
15452           src/Makefile.am
15453                 clean up
15454
15455 2004-05-25 [paul]       0.9.10claws67.5
15456
15457         * replace deprecated gtk_signal... functions
15458
15459 2004-05-23 [colin]      0.9.10claws67.4
15460
15461         * src/compose.c
15462                 Fix wrapping
15463
15464 2004-05-22 [colin]      0.9.10claws67.3
15465
15466         * src/compose.c
15467                 Re-fix [Edited] in compose.c::compose_reedit()
15468
15469 2004-05-22 [colin]      0.9.10claws67.2
15470
15471         * src/procmime.c
15472                 Fix parsing of multiparts mails
15473
15474 2004-05-22 [colin]      0.9.10claws67.1
15475
15476         * src/summaryview.c
15477                 Fix quicksearch
15478
15479 2004-05-22 [paul]       0.9.10claws67
15480
15481         * sync with 0.9.10claws67 HEAD
15482
15483 2004-05-14 [alfons]
15484
15485         * src/procmime.h
15486                 add forgotton prototype
15487
15488 2004-05-10 [paul]       0.9.10claws57
15489
15490         * sync with 0.9.10claws57 HEAD
15491
15492 2004-05-05 [paul]       0.9.9.claws1
15493
15494         * ChangeLog-gtk2        ** REMOVED **
15495           ChangeLog-gtk2.claws  ** ADDED **
15496                 rename and adopt the normal claws format
15497                 
15498         * configure.ac
15499                 require gtkmathview >= 0.5
15500
15501         * ac/*                          ** REMOVED **
15502           ac/                           ** REMOVED **
15503           intl/Makefile.in              ** REMOVED **
15504           m4/                           ** ADDED **
15505           m4/missing                    ** ADDED **
15506           m4/missing/gdk-pixbuf.m4      ** ADDED **
15507           m4/missing/gettext.m4         ** ADDED **
15508           m4/missing/gpgme.m4           ** ADDED **
15509           m4/missing/imlib.m4           ** ADDED **
15510           m4/.cvsignore                 ** ADDED **
15511           m4/Makefile.am                ** ADDED **
15512           m4/README                     ** ADDED **
15513           m4/aclocal-include.m4         ** ADDED **
15514           m4/aspell.m4                  ** ADDED **
15515           m4/check-type.m4              ** ADDED **
15516           m4/gnupg-check-typedef.m4     ** ADDED **
15517           m4/openssl.m4                 ** ADDED **
15518           m4/spamassassin.m4            ** ADDED **
15519           po/ChangeLog                  ** REMOVED **
15520           po/Makefile.in.in             ** REMOVED **
15521           po/Rules-quot                 ** REMOVED **
15522           po/boldquot.sed               ** REMOVED **
15523           po/en@boldquot.header         ** REMOVED **
15524           po/en@quot.header             ** REMOVED **
15525           po/insert-header.sin          ** REMOVED **
15526           po/quot.sed                   ** REMOVED **
15527           po/remove-potcdate.sed        ** REMOVED **
15528           po/remove-potcdate.sin        ** REMOVED **
15529           po/stamp-po                   ** REMOVED **
15530           Makefile.am
15531           autogen.sh
15532           configure.ac
15533                 enable building with automake 1.8.x
15534                 add 'autopoint --force' to autogen.sh and remove all
15535                 auto-generated files, remove ac/ directory and use
15536                 m4/ directory instead
15537                 
15538         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15539                 fix gettextization
15540
15541 2004-02-28 Colin Leroy <colin@colino.net>
15542         * src/prefs_matcher.c
15543           src/prefs_filtering.c
15544           src/prefs_filtering_action.c
15545                 Fix non-editable GtkEntries
15546
15547 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15548         * src/prefs_themes.c
15549                 utf8 conversion for theme info
15550
15551 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15552         * sync 0.9.9claws
15553
15554 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15555         * src/grouplistdialog.c
15556                 allow multiple selections without ctrl key
15557
15558 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15559         * src/main.c
15560                 enable customizable accelerators
15561
15562 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15563         * src/prefs_common.c
15564                 re-enable different font settings for gtk1/2
15565         * src/prefs_folder_item.c
15566                 fix folder prefs displayed wrong
15567         * src/textview.c
15568                 set 'sunken' shadow type
15569
15570 2004-02-07 Colin Leroy <colin@colino.net>
15571         * src/compose.c
15572                 Fix message being always [Edited]
15573                 Encode headers correctly (utf8 buf)
15574
15575 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15576         * src/socket.c
15577                 remove double g_source_attach()
15578                 (Thanks to Colin Leroy)
15579
15580 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15581         * src/gtk/gtksctree.c
15582                 Fix SSL certificate list not shown
15583         * src/mimeview.c
15584                 Fix clicks in mime tree
15585
15586 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15587         * src/common/socket.c
15588                 Fix SSL receive
15589         * src/compose.c
15590                 Fix clipboard menu hotkeys
15591
15592 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15593         * src/gtk/gtkaspell.[ch]
15594           src/compose.c
15595                 reimplement spellchecker
15596
15597 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15598         * src/gtk/filesel.c
15599                 crash when inserting file in compose window
15600                 (TODO: keep old selection on clicks)
15601         * src/main.c
15602                 use gtkrc-2.0 instead of gtkrc
15603
15604 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15605         * src/messageview.c
15606                 remove orphaned mimeview unref()
15607
15608 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15609         * src/grouplistdialog.c
15610                 expand nodes containing subscribed groups
15611
15612 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15613         * src/textview.c
15614                 textview: hide cursor, restore old click behaviour
15615
15616 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15617         * src/textview.c
15618                 variable names messed up
15619
15620 2004-01-17 Colin Leroy <colin@colino.net>
15621         * src/addr_compl.c
15622                 Fix completion address too thin
15623         * src/compose.c
15624                 Fix tab-to-subject behaviour
15625         * src/summaryview.c
15626                 Implement key up & down in summaryview
15627
15628 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15629
15630         * sync 098claws
15631
15632 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15633         * configure.ac
15634           Makefile.am
15635           doc/.cvsignore
15636           doc/Makefile.am
15637                 faq, man, manual moved to doc/
15638         * ac/aspell.m4
15639           ac/check-type.m4
15640           ac/gnupg-check-typedef.m4
15641           ac/openssl.m4
15642           ac/spamassassin.m4
15643           ac/missing/gdk-pixbuf.m4
15644           ac/missing/gpgme.m4
15645           ac/missing/imlib.m4
15646                 fix automake warnings
15647
15648 2003-12-06 Colin Leroy <colin@colino.net>
15649         * src/summaryview.c
15650                 Fix quicksearch
15651
15652 2003-12-05 Colin Leroy <colin@colino.net>
15653         * src/summaryview.c
15654                 Fix going to next unread folder
15655
15656 2003-12-05 Colin Leroy <colin@colino.net>
15657         * src/crash.c
15658                 Fix gtk2 compilation
15659         * src/session.c
15660                 Remove iotag source handler at disconnection
15661         * src/socket.[ch] 
15662                 Remove source handler when closing socket 
15663                 (fixes another seg)
15664
15665 2003-12-04 Colin Leroy <colin@colino.net>
15666         * src/compose.c
15667           src/prefs_account.c
15668           src/prefs_common.c
15669                 Fix some dropdown menus
15670
15671 2003-12-04 Colin Leroy <colin@colino.net>
15672         * src/compose.c
15673                 Fix event handlers on header fields
15674         * src/common/socket.c
15675           src/common/session.c
15676                 Fix segfault with callback (SSL)
15677                 Fix end of session 
15678
15679 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15680
15681         * Fix compile bug in src/compose.c
15682         * removed src/gtk/gtkstext.[ch]
15683
15684 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15685
15686         * Convert character set and escape "text" attributes in toolbar setting
15687         files.
15688         * Fixed bug in button-press-event handling.
15689
15690 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15691
15692         * Fixed bug in key-press-event handling.
15693
15694 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15695
15696         * Enabled to compile tray-icon plugin (Ad-hoc).
15697         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15698
15699 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15700
15701         * Enabled to compile on sylpheed-claws.
15702         (tray-icon plugin still cannot compile yet.)
15703
15704 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15705
15706         * Updated to 0.9.5.
15707
15708 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15709
15710         * Updated to 0.9.4.
15711         * Ported monitoring SSL mechanism to GSource of GLib2
15712         (I don't confirm it)
15713         * Added _gtk2 suffix to key name of font preference to avoid
15714         ovverwriting preference of Gtk+-1.2 version.
15715
15716 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15717
15718         * Updated to 0.9.2.
15719
15720 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15721
15722         * Updated to 0.9.1.
15723         * Translate po files into UTF-8 when execute autogen.sh.
15724
15725 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15726
15727         * Updated to 0.9.0.
15728
15729 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15730
15731         * Plugged GError related memory leaks.
15732
15733 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15734
15735         * Changed default size of fonts.
15736         * Enabled to set titile font size of warning dialog.
15737
15738 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15739
15740         * Embed a sylpheed icon into executable binary on Windows.
15741
15742 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15743
15744         * I forgot to traslate character set of element string in src/xml.c.
15745
15746 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15747
15748         * Fixed detecting bind_textdomain_codeset in configure.in.
15749         * The bug in which "Example" of "Date fromat" preference isn't displayed
15750         correctly has been fixed.
15751
15752 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15753
15754         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15755           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15756           glib-gettextize
15757           Removed intl directory.
15758           Translated po files into UTF-8.
15759           (Thanks! Ryuji Abe)
15760
15761 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15762
15763         * The bug which doesn't unscape string in xml.c has been fixed.
15764
15765 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15766
15767         * The bug which is failed to translate encoding of file name thorough
15768         file dialog has been fixed.
15769
15770 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15771
15772         * Modified to translate file names which is used in inporting/expoting
15773         mbox feature and "Save as" feature into locale encoding.
15774         * Translate file names into locale encoding when "Attache file" and
15775         "Insert file".
15776         * Force set G_BROKEN_FILENAMES environment variable.
15777         * Other minor fixes.
15778
15779 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15780
15781         * Modified to treat MH folder's name as locale encoding.
15782
15783 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15784
15785         * The bug which clash on switching candidates of auto completion of
15786         addresses, cannot use auto completion in Japanesse is fixed
15787         (Thanks! Tokunaga-san)¡¥
15788
15789 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15790
15791         * The bug which cannot switch key accelerator preference has been fixed
15792         (Thanks! smbd-san)¡¥
15793
15794 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15795
15796         * version 0.8.11-gtk2-20030314
15797
15798 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15799
15800         * The bug in which character set conversion of filtering messages has
15801         been fixed.(Thanks! COCOA-san).
15802
15803 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15804
15805         * Revived "Leave space on head" preference in "Message" category.
15806         * A bug which clash when put the cursor to end of buffer and execute
15807         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15808
15809 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15810
15811         * version 0.8.11-gtk2-20030312
15812
15813 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15814
15815         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15816         * Modified to use Pango's API directly for font preference.
15817         * Integrated GtkTextView of textview to one widget.
15818         * Set fonts of header title in textview by "header_title" tag.
15819         * Removed some deprecated codes.
15820
15821 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15822
15823         * Updated to 0.8.11.
15824         * Merged cygwin patch(Thanks! Sakai-san).
15825
15826 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15827
15828         * version 0.8.10-gtk2-20030309