1431144b6ded0a2bcfc06304b05727ee466eb3cc
[claws.git] / ChangeLog
1 2006-06-03 [colin]      2.2.0cvs76
2
3         * src/mbox.c
4                 Fix bug #962 (Manual and/or UI should 
5                 warn about incompatible locking 
6                 causing dataloss)
7
8 2006-06-02 [cleroy]     2.2.0cvs75
9
10         * src/filtering.c
11         * src/folder.c
12         * src/procmsg.c
13         * src/summaryview.c
14                 Fix a few leaks
15
16 2006-06-02 [colin]      2.2.0cvs74
17
18         * src/main.c
19                 On exit, free caches after writing them
20                 Shuts up some valgrind false positives
21         * src/procmsg.c
22         * src/send_message.c
23                 Fix races when reusing existing SMTP connections
24                 Fix inexistant session timeout
25         * src/toolbar.c
26                 Display alertpanel after all queues have
27                 been processed, not after each
28
29 2006-06-02 [wwp]        2.2.0cvs73
30
31         * manual/fr/glossary.xml
32         * manual/fr/ack.xml
33         * manual/ack.xml
34                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
35
36 2006-06-02 [wwp]        2.2.0cvs72
37
38         * manual/xml2pdf
39         * manual/dist/pdf/Makefile.am
40         * manual/dtd/manual.xsl
41         * manual/fr/dist/pdf/Makefile.am
42         * manual/pl/dist/pdf/Makefile.am
43                 we changed the procedure to generate the .pdf version of the manual.
44                 The procedure is more modern and the .pdf we get now has a valid index.
45                 Here are the new pre-requisites:
46
47                 - JRE 1.x (1.4 here): there must be one from your distro
48                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
49                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
50                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
51
52                 See my posts for further info about the installation of this toolchain:
53
54                 Date: Fri, 19 May 2006 19:40:06 +0200
55                 From: wwp <subscript@free.fr>
56                 To: sylpheed-claws-devel@lists.sourceforge.net
57                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
58
59                 and
60
61                 Date: Wed, 24 May 2006 12:58:49 +0200
62                 From: wwp <subscript@free.fr>
63                 To: sylpheed-claws-devel@lists.sourceforge.net
64                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
65
66 2006-06-01 [colin]      2.2.0cvs71
67
68         * src/compose.c
69                 Better guards against IMAP races
70         * src/main.c
71         * src/prefs_common.c
72         * src/prefs_common.h
73         * src/common/ssl_certificate.c
74         * src/etpan/imap-thread.c
75         * src/etpan/imap-thread.h
76         * src/gtk/sslcertwindow.c
77                 New hidden option ssl_skip_cert_check to 
78                 avoid dups of bug #959 (libetpan linked
79                 against gnutls and gnutls buggy on 64bit)
80                 Present expired warning only once per
81                 session/server.
82         * manual/advanced.xml
83         * manual/fr/advanced.xml
84                 Document new option
85
86 2006-06-01 [wwp]        2.2.0cvs70
87
88         * src/messageview.c
89                 fix for bug #961 (wrong check was done when checking before sending
90                 notification email), thanks to Colin.
91
92 2006-05-31 [cleroy]     2.2.0cvs69
93
94         * src/common/ssl.c
95                 Guard against NULLs, although this
96                 should never be an issue
97
98 2006-05-31 [colin]      2.2.0cvs68
99
100         * src/filtering.c
101                 Use g_slist_prepend
102         * src/imap.c
103                 Don't remove caches when destroying folder, it
104                 could (should) be done at exit
105         * src/inc.c
106                 free processing cache after incorporation
107         * src/etpan/imap-thread.c
108                 Maybe fix bug #959 (Crash on moving to emails 
109                 to a imap account per ssl with a expired 
110                 certificate.)
111
112 2006-05-30 [colin]      2.2.0cvs67
113
114         * src/summaryview.c
115                 Put back event flush when displaying message
116                 It avoids reading a bunch of messages just
117                 by hitting shift-n for too long ;)
118
119 2006-05-29 [colin]      2.2.0cvs66
120
121         * src/summaryview.c
122                 Remove useless g_warnings
123
124 2006-05-29 [colin]      2.2.0cvs65
125
126         * src/imap.c
127                 Fix g_slist_append()s for performance
128
129 2006-05-29 [colin]      2.2.0cvs64
130
131         * src/compose.c
132         * src/common/utils.c
133                 Fix extraneous tab at start of addresses
134         * src/mainwindow.c
135                 Fix warnings (thanks to Fabien)
136                 Fix crash at exit when composing messages 
137                 exist
138         * src/pop.c
139                 Fix progress bar when deleting expired mails
140                 Thanks to Hiro
141         * src/summaryview.c
142         * src/gtk/gtksctree.c
143                 Fix re-sorting slowness
144
145 2006-05-29 [paul]       2.2.0cvs63
146
147         * src/mh.c
148                 fetch full message when moving mails
149                 from another mailbox, (fixed data loss
150                 when filtering from IMAP to MH, introduced
151                 in 2.2.0cvs57).
152                 Thanks to Colin
153
154 2006-05-29 [mones]      2.2.0cvs62
155
156         * src/gtk/gtksctree.c
157                 Unselect faster (patch by Colin)        
158
159 2006-05-26 [colin]      2.2.0cvs61
160
161         * src/summaryview.c
162                 Unplug MSGINFO_UPDATE callback on delete too.
163
164 2006-05-26 [colin]      2.2.0cvs60
165
166         * src/foldersel.c
167                 Fix bold in folder selection window with glib2.10
168                 thanks Hiro
169
170 2006-05-26 [colin]      2.2.0cvs59
171
172         * src/procheader.c
173                 Convert date only if necessary (and don't
174                 try to convert from utf8 to utf8, too)
175         * src/summaryview.c
176                 Only set column's text if the column's 
177                 displayed
178
179 2006-05-26 [colin]      2.2.0cvs58
180
181         * src/summaryview.c
182         * src/gtk/gtkutils.c
183                 Fix useless warning
184
185 2006-05-26 [colin]      2.2.0cvs57
186
187         * src/mainwindow.c
188                 Make summaryview selectable as long as 
189                 no message has focus
190         * src/mh.c
191                 Faster deletion (by implementing mh_remove_msgs)
192                 Faster copy (avoid using mh_fetch_msg just to get
193                 the filename)
194                 Faster move (using move_file instead of copy_file
195                 if MSG_IS_MOVE)
196                 No progressbar if total number of mails to cp/mv 
197                 is less than 100
198         * src/summaryview.c
199                 Fix removal from subject_table when mail gets moved
200                 Faster deletion (g_slist_prepend instead of append)
201         * src/gtk/gtksctree.c
202                 Remove useless code
203
204 2006-05-25 [colin]      2.2.0cvs56
205
206         * src/common/ssl_certificate.c
207                 Fix leak in expired cert check
208
209 2006-05-25 [colin]      2.2.0cvs55
210
211         * src/mh.c
212                 Disable flags syncing on .mh_sequences - it
213                 is buggy and marks mails read under unknown
214                 conditions.
215
216 2006-05-25 [paul]
217
218         * 2.3.0-rc4 released
219
220 2006-05-24 [colin]      2.2.0cvs54
221
222         attention cvs users: if you manage to crash
223         Sylpheed-Claws while moving, copying or deleting
224         mails, we *are* interested in stack traces and
225         valgrind logs. It looks stable, but one never
226         knows...
227
228         * src/folder.c
229                 Add progressbar for cache updates
230         * src/folderutils.c
231                 Optimize Mark all read in the current
232                 folder
233         * src/mh.c
234                 Add progressbar for copy/move
235         * src/procmsg.c
236                 Optimize O(n^2) in copy/move
237         * src/summaryview.c
238         * src/gtk/gtksctree.c
239                 Optimize O(n^2) algos
240         * src/common/timing.h
241                 Display ms instead of us
242
243 2006-05-24 [wwp]        2.2.0cvs53
244
245         * manual/fr/advanced.xml
246                 updates to the French manual.
247
248 2006-05-24 [wwp]        2.2.0cvs52
249
250         * src/common/utils.c
251                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
252
253 2006-05-24 [wwp]        2.2.0cvs51
254
255         * src/folderutils.c
256                 fixed "mark all read" in MH folders (thanks to Colin).
257
258 2006-05-24 [paul]       2.2.0cvs50
259
260         * doc/man/sylpheed-claws.1
261                 updated the man page
262
263 2006-05-23 [colin]      2.2.0cvs49
264
265         * src/folderview.c
266         * src/imap.c
267         * src/inc.c
268         * src/mbox.c
269         * src/messageview.c
270         * src/news.c
271         * src/send_message.c
272         * src/summaryview.c
273         * src/gtk/sslcertwindow.c
274                 alertpanel fixes, by Fabien
275
276 2006-05-23 [colin]      2.2.0cvs48
277
278         * src/folder.c
279         * src/folderview.c
280         * src/msgcache.c
281         * src/summaryview.c
282         * src/gtk/gtksctree.c
283         * src/gtk/gtksctree.h
284                 More timings
285                 Fix slow loading problem, which was caused by the
286                 use of some gtk_ctree funcs and their use of
287                 g_list_position while gtk_ctree_(un)link'ing.
288                 Reap more functions from gtkctree.c to be sure we
289                 use our (fast) version instead of theirs.
290         * src/mh.c
291                 Fix copy of unread mails
292
293
294 2006-05-22 [wwp]        2.2.0cvs47
295
296         * manual/fr/advanced.xml
297                 updated.
298
299 2006-05-22 [colin]      2.2.0cvs46
300
301         * src/filtering.c
302                 Fix possible infinite loop. 'copy' is not a 
303                 final action, so when encountering a 'copy',
304                 we have to check if a previous one was set
305                 and do it. In the same way, if we encounter
306                 a 'move' we have to perform a possibly 
307                 pending 'copy'. This will slow down filtering
308                 on IMAP if move+copy or multiple copy actions
309                 are to be done, but handling it via the batch
310                 would be really too convoluted.
311
312 2006-05-22 [wwp]        2.2.0cvs45
313
314         * manual/fr/advanced.xml
315         * manual/fr/faq.xml
316         * manual/fr/glossary.xml
317         * manual/fr/handling.xml
318         * manual/fr/intro.xml
319         * manual/fr/plugins.xml
320         * manual/fr/sylpheed-claws-manual.xml
321                 sync w/ the english manual: updates URIs, documented mailing-list
322                 support, better explanation about the enabled/disabled feature
323                 in filtering/processing rules by Paul.
324
325 2006-05-21 [colin]      2.2.0cvs44
326
327         * src/summaryview.c
328                 Don't expand after building threads, but during
329
330 2006-05-21 [colin]      2.2.0cvs43
331
332         * src/procmsg.c
333         * src/summaryview.c
334                 More timing possibilities... For next time I have 
335                 to find out how the hell some 3GHz computer takes
336                 one minute to open a 30k folder...
337
338 2006-05-21 [colin]      2.2.0cvs42
339
340         * manual/pl/advanced.xml
341         * manual/pl/faq.xml
342         * manual/pl/glossary.xml
343         * manual/pl/handling.xml
344         * manual/pl/intro.xml
345         * manual/pl/plugins.xml
346         * manual/pl/sylpheed-claws-manual.xml
347                 Polish manual updated by Pawel
348
349 2006-05-20 [colin]
350
351         * 2.3.0-rc3 released
352
353 2006-05-20 [colin]      2.2.0cvs41
354
355         * src/imap.c
356                 Fix -rc2 problems:
357                 - remove cache of moved messages from original folder
358                 - apply new flags to messages even if they aren't appliable
359                   via IMAP.
360
361 2006-05-20 [colin]
362
363         * 2.3.0-rc2 released
364
365 2006-05-19 [colin]      2.2.0cvs40
366
367         * src/imap.c
368                 Don't issue SELECT in imap_change_flags
369                 before having checked that we indeed have
370                 some flags to change. MSG_POSTFILTERED for
371                 example can't be used on IMAP.
372                 Fixes bug #955 (copying messages between 
373                 imap folders is extremely slow), which was
374                 a regression.
375
376 2006-05-19 [colin]      2.2.0cvs39
377
378         * src/folder.c
379         * src/folder.h
380         * src/folderview.c
381                 Try to fix bug #830 (Some unread messages 
382                 get marked read in IMAP inbox):
383                 - Prevent scanning a folder if it's being 
384                   opened via the GUI
385                 - Postpone opening via the GUI of a folder
386                   currently scanned.
387
388
389 2006-05-19 [wwp]        2.2.0cvs38
390
391         * manual/advanced.xml
392                 fix English+typo (thanks to Paul).
393
394 2006-05-19 [wwp]        2.2.0cvs37
395
396         * manual/advanced.xml
397         * manual/fr/advanced.xml
398         * src/gtk/logwindow.c
399         * src/prefs_common.c
400         * src/prefs_common.h
401                 added hidden prefs to allow customization of colors used in
402                 protocol log window (useful for dark gtk+ themes).
403
404 2006-05-19 [wwp]        2.2.0cvs36
405
406         * ChangeLog
407                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
408
409 2006-05-19 [paul]       2.2.0cvs35
410
411         * src/textview.c
412                 make Reply-To fully clickable
413         * src/gtk/logwindow.c
414                 more colouring (SMTP ESMTP)
415         Both patches by Pawel Pekala
416
417 2006-05-19 [cleroy]     2.2.0cvs34
418
419         * src/mh.c
420                 Don't update flags from current folder
421                 Probably fixes bug #935 (Read Messages 
422                 Revert to Being Marked as Unread)
423
424 2006-05-18 [colin]      2.2.0cvs33
425
426         * src/imap.c
427                 Warning fix
428         * src/compose.c
429         * src/mainwindow.c
430         * src/summaryview.c
431         * src/toolbar.c
432                 Allow replying to multiple emails
433                 in multiple windows
434         * src/mimeview.c
435         * src/etpan/imap-thread.c
436                 Leak fixes
437
438 2006-05-18 [paul]       2.2.0cvs32
439
440         * src/summaryview.c
441                 keep Mailing-List menu refreshed
442                 Thanks to Colin
443
444 2006-05-18 [paul]       2.2.0cvs31
445
446         * manual/advanced.xml
447         * manual/faq.xml
448         * manual/glossary.xml
449         * manual/handling.xml
450         * manual/intro.xml
451         * manual/plugins.xml
452         * manual/sylpheed-claws-manual.xml
453                 update URLs
454                 add info about mailing-list support
455                 edit filtering info
456         * src/wizard.c
457         * src/common/defs.h
458         * src/gtk/about.c
459         * src/plugins/dillo_viewer/README
460                 update URLs
461
462 2006-05-17 [wwp]        2.2.0cvs30
463
464         * manual/handling.xml
465         * manual/fr/handling.xml
466                 documented the ability to enabled/disable filtering/processing rules.
467
468 2006-05-17 [colin]      2.2.0cvs29
469
470         * src/main.c
471                 Don't initialize g_thread subsystem if it's 
472                 already done (thanks to Hiro)
473         * src/mimeview.c
474                 Fix saving of parts when there name can't be
475                 converted from UTF-8.
476
477 2006-05-17 [paul]       2.2.0cvs28
478
479         * po/Makefile.in.in
480                 fix config.status warning with autoconf 2.60
481
482 2006-05-17 [paul]       2.2.0cvs27
483
484         * po/POTFILES.in
485                 add src/mbox.c
486
487 2006-05-17 [wwp]        2.2.0cvs26
488
489         * src/mainwindow.c
490                 fix useless and potentially dangerous buffer walking (thanks to Colin).
491
492 2006-05-17 [wwp]        2.2.0cvs25
493
494         * src/plugins/demo/demo.c
495                 updated product name in plugin demo (many plugins need to be
496                 sync'ed w/ that change).
497
498 2006-05-17 [colin]      2.2.0cvs24
499
500         * src/mh.c
501                 Fix leak
502
503 2006-05-16 [colin]      2.2.0cvs23
504
505         * src/mainwindow.c
506                 Stupid me hit again. Fix cvs22.
507
508 2006-05-16 [colin]      2.2.0cvs22
509
510         * src/mainwindow.c
511                 Fix bug #922 (sylpheed-claws crashed after 
512                 pushing on Inbox folder)
513
514 2006-05-16 [colin]      2.2.0cvs21
515
516         * src/compose.c
517                 Make From header be copy/paste/select-able
518
519 2006-05-16 [wwp]        2.2.0cvs20
520
521         * src/export.c
522         * src/matcher.c
523         * src/summaryview.c
524         * src/etpan/imap-thread.c
525                 fix some compiler warnings (thanks to Colin).
526
527 2006-05-16 [wwp]        2.2.0cvs19
528
529         * src/action.c
530         * src/gedit-print.c
531         * src/inc.c
532         * src/mainwindow.c
533         * src/mh.c
534         * src/statusbar.c
535         * src/send_message.c
536         * src/summaryview.c
537                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
538
539 2006-05-15 [colin]      2.2.0cvs18
540
541         * src/procmsg.c
542                 Fix automatic rule creation with List-Post
543
544 2006-05-15 [paul]       2.2.0cvs17
545
546         * tools/filter_conv_new.pl
547                 updated for rule enabling/disabling
548                 claws version >= 2.3.x required
549
550 2006-05-15 [cleroy]     2.2.0cvs16
551
552         * src/main.c
553                 Revert test
554
555 2006-05-15 [cleroy]     2.2.0cvs15
556
557         * src/main.c
558                 test
559
560 2006-05-15 [wwp]        2.2.0cvs14
561
562         * manual/pl/.cvsignore
563                 ignore generated files.
564
565 2006-05-14 [wwp]        2.3.0-rc1
566
567         * 2.3.0-rc1 released
568
569 2006-05-13 [wwp]        2.2.0cvs13
570
571         * src/filtering.c
572         * src/filtering.h
573         * src/matcher.c
574         * src/matcher_parser_lex.l
575         * src/matcher_parser_parse.y
576         * src/prefs_filtering.c
577                 new feature: provide the ability to disable filtering and processing
578                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
579                 adaptations.
580
581 2006-05-13 [colin]      2.2.0cvs12
582
583         * src/compose.c
584                 Remove useless if (a) b; else b;
585                 Thanks to wwp
586
587 2006-05-13 [wwp]        2.2.0cvs11
588
589         * src/export.c
590         * src/import.c
591         * src/mainwindow.c
592         * src/mbox.c
593         * src/summaryview.c
594         * src/summaryview.h
595                 no more silent failures (or at least less ones) when importing
596                 or exporting from/to mbox. Also start importing/exporting if
597                 the necessary info is set.
598
599 2006-05-13 [wwp]        2.2.0cvs10
600
601         * RELEASE_NOTES
602                 restored up-to-date release notes.
603
604 2006-05-13 [paul]       2.2.0cvs9
605
606         * po/nl.po
607         * po/ru.po
608                 updated by Tim Dijkstra and Pavlo Bohmat
609
610 2006-05-12 [colin]      2.2.0cvs8
611
612         * src/gtk/quicksearch.c
613                 Add "k" as shortcut for "colorlabel". Patch
614                 by ath42@users.sf.net.
615
616 2006-05-12 [paul]       2.2.0cvs7
617
618         * src/prefs_common.h
619         * src/prefs_summaries.c
620         * src/summaryview.c
621                 when entering a folder also allow
622                 going directly to first Marked message
623
624 2006-05-12 [paul]       2.2.0cvs6
625
626         * src/summaryview.c
627                 always obey 'confirm before marking all
628                 mails read' option
629
630 2006-05-12 [paul]       2.2.0cvs5
631
632         * src/textview.c
633                 make Sender fully clickable
634
635 2006-05-12 [colin]      2.2.0cvs4
636
637         * src/compose.c
638         * src/compose.h
639                 Let From be editable
640         * src/main.c
641         * src/mh.c
642                 Full support of .mh_sequences' Unseen seq
643
644 2006-05-12 [colin]      2.2.0cvs3
645
646         * src/folder.c
647         * src/mainwindow.c
648         * src/mainwindow.h
649         * src/messageview.c
650         * src/prefs_spelling.c
651         * src/procheader.c
652         * src/procmsg.c
653         * src/procmsg.h
654         * src/summaryview.c
655         * src/toolbar.c
656         * src/toolbar.h
657                 Add contextual menu on Compose toolbar
658                 button. Fixes bug #944 (Automatic
659                 addresses not applied when changing account
660                 from compose window)
661                 add Mailing List support
662                 based on the old 0.6.5claws25 patch by
663                 Melvin Hadasht, with finishing touches
664                 by Colin
665                 Fix "ignore thread" when mails are threaded by
666                 subject (and weren't ignored although appearing
667                 in the thread).
668                 GUI rework.
669                 Both patches by Pawel.
670
671 2006-05-08 [paul]       2.2.0cvs2
672
673         * src/mainwindow.c
674         * src/mainwindow.h
675         * src/messageview.c
676         * src/procheader.c
677         * src/procmsg.c
678         * src/procmsg.h
679         * src/summaryview.c
680                 add Mailing List support
681                 based on the old 0.6.5claws25 patch by 
682                 Melvin Hadasht, with finishing touches
683                 by Colin
684
685 2006-05-08 [colin]      2.2.0cvs1
686
687         * src/mainwindow.c
688         * src/toolbar.c
689         * src/toolbar.h
690                 Add contextual menu on Compose toolbar 
691                 button. Fixes bug #944 (Automatic 
692                 addresses not applied when changing account 
693                 from compose window)
694
695 2006-05-08 [paul]       2.2.0
696
697         2.2.0 released
698
699 2006-05-08 [paul]       2.1.1cvs51
700
701         * po/cs.po
702         * po/de.po
703         * po/en_GB.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, and Ralgh Young
712
713 2006-05-12 [colin]      2.1.1cvs50
714
715         * po/cs.po
716         * po/de.po
717         * po/en_GB.po
718         * po/es.po
719         * po/fi.po
720         * po/fr.po
721         * po/pt_BR.po
722         * po/sr.po
723         * po/zh_CN.po
724                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
725                 Fabien Vantard, Frederico Goncalves Guimaraes,
726                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
727
728 2006-05-05 [colin]      2.1.1cvs49
729
730         * manual/Makefile.am
731         * manual/pl/Makefile.am
732         * manual/pl/account.xml
733         * manual/pl/ack.xml
734         * manual/pl/addrbook.xml
735         * manual/pl/advanced.xml
736         * manual/pl/faq.xml
737         * manual/pl/glossary.xml
738         * manual/pl/gpl.xml
739         * manual/pl/handling.xml
740         * manual/pl/intro.xml
741         * manual/pl/keyboard.xml
742         * manual/pl/plugins.xml
743         * manual/pl/starting.xml
744         * manual/pl/sylpheed-claws-manual.xml
745         * manual/pl/dist/.cvsignore
746         * manual/pl/dist/Makefile.am
747         * manual/pl/dist/html/.cvsignore
748         * manual/pl/dist/html/Makefile.am
749         * manual/pl/dist/pdf/.cvsignore
750         * manual/pl/dist/pdf/Makefile.am
751         * manual/pl/dist/ps/.cvsignore
752         * manual/pl/dist/ps/Makefile.am
753         * manual/pl/dist/txt/.cvsignore
754         * manual/pl/dist/txt/Makefile.am
755                 Add the polish translation of the manual,
756                 Authored by Pawel Pekala.
757
758 2006-05-05 [cleroy]     2.1.1cvs48
759
760         * src/main.c
761                 Re-read matcherrc after loading plugins 
762                 if some of them add folders.
763
764 2006-05-03 [colin]      2.1.1cvs47
765
766         * src/imap.c
767                 I'm idiot
768
769 2006-05-03 [colin]      2.1.1cvs46
770
771         * src/imap.c
772                 Be sure to have a session when
773                 getting separator
774
775 2006-05-03 [colin]      2.1.1cvs45
776
777         * src/imap.c
778         * src/imap.h
779         * src/imap_gtk.c
780                 Fix preventing renaming with namespace 
781                 separator.
782
783 2006-05-01 [colin]      2.1.1cvs44
784
785         * src/action.c
786                 Don't reload messageview when result of
787                 action is piped.
788
789 2006-04-29 [colin]      2.1.1cvs43
790
791         * src/prefs_receive.c
792         * src/plugins/spamassassin/spamassassin_gtk.c
793         * src/plugins/clamav/clamav_plugin_gtk.c
794                 GUI fixes by Pawel
795
796 2006-04-29 [colin]      2.1.1cvs42
797
798         * src/prefs_compose_writing.c
799         * src/prefs_quote.c
800                 Cleanups. Patch by Pawel
801
802 2006-04-28 [paul]       2.1.1cvs41
803
804         * src/matcher.c
805                 fix returned quick search results when search
806                 term contains an underscore.
807                 Thanks to Colin
808
809 2006-04-28 [paul]       2.1.1cvs40
810
811         * src/prefs_message.c
812         * src/prefs_receive.c
813                 GUI cleanups
814                 Patches by Pawel Pekala
815
816 2006-04-27 [colin]      2.1.1cvs39
817
818         * src/wizard.c
819                 Differentiate subject Welcome from
820                 window's title Welcome
821
822 2006-04-27 [paul]
823
824         2.2.0-rc1 released
825
826 2006-04-27 [paul]       2.1.1cvs38
827
828         * manual/advanced.xml
829         * manual/fr/advanced.xml
830                 add info about compose_no_markup hidden pref
831
832 2006-04-27 [paul]       2.1.1cvs37
833
834         * src/prefs_account.c
835                 improve privacy labels
836         * src/prefs_msg_colors.c
837                 change some strings for translators' convenience
838         * src/gtk/gtkutils.c
839                 don't underline the link button text
840
841 2006-04-25 [colin]      2.1.1cvs36
842
843         * src/folder.c
844                 Complete 2.1.1cvs33 (once more ;)
845
846 2006-04-25 [colin]      2.1.1cvs35
847
848         * src/editldap.c
849                 Fix tooltip
850
851 2006-04-25 [cleroy]     2.1.1cvs34
852
853         * src/compose.c
854         * src/gtk/gtkaspell.c
855                 Fix crash on redirect (related to the return 
856                 of the aspell menu in compose's toolbar)
857         * src/prefs_msg_colors.c
858                 Fix sensitivity widgets
859         * src/image_viewer.c
860         * src/gtk/pluginwindow.c
861         * src/gtk/prefswindow.c
862                 Change released signals to clicked (Fabien)
863         * po/POTFILES.in
864         * src/common/socket.c
865         * src/plugins/spamassassin/spamassassin.c
866                 Translate strings (Fabien)
867
868 2006-04-25 [paul]       2.1.1cvs33
869
870         * src/folder.c
871         * src/folder.h
872         * src/folderview.c
873                 complete the fix of bug #912
874                 Thanks to Colin
875
876 2006-04-25 [colin]      2.1.1cvs32
877
878         * src/news.c
879                 Better progress bar
880         * src/mimeview.c
881         * src/summaryview.c
882         * src/summaryview.h
883                 Fix focus chain
884                 Patches by Pawel Pekala
885
886 2006-04-24 [colin]      2.1.1cvs31
887
888         * src/compose.c
889                 Fix compilation warnings (Fabien)
890
891 2006-04-24 [colin]      2.1.1cvs30
892
893         * src/addrindex.c
894         * src/editldap.c
895         * src/editldap_basedn.c
896         * src/editldap_basedn.h
897         * src/ldapctrl.c
898         * src/ldapctrl.h
899         * src/ldapquery.c
900         * src/ldaputil.c
901         * src/ldaputil.h
902                 Fix bug #901 (LDAPS support)
903
904 2006-04-24 [colin]      2.1.1cvs29
905
906         * src/compose.c
907                 Fix logic on error with send dialog on
908         * src/imap.c
909                 Fix compilation without libetpan, thanks
910                 to Fabien
911         * src/summaryview.c
912                 Fix 'context-menu' key
913
914 2006-04-23 [colin]      2.1.1cvs28
915
916         * src/folder.c
917                 Never free current's cache to free up 
918                 memory. Fixes bug #912 (new count 
919                 randomly set to message count)
920
921 2006-04-23 [colin]      2.1.1cvs27
922
923         * src/gtk/quicksearch.c
924                 And remove printf...
925
926 2006-04-23 [colin]      2.1.1cvs26
927
928         * src/gtk/quicksearch.c
929                 Fix replacing in quicksearch, and fix inserting
930                 in the middle of the string. (introduced at 2.1.0cvs22)
931
932 2006-04-23 [colin]      2.1.1cvs25
933
934         * src/imap.c
935                 Make sure uidnext is initialized in get_num_list
936                 (not for stable, related to 2.1.1cvs8 and friends)
937
938 2006-04-23 [colin]      2.1.1cvs24
939
940         * src/imap.c
941                 Output something when login is successful
942                 too
943
944 2006-04-23 [colin]      2.1.1cvs23
945
946         * src/etpan/imap-thread.c
947                 Better logging (line-per-line, hide data in fetch)
948                 Fix a const warning
949         * src/gtk/logwindow.c
950         * src/gtk/logwindow.h
951                 Better logging (color for input/output)
952
953 2006-04-21 [colin]      2.1.1cvs22
954
955         * src/gtk/quicksearch.c
956                 On gtk+-2.8, use stock buttons in quicksearch
957                 Based on a patch by Fabien and a design by Paul
958
959 2006-04-21 [colin]      2.1.1cvs21
960
961         * src/folderview.c
962         * src/mainwindow.c
963                 Fix occasional flicker in folderview
964         * src/common/utils.c
965                 Fix bug #943 (Incorrectly parsed email address 
966                 list in short headers on message view and in 
967                 printouts)
968
969 2006-04-20 [colin]      2.1.1cvs20
970
971         * src/imap.c
972         * src/imap.h
973         * src/prefs_account.c
974                 Add ANONYMOUS auth for IMAP
975
976 2006-04-20 [paul]       2.1.1cvs19
977
978         * src/main.c
979                 proper fix for 2.1.1cvs18
980                 Thanks to Colin
981
982 2006-04-20 [paul]       2.1.1cvs18
983
984         * src/main.c
985                 fix build warnings
986
987 2006-04-20 [paul]       2.1.1cvs17
988
989         * src/gtk/quicksearch.c
990                 fix standard, non-extended Quick search,
991                 was broken in 2.1.1cvs15.
992                 Thanks to Colin.
993
994 2006-04-20 [colin]      2.1.1cvs16
995
996         * src/prefs_matcher.c
997                 Fix values when reselecting a ~test
998                 rule
999
1000 2006-04-19 [colin]      2.1.1cvs15
1001
1002         * src/compose.c
1003         * src/compose.h
1004         * src/gtk/gtkaspell.c
1005         * src/gtk/gtkaspell.h
1006                 Put back Options menu in Spelling/
1007         * src/gtk/quicksearch.c
1008                 Don't search, and show error, if the
1009                 advanced search has a syntax error
1010
1011 2006-04-18 [colin]      2.1.1cvs14
1012
1013         * src/textview.c
1014                 Fix gdk warnings on set_cursor when textview
1015                 isn't visible
1016
1017 2006-04-18 [colin]      2.1.1cvs13
1018
1019         * src/gtk/gtksctree.c
1020                 Remove seemingly useless refresh that causes
1021                 flicker - watch this commit in case of 
1022                 problems before planned backport to stable
1023
1024 2006-04-18 [colin]      2.1.1cvs12
1025
1026         * src/imap.c
1027                 Factorize get/set_xml code
1028         * src/compose.c
1029         * src/prefs_account.c
1030         * src/prefs_account.h
1031         * src/procmsg.c
1032                 Add Encrypt to self option
1033
1034 2006-04-17 [colin]      2.1.1cvs11
1035
1036         * configure.ac
1037                 Fix search on encrpyt function on dragonfly
1038                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1039
1040 2006-04-17 [colin]      2.1.1cvs10
1041
1042         * src/prefs_account.c
1043                 Be safe by default: remove mails from POP3
1044                 after 7 days, not immediately
1045
1046 2006-04-17 [colin]      2.1.1cvs9
1047
1048         * src/etpan/imap-thread.c
1049                 Fix build on DragonFly - patch by 
1050                 Jonathan Buschmann <jonthn@agmact.com>
1051
1052 2006-04-17 [colin]      2.1.1cvs8
1053
1054         * src/imap.c
1055                 Save uidnext between sessions
1056
1057 2006-04-17 [colin]      2.1.1cvs7
1058
1059         * src/imap.c
1060                 scan is required when uid validity changes
1061
1062 2006-04-17 [colin]      2.1.1cvs6
1063
1064         * src/folderview.c
1065                 Don't scan if not necessary, apart in current
1066                 folder and INBOX to fetch flags.
1067         * src/imap.c
1068                 Scan is necessary if unread count changes
1069
1070 2006-04-17 [colin]      2.1.1cvs5
1071
1072         * src/imap.c
1073                 ...But always fetch ANSWERED and DELETED flags for
1074                 INBOX, as filtering can happen on these flags.
1075
1076 2006-04-17 [colin]      2.1.1cvs4
1077
1078         * src/imap.c
1079                 Don't fetch REPLIED and DELETED flags when synchronising
1080                 flags with a closed folder. We only need UNSEEN and FLAGGED
1081                 to update the folderview.
1082
1083 2006-04-17 [colin]      2.1.1cvs3
1084
1085         * src/imap.c
1086                 Faster flag search when there are new mails 
1087                 in a folder. We can do a full search if the 
1088                 folder contains less messages than the new
1089                 list.
1090
1091 2006-04-17 [colin]      2.1.1cvs2
1092
1093         * po/cs.po
1094         * po/de.po
1095         * po/fr.po
1096         * po/nl.po
1097         * po/pt_BR.po
1098                 Update translations from stable branch
1099
1100 2006-04-17 [colin]      2.1.1cvs1
1101
1102         * configure.ac
1103                 Bump version to follow stable release
1104
1105 2006-04-16 [mones]      2.1.0cvs50
1106
1107         * po/es.po
1108                 Updated for release
1109
1110 2006-04-16 [colin]      2.1.0cvs49
1111
1112         * src/textview.c
1113                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1114                 with gtk < 2.8. Thanks to Fabien Vantard.
1115
1116 2006-04-15 [colin]      2.1.0cvs48
1117
1118         * src/etpan/imap-thread.c
1119                 Fix bug #919 (libetpan: SEGV when connecting 
1120                 using command)
1121
1122 2006-04-14 [colin]      2.1.0cvs47
1123
1124         * src/main.c
1125                 Fix race on --select (should be done better)
1126
1127 2006-04-14 [wwp]        2.1.0cvs46
1128
1129         * src/send_message.c
1130                 enforce a check for domain in account prefs (a sending
1131                 error could be faced if domain was checked but no value set),
1132                 thanks to Colin.
1133
1134 2006-04-14 [colin]      2.1.0cvs45
1135
1136         * src/codeconv.c
1137                 when converting from unknown to unknown, if the
1138                 string is UTF8, don't convert it to the locale
1139                 (which breaks it)
1140
1141 2006-04-14 [colin]      2.1.0cvs44
1142
1143         * src/compose.c
1144                 Don't try to use ASCII for converting headers
1145                 (as done in body)
1146
1147 2006-04-14 [paul]       2.1.0cvs43
1148
1149         * src/crash.c
1150                 add locale/charset info to crash report
1151         * src/gtk/about.c
1152                 add wwp to doc team
1153                 replace 'e-mail' with preferred 'email'
1154         * src/gtk/authors.h
1155                 ensure contributors list is in alphabetical
1156                 order
1157
1158 2006-04-13 [colin]      2.1.0cvs42
1159
1160         * src/textview.c
1161                 Prevent gdk warnings
1162
1163 2006-04-13 [colin]      2.1.0cvs41
1164
1165         * src/common/ssl_certificate.c
1166         * src/common/ssl_certificate.h
1167         * src/gtk/sslcertwindow.c
1168                 Warn on expired certs, and display the expiration date
1169
1170 2006-04-13 [colin]      2.1.0cvs40
1171
1172         * src/plugins/spamassassin/spamassassin_gtk.c
1173                 Fix missing set_text on unix socket
1174
1175 2006-04-13 [wwp]        2.1.0cvs39
1176
1177         * manual/fr/advanced.xml
1178         * manual/fr/glossary.xml
1179                 applied new spam/ham/email lexicon (pourriel, courriel)
1180
1181 2006-04-13 [paul]       2.1.0cvs38
1182
1183         * src/plugins/pgpmime/plugin.c
1184                 remove the mention of S/MIME from the
1185                 description. This is now handled by the
1186                 S/MIME plugin.
1187
1188 2006-04-13 [paul]       2.1.0cvs37
1189
1190         * src/prefs_msg_colors.c
1191                 rework dialog
1192         * src/prefs_folder_item.c
1193         * src/prefs_spelling.c
1194                 add a tooltip to the colour selector buttons
1195
1196 2006-04-13 [wwp]        2.1.0cvs36
1197
1198         * manual/advanced.xml
1199         * manual/glossary.xml
1200         * manual/handling.xml
1201         * manual/keyboard.xml
1202         * manual/plugins.xml
1203         * manual/starting.xml
1204         * manual/fr/account.xml
1205         * manual/fr/ack.xml
1206         * manual/fr/addrbook.xml
1207         * manual/fr/advanced.xml
1208         * manual/fr/faq.xml
1209         * manual/fr/glossary.xml
1210         * manual/fr/gpl.xml
1211         * manual/fr/handling.xml
1212         * manual/fr/intro.xml
1213         * manual/fr/keyboard.xml
1214         * manual/fr/plugins.xml
1215         * manual/fr/starting.xml
1216         * manual/fr/sylpheed-claws-manual.xml
1217                 fixes to the manuals:
1218                  - summaryview -> Message List (same in French)
1219                  - translate key names
1220                  - fix French punctuation, use non-breakable spaces when
1221                    necessary, don't use &thinsp; which is not portable
1222                  - tell what maildir and mbox formats we support
1223
1224 2006-04-12 [wwp]        2.1.0cvs35
1225
1226         * src/prefs_toolbar.c
1227                 unified a replace button more,
1228                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1229
1230 2006-04-12 [wwp]        2.1.0cvs34
1231
1232         * src/prefs_common.c
1233         * src/prefs_msg_colors.c
1234                 make default color labels translatable,
1235                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1236                 thanks to Tim <timbrain@post.cz> for reporting.
1237
1238 2006-04-12 [wwp]        2.1.0cvs33
1239
1240         * manual/glossary.xml
1241         * manual/intro.xml
1242         * manual/plugins.xml
1243         * manual/starting.xml
1244         * manual/sylpheed-claws-manual.xml
1245         * manual/fr/.cvsignore
1246         * manual/fr/account.xml
1247         * manual/fr/ack.xml
1248         * manual/fr/addrbook.xml
1249         * manual/fr/advanced.xml
1250         * manual/fr/faq.xml
1251         * manual/fr/glossary.xml
1252         * manual/fr/handling.xml
1253         * manual/fr/intro.xml
1254         * manual/fr/keyboard.xml
1255         * manual/fr/plugins.xml
1256         * manual/fr/starting.xml
1257         * manual/fr/sylpheed-claws-manual.xml
1258                 various fixes: typos, missing .fr translations, punctuation,
1259                 capitalization, links, accents and some bad French more.
1260
1261 2006-04-12 [wwp]        2.1.0cvs32
1262
1263         * src/prefs_gtk.c
1264                 fix for bug #935: always store prefs files in UTF-8 (thanks
1265                 to Colin).
1266
1267 2006-04-11 [colin]      2.1.0cvs31
1268
1269         * src/compose.c
1270                 Fix inserting files not in utf8 when locale is utf8
1271
1272 2006-04-11 [colin]      2.1.0cvs30
1273
1274         * src/inc.c
1275                 Don't show error dialog when cancelling connection
1276                 Patch by Pawel
1277
1278 2006-04-11 [cleroy]     2.1.0cvs29
1279
1280         * src/compose.c
1281                 Implement multiple quote levels
1282         * src/prefs_common.c
1283                 Change a little bit the quote bgcolor for 2nd level
1284
1285 2006-04-11 [colin]      2.1.0cvs28
1286
1287         * src/gtk/about.c
1288                 Add locale and charset in the label
1289
1290 2006-04-10 [colin]      2.1.0cvs27
1291
1292         * src/compose.c
1293         * src/prefs_common.c
1294         * src/prefs_common.h
1295         * src/prefs_msg_colors.c
1296         * src/textview.c
1297                 Allow optional background color in quotes
1298                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1299                 GTK+-2.8.x feature
1300
1301 2006-04-10 [colin]      2.1.0cvs26
1302
1303         * src/main.c
1304         * src/mainwindow.c
1305         * src/mainwindow.h
1306                 Implement --select
1307
1308 2006-04-10 [colin]      2.1.0cvs25
1309
1310         * manual/plugins.xml
1311         * manual/fr/plugins.xml
1312                 Document libcurl's proxy variables
1313
1314 2006-04-09 [colin]      2.1.0cvs24
1315
1316         * src/prefs_common.c
1317                 gettext() returns statically allocated stuff. We have
1318                 to strdup it in order to be able to free it.
1319
1320 2006-04-09 [colin]      2.1.0cvs23
1321
1322         * AUTHORS
1323         * src/gtk/authors.h
1324                 Add Alexei
1325
1326 2006-04-09 [colin]      2.1.0cvs22
1327
1328         * src/mainwindow.c
1329         * src/gtk/quicksearch.c
1330                 Fix bug #859 (problems with cyrilic input in 
1331                 search panel) - Patch by Alexey Illarionov 
1332                 <littlesavage@rambler.ru>
1333
1334 2006-04-09 [colin]      2.1.0cvs21
1335
1336         * src/prefs_customheader.c
1337                 I prefer removing then freeing rather than the contrary
1338                 (even if it doesn't change anything ;-)
1339         * src/prefs_account.c
1340                 Fix bug #933 (Crash re-entering the custom headers list 
1341                 dialog in accounts prefs)
1342                 The problem happened when cancelling the Account 
1343                 Preferences' dialogs - in which case we didn't do 
1344                 anything to the PrefsAccount * struct. In case of applying,
1345                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1346                 working with in this dialog. The problem is that 
1347                 prefs_customheader.c, working on this tmp_ac_prefs, always
1348                 changes the ->customhdr_list pointer, even when cancelled. 
1349                 So in case of cancelling the prefs_account dialog, we still
1350                 have to update ->customhdr_list in the real account.
1351
1352 2006-04-08 [colin]      2.1.0cvs20
1353
1354         * manual/fr/glossary.xml
1355         * manual/fr/keyboard.xml
1356                 Forgot some headers :)
1357
1358 2006-04-08 [colin]      2.1.0cvs19
1359
1360         * manual/Makefile.am
1361         * manual/fr/Makefile.am
1362         * manual/fr/account.xml
1363         * manual/fr/ack.xml
1364         * manual/fr/addrbook.xml
1365         * manual/fr/advanced.xml
1366         * manual/fr/faq.xml
1367         * manual/fr/glossary.xml
1368         * manual/fr/gpl.xml
1369         * manual/fr/handling.xml
1370         * manual/fr/intro.xml
1371         * manual/fr/keyboard.xml
1372         * manual/fr/plugins.xml
1373         * manual/fr/starting.xml
1374         * manual/fr/sylpheed-claws-manual.xml
1375         * manual/fr/dist/.cvsignore
1376         * manual/fr/dist/Makefile.am
1377         * manual/fr/dist/html/.cvsignore
1378         * manual/fr/dist/html/Makefile.am
1379         * manual/fr/dist/pdf/.cvsignore
1380         * manual/fr/dist/pdf/Makefile.am
1381         * manual/fr/dist/ps/.cvsignore
1382         * manual/fr/dist/ps/Makefile.am
1383         * manual/fr/dist/txt/.cvsignore
1384         * manual/fr/dist/txt/Makefile.am
1385                 Add the french translation of the manual. Thanks to
1386                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1387                 account.xml, ack.xml, addrbook.xml and advanced.xml
1388
1389 2006-04-08 [colin]      2.1.0cvs18
1390
1391         * manual/plugins.xml
1392         * manual/starting.xml
1393                 More fixes
1394
1395 2006-04-07 [colin]      2.1.0cvs17
1396
1397         * manual/faq.xml
1398         * manual/intro.xml
1399         * manual/keyboard.xml
1400                 Little fixes
1401
1402 2006-04-07 [colin]      2.1.0cvs16
1403
1404         * README
1405         * src/compose.c
1406         * src/prefs_common.c
1407         * src/prefs_common.h
1408                 Add hidden compose_no_markup pref
1409
1410 2006-04-07 [wwp]        2.1.0cvs15
1411
1412         * src/summary_search.c
1413         * .cvsignore
1414                 Bugfix: stop button was sticky when searching in an empty folder.
1415                 Applied curly brackets code style to the whole file (summary_search.c).
1416                 More files to ignore.
1417
1418 2006-04-07 [wwp]        2.1.0cvs14
1419
1420         * src/message_search.c
1421         * src/summary_search.c
1422                 changed default button when search bumps at file/folder
1423                 beginning or end, for convenience (thanks to Colin).
1424
1425 2006-04-07 [paul]       2.1.0cvs13
1426
1427         * src/plugins/dillo_viewer/dillo_prefs.c
1428                 avoid future potential for namespace collision
1429                 Patch by Colin
1430
1431 2006-04-06 [wwp]        2.1.0cvs12
1432
1433         * src/summary_search.c
1434                 Unify extended/advanced searches names (and thus factorize labels),
1435                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1436
1437 2006-04-06 [wwp]        2.1.0cvs11
1438
1439         * src/folderview.c
1440         * src/prefs_themes.c
1441         * src/summaryview.c
1442                 Fixed some compilation warnings.
1443
1444 2006-04-06 [colin]      2.1.0cvs10
1445
1446         * manual/advanced.xml
1447                 Document the wizard template and how to deploy
1448                 Sylpheed-Claws effectively
1449
1450 2006-04-06 [colin]      2.1.0cvs9
1451
1452         * src/folderview.c
1453                 gettext patch to tell translators about _("#"),
1454                 by Maxim Britov
1455
1456 2006-04-06 [colin]      2.1.0cvs8
1457
1458         * src/textview.c
1459                 Fix invalid GtkTextBIter after clicking "Display as text"
1460
1461 2006-04-06 [mones]      2.1.0cvs7
1462
1463         * src/addr_compl.c
1464         * src/addrindex.c
1465         * src/addritem.c
1466         * src/codeconv.c
1467         * src/compose.c
1468         * src/filtering.c
1469         * src/folder.c
1470         * src/folder_item_prefs.c
1471         * src/folderview.c
1472         * src/localfolder.c
1473         * src/matcher.c
1474         * src/mimeview.c
1475         * src/prefs_msg_colors.c
1476         * src/prefs_spelling.c
1477         * src/prefs_themes.c
1478         * src/procmime.c
1479         * src/procmsg.c
1480         * src/stock_pixmap.c
1481         * src/summaryview.c
1482         * src/textview.c
1483         * src/toolbar.c
1484         * src/common/mgutils.c
1485         * src/common/prefs.c
1486         * src/common/ssl_certificate.c
1487         * src/gtk/colorlabel.c
1488         * src/gtk/quicksearch.c
1489         * src/plugins/pgpmime/pgpmime.c
1490         * src/plugins/spamassassin/spamassassin.c
1491                 Removed redundant NULL checks for g_free() calls.
1492                 Patch by Pawel Pekala.
1493
1494 2006-04-06 [mones]      2.1.0cvs6
1495
1496         * src/prefs_actions.c
1497         * src/prefs_filtering.c
1498         * src/prefs_filtering_action.c
1499         * src/prefs_matcher.c
1500         * src/prefs_template.c
1501         * src/gtk/gtkutils.c
1502         * src/gtk/gtkutils.h
1503                 Have a nice replace button. Patch by Pawel Pekala
1504
1505 2006-04-06 [colin]      2.1.0cvs5
1506
1507         * src/addressbook.c
1508                 Fix crash with empty columns
1509
1510 2006-04-05 [colin]      2.1.0cvs4
1511
1512         * src/wizard.c
1513         * src/prefs_gtk.c
1514                 Allow wizard customization with pre-filled values
1515
1516 2006-04-05 [colin]      2.1.0cvs3
1517
1518         * src/textview.c
1519         * src/mimeview.c
1520         * src/mimeview.h
1521                 Nicer messages in mimeview
1522
1523 2006-04-05 [colin]      2.1.0cvs2
1524
1525         * src/addressbook.c
1526         * src/prefs_summaries.c
1527                 i18n fix
1528
1529 2006-04-05 [colin]      2.1.0cvs1
1530
1531         * src/plugins/pgpcore/plugin.c
1532         * src/plugins/pgpcore/select-keys.c
1533         * src/plugins/pgpcore/select-keys.h
1534         * src/plugins/pgpcore/sgpgme.c
1535         * src/plugins/pgpcore/sgpgme.h
1536         * src/plugins/pgpinline/pgpinline.c
1537         * src/plugins/pgpinline/plugin.c
1538         * src/plugins/pgpmime/pgpmime.c
1539         * src/plugins/pgpmime/plugin.c
1540                 Factorize and generalize a bit 
1541                 Drop S/MIME signature verification from PGP/MIME
1542                 (adding it as another, more complete plugin)
1543
1544 2006-04-05 [paul]       2.1.0
1545
1546         2.1.0 released
1547
1548 2006-04-05 [paul]       2.0.0cvs186
1549
1550         * manual/advanced.xml
1551                 add info on colour labels
1552
1553 2006-04-05 [paul]       2.0.0cvs185
1554
1555         * po/bg.po
1556         * po/cs.po
1557         * po/de.po
1558         * po/el.po
1559         * po/en_GB.po
1560         * po/fi.po
1561         * po/fr.po
1562         * po/it.po
1563         * po/nl.po
1564         * po/pl.po
1565         * po/pt_BR.po
1566         * po/sr.po
1567         * po/zh_CN.po
1568                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1569                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1570                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1571                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1572         * src/gtk/authors.h
1573         * tools/claws.i18n.status.pl
1574                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1575                 and new Czech translator, Tim <timbrain@post.cz>
1576
1577 2006-04-05 [mones]      2.0.0cvs184
1578
1579         * po/es.po
1580                 Updated translation
1581
1582 2006-04-05 [colin]      2.0.0cvs183
1583
1584         * src/gtk/quicksearch.c
1585                 Fix bug #929 (unnecessary reload in quick search bar)
1586
1587 2006-04-05 [colin]      2.0.0cvs182
1588
1589         * src/compose.c
1590                 Fix crash on Reply with no From:
1591                 Show signature and conversion error on queuing 
1592                 (but not sending)
1593         * src/mainwindow.c
1594         * src/summaryview.c
1595         * src/summaryview.h
1596                 Factorize threading code and make sure msginfo 
1597                 is not null when it comes from a GtkCTreeRow's 
1598                 data
1599         * src/gtk/gtkaspell.c
1600                 Check for necessary things
1601         * src/gtk/gtksctree.c
1602         * src/gtk/gtksctree.h
1603                 Reset anchor if necessary when removing node
1604
1605 2006-03-29 [colin]      2.0.0cvs181
1606
1607         * src/folderview.c
1608                 Warn for disabled IMAP accounts (due to lack of
1609                 libetpan). Breaks string-freeze - sorry - but it
1610                 is kind of important ;)
1611
1612 2006-03-28 [colin]      2.0.0cvs180
1613
1614         * src/gtk/gtkutils.c
1615         * src/gtk/gtkutils.h
1616                 Add a gtkut_get_link_btn() function that
1617                 creates a button which acts like an URI
1618         * src/prefs_themes.c
1619         * src/gtk/about.c
1620                 Use this function (factorizes codes)
1621         * src/common/defs.h
1622         * src/gtk/pluginwindow.c
1623                 Add a "Get more..." in the plugins window
1624
1625 2006-03-28 [colin]      2.0.0cvs179
1626
1627         * src/common/smtp.c
1628         * src/common/passcrypt.c
1629         * src/undo.c
1630                 Warning fixes. Patch by Pawel Pekala
1631
1632 2006-03-27 [colin]      2.0.0cvs178
1633
1634         * src/undo.c
1635                 Fix undoing by blocks with spaces
1636
1637 2006-03-27 [colin]      2.0.0cvs177
1638
1639         * src/textview.c
1640                 Set margin to 3px for headers
1641
1642 2006-03-27 [paul]
1643
1644         2.1.0-rc2 released
1645
1646 2006-03-27 [wwp]        2.0.0cvs176
1647
1648         * src/summaryview.c
1649                 don't reset quicksearch when updating the message list.
1650                 Thanks to Colin.
1651
1652 2006-03-26 [wwp]        2.0.0cvs175
1653
1654         * src/compose.c
1655                 use a unified border width ('other' tab in the compose window,
1656                 patch by Pawel Pekala).
1657
1658
1659 2006-03-26 [wwp]        2.0.0cvs174
1660
1661         * src/common/quoted-printable.c
1662         * src/addressbook.c
1663                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1664
1665 2006-03-26 [colin]      2.0.0cvs173
1666
1667         * src/quote_fmt_parse.y
1668                 Fix non-UTF8 date formats messing up the whole quote a 
1669                 little bit
1670
1671 2006-03-26 [colin]      2.0.0cvs172
1672
1673         * src/procheader.c
1674                 Make sure the date is UTF8 valid, or try to make it
1675                 so. IncrediMail is really IncrediStupid.
1676         * src/compose.c
1677                 Fix possible conversions. 
1678                 
1679
1680 2006-03-26 [colin]      2.0.0cvs171
1681
1682         * src/matcher.c
1683                 Fix corner cases in body search. This is still a
1684                 hack... It seems impossible to make it good and 
1685                 reasonably fast at the same time.
1686
1687 2006-03-26 [colin]      2.0.0cvs170
1688
1689         * src/summaryview.c
1690                 I think I killed the twilight zone bug!
1691                 summary_select_node() flushes GTK events in order
1692                 to be able to center the view. But this also 
1693                 flushes keypresses like Ctrl-Alt-U, so this can
1694                 call summary_show from summary_select_node (itself
1695                 called from summary_show, etc.). And the summaryview
1696                 has to be unlocked in this function. So just locking
1697                 while processing GTK events, and bailing if locked, 
1698                 should fix it.
1699                 Fixes bug #927 (SIGSEGV during Update Summary)
1700
1701 2006-03-25 [colin]      2.0.0cvs169
1702
1703         * src/matcher.c
1704                 Fix search in QP-encoded bodies
1705                 Fix utf-8 searches in bodies encoded in the
1706                 locale's encoding
1707         * src/common/quoted-printable.c
1708         * src/common/quoted-printable.h
1709                 Add a decode function that doesn't overwrite
1710                 the original pointer
1711                 
1712
1713 2006-03-24 [colin]      2.0.0cvs168
1714
1715         * src/action.c
1716         * src/summaryview.c
1717         * src/summaryview.h
1718                 Update message cache after action
1719                 Patch by H. Merijn Brand
1720         * src/prefs_msg_colors.c
1721                 Factorize label 
1722                 Patch by Fabien Vantard
1723         * src/plugins/spamassassin/spamassassin_gtk.c
1724                 Remove useless translation
1725                 Patch by Fabien Vantard
1726
1727 2006-03-23 [colin]      2.0.0cvs167
1728
1729         * src/common/ssl.c
1730                 Let 30 seconds to SSL_connect
1731
1732 2006-03-23 [wwp]        2.0.0cvs166
1733
1734         * src/summaryview.c
1735         * src/gtk/description_window.c
1736                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1737                 and headers are translated; adjust description windows' width to fit their
1738                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1739
1740 2006-03-23 [paul]       2.0.0cvs165
1741
1742         * src/common/utils.c
1743                 fix highlighting of URIs containing "()"
1744                 (2.0.0cvs164's reversal fixed)
1745                 Thanks to Colin.
1746
1747 2006-03-23 [paul]       2.0.0cvs164
1748
1749         * src/common/utils.c
1750                 revert patch, (postponing a fix), at 2.0.0cvs120
1751                 as it breaks more URIs than it fixes.
1752                 Allow '-' to be a terminating character in a URI
1753
1754 2006-03-22 [colin]      2.0.0cvs163
1755
1756         * configure.ac
1757                 Require libetpan 0.45
1758                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1759
1760 2006-03-22 [paul]       2.0.0cvs162
1761
1762         * src/editgroup.c
1763                 replace '<-' and '->' buttons with GTK_STOCK graphical
1764                 buttons
1765         * src/summary_search.c
1766                 don't offer '...' for translation
1767                 add a tooltip to advanced search '...' button
1768         * src/gtk/quicksearch.c
1769                 don't offer '...' for translation
1770
1771 2006-03-21 [colin]      2.0.0cvs161
1772
1773         * src/compose.c
1774                 Fix middle-click pasting (insert at click
1775                 position instead of cursor position, don't
1776                 remove existing selection and allow pasting
1777                 our own selection)
1778         * src/addressbook.c
1779                 "LDAP Server" -> "LDAP servers"
1780
1781 2006-03-21 [wwp]        2.0.0cvs160
1782
1783         * src/etpan/imap-thread.c
1784                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1785
1786 2006-03-20 [colin]      2.0.0cvs159
1787
1788         * src/summaryview.c
1789                 Don't reload summaryview after an execute with no
1790                 move action
1791
1792 2006-03-19 [colin]      2.0.0cvs158
1793
1794         * src/addressbook.c
1795                 and put groups at the top, always
1796
1797 2006-03-19 [colin]      2.0.0cvs157
1798
1799         * src/addressbook.c
1800                 Order groups before names, as previously
1801
1802 2006-03-19 [colin]      2.0.0cvs156
1803
1804         * src/addressbook.c
1805                 - Sort case-unsensitive
1806                 - Put the sort arrow at opening too
1807
1808 2006-03-19 [wwp]        2.0.0cvs155
1809
1810         * src/addressbook.c
1811                 allow sorting by name/email/remarks, ensure that right-pane's contents
1812                 matches the left-pane selection (cleared when appropriate).
1813                 Patch by Pawel Pekala <c0rn@o2.pl>.
1814
1815 2006-03-18 [colin]      2.0.0cvs154
1816
1817         * src/textview.c
1818                 Fix text cursor ;)
1819
1820 2006-03-18 [colin]      2.0.0cvs153
1821
1822         * src/gtk/filesel.c
1823                 Make sure we hide the preview if we didn't get
1824                 a filename
1825
1826 2006-03-18 [colin]      2.0.0cvs152
1827
1828         * src/summaryview.c
1829                 Set cursor to watch for execution (fixes lack
1830                 of watch-cursor when dnd'ing hundreds of mails)
1831         * src/gtk/filesel.c
1832                 Check that mime type is 'image/*' before updating
1833                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1834
1835 2006-03-18 [colin]      2.0.0cvs151
1836
1837         * src/mainwindow.c
1838         * src/textview.c
1839         * src/textview.h
1840                 Put a watch cursor in textview too when the mainwindow's
1841                 cursor in a watch
1842
1843 2006-03-18 [colin]      2.0.0cvs150
1844
1845         * src/folder.c
1846                 Change wrong asserts to simple tests
1847
1848 2006-03-17 [colin]      2.0.0cvs149
1849
1850         * src/mainwindow.c
1851         * src/mainwindow.h
1852         * src/prefs_msg_colors.c
1853         * src/summaryview.c
1854         * src/summaryview.h
1855         * src/gtk/colorlabel.c
1856         * src/gtk/colorlabel.h
1857                 Add a color label menu in the main menubar
1858                 Add (fixed) accels Ctrl-{0-7} to change the color
1859                 They have to be fixed because the menu's dynamic,
1860                 the items are complex widgets, hence we can't use
1861                 a GtkItemFactory.
1862
1863
1864 2006-03-17 [wwp]        2.0.0cvs148
1865
1866         * src/compose.c
1867                 rollback few lines from my previous commit (those lines come from
1868                 a pending patch, accidentally commited, even if neutral as they are
1869                 commented out).
1870
1871 2006-03-17 [wwp]        2.0.0cvs147
1872
1873         * src/compose.c
1874                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1875                 applied code style/indentation to the modified function.
1876
1877 2006-03-17 [wwp]        2.0.0cvs146
1878
1879         * src/procmsg.c
1880         * src/compose.c
1881                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1882
1883 2006-03-17 [paul]
1884
1885         2.1.0-rc1 released
1886
1887 2006-03-17 [paul]       2.0.0cvs145
1888
1889         * src/main.c
1890                 addressbook_read_file() was called twice
1891         * src/textview.c
1892                 X-Mailer highlighting
1893
1894 2006-03-16 [colin]      2.0.0cvs144
1895
1896         * src/sourcewindow.c
1897         * src/sourcewindow.h
1898                 And the last one, in source window.
1899
1900 2006-03-16 [colin]      2.0.0cvs143
1901
1902         * src/compose.c
1903         * src/compose.h
1904                 Fix the same stuff in compose
1905
1906 2006-03-16 [colin]      2.0.0cvs142
1907
1908         * src/messageview.c
1909                 Complete the previous messageview crash fix
1910
1911 2006-03-16 [colin]      2.0.0cvs141
1912
1913         * src/procmsg.h
1914         * src/procmsg.c
1915         * src/folder.c
1916                 Fix POSTPROCESSING hook
1917                 Patch by H. Merijn Brand
1918
1919         * src/procmime.c
1920         * src/procmime.h
1921                 Parse Content-Location
1922
1923         * src/toolbar.c
1924         * src/messageview.c
1925         * src/messageview.h
1926                 Don't crash when a top-level MessageView has
1927                 been closed on us. Same problematic than
1928                 yesterday's quicksearch issue.
1929
1930 2006-03-15 [colin]      2.0.0cvs140
1931
1932         * src/gtk/quicksearch.c
1933                 Fix a bitchy race we didn't think about when we
1934                 added quicksearch cancellation:
1935                 If the search is not on cached fields, for example
1936                 body_part matchcase "stuff"
1937                 the matcher code has to get the whole message. If
1938                 we're on IMAP, that can be slow, and in order to
1939                 be non-blocking, the IMAP code idle loop processes
1940                 gtk events too. So it is possible to cancel a
1941                 quicksearch while the matcher is getting the mail's
1942                 body. After matcher got its body, it will start to
1943                 iterate over the matcher list that the Quicksearch's
1944                 clear_search_cb() just freed via prepare_matcher().
1945                 SIGSEGV ensues.
1946                 The fix consists of guarding the matcherlist_match()
1947                 call with a boolean 'matching'. If we reset the
1948                 quicksearch while matching is TRUE, we don't free
1949                 the matcherlist anymore like we did, but we set
1950                 another new flag, deferred_free, to TRUE. Then,
1951                 in quicksearch_match(), just after returning from
1952                 matcherlist_match() and unsetting the matching flag,
1953                 we check the deferred_free flag and do the
1954                 prepare_matcher() (which does the matcherlist_free)
1955                 for real, so we free the matcherlist once it's not
1956                 used anymore.
1957                 As all of this runs via the glib main loop, we
1958                 luckily don't need a mutex.
1959         * src/summaryview.c
1960                 Also, show progress while searching.
1961
1962
1963 2006-03-14 [colin]      2.0.0cvs139
1964
1965         * src/alertpanel.c
1966                 Make alertpanel_is_open non-static
1967
1968 2006-03-14 [colin]      2.0.0cvs138
1969
1970         * src/prefs_spelling.c
1971                 Cleanups - Fabien Vantard
1972
1973 2006-03-14 [wwp]        2.0.0cvs137
1974
1975         * src/main.c
1976                 code style normalization (curly braces, indentation).
1977
1978 2006-03-14 [wwp]        2.0.0cvs137
1979
1980         * src/main.c
1981                 code style (braces, indentation)
1982
1983 2006-03-12 [paul]       2.0.0cvs136
1984
1985         * src/prefs_common.c
1986                 trans_hdr defaults to FALSE to be RFC-savvy
1987         * src/prefs_summaries.c
1988                 add a tooltip to the trans_hdr option
1989                 
1990
1991 2006-03-12 [paul]       2.0.0cvs135
1992
1993         * src/prefs_matcher.c
1994                 give a little more width to the combos
1995         * src/prefs_display_header.c
1996         * src/textview.c
1997                 translate headers if prefs_common.trans_hdr
1998                 is TRUE
1999
2000         Patches by Pawel Pekala
2001
2002 2006-03-12 [paul]       2.0.0cvs134
2003
2004         * src/plugins/clamav/clamav_plugin.c
2005         * src/plugins/dillo_viewer/dillo_viewer.c
2006         * src/plugins/pgpcore/plugin.c
2007         * src/plugins/pgpinline/plugin.c
2008         * src/plugins/pgpmime/plugin.c
2009         * src/plugins/spamassassin/spamassassin.c
2010                 update/add to descriptions
2011         * src/plugins/spamassassin/spamassassin_gtk.c
2012                 fixes to the english, remove superfluous
2013                 tooltips, clean up a little
2014
2015 2006-03-12 [paul]       2.0.0cvs133
2016
2017         * src/compose.c
2018                 fix Bug 924, 'Account combo box shows up wrong 
2019                 if & is in account name'
2020
2021 2006-03-11 [colin]      2.0.0cvs132
2022
2023         * src/summaryview.c
2024                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2025                 messed up shift-selection because is slows down
2026                 moving around summaryview. thanks -users
2027
2028 2006-03-10 [colin]      2.0.0cvs131
2029
2030         * src/plugins/spamassassin/spamassassin_gtk.c
2031                 Put back Paul's engrish fixes
2032
2033 2006-03-10 [colin]      2.0.0cvs130
2034
2035         * src/plugins/spamassassin/spamassassin.c
2036         * src/plugins/spamassassin/spamassassin.h
2037         * src/plugins/spamassassin/spamassassin_gtk.c
2038                 Cleanup SA prefs page (more)
2039                 Patch by Fabien Vantard
2040
2041 2006-03-10 [paul]       2.0.0cvs129
2042
2043         * src/prefs_msg_colors.c
2044         * src/prefs_spelling.c
2045                 widget sensitivity
2046
2047 2006-03-09 [mones]      2.0.0cvs128
2048
2049         * po/es.po
2050                 Update for next RC
2051
2052 2006-03-09 [wwp]        2.0.0cvs127
2053
2054         * configure.ac
2055                 revert accidental commit (requirement for libetpan 0.43), this time
2056                 not in HEAD.
2057
2058 2006-03-09 [wwp]        2.0.0cvs125
2059
2060         * configure.ac
2061                 revert accidental commit (requirement for libetpan 0.43)
2062
2063 2006-03-09 [paul]       2.0.0cvs126
2064
2065         * src/prefs_receive.c
2066                 remove useless frame
2067                 replace 'incorporation' with 'receiving'
2068         * src/plugins/clamav/clamav_plugin_gtk.c
2069         * src/plugins/spamassassin/spamassassin_gtk.c
2070                 improve widget sensitivity
2071                 fix a bit his engrish
2072
2073 2006-03-09 [wwp]        2.0.0cvs125
2074
2075         * src/addressadd.c
2076         * src/foldersel.c
2077         * src/prefs_common.c
2078         * src/prefs_common.h
2079                 remember some more windows' sizes (add to addressbook and
2080                 select folder).
2081
2082 2006-03-09 [paul]       2.0.0cvs124
2083
2084         * src/plugins/pgpcore/prefs_gpg.c
2085                 normalise construction of dialogue
2086
2087 2006-03-09 [paul]       2.0.0cvs123
2088
2089         * src/plugins/trayicon/Makefile.am
2090                 add missing slash
2091
2092 2006-03-08 [colin]      2.0.0cvs122
2093
2094         * src/plugins/trayicon/Makefile.am
2095                 Fix build in separate dir 
2096                 Patch by Bamanzi <bamanzi@gmail.com>
2097
2098 2006-03-08 [colin]      2.0.0cvs121
2099
2100         * src/procmsg.c
2101                 Batch move and copies from summaryview with delayed execution
2102                 too
2103
2104 2006-03-07 [paul]       2.0.0cvs120
2105
2106         * src/common/utils.c
2107                 fix highlighting of URIs containing "()"
2108                 Patch by Pawel Pekala
2109
2110 2006-03-07 [paul]       2.0.0cvs119
2111
2112         * src/folder.c
2113         * src/folder.h
2114         * src/folderview.c
2115                 immediately do alphabetical resort when
2116                 changing a folder's name
2117                 Patch by Pawel Pekala
2118
2119 2006-03-07 [paul]       2.0.0cvs118
2120
2121         * src/news.c
2122         * src/news_gtk.c
2123                 when unsubscribing a newsgroup, remove the
2124                 folder and msgs in .sylpheed-claws/newscache
2125                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2126
2127 2006-03-07 [paul]       2.0.0cvs117
2128
2129         * src/textview.c
2130                 fix wrong Fake URL Warning
2131                 Thanks to Hiro
2132
2133 2006-03-07 [colin]      2.0.0cvs116
2134
2135         * src/imap.c
2136                 Return immediately when password dialog was
2137                 cancelled
2138         * src/gtk/inputdialog.c
2139                 Allow empty strings for passwords
2140
2141
2142 2006-03-06 [colin]      2.0.0cvs115
2143
2144         * src/imap.c
2145                 Prevent double-timeouts when connection fails
2146
2147 2006-03-06 [colin]
2148
2149         2.0.1-rc1 released
2150
2151 2006-03-06 [colin]      2.0.0cvs114
2152
2153         * src/imap.c
2154                 Refresh session during potentially long
2155                 operations
2156
2157 2006-03-06 [wwp]        2.0.0cvs113
2158
2159         * src/prefs_msg_colors.h
2160                 forgot that one (custom color labels).
2161
2162 2006-03-06 [wwp]        2.0.0cvs112
2163
2164         * src/prefs_common.c
2165         * src/prefs_common.h
2166         * src/prefs_msg_colors.c
2167         * src/summaryview.c
2168         * src/summaryview.h
2169         * src/gtk/colorlabel.c
2170         * src/gtk/colorlabel.h
2171                 colors in messages list are now customizable. Color values and names can
2172                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2173                 Thanks to Paul and Colin for their help with this longstanding patch!
2174
2175 2006-03-06 [wwp]        2.0.0cvs111
2176
2177         * src/textview.c
2178                 don't crash if (x)face is bad.
2179
2180 2006-03-05 [paul]       2.0.0cvs110
2181
2182         * AUTHORS
2183         * configure.ac
2184         * src/Makefile.am
2185         * src/common/Makefile.am
2186         * src/common/utils.h
2187         * src/etpan/imap-thread.c
2188         * src/gtk/authors.h
2189         * src/plugins/clamav/Makefile.am
2190         * src/plugins/demo/Makefile.am
2191         * src/plugins/dillo_viewer/Makefile.am
2192         * src/plugins/pgpcore/Makefile.am
2193         * src/plugins/pgpcore/passphrase.c
2194         * src/plugins/pgpinline/Makefile.am
2195         * src/plugins/pgpmime/Makefile.am
2196         * src/plugins/spamassassin/Makefile.am
2197         * src/plugins/trayicon/Makefile.am
2198                 fix builiding on cygwin
2199                 Patch by Ralgh Young <bamanzi@gmail.com>
2200
2201 2006-03-04 [wwp]        2.0.0cvs109
2202
2203         * manual/keyboard.xml
2204                 fix mixed up/down keys.
2205
2206 2006-03-04 [wwp]        2.0.0cvs108
2207
2208         * README
2209         * INSTALL
2210                 updated links to SpamAssassin.
2211
2212 2006-03-04 [wwp]        2.0.0cvs107
2213
2214         * manual/plugins.xml
2215         * src/plugins/spamassassin/README
2216                 updated SpamAssassin plugin docs to reflect new functional additions
2217                 (also fix/update/documents few technical stuff more, see the README).
2218
2219 2006-03-04 [wwp]        2.0.0cvs106
2220
2221         * src/prefs_message.c
2222                 normalized capitalization of message-prefs paths.
2223
2224 2006-03-04 [wwp]        2.0.0cvs105
2225
2226         * manual/advanced.xml
2227                 typo.
2228
2229 2006-03-03 [colin]      2.0.0cvs104
2230
2231         * src/plugins/clamav/clamav_plugin_gtk.c
2232                 Rework prefs page, patch by Fabien 
2233
2234 2006-03-03 [colin]      2.0.0cvs103
2235
2236         * src/plugins/clamav/clamav_plugin.c
2237                 Set error on all errors
2238
2239 2006-03-03 [colin]      2.0.0cvs102
2240
2241         * src/common/plugin.c
2242                 Initialize error to avoid crashing when a plugin fails
2243                 without setting error
2244
2245 2006-03-02 [wwp]        2.0.0cvs101
2246
2247         * configure.ac
2248                 fixed linker flags for libetpan support on Cygwin
2249                 (thanks to H.Merijn Brand).
2250
2251 2006-03-02 [wwp]        2.0.0cvs100
2252
2253         * src/addressbook.c
2254                 fix some AB error messages: one for punctuation and
2255                 one wrongly duplicate (thanks, maxbritov).
2256
2257 2006-03-02 [wwp]        2.0.0cvs99
2258
2259         * src/plugins/spamassassin/spamassassin.c
2260                 make sync calls to sa-learn/spamc to prevent
2261                 system (whatever local or client/server) overload.
2262
2263 2006-03-02 [colin]      2.0.0cvs98
2264
2265         * src/summaryview.c
2266                 Put the spam icon in the status column instead of the
2267                 mark one
2268
2269 2006-03-01 [colin]      2.0.0cvs97
2270
2271         * src/plugins/spamassassin/spamassassin.c
2272                 Fix segfault (g_file_set_contents fails for some 
2273                 reason and err==0x2f. Can't find out why with
2274                 valgrind, using working function :-)
2275
2276 2006-03-01 [colin]      2.0.0cvs96
2277
2278         * src/inc.c
2279                 Offline overriding: let 'No' be cached only 3 seconds
2280
2281 2006-03-01 [colin]      2.0.0cvs95
2282
2283         * src/addr_compl.c
2284         * src/addrbook.c
2285         * src/addressbook.c
2286         * src/addrindex.c
2287         * src/folder_item_prefs.c
2288         * src/headerview.c
2289         * src/imap.c
2290         * src/inc.c
2291         * src/ldif.c
2292         * src/mainwindow.c
2293         * src/mh.c
2294         * src/msgcache.c
2295         * src/prefs_common.h
2296         * src/prefs_msg_colors.c
2297         * src/procheader.c
2298         * src/procheader.h
2299         * src/procmime.c
2300         * src/procmsg.c
2301         * src/procmsg.h
2302         * src/send_message.h
2303         * src/simple-gettext.c
2304         * src/summaryview.c
2305         * src/summaryview.h
2306         * src/syldap.c
2307         * src/textview.c
2308         * src/undo.c
2309         * src/common/ssl_certificate.c
2310         * src/common/utils.c
2311         * src/gtk/colorsel.c
2312         * src/gtk/gtksctree.c
2313         * src/gtk/gtkshruler.c
2314         * src/plugins/trayicon/trayicon.c
2315                 #if 0 goes to /dev/null
2316
2317 2006-03-01 [colin]      2.0.0cvs94
2318
2319         * src/compose.c
2320         * src/imap.c
2321         * src/inc.c
2322         * src/inc.h
2323         * src/messageview.c
2324         * src/news.c
2325         * src/plugins/spamassassin/spamassassin.c
2326                 Allow to add information in the "working offline"
2327                 window
2328
2329 2006-03-01 [wwp]        2.0.0cvs93
2330
2331         * src/plugins/spamassassin/spamassassin.c
2332                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2333                 'cause it seems that calling `spamc ... < inputfile` with
2334                 g_spawn_(a)sync simply.. erm doesn't work :-).
2335
2336 2006-03-01 [wwp]        2.0.0cvs92
2337
2338         * src/toolbar.c
2339         * src/toolbar.h
2340                 simplify the adding of spam/ham button to the messageview toolbar
2341                 (it gets more clear now that the same button will be "Mark as spam"
2342                 or "Mark as ham" according to the current message status,
2343                 thanks to Colin).
2344
2345 2006-03-01 [wwp]        2.0.0cvs91
2346
2347         * src/messageview.c
2348         * src/procmsg.c
2349         * src/procmsg.h
2350         * src/summaryview.c
2351         * src/plugins/spamassassin/spamassassin.c
2352         * src/plugins/spamassassin/spamassassin.h
2353                 make learner callbacks return a status (0 for ok),
2354                 handle it in main code to avoid setting flags when learning failed,
2355                 don't learn on TCP if offline in spamassassin,
2356                 thanks to Colin.
2357
2358                 
2359
2360 2006-03-01 [wwp]        2.0.0cvs90
2361
2362         * src/compose.c
2363                 some work around the compose window's account menu,
2364                 patch by Fabien Vantard.
2365
2366 2006-03-01 [wwp]        2.0.0cvs89
2367
2368         * src/plugins/spamassassin/spamassassin.c
2369                 fixed bad logics, was using spamc in local mode and sa-learn
2370                 in remote mode (thanks, Colin).
2371
2372 2006-03-01 [wwp]        2.0.0cvs88
2373
2374         * src/plugins/spamassassin/spamassassin.c
2375         * src/plugins/spamassassin/spamassassin.h
2376         * src/plugins/spamassassin/spamassassin_gtk.c
2377                 made processing of emails w/ sa-plugin an option (default is TRUE),
2378                 fixed Engrish some tooltips, capitalization of some debug messages
2379                 and warnings. The spamassassin plugin now provides two separate
2380                 services: process emails upon incorporation and spamd training.
2381                 Both services (un)register independently but use some common
2382                 plugin settings (transport settings, spam storage location).
2383
2384 2006-02-28 [wwp]        2.0.0cvs87
2385
2386         * src/plugins/spamassassin/spamassassin.c
2387                 fix async flag to spamc cmdline execution (batch exec should
2388                 be asynchronous).
2389
2390 2006-02-27 [wwp]        2.0.0cvs86
2391
2392         * src/plugins/spamassassin/spamassassin.c
2393         * src/plugins/spamassassin/spamassassin.h
2394         * src/plugins/spamassassin/spamassassin_gtk.c
2395                 - added the ability to learn a remote spamassassin server (spamd),
2396                 using spamc.
2397                 - added the spamassassin option 'username', that applies to all
2398                 spamassassin operations (filtering, learning, local or remote).
2399                 The default username is the current unix user (if left blank
2400                 from gtk prefs or config file).
2401                 - commented out some unused code (notebook widget), removed unused
2402                 layout (hbox1).
2403                 - make more widgets sensitive to the transport type.
2404
2405 2006-02-27 [colin]      2.0.0cvs85
2406
2407         * src/plugins/spamassassin/spamassassin.c
2408                 Fix sa-learn call when offline
2409
2410 2006-02-27 [colin]      2.0.0cvs84
2411
2412         * configure.ac
2413         * src/Makefile.am
2414         * src/mainwindow.c
2415         * src/mainwindow.h
2416         * src/messageview.c
2417         * src/messageview.h
2418         * src/prefs_toolbar.c
2419         * src/procmsg.c
2420         * src/stock_pixmap.c
2421         * src/stock_pixmap.h
2422         * src/summaryview.c
2423         * src/toolbar.c
2424         * src/toolbar.h
2425         * src/pixmaps/ham_btn.xpm
2426         * src/pixmaps/spam.xpm
2427         * src/pixmaps/spam_btn.xpm
2428         * src/plugins/spamassassin/spamassassin.c
2429                 Add button in toolbar for spam learning
2430                 Fix a few bugs from the last related commit
2431                 Revert 1.9.6cvs23 which messed up shift-selection
2432
2433 2006-02-24 [colin]      2.0.0cvs83
2434
2435         * src/procmsg.c
2436         * src/summaryview.c
2437         * src/summaryview.h
2438         * src/plugins/spamassassin/spamassassin.c
2439         * src/plugins/spamassassin/spamassassin.h
2440         * src/plugins/spamassassin/spamassassin_gtk.c
2441                 Unregister learner when spamassassin is either
2442                 disabled or over tcp
2443
2444 2006-02-24 [colin]      2.0.0cvs82
2445
2446         * src/Makefile.am
2447         * src/mainwindow.c
2448         * src/mainwindow.h
2449         * src/procmsg.c
2450         * src/procmsg.h
2451         * src/stock_pixmap.c
2452         * src/stock_pixmap.h
2453         * src/summaryview.c
2454         * src/summaryview.h
2455         * src/gtk/icon_legend.c
2456         * src/pixmaps/spam.xpm  ** NEW FILE **
2457         * src/plugins/spamassassin/spamassassin.c
2458         * src/plugins/spamassassin/spamassassin_gtk.c
2459                 Add spam learning interface (Mark/Mark as 
2460                 (spam|ham) menus)
2461
2462 2006-02-24 [wwp]        2.0.0cvs81
2463
2464         * src/compose.c
2465         * src/compose.h
2466         * src/filtering.c
2467                 hide compose window when sending message in batch mode
2468                 (filtering: forward and redirect). Also fixed a wrong
2469                 value returned when sending failed, neutral anyway.
2470                 (Colin, me) 
2471
2472 2006-02-24 [wwp]        2.0.0cvs80
2473
2474         * src/mainwindow.c
2475                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2476
2477 2006-02-24 [paul]       2.0.0cvs79
2478
2479         * src/news.c
2480         * src/news.h
2481         * src/news_gtk.c
2482                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2483                 Thanks to Colin
2484
2485 2006-02-23 [colin]      2.0.0cvs78
2486
2487         * src/alertpanel.c
2488                 Change OK to Close in alertpanel with View log
2489                 button; add accel to View log. Patch by Fabien
2490                 Vantard
2491
2492 2006-02-23 [wwp]        2.0.0cvs77
2493
2494         * src/compose.c
2495                 silly me, there were much more tests to perform, since toolbars can
2496                 really have down to 1 element only.
2497
2498 2006-02-23 [wwp]        2.0.0cvs76
2499
2500         * commitHelper
2501                 fixed indentation from my previous commit. Fallback to VISUAL if
2502                 EDITOR is not set (and to vi, at last resort).
2503
2504 2006-02-23 [wwp]        2.0.0cvs75
2505
2506         * commitHelper
2507                 improved error detection (Colin, me).
2508
2509 2006-02-23 [wwp]        2.0.0cvs74
2510
2511         * src/prefs_toolbar.c
2512                 simplify and fix prefs/toolbars layouting. Combos' contents can
2513                 now be really displayed.
2514
2515 2006-02-23 [wwp]        2.0.0cvs73
2516         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2517         be really displayed.
2518
2519 2006-02-22 [wwp]        2.0.0cvs72
2520
2521         * src/compose.c
2522                 fix a typo in my previous commit (sorry!).
2523
2524 2006-02-22 [wwp]        2.0.0cvs71
2525
2526         * src/prefs_toolbar.c
2527                 fix a crash when adding separators to toolbars,
2528                 also fix some separator item information.
2529
2530 2006-02-22 [wwp]        2.0.0cvs70
2531
2532         * src/compose.c
2533                 fix a crash when redirecting (for instance) when compose window's
2534                 toolbar contents has been customized (when some buttons have been
2535                 removed in fact).
2536
2537 2006-02-21 [wwp]        2.0.0cvs69
2538
2539         * src/summaryview.c
2540         * src/gtk/pluginwindow.c
2541         * src/plugins/pgpcore/prefs_gpg.c
2542                 fix some compilation warnings (feat. remains of removed code).
2543
2544 2006-02-21 [wwp]        2.0.0cvs68
2545
2546         * src/gtk/gtkutils.c
2547                 fix two compilation issues, thanks to Stephan Sachse.
2548
2549 2006-02-20 [colin]      2.0.0cvs67
2550
2551         * src/mainwindow.c
2552                 Don't reselect displayed mail on refocus
2553                 This fixes actions misbehaving 
2554
2555 2006-02-20 [wwp]        2.0.0cvs66
2556
2557         * src/summaryview.c
2558         * src/gtk/gtksctree.c
2559         * src/gtk/gtkshruler.c
2560                 changed more runtime typecast checks.
2561
2562 2006-02-20 [wwp]        2.0.0cvs65
2563
2564         * src/summary_search.c
2565                 find all - summaryview refresh issue fixed, thanks to Colin.
2566
2567 2006-02-20 [wwp]        2.0.0cvs64
2568
2569         * src/gtk/gtkutils.c
2570                 better runtime typecast checks.
2571
2572 2006-02-20 [wwp]        2.0.0cvs63
2573
2574         * src/summary_search.c
2575                 enhancements to the summary search:
2576                         - add the ability to stop the running search
2577                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2578                         - don't search if no criteria (From/To/Subject/Body) is set
2579                         - ensure that a busy mouse pointer is always shown when searching,
2580                           show it even a bit earlier
2581
2582 2006-02-19 [colin]      2.0.0cvs62
2583
2584         * src/compose.c
2585         * src/imap.c
2586         * src/etpan/imap-thread.c
2587         * src/etpan/imap-thread.h
2588                 (Future) IMAP speed improvement on sending
2589                 Will require a libetpan update
2590         * src/summaryview.c
2591         * src/gtk/quicksearch.c
2592                 Make quicksearch clearable while running.
2593
2594 2006-02-17 [colin]      2.0.0cvs61
2595
2596         * src/imap.c
2597         * src/etpan/imap-thread.c
2598         * src/etpan/imap-thread.h
2599                 Check for IMAP certificates
2600                 ** Requires libetpan-0.42-cvs4 
2601                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2602
2603 2006-02-17 [colin]      2.0.0cvs60
2604
2605         * src/messageview.c
2606         * src/prefs_common.c
2607         * src/prefs_common.h
2608         * src/prefs_message.c
2609                 Add pref to display HTML-only mails with plugin, 
2610                 if possible (defaulting to FALSE of course).
2611
2612 2006-02-16 [colin]      2.0.0cvs59
2613
2614         * src/main.c
2615         * src/common/plugin.c
2616         * src/common/plugin.h
2617         * src/gtk/pluginwindow.c
2618                 Keep track of requested (but unloaded) plugins
2619                 in some error cases.
2620
2621 2006-02-16 [wwp]        2.0.0cvs58
2622
2623         * src/gtk/gtkaspell.c
2624         * src/gtk/gtkaspell.h
2625         * src/prefs_spelling.c
2626         * src/compose.c
2627         * src/prefs_common.c
2628         * src/prefs_common.h
2629                 implemented new optional spellchecker behaviour: re-check message when
2630                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2631
2632 2006-02-16 [wwp]        2.0.0cvs57
2633
2634         * src/quote_fmt_parse.y
2635                 pclose popen'ed pipe.
2636
2637 2006-02-15 [colin]      2.0.0cvs56
2638
2639         * src/mimeview.c
2640         * src/mimeview.h
2641                 Let MimeViewers know which MimeView they
2642                 depend of.
2643         * src/summaryview.c
2644                 Swap From/To columns in Sent/Queue/Drafts
2645                 folders
2646         * src/etpan/imap-thread.c
2647                 Use mailstream_low_tls_open() for STARTTLS
2648                 instead of mailstream_low_ssl_open()
2649                 ** REQUIRES libetpan 0.42cvs3 **
2650
2651 2006-02-15 [wwp]        2.0.0cvs55
2652
2653         * src/compose.c
2654         * src/compose.h
2655         * src/message_search.c
2656         * src/message_search.h
2657         * src/textview.c
2658         * src/gtk/gtkutils.c
2659         * src/gtk/gtkutils.h
2660                 added the ability to Find text in the compose window (and a bit
2661                 of code factorization).
2662
2663 2006-02-15 [wwp]        2.0.0cvs54
2664
2665         * src/prefs_gtk.c
2666                 yet another one file was missing (fix for some widgets' sensitivity).
2667                 Thanks Colin!
2668
2669 2006-02-15 [wwp]        2.0.0cvs53
2670
2671         * src/prefs_gtk.h
2672                 oops forgot that file (fix for some widgets' sensitivity).
2673
2674 2006-02-15 [wwp]        2.0.0cvs52
2675
2676         * src/summary_search.c
2677                 implemented advanced summary search options (added the ability
2678                 to use matcher conditions in an advanced search mode).
2679
2680 2006-02-15 [wwp]        2.0.0cvs51
2681
2682         * src/plugins/pgpcore/prefs_gpg.c
2683         * src/prefs_account.c
2684                 fix some widget sensitivity, mostly around some labels in
2685                 account prefs.
2686
2687 2006-02-15 [paul]       2.0.0cvs50
2688
2689         * manual/advanced.xml
2690                 improve Templates info
2691                 written by wwp
2692
2693 2006-02-14 [colin]      2.0.0cvs49
2694
2695         * src/pixmaps/address_book.xpm
2696         * src/pixmaps/preferences.xpm
2697         * src/pixmaps/properties.xpm
2698                 Fix pixmap size - patch by Fabien Vantard
2699
2700 2006-02-13 [colin]      2.0.0cvs48
2701
2702         * src/procmime.c
2703                 Add missing fclose()s on error
2704         * src/textview.c
2705                 Remove unused code
2706         * src/common/utils.c
2707                 Fix temp files not being deleted on windows
2708         Patches by Thomas Gilgin
2709
2710 2006-02-13 [colin]      2.0.0cvs47
2711
2712         * src/mainwindow.c
2713                 Fix exit crash
2714
2715 2006-02-13 [wwp]        2.0.0cvs46
2716
2717         * src/plugins/pgpcore/prefs_gpg.c
2718                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2719
2720 2006-02-12 [colin]      2.0.0cvs45
2721
2722         * src/folderview.c
2723         * src/main.c
2724         * src/mainwindow.c
2725                 Fix "stuff" when quitting
2726
2727 2006-02-12 [wwp]        2.0.0cvs44
2728
2729         * src/prefs_themes.c
2730                 fix typos in debug messages.
2731
2732 2006-02-11 [colin]      2.0.0cvs43
2733
2734         * src/summaryview.c
2735                 don't allow drag/drop from ourself
2736
2737 2006-02-10 [wwp]        2.0.0cvs42
2738
2739         * src/exporthtml.c
2740         * src/html.c
2741         * src/html.h
2742         * src/procmime.c
2743         * src/textview.c
2744                 renamed html_ prefixed functions and data structures to avoid
2745                 namespace clashes w/ other software (gtkhtml2 for instance).
2746                 Closes bug #907.
2747
2748
2749 2006-02-09 [colin]      2.0.0cvs41
2750
2751         * src/summaryview.c
2752                 Fix shitty logic messed up. Thanks Ticho for the hint!
2753
2754 2006-02-09 [wwp]        2.0.0cvs40
2755
2756         * src/gtk/about.c
2757         * src/compose.c
2758         * src/prefs_account.c
2759         * src/prefs_gtk.h
2760         * src/editaddress.c
2761                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2762                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2763                 Browse buttons in accounts prefs.
2764
2765 2006-02-09 [colin]      2.0.0cvs39
2766
2767         * src/matcher.c
2768                 Check for pointer before using its members
2769         * src/gtk/gtksourceprintjob.c
2770                 Fix a wrong warning
2771
2772 2006-02-09 [wwp]        2.0.0cvs38
2773
2774         * src/gtk/filesel.c
2775                 fix few compiler warnings (type mismatch).
2776
2777 2006-02-09 [paul]       2.0.0cvs37
2778
2779         * po/fr.po
2780                 updated by Fabien Vantard
2781
2782 2006-02-08 [colin]      2.0.0cvs36
2783
2784         * src/prefs_common.c
2785         * src/common/defs.h
2786         * src/common/plugin.c
2787                 allow windows and linux configurations to coexist
2788                 patch by Thomas Gilgin
2789
2790 2006-02-08 [colin]      2.0.0cvs35
2791
2792         * src/filtering.c
2793         * src/matcher.c
2794         * src/matcher.h
2795         * src/matcher_parser_parse.y
2796         * src/prefs_filtering_action.c
2797         * src/prefs_matcher.c
2798                 Add the "Ignore thread" filtering
2799                 action
2800
2801 2006-02-08 [colin]      2.0.0cvs34
2802
2803         * src/compose.c
2804         * src/procmime.c
2805         * src/procmime.h
2806                 Fix bug #905 (damaged attachment)
2807                 text files with raw \0's aren't really text files
2808         FOR_STABLE
2809
2810 2006-02-08 [colin]      2.0.0cvs33
2811
2812         * src/summaryview.c
2813                 Fix crasher introduced yesterday
2814
2815 2006-02-08 [wwp]        2.0.0cvs32
2816
2817         * src/compose.c
2818         * src/compose.h
2819                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2820
2821 2006-02-08 [wwp]        2.0.0cvs31
2822
2823         * src/prefs_template.c
2824                 templates enhancement: allow address completion for Cc and Bcc fields
2825                 (it was currently possible for the To field only)
2826
2827 2006-02-08 [colin]      2.0.0cvs30
2828
2829         * src/compose.c
2830                 Don't unblock if not blocked
2831         FOR_STABLE
2832
2833 2006-02-07 [colin]      2.0.0cvs29
2834
2835         * src/action.c
2836                 Forgot to refresh summaryview
2837
2838 2006-02-07 [colin]      2.0.0cvs28
2839
2840         * src/action.c
2841                 Freeze/thaw message list and folder list while
2842                 processing %as{} actions 
2843         * src/compose.c
2844                 Fix auto-wrap disabling after a middle-click
2845                 paste - FOR_STABLE
2846
2847 2006-02-07 [paul]       2.0.0cvs27
2848
2849         * src/folder.c
2850                 fix freeing of uninitialised pointers
2851                 Thanks to Colin
2852
2853 2006-02-06 [colin]      2.0.0cvs26
2854
2855         * src/folder.c
2856                 Use g_slist_prepend in potentially big list
2857
2858 2006-02-06 [colin]      2.0.0cvs25
2859
2860         * src/folder.c
2861                 Completely skip processing if it doesn't 
2862                 exist (faster!)
2863
2864 2006-02-06 [colin]      2.0.0cvs24
2865
2866         * src/folder.c
2867         * src/summaryview.c
2868                 Batch filtering in summaryview (from Tools menu)
2869                 and pre/post//-processing too
2870
2871 2006-02-06 [colin]      2.0.0cvs23
2872
2873         * src/procmsg.h
2874         * src/filtering.c
2875                 Use a special field for batch filtering instead
2876                 of stepping on deferred execution's toes
2877
2878 2006-02-06 [colin]      2.0.0cvs22
2879
2880         * src/action.c
2881         * src/filtering.c
2882         * src/filtering.h
2883         * src/folder.c
2884         * src/summaryview.c
2885                 Fix filtering via menus and actions
2886
2887 2006-02-06 [colin]      2.0.0cvs21
2888
2889         * src/imap.c
2890                 Put the added file directly to cache if possible (will work
2891                 with next libetpan)
2892         * src/filtering.c
2893         * src/filtering.h
2894         * src/inc.c
2895         * src/folder.c
2896         * src/mbox.c
2897         * src/procmsg.h
2898                 Move and copy filtered messages by batches instead of one
2899                 by one - faster on IMAP
2900         * src/procmsg.c
2901                 Add a function that'll possibly be useful later
2902
2903 2006-02-06 [colin]      2.0.0cvs20
2904
2905         * src/addressbook.c
2906                 Use internal mime-type instead of text/plain for d'n'd
2907         * src/compose.c
2908                 Allow attaching files from mimeview's icon list via d'n'd
2909         * src/folderview.c
2910         * src/folderview.h
2911                 Use internal mime-type instead of text/plain for d'n'd
2912                 Don't try to selected opened folder if none is
2913                 Factorize d'n'd from other apps code
2914         * src/headerview.c
2915         * src/textview.c
2916         * src/gtk/gtkutils.c
2917         * src/gtk/gtkutils.h
2918                 Factorize Face/X-Face stuff
2919         * src/mimeview.c
2920                 Fix d'n'd to other apps
2921         * src/prefs_message.c
2922                 Let the XFace pref be usable without libcompface as it also
2923                 applies to Face
2924         * src/summaryview.c
2925                 Fix d'n'd to other apps
2926                 Factorize d'n'd from other apps code
2927
2928 2006-02-06 [wwp]        2.0.0cvs19
2929
2930         * po/it.po
2931                 Italian translation fixes by Andrea Spadaccini (no more confusion
2932                 between filtering and processing, and few changes in the About
2933                 dialog).
2934
2935
2936 2006-02-06 [mones]      2.0.0cvs18
2937
2938         * src/gtk/icon_legend.c
2939                 Improved descriptions allowing better translations
2940
2941 2006-02-05 [colin]      2.0.0cvs17
2942
2943         * src/imap.c
2944                 Add the f*cking missing expunge that caused imap_fetch_env
2945                 to fail after an add_msgs ! :-///
2946         * src/etpan/imap-thread.c
2947                 Add a bit of debug
2948         FOR_STABLE
2949
2950 2006-02-05 [colin]      2.0.0cvs16
2951
2952         * src/common/utils.c
2953                 Don't check for return-path (or we can't put
2954                 back non-sent mails)
2955
2956 2006-02-05 [colin]      2.0.0cvs15
2957
2958         * src/textview.c
2959                 Don't try to display Face header in textview
2960                 when teh headerview's active
2961
2962 2006-02-05 [colin]      2.0.0cvs14
2963
2964         * tools/tbird2syl.py
2965         * tools/Makefile.am
2966                 Add script to import Thunderbird mails
2967
2968 2006-02-05 [colin]      2.0.0cvs13
2969
2970         * src/headerview.c
2971         * src/procheader.c
2972         * src/procmsg.c
2973         * src/procmsg.h
2974         * src/textview.c
2975                 Show Face headers - patch partially by Klaus Flittner
2976
2977 2006-02-05 [colin]      2.0.0cvs12
2978
2979         * src/folderview.c
2980         * src/summaryview.c
2981         * src/common/utils.c
2982         * src/common/utils.h
2983                 Let dnd work from mime icons to summaryview
2984                 and to folderview too
2985                 Add a crude test to avoid trying to add files
2986                 drag'n'dropped when they're not mails
2987
2988 2006-02-04 [colin]      2.0.0cvs11
2989
2990         * src/summaryview.c
2991         * src/mimeview.c
2992                 Fix utf8 conversion
2993
2994 2006-02-04 [colin]      2.0.0cvs10
2995
2996         * src/compose.c
2997         * src/folderview.c
2998         * src/mimeview.c
2999         * src/summaryview.c
3000         * src/summaryview.h
3001                 Added various drag and drop capas:
3002                 From                    To
3003                 summaryview             other apps
3004                 mimeview icons          other apps
3005                 other apps              summaryview
3006                 other apps              folderview
3007
3008                 This shouldn't have broken the existing:
3009                 From                    To
3010                 summaryview             folderview
3011                 folderview              folderview
3012                 summaryview             compose's attachments
3013
3014         Tests welcomed.
3015
3016 2006-02-02 [paul]       2.0.0cvs9
3017
3018         * src/mainwindow.c
3019                 move global option 'Set displayed columns...' out
3020                 of folder option grouping.
3021                 fix sensitivity of 'harvest addresses'
3022         FOR_STABLE
3023
3024 2006-02-01 [colin]      2.0.0cvs8
3025
3026         * src/mimeview.c
3027                 Revert the alertpanel patch, it sucks (intrusive
3028                 and gets in the way of "open")
3029
3030 2006-02-01 [colin]      2.0.0cvs7
3031
3032         * src/compose.c
3033         * src/prefs_account.c
3034         * src/prefs_common.c
3035         * src/common/defs.h
3036         * src/common/utils.c
3037         * src/common/utils.h
3038                 Add ability to edit the signature file
3039                 from the account preferences, and use
3040                 a default for the text editor.
3041                 Patch by Fabien Vantard
3042
3043 2006-02-01 [colin]      2.0.0cvs6
3044
3045         * src/mimeview.c
3046                 Try to get mime type by extension if it is
3047                 application/octet-stream
3048                 Display a window with possible choices when
3049                 encountering unknown mime types
3050         * src/gtk/filesel.c
3051         * src/gtk/filesel.h
3052                 Add preview
3053                 Allow multiple selection in filtered filesel
3054                 (patch by Fabien Vantard)
3055         * src/gtk/pluginwindow.c
3056                 Use it (patch by Fabien Vantard)
3057
3058 2006-02-01 [paul]       2.0.0cvs5
3059
3060         * src/jpilot.c
3061                 fix crash on creating jpilot address book
3062                 Thanks to Colin - FOR_STABLE
3063         * src/prefs_summaries.c
3064         * src/prefs_wrapping.c
3065         * src/gtk/icon_legend.c
3066         * src/gtk/quicksearch.c
3067                 string fixes and additions
3068
3069 2006-02-01 [paul]       2.0.0cvs4
3070
3071         * src/compose.c
3072         * src/mainwindow.c
3073         * src/messageview.c
3074         * src/prefs_send.c
3075                 add Arabic encoding option
3076                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3077
3078 2006-01-31 [colin]      2.0.0cvs3
3079
3080         * src/plugins/pgpcore/passphrase.c
3081                 Convert passphrase to locale encoding
3082         * src/compose.c
3083                 Fix drafting on IMAP. Crappy bug sneaked in
3084                 the release :-/
3085         FOR_STABLE
3086
3087 2006-01-30 [paul]       2.0.0cvs2
3088
3089         * src/gtk/icon_legend.c
3090                 show the new entries
3091
3092 2006-01-30 [colin]      2.0.0cvs1
3093
3094         * src/manual.c
3095                 Check for the file to be present before 
3096                 enabling the menu - FOR_STABLE
3097         * src/gtk/icon_legend.c
3098                 Add folders icons (not all of them, there
3099                 are too much, but the most intriguing ones)
3100
3101 2006-01-30 [paul]       2.0.0
3102
3103         version 2.0.0 released
3104
3105 2006-01-30 [paul]       1.9.100cvs200
3106
3107         * manual/faq.xml
3108         * manual/gpl.xml
3109         * manual/intro.xml
3110         * manual/starting.xml
3111         * manual/sylpheed-claws-manual.xml
3112                 fixes, additions
3113
3114 2006-01-29 [mones]      1.9.100cvs199
3115
3116         * manual/account.xml
3117         * manual/advanced.xml
3118         * manual/glossary.xml
3119                 Some typos fixed, added LDIF term to glossary
3120         * po/es.po
3121                 Fixed leading plus symbol
3122
3123 2006-01-29 [paul]       1.9.100cvs198
3124
3125         * po/fi.po
3126         * po/sk.po
3127                 updated by Tommi Pirinen and Andrej Kacian
3128
3129 2006-01-29 [paul]       1.9.100cvs197
3130
3131         * src/gtk/authors.h
3132                 remove duplicates
3133
3134 2006-01-29 [paul]       1.9.100cvs196
3135
3136         * AUTHORS
3137         * po/nl.po
3138         * src/gtk/authors.h
3139         * tools/claws.i18n.status.pl
3140                 nl translation updated by Tim Dijkstra
3141
3142 2006-01-29 [paul]       1.9.100cvs195
3143
3144         * po/sr.po
3145         * po/sv.po
3146                 updated by Aleksandar Urosevic and Anders Troback
3147
3148 2006-01-28 [colin]      1.9.100cvs194
3149
3150         * src/gtk/gtksourceprintjob.c
3151                 Don't fiddle with PangoLayout when we
3152                 have an image
3153
3154 2006-01-28 [paul]       1.9.100cvs193
3155
3156         * AUTHORS
3157         * po/el.po
3158         * po/zh_CN.po
3159         * src/gtk/authors.h
3160         * tools/claws.i18n.status.pl
3161                 updated translations submitted by Stavros Giannouris
3162                 and Ralgh Young
3163
3164 2006-01-27 [colin]      1.9.100cvs192
3165
3166         * src/summaryview.c
3167         * src/gtk/gtksourceprintjob.c
3168                 Add image printing 
3169                 (libgnomeprint only, of course)
3170
3171 2006-01-27 [paul]       1.9.100cvs191
3172
3173         * po/fr.po
3174         * po/it.po
3175                 updated by Fabien Vantard and Andrea Spadaccini
3176
3177 2006-01-26 [colin]      1.9.100cvs190
3178
3179         * manual/Makefile.am
3180         * configure.ac
3181                 Make building the manual optional 
3182                 (--disable-manual)
3183
3184 2006-01-26 [paul]       1.9.100cvs189
3185
3186         * manual/glossary.xml
3187         * manual/plugins.xml
3188                 edited
3189         * po/en_GB.po
3190                 updated
3191
3192 2006-01-26 [paul]       1.9.100cvs188
3193
3194         * src/prefs_display_header.c
3195         * src/prefs_folder_column.c
3196         * src/prefs_msg_colors.c
3197         * src/prefs_summaries.c
3198         * src/prefs_summary_column.c
3199                 HIGify
3200
3201 2006-01-25 [colin]      1.9.100cvs187
3202
3203         * src/imap.c
3204                 Don't allow moving/copying mails between
3205                 queue/drafts and non-queue/drafts folders
3206                 Fixes bug #897 (message header is resetted 
3207                 if one is copied to Drafts)
3208
3209 2006-01-25 [colin]      1.9.100cvs186
3210
3211         * src/folder.c
3212         * src/mainwindow.c
3213                 Fix subscribed folders not found
3214         * src/compose.c
3215                 Don't try to encode as original mail's charset
3216                 if it's ascii 
3217
3218 2006-01-25 [paul]       1.9.100cvs185
3219
3220         * AUTHORS
3221         * po/Makevars
3222                 updated
3223         * po/de.po
3224         * po/pl.po
3225         * po/pt_BR.po
3226         * po/sr.po
3227                 updates submitted by Stephan Sachse, Emilian Nowak
3228                 and Quar, Frederico Goncalves Guimaraes, and
3229                 Aleksandar Urosevic
3230                 Fix Bug 896, 'PT_BR locale broken'.
3231         * src/gtk/authors.h
3232                 updated
3233
3234 2006-01-24 [mones]      1.9.100cvs184
3235
3236         * manual/glossary.xml
3237                 All current terms finished. Reviewers welcome ;-)
3238         * manual/keyboard.xml
3239                 Fixed column width for pdf output.
3240         * po/es.po
3241                 Updated
3242
3243 2006-01-24 [paul]       1.9.100cvs183
3244
3245         * manual/glossary.xml
3246                 fix id name
3247         * manual/dist/html/Makefile.am
3248         * manual/dist/pdf/Makefile.am
3249         * manual/dist/ps/Makefile.am
3250         * manual/dist/txt/Makefile.am
3251                 fix make deps
3252                 Thanks to Colin
3253
3254 2006-01-24 [mones]      1.9.100cvs182
3255
3256         * manual/glossary.xml
3257                 Nearly finished, some terms missing.
3258
3259 2006-01-23 [paul]       1.9.100cvs181
3260
3261         * manual/dist/html/Makefile.am
3262         * manual/dist/pdf/Makefile.am
3263         * manual/dist/ps/Makefile.am
3264         * manual/dist/txt/Makefile.am
3265         * src/mainwindow.c
3266                 re-enable manual
3267                 Thanks to Colin
3268
3269 2006-01-22 [colin]      1.9.100cvs180
3270
3271         * src/compose.c
3272         * src/gtk/gtkaspell.c
3273                 Don't deselect stuff before right-clicking, with aspell.
3274                 (This prevented right-click Copy, for example).
3275                 Thanks to Clo!
3276
3277 2006-01-22 [paul]       1.9.100cvs179
3278
3279         * src/summary_search.c
3280                 don't fix the widget size as it causes problems
3281                 under localisation.
3282                 Thanks to Emilian Nowak
3283
3284 2006-01-21 [paul]       1.9.100cvs178
3285
3286         * src/prefs_themes.c
3287                 fix broken underlining of label text
3288                 with some translations
3289
3290 2006-01-21 [colin]      1.9.100cvs177
3291
3292         * po/fr.po
3293                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3294
3295 2006-01-20 [colin]      1.9.100cvs176
3296
3297         * configure.ac
3298         * Makefile.am
3299         * manual/Makefile
3300         * manual/dist/html/.cvsignore
3301         * manual/dist/html/Makefile.am
3302         * manual/dist/pdf/.cvsignore
3303         * manual/dist/pdf/Makefile.am
3304         * manual/dist/ps/.cvsignore
3305         * manual/dist/ps/Makefile.am
3306         * manual/dist/txt/.cvsignore
3307         * manual/dist/txt/Makefile.am
3308                 Autotool-ize manual
3309
3310 2006-01-20 [paul]       1.9.100cvs175
3311
3312         * manual/handling.xml
3313                 make Filtering and Searching entries easier to find
3314         * manual/keyboard.xml
3315                 add the remaining default keybinds
3316         * src/prefs_summaries.c
3317                 update the default keybinds
3318
3319 2006-01-20 [paul]       1.9.100cvs174
3320
3321         * src/addressbook.c
3322         * src/addrgather.c
3323         * src/addrharvest.c
3324         * src/editaddress.c
3325         * src/editgroup.c
3326         * src/exphtmldlg.c
3327         * src/expldifdlg.c
3328         * src/exporthtml.c
3329         * src/exportldif.c
3330         * src/ldif.c
3331                 replace 'e-mail' with 'email'
3332         * src/summary_search.c
3333                 add mnemonic to "Find all" button
3334
3335 2006-01-20 [wwp]        1.9.100cvs173
3336
3337         * src/export.c
3338         * src/import.c
3339                 touched mbox import/export buttons for HIG-compliance
3340
3341 2006-01-19 [paul]       1.9.100cvs172
3342
3343         * manual/account.xml
3344         * manual/addrbook.xml
3345         * manual/advanced.xml
3346         * manual/faq.xml
3347         * manual/handling.xml
3348         * manual/intro.xml
3349         * manual/plugins.xml
3350         * manual/starting.xml
3351                 more editing
3352
3353 2006-01-19 [paul]       1.9.100cvs171
3354
3355         * src/toolbar.c
3356                 allow use of trash button while receiving
3357                 Thanks to Colin
3358
3359 2006-01-19 [wwp]        1.9.100cvs170
3360
3361         * src/gtk/quicksearch.c
3362         * src/compose.c
3363                 force text color to black when yellow background is set
3364
3365 2006-01-19 [colin]      1.9.100cvs169
3366
3367         * src/plugins/trayicon/trayicon.c
3368                 Gray out Get Mail when already getting mail
3369
3370 2006-01-18 [paul]       1.9.100cvs168
3371
3372         * src/compose.c
3373                 give widget yellow background was To is
3374                 set via folder prefs
3375         * src/gtk/quicksearch.c
3376                 give widget yellow background when quick
3377                 search is active.
3378                 Thanks to Colin
3379
3380 2006-01-18 [paul]       1.9.100cvs167
3381
3382         * doc/man/sylpheed-claws.1
3383                 add --subscribe option
3384
3385 2006-01-18 [paul]       1.9.100cvs166
3386
3387         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3388         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3389                 use %U instead of %F (%F is broken for user installed
3390                 files in kde 3.5)
3391
3392 2006-01-18 [colin]      1.9.100cvs165
3393
3394         * src/summaryview.c
3395                 Default to Yes in "No more * messages" dialogs
3396
3397 2006-01-17 [colin]      1.9.100cvs164
3398
3399         * src/compose.c
3400                 Possibly fix an invalid iterator causing
3401                 crash
3402
3403 2006-01-17 [colin]      1.9.100cvs163
3404
3405         * src/mimeview.c
3406                 Fix crash when the image disappears under the
3407                 image viewer
3408
3409 2006-01-16 [colin]      1.9.100cvs162
3410
3411         * src/compose.c
3412                 Fix reenabling autowrap
3413
3414 2006-01-16 [colin]      1.9.100cvs161
3415
3416         * src/compose.c
3417                 reset quote_len before getting quote_str
3418
3419 2006-01-16 [colin]      1.9.100cvs160
3420
3421         * src/account.c
3422         * src/account.h
3423         * src/folder.c
3424         * src/imap_gtk.c
3425         * src/mh_gtk.c
3426                 Fix bug #883 (default inbox does not track folder move)
3427
3428 2006-01-16 [colin]      1.9.100cvs159
3429
3430         * src/compose.c
3431         * src/plugins/pgpcore/passphrase.c
3432                 More buttons fixes
3433
3434 2006-01-16 [paul]       1.9.100cvs158
3435
3436         * src/prefs_actions.c
3437         * src/prefs_filtering_action.c
3438         * src/prefs_matcher.c
3439         * src/quote_fmt.c
3440         * src/gtk/description_window.c
3441         * src/gtk/description_window.h
3442         * src/gtk/quicksearch.c
3443                 description window cleanups
3444
3445 2006-01-15 [colin]      1.9.100cvs157
3446
3447         * src/addressbook.c
3448         * src/prefs_filtering.c
3449                 Same here
3450
3451 2006-01-15 [colin]      1.9.100cvs156
3452
3453         * src/folderview.c
3454         * src/mainwindow.c
3455                 Same for "Empty trash"
3456
3457 2006-01-15 [colin]      1.9.100cvs155
3458
3459         * src/inc.c
3460                 Override offline dialog had Yes by default
3461
3462 2006-01-15 [colin]      1.9.100cvs154
3463
3464         * src/summaryview.c
3465                 Delete selected messages? previously had Yes the default
3466
3467 2006-01-15 [colin]      1.9.100cvs153
3468
3469         * src/folder.c
3470         * src/folder.h
3471         * src/main.c
3472                 Check if a mailbox is loaded after all
3473                 plugins are loaded.
3474
3475 2006-01-15 [colin]      1.9.100cvs152
3476
3477         * src/folder.c
3478                 Don't start wizard when there are unloaded folders (will help
3479                 people with only mbox or maildir mailboxes)
3480
3481 2006-01-14 [colin]      1.9.100cvs151
3482
3483         * src/addressbook.c
3484         * src/expldifdlg.c
3485         * src/importldif.c
3486         * src/importmutt.c
3487         * src/importpine.c
3488         * src/mh_gtk.c
3489                 More HIG compliance and fixes
3490
3491 2006-01-14 [colin]      1.9.100cvs150
3492
3493         * src/prefs_filtering_action.c
3494         * src/foldersel.c
3495                 Two forgotten button order changes
3496
3497 2006-01-14 [colin]      1.9.100cvs149
3498
3499         * src/account.c
3500         * src/addressbook.c
3501         * src/compose.c
3502         * src/folderview.c
3503         * src/imap_gtk.c
3504         * src/mainwindow.c
3505         * src/mh_gtk.c
3506         * src/news_gtk.c
3507         * src/prefs_actions.c
3508         * src/prefs_customheader.c
3509         * src/prefs_filtering.c
3510         * src/prefs_matcher.c
3511         * src/prefs_template.c
3512         * src/ssl_manager.c
3513         * src/summaryview.c
3514         * src/textview.c
3515         * src/toolbar.c
3516                 All deletion confirmations are now "Cancel, Delete" 
3517                 instead of "No, Yes"
3518                 Clarified most of the other "No, Yes" to 
3519                 "Cancel, Descriptive_action"
3520                 Rechanged the "Entry not saved" alerts to have 
3521                 "Close, Continue editing"
3522
3523
3524 2006-01-14 [paul]
3525
3526         * 2.0.0-rc4 released
3527
3528 2006-01-14 [paul]       1.9.100cvs148
3529
3530         * src/account.c
3531         * src/addressadd.c
3532         * src/addressbook.c
3533         * src/compose.c
3534         * src/editaddress.c
3535         * src/editbook.c
3536         * src/editgroup.c
3537         * src/editjpilot.c
3538         * src/editldap.c
3539         * src/editvcard.c
3540         * src/exphtmldlg.c
3541         * src/expldifdlg.c
3542         * src/folderview.c
3543         * src/grouplistdialog.c
3544         * src/imap_gtk.c
3545         * src/importmutt.c
3546         * src/importpine.c
3547         * src/inc.c
3548         * src/main.c
3549         * src/mainwindow.c
3550         * src/message_search.c
3551         * src/messageview.c
3552         * src/mh_gtk.c
3553         * src/mimeview.c
3554         * src/news_gtk.c
3555         * src/prefs_actions.c
3556         * src/prefs_customheader.c
3557         * src/prefs_filtering.c
3558         * src/prefs_matcher.c
3559         * src/prefs_template.c
3560         * src/prefs_themes.c
3561         * src/ssl_manager.c
3562         * src/summary_search.c
3563         * src/summaryview.c
3564         * src/textview.c
3565         * src/toolbar.c
3566         * src/gtk/foldersort.c
3567         * src/gtk/gtkaspell.c
3568         * src/gtk/inputdialog.c
3569         * src/gtk/prefswindow.c
3570         * src/plugins/pgpcore/select-keys.c
3571         * src/plugins/trayicon/trayicon.c
3572                 HIG compliant button order
3573
3574 2006-01-14 [mones]      1.9.100cvs147
3575
3576         * po/es.po
3577                 Updated translation
3578
3579 2006-01-13 [paul]       1.9.100cvs146
3580
3581         * AUTHORS
3582         * ChangeLog
3583         * src/gtk/authors.h
3584                 add Joshua M. Kwan to contributors list
3585
3586 2006-01-13 [colin]      1.9.100cvs145
3587
3588         * src/gtk/quicksearch.c
3589                 Don't refocus quick search after executing (Esc or Enter)
3590                 Allows to '/'search something then move up/down in 
3591                 summaryview, and to Esc a search and be back in the 
3592                 summaryview
3593
3594 2006-01-13 [paul]       1.9.100cvs144
3595
3596         * src/plugins/pgpinline/pgpinline.c
3597                 support Content-Type 'application/pgp'
3598                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3599
3600 2006-01-13 [paul]       1.9.100cvs143
3601
3602         * manual/account.xml
3603                 make mention of partial retrieval
3604                 thanks to Colin
3605
3606 2006-01-13 [paul]       1.9.100cvs142
3607
3608         * src/account.c
3609         * src/account.h
3610         * src/action.c
3611         * src/action.h
3612         * src/adbookbase.h
3613         * src/addr_compl.c
3614         * src/addr_compl.h
3615         * src/addrbook.c
3616         * src/addrcache.c
3617         * src/addrcache.h
3618         * src/addrcindex.c
3619         * src/addrcindex.h
3620         * src/addrclip.c
3621         * src/addrclip.h
3622         * src/addrdefs.h
3623         * src/addressadd.c
3624         * src/addressadd.h
3625         * src/addressbook.c
3626         * src/addressbook.h
3627         * src/addrgather.c
3628         * src/addrgather.h
3629         * src/addrharvest.c
3630         * src/addrharvest.h
3631         * src/addrindex.c
3632         * src/addrindex.h
3633         * src/addritem.c
3634         * src/addritem.h
3635         * src/addrquery.c
3636         * src/addrquery.h
3637         * src/addrselect.c
3638         * src/addrselect.h
3639         * src/alertpanel.c
3640         * src/alertpanel.h
3641         * src/browseldap.c
3642         * src/browseldap.h
3643         * src/codeconv.c
3644         * src/codeconv.h
3645         * src/compose.c
3646         * src/compose.h
3647         * src/customheader.c
3648         * src/customheader.h
3649         * src/displayheader.c
3650         * src/displayheader.h
3651         * src/editaddress.c
3652         * src/editaddress.h
3653         * src/editbook.c
3654         * src/editbook.h
3655         * src/editgroup.c
3656         * src/editgroup.h
3657         * src/editjpilot.c
3658         * src/editjpilot.h
3659         * src/editldap.c
3660         * src/editldap.h
3661         * src/editldap_basedn.c
3662         * src/editldap_basedn.h
3663         * src/editvcard.c
3664         * src/editvcard.h
3665         * src/exphtmldlg.c
3666         * src/exphtmldlg.h
3667         * src/expldifdlg.c
3668         * src/expldifdlg.h
3669         * src/export.h
3670         * src/exporthtml.c
3671         * src/exporthtml.h
3672         * src/exportldif.c
3673         * src/exportldif.h
3674         * src/filtering.c
3675         * src/filtering.h
3676         * src/folder.c
3677         * src/folder.h
3678         * src/folder_item_prefs.c
3679         * src/folder_item_prefs.h
3680         * src/foldersel.c
3681         * src/foldersel.h
3682         * src/folderutils.c
3683         * src/folderutils.h
3684         * src/folderview.c
3685         * src/folderview.h
3686         * src/grouplistdialog.c
3687         * src/grouplistdialog.h
3688         * src/headerview.c
3689         * src/html.c
3690         * src/html.h
3691         * src/image_viewer.c
3692         * src/image_viewer.h
3693         * src/imap.c
3694         * src/imap.h
3695         * src/imap_gtk.c
3696         * src/imap_gtk.h
3697         * src/import.h
3698         * src/importldif.c
3699         * src/importldif.h
3700         * src/importmutt.c
3701         * src/importmutt.h
3702         * src/importpine.c
3703         * src/importpine.h
3704         * src/inc.c
3705         * src/inc.h
3706         * src/jpilot.c
3707         * src/jpilot.h
3708         * src/ldapctrl.c
3709         * src/ldapctrl.h
3710         * src/ldaplocate.c
3711         * src/ldaplocate.h
3712         * src/ldapquery.c
3713         * src/ldapquery.h
3714         * src/ldapserver.c
3715         * src/ldapserver.h
3716         * src/ldaputil.c
3717         * src/ldaputil.h
3718         * src/ldif.c
3719         * src/ldif.h
3720         * src/main.c
3721         * src/main.h
3722         * src/mainwindow.c
3723         * src/mainwindow.h
3724         * src/manual.c
3725         * src/manual.h
3726         * src/mbox.c
3727         * src/mbox.h
3728         * src/message_search.c
3729         * src/message_search.h
3730         * src/messageview.c
3731         * src/messageview.h
3732         * src/mh.c
3733         * src/mh.h
3734         * src/mh_gtk.c
3735         * src/mh_gtk.h
3736         * src/mimeview.c
3737         * src/mimeview.h
3738         * src/msgcache.c
3739         * src/msgcache.h
3740         * src/mutt.c
3741         * src/mutt.h
3742         * src/news.c
3743         * src/news.h
3744         * src/news_gtk.c
3745         * src/news_gtk.h
3746         * src/partial_download.c
3747         * src/partial_download.h
3748         * src/pine.c
3749         * src/pine.h
3750         * src/pop.c
3751         * src/pop.h
3752         * src/prefs_account.c
3753         * src/prefs_account.h
3754         * src/prefs_actions.c
3755         * src/prefs_actions.h
3756         * src/prefs_common.c
3757         * src/prefs_common.h
3758         * src/prefs_compose_writing.c
3759         * src/prefs_compose_writing.h
3760         * src/prefs_customheader.c
3761         * src/prefs_customheader.h
3762         * src/prefs_display_header.c
3763         * src/prefs_display_header.h
3764         * src/prefs_filtering.c
3765         * src/prefs_filtering.h
3766         * src/prefs_filtering_action.c
3767         * src/prefs_filtering_action.h
3768         * src/prefs_folder_column.c
3769         * src/prefs_folder_column.h
3770         * src/prefs_folder_item.c
3771         * src/prefs_folder_item.h
3772         * src/prefs_fonts.c
3773         * src/prefs_fonts.h
3774         * src/prefs_gtk.c
3775         * src/prefs_gtk.h
3776         * src/prefs_image_viewer.c
3777         * src/prefs_image_viewer.h
3778         * src/prefs_matcher.c
3779         * src/prefs_matcher.h
3780         * src/prefs_message.c
3781         * src/prefs_msg_colors.c
3782         * src/prefs_msg_colors.h
3783         * src/prefs_other.c
3784         * src/prefs_quote.c
3785         * src/prefs_receive.c
3786         * src/prefs_send.c
3787         * src/prefs_spelling.c
3788         * src/prefs_spelling.h
3789         * src/prefs_summaries.c
3790         * src/prefs_summaries.h
3791         * src/prefs_summary_column.c
3792         * src/prefs_summary_column.h
3793         * src/prefs_template.c
3794         * src/prefs_template.h
3795         * src/prefs_themes.c
3796         * src/prefs_themes.h
3797         * src/prefs_toolbar.c
3798         * src/prefs_toolbar.h
3799         * src/prefs_wrapping.c
3800         * src/prefs_wrapping.h
3801         * src/privacy.c
3802         * src/privacy.h
3803         * src/procheader.c
3804         * src/procheader.h
3805         * src/procmime.c
3806         * src/procmime.h
3807         * src/procmsg.c
3808         * src/procmsg.h
3809         * src/quote_fmt.c
3810         * src/quote_fmt_parse.y
3811         * src/recv.c
3812         * src/recv.h
3813         * src/remotefolder.c
3814         * src/remotefolder.h
3815         * src/send_message.c
3816         * src/send_message.h
3817         * src/setup.c
3818         * src/setup.h
3819         * src/sourcewindow.c
3820         * src/sourcewindow.h
3821         * src/ssl_manager.c
3822         * src/ssl_manager.h
3823         * src/statusbar.c
3824         * src/statusbar.h
3825         * src/stock_pixmap.c
3826         * src/stock_pixmap.h
3827         * src/summary_search.c
3828         * src/summary_search.h
3829         * src/summaryview.c
3830         * src/summaryview.h
3831         * src/syldap.c
3832         * src/syldap.h
3833         * src/textview.c
3834         * src/textview.h
3835         * src/toolbar.c
3836         * src/toolbar.h
3837         * src/undo.c
3838         * src/undo.h
3839         * src/unmime.c
3840         * src/unmime.h
3841         * src/vcard.c
3842         * src/vcard.h
3843         * src/wizard.c
3844         * src/wizard.h
3845         * src/common/base64.c
3846         * src/common/base64.h
3847         * src/common/defs.h
3848         * src/common/hooks.c
3849         * src/common/hooks.h
3850         * src/common/log.c
3851         * src/common/log.h
3852         * src/common/mgutils.c
3853         * src/common/mgutils.h
3854         * src/common/nntp.c
3855         * src/common/nntp.h
3856         * src/common/passcrypt.c
3857         * src/common/passcrypt.h.in
3858         * src/common/plugin.c
3859         * src/common/plugin.h
3860         * src/common/prefs.c
3861         * src/common/prefs.h
3862         * src/common/progressindicator.c
3863         * src/common/progressindicator.h
3864         * src/common/quoted-printable.c
3865         * src/common/quoted-printable.h
3866         * src/common/session.c
3867         * src/common/session.h
3868         * src/common/smtp.c
3869         * src/common/smtp.h
3870         * src/common/socket.c
3871         * src/common/socket.h
3872         * src/common/ssl.c
3873         * src/common/ssl.h
3874         * src/common/ssl_certificate.c
3875         * src/common/ssl_certificate.h
3876         * src/common/stringtable.c
3877         * src/common/stringtable.h
3878         * src/common/sylpheed.c
3879         * src/common/sylpheed.h
3880         * src/common/template.c
3881         * src/common/template.h
3882         * src/common/timing.h
3883         * src/common/utils.c
3884         * src/common/utils.h
3885         * src/common/version.h.in
3886         * src/common/xml.c
3887         * src/common/xml.h
3888         * src/common/xmlprops.c
3889         * src/common/xmlprops.h
3890         * src/gtk/colorlabel.c
3891         * src/gtk/colorsel.c
3892         * src/gtk/colorsel.h
3893         * src/gtk/description_window.c
3894         * src/gtk/description_window.h
3895         * src/gtk/filesel.c
3896         * src/gtk/filesel.h
3897         * src/gtk/foldersort.c
3898         * src/gtk/foldersort.h
3899         * src/gtk/gtkutils.c
3900         * src/gtk/gtkutils.h
3901         * src/gtk/inputdialog.c
3902         * src/gtk/inputdialog.h
3903         * src/gtk/logwindow.c
3904         * src/gtk/logwindow.h
3905         * src/gtk/manage_window.c
3906         * src/gtk/manage_window.h
3907         * src/gtk/menu.c
3908         * src/gtk/menu.h
3909         * src/gtk/pluginwindow.c
3910         * src/gtk/pluginwindow.h
3911         * src/gtk/prefswindow.c
3912         * src/gtk/prefswindow.h
3913         * src/gtk/progressdialog.c
3914         * src/gtk/progressdialog.h
3915         * src/gtk/sslcertwindow.c
3916         * src/gtk/sslcertwindow.h
3917         * src/plugins/clamav/clamav_plugin.c
3918         * src/plugins/clamav/clamav_plugin.h
3919         * src/plugins/clamav/clamav_plugin_gtk.c
3920         * src/plugins/demo/demo.c
3921         * src/plugins/dillo_viewer/dillo_prefs.c
3922         * src/plugins/dillo_viewer/dillo_prefs.h
3923         * src/plugins/dillo_viewer/dillo_viewer.c
3924         * src/plugins/pgpcore/passphrase.c
3925         * src/plugins/pgpcore/passphrase.h
3926         * src/plugins/pgpcore/plugin.c
3927         * src/plugins/pgpcore/select-keys.c
3928         * src/plugins/pgpcore/select-keys.h
3929         * src/plugins/pgpcore/sgpgme.c
3930         * src/plugins/pgpcore/sgpgme.h
3931         * src/plugins/pgpinline/pgpinline.c
3932         * src/plugins/pgpinline/pgpinline.h
3933         * src/plugins/pgpinline/plugin.c
3934         * src/plugins/pgpmime/pgpmime.c
3935         * src/plugins/pgpmime/pgpmime.h
3936         * src/plugins/pgpmime/plugin.c
3937         * src/plugins/spamassassin/spamassassin.c
3938         * src/plugins/spamassassin/spamassassin.h
3939         * src/plugins/spamassassin/spamassassin_gtk.c
3940         * src/plugins/trayicon/trayicon.c
3941                 update copyright header
3942
3943 2006-01-13 [paul]       1.9.100cvs141
3944
3945         * src/account.c
3946         * src/export.c
3947         * src/import.c
3948         * src/mainwindow.c
3949         * src/prefs_account.c
3950         * src/prefs_display_header.c
3951         * src/prefs_receive.c
3952         * src/prefs_send.c
3953         * src/prefs_summaries.c
3954         * src/prefs_themes.c
3955         * src/prefs_toolbar.c
3956         * src/gtk/about.c
3957                 various cleanups
3958
3959 2006-01-12 [colin]      1.9.100cvs140
3960
3961         * src/folder.c
3962         * src/folder.h
3963         * src/main.c
3964                 Add --subscribe option
3965                 Let sylpheed-claws email@domain.com equivalent to --compose
3966                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3967
3968 2006-01-12 [paul]       1.9.100cvs139
3969
3970         * src/mainwindow.c
3971                 append 'Change folder order' label with '...'
3972         * src/prefs_actions.c
3973                 allow reordering of actions list by dnd
3974         * src/gtk/foldersort.c
3975                 make the dialog nicer
3976
3977 2006-01-11 [colin]      1.9.100cvs138
3978
3979         * src/compose.c
3980                 Allow templates without text
3981
3982 2006-01-11 [paul]       1.9.100cvs137
3983
3984         * tools/README
3985         * tools/filter_conv_new.pl
3986                 add info to README
3987                 also check .sylpheed for filter.xml
3988                 be a bit informative to the user
3989
3990 2006-01-11 [colin]      1.9.100cvs136
3991
3992         * src/textview.c
3993                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3994
3995 2006-01-10 [paul]       1.9.100cvs135
3996
3997         * tools/Makefile.am
3998         * tools/filter_conv_new.pl
3999                 add script to convert new style Sylpheed
4000                 filter rules (Sylpheed >= 0.9.99) to
4001                 Claws filtering rules
4002
4003 2006-01-10 [colin]      1.9.100cvs134
4004
4005         * src/compose.c
4006                 Fix broken line joins in certain conditions
4007                 (between two quoted lines: <enter><enter><up>
4008                  <type a wrapped sentence><go in the first line>
4009                  <insert more text><watch as line joining failed>)
4010
4011 2006-01-10 [paul]       1.9.100cvs133
4012
4013         * src/compose.c
4014                 don't report success in error dialog
4015                 thanks to Colin
4016         * src/common/utils.c
4017                 include some trailing punctuations as URI
4018                 thanks to Hiro
4019
4020 2006-01-10 [paul]       1.9.100cvs132
4021
4022         * src/mimeview.c
4023                 fix incompatible pointer type
4024                 warning
4025
4026 2006-01-10 [paul]       1.9.100cvs131
4027
4028         * src/compose.c
4029                 change Subject in window title
4030                 instantaneously
4031
4032 2006-01-09 [colin]      1.9.100cvs130
4033
4034         * src/addressbook.c
4035         * src/headerview.c
4036         * src/mainwindow.c
4037         * src/messageview.c
4038         * src/mimeview.c
4039         * src/noticeview.c
4040         * src/summaryview.c
4041                 Fix possible crashes on exit and in addressbook
4042
4043 2006-01-09 [paul]       1.9.100cvs129
4044
4045         * src/prefs_msg_colors.c
4046                 some cleanups that I forgot last time
4047
4048 2006-01-09 [paul]       1.9.100cvs128
4049
4050         * README
4051         * src/folderview.c
4052         * src/prefs_msg_colors.c
4053                 add previously hidden option, color_new, to
4054                 the gui
4055                 move the page to Display/
4056                 rework the gui
4057
4058 2006-01-09 [wwp]        1.9.100cvs127
4059
4060         * src/prefs_themes.c
4061                 made the prefs/display/themes layouts spacing less condensed
4062                 (and so they match other prefs/pages' look).
4063
4064 2006-01-09 [paul]       1.9.100cvs126
4065
4066         * src/compose.c
4067         * src/prefs_common.c
4068         * src/prefs_common.h
4069         * src/prefs_wrapping.c
4070                 remove 'wrap at send' option
4071
4072 2006-01-06 [colin]      1.9.100cvs125
4073
4074         * src/compose.c
4075                 Just make completely sure we don't insert "manual line breaks" 
4076                 when wrapping... 
4077
4078 2006-01-04 [paul]
4079
4080         * 2.0.0-rc3 released
4081
4082 2006-01-04 [paul]       1.9.100cvs124
4083
4084         * src/folderview.c
4085                 fix bug 882, 'quick scroll in folder list
4086                 displays wrong folder contents'
4087
4088 2006-01-04 [paul]       1.9.100cvs123
4089
4090         * src/plugins/pgpmime/pgpmime.c
4091                 better debug information when signing
4092                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4093
4094 2006-01-03 [colin]      1.9.100cvs122
4095
4096         * configure.ac
4097                 We need to recheck for gpgme 1.0.0 after checking
4098                 for 1.1.1, because if 1.1.1 isn't available, 
4099                 GPGME_LIBS and friends are blanked out by the 
4100                 second check.
4101
4102 2006-01-03 [colin]      1.9.100cvs121
4103
4104         * src/common/prefs.c
4105                 Windows unlink-before rename fix
4106         * src/plugins/pgpcore/sgpgme.c
4107                 Add support for PKA info if available
4108                 Both patches by Werner Koch
4109
4110 2006-01-03 [paul]       1.9.100cvs120
4111
4112         * src/messageview.c
4113                 fix bug 884, 'Send receipt' button visible in queue
4114                 Thanks to Colin
4115
4116 2006-01-02 [colin]      1.9.100cvs119
4117
4118         * src/compose.c
4119         * src/imap.c
4120                 Fix autosave on IMAP and more generally try to
4121                 return the correct ID on a newly added IMAP message
4122
4123 2006-01-02 [paul]       1.9.100cvs118
4124
4125         * manual/keyboard.xml
4126                 edited
4127
4128 2006-01-01 [paul]       1.9.100cvs117
4129
4130         * src/gtk/authors.h
4131                 alphabetical order
4132
4133 2005-12-30 [colin]      1.9.100cvs116
4134
4135         * manual/advanced.xml
4136                 Explain Pre/Post-processing differences.
4137
4138 2005-12-30 [colin]      1.9.100cvs115
4139
4140         * src/mh.c
4141                 Implement copy_msgs for a little optimization
4142         * src/imap.c
4143                 Finish yesterday's fix
4144
4145 2005-12-29 [colin]      1.9.100cvs114
4146
4147         * src/imap.c
4148                 Fix occasional failure in fetching a mail over
4149                 IMAP
4150
4151 2005-12-29 [colin]      1.9.100cvs113
4152
4153         * src/compose.c
4154                 Don't remove a draft when sending it, if it is 
4155                 locked.
4156
4157 2005-12-28 [colin]      1.9.100cvs112
4158
4159         * src/summaryview.c
4160                 Fix leak for real
4161
4162 2005-12-28 [wwp]        1.9.100cvs111
4163
4164         * doc/faq/.cvsignore
4165         * doc/faq/de/.cvsignore
4166         * doc/faq/en/.cvsignore
4167         * doc/faq/es/.cvsignore
4168         * doc/faq/fr/.cvsignore
4169         * doc/faq/it/.cvsignore
4170         * doc/manual/.cvsignore
4171         * doc/manual/de/.cvsignore
4172         * doc/manual/en/.cvsignore
4173         * doc/manual/es/.cvsignore
4174         * doc/manual/fr/.cvsignore
4175         * doc/manual/ja/.cvsignore
4176         * src/plugins/mathml_viewer/.cvsignore
4177                 rollback revival of those files (my bad, sorry for the noise).
4178
4179 2005-12-28 [wwp]        1.9.100cvs110
4180
4181         * src/compose.c
4182                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4183
4184 2005-12-28 [wwp]        1.9.100cvs109
4185
4186         * doc/faq/.cvsignore
4187         * doc/faq/de/.cvsignore
4188         * doc/faq/en/.cvsignore
4189         * doc/faq/es/.cvsignore
4190         * doc/faq/fr/.cvsignore
4191         * doc/faq/it/.cvsignore
4192         * doc/manual/.cvsignore
4193         * doc/manual/de/.cvsignore
4194         * doc/manual/en/.cvsignore
4195         * doc/manual/es/.cvsignore
4196         * doc/manual/fr/.cvsignore
4197         * doc/manual/ja/.cvsignore
4198         * src/plugins/mathml_viewer/.cvsignore
4199         * po/.cvsignore
4200                 more files to ignore.
4201
4202 2005-12-24 [colin]      1.9.100cvs108
4203
4204         * AUTHORS
4205         * src/gtk/authors.h
4206                 Update for Werner
4207
4208 2005-12-24 [colin]      1.9.100cvs107
4209
4210         * src/procmsg.c
4211                 Allow NULL src_msginfo in 
4212                 procmsg_msginfo_new_from_mimeinfo
4213
4214 2005-12-23 [paul]       1.9.100cvs106
4215
4216         * src/plugins/pgpinline/mypgpcore.def
4217                 add this forgotten file
4218
4219 2005-12-23 [colin]      1.9.100cvs105
4220
4221         * src/mainwindow.c
4222                 Fix missing break
4223
4224 2005-12-23 [colin]      1.9.100cvs104
4225
4226         * autogen.sh
4227         * src/folder.c
4228         * src/mh.c
4229         * src/common/plugin.c
4230         * src/common/socket.c
4231         * src/common/socket.h
4232         * src/common/utils.c
4233         * src/common/utils.h
4234         * src/gtk/pluginwindow.c
4235         * src/plugins/pgpcore/plugin.def
4236         * src/plugins/pgpcore/sylpheed.def
4237         * src/plugins/pgpinline/Makefile.am
4238         * src/plugins/pgpinline/plugin.def
4239         * src/plugins/pgpinline/sylpheed.def
4240         * src/plugins/pgpmime/plugin.def
4241         * src/plugins/pgpmime/sylpheed.def
4242                 Various w32 fixes by Werner Koch
4243
4244 2005-12-22 [paul]       1.9.100cvs103
4245
4246         * src/wizard.c
4247                 don't offer IMAP as 'server type' if
4248                 libetpan isn't built in
4249
4250 2005-12-22 [paul]       1.9.100cvs102
4251
4252         * AUTHORS
4253         * src/mainwindow.c
4254         * src/mainwindow.h
4255         * src/toolbar.c
4256         * src/gtk/authors.h
4257                 support GTK_TOOLBAR_BOTH_HORIZ (text
4258                 next to icon) Patch by Marien Zwart
4259                 marienz@users.sf.net
4260                 Also reword the text
4261
4262 2005-12-21 [colin]      1.9.100cvs101
4263
4264         * configure.ac
4265                 Fix DATADIRNAME
4266         * COPYING
4267                 Fix missing section and explicit the exception better
4268         * src/compose.c
4269                 Prevent mail from being lost without notice when an
4270                 SMTP error happens on trying to send an unmodified
4271                 drafted mail.
4272         * src/send_message.c
4273         * src/common/smtp.c
4274                 Fix password remembering when wrong, and add return
4275                 value checks where they should have been
4276         * src/plugins/pgpcore/sylpheed.def
4277         * src/plugins/pgpinline/sylpheed.def
4278         * src/plugins/pgpmime/sylpheed.def
4279                 Add a few symbols needed
4280
4281 2005-12-21 [paul]       1.9.100cvs100
4282
4283         * m4/codeset.m4
4284         * m4/glibc21.m4
4285         * m4/intdiv0.m4
4286         * m4/inttypes-pri.m4
4287         * m4/inttypes.m4
4288         * m4/inttypes_h.m4
4289         * m4/isc-posix.m4
4290         * m4/lcmessage.m4
4291         * m4/stdint_h.m4
4292         * m4/uintmax_t.m4
4293                 gettextization
4294                 thanks to Colin
4295
4296 2005-12-21 [paul]       1.9.100cvs99
4297
4298         * po/sv.po
4299                 fixed by Colin
4300
4301 2005-12-20 [paul]       1.9.100cvs98
4302
4303         * po/sv.po
4304                 updated by Anders Trobäck
4305
4306 2005-12-20 [colin]      1.9.100cvs97
4307
4308         * ABOUT-NLS
4309         * Makefile.am
4310         * autogen.sh
4311         * configure.ac
4312         * config/config.rpath
4313         * config/mkinstalldirs
4314         * m4/Makefile.am
4315         * m4/glibc2.m4
4316         * m4/gnupg.m4
4317         * m4/gpgme.m4
4318         * m4/intmax.m4
4319         * m4/longdouble.m4
4320         * m4/longlong.m4
4321         * m4/printf-posix.m4
4322         * m4/signed.m4
4323         * m4/size_max.m4
4324         * m4/ulonglong.m4
4325         * m4/wchar_t.m4
4326         * m4/wint_t.m4
4327         * m4/xsize.m4
4328         * po/Makefile.in.in
4329         * po/Makevars
4330         * po/bg.po
4331         * po/ca.po
4332         * po/cs.po
4333         * po/de.po
4334         * po/el.po
4335         * po/en_GB.po
4336         * po/es.po
4337         * po/fi.po
4338         * po/fr.po
4339         * po/hr.po
4340         * po/hu.po
4341         * po/it.po
4342         * po/ja.po
4343         * po/ko.po
4344         * po/nb.po
4345         * po/nl.po
4346         * po/pl.po
4347         * po/pt_BR.po
4348         * po/ru.po
4349         * po/sk.po
4350         * po/sr.po
4351         * po/stamp-po
4352         * po/sv.po
4353         * po/zh_CN.po
4354         * po/zh_TW.po
4355         * src/Makefile.am
4356         * src/codeconv.c
4357         * src/compose.c
4358         * src/exporthtml.c
4359         * src/exportldif.c
4360         * src/folder.c
4361         * src/main.c
4362         * src/manual.c
4363         * src/mh.c
4364         * src/mimeview.c
4365         * src/send_message.c
4366         * src/common/Makefile.am
4367         * src/common/fnmatch.c
4368         * src/common/fnmatch.h
4369         * src/common/fnmatch_loop.c
4370         * src/common/nntp.c
4371         * src/common/plugin.c
4372         * src/common/smtp.c
4373         * src/common/socket.c
4374         * src/common/string_match.c
4375         * src/common/sylpheed.c
4376         * src/common/utils.c
4377         * src/common/utils.h
4378         * src/common/w32_dirent.c
4379         * src/common/w32_reg.c
4380         * src/common/w32_signal.c
4381         * src/common/w32_stat.c
4382         * src/common/w32_stdio.c
4383         * src/common/w32_stdlib.c
4384         * src/common/w32_string.c
4385         * src/common/w32_time.c
4386         * src/common/w32_unistd.c
4387         * src/common/w32_wait.c
4388         * src/common/w32lib.h
4389         * src/etpan/Makefile.am
4390         * src/gtk/Makefile.am
4391         * src/plugins/clamav/Makefile.am
4392         * src/plugins/demo/Makefile.am
4393         * src/plugins/dillo_viewer/Makefile.am
4394         * src/plugins/pgpcore/Makefile.am
4395         * src/plugins/pgpcore/passphrase.c
4396         * src/plugins/pgpcore/plugin.def
4397         * src/plugins/pgpcore/sgpgme.c
4398         * src/plugins/pgpcore/sylpheed.def
4399         * src/plugins/pgpcore/version.rc
4400         * src/plugins/pgpinline/Makefile.am
4401         * src/plugins/pgpinline/plugin.def
4402         * src/plugins/pgpinline/sylpheed.def
4403         * src/plugins/pgpinline/version.rc
4404         * src/plugins/pgpmime/Makefile.am
4405         * src/plugins/pgpmime/mypgpcore.def
4406         * src/plugins/pgpmime/plugin.def
4407         * src/plugins/pgpmime/sylpheed.def
4408         * src/plugins/pgpmime/version.rc
4409         * src/plugins/spamassassin/Makefile.am
4410                 Very little ;-) patch from Werner Koch, providing
4411                 infrastructure for cross-compiling to Win32
4412
4413 2005-12-20 [paul]       1.9.100cvs96
4414
4415         * src/account.c
4416         * src/account.h
4417         * src/mainwindow.c
4418         * src/mainwindow.h
4419         * src/toolbar.c
4420         * src/toolbar.h
4421                 add a combo to the Get All button, allowing
4422                 quick retrieval from any account
4423                 Patch by Fabien Vantard, slightly modified
4424                 by Colin
4425         * src/gtk/about.c
4426                 i18n fix. Patch by Fabien Vantard
4427
4428 2005-12-19 [colin]      1.9.100cvs95
4429
4430         * src/compose.c
4431         * src/compose.h
4432                 Don't automatically join lines when they've 
4433                 been separated by the user and not automatically
4434
4435 2005-12-19 [paul]       1.9.100cvs94
4436
4437         * src/gtk/pluginwindow.c
4438                 i18n fix.
4439                 Patch by Fabien Vantard
4440
4441 2005-12-15 [paul]       1.9.100cvs93
4442
4443         * src/common/plugin.c
4444         * src/common/plugin.h
4445         * src/gtk/pluginwindow.c
4446         * src/plugins/clamav/clamav_plugin.c
4447         * src/plugins/demo/demo.c
4448         * src/plugins/dillo_viewer/dillo_viewer.c
4449         * src/plugins/pgpcore/plugin.c
4450         * src/plugins/pgpinline/plugin.c
4451         * src/plugins/pgpmime/plugin.c
4452         * src/plugins/spamassassin/spamassassin.c
4453         * src/plugins/trayicon/trayicon.c
4454                 add plugin_version()
4455
4456 2005-12-15 [colin]      1.9.100cvs92
4457
4458         * src/compose.c
4459                 Further fix bug #875
4460
4461 2005-12-15 [paul]       1.9.100cvs91
4462
4463         * src/gtk/filesel.c
4464                 fix attach_load_dir getting set to
4465                 PLUGINDIR on plugin load
4466
4467 2005-12-14 [mones]      1.9.100cvs90
4468
4469         * manual/ack.xml
4470         * manual/keyboard.xml
4471                 Initial draft and some shortcuts added
4472                 
4473         * po/es.po
4474                 Updated translation
4475
4476 2005-12-14 [colin]      1.9.100cvs89
4477
4478         * src/compose.c
4479         * src/imap.c
4480         * src/summaryview.c
4481         * src/gtk/gtkaspell.c
4482                 More leaks fixed
4483         * src/prefs_folder_item.c
4484                 Fix recursive prefs apply
4485
4486
4487 2005-12-14 [colin]      1.9.100cvs88
4488
4489         * src/compose.c
4490                 Fix bug #875 (Freeze On Inline Forward of 
4491                 Large Message)
4492
4493 2005-12-13 [colin]      1.9.100cvs87
4494
4495         * src/compose.c
4496                 Uniq-ify and sort the mimetypes list
4497                 Patch by Fabien Vantard
4498
4499 2005-12-13 [colin]      1.9.100cvs86
4500
4501         * src/imap.c
4502         * src/etpan/imap-thread.c
4503                 Fix leaks (patch by Hoa)
4504         * src/news.c
4505         * src/common/plugin.c
4506                 Fix leaks
4507
4508 2005-12-12 [colin]
4509
4510         * 2.0.0-rc2 released
4511
4512 2005-12-12 [colin]      1.9.100cvs85
4513
4514         * src/matcher.c
4515                 Fix a leak
4516
4517 2005-12-12 [wwp]        1.9.100cvs84
4518
4519         * src/gtk/icon_legend.c
4520                 fix misbehaviour and crash when closing the legend window
4521         using the Esc key (patch by Fabien Vantard).
4522
4523 2005-12-12 [paul]       1.9.100cvs83
4524
4525         * src/browseldap.c
4526         * src/foldersel.c
4527         * src/prefs_actions.c
4528         * src/prefs_filtering.c
4529         * src/prefs_matcher.c
4530         * src/prefs_spelling.glade      ** REMOVED **
4531         * src/prefs_template.c
4532         * src/gtk/foldersort.glade      ** REMOVED **
4533         * src/gtk/pluginwindow.c
4534         * src/gtk/pluginwindow.glade    ** REMOVED **
4535         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4536                 cleanups
4537
4538 2005-12-11 [paul]       1.9.100cvs82
4539
4540         * src/gtk/filesel.c
4541                 fix attach_load_dir crasher (double free)
4542
4543 2005-12-09 [paul]       1.9.100cvs81
4544
4545         * po/POTFILES.in
4546         * src/mainwindow.c
4547         * src/gtk/Makefile.am
4548         * src/gtk/icon_legend.c
4549         * src/gtk/icon_legend.h
4550                 add icon legend
4551         * src/manual.c
4552                 cleanup
4553
4554 2005-12-09 [paul]       1.9.100cvs80
4555
4556         * src/plugins/pgpcore/passphrase.c
4557                 wrap the label in the dialog
4558
4559 2005-12-09 [colin]      1.9.100cvs79
4560
4561         * src/plugins/pgpcore/sgpgme.c
4562                 Display (untrusted) on not trusted signatures
4563                 Patch by Michal Èihaø <michal@cihar.com>
4564                 Closes bug #867 (Report also key trust)
4565
4566 2005-12-09 [colin]      1.9.100cvs78
4567
4568         * src/common/plugin.c
4569                 Update licence check, following Eben Moglen's advice
4570
4571 2005-12-08 [colin]      1.9.100cvs77
4572
4573         * src/folder.c
4574                 Fix the occasionnal item->cache != NULL 
4575                 assertion failure. 
4576
4577 2005-12-08 [colin]      1.9.100cvs76
4578
4579         * src/mimeview.c
4580         * src/plugins/pgpcore/sgpgme.c
4581                 Print key id when unable to check it
4582                 Closes bug #866 (Show key id when missing)
4583
4584 2005-12-08 [paul]       1.9.100cvs75
4585
4586         * src/prefs_common.c
4587         * src/prefs_common.h
4588         * src/gtk/filesel.c
4589                 remember load attachment dir
4590
4591 2005-12-07 [colin]      1.9.100cvs74
4592
4593         * src/prefs_toolbar.c
4594                 Gtk fixes, patch by Fabien Vantard
4595
4596 2005-12-07 [colin]      1.9.100cvs73
4597
4598         * src/action.c
4599         * src/compose.c
4600         * src/compose.h
4601                 Fix bug #839 (Quoted text isn't colored after 
4602                 executing an action)
4603         * src/common/plugin.c
4604                 Require plugins to declare their licence in plugin_licence()
4605                 Refuse to load non-GPL plugins as they'd be illegal (as 
4606                 derived works of Sylpheed-Claws, they must be GPL).
4607         * src/plugins/clamav/clamav_plugin.c
4608         * src/plugins/demo/demo.c
4609         * src/plugins/dillo_viewer/dillo_viewer.c
4610         * src/plugins/pgpcore/plugin.c
4611         * src/plugins/pgpinline/plugin.c
4612         * src/plugins/pgpmime/plugin.c
4613         * src/plugins/spamassassin/spamassassin.c
4614         * src/plugins/trayicon/trayicon.c
4615                 Add plugin_licence()
4616
4617 2005-12-07 [paul]       1.9.100cvs72
4618
4619         * configure.ac
4620         * src/mainwindow.c
4621         * src/manual.c
4622         * src/manual.h
4623         * src/common/defs.h
4624                 clean up after local FAQ removal and
4625                 temporary manual removal
4626
4627 2005-12-06 [colin]      1.9.100cvs71
4628
4629         * configure.ac
4630         * doc/Makefile.am
4631         * doc/faq/.cvsignore
4632         * doc/faq/Makefile.am
4633         * doc/faq/de/.cvsignore
4634         * doc/faq/de/Makefile.am
4635         * doc/faq/de/sylpheed-faq-1.html
4636         * doc/faq/de/sylpheed-faq-2.html
4637         * doc/faq/de/sylpheed-faq-3.html
4638         * doc/faq/de/sylpheed-faq.html
4639         * doc/faq/en/.cvsignore
4640         * doc/faq/en/Makefile.am
4641         * doc/faq/en/sylpheed-faq-1.html
4642         * doc/faq/en/sylpheed-faq-2.html
4643         * doc/faq/en/sylpheed-faq-3.html
4644         * doc/faq/en/sylpheed-faq-4.html
4645         * doc/faq/en/sylpheed-faq.html
4646         * doc/faq/es/.cvsignore
4647         * doc/faq/es/Makefile.am
4648         * doc/faq/es/sylpheed-faq-1.html
4649         * doc/faq/es/sylpheed-faq-2.html
4650         * doc/faq/es/sylpheed-faq-3.html
4651         * doc/faq/es/sylpheed-faq-4.html
4652         * doc/faq/es/sylpheed-faq.html
4653         * doc/faq/fr/.cvsignore
4654         * doc/faq/fr/Makefile.am
4655         * doc/faq/fr/sylpheed-faq-1.html
4656         * doc/faq/fr/sylpheed-faq-2.html
4657         * doc/faq/fr/sylpheed-faq-3.html
4658         * doc/faq/fr/sylpheed-faq.html
4659         * doc/faq/it/.cvsignore
4660         * doc/faq/it/Makefile.am
4661         * doc/faq/it/sylpheed-faq-1.html
4662         * doc/faq/it/sylpheed-faq-2.html
4663         * doc/faq/it/sylpheed-faq-3.html
4664         * doc/faq/it/sylpheed-faq.html
4665         * doc/manual/.cvsignore
4666         * doc/manual/Makefile.am
4667         * doc/manual/de/.cvsignore
4668         * doc/manual/de/Makefile.am
4669         * doc/manual/de/sylpheed-1.html
4670         * doc/manual/de/sylpheed-10.html
4671         * doc/manual/de/sylpheed-11.html
4672         * doc/manual/de/sylpheed-12.html
4673         * doc/manual/de/sylpheed-13.html
4674         * doc/manual/de/sylpheed-14.html
4675         * doc/manual/de/sylpheed-15.html
4676         * doc/manual/de/sylpheed-16.html
4677         * doc/manual/de/sylpheed-17.html
4678         * doc/manual/de/sylpheed-18.html
4679         * doc/manual/de/sylpheed-19.html
4680         * doc/manual/de/sylpheed-2.html
4681         * doc/manual/de/sylpheed-20.html
4682         * doc/manual/de/sylpheed-3.html
4683         * doc/manual/de/sylpheed-4.html
4684         * doc/manual/de/sylpheed-5.html
4685         * doc/manual/de/sylpheed-6.html
4686         * doc/manual/de/sylpheed-7.html
4687         * doc/manual/de/sylpheed-8.html
4688         * doc/manual/de/sylpheed-9.html
4689         * doc/manual/de/sylpheed.html
4690         * doc/manual/en/.cvsignore
4691         * doc/manual/en/Makefile.am
4692         * doc/manual/en/sylpheed-1.html
4693         * doc/manual/en/sylpheed-10.html
4694         * doc/manual/en/sylpheed-11.html
4695         * doc/manual/en/sylpheed-12.html
4696         * doc/manual/en/sylpheed-13.html
4697         * doc/manual/en/sylpheed-14.html
4698         * doc/manual/en/sylpheed-15.html
4699         * doc/manual/en/sylpheed-16.html
4700         * doc/manual/en/sylpheed-17.html
4701         * doc/manual/en/sylpheed-18.html
4702         * doc/manual/en/sylpheed-19.html
4703         * doc/manual/en/sylpheed-2.html
4704         * doc/manual/en/sylpheed-20.html
4705         * doc/manual/en/sylpheed-21.html
4706         * doc/manual/en/sylpheed-22.html
4707         * doc/manual/en/sylpheed-3.html
4708         * doc/manual/en/sylpheed-4.html
4709         * doc/manual/en/sylpheed-5.html
4710         * doc/manual/en/sylpheed-6.html
4711         * doc/manual/en/sylpheed-7.html
4712         * doc/manual/en/sylpheed-8.html
4713         * doc/manual/en/sylpheed-9.html
4714         * doc/manual/en/sylpheed.html
4715         * doc/manual/es/.cvsignore
4716         * doc/manual/es/Makefile.am
4717         * doc/manual/es/sylpheed-1.html
4718         * doc/manual/es/sylpheed-10.html
4719         * doc/manual/es/sylpheed-11.html
4720         * doc/manual/es/sylpheed-12.html
4721         * doc/manual/es/sylpheed-13.html
4722         * doc/manual/es/sylpheed-14.html
4723         * doc/manual/es/sylpheed-15.html
4724         * doc/manual/es/sylpheed-16.html
4725         * doc/manual/es/sylpheed-17.html
4726         * doc/manual/es/sylpheed-18.html
4727         * doc/manual/es/sylpheed-19.html
4728         * doc/manual/es/sylpheed-2.html
4729         * doc/manual/es/sylpheed-20.html
4730         * doc/manual/es/sylpheed-3.html
4731         * doc/manual/es/sylpheed-4.html
4732         * doc/manual/es/sylpheed-5.html
4733         * doc/manual/es/sylpheed-6.html
4734         * doc/manual/es/sylpheed-7.html
4735         * doc/manual/es/sylpheed-8.html
4736         * doc/manual/es/sylpheed-9.html
4737         * doc/manual/es/sylpheed.html
4738         * doc/manual/fr/.cvsignore
4739         * doc/manual/fr/Makefile.am
4740         * doc/manual/fr/sylpheed-1.html
4741         * doc/manual/fr/sylpheed-10.html
4742         * doc/manual/fr/sylpheed-11.html
4743         * doc/manual/fr/sylpheed-12.html
4744         * doc/manual/fr/sylpheed-13.html
4745         * doc/manual/fr/sylpheed-14.html
4746         * doc/manual/fr/sylpheed-15.html
4747         * doc/manual/fr/sylpheed-16.html
4748         * doc/manual/fr/sylpheed-17.html
4749         * doc/manual/fr/sylpheed-18.html
4750         * doc/manual/fr/sylpheed-19.html
4751         * doc/manual/fr/sylpheed-2.html
4752         * doc/manual/fr/sylpheed-20.html
4753         * doc/manual/fr/sylpheed-3.html
4754         * doc/manual/fr/sylpheed-4.html
4755         * doc/manual/fr/sylpheed-5.html
4756         * doc/manual/fr/sylpheed-6.html
4757         * doc/manual/fr/sylpheed-7.html
4758         * doc/manual/fr/sylpheed-8.html
4759         * doc/manual/fr/sylpheed-9.html
4760         * doc/manual/fr/sylpheed.html
4761         * doc/manual/ja/.cvsignore
4762         * doc/manual/ja/Makefile.am
4763         * doc/manual/ja/sylpheed-1.html
4764         * doc/manual/ja/sylpheed-10.html
4765         * doc/manual/ja/sylpheed-11.html
4766         * doc/manual/ja/sylpheed-12.html
4767         * doc/manual/ja/sylpheed-13.html
4768         * doc/manual/ja/sylpheed-14.html
4769         * doc/manual/ja/sylpheed-15.html
4770         * doc/manual/ja/sylpheed-16.html
4771         * doc/manual/ja/sylpheed-17.html
4772         * doc/manual/ja/sylpheed-18.html
4773         * doc/manual/ja/sylpheed-19.html
4774         * doc/manual/ja/sylpheed-2.html
4775         * doc/manual/ja/sylpheed-20.html
4776         * doc/manual/ja/sylpheed-3.html
4777         * doc/manual/ja/sylpheed-4.html
4778         * doc/manual/ja/sylpheed-5.html
4779         * doc/manual/ja/sylpheed-6.html
4780         * doc/manual/ja/sylpheed-7.html
4781         * doc/manual/ja/sylpheed-8.html
4782         * doc/manual/ja/sylpheed-9.html
4783         * doc/manual/ja/sylpheed.html
4784         * doc/manual/ja/sylpheed.sgml
4785         * src/mainwindow.c
4786                 Remove outdated manual and faq. Noisy, eh?
4787
4788 2005-12-06 [colin]      1.9.100cvs70
4789
4790         * src/compose.c
4791         * src/quote_fmt_parse.y
4792         * src/undo.c
4793         * src/undo.h
4794                 Allow %X to position cursor at 0 
4795                 (no %X = before signature)
4796                 Fix paste as quotation putting the cursor at 0
4797                 Fix undo offsets when pasting
4798                 Insert the quote_fmt at once instead of line 
4799                 by line
4800                 Fix [Edited] when starting to reply/forward
4801
4802 2005-12-06 [paul]       1.9.100cvs69
4803
4804         * src/plugins/clamav/clamav_plugin_gtk.c
4805                 add another tooltip
4806         * src/plugins/spamassassin/spamassassin_gtk.c
4807                 rework spamassassin_create_widget_func()
4808
4809 2005-12-05 [colin]      1.9.100cvs68
4810
4811         * po/POTFILES.in
4812                 Fix make release ;-)
4813
4814 2005-12-05 [colin]      1.9.100cvs67
4815
4816         * src/compose.c
4817         * src/compose.h
4818                 Fix cursor positioning (not obeying %X)
4819
4820 2005-12-05 [paul]       1.9.100cvs66
4821
4822         * src/plugins/dillo_viewer/dillo_prefs.c
4823                 fix compilation warning
4824
4825 2005-12-05 [paul]       1.9.100cvs65
4826
4827         * src/prefs_spelling.c
4828         * src/plugins/trayicon/trayicon.c
4829                 cleanups - remove unused stuff
4830
4831 2005-12-05 [paul]       1.9.100cvs64
4832
4833         * README
4834         * manual/plugins.xml
4835                 remove info about removed mathml_viewer plugin
4836
4837 2005-12-05 [paul]       1.9.100cvs63
4838
4839         * configure.ac
4840         * src/plugins/Makefile.am
4841         * src/plugins/mathml_viewer/.cvsignore
4842         * src/plugins/mathml_viewer/Makefile.am
4843         * src/plugins/mathml_viewer/mathml_viewer.c
4844                 remove unmaintained mathml_viewer plugin
4845
4846 2005-12-05 [paul]       1.9.100cvs62
4847
4848         * src/summaryview.c
4849                 obey prefs_common.always_show_msg when
4850                 moving a msg
4851                 Thanks to Colin
4852
4853 2005-12-05 [paul]       1.9.100cvs61
4854
4855         * src/compose.c
4856         * src/prefs_account.c
4857         * src/prefs_filtering.c
4858         * src/prefs_quote.c
4859         * src/prefs_spelling.c
4860         * src/prefs_toolbar.c
4861         * src/summaryview.c
4862         * src/gtk/gtkutils.c
4863         * src/gtk/quicksearch.c
4864         * src/plugins/dillo_viewer/dillo_prefs.c
4865                 dialog cleanups
4866
4867 2005-12-04 [paul]       1.9.100cvs60
4868
4869         * src/inc.c
4870         * src/prefs_account.c
4871         * src/prefs_account.h
4872                 allow a Local account to specify a
4873                 default inbox
4874                 (closes bug 843 'Inbox cannot be changed for local
4875                  mailboxes')
4876
4877 2005-12-04 [colin]      1.9.100cvs59
4878
4879         * src/plugins/trayicon/trayicon.c
4880                 Remove Get, rename Get All to Get Mail in order to
4881                 be consistent with the default main toolbar
4882
4883 2005-12-03 [colin]      1.9.100cvs58
4884
4885         * manual/gpl.xml
4886         * manual/sylpheed-claws-manual.xml
4887                 Add GPL appendix
4888
4889 2005-12-03 [paul]       1.9.100cvs57
4890
4891         * AUTHORS
4892         * po/sv.po
4893         * src/gtk/authors.h
4894                 new (partially complete) Swedish translation
4895                 by Anders Troback <sylpheed@troback.com>
4896
4897 2005-12-02 [paul]       1.9.100cvs56
4898
4899         * configure.ac
4900                 libetpan 0.41 required
4901
4902 2005-12-02 [paul]       1.9.100cvs55
4903
4904         * src/plugins/clamav/clamav_plugin.c
4905         * src/plugins/clamav/clamav_plugin.h
4906         * src/plugins/clamav/clamav_plugin_gtk.c
4907         * src/plugins/spamassassin/spamassassin.c
4908         * src/plugins/spamassassin/spamassassin.h
4909         * src/plugins/spamassassin/spamassassin_gtk.c
4910                 unregister prefs pages on unloading, thus
4911                 preventing a crash
4912                 (thanks to Colin for the hint)
4913
4914 2005-12-02 [wwp]        1.9.100cvs54
4915
4916         * src/quote_fmt.h
4917         * src/quote_fmt_parse.y
4918                 fix misuse of gboolean*, use gboolean instead
4919                 (thanks to Paul, Colin, for pointing out that scaring one)
4920
4921 2005-12-02 [paul]       1.9.100cvs53
4922
4923         * src/plugins/clamav/clamav_plugin.c
4924                 int no --> unsigned int no
4925         * src/plugins/clamav/clamav_plugin_gtk.c
4926                 rework config page
4927
4928 2005-12-02 [wwp]        1.9.100cvs52
4929
4930         * src/compose.c
4931         * src/prefs_template.c
4932         * src/quote_fmt.h
4933         * src/quote_fmt_parse.y
4934                 prevent from executing |f and |p templates commands when
4935                 adding or replacing templates in prefs (avoids annoying and
4936                 potentially dangerous behaviours)
4937
4938 2005-12-02 [paul]       1.9.100cvs51
4939
4940         * src/prefs_common.c
4941                 allow translation of some default values
4942                 Patch by Fabien Vantard
4943
4944 2005-12-02 [paul]       1.9.100cvs50
4945
4946         * src/codeconv.c
4947         * src/codeconv.h
4948         * src/prefs_common.c
4949         * src/prefs_common.h
4950         * src/prefs_message.c
4951         * src/textview.c
4952                 remove obsolete 'convert_mb_alnum' option
4953                 and related stuff
4954         * src/gtk/about.c
4955                 remove unused 'about_textview_visibility_notify'
4956
4957 2005-12-02 [paul]       1.9.100cvs49
4958
4959         * src/prefs_account.c
4960         * src/prefs_compose_writing.c
4961         * src/prefs_fonts.c
4962         * src/prefs_gtk.h
4963         * src/prefs_image_viewer.c
4964         * src/prefs_message.c
4965         * src/prefs_other.c
4966         * src/prefs_receive.c
4967         * src/prefs_send.c
4968         * src/prefs_spelling.c
4969         * src/prefs_summaries.c
4970         * src/prefs_wrapping.c
4971         * src/plugins/dillo_viewer/dillo_prefs.c
4972         * src/plugins/pgpcore/prefs_gpg.c
4973                 several cleanups to the prefs dialogs
4974                 (slightly modified) patch by Fabien Vantard
4975
4976 2005-12-02 [paul]       1.9.100cvs48
4977
4978         * src/main.c
4979                 --exit means exit
4980         * src/send_message.c
4981                 fix crash on send when connection fails
4982
4983         Thanks to Colin
4984
4985 2005-12-01 [colin]      1.9.100cvs47
4986
4987         * src/html.c
4988                 Translate &hellip; to "..."
4989
4990 2005-11-30 [colin]      1.9.100cvs46
4991
4992         * src/matcher.c
4993         * src/matcher.h
4994                 Optimize back yesterday's fix.
4995
4996 2005-11-30 [paul]       1.9.100cvs45
4997
4998         * manual/faq.xml
4999                 standardised
5000         * manual/intro.xml
5001                 written by Colin, edited by me
5002
5003 2005-11-29 [colin]      1.9.100cvs44
5004
5005         * src/matcher.c
5006                 Skip headers unconditionnaly in match_body if the
5007                 rule is not message or ~message
5008
5009 2005-11-29 [colin]      1.9.100cvs43
5010
5011         * src/matcher.c
5012                 Fix body_part and such, not skipping headers 
5013                 if the matchcriteria wasn't the first in the rule
5014
5015 2005-11-29 [colin]      1.9.100cvs42
5016
5017         * src/compose.c
5018                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5019                 option missing from message view window)
5020                 Fix double text D'n'D with gtk-2.8
5021         * src/matcher.c
5022                 Fix ~message, ~headers_part, ~body_part rules
5023         * src/messageview.c
5024                 Add Windows-1252 (Closes bug #863)
5025                 Fix accels
5026         * src/gtk/gtkaspell.c
5027                 Properly destroy accels in all menus
5028
5029 2005-11-29 [mones]      1.9.100cvs41
5030
5031         * po/es.po
5032                 Updated.
5033
5034 2005-11-27 [colin]      1.9.100cvs40
5035
5036         * src/mh_gtk.c
5037                 "/Remove mailbox" -> "/Remove mailbox..."
5038
5039 2005-11-27 [paul]       1.9.100cvs39
5040
5041         * AUTHORS
5042         * po/de.po
5043         * src/gtk/authors.h
5044                 updated by new maintainer, Stephan Sachse
5045
5046 2005-11-27 [paul]       1.9.100cvs38
5047
5048         * manual/faq.xml
5049                 written by Colin, edited by me
5050
5051 2005-11-27 [paul]       1.9.100cvs37
5052
5053         * src/prefs_common.c
5054         * src/prefs_common.h
5055         * src/prefs_receive.c
5056         * src/prefs_summaries.c
5057                 move 'go to inbox after receiving new mail'
5058                 option from display/sumamaries to mail
5059                 handling/receive, and rework prefs_summaries
5060                 dialog a little
5061
5062 2005-11-25 [martin]     1.9.100cvs36
5063
5064         * po/de.po
5065             fixed windows-1252 translation;
5066             translated some new and fuzzy strings
5067
5068 2005-11-25 [paul]       1.9.100cvs35
5069
5070         * src/plugins/clamav/clamav_plugin.c
5071                 complete the update done in cvs34
5072
5073 2005-11-25 [paul]       1.9.100cvs34
5074
5075         * src/plugins/clamav/clamav_plugin.c
5076                 reflect upstream changes
5077
5078 2005-11-25 [paul]       1.9.100cvs33
5079
5080         * manual/ack.xml
5081         * manual/plugins.xml
5082         * manual/sylpheed-claws-manual.xml
5083                 written/updated by Colin, edited by me
5084         * tools/acroread2sylpheed.pl
5085                 update binary name
5086
5087 2005-11-24 [colin]      1.9.100cvs32
5088
5089         * src/compose.c
5090                 Fix bug #856 (reediting messages forgets Request
5091                 Return Receipt)
5092
5093 2005-11-24 [paul]       1.9.100cvs31
5094
5095         * manual/addrbook.xml
5096         * manual/starting.xml
5097                 written by Colin, proofread, edited, adapted by me
5098         * manual/advanced.xml
5099                 add some Actions examples
5100         * src/importldif.c
5101                 use a Save button instead of a Close button
5102         * src/wizard.c
5103                 indicate mandatory fields
5104                 fix page display
5105                 Thanks to Colin
5106
5107 2005-11-23 [colin]      1.9.100cvs30
5108
5109         * src/addressbook.c
5110                 Rename menu item, fix possible crash after
5111                 deletion of books
5112         * src/addrindex.c
5113                 Allow searching for '*' in ldap
5114         * src/browseldap.c
5115                 Fix "Browse Entry" (did anyone use it?)
5116         * src/wizard.c
5117                 Add guards for mandatory information
5118
5119 2005-11-23 [paul]       1.9.100cvs29
5120
5121         * manual/advanced.xml
5122                 corrections to the English
5123
5124 2005-11-23 [colin]      1.9.100cvs28
5125
5126         * src/mimeview.c
5127                 Fix possible crash at exit. After the call to
5128                 gtk_container_remove(), the Viewer's widget has no
5129                 more parent so gtk+ automatically frees it and its
5130                 sons. If destroy_viewer() then try to access it,
5131                 problems ensue.
5132
5133 2005-11-22 [colin]      1.9.100cvs27
5134
5135         * src/compose.c
5136         * src/gtk/gtkaspell.c
5137                 Fix right-clicking on a misspelled word
5138                 Fix More... in suggestions menu
5139
5140 2005-11-22 [wwp]        1.9.100cvs26
5141
5142         * src/prefs_template.c
5143                 templates works: re-sort templates list when adding or replacing,
5144                 prevent from adding or replacing when the template name is empty
5145
5146 2005-11-21 [colin]      1.9.100cvs25
5147
5148         * src/addressbook.c
5149                 Fix some addressbook suckage (dnd, select all)
5150         * src/compose.c
5151         * src/gtk/gtkaspell.c
5152         * src/gtk/gtkaspell.h
5153                 Make the spellchecker menu work with the 
5154                 GtkTextView one instead of overriding it
5155
5156 2005-11-20 [paul]       1.9.100cvs24
5157
5158         * manual/handling.xml
5159                 proofread and corrected
5160
5161 2005-11-20 [paul]       1.9.100cvs23
5162
5163         * manual/Makefile
5164                 generate html as one file
5165         * manual/advanced.xml
5166                 fix output generation
5167                 reformat hidden options list
5168         * manual/manual.xml     ** REMOVED **
5169         * manual/sylpheed-claws-manual.xml      ** ADDED **
5170                 renamed
5171
5172 2005-11-18 [colin]      1.9.100cvs22
5173
5174         * src/prefs_account.c
5175                 Fix layout in news and mbox accounts
5176         * manual/account.xml
5177         * manual/advanced.xml
5178                 New contents for Paul to check :)
5179
5180 2005-11-18 [wwp]        1.9.100cvs21
5181
5182         * src/gtk/quicksearch.c
5183                 don't update extended quicksearch buttons twice
5184
5185 2005-11-18 [paul]       1.9.100cvs20
5186
5187         * src/textview.c
5188                 complete 1.9.100cvs19
5189
5190 2005-11-18 [paul]       1.9.100cvs19
5191
5192         * src/compose.c
5193                 cosmetic improvements
5194         * src/textview.c
5195                 also list text/* attachments
5196
5197 2005-11-18 [colin]      1.9.100cvs18
5198
5199         * src/summaryview.c
5200                 Use column 0 instead of -1 in 
5201                 gtk_ctree_node_moveto, in a naive
5202                 hope it'll fix the gtk-related crashes
5203
5204 2005-11-18 [colin]      1.9.100cvs17
5205
5206         * src/gtk/inputdialog.c
5207                 Fix icon staying the first one
5208
5209 2005-11-17 [wwp]        1.9.100cvs16
5210                 fix possible problem showing some quicksearch buttons, and a bad
5211                 call to g_return_if_fail in a function that returns a value (both
5212                 fixes by Fabien Vantard)
5213
5214 2005-11-15 [wwp]        1.9.100cvs15
5215
5216         * src/gtk/quicksearch.c
5217                 added a tooltip to that obscure ... quicksearch button
5218
5219 2005-11-15 [wwp]        1.9.100cvs14
5220
5221         * src/gtk/quicksearch.c
5222                 add a quicksearch helper to filtering expression users: the ... button
5223                 raises the condition expr window. condition expressions set up w/ this
5224                 window are used by the quicksearch if the user closes it pressing OK.
5225
5226 2005-11-14 [paul]       1.9.100cvs13
5227
5228         * src/plugins/clamav/clamav_plugin.c
5229         * src/plugins/spamassassin/spamassassin.c
5230                 change plugin type following recent merging
5231
5232 2005-11-14 [wwp]        1.9.100cvs12
5233
5234         * src/folder.c
5235                 prevent from crashing when copying/moving message(s) from and
5236                 to the same folder
5237
5238 2005-11-14 [paul]       1.9.100cvs11
5239
5240         * src/plugins/clamav/Makefile.am
5241         * src/plugins/clamav/clamav_plugin.c
5242         * src/plugins/clamav/clamav_plugin.h
5243         * src/plugins/clamav/clamav_plugin_gtk.c
5244                 also merge clamav and clamav_gtk plugins
5245
5246 2005-11-13 [colin]      1.9.100cvs10
5247
5248         * configure.ac
5249         * src/plugins/spamassassin/Makefile.am
5250         * src/plugins/spamassassin/spamassassin.c
5251         * src/plugins/spamassassin/spamassassin.h
5252         * src/plugins/spamassassin/spamassassin_gtk.c
5253                 Merge spamassassin and spamassassin_gtk plugins,
5254                 and build it by default.
5255
5256 2005-11-12 [colin]      1.9.100cvs9
5257
5258         * src/etpan/imap-thread.c
5259                 Fix gcc warning
5260
5261 2005-11-12 [colin]      1.9.100cvs8
5262
5263         * src/procmime.c
5264                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5265
5266 2005-11-10 [colin]      1.9.100cvs7
5267
5268         * src/main.c
5269                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5270                 minimised state)
5271
5272 2005-11-10 [wwp]        1.9.100cvs6
5273
5274         * src/gtk/description_window.c
5275                 fix a crash when closing description windows using the WM's [X] button
5276
5277 2005-11-09 [colin]      1.9.100cvs5
5278
5279         * src/common/ssl.c
5280                 Update libetpan call to follow upstream
5281                 (yes, this requires libetpan-0.40cvs3)
5282
5283 2005-11-08 [colin]      1.9.100cvs4
5284
5285         * src/compose.c
5286         * src/textview.c
5287         * src/common/utils.c
5288         * src/common/utils.h
5289                 Enhance the email parser
5290
5291 2005-11-08 [colin]      1.9.100cvs3
5292
5293         * src/procmime.c
5294                 Fix what looks like an off-by-one (fixes 
5295                 attachments from the Bat)
5296
5297 2005-11-08 [wwp]        1.9.100cvs2
5298
5299         * src/main.c
5300                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5301
5302 2005-11-08 [wwp]        1.9.100cvs1
5303
5304         * src/main.c
5305                 allow exiting Sylpheed-Claws from command-line
5306
5307 2005-11-08 [paul]       1.9.100
5308
5309         1.9.100 released
5310
5311 2005-11-07 [colin]      1.9.99cvs17
5312
5313         * src/addritem.c
5314         * src/ldif.c
5315                 Fix import of base-64 encoded items
5316
5317 2005-11-07 [colin]      1.9.99cvs16
5318
5319         * src/send_message.c
5320                 Fix bug #314 (Queue does not empty under certain 
5321                 circumstances)
5322
5323 2005-11-07 [paul]       1.9.99cvs15
5324
5325         * src/mutt.c
5326         * src/pine.c
5327                 fix buffer overflows
5328                 Thanks to Colin
5329
5330 2005-11-07 [paul]       1.9.99cvs14
5331
5332         * doc/man/Makefile.am
5333         * doc/man/sylpheed-claws.1      ** ADDED **
5334         * doc/man/sylpheed.1            ** DELETED **
5335                 rename and update the man file
5336
5337 2005-11-06 [colin]      1.9.99cvs13
5338
5339         * src/ldif.c
5340                 Fix ldif_get_line() that returned empty strings
5341                 (Didn't understand why). Also fix a possible
5342                 buffer overflow.
5343
5344 2005-11-06 [wwp]        1.9.99cvs12
5345
5346         * src/textview.c
5347         * src/gtk/about.c
5348         * src/gtk/gtkutils.c
5349         * src/gtk/gtkutils.h
5350                 fix a compilation warning,
5351                 make links sensitive in the about dialog
5352
5353 2005-11-04 [wwp]        1.9.99cvs11
5354
5355         * src/gtk/about.c
5356                 don't wrap or translate URIs, and a bit text format cleanup
5357
5358 2005-11-04 [wwp]        1.9.99cvs10
5359
5360         * src/gtk/about.c
5361                 better textview tagging implementation (no more use of marks for
5362                 postponed tagging)
5363
5364 2005-11-02 [colin]      1.9.99cvs9
5365
5366         * src/common/ssl.c
5367                 Forgot an ifdef
5368
5369 2005-11-02 [colin]      1.9.99cvs8
5370
5371         * configure.ac
5372                 Require libetpan-0.40 due to upstream fix
5373         * src/common/ssl.c
5374                 Tell libetpan not to call SSL_Library_Init,
5375                 as we do it ourselves.
5376
5377 2005-11-02 [colin]      1.9.99cvs7
5378
5379         * po/POTFILES.in
5380                 Add missing files (thanks to Fabien Vantard)
5381
5382 2005-11-02 [colin]      1.9.99cvs6
5383
5384         * src/summaryview.c
5385                 Fix totals when read messages are hidden or quicksearch
5386                 is on
5387         * src/ssl_manager.c
5388         * src/ssl_manager.h
5389         * src/common/ssl_certificate.c
5390         * src/common/ssl_certificate.h
5391         * src/gtk/sslcertwindow.c
5392         * src/gtk/sslcertwindow.h
5393                 Fix copyright on my stuff
5394
5395 2005-11-02 [wwp]        1.9.99cvs5
5396
5397         * src/prefs_themes.c
5398                 fix directory name checking (theme installation/removal),
5399                 made related error a bit more verbose
5400
5401 2005-11-02 [colin]      1.9.99cvs4
5402
5403         * src/summaryview.c
5404                 Fix typo (probably fixes bug #841 (Sort by the From 
5405                 field doesn't work)
5406
5407 2005-11-02 [paul]       1.9.99cvs3
5408
5409         * po/ko.po
5410         * po/nb.po
5411                 updated by SungHyun Nam, Geir Helland
5412         * src/wizard.c
5413                 fix typo in welcome message. spotted by
5414                 Andrea Spadaccini
5415
5416 2005-11-01 [colin]      1.9.99cvs2
5417
5418         * src/compose.c
5419                 Fix replying to ml wen confirming subscription
5420         * src/messageview.c
5421         * src/mimeview.c
5422         * src/mimeview.h
5423         * src/privacy.h
5424         * src/summaryview.c
5425                 Make key check non blocking
5426
5427 2005-10-31 [paul]       1.9.99cvs1
5428
5429         * tools/claws.i18n.status.pl
5430                 updated for ChangeLog
5431
5432 2005-10-31 [paul]       1.9.99
5433
5434         1.9.99 released
5435
5436 2005-10-31 [paul]       1.9.15cvs131
5437
5438         * .cvsignore
5439         * ChangeLog
5440         * ChangeLog.claws       ** REMOVED **
5441         * ChangeLog-gtk2.claws  ** REMOVED **
5442         * ChangeLog.gtk1        ** ADDED **
5443         * INSTALL
5444         * Makefile.am
5445         * NEWS
5446         * README
5447         * README.claws          ** REMOVED **
5448         * README.jp             ** REMOVED **
5449         * RELEASE_NOTES         ** ADDED **
5450         * RELEASE_NOTES.claws   ** REMOVED **
5451         * commitHelper
5452         * configure.ac
5453         * sylpheed.spec.in      ** REMOVED **
5454                 tidy up and update the default docs:
5455                 ChangeLog.claws is renamed ChangeLog.gtk1
5456                 ChangeLog-gtk2.claws is renamed ChangeLog
5457                 README.claws is renamed README
5458                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5459
5460 2005-10-31 [paul]       1.9.15cvs130
5461
5462         * po/it.po
5463                 fix errors
5464
5465 2005-10-31 [paul]       1.9.15cvs129
5466
5467         * po/ca.po
5468         * po/de.po
5469         * po/en_GB.po
5470         * po/fr.po
5471         * po/it.po
5472         * po/pt_BR.po
5473         * po/sk.po
5474         * po/sr.po
5475         * po/zh_CN.po
5476                 updated by Miquel Oliete, Stephan Sachse and
5477                 Thomas Gilgin, me, Fabien Vantard, Andrea
5478                 Spadaccini, Frederico Goncalves Guimaraes,
5479                 Andrej Kacian, Aleksandar Urosevic, and
5480                 Ralgh Young.
5481
5482 2005-10-31 [mones]      1.9.15cvs128
5483
5484         * manual/faq.xml
5485                 More questions.
5486         
5487         * po/es.po
5488                 Updated for release.
5489
5490 2005-10-30 [colin]      1.9.15cvs127
5491
5492         * src/compose.c
5493                 Place cursor before rewrapping (fixes cursor
5494                 pos if quotation gets rewrapped)
5495
5496 2005-10-29 [paul]       1.9.15cvs126
5497
5498         * src/crash.c
5499         * src/foldersel.c
5500         * src/main.c
5501         * src/messageview.c
5502         * src/toolbar.c
5503         * src/gtk/authors.h
5504                 corrections to text items
5505
5506 2005-10-28 [colin]      1.9.15cvs125
5507
5508         * src/messageview.c
5509                 Make "hit 'C' to check sig" work from extern 
5510                 messageviews
5511
5512 2005-10-27 [colin]      1.9.15cvs124
5513
5514         * src/summaryview.c
5515                 Add a hack to avoid segfaulting when hammering 
5516                 on gtk's events
5517
5518 2005-10-27 [wwp]        1.9.15cvs123
5519
5520         * src/prefs_themes.c
5521                 sort list of themes names in themes prefs
5522
5523 2005-10-27 [paul]       1.9.15cvs122
5524
5525         * src/folder.c
5526         * src/prefs_account.c
5527                 fix building on Solaris
5528                 Patch by Alex Moore
5529
5530 2005-10-27 [wwp]        1.9.15cvs121
5531
5532         * src/summaryview.c
5533         * src/gtk/gtksctree.c
5534                 speed up unselecting messages in summary view (thanks to Colin)
5535
5536 2005-10-27 [paul]       1.9.15cvs120
5537
5538         * src/mainwindow.c
5539                 fix a compilation warning
5540         * src/summaryview.c
5541                 fix updating of 'n items selected' count
5542                 when deselecting
5543
5544 2005-10-27 [martin]     1.9.15cvs119
5545
5546         * src/action.c
5547                 ignore actions with a leading '/' in the action menu name
5548                 fixes a crash on menu creation
5549         * src/prefs_actions.c
5550                 do not allow a leading '/' in the action menu name
5551
5552 2005-10-27 [paul]       1.9.15cvs118
5553
5554         * src/main.c
5555                 fix compilation warning
5556
5557 2005-10-27 [paul]       1.9.15cvs117
5558
5559         * src/procmime.c
5560                 add #if HAVE_LOCALE_H
5561
5562 2005-10-27 [paul]       1.9.15cvs116
5563
5564         * src/plugins/clamav/clamav_plugin.c
5565         * src/plugins/dillo_viewer/dillo_viewer.c
5566         * src/plugins/mathml_viewer/mathml_viewer.c
5567         * src/plugins/pgpcore/plugin.c
5568         * src/plugins/pgpinline/plugin.c
5569         * src/plugins/pgpmime/plugin.c
5570         * src/plugins/spamassassin/spamassassin.c
5571         * src/plugins/trayicon/trayicon.c
5572                 plugin_init() : make error messages more
5573                 informative
5574
5575 2005-10-26 [wwp]        1.9.15cvs115
5576
5577         * src/prefs_matcher.c
5578                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5579
5580 2005-10-26 [wwp]        1.9.15cvs114
5581
5582         * src/procmime.c
5583         * src/gtk/gtksctree.c
5584         * src/plugins/spamassassin/libspamc.c
5585         * src/plugins/spamassassin/spamassassin.c
5586                 fix some compilation warnings more
5587
5588 2005-10-26 [mones]      1.9.15cvs113
5589
5590         * po/es.po
5591                 Updated translation
5592
5593 2005-10-26 [paul]       1.9.15cvs112
5594
5595         * src/prefs_message.c
5596                 give all display_xface stuff the
5597                 #if HAVE_LIBCOMPFACE treatment, thus
5598                 preventing a crash
5599                 (Thanks to Wolfgang Enderlein)
5600
5601 2005-10-26 [colin]      1.9.15cvs111
5602
5603         * src/gedit-print.c
5604                 Fix date format
5605         * src/imap_gtk.c
5606         * src/news_gtk.c
5607                 Remove context menu items that should not be there
5608         * src/jpilot.c
5609                 Fix encoding
5610         * src/main.c
5611         * src/mainwindow.c
5612                 Don't show the mainwindow too soon
5613
5614 2005-10-26 [wwp]        1.9.15cvs110
5615
5616         * src/folder.c
5617         * src/manual.c
5618         * src/summaryview.c
5619                 fix uninitialized pointers in the folder updating hook
5620                 (thanks to Colin)
5621
5622 2005-10-25 [mones]      1.9.15cvs109
5623
5624         * manual/faq.xml
5625                 General information subsection completed. 
5626                 Removed archaic references.
5627                 
5628         * manual/Makefile
5629         * manual/dtd/manual.dsl
5630                 Added customization stylesheet for getting paragraphs
5631                 fully justified in PDF output (as suggested by Colin).
5632
5633 2005-10-25 [colin]      1.9.15cvs108
5634
5635         * src/compose.c
5636                 Fix a second leak
5637
5638 2005-10-25 [colin]      1.9.15cvs107
5639
5640         * src/addrbook.c
5641         * src/addrindex.c
5642                 Fix leak (xml_get_element() allocates memory)
5643         * src/compose.c
5644                 Fix leak + dead code (shame!)
5645         * src/procmime.c
5646                 Fix leak
5647
5648 2005-10-25 [colin]      1.9.15cvs106
5649
5650         * src/mimeview.c
5651                 Fix encoding issue in Save all and in 
5652                 overwrite-confirmation alertpanel
5653
5654 2005-10-25 [colin]      1.9.15cvs105
5655
5656         * src/common/socket.c
5657                 Fix a leak - Thanks to Christopher Aillon
5658                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5659
5660 2005-10-25 [paul]       1.9.15cvs104
5661
5662         * src/wizard.c
5663                 Always guess servers from the right-hand
5664                 email part and guess username from the
5665                 left-hand part. (Thanks to Colin)
5666                 add an X-Face to the welcome message
5667
5668 2005-10-25 [paul]       1.9.15cvs103
5669
5670         * manual/handling.xml
5671                 written by Colin, edited by me
5672
5673 2005-10-25 [wwp]        1.9.15cvs102
5674
5675         * src/folderview.c
5676         * src/grouplistdialog.c
5677         * src/imap.c
5678         * src/noticeview.c
5679                 fix some compilation warnings
5680
5681 2005-10-24 [paul]
5682
5683         1.9.99-rc3 released
5684
5685 2005-10-24 [paul]       1.9.15cvs101
5686
5687         * src/gtk/about.c
5688                 fix window sizing
5689
5690 2005-10-24 [paul]       1.9.15cvs100
5691
5692         * src/pixmaps/offline.xpm
5693         * src/pixmaps/online.xpm
5694                 replace with last default versions
5695
5696 2005-10-24 [colin]      1.9.15cvs99
5697
5698         * src/imap.c
5699                 Fix bug when moving a folder
5700         * src/imap_gtk.c
5701         * src/mh_gtk.c
5702                 "Delete folder" pops up a window, so it 
5703                 should be suffixed with "..."
5704         * src/plugins/pgpcore/sgpgme.c
5705                 Include locale.h
5706
5707 2005-10-24 [mones]      1.9.15cvs98
5708
5709         * manual/Makefile
5710         * manual/account.xml
5711         * manual/ack.xml
5712         * manual/addrbook.xml
5713         * manual/advanced.xml
5714         * manual/faq.xml
5715         * manual/glossary.xml
5716         * manual/gpl.xml
5717         * manual/handling.xml
5718         * manual/intro.xml
5719         * manual/keyboard.xml
5720         * manual/manual.xml
5721         * manual/plugins.xml
5722         * manual/starting.xml
5723         * manual/dtd/sdocbook.dtd
5724                 Initial manual structure and some content.
5725
5726 2005-10-23 [wwp]        1.9.15cvs97
5727
5728         * src/gtk/about.c
5729                 fix a typo
5730
5731 2005-10-23 [wwp]        1.9.15cvs96
5732
5733         * src/gtk/about.c
5734         * src/gtk/authors.h
5735                 rework of the about window (main work by Paul), also featuring a few
5736                 fixes for typos and duplicate names
5737
5738 2005-10-23 [wwp]        1.9.15cvs95
5739
5740         * src/.cvsignore
5741                 Ignore the right binary name (sylpheed-claws now)
5742
5743 2005-10-23 [paul]       1.9.15cvs94
5744
5745         * src/compose.c
5746                 when using Folder Pref 'Default To for
5747                 replies' make the entry in the Compose
5748                 window bold
5749                 Patch by Fabien Vantard
5750
5751 2005-10-22 [colin]      1.9.15cvs93
5752
5753         * src/codeconv.c
5754                 Fix leak
5755
5756 2005-10-22 [colin]      1.9.15cvs92
5757
5758         * src/codeconv.c
5759                 try to convert using locale (apart utf8) if necessary
5760
5761 2005-10-22 [colin]      1.9.15cvs91
5762
5763         * src/pixmaps/new.xpm
5764         * src/pixmaps/unread.xpm
5765                 Make the unread envelope blue again and
5766                 saturate the new one a bit more.
5767
5768 2005-10-22 [colin]      1.9.15cvs90
5769
5770         * src/compose.c
5771                 When replying to a mail sent by one of our accounts,
5772                 use the original list of recipients. Let 'Reply All'
5773                 and 'Reply to sender' work like previously.
5774
5775 2005-10-21 [colin]      1.9.15cvs89
5776
5777         * src/prefs_filtering.c
5778                 Clear fields after add and replace
5779         * src/textview.c
5780                 Display xface differently (better)
5781         * src/plugins/pgpinline/pgpinline.c
5782                 Fix crappy encodings/recodings
5783
5784 2005-10-21 [paul]       1.9.15cvs88
5785
5786         * src/compose.c
5787         * src/prefs_folder_item.c
5788         * src/toolbar.c
5789                 fix news folder Folder Properties
5790                 (thanks to Colin)
5791         * src/folderview.c
5792                 update folderview after Themes change
5793                 keep selected folder selected
5794                 (thanks to Colin)
5795
5796 2005-10-21 [paul]       1.9.15cvs87
5797
5798         * tools/Makefile.am
5799         * tools/OOo2sylpheed.pl
5800         * tools/README
5801         * tools/README.sylprint
5802         * tools/asus_mailled.sh         ** REMOVED **
5803         * tools/filter_conv.pl
5804         * tools/freshmeat_search.pl
5805         * tools/google_search.pl
5806         * tools/gpg-sign-syl            ** REMOVED **
5807         * tools/kmail2sylpheed.pl
5808         * tools/kmail2sylpheed_v2.pl
5809         * tools/multiwebsearch.pl
5810         * tools/nautilus2sylpheed.sh
5811         * tools/newscache_clean.pl
5812         * tools/outlook2sylpheed.pl
5813         * tools/sylpheed-switcher       ** REMOVED **
5814         * tools/sylprint.pl
5815         * tools/sylprint.rc
5816         * tools/tb2sylpheed
5817         * tools/vcard2xml.py
5818         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5819                 update default config dir
5820                 update binary name (thanks to Fabien Vantard)
5821                 remove obsolete scripts
5822
5823 2005-10-21 [colin]      1.9.15cvs86
5824
5825         * src/inc.c
5826                 Fix possible leak and units. Based on a patch by
5827                 Fabien Vantard.
5828
5829 2005-10-20 [colin]      1.9.15cvs85
5830
5831         * src/textview.c
5832                 Clear xface when clearing textview
5833
5834 2005-10-20 [colin]      1.9.15cvs84
5835
5836         * configure.ac
5837         * src/folderview.c
5838         * src/headerview.c
5839         * src/main.c
5840         * src/prefs_common.c
5841         * src/prefs_common.h
5842         * src/prefs_message.c
5843         * src/textview.c
5844         * src/textview.h
5845         * src/common/defs.h
5846         * src/common/utils.c
5847         * src/common/utils.h
5848         * src/gtk/gtkutils.c
5849         * src/gtk/gtkutils.h
5850                 Migrate config to .sylpheed-claws (Automatically)
5851                 Add a way to get the Xface in the TextView
5852
5853 2005-10-20 [colin]      1.9.15cvs83
5854
5855         * src/gtk/Makefile.am
5856         * src/gtk/about.c
5857         * src/gtk/authors.h
5858                 Make the about dialog *grooovy*
5859
5860 2005-10-20 [colin]      1.9.15cvs82
5861
5862         * src/mimeview.c
5863                 Use "Open with" on double click if no command
5864                 was found
5865
5866 2005-10-20 [colin]      1.9.15cvs81
5867
5868         * src/imap.c
5869         * src/etpan/imap-thread.c
5870                 Fix possible crash.
5871
5872 2005-10-20 [paul]       1.9.15cvs80
5873
5874         * src/folder.c
5875                 don't show clipkey icon if the only
5876                 attachment is the signature
5877                 Patch by Colin
5878
5879 2005-10-20 [paul]       1.9.15cvs79
5880
5881         * AUTHORS
5882         * src/plugins/pgpmime/pgpmime.c
5883                 name the PGP/MIME signature 'signature.asc'
5884                 Patch by Andrew Nelson <freeandy@gmail.com>
5885
5886 2005-10-19 [colin]      1.9.15cvs78
5887
5888         * src/plugins/pgpmime/pgpmime.c
5889                 Oops, no need to double-check though
5890
5891 2005-10-19 [colin]      1.9.15cvs77
5892
5893         * src/plugins/pgpinline/pgpinline.c
5894         * src/plugins/pgpmime/pgpmime.c
5895                 Check that my_tmpfile() doesn't 
5896                 return NULL
5897
5898 2005-10-19 [colin]      1.9.15cvs76
5899
5900         * src/common/utils.c
5901                 Use shorter mime boundaries to avoid having
5902                 MTAs rewrapping our headers, breaking the
5903                 PGP signature in the process 
5904         * src/compose.c
5905         * src/plugins/pgpmime/pgpmime.c
5906                 Check for boundary uniqueness to be sure
5907                 it won't happen, instead of hoping for the
5908                 best
5909
5910 2005-10-19 [colin]      1.9.15cvs75
5911
5912         * sylpheed-claws.desktop
5913         * src/Makefile.am
5914         * src/main.c
5915                 Ship a sylpheed-claws binary instead
5916                 of a sylpheed one. Change the socket
5917                 name, too
5918         * src/folderview.c
5919                 Update folder only if it changed
5920         * src/wizard.c
5921                 Fix i18n in welcome mail, patch by
5922                 Fabien Vantard
5923
5924 2005-10-19 [paul]
5925
5926         1.9.99-rc2 released
5927
5928 2005-10-19 [paul]       1.9.15cvs74
5929
5930         * src/folder.c
5931         * src/folderview.c
5932                 fix summaryview update
5933                 Patch by Colin
5934
5935 2005-10-18 [colin]      1.9.15cvs73
5936
5937         * src/plugins/pgpcore/passphrase.c
5938                 Don't XGrabServer, and try a bit more to 
5939                 sync everything before grabbing mouse/keyboard
5940
5941 2005-10-18 [colin]      1.9.15cvs72
5942
5943         * src/Makefile.am
5944         * src/addressadd.c
5945         * src/addressbook.c
5946         * src/folderview.c
5947         * src/grouplistdialog.c
5948         * src/mimeview.c
5949         * src/stock_pixmap.c
5950         * src/stock_pixmap.h
5951         * src/summaryview.c
5952         * src/gtk/gtksctree.c
5953         * src/gtk/gtksctree.h
5954         * src/pixmaps/empty.xpm
5955                 Implement a wrapper call for gtk_ctree_set_node_info
5956                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5957                 pixmap instead of a NULL one. This works around some
5958                 memory problems deep inside gtk, revealed by valgrind,
5959                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5960                 as locked crashes sylpheed.), as well as, probably, 
5961                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5962
5963 2005-10-17 [colin]      1.9.15cvs71
5964
5965         * src/mimeview.c
5966                 Provide visual feedback when checking
5967                 signature
5968
5969 2005-10-17 [colin]      1.9.15cvs70
5970
5971         * src/main.c
5972                 Keep the folder list frozen while checking caches...
5973
5974 2005-10-17 [colin]      1.9.15cvs69
5975
5976         * src/addr_compl.c
5977                 Fi bug #833 (Autocompleting from addressbook 
5978                 fails with extended chars)
5979         * src/imap.c
5980                 Fix 'adding messages' staying in statusbar
5981                 after an error
5982
5983 2005-10-17 [wwp]        1.9.15cvs68
5984
5985         * src/ssl_manager.c
5986                 Fix buttons' layout resizing when window size changes
5987
5988 2005-10-17 [wwp]        1.9.15cvs67
5989
5990         * src/account.c
5991         * src/prefs_account.c
5992         * src/prefs_common.c
5993         * src/prefs_common.h
5994         * src/prefs_folder_item.c
5995         * src/prefs_gtk.c
5996         * src/gtk/logwindow.c
5997         * src/gtk/pluginwindow.c
5998         * src/gtk/prefswindow.c
5999         * src/gtk/prefswindow.h
6000                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6001
6002 2005-10-17 [paul]       1.9.15cvs66
6003
6004         * configure.ac
6005                 fix missing libetpan message
6006         * po/en_GB.po
6007                 updated
6008         * src/crash.c
6009         * src/manual.c
6010         * src/prefs_themes.c
6011         * src/common/defs.h
6012                 add some new URI defines, change some
6013                 others
6014         * src/wizard.c
6015                 make welcome message translatable
6016                 small improvements to english
6017                 other tweaks
6018         * src/gtk/menu.c
6019                 fix warnings
6020
6021 2005-10-17 [paul]       1.9.15cvs65
6022
6023         * src/summaryview.c
6024                 fix column titles
6025
6026 2005-10-16 [mones]      1.9.15cvs64
6027
6028         * po/es.po
6029                 Updated translation
6030
6031 2005-10-16 [colin]
6032
6033         1.9.99-rc1 released
6034
6035 2005-10-16 [colin]      1.9.15cvs63
6036
6037         * src/wizard.c
6038                 Fix whitespace
6039
6040 2005-10-16 [colin]      1.9.15cvs62
6041
6042         * src/toolbar.c
6043                 s/Get All/Get Mail/
6044         * src/wizard.c
6045                 Real welcome mail text, thanks Paul
6046
6047 2005-10-16 [colin]      1.9.15cvs61
6048
6049         * src/editldap.c
6050         * src/exporthtml.c
6051         * src/main.c
6052         * src/mainwindow.c
6053         * src/prefs_themes.c
6054         * src/prefs_toolbar.c
6055         * src/plugins/demo/demo.c
6056         * src/plugins/trayicon/trayicon.c
6057                 s/Sylpheed/Sylpheed-Claws/
6058
6059 2005-10-16 [colin]      1.9.15cvs60
6060
6061         * src/wizard.c
6062                 Add a welcome email in the first empty mailbox
6063         * src/prefs_common.c
6064                 Change one more default
6065
6066 2005-10-16 [colin]      1.9.15cvs59
6067
6068         * src/wizard.c
6069                 Remove printf
6070
6071 2005-10-16 [colin]      1.9.15cvs58
6072
6073         * src/toolbar.c
6074         * src/prefs_common.c
6075                 Change some defaults
6076
6077 2005-10-16 [colin]      1.9.15cvs57
6078
6079         * src/toolbar.c
6080         * src/prefs_common.c
6081                 Change some defaults
6082
6083 2005-10-16 [colin]      1.9.15cvs56
6084
6085         * src/wizard.c
6086                 By default, initialize fonts to have
6087                 the same size as normal GtkWidgets
6088
6089 2005-10-16 [colin]      1.9.15cvs55
6090
6091         * src/mimeview.c
6092                 Fix message a bit more
6093
6094 2005-10-16 [colin]      1.9.15cvs54
6095
6096         * src/addressbook.c
6097                 Second attempt at flicker fixing
6098
6099 2005-10-16 [colin]      1.9.15cvs53
6100
6101         * src/addressbook.c
6102                 Fix flicker
6103
6104 2005-10-16 [wwp]        1.9.15cvs52
6105
6106         * src/addressbook.c
6107         * src/editaddress.c
6108         * src/prefs_common.c
6109         * src/prefs_common.h
6110                 Remember window sizes (address book)
6111
6112 2005-10-16 [wwp]        1.9.15cvs51
6113
6114         * src/plugins/clamav/clamav_plugin_gtk.c
6115         * src/plugins/spamassassin/spamassassin_gtk.c
6116                 Fix compilation warnings (missing #include).
6117
6118 2005-10-16 [colin]      1.9.15cvs50
6119
6120         * src/mimeview.c
6121         * src/summaryview.c
6122         * src/textview.c
6123                 Make 'c' check signature, and forward
6124                 c, l, y, t from summaryview to mimeview
6125
6126 2005-10-16 [colin]      1.9.15cvs49
6127
6128         * src/addressbook.c
6129                 Put border around buttons
6130         * src/mainwindow.c
6131         * src/summaryview.c
6132                 Rework menus (Patch based on a patch
6133                 by Paul)
6134
6135 2005-10-15 [wwp]        1.9.15cvs48
6136
6137         * src/editjpilot.c
6138         * src/editldap.c
6139         * src/editvcard.c
6140         * src/exphtmldlg.c
6141         * src/expldifdlg.c
6142         * src/export.c
6143         * src/import.c
6144         * src/importldif.c
6145         * src/importmutt.c
6146         * src/importpine.c
6147         * src/prefs_account.c
6148         * src/prefs_spelling.c
6149         * src/gtk/gtkutils.c
6150         * src/gtk/gtkutils.h
6151         * src/plugins/clamav/clamav_plugin_gtk.c
6152         * src/plugins/spamassassin/spamassassin_gtk.c
6153                 use nicer browse-for-file/dir buttons than the "..." ones,
6154                 code factorizing more.
6155
6156 2005-10-14 [colin]      1.9.15cvs47
6157
6158         * src/mainwindow.c
6159                 set relief on the account switcher so that people see it
6160                 grey out Create processing rules when no message is selected
6161         * src/prefs_filtering.c
6162                 ask before closing if the rule has not been modified, even if
6163                 it's not valid
6164         * src/prefs_matcher.c
6165                 fix sensitivity when entering the dialog
6166         * src/gtk/inputdialog.c
6167                 display a better icon on password ask
6168         * src/plugins/pgpcore/passphrase.c
6169                 make the dialog look better
6170
6171 2005-10-14 [paul]       1.9.15cvs46
6172
6173         * src/folderview.c
6174                 indicate presense of marked msgs in
6175                 unexpanded subfolders
6176
6177 2005-10-14 [paul]       1.9.15cvs45
6178
6179         * src/prefs_actions.c
6180         * src/prefs_common.c
6181         * src/prefs_common.h
6182         * src/prefs_filtering_action.c
6183         * src/prefs_matcher.c
6184         * src/prefs_template.c
6185                 remember window sizes
6186                 fix Info button size
6187
6188         Patches by wwp
6189
6190 2005-10-13 [colin]      1.9.15cvs44
6191
6192         * src/mimeview.c
6193         * src/noticeview.c
6194         * src/noticeview.h
6195                 Add a tooltip on the icon (optional) 
6196                 Get rid of the signature buttons and only
6197                 use the icon+tooltip
6198
6199 2005-10-13 [colin]      1.9.15cvs43
6200
6201         * src/noticeview.c
6202         * src/noticeview.h
6203                 Add hand cursor for hovering over icon
6204
6205 2005-10-13 [colin]      1.9.15cvs42
6206
6207         * src/summaryview.c
6208                 Fix crash when quicksearch's hidden 
6209                 at startup
6210
6211 2005-10-13 [colin]      1.9.15cvs41
6212
6213         * src/compose.c
6214                 Set subject when forwarding multiple mails
6215                 Check that other recipient than the default Cc or Bcc
6216                 have been set before sending.
6217
6218 2005-10-13 [colin]      1.9.15cvs40
6219
6220         * src/imap.c
6221                 Batch per-folder
6222                 Introduce locking, but don't use it yet
6223
6224 2005-10-13 [colin]      1.9.15cvs39
6225
6226         * src/gtk/quicksearch.c
6227                 Reset quicksearch when hiding it
6228                 Make sticky a real pref
6229
6230 2005-10-13 [colin]      1.9.15cvs38
6231
6232         * src/summaryview.c
6233                 Faster prefs apply
6234
6235 2005-10-13 [colin]      1.9.15cvs37
6236
6237         * src/mimeview.c
6238         * src/noticeview.c
6239         * src/noticeview.h
6240         * src/plugins/pgpcore/sgpgme.c
6241                 Make privacy icon clickable
6242                 Move Trust field in Full info
6243                 When trust is less than full, don't display
6244                 a warning icon
6245
6246 2005-10-13 [colin]      1.9.15cvs36
6247
6248         * src/folder.c
6249                 Batch on flags sync
6250         * src/folderview.c
6251                 Revert speed hack which is dangerous in fact
6252                 Apply prefs faster
6253
6254 2005-10-13 [colin]      1.9.15cvs35
6255
6256         * src/folder_item_prefs.c
6257                 Fix pref corruption on folder move. Patch
6258                 by wwp
6259
6260 2005-10-13 [paul]       1.9.15cvs34
6261
6262         * src/export.c
6263         * src/import.c
6264                 fix typos in g_warnings
6265         * src/prefs_account.c
6266                 add a file selector for Signature file
6267
6268         Patches by wwp
6269
6270 2005-10-12 [colin]      1.9.15cvs33
6271
6272         * src/mimeview.c
6273                 Provide a quick way to go back from a
6274                 signature's full info to the email part
6275
6276 2005-10-12 [colin]      1.9.15cvs32
6277
6278         * src/compose.c
6279                 Remove old hack of encoding signed mails with base64.
6280                 QP works equally well.
6281
6282 2005-10-12 [colin]      1.9.15cvs31
6283
6284         * src/crash.c
6285                 Replace deprecated GtkText with GtkTextView
6286         * src/imap.c
6287                 Fix a logic bug about counts in imap_select
6288                 (previously un-triggered)
6289         * src/mainwindow.c
6290         * src/summaryview.c
6291         * src/news.c
6292                 Allow local deletion of news posts
6293         * src/mimeview.c
6294                 Show GPG noticeview on the message/rfc822 part
6295                 in addition to the text/plain one
6296         * src/prefs_image_viewer.c
6297           src/plugins/pgpcore/prefs_gpg.c
6298                 Polish (set the label as part of the checkbox)
6299         * src/wizard.c
6300                 Don't sit there doing nothing after destroying
6301                 the window - return err
6302
6303 2005-10-11 [colin]      1.9.15cvs30
6304
6305         * src/folderview.c
6306                 Apply processing rules before showing folders.
6307                 Early folder show (before flags sync) will only
6308                 be done when there are no processing rules (nor
6309                 pre- or post- ones)
6310         * src/imap.c
6311                 Fix stuff related to mail subdir, creation and 
6312                 deletion of folders 
6313         * src/imap_gtk.c
6314                 Don't allow creation of folders in NoInferior
6315                 folders, as it won't work
6316
6317 2005-10-10 [colin]      1.9.15cvs29
6318
6319         * src/compose.c
6320                 Reselect "None" Privacy system when selecting an
6321                 account with no privacy system defined
6322
6323 2005-10-10 [colin]      1.9.15cvs28
6324
6325         * src/mainwindow.c
6326                 Add Windows-1252 encoding
6327         * src/prefs_common.c
6328                 Rework some defaults:
6329                 - autosave to draft by default
6330                 - don't show header pane (it's already in the textview)
6331                 - Select first new or unread mail on entry
6332                 - Assume 'Yes' to change folder when there's no more
6333                   unread message
6334         * src/prefs_matcher.c
6335                 Fix a gtk assertion failure
6336         * src/gtk/colorlabel.c
6337                 Workaround bad repainting on selection
6338         * src/main.c
6339                 Freeze/thaw (a bit faster on ssh -X)
6340         * src/msgcache.c
6341                 Get rid of StrdupConverter that just adds an
6342                 extra strdup/free 
6343         * src/etpan/imap_thread.c
6344                 memset buf to 0
6345
6346 2005-10-10 [colin]      1.9.15cvs27
6347
6348         * src/export.c
6349         * src/import.c
6350                 Fix compile on gtk 2.4. Patch by wwp
6351
6352 2005-10-09 [colin]      1.9.15cvs26
6353
6354         * src/mainwindow.c
6355         * src/messageview.c
6356         * src/summaryview.c
6357                 Clarify forward menus. Patch by wwp
6358
6359 2005-10-09 [colin]      1.9.15cvs25
6360
6361         * src/compose.c
6362         * src/compose.h
6363                 Fix bug #829 (Non-working "Encrypt message by 
6364                 default when replying to an encrypted message")
6365
6366 2005-10-08 [colin]      1.9.15cvs24
6367
6368         * src/wizard.c
6369                 Fix bug #827 ("Welcome" setup wizard after a 
6370                 permission error gives up & forgets itself.)
6371
6372 2005-10-08 [colin]      1.9.15cvs23
6373
6374         * src/procmime.c
6375                 Fix bug #828 (Ignoring headers with spaces around = sign)
6376
6377 2005-10-08 [colin]      1.9.15cvs22
6378
6379         * src/export.c
6380                 Warning fix by wwp
6381
6382 2005-10-08 [colin]      1.9.15cvs21
6383
6384         * src/folder.c
6385         * src/folder.h
6386                 Add a processing_pending indicator, set on 
6387                 folder_item_open and cleared after 
6388                 folder_item_process_open
6389         * src/folderview.c
6390         * src/summaryview.c
6391                 wrap procmsg_msginfo_*_flags, and in the
6392                 wrapper check that there's no folder processing 
6393                 pending. If there is, defer the flags change until 
6394                 processing is done to avoid stepping over each
6395                 other's toes.
6396                 Freeze during processing, but not during scanning.
6397
6398 2005-10-07 [colin]      1.9.15cvs20
6399
6400         * src/plugins/pgpcore/passphrase.c
6401                 Fix bug #826 (X-Server hangs when 
6402                 right-clicking a PGP encrypted message)
6403
6404 2005-10-07 [paul]       1.9.15cvs19
6405
6406         * src/compose.c
6407                 fix compose_entries[]
6408                 patch by Fabien Vantard
6409
6410 2005-10-06 [colin]      1.9.15cvs18
6411
6412         * src/pixmaps/address.xpm
6413         * src/pixmaps/address_book.xpm
6414         * src/pixmaps/book.xpm
6415         * src/pixmaps/check_spelling.xpm
6416         * src/pixmaps/checkbox_off.xpm
6417         * src/pixmaps/checkbox_on.xpm
6418         * src/pixmaps/close.xpm
6419         * src/pixmaps/complete.xpm
6420         * src/pixmaps/continue.xpm
6421         * src/pixmaps/deleted.xpm
6422         * src/pixmaps/down_arrow.xpm
6423         * src/pixmaps/exec.xpm
6424         * src/pixmaps/forwarded.xpm
6425         * src/pixmaps/group.xpm
6426         * src/pixmaps/ignorethread.xpm
6427         * src/pixmaps/interface.xpm
6428         * src/pixmaps/jpilot.xpm
6429         * src/pixmaps/ldap.xpm
6430         * src/pixmaps/linewrap.xpm
6431         * src/pixmaps/linewrapcurrent.xpm
6432         * src/pixmaps/mail.xpm
6433         * src/pixmaps/mail_attach.xpm
6434         * src/pixmaps/mail_compose.xpm
6435         * src/pixmaps/mail_forward.xpm
6436         * src/pixmaps/mail_receive.xpm
6437         * src/pixmaps/mail_receive_all.xpm
6438         * src/pixmaps/mail_reply.xpm
6439         * src/pixmaps/mail_reply_to_all.xpm
6440         * src/pixmaps/mail_reply_to_author.xpm
6441         * src/pixmaps/mail_send.xpm
6442         * src/pixmaps/mail_send_queue.xpm
6443         * src/pixmaps/mime_application.xpm
6444         * src/pixmaps/mime_audio.xpm
6445         * src/pixmaps/mime_image.xpm
6446         * src/pixmaps/mime_message.xpm
6447         * src/pixmaps/mime_text_enriched.xpm
6448         * src/pixmaps/mime_text_html.xpm
6449         * src/pixmaps/mime_text_plain.xpm
6450         * src/pixmaps/mime_unknown.xpm
6451         * src/pixmaps/new.xpm
6452         * src/pixmaps/news_compose.xpm
6453         * src/pixmaps/offline.xpm
6454         * src/pixmaps/online.xpm
6455         * src/pixmaps/paste.xpm
6456         * src/pixmaps/preferences.xpm
6457         * src/pixmaps/privacy_emblem_encrypted.xpm
6458         * src/pixmaps/privacy_expired.xpm
6459         * src/pixmaps/privacy_failed.xpm
6460         * src/pixmaps/privacy_passed.xpm
6461         * src/pixmaps/privacy_signed.xpm
6462         * src/pixmaps/privacy_unknown.xpm
6463         * src/pixmaps/privacy_warn.xpm
6464         * src/pixmaps/properties.xpm
6465         * src/pixmaps/replied.xpm
6466         * src/pixmaps/search.xpm
6467         * src/pixmaps/unread.xpm
6468         * src/pixmaps/up_arrow.xpm
6469         * src/pixmaps/vcard.xpm
6470                 Modernize internal theme, with icons from the 
6471                 Gnomaws theme. Keep some of the old ones where
6472                 they were better.
6473
6474 2005-10-06 [colin]      1.9.15cvs17
6475
6476         * src/summaryview.c
6477                 Little optimisations + bugfix
6478         * src/toolbar.c
6479                 Remove default useless items - useless being defined
6480                 by the default relevant prefs
6481         * src/wizard.c
6482                 include config.h to make gettext work
6483         * src/prefs_themes.c
6484                 Fix selection of current theme in prefs
6485
6486 2005-10-06 [colin]      1.9.15cvs16
6487
6488         * src/prefs_common.c
6489         * src/prefs_common.h
6490         * src/prefs_summaries.c
6491         * src/folderview.c
6492                 Add a warning dialog on Mark all read 
6493                 (with pref to get rid of it)
6494
6495 2005-10-06 [paul]       1.9.15cvs15
6496
6497         * po/nb.po
6498         * po/pt_BR.po
6499                 updated by Geir Helland and Frederico
6500                 Goncalves Guimaraes
6501
6502 2005-10-05 [colin]      1.9.15cvs14
6503
6504         * src/folder.c
6505         * src/folder.h
6506         * src/folderview.c
6507         * src/folderview.h
6508         * src/imap_gtk.c
6509         * src/mh_gtk.c
6510         * src/mainwindow.c
6511         * src/setup.c
6512                 add a way to rescan without rebuilding
6513                 make moving a bit faster (less folders changes)
6514                 don't lock the tree on Get 
6515         * src/imap.c
6516                 Don't re-delete deleted messages before expunging
6517         * src/summaryview.c
6518                 Set batch mode when deleting mails
6519
6520 2005-10-05 [paul]       1.9.15cvs13
6521
6522         * src/mainwindow.c
6523         * src/mainwindow.h
6524                 fix disabled Execute menu item
6525         * src/toolbar.c
6526                 match the change in 1.9.15cvs10: use Compose
6527                 instead of News by default
6528
6529 2005-10-04 [colin]      1.9.15cvs12
6530
6531         * src/compose.c
6532                 When replying to an ML post with Reply-To set
6533                 to the poster's email, honor it (as before),
6534                 but also honor our user's request to reply to
6535                 the mailing list: set the ML address in the To
6536                 field and the Reply-To address in the Cc: 
6537                 field.
6538
6539 2005-10-04 [colin]      1.9.15cvs11
6540
6541         * src/plugins/trayicon/trayicon.c
6542                 Finish cosmetic change - thanks to wwp
6543
6544 2005-10-04 [colin]      1.9.15cvs10
6545
6546         * src/toolbar.c
6547                 Use Compose instead of Email by default.
6548                 Spotted by wwp.
6549
6550 2005-10-04 [colin]      1.9.15cvs9
6551
6552         * src/folder.c
6553         * src/folder.h
6554         * src/folderview.c
6555         * src/imap.c
6556         * src/etpan/imap-thread.c
6557         * src/etpan/imap-thread.h
6558                 Try to make IMAP faster, by simplifying SEARCH
6559                 commands, avoiding sending two STATUS in a row,
6560                 and deferring flags sync and processing just
6561                 after displaying the folder. 
6562                 This will update the SummaryView in certain
6563                 cases (new mails not already fetched, flags
6564                 changed from another client) but in a non-
6565                 blocking manner.
6566
6567 2005-10-04 [colin]      1.9.15cvs8
6568
6569         * src/plugins/trayicon/trayicon.c
6570                 Relabel "Offline" to "Work offline"
6571
6572 2005-10-04 [colin]      1.9.15cvs7
6573
6574         * src/export.c
6575         * src/import.c
6576         * src/mbox.c
6577                 Fix mbox import/export buglets
6578                 Patch by wwp
6579         * src/plugins/trayicon/trayicon.c
6580                 Add offline swithc
6581                 Patch by wwp
6582
6583 2005-10-04 [colin]      1.9.15cvs6
6584
6585         * src/folder.c
6586         * src/folderview.c
6587         * src/summaryview.c
6588                 Better fix (don't break mark all read) for cvs2
6589
6590 2005-10-03 [colin]      1.9.15cvs5
6591
6592         * src/folder.c
6593                 Use a sane sort by default
6594
6595 2005-10-03 [colin]      1.9.15cvs4
6596
6597         * src/inc.c
6598                 Add a 'Only once' button for overriding offline mode
6599         * src/prefs_account.c
6600         * src/wizard.c
6601                 Add Local mbox to the wizard
6602                 Add IMAP subdir to the wizard (or the wizard is useless
6603                 for such accounts, or even worse than useless)
6604                 Move IMAP subdir from Advanced to Receive tab, as it's
6605                 not that uncommon
6606
6607 2005-10-03 [colin]      1.9.15cvs3
6608
6609         * src/send_message.c
6610                 Forgot this one in cvs1
6611
6612 2005-10-03 [colin]      1.9.15cvs2
6613
6614         * src/folder.c
6615                 Faster close when leaving a folder with lots
6616                 of new mails. Idea by David Relson.
6617
6618 2005-10-03 [colin]      1.9.15cvs1
6619
6620         * src/compose.c
6621         * src/imap.c
6622         * src/inc.c
6623         * src/main.c
6624         * src/messageview.c
6625         * src/news.c
6626         * src/summaryview.c
6627         * src/gtk/sslcertwindow.c
6628         * src/plugins/trayicon/trayicon.c
6629                 Add accels to every AlertPanel. Patch by Fabien 
6630                 Vantard
6631
6632 2005-10-03 [paul]       1.9.15
6633
6634         1.9.15 released
6635
6636 2005-10-03 [paul]       1.9.14cvs68
6637
6638         * po/ca.po
6639         * po/de.po
6640         * po/es.po
6641         * po/fi.po
6642         * po/fr.po
6643         * po/sk.po
6644         * po/sr.po
6645         * po/zh_CN.po
6646                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6647                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6648                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6649
6650 2005-10-03 [paul]       1.9.14cvs67
6651
6652         * src/send_message.c
6653                 prevent hang on Cancel
6654                 patch by Colin
6655
6656 2005-10-03 [paul]       1.9.14cvs66
6657
6658         * src/main.c
6659                 fix crash in IMAP caused by discrepancy
6660                 between check_at_startup and offline mode
6661                 Patch by Colin
6662
6663 2005-10-01 [paul]       1.9.14cvs65
6664
6665         * src/inc.c
6666                 fix engrish
6667
6668 2005-10-01 [paul]       1.9.14cvs64
6669         * src/export.c
6670         * src/import.c
6671                 synchronise import_mbox() and export_mbox()
6672         * src/mbox.c
6673                 proc_mbox(): add alert if file cannot be opened
6674                 export_list_to_mbox(): test if dest file exists,
6675                 prompt user to overwrite if it does. add alert
6676                 if file cannot be created
6677                                                                 
6678         Patch by wwp
6679                                                                                                                 
6680
6681 2005-09-30 [paul]       1.9.14cvs63
6682
6683         * src/addressbook.c
6684                 Fix sensitivity of a menu
6685         * src/codeconv.c
6686                 Respect hidden pref for mails with no encoding
6687         * src/common/xml.c
6688                 Fix memory corruption
6689         * src/plugins/pgpcore/sgpgme.c
6690                 Fix segfault on incomplete sigs, and display
6691                 of S/Mime UIDs
6692
6693         Patches by Colin
6694
6695 2005-09-30 [colin]      1.9.14cvs62
6696
6697         * src/partial_download.c
6698                 Little logic fix in almost-dead code
6699         * src/pop.c
6700                 Fix partial download when there's no new mail
6701
6702 2005-09-29 [paul]       1.9.14cvs61
6703
6704         * src/plugins/pgpinline/pgpinline.c
6705                 fix bug 819, 'crash accessing sign message'
6706                 Patch by Colin
6707
6708 2005-09-28 [martin]     1.9.14cvs60
6709
6710         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6711                 fix bug #790 (Crash when restarting window manager (fluxbox))
6712
6713 2005-09-28 [paul]       1.9.14cvs59
6714
6715         * src/gtk/gtkaspell.c
6716                 fix off-by-one typo
6717
6718 2005-09-27 [colin]      1.9.14cvs58
6719
6720         * src/plugins/pgpcore/sgpgme.c
6721                 Report error when there's one, instead of
6722                 "Signature unchecked" 
6723
6724 2005-09-27 [colin]      1.9.14cvs57
6725
6726         * src/prefs_quote.c
6727                 Fix bug #816 (Weird quotation with spaces)
6728
6729 2005-09-27 [colin]      1.9.14cvs56
6730
6731         * src/codeconv.c
6732         * src/compose.c
6733         * src/compose.h
6734                 Put subject in compose's title
6735                 Fix Automatic encoding so that it's really automatic:
6736                 first try default locale's charset, then charset of the replied mail, 
6737                 then utf-8
6738                 Fix encoding of headers (must be in strict mode too)
6739
6740 2005-09-26 [colin]      1.9.14cvs55
6741
6742         * src/gtk/gtkaspell.c
6743                 Fix previous patch - don't color the space,
6744                 just uncolor it :)
6745
6746 2005-09-26 [colin]      1.9.14cvs54
6747
6748         * src/gtk/gtkaspell.c
6749                 Unmark space if possible
6750
6751 2005-09-26 [colin]      1.9.14cvs53
6752
6753         * src/imap.c
6754                 log_error instead of alertpanel according to the pref
6755         * src/etpan/imap-thread.c
6756                 Print connect status, copy only necessary size to 
6757                 logger
6758         * src/plugins/pgpmime/pgpmime.c
6759                 Handle S/Mime signatures (verification only). Patch based
6760                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6761
6762 2005-09-26 [paul]       1.9.14cvs52
6763
6764         * src/common/passcrypt.c
6765                 this 'workaround' not necessary on NetBSD.
6766                 Thanks to Daniel Gustafson
6767
6768 2005-09-26 [paul]
6769
6770         1.9.15-rc4 released
6771
6772 2005-09-26 [paul]       1.9.14cvs51
6773
6774         * src/summaryview.c
6775                 Skip currently selected message when
6776                 looking for next new or unread message
6777                 in current folder. Patch by Colin
6778         * src/common/passcrypt.c
6779                 eliminate warnings on *BSD. Patch by
6780                 Daniel Gustafson
6781
6782 2005-09-26 [colin]      1.9.14cvs50
6783
6784         * src/procmsg.c
6785                 Call postfiltering hook anyway
6786
6787 2005-09-22 [colin]      1.9.14cvs49
6788
6789         * src/codeconv.c
6790         * src/codeconv.h
6791                 Add a strict mode that doesn't replace with _
6792         * src/compose.c
6793         * src/compose.h
6794                 Use strict conversion while sending
6795                 Fix race when drafting while sending (happens
6796                 on IMAP)
6797                 Fix d'n'd of messages from summaryview
6798         * src/prefs_common.c
6799         * src/prefs_common.h
6800                 add hidden utf8_instead_of_locale_for_broken_mail 
6801                 pref for people that preferred the default charset 
6802                 to be utf8 for broken mails
6803         * src/quote_fmt_parse.y
6804                 fix bug #815 (No quote insert if "From:" fied 
6805                 contained Russian letters)
6806         * src/summaryview.c
6807                 Fix d'n'd of messages to compose
6808
6809 2005-09-22 [paul]       1.9.14cvs48
6810
6811         * src/compose.c
6812                 fix bug where attachments Name entry
6813                 would display Path instead
6814
6815 2005-09-21 [paul]       1.9.14cvs47
6816
6817         * README
6818         * README.jp
6819         * configure.ac
6820         * config/config.rpath
6821         * doc/manual/en/sylpheed-20.html
6822         * doc/manual/es/sylpheed-20.html
6823         * po/bg.po
6824         * po/ca.po
6825         * po/de.po
6826         * po/es.po
6827         * po/fr.po
6828         * po/it.po
6829         * po/pt_BR.po
6830         * po/sk.po
6831         * po/zh_TW.po
6832         * src/account.c
6833         * src/account.h
6834         * src/action.c
6835         * src/action.h
6836         * src/adbookbase.h
6837         * src/addr_compl.c
6838         * src/addr_compl.h
6839         * src/addrbook.c
6840         * src/addrbook.h
6841         * src/addrcache.c
6842         * src/addrcache.h
6843         * src/addrcindex.c
6844         * src/addrcindex.h
6845         * src/addrclip.c
6846         * src/addrclip.h
6847         * src/addrdefs.h
6848         * src/addressadd.c
6849         * src/addressadd.h
6850         * src/addressbook.c
6851         * src/addressbook.h
6852         * src/addressitem.h
6853         * src/addrgather.c
6854         * src/addrgather.h
6855         * src/addrharvest.c
6856         * src/addrharvest.h
6857         * src/addrindex.c
6858         * src/addrindex.h
6859         * src/addritem.c
6860         * src/addritem.h
6861         * src/addrquery.c
6862         * src/addrquery.h
6863         * src/addrselect.c
6864         * src/addrselect.h
6865         * src/alertpanel.c
6866         * src/alertpanel.h
6867         * src/browseldap.c
6868         * src/browseldap.h
6869         * src/codeconv.c
6870         * src/codeconv.h
6871         * src/compose.c
6872         * src/compose.h
6873         * src/crash.c
6874         * src/crash.h
6875         * src/customheader.c
6876         * src/customheader.h
6877         * src/displayheader.c
6878         * src/displayheader.h
6879         * src/editaddress.c
6880         * src/editaddress.h
6881         * src/editbook.c
6882         * src/editbook.h
6883         * src/editgroup.c
6884         * src/editgroup.h
6885         * src/editjpilot.c
6886         * src/editjpilot.h
6887         * src/editldap.c
6888         * src/editldap.h
6889         * src/editldap_basedn.c
6890         * src/editldap_basedn.h
6891         * src/editvcard.c
6892         * src/editvcard.h
6893         * src/enriched.c
6894         * src/enriched.h
6895         * src/exphtmldlg.c
6896         * src/exphtmldlg.h
6897         * src/expldifdlg.c
6898         * src/expldifdlg.h
6899         * src/export.c
6900         * src/export.h
6901         * src/exporthtml.c
6902         * src/exporthtml.h
6903         * src/exportldif.c
6904         * src/exportldif.h
6905         * src/filtering.c
6906         * src/filtering.h
6907         * src/folder.c
6908         * src/folder.h
6909         * src/folder_item_prefs.c
6910         * src/folder_item_prefs.h
6911         * src/foldersel.c
6912         * src/foldersel.h
6913         * src/folderutils.c
6914         * src/folderutils.h
6915         * src/folderview.c
6916         * src/folderview.h
6917         * src/grouplistdialog.c
6918         * src/grouplistdialog.h
6919         * src/headerview.c
6920         * src/headerview.h
6921         * src/html.c
6922         * src/html.h
6923         * src/image_viewer.c
6924         * src/image_viewer.h
6925         * src/imap.c
6926         * src/imap.h
6927         * src/imap_gtk.c
6928         * src/imap_gtk.h
6929         * src/import.c
6930         * src/import.h
6931         * src/importldif.c
6932         * src/importldif.h
6933         * src/importmutt.c
6934         * src/importmutt.h
6935         * src/importpine.c
6936         * src/importpine.h
6937         * src/inc.c
6938         * src/inc.h
6939         * src/jpilot.c
6940         * src/jpilot.h
6941         * src/ldapctrl.c
6942         * src/ldapctrl.h
6943         * src/ldaplocate.c
6944         * src/ldaplocate.h
6945         * src/ldapquery.c
6946         * src/ldapquery.h
6947         * src/ldapserver.c
6948         * src/ldapserver.h
6949         * src/ldaputil.c
6950         * src/ldaputil.h
6951         * src/ldif.c
6952         * src/ldif.h
6953         * src/localfolder.c
6954         * src/localfolder.h
6955         * src/main.c
6956         * src/main.h
6957         * src/mainwindow.c
6958         * src/mainwindow.h
6959         * src/manual.c
6960         * src/manual.h
6961         * src/matcher.c
6962         * src/matcher.h
6963         * src/matcher_parser.h
6964         * src/matcher_parser_lex.l
6965         * src/matcher_parser_parse.y
6966         * src/mbox.c
6967         * src/mbox.h
6968         * src/message_search.c
6969         * src/message_search.h
6970         * src/messageview.c
6971         * src/messageview.h
6972         * src/mh.c
6973         * src/mh.h
6974         * src/mh_gtk.c
6975         * src/mh_gtk.h
6976         * src/mimeview.c
6977         * src/mimeview.h
6978         * src/msgcache.c
6979         * src/msgcache.h
6980         * src/mutt.c
6981         * src/mutt.h
6982         * src/news.c
6983         * src/news.h
6984         * src/news_gtk.c
6985         * src/news_gtk.h
6986         * src/noticeview.c
6987         * src/noticeview.h
6988         * src/partial_download.c
6989         * src/partial_download.h
6990         * src/pine.c
6991         * src/pine.h
6992         * src/pop.c
6993         * src/pop.h
6994         * src/prefs_account.c
6995         * src/prefs_account.h
6996         * src/prefs_actions.c
6997         * src/prefs_actions.h
6998         * src/prefs_common.c
6999         * src/prefs_common.h
7000         * src/prefs_compose_writing.c
7001         * src/prefs_compose_writing.h
7002         * src/prefs_customheader.c
7003         * src/prefs_customheader.h
7004         * src/prefs_display_header.c
7005         * src/prefs_display_header.h
7006         * src/prefs_ext_prog.c
7007         * src/prefs_ext_prog.h
7008         * src/prefs_filtering.c
7009         * src/prefs_filtering.h
7010         * src/prefs_filtering_action.c
7011         * src/prefs_filtering_action.h
7012         * src/prefs_folder_column.c
7013         * src/prefs_folder_column.h
7014         * src/prefs_folder_item.c
7015         * src/prefs_folder_item.h
7016         * src/prefs_fonts.c
7017         * src/prefs_fonts.h
7018         * src/prefs_gtk.c
7019         * src/prefs_gtk.h
7020         * src/prefs_image_viewer.c
7021         * src/prefs_image_viewer.h
7022         * src/prefs_matcher.c
7023         * src/prefs_matcher.h
7024         * src/prefs_message.c
7025         * src/prefs_message.h
7026         * src/prefs_msg_colors.c
7027         * src/prefs_msg_colors.h
7028         * src/prefs_other.c
7029         * src/prefs_other.h
7030         * src/prefs_quote.c
7031         * src/prefs_quote.h
7032         * src/prefs_receive.c
7033         * src/prefs_receive.h
7034         * src/prefs_send.c
7035         * src/prefs_send.h
7036         * src/prefs_spelling.c
7037         * src/prefs_spelling.h
7038         * src/prefs_summaries.c
7039         * src/prefs_summaries.h
7040         * src/prefs_summary_column.c
7041         * src/prefs_summary_column.h
7042         * src/prefs_template.c
7043         * src/prefs_template.h
7044         * src/prefs_themes.c
7045         * src/prefs_themes.h
7046         * src/prefs_toolbar.c
7047         * src/prefs_toolbar.h
7048         * src/prefs_wrapping.c
7049         * src/prefs_wrapping.h
7050         * src/privacy.c
7051         * src/privacy.h
7052         * src/procheader.c
7053         * src/procheader.h
7054         * src/procmime.c
7055         * src/procmime.h
7056         * src/procmsg.c
7057         * src/procmsg.h
7058         * src/quote_fmt.c
7059         * src/quote_fmt_parse.y
7060         * src/recv.c
7061         * src/recv.h
7062         * src/remotefolder.c
7063         * src/remotefolder.h
7064         * src/send_message.c
7065         * src/send_message.h
7066         * src/setup.c
7067         * src/setup.h
7068         * src/simple-gettext.c
7069         * src/sourcewindow.c
7070         * src/sourcewindow.h
7071         * src/ssl_manager.c
7072         * src/ssl_manager.h
7073         * src/statusbar.c
7074         * src/statusbar.h
7075         * src/stock_pixmap.c
7076         * src/stock_pixmap.h
7077         * src/summary_search.c
7078         * src/summary_search.h
7079         * src/summaryview.c
7080         * src/summaryview.h
7081         * src/syldap.c
7082         * src/syldap.h
7083         * src/textview.c
7084         * src/textview.h
7085         * src/toolbar.c
7086         * src/toolbar.h
7087         * src/undo.c
7088         * src/undo.h
7089         * src/unmime.c
7090         * src/unmime.h
7091         * src/vcard.c
7092         * src/vcard.h
7093         * src/wizard.c
7094         * src/wizard.h
7095         * src/common/base64.c
7096         * src/common/base64.h
7097         * src/common/defs.h
7098         * src/common/hooks.c
7099         * src/common/hooks.h
7100         * src/common/log.c
7101         * src/common/log.h
7102         * src/common/md5.c
7103         * src/common/md5.h
7104         * src/common/mgutils.c
7105         * src/common/mgutils.h
7106         * src/common/nntp.c
7107         * src/common/nntp.h
7108         * src/common/passcrypt.c
7109         * src/common/passcrypt.h.in
7110         * src/common/plugin.c
7111         * src/common/plugin.h
7112         * src/common/prefs.c
7113         * src/common/prefs.h
7114         * src/common/progressindicator.c
7115         * src/common/progressindicator.h
7116         * src/common/quoted-printable.c
7117         * src/common/quoted-printable.h
7118         * src/common/session.c
7119         * src/common/session.h
7120         * src/common/smtp.c
7121         * src/common/smtp.h
7122         * src/common/socket.c
7123         * src/common/socket.h
7124         * src/common/ssl.c
7125         * src/common/ssl.h
7126         * src/common/ssl_certificate.c
7127         * src/common/ssl_certificate.h
7128         * src/common/string_match.c
7129         * src/common/string_match.h
7130         * src/common/stringtable.c
7131         * src/common/sylpheed.c
7132         * src/common/sylpheed.h
7133         * src/common/template.c
7134         * src/common/template.h
7135         * src/common/timing.h
7136         * src/common/utils.c
7137         * src/common/utils.h
7138         * src/common/uuencode.c
7139         * src/common/uuencode.h
7140         * src/common/version.h.in
7141         * src/common/xml.c
7142         * src/common/xml.h
7143         * src/common/xmlprops.c
7144         * src/common/xmlprops.h
7145         * src/gtk/about.c
7146         * src/gtk/about.h
7147         * src/gtk/colorlabel.c
7148         * src/gtk/colorlabel.h
7149         * src/gtk/colorsel.c
7150         * src/gtk/colorsel.h
7151         * src/gtk/description_window.c
7152         * src/gtk/description_window.h
7153         * src/gtk/filesel.c
7154         * src/gtk/filesel.h
7155         * src/gtk/foldersort.c
7156         * src/gtk/foldersort.h
7157         * src/gtk/gtkutils.c
7158         * src/gtk/gtkutils.h
7159         * src/gtk/inputdialog.c
7160         * src/gtk/inputdialog.h
7161         * src/gtk/logwindow.c
7162         * src/gtk/logwindow.h
7163         * src/gtk/manage_window.c
7164         * src/gtk/manage_window.h
7165         * src/gtk/menu.c
7166         * src/gtk/menu.h
7167         * src/gtk/pluginwindow.c
7168         * src/gtk/pluginwindow.h
7169         * src/gtk/prefswindow.c
7170         * src/gtk/prefswindow.h
7171         * src/gtk/progressdialog.c
7172         * src/gtk/progressdialog.h
7173         * src/gtk/quicksearch.c
7174         * src/gtk/quicksearch.h
7175         * src/gtk/sslcertwindow.c
7176         * src/gtk/sslcertwindow.h
7177         * src/plugins/clamav/clamav_plugin.c
7178         * src/plugins/clamav/clamav_plugin.h
7179         * src/plugins/clamav/clamav_plugin_gtk.c
7180         * src/plugins/demo/demo.c
7181         * src/plugins/dillo_viewer/dillo_prefs.c
7182         * src/plugins/dillo_viewer/dillo_prefs.h
7183         * src/plugins/dillo_viewer/dillo_viewer.c
7184         * src/plugins/mathml_viewer/mathml_viewer.c
7185         * src/plugins/pgpcore/passphrase.c
7186         * src/plugins/pgpcore/passphrase.h
7187         * src/plugins/pgpcore/plugin.c
7188         * src/plugins/pgpcore/prefs_gpg.c
7189         * src/plugins/pgpcore/prefs_gpg.h
7190         * src/plugins/pgpcore/select-keys.c
7191         * src/plugins/pgpcore/select-keys.h
7192         * src/plugins/pgpcore/sgpgme.c
7193         * src/plugins/pgpcore/sgpgme.h
7194         * src/plugins/pgpinline/pgpinline.c
7195         * src/plugins/pgpinline/pgpinline.h
7196         * src/plugins/pgpinline/plugin.c
7197         * src/plugins/pgpmime/pgpmime.c
7198         * src/plugins/pgpmime/pgpmime.h
7199         * src/plugins/pgpmime/plugin.c
7200         * src/plugins/spamassassin/spamassassin.c
7201         * src/plugins/spamassassin/spamassassin.h
7202         * src/plugins/spamassassin/spamassassin_gtk.c
7203         * src/plugins/trayicon/trayicon.c
7204         * tools/OOo2sylpheed.pl
7205         * tools/acroread2sylpheed.pl
7206         * tools/asus_mailled.sh
7207         * tools/filter_conv.pl
7208         * tools/freshmeat_search.pl
7209         * tools/google_search.pl
7210         * tools/kmail2sylpheed.pl
7211         * tools/kmail2sylpheed_v2.pl
7212         * tools/maildir2sylpheed.pl
7213         * tools/multiwebsearch.pl
7214         * tools/newscache_clean.pl
7215         * tools/outlook2sylpheed.pl
7216         * tools/sylpheed-switcher
7217         * tools/update-po
7218         * tools/vcard2xml.py
7219         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7220                 update FSF address
7221
7222 2005-09-21 [colin]      1.9.14cvs46
7223
7224         * src/gedit-print.c
7225         * src/procmsg.c
7226         * src/procmsg.h
7227         * src/textview.c
7228         * src/summaryview.c
7229                 Remove some printing hacks (deselection/reselection),
7230                 which by the way fix printing the currently 
7231                 displayed mime part (still only text)
7232                 Plus a little optimisation of summary_show
7233
7234
7235 2005-09-20 [colin]      1.9.14cvs45
7236
7237         * src/mainwindow.c
7238         * src/messageview.c
7239                 GUI fixups: add accels, set message
7240                 view title to displayed mail's subject
7241         * src/prefs_spelling.c
7242         * src/gtk/gtkaspell.c
7243                 GUI fixups: allow underlining misspelled
7244                 words instead of coloring them (a11y!)
7245
7246 2005-09-19 [colin]
7247
7248         1.9.15rc3 released
7249
7250 2005-09-19 [colin]      1.9.14cvs44
7251
7252         * src/compose.c
7253                 Fix draft message
7254         * src/gtk/gtkaspell.c
7255                 Fix wrong test ;-)
7256
7257 2005-09-19 [colin]      1.9.14cvs43
7258
7259         * src/addressbook.c
7260                 Fix sensitivity of Delete button
7261         * src/compose.c
7262                 Warn if the requested Privacy system
7263                 is not available
7264         * src/exphtmldlg.c
7265         * src/expldifdlg.c
7266         * src/importldif.c
7267         * src/importmutt.c
7268         * src/importpine.c
7269                 Fix crappy UI
7270         * src/
7271         * src/ssl.h
7272         * src/prefs_account.h
7273         * src/prefs_account.c
7274                 Save SSL prefs even in builds that have
7275                 SSL support disable
7276         * src/imap.c
7277         * src/inc.c
7278         * src/news.c
7279         * src/send_message.c
7280                 Warn if connection should be secure, but
7281                 SSL support isn't compiled in
7282         * src/gtkaspell.c
7283                 Fix word separation on UTF-8 systems
7284                 Fixes bug #812 (Strange inline spellchecking)
7285         * src/compose.c
7286                 Warn if the requested Privacy system
7287                 is not available
7288                 Factorize offline warning
7289         * src/imap.c
7290         * src/imap_gtk.c
7291         * src/imap_gtk.h
7292         * src/inc.h
7293         * src/news_gtk.c
7294         * src/news_gtk.h
7295         * src/messageview.c
7296                 Factorize offline warning
7297
7298 2005-09-19 [paul]
7299
7300         1.9.15-rc2 released
7301
7302 2005-09-18 [colin]      1.9.14cvs42
7303
7304         * src/codeconv.c
7305         * src/codeconv.h
7306         * src/procmime.c
7307                 Add a way to get locale's charset ignoring utf-8,
7308                 and use that as default encoding for broken mails
7309
7310 2005-09-18 [colin]      1.9.14cvs41
7311
7312         * src/gtk/logwindow.c
7313                 Translate string. Patch by Fabien Vantard
7314
7315 2005-09-18 [colin]      1.9.14cvs40
7316
7317         * configure.ac
7318                 Fix bug #803 (IMAP/SSL support breaks with 
7319                 GnuTLS libetpan 0.38)
7320
7321 2005-09-18 [colin]      1.9.14cvs39
7322
7323         * src/codeconv.c
7324         * src/compose.c
7325         * src/procmime.c
7326                 More charsets fixes. Fixes bug #806 (non
7327                 ascii characters in subject line)
7328
7329 2005-09-17 [paul]       1.9.14cvs38
7330
7331         * src/folderview.c
7332         * src/mainwindow.c
7333                 fix gcc-2.95 issues
7334                 Patch by Pawel Pekala
7335
7336 2005-09-17 [colin]      1.9.14cvs37
7337
7338         * src/addrindex.c
7339                 bugfix for NO-USE LDAP compilation, patch 
7340                 by Fabien Vantard
7341
7342 2005-09-17 [colin]      1.9.14cvs36
7343
7344         * src/prefs_actions.c
7345         * src/prefs_customheader.c
7346         * src/prefs_display_header.c
7347         * src/prefs_filtering_action.c
7348         * src/prefs_matcher.c
7349         * src/prefs_toolbar.c
7350                 Fix strange casts (less elegant but
7351                 works better)
7352
7353 2005-09-16 [colin]      1.9.14cvs35
7354
7355         * src/jpilot.c
7356                 Missed that one
7357
7358 2005-09-16 [colin]      1.9.14cvs34
7359
7360         * configure.ac
7361         * src/Makefile.am
7362         * src/addr_compl.c
7363         * src/addrindex.c
7364         * src/browseldap.c
7365         * src/editldap.c
7366         * src/ldaplocate.c
7367         * src/ldapquery.c
7368         * src/ldapquery.h
7369         * src/ldapserver.c
7370         * src/ldapserver.h
7371         * src/main.c
7372         * src/matcher_parser_parse.y
7373         * src/prefs_themes.c
7374         * src/etpan/Makefile.am
7375         * src/gtk/description_window.c
7376         * src/plugins/clamav/Makefile.am
7377         * src/plugins/clamav/clamav_plugin.c
7378         * src/plugins/dillo_viewer/Makefile.am
7379         * src/plugins/pgpcore/Makefile.am
7380         * src/plugins/pgpinline/Makefile.am
7381         * src/plugins/pgpmime/Makefile.am
7382         * src/plugins/trayicon/Makefile.am
7383                 Fix 100% cpu usage in address completion list
7384                 Fix little bugs (return with no values etc)
7385                 Fix all warnings (with common CFLAGS)
7386
7387 2005-09-15 [colin]      1.9.14cvs33
7388
7389         * src/addressbook.c
7390                 Fix bug where sometimes a group's email list is empty,
7391                 force its refresh (probably fixes "Re: how to create a 
7392                 distribution list")
7393         * src/ldapquery.c
7394                 Don't return to the callback in the main thread from the
7395                 fetch thread (or face segs!)
7396
7397 2005-09-15 [paul]       1.9.14cvs32
7398
7399         * src/prefs_matcher.c
7400                 forgotten in last commit
7401
7402 2005-09-15 [paul]       1.9.14cvs31
7403
7404         * src/prefs_actions.c
7405         * src/prefs_filtering_action.c
7406         * src/prefs_quote.c
7407         * src/quote_fmt.c
7408         * src/summaryview.c
7409         * src/gtk/description_window.c
7410         * src/gtk/description_window.h
7411         * src/gtk/quicksearch.c
7412                 allow interaction with the called
7413                 description window
7414                 Patch by Anders Hammar
7415
7416 2005-09-14 [paul]       1.9.14cvs30
7417
7418         * src/compose.c
7419                 fix a little annoyance when pasting with 3rd button 
7420                 with wrap_pastes=0 and wrap_input=1
7421                 Patch by Colin
7422
7423 2005-09-14 [paul]       1.9.14cvs29
7424
7425         * src/prefs_account.c
7426                 disable 'Filter messages on receiving' for
7427                 SMTP-only accounts
7428                 Patch  by Anders Hammar
7429
7430 2005-09-14 [paul]       1.9.14cvs28
7431
7432         * po/sk.po
7433                 fix crash
7434                 updated by Andrej Kacian
7435
7436 2005-09-14 [paul]
7437
7438         1.9.15-rc1 released
7439
7440 2005-09-14 [paul]       1.9.14cvs27
7441
7442         * po/es.po
7443                 updated by Ricardo Mones Lastra
7444         * src/compose.c
7445         * src/compose.h
7446                 associate no_wrap_tags to Compose windows
7447                 instead of using a static one
7448                 Patch by Colin
7449         * src/mbox.c
7450                 fix proc_mbox()
7451                 Patch by wwp
7452         * src/textview.c
7453                 remove unneeded printf()
7454
7455 2005-09-14 [paul]       1.9.14cvs26
7456
7457         * src/addrcache.c
7458         * src/codeconv.h
7459         * src/folder.h
7460         * src/mainwindow.h
7461         * src/mh.c
7462         * src/mimeview.h
7463         * src/partial_download.c
7464         * src/pop.c
7465         * src/prefs_account.c
7466         * src/prefs_account.h
7467         * src/prefs_actions.c
7468         * src/prefs_customheader.c
7469         * src/prefs_display_header.c
7470         * src/prefs_filtering_action.c
7471         * src/prefs_matcher.c
7472         * src/prefs_toolbar.c
7473         * src/privacy.h
7474         * src/procmime.c
7475         * src/procmime.h
7476         * src/procmsg.h
7477         * src/textview.c
7478         * src/undo.h
7479         * src/common/plugin.c
7480         * src/common/session.h
7481         * src/common/socket.c
7482         * src/common/socket.h
7483         * src/common/template.c
7484         * src/gtk/gtkaspell.c
7485         * src/gtk/quicksearch.h
7486         * src/plugins/pgpcore/passphrase.c
7487         * src/plugins/pgpcore/prefs_gpg.h
7488         * src/plugins/pgpcore/select-keys.c
7489         * src/plugins/pgpcore/select-keys.h
7490         * src/plugins/pgpcore/sgpgme.c
7491         * src/plugins/pgpinline/pgpinline.c
7492         * src/plugins/pgpmime/pgpmime.c
7493         * src/plugins/trayicon/trayicon.c
7494                 fix compilation warnings
7495                 Patch by Daniel Gustafson
7496
7497 2005-09-14 [paul]       1.9.14cvs25
7498
7499         * src/addressbook.c
7500                 add missing column header, and other small
7501                 bug fixes
7502                 Patch by Anders Hammar
7503
7504 2005-09-13 [colin]      1.9.14cvs24
7505
7506         * src/gtk/gtkaspell.c
7507                 Fix non-utf8 in menu
7508                 Fix little leaks
7509                 Nullify struct members after free()s
7510
7511 2005-09-13 [colin]      1.9.14cvs23
7512
7513         * src/compose.c
7514                 Test utf8 compliance before inserting to 
7515                 buffer, and try to convert if necessary
7516         * src/procmime.c
7517                 If no charset is present, use the locale 
7518                 one instead of us-ascii
7519         * src/procmsg.c
7520                 Add Sender, List-Post and To in the checked 
7521                 headers for automatic rules creation 
7522                 (thanks to wwp)
7523         * src/prefs_themes.c
7524         * src/gtk/gtkaspell.c
7525                 Remove deprecated functions. 
7526                 patch by Daniel Gustafson
7527
7528 2005-09-12 [colin]      1.9.14cvs22
7529
7530         * src/compose.c
7531                 Fix bug #448 (Scrolling/Redraw issue with 
7532                 address-fields in Header)
7533         * src/mainwindow.c
7534         * src/summaryview.c
7535         * src/summaryview.h
7536                 Fix loss of MSG_MARKED on move/copy
7537                 Fix bug #804 (Quicksearch togglebutton doesn't 
7538                 get depressed after '/' key is pressed)
7539
7540 2005-09-12 [paul]       1.9.14cvs21
7541
7542         * AUTHORS
7543         * src/gtk/logwindow.c
7544                 add 'Clear Log' to popup menu
7545                 Patch by Anders Hammar <anders.hammar@telia.com>
7546
7547 2005-09-12 [paul]       1.9.14cvs20
7548
7549         * src/compose.c
7550                 set correct sensitivity on attachments
7551                 popup menu
7552         * src/folder.c
7553                 fix typo
7554         * src/prefs_spelling.c
7555                 fix crash when no LANG env is set
7556         * src/common/xml.c
7557                 fix crash in wizard
7558                 don't use memeory after free
7559
7560         All patches by Daniel Gustafson
7561
7562 2005-09-12 [paul]       1.9.14cvs19
7563
7564         * src/prefs_themes.c
7565                 make theme info selectable
7566         * src/gtk/description_window.c
7567                 make window non-modal
7568         * tools/README
7569                 add details of asus_mailed.sh
7570         * tools/claws.i18n.status.pl
7571                 update for new zh_TW translator
7572                 widen the output
7573                 create alternate coloured lines
7574                 improve readability
7575
7576 2005-09-10 [colin]      1.9.14cvs18
7577
7578         * src/plugins/pgpcore/select-keys.c
7579                 Better order for the buttons
7580
7581 2005-09-10 [colin]      1.9.14cvs17
7582
7583         * src/compose.c
7584         * src/plugins/pgpcore/select-keys.c
7585         * src/plugins/pgpcore/select-keys.h
7586         * src/plugins/pgpcore/sgpgme.c
7587                 Add a "Don't encrypt" button to the key
7588                 selection dialog. Fixes bug #177 (There should be a 
7589                 'Don't encrypt button in the Select Keys dialog)
7590
7591 2005-09-10 [colin]      1.9.14cvs16
7592
7593         * src/compose.c
7594                 Fix bug #572 (%X option does not work with templates)
7595
7596 2005-09-10 [colin]      1.9.14cvs15
7597
7598         * src/toolbar.c 
7599                 Remove g_print
7600
7601 2005-09-10 [colin]      1.9.14cvs14
7602
7603         * src/imap.c
7604                 Fix a possible crash
7605
7606 2005-09-09 [colin]      1.9.14cvs13
7607
7608         * src/imap.c
7609         * src/etpan/imap-thread.c
7610         * src/etpan/imap-thread.h
7611                 Fix moving from queue or drafts to normal folders
7612                 Fix bug #794 (No way to delete without expunging)
7613                 Take flags unset by other mailers into account
7614                 Take deleted flag set by other mailers into account
7615                 Fix unsetting REPLIED flag
7616                 Fix crash when capabilities can't be retrieved
7617         * src/mainwindow.c
7618         * src/mainwindow.h
7619                 Add M_DELAYED_FLAGS condition, and let the user use
7620                 Execute in order to be able to expunge deleted mails,
7621                 even if he's not in delayed execute mode
7622         * src/prefs_spelling.c
7623                 Use 'en' dictionary by default if LANG is POSIX or C
7624         * src/gtk/prefswindow.c
7625                 Fix bug #767 (Preferences windows expanding) by making
7626                 the window a bit larger when the resolution is greater
7627                 than 640x480, and by putting the prefs in a
7628                 GtkScrolledWindow.
7629
7630 2005-09-09 [paul]       1.9.14cvs12
7631
7632         * AUTHORS
7633         * configure.ac
7634         * po/zh_TW.Big5.po      ** REMOVED **
7635         * po/zh_TW.po           ** ADDED **
7636                 updated by Wei-Lun Chao
7637
7638 2005-09-09 [paul]       1.9.14cvs11
7639
7640         * src/mainwindow.c
7641                 fix asserts
7642         * src/common/xml.c
7643                 delay memory allocation until file is
7644                 opened successfully
7645                 Patch by Daniel Gustafson
7646
7647 2005-09-09 [colin]      1.9.14cvs10
7648
7649         * src/imap.c
7650                 Add guards
7651
7652 2005-09-08 [colin]      1.9.14cvs9
7653
7654         * src/compose.c
7655                 Alert when we can't save draft
7656                 Fix various wrap/color issues
7657                 Add mid-click pasting respecting wrap_paste option
7658         * src/folder.c
7659         * src/folder.h
7660         * src/folder_item_prefs.c
7661         * src/folder_item_prefs.h
7662         * src/imap.c
7663         * src/imap_gtk.c
7664         * src/imap_gtk.h
7665         * src/main.c
7666         * src/mainwindow.c
7667         * src/mainwindow.h
7668         * src/news.c
7669         * src/news_gtk.c
7670         * src/news_gtk.h
7671         * src/prefs_folder_item.c
7672                 Fix the impossibility to synchronise folders for
7673                 offline use (IMAP and NNTP are concerned)
7674
7675 2005-09-08 [colin]      1.9.14cvs8
7676
7677         * configure.ac
7678                 Build LDAP and JPilot by default if available
7679         * src/textview.c
7680                 Fix use after free
7681
7682 2005-09-08 [paul]       1.9.14cvs7
7683
7684         * doc/manual/en/sylpheed-1.html
7685         * doc/manual/en/sylpheed-18.html
7686         * doc/manual/en/sylpheed-19.html
7687         * doc/manual/en/sylpheed-4.html
7688         * doc/manual/en/sylpheed-6.html
7689         * doc/manual/en/sylpheed.html
7690                 a few minor updates, plus include some
7691                 details about plugins and their requirements
7692         * src/mainwindow.c
7693                 minor changes to English in /View/Sort
7694
7695 2005-09-07 [colin]      1.9.14cvs6
7696
7697         * doc/manual/en/sylpheed-1.html
7698         * doc/manual/en/sylpheed-10.html
7699         * doc/manual/en/sylpheed-11.html
7700         * doc/manual/en/sylpheed-12.html
7701         * doc/manual/en/sylpheed-13.html
7702         * doc/manual/en/sylpheed-14.html
7703         * doc/manual/en/sylpheed-15.html
7704         * doc/manual/en/sylpheed-16.html
7705         * doc/manual/en/sylpheed-17.html
7706         * doc/manual/en/sylpheed-18.html
7707         * doc/manual/en/sylpheed-19.html
7708         * doc/manual/en/sylpheed-2.html
7709         * doc/manual/en/sylpheed-20.html
7710         * doc/manual/en/sylpheed-21.html
7711         * doc/manual/en/sylpheed-22.html
7712         * doc/manual/en/sylpheed-3.html
7713         * doc/manual/en/sylpheed-4.html
7714         * doc/manual/en/sylpheed-5.html
7715         * doc/manual/en/sylpheed-6.html
7716         * doc/manual/en/sylpheed-7.html
7717         * doc/manual/en/sylpheed-8.html
7718         * doc/manual/en/sylpheed-9.html
7719         * doc/manual/en/sylpheed.html
7720                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7721
7722 2005-09-07 [colin]      1.9.14cvs5
7723
7724         * src/mainwindow.c
7725                 Make labels more to-the-point
7726
7727 2005-09-07 [colin]      1.9.14cvs4
7728
7729         * doc/manual/en/sylpheed-1.html
7730         * doc/manual/en/sylpheed-12.html
7731         * doc/manual/en/sylpheed-13.html
7732         * doc/manual/en/sylpheed-14.html
7733         * doc/manual/en/sylpheed-15.html
7734         * doc/manual/en/sylpheed-16.html
7735         * doc/manual/en/sylpheed-17.html
7736         * doc/manual/en/sylpheed-18.html
7737         * doc/manual/en/sylpheed-19.html
7738         * doc/manual/en/sylpheed-2.html
7739         * doc/manual/en/sylpheed-20.html
7740         * doc/manual/en/sylpheed-21.html
7741         * doc/manual/en/sylpheed-22.html
7742         * doc/manual/en/sylpheed-4.html
7743         * doc/manual/en/sylpheed-5.html
7744         * doc/manual/en/sylpheed-6.html
7745         * doc/manual/en/sylpheed-7.html
7746         * doc/manual/en/sylpheed-8.html
7747         * doc/manual/en/sylpheed-9.html
7748         * doc/manual/en/sylpheed.html
7749                 Update manual
7750
7751 2005-09-07 [colin]      1.9.14cvs3
7752
7753         * doc/faq/en/sylpheed-faq-1.html
7754         * doc/faq/en/sylpheed-faq-2.html
7755         * doc/faq/en/sylpheed-faq-3.html
7756         * doc/faq/en/sylpheed-faq.html
7757                 Update FAQ
7758
7759 2005-09-07 [colin]      1.9.14cvs2
7760
7761         * src/folderview.c
7762         * src/procmsg.c
7763         * src/summaryview.c
7764         * src/toolbar.c
7765                 Fix special subfolders:
7766                 - Inherit parent's icon
7767                 - sent contents of queues subfolders
7768                 - empty subfolders of trashes
7769         * src/mainwindow.c
7770                 Remove outdated manual and faq entries
7771         * src/common/utils.c
7772                 Add quotes around %s coming from mailcap
7773
7774 2005-09-07 [colin]      1.9.14cvs1
7775
7776         * src/compose.c
7777                 After saving draft, set modified to FALSE
7778         * src/mimeview.c
7779         * src/common/utils.c
7780         * src/common/utils.h
7781                 Try to open mime parts using what is 
7782                 indicated in ~/.mailcap or /etc/mailcap,
7783                 if possible.
7784
7785 2005-09-05 [paul]       1.9.14
7786
7787         1.9.14 released
7788
7789         * po/sk.po
7790                 updated by Andrej Kacian
7791
7792 2005-09-05 [paul]       1.9.13cvs83
7793
7794         * po/de.po
7795         * po/es.po
7796         * po/fi.po
7797         * po/fr.po
7798         * po/nb.po
7799         * po/pt_BR.po
7800         * po/sr.po
7801                 updated translations by Thomas Gilgin, Ricardo Mones
7802                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7803                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7804
7805 2005-09-04 [paul]       1.9.13cvs82
7806
7807         * src/compose.c
7808                 only warn about exceeded line length limit
7809                 on send
7810
7811 2005-09-04 [paul]       1.9.13cvs81
7812
7813         * src/compose.c
7814                 fix crash in 'line length exceeded' dialogue
7815
7816 2005-09-02 [paul]       1.9.13cvs80
7817
7818         * src/imap.c
7819                 fix bug 795, 'Connection lost IMAP'
7820                 and add statusbar prints
7821                 Patch by Colin
7822
7823 2005-09-02 [paul]       1.9.13cvs79
7824
7825         * src/compose.c
7826                 compose_wrap_paragraph() becomes
7827                 compose_beautify_paragraph()
7828                 Patch by Colin
7829
7830 2005-09-02 [colin]      1.9.13cvs78
7831
7832         * src/folderview.c
7833                 Micro-fix
7834
7835 2005-09-01 [colin]      1.9.13cvs77
7836
7837         * src/imap.c
7838                 Maybe fix bug #795 (Connection lost IMAP)
7839                 Don't try to send logout when we're disconnected.
7840         * src/summaryview.c
7841                 Include locked and marked emails in HRM
7842                 view. Fixes bug #800 (Locked messages no longer 
7843                 show up when hide read messages is used)
7844
7845 2005-09-01 [paul]       1.9.13cvs76
7846
7847         * src/prefs_common.c
7848                 fix bad cutting
7849
7850 2005-08-31 [colin]      1.9.13cvs75
7851
7852         * src/folderview.c
7853         * src/folderview.h
7854         * src/prefs_summaries.c
7855         * src/summaryview.c
7856                 Fix "go to next new", fix preference
7857                 (Open unread/next swapped)
7858
7859 2005-08-31 [paul]       1.9.13cvs74
7860
7861         * src/compose.c
7862         * src/folderview.c
7863         * src/headerview.c
7864         * src/headerview.h
7865         * src/mainwindow.c
7866         * src/prefs_common.c
7867         * src/prefs_common.h
7868         * src/prefs_fonts.c
7869         * src/summaryview.c
7870         * src/textview.c
7871         * src/common/defs.h
7872                 remove obsolete BOLD_FONT setting
7873                 fix font update in headerview and textview
7874                 headers after prefs change
7875                 Patch By Colin
7876
7877 2005-08-31 [paul]
7878
7879         1.9.14-rc4 released
7880
7881 2005-08-30 [colin]      1.9.13cvs73
7882
7883         * src/summaryview.c
7884                 When Hide read messages is selected and we
7885                 refresh the summaryview, don't remove the 
7886                 currently displayed message. Fixes bug #797
7887                 (Summary view reloads when new mail is 
7888                 downloaded in 1.9.14 rc)
7889
7890 2005-08-30 [colin]      1.9.13cvs72
7891
7892         * src/folderview.c
7893                 Fix flickering
7894         * src/mainwindow.c
7895                 Remove useless callback
7896         * src/mimeview.c
7897         * src/gtk/filesel.c
7898         * src/gtk/filesel.h
7899                 Add a filesel_select_file_save_folder() - used by Save All
7900
7901 2005-08-29 [paul]       1.9.13cvs71
7902
7903         * AUTHORS
7904         * src/matcher_parser_parse.y
7905         * src/etpan/imap-thread.c
7906                 fix building on FreeBSD
7907                 Patch by Daniel Gustafson <daniel@hobbit.se>
7908
7909 2005-08-29 [paul]       1.9.13cvs70
7910
7911         * src/plugins/pgpinline/pgpinline.c
7912                 only initialise sig result if it's been handled
7913                 Patch by Colin
7914
7915 2005-08-29 [paul]       1.9.13cvs69
7916         
7917         Patches by Colin:
7918
7919         * src/imap.c
7920         * src/common.utils.c
7921         * src/common/utils.h
7922                 optimisation
7923         * src/stock_pixmap.h
7924                 fix wrong icon reference
7925         * src/pixmaps/trash_btn.xpm
7926                 replace with nicer image
7927
7928 2005-08-28 [colin]      1.9.13cvs68
7929
7930         * src/Makefile.am
7931         * src/stock_pixmap.c
7932         * src/stock_pixmap.h
7933         * src/toolbar.c
7934         * src/pixmaps/trash_btn.xpm
7935                 Add a specific trash xpm for the button
7936
7937 2005-08-28 [colin]      1.9.13cvs67
7938
7939         * src/imap.c
7940                 Fix leak
7941
7942 2005-08-27 [colin]      1.9.13cvs66
7943
7944         * src/imap.c
7945         * src/procmime.c
7946                 Correctly fix "Problem with replies", fixes
7947                 pgpmime encryption too. 
7948
7949 2005-08-27 [colin]      1.9.13cvs65
7950
7951         * src/folder.c
7952         * src/procmsg.c
7953         * src/procmsg.h
7954         * src/summaryview.c
7955                 Fix bug #517 (messages removed from summaryview 
7956                 when moving fails)
7957
7958 2005-08-27 [colin]      1.9.13cvs64
7959
7960         * tools/Makefile.am
7961         * tools/asus_mailled.sh
7962                 Add a script to blink ASUS laptops' mail LED where there
7963                 is unread mail.
7964
7965 2005-08-27 [colin]      1.9.13cvs63
7966
7967         * src/imap.c
7968         * src/etpan/imap-thread.c
7969         * src/etpan/imap-thread.h
7970                 Implement automatic choosing of login method
7971                 Fixes bug #791
7972         * src/gtk/.cvsignore
7973                 Add sylpheed-marshal.[ch]
7974
7975 2005-08-27 [colin]      1.9.13cvs62
7976
7977         * src/common/utils.c
7978                 Fix confusing perror
7979
7980 2005-08-27 [colin]      1.9.13cvs61
7981
7982         * src/toolbar.c
7983         * src/toolbar.h
7984                 Remove A_DELETE, replace it with 
7985                 A_TRASH and A_DELETE_REAL. Automatically
7986                 rewrite config files to replace A_DELETE
7987                 with A_TRASH (no functionality change).
7988                 Fixes half of #794
7989
7990 2005-08-26 [colin]      1.9.13cvs60
7991
7992         * src/procmime.c
7993                 Previous "Problem with replies" fix brought other
7994                 problems, fixing them
7995
7996 2005-08-26 [colin]      1.9.13cvs59
7997
7998         * src/procmime.c
7999                 Fix "Problem with replies". This happened only
8000                 on IMAP...
8001         * src/procmsg.c
8002                 Factorize code a bit
8003         * src/compose.c
8004                 Speed improvement on very long messages (wrapping)
8005                 Fix signature color on Reedit and Redirect
8006                 On Reedit, don't attach pgp-signatures parts, but
8007                 set signing to On.
8008
8009 2005-08-24 [paul]       1.9.13cvs58
8010
8011         * src/compose.c
8012                 don't claim success when clicking
8013                 Cancel on the passphrase box.
8014                 Patch by Colin
8015
8016 2005-08-24 [paul]       1.9.13cvs57
8017
8018         * src/main.c
8019                 fix misplaced sylpheed.log
8020         * src/common/defs.h
8021                 define UIDL_DIR
8022
8023 2005-08-24 [paul]       1.9.13cvs56
8024
8025         * src/imap.c
8026         * src/etpan/imap-thread.c
8027         * src/etpan/imap-thread.h
8028                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8029                 Patch by Colin
8030         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8031         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8032                 remove autogenerated files
8033         * tools/kdeservicemenu/README
8034         * tools/kdeservicemenu/install.sh
8035         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8036         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8037                 use Claws icon, use 'Sylpheed-Claws' in menu,
8038                 use kdialog, and other cleanups
8039
8040 2005-08-23 [paul]       1.9.13cvs55
8041
8042         * src/compose.c
8043                 fix paste/wrap crash
8044                 Patch by Colin
8045
8046 2005-08-23 [paul]       1.9.13cvs54
8047
8048         * src/main.c
8049                 fix crash recovery
8050                 Patch by Colin
8051
8052 2005-08-23 [paul]       1.9.13cvs53
8053
8054         * src/addressbook.c
8055         * src/editaddress.c
8056                 view all data of LDAP contacts
8057                 Patch by Colin
8058
8059 2005-08-23 [paul]       1.9.13cvs52
8060
8061         * src/addressbook.c
8062                 fix issues with the Search field
8063                 Patch by Colin
8064
8065 2005-08-22 [paul]       1.9.13cvs51
8066
8067         * src/folderview.c
8068                 put name of folder in processing dialog
8069                 title
8070         * src/prefs_folder_item.c
8071                 improve english usage
8072
8073 2005-08-22 [paul]       1.9.13cvs50
8074
8075         * src/filtering.c
8076         * src/filtering.h
8077         * src/matcher.c
8078         * src/matcher_parser_lex.l
8079         * src/matcher_parser_parse.y
8080         * src/prefs_filtering.c
8081                 add Filtering/Processing rule names feature.
8082                 (the incompatible old matcherrc is saved as
8083                 matcherrc.pre_names).
8084                 Patch by Colin
8085
8086 2005-08-22 [paul]       1.9.13cvs49
8087
8088         * src/procmsg.c
8089                 fix colour labelling
8090                 Patch by Colin
8091
8092 2005-08-22 [paul]       1.9.13cvs48
8093
8094         * src/textview.c
8095                 fix open_image_cb()
8096
8097 2005-08-22 [paul]       1.9.13cvs47
8098
8099         * src/imap.c
8100                 fix bug 789, 'SC crashes with imap (CVS ver)'
8101                 Patch by Colin
8102
8103 2005-08-22 [paul]       1.9.13cvs46
8104
8105         * src/mimeview.c
8106         * src/prefs_common.c
8107         * src/common/defs.h
8108                 define reused defaults in defs.h
8109         * src/textview.c
8110                 add 'Open image' to image popup menu
8111
8112 2005-08-21 [colin]      1.9.13cvs45
8113
8114         * src/summaryview.c
8115                 Fix bug #788 (Bogus "From" address displayed)
8116
8117 2005-08-20 [colin]      1.9.13cvs44
8118
8119         * src/folder.c
8120                 Fix buf #787 (multilevel delete causes SIGSEGV)
8121
8122 2005-08-19 [colin]      1.9.13cvs43
8123
8124         * src/inc.c
8125         * src/prefs_common.c
8126         * src/prefs_common.h
8127                 Add an hidden pref to allow modifying the
8128                 update stepping in incorporation.
8129                 Patch by wwp.
8130
8131 2005-08-19 [colin]      1.9.13cvs42
8132
8133         * src/compose.c
8134         * src/procmime.c
8135                 Workaround for broken MUAs: encode 
8136                 Content-type: name: as ASCII and 
8137                 Content-Disposition: filename: as
8138                 per rfc2231
8139         * src/prefs_account.c
8140                 Fix invisible-ness of SMTP SSL prefs
8141                 in NNTP accounts
8142
8143 2005-08-19 [paul]       1.9.13cvs41
8144
8145         * src/compose.c
8146         * src/prefs_common.c
8147         * src/prefs_common.h
8148         * src/prefs_wrapping.c
8149                 paste with or without wrapping.
8150                 patch by Colin
8151
8152 2005-08-19 [paul]       1.9.13cvs40
8153
8154         * src/prefs_common.c
8155         * src/prefs_common.h
8156         * src/summaryview.c
8157                 reintroduce enable_swap_from as a
8158                 hidden pref. patch by Colin
8159         * src/quote_fmt_parse.y
8160         * src/plugins/clamav/clamav_plugin.c
8161         * src/plugins/dillo_viewer/dillo_viewer.c
8162         * src/plugins/mathml_viewer/mathml_viewer.c
8163         * src/plugins/pgpcore/sgpgme.c
8164         * src/plugins/pgpinline/pgpinline.c
8165         * src/plugins/pgpmime/pgpmime.c
8166                 tidy up. patch by Colin
8167
8168 2005-08-19 [paul]       1.9.13cvs39
8169
8170         * configure.ac
8171                 complete cvs38's sync
8172         * src/editaddress.c
8173         * src/gedit-print.c
8174         * src/mutt.c
8175         * src/etpan/etpan-log.c
8176         * src/etpan/imap-thread.c
8177         * src/gtk/gtksourceprintjob.c
8178                 fix compilation warnings
8179                 (patch by Colin)
8180
8181 2005-08-19 [paul]       1.9.13cvs38
8182
8183         sync with main:
8184
8185         * src/account.c
8186         * src/action.c
8187         * src/addrbook.c
8188         * src/addrcache.c
8189         * src/addrharvest.c
8190         * src/addrindex.c
8191         * src/codeconv.c
8192         * src/compose.c
8193         * src/crash.c
8194         * src/exporthtml.c
8195         * src/exportldif.c
8196         * src/folder.c
8197         * src/image_viewer.c
8198         * src/inc.c
8199         * src/inc.h
8200         * src/jpilot.c
8201         * src/ldif.c
8202         * src/main.c
8203         * src/matcher.c
8204         * src/mbox.c
8205         * src/messageview.c
8206         * src/mh.c
8207         * src/mimeview.c
8208         * src/msgcache.c
8209         * src/mutt.c
8210         * src/news.c
8211         * src/partial_download.c
8212         * src/pine.c
8213         * src/pop.c
8214         * src/prefs_actions.c
8215         * src/prefs_common.c
8216         * src/prefs_customheader.c
8217         * src/prefs_display_header.c
8218         * src/prefs_gtk.c
8219         * src/prefs_themes.c
8220         * src/procheader.c
8221         * src/procmime.c
8222         * src/procmsg.c
8223         * src/recv.c
8224         * src/send_message.c
8225         * src/simple-gettext.c
8226         * src/sourcewindow.c
8227         * src/textview.c
8228         * src/vcard.c
8229         * src/common/defs.h
8230         * src/common/log.c
8231         * src/common/plugin.c
8232         * src/common/prefs.c
8233         * src/common/session.c
8234         * src/common/session.h
8235         * src/common/socket.c
8236         * src/common/socket.h
8237         * src/common/ssl_certificate.c
8238         * src/common/template.c
8239         * src/common/utils.c
8240         * src/common/utils.h
8241         * src/common/xml.c
8242         * src/gtk/about.c
8243         added wrappers for C library function that
8244                 take pathname arguments.
8245                 enabled compilation with MinGW.
8246                 use GDir instead of directly using opendir().
8247                 added rename_force().
8248
8249 2005-08-19 [paul]       1.9.13cvs37
8250         
8251         patches by Colin:
8252         * src/compose.c
8253                 fix privacy settings on re-editing
8254                 a sent message
8255         * src/jpilot.c
8256                 fix encoding bug
8257         * src/folder.c
8258         * src/procmsg.c
8259         * src/procmsg.h
8260         * src/summaryview.c
8261                 flag changing optimisation
8262
8263 2005-08-18 [martin]     1.9.13cvs36
8264
8265         * commitHelper
8266             added my login
8267         * src/addrcache.c
8268         * src/addrharvest.c
8269         * src/addrindex.c
8270         * src/compose.c
8271         * src/grouplistdialog.c
8272         * src/main.c
8273         * src/mainwindow.c
8274         * src/msgcache.c
8275         * src/mutt.c
8276         * src/pine.c
8277         * src/prefs_account.c
8278         * src/prefs_themes.c
8279         * src/stock_pixmap.c
8280         * src/summaryview.c
8281         * src/gtk/about.c
8282         * src/gtk/logwindow.c
8283             removed deprecated glib and gdk stuff
8284         * src/plugins/pgpcore/select-keys.c
8285             convert attributes from locale to utf8
8286
8287 2005-08-17 [paul]       1.9.13cvs35
8288
8289         * src/account.c
8290         * src/addressbook.c
8291                 use new GTK_STOCK_ icons if available
8292         * src/summaryview.c
8293         * src/gtk/gtksctree.c
8294         * src/gtk/gtksctree.h
8295                 faster range select. patch by Colin
8296
8297 2005-08-17 [paul]       1.9.13cvs34
8298
8299         patches by colin:
8300         * src/addressbook.c
8301         * src/addressitem.h
8302                 Add an edit button for contacts, fix selections
8303                 of gtksctree items
8304         * src/editaddress.c
8305                 Change labels, let Save be always possible in the
8306                 email and user atributes tabs
8307         * src/folderview.c
8308                 fix sort issues
8309         * src/summaryview.c
8310                 select next item instead of the displayed one
8311                 after deletion
8312
8313         * src/gtk/progressdialog.c
8314                 use prefs_common.enable_rules_hint
8315
8316 2005-08-13 [hoa]        1.9.13cvs33
8317
8318         * src/etpan/imap-thread.c
8319                 fixed build on Solaris.
8320
8321 2005-08-10 [colin]      1.9.13cvs32
8322
8323         * src/procmsg.c
8324                 Fix cvs31 (missing fclose before reading
8325                 the file)
8326
8327 2005-08-10 [colin]      1.9.13cvs31
8328
8329         * src/procmsg.c
8330                 Fix procmsg_msginfo_new_from_mimeinfo() when
8331                 the MimeInfo isn't stored in memory. This fixes
8332                 replying to an attached message.
8333
8334 2005-08-10 [colin]      1.9.13cvs30
8335
8336         * src/mainwindow.c
8337                 Fix slowness in account changing
8338
8339 2005-08-10 [colin]      1.9.13cvs29
8340
8341         * src/folder.c
8342         * src/folderutils.c
8343         * src/folderview.c
8344         * src/imap_gtk.c
8345         * src/mainwindow.c
8346         * src/mh_gtk.c
8347         * src/procmsg.c
8348         * src/summaryview.c
8349                 Optimize folder_has_parent_of_type
8350                 Prevent moving special sub-folders from contextual menus
8351                 Rework message a bit ("Empty all messages" -> "Delete all
8352                 messages")
8353                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8354                 and "Deleted Items" folders)
8355
8356 2005-08-08 [colin]      1.9.13cvs28
8357
8358         * src/summaryview.c
8359         * src/prefs_summaries.c
8360                 Make "Select first unread|new" more flexible
8361                 (just prioritize new or unread)
8362
8363 2005-08-08 [colin]      1.9.13cvs27
8364
8365         * src/summaryview.c
8366                 If "select first new" is selected and there only
8367                 are unread messages, fallback to "select first
8368                 unread".
8369
8370 2005-08-08 [colin]      1.9.13cvs26
8371
8372         * src/folder.c
8373                 Fix shameful bugs (and bug #779)
8374
8375 2005-08-08 [colin]      1.9.13cvs25
8376
8377         * src/folder.c
8378         * src/folder.h
8379                 Cache parents' type to make folder_has_parent_of_type
8380                 faster
8381         * src/folderview.c
8382                 Forbid DnD of special sub-folders
8383         * src/procmsg.c
8384         * src/procmsg.h
8385                 Add MAIL_POSTFILTERING_HOOK
8386         * src/summaryview.c
8387                 Revert over-zealous deletion of the use_addr_book 
8388                 code
8389
8390 2005-08-07 [colin]      1.9.13cvs24
8391
8392         * src/folder.c
8393                 Fix big mistake (passing MsgInfo instead 
8394                 of FolderItem)
8395
8396 2005-08-07 [colin]      1.9.13cvs23
8397
8398         * src/compose.c
8399         * src/folder.c
8400         * src/folder.h
8401         * src/foldersel.c
8402         * src/folderutils.c
8403         * src/folderview.c
8404         * src/imap.c
8405         * src/mainwindow.c
8406         * src/messageview.c
8407         * src/mh.c
8408         * src/msgcache.c
8409         * src/procmime.c
8410         * src/summaryview.c
8411                 Make subfolders of Drafts, Queue, Outbox, Trash
8412                 work like their parents. 
8413                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8414
8415 2005-08-07 [colin]      1.9.13cvs22
8416
8417         * src/addressbook.c
8418                 Fix bug #771 (Dragged contacts not saved)
8419
8420 2005-08-07 [paul]       1.9.13cvs21
8421
8422         * src/summaryview.c
8423                 fix bug 32 'Search Doesn't display results
8424                 if "Hide Read Messages" is chosen'
8425                 be more literal in interpreting 'Hide read
8426                 messages'
8427
8428 2005-08-07 [colin]      1.9.13cvs20
8429
8430         * src/folderview.c
8431                 Add debug
8432         * src/summaryview.c
8433                 Faster 'unthread_for_execution'
8434
8435 2005-08-06 [paul]       1.9.13cvs19
8436
8437         * src/mainwindow.c
8438                 add mnemonics to Set displayed columns
8439                 fix bug where msgview_visible option was
8440                 overwritten as TRUE on startup
8441
8442 2005-08-06 [paul]       1.9.13cvs18
8443
8444         * src/mainwindow.c
8445                 refer to 'displayed columns in folder/message
8446                 list' not 'displayed items in summary/message view'
8447         * src/prefs_display_header.c
8448                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8449                 be consistent with similar dialogues
8450         * src/prefs_folder_column.c
8451         * src/prefs_summary_column.c
8452                 'columns' not 'items', and folder and message lists,
8453                 instead of folder and summary views;
8454                 Use 'Hidden columns' as list heading not 'Available
8455                 items';
8456                 move the 'Remove' button to the right hand side;
8457                 top-align the buttons;
8458                 remove unneeded vbox
8459         * src/prefs_summaries.c
8460                 put the 2 column prefs buttons in a frame to reduce
8461                 overall width; refer to columns not items &c.
8462
8463 2005-08-05 [colin]      1.9.13cvs17
8464
8465         * src/prefs_common.c
8466         * src/prefs_common.h
8467         * src/mainwindow.c
8468         * src/compose.c
8469         * src/messageview.c
8470                 Add an hidden toolbar_detachable pref, so
8471                 that I can get rid of these painful handles
8472                 in the toolbars. Defaults to TRUE to avoid
8473                 changing the GUI on unsuspecting people...
8474
8475 2005-08-05 [colin]      1.9.13cvs16
8476
8477         * src/Makefile.am
8478         * src/prefs_folder_column.c
8479         * src/prefs_folder_column.h
8480                 Add prefs for folder columns
8481         * src/folderview.c
8482         * src/folderview.h
8483         * src/mainwindow.c
8484         * src/mainwindow.h
8485         * src/prefs_common.c
8486         * src/prefs_common.h
8487         * src/prefs_summaries.c
8488                 Use them
8489         * src/prefs_summary_column.c
8490         * src/summaryview.c
8491         * src/summaryview.h
8492                 Add a To column
8493         * src/textview.c
8494         * src/common/utils.c
8495         * src/common/utils.h
8496                 Move uri colourisation functions
8497                 to utils
8498         * src/compose.c
8499                 Colourise URIs
8500         * src/imap.c
8501                 Fix bug with LIST where we'd try
8502                 to get Folder//////[...]/// 
8503
8504 2005-08-05 [paul]       1.9.13cvs15
8505
8506         * src/prefs_summaries.c
8507                 improve the English usage
8508         * src/summaryview.c
8509                 set font on column change
8510                 thanks to Colin
8511
8512 2005-08-05 [paul]       1.9.13cvs14
8513
8514         * src/prefs_common.c
8515         * src/prefs_common.h
8516         * src/prefs_summaries.c
8517         * src/summaryview.c
8518                 replace 'open_unread_on_enter' option with
8519                 'select_on_entry' option. opening/not opening
8520                 is now exclusively controlled by 'always_show_msg'
8521
8522 2005-08-04 [colin]      1.9.13cvs13
8523
8524         * src/compose.c
8525                 Remove dead code
8526                 Add colourisation of quotes and signatures
8527         * src/folderview.c
8528                 Fix possible crashes
8529         * src/messageview.c
8530                 Change an assert that is no problem
8531         * src/news.c
8532         * src/news_gtk.c
8533         * src/news_gtk.h
8534                 Fix offline mode
8535         * src/gtk/quicksearch.c
8536                 Fix a possible crash
8537
8538 2005-08-03 [colin]      1.9.13cvs12
8539
8540         * src/prefs_account.c
8541                 Fix bug #777 (Sylpheed crash in account configuration)
8542
8543 2005-08-03 [colin]      1.9.13cvs11
8544
8545         * src/addressbook.c
8546         * src/editaddress.c
8547         * src/editgroup.c
8548                 Fixing addressbook, round 2
8549         * src/textview.c
8550                 Fix emphasis color on rechecking 'Colorize messages'
8551
8552 2005-08-03 [paul]       1.9.13cvs10
8553
8554         sync with main
8555
8556         * src/addr_compl.c
8557         * src/compose.c
8558         * src/main.c
8559         * src/pop.c
8560         * src/prefs_account.c
8561         * src/procmime.c
8562         * src/procmsg.c
8563         * src/quote_fmt_parse.y
8564         * src/textview.c
8565         * src/common/quoted-printable.c
8566         * src/common/utils.c
8567         * src/common/utils.h
8568         * src/common/xml.c
8569                 replaced incorrect locale-independent
8570                 ctype functions with GLib's. Corrected
8571                 signedness mismatch.
8572         * src/headerview.c
8573                 headerview_create(): added spacing for vbox.
8574         * src/gtk/about.c
8575                 set focus to the OK button.
8576
8577 2005-08-03 [colin]      1.9.13cvs9
8578
8579         * src/folderview.c
8580                 Fix possible crash
8581
8582 2005-08-02 [colin]      1.9.13cvs8
8583
8584         * src/mainwindow.c
8585                 Fix cast
8586         * src/addressbook.c
8587         * src/addressitem.h
8588                 Fix a cast and more generally, try to make the
8589                 GUI more intuitive and consistent (round 1)
8590
8591 2005-08-02 [paul]       1.9.13cvs7
8592
8593         * src/folder.h
8594                 missing in 1.9.13cvs6
8595
8596 2005-08-02 [colin]      1.9.13cvs6
8597
8598         * src/folder.c
8599                 Fix one more leak
8600
8601 2005-08-02 [colin]      1.9.13cvs5
8602
8603         * src/folder.c
8604         * src/folderview.c
8605         * src/imap.c
8606         * src/main.c
8607         * src/mbox.c
8608         * src/procmsg.c
8609         * src/summaryview.c
8610                 Fix a number of folder_item_get_msg_list()-related
8611                 leaks (missing procmsg_msginfo_free()s)
8612
8613 2005-08-01 [colin]      1.9.13cvs4
8614
8615         * src/folderview.c
8616         * src/folderview.h
8617         * src/mainwindow.c
8618         * src/prefs_fonts.c
8619         * src/prefs_summaries.c
8620         * src/prefs_themes.c
8621         * src/summaryview.c
8622         * src/summaryview.h
8623         * src/textview.c
8624         * src/textview.h
8625                 Fix instant-apply of summary and folderview-related prefs
8626                 Fix erroneous g_free and alertpanels in prefs_theme
8627                 Add instant-apply for fonts
8628                 Defer applying of prefs a little bit so it's done only
8629                 once even if requested by multiples prefs pages
8630
8631 2005-08-01 [paul]       1.9.13cvs3
8632
8633         * src/main.c
8634                 fix bug 776 'S.C. crashes on close'
8635                 thanks to Colin
8636         * src/etpan/etpan-thread-manager-types.h
8637                 add missing include
8638                 thanks to Hoa
8639
8640 2005-07-25 [paul]       1.9.13cvs2
8641
8642         * src/summaryview.c
8643                 fix typos. spotted by Fabien Vantard
8644
8645 2005-07-24 [paul]       1.9.13cvs1
8646
8647         * doc/man/sylpheed.1
8648                 update man page, incorporating fix of
8649                 bug 769 'Typo in manpage'
8650         * src/etpan/imap-thread.c
8651                 fix NetBSD openssl dependencies. patch by
8652                 George Michaelson <ggm@apnic.net>
8653         * po/pt_BR.po
8654                 updated by Frederico Goncalves Guimaraes
8655
8656 2005-07-22 [paul]       1.9.13
8657
8658         1.9.13 release
8659
8660 2005-07-22 [paul]       1.9.12cvs91
8661
8662         * AUTHORS
8663         * INSTALL
8664         * README.claws
8665         * RELEASE_NOTES.claws
8666                 updated for release
8667         * configure.ac
8668         * po/nb.po
8669         * tools/claws.i18n.status.pl
8670                 add Norwegian translation. submiited by
8671                 Geir Helland <pjallabais@users.sourceforge.net>
8672         * po/ca.po
8673         * po/de.po
8674         * po/es.po
8675         * po/fi.po
8676         * po/fr.po
8677         * po/it.po
8678         * po/sk.po
8679         * po/sr.po
8680         * po/zh_CN.po
8681                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8682                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8683                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8684                 Yang Guilong
8685         * src/plugins/clamav/clamav_plugin_gtk.c
8686         * src/plugins/spamassassin/spamassassin_gtk.c
8687                 replace outdated description strings
8688
8689 2005-07-21 [colin]      1.9.12cvs90
8690
8691         * src/folder.c
8692                 Set folder to batch mode when scanning it. Makes deletion
8693                 of unread mails on IMAP much faster (due to the UNREAD 
8694                 flag unsetting)
8695
8696 2005-07-21 [darko]      1.9.12cvs89
8697
8698         * configure.ac
8699                 link against libresolv if necessary (patch by Paul)
8700         * src/msgcache.c
8701                 use glib's portable macros to determine endianness
8702
8703 2005-07-21 [paul]       1.9.12cvs88
8704
8705         * src/crash.c
8706         * src/gtk/about.c
8707                 update compiled-in features list
8708
8709 2005-07-20 [colin]      1.9.12cvs87
8710
8711         * src/folder.c
8712         * src/textview.c
8713                 Gcc 2.9x compilation fixes, thanks to Darko
8714         * src/plugins/clamav/clamav_plugin.c
8715                 Little optimisation: load virus database only once
8716         * src/plugins/spamassassin/spamassassin.c
8717                 Big optimisation: filtering one mail took at least 1 second,
8718                 now it takes at least 50ms. Doesn't speed up spamassassin 
8719                 itself, but should already be much more tolerable.
8720
8721 2005-07-20 [colin]      1.9.12cvs86
8722
8723         * src/summaryview.c
8724                 Fix performance issue
8725
8726 2005-07-19 [colin]      1.9.12cvs85
8727
8728         * src/plugins/pgpinline/plugin.c
8729                 Fix warning
8730
8731 2005-07-19 [colin]      1.9.12cvs84
8732
8733         * configure.ac
8734         * src/plugins/Makefile.am
8735         * src/plugins/pgpinline/.cvsignore
8736         * src/plugins/pgpinline/Makefile.am
8737         * src/plugins/pgpinline/pgpinline.c
8738         * src/plugins/pgpinline/pgpinline.deps
8739         * src/plugins/pgpinline/pgpinline.h
8740         * src/plugins/pgpinline/plugin.c
8741                 Put pgpinline in the main tree
8742
8743 2005-07-19 [paul]       1.9.12cvs83
8744
8745         * src/prefs_actions.c
8746                 prevent '//' in menu names, which cause a crash
8747                 thanks to Colin
8748
8749 2005-07-19 [paul]       1.9.12cvs82
8750
8751         * configure.ac
8752                 be generally more informative in configure output.
8753                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8754                 '[ --disable-openssl ...', as --enable-openssl is default
8755                 PGP/MIME: don't check for GPGME again, check for
8756                 pgpcore instead. Therefore prevent the possibility of
8757                 attempting to build pgpmime if pgpcore dependencies are
8758                 not met
8759                 ClamAV: use pkgconfig to check for lib
8760                 libgnomeprint: revert logic on inner test to match
8761                 everything else
8762         * src/plugins/pgpcore/sgpgme.c
8763                 add missing include
8764
8765 2005-07-19 [colin]      1.9.12cvs81
8766
8767         * src/summaryview.c
8768                 Fix slow thread rebuilding in particular
8769                 cases
8770
8771 2005-07-19 [paul]       1.9.12cvs80
8772
8773         * sylpheed-claws.desktop
8774                 fix typo, spotted by Stephan Sachse
8775         * src/account.c
8776                 replace GTK_STOCK_ADD with
8777                 GTK_STOCK_NEW button
8778
8779 2005-07-18 [colin]      1.9.12cvs79
8780
8781         * src/etpan/imap-thread.c
8782                 Fix return value (Thanks Hoa)
8783
8784 2005-07-18 [colin]      1.9.12cvs78
8785
8786         * src/imap.c
8787                 Allow empty passwords
8788                 Create drafts/queue/outbox if necessary
8789         * src/summaryview.c
8790                 Remove old code
8791         * src/etpan/imap-thread.c
8792                 Fix STARTTLS (Thanks to Hoa)
8793
8794 2005-07-18 [paul]       1.9.12cvs77
8795
8796         * ChangeLog-gtk2.jp
8797         * ChangeLog.jp
8798                 removed
8799         * Makefile.am
8800                 updated to reflect additions and removals
8801         * TODO
8802                 updated to be claws-specific
8803         * TODO-gtk2
8804         * TODO-gtk2.jp
8805         * TODO.jp
8806         * sylpheed-128x128.png
8807         * sylpheed-64x64.png
8808                 removed
8809         * sylpheed-claws-128x128.png
8810         * sylpheed-claws-64x64.png
8811         * sylpheed-claws.desktop
8812         * sylpheed-claws.png
8813                 added
8814         * sylpheed.desktop
8815         * sylpheed.png
8816                 removed
8817
8818 2005-07-17 [paul]       1.9.12cvs76
8819
8820         * src/account.c
8821         * src/addressbook.c
8822         * src/alertpanel.c
8823         * src/alertpanel.h
8824         * src/compose.c
8825         * src/exphtmldlg.c
8826         * src/expldifdlg.c
8827         * src/folderview.c
8828         * src/imap_gtk.c
8829         * src/inc.c
8830         * src/message_search.c
8831         * src/messageview.c
8832         * src/mh_gtk.c
8833         * src/news_gtk.c
8834         * src/prefs_actions.c
8835         * src/prefs_filtering.c
8836         * src/prefs_matcher.c
8837         * src/prefs_template.c
8838         * src/prefs_themes.c
8839         * src/ssl_manager.c
8840         * src/summary_search.c
8841         * src/textview.c
8842         * src/toolbar.c
8843         * src/gtk/sslcertwindow.c
8844         * src/plugins/pgpcore/sgpgme.c
8845                 rework alertpanels
8846
8847 2005-07-17 [colin]      1.9.12cvs75
8848
8849         * src/privacy.c
8850                 add a PrivacySystem accessor that checks that
8851                 the system cached in a MimeInfo's privacydata
8852                 is still registered. Use this accessor instead
8853                 of directly using data->system. Fixes crashes
8854                 after unloading pgp plugins.
8855
8856 2005-07-17 [colin]      1.9.12cvs74
8857
8858         * src/alertpanel.c
8859                 Change geometry hints to a simple default size.
8860                 Fixes the certs dialogs.
8861
8862 2005-07-17 [colin]      1.9.12cvs73
8863
8864         * src/gtk/sslcertwindow.c
8865                 Use a gtkExpander
8866
8867 2005-07-17 [colin]      1.9.12cvs72
8868
8869         * src/plugins/pgpcore/Makefile.am
8870         * src/plugins/pgpmime/Makefile.am
8871                 Add gpgme libs
8872
8873 2005-07-17 [paul]       1.9.12cvs71
8874
8875         * configure.ac
8876                 add --disable-gnomeprint option
8877                 modified version of patch by Marius Mauch
8878
8879 2005-07-17 [paul]       1.9.12cvs70
8880
8881         * src/common/defs.h
8882                 update urls
8883         * src/account.c
8884         * src/action.c
8885         * src/addressbook.c
8886         * src/compose.c
8887         * src/foldersel.c
8888         * src/folderview.c
8889         * src/html.c
8890         * src/imap_gtk.c
8891         * src/main.c
8892         * src/mainwindow.c
8893         * src/messageview.c
8894         * src/mh_gtk.c
8895         * src/mimeview.c
8896         * src/news_gtk.c
8897         * src/prefs_account.c
8898         * src/prefs_send.c
8899         * src/prefs_summaries.c
8900         * src/procmsg.c
8901         * src/summaryview.c
8902         * src/common/utils.c
8903         * src/common/xml.c
8904         * src/plugins/pgpcore/passphrase.c
8905         * src/plugins/pgpcore/select-keys.c
8906                 replace inappropriately used backticks
8907                 with single quotes
8908
8909 2005-07-16 [colin]      1.9.12cvs69
8910
8911         * src/image_viewer.c
8912                 Add extra paranoid checks
8913
8914 2005-07-16 [colin]      1.9.12cvs68
8915
8916         * src/plugins/pgpcore/prefs_gpg.c
8917                 Don't auto-check sigs by default, as it
8918                 can be really slow.
8919
8920 2005-07-16 [colin]      1.9.12cvs67
8921
8922         * src/plugins/pgpcore/sgpgme.c
8923                 Make messages a bit better.
8924
8925 2005-07-16 [colin]      1.9.12cvs66
8926
8927         * src/imap.c
8928                 Remove pseudo-log
8929         * src/etpan/imap-thread.c
8930                 Add real log
8931
8932 2005-07-16 [colin]      1.9.12cvs65
8933
8934         * src/main.c
8935         * src/prefs_other.c
8936                 And now, fix build with libetpan :-/
8937
8938 2005-07-15 [colin]      1.9.12cvs64
8939
8940         * src/prefs_other.c
8941                 Continue fixing build without libetpan.
8942
8943 2005-07-15 [colin]      1.9.12cvs63
8944
8945         * src/main.c
8946                 Fix build with --disable-libetpan
8947
8948 2005-07-15 [colin]      1.9.12cvs62
8949
8950         * configure.ac
8951                 Bump libetpan's version
8952
8953 2005-07-15 [colin]      1.9.12cvs61
8954
8955         * src/etpan/imap-thread.c
8956                 Actually stop logging :)
8957
8958 2005-07-15 [colin]      1.9.12cvs60
8959
8960         * src/addressbook.c
8961                 Fix dnd of multiple addresses.
8962
8963 2005-07-15 [hoa]        1.9.12cvs59
8964
8965         * src/etpan/imap-thread.c
8966             disable login of IMAP password in libetpan log file.
8967
8968 2005-07-15 [paul]       1.9.12cvs58
8969
8970         * src/account.c
8971                 don't automatically sort
8972                 do allow drag n drop
8973
8974 2005-07-15 [paul]       1.9.12cvs57
8975
8976         * src/account.c
8977         * src/ssl_manager.c
8978                 alphabetical listing
8979
8980 2005-07-15 [paul]       1.9.12cvs56
8981
8982         * src/gtk/pluginwindow.c
8983                 sort plugin list alphabetically
8984
8985 2005-07-15 [paul]       1.9.12cvs55
8986
8987         * src/prefs_spelling.c
8988         * src/prefs_wrapping.c
8989                 unify English usage
8990
8991 2005-07-15 [colin]      1.9.12cvs54
8992
8993         * src/wizard.c
8994                 Typo fix
8995
8996 2005-07-15 [paul]       1.9.12cvs53
8997
8998         * src/prefs_message.c
8999                 make 'show cursor' a hidden option
9000
9001 2005-07-14 [colin]      1.9.12cvs52
9002
9003         * src/plugins/spamassassin/Makefile.am
9004         * src/plugins/clamav/Makefile.am
9005                 Fix double EXTRA_DISTs
9006
9007 2005-07-14 [colin]      1.9.12cvs51
9008
9009         * src/plugins/clamav/Makefile.am
9010         * src/plugins/clamav/clamav_plugin_gtk.deps
9011         * src/plugins/spamassassin/Makefile.am
9012         * src/plugins/spamassassin/spamassassin_gtk.deps
9013                 Make $plugin_gtk depend on $plugin
9014
9015 2005-07-14 [hoa]        1.9.12cvs50
9016
9017         * src/etpan/imap-thread.c
9018                 enable debug log of libetpan when running with --debug
9019
9020 2005-07-14 [colin]      1.9.12cvs49
9021
9022         * configure.ac
9023         * src/common/Makefile.am
9024         * src/common/plugin.c
9025         * src/common/plugin.h
9026                 Add a little plugin dependancy system.
9027                 Plugins can ship a $plugin_name.deps file
9028                 (near them in PLUGINDIR) so that their
9029                 dependancies are loaded if possible.
9030         * src/plugins/Makefile.am
9031         * src/plugins/pgpcore/Makefile.am
9032         * src/plugins/pgpcore/passphrase.c
9033         * src/plugins/pgpcore/passphrase.h
9034         * src/plugins/pgpcore/plugin.c
9035         * src/plugins/pgpcore/prefs_gpg.c
9036         * src/plugins/pgpcore/prefs_gpg.h
9037         * src/plugins/pgpcore/select-keys.c
9038         * src/plugins/pgpcore/select-keys.h
9039         * src/plugins/pgpcore/sgpgme.c
9040         * src/plugins/pgpcore/sgpgme.h
9041                 Introduce pgpcore, used by pgpmime and
9042                 pgpinline
9043         * src/plugins/pgpmime/Makefile.am
9044         * src/plugins/pgpmime/passphrase.c
9045         * src/plugins/pgpmime/passphrase.h
9046         * src/plugins/pgpmime/pgpmime.c
9047         * src/plugins/pgpmime/pgpmime.deps
9048         * src/plugins/pgpmime/plugin.c
9049         * src/plugins/pgpmime/prefs_gpg.c
9050         * src/plugins/pgpmime/prefs_gpg.h
9051         * src/plugins/pgpmime/select-keys.c
9052         * src/plugins/pgpmime/select-keys.h
9053         * src/plugins/pgpmime/sgpgme.c
9054         * src/plugins/pgpmime/sgpgme.h
9055                 Remove the core from pgpmime and add the
9056                 dependancy to pgpcore.
9057
9058 2005-07-14 [paul]       1.9.12cvs48
9059
9060         * src/stock_pixmap.c
9061                 forgot this in last commit
9062
9063 2005-07-14 [paul]       1.9.12cvs47
9064
9065         * src/account.c
9066         * src/addressbook.c
9067                 add accelerators for the buttons (sync with main)
9068         * src/compose.c
9069         * src/compose.h
9070                 add accelerators for the buttons.
9071                 fix editing with external editor.
9072                 replace gdk_input_*() with GIOChannel;
9073                 (sync with main)
9074         * src/foldersel.c
9075                 display folder names with new/unread
9076                 representation (sync with main)
9077         * src/main.c
9078                 specify default window icon (sync with main)
9079         * src/prefs_common.c
9080                 use_addr_book default to FALSE
9081         * src/summaryview.c
9082         * src/textview.c
9083                 add accelerators for the buttons (sync with main)
9084         * src/gtk/menu.c
9085                 fix typos
9086         * src/pixmaps/sylpheed_icon.xpm
9087                 updated
9088
9089 2005-07-13 [paul]       1.9.12cvs46
9090
9091         * src/plugins/pgpmime/pgpmime.c
9092         * src/plugins/pgpmime/sgpgme.c
9093                 (temporarily) use deprecated gpgme_data_rewind()
9094                 while largefile support is not present
9095                 (as suggested by Colin)
9096
9097 2005-07-13 [paul]       1.9.12cvs45
9098
9099         * configure.ac
9100                 remove large file support (for now):
9101                 it breaks too many things
9102
9103 2005-07-13 [paul]       1.9.12cvs44
9104
9105         * configure.ac
9106                 add large file support
9107         * src/html.c
9108                 fix bug #763 where href attribute was not
9109                 the very first attribute of a link
9110                 patch by Thomas Gilgin
9111
9112 2005-07-13 [colin]      1.9.12cvs43
9113
9114         * src/gtk/pluginwindow.c
9115                 Little portability fix
9116
9117 2005-07-13 [colin]      1.9.12cvs42
9118
9119         * src/plugins/pgpmime/sgpgme.c
9120                 Fix crasher.
9121
9122 2005-07-13 [colin]      1.9.12cvs41
9123
9124         * src/plugins/pgpmime/pgpmime.c
9125         * src/plugins/pgpmime/sgpgme.c
9126                 Use gpgme_data_release_and_get_mem instead
9127                 of gpgme_data_read.
9128
9129 2005-07-13 [colin]      1.9.12cvs40
9130
9131         * configure.ac
9132         * src/plugins/pgpmime/passphrase.c
9133         * src/plugins/pgpmime/passphrase.h
9134         * src/plugins/pgpmime/pgpmime.c
9135         * src/plugins/pgpmime/plugin.c
9136         * src/plugins/pgpmime/select-keys.c
9137         * src/plugins/pgpmime/select-keys.h
9138         * src/plugins/pgpmime/sgpgme.c
9139         * src/plugins/pgpmime/sgpgme.h
9140                 Port pgpmime to gpgme-1.0.
9141
9142 2005-07-12 [paul]       1.9.12cvs39
9143
9144         * AUTHORS
9145         * src/toolbar.c
9146         * src/toolbar.h
9147                 add a 'Go to Prev' button to the toolbar.
9148                 correct tooltip text of go to buttons.
9149                 based on patch by Yang Guilong <bamanzi@gmail.com>
9150
9151 2005-07-12 [colin]      1.9.12cvs38
9152
9153         * src/statusbar.c
9154                 Fix progress bar showing stuff at startup.
9155
9156 2005-07-12 [paul]       1.9.12cvs37
9157
9158         * src/editjpilot.c
9159                 fix building with jpilot support
9160
9161 2005-07-11 [colin]      1.9.12cvs36
9162
9163         * src/inc.c
9164                 Add visual indication that filtering is running
9165         * src/textview.c
9166                 Make {}[] uri delimiters
9167         * src/summaryview.c
9168                 Remove useless (and slow) calls
9169
9170 2005-07-11 [paul]       1.9.12cvs35
9171
9172         * src/plugins/clamav/clamav_plugin_gtk.c
9173         * src/plugins/dillo_viewer/dillo_prefs.c
9174         * src/plugins/pgpmime/prefs_gpg.c
9175         * src/plugins/spamassassin/spamassassin_gtk.c
9176                 gather plugins prefs together under their
9177                 own 'Plugins' heading
9178
9179 2005-07-11 [paul]       1.9.12cvs34
9180
9181         sync with main
9182
9183         * src/account.c
9184                 account_delete(): modified alert dialog
9185         * src/editjpilot.c
9186         * src/editvcard.c
9187                 fixed a crash when cancelling file selection
9188                 dialog by Escape key. Made non-ascii filename
9189                 selectable.
9190         * src/prefs_template.c
9191                 prefs_template_window_create(): make scrolled
9192                 window policy AUTOMATIC
9193
9194 2005-07-10 [hoa]        1.9.12cvs33
9195
9196         * src/etpan/imap-thread.c
9197                 workaround for old Courier IMAP servers.
9198
9199 2005-07-10 [colin]      1.9.12cvs32
9200
9201         * src/folder.c
9202         * src/statusbar.c
9203         * src/statusbar.h
9204                 Add visual progress indicator on filtering/processing
9205                 Factorize the progress bar code
9206         * src/imap.c
9207         * src/imap.h
9208         * src/etpan/imap-thread.c
9209                 Add a reference counter to avoid destroying the Folder
9210                 while it's in use by another callback.
9211
9212 2005-07-09 [hoa]        1.9.12cvs31
9213
9214         * src/imap.c
9215         * src/etpan/imap-thread.c
9216                 fixed deadlock when removing IMAP account.
9217
9218 2005-07-08 [colin]      1.9.12cvs30
9219
9220         * src/textview.c
9221         * src/unmime.c
9222                 Fix again problems decoding broken headers
9223         * src/gtk/inputdialog.c
9224                 Fix local variable shadowing a global one
9225
9226 2005-07-08 [colin]      1.9.12cvs29
9227
9228         * src/msgcache.c
9229                 Make the cache/mark files platform-agnostic by writing
9230                 them in little-endian format. Reading them is also done
9231                 in little-endian format, of course; however, in order
9232                 to avoid trashing mark data on big-endian machines, the
9233                 files are, at first, read from the native format if the
9234                 little-endian one doesn't exist. This is easy to deter-
9235                 mine by trying to open a file with a swapped data_ver
9236                 and seeing if it's the wanted version.
9237                 Little-endian using users should see absolutely no
9238                 difference, Big-endian users may get a very little
9239                 performance drop due to byte-swapping.
9240                 Tested on i386 and ppc32. 
9241                 Fixes bug #159 (The index file, in the mailboxes, is 
9242                 hardware depending).
9243
9244                 To have the cache/mark files updated to the new little-
9245                 endian format, "Check for new messages" or even
9246                 "Rebuild folder tree" aren't enough. Files will be
9247                 updated as soon as a folder has been opened/closed.
9248                 To update everything, just select all folders by
9249                 selecting them one by one.
9250
9251 2005-07-07 [colin]      1.9.12cvs28
9252
9253         * src/imap.c
9254                 Remember the folder separator per IMAPFolder
9255                 instead of globally.
9256                 Revive the Session on noop; fixes bug #761
9257                 (mark a bunch of unread messages as read takes 
9258                 forever)
9259
9260 2005-07-07 [darko]      1.9.12cvs27
9261
9262         * src/common/template.c
9263                 Sort templates alphabetically
9264
9265 2005-07-06 [colin]      1.9.12cvs26
9266
9267         * src/imap.c
9268                 Try to use the correct separator in
9269                 most cases. Possibly fixes bug #759
9270                 (only creates the INBOX folder when 
9271                 setting up new IMAP account) and 
9272                 bug #760 (Can't retrieve messages)
9273
9274 2005-07-06 [colin]      1.9.12cvs25
9275
9276         * src/imap.c
9277                 Use real_path in status command. This will
9278                 help later, when namespaces will be used.
9279
9280 2005-07-06 [colin]      1.9.12cvs24
9281
9282         * configure.ac
9283         * src/account.c
9284         * src/folder.c
9285         * src/imap.c
9286         * src/etpan/etpan-log.c
9287         * src/etpan/etpan-thread-manager.c
9288         * src/etpan/imap-thread.c
9289                 Add a --disable-libetpan parameter. With this,
9290                 users that don't want IMAP4 support can avoid
9291                 the new dependancy (and have no IMAP support).
9292                 Users that have IMAP4 accounts and use this
9293                 parameter won't lose their configuration, their
9294                 IMAP accounts will just be invisible and not
9295                 used.
9296         * src/textview.c
9297                 Make the "Copy ..." contextual menu items 
9298                 copy to both the X clipboard and the gtk 
9299                 clipboard - as most other apps do.
9300         * src/gtk/about.c
9301                 Add a notice about OpenSSL usage, in order to
9302                 comply with OpenSSL's license (point 6):
9303                 http://www.openssl.org/source/license.html
9304
9305 2005-07-06 [colin]      1.9.12cvs23
9306
9307         * src/alertpanel.c
9308                 Fix a minimum size for alertpanels
9309         * src/compose.c
9310                 Show 'No space left on device' type errors
9311                 when queuing/sending
9312         * src/imap_gtk.c
9313         * src/mh_gtk.c
9314                 Rework folder's deletion message (remove 
9315                 extra \n)
9316
9317 2005-07-05 [colin]      1.9.12cvs22
9318
9319         * src/imap.c
9320                 Add an alertpanel on auth error
9321                 Add pseudo-log
9322                 Remove pthread-related stuff
9323
9324 2005-07-05 [colin]      1.9.12cvs21
9325
9326         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9327                 Fix crash on plugin reloading (with a hack)
9328
9329 2005-07-05 [colin]      1.9.12cvs20
9330
9331         * src/prefs_account.c
9332         * src/prefs_account.h
9333                 Fix typo
9334         * src/gtk/filesel.c
9335         * src/gtk/filesel.h
9336                 Add a way to filter the view
9337         * src/gtk/pluginwindow.c
9338                 Filter loadable stuff
9339         * src/plugins/pgpmime/prefs_gpg.c
9340                 Fix missing unregistration
9341         * .cvsignore
9342         * src/etpan/.cvsignore
9343         * src/plugins/spamassassin/.cvsignore
9344                 Add more stuff to cvs ignored files
9345
9346 2005-07-04 [colin]      1.9.12cvs19
9347
9348         * src/imap.c
9349                 Fix scan_required returning FALSE when it
9350                 shouldn't. Maybe fix #760 (Can't retrieve
9351                 messages)
9352
9353 2005-07-04 [colin]      1.9.12cvs18
9354
9355         * src/summaryview.c
9356                 Fix always_show_msg pref
9357
9358 2005-07-04 [paul]       1.9.12cvs17
9359
9360         sync with main (forgotten in last commit)
9361         
9362         * src/common/utils.c
9363         * src/common/utils.h
9364                 check_line_length(): new.
9365                 is_dir_exist()
9366                 is_file_entry_exist()
9367                 dirent_is_regular_file()
9368                 dirent_is_directory(): use g_file_test() instead of stat().
9369
9370 2005-07-04 [paul]       1.9.12cvs16
9371
9372         sync with main:
9373
9374         * src/compose.c
9375                 compose_write_to_file(): check for line
9376                 length limit and display warning if exceeds
9377         * src/jpilot.c
9378                 use get_home_dir() instead of g_get_home_dir()
9379         * src/procheader.c
9380                 removed warning about invalid date
9381         * src/vcard.c
9382                 use get_home_dir() instead of g_get_home_dir()
9383
9384 2005-07-04 [paul]       1.9.12cvs15
9385
9386         * src/stock_pixmap.c
9387                 fix new pixmap naming errors
9388                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9389
9390 2005-07-04 [colin]      1.9.12cvs14
9391
9392         * src/imap.c
9393                 Fix debugging string with a warning
9394
9395 2005-07-04 [colin]      1.9.12cvs13
9396
9397         * configure.ac
9398                 Add a check for libetpan's version (>= 0.37)
9399
9400 2005-07-04 [hoa]        1.9.12cvs12
9401
9402         * commitHelper
9403         * src/imap.c
9404         * src/etpan/imap-thread.c
9405         * src/etpan/imap-thread.h
9406                 fixed IMAP implementation of check of mails.
9407
9408 2005-07-03 [hoa]        1.9.12cvs11
9409
9410         * src/etpan/Makefile.am
9411         * src/etpan/etpan-errors.h
9412         * src/etpan/etpan-log.[ch]
9413         * src/etpan/etpan-thread-manager-types.h
9414         * src/etpan/etpan-thread-manager.[ch]
9415         * src/etpan/imap-thread.[ch]
9416         * src/Makefile.am
9417         * src/imap.c
9418         * src/main.c
9419         * src/prefs_other.c
9420         * configure.ac
9421             merged imap branch.
9422             dependency on libetpan 0.37 is now added.
9423
9424 2005-07-01 [colin]      1.9.12cvs10
9425
9426         * src/Makefile.am
9427         * src/folder.c
9428         * src/folder.h
9429         * src/folderview.c
9430         * src/stock_pixmap.c
9431         * src/stock_pixmap.h
9432         * src/plugins/trayicon/trayicon.c
9433                 Add marked symbol on folders containing
9434                 marked messages
9435         * src/procmsg.c
9436         * src/procmsg.h
9437         * src/toolbar.c
9438         * src/prefs_common.c
9439         * src/prefs_common.h
9440         * src/prefs_send.c
9441                 Add an optional confirmation dialog on queue
9442                 sending. Patch by wwp.
9443         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9444         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9445         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9446         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9447         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9448         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9449         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9450         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9451         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9452         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9453         * src/pixmaps/trash_mark.xpm            ** ADDED **
9454                 New pixmaps
9455
9456 2005-07-01 [colin]      1.9.12cvs9
9457
9458         * src/summaryview.c
9459                 Fix a little threading bug
9460         * src/addrgather.c
9461         * src/mainwindow.c
9462                 A little bit of HIG normality never hurts
9463
9464 2005-07-01 [colin]      1.9.12cvs8
9465
9466         * src/compose.c
9467         * src/msgcache.c
9468         * src/pop.c
9469         * src/procmime.c
9470         * src/recv.c
9471         * src/common/log.c
9472         * src/common/template.c
9473         * src/common/utils.c
9474         * src/common/utils.h
9475                 Reverted the fwrite_atomic stuff. In fact
9476                 it is already atomic.
9477
9478 2005-06-30 [colin]      1.9.12cvs7
9479
9480         * src/common/utils.c
9481         * src/common/utils.h
9482                 Add an fwrite_atomic() function to make
9483                 sure we write everything: fwrite can make
9484                 short writes.
9485         * src/compose.c
9486         * src/msgcache.c
9487         * src/pop.c
9488         * src/procmime.c
9489         * src/recv.c
9490         * src/common/log.c
9491         * src/common/template.c
9492                 Use that (and fix swapping of size and nmemb).
9493                 Thanks to Rich Coe for the heads up.
9494
9495 2005-06-30 [colin]      1.9.12cvs6
9496
9497         * src/addressbook.c
9498                 Optimize addressbook opening 
9499
9500 2005-06-30 [colin]      1.9.12cvs5
9501
9502         * src/summaryview.c
9503                 Remove calls to summary_step after move/copy
9504
9505 2005-06-28 [paul]       1.9.12cvs4
9506
9507         * src/alertpanel.c
9508                 wrap and make the error msg selectable
9509
9510 2005-06-28 [paul]       1.9.12cvs3
9511
9512         * src/ssl_manager.c
9513                 replace the OK button with a Close button
9514         * src/gtk/foldersort.c
9515                 use GTK_STOCK_ icons/buttons
9516
9517 2005-06-28 [colin]      1.9.12cvs2
9518
9519         * src/gedit-print.c             ** ADDED **
9520         * src/gedit-print.h             ** ADDED **
9521         * src/gtk/gtksourceprintjob.c   ** ADDED **
9522         * src/gtk/gtksourceprintjob.h   ** ADDED **
9523                 I can't believe no one had enough time to tell
9524                 me I forgot the `cvs add`
9525
9526 2005-06-27 [colin]      1.9.12cvs1
9527
9528         * src/Makefile.am
9529         * src/gtk/Makefile.am
9530         * src/messageview.c
9531         * src/procmsg.c
9532         * src/summaryview.c
9533         * configure.ac
9534                 Add optional libgnomeprint-based printing
9535         * src/mainwindow.c
9536         * src/gtk/quicksearch.c
9537                 Add an Edit/Quick search menu item to show
9538                 and focus the quicksearch
9539
9540 2005-06-27 [paul]       1.9.12
9541
9542         1.9.12 release
9543
9544         * po/ca.po
9545         * po/de.po
9546         * po/es.po
9547         * po/fr.po
9548         * po/it.po
9549         * po/ko.po
9550         * po/pt_BR.po
9551         * po/sk.po
9552         * po/zh_CN.po
9553                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9554                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9555                 SungHyun Nam, Frederico Goncalves Guimaraes,
9556                 Andrej Kacian, and Yang Guilong
9557 2005-06-26 [colin]      1.9.11cvs106
9558
9559         * src/imap_gtk.c
9560                 Forgot one file for previous fix
9561
9562 2005-06-26 [colin]      1.9.11cvs105
9563
9564         * src/folder.c
9565         * src/imap.c
9566                 Fix problems with folder operations in no_select
9567                 imap folders. it applies only to mails, and 
9568                 creation/deletion/move/renaming of folders 
9569                 should be possible
9570
9571 2005-06-26 [paul]       1.9.11cvs104
9572
9573         * src/prefs_filtering.c
9574                 replace one more GTK_STOCK_REMOVE
9575                 with GTK_STOCK_DELETE
9576
9577 2005-06-25 [colin]      1.9.11cvs103
9578
9579         * src/imap.c
9580                 Optimize get_seq_set_from_seq_list
9581                 (Patch by Ricardo) 
9582
9583 2005-06-25 [colin]      1.9.11cvs102
9584
9585         * src/mh.c
9586                 If the directory exists, but not in the
9587                 correct encoding, rename it. This should
9588                 handle old-versions-induced bugs.
9589
9590 2005-06-25 [colin]      1.9.11cvs101
9591
9592         * src/mh.c
9593                 Fix path access with extended dir names
9594                 Fixes bug #589 (SC segfaults with wrong locale
9595                 settings)
9596
9597 2005-06-25 [colin]      1.9.11cvs100
9598
9599         * src/prefs_account.c
9600         * src/prefs_account.h
9601         * src/compose.c
9602                 Add an option to encrypt replies to
9603                 encrypted messages
9604
9605 2005-06-25 [colin]      1.9.11cvs99
9606
9607         * src/compose.c
9608         * src/quote_fmt_parse.y
9609                 ... And make it work with pgpinline.
9610
9611 2005-06-25 [colin]      1.9.11cvs98
9612
9613         * src/compose.c
9614         * src/procmime.c
9615         * src/procmime.h
9616         * src/quote_fmt_parse.y
9617                 o Make reedition of encrypted messages possible
9618                   (as long as it is encrypted to self too, no
9619                    magic there)
9620                 o Make replying with quote (and without selecting
9621                   text) possible for encrypted messages.
9622                 Closes bug #550 (Not possible to "reply with quote"
9623                 to gnupg encrypted messages)
9624
9625 2005-06-24 [paul]       1.9.11cvs97
9626
9627         * src/imap.c
9628                 add missing include
9629
9630 2005-06-24 [paul]       1.9.11cvs96
9631
9632         * src/editldap.c
9633                 made bind password entry invisible
9634                 (sync with main)
9635         * src/send_message.c
9636                 send_message_local(): check exit status
9637                 to detect errors (sync with main)
9638         * src/textview.c
9639                 use main's less ambiguous popup menu
9640                 wording
9641
9642 2005-06-24 [paul]       1.9.11cvs95
9643
9644         * src/prefs_actions.c
9645         * src/prefs_customheader.c
9646         * src/prefs_display_header.c
9647         * src/prefs_filtering_action.c
9648         * src/prefs_matcher.c
9649         * src/prefs_template.c
9650         * src/prefs_toolbar.c
9651                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9652         * src/gtk/description_window.c
9653                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9654
9655 2005-06-23 [colin]      1.9.11cvs94
9656
9657         * src/summaryview.c
9658                 Fix rough edges (be sure to call status_show whenever
9659                 necessary).
9660
9661 2005-06-23 [colin]      1.9.11cvs93
9662
9663         * src/summaryview.c
9664                 Optimize Select All
9665                 Before, in a 5K mails folder: 11s
9666                 After, in the same folder: 58000µs
9667                 The joys of locking... gtk_clist_select_all() fires a 
9668                 tree-select-row event for each selected row, which in 
9669                 summaryview, callbacks summary_selected which in turn,
9670                 calls summary_status_show, which walks the selected
9671                 rows. Hence, calling gtk_clist_select_all was 
9672                 exponential. Locking the summaryview makes 
9673                 summary_selected return early.
9674
9675 2005-06-23 [colin]      1.9.11cvs92
9676
9677         * src/imap.c
9678                 Move mutex at the important place to avoid
9679                 deadlocks
9680         * src/summaryview.c
9681                 Fix Del key deleting directly instead of
9682                 moving to trash
9683
9684 2005-06-22 [colin]      1.9.11cvs91
9685
9686         * src/plugins/spamassassin/libspamc.c
9687                 As we do spagetti code with assignations in multiple
9688                 places (see _message_read_raw where out = msg = raw),
9689                 let's be sure we don't free the same pointer twice.
9690                 Should fix bug #683 (Crash in libpam at 
9691                 message_cleanup).
9692
9693 2005-06-22 [colin]      1.9.11cvs90
9694
9695         * src/compose.c
9696         * src/messageview.c
9697         * src/toolbar.c
9698                 Make toolbar's delete use the move to trash stuff;
9699                 Add gtk_widget_realize to be sure pixmaps can get
9700                 created (that may fix an old worksforme bug which
9701                 I can't find back...)
9702
9703 2005-06-22 [colin]      1.9.11cvs89
9704
9705         * src/summaryview.c
9706         * src/summaryview.h
9707         * src/mainwindow.c
9708                 Rename "Message/Delete" to "Message/Move to trash"
9709                 Add "Message/Delete..." that directly destroys the
9710                 selected messages after asking for a confirmation.
9711
9712 2005-06-22 [colin]      1.9.11cvs88
9713
9714         * src/imap.c
9715                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9716                 o Fix a deadlock (thanks Darko)
9717
9718 2005-06-22 [colin]      1.9.11cvs87
9719
9720         * src/gtk/foldersort.c
9721                 Add missing include for the i18n;
9722                 patch by Fabien Vantard
9723
9724 2005-06-21 [colin]      1.9.11cvs86
9725
9726         * src/folder.c
9727         * src/folderview.c
9728                 Respect the no_select flag
9729         * src/imap.c
9730                 Fix recursive deletion
9731         * src/imap_gtk.c
9732         * src/mh_gtk.c
9733                 Make the folder deletion's warning
9734                 more explicit
9735
9736 2005-06-21 [colin]      1.9.11cvs85
9737
9738         * src/textview.c
9739                 Prevent email addresses from spanning accross
9740                 lines - fixes bug # 646 (newline-chars in 
9741                 email addresses)
9742
9743 2005-06-20 [colin]      1.9.11cvs84
9744
9745         * src/folder.c
9746                 Be sure not to remove source if copy failed
9747
9748 2005-06-20 [colin]      1.9.11cvs83
9749
9750         * src/folderview.c
9751         * src/imap_gtk.c
9752                 remove summaryview's lock
9753         * src/imap.c
9754                 introduce threads to avoid problems when foreground tasks
9755                 interfere with background tasks
9756         * src/mh.c
9757                 prevent moving to drafts/queue
9758         * src/mimeview.c
9759                 fix leak
9760
9761 2005-06-19 [colin]      1.9.11cvs82
9762
9763         * src/imap_gtk.c
9764                 Remember that the user doesn't want to override
9765                 offline mode, for 3 seconds. It avoid presenting
9766                 him with N popups in a really short time.
9767
9768 2005-06-17 [colin]      1.9.11cvs81
9769
9770         * src/imap.c
9771                 Fix IMAP breaking on folders containing '('
9772                 (Probably won't be enough)
9773
9774 2005-06-17 [colin]      1.9.11cvs80
9775
9776         Forgotten files on 1.9.11cvs79
9777         * src/summaryview.c
9778                 Fix stepping when not immediately executing
9779         * src/imap.c
9780                 Really prevent UID FETCH 0
9781         * src/codeconv.c
9782                 Fix outgoing charset never set to utf-8
9783         * src/mh.c
9784                 Fix leak
9785
9786 2005-06-16 [colin]      1.9.11cvs79
9787
9788         * src/compose.c
9789                 Fix bug #707 (Dash splits rows)
9790                 Only wrap if we're on a line break position and
9791                 the previous one was a "white" (space) char.
9792                 Pango stuff is weird.
9793
9794 2005-06-16 [colin]      1.9.11cvs78
9795
9796         * src/imap_gtk.c
9797                 Lock summaryview while downloading messages
9798                 on user demand
9799         * src/procheader.c
9800         * src/unmime.c
9801         * src/common/utils.c
9802         * src/common/utils.h
9803                 Replace \r and \n with spaces in From and
9804                 Subject headers
9805
9806 2005-06-16 [paul]       1.9.11cvs77
9807
9808         * src/procmime.c
9809                 liberalise the mime parser
9810         * src/gtk/about.c
9811                 add text wrapping
9812
9813 2005-06-16 [paul]       1.9.11cvs76
9814
9815         * src/gtk/about.c
9816                 reworked
9817
9818 2005-06-15 [colin]      1.9.11cvs75
9819
9820         * src/compose.c
9821                 Finish header encoding fix
9822         * src/summaryview.c
9823                 Fix segfault
9824         * src/headerview.c
9825                 Fix compilation (Thanks Stephan
9826                 Sachse)
9827
9828 2005-06-15 [colin]      1.9.11cvs74
9829
9830         * Makefile.am
9831                 Install gnome2 stuff rather than gnome1, 
9832                 if both are present
9833         * src/codeconv.c
9834         * src/codeconv.h
9835         * src/compose.c
9836                 Fix headers encoding
9837         * src/folder.c
9838                 Visual progress when fetching all messages
9839         * src/folderview.c
9840         * src/summaryview.c
9841         * src/summaryview.h
9842                 Prevent changing current message while
9843                 incorporating
9844
9845 2005-06-15 [paul]       1.9.11cvs73
9846
9847         * src/gtk/gtkaspell.c
9848         * src/gtk/gtkaspell.h
9849                 fix build warnings
9850
9851 2005-06-15 [paul]       1.9.11cvs72
9852
9853         * src/prefs_filtering.c
9854                 allow reordering of filter rules by
9855                 drag n drop
9856
9857 2005-06-15 [paul]       1.9.11cvs71
9858
9859         * COPYING
9860                 updated
9861         * src/codeconv.c
9862                 replace deprecated function
9863         * src/inc.c
9864         * src/send_message.c
9865         * src/gtk/progressdialog.c
9866         * src/gtk/progressdialog.h
9867                 salvage and reuse parts of reverted sync
9868
9869 2005-06-15 [paul]       1.9.11cvs70
9870
9871         * src/inc.c
9872         * src/send_message.c
9873         * src/gtk/progressdialog.c
9874         * src/gtk/progressdialog.h
9875                 revert yesterday's sync with main
9876                 it contains deprecated functions
9877
9878 2005-06-15 [colin]      1.9.11cvs69
9879
9880         * src/headerview.c
9881                 Fix bug #670 (multi user to: will corrupt message 
9882                 headers display)
9883
9884 2005-06-15 [colin]      1.9.11cvs68
9885
9886         * src/compose.c
9887                 Fix bug #421 (Fix undo on wrapping)
9888
9889 2005-06-15 [colin]      1.9.11cvs67
9890
9891         * src/folder.c
9892                 Provide visual feedback while processing
9893                 folder's rules.
9894         * src/imap.c
9895                 Provide visual feedback while getting
9896                 short headers (for uncached messages)
9897
9898
9899 2005-06-14 [paul]       1.9.11cvs66
9900
9901         * src/account.c
9902                 change a couple stock icons
9903         * src/inc.c
9904         * src/send_message.c
9905         * src/gtk/progressdialog.c
9906         * src/gtk/progressdialog.h
9907                 sync main's GtkTreeView implementation
9908
9909 2005-06-14 [colin]      1.9.11cvs65
9910
9911         * src/imap.c
9912                 Various little fixes, mainly on error paths
9913
9914 2005-06-13 [colin]      1.9.11cvs64
9915
9916         * matcher.c
9917         * procmsg.c
9918         * procmsg.h
9919                 Add a way to fetch only headers. This speeds
9920                 up filtering on headers for IMAP. Fixes:
9921                 bug #481 extraneous imap commands slow down 
9922                         imap filtering
9923                 bug #522 Sylpheed downloads all messages 
9924                         when opening mailbox (IMAP)
9925                 bug #677 IMAP fetch is soooooooooooooo slow
9926         * src/folder.c
9927         * src/folder.h
9928                 Add a folder set_batch method so that
9929                 implementations can speed up flags changes
9930         * src/folderutils.c
9931         * src/summaryview.c
9932                 Use that in mark as (un)read and mark all read
9933                 Refix bug #679
9934         * src/imap.c
9935                 Implement set_batch - brings back deferred
9936                 flags in a less buggy manner. Fixes:
9937                 bug #729 IMAP immediate expunge of deleted messages
9938                 bug #191 remove list of messages with one command
9939                 Fix login with strange chars
9940                 Implement fetch_msg_full
9941                 Fix copy (wrong counts)
9942
9943 2005-06-12 [colin]      1.9.11cvs63
9944
9945         * src/folder.c
9946                 lock incorporation during long operations.
9947                 Avoids fucking up the IMAP socket.
9948
9949 2005-06-12 [colin]      1.9.11cvs62
9950
9951         * src/imap.c
9952                 Fix harmful typo
9953                 Factorize remove_all_msg
9954                 Thread-ize expunge
9955         * src/summaryview.c
9956                 Don't update partial-download status if unnecessary
9957         * src/folder.c
9958                 Use remove_msgs everywhere possible
9959
9960 2005-06-12 [colin]      1.9.11cvs61
9961
9962         * src/folder.c
9963         * src/folder.h
9964                 Add a remove_msgs function to remove a 
9965                 list of messages
9966         * src/imap.c
9967                 Implement that.
9968
9969 2005-06-12 [colin]      1.9.11cvs60
9970
9971         * src/imap.c
9972                 Remove flags-processing deferring... Too hard
9973                 to get it to work in all cases.
9974
9975 2005-06-11 [colin]      1.9.11cvs59
9976
9977         * src/imap.c
9978                 printf -> debug_print
9979
9980 2005-06-11 [colin]      1.9.11cvs58
9981
9982         * src/imap.c
9983                 o Fix build without USE_PTHREAD
9984                 o Factorize imap_open
9985                 o Alertpanel in case of impossible connection
9986                 o Alertpanel in case of impossible login
9987                 o Fix deferred flags processing to force a 
9988                   flush before adding some more flags to process,
9989                   but in another folder.
9990
9991 2005-06-10 [colin]      1.9.11cvs57
9992
9993         * src/imap.c
9994                 o Fix a format string error
9995                 o init ssl socket outside of the thread 
9996                   (it possibly invokes gtk calls)
9997         * src/procmime.c
9998                 o Put back the buffer to its necessary size
9999                 o Fix changing a file pointer without keeping
10000                   track of it (thanks Valgrind)
10001         * src/common/smtp.c
10002                 o Fix automatic STARTTLS if login should be done
10003                   and the server only allows it after starting TLS
10004         * src/gtk/gtkinputdialog.c
10005                 o Eat GDK_Return so that the combo popup doesn't 
10006                   appear when we press Enter to validate the combo
10007                   input dialog (as seen in the Open with... dialog)
10008
10009 2005-06-10 [colin]      1.9.11cvs56
10010
10011         * src/imap.c
10012                 o A bit less debug
10013                 o Fix a crash on deletion
10014                 o Threadize imap_select (it's called outside of 
10015                   threads)
10016                 o Defer treatment of DELETED flags
10017
10018
10019 2005-06-09 [colin]      1.9.11cvs55
10020
10021         * src/imap.c
10022                 Make sure we check imap_gtk_should_override(), which
10023                 potentially calls gtk stuff, before creating thread.
10024                 That way it should't be called via imap_get_session()
10025                 inside a thread.
10026
10027 2005-06-09 [colin]      1.9.11cvs54
10028
10029         * src/imap.c
10030                 o add a bit of status output
10031                 o remove some dead code
10032                 o threadize get_list_of_uids
10033                 o threadize imap_get_flags
10034                 o defer flag changing by 500ms so that they
10035                   can be batched
10036
10037
10038 2005-06-08 [colin]      1.9.11cvs53
10039
10040         * src/imap.c
10041                 Thread-ize imap_cmd_fetch
10042
10043 2005-06-08 [colin]      1.9.11cvs52
10044
10045         * src/main.c
10046                 Mmh, that broke POP3...
10047
10048 2005-06-08 [colin]      1.9.11cvs51
10049
10050         * src/main.c
10051                 Stabilize IMAP patch (thanks to Hoa)
10052
10053 2005-06-08 [colin]      1.9.11cvs50
10054
10055         * src/imap.c
10056                 Test patch to speed up imap. 
10057
10058 2005-06-08 [colin]      1.9.11cvs49
10059
10060         * src/imap_gtk.c
10061                 Warning fix
10062         * src/procmime.c
10063                 Apply patch from gentoo to use /usr/share/mime/globs if 
10064                 available, after un-breaking it
10065         * src/common/log.c
10066         * src/common/log.h
10067                 Use g_timeout for invoking hooks that possibly use gtk
10068                 calls. This should leave gtk calls in the main thread.
10069
10070 2005-06-08 [paul]       1.9.11cvs48
10071
10072         * src/codeconv.c
10073                 conv_get_outgoing_charset_str(): don't
10074                 use prefs_common setting
10075         * src/compose.c
10076         * src/compose.h
10077                 add /Options/Character encoding/... to
10078                 temporarily change the outgoing encoding
10079
10080         (belated sync with main)
10081
10082 2005-06-08 [paul]       1.9.11cvs47
10083
10084         * src/compose.c
10085                 correction to/completion of last
10086                 sync with main
10087
10088 2005-06-08 [paul]       1.9.11cvs46
10089
10090         sync with main:
10091         
10092         * src/codeconv.c
10093         * src/codeconv.h
10094                 always enabled Japanese auto-detection
10095                 if the first letters of locale string
10096                 is "ja"
10097         * src/compose.c
10098                 don't use "destroy" signal to destroy
10099                 Compose object (fix rare crashes on discard?)
10100         * src/mainwindow.c
10101         * src/messageview.c
10102         * src/prefs_send.c
10103                 added Hebrew encodings
10104         * src/sourcewindow.c
10105                 don't use "destroy" signal to destroy
10106                 objects
10107
10108 2005-06-07 [colin]      1.9.11cvs45
10109
10110         * src/summaryview.c
10111                 Add missing unlocks/locks
10112
10113 2005-06-07 [paul]       1.9.11cvs44
10114
10115         * src/summaryview.c
10116                 restore bug #749 fix
10117
10118 2005-06-06 [colin]      1.9.11cvs43
10119
10120         * src/summaryview.c
10121                 Fix selection bug when prefs_common.open_unread 
10122                 is FALSE
10123
10124 2005-06-06 [colin]      1.9.11cvs42
10125
10126         * src/common/md5.c
10127                 Fix a warning
10128         * src/summaryview.c
10129         * src/folderview.c
10130                 Factorize long operations beginning and end
10131                 (locking, freezing/thawing, cursor, ...)
10132                 Check selection->data member in selection-
10133                 related loops; this avoids dying an awful
10134                 death if the selection changes on us while
10135                 we're marking a whole IMAP folder unread, 
10136                 for example.
10137
10138 2005-06-06 [paul]       1.9.11cvs41
10139
10140         * src/textview.c
10141                 don't g_free() a static gchar buffer
10142
10143 2005-06-05 [colin]      1.9.11cvs40
10144
10145         * src/mainwindow.c
10146         * src/messageview.c
10147         * src/summaryview.c
10148                 Fix bug #749 (Show all headers should be
10149                 sticky as the GUI suggests)
10150
10151 2005-06-03 [paul]       1.9.11cvs39
10152
10153         * src/compose.c
10154                 don't allow editing of mail while sending.
10155                 patch by Colin
10156
10157 2005-06-03 [paul]       1.9.11cvs38
10158
10159         * src/folderview.c
10160                 add a freeze/thaw to speed up 'mark all read'
10161
10162 2005-06-03 [paul]       1.9.11cvs37
10163
10164         * src/prefs_message.c
10165                 reflect changes immediately
10166
10167 2005-06-02 [colin]      1.9.11cvs36
10168
10169         * po/POTFILES.in
10170                 Patch by Fabien Vantard.
10171
10172 2005-06-02 [colin]      1.9.11cvs35
10173
10174         * src/imap.c
10175                 Use a non-blocking imap_getline() if possible.
10176                 This should completely prevent the interface
10177                 from freezin on imap operations, although it
10178                 may do strange stuff in case of folder switching
10179                 while a big imap operation is taking place...
10180
10181                 In addition, fix a leak in the case thread
10182                 creation fails on connection.
10183
10184 2005-06-02 [colin]      1.9.11cvs34
10185
10186         * src/crash.c
10187         * src/prefs_common.h
10188                 Fix build (prefs_common_init() doesn't exist
10189                 anymore)
10190
10191 2005-06-02 [colin]      1.9.11cvs33
10192
10193         * src/prefs_account.c
10194                 Fix bug #245 (filtering rules broken when
10195                 renaming a remote account (imap4 or nntp)
10196
10197 2005-06-02 [colin]      1.9.11cvs32
10198
10199         * src/imap.c
10200                 Try to fix IMAP shortcomings: 
10201                 o Multithread imap_open()
10202                 o allow offline-mode overriding instead of
10203                   just returning NULL
10204         * src/imap_gtk.c
10205         * src/imap_gtk.h
10206                 Add a function to ask whether we want to
10207                 override offline-mode for 10 minutes (one-shot
10208                 asking was painful)
10209         * src/procheader.c
10210                 Fix segfault when imap parser isn't happy about
10211                 a missing {
10212
10213 2005-06-01 [colin]      1.9.11cvs31
10214
10215         * src/addrharvest.c
10216         * src/compose.c
10217         * src/mbox.c
10218         * src/mbox.h
10219         * src/mh.c
10220         * src/msgcache.c
10221         * src/send_message.c
10222         * src/setup.c
10223         * src/undo.c
10224         * src/common/hooks.c
10225         * src/common/prefs.c
10226         * src/common/template.c
10227         * src/common/utils.c
10228         * src/gtk/gtkutils.c
10229         * src/gtk/inputdialog.c
10230         * src/gtk/menu.c
10231         * src/gtk/pluginwindow.c
10232         * src/gtk/prefswindow.c
10233         * src/plugins/pgpmime/passphrase.c
10234         * src/plugins/pgpmime/prefs_gpg.c
10235                 More -Wall fixes
10236
10237         * src/common/Makefile.am
10238         * src/common/timing.h
10239                 Add basic timing code
10240
10241         * src/summaryview.c
10242                 Fix a bug with unread messages when 
10243                 re-sorting folders, and by the way
10244                 fix a big performance hit when 
10245                 re-sorting (10k mails: before 5s,
10246                 after .5s)
10247
10248         * src/prefs_compose_writing.c
10249         * src/prefs_compose_writing.h
10250         * src/prefs_message.c
10251         * src/prefs_message.h
10252         * src/prefs_other.c
10253         * src/prefs_other.h
10254         * src/prefs_quote.c
10255         * src/prefs_quote.h
10256         * src/prefs_receive.c
10257         * src/prefs_receive.h
10258         * src/prefs_send.c
10259         * src/prefs_send.h
10260         * src/prefs_summaries.c
10261         * src/prefs_summaries.h
10262                 Fix copyright banner
10263
10264 2005-06-01 [paul]       1.9.11cvs30
10265
10266         * po/fi.po
10267                 updated by Flammie Pirinen
10268         * src/procmime.c
10269                 fix 'Bad BASE64 content' output
10270
10271 2005-05-31 [colin]      1.9.11cvs29
10272
10273         * src/procmime.c
10274                 Oops, where did my hunk go.
10275
10276 2005-05-31 [colin]      1.9.11cvs28
10277
10278         * src/Makefile.am
10279         * src/account.c
10280         * src/action.c
10281         * src/addr_compl.c
10282         * src/addressbook.c
10283         * src/codeconv.c
10284         * src/compose.c
10285         * src/export.c
10286         * src/folder.c
10287         * src/folderview.c
10288         * src/image_viewer.c
10289         * src/main.c
10290         * src/mainwindow.c
10291         * src/messageview.c
10292         * src/mimeview.c
10293         * src/msgcache.c
10294         * src/prefs_account.c
10295         * src/prefs_actions.c
10296         * src/prefs_common.c
10297         * src/prefs_compose_writing.c
10298         * src/prefs_customheader.c
10299         * src/prefs_ext_prog.c
10300         * src/prefs_filtering.c
10301         * src/prefs_filtering_action.c
10302         * src/prefs_fonts.c
10303         * src/prefs_image_viewer.c
10304         * src/prefs_message.c
10305         * src/prefs_message.h
10306         * src/prefs_msg_colors.c
10307         * src/prefs_other.c
10308         * src/prefs_other.h
10309         * src/prefs_quote.c
10310         * src/prefs_receive.c
10311         * src/prefs_receive.h
10312         * src/prefs_send.c
10313         * src/prefs_send.h
10314         * src/prefs_spelling.c
10315         * src/prefs_summaries.c
10316         * src/prefs_summary_column.c
10317         * src/prefs_template.c
10318         * src/prefs_themes.c
10319         * src/prefs_toolbar.c
10320         * src/prefs_wrapping.c
10321         * src/procmime.c
10322         * src/procmsg.c
10323         * src/send_message.h
10324         * src/ssl_manager.c
10325         * src/summary_search.c
10326         * src/summaryview.c
10327         * src/textview.c
10328         * src/wizard.c
10329         * src/common/smtp.c
10330         * src/common/smtp.h
10331         * src/gtk/gtkutils.h
10332                 o Move the rest of Common prefs to new style
10333                 o Lots of -Wall warning fixes
10334                 o fix FIXME in cache memusage calculation
10335                 o Let return receipts be sent from any account
10336                 o Little cache optimisation (read)
10337                 o Fix bug #746 (don't treat commas as separators
10338                   when inside a quoted string)
10339
10340 2005-05-31 [paul]       1.9.11cvs27
10341
10342         * src/prefs_common.c
10343                 fix 'off-by-one' typo
10344
10345 2005-05-31 [paul]       1.9.11cvs26
10346
10347         * src/account.c
10348         * src/addr_compl.c
10349         * src/compose.c
10350         * src/foldersel.c
10351         * src/prefs_actions.c
10352         * src/prefs_common.c
10353         * src/prefs_common.h
10354         * src/prefs_customheader.c
10355         * src/prefs_display_header.c
10356         * src/prefs_filtering.c
10357         * src/prefs_filtering_action.c
10358         * src/prefs_matcher.c
10359         * src/prefs_summaries.c
10360         * src/prefs_summary_column.c
10361         * src/prefs_template.c
10362         * src/prefs_toolbar.c
10363         * src/ssl_manager.c
10364         * src/gtk/pluginwindow.c
10365         * src/gtk/prefswindow.c
10366         * src/gtk/progressdialog.c
10367                 add hidden prefs 'enable_rules_hint'
10368                 for gtk_tree_view_set_rules_hint()
10369                 (sync with main)
10370                 
10371
10372 2005-05-31 [colin]      1.9.11cvs25
10373
10374         * src/Makefile.am
10375         * src/main.c
10376         * src/prefs_common.c
10377         * src/prefs_summaries.c ** ADDED **
10378         * src/prefs_summaries.h ** ADDED **
10379                 Common/Display -> Display/Summaries
10380
10381 2005-05-31 [colin]      1.9.11cvs24
10382
10383         * src/Makefile.am
10384         * src/main.c
10385         * src/prefs_quote.c ** ADDED **
10386         * src/prefs_quote.h ** ADDED **
10387                 Move Common/Quote to Compose/Quoting
10388         * src/prefs_common.c
10389         * src/prefs_common.h
10390                 Remove old quote stuff, add
10391                 convenience functions for GtkTextView prefs
10392         * src/gtk/prefswindow.c
10393                 Set default height higher
10394
10395 2005-05-30 [colin]      1.9.11cvs23
10396
10397         * src/Makefile.am
10398         * src/main.c
10399         * src/prefs_common.c
10400         * src/prefs_compose_writing.c ** ADDED **
10401         * src/prefs_compose_writing.h ** ADDED **
10402                 Move Common/Compose prefs to Compose/Writing
10403
10404 2005-05-30 [colin]      1.9.11cvs22
10405
10406         * src/common/utils.c
10407                 Fix bug #651 (Confused Attract by Subject)
10408                 Patch by M. Benkmann <haferfrost@web.de>
10409         * AUTHORS
10410
10411 2005-05-30 [colin]      1.9.11cvs21
10412
10413         * src/compose.c
10414                 Fix concatenation of different headers of
10415                 the same type (bug #645)
10416         * src/prefs_folder_item.c
10417                 Fix bug #699 (setting color to black doesn't
10418                 work immediately)
10419         * src/procmime.c
10420                 Print out decoding error only once per
10421                 block
10422
10423 2005-05-30 [paul]       1.9.11cvs20
10424
10425         * src/common/template.c
10426                 fix Bcc
10427
10428 2005-05-30 [paul]       1.9.11cvs19
10429
10430         * doc/src/rfc2368.txt   **NEW FILE**
10431         * src/compose.c
10432                 compose_entries_set(): don't interpret Bcc
10433                 header field (conform to RFC 2368)
10434                 (sync with main)
10435
10436 2005-05-29 [colin]      1.9.11cvs18
10437
10438         * src/prefs_common.c
10439                 Let the default reply format respect
10440                 netiquette by cutting the signature.
10441
10442 2005-05-29 [colin]      1.9.11cvs17
10443
10444         * src/summaryview.c
10445                 Don't let always_show_msg override
10446                 open_unread_on_enter when opening a new
10447                 directory.
10448
10449 2005-05-27 [paul]       1.9.11cvs16
10450
10451         sync with main:
10452
10453         * src/main.c
10454                 app_will_exit(): cleanup tmp directory when exit
10455         * src/message_search.c
10456                 improved the interface and made code cleanup.
10457                 removed Clear button
10458         * src/send_message.c
10459                 send_message_local(): use GSpawn, and detect errors
10460         * src/summary_search.c
10461                 improved the interface and made code cleanup
10462         * src/textview.c
10463                 textview_write_link(): also skip non-ascii space
10464                  at the head of link strings (phishing check
10465                  didn't work at the case)
10466         * src/common/utils.c
10467                 get_command_output(): use g_spawn_command_line_sync()
10468                 instead of popen()
10469
10470 2005-05-26 [colin]      1.9.11cvs15
10471
10472         * src/folder.c
10473                 remove printf
10474
10475 2005-05-26 [colin]      1.9.11cvs14
10476
10477         * src/common/nntp.c
10478                 Fix nntp mode reader (bug #611)
10479                 Patch by Florian Mickler <florian@mickler.org>
10480
10481 2005-05-26 [colin]      1.9.11cvs13
10482
10483         * src/plugins/pgpmime/passphrase.c
10484                 Fix mouse grabbing (bug #557)
10485
10486 2005-05-26 [colin]      1.9.11cvs12
10487
10488         * src/prefs_themes.c
10489                 Fix g_warning (bug #541)
10490
10491 2005-05-26 [colin]      1.9.11cvs11
10492
10493         * src/prefs_actions.c
10494         * src/prefs_template.c
10495                 Fix bug #506 (no warning if action/template
10496                 is not saved)
10497         * src/common/template.c
10498                 Fix a possible crash
10499
10500 2005-05-26 [colin]      1.9.11cvs10
10501
10502         * src/folder.c
10503         * src/folderview.c
10504         * src/procmsg.c
10505         * src/summaryview.c
10506                 Forbid locked messages to be moved or
10507                 deleted. Locked messages in trashes 
10508                 still get deleted, for performance
10509                 reason (mh.c::mh_remove_all_msgs)
10510
10511 2005-05-25 [colin]      1.9.11cvs9
10512
10513         * src/procmime.c
10514                 Use correct encoding when sending mails
10515                 with attachments that have accentued 
10516                 chars in their name
10517
10518 2005-05-24 [colin]      1.9.11cvs8
10519
10520         * src/summaryview.c
10521                 Fix bug #688 f) read/unread marker not
10522                 changed on first click
10523                 Also, optimize summary_status_show()
10524                 calls
10525         * src/folder.c
10526         * src/inc.c
10527         * src/procmime.c
10528                 Fix bug #688 b) and c) wrt message
10529                 attachments and signature
10530         * src/stock_pixmap.c
10531         * src/stock_pixmap.h
10532         * src/stock_pixmap.c
10533         * src/stock_pixmap.h
10534         * src/Makefile.am
10535         * src/pixmaps/clip_gpg_signed.xpm
10536                 Add clip/signed icon
10537
10538 2005-05-24 [colin]      1.9.11cvs7
10539
10540         * src/folder_item_prefs.c
10541                 whitespace fix
10542
10543 2005-05-24 [colin]      1.9.11cvs6
10544
10545         * src/folderview.c
10546         * src/prefs_common.c
10547         * src/prefs_common.h
10548                 Add a confirmation to folder drag and drop
10549                 fixes bug #156
10550         * src/alertpanel.c
10551         * src/alertpanel.h
10552                 fix _with_disable parameters so that
10553                 the buttons labels are specifiable too
10554         * src/plugins/pgpmime/sgpgme.c
10555                 reflect said change
10556                 
10557
10558 2005-05-24 [colin]      1.9.11cvs5
10559
10560         * src/folderview.c
10561                 Uncollapse/collapse folders on double-click
10562                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10563                 closes bug #108
10564
10565 2005-05-23 [colin]      1.9.11cvs4
10566
10567         * src/common/socket.c
10568                 Check another special SSL_peek() error.
10569                 Should help wrt bug #728
10570
10571 2005-05-23 [colin]      1.9.11cvs3
10572
10573         * src/plugins/pgpmime/pgpmime.c
10574                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10575                 breaking menu accelerators and stuff. Users will have to
10576                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10577                 account's privacy preferences if needed.
10578
10579 2005-05-22 [paul]
10580
10581         * tools/kdeservicemenu/install.sh
10582                 use kdesu to prompt for root password if doing
10583                 global install/uninstall
10584
10585 2005-05-20 [colin]      1.9.11cvs2
10586
10587         * src/procmsg.c
10588                 Fix another compilation error with gcc-2.9x
10589                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10590         * src/send_message.c
10591                 Don't send QUIT if we aren't connected
10592
10593 2005-05-19 [colin]      1.9.11cvs1
10594
10595         * src/procmsg.c
10596                 Fix compilation with gcc 2.9x
10597
10598 2005-05-19 [paul]       1.9.11
10599
10600         1.9.11 released
10601
10602 2005-05-19 [paul]       1.9.9cvs14
10603
10604         * src/gtk/inputdialog.c
10605                 prevent gettext warning
10606
10607 2005-05-19 [paul]       1.9.9cvs13
10608
10609         * src/mainwindow.c
10610         * src/prefs_common.c
10611         * src/prefs_common.h
10612         * src/textview.c
10613         * src/textview.h
10614                 add an option to toggle cursor in message
10615                 view (sync with main)
10616
10617 2005-05-18 [colin]      1.9.9cvs12
10618
10619         * src/compose.c
10620                 Dereference freed pointer
10621         * src/gtk/gtkaspell.c
10622                 Fix duplication of dictionaries (is it an aspell issue?)
10623
10624 2005-05-18 [colin]      1.9.9cvs11
10625
10626         * src/gtk/inputdialog.c
10627         * src/gtk/gtkaspell.c
10628                 HIGuify dialogs
10629         * src/alertpanel.c
10630                 Remove a double call
10631
10632 2005-05-17 [colin]      1.9.9cvs10
10633
10634         * src/gtk/gtkaspell.c
10635                 Fix dialogs, Ctrl-Enter accel
10636
10637 2005-05-17 [colin]      1.9.9cvs9
10638
10639         * src/gtk/gtkaspell.c
10640                 Fix some accelerators, escape in replace-window
10641
10642 2005-05-16 [colin]      1.9.9cvs8
10643
10644         * src/gtk/gtkaspell.c
10645                 Revert last commit, it was a mistake.
10646
10647 2005-05-16 [colin]      1.9.9cvs7
10648
10649         * src/gtk/gtkaspell.c
10650                 Remove buggy code while we're at it. It's a 
10651                 dead code path anyway.
10652
10653 2005-05-16 [colin]      1.9.9cvs6
10654
10655         * src/gtk/gtkaspell.c
10656                 Missed some gtk_menu_popup where deactivate
10657                 signal should be handled. Should fix bug
10658                 #629 a bit more.
10659
10660 2005-05-16 [colin]      1.9.9cvs5
10661
10662         * src/gtk/gtkaspell.c
10663                 Remove debug printf()s
10664
10665 2005-05-16 [colin]      1.9.9cvs4
10666
10667         * src/gtk/gtkaspell.c
10668                 Fix a bit aspell problems
10669                 (see bug #629)
10670
10671 2005-05-13 [colin]      1.9.9cvs3
10672
10673         * src/folderview.c
10674                 Fix the + appearing even when no subfolders
10675                 have unread messages. Thanks to wwp for the
10676                 bug report.
10677
10678 2005-05-11 [paul]       1.9.9cvs2
10679
10680         * src/folderview.c
10681                 correction to 1.9.9cvs1, only colour folders that
10682                 have new msgs (not unread msgs)
10683
10684 2005-05-10 [colin]      1.9.9cvs1
10685
10686         * src/folderview.c
10687         * src/summaryview.c
10688                 Try to fix bolding bugs again.
10689
10690 2005-05-09 [paul]
10691
10692         * tools/claws.i18n.status.pl
10693                 add Ricardo Mones Lastra's script that has been providing
10694                 the i18n status page for many months
10695
10696 2005-05-09 [paul]       1.9.9
10697
10698         1.9.9 release
10699
10700 2005-05-09 [paul]       1.9.6cvs58
10701
10702         * AUTHORS
10703         * INSTALL
10704         * README.claws
10705                 updated
10706         * Makefile.am 
10707         * RELEASE_NOTES.claws
10708                 add release notes to cvs to simplify release
10709                 procedure
10710         * configure.ac
10711                 add ca and fi to ALL_LINGUAS
10712         * po/Makefile.in.in
10713                 workaround for missing Makevars
10714         * po/ca.po
10715         * po/fi.po
10716                 add new Catalan and Finnish translations
10717                 submitted by Miquel Oliete and Flammie Pirinen
10718         * po/de.po
10719         * po/es.po
10720         * po/fr.po
10721         * po/it.po
10722         * po/pl.po
10723         * po/ru.po
10724         * po/sk.po
10725         * po/sr.po
10726         * po/zh_CN.po
10727                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10728                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10729                 Urke MMI, and Hansom Young
10730         * src/main.c
10731                 Fix drafting when quitting. compose_draft() closes the
10732                 compose windows, which modifies the compose_list GSList.
10733                 We have to refresh this list after echo drafting to avoid a
10734                 segfault
10735         * src/partial_download.c
10736                 fix segfault on exit
10737
10738 2005-05-06 [paul]       1.9.6cvs57
10739
10740         * src/grouplistdialog.c
10741                 quick fix/workaround for unresizeable newsgroup
10742                 name column 
10743
10744 2005-05-06 [paul]       1.9.6cvs56
10745
10746         * src/inc.c
10747         * src/mainwindow.c
10748                 use gettext plural forms
10749         * src/imap_gtk.c
10750         * src/mh_gtk.c
10751         * src/toolbar.c
10752                 small improvement to english usage
10753
10754 2005-05-05 [thorsten]   1.9.6cvs55
10755
10756         * src/folder.c
10757                 fix possible crash
10758
10759 2005-05-05 [paul]       1.9.6cvs54
10760         
10761         sync with HEAD
10762
10763         * AUTHORS
10764         * src/compose.c
10765                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10766                 patch by Tim Mann
10767
10768 2005-05-05 [paul]       1.9.6cvs53
10769
10770         * src/mainwindow.c
10771                 fix resizing of separate message and
10772                 folder views
10773
10774 2005-05-05 [paul]       1.9.6cvs52
10775
10776         * src/account.c
10777         * src/addrgather.c
10778         * src/browseldap.c
10779         * src/exphtmldlg.c
10780         * src/expldifdlg.c
10781         * src/importmutt.c
10782         * src/importpine.c
10783         * src/main.c
10784         * src/mainwindow.c
10785         * src/noticeview.c
10786         * src/prefs_filtering.c
10787         * src/prefs_filtering_action.c
10788         * src/prefs_matcher.c
10789         * src/prefs_spelling.c
10790         * src/prefs_toolbar.c
10791         * src/toolbar.c
10792         * src/wizard.c
10793         * src/gtk/description_window.c
10794         * src/gtk/gtkvscrollbutton.c
10795         * src/gtk/progressdialog.c
10796         * src/gtk/quicksearch.c
10797         * src/plugins/pgpmime/prefs_gpg.c
10798         * src/plugins/spamassassin/spamassassin_gtk.c
10799                 replace deprecated gtk_widget_set_usize
10800
10801 2005-05-04 [colin]      1.9.6cvs51
10802
10803         * src/common/utils.c
10804                 Fix crash when subst_for_filename is called
10805                 with a NULL parameter
10806
10807 2005-05-04 [colin]      1.9.6cvs50
10808
10809         * src/partial_download.c
10810         * src/pop.c
10811                 Escape login when writing uidl file
10812                 fixes bug #736
10813
10814 2005-05-03 [colin]      1.9.6cvs49
10815
10816         * src/procmime.c
10817                 Fix possible DOS in mime parser
10818                 (see bug #634)
10819
10820 2005-05-02 [colin]      1.9.6cvs48
10821
10822         * src/compose.c
10823                 Try to fix the copy/paste mess once again.
10824
10825
10826 2005-04-30 [colin]      1.9.6cvs47
10827
10828         * src/prefs_account.h
10829         * src/procmsg.c
10830         * src/send_message.c
10831         * src/common/smtp.c
10832         * src/common/smtp.h
10833                 Try to batch sending mails (per account) instead of
10834                 reconnecting to server every time.
10835
10836 2005-04-29 [colin]      1.9.6cvs46
10837
10838         * src/messageview.c
10839                 Fix window resizing that refused to size down
10840         * src/prefs_common.c
10841         * src/prefs_common.h
10842         * src/prefs_filtering.c
10843                 Save Filtering's window size
10844
10845 2005-04-21 [paul]       1.9.6cvs45
10846
10847         * ChangeLog-gtk2.claws
10848         * src/setup.c
10849                 correction to sync
10850
10851 2005-04-21 [paul]       1.9.6cvs44
10852
10853         sync with main:
10854
10855         * src/setup.c
10856         * src/statusbar.c
10857         * src/statusbar.h
10858                 use gtkut_widget_draw_now(). Improved performance
10859                 of the update of statusbar
10860         * src/textview.c
10861                 textview_smooth_scroll_do(): redraw it after scroll
10862                 is done (fixed incorrect display when a part of the
10863                 view is hidden).
10864         * src/gtk/gtkutils.c
10865         * src/gtk/gtkutils.h
10866                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10867                 to force update of widgets.
10868                 Removed gtkut_widget_wait_for_draw() which had a big
10869                 overhead  because of waiting for all events processed 
10870
10871 2005-04-20 [paul]       1.9.6cvs43
10872
10873         * src/codeconv.c
10874                 complete 1.9.6cvs42's sync:
10875                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10876
10877 2005-04-19 [paul]       1.9.6cvs42
10878
10879         sync with main:
10880
10881         * src/action.c
10882                 catch_output(): correctly select the insert text
10883                 (fix invalid iterator warnings).
10884         * src/codeconv.c
10885         * src/codeconv.h
10886         * src/mainwindow.c
10887         * src/messageview.c
10888         * src/prefs_common.c
10889                 support GBK encoding.
10890         * src/common/session.c
10891         * src/common/session.h
10892                 use separate buffer for large data to be sent,
10893                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10894
10895 2005-04-18 [paul]       1.9.6cvs41
10896
10897         * src/jpilot.c
10898                 convert unsigned long into guint32
10899                 patch by Paul LeoNerd Evans 
10900
10901 2005-04-17 [colin]      1.9.6cvs40
10902
10903         * src/compose.c
10904                 Fix 'Request return receipt' from folder
10905                 properties (bug #708)
10906
10907 2005-04-17 [colin]      1.9.6cvs39
10908
10909         * src/mainwindow.c
10910                 Fix duplicate hotkeys in Mainwindow's menu
10911
10912 2005-04-17 [colin]      1.9.6cvs38
10913
10914         * src/folderview.c
10915                 Fix duplicate hotkeys in Folderview's contextual
10916                 menu
10917
10918 2005-04-15 [colin]      1.9.6cvs37
10919
10920         * src/summaryview.c
10921                 Fix 'Save as...' with non-ascii filenames
10922
10923 2005-04-15 [colin]      1.9.6cvs36
10924
10925         * src/plugins/pgpmime/pgpmime.c
10926                 Fix bus error on 64bit. Spotted by 
10927                 macallan1888@gmail.com
10928
10929 2005-04-15 [colin]      1.9.6cvs35
10930
10931         * src/prefs_account.c
10932                 Fix cvs34.
10933
10934 2005-04-12 [colin]      1.9.6cvs34
10935
10936         * src/prefs_account.c
10937                 Fix smtp auth type off-by-one. We forgot to
10938                 add PLAIN in the prefs-to-gui setter func and
10939                 as a result, the selected auth when opening
10940                 account prefs was not the correct one.
10941
10942 2005-04-12 [paul]       1.9.6cvs33
10943
10944         * src/inc.c
10945                 if the recv dialog is visible, Cancel only
10946                 cancels the current account
10947
10948
10949 2005-04-10 [colin]      1.9.6cvs32
10950
10951         * src/filtering.c
10952                 Copy score when copying FilteringActions
10953                 Fix bug #674
10954
10955 2005-04-10 [colin]      1.9.6cvs31
10956
10957         * src/inc.c
10958                 Make Message -> Receive -> Cancel cancel 
10959                 incorporation on all accounts. Fixes
10960                 bug #693
10961
10962 2005-04-10 [colin]      1.9.6cvs30
10963
10964         * src/prefs_account.c
10965                 Update Privacy checkbuttons status based
10966                 on the selected privacy system
10967         * src/compose.c
10968                 Always connect the "None" privacy system; the
10969                 static boolean was probably there to avoid
10970                 reconnecting twice in the same compose window,
10971                 but as the parent function is only called once
10972                 per compose, it's only a bug - as a static is
10973                 initialized once per application instance.
10974                 Also, don't uncheck Sign and Encrypt when
10975                 selecting None as privacy system; just ignore
10976                 them when sending/queuing.
10977                 Should fix bug #695
10978
10979 2005-04-08 [colin]      1.9.6cvs29
10980
10981         * src/account.c
10982         * src/prefs_account.c
10983         * src/prefs_account.h
10984                 Add account preference to queue message in a certain
10985                 folder.
10986
10987 2005-04-06 [colin]      1.9.6cvs28
10988
10989         * src/prefs_account.c
10990                 Update old inbox path syntax
10991
10992 2005-04-06 [paul]       1.9.6cvs27
10993
10994         sync with main:
10995
10996         * configure.ac
10997                 changed -traditional-cpp to -no-cpp-precomp for newer
10998                 Mac OS X support
10999         * src/foldersel.c
11000                 made column resize automatically
11001         * src/send_message.c
11002                 send_message_smtp(): consider EOF right after QUIT
11003                 successful (workaround for Gmail SMTP server)
11004         * src/common/socket.c
11005                 ssl_read(), ssl_peek(): check EOF which violates the
11006                 SSL protocol
11007         * src/gtk/colorlabel.c
11008                 removed warnings when displaying colorlabel menu
11009                 (don't use GtkAlignment)
11010
11011 2005-04-05 [paul]       1.9.6cvs26
11012
11013         * src/plugins/trayicon/trayicon.c
11014                 fix clipping of icon under KDE3 
11015
11016 2005-04-05 [paul]       1.9.6cvs25
11017
11018         * src/summaryview.c
11019                 hide display of threading
11020                 patch by Alfons
11021
11022 2005-04-04 [thorsten]   1.9.6cvs24
11023
11024         * src/mh.c
11025                 marks lost on filesystems with different stat() results on
11026                 summer-/wintertime
11027
11028 2005-04-03 [colin]      1.9.6cvs23
11029
11030         * src/summaryview.c
11031                 Don't handle up/down. Patch by Alfons
11032
11033 2005-04-02 [colin]      1.9.6cvs22
11034
11035         * src/summaryview.c
11036                 Make scrolling faster. Patch by Alfons.
11037
11038 2005-04-01 [colin]      1.9.6cvs21
11039
11040         * src/Makefile.am
11041         * src/stock_pixmap.c
11042         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11043         * src/pixmaps/dir_noselect.xpm ** ADDED **
11044                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11045
11046 2005-04-01 [colin]      1.9.6cvs20
11047
11048         * src/image_viewer.c
11049         * src/image_viewer.h
11050         * src/procmime.c
11051         * src/procmime.h
11052         * src/textview.c
11053         * src/textview.h
11054                 Implement inline image resizing and right-clicking
11055
11056 2005-04-01 [paul]       1.9.6cvs19
11057
11058         * AUTHORS
11059         * Makefile.am
11060         * configure.ac
11061                 check for gnome2
11062                 patch by Luca Cavalli <loopback<AT>slackit.org>
11063         * po/ru.po
11064                 updated by Pavlo Bohmat
11065
11066 2005-03-31 [colin]      1.9.6cvs18
11067
11068         * src/news.c
11069                 Fix parsing references
11070         * src/msgcache.c
11071                 don't put nulls in the references list
11072         * src/procheader.c
11073                 commit that forgotten file in 1.9.6cvs14
11074
11075 2005-03-31 [colin]      1.9.6cvs17
11076
11077         * src/compose.c
11078                 Fix joining of signature separator again. 
11079                 Maybe Hiro could put it in main too...
11080
11081 2005-03-31 [colin]      1.9.6cvs16
11082
11083         * src/Makefile.am
11084         * src/foldersel.c
11085         * src/stock_pixmap.c
11086         * src/stock_pixmap.h
11087         * src/pixmaps/dir-noselect.xpm
11088                 Update foldersel.c (sync from main, patch by Alfons)
11089
11090 2005-03-30 [colin]      1.9.6cvs15
11091
11092         * src/imap.c
11093                 Fix handling of imap folders containing [] in 
11094                 their name. Thanks to Nahuel Angelinetti for
11095                 the detailed bugreport.
11096
11097 2005-03-30 [colin]      1.9.6cvs14
11098
11099         * src/common/utils.h
11100         * src/common/utils.c
11101         * src/common/defs.h
11102         * src/matcher.c
11103         * src/msgcache.c
11104         * src/news.c
11105         * src/procmsg.c
11106         * src/procmsg.h
11107         * src/quote_fmt_parse.y
11108         * src/summaryview.c
11109                 Update references system. Patch by Alfons
11110
11111 2005-03-30 [colin]      1.9.6cvs13
11112
11113         * src/common/socket.c
11114                 Force the glibc to read resolv.conf again when 
11115                 it has changed. Should fix issues when changing
11116                 networks on a laptop and not restarting sylpheed. 
11117
11118 2005-03-30 [paul]       1.9.6cvs12
11119
11120         partial sync with main:
11121
11122         * src/action.c
11123                 create_io_dialog(): use user-defined text font
11124                 (thanks to Alfons), and modified its appearance.
11125         * src/addrgather.c
11126         * src/addrharvest.c
11127         * src/browseldap.c
11128                 replace old code
11129         * src/compose.c
11130                 don't join (presumably) itemized lines on line-wrapping
11131                 fixed wrapping of quote when auto-wrapping is enabled
11132                 compose_destroy(): destroy paned only if it's not
11133                 attached to window. Fixed memory leak of popup menu.
11134         * src/exphtmldlg.c
11135         * src/expldifdlg.c
11136                 replace old code
11137         * src/html.c
11138         * src/html.h
11139         * src/importmutt.c
11140         * src/importpine.c
11141                 replace old code
11142         * src/main.c
11143                 removed redundant code
11144         * src/mainwindow.c
11145                 changed 'Code set' (which is rather incorrect)
11146                 in the menu to 'Character encoding'
11147                 main_window_set_widgets(): request size first
11148                 to prevent window size becoming wrong
11149                 fixed remembering of the state of the visibility
11150                 of MessageView
11151         * src/messageview.c
11152                 changed 'Code set' (which is rather incorrect)
11153                 in the menu to 'Character encoding'
11154         * src/prefs_common.c
11155         * src/prefs_common.h
11156                 added an option whether to render HTML as text or not
11157                 added separators to outgoing encoding menu
11158         * src/procheader.c
11159                 procheader_scan_date_string(): support header
11160                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11161         * src/summaryview.c
11162         * src/summaryview.h
11163                 minor code cleanup
11164         * src/textview.c
11165                 textview_show_html(): force output of newline
11166                 added an option whether to render HTML as text or not
11167         * src/common/utils.c
11168                 strncpy2(): optimized based on Alfons' code
11169         * src/gtk/gtkutils.c
11170         * src/gtk/gtkutils.h
11171                 removed non-used code
11172         * src/plugins/pgpmime/passphrase.c
11173                 partially fixed grab input of passphrase dialog
11174                 Confine pointer to window
11175
11176 2005-03-30 [colin]      1.9.6cvs11
11177
11178         * src/msgcache.c
11179         * src/msgcache.h
11180                 Read/write 32bit ints from cache & marks
11181                 From main.
11182
11183 2005-03-29 [paul]       1.9.6cvs10
11184
11185         * AUTHORS
11186         * ChangeLog.claws
11187         * src/compose.c
11188         * src/gtk/gtkaspell.c
11189                 sync with HEAD (don't pass NULL pointers) 
11190
11191 2005-03-24 [paul]
11192
11193         * tools/Makefile.am
11194         * tools/README
11195         * tools/acroread2sylpheed.pl
11196                 sync with HEAD (add script to send pdfs as
11197                 attachments from Adobe Reader 7)
11198
11199 2005-03-21 [paul]       1.9.6cvs9
11200
11201         * configure.ac
11202         * po/POTFILES.in
11203         * src/Makefile.am
11204         * src/crash.c
11205         * src/image_viewer.c ** ADDED **
11206         * src/image_viewer.h ** ADDED **
11207         * src/main.c
11208         * src/prefs_common.c
11209         * src/prefs_common.h
11210         * src/prefs_image_viewer.c ** ADDED **
11211         * src/prefs_image_viewer.h ** ADDED **
11212         * src/textview.c
11213         * src/gtk/about.c
11214         * src/pixmaps/sylpheed_logo.xpm
11215         * src/plugins/Makefile.am
11216         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11217         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11218         * src/plugins/image_viewer/plugin.c ** REMOVED **
11219         * src/plugins/image_viewer/viewer.c ** REMOVED **
11220         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11221         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11222         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11223         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11224         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11225                 as gdk-pixbuf is now built-in
11226                 remove image_viewer plugin and put code back into
11227                 main codebase
11228                 implement inline image display (sync with main)
11229
11230                 replace logo with newer, nicer, larger version  
11231
11232 2005-03-21 [paul]       1.9.6cvs8
11233
11234         * src/gtk/about.c
11235                 cosmetic improvement
11236
11237 2005-03-21 [holger]     1.9.6cvs7
11238
11239         * src/plugins/spamassassin/spamassassin.c
11240                 Sync with HEAD
11241                 (unregister hook on failed plugin init)
11242
11243 2005-03-20 [colin]      1.9.6cvs6
11244
11245         * src/common/plugin.c
11246                 Check that plugin isn't already loaded
11247                 Patch by Alfons
11248
11249 2005-03-20 [thorsten]   1.9.6cvs5
11250
11251         * src/compose.c
11252                 use a more compatible syntax
11253
11254 2005-03-20 [thorsten]   1.9.6cvs4
11255
11256         * src/prefs_toolbar.c
11257                 fix crash when selecting toolbar item (uninitialized pointer)
11258
11259 2005-03-20 [thorsten]   1.9.6cvs3
11260
11261         * src/procmime.c
11262                 fix mimetype detection (referenced free()d string)
11263
11264 2005-03-20 [paul]       1.9.6cvs2
11265
11266         * src/compose.c
11267                 sync with HEAD (1.0.3cvs5)
11268                 neglect Reply-To header if empty
11269                 Patch by Alfons 
11270
11271 2005-03-19 [holger]     1.9.6cvs1
11272
11273         * src/summaryview.c
11274         * src/summaryview.h
11275                 Sync with HEAD
11276
11277 2005-03-18 [paul]       1.9.6
11278
11279         initial GTK2 release
11280
11281 2005-03-18 [paul]       1.0.3cvs3.1
11282
11283         * AUTHORS
11284         * ChangeLog.claws
11285         * configure.ac
11286         * src/gtk/about.c
11287         * src/pixmaps/sylpheed_logo.xpm
11288                 sync with HEAD
11289
11290 2005-03-18 [colin]      1.0.3cvs2.6
11291
11292         * src/summaryview.c
11293                 Remove call to summary_step in summary_copy_selected_to
11294                 Can't see its purpose, and this causes bug when copying
11295                 a message if the next one is unread: it reads it.
11296
11297 2005-03-18 [paul]       1.0.3cvs2.5
11298
11299         * src/foldersel.c
11300                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11301
11302 2005-03-18 [paul]       1.0.3cvs2.4
11303
11304         * src/addrharvest.c
11305         * src/codeconv.c
11306         * src/codeconv.h
11307         * src/compose.c
11308         * src/news.c
11309         * src/procheader.c
11310         * src/procmime.c
11311         * src/unmime.c
11312         * src/unmime.h
11313                 fix buffer overflow, CAN-2005-0667, see
11314                 http://secunia.com/advisories/14491/
11315                 Patch by Alfons
11316
11317 2005-03-17 [colin]      1.0.3cvs2.3
11318
11319         * src/prefs_fonts.c
11320         * src/summaryview.c
11321                 Fix font bugs (both lists now officialy share 
11322                 the same font)
11323                 
11324
11325 2005-03-17 [paul]       1.0.3cvs2.2
11326
11327         * src/gtk/pluginwindow.c
11328                 make plugin descriptions uneditable
11329
11330 2005-03-11 [paul]       1.0.3cvs2.1
11331
11332         * ChangeLog.claws
11333         * configure.ac
11334         * po/POTFILES.in
11335         * src/plugins/trayicon/trayicon.c
11336                 sync with HEAD
11337                 add src/wizard.c to POTFILES.in
11338
11339 2005-03-11 [paul]       1.0.3cvs1.1
11340
11341         * ChangeLog
11342         * ChangeLog.claws
11343         * configure.ac
11344         * po/de.po
11345         * po/es.po
11346         * po/fr.po
11347         * po/it.po
11348         * po/pt_BR.po
11349         * po/ru.po
11350         * po/sk.po
11351         * po/sr.po
11352         * po/zh_CN.po
11353                 sync with HEAD
11354
11355 2005-03-04 [colin]      1.0.1cvs22.2
11356
11357         * src/compose.c
11358                 Fix signatures with accentued chars in it
11359
11360 2005-03-04 [colin]      1.0.1cvs22.1
11361
11362         * src/common/smtp.c
11363         * src/common/smtp.h
11364                 Don't use SIZE param in MAIL FROM: if server 
11365                 doesn't support it. Patch by Eugen Freiter
11366                 <eugen_f@users.sf.net>
11367
11368 2005-02-27 [paul]       1.0.1cvs20.1
11369
11370         * ChangeLog.claws
11371         * configure.ac
11372         * src/messageview.c
11373                 sync with HEAD
11374
11375 2005-02-27 [colin]      1.0.1cvs19.4
11376
11377         * src/procheader.c
11378         * src/procheader.h
11379                 Fix prototypes. Patch by Alfons
11380
11381 2005-02-27 [colin]      1.0.1cvs19.3
11382
11383         * src/compose.c
11384                 Don't auto-join the signature separator.
11385
11386 2005-02-26 [colin]      1.0.1cvs19.2
11387
11388         * src/summaryview.c
11389                 Fix 'mark all read' with collapsed threads.
11390                 Patch by Alfons.
11391
11392 2005-02-25 [paul]       1.0.1cvs19.1
11393
11394         * ChangeLog.claws
11395         * configure.ac
11396         * src/prefs_account.c
11397         * src/prefs_folder_item.c
11398         * src/gtk/prefswindow.c
11399         * src/gtk/prefswindow.h
11400                 sync with HEAD
11401
11402 2005-02-25 [paul]       1.0.1cvs15.12
11403
11404         * src/alertpanel.c
11405         * src/codeconv.c
11406         * src/compose.c
11407         * src/textview.c
11408         * src/gtk/gtkutils.c
11409         * src/gtk/gtkutils.h
11410         * src/gtk/logwindow.c
11411         * src/gtk/progressdialog.c
11412                 sync with main (revision 127)
11413                 and fix logwindow clipping
11414
11415 2005-02-24 [colin]      1.0.1cvs15.11
11416
11417         * src/plugins/pgpmime/passphrase.c
11418                 Disable input grabbing; it doesn't work yet.
11419
11420 2005-02-24 [colin]      1.0.1cvs15.10
11421
11422         * src/messageview.c
11423                 Don't send out receipts if offline. Ask.
11424
11425 2005-02-23 [colin]      1.0.1cvs15.9
11426
11427         * src/summaryview.c     
11428                 Fix expanding
11429
11430 2005-02-23 [colin]      1.0.1cvs15.8
11431
11432         * src/summaryview.c
11433                 Really fix Bug 568 by removing useless
11434                 calls. summary_thread_init() now called
11435                 in summary_sort(). This should please
11436                 Alfons as it should be faster than 
11437                 previously.
11438
11439 2005-02-23 [colin]      1.0.1cvs15.7
11440
11441         * src/compose.c
11442                 Encode parts as QP or B64 if signing
11443
11444 2005-02-23 [colin]      1.0.1cvs15.6
11445
11446         * src/compose.c
11447                 Fix Mimeinfo leakage (including tmp files)
11448         * src/procmsg.c
11449                 Fix tmp file leakage (spotted by Ivan Rayner)
11450
11451 2005-02-22 [colin]      1.0.1cvs15.5
11452
11453         * src/expldifdlg.c
11454                 Fix keyboard input. Patch by Alfons.
11455
11456 2005-02-21 [colin]      1.0.1cvs15.4
11457
11458         * src/compose.c
11459                 Fix Sign/Encrypt when unselecting privacy
11460                 system
11461         * src/prefs_common.c
11462                 Change default message font to Monospace
11463         * src/summaryview.c
11464                 More freezing during potentially large operations
11465
11466 2005-02-21 [paul]       1.0.1cvs15.3
11467
11468         * src/main.c
11469                 fix --help output
11470
11471 2005-02-21 [paul]       1.0.1cvs15.2
11472
11473         * po/Makefile.in.in
11474         * src/compose.c
11475         * src/summaryview.c
11476         * src/textview.c
11477         * src/common/utils.c
11478         * src/common/utils.h
11479                 sync with main (revision 117)
11480
11481 2005-02-20 [colin]      1.0.1cvs15.1
11482
11483         * src/common/defs.h
11484                 Change cache file to .sylpheed_claws_cache, as
11485                 suggested by Alfons. Allows people to switch
11486                 between Sylpheed and Sylpheed-Claws. it is
11487                 a good idea to "Check for new messages" at next
11488                 startup.
11489
11490
11491 2005-02-18 [colin]      1.0.1cvs14.1
11492
11493         * src/quote_fmt_lex.l
11494         * src/quote_fmt_parse.y
11495                 Fix parser initialisation. Patch by Ivan.
11496
11497 2005-02-18 [colin]      1.0.1cvs11.6
11498
11499         * src/folderview.c
11500                 Fix scrolldown (bug 662)
11501
11502 2005-02-17 [colin]      1.0.1cvs11.5
11503
11504         * src/codeconv.c
11505                 conv_filename_to_utf8: return clean 7bit instead
11506                 of broken utf8 if needed
11507         * src/mimeview.c
11508                 Fix display of parts with unclean 8bit names
11509
11510 2005-02-17 [paul]       1.0.1cvs11.4
11511
11512         * src/compose.c
11513         * src/exportldif.c
11514         * src/matcher_parser_parse.y
11515         * src/procmime.c
11516         * src/sourcewindow.c
11517         * src/common/Makefile.am
11518         * src/common/intl.h             ** REMOVED **
11519         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11520                 sync with main (revision 109)
11521                 and clean up
11522
11523 2005-02-16 [colin]      1.0.1cvs11.3
11524
11525         * src/summaryview.c
11526                 Fix collapsed thread not highlighting when new
11527                 messages in it (Bug 568) Patch by Stephan Sachse.
11528                 Fix messed up selection when reaching bounds (Bug 632)
11529         * src/prefs_themes.c
11530                 Fix theme installing (Bug 684)
11531
11532 2005-02-16 [colin]      1.0.1cvs11.2
11533
11534         * src/messageview.c
11535                 Fix messageview_select_all
11536
11537 2005-02-16 [colin]      1.0.1cvs11.1
11538
11539         * src/mh.c
11540                 Sync with HEAD (MH scan required function)
11541
11542 2005-02-15 [colin]      1.0.1cvs8.1
11543
11544         * src/mimeview.c
11545         * src/common/utils.c
11546                 Sync with HEAD (filename chars substitution)
11547
11548 2005-02-15 [colin]      1.0.1cvs7.3
11549
11550         * src/gtk/pluginwindow.c
11551                 Fix button spacing
11552
11553 2005-02-15 [colin]      1.0.1cvs7.2
11554
11555         * src/mimeview.c
11556                 Fix mime icons not reset across message when
11557                 scrolled down
11558
11559 2005-02-15 [colin]      1.0.1cvs7.1
11560
11561         * src/compose.c
11562         * src/procmime.c
11563                 Sync with HEAD (optimisation of cvs6)
11564
11565 2005-02-14 [colin]      1.0.1cvs6.1
11566
11567         * src/compose.c
11568         * src/procmime.c
11569                 Sync with HEAD (encode "From " at line beginning)
11570
11571 2005-02-14 [colin]      1.0.1cvs5.3
11572
11573         * src/compose.c
11574                 Fix wrapping with accentued chars.
11575
11576 2005-02-13 [colin]      1.0.1cvs5.2
11577
11578         * src/textview.c
11579                 Fix email informative part parsing with
11580                 accentued chars in it. ispunct() returns
11581                 true for them in utf8...
11582
11583 2005-02-12 [colin]      1.0.1cvs5.1
11584
11585         * src/filtering.c
11586                 Sync with HEAD (remove wrong use of compose after send)
11587
11588 2005-02-12 [paul]       1.0.1cvs4.5
11589
11590         * src/textview.c
11591                 remove unnecessary code (thanks to Alfons)
11592
11593 2005-02-12 [paul]       1.0.1cvs4.4
11594
11595         * src/textview.c
11596                 add 'Copy' to contextual menu on emails
11597
11598 2005-02-11 [colin]      1.0.1cvs4.3
11599
11600         * src/compose.c
11601                 revert 1.0.0cvs28.2, it doesn't work that well.
11602
11603 2005-02-11 [paul]       1.0.1cvs4.2
11604
11605         * po/Makefile.in.in
11606                 fix 'make release'
11607
11608 2005-02-10 [paul]       1.0.1cvs4.1
11609
11610         * ChangeLog
11611         * ChangeLog.claws
11612         * ChangeLog.jp
11613         * configure.ac
11614         * src/compose.c
11615                 sync with HEAD (sync with main)
11616
11617 2005-02-10 [paul]       1.0.1cvs3.2
11618
11619         * AUTHORS
11620         * Makefile.am
11621         * autogen.sh
11622         * configure.ac
11623         * config/mkinstalldirs
11624         * intl/.cvsignore
11625         * intl/ChangeLog
11626         * intl/VERSION
11627         * intl/bindtextdom.c
11628         * intl/config.charset
11629         * intl/dcgettext.c
11630         * intl/dcigettext.c
11631         * intl/dcngettext.c
11632         * intl/dgettext.c
11633         * intl/dngettext.c
11634         * intl/eval-plural.h
11635         * intl/explodename.c
11636         * intl/finddomain.c
11637         * intl/gettext.c
11638         * intl/gettextP.h
11639         * intl/gmo.h
11640         * intl/hash-string.h
11641         * intl/intl-compat.c
11642         * intl/l10nflist.c
11643         * intl/libgnuintl.h.in
11644         * intl/loadinfo.h
11645         * intl/loadmsgcat.c
11646         * intl/localcharset.c
11647         * intl/localcharset.h
11648         * intl/locale.alias
11649         * intl/localealias.c
11650         * intl/localename.c
11651         * intl/log.c
11652         * intl/ngettext.c
11653         * intl/os2compat.c
11654         * intl/os2compat.h
11655         * intl/osdep.c
11656         * intl/plural-exp.c
11657         * intl/plural-exp.h
11658         * intl/plural.c
11659         * intl/plural.y
11660         * intl/ref-add.sin
11661         * intl/ref-del.sin
11662         * intl/relocatable.c
11663         * intl/relocatable.h
11664         * intl/textdomain.c
11665         * m4/Makefile.am
11666         * po/Makefile.in.in
11667         * src/Makefile.am
11668         * src/account.c
11669         * src/action.c
11670         * src/addr_compl.c
11671         * src/addressadd.c
11672         * src/addressbook.c
11673         * src/addrgather.c
11674         * src/addrindex.c
11675         * src/alertpanel.c
11676         * src/browseldap.c
11677         * src/codeconv.c
11678         * src/codeconv.h
11679         * src/compose.c
11680         * src/compose.h
11681         * src/crash.c
11682         * src/editaddress.c
11683         * src/editbook.c
11684         * src/editgroup.c
11685         * src/editjpilot.c
11686         * src/editldap.c
11687         * src/editldap_basedn.c
11688         * src/editvcard.c
11689         * src/exphtmldlg.c
11690         * src/expldifdlg.c
11691         * src/export.c
11692         * src/exporthtml.c
11693         * src/filtering.c
11694         * src/folder.c
11695         * src/folder_item_prefs.c
11696         * src/foldersel.c
11697         * src/folderview.c
11698         * src/grouplistdialog.c
11699         * src/headerview.c
11700         * src/imap.c
11701         * src/imap_gtk.c
11702         * src/import.c
11703         * src/importldif.c
11704         * src/importmutt.c
11705         * src/importpine.c
11706         * src/inc.c
11707         * src/ldif.c
11708         * src/main.c
11709         * src/mainwindow.c
11710         * src/matcher.c
11711         * src/mbox.c
11712         * src/message_search.c
11713         * src/messageview.c
11714         * src/mh.c
11715         * src/mh_gtk.c
11716         * src/mimeview.c
11717         * src/msgcache.c
11718         * src/news.c
11719         * src/news_gtk.c
11720         * src/noticeview.c
11721         * src/partial_download.c
11722         * src/pop.c
11723         * src/prefs_account.c
11724         * src/prefs_actions.c
11725         * src/prefs_common.c
11726         * src/prefs_customheader.c
11727         * src/prefs_display_header.c
11728         * src/prefs_ext_prog.c
11729         * src/prefs_filtering.c
11730         * src/prefs_filtering_action.c
11731         * src/prefs_folder_item.c
11732         * src/prefs_fonts.c
11733         * src/prefs_gtk.c
11734         * src/prefs_matcher.c
11735         * src/prefs_msg_colors.c
11736         * src/prefs_spelling.c
11737         * src/prefs_summary_column.c
11738         * src/prefs_template.c
11739         * src/prefs_themes.c
11740         * src/prefs_toolbar.c
11741         * src/prefs_wrapping.c
11742         * src/privacy.c
11743         * src/procheader.c
11744         * src/procmime.c
11745         * src/procmsg.c
11746         * src/quote_fmt.c
11747         * src/recv.c
11748         * src/send_message.c
11749         * src/setup.c
11750         * src/sourcewindow.c
11751         * src/ssl_manager.c
11752         * src/statusbar.c
11753         * src/summary_search.c
11754         * src/summaryview.c
11755         * src/textview.c
11756         * src/toolbar.c
11757         * src/wizard.c
11758         * src/common/nntp.c
11759         * src/common/plugin.c
11760         * src/common/smtp.c
11761         * src/common/ssl.c
11762         * src/common/ssl_certificate.c
11763         * src/common/string_match.c
11764         * src/common/sylpheed.c
11765         * src/common/template.c
11766         * src/common/utils.c
11767         * src/gtk/about.c
11768         * src/gtk/colorlabel.c
11769         * src/gtk/description_window.c
11770         * src/gtk/filesel.c
11771         * src/gtk/foldersort.c
11772         * src/gtk/gtkaspell.c
11773         * src/gtk/gtkutils.c
11774         * src/gtk/inputdialog.c
11775         * src/gtk/logwindow.c
11776         * src/gtk/menu.c
11777         * src/gtk/pluginwindow.c
11778         * src/gtk/prefswindow.c
11779         * src/gtk/progressdialog.c
11780         * src/gtk/quicksearch.c
11781         * src/gtk/sslcertwindow.c
11782         * src/plugins/clamav/clamav_plugin.c
11783         * src/plugins/clamav/clamav_plugin_gtk.c
11784         * src/plugins/demo/demo.c
11785         * src/plugins/dillo_viewer/dillo_prefs.c
11786         * src/plugins/dillo_viewer/dillo_viewer.c
11787         * src/plugins/image_viewer/plugin.c
11788         * src/plugins/image_viewer/viewer.c
11789         * src/plugins/image_viewer/viewerprefs.c
11790         * src/plugins/mathml_viewer/mathml_viewer.c
11791         * src/plugins/pgpmime/passphrase.c
11792         * src/plugins/pgpmime/plugin.c
11793         * src/plugins/pgpmime/prefs_gpg.c
11794         * src/plugins/pgpmime/select-keys.c
11795         * src/plugins/pgpmime/sgpgme.c
11796         * src/plugins/spamassassin/spamassassin.c
11797         * src/plugins/spamassassin/spamassassin_gtk.c
11798         * src/plugins/trayicon/trayicon.c
11799                 sync with main (revision 104)
11800
11801 2005-02-10 [colin]      1.0.1cvs3.1
11802
11803         * src/mainwindow.c
11804                 Sync with HEAD (fix occasional crasher)
11805
11806 2005-02-10 [colin]      1.0.1cvs2.1
11807
11808         * src/messageview.c
11809                 Synw with HEAD (don't automatically display html)
11810
11811 2005-02-09 [colin]      1.0.1cvs1.3
11812
11813         * src/textview.c
11814         * src/textview.h
11815                 Add contextual menu on emails
11816
11817 2005-02-09 [colin]      1.0.1cvs1.2
11818
11819         * src/codeconv.c
11820                 Fix converting from broken headers and 
11821                 put back the _ in missing places
11822                 (feature broke with cvs24.2 sync, main 
11823                  possibly affected?)
11824
11825 2005-02-09 [colin]      1.0.1cvs1.1
11826
11827         * src/messageview.c
11828         * src/mimeview.c
11829         * src/mimeview.h
11830                 Sync with HEAD (display non text/plain mails with plugin)
11831
11832 2005-02-08 [colin]      1.0.1.1
11833
11834         * ChangeLog.claws
11835         * po/pt_BR.po
11836                 Sync with HEAD
11837         * configure.ac
11838                 Make default configuration directory 
11839                 be .sylpheed-gtk2
11840
11841 2005-02-08 [colin]      1.0.0cvs29.1
11842
11843         * po/de.po
11844         * po/es.po
11845         * po/fr.po
11846         * po/it.po
11847         * po/sk.po
11848         * po/sr.po
11849                 Sync translations with HEAD
11850
11851 2005-02-06 [colin]      1.0.0cvs28.3
11852
11853         * src/compose.c
11854                 Make compose a bit faster - patch by Alfons.
11855
11856 2005-02-06 [colin]      1.0.0cvs28.2
11857
11858         * src/compose.c
11859                 Make pasting via middle-click more reliable
11860
11861 2005-02-05 [paul]       1.0.0cvs28.1
11862
11863         * ChangeLog
11864         * ChangeLog.claws
11865         * ChangeLog.jp
11866         * configure.ac
11867         * src/compose.c
11868                 sync with HEAD
11869                 (fix bug 682 'redirect is broken'
11870
11871 2005-02-05 [torte]      1.0.0cvs27.1
11872
11873         * ChangeLog.claws
11874         * configure.ac
11875         * src/partial_download.c
11876                 Sync with HEAD (fix buf overflow)
11877
11878 2005-02-03 [colin]      1.0.0cvs26.1
11879
11880         * src/common/plugin.c
11881                 Sync with HEAD (avoid plugin mismatches)
11882
11883 2005-02-03 [paul]       1.0.0cvs25.3
11884
11885         * src/folderview.c
11886         * src/headerview.c
11887         * src/summaryview.c
11888         * src/textview.c
11889         * src/gtk/colorlabel.c
11890                 third and final part of initial sync with main-gtk2
11891
11892 2005-02-03 [paul]       1.0.0cvs25.2
11893
11894         * src/jpilot.c
11895                 fix building with jpilot support
11896
11897 2005-02-02 [colin]      1.0.0cvs25.1
11898
11899         * src/messageview.c
11900                 Sync with HEAD (fix dangerous typo)
11901
11902 2005-02-01 [colin]      1.0.0cvs24.3
11903
11904         * src/common/xml.c
11905                 Write file as advertised (UTF-8)
11906
11907 2005-02-01 [paul]       1.0.0cvs24.2
11908
11909         * src/addrbook.c
11910         * src/addrindex.c
11911         * src/alertpanel.h
11912         * src/codeconv.c
11913         * src/codeconv.h
11914         * src/compose.c
11915         * src/export.c
11916         * src/folder_item_prefs.c
11917         * src/html.c
11918         * src/imap.c
11919         * src/import.c
11920         * src/jpilot.c
11921         * src/mainwindow.c
11922         * src/matcher_parser_lex.l
11923         * src/messageview.c
11924         * src/mh.c
11925         * src/prefs_account.c
11926         * src/prefs_actions.c
11927         * src/prefs_common.c
11928         * src/prefs_gtk.c
11929         * src/prefs_gtk.h
11930         * src/prefs_themes.c
11931         * src/procheader.c
11932         * src/procmime.c
11933         * src/sourcewindow.c
11934         * src/statusbar.c
11935         * src/summaryview.c
11936         * src/textview.c
11937         * src/toolbar.c
11938         * src/unmime.c
11939         * src/common/template.c
11940         * src/common/utils.c
11941         * src/common/xml.c
11942         * src/common/xml.h
11943         * src/gtk/gtkaspell.c
11944         * src/plugins/clamav/clamav_plugin.c
11945         * src/plugins/dillo_viewer/dillo_prefs.c
11946         * src/plugins/image_viewer/viewerprefs.c
11947         * src/plugins/pgpmime/passphrase.c
11948         * src/plugins/pgpmime/prefs_gpg.c
11949         * src/plugins/pgpmime/select-keys.c
11950         * src/plugins/spamassassin/spamassassin.c
11951                 second part of initial sync with main-gtk2
11952                 (more to follow)
11953
11954 2005-01-31 [colin]      1.0.0cvs24.1
11955
11956         * src/compose.c
11957                 Sync with HEAD
11958
11959 2005-01-29 [paul]       1.0.0cvs23.2
11960
11961         * src/account.c
11962         * src/action.c
11963         * src/addressadd.c
11964         * src/addressbook.c
11965         * src/alertpanel.c
11966         * src/compose.c
11967         * src/editaddress.c
11968         * src/editbook.c
11969         * src/editgroup.c
11970         * src/editjpilot.c
11971         * src/editldap.c
11972         * src/editldap_basedn.c
11973         * src/editvcard.c
11974         * src/export.c
11975         * src/foldersel.c
11976         * src/grouplistdialog.c
11977         * src/import.c
11978         * src/importldif.c
11979         * src/inc.c
11980         * src/main.c
11981         * src/mainwindow.c
11982         * src/message_search.c
11983         * src/messageview.c
11984         * src/mimeview.c
11985         * src/prefs_actions.c
11986         * src/prefs_common.c
11987         * src/prefs_common.h
11988         * src/prefs_customheader.c
11989         * src/prefs_display_header.c
11990         * src/prefs_filtering.c
11991         * src/prefs_filtering_action.c
11992         * src/prefs_gtk.c
11993         * src/prefs_matcher.c
11994         * src/prefs_summary_column.c
11995         * src/prefs_template.c
11996         * src/sourcewindow.c
11997         * src/summary_search.c
11998         * src/summaryview.c
11999         * src/textview.c
12000         * src/gtk/about.c
12001         * src/gtk/description_window.c
12002         * src/gtk/gtkshruler.c
12003         * src/gtk/gtkutils.c
12004         * src/gtk/gtkutils.h
12005         * src/gtk/inputdialog.c
12006         * src/gtk/logwindow.c
12007         * src/gtk/prefswindow.c
12008         * src/gtk/progressdialog.c
12009         * src/gtk/progressdialog.h
12010                 first part of initial sync with main-gtk2
12011                 (more to follow)
12012
12013 2005-01-28 [colin]      1.0.0cvs23.1
12014
12015         * src/folderview.c
12016                 Sync with HEAD
12017
12018 2005-01-27 [colin]      1.0.0cvs21.1
12019
12020         * src/folder.c
12021         * src/folderview.c
12022                 Sync with HEAD
12023
12024 2005-01-27 [colin]      1.0.0cvs19.1
12025
12026         * src/procmime.c
12027                 Sync with HEAD
12028
12029 2005-01-27 [colin]      1.0.0cvs18.1
12030
12031         * src/messageview.c
12032         * src/summaryview.c
12033         * src/mainwindow.c
12034         * src/compose.c
12035         * src/compose.h
12036         * src/procmsg.c
12037         * src/procmsg.h
12038         * src/toolbar.c
12039                 Sync with HEAD
12040
12041 2005-01-26 [paul]       1.0.0cvs15.2
12042
12043         * src/compose.c
12044                 compose_entries_set(): convert subject and body to
12045                 utf8 if necessary. patch by Felix Eckhofer
12046
12047 2005-01-26 [paul]       1.0.0cvs15.1
12048
12049         * configure.ac
12050         * src/common/template.c
12051                 sync with HEAD (fix memory leak)
12052
12053 2005-01-25 [paul]       1.0.0cvs14.1
12054
12055         * configure.ac
12056         * src/compose.c
12057                 sync with HEAD
12058
12059 2005-01-24 [colin]      1.0.0cvs13.1
12060
12061         * src/summaryview.c
12062                 Sync with HEAD
12063
12064 2005-01-24 [paul]       1.0.0cvs12.1
12065
12066         * configure.ac
12067         * src/messageview.c
12068         * src/mh.c
12069         * src/common/utils.c
12070                 sync with HEAD
12071
12072 2005-01-24 [colin]      1.0.0cvs11.1
12073
12074         * src/procheader.c
12075                 Sync with HEAD
12076
12077 2005-01-24 [colin]      1.0.0cvs10.1
12078
12079         * src/folderview.c
12080                 Sync with HEAD
12081
12082 2005-01-23 [colin]      1.0.0cvs9.1
12083
12084         * src/crash.c
12085                 Sync with HEAD
12086
12087 2005-01-22 [colin]      1.0.0cvs8.1
12088
12089         * src/summaryview.c
12090         * src/gtk/quicksearch.c
12091                 Sync with HEAD
12092
12093 2005-01-21 [colin]      1.0.0cvs7.1
12094
12095         * src/summaryview.c
12096                 Sync with HEAD
12097
12098 2005-01-21 [colin]      1.0.0cvs6.1
12099
12100         * src/summaryview.c
12101                 Sync with HEAD
12102
12103 2005-01-21 [colin]      1.0.0cvs5.1
12104
12105         * src/gtk/quicksearch.c
12106         * src/prefs_common.c
12107         * src/prefs_common.h
12108                 Sync with HEAD (recurse option)
12109
12110 2005-01-21 [colin]      1.0.0cvs4.1
12111
12112         * src/folder.h
12113         * src/folderview.c
12114         * src/folderview.h
12115         * src/summaryview.c
12116         * src/gtk/quicksearch.c
12117         * src/gtk/quicksearch.h
12118                 Sync with HEAD (recursive quicksearch)
12119
12120 2005-01-20 [colin]      1.0.0cvs3.4
12121
12122         * src/ssl_manager.c
12123                 Remove useless code
12124
12125 2005-01-20 [colin]      1.0.0cvs3.3
12126
12127         * src/ssl_manager.c
12128                 Fix leak, thanks to Alfons.
12129
12130 2005-01-20 [colin]      1.0.0cvs3.2
12131
12132         * src/ssl_manager.c
12133                 Port SSL certificate window to GTK2.
12134
12135 2005-01-20 [paul]       1.0.0cvs3.1
12136
12137         * ChangeLog.claws
12138         * configure.ac
12139         * src/addrindex.c
12140         * src/addrindex.h
12141                 sync with HEAD
12142
12143 2005-01-19 [colin]      1.0.0cvs2.2
12144
12145         * src/plugins/trayicon/trayicon.c
12146                 Fix freeze with gtk-2.6, the easy way
12147                 (signal blocking helpless there...)
12148                 Closes bug #668.
12149
12150 2005-01-19 [colin]      1.0.0cvs2.1
12151
12152         * src/mbox.c
12153         * src/mbox.h
12154         * src/mainwindow.c
12155         * src/summaryview.c
12156         * src/summaryview.h
12157                 Sync with HEAD
12158
12159 2005-01-19 [paul]       1.0.0cvs1.1
12160
12161         * configure.ac
12162         * po/de.po
12163         * po/es.po
12164         * po/fr.po
12165         * po/hr.po
12166         * po/it.po
12167         * po/ja.po
12168         * po/ko.po
12169         * po/pt_BR.po
12170         * po/ru.po
12171         * po/sk.po
12172         * po/sr.po
12173                 sync with HEAD (update translations)
12174
12175 2005-01-18 [colin]      1.0.0cvs0.1
12176
12177         * src/foldersel.c
12178                 Specify search column - patch by Alfons
12179
12180 2005-01-18 [colin]      0.9.13cvs36.3
12181
12182         * src/prefs_toolbar.c
12183                 Change Delete to Remove
12184         * src/prefs_fonts.c
12185                 GTK2 version and leak fixes
12186         * src/prefs_actions.c
12187                 Add stock buttons.
12188                 All patches by Alfons
12189
12190 2005-01-17 [colin]      0.9.13cvs36.2
12191
12192         * src/compose.c
12193                 Fix DnD inserting twice. While at it,
12194                 add DnD support for text/plain in the
12195                 body, and add support in the headers.
12196
12197 2005-01-16 [colin]      0.9.13cvs36.1
12198
12199         * ChangeLog
12200         * ChangeLog.jp
12201         * ChangeLog.claws
12202                 Sync with HEAD (nothing applicable)
12203
12204 2005-01-16 [colin]      0.9.13cvs33.2
12205
12206         * src/prefs_toolbar.c
12207                 GTK2ize prefs_toolbar, by Alfons.
12208
12209 2005-01-14 [colin]      0.9.13cvs33.1
12210
12211         * src/html.c
12212         * src/msgcache.c
12213                 Sync with HEAD
12214
12215 2005-01-14 [colin]      0.9.13cvs32.1
12216
12217         * src/html.c
12218         * src/html.h
12219         * src/msgcache.c
12220         * AUTHORS
12221         * tools/calypso_convert.pl
12222                 Sync with HEAD
12223
12224 2005-01-08 [colin]      0.9.13cvs29.2
12225
12226         * src/prefs_filtering_action.c
12227         * src/prefs_filtering.c
12228                 2 more gtk2 patches by Alfons
12229
12230 2005-01-07 [paul]       0.9.13cvs29.1
12231
12232         * ChangeLog
12233         * ChangeLog.claws
12234         * ChangeLog.jp
12235         * configure.ac
12236         * src/pop.c
12237         * src/pop.h
12238                 sync with HEAD
12239
12240 2005-01-07 [colin]      0.9.13cvs28.3
12241
12242         * src/gtk/progressdialog.c
12243         * src/gtk/progressdialog.h
12244         * src/inc.c
12245         * src/send_message.c
12246                 GTK2 for the incorporation dialog. The CList isn't dead
12247                 yet, for a more smooth migration. Patch by Alfons.
12248
12249 2005-01-06 [colin]      0.9.13cvs28.2
12250
12251         * src/prefs_display_header.c
12252                 GTK2 conversion by Alfons
12253         * src/prefs_actions.c
12254         * src/prefs_matcher.c
12255                 Fix 2 leaks - patch by Alfons
12256
12257 2005-01-06 [colin]      0.9.13cvs28.1
12258
12259         * src/prefs_matcher.c
12260                 Sync with HEAD
12261
12262 2005-01-06 [colin]      0.9.13cvs27.4
12263
12264         * src/prefs_matcher.c
12265                 Fix double-free. Patch by Alfons
12266
12267 2005-01-06 [colin]      0.9.13cvs27.3
12268
12269         * src/prefs_matcher.c
12270                 GTK2 widgets + memleak
12271                 Patch by Alfons
12272
12273 2005-01-05 [colin]      0.9.13cvs27.2
12274
12275         * src/account.c
12276         * src/addr_compl.c
12277         * src/foldersel.c
12278         * src/stock_pixmap.c
12279         * src/stock_pixmap.h
12280                 3 more GTK2 patches by Alfons.
12281
12282 2005-01-04 [colin]      0.9.13cvs27.1
12283
12284         * src/folderview.c
12285         * src/imap_gtk.c
12286         * src/news_gtk.c
12287                 Sync with HEAD
12288
12289 2005-01-04 [colin]      0.9.13cvs25.9
12290
12291         * src/compose.c
12292                 Fix Show Ruler menuitem
12293         * src/prefs_template.c
12294                 Convert to GTK2
12295         * src/common/utils.c
12296                 Make auto pointer stuff handles NULLs
12297                 Patches by Alfons.
12298
12299 2005-01-04 [colin]      0.9.13cvs25.8
12300
12301         * src/compose.c
12302                 Move the attachment list to gtk2
12303                 Patch by Alfons.
12304
12305 2005-01-04 [colin]      0.9.13cvs25.7
12306
12307         * src/textview.c
12308                 Make some keys work again
12309                 Patch by SungHyun Nam <namsh@kldp.org>
12310
12311 2005-01-04 [colin]      0.9.13cvs25.6
12312
12313         * src/gtk/gtkshruler.c
12314                 Move the ruler to GTK2
12315                 Patch by Alfons
12316
12317 2005-01-03 [colin]      0.9.13cvs25.5
12318
12319         * src/compose.c
12320                 Fix my broken patch apply 
12321
12322 2005-01-03 [colin]      0.9.13cvs25.4
12323
12324         * src/common/utils.c
12325         * src/common/utils.h
12326         * src/gtk/prefswindow.c
12327                 Move auto pointer stuff to utils.c
12328                 Patch by Alfons again :)
12329
12330 2005-01-03 [colin]      0.9.13cvs25.3
12331
12332         * src/compose.c
12333         * src/prefs_gtk.c
12334         * src/prefs_template.c
12335         * src/textview.c
12336                 Empty text widgets with empty strings, not NULL char
12337                 Patch by SungHyun Nam <namsh@kldp_org>
12338
12339 2005-01-03 [colin]      0.9.13cvs25.2
12340
12341         * src/main.c
12342         * AUTHORS
12343                 Sync with HEAD
12344
12345 2005-01-03 [colin]      0.9.13cvs25.1
12346
12347         * src/pop.c
12348         * src/pop.h
12349                 Sync with HEAD
12350
12351 2005-01-03 [colin]      0.9.13cvs24.3
12352
12353         * src/account.c
12354                 Two patches from Alfons and Alex S Moore:
12355                 fix images, fix return value.
12356
12357 2005-01-01 [colin]      0.9.13cvs24.2
12358
12359         * src/prefs_actions.c
12360                 Fix over-zealous assertion. Patch by Alfons
12361
12362 2005-01-01 [colin]      0.9.13cvs24.1
12363
12364         * src/procmime.c
12365                 Sync with HEAD (leak fix)
12366
12367 2004-12-31 [colin]      0.9.13cvs23.2
12368
12369         * src/prefs_common.c
12370                 GTK2 widgets + stock buttons - patch by Alfons
12371
12372 2004-12-31 [paul]       0.9.13cvs23.1
12373
12374         * configure.ac
12375                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12376         * src/gtk/pluginwindow.c
12377                 use GTK2 widgets and plug memory leaks,
12378                 patches by Alfons
12379
12380 2004-12-30 [colin]      0.9.13cvs22.4
12381
12382         * src/account.c
12383         * src/action.c
12384         * src/export.c
12385         * src/foldersel.c
12386         * src/import.c
12387         * src/message_search.c
12388         * src/prefs_actions.c
12389         * src/prefs_common.c
12390         * src/prefs_customheader.c
12391         * src/prefs_filtering.c
12392         * src/prefs_summary_column.c
12393         * src/summary_search.c
12394         * src/gtk/about.c
12395         * src/gtk/description_window.c
12396         * src/gtk/gtkutils.c
12397         * src/gtk/gtkutils.h
12398         * src/gtk/inputdialog.c
12399         * src/gtk/prefswindow.c
12400                 Use GTK2 stock buttons. Patches by Alfons.
12401
12402 2004-12-30 [colin]      0.9.13cvs22.3
12403
12404         * src/account.c
12405                 Sync with HEAD
12406         * src/prefs_actions.c
12407         * src/prefs_customheader.c
12408         * src/prefs_filtering.c
12409         * src/prefs_msg_colors.c
12410         * src/prefs_summary_column.c
12411         * src/gtk/prefswindow.c
12412                 Use GtkTreeView instead of deprecated 
12413                 widgets. Patches by Alfons.
12414
12415 2004-12-30 [paul]       0.9.13cvs22.2
12416
12417         * src/foldersel.c
12418                 use GTK 2 Tree View
12419                 patch by Alfons, with root folder sorting fix
12420                 by Stephan Sachse
12421
12422 2004-12-30 [paul]       0.9.13cvs22.1
12423
12424         * ChangeLog
12425         * ChangeLog.claws
12426         * ChangeLog.jp
12427         * NEWS
12428         * configure.ac
12429         * src/account.c
12430                 sync with HEAD
12431
12432 2004-12-22 [martin]     0.9.13cvs21.2
12433
12434         * src/action.c
12435                 free the command line after its use
12436
12437 2004-12-18 [paul]       0.9.13cvs21.1
12438
12439         * AUTHORS
12440         * ChangeLog
12441         * ChangeLog.claws
12442         * ChangeLog.jp
12443         * NEWS
12444         * configure.ac
12445         * src/action.c
12446         * src/compose.c
12447         * src/syldap.c
12448                 sync with HEAD
12449
12450 2004-12-17 [martin]     0.9.13cvs17.2
12451
12452         * src/action.c
12453                 convert actions input to locale
12454         * src/inc.c
12455                 convert notification command to locale
12456         * src/plugins/pgpmime/select-keys.c
12457                 convert attributes to utf8
12458
12459 2004-12-14 [colin]      0.9.13cvs17.1
12460
12461         * ChangeLog
12462         * ChangeLog.jp
12463         * ChangeLog.claws
12464         * src/action.c
12465         * src/common/utils.c
12466         * src/gtk/prefswindow.c
12467         * src/gtk/gtkutils.c
12468         * src/gtk/gtkutils.h
12469         * src/plugins/spamassassin/libspamc.c
12470                 Sync with HEAD
12471
12472 2004-12-13 [colin]      0.9.13cvs14.1
12473
12474         * src/quote_fmt_parse.y
12475                 Sync with HEAD
12476
12477 2004-12-10 [colin]      0.9.13cvs12.1
12478
12479         * src/prefs_themes.c
12480         * src/mainwindow.c
12481         * src/messageview.c
12482                 Sync with HEAD
12483
12484 2004-12-09 [colin]      0.9.13cvs10.1
12485
12486         * src/procmime.c
12487                 Sync with HEAD (fix B64 encoding from memory)
12488
12489 2004-12-08 [colin]      0.9.13cvs9.1
12490
12491         * src/gtk/colorlabel.c
12492                 Sync with HEAD
12493
12494 2004-12-08 [paul]       0.9.13cvs8.2
12495
12496         * src/gtk/pluginwindow.c
12497                 fix window resizing oddities
12498
12499 2004-12-08 [colin]      0.9.13cvs8.1
12500
12501         * src/quote_fmt_parse.y
12502                 Sync with HEAD
12503
12504 2004-12-08 [colin]      0.9.13cvs7.1
12505
12506         * src/matcher_parser_parse.y
12507         * src/msgcache.c
12508         * src/prefs_matcher.c
12509         * src/procheader.c
12510         * src/matcher.c
12511         * src/common/defs.h
12512         * po/sr.po
12513                 Sync with HEAD
12514
12515 2004-12-08 [colin]      0.9.13cvs6.1
12516
12517         * src/quote_fmt_parse.y
12518         * src/textview.c
12519                 Sync with HEAD
12520         * src/gtk/prefswindow.c
12521         * src/gtk/pluginwindow.c
12522                 Fix G_CALLBACKS protos (thanks to Alfons)
12523
12524 2004-12-07 [torte]      0.9.13cvs2.2
12525
12526         * src/procmime.c
12527                 [Bug 650] reply button causes crash
12528                 Thanks to David Relson and Christoph
12529
12530 2004-12-07 [colin]      0.9.13cvs2.1
12531
12532         * ChangeLog.claws
12533         * AUTHORS
12534         * po/sk.po
12535         * src/procmime.c
12536         * src/prefs_account.c
12537         * src/common/smtp.c
12538         * src/common/smtp.h
12539                 Sync with HEAD
12540
12541 2004-12-06 [colin]      0.9.12cvs187.1
12542
12543         * ChangeLog.claws
12544         * INSTALL
12545         * Makefile.am
12546         * README.claws
12547         * TODO.claws
12548         * configure.ac
12549         * po/bg.po
12550         * po/cs.po
12551         * po/el.po
12552         * po/en_GB.po
12553         * po/es.po
12554         * po/fr.po
12555         * po/hr.po
12556         * po/hu.po
12557         * po/it.po
12558         * po/ja.po
12559         * po/ko.po
12560         * po/nl.po
12561         * po/pl.po
12562         * po/pt_BR.po
12563         * po/ru.po
12564         * po/sk.po
12565         * po/sr.po
12566         * po/sv.po
12567         * po/zh_CN.po
12568         * po/zh_TW.Big5.po
12569         * src/compose.c
12570         * tools/Makefile.am
12571         * tools/README
12572         * tools/filter_conv.pl
12573         * tools/kdeservicemenu/README
12574         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12575         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12576                 Sync with HEAD
12577
12578 2004-12-04 [colin]      0.9.12cvs183.1
12579
12580         * src/compose.c
12581                 Sync with HEAD (compose window position saving)
12582
12583 2004-12-04 [paul]       0.9.12cvs182.3
12584
12585         * src/messageview.c
12586         * src/mimeview.c
12587         * src/prefs_customheader.c
12588         * src/gtk/quicksearch.c
12589                 replace some forgotten GTK_SIGNAL_FUNCs
12590
12591 2004-12-04 [paul]       0.9.12cvs182.2
12592
12593         * src/Makefile.am
12594                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12595                 committed in error      
12596
12597 2004-12-04 [paul]       0.9.12cvs182.1
12598
12599         * ChangeLog
12600         * ChangeLog.claws
12601         * ChangeLog.jp
12602         * INSTALL
12603         * NEWS
12604         * README
12605         * README.jp
12606         * configure.ac
12607         * doc/manual/ja/Makefile.am
12608         * doc/manual/ja/sylpheed-1.html
12609         * doc/manual/ja/sylpheed-10.html
12610         * doc/manual/ja/sylpheed-11.html
12611         * doc/manual/ja/sylpheed-12.html
12612         * doc/manual/ja/sylpheed-13.html
12613         * doc/manual/ja/sylpheed-14.html
12614         * doc/manual/ja/sylpheed-15.html
12615         * doc/manual/ja/sylpheed-16.html
12616         * doc/manual/ja/sylpheed-17.html
12617         * doc/manual/ja/sylpheed-18.html
12618         * doc/manual/ja/sylpheed-19.html
12619         * doc/manual/ja/sylpheed-2.html
12620         * doc/manual/ja/sylpheed-20.html
12621         * doc/manual/ja/sylpheed-3.html
12622         * doc/manual/ja/sylpheed-4.html
12623         * doc/manual/ja/sylpheed-5.html
12624         * doc/manual/ja/sylpheed-6.html
12625         * doc/manual/ja/sylpheed-7.html
12626         * doc/manual/ja/sylpheed-8.html
12627         * doc/manual/ja/sylpheed-9.html
12628         * doc/manual/ja/sylpheed.html
12629         * doc/manual/ja/sylpheed.sgml
12630         * po/de.po
12631         * src/Makefile.am
12632         * src/compose.c
12633         * src/procmime.c
12634         * src/pixmaps/regular.xpm **REMOVED**
12635         * src/plugins/pgpmime/pgpmime.c
12636         * src/plugins/pgpmime/plugin.c
12637         * src/plugins/pgpmime/prefs_gpg.c
12638                 sync with HEAD
12639
12640 2004-12-03 [paul]       0.9.12cvs180.1
12641
12642         * ChangeLog
12643         * ChangeLog.claws
12644         * ChangeLog.jp
12645         * configure.ac
12646         * src/Makefile.am
12647         * src/pop.c
12648         * src/common/utils.c
12649         * src/common/utils.h
12650         * src/pixmaps/continue.xpm
12651         * src/pixmaps/dir_close.xpm
12652         * src/pixmaps/dir_open.xpm
12653         * src/pixmaps/drafts_close.xpm
12654         * src/pixmaps/drafts_open.xpm
12655         * src/pixmaps/folder.xpm **REMOVED**
12656         * src/pixmaps/group.xpm
12657         * src/pixmaps/unread.xpm
12658                 sync with HEAD
12659
12660 2004-12-02 [colin]      0.9.12cvs179.1
12661
12662         * src/compose.c
12663                 Sync with HEAD (non-duplicated reedition)
12664
12665 2004-12-02 [colin]      0.9.12cvs178.1
12666
12667         * src/compose.c
12668                 Sync with HEAD (linewrap_quote fix)
12669
12670 2004-12-01 [colin]      0.9.12cvs177.3
12671
12672         * src/addrharvest.c
12673                 Replace sizeof with strlen
12674
12675 2004-12-01 [paul]       0.9.12cvs177.2
12676
12677         * src/addrharvest.c
12678                 fix 'harvest addresses'
12679
12680 2004-11-30 [colin]      0.9.12cvs177.1
12681
12682         * src/gtk/prefswindow.c
12683         * src/gtk/pluginwindow.c
12684                 Sync with HEAD
12685
12686 2004-11-29 [colin]      0.9.12cvs176.1
12687
12688         * src/folderview.c
12689                 sync with HEAD (Fix disappearing separators in folderview's popup)
12690
12691 2004-11-29 [colin]      0.9.12cvs175.1
12692
12693         * src/procmime.c
12694                 Sync with head (another format fix)
12695
12696 2004-11-29 [colin]      0.9.12cvs174.1
12697
12698         * src/pop.c
12699                 Sync with HEAD (format string fix)
12700
12701 2004-11-26 [colin]      0.9.12cvs173.1
12702
12703         * src/common/smtp.c
12704         * src/common/smtp.h
12705                 Sync with HEAD
12706
12707 2004-11-24 [colin]      0.9.12cvs172.1
12708
12709         * src/plugins/pgpmime/pgpmime.c
12710                 Sync with HEAD
12711
12712 2004-11-24 [colin]      0.9.12cvs171.1
12713
12714         * src/plugins/pgpmime/pgpmime.c
12715                 Sync with head (gpgmectx leaks)
12716
12717 2004-11-24 [colin]      0.9.12cvs169.1
12718
12719         * src/plugins/pgpmime/plugin.c
12720         * src/plugins/trayicon/Makefile.am
12721         * src/plugins/trayicon/newmarkedmail.xpm
12722         * src/plugins/trayicon/trayicon.c
12723         * src/plugins/trayicon/unreadmarkedmail.xpm
12724                 Sync with HEAD
12725
12726 2004-11-23 [colin]      0.9.12cvs168.1
12727
12728         * src/partial_download.c
12729         * src/partial_download.h
12730         * src/plugins/pgpmime/plugin.c
12731                 Sync with HEAD
12732
12733 2004-11-23 [colin]      0.9.12cvs166.1
12734
12735         * src/Makefile.am
12736         * src/codeconv.c
12737         * src/compose.c
12738         * src/folderview.c
12739         * src/main.c
12740         * src/partial_download.c
12741         * src/partial_download.h
12742         * src/prefs_account.c
12743         * src/prefs_account.h
12744         * src/privacy.c
12745         * src/privacy.h
12746         * src/procmime.c
12747         * src/common/Makefile.am
12748         * src/common/base64.h
12749         * src/common/partial_download.c
12750         * src/common/partial_download.h
12751         * src/gtk/prefswindow.c
12752         * src/gtk/prefswindow.h
12753         * src/plugins/pgpmime/pgpmime.c
12754         * src/plugins/pgpmime/prefs_gpg.c
12755         * src/plugins/pgpmime/prefs_gpg.h
12756         * src/plugins/pgpmime/sgpgme.c
12757         * src/plugins/pgpmime/sgpgme.h
12758                 Sync with HEAD
12759
12760 2004-11-23 [colin]      0.9.12cvs163.1
12761
12762         * src/main.c
12763                 Sync with HEAD (cursor optimization)
12764
12765 2004-11-23 [colin]      0.9.12cvs162.1
12766
12767         * src/prefs_common.c
12768         * src/prefs_themes.c
12769         * src/procmsg.c
12770                 Sync with HEAD
12771
12772 2004-11-23 [colin]      0.9.12cvs158.9
12773
12774         * src/compose.c
12775                 Fix double-free when forwarding
12776         * src/msgcache.c
12777                 Fix leak on error path
12778                 
12779
12780 2004-11-23 [colin]      0.9.12cvs158.8
12781
12782         * src/compose.c
12783                 Fix possible double-free
12784                 Spotted by Alfons
12785
12786 2004-11-23 [colin]      0.9.12cvs158.7
12787
12788         * src/compose.c
12789                 Fix some signal handlers' prototypes
12790                 Spotted by Alfons
12791
12792 2004-11-22 [colin]      0.9.12cvs158.6
12793
12794         * src/compose.c
12795                 Remove unneeded code and duplicated
12796                 wrapping - patch by Alfons
12797
12798 2004-11-22 [colin]      0.9.12cvs158.5
12799
12800         * src/prefs_themes.c
12801                 Fix oversized selector
12802
12803 2004-11-22 [colin]      0.9.12cvs158.4
12804
12805         * src/compose.c
12806                 fix dump_text()
12807                 patch by Alfons
12808
12809 2004-11-19 [colin]      0.9.12cvs158.3
12810
12811         * src/textview.c
12812                 Add a context menu on links (open, copy)
12813
12814 2004-11-18 [paul]       0.9.12cvs158.2
12815
12816         * src/addrgather.c
12817         * src/exphtmldlg.c
12818         * src/expldifdlg.c
12819         * src/mimeview.c
12820         * src/prefs_common.c
12821         * src/plugins/image_viewer/viewer.c
12822         * src/plugins/spamassassin/spamassassin_gtk.c
12823                 replace deprecated gtk_notebook_set_page
12824                 and gtk_notebook_current_page
12825
12826 2004-11-18 [paul]       0.9.12cvs158.1
12827
12828         * configure.ac
12829         * src/compose.c
12830         * src/mainwindow.c
12831         * src/messageview.c
12832         * src/prefs_common.c
12833         * src/common/utils.c
12834         * src/common/utils.h
12835                 sync with HEAD
12836
12837 2004-11-17 [colin]      0.9.12cvs156.1
12838
12839         * src/prefs_account.c
12840         * src/prefs_account.h
12841         * src/procmsg.c
12842                 Sync with HEAD (add pref to store encrypted mails encrypted)
12843
12844 2004-11-17 [paul]       0.9.12cvs155.1
12845
12846         * ChangeLog
12847         * ChangeLog.claws
12848         * ChangeLog.jp
12849         * NEWS
12850         * configure.ac
12851         * src/compose.c
12852         * src/jpilot.c
12853         * src/privacy.c
12854         * src/procmime.c
12855         * src/procmime.h
12856         * src/procmsg.c
12857         * src/toolbar.c
12858         * src/pixmaps/error.xpm
12859                 sync with HEAD
12860
12861 2004-11-17 [colin]      0.9.12cvs151.1
12862
12863         * src/plugins/pgpmime/pgpmime.c
12864                 Sync with HEAD (remove debug printf)
12865
12866 2004-11-17 [colin]      0.9.12cvs150.1
12867
12868         * src/plugins/pgpmime/pgpmime.c
12869                 Sync with HEAD (off-by-one fix)
12870
12871 2004-11-17 [colin]      0.9.12cvs149.1
12872
12873         * src/procmsg.c
12874                 Sync with HEAD (coding style fixes)
12875
12876 2004-11-16 [colin]      0.9.12cvs148.1
12877
12878         * src/procmsg.c
12879                 Sync with head (Fix the fix)
12880
12881 2004-11-16 [colin]      0.9.12cvs147.1
12882
12883         * src/procmsg.c
12884                 Sync with Main (leak fix)
12885
12886 2004-11-16 [colin]      0.9.12cvs146.14
12887
12888         * src/compose.c
12889                 Remove useless chunk of code
12890                 Patch by Alfons
12891
12892 2004-11-15 [colin]      0.9.12cvs146.13
12893
12894         * src/compose.c
12895                 Fix drafting after insertion
12896                 Patch by Alfons
12897
12898 2004-11-15 [colin]      0.9.12cvs146.12
12899
12900         * src/compose.c
12901         * src/prefs_filtering.c
12902         * src/prefs_filtering_action.c
12903         * src/prefs_toolbar.c
12904                 Fix some const-correctness
12905
12906 2004-11-15 [colin]      0.9.12cvs146.11
12907
12908         * src/summaryview.c
12909         * src/prefs_themes.c
12910         * src/messageview.c
12911                 Fix some leaks
12912
12913 2004-11-15 [colin]      0.9.12cvs146.10
12914
12915         * src/codeconv.c
12916                 More unreadable locale fixes
12917
12918 2004-11-14 [colin]      0.9.12cvs146.9
12919
12920         * src/textview.c
12921                 Fix uri_security_check
12922                 Patch by Alfons
12923
12924 2004-11-13 [paul]       0.9.12cvs146.8
12925
12926         * src/folder.c
12927         * src/procmime.c
12928                 fix 2 bugs introduced in last commit
12929
12930 2004-11-13 [paul]       0.9.12cvs146.7
12931
12932         * src/compose.c
12933         * src/exporthtml.c
12934         * src/exportldif.c
12935         * src/folder.c
12936         * src/imap.c
12937         * src/imap_gtk.c
12938         * src/main.c
12939         * src/mainwindow.c
12940         * src/messageview.c
12941         * src/mh_gtk.c
12942         * src/prefs_themes.c
12943         * src/procmime.c
12944         * src/setup.c
12945         * src/summaryview.c
12946                 replace deprecated g_basename
12947
12948 2004-11-13 [paul]       0.9.12cvs146.6
12949
12950         * src/compose.c
12951         * src/imap.c
12952         * src/matcher_parser.h
12953         * src/matcher_parser_parse.y
12954         * src/prefs_filtering.c
12955         * src/prefs_filtering_action.c
12956         * src/prefs_themes.c
12957         * src/prefs_toolbar.c
12958         * src/common/utils.c
12959                 various small fixes/cleanups
12960
12961 2004-11-12 [colin]      0.9.12cvs146.5
12962
12963         * src/textview.c
12964                 Validate event's origin on visibility notify
12965                 Patch by Alfons.
12966
12967 2004-11-12 [paul]       0.9.12cvs146.4
12968
12969         * src/exporthtml.c
12970         * src/exportldif.c
12971         * src/imap.c
12972         * src/mh.c
12973         * src/mimeview.c
12974         * src/prefs_spelling.c
12975         * src/prefs_themes.c
12976                 replace deprecated g_dirname    
12977
12978 2004-11-12 [colin]      0.9.12cvs146.3
12979
12980         * src/textview.c
12981                 Some coding style fixes
12982
12983 2004-11-12 [colin]      0.9.12cvs146.2
12984
12985         * src/codeconv.c
12986                 We want to replace _all_ extended chars in
12987                 conv_unreadable_*, because any string containing
12988                 extended chars not parsing as UTF8 is 
12989                 undisplayed on gtk2.
12990
12991 2004-11-12 [paul]       0.9.12cvs146.1
12992
12993         * ChangeLog
12994         * ChangeLog.claws
12995         * ChangeLog.jp
12996         * NEWS
12997         * configure.ac
12998         * src/account.c
12999         * src/folderview.c
13000         * src/folderview.h
13001         * src/imap.c
13002         * src/imap_gtk.c
13003         * src/inc.c
13004         * src/mainwindow.c
13005         * src/mh_gtk.c
13006         * src/news_gtk.c
13007         * src/pop.c
13008         * src/prefs_account.c
13009         * src/prefs_account.h
13010         * src/prefs_ext_prog.c
13011         * src/procmime.c
13012         * src/procmime.h
13013         * src/procmsg.c
13014         * src/procmsg.h
13015         * src/summary_search.c
13016         * src/summaryview.c
13017         * src/textview.c
13018         * src/common/defs.h
13019         * src/common/utils.c
13020         * src/common/utils.h
13021         * src/gtk/menu.c
13022         * src/gtk/menu.h
13023                 sync with HEAD
13024
13025 2004-11-11 [colin]      0.9.12cvs144.2
13026
13027         * src/textview.c
13028                 Fix URI range selection (patch by Alfons)
13029
13030 2004-11-09 [colin]      0.9.12cvs144.1
13031
13032         * ChangeLog.claws
13033         * src/compose.c
13034         * src/folder.c
13035         * src/folder_item_prefs.c
13036         * src/prefs_account.c
13037         * src/prefs_account.h
13038         * src/plugins/pgpmime/pgpmime.c
13039                 Sync with HEAD
13040
13041 2004-11-08 [colin]      0.9.12cvs143.1
13042
13043         * src/summaryview.c
13044                 Sync with HEAD (optimize quicksearch)
13045
13046 2004-11-08 [colin]      0.9.12cvs142.2
13047
13048         * src/compose.c
13049                 Don't wrap when Edit/Auto wrapping is disabled
13050
13051 2004-11-08 [colin]      0.9.12cvs142.1
13052
13053         * src/textview.c
13054                 Sync with HEAD
13055
13056 2004-11-08 [colin]      0.9.12cvs141.1
13057
13058         * src/textview.c
13059                 Sync with HEAD (fix some mail URIs)
13060
13061 2004-11-08 [colin]      0.9.12cvs140.3
13062
13063         * src/textview.c
13064                 o Use text cursor instead of arrow when
13065                   not on a link
13066                 o Fix handling of contiguous links (as in
13067                   "colin@colino.net" <colin@colino.net>)
13068                   This one unveils a bug in get_email_part()
13069
13070 2004-11-07 [colin]      0.9.12cvs140.2
13071
13072         * src/textview.c
13073                 Fix memleak. Patch by Alfons.
13074
13075 2004-11-06 [colin]      0.9.12cvs140.1
13076
13077         * src/compose.c
13078                 Sync with HEAD (don't ask passphrase
13079                 when drafting)
13080
13081 2004-11-06 [paul]       0.9.12cvs139.2
13082
13083         * AUTHORS
13084         * src/textview.c
13085         * src/textview.h
13086                 textview URI handling. hovering over a 
13087                 link displays it in the status bar,
13088                 and changes the mouse pointer to a hand 
13089                 cursor. a link is activated with a single 
13090                 click. (Modified from the) patch by Jean-Yves 
13091                 Lefort <jylefort@users.sourceforge.net>
13092                 
13093
13094 2004-11-05 [colin]      0.9.12cvs139.1
13095
13096         * src/compose.c
13097         * src/procmime.c
13098                 Sync with HEAD again ^^
13099
13100 2004-11-05 [colin]      0.9.12cvs139.1
13101
13102         * src/compose.c
13103         * src/procmime.c
13104                 Sync with HEAD
13105
13106 2004-11-03 [paul]       0.9.12cvs138.1
13107
13108         * ChangeLog.claws
13109         * configure.ac
13110         * po/POTFILES.in
13111         * src/prefs_ext_prog.c
13112         * src/procmime.c
13113         * tools/kdeservicemenu/README
13114         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13115         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13116                 sync with HEAD
13117
13118 2004-11-01 [christoph]  0.9.12cvs136.2
13119
13120         * src/procmime.c
13121                 convert MIME parameters to UTF-8
13122
13123 2004-10-29 [colin]      0.9.12cvs136.1
13124
13125         * src/common/utils.c
13126                 Sync with HEAD (don't use '=' in mime boundary)
13127
13128 2004-10-29 [paul]       0.9.12cvs135.1
13129
13130         * configure.ac
13131         * doc/src/rfc2231.txt
13132         * src/procmime.c
13133         * src/common/quoted-printable.c
13134         * src/common/utils.c
13135         * src/common/utils.h
13136                 sync with HEAD
13137
13138 2004-10-27 [paul]       0.9.12cvs134.1
13139
13140         * configure.ac
13141         * src/main.c
13142         * src/procmime.c
13143         * src/plugins/pgpmime/pgpmime.c
13144                 sync with HEAD
13145
13146 2004-10-26 [paul]       0.9.12cvs132.3
13147
13148         * src/account.c
13149         * src/addressbook.c
13150         * src/addrgather.c
13151         * src/addrharvest.c
13152         * src/codeconv.c
13153         * src/compose.c
13154         * src/customheader.c
13155         * src/editaddress.c
13156         * src/editgroup.c
13157         * src/enriched.c
13158         * src/expldifdlg.c
13159         * src/exporthtml.c
13160         * src/exportldif.c
13161         * src/folder.c
13162         * src/foldersel.c
13163         * src/folderview.c
13164         * src/grouplistdialog.c
13165         * src/html.c
13166         * src/imap.c
13167         * src/jpilot.c
13168         * src/ldapserver.c
13169         * src/ldif.c
13170         * src/mimeview.c
13171         * src/news.c
13172         * src/news_gtk.c
13173         * src/pop.c
13174         * src/prefs_display_header.c
13175         * src/prefs_gtk.c
13176         * src/prefs_msg_colors.c
13177         * src/prefs_toolbar.c
13178         * src/procheader.c
13179         * src/procmime.c
13180         * src/summaryview.c
13181         * src/textview.c
13182         * src/toolbar.c
13183         * src/vcard.c
13184         * src/common/mgutils.c
13185         * src/common/nntp.c
13186         * src/common/smtp.c
13187         * src/common/template.c
13188         * src/common/utils.c
13189         * src/common/xmlprops.c
13190         * src/plugins/pgpmime/pgpmime.c
13191         * src/plugins/pgpmime/select-keys.c
13192         * src/plugins/pgpmime/sgpgme.c
13193                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13194                 g_string_sprintfa(), gtk_notebook_current_page()
13195
13196 2004-10-26 [colin]      0.9.12cvs132.2
13197
13198         * src/prefs_folder_item.c
13199                 Fix default-account selection
13200
13201 2004-10-21 [colin]      0.9.12cvs133
13202
13203         * src/compose.c
13204                 Sync with HEAD (Remove extra separator in compose's Options)
13205         * src/textview.c
13206                 Set wrapping to char
13207
13208 2004-10-21 [paul]       0.9.12cvs131.2
13209
13210         * src/compose.c
13211         * src/sourcewindow.c
13212                 fix wrapping
13213                 fix window shrinking 
13214
13215 2004-10-21 [colin]      0.9.12cvs131.1
13216
13217         * ChangeLog.claws
13218         * src/compose.c
13219                 Sync with HEAD
13220
13221 2004-10-21 [paul]       0.9.12cvs130.2
13222
13223         * src/prefs_folder_item.c
13224                 sync with HEAD (Apply to subfolders)
13225
13226 2004-10-19 [colin]      0.9.12cvs130.1
13227
13228         * ChangeLog.claws
13229         * src/compose.c
13230         * src/common/utils.c
13231         * src/gtk/menu.c
13232                 Sync with HEAD
13233
13234 2004-10-19 [colin]      0.9.12cvs128.1
13235
13236         * src/addrbook.c
13237         * src/addrcache.c
13238         * src/addressbook.c
13239         * src/codeconv.c
13240         * src/compose.c
13241         * src/customheader.c
13242         * src/editaddress.c
13243         * src/editgroup.c
13244         * src/exporthtml.c
13245         * src/folder.c
13246         * src/folderview.c
13247         * src/imap.c
13248         * src/jpilot.c
13249         * src/main.c
13250         * src/matcher_parser_parse.y
13251         * src/mbox.c
13252         * src/pop.c
13253         * src/prefs_account.c
13254         * src/prefs_gtk.c
13255         * src/prefs_msg_colors.c
13256         * src/procheader.c
13257         * src/procmime.c
13258         * src/procmime.h
13259         * src/procmsg.c
13260         * src/summaryview.c
13261         * src/textview.c
13262         * src/common/base64.c
13263         * src/common/partial_download.c
13264         * src/common/socket.c
13265         * src/common/sylpheed.c
13266         * src/common/utils.c
13267         * src/common/utils.h
13268         * src/gtk/pluginwindow.c
13269         * src/gtk/quicksearch.c
13270         * src/plugins/clamav/clamav_plugin.c
13271         * src/plugins/clamav/clamav_plugin.h
13272         * src/plugins/clamav/clamav_plugin_gtk.c
13273         * src/plugins/pgpmime/passphrase.c
13274         * src/plugins/pgpmime/pgpmime.c
13275         * src/plugins/pgpmime/plugin.c
13276         * src/plugins/pgpmime/prefs_gpg.c
13277         * src/plugins/pgpmime/prefs_gpg.h
13278         * src/plugins/pgpmime/select-keys.c
13279         * src/plugins/pgpmime/sgpgme.c
13280         * src/plugins/spamassassin/libspamc.c
13281         * src/plugins/spamassassin/spamassassin.c
13282         * src/plugins/spamassassin/spamassassin.h
13283         * src/plugins/spamassassin/spamassassin_gtk.c
13284         * src/plugins/trayicon/trayicon.c
13285         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13286                 Sync with HEAD
13287
13288 2004-10-14 [colin]      0.9.12cvs126.2
13289
13290         * src/codeconv.c
13291         * src/textview.c
13292                 Fix conv_unreadable_locale
13293
13294 2004-10-13 [colin]      0.9.12cvs126.1
13295
13296         * src/compose.c
13297                 Sync with HEAD (don't convert charset for 
13298                 drafted messages, minor cleanup)
13299
13300 2004-10-13 [colin]      0.9.12cvs125.1
13301
13302         * po/POTFILES.in
13303                 Sync with HEAD (POTFILES fix)
13304
13305 2004-10-12 [colin]      0.9.12cvs124.3
13306
13307         * src/compose.c
13308                 Fix encoding bug from latest sync
13309
13310 2004-10-12 [paul]       0.9.12cvs124.2
13311
13312         * src/plugins/pgpmime/prefs_gpg.c
13313         * src/plugins/pgpmime/prefs_gpg.h
13314                 forgotten in last commit        
13315
13316 2004-10-12 [paul]       0.9.12cvs124.1
13317
13318         * ChangeLog.claws
13319         * configure.ac
13320         * m4/spamassassin.m4
13321         * src/Makefile.am
13322         * src/account.c
13323         * src/compose.c
13324         * src/compose.h
13325         * src/crash.c
13326         * src/main.c
13327         * src/mimeview.c
13328         * src/passphrase.c
13329         * src/passphrase.h
13330         * src/prefs_account.c
13331         * src/prefs_account.h
13332         * src/prefs_common.c
13333         * src/privacy.c
13334         * src/privacy.h
13335         * src/procmime.c
13336         * src/procmime.h
13337         * src/procmsg.c
13338         * src/rfc2015.c
13339         * src/rfc2015.h
13340         * src/select-keys.c
13341         * src/select-keys.h
13342         * src/textview.c
13343         * src/common/utils.c
13344         * src/common/utils.h
13345         * src/gtk/about.c
13346         * src/plugins/pgpmime/Makefile.am
13347         * src/plugins/pgpmime/passphrase.c
13348         * src/plugins/pgpmime/passphrase.h
13349         * src/plugins/pgpmime/pgpmime.c
13350         * src/plugins/pgpmime/plugin.c
13351         * src/plugins/pgpmime/select-keys.c
13352         * src/plugins/pgpmime/select-keys.h
13353         * src/plugins/pgpmime/sgpgme.c
13354         * src/plugins/pgpmime/sgpgme.h
13355                 sync with HEAD
13356
13357 2004-10-04 [colin]      0.9.12cvs122.1
13358
13359         * src/mainwindow.c
13360         * src/messageview.c
13361         * src/messageview.h
13362         * src/textview.c
13363                 Sync with HEAD
13364
13365 2004-10-04 [colin]      0.9.12cvs121.1
13366
13367         * src/summaryview.c
13368                 Sync with HEAD
13369
13370 2004-10-04 [paul]       0.9.12cvs120.1
13371
13372         * configure.ac
13373                 sync with HEAD [don't try to build 
13374                 pgpmime plugin when gpgme is disabled]
13375
13376 2004-10-03 [colin]      0.9.12cvs119.3
13377
13378         * src/gtk/gtksctree.c
13379                 Lots of side effects. Put back as before 117.2.
13380         * src/summaryview.c
13381                 Fix bug #602
13382
13383 2004-10-03 [colin]      0.9.12cvs119.2
13384
13385         * src/gtk/gtksctree.c
13386                 Revert 608 fix that doesn't work that good
13387
13388 2004-10-02 [colin]      0.9.12cvs119.1
13389
13390         * src/mainwindow.c
13391         * src/messageview.c
13392         * src/prefs_common.h
13393         * src/procmime.c
13394         * src/procmime.h
13395         * src/textview.c
13396                 Sync with HEAD
13397         * src/gtk/gtksctree.c
13398                 Close bug #608
13399
13400 2004-10-01 [colin]      0.9.12cvs118.1
13401
13402         * src/mimeview.c
13403                 Sync with HEAD (better Save All fix)
13404
13405 2004-10-01 [colin]      0.9.12cvs117.2
13406
13407         * src/gtk/gtksctree.c
13408                 Faster on selection
13409
13410 2004-10-01 [colin]      0.9.12cvs117.1
13411
13412         * src/mimeview.c
13413                 Sync with HEAD (Save All: only attachments)
13414
13415 2004-10-01 [paul]       0.9.12cvs116.1
13416
13417         * ChangeLog.claws
13418         * configure.ac
13419         * src/account.c
13420         * src/prefs_common.c
13421         * src/gtk/colorlabel.c
13422                 sync with HEAD
13423
13424 2004-09-30 [colin]      0.9.12cvs115.1
13425
13426         * src/stock_pixmap.c
13427         * src/stock_pixmap.h
13428         * src/folderview.c
13429         * src/Makefile.am
13430         * src/pixmaps/read.xpm
13431                 Sync with HEAD (new pixmap)
13432
13433 2004-09-29 [colin]      0.9.12cvs114.1
13434
13435         * src/compose.c
13436                 Sync with HEAD
13437                 Fix focus handling in headers
13438
13439 2004-09-29 [paul]       0.9.12cvs113.1
13440
13441         * src/quote_fmt_parse.y
13442                 sync with HEAD
13443  
13444
13445 2004-09-28 [colin]      0.9.12cvs112.1
13446
13447         * src/folderview.c
13448         * src/mainwindow.c
13449                 Sync with HEAD
13450
13451 2004-09-28 [colin]      0.9.12cvs110.1
13452
13453         * src/folderview.c
13454                 Sync with HEAD (Contextual Empty trash menu)
13455
13456 2004-09-28 [colin]      0.9.12cvs108.1
13457
13458         * src/addressbook.c
13459                 Sync with HEAD (addressbook edit on double-click)
13460
13461 2004-09-28 [colin]      0.9.12cvs106.1
13462
13463         * src/inc.c
13464                 Sync with HEAD (folder_item freeze on inc)
13465
13466 2004-09-27 [colin]      0.9.12cvs105.1
13467
13468         * src/folderview.c
13469                 Sync with HEAD (right-align new and unread column)
13470
13471 2004-09-27 [colin]      0.9.12cvs104.1
13472
13473         * src/main.c
13474                 Sync with HEAD (revert 0.9.12cvs101)
13475
13476 2004-09-24 [colin]      0.9.12cvs103.2
13477
13478         * src/wizard.c
13479                 Fix gtk warnings and use domain part of the email address 
13480                 when domain detection fails (no dot in domain name)
13481
13482 2004-09-23 [colin]      0.9.12cvs103.1
13483
13484         * src/plugins/spamassassin/libspamc.c
13485         * src/plugins/spamassassin/libspamc.h
13486         * src/plugins/spamassassin/utils.c
13487         * src/plugins/spamassassin/utils.h
13488                 Sync with HEAD (Update spamassassin to 3.0)
13489
13490 2004-09-21 [colin]      0.9.12cvs102.3
13491
13492         * src/action.c
13493                 Add horizontal scrollbar in action io dialog as needed
13494                 Patch by Alfons.
13495
13496 2004-09-20 [colin]      0.9.12cvs102.2
13497
13498         * src/plugins/image_viewer/viewer.c
13499                 Remove imlib stuff
13500                 use gtk_pixmap_set when clearing
13501                 (would be better to use gtkImages, but causes size-allocate 
13502                 signals storm)
13503
13504 2004-09-17 [paul]       0.9.12cvs102.1
13505
13506         * ChangeLog
13507         * ChangeLog.claws
13508         * ChangeLog.jp
13509         * configure.ac
13510         * src/inc.c
13511                 sync with HEAD
13512
13513
13514 2004-09-17 [colin]      0.9.12cvs101.1
13515
13516         * ChangeLog.claws
13517         * src/main.c
13518                 Sync with HEAD (fix segs at exit)
13519
13520 2004-09-14 [colin]      0.9.12cvs99.5
13521
13522         * src/common/socket.c
13523         * AUTHORS
13524                 Fix send error on 64bit platforms
13525                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13526
13527 2004-09-14 [colin]      0.9.12cvs99.4
13528
13529         * src/action.c
13530                 Fix action output with utf8 
13531                 Patch by Alfons.
13532
13533 2004-09-14 [colin]      0.9.12cvs99.3
13534
13535         * ChangeLog.claws
13536         * src/folder.c
13537                 Sync with HEAD
13538
13539 2004-09-09 [colin]      0.9.12cvs99.2
13540
13541         * src/action.c
13542                 Fix progress bar (displaying "Completed %v/%u")
13543                 Patch by Alfons.
13544
13545 2004-09-08 [colin]      0.9.12cvs99.1
13546
13547         * src/account.c
13548         * src/folder.c
13549         * src/procmsg.c
13550         * src/procmsg.h
13551         * src/plugins/pgpmime/pgpmime.c
13552                 Sync with HEAD
13553
13554 2004-09-08 [colin]      0.9.12cvs97.2
13555
13556         * src/summaryview.c
13557                 Don't select mails in collapsed threads 
13558                 when navigating with up/down
13559
13560 2004-09-07 [colin]      0.9.12cvs97.1
13561
13562         * src/inc.c
13563                 Sync with HEAD (meaningful error messages)
13564
13565 2004-09-06 [colin]      0.9.12cvs96.1
13566
13567         * src/toolbar.c
13568                 Sync with HEAD (fix Redirect graying out)
13569
13570 2004-09-06 [colin]      0.9.12cvs95.1
13571
13572         * src/summaryview.c
13573         * src/mimeview.c
13574                 Sync with HEAD (fix dropped URIs)
13575
13576 2004-09-06 [colin]      0.9.12cvs94.1
13577
13578         * src/addressbook.c
13579         * src/addressitem.h
13580         * src/addritem.c
13581         * src/addritem.h
13582                 Sync with HEAD (addressbook DnD)
13583
13584 2004-09-03 [colin]      0.9.12cvs93.1
13585
13586         * src/summaryview.c
13587                 Sync with HEAD (next/prev unread)
13588
13589 2004-09-03 [colin]      0.9.12cvs92.1
13590
13591         * src/prefs_common.c
13592         * src/prefs_common.h
13593         * src/summaryview.c
13594                 Sync with HEAD ('mark_as_read_delay' pref)
13595
13596 2004-09-02 [colin]      0.9.12cvs91.2
13597
13598         * src/common/xml.c
13599                 Fix leak
13600
13601 2004-09-02 [colin]      0.9.12cvs91.1
13602
13603         * src/gtk/menu.c
13604                 Sync with HEAD (menu accel don't work, but whatever)
13605
13606 2004-09-02 [colin]      0.9.12cvs90.1
13607
13608         * src/account.c
13609                 Sync with HEAD (fix bug 582)
13610
13611 2004-09-02 [colin]      0.9.12cvs89.1
13612
13613         * src/addrindex.c
13614                 Sync with HEAD (free deleted queries)
13615
13616 2004-09-02 [colin]      0.9.12cvs88.1
13617
13618         * src/ldapquery.c
13619                 Sync with HEAD (fix LDAP freezes)
13620
13621 2004-09-02 [colin]      0.9.12cvs87.1
13622
13623         * src/prefs_spelling.c
13624                 Sync with HEAD (add default dictionary)
13625
13626 2004-09-01 [colin]      0.9.12cvs86.1
13627
13628         * src/filtering.c
13629         * src/folderview.c
13630         * src/imap.c
13631         * src/prefs_matcher.c
13632         * src/stock_pixmap.c
13633         * src/summary_search.c
13634         * src/summaryview.c
13635         * src/wizard.c
13636         * src/wizard.h
13637                 Sync with HEAD (uninitialized vars fixes)
13638                 + gtk2 specific warning fixes
13639
13640 2004-08-31 [colin]      0.9.12cvs85.1
13641
13642         * src/folder.c
13643                 Sync with HEAD (Fix memory corruption due to 
13644                 uninitialized var)
13645
13646 2004-08-31 [colin]      0.9.12cvs84.4
13647
13648         * src/summary_search.c
13649                 Fix segfaults when searching in folders with broken headers
13650
13651 2004-08-31 [colin]      0.9.12cvs84.3
13652
13653         * src/compose.c
13654         * src/textview.c
13655                 Fix some more encoding/decoding issues
13656
13657 2004-08-30 [colin]      0.9.12cvs84.2
13658
13659         * src/mimeview.c
13660         * src/prefs_themes.c
13661         * src/gtk/filesel.c
13662         * src/gtk/filesel.h
13663                 Add a folder-mode selection (fixes mimeview's "Save all")
13664
13665 2004-08-29 [colin]      0.9.12cvs84.1
13666
13667         * src/mimeview.c
13668                 Sync with HEAD (don't escape saved filenames)
13669
13670 2004-08-27 [colin]      0.9.12cvs83.1
13671
13672         * ChangeLog
13673         * ChangeLog.claws
13674         * ChangeLog.jp
13675         * src/mh.c
13676         * src/procheader.c
13677         * src/procmsg.c
13678         * src/procmsg.h
13679         * src/common/utils.c
13680         * src/gtk/menu.h
13681         * po/
13682                 Sync with HEAD 0.9.12cvs83 (sync with main)
13683
13684 2004-08-26 [colin]      0.9.12cvs82.4
13685
13686         * src/codeconv.c
13687                 Fix strange stack corruption
13688                 Convert to utf8 after unmime, not before
13689
13690 2004-08-26 [colin]      0.9.12cvs82.3
13691
13692         * src/main.c
13693         * src/wizard.c
13694                 Fix account folders duplication
13695
13696 2004-08-25 [colin]      0.9.12cvs82.2
13697
13698         * src/wizard.c
13699                 Remove ports
13700                 Add SSL selection
13701                 Use login@server as account name
13702
13703 2004-08-25 [colin]      0.9.12cvs82.1
13704
13705         * src/plugins/pgpmime/pgpmime.c
13706                 Sync with HEAD (leak fix).
13707
13708 2004-08-25 [colin]      0.9.12cvs81.1
13709
13710         * src/plugins/pgpmime/pgpmime.c
13711         * src/plugins/pgpmime/sgpgme.c
13712         * src/plugins/pgpmime/sgpgme.h
13713                 Sync with HEAD (Handle combined messages).
13714
13715 2004-08-24 [colin]      0.9.12cvs80.3
13716
13717         * src/wizard.c
13718                 Fix full name, ports, and imap
13719
13720 2004-08-24 [colin]      0.9.12cvs80.2
13721
13722         * src/Makefile.am
13723         * src/main.c
13724         * src/setup.c
13725         * src/setup.h
13726         * src/stock_pixmap.c
13727         * src/stock_pixmap.h
13728         * src/wizard.c ** ADDED **
13729         * src/wizard.h ** ADDED ** 
13730         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13731                 Add a setup wizard 
13732
13733 2004-08-24 [colin]      0.9.12cvs80.1
13734
13735         * src/folder.c
13736                 Sync with HEAD (set mimeflags on all messages)
13737
13738 2004-08-24 [colin]      0.9.12cvs79.3
13739
13740         * src/matcher_parser_lex.l
13741                 Fix 8bits strings not in utf8
13742
13743 2004-08-24 [colin]      0.9.12cvs79.2
13744
13745         * src/compose.c
13746                 Check conversion result before replacing buffer
13747
13748 2004-08-23 [colin]      0.9.12cvs79.1
13749
13750         * src/compose.c
13751                 Sync with HEAD (create message header in memory)
13752
13753 2004-08-23 [colin]      0.9.12cvs78.1
13754
13755         * src/rfc2015.c
13756         * src/rfc2015.h
13757                 Sync with HEAD (fix bug 197 again)
13758
13759 2004-08-23 [colin]      0.9.12cvs77.3
13760
13761         * src/compose.c
13762                 Fix again inline gpg signing (which outputs utf8
13763                 in gtk2). Not syncing this fix to HEAD as this 
13764                 code is meant to die.
13765
13766 2004-08-23 [colin]      0.9.12cvs77.2
13767
13768         * src/prefs_account.h
13769                 Remove useless include
13770
13771 2004-08-23 [colin]      0.9.12cvs77.1
13772
13773         * src/imap.c
13774         * po/es.po
13775         * po/fr.po
13776         * po/it.po
13777         * po/pl.po
13778         * po/pt_BR.po
13779         * po/sk.po
13780         * po/sr.po
13781                 Sync with HEAD (fix bug 577)
13782
13783 2004-08-22 [colin]      0.9.12cvs76.1
13784
13785         * src/plugins/trayicon/trayicon.c
13786                 Sync with HEAD (fix formatting bug)
13787
13788 2004-08-21 [colin]      0.9.12cvs74.2
13789
13790         * src/gtk/colorsel.c
13791                 Fix bug 564 (Folder color selection window exits on any
13792                 keypress)
13793
13794 2004-08-21 [colin]      0.9.12cvs74.1
13795
13796         * ChangeLog.claws
13797         * src/compose.c
13798         * src/summaryview.c
13799         * src/toolbar.c
13800                 Sync with HEAD (fix bug 576)
13801
13802 2004-08-21 [colin]      0.9.12cvs70.1
13803
13804         * src/compose.c
13805         * src/mainwindow.c
13806                 Sync with HEAD
13807                 
13808
13809 2004-08-21 [paul]       0.9.12cvs66.4
13810
13811         * src/mainwindow.c
13812         * src/messageview.c
13813         * src/gtk/menu.c
13814         * src/plugins/spamassassin/spamassassin_gtk.c
13815                 remove some deprecated gtk1 functions
13816
13817
13818 2004-08-21 [colin]      0.9.12cvs66.3
13819
13820         * src/compose.c
13821         * src/codeconv.c
13822                 Fix warnings
13823                 Remove encoding hacks
13824                 Fix bug 575 (Strange character messes up message)
13825                 Don't display conversion error when drafting
13826
13827 2004-08-21 [paul]       0.9.12cvs66.2
13828
13829         * src/prefs_account.c
13830                 fix GnuPG mode bugs
13831
13832
13833 2004-08-20 [colin]      0.9.12cvs66.1
13834
13835         * src/codeconv.c
13836                 Sync with HEAD 0.9.12cvs66
13837
13838 2004-08-20 [paul]
13839
13840         * src/plugins/pgpmime/plugin.c
13841                 modify PGP/MIME plugin's description
13842
13843 2004-08-17 [colin]      0.9.12cvs65.1
13844
13845         * src/common/ssl.c
13846         * src/plugins/pgpmime/plugin.c
13847                 Sync with HEAD
13848
13849 2004-08-14 [colin]      0.9.12cvs60.3
13850
13851         * src/plugins/trayicon/trayicon.c
13852                 Put back resize callback, on size-request signal
13853                 rather than size-allocate to avoid infinite 
13854                 callback loop
13855
13856 2004-08-13 [colin]      0.9.12cvs60.2
13857
13858         * src/common/defs.h
13859                 Cache versions have been fixed
13860
13861 2004-08-13 [colin]      0.9.12cvs60.1
13862
13863         * src/folderutils.c
13864                 Sync with HEAD
13865
13866 2004-08-12 [colin]      0.9.12cvs59.1
13867
13868         * src/plugins/trayicon/trayicon.c
13869                 Sync with HEAD
13870
13871 2004-08-12 [colin]      0.9.12cvs57.5
13872
13873         * sylpheed.desktop
13874         * configure.ac
13875         * src/Makefile.am
13876         * src/main.c
13877                 Add support for Freedesktop.org's startup notification
13878
13879 2004-08-11 [colin]      0.9.12cvs57.4
13880
13881         * src/textview.c
13882                 Fix off-by-one
13883
13884 2004-08-11 [colin]      0.9.12cvs57.3
13885
13886         * src/message_search.c
13887         * src/summary_search.c
13888                 Make searches case insensitive by default
13889         * src/textview.c
13890                 Fix case-insensitive search in message
13891
13892 2004-08-11 [colin]      0.9.12cvs57.2
13893
13894         * src/summary_search.c
13895                 Let case-sensitive be specified
13896
13897 2004-08-10 [colin]      0.9.12cvs55.4
13898
13899         * src/common/socket.c
13900                 Fix the possible race condition
13901
13902 2004-08-09 [paul]       0.9.12cvs55.3
13903
13904         * configure.ac
13905         * src/Makefile.am
13906         * src/common/Makefile.am
13907                 sync with HEAD
13908
13909
13910 2004-08-09 [paul]       0.9.12cvs55.2
13911
13912         * autogen.sh
13913         * po/poconv.sh
13914                 remove unneeded script
13915
13916         * configure.ac
13917                 add forgotten USE_LDAP_TLS (sync with HEAD)
13918
13919
13920 2004-08-09 [colin]      0.9.12cvs55.1
13921
13922         * src/main.c
13923         * src/common/ssl.c
13924         * src/common/sylpheed.c
13925         * src/common/sylpheed.h
13926                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13927
13928 2004-08-09 [paul]       0.9.12cvs54.1
13929
13930         * ChangeLog
13931         * ChangeLog.claws
13932         * ChangeLog.jp
13933         * configure.ac
13934         * po/POTFILES.in
13935         * src/Makefile.am
13936         * src/folderutils.c
13937         * src/main.c
13938         * src/pgpmime.c
13939         * src/pgpmime.h
13940         * src/sgpgme.c
13941         * src/sgpgme.h
13942         * src/plugins/Makefile.am
13943         * src/plugins/pgpmime/.cvsignore
13944         * src/plugins/pgpmime/Makefile.am
13945         * src/plugins/pgpmime/pgpmime.c
13946         * src/plugins/pgpmime/pgpmime.h
13947         * src/plugins/pgpmime/plugin.c
13948         * src/plugins/pgpmime/sgpgme.c
13949         * src/plugins/pgpmime/sgpgme.h
13950                 sync with HEAD
13951
13952 2004-08-08 [paul]       0.9.12cvs51.1
13953
13954         * configure.ac
13955         * src/folder.c
13956                 sync with HEAD
13957
13958 2004-08-07 [colin]      0.9.12cvs50.1
13959
13960         * src/pop.c
13961         * src/common/partial_download.c
13962                 fix warnings (sync from HEAD)
13963
13964 2004-08-07 [colin]      0.9.12cvs48.1
13965
13966         * src/prefs_folder_item.c
13967                 sync with HEAD 0.9.12cvs48
13968
13969 2004-08-06 [colin]      0.9.12cvs47.1
13970
13971         * src/compose.c
13972                 Sync with HEAD
13973
13974 2004-08-06 [christoph]  0.9.12cvs46.2
13975
13976         * src/main.c
13977         * src/plugins/clamav/clamav_plugin_gtk.c
13978         * src/plugins/dillo_viewer/dillo_viewer.c
13979         * src/plugins/image_viewer/plugin.c
13980         * src/plugins/mathml_viewer/mathml_viewer.c
13981         * src/plugins/spamassassin/spamassassin_gtk.c
13982         * src/plugins/trayicon/trayicon.c
13983                 don't mix GTK1.2 plugin with GTK2 plugins
13984
13985 2004-08-06 [colin]      0.9.12cvs46.1
13986
13987         * ChangeLog
13988         * ChangeLog.claws
13989         * ChangeLog.jp
13990         * configure.ac
13991         * sylpheed-claws.pc.in
13992         * src/folder.c
13993         * src/imap.c
13994         * src/localfolder.c
13995         * src/messageview.c
13996         * src/mimeview.c
13997         * src/mimeview.h
13998         * src/msgcache.c
13999         * src/news.c
14000         * src/prefs_ext_prog.c
14001         * src/prefs_folder_item.c
14002         * src/prefs_fonts.c
14003         * src/prefs_msg_colors.c
14004         * src/prefs_spelling.c
14005         * src/prefs_themes.c
14006         * src/prefs_toolbar.c
14007         * src/prefs_wrapping.c
14008         * src/procmime.h
14009         * src/common/defs.h
14010         * src/common/nntp.c
14011         * src/common/session.c
14012         * src/common/session.h
14013         * src/common/socket.c
14014         * src/common/utils.h
14015         * src/common/xml.c
14016         * src/common/xml.h
14017         * src/gtk/prefswindow.c
14018         * src/gtk/prefswindow.h
14019         * src/plugins/clamav/clamav_plugin_gtk.c
14020         * src/plugins/dillo_viewer/dillo_prefs.c
14021         * src/plugins/image_viewer/viewerprefs.c
14022         * src/plugins/spamassassin/spamassassin_gtk.c
14023         * m4/openssl.m4 *** REMOVED ***
14024                 Sync with HEAD 0.9.12cvs46
14025
14026 2004-08-03 [paul]       0.9.12cvs40.2
14027
14028         * src/action.c
14029         * src/addressadd.c
14030         * src/addressbook.c
14031         * src/addrgather.c
14032         * src/browseldap.c
14033         * src/compose.c
14034         * src/crash.c
14035         * src/editaddress.c
14036         * src/editgroup.c
14037         * src/editldap_basedn.c
14038         * src/foldersel.c
14039         * src/importldif.c
14040         * src/mimeview.c
14041         * src/prefs_common.c
14042         * src/prefs_template.c
14043         * src/sourcewindow.c
14044         * src/summaryview.c
14045         * src/gtk/about.c
14046         * src/gtk/foldersort.c
14047         * src/gtk/logwindow.c
14048         * src/gtk/pluginwindow.c
14049         * src/gtk/prefswindow.c
14050                 change all gtk_scrolled_window_set_policy from 
14051                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14052
14053 2004-08-02 [paul]       0.9.12cvs40.1
14054
14055         * AUTHORS
14056                 update translation team section
14057         * po/pt_BR.po
14058                 updated by Frederico Goncalves Guimaraes
14059                 <fggdebian@yahoo.com.br>
14060
14061 2004-07-31 [colin]      0.9.12cvs39.9
14062
14063         * src/exphtmldlg.c
14064                 Fix compilation
14065
14066 2004-07-31 [colin]      0.9.12cvs39.8
14067
14068         * src/exphtmldlg.c
14069                 Fix an alertpanel type
14070
14071 2004-07-30 [colin]      0.9.12cvs39.7
14072
14073         * src/alertpanel.c
14074                 Fix alertpanel_error_log's icon
14075
14076 2004-07-30 [colin]      0.9.12cvs39.6
14077
14078         * src/pop.c
14079                 Two of them should still be warnings
14080
14081 2004-07-30 [colin]      0.9.12cvs39.5
14082
14083         * src/pop.c
14084                 More warning -> error
14085 2004-07-29 [colin]      0.9.12cvs39.4
14086
14087         * src/pop.c
14088                 Warning -> error
14089
14090 2004-07-29 [colin]      0.9.12cvs39.3
14091
14092         * src/prefs_matcher.c
14093                 Fix segfault
14094
14095 2004-07-29 [colin]      0.9.12cvs39.2
14096
14097         * src/alertpanel.c
14098                 More nice-looking alertpanels
14099
14100 2004-07-29 [colin]      0.9.12cvs39.1
14101
14102         * src/messageview.c
14103                 sync with head
14104                 (inform user when partial mail is deleted on server)
14105
14106 2004-07-29 [colin]      0.9.12cvs38.1
14107
14108         * src/messageview.c
14109                 sync with head
14110
14111 2004-07-28 [paul]       0.9.12cvs37.7
14112
14113         * src/mainwindow.c
14114                 complete the replacement of deprecated gtk_progress_*
14115
14116 2004-07-28 [paul]       0.9.12cvs37.6
14117
14118         * src/action.c
14119         * src/inc.c
14120         * src/mainwindow.c
14121         * src/send_message.c
14122         * src/gtk/progressdialog.c
14123         * src/gtk/progressdialog.h
14124                 replace deprecated gtk_progress_*
14125
14126 2004-07-28 [paul]       0.9.12cvs37.5
14127
14128         * src/gtk/filesel.c
14129                 remove gtk_window_set_wmclass()
14130 2004-07-28 [paul]       0.9.12cvs37.4
14131
14132         * src/addressbook.c
14133         * src/compose.c
14134         * src/foldersel.c
14135         * src/mainwindow.c
14136         * src/messageview.c
14137         * src/sourcewindow.c
14138         * src/gtk/logwindow.c
14139                 remove gtk_window_set_wmclass()
14140                 
14141         * src/prefs_filtering.c
14142         * src/prefs_filtering_action.c
14143         * src/prefs_fonts.c
14144         * src/prefs_gtk.c
14145         * src/prefs_matcher.c
14146         * src/ssl_manager.c
14147         * src/gtk/prefswindow.c
14148                 replace gtk_window_position()
14149
14150 2004-07-28 [colin]      0.9.12cvs37.3
14151
14152         * src/alertpanel.c
14153         * src/alertpanel.h
14154                 Add a way to specify panel type for specific
14155                 panels (alertpanel())
14156         * src/account.c
14157         * src/addressbook.c
14158         * src/compose.c
14159         * src/expldifdlg.c
14160         * src/main.c
14161         * src/messageview.c
14162         * src/summaryview.c
14163         * src/textview.c
14164         * src/gtk/sslcertwindow.c
14165                 Fix alertpanel()s so that their icon match
14166                 their real type
14167
14168 2004-07-28 [paul]       0.9.12cvs37.2
14169
14170         * src/addr_compl.c
14171         * src/addressbook.c
14172         * src/alertpanel.c
14173         * src/compose.c
14174         * src/export.c
14175         * src/foldersel.c
14176         * src/folderview.c
14177         * src/grouplistdialog.c
14178         * src/import.c
14179         * src/mainwindow.c
14180         * src/message_search.c
14181         * src/messageview.c
14182         * src/passphrase.c
14183         * src/prefs_actions.c
14184         * src/prefs_common.c
14185         * src/prefs_customheader.c
14186         * src/prefs_display_header.c
14187         * src/prefs_filtering.c
14188         * src/prefs_filtering_action.c
14189         * src/prefs_gtk.c
14190         * src/prefs_matcher.c
14191         * src/prefs_msg_colors.c
14192         * src/prefs_summary_column.c
14193         * src/prefs_template.c
14194         * src/sourcewindow.c
14195         * src/ssl_manager.c
14196         * src/summary_search.c
14197         * src/gtk/colorsel.c
14198         * src/gtk/description_window.c
14199         * src/gtk/gtkaspell.c
14200         * src/gtk/inputdialog.c
14201         * src/gtk/logwindow.c
14202         * src/gtk/prefswindow.c
14203         * src/gtk/progressdialog.c
14204                 replace deprecated gtk_window_set_policy
14205
14206 2004-07-27 [colin]      0.9.12cvs37.1
14207
14208         * src/msgcache.c
14209                 More fixes (synced for head again)
14210
14211 2004-07-27 [colin]      0.9.12cvs35.3
14212
14213         * src/msgcache.c
14214                 Fix wrong test
14215
14216 2004-07-27 [colin]      0.9.12cvs35.2
14217
14218         * src/mimeview.c
14219                 Fix width a bit (by Paul)
14220         * src/alertpanel.c
14221         * src/alertpanel.h
14222                 Specialize icons, make alertpanel_message()
14223                 private
14224         * src/message_search.c
14225         * src/sgpgme.c
14226         * src/summary_search.c
14227                 Suit alertpanel changes
14228
14229 2004-07-27 [colin]      0.9.12cvs35.1
14230
14231         * src/alertpanel.c
14232                 Add an icon
14233         * src/passphrase.c
14234                 Add debug output - maybe someone will
14235                 want to look at the problem with Grab
14236                 Input :)
14237         Bump version as we're synced with HEAD
14238
14239 2004-07-26 [colin]      0.9.12cvs33.26
14240
14241         * src/pop.c
14242                 Fix uidl-file parsing when not in new
14243                 format
14244
14245 2004-07-26 [colin]      0.9.12cvs33.25
14246
14247         * src/gtk/menu.c
14248                 Move popup menu up if necessary (fixes 
14249                 account selector)
14250         * src/mainwindow.c
14251                 Set account selector's button height to
14252                 minimum
14253
14254 2004-07-26 [colin]      0.9.12cvs33.24
14255
14256         * src/alertpanel.c
14257                 Maybe fix 551 (Truncated font in alert window)
14258
14259 2004-07-26 [colin]      0.9.12cvs33.23
14260
14261         * po/de.po
14262         * po/es.po
14263         * po/fr.po
14264         * po/it.po
14265         * po/ja.po
14266         * po/pl.po
14267         * po/ru.po
14268         * po/sk.po
14269         * po/sr.po
14270         * po/zh_CN.po
14271                 Sync po files with HEAD
14272
14273 2004-07-26 [paul]       0.9.12cvs33.22
14274
14275         * src/compose.c
14276                 fix Bug 556 'Organisation-header is sent even if empty'
14277
14278 2004-07-24 [colin]      0.9.12cvs33.21
14279
14280         * src/compose.c
14281         * src/gtk/gtkaspell.c
14282         * src/gtk/gtkaspell.h
14283                 Fix speller accelerators (require hack)
14284
14285 2004-07-24 [colin]      0.9.12cvs33.20
14286
14287         * src/gtk/gtkaspell.c
14288                 Fix over-eager code deletion breaking
14289                 Check while typing
14290
14291 2004-07-24 [colin]      0.9.12cvs33.19
14292
14293         * src/browseldap.c
14294         * src/ldapctrl.c
14295         * src/ldapctrl.h
14296         * src/ldapserver.h
14297                 Sync ldap with HEAD
14298         (Fixes 546 LDAP completely broken)
14299
14300 2004-07-24 [colin]      0.9.12cvs33.18
14301
14302         * src/prefs_msg_colors.c
14303                 Fix prototype mismatch
14304         (Fixes 547 void function cannot return value)
14305
14306 2004-07-24 [colin]      0.9.12cvs33.17
14307
14308         * src/mainwindow.c
14309                 Fix sort going back to previous sort key
14310                 when changing sort direction
14311
14312 2004-07-24 [colin]      0.9.12cvs33.16
14313
14314         * src/compose.c
14315                 Fix space insertion when re-wrapping at 
14316                 cursor point
14317
14318 2004-07-24 [colin]      0.9.12cvs33.15
14319
14320         * src/gtk/gtkaspell.c
14321                 Don't change cursor position in insert-text
14322                 callback
14323         (Fixes 539 Word wrapping on input transposes letters)
14324
14325 2004-07-24 [colin]      0.9.12cvs33.14
14326
14327         * src/gtk/gtkaspell.c
14328                 Reencode non-ascii chars to dictionary's
14329                 encoding
14330         (Fixes 544 Spell check broken non english locale)
14331
14332 2004-07-24 [colin]      0.9.12cvs33.13
14333
14334         * src/summaryview.c
14335                 Fix Shift+Down, add Home/End/PgUp/PgDown
14336
14337 2004-07-21 [colin]      0.9.12cvs33.12
14338
14339         * src/prefs_common.c
14340                 Fix a gtk warning (Patch by Andrej Kacian)
14341
14342 2004-07-21 [colin]      0.9.12cvs33.11
14343
14344         * src/gtk/filesel.c
14345                 More check
14346
14347 2004-07-21 [colin]      0.9.12cvs33.10
14348
14349         * src/compose.c
14350         * src/crash.c
14351         * src/export.c
14352         * src/import.c
14353         * src/messageview.c
14354         * src/mimeview.c
14355         * src/prefs_spelling.c
14356         * src/prefs_themes.c
14357         * src/summaryview.c
14358         * src/gtk/filesel.c
14359         * src/gtk/filesel.h
14360         * src/gtk/pluginwindow.c
14361                 Untwist open/save mode guessing logic, make
14362                 it explicit
14363
14364 2004-07-20 [colin]      0.9.12cvs33.9
14365
14366         * src/codeconv.c
14367                 conv_encode_header: src_charset is UTF-8 on
14368                 gtk2
14369         * src/compose.c
14370                 Remove double encoding of the headers
14371
14372 2004-07-20 [colin]      0.9.12cvs33.8
14373
14374         * src/codeconv.c
14375                 Fix typo
14376
14377 2004-07-20 [colin]      0.9.12cvs33.7
14378
14379         * src/mainwindow.c
14380                 Set the separated messageview to the saved
14381                 size of Claws' messageview (Patch by Alfons)
14382                 Fix a callback prototype (me)
14383
14384 2004-07-20 [colin]      0.9.12cvs33.6
14385
14386         * src/codeconv.h
14387                 Forgot one hunk in 0.9.12cvs33.4
14388
14389 2004-07-19 [colin]      0.9.12cvs33.5
14390
14391         * src/action.c
14392                 Action output fix
14393                 Patch by Alfons
14394
14395 2004-07-19 [colin]      0.9.12cvs33.4
14396
14397         * src/compose.c
14398                 Fix outgoing charset bug in headers
14399         * src/codeconv.c
14400                 Clean for glib2 - Patch by Alfons
14401
14402 2004-07-19 [colin]      0.9.12cvs33.3
14403
14404         * src/statusbar.c
14405                 Remove grip from the statusbar
14406                 Patch by Alfons
14407
14408 2004-07-19 [colin]      0.9.12cvs33.2
14409
14410         * src/messageview.c
14411         * src/textview.c
14412                 Fix messageview remembering the previous
14413                 scroll position when loading a new message
14414                 Patch by Alfons
14415
14416 2004-07-19 [colin]      0.9.12cvs33.1
14417
14418         * src/folder.h
14419         * src/folderview.c
14420         * src/summaryview.c
14421                 Sync with HEAD
14422
14423 2004-07-18 [colin]      0.9.12cvs32.7
14424
14425         * configure.ac
14426                 Remove useless check for XIM - noticed
14427                 by Alfons
14428
14429 2004-07-18 [colin]      0.9.12cvs32.6
14430
14431         * src/summaryview.c
14432                 Remove non-modified and shift-modified
14433                 accelerators in summaryview's popup
14434                 menu, as that doesn't get catched by
14435                 the accel-activate signal catcher...
14436
14437 2004-07-18 [colin]      0.9.12cvs32.5
14438
14439         * src/prefs_common.c
14440                 Define sensible default prefs for 
14441                 wrapping
14442
14443 2004-07-18 [colin]      0.9.12cvs32.4
14444
14445         * src/compose.c
14446         * src/prefs_common.c
14447         * src/prefs_common.h
14448         * src/prefs_wrapping.c
14449                 Remove Smart Wrapping pref, which does
14450                 nothing on gtk2 branch
14451
14452 2004-07-18 [colin]      0.9.12cvs32.3
14453
14454         * src/sourcewindow.c
14455                 Proper utf8
14456
14457 2004-07-18 [colin]      0.9.12cvs32.2
14458
14459         * src/compose.c
14460                 Save attachment status when drafting
14461
14462 2004-07-18 [colin]      0.9.12cvs32.1
14463
14464         * src/gtk/filesel.c
14465                 Fix erratic folder selection in open mode
14466
14467 2004-07-18 [colin]      0.9.12cvs31.11
14468
14469         * src/pop.c
14470                 Don't let partial messages get deleted
14471                 even with "dowload all"
14472                 (0.9.12cvs31.8 fix extension)
14473 2004-07-18 [colin]      0.9.12cvs31.10
14474
14475         * src/gtk/logwindow.c
14476                 Fix log scrolling
14477
14478 2004-07-18 [colin]      0.9.12cvs31.9
14479
14480         * src/common/utils.c
14481                 Fix non-utf8 strings coming from commands
14482                 and files
14483
14484 2004-07-18 [colin]      0.9.12cvs31.8
14485
14486         * src/pop.c
14487                 Fix partial download bug with Download all
14488                 messages option
14489
14490 2004-07-18 [colin]      0.9.12cvs31.7
14491
14492         * src/textview.c
14493                 Fix bug introduced in 0.9.12cvs31.2
14494                 (blocked in select mode after double click)
14495
14496 2004-07-18 [colin]      0.9.12cvs31.6
14497
14498         * src/compose.c
14499         * src/gtk/menu.c
14500                 More glib-warning fixes
14501
14502 2004-07-18 [colin]      0.9.12cvs31.5
14503
14504         * src/compose.c
14505                 Fix trashing the primary clipboard when moving 
14506                 around with tab
14507         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14508
14509 2004-07-18 [colin]      0.9.12cvs31.4
14510
14511         * src/codeconv.c
14512                 convert unencoded iso headers to utf8
14513         (Fix Bug 538 Unencoded local characters in subject make it 
14514          disappear)
14515
14516 2004-07-18 [colin]      0.9.12cvs31.3
14517
14518         * src/compose.c
14519                 Fix tab char handling in wrapping
14520         (Fix Bug 537 Line wrap problem - TAB character treated as 
14521          one character instead of 8)
14522
14523 2004-07-18 [colin]      0.9.12cvs31.2
14524
14525         * src/textview.c
14526                 return FALSE on GDK_MOTION_NOTIFY
14527         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14528          (unable to highlight))
14529
14530 2004-07-18 [colin]      0.9.12cvs31.1
14531
14532         * src/folderview.c
14533                 Sync with 0.9.12cvs31
14534
14535 2004-07-18 [colin]      0.9.12cvs30.4
14536
14537         * src/compose.c
14538                 Also block text_inserted when inserting a file
14539
14540 2004-07-18 [colin]      0.9.12cvs30.3
14541
14542         * src/compose.c
14543                 Fix smart wrapping (block text_inserted handler
14544                 while putting quotation to avoid wrap on input,
14545                 don't join lines if next is sig separator)
14546
14547 2004-07-17 [colin]      0.9.12cvs30.2
14548
14549         * src/folderview.c
14550         * src/mainwindow.c
14551         * src/mimeview.c
14552         * src/summaryview.c
14553         * src/gtk/quicksearch.c
14554         * src/gtk/quicksearch.h
14555                 Block key events handlers *and* accels while
14556                 quicksearch is focused
14557         (Fixes Bug 534 quick-search bar not accepting certain letters)
14558
14559 2004-07-17 [colin]      0.9.12cvs30.1
14560
14561         * src/folder.h
14562         * src/folderview.c
14563         * src/summaryview.c
14564                 Sync with 0.9.12cvs30
14565
14566 2004-07-17 [colin]      0.9.12cvs28.2
14567
14568         * src/mimeview.c
14569         * src/procmime.c
14570         * src/summaryview.c
14571         * src/gtk/menu.c
14572                 Squash some compile and glib warnings
14573
14574 2004-07-17 [paul]       0.9.12cvs28.1
14575
14576         * src/mimeview.c
14577                 sync with 0.9.12cvs28 HEAD
14578
14579 2004-07-16 [paul]       0.9.12cvs26.1
14580         
14581         * src/gtk/quicksearch.c
14582         * src/account.c
14583         * src/account.h
14584         * src/compose.c
14585         * src/customheader.c
14586         * src/folder_item_prefs.c
14587         * src/main.c
14588         * src/mainwindow.c
14589         * src/messageview.c
14590         * src/mimeview.c
14591         * src/news.c
14592         * src/pgpmime.c
14593         * src/pop.c
14594         * src/pop.h
14595         * src/prefs_account.c
14596         * src/prefs_account.h
14597         * src/prefs_common.c
14598         * src/prefs_common.h
14599         * src/prefs_display_header.c
14600         * src/prefs_gtk.c
14601         * src/prefs_gtk.h
14602         * src/procheader.c
14603         * src/procmime.c
14604                 sync with 0.9.12cvs26 HEAD      
14605
14606 2004-07-15 [colin]      0.9.12cvs18.14
14607
14608         * src/folder.c
14609                 Disable GPG signature check during
14610                 folder move and scan
14611         (Closes Bug 521 Signature checking slows down Folder-Move)
14612
14613 2004-07-14 [colin]      0.9.12cvs18.13
14614
14615         * src/common/partial_download.c
14616                 update includes
14617
14618 2004-07-14 [colin]      0.9.12cvs18.12
14619
14620         * src/common/partial_download.c
14621         * src/common/partial_download.h
14622                 Move doc at top, add correct copyright
14623
14624 2004-07-14 [colin]      0.9.12cvs18.11
14625
14626         * src/folder.c
14627         * src/messageview.c
14628         * src/pop.c
14629         * src/pop.h
14630         * src/procmsg.c
14631         * src/summaryview.c
14632         * src/common/Makefile.am
14633         * src/common/partial_download.c ** NEW FILES **
14634         * src/common/partial_download.h ** NEW FILES **
14635                 Move partial-download related stuff to its
14636                 own file
14637
14638 2004-07-14 [colin]      0.9.12cvs18.10
14639
14640         * src/send_message.c
14641                 Fix smtp auth when user is null or empty
14642
14643 2004-07-13 [colin]      0.9.12cvs18.9
14644
14645         * src/gtk/quicksearch.c
14646                 Use alphabetic order
14647
14648 2004-07-13 [colin]      0.9.12cvs18.8
14649
14650         * src/pop.c
14651                 Be paranoid on the checks
14652
14653 2004-07-13 [colin]      0.9.12cvs18.7
14654
14655         * src/gtk/quicksearch.c
14656                 Fix Engrish once again
14657
14658 2004-07-13 [colin]      0.9.12cvs18.6
14659
14660         * src/procmsg.c
14661         * src/summaryview.c
14662                 Mark messages for deletion when they are about to
14663                 be removed from trash
14664
14665 2004-07-13 [colin]      0.9.12cvs18.5
14666
14667         * src/matcher.c
14668         * src/matcher.h
14669         * src/matcher_parser_parse.y
14670         * src/prefs_matcher.c
14671         * src/gtk/quicksearch.c
14672                 Add 'partial' ('p') match string to find partially
14673                 downloaded messages
14674
14675 2004-07-13 [colin]      0.9.12cvs18.4
14676
14677         * src/pop.c
14678                 Fix misplaced block
14679
14680 2004-07-13 [colin]      0.9.12cvs18.3
14681
14682         * src/pop.c
14683         * src/pop.h
14684         * src/messageview.c
14685                 Refactor API (to avoid passing 5+ params and code
14686                 duplication)
14687         * src/folder.c
14688         * src/msgcache.c
14689         * src/procheader.c
14690         * src/common/defs.h
14691                 Add planned_download to cache
14692                 Don't mess uidl file when moving partially downloaded
14693                 mails (they change folder, we should change it in the
14694                 uidl list too or we'll remove an incorrect message)
14695                 (this also helps removing hacks when changing 
14696                 planned_download in messageview.c)
14697
14698 2004-07-12 [colin]      0.9.12cvs18.2
14699
14700         * src/gtk/quicksearch.c
14701                 Fix missing status update in quicksearch
14702
14703 2004-07-12 [paul]       0.9.12cvs18.1
14704
14705         * po/POTFILES.in
14706         * src/Makefile.am
14707         * src/account.c
14708         * src/codeconv.c
14709         * src/compose.c
14710         * src/inc.c
14711         * src/main.c
14712         * src/prefs_common.c
14713         * src/procmsg.h
14714         * src/toolbar.c
14715         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14716         * src/prefs_wrapping.[ch]       ** NEW FILES **
14717         * src/common/intl.h
14718         * src/common/utils.[ch]
14719         * src/gtk/quicksearch.[ch]
14720                 sync with 0.9.12cvs18 HEAD
14721
14722 2004-07-12 [colin]      0.9.11cvs17.25
14723
14724         * src/folder.c
14725         * src/folder.h
14726                 Remove unused function added by me in 0.9.11cvs17.10
14727
14728 2004-07-11 [colin]      0.9.11cvs17.24
14729
14730         * src/inc.c
14731         * src/messageview.c
14732         * src/pop.c
14733         * src/pop.h
14734                 Use folderitem and msgnum instead of filename to
14735                 know which mail to delete
14736                 Move old partial mail deletion to pop.c
14737
14738 2004-07-10 [colin]      0.9.11cvs17.23
14739
14740         * src/inc.c
14741                 Add debug
14742         * src/pop.c
14743         * src/pop.h
14744                 Don't re-use same enums for unrelated stuff: it's 
14745                 completely misleading !
14746                 Document a bit
14747
14748 2004-07-09 [colin]      0.9.11cvs17.22
14749
14750         * src/inc.c
14751                 Remove folder-type check and do
14752                 more tests to be sure everything's
14753                 ok
14754         * src/messageview.c
14755                 Punctuation update, remove useless
14756                 code, fix two warnings
14757         * src/noticeview.c
14758                 Layout cleaning, reset 2nd button
14759                 when specifying one
14760
14761 2004-07-09 [colin]      0.9.11cvs17.21
14762
14763         * src/messageview.c
14764         * src/pop.c
14765         * src/pop.h
14766                 Allow user to change his mind
14767                 and postpone decision (by
14768                 unmarking the mail)
14769
14770 2004-07-09 [colin]      0.9.11cvs17.20
14771
14772         * src/messageview.c
14773                 Fix bug with delete state
14774         * src/pop.c
14775         * src/pop.h
14776                 Fix buffer leak (fread doesn't 
14777                 terminate buffers with \0)
14778                 Refactoring (remove magic 
14779                 numbers)
14780
14781 2004-07-09 [colin]      0.9.11cvs17.19
14782
14783         * src/pop.c
14784                 Don't log "Skipping message" if 
14785                 we're going to TOP it two lines
14786                 later
14787
14788 2004-07-09 [colin]      0.9.11cvs17.18
14789
14790         * src/messageview.c
14791                 Fix Engrish
14792
14793 2004-07-09 [colin]      0.9.11cvs17.17
14794
14795         * src/pop.c
14796                 strlen checking...
14797         * src/messageview.c
14798                 refactoring a bit
14799
14800 2004-07-08 [colin]      0.9.11cvs17.16
14801
14802         * src/noticeview.c
14803         * src/noticeview.h
14804                 Add an optional second button
14805         * src/messageview.c
14806         * src/pop.c
14807         * src/pop.h
14808                 Don't delete partially received mails after a certain
14809                 time; rather, let the user decide.
14810
14811 2004-07-08 [colin]      0.9.11cvs17.15
14812
14813         * src/common/smtp.h
14814                 Sync with HEAD
14815
14816 2004-07-08 [colin]      0.9.11cvs17.14
14817
14818         * src/messageview.c
14819         * src/common/smtp.c
14820                 Use to_human_readable() for sizes
14821
14822 2004-07-08 [colin]      0.9.11cvs17.13
14823
14824         * src/inc.c
14825         * src/messageview.c
14826         * src/pop.c
14827         * src/pop.h
14828         * src/procmsg.c
14829                 Fix partial-downloading issues:
14830                         catch unsupported TOP
14831                         don't delete partially downloaded mails before 5 days
14832                         don't update existing with non-MH folders; that'll
14833                         make dups, but it's better than trashing the folder
14834                         free new msginfo parts
14835                 Fix indentation ;-)
14836
14837 2004-07-08 [colin]      0.9.11cvs17.12
14838
14839         * src/common/smtp.c
14840         * src/common/smtp.h
14841                 Sync smtp size verification with HEAD
14842
14843 2004-07-08 [colin]      0.9.11cvs17.11
14844
14845         * src/summaryview.c
14846         * src/prefs_common.c
14847         * src/prefs_common.h
14848         * src/gtk/quicksearch.c
14849         * src/gtk/quicksearch.h
14850                 Sync sticky pref with HEAD
14851
14852 2004-07-08 [colin]      0.9.11cvs17.10
14853
14854         * src/folder.c [1.213.2.6]
14855         * src/folder.h [1.87.2.6]
14856         * src/inc.c [1.149.2.7]
14857         * src/messageview.c [1.94.2.8]
14858         * src/procheader.c [1.47.2.6]
14859         * src/procmsg.c [1.150.2.4]
14860         * src/procmsg.h [1.60.2.5]
14861         * src/pop.c [1.56.2.4]
14862         * src/pop.h [1.17.2.3]
14863                 Let too big messages get downloaded, but truncated
14864                 Add a button to download them completely
14865                 
14866 2004-07-06 [colin]      0.9.11cvs17.9
14867
14868         * src/gtk/quicksearch.c [1.1.2.3]
14869                 Add a Clear button
14870         * commitHelper
14871         * PATCHSETS
14872                 Add a script to help with cvs
14873
14874 2004-07-03 [colin]      0.9.11cvs17.8
14875
14876         * src/plugins/imageviewer/viewer.c
14877                 fix imageviewer (which was staying on the first
14878                 displayed image)
14879
14880 2004-07-03 [colin]      0.9.11cvs17.7
14881
14882         Removed FIXME_GTK2 warnings
14883         * src/gtk/gtkutils.c
14884                 useless #warnings
14885         * src/gtk/menu.c
14886                 useless #warnings (no need to mess with menu rc)
14887         * src/gtk/menu.h
14888                 unused functions
14889         
14890
14891 2004-07-03 [colin]      0.9.11cvs17.6
14892
14893         Removed FIXME_GTK2 warnings
14894         * src/codeconv.c
14895                 useless #warnings (rewrite needed)
14896         * src/compose.c
14897                 useless #warnings (rewrite needed)
14898                 useless #warnings (gtk2 is like that)
14899                 useless #warnings (previously fixed)
14900         * src/main.c
14901                 useless #warnings (previously fixed)
14902         * src/message_search.c
14903                 useless #warnings (gtk2 is like that)
14904                 Made apparent that search is case-sensitive
14905         * src/mimeview.c
14906                 useless #warnings (rewrite needed)
14907                 useless #warnings (gtk2 is like that)
14908                 reimplemented real warnings
14909         * src/prefs_common.c
14910                 Removed block cursor option (not it gtk2)
14911         * src/prefs_gtk.c
14912                 useless #warnings (rewrite needed)
14913         * src/procheader.c
14914                 useless #warnings (rewrite needed)
14915         * src/sourcewindow.c
14916                 useless #warnings (incorrect placing)
14917         * src/summary_search.c
14918                 useless #warnings (gtk2 is like that)
14919                 Made apparent that search is case-sensitive
14920         * src/action.c
14921                 useless #warnings (gtk2 is like that)
14922         * src/textview.c
14923                 useless #warnings (rewrite needed)
14924         * src/toolbar.c
14925                 useless #warnings (rewrite needed)
14926
14927 2004-07-03 [colin]      0.9.11cvs17.5
14928
14929         * src/textview.c
14930                 Fix mismerge which broke URI opening
14931                 
14932 2004-07-01 [colin]      0.9.11cvs17.4
14933
14934         * src/gtk/filesel.c
14935                 Fill filename when saving
14936                 
14937 2004-06-27 [colin]      0.9.11cvs17.3
14938
14939         * src/gtk/filesel.[ch]
14940                 Use the new GTK file selector
14941                 Update prototype to match the reality: multiple file
14942                 selection is open-only          
14943         * src/compose.c
14944                 Match the new prototypes        
14945         * configure.ac
14946                 Match the new requirements (gtk 2.4.0)
14947                         
14948 2004-06-26 [colin]      0.9.11cvs17.2
14949
14950         * src/plugins/trayicon/trayicon.c
14951                 Remove useless signal handler on resize, which causes
14952                 an infinite "loop"
14953         
14954 2004-06-26 [colin]      0.9.11cvs17.1
14955         
14956         * tools/Makefile.am
14957                 remove launch_firebird and add nautilus2sylpheed.sh
14958         * src/quicksearch.c
14959           src/summaryview.c
14960                 Fix show/hide "Extended symbols" button problem
14961                 Fix apparition at startup
14962                 Fix const warnings
14963         * src/plugins/image_viewer/Makefile.am
14964                 Fix configure 
14965         * common/ssl.c
14966                 Re-enable certificate check, as it doesn't seem to
14967                 cause Xlib errors anymore
14968
14969 2004-06-25 [paul]       0.9.11cvs17
14970
14971         * sync with 0.9.11cvs17 HEAD
14972         
14973         NOTE: QuickSearch is broken
14974
14975 2004-06-07 [colin]      0.9.10claws67.10
14976         * src/plugins/trayicon/trayicon.c
14977           src/plugins/trayicon/libeggtrayicon/Makefile.am
14978           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14979                 Fix gettextization in trayicon plugin
14980
14981 2004-06-07 [colin]      0.9.10claws67.9
14982         
14983         * src/summaryview.c
14984           src/gtk/gtksctree.[ch]
14985                 Let Shift+{Up,Down} work in summaryview
14986                 (well, Down "works" and Up works)
14987                 Let the list scroll when using these keys
14988
14989 2004-06-06 [colin]      0.9.10claws67.8
14990
14991         * src/plugins/trayicon/trayicon.c
14992                 Fix pixmap update
14993
14994 2004-06-06 [colin]      0.9.10claws67.7
14995
14996         * src/addressbook.c
14997                 Fix signal handling causing system-wide focus grab
14998
14999 2004-05-25 [paul]       0.9.10claws67.6
15000
15001         * Makefile.am
15002           src/Makefile.am
15003                 clean up
15004
15005 2004-05-25 [paul]       0.9.10claws67.5
15006
15007         * replace deprecated gtk_signal... functions
15008
15009 2004-05-23 [colin]      0.9.10claws67.4
15010
15011         * src/compose.c
15012                 Fix wrapping
15013
15014 2004-05-22 [colin]      0.9.10claws67.3
15015
15016         * src/compose.c
15017                 Re-fix [Edited] in compose.c::compose_reedit()
15018
15019 2004-05-22 [colin]      0.9.10claws67.2
15020
15021         * src/procmime.c
15022                 Fix parsing of multiparts mails
15023
15024 2004-05-22 [colin]      0.9.10claws67.1
15025
15026         * src/summaryview.c
15027                 Fix quicksearch
15028
15029 2004-05-22 [paul]       0.9.10claws67
15030
15031         * sync with 0.9.10claws67 HEAD
15032
15033 2004-05-14 [alfons]
15034
15035         * src/procmime.h
15036                 add forgotton prototype
15037
15038 2004-05-10 [paul]       0.9.10claws57
15039
15040         * sync with 0.9.10claws57 HEAD
15041
15042 2004-05-05 [paul]       0.9.9.claws1
15043
15044         * ChangeLog-gtk2        ** REMOVED **
15045           ChangeLog-gtk2.claws  ** ADDED **
15046                 rename and adopt the normal claws format
15047                 
15048         * configure.ac
15049                 require gtkmathview >= 0.5
15050
15051         * ac/*                          ** REMOVED **
15052           ac/                           ** REMOVED **
15053           intl/Makefile.in              ** REMOVED **
15054           m4/                           ** ADDED **
15055           m4/missing                    ** ADDED **
15056           m4/missing/gdk-pixbuf.m4      ** ADDED **
15057           m4/missing/gettext.m4         ** ADDED **
15058           m4/missing/gpgme.m4           ** ADDED **
15059           m4/missing/imlib.m4           ** ADDED **
15060           m4/.cvsignore                 ** ADDED **
15061           m4/Makefile.am                ** ADDED **
15062           m4/README                     ** ADDED **
15063           m4/aclocal-include.m4         ** ADDED **
15064           m4/aspell.m4                  ** ADDED **
15065           m4/check-type.m4              ** ADDED **
15066           m4/gnupg-check-typedef.m4     ** ADDED **
15067           m4/openssl.m4                 ** ADDED **
15068           m4/spamassassin.m4            ** ADDED **
15069           po/ChangeLog                  ** REMOVED **
15070           po/Makefile.in.in             ** REMOVED **
15071           po/Rules-quot                 ** REMOVED **
15072           po/boldquot.sed               ** REMOVED **
15073           po/en@boldquot.header         ** REMOVED **
15074           po/en@quot.header             ** REMOVED **
15075           po/insert-header.sin          ** REMOVED **
15076           po/quot.sed                   ** REMOVED **
15077           po/remove-potcdate.sed        ** REMOVED **
15078           po/remove-potcdate.sin        ** REMOVED **
15079           po/stamp-po                   ** REMOVED **
15080           Makefile.am
15081           autogen.sh
15082           configure.ac
15083                 enable building with automake 1.8.x
15084                 add 'autopoint --force' to autogen.sh and remove all
15085                 auto-generated files, remove ac/ directory and use
15086                 m4/ directory instead
15087                 
15088         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15089                 fix gettextization
15090
15091 2004-02-28 Colin Leroy <colin@colino.net>
15092         * src/prefs_matcher.c
15093           src/prefs_filtering.c
15094           src/prefs_filtering_action.c
15095                 Fix non-editable GtkEntries
15096
15097 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15098         * src/prefs_themes.c
15099                 utf8 conversion for theme info
15100
15101 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15102         * sync 0.9.9claws
15103
15104 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15105         * src/grouplistdialog.c
15106                 allow multiple selections without ctrl key
15107
15108 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15109         * src/main.c
15110                 enable customizable accelerators
15111
15112 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15113         * src/prefs_common.c
15114                 re-enable different font settings for gtk1/2
15115         * src/prefs_folder_item.c
15116                 fix folder prefs displayed wrong
15117         * src/textview.c
15118                 set 'sunken' shadow type
15119
15120 2004-02-07 Colin Leroy <colin@colino.net>
15121         * src/compose.c
15122                 Fix message being always [Edited]
15123                 Encode headers correctly (utf8 buf)
15124
15125 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15126         * src/socket.c
15127                 remove double g_source_attach()
15128                 (Thanks to Colin Leroy)
15129
15130 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15131         * src/gtk/gtksctree.c
15132                 Fix SSL certificate list not shown
15133         * src/mimeview.c
15134                 Fix clicks in mime tree
15135
15136 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15137         * src/common/socket.c
15138                 Fix SSL receive
15139         * src/compose.c
15140                 Fix clipboard menu hotkeys
15141
15142 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15143         * src/gtk/gtkaspell.[ch]
15144           src/compose.c
15145                 reimplement spellchecker
15146
15147 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15148         * src/gtk/filesel.c
15149                 crash when inserting file in compose window
15150                 (TODO: keep old selection on clicks)
15151         * src/main.c
15152                 use gtkrc-2.0 instead of gtkrc
15153
15154 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15155         * src/messageview.c
15156                 remove orphaned mimeview unref()
15157
15158 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15159         * src/grouplistdialog.c
15160                 expand nodes containing subscribed groups
15161
15162 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15163         * src/textview.c
15164                 textview: hide cursor, restore old click behaviour
15165
15166 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15167         * src/textview.c
15168                 variable names messed up
15169
15170 2004-01-17 Colin Leroy <colin@colino.net>
15171         * src/addr_compl.c
15172                 Fix completion address too thin
15173         * src/compose.c
15174                 Fix tab-to-subject behaviour
15175         * src/summaryview.c
15176                 Implement key up & down in summaryview
15177
15178 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15179
15180         * sync 098claws
15181
15182 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15183         * configure.ac
15184           Makefile.am
15185           doc/.cvsignore
15186           doc/Makefile.am
15187                 faq, man, manual moved to doc/
15188         * ac/aspell.m4
15189           ac/check-type.m4
15190           ac/gnupg-check-typedef.m4
15191           ac/openssl.m4
15192           ac/spamassassin.m4
15193           ac/missing/gdk-pixbuf.m4
15194           ac/missing/gpgme.m4
15195           ac/missing/imlib.m4
15196                 fix automake warnings
15197
15198 2003-12-06 Colin Leroy <colin@colino.net>
15199         * src/summaryview.c
15200                 Fix quicksearch
15201
15202 2003-12-05 Colin Leroy <colin@colino.net>
15203         * src/summaryview.c
15204                 Fix going to next unread folder
15205
15206 2003-12-05 Colin Leroy <colin@colino.net>
15207         * src/crash.c
15208                 Fix gtk2 compilation
15209         * src/session.c
15210                 Remove iotag source handler at disconnection
15211         * src/socket.[ch] 
15212                 Remove source handler when closing socket 
15213                 (fixes another seg)
15214
15215 2003-12-04 Colin Leroy <colin@colino.net>
15216         * src/compose.c
15217           src/prefs_account.c
15218           src/prefs_common.c
15219                 Fix some dropdown menus
15220
15221 2003-12-04 Colin Leroy <colin@colino.net>
15222         * src/compose.c
15223                 Fix event handlers on header fields
15224         * src/common/socket.c
15225           src/common/session.c
15226                 Fix segfault with callback (SSL)
15227                 Fix end of session 
15228
15229 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15230
15231         * Fix compile bug in src/compose.c
15232         * removed src/gtk/gtkstext.[ch]
15233
15234 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15235
15236         * Convert character set and escape "text" attributes in toolbar setting
15237         files.
15238         * Fixed bug in button-press-event handling.
15239
15240 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15241
15242         * Fixed bug in key-press-event handling.
15243
15244 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15245
15246         * Enabled to compile tray-icon plugin (Ad-hoc).
15247         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15248
15249 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15250
15251         * Enabled to compile on sylpheed-claws.
15252         (tray-icon plugin still cannot compile yet.)
15253
15254 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15255
15256         * Updated to 0.9.5.
15257
15258 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15259
15260         * Updated to 0.9.4.
15261         * Ported monitoring SSL mechanism to GSource of GLib2
15262         (I don't confirm it)
15263         * Added _gtk2 suffix to key name of font preference to avoid
15264         ovverwriting preference of Gtk+-1.2 version.
15265
15266 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15267
15268         * Updated to 0.9.2.
15269
15270 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15271
15272         * Updated to 0.9.1.
15273         * Translate po files into UTF-8 when execute autogen.sh.
15274
15275 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15276
15277         * Updated to 0.9.0.
15278
15279 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15280
15281         * Plugged GError related memory leaks.
15282
15283 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15284
15285         * Changed default size of fonts.
15286         * Enabled to set titile font size of warning dialog.
15287
15288 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15289
15290         * Embed a sylpheed icon into executable binary on Windows.
15291
15292 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15293
15294         * I forgot to traslate character set of element string in src/xml.c.
15295
15296 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15297
15298         * Fixed detecting bind_textdomain_codeset in configure.in.
15299         * The bug in which "Example" of "Date fromat" preference isn't displayed
15300         correctly has been fixed.
15301
15302 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15303
15304         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15305           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15306           glib-gettextize
15307           Removed intl directory.
15308           Translated po files into UTF-8.
15309           (Thanks! Ryuji Abe)
15310
15311 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15312
15313         * The bug which doesn't unscape string in xml.c has been fixed.
15314
15315 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15316
15317         * The bug which is failed to translate encoding of file name thorough
15318         file dialog has been fixed.
15319
15320 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15321
15322         * Modified to translate file names which is used in inporting/expoting
15323         mbox feature and "Save as" feature into locale encoding.
15324         * Translate file names into locale encoding when "Attache file" and
15325         "Insert file".
15326         * Force set G_BROKEN_FILENAMES environment variable.
15327         * Other minor fixes.
15328
15329 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15330
15331         * Modified to treat MH folder's name as locale encoding.
15332
15333 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15334
15335         * The bug which clash on switching candidates of auto completion of
15336         addresses, cannot use auto completion in Japanesse is fixed
15337         (Thanks! Tokunaga-san)¡¥
15338
15339 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15340
15341         * The bug which cannot switch key accelerator preference has been fixed
15342         (Thanks! smbd-san)¡¥
15343
15344 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15345
15346         * version 0.8.11-gtk2-20030314
15347
15348 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15349
15350         * The bug in which character set conversion of filtering messages has
15351         been fixed.(Thanks! COCOA-san).
15352
15353 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15354
15355         * Revived "Leave space on head" preference in "Message" category.
15356         * A bug which clash when put the cursor to end of buffer and execute
15357         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15358
15359 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15360
15361         * version 0.8.11-gtk2-20030312
15362
15363 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15364
15365         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15366         * Modified to use Pango's API directly for font preference.
15367         * Integrated GtkTextView of textview to one widget.
15368         * Set fonts of header title in textview by "header_title" tag.
15369         * Removed some deprecated codes.
15370
15371 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15372
15373         * Updated to 0.8.11.
15374         * Merged cygwin patch(Thanks! Sakai-san).
15375
15376 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15377
15378         * version 0.8.10-gtk2-20030309