2006-06-06 [paul] 2.2.1cvs4
[claws.git] / ChangeLog
1 2006-06-06 [paul]       2.2.1cvs4
2
3         * src/textview.c
4         * src/common/utils.c
5                 fix URI check
6                 Thanks to Colin
7
8 2006-06-05 [wwp]        2.2.1cvs3
9
10         * manual/fr/account.xml
11                 minor language fixes (thanks to Fabien Vantard).
12
13 2006-06-05 [colin]      2.2.1cvs2
14
15         * src/prefs_folder_item.c
16         * src/folderview.c
17                 Allow recursive setting of properties 
18                 for whole mailboxes
19         * src/matcher.c
20                 Don't freeze on 'test' filtering rule
21
22 2006-06-05 [colin]      2.2.1cvs1
23
24         * configure.ac
25                 Update version number following
26                 stable release
27
28 2006-06-04 [wwp]        2.2.0cvs82
29
30         * manual/glossary.xml
31         * manual/account.xml
32         * manual/fr/glossary.xml
33         * manual/fr/account.xml
34                 added glossary section and references/links related to the Face custom header.
35
36 2006-06-04 [colin]      2.2.0cvs81
37
38         * src/summaryview.c
39                 Skip to next message on move with no
40                 immediate execution
41
42 2006-06-04 [wwp]        2.2.0cvs80
43
44         * manual/xml2pdf
45                 added sanity checks, exit when needed.
46
47 2006-06-03 [paul]       2.2.0cvs79
48
49         * src/prefs_receive.c
50                 page name is now 'Receiving'
51         * src/prefs_send.c
52                 page name is now 'Sending'
53
54 2006-06-03 [colin]      2.2.0cvs78
55
56         * src/plugins/spamassassin/spamassassin_gtk.c
57                 Autoswitch to Localhost if transport was previously
58                 disabled. Else people had to check [] Enable, then
59                 *reselect* transport.
60
61 2006-06-03 [colin]      2.2.0cvs77
62
63         * src/plugins/pgpinline/pgpinline.c
64         * src/plugins/pgpmime/pgpmime.c
65                 Check that gpg_data_release_and_get_mem 
66                 didn't fail (now, why this happens...)
67
68 2006-06-03 [colin]      2.2.0cvs76
69
70         * src/mbox.c
71                 Fix bug #962 (Manual and/or UI should 
72                 warn about incompatible locking 
73                 causing dataloss)
74
75 2006-06-02 [cleroy]     2.2.0cvs75
76
77         * src/filtering.c
78         * src/folder.c
79         * src/procmsg.c
80         * src/summaryview.c
81                 Fix a few leaks
82
83 2006-06-02 [colin]      2.2.0cvs74
84
85         * src/main.c
86                 On exit, free caches after writing them
87                 Shuts up some valgrind false positives
88         * src/procmsg.c
89         * src/send_message.c
90                 Fix races when reusing existing SMTP connections
91                 Fix inexistant session timeout
92         * src/toolbar.c
93                 Display alertpanel after all queues have
94                 been processed, not after each
95
96 2006-06-02 [wwp]        2.2.0cvs73
97
98         * manual/fr/glossary.xml
99         * manual/fr/ack.xml
100         * manual/ack.xml
101                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
102
103 2006-06-02 [wwp]        2.2.0cvs72
104
105         * manual/xml2pdf
106         * manual/dist/pdf/Makefile.am
107         * manual/dtd/manual.xsl
108         * manual/fr/dist/pdf/Makefile.am
109         * manual/pl/dist/pdf/Makefile.am
110                 we changed the procedure to generate the .pdf version of the manual.
111                 The procedure is more modern and the .pdf we get now has a valid index.
112                 Here are the new pre-requisites:
113
114                 - JRE 1.x (1.4 here): there must be one from your distro
115                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
116                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
117                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
118
119                 See my posts for further info about the installation of this toolchain:
120
121                 Date: Fri, 19 May 2006 19:40:06 +0200
122                 From: wwp <subscript@free.fr>
123                 To: sylpheed-claws-devel@lists.sourceforge.net
124                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
125
126                 and
127
128                 Date: Wed, 24 May 2006 12:58:49 +0200
129                 From: wwp <subscript@free.fr>
130                 To: sylpheed-claws-devel@lists.sourceforge.net
131                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
132
133 2006-06-01 [colin]      2.2.0cvs71
134
135         * src/compose.c
136                 Better guards against IMAP races
137         * src/main.c
138         * src/prefs_common.c
139         * src/prefs_common.h
140         * src/common/ssl_certificate.c
141         * src/etpan/imap-thread.c
142         * src/etpan/imap-thread.h
143         * src/gtk/sslcertwindow.c
144                 New hidden option ssl_skip_cert_check to 
145                 avoid dups of bug #959 (libetpan linked
146                 against gnutls and gnutls buggy on 64bit)
147                 Present expired warning only once per
148                 session/server.
149         * manual/advanced.xml
150         * manual/fr/advanced.xml
151                 Document new option
152
153 2006-06-01 [wwp]        2.2.0cvs70
154
155         * src/messageview.c
156                 fix for bug #961 (return receipt dialog 
157                 complains incorrectly about return-path 
158                 email adress being different), thanks 
159                 to Colin.
160
161 2006-05-31 [cleroy]     2.2.0cvs69
162
163         * src/common/ssl.c
164                 Guard against NULLs, although this
165                 should never be an issue
166
167 2006-05-31 [colin]      2.2.0cvs68
168
169         * src/filtering.c
170                 Use g_slist_prepend
171         * src/imap.c
172                 Don't remove caches when destroying folder, it
173                 could (should) be done at exit
174         * src/inc.c
175                 free processing cache after incorporation
176         * src/etpan/imap-thread.c
177                 Maybe fix bug #959 (Crash on moving to emails 
178                 to a imap account per ssl with a expired 
179                 certificate.)
180
181 2006-05-30 [colin]      2.2.0cvs67
182
183         * src/summaryview.c
184                 Put back event flush when displaying message
185                 It avoids reading a bunch of messages just
186                 by hitting shift-n for too long ;)
187
188 2006-05-29 [colin]      2.2.0cvs66
189
190         * src/summaryview.c
191                 Remove useless g_warnings
192
193 2006-05-29 [colin]      2.2.0cvs65
194
195         * src/imap.c
196                 Fix g_slist_append()s for performance
197
198 2006-05-29 [colin]      2.2.0cvs64
199
200         * src/compose.c
201         * src/common/utils.c
202                 Fix extraneous tab at start of addresses
203         * src/mainwindow.c
204                 Fix warnings (thanks to Fabien)
205                 Fix crash at exit when composing messages 
206                 exist
207         * src/pop.c
208                 Fix progress bar when deleting expired mails
209                 Thanks to Hiro
210         * src/summaryview.c
211         * src/gtk/gtksctree.c
212                 Fix re-sorting slowness
213
214 2006-05-29 [paul]       2.2.0cvs63
215
216         * src/mh.c
217                 fetch full message when moving mails
218                 from another mailbox, (fixed data loss
219                 when filtering from IMAP to MH, introduced
220                 in 2.2.0cvs57).
221                 Thanks to Colin
222
223 2006-05-29 [mones]      2.2.0cvs62
224
225         * src/gtk/gtksctree.c
226                 Unselect faster (patch by Colin)        
227
228 2006-05-26 [colin]      2.2.0cvs61
229
230         * src/summaryview.c
231                 Unplug MSGINFO_UPDATE callback on delete too.
232
233 2006-05-26 [colin]      2.2.0cvs60
234
235         * src/foldersel.c
236                 Fix bold in folder selection window with glib2.10
237                 thanks Hiro
238
239 2006-05-26 [colin]      2.2.0cvs59
240
241         * src/procheader.c
242                 Convert date only if necessary (and don't
243                 try to convert from utf8 to utf8, too)
244         * src/summaryview.c
245                 Only set column's text if the column's 
246                 displayed
247
248 2006-05-26 [colin]      2.2.0cvs58
249
250         * src/summaryview.c
251         * src/gtk/gtkutils.c
252                 Fix useless warning
253
254 2006-05-26 [colin]      2.2.0cvs57
255
256         * src/mainwindow.c
257                 Make summaryview selectable as long as 
258                 no message has focus
259         * src/mh.c
260                 Faster deletion (by implementing mh_remove_msgs)
261                 Faster copy (avoid using mh_fetch_msg just to get
262                 the filename)
263                 Faster move (using move_file instead of copy_file
264                 if MSG_IS_MOVE)
265                 No progressbar if total number of mails to cp/mv 
266                 is less than 100
267         * src/summaryview.c
268                 Fix removal from subject_table when mail gets moved
269                 Faster deletion (g_slist_prepend instead of append)
270         * src/gtk/gtksctree.c
271                 Remove useless code
272
273 2006-05-25 [colin]      2.2.0cvs56
274
275         * src/common/ssl_certificate.c
276                 Fix leak in expired cert check
277
278 2006-05-25 [colin]      2.2.0cvs55
279
280         * src/mh.c
281                 Disable flags syncing on .mh_sequences - it
282                 is buggy and marks mails read under unknown
283                 conditions.
284
285 2006-05-25 [paul]
286
287         * 2.3.0-rc4 released
288
289 2006-05-24 [colin]      2.2.0cvs54
290
291         attention cvs users: if you manage to crash
292         Sylpheed-Claws while moving, copying or deleting
293         mails, we *are* interested in stack traces and
294         valgrind logs. It looks stable, but one never
295         knows...
296
297         * src/folder.c
298                 Add progressbar for cache updates
299         * src/folderutils.c
300                 Optimize Mark all read in the current
301                 folder
302         * src/mh.c
303                 Add progressbar for copy/move
304         * src/procmsg.c
305                 Optimize O(n^2) in copy/move
306         * src/summaryview.c
307         * src/gtk/gtksctree.c
308                 Optimize O(n^2) algos
309         * src/common/timing.h
310                 Display ms instead of us
311
312 2006-05-24 [wwp]        2.2.0cvs53
313
314         * manual/fr/advanced.xml
315                 updates to the French manual.
316
317 2006-05-24 [wwp]        2.2.0cvs52
318
319         * src/common/utils.c
320                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
321
322 2006-05-24 [wwp]        2.2.0cvs51
323
324         * src/folderutils.c
325                 fixed "mark all read" in MH folders (thanks to Colin).
326
327 2006-05-24 [paul]       2.2.0cvs50
328
329         * doc/man/sylpheed-claws.1
330                 updated the man page
331
332 2006-05-23 [colin]      2.2.0cvs49
333
334         * src/folderview.c
335         * src/imap.c
336         * src/inc.c
337         * src/mbox.c
338         * src/messageview.c
339         * src/news.c
340         * src/send_message.c
341         * src/summaryview.c
342         * src/gtk/sslcertwindow.c
343                 alertpanel fixes, by Fabien
344
345 2006-05-23 [colin]      2.2.0cvs48
346
347         * src/folder.c
348         * src/folderview.c
349         * src/msgcache.c
350         * src/summaryview.c
351         * src/gtk/gtksctree.c
352         * src/gtk/gtksctree.h
353                 More timings
354                 Fix slow loading problem, which was caused by the
355                 use of some gtk_ctree funcs and their use of
356                 g_list_position while gtk_ctree_(un)link'ing.
357                 Reap more functions from gtkctree.c to be sure we
358                 use our (fast) version instead of theirs.
359         * src/mh.c
360                 Fix copy of unread mails
361
362
363 2006-05-22 [wwp]        2.2.0cvs47
364
365         * manual/fr/advanced.xml
366                 updated.
367
368 2006-05-22 [colin]      2.2.0cvs46
369
370         * src/filtering.c
371                 Fix possible infinite loop. 'copy' is not a 
372                 final action, so when encountering a 'copy',
373                 we have to check if a previous one was set
374                 and do it. In the same way, if we encounter
375                 a 'move' we have to perform a possibly 
376                 pending 'copy'. This will slow down filtering
377                 on IMAP if move+copy or multiple copy actions
378                 are to be done, but handling it via the batch
379                 would be really too convoluted.
380
381 2006-05-22 [wwp]        2.2.0cvs45
382
383         * manual/fr/advanced.xml
384         * manual/fr/faq.xml
385         * manual/fr/glossary.xml
386         * manual/fr/handling.xml
387         * manual/fr/intro.xml
388         * manual/fr/plugins.xml
389         * manual/fr/sylpheed-claws-manual.xml
390                 sync w/ the english manual: updates URIs, documented mailing-list
391                 support, better explanation about the enabled/disabled feature
392                 in filtering/processing rules by Paul.
393
394 2006-05-21 [colin]      2.2.0cvs44
395
396         * src/summaryview.c
397                 Don't expand after building threads, but during
398
399 2006-05-21 [colin]      2.2.0cvs43
400
401         * src/procmsg.c
402         * src/summaryview.c
403                 More timing possibilities... For next time I have 
404                 to find out how the hell some 3GHz computer takes
405                 one minute to open a 30k folder...
406
407 2006-05-21 [colin]      2.2.0cvs42
408
409         * manual/pl/advanced.xml
410         * manual/pl/faq.xml
411         * manual/pl/glossary.xml
412         * manual/pl/handling.xml
413         * manual/pl/intro.xml
414         * manual/pl/plugins.xml
415         * manual/pl/sylpheed-claws-manual.xml
416                 Polish manual updated by Pawel
417
418 2006-05-20 [colin]
419
420         * 2.3.0-rc3 released
421
422 2006-05-20 [colin]      2.2.0cvs41
423
424         * src/imap.c
425                 Fix -rc2 problems:
426                 - remove cache of moved messages from original folder
427                 - apply new flags to messages even if they aren't appliable
428                   via IMAP.
429
430 2006-05-20 [colin]
431
432         * 2.3.0-rc2 released
433
434 2006-05-19 [colin]      2.2.0cvs40
435
436         * src/imap.c
437                 Don't issue SELECT in imap_change_flags
438                 before having checked that we indeed have
439                 some flags to change. MSG_POSTFILTERED for
440                 example can't be used on IMAP.
441                 Fixes bug #955 (copying messages between 
442                 imap folders is extremely slow), which was
443                 a regression.
444
445 2006-05-19 [colin]      2.2.0cvs39
446
447         * src/folder.c
448         * src/folder.h
449         * src/folderview.c
450                 Try to fix bug #830 (Some unread messages 
451                 get marked read in IMAP inbox):
452                 - Prevent scanning a folder if it's being 
453                   opened via the GUI
454                 - Postpone opening via the GUI of a folder
455                   currently scanned.
456
457
458 2006-05-19 [wwp]        2.2.0cvs38
459
460         * manual/advanced.xml
461                 fix English+typo (thanks to Paul).
462
463 2006-05-19 [wwp]        2.2.0cvs37
464
465         * manual/advanced.xml
466         * manual/fr/advanced.xml
467         * src/gtk/logwindow.c
468         * src/prefs_common.c
469         * src/prefs_common.h
470                 added hidden prefs to allow customization of colors used in
471                 protocol log window (useful for dark gtk+ themes).
472
473 2006-05-19 [wwp]        2.2.0cvs36
474
475         * ChangeLog
476                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
477
478 2006-05-19 [paul]       2.2.0cvs35
479
480         * src/textview.c
481                 make Reply-To fully clickable
482         * src/gtk/logwindow.c
483                 more colouring (SMTP ESMTP)
484         Both patches by Pawel Pekala
485
486 2006-05-19 [cleroy]     2.2.0cvs34
487
488         * src/mh.c
489                 Don't update flags from current folder
490                 Probably fixes bug #935 (Read Messages 
491                 Revert to Being Marked as Unread)
492
493 2006-05-18 [colin]      2.2.0cvs33
494
495         * src/imap.c
496                 Warning fix
497         * src/compose.c
498         * src/mainwindow.c
499         * src/summaryview.c
500         * src/toolbar.c
501                 Allow replying to multiple emails
502                 in multiple windows
503         * src/mimeview.c
504         * src/etpan/imap-thread.c
505                 Leak fixes
506
507 2006-05-18 [paul]       2.2.0cvs32
508
509         * src/summaryview.c
510                 keep Mailing-List menu refreshed
511                 Thanks to Colin
512
513 2006-05-18 [paul]       2.2.0cvs31
514
515         * manual/advanced.xml
516         * manual/faq.xml
517         * manual/glossary.xml
518         * manual/handling.xml
519         * manual/intro.xml
520         * manual/plugins.xml
521         * manual/sylpheed-claws-manual.xml
522                 update URLs
523                 add info about mailing-list support
524                 edit filtering info
525         * src/wizard.c
526         * src/common/defs.h
527         * src/gtk/about.c
528         * src/plugins/dillo_viewer/README
529                 update URLs
530
531 2006-05-17 [wwp]        2.2.0cvs30
532
533         * manual/handling.xml
534         * manual/fr/handling.xml
535                 documented the ability to enabled/disable filtering/processing rules.
536
537 2006-05-17 [colin]      2.2.0cvs29
538
539         * src/main.c
540                 Don't initialize g_thread subsystem if it's 
541                 already done (thanks to Hiro)
542         * src/mimeview.c
543                 Fix saving of parts when there name can't be
544                 converted from UTF-8.
545
546 2006-05-17 [paul]       2.2.0cvs28
547
548         * po/Makefile.in.in
549                 fix config.status warning with autoconf 2.60
550
551 2006-05-17 [paul]       2.2.0cvs27
552
553         * po/POTFILES.in
554                 add src/mbox.c
555
556 2006-05-17 [wwp]        2.2.0cvs26
557
558         * src/mainwindow.c
559                 fix useless and potentially dangerous buffer walking (thanks to Colin).
560
561 2006-05-17 [wwp]        2.2.0cvs25
562
563         * src/plugins/demo/demo.c
564                 updated product name in plugin demo (many plugins need to be
565                 sync'ed w/ that change).
566
567 2006-05-17 [colin]      2.2.0cvs24
568
569         * src/mh.c
570                 Fix leak
571
572 2006-05-16 [colin]      2.2.0cvs23
573
574         * src/mainwindow.c
575                 Stupid me hit again. Fix cvs22.
576
577 2006-05-16 [colin]      2.2.0cvs22
578
579         * src/mainwindow.c
580                 Fix bug #922 (sylpheed-claws crashed after 
581                 pushing on Inbox folder)
582
583 2006-05-16 [colin]      2.2.0cvs21
584
585         * src/compose.c
586                 Make From header be copy/paste/select-able
587
588 2006-05-16 [wwp]        2.2.0cvs20
589
590         * src/export.c
591         * src/matcher.c
592         * src/summaryview.c
593         * src/etpan/imap-thread.c
594                 fix some compiler warnings (thanks to Colin).
595
596 2006-05-16 [wwp]        2.2.0cvs19
597
598         * src/action.c
599         * src/gedit-print.c
600         * src/inc.c
601         * src/mainwindow.c
602         * src/mh.c
603         * src/statusbar.c
604         * src/send_message.c
605         * src/summaryview.c
606                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
607
608 2006-05-15 [colin]      2.2.0cvs18
609
610         * src/procmsg.c
611                 Fix automatic rule creation with List-Post
612
613 2006-05-15 [paul]       2.2.0cvs17
614
615         * tools/filter_conv_new.pl
616                 updated for rule enabling/disabling
617                 claws version >= 2.3.x required
618
619 2006-05-15 [cleroy]     2.2.0cvs16
620
621         * src/main.c
622                 Revert test
623
624 2006-05-15 [cleroy]     2.2.0cvs15
625
626         * src/main.c
627                 test
628
629 2006-05-15 [wwp]        2.2.0cvs14
630
631         * manual/pl/.cvsignore
632                 ignore generated files.
633
634 2006-05-14 [wwp]        2.3.0-rc1
635
636         * 2.3.0-rc1 released
637
638 2006-05-13 [wwp]        2.2.0cvs13
639
640         * src/filtering.c
641         * src/filtering.h
642         * src/matcher.c
643         * src/matcher_parser_lex.l
644         * src/matcher_parser_parse.y
645         * src/prefs_filtering.c
646                 new feature: provide the ability to disable filtering and processing
647                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
648                 adaptations.
649
650 2006-05-13 [colin]      2.2.0cvs12
651
652         * src/compose.c
653                 Remove useless if (a) b; else b;
654                 Thanks to wwp
655
656 2006-05-13 [wwp]        2.2.0cvs11
657
658         * src/export.c
659         * src/import.c
660         * src/mainwindow.c
661         * src/mbox.c
662         * src/summaryview.c
663         * src/summaryview.h
664                 no more silent failures (or at least less ones) when importing
665                 or exporting from/to mbox. Also start importing/exporting if
666                 the necessary info is set.
667
668 2006-05-13 [wwp]        2.2.0cvs10
669
670         * RELEASE_NOTES
671                 restored up-to-date release notes.
672
673 2006-05-13 [paul]       2.2.0cvs9
674
675         * po/nl.po
676         * po/ru.po
677                 updated by Tim Dijkstra and Pavlo Bohmat
678
679 2006-05-12 [colin]      2.2.0cvs8
680
681         * src/gtk/quicksearch.c
682                 Add "k" as shortcut for "colorlabel". Patch
683                 by ath42@users.sf.net.
684
685 2006-05-12 [paul]       2.2.0cvs7
686
687         * src/prefs_common.h
688         * src/prefs_summaries.c
689         * src/summaryview.c
690                 when entering a folder also allow
691                 going directly to first Marked message
692
693 2006-05-12 [paul]       2.2.0cvs6
694
695         * src/summaryview.c
696                 always obey 'confirm before marking all
697                 mails read' option
698
699 2006-05-12 [paul]       2.2.0cvs5
700
701         * src/textview.c
702                 make Sender fully clickable
703
704 2006-05-12 [colin]      2.2.0cvs4
705
706         * src/compose.c
707         * src/compose.h
708                 Let From be editable
709         * src/main.c
710         * src/mh.c
711                 Full support of .mh_sequences' Unseen seq
712
713 2006-05-12 [colin]      2.2.0cvs3
714
715         * src/folder.c
716         * src/mainwindow.c
717         * src/mainwindow.h
718         * src/messageview.c
719         * src/prefs_spelling.c
720         * src/procheader.c
721         * src/procmsg.c
722         * src/procmsg.h
723         * src/summaryview.c
724         * src/toolbar.c
725         * src/toolbar.h
726                 Add contextual menu on Compose toolbar
727                 button. Fixes bug #944 (Automatic
728                 addresses not applied when changing account
729                 from compose window)
730                 add Mailing List support
731                 based on the old 0.6.5claws25 patch by
732                 Melvin Hadasht, with finishing touches
733                 by Colin
734                 Fix "ignore thread" when mails are threaded by
735                 subject (and weren't ignored although appearing
736                 in the thread).
737                 GUI rework.
738                 Both patches by Pawel.
739
740 2006-05-08 [paul]       2.2.0cvs2
741
742         * src/mainwindow.c
743         * src/mainwindow.h
744         * src/messageview.c
745         * src/procheader.c
746         * src/procmsg.c
747         * src/procmsg.h
748         * src/summaryview.c
749                 add Mailing List support
750                 based on the old 0.6.5claws25 patch by 
751                 Melvin Hadasht, with finishing touches
752                 by Colin
753
754 2006-05-08 [colin]      2.2.0cvs1
755
756         * src/mainwindow.c
757         * src/toolbar.c
758         * src/toolbar.h
759                 Add contextual menu on Compose toolbar 
760                 button. Fixes bug #944 (Automatic 
761                 addresses not applied when changing account 
762                 from compose window)
763
764 2006-05-08 [paul]       2.2.0
765
766         2.2.0 released
767
768 2006-05-08 [paul]       2.1.1cvs51
769
770         * po/cs.po
771         * po/de.po
772         * po/en_GB.po
773         * po/fi.po
774         * po/fr.po
775         * po/pt_BR.po
776         * po/sr.po
777         * po/zh_CN.po
778                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
779                 Fabien Vantard, Frederico Goncalves Guimaraes,
780                 Aleksandar Urosevic, and Ralgh Young
781
782 2006-05-12 [colin]      2.1.1cvs50
783
784         * po/cs.po
785         * po/de.po
786         * po/en_GB.po
787         * po/es.po
788         * po/fi.po
789         * po/fr.po
790         * po/pt_BR.po
791         * po/sr.po
792         * po/zh_CN.po
793                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
794                 Fabien Vantard, Frederico Goncalves Guimaraes,
795                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
796
797 2006-05-05 [colin]      2.1.1cvs49
798
799         * manual/Makefile.am
800         * manual/pl/Makefile.am
801         * manual/pl/account.xml
802         * manual/pl/ack.xml
803         * manual/pl/addrbook.xml
804         * manual/pl/advanced.xml
805         * manual/pl/faq.xml
806         * manual/pl/glossary.xml
807         * manual/pl/gpl.xml
808         * manual/pl/handling.xml
809         * manual/pl/intro.xml
810         * manual/pl/keyboard.xml
811         * manual/pl/plugins.xml
812         * manual/pl/starting.xml
813         * manual/pl/sylpheed-claws-manual.xml
814         * manual/pl/dist/.cvsignore
815         * manual/pl/dist/Makefile.am
816         * manual/pl/dist/html/.cvsignore
817         * manual/pl/dist/html/Makefile.am
818         * manual/pl/dist/pdf/.cvsignore
819         * manual/pl/dist/pdf/Makefile.am
820         * manual/pl/dist/ps/.cvsignore
821         * manual/pl/dist/ps/Makefile.am
822         * manual/pl/dist/txt/.cvsignore
823         * manual/pl/dist/txt/Makefile.am
824                 Add the polish translation of the manual,
825                 Authored by Pawel Pekala.
826
827 2006-05-05 [cleroy]     2.1.1cvs48
828
829         * src/main.c
830                 Re-read matcherrc after loading plugins 
831                 if some of them add folders.
832
833 2006-05-03 [colin]      2.1.1cvs47
834
835         * src/imap.c
836                 I'm idiot
837
838 2006-05-03 [colin]      2.1.1cvs46
839
840         * src/imap.c
841                 Be sure to have a session when
842                 getting separator
843
844 2006-05-03 [colin]      2.1.1cvs45
845
846         * src/imap.c
847         * src/imap.h
848         * src/imap_gtk.c
849                 Fix preventing renaming with namespace 
850                 separator.
851
852 2006-05-01 [colin]      2.1.1cvs44
853
854         * src/action.c
855                 Don't reload messageview when result of
856                 action is piped.
857
858 2006-04-29 [colin]      2.1.1cvs43
859
860         * src/prefs_receive.c
861         * src/plugins/spamassassin/spamassassin_gtk.c
862         * src/plugins/clamav/clamav_plugin_gtk.c
863                 GUI fixes by Pawel
864
865 2006-04-29 [colin]      2.1.1cvs42
866
867         * src/prefs_compose_writing.c
868         * src/prefs_quote.c
869                 Cleanups. Patch by Pawel
870
871 2006-04-28 [paul]       2.1.1cvs41
872
873         * src/matcher.c
874                 fix returned quick search results when search
875                 term contains an underscore.
876                 Thanks to Colin
877
878 2006-04-28 [paul]       2.1.1cvs40
879
880         * src/prefs_message.c
881         * src/prefs_receive.c
882                 GUI cleanups
883                 Patches by Pawel Pekala
884
885 2006-04-27 [colin]      2.1.1cvs39
886
887         * src/wizard.c
888                 Differentiate subject Welcome from
889                 window's title Welcome
890
891 2006-04-27 [paul]
892
893         2.2.0-rc1 released
894
895 2006-04-27 [paul]       2.1.1cvs38
896
897         * manual/advanced.xml
898         * manual/fr/advanced.xml
899                 add info about compose_no_markup hidden pref
900
901 2006-04-27 [paul]       2.1.1cvs37
902
903         * src/prefs_account.c
904                 improve privacy labels
905         * src/prefs_msg_colors.c
906                 change some strings for translators' convenience
907         * src/gtk/gtkutils.c
908                 don't underline the link button text
909
910 2006-04-25 [colin]      2.1.1cvs36
911
912         * src/folder.c
913                 Complete 2.1.1cvs33 (once more ;)
914
915 2006-04-25 [colin]      2.1.1cvs35
916
917         * src/editldap.c
918                 Fix tooltip
919
920 2006-04-25 [cleroy]     2.1.1cvs34
921
922         * src/compose.c
923         * src/gtk/gtkaspell.c
924                 Fix crash on redirect (related to the return 
925                 of the aspell menu in compose's toolbar)
926         * src/prefs_msg_colors.c
927                 Fix sensitivity widgets
928         * src/image_viewer.c
929         * src/gtk/pluginwindow.c
930         * src/gtk/prefswindow.c
931                 Change released signals to clicked (Fabien)
932         * po/POTFILES.in
933         * src/common/socket.c
934         * src/plugins/spamassassin/spamassassin.c
935                 Translate strings (Fabien)
936
937 2006-04-25 [paul]       2.1.1cvs33
938
939         * src/folder.c
940         * src/folder.h
941         * src/folderview.c
942                 complete the fix of bug #912
943                 Thanks to Colin
944
945 2006-04-25 [colin]      2.1.1cvs32
946
947         * src/news.c
948                 Better progress bar
949         * src/mimeview.c
950         * src/summaryview.c
951         * src/summaryview.h
952                 Fix focus chain
953                 Patches by Pawel Pekala
954
955 2006-04-24 [colin]      2.1.1cvs31
956
957         * src/compose.c
958                 Fix compilation warnings (Fabien)
959
960 2006-04-24 [colin]      2.1.1cvs30
961
962         * src/addrindex.c
963         * src/editldap.c
964         * src/editldap_basedn.c
965         * src/editldap_basedn.h
966         * src/ldapctrl.c
967         * src/ldapctrl.h
968         * src/ldapquery.c
969         * src/ldaputil.c
970         * src/ldaputil.h
971                 Fix bug #901 (LDAPS support)
972
973 2006-04-24 [colin]      2.1.1cvs29
974
975         * src/compose.c
976                 Fix logic on error with send dialog on
977         * src/imap.c
978                 Fix compilation without libetpan, thanks
979                 to Fabien
980         * src/summaryview.c
981                 Fix 'context-menu' key
982
983 2006-04-23 [colin]      2.1.1cvs28
984
985         * src/folder.c
986                 Never free current's cache to free up 
987                 memory. Fixes bug #912 (new count 
988                 randomly set to message count)
989
990 2006-04-23 [colin]      2.1.1cvs27
991
992         * src/gtk/quicksearch.c
993                 And remove printf...
994
995 2006-04-23 [colin]      2.1.1cvs26
996
997         * src/gtk/quicksearch.c
998                 Fix replacing in quicksearch, and fix inserting
999                 in the middle of the string. (introduced at 2.1.0cvs22)
1000
1001 2006-04-23 [colin]      2.1.1cvs25
1002
1003         * src/imap.c
1004                 Make sure uidnext is initialized in get_num_list
1005                 (not for stable, related to 2.1.1cvs8 and friends)
1006
1007 2006-04-23 [colin]      2.1.1cvs24
1008
1009         * src/imap.c
1010                 Output something when login is successful
1011                 too
1012
1013 2006-04-23 [colin]      2.1.1cvs23
1014
1015         * src/etpan/imap-thread.c
1016                 Better logging (line-per-line, hide data in fetch)
1017                 Fix a const warning
1018         * src/gtk/logwindow.c
1019         * src/gtk/logwindow.h
1020                 Better logging (color for input/output)
1021
1022 2006-04-21 [colin]      2.1.1cvs22
1023
1024         * src/gtk/quicksearch.c
1025                 On gtk+-2.8, use stock buttons in quicksearch
1026                 Based on a patch by Fabien and a design by Paul
1027
1028 2006-04-21 [colin]      2.1.1cvs21
1029
1030         * src/folderview.c
1031         * src/mainwindow.c
1032                 Fix occasional flicker in folderview
1033         * src/common/utils.c
1034                 Fix bug #943 (Incorrectly parsed email address 
1035                 list in short headers on message view and in 
1036                 printouts)
1037
1038 2006-04-20 [colin]      2.1.1cvs20
1039
1040         * src/imap.c
1041         * src/imap.h
1042         * src/prefs_account.c
1043                 Add ANONYMOUS auth for IMAP
1044
1045 2006-04-20 [paul]       2.1.1cvs19
1046
1047         * src/main.c
1048                 proper fix for 2.1.1cvs18
1049                 Thanks to Colin
1050
1051 2006-04-20 [paul]       2.1.1cvs18
1052
1053         * src/main.c
1054                 fix build warnings
1055
1056 2006-04-20 [paul]       2.1.1cvs17
1057
1058         * src/gtk/quicksearch.c
1059                 fix standard, non-extended Quick search,
1060                 was broken in 2.1.1cvs15.
1061                 Thanks to Colin.
1062
1063 2006-04-20 [colin]      2.1.1cvs16
1064
1065         * src/prefs_matcher.c
1066                 Fix values when reselecting a ~test
1067                 rule
1068
1069 2006-04-19 [colin]      2.1.1cvs15
1070
1071         * src/compose.c
1072         * src/compose.h
1073         * src/gtk/gtkaspell.c
1074         * src/gtk/gtkaspell.h
1075                 Put back Options menu in Spelling/
1076         * src/gtk/quicksearch.c
1077                 Don't search, and show error, if the
1078                 advanced search has a syntax error
1079
1080 2006-04-18 [colin]      2.1.1cvs14
1081
1082         * src/textview.c
1083                 Fix gdk warnings on set_cursor when textview
1084                 isn't visible
1085
1086 2006-04-18 [colin]      2.1.1cvs13
1087
1088         * src/gtk/gtksctree.c
1089                 Remove seemingly useless refresh that causes
1090                 flicker - watch this commit in case of 
1091                 problems before planned backport to stable
1092
1093 2006-04-18 [colin]      2.1.1cvs12
1094
1095         * src/imap.c
1096                 Factorize get/set_xml code
1097         * src/compose.c
1098         * src/prefs_account.c
1099         * src/prefs_account.h
1100         * src/procmsg.c
1101                 Add Encrypt to self option
1102
1103 2006-04-17 [colin]      2.1.1cvs11
1104
1105         * configure.ac
1106                 Fix search on encrpyt function on dragonfly
1107                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1108
1109 2006-04-17 [colin]      2.1.1cvs10
1110
1111         * src/prefs_account.c
1112                 Be safe by default: remove mails from POP3
1113                 after 7 days, not immediately
1114
1115 2006-04-17 [colin]      2.1.1cvs9
1116
1117         * src/etpan/imap-thread.c
1118                 Fix build on DragonFly - patch by 
1119                 Jonathan Buschmann <jonthn@agmact.com>
1120
1121 2006-04-17 [colin]      2.1.1cvs8
1122
1123         * src/imap.c
1124                 Save uidnext between sessions
1125
1126 2006-04-17 [colin]      2.1.1cvs7
1127
1128         * src/imap.c
1129                 scan is required when uid validity changes
1130
1131 2006-04-17 [colin]      2.1.1cvs6
1132
1133         * src/folderview.c
1134                 Don't scan if not necessary, apart in current
1135                 folder and INBOX to fetch flags.
1136         * src/imap.c
1137                 Scan is necessary if unread count changes
1138
1139 2006-04-17 [colin]      2.1.1cvs5
1140
1141         * src/imap.c
1142                 ...But always fetch ANSWERED and DELETED flags for
1143                 INBOX, as filtering can happen on these flags.
1144
1145 2006-04-17 [colin]      2.1.1cvs4
1146
1147         * src/imap.c
1148                 Don't fetch REPLIED and DELETED flags when synchronising
1149                 flags with a closed folder. We only need UNSEEN and FLAGGED
1150                 to update the folderview.
1151
1152 2006-04-17 [colin]      2.1.1cvs3
1153
1154         * src/imap.c
1155                 Faster flag search when there are new mails 
1156                 in a folder. We can do a full search if the 
1157                 folder contains less messages than the new
1158                 list.
1159
1160 2006-04-17 [colin]      2.1.1cvs2
1161
1162         * po/cs.po
1163         * po/de.po
1164         * po/fr.po
1165         * po/nl.po
1166         * po/pt_BR.po
1167                 Update translations from stable branch
1168
1169 2006-04-17 [colin]      2.1.1cvs1
1170
1171         * configure.ac
1172                 Bump version to follow stable release
1173
1174 2006-04-16 [mones]      2.1.0cvs50
1175
1176         * po/es.po
1177                 Updated for release
1178
1179 2006-04-16 [colin]      2.1.0cvs49
1180
1181         * src/textview.c
1182                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1183                 with gtk < 2.8. Thanks to Fabien Vantard.
1184
1185 2006-04-15 [colin]      2.1.0cvs48
1186
1187         * src/etpan/imap-thread.c
1188                 Fix bug #919 (libetpan: SEGV when connecting 
1189                 using command)
1190
1191 2006-04-14 [colin]      2.1.0cvs47
1192
1193         * src/main.c
1194                 Fix race on --select (should be done better)
1195
1196 2006-04-14 [wwp]        2.1.0cvs46
1197
1198         * src/send_message.c
1199                 enforce a check for domain in account prefs (a sending
1200                 error could be faced if domain was checked but no value set),
1201                 thanks to Colin.
1202
1203 2006-04-14 [colin]      2.1.0cvs45
1204
1205         * src/codeconv.c
1206                 when converting from unknown to unknown, if the
1207                 string is UTF8, don't convert it to the locale
1208                 (which breaks it)
1209
1210 2006-04-14 [colin]      2.1.0cvs44
1211
1212         * src/compose.c
1213                 Don't try to use ASCII for converting headers
1214                 (as done in body)
1215
1216 2006-04-14 [paul]       2.1.0cvs43
1217
1218         * src/crash.c
1219                 add locale/charset info to crash report
1220         * src/gtk/about.c
1221                 add wwp to doc team
1222                 replace 'e-mail' with preferred 'email'
1223         * src/gtk/authors.h
1224                 ensure contributors list is in alphabetical
1225                 order
1226
1227 2006-04-13 [colin]      2.1.0cvs42
1228
1229         * src/textview.c
1230                 Prevent gdk warnings
1231
1232 2006-04-13 [colin]      2.1.0cvs41
1233
1234         * src/common/ssl_certificate.c
1235         * src/common/ssl_certificate.h
1236         * src/gtk/sslcertwindow.c
1237                 Warn on expired certs, and display the expiration date
1238
1239 2006-04-13 [colin]      2.1.0cvs40
1240
1241         * src/plugins/spamassassin/spamassassin_gtk.c
1242                 Fix missing set_text on unix socket
1243
1244 2006-04-13 [wwp]        2.1.0cvs39
1245
1246         * manual/fr/advanced.xml
1247         * manual/fr/glossary.xml
1248                 applied new spam/ham/email lexicon (pourriel, courriel)
1249
1250 2006-04-13 [paul]       2.1.0cvs38
1251
1252         * src/plugins/pgpmime/plugin.c
1253                 remove the mention of S/MIME from the
1254                 description. This is now handled by the
1255                 S/MIME plugin.
1256
1257 2006-04-13 [paul]       2.1.0cvs37
1258
1259         * src/prefs_msg_colors.c
1260                 rework dialog
1261         * src/prefs_folder_item.c
1262         * src/prefs_spelling.c
1263                 add a tooltip to the colour selector buttons
1264
1265 2006-04-13 [wwp]        2.1.0cvs36
1266
1267         * manual/advanced.xml
1268         * manual/glossary.xml
1269         * manual/handling.xml
1270         * manual/keyboard.xml
1271         * manual/plugins.xml
1272         * manual/starting.xml
1273         * manual/fr/account.xml
1274         * manual/fr/ack.xml
1275         * manual/fr/addrbook.xml
1276         * manual/fr/advanced.xml
1277         * manual/fr/faq.xml
1278         * manual/fr/glossary.xml
1279         * manual/fr/gpl.xml
1280         * manual/fr/handling.xml
1281         * manual/fr/intro.xml
1282         * manual/fr/keyboard.xml
1283         * manual/fr/plugins.xml
1284         * manual/fr/starting.xml
1285         * manual/fr/sylpheed-claws-manual.xml
1286                 fixes to the manuals:
1287                  - summaryview -> Message List (same in French)
1288                  - translate key names
1289                  - fix French punctuation, use non-breakable spaces when
1290                    necessary, don't use &thinsp; which is not portable
1291                  - tell what maildir and mbox formats we support
1292
1293 2006-04-12 [wwp]        2.1.0cvs35
1294
1295         * src/prefs_toolbar.c
1296                 unified a replace button more,
1297                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1298
1299 2006-04-12 [wwp]        2.1.0cvs34
1300
1301         * src/prefs_common.c
1302         * src/prefs_msg_colors.c
1303                 make default color labels translatable,
1304                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1305                 thanks to Tim <timbrain@post.cz> for reporting.
1306
1307 2006-04-12 [wwp]        2.1.0cvs33
1308
1309         * manual/glossary.xml
1310         * manual/intro.xml
1311         * manual/plugins.xml
1312         * manual/starting.xml
1313         * manual/sylpheed-claws-manual.xml
1314         * manual/fr/.cvsignore
1315         * manual/fr/account.xml
1316         * manual/fr/ack.xml
1317         * manual/fr/addrbook.xml
1318         * manual/fr/advanced.xml
1319         * manual/fr/faq.xml
1320         * manual/fr/glossary.xml
1321         * manual/fr/handling.xml
1322         * manual/fr/intro.xml
1323         * manual/fr/keyboard.xml
1324         * manual/fr/plugins.xml
1325         * manual/fr/starting.xml
1326         * manual/fr/sylpheed-claws-manual.xml
1327                 various fixes: typos, missing .fr translations, punctuation,
1328                 capitalization, links, accents and some bad French more.
1329
1330 2006-04-12 [wwp]        2.1.0cvs32
1331
1332         * src/prefs_gtk.c
1333                 fix for bug #935: always store prefs files in UTF-8 (thanks
1334                 to Colin).
1335
1336 2006-04-11 [colin]      2.1.0cvs31
1337
1338         * src/compose.c
1339                 Fix inserting files not in utf8 when locale is utf8
1340
1341 2006-04-11 [colin]      2.1.0cvs30
1342
1343         * src/inc.c
1344                 Don't show error dialog when cancelling connection
1345                 Patch by Pawel
1346
1347 2006-04-11 [cleroy]     2.1.0cvs29
1348
1349         * src/compose.c
1350                 Implement multiple quote levels
1351         * src/prefs_common.c
1352                 Change a little bit the quote bgcolor for 2nd level
1353
1354 2006-04-11 [colin]      2.1.0cvs28
1355
1356         * src/gtk/about.c
1357                 Add locale and charset in the label
1358
1359 2006-04-10 [colin]      2.1.0cvs27
1360
1361         * src/compose.c
1362         * src/prefs_common.c
1363         * src/prefs_common.h
1364         * src/prefs_msg_colors.c
1365         * src/textview.c
1366                 Allow optional background color in quotes
1367                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1368                 GTK+-2.8.x feature
1369
1370 2006-04-10 [colin]      2.1.0cvs26
1371
1372         * src/main.c
1373         * src/mainwindow.c
1374         * src/mainwindow.h
1375                 Implement --select
1376
1377 2006-04-10 [colin]      2.1.0cvs25
1378
1379         * manual/plugins.xml
1380         * manual/fr/plugins.xml
1381                 Document libcurl's proxy variables
1382
1383 2006-04-09 [colin]      2.1.0cvs24
1384
1385         * src/prefs_common.c
1386                 gettext() returns statically allocated stuff. We have
1387                 to strdup it in order to be able to free it.
1388
1389 2006-04-09 [colin]      2.1.0cvs23
1390
1391         * AUTHORS
1392         * src/gtk/authors.h
1393                 Add Alexei
1394
1395 2006-04-09 [colin]      2.1.0cvs22
1396
1397         * src/mainwindow.c
1398         * src/gtk/quicksearch.c
1399                 Fix bug #859 (problems with cyrilic input in 
1400                 search panel) - Patch by Alexey Illarionov 
1401                 <littlesavage@rambler.ru>
1402
1403 2006-04-09 [colin]      2.1.0cvs21
1404
1405         * src/prefs_customheader.c
1406                 I prefer removing then freeing rather than the contrary
1407                 (even if it doesn't change anything ;-)
1408         * src/prefs_account.c
1409                 Fix bug #933 (Crash re-entering the custom headers list 
1410                 dialog in accounts prefs)
1411                 The problem happened when cancelling the Account 
1412                 Preferences' dialogs - in which case we didn't do 
1413                 anything to the PrefsAccount * struct. In case of applying,
1414                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1415                 working with in this dialog. The problem is that 
1416                 prefs_customheader.c, working on this tmp_ac_prefs, always
1417                 changes the ->customhdr_list pointer, even when cancelled. 
1418                 So in case of cancelling the prefs_account dialog, we still
1419                 have to update ->customhdr_list in the real account.
1420
1421 2006-04-08 [colin]      2.1.0cvs20
1422
1423         * manual/fr/glossary.xml
1424         * manual/fr/keyboard.xml
1425                 Forgot some headers :)
1426
1427 2006-04-08 [colin]      2.1.0cvs19
1428
1429         * manual/Makefile.am
1430         * manual/fr/Makefile.am
1431         * manual/fr/account.xml
1432         * manual/fr/ack.xml
1433         * manual/fr/addrbook.xml
1434         * manual/fr/advanced.xml
1435         * manual/fr/faq.xml
1436         * manual/fr/glossary.xml
1437         * manual/fr/gpl.xml
1438         * manual/fr/handling.xml
1439         * manual/fr/intro.xml
1440         * manual/fr/keyboard.xml
1441         * manual/fr/plugins.xml
1442         * manual/fr/starting.xml
1443         * manual/fr/sylpheed-claws-manual.xml
1444         * manual/fr/dist/.cvsignore
1445         * manual/fr/dist/Makefile.am
1446         * manual/fr/dist/html/.cvsignore
1447         * manual/fr/dist/html/Makefile.am
1448         * manual/fr/dist/pdf/.cvsignore
1449         * manual/fr/dist/pdf/Makefile.am
1450         * manual/fr/dist/ps/.cvsignore
1451         * manual/fr/dist/ps/Makefile.am
1452         * manual/fr/dist/txt/.cvsignore
1453         * manual/fr/dist/txt/Makefile.am
1454                 Add the french translation of the manual. Thanks to
1455                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1456                 account.xml, ack.xml, addrbook.xml and advanced.xml
1457
1458 2006-04-08 [colin]      2.1.0cvs18
1459
1460         * manual/plugins.xml
1461         * manual/starting.xml
1462                 More fixes
1463
1464 2006-04-07 [colin]      2.1.0cvs17
1465
1466         * manual/faq.xml
1467         * manual/intro.xml
1468         * manual/keyboard.xml
1469                 Little fixes
1470
1471 2006-04-07 [colin]      2.1.0cvs16
1472
1473         * README
1474         * src/compose.c
1475         * src/prefs_common.c
1476         * src/prefs_common.h
1477                 Add hidden compose_no_markup pref
1478
1479 2006-04-07 [wwp]        2.1.0cvs15
1480
1481         * src/summary_search.c
1482         * .cvsignore
1483                 Bugfix: stop button was sticky when searching in an empty folder.
1484                 Applied curly brackets code style to the whole file (summary_search.c).
1485                 More files to ignore.
1486
1487 2006-04-07 [wwp]        2.1.0cvs14
1488
1489         * src/message_search.c
1490         * src/summary_search.c
1491                 changed default button when search bumps at file/folder
1492                 beginning or end, for convenience (thanks to Colin).
1493
1494 2006-04-07 [paul]       2.1.0cvs13
1495
1496         * src/plugins/dillo_viewer/dillo_prefs.c
1497                 avoid future potential for namespace collision
1498                 Patch by Colin
1499
1500 2006-04-06 [wwp]        2.1.0cvs12
1501
1502         * src/summary_search.c
1503                 Unify extended/advanced searches names (and thus factorize labels),
1504                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1505
1506 2006-04-06 [wwp]        2.1.0cvs11
1507
1508         * src/folderview.c
1509         * src/prefs_themes.c
1510         * src/summaryview.c
1511                 Fixed some compilation warnings.
1512
1513 2006-04-06 [colin]      2.1.0cvs10
1514
1515         * manual/advanced.xml
1516                 Document the wizard template and how to deploy
1517                 Sylpheed-Claws effectively
1518
1519 2006-04-06 [colin]      2.1.0cvs9
1520
1521         * src/folderview.c
1522                 gettext patch to tell translators about _("#"),
1523                 by Maxim Britov
1524
1525 2006-04-06 [colin]      2.1.0cvs8
1526
1527         * src/textview.c
1528                 Fix invalid GtkTextBIter after clicking "Display as text"
1529
1530 2006-04-06 [mones]      2.1.0cvs7
1531
1532         * src/addr_compl.c
1533         * src/addrindex.c
1534         * src/addritem.c
1535         * src/codeconv.c
1536         * src/compose.c
1537         * src/filtering.c
1538         * src/folder.c
1539         * src/folder_item_prefs.c
1540         * src/folderview.c
1541         * src/localfolder.c
1542         * src/matcher.c
1543         * src/mimeview.c
1544         * src/prefs_msg_colors.c
1545         * src/prefs_spelling.c
1546         * src/prefs_themes.c
1547         * src/procmime.c
1548         * src/procmsg.c
1549         * src/stock_pixmap.c
1550         * src/summaryview.c
1551         * src/textview.c
1552         * src/toolbar.c
1553         * src/common/mgutils.c
1554         * src/common/prefs.c
1555         * src/common/ssl_certificate.c
1556         * src/gtk/colorlabel.c
1557         * src/gtk/quicksearch.c
1558         * src/plugins/pgpmime/pgpmime.c
1559         * src/plugins/spamassassin/spamassassin.c
1560                 Removed redundant NULL checks for g_free() calls.
1561                 Patch by Pawel Pekala.
1562
1563 2006-04-06 [mones]      2.1.0cvs6
1564
1565         * src/prefs_actions.c
1566         * src/prefs_filtering.c
1567         * src/prefs_filtering_action.c
1568         * src/prefs_matcher.c
1569         * src/prefs_template.c
1570         * src/gtk/gtkutils.c
1571         * src/gtk/gtkutils.h
1572                 Have a nice replace button. Patch by Pawel Pekala
1573
1574 2006-04-06 [colin]      2.1.0cvs5
1575
1576         * src/addressbook.c
1577                 Fix crash with empty columns
1578
1579 2006-04-05 [colin]      2.1.0cvs4
1580
1581         * src/wizard.c
1582         * src/prefs_gtk.c
1583                 Allow wizard customization with pre-filled values
1584
1585 2006-04-05 [colin]      2.1.0cvs3
1586
1587         * src/textview.c
1588         * src/mimeview.c
1589         * src/mimeview.h
1590                 Nicer messages in mimeview
1591
1592 2006-04-05 [colin]      2.1.0cvs2
1593
1594         * src/addressbook.c
1595         * src/prefs_summaries.c
1596                 i18n fix
1597
1598 2006-04-05 [colin]      2.1.0cvs1
1599
1600         * src/plugins/pgpcore/plugin.c
1601         * src/plugins/pgpcore/select-keys.c
1602         * src/plugins/pgpcore/select-keys.h
1603         * src/plugins/pgpcore/sgpgme.c
1604         * src/plugins/pgpcore/sgpgme.h
1605         * src/plugins/pgpinline/pgpinline.c
1606         * src/plugins/pgpinline/plugin.c
1607         * src/plugins/pgpmime/pgpmime.c
1608         * src/plugins/pgpmime/plugin.c
1609                 Factorize and generalize a bit 
1610                 Drop S/MIME signature verification from PGP/MIME
1611                 (adding it as another, more complete plugin)
1612
1613 2006-04-05 [paul]       2.1.0
1614
1615         2.1.0 released
1616
1617 2006-04-05 [paul]       2.0.0cvs186
1618
1619         * manual/advanced.xml
1620                 add info on colour labels
1621
1622 2006-04-05 [paul]       2.0.0cvs185
1623
1624         * po/bg.po
1625         * po/cs.po
1626         * po/de.po
1627         * po/el.po
1628         * po/en_GB.po
1629         * po/fi.po
1630         * po/fr.po
1631         * po/it.po
1632         * po/nl.po
1633         * po/pl.po
1634         * po/pt_BR.po
1635         * po/sr.po
1636         * po/zh_CN.po
1637                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1638                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1639                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1640                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1641         * src/gtk/authors.h
1642         * tools/claws.i18n.status.pl
1643                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1644                 and new Czech translator, Tim <timbrain@post.cz>
1645
1646 2006-04-05 [mones]      2.0.0cvs184
1647
1648         * po/es.po
1649                 Updated translation
1650
1651 2006-04-05 [colin]      2.0.0cvs183
1652
1653         * src/gtk/quicksearch.c
1654                 Fix bug #929 (unnecessary reload in quick search bar)
1655
1656 2006-04-05 [colin]      2.0.0cvs182
1657
1658         * src/compose.c
1659                 Fix crash on Reply with no From:
1660                 Show signature and conversion error on queuing 
1661                 (but not sending)
1662         * src/mainwindow.c
1663         * src/summaryview.c
1664         * src/summaryview.h
1665                 Factorize threading code and make sure msginfo 
1666                 is not null when it comes from a GtkCTreeRow's 
1667                 data
1668         * src/gtk/gtkaspell.c
1669                 Check for necessary things
1670         * src/gtk/gtksctree.c
1671         * src/gtk/gtksctree.h
1672                 Reset anchor if necessary when removing node
1673
1674 2006-03-29 [colin]      2.0.0cvs181
1675
1676         * src/folderview.c
1677                 Warn for disabled IMAP accounts (due to lack of
1678                 libetpan). Breaks string-freeze - sorry - but it
1679                 is kind of important ;)
1680
1681 2006-03-28 [colin]      2.0.0cvs180
1682
1683         * src/gtk/gtkutils.c
1684         * src/gtk/gtkutils.h
1685                 Add a gtkut_get_link_btn() function that
1686                 creates a button which acts like an URI
1687         * src/prefs_themes.c
1688         * src/gtk/about.c
1689                 Use this function (factorizes codes)
1690         * src/common/defs.h
1691         * src/gtk/pluginwindow.c
1692                 Add a "Get more..." in the plugins window
1693
1694 2006-03-28 [colin]      2.0.0cvs179
1695
1696         * src/common/smtp.c
1697         * src/common/passcrypt.c
1698         * src/undo.c
1699                 Warning fixes. Patch by Pawel Pekala
1700
1701 2006-03-27 [colin]      2.0.0cvs178
1702
1703         * src/undo.c
1704                 Fix undoing by blocks with spaces
1705
1706 2006-03-27 [colin]      2.0.0cvs177
1707
1708         * src/textview.c
1709                 Set margin to 3px for headers
1710
1711 2006-03-27 [paul]
1712
1713         2.1.0-rc2 released
1714
1715 2006-03-27 [wwp]        2.0.0cvs176
1716
1717         * src/summaryview.c
1718                 don't reset quicksearch when updating the message list.
1719                 Thanks to Colin.
1720
1721 2006-03-26 [wwp]        2.0.0cvs175
1722
1723         * src/compose.c
1724                 use a unified border width ('other' tab in the compose window,
1725                 patch by Pawel Pekala).
1726
1727
1728 2006-03-26 [wwp]        2.0.0cvs174
1729
1730         * src/common/quoted-printable.c
1731         * src/addressbook.c
1732                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1733
1734 2006-03-26 [colin]      2.0.0cvs173
1735
1736         * src/quote_fmt_parse.y
1737                 Fix non-UTF8 date formats messing up the whole quote a 
1738                 little bit
1739
1740 2006-03-26 [colin]      2.0.0cvs172
1741
1742         * src/procheader.c
1743                 Make sure the date is UTF8 valid, or try to make it
1744                 so. IncrediMail is really IncrediStupid.
1745         * src/compose.c
1746                 Fix possible conversions. 
1747                 
1748
1749 2006-03-26 [colin]      2.0.0cvs171
1750
1751         * src/matcher.c
1752                 Fix corner cases in body search. This is still a
1753                 hack... It seems impossible to make it good and 
1754                 reasonably fast at the same time.
1755
1756 2006-03-26 [colin]      2.0.0cvs170
1757
1758         * src/summaryview.c
1759                 I think I killed the twilight zone bug!
1760                 summary_select_node() flushes GTK events in order
1761                 to be able to center the view. But this also 
1762                 flushes keypresses like Ctrl-Alt-U, so this can
1763                 call summary_show from summary_select_node (itself
1764                 called from summary_show, etc.). And the summaryview
1765                 has to be unlocked in this function. So just locking
1766                 while processing GTK events, and bailing if locked, 
1767                 should fix it.
1768                 Fixes bug #927 (SIGSEGV during Update Summary)
1769
1770 2006-03-25 [colin]      2.0.0cvs169
1771
1772         * src/matcher.c
1773                 Fix search in QP-encoded bodies
1774                 Fix utf-8 searches in bodies encoded in the
1775                 locale's encoding
1776         * src/common/quoted-printable.c
1777         * src/common/quoted-printable.h
1778                 Add a decode function that doesn't overwrite
1779                 the original pointer
1780                 
1781
1782 2006-03-24 [colin]      2.0.0cvs168
1783
1784         * src/action.c
1785         * src/summaryview.c
1786         * src/summaryview.h
1787                 Update message cache after action
1788                 Patch by H. Merijn Brand
1789         * src/prefs_msg_colors.c
1790                 Factorize label 
1791                 Patch by Fabien Vantard
1792         * src/plugins/spamassassin/spamassassin_gtk.c
1793                 Remove useless translation
1794                 Patch by Fabien Vantard
1795
1796 2006-03-23 [colin]      2.0.0cvs167
1797
1798         * src/common/ssl.c
1799                 Let 30 seconds to SSL_connect
1800
1801 2006-03-23 [wwp]        2.0.0cvs166
1802
1803         * src/summaryview.c
1804         * src/gtk/description_window.c
1805                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1806                 and headers are translated; adjust description windows' width to fit their
1807                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1808
1809 2006-03-23 [paul]       2.0.0cvs165
1810
1811         * src/common/utils.c
1812                 fix highlighting of URIs containing "()"
1813                 (2.0.0cvs164's reversal fixed)
1814                 Thanks to Colin.
1815
1816 2006-03-23 [paul]       2.0.0cvs164
1817
1818         * src/common/utils.c
1819                 revert patch, (postponing a fix), at 2.0.0cvs120
1820                 as it breaks more URIs than it fixes.
1821                 Allow '-' to be a terminating character in a URI
1822
1823 2006-03-22 [colin]      2.0.0cvs163
1824
1825         * configure.ac
1826                 Require libetpan 0.45
1827                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1828
1829 2006-03-22 [paul]       2.0.0cvs162
1830
1831         * src/editgroup.c
1832                 replace '<-' and '->' buttons with GTK_STOCK graphical
1833                 buttons
1834         * src/summary_search.c
1835                 don't offer '...' for translation
1836                 add a tooltip to advanced search '...' button
1837         * src/gtk/quicksearch.c
1838                 don't offer '...' for translation
1839
1840 2006-03-21 [colin]      2.0.0cvs161
1841
1842         * src/compose.c
1843                 Fix middle-click pasting (insert at click
1844                 position instead of cursor position, don't
1845                 remove existing selection and allow pasting
1846                 our own selection)
1847         * src/addressbook.c
1848                 "LDAP Server" -> "LDAP servers"
1849
1850 2006-03-21 [wwp]        2.0.0cvs160
1851
1852         * src/etpan/imap-thread.c
1853                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1854
1855 2006-03-20 [colin]      2.0.0cvs159
1856
1857         * src/summaryview.c
1858                 Don't reload summaryview after an execute with no
1859                 move action
1860
1861 2006-03-19 [colin]      2.0.0cvs158
1862
1863         * src/addressbook.c
1864                 and put groups at the top, always
1865
1866 2006-03-19 [colin]      2.0.0cvs157
1867
1868         * src/addressbook.c
1869                 Order groups before names, as previously
1870
1871 2006-03-19 [colin]      2.0.0cvs156
1872
1873         * src/addressbook.c
1874                 - Sort case-unsensitive
1875                 - Put the sort arrow at opening too
1876
1877 2006-03-19 [wwp]        2.0.0cvs155
1878
1879         * src/addressbook.c
1880                 allow sorting by name/email/remarks, ensure that right-pane's contents
1881                 matches the left-pane selection (cleared when appropriate).
1882                 Patch by Pawel Pekala <c0rn@o2.pl>.
1883
1884 2006-03-18 [colin]      2.0.0cvs154
1885
1886         * src/textview.c
1887                 Fix text cursor ;)
1888
1889 2006-03-18 [colin]      2.0.0cvs153
1890
1891         * src/gtk/filesel.c
1892                 Make sure we hide the preview if we didn't get
1893                 a filename
1894
1895 2006-03-18 [colin]      2.0.0cvs152
1896
1897         * src/summaryview.c
1898                 Set cursor to watch for execution (fixes lack
1899                 of watch-cursor when dnd'ing hundreds of mails)
1900         * src/gtk/filesel.c
1901                 Check that mime type is 'image/*' before updating
1902                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1903
1904 2006-03-18 [colin]      2.0.0cvs151
1905
1906         * src/mainwindow.c
1907         * src/textview.c
1908         * src/textview.h
1909                 Put a watch cursor in textview too when the mainwindow's
1910                 cursor in a watch
1911
1912 2006-03-18 [colin]      2.0.0cvs150
1913
1914         * src/folder.c
1915                 Change wrong asserts to simple tests
1916
1917 2006-03-17 [colin]      2.0.0cvs149
1918
1919         * src/mainwindow.c
1920         * src/mainwindow.h
1921         * src/prefs_msg_colors.c
1922         * src/summaryview.c
1923         * src/summaryview.h
1924         * src/gtk/colorlabel.c
1925         * src/gtk/colorlabel.h
1926                 Add a color label menu in the main menubar
1927                 Add (fixed) accels Ctrl-{0-7} to change the color
1928                 They have to be fixed because the menu's dynamic,
1929                 the items are complex widgets, hence we can't use
1930                 a GtkItemFactory.
1931
1932
1933 2006-03-17 [wwp]        2.0.0cvs148
1934
1935         * src/compose.c
1936                 rollback few lines from my previous commit (those lines come from
1937                 a pending patch, accidentally commited, even if neutral as they are
1938                 commented out).
1939
1940 2006-03-17 [wwp]        2.0.0cvs147
1941
1942         * src/compose.c
1943                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1944                 applied code style/indentation to the modified function.
1945
1946 2006-03-17 [wwp]        2.0.0cvs146
1947
1948         * src/procmsg.c
1949         * src/compose.c
1950                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1951
1952 2006-03-17 [paul]
1953
1954         2.1.0-rc1 released
1955
1956 2006-03-17 [paul]       2.0.0cvs145
1957
1958         * src/main.c
1959                 addressbook_read_file() was called twice
1960         * src/textview.c
1961                 X-Mailer highlighting
1962
1963 2006-03-16 [colin]      2.0.0cvs144
1964
1965         * src/sourcewindow.c
1966         * src/sourcewindow.h
1967                 And the last one, in source window.
1968
1969 2006-03-16 [colin]      2.0.0cvs143
1970
1971         * src/compose.c
1972         * src/compose.h
1973                 Fix the same stuff in compose
1974
1975 2006-03-16 [colin]      2.0.0cvs142
1976
1977         * src/messageview.c
1978                 Complete the previous messageview crash fix
1979
1980 2006-03-16 [colin]      2.0.0cvs141
1981
1982         * src/procmsg.h
1983         * src/procmsg.c
1984         * src/folder.c
1985                 Fix POSTPROCESSING hook
1986                 Patch by H. Merijn Brand
1987
1988         * src/procmime.c
1989         * src/procmime.h
1990                 Parse Content-Location
1991
1992         * src/toolbar.c
1993         * src/messageview.c
1994         * src/messageview.h
1995                 Don't crash when a top-level MessageView has
1996                 been closed on us. Same problematic than
1997                 yesterday's quicksearch issue.
1998
1999 2006-03-15 [colin]      2.0.0cvs140
2000
2001         * src/gtk/quicksearch.c
2002                 Fix a bitchy race we didn't think about when we
2003                 added quicksearch cancellation:
2004                 If the search is not on cached fields, for example
2005                 body_part matchcase "stuff"
2006                 the matcher code has to get the whole message. If
2007                 we're on IMAP, that can be slow, and in order to
2008                 be non-blocking, the IMAP code idle loop processes
2009                 gtk events too. So it is possible to cancel a
2010                 quicksearch while the matcher is getting the mail's
2011                 body. After matcher got its body, it will start to
2012                 iterate over the matcher list that the Quicksearch's
2013                 clear_search_cb() just freed via prepare_matcher().
2014                 SIGSEGV ensues.
2015                 The fix consists of guarding the matcherlist_match()
2016                 call with a boolean 'matching'. If we reset the
2017                 quicksearch while matching is TRUE, we don't free
2018                 the matcherlist anymore like we did, but we set
2019                 another new flag, deferred_free, to TRUE. Then,
2020                 in quicksearch_match(), just after returning from
2021                 matcherlist_match() and unsetting the matching flag,
2022                 we check the deferred_free flag and do the
2023                 prepare_matcher() (which does the matcherlist_free)
2024                 for real, so we free the matcherlist once it's not
2025                 used anymore.
2026                 As all of this runs via the glib main loop, we
2027                 luckily don't need a mutex.
2028         * src/summaryview.c
2029                 Also, show progress while searching.
2030
2031
2032 2006-03-14 [colin]      2.0.0cvs139
2033
2034         * src/alertpanel.c
2035                 Make alertpanel_is_open non-static
2036
2037 2006-03-14 [colin]      2.0.0cvs138
2038
2039         * src/prefs_spelling.c
2040                 Cleanups - Fabien Vantard
2041
2042 2006-03-14 [wwp]        2.0.0cvs137
2043
2044         * src/main.c
2045                 code style normalization (curly braces, indentation).
2046
2047 2006-03-14 [wwp]        2.0.0cvs137
2048
2049         * src/main.c
2050                 code style (braces, indentation)
2051
2052 2006-03-12 [paul]       2.0.0cvs136
2053
2054         * src/prefs_common.c
2055                 trans_hdr defaults to FALSE to be RFC-savvy
2056         * src/prefs_summaries.c
2057                 add a tooltip to the trans_hdr option
2058                 
2059
2060 2006-03-12 [paul]       2.0.0cvs135
2061
2062         * src/prefs_matcher.c
2063                 give a little more width to the combos
2064         * src/prefs_display_header.c
2065         * src/textview.c
2066                 translate headers if prefs_common.trans_hdr
2067                 is TRUE
2068
2069         Patches by Pawel Pekala
2070
2071 2006-03-12 [paul]       2.0.0cvs134
2072
2073         * src/plugins/clamav/clamav_plugin.c
2074         * src/plugins/dillo_viewer/dillo_viewer.c
2075         * src/plugins/pgpcore/plugin.c
2076         * src/plugins/pgpinline/plugin.c
2077         * src/plugins/pgpmime/plugin.c
2078         * src/plugins/spamassassin/spamassassin.c
2079                 update/add to descriptions
2080         * src/plugins/spamassassin/spamassassin_gtk.c
2081                 fixes to the english, remove superfluous
2082                 tooltips, clean up a little
2083
2084 2006-03-12 [paul]       2.0.0cvs133
2085
2086         * src/compose.c
2087                 fix Bug 924, 'Account combo box shows up wrong 
2088                 if & is in account name'
2089
2090 2006-03-11 [colin]      2.0.0cvs132
2091
2092         * src/summaryview.c
2093                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2094                 messed up shift-selection because is slows down
2095                 moving around summaryview. thanks -users
2096
2097 2006-03-10 [colin]      2.0.0cvs131
2098
2099         * src/plugins/spamassassin/spamassassin_gtk.c
2100                 Put back Paul's engrish fixes
2101
2102 2006-03-10 [colin]      2.0.0cvs130
2103
2104         * src/plugins/spamassassin/spamassassin.c
2105         * src/plugins/spamassassin/spamassassin.h
2106         * src/plugins/spamassassin/spamassassin_gtk.c
2107                 Cleanup SA prefs page (more)
2108                 Patch by Fabien Vantard
2109
2110 2006-03-10 [paul]       2.0.0cvs129
2111
2112         * src/prefs_msg_colors.c
2113         * src/prefs_spelling.c
2114                 widget sensitivity
2115
2116 2006-03-09 [mones]      2.0.0cvs128
2117
2118         * po/es.po
2119                 Update for next RC
2120
2121 2006-03-09 [wwp]        2.0.0cvs127
2122
2123         * configure.ac
2124                 revert accidental commit (requirement for libetpan 0.43), this time
2125                 not in HEAD.
2126
2127 2006-03-09 [wwp]        2.0.0cvs125
2128
2129         * configure.ac
2130                 revert accidental commit (requirement for libetpan 0.43)
2131
2132 2006-03-09 [paul]       2.0.0cvs126
2133
2134         * src/prefs_receive.c
2135                 remove useless frame
2136                 replace 'incorporation' with 'receiving'
2137         * src/plugins/clamav/clamav_plugin_gtk.c
2138         * src/plugins/spamassassin/spamassassin_gtk.c
2139                 improve widget sensitivity
2140                 fix a bit his engrish
2141
2142 2006-03-09 [wwp]        2.0.0cvs125
2143
2144         * src/addressadd.c
2145         * src/foldersel.c
2146         * src/prefs_common.c
2147         * src/prefs_common.h
2148                 remember some more windows' sizes (add to addressbook and
2149                 select folder).
2150
2151 2006-03-09 [paul]       2.0.0cvs124
2152
2153         * src/plugins/pgpcore/prefs_gpg.c
2154                 normalise construction of dialogue
2155
2156 2006-03-09 [paul]       2.0.0cvs123
2157
2158         * src/plugins/trayicon/Makefile.am
2159                 add missing slash
2160
2161 2006-03-08 [colin]      2.0.0cvs122
2162
2163         * src/plugins/trayicon/Makefile.am
2164                 Fix build in separate dir 
2165                 Patch by Bamanzi <bamanzi@gmail.com>
2166
2167 2006-03-08 [colin]      2.0.0cvs121
2168
2169         * src/procmsg.c
2170                 Batch move and copies from summaryview with delayed execution
2171                 too
2172
2173 2006-03-07 [paul]       2.0.0cvs120
2174
2175         * src/common/utils.c
2176                 fix highlighting of URIs containing "()"
2177                 Patch by Pawel Pekala
2178
2179 2006-03-07 [paul]       2.0.0cvs119
2180
2181         * src/folder.c
2182         * src/folder.h
2183         * src/folderview.c
2184                 immediately do alphabetical resort when
2185                 changing a folder's name
2186                 Patch by Pawel Pekala
2187
2188 2006-03-07 [paul]       2.0.0cvs118
2189
2190         * src/news.c
2191         * src/news_gtk.c
2192                 when unsubscribing a newsgroup, remove the
2193                 folder and msgs in .sylpheed-claws/newscache
2194                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2195
2196 2006-03-07 [paul]       2.0.0cvs117
2197
2198         * src/textview.c
2199                 fix wrong Fake URL Warning
2200                 Thanks to Hiro
2201
2202 2006-03-07 [colin]      2.0.0cvs116
2203
2204         * src/imap.c
2205                 Return immediately when password dialog was
2206                 cancelled
2207         * src/gtk/inputdialog.c
2208                 Allow empty strings for passwords
2209
2210
2211 2006-03-06 [colin]      2.0.0cvs115
2212
2213         * src/imap.c
2214                 Prevent double-timeouts when connection fails
2215
2216 2006-03-06 [colin]
2217
2218         2.0.1-rc1 released
2219
2220 2006-03-06 [colin]      2.0.0cvs114
2221
2222         * src/imap.c
2223                 Refresh session during potentially long
2224                 operations
2225
2226 2006-03-06 [wwp]        2.0.0cvs113
2227
2228         * src/prefs_msg_colors.h
2229                 forgot that one (custom color labels).
2230
2231 2006-03-06 [wwp]        2.0.0cvs112
2232
2233         * src/prefs_common.c
2234         * src/prefs_common.h
2235         * src/prefs_msg_colors.c
2236         * src/summaryview.c
2237         * src/summaryview.h
2238         * src/gtk/colorlabel.c
2239         * src/gtk/colorlabel.h
2240                 colors in messages list are now customizable. Color values and names can
2241                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2242                 Thanks to Paul and Colin for their help with this longstanding patch!
2243
2244 2006-03-06 [wwp]        2.0.0cvs111
2245
2246         * src/textview.c
2247                 don't crash if (x)face is bad.
2248
2249 2006-03-05 [paul]       2.0.0cvs110
2250
2251         * AUTHORS
2252         * configure.ac
2253         * src/Makefile.am
2254         * src/common/Makefile.am
2255         * src/common/utils.h
2256         * src/etpan/imap-thread.c
2257         * src/gtk/authors.h
2258         * src/plugins/clamav/Makefile.am
2259         * src/plugins/demo/Makefile.am
2260         * src/plugins/dillo_viewer/Makefile.am
2261         * src/plugins/pgpcore/Makefile.am
2262         * src/plugins/pgpcore/passphrase.c
2263         * src/plugins/pgpinline/Makefile.am
2264         * src/plugins/pgpmime/Makefile.am
2265         * src/plugins/spamassassin/Makefile.am
2266         * src/plugins/trayicon/Makefile.am
2267                 fix builiding on cygwin
2268                 Patch by Ralgh Young <bamanzi@gmail.com>
2269
2270 2006-03-04 [wwp]        2.0.0cvs109
2271
2272         * manual/keyboard.xml
2273                 fix mixed up/down keys.
2274
2275 2006-03-04 [wwp]        2.0.0cvs108
2276
2277         * README
2278         * INSTALL
2279                 updated links to SpamAssassin.
2280
2281 2006-03-04 [wwp]        2.0.0cvs107
2282
2283         * manual/plugins.xml
2284         * src/plugins/spamassassin/README
2285                 updated SpamAssassin plugin docs to reflect new functional additions
2286                 (also fix/update/documents few technical stuff more, see the README).
2287
2288 2006-03-04 [wwp]        2.0.0cvs106
2289
2290         * src/prefs_message.c
2291                 normalized capitalization of message-prefs paths.
2292
2293 2006-03-04 [wwp]        2.0.0cvs105
2294
2295         * manual/advanced.xml
2296                 typo.
2297
2298 2006-03-03 [colin]      2.0.0cvs104
2299
2300         * src/plugins/clamav/clamav_plugin_gtk.c
2301                 Rework prefs page, patch by Fabien 
2302
2303 2006-03-03 [colin]      2.0.0cvs103
2304
2305         * src/plugins/clamav/clamav_plugin.c
2306                 Set error on all errors
2307
2308 2006-03-03 [colin]      2.0.0cvs102
2309
2310         * src/common/plugin.c
2311                 Initialize error to avoid crashing when a plugin fails
2312                 without setting error
2313
2314 2006-03-02 [wwp]        2.0.0cvs101
2315
2316         * configure.ac
2317                 fixed linker flags for libetpan support on Cygwin
2318                 (thanks to H.Merijn Brand).
2319
2320 2006-03-02 [wwp]        2.0.0cvs100
2321
2322         * src/addressbook.c
2323                 fix some AB error messages: one for punctuation and
2324                 one wrongly duplicate (thanks, maxbritov).
2325
2326 2006-03-02 [wwp]        2.0.0cvs99
2327
2328         * src/plugins/spamassassin/spamassassin.c
2329                 make sync calls to sa-learn/spamc to prevent
2330                 system (whatever local or client/server) overload.
2331
2332 2006-03-02 [colin]      2.0.0cvs98
2333
2334         * src/summaryview.c
2335                 Put the spam icon in the status column instead of the
2336                 mark one
2337
2338 2006-03-01 [colin]      2.0.0cvs97
2339
2340         * src/plugins/spamassassin/spamassassin.c
2341                 Fix segfault (g_file_set_contents fails for some 
2342                 reason and err==0x2f. Can't find out why with
2343                 valgrind, using working function :-)
2344
2345 2006-03-01 [colin]      2.0.0cvs96
2346
2347         * src/inc.c
2348                 Offline overriding: let 'No' be cached only 3 seconds
2349
2350 2006-03-01 [colin]      2.0.0cvs95
2351
2352         * src/addr_compl.c
2353         * src/addrbook.c
2354         * src/addressbook.c
2355         * src/addrindex.c
2356         * src/folder_item_prefs.c
2357         * src/headerview.c
2358         * src/imap.c
2359         * src/inc.c
2360         * src/ldif.c
2361         * src/mainwindow.c
2362         * src/mh.c
2363         * src/msgcache.c
2364         * src/prefs_common.h
2365         * src/prefs_msg_colors.c
2366         * src/procheader.c
2367         * src/procheader.h
2368         * src/procmime.c
2369         * src/procmsg.c
2370         * src/procmsg.h
2371         * src/send_message.h
2372         * src/simple-gettext.c
2373         * src/summaryview.c
2374         * src/summaryview.h
2375         * src/syldap.c
2376         * src/textview.c
2377         * src/undo.c
2378         * src/common/ssl_certificate.c
2379         * src/common/utils.c
2380         * src/gtk/colorsel.c
2381         * src/gtk/gtksctree.c
2382         * src/gtk/gtkshruler.c
2383         * src/plugins/trayicon/trayicon.c
2384                 #if 0 goes to /dev/null
2385
2386 2006-03-01 [colin]      2.0.0cvs94
2387
2388         * src/compose.c
2389         * src/imap.c
2390         * src/inc.c
2391         * src/inc.h
2392         * src/messageview.c
2393         * src/news.c
2394         * src/plugins/spamassassin/spamassassin.c
2395                 Allow to add information in the "working offline"
2396                 window
2397
2398 2006-03-01 [wwp]        2.0.0cvs93
2399
2400         * src/plugins/spamassassin/spamassassin.c
2401                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2402                 'cause it seems that calling `spamc ... < inputfile` with
2403                 g_spawn_(a)sync simply.. erm doesn't work :-).
2404
2405 2006-03-01 [wwp]        2.0.0cvs92
2406
2407         * src/toolbar.c
2408         * src/toolbar.h
2409                 simplify the adding of spam/ham button to the messageview toolbar
2410                 (it gets more clear now that the same button will be "Mark as spam"
2411                 or "Mark as ham" according to the current message status,
2412                 thanks to Colin).
2413
2414 2006-03-01 [wwp]        2.0.0cvs91
2415
2416         * src/messageview.c
2417         * src/procmsg.c
2418         * src/procmsg.h
2419         * src/summaryview.c
2420         * src/plugins/spamassassin/spamassassin.c
2421         * src/plugins/spamassassin/spamassassin.h
2422                 make learner callbacks return a status (0 for ok),
2423                 handle it in main code to avoid setting flags when learning failed,
2424                 don't learn on TCP if offline in spamassassin,
2425                 thanks to Colin.
2426
2427                 
2428
2429 2006-03-01 [wwp]        2.0.0cvs90
2430
2431         * src/compose.c
2432                 some work around the compose window's account menu,
2433                 patch by Fabien Vantard.
2434
2435 2006-03-01 [wwp]        2.0.0cvs89
2436
2437         * src/plugins/spamassassin/spamassassin.c
2438                 fixed bad logics, was using spamc in local mode and sa-learn
2439                 in remote mode (thanks, Colin).
2440
2441 2006-03-01 [wwp]        2.0.0cvs88
2442
2443         * src/plugins/spamassassin/spamassassin.c
2444         * src/plugins/spamassassin/spamassassin.h
2445         * src/plugins/spamassassin/spamassassin_gtk.c
2446                 made processing of emails w/ sa-plugin an option (default is TRUE),
2447                 fixed Engrish some tooltips, capitalization of some debug messages
2448                 and warnings. The spamassassin plugin now provides two separate
2449                 services: process emails upon incorporation and spamd training.
2450                 Both services (un)register independently but use some common
2451                 plugin settings (transport settings, spam storage location).
2452
2453 2006-02-28 [wwp]        2.0.0cvs87
2454
2455         * src/plugins/spamassassin/spamassassin.c
2456                 fix async flag to spamc cmdline execution (batch exec should
2457                 be asynchronous).
2458
2459 2006-02-27 [wwp]        2.0.0cvs86
2460
2461         * src/plugins/spamassassin/spamassassin.c
2462         * src/plugins/spamassassin/spamassassin.h
2463         * src/plugins/spamassassin/spamassassin_gtk.c
2464                 - added the ability to learn a remote spamassassin server (spamd),
2465                 using spamc.
2466                 - added the spamassassin option 'username', that applies to all
2467                 spamassassin operations (filtering, learning, local or remote).
2468                 The default username is the current unix user (if left blank
2469                 from gtk prefs or config file).
2470                 - commented out some unused code (notebook widget), removed unused
2471                 layout (hbox1).
2472                 - make more widgets sensitive to the transport type.
2473
2474 2006-02-27 [colin]      2.0.0cvs85
2475
2476         * src/plugins/spamassassin/spamassassin.c
2477                 Fix sa-learn call when offline
2478
2479 2006-02-27 [colin]      2.0.0cvs84
2480
2481         * configure.ac
2482         * src/Makefile.am
2483         * src/mainwindow.c
2484         * src/mainwindow.h
2485         * src/messageview.c
2486         * src/messageview.h
2487         * src/prefs_toolbar.c
2488         * src/procmsg.c
2489         * src/stock_pixmap.c
2490         * src/stock_pixmap.h
2491         * src/summaryview.c
2492         * src/toolbar.c
2493         * src/toolbar.h
2494         * src/pixmaps/ham_btn.xpm
2495         * src/pixmaps/spam.xpm
2496         * src/pixmaps/spam_btn.xpm
2497         * src/plugins/spamassassin/spamassassin.c
2498                 Add button in toolbar for spam learning
2499                 Fix a few bugs from the last related commit
2500                 Revert 1.9.6cvs23 which messed up shift-selection
2501
2502 2006-02-24 [colin]      2.0.0cvs83
2503
2504         * src/procmsg.c
2505         * src/summaryview.c
2506         * src/summaryview.h
2507         * src/plugins/spamassassin/spamassassin.c
2508         * src/plugins/spamassassin/spamassassin.h
2509         * src/plugins/spamassassin/spamassassin_gtk.c
2510                 Unregister learner when spamassassin is either
2511                 disabled or over tcp
2512
2513 2006-02-24 [colin]      2.0.0cvs82
2514
2515         * src/Makefile.am
2516         * src/mainwindow.c
2517         * src/mainwindow.h
2518         * src/procmsg.c
2519         * src/procmsg.h
2520         * src/stock_pixmap.c
2521         * src/stock_pixmap.h
2522         * src/summaryview.c
2523         * src/summaryview.h
2524         * src/gtk/icon_legend.c
2525         * src/pixmaps/spam.xpm  ** NEW FILE **
2526         * src/plugins/spamassassin/spamassassin.c
2527         * src/plugins/spamassassin/spamassassin_gtk.c
2528                 Add spam learning interface (Mark/Mark as 
2529                 (spam|ham) menus)
2530
2531 2006-02-24 [wwp]        2.0.0cvs81
2532
2533         * src/compose.c
2534         * src/compose.h
2535         * src/filtering.c
2536                 hide compose window when sending message in batch mode
2537                 (filtering: forward and redirect). Also fixed a wrong
2538                 value returned when sending failed, neutral anyway.
2539                 (Colin, me) 
2540
2541 2006-02-24 [wwp]        2.0.0cvs80
2542
2543         * src/mainwindow.c
2544                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2545
2546 2006-02-24 [paul]       2.0.0cvs79
2547
2548         * src/news.c
2549         * src/news.h
2550         * src/news_gtk.c
2551                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2552                 Thanks to Colin
2553
2554 2006-02-23 [colin]      2.0.0cvs78
2555
2556         * src/alertpanel.c
2557                 Change OK to Close in alertpanel with View log
2558                 button; add accel to View log. Patch by Fabien
2559                 Vantard
2560
2561 2006-02-23 [wwp]        2.0.0cvs77
2562
2563         * src/compose.c
2564                 silly me, there were much more tests to perform, since toolbars can
2565                 really have down to 1 element only.
2566
2567 2006-02-23 [wwp]        2.0.0cvs76
2568
2569         * commitHelper
2570                 fixed indentation from my previous commit. Fallback to VISUAL if
2571                 EDITOR is not set (and to vi, at last resort).
2572
2573 2006-02-23 [wwp]        2.0.0cvs75
2574
2575         * commitHelper
2576                 improved error detection (Colin, me).
2577
2578 2006-02-23 [wwp]        2.0.0cvs74
2579
2580         * src/prefs_toolbar.c
2581                 simplify and fix prefs/toolbars layouting. Combos' contents can
2582                 now be really displayed.
2583
2584 2006-02-23 [wwp]        2.0.0cvs73
2585         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2586         be really displayed.
2587
2588 2006-02-22 [wwp]        2.0.0cvs72
2589
2590         * src/compose.c
2591                 fix a typo in my previous commit (sorry!).
2592
2593 2006-02-22 [wwp]        2.0.0cvs71
2594
2595         * src/prefs_toolbar.c
2596                 fix a crash when adding separators to toolbars,
2597                 also fix some separator item information.
2598
2599 2006-02-22 [wwp]        2.0.0cvs70
2600
2601         * src/compose.c
2602                 fix a crash when redirecting (for instance) when compose window's
2603                 toolbar contents has been customized (when some buttons have been
2604                 removed in fact).
2605
2606 2006-02-21 [wwp]        2.0.0cvs69
2607
2608         * src/summaryview.c
2609         * src/gtk/pluginwindow.c
2610         * src/plugins/pgpcore/prefs_gpg.c
2611                 fix some compilation warnings (feat. remains of removed code).
2612
2613 2006-02-21 [wwp]        2.0.0cvs68
2614
2615         * src/gtk/gtkutils.c
2616                 fix two compilation issues, thanks to Stephan Sachse.
2617
2618 2006-02-20 [colin]      2.0.0cvs67
2619
2620         * src/mainwindow.c
2621                 Don't reselect displayed mail on refocus
2622                 This fixes actions misbehaving 
2623
2624 2006-02-20 [wwp]        2.0.0cvs66
2625
2626         * src/summaryview.c
2627         * src/gtk/gtksctree.c
2628         * src/gtk/gtkshruler.c
2629                 changed more runtime typecast checks.
2630
2631 2006-02-20 [wwp]        2.0.0cvs65
2632
2633         * src/summary_search.c
2634                 find all - summaryview refresh issue fixed, thanks to Colin.
2635
2636 2006-02-20 [wwp]        2.0.0cvs64
2637
2638         * src/gtk/gtkutils.c
2639                 better runtime typecast checks.
2640
2641 2006-02-20 [wwp]        2.0.0cvs63
2642
2643         * src/summary_search.c
2644                 enhancements to the summary search:
2645                         - add the ability to stop the running search
2646                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2647                         - don't search if no criteria (From/To/Subject/Body) is set
2648                         - ensure that a busy mouse pointer is always shown when searching,
2649                           show it even a bit earlier
2650
2651 2006-02-19 [colin]      2.0.0cvs62
2652
2653         * src/compose.c
2654         * src/imap.c
2655         * src/etpan/imap-thread.c
2656         * src/etpan/imap-thread.h
2657                 (Future) IMAP speed improvement on sending
2658                 Will require a libetpan update
2659         * src/summaryview.c
2660         * src/gtk/quicksearch.c
2661                 Make quicksearch clearable while running.
2662
2663 2006-02-17 [colin]      2.0.0cvs61
2664
2665         * src/imap.c
2666         * src/etpan/imap-thread.c
2667         * src/etpan/imap-thread.h
2668                 Check for IMAP certificates
2669                 ** Requires libetpan-0.42-cvs4 
2670                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2671
2672 2006-02-17 [colin]      2.0.0cvs60
2673
2674         * src/messageview.c
2675         * src/prefs_common.c
2676         * src/prefs_common.h
2677         * src/prefs_message.c
2678                 Add pref to display HTML-only mails with plugin, 
2679                 if possible (defaulting to FALSE of course).
2680
2681 2006-02-16 [colin]      2.0.0cvs59
2682
2683         * src/main.c
2684         * src/common/plugin.c
2685         * src/common/plugin.h
2686         * src/gtk/pluginwindow.c
2687                 Keep track of requested (but unloaded) plugins
2688                 in some error cases.
2689
2690 2006-02-16 [wwp]        2.0.0cvs58
2691
2692         * src/gtk/gtkaspell.c
2693         * src/gtk/gtkaspell.h
2694         * src/prefs_spelling.c
2695         * src/compose.c
2696         * src/prefs_common.c
2697         * src/prefs_common.h
2698                 implemented new optional spellchecker behaviour: re-check message when
2699                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2700
2701 2006-02-16 [wwp]        2.0.0cvs57
2702
2703         * src/quote_fmt_parse.y
2704                 pclose popen'ed pipe.
2705
2706 2006-02-15 [colin]      2.0.0cvs56
2707
2708         * src/mimeview.c
2709         * src/mimeview.h
2710                 Let MimeViewers know which MimeView they
2711                 depend of.
2712         * src/summaryview.c
2713                 Swap From/To columns in Sent/Queue/Drafts
2714                 folders
2715         * src/etpan/imap-thread.c
2716                 Use mailstream_low_tls_open() for STARTTLS
2717                 instead of mailstream_low_ssl_open()
2718                 ** REQUIRES libetpan 0.42cvs3 **
2719
2720 2006-02-15 [wwp]        2.0.0cvs55
2721
2722         * src/compose.c
2723         * src/compose.h
2724         * src/message_search.c
2725         * src/message_search.h
2726         * src/textview.c
2727         * src/gtk/gtkutils.c
2728         * src/gtk/gtkutils.h
2729                 added the ability to Find text in the compose window (and a bit
2730                 of code factorization).
2731
2732 2006-02-15 [wwp]        2.0.0cvs54
2733
2734         * src/prefs_gtk.c
2735                 yet another one file was missing (fix for some widgets' sensitivity).
2736                 Thanks Colin!
2737
2738 2006-02-15 [wwp]        2.0.0cvs53
2739
2740         * src/prefs_gtk.h
2741                 oops forgot that file (fix for some widgets' sensitivity).
2742
2743 2006-02-15 [wwp]        2.0.0cvs52
2744
2745         * src/summary_search.c
2746                 implemented advanced summary search options (added the ability
2747                 to use matcher conditions in an advanced search mode).
2748
2749 2006-02-15 [wwp]        2.0.0cvs51
2750
2751         * src/plugins/pgpcore/prefs_gpg.c
2752         * src/prefs_account.c
2753                 fix some widget sensitivity, mostly around some labels in
2754                 account prefs.
2755
2756 2006-02-15 [paul]       2.0.0cvs50
2757
2758         * manual/advanced.xml
2759                 improve Templates info
2760                 written by wwp
2761
2762 2006-02-14 [colin]      2.0.0cvs49
2763
2764         * src/pixmaps/address_book.xpm
2765         * src/pixmaps/preferences.xpm
2766         * src/pixmaps/properties.xpm
2767                 Fix pixmap size - patch by Fabien Vantard
2768
2769 2006-02-13 [colin]      2.0.0cvs48
2770
2771         * src/procmime.c
2772                 Add missing fclose()s on error
2773         * src/textview.c
2774                 Remove unused code
2775         * src/common/utils.c
2776                 Fix temp files not being deleted on windows
2777         Patches by Thomas Gilgin
2778
2779 2006-02-13 [colin]      2.0.0cvs47
2780
2781         * src/mainwindow.c
2782                 Fix exit crash
2783
2784 2006-02-13 [wwp]        2.0.0cvs46
2785
2786         * src/plugins/pgpcore/prefs_gpg.c
2787                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2788
2789 2006-02-12 [colin]      2.0.0cvs45
2790
2791         * src/folderview.c
2792         * src/main.c
2793         * src/mainwindow.c
2794                 Fix "stuff" when quitting
2795
2796 2006-02-12 [wwp]        2.0.0cvs44
2797
2798         * src/prefs_themes.c
2799                 fix typos in debug messages.
2800
2801 2006-02-11 [colin]      2.0.0cvs43
2802
2803         * src/summaryview.c
2804                 don't allow drag/drop from ourself
2805
2806 2006-02-10 [wwp]        2.0.0cvs42
2807
2808         * src/exporthtml.c
2809         * src/html.c
2810         * src/html.h
2811         * src/procmime.c
2812         * src/textview.c
2813                 renamed html_ prefixed functions and data structures to avoid
2814                 namespace clashes w/ other software (gtkhtml2 for instance).
2815                 Closes bug #907.
2816
2817
2818 2006-02-09 [colin]      2.0.0cvs41
2819
2820         * src/summaryview.c
2821                 Fix shitty logic messed up. Thanks Ticho for the hint!
2822
2823 2006-02-09 [wwp]        2.0.0cvs40
2824
2825         * src/gtk/about.c
2826         * src/compose.c
2827         * src/prefs_account.c
2828         * src/prefs_gtk.h
2829         * src/editaddress.c
2830                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2831                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2832                 Browse buttons in accounts prefs.
2833
2834 2006-02-09 [colin]      2.0.0cvs39
2835
2836         * src/matcher.c
2837                 Check for pointer before using its members
2838         * src/gtk/gtksourceprintjob.c
2839                 Fix a wrong warning
2840
2841 2006-02-09 [wwp]        2.0.0cvs38
2842
2843         * src/gtk/filesel.c
2844                 fix few compiler warnings (type mismatch).
2845
2846 2006-02-09 [paul]       2.0.0cvs37
2847
2848         * po/fr.po
2849                 updated by Fabien Vantard
2850
2851 2006-02-08 [colin]      2.0.0cvs36
2852
2853         * src/prefs_common.c
2854         * src/common/defs.h
2855         * src/common/plugin.c
2856                 allow windows and linux configurations to coexist
2857                 patch by Thomas Gilgin
2858
2859 2006-02-08 [colin]      2.0.0cvs35
2860
2861         * src/filtering.c
2862         * src/matcher.c
2863         * src/matcher.h
2864         * src/matcher_parser_parse.y
2865         * src/prefs_filtering_action.c
2866         * src/prefs_matcher.c
2867                 Add the "Ignore thread" filtering
2868                 action
2869
2870 2006-02-08 [colin]      2.0.0cvs34
2871
2872         * src/compose.c
2873         * src/procmime.c
2874         * src/procmime.h
2875                 Fix bug #905 (damaged attachment)
2876                 text files with raw \0's aren't really text files
2877         FOR_STABLE
2878
2879 2006-02-08 [colin]      2.0.0cvs33
2880
2881         * src/summaryview.c
2882                 Fix crasher introduced yesterday
2883
2884 2006-02-08 [wwp]        2.0.0cvs32
2885
2886         * src/compose.c
2887         * src/compose.h
2888                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2889
2890 2006-02-08 [wwp]        2.0.0cvs31
2891
2892         * src/prefs_template.c
2893                 templates enhancement: allow address completion for Cc and Bcc fields
2894                 (it was currently possible for the To field only)
2895
2896 2006-02-08 [colin]      2.0.0cvs30
2897
2898         * src/compose.c
2899                 Don't unblock if not blocked
2900         FOR_STABLE
2901
2902 2006-02-07 [colin]      2.0.0cvs29
2903
2904         * src/action.c
2905                 Forgot to refresh summaryview
2906
2907 2006-02-07 [colin]      2.0.0cvs28
2908
2909         * src/action.c
2910                 Freeze/thaw message list and folder list while
2911                 processing %as{} actions 
2912         * src/compose.c
2913                 Fix auto-wrap disabling after a middle-click
2914                 paste - FOR_STABLE
2915
2916 2006-02-07 [paul]       2.0.0cvs27
2917
2918         * src/folder.c
2919                 fix freeing of uninitialised pointers
2920                 Thanks to Colin
2921
2922 2006-02-06 [colin]      2.0.0cvs26
2923
2924         * src/folder.c
2925                 Use g_slist_prepend in potentially big list
2926
2927 2006-02-06 [colin]      2.0.0cvs25
2928
2929         * src/folder.c
2930                 Completely skip processing if it doesn't 
2931                 exist (faster!)
2932
2933 2006-02-06 [colin]      2.0.0cvs24
2934
2935         * src/folder.c
2936         * src/summaryview.c
2937                 Batch filtering in summaryview (from Tools menu)
2938                 and pre/post//-processing too
2939
2940 2006-02-06 [colin]      2.0.0cvs23
2941
2942         * src/procmsg.h
2943         * src/filtering.c
2944                 Use a special field for batch filtering instead
2945                 of stepping on deferred execution's toes
2946
2947 2006-02-06 [colin]      2.0.0cvs22
2948
2949         * src/action.c
2950         * src/filtering.c
2951         * src/filtering.h
2952         * src/folder.c
2953         * src/summaryview.c
2954                 Fix filtering via menus and actions
2955
2956 2006-02-06 [colin]      2.0.0cvs21
2957
2958         * src/imap.c
2959                 Put the added file directly to cache if possible (will work
2960                 with next libetpan)
2961         * src/filtering.c
2962         * src/filtering.h
2963         * src/inc.c
2964         * src/folder.c
2965         * src/mbox.c
2966         * src/procmsg.h
2967                 Move and copy filtered messages by batches instead of one
2968                 by one - faster on IMAP
2969         * src/procmsg.c
2970                 Add a function that'll possibly be useful later
2971
2972 2006-02-06 [colin]      2.0.0cvs20
2973
2974         * src/addressbook.c
2975                 Use internal mime-type instead of text/plain for d'n'd
2976         * src/compose.c
2977                 Allow attaching files from mimeview's icon list via d'n'd
2978         * src/folderview.c
2979         * src/folderview.h
2980                 Use internal mime-type instead of text/plain for d'n'd
2981                 Don't try to selected opened folder if none is
2982                 Factorize d'n'd from other apps code
2983         * src/headerview.c
2984         * src/textview.c
2985         * src/gtk/gtkutils.c
2986         * src/gtk/gtkutils.h
2987                 Factorize Face/X-Face stuff
2988         * src/mimeview.c
2989                 Fix d'n'd to other apps
2990         * src/prefs_message.c
2991                 Let the XFace pref be usable without libcompface as it also
2992                 applies to Face
2993         * src/summaryview.c
2994                 Fix d'n'd to other apps
2995                 Factorize d'n'd from other apps code
2996
2997 2006-02-06 [wwp]        2.0.0cvs19
2998
2999         * po/it.po
3000                 Italian translation fixes by Andrea Spadaccini (no more confusion
3001                 between filtering and processing, and few changes in the About
3002                 dialog).
3003
3004
3005 2006-02-06 [mones]      2.0.0cvs18
3006
3007         * src/gtk/icon_legend.c
3008                 Improved descriptions allowing better translations
3009
3010 2006-02-05 [colin]      2.0.0cvs17
3011
3012         * src/imap.c
3013                 Add the f*cking missing expunge that caused imap_fetch_env
3014                 to fail after an add_msgs ! :-///
3015         * src/etpan/imap-thread.c
3016                 Add a bit of debug
3017         FOR_STABLE
3018
3019 2006-02-05 [colin]      2.0.0cvs16
3020
3021         * src/common/utils.c
3022                 Don't check for return-path (or we can't put
3023                 back non-sent mails)
3024
3025 2006-02-05 [colin]      2.0.0cvs15
3026
3027         * src/textview.c
3028                 Don't try to display Face header in textview
3029                 when teh headerview's active
3030
3031 2006-02-05 [colin]      2.0.0cvs14
3032
3033         * tools/tbird2syl.py
3034         * tools/Makefile.am
3035                 Add script to import Thunderbird mails
3036
3037 2006-02-05 [colin]      2.0.0cvs13
3038
3039         * src/headerview.c
3040         * src/procheader.c
3041         * src/procmsg.c
3042         * src/procmsg.h
3043         * src/textview.c
3044                 Show Face headers - patch partially by Klaus Flittner
3045
3046 2006-02-05 [colin]      2.0.0cvs12
3047
3048         * src/folderview.c
3049         * src/summaryview.c
3050         * src/common/utils.c
3051         * src/common/utils.h
3052                 Let dnd work from mime icons to summaryview
3053                 and to folderview too
3054                 Add a crude test to avoid trying to add files
3055                 drag'n'dropped when they're not mails
3056
3057 2006-02-04 [colin]      2.0.0cvs11
3058
3059         * src/summaryview.c
3060         * src/mimeview.c
3061                 Fix utf8 conversion
3062
3063 2006-02-04 [colin]      2.0.0cvs10
3064
3065         * src/compose.c
3066         * src/folderview.c
3067         * src/mimeview.c
3068         * src/summaryview.c
3069         * src/summaryview.h
3070                 Added various drag and drop capas:
3071                 From                    To
3072                 summaryview             other apps
3073                 mimeview icons          other apps
3074                 other apps              summaryview
3075                 other apps              folderview
3076
3077                 This shouldn't have broken the existing:
3078                 From                    To
3079                 summaryview             folderview
3080                 folderview              folderview
3081                 summaryview             compose's attachments
3082
3083         Tests welcomed.
3084
3085 2006-02-02 [paul]       2.0.0cvs9
3086
3087         * src/mainwindow.c
3088                 move global option 'Set displayed columns...' out
3089                 of folder option grouping.
3090                 fix sensitivity of 'harvest addresses'
3091         FOR_STABLE
3092
3093 2006-02-01 [colin]      2.0.0cvs8
3094
3095         * src/mimeview.c
3096                 Revert the alertpanel patch, it sucks (intrusive
3097                 and gets in the way of "open")
3098
3099 2006-02-01 [colin]      2.0.0cvs7
3100
3101         * src/compose.c
3102         * src/prefs_account.c
3103         * src/prefs_common.c
3104         * src/common/defs.h
3105         * src/common/utils.c
3106         * src/common/utils.h
3107                 Add ability to edit the signature file
3108                 from the account preferences, and use
3109                 a default for the text editor.
3110                 Patch by Fabien Vantard
3111
3112 2006-02-01 [colin]      2.0.0cvs6
3113
3114         * src/mimeview.c
3115                 Try to get mime type by extension if it is
3116                 application/octet-stream
3117                 Display a window with possible choices when
3118                 encountering unknown mime types
3119         * src/gtk/filesel.c
3120         * src/gtk/filesel.h
3121                 Add preview
3122                 Allow multiple selection in filtered filesel
3123                 (patch by Fabien Vantard)
3124         * src/gtk/pluginwindow.c
3125                 Use it (patch by Fabien Vantard)
3126
3127 2006-02-01 [paul]       2.0.0cvs5
3128
3129         * src/jpilot.c
3130                 fix crash on creating jpilot address book
3131                 Thanks to Colin - FOR_STABLE
3132         * src/prefs_summaries.c
3133         * src/prefs_wrapping.c
3134         * src/gtk/icon_legend.c
3135         * src/gtk/quicksearch.c
3136                 string fixes and additions
3137
3138 2006-02-01 [paul]       2.0.0cvs4
3139
3140         * src/compose.c
3141         * src/mainwindow.c
3142         * src/messageview.c
3143         * src/prefs_send.c
3144                 add Arabic encoding option
3145                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3146
3147 2006-01-31 [colin]      2.0.0cvs3
3148
3149         * src/plugins/pgpcore/passphrase.c
3150                 Convert passphrase to locale encoding
3151         * src/compose.c
3152                 Fix drafting on IMAP. Crappy bug sneaked in
3153                 the release :-/
3154         FOR_STABLE
3155
3156 2006-01-30 [paul]       2.0.0cvs2
3157
3158         * src/gtk/icon_legend.c
3159                 show the new entries
3160
3161 2006-01-30 [colin]      2.0.0cvs1
3162
3163         * src/manual.c
3164                 Check for the file to be present before 
3165                 enabling the menu - FOR_STABLE
3166         * src/gtk/icon_legend.c
3167                 Add folders icons (not all of them, there
3168                 are too much, but the most intriguing ones)
3169
3170 2006-01-30 [paul]       2.0.0
3171
3172         version 2.0.0 released
3173
3174 2006-01-30 [paul]       1.9.100cvs200
3175
3176         * manual/faq.xml
3177         * manual/gpl.xml
3178         * manual/intro.xml
3179         * manual/starting.xml
3180         * manual/sylpheed-claws-manual.xml
3181                 fixes, additions
3182
3183 2006-01-29 [mones]      1.9.100cvs199
3184
3185         * manual/account.xml
3186         * manual/advanced.xml
3187         * manual/glossary.xml
3188                 Some typos fixed, added LDIF term to glossary
3189         * po/es.po
3190                 Fixed leading plus symbol
3191
3192 2006-01-29 [paul]       1.9.100cvs198
3193
3194         * po/fi.po
3195         * po/sk.po
3196                 updated by Tommi Pirinen and Andrej Kacian
3197
3198 2006-01-29 [paul]       1.9.100cvs197
3199
3200         * src/gtk/authors.h
3201                 remove duplicates
3202
3203 2006-01-29 [paul]       1.9.100cvs196
3204
3205         * AUTHORS
3206         * po/nl.po
3207         * src/gtk/authors.h
3208         * tools/claws.i18n.status.pl
3209                 nl translation updated by Tim Dijkstra
3210
3211 2006-01-29 [paul]       1.9.100cvs195
3212
3213         * po/sr.po
3214         * po/sv.po
3215                 updated by Aleksandar Urosevic and Anders Troback
3216
3217 2006-01-28 [colin]      1.9.100cvs194
3218
3219         * src/gtk/gtksourceprintjob.c
3220                 Don't fiddle with PangoLayout when we
3221                 have an image
3222
3223 2006-01-28 [paul]       1.9.100cvs193
3224
3225         * AUTHORS
3226         * po/el.po
3227         * po/zh_CN.po
3228         * src/gtk/authors.h
3229         * tools/claws.i18n.status.pl
3230                 updated translations submitted by Stavros Giannouris
3231                 and Ralgh Young
3232
3233 2006-01-27 [colin]      1.9.100cvs192
3234
3235         * src/summaryview.c
3236         * src/gtk/gtksourceprintjob.c
3237                 Add image printing 
3238                 (libgnomeprint only, of course)
3239
3240 2006-01-27 [paul]       1.9.100cvs191
3241
3242         * po/fr.po
3243         * po/it.po
3244                 updated by Fabien Vantard and Andrea Spadaccini
3245
3246 2006-01-26 [colin]      1.9.100cvs190
3247
3248         * manual/Makefile.am
3249         * configure.ac
3250                 Make building the manual optional 
3251                 (--disable-manual)
3252
3253 2006-01-26 [paul]       1.9.100cvs189
3254
3255         * manual/glossary.xml
3256         * manual/plugins.xml
3257                 edited
3258         * po/en_GB.po
3259                 updated
3260
3261 2006-01-26 [paul]       1.9.100cvs188
3262
3263         * src/prefs_display_header.c
3264         * src/prefs_folder_column.c
3265         * src/prefs_msg_colors.c
3266         * src/prefs_summaries.c
3267         * src/prefs_summary_column.c
3268                 HIGify
3269
3270 2006-01-25 [colin]      1.9.100cvs187
3271
3272         * src/imap.c
3273                 Don't allow moving/copying mails between
3274                 queue/drafts and non-queue/drafts folders
3275                 Fixes bug #897 (message header is resetted 
3276                 if one is copied to Drafts)
3277
3278 2006-01-25 [colin]      1.9.100cvs186
3279
3280         * src/folder.c
3281         * src/mainwindow.c
3282                 Fix subscribed folders not found
3283         * src/compose.c
3284                 Don't try to encode as original mail's charset
3285                 if it's ascii 
3286
3287 2006-01-25 [paul]       1.9.100cvs185
3288
3289         * AUTHORS
3290         * po/Makevars
3291                 updated
3292         * po/de.po
3293         * po/pl.po
3294         * po/pt_BR.po
3295         * po/sr.po
3296                 updates submitted by Stephan Sachse, Emilian Nowak
3297                 and Quar, Frederico Goncalves Guimaraes, and
3298                 Aleksandar Urosevic
3299                 Fix Bug 896, 'PT_BR locale broken'.
3300         * src/gtk/authors.h
3301                 updated
3302
3303 2006-01-24 [mones]      1.9.100cvs184
3304
3305         * manual/glossary.xml
3306                 All current terms finished. Reviewers welcome ;-)
3307         * manual/keyboard.xml
3308                 Fixed column width for pdf output.
3309         * po/es.po
3310                 Updated
3311
3312 2006-01-24 [paul]       1.9.100cvs183
3313
3314         * manual/glossary.xml
3315                 fix id name
3316         * manual/dist/html/Makefile.am
3317         * manual/dist/pdf/Makefile.am
3318         * manual/dist/ps/Makefile.am
3319         * manual/dist/txt/Makefile.am
3320                 fix make deps
3321                 Thanks to Colin
3322
3323 2006-01-24 [mones]      1.9.100cvs182
3324
3325         * manual/glossary.xml
3326                 Nearly finished, some terms missing.
3327
3328 2006-01-23 [paul]       1.9.100cvs181
3329
3330         * manual/dist/html/Makefile.am
3331         * manual/dist/pdf/Makefile.am
3332         * manual/dist/ps/Makefile.am
3333         * manual/dist/txt/Makefile.am
3334         * src/mainwindow.c
3335                 re-enable manual
3336                 Thanks to Colin
3337
3338 2006-01-22 [colin]      1.9.100cvs180
3339
3340         * src/compose.c
3341         * src/gtk/gtkaspell.c
3342                 Don't deselect stuff before right-clicking, with aspell.
3343                 (This prevented right-click Copy, for example).
3344                 Thanks to Clo!
3345
3346 2006-01-22 [paul]       1.9.100cvs179
3347
3348         * src/summary_search.c
3349                 don't fix the widget size as it causes problems
3350                 under localisation.
3351                 Thanks to Emilian Nowak
3352
3353 2006-01-21 [paul]       1.9.100cvs178
3354
3355         * src/prefs_themes.c
3356                 fix broken underlining of label text
3357                 with some translations
3358
3359 2006-01-21 [colin]      1.9.100cvs177
3360
3361         * po/fr.po
3362                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3363
3364 2006-01-20 [colin]      1.9.100cvs176
3365
3366         * configure.ac
3367         * Makefile.am
3368         * manual/Makefile
3369         * manual/dist/html/.cvsignore
3370         * manual/dist/html/Makefile.am
3371         * manual/dist/pdf/.cvsignore
3372         * manual/dist/pdf/Makefile.am
3373         * manual/dist/ps/.cvsignore
3374         * manual/dist/ps/Makefile.am
3375         * manual/dist/txt/.cvsignore
3376         * manual/dist/txt/Makefile.am
3377                 Autotool-ize manual
3378
3379 2006-01-20 [paul]       1.9.100cvs175
3380
3381         * manual/handling.xml
3382                 make Filtering and Searching entries easier to find
3383         * manual/keyboard.xml
3384                 add the remaining default keybinds
3385         * src/prefs_summaries.c
3386                 update the default keybinds
3387
3388 2006-01-20 [paul]       1.9.100cvs174
3389
3390         * src/addressbook.c
3391         * src/addrgather.c
3392         * src/addrharvest.c
3393         * src/editaddress.c
3394         * src/editgroup.c
3395         * src/exphtmldlg.c
3396         * src/expldifdlg.c
3397         * src/exporthtml.c
3398         * src/exportldif.c
3399         * src/ldif.c
3400                 replace 'e-mail' with 'email'
3401         * src/summary_search.c
3402                 add mnemonic to "Find all" button
3403
3404 2006-01-20 [wwp]        1.9.100cvs173
3405
3406         * src/export.c
3407         * src/import.c
3408                 touched mbox import/export buttons for HIG-compliance
3409
3410 2006-01-19 [paul]       1.9.100cvs172
3411
3412         * manual/account.xml
3413         * manual/addrbook.xml
3414         * manual/advanced.xml
3415         * manual/faq.xml
3416         * manual/handling.xml
3417         * manual/intro.xml
3418         * manual/plugins.xml
3419         * manual/starting.xml
3420                 more editing
3421
3422 2006-01-19 [paul]       1.9.100cvs171
3423
3424         * src/toolbar.c
3425                 allow use of trash button while receiving
3426                 Thanks to Colin
3427
3428 2006-01-19 [wwp]        1.9.100cvs170
3429
3430         * src/gtk/quicksearch.c
3431         * src/compose.c
3432                 force text color to black when yellow background is set
3433
3434 2006-01-19 [colin]      1.9.100cvs169
3435
3436         * src/plugins/trayicon/trayicon.c
3437                 Gray out Get Mail when already getting mail
3438
3439 2006-01-18 [paul]       1.9.100cvs168
3440
3441         * src/compose.c
3442                 give widget yellow background was To is
3443                 set via folder prefs
3444         * src/gtk/quicksearch.c
3445                 give widget yellow background when quick
3446                 search is active.
3447                 Thanks to Colin
3448
3449 2006-01-18 [paul]       1.9.100cvs167
3450
3451         * doc/man/sylpheed-claws.1
3452                 add --subscribe option
3453
3454 2006-01-18 [paul]       1.9.100cvs166
3455
3456         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3457         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3458                 use %U instead of %F (%F is broken for user installed
3459                 files in kde 3.5)
3460
3461 2006-01-18 [colin]      1.9.100cvs165
3462
3463         * src/summaryview.c
3464                 Default to Yes in "No more * messages" dialogs
3465
3466 2006-01-17 [colin]      1.9.100cvs164
3467
3468         * src/compose.c
3469                 Possibly fix an invalid iterator causing
3470                 crash
3471
3472 2006-01-17 [colin]      1.9.100cvs163
3473
3474         * src/mimeview.c
3475                 Fix crash when the image disappears under the
3476                 image viewer
3477
3478 2006-01-16 [colin]      1.9.100cvs162
3479
3480         * src/compose.c
3481                 Fix reenabling autowrap
3482
3483 2006-01-16 [colin]      1.9.100cvs161
3484
3485         * src/compose.c
3486                 reset quote_len before getting quote_str
3487
3488 2006-01-16 [colin]      1.9.100cvs160
3489
3490         * src/account.c
3491         * src/account.h
3492         * src/folder.c
3493         * src/imap_gtk.c
3494         * src/mh_gtk.c
3495                 Fix bug #883 (default inbox does not track folder move)
3496
3497 2006-01-16 [colin]      1.9.100cvs159
3498
3499         * src/compose.c
3500         * src/plugins/pgpcore/passphrase.c
3501                 More buttons fixes
3502
3503 2006-01-16 [paul]       1.9.100cvs158
3504
3505         * src/prefs_actions.c
3506         * src/prefs_filtering_action.c
3507         * src/prefs_matcher.c
3508         * src/quote_fmt.c
3509         * src/gtk/description_window.c
3510         * src/gtk/description_window.h
3511         * src/gtk/quicksearch.c
3512                 description window cleanups
3513
3514 2006-01-15 [colin]      1.9.100cvs157
3515
3516         * src/addressbook.c
3517         * src/prefs_filtering.c
3518                 Same here
3519
3520 2006-01-15 [colin]      1.9.100cvs156
3521
3522         * src/folderview.c
3523         * src/mainwindow.c
3524                 Same for "Empty trash"
3525
3526 2006-01-15 [colin]      1.9.100cvs155
3527
3528         * src/inc.c
3529                 Override offline dialog had Yes by default
3530
3531 2006-01-15 [colin]      1.9.100cvs154
3532
3533         * src/summaryview.c
3534                 Delete selected messages? previously had Yes the default
3535
3536 2006-01-15 [colin]      1.9.100cvs153
3537
3538         * src/folder.c
3539         * src/folder.h
3540         * src/main.c
3541                 Check if a mailbox is loaded after all
3542                 plugins are loaded.
3543
3544 2006-01-15 [colin]      1.9.100cvs152
3545
3546         * src/folder.c
3547                 Don't start wizard when there are unloaded folders (will help
3548                 people with only mbox or maildir mailboxes)
3549
3550 2006-01-14 [colin]      1.9.100cvs151
3551
3552         * src/addressbook.c
3553         * src/expldifdlg.c
3554         * src/importldif.c
3555         * src/importmutt.c
3556         * src/importpine.c
3557         * src/mh_gtk.c
3558                 More HIG compliance and fixes
3559
3560 2006-01-14 [colin]      1.9.100cvs150
3561
3562         * src/prefs_filtering_action.c
3563         * src/foldersel.c
3564                 Two forgotten button order changes
3565
3566 2006-01-14 [colin]      1.9.100cvs149
3567
3568         * src/account.c
3569         * src/addressbook.c
3570         * src/compose.c
3571         * src/folderview.c
3572         * src/imap_gtk.c
3573         * src/mainwindow.c
3574         * src/mh_gtk.c
3575         * src/news_gtk.c
3576         * src/prefs_actions.c
3577         * src/prefs_customheader.c
3578         * src/prefs_filtering.c
3579         * src/prefs_matcher.c
3580         * src/prefs_template.c
3581         * src/ssl_manager.c
3582         * src/summaryview.c
3583         * src/textview.c
3584         * src/toolbar.c
3585                 All deletion confirmations are now "Cancel, Delete" 
3586                 instead of "No, Yes"
3587                 Clarified most of the other "No, Yes" to 
3588                 "Cancel, Descriptive_action"
3589                 Rechanged the "Entry not saved" alerts to have 
3590                 "Close, Continue editing"
3591
3592
3593 2006-01-14 [paul]
3594
3595         * 2.0.0-rc4 released
3596
3597 2006-01-14 [paul]       1.9.100cvs148
3598
3599         * src/account.c
3600         * src/addressadd.c
3601         * src/addressbook.c
3602         * src/compose.c
3603         * src/editaddress.c
3604         * src/editbook.c
3605         * src/editgroup.c
3606         * src/editjpilot.c
3607         * src/editldap.c
3608         * src/editvcard.c
3609         * src/exphtmldlg.c
3610         * src/expldifdlg.c
3611         * src/folderview.c
3612         * src/grouplistdialog.c
3613         * src/imap_gtk.c
3614         * src/importmutt.c
3615         * src/importpine.c
3616         * src/inc.c
3617         * src/main.c
3618         * src/mainwindow.c
3619         * src/message_search.c
3620         * src/messageview.c
3621         * src/mh_gtk.c
3622         * src/mimeview.c
3623         * src/news_gtk.c
3624         * src/prefs_actions.c
3625         * src/prefs_customheader.c
3626         * src/prefs_filtering.c
3627         * src/prefs_matcher.c
3628         * src/prefs_template.c
3629         * src/prefs_themes.c
3630         * src/ssl_manager.c
3631         * src/summary_search.c
3632         * src/summaryview.c
3633         * src/textview.c
3634         * src/toolbar.c
3635         * src/gtk/foldersort.c
3636         * src/gtk/gtkaspell.c
3637         * src/gtk/inputdialog.c
3638         * src/gtk/prefswindow.c
3639         * src/plugins/pgpcore/select-keys.c
3640         * src/plugins/trayicon/trayicon.c
3641                 HIG compliant button order
3642
3643 2006-01-14 [mones]      1.9.100cvs147
3644
3645         * po/es.po
3646                 Updated translation
3647
3648 2006-01-13 [paul]       1.9.100cvs146
3649
3650         * AUTHORS
3651         * ChangeLog
3652         * src/gtk/authors.h
3653                 add Joshua M. Kwan to contributors list
3654
3655 2006-01-13 [colin]      1.9.100cvs145
3656
3657         * src/gtk/quicksearch.c
3658                 Don't refocus quick search after executing (Esc or Enter)
3659                 Allows to '/'search something then move up/down in 
3660                 summaryview, and to Esc a search and be back in the 
3661                 summaryview
3662
3663 2006-01-13 [paul]       1.9.100cvs144
3664
3665         * src/plugins/pgpinline/pgpinline.c
3666                 support Content-Type 'application/pgp'
3667                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3668
3669 2006-01-13 [paul]       1.9.100cvs143
3670
3671         * manual/account.xml
3672                 make mention of partial retrieval
3673                 thanks to Colin
3674
3675 2006-01-13 [paul]       1.9.100cvs142
3676
3677         * src/account.c
3678         * src/account.h
3679         * src/action.c
3680         * src/action.h
3681         * src/adbookbase.h
3682         * src/addr_compl.c
3683         * src/addr_compl.h
3684         * src/addrbook.c
3685         * src/addrcache.c
3686         * src/addrcache.h
3687         * src/addrcindex.c
3688         * src/addrcindex.h
3689         * src/addrclip.c
3690         * src/addrclip.h
3691         * src/addrdefs.h
3692         * src/addressadd.c
3693         * src/addressadd.h
3694         * src/addressbook.c
3695         * src/addressbook.h
3696         * src/addrgather.c
3697         * src/addrgather.h
3698         * src/addrharvest.c
3699         * src/addrharvest.h
3700         * src/addrindex.c
3701         * src/addrindex.h
3702         * src/addritem.c
3703         * src/addritem.h
3704         * src/addrquery.c
3705         * src/addrquery.h
3706         * src/addrselect.c
3707         * src/addrselect.h
3708         * src/alertpanel.c
3709         * src/alertpanel.h
3710         * src/browseldap.c
3711         * src/browseldap.h
3712         * src/codeconv.c
3713         * src/codeconv.h
3714         * src/compose.c
3715         * src/compose.h
3716         * src/customheader.c
3717         * src/customheader.h
3718         * src/displayheader.c
3719         * src/displayheader.h
3720         * src/editaddress.c
3721         * src/editaddress.h
3722         * src/editbook.c
3723         * src/editbook.h
3724         * src/editgroup.c
3725         * src/editgroup.h
3726         * src/editjpilot.c
3727         * src/editjpilot.h
3728         * src/editldap.c
3729         * src/editldap.h
3730         * src/editldap_basedn.c
3731         * src/editldap_basedn.h
3732         * src/editvcard.c
3733         * src/editvcard.h
3734         * src/exphtmldlg.c
3735         * src/exphtmldlg.h
3736         * src/expldifdlg.c
3737         * src/expldifdlg.h
3738         * src/export.h
3739         * src/exporthtml.c
3740         * src/exporthtml.h
3741         * src/exportldif.c
3742         * src/exportldif.h
3743         * src/filtering.c
3744         * src/filtering.h
3745         * src/folder.c
3746         * src/folder.h
3747         * src/folder_item_prefs.c
3748         * src/folder_item_prefs.h
3749         * src/foldersel.c
3750         * src/foldersel.h
3751         * src/folderutils.c
3752         * src/folderutils.h
3753         * src/folderview.c
3754         * src/folderview.h
3755         * src/grouplistdialog.c
3756         * src/grouplistdialog.h
3757         * src/headerview.c
3758         * src/html.c
3759         * src/html.h
3760         * src/image_viewer.c
3761         * src/image_viewer.h
3762         * src/imap.c
3763         * src/imap.h
3764         * src/imap_gtk.c
3765         * src/imap_gtk.h
3766         * src/import.h
3767         * src/importldif.c
3768         * src/importldif.h
3769         * src/importmutt.c
3770         * src/importmutt.h
3771         * src/importpine.c
3772         * src/importpine.h
3773         * src/inc.c
3774         * src/inc.h
3775         * src/jpilot.c
3776         * src/jpilot.h
3777         * src/ldapctrl.c
3778         * src/ldapctrl.h
3779         * src/ldaplocate.c
3780         * src/ldaplocate.h
3781         * src/ldapquery.c
3782         * src/ldapquery.h
3783         * src/ldapserver.c
3784         * src/ldapserver.h
3785         * src/ldaputil.c
3786         * src/ldaputil.h
3787         * src/ldif.c
3788         * src/ldif.h
3789         * src/main.c
3790         * src/main.h
3791         * src/mainwindow.c
3792         * src/mainwindow.h
3793         * src/manual.c
3794         * src/manual.h
3795         * src/mbox.c
3796         * src/mbox.h
3797         * src/message_search.c
3798         * src/message_search.h
3799         * src/messageview.c
3800         * src/messageview.h
3801         * src/mh.c
3802         * src/mh.h
3803         * src/mh_gtk.c
3804         * src/mh_gtk.h
3805         * src/mimeview.c
3806         * src/mimeview.h
3807         * src/msgcache.c
3808         * src/msgcache.h
3809         * src/mutt.c
3810         * src/mutt.h
3811         * src/news.c
3812         * src/news.h
3813         * src/news_gtk.c
3814         * src/news_gtk.h
3815         * src/partial_download.c
3816         * src/partial_download.h
3817         * src/pine.c
3818         * src/pine.h
3819         * src/pop.c
3820         * src/pop.h
3821         * src/prefs_account.c
3822         * src/prefs_account.h
3823         * src/prefs_actions.c
3824         * src/prefs_actions.h
3825         * src/prefs_common.c
3826         * src/prefs_common.h
3827         * src/prefs_compose_writing.c
3828         * src/prefs_compose_writing.h
3829         * src/prefs_customheader.c
3830         * src/prefs_customheader.h
3831         * src/prefs_display_header.c
3832         * src/prefs_display_header.h
3833         * src/prefs_filtering.c
3834         * src/prefs_filtering.h
3835         * src/prefs_filtering_action.c
3836         * src/prefs_filtering_action.h
3837         * src/prefs_folder_column.c
3838         * src/prefs_folder_column.h
3839         * src/prefs_folder_item.c
3840         * src/prefs_folder_item.h
3841         * src/prefs_fonts.c
3842         * src/prefs_fonts.h
3843         * src/prefs_gtk.c
3844         * src/prefs_gtk.h
3845         * src/prefs_image_viewer.c
3846         * src/prefs_image_viewer.h
3847         * src/prefs_matcher.c
3848         * src/prefs_matcher.h
3849         * src/prefs_message.c
3850         * src/prefs_msg_colors.c
3851         * src/prefs_msg_colors.h
3852         * src/prefs_other.c
3853         * src/prefs_quote.c
3854         * src/prefs_receive.c
3855         * src/prefs_send.c
3856         * src/prefs_spelling.c
3857         * src/prefs_spelling.h
3858         * src/prefs_summaries.c
3859         * src/prefs_summaries.h
3860         * src/prefs_summary_column.c
3861         * src/prefs_summary_column.h
3862         * src/prefs_template.c
3863         * src/prefs_template.h
3864         * src/prefs_themes.c
3865         * src/prefs_themes.h
3866         * src/prefs_toolbar.c
3867         * src/prefs_toolbar.h
3868         * src/prefs_wrapping.c
3869         * src/prefs_wrapping.h
3870         * src/privacy.c
3871         * src/privacy.h
3872         * src/procheader.c
3873         * src/procheader.h
3874         * src/procmime.c
3875         * src/procmime.h
3876         * src/procmsg.c
3877         * src/procmsg.h
3878         * src/quote_fmt.c
3879         * src/quote_fmt_parse.y
3880         * src/recv.c
3881         * src/recv.h
3882         * src/remotefolder.c
3883         * src/remotefolder.h
3884         * src/send_message.c
3885         * src/send_message.h
3886         * src/setup.c
3887         * src/setup.h
3888         * src/sourcewindow.c
3889         * src/sourcewindow.h
3890         * src/ssl_manager.c
3891         * src/ssl_manager.h
3892         * src/statusbar.c
3893         * src/statusbar.h
3894         * src/stock_pixmap.c
3895         * src/stock_pixmap.h
3896         * src/summary_search.c
3897         * src/summary_search.h
3898         * src/summaryview.c
3899         * src/summaryview.h
3900         * src/syldap.c
3901         * src/syldap.h
3902         * src/textview.c
3903         * src/textview.h
3904         * src/toolbar.c
3905         * src/toolbar.h
3906         * src/undo.c
3907         * src/undo.h
3908         * src/unmime.c
3909         * src/unmime.h
3910         * src/vcard.c
3911         * src/vcard.h
3912         * src/wizard.c
3913         * src/wizard.h
3914         * src/common/base64.c
3915         * src/common/base64.h
3916         * src/common/defs.h
3917         * src/common/hooks.c
3918         * src/common/hooks.h
3919         * src/common/log.c
3920         * src/common/log.h
3921         * src/common/mgutils.c
3922         * src/common/mgutils.h
3923         * src/common/nntp.c
3924         * src/common/nntp.h
3925         * src/common/passcrypt.c
3926         * src/common/passcrypt.h.in
3927         * src/common/plugin.c
3928         * src/common/plugin.h
3929         * src/common/prefs.c
3930         * src/common/prefs.h
3931         * src/common/progressindicator.c
3932         * src/common/progressindicator.h
3933         * src/common/quoted-printable.c
3934         * src/common/quoted-printable.h
3935         * src/common/session.c
3936         * src/common/session.h
3937         * src/common/smtp.c
3938         * src/common/smtp.h
3939         * src/common/socket.c
3940         * src/common/socket.h
3941         * src/common/ssl.c
3942         * src/common/ssl.h
3943         * src/common/ssl_certificate.c
3944         * src/common/ssl_certificate.h
3945         * src/common/stringtable.c
3946         * src/common/stringtable.h
3947         * src/common/sylpheed.c
3948         * src/common/sylpheed.h
3949         * src/common/template.c
3950         * src/common/template.h
3951         * src/common/timing.h
3952         * src/common/utils.c
3953         * src/common/utils.h
3954         * src/common/version.h.in
3955         * src/common/xml.c
3956         * src/common/xml.h
3957         * src/common/xmlprops.c
3958         * src/common/xmlprops.h
3959         * src/gtk/colorlabel.c
3960         * src/gtk/colorsel.c
3961         * src/gtk/colorsel.h
3962         * src/gtk/description_window.c
3963         * src/gtk/description_window.h
3964         * src/gtk/filesel.c
3965         * src/gtk/filesel.h
3966         * src/gtk/foldersort.c
3967         * src/gtk/foldersort.h
3968         * src/gtk/gtkutils.c
3969         * src/gtk/gtkutils.h
3970         * src/gtk/inputdialog.c
3971         * src/gtk/inputdialog.h
3972         * src/gtk/logwindow.c
3973         * src/gtk/logwindow.h
3974         * src/gtk/manage_window.c
3975         * src/gtk/manage_window.h
3976         * src/gtk/menu.c
3977         * src/gtk/menu.h
3978         * src/gtk/pluginwindow.c
3979         * src/gtk/pluginwindow.h
3980         * src/gtk/prefswindow.c
3981         * src/gtk/prefswindow.h
3982         * src/gtk/progressdialog.c
3983         * src/gtk/progressdialog.h
3984         * src/gtk/sslcertwindow.c
3985         * src/gtk/sslcertwindow.h
3986         * src/plugins/clamav/clamav_plugin.c
3987         * src/plugins/clamav/clamav_plugin.h
3988         * src/plugins/clamav/clamav_plugin_gtk.c
3989         * src/plugins/demo/demo.c
3990         * src/plugins/dillo_viewer/dillo_prefs.c
3991         * src/plugins/dillo_viewer/dillo_prefs.h
3992         * src/plugins/dillo_viewer/dillo_viewer.c
3993         * src/plugins/pgpcore/passphrase.c
3994         * src/plugins/pgpcore/passphrase.h
3995         * src/plugins/pgpcore/plugin.c
3996         * src/plugins/pgpcore/select-keys.c
3997         * src/plugins/pgpcore/select-keys.h
3998         * src/plugins/pgpcore/sgpgme.c
3999         * src/plugins/pgpcore/sgpgme.h
4000         * src/plugins/pgpinline/pgpinline.c
4001         * src/plugins/pgpinline/pgpinline.h
4002         * src/plugins/pgpinline/plugin.c
4003         * src/plugins/pgpmime/pgpmime.c
4004         * src/plugins/pgpmime/pgpmime.h
4005         * src/plugins/pgpmime/plugin.c
4006         * src/plugins/spamassassin/spamassassin.c
4007         * src/plugins/spamassassin/spamassassin.h
4008         * src/plugins/spamassassin/spamassassin_gtk.c
4009         * src/plugins/trayicon/trayicon.c
4010                 update copyright header
4011
4012 2006-01-13 [paul]       1.9.100cvs141
4013
4014         * src/account.c
4015         * src/export.c
4016         * src/import.c
4017         * src/mainwindow.c
4018         * src/prefs_account.c
4019         * src/prefs_display_header.c
4020         * src/prefs_receive.c
4021         * src/prefs_send.c
4022         * src/prefs_summaries.c
4023         * src/prefs_themes.c
4024         * src/prefs_toolbar.c
4025         * src/gtk/about.c
4026                 various cleanups
4027
4028 2006-01-12 [colin]      1.9.100cvs140
4029
4030         * src/folder.c
4031         * src/folder.h
4032         * src/main.c
4033                 Add --subscribe option
4034                 Let sylpheed-claws email@domain.com equivalent to --compose
4035                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4036
4037 2006-01-12 [paul]       1.9.100cvs139
4038
4039         * src/mainwindow.c
4040                 append 'Change folder order' label with '...'
4041         * src/prefs_actions.c
4042                 allow reordering of actions list by dnd
4043         * src/gtk/foldersort.c
4044                 make the dialog nicer
4045
4046 2006-01-11 [colin]      1.9.100cvs138
4047
4048         * src/compose.c
4049                 Allow templates without text
4050
4051 2006-01-11 [paul]       1.9.100cvs137
4052
4053         * tools/README
4054         * tools/filter_conv_new.pl
4055                 add info to README
4056                 also check .sylpheed for filter.xml
4057                 be a bit informative to the user
4058
4059 2006-01-11 [colin]      1.9.100cvs136
4060
4061         * src/textview.c
4062                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4063
4064 2006-01-10 [paul]       1.9.100cvs135
4065
4066         * tools/Makefile.am
4067         * tools/filter_conv_new.pl
4068                 add script to convert new style Sylpheed
4069                 filter rules (Sylpheed >= 0.9.99) to
4070                 Claws filtering rules
4071
4072 2006-01-10 [colin]      1.9.100cvs134
4073
4074         * src/compose.c
4075                 Fix broken line joins in certain conditions
4076                 (between two quoted lines: <enter><enter><up>
4077                  <type a wrapped sentence><go in the first line>
4078                  <insert more text><watch as line joining failed>)
4079
4080 2006-01-10 [paul]       1.9.100cvs133
4081
4082         * src/compose.c
4083                 don't report success in error dialog
4084                 thanks to Colin
4085         * src/common/utils.c
4086                 include some trailing punctuations as URI
4087                 thanks to Hiro
4088
4089 2006-01-10 [paul]       1.9.100cvs132
4090
4091         * src/mimeview.c
4092                 fix incompatible pointer type
4093                 warning
4094
4095 2006-01-10 [paul]       1.9.100cvs131
4096
4097         * src/compose.c
4098                 change Subject in window title
4099                 instantaneously
4100
4101 2006-01-09 [colin]      1.9.100cvs130
4102
4103         * src/addressbook.c
4104         * src/headerview.c
4105         * src/mainwindow.c
4106         * src/messageview.c
4107         * src/mimeview.c
4108         * src/noticeview.c
4109         * src/summaryview.c
4110                 Fix possible crashes on exit and in addressbook
4111
4112 2006-01-09 [paul]       1.9.100cvs129
4113
4114         * src/prefs_msg_colors.c
4115                 some cleanups that I forgot last time
4116
4117 2006-01-09 [paul]       1.9.100cvs128
4118
4119         * README
4120         * src/folderview.c
4121         * src/prefs_msg_colors.c
4122                 add previously hidden option, color_new, to
4123                 the gui
4124                 move the page to Display/
4125                 rework the gui
4126
4127 2006-01-09 [wwp]        1.9.100cvs127
4128
4129         * src/prefs_themes.c
4130                 made the prefs/display/themes layouts spacing less condensed
4131                 (and so they match other prefs/pages' look).
4132
4133 2006-01-09 [paul]       1.9.100cvs126
4134
4135         * src/compose.c
4136         * src/prefs_common.c
4137         * src/prefs_common.h
4138         * src/prefs_wrapping.c
4139                 remove 'wrap at send' option
4140
4141 2006-01-06 [colin]      1.9.100cvs125
4142
4143         * src/compose.c
4144                 Just make completely sure we don't insert "manual line breaks" 
4145                 when wrapping... 
4146
4147 2006-01-04 [paul]
4148
4149         * 2.0.0-rc3 released
4150
4151 2006-01-04 [paul]       1.9.100cvs124
4152
4153         * src/folderview.c
4154                 fix bug 882, 'quick scroll in folder list
4155                 displays wrong folder contents'
4156
4157 2006-01-04 [paul]       1.9.100cvs123
4158
4159         * src/plugins/pgpmime/pgpmime.c
4160                 better debug information when signing
4161                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4162
4163 2006-01-03 [colin]      1.9.100cvs122
4164
4165         * configure.ac
4166                 We need to recheck for gpgme 1.0.0 after checking
4167                 for 1.1.1, because if 1.1.1 isn't available, 
4168                 GPGME_LIBS and friends are blanked out by the 
4169                 second check.
4170
4171 2006-01-03 [colin]      1.9.100cvs121
4172
4173         * src/common/prefs.c
4174                 Windows unlink-before rename fix
4175         * src/plugins/pgpcore/sgpgme.c
4176                 Add support for PKA info if available
4177                 Both patches by Werner Koch
4178
4179 2006-01-03 [paul]       1.9.100cvs120
4180
4181         * src/messageview.c
4182                 fix bug 884, 'Send receipt' button visible in queue
4183                 Thanks to Colin
4184
4185 2006-01-02 [colin]      1.9.100cvs119
4186
4187         * src/compose.c
4188         * src/imap.c
4189                 Fix autosave on IMAP and more generally try to
4190                 return the correct ID on a newly added IMAP message
4191
4192 2006-01-02 [paul]       1.9.100cvs118
4193
4194         * manual/keyboard.xml
4195                 edited
4196
4197 2006-01-01 [paul]       1.9.100cvs117
4198
4199         * src/gtk/authors.h
4200                 alphabetical order
4201
4202 2005-12-30 [colin]      1.9.100cvs116
4203
4204         * manual/advanced.xml
4205                 Explain Pre/Post-processing differences.
4206
4207 2005-12-30 [colin]      1.9.100cvs115
4208
4209         * src/mh.c
4210                 Implement copy_msgs for a little optimization
4211         * src/imap.c
4212                 Finish yesterday's fix
4213
4214 2005-12-29 [colin]      1.9.100cvs114
4215
4216         * src/imap.c
4217                 Fix occasional failure in fetching a mail over
4218                 IMAP
4219
4220 2005-12-29 [colin]      1.9.100cvs113
4221
4222         * src/compose.c
4223                 Don't remove a draft when sending it, if it is 
4224                 locked.
4225
4226 2005-12-28 [colin]      1.9.100cvs112
4227
4228         * src/summaryview.c
4229                 Fix leak for real
4230
4231 2005-12-28 [wwp]        1.9.100cvs111
4232
4233         * doc/faq/.cvsignore
4234         * doc/faq/de/.cvsignore
4235         * doc/faq/en/.cvsignore
4236         * doc/faq/es/.cvsignore
4237         * doc/faq/fr/.cvsignore
4238         * doc/faq/it/.cvsignore
4239         * doc/manual/.cvsignore
4240         * doc/manual/de/.cvsignore
4241         * doc/manual/en/.cvsignore
4242         * doc/manual/es/.cvsignore
4243         * doc/manual/fr/.cvsignore
4244         * doc/manual/ja/.cvsignore
4245         * src/plugins/mathml_viewer/.cvsignore
4246                 rollback revival of those files (my bad, sorry for the noise).
4247
4248 2005-12-28 [wwp]        1.9.100cvs110
4249
4250         * src/compose.c
4251                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4252
4253 2005-12-28 [wwp]        1.9.100cvs109
4254
4255         * doc/faq/.cvsignore
4256         * doc/faq/de/.cvsignore
4257         * doc/faq/en/.cvsignore
4258         * doc/faq/es/.cvsignore
4259         * doc/faq/fr/.cvsignore
4260         * doc/faq/it/.cvsignore
4261         * doc/manual/.cvsignore
4262         * doc/manual/de/.cvsignore
4263         * doc/manual/en/.cvsignore
4264         * doc/manual/es/.cvsignore
4265         * doc/manual/fr/.cvsignore
4266         * doc/manual/ja/.cvsignore
4267         * src/plugins/mathml_viewer/.cvsignore
4268         * po/.cvsignore
4269                 more files to ignore.
4270
4271 2005-12-24 [colin]      1.9.100cvs108
4272
4273         * AUTHORS
4274         * src/gtk/authors.h
4275                 Update for Werner
4276
4277 2005-12-24 [colin]      1.9.100cvs107
4278
4279         * src/procmsg.c
4280                 Allow NULL src_msginfo in 
4281                 procmsg_msginfo_new_from_mimeinfo
4282
4283 2005-12-23 [paul]       1.9.100cvs106
4284
4285         * src/plugins/pgpinline/mypgpcore.def
4286                 add this forgotten file
4287
4288 2005-12-23 [colin]      1.9.100cvs105
4289
4290         * src/mainwindow.c
4291                 Fix missing break
4292
4293 2005-12-23 [colin]      1.9.100cvs104
4294
4295         * autogen.sh
4296         * src/folder.c
4297         * src/mh.c
4298         * src/common/plugin.c
4299         * src/common/socket.c
4300         * src/common/socket.h
4301         * src/common/utils.c
4302         * src/common/utils.h
4303         * src/gtk/pluginwindow.c
4304         * src/plugins/pgpcore/plugin.def
4305         * src/plugins/pgpcore/sylpheed.def
4306         * src/plugins/pgpinline/Makefile.am
4307         * src/plugins/pgpinline/plugin.def
4308         * src/plugins/pgpinline/sylpheed.def
4309         * src/plugins/pgpmime/plugin.def
4310         * src/plugins/pgpmime/sylpheed.def
4311                 Various w32 fixes by Werner Koch
4312
4313 2005-12-22 [paul]       1.9.100cvs103
4314
4315         * src/wizard.c
4316                 don't offer IMAP as 'server type' if
4317                 libetpan isn't built in
4318
4319 2005-12-22 [paul]       1.9.100cvs102
4320
4321         * AUTHORS
4322         * src/mainwindow.c
4323         * src/mainwindow.h
4324         * src/toolbar.c
4325         * src/gtk/authors.h
4326                 support GTK_TOOLBAR_BOTH_HORIZ (text
4327                 next to icon) Patch by Marien Zwart
4328                 marienz@users.sf.net
4329                 Also reword the text
4330
4331 2005-12-21 [colin]      1.9.100cvs101
4332
4333         * configure.ac
4334                 Fix DATADIRNAME
4335         * COPYING
4336                 Fix missing section and explicit the exception better
4337         * src/compose.c
4338                 Prevent mail from being lost without notice when an
4339                 SMTP error happens on trying to send an unmodified
4340                 drafted mail.
4341         * src/send_message.c
4342         * src/common/smtp.c
4343                 Fix password remembering when wrong, and add return
4344                 value checks where they should have been
4345         * src/plugins/pgpcore/sylpheed.def
4346         * src/plugins/pgpinline/sylpheed.def
4347         * src/plugins/pgpmime/sylpheed.def
4348                 Add a few symbols needed
4349
4350 2005-12-21 [paul]       1.9.100cvs100
4351
4352         * m4/codeset.m4
4353         * m4/glibc21.m4
4354         * m4/intdiv0.m4
4355         * m4/inttypes-pri.m4
4356         * m4/inttypes.m4
4357         * m4/inttypes_h.m4
4358         * m4/isc-posix.m4
4359         * m4/lcmessage.m4
4360         * m4/stdint_h.m4
4361         * m4/uintmax_t.m4
4362                 gettextization
4363                 thanks to Colin
4364
4365 2005-12-21 [paul]       1.9.100cvs99
4366
4367         * po/sv.po
4368                 fixed by Colin
4369
4370 2005-12-20 [paul]       1.9.100cvs98
4371
4372         * po/sv.po
4373                 updated by Anders Trobäck
4374
4375 2005-12-20 [colin]      1.9.100cvs97
4376
4377         * ABOUT-NLS
4378         * Makefile.am
4379         * autogen.sh
4380         * configure.ac
4381         * config/config.rpath
4382         * config/mkinstalldirs
4383         * m4/Makefile.am
4384         * m4/glibc2.m4
4385         * m4/gnupg.m4
4386         * m4/gpgme.m4
4387         * m4/intmax.m4
4388         * m4/longdouble.m4
4389         * m4/longlong.m4
4390         * m4/printf-posix.m4
4391         * m4/signed.m4
4392         * m4/size_max.m4
4393         * m4/ulonglong.m4
4394         * m4/wchar_t.m4
4395         * m4/wint_t.m4
4396         * m4/xsize.m4
4397         * po/Makefile.in.in
4398         * po/Makevars
4399         * po/bg.po
4400         * po/ca.po
4401         * po/cs.po
4402         * po/de.po
4403         * po/el.po
4404         * po/en_GB.po
4405         * po/es.po
4406         * po/fi.po
4407         * po/fr.po
4408         * po/hr.po
4409         * po/hu.po
4410         * po/it.po
4411         * po/ja.po
4412         * po/ko.po
4413         * po/nb.po
4414         * po/nl.po
4415         * po/pl.po
4416         * po/pt_BR.po
4417         * po/ru.po
4418         * po/sk.po
4419         * po/sr.po
4420         * po/stamp-po
4421         * po/sv.po
4422         * po/zh_CN.po
4423         * po/zh_TW.po
4424         * src/Makefile.am
4425         * src/codeconv.c
4426         * src/compose.c
4427         * src/exporthtml.c
4428         * src/exportldif.c
4429         * src/folder.c
4430         * src/main.c
4431         * src/manual.c
4432         * src/mh.c
4433         * src/mimeview.c
4434         * src/send_message.c
4435         * src/common/Makefile.am
4436         * src/common/fnmatch.c
4437         * src/common/fnmatch.h
4438         * src/common/fnmatch_loop.c
4439         * src/common/nntp.c
4440         * src/common/plugin.c
4441         * src/common/smtp.c
4442         * src/common/socket.c
4443         * src/common/string_match.c
4444         * src/common/sylpheed.c
4445         * src/common/utils.c
4446         * src/common/utils.h
4447         * src/common/w32_dirent.c
4448         * src/common/w32_reg.c
4449         * src/common/w32_signal.c
4450         * src/common/w32_stat.c
4451         * src/common/w32_stdio.c
4452         * src/common/w32_stdlib.c
4453         * src/common/w32_string.c
4454         * src/common/w32_time.c
4455         * src/common/w32_unistd.c
4456         * src/common/w32_wait.c
4457         * src/common/w32lib.h
4458         * src/etpan/Makefile.am
4459         * src/gtk/Makefile.am
4460         * src/plugins/clamav/Makefile.am
4461         * src/plugins/demo/Makefile.am
4462         * src/plugins/dillo_viewer/Makefile.am
4463         * src/plugins/pgpcore/Makefile.am
4464         * src/plugins/pgpcore/passphrase.c
4465         * src/plugins/pgpcore/plugin.def
4466         * src/plugins/pgpcore/sgpgme.c
4467         * src/plugins/pgpcore/sylpheed.def
4468         * src/plugins/pgpcore/version.rc
4469         * src/plugins/pgpinline/Makefile.am
4470         * src/plugins/pgpinline/plugin.def
4471         * src/plugins/pgpinline/sylpheed.def
4472         * src/plugins/pgpinline/version.rc
4473         * src/plugins/pgpmime/Makefile.am
4474         * src/plugins/pgpmime/mypgpcore.def
4475         * src/plugins/pgpmime/plugin.def
4476         * src/plugins/pgpmime/sylpheed.def
4477         * src/plugins/pgpmime/version.rc
4478         * src/plugins/spamassassin/Makefile.am
4479                 Very little ;-) patch from Werner Koch, providing
4480                 infrastructure for cross-compiling to Win32
4481
4482 2005-12-20 [paul]       1.9.100cvs96
4483
4484         * src/account.c
4485         * src/account.h
4486         * src/mainwindow.c
4487         * src/mainwindow.h
4488         * src/toolbar.c
4489         * src/toolbar.h
4490                 add a combo to the Get All button, allowing
4491                 quick retrieval from any account
4492                 Patch by Fabien Vantard, slightly modified
4493                 by Colin
4494         * src/gtk/about.c
4495                 i18n fix. Patch by Fabien Vantard
4496
4497 2005-12-19 [colin]      1.9.100cvs95
4498
4499         * src/compose.c
4500         * src/compose.h
4501                 Don't automatically join lines when they've 
4502                 been separated by the user and not automatically
4503
4504 2005-12-19 [paul]       1.9.100cvs94
4505
4506         * src/gtk/pluginwindow.c
4507                 i18n fix.
4508                 Patch by Fabien Vantard
4509
4510 2005-12-15 [paul]       1.9.100cvs93
4511
4512         * src/common/plugin.c
4513         * src/common/plugin.h
4514         * src/gtk/pluginwindow.c
4515         * src/plugins/clamav/clamav_plugin.c
4516         * src/plugins/demo/demo.c
4517         * src/plugins/dillo_viewer/dillo_viewer.c
4518         * src/plugins/pgpcore/plugin.c
4519         * src/plugins/pgpinline/plugin.c
4520         * src/plugins/pgpmime/plugin.c
4521         * src/plugins/spamassassin/spamassassin.c
4522         * src/plugins/trayicon/trayicon.c
4523                 add plugin_version()
4524
4525 2005-12-15 [colin]      1.9.100cvs92
4526
4527         * src/compose.c
4528                 Further fix bug #875
4529
4530 2005-12-15 [paul]       1.9.100cvs91
4531
4532         * src/gtk/filesel.c
4533                 fix attach_load_dir getting set to
4534                 PLUGINDIR on plugin load
4535
4536 2005-12-14 [mones]      1.9.100cvs90
4537
4538         * manual/ack.xml
4539         * manual/keyboard.xml
4540                 Initial draft and some shortcuts added
4541                 
4542         * po/es.po
4543                 Updated translation
4544
4545 2005-12-14 [colin]      1.9.100cvs89
4546
4547         * src/compose.c
4548         * src/imap.c
4549         * src/summaryview.c
4550         * src/gtk/gtkaspell.c
4551                 More leaks fixed
4552         * src/prefs_folder_item.c
4553                 Fix recursive prefs apply
4554
4555
4556 2005-12-14 [colin]      1.9.100cvs88
4557
4558         * src/compose.c
4559                 Fix bug #875 (Freeze On Inline Forward of 
4560                 Large Message)
4561
4562 2005-12-13 [colin]      1.9.100cvs87
4563
4564         * src/compose.c
4565                 Uniq-ify and sort the mimetypes list
4566                 Patch by Fabien Vantard
4567
4568 2005-12-13 [colin]      1.9.100cvs86
4569
4570         * src/imap.c
4571         * src/etpan/imap-thread.c
4572                 Fix leaks (patch by Hoa)
4573         * src/news.c
4574         * src/common/plugin.c
4575                 Fix leaks
4576
4577 2005-12-12 [colin]
4578
4579         * 2.0.0-rc2 released
4580
4581 2005-12-12 [colin]      1.9.100cvs85
4582
4583         * src/matcher.c
4584                 Fix a leak
4585
4586 2005-12-12 [wwp]        1.9.100cvs84
4587
4588         * src/gtk/icon_legend.c
4589                 fix misbehaviour and crash when closing the legend window
4590         using the Esc key (patch by Fabien Vantard).
4591
4592 2005-12-12 [paul]       1.9.100cvs83
4593
4594         * src/browseldap.c
4595         * src/foldersel.c
4596         * src/prefs_actions.c
4597         * src/prefs_filtering.c
4598         * src/prefs_matcher.c
4599         * src/prefs_spelling.glade      ** REMOVED **
4600         * src/prefs_template.c
4601         * src/gtk/foldersort.glade      ** REMOVED **
4602         * src/gtk/pluginwindow.c
4603         * src/gtk/pluginwindow.glade    ** REMOVED **
4604         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4605                 cleanups
4606
4607 2005-12-11 [paul]       1.9.100cvs82
4608
4609         * src/gtk/filesel.c
4610                 fix attach_load_dir crasher (double free)
4611
4612 2005-12-09 [paul]       1.9.100cvs81
4613
4614         * po/POTFILES.in
4615         * src/mainwindow.c
4616         * src/gtk/Makefile.am
4617         * src/gtk/icon_legend.c
4618         * src/gtk/icon_legend.h
4619                 add icon legend
4620         * src/manual.c
4621                 cleanup
4622
4623 2005-12-09 [paul]       1.9.100cvs80
4624
4625         * src/plugins/pgpcore/passphrase.c
4626                 wrap the label in the dialog
4627
4628 2005-12-09 [colin]      1.9.100cvs79
4629
4630         * src/plugins/pgpcore/sgpgme.c
4631                 Display (untrusted) on not trusted signatures
4632                 Patch by Michal Èihaø <michal@cihar.com>
4633                 Closes bug #867 (Report also key trust)
4634
4635 2005-12-09 [colin]      1.9.100cvs78
4636
4637         * src/common/plugin.c
4638                 Update licence check, following Eben Moglen's advice
4639
4640 2005-12-08 [colin]      1.9.100cvs77
4641
4642         * src/folder.c
4643                 Fix the occasionnal item->cache != NULL 
4644                 assertion failure. 
4645
4646 2005-12-08 [colin]      1.9.100cvs76
4647
4648         * src/mimeview.c
4649         * src/plugins/pgpcore/sgpgme.c
4650                 Print key id when unable to check it
4651                 Closes bug #866 (Show key id when missing)
4652
4653 2005-12-08 [paul]       1.9.100cvs75
4654
4655         * src/prefs_common.c
4656         * src/prefs_common.h
4657         * src/gtk/filesel.c
4658                 remember load attachment dir
4659
4660 2005-12-07 [colin]      1.9.100cvs74
4661
4662         * src/prefs_toolbar.c
4663                 Gtk fixes, patch by Fabien Vantard
4664
4665 2005-12-07 [colin]      1.9.100cvs73
4666
4667         * src/action.c
4668         * src/compose.c
4669         * src/compose.h
4670                 Fix bug #839 (Quoted text isn't colored after 
4671                 executing an action)
4672         * src/common/plugin.c
4673                 Require plugins to declare their licence in plugin_licence()
4674                 Refuse to load non-GPL plugins as they'd be illegal (as 
4675                 derived works of Sylpheed-Claws, they must be GPL).
4676         * src/plugins/clamav/clamav_plugin.c
4677         * src/plugins/demo/demo.c
4678         * src/plugins/dillo_viewer/dillo_viewer.c
4679         * src/plugins/pgpcore/plugin.c
4680         * src/plugins/pgpinline/plugin.c
4681         * src/plugins/pgpmime/plugin.c
4682         * src/plugins/spamassassin/spamassassin.c
4683         * src/plugins/trayicon/trayicon.c
4684                 Add plugin_licence()
4685
4686 2005-12-07 [paul]       1.9.100cvs72
4687
4688         * configure.ac
4689         * src/mainwindow.c
4690         * src/manual.c
4691         * src/manual.h
4692         * src/common/defs.h
4693                 clean up after local FAQ removal and
4694                 temporary manual removal
4695
4696 2005-12-06 [colin]      1.9.100cvs71
4697
4698         * configure.ac
4699         * doc/Makefile.am
4700         * doc/faq/.cvsignore
4701         * doc/faq/Makefile.am
4702         * doc/faq/de/.cvsignore
4703         * doc/faq/de/Makefile.am
4704         * doc/faq/de/sylpheed-faq-1.html
4705         * doc/faq/de/sylpheed-faq-2.html
4706         * doc/faq/de/sylpheed-faq-3.html
4707         * doc/faq/de/sylpheed-faq.html
4708         * doc/faq/en/.cvsignore
4709         * doc/faq/en/Makefile.am
4710         * doc/faq/en/sylpheed-faq-1.html
4711         * doc/faq/en/sylpheed-faq-2.html
4712         * doc/faq/en/sylpheed-faq-3.html
4713         * doc/faq/en/sylpheed-faq-4.html
4714         * doc/faq/en/sylpheed-faq.html
4715         * doc/faq/es/.cvsignore
4716         * doc/faq/es/Makefile.am
4717         * doc/faq/es/sylpheed-faq-1.html
4718         * doc/faq/es/sylpheed-faq-2.html
4719         * doc/faq/es/sylpheed-faq-3.html
4720         * doc/faq/es/sylpheed-faq-4.html
4721         * doc/faq/es/sylpheed-faq.html
4722         * doc/faq/fr/.cvsignore
4723         * doc/faq/fr/Makefile.am
4724         * doc/faq/fr/sylpheed-faq-1.html
4725         * doc/faq/fr/sylpheed-faq-2.html
4726         * doc/faq/fr/sylpheed-faq-3.html
4727         * doc/faq/fr/sylpheed-faq.html
4728         * doc/faq/it/.cvsignore
4729         * doc/faq/it/Makefile.am
4730         * doc/faq/it/sylpheed-faq-1.html
4731         * doc/faq/it/sylpheed-faq-2.html
4732         * doc/faq/it/sylpheed-faq-3.html
4733         * doc/faq/it/sylpheed-faq.html
4734         * doc/manual/.cvsignore
4735         * doc/manual/Makefile.am
4736         * doc/manual/de/.cvsignore
4737         * doc/manual/de/Makefile.am
4738         * doc/manual/de/sylpheed-1.html
4739         * doc/manual/de/sylpheed-10.html
4740         * doc/manual/de/sylpheed-11.html
4741         * doc/manual/de/sylpheed-12.html
4742         * doc/manual/de/sylpheed-13.html
4743         * doc/manual/de/sylpheed-14.html
4744         * doc/manual/de/sylpheed-15.html
4745         * doc/manual/de/sylpheed-16.html
4746         * doc/manual/de/sylpheed-17.html
4747         * doc/manual/de/sylpheed-18.html
4748         * doc/manual/de/sylpheed-19.html
4749         * doc/manual/de/sylpheed-2.html
4750         * doc/manual/de/sylpheed-20.html
4751         * doc/manual/de/sylpheed-3.html
4752         * doc/manual/de/sylpheed-4.html
4753         * doc/manual/de/sylpheed-5.html
4754         * doc/manual/de/sylpheed-6.html
4755         * doc/manual/de/sylpheed-7.html
4756         * doc/manual/de/sylpheed-8.html
4757         * doc/manual/de/sylpheed-9.html
4758         * doc/manual/de/sylpheed.html
4759         * doc/manual/en/.cvsignore
4760         * doc/manual/en/Makefile.am
4761         * doc/manual/en/sylpheed-1.html
4762         * doc/manual/en/sylpheed-10.html
4763         * doc/manual/en/sylpheed-11.html
4764         * doc/manual/en/sylpheed-12.html
4765         * doc/manual/en/sylpheed-13.html
4766         * doc/manual/en/sylpheed-14.html
4767         * doc/manual/en/sylpheed-15.html
4768         * doc/manual/en/sylpheed-16.html
4769         * doc/manual/en/sylpheed-17.html
4770         * doc/manual/en/sylpheed-18.html
4771         * doc/manual/en/sylpheed-19.html
4772         * doc/manual/en/sylpheed-2.html
4773         * doc/manual/en/sylpheed-20.html
4774         * doc/manual/en/sylpheed-21.html
4775         * doc/manual/en/sylpheed-22.html
4776         * doc/manual/en/sylpheed-3.html
4777         * doc/manual/en/sylpheed-4.html
4778         * doc/manual/en/sylpheed-5.html
4779         * doc/manual/en/sylpheed-6.html
4780         * doc/manual/en/sylpheed-7.html
4781         * doc/manual/en/sylpheed-8.html
4782         * doc/manual/en/sylpheed-9.html
4783         * doc/manual/en/sylpheed.html
4784         * doc/manual/es/.cvsignore
4785         * doc/manual/es/Makefile.am
4786         * doc/manual/es/sylpheed-1.html
4787         * doc/manual/es/sylpheed-10.html
4788         * doc/manual/es/sylpheed-11.html
4789         * doc/manual/es/sylpheed-12.html
4790         * doc/manual/es/sylpheed-13.html
4791         * doc/manual/es/sylpheed-14.html
4792         * doc/manual/es/sylpheed-15.html
4793         * doc/manual/es/sylpheed-16.html
4794         * doc/manual/es/sylpheed-17.html
4795         * doc/manual/es/sylpheed-18.html
4796         * doc/manual/es/sylpheed-19.html
4797         * doc/manual/es/sylpheed-2.html
4798         * doc/manual/es/sylpheed-20.html
4799         * doc/manual/es/sylpheed-3.html
4800         * doc/manual/es/sylpheed-4.html
4801         * doc/manual/es/sylpheed-5.html
4802         * doc/manual/es/sylpheed-6.html
4803         * doc/manual/es/sylpheed-7.html
4804         * doc/manual/es/sylpheed-8.html
4805         * doc/manual/es/sylpheed-9.html
4806         * doc/manual/es/sylpheed.html
4807         * doc/manual/fr/.cvsignore
4808         * doc/manual/fr/Makefile.am
4809         * doc/manual/fr/sylpheed-1.html
4810         * doc/manual/fr/sylpheed-10.html
4811         * doc/manual/fr/sylpheed-11.html
4812         * doc/manual/fr/sylpheed-12.html
4813         * doc/manual/fr/sylpheed-13.html
4814         * doc/manual/fr/sylpheed-14.html
4815         * doc/manual/fr/sylpheed-15.html
4816         * doc/manual/fr/sylpheed-16.html
4817         * doc/manual/fr/sylpheed-17.html
4818         * doc/manual/fr/sylpheed-18.html
4819         * doc/manual/fr/sylpheed-19.html
4820         * doc/manual/fr/sylpheed-2.html
4821         * doc/manual/fr/sylpheed-20.html
4822         * doc/manual/fr/sylpheed-3.html
4823         * doc/manual/fr/sylpheed-4.html
4824         * doc/manual/fr/sylpheed-5.html
4825         * doc/manual/fr/sylpheed-6.html
4826         * doc/manual/fr/sylpheed-7.html
4827         * doc/manual/fr/sylpheed-8.html
4828         * doc/manual/fr/sylpheed-9.html
4829         * doc/manual/fr/sylpheed.html
4830         * doc/manual/ja/.cvsignore
4831         * doc/manual/ja/Makefile.am
4832         * doc/manual/ja/sylpheed-1.html
4833         * doc/manual/ja/sylpheed-10.html
4834         * doc/manual/ja/sylpheed-11.html
4835         * doc/manual/ja/sylpheed-12.html
4836         * doc/manual/ja/sylpheed-13.html
4837         * doc/manual/ja/sylpheed-14.html
4838         * doc/manual/ja/sylpheed-15.html
4839         * doc/manual/ja/sylpheed-16.html
4840         * doc/manual/ja/sylpheed-17.html
4841         * doc/manual/ja/sylpheed-18.html
4842         * doc/manual/ja/sylpheed-19.html
4843         * doc/manual/ja/sylpheed-2.html
4844         * doc/manual/ja/sylpheed-20.html
4845         * doc/manual/ja/sylpheed-3.html
4846         * doc/manual/ja/sylpheed-4.html
4847         * doc/manual/ja/sylpheed-5.html
4848         * doc/manual/ja/sylpheed-6.html
4849         * doc/manual/ja/sylpheed-7.html
4850         * doc/manual/ja/sylpheed-8.html
4851         * doc/manual/ja/sylpheed-9.html
4852         * doc/manual/ja/sylpheed.html
4853         * doc/manual/ja/sylpheed.sgml
4854         * src/mainwindow.c
4855                 Remove outdated manual and faq. Noisy, eh?
4856
4857 2005-12-06 [colin]      1.9.100cvs70
4858
4859         * src/compose.c
4860         * src/quote_fmt_parse.y
4861         * src/undo.c
4862         * src/undo.h
4863                 Allow %X to position cursor at 0 
4864                 (no %X = before signature)
4865                 Fix paste as quotation putting the cursor at 0
4866                 Fix undo offsets when pasting
4867                 Insert the quote_fmt at once instead of line 
4868                 by line
4869                 Fix [Edited] when starting to reply/forward
4870
4871 2005-12-06 [paul]       1.9.100cvs69
4872
4873         * src/plugins/clamav/clamav_plugin_gtk.c
4874                 add another tooltip
4875         * src/plugins/spamassassin/spamassassin_gtk.c
4876                 rework spamassassin_create_widget_func()
4877
4878 2005-12-05 [colin]      1.9.100cvs68
4879
4880         * po/POTFILES.in
4881                 Fix make release ;-)
4882
4883 2005-12-05 [colin]      1.9.100cvs67
4884
4885         * src/compose.c
4886         * src/compose.h
4887                 Fix cursor positioning (not obeying %X)
4888
4889 2005-12-05 [paul]       1.9.100cvs66
4890
4891         * src/plugins/dillo_viewer/dillo_prefs.c
4892                 fix compilation warning
4893
4894 2005-12-05 [paul]       1.9.100cvs65
4895
4896         * src/prefs_spelling.c
4897         * src/plugins/trayicon/trayicon.c
4898                 cleanups - remove unused stuff
4899
4900 2005-12-05 [paul]       1.9.100cvs64
4901
4902         * README
4903         * manual/plugins.xml
4904                 remove info about removed mathml_viewer plugin
4905
4906 2005-12-05 [paul]       1.9.100cvs63
4907
4908         * configure.ac
4909         * src/plugins/Makefile.am
4910         * src/plugins/mathml_viewer/.cvsignore
4911         * src/plugins/mathml_viewer/Makefile.am
4912         * src/plugins/mathml_viewer/mathml_viewer.c
4913                 remove unmaintained mathml_viewer plugin
4914
4915 2005-12-05 [paul]       1.9.100cvs62
4916
4917         * src/summaryview.c
4918                 obey prefs_common.always_show_msg when
4919                 moving a msg
4920                 Thanks to Colin
4921
4922 2005-12-05 [paul]       1.9.100cvs61
4923
4924         * src/compose.c
4925         * src/prefs_account.c
4926         * src/prefs_filtering.c
4927         * src/prefs_quote.c
4928         * src/prefs_spelling.c
4929         * src/prefs_toolbar.c
4930         * src/summaryview.c
4931         * src/gtk/gtkutils.c
4932         * src/gtk/quicksearch.c
4933         * src/plugins/dillo_viewer/dillo_prefs.c
4934                 dialog cleanups
4935
4936 2005-12-04 [paul]       1.9.100cvs60
4937
4938         * src/inc.c
4939         * src/prefs_account.c
4940         * src/prefs_account.h
4941                 allow a Local account to specify a
4942                 default inbox
4943                 (closes bug 843 'Inbox cannot be changed for local
4944                  mailboxes')
4945
4946 2005-12-04 [colin]      1.9.100cvs59
4947
4948         * src/plugins/trayicon/trayicon.c
4949                 Remove Get, rename Get All to Get Mail in order to
4950                 be consistent with the default main toolbar
4951
4952 2005-12-03 [colin]      1.9.100cvs58
4953
4954         * manual/gpl.xml
4955         * manual/sylpheed-claws-manual.xml
4956                 Add GPL appendix
4957
4958 2005-12-03 [paul]       1.9.100cvs57
4959
4960         * AUTHORS
4961         * po/sv.po
4962         * src/gtk/authors.h
4963                 new (partially complete) Swedish translation
4964                 by Anders Troback <sylpheed@troback.com>
4965
4966 2005-12-02 [paul]       1.9.100cvs56
4967
4968         * configure.ac
4969                 libetpan 0.41 required
4970
4971 2005-12-02 [paul]       1.9.100cvs55
4972
4973         * src/plugins/clamav/clamav_plugin.c
4974         * src/plugins/clamav/clamav_plugin.h
4975         * src/plugins/clamav/clamav_plugin_gtk.c
4976         * src/plugins/spamassassin/spamassassin.c
4977         * src/plugins/spamassassin/spamassassin.h
4978         * src/plugins/spamassassin/spamassassin_gtk.c
4979                 unregister prefs pages on unloading, thus
4980                 preventing a crash
4981                 (thanks to Colin for the hint)
4982
4983 2005-12-02 [wwp]        1.9.100cvs54
4984
4985         * src/quote_fmt.h
4986         * src/quote_fmt_parse.y
4987                 fix misuse of gboolean*, use gboolean instead
4988                 (thanks to Paul, Colin, for pointing out that scaring one)
4989
4990 2005-12-02 [paul]       1.9.100cvs53
4991
4992         * src/plugins/clamav/clamav_plugin.c
4993                 int no --> unsigned int no
4994         * src/plugins/clamav/clamav_plugin_gtk.c
4995                 rework config page
4996
4997 2005-12-02 [wwp]        1.9.100cvs52
4998
4999         * src/compose.c
5000         * src/prefs_template.c
5001         * src/quote_fmt.h
5002         * src/quote_fmt_parse.y
5003                 prevent from executing |f and |p templates commands when
5004                 adding or replacing templates in prefs (avoids annoying and
5005                 potentially dangerous behaviours)
5006
5007 2005-12-02 [paul]       1.9.100cvs51
5008
5009         * src/prefs_common.c
5010                 allow translation of some default values
5011                 Patch by Fabien Vantard
5012
5013 2005-12-02 [paul]       1.9.100cvs50
5014
5015         * src/codeconv.c
5016         * src/codeconv.h
5017         * src/prefs_common.c
5018         * src/prefs_common.h
5019         * src/prefs_message.c
5020         * src/textview.c
5021                 remove obsolete 'convert_mb_alnum' option
5022                 and related stuff
5023         * src/gtk/about.c
5024                 remove unused 'about_textview_visibility_notify'
5025
5026 2005-12-02 [paul]       1.9.100cvs49
5027
5028         * src/prefs_account.c
5029         * src/prefs_compose_writing.c
5030         * src/prefs_fonts.c
5031         * src/prefs_gtk.h
5032         * src/prefs_image_viewer.c
5033         * src/prefs_message.c
5034         * src/prefs_other.c
5035         * src/prefs_receive.c
5036         * src/prefs_send.c
5037         * src/prefs_spelling.c
5038         * src/prefs_summaries.c
5039         * src/prefs_wrapping.c
5040         * src/plugins/dillo_viewer/dillo_prefs.c
5041         * src/plugins/pgpcore/prefs_gpg.c
5042                 several cleanups to the prefs dialogs
5043                 (slightly modified) patch by Fabien Vantard
5044
5045 2005-12-02 [paul]       1.9.100cvs48
5046
5047         * src/main.c
5048                 --exit means exit
5049         * src/send_message.c
5050                 fix crash on send when connection fails
5051
5052         Thanks to Colin
5053
5054 2005-12-01 [colin]      1.9.100cvs47
5055
5056         * src/html.c
5057                 Translate &hellip; to "..."
5058
5059 2005-11-30 [colin]      1.9.100cvs46
5060
5061         * src/matcher.c
5062         * src/matcher.h
5063                 Optimize back yesterday's fix.
5064
5065 2005-11-30 [paul]       1.9.100cvs45
5066
5067         * manual/faq.xml
5068                 standardised
5069         * manual/intro.xml
5070                 written by Colin, edited by me
5071
5072 2005-11-29 [colin]      1.9.100cvs44
5073
5074         * src/matcher.c
5075                 Skip headers unconditionnaly in match_body if the
5076                 rule is not message or ~message
5077
5078 2005-11-29 [colin]      1.9.100cvs43
5079
5080         * src/matcher.c
5081                 Fix body_part and such, not skipping headers 
5082                 if the matchcriteria wasn't the first in the rule
5083
5084 2005-11-29 [colin]      1.9.100cvs42
5085
5086         * src/compose.c
5087                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5088                 option missing from message view window)
5089                 Fix double text D'n'D with gtk-2.8
5090         * src/matcher.c
5091                 Fix ~message, ~headers_part, ~body_part rules
5092         * src/messageview.c
5093                 Add Windows-1252 (Closes bug #863)
5094                 Fix accels
5095         * src/gtk/gtkaspell.c
5096                 Properly destroy accels in all menus
5097
5098 2005-11-29 [mones]      1.9.100cvs41
5099
5100         * po/es.po
5101                 Updated.
5102
5103 2005-11-27 [colin]      1.9.100cvs40
5104
5105         * src/mh_gtk.c
5106                 "/Remove mailbox" -> "/Remove mailbox..."
5107
5108 2005-11-27 [paul]       1.9.100cvs39
5109
5110         * AUTHORS
5111         * po/de.po
5112         * src/gtk/authors.h
5113                 updated by new maintainer, Stephan Sachse
5114
5115 2005-11-27 [paul]       1.9.100cvs38
5116
5117         * manual/faq.xml
5118                 written by Colin, edited by me
5119
5120 2005-11-27 [paul]       1.9.100cvs37
5121
5122         * src/prefs_common.c
5123         * src/prefs_common.h
5124         * src/prefs_receive.c
5125         * src/prefs_summaries.c
5126                 move 'go to inbox after receiving new mail'
5127                 option from display/sumamaries to mail
5128                 handling/receive, and rework prefs_summaries
5129                 dialog a little
5130
5131 2005-11-25 [martin]     1.9.100cvs36
5132
5133         * po/de.po
5134             fixed windows-1252 translation;
5135             translated some new and fuzzy strings
5136
5137 2005-11-25 [paul]       1.9.100cvs35
5138
5139         * src/plugins/clamav/clamav_plugin.c
5140                 complete the update done in cvs34
5141
5142 2005-11-25 [paul]       1.9.100cvs34
5143
5144         * src/plugins/clamav/clamav_plugin.c
5145                 reflect upstream changes
5146
5147 2005-11-25 [paul]       1.9.100cvs33
5148
5149         * manual/ack.xml
5150         * manual/plugins.xml
5151         * manual/sylpheed-claws-manual.xml
5152                 written/updated by Colin, edited by me
5153         * tools/acroread2sylpheed.pl
5154                 update binary name
5155
5156 2005-11-24 [colin]      1.9.100cvs32
5157
5158         * src/compose.c
5159                 Fix bug #856 (reediting messages forgets Request
5160                 Return Receipt)
5161
5162 2005-11-24 [paul]       1.9.100cvs31
5163
5164         * manual/addrbook.xml
5165         * manual/starting.xml
5166                 written by Colin, proofread, edited, adapted by me
5167         * manual/advanced.xml
5168                 add some Actions examples
5169         * src/importldif.c
5170                 use a Save button instead of a Close button
5171         * src/wizard.c
5172                 indicate mandatory fields
5173                 fix page display
5174                 Thanks to Colin
5175
5176 2005-11-23 [colin]      1.9.100cvs30
5177
5178         * src/addressbook.c
5179                 Rename menu item, fix possible crash after
5180                 deletion of books
5181         * src/addrindex.c
5182                 Allow searching for '*' in ldap
5183         * src/browseldap.c
5184                 Fix "Browse Entry" (did anyone use it?)
5185         * src/wizard.c
5186                 Add guards for mandatory information
5187
5188 2005-11-23 [paul]       1.9.100cvs29
5189
5190         * manual/advanced.xml
5191                 corrections to the English
5192
5193 2005-11-23 [colin]      1.9.100cvs28
5194
5195         * src/mimeview.c
5196                 Fix possible crash at exit. After the call to
5197                 gtk_container_remove(), the Viewer's widget has no
5198                 more parent so gtk+ automatically frees it and its
5199                 sons. If destroy_viewer() then try to access it,
5200                 problems ensue.
5201
5202 2005-11-22 [colin]      1.9.100cvs27
5203
5204         * src/compose.c
5205         * src/gtk/gtkaspell.c
5206                 Fix right-clicking on a misspelled word
5207                 Fix More... in suggestions menu
5208
5209 2005-11-22 [wwp]        1.9.100cvs26
5210
5211         * src/prefs_template.c
5212                 templates works: re-sort templates list when adding or replacing,
5213                 prevent from adding or replacing when the template name is empty
5214
5215 2005-11-21 [colin]      1.9.100cvs25
5216
5217         * src/addressbook.c
5218                 Fix some addressbook suckage (dnd, select all)
5219         * src/compose.c
5220         * src/gtk/gtkaspell.c
5221         * src/gtk/gtkaspell.h
5222                 Make the spellchecker menu work with the 
5223                 GtkTextView one instead of overriding it
5224
5225 2005-11-20 [paul]       1.9.100cvs24
5226
5227         * manual/handling.xml
5228                 proofread and corrected
5229
5230 2005-11-20 [paul]       1.9.100cvs23
5231
5232         * manual/Makefile
5233                 generate html as one file
5234         * manual/advanced.xml
5235                 fix output generation
5236                 reformat hidden options list
5237         * manual/manual.xml     ** REMOVED **
5238         * manual/sylpheed-claws-manual.xml      ** ADDED **
5239                 renamed
5240
5241 2005-11-18 [colin]      1.9.100cvs22
5242
5243         * src/prefs_account.c
5244                 Fix layout in news and mbox accounts
5245         * manual/account.xml
5246         * manual/advanced.xml
5247                 New contents for Paul to check :)
5248
5249 2005-11-18 [wwp]        1.9.100cvs21
5250
5251         * src/gtk/quicksearch.c
5252                 don't update extended quicksearch buttons twice
5253
5254 2005-11-18 [paul]       1.9.100cvs20
5255
5256         * src/textview.c
5257                 complete 1.9.100cvs19
5258
5259 2005-11-18 [paul]       1.9.100cvs19
5260
5261         * src/compose.c
5262                 cosmetic improvements
5263         * src/textview.c
5264                 also list text/* attachments
5265
5266 2005-11-18 [colin]      1.9.100cvs18
5267
5268         * src/summaryview.c
5269                 Use column 0 instead of -1 in 
5270                 gtk_ctree_node_moveto, in a naive
5271                 hope it'll fix the gtk-related crashes
5272
5273 2005-11-18 [colin]      1.9.100cvs17
5274
5275         * src/gtk/inputdialog.c
5276                 Fix icon staying the first one
5277
5278 2005-11-17 [wwp]        1.9.100cvs16
5279                 fix possible problem showing some quicksearch buttons, and a bad
5280                 call to g_return_if_fail in a function that returns a value (both
5281                 fixes by Fabien Vantard)
5282
5283 2005-11-15 [wwp]        1.9.100cvs15
5284
5285         * src/gtk/quicksearch.c
5286                 added a tooltip to that obscure ... quicksearch button
5287
5288 2005-11-15 [wwp]        1.9.100cvs14
5289
5290         * src/gtk/quicksearch.c
5291                 add a quicksearch helper to filtering expression users: the ... button
5292                 raises the condition expr window. condition expressions set up w/ this
5293                 window are used by the quicksearch if the user closes it pressing OK.
5294
5295 2005-11-14 [paul]       1.9.100cvs13
5296
5297         * src/plugins/clamav/clamav_plugin.c
5298         * src/plugins/spamassassin/spamassassin.c
5299                 change plugin type following recent merging
5300
5301 2005-11-14 [wwp]        1.9.100cvs12
5302
5303         * src/folder.c
5304                 prevent from crashing when copying/moving message(s) from and
5305                 to the same folder
5306
5307 2005-11-14 [paul]       1.9.100cvs11
5308
5309         * src/plugins/clamav/Makefile.am
5310         * src/plugins/clamav/clamav_plugin.c
5311         * src/plugins/clamav/clamav_plugin.h
5312         * src/plugins/clamav/clamav_plugin_gtk.c
5313                 also merge clamav and clamav_gtk plugins
5314
5315 2005-11-13 [colin]      1.9.100cvs10
5316
5317         * configure.ac
5318         * src/plugins/spamassassin/Makefile.am
5319         * src/plugins/spamassassin/spamassassin.c
5320         * src/plugins/spamassassin/spamassassin.h
5321         * src/plugins/spamassassin/spamassassin_gtk.c
5322                 Merge spamassassin and spamassassin_gtk plugins,
5323                 and build it by default.
5324
5325 2005-11-12 [colin]      1.9.100cvs9
5326
5327         * src/etpan/imap-thread.c
5328                 Fix gcc warning
5329
5330 2005-11-12 [colin]      1.9.100cvs8
5331
5332         * src/procmime.c
5333                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5334
5335 2005-11-10 [colin]      1.9.100cvs7
5336
5337         * src/main.c
5338                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5339                 minimised state)
5340
5341 2005-11-10 [wwp]        1.9.100cvs6
5342
5343         * src/gtk/description_window.c
5344                 fix a crash when closing description windows using the WM's [X] button
5345
5346 2005-11-09 [colin]      1.9.100cvs5
5347
5348         * src/common/ssl.c
5349                 Update libetpan call to follow upstream
5350                 (yes, this requires libetpan-0.40cvs3)
5351
5352 2005-11-08 [colin]      1.9.100cvs4
5353
5354         * src/compose.c
5355         * src/textview.c
5356         * src/common/utils.c
5357         * src/common/utils.h
5358                 Enhance the email parser
5359
5360 2005-11-08 [colin]      1.9.100cvs3
5361
5362         * src/procmime.c
5363                 Fix what looks like an off-by-one (fixes 
5364                 attachments from the Bat)
5365
5366 2005-11-08 [wwp]        1.9.100cvs2
5367
5368         * src/main.c
5369                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5370
5371 2005-11-08 [wwp]        1.9.100cvs1
5372
5373         * src/main.c
5374                 allow exiting Sylpheed-Claws from command-line
5375
5376 2005-11-08 [paul]       1.9.100
5377
5378         1.9.100 released
5379
5380 2005-11-07 [colin]      1.9.99cvs17
5381
5382         * src/addritem.c
5383         * src/ldif.c
5384                 Fix import of base-64 encoded items
5385
5386 2005-11-07 [colin]      1.9.99cvs16
5387
5388         * src/send_message.c
5389                 Fix bug #314 (Queue does not empty under certain 
5390                 circumstances)
5391
5392 2005-11-07 [paul]       1.9.99cvs15
5393
5394         * src/mutt.c
5395         * src/pine.c
5396                 fix buffer overflows
5397                 Thanks to Colin
5398
5399 2005-11-07 [paul]       1.9.99cvs14
5400
5401         * doc/man/Makefile.am
5402         * doc/man/sylpheed-claws.1      ** ADDED **
5403         * doc/man/sylpheed.1            ** DELETED **
5404                 rename and update the man file
5405
5406 2005-11-06 [colin]      1.9.99cvs13
5407
5408         * src/ldif.c
5409                 Fix ldif_get_line() that returned empty strings
5410                 (Didn't understand why). Also fix a possible
5411                 buffer overflow.
5412
5413 2005-11-06 [wwp]        1.9.99cvs12
5414
5415         * src/textview.c
5416         * src/gtk/about.c
5417         * src/gtk/gtkutils.c
5418         * src/gtk/gtkutils.h
5419                 fix a compilation warning,
5420                 make links sensitive in the about dialog
5421
5422 2005-11-04 [wwp]        1.9.99cvs11
5423
5424         * src/gtk/about.c
5425                 don't wrap or translate URIs, and a bit text format cleanup
5426
5427 2005-11-04 [wwp]        1.9.99cvs10
5428
5429         * src/gtk/about.c
5430                 better textview tagging implementation (no more use of marks for
5431                 postponed tagging)
5432
5433 2005-11-02 [colin]      1.9.99cvs9
5434
5435         * src/common/ssl.c
5436                 Forgot an ifdef
5437
5438 2005-11-02 [colin]      1.9.99cvs8
5439
5440         * configure.ac
5441                 Require libetpan-0.40 due to upstream fix
5442         * src/common/ssl.c
5443                 Tell libetpan not to call SSL_Library_Init,
5444                 as we do it ourselves.
5445
5446 2005-11-02 [colin]      1.9.99cvs7
5447
5448         * po/POTFILES.in
5449                 Add missing files (thanks to Fabien Vantard)
5450
5451 2005-11-02 [colin]      1.9.99cvs6
5452
5453         * src/summaryview.c
5454                 Fix totals when read messages are hidden or quicksearch
5455                 is on
5456         * src/ssl_manager.c
5457         * src/ssl_manager.h
5458         * src/common/ssl_certificate.c
5459         * src/common/ssl_certificate.h
5460         * src/gtk/sslcertwindow.c
5461         * src/gtk/sslcertwindow.h
5462                 Fix copyright on my stuff
5463
5464 2005-11-02 [wwp]        1.9.99cvs5
5465
5466         * src/prefs_themes.c
5467                 fix directory name checking (theme installation/removal),
5468                 made related error a bit more verbose
5469
5470 2005-11-02 [colin]      1.9.99cvs4
5471
5472         * src/summaryview.c
5473                 Fix typo (probably fixes bug #841 (Sort by the From 
5474                 field doesn't work)
5475
5476 2005-11-02 [paul]       1.9.99cvs3
5477
5478         * po/ko.po
5479         * po/nb.po
5480                 updated by SungHyun Nam, Geir Helland
5481         * src/wizard.c
5482                 fix typo in welcome message. spotted by
5483                 Andrea Spadaccini
5484
5485 2005-11-01 [colin]      1.9.99cvs2
5486
5487         * src/compose.c
5488                 Fix replying to ml wen confirming subscription
5489         * src/messageview.c
5490         * src/mimeview.c
5491         * src/mimeview.h
5492         * src/privacy.h
5493         * src/summaryview.c
5494                 Make key check non blocking
5495
5496 2005-10-31 [paul]       1.9.99cvs1
5497
5498         * tools/claws.i18n.status.pl
5499                 updated for ChangeLog
5500
5501 2005-10-31 [paul]       1.9.99
5502
5503         1.9.99 released
5504
5505 2005-10-31 [paul]       1.9.15cvs131
5506
5507         * .cvsignore
5508         * ChangeLog
5509         * ChangeLog.claws       ** REMOVED **
5510         * ChangeLog-gtk2.claws  ** REMOVED **
5511         * ChangeLog.gtk1        ** ADDED **
5512         * INSTALL
5513         * Makefile.am
5514         * NEWS
5515         * README
5516         * README.claws          ** REMOVED **
5517         * README.jp             ** REMOVED **
5518         * RELEASE_NOTES         ** ADDED **
5519         * RELEASE_NOTES.claws   ** REMOVED **
5520         * commitHelper
5521         * configure.ac
5522         * sylpheed.spec.in      ** REMOVED **
5523                 tidy up and update the default docs:
5524                 ChangeLog.claws is renamed ChangeLog.gtk1
5525                 ChangeLog-gtk2.claws is renamed ChangeLog
5526                 README.claws is renamed README
5527                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5528
5529 2005-10-31 [paul]       1.9.15cvs130
5530
5531         * po/it.po
5532                 fix errors
5533
5534 2005-10-31 [paul]       1.9.15cvs129
5535
5536         * po/ca.po
5537         * po/de.po
5538         * po/en_GB.po
5539         * po/fr.po
5540         * po/it.po
5541         * po/pt_BR.po
5542         * po/sk.po
5543         * po/sr.po
5544         * po/zh_CN.po
5545                 updated by Miquel Oliete, Stephan Sachse and
5546                 Thomas Gilgin, me, Fabien Vantard, Andrea
5547                 Spadaccini, Frederico Goncalves Guimaraes,
5548                 Andrej Kacian, Aleksandar Urosevic, and
5549                 Ralgh Young.
5550
5551 2005-10-31 [mones]      1.9.15cvs128
5552
5553         * manual/faq.xml
5554                 More questions.
5555         
5556         * po/es.po
5557                 Updated for release.
5558
5559 2005-10-30 [colin]      1.9.15cvs127
5560
5561         * src/compose.c
5562                 Place cursor before rewrapping (fixes cursor
5563                 pos if quotation gets rewrapped)
5564
5565 2005-10-29 [paul]       1.9.15cvs126
5566
5567         * src/crash.c
5568         * src/foldersel.c
5569         * src/main.c
5570         * src/messageview.c
5571         * src/toolbar.c
5572         * src/gtk/authors.h
5573                 corrections to text items
5574
5575 2005-10-28 [colin]      1.9.15cvs125
5576
5577         * src/messageview.c
5578                 Make "hit 'C' to check sig" work from extern 
5579                 messageviews
5580
5581 2005-10-27 [colin]      1.9.15cvs124
5582
5583         * src/summaryview.c
5584                 Add a hack to avoid segfaulting when hammering 
5585                 on gtk's events
5586
5587 2005-10-27 [wwp]        1.9.15cvs123
5588
5589         * src/prefs_themes.c
5590                 sort list of themes names in themes prefs
5591
5592 2005-10-27 [paul]       1.9.15cvs122
5593
5594         * src/folder.c
5595         * src/prefs_account.c
5596                 fix building on Solaris
5597                 Patch by Alex Moore
5598
5599 2005-10-27 [wwp]        1.9.15cvs121
5600
5601         * src/summaryview.c
5602         * src/gtk/gtksctree.c
5603                 speed up unselecting messages in summary view (thanks to Colin)
5604
5605 2005-10-27 [paul]       1.9.15cvs120
5606
5607         * src/mainwindow.c
5608                 fix a compilation warning
5609         * src/summaryview.c
5610                 fix updating of 'n items selected' count
5611                 when deselecting
5612
5613 2005-10-27 [martin]     1.9.15cvs119
5614
5615         * src/action.c
5616                 ignore actions with a leading '/' in the action menu name
5617                 fixes a crash on menu creation
5618         * src/prefs_actions.c
5619                 do not allow a leading '/' in the action menu name
5620
5621 2005-10-27 [paul]       1.9.15cvs118
5622
5623         * src/main.c
5624                 fix compilation warning
5625
5626 2005-10-27 [paul]       1.9.15cvs117
5627
5628         * src/procmime.c
5629                 add #if HAVE_LOCALE_H
5630
5631 2005-10-27 [paul]       1.9.15cvs116
5632
5633         * src/plugins/clamav/clamav_plugin.c
5634         * src/plugins/dillo_viewer/dillo_viewer.c
5635         * src/plugins/mathml_viewer/mathml_viewer.c
5636         * src/plugins/pgpcore/plugin.c
5637         * src/plugins/pgpinline/plugin.c
5638         * src/plugins/pgpmime/plugin.c
5639         * src/plugins/spamassassin/spamassassin.c
5640         * src/plugins/trayicon/trayicon.c
5641                 plugin_init() : make error messages more
5642                 informative
5643
5644 2005-10-26 [wwp]        1.9.15cvs115
5645
5646         * src/prefs_matcher.c
5647                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5648
5649 2005-10-26 [wwp]        1.9.15cvs114
5650
5651         * src/procmime.c
5652         * src/gtk/gtksctree.c
5653         * src/plugins/spamassassin/libspamc.c
5654         * src/plugins/spamassassin/spamassassin.c
5655                 fix some compilation warnings more
5656
5657 2005-10-26 [mones]      1.9.15cvs113
5658
5659         * po/es.po
5660                 Updated translation
5661
5662 2005-10-26 [paul]       1.9.15cvs112
5663
5664         * src/prefs_message.c
5665                 give all display_xface stuff the
5666                 #if HAVE_LIBCOMPFACE treatment, thus
5667                 preventing a crash
5668                 (Thanks to Wolfgang Enderlein)
5669
5670 2005-10-26 [colin]      1.9.15cvs111
5671
5672         * src/gedit-print.c
5673                 Fix date format
5674         * src/imap_gtk.c
5675         * src/news_gtk.c
5676                 Remove context menu items that should not be there
5677         * src/jpilot.c
5678                 Fix encoding
5679         * src/main.c
5680         * src/mainwindow.c
5681                 Don't show the mainwindow too soon
5682
5683 2005-10-26 [wwp]        1.9.15cvs110
5684
5685         * src/folder.c
5686         * src/manual.c
5687         * src/summaryview.c
5688                 fix uninitialized pointers in the folder updating hook
5689                 (thanks to Colin)
5690
5691 2005-10-25 [mones]      1.9.15cvs109
5692
5693         * manual/faq.xml
5694                 General information subsection completed. 
5695                 Removed archaic references.
5696                 
5697         * manual/Makefile
5698         * manual/dtd/manual.dsl
5699                 Added customization stylesheet for getting paragraphs
5700                 fully justified in PDF output (as suggested by Colin).
5701
5702 2005-10-25 [colin]      1.9.15cvs108
5703
5704         * src/compose.c
5705                 Fix a second leak
5706
5707 2005-10-25 [colin]      1.9.15cvs107
5708
5709         * src/addrbook.c
5710         * src/addrindex.c
5711                 Fix leak (xml_get_element() allocates memory)
5712         * src/compose.c
5713                 Fix leak + dead code (shame!)
5714         * src/procmime.c
5715                 Fix leak
5716
5717 2005-10-25 [colin]      1.9.15cvs106
5718
5719         * src/mimeview.c
5720                 Fix encoding issue in Save all and in 
5721                 overwrite-confirmation alertpanel
5722
5723 2005-10-25 [colin]      1.9.15cvs105
5724
5725         * src/common/socket.c
5726                 Fix a leak - Thanks to Christopher Aillon
5727                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5728
5729 2005-10-25 [paul]       1.9.15cvs104
5730
5731         * src/wizard.c
5732                 Always guess servers from the right-hand
5733                 email part and guess username from the
5734                 left-hand part. (Thanks to Colin)
5735                 add an X-Face to the welcome message
5736
5737 2005-10-25 [paul]       1.9.15cvs103
5738
5739         * manual/handling.xml
5740                 written by Colin, edited by me
5741
5742 2005-10-25 [wwp]        1.9.15cvs102
5743
5744         * src/folderview.c
5745         * src/grouplistdialog.c
5746         * src/imap.c
5747         * src/noticeview.c
5748                 fix some compilation warnings
5749
5750 2005-10-24 [paul]
5751
5752         1.9.99-rc3 released
5753
5754 2005-10-24 [paul]       1.9.15cvs101
5755
5756         * src/gtk/about.c
5757                 fix window sizing
5758
5759 2005-10-24 [paul]       1.9.15cvs100
5760
5761         * src/pixmaps/offline.xpm
5762         * src/pixmaps/online.xpm
5763                 replace with last default versions
5764
5765 2005-10-24 [colin]      1.9.15cvs99
5766
5767         * src/imap.c
5768                 Fix bug when moving a folder
5769         * src/imap_gtk.c
5770         * src/mh_gtk.c
5771                 "Delete folder" pops up a window, so it 
5772                 should be suffixed with "..."
5773         * src/plugins/pgpcore/sgpgme.c
5774                 Include locale.h
5775
5776 2005-10-24 [mones]      1.9.15cvs98
5777
5778         * manual/Makefile
5779         * manual/account.xml
5780         * manual/ack.xml
5781         * manual/addrbook.xml
5782         * manual/advanced.xml
5783         * manual/faq.xml
5784         * manual/glossary.xml
5785         * manual/gpl.xml
5786         * manual/handling.xml
5787         * manual/intro.xml
5788         * manual/keyboard.xml
5789         * manual/manual.xml
5790         * manual/plugins.xml
5791         * manual/starting.xml
5792         * manual/dtd/sdocbook.dtd
5793                 Initial manual structure and some content.
5794
5795 2005-10-23 [wwp]        1.9.15cvs97
5796
5797         * src/gtk/about.c
5798                 fix a typo
5799
5800 2005-10-23 [wwp]        1.9.15cvs96
5801
5802         * src/gtk/about.c
5803         * src/gtk/authors.h
5804                 rework of the about window (main work by Paul), also featuring a few
5805                 fixes for typos and duplicate names
5806
5807 2005-10-23 [wwp]        1.9.15cvs95
5808
5809         * src/.cvsignore
5810                 Ignore the right binary name (sylpheed-claws now)
5811
5812 2005-10-23 [paul]       1.9.15cvs94
5813
5814         * src/compose.c
5815                 when using Folder Pref 'Default To for
5816                 replies' make the entry in the Compose
5817                 window bold
5818                 Patch by Fabien Vantard
5819
5820 2005-10-22 [colin]      1.9.15cvs93
5821
5822         * src/codeconv.c
5823                 Fix leak
5824
5825 2005-10-22 [colin]      1.9.15cvs92
5826
5827         * src/codeconv.c
5828                 try to convert using locale (apart utf8) if necessary
5829
5830 2005-10-22 [colin]      1.9.15cvs91
5831
5832         * src/pixmaps/new.xpm
5833         * src/pixmaps/unread.xpm
5834                 Make the unread envelope blue again and
5835                 saturate the new one a bit more.
5836
5837 2005-10-22 [colin]      1.9.15cvs90
5838
5839         * src/compose.c
5840                 When replying to a mail sent by one of our accounts,
5841                 use the original list of recipients. Let 'Reply All'
5842                 and 'Reply to sender' work like previously.
5843
5844 2005-10-21 [colin]      1.9.15cvs89
5845
5846         * src/prefs_filtering.c
5847                 Clear fields after add and replace
5848         * src/textview.c
5849                 Display xface differently (better)
5850         * src/plugins/pgpinline/pgpinline.c
5851                 Fix crappy encodings/recodings
5852
5853 2005-10-21 [paul]       1.9.15cvs88
5854
5855         * src/compose.c
5856         * src/prefs_folder_item.c
5857         * src/toolbar.c
5858                 fix news folder Folder Properties
5859                 (thanks to Colin)
5860         * src/folderview.c
5861                 update folderview after Themes change
5862                 keep selected folder selected
5863                 (thanks to Colin)
5864
5865 2005-10-21 [paul]       1.9.15cvs87
5866
5867         * tools/Makefile.am
5868         * tools/OOo2sylpheed.pl
5869         * tools/README
5870         * tools/README.sylprint
5871         * tools/asus_mailled.sh         ** REMOVED **
5872         * tools/filter_conv.pl
5873         * tools/freshmeat_search.pl
5874         * tools/google_search.pl
5875         * tools/gpg-sign-syl            ** REMOVED **
5876         * tools/kmail2sylpheed.pl
5877         * tools/kmail2sylpheed_v2.pl
5878         * tools/multiwebsearch.pl
5879         * tools/nautilus2sylpheed.sh
5880         * tools/newscache_clean.pl
5881         * tools/outlook2sylpheed.pl
5882         * tools/sylpheed-switcher       ** REMOVED **
5883         * tools/sylprint.pl
5884         * tools/sylprint.rc
5885         * tools/tb2sylpheed
5886         * tools/vcard2xml.py
5887         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5888                 update default config dir
5889                 update binary name (thanks to Fabien Vantard)
5890                 remove obsolete scripts
5891
5892 2005-10-21 [colin]      1.9.15cvs86
5893
5894         * src/inc.c
5895                 Fix possible leak and units. Based on a patch by
5896                 Fabien Vantard.
5897
5898 2005-10-20 [colin]      1.9.15cvs85
5899
5900         * src/textview.c
5901                 Clear xface when clearing textview
5902
5903 2005-10-20 [colin]      1.9.15cvs84
5904
5905         * configure.ac
5906         * src/folderview.c
5907         * src/headerview.c
5908         * src/main.c
5909         * src/prefs_common.c
5910         * src/prefs_common.h
5911         * src/prefs_message.c
5912         * src/textview.c
5913         * src/textview.h
5914         * src/common/defs.h
5915         * src/common/utils.c
5916         * src/common/utils.h
5917         * src/gtk/gtkutils.c
5918         * src/gtk/gtkutils.h
5919                 Migrate config to .sylpheed-claws (Automatically)
5920                 Add a way to get the Xface in the TextView
5921
5922 2005-10-20 [colin]      1.9.15cvs83
5923
5924         * src/gtk/Makefile.am
5925         * src/gtk/about.c
5926         * src/gtk/authors.h
5927                 Make the about dialog *grooovy*
5928
5929 2005-10-20 [colin]      1.9.15cvs82
5930
5931         * src/mimeview.c
5932                 Use "Open with" on double click if no command
5933                 was found
5934
5935 2005-10-20 [colin]      1.9.15cvs81
5936
5937         * src/imap.c
5938         * src/etpan/imap-thread.c
5939                 Fix possible crash.
5940
5941 2005-10-20 [paul]       1.9.15cvs80
5942
5943         * src/folder.c
5944                 don't show clipkey icon if the only
5945                 attachment is the signature
5946                 Patch by Colin
5947
5948 2005-10-20 [paul]       1.9.15cvs79
5949
5950         * AUTHORS
5951         * src/plugins/pgpmime/pgpmime.c
5952                 name the PGP/MIME signature 'signature.asc'
5953                 Patch by Andrew Nelson <freeandy@gmail.com>
5954
5955 2005-10-19 [colin]      1.9.15cvs78
5956
5957         * src/plugins/pgpmime/pgpmime.c
5958                 Oops, no need to double-check though
5959
5960 2005-10-19 [colin]      1.9.15cvs77
5961
5962         * src/plugins/pgpinline/pgpinline.c
5963         * src/plugins/pgpmime/pgpmime.c
5964                 Check that my_tmpfile() doesn't 
5965                 return NULL
5966
5967 2005-10-19 [colin]      1.9.15cvs76
5968
5969         * src/common/utils.c
5970                 Use shorter mime boundaries to avoid having
5971                 MTAs rewrapping our headers, breaking the
5972                 PGP signature in the process 
5973         * src/compose.c
5974         * src/plugins/pgpmime/pgpmime.c
5975                 Check for boundary uniqueness to be sure
5976                 it won't happen, instead of hoping for the
5977                 best
5978
5979 2005-10-19 [colin]      1.9.15cvs75
5980
5981         * sylpheed-claws.desktop
5982         * src/Makefile.am
5983         * src/main.c
5984                 Ship a sylpheed-claws binary instead
5985                 of a sylpheed one. Change the socket
5986                 name, too
5987         * src/folderview.c
5988                 Update folder only if it changed
5989         * src/wizard.c
5990                 Fix i18n in welcome mail, patch by
5991                 Fabien Vantard
5992
5993 2005-10-19 [paul]
5994
5995         1.9.99-rc2 released
5996
5997 2005-10-19 [paul]       1.9.15cvs74
5998
5999         * src/folder.c
6000         * src/folderview.c
6001                 fix summaryview update
6002                 Patch by Colin
6003
6004 2005-10-18 [colin]      1.9.15cvs73
6005
6006         * src/plugins/pgpcore/passphrase.c
6007                 Don't XGrabServer, and try a bit more to 
6008                 sync everything before grabbing mouse/keyboard
6009
6010 2005-10-18 [colin]      1.9.15cvs72
6011
6012         * src/Makefile.am
6013         * src/addressadd.c
6014         * src/addressbook.c
6015         * src/folderview.c
6016         * src/grouplistdialog.c
6017         * src/mimeview.c
6018         * src/stock_pixmap.c
6019         * src/stock_pixmap.h
6020         * src/summaryview.c
6021         * src/gtk/gtksctree.c
6022         * src/gtk/gtksctree.h
6023         * src/pixmaps/empty.xpm
6024                 Implement a wrapper call for gtk_ctree_set_node_info
6025                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6026                 pixmap instead of a NULL one. This works around some
6027                 memory problems deep inside gtk, revealed by valgrind,
6028                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6029                 as locked crashes sylpheed.), as well as, probably, 
6030                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6031
6032 2005-10-17 [colin]      1.9.15cvs71
6033
6034         * src/mimeview.c
6035                 Provide visual feedback when checking
6036                 signature
6037
6038 2005-10-17 [colin]      1.9.15cvs70
6039
6040         * src/main.c
6041                 Keep the folder list frozen while checking caches...
6042
6043 2005-10-17 [colin]      1.9.15cvs69
6044
6045         * src/addr_compl.c
6046                 Fi bug #833 (Autocompleting from addressbook 
6047                 fails with extended chars)
6048         * src/imap.c
6049                 Fix 'adding messages' staying in statusbar
6050                 after an error
6051
6052 2005-10-17 [wwp]        1.9.15cvs68
6053
6054         * src/ssl_manager.c
6055                 Fix buttons' layout resizing when window size changes
6056
6057 2005-10-17 [wwp]        1.9.15cvs67
6058
6059         * src/account.c
6060         * src/prefs_account.c
6061         * src/prefs_common.c
6062         * src/prefs_common.h
6063         * src/prefs_folder_item.c
6064         * src/prefs_gtk.c
6065         * src/gtk/logwindow.c
6066         * src/gtk/pluginwindow.c
6067         * src/gtk/prefswindow.c
6068         * src/gtk/prefswindow.h
6069                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6070
6071 2005-10-17 [paul]       1.9.15cvs66
6072
6073         * configure.ac
6074                 fix missing libetpan message
6075         * po/en_GB.po
6076                 updated
6077         * src/crash.c
6078         * src/manual.c
6079         * src/prefs_themes.c
6080         * src/common/defs.h
6081                 add some new URI defines, change some
6082                 others
6083         * src/wizard.c
6084                 make welcome message translatable
6085                 small improvements to english
6086                 other tweaks
6087         * src/gtk/menu.c
6088                 fix warnings
6089
6090 2005-10-17 [paul]       1.9.15cvs65
6091
6092         * src/summaryview.c
6093                 fix column titles
6094
6095 2005-10-16 [mones]      1.9.15cvs64
6096
6097         * po/es.po
6098                 Updated translation
6099
6100 2005-10-16 [colin]
6101
6102         1.9.99-rc1 released
6103
6104 2005-10-16 [colin]      1.9.15cvs63
6105
6106         * src/wizard.c
6107                 Fix whitespace
6108
6109 2005-10-16 [colin]      1.9.15cvs62
6110
6111         * src/toolbar.c
6112                 s/Get All/Get Mail/
6113         * src/wizard.c
6114                 Real welcome mail text, thanks Paul
6115
6116 2005-10-16 [colin]      1.9.15cvs61
6117
6118         * src/editldap.c
6119         * src/exporthtml.c
6120         * src/main.c
6121         * src/mainwindow.c
6122         * src/prefs_themes.c
6123         * src/prefs_toolbar.c
6124         * src/plugins/demo/demo.c
6125         * src/plugins/trayicon/trayicon.c
6126                 s/Sylpheed/Sylpheed-Claws/
6127
6128 2005-10-16 [colin]      1.9.15cvs60
6129
6130         * src/wizard.c
6131                 Add a welcome email in the first empty mailbox
6132         * src/prefs_common.c
6133                 Change one more default
6134
6135 2005-10-16 [colin]      1.9.15cvs59
6136
6137         * src/wizard.c
6138                 Remove printf
6139
6140 2005-10-16 [colin]      1.9.15cvs58
6141
6142         * src/toolbar.c
6143         * src/prefs_common.c
6144                 Change some defaults
6145
6146 2005-10-16 [colin]      1.9.15cvs57
6147
6148         * src/toolbar.c
6149         * src/prefs_common.c
6150                 Change some defaults
6151
6152 2005-10-16 [colin]      1.9.15cvs56
6153
6154         * src/wizard.c
6155                 By default, initialize fonts to have
6156                 the same size as normal GtkWidgets
6157
6158 2005-10-16 [colin]      1.9.15cvs55
6159
6160         * src/mimeview.c
6161                 Fix message a bit more
6162
6163 2005-10-16 [colin]      1.9.15cvs54
6164
6165         * src/addressbook.c
6166                 Second attempt at flicker fixing
6167
6168 2005-10-16 [colin]      1.9.15cvs53
6169
6170         * src/addressbook.c
6171                 Fix flicker
6172
6173 2005-10-16 [wwp]        1.9.15cvs52
6174
6175         * src/addressbook.c
6176         * src/editaddress.c
6177         * src/prefs_common.c
6178         * src/prefs_common.h
6179                 Remember window sizes (address book)
6180
6181 2005-10-16 [wwp]        1.9.15cvs51
6182
6183         * src/plugins/clamav/clamav_plugin_gtk.c
6184         * src/plugins/spamassassin/spamassassin_gtk.c
6185                 Fix compilation warnings (missing #include).
6186
6187 2005-10-16 [colin]      1.9.15cvs50
6188
6189         * src/mimeview.c
6190         * src/summaryview.c
6191         * src/textview.c
6192                 Make 'c' check signature, and forward
6193                 c, l, y, t from summaryview to mimeview
6194
6195 2005-10-16 [colin]      1.9.15cvs49
6196
6197         * src/addressbook.c
6198                 Put border around buttons
6199         * src/mainwindow.c
6200         * src/summaryview.c
6201                 Rework menus (Patch based on a patch
6202                 by Paul)
6203
6204 2005-10-15 [wwp]        1.9.15cvs48
6205
6206         * src/editjpilot.c
6207         * src/editldap.c
6208         * src/editvcard.c
6209         * src/exphtmldlg.c
6210         * src/expldifdlg.c
6211         * src/export.c
6212         * src/import.c
6213         * src/importldif.c
6214         * src/importmutt.c
6215         * src/importpine.c
6216         * src/prefs_account.c
6217         * src/prefs_spelling.c
6218         * src/gtk/gtkutils.c
6219         * src/gtk/gtkutils.h
6220         * src/plugins/clamav/clamav_plugin_gtk.c
6221         * src/plugins/spamassassin/spamassassin_gtk.c
6222                 use nicer browse-for-file/dir buttons than the "..." ones,
6223                 code factorizing more.
6224
6225 2005-10-14 [colin]      1.9.15cvs47
6226
6227         * src/mainwindow.c
6228                 set relief on the account switcher so that people see it
6229                 grey out Create processing rules when no message is selected
6230         * src/prefs_filtering.c
6231                 ask before closing if the rule has not been modified, even if
6232                 it's not valid
6233         * src/prefs_matcher.c
6234                 fix sensitivity when entering the dialog
6235         * src/gtk/inputdialog.c
6236                 display a better icon on password ask
6237         * src/plugins/pgpcore/passphrase.c
6238                 make the dialog look better
6239
6240 2005-10-14 [paul]       1.9.15cvs46
6241
6242         * src/folderview.c
6243                 indicate presense of marked msgs in
6244                 unexpanded subfolders
6245
6246 2005-10-14 [paul]       1.9.15cvs45
6247
6248         * src/prefs_actions.c
6249         * src/prefs_common.c
6250         * src/prefs_common.h
6251         * src/prefs_filtering_action.c
6252         * src/prefs_matcher.c
6253         * src/prefs_template.c
6254                 remember window sizes
6255                 fix Info button size
6256
6257         Patches by wwp
6258
6259 2005-10-13 [colin]      1.9.15cvs44
6260
6261         * src/mimeview.c
6262         * src/noticeview.c
6263         * src/noticeview.h
6264                 Add a tooltip on the icon (optional) 
6265                 Get rid of the signature buttons and only
6266                 use the icon+tooltip
6267
6268 2005-10-13 [colin]      1.9.15cvs43
6269
6270         * src/noticeview.c
6271         * src/noticeview.h
6272                 Add hand cursor for hovering over icon
6273
6274 2005-10-13 [colin]      1.9.15cvs42
6275
6276         * src/summaryview.c
6277                 Fix crash when quicksearch's hidden 
6278                 at startup
6279
6280 2005-10-13 [colin]      1.9.15cvs41
6281
6282         * src/compose.c
6283                 Set subject when forwarding multiple mails
6284                 Check that other recipient than the default Cc or Bcc
6285                 have been set before sending.
6286
6287 2005-10-13 [colin]      1.9.15cvs40
6288
6289         * src/imap.c
6290                 Batch per-folder
6291                 Introduce locking, but don't use it yet
6292
6293 2005-10-13 [colin]      1.9.15cvs39
6294
6295         * src/gtk/quicksearch.c
6296                 Reset quicksearch when hiding it
6297                 Make sticky a real pref
6298
6299 2005-10-13 [colin]      1.9.15cvs38
6300
6301         * src/summaryview.c
6302                 Faster prefs apply
6303
6304 2005-10-13 [colin]      1.9.15cvs37
6305
6306         * src/mimeview.c
6307         * src/noticeview.c
6308         * src/noticeview.h
6309         * src/plugins/pgpcore/sgpgme.c
6310                 Make privacy icon clickable
6311                 Move Trust field in Full info
6312                 When trust is less than full, don't display
6313                 a warning icon
6314
6315 2005-10-13 [colin]      1.9.15cvs36
6316
6317         * src/folder.c
6318                 Batch on flags sync
6319         * src/folderview.c
6320                 Revert speed hack which is dangerous in fact
6321                 Apply prefs faster
6322
6323 2005-10-13 [colin]      1.9.15cvs35
6324
6325         * src/folder_item_prefs.c
6326                 Fix pref corruption on folder move. Patch
6327                 by wwp
6328
6329 2005-10-13 [paul]       1.9.15cvs34
6330
6331         * src/export.c
6332         * src/import.c
6333                 fix typos in g_warnings
6334         * src/prefs_account.c
6335                 add a file selector for Signature file
6336
6337         Patches by wwp
6338
6339 2005-10-12 [colin]      1.9.15cvs33
6340
6341         * src/mimeview.c
6342                 Provide a quick way to go back from a
6343                 signature's full info to the email part
6344
6345 2005-10-12 [colin]      1.9.15cvs32
6346
6347         * src/compose.c
6348                 Remove old hack of encoding signed mails with base64.
6349                 QP works equally well.
6350
6351 2005-10-12 [colin]      1.9.15cvs31
6352
6353         * src/crash.c
6354                 Replace deprecated GtkText with GtkTextView
6355         * src/imap.c
6356                 Fix a logic bug about counts in imap_select
6357                 (previously un-triggered)
6358         * src/mainwindow.c
6359         * src/summaryview.c
6360         * src/news.c
6361                 Allow local deletion of news posts
6362         * src/mimeview.c
6363                 Show GPG noticeview on the message/rfc822 part
6364                 in addition to the text/plain one
6365         * src/prefs_image_viewer.c
6366           src/plugins/pgpcore/prefs_gpg.c
6367                 Polish (set the label as part of the checkbox)
6368         * src/wizard.c
6369                 Don't sit there doing nothing after destroying
6370                 the window - return err
6371
6372 2005-10-11 [colin]      1.9.15cvs30
6373
6374         * src/folderview.c
6375                 Apply processing rules before showing folders.
6376                 Early folder show (before flags sync) will only
6377                 be done when there are no processing rules (nor
6378                 pre- or post- ones)
6379         * src/imap.c
6380                 Fix stuff related to mail subdir, creation and 
6381                 deletion of folders 
6382         * src/imap_gtk.c
6383                 Don't allow creation of folders in NoInferior
6384                 folders, as it won't work
6385
6386 2005-10-10 [colin]      1.9.15cvs29
6387
6388         * src/compose.c
6389                 Reselect "None" Privacy system when selecting an
6390                 account with no privacy system defined
6391
6392 2005-10-10 [colin]      1.9.15cvs28
6393
6394         * src/mainwindow.c
6395                 Add Windows-1252 encoding
6396         * src/prefs_common.c
6397                 Rework some defaults:
6398                 - autosave to draft by default
6399                 - don't show header pane (it's already in the textview)
6400                 - Select first new or unread mail on entry
6401                 - Assume 'Yes' to change folder when there's no more
6402                   unread message
6403         * src/prefs_matcher.c
6404                 Fix a gtk assertion failure
6405         * src/gtk/colorlabel.c
6406                 Workaround bad repainting on selection
6407         * src/main.c
6408                 Freeze/thaw (a bit faster on ssh -X)
6409         * src/msgcache.c
6410                 Get rid of StrdupConverter that just adds an
6411                 extra strdup/free 
6412         * src/etpan/imap_thread.c
6413                 memset buf to 0
6414
6415 2005-10-10 [colin]      1.9.15cvs27
6416
6417         * src/export.c
6418         * src/import.c
6419                 Fix compile on gtk 2.4. Patch by wwp
6420
6421 2005-10-09 [colin]      1.9.15cvs26
6422
6423         * src/mainwindow.c
6424         * src/messageview.c
6425         * src/summaryview.c
6426                 Clarify forward menus. Patch by wwp
6427
6428 2005-10-09 [colin]      1.9.15cvs25
6429
6430         * src/compose.c
6431         * src/compose.h
6432                 Fix bug #829 (Non-working "Encrypt message by 
6433                 default when replying to an encrypted message")
6434
6435 2005-10-08 [colin]      1.9.15cvs24
6436
6437         * src/wizard.c
6438                 Fix bug #827 ("Welcome" setup wizard after a 
6439                 permission error gives up & forgets itself.)
6440
6441 2005-10-08 [colin]      1.9.15cvs23
6442
6443         * src/procmime.c
6444                 Fix bug #828 (Ignoring headers with spaces around = sign)
6445
6446 2005-10-08 [colin]      1.9.15cvs22
6447
6448         * src/export.c
6449                 Warning fix by wwp
6450
6451 2005-10-08 [colin]      1.9.15cvs21
6452
6453         * src/folder.c
6454         * src/folder.h
6455                 Add a processing_pending indicator, set on 
6456                 folder_item_open and cleared after 
6457                 folder_item_process_open
6458         * src/folderview.c
6459         * src/summaryview.c
6460                 wrap procmsg_msginfo_*_flags, and in the
6461                 wrapper check that there's no folder processing 
6462                 pending. If there is, defer the flags change until 
6463                 processing is done to avoid stepping over each
6464                 other's toes.
6465                 Freeze during processing, but not during scanning.
6466
6467 2005-10-07 [colin]      1.9.15cvs20
6468
6469         * src/plugins/pgpcore/passphrase.c
6470                 Fix bug #826 (X-Server hangs when 
6471                 right-clicking a PGP encrypted message)
6472
6473 2005-10-07 [paul]       1.9.15cvs19
6474
6475         * src/compose.c
6476                 fix compose_entries[]
6477                 patch by Fabien Vantard
6478
6479 2005-10-06 [colin]      1.9.15cvs18
6480
6481         * src/pixmaps/address.xpm
6482         * src/pixmaps/address_book.xpm
6483         * src/pixmaps/book.xpm
6484         * src/pixmaps/check_spelling.xpm
6485         * src/pixmaps/checkbox_off.xpm
6486         * src/pixmaps/checkbox_on.xpm
6487         * src/pixmaps/close.xpm
6488         * src/pixmaps/complete.xpm
6489         * src/pixmaps/continue.xpm
6490         * src/pixmaps/deleted.xpm
6491         * src/pixmaps/down_arrow.xpm
6492         * src/pixmaps/exec.xpm
6493         * src/pixmaps/forwarded.xpm
6494         * src/pixmaps/group.xpm
6495         * src/pixmaps/ignorethread.xpm
6496         * src/pixmaps/interface.xpm
6497         * src/pixmaps/jpilot.xpm
6498         * src/pixmaps/ldap.xpm
6499         * src/pixmaps/linewrap.xpm
6500         * src/pixmaps/linewrapcurrent.xpm
6501         * src/pixmaps/mail.xpm
6502         * src/pixmaps/mail_attach.xpm
6503         * src/pixmaps/mail_compose.xpm
6504         * src/pixmaps/mail_forward.xpm
6505         * src/pixmaps/mail_receive.xpm
6506         * src/pixmaps/mail_receive_all.xpm
6507         * src/pixmaps/mail_reply.xpm
6508         * src/pixmaps/mail_reply_to_all.xpm
6509         * src/pixmaps/mail_reply_to_author.xpm
6510         * src/pixmaps/mail_send.xpm
6511         * src/pixmaps/mail_send_queue.xpm
6512         * src/pixmaps/mime_application.xpm
6513         * src/pixmaps/mime_audio.xpm
6514         * src/pixmaps/mime_image.xpm
6515         * src/pixmaps/mime_message.xpm
6516         * src/pixmaps/mime_text_enriched.xpm
6517         * src/pixmaps/mime_text_html.xpm
6518         * src/pixmaps/mime_text_plain.xpm
6519         * src/pixmaps/mime_unknown.xpm
6520         * src/pixmaps/new.xpm
6521         * src/pixmaps/news_compose.xpm
6522         * src/pixmaps/offline.xpm
6523         * src/pixmaps/online.xpm
6524         * src/pixmaps/paste.xpm
6525         * src/pixmaps/preferences.xpm
6526         * src/pixmaps/privacy_emblem_encrypted.xpm
6527         * src/pixmaps/privacy_expired.xpm
6528         * src/pixmaps/privacy_failed.xpm
6529         * src/pixmaps/privacy_passed.xpm
6530         * src/pixmaps/privacy_signed.xpm
6531         * src/pixmaps/privacy_unknown.xpm
6532         * src/pixmaps/privacy_warn.xpm
6533         * src/pixmaps/properties.xpm
6534         * src/pixmaps/replied.xpm
6535         * src/pixmaps/search.xpm
6536         * src/pixmaps/unread.xpm
6537         * src/pixmaps/up_arrow.xpm
6538         * src/pixmaps/vcard.xpm
6539                 Modernize internal theme, with icons from the 
6540                 Gnomaws theme. Keep some of the old ones where
6541                 they were better.
6542
6543 2005-10-06 [colin]      1.9.15cvs17
6544
6545         * src/summaryview.c
6546                 Little optimisations + bugfix
6547         * src/toolbar.c
6548                 Remove default useless items - useless being defined
6549                 by the default relevant prefs
6550         * src/wizard.c
6551                 include config.h to make gettext work
6552         * src/prefs_themes.c
6553                 Fix selection of current theme in prefs
6554
6555 2005-10-06 [colin]      1.9.15cvs16
6556
6557         * src/prefs_common.c
6558         * src/prefs_common.h
6559         * src/prefs_summaries.c
6560         * src/folderview.c
6561                 Add a warning dialog on Mark all read 
6562                 (with pref to get rid of it)
6563
6564 2005-10-06 [paul]       1.9.15cvs15
6565
6566         * po/nb.po
6567         * po/pt_BR.po
6568                 updated by Geir Helland and Frederico
6569                 Goncalves Guimaraes
6570
6571 2005-10-05 [colin]      1.9.15cvs14
6572
6573         * src/folder.c
6574         * src/folder.h
6575         * src/folderview.c
6576         * src/folderview.h
6577         * src/imap_gtk.c
6578         * src/mh_gtk.c
6579         * src/mainwindow.c
6580         * src/setup.c
6581                 add a way to rescan without rebuilding
6582                 make moving a bit faster (less folders changes)
6583                 don't lock the tree on Get 
6584         * src/imap.c
6585                 Don't re-delete deleted messages before expunging
6586         * src/summaryview.c
6587                 Set batch mode when deleting mails
6588
6589 2005-10-05 [paul]       1.9.15cvs13
6590
6591         * src/mainwindow.c
6592         * src/mainwindow.h
6593                 fix disabled Execute menu item
6594         * src/toolbar.c
6595                 match the change in 1.9.15cvs10: use Compose
6596                 instead of News by default
6597
6598 2005-10-04 [colin]      1.9.15cvs12
6599
6600         * src/compose.c
6601                 When replying to an ML post with Reply-To set
6602                 to the poster's email, honor it (as before),
6603                 but also honor our user's request to reply to
6604                 the mailing list: set the ML address in the To
6605                 field and the Reply-To address in the Cc: 
6606                 field.
6607
6608 2005-10-04 [colin]      1.9.15cvs11
6609
6610         * src/plugins/trayicon/trayicon.c
6611                 Finish cosmetic change - thanks to wwp
6612
6613 2005-10-04 [colin]      1.9.15cvs10
6614
6615         * src/toolbar.c
6616                 Use Compose instead of Email by default.
6617                 Spotted by wwp.
6618
6619 2005-10-04 [colin]      1.9.15cvs9
6620
6621         * src/folder.c
6622         * src/folder.h
6623         * src/folderview.c
6624         * src/imap.c
6625         * src/etpan/imap-thread.c
6626         * src/etpan/imap-thread.h
6627                 Try to make IMAP faster, by simplifying SEARCH
6628                 commands, avoiding sending two STATUS in a row,
6629                 and deferring flags sync and processing just
6630                 after displaying the folder. 
6631                 This will update the SummaryView in certain
6632                 cases (new mails not already fetched, flags
6633                 changed from another client) but in a non-
6634                 blocking manner.
6635
6636 2005-10-04 [colin]      1.9.15cvs8
6637
6638         * src/plugins/trayicon/trayicon.c
6639                 Relabel "Offline" to "Work offline"
6640
6641 2005-10-04 [colin]      1.9.15cvs7
6642
6643         * src/export.c
6644         * src/import.c
6645         * src/mbox.c
6646                 Fix mbox import/export buglets
6647                 Patch by wwp
6648         * src/plugins/trayicon/trayicon.c
6649                 Add offline swithc
6650                 Patch by wwp
6651
6652 2005-10-04 [colin]      1.9.15cvs6
6653
6654         * src/folder.c
6655         * src/folderview.c
6656         * src/summaryview.c
6657                 Better fix (don't break mark all read) for cvs2
6658
6659 2005-10-03 [colin]      1.9.15cvs5
6660
6661         * src/folder.c
6662                 Use a sane sort by default
6663
6664 2005-10-03 [colin]      1.9.15cvs4
6665
6666         * src/inc.c
6667                 Add a 'Only once' button for overriding offline mode
6668         * src/prefs_account.c
6669         * src/wizard.c
6670                 Add Local mbox to the wizard
6671                 Add IMAP subdir to the wizard (or the wizard is useless
6672                 for such accounts, or even worse than useless)
6673                 Move IMAP subdir from Advanced to Receive tab, as it's
6674                 not that uncommon
6675
6676 2005-10-03 [colin]      1.9.15cvs3
6677
6678         * src/send_message.c
6679                 Forgot this one in cvs1
6680
6681 2005-10-03 [colin]      1.9.15cvs2
6682
6683         * src/folder.c
6684                 Faster close when leaving a folder with lots
6685                 of new mails. Idea by David Relson.
6686
6687 2005-10-03 [colin]      1.9.15cvs1
6688
6689         * src/compose.c
6690         * src/imap.c
6691         * src/inc.c
6692         * src/main.c
6693         * src/messageview.c
6694         * src/news.c
6695         * src/summaryview.c
6696         * src/gtk/sslcertwindow.c
6697         * src/plugins/trayicon/trayicon.c
6698                 Add accels to every AlertPanel. Patch by Fabien 
6699                 Vantard
6700
6701 2005-10-03 [paul]       1.9.15
6702
6703         1.9.15 released
6704
6705 2005-10-03 [paul]       1.9.14cvs68
6706
6707         * po/ca.po
6708         * po/de.po
6709         * po/es.po
6710         * po/fi.po
6711         * po/fr.po
6712         * po/sk.po
6713         * po/sr.po
6714         * po/zh_CN.po
6715                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6716                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6717                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6718
6719 2005-10-03 [paul]       1.9.14cvs67
6720
6721         * src/send_message.c
6722                 prevent hang on Cancel
6723                 patch by Colin
6724
6725 2005-10-03 [paul]       1.9.14cvs66
6726
6727         * src/main.c
6728                 fix crash in IMAP caused by discrepancy
6729                 between check_at_startup and offline mode
6730                 Patch by Colin
6731
6732 2005-10-01 [paul]       1.9.14cvs65
6733
6734         * src/inc.c
6735                 fix engrish
6736
6737 2005-10-01 [paul]       1.9.14cvs64
6738         * src/export.c
6739         * src/import.c
6740                 synchronise import_mbox() and export_mbox()
6741         * src/mbox.c
6742                 proc_mbox(): add alert if file cannot be opened
6743                 export_list_to_mbox(): test if dest file exists,
6744                 prompt user to overwrite if it does. add alert
6745                 if file cannot be created
6746                                                                 
6747         Patch by wwp
6748                                                                                                                 
6749
6750 2005-09-30 [paul]       1.9.14cvs63
6751
6752         * src/addressbook.c
6753                 Fix sensitivity of a menu
6754         * src/codeconv.c
6755                 Respect hidden pref for mails with no encoding
6756         * src/common/xml.c
6757                 Fix memory corruption
6758         * src/plugins/pgpcore/sgpgme.c
6759                 Fix segfault on incomplete sigs, and display
6760                 of S/Mime UIDs
6761
6762         Patches by Colin
6763
6764 2005-09-30 [colin]      1.9.14cvs62
6765
6766         * src/partial_download.c
6767                 Little logic fix in almost-dead code
6768         * src/pop.c
6769                 Fix partial download when there's no new mail
6770
6771 2005-09-29 [paul]       1.9.14cvs61
6772
6773         * src/plugins/pgpinline/pgpinline.c
6774                 fix bug 819, 'crash accessing sign message'
6775                 Patch by Colin
6776
6777 2005-09-28 [martin]     1.9.14cvs60
6778
6779         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6780                 fix bug #790 (Crash when restarting window manager (fluxbox))
6781
6782 2005-09-28 [paul]       1.9.14cvs59
6783
6784         * src/gtk/gtkaspell.c
6785                 fix off-by-one typo
6786
6787 2005-09-27 [colin]      1.9.14cvs58
6788
6789         * src/plugins/pgpcore/sgpgme.c
6790                 Report error when there's one, instead of
6791                 "Signature unchecked" 
6792
6793 2005-09-27 [colin]      1.9.14cvs57
6794
6795         * src/prefs_quote.c
6796                 Fix bug #816 (Weird quotation with spaces)
6797
6798 2005-09-27 [colin]      1.9.14cvs56
6799
6800         * src/codeconv.c
6801         * src/compose.c
6802         * src/compose.h
6803                 Put subject in compose's title
6804                 Fix Automatic encoding so that it's really automatic:
6805                 first try default locale's charset, then charset of the replied mail, 
6806                 then utf-8
6807                 Fix encoding of headers (must be in strict mode too)
6808
6809 2005-09-26 [colin]      1.9.14cvs55
6810
6811         * src/gtk/gtkaspell.c
6812                 Fix previous patch - don't color the space,
6813                 just uncolor it :)
6814
6815 2005-09-26 [colin]      1.9.14cvs54
6816
6817         * src/gtk/gtkaspell.c
6818                 Unmark space if possible
6819
6820 2005-09-26 [colin]      1.9.14cvs53
6821
6822         * src/imap.c
6823                 log_error instead of alertpanel according to the pref
6824         * src/etpan/imap-thread.c
6825                 Print connect status, copy only necessary size to 
6826                 logger
6827         * src/plugins/pgpmime/pgpmime.c
6828                 Handle S/Mime signatures (verification only). Patch based
6829                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6830
6831 2005-09-26 [paul]       1.9.14cvs52
6832
6833         * src/common/passcrypt.c
6834                 this 'workaround' not necessary on NetBSD.
6835                 Thanks to Daniel Gustafson
6836
6837 2005-09-26 [paul]
6838
6839         1.9.15-rc4 released
6840
6841 2005-09-26 [paul]       1.9.14cvs51
6842
6843         * src/summaryview.c
6844                 Skip currently selected message when
6845                 looking for next new or unread message
6846                 in current folder. Patch by Colin
6847         * src/common/passcrypt.c
6848                 eliminate warnings on *BSD. Patch by
6849                 Daniel Gustafson
6850
6851 2005-09-26 [colin]      1.9.14cvs50
6852
6853         * src/procmsg.c
6854                 Call postfiltering hook anyway
6855
6856 2005-09-22 [colin]      1.9.14cvs49
6857
6858         * src/codeconv.c
6859         * src/codeconv.h
6860                 Add a strict mode that doesn't replace with _
6861         * src/compose.c
6862         * src/compose.h
6863                 Use strict conversion while sending
6864                 Fix race when drafting while sending (happens
6865                 on IMAP)
6866                 Fix d'n'd of messages from summaryview
6867         * src/prefs_common.c
6868         * src/prefs_common.h
6869                 add hidden utf8_instead_of_locale_for_broken_mail 
6870                 pref for people that preferred the default charset 
6871                 to be utf8 for broken mails
6872         * src/quote_fmt_parse.y
6873                 fix bug #815 (No quote insert if "From:" fied 
6874                 contained Russian letters)
6875         * src/summaryview.c
6876                 Fix d'n'd of messages to compose
6877
6878 2005-09-22 [paul]       1.9.14cvs48
6879
6880         * src/compose.c
6881                 fix bug where attachments Name entry
6882                 would display Path instead
6883
6884 2005-09-21 [paul]       1.9.14cvs47
6885
6886         * README
6887         * README.jp
6888         * configure.ac
6889         * config/config.rpath
6890         * doc/manual/en/sylpheed-20.html
6891         * doc/manual/es/sylpheed-20.html
6892         * po/bg.po
6893         * po/ca.po
6894         * po/de.po
6895         * po/es.po
6896         * po/fr.po
6897         * po/it.po
6898         * po/pt_BR.po
6899         * po/sk.po
6900         * po/zh_TW.po
6901         * src/account.c
6902         * src/account.h
6903         * src/action.c
6904         * src/action.h
6905         * src/adbookbase.h
6906         * src/addr_compl.c
6907         * src/addr_compl.h
6908         * src/addrbook.c
6909         * src/addrbook.h
6910         * src/addrcache.c
6911         * src/addrcache.h
6912         * src/addrcindex.c
6913         * src/addrcindex.h
6914         * src/addrclip.c
6915         * src/addrclip.h
6916         * src/addrdefs.h
6917         * src/addressadd.c
6918         * src/addressadd.h
6919         * src/addressbook.c
6920         * src/addressbook.h
6921         * src/addressitem.h
6922         * src/addrgather.c
6923         * src/addrgather.h
6924         * src/addrharvest.c
6925         * src/addrharvest.h
6926         * src/addrindex.c
6927         * src/addrindex.h
6928         * src/addritem.c
6929         * src/addritem.h
6930         * src/addrquery.c
6931         * src/addrquery.h
6932         * src/addrselect.c
6933         * src/addrselect.h
6934         * src/alertpanel.c
6935         * src/alertpanel.h
6936         * src/browseldap.c
6937         * src/browseldap.h
6938         * src/codeconv.c
6939         * src/codeconv.h
6940         * src/compose.c
6941         * src/compose.h
6942         * src/crash.c
6943         * src/crash.h
6944         * src/customheader.c
6945         * src/customheader.h
6946         * src/displayheader.c
6947         * src/displayheader.h
6948         * src/editaddress.c
6949         * src/editaddress.h
6950         * src/editbook.c
6951         * src/editbook.h
6952         * src/editgroup.c
6953         * src/editgroup.h
6954         * src/editjpilot.c
6955         * src/editjpilot.h
6956         * src/editldap.c
6957         * src/editldap.h
6958         * src/editldap_basedn.c
6959         * src/editldap_basedn.h
6960         * src/editvcard.c
6961         * src/editvcard.h
6962         * src/enriched.c
6963         * src/enriched.h
6964         * src/exphtmldlg.c
6965         * src/exphtmldlg.h
6966         * src/expldifdlg.c
6967         * src/expldifdlg.h
6968         * src/export.c
6969         * src/export.h
6970         * src/exporthtml.c
6971         * src/exporthtml.h
6972         * src/exportldif.c
6973         * src/exportldif.h
6974         * src/filtering.c
6975         * src/filtering.h
6976         * src/folder.c
6977         * src/folder.h
6978         * src/folder_item_prefs.c
6979         * src/folder_item_prefs.h
6980         * src/foldersel.c
6981         * src/foldersel.h
6982         * src/folderutils.c
6983         * src/folderutils.h
6984         * src/folderview.c
6985         * src/folderview.h
6986         * src/grouplistdialog.c
6987         * src/grouplistdialog.h
6988         * src/headerview.c
6989         * src/headerview.h
6990         * src/html.c
6991         * src/html.h
6992         * src/image_viewer.c
6993         * src/image_viewer.h
6994         * src/imap.c
6995         * src/imap.h
6996         * src/imap_gtk.c
6997         * src/imap_gtk.h
6998         * src/import.c
6999         * src/import.h
7000         * src/importldif.c
7001         * src/importldif.h
7002         * src/importmutt.c
7003         * src/importmutt.h
7004         * src/importpine.c
7005         * src/importpine.h
7006         * src/inc.c
7007         * src/inc.h
7008         * src/jpilot.c
7009         * src/jpilot.h
7010         * src/ldapctrl.c
7011         * src/ldapctrl.h
7012         * src/ldaplocate.c
7013         * src/ldaplocate.h
7014         * src/ldapquery.c
7015         * src/ldapquery.h
7016         * src/ldapserver.c
7017         * src/ldapserver.h
7018         * src/ldaputil.c
7019         * src/ldaputil.h
7020         * src/ldif.c
7021         * src/ldif.h
7022         * src/localfolder.c
7023         * src/localfolder.h
7024         * src/main.c
7025         * src/main.h
7026         * src/mainwindow.c
7027         * src/mainwindow.h
7028         * src/manual.c
7029         * src/manual.h
7030         * src/matcher.c
7031         * src/matcher.h
7032         * src/matcher_parser.h
7033         * src/matcher_parser_lex.l
7034         * src/matcher_parser_parse.y
7035         * src/mbox.c
7036         * src/mbox.h
7037         * src/message_search.c
7038         * src/message_search.h
7039         * src/messageview.c
7040         * src/messageview.h
7041         * src/mh.c
7042         * src/mh.h
7043         * src/mh_gtk.c
7044         * src/mh_gtk.h
7045         * src/mimeview.c
7046         * src/mimeview.h
7047         * src/msgcache.c
7048         * src/msgcache.h
7049         * src/mutt.c
7050         * src/mutt.h
7051         * src/news.c
7052         * src/news.h
7053         * src/news_gtk.c
7054         * src/news_gtk.h
7055         * src/noticeview.c
7056         * src/noticeview.h
7057         * src/partial_download.c
7058         * src/partial_download.h
7059         * src/pine.c
7060         * src/pine.h
7061         * src/pop.c
7062         * src/pop.h
7063         * src/prefs_account.c
7064         * src/prefs_account.h
7065         * src/prefs_actions.c
7066         * src/prefs_actions.h
7067         * src/prefs_common.c
7068         * src/prefs_common.h
7069         * src/prefs_compose_writing.c
7070         * src/prefs_compose_writing.h
7071         * src/prefs_customheader.c
7072         * src/prefs_customheader.h
7073         * src/prefs_display_header.c
7074         * src/prefs_display_header.h
7075         * src/prefs_ext_prog.c
7076         * src/prefs_ext_prog.h
7077         * src/prefs_filtering.c
7078         * src/prefs_filtering.h
7079         * src/prefs_filtering_action.c
7080         * src/prefs_filtering_action.h
7081         * src/prefs_folder_column.c
7082         * src/prefs_folder_column.h
7083         * src/prefs_folder_item.c
7084         * src/prefs_folder_item.h
7085         * src/prefs_fonts.c
7086         * src/prefs_fonts.h
7087         * src/prefs_gtk.c
7088         * src/prefs_gtk.h
7089         * src/prefs_image_viewer.c
7090         * src/prefs_image_viewer.h
7091         * src/prefs_matcher.c
7092         * src/prefs_matcher.h
7093         * src/prefs_message.c
7094         * src/prefs_message.h
7095         * src/prefs_msg_colors.c
7096         * src/prefs_msg_colors.h
7097         * src/prefs_other.c
7098         * src/prefs_other.h
7099         * src/prefs_quote.c
7100         * src/prefs_quote.h
7101         * src/prefs_receive.c
7102         * src/prefs_receive.h
7103         * src/prefs_send.c
7104         * src/prefs_send.h
7105         * src/prefs_spelling.c
7106         * src/prefs_spelling.h
7107         * src/prefs_summaries.c
7108         * src/prefs_summaries.h
7109         * src/prefs_summary_column.c
7110         * src/prefs_summary_column.h
7111         * src/prefs_template.c
7112         * src/prefs_template.h
7113         * src/prefs_themes.c
7114         * src/prefs_themes.h
7115         * src/prefs_toolbar.c
7116         * src/prefs_toolbar.h
7117         * src/prefs_wrapping.c
7118         * src/prefs_wrapping.h
7119         * src/privacy.c
7120         * src/privacy.h
7121         * src/procheader.c
7122         * src/procheader.h
7123         * src/procmime.c
7124         * src/procmime.h
7125         * src/procmsg.c
7126         * src/procmsg.h
7127         * src/quote_fmt.c
7128         * src/quote_fmt_parse.y
7129         * src/recv.c
7130         * src/recv.h
7131         * src/remotefolder.c
7132         * src/remotefolder.h
7133         * src/send_message.c
7134         * src/send_message.h
7135         * src/setup.c
7136         * src/setup.h
7137         * src/simple-gettext.c
7138         * src/sourcewindow.c
7139         * src/sourcewindow.h
7140         * src/ssl_manager.c
7141         * src/ssl_manager.h
7142         * src/statusbar.c
7143         * src/statusbar.h
7144         * src/stock_pixmap.c
7145         * src/stock_pixmap.h
7146         * src/summary_search.c
7147         * src/summary_search.h
7148         * src/summaryview.c
7149         * src/summaryview.h
7150         * src/syldap.c
7151         * src/syldap.h
7152         * src/textview.c
7153         * src/textview.h
7154         * src/toolbar.c
7155         * src/toolbar.h
7156         * src/undo.c
7157         * src/undo.h
7158         * src/unmime.c
7159         * src/unmime.h
7160         * src/vcard.c
7161         * src/vcard.h
7162         * src/wizard.c
7163         * src/wizard.h
7164         * src/common/base64.c
7165         * src/common/base64.h
7166         * src/common/defs.h
7167         * src/common/hooks.c
7168         * src/common/hooks.h
7169         * src/common/log.c
7170         * src/common/log.h
7171         * src/common/md5.c
7172         * src/common/md5.h
7173         * src/common/mgutils.c
7174         * src/common/mgutils.h
7175         * src/common/nntp.c
7176         * src/common/nntp.h
7177         * src/common/passcrypt.c
7178         * src/common/passcrypt.h.in
7179         * src/common/plugin.c
7180         * src/common/plugin.h
7181         * src/common/prefs.c
7182         * src/common/prefs.h
7183         * src/common/progressindicator.c
7184         * src/common/progressindicator.h
7185         * src/common/quoted-printable.c
7186         * src/common/quoted-printable.h
7187         * src/common/session.c
7188         * src/common/session.h
7189         * src/common/smtp.c
7190         * src/common/smtp.h
7191         * src/common/socket.c
7192         * src/common/socket.h
7193         * src/common/ssl.c
7194         * src/common/ssl.h
7195         * src/common/ssl_certificate.c
7196         * src/common/ssl_certificate.h
7197         * src/common/string_match.c
7198         * src/common/string_match.h
7199         * src/common/stringtable.c
7200         * src/common/sylpheed.c
7201         * src/common/sylpheed.h
7202         * src/common/template.c
7203         * src/common/template.h
7204         * src/common/timing.h
7205         * src/common/utils.c
7206         * src/common/utils.h
7207         * src/common/uuencode.c
7208         * src/common/uuencode.h
7209         * src/common/version.h.in
7210         * src/common/xml.c
7211         * src/common/xml.h
7212         * src/common/xmlprops.c
7213         * src/common/xmlprops.h
7214         * src/gtk/about.c
7215         * src/gtk/about.h
7216         * src/gtk/colorlabel.c
7217         * src/gtk/colorlabel.h
7218         * src/gtk/colorsel.c
7219         * src/gtk/colorsel.h
7220         * src/gtk/description_window.c
7221         * src/gtk/description_window.h
7222         * src/gtk/filesel.c
7223         * src/gtk/filesel.h
7224         * src/gtk/foldersort.c
7225         * src/gtk/foldersort.h
7226         * src/gtk/gtkutils.c
7227         * src/gtk/gtkutils.h
7228         * src/gtk/inputdialog.c
7229         * src/gtk/inputdialog.h
7230         * src/gtk/logwindow.c
7231         * src/gtk/logwindow.h
7232         * src/gtk/manage_window.c
7233         * src/gtk/manage_window.h
7234         * src/gtk/menu.c
7235         * src/gtk/menu.h
7236         * src/gtk/pluginwindow.c
7237         * src/gtk/pluginwindow.h
7238         * src/gtk/prefswindow.c
7239         * src/gtk/prefswindow.h
7240         * src/gtk/progressdialog.c
7241         * src/gtk/progressdialog.h
7242         * src/gtk/quicksearch.c
7243         * src/gtk/quicksearch.h
7244         * src/gtk/sslcertwindow.c
7245         * src/gtk/sslcertwindow.h
7246         * src/plugins/clamav/clamav_plugin.c
7247         * src/plugins/clamav/clamav_plugin.h
7248         * src/plugins/clamav/clamav_plugin_gtk.c
7249         * src/plugins/demo/demo.c
7250         * src/plugins/dillo_viewer/dillo_prefs.c
7251         * src/plugins/dillo_viewer/dillo_prefs.h
7252         * src/plugins/dillo_viewer/dillo_viewer.c
7253         * src/plugins/mathml_viewer/mathml_viewer.c
7254         * src/plugins/pgpcore/passphrase.c
7255         * src/plugins/pgpcore/passphrase.h
7256         * src/plugins/pgpcore/plugin.c
7257         * src/plugins/pgpcore/prefs_gpg.c
7258         * src/plugins/pgpcore/prefs_gpg.h
7259         * src/plugins/pgpcore/select-keys.c
7260         * src/plugins/pgpcore/select-keys.h
7261         * src/plugins/pgpcore/sgpgme.c
7262         * src/plugins/pgpcore/sgpgme.h
7263         * src/plugins/pgpinline/pgpinline.c
7264         * src/plugins/pgpinline/pgpinline.h
7265         * src/plugins/pgpinline/plugin.c
7266         * src/plugins/pgpmime/pgpmime.c
7267         * src/plugins/pgpmime/pgpmime.h
7268         * src/plugins/pgpmime/plugin.c
7269         * src/plugins/spamassassin/spamassassin.c
7270         * src/plugins/spamassassin/spamassassin.h
7271         * src/plugins/spamassassin/spamassassin_gtk.c
7272         * src/plugins/trayicon/trayicon.c
7273         * tools/OOo2sylpheed.pl
7274         * tools/acroread2sylpheed.pl
7275         * tools/asus_mailled.sh
7276         * tools/filter_conv.pl
7277         * tools/freshmeat_search.pl
7278         * tools/google_search.pl
7279         * tools/kmail2sylpheed.pl
7280         * tools/kmail2sylpheed_v2.pl
7281         * tools/maildir2sylpheed.pl
7282         * tools/multiwebsearch.pl
7283         * tools/newscache_clean.pl
7284         * tools/outlook2sylpheed.pl
7285         * tools/sylpheed-switcher
7286         * tools/update-po
7287         * tools/vcard2xml.py
7288         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7289                 update FSF address
7290
7291 2005-09-21 [colin]      1.9.14cvs46
7292
7293         * src/gedit-print.c
7294         * src/procmsg.c
7295         * src/procmsg.h
7296         * src/textview.c
7297         * src/summaryview.c
7298                 Remove some printing hacks (deselection/reselection),
7299                 which by the way fix printing the currently 
7300                 displayed mime part (still only text)
7301                 Plus a little optimisation of summary_show
7302
7303
7304 2005-09-20 [colin]      1.9.14cvs45
7305
7306         * src/mainwindow.c
7307         * src/messageview.c
7308                 GUI fixups: add accels, set message
7309                 view title to displayed mail's subject
7310         * src/prefs_spelling.c
7311         * src/gtk/gtkaspell.c
7312                 GUI fixups: allow underlining misspelled
7313                 words instead of coloring them (a11y!)
7314
7315 2005-09-19 [colin]
7316
7317         1.9.15rc3 released
7318
7319 2005-09-19 [colin]      1.9.14cvs44
7320
7321         * src/compose.c
7322                 Fix draft message
7323         * src/gtk/gtkaspell.c
7324                 Fix wrong test ;-)
7325
7326 2005-09-19 [colin]      1.9.14cvs43
7327
7328         * src/addressbook.c
7329                 Fix sensitivity of Delete button
7330         * src/compose.c
7331                 Warn if the requested Privacy system
7332                 is not available
7333         * src/exphtmldlg.c
7334         * src/expldifdlg.c
7335         * src/importldif.c
7336         * src/importmutt.c
7337         * src/importpine.c
7338                 Fix crappy UI
7339         * src/
7340         * src/ssl.h
7341         * src/prefs_account.h
7342         * src/prefs_account.c
7343                 Save SSL prefs even in builds that have
7344                 SSL support disable
7345         * src/imap.c
7346         * src/inc.c
7347         * src/news.c
7348         * src/send_message.c
7349                 Warn if connection should be secure, but
7350                 SSL support isn't compiled in
7351         * src/gtkaspell.c
7352                 Fix word separation on UTF-8 systems
7353                 Fixes bug #812 (Strange inline spellchecking)
7354         * src/compose.c
7355                 Warn if the requested Privacy system
7356                 is not available
7357                 Factorize offline warning
7358         * src/imap.c
7359         * src/imap_gtk.c
7360         * src/imap_gtk.h
7361         * src/inc.h
7362         * src/news_gtk.c
7363         * src/news_gtk.h
7364         * src/messageview.c
7365                 Factorize offline warning
7366
7367 2005-09-19 [paul]
7368
7369         1.9.15-rc2 released
7370
7371 2005-09-18 [colin]      1.9.14cvs42
7372
7373         * src/codeconv.c
7374         * src/codeconv.h
7375         * src/procmime.c
7376                 Add a way to get locale's charset ignoring utf-8,
7377                 and use that as default encoding for broken mails
7378
7379 2005-09-18 [colin]      1.9.14cvs41
7380
7381         * src/gtk/logwindow.c
7382                 Translate string. Patch by Fabien Vantard
7383
7384 2005-09-18 [colin]      1.9.14cvs40
7385
7386         * configure.ac
7387                 Fix bug #803 (IMAP/SSL support breaks with 
7388                 GnuTLS libetpan 0.38)
7389
7390 2005-09-18 [colin]      1.9.14cvs39
7391
7392         * src/codeconv.c
7393         * src/compose.c
7394         * src/procmime.c
7395                 More charsets fixes. Fixes bug #806 (non
7396                 ascii characters in subject line)
7397
7398 2005-09-17 [paul]       1.9.14cvs38
7399
7400         * src/folderview.c
7401         * src/mainwindow.c
7402                 fix gcc-2.95 issues
7403                 Patch by Pawel Pekala
7404
7405 2005-09-17 [colin]      1.9.14cvs37
7406
7407         * src/addrindex.c
7408                 bugfix for NO-USE LDAP compilation, patch 
7409                 by Fabien Vantard
7410
7411 2005-09-17 [colin]      1.9.14cvs36
7412
7413         * src/prefs_actions.c
7414         * src/prefs_customheader.c
7415         * src/prefs_display_header.c
7416         * src/prefs_filtering_action.c
7417         * src/prefs_matcher.c
7418         * src/prefs_toolbar.c
7419                 Fix strange casts (less elegant but
7420                 works better)
7421
7422 2005-09-16 [colin]      1.9.14cvs35
7423
7424         * src/jpilot.c
7425                 Missed that one
7426
7427 2005-09-16 [colin]      1.9.14cvs34
7428
7429         * configure.ac
7430         * src/Makefile.am
7431         * src/addr_compl.c
7432         * src/addrindex.c
7433         * src/browseldap.c
7434         * src/editldap.c
7435         * src/ldaplocate.c
7436         * src/ldapquery.c
7437         * src/ldapquery.h
7438         * src/ldapserver.c
7439         * src/ldapserver.h
7440         * src/main.c
7441         * src/matcher_parser_parse.y
7442         * src/prefs_themes.c
7443         * src/etpan/Makefile.am
7444         * src/gtk/description_window.c
7445         * src/plugins/clamav/Makefile.am
7446         * src/plugins/clamav/clamav_plugin.c
7447         * src/plugins/dillo_viewer/Makefile.am
7448         * src/plugins/pgpcore/Makefile.am
7449         * src/plugins/pgpinline/Makefile.am
7450         * src/plugins/pgpmime/Makefile.am
7451         * src/plugins/trayicon/Makefile.am
7452                 Fix 100% cpu usage in address completion list
7453                 Fix little bugs (return with no values etc)
7454                 Fix all warnings (with common CFLAGS)
7455
7456 2005-09-15 [colin]      1.9.14cvs33
7457
7458         * src/addressbook.c
7459                 Fix bug where sometimes a group's email list is empty,
7460                 force its refresh (probably fixes "Re: how to create a 
7461                 distribution list")
7462         * src/ldapquery.c
7463                 Don't return to the callback in the main thread from the
7464                 fetch thread (or face segs!)
7465
7466 2005-09-15 [paul]       1.9.14cvs32
7467
7468         * src/prefs_matcher.c
7469                 forgotten in last commit
7470
7471 2005-09-15 [paul]       1.9.14cvs31
7472
7473         * src/prefs_actions.c
7474         * src/prefs_filtering_action.c
7475         * src/prefs_quote.c
7476         * src/quote_fmt.c
7477         * src/summaryview.c
7478         * src/gtk/description_window.c
7479         * src/gtk/description_window.h
7480         * src/gtk/quicksearch.c
7481                 allow interaction with the called
7482                 description window
7483                 Patch by Anders Hammar
7484
7485 2005-09-14 [paul]       1.9.14cvs30
7486
7487         * src/compose.c
7488                 fix a little annoyance when pasting with 3rd button 
7489                 with wrap_pastes=0 and wrap_input=1
7490                 Patch by Colin
7491
7492 2005-09-14 [paul]       1.9.14cvs29
7493
7494         * src/prefs_account.c
7495                 disable 'Filter messages on receiving' for
7496                 SMTP-only accounts
7497                 Patch  by Anders Hammar
7498
7499 2005-09-14 [paul]       1.9.14cvs28
7500
7501         * po/sk.po
7502                 fix crash
7503                 updated by Andrej Kacian
7504
7505 2005-09-14 [paul]
7506
7507         1.9.15-rc1 released
7508
7509 2005-09-14 [paul]       1.9.14cvs27
7510
7511         * po/es.po
7512                 updated by Ricardo Mones Lastra
7513         * src/compose.c
7514         * src/compose.h
7515                 associate no_wrap_tags to Compose windows
7516                 instead of using a static one
7517                 Patch by Colin
7518         * src/mbox.c
7519                 fix proc_mbox()
7520                 Patch by wwp
7521         * src/textview.c
7522                 remove unneeded printf()
7523
7524 2005-09-14 [paul]       1.9.14cvs26
7525
7526         * src/addrcache.c
7527         * src/codeconv.h
7528         * src/folder.h
7529         * src/mainwindow.h
7530         * src/mh.c
7531         * src/mimeview.h
7532         * src/partial_download.c
7533         * src/pop.c
7534         * src/prefs_account.c
7535         * src/prefs_account.h
7536         * src/prefs_actions.c
7537         * src/prefs_customheader.c
7538         * src/prefs_display_header.c
7539         * src/prefs_filtering_action.c
7540         * src/prefs_matcher.c
7541         * src/prefs_toolbar.c
7542         * src/privacy.h
7543         * src/procmime.c
7544         * src/procmime.h
7545         * src/procmsg.h
7546         * src/textview.c
7547         * src/undo.h
7548         * src/common/plugin.c
7549         * src/common/session.h
7550         * src/common/socket.c
7551         * src/common/socket.h
7552         * src/common/template.c
7553         * src/gtk/gtkaspell.c
7554         * src/gtk/quicksearch.h
7555         * src/plugins/pgpcore/passphrase.c
7556         * src/plugins/pgpcore/prefs_gpg.h
7557         * src/plugins/pgpcore/select-keys.c
7558         * src/plugins/pgpcore/select-keys.h
7559         * src/plugins/pgpcore/sgpgme.c
7560         * src/plugins/pgpinline/pgpinline.c
7561         * src/plugins/pgpmime/pgpmime.c
7562         * src/plugins/trayicon/trayicon.c
7563                 fix compilation warnings
7564                 Patch by Daniel Gustafson
7565
7566 2005-09-14 [paul]       1.9.14cvs25
7567
7568         * src/addressbook.c
7569                 add missing column header, and other small
7570                 bug fixes
7571                 Patch by Anders Hammar
7572
7573 2005-09-13 [colin]      1.9.14cvs24
7574
7575         * src/gtk/gtkaspell.c
7576                 Fix non-utf8 in menu
7577                 Fix little leaks
7578                 Nullify struct members after free()s
7579
7580 2005-09-13 [colin]      1.9.14cvs23
7581
7582         * src/compose.c
7583                 Test utf8 compliance before inserting to 
7584                 buffer, and try to convert if necessary
7585         * src/procmime.c
7586                 If no charset is present, use the locale 
7587                 one instead of us-ascii
7588         * src/procmsg.c
7589                 Add Sender, List-Post and To in the checked 
7590                 headers for automatic rules creation 
7591                 (thanks to wwp)
7592         * src/prefs_themes.c
7593         * src/gtk/gtkaspell.c
7594                 Remove deprecated functions. 
7595                 patch by Daniel Gustafson
7596
7597 2005-09-12 [colin]      1.9.14cvs22
7598
7599         * src/compose.c
7600                 Fix bug #448 (Scrolling/Redraw issue with 
7601                 address-fields in Header)
7602         * src/mainwindow.c
7603         * src/summaryview.c
7604         * src/summaryview.h
7605                 Fix loss of MSG_MARKED on move/copy
7606                 Fix bug #804 (Quicksearch togglebutton doesn't 
7607                 get depressed after '/' key is pressed)
7608
7609 2005-09-12 [paul]       1.9.14cvs21
7610
7611         * AUTHORS
7612         * src/gtk/logwindow.c
7613                 add 'Clear Log' to popup menu
7614                 Patch by Anders Hammar <anders.hammar@telia.com>
7615
7616 2005-09-12 [paul]       1.9.14cvs20
7617
7618         * src/compose.c
7619                 set correct sensitivity on attachments
7620                 popup menu
7621         * src/folder.c
7622                 fix typo
7623         * src/prefs_spelling.c
7624                 fix crash when no LANG env is set
7625         * src/common/xml.c
7626                 fix crash in wizard
7627                 don't use memeory after free
7628
7629         All patches by Daniel Gustafson
7630
7631 2005-09-12 [paul]       1.9.14cvs19
7632
7633         * src/prefs_themes.c
7634                 make theme info selectable
7635         * src/gtk/description_window.c
7636                 make window non-modal
7637         * tools/README
7638                 add details of asus_mailed.sh
7639         * tools/claws.i18n.status.pl
7640                 update for new zh_TW translator
7641                 widen the output
7642                 create alternate coloured lines
7643                 improve readability
7644
7645 2005-09-10 [colin]      1.9.14cvs18
7646
7647         * src/plugins/pgpcore/select-keys.c
7648                 Better order for the buttons
7649
7650 2005-09-10 [colin]      1.9.14cvs17
7651
7652         * src/compose.c
7653         * src/plugins/pgpcore/select-keys.c
7654         * src/plugins/pgpcore/select-keys.h
7655         * src/plugins/pgpcore/sgpgme.c
7656                 Add a "Don't encrypt" button to the key
7657                 selection dialog. Fixes bug #177 (There should be a 
7658                 'Don't encrypt button in the Select Keys dialog)
7659
7660 2005-09-10 [colin]      1.9.14cvs16
7661
7662         * src/compose.c
7663                 Fix bug #572 (%X option does not work with templates)
7664
7665 2005-09-10 [colin]      1.9.14cvs15
7666
7667         * src/toolbar.c 
7668                 Remove g_print
7669
7670 2005-09-10 [colin]      1.9.14cvs14
7671
7672         * src/imap.c
7673                 Fix a possible crash
7674
7675 2005-09-09 [colin]      1.9.14cvs13
7676
7677         * src/imap.c
7678         * src/etpan/imap-thread.c
7679         * src/etpan/imap-thread.h
7680                 Fix moving from queue or drafts to normal folders
7681                 Fix bug #794 (No way to delete without expunging)
7682                 Take flags unset by other mailers into account
7683                 Take deleted flag set by other mailers into account
7684                 Fix unsetting REPLIED flag
7685                 Fix crash when capabilities can't be retrieved
7686         * src/mainwindow.c
7687         * src/mainwindow.h
7688                 Add M_DELAYED_FLAGS condition, and let the user use
7689                 Execute in order to be able to expunge deleted mails,
7690                 even if he's not in delayed execute mode
7691         * src/prefs_spelling.c
7692                 Use 'en' dictionary by default if LANG is POSIX or C
7693         * src/gtk/prefswindow.c
7694                 Fix bug #767 (Preferences windows expanding) by making
7695                 the window a bit larger when the resolution is greater
7696                 than 640x480, and by putting the prefs in a
7697                 GtkScrolledWindow.
7698
7699 2005-09-09 [paul]       1.9.14cvs12
7700
7701         * AUTHORS
7702         * configure.ac
7703         * po/zh_TW.Big5.po      ** REMOVED **
7704         * po/zh_TW.po           ** ADDED **
7705                 updated by Wei-Lun Chao
7706
7707 2005-09-09 [paul]       1.9.14cvs11
7708
7709         * src/mainwindow.c
7710                 fix asserts
7711         * src/common/xml.c
7712                 delay memory allocation until file is
7713                 opened successfully
7714                 Patch by Daniel Gustafson
7715
7716 2005-09-09 [colin]      1.9.14cvs10
7717
7718         * src/imap.c
7719                 Add guards
7720
7721 2005-09-08 [colin]      1.9.14cvs9
7722
7723         * src/compose.c
7724                 Alert when we can't save draft
7725                 Fix various wrap/color issues
7726                 Add mid-click pasting respecting wrap_paste option
7727         * src/folder.c
7728         * src/folder.h
7729         * src/folder_item_prefs.c
7730         * src/folder_item_prefs.h
7731         * src/imap.c
7732         * src/imap_gtk.c
7733         * src/imap_gtk.h
7734         * src/main.c
7735         * src/mainwindow.c
7736         * src/mainwindow.h
7737         * src/news.c
7738         * src/news_gtk.c
7739         * src/news_gtk.h
7740         * src/prefs_folder_item.c
7741                 Fix the impossibility to synchronise folders for
7742                 offline use (IMAP and NNTP are concerned)
7743
7744 2005-09-08 [colin]      1.9.14cvs8
7745
7746         * configure.ac
7747                 Build LDAP and JPilot by default if available
7748         * src/textview.c
7749                 Fix use after free
7750
7751 2005-09-08 [paul]       1.9.14cvs7
7752
7753         * doc/manual/en/sylpheed-1.html
7754         * doc/manual/en/sylpheed-18.html
7755         * doc/manual/en/sylpheed-19.html
7756         * doc/manual/en/sylpheed-4.html
7757         * doc/manual/en/sylpheed-6.html
7758         * doc/manual/en/sylpheed.html
7759                 a few minor updates, plus include some
7760                 details about plugins and their requirements
7761         * src/mainwindow.c
7762                 minor changes to English in /View/Sort
7763
7764 2005-09-07 [colin]      1.9.14cvs6
7765
7766         * doc/manual/en/sylpheed-1.html
7767         * doc/manual/en/sylpheed-10.html
7768         * doc/manual/en/sylpheed-11.html
7769         * doc/manual/en/sylpheed-12.html
7770         * doc/manual/en/sylpheed-13.html
7771         * doc/manual/en/sylpheed-14.html
7772         * doc/manual/en/sylpheed-15.html
7773         * doc/manual/en/sylpheed-16.html
7774         * doc/manual/en/sylpheed-17.html
7775         * doc/manual/en/sylpheed-18.html
7776         * doc/manual/en/sylpheed-19.html
7777         * doc/manual/en/sylpheed-2.html
7778         * doc/manual/en/sylpheed-20.html
7779         * doc/manual/en/sylpheed-21.html
7780         * doc/manual/en/sylpheed-22.html
7781         * doc/manual/en/sylpheed-3.html
7782         * doc/manual/en/sylpheed-4.html
7783         * doc/manual/en/sylpheed-5.html
7784         * doc/manual/en/sylpheed-6.html
7785         * doc/manual/en/sylpheed-7.html
7786         * doc/manual/en/sylpheed-8.html
7787         * doc/manual/en/sylpheed-9.html
7788         * doc/manual/en/sylpheed.html
7789                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7790
7791 2005-09-07 [colin]      1.9.14cvs5
7792
7793         * src/mainwindow.c
7794                 Make labels more to-the-point
7795
7796 2005-09-07 [colin]      1.9.14cvs4
7797
7798         * doc/manual/en/sylpheed-1.html
7799         * doc/manual/en/sylpheed-12.html
7800         * doc/manual/en/sylpheed-13.html
7801         * doc/manual/en/sylpheed-14.html
7802         * doc/manual/en/sylpheed-15.html
7803         * doc/manual/en/sylpheed-16.html
7804         * doc/manual/en/sylpheed-17.html
7805         * doc/manual/en/sylpheed-18.html
7806         * doc/manual/en/sylpheed-19.html
7807         * doc/manual/en/sylpheed-2.html
7808         * doc/manual/en/sylpheed-20.html
7809         * doc/manual/en/sylpheed-21.html
7810         * doc/manual/en/sylpheed-22.html
7811         * doc/manual/en/sylpheed-4.html
7812         * doc/manual/en/sylpheed-5.html
7813         * doc/manual/en/sylpheed-6.html
7814         * doc/manual/en/sylpheed-7.html
7815         * doc/manual/en/sylpheed-8.html
7816         * doc/manual/en/sylpheed-9.html
7817         * doc/manual/en/sylpheed.html
7818                 Update manual
7819
7820 2005-09-07 [colin]      1.9.14cvs3
7821
7822         * doc/faq/en/sylpheed-faq-1.html
7823         * doc/faq/en/sylpheed-faq-2.html
7824         * doc/faq/en/sylpheed-faq-3.html
7825         * doc/faq/en/sylpheed-faq.html
7826                 Update FAQ
7827
7828 2005-09-07 [colin]      1.9.14cvs2
7829
7830         * src/folderview.c
7831         * src/procmsg.c
7832         * src/summaryview.c
7833         * src/toolbar.c
7834                 Fix special subfolders:
7835                 - Inherit parent's icon
7836                 - sent contents of queues subfolders
7837                 - empty subfolders of trashes
7838         * src/mainwindow.c
7839                 Remove outdated manual and faq entries
7840         * src/common/utils.c
7841                 Add quotes around %s coming from mailcap
7842
7843 2005-09-07 [colin]      1.9.14cvs1
7844
7845         * src/compose.c
7846                 After saving draft, set modified to FALSE
7847         * src/mimeview.c
7848         * src/common/utils.c
7849         * src/common/utils.h
7850                 Try to open mime parts using what is 
7851                 indicated in ~/.mailcap or /etc/mailcap,
7852                 if possible.
7853
7854 2005-09-05 [paul]       1.9.14
7855
7856         1.9.14 released
7857
7858         * po/sk.po
7859                 updated by Andrej Kacian
7860
7861 2005-09-05 [paul]       1.9.13cvs83
7862
7863         * po/de.po
7864         * po/es.po
7865         * po/fi.po
7866         * po/fr.po
7867         * po/nb.po
7868         * po/pt_BR.po
7869         * po/sr.po
7870                 updated translations by Thomas Gilgin, Ricardo Mones
7871                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7872                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7873
7874 2005-09-04 [paul]       1.9.13cvs82
7875
7876         * src/compose.c
7877                 only warn about exceeded line length limit
7878                 on send
7879
7880 2005-09-04 [paul]       1.9.13cvs81
7881
7882         * src/compose.c
7883                 fix crash in 'line length exceeded' dialogue
7884
7885 2005-09-02 [paul]       1.9.13cvs80
7886
7887         * src/imap.c
7888                 fix bug 795, 'Connection lost IMAP'
7889                 and add statusbar prints
7890                 Patch by Colin
7891
7892 2005-09-02 [paul]       1.9.13cvs79
7893
7894         * src/compose.c
7895                 compose_wrap_paragraph() becomes
7896                 compose_beautify_paragraph()
7897                 Patch by Colin
7898
7899 2005-09-02 [colin]      1.9.13cvs78
7900
7901         * src/folderview.c
7902                 Micro-fix
7903
7904 2005-09-01 [colin]      1.9.13cvs77
7905
7906         * src/imap.c
7907                 Maybe fix bug #795 (Connection lost IMAP)
7908                 Don't try to send logout when we're disconnected.
7909         * src/summaryview.c
7910                 Include locked and marked emails in HRM
7911                 view. Fixes bug #800 (Locked messages no longer 
7912                 show up when hide read messages is used)
7913
7914 2005-09-01 [paul]       1.9.13cvs76
7915
7916         * src/prefs_common.c
7917                 fix bad cutting
7918
7919 2005-08-31 [colin]      1.9.13cvs75
7920
7921         * src/folderview.c
7922         * src/folderview.h
7923         * src/prefs_summaries.c
7924         * src/summaryview.c
7925                 Fix "go to next new", fix preference
7926                 (Open unread/next swapped)
7927
7928 2005-08-31 [paul]       1.9.13cvs74
7929
7930         * src/compose.c
7931         * src/folderview.c
7932         * src/headerview.c
7933         * src/headerview.h
7934         * src/mainwindow.c
7935         * src/prefs_common.c
7936         * src/prefs_common.h
7937         * src/prefs_fonts.c
7938         * src/summaryview.c
7939         * src/textview.c
7940         * src/common/defs.h
7941                 remove obsolete BOLD_FONT setting
7942                 fix font update in headerview and textview
7943                 headers after prefs change
7944                 Patch By Colin
7945
7946 2005-08-31 [paul]
7947
7948         1.9.14-rc4 released
7949
7950 2005-08-30 [colin]      1.9.13cvs73
7951
7952         * src/summaryview.c
7953                 When Hide read messages is selected and we
7954                 refresh the summaryview, don't remove the 
7955                 currently displayed message. Fixes bug #797
7956                 (Summary view reloads when new mail is 
7957                 downloaded in 1.9.14 rc)
7958
7959 2005-08-30 [colin]      1.9.13cvs72
7960
7961         * src/folderview.c
7962                 Fix flickering
7963         * src/mainwindow.c
7964                 Remove useless callback
7965         * src/mimeview.c
7966         * src/gtk/filesel.c
7967         * src/gtk/filesel.h
7968                 Add a filesel_select_file_save_folder() - used by Save All
7969
7970 2005-08-29 [paul]       1.9.13cvs71
7971
7972         * AUTHORS
7973         * src/matcher_parser_parse.y
7974         * src/etpan/imap-thread.c
7975                 fix building on FreeBSD
7976                 Patch by Daniel Gustafson <daniel@hobbit.se>
7977
7978 2005-08-29 [paul]       1.9.13cvs70
7979
7980         * src/plugins/pgpinline/pgpinline.c
7981                 only initialise sig result if it's been handled
7982                 Patch by Colin
7983
7984 2005-08-29 [paul]       1.9.13cvs69
7985         
7986         Patches by Colin:
7987
7988         * src/imap.c
7989         * src/common.utils.c
7990         * src/common/utils.h
7991                 optimisation
7992         * src/stock_pixmap.h
7993                 fix wrong icon reference
7994         * src/pixmaps/trash_btn.xpm
7995                 replace with nicer image
7996
7997 2005-08-28 [colin]      1.9.13cvs68
7998
7999         * src/Makefile.am
8000         * src/stock_pixmap.c
8001         * src/stock_pixmap.h
8002         * src/toolbar.c
8003         * src/pixmaps/trash_btn.xpm
8004                 Add a specific trash xpm for the button
8005
8006 2005-08-28 [colin]      1.9.13cvs67
8007
8008         * src/imap.c
8009                 Fix leak
8010
8011 2005-08-27 [colin]      1.9.13cvs66
8012
8013         * src/imap.c
8014         * src/procmime.c
8015                 Correctly fix "Problem with replies", fixes
8016                 pgpmime encryption too. 
8017
8018 2005-08-27 [colin]      1.9.13cvs65
8019
8020         * src/folder.c
8021         * src/procmsg.c
8022         * src/procmsg.h
8023         * src/summaryview.c
8024                 Fix bug #517 (messages removed from summaryview 
8025                 when moving fails)
8026
8027 2005-08-27 [colin]      1.9.13cvs64
8028
8029         * tools/Makefile.am
8030         * tools/asus_mailled.sh
8031                 Add a script to blink ASUS laptops' mail LED where there
8032                 is unread mail.
8033
8034 2005-08-27 [colin]      1.9.13cvs63
8035
8036         * src/imap.c
8037         * src/etpan/imap-thread.c
8038         * src/etpan/imap-thread.h
8039                 Implement automatic choosing of login method
8040                 Fixes bug #791
8041         * src/gtk/.cvsignore
8042                 Add sylpheed-marshal.[ch]
8043
8044 2005-08-27 [colin]      1.9.13cvs62
8045
8046         * src/common/utils.c
8047                 Fix confusing perror
8048
8049 2005-08-27 [colin]      1.9.13cvs61
8050
8051         * src/toolbar.c
8052         * src/toolbar.h
8053                 Remove A_DELETE, replace it with 
8054                 A_TRASH and A_DELETE_REAL. Automatically
8055                 rewrite config files to replace A_DELETE
8056                 with A_TRASH (no functionality change).
8057                 Fixes half of #794
8058
8059 2005-08-26 [colin]      1.9.13cvs60
8060
8061         * src/procmime.c
8062                 Previous "Problem with replies" fix brought other
8063                 problems, fixing them
8064
8065 2005-08-26 [colin]      1.9.13cvs59
8066
8067         * src/procmime.c
8068                 Fix "Problem with replies". This happened only
8069                 on IMAP...
8070         * src/procmsg.c
8071                 Factorize code a bit
8072         * src/compose.c
8073                 Speed improvement on very long messages (wrapping)
8074                 Fix signature color on Reedit and Redirect
8075                 On Reedit, don't attach pgp-signatures parts, but
8076                 set signing to On.
8077
8078 2005-08-24 [paul]       1.9.13cvs58
8079
8080         * src/compose.c
8081                 don't claim success when clicking
8082                 Cancel on the passphrase box.
8083                 Patch by Colin
8084
8085 2005-08-24 [paul]       1.9.13cvs57
8086
8087         * src/main.c
8088                 fix misplaced sylpheed.log
8089         * src/common/defs.h
8090                 define UIDL_DIR
8091
8092 2005-08-24 [paul]       1.9.13cvs56
8093
8094         * src/imap.c
8095         * src/etpan/imap-thread.c
8096         * src/etpan/imap-thread.h
8097                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8098                 Patch by Colin
8099         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8100         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8101                 remove autogenerated files
8102         * tools/kdeservicemenu/README
8103         * tools/kdeservicemenu/install.sh
8104         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8105         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8106                 use Claws icon, use 'Sylpheed-Claws' in menu,
8107                 use kdialog, and other cleanups
8108
8109 2005-08-23 [paul]       1.9.13cvs55
8110
8111         * src/compose.c
8112                 fix paste/wrap crash
8113                 Patch by Colin
8114
8115 2005-08-23 [paul]       1.9.13cvs54
8116
8117         * src/main.c
8118                 fix crash recovery
8119                 Patch by Colin
8120
8121 2005-08-23 [paul]       1.9.13cvs53
8122
8123         * src/addressbook.c
8124         * src/editaddress.c
8125                 view all data of LDAP contacts
8126                 Patch by Colin
8127
8128 2005-08-23 [paul]       1.9.13cvs52
8129
8130         * src/addressbook.c
8131                 fix issues with the Search field
8132                 Patch by Colin
8133
8134 2005-08-22 [paul]       1.9.13cvs51
8135
8136         * src/folderview.c
8137                 put name of folder in processing dialog
8138                 title
8139         * src/prefs_folder_item.c
8140                 improve english usage
8141
8142 2005-08-22 [paul]       1.9.13cvs50
8143
8144         * src/filtering.c
8145         * src/filtering.h
8146         * src/matcher.c
8147         * src/matcher_parser_lex.l
8148         * src/matcher_parser_parse.y
8149         * src/prefs_filtering.c
8150                 add Filtering/Processing rule names feature.
8151                 (the incompatible old matcherrc is saved as
8152                 matcherrc.pre_names).
8153                 Patch by Colin
8154
8155 2005-08-22 [paul]       1.9.13cvs49
8156
8157         * src/procmsg.c
8158                 fix colour labelling
8159                 Patch by Colin
8160
8161 2005-08-22 [paul]       1.9.13cvs48
8162
8163         * src/textview.c
8164                 fix open_image_cb()
8165
8166 2005-08-22 [paul]       1.9.13cvs47
8167
8168         * src/imap.c
8169                 fix bug 789, 'SC crashes with imap (CVS ver)'
8170                 Patch by Colin
8171
8172 2005-08-22 [paul]       1.9.13cvs46
8173
8174         * src/mimeview.c
8175         * src/prefs_common.c
8176         * src/common/defs.h
8177                 define reused defaults in defs.h
8178         * src/textview.c
8179                 add 'Open image' to image popup menu
8180
8181 2005-08-21 [colin]      1.9.13cvs45
8182
8183         * src/summaryview.c
8184                 Fix bug #788 (Bogus "From" address displayed)
8185
8186 2005-08-20 [colin]      1.9.13cvs44
8187
8188         * src/folder.c
8189                 Fix buf #787 (multilevel delete causes SIGSEGV)
8190
8191 2005-08-19 [colin]      1.9.13cvs43
8192
8193         * src/inc.c
8194         * src/prefs_common.c
8195         * src/prefs_common.h
8196                 Add an hidden pref to allow modifying the
8197                 update stepping in incorporation.
8198                 Patch by wwp.
8199
8200 2005-08-19 [colin]      1.9.13cvs42
8201
8202         * src/compose.c
8203         * src/procmime.c
8204                 Workaround for broken MUAs: encode 
8205                 Content-type: name: as ASCII and 
8206                 Content-Disposition: filename: as
8207                 per rfc2231
8208         * src/prefs_account.c
8209                 Fix invisible-ness of SMTP SSL prefs
8210                 in NNTP accounts
8211
8212 2005-08-19 [paul]       1.9.13cvs41
8213
8214         * src/compose.c
8215         * src/prefs_common.c
8216         * src/prefs_common.h
8217         * src/prefs_wrapping.c
8218                 paste with or without wrapping.
8219                 patch by Colin
8220
8221 2005-08-19 [paul]       1.9.13cvs40
8222
8223         * src/prefs_common.c
8224         * src/prefs_common.h
8225         * src/summaryview.c
8226                 reintroduce enable_swap_from as a
8227                 hidden pref. patch by Colin
8228         * src/quote_fmt_parse.y
8229         * src/plugins/clamav/clamav_plugin.c
8230         * src/plugins/dillo_viewer/dillo_viewer.c
8231         * src/plugins/mathml_viewer/mathml_viewer.c
8232         * src/plugins/pgpcore/sgpgme.c
8233         * src/plugins/pgpinline/pgpinline.c
8234         * src/plugins/pgpmime/pgpmime.c
8235                 tidy up. patch by Colin
8236
8237 2005-08-19 [paul]       1.9.13cvs39
8238
8239         * configure.ac
8240                 complete cvs38's sync
8241         * src/editaddress.c
8242         * src/gedit-print.c
8243         * src/mutt.c
8244         * src/etpan/etpan-log.c
8245         * src/etpan/imap-thread.c
8246         * src/gtk/gtksourceprintjob.c
8247                 fix compilation warnings
8248                 (patch by Colin)
8249
8250 2005-08-19 [paul]       1.9.13cvs38
8251
8252         sync with main:
8253
8254         * src/account.c
8255         * src/action.c
8256         * src/addrbook.c
8257         * src/addrcache.c
8258         * src/addrharvest.c
8259         * src/addrindex.c
8260         * src/codeconv.c
8261         * src/compose.c
8262         * src/crash.c
8263         * src/exporthtml.c
8264         * src/exportldif.c
8265         * src/folder.c
8266         * src/image_viewer.c
8267         * src/inc.c
8268         * src/inc.h
8269         * src/jpilot.c
8270         * src/ldif.c
8271         * src/main.c
8272         * src/matcher.c
8273         * src/mbox.c
8274         * src/messageview.c
8275         * src/mh.c
8276         * src/mimeview.c
8277         * src/msgcache.c
8278         * src/mutt.c
8279         * src/news.c
8280         * src/partial_download.c
8281         * src/pine.c
8282         * src/pop.c
8283         * src/prefs_actions.c
8284         * src/prefs_common.c
8285         * src/prefs_customheader.c
8286         * src/prefs_display_header.c
8287         * src/prefs_gtk.c
8288         * src/prefs_themes.c
8289         * src/procheader.c
8290         * src/procmime.c
8291         * src/procmsg.c
8292         * src/recv.c
8293         * src/send_message.c
8294         * src/simple-gettext.c
8295         * src/sourcewindow.c
8296         * src/textview.c
8297         * src/vcard.c
8298         * src/common/defs.h
8299         * src/common/log.c
8300         * src/common/plugin.c
8301         * src/common/prefs.c
8302         * src/common/session.c
8303         * src/common/session.h
8304         * src/common/socket.c
8305         * src/common/socket.h
8306         * src/common/ssl_certificate.c
8307         * src/common/template.c
8308         * src/common/utils.c
8309         * src/common/utils.h
8310         * src/common/xml.c
8311         * src/gtk/about.c
8312         added wrappers for C library function that
8313                 take pathname arguments.
8314                 enabled compilation with MinGW.
8315                 use GDir instead of directly using opendir().
8316                 added rename_force().
8317
8318 2005-08-19 [paul]       1.9.13cvs37
8319         
8320         patches by Colin:
8321         * src/compose.c
8322                 fix privacy settings on re-editing
8323                 a sent message
8324         * src/jpilot.c
8325                 fix encoding bug
8326         * src/folder.c
8327         * src/procmsg.c
8328         * src/procmsg.h
8329         * src/summaryview.c
8330                 flag changing optimisation
8331
8332 2005-08-18 [martin]     1.9.13cvs36
8333
8334         * commitHelper
8335             added my login
8336         * src/addrcache.c
8337         * src/addrharvest.c
8338         * src/addrindex.c
8339         * src/compose.c
8340         * src/grouplistdialog.c
8341         * src/main.c
8342         * src/mainwindow.c
8343         * src/msgcache.c
8344         * src/mutt.c
8345         * src/pine.c
8346         * src/prefs_account.c
8347         * src/prefs_themes.c
8348         * src/stock_pixmap.c
8349         * src/summaryview.c
8350         * src/gtk/about.c
8351         * src/gtk/logwindow.c
8352             removed deprecated glib and gdk stuff
8353         * src/plugins/pgpcore/select-keys.c
8354             convert attributes from locale to utf8
8355
8356 2005-08-17 [paul]       1.9.13cvs35
8357
8358         * src/account.c
8359         * src/addressbook.c
8360                 use new GTK_STOCK_ icons if available
8361         * src/summaryview.c
8362         * src/gtk/gtksctree.c
8363         * src/gtk/gtksctree.h
8364                 faster range select. patch by Colin
8365
8366 2005-08-17 [paul]       1.9.13cvs34
8367
8368         patches by colin:
8369         * src/addressbook.c
8370         * src/addressitem.h
8371                 Add an edit button for contacts, fix selections
8372                 of gtksctree items
8373         * src/editaddress.c
8374                 Change labels, let Save be always possible in the
8375                 email and user atributes tabs
8376         * src/folderview.c
8377                 fix sort issues
8378         * src/summaryview.c
8379                 select next item instead of the displayed one
8380                 after deletion
8381
8382         * src/gtk/progressdialog.c
8383                 use prefs_common.enable_rules_hint
8384
8385 2005-08-13 [hoa]        1.9.13cvs33
8386
8387         * src/etpan/imap-thread.c
8388                 fixed build on Solaris.
8389
8390 2005-08-10 [colin]      1.9.13cvs32
8391
8392         * src/procmsg.c
8393                 Fix cvs31 (missing fclose before reading
8394                 the file)
8395
8396 2005-08-10 [colin]      1.9.13cvs31
8397
8398         * src/procmsg.c
8399                 Fix procmsg_msginfo_new_from_mimeinfo() when
8400                 the MimeInfo isn't stored in memory. This fixes
8401                 replying to an attached message.
8402
8403 2005-08-10 [colin]      1.9.13cvs30
8404
8405         * src/mainwindow.c
8406                 Fix slowness in account changing
8407
8408 2005-08-10 [colin]      1.9.13cvs29
8409
8410         * src/folder.c
8411         * src/folderutils.c
8412         * src/folderview.c
8413         * src/imap_gtk.c
8414         * src/mainwindow.c
8415         * src/mh_gtk.c
8416         * src/procmsg.c
8417         * src/summaryview.c
8418                 Optimize folder_has_parent_of_type
8419                 Prevent moving special sub-folders from contextual menus
8420                 Rework message a bit ("Empty all messages" -> "Delete all
8421                 messages")
8422                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8423                 and "Deleted Items" folders)
8424
8425 2005-08-08 [colin]      1.9.13cvs28
8426
8427         * src/summaryview.c
8428         * src/prefs_summaries.c
8429                 Make "Select first unread|new" more flexible
8430                 (just prioritize new or unread)
8431
8432 2005-08-08 [colin]      1.9.13cvs27
8433
8434         * src/summaryview.c
8435                 If "select first new" is selected and there only
8436                 are unread messages, fallback to "select first
8437                 unread".
8438
8439 2005-08-08 [colin]      1.9.13cvs26
8440
8441         * src/folder.c
8442                 Fix shameful bugs (and bug #779)
8443
8444 2005-08-08 [colin]      1.9.13cvs25
8445
8446         * src/folder.c
8447         * src/folder.h
8448                 Cache parents' type to make folder_has_parent_of_type
8449                 faster
8450         * src/folderview.c
8451                 Forbid DnD of special sub-folders
8452         * src/procmsg.c
8453         * src/procmsg.h
8454                 Add MAIL_POSTFILTERING_HOOK
8455         * src/summaryview.c
8456                 Revert over-zealous deletion of the use_addr_book 
8457                 code
8458
8459 2005-08-07 [colin]      1.9.13cvs24
8460
8461         * src/folder.c
8462                 Fix big mistake (passing MsgInfo instead 
8463                 of FolderItem)
8464
8465 2005-08-07 [colin]      1.9.13cvs23
8466
8467         * src/compose.c
8468         * src/folder.c
8469         * src/folder.h
8470         * src/foldersel.c
8471         * src/folderutils.c
8472         * src/folderview.c
8473         * src/imap.c
8474         * src/mainwindow.c
8475         * src/messageview.c
8476         * src/mh.c
8477         * src/msgcache.c
8478         * src/procmime.c
8479         * src/summaryview.c
8480                 Make subfolders of Drafts, Queue, Outbox, Trash
8481                 work like their parents. 
8482                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8483
8484 2005-08-07 [colin]      1.9.13cvs22
8485
8486         * src/addressbook.c
8487                 Fix bug #771 (Dragged contacts not saved)
8488
8489 2005-08-07 [paul]       1.9.13cvs21
8490
8491         * src/summaryview.c
8492                 fix bug 32 'Search Doesn't display results
8493                 if "Hide Read Messages" is chosen'
8494                 be more literal in interpreting 'Hide read
8495                 messages'
8496
8497 2005-08-07 [colin]      1.9.13cvs20
8498
8499         * src/folderview.c
8500                 Add debug
8501         * src/summaryview.c
8502                 Faster 'unthread_for_execution'
8503
8504 2005-08-06 [paul]       1.9.13cvs19
8505
8506         * src/mainwindow.c
8507                 add mnemonics to Set displayed columns
8508                 fix bug where msgview_visible option was
8509                 overwritten as TRUE on startup
8510
8511 2005-08-06 [paul]       1.9.13cvs18
8512
8513         * src/mainwindow.c
8514                 refer to 'displayed columns in folder/message
8515                 list' not 'displayed items in summary/message view'
8516         * src/prefs_display_header.c
8517                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8518                 be consistent with similar dialogues
8519         * src/prefs_folder_column.c
8520         * src/prefs_summary_column.c
8521                 'columns' not 'items', and folder and message lists,
8522                 instead of folder and summary views;
8523                 Use 'Hidden columns' as list heading not 'Available
8524                 items';
8525                 move the 'Remove' button to the right hand side;
8526                 top-align the buttons;
8527                 remove unneeded vbox
8528         * src/prefs_summaries.c
8529                 put the 2 column prefs buttons in a frame to reduce
8530                 overall width; refer to columns not items &c.
8531
8532 2005-08-05 [colin]      1.9.13cvs17
8533
8534         * src/prefs_common.c
8535         * src/prefs_common.h
8536         * src/mainwindow.c
8537         * src/compose.c
8538         * src/messageview.c
8539                 Add an hidden toolbar_detachable pref, so
8540                 that I can get rid of these painful handles
8541                 in the toolbars. Defaults to TRUE to avoid
8542                 changing the GUI on unsuspecting people...
8543
8544 2005-08-05 [colin]      1.9.13cvs16
8545
8546         * src/Makefile.am
8547         * src/prefs_folder_column.c
8548         * src/prefs_folder_column.h
8549                 Add prefs for folder columns
8550         * src/folderview.c
8551         * src/folderview.h
8552         * src/mainwindow.c
8553         * src/mainwindow.h
8554         * src/prefs_common.c
8555         * src/prefs_common.h
8556         * src/prefs_summaries.c
8557                 Use them
8558         * src/prefs_summary_column.c
8559         * src/summaryview.c
8560         * src/summaryview.h
8561                 Add a To column
8562         * src/textview.c
8563         * src/common/utils.c
8564         * src/common/utils.h
8565                 Move uri colourisation functions
8566                 to utils
8567         * src/compose.c
8568                 Colourise URIs
8569         * src/imap.c
8570                 Fix bug with LIST where we'd try
8571                 to get Folder//////[...]/// 
8572
8573 2005-08-05 [paul]       1.9.13cvs15
8574
8575         * src/prefs_summaries.c
8576                 improve the English usage
8577         * src/summaryview.c
8578                 set font on column change
8579                 thanks to Colin
8580
8581 2005-08-05 [paul]       1.9.13cvs14
8582
8583         * src/prefs_common.c
8584         * src/prefs_common.h
8585         * src/prefs_summaries.c
8586         * src/summaryview.c
8587                 replace 'open_unread_on_enter' option with
8588                 'select_on_entry' option. opening/not opening
8589                 is now exclusively controlled by 'always_show_msg'
8590
8591 2005-08-04 [colin]      1.9.13cvs13
8592
8593         * src/compose.c
8594                 Remove dead code
8595                 Add colourisation of quotes and signatures
8596         * src/folderview.c
8597                 Fix possible crashes
8598         * src/messageview.c
8599                 Change an assert that is no problem
8600         * src/news.c
8601         * src/news_gtk.c
8602         * src/news_gtk.h
8603                 Fix offline mode
8604         * src/gtk/quicksearch.c
8605                 Fix a possible crash
8606
8607 2005-08-03 [colin]      1.9.13cvs12
8608
8609         * src/prefs_account.c
8610                 Fix bug #777 (Sylpheed crash in account configuration)
8611
8612 2005-08-03 [colin]      1.9.13cvs11
8613
8614         * src/addressbook.c
8615         * src/editaddress.c
8616         * src/editgroup.c
8617                 Fixing addressbook, round 2
8618         * src/textview.c
8619                 Fix emphasis color on rechecking 'Colorize messages'
8620
8621 2005-08-03 [paul]       1.9.13cvs10
8622
8623         sync with main
8624
8625         * src/addr_compl.c
8626         * src/compose.c
8627         * src/main.c
8628         * src/pop.c
8629         * src/prefs_account.c
8630         * src/procmime.c
8631         * src/procmsg.c
8632         * src/quote_fmt_parse.y
8633         * src/textview.c
8634         * src/common/quoted-printable.c
8635         * src/common/utils.c
8636         * src/common/utils.h
8637         * src/common/xml.c
8638                 replaced incorrect locale-independent
8639                 ctype functions with GLib's. Corrected
8640                 signedness mismatch.
8641         * src/headerview.c
8642                 headerview_create(): added spacing for vbox.
8643         * src/gtk/about.c
8644                 set focus to the OK button.
8645
8646 2005-08-03 [colin]      1.9.13cvs9
8647
8648         * src/folderview.c
8649                 Fix possible crash
8650
8651 2005-08-02 [colin]      1.9.13cvs8
8652
8653         * src/mainwindow.c
8654                 Fix cast
8655         * src/addressbook.c
8656         * src/addressitem.h
8657                 Fix a cast and more generally, try to make the
8658                 GUI more intuitive and consistent (round 1)
8659
8660 2005-08-02 [paul]       1.9.13cvs7
8661
8662         * src/folder.h
8663                 missing in 1.9.13cvs6
8664
8665 2005-08-02 [colin]      1.9.13cvs6
8666
8667         * src/folder.c
8668                 Fix one more leak
8669
8670 2005-08-02 [colin]      1.9.13cvs5
8671
8672         * src/folder.c
8673         * src/folderview.c
8674         * src/imap.c
8675         * src/main.c
8676         * src/mbox.c
8677         * src/procmsg.c
8678         * src/summaryview.c
8679                 Fix a number of folder_item_get_msg_list()-related
8680                 leaks (missing procmsg_msginfo_free()s)
8681
8682 2005-08-01 [colin]      1.9.13cvs4
8683
8684         * src/folderview.c
8685         * src/folderview.h
8686         * src/mainwindow.c
8687         * src/prefs_fonts.c
8688         * src/prefs_summaries.c
8689         * src/prefs_themes.c
8690         * src/summaryview.c
8691         * src/summaryview.h
8692         * src/textview.c
8693         * src/textview.h
8694                 Fix instant-apply of summary and folderview-related prefs
8695                 Fix erroneous g_free and alertpanels in prefs_theme
8696                 Add instant-apply for fonts
8697                 Defer applying of prefs a little bit so it's done only
8698                 once even if requested by multiples prefs pages
8699
8700 2005-08-01 [paul]       1.9.13cvs3
8701
8702         * src/main.c
8703                 fix bug 776 'S.C. crashes on close'
8704                 thanks to Colin
8705         * src/etpan/etpan-thread-manager-types.h
8706                 add missing include
8707                 thanks to Hoa
8708
8709 2005-07-25 [paul]       1.9.13cvs2
8710
8711         * src/summaryview.c
8712                 fix typos. spotted by Fabien Vantard
8713
8714 2005-07-24 [paul]       1.9.13cvs1
8715
8716         * doc/man/sylpheed.1
8717                 update man page, incorporating fix of
8718                 bug 769 'Typo in manpage'
8719         * src/etpan/imap-thread.c
8720                 fix NetBSD openssl dependencies. patch by
8721                 George Michaelson <ggm@apnic.net>
8722         * po/pt_BR.po
8723                 updated by Frederico Goncalves Guimaraes
8724
8725 2005-07-22 [paul]       1.9.13
8726
8727         1.9.13 release
8728
8729 2005-07-22 [paul]       1.9.12cvs91
8730
8731         * AUTHORS
8732         * INSTALL
8733         * README.claws
8734         * RELEASE_NOTES.claws
8735                 updated for release
8736         * configure.ac
8737         * po/nb.po
8738         * tools/claws.i18n.status.pl
8739                 add Norwegian translation. submiited by
8740                 Geir Helland <pjallabais@users.sourceforge.net>
8741         * po/ca.po
8742         * po/de.po
8743         * po/es.po
8744         * po/fi.po
8745         * po/fr.po
8746         * po/it.po
8747         * po/sk.po
8748         * po/sr.po
8749         * po/zh_CN.po
8750                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8751                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8752                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8753                 Yang Guilong
8754         * src/plugins/clamav/clamav_plugin_gtk.c
8755         * src/plugins/spamassassin/spamassassin_gtk.c
8756                 replace outdated description strings
8757
8758 2005-07-21 [colin]      1.9.12cvs90
8759
8760         * src/folder.c
8761                 Set folder to batch mode when scanning it. Makes deletion
8762                 of unread mails on IMAP much faster (due to the UNREAD 
8763                 flag unsetting)
8764
8765 2005-07-21 [darko]      1.9.12cvs89
8766
8767         * configure.ac
8768                 link against libresolv if necessary (patch by Paul)
8769         * src/msgcache.c
8770                 use glib's portable macros to determine endianness
8771
8772 2005-07-21 [paul]       1.9.12cvs88
8773
8774         * src/crash.c
8775         * src/gtk/about.c
8776                 update compiled-in features list
8777
8778 2005-07-20 [colin]      1.9.12cvs87
8779
8780         * src/folder.c
8781         * src/textview.c
8782                 Gcc 2.9x compilation fixes, thanks to Darko
8783         * src/plugins/clamav/clamav_plugin.c
8784                 Little optimisation: load virus database only once
8785         * src/plugins/spamassassin/spamassassin.c
8786                 Big optimisation: filtering one mail took at least 1 second,
8787                 now it takes at least 50ms. Doesn't speed up spamassassin 
8788                 itself, but should already be much more tolerable.
8789
8790 2005-07-20 [colin]      1.9.12cvs86
8791
8792         * src/summaryview.c
8793                 Fix performance issue
8794
8795 2005-07-19 [colin]      1.9.12cvs85
8796
8797         * src/plugins/pgpinline/plugin.c
8798                 Fix warning
8799
8800 2005-07-19 [colin]      1.9.12cvs84
8801
8802         * configure.ac
8803         * src/plugins/Makefile.am
8804         * src/plugins/pgpinline/.cvsignore
8805         * src/plugins/pgpinline/Makefile.am
8806         * src/plugins/pgpinline/pgpinline.c
8807         * src/plugins/pgpinline/pgpinline.deps
8808         * src/plugins/pgpinline/pgpinline.h
8809         * src/plugins/pgpinline/plugin.c
8810                 Put pgpinline in the main tree
8811
8812 2005-07-19 [paul]       1.9.12cvs83
8813
8814         * src/prefs_actions.c
8815                 prevent '//' in menu names, which cause a crash
8816                 thanks to Colin
8817
8818 2005-07-19 [paul]       1.9.12cvs82
8819
8820         * configure.ac
8821                 be generally more informative in configure output.
8822                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8823                 '[ --disable-openssl ...', as --enable-openssl is default
8824                 PGP/MIME: don't check for GPGME again, check for
8825                 pgpcore instead. Therefore prevent the possibility of
8826                 attempting to build pgpmime if pgpcore dependencies are
8827                 not met
8828                 ClamAV: use pkgconfig to check for lib
8829                 libgnomeprint: revert logic on inner test to match
8830                 everything else
8831         * src/plugins/pgpcore/sgpgme.c
8832                 add missing include
8833
8834 2005-07-19 [colin]      1.9.12cvs81
8835
8836         * src/summaryview.c
8837                 Fix slow thread rebuilding in particular
8838                 cases
8839
8840 2005-07-19 [paul]       1.9.12cvs80
8841
8842         * sylpheed-claws.desktop
8843                 fix typo, spotted by Stephan Sachse
8844         * src/account.c
8845                 replace GTK_STOCK_ADD with
8846                 GTK_STOCK_NEW button
8847
8848 2005-07-18 [colin]      1.9.12cvs79
8849
8850         * src/etpan/imap-thread.c
8851                 Fix return value (Thanks Hoa)
8852
8853 2005-07-18 [colin]      1.9.12cvs78
8854
8855         * src/imap.c
8856                 Allow empty passwords
8857                 Create drafts/queue/outbox if necessary
8858         * src/summaryview.c
8859                 Remove old code
8860         * src/etpan/imap-thread.c
8861                 Fix STARTTLS (Thanks to Hoa)
8862
8863 2005-07-18 [paul]       1.9.12cvs77
8864
8865         * ChangeLog-gtk2.jp
8866         * ChangeLog.jp
8867                 removed
8868         * Makefile.am
8869                 updated to reflect additions and removals
8870         * TODO
8871                 updated to be claws-specific
8872         * TODO-gtk2
8873         * TODO-gtk2.jp
8874         * TODO.jp
8875         * sylpheed-128x128.png
8876         * sylpheed-64x64.png
8877                 removed
8878         * sylpheed-claws-128x128.png
8879         * sylpheed-claws-64x64.png
8880         * sylpheed-claws.desktop
8881         * sylpheed-claws.png
8882                 added
8883         * sylpheed.desktop
8884         * sylpheed.png
8885                 removed
8886
8887 2005-07-17 [paul]       1.9.12cvs76
8888
8889         * src/account.c
8890         * src/addressbook.c
8891         * src/alertpanel.c
8892         * src/alertpanel.h
8893         * src/compose.c
8894         * src/exphtmldlg.c
8895         * src/expldifdlg.c
8896         * src/folderview.c
8897         * src/imap_gtk.c
8898         * src/inc.c
8899         * src/message_search.c
8900         * src/messageview.c
8901         * src/mh_gtk.c
8902         * src/news_gtk.c
8903         * src/prefs_actions.c
8904         * src/prefs_filtering.c
8905         * src/prefs_matcher.c
8906         * src/prefs_template.c
8907         * src/prefs_themes.c
8908         * src/ssl_manager.c
8909         * src/summary_search.c
8910         * src/textview.c
8911         * src/toolbar.c
8912         * src/gtk/sslcertwindow.c
8913         * src/plugins/pgpcore/sgpgme.c
8914                 rework alertpanels
8915
8916 2005-07-17 [colin]      1.9.12cvs75
8917
8918         * src/privacy.c
8919                 add a PrivacySystem accessor that checks that
8920                 the system cached in a MimeInfo's privacydata
8921                 is still registered. Use this accessor instead
8922                 of directly using data->system. Fixes crashes
8923                 after unloading pgp plugins.
8924
8925 2005-07-17 [colin]      1.9.12cvs74
8926
8927         * src/alertpanel.c
8928                 Change geometry hints to a simple default size.
8929                 Fixes the certs dialogs.
8930
8931 2005-07-17 [colin]      1.9.12cvs73
8932
8933         * src/gtk/sslcertwindow.c
8934                 Use a gtkExpander
8935
8936 2005-07-17 [colin]      1.9.12cvs72
8937
8938         * src/plugins/pgpcore/Makefile.am
8939         * src/plugins/pgpmime/Makefile.am
8940                 Add gpgme libs
8941
8942 2005-07-17 [paul]       1.9.12cvs71
8943
8944         * configure.ac
8945                 add --disable-gnomeprint option
8946                 modified version of patch by Marius Mauch
8947
8948 2005-07-17 [paul]       1.9.12cvs70
8949
8950         * src/common/defs.h
8951                 update urls
8952         * src/account.c
8953         * src/action.c
8954         * src/addressbook.c
8955         * src/compose.c
8956         * src/foldersel.c
8957         * src/folderview.c
8958         * src/html.c
8959         * src/imap_gtk.c
8960         * src/main.c
8961         * src/mainwindow.c
8962         * src/messageview.c
8963         * src/mh_gtk.c
8964         * src/mimeview.c
8965         * src/news_gtk.c
8966         * src/prefs_account.c
8967         * src/prefs_send.c
8968         * src/prefs_summaries.c
8969         * src/procmsg.c
8970         * src/summaryview.c
8971         * src/common/utils.c
8972         * src/common/xml.c
8973         * src/plugins/pgpcore/passphrase.c
8974         * src/plugins/pgpcore/select-keys.c
8975                 replace inappropriately used backticks
8976                 with single quotes
8977
8978 2005-07-16 [colin]      1.9.12cvs69
8979
8980         * src/image_viewer.c
8981                 Add extra paranoid checks
8982
8983 2005-07-16 [colin]      1.9.12cvs68
8984
8985         * src/plugins/pgpcore/prefs_gpg.c
8986                 Don't auto-check sigs by default, as it
8987                 can be really slow.
8988
8989 2005-07-16 [colin]      1.9.12cvs67
8990
8991         * src/plugins/pgpcore/sgpgme.c
8992                 Make messages a bit better.
8993
8994 2005-07-16 [colin]      1.9.12cvs66
8995
8996         * src/imap.c
8997                 Remove pseudo-log
8998         * src/etpan/imap-thread.c
8999                 Add real log
9000
9001 2005-07-16 [colin]      1.9.12cvs65
9002
9003         * src/main.c
9004         * src/prefs_other.c
9005                 And now, fix build with libetpan :-/
9006
9007 2005-07-15 [colin]      1.9.12cvs64
9008
9009         * src/prefs_other.c
9010                 Continue fixing build without libetpan.
9011
9012 2005-07-15 [colin]      1.9.12cvs63
9013
9014         * src/main.c
9015                 Fix build with --disable-libetpan
9016
9017 2005-07-15 [colin]      1.9.12cvs62
9018
9019         * configure.ac
9020                 Bump libetpan's version
9021
9022 2005-07-15 [colin]      1.9.12cvs61
9023
9024         * src/etpan/imap-thread.c
9025                 Actually stop logging :)
9026
9027 2005-07-15 [colin]      1.9.12cvs60
9028
9029         * src/addressbook.c
9030                 Fix dnd of multiple addresses.
9031
9032 2005-07-15 [hoa]        1.9.12cvs59
9033
9034         * src/etpan/imap-thread.c
9035             disable login of IMAP password in libetpan log file.
9036
9037 2005-07-15 [paul]       1.9.12cvs58
9038
9039         * src/account.c
9040                 don't automatically sort
9041                 do allow drag n drop
9042
9043 2005-07-15 [paul]       1.9.12cvs57
9044
9045         * src/account.c
9046         * src/ssl_manager.c
9047                 alphabetical listing
9048
9049 2005-07-15 [paul]       1.9.12cvs56
9050
9051         * src/gtk/pluginwindow.c
9052                 sort plugin list alphabetically
9053
9054 2005-07-15 [paul]       1.9.12cvs55
9055
9056         * src/prefs_spelling.c
9057         * src/prefs_wrapping.c
9058                 unify English usage
9059
9060 2005-07-15 [colin]      1.9.12cvs54
9061
9062         * src/wizard.c
9063                 Typo fix
9064
9065 2005-07-15 [paul]       1.9.12cvs53
9066
9067         * src/prefs_message.c
9068                 make 'show cursor' a hidden option
9069
9070 2005-07-14 [colin]      1.9.12cvs52
9071
9072         * src/plugins/spamassassin/Makefile.am
9073         * src/plugins/clamav/Makefile.am
9074                 Fix double EXTRA_DISTs
9075
9076 2005-07-14 [colin]      1.9.12cvs51
9077
9078         * src/plugins/clamav/Makefile.am
9079         * src/plugins/clamav/clamav_plugin_gtk.deps
9080         * src/plugins/spamassassin/Makefile.am
9081         * src/plugins/spamassassin/spamassassin_gtk.deps
9082                 Make $plugin_gtk depend on $plugin
9083
9084 2005-07-14 [hoa]        1.9.12cvs50
9085
9086         * src/etpan/imap-thread.c
9087                 enable debug log of libetpan when running with --debug
9088
9089 2005-07-14 [colin]      1.9.12cvs49
9090
9091         * configure.ac
9092         * src/common/Makefile.am
9093         * src/common/plugin.c
9094         * src/common/plugin.h
9095                 Add a little plugin dependancy system.
9096                 Plugins can ship a $plugin_name.deps file
9097                 (near them in PLUGINDIR) so that their
9098                 dependancies are loaded if possible.
9099         * src/plugins/Makefile.am
9100         * src/plugins/pgpcore/Makefile.am
9101         * src/plugins/pgpcore/passphrase.c
9102         * src/plugins/pgpcore/passphrase.h
9103         * src/plugins/pgpcore/plugin.c
9104         * src/plugins/pgpcore/prefs_gpg.c
9105         * src/plugins/pgpcore/prefs_gpg.h
9106         * src/plugins/pgpcore/select-keys.c
9107         * src/plugins/pgpcore/select-keys.h
9108         * src/plugins/pgpcore/sgpgme.c
9109         * src/plugins/pgpcore/sgpgme.h
9110                 Introduce pgpcore, used by pgpmime and
9111                 pgpinline
9112         * src/plugins/pgpmime/Makefile.am
9113         * src/plugins/pgpmime/passphrase.c
9114         * src/plugins/pgpmime/passphrase.h
9115         * src/plugins/pgpmime/pgpmime.c
9116         * src/plugins/pgpmime/pgpmime.deps
9117         * src/plugins/pgpmime/plugin.c
9118         * src/plugins/pgpmime/prefs_gpg.c
9119         * src/plugins/pgpmime/prefs_gpg.h
9120         * src/plugins/pgpmime/select-keys.c
9121         * src/plugins/pgpmime/select-keys.h
9122         * src/plugins/pgpmime/sgpgme.c
9123         * src/plugins/pgpmime/sgpgme.h
9124                 Remove the core from pgpmime and add the
9125                 dependancy to pgpcore.
9126
9127 2005-07-14 [paul]       1.9.12cvs48
9128
9129         * src/stock_pixmap.c
9130                 forgot this in last commit
9131
9132 2005-07-14 [paul]       1.9.12cvs47
9133
9134         * src/account.c
9135         * src/addressbook.c
9136                 add accelerators for the buttons (sync with main)
9137         * src/compose.c
9138         * src/compose.h
9139                 add accelerators for the buttons.
9140                 fix editing with external editor.
9141                 replace gdk_input_*() with GIOChannel;
9142                 (sync with main)
9143         * src/foldersel.c
9144                 display folder names with new/unread
9145                 representation (sync with main)
9146         * src/main.c
9147                 specify default window icon (sync with main)
9148         * src/prefs_common.c
9149                 use_addr_book default to FALSE
9150         * src/summaryview.c
9151         * src/textview.c
9152                 add accelerators for the buttons (sync with main)
9153         * src/gtk/menu.c
9154                 fix typos
9155         * src/pixmaps/sylpheed_icon.xpm
9156                 updated
9157
9158 2005-07-13 [paul]       1.9.12cvs46
9159
9160         * src/plugins/pgpmime/pgpmime.c
9161         * src/plugins/pgpmime/sgpgme.c
9162                 (temporarily) use deprecated gpgme_data_rewind()
9163                 while largefile support is not present
9164                 (as suggested by Colin)
9165
9166 2005-07-13 [paul]       1.9.12cvs45
9167
9168         * configure.ac
9169                 remove large file support (for now):
9170                 it breaks too many things
9171
9172 2005-07-13 [paul]       1.9.12cvs44
9173
9174         * configure.ac
9175                 add large file support
9176         * src/html.c
9177                 fix bug #763 where href attribute was not
9178                 the very first attribute of a link
9179                 patch by Thomas Gilgin
9180
9181 2005-07-13 [colin]      1.9.12cvs43
9182
9183         * src/gtk/pluginwindow.c
9184                 Little portability fix
9185
9186 2005-07-13 [colin]      1.9.12cvs42
9187
9188         * src/plugins/pgpmime/sgpgme.c
9189                 Fix crasher.
9190
9191 2005-07-13 [colin]      1.9.12cvs41
9192
9193         * src/plugins/pgpmime/pgpmime.c
9194         * src/plugins/pgpmime/sgpgme.c
9195                 Use gpgme_data_release_and_get_mem instead
9196                 of gpgme_data_read.
9197
9198 2005-07-13 [colin]      1.9.12cvs40
9199
9200         * configure.ac
9201         * src/plugins/pgpmime/passphrase.c
9202         * src/plugins/pgpmime/passphrase.h
9203         * src/plugins/pgpmime/pgpmime.c
9204         * src/plugins/pgpmime/plugin.c
9205         * src/plugins/pgpmime/select-keys.c
9206         * src/plugins/pgpmime/select-keys.h
9207         * src/plugins/pgpmime/sgpgme.c
9208         * src/plugins/pgpmime/sgpgme.h
9209                 Port pgpmime to gpgme-1.0.
9210
9211 2005-07-12 [paul]       1.9.12cvs39
9212
9213         * AUTHORS
9214         * src/toolbar.c
9215         * src/toolbar.h
9216                 add a 'Go to Prev' button to the toolbar.
9217                 correct tooltip text of go to buttons.
9218                 based on patch by Yang Guilong <bamanzi@gmail.com>
9219
9220 2005-07-12 [colin]      1.9.12cvs38
9221
9222         * src/statusbar.c
9223                 Fix progress bar showing stuff at startup.
9224
9225 2005-07-12 [paul]       1.9.12cvs37
9226
9227         * src/editjpilot.c
9228                 fix building with jpilot support
9229
9230 2005-07-11 [colin]      1.9.12cvs36
9231
9232         * src/inc.c
9233                 Add visual indication that filtering is running
9234         * src/textview.c
9235                 Make {}[] uri delimiters
9236         * src/summaryview.c
9237                 Remove useless (and slow) calls
9238
9239 2005-07-11 [paul]       1.9.12cvs35
9240
9241         * src/plugins/clamav/clamav_plugin_gtk.c
9242         * src/plugins/dillo_viewer/dillo_prefs.c
9243         * src/plugins/pgpmime/prefs_gpg.c
9244         * src/plugins/spamassassin/spamassassin_gtk.c
9245                 gather plugins prefs together under their
9246                 own 'Plugins' heading
9247
9248 2005-07-11 [paul]       1.9.12cvs34
9249
9250         sync with main
9251
9252         * src/account.c
9253                 account_delete(): modified alert dialog
9254         * src/editjpilot.c
9255         * src/editvcard.c
9256                 fixed a crash when cancelling file selection
9257                 dialog by Escape key. Made non-ascii filename
9258                 selectable.
9259         * src/prefs_template.c
9260                 prefs_template_window_create(): make scrolled
9261                 window policy AUTOMATIC
9262
9263 2005-07-10 [hoa]        1.9.12cvs33
9264
9265         * src/etpan/imap-thread.c
9266                 workaround for old Courier IMAP servers.
9267
9268 2005-07-10 [colin]      1.9.12cvs32
9269
9270         * src/folder.c
9271         * src/statusbar.c
9272         * src/statusbar.h
9273                 Add visual progress indicator on filtering/processing
9274                 Factorize the progress bar code
9275         * src/imap.c
9276         * src/imap.h
9277         * src/etpan/imap-thread.c
9278                 Add a reference counter to avoid destroying the Folder
9279                 while it's in use by another callback.
9280
9281 2005-07-09 [hoa]        1.9.12cvs31
9282
9283         * src/imap.c
9284         * src/etpan/imap-thread.c
9285                 fixed deadlock when removing IMAP account.
9286
9287 2005-07-08 [colin]      1.9.12cvs30
9288
9289         * src/textview.c
9290         * src/unmime.c
9291                 Fix again problems decoding broken headers
9292         * src/gtk/inputdialog.c
9293                 Fix local variable shadowing a global one
9294
9295 2005-07-08 [colin]      1.9.12cvs29
9296
9297         * src/msgcache.c
9298                 Make the cache/mark files platform-agnostic by writing
9299                 them in little-endian format. Reading them is also done
9300                 in little-endian format, of course; however, in order
9301                 to avoid trashing mark data on big-endian machines, the
9302                 files are, at first, read from the native format if the
9303                 little-endian one doesn't exist. This is easy to deter-
9304                 mine by trying to open a file with a swapped data_ver
9305                 and seeing if it's the wanted version.
9306                 Little-endian using users should see absolutely no
9307                 difference, Big-endian users may get a very little
9308                 performance drop due to byte-swapping.
9309                 Tested on i386 and ppc32. 
9310                 Fixes bug #159 (The index file, in the mailboxes, is 
9311                 hardware depending).
9312
9313                 To have the cache/mark files updated to the new little-
9314                 endian format, "Check for new messages" or even
9315                 "Rebuild folder tree" aren't enough. Files will be
9316                 updated as soon as a folder has been opened/closed.
9317                 To update everything, just select all folders by
9318                 selecting them one by one.
9319
9320 2005-07-07 [colin]      1.9.12cvs28
9321
9322         * src/imap.c
9323                 Remember the folder separator per IMAPFolder
9324                 instead of globally.
9325                 Revive the Session on noop; fixes bug #761
9326                 (mark a bunch of unread messages as read takes 
9327                 forever)
9328
9329 2005-07-07 [darko]      1.9.12cvs27
9330
9331         * src/common/template.c
9332                 Sort templates alphabetically
9333
9334 2005-07-06 [colin]      1.9.12cvs26
9335
9336         * src/imap.c
9337                 Try to use the correct separator in
9338                 most cases. Possibly fixes bug #759
9339                 (only creates the INBOX folder when 
9340                 setting up new IMAP account) and 
9341                 bug #760 (Can't retrieve messages)
9342
9343 2005-07-06 [colin]      1.9.12cvs25
9344
9345         * src/imap.c
9346                 Use real_path in status command. This will
9347                 help later, when namespaces will be used.
9348
9349 2005-07-06 [colin]      1.9.12cvs24
9350
9351         * configure.ac
9352         * src/account.c
9353         * src/folder.c
9354         * src/imap.c
9355         * src/etpan/etpan-log.c
9356         * src/etpan/etpan-thread-manager.c
9357         * src/etpan/imap-thread.c
9358                 Add a --disable-libetpan parameter. With this,
9359                 users that don't want IMAP4 support can avoid
9360                 the new dependancy (and have no IMAP support).
9361                 Users that have IMAP4 accounts and use this
9362                 parameter won't lose their configuration, their
9363                 IMAP accounts will just be invisible and not
9364                 used.
9365         * src/textview.c
9366                 Make the "Copy ..." contextual menu items 
9367                 copy to both the X clipboard and the gtk 
9368                 clipboard - as most other apps do.
9369         * src/gtk/about.c
9370                 Add a notice about OpenSSL usage, in order to
9371                 comply with OpenSSL's license (point 6):
9372                 http://www.openssl.org/source/license.html
9373
9374 2005-07-06 [colin]      1.9.12cvs23
9375
9376         * src/alertpanel.c
9377                 Fix a minimum size for alertpanels
9378         * src/compose.c
9379                 Show 'No space left on device' type errors
9380                 when queuing/sending
9381         * src/imap_gtk.c
9382         * src/mh_gtk.c
9383                 Rework folder's deletion message (remove 
9384                 extra \n)
9385
9386 2005-07-05 [colin]      1.9.12cvs22
9387
9388         * src/imap.c
9389                 Add an alertpanel on auth error
9390                 Add pseudo-log
9391                 Remove pthread-related stuff
9392
9393 2005-07-05 [colin]      1.9.12cvs21
9394
9395         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9396                 Fix crash on plugin reloading (with a hack)
9397
9398 2005-07-05 [colin]      1.9.12cvs20
9399
9400         * src/prefs_account.c
9401         * src/prefs_account.h
9402                 Fix typo
9403         * src/gtk/filesel.c
9404         * src/gtk/filesel.h
9405                 Add a way to filter the view
9406         * src/gtk/pluginwindow.c
9407                 Filter loadable stuff
9408         * src/plugins/pgpmime/prefs_gpg.c
9409                 Fix missing unregistration
9410         * .cvsignore
9411         * src/etpan/.cvsignore
9412         * src/plugins/spamassassin/.cvsignore
9413                 Add more stuff to cvs ignored files
9414
9415 2005-07-04 [colin]      1.9.12cvs19
9416
9417         * src/imap.c
9418                 Fix scan_required returning FALSE when it
9419                 shouldn't. Maybe fix #760 (Can't retrieve
9420                 messages)
9421
9422 2005-07-04 [colin]      1.9.12cvs18
9423
9424         * src/summaryview.c
9425                 Fix always_show_msg pref
9426
9427 2005-07-04 [paul]       1.9.12cvs17
9428
9429         sync with main (forgotten in last commit)
9430         
9431         * src/common/utils.c
9432         * src/common/utils.h
9433                 check_line_length(): new.
9434                 is_dir_exist()
9435                 is_file_entry_exist()
9436                 dirent_is_regular_file()
9437                 dirent_is_directory(): use g_file_test() instead of stat().
9438
9439 2005-07-04 [paul]       1.9.12cvs16
9440
9441         sync with main:
9442
9443         * src/compose.c
9444                 compose_write_to_file(): check for line
9445                 length limit and display warning if exceeds
9446         * src/jpilot.c
9447                 use get_home_dir() instead of g_get_home_dir()
9448         * src/procheader.c
9449                 removed warning about invalid date
9450         * src/vcard.c
9451                 use get_home_dir() instead of g_get_home_dir()
9452
9453 2005-07-04 [paul]       1.9.12cvs15
9454
9455         * src/stock_pixmap.c
9456                 fix new pixmap naming errors
9457                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9458
9459 2005-07-04 [colin]      1.9.12cvs14
9460
9461         * src/imap.c
9462                 Fix debugging string with a warning
9463
9464 2005-07-04 [colin]      1.9.12cvs13
9465
9466         * configure.ac
9467                 Add a check for libetpan's version (>= 0.37)
9468
9469 2005-07-04 [hoa]        1.9.12cvs12
9470
9471         * commitHelper
9472         * src/imap.c
9473         * src/etpan/imap-thread.c
9474         * src/etpan/imap-thread.h
9475                 fixed IMAP implementation of check of mails.
9476
9477 2005-07-03 [hoa]        1.9.12cvs11
9478
9479         * src/etpan/Makefile.am
9480         * src/etpan/etpan-errors.h
9481         * src/etpan/etpan-log.[ch]
9482         * src/etpan/etpan-thread-manager-types.h
9483         * src/etpan/etpan-thread-manager.[ch]
9484         * src/etpan/imap-thread.[ch]
9485         * src/Makefile.am
9486         * src/imap.c
9487         * src/main.c
9488         * src/prefs_other.c
9489         * configure.ac
9490             merged imap branch.
9491             dependency on libetpan 0.37 is now added.
9492
9493 2005-07-01 [colin]      1.9.12cvs10
9494
9495         * src/Makefile.am
9496         * src/folder.c
9497         * src/folder.h
9498         * src/folderview.c
9499         * src/stock_pixmap.c
9500         * src/stock_pixmap.h
9501         * src/plugins/trayicon/trayicon.c
9502                 Add marked symbol on folders containing
9503                 marked messages
9504         * src/procmsg.c
9505         * src/procmsg.h
9506         * src/toolbar.c
9507         * src/prefs_common.c
9508         * src/prefs_common.h
9509         * src/prefs_send.c
9510                 Add an optional confirmation dialog on queue
9511                 sending. Patch by wwp.
9512         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9513         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9514         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9515         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9516         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9517         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9518         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9519         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9520         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9521         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9522         * src/pixmaps/trash_mark.xpm            ** ADDED **
9523                 New pixmaps
9524
9525 2005-07-01 [colin]      1.9.12cvs9
9526
9527         * src/summaryview.c
9528                 Fix a little threading bug
9529         * src/addrgather.c
9530         * src/mainwindow.c
9531                 A little bit of HIG normality never hurts
9532
9533 2005-07-01 [colin]      1.9.12cvs8
9534
9535         * src/compose.c
9536         * src/msgcache.c
9537         * src/pop.c
9538         * src/procmime.c
9539         * src/recv.c
9540         * src/common/log.c
9541         * src/common/template.c
9542         * src/common/utils.c
9543         * src/common/utils.h
9544                 Reverted the fwrite_atomic stuff. In fact
9545                 it is already atomic.
9546
9547 2005-06-30 [colin]      1.9.12cvs7
9548
9549         * src/common/utils.c
9550         * src/common/utils.h
9551                 Add an fwrite_atomic() function to make
9552                 sure we write everything: fwrite can make
9553                 short writes.
9554         * src/compose.c
9555         * src/msgcache.c
9556         * src/pop.c
9557         * src/procmime.c
9558         * src/recv.c
9559         * src/common/log.c
9560         * src/common/template.c
9561                 Use that (and fix swapping of size and nmemb).
9562                 Thanks to Rich Coe for the heads up.
9563
9564 2005-06-30 [colin]      1.9.12cvs6
9565
9566         * src/addressbook.c
9567                 Optimize addressbook opening 
9568
9569 2005-06-30 [colin]      1.9.12cvs5
9570
9571         * src/summaryview.c
9572                 Remove calls to summary_step after move/copy
9573
9574 2005-06-28 [paul]       1.9.12cvs4
9575
9576         * src/alertpanel.c
9577                 wrap and make the error msg selectable
9578
9579 2005-06-28 [paul]       1.9.12cvs3
9580
9581         * src/ssl_manager.c
9582                 replace the OK button with a Close button
9583         * src/gtk/foldersort.c
9584                 use GTK_STOCK_ icons/buttons
9585
9586 2005-06-28 [colin]      1.9.12cvs2
9587
9588         * src/gedit-print.c             ** ADDED **
9589         * src/gedit-print.h             ** ADDED **
9590         * src/gtk/gtksourceprintjob.c   ** ADDED **
9591         * src/gtk/gtksourceprintjob.h   ** ADDED **
9592                 I can't believe no one had enough time to tell
9593                 me I forgot the `cvs add`
9594
9595 2005-06-27 [colin]      1.9.12cvs1
9596
9597         * src/Makefile.am
9598         * src/gtk/Makefile.am
9599         * src/messageview.c
9600         * src/procmsg.c
9601         * src/summaryview.c
9602         * configure.ac
9603                 Add optional libgnomeprint-based printing
9604         * src/mainwindow.c
9605         * src/gtk/quicksearch.c
9606                 Add an Edit/Quick search menu item to show
9607                 and focus the quicksearch
9608
9609 2005-06-27 [paul]       1.9.12
9610
9611         1.9.12 release
9612
9613         * po/ca.po
9614         * po/de.po
9615         * po/es.po
9616         * po/fr.po
9617         * po/it.po
9618         * po/ko.po
9619         * po/pt_BR.po
9620         * po/sk.po
9621         * po/zh_CN.po
9622                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9623                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9624                 SungHyun Nam, Frederico Goncalves Guimaraes,
9625                 Andrej Kacian, and Yang Guilong
9626 2005-06-26 [colin]      1.9.11cvs106
9627
9628         * src/imap_gtk.c
9629                 Forgot one file for previous fix
9630
9631 2005-06-26 [colin]      1.9.11cvs105
9632
9633         * src/folder.c
9634         * src/imap.c
9635                 Fix problems with folder operations in no_select
9636                 imap folders. it applies only to mails, and 
9637                 creation/deletion/move/renaming of folders 
9638                 should be possible
9639
9640 2005-06-26 [paul]       1.9.11cvs104
9641
9642         * src/prefs_filtering.c
9643                 replace one more GTK_STOCK_REMOVE
9644                 with GTK_STOCK_DELETE
9645
9646 2005-06-25 [colin]      1.9.11cvs103
9647
9648         * src/imap.c
9649                 Optimize get_seq_set_from_seq_list
9650                 (Patch by Ricardo) 
9651
9652 2005-06-25 [colin]      1.9.11cvs102
9653
9654         * src/mh.c
9655                 If the directory exists, but not in the
9656                 correct encoding, rename it. This should
9657                 handle old-versions-induced bugs.
9658
9659 2005-06-25 [colin]      1.9.11cvs101
9660
9661         * src/mh.c
9662                 Fix path access with extended dir names
9663                 Fixes bug #589 (SC segfaults with wrong locale
9664                 settings)
9665
9666 2005-06-25 [colin]      1.9.11cvs100
9667
9668         * src/prefs_account.c
9669         * src/prefs_account.h
9670         * src/compose.c
9671                 Add an option to encrypt replies to
9672                 encrypted messages
9673
9674 2005-06-25 [colin]      1.9.11cvs99
9675
9676         * src/compose.c
9677         * src/quote_fmt_parse.y
9678                 ... And make it work with pgpinline.
9679
9680 2005-06-25 [colin]      1.9.11cvs98
9681
9682         * src/compose.c
9683         * src/procmime.c
9684         * src/procmime.h
9685         * src/quote_fmt_parse.y
9686                 o Make reedition of encrypted messages possible
9687                   (as long as it is encrypted to self too, no
9688                    magic there)
9689                 o Make replying with quote (and without selecting
9690                   text) possible for encrypted messages.
9691                 Closes bug #550 (Not possible to "reply with quote"
9692                 to gnupg encrypted messages)
9693
9694 2005-06-24 [paul]       1.9.11cvs97
9695
9696         * src/imap.c
9697                 add missing include
9698
9699 2005-06-24 [paul]       1.9.11cvs96
9700
9701         * src/editldap.c
9702                 made bind password entry invisible
9703                 (sync with main)
9704         * src/send_message.c
9705                 send_message_local(): check exit status
9706                 to detect errors (sync with main)
9707         * src/textview.c
9708                 use main's less ambiguous popup menu
9709                 wording
9710
9711 2005-06-24 [paul]       1.9.11cvs95
9712
9713         * src/prefs_actions.c
9714         * src/prefs_customheader.c
9715         * src/prefs_display_header.c
9716         * src/prefs_filtering_action.c
9717         * src/prefs_matcher.c
9718         * src/prefs_template.c
9719         * src/prefs_toolbar.c
9720                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9721         * src/gtk/description_window.c
9722                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9723
9724 2005-06-23 [colin]      1.9.11cvs94
9725
9726         * src/summaryview.c
9727                 Fix rough edges (be sure to call status_show whenever
9728                 necessary).
9729
9730 2005-06-23 [colin]      1.9.11cvs93
9731
9732         * src/summaryview.c
9733                 Optimize Select All
9734                 Before, in a 5K mails folder: 11s
9735                 After, in the same folder: 58000µs
9736                 The joys of locking... gtk_clist_select_all() fires a 
9737                 tree-select-row event for each selected row, which in 
9738                 summaryview, callbacks summary_selected which in turn,
9739                 calls summary_status_show, which walks the selected
9740                 rows. Hence, calling gtk_clist_select_all was 
9741                 exponential. Locking the summaryview makes 
9742                 summary_selected return early.
9743
9744 2005-06-23 [colin]      1.9.11cvs92
9745
9746         * src/imap.c
9747                 Move mutex at the important place to avoid
9748                 deadlocks
9749         * src/summaryview.c
9750                 Fix Del key deleting directly instead of
9751                 moving to trash
9752
9753 2005-06-22 [colin]      1.9.11cvs91
9754
9755         * src/plugins/spamassassin/libspamc.c
9756                 As we do spagetti code with assignations in multiple
9757                 places (see _message_read_raw where out = msg = raw),
9758                 let's be sure we don't free the same pointer twice.
9759                 Should fix bug #683 (Crash in libpam at 
9760                 message_cleanup).
9761
9762 2005-06-22 [colin]      1.9.11cvs90
9763
9764         * src/compose.c
9765         * src/messageview.c
9766         * src/toolbar.c
9767                 Make toolbar's delete use the move to trash stuff;
9768                 Add gtk_widget_realize to be sure pixmaps can get
9769                 created (that may fix an old worksforme bug which
9770                 I can't find back...)
9771
9772 2005-06-22 [colin]      1.9.11cvs89
9773
9774         * src/summaryview.c
9775         * src/summaryview.h
9776         * src/mainwindow.c
9777                 Rename "Message/Delete" to "Message/Move to trash"
9778                 Add "Message/Delete..." that directly destroys the
9779                 selected messages after asking for a confirmation.
9780
9781 2005-06-22 [colin]      1.9.11cvs88
9782
9783         * src/imap.c
9784                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9785                 o Fix a deadlock (thanks Darko)
9786
9787 2005-06-22 [colin]      1.9.11cvs87
9788
9789         * src/gtk/foldersort.c
9790                 Add missing include for the i18n;
9791                 patch by Fabien Vantard
9792
9793 2005-06-21 [colin]      1.9.11cvs86
9794
9795         * src/folder.c
9796         * src/folderview.c
9797                 Respect the no_select flag
9798         * src/imap.c
9799                 Fix recursive deletion
9800         * src/imap_gtk.c
9801         * src/mh_gtk.c
9802                 Make the folder deletion's warning
9803                 more explicit
9804
9805 2005-06-21 [colin]      1.9.11cvs85
9806
9807         * src/textview.c
9808                 Prevent email addresses from spanning accross
9809                 lines - fixes bug # 646 (newline-chars in 
9810                 email addresses)
9811
9812 2005-06-20 [colin]      1.9.11cvs84
9813
9814         * src/folder.c
9815                 Be sure not to remove source if copy failed
9816
9817 2005-06-20 [colin]      1.9.11cvs83
9818
9819         * src/folderview.c
9820         * src/imap_gtk.c
9821                 remove summaryview's lock
9822         * src/imap.c
9823                 introduce threads to avoid problems when foreground tasks
9824                 interfere with background tasks
9825         * src/mh.c
9826                 prevent moving to drafts/queue
9827         * src/mimeview.c
9828                 fix leak
9829
9830 2005-06-19 [colin]      1.9.11cvs82
9831
9832         * src/imap_gtk.c
9833                 Remember that the user doesn't want to override
9834                 offline mode, for 3 seconds. It avoid presenting
9835                 him with N popups in a really short time.
9836
9837 2005-06-17 [colin]      1.9.11cvs81
9838
9839         * src/imap.c
9840                 Fix IMAP breaking on folders containing '('
9841                 (Probably won't be enough)
9842
9843 2005-06-17 [colin]      1.9.11cvs80
9844
9845         Forgotten files on 1.9.11cvs79
9846         * src/summaryview.c
9847                 Fix stepping when not immediately executing
9848         * src/imap.c
9849                 Really prevent UID FETCH 0
9850         * src/codeconv.c
9851                 Fix outgoing charset never set to utf-8
9852         * src/mh.c
9853                 Fix leak
9854
9855 2005-06-16 [colin]      1.9.11cvs79
9856
9857         * src/compose.c
9858                 Fix bug #707 (Dash splits rows)
9859                 Only wrap if we're on a line break position and
9860                 the previous one was a "white" (space) char.
9861                 Pango stuff is weird.
9862
9863 2005-06-16 [colin]      1.9.11cvs78
9864
9865         * src/imap_gtk.c
9866                 Lock summaryview while downloading messages
9867                 on user demand
9868         * src/procheader.c
9869         * src/unmime.c
9870         * src/common/utils.c
9871         * src/common/utils.h
9872                 Replace \r and \n with spaces in From and
9873                 Subject headers
9874
9875 2005-06-16 [paul]       1.9.11cvs77
9876
9877         * src/procmime.c
9878                 liberalise the mime parser
9879         * src/gtk/about.c
9880                 add text wrapping
9881
9882 2005-06-16 [paul]       1.9.11cvs76
9883
9884         * src/gtk/about.c
9885                 reworked
9886
9887 2005-06-15 [colin]      1.9.11cvs75
9888
9889         * src/compose.c
9890                 Finish header encoding fix
9891         * src/summaryview.c
9892                 Fix segfault
9893         * src/headerview.c
9894                 Fix compilation (Thanks Stephan
9895                 Sachse)
9896
9897 2005-06-15 [colin]      1.9.11cvs74
9898
9899         * Makefile.am
9900                 Install gnome2 stuff rather than gnome1, 
9901                 if both are present
9902         * src/codeconv.c
9903         * src/codeconv.h
9904         * src/compose.c
9905                 Fix headers encoding
9906         * src/folder.c
9907                 Visual progress when fetching all messages
9908         * src/folderview.c
9909         * src/summaryview.c
9910         * src/summaryview.h
9911                 Prevent changing current message while
9912                 incorporating
9913
9914 2005-06-15 [paul]       1.9.11cvs73
9915
9916         * src/gtk/gtkaspell.c
9917         * src/gtk/gtkaspell.h
9918                 fix build warnings
9919
9920 2005-06-15 [paul]       1.9.11cvs72
9921
9922         * src/prefs_filtering.c
9923                 allow reordering of filter rules by
9924                 drag n drop
9925
9926 2005-06-15 [paul]       1.9.11cvs71
9927
9928         * COPYING
9929                 updated
9930         * src/codeconv.c
9931                 replace deprecated function
9932         * src/inc.c
9933         * src/send_message.c
9934         * src/gtk/progressdialog.c
9935         * src/gtk/progressdialog.h
9936                 salvage and reuse parts of reverted sync
9937
9938 2005-06-15 [paul]       1.9.11cvs70
9939
9940         * src/inc.c
9941         * src/send_message.c
9942         * src/gtk/progressdialog.c
9943         * src/gtk/progressdialog.h
9944                 revert yesterday's sync with main
9945                 it contains deprecated functions
9946
9947 2005-06-15 [colin]      1.9.11cvs69
9948
9949         * src/headerview.c
9950                 Fix bug #670 (multi user to: will corrupt message 
9951                 headers display)
9952
9953 2005-06-15 [colin]      1.9.11cvs68
9954
9955         * src/compose.c
9956                 Fix bug #421 (Fix undo on wrapping)
9957
9958 2005-06-15 [colin]      1.9.11cvs67
9959
9960         * src/folder.c
9961                 Provide visual feedback while processing
9962                 folder's rules.
9963         * src/imap.c
9964                 Provide visual feedback while getting
9965                 short headers (for uncached messages)
9966
9967
9968 2005-06-14 [paul]       1.9.11cvs66
9969
9970         * src/account.c
9971                 change a couple stock icons
9972         * src/inc.c
9973         * src/send_message.c
9974         * src/gtk/progressdialog.c
9975         * src/gtk/progressdialog.h
9976                 sync main's GtkTreeView implementation
9977
9978 2005-06-14 [colin]      1.9.11cvs65
9979
9980         * src/imap.c
9981                 Various little fixes, mainly on error paths
9982
9983 2005-06-13 [colin]      1.9.11cvs64
9984
9985         * matcher.c
9986         * procmsg.c
9987         * procmsg.h
9988                 Add a way to fetch only headers. This speeds
9989                 up filtering on headers for IMAP. Fixes:
9990                 bug #481 extraneous imap commands slow down 
9991                         imap filtering
9992                 bug #522 Sylpheed downloads all messages 
9993                         when opening mailbox (IMAP)
9994                 bug #677 IMAP fetch is soooooooooooooo slow
9995         * src/folder.c
9996         * src/folder.h
9997                 Add a folder set_batch method so that
9998                 implementations can speed up flags changes
9999         * src/folderutils.c
10000         * src/summaryview.c
10001                 Use that in mark as (un)read and mark all read
10002                 Refix bug #679
10003         * src/imap.c
10004                 Implement set_batch - brings back deferred
10005                 flags in a less buggy manner. Fixes:
10006                 bug #729 IMAP immediate expunge of deleted messages
10007                 bug #191 remove list of messages with one command
10008                 Fix login with strange chars
10009                 Implement fetch_msg_full
10010                 Fix copy (wrong counts)
10011
10012 2005-06-12 [colin]      1.9.11cvs63
10013
10014         * src/folder.c
10015                 lock incorporation during long operations.
10016                 Avoids fucking up the IMAP socket.
10017
10018 2005-06-12 [colin]      1.9.11cvs62
10019
10020         * src/imap.c
10021                 Fix harmful typo
10022                 Factorize remove_all_msg
10023                 Thread-ize expunge
10024         * src/summaryview.c
10025                 Don't update partial-download status if unnecessary
10026         * src/folder.c
10027                 Use remove_msgs everywhere possible
10028
10029 2005-06-12 [colin]      1.9.11cvs61
10030
10031         * src/folder.c
10032         * src/folder.h
10033                 Add a remove_msgs function to remove a 
10034                 list of messages
10035         * src/imap.c
10036                 Implement that.
10037
10038 2005-06-12 [colin]      1.9.11cvs60
10039
10040         * src/imap.c
10041                 Remove flags-processing deferring... Too hard
10042                 to get it to work in all cases.
10043
10044 2005-06-11 [colin]      1.9.11cvs59
10045
10046         * src/imap.c
10047                 printf -> debug_print
10048
10049 2005-06-11 [colin]      1.9.11cvs58
10050
10051         * src/imap.c
10052                 o Fix build without USE_PTHREAD
10053                 o Factorize imap_open
10054                 o Alertpanel in case of impossible connection
10055                 o Alertpanel in case of impossible login
10056                 o Fix deferred flags processing to force a 
10057                   flush before adding some more flags to process,
10058                   but in another folder.
10059
10060 2005-06-10 [colin]      1.9.11cvs57
10061
10062         * src/imap.c
10063                 o Fix a format string error
10064                 o init ssl socket outside of the thread 
10065                   (it possibly invokes gtk calls)
10066         * src/procmime.c
10067                 o Put back the buffer to its necessary size
10068                 o Fix changing a file pointer without keeping
10069                   track of it (thanks Valgrind)
10070         * src/common/smtp.c
10071                 o Fix automatic STARTTLS if login should be done
10072                   and the server only allows it after starting TLS
10073         * src/gtk/gtkinputdialog.c
10074                 o Eat GDK_Return so that the combo popup doesn't 
10075                   appear when we press Enter to validate the combo
10076                   input dialog (as seen in the Open with... dialog)
10077
10078 2005-06-10 [colin]      1.9.11cvs56
10079
10080         * src/imap.c
10081                 o A bit less debug
10082                 o Fix a crash on deletion
10083                 o Threadize imap_select (it's called outside of 
10084                   threads)
10085                 o Defer treatment of DELETED flags
10086
10087
10088 2005-06-09 [colin]      1.9.11cvs55
10089
10090         * src/imap.c
10091                 Make sure we check imap_gtk_should_override(), which
10092                 potentially calls gtk stuff, before creating thread.
10093                 That way it should't be called via imap_get_session()
10094                 inside a thread.
10095
10096 2005-06-09 [colin]      1.9.11cvs54
10097
10098         * src/imap.c
10099                 o add a bit of status output
10100                 o remove some dead code
10101                 o threadize get_list_of_uids
10102                 o threadize imap_get_flags
10103                 o defer flag changing by 500ms so that they
10104                   can be batched
10105
10106
10107 2005-06-08 [colin]      1.9.11cvs53
10108
10109         * src/imap.c
10110                 Thread-ize imap_cmd_fetch
10111
10112 2005-06-08 [colin]      1.9.11cvs52
10113
10114         * src/main.c
10115                 Mmh, that broke POP3...
10116
10117 2005-06-08 [colin]      1.9.11cvs51
10118
10119         * src/main.c
10120                 Stabilize IMAP patch (thanks to Hoa)
10121
10122 2005-06-08 [colin]      1.9.11cvs50
10123
10124         * src/imap.c
10125                 Test patch to speed up imap. 
10126
10127 2005-06-08 [colin]      1.9.11cvs49
10128
10129         * src/imap_gtk.c
10130                 Warning fix
10131         * src/procmime.c
10132                 Apply patch from gentoo to use /usr/share/mime/globs if 
10133                 available, after un-breaking it
10134         * src/common/log.c
10135         * src/common/log.h
10136                 Use g_timeout for invoking hooks that possibly use gtk
10137                 calls. This should leave gtk calls in the main thread.
10138
10139 2005-06-08 [paul]       1.9.11cvs48
10140
10141         * src/codeconv.c
10142                 conv_get_outgoing_charset_str(): don't
10143                 use prefs_common setting
10144         * src/compose.c
10145         * src/compose.h
10146                 add /Options/Character encoding/... to
10147                 temporarily change the outgoing encoding
10148
10149         (belated sync with main)
10150
10151 2005-06-08 [paul]       1.9.11cvs47
10152
10153         * src/compose.c
10154                 correction to/completion of last
10155                 sync with main
10156
10157 2005-06-08 [paul]       1.9.11cvs46
10158
10159         sync with main:
10160         
10161         * src/codeconv.c
10162         * src/codeconv.h
10163                 always enabled Japanese auto-detection
10164                 if the first letters of locale string
10165                 is "ja"
10166         * src/compose.c
10167                 don't use "destroy" signal to destroy
10168                 Compose object (fix rare crashes on discard?)
10169         * src/mainwindow.c
10170         * src/messageview.c
10171         * src/prefs_send.c
10172                 added Hebrew encodings
10173         * src/sourcewindow.c
10174                 don't use "destroy" signal to destroy
10175                 objects
10176
10177 2005-06-07 [colin]      1.9.11cvs45
10178
10179         * src/summaryview.c
10180                 Add missing unlocks/locks
10181
10182 2005-06-07 [paul]       1.9.11cvs44
10183
10184         * src/summaryview.c
10185                 restore bug #749 fix
10186
10187 2005-06-06 [colin]      1.9.11cvs43
10188
10189         * src/summaryview.c
10190                 Fix selection bug when prefs_common.open_unread 
10191                 is FALSE
10192
10193 2005-06-06 [colin]      1.9.11cvs42
10194
10195         * src/common/md5.c
10196                 Fix a warning
10197         * src/summaryview.c
10198         * src/folderview.c
10199                 Factorize long operations beginning and end
10200                 (locking, freezing/thawing, cursor, ...)
10201                 Check selection->data member in selection-
10202                 related loops; this avoids dying an awful
10203                 death if the selection changes on us while
10204                 we're marking a whole IMAP folder unread, 
10205                 for example.
10206
10207 2005-06-06 [paul]       1.9.11cvs41
10208
10209         * src/textview.c
10210                 don't g_free() a static gchar buffer
10211
10212 2005-06-05 [colin]      1.9.11cvs40
10213
10214         * src/mainwindow.c
10215         * src/messageview.c
10216         * src/summaryview.c
10217                 Fix bug #749 (Show all headers should be
10218                 sticky as the GUI suggests)
10219
10220 2005-06-03 [paul]       1.9.11cvs39
10221
10222         * src/compose.c
10223                 don't allow editing of mail while sending.
10224                 patch by Colin
10225
10226 2005-06-03 [paul]       1.9.11cvs38
10227
10228         * src/folderview.c
10229                 add a freeze/thaw to speed up 'mark all read'
10230
10231 2005-06-03 [paul]       1.9.11cvs37
10232
10233         * src/prefs_message.c
10234                 reflect changes immediately
10235
10236 2005-06-02 [colin]      1.9.11cvs36
10237
10238         * po/POTFILES.in
10239                 Patch by Fabien Vantard.
10240
10241 2005-06-02 [colin]      1.9.11cvs35
10242
10243         * src/imap.c
10244                 Use a non-blocking imap_getline() if possible.
10245                 This should completely prevent the interface
10246                 from freezin on imap operations, although it
10247                 may do strange stuff in case of folder switching
10248                 while a big imap operation is taking place...
10249
10250                 In addition, fix a leak in the case thread
10251                 creation fails on connection.
10252
10253 2005-06-02 [colin]      1.9.11cvs34
10254
10255         * src/crash.c
10256         * src/prefs_common.h
10257                 Fix build (prefs_common_init() doesn't exist
10258                 anymore)
10259
10260 2005-06-02 [colin]      1.9.11cvs33
10261
10262         * src/prefs_account.c
10263                 Fix bug #245 (filtering rules broken when
10264                 renaming a remote account (imap4 or nntp)
10265
10266 2005-06-02 [colin]      1.9.11cvs32
10267
10268         * src/imap.c
10269                 Try to fix IMAP shortcomings: 
10270                 o Multithread imap_open()
10271                 o allow offline-mode overriding instead of
10272                   just returning NULL
10273         * src/imap_gtk.c
10274         * src/imap_gtk.h
10275                 Add a function to ask whether we want to
10276                 override offline-mode for 10 minutes (one-shot
10277                 asking was painful)
10278         * src/procheader.c
10279                 Fix segfault when imap parser isn't happy about
10280                 a missing {
10281
10282 2005-06-01 [colin]      1.9.11cvs31
10283
10284         * src/addrharvest.c
10285         * src/compose.c
10286         * src/mbox.c
10287         * src/mbox.h
10288         * src/mh.c
10289         * src/msgcache.c
10290         * src/send_message.c
10291         * src/setup.c
10292         * src/undo.c
10293         * src/common/hooks.c
10294         * src/common/prefs.c
10295         * src/common/template.c
10296         * src/common/utils.c
10297         * src/gtk/gtkutils.c
10298         * src/gtk/inputdialog.c
10299         * src/gtk/menu.c
10300         * src/gtk/pluginwindow.c
10301         * src/gtk/prefswindow.c
10302         * src/plugins/pgpmime/passphrase.c
10303         * src/plugins/pgpmime/prefs_gpg.c
10304                 More -Wall fixes
10305
10306         * src/common/Makefile.am
10307         * src/common/timing.h
10308                 Add basic timing code
10309
10310         * src/summaryview.c
10311                 Fix a bug with unread messages when 
10312                 re-sorting folders, and by the way
10313                 fix a big performance hit when 
10314                 re-sorting (10k mails: before 5s,
10315                 after .5s)
10316
10317         * src/prefs_compose_writing.c
10318         * src/prefs_compose_writing.h
10319         * src/prefs_message.c
10320         * src/prefs_message.h
10321         * src/prefs_other.c
10322         * src/prefs_other.h
10323         * src/prefs_quote.c
10324         * src/prefs_quote.h
10325         * src/prefs_receive.c
10326         * src/prefs_receive.h
10327         * src/prefs_send.c
10328         * src/prefs_send.h
10329         * src/prefs_summaries.c
10330         * src/prefs_summaries.h
10331                 Fix copyright banner
10332
10333 2005-06-01 [paul]       1.9.11cvs30
10334
10335         * po/fi.po
10336                 updated by Flammie Pirinen
10337         * src/procmime.c
10338                 fix 'Bad BASE64 content' output
10339
10340 2005-05-31 [colin]      1.9.11cvs29
10341
10342         * src/procmime.c
10343                 Oops, where did my hunk go.
10344
10345 2005-05-31 [colin]      1.9.11cvs28
10346
10347         * src/Makefile.am
10348         * src/account.c
10349         * src/action.c
10350         * src/addr_compl.c
10351         * src/addressbook.c
10352         * src/codeconv.c
10353         * src/compose.c
10354         * src/export.c
10355         * src/folder.c
10356         * src/folderview.c
10357         * src/image_viewer.c
10358         * src/main.c
10359         * src/mainwindow.c
10360         * src/messageview.c
10361         * src/mimeview.c
10362         * src/msgcache.c
10363         * src/prefs_account.c
10364         * src/prefs_actions.c
10365         * src/prefs_common.c
10366         * src/prefs_compose_writing.c
10367         * src/prefs_customheader.c
10368         * src/prefs_ext_prog.c
10369         * src/prefs_filtering.c
10370         * src/prefs_filtering_action.c
10371         * src/prefs_fonts.c
10372         * src/prefs_image_viewer.c
10373         * src/prefs_message.c
10374         * src/prefs_message.h
10375         * src/prefs_msg_colors.c
10376         * src/prefs_other.c
10377         * src/prefs_other.h
10378         * src/prefs_quote.c
10379         * src/prefs_receive.c
10380         * src/prefs_receive.h
10381         * src/prefs_send.c
10382         * src/prefs_send.h
10383         * src/prefs_spelling.c
10384         * src/prefs_summaries.c
10385         * src/prefs_summary_column.c
10386         * src/prefs_template.c
10387         * src/prefs_themes.c
10388         * src/prefs_toolbar.c
10389         * src/prefs_wrapping.c
10390         * src/procmime.c
10391         * src/procmsg.c
10392         * src/send_message.h
10393         * src/ssl_manager.c
10394         * src/summary_search.c
10395         * src/summaryview.c
10396         * src/textview.c
10397         * src/wizard.c
10398         * src/common/smtp.c
10399         * src/common/smtp.h
10400         * src/gtk/gtkutils.h
10401                 o Move the rest of Common prefs to new style
10402                 o Lots of -Wall warning fixes
10403                 o fix FIXME in cache memusage calculation
10404                 o Let return receipts be sent from any account
10405                 o Little cache optimisation (read)
10406                 o Fix bug #746 (don't treat commas as separators
10407                   when inside a quoted string)
10408
10409 2005-05-31 [paul]       1.9.11cvs27
10410
10411         * src/prefs_common.c
10412                 fix 'off-by-one' typo
10413
10414 2005-05-31 [paul]       1.9.11cvs26
10415
10416         * src/account.c
10417         * src/addr_compl.c
10418         * src/compose.c
10419         * src/foldersel.c
10420         * src/prefs_actions.c
10421         * src/prefs_common.c
10422         * src/prefs_common.h
10423         * src/prefs_customheader.c
10424         * src/prefs_display_header.c
10425         * src/prefs_filtering.c
10426         * src/prefs_filtering_action.c
10427         * src/prefs_matcher.c
10428         * src/prefs_summaries.c
10429         * src/prefs_summary_column.c
10430         * src/prefs_template.c
10431         * src/prefs_toolbar.c
10432         * src/ssl_manager.c
10433         * src/gtk/pluginwindow.c
10434         * src/gtk/prefswindow.c
10435         * src/gtk/progressdialog.c
10436                 add hidden prefs 'enable_rules_hint'
10437                 for gtk_tree_view_set_rules_hint()
10438                 (sync with main)
10439                 
10440
10441 2005-05-31 [colin]      1.9.11cvs25
10442
10443         * src/Makefile.am
10444         * src/main.c
10445         * src/prefs_common.c
10446         * src/prefs_summaries.c ** ADDED **
10447         * src/prefs_summaries.h ** ADDED **
10448                 Common/Display -> Display/Summaries
10449
10450 2005-05-31 [colin]      1.9.11cvs24
10451
10452         * src/Makefile.am
10453         * src/main.c
10454         * src/prefs_quote.c ** ADDED **
10455         * src/prefs_quote.h ** ADDED **
10456                 Move Common/Quote to Compose/Quoting
10457         * src/prefs_common.c
10458         * src/prefs_common.h
10459                 Remove old quote stuff, add
10460                 convenience functions for GtkTextView prefs
10461         * src/gtk/prefswindow.c
10462                 Set default height higher
10463
10464 2005-05-30 [colin]      1.9.11cvs23
10465
10466         * src/Makefile.am
10467         * src/main.c
10468         * src/prefs_common.c
10469         * src/prefs_compose_writing.c ** ADDED **
10470         * src/prefs_compose_writing.h ** ADDED **
10471                 Move Common/Compose prefs to Compose/Writing
10472
10473 2005-05-30 [colin]      1.9.11cvs22
10474
10475         * src/common/utils.c
10476                 Fix bug #651 (Confused Attract by Subject)
10477                 Patch by M. Benkmann <haferfrost@web.de>
10478         * AUTHORS
10479
10480 2005-05-30 [colin]      1.9.11cvs21
10481
10482         * src/compose.c
10483                 Fix concatenation of different headers of
10484                 the same type (bug #645)
10485         * src/prefs_folder_item.c
10486                 Fix bug #699 (setting color to black doesn't
10487                 work immediately)
10488         * src/procmime.c
10489                 Print out decoding error only once per
10490                 block
10491
10492 2005-05-30 [paul]       1.9.11cvs20
10493
10494         * src/common/template.c
10495                 fix Bcc
10496
10497 2005-05-30 [paul]       1.9.11cvs19
10498
10499         * doc/src/rfc2368.txt   **NEW FILE**
10500         * src/compose.c
10501                 compose_entries_set(): don't interpret Bcc
10502                 header field (conform to RFC 2368)
10503                 (sync with main)
10504
10505 2005-05-29 [colin]      1.9.11cvs18
10506
10507         * src/prefs_common.c
10508                 Let the default reply format respect
10509                 netiquette by cutting the signature.
10510
10511 2005-05-29 [colin]      1.9.11cvs17
10512
10513         * src/summaryview.c
10514                 Don't let always_show_msg override
10515                 open_unread_on_enter when opening a new
10516                 directory.
10517
10518 2005-05-27 [paul]       1.9.11cvs16
10519
10520         sync with main:
10521
10522         * src/main.c
10523                 app_will_exit(): cleanup tmp directory when exit
10524         * src/message_search.c
10525                 improved the interface and made code cleanup.
10526                 removed Clear button
10527         * src/send_message.c
10528                 send_message_local(): use GSpawn, and detect errors
10529         * src/summary_search.c
10530                 improved the interface and made code cleanup
10531         * src/textview.c
10532                 textview_write_link(): also skip non-ascii space
10533                  at the head of link strings (phishing check
10534                  didn't work at the case)
10535         * src/common/utils.c
10536                 get_command_output(): use g_spawn_command_line_sync()
10537                 instead of popen()
10538
10539 2005-05-26 [colin]      1.9.11cvs15
10540
10541         * src/folder.c
10542                 remove printf
10543
10544 2005-05-26 [colin]      1.9.11cvs14
10545
10546         * src/common/nntp.c
10547                 Fix nntp mode reader (bug #611)
10548                 Patch by Florian Mickler <florian@mickler.org>
10549
10550 2005-05-26 [colin]      1.9.11cvs13
10551
10552         * src/plugins/pgpmime/passphrase.c
10553                 Fix mouse grabbing (bug #557)
10554
10555 2005-05-26 [colin]      1.9.11cvs12
10556
10557         * src/prefs_themes.c
10558                 Fix g_warning (bug #541)
10559
10560 2005-05-26 [colin]      1.9.11cvs11
10561
10562         * src/prefs_actions.c
10563         * src/prefs_template.c
10564                 Fix bug #506 (no warning if action/template
10565                 is not saved)
10566         * src/common/template.c
10567                 Fix a possible crash
10568
10569 2005-05-26 [colin]      1.9.11cvs10
10570
10571         * src/folder.c
10572         * src/folderview.c
10573         * src/procmsg.c
10574         * src/summaryview.c
10575                 Forbid locked messages to be moved or
10576                 deleted. Locked messages in trashes 
10577                 still get deleted, for performance
10578                 reason (mh.c::mh_remove_all_msgs)
10579
10580 2005-05-25 [colin]      1.9.11cvs9
10581
10582         * src/procmime.c
10583                 Use correct encoding when sending mails
10584                 with attachments that have accentued 
10585                 chars in their name
10586
10587 2005-05-24 [colin]      1.9.11cvs8
10588
10589         * src/summaryview.c
10590                 Fix bug #688 f) read/unread marker not
10591                 changed on first click
10592                 Also, optimize summary_status_show()
10593                 calls
10594         * src/folder.c
10595         * src/inc.c
10596         * src/procmime.c
10597                 Fix bug #688 b) and c) wrt message
10598                 attachments and signature
10599         * src/stock_pixmap.c
10600         * src/stock_pixmap.h
10601         * src/stock_pixmap.c
10602         * src/stock_pixmap.h
10603         * src/Makefile.am
10604         * src/pixmaps/clip_gpg_signed.xpm
10605                 Add clip/signed icon
10606
10607 2005-05-24 [colin]      1.9.11cvs7
10608
10609         * src/folder_item_prefs.c
10610                 whitespace fix
10611
10612 2005-05-24 [colin]      1.9.11cvs6
10613
10614         * src/folderview.c
10615         * src/prefs_common.c
10616         * src/prefs_common.h
10617                 Add a confirmation to folder drag and drop
10618                 fixes bug #156
10619         * src/alertpanel.c
10620         * src/alertpanel.h
10621                 fix _with_disable parameters so that
10622                 the buttons labels are specifiable too
10623         * src/plugins/pgpmime/sgpgme.c
10624                 reflect said change
10625                 
10626
10627 2005-05-24 [colin]      1.9.11cvs5
10628
10629         * src/folderview.c
10630                 Uncollapse/collapse folders on double-click
10631                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10632                 closes bug #108
10633
10634 2005-05-23 [colin]      1.9.11cvs4
10635
10636         * src/common/socket.c
10637                 Check another special SSL_peek() error.
10638                 Should help wrt bug #728
10639
10640 2005-05-23 [colin]      1.9.11cvs3
10641
10642         * src/plugins/pgpmime/pgpmime.c
10643                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10644                 breaking menu accelerators and stuff. Users will have to
10645                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10646                 account's privacy preferences if needed.
10647
10648 2005-05-22 [paul]
10649
10650         * tools/kdeservicemenu/install.sh
10651                 use kdesu to prompt for root password if doing
10652                 global install/uninstall
10653
10654 2005-05-20 [colin]      1.9.11cvs2
10655
10656         * src/procmsg.c
10657                 Fix another compilation error with gcc-2.9x
10658                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10659         * src/send_message.c
10660                 Don't send QUIT if we aren't connected
10661
10662 2005-05-19 [colin]      1.9.11cvs1
10663
10664         * src/procmsg.c
10665                 Fix compilation with gcc 2.9x
10666
10667 2005-05-19 [paul]       1.9.11
10668
10669         1.9.11 released
10670
10671 2005-05-19 [paul]       1.9.9cvs14
10672
10673         * src/gtk/inputdialog.c
10674                 prevent gettext warning
10675
10676 2005-05-19 [paul]       1.9.9cvs13
10677
10678         * src/mainwindow.c
10679         * src/prefs_common.c
10680         * src/prefs_common.h
10681         * src/textview.c
10682         * src/textview.h
10683                 add an option to toggle cursor in message
10684                 view (sync with main)
10685
10686 2005-05-18 [colin]      1.9.9cvs12
10687
10688         * src/compose.c
10689                 Dereference freed pointer
10690         * src/gtk/gtkaspell.c
10691                 Fix duplication of dictionaries (is it an aspell issue?)
10692
10693 2005-05-18 [colin]      1.9.9cvs11
10694
10695         * src/gtk/inputdialog.c
10696         * src/gtk/gtkaspell.c
10697                 HIGuify dialogs
10698         * src/alertpanel.c
10699                 Remove a double call
10700
10701 2005-05-17 [colin]      1.9.9cvs10
10702
10703         * src/gtk/gtkaspell.c
10704                 Fix dialogs, Ctrl-Enter accel
10705
10706 2005-05-17 [colin]      1.9.9cvs9
10707
10708         * src/gtk/gtkaspell.c
10709                 Fix some accelerators, escape in replace-window
10710
10711 2005-05-16 [colin]      1.9.9cvs8
10712
10713         * src/gtk/gtkaspell.c
10714                 Revert last commit, it was a mistake.
10715
10716 2005-05-16 [colin]      1.9.9cvs7
10717
10718         * src/gtk/gtkaspell.c
10719                 Remove buggy code while we're at it. It's a 
10720                 dead code path anyway.
10721
10722 2005-05-16 [colin]      1.9.9cvs6
10723
10724         * src/gtk/gtkaspell.c
10725                 Missed some gtk_menu_popup where deactivate
10726                 signal should be handled. Should fix bug
10727                 #629 a bit more.
10728
10729 2005-05-16 [colin]      1.9.9cvs5
10730
10731         * src/gtk/gtkaspell.c
10732                 Remove debug printf()s
10733
10734 2005-05-16 [colin]      1.9.9cvs4
10735
10736         * src/gtk/gtkaspell.c
10737                 Fix a bit aspell problems
10738                 (see bug #629)
10739
10740 2005-05-13 [colin]      1.9.9cvs3
10741
10742         * src/folderview.c
10743                 Fix the + appearing even when no subfolders
10744                 have unread messages. Thanks to wwp for the
10745                 bug report.
10746
10747 2005-05-11 [paul]       1.9.9cvs2
10748
10749         * src/folderview.c
10750                 correction to 1.9.9cvs1, only colour folders that
10751                 have new msgs (not unread msgs)
10752
10753 2005-05-10 [colin]      1.9.9cvs1
10754
10755         * src/folderview.c
10756         * src/summaryview.c
10757                 Try to fix bolding bugs again.
10758
10759 2005-05-09 [paul]
10760
10761         * tools/claws.i18n.status.pl
10762                 add Ricardo Mones Lastra's script that has been providing
10763                 the i18n status page for many months
10764
10765 2005-05-09 [paul]       1.9.9
10766
10767         1.9.9 release
10768
10769 2005-05-09 [paul]       1.9.6cvs58
10770
10771         * AUTHORS
10772         * INSTALL
10773         * README.claws
10774                 updated
10775         * Makefile.am 
10776         * RELEASE_NOTES.claws
10777                 add release notes to cvs to simplify release
10778                 procedure
10779         * configure.ac
10780                 add ca and fi to ALL_LINGUAS
10781         * po/Makefile.in.in
10782                 workaround for missing Makevars
10783         * po/ca.po
10784         * po/fi.po
10785                 add new Catalan and Finnish translations
10786                 submitted by Miquel Oliete and Flammie Pirinen
10787         * po/de.po
10788         * po/es.po
10789         * po/fr.po
10790         * po/it.po
10791         * po/pl.po
10792         * po/ru.po
10793         * po/sk.po
10794         * po/sr.po
10795         * po/zh_CN.po
10796                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10797                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10798                 Urke MMI, and Hansom Young
10799         * src/main.c
10800                 Fix drafting when quitting. compose_draft() closes the
10801                 compose windows, which modifies the compose_list GSList.
10802                 We have to refresh this list after echo drafting to avoid a
10803                 segfault
10804         * src/partial_download.c
10805                 fix segfault on exit
10806
10807 2005-05-06 [paul]       1.9.6cvs57
10808
10809         * src/grouplistdialog.c
10810                 quick fix/workaround for unresizeable newsgroup
10811                 name column 
10812
10813 2005-05-06 [paul]       1.9.6cvs56
10814
10815         * src/inc.c
10816         * src/mainwindow.c
10817                 use gettext plural forms
10818         * src/imap_gtk.c
10819         * src/mh_gtk.c
10820         * src/toolbar.c
10821                 small improvement to english usage
10822
10823 2005-05-05 [thorsten]   1.9.6cvs55
10824
10825         * src/folder.c
10826                 fix possible crash
10827
10828 2005-05-05 [paul]       1.9.6cvs54
10829         
10830         sync with HEAD
10831
10832         * AUTHORS
10833         * src/compose.c
10834                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10835                 patch by Tim Mann
10836
10837 2005-05-05 [paul]       1.9.6cvs53
10838
10839         * src/mainwindow.c
10840                 fix resizing of separate message and
10841                 folder views
10842
10843 2005-05-05 [paul]       1.9.6cvs52
10844
10845         * src/account.c
10846         * src/addrgather.c
10847         * src/browseldap.c
10848         * src/exphtmldlg.c
10849         * src/expldifdlg.c
10850         * src/importmutt.c
10851         * src/importpine.c
10852         * src/main.c
10853         * src/mainwindow.c
10854         * src/noticeview.c
10855         * src/prefs_filtering.c
10856         * src/prefs_filtering_action.c
10857         * src/prefs_matcher.c
10858         * src/prefs_spelling.c
10859         * src/prefs_toolbar.c
10860         * src/toolbar.c
10861         * src/wizard.c
10862         * src/gtk/description_window.c
10863         * src/gtk/gtkvscrollbutton.c
10864         * src/gtk/progressdialog.c
10865         * src/gtk/quicksearch.c
10866         * src/plugins/pgpmime/prefs_gpg.c
10867         * src/plugins/spamassassin/spamassassin_gtk.c
10868                 replace deprecated gtk_widget_set_usize
10869
10870 2005-05-04 [colin]      1.9.6cvs51
10871
10872         * src/common/utils.c
10873                 Fix crash when subst_for_filename is called
10874                 with a NULL parameter
10875
10876 2005-05-04 [colin]      1.9.6cvs50
10877
10878         * src/partial_download.c
10879         * src/pop.c
10880                 Escape login when writing uidl file
10881                 fixes bug #736
10882
10883 2005-05-03 [colin]      1.9.6cvs49
10884
10885         * src/procmime.c
10886                 Fix possible DOS in mime parser
10887                 (see bug #634)
10888
10889 2005-05-02 [colin]      1.9.6cvs48
10890
10891         * src/compose.c
10892                 Try to fix the copy/paste mess once again.
10893
10894
10895 2005-04-30 [colin]      1.9.6cvs47
10896
10897         * src/prefs_account.h
10898         * src/procmsg.c
10899         * src/send_message.c
10900         * src/common/smtp.c
10901         * src/common/smtp.h
10902                 Try to batch sending mails (per account) instead of
10903                 reconnecting to server every time.
10904
10905 2005-04-29 [colin]      1.9.6cvs46
10906
10907         * src/messageview.c
10908                 Fix window resizing that refused to size down
10909         * src/prefs_common.c
10910         * src/prefs_common.h
10911         * src/prefs_filtering.c
10912                 Save Filtering's window size
10913
10914 2005-04-21 [paul]       1.9.6cvs45
10915
10916         * ChangeLog-gtk2.claws
10917         * src/setup.c
10918                 correction to sync
10919
10920 2005-04-21 [paul]       1.9.6cvs44
10921
10922         sync with main:
10923
10924         * src/setup.c
10925         * src/statusbar.c
10926         * src/statusbar.h
10927                 use gtkut_widget_draw_now(). Improved performance
10928                 of the update of statusbar
10929         * src/textview.c
10930                 textview_smooth_scroll_do(): redraw it after scroll
10931                 is done (fixed incorrect display when a part of the
10932                 view is hidden).
10933         * src/gtk/gtkutils.c
10934         * src/gtk/gtkutils.h
10935                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10936                 to force update of widgets.
10937                 Removed gtkut_widget_wait_for_draw() which had a big
10938                 overhead  because of waiting for all events processed 
10939
10940 2005-04-20 [paul]       1.9.6cvs43
10941
10942         * src/codeconv.c
10943                 complete 1.9.6cvs42's sync:
10944                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10945
10946 2005-04-19 [paul]       1.9.6cvs42
10947
10948         sync with main:
10949
10950         * src/action.c
10951                 catch_output(): correctly select the insert text
10952                 (fix invalid iterator warnings).
10953         * src/codeconv.c
10954         * src/codeconv.h
10955         * src/mainwindow.c
10956         * src/messageview.c
10957         * src/prefs_common.c
10958                 support GBK encoding.
10959         * src/common/session.c
10960         * src/common/session.h
10961                 use separate buffer for large data to be sent,
10962                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10963
10964 2005-04-18 [paul]       1.9.6cvs41
10965
10966         * src/jpilot.c
10967                 convert unsigned long into guint32
10968                 patch by Paul LeoNerd Evans 
10969
10970 2005-04-17 [colin]      1.9.6cvs40
10971
10972         * src/compose.c
10973                 Fix 'Request return receipt' from folder
10974                 properties (bug #708)
10975
10976 2005-04-17 [colin]      1.9.6cvs39
10977
10978         * src/mainwindow.c
10979                 Fix duplicate hotkeys in Mainwindow's menu
10980
10981 2005-04-17 [colin]      1.9.6cvs38
10982
10983         * src/folderview.c
10984                 Fix duplicate hotkeys in Folderview's contextual
10985                 menu
10986
10987 2005-04-15 [colin]      1.9.6cvs37
10988
10989         * src/summaryview.c
10990                 Fix 'Save as...' with non-ascii filenames
10991
10992 2005-04-15 [colin]      1.9.6cvs36
10993
10994         * src/plugins/pgpmime/pgpmime.c
10995                 Fix bus error on 64bit. Spotted by 
10996                 macallan1888@gmail.com
10997
10998 2005-04-15 [colin]      1.9.6cvs35
10999
11000         * src/prefs_account.c
11001                 Fix cvs34.
11002
11003 2005-04-12 [colin]      1.9.6cvs34
11004
11005         * src/prefs_account.c
11006                 Fix smtp auth type off-by-one. We forgot to
11007                 add PLAIN in the prefs-to-gui setter func and
11008                 as a result, the selected auth when opening
11009                 account prefs was not the correct one.
11010
11011 2005-04-12 [paul]       1.9.6cvs33
11012
11013         * src/inc.c
11014                 if the recv dialog is visible, Cancel only
11015                 cancels the current account
11016
11017
11018 2005-04-10 [colin]      1.9.6cvs32
11019
11020         * src/filtering.c
11021                 Copy score when copying FilteringActions
11022                 Fix bug #674
11023
11024 2005-04-10 [colin]      1.9.6cvs31
11025
11026         * src/inc.c
11027                 Make Message -> Receive -> Cancel cancel 
11028                 incorporation on all accounts. Fixes
11029                 bug #693
11030
11031 2005-04-10 [colin]      1.9.6cvs30
11032
11033         * src/prefs_account.c
11034                 Update Privacy checkbuttons status based
11035                 on the selected privacy system
11036         * src/compose.c
11037                 Always connect the "None" privacy system; the
11038                 static boolean was probably there to avoid
11039                 reconnecting twice in the same compose window,
11040                 but as the parent function is only called once
11041                 per compose, it's only a bug - as a static is
11042                 initialized once per application instance.
11043                 Also, don't uncheck Sign and Encrypt when
11044                 selecting None as privacy system; just ignore
11045                 them when sending/queuing.
11046                 Should fix bug #695
11047
11048 2005-04-08 [colin]      1.9.6cvs29
11049
11050         * src/account.c
11051         * src/prefs_account.c
11052         * src/prefs_account.h
11053                 Add account preference to queue message in a certain
11054                 folder.
11055
11056 2005-04-06 [colin]      1.9.6cvs28
11057
11058         * src/prefs_account.c
11059                 Update old inbox path syntax
11060
11061 2005-04-06 [paul]       1.9.6cvs27
11062
11063         sync with main:
11064
11065         * configure.ac
11066                 changed -traditional-cpp to -no-cpp-precomp for newer
11067                 Mac OS X support
11068         * src/foldersel.c
11069                 made column resize automatically
11070         * src/send_message.c
11071                 send_message_smtp(): consider EOF right after QUIT
11072                 successful (workaround for Gmail SMTP server)
11073         * src/common/socket.c
11074                 ssl_read(), ssl_peek(): check EOF which violates the
11075                 SSL protocol
11076         * src/gtk/colorlabel.c
11077                 removed warnings when displaying colorlabel menu
11078                 (don't use GtkAlignment)
11079
11080 2005-04-05 [paul]       1.9.6cvs26
11081
11082         * src/plugins/trayicon/trayicon.c
11083                 fix clipping of icon under KDE3 
11084
11085 2005-04-05 [paul]       1.9.6cvs25
11086
11087         * src/summaryview.c
11088                 hide display of threading
11089                 patch by Alfons
11090
11091 2005-04-04 [thorsten]   1.9.6cvs24
11092
11093         * src/mh.c
11094                 marks lost on filesystems with different stat() results on
11095                 summer-/wintertime
11096
11097 2005-04-03 [colin]      1.9.6cvs23
11098
11099         * src/summaryview.c
11100                 Don't handle up/down. Patch by Alfons
11101
11102 2005-04-02 [colin]      1.9.6cvs22
11103
11104         * src/summaryview.c
11105                 Make scrolling faster. Patch by Alfons.
11106
11107 2005-04-01 [colin]      1.9.6cvs21
11108
11109         * src/Makefile.am
11110         * src/stock_pixmap.c
11111         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11112         * src/pixmaps/dir_noselect.xpm ** ADDED **
11113                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11114
11115 2005-04-01 [colin]      1.9.6cvs20
11116
11117         * src/image_viewer.c
11118         * src/image_viewer.h
11119         * src/procmime.c
11120         * src/procmime.h
11121         * src/textview.c
11122         * src/textview.h
11123                 Implement inline image resizing and right-clicking
11124
11125 2005-04-01 [paul]       1.9.6cvs19
11126
11127         * AUTHORS
11128         * Makefile.am
11129         * configure.ac
11130                 check for gnome2
11131                 patch by Luca Cavalli <loopback<AT>slackit.org>
11132         * po/ru.po
11133                 updated by Pavlo Bohmat
11134
11135 2005-03-31 [colin]      1.9.6cvs18
11136
11137         * src/news.c
11138                 Fix parsing references
11139         * src/msgcache.c
11140                 don't put nulls in the references list
11141         * src/procheader.c
11142                 commit that forgotten file in 1.9.6cvs14
11143
11144 2005-03-31 [colin]      1.9.6cvs17
11145
11146         * src/compose.c
11147                 Fix joining of signature separator again. 
11148                 Maybe Hiro could put it in main too...
11149
11150 2005-03-31 [colin]      1.9.6cvs16
11151
11152         * src/Makefile.am
11153         * src/foldersel.c
11154         * src/stock_pixmap.c
11155         * src/stock_pixmap.h
11156         * src/pixmaps/dir-noselect.xpm
11157                 Update foldersel.c (sync from main, patch by Alfons)
11158
11159 2005-03-30 [colin]      1.9.6cvs15
11160
11161         * src/imap.c
11162                 Fix handling of imap folders containing [] in 
11163                 their name. Thanks to Nahuel Angelinetti for
11164                 the detailed bugreport.
11165
11166 2005-03-30 [colin]      1.9.6cvs14
11167
11168         * src/common/utils.h
11169         * src/common/utils.c
11170         * src/common/defs.h
11171         * src/matcher.c
11172         * src/msgcache.c
11173         * src/news.c
11174         * src/procmsg.c
11175         * src/procmsg.h
11176         * src/quote_fmt_parse.y
11177         * src/summaryview.c
11178                 Update references system. Patch by Alfons
11179
11180 2005-03-30 [colin]      1.9.6cvs13
11181
11182         * src/common/socket.c
11183                 Force the glibc to read resolv.conf again when 
11184                 it has changed. Should fix issues when changing
11185                 networks on a laptop and not restarting sylpheed. 
11186
11187 2005-03-30 [paul]       1.9.6cvs12
11188
11189         partial sync with main:
11190
11191         * src/action.c
11192                 create_io_dialog(): use user-defined text font
11193                 (thanks to Alfons), and modified its appearance.
11194         * src/addrgather.c
11195         * src/addrharvest.c
11196         * src/browseldap.c
11197                 replace old code
11198         * src/compose.c
11199                 don't join (presumably) itemized lines on line-wrapping
11200                 fixed wrapping of quote when auto-wrapping is enabled
11201                 compose_destroy(): destroy paned only if it's not
11202                 attached to window. Fixed memory leak of popup menu.
11203         * src/exphtmldlg.c
11204         * src/expldifdlg.c
11205                 replace old code
11206         * src/html.c
11207         * src/html.h
11208         * src/importmutt.c
11209         * src/importpine.c
11210                 replace old code
11211         * src/main.c
11212                 removed redundant code
11213         * src/mainwindow.c
11214                 changed 'Code set' (which is rather incorrect)
11215                 in the menu to 'Character encoding'
11216                 main_window_set_widgets(): request size first
11217                 to prevent window size becoming wrong
11218                 fixed remembering of the state of the visibility
11219                 of MessageView
11220         * src/messageview.c
11221                 changed 'Code set' (which is rather incorrect)
11222                 in the menu to 'Character encoding'
11223         * src/prefs_common.c
11224         * src/prefs_common.h
11225                 added an option whether to render HTML as text or not
11226                 added separators to outgoing encoding menu
11227         * src/procheader.c
11228                 procheader_scan_date_string(): support header
11229                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11230         * src/summaryview.c
11231         * src/summaryview.h
11232                 minor code cleanup
11233         * src/textview.c
11234                 textview_show_html(): force output of newline
11235                 added an option whether to render HTML as text or not
11236         * src/common/utils.c
11237                 strncpy2(): optimized based on Alfons' code
11238         * src/gtk/gtkutils.c
11239         * src/gtk/gtkutils.h
11240                 removed non-used code
11241         * src/plugins/pgpmime/passphrase.c
11242                 partially fixed grab input of passphrase dialog
11243                 Confine pointer to window
11244
11245 2005-03-30 [colin]      1.9.6cvs11
11246
11247         * src/msgcache.c
11248         * src/msgcache.h
11249                 Read/write 32bit ints from cache & marks
11250                 From main.
11251
11252 2005-03-29 [paul]       1.9.6cvs10
11253
11254         * AUTHORS
11255         * ChangeLog.claws
11256         * src/compose.c
11257         * src/gtk/gtkaspell.c
11258                 sync with HEAD (don't pass NULL pointers) 
11259
11260 2005-03-24 [paul]
11261
11262         * tools/Makefile.am
11263         * tools/README
11264         * tools/acroread2sylpheed.pl
11265                 sync with HEAD (add script to send pdfs as
11266                 attachments from Adobe Reader 7)
11267
11268 2005-03-21 [paul]       1.9.6cvs9
11269
11270         * configure.ac
11271         * po/POTFILES.in
11272         * src/Makefile.am
11273         * src/crash.c
11274         * src/image_viewer.c ** ADDED **
11275         * src/image_viewer.h ** ADDED **
11276         * src/main.c
11277         * src/prefs_common.c
11278         * src/prefs_common.h
11279         * src/prefs_image_viewer.c ** ADDED **
11280         * src/prefs_image_viewer.h ** ADDED **
11281         * src/textview.c
11282         * src/gtk/about.c
11283         * src/pixmaps/sylpheed_logo.xpm
11284         * src/plugins/Makefile.am
11285         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11286         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11287         * src/plugins/image_viewer/plugin.c ** REMOVED **
11288         * src/plugins/image_viewer/viewer.c ** REMOVED **
11289         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11290         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11291         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11292         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11293         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11294                 as gdk-pixbuf is now built-in
11295                 remove image_viewer plugin and put code back into
11296                 main codebase
11297                 implement inline image display (sync with main)
11298
11299                 replace logo with newer, nicer, larger version  
11300
11301 2005-03-21 [paul]       1.9.6cvs8
11302
11303         * src/gtk/about.c
11304                 cosmetic improvement
11305
11306 2005-03-21 [holger]     1.9.6cvs7
11307
11308         * src/plugins/spamassassin/spamassassin.c
11309                 Sync with HEAD
11310                 (unregister hook on failed plugin init)
11311
11312 2005-03-20 [colin]      1.9.6cvs6
11313
11314         * src/common/plugin.c
11315                 Check that plugin isn't already loaded
11316                 Patch by Alfons
11317
11318 2005-03-20 [thorsten]   1.9.6cvs5
11319
11320         * src/compose.c
11321                 use a more compatible syntax
11322
11323 2005-03-20 [thorsten]   1.9.6cvs4
11324
11325         * src/prefs_toolbar.c
11326                 fix crash when selecting toolbar item (uninitialized pointer)
11327
11328 2005-03-20 [thorsten]   1.9.6cvs3
11329
11330         * src/procmime.c
11331                 fix mimetype detection (referenced free()d string)
11332
11333 2005-03-20 [paul]       1.9.6cvs2
11334
11335         * src/compose.c
11336                 sync with HEAD (1.0.3cvs5)
11337                 neglect Reply-To header if empty
11338                 Patch by Alfons 
11339
11340 2005-03-19 [holger]     1.9.6cvs1
11341
11342         * src/summaryview.c
11343         * src/summaryview.h
11344                 Sync with HEAD
11345
11346 2005-03-18 [paul]       1.9.6
11347
11348         initial GTK2 release
11349
11350 2005-03-18 [paul]       1.0.3cvs3.1
11351
11352         * AUTHORS
11353         * ChangeLog.claws
11354         * configure.ac
11355         * src/gtk/about.c
11356         * src/pixmaps/sylpheed_logo.xpm
11357                 sync with HEAD
11358
11359 2005-03-18 [colin]      1.0.3cvs2.6
11360
11361         * src/summaryview.c
11362                 Remove call to summary_step in summary_copy_selected_to
11363                 Can't see its purpose, and this causes bug when copying
11364                 a message if the next one is unread: it reads it.
11365
11366 2005-03-18 [paul]       1.0.3cvs2.5
11367
11368         * src/foldersel.c
11369                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11370
11371 2005-03-18 [paul]       1.0.3cvs2.4
11372
11373         * src/addrharvest.c
11374         * src/codeconv.c
11375         * src/codeconv.h
11376         * src/compose.c
11377         * src/news.c
11378         * src/procheader.c
11379         * src/procmime.c
11380         * src/unmime.c
11381         * src/unmime.h
11382                 fix buffer overflow, CAN-2005-0667, see
11383                 http://secunia.com/advisories/14491/
11384                 Patch by Alfons
11385
11386 2005-03-17 [colin]      1.0.3cvs2.3
11387
11388         * src/prefs_fonts.c
11389         * src/summaryview.c
11390                 Fix font bugs (both lists now officialy share 
11391                 the same font)
11392                 
11393
11394 2005-03-17 [paul]       1.0.3cvs2.2
11395
11396         * src/gtk/pluginwindow.c
11397                 make plugin descriptions uneditable
11398
11399 2005-03-11 [paul]       1.0.3cvs2.1
11400
11401         * ChangeLog.claws
11402         * configure.ac
11403         * po/POTFILES.in
11404         * src/plugins/trayicon/trayicon.c
11405                 sync with HEAD
11406                 add src/wizard.c to POTFILES.in
11407
11408 2005-03-11 [paul]       1.0.3cvs1.1
11409
11410         * ChangeLog
11411         * ChangeLog.claws
11412         * configure.ac
11413         * po/de.po
11414         * po/es.po
11415         * po/fr.po
11416         * po/it.po
11417         * po/pt_BR.po
11418         * po/ru.po
11419         * po/sk.po
11420         * po/sr.po
11421         * po/zh_CN.po
11422                 sync with HEAD
11423
11424 2005-03-04 [colin]      1.0.1cvs22.2
11425
11426         * src/compose.c
11427                 Fix signatures with accentued chars in it
11428
11429 2005-03-04 [colin]      1.0.1cvs22.1
11430
11431         * src/common/smtp.c
11432         * src/common/smtp.h
11433                 Don't use SIZE param in MAIL FROM: if server 
11434                 doesn't support it. Patch by Eugen Freiter
11435                 <eugen_f@users.sf.net>
11436
11437 2005-02-27 [paul]       1.0.1cvs20.1
11438
11439         * ChangeLog.claws
11440         * configure.ac
11441         * src/messageview.c
11442                 sync with HEAD
11443
11444 2005-02-27 [colin]      1.0.1cvs19.4
11445
11446         * src/procheader.c
11447         * src/procheader.h
11448                 Fix prototypes. Patch by Alfons
11449
11450 2005-02-27 [colin]      1.0.1cvs19.3
11451
11452         * src/compose.c
11453                 Don't auto-join the signature separator.
11454
11455 2005-02-26 [colin]      1.0.1cvs19.2
11456
11457         * src/summaryview.c
11458                 Fix 'mark all read' with collapsed threads.
11459                 Patch by Alfons.
11460
11461 2005-02-25 [paul]       1.0.1cvs19.1
11462
11463         * ChangeLog.claws
11464         * configure.ac
11465         * src/prefs_account.c
11466         * src/prefs_folder_item.c
11467         * src/gtk/prefswindow.c
11468         * src/gtk/prefswindow.h
11469                 sync with HEAD
11470
11471 2005-02-25 [paul]       1.0.1cvs15.12
11472
11473         * src/alertpanel.c
11474         * src/codeconv.c
11475         * src/compose.c
11476         * src/textview.c
11477         * src/gtk/gtkutils.c
11478         * src/gtk/gtkutils.h
11479         * src/gtk/logwindow.c
11480         * src/gtk/progressdialog.c
11481                 sync with main (revision 127)
11482                 and fix logwindow clipping
11483
11484 2005-02-24 [colin]      1.0.1cvs15.11
11485
11486         * src/plugins/pgpmime/passphrase.c
11487                 Disable input grabbing; it doesn't work yet.
11488
11489 2005-02-24 [colin]      1.0.1cvs15.10
11490
11491         * src/messageview.c
11492                 Don't send out receipts if offline. Ask.
11493
11494 2005-02-23 [colin]      1.0.1cvs15.9
11495
11496         * src/summaryview.c     
11497                 Fix expanding
11498
11499 2005-02-23 [colin]      1.0.1cvs15.8
11500
11501         * src/summaryview.c
11502                 Really fix Bug 568 by removing useless
11503                 calls. summary_thread_init() now called
11504                 in summary_sort(). This should please
11505                 Alfons as it should be faster than 
11506                 previously.
11507
11508 2005-02-23 [colin]      1.0.1cvs15.7
11509
11510         * src/compose.c
11511                 Encode parts as QP or B64 if signing
11512
11513 2005-02-23 [colin]      1.0.1cvs15.6
11514
11515         * src/compose.c
11516                 Fix Mimeinfo leakage (including tmp files)
11517         * src/procmsg.c
11518                 Fix tmp file leakage (spotted by Ivan Rayner)
11519
11520 2005-02-22 [colin]      1.0.1cvs15.5
11521
11522         * src/expldifdlg.c
11523                 Fix keyboard input. Patch by Alfons.
11524
11525 2005-02-21 [colin]      1.0.1cvs15.4
11526
11527         * src/compose.c
11528                 Fix Sign/Encrypt when unselecting privacy
11529                 system
11530         * src/prefs_common.c
11531                 Change default message font to Monospace
11532         * src/summaryview.c
11533                 More freezing during potentially large operations
11534
11535 2005-02-21 [paul]       1.0.1cvs15.3
11536
11537         * src/main.c
11538                 fix --help output
11539
11540 2005-02-21 [paul]       1.0.1cvs15.2
11541
11542         * po/Makefile.in.in
11543         * src/compose.c
11544         * src/summaryview.c
11545         * src/textview.c
11546         * src/common/utils.c
11547         * src/common/utils.h
11548                 sync with main (revision 117)
11549
11550 2005-02-20 [colin]      1.0.1cvs15.1
11551
11552         * src/common/defs.h
11553                 Change cache file to .sylpheed_claws_cache, as
11554                 suggested by Alfons. Allows people to switch
11555                 between Sylpheed and Sylpheed-Claws. it is
11556                 a good idea to "Check for new messages" at next
11557                 startup.
11558
11559
11560 2005-02-18 [colin]      1.0.1cvs14.1
11561
11562         * src/quote_fmt_lex.l
11563         * src/quote_fmt_parse.y
11564                 Fix parser initialisation. Patch by Ivan.
11565
11566 2005-02-18 [colin]      1.0.1cvs11.6
11567
11568         * src/folderview.c
11569                 Fix scrolldown (bug 662)
11570
11571 2005-02-17 [colin]      1.0.1cvs11.5
11572
11573         * src/codeconv.c
11574                 conv_filename_to_utf8: return clean 7bit instead
11575                 of broken utf8 if needed
11576         * src/mimeview.c
11577                 Fix display of parts with unclean 8bit names
11578
11579 2005-02-17 [paul]       1.0.1cvs11.4
11580
11581         * src/compose.c
11582         * src/exportldif.c
11583         * src/matcher_parser_parse.y
11584         * src/procmime.c
11585         * src/sourcewindow.c
11586         * src/common/Makefile.am
11587         * src/common/intl.h             ** REMOVED **
11588         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11589                 sync with main (revision 109)
11590                 and clean up
11591
11592 2005-02-16 [colin]      1.0.1cvs11.3
11593
11594         * src/summaryview.c
11595                 Fix collapsed thread not highlighting when new
11596                 messages in it (Bug 568) Patch by Stephan Sachse.
11597                 Fix messed up selection when reaching bounds (Bug 632)
11598         * src/prefs_themes.c
11599                 Fix theme installing (Bug 684)
11600
11601 2005-02-16 [colin]      1.0.1cvs11.2
11602
11603         * src/messageview.c
11604                 Fix messageview_select_all
11605
11606 2005-02-16 [colin]      1.0.1cvs11.1
11607
11608         * src/mh.c
11609                 Sync with HEAD (MH scan required function)
11610
11611 2005-02-15 [colin]      1.0.1cvs8.1
11612
11613         * src/mimeview.c
11614         * src/common/utils.c
11615                 Sync with HEAD (filename chars substitution)
11616
11617 2005-02-15 [colin]      1.0.1cvs7.3
11618
11619         * src/gtk/pluginwindow.c
11620                 Fix button spacing
11621
11622 2005-02-15 [colin]      1.0.1cvs7.2
11623
11624         * src/mimeview.c
11625                 Fix mime icons not reset across message when
11626                 scrolled down
11627
11628 2005-02-15 [colin]      1.0.1cvs7.1
11629
11630         * src/compose.c
11631         * src/procmime.c
11632                 Sync with HEAD (optimisation of cvs6)
11633
11634 2005-02-14 [colin]      1.0.1cvs6.1
11635
11636         * src/compose.c
11637         * src/procmime.c
11638                 Sync with HEAD (encode "From " at line beginning)
11639
11640 2005-02-14 [colin]      1.0.1cvs5.3
11641
11642         * src/compose.c
11643                 Fix wrapping with accentued chars.
11644
11645 2005-02-13 [colin]      1.0.1cvs5.2
11646
11647         * src/textview.c
11648                 Fix email informative part parsing with
11649                 accentued chars in it. ispunct() returns
11650                 true for them in utf8...
11651
11652 2005-02-12 [colin]      1.0.1cvs5.1
11653
11654         * src/filtering.c
11655                 Sync with HEAD (remove wrong use of compose after send)
11656
11657 2005-02-12 [paul]       1.0.1cvs4.5
11658
11659         * src/textview.c
11660                 remove unnecessary code (thanks to Alfons)
11661
11662 2005-02-12 [paul]       1.0.1cvs4.4
11663
11664         * src/textview.c
11665                 add 'Copy' to contextual menu on emails
11666
11667 2005-02-11 [colin]      1.0.1cvs4.3
11668
11669         * src/compose.c
11670                 revert 1.0.0cvs28.2, it doesn't work that well.
11671
11672 2005-02-11 [paul]       1.0.1cvs4.2
11673
11674         * po/Makefile.in.in
11675                 fix 'make release'
11676
11677 2005-02-10 [paul]       1.0.1cvs4.1
11678
11679         * ChangeLog
11680         * ChangeLog.claws
11681         * ChangeLog.jp
11682         * configure.ac
11683         * src/compose.c
11684                 sync with HEAD (sync with main)
11685
11686 2005-02-10 [paul]       1.0.1cvs3.2
11687
11688         * AUTHORS
11689         * Makefile.am
11690         * autogen.sh
11691         * configure.ac
11692         * config/mkinstalldirs
11693         * intl/.cvsignore
11694         * intl/ChangeLog
11695         * intl/VERSION
11696         * intl/bindtextdom.c
11697         * intl/config.charset
11698         * intl/dcgettext.c
11699         * intl/dcigettext.c
11700         * intl/dcngettext.c
11701         * intl/dgettext.c
11702         * intl/dngettext.c
11703         * intl/eval-plural.h
11704         * intl/explodename.c
11705         * intl/finddomain.c
11706         * intl/gettext.c
11707         * intl/gettextP.h
11708         * intl/gmo.h
11709         * intl/hash-string.h
11710         * intl/intl-compat.c
11711         * intl/l10nflist.c
11712         * intl/libgnuintl.h.in
11713         * intl/loadinfo.h
11714         * intl/loadmsgcat.c
11715         * intl/localcharset.c
11716         * intl/localcharset.h
11717         * intl/locale.alias
11718         * intl/localealias.c
11719         * intl/localename.c
11720         * intl/log.c
11721         * intl/ngettext.c
11722         * intl/os2compat.c
11723         * intl/os2compat.h
11724         * intl/osdep.c
11725         * intl/plural-exp.c
11726         * intl/plural-exp.h
11727         * intl/plural.c
11728         * intl/plural.y
11729         * intl/ref-add.sin
11730         * intl/ref-del.sin
11731         * intl/relocatable.c
11732         * intl/relocatable.h
11733         * intl/textdomain.c
11734         * m4/Makefile.am
11735         * po/Makefile.in.in
11736         * src/Makefile.am
11737         * src/account.c
11738         * src/action.c
11739         * src/addr_compl.c
11740         * src/addressadd.c
11741         * src/addressbook.c
11742         * src/addrgather.c
11743         * src/addrindex.c
11744         * src/alertpanel.c
11745         * src/browseldap.c
11746         * src/codeconv.c
11747         * src/codeconv.h
11748         * src/compose.c
11749         * src/compose.h
11750         * src/crash.c
11751         * src/editaddress.c
11752         * src/editbook.c
11753         * src/editgroup.c
11754         * src/editjpilot.c
11755         * src/editldap.c
11756         * src/editldap_basedn.c
11757         * src/editvcard.c
11758         * src/exphtmldlg.c
11759         * src/expldifdlg.c
11760         * src/export.c
11761         * src/exporthtml.c
11762         * src/filtering.c
11763         * src/folder.c
11764         * src/folder_item_prefs.c
11765         * src/foldersel.c
11766         * src/folderview.c
11767         * src/grouplistdialog.c
11768         * src/headerview.c
11769         * src/imap.c
11770         * src/imap_gtk.c
11771         * src/import.c
11772         * src/importldif.c
11773         * src/importmutt.c
11774         * src/importpine.c
11775         * src/inc.c
11776         * src/ldif.c
11777         * src/main.c
11778         * src/mainwindow.c
11779         * src/matcher.c
11780         * src/mbox.c
11781         * src/message_search.c
11782         * src/messageview.c
11783         * src/mh.c
11784         * src/mh_gtk.c
11785         * src/mimeview.c
11786         * src/msgcache.c
11787         * src/news.c
11788         * src/news_gtk.c
11789         * src/noticeview.c
11790         * src/partial_download.c
11791         * src/pop.c
11792         * src/prefs_account.c
11793         * src/prefs_actions.c
11794         * src/prefs_common.c
11795         * src/prefs_customheader.c
11796         * src/prefs_display_header.c
11797         * src/prefs_ext_prog.c
11798         * src/prefs_filtering.c
11799         * src/prefs_filtering_action.c
11800         * src/prefs_folder_item.c
11801         * src/prefs_fonts.c
11802         * src/prefs_gtk.c
11803         * src/prefs_matcher.c
11804         * src/prefs_msg_colors.c
11805         * src/prefs_spelling.c
11806         * src/prefs_summary_column.c
11807         * src/prefs_template.c
11808         * src/prefs_themes.c
11809         * src/prefs_toolbar.c
11810         * src/prefs_wrapping.c
11811         * src/privacy.c
11812         * src/procheader.c
11813         * src/procmime.c
11814         * src/procmsg.c
11815         * src/quote_fmt.c
11816         * src/recv.c
11817         * src/send_message.c
11818         * src/setup.c
11819         * src/sourcewindow.c
11820         * src/ssl_manager.c
11821         * src/statusbar.c
11822         * src/summary_search.c
11823         * src/summaryview.c
11824         * src/textview.c
11825         * src/toolbar.c
11826         * src/wizard.c
11827         * src/common/nntp.c
11828         * src/common/plugin.c
11829         * src/common/smtp.c
11830         * src/common/ssl.c
11831         * src/common/ssl_certificate.c
11832         * src/common/string_match.c
11833         * src/common/sylpheed.c
11834         * src/common/template.c
11835         * src/common/utils.c
11836         * src/gtk/about.c
11837         * src/gtk/colorlabel.c
11838         * src/gtk/description_window.c
11839         * src/gtk/filesel.c
11840         * src/gtk/foldersort.c
11841         * src/gtk/gtkaspell.c
11842         * src/gtk/gtkutils.c
11843         * src/gtk/inputdialog.c
11844         * src/gtk/logwindow.c
11845         * src/gtk/menu.c
11846         * src/gtk/pluginwindow.c
11847         * src/gtk/prefswindow.c
11848         * src/gtk/progressdialog.c
11849         * src/gtk/quicksearch.c
11850         * src/gtk/sslcertwindow.c
11851         * src/plugins/clamav/clamav_plugin.c
11852         * src/plugins/clamav/clamav_plugin_gtk.c
11853         * src/plugins/demo/demo.c
11854         * src/plugins/dillo_viewer/dillo_prefs.c
11855         * src/plugins/dillo_viewer/dillo_viewer.c
11856         * src/plugins/image_viewer/plugin.c
11857         * src/plugins/image_viewer/viewer.c
11858         * src/plugins/image_viewer/viewerprefs.c
11859         * src/plugins/mathml_viewer/mathml_viewer.c
11860         * src/plugins/pgpmime/passphrase.c
11861         * src/plugins/pgpmime/plugin.c
11862         * src/plugins/pgpmime/prefs_gpg.c
11863         * src/plugins/pgpmime/select-keys.c
11864         * src/plugins/pgpmime/sgpgme.c
11865         * src/plugins/spamassassin/spamassassin.c
11866         * src/plugins/spamassassin/spamassassin_gtk.c
11867         * src/plugins/trayicon/trayicon.c
11868                 sync with main (revision 104)
11869
11870 2005-02-10 [colin]      1.0.1cvs3.1
11871
11872         * src/mainwindow.c
11873                 Sync with HEAD (fix occasional crasher)
11874
11875 2005-02-10 [colin]      1.0.1cvs2.1
11876
11877         * src/messageview.c
11878                 Synw with HEAD (don't automatically display html)
11879
11880 2005-02-09 [colin]      1.0.1cvs1.3
11881
11882         * src/textview.c
11883         * src/textview.h
11884                 Add contextual menu on emails
11885
11886 2005-02-09 [colin]      1.0.1cvs1.2
11887
11888         * src/codeconv.c
11889                 Fix converting from broken headers and 
11890                 put back the _ in missing places
11891                 (feature broke with cvs24.2 sync, main 
11892                  possibly affected?)
11893
11894 2005-02-09 [colin]      1.0.1cvs1.1
11895
11896         * src/messageview.c
11897         * src/mimeview.c
11898         * src/mimeview.h
11899                 Sync with HEAD (display non text/plain mails with plugin)
11900
11901 2005-02-08 [colin]      1.0.1.1
11902
11903         * ChangeLog.claws
11904         * po/pt_BR.po
11905                 Sync with HEAD
11906         * configure.ac
11907                 Make default configuration directory 
11908                 be .sylpheed-gtk2
11909
11910 2005-02-08 [colin]      1.0.0cvs29.1
11911
11912         * po/de.po
11913         * po/es.po
11914         * po/fr.po
11915         * po/it.po
11916         * po/sk.po
11917         * po/sr.po
11918                 Sync translations with HEAD
11919
11920 2005-02-06 [colin]      1.0.0cvs28.3
11921
11922         * src/compose.c
11923                 Make compose a bit faster - patch by Alfons.
11924
11925 2005-02-06 [colin]      1.0.0cvs28.2
11926
11927         * src/compose.c
11928                 Make pasting via middle-click more reliable
11929
11930 2005-02-05 [paul]       1.0.0cvs28.1
11931
11932         * ChangeLog
11933         * ChangeLog.claws
11934         * ChangeLog.jp
11935         * configure.ac
11936         * src/compose.c
11937                 sync with HEAD
11938                 (fix bug 682 'redirect is broken'
11939
11940 2005-02-05 [torte]      1.0.0cvs27.1
11941
11942         * ChangeLog.claws
11943         * configure.ac
11944         * src/partial_download.c
11945                 Sync with HEAD (fix buf overflow)
11946
11947 2005-02-03 [colin]      1.0.0cvs26.1
11948
11949         * src/common/plugin.c
11950                 Sync with HEAD (avoid plugin mismatches)
11951
11952 2005-02-03 [paul]       1.0.0cvs25.3
11953
11954         * src/folderview.c
11955         * src/headerview.c
11956         * src/summaryview.c
11957         * src/textview.c
11958         * src/gtk/colorlabel.c
11959                 third and final part of initial sync with main-gtk2
11960
11961 2005-02-03 [paul]       1.0.0cvs25.2
11962
11963         * src/jpilot.c
11964                 fix building with jpilot support
11965
11966 2005-02-02 [colin]      1.0.0cvs25.1
11967
11968         * src/messageview.c
11969                 Sync with HEAD (fix dangerous typo)
11970
11971 2005-02-01 [colin]      1.0.0cvs24.3
11972
11973         * src/common/xml.c
11974                 Write file as advertised (UTF-8)
11975
11976 2005-02-01 [paul]       1.0.0cvs24.2
11977
11978         * src/addrbook.c
11979         * src/addrindex.c
11980         * src/alertpanel.h
11981         * src/codeconv.c
11982         * src/codeconv.h
11983         * src/compose.c
11984         * src/export.c
11985         * src/folder_item_prefs.c
11986         * src/html.c
11987         * src/imap.c
11988         * src/import.c
11989         * src/jpilot.c
11990         * src/mainwindow.c
11991         * src/matcher_parser_lex.l
11992         * src/messageview.c
11993         * src/mh.c
11994         * src/prefs_account.c
11995         * src/prefs_actions.c
11996         * src/prefs_common.c
11997         * src/prefs_gtk.c
11998         * src/prefs_gtk.h
11999         * src/prefs_themes.c
12000         * src/procheader.c
12001         * src/procmime.c
12002         * src/sourcewindow.c
12003         * src/statusbar.c
12004         * src/summaryview.c
12005         * src/textview.c
12006         * src/toolbar.c
12007         * src/unmime.c
12008         * src/common/template.c
12009         * src/common/utils.c
12010         * src/common/xml.c
12011         * src/common/xml.h
12012         * src/gtk/gtkaspell.c
12013         * src/plugins/clamav/clamav_plugin.c
12014         * src/plugins/dillo_viewer/dillo_prefs.c
12015         * src/plugins/image_viewer/viewerprefs.c
12016         * src/plugins/pgpmime/passphrase.c
12017         * src/plugins/pgpmime/prefs_gpg.c
12018         * src/plugins/pgpmime/select-keys.c
12019         * src/plugins/spamassassin/spamassassin.c
12020                 second part of initial sync with main-gtk2
12021                 (more to follow)
12022
12023 2005-01-31 [colin]      1.0.0cvs24.1
12024
12025         * src/compose.c
12026                 Sync with HEAD
12027
12028 2005-01-29 [paul]       1.0.0cvs23.2
12029
12030         * src/account.c
12031         * src/action.c
12032         * src/addressadd.c
12033         * src/addressbook.c
12034         * src/alertpanel.c
12035         * src/compose.c
12036         * src/editaddress.c
12037         * src/editbook.c
12038         * src/editgroup.c
12039         * src/editjpilot.c
12040         * src/editldap.c
12041         * src/editldap_basedn.c
12042         * src/editvcard.c
12043         * src/export.c
12044         * src/foldersel.c
12045         * src/grouplistdialog.c
12046         * src/import.c
12047         * src/importldif.c
12048         * src/inc.c
12049         * src/main.c
12050         * src/mainwindow.c
12051         * src/message_search.c
12052         * src/messageview.c
12053         * src/mimeview.c
12054         * src/prefs_actions.c
12055         * src/prefs_common.c
12056         * src/prefs_common.h
12057         * src/prefs_customheader.c
12058         * src/prefs_display_header.c
12059         * src/prefs_filtering.c
12060         * src/prefs_filtering_action.c
12061         * src/prefs_gtk.c
12062         * src/prefs_matcher.c
12063         * src/prefs_summary_column.c
12064         * src/prefs_template.c
12065         * src/sourcewindow.c
12066         * src/summary_search.c
12067         * src/summaryview.c
12068         * src/textview.c
12069         * src/gtk/about.c
12070         * src/gtk/description_window.c
12071         * src/gtk/gtkshruler.c
12072         * src/gtk/gtkutils.c
12073         * src/gtk/gtkutils.h
12074         * src/gtk/inputdialog.c
12075         * src/gtk/logwindow.c
12076         * src/gtk/prefswindow.c
12077         * src/gtk/progressdialog.c
12078         * src/gtk/progressdialog.h
12079                 first part of initial sync with main-gtk2
12080                 (more to follow)
12081
12082 2005-01-28 [colin]      1.0.0cvs23.1
12083
12084         * src/folderview.c
12085                 Sync with HEAD
12086
12087 2005-01-27 [colin]      1.0.0cvs21.1
12088
12089         * src/folder.c
12090         * src/folderview.c
12091                 Sync with HEAD
12092
12093 2005-01-27 [colin]      1.0.0cvs19.1
12094
12095         * src/procmime.c
12096                 Sync with HEAD
12097
12098 2005-01-27 [colin]      1.0.0cvs18.1
12099
12100         * src/messageview.c
12101         * src/summaryview.c
12102         * src/mainwindow.c
12103         * src/compose.c
12104         * src/compose.h
12105         * src/procmsg.c
12106         * src/procmsg.h
12107         * src/toolbar.c
12108                 Sync with HEAD
12109
12110 2005-01-26 [paul]       1.0.0cvs15.2
12111
12112         * src/compose.c
12113                 compose_entries_set(): convert subject and body to
12114                 utf8 if necessary. patch by Felix Eckhofer
12115
12116 2005-01-26 [paul]       1.0.0cvs15.1
12117
12118         * configure.ac
12119         * src/common/template.c
12120                 sync with HEAD (fix memory leak)
12121
12122 2005-01-25 [paul]       1.0.0cvs14.1
12123
12124         * configure.ac
12125         * src/compose.c
12126                 sync with HEAD
12127
12128 2005-01-24 [colin]      1.0.0cvs13.1
12129
12130         * src/summaryview.c
12131                 Sync with HEAD
12132
12133 2005-01-24 [paul]       1.0.0cvs12.1
12134
12135         * configure.ac
12136         * src/messageview.c
12137         * src/mh.c
12138         * src/common/utils.c
12139                 sync with HEAD
12140
12141 2005-01-24 [colin]      1.0.0cvs11.1
12142
12143         * src/procheader.c
12144                 Sync with HEAD
12145
12146 2005-01-24 [colin]      1.0.0cvs10.1
12147
12148         * src/folderview.c
12149                 Sync with HEAD
12150
12151 2005-01-23 [colin]      1.0.0cvs9.1
12152
12153         * src/crash.c
12154                 Sync with HEAD
12155
12156 2005-01-22 [colin]      1.0.0cvs8.1
12157
12158         * src/summaryview.c
12159         * src/gtk/quicksearch.c
12160                 Sync with HEAD
12161
12162 2005-01-21 [colin]      1.0.0cvs7.1
12163
12164         * src/summaryview.c
12165                 Sync with HEAD
12166
12167 2005-01-21 [colin]      1.0.0cvs6.1
12168
12169         * src/summaryview.c
12170                 Sync with HEAD
12171
12172 2005-01-21 [colin]      1.0.0cvs5.1
12173
12174         * src/gtk/quicksearch.c
12175         * src/prefs_common.c
12176         * src/prefs_common.h
12177                 Sync with HEAD (recurse option)
12178
12179 2005-01-21 [colin]      1.0.0cvs4.1
12180
12181         * src/folder.h
12182         * src/folderview.c
12183         * src/folderview.h
12184         * src/summaryview.c
12185         * src/gtk/quicksearch.c
12186         * src/gtk/quicksearch.h
12187                 Sync with HEAD (recursive quicksearch)
12188
12189 2005-01-20 [colin]      1.0.0cvs3.4
12190
12191         * src/ssl_manager.c
12192                 Remove useless code
12193
12194 2005-01-20 [colin]      1.0.0cvs3.3
12195
12196         * src/ssl_manager.c
12197                 Fix leak, thanks to Alfons.
12198
12199 2005-01-20 [colin]      1.0.0cvs3.2
12200
12201         * src/ssl_manager.c
12202                 Port SSL certificate window to GTK2.
12203
12204 2005-01-20 [paul]       1.0.0cvs3.1
12205
12206         * ChangeLog.claws
12207         * configure.ac
12208         * src/addrindex.c
12209         * src/addrindex.h
12210                 sync with HEAD
12211
12212 2005-01-19 [colin]      1.0.0cvs2.2
12213
12214         * src/plugins/trayicon/trayicon.c
12215                 Fix freeze with gtk-2.6, the easy way
12216                 (signal blocking helpless there...)
12217                 Closes bug #668.
12218
12219 2005-01-19 [colin]      1.0.0cvs2.1
12220
12221         * src/mbox.c
12222         * src/mbox.h
12223         * src/mainwindow.c
12224         * src/summaryview.c
12225         * src/summaryview.h
12226                 Sync with HEAD
12227
12228 2005-01-19 [paul]       1.0.0cvs1.1
12229
12230         * configure.ac
12231         * po/de.po
12232         * po/es.po
12233         * po/fr.po
12234         * po/hr.po
12235         * po/it.po
12236         * po/ja.po
12237         * po/ko.po
12238         * po/pt_BR.po
12239         * po/ru.po
12240         * po/sk.po
12241         * po/sr.po
12242                 sync with HEAD (update translations)
12243
12244 2005-01-18 [colin]      1.0.0cvs0.1
12245
12246         * src/foldersel.c
12247                 Specify search column - patch by Alfons
12248
12249 2005-01-18 [colin]      0.9.13cvs36.3
12250
12251         * src/prefs_toolbar.c
12252                 Change Delete to Remove
12253         * src/prefs_fonts.c
12254                 GTK2 version and leak fixes
12255         * src/prefs_actions.c
12256                 Add stock buttons.
12257                 All patches by Alfons
12258
12259 2005-01-17 [colin]      0.9.13cvs36.2
12260
12261         * src/compose.c
12262                 Fix DnD inserting twice. While at it,
12263                 add DnD support for text/plain in the
12264                 body, and add support in the headers.
12265
12266 2005-01-16 [colin]      0.9.13cvs36.1
12267
12268         * ChangeLog
12269         * ChangeLog.jp
12270         * ChangeLog.claws
12271                 Sync with HEAD (nothing applicable)
12272
12273 2005-01-16 [colin]      0.9.13cvs33.2
12274
12275         * src/prefs_toolbar.c
12276                 GTK2ize prefs_toolbar, by Alfons.
12277
12278 2005-01-14 [colin]      0.9.13cvs33.1
12279
12280         * src/html.c
12281         * src/msgcache.c
12282                 Sync with HEAD
12283
12284 2005-01-14 [colin]      0.9.13cvs32.1
12285
12286         * src/html.c
12287         * src/html.h
12288         * src/msgcache.c
12289         * AUTHORS
12290         * tools/calypso_convert.pl
12291                 Sync with HEAD
12292
12293 2005-01-08 [colin]      0.9.13cvs29.2
12294
12295         * src/prefs_filtering_action.c
12296         * src/prefs_filtering.c
12297                 2 more gtk2 patches by Alfons
12298
12299 2005-01-07 [paul]       0.9.13cvs29.1
12300
12301         * ChangeLog
12302         * ChangeLog.claws
12303         * ChangeLog.jp
12304         * configure.ac
12305         * src/pop.c
12306         * src/pop.h
12307                 sync with HEAD
12308
12309 2005-01-07 [colin]      0.9.13cvs28.3
12310
12311         * src/gtk/progressdialog.c
12312         * src/gtk/progressdialog.h
12313         * src/inc.c
12314         * src/send_message.c
12315                 GTK2 for the incorporation dialog. The CList isn't dead
12316                 yet, for a more smooth migration. Patch by Alfons.
12317
12318 2005-01-06 [colin]      0.9.13cvs28.2
12319
12320         * src/prefs_display_header.c
12321                 GTK2 conversion by Alfons
12322         * src/prefs_actions.c
12323         * src/prefs_matcher.c
12324                 Fix 2 leaks - patch by Alfons
12325
12326 2005-01-06 [colin]      0.9.13cvs28.1
12327
12328         * src/prefs_matcher.c
12329                 Sync with HEAD
12330
12331 2005-01-06 [colin]      0.9.13cvs27.4
12332
12333         * src/prefs_matcher.c
12334                 Fix double-free. Patch by Alfons
12335
12336 2005-01-06 [colin]      0.9.13cvs27.3
12337
12338         * src/prefs_matcher.c
12339                 GTK2 widgets + memleak
12340                 Patch by Alfons
12341
12342 2005-01-05 [colin]      0.9.13cvs27.2
12343
12344         * src/account.c
12345         * src/addr_compl.c
12346         * src/foldersel.c
12347         * src/stock_pixmap.c
12348         * src/stock_pixmap.h
12349                 3 more GTK2 patches by Alfons.
12350
12351 2005-01-04 [colin]      0.9.13cvs27.1
12352
12353         * src/folderview.c
12354         * src/imap_gtk.c
12355         * src/news_gtk.c
12356                 Sync with HEAD
12357
12358 2005-01-04 [colin]      0.9.13cvs25.9
12359
12360         * src/compose.c
12361                 Fix Show Ruler menuitem
12362         * src/prefs_template.c
12363                 Convert to GTK2
12364         * src/common/utils.c
12365                 Make auto pointer stuff handles NULLs
12366                 Patches by Alfons.
12367
12368 2005-01-04 [colin]      0.9.13cvs25.8
12369
12370         * src/compose.c
12371                 Move the attachment list to gtk2
12372                 Patch by Alfons.
12373
12374 2005-01-04 [colin]      0.9.13cvs25.7
12375
12376         * src/textview.c
12377                 Make some keys work again
12378                 Patch by SungHyun Nam <namsh@kldp.org>
12379
12380 2005-01-04 [colin]      0.9.13cvs25.6
12381
12382         * src/gtk/gtkshruler.c
12383                 Move the ruler to GTK2
12384                 Patch by Alfons
12385
12386 2005-01-03 [colin]      0.9.13cvs25.5
12387
12388         * src/compose.c
12389                 Fix my broken patch apply 
12390
12391 2005-01-03 [colin]      0.9.13cvs25.4
12392
12393         * src/common/utils.c
12394         * src/common/utils.h
12395         * src/gtk/prefswindow.c
12396                 Move auto pointer stuff to utils.c
12397                 Patch by Alfons again :)
12398
12399 2005-01-03 [colin]      0.9.13cvs25.3
12400
12401         * src/compose.c
12402         * src/prefs_gtk.c
12403         * src/prefs_template.c
12404         * src/textview.c
12405                 Empty text widgets with empty strings, not NULL char
12406                 Patch by SungHyun Nam <namsh@kldp_org>
12407
12408 2005-01-03 [colin]      0.9.13cvs25.2
12409
12410         * src/main.c
12411         * AUTHORS
12412                 Sync with HEAD
12413
12414 2005-01-03 [colin]      0.9.13cvs25.1
12415
12416         * src/pop.c
12417         * src/pop.h
12418                 Sync with HEAD
12419
12420 2005-01-03 [colin]      0.9.13cvs24.3
12421
12422         * src/account.c
12423                 Two patches from Alfons and Alex S Moore:
12424                 fix images, fix return value.
12425
12426 2005-01-01 [colin]      0.9.13cvs24.2
12427
12428         * src/prefs_actions.c
12429                 Fix over-zealous assertion. Patch by Alfons
12430
12431 2005-01-01 [colin]      0.9.13cvs24.1
12432
12433         * src/procmime.c
12434                 Sync with HEAD (leak fix)
12435
12436 2004-12-31 [colin]      0.9.13cvs23.2
12437
12438         * src/prefs_common.c
12439                 GTK2 widgets + stock buttons - patch by Alfons
12440
12441 2004-12-31 [paul]       0.9.13cvs23.1
12442
12443         * configure.ac
12444                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12445         * src/gtk/pluginwindow.c
12446                 use GTK2 widgets and plug memory leaks,
12447                 patches by Alfons
12448
12449 2004-12-30 [colin]      0.9.13cvs22.4
12450
12451         * src/account.c
12452         * src/action.c
12453         * src/export.c
12454         * src/foldersel.c
12455         * src/import.c
12456         * src/message_search.c
12457         * src/prefs_actions.c
12458         * src/prefs_common.c
12459         * src/prefs_customheader.c
12460         * src/prefs_filtering.c
12461         * src/prefs_summary_column.c
12462         * src/summary_search.c
12463         * src/gtk/about.c
12464         * src/gtk/description_window.c
12465         * src/gtk/gtkutils.c
12466         * src/gtk/gtkutils.h
12467         * src/gtk/inputdialog.c
12468         * src/gtk/prefswindow.c
12469                 Use GTK2 stock buttons. Patches by Alfons.
12470
12471 2004-12-30 [colin]      0.9.13cvs22.3
12472
12473         * src/account.c
12474                 Sync with HEAD
12475         * src/prefs_actions.c
12476         * src/prefs_customheader.c
12477         * src/prefs_filtering.c
12478         * src/prefs_msg_colors.c
12479         * src/prefs_summary_column.c
12480         * src/gtk/prefswindow.c
12481                 Use GtkTreeView instead of deprecated 
12482                 widgets. Patches by Alfons.
12483
12484 2004-12-30 [paul]       0.9.13cvs22.2
12485
12486         * src/foldersel.c
12487                 use GTK 2 Tree View
12488                 patch by Alfons, with root folder sorting fix
12489                 by Stephan Sachse
12490
12491 2004-12-30 [paul]       0.9.13cvs22.1
12492
12493         * ChangeLog
12494         * ChangeLog.claws
12495         * ChangeLog.jp
12496         * NEWS
12497         * configure.ac
12498         * src/account.c
12499                 sync with HEAD
12500
12501 2004-12-22 [martin]     0.9.13cvs21.2
12502
12503         * src/action.c
12504                 free the command line after its use
12505
12506 2004-12-18 [paul]       0.9.13cvs21.1
12507
12508         * AUTHORS
12509         * ChangeLog
12510         * ChangeLog.claws
12511         * ChangeLog.jp
12512         * NEWS
12513         * configure.ac
12514         * src/action.c
12515         * src/compose.c
12516         * src/syldap.c
12517                 sync with HEAD
12518
12519 2004-12-17 [martin]     0.9.13cvs17.2
12520
12521         * src/action.c
12522                 convert actions input to locale
12523         * src/inc.c
12524                 convert notification command to locale
12525         * src/plugins/pgpmime/select-keys.c
12526                 convert attributes to utf8
12527
12528 2004-12-14 [colin]      0.9.13cvs17.1
12529
12530         * ChangeLog
12531         * ChangeLog.jp
12532         * ChangeLog.claws
12533         * src/action.c
12534         * src/common/utils.c
12535         * src/gtk/prefswindow.c
12536         * src/gtk/gtkutils.c
12537         * src/gtk/gtkutils.h
12538         * src/plugins/spamassassin/libspamc.c
12539                 Sync with HEAD
12540
12541 2004-12-13 [colin]      0.9.13cvs14.1
12542
12543         * src/quote_fmt_parse.y
12544                 Sync with HEAD
12545
12546 2004-12-10 [colin]      0.9.13cvs12.1
12547
12548         * src/prefs_themes.c
12549         * src/mainwindow.c
12550         * src/messageview.c
12551                 Sync with HEAD
12552
12553 2004-12-09 [colin]      0.9.13cvs10.1
12554
12555         * src/procmime.c
12556                 Sync with HEAD (fix B64 encoding from memory)
12557
12558 2004-12-08 [colin]      0.9.13cvs9.1
12559
12560         * src/gtk/colorlabel.c
12561                 Sync with HEAD
12562
12563 2004-12-08 [paul]       0.9.13cvs8.2
12564
12565         * src/gtk/pluginwindow.c
12566                 fix window resizing oddities
12567
12568 2004-12-08 [colin]      0.9.13cvs8.1
12569
12570         * src/quote_fmt_parse.y
12571                 Sync with HEAD
12572
12573 2004-12-08 [colin]      0.9.13cvs7.1
12574
12575         * src/matcher_parser_parse.y
12576         * src/msgcache.c
12577         * src/prefs_matcher.c
12578         * src/procheader.c
12579         * src/matcher.c
12580         * src/common/defs.h
12581         * po/sr.po
12582                 Sync with HEAD
12583
12584 2004-12-08 [colin]      0.9.13cvs6.1
12585
12586         * src/quote_fmt_parse.y
12587         * src/textview.c
12588                 Sync with HEAD
12589         * src/gtk/prefswindow.c
12590         * src/gtk/pluginwindow.c
12591                 Fix G_CALLBACKS protos (thanks to Alfons)
12592
12593 2004-12-07 [torte]      0.9.13cvs2.2
12594
12595         * src/procmime.c
12596                 [Bug 650] reply button causes crash
12597                 Thanks to David Relson and Christoph
12598
12599 2004-12-07 [colin]      0.9.13cvs2.1
12600
12601         * ChangeLog.claws
12602         * AUTHORS
12603         * po/sk.po
12604         * src/procmime.c
12605         * src/prefs_account.c
12606         * src/common/smtp.c
12607         * src/common/smtp.h
12608                 Sync with HEAD
12609
12610 2004-12-06 [colin]      0.9.12cvs187.1
12611
12612         * ChangeLog.claws
12613         * INSTALL
12614         * Makefile.am
12615         * README.claws
12616         * TODO.claws
12617         * configure.ac
12618         * po/bg.po
12619         * po/cs.po
12620         * po/el.po
12621         * po/en_GB.po
12622         * po/es.po
12623         * po/fr.po
12624         * po/hr.po
12625         * po/hu.po
12626         * po/it.po
12627         * po/ja.po
12628         * po/ko.po
12629         * po/nl.po
12630         * po/pl.po
12631         * po/pt_BR.po
12632         * po/ru.po
12633         * po/sk.po
12634         * po/sr.po
12635         * po/sv.po
12636         * po/zh_CN.po
12637         * po/zh_TW.Big5.po
12638         * src/compose.c
12639         * tools/Makefile.am
12640         * tools/README
12641         * tools/filter_conv.pl
12642         * tools/kdeservicemenu/README
12643         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12644         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12645                 Sync with HEAD
12646
12647 2004-12-04 [colin]      0.9.12cvs183.1
12648
12649         * src/compose.c
12650                 Sync with HEAD (compose window position saving)
12651
12652 2004-12-04 [paul]       0.9.12cvs182.3
12653
12654         * src/messageview.c
12655         * src/mimeview.c
12656         * src/prefs_customheader.c
12657         * src/gtk/quicksearch.c
12658                 replace some forgotten GTK_SIGNAL_FUNCs
12659
12660 2004-12-04 [paul]       0.9.12cvs182.2
12661
12662         * src/Makefile.am
12663                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12664                 committed in error      
12665
12666 2004-12-04 [paul]       0.9.12cvs182.1
12667
12668         * ChangeLog
12669         * ChangeLog.claws
12670         * ChangeLog.jp
12671         * INSTALL
12672         * NEWS
12673         * README
12674         * README.jp
12675         * configure.ac
12676         * doc/manual/ja/Makefile.am
12677         * doc/manual/ja/sylpheed-1.html
12678         * doc/manual/ja/sylpheed-10.html
12679         * doc/manual/ja/sylpheed-11.html
12680         * doc/manual/ja/sylpheed-12.html
12681         * doc/manual/ja/sylpheed-13.html
12682         * doc/manual/ja/sylpheed-14.html
12683         * doc/manual/ja/sylpheed-15.html
12684         * doc/manual/ja/sylpheed-16.html
12685         * doc/manual/ja/sylpheed-17.html
12686         * doc/manual/ja/sylpheed-18.html
12687         * doc/manual/ja/sylpheed-19.html
12688         * doc/manual/ja/sylpheed-2.html
12689         * doc/manual/ja/sylpheed-20.html
12690         * doc/manual/ja/sylpheed-3.html
12691         * doc/manual/ja/sylpheed-4.html
12692         * doc/manual/ja/sylpheed-5.html
12693         * doc/manual/ja/sylpheed-6.html
12694         * doc/manual/ja/sylpheed-7.html
12695         * doc/manual/ja/sylpheed-8.html
12696         * doc/manual/ja/sylpheed-9.html
12697         * doc/manual/ja/sylpheed.html
12698         * doc/manual/ja/sylpheed.sgml
12699         * po/de.po
12700         * src/Makefile.am
12701         * src/compose.c
12702         * src/procmime.c
12703         * src/pixmaps/regular.xpm **REMOVED**
12704         * src/plugins/pgpmime/pgpmime.c
12705         * src/plugins/pgpmime/plugin.c
12706         * src/plugins/pgpmime/prefs_gpg.c
12707                 sync with HEAD
12708
12709 2004-12-03 [paul]       0.9.12cvs180.1
12710
12711         * ChangeLog
12712         * ChangeLog.claws
12713         * ChangeLog.jp
12714         * configure.ac
12715         * src/Makefile.am
12716         * src/pop.c
12717         * src/common/utils.c
12718         * src/common/utils.h
12719         * src/pixmaps/continue.xpm
12720         * src/pixmaps/dir_close.xpm
12721         * src/pixmaps/dir_open.xpm
12722         * src/pixmaps/drafts_close.xpm
12723         * src/pixmaps/drafts_open.xpm
12724         * src/pixmaps/folder.xpm **REMOVED**
12725         * src/pixmaps/group.xpm
12726         * src/pixmaps/unread.xpm
12727                 sync with HEAD
12728
12729 2004-12-02 [colin]      0.9.12cvs179.1
12730
12731         * src/compose.c
12732                 Sync with HEAD (non-duplicated reedition)
12733
12734 2004-12-02 [colin]      0.9.12cvs178.1
12735
12736         * src/compose.c
12737                 Sync with HEAD (linewrap_quote fix)
12738
12739 2004-12-01 [colin]      0.9.12cvs177.3
12740
12741         * src/addrharvest.c
12742                 Replace sizeof with strlen
12743
12744 2004-12-01 [paul]       0.9.12cvs177.2
12745
12746         * src/addrharvest.c
12747                 fix 'harvest addresses'
12748
12749 2004-11-30 [colin]      0.9.12cvs177.1
12750
12751         * src/gtk/prefswindow.c
12752         * src/gtk/pluginwindow.c
12753                 Sync with HEAD
12754
12755 2004-11-29 [colin]      0.9.12cvs176.1
12756
12757         * src/folderview.c
12758                 sync with HEAD (Fix disappearing separators in folderview's popup)
12759
12760 2004-11-29 [colin]      0.9.12cvs175.1
12761
12762         * src/procmime.c
12763                 Sync with head (another format fix)
12764
12765 2004-11-29 [colin]      0.9.12cvs174.1
12766
12767         * src/pop.c
12768                 Sync with HEAD (format string fix)
12769
12770 2004-11-26 [colin]      0.9.12cvs173.1
12771
12772         * src/common/smtp.c
12773         * src/common/smtp.h
12774                 Sync with HEAD
12775
12776 2004-11-24 [colin]      0.9.12cvs172.1
12777
12778         * src/plugins/pgpmime/pgpmime.c
12779                 Sync with HEAD
12780
12781 2004-11-24 [colin]      0.9.12cvs171.1
12782
12783         * src/plugins/pgpmime/pgpmime.c
12784                 Sync with head (gpgmectx leaks)
12785
12786 2004-11-24 [colin]      0.9.12cvs169.1
12787
12788         * src/plugins/pgpmime/plugin.c
12789         * src/plugins/trayicon/Makefile.am
12790         * src/plugins/trayicon/newmarkedmail.xpm
12791         * src/plugins/trayicon/trayicon.c
12792         * src/plugins/trayicon/unreadmarkedmail.xpm
12793                 Sync with HEAD
12794
12795 2004-11-23 [colin]      0.9.12cvs168.1
12796
12797         * src/partial_download.c
12798         * src/partial_download.h
12799         * src/plugins/pgpmime/plugin.c
12800                 Sync with HEAD
12801
12802 2004-11-23 [colin]      0.9.12cvs166.1
12803
12804         * src/Makefile.am
12805         * src/codeconv.c
12806         * src/compose.c
12807         * src/folderview.c
12808         * src/main.c
12809         * src/partial_download.c
12810         * src/partial_download.h
12811         * src/prefs_account.c
12812         * src/prefs_account.h
12813         * src/privacy.c
12814         * src/privacy.h
12815         * src/procmime.c
12816         * src/common/Makefile.am
12817         * src/common/base64.h
12818         * src/common/partial_download.c
12819         * src/common/partial_download.h
12820         * src/gtk/prefswindow.c
12821         * src/gtk/prefswindow.h
12822         * src/plugins/pgpmime/pgpmime.c
12823         * src/plugins/pgpmime/prefs_gpg.c
12824         * src/plugins/pgpmime/prefs_gpg.h
12825         * src/plugins/pgpmime/sgpgme.c
12826         * src/plugins/pgpmime/sgpgme.h
12827                 Sync with HEAD
12828
12829 2004-11-23 [colin]      0.9.12cvs163.1
12830
12831         * src/main.c
12832                 Sync with HEAD (cursor optimization)
12833
12834 2004-11-23 [colin]      0.9.12cvs162.1
12835
12836         * src/prefs_common.c
12837         * src/prefs_themes.c
12838         * src/procmsg.c
12839                 Sync with HEAD
12840
12841 2004-11-23 [colin]      0.9.12cvs158.9
12842
12843         * src/compose.c
12844                 Fix double-free when forwarding
12845         * src/msgcache.c
12846                 Fix leak on error path
12847                 
12848
12849 2004-11-23 [colin]      0.9.12cvs158.8
12850
12851         * src/compose.c
12852                 Fix possible double-free
12853                 Spotted by Alfons
12854
12855 2004-11-23 [colin]      0.9.12cvs158.7
12856
12857         * src/compose.c
12858                 Fix some signal handlers' prototypes
12859                 Spotted by Alfons
12860
12861 2004-11-22 [colin]      0.9.12cvs158.6
12862
12863         * src/compose.c
12864                 Remove unneeded code and duplicated
12865                 wrapping - patch by Alfons
12866
12867 2004-11-22 [colin]      0.9.12cvs158.5
12868
12869         * src/prefs_themes.c
12870                 Fix oversized selector
12871
12872 2004-11-22 [colin]      0.9.12cvs158.4
12873
12874         * src/compose.c
12875                 fix dump_text()
12876                 patch by Alfons
12877
12878 2004-11-19 [colin]      0.9.12cvs158.3
12879
12880         * src/textview.c
12881                 Add a context menu on links (open, copy)
12882
12883 2004-11-18 [paul]       0.9.12cvs158.2
12884
12885         * src/addrgather.c
12886         * src/exphtmldlg.c
12887         * src/expldifdlg.c
12888         * src/mimeview.c
12889         * src/prefs_common.c
12890         * src/plugins/image_viewer/viewer.c
12891         * src/plugins/spamassassin/spamassassin_gtk.c
12892                 replace deprecated gtk_notebook_set_page
12893                 and gtk_notebook_current_page
12894
12895 2004-11-18 [paul]       0.9.12cvs158.1
12896
12897         * configure.ac
12898         * src/compose.c
12899         * src/mainwindow.c
12900         * src/messageview.c
12901         * src/prefs_common.c
12902         * src/common/utils.c
12903         * src/common/utils.h
12904                 sync with HEAD
12905
12906 2004-11-17 [colin]      0.9.12cvs156.1
12907
12908         * src/prefs_account.c
12909         * src/prefs_account.h
12910         * src/procmsg.c
12911                 Sync with HEAD (add pref to store encrypted mails encrypted)
12912
12913 2004-11-17 [paul]       0.9.12cvs155.1
12914
12915         * ChangeLog
12916         * ChangeLog.claws
12917         * ChangeLog.jp
12918         * NEWS
12919         * configure.ac
12920         * src/compose.c
12921         * src/jpilot.c
12922         * src/privacy.c
12923         * src/procmime.c
12924         * src/procmime.h
12925         * src/procmsg.c
12926         * src/toolbar.c
12927         * src/pixmaps/error.xpm
12928                 sync with HEAD
12929
12930 2004-11-17 [colin]      0.9.12cvs151.1
12931
12932         * src/plugins/pgpmime/pgpmime.c
12933                 Sync with HEAD (remove debug printf)
12934
12935 2004-11-17 [colin]      0.9.12cvs150.1
12936
12937         * src/plugins/pgpmime/pgpmime.c
12938                 Sync with HEAD (off-by-one fix)
12939
12940 2004-11-17 [colin]      0.9.12cvs149.1
12941
12942         * src/procmsg.c
12943                 Sync with HEAD (coding style fixes)
12944
12945 2004-11-16 [colin]      0.9.12cvs148.1
12946
12947         * src/procmsg.c
12948                 Sync with head (Fix the fix)
12949
12950 2004-11-16 [colin]      0.9.12cvs147.1
12951
12952         * src/procmsg.c
12953                 Sync with Main (leak fix)
12954
12955 2004-11-16 [colin]      0.9.12cvs146.14
12956
12957         * src/compose.c
12958                 Remove useless chunk of code
12959                 Patch by Alfons
12960
12961 2004-11-15 [colin]      0.9.12cvs146.13
12962
12963         * src/compose.c
12964                 Fix drafting after insertion
12965                 Patch by Alfons
12966
12967 2004-11-15 [colin]      0.9.12cvs146.12
12968
12969         * src/compose.c
12970         * src/prefs_filtering.c
12971         * src/prefs_filtering_action.c
12972         * src/prefs_toolbar.c
12973                 Fix some const-correctness
12974
12975 2004-11-15 [colin]      0.9.12cvs146.11
12976
12977         * src/summaryview.c
12978         * src/prefs_themes.c
12979         * src/messageview.c
12980                 Fix some leaks
12981
12982 2004-11-15 [colin]      0.9.12cvs146.10
12983
12984         * src/codeconv.c
12985                 More unreadable locale fixes
12986
12987 2004-11-14 [colin]      0.9.12cvs146.9
12988
12989         * src/textview.c
12990                 Fix uri_security_check
12991                 Patch by Alfons
12992
12993 2004-11-13 [paul]       0.9.12cvs146.8
12994
12995         * src/folder.c
12996         * src/procmime.c
12997                 fix 2 bugs introduced in last commit
12998
12999 2004-11-13 [paul]       0.9.12cvs146.7
13000
13001         * src/compose.c
13002         * src/exporthtml.c
13003         * src/exportldif.c
13004         * src/folder.c
13005         * src/imap.c
13006         * src/imap_gtk.c
13007         * src/main.c
13008         * src/mainwindow.c
13009         * src/messageview.c
13010         * src/mh_gtk.c
13011         * src/prefs_themes.c
13012         * src/procmime.c
13013         * src/setup.c
13014         * src/summaryview.c
13015                 replace deprecated g_basename
13016
13017 2004-11-13 [paul]       0.9.12cvs146.6
13018
13019         * src/compose.c
13020         * src/imap.c
13021         * src/matcher_parser.h
13022         * src/matcher_parser_parse.y
13023         * src/prefs_filtering.c
13024         * src/prefs_filtering_action.c
13025         * src/prefs_themes.c
13026         * src/prefs_toolbar.c
13027         * src/common/utils.c
13028                 various small fixes/cleanups
13029
13030 2004-11-12 [colin]      0.9.12cvs146.5
13031
13032         * src/textview.c
13033                 Validate event's origin on visibility notify
13034                 Patch by Alfons.
13035
13036 2004-11-12 [paul]       0.9.12cvs146.4
13037
13038         * src/exporthtml.c
13039         * src/exportldif.c
13040         * src/imap.c
13041         * src/mh.c
13042         * src/mimeview.c
13043         * src/prefs_spelling.c
13044         * src/prefs_themes.c
13045                 replace deprecated g_dirname    
13046
13047 2004-11-12 [colin]      0.9.12cvs146.3
13048
13049         * src/textview.c
13050                 Some coding style fixes
13051
13052 2004-11-12 [colin]      0.9.12cvs146.2
13053
13054         * src/codeconv.c
13055                 We want to replace _all_ extended chars in
13056                 conv_unreadable_*, because any string containing
13057                 extended chars not parsing as UTF8 is 
13058                 undisplayed on gtk2.
13059
13060 2004-11-12 [paul]       0.9.12cvs146.1
13061
13062         * ChangeLog
13063         * ChangeLog.claws
13064         * ChangeLog.jp
13065         * NEWS
13066         * configure.ac
13067         * src/account.c
13068         * src/folderview.c
13069         * src/folderview.h
13070         * src/imap.c
13071         * src/imap_gtk.c
13072         * src/inc.c
13073         * src/mainwindow.c
13074         * src/mh_gtk.c
13075         * src/news_gtk.c
13076         * src/pop.c
13077         * src/prefs_account.c
13078         * src/prefs_account.h
13079         * src/prefs_ext_prog.c
13080         * src/procmime.c
13081         * src/procmime.h
13082         * src/procmsg.c
13083         * src/procmsg.h
13084         * src/summary_search.c
13085         * src/summaryview.c
13086         * src/textview.c
13087         * src/common/defs.h
13088         * src/common/utils.c
13089         * src/common/utils.h
13090         * src/gtk/menu.c
13091         * src/gtk/menu.h
13092                 sync with HEAD
13093
13094 2004-11-11 [colin]      0.9.12cvs144.2
13095
13096         * src/textview.c
13097                 Fix URI range selection (patch by Alfons)
13098
13099 2004-11-09 [colin]      0.9.12cvs144.1
13100
13101         * ChangeLog.claws
13102         * src/compose.c
13103         * src/folder.c
13104         * src/folder_item_prefs.c
13105         * src/prefs_account.c
13106         * src/prefs_account.h
13107         * src/plugins/pgpmime/pgpmime.c
13108                 Sync with HEAD
13109
13110 2004-11-08 [colin]      0.9.12cvs143.1
13111
13112         * src/summaryview.c
13113                 Sync with HEAD (optimize quicksearch)
13114
13115 2004-11-08 [colin]      0.9.12cvs142.2
13116
13117         * src/compose.c
13118                 Don't wrap when Edit/Auto wrapping is disabled
13119
13120 2004-11-08 [colin]      0.9.12cvs142.1
13121
13122         * src/textview.c
13123                 Sync with HEAD
13124
13125 2004-11-08 [colin]      0.9.12cvs141.1
13126
13127         * src/textview.c
13128                 Sync with HEAD (fix some mail URIs)
13129
13130 2004-11-08 [colin]      0.9.12cvs140.3
13131
13132         * src/textview.c
13133                 o Use text cursor instead of arrow when
13134                   not on a link
13135                 o Fix handling of contiguous links (as in
13136                   "colin@colino.net" <colin@colino.net>)
13137                   This one unveils a bug in get_email_part()
13138
13139 2004-11-07 [colin]      0.9.12cvs140.2
13140
13141         * src/textview.c
13142                 Fix memleak. Patch by Alfons.
13143
13144 2004-11-06 [colin]      0.9.12cvs140.1
13145
13146         * src/compose.c
13147                 Sync with HEAD (don't ask passphrase
13148                 when drafting)
13149
13150 2004-11-06 [paul]       0.9.12cvs139.2
13151
13152         * AUTHORS
13153         * src/textview.c
13154         * src/textview.h
13155                 textview URI handling. hovering over a 
13156                 link displays it in the status bar,
13157                 and changes the mouse pointer to a hand 
13158                 cursor. a link is activated with a single 
13159                 click. (Modified from the) patch by Jean-Yves 
13160                 Lefort <jylefort@users.sourceforge.net>
13161                 
13162
13163 2004-11-05 [colin]      0.9.12cvs139.1
13164
13165         * src/compose.c
13166         * src/procmime.c
13167                 Sync with HEAD again ^^
13168
13169 2004-11-05 [colin]      0.9.12cvs139.1
13170
13171         * src/compose.c
13172         * src/procmime.c
13173                 Sync with HEAD
13174
13175 2004-11-03 [paul]       0.9.12cvs138.1
13176
13177         * ChangeLog.claws
13178         * configure.ac
13179         * po/POTFILES.in
13180         * src/prefs_ext_prog.c
13181         * src/procmime.c
13182         * tools/kdeservicemenu/README
13183         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13184         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13185                 sync with HEAD
13186
13187 2004-11-01 [christoph]  0.9.12cvs136.2
13188
13189         * src/procmime.c
13190                 convert MIME parameters to UTF-8
13191
13192 2004-10-29 [colin]      0.9.12cvs136.1
13193
13194         * src/common/utils.c
13195                 Sync with HEAD (don't use '=' in mime boundary)
13196
13197 2004-10-29 [paul]       0.9.12cvs135.1
13198
13199         * configure.ac
13200         * doc/src/rfc2231.txt
13201         * src/procmime.c
13202         * src/common/quoted-printable.c
13203         * src/common/utils.c
13204         * src/common/utils.h
13205                 sync with HEAD
13206
13207 2004-10-27 [paul]       0.9.12cvs134.1
13208
13209         * configure.ac
13210         * src/main.c
13211         * src/procmime.c
13212         * src/plugins/pgpmime/pgpmime.c
13213                 sync with HEAD
13214
13215 2004-10-26 [paul]       0.9.12cvs132.3
13216
13217         * src/account.c
13218         * src/addressbook.c
13219         * src/addrgather.c
13220         * src/addrharvest.c
13221         * src/codeconv.c
13222         * src/compose.c
13223         * src/customheader.c
13224         * src/editaddress.c
13225         * src/editgroup.c
13226         * src/enriched.c
13227         * src/expldifdlg.c
13228         * src/exporthtml.c
13229         * src/exportldif.c
13230         * src/folder.c
13231         * src/foldersel.c
13232         * src/folderview.c
13233         * src/grouplistdialog.c
13234         * src/html.c
13235         * src/imap.c
13236         * src/jpilot.c
13237         * src/ldapserver.c
13238         * src/ldif.c
13239         * src/mimeview.c
13240         * src/news.c
13241         * src/news_gtk.c
13242         * src/pop.c
13243         * src/prefs_display_header.c
13244         * src/prefs_gtk.c
13245         * src/prefs_msg_colors.c
13246         * src/prefs_toolbar.c
13247         * src/procheader.c
13248         * src/procmime.c
13249         * src/summaryview.c
13250         * src/textview.c
13251         * src/toolbar.c
13252         * src/vcard.c
13253         * src/common/mgutils.c
13254         * src/common/nntp.c
13255         * src/common/smtp.c
13256         * src/common/template.c
13257         * src/common/utils.c
13258         * src/common/xmlprops.c
13259         * src/plugins/pgpmime/pgpmime.c
13260         * src/plugins/pgpmime/select-keys.c
13261         * src/plugins/pgpmime/sgpgme.c
13262                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13263                 g_string_sprintfa(), gtk_notebook_current_page()
13264
13265 2004-10-26 [colin]      0.9.12cvs132.2
13266
13267         * src/prefs_folder_item.c
13268                 Fix default-account selection
13269
13270 2004-10-21 [colin]      0.9.12cvs133
13271
13272         * src/compose.c
13273                 Sync with HEAD (Remove extra separator in compose's Options)
13274         * src/textview.c
13275                 Set wrapping to char
13276
13277 2004-10-21 [paul]       0.9.12cvs131.2
13278
13279         * src/compose.c
13280         * src/sourcewindow.c
13281                 fix wrapping
13282                 fix window shrinking 
13283
13284 2004-10-21 [colin]      0.9.12cvs131.1
13285
13286         * ChangeLog.claws
13287         * src/compose.c
13288                 Sync with HEAD
13289
13290 2004-10-21 [paul]       0.9.12cvs130.2
13291
13292         * src/prefs_folder_item.c
13293                 sync with HEAD (Apply to subfolders)
13294
13295 2004-10-19 [colin]      0.9.12cvs130.1
13296
13297         * ChangeLog.claws
13298         * src/compose.c
13299         * src/common/utils.c
13300         * src/gtk/menu.c
13301                 Sync with HEAD
13302
13303 2004-10-19 [colin]      0.9.12cvs128.1
13304
13305         * src/addrbook.c
13306         * src/addrcache.c
13307         * src/addressbook.c
13308         * src/codeconv.c
13309         * src/compose.c
13310         * src/customheader.c
13311         * src/editaddress.c
13312         * src/editgroup.c
13313         * src/exporthtml.c
13314         * src/folder.c
13315         * src/folderview.c
13316         * src/imap.c
13317         * src/jpilot.c
13318         * src/main.c
13319         * src/matcher_parser_parse.y
13320         * src/mbox.c
13321         * src/pop.c
13322         * src/prefs_account.c
13323         * src/prefs_gtk.c
13324         * src/prefs_msg_colors.c
13325         * src/procheader.c
13326         * src/procmime.c
13327         * src/procmime.h
13328         * src/procmsg.c
13329         * src/summaryview.c
13330         * src/textview.c
13331         * src/common/base64.c
13332         * src/common/partial_download.c
13333         * src/common/socket.c
13334         * src/common/sylpheed.c
13335         * src/common/utils.c
13336         * src/common/utils.h
13337         * src/gtk/pluginwindow.c
13338         * src/gtk/quicksearch.c
13339         * src/plugins/clamav/clamav_plugin.c
13340         * src/plugins/clamav/clamav_plugin.h
13341         * src/plugins/clamav/clamav_plugin_gtk.c
13342         * src/plugins/pgpmime/passphrase.c
13343         * src/plugins/pgpmime/pgpmime.c
13344         * src/plugins/pgpmime/plugin.c
13345         * src/plugins/pgpmime/prefs_gpg.c
13346         * src/plugins/pgpmime/prefs_gpg.h
13347         * src/plugins/pgpmime/select-keys.c
13348         * src/plugins/pgpmime/sgpgme.c
13349         * src/plugins/spamassassin/libspamc.c
13350         * src/plugins/spamassassin/spamassassin.c
13351         * src/plugins/spamassassin/spamassassin.h
13352         * src/plugins/spamassassin/spamassassin_gtk.c
13353         * src/plugins/trayicon/trayicon.c
13354         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13355                 Sync with HEAD
13356
13357 2004-10-14 [colin]      0.9.12cvs126.2
13358
13359         * src/codeconv.c
13360         * src/textview.c
13361                 Fix conv_unreadable_locale
13362
13363 2004-10-13 [colin]      0.9.12cvs126.1
13364
13365         * src/compose.c
13366                 Sync with HEAD (don't convert charset for 
13367                 drafted messages, minor cleanup)
13368
13369 2004-10-13 [colin]      0.9.12cvs125.1
13370
13371         * po/POTFILES.in
13372                 Sync with HEAD (POTFILES fix)
13373
13374 2004-10-12 [colin]      0.9.12cvs124.3
13375
13376         * src/compose.c
13377                 Fix encoding bug from latest sync
13378
13379 2004-10-12 [paul]       0.9.12cvs124.2
13380
13381         * src/plugins/pgpmime/prefs_gpg.c
13382         * src/plugins/pgpmime/prefs_gpg.h
13383                 forgotten in last commit        
13384
13385 2004-10-12 [paul]       0.9.12cvs124.1
13386
13387         * ChangeLog.claws
13388         * configure.ac
13389         * m4/spamassassin.m4
13390         * src/Makefile.am
13391         * src/account.c
13392         * src/compose.c
13393         * src/compose.h
13394         * src/crash.c
13395         * src/main.c
13396         * src/mimeview.c
13397         * src/passphrase.c
13398         * src/passphrase.h
13399         * src/prefs_account.c
13400         * src/prefs_account.h
13401         * src/prefs_common.c
13402         * src/privacy.c
13403         * src/privacy.h
13404         * src/procmime.c
13405         * src/procmime.h
13406         * src/procmsg.c
13407         * src/rfc2015.c
13408         * src/rfc2015.h
13409         * src/select-keys.c
13410         * src/select-keys.h
13411         * src/textview.c
13412         * src/common/utils.c
13413         * src/common/utils.h
13414         * src/gtk/about.c
13415         * src/plugins/pgpmime/Makefile.am
13416         * src/plugins/pgpmime/passphrase.c
13417         * src/plugins/pgpmime/passphrase.h
13418         * src/plugins/pgpmime/pgpmime.c
13419         * src/plugins/pgpmime/plugin.c
13420         * src/plugins/pgpmime/select-keys.c
13421         * src/plugins/pgpmime/select-keys.h
13422         * src/plugins/pgpmime/sgpgme.c
13423         * src/plugins/pgpmime/sgpgme.h
13424                 sync with HEAD
13425
13426 2004-10-04 [colin]      0.9.12cvs122.1
13427
13428         * src/mainwindow.c
13429         * src/messageview.c
13430         * src/messageview.h
13431         * src/textview.c
13432                 Sync with HEAD
13433
13434 2004-10-04 [colin]      0.9.12cvs121.1
13435
13436         * src/summaryview.c
13437                 Sync with HEAD
13438
13439 2004-10-04 [paul]       0.9.12cvs120.1
13440
13441         * configure.ac
13442                 sync with HEAD [don't try to build 
13443                 pgpmime plugin when gpgme is disabled]
13444
13445 2004-10-03 [colin]      0.9.12cvs119.3
13446
13447         * src/gtk/gtksctree.c
13448                 Lots of side effects. Put back as before 117.2.
13449         * src/summaryview.c
13450                 Fix bug #602
13451
13452 2004-10-03 [colin]      0.9.12cvs119.2
13453
13454         * src/gtk/gtksctree.c
13455                 Revert 608 fix that doesn't work that good
13456
13457 2004-10-02 [colin]      0.9.12cvs119.1
13458
13459         * src/mainwindow.c
13460         * src/messageview.c
13461         * src/prefs_common.h
13462         * src/procmime.c
13463         * src/procmime.h
13464         * src/textview.c
13465                 Sync with HEAD
13466         * src/gtk/gtksctree.c
13467                 Close bug #608
13468
13469 2004-10-01 [colin]      0.9.12cvs118.1
13470
13471         * src/mimeview.c
13472                 Sync with HEAD (better Save All fix)
13473
13474 2004-10-01 [colin]      0.9.12cvs117.2
13475
13476         * src/gtk/gtksctree.c
13477                 Faster on selection
13478
13479 2004-10-01 [colin]      0.9.12cvs117.1
13480
13481         * src/mimeview.c
13482                 Sync with HEAD (Save All: only attachments)
13483
13484 2004-10-01 [paul]       0.9.12cvs116.1
13485
13486         * ChangeLog.claws
13487         * configure.ac
13488         * src/account.c
13489         * src/prefs_common.c
13490         * src/gtk/colorlabel.c
13491                 sync with HEAD
13492
13493 2004-09-30 [colin]      0.9.12cvs115.1
13494
13495         * src/stock_pixmap.c
13496         * src/stock_pixmap.h
13497         * src/folderview.c
13498         * src/Makefile.am
13499         * src/pixmaps/read.xpm
13500                 Sync with HEAD (new pixmap)
13501
13502 2004-09-29 [colin]      0.9.12cvs114.1
13503
13504         * src/compose.c
13505                 Sync with HEAD
13506                 Fix focus handling in headers
13507
13508 2004-09-29 [paul]       0.9.12cvs113.1
13509
13510         * src/quote_fmt_parse.y
13511                 sync with HEAD
13512  
13513
13514 2004-09-28 [colin]      0.9.12cvs112.1
13515
13516         * src/folderview.c
13517         * src/mainwindow.c
13518                 Sync with HEAD
13519
13520 2004-09-28 [colin]      0.9.12cvs110.1
13521
13522         * src/folderview.c
13523                 Sync with HEAD (Contextual Empty trash menu)
13524
13525 2004-09-28 [colin]      0.9.12cvs108.1
13526
13527         * src/addressbook.c
13528                 Sync with HEAD (addressbook edit on double-click)
13529
13530 2004-09-28 [colin]      0.9.12cvs106.1
13531
13532         * src/inc.c
13533                 Sync with HEAD (folder_item freeze on inc)
13534
13535 2004-09-27 [colin]      0.9.12cvs105.1
13536
13537         * src/folderview.c
13538                 Sync with HEAD (right-align new and unread column)
13539
13540 2004-09-27 [colin]      0.9.12cvs104.1
13541
13542         * src/main.c
13543                 Sync with HEAD (revert 0.9.12cvs101)
13544
13545 2004-09-24 [colin]      0.9.12cvs103.2
13546
13547         * src/wizard.c
13548                 Fix gtk warnings and use domain part of the email address 
13549                 when domain detection fails (no dot in domain name)
13550
13551 2004-09-23 [colin]      0.9.12cvs103.1
13552
13553         * src/plugins/spamassassin/libspamc.c
13554         * src/plugins/spamassassin/libspamc.h
13555         * src/plugins/spamassassin/utils.c
13556         * src/plugins/spamassassin/utils.h
13557                 Sync with HEAD (Update spamassassin to 3.0)
13558
13559 2004-09-21 [colin]      0.9.12cvs102.3
13560
13561         * src/action.c
13562                 Add horizontal scrollbar in action io dialog as needed
13563                 Patch by Alfons.
13564
13565 2004-09-20 [colin]      0.9.12cvs102.2
13566
13567         * src/plugins/image_viewer/viewer.c
13568                 Remove imlib stuff
13569                 use gtk_pixmap_set when clearing
13570                 (would be better to use gtkImages, but causes size-allocate 
13571                 signals storm)
13572
13573 2004-09-17 [paul]       0.9.12cvs102.1
13574
13575         * ChangeLog
13576         * ChangeLog.claws
13577         * ChangeLog.jp
13578         * configure.ac
13579         * src/inc.c
13580                 sync with HEAD
13581
13582
13583 2004-09-17 [colin]      0.9.12cvs101.1
13584
13585         * ChangeLog.claws
13586         * src/main.c
13587                 Sync with HEAD (fix segs at exit)
13588
13589 2004-09-14 [colin]      0.9.12cvs99.5
13590
13591         * src/common/socket.c
13592         * AUTHORS
13593                 Fix send error on 64bit platforms
13594                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13595
13596 2004-09-14 [colin]      0.9.12cvs99.4
13597
13598         * src/action.c
13599                 Fix action output with utf8 
13600                 Patch by Alfons.
13601
13602 2004-09-14 [colin]      0.9.12cvs99.3
13603
13604         * ChangeLog.claws
13605         * src/folder.c
13606                 Sync with HEAD
13607
13608 2004-09-09 [colin]      0.9.12cvs99.2
13609
13610         * src/action.c
13611                 Fix progress bar (displaying "Completed %v/%u")
13612                 Patch by Alfons.
13613
13614 2004-09-08 [colin]      0.9.12cvs99.1
13615
13616         * src/account.c
13617         * src/folder.c
13618         * src/procmsg.c
13619         * src/procmsg.h
13620         * src/plugins/pgpmime/pgpmime.c
13621                 Sync with HEAD
13622
13623 2004-09-08 [colin]      0.9.12cvs97.2
13624
13625         * src/summaryview.c
13626                 Don't select mails in collapsed threads 
13627                 when navigating with up/down
13628
13629 2004-09-07 [colin]      0.9.12cvs97.1
13630
13631         * src/inc.c
13632                 Sync with HEAD (meaningful error messages)
13633
13634 2004-09-06 [colin]      0.9.12cvs96.1
13635
13636         * src/toolbar.c
13637                 Sync with HEAD (fix Redirect graying out)
13638
13639 2004-09-06 [colin]      0.9.12cvs95.1
13640
13641         * src/summaryview.c
13642         * src/mimeview.c
13643                 Sync with HEAD (fix dropped URIs)
13644
13645 2004-09-06 [colin]      0.9.12cvs94.1
13646
13647         * src/addressbook.c
13648         * src/addressitem.h
13649         * src/addritem.c
13650         * src/addritem.h
13651                 Sync with HEAD (addressbook DnD)
13652
13653 2004-09-03 [colin]      0.9.12cvs93.1
13654
13655         * src/summaryview.c
13656                 Sync with HEAD (next/prev unread)
13657
13658 2004-09-03 [colin]      0.9.12cvs92.1
13659
13660         * src/prefs_common.c
13661         * src/prefs_common.h
13662         * src/summaryview.c
13663                 Sync with HEAD ('mark_as_read_delay' pref)
13664
13665 2004-09-02 [colin]      0.9.12cvs91.2
13666
13667         * src/common/xml.c
13668                 Fix leak
13669
13670 2004-09-02 [colin]      0.9.12cvs91.1
13671
13672         * src/gtk/menu.c
13673                 Sync with HEAD (menu accel don't work, but whatever)
13674
13675 2004-09-02 [colin]      0.9.12cvs90.1
13676
13677         * src/account.c
13678                 Sync with HEAD (fix bug 582)
13679
13680 2004-09-02 [colin]      0.9.12cvs89.1
13681
13682         * src/addrindex.c
13683                 Sync with HEAD (free deleted queries)
13684
13685 2004-09-02 [colin]      0.9.12cvs88.1
13686
13687         * src/ldapquery.c
13688                 Sync with HEAD (fix LDAP freezes)
13689
13690 2004-09-02 [colin]      0.9.12cvs87.1
13691
13692         * src/prefs_spelling.c
13693                 Sync with HEAD (add default dictionary)
13694
13695 2004-09-01 [colin]      0.9.12cvs86.1
13696
13697         * src/filtering.c
13698         * src/folderview.c
13699         * src/imap.c
13700         * src/prefs_matcher.c
13701         * src/stock_pixmap.c
13702         * src/summary_search.c
13703         * src/summaryview.c
13704         * src/wizard.c
13705         * src/wizard.h
13706                 Sync with HEAD (uninitialized vars fixes)
13707                 + gtk2 specific warning fixes
13708
13709 2004-08-31 [colin]      0.9.12cvs85.1
13710
13711         * src/folder.c
13712                 Sync with HEAD (Fix memory corruption due to 
13713                 uninitialized var)
13714
13715 2004-08-31 [colin]      0.9.12cvs84.4
13716
13717         * src/summary_search.c
13718                 Fix segfaults when searching in folders with broken headers
13719
13720 2004-08-31 [colin]      0.9.12cvs84.3
13721
13722         * src/compose.c
13723         * src/textview.c
13724                 Fix some more encoding/decoding issues
13725
13726 2004-08-30 [colin]      0.9.12cvs84.2
13727
13728         * src/mimeview.c
13729         * src/prefs_themes.c
13730         * src/gtk/filesel.c
13731         * src/gtk/filesel.h
13732                 Add a folder-mode selection (fixes mimeview's "Save all")
13733
13734 2004-08-29 [colin]      0.9.12cvs84.1
13735
13736         * src/mimeview.c
13737                 Sync with HEAD (don't escape saved filenames)
13738
13739 2004-08-27 [colin]      0.9.12cvs83.1
13740
13741         * ChangeLog
13742         * ChangeLog.claws
13743         * ChangeLog.jp
13744         * src/mh.c
13745         * src/procheader.c
13746         * src/procmsg.c
13747         * src/procmsg.h
13748         * src/common/utils.c
13749         * src/gtk/menu.h
13750         * po/
13751                 Sync with HEAD 0.9.12cvs83 (sync with main)
13752
13753 2004-08-26 [colin]      0.9.12cvs82.4
13754
13755         * src/codeconv.c
13756                 Fix strange stack corruption
13757                 Convert to utf8 after unmime, not before
13758
13759 2004-08-26 [colin]      0.9.12cvs82.3
13760
13761         * src/main.c
13762         * src/wizard.c
13763                 Fix account folders duplication
13764
13765 2004-08-25 [colin]      0.9.12cvs82.2
13766
13767         * src/wizard.c
13768                 Remove ports
13769                 Add SSL selection
13770                 Use login@server as account name
13771
13772 2004-08-25 [colin]      0.9.12cvs82.1
13773
13774         * src/plugins/pgpmime/pgpmime.c
13775                 Sync with HEAD (leak fix).
13776
13777 2004-08-25 [colin]      0.9.12cvs81.1
13778
13779         * src/plugins/pgpmime/pgpmime.c
13780         * src/plugins/pgpmime/sgpgme.c
13781         * src/plugins/pgpmime/sgpgme.h
13782                 Sync with HEAD (Handle combined messages).
13783
13784 2004-08-24 [colin]      0.9.12cvs80.3
13785
13786         * src/wizard.c
13787                 Fix full name, ports, and imap
13788
13789 2004-08-24 [colin]      0.9.12cvs80.2
13790
13791         * src/Makefile.am
13792         * src/main.c
13793         * src/setup.c
13794         * src/setup.h
13795         * src/stock_pixmap.c
13796         * src/stock_pixmap.h
13797         * src/wizard.c ** ADDED **
13798         * src/wizard.h ** ADDED ** 
13799         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13800                 Add a setup wizard 
13801
13802 2004-08-24 [colin]      0.9.12cvs80.1
13803
13804         * src/folder.c
13805                 Sync with HEAD (set mimeflags on all messages)
13806
13807 2004-08-24 [colin]      0.9.12cvs79.3
13808
13809         * src/matcher_parser_lex.l
13810                 Fix 8bits strings not in utf8
13811
13812 2004-08-24 [colin]      0.9.12cvs79.2
13813
13814         * src/compose.c
13815                 Check conversion result before replacing buffer
13816
13817 2004-08-23 [colin]      0.9.12cvs79.1
13818
13819         * src/compose.c
13820                 Sync with HEAD (create message header in memory)
13821
13822 2004-08-23 [colin]      0.9.12cvs78.1
13823
13824         * src/rfc2015.c
13825         * src/rfc2015.h
13826                 Sync with HEAD (fix bug 197 again)
13827
13828 2004-08-23 [colin]      0.9.12cvs77.3
13829
13830         * src/compose.c
13831                 Fix again inline gpg signing (which outputs utf8
13832                 in gtk2). Not syncing this fix to HEAD as this 
13833                 code is meant to die.
13834
13835 2004-08-23 [colin]      0.9.12cvs77.2
13836
13837         * src/prefs_account.h
13838                 Remove useless include
13839
13840 2004-08-23 [colin]      0.9.12cvs77.1
13841
13842         * src/imap.c
13843         * po/es.po
13844         * po/fr.po
13845         * po/it.po
13846         * po/pl.po
13847         * po/pt_BR.po
13848         * po/sk.po
13849         * po/sr.po
13850                 Sync with HEAD (fix bug 577)
13851
13852 2004-08-22 [colin]      0.9.12cvs76.1
13853
13854         * src/plugins/trayicon/trayicon.c
13855                 Sync with HEAD (fix formatting bug)
13856
13857 2004-08-21 [colin]      0.9.12cvs74.2
13858
13859         * src/gtk/colorsel.c
13860                 Fix bug 564 (Folder color selection window exits on any
13861                 keypress)
13862
13863 2004-08-21 [colin]      0.9.12cvs74.1
13864
13865         * ChangeLog.claws
13866         * src/compose.c
13867         * src/summaryview.c
13868         * src/toolbar.c
13869                 Sync with HEAD (fix bug 576)
13870
13871 2004-08-21 [colin]      0.9.12cvs70.1
13872
13873         * src/compose.c
13874         * src/mainwindow.c
13875                 Sync with HEAD
13876                 
13877
13878 2004-08-21 [paul]       0.9.12cvs66.4
13879
13880         * src/mainwindow.c
13881         * src/messageview.c
13882         * src/gtk/menu.c
13883         * src/plugins/spamassassin/spamassassin_gtk.c
13884                 remove some deprecated gtk1 functions
13885
13886
13887 2004-08-21 [colin]      0.9.12cvs66.3
13888
13889         * src/compose.c
13890         * src/codeconv.c
13891                 Fix warnings
13892                 Remove encoding hacks
13893                 Fix bug 575 (Strange character messes up message)
13894                 Don't display conversion error when drafting
13895
13896 2004-08-21 [paul]       0.9.12cvs66.2
13897
13898         * src/prefs_account.c
13899                 fix GnuPG mode bugs
13900
13901
13902 2004-08-20 [colin]      0.9.12cvs66.1
13903
13904         * src/codeconv.c
13905                 Sync with HEAD 0.9.12cvs66
13906
13907 2004-08-20 [paul]
13908
13909         * src/plugins/pgpmime/plugin.c
13910                 modify PGP/MIME plugin's description
13911
13912 2004-08-17 [colin]      0.9.12cvs65.1
13913
13914         * src/common/ssl.c
13915         * src/plugins/pgpmime/plugin.c
13916                 Sync with HEAD
13917
13918 2004-08-14 [colin]      0.9.12cvs60.3
13919
13920         * src/plugins/trayicon/trayicon.c
13921                 Put back resize callback, on size-request signal
13922                 rather than size-allocate to avoid infinite 
13923                 callback loop
13924
13925 2004-08-13 [colin]      0.9.12cvs60.2
13926
13927         * src/common/defs.h
13928                 Cache versions have been fixed
13929
13930 2004-08-13 [colin]      0.9.12cvs60.1
13931
13932         * src/folderutils.c
13933                 Sync with HEAD
13934
13935 2004-08-12 [colin]      0.9.12cvs59.1
13936
13937         * src/plugins/trayicon/trayicon.c
13938                 Sync with HEAD
13939
13940 2004-08-12 [colin]      0.9.12cvs57.5
13941
13942         * sylpheed.desktop
13943         * configure.ac
13944         * src/Makefile.am
13945         * src/main.c
13946                 Add support for Freedesktop.org's startup notification
13947
13948 2004-08-11 [colin]      0.9.12cvs57.4
13949
13950         * src/textview.c
13951                 Fix off-by-one
13952
13953 2004-08-11 [colin]      0.9.12cvs57.3
13954
13955         * src/message_search.c
13956         * src/summary_search.c
13957                 Make searches case insensitive by default
13958         * src/textview.c
13959                 Fix case-insensitive search in message
13960
13961 2004-08-11 [colin]      0.9.12cvs57.2
13962
13963         * src/summary_search.c
13964                 Let case-sensitive be specified
13965
13966 2004-08-10 [colin]      0.9.12cvs55.4
13967
13968         * src/common/socket.c
13969                 Fix the possible race condition
13970
13971 2004-08-09 [paul]       0.9.12cvs55.3
13972
13973         * configure.ac
13974         * src/Makefile.am
13975         * src/common/Makefile.am
13976                 sync with HEAD
13977
13978
13979 2004-08-09 [paul]       0.9.12cvs55.2
13980
13981         * autogen.sh
13982         * po/poconv.sh
13983                 remove unneeded script
13984
13985         * configure.ac
13986                 add forgotten USE_LDAP_TLS (sync with HEAD)
13987
13988
13989 2004-08-09 [colin]      0.9.12cvs55.1
13990
13991         * src/main.c
13992         * src/common/ssl.c
13993         * src/common/sylpheed.c
13994         * src/common/sylpheed.h
13995                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13996
13997 2004-08-09 [paul]       0.9.12cvs54.1
13998
13999         * ChangeLog
14000         * ChangeLog.claws
14001         * ChangeLog.jp
14002         * configure.ac
14003         * po/POTFILES.in
14004         * src/Makefile.am
14005         * src/folderutils.c
14006         * src/main.c
14007         * src/pgpmime.c
14008         * src/pgpmime.h
14009         * src/sgpgme.c
14010         * src/sgpgme.h
14011         * src/plugins/Makefile.am
14012         * src/plugins/pgpmime/.cvsignore
14013         * src/plugins/pgpmime/Makefile.am
14014         * src/plugins/pgpmime/pgpmime.c
14015         * src/plugins/pgpmime/pgpmime.h
14016         * src/plugins/pgpmime/plugin.c
14017         * src/plugins/pgpmime/sgpgme.c
14018         * src/plugins/pgpmime/sgpgme.h
14019                 sync with HEAD
14020
14021 2004-08-08 [paul]       0.9.12cvs51.1
14022
14023         * configure.ac
14024         * src/folder.c
14025                 sync with HEAD
14026
14027 2004-08-07 [colin]      0.9.12cvs50.1
14028
14029         * src/pop.c
14030         * src/common/partial_download.c
14031                 fix warnings (sync from HEAD)
14032
14033 2004-08-07 [colin]      0.9.12cvs48.1
14034
14035         * src/prefs_folder_item.c
14036                 sync with HEAD 0.9.12cvs48
14037
14038 2004-08-06 [colin]      0.9.12cvs47.1
14039
14040         * src/compose.c
14041                 Sync with HEAD
14042
14043 2004-08-06 [christoph]  0.9.12cvs46.2
14044
14045         * src/main.c
14046         * src/plugins/clamav/clamav_plugin_gtk.c
14047         * src/plugins/dillo_viewer/dillo_viewer.c
14048         * src/plugins/image_viewer/plugin.c
14049         * src/plugins/mathml_viewer/mathml_viewer.c
14050         * src/plugins/spamassassin/spamassassin_gtk.c
14051         * src/plugins/trayicon/trayicon.c
14052                 don't mix GTK1.2 plugin with GTK2 plugins
14053
14054 2004-08-06 [colin]      0.9.12cvs46.1
14055
14056         * ChangeLog
14057         * ChangeLog.claws
14058         * ChangeLog.jp
14059         * configure.ac
14060         * sylpheed-claws.pc.in
14061         * src/folder.c
14062         * src/imap.c
14063         * src/localfolder.c
14064         * src/messageview.c
14065         * src/mimeview.c
14066         * src/mimeview.h
14067         * src/msgcache.c
14068         * src/news.c
14069         * src/prefs_ext_prog.c
14070         * src/prefs_folder_item.c
14071         * src/prefs_fonts.c
14072         * src/prefs_msg_colors.c
14073         * src/prefs_spelling.c
14074         * src/prefs_themes.c
14075         * src/prefs_toolbar.c
14076         * src/prefs_wrapping.c
14077         * src/procmime.h
14078         * src/common/defs.h
14079         * src/common/nntp.c
14080         * src/common/session.c
14081         * src/common/session.h
14082         * src/common/socket.c
14083         * src/common/utils.h
14084         * src/common/xml.c
14085         * src/common/xml.h
14086         * src/gtk/prefswindow.c
14087         * src/gtk/prefswindow.h
14088         * src/plugins/clamav/clamav_plugin_gtk.c
14089         * src/plugins/dillo_viewer/dillo_prefs.c
14090         * src/plugins/image_viewer/viewerprefs.c
14091         * src/plugins/spamassassin/spamassassin_gtk.c
14092         * m4/openssl.m4 *** REMOVED ***
14093                 Sync with HEAD 0.9.12cvs46
14094
14095 2004-08-03 [paul]       0.9.12cvs40.2
14096
14097         * src/action.c
14098         * src/addressadd.c
14099         * src/addressbook.c
14100         * src/addrgather.c
14101         * src/browseldap.c
14102         * src/compose.c
14103         * src/crash.c
14104         * src/editaddress.c
14105         * src/editgroup.c
14106         * src/editldap_basedn.c
14107         * src/foldersel.c
14108         * src/importldif.c
14109         * src/mimeview.c
14110         * src/prefs_common.c
14111         * src/prefs_template.c
14112         * src/sourcewindow.c
14113         * src/summaryview.c
14114         * src/gtk/about.c
14115         * src/gtk/foldersort.c
14116         * src/gtk/logwindow.c
14117         * src/gtk/pluginwindow.c
14118         * src/gtk/prefswindow.c
14119                 change all gtk_scrolled_window_set_policy from 
14120                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14121
14122 2004-08-02 [paul]       0.9.12cvs40.1
14123
14124         * AUTHORS
14125                 update translation team section
14126         * po/pt_BR.po
14127                 updated by Frederico Goncalves Guimaraes
14128                 <fggdebian@yahoo.com.br>
14129
14130 2004-07-31 [colin]      0.9.12cvs39.9
14131
14132         * src/exphtmldlg.c
14133                 Fix compilation
14134
14135 2004-07-31 [colin]      0.9.12cvs39.8
14136
14137         * src/exphtmldlg.c
14138                 Fix an alertpanel type
14139
14140 2004-07-30 [colin]      0.9.12cvs39.7
14141
14142         * src/alertpanel.c
14143                 Fix alertpanel_error_log's icon
14144
14145 2004-07-30 [colin]      0.9.12cvs39.6
14146
14147         * src/pop.c
14148                 Two of them should still be warnings
14149
14150 2004-07-30 [colin]      0.9.12cvs39.5
14151
14152         * src/pop.c
14153                 More warning -> error
14154 2004-07-29 [colin]      0.9.12cvs39.4
14155
14156         * src/pop.c
14157                 Warning -> error
14158
14159 2004-07-29 [colin]      0.9.12cvs39.3
14160
14161         * src/prefs_matcher.c
14162                 Fix segfault
14163
14164 2004-07-29 [colin]      0.9.12cvs39.2
14165
14166         * src/alertpanel.c
14167                 More nice-looking alertpanels
14168
14169 2004-07-29 [colin]      0.9.12cvs39.1
14170
14171         * src/messageview.c
14172                 sync with head
14173                 (inform user when partial mail is deleted on server)
14174
14175 2004-07-29 [colin]      0.9.12cvs38.1
14176
14177         * src/messageview.c
14178                 sync with head
14179
14180 2004-07-28 [paul]       0.9.12cvs37.7
14181
14182         * src/mainwindow.c
14183                 complete the replacement of deprecated gtk_progress_*
14184
14185 2004-07-28 [paul]       0.9.12cvs37.6
14186
14187         * src/action.c
14188         * src/inc.c
14189         * src/mainwindow.c
14190         * src/send_message.c
14191         * src/gtk/progressdialog.c
14192         * src/gtk/progressdialog.h
14193                 replace deprecated gtk_progress_*
14194
14195 2004-07-28 [paul]       0.9.12cvs37.5
14196
14197         * src/gtk/filesel.c
14198                 remove gtk_window_set_wmclass()
14199 2004-07-28 [paul]       0.9.12cvs37.4
14200
14201         * src/addressbook.c
14202         * src/compose.c
14203         * src/foldersel.c
14204         * src/mainwindow.c
14205         * src/messageview.c
14206         * src/sourcewindow.c
14207         * src/gtk/logwindow.c
14208                 remove gtk_window_set_wmclass()
14209                 
14210         * src/prefs_filtering.c
14211         * src/prefs_filtering_action.c
14212         * src/prefs_fonts.c
14213         * src/prefs_gtk.c
14214         * src/prefs_matcher.c
14215         * src/ssl_manager.c
14216         * src/gtk/prefswindow.c
14217                 replace gtk_window_position()
14218
14219 2004-07-28 [colin]      0.9.12cvs37.3
14220
14221         * src/alertpanel.c
14222         * src/alertpanel.h
14223                 Add a way to specify panel type for specific
14224                 panels (alertpanel())
14225         * src/account.c
14226         * src/addressbook.c
14227         * src/compose.c
14228         * src/expldifdlg.c
14229         * src/main.c
14230         * src/messageview.c
14231         * src/summaryview.c
14232         * src/textview.c
14233         * src/gtk/sslcertwindow.c
14234                 Fix alertpanel()s so that their icon match
14235                 their real type
14236
14237 2004-07-28 [paul]       0.9.12cvs37.2
14238
14239         * src/addr_compl.c
14240         * src/addressbook.c
14241         * src/alertpanel.c
14242         * src/compose.c
14243         * src/export.c
14244         * src/foldersel.c
14245         * src/folderview.c
14246         * src/grouplistdialog.c
14247         * src/import.c
14248         * src/mainwindow.c
14249         * src/message_search.c
14250         * src/messageview.c
14251         * src/passphrase.c
14252         * src/prefs_actions.c
14253         * src/prefs_common.c
14254         * src/prefs_customheader.c
14255         * src/prefs_display_header.c
14256         * src/prefs_filtering.c
14257         * src/prefs_filtering_action.c
14258         * src/prefs_gtk.c
14259         * src/prefs_matcher.c
14260         * src/prefs_msg_colors.c
14261         * src/prefs_summary_column.c
14262         * src/prefs_template.c
14263         * src/sourcewindow.c
14264         * src/ssl_manager.c
14265         * src/summary_search.c
14266         * src/gtk/colorsel.c
14267         * src/gtk/description_window.c
14268         * src/gtk/gtkaspell.c
14269         * src/gtk/inputdialog.c
14270         * src/gtk/logwindow.c
14271         * src/gtk/prefswindow.c
14272         * src/gtk/progressdialog.c
14273                 replace deprecated gtk_window_set_policy
14274
14275 2004-07-27 [colin]      0.9.12cvs37.1
14276
14277         * src/msgcache.c
14278                 More fixes (synced for head again)
14279
14280 2004-07-27 [colin]      0.9.12cvs35.3
14281
14282         * src/msgcache.c
14283                 Fix wrong test
14284
14285 2004-07-27 [colin]      0.9.12cvs35.2
14286
14287         * src/mimeview.c
14288                 Fix width a bit (by Paul)
14289         * src/alertpanel.c
14290         * src/alertpanel.h
14291                 Specialize icons, make alertpanel_message()
14292                 private
14293         * src/message_search.c
14294         * src/sgpgme.c
14295         * src/summary_search.c
14296                 Suit alertpanel changes
14297
14298 2004-07-27 [colin]      0.9.12cvs35.1
14299
14300         * src/alertpanel.c
14301                 Add an icon
14302         * src/passphrase.c
14303                 Add debug output - maybe someone will
14304                 want to look at the problem with Grab
14305                 Input :)
14306         Bump version as we're synced with HEAD
14307
14308 2004-07-26 [colin]      0.9.12cvs33.26
14309
14310         * src/pop.c
14311                 Fix uidl-file parsing when not in new
14312                 format
14313
14314 2004-07-26 [colin]      0.9.12cvs33.25
14315
14316         * src/gtk/menu.c
14317                 Move popup menu up if necessary (fixes 
14318                 account selector)
14319         * src/mainwindow.c
14320                 Set account selector's button height to
14321                 minimum
14322
14323 2004-07-26 [colin]      0.9.12cvs33.24
14324
14325         * src/alertpanel.c
14326                 Maybe fix 551 (Truncated font in alert window)
14327
14328 2004-07-26 [colin]      0.9.12cvs33.23
14329
14330         * po/de.po
14331         * po/es.po
14332         * po/fr.po
14333         * po/it.po
14334         * po/ja.po
14335         * po/pl.po
14336         * po/ru.po
14337         * po/sk.po
14338         * po/sr.po
14339         * po/zh_CN.po
14340                 Sync po files with HEAD
14341
14342 2004-07-26 [paul]       0.9.12cvs33.22
14343
14344         * src/compose.c
14345                 fix Bug 556 'Organisation-header is sent even if empty'
14346
14347 2004-07-24 [colin]      0.9.12cvs33.21
14348
14349         * src/compose.c
14350         * src/gtk/gtkaspell.c
14351         * src/gtk/gtkaspell.h
14352                 Fix speller accelerators (require hack)
14353
14354 2004-07-24 [colin]      0.9.12cvs33.20
14355
14356         * src/gtk/gtkaspell.c
14357                 Fix over-eager code deletion breaking
14358                 Check while typing
14359
14360 2004-07-24 [colin]      0.9.12cvs33.19
14361
14362         * src/browseldap.c
14363         * src/ldapctrl.c
14364         * src/ldapctrl.h
14365         * src/ldapserver.h
14366                 Sync ldap with HEAD
14367         (Fixes 546 LDAP completely broken)
14368
14369 2004-07-24 [colin]      0.9.12cvs33.18
14370
14371         * src/prefs_msg_colors.c
14372                 Fix prototype mismatch
14373         (Fixes 547 void function cannot return value)
14374
14375 2004-07-24 [colin]      0.9.12cvs33.17
14376
14377         * src/mainwindow.c
14378                 Fix sort going back to previous sort key
14379                 when changing sort direction
14380
14381 2004-07-24 [colin]      0.9.12cvs33.16
14382
14383         * src/compose.c
14384                 Fix space insertion when re-wrapping at 
14385                 cursor point
14386
14387 2004-07-24 [colin]      0.9.12cvs33.15
14388
14389         * src/gtk/gtkaspell.c
14390                 Don't change cursor position in insert-text
14391                 callback
14392         (Fixes 539 Word wrapping on input transposes letters)
14393
14394 2004-07-24 [colin]      0.9.12cvs33.14
14395
14396         * src/gtk/gtkaspell.c
14397                 Reencode non-ascii chars to dictionary's
14398                 encoding
14399         (Fixes 544 Spell check broken non english locale)
14400
14401 2004-07-24 [colin]      0.9.12cvs33.13
14402
14403         * src/summaryview.c
14404                 Fix Shift+Down, add Home/End/PgUp/PgDown
14405
14406 2004-07-21 [colin]      0.9.12cvs33.12
14407
14408         * src/prefs_common.c
14409                 Fix a gtk warning (Patch by Andrej Kacian)
14410
14411 2004-07-21 [colin]      0.9.12cvs33.11
14412
14413         * src/gtk/filesel.c
14414                 More check
14415
14416 2004-07-21 [colin]      0.9.12cvs33.10
14417
14418         * src/compose.c
14419         * src/crash.c
14420         * src/export.c
14421         * src/import.c
14422         * src/messageview.c
14423         * src/mimeview.c
14424         * src/prefs_spelling.c
14425         * src/prefs_themes.c
14426         * src/summaryview.c
14427         * src/gtk/filesel.c
14428         * src/gtk/filesel.h
14429         * src/gtk/pluginwindow.c
14430                 Untwist open/save mode guessing logic, make
14431                 it explicit
14432
14433 2004-07-20 [colin]      0.9.12cvs33.9
14434
14435         * src/codeconv.c
14436                 conv_encode_header: src_charset is UTF-8 on
14437                 gtk2
14438         * src/compose.c
14439                 Remove double encoding of the headers
14440
14441 2004-07-20 [colin]      0.9.12cvs33.8
14442
14443         * src/codeconv.c
14444                 Fix typo
14445
14446 2004-07-20 [colin]      0.9.12cvs33.7
14447
14448         * src/mainwindow.c
14449                 Set the separated messageview to the saved
14450                 size of Claws' messageview (Patch by Alfons)
14451                 Fix a callback prototype (me)
14452
14453 2004-07-20 [colin]      0.9.12cvs33.6
14454
14455         * src/codeconv.h
14456                 Forgot one hunk in 0.9.12cvs33.4
14457
14458 2004-07-19 [colin]      0.9.12cvs33.5
14459
14460         * src/action.c
14461                 Action output fix
14462                 Patch by Alfons
14463
14464 2004-07-19 [colin]      0.9.12cvs33.4
14465
14466         * src/compose.c
14467                 Fix outgoing charset bug in headers
14468         * src/codeconv.c
14469                 Clean for glib2 - Patch by Alfons
14470
14471 2004-07-19 [colin]      0.9.12cvs33.3
14472
14473         * src/statusbar.c
14474                 Remove grip from the statusbar
14475                 Patch by Alfons
14476
14477 2004-07-19 [colin]      0.9.12cvs33.2
14478
14479         * src/messageview.c
14480         * src/textview.c
14481                 Fix messageview remembering the previous
14482                 scroll position when loading a new message
14483                 Patch by Alfons
14484
14485 2004-07-19 [colin]      0.9.12cvs33.1
14486
14487         * src/folder.h
14488         * src/folderview.c
14489         * src/summaryview.c
14490                 Sync with HEAD
14491
14492 2004-07-18 [colin]      0.9.12cvs32.7
14493
14494         * configure.ac
14495                 Remove useless check for XIM - noticed
14496                 by Alfons
14497
14498 2004-07-18 [colin]      0.9.12cvs32.6
14499
14500         * src/summaryview.c
14501                 Remove non-modified and shift-modified
14502                 accelerators in summaryview's popup
14503                 menu, as that doesn't get catched by
14504                 the accel-activate signal catcher...
14505
14506 2004-07-18 [colin]      0.9.12cvs32.5
14507
14508         * src/prefs_common.c
14509                 Define sensible default prefs for 
14510                 wrapping
14511
14512 2004-07-18 [colin]      0.9.12cvs32.4
14513
14514         * src/compose.c
14515         * src/prefs_common.c
14516         * src/prefs_common.h
14517         * src/prefs_wrapping.c
14518                 Remove Smart Wrapping pref, which does
14519                 nothing on gtk2 branch
14520
14521 2004-07-18 [colin]      0.9.12cvs32.3
14522
14523         * src/sourcewindow.c
14524                 Proper utf8
14525
14526 2004-07-18 [colin]      0.9.12cvs32.2
14527
14528         * src/compose.c
14529                 Save attachment status when drafting
14530
14531 2004-07-18 [colin]      0.9.12cvs32.1
14532
14533         * src/gtk/filesel.c
14534                 Fix erratic folder selection in open mode
14535
14536 2004-07-18 [colin]      0.9.12cvs31.11
14537
14538         * src/pop.c
14539                 Don't let partial messages get deleted
14540                 even with "dowload all"
14541                 (0.9.12cvs31.8 fix extension)
14542 2004-07-18 [colin]      0.9.12cvs31.10
14543
14544         * src/gtk/logwindow.c
14545                 Fix log scrolling
14546
14547 2004-07-18 [colin]      0.9.12cvs31.9
14548
14549         * src/common/utils.c
14550                 Fix non-utf8 strings coming from commands
14551                 and files
14552
14553 2004-07-18 [colin]      0.9.12cvs31.8
14554
14555         * src/pop.c
14556                 Fix partial download bug with Download all
14557                 messages option
14558
14559 2004-07-18 [colin]      0.9.12cvs31.7
14560
14561         * src/textview.c
14562                 Fix bug introduced in 0.9.12cvs31.2
14563                 (blocked in select mode after double click)
14564
14565 2004-07-18 [colin]      0.9.12cvs31.6
14566
14567         * src/compose.c
14568         * src/gtk/menu.c
14569                 More glib-warning fixes
14570
14571 2004-07-18 [colin]      0.9.12cvs31.5
14572
14573         * src/compose.c
14574                 Fix trashing the primary clipboard when moving 
14575                 around with tab
14576         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14577
14578 2004-07-18 [colin]      0.9.12cvs31.4
14579
14580         * src/codeconv.c
14581                 convert unencoded iso headers to utf8
14582         (Fix Bug 538 Unencoded local characters in subject make it 
14583          disappear)
14584
14585 2004-07-18 [colin]      0.9.12cvs31.3
14586
14587         * src/compose.c
14588                 Fix tab char handling in wrapping
14589         (Fix Bug 537 Line wrap problem - TAB character treated as 
14590          one character instead of 8)
14591
14592 2004-07-18 [colin]      0.9.12cvs31.2
14593
14594         * src/textview.c
14595                 return FALSE on GDK_MOTION_NOTIFY
14596         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14597          (unable to highlight))
14598
14599 2004-07-18 [colin]      0.9.12cvs31.1
14600
14601         * src/folderview.c
14602                 Sync with 0.9.12cvs31
14603
14604 2004-07-18 [colin]      0.9.12cvs30.4
14605
14606         * src/compose.c
14607                 Also block text_inserted when inserting a file
14608
14609 2004-07-18 [colin]      0.9.12cvs30.3
14610
14611         * src/compose.c
14612                 Fix smart wrapping (block text_inserted handler
14613                 while putting quotation to avoid wrap on input,
14614                 don't join lines if next is sig separator)
14615
14616 2004-07-17 [colin]      0.9.12cvs30.2
14617
14618         * src/folderview.c
14619         * src/mainwindow.c
14620         * src/mimeview.c
14621         * src/summaryview.c
14622         * src/gtk/quicksearch.c
14623         * src/gtk/quicksearch.h
14624                 Block key events handlers *and* accels while
14625                 quicksearch is focused
14626         (Fixes Bug 534 quick-search bar not accepting certain letters)
14627
14628 2004-07-17 [colin]      0.9.12cvs30.1
14629
14630         * src/folder.h
14631         * src/folderview.c
14632         * src/summaryview.c
14633                 Sync with 0.9.12cvs30
14634
14635 2004-07-17 [colin]      0.9.12cvs28.2
14636
14637         * src/mimeview.c
14638         * src/procmime.c
14639         * src/summaryview.c
14640         * src/gtk/menu.c
14641                 Squash some compile and glib warnings
14642
14643 2004-07-17 [paul]       0.9.12cvs28.1
14644
14645         * src/mimeview.c
14646                 sync with 0.9.12cvs28 HEAD
14647
14648 2004-07-16 [paul]       0.9.12cvs26.1
14649         
14650         * src/gtk/quicksearch.c
14651         * src/account.c
14652         * src/account.h
14653         * src/compose.c
14654         * src/customheader.c
14655         * src/folder_item_prefs.c
14656         * src/main.c
14657         * src/mainwindow.c
14658         * src/messageview.c
14659         * src/mimeview.c
14660         * src/news.c
14661         * src/pgpmime.c
14662         * src/pop.c
14663         * src/pop.h
14664         * src/prefs_account.c
14665         * src/prefs_account.h
14666         * src/prefs_common.c
14667         * src/prefs_common.h
14668         * src/prefs_display_header.c
14669         * src/prefs_gtk.c
14670         * src/prefs_gtk.h
14671         * src/procheader.c
14672         * src/procmime.c
14673                 sync with 0.9.12cvs26 HEAD      
14674
14675 2004-07-15 [colin]      0.9.12cvs18.14
14676
14677         * src/folder.c
14678                 Disable GPG signature check during
14679                 folder move and scan
14680         (Closes Bug 521 Signature checking slows down Folder-Move)
14681
14682 2004-07-14 [colin]      0.9.12cvs18.13
14683
14684         * src/common/partial_download.c
14685                 update includes
14686
14687 2004-07-14 [colin]      0.9.12cvs18.12
14688
14689         * src/common/partial_download.c
14690         * src/common/partial_download.h
14691                 Move doc at top, add correct copyright
14692
14693 2004-07-14 [colin]      0.9.12cvs18.11
14694
14695         * src/folder.c
14696         * src/messageview.c
14697         * src/pop.c
14698         * src/pop.h
14699         * src/procmsg.c
14700         * src/summaryview.c
14701         * src/common/Makefile.am
14702         * src/common/partial_download.c ** NEW FILES **
14703         * src/common/partial_download.h ** NEW FILES **
14704                 Move partial-download related stuff to its
14705                 own file
14706
14707 2004-07-14 [colin]      0.9.12cvs18.10
14708
14709         * src/send_message.c
14710                 Fix smtp auth when user is null or empty
14711
14712 2004-07-13 [colin]      0.9.12cvs18.9
14713
14714         * src/gtk/quicksearch.c
14715                 Use alphabetic order
14716
14717 2004-07-13 [colin]      0.9.12cvs18.8
14718
14719         * src/pop.c
14720                 Be paranoid on the checks
14721
14722 2004-07-13 [colin]      0.9.12cvs18.7
14723
14724         * src/gtk/quicksearch.c
14725                 Fix Engrish once again
14726
14727 2004-07-13 [colin]      0.9.12cvs18.6
14728
14729         * src/procmsg.c
14730         * src/summaryview.c
14731                 Mark messages for deletion when they are about to
14732                 be removed from trash
14733
14734 2004-07-13 [colin]      0.9.12cvs18.5
14735
14736         * src/matcher.c
14737         * src/matcher.h
14738         * src/matcher_parser_parse.y
14739         * src/prefs_matcher.c
14740         * src/gtk/quicksearch.c
14741                 Add 'partial' ('p') match string to find partially
14742                 downloaded messages
14743
14744 2004-07-13 [colin]      0.9.12cvs18.4
14745
14746         * src/pop.c
14747                 Fix misplaced block
14748
14749 2004-07-13 [colin]      0.9.12cvs18.3
14750
14751         * src/pop.c
14752         * src/pop.h
14753         * src/messageview.c
14754                 Refactor API (to avoid passing 5+ params and code
14755                 duplication)
14756         * src/folder.c
14757         * src/msgcache.c
14758         * src/procheader.c
14759         * src/common/defs.h
14760                 Add planned_download to cache
14761                 Don't mess uidl file when moving partially downloaded
14762                 mails (they change folder, we should change it in the
14763                 uidl list too or we'll remove an incorrect message)
14764                 (this also helps removing hacks when changing 
14765                 planned_download in messageview.c)
14766
14767 2004-07-12 [colin]      0.9.12cvs18.2
14768
14769         * src/gtk/quicksearch.c
14770                 Fix missing status update in quicksearch
14771
14772 2004-07-12 [paul]       0.9.12cvs18.1
14773
14774         * po/POTFILES.in
14775         * src/Makefile.am
14776         * src/account.c
14777         * src/codeconv.c
14778         * src/compose.c
14779         * src/inc.c
14780         * src/main.c
14781         * src/prefs_common.c
14782         * src/procmsg.h
14783         * src/toolbar.c
14784         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14785         * src/prefs_wrapping.[ch]       ** NEW FILES **
14786         * src/common/intl.h
14787         * src/common/utils.[ch]
14788         * src/gtk/quicksearch.[ch]
14789                 sync with 0.9.12cvs18 HEAD
14790
14791 2004-07-12 [colin]      0.9.11cvs17.25
14792
14793         * src/folder.c
14794         * src/folder.h
14795                 Remove unused function added by me in 0.9.11cvs17.10
14796
14797 2004-07-11 [colin]      0.9.11cvs17.24
14798
14799         * src/inc.c
14800         * src/messageview.c
14801         * src/pop.c
14802         * src/pop.h
14803                 Use folderitem and msgnum instead of filename to
14804                 know which mail to delete
14805                 Move old partial mail deletion to pop.c
14806
14807 2004-07-10 [colin]      0.9.11cvs17.23
14808
14809         * src/inc.c
14810                 Add debug
14811         * src/pop.c
14812         * src/pop.h
14813                 Don't re-use same enums for unrelated stuff: it's 
14814                 completely misleading !
14815                 Document a bit
14816
14817 2004-07-09 [colin]      0.9.11cvs17.22
14818
14819         * src/inc.c
14820                 Remove folder-type check and do
14821                 more tests to be sure everything's
14822                 ok
14823         * src/messageview.c
14824                 Punctuation update, remove useless
14825                 code, fix two warnings
14826         * src/noticeview.c
14827                 Layout cleaning, reset 2nd button
14828                 when specifying one
14829
14830 2004-07-09 [colin]      0.9.11cvs17.21
14831
14832         * src/messageview.c
14833         * src/pop.c
14834         * src/pop.h
14835                 Allow user to change his mind
14836                 and postpone decision (by
14837                 unmarking the mail)
14838
14839 2004-07-09 [colin]      0.9.11cvs17.20
14840
14841         * src/messageview.c
14842                 Fix bug with delete state
14843         * src/pop.c
14844         * src/pop.h
14845                 Fix buffer leak (fread doesn't 
14846                 terminate buffers with \0)
14847                 Refactoring (remove magic 
14848                 numbers)
14849
14850 2004-07-09 [colin]      0.9.11cvs17.19
14851
14852         * src/pop.c
14853                 Don't log "Skipping message" if 
14854                 we're going to TOP it two lines
14855                 later
14856
14857 2004-07-09 [colin]      0.9.11cvs17.18
14858
14859         * src/messageview.c
14860                 Fix Engrish
14861
14862 2004-07-09 [colin]      0.9.11cvs17.17
14863
14864         * src/pop.c
14865                 strlen checking...
14866         * src/messageview.c
14867                 refactoring a bit
14868
14869 2004-07-08 [colin]      0.9.11cvs17.16
14870
14871         * src/noticeview.c
14872         * src/noticeview.h
14873                 Add an optional second button
14874         * src/messageview.c
14875         * src/pop.c
14876         * src/pop.h
14877                 Don't delete partially received mails after a certain
14878                 time; rather, let the user decide.
14879
14880 2004-07-08 [colin]      0.9.11cvs17.15
14881
14882         * src/common/smtp.h
14883                 Sync with HEAD
14884
14885 2004-07-08 [colin]      0.9.11cvs17.14
14886
14887         * src/messageview.c
14888         * src/common/smtp.c
14889                 Use to_human_readable() for sizes
14890
14891 2004-07-08 [colin]      0.9.11cvs17.13
14892
14893         * src/inc.c
14894         * src/messageview.c
14895         * src/pop.c
14896         * src/pop.h
14897         * src/procmsg.c
14898                 Fix partial-downloading issues:
14899                         catch unsupported TOP
14900                         don't delete partially downloaded mails before 5 days
14901                         don't update existing with non-MH folders; that'll
14902                         make dups, but it's better than trashing the folder
14903                         free new msginfo parts
14904                 Fix indentation ;-)
14905
14906 2004-07-08 [colin]      0.9.11cvs17.12
14907
14908         * src/common/smtp.c
14909         * src/common/smtp.h
14910                 Sync smtp size verification with HEAD
14911
14912 2004-07-08 [colin]      0.9.11cvs17.11
14913
14914         * src/summaryview.c
14915         * src/prefs_common.c
14916         * src/prefs_common.h
14917         * src/gtk/quicksearch.c
14918         * src/gtk/quicksearch.h
14919                 Sync sticky pref with HEAD
14920
14921 2004-07-08 [colin]      0.9.11cvs17.10
14922
14923         * src/folder.c [1.213.2.6]
14924         * src/folder.h [1.87.2.6]
14925         * src/inc.c [1.149.2.7]
14926         * src/messageview.c [1.94.2.8]
14927         * src/procheader.c [1.47.2.6]
14928         * src/procmsg.c [1.150.2.4]
14929         * src/procmsg.h [1.60.2.5]
14930         * src/pop.c [1.56.2.4]
14931         * src/pop.h [1.17.2.3]
14932                 Let too big messages get downloaded, but truncated
14933                 Add a button to download them completely
14934                 
14935 2004-07-06 [colin]      0.9.11cvs17.9
14936
14937         * src/gtk/quicksearch.c [1.1.2.3]
14938                 Add a Clear button
14939         * commitHelper
14940         * PATCHSETS
14941                 Add a script to help with cvs
14942
14943 2004-07-03 [colin]      0.9.11cvs17.8
14944
14945         * src/plugins/imageviewer/viewer.c
14946                 fix imageviewer (which was staying on the first
14947                 displayed image)
14948
14949 2004-07-03 [colin]      0.9.11cvs17.7
14950
14951         Removed FIXME_GTK2 warnings
14952         * src/gtk/gtkutils.c
14953                 useless #warnings
14954         * src/gtk/menu.c
14955                 useless #warnings (no need to mess with menu rc)
14956         * src/gtk/menu.h
14957                 unused functions
14958         
14959
14960 2004-07-03 [colin]      0.9.11cvs17.6
14961
14962         Removed FIXME_GTK2 warnings
14963         * src/codeconv.c
14964                 useless #warnings (rewrite needed)
14965         * src/compose.c
14966                 useless #warnings (rewrite needed)
14967                 useless #warnings (gtk2 is like that)
14968                 useless #warnings (previously fixed)
14969         * src/main.c
14970                 useless #warnings (previously fixed)
14971         * src/message_search.c
14972                 useless #warnings (gtk2 is like that)
14973                 Made apparent that search is case-sensitive
14974         * src/mimeview.c
14975                 useless #warnings (rewrite needed)
14976                 useless #warnings (gtk2 is like that)
14977                 reimplemented real warnings
14978         * src/prefs_common.c
14979                 Removed block cursor option (not it gtk2)
14980         * src/prefs_gtk.c
14981                 useless #warnings (rewrite needed)
14982         * src/procheader.c
14983                 useless #warnings (rewrite needed)
14984         * src/sourcewindow.c
14985                 useless #warnings (incorrect placing)
14986         * src/summary_search.c
14987                 useless #warnings (gtk2 is like that)
14988                 Made apparent that search is case-sensitive
14989         * src/action.c
14990                 useless #warnings (gtk2 is like that)
14991         * src/textview.c
14992                 useless #warnings (rewrite needed)
14993         * src/toolbar.c
14994                 useless #warnings (rewrite needed)
14995
14996 2004-07-03 [colin]      0.9.11cvs17.5
14997
14998         * src/textview.c
14999                 Fix mismerge which broke URI opening
15000                 
15001 2004-07-01 [colin]      0.9.11cvs17.4
15002
15003         * src/gtk/filesel.c
15004                 Fill filename when saving
15005                 
15006 2004-06-27 [colin]      0.9.11cvs17.3
15007
15008         * src/gtk/filesel.[ch]
15009                 Use the new GTK file selector
15010                 Update prototype to match the reality: multiple file
15011                 selection is open-only          
15012         * src/compose.c
15013                 Match the new prototypes        
15014         * configure.ac
15015                 Match the new requirements (gtk 2.4.0)
15016                         
15017 2004-06-26 [colin]      0.9.11cvs17.2
15018
15019         * src/plugins/trayicon/trayicon.c
15020                 Remove useless signal handler on resize, which causes
15021                 an infinite "loop"
15022         
15023 2004-06-26 [colin]      0.9.11cvs17.1
15024         
15025         * tools/Makefile.am
15026                 remove launch_firebird and add nautilus2sylpheed.sh
15027         * src/quicksearch.c
15028           src/summaryview.c
15029                 Fix show/hide "Extended symbols" button problem
15030                 Fix apparition at startup
15031                 Fix const warnings
15032         * src/plugins/image_viewer/Makefile.am
15033                 Fix configure 
15034         * common/ssl.c
15035                 Re-enable certificate check, as it doesn't seem to
15036                 cause Xlib errors anymore
15037
15038 2004-06-25 [paul]       0.9.11cvs17
15039
15040         * sync with 0.9.11cvs17 HEAD
15041         
15042         NOTE: QuickSearch is broken
15043
15044 2004-06-07 [colin]      0.9.10claws67.10
15045         * src/plugins/trayicon/trayicon.c
15046           src/plugins/trayicon/libeggtrayicon/Makefile.am
15047           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15048                 Fix gettextization in trayicon plugin
15049
15050 2004-06-07 [colin]      0.9.10claws67.9
15051         
15052         * src/summaryview.c
15053           src/gtk/gtksctree.[ch]
15054                 Let Shift+{Up,Down} work in summaryview
15055                 (well, Down "works" and Up works)
15056                 Let the list scroll when using these keys
15057
15058 2004-06-06 [colin]      0.9.10claws67.8
15059
15060         * src/plugins/trayicon/trayicon.c
15061                 Fix pixmap update
15062
15063 2004-06-06 [colin]      0.9.10claws67.7
15064
15065         * src/addressbook.c
15066                 Fix signal handling causing system-wide focus grab
15067
15068 2004-05-25 [paul]       0.9.10claws67.6
15069
15070         * Makefile.am
15071           src/Makefile.am
15072                 clean up
15073
15074 2004-05-25 [paul]       0.9.10claws67.5
15075
15076         * replace deprecated gtk_signal... functions
15077
15078 2004-05-23 [colin]      0.9.10claws67.4
15079
15080         * src/compose.c
15081                 Fix wrapping
15082
15083 2004-05-22 [colin]      0.9.10claws67.3
15084
15085         * src/compose.c
15086                 Re-fix [Edited] in compose.c::compose_reedit()
15087
15088 2004-05-22 [colin]      0.9.10claws67.2
15089
15090         * src/procmime.c
15091                 Fix parsing of multiparts mails
15092
15093 2004-05-22 [colin]      0.9.10claws67.1
15094
15095         * src/summaryview.c
15096                 Fix quicksearch
15097
15098 2004-05-22 [paul]       0.9.10claws67
15099
15100         * sync with 0.9.10claws67 HEAD
15101
15102 2004-05-14 [alfons]
15103
15104         * src/procmime.h
15105                 add forgotton prototype
15106
15107 2004-05-10 [paul]       0.9.10claws57
15108
15109         * sync with 0.9.10claws57 HEAD
15110
15111 2004-05-05 [paul]       0.9.9.claws1
15112
15113         * ChangeLog-gtk2        ** REMOVED **
15114           ChangeLog-gtk2.claws  ** ADDED **
15115                 rename and adopt the normal claws format
15116                 
15117         * configure.ac
15118                 require gtkmathview >= 0.5
15119
15120         * ac/*                          ** REMOVED **
15121           ac/                           ** REMOVED **
15122           intl/Makefile.in              ** REMOVED **
15123           m4/                           ** ADDED **
15124           m4/missing                    ** ADDED **
15125           m4/missing/gdk-pixbuf.m4      ** ADDED **
15126           m4/missing/gettext.m4         ** ADDED **
15127           m4/missing/gpgme.m4           ** ADDED **
15128           m4/missing/imlib.m4           ** ADDED **
15129           m4/.cvsignore                 ** ADDED **
15130           m4/Makefile.am                ** ADDED **
15131           m4/README                     ** ADDED **
15132           m4/aclocal-include.m4         ** ADDED **
15133           m4/aspell.m4                  ** ADDED **
15134           m4/check-type.m4              ** ADDED **
15135           m4/gnupg-check-typedef.m4     ** ADDED **
15136           m4/openssl.m4                 ** ADDED **
15137           m4/spamassassin.m4            ** ADDED **
15138           po/ChangeLog                  ** REMOVED **
15139           po/Makefile.in.in             ** REMOVED **
15140           po/Rules-quot                 ** REMOVED **
15141           po/boldquot.sed               ** REMOVED **
15142           po/en@boldquot.header         ** REMOVED **
15143           po/en@quot.header             ** REMOVED **
15144           po/insert-header.sin          ** REMOVED **
15145           po/quot.sed                   ** REMOVED **
15146           po/remove-potcdate.sed        ** REMOVED **
15147           po/remove-potcdate.sin        ** REMOVED **
15148           po/stamp-po                   ** REMOVED **
15149           Makefile.am
15150           autogen.sh
15151           configure.ac
15152                 enable building with automake 1.8.x
15153                 add 'autopoint --force' to autogen.sh and remove all
15154                 auto-generated files, remove ac/ directory and use
15155                 m4/ directory instead
15156                 
15157         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15158                 fix gettextization
15159
15160 2004-02-28 Colin Leroy <colin@colino.net>
15161         * src/prefs_matcher.c
15162           src/prefs_filtering.c
15163           src/prefs_filtering_action.c
15164                 Fix non-editable GtkEntries
15165
15166 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15167         * src/prefs_themes.c
15168                 utf8 conversion for theme info
15169
15170 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15171         * sync 0.9.9claws
15172
15173 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15174         * src/grouplistdialog.c
15175                 allow multiple selections without ctrl key
15176
15177 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15178         * src/main.c
15179                 enable customizable accelerators
15180
15181 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15182         * src/prefs_common.c
15183                 re-enable different font settings for gtk1/2
15184         * src/prefs_folder_item.c
15185                 fix folder prefs displayed wrong
15186         * src/textview.c
15187                 set 'sunken' shadow type
15188
15189 2004-02-07 Colin Leroy <colin@colino.net>
15190         * src/compose.c
15191                 Fix message being always [Edited]
15192                 Encode headers correctly (utf8 buf)
15193
15194 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15195         * src/socket.c
15196                 remove double g_source_attach()
15197                 (Thanks to Colin Leroy)
15198
15199 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15200         * src/gtk/gtksctree.c
15201                 Fix SSL certificate list not shown
15202         * src/mimeview.c
15203                 Fix clicks in mime tree
15204
15205 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15206         * src/common/socket.c
15207                 Fix SSL receive
15208         * src/compose.c
15209                 Fix clipboard menu hotkeys
15210
15211 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15212         * src/gtk/gtkaspell.[ch]
15213           src/compose.c
15214                 reimplement spellchecker
15215
15216 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15217         * src/gtk/filesel.c
15218                 crash when inserting file in compose window
15219                 (TODO: keep old selection on clicks)
15220         * src/main.c
15221                 use gtkrc-2.0 instead of gtkrc
15222
15223 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15224         * src/messageview.c
15225                 remove orphaned mimeview unref()
15226
15227 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15228         * src/grouplistdialog.c
15229                 expand nodes containing subscribed groups
15230
15231 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15232         * src/textview.c
15233                 textview: hide cursor, restore old click behaviour
15234
15235 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15236         * src/textview.c
15237                 variable names messed up
15238
15239 2004-01-17 Colin Leroy <colin@colino.net>
15240         * src/addr_compl.c
15241                 Fix completion address too thin
15242         * src/compose.c
15243                 Fix tab-to-subject behaviour
15244         * src/summaryview.c
15245                 Implement key up & down in summaryview
15246
15247 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15248
15249         * sync 098claws
15250
15251 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15252         * configure.ac
15253           Makefile.am
15254           doc/.cvsignore
15255           doc/Makefile.am
15256                 faq, man, manual moved to doc/
15257         * ac/aspell.m4
15258           ac/check-type.m4
15259           ac/gnupg-check-typedef.m4
15260           ac/openssl.m4
15261           ac/spamassassin.m4
15262           ac/missing/gdk-pixbuf.m4
15263           ac/missing/gpgme.m4
15264           ac/missing/imlib.m4
15265                 fix automake warnings
15266
15267 2003-12-06 Colin Leroy <colin@colino.net>
15268         * src/summaryview.c
15269                 Fix quicksearch
15270
15271 2003-12-05 Colin Leroy <colin@colino.net>
15272         * src/summaryview.c
15273                 Fix going to next unread folder
15274
15275 2003-12-05 Colin Leroy <colin@colino.net>
15276         * src/crash.c
15277                 Fix gtk2 compilation
15278         * src/session.c
15279                 Remove iotag source handler at disconnection
15280         * src/socket.[ch] 
15281                 Remove source handler when closing socket 
15282                 (fixes another seg)
15283
15284 2003-12-04 Colin Leroy <colin@colino.net>
15285         * src/compose.c
15286           src/prefs_account.c
15287           src/prefs_common.c
15288                 Fix some dropdown menus
15289
15290 2003-12-04 Colin Leroy <colin@colino.net>
15291         * src/compose.c
15292                 Fix event handlers on header fields
15293         * src/common/socket.c
15294           src/common/session.c
15295                 Fix segfault with callback (SSL)
15296                 Fix end of session 
15297
15298 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15299
15300         * Fix compile bug in src/compose.c
15301         * removed src/gtk/gtkstext.[ch]
15302
15303 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15304
15305         * Convert character set and escape "text" attributes in toolbar setting
15306         files.
15307         * Fixed bug in button-press-event handling.
15308
15309 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15310
15311         * Fixed bug in key-press-event handling.
15312
15313 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15314
15315         * Enabled to compile tray-icon plugin (Ad-hoc).
15316         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15317
15318 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15319
15320         * Enabled to compile on sylpheed-claws.
15321         (tray-icon plugin still cannot compile yet.)
15322
15323 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15324
15325         * Updated to 0.9.5.
15326
15327 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15328
15329         * Updated to 0.9.4.
15330         * Ported monitoring SSL mechanism to GSource of GLib2
15331         (I don't confirm it)
15332         * Added _gtk2 suffix to key name of font preference to avoid
15333         ovverwriting preference of Gtk+-1.2 version.
15334
15335 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15336
15337         * Updated to 0.9.2.
15338
15339 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15340
15341         * Updated to 0.9.1.
15342         * Translate po files into UTF-8 when execute autogen.sh.
15343
15344 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15345
15346         * Updated to 0.9.0.
15347
15348 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15349
15350         * Plugged GError related memory leaks.
15351
15352 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15353
15354         * Changed default size of fonts.
15355         * Enabled to set titile font size of warning dialog.
15356
15357 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15358
15359         * Embed a sylpheed icon into executable binary on Windows.
15360
15361 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15362
15363         * I forgot to traslate character set of element string in src/xml.c.
15364
15365 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15366
15367         * Fixed detecting bind_textdomain_codeset in configure.in.
15368         * The bug in which "Example" of "Date fromat" preference isn't displayed
15369         correctly has been fixed.
15370
15371 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15372
15373         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15374           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15375           glib-gettextize
15376           Removed intl directory.
15377           Translated po files into UTF-8.
15378           (Thanks! Ryuji Abe)
15379
15380 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15381
15382         * The bug which doesn't unscape string in xml.c has been fixed.
15383
15384 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15385
15386         * The bug which is failed to translate encoding of file name thorough
15387         file dialog has been fixed.
15388
15389 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15390
15391         * Modified to translate file names which is used in inporting/expoting
15392         mbox feature and "Save as" feature into locale encoding.
15393         * Translate file names into locale encoding when "Attache file" and
15394         "Insert file".
15395         * Force set G_BROKEN_FILENAMES environment variable.
15396         * Other minor fixes.
15397
15398 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15399
15400         * Modified to treat MH folder's name as locale encoding.
15401
15402 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15403
15404         * The bug which clash on switching candidates of auto completion of
15405         addresses, cannot use auto completion in Japanesse is fixed
15406         (Thanks! Tokunaga-san)¡¥
15407
15408 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15409
15410         * The bug which cannot switch key accelerator preference has been fixed
15411         (Thanks! smbd-san)¡¥
15412
15413 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15414
15415         * version 0.8.11-gtk2-20030314
15416
15417 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15418
15419         * The bug in which character set conversion of filtering messages has
15420         been fixed.(Thanks! COCOA-san).
15421
15422 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15423
15424         * Revived "Leave space on head" preference in "Message" category.
15425         * A bug which clash when put the cursor to end of buffer and execute
15426         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15427
15428 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15429
15430         * version 0.8.11-gtk2-20030312
15431
15432 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15433
15434         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15435         * Modified to use Pango's API directly for font preference.
15436         * Integrated GtkTextView of textview to one widget.
15437         * Set fonts of header title in textview by "header_title" tag.
15438         * Removed some deprecated codes.
15439
15440 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15441
15442         * Updated to 0.8.11.
15443         * Merged cygwin patch(Thanks! Sakai-san).
15444
15445 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15446
15447         * version 0.8.10-gtk2-20030309