2006-06-02 [colin] 2.2.0cvs74
[claws.git] / ChangeLog
1 2006-06-02 [colin]      2.2.0cvs74
2
3         * src/main.c
4                 On exit, free caches after writing them
5                 Shuts up some valgrind false positives
6         * src/procmsg.c
7         * src/send_message.c
8                 Fix races when reusing existing SMTP connections
9                 Fix inexistant session timeout
10         * src/toolbar.c
11                 Display alertpanel after all queues have
12                 been processed, not after each
13
14 2006-06-02 [wwp]        2.2.0cvs73
15
16         * manual/fr/glossary.xml
17         * manual/fr/ack.xml
18         * manual/ack.xml
19                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
20
21 2006-06-02 [wwp]        2.2.0cvs72
22
23         * manual/xml2pdf
24         * manual/dist/pdf/Makefile.am
25         * manual/dtd/manual.xsl
26         * manual/fr/dist/pdf/Makefile.am
27         * manual/pl/dist/pdf/Makefile.am
28                 we changed the procedure to generate the .pdf version of the manual.
29                 The procedure is more modern and the .pdf we get now has a valid index.
30                 Here are the new pre-requisites:
31
32                 - JRE 1.x (1.4 here): there must be one from your distro
33                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
34                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
35                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
36
37                 See my posts for further info about the installation of this toolchain:
38
39                 Date: Fri, 19 May 2006 19:40:06 +0200
40                 From: wwp <subscript@free.fr>
41                 To: sylpheed-claws-devel@lists.sourceforge.net
42                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
43
44                 and
45
46                 Date: Wed, 24 May 2006 12:58:49 +0200
47                 From: wwp <subscript@free.fr>
48                 To: sylpheed-claws-devel@lists.sourceforge.net
49                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
50
51 2006-06-01 [colin]      2.2.0cvs71
52
53         * src/compose.c
54                 Better guards against IMAP races
55         * src/main.c
56         * src/prefs_common.c
57         * src/prefs_common.h
58         * src/common/ssl_certificate.c
59         * src/etpan/imap-thread.c
60         * src/etpan/imap-thread.h
61         * src/gtk/sslcertwindow.c
62                 New hidden option ssl_skip_cert_check to 
63                 avoid dups of bug #959 (libetpan linked
64                 against gnutls and gnutls buggy on 64bit)
65                 Present expired warning only once per
66                 session/server.
67         * manual/advanced.xml
68         * manual/fr/advanced.xml
69                 Document new option
70
71 2006-06-01 [wwp]        2.2.0cvs70
72
73         * src/messageview.c
74                 fix for bug #961 (wrong check was done when checking before sending
75                 notification email), thanks to Colin.
76
77 2006-05-31 [cleroy]     2.2.0cvs69
78
79         * src/common/ssl.c
80                 Guard against NULLs, although this
81                 should never be an issue
82
83 2006-05-31 [colin]      2.2.0cvs68
84
85         * src/filtering.c
86                 Use g_slist_prepend
87         * src/imap.c
88                 Don't remove caches when destroying folder, it
89                 could (should) be done at exit
90         * src/inc.c
91                 free processing cache after incorporation
92         * src/etpan/imap-thread.c
93                 Maybe fix bug #959 (Crash on moving to emails 
94                 to a imap account per ssl with a expired 
95                 certificate.)
96
97 2006-05-30 [colin]      2.2.0cvs67
98
99         * src/summaryview.c
100                 Put back event flush when displaying message
101                 It avoids reading a bunch of messages just
102                 by hitting shift-n for too long ;)
103
104 2006-05-29 [colin]      2.2.0cvs66
105
106         * src/summaryview.c
107                 Remove useless g_warnings
108
109 2006-05-29 [colin]      2.2.0cvs65
110
111         * src/imap.c
112                 Fix g_slist_append()s for performance
113
114 2006-05-29 [colin]      2.2.0cvs64
115
116         * src/compose.c
117         * src/common/utils.c
118                 Fix extraneous tab at start of addresses
119         * src/mainwindow.c
120                 Fix warnings (thanks to Fabien)
121                 Fix crash at exit when composing messages 
122                 exist
123         * src/pop.c
124                 Fix progress bar when deleting expired mails
125                 Thanks to Hiro
126         * src/summaryview.c
127         * src/gtk/gtksctree.c
128                 Fix re-sorting slowness
129
130 2006-05-29 [paul]       2.2.0cvs63
131
132         * src/mh.c
133                 fetch full message when moving mails
134                 from another mailbox, (fixed data loss
135                 when filtering from IMAP to MH, introduced
136                 in 2.2.0cvs57).
137                 Thanks to Colin
138
139 2006-05-29 [mones]      2.2.0cvs62
140
141         * src/gtk/gtksctree.c
142                 Unselect faster (patch by Colin)        
143
144 2006-05-26 [colin]      2.2.0cvs61
145
146         * src/summaryview.c
147                 Unplug MSGINFO_UPDATE callback on delete too.
148
149 2006-05-26 [colin]      2.2.0cvs60
150
151         * src/foldersel.c
152                 Fix bold in folder selection window with glib2.10
153                 thanks Hiro
154
155 2006-05-26 [colin]      2.2.0cvs59
156
157         * src/procheader.c
158                 Convert date only if necessary (and don't
159                 try to convert from utf8 to utf8, too)
160         * src/summaryview.c
161                 Only set column's text if the column's 
162                 displayed
163
164 2006-05-26 [colin]      2.2.0cvs58
165
166         * src/summaryview.c
167         * src/gtk/gtkutils.c
168                 Fix useless warning
169
170 2006-05-26 [colin]      2.2.0cvs57
171
172         * src/mainwindow.c
173                 Make summaryview selectable as long as 
174                 no message has focus
175         * src/mh.c
176                 Faster deletion (by implementing mh_remove_msgs)
177                 Faster copy (avoid using mh_fetch_msg just to get
178                 the filename)
179                 Faster move (using move_file instead of copy_file
180                 if MSG_IS_MOVE)
181                 No progressbar if total number of mails to cp/mv 
182                 is less than 100
183         * src/summaryview.c
184                 Fix removal from subject_table when mail gets moved
185                 Faster deletion (g_slist_prepend instead of append)
186         * src/gtk/gtksctree.c
187                 Remove useless code
188
189 2006-05-25 [colin]      2.2.0cvs56
190
191         * src/common/ssl_certificate.c
192                 Fix leak in expired cert check
193
194 2006-05-25 [colin]      2.2.0cvs55
195
196         * src/mh.c
197                 Disable flags syncing on .mh_sequences - it
198                 is buggy and marks mails read under unknown
199                 conditions.
200
201 2006-05-25 [paul]
202
203         * 2.3.0-rc4 released
204
205 2006-05-24 [colin]      2.2.0cvs54
206
207         attention cvs users: if you manage to crash
208         Sylpheed-Claws while moving, copying or deleting
209         mails, we *are* interested in stack traces and
210         valgrind logs. It looks stable, but one never
211         knows...
212
213         * src/folder.c
214                 Add progressbar for cache updates
215         * src/folderutils.c
216                 Optimize Mark all read in the current
217                 folder
218         * src/mh.c
219                 Add progressbar for copy/move
220         * src/procmsg.c
221                 Optimize O(n^2) in copy/move
222         * src/summaryview.c
223         * src/gtk/gtksctree.c
224                 Optimize O(n^2) algos
225         * src/common/timing.h
226                 Display ms instead of us
227
228 2006-05-24 [wwp]        2.2.0cvs53
229
230         * manual/fr/advanced.xml
231                 updates to the French manual.
232
233 2006-05-24 [wwp]        2.2.0cvs52
234
235         * src/common/utils.c
236                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
237
238 2006-05-24 [wwp]        2.2.0cvs51
239
240         * src/folderutils.c
241                 fixed "mark all read" in MH folders (thanks to Colin).
242
243 2006-05-24 [paul]       2.2.0cvs50
244
245         * doc/man/sylpheed-claws.1
246                 updated the man page
247
248 2006-05-23 [colin]      2.2.0cvs49
249
250         * src/folderview.c
251         * src/imap.c
252         * src/inc.c
253         * src/mbox.c
254         * src/messageview.c
255         * src/news.c
256         * src/send_message.c
257         * src/summaryview.c
258         * src/gtk/sslcertwindow.c
259                 alertpanel fixes, by Fabien
260
261 2006-05-23 [colin]      2.2.0cvs48
262
263         * src/folder.c
264         * src/folderview.c
265         * src/msgcache.c
266         * src/summaryview.c
267         * src/gtk/gtksctree.c
268         * src/gtk/gtksctree.h
269                 More timings
270                 Fix slow loading problem, which was caused by the
271                 use of some gtk_ctree funcs and their use of
272                 g_list_position while gtk_ctree_(un)link'ing.
273                 Reap more functions from gtkctree.c to be sure we
274                 use our (fast) version instead of theirs.
275         * src/mh.c
276                 Fix copy of unread mails
277
278
279 2006-05-22 [wwp]        2.2.0cvs47
280
281         * manual/fr/advanced.xml
282                 updated.
283
284 2006-05-22 [colin]      2.2.0cvs46
285
286         * src/filtering.c
287                 Fix possible infinite loop. 'copy' is not a 
288                 final action, so when encountering a 'copy',
289                 we have to check if a previous one was set
290                 and do it. In the same way, if we encounter
291                 a 'move' we have to perform a possibly 
292                 pending 'copy'. This will slow down filtering
293                 on IMAP if move+copy or multiple copy actions
294                 are to be done, but handling it via the batch
295                 would be really too convoluted.
296
297 2006-05-22 [wwp]        2.2.0cvs45
298
299         * manual/fr/advanced.xml
300         * manual/fr/faq.xml
301         * manual/fr/glossary.xml
302         * manual/fr/handling.xml
303         * manual/fr/intro.xml
304         * manual/fr/plugins.xml
305         * manual/fr/sylpheed-claws-manual.xml
306                 sync w/ the english manual: updates URIs, documented mailing-list
307                 support, better explanation about the enabled/disabled feature
308                 in filtering/processing rules by Paul.
309
310 2006-05-21 [colin]      2.2.0cvs44
311
312         * src/summaryview.c
313                 Don't expand after building threads, but during
314
315 2006-05-21 [colin]      2.2.0cvs43
316
317         * src/procmsg.c
318         * src/summaryview.c
319                 More timing possibilities... For next time I have 
320                 to find out how the hell some 3GHz computer takes
321                 one minute to open a 30k folder...
322
323 2006-05-21 [colin]      2.2.0cvs42
324
325         * manual/pl/advanced.xml
326         * manual/pl/faq.xml
327         * manual/pl/glossary.xml
328         * manual/pl/handling.xml
329         * manual/pl/intro.xml
330         * manual/pl/plugins.xml
331         * manual/pl/sylpheed-claws-manual.xml
332                 Polish manual updated by Pawel
333
334 2006-05-20 [colin]
335
336         * 2.3.0-rc3 released
337
338 2006-05-20 [colin]      2.2.0cvs41
339
340         * src/imap.c
341                 Fix -rc2 problems:
342                 - remove cache of moved messages from original folder
343                 - apply new flags to messages even if they aren't appliable
344                   via IMAP.
345
346 2006-05-20 [colin]
347
348         * 2.3.0-rc2 released
349
350 2006-05-19 [colin]      2.2.0cvs40
351
352         * src/imap.c
353                 Don't issue SELECT in imap_change_flags
354                 before having checked that we indeed have
355                 some flags to change. MSG_POSTFILTERED for
356                 example can't be used on IMAP.
357                 Fixes bug #955 (copying messages between 
358                 imap folders is extremely slow), which was
359                 a regression.
360
361 2006-05-19 [colin]      2.2.0cvs39
362
363         * src/folder.c
364         * src/folder.h
365         * src/folderview.c
366                 Try to fix bug #830 (Some unread messages 
367                 get marked read in IMAP inbox):
368                 - Prevent scanning a folder if it's being 
369                   opened via the GUI
370                 - Postpone opening via the GUI of a folder
371                   currently scanned.
372
373
374 2006-05-19 [wwp]        2.2.0cvs38
375
376         * manual/advanced.xml
377                 fix English+typo (thanks to Paul).
378
379 2006-05-19 [wwp]        2.2.0cvs37
380
381         * manual/advanced.xml
382         * manual/fr/advanced.xml
383         * src/gtk/logwindow.c
384         * src/prefs_common.c
385         * src/prefs_common.h
386                 added hidden prefs to allow customization of colors used in
387                 protocol log window (useful for dark gtk+ themes).
388
389 2006-05-19 [wwp]        2.2.0cvs36
390
391         * ChangeLog
392                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
393
394 2006-05-19 [paul]       2.2.0cvs35
395
396         * src/textview.c
397                 make Reply-To fully clickable
398         * src/gtk/logwindow.c
399                 more colouring (SMTP ESMTP)
400         Both patches by Pawel Pekala
401
402 2006-05-19 [cleroy]     2.2.0cvs34
403
404         * src/mh.c
405                 Don't update flags from current folder
406                 Probably fixes bug #935 (Read Messages 
407                 Revert to Being Marked as Unread)
408
409 2006-05-18 [colin]      2.2.0cvs33
410
411         * src/imap.c
412                 Warning fix
413         * src/compose.c
414         * src/mainwindow.c
415         * src/summaryview.c
416         * src/toolbar.c
417                 Allow replying to multiple emails
418                 in multiple windows
419         * src/mimeview.c
420         * src/etpan/imap-thread.c
421                 Leak fixes
422
423 2006-05-18 [paul]       2.2.0cvs32
424
425         * src/summaryview.c
426                 keep Mailing-List menu refreshed
427                 Thanks to Colin
428
429 2006-05-18 [paul]       2.2.0cvs31
430
431         * manual/advanced.xml
432         * manual/faq.xml
433         * manual/glossary.xml
434         * manual/handling.xml
435         * manual/intro.xml
436         * manual/plugins.xml
437         * manual/sylpheed-claws-manual.xml
438                 update URLs
439                 add info about mailing-list support
440                 edit filtering info
441         * src/wizard.c
442         * src/common/defs.h
443         * src/gtk/about.c
444         * src/plugins/dillo_viewer/README
445                 update URLs
446
447 2006-05-17 [wwp]        2.2.0cvs30
448
449         * manual/handling.xml
450         * manual/fr/handling.xml
451                 documented the ability to enabled/disable filtering/processing rules.
452
453 2006-05-17 [colin]      2.2.0cvs29
454
455         * src/main.c
456                 Don't initialize g_thread subsystem if it's 
457                 already done (thanks to Hiro)
458         * src/mimeview.c
459                 Fix saving of parts when there name can't be
460                 converted from UTF-8.
461
462 2006-05-17 [paul]       2.2.0cvs28
463
464         * po/Makefile.in.in
465                 fix config.status warning with autoconf 2.60
466
467 2006-05-17 [paul]       2.2.0cvs27
468
469         * po/POTFILES.in
470                 add src/mbox.c
471
472 2006-05-17 [wwp]        2.2.0cvs26
473
474         * src/mainwindow.c
475                 fix useless and potentially dangerous buffer walking (thanks to Colin).
476
477 2006-05-17 [wwp]        2.2.0cvs25
478
479         * src/plugins/demo/demo.c
480                 updated product name in plugin demo (many plugins need to be
481                 sync'ed w/ that change).
482
483 2006-05-17 [colin]      2.2.0cvs24
484
485         * src/mh.c
486                 Fix leak
487
488 2006-05-16 [colin]      2.2.0cvs23
489
490         * src/mainwindow.c
491                 Stupid me hit again. Fix cvs22.
492
493 2006-05-16 [colin]      2.2.0cvs22
494
495         * src/mainwindow.c
496                 Fix bug #922 (sylpheed-claws crashed after 
497                 pushing on Inbox folder)
498
499 2006-05-16 [colin]      2.2.0cvs21
500
501         * src/compose.c
502                 Make From header be copy/paste/select-able
503
504 2006-05-16 [wwp]        2.2.0cvs20
505
506         * src/export.c
507         * src/matcher.c
508         * src/summaryview.c
509         * src/etpan/imap-thread.c
510                 fix some compiler warnings (thanks to Colin).
511
512 2006-05-16 [wwp]        2.2.0cvs19
513
514         * src/action.c
515         * src/gedit-print.c
516         * src/inc.c
517         * src/mainwindow.c
518         * src/mh.c
519         * src/statusbar.c
520         * src/send_message.c
521         * src/summaryview.c
522                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
523
524 2006-05-15 [colin]      2.2.0cvs18
525
526         * src/procmsg.c
527                 Fix automatic rule creation with List-Post
528
529 2006-05-15 [paul]       2.2.0cvs17
530
531         * tools/filter_conv_new.pl
532                 updated for rule enabling/disabling
533                 claws version >= 2.3.x required
534
535 2006-05-15 [cleroy]     2.2.0cvs16
536
537         * src/main.c
538                 Revert test
539
540 2006-05-15 [cleroy]     2.2.0cvs15
541
542         * src/main.c
543                 test
544
545 2006-05-15 [wwp]        2.2.0cvs14
546
547         * manual/pl/.cvsignore
548                 ignore generated files.
549
550 2006-05-14 [wwp]        2.3.0-rc1
551
552         * 2.3.0-rc1 released
553
554 2006-05-13 [wwp]        2.2.0cvs13
555
556         * src/filtering.c
557         * src/filtering.h
558         * src/matcher.c
559         * src/matcher_parser_lex.l
560         * src/matcher_parser_parse.y
561         * src/prefs_filtering.c
562                 new feature: provide the ability to disable filtering and processing
563                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
564                 adaptations.
565
566 2006-05-13 [colin]      2.2.0cvs12
567
568         * src/compose.c
569                 Remove useless if (a) b; else b;
570                 Thanks to wwp
571
572 2006-05-13 [wwp]        2.2.0cvs11
573
574         * src/export.c
575         * src/import.c
576         * src/mainwindow.c
577         * src/mbox.c
578         * src/summaryview.c
579         * src/summaryview.h
580                 no more silent failures (or at least less ones) when importing
581                 or exporting from/to mbox. Also start importing/exporting if
582                 the necessary info is set.
583
584 2006-05-13 [wwp]        2.2.0cvs10
585
586         * RELEASE_NOTES
587                 restored up-to-date release notes.
588
589 2006-05-13 [paul]       2.2.0cvs9
590
591         * po/nl.po
592         * po/ru.po
593                 updated by Tim Dijkstra and Pavlo Bohmat
594
595 2006-05-12 [colin]      2.2.0cvs8
596
597         * src/gtk/quicksearch.c
598                 Add "k" as shortcut for "colorlabel". Patch
599                 by ath42@users.sf.net.
600
601 2006-05-12 [paul]       2.2.0cvs7
602
603         * src/prefs_common.h
604         * src/prefs_summaries.c
605         * src/summaryview.c
606                 when entering a folder also allow
607                 going directly to first Marked message
608
609 2006-05-12 [paul]       2.2.0cvs6
610
611         * src/summaryview.c
612                 always obey 'confirm before marking all
613                 mails read' option
614
615 2006-05-12 [paul]       2.2.0cvs5
616
617         * src/textview.c
618                 make Sender fully clickable
619
620 2006-05-12 [colin]      2.2.0cvs4
621
622         * src/compose.c
623         * src/compose.h
624                 Let From be editable
625         * src/main.c
626         * src/mh.c
627                 Full support of .mh_sequences' Unseen seq
628
629 2006-05-12 [colin]      2.2.0cvs3
630
631         * src/folder.c
632         * src/mainwindow.c
633         * src/mainwindow.h
634         * src/messageview.c
635         * src/prefs_spelling.c
636         * src/procheader.c
637         * src/procmsg.c
638         * src/procmsg.h
639         * src/summaryview.c
640         * src/toolbar.c
641         * src/toolbar.h
642                 Add contextual menu on Compose toolbar
643                 button. Fixes bug #944 (Automatic
644                 addresses not applied when changing account
645                 from compose window)
646                 add Mailing List support
647                 based on the old 0.6.5claws25 patch by
648                 Melvin Hadasht, with finishing touches
649                 by Colin
650                 Fix "ignore thread" when mails are threaded by
651                 subject (and weren't ignored although appearing
652                 in the thread).
653                 GUI rework.
654                 Both patches by Pawel.
655
656 2006-05-08 [paul]       2.2.0cvs2
657
658         * src/mainwindow.c
659         * src/mainwindow.h
660         * src/messageview.c
661         * src/procheader.c
662         * src/procmsg.c
663         * src/procmsg.h
664         * src/summaryview.c
665                 add Mailing List support
666                 based on the old 0.6.5claws25 patch by 
667                 Melvin Hadasht, with finishing touches
668                 by Colin
669
670 2006-05-08 [colin]      2.2.0cvs1
671
672         * src/mainwindow.c
673         * src/toolbar.c
674         * src/toolbar.h
675                 Add contextual menu on Compose toolbar 
676                 button. Fixes bug #944 (Automatic 
677                 addresses not applied when changing account 
678                 from compose window)
679
680 2006-05-08 [paul]       2.2.0
681
682         2.2.0 released
683
684 2006-05-08 [paul]       2.1.1cvs51
685
686         * po/cs.po
687         * po/de.po
688         * po/en_GB.po
689         * po/fi.po
690         * po/fr.po
691         * po/pt_BR.po
692         * po/sr.po
693         * po/zh_CN.po
694                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
695                 Fabien Vantard, Frederico Goncalves Guimaraes,
696                 Aleksandar Urosevic, and Ralgh Young
697
698 2006-05-12 [colin]      2.1.1cvs50
699
700         * po/cs.po
701         * po/de.po
702         * po/en_GB.po
703         * po/es.po
704         * po/fi.po
705         * po/fr.po
706         * po/pt_BR.po
707         * po/sr.po
708         * po/zh_CN.po
709                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
710                 Fabien Vantard, Frederico Goncalves Guimaraes,
711                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
712
713 2006-05-05 [colin]      2.1.1cvs49
714
715         * manual/Makefile.am
716         * manual/pl/Makefile.am
717         * manual/pl/account.xml
718         * manual/pl/ack.xml
719         * manual/pl/addrbook.xml
720         * manual/pl/advanced.xml
721         * manual/pl/faq.xml
722         * manual/pl/glossary.xml
723         * manual/pl/gpl.xml
724         * manual/pl/handling.xml
725         * manual/pl/intro.xml
726         * manual/pl/keyboard.xml
727         * manual/pl/plugins.xml
728         * manual/pl/starting.xml
729         * manual/pl/sylpheed-claws-manual.xml
730         * manual/pl/dist/.cvsignore
731         * manual/pl/dist/Makefile.am
732         * manual/pl/dist/html/.cvsignore
733         * manual/pl/dist/html/Makefile.am
734         * manual/pl/dist/pdf/.cvsignore
735         * manual/pl/dist/pdf/Makefile.am
736         * manual/pl/dist/ps/.cvsignore
737         * manual/pl/dist/ps/Makefile.am
738         * manual/pl/dist/txt/.cvsignore
739         * manual/pl/dist/txt/Makefile.am
740                 Add the polish translation of the manual,
741                 Authored by Pawel Pekala.
742
743 2006-05-05 [cleroy]     2.1.1cvs48
744
745         * src/main.c
746                 Re-read matcherrc after loading plugins 
747                 if some of them add folders.
748
749 2006-05-03 [colin]      2.1.1cvs47
750
751         * src/imap.c
752                 I'm idiot
753
754 2006-05-03 [colin]      2.1.1cvs46
755
756         * src/imap.c
757                 Be sure to have a session when
758                 getting separator
759
760 2006-05-03 [colin]      2.1.1cvs45
761
762         * src/imap.c
763         * src/imap.h
764         * src/imap_gtk.c
765                 Fix preventing renaming with namespace 
766                 separator.
767
768 2006-05-01 [colin]      2.1.1cvs44
769
770         * src/action.c
771                 Don't reload messageview when result of
772                 action is piped.
773
774 2006-04-29 [colin]      2.1.1cvs43
775
776         * src/prefs_receive.c
777         * src/plugins/spamassassin/spamassassin_gtk.c
778         * src/plugins/clamav/clamav_plugin_gtk.c
779                 GUI fixes by Pawel
780
781 2006-04-29 [colin]      2.1.1cvs42
782
783         * src/prefs_compose_writing.c
784         * src/prefs_quote.c
785                 Cleanups. Patch by Pawel
786
787 2006-04-28 [paul]       2.1.1cvs41
788
789         * src/matcher.c
790                 fix returned quick search results when search
791                 term contains an underscore.
792                 Thanks to Colin
793
794 2006-04-28 [paul]       2.1.1cvs40
795
796         * src/prefs_message.c
797         * src/prefs_receive.c
798                 GUI cleanups
799                 Patches by Pawel Pekala
800
801 2006-04-27 [colin]      2.1.1cvs39
802
803         * src/wizard.c
804                 Differentiate subject Welcome from
805                 window's title Welcome
806
807 2006-04-27 [paul]
808
809         2.2.0-rc1 released
810
811 2006-04-27 [paul]       2.1.1cvs38
812
813         * manual/advanced.xml
814         * manual/fr/advanced.xml
815                 add info about compose_no_markup hidden pref
816
817 2006-04-27 [paul]       2.1.1cvs37
818
819         * src/prefs_account.c
820                 improve privacy labels
821         * src/prefs_msg_colors.c
822                 change some strings for translators' convenience
823         * src/gtk/gtkutils.c
824                 don't underline the link button text
825
826 2006-04-25 [colin]      2.1.1cvs36
827
828         * src/folder.c
829                 Complete 2.1.1cvs33 (once more ;)
830
831 2006-04-25 [colin]      2.1.1cvs35
832
833         * src/editldap.c
834                 Fix tooltip
835
836 2006-04-25 [cleroy]     2.1.1cvs34
837
838         * src/compose.c
839         * src/gtk/gtkaspell.c
840                 Fix crash on redirect (related to the return 
841                 of the aspell menu in compose's toolbar)
842         * src/prefs_msg_colors.c
843                 Fix sensitivity widgets
844         * src/image_viewer.c
845         * src/gtk/pluginwindow.c
846         * src/gtk/prefswindow.c
847                 Change released signals to clicked (Fabien)
848         * po/POTFILES.in
849         * src/common/socket.c
850         * src/plugins/spamassassin/spamassassin.c
851                 Translate strings (Fabien)
852
853 2006-04-25 [paul]       2.1.1cvs33
854
855         * src/folder.c
856         * src/folder.h
857         * src/folderview.c
858                 complete the fix of bug #912
859                 Thanks to Colin
860
861 2006-04-25 [colin]      2.1.1cvs32
862
863         * src/news.c
864                 Better progress bar
865         * src/mimeview.c
866         * src/summaryview.c
867         * src/summaryview.h
868                 Fix focus chain
869                 Patches by Pawel Pekala
870
871 2006-04-24 [colin]      2.1.1cvs31
872
873         * src/compose.c
874                 Fix compilation warnings (Fabien)
875
876 2006-04-24 [colin]      2.1.1cvs30
877
878         * src/addrindex.c
879         * src/editldap.c
880         * src/editldap_basedn.c
881         * src/editldap_basedn.h
882         * src/ldapctrl.c
883         * src/ldapctrl.h
884         * src/ldapquery.c
885         * src/ldaputil.c
886         * src/ldaputil.h
887                 Fix bug #901 (LDAPS support)
888
889 2006-04-24 [colin]      2.1.1cvs29
890
891         * src/compose.c
892                 Fix logic on error with send dialog on
893         * src/imap.c
894                 Fix compilation without libetpan, thanks
895                 to Fabien
896         * src/summaryview.c
897                 Fix 'context-menu' key
898
899 2006-04-23 [colin]      2.1.1cvs28
900
901         * src/folder.c
902                 Never free current's cache to free up 
903                 memory. Fixes bug #912 (new count 
904                 randomly set to message count)
905
906 2006-04-23 [colin]      2.1.1cvs27
907
908         * src/gtk/quicksearch.c
909                 And remove printf...
910
911 2006-04-23 [colin]      2.1.1cvs26
912
913         * src/gtk/quicksearch.c
914                 Fix replacing in quicksearch, and fix inserting
915                 in the middle of the string. (introduced at 2.1.0cvs22)
916
917 2006-04-23 [colin]      2.1.1cvs25
918
919         * src/imap.c
920                 Make sure uidnext is initialized in get_num_list
921                 (not for stable, related to 2.1.1cvs8 and friends)
922
923 2006-04-23 [colin]      2.1.1cvs24
924
925         * src/imap.c
926                 Output something when login is successful
927                 too
928
929 2006-04-23 [colin]      2.1.1cvs23
930
931         * src/etpan/imap-thread.c
932                 Better logging (line-per-line, hide data in fetch)
933                 Fix a const warning
934         * src/gtk/logwindow.c
935         * src/gtk/logwindow.h
936                 Better logging (color for input/output)
937
938 2006-04-21 [colin]      2.1.1cvs22
939
940         * src/gtk/quicksearch.c
941                 On gtk+-2.8, use stock buttons in quicksearch
942                 Based on a patch by Fabien and a design by Paul
943
944 2006-04-21 [colin]      2.1.1cvs21
945
946         * src/folderview.c
947         * src/mainwindow.c
948                 Fix occasional flicker in folderview
949         * src/common/utils.c
950                 Fix bug #943 (Incorrectly parsed email address 
951                 list in short headers on message view and in 
952                 printouts)
953
954 2006-04-20 [colin]      2.1.1cvs20
955
956         * src/imap.c
957         * src/imap.h
958         * src/prefs_account.c
959                 Add ANONYMOUS auth for IMAP
960
961 2006-04-20 [paul]       2.1.1cvs19
962
963         * src/main.c
964                 proper fix for 2.1.1cvs18
965                 Thanks to Colin
966
967 2006-04-20 [paul]       2.1.1cvs18
968
969         * src/main.c
970                 fix build warnings
971
972 2006-04-20 [paul]       2.1.1cvs17
973
974         * src/gtk/quicksearch.c
975                 fix standard, non-extended Quick search,
976                 was broken in 2.1.1cvs15.
977                 Thanks to Colin.
978
979 2006-04-20 [colin]      2.1.1cvs16
980
981         * src/prefs_matcher.c
982                 Fix values when reselecting a ~test
983                 rule
984
985 2006-04-19 [colin]      2.1.1cvs15
986
987         * src/compose.c
988         * src/compose.h
989         * src/gtk/gtkaspell.c
990         * src/gtk/gtkaspell.h
991                 Put back Options menu in Spelling/
992         * src/gtk/quicksearch.c
993                 Don't search, and show error, if the
994                 advanced search has a syntax error
995
996 2006-04-18 [colin]      2.1.1cvs14
997
998         * src/textview.c
999                 Fix gdk warnings on set_cursor when textview
1000                 isn't visible
1001
1002 2006-04-18 [colin]      2.1.1cvs13
1003
1004         * src/gtk/gtksctree.c
1005                 Remove seemingly useless refresh that causes
1006                 flicker - watch this commit in case of 
1007                 problems before planned backport to stable
1008
1009 2006-04-18 [colin]      2.1.1cvs12
1010
1011         * src/imap.c
1012                 Factorize get/set_xml code
1013         * src/compose.c
1014         * src/prefs_account.c
1015         * src/prefs_account.h
1016         * src/procmsg.c
1017                 Add Encrypt to self option
1018
1019 2006-04-17 [colin]      2.1.1cvs11
1020
1021         * configure.ac
1022                 Fix search on encrpyt function on dragonfly
1023                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1024
1025 2006-04-17 [colin]      2.1.1cvs10
1026
1027         * src/prefs_account.c
1028                 Be safe by default: remove mails from POP3
1029                 after 7 days, not immediately
1030
1031 2006-04-17 [colin]      2.1.1cvs9
1032
1033         * src/etpan/imap-thread.c
1034                 Fix build on DragonFly - patch by 
1035                 Jonathan Buschmann <jonthn@agmact.com>
1036
1037 2006-04-17 [colin]      2.1.1cvs8
1038
1039         * src/imap.c
1040                 Save uidnext between sessions
1041
1042 2006-04-17 [colin]      2.1.1cvs7
1043
1044         * src/imap.c
1045                 scan is required when uid validity changes
1046
1047 2006-04-17 [colin]      2.1.1cvs6
1048
1049         * src/folderview.c
1050                 Don't scan if not necessary, apart in current
1051                 folder and INBOX to fetch flags.
1052         * src/imap.c
1053                 Scan is necessary if unread count changes
1054
1055 2006-04-17 [colin]      2.1.1cvs5
1056
1057         * src/imap.c
1058                 ...But always fetch ANSWERED and DELETED flags for
1059                 INBOX, as filtering can happen on these flags.
1060
1061 2006-04-17 [colin]      2.1.1cvs4
1062
1063         * src/imap.c
1064                 Don't fetch REPLIED and DELETED flags when synchronising
1065                 flags with a closed folder. We only need UNSEEN and FLAGGED
1066                 to update the folderview.
1067
1068 2006-04-17 [colin]      2.1.1cvs3
1069
1070         * src/imap.c
1071                 Faster flag search when there are new mails 
1072                 in a folder. We can do a full search if the 
1073                 folder contains less messages than the new
1074                 list.
1075
1076 2006-04-17 [colin]      2.1.1cvs2
1077
1078         * po/cs.po
1079         * po/de.po
1080         * po/fr.po
1081         * po/nl.po
1082         * po/pt_BR.po
1083                 Update translations from stable branch
1084
1085 2006-04-17 [colin]      2.1.1cvs1
1086
1087         * configure.ac
1088                 Bump version to follow stable release
1089
1090 2006-04-16 [mones]      2.1.0cvs50
1091
1092         * po/es.po
1093                 Updated for release
1094
1095 2006-04-16 [colin]      2.1.0cvs49
1096
1097         * src/textview.c
1098                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1099                 with gtk < 2.8. Thanks to Fabien Vantard.
1100
1101 2006-04-15 [colin]      2.1.0cvs48
1102
1103         * src/etpan/imap-thread.c
1104                 Fix bug #919 (libetpan: SEGV when connecting 
1105                 using command)
1106
1107 2006-04-14 [colin]      2.1.0cvs47
1108
1109         * src/main.c
1110                 Fix race on --select (should be done better)
1111
1112 2006-04-14 [wwp]        2.1.0cvs46
1113
1114         * src/send_message.c
1115                 enforce a check for domain in account prefs (a sending
1116                 error could be faced if domain was checked but no value set),
1117                 thanks to Colin.
1118
1119 2006-04-14 [colin]      2.1.0cvs45
1120
1121         * src/codeconv.c
1122                 when converting from unknown to unknown, if the
1123                 string is UTF8, don't convert it to the locale
1124                 (which breaks it)
1125
1126 2006-04-14 [colin]      2.1.0cvs44
1127
1128         * src/compose.c
1129                 Don't try to use ASCII for converting headers
1130                 (as done in body)
1131
1132 2006-04-14 [paul]       2.1.0cvs43
1133
1134         * src/crash.c
1135                 add locale/charset info to crash report
1136         * src/gtk/about.c
1137                 add wwp to doc team
1138                 replace 'e-mail' with preferred 'email'
1139         * src/gtk/authors.h
1140                 ensure contributors list is in alphabetical
1141                 order
1142
1143 2006-04-13 [colin]      2.1.0cvs42
1144
1145         * src/textview.c
1146                 Prevent gdk warnings
1147
1148 2006-04-13 [colin]      2.1.0cvs41
1149
1150         * src/common/ssl_certificate.c
1151         * src/common/ssl_certificate.h
1152         * src/gtk/sslcertwindow.c
1153                 Warn on expired certs, and display the expiration date
1154
1155 2006-04-13 [colin]      2.1.0cvs40
1156
1157         * src/plugins/spamassassin/spamassassin_gtk.c
1158                 Fix missing set_text on unix socket
1159
1160 2006-04-13 [wwp]        2.1.0cvs39
1161
1162         * manual/fr/advanced.xml
1163         * manual/fr/glossary.xml
1164                 applied new spam/ham/email lexicon (pourriel, courriel)
1165
1166 2006-04-13 [paul]       2.1.0cvs38
1167
1168         * src/plugins/pgpmime/plugin.c
1169                 remove the mention of S/MIME from the
1170                 description. This is now handled by the
1171                 S/MIME plugin.
1172
1173 2006-04-13 [paul]       2.1.0cvs37
1174
1175         * src/prefs_msg_colors.c
1176                 rework dialog
1177         * src/prefs_folder_item.c
1178         * src/prefs_spelling.c
1179                 add a tooltip to the colour selector buttons
1180
1181 2006-04-13 [wwp]        2.1.0cvs36
1182
1183         * manual/advanced.xml
1184         * manual/glossary.xml
1185         * manual/handling.xml
1186         * manual/keyboard.xml
1187         * manual/plugins.xml
1188         * manual/starting.xml
1189         * manual/fr/account.xml
1190         * manual/fr/ack.xml
1191         * manual/fr/addrbook.xml
1192         * manual/fr/advanced.xml
1193         * manual/fr/faq.xml
1194         * manual/fr/glossary.xml
1195         * manual/fr/gpl.xml
1196         * manual/fr/handling.xml
1197         * manual/fr/intro.xml
1198         * manual/fr/keyboard.xml
1199         * manual/fr/plugins.xml
1200         * manual/fr/starting.xml
1201         * manual/fr/sylpheed-claws-manual.xml
1202                 fixes to the manuals:
1203                  - summaryview -> Message List (same in French)
1204                  - translate key names
1205                  - fix French punctuation, use non-breakable spaces when
1206                    necessary, don't use &thinsp; which is not portable
1207                  - tell what maildir and mbox formats we support
1208
1209 2006-04-12 [wwp]        2.1.0cvs35
1210
1211         * src/prefs_toolbar.c
1212                 unified a replace button more,
1213                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1214
1215 2006-04-12 [wwp]        2.1.0cvs34
1216
1217         * src/prefs_common.c
1218         * src/prefs_msg_colors.c
1219                 make default color labels translatable,
1220                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1221                 thanks to Tim <timbrain@post.cz> for reporting.
1222
1223 2006-04-12 [wwp]        2.1.0cvs33
1224
1225         * manual/glossary.xml
1226         * manual/intro.xml
1227         * manual/plugins.xml
1228         * manual/starting.xml
1229         * manual/sylpheed-claws-manual.xml
1230         * manual/fr/.cvsignore
1231         * manual/fr/account.xml
1232         * manual/fr/ack.xml
1233         * manual/fr/addrbook.xml
1234         * manual/fr/advanced.xml
1235         * manual/fr/faq.xml
1236         * manual/fr/glossary.xml
1237         * manual/fr/handling.xml
1238         * manual/fr/intro.xml
1239         * manual/fr/keyboard.xml
1240         * manual/fr/plugins.xml
1241         * manual/fr/starting.xml
1242         * manual/fr/sylpheed-claws-manual.xml
1243                 various fixes: typos, missing .fr translations, punctuation,
1244                 capitalization, links, accents and some bad French more.
1245
1246 2006-04-12 [wwp]        2.1.0cvs32
1247
1248         * src/prefs_gtk.c
1249                 fix for bug #935: always store prefs files in UTF-8 (thanks
1250                 to Colin).
1251
1252 2006-04-11 [colin]      2.1.0cvs31
1253
1254         * src/compose.c
1255                 Fix inserting files not in utf8 when locale is utf8
1256
1257 2006-04-11 [colin]      2.1.0cvs30
1258
1259         * src/inc.c
1260                 Don't show error dialog when cancelling connection
1261                 Patch by Pawel
1262
1263 2006-04-11 [cleroy]     2.1.0cvs29
1264
1265         * src/compose.c
1266                 Implement multiple quote levels
1267         * src/prefs_common.c
1268                 Change a little bit the quote bgcolor for 2nd level
1269
1270 2006-04-11 [colin]      2.1.0cvs28
1271
1272         * src/gtk/about.c
1273                 Add locale and charset in the label
1274
1275 2006-04-10 [colin]      2.1.0cvs27
1276
1277         * src/compose.c
1278         * src/prefs_common.c
1279         * src/prefs_common.h
1280         * src/prefs_msg_colors.c
1281         * src/textview.c
1282                 Allow optional background color in quotes
1283                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1284                 GTK+-2.8.x feature
1285
1286 2006-04-10 [colin]      2.1.0cvs26
1287
1288         * src/main.c
1289         * src/mainwindow.c
1290         * src/mainwindow.h
1291                 Implement --select
1292
1293 2006-04-10 [colin]      2.1.0cvs25
1294
1295         * manual/plugins.xml
1296         * manual/fr/plugins.xml
1297                 Document libcurl's proxy variables
1298
1299 2006-04-09 [colin]      2.1.0cvs24
1300
1301         * src/prefs_common.c
1302                 gettext() returns statically allocated stuff. We have
1303                 to strdup it in order to be able to free it.
1304
1305 2006-04-09 [colin]      2.1.0cvs23
1306
1307         * AUTHORS
1308         * src/gtk/authors.h
1309                 Add Alexei
1310
1311 2006-04-09 [colin]      2.1.0cvs22
1312
1313         * src/mainwindow.c
1314         * src/gtk/quicksearch.c
1315                 Fix bug #859 (problems with cyrilic input in 
1316                 search panel) - Patch by Alexey Illarionov 
1317                 <littlesavage@rambler.ru>
1318
1319 2006-04-09 [colin]      2.1.0cvs21
1320
1321         * src/prefs_customheader.c
1322                 I prefer removing then freeing rather than the contrary
1323                 (even if it doesn't change anything ;-)
1324         * src/prefs_account.c
1325                 Fix bug #933 (Crash re-entering the custom headers list 
1326                 dialog in accounts prefs)
1327                 The problem happened when cancelling the Account 
1328                 Preferences' dialogs - in which case we didn't do 
1329                 anything to the PrefsAccount * struct. In case of applying,
1330                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1331                 working with in this dialog. The problem is that 
1332                 prefs_customheader.c, working on this tmp_ac_prefs, always
1333                 changes the ->customhdr_list pointer, even when cancelled. 
1334                 So in case of cancelling the prefs_account dialog, we still
1335                 have to update ->customhdr_list in the real account.
1336
1337 2006-04-08 [colin]      2.1.0cvs20
1338
1339         * manual/fr/glossary.xml
1340         * manual/fr/keyboard.xml
1341                 Forgot some headers :)
1342
1343 2006-04-08 [colin]      2.1.0cvs19
1344
1345         * manual/Makefile.am
1346         * manual/fr/Makefile.am
1347         * manual/fr/account.xml
1348         * manual/fr/ack.xml
1349         * manual/fr/addrbook.xml
1350         * manual/fr/advanced.xml
1351         * manual/fr/faq.xml
1352         * manual/fr/glossary.xml
1353         * manual/fr/gpl.xml
1354         * manual/fr/handling.xml
1355         * manual/fr/intro.xml
1356         * manual/fr/keyboard.xml
1357         * manual/fr/plugins.xml
1358         * manual/fr/starting.xml
1359         * manual/fr/sylpheed-claws-manual.xml
1360         * manual/fr/dist/.cvsignore
1361         * manual/fr/dist/Makefile.am
1362         * manual/fr/dist/html/.cvsignore
1363         * manual/fr/dist/html/Makefile.am
1364         * manual/fr/dist/pdf/.cvsignore
1365         * manual/fr/dist/pdf/Makefile.am
1366         * manual/fr/dist/ps/.cvsignore
1367         * manual/fr/dist/ps/Makefile.am
1368         * manual/fr/dist/txt/.cvsignore
1369         * manual/fr/dist/txt/Makefile.am
1370                 Add the french translation of the manual. Thanks to
1371                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1372                 account.xml, ack.xml, addrbook.xml and advanced.xml
1373
1374 2006-04-08 [colin]      2.1.0cvs18
1375
1376         * manual/plugins.xml
1377         * manual/starting.xml
1378                 More fixes
1379
1380 2006-04-07 [colin]      2.1.0cvs17
1381
1382         * manual/faq.xml
1383         * manual/intro.xml
1384         * manual/keyboard.xml
1385                 Little fixes
1386
1387 2006-04-07 [colin]      2.1.0cvs16
1388
1389         * README
1390         * src/compose.c
1391         * src/prefs_common.c
1392         * src/prefs_common.h
1393                 Add hidden compose_no_markup pref
1394
1395 2006-04-07 [wwp]        2.1.0cvs15
1396
1397         * src/summary_search.c
1398         * .cvsignore
1399                 Bugfix: stop button was sticky when searching in an empty folder.
1400                 Applied curly brackets code style to the whole file (summary_search.c).
1401                 More files to ignore.
1402
1403 2006-04-07 [wwp]        2.1.0cvs14
1404
1405         * src/message_search.c
1406         * src/summary_search.c
1407                 changed default button when search bumps at file/folder
1408                 beginning or end, for convenience (thanks to Colin).
1409
1410 2006-04-07 [paul]       2.1.0cvs13
1411
1412         * src/plugins/dillo_viewer/dillo_prefs.c
1413                 avoid future potential for namespace collision
1414                 Patch by Colin
1415
1416 2006-04-06 [wwp]        2.1.0cvs12
1417
1418         * src/summary_search.c
1419                 Unify extended/advanced searches names (and thus factorize labels),
1420                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1421
1422 2006-04-06 [wwp]        2.1.0cvs11
1423
1424         * src/folderview.c
1425         * src/prefs_themes.c
1426         * src/summaryview.c
1427                 Fixed some compilation warnings.
1428
1429 2006-04-06 [colin]      2.1.0cvs10
1430
1431         * manual/advanced.xml
1432                 Document the wizard template and how to deploy
1433                 Sylpheed-Claws effectively
1434
1435 2006-04-06 [colin]      2.1.0cvs9
1436
1437         * src/folderview.c
1438                 gettext patch to tell translators about _("#"),
1439                 by Maxim Britov
1440
1441 2006-04-06 [colin]      2.1.0cvs8
1442
1443         * src/textview.c
1444                 Fix invalid GtkTextBIter after clicking "Display as text"
1445
1446 2006-04-06 [mones]      2.1.0cvs7
1447
1448         * src/addr_compl.c
1449         * src/addrindex.c
1450         * src/addritem.c
1451         * src/codeconv.c
1452         * src/compose.c
1453         * src/filtering.c
1454         * src/folder.c
1455         * src/folder_item_prefs.c
1456         * src/folderview.c
1457         * src/localfolder.c
1458         * src/matcher.c
1459         * src/mimeview.c
1460         * src/prefs_msg_colors.c
1461         * src/prefs_spelling.c
1462         * src/prefs_themes.c
1463         * src/procmime.c
1464         * src/procmsg.c
1465         * src/stock_pixmap.c
1466         * src/summaryview.c
1467         * src/textview.c
1468         * src/toolbar.c
1469         * src/common/mgutils.c
1470         * src/common/prefs.c
1471         * src/common/ssl_certificate.c
1472         * src/gtk/colorlabel.c
1473         * src/gtk/quicksearch.c
1474         * src/plugins/pgpmime/pgpmime.c
1475         * src/plugins/spamassassin/spamassassin.c
1476                 Removed redundant NULL checks for g_free() calls.
1477                 Patch by Pawel Pekala.
1478
1479 2006-04-06 [mones]      2.1.0cvs6
1480
1481         * src/prefs_actions.c
1482         * src/prefs_filtering.c
1483         * src/prefs_filtering_action.c
1484         * src/prefs_matcher.c
1485         * src/prefs_template.c
1486         * src/gtk/gtkutils.c
1487         * src/gtk/gtkutils.h
1488                 Have a nice replace button. Patch by Pawel Pekala
1489
1490 2006-04-06 [colin]      2.1.0cvs5
1491
1492         * src/addressbook.c
1493                 Fix crash with empty columns
1494
1495 2006-04-05 [colin]      2.1.0cvs4
1496
1497         * src/wizard.c
1498         * src/prefs_gtk.c
1499                 Allow wizard customization with pre-filled values
1500
1501 2006-04-05 [colin]      2.1.0cvs3
1502
1503         * src/textview.c
1504         * src/mimeview.c
1505         * src/mimeview.h
1506                 Nicer messages in mimeview
1507
1508 2006-04-05 [colin]      2.1.0cvs2
1509
1510         * src/addressbook.c
1511         * src/prefs_summaries.c
1512                 i18n fix
1513
1514 2006-04-05 [colin]      2.1.0cvs1
1515
1516         * src/plugins/pgpcore/plugin.c
1517         * src/plugins/pgpcore/select-keys.c
1518         * src/plugins/pgpcore/select-keys.h
1519         * src/plugins/pgpcore/sgpgme.c
1520         * src/plugins/pgpcore/sgpgme.h
1521         * src/plugins/pgpinline/pgpinline.c
1522         * src/plugins/pgpinline/plugin.c
1523         * src/plugins/pgpmime/pgpmime.c
1524         * src/plugins/pgpmime/plugin.c
1525                 Factorize and generalize a bit 
1526                 Drop S/MIME signature verification from PGP/MIME
1527                 (adding it as another, more complete plugin)
1528
1529 2006-04-05 [paul]       2.1.0
1530
1531         2.1.0 released
1532
1533 2006-04-05 [paul]       2.0.0cvs186
1534
1535         * manual/advanced.xml
1536                 add info on colour labels
1537
1538 2006-04-05 [paul]       2.0.0cvs185
1539
1540         * po/bg.po
1541         * po/cs.po
1542         * po/de.po
1543         * po/el.po
1544         * po/en_GB.po
1545         * po/fi.po
1546         * po/fr.po
1547         * po/it.po
1548         * po/nl.po
1549         * po/pl.po
1550         * po/pt_BR.po
1551         * po/sr.po
1552         * po/zh_CN.po
1553                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1554                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1555                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1556                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1557         * src/gtk/authors.h
1558         * tools/claws.i18n.status.pl
1559                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1560                 and new Czech translator, Tim <timbrain@post.cz>
1561
1562 2006-04-05 [mones]      2.0.0cvs184
1563
1564         * po/es.po
1565                 Updated translation
1566
1567 2006-04-05 [colin]      2.0.0cvs183
1568
1569         * src/gtk/quicksearch.c
1570                 Fix bug #929 (unnecessary reload in quick search bar)
1571
1572 2006-04-05 [colin]      2.0.0cvs182
1573
1574         * src/compose.c
1575                 Fix crash on Reply with no From:
1576                 Show signature and conversion error on queuing 
1577                 (but not sending)
1578         * src/mainwindow.c
1579         * src/summaryview.c
1580         * src/summaryview.h
1581                 Factorize threading code and make sure msginfo 
1582                 is not null when it comes from a GtkCTreeRow's 
1583                 data
1584         * src/gtk/gtkaspell.c
1585                 Check for necessary things
1586         * src/gtk/gtksctree.c
1587         * src/gtk/gtksctree.h
1588                 Reset anchor if necessary when removing node
1589
1590 2006-03-29 [colin]      2.0.0cvs181
1591
1592         * src/folderview.c
1593                 Warn for disabled IMAP accounts (due to lack of
1594                 libetpan). Breaks string-freeze - sorry - but it
1595                 is kind of important ;)
1596
1597 2006-03-28 [colin]      2.0.0cvs180
1598
1599         * src/gtk/gtkutils.c
1600         * src/gtk/gtkutils.h
1601                 Add a gtkut_get_link_btn() function that
1602                 creates a button which acts like an URI
1603         * src/prefs_themes.c
1604         * src/gtk/about.c
1605                 Use this function (factorizes codes)
1606         * src/common/defs.h
1607         * src/gtk/pluginwindow.c
1608                 Add a "Get more..." in the plugins window
1609
1610 2006-03-28 [colin]      2.0.0cvs179
1611
1612         * src/common/smtp.c
1613         * src/common/passcrypt.c
1614         * src/undo.c
1615                 Warning fixes. Patch by Pawel Pekala
1616
1617 2006-03-27 [colin]      2.0.0cvs178
1618
1619         * src/undo.c
1620                 Fix undoing by blocks with spaces
1621
1622 2006-03-27 [colin]      2.0.0cvs177
1623
1624         * src/textview.c
1625                 Set margin to 3px for headers
1626
1627 2006-03-27 [paul]
1628
1629         2.1.0-rc2 released
1630
1631 2006-03-27 [wwp]        2.0.0cvs176
1632
1633         * src/summaryview.c
1634                 don't reset quicksearch when updating the message list.
1635                 Thanks to Colin.
1636
1637 2006-03-26 [wwp]        2.0.0cvs175
1638
1639         * src/compose.c
1640                 use a unified border width ('other' tab in the compose window,
1641                 patch by Pawel Pekala).
1642
1643
1644 2006-03-26 [wwp]        2.0.0cvs174
1645
1646         * src/common/quoted-printable.c
1647         * src/addressbook.c
1648                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1649
1650 2006-03-26 [colin]      2.0.0cvs173
1651
1652         * src/quote_fmt_parse.y
1653                 Fix non-UTF8 date formats messing up the whole quote a 
1654                 little bit
1655
1656 2006-03-26 [colin]      2.0.0cvs172
1657
1658         * src/procheader.c
1659                 Make sure the date is UTF8 valid, or try to make it
1660                 so. IncrediMail is really IncrediStupid.
1661         * src/compose.c
1662                 Fix possible conversions. 
1663                 
1664
1665 2006-03-26 [colin]      2.0.0cvs171
1666
1667         * src/matcher.c
1668                 Fix corner cases in body search. This is still a
1669                 hack... It seems impossible to make it good and 
1670                 reasonably fast at the same time.
1671
1672 2006-03-26 [colin]      2.0.0cvs170
1673
1674         * src/summaryview.c
1675                 I think I killed the twilight zone bug!
1676                 summary_select_node() flushes GTK events in order
1677                 to be able to center the view. But this also 
1678                 flushes keypresses like Ctrl-Alt-U, so this can
1679                 call summary_show from summary_select_node (itself
1680                 called from summary_show, etc.). And the summaryview
1681                 has to be unlocked in this function. So just locking
1682                 while processing GTK events, and bailing if locked, 
1683                 should fix it.
1684                 Fixes bug #927 (SIGSEGV during Update Summary)
1685
1686 2006-03-25 [colin]      2.0.0cvs169
1687
1688         * src/matcher.c
1689                 Fix search in QP-encoded bodies
1690                 Fix utf-8 searches in bodies encoded in the
1691                 locale's encoding
1692         * src/common/quoted-printable.c
1693         * src/common/quoted-printable.h
1694                 Add a decode function that doesn't overwrite
1695                 the original pointer
1696                 
1697
1698 2006-03-24 [colin]      2.0.0cvs168
1699
1700         * src/action.c
1701         * src/summaryview.c
1702         * src/summaryview.h
1703                 Update message cache after action
1704                 Patch by H. Merijn Brand
1705         * src/prefs_msg_colors.c
1706                 Factorize label 
1707                 Patch by Fabien Vantard
1708         * src/plugins/spamassassin/spamassassin_gtk.c
1709                 Remove useless translation
1710                 Patch by Fabien Vantard
1711
1712 2006-03-23 [colin]      2.0.0cvs167
1713
1714         * src/common/ssl.c
1715                 Let 30 seconds to SSL_connect
1716
1717 2006-03-23 [wwp]        2.0.0cvs166
1718
1719         * src/summaryview.c
1720         * src/gtk/description_window.c
1721                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1722                 and headers are translated; adjust description windows' width to fit their
1723                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1724
1725 2006-03-23 [paul]       2.0.0cvs165
1726
1727         * src/common/utils.c
1728                 fix highlighting of URIs containing "()"
1729                 (2.0.0cvs164's reversal fixed)
1730                 Thanks to Colin.
1731
1732 2006-03-23 [paul]       2.0.0cvs164
1733
1734         * src/common/utils.c
1735                 revert patch, (postponing a fix), at 2.0.0cvs120
1736                 as it breaks more URIs than it fixes.
1737                 Allow '-' to be a terminating character in a URI
1738
1739 2006-03-22 [colin]      2.0.0cvs163
1740
1741         * configure.ac
1742                 Require libetpan 0.45
1743                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1744
1745 2006-03-22 [paul]       2.0.0cvs162
1746
1747         * src/editgroup.c
1748                 replace '<-' and '->' buttons with GTK_STOCK graphical
1749                 buttons
1750         * src/summary_search.c
1751                 don't offer '...' for translation
1752                 add a tooltip to advanced search '...' button
1753         * src/gtk/quicksearch.c
1754                 don't offer '...' for translation
1755
1756 2006-03-21 [colin]      2.0.0cvs161
1757
1758         * src/compose.c
1759                 Fix middle-click pasting (insert at click
1760                 position instead of cursor position, don't
1761                 remove existing selection and allow pasting
1762                 our own selection)
1763         * src/addressbook.c
1764                 "LDAP Server" -> "LDAP servers"
1765
1766 2006-03-21 [wwp]        2.0.0cvs160
1767
1768         * src/etpan/imap-thread.c
1769                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1770
1771 2006-03-20 [colin]      2.0.0cvs159
1772
1773         * src/summaryview.c
1774                 Don't reload summaryview after an execute with no
1775                 move action
1776
1777 2006-03-19 [colin]      2.0.0cvs158
1778
1779         * src/addressbook.c
1780                 and put groups at the top, always
1781
1782 2006-03-19 [colin]      2.0.0cvs157
1783
1784         * src/addressbook.c
1785                 Order groups before names, as previously
1786
1787 2006-03-19 [colin]      2.0.0cvs156
1788
1789         * src/addressbook.c
1790                 - Sort case-unsensitive
1791                 - Put the sort arrow at opening too
1792
1793 2006-03-19 [wwp]        2.0.0cvs155
1794
1795         * src/addressbook.c
1796                 allow sorting by name/email/remarks, ensure that right-pane's contents
1797                 matches the left-pane selection (cleared when appropriate).
1798                 Patch by Pawel Pekala <c0rn@o2.pl>.
1799
1800 2006-03-18 [colin]      2.0.0cvs154
1801
1802         * src/textview.c
1803                 Fix text cursor ;)
1804
1805 2006-03-18 [colin]      2.0.0cvs153
1806
1807         * src/gtk/filesel.c
1808                 Make sure we hide the preview if we didn't get
1809                 a filename
1810
1811 2006-03-18 [colin]      2.0.0cvs152
1812
1813         * src/summaryview.c
1814                 Set cursor to watch for execution (fixes lack
1815                 of watch-cursor when dnd'ing hundreds of mails)
1816         * src/gtk/filesel.c
1817                 Check that mime type is 'image/*' before updating
1818                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1819
1820 2006-03-18 [colin]      2.0.0cvs151
1821
1822         * src/mainwindow.c
1823         * src/textview.c
1824         * src/textview.h
1825                 Put a watch cursor in textview too when the mainwindow's
1826                 cursor in a watch
1827
1828 2006-03-18 [colin]      2.0.0cvs150
1829
1830         * src/folder.c
1831                 Change wrong asserts to simple tests
1832
1833 2006-03-17 [colin]      2.0.0cvs149
1834
1835         * src/mainwindow.c
1836         * src/mainwindow.h
1837         * src/prefs_msg_colors.c
1838         * src/summaryview.c
1839         * src/summaryview.h
1840         * src/gtk/colorlabel.c
1841         * src/gtk/colorlabel.h
1842                 Add a color label menu in the main menubar
1843                 Add (fixed) accels Ctrl-{0-7} to change the color
1844                 They have to be fixed because the menu's dynamic,
1845                 the items are complex widgets, hence we can't use
1846                 a GtkItemFactory.
1847
1848
1849 2006-03-17 [wwp]        2.0.0cvs148
1850
1851         * src/compose.c
1852                 rollback few lines from my previous commit (those lines come from
1853                 a pending patch, accidentally commited, even if neutral as they are
1854                 commented out).
1855
1856 2006-03-17 [wwp]        2.0.0cvs147
1857
1858         * src/compose.c
1859                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1860                 applied code style/indentation to the modified function.
1861
1862 2006-03-17 [wwp]        2.0.0cvs146
1863
1864         * src/procmsg.c
1865         * src/compose.c
1866                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1867
1868 2006-03-17 [paul]
1869
1870         2.1.0-rc1 released
1871
1872 2006-03-17 [paul]       2.0.0cvs145
1873
1874         * src/main.c
1875                 addressbook_read_file() was called twice
1876         * src/textview.c
1877                 X-Mailer highlighting
1878
1879 2006-03-16 [colin]      2.0.0cvs144
1880
1881         * src/sourcewindow.c
1882         * src/sourcewindow.h
1883                 And the last one, in source window.
1884
1885 2006-03-16 [colin]      2.0.0cvs143
1886
1887         * src/compose.c
1888         * src/compose.h
1889                 Fix the same stuff in compose
1890
1891 2006-03-16 [colin]      2.0.0cvs142
1892
1893         * src/messageview.c
1894                 Complete the previous messageview crash fix
1895
1896 2006-03-16 [colin]      2.0.0cvs141
1897
1898         * src/procmsg.h
1899         * src/procmsg.c
1900         * src/folder.c
1901                 Fix POSTPROCESSING hook
1902                 Patch by H. Merijn Brand
1903
1904         * src/procmime.c
1905         * src/procmime.h
1906                 Parse Content-Location
1907
1908         * src/toolbar.c
1909         * src/messageview.c
1910         * src/messageview.h
1911                 Don't crash when a top-level MessageView has
1912                 been closed on us. Same problematic than
1913                 yesterday's quicksearch issue.
1914
1915 2006-03-15 [colin]      2.0.0cvs140
1916
1917         * src/gtk/quicksearch.c
1918                 Fix a bitchy race we didn't think about when we
1919                 added quicksearch cancellation:
1920                 If the search is not on cached fields, for example
1921                 body_part matchcase "stuff"
1922                 the matcher code has to get the whole message. If
1923                 we're on IMAP, that can be slow, and in order to
1924                 be non-blocking, the IMAP code idle loop processes
1925                 gtk events too. So it is possible to cancel a
1926                 quicksearch while the matcher is getting the mail's
1927                 body. After matcher got its body, it will start to
1928                 iterate over the matcher list that the Quicksearch's
1929                 clear_search_cb() just freed via prepare_matcher().
1930                 SIGSEGV ensues.
1931                 The fix consists of guarding the matcherlist_match()
1932                 call with a boolean 'matching'. If we reset the
1933                 quicksearch while matching is TRUE, we don't free
1934                 the matcherlist anymore like we did, but we set
1935                 another new flag, deferred_free, to TRUE. Then,
1936                 in quicksearch_match(), just after returning from
1937                 matcherlist_match() and unsetting the matching flag,
1938                 we check the deferred_free flag and do the
1939                 prepare_matcher() (which does the matcherlist_free)
1940                 for real, so we free the matcherlist once it's not
1941                 used anymore.
1942                 As all of this runs via the glib main loop, we
1943                 luckily don't need a mutex.
1944         * src/summaryview.c
1945                 Also, show progress while searching.
1946
1947
1948 2006-03-14 [colin]      2.0.0cvs139
1949
1950         * src/alertpanel.c
1951                 Make alertpanel_is_open non-static
1952
1953 2006-03-14 [colin]      2.0.0cvs138
1954
1955         * src/prefs_spelling.c
1956                 Cleanups - Fabien Vantard
1957
1958 2006-03-14 [wwp]        2.0.0cvs137
1959
1960         * src/main.c
1961                 code style normalization (curly braces, indentation).
1962
1963 2006-03-14 [wwp]        2.0.0cvs137
1964
1965         * src/main.c
1966                 code style (braces, indentation)
1967
1968 2006-03-12 [paul]       2.0.0cvs136
1969
1970         * src/prefs_common.c
1971                 trans_hdr defaults to FALSE to be RFC-savvy
1972         * src/prefs_summaries.c
1973                 add a tooltip to the trans_hdr option
1974                 
1975
1976 2006-03-12 [paul]       2.0.0cvs135
1977
1978         * src/prefs_matcher.c
1979                 give a little more width to the combos
1980         * src/prefs_display_header.c
1981         * src/textview.c
1982                 translate headers if prefs_common.trans_hdr
1983                 is TRUE
1984
1985         Patches by Pawel Pekala
1986
1987 2006-03-12 [paul]       2.0.0cvs134
1988
1989         * src/plugins/clamav/clamav_plugin.c
1990         * src/plugins/dillo_viewer/dillo_viewer.c
1991         * src/plugins/pgpcore/plugin.c
1992         * src/plugins/pgpinline/plugin.c
1993         * src/plugins/pgpmime/plugin.c
1994         * src/plugins/spamassassin/spamassassin.c
1995                 update/add to descriptions
1996         * src/plugins/spamassassin/spamassassin_gtk.c
1997                 fixes to the english, remove superfluous
1998                 tooltips, clean up a little
1999
2000 2006-03-12 [paul]       2.0.0cvs133
2001
2002         * src/compose.c
2003                 fix Bug 924, 'Account combo box shows up wrong 
2004                 if & is in account name'
2005
2006 2006-03-11 [colin]      2.0.0cvs132
2007
2008         * src/summaryview.c
2009                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2010                 messed up shift-selection because is slows down
2011                 moving around summaryview. thanks -users
2012
2013 2006-03-10 [colin]      2.0.0cvs131
2014
2015         * src/plugins/spamassassin/spamassassin_gtk.c
2016                 Put back Paul's engrish fixes
2017
2018 2006-03-10 [colin]      2.0.0cvs130
2019
2020         * src/plugins/spamassassin/spamassassin.c
2021         * src/plugins/spamassassin/spamassassin.h
2022         * src/plugins/spamassassin/spamassassin_gtk.c
2023                 Cleanup SA prefs page (more)
2024                 Patch by Fabien Vantard
2025
2026 2006-03-10 [paul]       2.0.0cvs129
2027
2028         * src/prefs_msg_colors.c
2029         * src/prefs_spelling.c
2030                 widget sensitivity
2031
2032 2006-03-09 [mones]      2.0.0cvs128
2033
2034         * po/es.po
2035                 Update for next RC
2036
2037 2006-03-09 [wwp]        2.0.0cvs127
2038
2039         * configure.ac
2040                 revert accidental commit (requirement for libetpan 0.43), this time
2041                 not in HEAD.
2042
2043 2006-03-09 [wwp]        2.0.0cvs125
2044
2045         * configure.ac
2046                 revert accidental commit (requirement for libetpan 0.43)
2047
2048 2006-03-09 [paul]       2.0.0cvs126
2049
2050         * src/prefs_receive.c
2051                 remove useless frame
2052                 replace 'incorporation' with 'receiving'
2053         * src/plugins/clamav/clamav_plugin_gtk.c
2054         * src/plugins/spamassassin/spamassassin_gtk.c
2055                 improve widget sensitivity
2056                 fix a bit his engrish
2057
2058 2006-03-09 [wwp]        2.0.0cvs125
2059
2060         * src/addressadd.c
2061         * src/foldersel.c
2062         * src/prefs_common.c
2063         * src/prefs_common.h
2064                 remember some more windows' sizes (add to addressbook and
2065                 select folder).
2066
2067 2006-03-09 [paul]       2.0.0cvs124
2068
2069         * src/plugins/pgpcore/prefs_gpg.c
2070                 normalise construction of dialogue
2071
2072 2006-03-09 [paul]       2.0.0cvs123
2073
2074         * src/plugins/trayicon/Makefile.am
2075                 add missing slash
2076
2077 2006-03-08 [colin]      2.0.0cvs122
2078
2079         * src/plugins/trayicon/Makefile.am
2080                 Fix build in separate dir 
2081                 Patch by Bamanzi <bamanzi@gmail.com>
2082
2083 2006-03-08 [colin]      2.0.0cvs121
2084
2085         * src/procmsg.c
2086                 Batch move and copies from summaryview with delayed execution
2087                 too
2088
2089 2006-03-07 [paul]       2.0.0cvs120
2090
2091         * src/common/utils.c
2092                 fix highlighting of URIs containing "()"
2093                 Patch by Pawel Pekala
2094
2095 2006-03-07 [paul]       2.0.0cvs119
2096
2097         * src/folder.c
2098         * src/folder.h
2099         * src/folderview.c
2100                 immediately do alphabetical resort when
2101                 changing a folder's name
2102                 Patch by Pawel Pekala
2103
2104 2006-03-07 [paul]       2.0.0cvs118
2105
2106         * src/news.c
2107         * src/news_gtk.c
2108                 when unsubscribing a newsgroup, remove the
2109                 folder and msgs in .sylpheed-claws/newscache
2110                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2111
2112 2006-03-07 [paul]       2.0.0cvs117
2113
2114         * src/textview.c
2115                 fix wrong Fake URL Warning
2116                 Thanks to Hiro
2117
2118 2006-03-07 [colin]      2.0.0cvs116
2119
2120         * src/imap.c
2121                 Return immediately when password dialog was
2122                 cancelled
2123         * src/gtk/inputdialog.c
2124                 Allow empty strings for passwords
2125
2126
2127 2006-03-06 [colin]      2.0.0cvs115
2128
2129         * src/imap.c
2130                 Prevent double-timeouts when connection fails
2131
2132 2006-03-06 [colin]
2133
2134         2.0.1-rc1 released
2135
2136 2006-03-06 [colin]      2.0.0cvs114
2137
2138         * src/imap.c
2139                 Refresh session during potentially long
2140                 operations
2141
2142 2006-03-06 [wwp]        2.0.0cvs113
2143
2144         * src/prefs_msg_colors.h
2145                 forgot that one (custom color labels).
2146
2147 2006-03-06 [wwp]        2.0.0cvs112
2148
2149         * src/prefs_common.c
2150         * src/prefs_common.h
2151         * src/prefs_msg_colors.c
2152         * src/summaryview.c
2153         * src/summaryview.h
2154         * src/gtk/colorlabel.c
2155         * src/gtk/colorlabel.h
2156                 colors in messages list are now customizable. Color values and names can
2157                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2158                 Thanks to Paul and Colin for their help with this longstanding patch!
2159
2160 2006-03-06 [wwp]        2.0.0cvs111
2161
2162         * src/textview.c
2163                 don't crash if (x)face is bad.
2164
2165 2006-03-05 [paul]       2.0.0cvs110
2166
2167         * AUTHORS
2168         * configure.ac
2169         * src/Makefile.am
2170         * src/common/Makefile.am
2171         * src/common/utils.h
2172         * src/etpan/imap-thread.c
2173         * src/gtk/authors.h
2174         * src/plugins/clamav/Makefile.am
2175         * src/plugins/demo/Makefile.am
2176         * src/plugins/dillo_viewer/Makefile.am
2177         * src/plugins/pgpcore/Makefile.am
2178         * src/plugins/pgpcore/passphrase.c
2179         * src/plugins/pgpinline/Makefile.am
2180         * src/plugins/pgpmime/Makefile.am
2181         * src/plugins/spamassassin/Makefile.am
2182         * src/plugins/trayicon/Makefile.am
2183                 fix builiding on cygwin
2184                 Patch by Ralgh Young <bamanzi@gmail.com>
2185
2186 2006-03-04 [wwp]        2.0.0cvs109
2187
2188         * manual/keyboard.xml
2189                 fix mixed up/down keys.
2190
2191 2006-03-04 [wwp]        2.0.0cvs108
2192
2193         * README
2194         * INSTALL
2195                 updated links to SpamAssassin.
2196
2197 2006-03-04 [wwp]        2.0.0cvs107
2198
2199         * manual/plugins.xml
2200         * src/plugins/spamassassin/README
2201                 updated SpamAssassin plugin docs to reflect new functional additions
2202                 (also fix/update/documents few technical stuff more, see the README).
2203
2204 2006-03-04 [wwp]        2.0.0cvs106
2205
2206         * src/prefs_message.c
2207                 normalized capitalization of message-prefs paths.
2208
2209 2006-03-04 [wwp]        2.0.0cvs105
2210
2211         * manual/advanced.xml
2212                 typo.
2213
2214 2006-03-03 [colin]      2.0.0cvs104
2215
2216         * src/plugins/clamav/clamav_plugin_gtk.c
2217                 Rework prefs page, patch by Fabien 
2218
2219 2006-03-03 [colin]      2.0.0cvs103
2220
2221         * src/plugins/clamav/clamav_plugin.c
2222                 Set error on all errors
2223
2224 2006-03-03 [colin]      2.0.0cvs102
2225
2226         * src/common/plugin.c
2227                 Initialize error to avoid crashing when a plugin fails
2228                 without setting error
2229
2230 2006-03-02 [wwp]        2.0.0cvs101
2231
2232         * configure.ac
2233                 fixed linker flags for libetpan support on Cygwin
2234                 (thanks to H.Merijn Brand).
2235
2236 2006-03-02 [wwp]        2.0.0cvs100
2237
2238         * src/addressbook.c
2239                 fix some AB error messages: one for punctuation and
2240                 one wrongly duplicate (thanks, maxbritov).
2241
2242 2006-03-02 [wwp]        2.0.0cvs99
2243
2244         * src/plugins/spamassassin/spamassassin.c
2245                 make sync calls to sa-learn/spamc to prevent
2246                 system (whatever local or client/server) overload.
2247
2248 2006-03-02 [colin]      2.0.0cvs98
2249
2250         * src/summaryview.c
2251                 Put the spam icon in the status column instead of the
2252                 mark one
2253
2254 2006-03-01 [colin]      2.0.0cvs97
2255
2256         * src/plugins/spamassassin/spamassassin.c
2257                 Fix segfault (g_file_set_contents fails for some 
2258                 reason and err==0x2f. Can't find out why with
2259                 valgrind, using working function :-)
2260
2261 2006-03-01 [colin]      2.0.0cvs96
2262
2263         * src/inc.c
2264                 Offline overriding: let 'No' be cached only 3 seconds
2265
2266 2006-03-01 [colin]      2.0.0cvs95
2267
2268         * src/addr_compl.c
2269         * src/addrbook.c
2270         * src/addressbook.c
2271         * src/addrindex.c
2272         * src/folder_item_prefs.c
2273         * src/headerview.c
2274         * src/imap.c
2275         * src/inc.c
2276         * src/ldif.c
2277         * src/mainwindow.c
2278         * src/mh.c
2279         * src/msgcache.c
2280         * src/prefs_common.h
2281         * src/prefs_msg_colors.c
2282         * src/procheader.c
2283         * src/procheader.h
2284         * src/procmime.c
2285         * src/procmsg.c
2286         * src/procmsg.h
2287         * src/send_message.h
2288         * src/simple-gettext.c
2289         * src/summaryview.c
2290         * src/summaryview.h
2291         * src/syldap.c
2292         * src/textview.c
2293         * src/undo.c
2294         * src/common/ssl_certificate.c
2295         * src/common/utils.c
2296         * src/gtk/colorsel.c
2297         * src/gtk/gtksctree.c
2298         * src/gtk/gtkshruler.c
2299         * src/plugins/trayicon/trayicon.c
2300                 #if 0 goes to /dev/null
2301
2302 2006-03-01 [colin]      2.0.0cvs94
2303
2304         * src/compose.c
2305         * src/imap.c
2306         * src/inc.c
2307         * src/inc.h
2308         * src/messageview.c
2309         * src/news.c
2310         * src/plugins/spamassassin/spamassassin.c
2311                 Allow to add information in the "working offline"
2312                 window
2313
2314 2006-03-01 [wwp]        2.0.0cvs93
2315
2316         * src/plugins/spamassassin/spamassassin.c
2317                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2318                 'cause it seems that calling `spamc ... < inputfile` with
2319                 g_spawn_(a)sync simply.. erm doesn't work :-).
2320
2321 2006-03-01 [wwp]        2.0.0cvs92
2322
2323         * src/toolbar.c
2324         * src/toolbar.h
2325                 simplify the adding of spam/ham button to the messageview toolbar
2326                 (it gets more clear now that the same button will be "Mark as spam"
2327                 or "Mark as ham" according to the current message status,
2328                 thanks to Colin).
2329
2330 2006-03-01 [wwp]        2.0.0cvs91
2331
2332         * src/messageview.c
2333         * src/procmsg.c
2334         * src/procmsg.h
2335         * src/summaryview.c
2336         * src/plugins/spamassassin/spamassassin.c
2337         * src/plugins/spamassassin/spamassassin.h
2338                 make learner callbacks return a status (0 for ok),
2339                 handle it in main code to avoid setting flags when learning failed,
2340                 don't learn on TCP if offline in spamassassin,
2341                 thanks to Colin.
2342
2343                 
2344
2345 2006-03-01 [wwp]        2.0.0cvs90
2346
2347         * src/compose.c
2348                 some work around the compose window's account menu,
2349                 patch by Fabien Vantard.
2350
2351 2006-03-01 [wwp]        2.0.0cvs89
2352
2353         * src/plugins/spamassassin/spamassassin.c
2354                 fixed bad logics, was using spamc in local mode and sa-learn
2355                 in remote mode (thanks, Colin).
2356
2357 2006-03-01 [wwp]        2.0.0cvs88
2358
2359         * src/plugins/spamassassin/spamassassin.c
2360         * src/plugins/spamassassin/spamassassin.h
2361         * src/plugins/spamassassin/spamassassin_gtk.c
2362                 made processing of emails w/ sa-plugin an option (default is TRUE),
2363                 fixed Engrish some tooltips, capitalization of some debug messages
2364                 and warnings. The spamassassin plugin now provides two separate
2365                 services: process emails upon incorporation and spamd training.
2366                 Both services (un)register independently but use some common
2367                 plugin settings (transport settings, spam storage location).
2368
2369 2006-02-28 [wwp]        2.0.0cvs87
2370
2371         * src/plugins/spamassassin/spamassassin.c
2372                 fix async flag to spamc cmdline execution (batch exec should
2373                 be asynchronous).
2374
2375 2006-02-27 [wwp]        2.0.0cvs86
2376
2377         * src/plugins/spamassassin/spamassassin.c
2378         * src/plugins/spamassassin/spamassassin.h
2379         * src/plugins/spamassassin/spamassassin_gtk.c
2380                 - added the ability to learn a remote spamassassin server (spamd),
2381                 using spamc.
2382                 - added the spamassassin option 'username', that applies to all
2383                 spamassassin operations (filtering, learning, local or remote).
2384                 The default username is the current unix user (if left blank
2385                 from gtk prefs or config file).
2386                 - commented out some unused code (notebook widget), removed unused
2387                 layout (hbox1).
2388                 - make more widgets sensitive to the transport type.
2389
2390 2006-02-27 [colin]      2.0.0cvs85
2391
2392         * src/plugins/spamassassin/spamassassin.c
2393                 Fix sa-learn call when offline
2394
2395 2006-02-27 [colin]      2.0.0cvs84
2396
2397         * configure.ac
2398         * src/Makefile.am
2399         * src/mainwindow.c
2400         * src/mainwindow.h
2401         * src/messageview.c
2402         * src/messageview.h
2403         * src/prefs_toolbar.c
2404         * src/procmsg.c
2405         * src/stock_pixmap.c
2406         * src/stock_pixmap.h
2407         * src/summaryview.c
2408         * src/toolbar.c
2409         * src/toolbar.h
2410         * src/pixmaps/ham_btn.xpm
2411         * src/pixmaps/spam.xpm
2412         * src/pixmaps/spam_btn.xpm
2413         * src/plugins/spamassassin/spamassassin.c
2414                 Add button in toolbar for spam learning
2415                 Fix a few bugs from the last related commit
2416                 Revert 1.9.6cvs23 which messed up shift-selection
2417
2418 2006-02-24 [colin]      2.0.0cvs83
2419
2420         * src/procmsg.c
2421         * src/summaryview.c
2422         * src/summaryview.h
2423         * src/plugins/spamassassin/spamassassin.c
2424         * src/plugins/spamassassin/spamassassin.h
2425         * src/plugins/spamassassin/spamassassin_gtk.c
2426                 Unregister learner when spamassassin is either
2427                 disabled or over tcp
2428
2429 2006-02-24 [colin]      2.0.0cvs82
2430
2431         * src/Makefile.am
2432         * src/mainwindow.c
2433         * src/mainwindow.h
2434         * src/procmsg.c
2435         * src/procmsg.h
2436         * src/stock_pixmap.c
2437         * src/stock_pixmap.h
2438         * src/summaryview.c
2439         * src/summaryview.h
2440         * src/gtk/icon_legend.c
2441         * src/pixmaps/spam.xpm  ** NEW FILE **
2442         * src/plugins/spamassassin/spamassassin.c
2443         * src/plugins/spamassassin/spamassassin_gtk.c
2444                 Add spam learning interface (Mark/Mark as 
2445                 (spam|ham) menus)
2446
2447 2006-02-24 [wwp]        2.0.0cvs81
2448
2449         * src/compose.c
2450         * src/compose.h
2451         * src/filtering.c
2452                 hide compose window when sending message in batch mode
2453                 (filtering: forward and redirect). Also fixed a wrong
2454                 value returned when sending failed, neutral anyway.
2455                 (Colin, me) 
2456
2457 2006-02-24 [wwp]        2.0.0cvs80
2458
2459         * src/mainwindow.c
2460                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2461
2462 2006-02-24 [paul]       2.0.0cvs79
2463
2464         * src/news.c
2465         * src/news.h
2466         * src/news_gtk.c
2467                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2468                 Thanks to Colin
2469
2470 2006-02-23 [colin]      2.0.0cvs78
2471
2472         * src/alertpanel.c
2473                 Change OK to Close in alertpanel with View log
2474                 button; add accel to View log. Patch by Fabien
2475                 Vantard
2476
2477 2006-02-23 [wwp]        2.0.0cvs77
2478
2479         * src/compose.c
2480                 silly me, there were much more tests to perform, since toolbars can
2481                 really have down to 1 element only.
2482
2483 2006-02-23 [wwp]        2.0.0cvs76
2484
2485         * commitHelper
2486                 fixed indentation from my previous commit. Fallback to VISUAL if
2487                 EDITOR is not set (and to vi, at last resort).
2488
2489 2006-02-23 [wwp]        2.0.0cvs75
2490
2491         * commitHelper
2492                 improved error detection (Colin, me).
2493
2494 2006-02-23 [wwp]        2.0.0cvs74
2495
2496         * src/prefs_toolbar.c
2497                 simplify and fix prefs/toolbars layouting. Combos' contents can
2498                 now be really displayed.
2499
2500 2006-02-23 [wwp]        2.0.0cvs73
2501         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2502         be really displayed.
2503
2504 2006-02-22 [wwp]        2.0.0cvs72
2505
2506         * src/compose.c
2507                 fix a typo in my previous commit (sorry!).
2508
2509 2006-02-22 [wwp]        2.0.0cvs71
2510
2511         * src/prefs_toolbar.c
2512                 fix a crash when adding separators to toolbars,
2513                 also fix some separator item information.
2514
2515 2006-02-22 [wwp]        2.0.0cvs70
2516
2517         * src/compose.c
2518                 fix a crash when redirecting (for instance) when compose window's
2519                 toolbar contents has been customized (when some buttons have been
2520                 removed in fact).
2521
2522 2006-02-21 [wwp]        2.0.0cvs69
2523
2524         * src/summaryview.c
2525         * src/gtk/pluginwindow.c
2526         * src/plugins/pgpcore/prefs_gpg.c
2527                 fix some compilation warnings (feat. remains of removed code).
2528
2529 2006-02-21 [wwp]        2.0.0cvs68
2530
2531         * src/gtk/gtkutils.c
2532                 fix two compilation issues, thanks to Stephan Sachse.
2533
2534 2006-02-20 [colin]      2.0.0cvs67
2535
2536         * src/mainwindow.c
2537                 Don't reselect displayed mail on refocus
2538                 This fixes actions misbehaving 
2539
2540 2006-02-20 [wwp]        2.0.0cvs66
2541
2542         * src/summaryview.c
2543         * src/gtk/gtksctree.c
2544         * src/gtk/gtkshruler.c
2545                 changed more runtime typecast checks.
2546
2547 2006-02-20 [wwp]        2.0.0cvs65
2548
2549         * src/summary_search.c
2550                 find all - summaryview refresh issue fixed, thanks to Colin.
2551
2552 2006-02-20 [wwp]        2.0.0cvs64
2553
2554         * src/gtk/gtkutils.c
2555                 better runtime typecast checks.
2556
2557 2006-02-20 [wwp]        2.0.0cvs63
2558
2559         * src/summary_search.c
2560                 enhancements to the summary search:
2561                         - add the ability to stop the running search
2562                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2563                         - don't search if no criteria (From/To/Subject/Body) is set
2564                         - ensure that a busy mouse pointer is always shown when searching,
2565                           show it even a bit earlier
2566
2567 2006-02-19 [colin]      2.0.0cvs62
2568
2569         * src/compose.c
2570         * src/imap.c
2571         * src/etpan/imap-thread.c
2572         * src/etpan/imap-thread.h
2573                 (Future) IMAP speed improvement on sending
2574                 Will require a libetpan update
2575         * src/summaryview.c
2576         * src/gtk/quicksearch.c
2577                 Make quicksearch clearable while running.
2578
2579 2006-02-17 [colin]      2.0.0cvs61
2580
2581         * src/imap.c
2582         * src/etpan/imap-thread.c
2583         * src/etpan/imap-thread.h
2584                 Check for IMAP certificates
2585                 ** Requires libetpan-0.42-cvs4 
2586                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2587
2588 2006-02-17 [colin]      2.0.0cvs60
2589
2590         * src/messageview.c
2591         * src/prefs_common.c
2592         * src/prefs_common.h
2593         * src/prefs_message.c
2594                 Add pref to display HTML-only mails with plugin, 
2595                 if possible (defaulting to FALSE of course).
2596
2597 2006-02-16 [colin]      2.0.0cvs59
2598
2599         * src/main.c
2600         * src/common/plugin.c
2601         * src/common/plugin.h
2602         * src/gtk/pluginwindow.c
2603                 Keep track of requested (but unloaded) plugins
2604                 in some error cases.
2605
2606 2006-02-16 [wwp]        2.0.0cvs58
2607
2608         * src/gtk/gtkaspell.c
2609         * src/gtk/gtkaspell.h
2610         * src/prefs_spelling.c
2611         * src/compose.c
2612         * src/prefs_common.c
2613         * src/prefs_common.h
2614                 implemented new optional spellchecker behaviour: re-check message when
2615                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2616
2617 2006-02-16 [wwp]        2.0.0cvs57
2618
2619         * src/quote_fmt_parse.y
2620                 pclose popen'ed pipe.
2621
2622 2006-02-15 [colin]      2.0.0cvs56
2623
2624         * src/mimeview.c
2625         * src/mimeview.h
2626                 Let MimeViewers know which MimeView they
2627                 depend of.
2628         * src/summaryview.c
2629                 Swap From/To columns in Sent/Queue/Drafts
2630                 folders
2631         * src/etpan/imap-thread.c
2632                 Use mailstream_low_tls_open() for STARTTLS
2633                 instead of mailstream_low_ssl_open()
2634                 ** REQUIRES libetpan 0.42cvs3 **
2635
2636 2006-02-15 [wwp]        2.0.0cvs55
2637
2638         * src/compose.c
2639         * src/compose.h
2640         * src/message_search.c
2641         * src/message_search.h
2642         * src/textview.c
2643         * src/gtk/gtkutils.c
2644         * src/gtk/gtkutils.h
2645                 added the ability to Find text in the compose window (and a bit
2646                 of code factorization).
2647
2648 2006-02-15 [wwp]        2.0.0cvs54
2649
2650         * src/prefs_gtk.c
2651                 yet another one file was missing (fix for some widgets' sensitivity).
2652                 Thanks Colin!
2653
2654 2006-02-15 [wwp]        2.0.0cvs53
2655
2656         * src/prefs_gtk.h
2657                 oops forgot that file (fix for some widgets' sensitivity).
2658
2659 2006-02-15 [wwp]        2.0.0cvs52
2660
2661         * src/summary_search.c
2662                 implemented advanced summary search options (added the ability
2663                 to use matcher conditions in an advanced search mode).
2664
2665 2006-02-15 [wwp]        2.0.0cvs51
2666
2667         * src/plugins/pgpcore/prefs_gpg.c
2668         * src/prefs_account.c
2669                 fix some widget sensitivity, mostly around some labels in
2670                 account prefs.
2671
2672 2006-02-15 [paul]       2.0.0cvs50
2673
2674         * manual/advanced.xml
2675                 improve Templates info
2676                 written by wwp
2677
2678 2006-02-14 [colin]      2.0.0cvs49
2679
2680         * src/pixmaps/address_book.xpm
2681         * src/pixmaps/preferences.xpm
2682         * src/pixmaps/properties.xpm
2683                 Fix pixmap size - patch by Fabien Vantard
2684
2685 2006-02-13 [colin]      2.0.0cvs48
2686
2687         * src/procmime.c
2688                 Add missing fclose()s on error
2689         * src/textview.c
2690                 Remove unused code
2691         * src/common/utils.c
2692                 Fix temp files not being deleted on windows
2693         Patches by Thomas Gilgin
2694
2695 2006-02-13 [colin]      2.0.0cvs47
2696
2697         * src/mainwindow.c
2698                 Fix exit crash
2699
2700 2006-02-13 [wwp]        2.0.0cvs46
2701
2702         * src/plugins/pgpcore/prefs_gpg.c
2703                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2704
2705 2006-02-12 [colin]      2.0.0cvs45
2706
2707         * src/folderview.c
2708         * src/main.c
2709         * src/mainwindow.c
2710                 Fix "stuff" when quitting
2711
2712 2006-02-12 [wwp]        2.0.0cvs44
2713
2714         * src/prefs_themes.c
2715                 fix typos in debug messages.
2716
2717 2006-02-11 [colin]      2.0.0cvs43
2718
2719         * src/summaryview.c
2720                 don't allow drag/drop from ourself
2721
2722 2006-02-10 [wwp]        2.0.0cvs42
2723
2724         * src/exporthtml.c
2725         * src/html.c
2726         * src/html.h
2727         * src/procmime.c
2728         * src/textview.c
2729                 renamed html_ prefixed functions and data structures to avoid
2730                 namespace clashes w/ other software (gtkhtml2 for instance).
2731                 Closes bug #907.
2732
2733
2734 2006-02-09 [colin]      2.0.0cvs41
2735
2736         * src/summaryview.c
2737                 Fix shitty logic messed up. Thanks Ticho for the hint!
2738
2739 2006-02-09 [wwp]        2.0.0cvs40
2740
2741         * src/gtk/about.c
2742         * src/compose.c
2743         * src/prefs_account.c
2744         * src/prefs_gtk.h
2745         * src/editaddress.c
2746                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2747                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2748                 Browse buttons in accounts prefs.
2749
2750 2006-02-09 [colin]      2.0.0cvs39
2751
2752         * src/matcher.c
2753                 Check for pointer before using its members
2754         * src/gtk/gtksourceprintjob.c
2755                 Fix a wrong warning
2756
2757 2006-02-09 [wwp]        2.0.0cvs38
2758
2759         * src/gtk/filesel.c
2760                 fix few compiler warnings (type mismatch).
2761
2762 2006-02-09 [paul]       2.0.0cvs37
2763
2764         * po/fr.po
2765                 updated by Fabien Vantard
2766
2767 2006-02-08 [colin]      2.0.0cvs36
2768
2769         * src/prefs_common.c
2770         * src/common/defs.h
2771         * src/common/plugin.c
2772                 allow windows and linux configurations to coexist
2773                 patch by Thomas Gilgin
2774
2775 2006-02-08 [colin]      2.0.0cvs35
2776
2777         * src/filtering.c
2778         * src/matcher.c
2779         * src/matcher.h
2780         * src/matcher_parser_parse.y
2781         * src/prefs_filtering_action.c
2782         * src/prefs_matcher.c
2783                 Add the "Ignore thread" filtering
2784                 action
2785
2786 2006-02-08 [colin]      2.0.0cvs34
2787
2788         * src/compose.c
2789         * src/procmime.c
2790         * src/procmime.h
2791                 Fix bug #905 (damaged attachment)
2792                 text files with raw \0's aren't really text files
2793         FOR_STABLE
2794
2795 2006-02-08 [colin]      2.0.0cvs33
2796
2797         * src/summaryview.c
2798                 Fix crasher introduced yesterday
2799
2800 2006-02-08 [wwp]        2.0.0cvs32
2801
2802         * src/compose.c
2803         * src/compose.h
2804                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2805
2806 2006-02-08 [wwp]        2.0.0cvs31
2807
2808         * src/prefs_template.c
2809                 templates enhancement: allow address completion for Cc and Bcc fields
2810                 (it was currently possible for the To field only)
2811
2812 2006-02-08 [colin]      2.0.0cvs30
2813
2814         * src/compose.c
2815                 Don't unblock if not blocked
2816         FOR_STABLE
2817
2818 2006-02-07 [colin]      2.0.0cvs29
2819
2820         * src/action.c
2821                 Forgot to refresh summaryview
2822
2823 2006-02-07 [colin]      2.0.0cvs28
2824
2825         * src/action.c
2826                 Freeze/thaw message list and folder list while
2827                 processing %as{} actions 
2828         * src/compose.c
2829                 Fix auto-wrap disabling after a middle-click
2830                 paste - FOR_STABLE
2831
2832 2006-02-07 [paul]       2.0.0cvs27
2833
2834         * src/folder.c
2835                 fix freeing of uninitialised pointers
2836                 Thanks to Colin
2837
2838 2006-02-06 [colin]      2.0.0cvs26
2839
2840         * src/folder.c
2841                 Use g_slist_prepend in potentially big list
2842
2843 2006-02-06 [colin]      2.0.0cvs25
2844
2845         * src/folder.c
2846                 Completely skip processing if it doesn't 
2847                 exist (faster!)
2848
2849 2006-02-06 [colin]      2.0.0cvs24
2850
2851         * src/folder.c
2852         * src/summaryview.c
2853                 Batch filtering in summaryview (from Tools menu)
2854                 and pre/post//-processing too
2855
2856 2006-02-06 [colin]      2.0.0cvs23
2857
2858         * src/procmsg.h
2859         * src/filtering.c
2860                 Use a special field for batch filtering instead
2861                 of stepping on deferred execution's toes
2862
2863 2006-02-06 [colin]      2.0.0cvs22
2864
2865         * src/action.c
2866         * src/filtering.c
2867         * src/filtering.h
2868         * src/folder.c
2869         * src/summaryview.c
2870                 Fix filtering via menus and actions
2871
2872 2006-02-06 [colin]      2.0.0cvs21
2873
2874         * src/imap.c
2875                 Put the added file directly to cache if possible (will work
2876                 with next libetpan)
2877         * src/filtering.c
2878         * src/filtering.h
2879         * src/inc.c
2880         * src/folder.c
2881         * src/mbox.c
2882         * src/procmsg.h
2883                 Move and copy filtered messages by batches instead of one
2884                 by one - faster on IMAP
2885         * src/procmsg.c
2886                 Add a function that'll possibly be useful later
2887
2888 2006-02-06 [colin]      2.0.0cvs20
2889
2890         * src/addressbook.c
2891                 Use internal mime-type instead of text/plain for d'n'd
2892         * src/compose.c
2893                 Allow attaching files from mimeview's icon list via d'n'd
2894         * src/folderview.c
2895         * src/folderview.h
2896                 Use internal mime-type instead of text/plain for d'n'd
2897                 Don't try to selected opened folder if none is
2898                 Factorize d'n'd from other apps code
2899         * src/headerview.c
2900         * src/textview.c
2901         * src/gtk/gtkutils.c
2902         * src/gtk/gtkutils.h
2903                 Factorize Face/X-Face stuff
2904         * src/mimeview.c
2905                 Fix d'n'd to other apps
2906         * src/prefs_message.c
2907                 Let the XFace pref be usable without libcompface as it also
2908                 applies to Face
2909         * src/summaryview.c
2910                 Fix d'n'd to other apps
2911                 Factorize d'n'd from other apps code
2912
2913 2006-02-06 [wwp]        2.0.0cvs19
2914
2915         * po/it.po
2916                 Italian translation fixes by Andrea Spadaccini (no more confusion
2917                 between filtering and processing, and few changes in the About
2918                 dialog).
2919
2920
2921 2006-02-06 [mones]      2.0.0cvs18
2922
2923         * src/gtk/icon_legend.c
2924                 Improved descriptions allowing better translations
2925
2926 2006-02-05 [colin]      2.0.0cvs17
2927
2928         * src/imap.c
2929                 Add the f*cking missing expunge that caused imap_fetch_env
2930                 to fail after an add_msgs ! :-///
2931         * src/etpan/imap-thread.c
2932                 Add a bit of debug
2933         FOR_STABLE
2934
2935 2006-02-05 [colin]      2.0.0cvs16
2936
2937         * src/common/utils.c
2938                 Don't check for return-path (or we can't put
2939                 back non-sent mails)
2940
2941 2006-02-05 [colin]      2.0.0cvs15
2942
2943         * src/textview.c
2944                 Don't try to display Face header in textview
2945                 when teh headerview's active
2946
2947 2006-02-05 [colin]      2.0.0cvs14
2948
2949         * tools/tbird2syl.py
2950         * tools/Makefile.am
2951                 Add script to import Thunderbird mails
2952
2953 2006-02-05 [colin]      2.0.0cvs13
2954
2955         * src/headerview.c
2956         * src/procheader.c
2957         * src/procmsg.c
2958         * src/procmsg.h
2959         * src/textview.c
2960                 Show Face headers - patch partially by Klaus Flittner
2961
2962 2006-02-05 [colin]      2.0.0cvs12
2963
2964         * src/folderview.c
2965         * src/summaryview.c
2966         * src/common/utils.c
2967         * src/common/utils.h
2968                 Let dnd work from mime icons to summaryview
2969                 and to folderview too
2970                 Add a crude test to avoid trying to add files
2971                 drag'n'dropped when they're not mails
2972
2973 2006-02-04 [colin]      2.0.0cvs11
2974
2975         * src/summaryview.c
2976         * src/mimeview.c
2977                 Fix utf8 conversion
2978
2979 2006-02-04 [colin]      2.0.0cvs10
2980
2981         * src/compose.c
2982         * src/folderview.c
2983         * src/mimeview.c
2984         * src/summaryview.c
2985         * src/summaryview.h
2986                 Added various drag and drop capas:
2987                 From                    To
2988                 summaryview             other apps
2989                 mimeview icons          other apps
2990                 other apps              summaryview
2991                 other apps              folderview
2992
2993                 This shouldn't have broken the existing:
2994                 From                    To
2995                 summaryview             folderview
2996                 folderview              folderview
2997                 summaryview             compose's attachments
2998
2999         Tests welcomed.
3000
3001 2006-02-02 [paul]       2.0.0cvs9
3002
3003         * src/mainwindow.c
3004                 move global option 'Set displayed columns...' out
3005                 of folder option grouping.
3006                 fix sensitivity of 'harvest addresses'
3007         FOR_STABLE
3008
3009 2006-02-01 [colin]      2.0.0cvs8
3010
3011         * src/mimeview.c
3012                 Revert the alertpanel patch, it sucks (intrusive
3013                 and gets in the way of "open")
3014
3015 2006-02-01 [colin]      2.0.0cvs7
3016
3017         * src/compose.c
3018         * src/prefs_account.c
3019         * src/prefs_common.c
3020         * src/common/defs.h
3021         * src/common/utils.c
3022         * src/common/utils.h
3023                 Add ability to edit the signature file
3024                 from the account preferences, and use
3025                 a default for the text editor.
3026                 Patch by Fabien Vantard
3027
3028 2006-02-01 [colin]      2.0.0cvs6
3029
3030         * src/mimeview.c
3031                 Try to get mime type by extension if it is
3032                 application/octet-stream
3033                 Display a window with possible choices when
3034                 encountering unknown mime types
3035         * src/gtk/filesel.c
3036         * src/gtk/filesel.h
3037                 Add preview
3038                 Allow multiple selection in filtered filesel
3039                 (patch by Fabien Vantard)
3040         * src/gtk/pluginwindow.c
3041                 Use it (patch by Fabien Vantard)
3042
3043 2006-02-01 [paul]       2.0.0cvs5
3044
3045         * src/jpilot.c
3046                 fix crash on creating jpilot address book
3047                 Thanks to Colin - FOR_STABLE
3048         * src/prefs_summaries.c
3049         * src/prefs_wrapping.c
3050         * src/gtk/icon_legend.c
3051         * src/gtk/quicksearch.c
3052                 string fixes and additions
3053
3054 2006-02-01 [paul]       2.0.0cvs4
3055
3056         * src/compose.c
3057         * src/mainwindow.c
3058         * src/messageview.c
3059         * src/prefs_send.c
3060                 add Arabic encoding option
3061                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3062
3063 2006-01-31 [colin]      2.0.0cvs3
3064
3065         * src/plugins/pgpcore/passphrase.c
3066                 Convert passphrase to locale encoding
3067         * src/compose.c
3068                 Fix drafting on IMAP. Crappy bug sneaked in
3069                 the release :-/
3070         FOR_STABLE
3071
3072 2006-01-30 [paul]       2.0.0cvs2
3073
3074         * src/gtk/icon_legend.c
3075                 show the new entries
3076
3077 2006-01-30 [colin]      2.0.0cvs1
3078
3079         * src/manual.c
3080                 Check for the file to be present before 
3081                 enabling the menu - FOR_STABLE
3082         * src/gtk/icon_legend.c
3083                 Add folders icons (not all of them, there
3084                 are too much, but the most intriguing ones)
3085
3086 2006-01-30 [paul]       2.0.0
3087
3088         version 2.0.0 released
3089
3090 2006-01-30 [paul]       1.9.100cvs200
3091
3092         * manual/faq.xml
3093         * manual/gpl.xml
3094         * manual/intro.xml
3095         * manual/starting.xml
3096         * manual/sylpheed-claws-manual.xml
3097                 fixes, additions
3098
3099 2006-01-29 [mones]      1.9.100cvs199
3100
3101         * manual/account.xml
3102         * manual/advanced.xml
3103         * manual/glossary.xml
3104                 Some typos fixed, added LDIF term to glossary
3105         * po/es.po
3106                 Fixed leading plus symbol
3107
3108 2006-01-29 [paul]       1.9.100cvs198
3109
3110         * po/fi.po
3111         * po/sk.po
3112                 updated by Tommi Pirinen and Andrej Kacian
3113
3114 2006-01-29 [paul]       1.9.100cvs197
3115
3116         * src/gtk/authors.h
3117                 remove duplicates
3118
3119 2006-01-29 [paul]       1.9.100cvs196
3120
3121         * AUTHORS
3122         * po/nl.po
3123         * src/gtk/authors.h
3124         * tools/claws.i18n.status.pl
3125                 nl translation updated by Tim Dijkstra
3126
3127 2006-01-29 [paul]       1.9.100cvs195
3128
3129         * po/sr.po
3130         * po/sv.po
3131                 updated by Aleksandar Urosevic and Anders Troback
3132
3133 2006-01-28 [colin]      1.9.100cvs194
3134
3135         * src/gtk/gtksourceprintjob.c
3136                 Don't fiddle with PangoLayout when we
3137                 have an image
3138
3139 2006-01-28 [paul]       1.9.100cvs193
3140
3141         * AUTHORS
3142         * po/el.po
3143         * po/zh_CN.po
3144         * src/gtk/authors.h
3145         * tools/claws.i18n.status.pl
3146                 updated translations submitted by Stavros Giannouris
3147                 and Ralgh Young
3148
3149 2006-01-27 [colin]      1.9.100cvs192
3150
3151         * src/summaryview.c
3152         * src/gtk/gtksourceprintjob.c
3153                 Add image printing 
3154                 (libgnomeprint only, of course)
3155
3156 2006-01-27 [paul]       1.9.100cvs191
3157
3158         * po/fr.po
3159         * po/it.po
3160                 updated by Fabien Vantard and Andrea Spadaccini
3161
3162 2006-01-26 [colin]      1.9.100cvs190
3163
3164         * manual/Makefile.am
3165         * configure.ac
3166                 Make building the manual optional 
3167                 (--disable-manual)
3168
3169 2006-01-26 [paul]       1.9.100cvs189
3170
3171         * manual/glossary.xml
3172         * manual/plugins.xml
3173                 edited
3174         * po/en_GB.po
3175                 updated
3176
3177 2006-01-26 [paul]       1.9.100cvs188
3178
3179         * src/prefs_display_header.c
3180         * src/prefs_folder_column.c
3181         * src/prefs_msg_colors.c
3182         * src/prefs_summaries.c
3183         * src/prefs_summary_column.c
3184                 HIGify
3185
3186 2006-01-25 [colin]      1.9.100cvs187
3187
3188         * src/imap.c
3189                 Don't allow moving/copying mails between
3190                 queue/drafts and non-queue/drafts folders
3191                 Fixes bug #897 (message header is resetted 
3192                 if one is copied to Drafts)
3193
3194 2006-01-25 [colin]      1.9.100cvs186
3195
3196         * src/folder.c
3197         * src/mainwindow.c
3198                 Fix subscribed folders not found
3199         * src/compose.c
3200                 Don't try to encode as original mail's charset
3201                 if it's ascii 
3202
3203 2006-01-25 [paul]       1.9.100cvs185
3204
3205         * AUTHORS
3206         * po/Makevars
3207                 updated
3208         * po/de.po
3209         * po/pl.po
3210         * po/pt_BR.po
3211         * po/sr.po
3212                 updates submitted by Stephan Sachse, Emilian Nowak
3213                 and Quar, Frederico Goncalves Guimaraes, and
3214                 Aleksandar Urosevic
3215                 Fix Bug 896, 'PT_BR locale broken'.
3216         * src/gtk/authors.h
3217                 updated
3218
3219 2006-01-24 [mones]      1.9.100cvs184
3220
3221         * manual/glossary.xml
3222                 All current terms finished. Reviewers welcome ;-)
3223         * manual/keyboard.xml
3224                 Fixed column width for pdf output.
3225         * po/es.po
3226                 Updated
3227
3228 2006-01-24 [paul]       1.9.100cvs183
3229
3230         * manual/glossary.xml
3231                 fix id name
3232         * manual/dist/html/Makefile.am
3233         * manual/dist/pdf/Makefile.am
3234         * manual/dist/ps/Makefile.am
3235         * manual/dist/txt/Makefile.am
3236                 fix make deps
3237                 Thanks to Colin
3238
3239 2006-01-24 [mones]      1.9.100cvs182
3240
3241         * manual/glossary.xml
3242                 Nearly finished, some terms missing.
3243
3244 2006-01-23 [paul]       1.9.100cvs181
3245
3246         * manual/dist/html/Makefile.am
3247         * manual/dist/pdf/Makefile.am
3248         * manual/dist/ps/Makefile.am
3249         * manual/dist/txt/Makefile.am
3250         * src/mainwindow.c
3251                 re-enable manual
3252                 Thanks to Colin
3253
3254 2006-01-22 [colin]      1.9.100cvs180
3255
3256         * src/compose.c
3257         * src/gtk/gtkaspell.c
3258                 Don't deselect stuff before right-clicking, with aspell.
3259                 (This prevented right-click Copy, for example).
3260                 Thanks to Clo!
3261
3262 2006-01-22 [paul]       1.9.100cvs179
3263
3264         * src/summary_search.c
3265                 don't fix the widget size as it causes problems
3266                 under localisation.
3267                 Thanks to Emilian Nowak
3268
3269 2006-01-21 [paul]       1.9.100cvs178
3270
3271         * src/prefs_themes.c
3272                 fix broken underlining of label text
3273                 with some translations
3274
3275 2006-01-21 [colin]      1.9.100cvs177
3276
3277         * po/fr.po
3278                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3279
3280 2006-01-20 [colin]      1.9.100cvs176
3281
3282         * configure.ac
3283         * Makefile.am
3284         * manual/Makefile
3285         * manual/dist/html/.cvsignore
3286         * manual/dist/html/Makefile.am
3287         * manual/dist/pdf/.cvsignore
3288         * manual/dist/pdf/Makefile.am
3289         * manual/dist/ps/.cvsignore
3290         * manual/dist/ps/Makefile.am
3291         * manual/dist/txt/.cvsignore
3292         * manual/dist/txt/Makefile.am
3293                 Autotool-ize manual
3294
3295 2006-01-20 [paul]       1.9.100cvs175
3296
3297         * manual/handling.xml
3298                 make Filtering and Searching entries easier to find
3299         * manual/keyboard.xml
3300                 add the remaining default keybinds
3301         * src/prefs_summaries.c
3302                 update the default keybinds
3303
3304 2006-01-20 [paul]       1.9.100cvs174
3305
3306         * src/addressbook.c
3307         * src/addrgather.c
3308         * src/addrharvest.c
3309         * src/editaddress.c
3310         * src/editgroup.c
3311         * src/exphtmldlg.c
3312         * src/expldifdlg.c
3313         * src/exporthtml.c
3314         * src/exportldif.c
3315         * src/ldif.c
3316                 replace 'e-mail' with 'email'
3317         * src/summary_search.c
3318                 add mnemonic to "Find all" button
3319
3320 2006-01-20 [wwp]        1.9.100cvs173
3321
3322         * src/export.c
3323         * src/import.c
3324                 touched mbox import/export buttons for HIG-compliance
3325
3326 2006-01-19 [paul]       1.9.100cvs172
3327
3328         * manual/account.xml
3329         * manual/addrbook.xml
3330         * manual/advanced.xml
3331         * manual/faq.xml
3332         * manual/handling.xml
3333         * manual/intro.xml
3334         * manual/plugins.xml
3335         * manual/starting.xml
3336                 more editing
3337
3338 2006-01-19 [paul]       1.9.100cvs171
3339
3340         * src/toolbar.c
3341                 allow use of trash button while receiving
3342                 Thanks to Colin
3343
3344 2006-01-19 [wwp]        1.9.100cvs170
3345
3346         * src/gtk/quicksearch.c
3347         * src/compose.c
3348                 force text color to black when yellow background is set
3349
3350 2006-01-19 [colin]      1.9.100cvs169
3351
3352         * src/plugins/trayicon/trayicon.c
3353                 Gray out Get Mail when already getting mail
3354
3355 2006-01-18 [paul]       1.9.100cvs168
3356
3357         * src/compose.c
3358                 give widget yellow background was To is
3359                 set via folder prefs
3360         * src/gtk/quicksearch.c
3361                 give widget yellow background when quick
3362                 search is active.
3363                 Thanks to Colin
3364
3365 2006-01-18 [paul]       1.9.100cvs167
3366
3367         * doc/man/sylpheed-claws.1
3368                 add --subscribe option
3369
3370 2006-01-18 [paul]       1.9.100cvs166
3371
3372         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3373         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3374                 use %U instead of %F (%F is broken for user installed
3375                 files in kde 3.5)
3376
3377 2006-01-18 [colin]      1.9.100cvs165
3378
3379         * src/summaryview.c
3380                 Default to Yes in "No more * messages" dialogs
3381
3382 2006-01-17 [colin]      1.9.100cvs164
3383
3384         * src/compose.c
3385                 Possibly fix an invalid iterator causing
3386                 crash
3387
3388 2006-01-17 [colin]      1.9.100cvs163
3389
3390         * src/mimeview.c
3391                 Fix crash when the image disappears under the
3392                 image viewer
3393
3394 2006-01-16 [colin]      1.9.100cvs162
3395
3396         * src/compose.c
3397                 Fix reenabling autowrap
3398
3399 2006-01-16 [colin]      1.9.100cvs161
3400
3401         * src/compose.c
3402                 reset quote_len before getting quote_str
3403
3404 2006-01-16 [colin]      1.9.100cvs160
3405
3406         * src/account.c
3407         * src/account.h
3408         * src/folder.c
3409         * src/imap_gtk.c
3410         * src/mh_gtk.c
3411                 Fix bug #883 (default inbox does not track folder move)
3412
3413 2006-01-16 [colin]      1.9.100cvs159
3414
3415         * src/compose.c
3416         * src/plugins/pgpcore/passphrase.c
3417                 More buttons fixes
3418
3419 2006-01-16 [paul]       1.9.100cvs158
3420
3421         * src/prefs_actions.c
3422         * src/prefs_filtering_action.c
3423         * src/prefs_matcher.c
3424         * src/quote_fmt.c
3425         * src/gtk/description_window.c
3426         * src/gtk/description_window.h
3427         * src/gtk/quicksearch.c
3428                 description window cleanups
3429
3430 2006-01-15 [colin]      1.9.100cvs157
3431
3432         * src/addressbook.c
3433         * src/prefs_filtering.c
3434                 Same here
3435
3436 2006-01-15 [colin]      1.9.100cvs156
3437
3438         * src/folderview.c
3439         * src/mainwindow.c
3440                 Same for "Empty trash"
3441
3442 2006-01-15 [colin]      1.9.100cvs155
3443
3444         * src/inc.c
3445                 Override offline dialog had Yes by default
3446
3447 2006-01-15 [colin]      1.9.100cvs154
3448
3449         * src/summaryview.c
3450                 Delete selected messages? previously had Yes the default
3451
3452 2006-01-15 [colin]      1.9.100cvs153
3453
3454         * src/folder.c
3455         * src/folder.h
3456         * src/main.c
3457                 Check if a mailbox is loaded after all
3458                 plugins are loaded.
3459
3460 2006-01-15 [colin]      1.9.100cvs152
3461
3462         * src/folder.c
3463                 Don't start wizard when there are unloaded folders (will help
3464                 people with only mbox or maildir mailboxes)
3465
3466 2006-01-14 [colin]      1.9.100cvs151
3467
3468         * src/addressbook.c
3469         * src/expldifdlg.c
3470         * src/importldif.c
3471         * src/importmutt.c
3472         * src/importpine.c
3473         * src/mh_gtk.c
3474                 More HIG compliance and fixes
3475
3476 2006-01-14 [colin]      1.9.100cvs150
3477
3478         * src/prefs_filtering_action.c
3479         * src/foldersel.c
3480                 Two forgotten button order changes
3481
3482 2006-01-14 [colin]      1.9.100cvs149
3483
3484         * src/account.c
3485         * src/addressbook.c
3486         * src/compose.c
3487         * src/folderview.c
3488         * src/imap_gtk.c
3489         * src/mainwindow.c
3490         * src/mh_gtk.c
3491         * src/news_gtk.c
3492         * src/prefs_actions.c
3493         * src/prefs_customheader.c
3494         * src/prefs_filtering.c
3495         * src/prefs_matcher.c
3496         * src/prefs_template.c
3497         * src/ssl_manager.c
3498         * src/summaryview.c
3499         * src/textview.c
3500         * src/toolbar.c
3501                 All deletion confirmations are now "Cancel, Delete" 
3502                 instead of "No, Yes"
3503                 Clarified most of the other "No, Yes" to 
3504                 "Cancel, Descriptive_action"
3505                 Rechanged the "Entry not saved" alerts to have 
3506                 "Close, Continue editing"
3507
3508
3509 2006-01-14 [paul]
3510
3511         * 2.0.0-rc4 released
3512
3513 2006-01-14 [paul]       1.9.100cvs148
3514
3515         * src/account.c
3516         * src/addressadd.c
3517         * src/addressbook.c
3518         * src/compose.c
3519         * src/editaddress.c
3520         * src/editbook.c
3521         * src/editgroup.c
3522         * src/editjpilot.c
3523         * src/editldap.c
3524         * src/editvcard.c
3525         * src/exphtmldlg.c
3526         * src/expldifdlg.c
3527         * src/folderview.c
3528         * src/grouplistdialog.c
3529         * src/imap_gtk.c
3530         * src/importmutt.c
3531         * src/importpine.c
3532         * src/inc.c
3533         * src/main.c
3534         * src/mainwindow.c
3535         * src/message_search.c
3536         * src/messageview.c
3537         * src/mh_gtk.c
3538         * src/mimeview.c
3539         * src/news_gtk.c
3540         * src/prefs_actions.c
3541         * src/prefs_customheader.c
3542         * src/prefs_filtering.c
3543         * src/prefs_matcher.c
3544         * src/prefs_template.c
3545         * src/prefs_themes.c
3546         * src/ssl_manager.c
3547         * src/summary_search.c
3548         * src/summaryview.c
3549         * src/textview.c
3550         * src/toolbar.c
3551         * src/gtk/foldersort.c
3552         * src/gtk/gtkaspell.c
3553         * src/gtk/inputdialog.c
3554         * src/gtk/prefswindow.c
3555         * src/plugins/pgpcore/select-keys.c
3556         * src/plugins/trayicon/trayicon.c
3557                 HIG compliant button order
3558
3559 2006-01-14 [mones]      1.9.100cvs147
3560
3561         * po/es.po
3562                 Updated translation
3563
3564 2006-01-13 [paul]       1.9.100cvs146
3565
3566         * AUTHORS
3567         * ChangeLog
3568         * src/gtk/authors.h
3569                 add Joshua M. Kwan to contributors list
3570
3571 2006-01-13 [colin]      1.9.100cvs145
3572
3573         * src/gtk/quicksearch.c
3574                 Don't refocus quick search after executing (Esc or Enter)
3575                 Allows to '/'search something then move up/down in 
3576                 summaryview, and to Esc a search and be back in the 
3577                 summaryview
3578
3579 2006-01-13 [paul]       1.9.100cvs144
3580
3581         * src/plugins/pgpinline/pgpinline.c
3582                 support Content-Type 'application/pgp'
3583                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3584
3585 2006-01-13 [paul]       1.9.100cvs143
3586
3587         * manual/account.xml
3588                 make mention of partial retrieval
3589                 thanks to Colin
3590
3591 2006-01-13 [paul]       1.9.100cvs142
3592
3593         * src/account.c
3594         * src/account.h
3595         * src/action.c
3596         * src/action.h
3597         * src/adbookbase.h
3598         * src/addr_compl.c
3599         * src/addr_compl.h
3600         * src/addrbook.c
3601         * src/addrcache.c
3602         * src/addrcache.h
3603         * src/addrcindex.c
3604         * src/addrcindex.h
3605         * src/addrclip.c
3606         * src/addrclip.h
3607         * src/addrdefs.h
3608         * src/addressadd.c
3609         * src/addressadd.h
3610         * src/addressbook.c
3611         * src/addressbook.h
3612         * src/addrgather.c
3613         * src/addrgather.h
3614         * src/addrharvest.c
3615         * src/addrharvest.h
3616         * src/addrindex.c
3617         * src/addrindex.h
3618         * src/addritem.c
3619         * src/addritem.h
3620         * src/addrquery.c
3621         * src/addrquery.h
3622         * src/addrselect.c
3623         * src/addrselect.h
3624         * src/alertpanel.c
3625         * src/alertpanel.h
3626         * src/browseldap.c
3627         * src/browseldap.h
3628         * src/codeconv.c
3629         * src/codeconv.h
3630         * src/compose.c
3631         * src/compose.h
3632         * src/customheader.c
3633         * src/customheader.h
3634         * src/displayheader.c
3635         * src/displayheader.h
3636         * src/editaddress.c
3637         * src/editaddress.h
3638         * src/editbook.c
3639         * src/editbook.h
3640         * src/editgroup.c
3641         * src/editgroup.h
3642         * src/editjpilot.c
3643         * src/editjpilot.h
3644         * src/editldap.c
3645         * src/editldap.h
3646         * src/editldap_basedn.c
3647         * src/editldap_basedn.h
3648         * src/editvcard.c
3649         * src/editvcard.h
3650         * src/exphtmldlg.c
3651         * src/exphtmldlg.h
3652         * src/expldifdlg.c
3653         * src/expldifdlg.h
3654         * src/export.h
3655         * src/exporthtml.c
3656         * src/exporthtml.h
3657         * src/exportldif.c
3658         * src/exportldif.h
3659         * src/filtering.c
3660         * src/filtering.h
3661         * src/folder.c
3662         * src/folder.h
3663         * src/folder_item_prefs.c
3664         * src/folder_item_prefs.h
3665         * src/foldersel.c
3666         * src/foldersel.h
3667         * src/folderutils.c
3668         * src/folderutils.h
3669         * src/folderview.c
3670         * src/folderview.h
3671         * src/grouplistdialog.c
3672         * src/grouplistdialog.h
3673         * src/headerview.c
3674         * src/html.c
3675         * src/html.h
3676         * src/image_viewer.c
3677         * src/image_viewer.h
3678         * src/imap.c
3679         * src/imap.h
3680         * src/imap_gtk.c
3681         * src/imap_gtk.h
3682         * src/import.h
3683         * src/importldif.c
3684         * src/importldif.h
3685         * src/importmutt.c
3686         * src/importmutt.h
3687         * src/importpine.c
3688         * src/importpine.h
3689         * src/inc.c
3690         * src/inc.h
3691         * src/jpilot.c
3692         * src/jpilot.h
3693         * src/ldapctrl.c
3694         * src/ldapctrl.h
3695         * src/ldaplocate.c
3696         * src/ldaplocate.h
3697         * src/ldapquery.c
3698         * src/ldapquery.h
3699         * src/ldapserver.c
3700         * src/ldapserver.h
3701         * src/ldaputil.c
3702         * src/ldaputil.h
3703         * src/ldif.c
3704         * src/ldif.h
3705         * src/main.c
3706         * src/main.h
3707         * src/mainwindow.c
3708         * src/mainwindow.h
3709         * src/manual.c
3710         * src/manual.h
3711         * src/mbox.c
3712         * src/mbox.h
3713         * src/message_search.c
3714         * src/message_search.h
3715         * src/messageview.c
3716         * src/messageview.h
3717         * src/mh.c
3718         * src/mh.h
3719         * src/mh_gtk.c
3720         * src/mh_gtk.h
3721         * src/mimeview.c
3722         * src/mimeview.h
3723         * src/msgcache.c
3724         * src/msgcache.h
3725         * src/mutt.c
3726         * src/mutt.h
3727         * src/news.c
3728         * src/news.h
3729         * src/news_gtk.c
3730         * src/news_gtk.h
3731         * src/partial_download.c
3732         * src/partial_download.h
3733         * src/pine.c
3734         * src/pine.h
3735         * src/pop.c
3736         * src/pop.h
3737         * src/prefs_account.c
3738         * src/prefs_account.h
3739         * src/prefs_actions.c
3740         * src/prefs_actions.h
3741         * src/prefs_common.c
3742         * src/prefs_common.h
3743         * src/prefs_compose_writing.c
3744         * src/prefs_compose_writing.h
3745         * src/prefs_customheader.c
3746         * src/prefs_customheader.h
3747         * src/prefs_display_header.c
3748         * src/prefs_display_header.h
3749         * src/prefs_filtering.c
3750         * src/prefs_filtering.h
3751         * src/prefs_filtering_action.c
3752         * src/prefs_filtering_action.h
3753         * src/prefs_folder_column.c
3754         * src/prefs_folder_column.h
3755         * src/prefs_folder_item.c
3756         * src/prefs_folder_item.h
3757         * src/prefs_fonts.c
3758         * src/prefs_fonts.h
3759         * src/prefs_gtk.c
3760         * src/prefs_gtk.h
3761         * src/prefs_image_viewer.c
3762         * src/prefs_image_viewer.h
3763         * src/prefs_matcher.c
3764         * src/prefs_matcher.h
3765         * src/prefs_message.c
3766         * src/prefs_msg_colors.c
3767         * src/prefs_msg_colors.h
3768         * src/prefs_other.c
3769         * src/prefs_quote.c
3770         * src/prefs_receive.c
3771         * src/prefs_send.c
3772         * src/prefs_spelling.c
3773         * src/prefs_spelling.h
3774         * src/prefs_summaries.c
3775         * src/prefs_summaries.h
3776         * src/prefs_summary_column.c
3777         * src/prefs_summary_column.h
3778         * src/prefs_template.c
3779         * src/prefs_template.h
3780         * src/prefs_themes.c
3781         * src/prefs_themes.h
3782         * src/prefs_toolbar.c
3783         * src/prefs_toolbar.h
3784         * src/prefs_wrapping.c
3785         * src/prefs_wrapping.h
3786         * src/privacy.c
3787         * src/privacy.h
3788         * src/procheader.c
3789         * src/procheader.h
3790         * src/procmime.c
3791         * src/procmime.h
3792         * src/procmsg.c
3793         * src/procmsg.h
3794         * src/quote_fmt.c
3795         * src/quote_fmt_parse.y
3796         * src/recv.c
3797         * src/recv.h
3798         * src/remotefolder.c
3799         * src/remotefolder.h
3800         * src/send_message.c
3801         * src/send_message.h
3802         * src/setup.c
3803         * src/setup.h
3804         * src/sourcewindow.c
3805         * src/sourcewindow.h
3806         * src/ssl_manager.c
3807         * src/ssl_manager.h
3808         * src/statusbar.c
3809         * src/statusbar.h
3810         * src/stock_pixmap.c
3811         * src/stock_pixmap.h
3812         * src/summary_search.c
3813         * src/summary_search.h
3814         * src/summaryview.c
3815         * src/summaryview.h
3816         * src/syldap.c
3817         * src/syldap.h
3818         * src/textview.c
3819         * src/textview.h
3820         * src/toolbar.c
3821         * src/toolbar.h
3822         * src/undo.c
3823         * src/undo.h
3824         * src/unmime.c
3825         * src/unmime.h
3826         * src/vcard.c
3827         * src/vcard.h
3828         * src/wizard.c
3829         * src/wizard.h
3830         * src/common/base64.c
3831         * src/common/base64.h
3832         * src/common/defs.h
3833         * src/common/hooks.c
3834         * src/common/hooks.h
3835         * src/common/log.c
3836         * src/common/log.h
3837         * src/common/mgutils.c
3838         * src/common/mgutils.h
3839         * src/common/nntp.c
3840         * src/common/nntp.h
3841         * src/common/passcrypt.c
3842         * src/common/passcrypt.h.in
3843         * src/common/plugin.c
3844         * src/common/plugin.h
3845         * src/common/prefs.c
3846         * src/common/prefs.h
3847         * src/common/progressindicator.c
3848         * src/common/progressindicator.h
3849         * src/common/quoted-printable.c
3850         * src/common/quoted-printable.h
3851         * src/common/session.c
3852         * src/common/session.h
3853         * src/common/smtp.c
3854         * src/common/smtp.h
3855         * src/common/socket.c
3856         * src/common/socket.h
3857         * src/common/ssl.c
3858         * src/common/ssl.h
3859         * src/common/ssl_certificate.c
3860         * src/common/ssl_certificate.h
3861         * src/common/stringtable.c
3862         * src/common/stringtable.h
3863         * src/common/sylpheed.c
3864         * src/common/sylpheed.h
3865         * src/common/template.c
3866         * src/common/template.h
3867         * src/common/timing.h
3868         * src/common/utils.c
3869         * src/common/utils.h
3870         * src/common/version.h.in
3871         * src/common/xml.c
3872         * src/common/xml.h
3873         * src/common/xmlprops.c
3874         * src/common/xmlprops.h
3875         * src/gtk/colorlabel.c
3876         * src/gtk/colorsel.c
3877         * src/gtk/colorsel.h
3878         * src/gtk/description_window.c
3879         * src/gtk/description_window.h
3880         * src/gtk/filesel.c
3881         * src/gtk/filesel.h
3882         * src/gtk/foldersort.c
3883         * src/gtk/foldersort.h
3884         * src/gtk/gtkutils.c
3885         * src/gtk/gtkutils.h
3886         * src/gtk/inputdialog.c
3887         * src/gtk/inputdialog.h
3888         * src/gtk/logwindow.c
3889         * src/gtk/logwindow.h
3890         * src/gtk/manage_window.c
3891         * src/gtk/manage_window.h
3892         * src/gtk/menu.c
3893         * src/gtk/menu.h
3894         * src/gtk/pluginwindow.c
3895         * src/gtk/pluginwindow.h
3896         * src/gtk/prefswindow.c
3897         * src/gtk/prefswindow.h
3898         * src/gtk/progressdialog.c
3899         * src/gtk/progressdialog.h
3900         * src/gtk/sslcertwindow.c
3901         * src/gtk/sslcertwindow.h
3902         * src/plugins/clamav/clamav_plugin.c
3903         * src/plugins/clamav/clamav_plugin.h
3904         * src/plugins/clamav/clamav_plugin_gtk.c
3905         * src/plugins/demo/demo.c
3906         * src/plugins/dillo_viewer/dillo_prefs.c
3907         * src/plugins/dillo_viewer/dillo_prefs.h
3908         * src/plugins/dillo_viewer/dillo_viewer.c
3909         * src/plugins/pgpcore/passphrase.c
3910         * src/plugins/pgpcore/passphrase.h
3911         * src/plugins/pgpcore/plugin.c
3912         * src/plugins/pgpcore/select-keys.c
3913         * src/plugins/pgpcore/select-keys.h
3914         * src/plugins/pgpcore/sgpgme.c
3915         * src/plugins/pgpcore/sgpgme.h
3916         * src/plugins/pgpinline/pgpinline.c
3917         * src/plugins/pgpinline/pgpinline.h
3918         * src/plugins/pgpinline/plugin.c
3919         * src/plugins/pgpmime/pgpmime.c
3920         * src/plugins/pgpmime/pgpmime.h
3921         * src/plugins/pgpmime/plugin.c
3922         * src/plugins/spamassassin/spamassassin.c
3923         * src/plugins/spamassassin/spamassassin.h
3924         * src/plugins/spamassassin/spamassassin_gtk.c
3925         * src/plugins/trayicon/trayicon.c
3926                 update copyright header
3927
3928 2006-01-13 [paul]       1.9.100cvs141
3929
3930         * src/account.c
3931         * src/export.c
3932         * src/import.c
3933         * src/mainwindow.c
3934         * src/prefs_account.c
3935         * src/prefs_display_header.c
3936         * src/prefs_receive.c
3937         * src/prefs_send.c
3938         * src/prefs_summaries.c
3939         * src/prefs_themes.c
3940         * src/prefs_toolbar.c
3941         * src/gtk/about.c
3942                 various cleanups
3943
3944 2006-01-12 [colin]      1.9.100cvs140
3945
3946         * src/folder.c
3947         * src/folder.h
3948         * src/main.c
3949                 Add --subscribe option
3950                 Let sylpheed-claws email@domain.com equivalent to --compose
3951                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3952
3953 2006-01-12 [paul]       1.9.100cvs139
3954
3955         * src/mainwindow.c
3956                 append 'Change folder order' label with '...'
3957         * src/prefs_actions.c
3958                 allow reordering of actions list by dnd
3959         * src/gtk/foldersort.c
3960                 make the dialog nicer
3961
3962 2006-01-11 [colin]      1.9.100cvs138
3963
3964         * src/compose.c
3965                 Allow templates without text
3966
3967 2006-01-11 [paul]       1.9.100cvs137
3968
3969         * tools/README
3970         * tools/filter_conv_new.pl
3971                 add info to README
3972                 also check .sylpheed for filter.xml
3973                 be a bit informative to the user
3974
3975 2006-01-11 [colin]      1.9.100cvs136
3976
3977         * src/textview.c
3978                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3979
3980 2006-01-10 [paul]       1.9.100cvs135
3981
3982         * tools/Makefile.am
3983         * tools/filter_conv_new.pl
3984                 add script to convert new style Sylpheed
3985                 filter rules (Sylpheed >= 0.9.99) to
3986                 Claws filtering rules
3987
3988 2006-01-10 [colin]      1.9.100cvs134
3989
3990         * src/compose.c
3991                 Fix broken line joins in certain conditions
3992                 (between two quoted lines: <enter><enter><up>
3993                  <type a wrapped sentence><go in the first line>
3994                  <insert more text><watch as line joining failed>)
3995
3996 2006-01-10 [paul]       1.9.100cvs133
3997
3998         * src/compose.c
3999                 don't report success in error dialog
4000                 thanks to Colin
4001         * src/common/utils.c
4002                 include some trailing punctuations as URI
4003                 thanks to Hiro
4004
4005 2006-01-10 [paul]       1.9.100cvs132
4006
4007         * src/mimeview.c
4008                 fix incompatible pointer type
4009                 warning
4010
4011 2006-01-10 [paul]       1.9.100cvs131
4012
4013         * src/compose.c
4014                 change Subject in window title
4015                 instantaneously
4016
4017 2006-01-09 [colin]      1.9.100cvs130
4018
4019         * src/addressbook.c
4020         * src/headerview.c
4021         * src/mainwindow.c
4022         * src/messageview.c
4023         * src/mimeview.c
4024         * src/noticeview.c
4025         * src/summaryview.c
4026                 Fix possible crashes on exit and in addressbook
4027
4028 2006-01-09 [paul]       1.9.100cvs129
4029
4030         * src/prefs_msg_colors.c
4031                 some cleanups that I forgot last time
4032
4033 2006-01-09 [paul]       1.9.100cvs128
4034
4035         * README
4036         * src/folderview.c
4037         * src/prefs_msg_colors.c
4038                 add previously hidden option, color_new, to
4039                 the gui
4040                 move the page to Display/
4041                 rework the gui
4042
4043 2006-01-09 [wwp]        1.9.100cvs127
4044
4045         * src/prefs_themes.c
4046                 made the prefs/display/themes layouts spacing less condensed
4047                 (and so they match other prefs/pages' look).
4048
4049 2006-01-09 [paul]       1.9.100cvs126
4050
4051         * src/compose.c
4052         * src/prefs_common.c
4053         * src/prefs_common.h
4054         * src/prefs_wrapping.c
4055                 remove 'wrap at send' option
4056
4057 2006-01-06 [colin]      1.9.100cvs125
4058
4059         * src/compose.c
4060                 Just make completely sure we don't insert "manual line breaks" 
4061                 when wrapping... 
4062
4063 2006-01-04 [paul]
4064
4065         * 2.0.0-rc3 released
4066
4067 2006-01-04 [paul]       1.9.100cvs124
4068
4069         * src/folderview.c
4070                 fix bug 882, 'quick scroll in folder list
4071                 displays wrong folder contents'
4072
4073 2006-01-04 [paul]       1.9.100cvs123
4074
4075         * src/plugins/pgpmime/pgpmime.c
4076                 better debug information when signing
4077                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4078
4079 2006-01-03 [colin]      1.9.100cvs122
4080
4081         * configure.ac
4082                 We need to recheck for gpgme 1.0.0 after checking
4083                 for 1.1.1, because if 1.1.1 isn't available, 
4084                 GPGME_LIBS and friends are blanked out by the 
4085                 second check.
4086
4087 2006-01-03 [colin]      1.9.100cvs121
4088
4089         * src/common/prefs.c
4090                 Windows unlink-before rename fix
4091         * src/plugins/pgpcore/sgpgme.c
4092                 Add support for PKA info if available
4093                 Both patches by Werner Koch
4094
4095 2006-01-03 [paul]       1.9.100cvs120
4096
4097         * src/messageview.c
4098                 fix bug 884, 'Send receipt' button visible in queue
4099                 Thanks to Colin
4100
4101 2006-01-02 [colin]      1.9.100cvs119
4102
4103         * src/compose.c
4104         * src/imap.c
4105                 Fix autosave on IMAP and more generally try to
4106                 return the correct ID on a newly added IMAP message
4107
4108 2006-01-02 [paul]       1.9.100cvs118
4109
4110         * manual/keyboard.xml
4111                 edited
4112
4113 2006-01-01 [paul]       1.9.100cvs117
4114
4115         * src/gtk/authors.h
4116                 alphabetical order
4117
4118 2005-12-30 [colin]      1.9.100cvs116
4119
4120         * manual/advanced.xml
4121                 Explain Pre/Post-processing differences.
4122
4123 2005-12-30 [colin]      1.9.100cvs115
4124
4125         * src/mh.c
4126                 Implement copy_msgs for a little optimization
4127         * src/imap.c
4128                 Finish yesterday's fix
4129
4130 2005-12-29 [colin]      1.9.100cvs114
4131
4132         * src/imap.c
4133                 Fix occasional failure in fetching a mail over
4134                 IMAP
4135
4136 2005-12-29 [colin]      1.9.100cvs113
4137
4138         * src/compose.c
4139                 Don't remove a draft when sending it, if it is 
4140                 locked.
4141
4142 2005-12-28 [colin]      1.9.100cvs112
4143
4144         * src/summaryview.c
4145                 Fix leak for real
4146
4147 2005-12-28 [wwp]        1.9.100cvs111
4148
4149         * doc/faq/.cvsignore
4150         * doc/faq/de/.cvsignore
4151         * doc/faq/en/.cvsignore
4152         * doc/faq/es/.cvsignore
4153         * doc/faq/fr/.cvsignore
4154         * doc/faq/it/.cvsignore
4155         * doc/manual/.cvsignore
4156         * doc/manual/de/.cvsignore
4157         * doc/manual/en/.cvsignore
4158         * doc/manual/es/.cvsignore
4159         * doc/manual/fr/.cvsignore
4160         * doc/manual/ja/.cvsignore
4161         * src/plugins/mathml_viewer/.cvsignore
4162                 rollback revival of those files (my bad, sorry for the noise).
4163
4164 2005-12-28 [wwp]        1.9.100cvs110
4165
4166         * src/compose.c
4167                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4168
4169 2005-12-28 [wwp]        1.9.100cvs109
4170
4171         * doc/faq/.cvsignore
4172         * doc/faq/de/.cvsignore
4173         * doc/faq/en/.cvsignore
4174         * doc/faq/es/.cvsignore
4175         * doc/faq/fr/.cvsignore
4176         * doc/faq/it/.cvsignore
4177         * doc/manual/.cvsignore
4178         * doc/manual/de/.cvsignore
4179         * doc/manual/en/.cvsignore
4180         * doc/manual/es/.cvsignore
4181         * doc/manual/fr/.cvsignore
4182         * doc/manual/ja/.cvsignore
4183         * src/plugins/mathml_viewer/.cvsignore
4184         * po/.cvsignore
4185                 more files to ignore.
4186
4187 2005-12-24 [colin]      1.9.100cvs108
4188
4189         * AUTHORS
4190         * src/gtk/authors.h
4191                 Update for Werner
4192
4193 2005-12-24 [colin]      1.9.100cvs107
4194
4195         * src/procmsg.c
4196                 Allow NULL src_msginfo in 
4197                 procmsg_msginfo_new_from_mimeinfo
4198
4199 2005-12-23 [paul]       1.9.100cvs106
4200
4201         * src/plugins/pgpinline/mypgpcore.def
4202                 add this forgotten file
4203
4204 2005-12-23 [colin]      1.9.100cvs105
4205
4206         * src/mainwindow.c
4207                 Fix missing break
4208
4209 2005-12-23 [colin]      1.9.100cvs104
4210
4211         * autogen.sh
4212         * src/folder.c
4213         * src/mh.c
4214         * src/common/plugin.c
4215         * src/common/socket.c
4216         * src/common/socket.h
4217         * src/common/utils.c
4218         * src/common/utils.h
4219         * src/gtk/pluginwindow.c
4220         * src/plugins/pgpcore/plugin.def
4221         * src/plugins/pgpcore/sylpheed.def
4222         * src/plugins/pgpinline/Makefile.am
4223         * src/plugins/pgpinline/plugin.def
4224         * src/plugins/pgpinline/sylpheed.def
4225         * src/plugins/pgpmime/plugin.def
4226         * src/plugins/pgpmime/sylpheed.def
4227                 Various w32 fixes by Werner Koch
4228
4229 2005-12-22 [paul]       1.9.100cvs103
4230
4231         * src/wizard.c
4232                 don't offer IMAP as 'server type' if
4233                 libetpan isn't built in
4234
4235 2005-12-22 [paul]       1.9.100cvs102
4236
4237         * AUTHORS
4238         * src/mainwindow.c
4239         * src/mainwindow.h
4240         * src/toolbar.c
4241         * src/gtk/authors.h
4242                 support GTK_TOOLBAR_BOTH_HORIZ (text
4243                 next to icon) Patch by Marien Zwart
4244                 marienz@users.sf.net
4245                 Also reword the text
4246
4247 2005-12-21 [colin]      1.9.100cvs101
4248
4249         * configure.ac
4250                 Fix DATADIRNAME
4251         * COPYING
4252                 Fix missing section and explicit the exception better
4253         * src/compose.c
4254                 Prevent mail from being lost without notice when an
4255                 SMTP error happens on trying to send an unmodified
4256                 drafted mail.
4257         * src/send_message.c
4258         * src/common/smtp.c
4259                 Fix password remembering when wrong, and add return
4260                 value checks where they should have been
4261         * src/plugins/pgpcore/sylpheed.def
4262         * src/plugins/pgpinline/sylpheed.def
4263         * src/plugins/pgpmime/sylpheed.def
4264                 Add a few symbols needed
4265
4266 2005-12-21 [paul]       1.9.100cvs100
4267
4268         * m4/codeset.m4
4269         * m4/glibc21.m4
4270         * m4/intdiv0.m4
4271         * m4/inttypes-pri.m4
4272         * m4/inttypes.m4
4273         * m4/inttypes_h.m4
4274         * m4/isc-posix.m4
4275         * m4/lcmessage.m4
4276         * m4/stdint_h.m4
4277         * m4/uintmax_t.m4
4278                 gettextization
4279                 thanks to Colin
4280
4281 2005-12-21 [paul]       1.9.100cvs99
4282
4283         * po/sv.po
4284                 fixed by Colin
4285
4286 2005-12-20 [paul]       1.9.100cvs98
4287
4288         * po/sv.po
4289                 updated by Anders Trobäck
4290
4291 2005-12-20 [colin]      1.9.100cvs97
4292
4293         * ABOUT-NLS
4294         * Makefile.am
4295         * autogen.sh
4296         * configure.ac
4297         * config/config.rpath
4298         * config/mkinstalldirs
4299         * m4/Makefile.am
4300         * m4/glibc2.m4
4301         * m4/gnupg.m4
4302         * m4/gpgme.m4
4303         * m4/intmax.m4
4304         * m4/longdouble.m4
4305         * m4/longlong.m4
4306         * m4/printf-posix.m4
4307         * m4/signed.m4
4308         * m4/size_max.m4
4309         * m4/ulonglong.m4
4310         * m4/wchar_t.m4
4311         * m4/wint_t.m4
4312         * m4/xsize.m4
4313         * po/Makefile.in.in
4314         * po/Makevars
4315         * po/bg.po
4316         * po/ca.po
4317         * po/cs.po
4318         * po/de.po
4319         * po/el.po
4320         * po/en_GB.po
4321         * po/es.po
4322         * po/fi.po
4323         * po/fr.po
4324         * po/hr.po
4325         * po/hu.po
4326         * po/it.po
4327         * po/ja.po
4328         * po/ko.po
4329         * po/nb.po
4330         * po/nl.po
4331         * po/pl.po
4332         * po/pt_BR.po
4333         * po/ru.po
4334         * po/sk.po
4335         * po/sr.po
4336         * po/stamp-po
4337         * po/sv.po
4338         * po/zh_CN.po
4339         * po/zh_TW.po
4340         * src/Makefile.am
4341         * src/codeconv.c
4342         * src/compose.c
4343         * src/exporthtml.c
4344         * src/exportldif.c
4345         * src/folder.c
4346         * src/main.c
4347         * src/manual.c
4348         * src/mh.c
4349         * src/mimeview.c
4350         * src/send_message.c
4351         * src/common/Makefile.am
4352         * src/common/fnmatch.c
4353         * src/common/fnmatch.h
4354         * src/common/fnmatch_loop.c
4355         * src/common/nntp.c
4356         * src/common/plugin.c
4357         * src/common/smtp.c
4358         * src/common/socket.c
4359         * src/common/string_match.c
4360         * src/common/sylpheed.c
4361         * src/common/utils.c
4362         * src/common/utils.h
4363         * src/common/w32_dirent.c
4364         * src/common/w32_reg.c
4365         * src/common/w32_signal.c
4366         * src/common/w32_stat.c
4367         * src/common/w32_stdio.c
4368         * src/common/w32_stdlib.c
4369         * src/common/w32_string.c
4370         * src/common/w32_time.c
4371         * src/common/w32_unistd.c
4372         * src/common/w32_wait.c
4373         * src/common/w32lib.h
4374         * src/etpan/Makefile.am
4375         * src/gtk/Makefile.am
4376         * src/plugins/clamav/Makefile.am
4377         * src/plugins/demo/Makefile.am
4378         * src/plugins/dillo_viewer/Makefile.am
4379         * src/plugins/pgpcore/Makefile.am
4380         * src/plugins/pgpcore/passphrase.c
4381         * src/plugins/pgpcore/plugin.def
4382         * src/plugins/pgpcore/sgpgme.c
4383         * src/plugins/pgpcore/sylpheed.def
4384         * src/plugins/pgpcore/version.rc
4385         * src/plugins/pgpinline/Makefile.am
4386         * src/plugins/pgpinline/plugin.def
4387         * src/plugins/pgpinline/sylpheed.def
4388         * src/plugins/pgpinline/version.rc
4389         * src/plugins/pgpmime/Makefile.am
4390         * src/plugins/pgpmime/mypgpcore.def
4391         * src/plugins/pgpmime/plugin.def
4392         * src/plugins/pgpmime/sylpheed.def
4393         * src/plugins/pgpmime/version.rc
4394         * src/plugins/spamassassin/Makefile.am
4395                 Very little ;-) patch from Werner Koch, providing
4396                 infrastructure for cross-compiling to Win32
4397
4398 2005-12-20 [paul]       1.9.100cvs96
4399
4400         * src/account.c
4401         * src/account.h
4402         * src/mainwindow.c
4403         * src/mainwindow.h
4404         * src/toolbar.c
4405         * src/toolbar.h
4406                 add a combo to the Get All button, allowing
4407                 quick retrieval from any account
4408                 Patch by Fabien Vantard, slightly modified
4409                 by Colin
4410         * src/gtk/about.c
4411                 i18n fix. Patch by Fabien Vantard
4412
4413 2005-12-19 [colin]      1.9.100cvs95
4414
4415         * src/compose.c
4416         * src/compose.h
4417                 Don't automatically join lines when they've 
4418                 been separated by the user and not automatically
4419
4420 2005-12-19 [paul]       1.9.100cvs94
4421
4422         * src/gtk/pluginwindow.c
4423                 i18n fix.
4424                 Patch by Fabien Vantard
4425
4426 2005-12-15 [paul]       1.9.100cvs93
4427
4428         * src/common/plugin.c
4429         * src/common/plugin.h
4430         * src/gtk/pluginwindow.c
4431         * src/plugins/clamav/clamav_plugin.c
4432         * src/plugins/demo/demo.c
4433         * src/plugins/dillo_viewer/dillo_viewer.c
4434         * src/plugins/pgpcore/plugin.c
4435         * src/plugins/pgpinline/plugin.c
4436         * src/plugins/pgpmime/plugin.c
4437         * src/plugins/spamassassin/spamassassin.c
4438         * src/plugins/trayicon/trayicon.c
4439                 add plugin_version()
4440
4441 2005-12-15 [colin]      1.9.100cvs92
4442
4443         * src/compose.c
4444                 Further fix bug #875
4445
4446 2005-12-15 [paul]       1.9.100cvs91
4447
4448         * src/gtk/filesel.c
4449                 fix attach_load_dir getting set to
4450                 PLUGINDIR on plugin load
4451
4452 2005-12-14 [mones]      1.9.100cvs90
4453
4454         * manual/ack.xml
4455         * manual/keyboard.xml
4456                 Initial draft and some shortcuts added
4457                 
4458         * po/es.po
4459                 Updated translation
4460
4461 2005-12-14 [colin]      1.9.100cvs89
4462
4463         * src/compose.c
4464         * src/imap.c
4465         * src/summaryview.c
4466         * src/gtk/gtkaspell.c
4467                 More leaks fixed
4468         * src/prefs_folder_item.c
4469                 Fix recursive prefs apply
4470
4471
4472 2005-12-14 [colin]      1.9.100cvs88
4473
4474         * src/compose.c
4475                 Fix bug #875 (Freeze On Inline Forward of 
4476                 Large Message)
4477
4478 2005-12-13 [colin]      1.9.100cvs87
4479
4480         * src/compose.c
4481                 Uniq-ify and sort the mimetypes list
4482                 Patch by Fabien Vantard
4483
4484 2005-12-13 [colin]      1.9.100cvs86
4485
4486         * src/imap.c
4487         * src/etpan/imap-thread.c
4488                 Fix leaks (patch by Hoa)
4489         * src/news.c
4490         * src/common/plugin.c
4491                 Fix leaks
4492
4493 2005-12-12 [colin]
4494
4495         * 2.0.0-rc2 released
4496
4497 2005-12-12 [colin]      1.9.100cvs85
4498
4499         * src/matcher.c
4500                 Fix a leak
4501
4502 2005-12-12 [wwp]        1.9.100cvs84
4503
4504         * src/gtk/icon_legend.c
4505                 fix misbehaviour and crash when closing the legend window
4506         using the Esc key (patch by Fabien Vantard).
4507
4508 2005-12-12 [paul]       1.9.100cvs83
4509
4510         * src/browseldap.c
4511         * src/foldersel.c
4512         * src/prefs_actions.c
4513         * src/prefs_filtering.c
4514         * src/prefs_matcher.c
4515         * src/prefs_spelling.glade      ** REMOVED **
4516         * src/prefs_template.c
4517         * src/gtk/foldersort.glade      ** REMOVED **
4518         * src/gtk/pluginwindow.c
4519         * src/gtk/pluginwindow.glade    ** REMOVED **
4520         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4521                 cleanups
4522
4523 2005-12-11 [paul]       1.9.100cvs82
4524
4525         * src/gtk/filesel.c
4526                 fix attach_load_dir crasher (double free)
4527
4528 2005-12-09 [paul]       1.9.100cvs81
4529
4530         * po/POTFILES.in
4531         * src/mainwindow.c
4532         * src/gtk/Makefile.am
4533         * src/gtk/icon_legend.c
4534         * src/gtk/icon_legend.h
4535                 add icon legend
4536         * src/manual.c
4537                 cleanup
4538
4539 2005-12-09 [paul]       1.9.100cvs80
4540
4541         * src/plugins/pgpcore/passphrase.c
4542                 wrap the label in the dialog
4543
4544 2005-12-09 [colin]      1.9.100cvs79
4545
4546         * src/plugins/pgpcore/sgpgme.c
4547                 Display (untrusted) on not trusted signatures
4548                 Patch by Michal Èihaø <michal@cihar.com>
4549                 Closes bug #867 (Report also key trust)
4550
4551 2005-12-09 [colin]      1.9.100cvs78
4552
4553         * src/common/plugin.c
4554                 Update licence check, following Eben Moglen's advice
4555
4556 2005-12-08 [colin]      1.9.100cvs77
4557
4558         * src/folder.c
4559                 Fix the occasionnal item->cache != NULL 
4560                 assertion failure. 
4561
4562 2005-12-08 [colin]      1.9.100cvs76
4563
4564         * src/mimeview.c
4565         * src/plugins/pgpcore/sgpgme.c
4566                 Print key id when unable to check it
4567                 Closes bug #866 (Show key id when missing)
4568
4569 2005-12-08 [paul]       1.9.100cvs75
4570
4571         * src/prefs_common.c
4572         * src/prefs_common.h
4573         * src/gtk/filesel.c
4574                 remember load attachment dir
4575
4576 2005-12-07 [colin]      1.9.100cvs74
4577
4578         * src/prefs_toolbar.c
4579                 Gtk fixes, patch by Fabien Vantard
4580
4581 2005-12-07 [colin]      1.9.100cvs73
4582
4583         * src/action.c
4584         * src/compose.c
4585         * src/compose.h
4586                 Fix bug #839 (Quoted text isn't colored after 
4587                 executing an action)
4588         * src/common/plugin.c
4589                 Require plugins to declare their licence in plugin_licence()
4590                 Refuse to load non-GPL plugins as they'd be illegal (as 
4591                 derived works of Sylpheed-Claws, they must be GPL).
4592         * src/plugins/clamav/clamav_plugin.c
4593         * src/plugins/demo/demo.c
4594         * src/plugins/dillo_viewer/dillo_viewer.c
4595         * src/plugins/pgpcore/plugin.c
4596         * src/plugins/pgpinline/plugin.c
4597         * src/plugins/pgpmime/plugin.c
4598         * src/plugins/spamassassin/spamassassin.c
4599         * src/plugins/trayicon/trayicon.c
4600                 Add plugin_licence()
4601
4602 2005-12-07 [paul]       1.9.100cvs72
4603
4604         * configure.ac
4605         * src/mainwindow.c
4606         * src/manual.c
4607         * src/manual.h
4608         * src/common/defs.h
4609                 clean up after local FAQ removal and
4610                 temporary manual removal
4611
4612 2005-12-06 [colin]      1.9.100cvs71
4613
4614         * configure.ac
4615         * doc/Makefile.am
4616         * doc/faq/.cvsignore
4617         * doc/faq/Makefile.am
4618         * doc/faq/de/.cvsignore
4619         * doc/faq/de/Makefile.am
4620         * doc/faq/de/sylpheed-faq-1.html
4621         * doc/faq/de/sylpheed-faq-2.html
4622         * doc/faq/de/sylpheed-faq-3.html
4623         * doc/faq/de/sylpheed-faq.html
4624         * doc/faq/en/.cvsignore
4625         * doc/faq/en/Makefile.am
4626         * doc/faq/en/sylpheed-faq-1.html
4627         * doc/faq/en/sylpheed-faq-2.html
4628         * doc/faq/en/sylpheed-faq-3.html
4629         * doc/faq/en/sylpheed-faq-4.html
4630         * doc/faq/en/sylpheed-faq.html
4631         * doc/faq/es/.cvsignore
4632         * doc/faq/es/Makefile.am
4633         * doc/faq/es/sylpheed-faq-1.html
4634         * doc/faq/es/sylpheed-faq-2.html
4635         * doc/faq/es/sylpheed-faq-3.html
4636         * doc/faq/es/sylpheed-faq-4.html
4637         * doc/faq/es/sylpheed-faq.html
4638         * doc/faq/fr/.cvsignore
4639         * doc/faq/fr/Makefile.am
4640         * doc/faq/fr/sylpheed-faq-1.html
4641         * doc/faq/fr/sylpheed-faq-2.html
4642         * doc/faq/fr/sylpheed-faq-3.html
4643         * doc/faq/fr/sylpheed-faq.html
4644         * doc/faq/it/.cvsignore
4645         * doc/faq/it/Makefile.am
4646         * doc/faq/it/sylpheed-faq-1.html
4647         * doc/faq/it/sylpheed-faq-2.html
4648         * doc/faq/it/sylpheed-faq-3.html
4649         * doc/faq/it/sylpheed-faq.html
4650         * doc/manual/.cvsignore
4651         * doc/manual/Makefile.am
4652         * doc/manual/de/.cvsignore
4653         * doc/manual/de/Makefile.am
4654         * doc/manual/de/sylpheed-1.html
4655         * doc/manual/de/sylpheed-10.html
4656         * doc/manual/de/sylpheed-11.html
4657         * doc/manual/de/sylpheed-12.html
4658         * doc/manual/de/sylpheed-13.html
4659         * doc/manual/de/sylpheed-14.html
4660         * doc/manual/de/sylpheed-15.html
4661         * doc/manual/de/sylpheed-16.html
4662         * doc/manual/de/sylpheed-17.html
4663         * doc/manual/de/sylpheed-18.html
4664         * doc/manual/de/sylpheed-19.html
4665         * doc/manual/de/sylpheed-2.html
4666         * doc/manual/de/sylpheed-20.html
4667         * doc/manual/de/sylpheed-3.html
4668         * doc/manual/de/sylpheed-4.html
4669         * doc/manual/de/sylpheed-5.html
4670         * doc/manual/de/sylpheed-6.html
4671         * doc/manual/de/sylpheed-7.html
4672         * doc/manual/de/sylpheed-8.html
4673         * doc/manual/de/sylpheed-9.html
4674         * doc/manual/de/sylpheed.html
4675         * doc/manual/en/.cvsignore
4676         * doc/manual/en/Makefile.am
4677         * doc/manual/en/sylpheed-1.html
4678         * doc/manual/en/sylpheed-10.html
4679         * doc/manual/en/sylpheed-11.html
4680         * doc/manual/en/sylpheed-12.html
4681         * doc/manual/en/sylpheed-13.html
4682         * doc/manual/en/sylpheed-14.html
4683         * doc/manual/en/sylpheed-15.html
4684         * doc/manual/en/sylpheed-16.html
4685         * doc/manual/en/sylpheed-17.html
4686         * doc/manual/en/sylpheed-18.html
4687         * doc/manual/en/sylpheed-19.html
4688         * doc/manual/en/sylpheed-2.html
4689         * doc/manual/en/sylpheed-20.html
4690         * doc/manual/en/sylpheed-21.html
4691         * doc/manual/en/sylpheed-22.html
4692         * doc/manual/en/sylpheed-3.html
4693         * doc/manual/en/sylpheed-4.html
4694         * doc/manual/en/sylpheed-5.html
4695         * doc/manual/en/sylpheed-6.html
4696         * doc/manual/en/sylpheed-7.html
4697         * doc/manual/en/sylpheed-8.html
4698         * doc/manual/en/sylpheed-9.html
4699         * doc/manual/en/sylpheed.html
4700         * doc/manual/es/.cvsignore
4701         * doc/manual/es/Makefile.am
4702         * doc/manual/es/sylpheed-1.html
4703         * doc/manual/es/sylpheed-10.html
4704         * doc/manual/es/sylpheed-11.html
4705         * doc/manual/es/sylpheed-12.html
4706         * doc/manual/es/sylpheed-13.html
4707         * doc/manual/es/sylpheed-14.html
4708         * doc/manual/es/sylpheed-15.html
4709         * doc/manual/es/sylpheed-16.html
4710         * doc/manual/es/sylpheed-17.html
4711         * doc/manual/es/sylpheed-18.html
4712         * doc/manual/es/sylpheed-19.html
4713         * doc/manual/es/sylpheed-2.html
4714         * doc/manual/es/sylpheed-20.html
4715         * doc/manual/es/sylpheed-3.html
4716         * doc/manual/es/sylpheed-4.html
4717         * doc/manual/es/sylpheed-5.html
4718         * doc/manual/es/sylpheed-6.html
4719         * doc/manual/es/sylpheed-7.html
4720         * doc/manual/es/sylpheed-8.html
4721         * doc/manual/es/sylpheed-9.html
4722         * doc/manual/es/sylpheed.html
4723         * doc/manual/fr/.cvsignore
4724         * doc/manual/fr/Makefile.am
4725         * doc/manual/fr/sylpheed-1.html
4726         * doc/manual/fr/sylpheed-10.html
4727         * doc/manual/fr/sylpheed-11.html
4728         * doc/manual/fr/sylpheed-12.html
4729         * doc/manual/fr/sylpheed-13.html
4730         * doc/manual/fr/sylpheed-14.html
4731         * doc/manual/fr/sylpheed-15.html
4732         * doc/manual/fr/sylpheed-16.html
4733         * doc/manual/fr/sylpheed-17.html
4734         * doc/manual/fr/sylpheed-18.html
4735         * doc/manual/fr/sylpheed-19.html
4736         * doc/manual/fr/sylpheed-2.html
4737         * doc/manual/fr/sylpheed-20.html
4738         * doc/manual/fr/sylpheed-3.html
4739         * doc/manual/fr/sylpheed-4.html
4740         * doc/manual/fr/sylpheed-5.html
4741         * doc/manual/fr/sylpheed-6.html
4742         * doc/manual/fr/sylpheed-7.html
4743         * doc/manual/fr/sylpheed-8.html
4744         * doc/manual/fr/sylpheed-9.html
4745         * doc/manual/fr/sylpheed.html
4746         * doc/manual/ja/.cvsignore
4747         * doc/manual/ja/Makefile.am
4748         * doc/manual/ja/sylpheed-1.html
4749         * doc/manual/ja/sylpheed-10.html
4750         * doc/manual/ja/sylpheed-11.html
4751         * doc/manual/ja/sylpheed-12.html
4752         * doc/manual/ja/sylpheed-13.html
4753         * doc/manual/ja/sylpheed-14.html
4754         * doc/manual/ja/sylpheed-15.html
4755         * doc/manual/ja/sylpheed-16.html
4756         * doc/manual/ja/sylpheed-17.html
4757         * doc/manual/ja/sylpheed-18.html
4758         * doc/manual/ja/sylpheed-19.html
4759         * doc/manual/ja/sylpheed-2.html
4760         * doc/manual/ja/sylpheed-20.html
4761         * doc/manual/ja/sylpheed-3.html
4762         * doc/manual/ja/sylpheed-4.html
4763         * doc/manual/ja/sylpheed-5.html
4764         * doc/manual/ja/sylpheed-6.html
4765         * doc/manual/ja/sylpheed-7.html
4766         * doc/manual/ja/sylpheed-8.html
4767         * doc/manual/ja/sylpheed-9.html
4768         * doc/manual/ja/sylpheed.html
4769         * doc/manual/ja/sylpheed.sgml
4770         * src/mainwindow.c
4771                 Remove outdated manual and faq. Noisy, eh?
4772
4773 2005-12-06 [colin]      1.9.100cvs70
4774
4775         * src/compose.c
4776         * src/quote_fmt_parse.y
4777         * src/undo.c
4778         * src/undo.h
4779                 Allow %X to position cursor at 0 
4780                 (no %X = before signature)
4781                 Fix paste as quotation putting the cursor at 0
4782                 Fix undo offsets when pasting
4783                 Insert the quote_fmt at once instead of line 
4784                 by line
4785                 Fix [Edited] when starting to reply/forward
4786
4787 2005-12-06 [paul]       1.9.100cvs69
4788
4789         * src/plugins/clamav/clamav_plugin_gtk.c
4790                 add another tooltip
4791         * src/plugins/spamassassin/spamassassin_gtk.c
4792                 rework spamassassin_create_widget_func()
4793
4794 2005-12-05 [colin]      1.9.100cvs68
4795
4796         * po/POTFILES.in
4797                 Fix make release ;-)
4798
4799 2005-12-05 [colin]      1.9.100cvs67
4800
4801         * src/compose.c
4802         * src/compose.h
4803                 Fix cursor positioning (not obeying %X)
4804
4805 2005-12-05 [paul]       1.9.100cvs66
4806
4807         * src/plugins/dillo_viewer/dillo_prefs.c
4808                 fix compilation warning
4809
4810 2005-12-05 [paul]       1.9.100cvs65
4811
4812         * src/prefs_spelling.c
4813         * src/plugins/trayicon/trayicon.c
4814                 cleanups - remove unused stuff
4815
4816 2005-12-05 [paul]       1.9.100cvs64
4817
4818         * README
4819         * manual/plugins.xml
4820                 remove info about removed mathml_viewer plugin
4821
4822 2005-12-05 [paul]       1.9.100cvs63
4823
4824         * configure.ac
4825         * src/plugins/Makefile.am
4826         * src/plugins/mathml_viewer/.cvsignore
4827         * src/plugins/mathml_viewer/Makefile.am
4828         * src/plugins/mathml_viewer/mathml_viewer.c
4829                 remove unmaintained mathml_viewer plugin
4830
4831 2005-12-05 [paul]       1.9.100cvs62
4832
4833         * src/summaryview.c
4834                 obey prefs_common.always_show_msg when
4835                 moving a msg
4836                 Thanks to Colin
4837
4838 2005-12-05 [paul]       1.9.100cvs61
4839
4840         * src/compose.c
4841         * src/prefs_account.c
4842         * src/prefs_filtering.c
4843         * src/prefs_quote.c
4844         * src/prefs_spelling.c
4845         * src/prefs_toolbar.c
4846         * src/summaryview.c
4847         * src/gtk/gtkutils.c
4848         * src/gtk/quicksearch.c
4849         * src/plugins/dillo_viewer/dillo_prefs.c
4850                 dialog cleanups
4851
4852 2005-12-04 [paul]       1.9.100cvs60
4853
4854         * src/inc.c
4855         * src/prefs_account.c
4856         * src/prefs_account.h
4857                 allow a Local account to specify a
4858                 default inbox
4859                 (closes bug 843 'Inbox cannot be changed for local
4860                  mailboxes')
4861
4862 2005-12-04 [colin]      1.9.100cvs59
4863
4864         * src/plugins/trayicon/trayicon.c
4865                 Remove Get, rename Get All to Get Mail in order to
4866                 be consistent with the default main toolbar
4867
4868 2005-12-03 [colin]      1.9.100cvs58
4869
4870         * manual/gpl.xml
4871         * manual/sylpheed-claws-manual.xml
4872                 Add GPL appendix
4873
4874 2005-12-03 [paul]       1.9.100cvs57
4875
4876         * AUTHORS
4877         * po/sv.po
4878         * src/gtk/authors.h
4879                 new (partially complete) Swedish translation
4880                 by Anders Troback <sylpheed@troback.com>
4881
4882 2005-12-02 [paul]       1.9.100cvs56
4883
4884         * configure.ac
4885                 libetpan 0.41 required
4886
4887 2005-12-02 [paul]       1.9.100cvs55
4888
4889         * src/plugins/clamav/clamav_plugin.c
4890         * src/plugins/clamav/clamav_plugin.h
4891         * src/plugins/clamav/clamav_plugin_gtk.c
4892         * src/plugins/spamassassin/spamassassin.c
4893         * src/plugins/spamassassin/spamassassin.h
4894         * src/plugins/spamassassin/spamassassin_gtk.c
4895                 unregister prefs pages on unloading, thus
4896                 preventing a crash
4897                 (thanks to Colin for the hint)
4898
4899 2005-12-02 [wwp]        1.9.100cvs54
4900
4901         * src/quote_fmt.h
4902         * src/quote_fmt_parse.y
4903                 fix misuse of gboolean*, use gboolean instead
4904                 (thanks to Paul, Colin, for pointing out that scaring one)
4905
4906 2005-12-02 [paul]       1.9.100cvs53
4907
4908         * src/plugins/clamav/clamav_plugin.c
4909                 int no --> unsigned int no
4910         * src/plugins/clamav/clamav_plugin_gtk.c
4911                 rework config page
4912
4913 2005-12-02 [wwp]        1.9.100cvs52
4914
4915         * src/compose.c
4916         * src/prefs_template.c
4917         * src/quote_fmt.h
4918         * src/quote_fmt_parse.y
4919                 prevent from executing |f and |p templates commands when
4920                 adding or replacing templates in prefs (avoids annoying and
4921                 potentially dangerous behaviours)
4922
4923 2005-12-02 [paul]       1.9.100cvs51
4924
4925         * src/prefs_common.c
4926                 allow translation of some default values
4927                 Patch by Fabien Vantard
4928
4929 2005-12-02 [paul]       1.9.100cvs50
4930
4931         * src/codeconv.c
4932         * src/codeconv.h
4933         * src/prefs_common.c
4934         * src/prefs_common.h
4935         * src/prefs_message.c
4936         * src/textview.c
4937                 remove obsolete 'convert_mb_alnum' option
4938                 and related stuff
4939         * src/gtk/about.c
4940                 remove unused 'about_textview_visibility_notify'
4941
4942 2005-12-02 [paul]       1.9.100cvs49
4943
4944         * src/prefs_account.c
4945         * src/prefs_compose_writing.c
4946         * src/prefs_fonts.c
4947         * src/prefs_gtk.h
4948         * src/prefs_image_viewer.c
4949         * src/prefs_message.c
4950         * src/prefs_other.c
4951         * src/prefs_receive.c
4952         * src/prefs_send.c
4953         * src/prefs_spelling.c
4954         * src/prefs_summaries.c
4955         * src/prefs_wrapping.c
4956         * src/plugins/dillo_viewer/dillo_prefs.c
4957         * src/plugins/pgpcore/prefs_gpg.c
4958                 several cleanups to the prefs dialogs
4959                 (slightly modified) patch by Fabien Vantard
4960
4961 2005-12-02 [paul]       1.9.100cvs48
4962
4963         * src/main.c
4964                 --exit means exit
4965         * src/send_message.c
4966                 fix crash on send when connection fails
4967
4968         Thanks to Colin
4969
4970 2005-12-01 [colin]      1.9.100cvs47
4971
4972         * src/html.c
4973                 Translate &hellip; to "..."
4974
4975 2005-11-30 [colin]      1.9.100cvs46
4976
4977         * src/matcher.c
4978         * src/matcher.h
4979                 Optimize back yesterday's fix.
4980
4981 2005-11-30 [paul]       1.9.100cvs45
4982
4983         * manual/faq.xml
4984                 standardised
4985         * manual/intro.xml
4986                 written by Colin, edited by me
4987
4988 2005-11-29 [colin]      1.9.100cvs44
4989
4990         * src/matcher.c
4991                 Skip headers unconditionnaly in match_body if the
4992                 rule is not message or ~message
4993
4994 2005-11-29 [colin]      1.9.100cvs43
4995
4996         * src/matcher.c
4997                 Fix body_part and such, not skipping headers 
4998                 if the matchcriteria wasn't the first in the rule
4999
5000 2005-11-29 [colin]      1.9.100cvs42
5001
5002         * src/compose.c
5003                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5004                 option missing from message view window)
5005                 Fix double text D'n'D with gtk-2.8
5006         * src/matcher.c
5007                 Fix ~message, ~headers_part, ~body_part rules
5008         * src/messageview.c
5009                 Add Windows-1252 (Closes bug #863)
5010                 Fix accels
5011         * src/gtk/gtkaspell.c
5012                 Properly destroy accels in all menus
5013
5014 2005-11-29 [mones]      1.9.100cvs41
5015
5016         * po/es.po
5017                 Updated.
5018
5019 2005-11-27 [colin]      1.9.100cvs40
5020
5021         * src/mh_gtk.c
5022                 "/Remove mailbox" -> "/Remove mailbox..."
5023
5024 2005-11-27 [paul]       1.9.100cvs39
5025
5026         * AUTHORS
5027         * po/de.po
5028         * src/gtk/authors.h
5029                 updated by new maintainer, Stephan Sachse
5030
5031 2005-11-27 [paul]       1.9.100cvs38
5032
5033         * manual/faq.xml
5034                 written by Colin, edited by me
5035
5036 2005-11-27 [paul]       1.9.100cvs37
5037
5038         * src/prefs_common.c
5039         * src/prefs_common.h
5040         * src/prefs_receive.c
5041         * src/prefs_summaries.c
5042                 move 'go to inbox after receiving new mail'
5043                 option from display/sumamaries to mail
5044                 handling/receive, and rework prefs_summaries
5045                 dialog a little
5046
5047 2005-11-25 [martin]     1.9.100cvs36
5048
5049         * po/de.po
5050             fixed windows-1252 translation;
5051             translated some new and fuzzy strings
5052
5053 2005-11-25 [paul]       1.9.100cvs35
5054
5055         * src/plugins/clamav/clamav_plugin.c
5056                 complete the update done in cvs34
5057
5058 2005-11-25 [paul]       1.9.100cvs34
5059
5060         * src/plugins/clamav/clamav_plugin.c
5061                 reflect upstream changes
5062
5063 2005-11-25 [paul]       1.9.100cvs33
5064
5065         * manual/ack.xml
5066         * manual/plugins.xml
5067         * manual/sylpheed-claws-manual.xml
5068                 written/updated by Colin, edited by me
5069         * tools/acroread2sylpheed.pl
5070                 update binary name
5071
5072 2005-11-24 [colin]      1.9.100cvs32
5073
5074         * src/compose.c
5075                 Fix bug #856 (reediting messages forgets Request
5076                 Return Receipt)
5077
5078 2005-11-24 [paul]       1.9.100cvs31
5079
5080         * manual/addrbook.xml
5081         * manual/starting.xml
5082                 written by Colin, proofread, edited, adapted by me
5083         * manual/advanced.xml
5084                 add some Actions examples
5085         * src/importldif.c
5086                 use a Save button instead of a Close button
5087         * src/wizard.c
5088                 indicate mandatory fields
5089                 fix page display
5090                 Thanks to Colin
5091
5092 2005-11-23 [colin]      1.9.100cvs30
5093
5094         * src/addressbook.c
5095                 Rename menu item, fix possible crash after
5096                 deletion of books
5097         * src/addrindex.c
5098                 Allow searching for '*' in ldap
5099         * src/browseldap.c
5100                 Fix "Browse Entry" (did anyone use it?)
5101         * src/wizard.c
5102                 Add guards for mandatory information
5103
5104 2005-11-23 [paul]       1.9.100cvs29
5105
5106         * manual/advanced.xml
5107                 corrections to the English
5108
5109 2005-11-23 [colin]      1.9.100cvs28
5110
5111         * src/mimeview.c
5112                 Fix possible crash at exit. After the call to
5113                 gtk_container_remove(), the Viewer's widget has no
5114                 more parent so gtk+ automatically frees it and its
5115                 sons. If destroy_viewer() then try to access it,
5116                 problems ensue.
5117
5118 2005-11-22 [colin]      1.9.100cvs27
5119
5120         * src/compose.c
5121         * src/gtk/gtkaspell.c
5122                 Fix right-clicking on a misspelled word
5123                 Fix More... in suggestions menu
5124
5125 2005-11-22 [wwp]        1.9.100cvs26
5126
5127         * src/prefs_template.c
5128                 templates works: re-sort templates list when adding or replacing,
5129                 prevent from adding or replacing when the template name is empty
5130
5131 2005-11-21 [colin]      1.9.100cvs25
5132
5133         * src/addressbook.c
5134                 Fix some addressbook suckage (dnd, select all)
5135         * src/compose.c
5136         * src/gtk/gtkaspell.c
5137         * src/gtk/gtkaspell.h
5138                 Make the spellchecker menu work with the 
5139                 GtkTextView one instead of overriding it
5140
5141 2005-11-20 [paul]       1.9.100cvs24
5142
5143         * manual/handling.xml
5144                 proofread and corrected
5145
5146 2005-11-20 [paul]       1.9.100cvs23
5147
5148         * manual/Makefile
5149                 generate html as one file
5150         * manual/advanced.xml
5151                 fix output generation
5152                 reformat hidden options list
5153         * manual/manual.xml     ** REMOVED **
5154         * manual/sylpheed-claws-manual.xml      ** ADDED **
5155                 renamed
5156
5157 2005-11-18 [colin]      1.9.100cvs22
5158
5159         * src/prefs_account.c
5160                 Fix layout in news and mbox accounts
5161         * manual/account.xml
5162         * manual/advanced.xml
5163                 New contents for Paul to check :)
5164
5165 2005-11-18 [wwp]        1.9.100cvs21
5166
5167         * src/gtk/quicksearch.c
5168                 don't update extended quicksearch buttons twice
5169
5170 2005-11-18 [paul]       1.9.100cvs20
5171
5172         * src/textview.c
5173                 complete 1.9.100cvs19
5174
5175 2005-11-18 [paul]       1.9.100cvs19
5176
5177         * src/compose.c
5178                 cosmetic improvements
5179         * src/textview.c
5180                 also list text/* attachments
5181
5182 2005-11-18 [colin]      1.9.100cvs18
5183
5184         * src/summaryview.c
5185                 Use column 0 instead of -1 in 
5186                 gtk_ctree_node_moveto, in a naive
5187                 hope it'll fix the gtk-related crashes
5188
5189 2005-11-18 [colin]      1.9.100cvs17
5190
5191         * src/gtk/inputdialog.c
5192                 Fix icon staying the first one
5193
5194 2005-11-17 [wwp]        1.9.100cvs16
5195                 fix possible problem showing some quicksearch buttons, and a bad
5196                 call to g_return_if_fail in a function that returns a value (both
5197                 fixes by Fabien Vantard)
5198
5199 2005-11-15 [wwp]        1.9.100cvs15
5200
5201         * src/gtk/quicksearch.c
5202                 added a tooltip to that obscure ... quicksearch button
5203
5204 2005-11-15 [wwp]        1.9.100cvs14
5205
5206         * src/gtk/quicksearch.c
5207                 add a quicksearch helper to filtering expression users: the ... button
5208                 raises the condition expr window. condition expressions set up w/ this
5209                 window are used by the quicksearch if the user closes it pressing OK.
5210
5211 2005-11-14 [paul]       1.9.100cvs13
5212
5213         * src/plugins/clamav/clamav_plugin.c
5214         * src/plugins/spamassassin/spamassassin.c
5215                 change plugin type following recent merging
5216
5217 2005-11-14 [wwp]        1.9.100cvs12
5218
5219         * src/folder.c
5220                 prevent from crashing when copying/moving message(s) from and
5221                 to the same folder
5222
5223 2005-11-14 [paul]       1.9.100cvs11
5224
5225         * src/plugins/clamav/Makefile.am
5226         * src/plugins/clamav/clamav_plugin.c
5227         * src/plugins/clamav/clamav_plugin.h
5228         * src/plugins/clamav/clamav_plugin_gtk.c
5229                 also merge clamav and clamav_gtk plugins
5230
5231 2005-11-13 [colin]      1.9.100cvs10
5232
5233         * configure.ac
5234         * src/plugins/spamassassin/Makefile.am
5235         * src/plugins/spamassassin/spamassassin.c
5236         * src/plugins/spamassassin/spamassassin.h
5237         * src/plugins/spamassassin/spamassassin_gtk.c
5238                 Merge spamassassin and spamassassin_gtk plugins,
5239                 and build it by default.
5240
5241 2005-11-12 [colin]      1.9.100cvs9
5242
5243         * src/etpan/imap-thread.c
5244                 Fix gcc warning
5245
5246 2005-11-12 [colin]      1.9.100cvs8
5247
5248         * src/procmime.c
5249                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5250
5251 2005-11-10 [colin]      1.9.100cvs7
5252
5253         * src/main.c
5254                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5255                 minimised state)
5256
5257 2005-11-10 [wwp]        1.9.100cvs6
5258
5259         * src/gtk/description_window.c
5260                 fix a crash when closing description windows using the WM's [X] button
5261
5262 2005-11-09 [colin]      1.9.100cvs5
5263
5264         * src/common/ssl.c
5265                 Update libetpan call to follow upstream
5266                 (yes, this requires libetpan-0.40cvs3)
5267
5268 2005-11-08 [colin]      1.9.100cvs4
5269
5270         * src/compose.c
5271         * src/textview.c
5272         * src/common/utils.c
5273         * src/common/utils.h
5274                 Enhance the email parser
5275
5276 2005-11-08 [colin]      1.9.100cvs3
5277
5278         * src/procmime.c
5279                 Fix what looks like an off-by-one (fixes 
5280                 attachments from the Bat)
5281
5282 2005-11-08 [wwp]        1.9.100cvs2
5283
5284         * src/main.c
5285                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5286
5287 2005-11-08 [wwp]        1.9.100cvs1
5288
5289         * src/main.c
5290                 allow exiting Sylpheed-Claws from command-line
5291
5292 2005-11-08 [paul]       1.9.100
5293
5294         1.9.100 released
5295
5296 2005-11-07 [colin]      1.9.99cvs17
5297
5298         * src/addritem.c
5299         * src/ldif.c
5300                 Fix import of base-64 encoded items
5301
5302 2005-11-07 [colin]      1.9.99cvs16
5303
5304         * src/send_message.c
5305                 Fix bug #314 (Queue does not empty under certain 
5306                 circumstances)
5307
5308 2005-11-07 [paul]       1.9.99cvs15
5309
5310         * src/mutt.c
5311         * src/pine.c
5312                 fix buffer overflows
5313                 Thanks to Colin
5314
5315 2005-11-07 [paul]       1.9.99cvs14
5316
5317         * doc/man/Makefile.am
5318         * doc/man/sylpheed-claws.1      ** ADDED **
5319         * doc/man/sylpheed.1            ** DELETED **
5320                 rename and update the man file
5321
5322 2005-11-06 [colin]      1.9.99cvs13
5323
5324         * src/ldif.c
5325                 Fix ldif_get_line() that returned empty strings
5326                 (Didn't understand why). Also fix a possible
5327                 buffer overflow.
5328
5329 2005-11-06 [wwp]        1.9.99cvs12
5330
5331         * src/textview.c
5332         * src/gtk/about.c
5333         * src/gtk/gtkutils.c
5334         * src/gtk/gtkutils.h
5335                 fix a compilation warning,
5336                 make links sensitive in the about dialog
5337
5338 2005-11-04 [wwp]        1.9.99cvs11
5339
5340         * src/gtk/about.c
5341                 don't wrap or translate URIs, and a bit text format cleanup
5342
5343 2005-11-04 [wwp]        1.9.99cvs10
5344
5345         * src/gtk/about.c
5346                 better textview tagging implementation (no more use of marks for
5347                 postponed tagging)
5348
5349 2005-11-02 [colin]      1.9.99cvs9
5350
5351         * src/common/ssl.c
5352                 Forgot an ifdef
5353
5354 2005-11-02 [colin]      1.9.99cvs8
5355
5356         * configure.ac
5357                 Require libetpan-0.40 due to upstream fix
5358         * src/common/ssl.c
5359                 Tell libetpan not to call SSL_Library_Init,
5360                 as we do it ourselves.
5361
5362 2005-11-02 [colin]      1.9.99cvs7
5363
5364         * po/POTFILES.in
5365                 Add missing files (thanks to Fabien Vantard)
5366
5367 2005-11-02 [colin]      1.9.99cvs6
5368
5369         * src/summaryview.c
5370                 Fix totals when read messages are hidden or quicksearch
5371                 is on
5372         * src/ssl_manager.c
5373         * src/ssl_manager.h
5374         * src/common/ssl_certificate.c
5375         * src/common/ssl_certificate.h
5376         * src/gtk/sslcertwindow.c
5377         * src/gtk/sslcertwindow.h
5378                 Fix copyright on my stuff
5379
5380 2005-11-02 [wwp]        1.9.99cvs5
5381
5382         * src/prefs_themes.c
5383                 fix directory name checking (theme installation/removal),
5384                 made related error a bit more verbose
5385
5386 2005-11-02 [colin]      1.9.99cvs4
5387
5388         * src/summaryview.c
5389                 Fix typo (probably fixes bug #841 (Sort by the From 
5390                 field doesn't work)
5391
5392 2005-11-02 [paul]       1.9.99cvs3
5393
5394         * po/ko.po
5395         * po/nb.po
5396                 updated by SungHyun Nam, Geir Helland
5397         * src/wizard.c
5398                 fix typo in welcome message. spotted by
5399                 Andrea Spadaccini
5400
5401 2005-11-01 [colin]      1.9.99cvs2
5402
5403         * src/compose.c
5404                 Fix replying to ml wen confirming subscription
5405         * src/messageview.c
5406         * src/mimeview.c
5407         * src/mimeview.h
5408         * src/privacy.h
5409         * src/summaryview.c
5410                 Make key check non blocking
5411
5412 2005-10-31 [paul]       1.9.99cvs1
5413
5414         * tools/claws.i18n.status.pl
5415                 updated for ChangeLog
5416
5417 2005-10-31 [paul]       1.9.99
5418
5419         1.9.99 released
5420
5421 2005-10-31 [paul]       1.9.15cvs131
5422
5423         * .cvsignore
5424         * ChangeLog
5425         * ChangeLog.claws       ** REMOVED **
5426         * ChangeLog-gtk2.claws  ** REMOVED **
5427         * ChangeLog.gtk1        ** ADDED **
5428         * INSTALL
5429         * Makefile.am
5430         * NEWS
5431         * README
5432         * README.claws          ** REMOVED **
5433         * README.jp             ** REMOVED **
5434         * RELEASE_NOTES         ** ADDED **
5435         * RELEASE_NOTES.claws   ** REMOVED **
5436         * commitHelper
5437         * configure.ac
5438         * sylpheed.spec.in      ** REMOVED **
5439                 tidy up and update the default docs:
5440                 ChangeLog.claws is renamed ChangeLog.gtk1
5441                 ChangeLog-gtk2.claws is renamed ChangeLog
5442                 README.claws is renamed README
5443                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5444
5445 2005-10-31 [paul]       1.9.15cvs130
5446
5447         * po/it.po
5448                 fix errors
5449
5450 2005-10-31 [paul]       1.9.15cvs129
5451
5452         * po/ca.po
5453         * po/de.po
5454         * po/en_GB.po
5455         * po/fr.po
5456         * po/it.po
5457         * po/pt_BR.po
5458         * po/sk.po
5459         * po/sr.po
5460         * po/zh_CN.po
5461                 updated by Miquel Oliete, Stephan Sachse and
5462                 Thomas Gilgin, me, Fabien Vantard, Andrea
5463                 Spadaccini, Frederico Goncalves Guimaraes,
5464                 Andrej Kacian, Aleksandar Urosevic, and
5465                 Ralgh Young.
5466
5467 2005-10-31 [mones]      1.9.15cvs128
5468
5469         * manual/faq.xml
5470                 More questions.
5471         
5472         * po/es.po
5473                 Updated for release.
5474
5475 2005-10-30 [colin]      1.9.15cvs127
5476
5477         * src/compose.c
5478                 Place cursor before rewrapping (fixes cursor
5479                 pos if quotation gets rewrapped)
5480
5481 2005-10-29 [paul]       1.9.15cvs126
5482
5483         * src/crash.c
5484         * src/foldersel.c
5485         * src/main.c
5486         * src/messageview.c
5487         * src/toolbar.c
5488         * src/gtk/authors.h
5489                 corrections to text items
5490
5491 2005-10-28 [colin]      1.9.15cvs125
5492
5493         * src/messageview.c
5494                 Make "hit 'C' to check sig" work from extern 
5495                 messageviews
5496
5497 2005-10-27 [colin]      1.9.15cvs124
5498
5499         * src/summaryview.c
5500                 Add a hack to avoid segfaulting when hammering 
5501                 on gtk's events
5502
5503 2005-10-27 [wwp]        1.9.15cvs123
5504
5505         * src/prefs_themes.c
5506                 sort list of themes names in themes prefs
5507
5508 2005-10-27 [paul]       1.9.15cvs122
5509
5510         * src/folder.c
5511         * src/prefs_account.c
5512                 fix building on Solaris
5513                 Patch by Alex Moore
5514
5515 2005-10-27 [wwp]        1.9.15cvs121
5516
5517         * src/summaryview.c
5518         * src/gtk/gtksctree.c
5519                 speed up unselecting messages in summary view (thanks to Colin)
5520
5521 2005-10-27 [paul]       1.9.15cvs120
5522
5523         * src/mainwindow.c
5524                 fix a compilation warning
5525         * src/summaryview.c
5526                 fix updating of 'n items selected' count
5527                 when deselecting
5528
5529 2005-10-27 [martin]     1.9.15cvs119
5530
5531         * src/action.c
5532                 ignore actions with a leading '/' in the action menu name
5533                 fixes a crash on menu creation
5534         * src/prefs_actions.c
5535                 do not allow a leading '/' in the action menu name
5536
5537 2005-10-27 [paul]       1.9.15cvs118
5538
5539         * src/main.c
5540                 fix compilation warning
5541
5542 2005-10-27 [paul]       1.9.15cvs117
5543
5544         * src/procmime.c
5545                 add #if HAVE_LOCALE_H
5546
5547 2005-10-27 [paul]       1.9.15cvs116
5548
5549         * src/plugins/clamav/clamav_plugin.c
5550         * src/plugins/dillo_viewer/dillo_viewer.c
5551         * src/plugins/mathml_viewer/mathml_viewer.c
5552         * src/plugins/pgpcore/plugin.c
5553         * src/plugins/pgpinline/plugin.c
5554         * src/plugins/pgpmime/plugin.c
5555         * src/plugins/spamassassin/spamassassin.c
5556         * src/plugins/trayicon/trayicon.c
5557                 plugin_init() : make error messages more
5558                 informative
5559
5560 2005-10-26 [wwp]        1.9.15cvs115
5561
5562         * src/prefs_matcher.c
5563                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5564
5565 2005-10-26 [wwp]        1.9.15cvs114
5566
5567         * src/procmime.c
5568         * src/gtk/gtksctree.c
5569         * src/plugins/spamassassin/libspamc.c
5570         * src/plugins/spamassassin/spamassassin.c
5571                 fix some compilation warnings more
5572
5573 2005-10-26 [mones]      1.9.15cvs113
5574
5575         * po/es.po
5576                 Updated translation
5577
5578 2005-10-26 [paul]       1.9.15cvs112
5579
5580         * src/prefs_message.c
5581                 give all display_xface stuff the
5582                 #if HAVE_LIBCOMPFACE treatment, thus
5583                 preventing a crash
5584                 (Thanks to Wolfgang Enderlein)
5585
5586 2005-10-26 [colin]      1.9.15cvs111
5587
5588         * src/gedit-print.c
5589                 Fix date format
5590         * src/imap_gtk.c
5591         * src/news_gtk.c
5592                 Remove context menu items that should not be there
5593         * src/jpilot.c
5594                 Fix encoding
5595         * src/main.c
5596         * src/mainwindow.c
5597                 Don't show the mainwindow too soon
5598
5599 2005-10-26 [wwp]        1.9.15cvs110
5600
5601         * src/folder.c
5602         * src/manual.c
5603         * src/summaryview.c
5604                 fix uninitialized pointers in the folder updating hook
5605                 (thanks to Colin)
5606
5607 2005-10-25 [mones]      1.9.15cvs109
5608
5609         * manual/faq.xml
5610                 General information subsection completed. 
5611                 Removed archaic references.
5612                 
5613         * manual/Makefile
5614         * manual/dtd/manual.dsl
5615                 Added customization stylesheet for getting paragraphs
5616                 fully justified in PDF output (as suggested by Colin).
5617
5618 2005-10-25 [colin]      1.9.15cvs108
5619
5620         * src/compose.c
5621                 Fix a second leak
5622
5623 2005-10-25 [colin]      1.9.15cvs107
5624
5625         * src/addrbook.c
5626         * src/addrindex.c
5627                 Fix leak (xml_get_element() allocates memory)
5628         * src/compose.c
5629                 Fix leak + dead code (shame!)
5630         * src/procmime.c
5631                 Fix leak
5632
5633 2005-10-25 [colin]      1.9.15cvs106
5634
5635         * src/mimeview.c
5636                 Fix encoding issue in Save all and in 
5637                 overwrite-confirmation alertpanel
5638
5639 2005-10-25 [colin]      1.9.15cvs105
5640
5641         * src/common/socket.c
5642                 Fix a leak - Thanks to Christopher Aillon
5643                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5644
5645 2005-10-25 [paul]       1.9.15cvs104
5646
5647         * src/wizard.c
5648                 Always guess servers from the right-hand
5649                 email part and guess username from the
5650                 left-hand part. (Thanks to Colin)
5651                 add an X-Face to the welcome message
5652
5653 2005-10-25 [paul]       1.9.15cvs103
5654
5655         * manual/handling.xml
5656                 written by Colin, edited by me
5657
5658 2005-10-25 [wwp]        1.9.15cvs102
5659
5660         * src/folderview.c
5661         * src/grouplistdialog.c
5662         * src/imap.c
5663         * src/noticeview.c
5664                 fix some compilation warnings
5665
5666 2005-10-24 [paul]
5667
5668         1.9.99-rc3 released
5669
5670 2005-10-24 [paul]       1.9.15cvs101
5671
5672         * src/gtk/about.c
5673                 fix window sizing
5674
5675 2005-10-24 [paul]       1.9.15cvs100
5676
5677         * src/pixmaps/offline.xpm
5678         * src/pixmaps/online.xpm
5679                 replace with last default versions
5680
5681 2005-10-24 [colin]      1.9.15cvs99
5682
5683         * src/imap.c
5684                 Fix bug when moving a folder
5685         * src/imap_gtk.c
5686         * src/mh_gtk.c
5687                 "Delete folder" pops up a window, so it 
5688                 should be suffixed with "..."
5689         * src/plugins/pgpcore/sgpgme.c
5690                 Include locale.h
5691
5692 2005-10-24 [mones]      1.9.15cvs98
5693
5694         * manual/Makefile
5695         * manual/account.xml
5696         * manual/ack.xml
5697         * manual/addrbook.xml
5698         * manual/advanced.xml
5699         * manual/faq.xml
5700         * manual/glossary.xml
5701         * manual/gpl.xml
5702         * manual/handling.xml
5703         * manual/intro.xml
5704         * manual/keyboard.xml
5705         * manual/manual.xml
5706         * manual/plugins.xml
5707         * manual/starting.xml
5708         * manual/dtd/sdocbook.dtd
5709                 Initial manual structure and some content.
5710
5711 2005-10-23 [wwp]        1.9.15cvs97
5712
5713         * src/gtk/about.c
5714                 fix a typo
5715
5716 2005-10-23 [wwp]        1.9.15cvs96
5717
5718         * src/gtk/about.c
5719         * src/gtk/authors.h
5720                 rework of the about window (main work by Paul), also featuring a few
5721                 fixes for typos and duplicate names
5722
5723 2005-10-23 [wwp]        1.9.15cvs95
5724
5725         * src/.cvsignore
5726                 Ignore the right binary name (sylpheed-claws now)
5727
5728 2005-10-23 [paul]       1.9.15cvs94
5729
5730         * src/compose.c
5731                 when using Folder Pref 'Default To for
5732                 replies' make the entry in the Compose
5733                 window bold
5734                 Patch by Fabien Vantard
5735
5736 2005-10-22 [colin]      1.9.15cvs93
5737
5738         * src/codeconv.c
5739                 Fix leak
5740
5741 2005-10-22 [colin]      1.9.15cvs92
5742
5743         * src/codeconv.c
5744                 try to convert using locale (apart utf8) if necessary
5745
5746 2005-10-22 [colin]      1.9.15cvs91
5747
5748         * src/pixmaps/new.xpm
5749         * src/pixmaps/unread.xpm
5750                 Make the unread envelope blue again and
5751                 saturate the new one a bit more.
5752
5753 2005-10-22 [colin]      1.9.15cvs90
5754
5755         * src/compose.c
5756                 When replying to a mail sent by one of our accounts,
5757                 use the original list of recipients. Let 'Reply All'
5758                 and 'Reply to sender' work like previously.
5759
5760 2005-10-21 [colin]      1.9.15cvs89
5761
5762         * src/prefs_filtering.c
5763                 Clear fields after add and replace
5764         * src/textview.c
5765                 Display xface differently (better)
5766         * src/plugins/pgpinline/pgpinline.c
5767                 Fix crappy encodings/recodings
5768
5769 2005-10-21 [paul]       1.9.15cvs88
5770
5771         * src/compose.c
5772         * src/prefs_folder_item.c
5773         * src/toolbar.c
5774                 fix news folder Folder Properties
5775                 (thanks to Colin)
5776         * src/folderview.c
5777                 update folderview after Themes change
5778                 keep selected folder selected
5779                 (thanks to Colin)
5780
5781 2005-10-21 [paul]       1.9.15cvs87
5782
5783         * tools/Makefile.am
5784         * tools/OOo2sylpheed.pl
5785         * tools/README
5786         * tools/README.sylprint
5787         * tools/asus_mailled.sh         ** REMOVED **
5788         * tools/filter_conv.pl
5789         * tools/freshmeat_search.pl
5790         * tools/google_search.pl
5791         * tools/gpg-sign-syl            ** REMOVED **
5792         * tools/kmail2sylpheed.pl
5793         * tools/kmail2sylpheed_v2.pl
5794         * tools/multiwebsearch.pl
5795         * tools/nautilus2sylpheed.sh
5796         * tools/newscache_clean.pl
5797         * tools/outlook2sylpheed.pl
5798         * tools/sylpheed-switcher       ** REMOVED **
5799         * tools/sylprint.pl
5800         * tools/sylprint.rc
5801         * tools/tb2sylpheed
5802         * tools/vcard2xml.py
5803         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5804                 update default config dir
5805                 update binary name (thanks to Fabien Vantard)
5806                 remove obsolete scripts
5807
5808 2005-10-21 [colin]      1.9.15cvs86
5809
5810         * src/inc.c
5811                 Fix possible leak and units. Based on a patch by
5812                 Fabien Vantard.
5813
5814 2005-10-20 [colin]      1.9.15cvs85
5815
5816         * src/textview.c
5817                 Clear xface when clearing textview
5818
5819 2005-10-20 [colin]      1.9.15cvs84
5820
5821         * configure.ac
5822         * src/folderview.c
5823         * src/headerview.c
5824         * src/main.c
5825         * src/prefs_common.c
5826         * src/prefs_common.h
5827         * src/prefs_message.c
5828         * src/textview.c
5829         * src/textview.h
5830         * src/common/defs.h
5831         * src/common/utils.c
5832         * src/common/utils.h
5833         * src/gtk/gtkutils.c
5834         * src/gtk/gtkutils.h
5835                 Migrate config to .sylpheed-claws (Automatically)
5836                 Add a way to get the Xface in the TextView
5837
5838 2005-10-20 [colin]      1.9.15cvs83
5839
5840         * src/gtk/Makefile.am
5841         * src/gtk/about.c
5842         * src/gtk/authors.h
5843                 Make the about dialog *grooovy*
5844
5845 2005-10-20 [colin]      1.9.15cvs82
5846
5847         * src/mimeview.c
5848                 Use "Open with" on double click if no command
5849                 was found
5850
5851 2005-10-20 [colin]      1.9.15cvs81
5852
5853         * src/imap.c
5854         * src/etpan/imap-thread.c
5855                 Fix possible crash.
5856
5857 2005-10-20 [paul]       1.9.15cvs80
5858
5859         * src/folder.c
5860                 don't show clipkey icon if the only
5861                 attachment is the signature
5862                 Patch by Colin
5863
5864 2005-10-20 [paul]       1.9.15cvs79
5865
5866         * AUTHORS
5867         * src/plugins/pgpmime/pgpmime.c
5868                 name the PGP/MIME signature 'signature.asc'
5869                 Patch by Andrew Nelson <freeandy@gmail.com>
5870
5871 2005-10-19 [colin]      1.9.15cvs78
5872
5873         * src/plugins/pgpmime/pgpmime.c
5874                 Oops, no need to double-check though
5875
5876 2005-10-19 [colin]      1.9.15cvs77
5877
5878         * src/plugins/pgpinline/pgpinline.c
5879         * src/plugins/pgpmime/pgpmime.c
5880                 Check that my_tmpfile() doesn't 
5881                 return NULL
5882
5883 2005-10-19 [colin]      1.9.15cvs76
5884
5885         * src/common/utils.c
5886                 Use shorter mime boundaries to avoid having
5887                 MTAs rewrapping our headers, breaking the
5888                 PGP signature in the process 
5889         * src/compose.c
5890         * src/plugins/pgpmime/pgpmime.c
5891                 Check for boundary uniqueness to be sure
5892                 it won't happen, instead of hoping for the
5893                 best
5894
5895 2005-10-19 [colin]      1.9.15cvs75
5896
5897         * sylpheed-claws.desktop
5898         * src/Makefile.am
5899         * src/main.c
5900                 Ship a sylpheed-claws binary instead
5901                 of a sylpheed one. Change the socket
5902                 name, too
5903         * src/folderview.c
5904                 Update folder only if it changed
5905         * src/wizard.c
5906                 Fix i18n in welcome mail, patch by
5907                 Fabien Vantard
5908
5909 2005-10-19 [paul]
5910
5911         1.9.99-rc2 released
5912
5913 2005-10-19 [paul]       1.9.15cvs74
5914
5915         * src/folder.c
5916         * src/folderview.c
5917                 fix summaryview update
5918                 Patch by Colin
5919
5920 2005-10-18 [colin]      1.9.15cvs73
5921
5922         * src/plugins/pgpcore/passphrase.c
5923                 Don't XGrabServer, and try a bit more to 
5924                 sync everything before grabbing mouse/keyboard
5925
5926 2005-10-18 [colin]      1.9.15cvs72
5927
5928         * src/Makefile.am
5929         * src/addressadd.c
5930         * src/addressbook.c
5931         * src/folderview.c
5932         * src/grouplistdialog.c
5933         * src/mimeview.c
5934         * src/stock_pixmap.c
5935         * src/stock_pixmap.h
5936         * src/summaryview.c
5937         * src/gtk/gtksctree.c
5938         * src/gtk/gtksctree.h
5939         * src/pixmaps/empty.xpm
5940                 Implement a wrapper call for gtk_ctree_set_node_info
5941                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5942                 pixmap instead of a NULL one. This works around some
5943                 memory problems deep inside gtk, revealed by valgrind,
5944                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5945                 as locked crashes sylpheed.), as well as, probably, 
5946                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5947
5948 2005-10-17 [colin]      1.9.15cvs71
5949
5950         * src/mimeview.c
5951                 Provide visual feedback when checking
5952                 signature
5953
5954 2005-10-17 [colin]      1.9.15cvs70
5955
5956         * src/main.c
5957                 Keep the folder list frozen while checking caches...
5958
5959 2005-10-17 [colin]      1.9.15cvs69
5960
5961         * src/addr_compl.c
5962                 Fi bug #833 (Autocompleting from addressbook 
5963                 fails with extended chars)
5964         * src/imap.c
5965                 Fix 'adding messages' staying in statusbar
5966                 after an error
5967
5968 2005-10-17 [wwp]        1.9.15cvs68
5969
5970         * src/ssl_manager.c
5971                 Fix buttons' layout resizing when window size changes
5972
5973 2005-10-17 [wwp]        1.9.15cvs67
5974
5975         * src/account.c
5976         * src/prefs_account.c
5977         * src/prefs_common.c
5978         * src/prefs_common.h
5979         * src/prefs_folder_item.c
5980         * src/prefs_gtk.c
5981         * src/gtk/logwindow.c
5982         * src/gtk/pluginwindow.c
5983         * src/gtk/prefswindow.c
5984         * src/gtk/prefswindow.h
5985                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5986
5987 2005-10-17 [paul]       1.9.15cvs66
5988
5989         * configure.ac
5990                 fix missing libetpan message
5991         * po/en_GB.po
5992                 updated
5993         * src/crash.c
5994         * src/manual.c
5995         * src/prefs_themes.c
5996         * src/common/defs.h
5997                 add some new URI defines, change some
5998                 others
5999         * src/wizard.c
6000                 make welcome message translatable
6001                 small improvements to english
6002                 other tweaks
6003         * src/gtk/menu.c
6004                 fix warnings
6005
6006 2005-10-17 [paul]       1.9.15cvs65
6007
6008         * src/summaryview.c
6009                 fix column titles
6010
6011 2005-10-16 [mones]      1.9.15cvs64
6012
6013         * po/es.po
6014                 Updated translation
6015
6016 2005-10-16 [colin]
6017
6018         1.9.99-rc1 released
6019
6020 2005-10-16 [colin]      1.9.15cvs63
6021
6022         * src/wizard.c
6023                 Fix whitespace
6024
6025 2005-10-16 [colin]      1.9.15cvs62
6026
6027         * src/toolbar.c
6028                 s/Get All/Get Mail/
6029         * src/wizard.c
6030                 Real welcome mail text, thanks Paul
6031
6032 2005-10-16 [colin]      1.9.15cvs61
6033
6034         * src/editldap.c
6035         * src/exporthtml.c
6036         * src/main.c
6037         * src/mainwindow.c
6038         * src/prefs_themes.c
6039         * src/prefs_toolbar.c
6040         * src/plugins/demo/demo.c
6041         * src/plugins/trayicon/trayicon.c
6042                 s/Sylpheed/Sylpheed-Claws/
6043
6044 2005-10-16 [colin]      1.9.15cvs60
6045
6046         * src/wizard.c
6047                 Add a welcome email in the first empty mailbox
6048         * src/prefs_common.c
6049                 Change one more default
6050
6051 2005-10-16 [colin]      1.9.15cvs59
6052
6053         * src/wizard.c
6054                 Remove printf
6055
6056 2005-10-16 [colin]      1.9.15cvs58
6057
6058         * src/toolbar.c
6059         * src/prefs_common.c
6060                 Change some defaults
6061
6062 2005-10-16 [colin]      1.9.15cvs57
6063
6064         * src/toolbar.c
6065         * src/prefs_common.c
6066                 Change some defaults
6067
6068 2005-10-16 [colin]      1.9.15cvs56
6069
6070         * src/wizard.c
6071                 By default, initialize fonts to have
6072                 the same size as normal GtkWidgets
6073
6074 2005-10-16 [colin]      1.9.15cvs55
6075
6076         * src/mimeview.c
6077                 Fix message a bit more
6078
6079 2005-10-16 [colin]      1.9.15cvs54
6080
6081         * src/addressbook.c
6082                 Second attempt at flicker fixing
6083
6084 2005-10-16 [colin]      1.9.15cvs53
6085
6086         * src/addressbook.c
6087                 Fix flicker
6088
6089 2005-10-16 [wwp]        1.9.15cvs52
6090
6091         * src/addressbook.c
6092         * src/editaddress.c
6093         * src/prefs_common.c
6094         * src/prefs_common.h
6095                 Remember window sizes (address book)
6096
6097 2005-10-16 [wwp]        1.9.15cvs51
6098
6099         * src/plugins/clamav/clamav_plugin_gtk.c
6100         * src/plugins/spamassassin/spamassassin_gtk.c
6101                 Fix compilation warnings (missing #include).
6102
6103 2005-10-16 [colin]      1.9.15cvs50
6104
6105         * src/mimeview.c
6106         * src/summaryview.c
6107         * src/textview.c
6108                 Make 'c' check signature, and forward
6109                 c, l, y, t from summaryview to mimeview
6110
6111 2005-10-16 [colin]      1.9.15cvs49
6112
6113         * src/addressbook.c
6114                 Put border around buttons
6115         * src/mainwindow.c
6116         * src/summaryview.c
6117                 Rework menus (Patch based on a patch
6118                 by Paul)
6119
6120 2005-10-15 [wwp]        1.9.15cvs48
6121
6122         * src/editjpilot.c
6123         * src/editldap.c
6124         * src/editvcard.c
6125         * src/exphtmldlg.c
6126         * src/expldifdlg.c
6127         * src/export.c
6128         * src/import.c
6129         * src/importldif.c
6130         * src/importmutt.c
6131         * src/importpine.c
6132         * src/prefs_account.c
6133         * src/prefs_spelling.c
6134         * src/gtk/gtkutils.c
6135         * src/gtk/gtkutils.h
6136         * src/plugins/clamav/clamav_plugin_gtk.c
6137         * src/plugins/spamassassin/spamassassin_gtk.c
6138                 use nicer browse-for-file/dir buttons than the "..." ones,
6139                 code factorizing more.
6140
6141 2005-10-14 [colin]      1.9.15cvs47
6142
6143         * src/mainwindow.c
6144                 set relief on the account switcher so that people see it
6145                 grey out Create processing rules when no message is selected
6146         * src/prefs_filtering.c
6147                 ask before closing if the rule has not been modified, even if
6148                 it's not valid
6149         * src/prefs_matcher.c
6150                 fix sensitivity when entering the dialog
6151         * src/gtk/inputdialog.c
6152                 display a better icon on password ask
6153         * src/plugins/pgpcore/passphrase.c
6154                 make the dialog look better
6155
6156 2005-10-14 [paul]       1.9.15cvs46
6157
6158         * src/folderview.c
6159                 indicate presense of marked msgs in
6160                 unexpanded subfolders
6161
6162 2005-10-14 [paul]       1.9.15cvs45
6163
6164         * src/prefs_actions.c
6165         * src/prefs_common.c
6166         * src/prefs_common.h
6167         * src/prefs_filtering_action.c
6168         * src/prefs_matcher.c
6169         * src/prefs_template.c
6170                 remember window sizes
6171                 fix Info button size
6172
6173         Patches by wwp
6174
6175 2005-10-13 [colin]      1.9.15cvs44
6176
6177         * src/mimeview.c
6178         * src/noticeview.c
6179         * src/noticeview.h
6180                 Add a tooltip on the icon (optional) 
6181                 Get rid of the signature buttons and only
6182                 use the icon+tooltip
6183
6184 2005-10-13 [colin]      1.9.15cvs43
6185
6186         * src/noticeview.c
6187         * src/noticeview.h
6188                 Add hand cursor for hovering over icon
6189
6190 2005-10-13 [colin]      1.9.15cvs42
6191
6192         * src/summaryview.c
6193                 Fix crash when quicksearch's hidden 
6194                 at startup
6195
6196 2005-10-13 [colin]      1.9.15cvs41
6197
6198         * src/compose.c
6199                 Set subject when forwarding multiple mails
6200                 Check that other recipient than the default Cc or Bcc
6201                 have been set before sending.
6202
6203 2005-10-13 [colin]      1.9.15cvs40
6204
6205         * src/imap.c
6206                 Batch per-folder
6207                 Introduce locking, but don't use it yet
6208
6209 2005-10-13 [colin]      1.9.15cvs39
6210
6211         * src/gtk/quicksearch.c
6212                 Reset quicksearch when hiding it
6213                 Make sticky a real pref
6214
6215 2005-10-13 [colin]      1.9.15cvs38
6216
6217         * src/summaryview.c
6218                 Faster prefs apply
6219
6220 2005-10-13 [colin]      1.9.15cvs37
6221
6222         * src/mimeview.c
6223         * src/noticeview.c
6224         * src/noticeview.h
6225         * src/plugins/pgpcore/sgpgme.c
6226                 Make privacy icon clickable
6227                 Move Trust field in Full info
6228                 When trust is less than full, don't display
6229                 a warning icon
6230
6231 2005-10-13 [colin]      1.9.15cvs36
6232
6233         * src/folder.c
6234                 Batch on flags sync
6235         * src/folderview.c
6236                 Revert speed hack which is dangerous in fact
6237                 Apply prefs faster
6238
6239 2005-10-13 [colin]      1.9.15cvs35
6240
6241         * src/folder_item_prefs.c
6242                 Fix pref corruption on folder move. Patch
6243                 by wwp
6244
6245 2005-10-13 [paul]       1.9.15cvs34
6246
6247         * src/export.c
6248         * src/import.c
6249                 fix typos in g_warnings
6250         * src/prefs_account.c
6251                 add a file selector for Signature file
6252
6253         Patches by wwp
6254
6255 2005-10-12 [colin]      1.9.15cvs33
6256
6257         * src/mimeview.c
6258                 Provide a quick way to go back from a
6259                 signature's full info to the email part
6260
6261 2005-10-12 [colin]      1.9.15cvs32
6262
6263         * src/compose.c
6264                 Remove old hack of encoding signed mails with base64.
6265                 QP works equally well.
6266
6267 2005-10-12 [colin]      1.9.15cvs31
6268
6269         * src/crash.c
6270                 Replace deprecated GtkText with GtkTextView
6271         * src/imap.c
6272                 Fix a logic bug about counts in imap_select
6273                 (previously un-triggered)
6274         * src/mainwindow.c
6275         * src/summaryview.c
6276         * src/news.c
6277                 Allow local deletion of news posts
6278         * src/mimeview.c
6279                 Show GPG noticeview on the message/rfc822 part
6280                 in addition to the text/plain one
6281         * src/prefs_image_viewer.c
6282           src/plugins/pgpcore/prefs_gpg.c
6283                 Polish (set the label as part of the checkbox)
6284         * src/wizard.c
6285                 Don't sit there doing nothing after destroying
6286                 the window - return err
6287
6288 2005-10-11 [colin]      1.9.15cvs30
6289
6290         * src/folderview.c
6291                 Apply processing rules before showing folders.
6292                 Early folder show (before flags sync) will only
6293                 be done when there are no processing rules (nor
6294                 pre- or post- ones)
6295         * src/imap.c
6296                 Fix stuff related to mail subdir, creation and 
6297                 deletion of folders 
6298         * src/imap_gtk.c
6299                 Don't allow creation of folders in NoInferior
6300                 folders, as it won't work
6301
6302 2005-10-10 [colin]      1.9.15cvs29
6303
6304         * src/compose.c
6305                 Reselect "None" Privacy system when selecting an
6306                 account with no privacy system defined
6307
6308 2005-10-10 [colin]      1.9.15cvs28
6309
6310         * src/mainwindow.c
6311                 Add Windows-1252 encoding
6312         * src/prefs_common.c
6313                 Rework some defaults:
6314                 - autosave to draft by default
6315                 - don't show header pane (it's already in the textview)
6316                 - Select first new or unread mail on entry
6317                 - Assume 'Yes' to change folder when there's no more
6318                   unread message
6319         * src/prefs_matcher.c
6320                 Fix a gtk assertion failure
6321         * src/gtk/colorlabel.c
6322                 Workaround bad repainting on selection
6323         * src/main.c
6324                 Freeze/thaw (a bit faster on ssh -X)
6325         * src/msgcache.c
6326                 Get rid of StrdupConverter that just adds an
6327                 extra strdup/free 
6328         * src/etpan/imap_thread.c
6329                 memset buf to 0
6330
6331 2005-10-10 [colin]      1.9.15cvs27
6332
6333         * src/export.c
6334         * src/import.c
6335                 Fix compile on gtk 2.4. Patch by wwp
6336
6337 2005-10-09 [colin]      1.9.15cvs26
6338
6339         * src/mainwindow.c
6340         * src/messageview.c
6341         * src/summaryview.c
6342                 Clarify forward menus. Patch by wwp
6343
6344 2005-10-09 [colin]      1.9.15cvs25
6345
6346         * src/compose.c
6347         * src/compose.h
6348                 Fix bug #829 (Non-working "Encrypt message by 
6349                 default when replying to an encrypted message")
6350
6351 2005-10-08 [colin]      1.9.15cvs24
6352
6353         * src/wizard.c
6354                 Fix bug #827 ("Welcome" setup wizard after a 
6355                 permission error gives up & forgets itself.)
6356
6357 2005-10-08 [colin]      1.9.15cvs23
6358
6359         * src/procmime.c
6360                 Fix bug #828 (Ignoring headers with spaces around = sign)
6361
6362 2005-10-08 [colin]      1.9.15cvs22
6363
6364         * src/export.c
6365                 Warning fix by wwp
6366
6367 2005-10-08 [colin]      1.9.15cvs21
6368
6369         * src/folder.c
6370         * src/folder.h
6371                 Add a processing_pending indicator, set on 
6372                 folder_item_open and cleared after 
6373                 folder_item_process_open
6374         * src/folderview.c
6375         * src/summaryview.c
6376                 wrap procmsg_msginfo_*_flags, and in the
6377                 wrapper check that there's no folder processing 
6378                 pending. If there is, defer the flags change until 
6379                 processing is done to avoid stepping over each
6380                 other's toes.
6381                 Freeze during processing, but not during scanning.
6382
6383 2005-10-07 [colin]      1.9.15cvs20
6384
6385         * src/plugins/pgpcore/passphrase.c
6386                 Fix bug #826 (X-Server hangs when 
6387                 right-clicking a PGP encrypted message)
6388
6389 2005-10-07 [paul]       1.9.15cvs19
6390
6391         * src/compose.c
6392                 fix compose_entries[]
6393                 patch by Fabien Vantard
6394
6395 2005-10-06 [colin]      1.9.15cvs18
6396
6397         * src/pixmaps/address.xpm
6398         * src/pixmaps/address_book.xpm
6399         * src/pixmaps/book.xpm
6400         * src/pixmaps/check_spelling.xpm
6401         * src/pixmaps/checkbox_off.xpm
6402         * src/pixmaps/checkbox_on.xpm
6403         * src/pixmaps/close.xpm
6404         * src/pixmaps/complete.xpm
6405         * src/pixmaps/continue.xpm
6406         * src/pixmaps/deleted.xpm
6407         * src/pixmaps/down_arrow.xpm
6408         * src/pixmaps/exec.xpm
6409         * src/pixmaps/forwarded.xpm
6410         * src/pixmaps/group.xpm
6411         * src/pixmaps/ignorethread.xpm
6412         * src/pixmaps/interface.xpm
6413         * src/pixmaps/jpilot.xpm
6414         * src/pixmaps/ldap.xpm
6415         * src/pixmaps/linewrap.xpm
6416         * src/pixmaps/linewrapcurrent.xpm
6417         * src/pixmaps/mail.xpm
6418         * src/pixmaps/mail_attach.xpm
6419         * src/pixmaps/mail_compose.xpm
6420         * src/pixmaps/mail_forward.xpm
6421         * src/pixmaps/mail_receive.xpm
6422         * src/pixmaps/mail_receive_all.xpm
6423         * src/pixmaps/mail_reply.xpm
6424         * src/pixmaps/mail_reply_to_all.xpm
6425         * src/pixmaps/mail_reply_to_author.xpm
6426         * src/pixmaps/mail_send.xpm
6427         * src/pixmaps/mail_send_queue.xpm
6428         * src/pixmaps/mime_application.xpm
6429         * src/pixmaps/mime_audio.xpm
6430         * src/pixmaps/mime_image.xpm
6431         * src/pixmaps/mime_message.xpm
6432         * src/pixmaps/mime_text_enriched.xpm
6433         * src/pixmaps/mime_text_html.xpm
6434         * src/pixmaps/mime_text_plain.xpm
6435         * src/pixmaps/mime_unknown.xpm
6436         * src/pixmaps/new.xpm
6437         * src/pixmaps/news_compose.xpm
6438         * src/pixmaps/offline.xpm
6439         * src/pixmaps/online.xpm
6440         * src/pixmaps/paste.xpm
6441         * src/pixmaps/preferences.xpm
6442         * src/pixmaps/privacy_emblem_encrypted.xpm
6443         * src/pixmaps/privacy_expired.xpm
6444         * src/pixmaps/privacy_failed.xpm
6445         * src/pixmaps/privacy_passed.xpm
6446         * src/pixmaps/privacy_signed.xpm
6447         * src/pixmaps/privacy_unknown.xpm
6448         * src/pixmaps/privacy_warn.xpm
6449         * src/pixmaps/properties.xpm
6450         * src/pixmaps/replied.xpm
6451         * src/pixmaps/search.xpm
6452         * src/pixmaps/unread.xpm
6453         * src/pixmaps/up_arrow.xpm
6454         * src/pixmaps/vcard.xpm
6455                 Modernize internal theme, with icons from the 
6456                 Gnomaws theme. Keep some of the old ones where
6457                 they were better.
6458
6459 2005-10-06 [colin]      1.9.15cvs17
6460
6461         * src/summaryview.c
6462                 Little optimisations + bugfix
6463         * src/toolbar.c
6464                 Remove default useless items - useless being defined
6465                 by the default relevant prefs
6466         * src/wizard.c
6467                 include config.h to make gettext work
6468         * src/prefs_themes.c
6469                 Fix selection of current theme in prefs
6470
6471 2005-10-06 [colin]      1.9.15cvs16
6472
6473         * src/prefs_common.c
6474         * src/prefs_common.h
6475         * src/prefs_summaries.c
6476         * src/folderview.c
6477                 Add a warning dialog on Mark all read 
6478                 (with pref to get rid of it)
6479
6480 2005-10-06 [paul]       1.9.15cvs15
6481
6482         * po/nb.po
6483         * po/pt_BR.po
6484                 updated by Geir Helland and Frederico
6485                 Goncalves Guimaraes
6486
6487 2005-10-05 [colin]      1.9.15cvs14
6488
6489         * src/folder.c
6490         * src/folder.h
6491         * src/folderview.c
6492         * src/folderview.h
6493         * src/imap_gtk.c
6494         * src/mh_gtk.c
6495         * src/mainwindow.c
6496         * src/setup.c
6497                 add a way to rescan without rebuilding
6498                 make moving a bit faster (less folders changes)
6499                 don't lock the tree on Get 
6500         * src/imap.c
6501                 Don't re-delete deleted messages before expunging
6502         * src/summaryview.c
6503                 Set batch mode when deleting mails
6504
6505 2005-10-05 [paul]       1.9.15cvs13
6506
6507         * src/mainwindow.c
6508         * src/mainwindow.h
6509                 fix disabled Execute menu item
6510         * src/toolbar.c
6511                 match the change in 1.9.15cvs10: use Compose
6512                 instead of News by default
6513
6514 2005-10-04 [colin]      1.9.15cvs12
6515
6516         * src/compose.c
6517                 When replying to an ML post with Reply-To set
6518                 to the poster's email, honor it (as before),
6519                 but also honor our user's request to reply to
6520                 the mailing list: set the ML address in the To
6521                 field and the Reply-To address in the Cc: 
6522                 field.
6523
6524 2005-10-04 [colin]      1.9.15cvs11
6525
6526         * src/plugins/trayicon/trayicon.c
6527                 Finish cosmetic change - thanks to wwp
6528
6529 2005-10-04 [colin]      1.9.15cvs10
6530
6531         * src/toolbar.c
6532                 Use Compose instead of Email by default.
6533                 Spotted by wwp.
6534
6535 2005-10-04 [colin]      1.9.15cvs9
6536
6537         * src/folder.c
6538         * src/folder.h
6539         * src/folderview.c
6540         * src/imap.c
6541         * src/etpan/imap-thread.c
6542         * src/etpan/imap-thread.h
6543                 Try to make IMAP faster, by simplifying SEARCH
6544                 commands, avoiding sending two STATUS in a row,
6545                 and deferring flags sync and processing just
6546                 after displaying the folder. 
6547                 This will update the SummaryView in certain
6548                 cases (new mails not already fetched, flags
6549                 changed from another client) but in a non-
6550                 blocking manner.
6551
6552 2005-10-04 [colin]      1.9.15cvs8
6553
6554         * src/plugins/trayicon/trayicon.c
6555                 Relabel "Offline" to "Work offline"
6556
6557 2005-10-04 [colin]      1.9.15cvs7
6558
6559         * src/export.c
6560         * src/import.c
6561         * src/mbox.c
6562                 Fix mbox import/export buglets
6563                 Patch by wwp
6564         * src/plugins/trayicon/trayicon.c
6565                 Add offline swithc
6566                 Patch by wwp
6567
6568 2005-10-04 [colin]      1.9.15cvs6
6569
6570         * src/folder.c
6571         * src/folderview.c
6572         * src/summaryview.c
6573                 Better fix (don't break mark all read) for cvs2
6574
6575 2005-10-03 [colin]      1.9.15cvs5
6576
6577         * src/folder.c
6578                 Use a sane sort by default
6579
6580 2005-10-03 [colin]      1.9.15cvs4
6581
6582         * src/inc.c
6583                 Add a 'Only once' button for overriding offline mode
6584         * src/prefs_account.c
6585         * src/wizard.c
6586                 Add Local mbox to the wizard
6587                 Add IMAP subdir to the wizard (or the wizard is useless
6588                 for such accounts, or even worse than useless)
6589                 Move IMAP subdir from Advanced to Receive tab, as it's
6590                 not that uncommon
6591
6592 2005-10-03 [colin]      1.9.15cvs3
6593
6594         * src/send_message.c
6595                 Forgot this one in cvs1
6596
6597 2005-10-03 [colin]      1.9.15cvs2
6598
6599         * src/folder.c
6600                 Faster close when leaving a folder with lots
6601                 of new mails. Idea by David Relson.
6602
6603 2005-10-03 [colin]      1.9.15cvs1
6604
6605         * src/compose.c
6606         * src/imap.c
6607         * src/inc.c
6608         * src/main.c
6609         * src/messageview.c
6610         * src/news.c
6611         * src/summaryview.c
6612         * src/gtk/sslcertwindow.c
6613         * src/plugins/trayicon/trayicon.c
6614                 Add accels to every AlertPanel. Patch by Fabien 
6615                 Vantard
6616
6617 2005-10-03 [paul]       1.9.15
6618
6619         1.9.15 released
6620
6621 2005-10-03 [paul]       1.9.14cvs68
6622
6623         * po/ca.po
6624         * po/de.po
6625         * po/es.po
6626         * po/fi.po
6627         * po/fr.po
6628         * po/sk.po
6629         * po/sr.po
6630         * po/zh_CN.po
6631                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6632                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6633                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6634
6635 2005-10-03 [paul]       1.9.14cvs67
6636
6637         * src/send_message.c
6638                 prevent hang on Cancel
6639                 patch by Colin
6640
6641 2005-10-03 [paul]       1.9.14cvs66
6642
6643         * src/main.c
6644                 fix crash in IMAP caused by discrepancy
6645                 between check_at_startup and offline mode
6646                 Patch by Colin
6647
6648 2005-10-01 [paul]       1.9.14cvs65
6649
6650         * src/inc.c
6651                 fix engrish
6652
6653 2005-10-01 [paul]       1.9.14cvs64
6654         * src/export.c
6655         * src/import.c
6656                 synchronise import_mbox() and export_mbox()
6657         * src/mbox.c
6658                 proc_mbox(): add alert if file cannot be opened
6659                 export_list_to_mbox(): test if dest file exists,
6660                 prompt user to overwrite if it does. add alert
6661                 if file cannot be created
6662                                                                 
6663         Patch by wwp
6664                                                                                                                 
6665
6666 2005-09-30 [paul]       1.9.14cvs63
6667
6668         * src/addressbook.c
6669                 Fix sensitivity of a menu
6670         * src/codeconv.c
6671                 Respect hidden pref for mails with no encoding
6672         * src/common/xml.c
6673                 Fix memory corruption
6674         * src/plugins/pgpcore/sgpgme.c
6675                 Fix segfault on incomplete sigs, and display
6676                 of S/Mime UIDs
6677
6678         Patches by Colin
6679
6680 2005-09-30 [colin]      1.9.14cvs62
6681
6682         * src/partial_download.c
6683                 Little logic fix in almost-dead code
6684         * src/pop.c
6685                 Fix partial download when there's no new mail
6686
6687 2005-09-29 [paul]       1.9.14cvs61
6688
6689         * src/plugins/pgpinline/pgpinline.c
6690                 fix bug 819, 'crash accessing sign message'
6691                 Patch by Colin
6692
6693 2005-09-28 [martin]     1.9.14cvs60
6694
6695         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6696                 fix bug #790 (Crash when restarting window manager (fluxbox))
6697
6698 2005-09-28 [paul]       1.9.14cvs59
6699
6700         * src/gtk/gtkaspell.c
6701                 fix off-by-one typo
6702
6703 2005-09-27 [colin]      1.9.14cvs58
6704
6705         * src/plugins/pgpcore/sgpgme.c
6706                 Report error when there's one, instead of
6707                 "Signature unchecked" 
6708
6709 2005-09-27 [colin]      1.9.14cvs57
6710
6711         * src/prefs_quote.c
6712                 Fix bug #816 (Weird quotation with spaces)
6713
6714 2005-09-27 [colin]      1.9.14cvs56
6715
6716         * src/codeconv.c
6717         * src/compose.c
6718         * src/compose.h
6719                 Put subject in compose's title
6720                 Fix Automatic encoding so that it's really automatic:
6721                 first try default locale's charset, then charset of the replied mail, 
6722                 then utf-8
6723                 Fix encoding of headers (must be in strict mode too)
6724
6725 2005-09-26 [colin]      1.9.14cvs55
6726
6727         * src/gtk/gtkaspell.c
6728                 Fix previous patch - don't color the space,
6729                 just uncolor it :)
6730
6731 2005-09-26 [colin]      1.9.14cvs54
6732
6733         * src/gtk/gtkaspell.c
6734                 Unmark space if possible
6735
6736 2005-09-26 [colin]      1.9.14cvs53
6737
6738         * src/imap.c
6739                 log_error instead of alertpanel according to the pref
6740         * src/etpan/imap-thread.c
6741                 Print connect status, copy only necessary size to 
6742                 logger
6743         * src/plugins/pgpmime/pgpmime.c
6744                 Handle S/Mime signatures (verification only). Patch based
6745                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6746
6747 2005-09-26 [paul]       1.9.14cvs52
6748
6749         * src/common/passcrypt.c
6750                 this 'workaround' not necessary on NetBSD.
6751                 Thanks to Daniel Gustafson
6752
6753 2005-09-26 [paul]
6754
6755         1.9.15-rc4 released
6756
6757 2005-09-26 [paul]       1.9.14cvs51
6758
6759         * src/summaryview.c
6760                 Skip currently selected message when
6761                 looking for next new or unread message
6762                 in current folder. Patch by Colin
6763         * src/common/passcrypt.c
6764                 eliminate warnings on *BSD. Patch by
6765                 Daniel Gustafson
6766
6767 2005-09-26 [colin]      1.9.14cvs50
6768
6769         * src/procmsg.c
6770                 Call postfiltering hook anyway
6771
6772 2005-09-22 [colin]      1.9.14cvs49
6773
6774         * src/codeconv.c
6775         * src/codeconv.h
6776                 Add a strict mode that doesn't replace with _
6777         * src/compose.c
6778         * src/compose.h
6779                 Use strict conversion while sending
6780                 Fix race when drafting while sending (happens
6781                 on IMAP)
6782                 Fix d'n'd of messages from summaryview
6783         * src/prefs_common.c
6784         * src/prefs_common.h
6785                 add hidden utf8_instead_of_locale_for_broken_mail 
6786                 pref for people that preferred the default charset 
6787                 to be utf8 for broken mails
6788         * src/quote_fmt_parse.y
6789                 fix bug #815 (No quote insert if "From:" fied 
6790                 contained Russian letters)
6791         * src/summaryview.c
6792                 Fix d'n'd of messages to compose
6793
6794 2005-09-22 [paul]       1.9.14cvs48
6795
6796         * src/compose.c
6797                 fix bug where attachments Name entry
6798                 would display Path instead
6799
6800 2005-09-21 [paul]       1.9.14cvs47
6801
6802         * README
6803         * README.jp
6804         * configure.ac
6805         * config/config.rpath
6806         * doc/manual/en/sylpheed-20.html
6807         * doc/manual/es/sylpheed-20.html
6808         * po/bg.po
6809         * po/ca.po
6810         * po/de.po
6811         * po/es.po
6812         * po/fr.po
6813         * po/it.po
6814         * po/pt_BR.po
6815         * po/sk.po
6816         * po/zh_TW.po
6817         * src/account.c
6818         * src/account.h
6819         * src/action.c
6820         * src/action.h
6821         * src/adbookbase.h
6822         * src/addr_compl.c
6823         * src/addr_compl.h
6824         * src/addrbook.c
6825         * src/addrbook.h
6826         * src/addrcache.c
6827         * src/addrcache.h
6828         * src/addrcindex.c
6829         * src/addrcindex.h
6830         * src/addrclip.c
6831         * src/addrclip.h
6832         * src/addrdefs.h
6833         * src/addressadd.c
6834         * src/addressadd.h
6835         * src/addressbook.c
6836         * src/addressbook.h
6837         * src/addressitem.h
6838         * src/addrgather.c
6839         * src/addrgather.h
6840         * src/addrharvest.c
6841         * src/addrharvest.h
6842         * src/addrindex.c
6843         * src/addrindex.h
6844         * src/addritem.c
6845         * src/addritem.h
6846         * src/addrquery.c
6847         * src/addrquery.h
6848         * src/addrselect.c
6849         * src/addrselect.h
6850         * src/alertpanel.c
6851         * src/alertpanel.h
6852         * src/browseldap.c
6853         * src/browseldap.h
6854         * src/codeconv.c
6855         * src/codeconv.h
6856         * src/compose.c
6857         * src/compose.h
6858         * src/crash.c
6859         * src/crash.h
6860         * src/customheader.c
6861         * src/customheader.h
6862         * src/displayheader.c
6863         * src/displayheader.h
6864         * src/editaddress.c
6865         * src/editaddress.h
6866         * src/editbook.c
6867         * src/editbook.h
6868         * src/editgroup.c
6869         * src/editgroup.h
6870         * src/editjpilot.c
6871         * src/editjpilot.h
6872         * src/editldap.c
6873         * src/editldap.h
6874         * src/editldap_basedn.c
6875         * src/editldap_basedn.h
6876         * src/editvcard.c
6877         * src/editvcard.h
6878         * src/enriched.c
6879         * src/enriched.h
6880         * src/exphtmldlg.c
6881         * src/exphtmldlg.h
6882         * src/expldifdlg.c
6883         * src/expldifdlg.h
6884         * src/export.c
6885         * src/export.h
6886         * src/exporthtml.c
6887         * src/exporthtml.h
6888         * src/exportldif.c
6889         * src/exportldif.h
6890         * src/filtering.c
6891         * src/filtering.h
6892         * src/folder.c
6893         * src/folder.h
6894         * src/folder_item_prefs.c
6895         * src/folder_item_prefs.h
6896         * src/foldersel.c
6897         * src/foldersel.h
6898         * src/folderutils.c
6899         * src/folderutils.h
6900         * src/folderview.c
6901         * src/folderview.h
6902         * src/grouplistdialog.c
6903         * src/grouplistdialog.h
6904         * src/headerview.c
6905         * src/headerview.h
6906         * src/html.c
6907         * src/html.h
6908         * src/image_viewer.c
6909         * src/image_viewer.h
6910         * src/imap.c
6911         * src/imap.h
6912         * src/imap_gtk.c
6913         * src/imap_gtk.h
6914         * src/import.c
6915         * src/import.h
6916         * src/importldif.c
6917         * src/importldif.h
6918         * src/importmutt.c
6919         * src/importmutt.h
6920         * src/importpine.c
6921         * src/importpine.h
6922         * src/inc.c
6923         * src/inc.h
6924         * src/jpilot.c
6925         * src/jpilot.h
6926         * src/ldapctrl.c
6927         * src/ldapctrl.h
6928         * src/ldaplocate.c
6929         * src/ldaplocate.h
6930         * src/ldapquery.c
6931         * src/ldapquery.h
6932         * src/ldapserver.c
6933         * src/ldapserver.h
6934         * src/ldaputil.c
6935         * src/ldaputil.h
6936         * src/ldif.c
6937         * src/ldif.h
6938         * src/localfolder.c
6939         * src/localfolder.h
6940         * src/main.c
6941         * src/main.h
6942         * src/mainwindow.c
6943         * src/mainwindow.h
6944         * src/manual.c
6945         * src/manual.h
6946         * src/matcher.c
6947         * src/matcher.h
6948         * src/matcher_parser.h
6949         * src/matcher_parser_lex.l
6950         * src/matcher_parser_parse.y
6951         * src/mbox.c
6952         * src/mbox.h
6953         * src/message_search.c
6954         * src/message_search.h
6955         * src/messageview.c
6956         * src/messageview.h
6957         * src/mh.c
6958         * src/mh.h
6959         * src/mh_gtk.c
6960         * src/mh_gtk.h
6961         * src/mimeview.c
6962         * src/mimeview.h
6963         * src/msgcache.c
6964         * src/msgcache.h
6965         * src/mutt.c
6966         * src/mutt.h
6967         * src/news.c
6968         * src/news.h
6969         * src/news_gtk.c
6970         * src/news_gtk.h
6971         * src/noticeview.c
6972         * src/noticeview.h
6973         * src/partial_download.c
6974         * src/partial_download.h
6975         * src/pine.c
6976         * src/pine.h
6977         * src/pop.c
6978         * src/pop.h
6979         * src/prefs_account.c
6980         * src/prefs_account.h
6981         * src/prefs_actions.c
6982         * src/prefs_actions.h
6983         * src/prefs_common.c
6984         * src/prefs_common.h
6985         * src/prefs_compose_writing.c
6986         * src/prefs_compose_writing.h
6987         * src/prefs_customheader.c
6988         * src/prefs_customheader.h
6989         * src/prefs_display_header.c
6990         * src/prefs_display_header.h
6991         * src/prefs_ext_prog.c
6992         * src/prefs_ext_prog.h
6993         * src/prefs_filtering.c
6994         * src/prefs_filtering.h
6995         * src/prefs_filtering_action.c
6996         * src/prefs_filtering_action.h
6997         * src/prefs_folder_column.c
6998         * src/prefs_folder_column.h
6999         * src/prefs_folder_item.c
7000         * src/prefs_folder_item.h
7001         * src/prefs_fonts.c
7002         * src/prefs_fonts.h
7003         * src/prefs_gtk.c
7004         * src/prefs_gtk.h
7005         * src/prefs_image_viewer.c
7006         * src/prefs_image_viewer.h
7007         * src/prefs_matcher.c
7008         * src/prefs_matcher.h
7009         * src/prefs_message.c
7010         * src/prefs_message.h
7011         * src/prefs_msg_colors.c
7012         * src/prefs_msg_colors.h
7013         * src/prefs_other.c
7014         * src/prefs_other.h
7015         * src/prefs_quote.c
7016         * src/prefs_quote.h
7017         * src/prefs_receive.c
7018         * src/prefs_receive.h
7019         * src/prefs_send.c
7020         * src/prefs_send.h
7021         * src/prefs_spelling.c
7022         * src/prefs_spelling.h
7023         * src/prefs_summaries.c
7024         * src/prefs_summaries.h
7025         * src/prefs_summary_column.c
7026         * src/prefs_summary_column.h
7027         * src/prefs_template.c
7028         * src/prefs_template.h
7029         * src/prefs_themes.c
7030         * src/prefs_themes.h
7031         * src/prefs_toolbar.c
7032         * src/prefs_toolbar.h
7033         * src/prefs_wrapping.c
7034         * src/prefs_wrapping.h
7035         * src/privacy.c
7036         * src/privacy.h
7037         * src/procheader.c
7038         * src/procheader.h
7039         * src/procmime.c
7040         * src/procmime.h
7041         * src/procmsg.c
7042         * src/procmsg.h
7043         * src/quote_fmt.c
7044         * src/quote_fmt_parse.y
7045         * src/recv.c
7046         * src/recv.h
7047         * src/remotefolder.c
7048         * src/remotefolder.h
7049         * src/send_message.c
7050         * src/send_message.h
7051         * src/setup.c
7052         * src/setup.h
7053         * src/simple-gettext.c
7054         * src/sourcewindow.c
7055         * src/sourcewindow.h
7056         * src/ssl_manager.c
7057         * src/ssl_manager.h
7058         * src/statusbar.c
7059         * src/statusbar.h
7060         * src/stock_pixmap.c
7061         * src/stock_pixmap.h
7062         * src/summary_search.c
7063         * src/summary_search.h
7064         * src/summaryview.c
7065         * src/summaryview.h
7066         * src/syldap.c
7067         * src/syldap.h
7068         * src/textview.c
7069         * src/textview.h
7070         * src/toolbar.c
7071         * src/toolbar.h
7072         * src/undo.c
7073         * src/undo.h
7074         * src/unmime.c
7075         * src/unmime.h
7076         * src/vcard.c
7077         * src/vcard.h
7078         * src/wizard.c
7079         * src/wizard.h
7080         * src/common/base64.c
7081         * src/common/base64.h
7082         * src/common/defs.h
7083         * src/common/hooks.c
7084         * src/common/hooks.h
7085         * src/common/log.c
7086         * src/common/log.h
7087         * src/common/md5.c
7088         * src/common/md5.h
7089         * src/common/mgutils.c
7090         * src/common/mgutils.h
7091         * src/common/nntp.c
7092         * src/common/nntp.h
7093         * src/common/passcrypt.c
7094         * src/common/passcrypt.h.in
7095         * src/common/plugin.c
7096         * src/common/plugin.h
7097         * src/common/prefs.c
7098         * src/common/prefs.h
7099         * src/common/progressindicator.c
7100         * src/common/progressindicator.h
7101         * src/common/quoted-printable.c
7102         * src/common/quoted-printable.h
7103         * src/common/session.c
7104         * src/common/session.h
7105         * src/common/smtp.c
7106         * src/common/smtp.h
7107         * src/common/socket.c
7108         * src/common/socket.h
7109         * src/common/ssl.c
7110         * src/common/ssl.h
7111         * src/common/ssl_certificate.c
7112         * src/common/ssl_certificate.h
7113         * src/common/string_match.c
7114         * src/common/string_match.h
7115         * src/common/stringtable.c
7116         * src/common/sylpheed.c
7117         * src/common/sylpheed.h
7118         * src/common/template.c
7119         * src/common/template.h
7120         * src/common/timing.h
7121         * src/common/utils.c
7122         * src/common/utils.h
7123         * src/common/uuencode.c
7124         * src/common/uuencode.h
7125         * src/common/version.h.in
7126         * src/common/xml.c
7127         * src/common/xml.h
7128         * src/common/xmlprops.c
7129         * src/common/xmlprops.h
7130         * src/gtk/about.c
7131         * src/gtk/about.h
7132         * src/gtk/colorlabel.c
7133         * src/gtk/colorlabel.h
7134         * src/gtk/colorsel.c
7135         * src/gtk/colorsel.h
7136         * src/gtk/description_window.c
7137         * src/gtk/description_window.h
7138         * src/gtk/filesel.c
7139         * src/gtk/filesel.h
7140         * src/gtk/foldersort.c
7141         * src/gtk/foldersort.h
7142         * src/gtk/gtkutils.c
7143         * src/gtk/gtkutils.h
7144         * src/gtk/inputdialog.c
7145         * src/gtk/inputdialog.h
7146         * src/gtk/logwindow.c
7147         * src/gtk/logwindow.h
7148         * src/gtk/manage_window.c
7149         * src/gtk/manage_window.h
7150         * src/gtk/menu.c
7151         * src/gtk/menu.h
7152         * src/gtk/pluginwindow.c
7153         * src/gtk/pluginwindow.h
7154         * src/gtk/prefswindow.c
7155         * src/gtk/prefswindow.h
7156         * src/gtk/progressdialog.c
7157         * src/gtk/progressdialog.h
7158         * src/gtk/quicksearch.c
7159         * src/gtk/quicksearch.h
7160         * src/gtk/sslcertwindow.c
7161         * src/gtk/sslcertwindow.h
7162         * src/plugins/clamav/clamav_plugin.c
7163         * src/plugins/clamav/clamav_plugin.h
7164         * src/plugins/clamav/clamav_plugin_gtk.c
7165         * src/plugins/demo/demo.c
7166         * src/plugins/dillo_viewer/dillo_prefs.c
7167         * src/plugins/dillo_viewer/dillo_prefs.h
7168         * src/plugins/dillo_viewer/dillo_viewer.c
7169         * src/plugins/mathml_viewer/mathml_viewer.c
7170         * src/plugins/pgpcore/passphrase.c
7171         * src/plugins/pgpcore/passphrase.h
7172         * src/plugins/pgpcore/plugin.c
7173         * src/plugins/pgpcore/prefs_gpg.c
7174         * src/plugins/pgpcore/prefs_gpg.h
7175         * src/plugins/pgpcore/select-keys.c
7176         * src/plugins/pgpcore/select-keys.h
7177         * src/plugins/pgpcore/sgpgme.c
7178         * src/plugins/pgpcore/sgpgme.h
7179         * src/plugins/pgpinline/pgpinline.c
7180         * src/plugins/pgpinline/pgpinline.h
7181         * src/plugins/pgpinline/plugin.c
7182         * src/plugins/pgpmime/pgpmime.c
7183         * src/plugins/pgpmime/pgpmime.h
7184         * src/plugins/pgpmime/plugin.c
7185         * src/plugins/spamassassin/spamassassin.c
7186         * src/plugins/spamassassin/spamassassin.h
7187         * src/plugins/spamassassin/spamassassin_gtk.c
7188         * src/plugins/trayicon/trayicon.c
7189         * tools/OOo2sylpheed.pl
7190         * tools/acroread2sylpheed.pl
7191         * tools/asus_mailled.sh
7192         * tools/filter_conv.pl
7193         * tools/freshmeat_search.pl
7194         * tools/google_search.pl
7195         * tools/kmail2sylpheed.pl
7196         * tools/kmail2sylpheed_v2.pl
7197         * tools/maildir2sylpheed.pl
7198         * tools/multiwebsearch.pl
7199         * tools/newscache_clean.pl
7200         * tools/outlook2sylpheed.pl
7201         * tools/sylpheed-switcher
7202         * tools/update-po
7203         * tools/vcard2xml.py
7204         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7205                 update FSF address
7206
7207 2005-09-21 [colin]      1.9.14cvs46
7208
7209         * src/gedit-print.c
7210         * src/procmsg.c
7211         * src/procmsg.h
7212         * src/textview.c
7213         * src/summaryview.c
7214                 Remove some printing hacks (deselection/reselection),
7215                 which by the way fix printing the currently 
7216                 displayed mime part (still only text)
7217                 Plus a little optimisation of summary_show
7218
7219
7220 2005-09-20 [colin]      1.9.14cvs45
7221
7222         * src/mainwindow.c
7223         * src/messageview.c
7224                 GUI fixups: add accels, set message
7225                 view title to displayed mail's subject
7226         * src/prefs_spelling.c
7227         * src/gtk/gtkaspell.c
7228                 GUI fixups: allow underlining misspelled
7229                 words instead of coloring them (a11y!)
7230
7231 2005-09-19 [colin]
7232
7233         1.9.15rc3 released
7234
7235 2005-09-19 [colin]      1.9.14cvs44
7236
7237         * src/compose.c
7238                 Fix draft message
7239         * src/gtk/gtkaspell.c
7240                 Fix wrong test ;-)
7241
7242 2005-09-19 [colin]      1.9.14cvs43
7243
7244         * src/addressbook.c
7245                 Fix sensitivity of Delete button
7246         * src/compose.c
7247                 Warn if the requested Privacy system
7248                 is not available
7249         * src/exphtmldlg.c
7250         * src/expldifdlg.c
7251         * src/importldif.c
7252         * src/importmutt.c
7253         * src/importpine.c
7254                 Fix crappy UI
7255         * src/
7256         * src/ssl.h
7257         * src/prefs_account.h
7258         * src/prefs_account.c
7259                 Save SSL prefs even in builds that have
7260                 SSL support disable
7261         * src/imap.c
7262         * src/inc.c
7263         * src/news.c
7264         * src/send_message.c
7265                 Warn if connection should be secure, but
7266                 SSL support isn't compiled in
7267         * src/gtkaspell.c
7268                 Fix word separation on UTF-8 systems
7269                 Fixes bug #812 (Strange inline spellchecking)
7270         * src/compose.c
7271                 Warn if the requested Privacy system
7272                 is not available
7273                 Factorize offline warning
7274         * src/imap.c
7275         * src/imap_gtk.c
7276         * src/imap_gtk.h
7277         * src/inc.h
7278         * src/news_gtk.c
7279         * src/news_gtk.h
7280         * src/messageview.c
7281                 Factorize offline warning
7282
7283 2005-09-19 [paul]
7284
7285         1.9.15-rc2 released
7286
7287 2005-09-18 [colin]      1.9.14cvs42
7288
7289         * src/codeconv.c
7290         * src/codeconv.h
7291         * src/procmime.c
7292                 Add a way to get locale's charset ignoring utf-8,
7293                 and use that as default encoding for broken mails
7294
7295 2005-09-18 [colin]      1.9.14cvs41
7296
7297         * src/gtk/logwindow.c
7298                 Translate string. Patch by Fabien Vantard
7299
7300 2005-09-18 [colin]      1.9.14cvs40
7301
7302         * configure.ac
7303                 Fix bug #803 (IMAP/SSL support breaks with 
7304                 GnuTLS libetpan 0.38)
7305
7306 2005-09-18 [colin]      1.9.14cvs39
7307
7308         * src/codeconv.c
7309         * src/compose.c
7310         * src/procmime.c
7311                 More charsets fixes. Fixes bug #806 (non
7312                 ascii characters in subject line)
7313
7314 2005-09-17 [paul]       1.9.14cvs38
7315
7316         * src/folderview.c
7317         * src/mainwindow.c
7318                 fix gcc-2.95 issues
7319                 Patch by Pawel Pekala
7320
7321 2005-09-17 [colin]      1.9.14cvs37
7322
7323         * src/addrindex.c
7324                 bugfix for NO-USE LDAP compilation, patch 
7325                 by Fabien Vantard
7326
7327 2005-09-17 [colin]      1.9.14cvs36
7328
7329         * src/prefs_actions.c
7330         * src/prefs_customheader.c
7331         * src/prefs_display_header.c
7332         * src/prefs_filtering_action.c
7333         * src/prefs_matcher.c
7334         * src/prefs_toolbar.c
7335                 Fix strange casts (less elegant but
7336                 works better)
7337
7338 2005-09-16 [colin]      1.9.14cvs35
7339
7340         * src/jpilot.c
7341                 Missed that one
7342
7343 2005-09-16 [colin]      1.9.14cvs34
7344
7345         * configure.ac
7346         * src/Makefile.am
7347         * src/addr_compl.c
7348         * src/addrindex.c
7349         * src/browseldap.c
7350         * src/editldap.c
7351         * src/ldaplocate.c
7352         * src/ldapquery.c
7353         * src/ldapquery.h
7354         * src/ldapserver.c
7355         * src/ldapserver.h
7356         * src/main.c
7357         * src/matcher_parser_parse.y
7358         * src/prefs_themes.c
7359         * src/etpan/Makefile.am
7360         * src/gtk/description_window.c
7361         * src/plugins/clamav/Makefile.am
7362         * src/plugins/clamav/clamav_plugin.c
7363         * src/plugins/dillo_viewer/Makefile.am
7364         * src/plugins/pgpcore/Makefile.am
7365         * src/plugins/pgpinline/Makefile.am
7366         * src/plugins/pgpmime/Makefile.am
7367         * src/plugins/trayicon/Makefile.am
7368                 Fix 100% cpu usage in address completion list
7369                 Fix little bugs (return with no values etc)
7370                 Fix all warnings (with common CFLAGS)
7371
7372 2005-09-15 [colin]      1.9.14cvs33
7373
7374         * src/addressbook.c
7375                 Fix bug where sometimes a group's email list is empty,
7376                 force its refresh (probably fixes "Re: how to create a 
7377                 distribution list")
7378         * src/ldapquery.c
7379                 Don't return to the callback in the main thread from the
7380                 fetch thread (or face segs!)
7381
7382 2005-09-15 [paul]       1.9.14cvs32
7383
7384         * src/prefs_matcher.c
7385                 forgotten in last commit
7386
7387 2005-09-15 [paul]       1.9.14cvs31
7388
7389         * src/prefs_actions.c
7390         * src/prefs_filtering_action.c
7391         * src/prefs_quote.c
7392         * src/quote_fmt.c
7393         * src/summaryview.c
7394         * src/gtk/description_window.c
7395         * src/gtk/description_window.h
7396         * src/gtk/quicksearch.c
7397                 allow interaction with the called
7398                 description window
7399                 Patch by Anders Hammar
7400
7401 2005-09-14 [paul]       1.9.14cvs30
7402
7403         * src/compose.c
7404                 fix a little annoyance when pasting with 3rd button 
7405                 with wrap_pastes=0 and wrap_input=1
7406                 Patch by Colin
7407
7408 2005-09-14 [paul]       1.9.14cvs29
7409
7410         * src/prefs_account.c
7411                 disable 'Filter messages on receiving' for
7412                 SMTP-only accounts
7413                 Patch  by Anders Hammar
7414
7415 2005-09-14 [paul]       1.9.14cvs28
7416
7417         * po/sk.po
7418                 fix crash
7419                 updated by Andrej Kacian
7420
7421 2005-09-14 [paul]
7422
7423         1.9.15-rc1 released
7424
7425 2005-09-14 [paul]       1.9.14cvs27
7426
7427         * po/es.po
7428                 updated by Ricardo Mones Lastra
7429         * src/compose.c
7430         * src/compose.h
7431                 associate no_wrap_tags to Compose windows
7432                 instead of using a static one
7433                 Patch by Colin
7434         * src/mbox.c
7435                 fix proc_mbox()
7436                 Patch by wwp
7437         * src/textview.c
7438                 remove unneeded printf()
7439
7440 2005-09-14 [paul]       1.9.14cvs26
7441
7442         * src/addrcache.c
7443         * src/codeconv.h
7444         * src/folder.h
7445         * src/mainwindow.h
7446         * src/mh.c
7447         * src/mimeview.h
7448         * src/partial_download.c
7449         * src/pop.c
7450         * src/prefs_account.c
7451         * src/prefs_account.h
7452         * src/prefs_actions.c
7453         * src/prefs_customheader.c
7454         * src/prefs_display_header.c
7455         * src/prefs_filtering_action.c
7456         * src/prefs_matcher.c
7457         * src/prefs_toolbar.c
7458         * src/privacy.h
7459         * src/procmime.c
7460         * src/procmime.h
7461         * src/procmsg.h
7462         * src/textview.c
7463         * src/undo.h
7464         * src/common/plugin.c
7465         * src/common/session.h
7466         * src/common/socket.c
7467         * src/common/socket.h
7468         * src/common/template.c
7469         * src/gtk/gtkaspell.c
7470         * src/gtk/quicksearch.h
7471         * src/plugins/pgpcore/passphrase.c
7472         * src/plugins/pgpcore/prefs_gpg.h
7473         * src/plugins/pgpcore/select-keys.c
7474         * src/plugins/pgpcore/select-keys.h
7475         * src/plugins/pgpcore/sgpgme.c
7476         * src/plugins/pgpinline/pgpinline.c
7477         * src/plugins/pgpmime/pgpmime.c
7478         * src/plugins/trayicon/trayicon.c
7479                 fix compilation warnings
7480                 Patch by Daniel Gustafson
7481
7482 2005-09-14 [paul]       1.9.14cvs25
7483
7484         * src/addressbook.c
7485                 add missing column header, and other small
7486                 bug fixes
7487                 Patch by Anders Hammar
7488
7489 2005-09-13 [colin]      1.9.14cvs24
7490
7491         * src/gtk/gtkaspell.c
7492                 Fix non-utf8 in menu
7493                 Fix little leaks
7494                 Nullify struct members after free()s
7495
7496 2005-09-13 [colin]      1.9.14cvs23
7497
7498         * src/compose.c
7499                 Test utf8 compliance before inserting to 
7500                 buffer, and try to convert if necessary
7501         * src/procmime.c
7502                 If no charset is present, use the locale 
7503                 one instead of us-ascii
7504         * src/procmsg.c
7505                 Add Sender, List-Post and To in the checked 
7506                 headers for automatic rules creation 
7507                 (thanks to wwp)
7508         * src/prefs_themes.c
7509         * src/gtk/gtkaspell.c
7510                 Remove deprecated functions. 
7511                 patch by Daniel Gustafson
7512
7513 2005-09-12 [colin]      1.9.14cvs22
7514
7515         * src/compose.c
7516                 Fix bug #448 (Scrolling/Redraw issue with 
7517                 address-fields in Header)
7518         * src/mainwindow.c
7519         * src/summaryview.c
7520         * src/summaryview.h
7521                 Fix loss of MSG_MARKED on move/copy
7522                 Fix bug #804 (Quicksearch togglebutton doesn't 
7523                 get depressed after '/' key is pressed)
7524
7525 2005-09-12 [paul]       1.9.14cvs21
7526
7527         * AUTHORS
7528         * src/gtk/logwindow.c
7529                 add 'Clear Log' to popup menu
7530                 Patch by Anders Hammar <anders.hammar@telia.com>
7531
7532 2005-09-12 [paul]       1.9.14cvs20
7533
7534         * src/compose.c
7535                 set correct sensitivity on attachments
7536                 popup menu
7537         * src/folder.c
7538                 fix typo
7539         * src/prefs_spelling.c
7540                 fix crash when no LANG env is set
7541         * src/common/xml.c
7542                 fix crash in wizard
7543                 don't use memeory after free
7544
7545         All patches by Daniel Gustafson
7546
7547 2005-09-12 [paul]       1.9.14cvs19
7548
7549         * src/prefs_themes.c
7550                 make theme info selectable
7551         * src/gtk/description_window.c
7552                 make window non-modal
7553         * tools/README
7554                 add details of asus_mailed.sh
7555         * tools/claws.i18n.status.pl
7556                 update for new zh_TW translator
7557                 widen the output
7558                 create alternate coloured lines
7559                 improve readability
7560
7561 2005-09-10 [colin]      1.9.14cvs18
7562
7563         * src/plugins/pgpcore/select-keys.c
7564                 Better order for the buttons
7565
7566 2005-09-10 [colin]      1.9.14cvs17
7567
7568         * src/compose.c
7569         * src/plugins/pgpcore/select-keys.c
7570         * src/plugins/pgpcore/select-keys.h
7571         * src/plugins/pgpcore/sgpgme.c
7572                 Add a "Don't encrypt" button to the key
7573                 selection dialog. Fixes bug #177 (There should be a 
7574                 'Don't encrypt button in the Select Keys dialog)
7575
7576 2005-09-10 [colin]      1.9.14cvs16
7577
7578         * src/compose.c
7579                 Fix bug #572 (%X option does not work with templates)
7580
7581 2005-09-10 [colin]      1.9.14cvs15
7582
7583         * src/toolbar.c 
7584                 Remove g_print
7585
7586 2005-09-10 [colin]      1.9.14cvs14
7587
7588         * src/imap.c
7589                 Fix a possible crash
7590
7591 2005-09-09 [colin]      1.9.14cvs13
7592
7593         * src/imap.c
7594         * src/etpan/imap-thread.c
7595         * src/etpan/imap-thread.h
7596                 Fix moving from queue or drafts to normal folders
7597                 Fix bug #794 (No way to delete without expunging)
7598                 Take flags unset by other mailers into account
7599                 Take deleted flag set by other mailers into account
7600                 Fix unsetting REPLIED flag
7601                 Fix crash when capabilities can't be retrieved
7602         * src/mainwindow.c
7603         * src/mainwindow.h
7604                 Add M_DELAYED_FLAGS condition, and let the user use
7605                 Execute in order to be able to expunge deleted mails,
7606                 even if he's not in delayed execute mode
7607         * src/prefs_spelling.c
7608                 Use 'en' dictionary by default if LANG is POSIX or C
7609         * src/gtk/prefswindow.c
7610                 Fix bug #767 (Preferences windows expanding) by making
7611                 the window a bit larger when the resolution is greater
7612                 than 640x480, and by putting the prefs in a
7613                 GtkScrolledWindow.
7614
7615 2005-09-09 [paul]       1.9.14cvs12
7616
7617         * AUTHORS
7618         * configure.ac
7619         * po/zh_TW.Big5.po      ** REMOVED **
7620         * po/zh_TW.po           ** ADDED **
7621                 updated by Wei-Lun Chao
7622
7623 2005-09-09 [paul]       1.9.14cvs11
7624
7625         * src/mainwindow.c
7626                 fix asserts
7627         * src/common/xml.c
7628                 delay memory allocation until file is
7629                 opened successfully
7630                 Patch by Daniel Gustafson
7631
7632 2005-09-09 [colin]      1.9.14cvs10
7633
7634         * src/imap.c
7635                 Add guards
7636
7637 2005-09-08 [colin]      1.9.14cvs9
7638
7639         * src/compose.c
7640                 Alert when we can't save draft
7641                 Fix various wrap/color issues
7642                 Add mid-click pasting respecting wrap_paste option
7643         * src/folder.c
7644         * src/folder.h
7645         * src/folder_item_prefs.c
7646         * src/folder_item_prefs.h
7647         * src/imap.c
7648         * src/imap_gtk.c
7649         * src/imap_gtk.h
7650         * src/main.c
7651         * src/mainwindow.c
7652         * src/mainwindow.h
7653         * src/news.c
7654         * src/news_gtk.c
7655         * src/news_gtk.h
7656         * src/prefs_folder_item.c
7657                 Fix the impossibility to synchronise folders for
7658                 offline use (IMAP and NNTP are concerned)
7659
7660 2005-09-08 [colin]      1.9.14cvs8
7661
7662         * configure.ac
7663                 Build LDAP and JPilot by default if available
7664         * src/textview.c
7665                 Fix use after free
7666
7667 2005-09-08 [paul]       1.9.14cvs7
7668
7669         * doc/manual/en/sylpheed-1.html
7670         * doc/manual/en/sylpheed-18.html
7671         * doc/manual/en/sylpheed-19.html
7672         * doc/manual/en/sylpheed-4.html
7673         * doc/manual/en/sylpheed-6.html
7674         * doc/manual/en/sylpheed.html
7675                 a few minor updates, plus include some
7676                 details about plugins and their requirements
7677         * src/mainwindow.c
7678                 minor changes to English in /View/Sort
7679
7680 2005-09-07 [colin]      1.9.14cvs6
7681
7682         * doc/manual/en/sylpheed-1.html
7683         * doc/manual/en/sylpheed-10.html
7684         * doc/manual/en/sylpheed-11.html
7685         * doc/manual/en/sylpheed-12.html
7686         * doc/manual/en/sylpheed-13.html
7687         * doc/manual/en/sylpheed-14.html
7688         * doc/manual/en/sylpheed-15.html
7689         * doc/manual/en/sylpheed-16.html
7690         * doc/manual/en/sylpheed-17.html
7691         * doc/manual/en/sylpheed-18.html
7692         * doc/manual/en/sylpheed-19.html
7693         * doc/manual/en/sylpheed-2.html
7694         * doc/manual/en/sylpheed-20.html
7695         * doc/manual/en/sylpheed-21.html
7696         * doc/manual/en/sylpheed-22.html
7697         * doc/manual/en/sylpheed-3.html
7698         * doc/manual/en/sylpheed-4.html
7699         * doc/manual/en/sylpheed-5.html
7700         * doc/manual/en/sylpheed-6.html
7701         * doc/manual/en/sylpheed-7.html
7702         * doc/manual/en/sylpheed-8.html
7703         * doc/manual/en/sylpheed-9.html
7704         * doc/manual/en/sylpheed.html
7705                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7706
7707 2005-09-07 [colin]      1.9.14cvs5
7708
7709         * src/mainwindow.c
7710                 Make labels more to-the-point
7711
7712 2005-09-07 [colin]      1.9.14cvs4
7713
7714         * doc/manual/en/sylpheed-1.html
7715         * doc/manual/en/sylpheed-12.html
7716         * doc/manual/en/sylpheed-13.html
7717         * doc/manual/en/sylpheed-14.html
7718         * doc/manual/en/sylpheed-15.html
7719         * doc/manual/en/sylpheed-16.html
7720         * doc/manual/en/sylpheed-17.html
7721         * doc/manual/en/sylpheed-18.html
7722         * doc/manual/en/sylpheed-19.html
7723         * doc/manual/en/sylpheed-2.html
7724         * doc/manual/en/sylpheed-20.html
7725         * doc/manual/en/sylpheed-21.html
7726         * doc/manual/en/sylpheed-22.html
7727         * doc/manual/en/sylpheed-4.html
7728         * doc/manual/en/sylpheed-5.html
7729         * doc/manual/en/sylpheed-6.html
7730         * doc/manual/en/sylpheed-7.html
7731         * doc/manual/en/sylpheed-8.html
7732         * doc/manual/en/sylpheed-9.html
7733         * doc/manual/en/sylpheed.html
7734                 Update manual
7735
7736 2005-09-07 [colin]      1.9.14cvs3
7737
7738         * doc/faq/en/sylpheed-faq-1.html
7739         * doc/faq/en/sylpheed-faq-2.html
7740         * doc/faq/en/sylpheed-faq-3.html
7741         * doc/faq/en/sylpheed-faq.html
7742                 Update FAQ
7743
7744 2005-09-07 [colin]      1.9.14cvs2
7745
7746         * src/folderview.c
7747         * src/procmsg.c
7748         * src/summaryview.c
7749         * src/toolbar.c
7750                 Fix special subfolders:
7751                 - Inherit parent's icon
7752                 - sent contents of queues subfolders
7753                 - empty subfolders of trashes
7754         * src/mainwindow.c
7755                 Remove outdated manual and faq entries
7756         * src/common/utils.c
7757                 Add quotes around %s coming from mailcap
7758
7759 2005-09-07 [colin]      1.9.14cvs1
7760
7761         * src/compose.c
7762                 After saving draft, set modified to FALSE
7763         * src/mimeview.c
7764         * src/common/utils.c
7765         * src/common/utils.h
7766                 Try to open mime parts using what is 
7767                 indicated in ~/.mailcap or /etc/mailcap,
7768                 if possible.
7769
7770 2005-09-05 [paul]       1.9.14
7771
7772         1.9.14 released
7773
7774         * po/sk.po
7775                 updated by Andrej Kacian
7776
7777 2005-09-05 [paul]       1.9.13cvs83
7778
7779         * po/de.po
7780         * po/es.po
7781         * po/fi.po
7782         * po/fr.po
7783         * po/nb.po
7784         * po/pt_BR.po
7785         * po/sr.po
7786                 updated translations by Thomas Gilgin, Ricardo Mones
7787                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7788                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7789
7790 2005-09-04 [paul]       1.9.13cvs82
7791
7792         * src/compose.c
7793                 only warn about exceeded line length limit
7794                 on send
7795
7796 2005-09-04 [paul]       1.9.13cvs81
7797
7798         * src/compose.c
7799                 fix crash in 'line length exceeded' dialogue
7800
7801 2005-09-02 [paul]       1.9.13cvs80
7802
7803         * src/imap.c
7804                 fix bug 795, 'Connection lost IMAP'
7805                 and add statusbar prints
7806                 Patch by Colin
7807
7808 2005-09-02 [paul]       1.9.13cvs79
7809
7810         * src/compose.c
7811                 compose_wrap_paragraph() becomes
7812                 compose_beautify_paragraph()
7813                 Patch by Colin
7814
7815 2005-09-02 [colin]      1.9.13cvs78
7816
7817         * src/folderview.c
7818                 Micro-fix
7819
7820 2005-09-01 [colin]      1.9.13cvs77
7821
7822         * src/imap.c
7823                 Maybe fix bug #795 (Connection lost IMAP)
7824                 Don't try to send logout when we're disconnected.
7825         * src/summaryview.c
7826                 Include locked and marked emails in HRM
7827                 view. Fixes bug #800 (Locked messages no longer 
7828                 show up when hide read messages is used)
7829
7830 2005-09-01 [paul]       1.9.13cvs76
7831
7832         * src/prefs_common.c
7833                 fix bad cutting
7834
7835 2005-08-31 [colin]      1.9.13cvs75
7836
7837         * src/folderview.c
7838         * src/folderview.h
7839         * src/prefs_summaries.c
7840         * src/summaryview.c
7841                 Fix "go to next new", fix preference
7842                 (Open unread/next swapped)
7843
7844 2005-08-31 [paul]       1.9.13cvs74
7845
7846         * src/compose.c
7847         * src/folderview.c
7848         * src/headerview.c
7849         * src/headerview.h
7850         * src/mainwindow.c
7851         * src/prefs_common.c
7852         * src/prefs_common.h
7853         * src/prefs_fonts.c
7854         * src/summaryview.c
7855         * src/textview.c
7856         * src/common/defs.h
7857                 remove obsolete BOLD_FONT setting
7858                 fix font update in headerview and textview
7859                 headers after prefs change
7860                 Patch By Colin
7861
7862 2005-08-31 [paul]
7863
7864         1.9.14-rc4 released
7865
7866 2005-08-30 [colin]      1.9.13cvs73
7867
7868         * src/summaryview.c
7869                 When Hide read messages is selected and we
7870                 refresh the summaryview, don't remove the 
7871                 currently displayed message. Fixes bug #797
7872                 (Summary view reloads when new mail is 
7873                 downloaded in 1.9.14 rc)
7874
7875 2005-08-30 [colin]      1.9.13cvs72
7876
7877         * src/folderview.c
7878                 Fix flickering
7879         * src/mainwindow.c
7880                 Remove useless callback
7881         * src/mimeview.c
7882         * src/gtk/filesel.c
7883         * src/gtk/filesel.h
7884                 Add a filesel_select_file_save_folder() - used by Save All
7885
7886 2005-08-29 [paul]       1.9.13cvs71
7887
7888         * AUTHORS
7889         * src/matcher_parser_parse.y
7890         * src/etpan/imap-thread.c
7891                 fix building on FreeBSD
7892                 Patch by Daniel Gustafson <daniel@hobbit.se>
7893
7894 2005-08-29 [paul]       1.9.13cvs70
7895
7896         * src/plugins/pgpinline/pgpinline.c
7897                 only initialise sig result if it's been handled
7898                 Patch by Colin
7899
7900 2005-08-29 [paul]       1.9.13cvs69
7901         
7902         Patches by Colin:
7903
7904         * src/imap.c
7905         * src/common.utils.c
7906         * src/common/utils.h
7907                 optimisation
7908         * src/stock_pixmap.h
7909                 fix wrong icon reference
7910         * src/pixmaps/trash_btn.xpm
7911                 replace with nicer image
7912
7913 2005-08-28 [colin]      1.9.13cvs68
7914
7915         * src/Makefile.am
7916         * src/stock_pixmap.c
7917         * src/stock_pixmap.h
7918         * src/toolbar.c
7919         * src/pixmaps/trash_btn.xpm
7920                 Add a specific trash xpm for the button
7921
7922 2005-08-28 [colin]      1.9.13cvs67
7923
7924         * src/imap.c
7925                 Fix leak
7926
7927 2005-08-27 [colin]      1.9.13cvs66
7928
7929         * src/imap.c
7930         * src/procmime.c
7931                 Correctly fix "Problem with replies", fixes
7932                 pgpmime encryption too. 
7933
7934 2005-08-27 [colin]      1.9.13cvs65
7935
7936         * src/folder.c
7937         * src/procmsg.c
7938         * src/procmsg.h
7939         * src/summaryview.c
7940                 Fix bug #517 (messages removed from summaryview 
7941                 when moving fails)
7942
7943 2005-08-27 [colin]      1.9.13cvs64
7944
7945         * tools/Makefile.am
7946         * tools/asus_mailled.sh
7947                 Add a script to blink ASUS laptops' mail LED where there
7948                 is unread mail.
7949
7950 2005-08-27 [colin]      1.9.13cvs63
7951
7952         * src/imap.c
7953         * src/etpan/imap-thread.c
7954         * src/etpan/imap-thread.h
7955                 Implement automatic choosing of login method
7956                 Fixes bug #791
7957         * src/gtk/.cvsignore
7958                 Add sylpheed-marshal.[ch]
7959
7960 2005-08-27 [colin]      1.9.13cvs62
7961
7962         * src/common/utils.c
7963                 Fix confusing perror
7964
7965 2005-08-27 [colin]      1.9.13cvs61
7966
7967         * src/toolbar.c
7968         * src/toolbar.h
7969                 Remove A_DELETE, replace it with 
7970                 A_TRASH and A_DELETE_REAL. Automatically
7971                 rewrite config files to replace A_DELETE
7972                 with A_TRASH (no functionality change).
7973                 Fixes half of #794
7974
7975 2005-08-26 [colin]      1.9.13cvs60
7976
7977         * src/procmime.c
7978                 Previous "Problem with replies" fix brought other
7979                 problems, fixing them
7980
7981 2005-08-26 [colin]      1.9.13cvs59
7982
7983         * src/procmime.c
7984                 Fix "Problem with replies". This happened only
7985                 on IMAP...
7986         * src/procmsg.c
7987                 Factorize code a bit
7988         * src/compose.c
7989                 Speed improvement on very long messages (wrapping)
7990                 Fix signature color on Reedit and Redirect
7991                 On Reedit, don't attach pgp-signatures parts, but
7992                 set signing to On.
7993
7994 2005-08-24 [paul]       1.9.13cvs58
7995
7996         * src/compose.c
7997                 don't claim success when clicking
7998                 Cancel on the passphrase box.
7999                 Patch by Colin
8000
8001 2005-08-24 [paul]       1.9.13cvs57
8002
8003         * src/main.c
8004                 fix misplaced sylpheed.log
8005         * src/common/defs.h
8006                 define UIDL_DIR
8007
8008 2005-08-24 [paul]       1.9.13cvs56
8009
8010         * src/imap.c
8011         * src/etpan/imap-thread.c
8012         * src/etpan/imap-thread.h
8013                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8014                 Patch by Colin
8015         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8016         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8017                 remove autogenerated files
8018         * tools/kdeservicemenu/README
8019         * tools/kdeservicemenu/install.sh
8020         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8021         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8022                 use Claws icon, use 'Sylpheed-Claws' in menu,
8023                 use kdialog, and other cleanups
8024
8025 2005-08-23 [paul]       1.9.13cvs55
8026
8027         * src/compose.c
8028                 fix paste/wrap crash
8029                 Patch by Colin
8030
8031 2005-08-23 [paul]       1.9.13cvs54
8032
8033         * src/main.c
8034                 fix crash recovery
8035                 Patch by Colin
8036
8037 2005-08-23 [paul]       1.9.13cvs53
8038
8039         * src/addressbook.c
8040         * src/editaddress.c
8041                 view all data of LDAP contacts
8042                 Patch by Colin
8043
8044 2005-08-23 [paul]       1.9.13cvs52
8045
8046         * src/addressbook.c
8047                 fix issues with the Search field
8048                 Patch by Colin
8049
8050 2005-08-22 [paul]       1.9.13cvs51
8051
8052         * src/folderview.c
8053                 put name of folder in processing dialog
8054                 title
8055         * src/prefs_folder_item.c
8056                 improve english usage
8057
8058 2005-08-22 [paul]       1.9.13cvs50
8059
8060         * src/filtering.c
8061         * src/filtering.h
8062         * src/matcher.c
8063         * src/matcher_parser_lex.l
8064         * src/matcher_parser_parse.y
8065         * src/prefs_filtering.c
8066                 add Filtering/Processing rule names feature.
8067                 (the incompatible old matcherrc is saved as
8068                 matcherrc.pre_names).
8069                 Patch by Colin
8070
8071 2005-08-22 [paul]       1.9.13cvs49
8072
8073         * src/procmsg.c
8074                 fix colour labelling
8075                 Patch by Colin
8076
8077 2005-08-22 [paul]       1.9.13cvs48
8078
8079         * src/textview.c
8080                 fix open_image_cb()
8081
8082 2005-08-22 [paul]       1.9.13cvs47
8083
8084         * src/imap.c
8085                 fix bug 789, 'SC crashes with imap (CVS ver)'
8086                 Patch by Colin
8087
8088 2005-08-22 [paul]       1.9.13cvs46
8089
8090         * src/mimeview.c
8091         * src/prefs_common.c
8092         * src/common/defs.h
8093                 define reused defaults in defs.h
8094         * src/textview.c
8095                 add 'Open image' to image popup menu
8096
8097 2005-08-21 [colin]      1.9.13cvs45
8098
8099         * src/summaryview.c
8100                 Fix bug #788 (Bogus "From" address displayed)
8101
8102 2005-08-20 [colin]      1.9.13cvs44
8103
8104         * src/folder.c
8105                 Fix buf #787 (multilevel delete causes SIGSEGV)
8106
8107 2005-08-19 [colin]      1.9.13cvs43
8108
8109         * src/inc.c
8110         * src/prefs_common.c
8111         * src/prefs_common.h
8112                 Add an hidden pref to allow modifying the
8113                 update stepping in incorporation.
8114                 Patch by wwp.
8115
8116 2005-08-19 [colin]      1.9.13cvs42
8117
8118         * src/compose.c
8119         * src/procmime.c
8120                 Workaround for broken MUAs: encode 
8121                 Content-type: name: as ASCII and 
8122                 Content-Disposition: filename: as
8123                 per rfc2231
8124         * src/prefs_account.c
8125                 Fix invisible-ness of SMTP SSL prefs
8126                 in NNTP accounts
8127
8128 2005-08-19 [paul]       1.9.13cvs41
8129
8130         * src/compose.c
8131         * src/prefs_common.c
8132         * src/prefs_common.h
8133         * src/prefs_wrapping.c
8134                 paste with or without wrapping.
8135                 patch by Colin
8136
8137 2005-08-19 [paul]       1.9.13cvs40
8138
8139         * src/prefs_common.c
8140         * src/prefs_common.h
8141         * src/summaryview.c
8142                 reintroduce enable_swap_from as a
8143                 hidden pref. patch by Colin
8144         * src/quote_fmt_parse.y
8145         * src/plugins/clamav/clamav_plugin.c
8146         * src/plugins/dillo_viewer/dillo_viewer.c
8147         * src/plugins/mathml_viewer/mathml_viewer.c
8148         * src/plugins/pgpcore/sgpgme.c
8149         * src/plugins/pgpinline/pgpinline.c
8150         * src/plugins/pgpmime/pgpmime.c
8151                 tidy up. patch by Colin
8152
8153 2005-08-19 [paul]       1.9.13cvs39
8154
8155         * configure.ac
8156                 complete cvs38's sync
8157         * src/editaddress.c
8158         * src/gedit-print.c
8159         * src/mutt.c
8160         * src/etpan/etpan-log.c
8161         * src/etpan/imap-thread.c
8162         * src/gtk/gtksourceprintjob.c
8163                 fix compilation warnings
8164                 (patch by Colin)
8165
8166 2005-08-19 [paul]       1.9.13cvs38
8167
8168         sync with main:
8169
8170         * src/account.c
8171         * src/action.c
8172         * src/addrbook.c
8173         * src/addrcache.c
8174         * src/addrharvest.c
8175         * src/addrindex.c
8176         * src/codeconv.c
8177         * src/compose.c
8178         * src/crash.c
8179         * src/exporthtml.c
8180         * src/exportldif.c
8181         * src/folder.c
8182         * src/image_viewer.c
8183         * src/inc.c
8184         * src/inc.h
8185         * src/jpilot.c
8186         * src/ldif.c
8187         * src/main.c
8188         * src/matcher.c
8189         * src/mbox.c
8190         * src/messageview.c
8191         * src/mh.c
8192         * src/mimeview.c
8193         * src/msgcache.c
8194         * src/mutt.c
8195         * src/news.c
8196         * src/partial_download.c
8197         * src/pine.c
8198         * src/pop.c
8199         * src/prefs_actions.c
8200         * src/prefs_common.c
8201         * src/prefs_customheader.c
8202         * src/prefs_display_header.c
8203         * src/prefs_gtk.c
8204         * src/prefs_themes.c
8205         * src/procheader.c
8206         * src/procmime.c
8207         * src/procmsg.c
8208         * src/recv.c
8209         * src/send_message.c
8210         * src/simple-gettext.c
8211         * src/sourcewindow.c
8212         * src/textview.c
8213         * src/vcard.c
8214         * src/common/defs.h
8215         * src/common/log.c
8216         * src/common/plugin.c
8217         * src/common/prefs.c
8218         * src/common/session.c
8219         * src/common/session.h
8220         * src/common/socket.c
8221         * src/common/socket.h
8222         * src/common/ssl_certificate.c
8223         * src/common/template.c
8224         * src/common/utils.c
8225         * src/common/utils.h
8226         * src/common/xml.c
8227         * src/gtk/about.c
8228         added wrappers for C library function that
8229                 take pathname arguments.
8230                 enabled compilation with MinGW.
8231                 use GDir instead of directly using opendir().
8232                 added rename_force().
8233
8234 2005-08-19 [paul]       1.9.13cvs37
8235         
8236         patches by Colin:
8237         * src/compose.c
8238                 fix privacy settings on re-editing
8239                 a sent message
8240         * src/jpilot.c
8241                 fix encoding bug
8242         * src/folder.c
8243         * src/procmsg.c
8244         * src/procmsg.h
8245         * src/summaryview.c
8246                 flag changing optimisation
8247
8248 2005-08-18 [martin]     1.9.13cvs36
8249
8250         * commitHelper
8251             added my login
8252         * src/addrcache.c
8253         * src/addrharvest.c
8254         * src/addrindex.c
8255         * src/compose.c
8256         * src/grouplistdialog.c
8257         * src/main.c
8258         * src/mainwindow.c
8259         * src/msgcache.c
8260         * src/mutt.c
8261         * src/pine.c
8262         * src/prefs_account.c
8263         * src/prefs_themes.c
8264         * src/stock_pixmap.c
8265         * src/summaryview.c
8266         * src/gtk/about.c
8267         * src/gtk/logwindow.c
8268             removed deprecated glib and gdk stuff
8269         * src/plugins/pgpcore/select-keys.c
8270             convert attributes from locale to utf8
8271
8272 2005-08-17 [paul]       1.9.13cvs35
8273
8274         * src/account.c
8275         * src/addressbook.c
8276                 use new GTK_STOCK_ icons if available
8277         * src/summaryview.c
8278         * src/gtk/gtksctree.c
8279         * src/gtk/gtksctree.h
8280                 faster range select. patch by Colin
8281
8282 2005-08-17 [paul]       1.9.13cvs34
8283
8284         patches by colin:
8285         * src/addressbook.c
8286         * src/addressitem.h
8287                 Add an edit button for contacts, fix selections
8288                 of gtksctree items
8289         * src/editaddress.c
8290                 Change labels, let Save be always possible in the
8291                 email and user atributes tabs
8292         * src/folderview.c
8293                 fix sort issues
8294         * src/summaryview.c
8295                 select next item instead of the displayed one
8296                 after deletion
8297
8298         * src/gtk/progressdialog.c
8299                 use prefs_common.enable_rules_hint
8300
8301 2005-08-13 [hoa]        1.9.13cvs33
8302
8303         * src/etpan/imap-thread.c
8304                 fixed build on Solaris.
8305
8306 2005-08-10 [colin]      1.9.13cvs32
8307
8308         * src/procmsg.c
8309                 Fix cvs31 (missing fclose before reading
8310                 the file)
8311
8312 2005-08-10 [colin]      1.9.13cvs31
8313
8314         * src/procmsg.c
8315                 Fix procmsg_msginfo_new_from_mimeinfo() when
8316                 the MimeInfo isn't stored in memory. This fixes
8317                 replying to an attached message.
8318
8319 2005-08-10 [colin]      1.9.13cvs30
8320
8321         * src/mainwindow.c
8322                 Fix slowness in account changing
8323
8324 2005-08-10 [colin]      1.9.13cvs29
8325
8326         * src/folder.c
8327         * src/folderutils.c
8328         * src/folderview.c
8329         * src/imap_gtk.c
8330         * src/mainwindow.c
8331         * src/mh_gtk.c
8332         * src/procmsg.c
8333         * src/summaryview.c
8334                 Optimize folder_has_parent_of_type
8335                 Prevent moving special sub-folders from contextual menus
8336                 Rework message a bit ("Empty all messages" -> "Delete all
8337                 messages")
8338                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8339                 and "Deleted Items" folders)
8340
8341 2005-08-08 [colin]      1.9.13cvs28
8342
8343         * src/summaryview.c
8344         * src/prefs_summaries.c
8345                 Make "Select first unread|new" more flexible
8346                 (just prioritize new or unread)
8347
8348 2005-08-08 [colin]      1.9.13cvs27
8349
8350         * src/summaryview.c
8351                 If "select first new" is selected and there only
8352                 are unread messages, fallback to "select first
8353                 unread".
8354
8355 2005-08-08 [colin]      1.9.13cvs26
8356
8357         * src/folder.c
8358                 Fix shameful bugs (and bug #779)
8359
8360 2005-08-08 [colin]      1.9.13cvs25
8361
8362         * src/folder.c
8363         * src/folder.h
8364                 Cache parents' type to make folder_has_parent_of_type
8365                 faster
8366         * src/folderview.c
8367                 Forbid DnD of special sub-folders
8368         * src/procmsg.c
8369         * src/procmsg.h
8370                 Add MAIL_POSTFILTERING_HOOK
8371         * src/summaryview.c
8372                 Revert over-zealous deletion of the use_addr_book 
8373                 code
8374
8375 2005-08-07 [colin]      1.9.13cvs24
8376
8377         * src/folder.c
8378                 Fix big mistake (passing MsgInfo instead 
8379                 of FolderItem)
8380
8381 2005-08-07 [colin]      1.9.13cvs23
8382
8383         * src/compose.c
8384         * src/folder.c
8385         * src/folder.h
8386         * src/foldersel.c
8387         * src/folderutils.c
8388         * src/folderview.c
8389         * src/imap.c
8390         * src/mainwindow.c
8391         * src/messageview.c
8392         * src/mh.c
8393         * src/msgcache.c
8394         * src/procmime.c
8395         * src/summaryview.c
8396                 Make subfolders of Drafts, Queue, Outbox, Trash
8397                 work like their parents. 
8398                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8399
8400 2005-08-07 [colin]      1.9.13cvs22
8401
8402         * src/addressbook.c
8403                 Fix bug #771 (Dragged contacts not saved)
8404
8405 2005-08-07 [paul]       1.9.13cvs21
8406
8407         * src/summaryview.c
8408                 fix bug 32 'Search Doesn't display results
8409                 if "Hide Read Messages" is chosen'
8410                 be more literal in interpreting 'Hide read
8411                 messages'
8412
8413 2005-08-07 [colin]      1.9.13cvs20
8414
8415         * src/folderview.c
8416                 Add debug
8417         * src/summaryview.c
8418                 Faster 'unthread_for_execution'
8419
8420 2005-08-06 [paul]       1.9.13cvs19
8421
8422         * src/mainwindow.c
8423                 add mnemonics to Set displayed columns
8424                 fix bug where msgview_visible option was
8425                 overwritten as TRUE on startup
8426
8427 2005-08-06 [paul]       1.9.13cvs18
8428
8429         * src/mainwindow.c
8430                 refer to 'displayed columns in folder/message
8431                 list' not 'displayed items in summary/message view'
8432         * src/prefs_display_header.c
8433                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8434                 be consistent with similar dialogues
8435         * src/prefs_folder_column.c
8436         * src/prefs_summary_column.c
8437                 'columns' not 'items', and folder and message lists,
8438                 instead of folder and summary views;
8439                 Use 'Hidden columns' as list heading not 'Available
8440                 items';
8441                 move the 'Remove' button to the right hand side;
8442                 top-align the buttons;
8443                 remove unneeded vbox
8444         * src/prefs_summaries.c
8445                 put the 2 column prefs buttons in a frame to reduce
8446                 overall width; refer to columns not items &c.
8447
8448 2005-08-05 [colin]      1.9.13cvs17
8449
8450         * src/prefs_common.c
8451         * src/prefs_common.h
8452         * src/mainwindow.c
8453         * src/compose.c
8454         * src/messageview.c
8455                 Add an hidden toolbar_detachable pref, so
8456                 that I can get rid of these painful handles
8457                 in the toolbars. Defaults to TRUE to avoid
8458                 changing the GUI on unsuspecting people...
8459
8460 2005-08-05 [colin]      1.9.13cvs16
8461
8462         * src/Makefile.am
8463         * src/prefs_folder_column.c
8464         * src/prefs_folder_column.h
8465                 Add prefs for folder columns
8466         * src/folderview.c
8467         * src/folderview.h
8468         * src/mainwindow.c
8469         * src/mainwindow.h
8470         * src/prefs_common.c
8471         * src/prefs_common.h
8472         * src/prefs_summaries.c
8473                 Use them
8474         * src/prefs_summary_column.c
8475         * src/summaryview.c
8476         * src/summaryview.h
8477                 Add a To column
8478         * src/textview.c
8479         * src/common/utils.c
8480         * src/common/utils.h
8481                 Move uri colourisation functions
8482                 to utils
8483         * src/compose.c
8484                 Colourise URIs
8485         * src/imap.c
8486                 Fix bug with LIST where we'd try
8487                 to get Folder//////[...]/// 
8488
8489 2005-08-05 [paul]       1.9.13cvs15
8490
8491         * src/prefs_summaries.c
8492                 improve the English usage
8493         * src/summaryview.c
8494                 set font on column change
8495                 thanks to Colin
8496
8497 2005-08-05 [paul]       1.9.13cvs14
8498
8499         * src/prefs_common.c
8500         * src/prefs_common.h
8501         * src/prefs_summaries.c
8502         * src/summaryview.c
8503                 replace 'open_unread_on_enter' option with
8504                 'select_on_entry' option. opening/not opening
8505                 is now exclusively controlled by 'always_show_msg'
8506
8507 2005-08-04 [colin]      1.9.13cvs13
8508
8509         * src/compose.c
8510                 Remove dead code
8511                 Add colourisation of quotes and signatures
8512         * src/folderview.c
8513                 Fix possible crashes
8514         * src/messageview.c
8515                 Change an assert that is no problem
8516         * src/news.c
8517         * src/news_gtk.c
8518         * src/news_gtk.h
8519                 Fix offline mode
8520         * src/gtk/quicksearch.c
8521                 Fix a possible crash
8522
8523 2005-08-03 [colin]      1.9.13cvs12
8524
8525         * src/prefs_account.c
8526                 Fix bug #777 (Sylpheed crash in account configuration)
8527
8528 2005-08-03 [colin]      1.9.13cvs11
8529
8530         * src/addressbook.c
8531         * src/editaddress.c
8532         * src/editgroup.c
8533                 Fixing addressbook, round 2
8534         * src/textview.c
8535                 Fix emphasis color on rechecking 'Colorize messages'
8536
8537 2005-08-03 [paul]       1.9.13cvs10
8538
8539         sync with main
8540
8541         * src/addr_compl.c
8542         * src/compose.c
8543         * src/main.c
8544         * src/pop.c
8545         * src/prefs_account.c
8546         * src/procmime.c
8547         * src/procmsg.c
8548         * src/quote_fmt_parse.y
8549         * src/textview.c
8550         * src/common/quoted-printable.c
8551         * src/common/utils.c
8552         * src/common/utils.h
8553         * src/common/xml.c
8554                 replaced incorrect locale-independent
8555                 ctype functions with GLib's. Corrected
8556                 signedness mismatch.
8557         * src/headerview.c
8558                 headerview_create(): added spacing for vbox.
8559         * src/gtk/about.c
8560                 set focus to the OK button.
8561
8562 2005-08-03 [colin]      1.9.13cvs9
8563
8564         * src/folderview.c
8565                 Fix possible crash
8566
8567 2005-08-02 [colin]      1.9.13cvs8
8568
8569         * src/mainwindow.c
8570                 Fix cast
8571         * src/addressbook.c
8572         * src/addressitem.h
8573                 Fix a cast and more generally, try to make the
8574                 GUI more intuitive and consistent (round 1)
8575
8576 2005-08-02 [paul]       1.9.13cvs7
8577
8578         * src/folder.h
8579                 missing in 1.9.13cvs6
8580
8581 2005-08-02 [colin]      1.9.13cvs6
8582
8583         * src/folder.c
8584                 Fix one more leak
8585
8586 2005-08-02 [colin]      1.9.13cvs5
8587
8588         * src/folder.c
8589         * src/folderview.c
8590         * src/imap.c
8591         * src/main.c
8592         * src/mbox.c
8593         * src/procmsg.c
8594         * src/summaryview.c
8595                 Fix a number of folder_item_get_msg_list()-related
8596                 leaks (missing procmsg_msginfo_free()s)
8597
8598 2005-08-01 [colin]      1.9.13cvs4
8599
8600         * src/folderview.c
8601         * src/folderview.h
8602         * src/mainwindow.c
8603         * src/prefs_fonts.c
8604         * src/prefs_summaries.c
8605         * src/prefs_themes.c
8606         * src/summaryview.c
8607         * src/summaryview.h
8608         * src/textview.c
8609         * src/textview.h
8610                 Fix instant-apply of summary and folderview-related prefs
8611                 Fix erroneous g_free and alertpanels in prefs_theme
8612                 Add instant-apply for fonts
8613                 Defer applying of prefs a little bit so it's done only
8614                 once even if requested by multiples prefs pages
8615
8616 2005-08-01 [paul]       1.9.13cvs3
8617
8618         * src/main.c
8619                 fix bug 776 'S.C. crashes on close'
8620                 thanks to Colin
8621         * src/etpan/etpan-thread-manager-types.h
8622                 add missing include
8623                 thanks to Hoa
8624
8625 2005-07-25 [paul]       1.9.13cvs2
8626
8627         * src/summaryview.c
8628                 fix typos. spotted by Fabien Vantard
8629
8630 2005-07-24 [paul]       1.9.13cvs1
8631
8632         * doc/man/sylpheed.1
8633                 update man page, incorporating fix of
8634                 bug 769 'Typo in manpage'
8635         * src/etpan/imap-thread.c
8636                 fix NetBSD openssl dependencies. patch by
8637                 George Michaelson <ggm@apnic.net>
8638         * po/pt_BR.po
8639                 updated by Frederico Goncalves Guimaraes
8640
8641 2005-07-22 [paul]       1.9.13
8642
8643         1.9.13 release
8644
8645 2005-07-22 [paul]       1.9.12cvs91
8646
8647         * AUTHORS
8648         * INSTALL
8649         * README.claws
8650         * RELEASE_NOTES.claws
8651                 updated for release
8652         * configure.ac
8653         * po/nb.po
8654         * tools/claws.i18n.status.pl
8655                 add Norwegian translation. submiited by
8656                 Geir Helland <pjallabais@users.sourceforge.net>
8657         * po/ca.po
8658         * po/de.po
8659         * po/es.po
8660         * po/fi.po
8661         * po/fr.po
8662         * po/it.po
8663         * po/sk.po
8664         * po/sr.po
8665         * po/zh_CN.po
8666                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8667                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8668                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8669                 Yang Guilong
8670         * src/plugins/clamav/clamav_plugin_gtk.c
8671         * src/plugins/spamassassin/spamassassin_gtk.c
8672                 replace outdated description strings
8673
8674 2005-07-21 [colin]      1.9.12cvs90
8675
8676         * src/folder.c
8677                 Set folder to batch mode when scanning it. Makes deletion
8678                 of unread mails on IMAP much faster (due to the UNREAD 
8679                 flag unsetting)
8680
8681 2005-07-21 [darko]      1.9.12cvs89
8682
8683         * configure.ac
8684                 link against libresolv if necessary (patch by Paul)
8685         * src/msgcache.c
8686                 use glib's portable macros to determine endianness
8687
8688 2005-07-21 [paul]       1.9.12cvs88
8689
8690         * src/crash.c
8691         * src/gtk/about.c
8692                 update compiled-in features list
8693
8694 2005-07-20 [colin]      1.9.12cvs87
8695
8696         * src/folder.c
8697         * src/textview.c
8698                 Gcc 2.9x compilation fixes, thanks to Darko
8699         * src/plugins/clamav/clamav_plugin.c
8700                 Little optimisation: load virus database only once
8701         * src/plugins/spamassassin/spamassassin.c
8702                 Big optimisation: filtering one mail took at least 1 second,
8703                 now it takes at least 50ms. Doesn't speed up spamassassin 
8704                 itself, but should already be much more tolerable.
8705
8706 2005-07-20 [colin]      1.9.12cvs86
8707
8708         * src/summaryview.c
8709                 Fix performance issue
8710
8711 2005-07-19 [colin]      1.9.12cvs85
8712
8713         * src/plugins/pgpinline/plugin.c
8714                 Fix warning
8715
8716 2005-07-19 [colin]      1.9.12cvs84
8717
8718         * configure.ac
8719         * src/plugins/Makefile.am
8720         * src/plugins/pgpinline/.cvsignore
8721         * src/plugins/pgpinline/Makefile.am
8722         * src/plugins/pgpinline/pgpinline.c
8723         * src/plugins/pgpinline/pgpinline.deps
8724         * src/plugins/pgpinline/pgpinline.h
8725         * src/plugins/pgpinline/plugin.c
8726                 Put pgpinline in the main tree
8727
8728 2005-07-19 [paul]       1.9.12cvs83
8729
8730         * src/prefs_actions.c
8731                 prevent '//' in menu names, which cause a crash
8732                 thanks to Colin
8733
8734 2005-07-19 [paul]       1.9.12cvs82
8735
8736         * configure.ac
8737                 be generally more informative in configure output.
8738                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8739                 '[ --disable-openssl ...', as --enable-openssl is default
8740                 PGP/MIME: don't check for GPGME again, check for
8741                 pgpcore instead. Therefore prevent the possibility of
8742                 attempting to build pgpmime if pgpcore dependencies are
8743                 not met
8744                 ClamAV: use pkgconfig to check for lib
8745                 libgnomeprint: revert logic on inner test to match
8746                 everything else
8747         * src/plugins/pgpcore/sgpgme.c
8748                 add missing include
8749
8750 2005-07-19 [colin]      1.9.12cvs81
8751
8752         * src/summaryview.c
8753                 Fix slow thread rebuilding in particular
8754                 cases
8755
8756 2005-07-19 [paul]       1.9.12cvs80
8757
8758         * sylpheed-claws.desktop
8759                 fix typo, spotted by Stephan Sachse
8760         * src/account.c
8761                 replace GTK_STOCK_ADD with
8762                 GTK_STOCK_NEW button
8763
8764 2005-07-18 [colin]      1.9.12cvs79
8765
8766         * src/etpan/imap-thread.c
8767                 Fix return value (Thanks Hoa)
8768
8769 2005-07-18 [colin]      1.9.12cvs78
8770
8771         * src/imap.c
8772                 Allow empty passwords
8773                 Create drafts/queue/outbox if necessary
8774         * src/summaryview.c
8775                 Remove old code
8776         * src/etpan/imap-thread.c
8777                 Fix STARTTLS (Thanks to Hoa)
8778
8779 2005-07-18 [paul]       1.9.12cvs77
8780
8781         * ChangeLog-gtk2.jp
8782         * ChangeLog.jp
8783                 removed
8784         * Makefile.am
8785                 updated to reflect additions and removals
8786         * TODO
8787                 updated to be claws-specific
8788         * TODO-gtk2
8789         * TODO-gtk2.jp
8790         * TODO.jp
8791         * sylpheed-128x128.png
8792         * sylpheed-64x64.png
8793                 removed
8794         * sylpheed-claws-128x128.png
8795         * sylpheed-claws-64x64.png
8796         * sylpheed-claws.desktop
8797         * sylpheed-claws.png
8798                 added
8799         * sylpheed.desktop
8800         * sylpheed.png
8801                 removed
8802
8803 2005-07-17 [paul]       1.9.12cvs76
8804
8805         * src/account.c
8806         * src/addressbook.c
8807         * src/alertpanel.c
8808         * src/alertpanel.h
8809         * src/compose.c
8810         * src/exphtmldlg.c
8811         * src/expldifdlg.c
8812         * src/folderview.c
8813         * src/imap_gtk.c
8814         * src/inc.c
8815         * src/message_search.c
8816         * src/messageview.c
8817         * src/mh_gtk.c
8818         * src/news_gtk.c
8819         * src/prefs_actions.c
8820         * src/prefs_filtering.c
8821         * src/prefs_matcher.c
8822         * src/prefs_template.c
8823         * src/prefs_themes.c
8824         * src/ssl_manager.c
8825         * src/summary_search.c
8826         * src/textview.c
8827         * src/toolbar.c
8828         * src/gtk/sslcertwindow.c
8829         * src/plugins/pgpcore/sgpgme.c
8830                 rework alertpanels
8831
8832 2005-07-17 [colin]      1.9.12cvs75
8833
8834         * src/privacy.c
8835                 add a PrivacySystem accessor that checks that
8836                 the system cached in a MimeInfo's privacydata
8837                 is still registered. Use this accessor instead
8838                 of directly using data->system. Fixes crashes
8839                 after unloading pgp plugins.
8840
8841 2005-07-17 [colin]      1.9.12cvs74
8842
8843         * src/alertpanel.c
8844                 Change geometry hints to a simple default size.
8845                 Fixes the certs dialogs.
8846
8847 2005-07-17 [colin]      1.9.12cvs73
8848
8849         * src/gtk/sslcertwindow.c
8850                 Use a gtkExpander
8851
8852 2005-07-17 [colin]      1.9.12cvs72
8853
8854         * src/plugins/pgpcore/Makefile.am
8855         * src/plugins/pgpmime/Makefile.am
8856                 Add gpgme libs
8857
8858 2005-07-17 [paul]       1.9.12cvs71
8859
8860         * configure.ac
8861                 add --disable-gnomeprint option
8862                 modified version of patch by Marius Mauch
8863
8864 2005-07-17 [paul]       1.9.12cvs70
8865
8866         * src/common/defs.h
8867                 update urls
8868         * src/account.c
8869         * src/action.c
8870         * src/addressbook.c
8871         * src/compose.c
8872         * src/foldersel.c
8873         * src/folderview.c
8874         * src/html.c
8875         * src/imap_gtk.c
8876         * src/main.c
8877         * src/mainwindow.c
8878         * src/messageview.c
8879         * src/mh_gtk.c
8880         * src/mimeview.c
8881         * src/news_gtk.c
8882         * src/prefs_account.c
8883         * src/prefs_send.c
8884         * src/prefs_summaries.c
8885         * src/procmsg.c
8886         * src/summaryview.c
8887         * src/common/utils.c
8888         * src/common/xml.c
8889         * src/plugins/pgpcore/passphrase.c
8890         * src/plugins/pgpcore/select-keys.c
8891                 replace inappropriately used backticks
8892                 with single quotes
8893
8894 2005-07-16 [colin]      1.9.12cvs69
8895
8896         * src/image_viewer.c
8897                 Add extra paranoid checks
8898
8899 2005-07-16 [colin]      1.9.12cvs68
8900
8901         * src/plugins/pgpcore/prefs_gpg.c
8902                 Don't auto-check sigs by default, as it
8903                 can be really slow.
8904
8905 2005-07-16 [colin]      1.9.12cvs67
8906
8907         * src/plugins/pgpcore/sgpgme.c
8908                 Make messages a bit better.
8909
8910 2005-07-16 [colin]      1.9.12cvs66
8911
8912         * src/imap.c
8913                 Remove pseudo-log
8914         * src/etpan/imap-thread.c
8915                 Add real log
8916
8917 2005-07-16 [colin]      1.9.12cvs65
8918
8919         * src/main.c
8920         * src/prefs_other.c
8921                 And now, fix build with libetpan :-/
8922
8923 2005-07-15 [colin]      1.9.12cvs64
8924
8925         * src/prefs_other.c
8926                 Continue fixing build without libetpan.
8927
8928 2005-07-15 [colin]      1.9.12cvs63
8929
8930         * src/main.c
8931                 Fix build with --disable-libetpan
8932
8933 2005-07-15 [colin]      1.9.12cvs62
8934
8935         * configure.ac
8936                 Bump libetpan's version
8937
8938 2005-07-15 [colin]      1.9.12cvs61
8939
8940         * src/etpan/imap-thread.c
8941                 Actually stop logging :)
8942
8943 2005-07-15 [colin]      1.9.12cvs60
8944
8945         * src/addressbook.c
8946                 Fix dnd of multiple addresses.
8947
8948 2005-07-15 [hoa]        1.9.12cvs59
8949
8950         * src/etpan/imap-thread.c
8951             disable login of IMAP password in libetpan log file.
8952
8953 2005-07-15 [paul]       1.9.12cvs58
8954
8955         * src/account.c
8956                 don't automatically sort
8957                 do allow drag n drop
8958
8959 2005-07-15 [paul]       1.9.12cvs57
8960
8961         * src/account.c
8962         * src/ssl_manager.c
8963                 alphabetical listing
8964
8965 2005-07-15 [paul]       1.9.12cvs56
8966
8967         * src/gtk/pluginwindow.c
8968                 sort plugin list alphabetically
8969
8970 2005-07-15 [paul]       1.9.12cvs55
8971
8972         * src/prefs_spelling.c
8973         * src/prefs_wrapping.c
8974                 unify English usage
8975
8976 2005-07-15 [colin]      1.9.12cvs54
8977
8978         * src/wizard.c
8979                 Typo fix
8980
8981 2005-07-15 [paul]       1.9.12cvs53
8982
8983         * src/prefs_message.c
8984                 make 'show cursor' a hidden option
8985
8986 2005-07-14 [colin]      1.9.12cvs52
8987
8988         * src/plugins/spamassassin/Makefile.am
8989         * src/plugins/clamav/Makefile.am
8990                 Fix double EXTRA_DISTs
8991
8992 2005-07-14 [colin]      1.9.12cvs51
8993
8994         * src/plugins/clamav/Makefile.am
8995         * src/plugins/clamav/clamav_plugin_gtk.deps
8996         * src/plugins/spamassassin/Makefile.am
8997         * src/plugins/spamassassin/spamassassin_gtk.deps
8998                 Make $plugin_gtk depend on $plugin
8999
9000 2005-07-14 [hoa]        1.9.12cvs50
9001
9002         * src/etpan/imap-thread.c
9003                 enable debug log of libetpan when running with --debug
9004
9005 2005-07-14 [colin]      1.9.12cvs49
9006
9007         * configure.ac
9008         * src/common/Makefile.am
9009         * src/common/plugin.c
9010         * src/common/plugin.h
9011                 Add a little plugin dependancy system.
9012                 Plugins can ship a $plugin_name.deps file
9013                 (near them in PLUGINDIR) so that their
9014                 dependancies are loaded if possible.
9015         * src/plugins/Makefile.am
9016         * src/plugins/pgpcore/Makefile.am
9017         * src/plugins/pgpcore/passphrase.c
9018         * src/plugins/pgpcore/passphrase.h
9019         * src/plugins/pgpcore/plugin.c
9020         * src/plugins/pgpcore/prefs_gpg.c
9021         * src/plugins/pgpcore/prefs_gpg.h
9022         * src/plugins/pgpcore/select-keys.c
9023         * src/plugins/pgpcore/select-keys.h
9024         * src/plugins/pgpcore/sgpgme.c
9025         * src/plugins/pgpcore/sgpgme.h
9026                 Introduce pgpcore, used by pgpmime and
9027                 pgpinline
9028         * src/plugins/pgpmime/Makefile.am
9029         * src/plugins/pgpmime/passphrase.c
9030         * src/plugins/pgpmime/passphrase.h
9031         * src/plugins/pgpmime/pgpmime.c
9032         * src/plugins/pgpmime/pgpmime.deps
9033         * src/plugins/pgpmime/plugin.c
9034         * src/plugins/pgpmime/prefs_gpg.c
9035         * src/plugins/pgpmime/prefs_gpg.h
9036         * src/plugins/pgpmime/select-keys.c
9037         * src/plugins/pgpmime/select-keys.h
9038         * src/plugins/pgpmime/sgpgme.c
9039         * src/plugins/pgpmime/sgpgme.h
9040                 Remove the core from pgpmime and add the
9041                 dependancy to pgpcore.
9042
9043 2005-07-14 [paul]       1.9.12cvs48
9044
9045         * src/stock_pixmap.c
9046                 forgot this in last commit
9047
9048 2005-07-14 [paul]       1.9.12cvs47
9049
9050         * src/account.c
9051         * src/addressbook.c
9052                 add accelerators for the buttons (sync with main)
9053         * src/compose.c
9054         * src/compose.h
9055                 add accelerators for the buttons.
9056                 fix editing with external editor.
9057                 replace gdk_input_*() with GIOChannel;
9058                 (sync with main)
9059         * src/foldersel.c
9060                 display folder names with new/unread
9061                 representation (sync with main)
9062         * src/main.c
9063                 specify default window icon (sync with main)
9064         * src/prefs_common.c
9065                 use_addr_book default to FALSE
9066         * src/summaryview.c
9067         * src/textview.c
9068                 add accelerators for the buttons (sync with main)
9069         * src/gtk/menu.c
9070                 fix typos
9071         * src/pixmaps/sylpheed_icon.xpm
9072                 updated
9073
9074 2005-07-13 [paul]       1.9.12cvs46
9075
9076         * src/plugins/pgpmime/pgpmime.c
9077         * src/plugins/pgpmime/sgpgme.c
9078                 (temporarily) use deprecated gpgme_data_rewind()
9079                 while largefile support is not present
9080                 (as suggested by Colin)
9081
9082 2005-07-13 [paul]       1.9.12cvs45
9083
9084         * configure.ac
9085                 remove large file support (for now):
9086                 it breaks too many things
9087
9088 2005-07-13 [paul]       1.9.12cvs44
9089
9090         * configure.ac
9091                 add large file support
9092         * src/html.c
9093                 fix bug #763 where href attribute was not
9094                 the very first attribute of a link
9095                 patch by Thomas Gilgin
9096
9097 2005-07-13 [colin]      1.9.12cvs43
9098
9099         * src/gtk/pluginwindow.c
9100                 Little portability fix
9101
9102 2005-07-13 [colin]      1.9.12cvs42
9103
9104         * src/plugins/pgpmime/sgpgme.c
9105                 Fix crasher.
9106
9107 2005-07-13 [colin]      1.9.12cvs41
9108
9109         * src/plugins/pgpmime/pgpmime.c
9110         * src/plugins/pgpmime/sgpgme.c
9111                 Use gpgme_data_release_and_get_mem instead
9112                 of gpgme_data_read.
9113
9114 2005-07-13 [colin]      1.9.12cvs40
9115
9116         * configure.ac
9117         * src/plugins/pgpmime/passphrase.c
9118         * src/plugins/pgpmime/passphrase.h
9119         * src/plugins/pgpmime/pgpmime.c
9120         * src/plugins/pgpmime/plugin.c
9121         * src/plugins/pgpmime/select-keys.c
9122         * src/plugins/pgpmime/select-keys.h
9123         * src/plugins/pgpmime/sgpgme.c
9124         * src/plugins/pgpmime/sgpgme.h
9125                 Port pgpmime to gpgme-1.0.
9126
9127 2005-07-12 [paul]       1.9.12cvs39
9128
9129         * AUTHORS
9130         * src/toolbar.c
9131         * src/toolbar.h
9132                 add a 'Go to Prev' button to the toolbar.
9133                 correct tooltip text of go to buttons.
9134                 based on patch by Yang Guilong <bamanzi@gmail.com>
9135
9136 2005-07-12 [colin]      1.9.12cvs38
9137
9138         * src/statusbar.c
9139                 Fix progress bar showing stuff at startup.
9140
9141 2005-07-12 [paul]       1.9.12cvs37
9142
9143         * src/editjpilot.c
9144                 fix building with jpilot support
9145
9146 2005-07-11 [colin]      1.9.12cvs36
9147
9148         * src/inc.c
9149                 Add visual indication that filtering is running
9150         * src/textview.c
9151                 Make {}[] uri delimiters
9152         * src/summaryview.c
9153                 Remove useless (and slow) calls
9154
9155 2005-07-11 [paul]       1.9.12cvs35
9156
9157         * src/plugins/clamav/clamav_plugin_gtk.c
9158         * src/plugins/dillo_viewer/dillo_prefs.c
9159         * src/plugins/pgpmime/prefs_gpg.c
9160         * src/plugins/spamassassin/spamassassin_gtk.c
9161                 gather plugins prefs together under their
9162                 own 'Plugins' heading
9163
9164 2005-07-11 [paul]       1.9.12cvs34
9165
9166         sync with main
9167
9168         * src/account.c
9169                 account_delete(): modified alert dialog
9170         * src/editjpilot.c
9171         * src/editvcard.c
9172                 fixed a crash when cancelling file selection
9173                 dialog by Escape key. Made non-ascii filename
9174                 selectable.
9175         * src/prefs_template.c
9176                 prefs_template_window_create(): make scrolled
9177                 window policy AUTOMATIC
9178
9179 2005-07-10 [hoa]        1.9.12cvs33
9180
9181         * src/etpan/imap-thread.c
9182                 workaround for old Courier IMAP servers.
9183
9184 2005-07-10 [colin]      1.9.12cvs32
9185
9186         * src/folder.c
9187         * src/statusbar.c
9188         * src/statusbar.h
9189                 Add visual progress indicator on filtering/processing
9190                 Factorize the progress bar code
9191         * src/imap.c
9192         * src/imap.h
9193         * src/etpan/imap-thread.c
9194                 Add a reference counter to avoid destroying the Folder
9195                 while it's in use by another callback.
9196
9197 2005-07-09 [hoa]        1.9.12cvs31
9198
9199         * src/imap.c
9200         * src/etpan/imap-thread.c
9201                 fixed deadlock when removing IMAP account.
9202
9203 2005-07-08 [colin]      1.9.12cvs30
9204
9205         * src/textview.c
9206         * src/unmime.c
9207                 Fix again problems decoding broken headers
9208         * src/gtk/inputdialog.c
9209                 Fix local variable shadowing a global one
9210
9211 2005-07-08 [colin]      1.9.12cvs29
9212
9213         * src/msgcache.c
9214                 Make the cache/mark files platform-agnostic by writing
9215                 them in little-endian format. Reading them is also done
9216                 in little-endian format, of course; however, in order
9217                 to avoid trashing mark data on big-endian machines, the
9218                 files are, at first, read from the native format if the
9219                 little-endian one doesn't exist. This is easy to deter-
9220                 mine by trying to open a file with a swapped data_ver
9221                 and seeing if it's the wanted version.
9222                 Little-endian using users should see absolutely no
9223                 difference, Big-endian users may get a very little
9224                 performance drop due to byte-swapping.
9225                 Tested on i386 and ppc32. 
9226                 Fixes bug #159 (The index file, in the mailboxes, is 
9227                 hardware depending).
9228
9229                 To have the cache/mark files updated to the new little-
9230                 endian format, "Check for new messages" or even
9231                 "Rebuild folder tree" aren't enough. Files will be
9232                 updated as soon as a folder has been opened/closed.
9233                 To update everything, just select all folders by
9234                 selecting them one by one.
9235
9236 2005-07-07 [colin]      1.9.12cvs28
9237
9238         * src/imap.c
9239                 Remember the folder separator per IMAPFolder
9240                 instead of globally.
9241                 Revive the Session on noop; fixes bug #761
9242                 (mark a bunch of unread messages as read takes 
9243                 forever)
9244
9245 2005-07-07 [darko]      1.9.12cvs27
9246
9247         * src/common/template.c
9248                 Sort templates alphabetically
9249
9250 2005-07-06 [colin]      1.9.12cvs26
9251
9252         * src/imap.c
9253                 Try to use the correct separator in
9254                 most cases. Possibly fixes bug #759
9255                 (only creates the INBOX folder when 
9256                 setting up new IMAP account) and 
9257                 bug #760 (Can't retrieve messages)
9258
9259 2005-07-06 [colin]      1.9.12cvs25
9260
9261         * src/imap.c
9262                 Use real_path in status command. This will
9263                 help later, when namespaces will be used.
9264
9265 2005-07-06 [colin]      1.9.12cvs24
9266
9267         * configure.ac
9268         * src/account.c
9269         * src/folder.c
9270         * src/imap.c
9271         * src/etpan/etpan-log.c
9272         * src/etpan/etpan-thread-manager.c
9273         * src/etpan/imap-thread.c
9274                 Add a --disable-libetpan parameter. With this,
9275                 users that don't want IMAP4 support can avoid
9276                 the new dependancy (and have no IMAP support).
9277                 Users that have IMAP4 accounts and use this
9278                 parameter won't lose their configuration, their
9279                 IMAP accounts will just be invisible and not
9280                 used.
9281         * src/textview.c
9282                 Make the "Copy ..." contextual menu items 
9283                 copy to both the X clipboard and the gtk 
9284                 clipboard - as most other apps do.
9285         * src/gtk/about.c
9286                 Add a notice about OpenSSL usage, in order to
9287                 comply with OpenSSL's license (point 6):
9288                 http://www.openssl.org/source/license.html
9289
9290 2005-07-06 [colin]      1.9.12cvs23
9291
9292         * src/alertpanel.c
9293                 Fix a minimum size for alertpanels
9294         * src/compose.c
9295                 Show 'No space left on device' type errors
9296                 when queuing/sending
9297         * src/imap_gtk.c
9298         * src/mh_gtk.c
9299                 Rework folder's deletion message (remove 
9300                 extra \n)
9301
9302 2005-07-05 [colin]      1.9.12cvs22
9303
9304         * src/imap.c
9305                 Add an alertpanel on auth error
9306                 Add pseudo-log
9307                 Remove pthread-related stuff
9308
9309 2005-07-05 [colin]      1.9.12cvs21
9310
9311         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9312                 Fix crash on plugin reloading (with a hack)
9313
9314 2005-07-05 [colin]      1.9.12cvs20
9315
9316         * src/prefs_account.c
9317         * src/prefs_account.h
9318                 Fix typo
9319         * src/gtk/filesel.c
9320         * src/gtk/filesel.h
9321                 Add a way to filter the view
9322         * src/gtk/pluginwindow.c
9323                 Filter loadable stuff
9324         * src/plugins/pgpmime/prefs_gpg.c
9325                 Fix missing unregistration
9326         * .cvsignore
9327         * src/etpan/.cvsignore
9328         * src/plugins/spamassassin/.cvsignore
9329                 Add more stuff to cvs ignored files
9330
9331 2005-07-04 [colin]      1.9.12cvs19
9332
9333         * src/imap.c
9334                 Fix scan_required returning FALSE when it
9335                 shouldn't. Maybe fix #760 (Can't retrieve
9336                 messages)
9337
9338 2005-07-04 [colin]      1.9.12cvs18
9339
9340         * src/summaryview.c
9341                 Fix always_show_msg pref
9342
9343 2005-07-04 [paul]       1.9.12cvs17
9344
9345         sync with main (forgotten in last commit)
9346         
9347         * src/common/utils.c
9348         * src/common/utils.h
9349                 check_line_length(): new.
9350                 is_dir_exist()
9351                 is_file_entry_exist()
9352                 dirent_is_regular_file()
9353                 dirent_is_directory(): use g_file_test() instead of stat().
9354
9355 2005-07-04 [paul]       1.9.12cvs16
9356
9357         sync with main:
9358
9359         * src/compose.c
9360                 compose_write_to_file(): check for line
9361                 length limit and display warning if exceeds
9362         * src/jpilot.c
9363                 use get_home_dir() instead of g_get_home_dir()
9364         * src/procheader.c
9365                 removed warning about invalid date
9366         * src/vcard.c
9367                 use get_home_dir() instead of g_get_home_dir()
9368
9369 2005-07-04 [paul]       1.9.12cvs15
9370
9371         * src/stock_pixmap.c
9372                 fix new pixmap naming errors
9373                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9374
9375 2005-07-04 [colin]      1.9.12cvs14
9376
9377         * src/imap.c
9378                 Fix debugging string with a warning
9379
9380 2005-07-04 [colin]      1.9.12cvs13
9381
9382         * configure.ac
9383                 Add a check for libetpan's version (>= 0.37)
9384
9385 2005-07-04 [hoa]        1.9.12cvs12
9386
9387         * commitHelper
9388         * src/imap.c
9389         * src/etpan/imap-thread.c
9390         * src/etpan/imap-thread.h
9391                 fixed IMAP implementation of check of mails.
9392
9393 2005-07-03 [hoa]        1.9.12cvs11
9394
9395         * src/etpan/Makefile.am
9396         * src/etpan/etpan-errors.h
9397         * src/etpan/etpan-log.[ch]
9398         * src/etpan/etpan-thread-manager-types.h
9399         * src/etpan/etpan-thread-manager.[ch]
9400         * src/etpan/imap-thread.[ch]
9401         * src/Makefile.am
9402         * src/imap.c
9403         * src/main.c
9404         * src/prefs_other.c
9405         * configure.ac
9406             merged imap branch.
9407             dependency on libetpan 0.37 is now added.
9408
9409 2005-07-01 [colin]      1.9.12cvs10
9410
9411         * src/Makefile.am
9412         * src/folder.c
9413         * src/folder.h
9414         * src/folderview.c
9415         * src/stock_pixmap.c
9416         * src/stock_pixmap.h
9417         * src/plugins/trayicon/trayicon.c
9418                 Add marked symbol on folders containing
9419                 marked messages
9420         * src/procmsg.c
9421         * src/procmsg.h
9422         * src/toolbar.c
9423         * src/prefs_common.c
9424         * src/prefs_common.h
9425         * src/prefs_send.c
9426                 Add an optional confirmation dialog on queue
9427                 sending. Patch by wwp.
9428         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9429         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9430         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9431         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9432         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9433         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9434         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9435         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9436         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9437         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9438         * src/pixmaps/trash_mark.xpm            ** ADDED **
9439                 New pixmaps
9440
9441 2005-07-01 [colin]      1.9.12cvs9
9442
9443         * src/summaryview.c
9444                 Fix a little threading bug
9445         * src/addrgather.c
9446         * src/mainwindow.c
9447                 A little bit of HIG normality never hurts
9448
9449 2005-07-01 [colin]      1.9.12cvs8
9450
9451         * src/compose.c
9452         * src/msgcache.c
9453         * src/pop.c
9454         * src/procmime.c
9455         * src/recv.c
9456         * src/common/log.c
9457         * src/common/template.c
9458         * src/common/utils.c
9459         * src/common/utils.h
9460                 Reverted the fwrite_atomic stuff. In fact
9461                 it is already atomic.
9462
9463 2005-06-30 [colin]      1.9.12cvs7
9464
9465         * src/common/utils.c
9466         * src/common/utils.h
9467                 Add an fwrite_atomic() function to make
9468                 sure we write everything: fwrite can make
9469                 short writes.
9470         * src/compose.c
9471         * src/msgcache.c
9472         * src/pop.c
9473         * src/procmime.c
9474         * src/recv.c
9475         * src/common/log.c
9476         * src/common/template.c
9477                 Use that (and fix swapping of size and nmemb).
9478                 Thanks to Rich Coe for the heads up.
9479
9480 2005-06-30 [colin]      1.9.12cvs6
9481
9482         * src/addressbook.c
9483                 Optimize addressbook opening 
9484
9485 2005-06-30 [colin]      1.9.12cvs5
9486
9487         * src/summaryview.c
9488                 Remove calls to summary_step after move/copy
9489
9490 2005-06-28 [paul]       1.9.12cvs4
9491
9492         * src/alertpanel.c
9493                 wrap and make the error msg selectable
9494
9495 2005-06-28 [paul]       1.9.12cvs3
9496
9497         * src/ssl_manager.c
9498                 replace the OK button with a Close button
9499         * src/gtk/foldersort.c
9500                 use GTK_STOCK_ icons/buttons
9501
9502 2005-06-28 [colin]      1.9.12cvs2
9503
9504         * src/gedit-print.c             ** ADDED **
9505         * src/gedit-print.h             ** ADDED **
9506         * src/gtk/gtksourceprintjob.c   ** ADDED **
9507         * src/gtk/gtksourceprintjob.h   ** ADDED **
9508                 I can't believe no one had enough time to tell
9509                 me I forgot the `cvs add`
9510
9511 2005-06-27 [colin]      1.9.12cvs1
9512
9513         * src/Makefile.am
9514         * src/gtk/Makefile.am
9515         * src/messageview.c
9516         * src/procmsg.c
9517         * src/summaryview.c
9518         * configure.ac
9519                 Add optional libgnomeprint-based printing
9520         * src/mainwindow.c
9521         * src/gtk/quicksearch.c
9522                 Add an Edit/Quick search menu item to show
9523                 and focus the quicksearch
9524
9525 2005-06-27 [paul]       1.9.12
9526
9527         1.9.12 release
9528
9529         * po/ca.po
9530         * po/de.po
9531         * po/es.po
9532         * po/fr.po
9533         * po/it.po
9534         * po/ko.po
9535         * po/pt_BR.po
9536         * po/sk.po
9537         * po/zh_CN.po
9538                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9539                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9540                 SungHyun Nam, Frederico Goncalves Guimaraes,
9541                 Andrej Kacian, and Yang Guilong
9542 2005-06-26 [colin]      1.9.11cvs106
9543
9544         * src/imap_gtk.c
9545                 Forgot one file for previous fix
9546
9547 2005-06-26 [colin]      1.9.11cvs105
9548
9549         * src/folder.c
9550         * src/imap.c
9551                 Fix problems with folder operations in no_select
9552                 imap folders. it applies only to mails, and 
9553                 creation/deletion/move/renaming of folders 
9554                 should be possible
9555
9556 2005-06-26 [paul]       1.9.11cvs104
9557
9558         * src/prefs_filtering.c
9559                 replace one more GTK_STOCK_REMOVE
9560                 with GTK_STOCK_DELETE
9561
9562 2005-06-25 [colin]      1.9.11cvs103
9563
9564         * src/imap.c
9565                 Optimize get_seq_set_from_seq_list
9566                 (Patch by Ricardo) 
9567
9568 2005-06-25 [colin]      1.9.11cvs102
9569
9570         * src/mh.c
9571                 If the directory exists, but not in the
9572                 correct encoding, rename it. This should
9573                 handle old-versions-induced bugs.
9574
9575 2005-06-25 [colin]      1.9.11cvs101
9576
9577         * src/mh.c
9578                 Fix path access with extended dir names
9579                 Fixes bug #589 (SC segfaults with wrong locale
9580                 settings)
9581
9582 2005-06-25 [colin]      1.9.11cvs100
9583
9584         * src/prefs_account.c
9585         * src/prefs_account.h
9586         * src/compose.c
9587                 Add an option to encrypt replies to
9588                 encrypted messages
9589
9590 2005-06-25 [colin]      1.9.11cvs99
9591
9592         * src/compose.c
9593         * src/quote_fmt_parse.y
9594                 ... And make it work with pgpinline.
9595
9596 2005-06-25 [colin]      1.9.11cvs98
9597
9598         * src/compose.c
9599         * src/procmime.c
9600         * src/procmime.h
9601         * src/quote_fmt_parse.y
9602                 o Make reedition of encrypted messages possible
9603                   (as long as it is encrypted to self too, no
9604                    magic there)
9605                 o Make replying with quote (and without selecting
9606                   text) possible for encrypted messages.
9607                 Closes bug #550 (Not possible to "reply with quote"
9608                 to gnupg encrypted messages)
9609
9610 2005-06-24 [paul]       1.9.11cvs97
9611
9612         * src/imap.c
9613                 add missing include
9614
9615 2005-06-24 [paul]       1.9.11cvs96
9616
9617         * src/editldap.c
9618                 made bind password entry invisible
9619                 (sync with main)
9620         * src/send_message.c
9621                 send_message_local(): check exit status
9622                 to detect errors (sync with main)
9623         * src/textview.c
9624                 use main's less ambiguous popup menu
9625                 wording
9626
9627 2005-06-24 [paul]       1.9.11cvs95
9628
9629         * src/prefs_actions.c
9630         * src/prefs_customheader.c
9631         * src/prefs_display_header.c
9632         * src/prefs_filtering_action.c
9633         * src/prefs_matcher.c
9634         * src/prefs_template.c
9635         * src/prefs_toolbar.c
9636                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9637         * src/gtk/description_window.c
9638                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9639
9640 2005-06-23 [colin]      1.9.11cvs94
9641
9642         * src/summaryview.c
9643                 Fix rough edges (be sure to call status_show whenever
9644                 necessary).
9645
9646 2005-06-23 [colin]      1.9.11cvs93
9647
9648         * src/summaryview.c
9649                 Optimize Select All
9650                 Before, in a 5K mails folder: 11s
9651                 After, in the same folder: 58000µs
9652                 The joys of locking... gtk_clist_select_all() fires a 
9653                 tree-select-row event for each selected row, which in 
9654                 summaryview, callbacks summary_selected which in turn,
9655                 calls summary_status_show, which walks the selected
9656                 rows. Hence, calling gtk_clist_select_all was 
9657                 exponential. Locking the summaryview makes 
9658                 summary_selected return early.
9659
9660 2005-06-23 [colin]      1.9.11cvs92
9661
9662         * src/imap.c
9663                 Move mutex at the important place to avoid
9664                 deadlocks
9665         * src/summaryview.c
9666                 Fix Del key deleting directly instead of
9667                 moving to trash
9668
9669 2005-06-22 [colin]      1.9.11cvs91
9670
9671         * src/plugins/spamassassin/libspamc.c
9672                 As we do spagetti code with assignations in multiple
9673                 places (see _message_read_raw where out = msg = raw),
9674                 let's be sure we don't free the same pointer twice.
9675                 Should fix bug #683 (Crash in libpam at 
9676                 message_cleanup).
9677
9678 2005-06-22 [colin]      1.9.11cvs90
9679
9680         * src/compose.c
9681         * src/messageview.c
9682         * src/toolbar.c
9683                 Make toolbar's delete use the move to trash stuff;
9684                 Add gtk_widget_realize to be sure pixmaps can get
9685                 created (that may fix an old worksforme bug which
9686                 I can't find back...)
9687
9688 2005-06-22 [colin]      1.9.11cvs89
9689
9690         * src/summaryview.c
9691         * src/summaryview.h
9692         * src/mainwindow.c
9693                 Rename "Message/Delete" to "Message/Move to trash"
9694                 Add "Message/Delete..." that directly destroys the
9695                 selected messages after asking for a confirmation.
9696
9697 2005-06-22 [colin]      1.9.11cvs88
9698
9699         * src/imap.c
9700                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9701                 o Fix a deadlock (thanks Darko)
9702
9703 2005-06-22 [colin]      1.9.11cvs87
9704
9705         * src/gtk/foldersort.c
9706                 Add missing include for the i18n;
9707                 patch by Fabien Vantard
9708
9709 2005-06-21 [colin]      1.9.11cvs86
9710
9711         * src/folder.c
9712         * src/folderview.c
9713                 Respect the no_select flag
9714         * src/imap.c
9715                 Fix recursive deletion
9716         * src/imap_gtk.c
9717         * src/mh_gtk.c
9718                 Make the folder deletion's warning
9719                 more explicit
9720
9721 2005-06-21 [colin]      1.9.11cvs85
9722
9723         * src/textview.c
9724                 Prevent email addresses from spanning accross
9725                 lines - fixes bug # 646 (newline-chars in 
9726                 email addresses)
9727
9728 2005-06-20 [colin]      1.9.11cvs84
9729
9730         * src/folder.c
9731                 Be sure not to remove source if copy failed
9732
9733 2005-06-20 [colin]      1.9.11cvs83
9734
9735         * src/folderview.c
9736         * src/imap_gtk.c
9737                 remove summaryview's lock
9738         * src/imap.c
9739                 introduce threads to avoid problems when foreground tasks
9740                 interfere with background tasks
9741         * src/mh.c
9742                 prevent moving to drafts/queue
9743         * src/mimeview.c
9744                 fix leak
9745
9746 2005-06-19 [colin]      1.9.11cvs82
9747
9748         * src/imap_gtk.c
9749                 Remember that the user doesn't want to override
9750                 offline mode, for 3 seconds. It avoid presenting
9751                 him with N popups in a really short time.
9752
9753 2005-06-17 [colin]      1.9.11cvs81
9754
9755         * src/imap.c
9756                 Fix IMAP breaking on folders containing '('
9757                 (Probably won't be enough)
9758
9759 2005-06-17 [colin]      1.9.11cvs80
9760
9761         Forgotten files on 1.9.11cvs79
9762         * src/summaryview.c
9763                 Fix stepping when not immediately executing
9764         * src/imap.c
9765                 Really prevent UID FETCH 0
9766         * src/codeconv.c
9767                 Fix outgoing charset never set to utf-8
9768         * src/mh.c
9769                 Fix leak
9770
9771 2005-06-16 [colin]      1.9.11cvs79
9772
9773         * src/compose.c
9774                 Fix bug #707 (Dash splits rows)
9775                 Only wrap if we're on a line break position and
9776                 the previous one was a "white" (space) char.
9777                 Pango stuff is weird.
9778
9779 2005-06-16 [colin]      1.9.11cvs78
9780
9781         * src/imap_gtk.c
9782                 Lock summaryview while downloading messages
9783                 on user demand
9784         * src/procheader.c
9785         * src/unmime.c
9786         * src/common/utils.c
9787         * src/common/utils.h
9788                 Replace \r and \n with spaces in From and
9789                 Subject headers
9790
9791 2005-06-16 [paul]       1.9.11cvs77
9792
9793         * src/procmime.c
9794                 liberalise the mime parser
9795         * src/gtk/about.c
9796                 add text wrapping
9797
9798 2005-06-16 [paul]       1.9.11cvs76
9799
9800         * src/gtk/about.c
9801                 reworked
9802
9803 2005-06-15 [colin]      1.9.11cvs75
9804
9805         * src/compose.c
9806                 Finish header encoding fix
9807         * src/summaryview.c
9808                 Fix segfault
9809         * src/headerview.c
9810                 Fix compilation (Thanks Stephan
9811                 Sachse)
9812
9813 2005-06-15 [colin]      1.9.11cvs74
9814
9815         * Makefile.am
9816                 Install gnome2 stuff rather than gnome1, 
9817                 if both are present
9818         * src/codeconv.c
9819         * src/codeconv.h
9820         * src/compose.c
9821                 Fix headers encoding
9822         * src/folder.c
9823                 Visual progress when fetching all messages
9824         * src/folderview.c
9825         * src/summaryview.c
9826         * src/summaryview.h
9827                 Prevent changing current message while
9828                 incorporating
9829
9830 2005-06-15 [paul]       1.9.11cvs73
9831
9832         * src/gtk/gtkaspell.c
9833         * src/gtk/gtkaspell.h
9834                 fix build warnings
9835
9836 2005-06-15 [paul]       1.9.11cvs72
9837
9838         * src/prefs_filtering.c
9839                 allow reordering of filter rules by
9840                 drag n drop
9841
9842 2005-06-15 [paul]       1.9.11cvs71
9843
9844         * COPYING
9845                 updated
9846         * src/codeconv.c
9847                 replace deprecated function
9848         * src/inc.c
9849         * src/send_message.c
9850         * src/gtk/progressdialog.c
9851         * src/gtk/progressdialog.h
9852                 salvage and reuse parts of reverted sync
9853
9854 2005-06-15 [paul]       1.9.11cvs70
9855
9856         * src/inc.c
9857         * src/send_message.c
9858         * src/gtk/progressdialog.c
9859         * src/gtk/progressdialog.h
9860                 revert yesterday's sync with main
9861                 it contains deprecated functions
9862
9863 2005-06-15 [colin]      1.9.11cvs69
9864
9865         * src/headerview.c
9866                 Fix bug #670 (multi user to: will corrupt message 
9867                 headers display)
9868
9869 2005-06-15 [colin]      1.9.11cvs68
9870
9871         * src/compose.c
9872                 Fix bug #421 (Fix undo on wrapping)
9873
9874 2005-06-15 [colin]      1.9.11cvs67
9875
9876         * src/folder.c
9877                 Provide visual feedback while processing
9878                 folder's rules.
9879         * src/imap.c
9880                 Provide visual feedback while getting
9881                 short headers (for uncached messages)
9882
9883
9884 2005-06-14 [paul]       1.9.11cvs66
9885
9886         * src/account.c
9887                 change a couple stock icons
9888         * src/inc.c
9889         * src/send_message.c
9890         * src/gtk/progressdialog.c
9891         * src/gtk/progressdialog.h
9892                 sync main's GtkTreeView implementation
9893
9894 2005-06-14 [colin]      1.9.11cvs65
9895
9896         * src/imap.c
9897                 Various little fixes, mainly on error paths
9898
9899 2005-06-13 [colin]      1.9.11cvs64
9900
9901         * matcher.c
9902         * procmsg.c
9903         * procmsg.h
9904                 Add a way to fetch only headers. This speeds
9905                 up filtering on headers for IMAP. Fixes:
9906                 bug #481 extraneous imap commands slow down 
9907                         imap filtering
9908                 bug #522 Sylpheed downloads all messages 
9909                         when opening mailbox (IMAP)
9910                 bug #677 IMAP fetch is soooooooooooooo slow
9911         * src/folder.c
9912         * src/folder.h
9913                 Add a folder set_batch method so that
9914                 implementations can speed up flags changes
9915         * src/folderutils.c
9916         * src/summaryview.c
9917                 Use that in mark as (un)read and mark all read
9918                 Refix bug #679
9919         * src/imap.c
9920                 Implement set_batch - brings back deferred
9921                 flags in a less buggy manner. Fixes:
9922                 bug #729 IMAP immediate expunge of deleted messages
9923                 bug #191 remove list of messages with one command
9924                 Fix login with strange chars
9925                 Implement fetch_msg_full
9926                 Fix copy (wrong counts)
9927
9928 2005-06-12 [colin]      1.9.11cvs63
9929
9930         * src/folder.c
9931                 lock incorporation during long operations.
9932                 Avoids fucking up the IMAP socket.
9933
9934 2005-06-12 [colin]      1.9.11cvs62
9935
9936         * src/imap.c
9937                 Fix harmful typo
9938                 Factorize remove_all_msg
9939                 Thread-ize expunge
9940         * src/summaryview.c
9941                 Don't update partial-download status if unnecessary
9942         * src/folder.c
9943                 Use remove_msgs everywhere possible
9944
9945 2005-06-12 [colin]      1.9.11cvs61
9946
9947         * src/folder.c
9948         * src/folder.h
9949                 Add a remove_msgs function to remove a 
9950                 list of messages
9951         * src/imap.c
9952                 Implement that.
9953
9954 2005-06-12 [colin]      1.9.11cvs60
9955
9956         * src/imap.c
9957                 Remove flags-processing deferring... Too hard
9958                 to get it to work in all cases.
9959
9960 2005-06-11 [colin]      1.9.11cvs59
9961
9962         * src/imap.c
9963                 printf -> debug_print
9964
9965 2005-06-11 [colin]      1.9.11cvs58
9966
9967         * src/imap.c
9968                 o Fix build without USE_PTHREAD
9969                 o Factorize imap_open
9970                 o Alertpanel in case of impossible connection
9971                 o Alertpanel in case of impossible login
9972                 o Fix deferred flags processing to force a 
9973                   flush before adding some more flags to process,
9974                   but in another folder.
9975
9976 2005-06-10 [colin]      1.9.11cvs57
9977
9978         * src/imap.c
9979                 o Fix a format string error
9980                 o init ssl socket outside of the thread 
9981                   (it possibly invokes gtk calls)
9982         * src/procmime.c
9983                 o Put back the buffer to its necessary size
9984                 o Fix changing a file pointer without keeping
9985                   track of it (thanks Valgrind)
9986         * src/common/smtp.c
9987                 o Fix automatic STARTTLS if login should be done
9988                   and the server only allows it after starting TLS
9989         * src/gtk/gtkinputdialog.c
9990                 o Eat GDK_Return so that the combo popup doesn't 
9991                   appear when we press Enter to validate the combo
9992                   input dialog (as seen in the Open with... dialog)
9993
9994 2005-06-10 [colin]      1.9.11cvs56
9995
9996         * src/imap.c
9997                 o A bit less debug
9998                 o Fix a crash on deletion
9999                 o Threadize imap_select (it's called outside of 
10000                   threads)
10001                 o Defer treatment of DELETED flags
10002
10003
10004 2005-06-09 [colin]      1.9.11cvs55
10005
10006         * src/imap.c
10007                 Make sure we check imap_gtk_should_override(), which
10008                 potentially calls gtk stuff, before creating thread.
10009                 That way it should't be called via imap_get_session()
10010                 inside a thread.
10011
10012 2005-06-09 [colin]      1.9.11cvs54
10013
10014         * src/imap.c
10015                 o add a bit of status output
10016                 o remove some dead code
10017                 o threadize get_list_of_uids
10018                 o threadize imap_get_flags
10019                 o defer flag changing by 500ms so that they
10020                   can be batched
10021
10022
10023 2005-06-08 [colin]      1.9.11cvs53
10024
10025         * src/imap.c
10026                 Thread-ize imap_cmd_fetch
10027
10028 2005-06-08 [colin]      1.9.11cvs52
10029
10030         * src/main.c
10031                 Mmh, that broke POP3...
10032
10033 2005-06-08 [colin]      1.9.11cvs51
10034
10035         * src/main.c
10036                 Stabilize IMAP patch (thanks to Hoa)
10037
10038 2005-06-08 [colin]      1.9.11cvs50
10039
10040         * src/imap.c
10041                 Test patch to speed up imap. 
10042
10043 2005-06-08 [colin]      1.9.11cvs49
10044
10045         * src/imap_gtk.c
10046                 Warning fix
10047         * src/procmime.c
10048                 Apply patch from gentoo to use /usr/share/mime/globs if 
10049                 available, after un-breaking it
10050         * src/common/log.c
10051         * src/common/log.h
10052                 Use g_timeout for invoking hooks that possibly use gtk
10053                 calls. This should leave gtk calls in the main thread.
10054
10055 2005-06-08 [paul]       1.9.11cvs48
10056
10057         * src/codeconv.c
10058                 conv_get_outgoing_charset_str(): don't
10059                 use prefs_common setting
10060         * src/compose.c
10061         * src/compose.h
10062                 add /Options/Character encoding/... to
10063                 temporarily change the outgoing encoding
10064
10065         (belated sync with main)
10066
10067 2005-06-08 [paul]       1.9.11cvs47
10068
10069         * src/compose.c
10070                 correction to/completion of last
10071                 sync with main
10072
10073 2005-06-08 [paul]       1.9.11cvs46
10074
10075         sync with main:
10076         
10077         * src/codeconv.c
10078         * src/codeconv.h
10079                 always enabled Japanese auto-detection
10080                 if the first letters of locale string
10081                 is "ja"
10082         * src/compose.c
10083                 don't use "destroy" signal to destroy
10084                 Compose object (fix rare crashes on discard?)
10085         * src/mainwindow.c
10086         * src/messageview.c
10087         * src/prefs_send.c
10088                 added Hebrew encodings
10089         * src/sourcewindow.c
10090                 don't use "destroy" signal to destroy
10091                 objects
10092
10093 2005-06-07 [colin]      1.9.11cvs45
10094
10095         * src/summaryview.c
10096                 Add missing unlocks/locks
10097
10098 2005-06-07 [paul]       1.9.11cvs44
10099
10100         * src/summaryview.c
10101                 restore bug #749 fix
10102
10103 2005-06-06 [colin]      1.9.11cvs43
10104
10105         * src/summaryview.c
10106                 Fix selection bug when prefs_common.open_unread 
10107                 is FALSE
10108
10109 2005-06-06 [colin]      1.9.11cvs42
10110
10111         * src/common/md5.c
10112                 Fix a warning
10113         * src/summaryview.c
10114         * src/folderview.c
10115                 Factorize long operations beginning and end
10116                 (locking, freezing/thawing, cursor, ...)
10117                 Check selection->data member in selection-
10118                 related loops; this avoids dying an awful
10119                 death if the selection changes on us while
10120                 we're marking a whole IMAP folder unread, 
10121                 for example.
10122
10123 2005-06-06 [paul]       1.9.11cvs41
10124
10125         * src/textview.c
10126                 don't g_free() a static gchar buffer
10127
10128 2005-06-05 [colin]      1.9.11cvs40
10129
10130         * src/mainwindow.c
10131         * src/messageview.c
10132         * src/summaryview.c
10133                 Fix bug #749 (Show all headers should be
10134                 sticky as the GUI suggests)
10135
10136 2005-06-03 [paul]       1.9.11cvs39
10137
10138         * src/compose.c
10139                 don't allow editing of mail while sending.
10140                 patch by Colin
10141
10142 2005-06-03 [paul]       1.9.11cvs38
10143
10144         * src/folderview.c
10145                 add a freeze/thaw to speed up 'mark all read'
10146
10147 2005-06-03 [paul]       1.9.11cvs37
10148
10149         * src/prefs_message.c
10150                 reflect changes immediately
10151
10152 2005-06-02 [colin]      1.9.11cvs36
10153
10154         * po/POTFILES.in
10155                 Patch by Fabien Vantard.
10156
10157 2005-06-02 [colin]      1.9.11cvs35
10158
10159         * src/imap.c
10160                 Use a non-blocking imap_getline() if possible.
10161                 This should completely prevent the interface
10162                 from freezin on imap operations, although it
10163                 may do strange stuff in case of folder switching
10164                 while a big imap operation is taking place...
10165
10166                 In addition, fix a leak in the case thread
10167                 creation fails on connection.
10168
10169 2005-06-02 [colin]      1.9.11cvs34
10170
10171         * src/crash.c
10172         * src/prefs_common.h
10173                 Fix build (prefs_common_init() doesn't exist
10174                 anymore)
10175
10176 2005-06-02 [colin]      1.9.11cvs33
10177
10178         * src/prefs_account.c
10179                 Fix bug #245 (filtering rules broken when
10180                 renaming a remote account (imap4 or nntp)
10181
10182 2005-06-02 [colin]      1.9.11cvs32
10183
10184         * src/imap.c
10185                 Try to fix IMAP shortcomings: 
10186                 o Multithread imap_open()
10187                 o allow offline-mode overriding instead of
10188                   just returning NULL
10189         * src/imap_gtk.c
10190         * src/imap_gtk.h
10191                 Add a function to ask whether we want to
10192                 override offline-mode for 10 minutes (one-shot
10193                 asking was painful)
10194         * src/procheader.c
10195                 Fix segfault when imap parser isn't happy about
10196                 a missing {
10197
10198 2005-06-01 [colin]      1.9.11cvs31
10199
10200         * src/addrharvest.c
10201         * src/compose.c
10202         * src/mbox.c
10203         * src/mbox.h
10204         * src/mh.c
10205         * src/msgcache.c
10206         * src/send_message.c
10207         * src/setup.c
10208         * src/undo.c
10209         * src/common/hooks.c
10210         * src/common/prefs.c
10211         * src/common/template.c
10212         * src/common/utils.c
10213         * src/gtk/gtkutils.c
10214         * src/gtk/inputdialog.c
10215         * src/gtk/menu.c
10216         * src/gtk/pluginwindow.c
10217         * src/gtk/prefswindow.c
10218         * src/plugins/pgpmime/passphrase.c
10219         * src/plugins/pgpmime/prefs_gpg.c
10220                 More -Wall fixes
10221
10222         * src/common/Makefile.am
10223         * src/common/timing.h
10224                 Add basic timing code
10225
10226         * src/summaryview.c
10227                 Fix a bug with unread messages when 
10228                 re-sorting folders, and by the way
10229                 fix a big performance hit when 
10230                 re-sorting (10k mails: before 5s,
10231                 after .5s)
10232
10233         * src/prefs_compose_writing.c
10234         * src/prefs_compose_writing.h
10235         * src/prefs_message.c
10236         * src/prefs_message.h
10237         * src/prefs_other.c
10238         * src/prefs_other.h
10239         * src/prefs_quote.c
10240         * src/prefs_quote.h
10241         * src/prefs_receive.c
10242         * src/prefs_receive.h
10243         * src/prefs_send.c
10244         * src/prefs_send.h
10245         * src/prefs_summaries.c
10246         * src/prefs_summaries.h
10247                 Fix copyright banner
10248
10249 2005-06-01 [paul]       1.9.11cvs30
10250
10251         * po/fi.po
10252                 updated by Flammie Pirinen
10253         * src/procmime.c
10254                 fix 'Bad BASE64 content' output
10255
10256 2005-05-31 [colin]      1.9.11cvs29
10257
10258         * src/procmime.c
10259                 Oops, where did my hunk go.
10260
10261 2005-05-31 [colin]      1.9.11cvs28
10262
10263         * src/Makefile.am
10264         * src/account.c
10265         * src/action.c
10266         * src/addr_compl.c
10267         * src/addressbook.c
10268         * src/codeconv.c
10269         * src/compose.c
10270         * src/export.c
10271         * src/folder.c
10272         * src/folderview.c
10273         * src/image_viewer.c
10274         * src/main.c
10275         * src/mainwindow.c
10276         * src/messageview.c
10277         * src/mimeview.c
10278         * src/msgcache.c
10279         * src/prefs_account.c
10280         * src/prefs_actions.c
10281         * src/prefs_common.c
10282         * src/prefs_compose_writing.c
10283         * src/prefs_customheader.c
10284         * src/prefs_ext_prog.c
10285         * src/prefs_filtering.c
10286         * src/prefs_filtering_action.c
10287         * src/prefs_fonts.c
10288         * src/prefs_image_viewer.c
10289         * src/prefs_message.c
10290         * src/prefs_message.h
10291         * src/prefs_msg_colors.c
10292         * src/prefs_other.c
10293         * src/prefs_other.h
10294         * src/prefs_quote.c
10295         * src/prefs_receive.c
10296         * src/prefs_receive.h
10297         * src/prefs_send.c
10298         * src/prefs_send.h
10299         * src/prefs_spelling.c
10300         * src/prefs_summaries.c
10301         * src/prefs_summary_column.c
10302         * src/prefs_template.c
10303         * src/prefs_themes.c
10304         * src/prefs_toolbar.c
10305         * src/prefs_wrapping.c
10306         * src/procmime.c
10307         * src/procmsg.c
10308         * src/send_message.h
10309         * src/ssl_manager.c
10310         * src/summary_search.c
10311         * src/summaryview.c
10312         * src/textview.c
10313         * src/wizard.c
10314         * src/common/smtp.c
10315         * src/common/smtp.h
10316         * src/gtk/gtkutils.h
10317                 o Move the rest of Common prefs to new style
10318                 o Lots of -Wall warning fixes
10319                 o fix FIXME in cache memusage calculation
10320                 o Let return receipts be sent from any account
10321                 o Little cache optimisation (read)
10322                 o Fix bug #746 (don't treat commas as separators
10323                   when inside a quoted string)
10324
10325 2005-05-31 [paul]       1.9.11cvs27
10326
10327         * src/prefs_common.c
10328                 fix 'off-by-one' typo
10329
10330 2005-05-31 [paul]       1.9.11cvs26
10331
10332         * src/account.c
10333         * src/addr_compl.c
10334         * src/compose.c
10335         * src/foldersel.c
10336         * src/prefs_actions.c
10337         * src/prefs_common.c
10338         * src/prefs_common.h
10339         * src/prefs_customheader.c
10340         * src/prefs_display_header.c
10341         * src/prefs_filtering.c
10342         * src/prefs_filtering_action.c
10343         * src/prefs_matcher.c
10344         * src/prefs_summaries.c
10345         * src/prefs_summary_column.c
10346         * src/prefs_template.c
10347         * src/prefs_toolbar.c
10348         * src/ssl_manager.c
10349         * src/gtk/pluginwindow.c
10350         * src/gtk/prefswindow.c
10351         * src/gtk/progressdialog.c
10352                 add hidden prefs 'enable_rules_hint'
10353                 for gtk_tree_view_set_rules_hint()
10354                 (sync with main)
10355                 
10356
10357 2005-05-31 [colin]      1.9.11cvs25
10358
10359         * src/Makefile.am
10360         * src/main.c
10361         * src/prefs_common.c
10362         * src/prefs_summaries.c ** ADDED **
10363         * src/prefs_summaries.h ** ADDED **
10364                 Common/Display -> Display/Summaries
10365
10366 2005-05-31 [colin]      1.9.11cvs24
10367
10368         * src/Makefile.am
10369         * src/main.c
10370         * src/prefs_quote.c ** ADDED **
10371         * src/prefs_quote.h ** ADDED **
10372                 Move Common/Quote to Compose/Quoting
10373         * src/prefs_common.c
10374         * src/prefs_common.h
10375                 Remove old quote stuff, add
10376                 convenience functions for GtkTextView prefs
10377         * src/gtk/prefswindow.c
10378                 Set default height higher
10379
10380 2005-05-30 [colin]      1.9.11cvs23
10381
10382         * src/Makefile.am
10383         * src/main.c
10384         * src/prefs_common.c
10385         * src/prefs_compose_writing.c ** ADDED **
10386         * src/prefs_compose_writing.h ** ADDED **
10387                 Move Common/Compose prefs to Compose/Writing
10388
10389 2005-05-30 [colin]      1.9.11cvs22
10390
10391         * src/common/utils.c
10392                 Fix bug #651 (Confused Attract by Subject)
10393                 Patch by M. Benkmann <haferfrost@web.de>
10394         * AUTHORS
10395
10396 2005-05-30 [colin]      1.9.11cvs21
10397
10398         * src/compose.c
10399                 Fix concatenation of different headers of
10400                 the same type (bug #645)
10401         * src/prefs_folder_item.c
10402                 Fix bug #699 (setting color to black doesn't
10403                 work immediately)
10404         * src/procmime.c
10405                 Print out decoding error only once per
10406                 block
10407
10408 2005-05-30 [paul]       1.9.11cvs20
10409
10410         * src/common/template.c
10411                 fix Bcc
10412
10413 2005-05-30 [paul]       1.9.11cvs19
10414
10415         * doc/src/rfc2368.txt   **NEW FILE**
10416         * src/compose.c
10417                 compose_entries_set(): don't interpret Bcc
10418                 header field (conform to RFC 2368)
10419                 (sync with main)
10420
10421 2005-05-29 [colin]      1.9.11cvs18
10422
10423         * src/prefs_common.c
10424                 Let the default reply format respect
10425                 netiquette by cutting the signature.
10426
10427 2005-05-29 [colin]      1.9.11cvs17
10428
10429         * src/summaryview.c
10430                 Don't let always_show_msg override
10431                 open_unread_on_enter when opening a new
10432                 directory.
10433
10434 2005-05-27 [paul]       1.9.11cvs16
10435
10436         sync with main:
10437
10438         * src/main.c
10439                 app_will_exit(): cleanup tmp directory when exit
10440         * src/message_search.c
10441                 improved the interface and made code cleanup.
10442                 removed Clear button
10443         * src/send_message.c
10444                 send_message_local(): use GSpawn, and detect errors
10445         * src/summary_search.c
10446                 improved the interface and made code cleanup
10447         * src/textview.c
10448                 textview_write_link(): also skip non-ascii space
10449                  at the head of link strings (phishing check
10450                  didn't work at the case)
10451         * src/common/utils.c
10452                 get_command_output(): use g_spawn_command_line_sync()
10453                 instead of popen()
10454
10455 2005-05-26 [colin]      1.9.11cvs15
10456
10457         * src/folder.c
10458                 remove printf
10459
10460 2005-05-26 [colin]      1.9.11cvs14
10461
10462         * src/common/nntp.c
10463                 Fix nntp mode reader (bug #611)
10464                 Patch by Florian Mickler <florian@mickler.org>
10465
10466 2005-05-26 [colin]      1.9.11cvs13
10467
10468         * src/plugins/pgpmime/passphrase.c
10469                 Fix mouse grabbing (bug #557)
10470
10471 2005-05-26 [colin]      1.9.11cvs12
10472
10473         * src/prefs_themes.c
10474                 Fix g_warning (bug #541)
10475
10476 2005-05-26 [colin]      1.9.11cvs11
10477
10478         * src/prefs_actions.c
10479         * src/prefs_template.c
10480                 Fix bug #506 (no warning if action/template
10481                 is not saved)
10482         * src/common/template.c
10483                 Fix a possible crash
10484
10485 2005-05-26 [colin]      1.9.11cvs10
10486
10487         * src/folder.c
10488         * src/folderview.c
10489         * src/procmsg.c
10490         * src/summaryview.c
10491                 Forbid locked messages to be moved or
10492                 deleted. Locked messages in trashes 
10493                 still get deleted, for performance
10494                 reason (mh.c::mh_remove_all_msgs)
10495
10496 2005-05-25 [colin]      1.9.11cvs9
10497
10498         * src/procmime.c
10499                 Use correct encoding when sending mails
10500                 with attachments that have accentued 
10501                 chars in their name
10502
10503 2005-05-24 [colin]      1.9.11cvs8
10504
10505         * src/summaryview.c
10506                 Fix bug #688 f) read/unread marker not
10507                 changed on first click
10508                 Also, optimize summary_status_show()
10509                 calls
10510         * src/folder.c
10511         * src/inc.c
10512         * src/procmime.c
10513                 Fix bug #688 b) and c) wrt message
10514                 attachments and signature
10515         * src/stock_pixmap.c
10516         * src/stock_pixmap.h
10517         * src/stock_pixmap.c
10518         * src/stock_pixmap.h
10519         * src/Makefile.am
10520         * src/pixmaps/clip_gpg_signed.xpm
10521                 Add clip/signed icon
10522
10523 2005-05-24 [colin]      1.9.11cvs7
10524
10525         * src/folder_item_prefs.c
10526                 whitespace fix
10527
10528 2005-05-24 [colin]      1.9.11cvs6
10529
10530         * src/folderview.c
10531         * src/prefs_common.c
10532         * src/prefs_common.h
10533                 Add a confirmation to folder drag and drop
10534                 fixes bug #156
10535         * src/alertpanel.c
10536         * src/alertpanel.h
10537                 fix _with_disable parameters so that
10538                 the buttons labels are specifiable too
10539         * src/plugins/pgpmime/sgpgme.c
10540                 reflect said change
10541                 
10542
10543 2005-05-24 [colin]      1.9.11cvs5
10544
10545         * src/folderview.c
10546                 Uncollapse/collapse folders on double-click
10547                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10548                 closes bug #108
10549
10550 2005-05-23 [colin]      1.9.11cvs4
10551
10552         * src/common/socket.c
10553                 Check another special SSL_peek() error.
10554                 Should help wrt bug #728
10555
10556 2005-05-23 [colin]      1.9.11cvs3
10557
10558         * src/plugins/pgpmime/pgpmime.c
10559                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10560                 breaking menu accelerators and stuff. Users will have to
10561                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10562                 account's privacy preferences if needed.
10563
10564 2005-05-22 [paul]
10565
10566         * tools/kdeservicemenu/install.sh
10567                 use kdesu to prompt for root password if doing
10568                 global install/uninstall
10569
10570 2005-05-20 [colin]      1.9.11cvs2
10571
10572         * src/procmsg.c
10573                 Fix another compilation error with gcc-2.9x
10574                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10575         * src/send_message.c
10576                 Don't send QUIT if we aren't connected
10577
10578 2005-05-19 [colin]      1.9.11cvs1
10579
10580         * src/procmsg.c
10581                 Fix compilation with gcc 2.9x
10582
10583 2005-05-19 [paul]       1.9.11
10584
10585         1.9.11 released
10586
10587 2005-05-19 [paul]       1.9.9cvs14
10588
10589         * src/gtk/inputdialog.c
10590                 prevent gettext warning
10591
10592 2005-05-19 [paul]       1.9.9cvs13
10593
10594         * src/mainwindow.c
10595         * src/prefs_common.c
10596         * src/prefs_common.h
10597         * src/textview.c
10598         * src/textview.h
10599                 add an option to toggle cursor in message
10600                 view (sync with main)
10601
10602 2005-05-18 [colin]      1.9.9cvs12
10603
10604         * src/compose.c
10605                 Dereference freed pointer
10606         * src/gtk/gtkaspell.c
10607                 Fix duplication of dictionaries (is it an aspell issue?)
10608
10609 2005-05-18 [colin]      1.9.9cvs11
10610
10611         * src/gtk/inputdialog.c
10612         * src/gtk/gtkaspell.c
10613                 HIGuify dialogs
10614         * src/alertpanel.c
10615                 Remove a double call
10616
10617 2005-05-17 [colin]      1.9.9cvs10
10618
10619         * src/gtk/gtkaspell.c
10620                 Fix dialogs, Ctrl-Enter accel
10621
10622 2005-05-17 [colin]      1.9.9cvs9
10623
10624         * src/gtk/gtkaspell.c
10625                 Fix some accelerators, escape in replace-window
10626
10627 2005-05-16 [colin]      1.9.9cvs8
10628
10629         * src/gtk/gtkaspell.c
10630                 Revert last commit, it was a mistake.
10631
10632 2005-05-16 [colin]      1.9.9cvs7
10633
10634         * src/gtk/gtkaspell.c
10635                 Remove buggy code while we're at it. It's a 
10636                 dead code path anyway.
10637
10638 2005-05-16 [colin]      1.9.9cvs6
10639
10640         * src/gtk/gtkaspell.c
10641                 Missed some gtk_menu_popup where deactivate
10642                 signal should be handled. Should fix bug
10643                 #629 a bit more.
10644
10645 2005-05-16 [colin]      1.9.9cvs5
10646
10647         * src/gtk/gtkaspell.c
10648                 Remove debug printf()s
10649
10650 2005-05-16 [colin]      1.9.9cvs4
10651
10652         * src/gtk/gtkaspell.c
10653                 Fix a bit aspell problems
10654                 (see bug #629)
10655
10656 2005-05-13 [colin]      1.9.9cvs3
10657
10658         * src/folderview.c
10659                 Fix the + appearing even when no subfolders
10660                 have unread messages. Thanks to wwp for the
10661                 bug report.
10662
10663 2005-05-11 [paul]       1.9.9cvs2
10664
10665         * src/folderview.c
10666                 correction to 1.9.9cvs1, only colour folders that
10667                 have new msgs (not unread msgs)
10668
10669 2005-05-10 [colin]      1.9.9cvs1
10670
10671         * src/folderview.c
10672         * src/summaryview.c
10673                 Try to fix bolding bugs again.
10674
10675 2005-05-09 [paul]
10676
10677         * tools/claws.i18n.status.pl
10678                 add Ricardo Mones Lastra's script that has been providing
10679                 the i18n status page for many months
10680
10681 2005-05-09 [paul]       1.9.9
10682
10683         1.9.9 release
10684
10685 2005-05-09 [paul]       1.9.6cvs58
10686
10687         * AUTHORS
10688         * INSTALL
10689         * README.claws
10690                 updated
10691         * Makefile.am 
10692         * RELEASE_NOTES.claws
10693                 add release notes to cvs to simplify release
10694                 procedure
10695         * configure.ac
10696                 add ca and fi to ALL_LINGUAS
10697         * po/Makefile.in.in
10698                 workaround for missing Makevars
10699         * po/ca.po
10700         * po/fi.po
10701                 add new Catalan and Finnish translations
10702                 submitted by Miquel Oliete and Flammie Pirinen
10703         * po/de.po
10704         * po/es.po
10705         * po/fr.po
10706         * po/it.po
10707         * po/pl.po
10708         * po/ru.po
10709         * po/sk.po
10710         * po/sr.po
10711         * po/zh_CN.po
10712                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10713                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10714                 Urke MMI, and Hansom Young
10715         * src/main.c
10716                 Fix drafting when quitting. compose_draft() closes the
10717                 compose windows, which modifies the compose_list GSList.
10718                 We have to refresh this list after echo drafting to avoid a
10719                 segfault
10720         * src/partial_download.c
10721                 fix segfault on exit
10722
10723 2005-05-06 [paul]       1.9.6cvs57
10724
10725         * src/grouplistdialog.c
10726                 quick fix/workaround for unresizeable newsgroup
10727                 name column 
10728
10729 2005-05-06 [paul]       1.9.6cvs56
10730
10731         * src/inc.c
10732         * src/mainwindow.c
10733                 use gettext plural forms
10734         * src/imap_gtk.c
10735         * src/mh_gtk.c
10736         * src/toolbar.c
10737                 small improvement to english usage
10738
10739 2005-05-05 [thorsten]   1.9.6cvs55
10740
10741         * src/folder.c
10742                 fix possible crash
10743
10744 2005-05-05 [paul]       1.9.6cvs54
10745         
10746         sync with HEAD
10747
10748         * AUTHORS
10749         * src/compose.c
10750                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10751                 patch by Tim Mann
10752
10753 2005-05-05 [paul]       1.9.6cvs53
10754
10755         * src/mainwindow.c
10756                 fix resizing of separate message and
10757                 folder views
10758
10759 2005-05-05 [paul]       1.9.6cvs52
10760
10761         * src/account.c
10762         * src/addrgather.c
10763         * src/browseldap.c
10764         * src/exphtmldlg.c
10765         * src/expldifdlg.c
10766         * src/importmutt.c
10767         * src/importpine.c
10768         * src/main.c
10769         * src/mainwindow.c
10770         * src/noticeview.c
10771         * src/prefs_filtering.c
10772         * src/prefs_filtering_action.c
10773         * src/prefs_matcher.c
10774         * src/prefs_spelling.c
10775         * src/prefs_toolbar.c
10776         * src/toolbar.c
10777         * src/wizard.c
10778         * src/gtk/description_window.c
10779         * src/gtk/gtkvscrollbutton.c
10780         * src/gtk/progressdialog.c
10781         * src/gtk/quicksearch.c
10782         * src/plugins/pgpmime/prefs_gpg.c
10783         * src/plugins/spamassassin/spamassassin_gtk.c
10784                 replace deprecated gtk_widget_set_usize
10785
10786 2005-05-04 [colin]      1.9.6cvs51
10787
10788         * src/common/utils.c
10789                 Fix crash when subst_for_filename is called
10790                 with a NULL parameter
10791
10792 2005-05-04 [colin]      1.9.6cvs50
10793
10794         * src/partial_download.c
10795         * src/pop.c
10796                 Escape login when writing uidl file
10797                 fixes bug #736
10798
10799 2005-05-03 [colin]      1.9.6cvs49
10800
10801         * src/procmime.c
10802                 Fix possible DOS in mime parser
10803                 (see bug #634)
10804
10805 2005-05-02 [colin]      1.9.6cvs48
10806
10807         * src/compose.c
10808                 Try to fix the copy/paste mess once again.
10809
10810
10811 2005-04-30 [colin]      1.9.6cvs47
10812
10813         * src/prefs_account.h
10814         * src/procmsg.c
10815         * src/send_message.c
10816         * src/common/smtp.c
10817         * src/common/smtp.h
10818                 Try to batch sending mails (per account) instead of
10819                 reconnecting to server every time.
10820
10821 2005-04-29 [colin]      1.9.6cvs46
10822
10823         * src/messageview.c
10824                 Fix window resizing that refused to size down
10825         * src/prefs_common.c
10826         * src/prefs_common.h
10827         * src/prefs_filtering.c
10828                 Save Filtering's window size
10829
10830 2005-04-21 [paul]       1.9.6cvs45
10831
10832         * ChangeLog-gtk2.claws
10833         * src/setup.c
10834                 correction to sync
10835
10836 2005-04-21 [paul]       1.9.6cvs44
10837
10838         sync with main:
10839
10840         * src/setup.c
10841         * src/statusbar.c
10842         * src/statusbar.h
10843                 use gtkut_widget_draw_now(). Improved performance
10844                 of the update of statusbar
10845         * src/textview.c
10846                 textview_smooth_scroll_do(): redraw it after scroll
10847                 is done (fixed incorrect display when a part of the
10848                 view is hidden).
10849         * src/gtk/gtkutils.c
10850         * src/gtk/gtkutils.h
10851                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10852                 to force update of widgets.
10853                 Removed gtkut_widget_wait_for_draw() which had a big
10854                 overhead  because of waiting for all events processed 
10855
10856 2005-04-20 [paul]       1.9.6cvs43
10857
10858         * src/codeconv.c
10859                 complete 1.9.6cvs42's sync:
10860                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10861
10862 2005-04-19 [paul]       1.9.6cvs42
10863
10864         sync with main:
10865
10866         * src/action.c
10867                 catch_output(): correctly select the insert text
10868                 (fix invalid iterator warnings).
10869         * src/codeconv.c
10870         * src/codeconv.h
10871         * src/mainwindow.c
10872         * src/messageview.c
10873         * src/prefs_common.c
10874                 support GBK encoding.
10875         * src/common/session.c
10876         * src/common/session.h
10877                 use separate buffer for large data to be sent,
10878                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10879
10880 2005-04-18 [paul]       1.9.6cvs41
10881
10882         * src/jpilot.c
10883                 convert unsigned long into guint32
10884                 patch by Paul LeoNerd Evans 
10885
10886 2005-04-17 [colin]      1.9.6cvs40
10887
10888         * src/compose.c
10889                 Fix 'Request return receipt' from folder
10890                 properties (bug #708)
10891
10892 2005-04-17 [colin]      1.9.6cvs39
10893
10894         * src/mainwindow.c
10895                 Fix duplicate hotkeys in Mainwindow's menu
10896
10897 2005-04-17 [colin]      1.9.6cvs38
10898
10899         * src/folderview.c
10900                 Fix duplicate hotkeys in Folderview's contextual
10901                 menu
10902
10903 2005-04-15 [colin]      1.9.6cvs37
10904
10905         * src/summaryview.c
10906                 Fix 'Save as...' with non-ascii filenames
10907
10908 2005-04-15 [colin]      1.9.6cvs36
10909
10910         * src/plugins/pgpmime/pgpmime.c
10911                 Fix bus error on 64bit. Spotted by 
10912                 macallan1888@gmail.com
10913
10914 2005-04-15 [colin]      1.9.6cvs35
10915
10916         * src/prefs_account.c
10917                 Fix cvs34.
10918
10919 2005-04-12 [colin]      1.9.6cvs34
10920
10921         * src/prefs_account.c
10922                 Fix smtp auth type off-by-one. We forgot to
10923                 add PLAIN in the prefs-to-gui setter func and
10924                 as a result, the selected auth when opening
10925                 account prefs was not the correct one.
10926
10927 2005-04-12 [paul]       1.9.6cvs33
10928
10929         * src/inc.c
10930                 if the recv dialog is visible, Cancel only
10931                 cancels the current account
10932
10933
10934 2005-04-10 [colin]      1.9.6cvs32
10935
10936         * src/filtering.c
10937                 Copy score when copying FilteringActions
10938                 Fix bug #674
10939
10940 2005-04-10 [colin]      1.9.6cvs31
10941
10942         * src/inc.c
10943                 Make Message -> Receive -> Cancel cancel 
10944                 incorporation on all accounts. Fixes
10945                 bug #693
10946
10947 2005-04-10 [colin]      1.9.6cvs30
10948
10949         * src/prefs_account.c
10950                 Update Privacy checkbuttons status based
10951                 on the selected privacy system
10952         * src/compose.c
10953                 Always connect the "None" privacy system; the
10954                 static boolean was probably there to avoid
10955                 reconnecting twice in the same compose window,
10956                 but as the parent function is only called once
10957                 per compose, it's only a bug - as a static is
10958                 initialized once per application instance.
10959                 Also, don't uncheck Sign and Encrypt when
10960                 selecting None as privacy system; just ignore
10961                 them when sending/queuing.
10962                 Should fix bug #695
10963
10964 2005-04-08 [colin]      1.9.6cvs29
10965
10966         * src/account.c
10967         * src/prefs_account.c
10968         * src/prefs_account.h
10969                 Add account preference to queue message in a certain
10970                 folder.
10971
10972 2005-04-06 [colin]      1.9.6cvs28
10973
10974         * src/prefs_account.c
10975                 Update old inbox path syntax
10976
10977 2005-04-06 [paul]       1.9.6cvs27
10978
10979         sync with main:
10980
10981         * configure.ac
10982                 changed -traditional-cpp to -no-cpp-precomp for newer
10983                 Mac OS X support
10984         * src/foldersel.c
10985                 made column resize automatically
10986         * src/send_message.c
10987                 send_message_smtp(): consider EOF right after QUIT
10988                 successful (workaround for Gmail SMTP server)
10989         * src/common/socket.c
10990                 ssl_read(), ssl_peek(): check EOF which violates the
10991                 SSL protocol
10992         * src/gtk/colorlabel.c
10993                 removed warnings when displaying colorlabel menu
10994                 (don't use GtkAlignment)
10995
10996 2005-04-05 [paul]       1.9.6cvs26
10997
10998         * src/plugins/trayicon/trayicon.c
10999                 fix clipping of icon under KDE3 
11000
11001 2005-04-05 [paul]       1.9.6cvs25
11002
11003         * src/summaryview.c
11004                 hide display of threading
11005                 patch by Alfons
11006
11007 2005-04-04 [thorsten]   1.9.6cvs24
11008
11009         * src/mh.c
11010                 marks lost on filesystems with different stat() results on
11011                 summer-/wintertime
11012
11013 2005-04-03 [colin]      1.9.6cvs23
11014
11015         * src/summaryview.c
11016                 Don't handle up/down. Patch by Alfons
11017
11018 2005-04-02 [colin]      1.9.6cvs22
11019
11020         * src/summaryview.c
11021                 Make scrolling faster. Patch by Alfons.
11022
11023 2005-04-01 [colin]      1.9.6cvs21
11024
11025         * src/Makefile.am
11026         * src/stock_pixmap.c
11027         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11028         * src/pixmaps/dir_noselect.xpm ** ADDED **
11029                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11030
11031 2005-04-01 [colin]      1.9.6cvs20
11032
11033         * src/image_viewer.c
11034         * src/image_viewer.h
11035         * src/procmime.c
11036         * src/procmime.h
11037         * src/textview.c
11038         * src/textview.h
11039                 Implement inline image resizing and right-clicking
11040
11041 2005-04-01 [paul]       1.9.6cvs19
11042
11043         * AUTHORS
11044         * Makefile.am
11045         * configure.ac
11046                 check for gnome2
11047                 patch by Luca Cavalli <loopback<AT>slackit.org>
11048         * po/ru.po
11049                 updated by Pavlo Bohmat
11050
11051 2005-03-31 [colin]      1.9.6cvs18
11052
11053         * src/news.c
11054                 Fix parsing references
11055         * src/msgcache.c
11056                 don't put nulls in the references list
11057         * src/procheader.c
11058                 commit that forgotten file in 1.9.6cvs14
11059
11060 2005-03-31 [colin]      1.9.6cvs17
11061
11062         * src/compose.c
11063                 Fix joining of signature separator again. 
11064                 Maybe Hiro could put it in main too...
11065
11066 2005-03-31 [colin]      1.9.6cvs16
11067
11068         * src/Makefile.am
11069         * src/foldersel.c
11070         * src/stock_pixmap.c
11071         * src/stock_pixmap.h
11072         * src/pixmaps/dir-noselect.xpm
11073                 Update foldersel.c (sync from main, patch by Alfons)
11074
11075 2005-03-30 [colin]      1.9.6cvs15
11076
11077         * src/imap.c
11078                 Fix handling of imap folders containing [] in 
11079                 their name. Thanks to Nahuel Angelinetti for
11080                 the detailed bugreport.
11081
11082 2005-03-30 [colin]      1.9.6cvs14
11083
11084         * src/common/utils.h
11085         * src/common/utils.c
11086         * src/common/defs.h
11087         * src/matcher.c
11088         * src/msgcache.c
11089         * src/news.c
11090         * src/procmsg.c
11091         * src/procmsg.h
11092         * src/quote_fmt_parse.y
11093         * src/summaryview.c
11094                 Update references system. Patch by Alfons
11095
11096 2005-03-30 [colin]      1.9.6cvs13
11097
11098         * src/common/socket.c
11099                 Force the glibc to read resolv.conf again when 
11100                 it has changed. Should fix issues when changing
11101                 networks on a laptop and not restarting sylpheed. 
11102
11103 2005-03-30 [paul]       1.9.6cvs12
11104
11105         partial sync with main:
11106
11107         * src/action.c
11108                 create_io_dialog(): use user-defined text font
11109                 (thanks to Alfons), and modified its appearance.
11110         * src/addrgather.c
11111         * src/addrharvest.c
11112         * src/browseldap.c
11113                 replace old code
11114         * src/compose.c
11115                 don't join (presumably) itemized lines on line-wrapping
11116                 fixed wrapping of quote when auto-wrapping is enabled
11117                 compose_destroy(): destroy paned only if it's not
11118                 attached to window. Fixed memory leak of popup menu.
11119         * src/exphtmldlg.c
11120         * src/expldifdlg.c
11121                 replace old code
11122         * src/html.c
11123         * src/html.h
11124         * src/importmutt.c
11125         * src/importpine.c
11126                 replace old code
11127         * src/main.c
11128                 removed redundant code
11129         * src/mainwindow.c
11130                 changed 'Code set' (which is rather incorrect)
11131                 in the menu to 'Character encoding'
11132                 main_window_set_widgets(): request size first
11133                 to prevent window size becoming wrong
11134                 fixed remembering of the state of the visibility
11135                 of MessageView
11136         * src/messageview.c
11137                 changed 'Code set' (which is rather incorrect)
11138                 in the menu to 'Character encoding'
11139         * src/prefs_common.c
11140         * src/prefs_common.h
11141                 added an option whether to render HTML as text or not
11142                 added separators to outgoing encoding menu
11143         * src/procheader.c
11144                 procheader_scan_date_string(): support header
11145                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11146         * src/summaryview.c
11147         * src/summaryview.h
11148                 minor code cleanup
11149         * src/textview.c
11150                 textview_show_html(): force output of newline
11151                 added an option whether to render HTML as text or not
11152         * src/common/utils.c
11153                 strncpy2(): optimized based on Alfons' code
11154         * src/gtk/gtkutils.c
11155         * src/gtk/gtkutils.h
11156                 removed non-used code
11157         * src/plugins/pgpmime/passphrase.c
11158                 partially fixed grab input of passphrase dialog
11159                 Confine pointer to window
11160
11161 2005-03-30 [colin]      1.9.6cvs11
11162
11163         * src/msgcache.c
11164         * src/msgcache.h
11165                 Read/write 32bit ints from cache & marks
11166                 From main.
11167
11168 2005-03-29 [paul]       1.9.6cvs10
11169
11170         * AUTHORS
11171         * ChangeLog.claws
11172         * src/compose.c
11173         * src/gtk/gtkaspell.c
11174                 sync with HEAD (don't pass NULL pointers) 
11175
11176 2005-03-24 [paul]
11177
11178         * tools/Makefile.am
11179         * tools/README
11180         * tools/acroread2sylpheed.pl
11181                 sync with HEAD (add script to send pdfs as
11182                 attachments from Adobe Reader 7)
11183
11184 2005-03-21 [paul]       1.9.6cvs9
11185
11186         * configure.ac
11187         * po/POTFILES.in
11188         * src/Makefile.am
11189         * src/crash.c
11190         * src/image_viewer.c ** ADDED **
11191         * src/image_viewer.h ** ADDED **
11192         * src/main.c
11193         * src/prefs_common.c
11194         * src/prefs_common.h
11195         * src/prefs_image_viewer.c ** ADDED **
11196         * src/prefs_image_viewer.h ** ADDED **
11197         * src/textview.c
11198         * src/gtk/about.c
11199         * src/pixmaps/sylpheed_logo.xpm
11200         * src/plugins/Makefile.am
11201         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11202         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11203         * src/plugins/image_viewer/plugin.c ** REMOVED **
11204         * src/plugins/image_viewer/viewer.c ** REMOVED **
11205         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11206         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11207         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11208         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11209         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11210                 as gdk-pixbuf is now built-in
11211                 remove image_viewer plugin and put code back into
11212                 main codebase
11213                 implement inline image display (sync with main)
11214
11215                 replace logo with newer, nicer, larger version  
11216
11217 2005-03-21 [paul]       1.9.6cvs8
11218
11219         * src/gtk/about.c
11220                 cosmetic improvement
11221
11222 2005-03-21 [holger]     1.9.6cvs7
11223
11224         * src/plugins/spamassassin/spamassassin.c
11225                 Sync with HEAD
11226                 (unregister hook on failed plugin init)
11227
11228 2005-03-20 [colin]      1.9.6cvs6
11229
11230         * src/common/plugin.c
11231                 Check that plugin isn't already loaded
11232                 Patch by Alfons
11233
11234 2005-03-20 [thorsten]   1.9.6cvs5
11235
11236         * src/compose.c
11237                 use a more compatible syntax
11238
11239 2005-03-20 [thorsten]   1.9.6cvs4
11240
11241         * src/prefs_toolbar.c
11242                 fix crash when selecting toolbar item (uninitialized pointer)
11243
11244 2005-03-20 [thorsten]   1.9.6cvs3
11245
11246         * src/procmime.c
11247                 fix mimetype detection (referenced free()d string)
11248
11249 2005-03-20 [paul]       1.9.6cvs2
11250
11251         * src/compose.c
11252                 sync with HEAD (1.0.3cvs5)
11253                 neglect Reply-To header if empty
11254                 Patch by Alfons 
11255
11256 2005-03-19 [holger]     1.9.6cvs1
11257
11258         * src/summaryview.c
11259         * src/summaryview.h
11260                 Sync with HEAD
11261
11262 2005-03-18 [paul]       1.9.6
11263
11264         initial GTK2 release
11265
11266 2005-03-18 [paul]       1.0.3cvs3.1
11267
11268         * AUTHORS
11269         * ChangeLog.claws
11270         * configure.ac
11271         * src/gtk/about.c
11272         * src/pixmaps/sylpheed_logo.xpm
11273                 sync with HEAD
11274
11275 2005-03-18 [colin]      1.0.3cvs2.6
11276
11277         * src/summaryview.c
11278                 Remove call to summary_step in summary_copy_selected_to
11279                 Can't see its purpose, and this causes bug when copying
11280                 a message if the next one is unread: it reads it.
11281
11282 2005-03-18 [paul]       1.0.3cvs2.5
11283
11284         * src/foldersel.c
11285                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11286
11287 2005-03-18 [paul]       1.0.3cvs2.4
11288
11289         * src/addrharvest.c
11290         * src/codeconv.c
11291         * src/codeconv.h
11292         * src/compose.c
11293         * src/news.c
11294         * src/procheader.c
11295         * src/procmime.c
11296         * src/unmime.c
11297         * src/unmime.h
11298                 fix buffer overflow, CAN-2005-0667, see
11299                 http://secunia.com/advisories/14491/
11300                 Patch by Alfons
11301
11302 2005-03-17 [colin]      1.0.3cvs2.3
11303
11304         * src/prefs_fonts.c
11305         * src/summaryview.c
11306                 Fix font bugs (both lists now officialy share 
11307                 the same font)
11308                 
11309
11310 2005-03-17 [paul]       1.0.3cvs2.2
11311
11312         * src/gtk/pluginwindow.c
11313                 make plugin descriptions uneditable
11314
11315 2005-03-11 [paul]       1.0.3cvs2.1
11316
11317         * ChangeLog.claws
11318         * configure.ac
11319         * po/POTFILES.in
11320         * src/plugins/trayicon/trayicon.c
11321                 sync with HEAD
11322                 add src/wizard.c to POTFILES.in
11323
11324 2005-03-11 [paul]       1.0.3cvs1.1
11325
11326         * ChangeLog
11327         * ChangeLog.claws
11328         * configure.ac
11329         * po/de.po
11330         * po/es.po
11331         * po/fr.po
11332         * po/it.po
11333         * po/pt_BR.po
11334         * po/ru.po
11335         * po/sk.po
11336         * po/sr.po
11337         * po/zh_CN.po
11338                 sync with HEAD
11339
11340 2005-03-04 [colin]      1.0.1cvs22.2
11341
11342         * src/compose.c
11343                 Fix signatures with accentued chars in it
11344
11345 2005-03-04 [colin]      1.0.1cvs22.1
11346
11347         * src/common/smtp.c
11348         * src/common/smtp.h
11349                 Don't use SIZE param in MAIL FROM: if server 
11350                 doesn't support it. Patch by Eugen Freiter
11351                 <eugen_f@users.sf.net>
11352
11353 2005-02-27 [paul]       1.0.1cvs20.1
11354
11355         * ChangeLog.claws
11356         * configure.ac
11357         * src/messageview.c
11358                 sync with HEAD
11359
11360 2005-02-27 [colin]      1.0.1cvs19.4
11361
11362         * src/procheader.c
11363         * src/procheader.h
11364                 Fix prototypes. Patch by Alfons
11365
11366 2005-02-27 [colin]      1.0.1cvs19.3
11367
11368         * src/compose.c
11369                 Don't auto-join the signature separator.
11370
11371 2005-02-26 [colin]      1.0.1cvs19.2
11372
11373         * src/summaryview.c
11374                 Fix 'mark all read' with collapsed threads.
11375                 Patch by Alfons.
11376
11377 2005-02-25 [paul]       1.0.1cvs19.1
11378
11379         * ChangeLog.claws
11380         * configure.ac
11381         * src/prefs_account.c
11382         * src/prefs_folder_item.c
11383         * src/gtk/prefswindow.c
11384         * src/gtk/prefswindow.h
11385                 sync with HEAD
11386
11387 2005-02-25 [paul]       1.0.1cvs15.12
11388
11389         * src/alertpanel.c
11390         * src/codeconv.c
11391         * src/compose.c
11392         * src/textview.c
11393         * src/gtk/gtkutils.c
11394         * src/gtk/gtkutils.h
11395         * src/gtk/logwindow.c
11396         * src/gtk/progressdialog.c
11397                 sync with main (revision 127)
11398                 and fix logwindow clipping
11399
11400 2005-02-24 [colin]      1.0.1cvs15.11
11401
11402         * src/plugins/pgpmime/passphrase.c
11403                 Disable input grabbing; it doesn't work yet.
11404
11405 2005-02-24 [colin]      1.0.1cvs15.10
11406
11407         * src/messageview.c
11408                 Don't send out receipts if offline. Ask.
11409
11410 2005-02-23 [colin]      1.0.1cvs15.9
11411
11412         * src/summaryview.c     
11413                 Fix expanding
11414
11415 2005-02-23 [colin]      1.0.1cvs15.8
11416
11417         * src/summaryview.c
11418                 Really fix Bug 568 by removing useless
11419                 calls. summary_thread_init() now called
11420                 in summary_sort(). This should please
11421                 Alfons as it should be faster than 
11422                 previously.
11423
11424 2005-02-23 [colin]      1.0.1cvs15.7
11425
11426         * src/compose.c
11427                 Encode parts as QP or B64 if signing
11428
11429 2005-02-23 [colin]      1.0.1cvs15.6
11430
11431         * src/compose.c
11432                 Fix Mimeinfo leakage (including tmp files)
11433         * src/procmsg.c
11434                 Fix tmp file leakage (spotted by Ivan Rayner)
11435
11436 2005-02-22 [colin]      1.0.1cvs15.5
11437
11438         * src/expldifdlg.c
11439                 Fix keyboard input. Patch by Alfons.
11440
11441 2005-02-21 [colin]      1.0.1cvs15.4
11442
11443         * src/compose.c
11444                 Fix Sign/Encrypt when unselecting privacy
11445                 system
11446         * src/prefs_common.c
11447                 Change default message font to Monospace
11448         * src/summaryview.c
11449                 More freezing during potentially large operations
11450
11451 2005-02-21 [paul]       1.0.1cvs15.3
11452
11453         * src/main.c
11454                 fix --help output
11455
11456 2005-02-21 [paul]       1.0.1cvs15.2
11457
11458         * po/Makefile.in.in
11459         * src/compose.c
11460         * src/summaryview.c
11461         * src/textview.c
11462         * src/common/utils.c
11463         * src/common/utils.h
11464                 sync with main (revision 117)
11465
11466 2005-02-20 [colin]      1.0.1cvs15.1
11467
11468         * src/common/defs.h
11469                 Change cache file to .sylpheed_claws_cache, as
11470                 suggested by Alfons. Allows people to switch
11471                 between Sylpheed and Sylpheed-Claws. it is
11472                 a good idea to "Check for new messages" at next
11473                 startup.
11474
11475
11476 2005-02-18 [colin]      1.0.1cvs14.1
11477
11478         * src/quote_fmt_lex.l
11479         * src/quote_fmt_parse.y
11480                 Fix parser initialisation. Patch by Ivan.
11481
11482 2005-02-18 [colin]      1.0.1cvs11.6
11483
11484         * src/folderview.c
11485                 Fix scrolldown (bug 662)
11486
11487 2005-02-17 [colin]      1.0.1cvs11.5
11488
11489         * src/codeconv.c
11490                 conv_filename_to_utf8: return clean 7bit instead
11491                 of broken utf8 if needed
11492         * src/mimeview.c
11493                 Fix display of parts with unclean 8bit names
11494
11495 2005-02-17 [paul]       1.0.1cvs11.4
11496
11497         * src/compose.c
11498         * src/exportldif.c
11499         * src/matcher_parser_parse.y
11500         * src/procmime.c
11501         * src/sourcewindow.c
11502         * src/common/Makefile.am
11503         * src/common/intl.h             ** REMOVED **
11504         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11505                 sync with main (revision 109)
11506                 and clean up
11507
11508 2005-02-16 [colin]      1.0.1cvs11.3
11509
11510         * src/summaryview.c
11511                 Fix collapsed thread not highlighting when new
11512                 messages in it (Bug 568) Patch by Stephan Sachse.
11513                 Fix messed up selection when reaching bounds (Bug 632)
11514         * src/prefs_themes.c
11515                 Fix theme installing (Bug 684)
11516
11517 2005-02-16 [colin]      1.0.1cvs11.2
11518
11519         * src/messageview.c
11520                 Fix messageview_select_all
11521
11522 2005-02-16 [colin]      1.0.1cvs11.1
11523
11524         * src/mh.c
11525                 Sync with HEAD (MH scan required function)
11526
11527 2005-02-15 [colin]      1.0.1cvs8.1
11528
11529         * src/mimeview.c
11530         * src/common/utils.c
11531                 Sync with HEAD (filename chars substitution)
11532
11533 2005-02-15 [colin]      1.0.1cvs7.3
11534
11535         * src/gtk/pluginwindow.c
11536                 Fix button spacing
11537
11538 2005-02-15 [colin]      1.0.1cvs7.2
11539
11540         * src/mimeview.c
11541                 Fix mime icons not reset across message when
11542                 scrolled down
11543
11544 2005-02-15 [colin]      1.0.1cvs7.1
11545
11546         * src/compose.c
11547         * src/procmime.c
11548                 Sync with HEAD (optimisation of cvs6)
11549
11550 2005-02-14 [colin]      1.0.1cvs6.1
11551
11552         * src/compose.c
11553         * src/procmime.c
11554                 Sync with HEAD (encode "From " at line beginning)
11555
11556 2005-02-14 [colin]      1.0.1cvs5.3
11557
11558         * src/compose.c
11559                 Fix wrapping with accentued chars.
11560
11561 2005-02-13 [colin]      1.0.1cvs5.2
11562
11563         * src/textview.c
11564                 Fix email informative part parsing with
11565                 accentued chars in it. ispunct() returns
11566                 true for them in utf8...
11567
11568 2005-02-12 [colin]      1.0.1cvs5.1
11569
11570         * src/filtering.c
11571                 Sync with HEAD (remove wrong use of compose after send)
11572
11573 2005-02-12 [paul]       1.0.1cvs4.5
11574
11575         * src/textview.c
11576                 remove unnecessary code (thanks to Alfons)
11577
11578 2005-02-12 [paul]       1.0.1cvs4.4
11579
11580         * src/textview.c
11581                 add 'Copy' to contextual menu on emails
11582
11583 2005-02-11 [colin]      1.0.1cvs4.3
11584
11585         * src/compose.c
11586                 revert 1.0.0cvs28.2, it doesn't work that well.
11587
11588 2005-02-11 [paul]       1.0.1cvs4.2
11589
11590         * po/Makefile.in.in
11591                 fix 'make release'
11592
11593 2005-02-10 [paul]       1.0.1cvs4.1
11594
11595         * ChangeLog
11596         * ChangeLog.claws
11597         * ChangeLog.jp
11598         * configure.ac
11599         * src/compose.c
11600                 sync with HEAD (sync with main)
11601
11602 2005-02-10 [paul]       1.0.1cvs3.2
11603
11604         * AUTHORS
11605         * Makefile.am
11606         * autogen.sh
11607         * configure.ac
11608         * config/mkinstalldirs
11609         * intl/.cvsignore
11610         * intl/ChangeLog
11611         * intl/VERSION
11612         * intl/bindtextdom.c
11613         * intl/config.charset
11614         * intl/dcgettext.c
11615         * intl/dcigettext.c
11616         * intl/dcngettext.c
11617         * intl/dgettext.c
11618         * intl/dngettext.c
11619         * intl/eval-plural.h
11620         * intl/explodename.c
11621         * intl/finddomain.c
11622         * intl/gettext.c
11623         * intl/gettextP.h
11624         * intl/gmo.h
11625         * intl/hash-string.h
11626         * intl/intl-compat.c
11627         * intl/l10nflist.c
11628         * intl/libgnuintl.h.in
11629         * intl/loadinfo.h
11630         * intl/loadmsgcat.c
11631         * intl/localcharset.c
11632         * intl/localcharset.h
11633         * intl/locale.alias
11634         * intl/localealias.c
11635         * intl/localename.c
11636         * intl/log.c
11637         * intl/ngettext.c
11638         * intl/os2compat.c
11639         * intl/os2compat.h
11640         * intl/osdep.c
11641         * intl/plural-exp.c
11642         * intl/plural-exp.h
11643         * intl/plural.c
11644         * intl/plural.y
11645         * intl/ref-add.sin
11646         * intl/ref-del.sin
11647         * intl/relocatable.c
11648         * intl/relocatable.h
11649         * intl/textdomain.c
11650         * m4/Makefile.am
11651         * po/Makefile.in.in
11652         * src/Makefile.am
11653         * src/account.c
11654         * src/action.c
11655         * src/addr_compl.c
11656         * src/addressadd.c
11657         * src/addressbook.c
11658         * src/addrgather.c
11659         * src/addrindex.c
11660         * src/alertpanel.c
11661         * src/browseldap.c
11662         * src/codeconv.c
11663         * src/codeconv.h
11664         * src/compose.c
11665         * src/compose.h
11666         * src/crash.c
11667         * src/editaddress.c
11668         * src/editbook.c
11669         * src/editgroup.c
11670         * src/editjpilot.c
11671         * src/editldap.c
11672         * src/editldap_basedn.c
11673         * src/editvcard.c
11674         * src/exphtmldlg.c
11675         * src/expldifdlg.c
11676         * src/export.c
11677         * src/exporthtml.c
11678         * src/filtering.c
11679         * src/folder.c
11680         * src/folder_item_prefs.c
11681         * src/foldersel.c
11682         * src/folderview.c
11683         * src/grouplistdialog.c
11684         * src/headerview.c
11685         * src/imap.c
11686         * src/imap_gtk.c
11687         * src/import.c
11688         * src/importldif.c
11689         * src/importmutt.c
11690         * src/importpine.c
11691         * src/inc.c
11692         * src/ldif.c
11693         * src/main.c
11694         * src/mainwindow.c
11695         * src/matcher.c
11696         * src/mbox.c
11697         * src/message_search.c
11698         * src/messageview.c
11699         * src/mh.c
11700         * src/mh_gtk.c
11701         * src/mimeview.c
11702         * src/msgcache.c
11703         * src/news.c
11704         * src/news_gtk.c
11705         * src/noticeview.c
11706         * src/partial_download.c
11707         * src/pop.c
11708         * src/prefs_account.c
11709         * src/prefs_actions.c
11710         * src/prefs_common.c
11711         * src/prefs_customheader.c
11712         * src/prefs_display_header.c
11713         * src/prefs_ext_prog.c
11714         * src/prefs_filtering.c
11715         * src/prefs_filtering_action.c
11716         * src/prefs_folder_item.c
11717         * src/prefs_fonts.c
11718         * src/prefs_gtk.c
11719         * src/prefs_matcher.c
11720         * src/prefs_msg_colors.c
11721         * src/prefs_spelling.c
11722         * src/prefs_summary_column.c
11723         * src/prefs_template.c
11724         * src/prefs_themes.c
11725         * src/prefs_toolbar.c
11726         * src/prefs_wrapping.c
11727         * src/privacy.c
11728         * src/procheader.c
11729         * src/procmime.c
11730         * src/procmsg.c
11731         * src/quote_fmt.c
11732         * src/recv.c
11733         * src/send_message.c
11734         * src/setup.c
11735         * src/sourcewindow.c
11736         * src/ssl_manager.c
11737         * src/statusbar.c
11738         * src/summary_search.c
11739         * src/summaryview.c
11740         * src/textview.c
11741         * src/toolbar.c
11742         * src/wizard.c
11743         * src/common/nntp.c
11744         * src/common/plugin.c
11745         * src/common/smtp.c
11746         * src/common/ssl.c
11747         * src/common/ssl_certificate.c
11748         * src/common/string_match.c
11749         * src/common/sylpheed.c
11750         * src/common/template.c
11751         * src/common/utils.c
11752         * src/gtk/about.c
11753         * src/gtk/colorlabel.c
11754         * src/gtk/description_window.c
11755         * src/gtk/filesel.c
11756         * src/gtk/foldersort.c
11757         * src/gtk/gtkaspell.c
11758         * src/gtk/gtkutils.c
11759         * src/gtk/inputdialog.c
11760         * src/gtk/logwindow.c
11761         * src/gtk/menu.c
11762         * src/gtk/pluginwindow.c
11763         * src/gtk/prefswindow.c
11764         * src/gtk/progressdialog.c
11765         * src/gtk/quicksearch.c
11766         * src/gtk/sslcertwindow.c
11767         * src/plugins/clamav/clamav_plugin.c
11768         * src/plugins/clamav/clamav_plugin_gtk.c
11769         * src/plugins/demo/demo.c
11770         * src/plugins/dillo_viewer/dillo_prefs.c
11771         * src/plugins/dillo_viewer/dillo_viewer.c
11772         * src/plugins/image_viewer/plugin.c
11773         * src/plugins/image_viewer/viewer.c
11774         * src/plugins/image_viewer/viewerprefs.c
11775         * src/plugins/mathml_viewer/mathml_viewer.c
11776         * src/plugins/pgpmime/passphrase.c
11777         * src/plugins/pgpmime/plugin.c
11778         * src/plugins/pgpmime/prefs_gpg.c
11779         * src/plugins/pgpmime/select-keys.c
11780         * src/plugins/pgpmime/sgpgme.c
11781         * src/plugins/spamassassin/spamassassin.c
11782         * src/plugins/spamassassin/spamassassin_gtk.c
11783         * src/plugins/trayicon/trayicon.c
11784                 sync with main (revision 104)
11785
11786 2005-02-10 [colin]      1.0.1cvs3.1
11787
11788         * src/mainwindow.c
11789                 Sync with HEAD (fix occasional crasher)
11790
11791 2005-02-10 [colin]      1.0.1cvs2.1
11792
11793         * src/messageview.c
11794                 Synw with HEAD (don't automatically display html)
11795
11796 2005-02-09 [colin]      1.0.1cvs1.3
11797
11798         * src/textview.c
11799         * src/textview.h
11800                 Add contextual menu on emails
11801
11802 2005-02-09 [colin]      1.0.1cvs1.2
11803
11804         * src/codeconv.c
11805                 Fix converting from broken headers and 
11806                 put back the _ in missing places
11807                 (feature broke with cvs24.2 sync, main 
11808                  possibly affected?)
11809
11810 2005-02-09 [colin]      1.0.1cvs1.1
11811
11812         * src/messageview.c
11813         * src/mimeview.c
11814         * src/mimeview.h
11815                 Sync with HEAD (display non text/plain mails with plugin)
11816
11817 2005-02-08 [colin]      1.0.1.1
11818
11819         * ChangeLog.claws
11820         * po/pt_BR.po
11821                 Sync with HEAD
11822         * configure.ac
11823                 Make default configuration directory 
11824                 be .sylpheed-gtk2
11825
11826 2005-02-08 [colin]      1.0.0cvs29.1
11827
11828         * po/de.po
11829         * po/es.po
11830         * po/fr.po
11831         * po/it.po
11832         * po/sk.po
11833         * po/sr.po
11834                 Sync translations with HEAD
11835
11836 2005-02-06 [colin]      1.0.0cvs28.3
11837
11838         * src/compose.c
11839                 Make compose a bit faster - patch by Alfons.
11840
11841 2005-02-06 [colin]      1.0.0cvs28.2
11842
11843         * src/compose.c
11844                 Make pasting via middle-click more reliable
11845
11846 2005-02-05 [paul]       1.0.0cvs28.1
11847
11848         * ChangeLog
11849         * ChangeLog.claws
11850         * ChangeLog.jp
11851         * configure.ac
11852         * src/compose.c
11853                 sync with HEAD
11854                 (fix bug 682 'redirect is broken'
11855
11856 2005-02-05 [torte]      1.0.0cvs27.1
11857
11858         * ChangeLog.claws
11859         * configure.ac
11860         * src/partial_download.c
11861                 Sync with HEAD (fix buf overflow)
11862
11863 2005-02-03 [colin]      1.0.0cvs26.1
11864
11865         * src/common/plugin.c
11866                 Sync with HEAD (avoid plugin mismatches)
11867
11868 2005-02-03 [paul]       1.0.0cvs25.3
11869
11870         * src/folderview.c
11871         * src/headerview.c
11872         * src/summaryview.c
11873         * src/textview.c
11874         * src/gtk/colorlabel.c
11875                 third and final part of initial sync with main-gtk2
11876
11877 2005-02-03 [paul]       1.0.0cvs25.2
11878
11879         * src/jpilot.c
11880                 fix building with jpilot support
11881
11882 2005-02-02 [colin]      1.0.0cvs25.1
11883
11884         * src/messageview.c
11885                 Sync with HEAD (fix dangerous typo)
11886
11887 2005-02-01 [colin]      1.0.0cvs24.3
11888
11889         * src/common/xml.c
11890                 Write file as advertised (UTF-8)
11891
11892 2005-02-01 [paul]       1.0.0cvs24.2
11893
11894         * src/addrbook.c
11895         * src/addrindex.c
11896         * src/alertpanel.h
11897         * src/codeconv.c
11898         * src/codeconv.h
11899         * src/compose.c
11900         * src/export.c
11901         * src/folder_item_prefs.c
11902         * src/html.c
11903         * src/imap.c
11904         * src/import.c
11905         * src/jpilot.c
11906         * src/mainwindow.c
11907         * src/matcher_parser_lex.l
11908         * src/messageview.c
11909         * src/mh.c
11910         * src/prefs_account.c
11911         * src/prefs_actions.c
11912         * src/prefs_common.c
11913         * src/prefs_gtk.c
11914         * src/prefs_gtk.h
11915         * src/prefs_themes.c
11916         * src/procheader.c
11917         * src/procmime.c
11918         * src/sourcewindow.c
11919         * src/statusbar.c
11920         * src/summaryview.c
11921         * src/textview.c
11922         * src/toolbar.c
11923         * src/unmime.c
11924         * src/common/template.c
11925         * src/common/utils.c
11926         * src/common/xml.c
11927         * src/common/xml.h
11928         * src/gtk/gtkaspell.c
11929         * src/plugins/clamav/clamav_plugin.c
11930         * src/plugins/dillo_viewer/dillo_prefs.c
11931         * src/plugins/image_viewer/viewerprefs.c
11932         * src/plugins/pgpmime/passphrase.c
11933         * src/plugins/pgpmime/prefs_gpg.c
11934         * src/plugins/pgpmime/select-keys.c
11935         * src/plugins/spamassassin/spamassassin.c
11936                 second part of initial sync with main-gtk2
11937                 (more to follow)
11938
11939 2005-01-31 [colin]      1.0.0cvs24.1
11940
11941         * src/compose.c
11942                 Sync with HEAD
11943
11944 2005-01-29 [paul]       1.0.0cvs23.2
11945
11946         * src/account.c
11947         * src/action.c
11948         * src/addressadd.c
11949         * src/addressbook.c
11950         * src/alertpanel.c
11951         * src/compose.c
11952         * src/editaddress.c
11953         * src/editbook.c
11954         * src/editgroup.c
11955         * src/editjpilot.c
11956         * src/editldap.c
11957         * src/editldap_basedn.c
11958         * src/editvcard.c
11959         * src/export.c
11960         * src/foldersel.c
11961         * src/grouplistdialog.c
11962         * src/import.c
11963         * src/importldif.c
11964         * src/inc.c
11965         * src/main.c
11966         * src/mainwindow.c
11967         * src/message_search.c
11968         * src/messageview.c
11969         * src/mimeview.c
11970         * src/prefs_actions.c
11971         * src/prefs_common.c
11972         * src/prefs_common.h
11973         * src/prefs_customheader.c
11974         * src/prefs_display_header.c
11975         * src/prefs_filtering.c
11976         * src/prefs_filtering_action.c
11977         * src/prefs_gtk.c
11978         * src/prefs_matcher.c
11979         * src/prefs_summary_column.c
11980         * src/prefs_template.c
11981         * src/sourcewindow.c
11982         * src/summary_search.c
11983         * src/summaryview.c
11984         * src/textview.c
11985         * src/gtk/about.c
11986         * src/gtk/description_window.c
11987         * src/gtk/gtkshruler.c
11988         * src/gtk/gtkutils.c
11989         * src/gtk/gtkutils.h
11990         * src/gtk/inputdialog.c
11991         * src/gtk/logwindow.c
11992         * src/gtk/prefswindow.c
11993         * src/gtk/progressdialog.c
11994         * src/gtk/progressdialog.h
11995                 first part of initial sync with main-gtk2
11996                 (more to follow)
11997
11998 2005-01-28 [colin]      1.0.0cvs23.1
11999
12000         * src/folderview.c
12001                 Sync with HEAD
12002
12003 2005-01-27 [colin]      1.0.0cvs21.1
12004
12005         * src/folder.c
12006         * src/folderview.c
12007                 Sync with HEAD
12008
12009 2005-01-27 [colin]      1.0.0cvs19.1
12010
12011         * src/procmime.c
12012                 Sync with HEAD
12013
12014 2005-01-27 [colin]      1.0.0cvs18.1
12015
12016         * src/messageview.c
12017         * src/summaryview.c
12018         * src/mainwindow.c
12019         * src/compose.c
12020         * src/compose.h
12021         * src/procmsg.c
12022         * src/procmsg.h
12023         * src/toolbar.c
12024                 Sync with HEAD
12025
12026 2005-01-26 [paul]       1.0.0cvs15.2
12027
12028         * src/compose.c
12029                 compose_entries_set(): convert subject and body to
12030                 utf8 if necessary. patch by Felix Eckhofer
12031
12032 2005-01-26 [paul]       1.0.0cvs15.1
12033
12034         * configure.ac
12035         * src/common/template.c
12036                 sync with HEAD (fix memory leak)
12037
12038 2005-01-25 [paul]       1.0.0cvs14.1
12039
12040         * configure.ac
12041         * src/compose.c
12042                 sync with HEAD
12043
12044 2005-01-24 [colin]      1.0.0cvs13.1
12045
12046         * src/summaryview.c
12047                 Sync with HEAD
12048
12049 2005-01-24 [paul]       1.0.0cvs12.1
12050
12051         * configure.ac
12052         * src/messageview.c
12053         * src/mh.c
12054         * src/common/utils.c
12055                 sync with HEAD
12056
12057 2005-01-24 [colin]      1.0.0cvs11.1
12058
12059         * src/procheader.c
12060                 Sync with HEAD
12061
12062 2005-01-24 [colin]      1.0.0cvs10.1
12063
12064         * src/folderview.c
12065                 Sync with HEAD
12066
12067 2005-01-23 [colin]      1.0.0cvs9.1
12068
12069         * src/crash.c
12070                 Sync with HEAD
12071
12072 2005-01-22 [colin]      1.0.0cvs8.1
12073
12074         * src/summaryview.c
12075         * src/gtk/quicksearch.c
12076                 Sync with HEAD
12077
12078 2005-01-21 [colin]      1.0.0cvs7.1
12079
12080         * src/summaryview.c
12081                 Sync with HEAD
12082
12083 2005-01-21 [colin]      1.0.0cvs6.1
12084
12085         * src/summaryview.c
12086                 Sync with HEAD
12087
12088 2005-01-21 [colin]      1.0.0cvs5.1
12089
12090         * src/gtk/quicksearch.c
12091         * src/prefs_common.c
12092         * src/prefs_common.h
12093                 Sync with HEAD (recurse option)
12094
12095 2005-01-21 [colin]      1.0.0cvs4.1
12096
12097         * src/folder.h
12098         * src/folderview.c
12099         * src/folderview.h
12100         * src/summaryview.c
12101         * src/gtk/quicksearch.c
12102         * src/gtk/quicksearch.h
12103                 Sync with HEAD (recursive quicksearch)
12104
12105 2005-01-20 [colin]      1.0.0cvs3.4
12106
12107         * src/ssl_manager.c
12108                 Remove useless code
12109
12110 2005-01-20 [colin]      1.0.0cvs3.3
12111
12112         * src/ssl_manager.c
12113                 Fix leak, thanks to Alfons.
12114
12115 2005-01-20 [colin]      1.0.0cvs3.2
12116
12117         * src/ssl_manager.c
12118                 Port SSL certificate window to GTK2.
12119
12120 2005-01-20 [paul]       1.0.0cvs3.1
12121
12122         * ChangeLog.claws
12123         * configure.ac
12124         * src/addrindex.c
12125         * src/addrindex.h
12126                 sync with HEAD
12127
12128 2005-01-19 [colin]      1.0.0cvs2.2
12129
12130         * src/plugins/trayicon/trayicon.c
12131                 Fix freeze with gtk-2.6, the easy way
12132                 (signal blocking helpless there...)
12133                 Closes bug #668.
12134
12135 2005-01-19 [colin]      1.0.0cvs2.1
12136
12137         * src/mbox.c
12138         * src/mbox.h
12139         * src/mainwindow.c
12140         * src/summaryview.c
12141         * src/summaryview.h
12142                 Sync with HEAD
12143
12144 2005-01-19 [paul]       1.0.0cvs1.1
12145
12146         * configure.ac
12147         * po/de.po
12148         * po/es.po
12149         * po/fr.po
12150         * po/hr.po
12151         * po/it.po
12152         * po/ja.po
12153         * po/ko.po
12154         * po/pt_BR.po
12155         * po/ru.po
12156         * po/sk.po
12157         * po/sr.po
12158                 sync with HEAD (update translations)
12159
12160 2005-01-18 [colin]      1.0.0cvs0.1
12161
12162         * src/foldersel.c
12163                 Specify search column - patch by Alfons
12164
12165 2005-01-18 [colin]      0.9.13cvs36.3
12166
12167         * src/prefs_toolbar.c
12168                 Change Delete to Remove
12169         * src/prefs_fonts.c
12170                 GTK2 version and leak fixes
12171         * src/prefs_actions.c
12172                 Add stock buttons.
12173                 All patches by Alfons
12174
12175 2005-01-17 [colin]      0.9.13cvs36.2
12176
12177         * src/compose.c
12178                 Fix DnD inserting twice. While at it,
12179                 add DnD support for text/plain in the
12180                 body, and add support in the headers.
12181
12182 2005-01-16 [colin]      0.9.13cvs36.1
12183
12184         * ChangeLog
12185         * ChangeLog.jp
12186         * ChangeLog.claws
12187                 Sync with HEAD (nothing applicable)
12188
12189 2005-01-16 [colin]      0.9.13cvs33.2
12190
12191         * src/prefs_toolbar.c
12192                 GTK2ize prefs_toolbar, by Alfons.
12193
12194 2005-01-14 [colin]      0.9.13cvs33.1
12195
12196         * src/html.c
12197         * src/msgcache.c
12198                 Sync with HEAD
12199
12200 2005-01-14 [colin]      0.9.13cvs32.1
12201
12202         * src/html.c
12203         * src/html.h
12204         * src/msgcache.c
12205         * AUTHORS
12206         * tools/calypso_convert.pl
12207                 Sync with HEAD
12208
12209 2005-01-08 [colin]      0.9.13cvs29.2
12210
12211         * src/prefs_filtering_action.c
12212         * src/prefs_filtering.c
12213                 2 more gtk2 patches by Alfons
12214
12215 2005-01-07 [paul]       0.9.13cvs29.1
12216
12217         * ChangeLog
12218         * ChangeLog.claws
12219         * ChangeLog.jp
12220         * configure.ac
12221         * src/pop.c
12222         * src/pop.h
12223                 sync with HEAD
12224
12225 2005-01-07 [colin]      0.9.13cvs28.3
12226
12227         * src/gtk/progressdialog.c
12228         * src/gtk/progressdialog.h
12229         * src/inc.c
12230         * src/send_message.c
12231                 GTK2 for the incorporation dialog. The CList isn't dead
12232                 yet, for a more smooth migration. Patch by Alfons.
12233
12234 2005-01-06 [colin]      0.9.13cvs28.2
12235
12236         * src/prefs_display_header.c
12237                 GTK2 conversion by Alfons
12238         * src/prefs_actions.c
12239         * src/prefs_matcher.c
12240                 Fix 2 leaks - patch by Alfons
12241
12242 2005-01-06 [colin]      0.9.13cvs28.1
12243
12244         * src/prefs_matcher.c
12245                 Sync with HEAD
12246
12247 2005-01-06 [colin]      0.9.13cvs27.4
12248
12249         * src/prefs_matcher.c
12250                 Fix double-free. Patch by Alfons
12251
12252 2005-01-06 [colin]      0.9.13cvs27.3
12253
12254         * src/prefs_matcher.c
12255                 GTK2 widgets + memleak
12256                 Patch by Alfons
12257
12258 2005-01-05 [colin]      0.9.13cvs27.2
12259
12260         * src/account.c
12261         * src/addr_compl.c
12262         * src/foldersel.c
12263         * src/stock_pixmap.c
12264         * src/stock_pixmap.h
12265                 3 more GTK2 patches by Alfons.
12266
12267 2005-01-04 [colin]      0.9.13cvs27.1
12268
12269         * src/folderview.c
12270         * src/imap_gtk.c
12271         * src/news_gtk.c
12272                 Sync with HEAD
12273
12274 2005-01-04 [colin]      0.9.13cvs25.9
12275
12276         * src/compose.c
12277                 Fix Show Ruler menuitem
12278         * src/prefs_template.c
12279                 Convert to GTK2
12280         * src/common/utils.c
12281                 Make auto pointer stuff handles NULLs
12282                 Patches by Alfons.
12283
12284 2005-01-04 [colin]      0.9.13cvs25.8
12285
12286         * src/compose.c
12287                 Move the attachment list to gtk2
12288                 Patch by Alfons.
12289
12290 2005-01-04 [colin]      0.9.13cvs25.7
12291
12292         * src/textview.c
12293                 Make some keys work again
12294                 Patch by SungHyun Nam <namsh@kldp.org>
12295
12296 2005-01-04 [colin]      0.9.13cvs25.6
12297
12298         * src/gtk/gtkshruler.c
12299                 Move the ruler to GTK2
12300                 Patch by Alfons
12301
12302 2005-01-03 [colin]      0.9.13cvs25.5
12303
12304         * src/compose.c
12305                 Fix my broken patch apply 
12306
12307 2005-01-03 [colin]      0.9.13cvs25.4
12308
12309         * src/common/utils.c
12310         * src/common/utils.h
12311         * src/gtk/prefswindow.c
12312                 Move auto pointer stuff to utils.c
12313                 Patch by Alfons again :)
12314
12315 2005-01-03 [colin]      0.9.13cvs25.3
12316
12317         * src/compose.c
12318         * src/prefs_gtk.c
12319         * src/prefs_template.c
12320         * src/textview.c
12321                 Empty text widgets with empty strings, not NULL char
12322                 Patch by SungHyun Nam <namsh@kldp_org>
12323
12324 2005-01-03 [colin]      0.9.13cvs25.2
12325
12326         * src/main.c
12327         * AUTHORS
12328                 Sync with HEAD
12329
12330 2005-01-03 [colin]      0.9.13cvs25.1
12331
12332         * src/pop.c
12333         * src/pop.h
12334                 Sync with HEAD
12335
12336 2005-01-03 [colin]      0.9.13cvs24.3
12337
12338         * src/account.c
12339                 Two patches from Alfons and Alex S Moore:
12340                 fix images, fix return value.
12341
12342 2005-01-01 [colin]      0.9.13cvs24.2
12343
12344         * src/prefs_actions.c
12345                 Fix over-zealous assertion. Patch by Alfons
12346
12347 2005-01-01 [colin]      0.9.13cvs24.1
12348
12349         * src/procmime.c
12350                 Sync with HEAD (leak fix)
12351
12352 2004-12-31 [colin]      0.9.13cvs23.2
12353
12354         * src/prefs_common.c
12355                 GTK2 widgets + stock buttons - patch by Alfons
12356
12357 2004-12-31 [paul]       0.9.13cvs23.1
12358
12359         * configure.ac
12360                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12361         * src/gtk/pluginwindow.c
12362                 use GTK2 widgets and plug memory leaks,
12363                 patches by Alfons
12364
12365 2004-12-30 [colin]      0.9.13cvs22.4
12366
12367         * src/account.c
12368         * src/action.c
12369         * src/export.c
12370         * src/foldersel.c
12371         * src/import.c
12372         * src/message_search.c
12373         * src/prefs_actions.c
12374         * src/prefs_common.c
12375         * src/prefs_customheader.c
12376         * src/prefs_filtering.c
12377         * src/prefs_summary_column.c
12378         * src/summary_search.c
12379         * src/gtk/about.c
12380         * src/gtk/description_window.c
12381         * src/gtk/gtkutils.c
12382         * src/gtk/gtkutils.h
12383         * src/gtk/inputdialog.c
12384         * src/gtk/prefswindow.c
12385                 Use GTK2 stock buttons. Patches by Alfons.
12386
12387 2004-12-30 [colin]      0.9.13cvs22.3
12388
12389         * src/account.c
12390                 Sync with HEAD
12391         * src/prefs_actions.c
12392         * src/prefs_customheader.c
12393         * src/prefs_filtering.c
12394         * src/prefs_msg_colors.c
12395         * src/prefs_summary_column.c
12396         * src/gtk/prefswindow.c
12397                 Use GtkTreeView instead of deprecated 
12398                 widgets. Patches by Alfons.
12399
12400 2004-12-30 [paul]       0.9.13cvs22.2
12401
12402         * src/foldersel.c
12403                 use GTK 2 Tree View
12404                 patch by Alfons, with root folder sorting fix
12405                 by Stephan Sachse
12406
12407 2004-12-30 [paul]       0.9.13cvs22.1
12408
12409         * ChangeLog
12410         * ChangeLog.claws
12411         * ChangeLog.jp
12412         * NEWS
12413         * configure.ac
12414         * src/account.c
12415                 sync with HEAD
12416
12417 2004-12-22 [martin]     0.9.13cvs21.2
12418
12419         * src/action.c
12420                 free the command line after its use
12421
12422 2004-12-18 [paul]       0.9.13cvs21.1
12423
12424         * AUTHORS
12425         * ChangeLog
12426         * ChangeLog.claws
12427         * ChangeLog.jp
12428         * NEWS
12429         * configure.ac
12430         * src/action.c
12431         * src/compose.c
12432         * src/syldap.c
12433                 sync with HEAD
12434
12435 2004-12-17 [martin]     0.9.13cvs17.2
12436
12437         * src/action.c
12438                 convert actions input to locale
12439         * src/inc.c
12440                 convert notification command to locale
12441         * src/plugins/pgpmime/select-keys.c
12442                 convert attributes to utf8
12443
12444 2004-12-14 [colin]      0.9.13cvs17.1
12445
12446         * ChangeLog
12447         * ChangeLog.jp
12448         * ChangeLog.claws
12449         * src/action.c
12450         * src/common/utils.c
12451         * src/gtk/prefswindow.c
12452         * src/gtk/gtkutils.c
12453         * src/gtk/gtkutils.h
12454         * src/plugins/spamassassin/libspamc.c
12455                 Sync with HEAD
12456
12457 2004-12-13 [colin]      0.9.13cvs14.1
12458
12459         * src/quote_fmt_parse.y
12460                 Sync with HEAD
12461
12462 2004-12-10 [colin]      0.9.13cvs12.1
12463
12464         * src/prefs_themes.c
12465         * src/mainwindow.c
12466         * src/messageview.c
12467                 Sync with HEAD
12468
12469 2004-12-09 [colin]      0.9.13cvs10.1
12470
12471         * src/procmime.c
12472                 Sync with HEAD (fix B64 encoding from memory)
12473
12474 2004-12-08 [colin]      0.9.13cvs9.1
12475
12476         * src/gtk/colorlabel.c
12477                 Sync with HEAD
12478
12479 2004-12-08 [paul]       0.9.13cvs8.2
12480
12481         * src/gtk/pluginwindow.c
12482                 fix window resizing oddities
12483
12484 2004-12-08 [colin]      0.9.13cvs8.1
12485
12486         * src/quote_fmt_parse.y
12487                 Sync with HEAD
12488
12489 2004-12-08 [colin]      0.9.13cvs7.1
12490
12491         * src/matcher_parser_parse.y
12492         * src/msgcache.c
12493         * src/prefs_matcher.c
12494         * src/procheader.c
12495         * src/matcher.c
12496         * src/common/defs.h
12497         * po/sr.po
12498                 Sync with HEAD
12499
12500 2004-12-08 [colin]      0.9.13cvs6.1
12501
12502         * src/quote_fmt_parse.y
12503         * src/textview.c
12504                 Sync with HEAD
12505         * src/gtk/prefswindow.c
12506         * src/gtk/pluginwindow.c
12507                 Fix G_CALLBACKS protos (thanks to Alfons)
12508
12509 2004-12-07 [torte]      0.9.13cvs2.2
12510
12511         * src/procmime.c
12512                 [Bug 650] reply button causes crash
12513                 Thanks to David Relson and Christoph
12514
12515 2004-12-07 [colin]      0.9.13cvs2.1
12516
12517         * ChangeLog.claws
12518         * AUTHORS
12519         * po/sk.po
12520         * src/procmime.c
12521         * src/prefs_account.c
12522         * src/common/smtp.c
12523         * src/common/smtp.h
12524                 Sync with HEAD
12525
12526 2004-12-06 [colin]      0.9.12cvs187.1
12527
12528         * ChangeLog.claws
12529         * INSTALL
12530         * Makefile.am
12531         * README.claws
12532         * TODO.claws
12533         * configure.ac
12534         * po/bg.po
12535         * po/cs.po
12536         * po/el.po
12537         * po/en_GB.po
12538         * po/es.po
12539         * po/fr.po
12540         * po/hr.po
12541         * po/hu.po
12542         * po/it.po
12543         * po/ja.po
12544         * po/ko.po
12545         * po/nl.po
12546         * po/pl.po
12547         * po/pt_BR.po
12548         * po/ru.po
12549         * po/sk.po
12550         * po/sr.po
12551         * po/sv.po
12552         * po/zh_CN.po
12553         * po/zh_TW.Big5.po
12554         * src/compose.c
12555         * tools/Makefile.am
12556         * tools/README
12557         * tools/filter_conv.pl
12558         * tools/kdeservicemenu/README
12559         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12560         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12561                 Sync with HEAD
12562
12563 2004-12-04 [colin]      0.9.12cvs183.1
12564
12565         * src/compose.c
12566                 Sync with HEAD (compose window position saving)
12567
12568 2004-12-04 [paul]       0.9.12cvs182.3
12569
12570         * src/messageview.c
12571         * src/mimeview.c
12572         * src/prefs_customheader.c
12573         * src/gtk/quicksearch.c
12574                 replace some forgotten GTK_SIGNAL_FUNCs
12575
12576 2004-12-04 [paul]       0.9.12cvs182.2
12577
12578         * src/Makefile.am
12579                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12580                 committed in error      
12581
12582 2004-12-04 [paul]       0.9.12cvs182.1
12583
12584         * ChangeLog
12585         * ChangeLog.claws
12586         * ChangeLog.jp
12587         * INSTALL
12588         * NEWS
12589         * README
12590         * README.jp
12591         * configure.ac
12592         * doc/manual/ja/Makefile.am
12593         * doc/manual/ja/sylpheed-1.html
12594         * doc/manual/ja/sylpheed-10.html
12595         * doc/manual/ja/sylpheed-11.html
12596         * doc/manual/ja/sylpheed-12.html
12597         * doc/manual/ja/sylpheed-13.html
12598         * doc/manual/ja/sylpheed-14.html
12599         * doc/manual/ja/sylpheed-15.html
12600         * doc/manual/ja/sylpheed-16.html
12601         * doc/manual/ja/sylpheed-17.html
12602         * doc/manual/ja/sylpheed-18.html
12603         * doc/manual/ja/sylpheed-19.html
12604         * doc/manual/ja/sylpheed-2.html
12605         * doc/manual/ja/sylpheed-20.html
12606         * doc/manual/ja/sylpheed-3.html
12607         * doc/manual/ja/sylpheed-4.html
12608         * doc/manual/ja/sylpheed-5.html
12609         * doc/manual/ja/sylpheed-6.html
12610         * doc/manual/ja/sylpheed-7.html
12611         * doc/manual/ja/sylpheed-8.html
12612         * doc/manual/ja/sylpheed-9.html
12613         * doc/manual/ja/sylpheed.html
12614         * doc/manual/ja/sylpheed.sgml
12615         * po/de.po
12616         * src/Makefile.am
12617         * src/compose.c
12618         * src/procmime.c
12619         * src/pixmaps/regular.xpm **REMOVED**
12620         * src/plugins/pgpmime/pgpmime.c
12621         * src/plugins/pgpmime/plugin.c
12622         * src/plugins/pgpmime/prefs_gpg.c
12623                 sync with HEAD
12624
12625 2004-12-03 [paul]       0.9.12cvs180.1
12626
12627         * ChangeLog
12628         * ChangeLog.claws
12629         * ChangeLog.jp
12630         * configure.ac
12631         * src/Makefile.am
12632         * src/pop.c
12633         * src/common/utils.c
12634         * src/common/utils.h
12635         * src/pixmaps/continue.xpm
12636         * src/pixmaps/dir_close.xpm
12637         * src/pixmaps/dir_open.xpm
12638         * src/pixmaps/drafts_close.xpm
12639         * src/pixmaps/drafts_open.xpm
12640         * src/pixmaps/folder.xpm **REMOVED**
12641         * src/pixmaps/group.xpm
12642         * src/pixmaps/unread.xpm
12643                 sync with HEAD
12644
12645 2004-12-02 [colin]      0.9.12cvs179.1
12646
12647         * src/compose.c
12648                 Sync with HEAD (non-duplicated reedition)
12649
12650 2004-12-02 [colin]      0.9.12cvs178.1
12651
12652         * src/compose.c
12653                 Sync with HEAD (linewrap_quote fix)
12654
12655 2004-12-01 [colin]      0.9.12cvs177.3
12656
12657         * src/addrharvest.c
12658                 Replace sizeof with strlen
12659
12660 2004-12-01 [paul]       0.9.12cvs177.2
12661
12662         * src/addrharvest.c
12663                 fix 'harvest addresses'
12664
12665 2004-11-30 [colin]      0.9.12cvs177.1
12666
12667         * src/gtk/prefswindow.c
12668         * src/gtk/pluginwindow.c
12669                 Sync with HEAD
12670
12671 2004-11-29 [colin]      0.9.12cvs176.1
12672
12673         * src/folderview.c
12674                 sync with HEAD (Fix disappearing separators in folderview's popup)
12675
12676 2004-11-29 [colin]      0.9.12cvs175.1
12677
12678         * src/procmime.c
12679                 Sync with head (another format fix)
12680
12681 2004-11-29 [colin]      0.9.12cvs174.1
12682
12683         * src/pop.c
12684                 Sync with HEAD (format string fix)
12685
12686 2004-11-26 [colin]      0.9.12cvs173.1
12687
12688         * src/common/smtp.c
12689         * src/common/smtp.h
12690                 Sync with HEAD
12691
12692 2004-11-24 [colin]      0.9.12cvs172.1
12693
12694         * src/plugins/pgpmime/pgpmime.c
12695                 Sync with HEAD
12696
12697 2004-11-24 [colin]      0.9.12cvs171.1
12698
12699         * src/plugins/pgpmime/pgpmime.c
12700                 Sync with head (gpgmectx leaks)
12701
12702 2004-11-24 [colin]      0.9.12cvs169.1
12703
12704         * src/plugins/pgpmime/plugin.c
12705         * src/plugins/trayicon/Makefile.am
12706         * src/plugins/trayicon/newmarkedmail.xpm
12707         * src/plugins/trayicon/trayicon.c
12708         * src/plugins/trayicon/unreadmarkedmail.xpm
12709                 Sync with HEAD
12710
12711 2004-11-23 [colin]      0.9.12cvs168.1
12712
12713         * src/partial_download.c
12714         * src/partial_download.h
12715         * src/plugins/pgpmime/plugin.c
12716                 Sync with HEAD
12717
12718 2004-11-23 [colin]      0.9.12cvs166.1
12719
12720         * src/Makefile.am
12721         * src/codeconv.c
12722         * src/compose.c
12723         * src/folderview.c
12724         * src/main.c
12725         * src/partial_download.c
12726         * src/partial_download.h
12727         * src/prefs_account.c
12728         * src/prefs_account.h
12729         * src/privacy.c
12730         * src/privacy.h
12731         * src/procmime.c
12732         * src/common/Makefile.am
12733         * src/common/base64.h
12734         * src/common/partial_download.c
12735         * src/common/partial_download.h
12736         * src/gtk/prefswindow.c
12737         * src/gtk/prefswindow.h
12738         * src/plugins/pgpmime/pgpmime.c
12739         * src/plugins/pgpmime/prefs_gpg.c
12740         * src/plugins/pgpmime/prefs_gpg.h
12741         * src/plugins/pgpmime/sgpgme.c
12742         * src/plugins/pgpmime/sgpgme.h
12743                 Sync with HEAD
12744
12745 2004-11-23 [colin]      0.9.12cvs163.1
12746
12747         * src/main.c
12748                 Sync with HEAD (cursor optimization)
12749
12750 2004-11-23 [colin]      0.9.12cvs162.1
12751
12752         * src/prefs_common.c
12753         * src/prefs_themes.c
12754         * src/procmsg.c
12755                 Sync with HEAD
12756
12757 2004-11-23 [colin]      0.9.12cvs158.9
12758
12759         * src/compose.c
12760                 Fix double-free when forwarding
12761         * src/msgcache.c
12762                 Fix leak on error path
12763                 
12764
12765 2004-11-23 [colin]      0.9.12cvs158.8
12766
12767         * src/compose.c
12768                 Fix possible double-free
12769                 Spotted by Alfons
12770
12771 2004-11-23 [colin]      0.9.12cvs158.7
12772
12773         * src/compose.c
12774                 Fix some signal handlers' prototypes
12775                 Spotted by Alfons
12776
12777 2004-11-22 [colin]      0.9.12cvs158.6
12778
12779         * src/compose.c
12780                 Remove unneeded code and duplicated
12781                 wrapping - patch by Alfons
12782
12783 2004-11-22 [colin]      0.9.12cvs158.5
12784
12785         * src/prefs_themes.c
12786                 Fix oversized selector
12787
12788 2004-11-22 [colin]      0.9.12cvs158.4
12789
12790         * src/compose.c
12791                 fix dump_text()
12792                 patch by Alfons
12793
12794 2004-11-19 [colin]      0.9.12cvs158.3
12795
12796         * src/textview.c
12797                 Add a context menu on links (open, copy)
12798
12799 2004-11-18 [paul]       0.9.12cvs158.2
12800
12801         * src/addrgather.c
12802         * src/exphtmldlg.c
12803         * src/expldifdlg.c
12804         * src/mimeview.c
12805         * src/prefs_common.c
12806         * src/plugins/image_viewer/viewer.c
12807         * src/plugins/spamassassin/spamassassin_gtk.c
12808                 replace deprecated gtk_notebook_set_page
12809                 and gtk_notebook_current_page
12810
12811 2004-11-18 [paul]       0.9.12cvs158.1
12812
12813         * configure.ac
12814         * src/compose.c
12815         * src/mainwindow.c
12816         * src/messageview.c
12817         * src/prefs_common.c
12818         * src/common/utils.c
12819         * src/common/utils.h
12820                 sync with HEAD
12821
12822 2004-11-17 [colin]      0.9.12cvs156.1
12823
12824         * src/prefs_account.c
12825         * src/prefs_account.h
12826         * src/procmsg.c
12827                 Sync with HEAD (add pref to store encrypted mails encrypted)
12828
12829 2004-11-17 [paul]       0.9.12cvs155.1
12830
12831         * ChangeLog
12832         * ChangeLog.claws
12833         * ChangeLog.jp
12834         * NEWS
12835         * configure.ac
12836         * src/compose.c
12837         * src/jpilot.c
12838         * src/privacy.c
12839         * src/procmime.c
12840         * src/procmime.h
12841         * src/procmsg.c
12842         * src/toolbar.c
12843         * src/pixmaps/error.xpm
12844                 sync with HEAD
12845
12846 2004-11-17 [colin]      0.9.12cvs151.1
12847
12848         * src/plugins/pgpmime/pgpmime.c
12849                 Sync with HEAD (remove debug printf)
12850
12851 2004-11-17 [colin]      0.9.12cvs150.1
12852
12853         * src/plugins/pgpmime/pgpmime.c
12854                 Sync with HEAD (off-by-one fix)
12855
12856 2004-11-17 [colin]      0.9.12cvs149.1
12857
12858         * src/procmsg.c
12859                 Sync with HEAD (coding style fixes)
12860
12861 2004-11-16 [colin]      0.9.12cvs148.1
12862
12863         * src/procmsg.c
12864                 Sync with head (Fix the fix)
12865
12866 2004-11-16 [colin]      0.9.12cvs147.1
12867
12868         * src/procmsg.c
12869                 Sync with Main (leak fix)
12870
12871 2004-11-16 [colin]      0.9.12cvs146.14
12872
12873         * src/compose.c
12874                 Remove useless chunk of code
12875                 Patch by Alfons
12876
12877 2004-11-15 [colin]      0.9.12cvs146.13
12878
12879         * src/compose.c
12880                 Fix drafting after insertion
12881                 Patch by Alfons
12882
12883 2004-11-15 [colin]      0.9.12cvs146.12
12884
12885         * src/compose.c
12886         * src/prefs_filtering.c
12887         * src/prefs_filtering_action.c
12888         * src/prefs_toolbar.c
12889                 Fix some const-correctness
12890
12891 2004-11-15 [colin]      0.9.12cvs146.11
12892
12893         * src/summaryview.c
12894         * src/prefs_themes.c
12895         * src/messageview.c
12896                 Fix some leaks
12897
12898 2004-11-15 [colin]      0.9.12cvs146.10
12899
12900         * src/codeconv.c
12901                 More unreadable locale fixes
12902
12903 2004-11-14 [colin]      0.9.12cvs146.9
12904
12905         * src/textview.c
12906                 Fix uri_security_check
12907                 Patch by Alfons
12908
12909 2004-11-13 [paul]       0.9.12cvs146.8
12910
12911         * src/folder.c
12912         * src/procmime.c
12913                 fix 2 bugs introduced in last commit
12914
12915 2004-11-13 [paul]       0.9.12cvs146.7
12916
12917         * src/compose.c
12918         * src/exporthtml.c
12919         * src/exportldif.c
12920         * src/folder.c
12921         * src/imap.c
12922         * src/imap_gtk.c
12923         * src/main.c
12924         * src/mainwindow.c
12925         * src/messageview.c
12926         * src/mh_gtk.c
12927         * src/prefs_themes.c
12928         * src/procmime.c
12929         * src/setup.c
12930         * src/summaryview.c
12931                 replace deprecated g_basename
12932
12933 2004-11-13 [paul]       0.9.12cvs146.6
12934
12935         * src/compose.c
12936         * src/imap.c
12937         * src/matcher_parser.h
12938         * src/matcher_parser_parse.y
12939         * src/prefs_filtering.c
12940         * src/prefs_filtering_action.c
12941         * src/prefs_themes.c
12942         * src/prefs_toolbar.c
12943         * src/common/utils.c
12944                 various small fixes/cleanups
12945
12946 2004-11-12 [colin]      0.9.12cvs146.5
12947
12948         * src/textview.c
12949                 Validate event's origin on visibility notify
12950                 Patch by Alfons.
12951
12952 2004-11-12 [paul]       0.9.12cvs146.4
12953
12954         * src/exporthtml.c
12955         * src/exportldif.c
12956         * src/imap.c
12957         * src/mh.c
12958         * src/mimeview.c
12959         * src/prefs_spelling.c
12960         * src/prefs_themes.c
12961                 replace deprecated g_dirname    
12962
12963 2004-11-12 [colin]      0.9.12cvs146.3
12964
12965         * src/textview.c
12966                 Some coding style fixes
12967
12968 2004-11-12 [colin]      0.9.12cvs146.2
12969
12970         * src/codeconv.c
12971                 We want to replace _all_ extended chars in
12972                 conv_unreadable_*, because any string containing
12973                 extended chars not parsing as UTF8 is 
12974                 undisplayed on gtk2.
12975
12976 2004-11-12 [paul]       0.9.12cvs146.1
12977
12978         * ChangeLog
12979         * ChangeLog.claws
12980         * ChangeLog.jp
12981         * NEWS
12982         * configure.ac
12983         * src/account.c
12984         * src/folderview.c
12985         * src/folderview.h
12986         * src/imap.c
12987         * src/imap_gtk.c
12988         * src/inc.c
12989         * src/mainwindow.c
12990         * src/mh_gtk.c
12991         * src/news_gtk.c
12992         * src/pop.c
12993         * src/prefs_account.c
12994         * src/prefs_account.h
12995         * src/prefs_ext_prog.c
12996         * src/procmime.c
12997         * src/procmime.h
12998         * src/procmsg.c
12999         * src/procmsg.h
13000         * src/summary_search.c
13001         * src/summaryview.c
13002         * src/textview.c
13003         * src/common/defs.h
13004         * src/common/utils.c
13005         * src/common/utils.h
13006         * src/gtk/menu.c
13007         * src/gtk/menu.h
13008                 sync with HEAD
13009
13010 2004-11-11 [colin]      0.9.12cvs144.2
13011
13012         * src/textview.c
13013                 Fix URI range selection (patch by Alfons)
13014
13015 2004-11-09 [colin]      0.9.12cvs144.1
13016
13017         * ChangeLog.claws
13018         * src/compose.c
13019         * src/folder.c
13020         * src/folder_item_prefs.c
13021         * src/prefs_account.c
13022         * src/prefs_account.h
13023         * src/plugins/pgpmime/pgpmime.c
13024                 Sync with HEAD
13025
13026 2004-11-08 [colin]      0.9.12cvs143.1
13027
13028         * src/summaryview.c
13029                 Sync with HEAD (optimize quicksearch)
13030
13031 2004-11-08 [colin]      0.9.12cvs142.2
13032
13033         * src/compose.c
13034                 Don't wrap when Edit/Auto wrapping is disabled
13035
13036 2004-11-08 [colin]      0.9.12cvs142.1
13037
13038         * src/textview.c
13039                 Sync with HEAD
13040
13041 2004-11-08 [colin]      0.9.12cvs141.1
13042
13043         * src/textview.c
13044                 Sync with HEAD (fix some mail URIs)
13045
13046 2004-11-08 [colin]      0.9.12cvs140.3
13047
13048         * src/textview.c
13049                 o Use text cursor instead of arrow when
13050                   not on a link
13051                 o Fix handling of contiguous links (as in
13052                   "colin@colino.net" <colin@colino.net>)
13053                   This one unveils a bug in get_email_part()
13054
13055 2004-11-07 [colin]      0.9.12cvs140.2
13056
13057         * src/textview.c
13058                 Fix memleak. Patch by Alfons.
13059
13060 2004-11-06 [colin]      0.9.12cvs140.1
13061
13062         * src/compose.c
13063                 Sync with HEAD (don't ask passphrase
13064                 when drafting)
13065
13066 2004-11-06 [paul]       0.9.12cvs139.2
13067
13068         * AUTHORS
13069         * src/textview.c
13070         * src/textview.h
13071                 textview URI handling. hovering over a 
13072                 link displays it in the status bar,
13073                 and changes the mouse pointer to a hand 
13074                 cursor. a link is activated with a single 
13075                 click. (Modified from the) patch by Jean-Yves 
13076                 Lefort <jylefort@users.sourceforge.net>
13077                 
13078
13079 2004-11-05 [colin]      0.9.12cvs139.1
13080
13081         * src/compose.c
13082         * src/procmime.c
13083                 Sync with HEAD again ^^
13084
13085 2004-11-05 [colin]      0.9.12cvs139.1
13086
13087         * src/compose.c
13088         * src/procmime.c
13089                 Sync with HEAD
13090
13091 2004-11-03 [paul]       0.9.12cvs138.1
13092
13093         * ChangeLog.claws
13094         * configure.ac
13095         * po/POTFILES.in
13096         * src/prefs_ext_prog.c
13097         * src/procmime.c
13098         * tools/kdeservicemenu/README
13099         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13100         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13101                 sync with HEAD
13102
13103 2004-11-01 [christoph]  0.9.12cvs136.2
13104
13105         * src/procmime.c
13106                 convert MIME parameters to UTF-8
13107
13108 2004-10-29 [colin]      0.9.12cvs136.1
13109
13110         * src/common/utils.c
13111                 Sync with HEAD (don't use '=' in mime boundary)
13112
13113 2004-10-29 [paul]       0.9.12cvs135.1
13114
13115         * configure.ac
13116         * doc/src/rfc2231.txt
13117         * src/procmime.c
13118         * src/common/quoted-printable.c
13119         * src/common/utils.c
13120         * src/common/utils.h
13121                 sync with HEAD
13122
13123 2004-10-27 [paul]       0.9.12cvs134.1
13124
13125         * configure.ac
13126         * src/main.c
13127         * src/procmime.c
13128         * src/plugins/pgpmime/pgpmime.c
13129                 sync with HEAD
13130
13131 2004-10-26 [paul]       0.9.12cvs132.3
13132
13133         * src/account.c
13134         * src/addressbook.c
13135         * src/addrgather.c
13136         * src/addrharvest.c
13137         * src/codeconv.c
13138         * src/compose.c
13139         * src/customheader.c
13140         * src/editaddress.c
13141         * src/editgroup.c
13142         * src/enriched.c
13143         * src/expldifdlg.c
13144         * src/exporthtml.c
13145         * src/exportldif.c
13146         * src/folder.c
13147         * src/foldersel.c
13148         * src/folderview.c
13149         * src/grouplistdialog.c
13150         * src/html.c
13151         * src/imap.c
13152         * src/jpilot.c
13153         * src/ldapserver.c
13154         * src/ldif.c
13155         * src/mimeview.c
13156         * src/news.c
13157         * src/news_gtk.c
13158         * src/pop.c
13159         * src/prefs_display_header.c
13160         * src/prefs_gtk.c
13161         * src/prefs_msg_colors.c
13162         * src/prefs_toolbar.c
13163         * src/procheader.c
13164         * src/procmime.c
13165         * src/summaryview.c
13166         * src/textview.c
13167         * src/toolbar.c
13168         * src/vcard.c
13169         * src/common/mgutils.c
13170         * src/common/nntp.c
13171         * src/common/smtp.c
13172         * src/common/template.c
13173         * src/common/utils.c
13174         * src/common/xmlprops.c
13175         * src/plugins/pgpmime/pgpmime.c
13176         * src/plugins/pgpmime/select-keys.c
13177         * src/plugins/pgpmime/sgpgme.c
13178                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13179                 g_string_sprintfa(), gtk_notebook_current_page()
13180
13181 2004-10-26 [colin]      0.9.12cvs132.2
13182
13183         * src/prefs_folder_item.c
13184                 Fix default-account selection
13185
13186 2004-10-21 [colin]      0.9.12cvs133
13187
13188         * src/compose.c
13189                 Sync with HEAD (Remove extra separator in compose's Options)
13190         * src/textview.c
13191                 Set wrapping to char
13192
13193 2004-10-21 [paul]       0.9.12cvs131.2
13194
13195         * src/compose.c
13196         * src/sourcewindow.c
13197                 fix wrapping
13198                 fix window shrinking 
13199
13200 2004-10-21 [colin]      0.9.12cvs131.1
13201
13202         * ChangeLog.claws
13203         * src/compose.c
13204                 Sync with HEAD
13205
13206 2004-10-21 [paul]       0.9.12cvs130.2
13207
13208         * src/prefs_folder_item.c
13209                 sync with HEAD (Apply to subfolders)
13210
13211 2004-10-19 [colin]      0.9.12cvs130.1
13212
13213         * ChangeLog.claws
13214         * src/compose.c
13215         * src/common/utils.c
13216         * src/gtk/menu.c
13217                 Sync with HEAD
13218
13219 2004-10-19 [colin]      0.9.12cvs128.1
13220
13221         * src/addrbook.c
13222         * src/addrcache.c
13223         * src/addressbook.c
13224         * src/codeconv.c
13225         * src/compose.c
13226         * src/customheader.c
13227         * src/editaddress.c
13228         * src/editgroup.c
13229         * src/exporthtml.c
13230         * src/folder.c
13231         * src/folderview.c
13232         * src/imap.c
13233         * src/jpilot.c
13234         * src/main.c
13235         * src/matcher_parser_parse.y
13236         * src/mbox.c
13237         * src/pop.c
13238         * src/prefs_account.c
13239         * src/prefs_gtk.c
13240         * src/prefs_msg_colors.c
13241         * src/procheader.c
13242         * src/procmime.c
13243         * src/procmime.h
13244         * src/procmsg.c
13245         * src/summaryview.c
13246         * src/textview.c
13247         * src/common/base64.c
13248         * src/common/partial_download.c
13249         * src/common/socket.c
13250         * src/common/sylpheed.c
13251         * src/common/utils.c
13252         * src/common/utils.h
13253         * src/gtk/pluginwindow.c
13254         * src/gtk/quicksearch.c
13255         * src/plugins/clamav/clamav_plugin.c
13256         * src/plugins/clamav/clamav_plugin.h
13257         * src/plugins/clamav/clamav_plugin_gtk.c
13258         * src/plugins/pgpmime/passphrase.c
13259         * src/plugins/pgpmime/pgpmime.c
13260         * src/plugins/pgpmime/plugin.c
13261         * src/plugins/pgpmime/prefs_gpg.c
13262         * src/plugins/pgpmime/prefs_gpg.h
13263         * src/plugins/pgpmime/select-keys.c
13264         * src/plugins/pgpmime/sgpgme.c
13265         * src/plugins/spamassassin/libspamc.c
13266         * src/plugins/spamassassin/spamassassin.c
13267         * src/plugins/spamassassin/spamassassin.h
13268         * src/plugins/spamassassin/spamassassin_gtk.c
13269         * src/plugins/trayicon/trayicon.c
13270         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13271                 Sync with HEAD
13272
13273 2004-10-14 [colin]      0.9.12cvs126.2
13274
13275         * src/codeconv.c
13276         * src/textview.c
13277                 Fix conv_unreadable_locale
13278
13279 2004-10-13 [colin]      0.9.12cvs126.1
13280
13281         * src/compose.c
13282                 Sync with HEAD (don't convert charset for 
13283                 drafted messages, minor cleanup)
13284
13285 2004-10-13 [colin]      0.9.12cvs125.1
13286
13287         * po/POTFILES.in
13288                 Sync with HEAD (POTFILES fix)
13289
13290 2004-10-12 [colin]      0.9.12cvs124.3
13291
13292         * src/compose.c
13293                 Fix encoding bug from latest sync
13294
13295 2004-10-12 [paul]       0.9.12cvs124.2
13296
13297         * src/plugins/pgpmime/prefs_gpg.c
13298         * src/plugins/pgpmime/prefs_gpg.h
13299                 forgotten in last commit        
13300
13301 2004-10-12 [paul]       0.9.12cvs124.1
13302
13303         * ChangeLog.claws
13304         * configure.ac
13305         * m4/spamassassin.m4
13306         * src/Makefile.am
13307         * src/account.c
13308         * src/compose.c
13309         * src/compose.h
13310         * src/crash.c
13311         * src/main.c
13312         * src/mimeview.c
13313         * src/passphrase.c
13314         * src/passphrase.h
13315         * src/prefs_account.c
13316         * src/prefs_account.h
13317         * src/prefs_common.c
13318         * src/privacy.c
13319         * src/privacy.h
13320         * src/procmime.c
13321         * src/procmime.h
13322         * src/procmsg.c
13323         * src/rfc2015.c
13324         * src/rfc2015.h
13325         * src/select-keys.c
13326         * src/select-keys.h
13327         * src/textview.c
13328         * src/common/utils.c
13329         * src/common/utils.h
13330         * src/gtk/about.c
13331         * src/plugins/pgpmime/Makefile.am
13332         * src/plugins/pgpmime/passphrase.c
13333         * src/plugins/pgpmime/passphrase.h
13334         * src/plugins/pgpmime/pgpmime.c
13335         * src/plugins/pgpmime/plugin.c
13336         * src/plugins/pgpmime/select-keys.c
13337         * src/plugins/pgpmime/select-keys.h
13338         * src/plugins/pgpmime/sgpgme.c
13339         * src/plugins/pgpmime/sgpgme.h
13340                 sync with HEAD
13341
13342 2004-10-04 [colin]      0.9.12cvs122.1
13343
13344         * src/mainwindow.c
13345         * src/messageview.c
13346         * src/messageview.h
13347         * src/textview.c
13348                 Sync with HEAD
13349
13350 2004-10-04 [colin]      0.9.12cvs121.1
13351
13352         * src/summaryview.c
13353                 Sync with HEAD
13354
13355 2004-10-04 [paul]       0.9.12cvs120.1
13356
13357         * configure.ac
13358                 sync with HEAD [don't try to build 
13359                 pgpmime plugin when gpgme is disabled]
13360
13361 2004-10-03 [colin]      0.9.12cvs119.3
13362
13363         * src/gtk/gtksctree.c
13364                 Lots of side effects. Put back as before 117.2.
13365         * src/summaryview.c
13366                 Fix bug #602
13367
13368 2004-10-03 [colin]      0.9.12cvs119.2
13369
13370         * src/gtk/gtksctree.c
13371                 Revert 608 fix that doesn't work that good
13372
13373 2004-10-02 [colin]      0.9.12cvs119.1
13374
13375         * src/mainwindow.c
13376         * src/messageview.c
13377         * src/prefs_common.h
13378         * src/procmime.c
13379         * src/procmime.h
13380         * src/textview.c
13381                 Sync with HEAD
13382         * src/gtk/gtksctree.c
13383                 Close bug #608
13384
13385 2004-10-01 [colin]      0.9.12cvs118.1
13386
13387         * src/mimeview.c
13388                 Sync with HEAD (better Save All fix)
13389
13390 2004-10-01 [colin]      0.9.12cvs117.2
13391
13392         * src/gtk/gtksctree.c
13393                 Faster on selection
13394
13395 2004-10-01 [colin]      0.9.12cvs117.1
13396
13397         * src/mimeview.c
13398                 Sync with HEAD (Save All: only attachments)
13399
13400 2004-10-01 [paul]       0.9.12cvs116.1
13401
13402         * ChangeLog.claws
13403         * configure.ac
13404         * src/account.c
13405         * src/prefs_common.c
13406         * src/gtk/colorlabel.c
13407                 sync with HEAD
13408
13409 2004-09-30 [colin]      0.9.12cvs115.1
13410
13411         * src/stock_pixmap.c
13412         * src/stock_pixmap.h
13413         * src/folderview.c
13414         * src/Makefile.am
13415         * src/pixmaps/read.xpm
13416                 Sync with HEAD (new pixmap)
13417
13418 2004-09-29 [colin]      0.9.12cvs114.1
13419
13420         * src/compose.c
13421                 Sync with HEAD
13422                 Fix focus handling in headers
13423
13424 2004-09-29 [paul]       0.9.12cvs113.1
13425
13426         * src/quote_fmt_parse.y
13427                 sync with HEAD
13428  
13429
13430 2004-09-28 [colin]      0.9.12cvs112.1
13431
13432         * src/folderview.c
13433         * src/mainwindow.c
13434                 Sync with HEAD
13435
13436 2004-09-28 [colin]      0.9.12cvs110.1
13437
13438         * src/folderview.c
13439                 Sync with HEAD (Contextual Empty trash menu)
13440
13441 2004-09-28 [colin]      0.9.12cvs108.1
13442
13443         * src/addressbook.c
13444                 Sync with HEAD (addressbook edit on double-click)
13445
13446 2004-09-28 [colin]      0.9.12cvs106.1
13447
13448         * src/inc.c
13449                 Sync with HEAD (folder_item freeze on inc)
13450
13451 2004-09-27 [colin]      0.9.12cvs105.1
13452
13453         * src/folderview.c
13454                 Sync with HEAD (right-align new and unread column)
13455
13456 2004-09-27 [colin]      0.9.12cvs104.1
13457
13458         * src/main.c
13459                 Sync with HEAD (revert 0.9.12cvs101)
13460
13461 2004-09-24 [colin]      0.9.12cvs103.2
13462
13463         * src/wizard.c
13464                 Fix gtk warnings and use domain part of the email address 
13465                 when domain detection fails (no dot in domain name)
13466
13467 2004-09-23 [colin]      0.9.12cvs103.1
13468
13469         * src/plugins/spamassassin/libspamc.c
13470         * src/plugins/spamassassin/libspamc.h
13471         * src/plugins/spamassassin/utils.c
13472         * src/plugins/spamassassin/utils.h
13473                 Sync with HEAD (Update spamassassin to 3.0)
13474
13475 2004-09-21 [colin]      0.9.12cvs102.3
13476
13477         * src/action.c
13478                 Add horizontal scrollbar in action io dialog as needed
13479                 Patch by Alfons.
13480
13481 2004-09-20 [colin]      0.9.12cvs102.2
13482
13483         * src/plugins/image_viewer/viewer.c
13484                 Remove imlib stuff
13485                 use gtk_pixmap_set when clearing
13486                 (would be better to use gtkImages, but causes size-allocate 
13487                 signals storm)
13488
13489 2004-09-17 [paul]       0.9.12cvs102.1
13490
13491         * ChangeLog
13492         * ChangeLog.claws
13493         * ChangeLog.jp
13494         * configure.ac
13495         * src/inc.c
13496                 sync with HEAD
13497
13498
13499 2004-09-17 [colin]      0.9.12cvs101.1
13500
13501         * ChangeLog.claws
13502         * src/main.c
13503                 Sync with HEAD (fix segs at exit)
13504
13505 2004-09-14 [colin]      0.9.12cvs99.5
13506
13507         * src/common/socket.c
13508         * AUTHORS
13509                 Fix send error on 64bit platforms
13510                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13511
13512 2004-09-14 [colin]      0.9.12cvs99.4
13513
13514         * src/action.c
13515                 Fix action output with utf8 
13516                 Patch by Alfons.
13517
13518 2004-09-14 [colin]      0.9.12cvs99.3
13519
13520         * ChangeLog.claws
13521         * src/folder.c
13522                 Sync with HEAD
13523
13524 2004-09-09 [colin]      0.9.12cvs99.2
13525
13526         * src/action.c
13527                 Fix progress bar (displaying "Completed %v/%u")
13528                 Patch by Alfons.
13529
13530 2004-09-08 [colin]      0.9.12cvs99.1
13531
13532         * src/account.c
13533         * src/folder.c
13534         * src/procmsg.c
13535         * src/procmsg.h
13536         * src/plugins/pgpmime/pgpmime.c
13537                 Sync with HEAD
13538
13539 2004-09-08 [colin]      0.9.12cvs97.2
13540
13541         * src/summaryview.c
13542                 Don't select mails in collapsed threads 
13543                 when navigating with up/down
13544
13545 2004-09-07 [colin]      0.9.12cvs97.1
13546
13547         * src/inc.c
13548                 Sync with HEAD (meaningful error messages)
13549
13550 2004-09-06 [colin]      0.9.12cvs96.1
13551
13552         * src/toolbar.c
13553                 Sync with HEAD (fix Redirect graying out)
13554
13555 2004-09-06 [colin]      0.9.12cvs95.1
13556
13557         * src/summaryview.c
13558         * src/mimeview.c
13559                 Sync with HEAD (fix dropped URIs)
13560
13561 2004-09-06 [colin]      0.9.12cvs94.1
13562
13563         * src/addressbook.c
13564         * src/addressitem.h
13565         * src/addritem.c
13566         * src/addritem.h
13567                 Sync with HEAD (addressbook DnD)
13568
13569 2004-09-03 [colin]      0.9.12cvs93.1
13570
13571         * src/summaryview.c
13572                 Sync with HEAD (next/prev unread)
13573
13574 2004-09-03 [colin]      0.9.12cvs92.1
13575
13576         * src/prefs_common.c
13577         * src/prefs_common.h
13578         * src/summaryview.c
13579                 Sync with HEAD ('mark_as_read_delay' pref)
13580
13581 2004-09-02 [colin]      0.9.12cvs91.2
13582
13583         * src/common/xml.c
13584                 Fix leak
13585
13586 2004-09-02 [colin]      0.9.12cvs91.1
13587
13588         * src/gtk/menu.c
13589                 Sync with HEAD (menu accel don't work, but whatever)
13590
13591 2004-09-02 [colin]      0.9.12cvs90.1
13592
13593         * src/account.c
13594                 Sync with HEAD (fix bug 582)
13595
13596 2004-09-02 [colin]      0.9.12cvs89.1
13597
13598         * src/addrindex.c
13599                 Sync with HEAD (free deleted queries)
13600
13601 2004-09-02 [colin]      0.9.12cvs88.1
13602
13603         * src/ldapquery.c
13604                 Sync with HEAD (fix LDAP freezes)
13605
13606 2004-09-02 [colin]      0.9.12cvs87.1
13607
13608         * src/prefs_spelling.c
13609                 Sync with HEAD (add default dictionary)
13610
13611 2004-09-01 [colin]      0.9.12cvs86.1
13612
13613         * src/filtering.c
13614         * src/folderview.c
13615         * src/imap.c
13616         * src/prefs_matcher.c
13617         * src/stock_pixmap.c
13618         * src/summary_search.c
13619         * src/summaryview.c
13620         * src/wizard.c
13621         * src/wizard.h
13622                 Sync with HEAD (uninitialized vars fixes)
13623                 + gtk2 specific warning fixes
13624
13625 2004-08-31 [colin]      0.9.12cvs85.1
13626
13627         * src/folder.c
13628                 Sync with HEAD (Fix memory corruption due to 
13629                 uninitialized var)
13630
13631 2004-08-31 [colin]      0.9.12cvs84.4
13632
13633         * src/summary_search.c
13634                 Fix segfaults when searching in folders with broken headers
13635
13636 2004-08-31 [colin]      0.9.12cvs84.3
13637
13638         * src/compose.c
13639         * src/textview.c
13640                 Fix some more encoding/decoding issues
13641
13642 2004-08-30 [colin]      0.9.12cvs84.2
13643
13644         * src/mimeview.c
13645         * src/prefs_themes.c
13646         * src/gtk/filesel.c
13647         * src/gtk/filesel.h
13648                 Add a folder-mode selection (fixes mimeview's "Save all")
13649
13650 2004-08-29 [colin]      0.9.12cvs84.1
13651
13652         * src/mimeview.c
13653                 Sync with HEAD (don't escape saved filenames)
13654
13655 2004-08-27 [colin]      0.9.12cvs83.1
13656
13657         * ChangeLog
13658         * ChangeLog.claws
13659         * ChangeLog.jp
13660         * src/mh.c
13661         * src/procheader.c
13662         * src/procmsg.c
13663         * src/procmsg.h
13664         * src/common/utils.c
13665         * src/gtk/menu.h
13666         * po/
13667                 Sync with HEAD 0.9.12cvs83 (sync with main)
13668
13669 2004-08-26 [colin]      0.9.12cvs82.4
13670
13671         * src/codeconv.c
13672                 Fix strange stack corruption
13673                 Convert to utf8 after unmime, not before
13674
13675 2004-08-26 [colin]      0.9.12cvs82.3
13676
13677         * src/main.c
13678         * src/wizard.c
13679                 Fix account folders duplication
13680
13681 2004-08-25 [colin]      0.9.12cvs82.2
13682
13683         * src/wizard.c
13684                 Remove ports
13685                 Add SSL selection
13686                 Use login@server as account name
13687
13688 2004-08-25 [colin]      0.9.12cvs82.1
13689
13690         * src/plugins/pgpmime/pgpmime.c
13691                 Sync with HEAD (leak fix).
13692
13693 2004-08-25 [colin]      0.9.12cvs81.1
13694
13695         * src/plugins/pgpmime/pgpmime.c
13696         * src/plugins/pgpmime/sgpgme.c
13697         * src/plugins/pgpmime/sgpgme.h
13698                 Sync with HEAD (Handle combined messages).
13699
13700 2004-08-24 [colin]      0.9.12cvs80.3
13701
13702         * src/wizard.c
13703                 Fix full name, ports, and imap
13704
13705 2004-08-24 [colin]      0.9.12cvs80.2
13706
13707         * src/Makefile.am
13708         * src/main.c
13709         * src/setup.c
13710         * src/setup.h
13711         * src/stock_pixmap.c
13712         * src/stock_pixmap.h
13713         * src/wizard.c ** ADDED **
13714         * src/wizard.h ** ADDED ** 
13715         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13716                 Add a setup wizard 
13717
13718 2004-08-24 [colin]      0.9.12cvs80.1
13719
13720         * src/folder.c
13721                 Sync with HEAD (set mimeflags on all messages)
13722
13723 2004-08-24 [colin]      0.9.12cvs79.3
13724
13725         * src/matcher_parser_lex.l
13726                 Fix 8bits strings not in utf8
13727
13728 2004-08-24 [colin]      0.9.12cvs79.2
13729
13730         * src/compose.c
13731                 Check conversion result before replacing buffer
13732
13733 2004-08-23 [colin]      0.9.12cvs79.1
13734
13735         * src/compose.c
13736                 Sync with HEAD (create message header in memory)
13737
13738 2004-08-23 [colin]      0.9.12cvs78.1
13739
13740         * src/rfc2015.c
13741         * src/rfc2015.h
13742                 Sync with HEAD (fix bug 197 again)
13743
13744 2004-08-23 [colin]      0.9.12cvs77.3
13745
13746         * src/compose.c
13747                 Fix again inline gpg signing (which outputs utf8
13748                 in gtk2). Not syncing this fix to HEAD as this 
13749                 code is meant to die.
13750
13751 2004-08-23 [colin]      0.9.12cvs77.2
13752
13753         * src/prefs_account.h
13754                 Remove useless include
13755
13756 2004-08-23 [colin]      0.9.12cvs77.1
13757
13758         * src/imap.c
13759         * po/es.po
13760         * po/fr.po
13761         * po/it.po
13762         * po/pl.po
13763         * po/pt_BR.po
13764         * po/sk.po
13765         * po/sr.po
13766                 Sync with HEAD (fix bug 577)
13767
13768 2004-08-22 [colin]      0.9.12cvs76.1
13769
13770         * src/plugins/trayicon/trayicon.c
13771                 Sync with HEAD (fix formatting bug)
13772
13773 2004-08-21 [colin]      0.9.12cvs74.2
13774
13775         * src/gtk/colorsel.c
13776                 Fix bug 564 (Folder color selection window exits on any
13777                 keypress)
13778
13779 2004-08-21 [colin]      0.9.12cvs74.1
13780
13781         * ChangeLog.claws
13782         * src/compose.c
13783         * src/summaryview.c
13784         * src/toolbar.c
13785                 Sync with HEAD (fix bug 576)
13786
13787 2004-08-21 [colin]      0.9.12cvs70.1
13788
13789         * src/compose.c
13790         * src/mainwindow.c
13791                 Sync with HEAD
13792                 
13793
13794 2004-08-21 [paul]       0.9.12cvs66.4
13795
13796         * src/mainwindow.c
13797         * src/messageview.c
13798         * src/gtk/menu.c
13799         * src/plugins/spamassassin/spamassassin_gtk.c
13800                 remove some deprecated gtk1 functions
13801
13802
13803 2004-08-21 [colin]      0.9.12cvs66.3
13804
13805         * src/compose.c
13806         * src/codeconv.c
13807                 Fix warnings
13808                 Remove encoding hacks
13809                 Fix bug 575 (Strange character messes up message)
13810                 Don't display conversion error when drafting
13811
13812 2004-08-21 [paul]       0.9.12cvs66.2
13813
13814         * src/prefs_account.c
13815                 fix GnuPG mode bugs
13816
13817
13818 2004-08-20 [colin]      0.9.12cvs66.1
13819
13820         * src/codeconv.c
13821                 Sync with HEAD 0.9.12cvs66
13822
13823 2004-08-20 [paul]
13824
13825         * src/plugins/pgpmime/plugin.c
13826                 modify PGP/MIME plugin's description
13827
13828 2004-08-17 [colin]      0.9.12cvs65.1
13829
13830         * src/common/ssl.c
13831         * src/plugins/pgpmime/plugin.c
13832                 Sync with HEAD
13833
13834 2004-08-14 [colin]      0.9.12cvs60.3
13835
13836         * src/plugins/trayicon/trayicon.c
13837                 Put back resize callback, on size-request signal
13838                 rather than size-allocate to avoid infinite 
13839                 callback loop
13840
13841 2004-08-13 [colin]      0.9.12cvs60.2
13842
13843         * src/common/defs.h
13844                 Cache versions have been fixed
13845
13846 2004-08-13 [colin]      0.9.12cvs60.1
13847
13848         * src/folderutils.c
13849                 Sync with HEAD
13850
13851 2004-08-12 [colin]      0.9.12cvs59.1
13852
13853         * src/plugins/trayicon/trayicon.c
13854                 Sync with HEAD
13855
13856 2004-08-12 [colin]      0.9.12cvs57.5
13857
13858         * sylpheed.desktop
13859         * configure.ac
13860         * src/Makefile.am
13861         * src/main.c
13862                 Add support for Freedesktop.org's startup notification
13863
13864 2004-08-11 [colin]      0.9.12cvs57.4
13865
13866         * src/textview.c
13867                 Fix off-by-one
13868
13869 2004-08-11 [colin]      0.9.12cvs57.3
13870
13871         * src/message_search.c
13872         * src/summary_search.c
13873                 Make searches case insensitive by default
13874         * src/textview.c
13875                 Fix case-insensitive search in message
13876
13877 2004-08-11 [colin]      0.9.12cvs57.2
13878
13879         * src/summary_search.c
13880                 Let case-sensitive be specified
13881
13882 2004-08-10 [colin]      0.9.12cvs55.4
13883
13884         * src/common/socket.c
13885                 Fix the possible race condition
13886
13887 2004-08-09 [paul]       0.9.12cvs55.3
13888
13889         * configure.ac
13890         * src/Makefile.am
13891         * src/common/Makefile.am
13892                 sync with HEAD
13893
13894
13895 2004-08-09 [paul]       0.9.12cvs55.2
13896
13897         * autogen.sh
13898         * po/poconv.sh
13899                 remove unneeded script
13900
13901         * configure.ac
13902                 add forgotten USE_LDAP_TLS (sync with HEAD)
13903
13904
13905 2004-08-09 [colin]      0.9.12cvs55.1
13906
13907         * src/main.c
13908         * src/common/ssl.c
13909         * src/common/sylpheed.c
13910         * src/common/sylpheed.h
13911                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13912
13913 2004-08-09 [paul]       0.9.12cvs54.1
13914
13915         * ChangeLog
13916         * ChangeLog.claws
13917         * ChangeLog.jp
13918         * configure.ac
13919         * po/POTFILES.in
13920         * src/Makefile.am
13921         * src/folderutils.c
13922         * src/main.c
13923         * src/pgpmime.c
13924         * src/pgpmime.h
13925         * src/sgpgme.c
13926         * src/sgpgme.h
13927         * src/plugins/Makefile.am
13928         * src/plugins/pgpmime/.cvsignore
13929         * src/plugins/pgpmime/Makefile.am
13930         * src/plugins/pgpmime/pgpmime.c
13931         * src/plugins/pgpmime/pgpmime.h
13932         * src/plugins/pgpmime/plugin.c
13933         * src/plugins/pgpmime/sgpgme.c
13934         * src/plugins/pgpmime/sgpgme.h
13935                 sync with HEAD
13936
13937 2004-08-08 [paul]       0.9.12cvs51.1
13938
13939         * configure.ac
13940         * src/folder.c
13941                 sync with HEAD
13942
13943 2004-08-07 [colin]      0.9.12cvs50.1
13944
13945         * src/pop.c
13946         * src/common/partial_download.c
13947                 fix warnings (sync from HEAD)
13948
13949 2004-08-07 [colin]      0.9.12cvs48.1
13950
13951         * src/prefs_folder_item.c
13952                 sync with HEAD 0.9.12cvs48
13953
13954 2004-08-06 [colin]      0.9.12cvs47.1
13955
13956         * src/compose.c
13957                 Sync with HEAD
13958
13959 2004-08-06 [christoph]  0.9.12cvs46.2
13960
13961         * src/main.c
13962         * src/plugins/clamav/clamav_plugin_gtk.c
13963         * src/plugins/dillo_viewer/dillo_viewer.c
13964         * src/plugins/image_viewer/plugin.c
13965         * src/plugins/mathml_viewer/mathml_viewer.c
13966         * src/plugins/spamassassin/spamassassin_gtk.c
13967         * src/plugins/trayicon/trayicon.c
13968                 don't mix GTK1.2 plugin with GTK2 plugins
13969
13970 2004-08-06 [colin]      0.9.12cvs46.1
13971
13972         * ChangeLog
13973         * ChangeLog.claws
13974         * ChangeLog.jp
13975         * configure.ac
13976         * sylpheed-claws.pc.in
13977         * src/folder.c
13978         * src/imap.c
13979         * src/localfolder.c
13980         * src/messageview.c
13981         * src/mimeview.c
13982         * src/mimeview.h
13983         * src/msgcache.c
13984         * src/news.c
13985         * src/prefs_ext_prog.c
13986         * src/prefs_folder_item.c
13987         * src/prefs_fonts.c
13988         * src/prefs_msg_colors.c
13989         * src/prefs_spelling.c
13990         * src/prefs_themes.c
13991         * src/prefs_toolbar.c
13992         * src/prefs_wrapping.c
13993         * src/procmime.h
13994         * src/common/defs.h
13995         * src/common/nntp.c
13996         * src/common/session.c
13997         * src/common/session.h
13998         * src/common/socket.c
13999         * src/common/utils.h
14000         * src/common/xml.c
14001         * src/common/xml.h
14002         * src/gtk/prefswindow.c
14003         * src/gtk/prefswindow.h
14004         * src/plugins/clamav/clamav_plugin_gtk.c
14005         * src/plugins/dillo_viewer/dillo_prefs.c
14006         * src/plugins/image_viewer/viewerprefs.c
14007         * src/plugins/spamassassin/spamassassin_gtk.c
14008         * m4/openssl.m4 *** REMOVED ***
14009                 Sync with HEAD 0.9.12cvs46
14010
14011 2004-08-03 [paul]       0.9.12cvs40.2
14012
14013         * src/action.c
14014         * src/addressadd.c
14015         * src/addressbook.c
14016         * src/addrgather.c
14017         * src/browseldap.c
14018         * src/compose.c
14019         * src/crash.c
14020         * src/editaddress.c
14021         * src/editgroup.c
14022         * src/editldap_basedn.c
14023         * src/foldersel.c
14024         * src/importldif.c
14025         * src/mimeview.c
14026         * src/prefs_common.c
14027         * src/prefs_template.c
14028         * src/sourcewindow.c
14029         * src/summaryview.c
14030         * src/gtk/about.c
14031         * src/gtk/foldersort.c
14032         * src/gtk/logwindow.c
14033         * src/gtk/pluginwindow.c
14034         * src/gtk/prefswindow.c
14035                 change all gtk_scrolled_window_set_policy from 
14036                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14037
14038 2004-08-02 [paul]       0.9.12cvs40.1
14039
14040         * AUTHORS
14041                 update translation team section
14042         * po/pt_BR.po
14043                 updated by Frederico Goncalves Guimaraes
14044                 <fggdebian@yahoo.com.br>
14045
14046 2004-07-31 [colin]      0.9.12cvs39.9
14047
14048         * src/exphtmldlg.c
14049                 Fix compilation
14050
14051 2004-07-31 [colin]      0.9.12cvs39.8
14052
14053         * src/exphtmldlg.c
14054                 Fix an alertpanel type
14055
14056 2004-07-30 [colin]      0.9.12cvs39.7
14057
14058         * src/alertpanel.c
14059                 Fix alertpanel_error_log's icon
14060
14061 2004-07-30 [colin]      0.9.12cvs39.6
14062
14063         * src/pop.c
14064                 Two of them should still be warnings
14065
14066 2004-07-30 [colin]      0.9.12cvs39.5
14067
14068         * src/pop.c
14069                 More warning -> error
14070 2004-07-29 [colin]      0.9.12cvs39.4
14071
14072         * src/pop.c
14073                 Warning -> error
14074
14075 2004-07-29 [colin]      0.9.12cvs39.3
14076
14077         * src/prefs_matcher.c
14078                 Fix segfault
14079
14080 2004-07-29 [colin]      0.9.12cvs39.2
14081
14082         * src/alertpanel.c
14083                 More nice-looking alertpanels
14084
14085 2004-07-29 [colin]      0.9.12cvs39.1
14086
14087         * src/messageview.c
14088                 sync with head
14089                 (inform user when partial mail is deleted on server)
14090
14091 2004-07-29 [colin]      0.9.12cvs38.1
14092
14093         * src/messageview.c
14094                 sync with head
14095
14096 2004-07-28 [paul]       0.9.12cvs37.7
14097
14098         * src/mainwindow.c
14099                 complete the replacement of deprecated gtk_progress_*
14100
14101 2004-07-28 [paul]       0.9.12cvs37.6
14102
14103         * src/action.c
14104         * src/inc.c
14105         * src/mainwindow.c
14106         * src/send_message.c
14107         * src/gtk/progressdialog.c
14108         * src/gtk/progressdialog.h
14109                 replace deprecated gtk_progress_*
14110
14111 2004-07-28 [paul]       0.9.12cvs37.5
14112
14113         * src/gtk/filesel.c
14114                 remove gtk_window_set_wmclass()
14115 2004-07-28 [paul]       0.9.12cvs37.4
14116
14117         * src/addressbook.c
14118         * src/compose.c
14119         * src/foldersel.c
14120         * src/mainwindow.c
14121         * src/messageview.c
14122         * src/sourcewindow.c
14123         * src/gtk/logwindow.c
14124                 remove gtk_window_set_wmclass()
14125                 
14126         * src/prefs_filtering.c
14127         * src/prefs_filtering_action.c
14128         * src/prefs_fonts.c
14129         * src/prefs_gtk.c
14130         * src/prefs_matcher.c
14131         * src/ssl_manager.c
14132         * src/gtk/prefswindow.c
14133                 replace gtk_window_position()
14134
14135 2004-07-28 [colin]      0.9.12cvs37.3
14136
14137         * src/alertpanel.c
14138         * src/alertpanel.h
14139                 Add a way to specify panel type for specific
14140                 panels (alertpanel())
14141         * src/account.c
14142         * src/addressbook.c
14143         * src/compose.c
14144         * src/expldifdlg.c
14145         * src/main.c
14146         * src/messageview.c
14147         * src/summaryview.c
14148         * src/textview.c
14149         * src/gtk/sslcertwindow.c
14150                 Fix alertpanel()s so that their icon match
14151                 their real type
14152
14153 2004-07-28 [paul]       0.9.12cvs37.2
14154
14155         * src/addr_compl.c
14156         * src/addressbook.c
14157         * src/alertpanel.c
14158         * src/compose.c
14159         * src/export.c
14160         * src/foldersel.c
14161         * src/folderview.c
14162         * src/grouplistdialog.c
14163         * src/import.c
14164         * src/mainwindow.c
14165         * src/message_search.c
14166         * src/messageview.c
14167         * src/passphrase.c
14168         * src/prefs_actions.c
14169         * src/prefs_common.c
14170         * src/prefs_customheader.c
14171         * src/prefs_display_header.c
14172         * src/prefs_filtering.c
14173         * src/prefs_filtering_action.c
14174         * src/prefs_gtk.c
14175         * src/prefs_matcher.c
14176         * src/prefs_msg_colors.c
14177         * src/prefs_summary_column.c
14178         * src/prefs_template.c
14179         * src/sourcewindow.c
14180         * src/ssl_manager.c
14181         * src/summary_search.c
14182         * src/gtk/colorsel.c
14183         * src/gtk/description_window.c
14184         * src/gtk/gtkaspell.c
14185         * src/gtk/inputdialog.c
14186         * src/gtk/logwindow.c
14187         * src/gtk/prefswindow.c
14188         * src/gtk/progressdialog.c
14189                 replace deprecated gtk_window_set_policy
14190
14191 2004-07-27 [colin]      0.9.12cvs37.1
14192
14193         * src/msgcache.c
14194                 More fixes (synced for head again)
14195
14196 2004-07-27 [colin]      0.9.12cvs35.3
14197
14198         * src/msgcache.c
14199                 Fix wrong test
14200
14201 2004-07-27 [colin]      0.9.12cvs35.2
14202
14203         * src/mimeview.c
14204                 Fix width a bit (by Paul)
14205         * src/alertpanel.c
14206         * src/alertpanel.h
14207                 Specialize icons, make alertpanel_message()
14208                 private
14209         * src/message_search.c
14210         * src/sgpgme.c
14211         * src/summary_search.c
14212                 Suit alertpanel changes
14213
14214 2004-07-27 [colin]      0.9.12cvs35.1
14215
14216         * src/alertpanel.c
14217                 Add an icon
14218         * src/passphrase.c
14219                 Add debug output - maybe someone will
14220                 want to look at the problem with Grab
14221                 Input :)
14222         Bump version as we're synced with HEAD
14223
14224 2004-07-26 [colin]      0.9.12cvs33.26
14225
14226         * src/pop.c
14227                 Fix uidl-file parsing when not in new
14228                 format
14229
14230 2004-07-26 [colin]      0.9.12cvs33.25
14231
14232         * src/gtk/menu.c
14233                 Move popup menu up if necessary (fixes 
14234                 account selector)
14235         * src/mainwindow.c
14236                 Set account selector's button height to
14237                 minimum
14238
14239 2004-07-26 [colin]      0.9.12cvs33.24
14240
14241         * src/alertpanel.c
14242                 Maybe fix 551 (Truncated font in alert window)
14243
14244 2004-07-26 [colin]      0.9.12cvs33.23
14245
14246         * po/de.po
14247         * po/es.po
14248         * po/fr.po
14249         * po/it.po
14250         * po/ja.po
14251         * po/pl.po
14252         * po/ru.po
14253         * po/sk.po
14254         * po/sr.po
14255         * po/zh_CN.po
14256                 Sync po files with HEAD
14257
14258 2004-07-26 [paul]       0.9.12cvs33.22
14259
14260         * src/compose.c
14261                 fix Bug 556 'Organisation-header is sent even if empty'
14262
14263 2004-07-24 [colin]      0.9.12cvs33.21
14264
14265         * src/compose.c
14266         * src/gtk/gtkaspell.c
14267         * src/gtk/gtkaspell.h
14268                 Fix speller accelerators (require hack)
14269
14270 2004-07-24 [colin]      0.9.12cvs33.20
14271
14272         * src/gtk/gtkaspell.c
14273                 Fix over-eager code deletion breaking
14274                 Check while typing
14275
14276 2004-07-24 [colin]      0.9.12cvs33.19
14277
14278         * src/browseldap.c
14279         * src/ldapctrl.c
14280         * src/ldapctrl.h
14281         * src/ldapserver.h
14282                 Sync ldap with HEAD
14283         (Fixes 546 LDAP completely broken)
14284
14285 2004-07-24 [colin]      0.9.12cvs33.18
14286
14287         * src/prefs_msg_colors.c
14288                 Fix prototype mismatch
14289         (Fixes 547 void function cannot return value)
14290
14291 2004-07-24 [colin]      0.9.12cvs33.17
14292
14293         * src/mainwindow.c
14294                 Fix sort going back to previous sort key
14295                 when changing sort direction
14296
14297 2004-07-24 [colin]      0.9.12cvs33.16
14298
14299         * src/compose.c
14300                 Fix space insertion when re-wrapping at 
14301                 cursor point
14302
14303 2004-07-24 [colin]      0.9.12cvs33.15
14304
14305         * src/gtk/gtkaspell.c
14306                 Don't change cursor position in insert-text
14307                 callback
14308         (Fixes 539 Word wrapping on input transposes letters)
14309
14310 2004-07-24 [colin]      0.9.12cvs33.14
14311
14312         * src/gtk/gtkaspell.c
14313                 Reencode non-ascii chars to dictionary's
14314                 encoding
14315         (Fixes 544 Spell check broken non english locale)
14316
14317 2004-07-24 [colin]      0.9.12cvs33.13
14318
14319         * src/summaryview.c
14320                 Fix Shift+Down, add Home/End/PgUp/PgDown
14321
14322 2004-07-21 [colin]      0.9.12cvs33.12
14323
14324         * src/prefs_common.c
14325                 Fix a gtk warning (Patch by Andrej Kacian)
14326
14327 2004-07-21 [colin]      0.9.12cvs33.11
14328
14329         * src/gtk/filesel.c
14330                 More check
14331
14332 2004-07-21 [colin]      0.9.12cvs33.10
14333
14334         * src/compose.c
14335         * src/crash.c
14336         * src/export.c
14337         * src/import.c
14338         * src/messageview.c
14339         * src/mimeview.c
14340         * src/prefs_spelling.c
14341         * src/prefs_themes.c
14342         * src/summaryview.c
14343         * src/gtk/filesel.c
14344         * src/gtk/filesel.h
14345         * src/gtk/pluginwindow.c
14346                 Untwist open/save mode guessing logic, make
14347                 it explicit
14348
14349 2004-07-20 [colin]      0.9.12cvs33.9
14350
14351         * src/codeconv.c
14352                 conv_encode_header: src_charset is UTF-8 on
14353                 gtk2
14354         * src/compose.c
14355                 Remove double encoding of the headers
14356
14357 2004-07-20 [colin]      0.9.12cvs33.8
14358
14359         * src/codeconv.c
14360                 Fix typo
14361
14362 2004-07-20 [colin]      0.9.12cvs33.7
14363
14364         * src/mainwindow.c
14365                 Set the separated messageview to the saved
14366                 size of Claws' messageview (Patch by Alfons)
14367                 Fix a callback prototype (me)
14368
14369 2004-07-20 [colin]      0.9.12cvs33.6
14370
14371         * src/codeconv.h
14372                 Forgot one hunk in 0.9.12cvs33.4
14373
14374 2004-07-19 [colin]      0.9.12cvs33.5
14375
14376         * src/action.c
14377                 Action output fix
14378                 Patch by Alfons
14379
14380 2004-07-19 [colin]      0.9.12cvs33.4
14381
14382         * src/compose.c
14383                 Fix outgoing charset bug in headers
14384         * src/codeconv.c
14385                 Clean for glib2 - Patch by Alfons
14386
14387 2004-07-19 [colin]      0.9.12cvs33.3
14388
14389         * src/statusbar.c
14390                 Remove grip from the statusbar
14391                 Patch by Alfons
14392
14393 2004-07-19 [colin]      0.9.12cvs33.2
14394
14395         * src/messageview.c
14396         * src/textview.c
14397                 Fix messageview remembering the previous
14398                 scroll position when loading a new message
14399                 Patch by Alfons
14400
14401 2004-07-19 [colin]      0.9.12cvs33.1
14402
14403         * src/folder.h
14404         * src/folderview.c
14405         * src/summaryview.c
14406                 Sync with HEAD
14407
14408 2004-07-18 [colin]      0.9.12cvs32.7
14409
14410         * configure.ac
14411                 Remove useless check for XIM - noticed
14412                 by Alfons
14413
14414 2004-07-18 [colin]      0.9.12cvs32.6
14415
14416         * src/summaryview.c
14417                 Remove non-modified and shift-modified
14418                 accelerators in summaryview's popup
14419                 menu, as that doesn't get catched by
14420                 the accel-activate signal catcher...
14421
14422 2004-07-18 [colin]      0.9.12cvs32.5
14423
14424         * src/prefs_common.c
14425                 Define sensible default prefs for 
14426                 wrapping
14427
14428 2004-07-18 [colin]      0.9.12cvs32.4
14429
14430         * src/compose.c
14431         * src/prefs_common.c
14432         * src/prefs_common.h
14433         * src/prefs_wrapping.c
14434                 Remove Smart Wrapping pref, which does
14435                 nothing on gtk2 branch
14436
14437 2004-07-18 [colin]      0.9.12cvs32.3
14438
14439         * src/sourcewindow.c
14440                 Proper utf8
14441
14442 2004-07-18 [colin]      0.9.12cvs32.2
14443
14444         * src/compose.c
14445                 Save attachment status when drafting
14446
14447 2004-07-18 [colin]      0.9.12cvs32.1
14448
14449         * src/gtk/filesel.c
14450                 Fix erratic folder selection in open mode
14451
14452 2004-07-18 [colin]      0.9.12cvs31.11
14453
14454         * src/pop.c
14455                 Don't let partial messages get deleted
14456                 even with "dowload all"
14457                 (0.9.12cvs31.8 fix extension)
14458 2004-07-18 [colin]      0.9.12cvs31.10
14459
14460         * src/gtk/logwindow.c
14461                 Fix log scrolling
14462
14463 2004-07-18 [colin]      0.9.12cvs31.9
14464
14465         * src/common/utils.c
14466                 Fix non-utf8 strings coming from commands
14467                 and files
14468
14469 2004-07-18 [colin]      0.9.12cvs31.8
14470
14471         * src/pop.c
14472                 Fix partial download bug with Download all
14473                 messages option
14474
14475 2004-07-18 [colin]      0.9.12cvs31.7
14476
14477         * src/textview.c
14478                 Fix bug introduced in 0.9.12cvs31.2
14479                 (blocked in select mode after double click)
14480
14481 2004-07-18 [colin]      0.9.12cvs31.6
14482
14483         * src/compose.c
14484         * src/gtk/menu.c
14485                 More glib-warning fixes
14486
14487 2004-07-18 [colin]      0.9.12cvs31.5
14488
14489         * src/compose.c
14490                 Fix trashing the primary clipboard when moving 
14491                 around with tab
14492         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14493
14494 2004-07-18 [colin]      0.9.12cvs31.4
14495
14496         * src/codeconv.c
14497                 convert unencoded iso headers to utf8
14498         (Fix Bug 538 Unencoded local characters in subject make it 
14499          disappear)
14500
14501 2004-07-18 [colin]      0.9.12cvs31.3
14502
14503         * src/compose.c
14504                 Fix tab char handling in wrapping
14505         (Fix Bug 537 Line wrap problem - TAB character treated as 
14506          one character instead of 8)
14507
14508 2004-07-18 [colin]      0.9.12cvs31.2
14509
14510         * src/textview.c
14511                 return FALSE on GDK_MOTION_NOTIFY
14512         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14513          (unable to highlight))
14514
14515 2004-07-18 [colin]      0.9.12cvs31.1
14516
14517         * src/folderview.c
14518                 Sync with 0.9.12cvs31
14519
14520 2004-07-18 [colin]      0.9.12cvs30.4
14521
14522         * src/compose.c
14523                 Also block text_inserted when inserting a file
14524
14525 2004-07-18 [colin]      0.9.12cvs30.3
14526
14527         * src/compose.c
14528                 Fix smart wrapping (block text_inserted handler
14529                 while putting quotation to avoid wrap on input,
14530                 don't join lines if next is sig separator)
14531
14532 2004-07-17 [colin]      0.9.12cvs30.2
14533
14534         * src/folderview.c
14535         * src/mainwindow.c
14536         * src/mimeview.c
14537         * src/summaryview.c
14538         * src/gtk/quicksearch.c
14539         * src/gtk/quicksearch.h
14540                 Block key events handlers *and* accels while
14541                 quicksearch is focused
14542         (Fixes Bug 534 quick-search bar not accepting certain letters)
14543
14544 2004-07-17 [colin]      0.9.12cvs30.1
14545
14546         * src/folder.h
14547         * src/folderview.c
14548         * src/summaryview.c
14549                 Sync with 0.9.12cvs30
14550
14551 2004-07-17 [colin]      0.9.12cvs28.2
14552
14553         * src/mimeview.c
14554         * src/procmime.c
14555         * src/summaryview.c
14556         * src/gtk/menu.c
14557                 Squash some compile and glib warnings
14558
14559 2004-07-17 [paul]       0.9.12cvs28.1
14560
14561         * src/mimeview.c
14562                 sync with 0.9.12cvs28 HEAD
14563
14564 2004-07-16 [paul]       0.9.12cvs26.1
14565         
14566         * src/gtk/quicksearch.c
14567         * src/account.c
14568         * src/account.h
14569         * src/compose.c
14570         * src/customheader.c
14571         * src/folder_item_prefs.c
14572         * src/main.c
14573         * src/mainwindow.c
14574         * src/messageview.c
14575         * src/mimeview.c
14576         * src/news.c
14577         * src/pgpmime.c
14578         * src/pop.c
14579         * src/pop.h
14580         * src/prefs_account.c
14581         * src/prefs_account.h
14582         * src/prefs_common.c
14583         * src/prefs_common.h
14584         * src/prefs_display_header.c
14585         * src/prefs_gtk.c
14586         * src/prefs_gtk.h
14587         * src/procheader.c
14588         * src/procmime.c
14589                 sync with 0.9.12cvs26 HEAD      
14590
14591 2004-07-15 [colin]      0.9.12cvs18.14
14592
14593         * src/folder.c
14594                 Disable GPG signature check during
14595                 folder move and scan
14596         (Closes Bug 521 Signature checking slows down Folder-Move)
14597
14598 2004-07-14 [colin]      0.9.12cvs18.13
14599
14600         * src/common/partial_download.c
14601                 update includes
14602
14603 2004-07-14 [colin]      0.9.12cvs18.12
14604
14605         * src/common/partial_download.c
14606         * src/common/partial_download.h
14607                 Move doc at top, add correct copyright
14608
14609 2004-07-14 [colin]      0.9.12cvs18.11
14610
14611         * src/folder.c
14612         * src/messageview.c
14613         * src/pop.c
14614         * src/pop.h
14615         * src/procmsg.c
14616         * src/summaryview.c
14617         * src/common/Makefile.am
14618         * src/common/partial_download.c ** NEW FILES **
14619         * src/common/partial_download.h ** NEW FILES **
14620                 Move partial-download related stuff to its
14621                 own file
14622
14623 2004-07-14 [colin]      0.9.12cvs18.10
14624
14625         * src/send_message.c
14626                 Fix smtp auth when user is null or empty
14627
14628 2004-07-13 [colin]      0.9.12cvs18.9
14629
14630         * src/gtk/quicksearch.c
14631                 Use alphabetic order
14632
14633 2004-07-13 [colin]      0.9.12cvs18.8
14634
14635         * src/pop.c
14636                 Be paranoid on the checks
14637
14638 2004-07-13 [colin]      0.9.12cvs18.7
14639
14640         * src/gtk/quicksearch.c
14641                 Fix Engrish once again
14642
14643 2004-07-13 [colin]      0.9.12cvs18.6
14644
14645         * src/procmsg.c
14646         * src/summaryview.c
14647                 Mark messages for deletion when they are about to
14648                 be removed from trash
14649
14650 2004-07-13 [colin]      0.9.12cvs18.5
14651
14652         * src/matcher.c
14653         * src/matcher.h
14654         * src/matcher_parser_parse.y
14655         * src/prefs_matcher.c
14656         * src/gtk/quicksearch.c
14657                 Add 'partial' ('p') match string to find partially
14658                 downloaded messages
14659
14660 2004-07-13 [colin]      0.9.12cvs18.4
14661
14662         * src/pop.c
14663                 Fix misplaced block
14664
14665 2004-07-13 [colin]      0.9.12cvs18.3
14666
14667         * src/pop.c
14668         * src/pop.h
14669         * src/messageview.c
14670                 Refactor API (to avoid passing 5+ params and code
14671                 duplication)
14672         * src/folder.c
14673         * src/msgcache.c
14674         * src/procheader.c
14675         * src/common/defs.h
14676                 Add planned_download to cache
14677                 Don't mess uidl file when moving partially downloaded
14678                 mails (they change folder, we should change it in the
14679                 uidl list too or we'll remove an incorrect message)
14680                 (this also helps removing hacks when changing 
14681                 planned_download in messageview.c)
14682
14683 2004-07-12 [colin]      0.9.12cvs18.2
14684
14685         * src/gtk/quicksearch.c
14686                 Fix missing status update in quicksearch
14687
14688 2004-07-12 [paul]       0.9.12cvs18.1
14689
14690         * po/POTFILES.in
14691         * src/Makefile.am
14692         * src/account.c
14693         * src/codeconv.c
14694         * src/compose.c
14695         * src/inc.c
14696         * src/main.c
14697         * src/prefs_common.c
14698         * src/procmsg.h
14699         * src/toolbar.c
14700         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14701         * src/prefs_wrapping.[ch]       ** NEW FILES **
14702         * src/common/intl.h
14703         * src/common/utils.[ch]
14704         * src/gtk/quicksearch.[ch]
14705                 sync with 0.9.12cvs18 HEAD
14706
14707 2004-07-12 [colin]      0.9.11cvs17.25
14708
14709         * src/folder.c
14710         * src/folder.h
14711                 Remove unused function added by me in 0.9.11cvs17.10
14712
14713 2004-07-11 [colin]      0.9.11cvs17.24
14714
14715         * src/inc.c
14716         * src/messageview.c
14717         * src/pop.c
14718         * src/pop.h
14719                 Use folderitem and msgnum instead of filename to
14720                 know which mail to delete
14721                 Move old partial mail deletion to pop.c
14722
14723 2004-07-10 [colin]      0.9.11cvs17.23
14724
14725         * src/inc.c
14726                 Add debug
14727         * src/pop.c
14728         * src/pop.h
14729                 Don't re-use same enums for unrelated stuff: it's 
14730                 completely misleading !
14731                 Document a bit
14732
14733 2004-07-09 [colin]      0.9.11cvs17.22
14734
14735         * src/inc.c
14736                 Remove folder-type check and do
14737                 more tests to be sure everything's
14738                 ok
14739         * src/messageview.c
14740                 Punctuation update, remove useless
14741                 code, fix two warnings
14742         * src/noticeview.c
14743                 Layout cleaning, reset 2nd button
14744                 when specifying one
14745
14746 2004-07-09 [colin]      0.9.11cvs17.21
14747
14748         * src/messageview.c
14749         * src/pop.c
14750         * src/pop.h
14751                 Allow user to change his mind
14752                 and postpone decision (by
14753                 unmarking the mail)
14754
14755 2004-07-09 [colin]      0.9.11cvs17.20
14756
14757         * src/messageview.c
14758                 Fix bug with delete state
14759         * src/pop.c
14760         * src/pop.h
14761                 Fix buffer leak (fread doesn't 
14762                 terminate buffers with \0)
14763                 Refactoring (remove magic 
14764                 numbers)
14765
14766 2004-07-09 [colin]      0.9.11cvs17.19
14767
14768         * src/pop.c
14769                 Don't log "Skipping message" if 
14770                 we're going to TOP it two lines
14771                 later
14772
14773 2004-07-09 [colin]      0.9.11cvs17.18
14774
14775         * src/messageview.c
14776                 Fix Engrish
14777
14778 2004-07-09 [colin]      0.9.11cvs17.17
14779
14780         * src/pop.c
14781                 strlen checking...
14782         * src/messageview.c
14783                 refactoring a bit
14784
14785 2004-07-08 [colin]      0.9.11cvs17.16
14786
14787         * src/noticeview.c
14788         * src/noticeview.h
14789                 Add an optional second button
14790         * src/messageview.c
14791         * src/pop.c
14792         * src/pop.h
14793                 Don't delete partially received mails after a certain
14794                 time; rather, let the user decide.
14795
14796 2004-07-08 [colin]      0.9.11cvs17.15
14797
14798         * src/common/smtp.h
14799                 Sync with HEAD
14800
14801 2004-07-08 [colin]      0.9.11cvs17.14
14802
14803         * src/messageview.c
14804         * src/common/smtp.c
14805                 Use to_human_readable() for sizes
14806
14807 2004-07-08 [colin]      0.9.11cvs17.13
14808
14809         * src/inc.c
14810         * src/messageview.c
14811         * src/pop.c
14812         * src/pop.h
14813         * src/procmsg.c
14814                 Fix partial-downloading issues:
14815                         catch unsupported TOP
14816                         don't delete partially downloaded mails before 5 days
14817                         don't update existing with non-MH folders; that'll
14818                         make dups, but it's better than trashing the folder
14819                         free new msginfo parts
14820                 Fix indentation ;-)
14821
14822 2004-07-08 [colin]      0.9.11cvs17.12
14823
14824         * src/common/smtp.c
14825         * src/common/smtp.h
14826                 Sync smtp size verification with HEAD
14827
14828 2004-07-08 [colin]      0.9.11cvs17.11
14829
14830         * src/summaryview.c
14831         * src/prefs_common.c
14832         * src/prefs_common.h
14833         * src/gtk/quicksearch.c
14834         * src/gtk/quicksearch.h
14835                 Sync sticky pref with HEAD
14836
14837 2004-07-08 [colin]      0.9.11cvs17.10
14838
14839         * src/folder.c [1.213.2.6]
14840         * src/folder.h [1.87.2.6]
14841         * src/inc.c [1.149.2.7]
14842         * src/messageview.c [1.94.2.8]
14843         * src/procheader.c [1.47.2.6]
14844         * src/procmsg.c [1.150.2.4]
14845         * src/procmsg.h [1.60.2.5]
14846         * src/pop.c [1.56.2.4]
14847         * src/pop.h [1.17.2.3]
14848                 Let too big messages get downloaded, but truncated
14849                 Add a button to download them completely
14850                 
14851 2004-07-06 [colin]      0.9.11cvs17.9
14852
14853         * src/gtk/quicksearch.c [1.1.2.3]
14854                 Add a Clear button
14855         * commitHelper
14856         * PATCHSETS
14857                 Add a script to help with cvs
14858
14859 2004-07-03 [colin]      0.9.11cvs17.8
14860
14861         * src/plugins/imageviewer/viewer.c
14862                 fix imageviewer (which was staying on the first
14863                 displayed image)
14864
14865 2004-07-03 [colin]      0.9.11cvs17.7
14866
14867         Removed FIXME_GTK2 warnings
14868         * src/gtk/gtkutils.c
14869                 useless #warnings
14870         * src/gtk/menu.c
14871                 useless #warnings (no need to mess with menu rc)
14872         * src/gtk/menu.h
14873                 unused functions
14874         
14875
14876 2004-07-03 [colin]      0.9.11cvs17.6
14877
14878         Removed FIXME_GTK2 warnings
14879         * src/codeconv.c
14880                 useless #warnings (rewrite needed)
14881         * src/compose.c
14882                 useless #warnings (rewrite needed)
14883                 useless #warnings (gtk2 is like that)
14884                 useless #warnings (previously fixed)
14885         * src/main.c
14886                 useless #warnings (previously fixed)
14887         * src/message_search.c
14888                 useless #warnings (gtk2 is like that)
14889                 Made apparent that search is case-sensitive
14890         * src/mimeview.c
14891                 useless #warnings (rewrite needed)
14892                 useless #warnings (gtk2 is like that)
14893                 reimplemented real warnings
14894         * src/prefs_common.c
14895                 Removed block cursor option (not it gtk2)
14896         * src/prefs_gtk.c
14897                 useless #warnings (rewrite needed)
14898         * src/procheader.c
14899                 useless #warnings (rewrite needed)
14900         * src/sourcewindow.c
14901                 useless #warnings (incorrect placing)
14902         * src/summary_search.c
14903                 useless #warnings (gtk2 is like that)
14904                 Made apparent that search is case-sensitive
14905         * src/action.c
14906                 useless #warnings (gtk2 is like that)
14907         * src/textview.c
14908                 useless #warnings (rewrite needed)
14909         * src/toolbar.c
14910                 useless #warnings (rewrite needed)
14911
14912 2004-07-03 [colin]      0.9.11cvs17.5
14913
14914         * src/textview.c
14915                 Fix mismerge which broke URI opening
14916                 
14917 2004-07-01 [colin]      0.9.11cvs17.4
14918
14919         * src/gtk/filesel.c
14920                 Fill filename when saving
14921                 
14922 2004-06-27 [colin]      0.9.11cvs17.3
14923
14924         * src/gtk/filesel.[ch]
14925                 Use the new GTK file selector
14926                 Update prototype to match the reality: multiple file
14927                 selection is open-only          
14928         * src/compose.c
14929                 Match the new prototypes        
14930         * configure.ac
14931                 Match the new requirements (gtk 2.4.0)
14932                         
14933 2004-06-26 [colin]      0.9.11cvs17.2
14934
14935         * src/plugins/trayicon/trayicon.c
14936                 Remove useless signal handler on resize, which causes
14937                 an infinite "loop"
14938         
14939 2004-06-26 [colin]      0.9.11cvs17.1
14940         
14941         * tools/Makefile.am
14942                 remove launch_firebird and add nautilus2sylpheed.sh
14943         * src/quicksearch.c
14944           src/summaryview.c
14945                 Fix show/hide "Extended symbols" button problem
14946                 Fix apparition at startup
14947                 Fix const warnings
14948         * src/plugins/image_viewer/Makefile.am
14949                 Fix configure 
14950         * common/ssl.c
14951                 Re-enable certificate check, as it doesn't seem to
14952                 cause Xlib errors anymore
14953
14954 2004-06-25 [paul]       0.9.11cvs17
14955
14956         * sync with 0.9.11cvs17 HEAD
14957         
14958         NOTE: QuickSearch is broken
14959
14960 2004-06-07 [colin]      0.9.10claws67.10
14961         * src/plugins/trayicon/trayicon.c
14962           src/plugins/trayicon/libeggtrayicon/Makefile.am
14963           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14964                 Fix gettextization in trayicon plugin
14965
14966 2004-06-07 [colin]      0.9.10claws67.9
14967         
14968         * src/summaryview.c
14969           src/gtk/gtksctree.[ch]
14970                 Let Shift+{Up,Down} work in summaryview
14971                 (well, Down "works" and Up works)
14972                 Let the list scroll when using these keys
14973
14974 2004-06-06 [colin]      0.9.10claws67.8
14975
14976         * src/plugins/trayicon/trayicon.c
14977                 Fix pixmap update
14978
14979 2004-06-06 [colin]      0.9.10claws67.7
14980
14981         * src/addressbook.c
14982                 Fix signal handling causing system-wide focus grab
14983
14984 2004-05-25 [paul]       0.9.10claws67.6
14985
14986         * Makefile.am
14987           src/Makefile.am
14988                 clean up
14989
14990 2004-05-25 [paul]       0.9.10claws67.5
14991
14992         * replace deprecated gtk_signal... functions
14993
14994 2004-05-23 [colin]      0.9.10claws67.4
14995
14996         * src/compose.c
14997                 Fix wrapping
14998
14999 2004-05-22 [colin]      0.9.10claws67.3
15000
15001         * src/compose.c
15002                 Re-fix [Edited] in compose.c::compose_reedit()
15003
15004 2004-05-22 [colin]      0.9.10claws67.2
15005
15006         * src/procmime.c
15007                 Fix parsing of multiparts mails
15008
15009 2004-05-22 [colin]      0.9.10claws67.1
15010
15011         * src/summaryview.c
15012                 Fix quicksearch
15013
15014 2004-05-22 [paul]       0.9.10claws67
15015
15016         * sync with 0.9.10claws67 HEAD
15017
15018 2004-05-14 [alfons]
15019
15020         * src/procmime.h
15021                 add forgotton prototype
15022
15023 2004-05-10 [paul]       0.9.10claws57
15024
15025         * sync with 0.9.10claws57 HEAD
15026
15027 2004-05-05 [paul]       0.9.9.claws1
15028
15029         * ChangeLog-gtk2        ** REMOVED **
15030           ChangeLog-gtk2.claws  ** ADDED **
15031                 rename and adopt the normal claws format
15032                 
15033         * configure.ac
15034                 require gtkmathview >= 0.5
15035
15036         * ac/*                          ** REMOVED **
15037           ac/                           ** REMOVED **
15038           intl/Makefile.in              ** REMOVED **
15039           m4/                           ** ADDED **
15040           m4/missing                    ** ADDED **
15041           m4/missing/gdk-pixbuf.m4      ** ADDED **
15042           m4/missing/gettext.m4         ** ADDED **
15043           m4/missing/gpgme.m4           ** ADDED **
15044           m4/missing/imlib.m4           ** ADDED **
15045           m4/.cvsignore                 ** ADDED **
15046           m4/Makefile.am                ** ADDED **
15047           m4/README                     ** ADDED **
15048           m4/aclocal-include.m4         ** ADDED **
15049           m4/aspell.m4                  ** ADDED **
15050           m4/check-type.m4              ** ADDED **
15051           m4/gnupg-check-typedef.m4     ** ADDED **
15052           m4/openssl.m4                 ** ADDED **
15053           m4/spamassassin.m4            ** ADDED **
15054           po/ChangeLog                  ** REMOVED **
15055           po/Makefile.in.in             ** REMOVED **
15056           po/Rules-quot                 ** REMOVED **
15057           po/boldquot.sed               ** REMOVED **
15058           po/en@boldquot.header         ** REMOVED **
15059           po/en@quot.header             ** REMOVED **
15060           po/insert-header.sin          ** REMOVED **
15061           po/quot.sed                   ** REMOVED **
15062           po/remove-potcdate.sed        ** REMOVED **
15063           po/remove-potcdate.sin        ** REMOVED **
15064           po/stamp-po                   ** REMOVED **
15065           Makefile.am
15066           autogen.sh
15067           configure.ac
15068                 enable building with automake 1.8.x
15069                 add 'autopoint --force' to autogen.sh and remove all
15070                 auto-generated files, remove ac/ directory and use
15071                 m4/ directory instead
15072                 
15073         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15074                 fix gettextization
15075
15076 2004-02-28 Colin Leroy <colin@colino.net>
15077         * src/prefs_matcher.c
15078           src/prefs_filtering.c
15079           src/prefs_filtering_action.c
15080                 Fix non-editable GtkEntries
15081
15082 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15083         * src/prefs_themes.c
15084                 utf8 conversion for theme info
15085
15086 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15087         * sync 0.9.9claws
15088
15089 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15090         * src/grouplistdialog.c
15091                 allow multiple selections without ctrl key
15092
15093 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15094         * src/main.c
15095                 enable customizable accelerators
15096
15097 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15098         * src/prefs_common.c
15099                 re-enable different font settings for gtk1/2
15100         * src/prefs_folder_item.c
15101                 fix folder prefs displayed wrong
15102         * src/textview.c
15103                 set 'sunken' shadow type
15104
15105 2004-02-07 Colin Leroy <colin@colino.net>
15106         * src/compose.c
15107                 Fix message being always [Edited]
15108                 Encode headers correctly (utf8 buf)
15109
15110 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15111         * src/socket.c
15112                 remove double g_source_attach()
15113                 (Thanks to Colin Leroy)
15114
15115 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15116         * src/gtk/gtksctree.c
15117                 Fix SSL certificate list not shown
15118         * src/mimeview.c
15119                 Fix clicks in mime tree
15120
15121 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15122         * src/common/socket.c
15123                 Fix SSL receive
15124         * src/compose.c
15125                 Fix clipboard menu hotkeys
15126
15127 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15128         * src/gtk/gtkaspell.[ch]
15129           src/compose.c
15130                 reimplement spellchecker
15131
15132 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15133         * src/gtk/filesel.c
15134                 crash when inserting file in compose window
15135                 (TODO: keep old selection on clicks)
15136         * src/main.c
15137                 use gtkrc-2.0 instead of gtkrc
15138
15139 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15140         * src/messageview.c
15141                 remove orphaned mimeview unref()
15142
15143 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15144         * src/grouplistdialog.c
15145                 expand nodes containing subscribed groups
15146
15147 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15148         * src/textview.c
15149                 textview: hide cursor, restore old click behaviour
15150
15151 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15152         * src/textview.c
15153                 variable names messed up
15154
15155 2004-01-17 Colin Leroy <colin@colino.net>
15156         * src/addr_compl.c
15157                 Fix completion address too thin
15158         * src/compose.c
15159                 Fix tab-to-subject behaviour
15160         * src/summaryview.c
15161                 Implement key up & down in summaryview
15162
15163 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15164
15165         * sync 098claws
15166
15167 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15168         * configure.ac
15169           Makefile.am
15170           doc/.cvsignore
15171           doc/Makefile.am
15172                 faq, man, manual moved to doc/
15173         * ac/aspell.m4
15174           ac/check-type.m4
15175           ac/gnupg-check-typedef.m4
15176           ac/openssl.m4
15177           ac/spamassassin.m4
15178           ac/missing/gdk-pixbuf.m4
15179           ac/missing/gpgme.m4
15180           ac/missing/imlib.m4
15181                 fix automake warnings
15182
15183 2003-12-06 Colin Leroy <colin@colino.net>
15184         * src/summaryview.c
15185                 Fix quicksearch
15186
15187 2003-12-05 Colin Leroy <colin@colino.net>
15188         * src/summaryview.c
15189                 Fix going to next unread folder
15190
15191 2003-12-05 Colin Leroy <colin@colino.net>
15192         * src/crash.c
15193                 Fix gtk2 compilation
15194         * src/session.c
15195                 Remove iotag source handler at disconnection
15196         * src/socket.[ch] 
15197                 Remove source handler when closing socket 
15198                 (fixes another seg)
15199
15200 2003-12-04 Colin Leroy <colin@colino.net>
15201         * src/compose.c
15202           src/prefs_account.c
15203           src/prefs_common.c
15204                 Fix some dropdown menus
15205
15206 2003-12-04 Colin Leroy <colin@colino.net>
15207         * src/compose.c
15208                 Fix event handlers on header fields
15209         * src/common/socket.c
15210           src/common/session.c
15211                 Fix segfault with callback (SSL)
15212                 Fix end of session 
15213
15214 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15215
15216         * Fix compile bug in src/compose.c
15217         * removed src/gtk/gtkstext.[ch]
15218
15219 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15220
15221         * Convert character set and escape "text" attributes in toolbar setting
15222         files.
15223         * Fixed bug in button-press-event handling.
15224
15225 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15226
15227         * Fixed bug in key-press-event handling.
15228
15229 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15230
15231         * Enabled to compile tray-icon plugin (Ad-hoc).
15232         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15233
15234 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15235
15236         * Enabled to compile on sylpheed-claws.
15237         (tray-icon plugin still cannot compile yet.)
15238
15239 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15240
15241         * Updated to 0.9.5.
15242
15243 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15244
15245         * Updated to 0.9.4.
15246         * Ported monitoring SSL mechanism to GSource of GLib2
15247         (I don't confirm it)
15248         * Added _gtk2 suffix to key name of font preference to avoid
15249         ovverwriting preference of Gtk+-1.2 version.
15250
15251 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15252
15253         * Updated to 0.9.2.
15254
15255 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15256
15257         * Updated to 0.9.1.
15258         * Translate po files into UTF-8 when execute autogen.sh.
15259
15260 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15261
15262         * Updated to 0.9.0.
15263
15264 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15265
15266         * Plugged GError related memory leaks.
15267
15268 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15269
15270         * Changed default size of fonts.
15271         * Enabled to set titile font size of warning dialog.
15272
15273 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15274
15275         * Embed a sylpheed icon into executable binary on Windows.
15276
15277 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15278
15279         * I forgot to traslate character set of element string in src/xml.c.
15280
15281 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15282
15283         * Fixed detecting bind_textdomain_codeset in configure.in.
15284         * The bug in which "Example" of "Date fromat" preference isn't displayed
15285         correctly has been fixed.
15286
15287 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15288
15289         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15290           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15291           glib-gettextize
15292           Removed intl directory.
15293           Translated po files into UTF-8.
15294           (Thanks! Ryuji Abe)
15295
15296 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15297
15298         * The bug which doesn't unscape string in xml.c has been fixed.
15299
15300 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15301
15302         * The bug which is failed to translate encoding of file name thorough
15303         file dialog has been fixed.
15304
15305 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15306
15307         * Modified to translate file names which is used in inporting/expoting
15308         mbox feature and "Save as" feature into locale encoding.
15309         * Translate file names into locale encoding when "Attache file" and
15310         "Insert file".
15311         * Force set G_BROKEN_FILENAMES environment variable.
15312         * Other minor fixes.
15313
15314 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15315
15316         * Modified to treat MH folder's name as locale encoding.
15317
15318 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15319
15320         * The bug which clash on switching candidates of auto completion of
15321         addresses, cannot use auto completion in Japanesse is fixed
15322         (Thanks! Tokunaga-san)¡¥
15323
15324 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15325
15326         * The bug which cannot switch key accelerator preference has been fixed
15327         (Thanks! smbd-san)¡¥
15328
15329 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15330
15331         * version 0.8.11-gtk2-20030314
15332
15333 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15334
15335         * The bug in which character set conversion of filtering messages has
15336         been fixed.(Thanks! COCOA-san).
15337
15338 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15339
15340         * Revived "Leave space on head" preference in "Message" category.
15341         * A bug which clash when put the cursor to end of buffer and execute
15342         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15343
15344 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15345
15346         * version 0.8.11-gtk2-20030312
15347
15348 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15349
15350         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15351         * Modified to use Pango's API directly for font preference.
15352         * Integrated GtkTextView of textview to one widget.
15353         * Set fonts of header title in textview by "header_title" tag.
15354         * Removed some deprecated codes.
15355
15356 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15357
15358         * Updated to 0.8.11.
15359         * Merged cygwin patch(Thanks! Sakai-san).
15360
15361 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15362
15363         * version 0.8.10-gtk2-20030309